/* ===== ELEVO OS — site.css ===== */

@font-face { font-family: "Newsreader"; font-style: normal; font-weight: 300; font-display: swap; src: url("/assets/fonts/newsreader-latin-300-normal.woff2") format("woff2"); }
@font-face { font-family: "Newsreader"; font-style: normal; font-weight: 400; font-display: swap; src: url("/assets/fonts/newsreader-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Hanken Grotesk"; font-style: normal; font-weight: 400; font-display: swap; src: url("/assets/fonts/hanken-grotesk-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Hanken Grotesk"; font-style: normal; font-weight: 500; font-display: swap; src: url("/assets/fonts/hanken-grotesk-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Hanken Grotesk"; font-style: normal; font-weight: 600; font-display: swap; src: url("/assets/fonts/hanken-grotesk-latin-600-normal.woff2") format("woff2"); }

:root {
  --navy: #0A1628;
  --deep: #07101F;
  --surface: #0F2038;
  --bubble: #16294A;
  --gold: #C9A961;
  --gold-hover: #E3CC93;
  --ivory: #F3EEE4;
  --mist: #A7B1C2;
  --soft: #D5D9E0;
  --dim: #8491A6;
  --line: rgba(201, 169, 97, 0.22);
  --line-strong: rgba(201, 169, 97, 0.38);
  --hair: rgba(243, 238, 228, 0.16);
  --serif: "Newsreader", "Iowan Old Style", Georgia, serif;
  --sans: "Hanken Grotesk", "Helvetica Neue", Helvetica, sans-serif;
  --pad: clamp(24px, 6.6vw, 96px);
  --section: clamp(80px, 9vw, 120px);
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--navy); color: var(--ivory); font-family: var(--sans); font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img, svg { max-width: 100%; }
a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-hover); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 300; letter-spacing: -0.015em; }
p { margin: 0; }
.wrap { max-width: 1440px; margin: 0 auto; padding-inline: var(--pad); }
.muted { color: var(--mist); }
.skip { position: absolute; left: -9999px; top: 8px; background: var(--gold); color: var(--navy); padding: 10px 16px; border-radius: 8px; z-index: 50; }
.skip:focus { left: 16px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* ===== Buttons ===== */
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 30px; border-radius: 999px; font-family: var(--sans); font-size: 17px; font-weight: 600; cursor: pointer; border: 0; white-space: nowrap; transition: background-color .2s, color .2s, border-color .2s; }
.btn-primary { background: var(--gold); color: var(--navy); }
.btn-primary:hover { background: var(--gold-hover); color: var(--navy); }
.btn-ghost { border: 1px solid rgba(243, 238, 228, 0.28); color: var(--ivory); font-weight: 500; background: transparent; }
.btn-ghost:hover { border-color: var(--ivory); color: var(--ivory); }
.btn-outline { border: 1px solid var(--gold); color: var(--gold); background: transparent; }
.btn-outline:hover { background: rgba(201, 169, 97, 0.1); }
.btn-sm { min-height: 44px; padding: 0 22px; font-size: 15px; }

/* ===== Header ===== */
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(10, 22, 40, 0.88); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(201, 169, 97, 0.14); }
.site-header .wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ivory); min-height: 44px; }
.brand:hover { color: var(--ivory); }
.brand-word { font-size: 21px; font-weight: 500; letter-spacing: 0.02em; }
.brand-group { display: flex; align-items: center; gap: 18px; }
.brand-sep { width: 1px; height: 22px; background: rgba(243, 238, 228, 0.24); }
.brand-product { font-size: 17px; color: var(--gold); }
.nav { display: flex; align-items: center; gap: 40px; font-size: 15px; }
.nav a:not(.btn) { color: var(--mist); }
.nav a:not(.btn):hover { color: var(--ivory); }

/* ===== Hero ===== */
.hero .wrap { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 620px); gap: 48px; align-items: center; padding-top: 72px; padding-bottom: 110px; }
.hero-copy { display: flex; flex-direction: column; gap: 32px; max-width: 640px; }
.kicker { font-size: 16px; color: var(--gold); }
.hero h1 { font-size: clamp(50px, 6.2vw, 88px); line-height: 1.0; letter-spacing: -0.025em; }
.hero-lead { font-size: clamp(17px, 1.5vw, 20px); color: var(--mist); max-width: 560px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; padding-top: 8px; }
.hero-note { font-size: 14px; color: var(--dim); }

/* ===== Orbit ===== */
.orbit { position: relative; width: 100%; max-width: 620px; aspect-ratio: 1 / 1; margin-inline: auto; }
.orbit svg.spokes { position: absolute; inset: 0; width: 100%; height: 100%; }
.orbit .ring { position: absolute; inset: 3.23%; border-radius: 50%; border: 1px solid var(--line-strong); }
.orbit .ring-inner { position: absolute; inset: 20.97%; border-radius: 50%; border: 1px solid rgba(201, 169, 97, 0.12); }
.orbit .spin { position: absolute; inset: 3.23%; animation: elevo-orbit 32s linear infinite; }
.orbit .spin::before { content: ""; position: absolute; left: 50%; top: 0; width: 18px; height: 18px; margin: -9px 0 0 -9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 6px rgba(201, 169, 97, 0.14); }
@keyframes elevo-orbit { to { transform: rotate(360deg); } }
.orbit .core { position: absolute; left: 50%; top: 50%; width: 32%; aspect-ratio: 1 / 1; transform: translate(-50%, -50%); border-radius: 50%; background: var(--surface); border: 1px solid rgba(201, 169, 97, 0.4); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 4px; }
.orbit .core-main { font-family: var(--serif); font-weight: 300; font-size: clamp(18px, 2.4vw, 34px); line-height: 1.05; }
.orbit .core-big { font-size: clamp(28px, 3.1vw, 44px); line-height: 1; }
.orbit .core-sub { font-size: clamp(10px, 0.9vw, 13px); color: var(--mist); }
.orbit .node { position: absolute; transform: translate(-50%, -50%); display: flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 999px; background: var(--navy); border: 1px solid rgba(201, 169, 97, 0.4); font-size: 14px; white-space: nowrap; }
.orbit .node::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.orbit .n1 { left: 50%; top: 3.23%; }
.orbit .n2 { left: 90.48%; top: 26.61%; }
.orbit .n3 { left: 90.48%; top: 73.39%; }
.orbit .n4 { left: 50%; top: 96.77%; }
.orbit .n5 { left: 9.52%; top: 73.39%; }
.orbit .n6 { left: 9.52%; top: 26.61%; }

/* ===== Sections ===== */
.section { padding-block: var(--section); }
.section-deep { background: var(--deep); }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 64px; margin-bottom: 64px; }
.section-head h2 { max-width: 700px; }
.section-head p { max-width: 460px; font-size: 18px; color: var(--mist); line-height: 1.65; }
.h2 { font-size: clamp(36px, 4.2vw, 60px); line-height: 1.06; }
.h2-sm { font-size: clamp(34px, 3.4vw, 48px); line-height: 1.1; }

/* Three levers */
.levers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px; }
.lever { padding-top: 28px; border-top: 1px solid rgba(201, 169, 97, 0.3); display: flex; flex-direction: column; gap: 14px; }
.lever h3 { font-size: clamp(26px, 2.3vw, 32px); font-weight: 400; }
.lever p { color: var(--mist); }
.lever a { font-weight: 500; padding-top: 4px; }

/* Chain (six areas) */
.chain-ends { display: flex; justify-content: space-between; font-size: 14px; color: var(--dim); margin-bottom: 24px; }
.chain { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 32px; position: relative; }
.chain::before { content: ""; position: absolute; left: 0; right: 0; top: 6px; height: 1px; background: rgba(201, 169, 97, 0.35); }
.chain li { position: relative; padding-top: 44px; display: flex; flex-direction: column; gap: 10px; }
.chain li::before { content: ""; position: absolute; left: 0; top: 0; width: 14px; height: 14px; border-radius: 50%; border: 1px solid var(--gold); background: var(--navy); }
.chain li:first-child::before, .chain li:last-child::before { background: var(--gold); }
.chain h3 { font-size: 25px; font-weight: 400; line-height: 1.15; }
.chain p { font-size: 15px; color: var(--mist); }

/* Steps */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px; }
.step { display: flex; flex-direction: column; gap: 18px; }
.step-mark { display: flex; align-items: center; gap: 12px; }
.step-mark::before { content: ""; width: 12px; height: 12px; border-radius: 50%; border: 1px solid var(--gold); flex-shrink: 0; }
.step:first-child .step-mark::before { background: var(--gold); }
.step-mark::after { content: ""; flex-grow: 1; height: 1px; background: rgba(201, 169, 97, 0.3); }
.step-num { font-family: var(--serif); font-size: 44px; font-weight: 300; color: var(--gold); line-height: 1; }
.step h3 { font-family: var(--sans); font-size: 20px; font-weight: 600; letter-spacing: 0; }
.step p { font-size: 16px; color: var(--mist); }

/* Chat */
.chat { border-radius: 28px; background: var(--surface); border: 1px solid var(--line); padding: 24px; display: flex; flex-direction: column; gap: 16px; }
.chat-head { display: flex; align-items: center; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid rgba(243, 238, 228, 0.08); }
.chat-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--navy); display: flex; align-items: center; justify-content: center; }
.chat-name { font-size: 16px; font-weight: 600; line-height: 1.3; }
.chat-via { font-size: 13px; color: var(--dim); line-height: 1.3; }
.msg { max-width: 330px; padding: 14px 16px; font-size: 15px; line-height: 1.5; }
.msg-in { align-self: flex-start; border-radius: 6px 18px 18px 18px; background: var(--bubble); }
.msg-out { align-self: flex-end; max-width: 300px; border-radius: 18px 6px 18px 18px; background: rgba(201, 169, 97, 0.16); border: 1px solid rgba(201, 169, 97, 0.3); }
.msg time { display: block; margin-top: 6px; font-size: 12px; color: var(--dim); }
.msg-out time { text-align: right; color: var(--mist); }
.msg-actions { display: flex; gap: 8px; margin-top: 12px; }
.chip-static { display: inline-flex; align-items: center; height: 36px; padding: 0 16px; border-radius: 999px; font-size: 14px; }
.chip-gold { background: var(--gold); color: var(--navy); font-weight: 600; }
.chip-line { border: 1px solid rgba(243, 238, 228, 0.3); }

/* System (Jarvis) */
.system { display: grid; grid-template-columns: 440px minmax(0, 1fr); gap: 80px; align-items: start; }
.depts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 56px; border-bottom: 1px solid var(--line); }
.dept { padding: 26px 0; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 8px; }
.dept h3 { font-size: 28px; font-weight: 400; }
.dept p { font-size: 16px; color: var(--mist); line-height: 1.55; }
.facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin-top: 40px; }
.fact { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; line-height: 1.5; color: var(--soft); }
.fact svg { flex-shrink: 0; margin-top: 1px; }

/* Promises */
.promises { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.promise { padding: 40px 40px 0; display: flex; flex-direction: column; gap: 14px; }
.promise:first-child { padding-left: 0; }
.promise + .promise { border-left: 1px solid var(--line); }
.promise-num { display: flex; align-items: baseline; gap: 14px; }
.promise-num strong { font-family: var(--serif); font-size: clamp(88px, 8.9vw, 128px); font-weight: 300; line-height: 0.9; letter-spacing: -0.03em; }
.promise-num span { font-size: clamp(20px, 1.7vw, 24px); color: var(--gold); }
.promise p { font-size: 18px; color: var(--mist); }

/* Split (more than software / teaser) */
.split { display: grid; grid-template-columns: minmax(0, 520px) minmax(0, 1fr); gap: 96px; align-items: start; }
.split-side { display: flex; flex-direction: column; gap: 24px; }
.pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; }
.pair > div { padding-top: 22px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 10px; }
.pair h3 { font-family: var(--sans); font-size: 20px; font-weight: 600; letter-spacing: 0; }
.pair p { font-size: 16px; color: var(--mist); }
.teaser { display: grid; grid-template-columns: minmax(0, 600px) 460px; justify-content: space-between; gap: 96px; align-items: center; }
.teaser-copy { display: flex; flex-direction: column; gap: 24px; }
.teaser-label { display: flex; align-items: center; gap: 10px; font-size: 16px; color: var(--gold); }

/* ===== Booking ===== */
.booking { background: var(--surface); border-top: 1px solid var(--line); }
.booking .wrap { display: grid; grid-template-columns: minmax(0, 520px) minmax(0, 1fr); gap: 96px; align-items: start; }
.booking-intro { display: flex; flex-direction: column; gap: 32px; }
.booking-intro h2 { font-size: clamp(42px, 4.5vw, 64px); line-height: 1.04; letter-spacing: -0.02em; }
.checks { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; color: var(--soft); font-size: 16px; }
.checks li { display: flex; gap: 12px; align-items: center; }
.person { display: flex; align-items: center; gap: 18px; padding-top: 28px; border-top: 1px solid rgba(243, 238, 228, 0.1); }
.person-photo { width: 72px; height: 72px; flex-shrink: 0; border-radius: 50%; background: var(--bubble); border: 1px solid rgba(201, 169, 97, 0.4); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 26px; color: var(--gold); }
.person-name { font-size: 18px; font-weight: 600; }
.person-role { font-size: 15px; color: var(--mist); }

.panel { border-radius: 28px; background: var(--navy); border: 1px solid rgba(201, 169, 97, 0.28); padding: 40px; }
.panel form { display: flex; flex-direction: column; gap: 28px; }
.panel-head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; flex-wrap: wrap; }
.panel-title { font-size: 22px; font-weight: 600; }
.panel-meta { font-size: 14px; color: var(--dim); }
fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
legend, .label { display: block; padding: 0; margin-bottom: 12px; font-size: 14px; color: var(--mist); }
.opt-row { display: flex; flex-wrap: wrap; gap: 10px; }
.opt-days { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.opt-times { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.opt { font-family: var(--sans); color: var(--ivory); background: transparent; border: 1px solid var(--hair); cursor: pointer; transition: background-color .15s, border-color .15s, color .15s; }
.opt:hover { border-color: rgba(201, 169, 97, 0.6); }
.opt[aria-pressed="true"] { background: var(--gold); border-color: var(--gold); color: var(--navy); font-weight: 600; }
.opt-pill { min-height: 44px; padding: 0 18px; border-radius: 999px; font-size: 15px; }
.opt-time { min-height: 48px; border-radius: 999px; font-size: 15px; }
.opt-day { min-height: 76px; border-radius: 16px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; padding: 0 4px; }
.opt-day .wd { font-size: 14px; color: var(--mist); }
.opt-day .dm { font-size: 15px; }
.opt-day[aria-pressed="true"] .wd { color: var(--navy); }
.opt-day .dm-short { display: none; }
.fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field label { font-size: 14px; color: var(--mist); }
.field input { min-height: 52px; padding: 0 16px; border-radius: 12px; border: 1px solid rgba(243, 238, 228, 0.18); background: var(--surface); color: var(--ivory); font-family: var(--sans); font-size: 16px; }
.field input::placeholder { color: #6F7C92; }
.field input:focus { border-color: var(--gold); outline: none; box-shadow: 0 0 0 3px rgba(201, 169, 97, 0.25); }
.submit-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.hint { font-size: 14px; line-height: 1.5; color: var(--dim); max-width: 360px; }
.hint a { color: var(--mist); text-decoration: underline; text-underline-offset: 2px; }
.btn[disabled] { background: #2A3A55; color: var(--dim); cursor: not-allowed; }
.form-error { font-size: 15px; color: #F2B8A0; }
.hp { position: absolute; left: -9999px; }
.done { min-height: 520px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 24px; }
.done h3 { font-size: 44px; line-height: 1.1; }
.done p { font-size: 18px; color: var(--mist); max-width: 480px; }
[hidden] { display: none !important; }
[id] { scroll-margin-top: 96px; }

/* ===== Calendly-Gate ===== */
.cal-gate { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; padding: 24px 0 8px; }
.cal-gate .hint { max-width: 460px; }
.cal-lead { font-size: 17px; line-height: 1.6; color: var(--soft); max-width: 460px; }
.cal-orbit { position: relative; width: 84px; height: 84px; }
.cal-ring { position: absolute; inset: 0; border-radius: 50%; border: 1px solid var(--line-strong); }
.cal-dot { position: absolute; left: 50%; top: -6px; width: 12px; height: 12px; margin-left: -6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(201, 169, 97, 0.14); }
.cal-slot { border-radius: 18px; overflow: hidden; background: var(--navy); margin-top: 4px; }
.calendly-inline-widget { border-radius: 18px; }

/* ===== Footer ===== */
.site-footer { background: var(--deep); }
.site-footer .wrap { padding-block: 56px; display: flex; justify-content: space-between; align-items: flex-start; gap: 32px; flex-wrap: wrap; }
.foot-brand { display: flex; flex-direction: column; gap: 16px; }
.foot-addr { font-size: 14px; line-height: 1.6; color: var(--dim); }
.foot-links { display: flex; gap: 32px; flex-wrap: wrap; font-size: 14px; padding-top: 6px; }
.foot-links a { color: var(--mist); }
.foot-links a:hover { color: var(--ivory); }

/* ===== Legal pages ===== */
.legal { max-width: 760px; margin: 0 auto; padding: 96px var(--pad) 120px; }
.legal h1 { font-size: clamp(42px, 5vw, 64px); line-height: 1.05; margin-bottom: 48px; }
.legal h2 { font-family: var(--sans); font-size: 20px; font-weight: 600; letter-spacing: 0; margin: 48px 0 12px; }
.legal p, .legal li { color: var(--soft); font-size: 17px; line-height: 1.7; }
.legal p + p { margin-top: 12px; }
.legal ul { padding-left: 20px; }
.todo { background: rgba(201, 169, 97, 0.18); color: var(--gold-hover); padding: 1px 6px; border-radius: 4px; }
.draft-note { border: 1px solid var(--line-strong); border-radius: 16px; padding: 18px 22px; color: var(--mist); font-size: 15px; margin-bottom: 40px; }

/* ===== Responsive ===== */
@media (max-width: 1180px) {
  .system { grid-template-columns: 1fr; gap: 56px; }
  .system .chat { max-width: 480px; }
  .chain { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 48px; }
  .chain::before { display: none; }
  .chain li { border-top: 1px solid rgba(201, 169, 97, 0.35); padding-top: 32px; }
  .chain li::before { top: -7px; }
  .teaser { grid-template-columns: 1fr; gap: 48px; }
  .teaser .chat { max-width: 480px; }
  .booking .wrap, .split { grid-template-columns: 1fr; gap: 56px; }
}

@media (max-width: 960px) {
  .nav a:not(.btn) { display: none; }
  .hero .wrap { grid-template-columns: 1fr; padding-top: 48px; padding-bottom: 72px; gap: 56px; }
  .section-head { flex-direction: column; align-items: flex-start; gap: 24px; margin-bottom: 44px; }
  .levers, .pair { grid-template-columns: 1fr; gap: 36px; }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 48px; }
  .promises { grid-template-columns: 1fr; }
  .promise, .promise:first-child { padding: 28px 0; }
  .promise + .promise { border-left: 0; border-top: 1px solid var(--line); }
  .facts { grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .site-header .wrap { height: 72px; }
  .brand-word { font-size: 18px; }
  .brand-group { gap: 10px; }
  .brand-group .brand-word, .brand-group .brand-sep { display: none; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-note { text-align: center; }
  .orbit .node { padding: 6px 11px; font-size: 12px; gap: 6px; }
  .orbit .node::before { display: none; }
  .orbit .spin::before { width: 14px; height: 14px; margin: -7px 0 0 -7px; box-shadow: 0 0 0 5px rgba(201, 169, 97, 0.14); }
  .chain-ends { display: none; }
  .chain { grid-template-columns: 1fr; row-gap: 0; }
  .chain li { border-top: 0; padding: 0 0 26px 34px; }
  .chain li::before { top: 8px; width: 12px; height: 12px; }
  .chain li:not(:last-child)::after { content: ""; position: absolute; left: 6px; top: 20px; bottom: 0; width: 1px; background: rgba(201, 169, 97, 0.3); }
  .chain h3 { font-size: 22px; }
  .steps { grid-template-columns: 1fr; row-gap: 28px; }
  .step { gap: 8px; }
  .step-mark { display: none; }
  .step-num { font-size: 34px; }
  .depts { grid-template-columns: 1fr; }
  .dept h3 { font-size: 24px; }
  .chat { padding: 18px; border-radius: 24px; }
  .msg { max-width: 270px; font-size: 14px; }
  .msg-out { max-width: 250px; }
  .panel { padding: 22px; border-radius: 24px; }
  .panel form { gap: 22px; }
  .opt-days { gap: 6px; }
  .opt-day { min-height: 64px; border-radius: 12px; }
  .opt-day .wd { font-size: 12px; }
  .opt-day .dm { font-size: 13px; }
  .opt-day .dm-long { display: none; }
  .opt-day .dm-short { display: inline; }
  .opt-times { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .opt-pill { padding: 0 14px; font-size: 14px; }
  .fields { grid-template-columns: 1fr; gap: 14px; }
  .submit-row { flex-direction: column; align-items: stretch; }
  .submit-row .btn { width: 100%; }
  .person-photo { width: 56px; height: 56px; font-size: 20px; }
  .done { min-height: 420px; }
  .done h3 { font-size: 34px; }
  .site-footer .wrap { flex-direction: column; padding-block: 48px; }
  .foot-links { gap: 24px; }
}
