/* Homepage: one product, one story, a quiet close. */
html:has(> body.home-page) { scroll-padding-top:64px }
.home-page {
  --paper:#fafaf9;
  --ink:#242523;
  --muted:#6b6c68;
  --line:#e4e4df;
  --header-height:64px;
  --max-width:1280px;
  background:var(--paper);
  color:var(--ink)
}
.home-page h1,.home-page h2 {
  letter-spacing:-.048em;
  line-height:1.08;
  font-weight:500;
  text-wrap:balance
}
.home-page .site-header {
  background:rgba(250,250,249,.92);
  border-bottom:1px solid rgba(36,37,35,.07)
}
.home-page .header-inner {
  gap:28px;
  padding-block:10px
}
.home-page .brand { width:108px }
.home-page .desktop-nav { gap:34px; font-size:13px }
.home-page .desktop-nav a { color:var(--muted) }
.home-page .desktop-nav a:hover,.home-page .header-story:hover { color:var(--ink) }
.home-page .header-cta {
  justify-content:center;
  min-height:36px;
  padding:8px 20px;
  background:var(--ink);
  color:#fff;
  border:1px solid var(--ink);
  border-radius:24px;
  font-size:12px;
  font-weight:500
}
.home-page .header-cta:hover { background:#42443f }
.home-page .header-story { color:var(--ink) }
.hero {
  text-align:center;
  padding-top:clamp(48px,5.8vw,82px);
  padding-bottom:64px
}
.hero h1 { font-size:clamp(44px,5.9vw,76px) }
.hero-lead {
  font-size:clamp(16px,1.55vw,19px);
  color:var(--muted);
  margin:22px auto 15px;
  max-width:420px;
  line-height:1.5;
  text-wrap:balance
}
.quiet-link {
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:44px;
  font-size:14px;
  font-weight:500
}
.quiet-link:hover { text-decoration:underline; text-underline-offset:5px }
.availability-note {
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:15px;
  color:var(--ink);
  font-size:12px;
  letter-spacing:.01em
}
.availability-note span {
  width:7px;
  height:7px;
  border-radius:50%;
  background:#3d7a4a;
  box-shadow:0 0 0 3px rgba(61,122,74,.12)
}
.hero-visual { width:min(100%,500px); margin:4px auto 0 }
.hero-product {
  width:100%;
  height:auto;
  mix-blend-mode:multiply;
  mask-image:radial-gradient(ellipse 64% 64% at 50% 51%,#000 60%,transparent 78%)
}
.hero-visual figcaption { font-size:10px; color:var(--muted); margin-top:-12px }
.home-page .section-space { padding-block:clamp(70px,8vw,104px) }
.experience { position:relative; background:#f0f0ed }
.experience-intro { text-align:center; margin-bottom:38px }
.experience-intro h2 { font-size:clamp(34px,4vw,50px) }
.experience-intro>p { color:var(--muted); font-size:17px; margin-top:16px; text-wrap:balance }
.motion-film video {
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:800/343;
  object-fit:contain;
  border-radius:6px;
  background:#11171a
}
.motion-caption {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding-top:18px
}
.motion-caption p { font-size:11px; color:var(--muted) }
.motion-caption .text-link { flex-shrink:0; font-size:14px }
.home-page .motion-film video { border-radius:10px }
.home-page .motion-caption { gap:8px 24px; padding-top:13px; flex-wrap:wrap }
.home-page .motion-caption p { font-size:11px }
.home-page .motion-caption .film-title { color:var(--ink) }
.film-player { position:relative }
.film-play {
  position:absolute;
  right:22px;
  bottom:22px;
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  border:1px solid rgba(255,255,255,.45);
  border-radius:50%;
  background:rgba(20,21,19,.5);
  color:#fff;
  backdrop-filter:blur(12px);
  transition:background .2s
}
.film-play:hover { background:rgba(20,21,19,.8) }
.film-play:focus-visible { outline-color:#fff; outline-offset:4px }
.film-play svg { margin-left:2px }
.experience-gallery {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  margin-top:52px
}
.experience-scene { min-width:0 }
.experience-scene picture {
  display:block;
  overflow:hidden;
  border-radius:10px;
  background:#e9e7e2
}
.experience-scene img { width:100%; height:auto; aspect-ratio:4/5; object-fit:cover }
.experience-scene figcaption { padding-top:20px }
.experience-scene h3 { font-size:clamp(18px,1.8vw,23px); font-weight:500; letter-spacing:-.03em; line-height:1.25 }
.experience-scene figcaption p { font-size:13px; color:var(--muted); margin-top:7px; line-height:1.45 }
.experience-disclosure { margin-top:28px; font-size:10px; color:var(--muted) }
.experience-motion { position:relative; margin-top:56px; padding-top:48px; border-top:1px solid var(--line) }
.motion-layout { display:grid; grid-template-columns:1fr 2fr; gap:48px; align-items:center }
.motion-heading h3 { font-size:clamp(24px,2.4vw,30px); font-weight:500; letter-spacing:-.035em; line-height:1.2 }
.home-invitation {
  position:relative;
  text-align:center;
  padding-block:64px 96px
}
.home-invitation h2 { font-size:clamp(30px,3.6vw,46px) }
.home-page .button-primary {
  background:var(--ink);
  color:white;
  border-radius:28px;
  min-height:46px;
  padding:12px 26px;
  font-size:14px;
  margin-top:28px
}
.home-page .button-primary:hover { background:#42443f; transform:none }

.faq {
  display:grid;
  grid-template-columns:1fr 1.5fr;
  gap:100px
}
.faq h2 {
  margin-top:24px
}
.faq-list details {
  border-bottom:1px solid var(--line)
}
.faq-list details:first-child {
  border-top:1px solid var(--line)
}
.faq-list summary {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding:25px 0;
  font-size:18px;
  list-style:none
}
.faq-list summary::-webkit-details-marker {
  display:none
}
.faq-list summary span {
  font-size:24px;
  font-weight:300;
  transition:transform .2s
}
.faq-list details[open] summary span {
  transform:rotate(45deg)
}
.faq-list details p {
  padding:0 36px 25px 0;
  font-size:16px;
  color:var(--muted)
}
.purchase-back {
  padding-block:32px;
  font-size:13px;
  color:var(--muted)
}
.purchase-back a:hover {
  color:var(--blue)
}
.purchase-layout {
  display:grid;
  grid-template-columns:1.12fr 1fr;
  grid-template-areas:"visual summary";
  align-items:start;
  gap:clamp(40px,6vw,96px);
  padding-bottom:90px
}
.purchase-summary {
  grid-area:summary;
  padding-top:16px
}
.purchase-summary .eyebrow {
  color:var(--muted);
  font-size:10px;
  letter-spacing:.06em
}
.purchase-summary h1 {
  font-size:clamp(34px,3.4vw,48px);
  margin-top:18px
}
.purchase-visual {
  grid-area:visual;
  position:sticky;
  top:calc(var(--header-height) + 28px)
}
.purchase-visual img {
  width:100%;
  height:auto;
  border-radius:6px;
  background:#e9ecef
}
.purchase-visual figcaption {
  font-size:11px;
  line-height:1.5;
  color:var(--muted);
  margin-top:14px
}
.purchase-policy {
  text-align:center;
  font-size:12px;
  color:var(--muted);
  margin-top:18px
}
.purchase-policy a {
  text-decoration:underline;
  text-underline-offset:3px
}
.purchase-faq {
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:60px;
  padding-block:70px 90px;
  border-top:1px solid var(--line)
}
.purchase-faq h2 {
  font-size:clamp(30px,3vw,44px)
}
.preorder-price { display:flex; gap:9px; align-items:baseline; font-size:76px; line-height:1; letter-spacing:-.06em; margin-top:22px; }
.preorder-price>span { font-size:22px; letter-spacing:-.02em; }
.payment-type { font-size:14px; color:var(--muted); margin-top:12px; }
.preorder-assurance { margin-top:22px; padding:16px 18px; background:#eef1ff; border-radius:4px; }
.preorder-assurance strong { display:block; color:#243a9f; font-size:15px; font-weight:500; }
.preorder-assurance p { margin-top:5px; color:#3f4f82; font-size:13px; line-height:1.5; }

.preorder-inclusions { padding:0; margin:28px 0; list-style:none; }
.preorder-inclusions li { display:flex; gap:13px; padding:17px 0; border-top:1px solid var(--line); }
.preorder-inclusions li>span { color:var(--blue); font-size:18px; }
.preorder-inclusions li>div { font-size:13px; color:var(--muted); line-height:1.5; }
.preorder-inclusions strong { display:block; color:var(--ink); font-size:16px; font-weight:500; margin-bottom:5px; }
.preorder-checkout { width:100%; }
.preorder-question { margin-top:22px; border-top:1px solid var(--line); }
.preorder-question>summary { display:flex; align-items:center; justify-content:space-between; min-height:54px; gap:20px; font-size:14px; list-style:none; }
.preorder-question>summary::-webkit-details-marker { display:none; }
.preorder-question>summary>span { font-size:23px; }
.preorder-question[open]>summary>span { transform:rotate(45deg); }
.contact-form { padding-top:12px; display:flex; flex-direction:column; gap:20px; }
.contact-form label { display:flex; flex-direction:column; gap:8px; font-size:13px; }
.contact-form input,.contact-form select,.contact-form textarea { width:100%; border:1px solid #c6ccd5; border-radius:4px; background:#fff; color:var(--ink); padding:12px; font-size:16px; line-height:1.4; }
.contact-form textarea { resize:vertical; min-height:100px; }
.contact-form ::placeholder { color:var(--muted); }
.contact-form .optional { font-size:11px; color:var(--muted); position:absolute; right:0; top:2px; }
.contact-form label:has(.optional) { position:relative; }
.contact-form .button { width:100%; }
.form-note { font-size:12px; color:var(--muted); margin-top:-8px; }
.form-status { font-size:13px; }
.form-status a { text-decoration:underline; }
.form-status:empty { display:none; }
.approach-hero {
  padding-block:64px 40px;
  text-align:center
}
.approach-hero h1 {
  font-size:clamp(44px,5vw,64px);
  letter-spacing:-.045em
}
.approach-hero>p:last-child {
  font-size:18px;
  max-width:620px;
  color:var(--muted);
  margin:18px auto 0
}
.approach-section {
  display:grid;
  grid-template-columns:1fr 2fr;
  gap:60px;
  padding-block:75px;
  border-top:1px solid var(--line)
}
.approach-story {
  padding-bottom:clamp(56px,6vw,84px)
}
.approach-story video {
  aspect-ratio:800/343;
  background:#0b0b0b
}
.story-film video { border-radius:0 }
.approach-story .motion-caption {
  align-items:baseline;
  flex-wrap:wrap
}
.approach-story .story-title {
  font-size:14px;
  font-weight:500;
  letter-spacing:0;
  line-height:1.5
}
.story-belief {
  display:grid;
  grid-template-columns:1fr 1.25fr;
  align-items:center;
  gap:clamp(32px,5vw,72px);
  margin-top:56px;
  padding-top:44px;
  border-top:1px solid var(--line)
}
.belief-kicker { font-size:12px; color:var(--muted); margin-bottom:18px }
.belief-copy h2 { font-size:clamp(30px,3vw,42px); line-height:1.1; letter-spacing:-.045em }
.belief-film .motion-caption { padding-top:12px }
.belief-film .belief-play {
  inset:0;
  width:100%;
  height:100%;
  border:0;
  border-radius:6px;
  background:transparent;
  backdrop-filter:none
}
.belief-play-icon {
  position:absolute;
  bottom:18px;
  right:18px;
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border:1px solid rgba(255,255,255,.65);
  border-radius:50%;
  background:rgba(20,21,19,.5);
  backdrop-filter:blur(12px);
  transition:background .2s
}
.belief-play:hover .belief-play-icon { background:rgba(20,21,19,.85) }
.belief-play:focus-visible { outline:3px solid var(--ink); outline-offset:5px }
@media(max-width:760px) {
  .story-belief { grid-template-columns:1fr; gap:24px; margin-top:36px; padding-top:32px }
  .belief-kicker { margin-bottom:14px }
  .belief-copy h2 { font-size:32px }
  .belief-play-icon { width:44px; height:44px; bottom:12px; right:12px }
}
.approach-section h2 {
  font-size:clamp(34px,3.5vw,52px);
  margin-bottom:28px
}
.approach-section>div>p {
  font-size:18px;
  max-width:700px;
  color:var(--muted);
  margin-bottom:22px
}
.approach-section .button {
  margin-top:12px
}
.approach-steps {
  padding:0;
  margin:30px 0 0;
  list-style:none
}
.approach-steps li {
  display:flex;
  gap:22px;
  padding:18px 0;
  border-top:1px solid var(--line);
  font-size:17px
}
.approach-steps span {
  font-family:var(--mono);
  font-size:12px;
  color:var(--muted);
  padding-top:4px
}
.legal-hero {
  padding:80px 0 50px
}
.legal-hero h1 {
  font-size:clamp(48px,5.5vw,80px);
  margin:24px 0
}
.legal-updated {
  color:var(--muted);
  font-size:14px
}
.legal-layout {
  display:grid;
  grid-template-columns:1fr 2.5fr;
  gap:80px;
  padding-block:20px 90px
}
.legal-context {
  font-size:14px;
  color:var(--muted)
}
.legal-context strong {
  display:block;
  color:var(--ink);
  font-size:16px;
  margin-bottom:15px
}
.legal-context a {
  display:block;
  color:var(--blue);
  margin-top:16px;
  overflow-wrap:anywhere
}
.legal-content section {
  border-top:1px solid var(--line);
  padding:30px 0
}
.legal-content h2 {
  font-size:28px;
  letter-spacing:-.025em;
  margin-bottom:18px
}
.legal-content p,.legal-content li {
  font-size:16px;
  color:var(--muted);
  line-height:1.7
}
.legal-content p+p {
  margin-top:15px
}
.legal-content a {
  color:var(--blue);
  text-decoration:underline
}
.legal-content ul {
  padding-left:22px
}
.legal-content li+li {
  margin-top:12px
}

@media(max-width:1050px) {
  .faq { gap:60px }
  .motion-layout { gap:36px }
}
@media(max-width:900px) {
  .home-page .header-inner { gap:18px }
  .home-page .header-story { font-size:13px }
}
@media(max-width:760px) {
  .hero { padding-top:48px; padding-bottom:56px }
  .hero h1 { font-size:clamp(40px,7vw,55px) }
  .hero-lead { max-width:330px; font-size:16px; margin-top:18px }
  .hero-visual { width:min(100%,400px); margin-top:4px }
  .experience-intro { margin-bottom:28px }
  .experience-intro>p { font-size:15px; margin-top:14px }
  .home-page .motion-caption { align-items:flex-start; gap:5px; flex-direction:column }
  .experience-gallery { gap:16px; margin-top:38px }
  .experience-scene h3 { font-size:17px }
  .experience-scene figcaption p { font-size:12px }
  .experience-scene figcaption { padding-top:14px }
  .experience-disclosure { margin-top:22px }
  .experience-motion { margin-top:40px; padding-top:32px }
  .motion-layout { grid-template-columns:1fr; gap:28px }
  .motion-heading { text-align:center }
  .motion-heading h3 { font-size:26px }
  .home-invitation { padding-block:64px 72px }
  .faq { grid-template-columns:minmax(0,1fr); gap:36px }
  .faq-list summary { font-size:17px }
  .purchase-back { padding-block:24px }
  .purchase-layout { grid-template-columns:1fr; grid-template-areas:"summary" "visual"; gap:40px; padding-bottom:50px }
  .purchase-summary { padding-top:0 }
  .purchase-summary h1 { font-size:38px }
  .purchase-visual { position:static }
  .purchase-faq { grid-template-columns:1fr; gap:30px; padding-block:44px 60px }
  .preorder-price { font-size:68px }
  .contact-form { padding:0 }
  .approach-hero { padding-block:40px 30px }
  .approach-hero h1 { font-size:44px }
  .approach-hero>p:last-child { font-size:16px; margin-top:16px }
  .approach-section { grid-template-columns:1fr; gap:28px; padding-block:50px }
  .approach-section>div>p { font-size:16px }
  .approach-steps li { font-size:16px }
  .legal-hero { padding-block:60px 30px }
  .legal-layout { grid-template-columns:1fr; gap:35px }
}
@media(max-width:540px) {
  .home-page .header-inner { gap:10px }
  .home-page .brand { width:88px }
  .home-page .header-story { font-size:11px }
  .home-page .header-cta { min-height:34px; font-size:11px; padding:8px 14px }
  .hero h1 { font-size:clamp(36px,9.3vw,48px) }
  .hero-lead { max-width:270px }
  .hero-visual { margin-top:8px }
  .experience-gallery { grid-template-columns:1fr; gap:32px }
  .experience-scene { width:100%; max-width:400px; margin-inline:auto }
  .experience-scene h3 { font-size:21px }
  .experience-scene figcaption p { font-size:13px }
  .film-play { width:44px; height:44px; bottom:12px; right:12px }
}
@media(max-width:380px) {
  .home-page .brand { width:76px }
  .home-page .header-inner { gap:8px }
  .home-page .header-cta { padding-inline:12px }
  .hero h1 { font-size:34px }
  .hero-lead { font-size:15px }
  .purchase-summary h1 { font-size:34px }
}
@media (prefers-reduced-motion: reduce) {
  .button:hover { transform:none }
}
