:root {
  --ivory: #f8f3ef;
  --paper: #fffdf9;
  --blush: #ead3d4;
  --dust: #c78f98;
  --burgundy: #6d1831;
  --wine: #350b19;
  --ink: #1f191a;
  --muted: #75696b;
  --line: rgba(70, 24, 36, .17);
  --serif: "GFS Didot", Didot, "Bodoni Moda", "Bodoni 72", serif;
  --sans: "Manrope", sans-serif;
  --sans-boost: 2pt;
  --gutter: clamp(1.4rem, 4.5vw, 5.5rem);
  --section: clamp(7rem, 12vw, 13rem);
}

* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { width: 100%; max-width: 100%; margin: 0; overflow-x: clip; background: var(--ivory); color: var(--ink); font-family: var(--sans); font-size: calc(1rem + var(--sans-boost)); font-weight: 300; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
main { width: 100%; max-width: 100%; overflow-x: clip; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.section-index, .eyebrow { display: none !important; }
.grain { position: fixed; inset: 0; z-index: 100; opacity: .032; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 88px; padding: 0 var(--gutter); color: white; background: linear-gradient(180deg, rgba(20,5,10,.28), transparent); transition: height .35s, background .35s, color .35s, box-shadow .35s; }
.site-header.scrolled { height: 72px; color: var(--ink); background: rgba(248,243,239,.95); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(18px); }
.header-inner { width: min(100%, 1600px); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; position: relative; z-index: 2; }
.brand-logo { width: 52px; height: 52px; object-fit: cover; filter: grayscale(1) sepia(1) saturate(4) hue-rotate(294deg) brightness(.72); transition: width .35s, height .35s, filter .35s; }
.site-header.scrolled .brand-logo { width: 44px; height: 44px; }
.site-nav { display: flex; gap: clamp(1.25rem, 2.2vw, 2.6rem); align-items: center; font-size: calc(.74rem + var(--sans-boost)); font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.site-nav a { position: relative; padding: .5rem 0; }
.site-nav a:not(.nav-cta)::after, .footer-links a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s; }
.site-nav a:not(.nav-cta):hover::after, .footer-links a:hover::after { transform: scaleX(1); transform-origin: left; }
.site-nav .nav-cta { margin-left: .35rem; padding: .75rem 1.15rem; border: 1px solid rgba(255,255,255,.7); transition: color .3s, background .3s, border-color .3s; }
.site-nav .nav-cta:hover { color: var(--wine); background: white; border-color: white; }
.site-header.scrolled .nav-cta { color: white; background: var(--burgundy); border-color: var(--burgundy); }
.site-header.scrolled .nav-cta:hover { color: var(--burgundy); background: transparent; }
.menu-toggle { display: none; border: 0; background: none; padding: .6rem; position: relative; z-index: 2; }

.hero { height: max(760px, 100svh); position: relative; overflow: hidden; color: white; background: var(--wine); }
.hero-art, .hero-video, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(180deg, rgba(20,5,10,.4) 0%, rgba(20,5,10,.08) 38%, rgba(31,6,14,.75) 100%), linear-gradient(90deg, rgba(20,5,10,.36), transparent 62%); }
.hero-copy { position: absolute; z-index: 2; left: var(--gutter); right: var(--gutter); bottom: clamp(4rem, 9vh, 7rem); max-width: 1050px; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; }
h1 { max-width: 1000px; font-size: clamp(3.8rem, 6.6vw, 7.4rem); line-height: .92; text-wrap: balance; }
h1 em { color: #e8b6bc; font-weight: 400; }
.hero-intro { max-width: 32rem; margin: 2rem 0 0; color: rgba(255,255,255,.82); font-size: calc(.9rem + var(--sans-boost)); line-height: 1.75; }
.hero-actions { display: flex; gap: .85rem; margin-top: 2rem; }
.hero-button { min-width: 13rem; padding: 1.1rem 1.5rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid white; font-size: calc(.72rem + var(--sans-boost)); font-weight: 600; letter-spacing: .13em; text-transform: uppercase; transition: color .3s, background .3s, border-color .3s; }
.hero-button--primary { color: var(--wine); background: white; }
.hero-button--primary:hover { color: white; border-color: var(--burgundy); background: var(--burgundy); }
.hero-button--secondary { color: white; background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.hero-button--secondary:hover { color: var(--wine); background: white; }
.text-link { width: fit-content; display: inline-flex; align-items: center; gap: .8rem; padding-bottom: .55rem; border-bottom: 1px solid currentColor; color: var(--burgundy); font-size: calc(.78rem + var(--sans-boost)); font-weight: 600; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.text-link svg { width: 1.05rem; height: 1.05rem; flex: 0 0 auto; stroke-width: 1.7; transition: transform .3s; }
.text-link:hover svg { transform: translate(3px,-3px); }
.text-link--light { color: white; }

.section-pad { padding: var(--section) var(--gutter); }
h2 { font-size: clamp(3.25rem, 5.8vw, 6.5rem); line-height: .96; }
h2 em { color: var(--burgundy); font-weight: 400; }
.image-frame { position: relative; overflow: hidden; background: #d8c3c3; }
.image-frame img, .visual-interlude img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.2,.7,.2,1), filter .7s; }
.portrait { aspect-ratio: 4 / 5.35; }
.landscape { aspect-ratio: 1.48; }
.button { min-width: 13rem; display: inline-flex; justify-content: center; padding: 1.15rem 1.7rem; border: 1px solid; font-size: calc(.72rem + var(--sans-boost)); font-weight: 600; letter-spacing: .13em; text-transform: uppercase; transition: color .3s, background .3s; }
.button--outline { color: var(--burgundy); border-color: var(--burgundy); }
.button--outline:hover { color: white; background: var(--burgundy); }

.manifesto { min-height: 80vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: var(--paper); }
.manifesto blockquote { max-width: 1080px; margin: 0; font: clamp(3.1rem, 5.7vw, 6.3rem)/.97 var(--serif); letter-spacing: -.04em; }
.manifesto blockquote em { color: var(--burgundy); }
.manifesto-copy { max-width: 44rem; margin: 3rem auto 0; color: var(--muted); font-size: calc(.9rem + var(--sans-boost)); line-height: 1.9; }

.featured { background: var(--blush); }
.section-heading { max-width: 840px; margin: 0 auto clamp(4.5rem, 7vw, 7rem); text-align: center; }
.section-heading > p { max-width: 39rem; margin: 2rem auto 0; color: #65595b; font-size: calc(.88rem + var(--sans-boost)); line-height: 1.9; }
.story-grid { max-width: 1600px; margin: auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.25rem, 2.7vw, 3rem); align-items: start; }
.story-card { width: auto; margin: 0; }
.story-card a { display: block; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.story-card .image-frame { aspect-ratio: 4 / 5; }
.story-card a:hover { transform: translateY(-.4rem); }
.story-card a:hover img { transform: scale(1.025); filter: contrast(1.03); }
.story-meta { margin-top: 1.4rem; padding-top: 1.15rem; border-top: 1px solid rgba(70,24,36,.28); }
.story-meta h3 { margin: 0; color: var(--burgundy); font: 1.85rem/1.08 var(--serif); }
.story-meta p { margin: .55rem 0 0; color: #65595b; font-size: calc(.68rem + var(--sans-boost)); font-weight: 500; letter-spacing: .11em; text-transform: uppercase; }
.center-link { margin-top: clamp(4.5rem, 7vw, 7rem); text-align: center; }

.motherhood { position: relative; overflow: hidden; background: var(--ivory); }
.motherhood::before { content: "motherhood"; position: absolute; top: 2rem; right: -2vw; color: rgba(109,24,49,.05); font: italic clamp(8rem, 16vw, 18rem)/1 var(--serif); }
.motherhood-intro { position: relative; max-width: 980px; margin-bottom: 7rem; }
.motherhood-intro > p:last-child { max-width: 40rem; margin: 2.5rem 0 0 auto; color: var(--muted); font-size: calc(.9rem + var(--sans-boost)); line-height: 1.9; }
.chapter-list { position: relative; max-width: 1600px; margin: auto; border-top: 1px solid var(--line); }
.chapter { display: grid; grid-template-columns: 5rem 1fr; gap: 2rem; align-items: center; padding: 2.7rem 0; border-bottom: 1px solid var(--line); }
.chapter-number { color: var(--dust); font: italic 1.25rem var(--serif); }
.chapter-copy { display: grid; grid-template-columns: minmax(15rem,.65fr) 1fr; align-items: center; gap: 3rem; }
.chapter-copy h3 { margin: 0; color: var(--burgundy); font: clamp(2.5rem,3.6vw,4.2rem)/1.04 var(--serif); }
.chapter-copy p { max-width: 35rem; margin: 0; color: var(--muted); font-size: calc(.84rem + var(--sans-boost)); line-height: 1.85; }
.motherhood-gallery { max-width: 1500px; min-height: clamp(34rem, 52vw, 47rem); margin: 9rem auto 0; display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(20rem, .72fr); overflow: hidden; background: var(--wine); }
.motherhood-gallery__media { min-height: 100%; margin: 0; overflow: hidden; }
.motherhood-gallery__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; transition: transform 1.1s cubic-bezier(.2,.7,.2,1); }
.motherhood-gallery:hover .motherhood-gallery__media img { transform: scale(1.018); }
.motherhood-gallery__content { padding: clamp(3rem, 5vw, 6rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: white; }
.motherhood-gallery__content h3 { max-width: 10ch; margin: 0; color: #f2d9dc; font: italic clamp(2.7rem, 4vw, 4.6rem)/.97 var(--serif); letter-spacing: -.03em; }
.motherhood-gallery__content p { max-width: 26rem; margin: 2rem 0 2.5rem; color: rgba(255,255,255,.72); font-size: calc(.88rem + var(--sans-boost)); line-height: 1.9; }
.motherhood-gallery__content .button { min-width: 12rem; }

.experience { max-width: 1800px; margin: auto; display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(4rem,8vw,9rem); align-items: center; background: var(--paper); }
.experience-copy { max-width: 37rem; }
.experience-copy h2 { margin-bottom: 3rem; }
.experience-copy > p { margin: 0 0 1.3rem; color: var(--muted); font-size: calc(.88rem + var(--sans-boost)); line-height: 1.9; }
.experience-copy .text-link { margin-top: 2rem; }
.visual-interlude { min-height: 92vh; padding: 0 var(--gutter) var(--section); display: grid; grid-template-columns: 1.05fr .42fr .65fr; gap: clamp(2rem,5vw,5rem); align-items: center; background: var(--paper); }
.visual-interlude figure { margin: 0; overflow: hidden; }
.visual-interlude__tall { aspect-ratio: 4/5.15; }
.visual-interlude__small { aspect-ratio: 4/5.15; margin-top: 12rem !important; }
.visual-interlude__copy { text-align: center; }
.visual-interlude__copy p { margin: 0; color: var(--burgundy); font: italic clamp(1.9rem,3vw,3.5rem)/1.02 var(--serif); }
.visual-interlude figure:hover img { transform: scale(1.03); }

.quote-section { min-height: 72vh; display: grid; place-content: center; color: white; background: var(--wine); text-align: center; }
.quote-section::before { content: "“"; color: var(--dust); font: 5.5rem/.5 var(--serif); }
.quote-section blockquote { max-width: 1000px; margin: 1.5rem auto 3rem; font: italic clamp(2.3rem,4.3vw,4.8rem)/1.07 var(--serif); letter-spacing: -.02em; }
.quote-section p { margin: 0; color: var(--dust); font-size: calc(.78rem + var(--sans-boost)); font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }

.about { min-height: 95vh; display: grid; grid-template-columns: .72fr 1.1fr; gap: clamp(5rem,10vw,12rem); align-items: center; background: var(--ivory); }
.about-copy { max-width: 37rem; margin-left: auto; }
.about-copy h2 { color: var(--burgundy); }
.about-copy .intro { margin: 1.7rem 0 2.2rem; font: 1.85rem/1.2 var(--serif); }
.about-copy > p:not(.intro) { max-width: 31rem; color: var(--muted); font-size: calc(.86rem + var(--sans-boost)); line-height: 1.9; }
.about-copy .text-link { margin-top: 2rem; }
.about-image { max-width: 670px; }

.contact { padding: var(--section) var(--gutter); color: white; background: var(--burgundy); }
.contact-shell { width: min(100%, 1500px); margin: auto; display: grid; grid-template-columns: minmax(19rem, .72fr) minmax(34rem, 1.28fr); gap: clamp(4rem, 9vw, 10rem); align-items: start; }
.contact-intro { position: sticky; top: 8rem; }
.contact h2 { font-size: clamp(3.5rem,5.4vw,6.2rem); }
.contact h2 em { color: #efb9c0; }
.contact-intro > p { max-width: 32rem; margin: 2.2rem 0 2rem; color: rgba(255,255,255,.74); font-size: calc(.9rem + var(--sans-boost)); line-height: 1.9; }
.contact-email { display: inline-block; padding-bottom: .35rem; border-bottom: 1px solid rgba(255,255,255,.6); font-size: calc(.86rem + var(--sans-boost)); }
.contact-form { padding: clamp(2rem, 4vw, 4rem); border: 1px solid rgba(255,255,255,.2); background: rgba(43,5,17,.18); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem 1.7rem; }
.form-field { display: grid; gap: .75rem; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { color: rgba(255,255,255,.72); font-size: calc(.7rem + var(--sans-boost)); font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-width: 0; padding: .35rem 0 .85rem; border: 0; border-bottom: 1px solid rgba(255,255,255,.38); border-radius: 0; outline: 0; color: white; background: transparent; font: 300 calc(1rem + var(--sans-boost))/1.5 var(--sans); transition: border-color .25s; }
.form-field textarea { min-height: 8rem; resize: vertical; }
.form-field select { color-scheme: dark; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: white; }
.contact-submit { margin-top: 2.5rem; min-width: 13rem; padding: 1.15rem 1.7rem; border: 1px solid white; color: var(--burgundy); background: white; font: 600 calc(.72rem + var(--sans-boost)) var(--sans); letter-spacing: .13em; text-transform: uppercase; cursor: pointer; transition: color .3s, background .3s; }
.contact-submit:hover { color: white; background: transparent; }
.button--light { color: white; border-color: rgba(255,255,255,.8); }
.button--light:hover { color: var(--burgundy); background: white; }
.site-footer { padding: 4rem var(--gutter); display: flex; justify-content: space-between; align-items: flex-end; gap: 5rem; background: var(--paper); }
.footer-mark { width: 9rem; flex: 0 0 auto; }
.footer-mark img { width: 100%; filter: grayscale(1) sepia(1) saturate(3.5) hue-rotate(294deg) brightness(.67); }
.footer-meta { width: min(68%, 55rem); display: grid; grid-template-columns: repeat(3,1fr); gap: 3rem; color: var(--muted); font-size: calc(.78rem + var(--sans-boost)); line-height: 1.8; letter-spacing: .07em; text-transform: uppercase; }
.footer-meta p { margin: 0; }
.footer-links { display: flex; gap: 1.4rem; }
.footer-links a { position: relative; }

.reveal { opacity: 0; transform: translateY(32px); transition: opacity 1.05s cubic-bezier(.2,.7,.2,1), transform 1.05s cubic-bezier(.2,.7,.2,1); }
.reveal[data-delay="1"] { transition-delay: .14s; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .site-header { height: 78px; }
  .brand-logo { width: 46px; height: 46px; }
  .site-nav { position: fixed; inset: 0; z-index: 1; display: flex; flex-direction: column; justify-content: center; gap: 1.25rem; color: var(--ivory); background: var(--wine); visibility: hidden; opacity: 0; transition: opacity .35s, visibility .35s; }
  .site-nav a { font: 1.3rem var(--serif); letter-spacing: 0; text-transform: none; }
  .site-nav .nav-cta { margin: .35rem 0 0; padding: .65rem 1.2rem; border-color: rgba(255,255,255,.6); color: white; background: transparent; }
  .site-header.scrolled .site-nav .nav-cta { color: white; background: transparent; border-color: rgba(255,255,255,.6); }
  .site-nav .nav-cta:hover, .site-header.scrolled .site-nav .nav-cta:hover { color: var(--wine); background: white; }
  .site-nav.open { visibility: visible; opacity: 1; }
  .menu-toggle { display: grid; gap: 7px; }
  .menu-toggle span:not(.sr-only) { width: 27px; height: 1px; display: block; background: currentColor; transition: transform .3s; }
  .menu-toggle[aria-expanded="true"] { color: white; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .experience { grid-template-columns: 1fr; }
  .experience-copy { max-width: 42rem; padding: 1rem 4vw 0; }
  .about { grid-template-columns: .85fr 1.15fr; gap: 4rem; }
  .contact-shell { grid-template-columns: 1fr; }
  .contact-intro { position: static; max-width: 43rem; }
  .footer-meta { width: 100%; }
}

@media (max-width: 650px) {
  :root { --section: 6.5rem; }
  .brand-logo { width: 44px; height: 44px; }
  .site-header.scrolled .brand-logo { width: 40px; height: 40px; }
  .hero { height: 100svh; min-height: 680px; }
  .hero-video { object-position: center; }
  .hero-copy { bottom: 3.25rem; }
  h1 { font-size: clamp(3.3rem, 14vw, 4.8rem); line-height: .94; }
  .hero-intro { max-width: 21rem; margin-top: 1.5rem; font-size: calc(.8rem + var(--sans-boost)); line-height: 1.7; }
  .hero-copy, .hero-actions { min-width: 0; max-width: 100%; }
  .hero-actions { width: 100%; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: .65rem; margin-top: 1.5rem; }
  .hero-button { width: 100%; min-width: 0; max-width: 100%; padding: 1rem .55rem; font-size: calc(.72rem + var(--sans-boost)); letter-spacing: .08em; text-align: center; }
  h2 { font-size: clamp(3rem,13vw,4.5rem); }
  .manifesto { min-height: 72vh; }
  .manifesto blockquote { font-size: clamp(2.7rem,11.5vw,4rem); }
  .manifesto blockquote br { display: none; }
  .manifesto-copy { font-size: calc(.82rem + var(--sans-boost)); }
  .section-heading { margin-bottom: 3.5rem; text-align: left; }
  .section-heading > p { margin: 1.5rem 0 0; }
  .story-grid { grid-template-columns: 1fr; gap: 3.5rem; }
  .story-meta h3 { font-size: 1.75rem; }
  .center-link { margin-top: 4rem; }
  .motherhood-intro { margin-bottom: 4.5rem; }
  .motherhood-intro > p:last-child { font-size: calc(.82rem + var(--sans-boost)); }
  .chapter { grid-template-columns: 2.4rem 1fr; gap: .4rem; padding: 2rem 0; align-items: start; }
  .chapter-copy { grid-template-columns: 1fr; gap: .7rem; }
  .chapter-copy p { font-size: calc(.78rem + var(--sans-boost)); }
  .motherhood-gallery { min-height: 0; margin-top: 6rem; grid-template-columns: 1fr; }
  .motherhood-gallery__media { aspect-ratio: 5 / 4; }
  .motherhood-gallery__content { padding: 3rem 1.5rem 3.5rem; }
  .motherhood-gallery__content h3 { max-width: 11ch; font-size: clamp(2.9rem, 12.5vw, 4.2rem); }
  .motherhood-gallery__content p { margin: 1.5rem 0 2rem; font-size: calc(.82rem + var(--sans-boost)); }
  .experience { padding-left: 0; padding-right: 0; }
  .experience-copy { padding: 2rem var(--gutter) 0; }
  .visual-interlude { min-height: auto; padding-top: 0; grid-template-columns: 1.1fr .78fr; gap: 1rem; }
  .visual-interlude__copy { grid-column: 1 / -1; grid-row: 1; padding-bottom: 2rem; }
  .visual-interlude__small { margin-top: 5rem !important; }
  .quote-section { min-height: 75vh; }
  .quote-section blockquote { font-size: clamp(2.2rem,9.5vw,3.5rem); }
  .about { grid-template-columns: 1fr; }
  .about-copy { margin: 0; }
  .about-image { width: 86%; margin-left: auto; }
  .contact { padding-left: var(--gutter); padding-right: var(--gutter); }
  .contact-form { padding: 2rem 1.25rem; }
  .form-grid { grid-template-columns: 1fr; gap: 1.7rem; }
  .form-field--full { grid-column: auto; }
  .contact-submit { width: 100%; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 3rem; }
  .footer-mark { width: 7rem; }
  .footer-meta { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-meta p:last-child { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
