/* Woodhouse Realty, Phase 1. Light, airy, their crimson used sparingly. */
:root {
  --paper: #FAF8F5;
  --paper-2: #F1EDE7;
  --paper-3: #E9E3DB;
  --ink: #141112;
  --ink-2: #3E3839;
  --mute: #7A726D;
  --line: #E2DBD3;
  --crimson: #8D0E1A;
  --crimson-2: #A8192A;
  --radius: 28px;
  --maxw: 1240px;
  --pad: clamp(22px, 5vw, 72px);
  --gap: clamp(96px, 15vh, 190px);
  --display: "Poppins", system-ui, sans-serif;
  --text: "Inter", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 17px/1.65 var(--text); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
p { margin: 0 0 1em; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad); }
.narrow { max-width: 820px; }
.display, h1, h2, h3 { font-family: var(--display); font-weight: 300; letter-spacing: -.028em; line-height: 1.04; margin: 0; }
h1 { font-size: clamp(44px, 6.6vw, 104px); }
h2 { font-size: clamp(34px, 4.4vw, 64px); }
h3 { font-size: clamp(24px, 2.2vw, 32px); font-weight: 400; letter-spacing: -.02em; line-height: 1.15; }
.eyebrow { font: 500 12px/1 var(--text); letter-spacing: .2em; text-transform: uppercase; color: var(--crimson); margin-bottom: 22px; display: block; }
.lede { font-size: clamp(18px, 1.6vw, 22px); line-height: 1.55; color: var(--ink-2); max-width: 620px; }
.mute { color: var(--mute); }
.small { font-size: 14px; }
.tag { display: inline-block; font: 600 10px/1 var(--text); letter-spacing: .16em; text-transform: uppercase; color: var(--mute); border: 1px solid var(--line); border-radius: 999px; padding: 6px 10px; background: rgba(255,255,255,.7); }
section { padding: var(--gap) 0; }
section.tight { padding: calc(var(--gap) * .6) 0; }
.band { background: var(--paper-2); }

/* Nav */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 50; height: 68px; display: flex; align-items: center; transition: background .3s, box-shadow .3s, color .3s; }
.nav .wrap { width: 100%; display: flex; align-items: center; gap: 28px; }
.nav .mark { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav .mark img { height: 30px; width: auto; }
.nav .mark span { font: 600 11px/1 var(--text); letter-spacing: .22em; text-transform: uppercase; }
.nav .links { margin-left: auto; display: flex; gap: 26px; align-items: center; }
.nav .links a { text-decoration: none; font-size: 14px; font-weight: 500; opacity: .82; }
.nav .links a:hover, .nav .links a.on { opacity: 1; }
.nav .links a.on { border-bottom: 1.5px solid currentColor; padding-bottom: 2px; }
.nav .ask { border: 1.5px solid currentColor; border-radius: 999px; padding: 8px 16px; opacity: 1 !important; }
.nav.over { color: #fff; }
.nav.over .mark img { filter: brightness(0) invert(1); }
.nav.solid { background: rgba(250,248,245,.86); backdrop-filter: saturate(1.4) blur(18px); -webkit-backdrop-filter: saturate(1.4) blur(18px); box-shadow: 0 1px 0 var(--line); color: var(--ink); }
.nav.solid .mark img { filter: none; }
@media (max-width: 980px) { .nav .links a:not(.ask) { display: none; } }

/* Buttons */
.btns { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 26px; border-radius: 999px; font: 500 15px/1 var(--text); text-decoration: none; border: 1.5px solid transparent; cursor: pointer; transition: background .2s, color .2s, border-color .2s, transform .2s; }
.btn.solid { background: var(--ink); color: #fff; }
.btn.solid:hover { background: var(--crimson); }
.btn.line { border-color: currentColor; background: transparent; color: inherit; }
.btn.line:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn.light { background: rgba(255,255,255,.92); color: var(--ink); }
.btn.light:hover { background: #fff; }
.btn.glass { border-color: rgba(255,255,255,.7); color: #fff; }
.btn.glass:hover { background: rgba(255,255,255,.14); }

/* Heroes */
.hero { position: relative; }
.hero-tri { height: 100svh; min-height: 620px; background: #0d0b0c; color: #fff; overflow: hidden; }
.hero-tri .tri { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; }
.hero-tri figure { margin: 0; overflow: hidden; position: relative; }
.hero-tri video, .hero-tri img { width: 100%; height: 100%; object-fit: cover; }
.hero-tri::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,8,9,.82) 0%, rgba(10,8,9,.38) 38%, rgba(10,8,9,0) 62%), linear-gradient(180deg, rgba(10,8,9,.45) 0%, rgba(10,8,9,0) 18%); pointer-events: none; }
.hero-tri .copy { position: absolute; left: 0; right: 0; bottom: clamp(40px, 9vh, 96px); z-index: 2; }
.hero-tri .eyebrow { color: #f0c9c4; }
.hero-tri h1 { max-width: 12ch; }
.hero-tri .lede { color: rgba(255,255,255,.86); margin-top: 22px; }
@media (max-width: 820px) {
  .hero-tri .tri { grid-template-columns: 1fr; }
  .hero-tri .tri figure:not(.lead) { display: none; }
}

.hero-split { min-height: 100svh; display: flex; align-items: center; padding: 120px 0 72px; }
.hero-split .grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(40px, 6vw, 110px); align-items: center; }
.hero-split h1 { font-size: clamp(42px, 5.6vw, 88px); }
.hero-split .lede { margin-top: 26px; }
.frame { margin: 0; border-radius: var(--radius); overflow: hidden; background: var(--paper-3); position: relative; }
.frame video, .frame img { width: 100%; height: 100%; object-fit: cover; }
.frame.tall { aspect-ratio: 9 / 16; max-height: 84svh; margin-left: auto; width: 100%; max-width: 500px; }
.frame.portrait { aspect-ratio: 4 / 5; }
.frame.wide { aspect-ratio: 16 / 10; }
.frame figcaption { position: absolute; left: 16px; bottom: 16px; }
@media (max-width: 900px) {
  .hero-split { padding-top: 92px; min-height: 0; }
  .hero-split .grid { grid-template-columns: 1fr; }
  .hero-split .frame.tall { order: -1; max-width: none; aspect-ratio: 4 / 5; max-height: 72svh; }
}

.hero-full { height: 100svh; min-height: 620px; color: #fff; overflow: hidden; background: #0d0b0c; }
.hero-full > img, .hero-full > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-full::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,8,9,.78) 0%, rgba(10,8,9,.2) 48%, rgba(10,8,9,.35) 100%); }
.hero-full .copy { position: absolute; left: 0; right: 0; bottom: clamp(40px, 9vh, 96px); z-index: 2; }
.hero-full .eyebrow { color: #f0c9c4; }
.hero-full h1 { max-width: 15ch; font-size: clamp(42px, 5.6vw, 88px); }
.hero-full .lede { color: rgba(255,255,255,.88); margin-top: 22px; }

/* Richie's words */
.words { border-left: 2px solid var(--crimson); padding: 4px 0 4px 22px; margin-top: 40px; max-width: 560px; }
.words q { display: block; font-size: 16px; line-height: 1.6; color: var(--ink-2); quotes: "\201C" "\201D"; }
.words cite { display: block; margin-top: 10px; font-style: normal; font-size: 13px; color: var(--mute); }
.hero-full .words, .hero-tri .words { border-color: #f0c9c4; }
.hero-full .words q { color: rgba(255,255,255,.86); }
.hero-full .words cite { color: rgba(255,255,255,.62); }

/* Statement */
.statement { font-family: var(--display); font-weight: 300; font-size: clamp(28px, 3.3vw, 48px); line-height: 1.22; letter-spacing: -.022em; color: var(--ink); }
.statement em { font-style: normal; color: var(--crimson); }
.after { margin-top: 38px; font-size: clamp(17px, 1.4vw, 20px); color: var(--ink-2); max-width: 680px; }

/* Specs, the Tesla stack */
.specs { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.spec { padding: 44px 36px 8px 0; }
.spec + .spec { border-left: 1px solid var(--line); padding-left: 36px; }
.spec b { display: block; font: 300 clamp(48px, 6vw, 96px)/1 var(--display); letter-spacing: -.035em; }
.spec b small { display: block; font: 500 13px/1 var(--text); letter-spacing: .16em; text-transform: uppercase; margin-top: 14px; color: var(--ink-2); }
.spec span { display: block; margin-top: 16px; color: var(--mute); font-size: 15px; line-height: 1.5; max-width: 30ch; }
.spec .src { display: block; margin-top: 10px; font-size: 12px; color: var(--mute); opacity: .8; }
@media (max-width: 820px) {
  .specs { grid-template-columns: 1fr; }
  .spec, .spec + .spec { border-left: 0; padding: 34px 0; border-bottom: 1px solid var(--line); }
}

/* Two wide points */
.pair { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 56px; }
.point { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(28px, 3.4vw, 48px); }
.point h3 { margin-bottom: 14px; }
.point p { color: var(--ink-2); margin: 0; }
@media (max-width: 820px) { .pair { grid-template-columns: 1fr; } }

/* Feature rows */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 130px); align-items: center; }
.feature + .feature { margin-top: var(--gap); }
.feature.flip .media { order: 2; }
.feature .text h2 { font-size: clamp(32px, 3.6vw, 54px); }
.feature .text p { margin-top: 24px; font-size: clamp(17px, 1.35vw, 19px); color: var(--ink-2); max-width: 520px; }
.feature .text .note { font-size: 13px; color: var(--mute); margin-top: 18px; }
@media (max-width: 900px) {
  .feature { grid-template-columns: 1fr; }
  .feature.flip .media { order: 0; }
}

/* Stage for product screens */
.stage { background: var(--paper-2); border-radius: 36px; padding: clamp(28px, 5vw, 64px); min-height: 560px; display: grid; place-items: center; position: relative; overflow: hidden; }
.stage > .tag { position: absolute; top: 20px; left: 20px; }
.phone { width: min(330px, 100%); border-radius: 46px; background: #fff; padding: 16px 16px 20px; box-shadow: 0 0 0 9px #1a1617, 0 50px 90px -30px rgba(20,17,18,.45); font-size: 13.5px; line-height: 1.45; }
.phone .bar { display: flex; justify-content: space-between; font: 600 11px/1 var(--text); color: var(--ink); padding: 4px 10px 14px; }
.phone .hd { padding: 4px 6px 14px; }
.phone .hd b { font: 400 24px/1.1 var(--display); letter-spacing: -.02em; display: block; }
.phone .hd span { color: var(--mute); font-size: 12px; }
.card { border: 1px solid var(--line); border-radius: 18px; padding: 14px; margin-top: 10px; background: #fff; }
.card .k { font: 600 10px/1 var(--text); letter-spacing: .16em; text-transform: uppercase; color: var(--crimson); }
.card .t { font-weight: 600; margin-top: 7px; }
.card .d { color: var(--ink-2); margin-top: 4px; font-size: 12.5px; }
.card .why { color: var(--mute); margin-top: 6px; font-size: 12px; }
.card .acts { display: flex; gap: 6px; margin-top: 10px; }
.card .acts i { font-style: normal; font-size: 12px; font-weight: 600; border-radius: 999px; padding: 6px 12px; background: var(--paper-2); }
.card .acts i.go { background: var(--ink); color: #fff; }
.bubble { max-width: 84%; padding: 10px 13px; border-radius: 18px; margin-top: 10px; font-size: 13px; }
.bubble.them { background: var(--paper-2); border-bottom-left-radius: 6px; }
.bubble.us { background: var(--ink); color: #fff; margin-left: auto; border-bottom-right-radius: 6px; }
.stamp { font-size: 11px; color: var(--mute); margin-top: 4px; }
.stamp.r { text-align: right; }
.field { border: 1px solid var(--line); border-radius: 12px; padding: 10px 12px; margin-top: 8px; color: var(--mute); font-size: 13px; }
.field b { display: block; color: var(--ink); font-weight: 500; font-size: 11px; letter-spacing: .04em; margin-bottom: 2px; }
.check { display: flex; gap: 10px; align-items: flex-start; margin-top: 12px; font-size: 11.5px; color: var(--ink-2); line-height: 1.45; }
.check i { flex: none; width: 16px; height: 16px; border: 1.5px solid var(--ink-2); border-radius: 4px; margin-top: 1px; }
.pbtn { margin-top: 14px; background: var(--ink); color: #fff; border-radius: 999px; text-align: center; padding: 11px; font-weight: 600; }

/* Panel screens (desktop-ish) */
.panel { width: 100%; max-width: 520px; background: #fff; border-radius: 24px; padding: 26px; box-shadow: 0 40px 80px -40px rgba(20,17,18,.35); }
.panel .ttl { font: 400 22px/1.2 var(--display); letter-spacing: -.02em; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.chip { font-size: 13px; background: var(--paper-2); border-radius: 999px; padding: 7px 12px; }
.chip.on { background: var(--ink); color: #fff; }
.search { border: 1.5px solid var(--ink); border-radius: 16px; padding: 14px 16px; font-size: 15px; line-height: 1.45; }
.results { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
.results img { border-radius: 14px; aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.row { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-top: 1px solid var(--line); font-size: 14px; }
.row:first-of-type { border-top: 0; }
.row b { font-weight: 600; }
.incl { margin-top: 16px; background: var(--paper-2); border-radius: 16px; padding: 16px; font-size: 13.5px; }
.incl div { padding: 4px 0; }
.incl div::before { content: "\2713"; color: var(--crimson); margin-right: 10px; font-weight: 700; }

/* Campaign tiles */
.tiles4 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; width: 100%; max-width: 520px; }
.tile { background: #fff; border-radius: 22px; padding: 22px; min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; box-shadow: 0 30px 60px -40px rgba(20,17,18,.3); }
.tile b { font: 400 20px/1.2 var(--display); letter-spacing: -.02em; }
.tile span { font-size: 12.5px; color: var(--mute); }
.tile.on { background: var(--ink); color: #fff; }
.tile.on span { color: rgba(255,255,255,.66); }

/* Funnel */
.funnel { width: 100%; max-width: 520px; }
.funnel .step { display: grid; grid-template-columns: 130px 1fr; gap: 16px; align-items: center; padding: 9px 0; font-size: 14px; }
.funnel .step i { display: block; height: 30px; border-radius: 8px; background: var(--ink); }
.funnel .step:nth-child(n+4) i { background: var(--crimson); }

/* Who sees what */
.who { width: 100%; max-width: 520px; background: #fff; border-radius: 24px; padding: 8px 26px; box-shadow: 0 40px 80px -40px rgba(20,17,18,.3); }
.who .row { padding: 18px 0; font-size: 15px; align-items: center; }
.who .yes, .who .no { font-weight: 600; font-size: 13px; border-radius: 999px; padding: 6px 12px; white-space: nowrap; }
.who .yes { background: #EAF2EA; color: #245C2A; }
.who .no { background: var(--paper-2); color: var(--mute); }

/* Families, moments, typographic cards */
.fams { display: grid; gap: 12px; width: 100%; max-width: 540px; }
.fam { background: #fff; border-radius: 22px; padding: 22px 24px; display: grid; grid-template-columns: 48px 1fr; gap: 14px; box-shadow: 0 30px 60px -44px rgba(20,17,18,.35); }
.fam .n { font: 300 30px/1 var(--display); color: var(--crimson); }
.fam b { font: 400 19px/1.2 var(--display); letter-spacing: -.02em; display: block; }
.fam span { font-size: 13.5px; color: var(--mute); }
.moments { width: 100%; max-width: 540px; }
.moment { display: grid; grid-template-columns: 22px 1fr; gap: 16px; position: relative; padding-bottom: 22px; }
.moment::before { content: ""; position: absolute; left: 6px; top: 18px; bottom: 0; width: 1.5px; background: var(--paper-3); }
.moment:last-child::before { display: none; }
.moment i { width: 14px; height: 14px; border-radius: 50%; background: var(--crimson); margin-top: 5px; box-shadow: 0 0 0 5px var(--paper-2); }
.moment b { font-weight: 600; display: block; }
.moment span { color: var(--ink-2); font-size: 14.5px; }
.typo { width: 100%; max-width: 540px; }
.typo .big { font: 300 clamp(34px, 4vw, 56px)/1.05 var(--display); letter-spacing: -.03em; }
.typo .lines { margin-top: 26px; border-top: 1px solid var(--paper-3); }
.typo .lines div { padding: 12px 0; border-bottom: 1px solid var(--paper-3); font-size: 14.5px; display: flex; justify-content: space-between; gap: 16px; }
.typo .lines em { font-style: normal; color: var(--mute); font-size: 12.5px; white-space: nowrap; }
.quote-big { font: 300 clamp(26px, 2.6vw, 38px)/1.25 var(--display); letter-spacing: -.02em; max-width: 520px; }
.quote-big cite { display: block; font: 400 13px/1.4 var(--text); color: var(--mute); margin-top: 18px; font-style: normal; letter-spacing: 0; }

/* Basic and advanced */
.tiers { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 56px; }
.tier { border-radius: var(--radius); padding: clamp(30px, 3.6vw, 52px); background: #fff; border: 1px solid var(--line); }
.tier.adv { background: var(--ink); color: #fff; border-color: var(--ink); }
.tier .k { font: 600 11px/1 var(--text); letter-spacing: .18em; text-transform: uppercase; color: var(--crimson); }
.tier.adv .k { color: #f0c9c4; }
.tier h3 { margin: 16px 0 12px; }
.tier p { margin: 0; color: var(--ink-2); }
.tier.adv p { color: rgba(255,255,255,.78); }
@media (max-width: 820px) { .tiers { grid-template-columns: 1fr; } }

/* Rules */
.rules { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 6vw, 110px); }
.rules ol { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); counter-reset: r; }
.rules li { padding: 22px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 34px 1fr; gap: 10px; counter-increment: r; }
.rules li::before { content: counter(r, decimal-leading-zero); font: 500 12px/1.9 var(--text); color: var(--crimson); }
.rules li span { display: block; }
.rules li em { display: block; font-style: normal; font-size: 13px; color: var(--mute); margin-top: 4px; }
@media (max-width: 900px) { .rules { grid-template-columns: 1fr; } }

/* When */
.when { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 64px; }
.when.four { grid-template-columns: repeat(4, 1fr); }
.when > div { border-top: 1.5px solid var(--ink); padding: 26px 28px 0 0; position: relative; }
.when > div::before { content: ""; position: absolute; top: -6px; left: 0; width: 10px; height: 10px; border-radius: 50%; background: var(--crimson); }
.when b { font: 400 22px/1.2 var(--display); letter-spacing: -.02em; display: block; }
.when span { display: block; margin-top: 10px; color: var(--ink-2); font-size: 15.5px; }
@media (max-width: 820px) { .when, .when.four { grid-template-columns: 1fr; gap: 34px; } }

/* Product rows on the plan page */
.prod { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(36px, 6vw, 110px); align-items: center; padding: clamp(56px, 9vh, 110px) 0; border-top: 1px solid var(--line); }
.prod:first-of-type { border-top: 0; }
.prod.flip .frame { order: 2; }
.prod .frame { aspect-ratio: 4 / 5; max-height: 78svh; }
.prod .num { font: 500 12px/1 var(--text); letter-spacing: .2em; color: var(--mute); }
.prod h2 { margin-top: 18px; }
.prod .line { font: 300 clamp(22px, 2.2vw, 30px)/1.3 var(--display); letter-spacing: -.02em; color: var(--ink-2); margin-top: 18px; max-width: 22ch; }
.prod p { margin-top: 20px; color: var(--ink-2); max-width: 480px; }
.status { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ink-2); margin-top: 20px; }
.status i { width: 8px; height: 8px; border-radius: 50%; background: #2F8A3B; }
.status.plan i { background: var(--crimson); }
@media (max-width: 900px) { .prod { grid-template-columns: 1fr; } .prod.flip .frame { order: 0; } }

/* Big close */
.close { text-align: center; }
.close h2 { font-size: clamp(40px, 5.6vw, 88px); max-width: 14ch; margin: 0 auto; }
.close .lede { margin: 26px auto 0; }
.close .btns { justify-content: center; }

/* Next product */
.next { display: flex; justify-content: space-between; align-items: center; gap: 24px; text-decoration: none; padding: 56px 0; border-top: 1px solid var(--line); }
.next span { color: var(--mute); font-size: 14px; }
.next b { display: block; font: 300 clamp(36px, 5vw, 76px)/1 var(--display); letter-spacing: -.03em; margin-top: 10px; transition: color .2s; }
.next:hover b { color: var(--crimson); }
.next .arr { font: 300 clamp(36px, 5vw, 76px)/1 var(--display); transition: transform .25s; }
.next:hover .arr { transform: translateX(10px); }

/* Rating */
.rate { background: #fff; border: 1px solid var(--line); border-radius: 32px; padding: clamp(30px, 4.5vw, 64px); max-width: 760px; margin: 0 auto; text-align: center; }
.rate .say { font: 300 clamp(30px, 3.4vw, 48px)/1.1 var(--display); letter-spacing: -.025em; min-height: 1.2em; margin-top: 20px; transition: color .2s; }
.rate input[type=range] { -webkit-appearance: none; appearance: none; width: 100%; height: 6px; border-radius: 999px; background: linear-gradient(90deg, var(--paper-3), var(--crimson)); margin: 34px 0 12px; outline: none; }
.rate input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; width: 30px; height: 30px; border-radius: 50%; background: #fff; border: 2px solid var(--ink); box-shadow: 0 6px 18px rgba(0,0,0,.18); cursor: pointer; }
.rate input[type=range]::-moz-range-thumb { width: 28px; height: 28px; border-radius: 50%; background: #fff; border: 2px solid var(--ink); cursor: pointer; }
.rate .ends { display: flex; justify-content: space-between; font-size: 13px; color: var(--mute); }
.rate textarea, .ask textarea { width: 100%; margin-top: 26px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); padding: 16px 18px; font: inherit; font-size: 16px; min-height: 96px; resize: vertical; color: var(--ink); }
.rate textarea:focus, .ask textarea:focus { outline: 2px solid var(--ink); outline-offset: 1px; }
.sent { min-height: 22px; margin-top: 14px; font-size: 14px; color: var(--crimson); }

/* The ask */
.ask .who-am-i { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; align-items: center; }
.ask .who-am-i span { color: var(--mute); font-size: 14px; margin-right: 6px; }
.pick { border: 1.5px solid var(--line); background: #fff; border-radius: 999px; padding: 10px 18px; font: 500 15px/1 var(--text); cursor: pointer; color: var(--ink); }
.pick.on { border-color: var(--ink); background: var(--ink); color: #fff; }
.asks { margin-top: 64px; border-top: 1px solid var(--line); }
.item { display: grid; grid-template-columns: 90px 1fr 300px; gap: clamp(20px, 3vw, 56px); padding: clamp(40px, 6vh, 64px) 0; border-bottom: 1px solid var(--line); align-items: start; }
.item .n { font: 300 clamp(48px, 5vw, 72px)/1 var(--display); color: var(--crimson); letter-spacing: -.03em; }
.item h2 { font-size: clamp(30px, 3.2vw, 46px); }
.item p { margin-top: 18px; color: var(--ink-2); max-width: 600px; font-size: 18px; }
.item .rec { background: var(--paper-2); border-radius: 22px; padding: 22px; }
.item .rec .k { font: 600 10px/1 var(--text); letter-spacing: .18em; text-transform: uppercase; color: var(--mute); }
.item .rec b { display: block; font: 400 19px/1.3 var(--display); letter-spacing: -.01em; margin-top: 10px; }
.item .rec .act { display: flex; gap: 8px; margin-top: 18px; flex-wrap: wrap; }
.item .rec .act button { flex: 1; min-height: 44px; border-radius: 999px; border: 1.5px solid var(--ink); background: transparent; font: 500 14px/1 var(--text); cursor: pointer; color: var(--ink); padding: 0 14px; }
.item .rec .act button.yes.on { background: var(--ink); color: #fff; }
.item .rec .act button.no.on { background: var(--crimson); border-color: var(--crimson); color: #fff; }
.item textarea { display: none; min-height: 84px; margin-top: 14px; }
.item.changing textarea { display: block; }
@media (max-width: 980px) { .item { grid-template-columns: 1fr; } .item .n { font-size: 44px; } }

footer.foot { padding: 56px 0 72px; border-top: 1px solid var(--line); color: var(--mute); font-size: 13px; }
footer.foot .wrap { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* Product list on the front page: type only, no cards */
.plist { display: block; border-top: 1px solid var(--line); margin-top: 8px; }
.plist a { display: grid; grid-template-columns: 70px minmax(0, 1.1fr) minmax(0, 1fr) 48px; gap: 24px; align-items: baseline; padding: clamp(30px, 5vh, 52px) 0; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding .3s ease; }
.plist .n { font: 500 13px/1 var(--text); letter-spacing: .16em; color: var(--mute); }
.plist .name { font: 300 clamp(36px, 5.2vw, 80px)/1 var(--display); letter-spacing: -.035em; transition: color .2s; }
.plist .ln { color: var(--ink-2); font-size: clamp(16px, 1.3vw, 19px); line-height: 1.45; }
.plist .arr { font: 300 clamp(28px, 3vw, 44px)/1 var(--display); text-align: right; transition: transform .25s; }
.plist a:hover .name { color: var(--crimson); }
.plist a:hover .arr { transform: translateX(8px); }
@media (max-width: 820px) {
  .plist a { grid-template-columns: 44px 1fr 32px; row-gap: 12px; }
  .plist .ln { grid-column: 2 / 3; grid-row: 2; }
  .plist .arr { grid-column: 3; grid-row: 1; }
}

/* Spec sheets: numbered points to walk through */
.sheet { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(36px, 6vw, 110px); align-items: start; }
.sheet + .sheet { margin-top: var(--gap); }
.sheet .head { position: sticky; top: 108px; }
.sheet .head p { margin-top: 20px; color: var(--ink-2); max-width: 360px; }
.sheet ol { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--ink); }
.sheet li { display: grid; grid-template-columns: 44px minmax(0, .9fr) minmax(0, 1.5fr); gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.sheet li .n { font: 500 12px/1.9 var(--text); color: var(--crimson); letter-spacing: .06em; }
.sheet li b { font-weight: 600; font-size: 16.5px; line-height: 1.45; }
.sheet li span { color: var(--ink-2); font-size: 16px; line-height: 1.6; }
.sheet li span em { font-style: normal; display: block; font-size: 13px; color: var(--mute); margin-top: 6px; }
@media (max-width: 900px) {
  .sheet { grid-template-columns: 1fr; }
  .sheet .head { position: static; }
  .sheet li { grid-template-columns: 36px 1fr; }
  .sheet li span { grid-column: 2; }
}

/* The live site, in a phone */
.device { width: min(400px, 100%); aspect-ratio: 400 / 860; margin-left: auto; border-radius: 54px; overflow: hidden; background: #0d0b0c; box-shadow: 0 0 0 11px #161213, 0 0 0 12px #3a3334, 0 60px 110px -40px rgba(20,17,18,.55); position: relative; }
.device iframe { width: 100%; height: 100%; border: 0; display: block; background: #0d0b0c; }
.device-note { font-size: 13px; color: var(--mute); margin-top: 22px; text-align: right; }
@media (max-width: 900px) { .device { margin: 0 auto; width: min(360px, 88vw); } .device-note { text-align: center; } }
.sheet li b em { font-style: normal; display: inline-block; margin-left: 8px; font: 600 10px/1 var(--text); letter-spacing: .14em; text-transform: uppercase; padding: 5px 8px; border-radius: 999px; vertical-align: 2px; }
.sheet li b em.built { background: #EAF2EA; color: #245C2A; }
.sheet li b em.oct { background: var(--paper-2); color: var(--crimson); }

/* Fixes after the first check */
@media (max-width: 900px) {
  .sheet li { grid-template-columns: 36px 1fr; row-gap: 6px; }
  .sheet li .n { grid-column: 1; grid-row: 1 / span 2; }
  .sheet li b { grid-column: 2; grid-row: 1; }
  .sheet li span:not(.n) { grid-column: 2; grid-row: 2; }
}
.hero-tri .copy, .hero-full .copy { text-shadow: 0 1px 18px rgba(0,0,0,.45); }
.hero-tri .eyebrow { text-shadow: 0 1px 10px rgba(0,0,0,.7); }
