:root{--maroon:#7C1D1D;--red:#B02A2A;--gold:#C9922A;--gold-light:#E8B84B;--gold-pale:#FDF3DC;--cream:#FAF6F0;--white:#FFFFFF;--dark:#1A0A0A;--text:#2D1515;--text-mid:#6B4444;--text-light:#9E7070;--border:rgba(201,146,42,0.25);--shadow-sm:0 2px 12px rgba(124,29,29,0.08);--shadow-md:0 8px 32px rgba(124,29,29,0.12);--radius:14px;--radius-sm:8px;--radius-pill:100px;--transition:all 0.25s cubic-bezier(0.4,0,0.2,1)}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}

/* HERO */
.hero{background:linear-gradient(150deg,var(--dark),var(--maroon) 60%,#8B1515);padding:80px 48px;text-align:center;position:relative;overflow:hidden}
.hero::before{content:'💍';font-size:300px;position:absolute;opacity:0.04;top:-60px;right:-60px;transform:rotate(15deg)}
.hero::after{content:'💑';font-size:200px;position:absolute;opacity:0.04;bottom:-40px;left:-40px}
.hero-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(201,146,42,0.2);border:1px solid rgba(201,146,42,0.4);color:var(--gold-light);padding:6px 18px;border-radius:var(--radius-pill);font-size:13px;font-weight:600;margin-bottom:20px;letter-spacing:0.5px}
.hero h2{font-size:clamp(36px,5vw,60px);color:white;margin-bottom:16px}
.hero h2 span{color:var(--gold-light)}
.hero p{color:rgba(255,255,255,0.72);font-size:16px;max-width:560px;margin:0 auto 40px;line-height:1.8}
.hero-stats{display:flex;justify-content:center;gap:48px;flex-wrap:wrap}
.hs-item{text-align:center}
.hs-num{font-family:'Cormorant Garamond',serif;font-size:44px;color:var(--gold-light);font-weight:700;line-height:1}
.hs-label{color:rgba(255,255,255,0.6);font-size:13px;margin-top:4px}

/* FEATURED STORY */
.featured-section{max-width:1100px;margin:0 auto;padding:64px 48px}
.section-label{display:inline-flex;align-items:center;gap:8px;color:var(--gold);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:10px}
.section-label::before,.section-label::after{content:'';width:24px;height:1.5px;background:var(--gold);border-radius:1px}
.section-title{font-size:clamp(28px,3vw,40px);color:var(--maroon);margin-bottom:40px}

.featured-card{background:var(--white);border-radius:20px;border:1px solid var(--border);box-shadow:var(--shadow-md);overflow:hidden;display:grid;grid-template-columns:1fr 1fr}
.featured-photo{background:linear-gradient(135deg,#f5e4d0,#f0c9a0);min-height:400px;display:flex;align-items:center;justify-content:center;font-size:100px;position:relative}
.couple-tag{position:absolute;bottom:20px;left:20px;right:20px;background:rgba(255,255,255,0.92);backdrop-filter:blur(10px);border-radius:12px;padding:14px 18px;display:flex;align-items:center;gap:14px}
.couple-names{font-family:'Cormorant Garamond',serif;font-size:18px;color:var(--maroon);font-weight:700}
.couple-date{font-size:12px;color:var(--text-light);margin-top:2px}
.featured-content{padding:48px 40px;display:flex;flex-direction:column;justify-content:center}
.story-quote{font-family:'Cormorant Garamond',serif;font-size:22px;color:var(--text);line-height:1.6;font-style:italic;margin-bottom:20px;position:relative;padding-left:20px}
.story-quote::before{content:'"';position:absolute;left:0;top:-6px;font-size:40px;color:var(--gold);line-height:1;font-family:'Cormorant Garamond',serif}
.story-text{font-size:14.5px;color:var(--text-mid);line-height:1.8;margin-bottom:24px}
.story-meta{display:flex;gap:20px;flex-wrap:wrap}
.sm-item{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text-light)}
.sm-icon{width:28px;height:28px;background:var(--gold-pale);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px}

/* STORIES GRID */
.stories-grid-section{background:var(--white);padding:64px 48px}
.stories-grid-inner{max-width:1100px;margin:0 auto}
.stories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:0}

.story-card{background:var(--cream);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;transition:var(--transition)}
.story-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}
.sc-photo{height:160px;background:linear-gradient(135deg,#f5e4d0,#ecd3b0);display:flex;align-items:center;justify-content:center;font-size:56px;position:relative}
.sc-year{position:absolute;top:12px;right:12px;background:var(--maroon);color:white;padding:3px 10px;border-radius:10px;font-size:11px;font-weight:700}
.sc-content{padding:18px}
.sc-names{font-family:'Cormorant Garamond',serif;font-size:17px;color:var(--maroon);font-weight:700;margin-bottom:6px}
.sc-location{font-size:12px;color:var(--text-light);margin-bottom:10px}
.sc-quote{font-size:13.5px;color:var(--text-mid);line-height:1.6;font-style:italic}
.sc-hearts{margin-top:10px;color:var(--red);font-size:14px}

/* SHARE STORY */
.share-section{background:linear-gradient(135deg,var(--gold-pale),#fff8e0);padding:64px 48px;text-align:center}
.share-section h3{font-size:36px;color:var(--maroon);margin-bottom:12px}
.share-section p{color:var(--text-mid);font-size:15px;margin-bottom:32px;max-width:520px;margin-left:auto;margin-right:auto}
.btn-share{display:inline-flex;align-items:center;gap:8px;padding:14px 36px;background:linear-gradient(135deg,var(--maroon),var(--red));color:white;border-radius:var(--radius-pill);font-family:'DM Sans',sans-serif;font-size:16px;font-weight:700;cursor:pointer;border:none;text-decoration:none;box-shadow:0 6px 22px rgba(124,29,29,0.3);transition:var(--transition)}
.btn-share:hover{transform:translateY(-2px);box-shadow:0 10px 32px rgba(124,29,29,0.4)}

@keyframes fadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
.animate-fadeup{animation:fadeUp 0.6s ease forwards}

@media(max-width:900px){
  .featured-card{grid-template-columns:1fr}
  .stories-grid{grid-template-columns:repeat(2,1fr)}
  .featured-section,.stories-grid-section,.share-section{padding:40px 24px}
  header{padding:0 20px}
  .hero{padding:56px 24px}
}
@media(max-width:600px){
  .stories-grid{grid-template-columns:1fr}
}