:root {
  color-scheme: light;
  --bg: #faf5ee;
  --surface: #fffdf9;
  --ink: #221f1c;
  --ink-soft: #5c554e;
  --ink-faint: #71685e;
  --accent: #b94620;
  --accent-bright: #a83c19;
  --apricot: #ffe1c8;
  --fast: #f0aa87;
  --slow: #c6d7e8;
  --line: #ddd2c5;
  --container: 1160px;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 17px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .25em; }
a:hover { text-decoration-thickness: 2px; }
button { font: inherit; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { letter-spacing: -.035em; line-height: 1.07; font-weight: 750; }
h2 { font-size: clamp(2rem, 3.8vw, 3.15rem); }
p { text-wrap: pretty; }
p + p { margin-top: 1rem; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
::selection { background: #ffc99e; color: var(--ink); }
[hidden] { display: none !important; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 30; padding: .75rem 1rem; background: var(--ink); color: white; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 20; background: var(--bg); border-bottom: 1px solid var(--line); }
.site-header .inner, .site-footer .inner { max-width: var(--container); padding: 16px 0; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-header, .site-footer { padding-inline: 24px; }
.app-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 21px; font-weight: 750; letter-spacing: -.03em; white-space: nowrap; }
.app-brand img { width: 36px; height: 36px; border-radius: 9px; }
.brand-links { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 600; }
.brand-links a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; }
.brand-links a:hover, .brand-links a[aria-current] { color: var(--accent); text-decoration: underline; }
.section { padding: clamp(64px, 8vw, 112px) 24px; }
.section-inner { max-width: var(--container); margin: auto; }
.hero { padding-top: 44px; padding-bottom: 64px; }
.hero-grid { display: grid; grid-template-columns: 1.12fr 1fr; align-items: center; gap: 56px; }
.hero-copy { padding-block: 30px; }
.hero-kicker { color: var(--accent); font-weight: 650; font-size: 15px; margin-bottom: 24px; }
.hero h1 { font-size: clamp(3rem, 5.4vw, 4.65rem); }
.hero-lede { color: var(--ink-soft); max-width: 42ch; font-size: 20px; line-height: 1.65; margin-top: 25px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 32px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 24px; padding: 14px 23px; border-radius: 8px; font-size: 15px; font-weight: 650; text-decoration: none; min-height: 50px; transition: background-color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: #fffdf9; }
.button-primary:hover { background: var(--accent-bright); }
.button-secondary { border: 1px solid currentColor; background: transparent; }
.button-secondary:hover { background: #ffffff12; }
.text-link { display: inline-block; font-size: 15px; font-weight: 650; min-height: 44px; padding-block: 10px; }
.availability { color: var(--ink-faint); font-size: 13px; margin-top: 24px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 20px; list-style: none; padding: 0; margin: 22px 0 0; font-size: 13px; color: var(--ink-soft); }
.hero-notes li::before { content: '✓'; margin-right: 7px; color: var(--accent); }
.hero-media { background: var(--apricot); padding: 36px 24px 24px; display: flex; flex-direction: column; align-items: center; border-radius: 16px; }
.phone { width: min(280px, 100%); background: #28231e; padding: 6px; border-radius: 38px; box-shadow: 0 20px 40px #61371520; overflow: hidden; }
.phone img { width: 100%; border-radius: 32px; background: var(--bg); }
.hero-media figcaption { font-size: 13px; color: var(--ink-soft); margin-top: 22px; }
.rhythm { background: var(--surface); border-block: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 48px; }
.section-heading p { max-width: 44ch; color: var(--ink-soft); }
.protocol { list-style: none; display: grid; grid-template-columns: 1fr 1fr 1fr; padding: 0; margin: 0; gap: 32px; }
.protocol li { padding-top: 18px; border-top: 2px solid var(--line); }
.protocol .phase-fast { border-color: #c84d27; }
.protocol .phase-slow { border-color: #54779b; }
.phase-duration { display: block; font-size: 54px; font-weight: 700; letter-spacing: -.04em; line-height: 1.3; }
.phase-duration span { font-size: 17px; font-weight: 500; letter-spacing: 0; }
.phase-fast .phase-duration { color: #b94620; }
.phase-slow .phase-duration { color: #496e95; }
.protocol h3 { font-size: 21px; font-weight: 650; margin: 18px 0 8px; letter-spacing: -.02em; }
.protocol p { color: var(--ink-soft); font-size: 16px; max-width: 34ch; }
.interval-strip { display: flex; gap: 6px; margin-top: 42px; }
.interval-strip span { flex: 1; text-align: center; background: var(--fast); padding: 13px 0; border-radius: 4px; color: #572b18; font-size: 12px; font-weight: 650; }
.interval-strip span:nth-child(even) { background: var(--slow); color: #294761; }
.rhythm-caption { color: var(--ink-faint); font-size: 13px; margin-top: 12px; }
.tour-grid { display: grid; grid-template-columns: 1fr 1.12fr; gap: 90px; align-items: center; }
.tour-media { display: flex; flex-direction: column; align-items: center; background: #e6edf2; padding: 40px 24px 24px; border-radius: 16px; }
.image-note { color: var(--ink-soft); font-size: 12px; max-width: 36ch; text-align: center; margin-top: 22px; }
.section-lede { color: var(--ink-soft); max-width: 48ch; margin-top: 22px; }
.tour-tabs { margin-top: 30px; }
.tour-tab { position: relative; width: 100%; text-align: left; border: 0; border-top: 1px solid var(--line); padding: 22px 36px 22px 0; color: var(--ink-soft); background: transparent; cursor: pointer; }
.tour-tab:last-child { border-bottom: 1px solid var(--line); }
.tour-tab-title { display: block; font-size: 21px; letter-spacing: -.02em; color: var(--ink); font-weight: 650; }
.tour-tab-desc { display: block; font-size: 15px; line-height: 1.65; margin-top: 8px; }
.tour-tab-arrow { position: absolute; right: 4px; top: 21px; color: var(--ink-faint); }
.tour-tab.is-active .tour-tab-title, .tour-tab.is-active .tour-tab-arrow { color: var(--accent); }
.tour-tab.is-active { border-top-color: var(--accent); }
.tour-tab:hover { background: #f3eadf; }
.static-screens { display: flex; gap: 20px; margin-top: 24px; }
.static-screens img { width: calc(50% - 10px); }
.everyday { background: var(--surface); border-block: 1px solid var(--line); }
.everyday-grid { display: grid; grid-template-columns: 1fr 1.12fr; gap: 90px; }
.feature-list { margin: 0; }
.feature-list div + div { margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--line); }
.feature-list dt { font-size: 20px; font-weight: 650; line-height: 1.4; margin-bottom: 8px; }
.feature-list dd { color: var(--ink-soft); margin: 0; font-size: 16px; max-width: 58ch; }
.research-grid { display: grid; grid-template-columns: .65fr 1.35fr; align-items: center; gap: 80px; max-width: 960px; }
.research h2 { margin-bottom: 25px; }
.research p { color: var(--ink-soft); max-width: 62ch; }
.research .text-link { color: var(--accent); margin-top: 12px; }
.crane { width: 160px; justify-self: center; }
.small-note { font-size: 13px; margin-top: 16px; }
.privacy-band { background: #292e2a; color: #faf5ee; }
.privacy-grid { display: grid; grid-template-columns: 1fr 1.12fr; gap: 90px; align-items: start; }
.privacy-band .hero-kicker { color: #fac49e; margin-bottom: 18px; }
.privacy-band p { color: #d9ded7; max-width: 53ch; }
.privacy-band .button { margin-top: 28px; }
.closing { text-align: center; }
.closing img { border-radius: 15px; margin: 0 auto 24px; }
.closing h2 { font-size: clamp(2.5rem, 5vw, 4rem); }
.closing p { margin: 24px 0; color: var(--ink-soft); font-size: 15px; }
.site-footer { border-top: 1px solid var(--line); }
.site-footer .inner { padding-block: 28px; flex-wrap: wrap; font-size: 13px; color: var(--ink-soft); }
.site-footer .links { display: flex; flex-wrap: wrap; gap: 22px; }
.site-footer a { display: inline-flex; align-items: center; min-height: 44px; }
.studio-link { gap: 8px; font-weight: 700; letter-spacing: .04em; text-decoration: none; }
.studio-link img { border-radius: 5px; background: #252421; }
.legal-main, .support-main { max-width: 820px; margin: auto; padding: clamp(48px, 7vw, 80px) 24px; }
.legal-header h1, .support-intro h1 { font-size: clamp(2.5rem, 5vw, 3.5rem); margin: 14px 0 24px; }
.page-kicker { color: var(--accent); font-size: 15px; font-weight: 600; }
.legal-summary, .support-intro > p { color: var(--ink-soft); font-size: 18px; }
.legal-header .effective-date, .support-intro .support-note { color: var(--ink-faint); font-size: 13px; margin-top: 18px; }
.legal-document section { margin-top: 38px; }
.legal-document h2, .support-content h2, .support-footer-band h2 { font-size: 25px; line-height: 1.3; margin-bottom: 16px; letter-spacing: -.02em; }
.legal-document p, .legal-document li, .support-list p { color: var(--ink-soft); }
.legal-document strong { color: var(--ink); }
.legal-document li { margin-bottom: 10px; }
.legal-document ul { padding-left: 22px; }
.legal-document a, .support-list a { color: var(--accent); }
.support-intro .button { margin-top: 26px; }
.support-intro .support-email { margin-top: 16px; font-size: 16px; }
.support-email a { color: var(--accent); overflow-wrap: anywhere; }
.support-content { margin-top: 58px; }
.support-list { display: grid; gap: 0; }
.support-list article { padding: 26px 0; border-bottom: 1px solid var(--line); }
.support-list h3 { margin: 0 0 10px; font-size: 20px; letter-spacing: -.02em; }
.support-footer-band { margin-top: 42px; padding: 28px; background: var(--apricot); border-radius: 12px; }
.support-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
@keyframes phone-arrive { from { transform: translateY(12px); } to { transform: translateY(0); } }
.hero-media .phone { animation: phone-arrive .7s cubic-bezier(.22, 1, .36, 1) both; }
@media (max-width: 1000px) {
  .hero-grid { gap: 30px; }
  .tour-grid, .everyday-grid, .privacy-grid { gap: 48px; }
  .brand-links { gap: 20px; }
  .section-heading { align-items: start; }
  .section-heading p { max-width: 34ch; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 150px; }
  .site-header .inner { flex-wrap: wrap; justify-content: center; gap: 4px; padding: 10px 0 5px; }
  .brand-links { width: 100%; justify-content: center; gap: 24px; font-size: 13px; }
  .hero-grid, .tour-grid, .everyday-grid, .research-grid, .privacy-grid { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .hero { padding-top: 24px; }
  .hero-copy { padding-block: 16px 0; }
  .hero h1 { font-size: clamp(2.9rem, 8.5vw, 4rem); }
  .hero-lede { font-size: 18px; max-width: 48ch; }
  .hero-media { padding-top: 30px; }
  .hero-media .phone { width: min(260px, 100%); }
  .section-heading { display: block; margin-bottom: 36px; }
  .section-heading p { margin-top: 22px; max-width: 50ch; }
  .protocol { gap: 24px; }
  .phase-duration { font-size: 42px; }
  .phase-duration span { display: block; font-size: 14px; }
  .protocol h3 { font-size: 19px; }
  .protocol p { font-size: 14px; }
  .interval-strip { gap: 4px; }
  .interval-strip span { font-size: 10px; padding: 12px 0; }
  .tour-copy { grid-row: 1; }
  .tour-media { grid-row: 2; }
  .crane { width: 120px; }
  .research-grid { gap: 28px; }
  .site-footer .inner { column-gap: 16px; row-gap: 6px; }
  .site-footer .links { width: 100%; }
}
@media (max-width: 420px) {
  .section, .site-header, .site-footer { padding-inline: 20px; }
  .brand-links { gap: 17px; font-size: 12px; }
  .protocol { grid-template-columns: 1fr; gap: 24px; }
  .protocol li { display: grid; grid-template-columns: 80px 1fr; column-gap: 18px; }
  .phase-duration { grid-row: 1 / 3; }
  .protocol h3 { font-size: 20px; margin: 0 0 8px; }
  .protocol p { font-size: 16px; max-width: none; }
  .hero-actions { gap: 12px; }
  .hero-notes { gap: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
