:root {
  font-family: "Avenir Next", Avenir, "SF Pro Rounded", ui-rounded, system-ui, -apple-system, sans-serif;
  color: #29212f;
  background: #fbfaf9;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --ink: #29212f;
  --ink-soft: rgba(41, 33, 47, 0.68);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; min-height: 100vh; background: #fbfaf9; -webkit-font-smoothing: antialiased; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button:focus-visible, a:focus-visible { outline: 3px solid #8f73d8; outline-offset: 4px; }
main { overflow: clip; }

.site-header { position: fixed; z-index: 50; top: 20px; left: 50%; transform: translateX(-50%); width: min(1080px, calc(100% - 36px)); min-height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 8px 10px 8px 18px; border: 1px solid rgba(41,33,47,.08); border-radius: 999px; background: rgba(255,255,255,.84); box-shadow: 0 14px 45px rgba(41,33,47,.08), 0 2px 8px rgba(41,33,47,.04); backdrop-filter: blur(20px); }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 700; white-space: nowrap; }
.brand img { width: 27px; height: 27px; border-radius: 8px; }
.nav-links { display: flex; align-items: center; gap: clamp(20px,3.4vw,44px); font-size: 13px; font-weight: 600; }
.nav-links > a:not(.button) { position: relative; color: var(--ink-soft); white-space: nowrap; }
.nav-links > a[aria-current="page"] { color: var(--ink); }
.nav-links > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: var(--ink); transition: right 180ms ease; }
.nav-links > a:hover::after { right: 0; }
.skip-link { position: absolute; left: -9999px; z-index: 100; padding: 14px 20px; border-radius: 0 0 14px 0; background: #201925; color: #fff; font-weight: 700; }
.skip-link:focus { left: 0; top: 0; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 26px; border-radius: 999px; color: #fff; background: #201925; box-shadow: 0 10px 24px rgba(32,25,37,.2); font-size: 14px; font-weight: 700; transition: transform 180ms ease, box-shadow 180ms ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 15px 34px rgba(32,25,37,.24); }
.button-small { min-height: 40px; padding: 0 20px; font-size: 12px; }

.hero { position: relative; width: min(1240px, calc(100% - 32px)); min-height: clamp(980px,91vw,1180px); margin: 0 auto; padding: clamp(142px,12vw,170px) 0 110px; border-radius: 0 0 70px 70px; }
.hero-glow { position: absolute; z-index: -1; inset: 0 0 290px; border-radius: 0 0 70px 70px; background: radial-gradient(circle at 20% 24%,rgba(255,212,184,.78),transparent 32%), radial-gradient(circle at 78% 26%,rgba(209,194,245,.7),transparent 33%), radial-gradient(circle at 50% 58%,rgba(194,234,223,.58),transparent 34%), linear-gradient(180deg,rgba(253,248,244,.96),rgba(247,243,250,.8) 70%,rgba(251,250,249,0)); }
.hero-copy { position: relative; z-index: 4; max-width: 720px; margin: 0 auto; text-align: center; }
.eyebrow { margin: 0 0 18px; color: rgba(41,33,47,.56); font-size: 12px; line-height: 1.3; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1,h2,h3,p { margin-top: 0; }
h1 { margin-bottom: 26px; font-size: clamp(58px,7vw,104px); line-height: .92; letter-spacing: -.065em; font-weight: 700; }
h1 em,h2 em { font-family: Georgia,"Times New Roman",serif; font-weight: 400; color: #d86e9d; letter-spacing: -.055em; }
.hero-subtitle { max-width: 520px; margin: 0 auto 30px; color: var(--ink-soft); font-size: 18px; line-height: 1.55; }
.float-photo,.float-note { position: absolute; z-index: 2; border-radius: 24px; box-shadow: 0 24px 65px rgba(41,33,47,.12); }
/* height:auto so the intrinsic width/height attributes (which reserve space and
   prevent layout shift) do not override the aspect-ratio sizing below. */
.float-photo { height: auto; object-fit: cover; }
.float-photo-beach { top: clamp(170px,14vw,205px); left: clamp(-26px,-2vw,-8px); width: clamp(116px,12vw,150px); aspect-ratio: .79; transform: rotate(7deg); }
.float-photo-breath { top: clamp(170px,14vw,205px); right: clamp(-25px,-2vw,-8px); width: clamp(112px,11.6vw,145px); aspect-ratio: 1; transform: rotate(6deg); }
.float-photo-journal { top: clamp(405px,35vw,440px); right: clamp(4px,1vw,18px); width: clamp(138px,14vw,176px); aspect-ratio: .82; transform: rotate(-7deg); }
.float-note { width: 170px; padding: 25px 22px; background: rgba(255,255,255,.68); backdrop-filter: blur(15px); font: italic 18px/1.35 Georgia,serif; }
.float-note span { display: block; margin-bottom: 13px; font: 800 9px/1.2 "Avenir Next",sans-serif; letter-spacing: .16em; color: rgba(41,33,47,.5); }
.float-note-left { top: clamp(450px,38vw,485px); left: clamp(8px,1.5vw,20px); transform: rotate(-8deg); }
.float-note-right { top: clamp(345px,30vw,380px); right: clamp(120px,12vw,150px); transform: rotate(8deg); background: rgba(230,220,251,.74); }
.hero-product { position: relative; z-index: 5; width: min(860px,calc(100% - 84px)); aspect-ratio: 1.46; margin: clamp(58px,6vw,78px) auto 0; overflow: hidden; border: 1px solid rgba(41,33,47,.08); border-radius: clamp(24px,3vw,36px); background: rgba(255,255,255,.76); box-shadow: 0 34px 90px rgba(64,48,70,.13), inset 0 1px 0 #fff; backdrop-filter: blur(18px); }
.hero-product-bar { height: 70px; display: flex; align-items: center; justify-content: space-between; padding: 0 28px; border-bottom: 1px solid rgba(41,33,47,.07); color: var(--ink-soft); font-size: 12px; }
.hero-product-bar .brand img { width: 23px; height: 23px; }
.hero-product-image { position: absolute; inset: 70px 0 0; display: grid; place-items: center; overflow: hidden; padding: clamp(28px,4vw,52px) clamp(20px,3.5vw,44px) 64px; background: radial-gradient(circle at 18% 22%,rgba(255,216,190,.45),transparent 34%),radial-gradient(circle at 82% 72%,rgba(201,232,222,.55),transparent 38%),#f8f4f7; }
.hero-product-image img { width: 100%; height: 100%; object-fit: contain; filter: saturate(.92) drop-shadow(0 18px 35px rgba(41,33,47,.09)); }
.hero-product-caption { position: absolute; left: 28px; right: 28px; bottom: 24px; display: flex; justify-content: space-between; gap: 20px; padding: 16px 18px; border-radius: 18px; background: rgba(255,255,255,.88); box-shadow: 0 10px 35px rgba(41,33,47,.12); backdrop-filter: blur(16px); }
.hero-product-caption span { color: var(--ink-soft); font-size: 13px; }

.journey { position: relative; isolation: isolate; width: min(1000px,calc(100% - 36px)); margin: 0 auto; padding: 80px 0 160px; }
.section-intro { max-width: 610px; margin: 0 auto 80px; text-align: center; }
h2 { margin-bottom: 22px; font-size: clamp(42px,5vw,68px); line-height: 1.02; letter-spacing: -.052em; }
.section-intro > p:last-child,.learning-copy > p:last-child,.privacy-copy > p,.download > p { color: var(--ink-soft); font-size: 17px; line-height: 1.65; }
.journey-ribbon { position: absolute; z-index: 0; top: 390px; bottom: 80px; left: 50%; width: min(820px,90vw); height: calc(100% - 470px); transform: translateX(-50%); object-fit: fill; opacity: .58; pointer-events: none; }
.section-intro,.journey-list { position: relative; z-index: 1; }
.journey-list { display: grid; gap: clamp(100px,11vw,138px); }
.journey-step { min-height: 345px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.journey-step-right .step-copy { order: 2; }
.journey-step-right .step-visual { order: 1; }
.step-copy { max-width: 330px; }
.step-number { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 22px; border-radius: 50%; background: rgba(255,212,184,.66); font-size: 12px; font-weight: 800; }
.journey-step:nth-child(2n) .step-number { background: rgba(209,194,245,.68); }
.journey-step:nth-child(4n) .step-number { background: rgba(207,231,251,.82); }
.journey-step:nth-child(5n) .step-number { background: rgba(194,234,223,.82); }
.step-copy h3 { margin-bottom: 16px; font-size: clamp(31px,4vw,49px); line-height: 1.03; letter-spacing: -.045em; }
.step-copy p { color: var(--ink-soft); font-size: 16px; line-height: 1.55; }
.step-visual { position: relative; height: clamp(520px,52vw,650px); min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.82); border-radius: 30px; background: rgba(255,255,255,.78); box-shadow: 0 25px 65px rgba(41,33,47,.11); transform: rotate(1.5deg); backdrop-filter: blur(10px); }
.journey-step-right .step-visual { transform: rotate(-1.5deg); }
.step-picture { position: absolute; inset: clamp(20px,2.5vw,30px); display: grid; place-items: center; }
.step-picture img { width: 100%; height: 100%; object-fit: contain; object-position: center; filter: drop-shadow(0 16px 26px rgba(41,33,47,.09)); }
.step-visual-01 { background: linear-gradient(145deg,rgba(255,238,223,.93),rgba(255,255,255,.78)); }
.step-visual-02 { background: linear-gradient(145deg,rgba(237,231,252,.95),rgba(255,255,255,.78)); }
.step-visual-03 { background: linear-gradient(145deg,rgba(248,231,240,.95),rgba(255,255,255,.8)); }
.step-visual-04 { background: linear-gradient(145deg,rgba(226,240,252,.95),rgba(255,255,255,.8)); }
.step-visual-05 { background: linear-gradient(145deg,rgba(224,244,234,.95),rgba(255,255,255,.8)); }
.step-visual-watch { height: clamp(520px,54vw,660px); background: radial-gradient(circle at 50% 34%,rgba(255,255,255,.96),rgba(247,239,232,.9) 64%,rgba(235,225,218,.9)); transform: none; }
.journey-step-right .step-visual-watch { transform: none; }
.step-visual-watch .step-picture { inset: clamp(12px,1.5vw,20px); }
.step-visual-watch img { object-fit: contain; filter: drop-shadow(0 22px 28px rgba(31,25,35,.16)); }

.learning,.privacy { width: min(1080px,calc(100% - 36px)); margin: 0 auto 160px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.learning-copy,.privacy-copy { max-width: 460px; }
.learning-gallery { height: clamp(540px,51vw,650px); display: flex; gap: 18px; padding: 28px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scrollbar-width: thin; border-radius: 38px; background: linear-gradient(145deg,#f4eff8,#fffaf6); box-shadow: 0 30px 90px rgba(41,33,47,.1); }
.learning-gallery img { flex: 0 0 auto; width: auto; height: 100%; max-width: none; object-fit: contain; scroll-snap-align: center; border-radius: 20px; background: rgba(255,255,255,.66); filter: drop-shadow(0 12px 20px rgba(41,33,47,.07)); }
.privacy { grid-template-columns: 1.08fr .92fr; }
.privacy-visual { position: relative; height: clamp(590px,58vw,740px); min-width: 0; overflow: hidden; border-radius: 40px; background: radial-gradient(circle at 65% 25%,rgba(209,194,245,.62),transparent 42%),#f6f0f8; box-shadow: 0 28px 80px rgba(41,33,47,.1); }
.privacy-visual img { position: absolute; inset: clamp(24px,4vw,48px); width: calc(100% - clamp(48px,8vw,96px)); height: calc(100% - clamp(48px,8vw,96px)); object-fit: contain; object-position: center; filter: drop-shadow(0 18px 34px rgba(41,33,47,.1)); }
.text-link { display: inline-block; margin-top: 8px; border-bottom: 1px solid var(--ink); padding-bottom: 3px; font-weight: 700; }
.download { position: relative; width: min(1060px,calc(100% - 36px)); margin: 0 auto 150px; padding: 120px 24px; overflow: hidden; border-radius: 46px; text-align: center; background: radial-gradient(circle at 30% 20%,rgba(255,212,184,.8),transparent 36%), radial-gradient(circle at 72% 42%,rgba(209,194,245,.76),transparent 40%), #f7f4f5; }
.download-icon { width: 88px; height: 88px; margin: 0 auto 26px; border-radius: 24px; box-shadow: 0 14px 40px rgba(41,33,47,.16); }
.download h2 { max-width: 720px; margin-left: auto; margin-right: auto; }
.download > p { max-width: 560px; margin: 0 auto 28px; }
.faq { width: min(1080px,calc(100% - 36px)); margin: 0 auto; padding: 0 0 150px; }
.faq h2 { margin-bottom: 55px; font-size: clamp(37px,4vw,56px); }
.faq-grid { display: grid; grid-template-columns: repeat(2,1fr); column-gap: 44px; }
.faq-item { border-top: 1px solid rgba(41,33,47,.12); }
.faq-item:last-child,.faq-item:nth-last-child(2) { border-bottom: 1px solid rgba(41,33,47,.12); }
.faq-item summary { list-style: none; width: 100%; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 0; color: var(--ink); font-weight: 700; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "Open"; flex: 0 0 auto; color: var(--ink-soft); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.faq-item[open] summary::after { content: "Close"; }
.faq-item p { margin: -3px 0 23px; padding-right: 36px; color: var(--ink-soft); line-height: 1.65; }
footer { width: min(1080px,calc(100% - 36px)); margin: 0 auto; padding: 54px 0 40px; display: grid; grid-template-columns: 1fr auto; gap: 40px; border-top: 1px solid rgba(41,33,47,.1); }
.footer-links { display: flex; gap: 30px; color: var(--ink-soft); font-size: 13px; }
footer p { grid-column: 1 / -1; color: rgba(41,33,47,.45); font-size: 12px; }

.content-site { background: #fbfaf9; }
.content-site article { padding-top: 108px; }
.content-hero { position: relative; width: min(1180px,calc(100% - 36px)); min-height: 790px; margin: 0 auto 120px; padding: clamp(86px,9vw,130px) clamp(44px,7vw,92px); display: grid; grid-template-columns: 1.03fr .97fr; gap: clamp(45px,7vw,90px); align-items: center; overflow: hidden; border-radius: 52px; background: radial-gradient(circle at 16% 18%,rgba(255,212,184,.7),transparent 35%),radial-gradient(circle at 82% 32%,rgba(209,194,245,.68),transparent 38%),radial-gradient(circle at 58% 92%,rgba(194,234,223,.58),transparent 35%),#f8f4f6; }
.content-hero-copy { position: relative; z-index: 2; }
.breadcrumbs { display: flex; gap: 9px; margin-bottom: 34px; color: rgba(41,33,47,.5); font-size: 12px; }
.breadcrumbs a { border-bottom: 1px solid rgba(41,33,47,.25); }
.content-hero h1 { margin-bottom: 28px; font-size: clamp(52px,6vw,86px); line-height: .94; }
.content-hero-copy > p:not(.eyebrow) { max-width: 610px; margin-bottom: 30px; color: var(--ink-soft); font-size: 19px; line-height: 1.62; }
.content-visual { position: relative; height: 630px; min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.9); border-radius: 36px; background: rgba(255,255,255,.56); box-shadow: 0 30px 80px rgba(41,33,47,.13); transform: rotate(1.5deg); }
.content-visual img { position: absolute; inset: 30px; width: calc(100% - 60px); height: calc(100% - 60px); object-fit: contain; filter: drop-shadow(0 18px 30px rgba(41,33,47,.12)); }
.content-visual-wide { height: 470px; align-self: center; }
.content-body { width: min(980px,calc(100% - 36px)); margin: 0 auto 150px; display: grid; grid-template-columns: 230px 1fr; gap: 80px; align-items: start; }
.content-summary { position: sticky; top: 115px; display: grid; gap: 13px; padding: 26px; border: 1px solid rgba(41,33,47,.08); border-radius: 24px; background: rgba(255,255,255,.72); box-shadow: 0 18px 50px rgba(41,33,47,.06); }
.content-summary .eyebrow { margin-bottom: 5px; }
.content-summary a { color: var(--ink-soft); font-size: 13px; line-height: 1.4; }
.content-summary a:hover { color: var(--ink); }
.content-sections { display: grid; }
.content-sections section { scroll-margin-top: 115px; padding: 0 0 72px; margin-bottom: 72px; border-bottom: 1px solid rgba(41,33,47,.1); }
.content-index { display: inline-grid; place-items: center; width: 43px; height: 43px; margin-bottom: 24px; border-radius: 50%; background: rgba(209,194,245,.5); font-size: 11px; font-weight: 800; }
.content-sections section:nth-child(2n) .content-index { background: rgba(194,234,223,.65); }
.content-sections h2 { max-width: 680px; margin-bottom: 22px; font-size: clamp(38px,4.5vw,59px); }
.content-sections p { max-width: 680px; color: var(--ink-soft); font-size: 18px; line-height: 1.75; }
.related-content { width: min(1080px,calc(100% - 36px)); margin: 0 auto 150px; text-align: center; }
.related-content > h2 { margin-bottom: 45px; }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; text-align: left; }
.related-card { min-height: 300px; display: flex; flex-direction: column; padding: 30px; border: 1px solid rgba(41,33,47,.08); border-radius: 28px; background: rgba(255,255,255,.75); box-shadow: 0 18px 55px rgba(41,33,47,.07); transition: transform 180ms ease,box-shadow 180ms ease; }
.related-card:hover { transform: translateY(-5px); box-shadow: 0 25px 70px rgba(41,33,47,.11); }
.related-card span { margin-bottom: 24px; color: rgba(41,33,47,.48); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.related-card strong { margin-bottom: 16px; font-size: 24px; line-height: 1.12; letter-spacing: -.035em; }
.related-card p { color: var(--ink-soft); font-size: 14px; line-height: 1.6; }
.content-cta { width: min(1080px,calc(100% - 36px)); margin: 0 auto 120px; padding: 105px 26px; border-radius: 44px; text-align: center; background: radial-gradient(circle at 25% 25%,rgba(255,212,184,.74),transparent 36%),radial-gradient(circle at 75% 52%,rgba(209,194,245,.72),transparent 40%),#f7f4f5; }
.content-cta h2 { margin-left: auto; margin-right: auto; }
.content-cta > p:not(.eyebrow) { max-width: 560px; margin: 0 auto 28px; color: var(--ink-soft); line-height: 1.6; }
.expanded-footer { width: min(1080px,calc(100% - 36px)); margin: 0 auto; padding: 58px 0 40px; display: grid; grid-template-columns: 1.5fr repeat(5,1fr); gap: 30px; border-top: 1px solid rgba(41,33,47,.1); }
.footer-brand p { margin: 14px 0 0; color: var(--ink-soft); font-size: 13px; }
.footer-group { display: flex; flex-direction: column; gap: 12px; }
.footer-group strong { margin-bottom: 4px; font-size: 12px; }
.footer-group a { color: var(--ink-soft); font-size: 12px; line-height: 1.35; }
.footer-group a:hover { color: var(--ink); }
.footer-legal { grid-column: 1 / -1; margin-top: 20px; color: rgba(41,33,47,.45); font-size: 11px; }

@media (max-width: 1100px) {
  .hero { min-height: auto; padding-bottom: 100px; }
  .float-photo-beach { left: -38px; }
  .float-photo-breath { right: -36px; }
  .float-photo-journal { right: -20px; }
  .float-note-left { left: -18px; }
  .float-note-right { right: 88px; }
  .journey-step { gap: 50px; }
}
@media (max-width: 900px) {
  .float-photo-breath,.float-photo-journal,.float-note-left,.float-note-right { display: none; }
  .float-photo-beach { left: -44px; }
  .float-photo-journal { right: -36px; }
  .float-note-left { left: -26px; }
  .hero-product { width: min(740px,calc(100% - 42px)); }
  .journey-step,.learning,.privacy { gap: 38px; }
  .journey-step { grid-template-columns: .9fr 1.1fr; }
  .learning,.privacy { grid-template-columns: 1fr 1.1fr; }
  .learning-gallery { padding: 20px; gap: 12px; }
  .content-hero { min-height: 690px; grid-template-columns: 1fr 1fr; padding: 75px 45px; gap: 36px; }
  .content-visual { height: 540px; }
  .content-visual-wide { height: 370px; }
  .content-body { grid-template-columns: 200px 1fr; gap: 45px; }
  .expanded-footer { grid-template-columns: 1.3fr repeat(2,1fr); }
}
@media (max-width: 760px) {
  .hero { width: 100%; padding-left: 16px; padding-right: 16px; }
  .hero-copy { padding: 0 52px; }
  .hero-product { width: calc(100% - 34px); }
  .hero-product-caption { bottom: 16px; }
  .journey-step { gap: 28px; }
  .step-copy h3 { font-size: 34px; }
  .learning,.privacy { gap: 28px; }
}
@media (max-width: 680px) {
  .site-header { top: 10px; min-height: 54px; flex-direction: column; align-items: center; gap: 6px; padding: 10px 12px 12px; border-radius: 24px; }
  .nav-links { width: 100%; flex-wrap: wrap; justify-content: center; gap: 8px 16px; font-size: 12px; }
  .nav-links > a:not(.button)::after { display: none; }
  .nav-links .button-small { min-height: 32px; padding: 0 14px; font-size: 11px; }
  .hero { width: 100%; min-height: auto; padding: 128px 12px 78px; }
  .hero-glow { inset: 0 12px 190px; border-radius: 0 0 42px 42px; }
  .hero-copy { padding: 0 24px; }
  .eyebrow { font-size: 10px; }
  h1 { font-size: clamp(50px,14.5vw,69px); line-height: .95; }
  .hero-subtitle { font-size: 16px; }
  /* Notes are hidden below this width: with the wrapped header the hero copy
     grows tall enough that they overlap the subtitle. */
  .float-photo-beach { top: 196px; left: -42px; width: 92px; height: 126px; }
  .float-photo-journal { display: block; top: 470px; right: -34px; width: 104px; height: 132px; }
  .float-note-left { display: none; }
  .hero-product { width: calc(100% - 8px); aspect-ratio: .92; margin-top: 52px; border-radius: 25px; }
  .hero-product-bar { height: 58px; padding: 0 16px; }
  .hero-product-image { inset: 58px 0 0; padding: 20px 12px 92px; }
  .hero-product-caption { left: 13px; right: 13px; bottom: 13px; flex-direction: column; gap: 3px; }
  .journey { width: min(100% - 28px,560px); padding-top: 55px; padding-bottom: 110px; }
  .section-intro { margin-bottom: 60px; }
  h2 { font-size: 43px; }
  .journey-ribbon { top: 390px; bottom: 50px; width: 500px; height: calc(100% - 440px); opacity: .48; }
  .journey-list { gap: 80px; }
  .journey-step { min-height: 0; display: flex; flex-direction: column; gap: 26px; align-items: stretch; }
  .journey-step-right .step-copy,.journey-step-right .step-visual { order: initial; }
  .step-copy { max-width: 310px; padding: 0 8px; }
  .journey-step:nth-child(even) .step-copy { margin-left: auto; }
  .step-copy h3 { font-size: 36px; }
  .step-visual { width: 91%; height: 610px; }
  .journey-step:nth-child(even) .step-visual { margin-left: auto; }
  .learning,.privacy { display: flex; flex-direction: column; margin-bottom: 110px; }
  .learning-gallery { width: 100%; height: 600px; padding: 16px; }
  .privacy-visual { order: 2; width: 100%; height: 640px; }
  .privacy-copy { order: 1; }
  .download { padding: 85px 22px; margin-bottom: 110px; border-radius: 34px; }
  .faq { padding-bottom: 100px; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-item:nth-last-child(2) { border-bottom: 0; }
  footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .content-site article { padding-top: 82px; }
  .content-hero { min-height: 0; margin-bottom: 90px; padding: 70px 24px 28px; display: flex; flex-direction: column; border-radius: 0 0 38px 38px; }
  .breadcrumbs { margin-bottom: 28px; }
  .content-hero h1 { font-size: clamp(38px,10.6vw,52px); }
  .content-hero-copy > p:not(.eyebrow) { font-size: 17px; }
  .content-visual,.content-visual-wide { width: 100%; height: 570px; border-radius: 28px; transform: none; }
  .content-visual-wide { height: 300px; }
  .content-body { display: block; margin-bottom: 100px; }
  .content-summary { position: static; margin-bottom: 70px; }
  .content-sections section { padding-bottom: 55px; margin-bottom: 55px; }
  .content-sections p { font-size: 17px; }
  .related-content { margin-bottom: 100px; }
  .related-grid { grid-template-columns: 1fr; }
  .related-card { min-height: 0; }
  .content-cta { padding: 80px 22px; margin-bottom: 90px; }
  .expanded-footer { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .footer-brand,.footer-legal { grid-column: 1 / -1; }
}
@media (max-width: 430px) {
  .hero-copy { padding: 0 15px; }
  h1 { font-size: clamp(48px,14.3vw,62px); }
  .float-photo-beach { left: -52px; opacity: .88; }
  .float-photo-journal { right: -48px; opacity: .88; }
  .float-note-left { left: -58px; opacity: .82; }
  .hero-product-bar { padding: 0 13px; }
  .hero-product-bar > span { font-size: 10px; }
  .hero-product-caption { padding: 13px 14px; }
  .journey-list { gap: 72px; }
  .journey-ribbon { width: 450px; opacity: .44; }
  .step-copy h3 { font-size: 34px; }
  .step-visual { width: 94%; }
  .step-picture { inset: 18px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }

/* ---- Long-form content components (no JavaScript) ---- */
.content-deck { max-width: 610px; }
.content-meta { margin: 22px 0 30px; color: rgba(41,33,47,.5); font-size: 13px; line-height: 1.6; }
.content-meta a { border-bottom: 1px solid rgba(41,33,47,.25); }
.content-body-full { grid-template-columns: 1fr; }
.answer-box { margin-bottom: 60px; padding: 32px 34px; border-radius: 26px; background: linear-gradient(145deg,rgba(237,231,252,.72),rgba(255,246,238,.8)); box-shadow: inset 0 1px 0 #fff; }
.answer-box .eyebrow { margin-bottom: 12px; }
.answer-box p:last-child { max-width: 640px; margin: 0; color: var(--ink); font-size: 19px; line-height: 1.62; font-weight: 500; }
.content-sections h3 { max-width: 680px; margin: 38px 0 16px; font-size: clamp(23px,2.4vw,29px); line-height: 1.2; letter-spacing: -.03em; scroll-margin-top: 115px; }
.content-sections p + p { margin-top: -6px; }
.content-sections a:not(.button) { border-bottom: 1px solid rgba(41,33,47,.3); }
.content-sections a:not(.button):hover { border-bottom-color: var(--ink); color: var(--ink); }
.prose-list, .prose-steps { max-width: 680px; margin: 0 0 26px; padding-left: 22px; color: var(--ink-soft); font-size: 17px; line-height: 1.72; }
.prose-list li, .prose-steps li { margin-bottom: 11px; padding-left: 4px; }
.prose-list { list-style: none; padding-left: 0; }
.prose-list > li { position: relative; padding-left: 26px; }
.prose-list > li::before { content: ""; position: absolute; left: 2px; top: 11px; width: 7px; height: 7px; border-radius: 50%; background: rgba(216,110,157,.55); }
.prose-steps { list-style: decimal; }
.prose-steps > li::marker { color: rgba(41,33,47,.45); font-weight: 700; font-size: 15px; }
.prose-dl { max-width: 680px; margin: 0 0 26px; }
.prose-dl dt { margin-bottom: 6px; font-weight: 700; font-size: 17px; }
.prose-dl dd { margin: 0 0 18px; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.callout { max-width: 680px; margin: 0 0 28px; padding: 24px 26px; border-left: 3px solid rgba(216,110,157,.5); border-radius: 0 18px 18px 0; background: rgba(255,255,255,.8); box-shadow: 0 14px 40px rgba(41,33,47,.06); }
.callout strong { display: block; margin-bottom: 9px; font-size: 15px; }
.callout p { margin: 0; font-size: 16px !important; line-height: 1.65; }
.prose-quote { max-width: 680px; margin: 0 0 28px; padding: 4px 0 4px 26px; border-left: 2px solid rgba(41,33,47,.2); }
.prose-quote p { font: italic 20px/1.5 Georgia,"Times New Roman",serif; color: var(--ink); }
.prose-quote cite { color: rgba(41,33,47,.5); font-size: 13px; font-style: normal; }
.table-scroll { max-width: 680px; margin: 0 0 30px; overflow-x: auto; border: 1px solid rgba(41,33,47,.1); border-radius: 20px; background: rgba(255,255,255,.8); }
.table-scroll table { width: 100%; border-collapse: collapse; font-size: 15px; }
.table-scroll caption { padding: 18px 20px 0; color: rgba(41,33,47,.5); font-size: 13px; text-align: left; }
.table-scroll th, .table-scroll td { padding: 14px 18px; text-align: left; vertical-align: top; border-bottom: 1px solid rgba(41,33,47,.08); }
.table-scroll thead th { color: rgba(41,33,47,.55); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; }
.table-scroll tbody th { width: 30%; font-weight: 700; color: var(--ink); }
.table-scroll td { color: var(--ink-soft); line-height: 1.6; }
.table-scroll tbody tr:last-child th, .table-scroll tbody tr:last-child td { border-bottom: 0; }
.faq-block, .sources { width: min(980px,calc(100% - 36px)); margin: 0 auto 120px; }
.faq-block h2, .sources h2 { margin-bottom: 34px; font-size: clamp(32px,3.4vw,46px); }
.faq-list { display: grid; }
.faq-list .faq-item { border-top: 1px solid rgba(41,33,47,.12); }
.faq-list .faq-item:last-child { border-bottom: 1px solid rgba(41,33,47,.12); }
.faq-block .faq-item p, .faq-list .faq-item p { max-width: 760px; }
.faq-item a { border-bottom: 1px solid rgba(41,33,47,.3); }
.sources ol { max-width: 760px; margin: 0; padding-left: 20px; color: var(--ink-soft); font-size: 15px; line-height: 1.7; }
.sources li { margin-bottom: 10px; }
.sources a { border-bottom: 1px solid rgba(41,33,47,.3); }
.hero-note, .download-note { margin: 18px auto 0; max-width: 520px; color: rgba(41,33,47,.5); font-size: 13px; line-height: 1.55; }
.download-note { max-width: 640px; margin-top: 26px; }
.footer-price { margin-top: 10px !important; font-size: 12px !important; color: rgba(41,33,47,.45) !important; }
.home-essay { width: min(1080px,calc(100% - 36px)); margin: 0 auto 150px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.home-essay-intro { position: sticky; top: 120px; }
.home-essay-body > section { padding-bottom: 34px; margin-bottom: 34px; border-bottom: 1px solid rgba(41,33,47,.09); }
.home-essay-body h3 { margin-bottom: 14px; font-size: clamp(22px,2.3vw,27px); line-height: 1.22; letter-spacing: -.03em; }
.home-essay-body p { max-width: 660px; color: var(--ink-soft); font-size: 17px; line-height: 1.75; }
.home-essay-more a { border-bottom: 1px solid rgba(41,33,47,.3); font-weight: 600; }
@media (max-width: 900px) {
  .expanded-footer { grid-template-columns: 1.2fr repeat(3,1fr); }
  .home-essay { grid-template-columns: 1fr; gap: 34px; }
  .home-essay-intro { position: static; }
}
@media (max-width: 680px) {
  .content-site article { padding-top: 104px; }
  .hero { padding-top: 146px; }
  .answer-box { padding: 26px 22px; border-radius: 22px; }
  .answer-box p:last-child { font-size: 17px; }
  .expanded-footer { grid-template-columns: 1fr 1fr; }
  .prose-list, .prose-steps, .prose-dl dd { font-size: 16px; }
  .home-essay { margin-bottom: 100px; }
}
.table-scroll table { min-width: 34rem; }
@media (max-width: 680px) {
  .table-scroll th, .table-scroll td { padding: 12px 14px; }
  .faq-block, .sources { margin-bottom: 90px; }
}
/* Grid tracks default to a min-content floor, so a wide table would otherwise
   force the whole column (and the page) to scroll sideways. */
.content-sections { min-width: 0; }
.content-sections > section { min-width: 0; }
