:root {
  --ink: #4b4045;
  --deep: #6f8582;
  --sea: #9bb7b2;
  --cream: #f9f5f1;
  --paper: #fffaf7;
  --sand: #eaded4;
  --gold: #d5ad9f;
  --gold-light: #f0d5ca;
  --clay: #a87373;
  --muted: #81787c;
  --line: rgba(75, 64, 69, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Manrope", sans-serif; line-height: 1.6; }
body::selection { background: var(--gold-light); color: var(--deep); }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
em { color: var(--clay); font-weight: 500; }

.site-header {
  position: sticky; top: 0; z-index: 30; height: 78px; padding: 0 clamp(22px, 5vw, 78px);
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(245, 240, 232, 0.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px);
}
.brand { font: 600 25px/1 "Cormorant Garamond", serif; letter-spacing: 0.02em; }
.site-header nav { display: flex; gap: 34px; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; }
.site-header nav a { transition: color .2s ease; }
.site-header nav a:hover { color: var(--clay); }
.header-button { padding: 10px 0; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.hero { min-height: calc(100vh - 78px); position: relative; display: flex; align-items: center; overflow: hidden; background-image: linear-gradient(90deg, rgba(255,250,247,.97) 0%, rgba(255,250,247,.88) 36%, rgba(255,250,247,.34) 55%, rgba(255,250,247,.01) 72%), url("assets/web/hero-interior-julie-v1.jpg"); background-position: center; background-size: cover; }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; border: 1px solid rgba(168,115,115,.16); border-radius: 50%; left: -330px; top: 60px; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 160px; background: linear-gradient(0deg, rgba(75,64,69,.12), transparent); pointer-events: none; }
.hero-content { width: min(760px, 58%); padding: clamp(72px, 8vw, 130px) 0 clamp(72px, 8vw, 130px) clamp(24px, 7vw, 115px); position: relative; z-index: 2; }
.eyebrow { margin: 0 0 24px; color: var(--clay); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.product-label { width: fit-content; margin: 0 0 28px; padding: 9px 15px; border: 1px solid rgba(168,115,115,.22); border-radius: 999px; background: rgba(255,255,255,.52); color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; backdrop-filter: blur(8px); }
.hero h1, h2 { margin: 0; font-family: "Cormorant Garamond", serif; font-weight: 500; letter-spacing: -.045em; }
.hero h1 { max-width: 760px; font-size: clamp(60px, 6.7vw, 108px); line-height: .88; text-wrap: balance; }
.hero h1 em, h2 em, blockquote em { font-style: italic; }
.hero-lead { max-width: 620px; margin: 35px 0 0; color: #71676b; font-size: clamp(16px, 1.35vw, 19px); line-height: 1.72; }
.hero-lead strong { color: var(--ink); font-weight: 600; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px; padding: 15px 25px; border: 0; font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: linear-gradient(135deg, #dcb7ab, #cfa39e); color: #4b4045; box-shadow: 0 15px 38px rgba(151, 101, 99, .18); }
.button-gold:hover { background: linear-gradient(135deg, #e7c9bf, #d8afa7); box-shadow: 0 19px 45px rgba(151, 101, 99, .24); }
.quiet-link { font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; border-bottom: 1px solid var(--line); padding: 8px 0; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 670px; margin-top: 52px; border-top: 1px solid var(--line); }
.hero-facts span { padding: 20px 14px 0 0; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; border-right: 1px solid var(--line); }
.hero-facts span + span { padding-left: 18px; }
.hero-facts span:last-child { border-right: 0; }
.hero-facts b { display: block; margin-bottom: 3px; color: var(--ink); font: 600 32px/1 "Cormorant Garamond", serif; }
.hero-number { position: absolute; z-index: 2; right: 2.4vw; top: 1.5vw; color: rgba(255, 255, 255, .5); font: 500 clamp(105px, 12vw, 210px)/1 "Cormorant Garamond", serif; }
.hero-whisper { position: absolute; z-index: 2; right: 28px; bottom: 30px; margin: 0; color: rgba(75,64,69,.72); font-size: 9px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }

.outcome, .transformation, .essence, .faq { padding: clamp(92px, 11vw, 170px) clamp(24px, 8vw, 130px); }
.section-intro { display: grid; grid-template-columns: .72fr 1.5fr 1fr; gap: 38px; align-items: start; }
.section-intro h2, .transformation h2, .format h2, .story h2, .author h2, .faq h2, .join h2 { font-size: clamp(44px, 5.1vw, 78px); line-height: .97; }
.section-intro > p:last-child { max-width: 440px; margin: 6px 0 0; color: var(--muted); font-size: 15px; }
.outcome-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 78px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.outcome-grid article { min-height: 280px; padding: 28px 25px; border-right: 1px solid var(--line); transition: background .25s ease, transform .25s ease; }
.outcome-grid article:last-child { border-right: 0; }
.outcome-grid article:hover { background: rgba(255, 255, 255, .42); transform: translateY(-5px); }
.outcome-grid article > span { color: var(--clay); font-size: 10px; }
.outcome-grid h3 { margin: 62px 0 14px; font: 500 28px/1.1 "Cormorant Garamond", serif; }
.outcome-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.promise-image, .power-image { min-height: min(780px, 70vw); position: relative; display: flex; align-items: flex-end; overflow: hidden; color: white; }
.promise-image::after, .power-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10, 35, 40, .68), rgba(10, 35, 40, .05) 65%); }
.promise-image img, .power-image img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.promise-copy, .power-image > div { position: relative; z-index: 2; max-width: 750px; padding: clamp(45px, 8vw, 120px); }
.promise-copy p, .power-image p { margin: 0 0 14px; font: 500 clamp(47px, 6vw, 92px)/.94 "Cormorant Garamond", serif; letter-spacing: -.045em; }
.promise-copy span, .power-image span { display: block; max-width: 500px; color: rgba(255, 255, 255, .84); font-size: 16px; }

.transformation { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(55px, 9vw, 145px); }
.transformation-columns { display: grid; grid-template-columns: 1fr 1fr; align-self: end; border: 1px solid var(--line); }
.state { padding: 32px; }
.state + .state { border-left: 1px solid var(--line); }
.state > span { color: var(--clay); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.state ul { list-style: none; padding: 0; margin: 35px 0 0; }
.state li { position: relative; padding: 14px 0 14px 25px; border-top: 1px solid var(--line); font-size: 13px; }
.state li::before { content: "—"; position: absolute; left: 0; color: var(--clay); }
.state-after { background: linear-gradient(145deg, #7f9994, #69827f); color: white; }
.state-after > span, .state-after li::before { color: var(--gold-light); }
.state-after li { border-color: rgba(255, 255, 255, .15); }

.format { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 900px; background: linear-gradient(145deg, #78918d, #617b78); color: white; }
.format-image { position: relative; overflow: hidden; }
.format-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(8, 30, 35, .72)); }
.format-image img { height: 100%; object-fit: cover; object-position: 58% center; }
.format-image > p { position: absolute; z-index: 2; left: clamp(25px, 5vw, 78px); right: 25px; bottom: 52px; margin: 0; font: 500 clamp(35px, 4vw, 62px)/1 "Cormorant Garamond", serif; }
.format-image em, .format h2 em { color: var(--gold-light); }
.format-content { padding: clamp(75px, 9vw, 140px); align-self: center; }
.light { color: var(--gold-light); }
.format-lead { max-width: 630px; margin: 32px 0 50px; color: rgba(255, 255, 255, .7); font-size: 16px; }
.format-list { border-top: 1px solid rgba(255, 255, 255, .17); }
.format-list > div { display: grid; grid-template-columns: 48px 1fr 1.2fr; gap: 22px; padding: 24px 0; border-bottom: 1px solid rgba(255, 255, 255, .17); }
.format-list b { color: var(--gold-light); font: 500 14px "Cormorant Garamond", serif; }
.format-list span { font: 500 21px/1.15 "Cormorant Garamond", serif; }
.format-list p { margin: 0; color: rgba(255, 255, 255, .62); font-size: 12px; }
.button-light { margin-top: 40px; background: var(--paper); color: var(--deep); }

.essence { text-align: center; }
.essence blockquote { max-width: 1120px; margin: 0 auto; font: 500 clamp(39px, 5.2vw, 78px)/1.08 "Cormorant Garamond", serif; letter-spacing: -.035em; }
.essence-note { display: flex; justify-content: center; gap: 0; margin-top: 65px; }
.essence-note span { padding: 13px 35px; border-right: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.essence-note span:last-child { border-right: 0; }
.power-image { min-height: min(760px, 65vw); }
.power-image > div { margin-left: auto; text-align: right; }
.power-image::after { background: linear-gradient(270deg, rgba(10, 35, 40, .72), rgba(10, 35, 40, .04) 65%); }
.power-image span { margin-left: auto; }

.story { display: grid; grid-template-columns: .78fr 1.22fr; background: var(--paper); }
.story-number { min-height: 760px; padding: 60px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--sand); }
.story-number b { color: rgba(255, 255, 255, .7); font: 500 clamp(145px, 20vw, 310px)/.75 "Cormorant Garamond", serif; }
.story-number span { margin-top: 35px; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-align: center; text-transform: uppercase; }
.story-copy, .author-copy { padding: clamp(80px, 9vw, 145px); align-self: center; }
.story-copy > p:not(.eyebrow), .author-copy > p:not(.eyebrow) { max-width: 650px; color: var(--muted); }
.story-copy q { display: block; max-width: 680px; margin-top: 40px; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font: 500 25px/1.35 "Cormorant Garamond", serif; quotes: none; }

.author { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(48px, 7vw, 110px); align-items: center; padding: clamp(58px, 7vw, 110px); border-top: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.44), rgba(231,224,214,.35)); }
.author-photo { width: min(100%, 650px); aspect-ratio: 4 / 5; min-height: 0; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.75); border-radius: 48% 48% 20px 20px / 30% 30% 20px 20px; box-shadow: 0 34px 80px rgba(45, 67, 60, .13); }
.author-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 64%, rgba(10, 35, 40, .5)); }
.author-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.author-photo span { position: absolute; z-index: 2; left: 42px; bottom: 35px; color: white; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.author .author-copy { padding: clamp(30px, 5vw, 76px) 0; }
.author-role { max-width: 590px; margin: 35px 0 !important; padding-left: 24px; border-left: 2px solid var(--gold); color: var(--ink) !important; font: 500 23px/1.35 "Cormorant Garamond", serif; }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 10vw, 160px); background: var(--paper); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 25px 46px 25px 0; cursor: pointer; list-style: none; font: 500 21px/1.3 "Cormorant Garamond", serif; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 8px; top: 21px; color: var(--clay); font: 400 25px/1 "Manrope", sans-serif; }
details[open] summary::after { content: "−"; }
details p { max-width: 670px; margin: -4px 50px 25px 0; color: var(--muted); font-size: 13px; }

.join { padding: clamp(100px, 13vw, 200px) 24px; background: linear-gradient(145deg, #78918d, #617b78); color: white; text-align: center; }
.join h2 { max-width: 1100px; margin: 0 auto; font-size: clamp(50px, 6.5vw, 100px); }
.join h2 em { color: var(--gold-light); }
.join > p:not(.eyebrow) { margin: 25px 0; color: rgba(255, 255, 255, .72); font: 500 26px "Cormorant Garamond", serif; }
.button-large { min-height: 62px; padding: 19px 34px; }
.join small { display: block; margin-top: 18px; color: rgba(255, 255, 255, .5); font-size: 10px; }

footer { padding: 52px clamp(24px, 6vw, 90px); display: grid; grid-template-columns: .7fr 1fr 2fr; gap: 45px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
footer p { margin: 0; }
.legal { max-width: 780px; }
.mobile-cta { display: none; }

@media (max-width: 1050px) {
  .format, .story, .author { grid-template-columns: 1fr; }
  .hero-content { width: 65%; }
  .section-intro { grid-template-columns: .55fr 1.45fr; }
  .section-intro > p:last-child { grid-column: 2; }
  .outcome-grid { grid-template-columns: repeat(2, 1fr); }
  .outcome-grid article:nth-child(2) { border-right: 0; }
  .outcome-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .transformation { grid-template-columns: 1fr; }
  .format-image { min-height: 720px; }
  .story-number { min-height: 470px; }
  .author-photo { width: min(100%, 650px); justify-self: center; }
  .faq { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  body { padding-bottom: 66px; }
  .site-header { height: 68px; }
  .site-header nav, .header-button { display: none; }
  .hero { min-height: auto; display: block; padding-top: 430px; background-color: var(--paper); background-size: 100% 460px, auto 460px; background-position: center top, 72% top; background-repeat: no-repeat; }
  .hero::after { inset: 315px 0 auto; height: 150px; background: linear-gradient(0deg, var(--paper) 10%, rgba(255,250,247,0)); }
  .hero-content { width: 100%; padding: 38px 22px 64px; background: var(--paper); }
  .product-label { margin-bottom: 24px; }
  .hero h1 { font-size: clamp(49px, 14vw, 69px); }
  .hero-lead { margin-top: 27px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 13px; }
  .quiet-link { text-align: center; }
  .hero-facts { grid-template-columns: 1fr; margin-top: 42px; }
  .hero-facts span, .hero-facts span + span { padding: 13px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-facts span:last-child { border-bottom: 0; }
  .hero-number { top: 18px; right: 15px; font-size: 100px; }
  .hero-whisper { display: none; }
  .outcome, .transformation, .essence, .faq { padding: 85px 22px; }
  .section-intro { grid-template-columns: 1fr; gap: 15px; }
  .section-intro > p:last-child { grid-column: auto; margin-top: 15px; }
  .section-intro h2, .transformation h2, .format h2, .story h2, .author h2, .faq h2 { font-size: 45px; }
  .outcome-grid { grid-template-columns: 1fr; margin-top: 52px; }
  .outcome-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .outcome-grid article:nth-child(2) { border-right: 0; }
  .outcome-grid h3 { margin-top: 35px; }
  .promise-image, .power-image { min-height: 650px; }
  .promise-image img { object-position: 68% center; }
  .promise-copy, .power-image > div { padding: 30px 22px 55px; }
  .transformation-columns { grid-template-columns: 1fr; }
  .state + .state { border-left: 0; border-top: 1px solid var(--line); }
  .format-image { min-height: 620px; }
  .format-content, .story-copy, .author-copy { padding: 78px 22px; }
  .format-list > div { grid-template-columns: 35px 1fr; }
  .format-list p { grid-column: 2; }
  .essence-note { align-items: center; flex-direction: column; }
  .essence-note span { border-right: 0; border-bottom: 1px solid var(--line); }
  .power-image img { object-position: 58% center; }
  .power-image > div { margin: 0; text-align: left; }
  .power-image span { margin-left: 0; }
  .story-number { min-height: 360px; padding: 42px 20px; }
  .author { gap: 28px; padding: 72px 22px; }
  .author-photo { width: 100%; min-height: 0; border-radius: 46% 46% 16px 16px / 24% 24% 16px 16px; }
  .author-photo span { left: 24px; bottom: 24px; }
  .author .author-copy { padding: 38px 0 0; }
  footer { grid-template-columns: 1fr; gap: 22px; }
  .mobile-cta { position: fixed; z-index: 50; left: 12px; right: 12px; bottom: 10px; min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 12px; background: var(--gold); color: var(--deep); box-shadow: 0 10px 35px rgba(5, 23, 27, .35); font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-content { animation: rise .8s ease both; }
  .hero { animation: fade .9s .12s ease both; }
  @keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
  @keyframes fade { from { opacity: 0; } to { opacity: 1; } }
}
