:root { --ink: #17251f; --paper: #f2efe8; --acid: #c9ff4a; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img, video { display: block; }
.shell { width: min(100% - 48px, 1440px); margin-inline: auto; }
.section { padding-block: clamp(88px, 12vw, 180px); }
.section-tag { display: flex; align-items: center; gap: 16px; margin: 0; color: #6b756e; font-size: 10px; font-weight: 650; letter-spacing: .16em; text-transform: uppercase; }
.section-tag span { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid #aeb4ae; border-radius: 50%; font-size: 9px; }
.section-tag--light { color: rgba(255,255,255,.62); }
.section-tag--light span { border-color: rgba(255,255,255,.4); }
.hero { position: relative; min-height: 100svh; overflow: hidden; color: #f8f7f0; background: #1a201c; }
.hero__poster, .hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__poster { animation: settle 14s ease-out both; }
.hero__video { z-index: 1; opacity: 0; transition: opacity .8s ease; }
.hero__video--ready { opacity: 1; }
.hero__shade { position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, rgba(5,10,7,.52), rgba(5,10,7,.08) 22%, transparent 55%, rgba(5,10,7,.42)); pointer-events: none; }
.nav { position: relative; z-index: 4; height: 104px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); }
.brand { display: inline-flex; align-items: baseline; gap: 8px; justify-self: start; }
.brand__rrr { font-size: 29px; line-height: 1; font-weight: 800; letter-spacing: -.08em; }
.brand__space { font-size: 11px; font-weight: 600; letter-spacing: .22em; }
.nav__links { display: flex; gap: clamp(24px, 3vw, 52px); font-size: 13px; }
.nav__links a { opacity: .82; transition: opacity .2s; }
.nav__links a:hover { opacity: 1; }
.nav__cta { justify-self: end; display: inline-flex; align-items: center; gap: 22px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; padding: 12px 18px; font-size: 12px; transition: background .2s, color .2s; }
.nav__cta:hover { background: #fff; color: var(--ink); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; font-size: 10px; letter-spacing: .18em; }
.eyebrow span { width: 24px; height: 1px; background: var(--acid); }
.eyebrow--dark { color: #647068; }
.eyebrow--dark span { background: var(--ink); }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; border-radius: 999px; padding: 0 22px; cursor: pointer; font-size: 13px; border: 1px solid rgba(255,255,255,.48); transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.hero__control { position: absolute; z-index: 3; right: 0; bottom: 72px; left: 0; display: flex; flex-direction: column; align-items: flex-end; }
.button--sound { min-height: 42px; gap: 12px; padding: 0 17px; color: #fff; background: rgba(9,17,12,.44); border-color: rgba(255,255,255,.38); backdrop-filter: blur(10px); }
.sound-icon { font-size: 20px; transform: rotate(180deg); }
.media-notice { width: fit-content; max-width: 320px; margin: 10px 0 0; padding: 8px 12px; border-radius: 8px; background: rgba(8,15,11,.72); color: rgba(255,255,255,.8); font-size: 11px; }
.hero__footer { position: absolute; z-index: 3; bottom: 28px; left: 50%; transform: translateX(-50%); display: flex; justify-content: space-between; align-items: center; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.concept-label { color: var(--acid); }
.hero__meta { color: rgba(255,255,255,.62); }
.manifesto__hero { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(280px, .65fr); gap: clamp(50px, 8vw, 120px); margin-top: clamp(52px, 7vw, 90px); padding-bottom: clamp(64px, 8vw, 110px); border-bottom: 1px solid #b8bcb5; align-items: end; }
.manifesto__title { max-width: 920px; margin: 0; font-size: clamp(54px, 7.4vw, 112px); line-height: .92; font-weight: 430; letter-spacing: -.065em; }
.manifesto__intro { max-width: 420px; }
.manifesto__intro p { margin: 0; color: #566159; font-size: clamp(17px, 1.35vw, 20px); line-height: 1.6; }
.manifesto__copy { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(260px, .72fr); gap: clamp(50px, 10vw, 150px); margin-top: clamp(64px, 8vw, 110px); align-items: end; }
.lead { margin: 0; font-size: clamp(44px, 6.2vw, 92px); line-height: 1.02; letter-spacing: -.058em; }
.lead em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.manifesto__detail { max-width: 420px; }
.manifesto__detail p { margin: 0; color: #566159; font-size: 16px; line-height: 1.65; }
.text-link { display: flex; justify-content: space-between; gap: 32px; margin-top: 40px; padding-bottom: 12px; border-bottom: 1px solid #9ca39d; font-size: 12px; font-weight: 650; text-transform: uppercase; letter-spacing: .08em; }
.moments { padding-block: clamp(88px, 10vw, 150px); color: #f3f2ec; background: var(--ink); }
.moments__heading { display: grid; grid-template-columns: 1fr 300px; gap: 48px; margin: 60px 0 80px; align-items: end; }
.moments h2, .household h2, .disclosure h2, .contact h2 { margin: 0; font-size: clamp(48px, 6vw, 86px); line-height: .98; font-weight: 440; letter-spacing: -.055em; }
.moments__heading p { margin: 0 0 6px; color: rgba(255,255,255,.6); font-size: 15px; line-height: 1.55; }
.moment-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.moment-card { min-height: 350px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px 30px 32px; border-right: 1px solid rgba(255,255,255,.2); }
.moment-card:first-child { border-left: 1px solid rgba(255,255,255,.2); }
.moment-card__number { color: var(--acid); font-size: 11px; }
.moment-card h3 { margin: 0 0 16px; font-size: 32px; font-weight: 480; letter-spacing: -.03em; }
.moment-card p { max-width: 330px; margin: 0; color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.6; }
.household__grid { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(340px, .78fr); gap: clamp(50px, 9vw, 130px); margin-top: 70px; align-items: center; }
.household__visual { position: relative; overflow: hidden; min-height: 650px; border-radius: 3px; }
.household__visual img { width: 100%; height: 100%; position: absolute; object-fit: cover; object-position: 57% center; }
.household__badge { position: absolute; right: 22px; bottom: 22px; width: 84px; height: 84px; display: grid; place-items: center; border-radius: 50%; background: var(--acid); color: var(--ink); font-size: 15px; font-weight: 700; }
.household__copy > p:not(.eyebrow) { max-width: 500px; margin: 34px 0 0; color: #59635c; font-size: 16px; line-height: 1.68; }
.facts { margin: 44px 0 0; }
.facts div { display: grid; grid-template-columns: 120px 1fr; gap: 24px; padding: 15px 0; border-top: 1px solid #bdc1bc; }
.facts div:last-child { border-bottom: 1px solid #bdc1bc; }
.facts dt { color: #717a73; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.facts dd { margin: 0; font-size: 13px; }
.disclosure { padding-block: clamp(80px, 9vw, 130px); background: #24392f; color: #f4f4ee; }
.disclosure__inner { display: grid; grid-template-columns: 120px minmax(0, 1.4fr) minmax(280px, .6fr); gap: clamp(30px, 5vw, 80px); align-items: end; }
.disclosure__mark { color: var(--acid); font-family: Georgia, serif; font-size: 150px; line-height: .45; }
.disclosure h2 { margin-top: 54px; font-size: clamp(42px, 5vw, 72px); }
.disclosure__inner > p { margin: 0; color: rgba(255,255,255,.63); font-size: 14px; line-height: 1.65; }
.contact { padding-bottom: clamp(100px, 14vw, 190px); }
.contact__row { display: grid; grid-template-columns: 1fr auto; gap: 48px; margin-top: 62px; align-items: end; }
.contact h2 { font-size: clamp(54px, 7.2vw, 104px); }
.round-link { width: 180px; height: 180px; display: flex; flex-direction: column; justify-content: space-between; padding: 34px; border-radius: 50%; background: var(--acid); font-size: 15px; transition: transform .25s; }
.round-link:hover { transform: rotate(3deg) scale(1.03); }
.round-link b { align-self: end; font-size: 24px; font-weight: 400; }
.footer { color: #f3f2ec; background: #111b16; }
.footer__inner { min-height: 160px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.footer__inner > p { margin: 0; color: rgba(255,255,255,.55); font-family: Georgia, serif; font-style: italic; }
.footer__links { justify-self: end; display: flex; align-items: center; gap: 28px; color: rgba(255,255,255,.55); font-size: 10px; letter-spacing: .08em; }
.footer__links a { transition: color .2s; }
.footer__links a:hover { color: #fff; }
.legal-page { min-height: 100vh; background: var(--paper); }
.legal-header { color: #f3f2ec; background: #111b16; }
.legal-header__inner { min-height: 104px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.16); }
.legal-back { color: rgba(255,255,255,.7); font-size: 11px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.legal-back:hover { color: #fff; }
.legal-main { padding-block: clamp(72px, 9vw, 130px); }
.legal-kicker { margin: 0 0 24px; color: #657068; font-size: 10px; font-weight: 650; letter-spacing: .16em; text-transform: uppercase; }
.legal-main h1 { max-width: 980px; margin: 0 0 clamp(64px, 8vw, 104px); font-size: clamp(54px, 8vw, 112px); line-height: .92; font-weight: 430; letter-spacing: -.065em; }
.legal-content { max-width: 860px; }
.legal-content section { padding-block: 34px; border-top: 1px solid #b8bcb5; }
.legal-content section:last-child { border-bottom: 1px solid #b8bcb5; }
.legal-content h2 { margin: 0 0 20px; font-size: clamp(24px, 3vw, 36px); line-height: 1.1; font-weight: 500; letter-spacing: -.025em; }
.legal-content h3 { margin: 30px 0 12px; font-size: 17px; font-weight: 650; }
.legal-content p, .legal-content li, .legal-content address { color: #4f5b54; font-size: 15px; line-height: 1.72; }
.legal-content p { margin: 0 0 16px; }
.legal-content p:last-child { margin-bottom: 0; }
.legal-content address { font-style: normal; }
.legal-content ul { margin: 12px 0 18px; padding-left: 22px; }
.legal-content a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-note { padding: 18px 20px; border-left: 3px solid var(--acid); background: rgba(23,37,31,.05); }
@keyframes settle { from { transform: scale(1.035); } to { transform: scale(1); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .hero__poster { animation: none; } }
@media (max-width: 900px) {
  .manifesto__hero, .manifesto__copy, .household__grid { grid-template-columns: 1fr; }
  .manifesto__intro, .manifesto__detail { margin-left: auto; }
  .moments__heading { grid-template-columns: 1fr; }
  .moment-grid { grid-template-columns: 1fr; }
  .moment-card { min-height: 250px; border-left: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
  .household__visual { min-height: 560px; }
  .disclosure__inner { grid-template-columns: 80px 1fr; }
  .disclosure__inner > p { grid-column: 2; max-width: 520px; }
}
@media (max-width: 760px) {
  .shell { width: min(100% - 32px, 1440px); }
  .section { padding-block: 88px; }
  .nav { height: 80px; grid-template-columns: 1fr auto; }
  .nav__links { display: none; }
  .nav__cta { padding: 10px 14px; gap: 10px; }
  .hero__poster, .hero__video { object-position: 61% center; }
  .hero__shade { background: linear-gradient(180deg, rgba(4,8,6,.55), rgba(4,8,6,.08) 24%, transparent 58%, rgba(4,8,6,.5)); }
  .hero__control { bottom: 58px; }
  .hero__footer { bottom: 18px; }
  .hero__meta { display: none; }
  .manifesto__hero { margin-top: 50px; gap: 42px; padding-bottom: 64px; }
  .manifesto__title { font-size: clamp(48px, 14.4vw, 72px); }
  .manifesto__intro, .manifesto__detail { margin-left: 0; }
  .manifesto__copy { margin-top: 50px; gap: 45px; }
  .lead { font-size: 44px; }
  .moments__heading { margin: 48px 0 50px; }
  .moments h2, .household h2, .disclosure h2 { font-size: 46px; }
  .disclosure h2 { font-size: clamp(36px, 10.4vw, 46px); }
  .household__grid { margin-top: 50px; }
  .household__visual { min-height: 430px; }
  .disclosure__inner { grid-template-columns: 1fr; }
  .disclosure__mark { font-size: 100px; }
  .disclosure__inner > p { grid-column: 1; }
  .disclosure h2 { margin-top: 42px; }
  .contact__row { grid-template-columns: 1fr; }
  .contact h2 { font-size: 54px; }
  .round-link { width: 154px; height: 154px; padding: 28px; justify-self: end; }
  .footer__inner { grid-template-columns: 1fr; gap: 22px; padding-block: 40px; }
  .footer__inner > p { display: none; }
  .footer__links { justify-self: start; flex-wrap: wrap; }
  .legal-header__inner { min-height: 80px; }
  .legal-main { padding-block: 64px 88px; }
  .legal-main h1 { margin-bottom: 54px; font-size: clamp(48px, 15vw, 72px); }
}
