.story-hero{min-height:80vh;background:var(--charcoal);display:flex;flex-direction:column;justify-content:flex-end;padding:0 8rem 7rem;position:relative;overflow:hidden}.story-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(160deg,#1a1410,#2a2420,#3d2e22)}.hero-eyebrow{position:relative;font-size:.75rem;letter-spacing:.26em;text-transform:uppercase;color:#c4d0ba99;margin-bottom:2rem}.story-hero h1{position:relative;font-family:Cormorant Garamond,serif;font-size:clamp(3rem,6vw,5.5rem);font-weight:300;line-height:1.05;color:var(--cream);margin-bottom:2rem}.story-hero h1 em{font-style:italic;color:var(--sage-light)}.story-hero p{position:relative;font-size:1.125rem;color:#f7f3ee80;max-width:560px;line-height:1.85;margin-bottom:2.5rem}.hero-cta{position:relative;display:flex;gap:1rem;flex-wrap:wrap}.btn-sage{display:inline-block;padding:.9rem 2.4rem;background:var(--sage-light);color:var(--bark);text-decoration:none;font-size:.9375rem;letter-spacing:.18em;text-transform:uppercase;transition:all .22s}.btn-sage:hover{background:var(--cream)}.btn-ghost-sm{display:inline-block;padding:.9rem 2.4rem;border:1px solid rgba(247,243,238,.25);color:#f7f3ee99;text-decoration:none;font-size:.9375rem;letter-spacing:.18em;text-transform:uppercase;transition:all .22s}.btn-ghost-sm:hover{border-color:var(--sage-light);color:var(--sage-light)}.pull-quote-section{background:var(--sage);padding:6rem 8rem;text-align:center}.pull-quote{max-width:760px;margin:0 auto}.pull-quote p{font-family:Cormorant Garamond,serif;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:300;font-style:italic;color:var(--cream);line-height:1.5;margin-bottom:2rem}.pull-quote cite{font-size:.8125rem;letter-spacing:.18em;text-transform:uppercase;color:#f7f3ee80}.story-section{padding:7rem 8rem;display:grid;grid-template-columns:1fr 2fr;gap:6rem;align-items:start;border-bottom:1px solid rgba(122,108,100,.1)}.story-section.reverse{grid-template-columns:2fr 1fr}.story-label{font-size:.75rem;letter-spacing:.22em;text-transform:uppercase;color:var(--sage-text);margin-bottom:2rem;line-height:1}.story-label span{display:block;font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:300;color:var(--sage-light);letter-spacing:0;text-transform:none;line-height:1;margin-bottom:.5rem}.story-content h2{font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:400;color:var(--charcoal);line-height:1.2;margin-bottom:2rem}.story-content h2 em{font-style:italic;color:var(--sage-text)}.story-content p{font-size:1.0625rem;color:var(--muted);line-height:1.95;margin-bottom:1.3rem}.story-content strong{color:var(--charcoal);font-weight:400}.story-content em{color:var(--sage-text)}.story-inset{background:var(--sage-pale);border-left:3px solid var(--sage-light);padding:1.5rem 2rem;margin:2rem 0;font-family:Cormorant Garamond,serif;font-size:1.2rem;font-style:italic;color:var(--charcoal);line-height:1.6}.magnolia-section{background:var(--bark-pale);padding:7rem 8rem;border-bottom:1px solid rgba(122,108,100,.1)}.magnolia-inner{max-width:720px}.magnolia-inner h2{font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:400;color:var(--charcoal);line-height:1.2;margin-bottom:2.5rem}.magnolia-inner p{font-size:1.0625rem;color:var(--muted);line-height:1.95;margin-bottom:1.3rem}.graduation-section{background:var(--charcoal);padding:7rem 8rem}.graduation-inner{max-width:720px}.graduation-inner h2{font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:400;color:var(--cream);line-height:1.2;margin-bottom:2.5rem}.graduation-inner p{font-size:1.0625rem;color:#f7f3ee8c;line-height:1.95;margin-bottom:1.3rem}.graduation-inner strong{color:#f7f3eecc;font-weight:400}.graduation-inner em{color:var(--sage-light);font-style:italic}.now-section{padding:7rem 8rem;display:grid;grid-template-columns:1.2fr 1fr;gap:6rem;align-items:start;background:var(--cream)}.now-text .eyebrow{font-size:.75rem;letter-spacing:.22em;text-transform:uppercase;color:var(--sage-text);margin-bottom:1.5rem}.now-text h2{font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:400;color:var(--charcoal);line-height:1.2;margin-bottom:2rem}.now-text h2 em{font-style:italic;color:var(--sage-text)}.now-text p{font-size:1.0625rem;color:var(--muted);line-height:1.95;margin-bottom:1.3rem}.now-cta{display:inline-block;padding:1rem 2.5rem;background:var(--bark);color:var(--cream);text-decoration:none;font-size:.9375rem;letter-spacing:.18em;text-transform:uppercase;transition:all .22s;margin-top:1rem}.now-cta:hover{background:var(--charcoal)}.credentials-panel{display:flex;flex-direction:column;gap:1.5rem;padding:2.5rem;background:var(--warm-white);border:1px solid rgba(122,108,100,.1)}.credential-item{display:flex;gap:1rem;align-items:flex-start}.cred-dot{width:6px;height:6px;border-radius:50%;background:var(--sage-light);margin-top:.55rem;flex-shrink:0}.cred-name{font-size:.9375rem;font-weight:400;color:var(--charcoal);margin-bottom:.2rem}.cred-detail{font-size:.8125rem;color:var(--muted)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media (max-width:1024px){.story-hero{padding:0 2.5rem 5rem}.pull-quote-section,.magnolia-section,.graduation-section{padding-left:2.5rem;padding-right:2.5rem}.story-section,.story-section.reverse,.now-section{grid-template-columns:1fr;gap:3rem;padding-left:2.5rem;padding-right:2.5rem}}
