:root {
  --paper: #ffffff;
  --paper-2: #f5f2ec;
  --ink: #141311;
  --ink-soft: #3a3733;
  --muted: #7a7368;
  --line: rgba(20,19,17,0.12);
  --accent: #c84a24;
  --accent-deep: #8a2f16;
  --display: 'Fraunces', 'Times New Roman', serif;
  --mono: 'JetBrains Mono', ui-monospace, monospace;
}
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-font-smoothing: antialiased; }
html { scroll-behavior: smooth; }
html, body {
  background: var(--paper); color: var(--ink);
  font-family: var(--mono); font-size: 14px; line-height: 1.55;
  overflow-x: hidden;
}
body::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 9999;
  mix-blend-mode: multiply; opacity: 0.07;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/></svg>");
}
::selection { background: var(--accent); color: var(--paper); }
a { color: inherit; text-decoration: none; }

/* FOCUS */
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}
nav.top.dark :focus-visible { outline-color: #fff; }
.cta :focus-visible { outline-color: #fff; }

/* SKIP LINK */
.skip-link {
  position: fixed; top: -100%; left: 16px; z-index: 200;
  padding: 10px 18px; border-radius: 8px;
  background: var(--accent); color: #fff;
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  text-decoration: none;
  transition: top 0.2s;
}
.skip-link:focus { top: 12px; }

/* NAV */
nav.top {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; justify-content: space-between; align-items: center;
  padding: 22px 28px;
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  transition: background 0.35s, border-color 0.35s;
}
nav.top.dark {
  color: #fff;
  background: rgba(20,19,17,0.45);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  border-bottom-color: rgba(255,255,255,0.08);
}
nav.top .logo-mini { width: 100px; line-height: 0; display: block; color: var(--ink); transition: color 0.35s; }
nav.top.dark .logo-mini { color: #fff; }
nav.top .logo-mini svg { width: 100%; height: auto; }
nav.top .logo-mini .dot-a { fill: var(--accent); }
nav.top .logo-mini .dot-b { fill: currentColor; }
nav.top .join {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px; border-radius: 999px;
  background: var(--ink); color: var(--paper); border: 1px solid var(--ink);
  cursor: pointer; transition: background 0.35s, color 0.35s, border-color 0.35s, transform 0.2s;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
}
nav.top.dark .join { background: #fff; color: var(--ink); border-color: #fff; }
nav.top .join:hover { background: var(--accent); color: #fff; border-color: var(--accent); transform: translateY(-1px); }

/* HERO — full-bleed photo + overlay text */
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #0a0a0c;
  color: #fff;
}
.hero .photo {
  position: absolute; inset: 0;
  z-index: 0;
}
.hero .photo img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  filter: saturate(1.02) contrast(1.05) brightness(0.82);
  transition: transform 20s ease-out;
  transform: scale(1.02);
}
.hero.loaded .photo img { transform: scale(1.08); }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(10,10,12,0.55) 0%, rgba(10,10,12,0.2) 22%, rgba(10,10,12,0.1) 46%, rgba(10,10,12,0.55) 78%, rgba(10,10,12,0.85) 100%);
}
.hero .inner {
  position: relative; z-index: 2;
  min-height: 100vh;
  display: grid; grid-template-rows: auto 1fr auto;
  padding: 110px 6vw 60px;
}
.hero .eyebrow {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  display: flex; align-items: center; gap: 14px;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
.hero .eyebrow::before { content: ""; width: 28px; height: 1px; background: rgba(255,255,255,0.65); }
.hero .headline {
  align-self: end;
  font-family: var(--display); font-weight: 300;
  font-size: clamp(2.6rem, 6.2vw, 6.4rem);
  line-height: 1; letter-spacing: -0.025em;
  max-width: 22ch;
  margin-top: auto;
}
.hero .headline em { font-style: italic; color: var(--accent); }
.hero .foot {
  display: flex; justify-content: space-between; align-items: end; gap: 40px;
  margin-top: 32px;
}
.hero .sub {
  font-family: var(--mono); font-size: 14px; line-height: 1.7;
  color: rgba(255,255,255,0.85); max-width: 48ch;
}
.hero .scroll {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  white-space: nowrap;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

/* PROBLEM — editorial paragraph */
.problem {
  padding: 18vh 6vw 14vh;
  max-width: 1120px; margin: 0 auto;
  text-align: center;
}
.problem .tag {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 30px;
  display: inline-flex; align-items: center; gap: 14px;
}
.problem .tag::before, .problem .tag::after {
  content: ""; width: 28px; height: 1px; background: var(--muted);
}
.problem p {
  font-family: var(--display); font-weight: 300;
  font-size: clamp(1.6rem, 3.4vw, 3rem);
  line-height: 1.2; letter-spacing: -0.015em;
  max-width: 28ch; margin: 0 auto;
  color: var(--ink);
}
.problem p em { font-style: italic; color: var(--accent); }

/* PROOF MOMENTS */
.proofs {
  padding: 0 0 10vh;
  background: var(--paper-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.proofs .head {
  max-width: 1120px; margin: 0 auto;
  padding: 14vh 6vw 8vh;
  text-align: center;
}
.proofs .head .tag {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 24px;
}
.proofs .head h2 {
  font-family: var(--display); font-weight: 300;
  font-size: clamp(2rem, 4.4vw, 3.8rem);
  line-height: 1.02; letter-spacing: -0.02em;
  max-width: 22ch; margin: 0 auto;
}
.proofs .head h2 em { font-style: italic; color: var(--accent); }

.proof {
  max-width: 1200px; margin: 0 auto;
  padding: 8vh 6vw;
  display: grid; grid-template-columns: minmax(140px, 1fr) 7fr;
  gap: 6vw; align-items: start;
  border-top: 1px solid var(--line);
}
.proof:first-of-type { border-top: 0; }
.proof .num {
  font-family: var(--display); font-weight: 300; font-style: italic;
  font-size: clamp(4rem, 8vw, 8rem); line-height: 0.85;
  color: var(--accent);
  letter-spacing: -0.03em;
}
.proof .body { max-width: 58ch; }
.proof .stamp {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 18px;
}
.proof h3 {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
  line-height: 1.2; letter-spacing: -0.015em;
  color: var(--ink);
}
.proof h3 em { font-style: italic; color: var(--accent); }
.proof h3 .muted { color: var(--muted); }

/* WHAT IF — inline pull quote */
.whatif {
  padding: 18vh 6vw;
  max-width: 960px; margin: 0 auto;
  text-align: center;
}
.whatif p {
  font-family: var(--display); font-weight: 300; font-style: italic;
  font-size: clamp(1.8rem, 3.6vw, 3.2rem);
  line-height: 1.25; letter-spacing: -0.015em;
  color: var(--ink-soft);
}
.whatif p em { color: var(--accent); font-style: italic; }

/* CTA BAND */
.cta {
  padding: 16vh 6vw;
  text-align: center;
  background: var(--ink); color: #fff;
  position: relative; overflow: hidden;
}
.cta::before {
  content: ""; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  mix-blend-mode: overlay; opacity: 0.25; pointer-events: none;
}
.cta h2 {
  position: relative;
  font-family: var(--display); font-weight: 300;
  font-size: clamp(2.4rem, 5.2vw, 4.8rem);
  line-height: 1.02; letter-spacing: -0.025em;
  max-width: 22ch; margin: 0 auto;
}
.cta h2 em { font-style: italic; color: var(--accent); }
.join-btn {
  position: relative;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 18px 30px; border-radius: 999px;
  background: var(--accent); color: #fff;
  border: 0; cursor: pointer;
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase;
  transition: transform 0.2s, background 0.2s;
}
.join-btn:hover { background: var(--ink); color: var(--paper); transform: translateY(-1px); }
.cta .join-btn { margin-top: 40px; }
.cta .join-btn:hover { background: #fff; color: var(--ink); }
.cta .reassure {
  position: relative;
  margin-top: 26px;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}

/* OTHER PERSONAS */
.others {
  padding: 12vh 6vw;
  max-width: 1200px; margin: 0 auto;
}
.others .tag {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--muted); text-align: center; margin-bottom: 40px;
}
.others .grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.others .card {
  padding: 28px 24px 30px;
  border: 1px solid var(--line); border-radius: 14px;
  background: #fff;
  display: flex; flex-direction: column; gap: 10px;
  transition: transform 0.2s, border-color 0.2s;
}
.others .card:hover { transform: translateY(-3px); border-color: var(--accent); }
.others .card .who {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--muted);
}
.others .card h4 {
  font-family: var(--display); font-weight: 400; font-size: 1.3rem; letter-spacing: -0.01em;
  line-height: 1.1;
}
.others .card h4 em { font-style: italic; color: var(--accent); }
.others .card .arrow {
  margin-top: auto;
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase;
}

/* FOOTER */
footer.credibility {
  padding: 12vh 6vw 8vh;
  background: var(--paper-2);
  border-top: 1px solid var(--line);
}
footer.credibility .inner {
  max-width: 820px; margin: 0 auto; text-align: center;
  display: flex; flex-direction: column; gap: 20px; align-items: center;
}
footer.credibility .foot-logo { width: 170px; color: var(--ink); line-height: 0; }
footer.credibility .foot-logo svg { width: 100%; height: auto; }
footer.credibility .foot-logo .dot-a { fill: var(--accent); }
footer.credibility .foot-logo .dot-b { fill: var(--ink); }
footer.credibility .tagline {
  font-family: var(--display); font-style: italic; font-weight: 300;
  font-size: clamp(1.2rem, 1.8vw, 1.5rem); color: var(--ink-soft);
  letter-spacing: -0.01em;
}
footer.credibility .legal {
  font-family: var(--mono); font-size: 12px; line-height: 1.7;
  color: var(--muted); max-width: 62ch;
}
footer.credibility .links-row {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted);
}
footer.credibility .links-row a { text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(0,0,0,0.25); transition: text-decoration-color 0.2s; }
footer.credibility .links-row a:hover { text-decoration-color: var(--accent); }
footer.credibility .links-row .sep { opacity: 0.4; }
footer.credibility .copy { font-family: var(--mono); font-size: 11px; color: var(--muted); opacity: 0.7; }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.9s cubic-bezier(.2,.8,.2,1), transform 0.9s cubic-bezier(.2,.8,.2,1); }
.reveal.in { opacity: 1; transform: translateY(0); }

/* MODAL */
.modal-backdrop { position: fixed; inset: 0; background: rgba(10,10,12,0.6); z-index: 200; opacity: 0; pointer-events: none; transition: opacity 0.25s; }
.modal-backdrop.open { opacity: 1; pointer-events: auto; }
.modal { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -48%); width: min(520px, calc(100vw - 32px)); background: var(--paper); border-radius: 22px; z-index: 201; opacity: 0; pointer-events: none; transition: opacity 0.25s, transform 0.25s; overflow: hidden; box-shadow: 0 40px 80px rgba(0,0,0,0.35); }
.modal.open { opacity: 1; pointer-events: auto; transform: translate(-50%, -50%); }
.modal .progress { height: 3px; background: rgba(0,0,0,0.06); position: relative; }
.modal .progress .fill { position: absolute; left: 0; top: 0; bottom: 0; background: var(--accent); transition: width 0.35s cubic-bezier(.2,.8,.2,1); }
.modal .head { padding: 18px 28px 6px; display: flex; justify-content: space-between; align-items: center; }
.modal .head .step { font-family: var(--mono); font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--muted); }
.modal .head .close { background: none; border: 0; cursor: pointer; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; color: var(--ink); font-size: 18px; }
.modal .body { padding: 12px 28px 28px; overflow-y: auto; }
.modal .q { font-family: var(--display); font-weight: 300; font-size: 1.65rem; line-height: 1.2; letter-spacing: -0.01em; margin-bottom: 10px; }
.modal .sub { font-family: var(--mono); font-size: 12px; color: var(--muted); margin-bottom: 20px; line-height: 1.5; }
.modal .opts { display: flex; flex-direction: column; gap: 8px; }
.modal .opt { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid rgba(0,0,0,0.12); border-radius: 14px; background: #fff; cursor: pointer; font-family: var(--mono); font-size: 13px; transition: all 0.15s; text-align: left; }
.modal .opt:hover { border-color: var(--ink); }
.modal .opt.selected { border-color: var(--accent); background: rgba(200,74,36,0.06); }
.modal .opt .chk { width: 18px; height: 18px; border-radius: 5px; border: 1px solid rgba(0,0,0,0.25); display: grid; place-items: center; flex-shrink: 0; }
.modal .opt.selected .chk { background: var(--accent); border-color: var(--accent); color: #fff; }
.modal .opt .chk::after { content: "✓"; font-size: 11px; color: #fff; opacity: 0; }
.modal .opt.selected .chk::after { opacity: 1; }
.modal .opt.radio .chk { border-radius: 50%; }
.modal input.text { width: 100%; padding: 14px 16px; border: 1px solid rgba(0,0,0,0.15); border-radius: 12px; font-family: var(--mono); font-size: 16px; background: #fff; }
.modal input.text:focus { outline: 2px solid var(--accent); outline-offset: 1px; border-color: var(--accent); }
.modal .foot { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 16px 24px 22px; border-top: 1px solid rgba(0,0,0,0.06); }
.modal .back { background: none; border: 0; cursor: pointer; font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }
.modal .next { margin-left: auto; background: var(--ink); color: var(--paper); border: 0; cursor: pointer; padding: 12px 20px; border-radius: 999px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; }
.modal .next:disabled { opacity: 0.3; cursor: not-allowed; }
.modal .success { text-align: center; padding: 40px 20px; }
.modal .success .check { width: 64px; height: 64px; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center; margin: 0 auto 18px; font-size: 28px; }
.modal .success h3 { font-family: var(--display); font-weight: 300; font-size: 1.8rem; margin-bottom: 10px; letter-spacing: -0.01em; }
.modal .success p { font-family: var(--mono); font-size: 13px; color: var(--muted); line-height: 1.6; }

/* No-install callout */
.no-install {
  padding: 8vh 24px;
  max-width: 680px; margin: 0 auto;
  text-align: center;
}
.no-install .ni-tag {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 16px;
}
.no-install h2 {
  font-family: var(--display); font-weight: 300;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  line-height: 1.1; letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.no-install h2 em { font-style: italic; color: var(--accent); }
.no-install .ni-sub {
  font-family: var(--mono); font-size: 13px; line-height: 1.6;
  color: var(--muted); max-width: 50ch; margin: 0 auto;
}

/* PLAN */
.plan-section { padding: 12vh 32px 14vh; max-width: 720px; margin: 0 auto; }
.plan-section .plan-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 18px;
  padding: 40px 44px;
  position: relative;
  overflow: hidden;
}
.plan-section .plan-card::before {
  content: ""; position: absolute; top: -80px; right: -80px;
  width: 220px; height: 220px; border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, var(--accent) 0%, var(--accent-deep) 100%);
  opacity: 0.12; filter: blur(10px);
}
.plan-section .head-row { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 6px; position: relative; }
.plan-section .plan-name { font-family: var(--display); font-weight: 400; font-size: 1.9rem; letter-spacing: -0.02em; }
.plan-section .plan-price { font-family: var(--display); font-weight: 400; font-size: 1.9rem; letter-spacing: -0.02em; }
.plan-section .plan-price em { font-style: italic; color: var(--accent); font-size: 0.95rem; }
.plan-section .plan-tag { font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-bottom: 28px; position: relative; }
.plan-section ul { list-style: none; margin: 0 0 28px; padding: 0; position: relative; }
.plan-section li { display: flex; gap: 12px; padding: 14px 0; border-top: 1px solid rgba(0,0,0,0.08); font-size: 0.95rem; line-height: 1.5; color: var(--ink); }
.plan-section li:first-child { border-top: none; }
.plan-section li::before { content: "→"; color: var(--accent); font-family: var(--mono); flex-shrink: 0; }
.plan-section .cta-row { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; position: relative; }
.plan-section .fine { font-family: var(--mono); font-size: 11px; color: var(--muted); }
.plan-section .plan-lede { text-align: center; margin-bottom: 40px; }
.plan-section .plan-lede .tag { font-family: var(--mono); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.plan-section .plan-lede h2 { font-family: var(--display); font-weight: 300; font-size: clamp(1.8rem, 3.2vw, 2.6rem); line-height: 1.1; letter-spacing: -0.02em; }
.plan-section .plan-lede h2 em { font-style: italic; color: var(--accent); }

/* BROADBAND FACTS inside plan card */
.plan-section .plan-facts { margin-top: 24px; position: relative; border-top: 1px solid rgba(0,0,0,0.08); padding-top: 16px; }
.plan-section .plan-facts summary {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); cursor: pointer; list-style: none; text-align: center;
  padding: 4px 0; transition: color 0.2s;
}
.plan-section .plan-facts summary::-webkit-details-marker { display: none; }
.plan-section .plan-facts summary::marker { display: none; content: ""; }
.plan-section .plan-facts summary:hover { color: var(--ink); }
.plan-section .plan-facts[open] summary { margin-bottom: 20px; }
.broadband-label {
  background: #fff; border: 2px solid #000; padding: 20px; text-align: left;
  font-family: Arial, Helvetica, sans-serif; color: #000;
}
.broadband-label h3 { font-size: 22px; font-weight: 700; margin: 0 0 4px; font-family: Arial, sans-serif; }
.broadband-label .bl-subtitle { font-size: 14px; font-weight: 700; margin-bottom: 8px; }
.broadband-label .bl-thick { border: none; border-top: 8px solid black; margin: 8px 0; }
.broadband-label .bl-thin { border: none; border-top: 1px solid black; margin: 8px 0; }
.broadband-label .bl-row { display: flex; justify-content: space-between; align-items: baseline; font-size: 12px; margin: 2px 0; gap: 8px; }
.broadband-label .bl-row-big { font-size: 14px; font-weight: 700; }
.broadband-label .bl-row .bl-val { font-weight: 700; text-align: right; white-space: nowrap; }
.broadband-label .bl-section { font-size: 14px; font-weight: 700; margin: 8px 0 4px; }
.broadband-label .bl-sub { font-size: 12px; font-weight: 700; margin: 4px 0; }
.broadband-label .bl-note { font-size: 11px; margin: 8px 0; }
.broadband-label .bl-link { font-size: 12px; word-break: break-all; margin: 4px 0; }
.broadband-label .bl-footer { font-size: 11px; margin-top: 12px; line-height: 1.4; }
.broadband-label .bl-footer a { color: black; font-weight: 700; }
.broadband-label .bl-id { font-size: 10px; margin-top: 12px; color: #333; }

@media (max-width: 900px) {
  nav.top .mid { display: none; }
  .hero .foot { flex-direction: column; align-items: flex-start; gap: 20px; }
  .proof { grid-template-columns: 1fr; gap: 20px; padding: 6vh 6vw; }
  .proof .num { font-size: 4.5rem; }
  .others .grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .others .grid { grid-template-columns: 1fr; }
  .plan-section { padding: 10vh 16px 12vh; }
  .plan-section .plan-card { padding: 28px 20px; }
  .modal { animation: sheetUp 0.3s cubic-bezier(.2,.8,.2,1); width: 100vw; max-width: none; border-radius: 22px 22px 0 0; top: auto; bottom: 0; left: 0; transform: translateY(0); max-height: 92vh; }
  .modal.open { transform: translateY(0); }
  @keyframes sheetUp { from { transform: translateY(100%); } to { transform: translateY(0); } }
}
@media (prefers-reduced-motion: reduce) {
  .reveal { transition: none; opacity: 1; transform: none; }
  .hero .photo img { transition: none; transform: scale(1); }
  .hero.loaded .photo img { transform: scale(1); }
}
