@font-face{font-family:'Inter';font-style:normal;font-weight:400 600;font-display:swap;
  src:url('fonts/inter-var.woff2') format('woff2-variations');}
@font-face{font-family:'Barlow Semi Condensed';font-style:normal;font-weight:500;font-display:swap;
  src:url('fonts/barlow-semi-condensed-500.woff2') format('woff2');}
@font-face{font-family:'Barlow Semi Condensed';font-style:normal;font-weight:600;font-display:swap;
  src:url('fonts/barlow-semi-condensed-600.woff2') format('woff2');}
@font-face{font-family:'Barlow Semi Condensed';font-style:normal;font-weight:700;font-display:swap;
  src:url('fonts/barlow-semi-condensed-700.woff2') format('woff2');}
@font-face{font-family:'Barlow Semi Condensed';font-style:normal;font-weight:800;font-display:swap;
  src:url('fonts/barlow-semi-condensed-800.woff2') format('woff2');}

:root {
  --ink: #0A2340;
  --ink-raised: #143654;
  --ink-line: #22496B;
  --cream: #F7F4E9;
  --sand: #EDE6D3;
  --line: #DCD3BB;
  --white: #FFFFFF;
  --orange: #E8641F;
  --orange-deep: #A63B0D;
  --orange-lift: #FF7C36;
  --glow: #F8B048;
  --teal: #5CC6E8;
  --teal-deep: #0A6A8C;
  --palm: #18745A;
  --palm-deep: #0F5E49;
  --coral: #B84235;
  --coral-deep: #95342B;
  --muted-cream: #574E45;
  --muted-ink: #B9C9DA;
  --r-pill: 999px;
  --r-frame: 16px;
  --r-chip: 5px;
  --display: "Barlow Semi Condensed", "Arial Narrow", Arial, sans-serif;
  --body: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --bg: var(--cream);
  --fg: var(--ink);
  --muted: var(--muted-cream);
  --accent: var(--orange);
  --accent-fg: var(--ink);
  --card: var(--white);
  --border: var(--line);
  --danger: var(--orange-deep);
  --radius: var(--r-frame);
  --font: var(--body);
  --shadow: 0 10px 28px rgba(10, 35, 64, 0.12);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--body);
  background: var(--cream);
  color: var(--ink);
  line-height: 1.45;
  min-height: 100vh;
}
body.is-embed { min-height: 0; }
body.is-embed .wrap { padding-top: 1rem; }
body.is-embed .next-block { display: none; }

.wrap { width: min(68rem, calc(100% - 1.5rem)); margin: 0 auto; padding: 1.25rem 0 5.5rem; }
.hero h1, h1, h2, h3, .fieldset-legend, .btn, .opt-price, .cal-dow {
  font-family: var(--display);
}
.hero h1 { margin: 0.2rem 0 0.5rem; font-size: clamp(2rem, 6vw, 3.1rem); font-weight: 800; letter-spacing: -0.02em; text-transform: uppercase; line-height: 1.05; }
.eyebrow { text-transform: uppercase; letter-spacing: 0.15em; font-size: 0.75rem; font-weight: 700; font-family: var(--display); color: var(--orange-deep); margin: 0; }
.eyebrow.glow, .on-ink .eyebrow, .estimate .eyebrow { color: var(--glow); }
.lede, .muted, .hint { color: var(--muted-cream); }
.lede { font-size: 1.05rem; max-width: 40rem; }
.hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.error { color: var(--orange-deep); font-weight: 600; }

.btn {
  appearance: none; border: 0; display: inline-flex; align-items: center; justify-content: center;
  font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; text-decoration: none;
  padding: 0.9rem 1.15rem; border-radius: var(--r-pill); cursor: pointer; width: 100%;
}
.btn-primary, .btn { background: var(--orange); color: var(--ink); }
.btn-primary:hover, .btn:hover { background: var(--orange-lift); color: var(--ink); }
.btn:disabled { opacity: 0.5; cursor: not-allowed; }
.btn.danger { background: var(--orange-deep); color: var(--cream); }
.btn-accept { background: var(--palm); color: var(--white); }
.btn-accept:hover { background: var(--palm-deep); color: var(--white); }
.btn-decline { background: var(--coral); color: var(--white); }
.btn-decline:hover { background: var(--coral-deep); color: var(--white); }
.btn.ghost, .btn-outline {
  background: transparent; color: var(--ink); border: 1px solid var(--ink);
}
.btn-outline:hover { background: var(--ink); color: var(--cream); }
:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid var(--teal-deep);
  outline-offset: 3px;
}
:where(input, select, textarea):focus-visible { outline-offset: 1px; }

.booker-grid { display: grid; gap: 1.5rem; }
@media (min-width: 880px) {
  .booker-grid { grid-template-columns: minmax(0, 1fr) 18.5rem; align-items: start; }
  .booker-rail { position: sticky; top: 1rem; }
  .estimate-pin { display: none !important; }
}
@media (max-width: 879px) {
  .booker-rail { display: none; }
  .cta-block { position: sticky; bottom: 0; background: var(--cream); padding: 0.6rem 0 0.4rem; margin: 0 -0.15rem; z-index: 4; }
}

.booker fieldset { border: 0; padding: 0; margin: 0 0 1.4rem; }
.fieldset-legend {
  display: block; margin-bottom: 0.75rem; font-weight: 600;
  font-size: 0.84rem; letter-spacing: 0.15em; text-transform: uppercase;
}
.opts { display: grid; gap: 0.55rem; }
@media (min-width: 620px) { .opts { grid-template-columns: 1fr 1fr; } }
.size-opts { grid-template-columns: 1fr; }
@media (min-width: 620px) { .size-opts { grid-template-columns: 1fr 1fr 1fr; } }

.opt {
  display: flex; align-items: center; gap: 0.7rem;
  border: 1px solid var(--line); border-radius: 10px;
  padding: 0.8rem 0.95rem; background: var(--white); cursor: pointer;
  min-height: 52px; text-align: left;
}
.opt small { display: block; font-weight: 400; color: var(--muted-cream); text-transform: none; letter-spacing: 0; font-family: var(--body); }
.opt:hover { border-color: var(--orange); }
.opt input { accent-color: var(--orange); width: 20px; height: 20px; flex: none; }
.opt-price { margin-left: auto; font-weight: 700; font-size: 1.05rem; white-space: nowrap; }
.opt:has(input:checked) { border-color: var(--orange); background: #FFF1E6; }
.opt.is-disabled, .opt:has(input:disabled) { opacity: 0.45; pointer-events: none; }
.package-preview {
  margin-top: 0.7rem; padding: 0.8rem 0.95rem; border-left: 3px solid var(--teal-deep);
  background: var(--sand); border-radius: 0 var(--r-chip) var(--r-chip) 0;
}
.package-preview ul { margin: 0.45rem 0 0; padding-left: 1.15rem; }
.package-preview li { margin: 0.2rem 0; }

.estimate {
  border-radius: var(--r-frame);
  background: var(--ink); color: var(--cream);
  padding: clamp(1.15rem, 4vw, 1.6rem);
}
.estimate-row {
  display: flex; justify-content: space-between; align-items: baseline; gap: 1rem;
  padding: 0.5rem 0; border-bottom: 1px solid var(--ink-line); font-size: 0.97rem;
}
.estimate-total {
  display: flex; justify-content: space-between; align-items: baseline; gap: 1rem;
  margin-top: 0.9rem; padding-top: 0.9rem; border-top: 2px solid var(--orange);
}
.estimate-total .price, .estimate-pin .price { color: var(--glow); font-family: var(--display); font-weight: 800; font-size: 1.6rem; }
.estimate p { color: var(--muted-ink); font-size: 0.9rem; margin: 1rem 0 0; }
.estimate-pin {
  display: flex; justify-content: space-between; align-items: baseline;
  background: var(--ink); color: var(--cream); border-radius: var(--r-chip);
  padding: 0.55rem 0.85rem; margin-bottom: 0.55rem;
}

.fields { display: grid; gap: 0.75rem; }
[hidden] { display: none !important; }
.fields label, .admin label { display: grid; gap: 0.25rem; font-family: var(--display); font-weight: 600; font-size: 0.84rem; letter-spacing: 0.12em; text-transform: uppercase; }
.required-note { margin: -0.35rem 0 0.75rem; color: var(--muted-cream); font-size: 0.85rem; }
.required-mark, .required-note span { color: var(--coral-deep); font-weight: 800; }
input, select, textarea {
  font-family: var(--body); font-size: 1rem; font-weight: 400; letter-spacing: 0; text-transform: none;
  padding: 0.8rem 0.9rem; min-height: 52px; border-radius: 10px;
  border: 1px solid var(--line); background: var(--white); color: var(--ink); width: 100%;
}
/* The rule above is written for text fields but the bare `input` selector also
   catches checkboxes and radios, handing them width:100%, a 52px min-height and
   a white box. On the signup page that turned the agree checkbox into a large
   empty square floating away from its own label. `.opt input` had been patching
   it in one place; this fixes the class of bug instead. */
input[type="checkbox"], input[type="radio"] {
  width: 20px; height: 20px; min-height: 0; flex: none;
  padding: 0; border: 0; border-radius: 0;
  background: none; accent-color: var(--orange);
}
input.is-invalid, select.is-invalid, textarea.is-invalid {
  border: 2px solid var(--coral-deep);
  box-shadow: 0 0 0 3px rgba(184, 66, 53, 0.14);
}
.field-error {
  color: var(--coral-deep); font-family: var(--body); font-size: 0.88rem;
  font-weight: 600; letter-spacing: 0; text-transform: none;
}
.field-error::before { content: "Please fix: "; font-weight: 800; }
.form-error-summary { margin: 0 0 0.75rem; }
textarea { min-height: 7rem; resize: vertical; }
.vehicle-row { display: grid; gap: 0.55rem; grid-template-columns: 5.5rem 1fr 1fr; }
.cta-hint { margin: 0.85rem 0 0; }

.walkin-card {
  background: var(--sand); border-radius: var(--r-frame); padding: 1.15rem 1.2rem; margin: 0 0 1.4rem;
}
.walkin-card h2 { margin: 0.25rem 0 0.5rem; font-size: 1.5rem; text-transform: uppercase; }
.walkin-price { margin: 0 0 0.75rem; font-size: 1.05rem; }
.walkin-price strong { font-size: 1.4rem; }
.walkin-contact { margin: 0.9rem 0 0; color: var(--muted-cream); }
.walkin-contact a { color: inherit; font-weight: 600; }
.cta-row { display: grid; gap: 0.5rem; }
@media (min-width: 520px) { .cta-row { grid-template-columns: 1fr 1fr; } }

.duration-honesty { font-weight: 600; }
.skel { font-style: italic; color: var(--muted-cream); }
.cal {
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 0.35rem;
  margin: 0.6rem 0 0.8rem;
}
.cal-dow, .cal-day {
  text-align: center; font-size: 0.78rem; padding: 0.45rem 0.1rem;
}
.cal-dow { letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted-cream); font-weight: 700; }
.cal-day {
  border: 1px solid var(--line); background: var(--white); border-radius: var(--r-chip);
  min-height: 3.1rem; cursor: pointer; font-family: var(--body); color: var(--ink);
  display: grid; place-content: center; gap: 0.1rem;
}
.cal-day b { font-family: var(--display); font-size: 1.05rem; }
.cal-day.is-today { outline: 2px solid var(--orange); outline-offset: 1px; }
.cal-day.is-closed { text-decoration: line-through; color: var(--muted-cream); cursor: default; background: var(--sand); }
.cal-day.is-sold { color: var(--muted-cream); }
.cal-day.is-past { opacity: 0.4; cursor: default; }
.cal-day.is-selected { background: #FFF1E6; border-color: var(--orange); }
.cal-day.is-open:hover { border-color: var(--orange); }
.cal-day small { display: block; font-size: 0.62rem; letter-spacing: 0.02em; }
.cal-meta { color: var(--muted-cream); font-size: 0.9rem; }
.slots { display: flex; flex-wrap: wrap; gap: 0.45rem; margin: 0.4rem 0 1.2rem; }
.slots button {
  border: 1px solid var(--line); background: var(--white); color: var(--ink);
  border-radius: var(--r-pill); padding: 0.55rem 0.85rem; font: inherit; cursor: pointer;
}
.slots button[aria-pressed="true"] { background: var(--orange); color: var(--ink); border-color: var(--orange); }

.confirm-view { display: grid; gap: 0.85rem; }
.confirm-card {
  background: var(--sand); border-radius: var(--r-frame); padding: 1.15rem 1.2rem;
}
.confirm-card h2 { margin: 0 0 0.4rem; text-transform: uppercase; }
.confirm-card h3 { margin: 1rem 0 0.35rem; text-transform: uppercase; font-size: 0.95rem; letter-spacing: 0.04em; }
.confirm-card ul { margin: 0; padding-left: 1.15rem; }
.confirm-when { font-weight: 600; }
.confirm-list { margin: 0.2rem 0 0; padding-left: 1.15rem; }
/* Typography from work/aloha-square-connect, spacing from the shipped version. */
.confirm-total { margin: 1rem 0 0; font-family: var(--display); font-size: 1.15rem; font-weight: 800; }
.confirm-card .cta-row { margin: 0.85rem 0 0.5rem; }
.confirm-card .cta-row .btn { width: auto; }
.confirm-contact { padding-top: 0.85rem; padding-bottom: 0.85rem; }

body.is-booking-sent .hero.is-success .eyebrow,
body.is-booking-sent .hero.is-success h1 {
  color: #1F7A46;
}

.next-block { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.promise { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; }
.promise h3 { margin: 0.15rem 0; text-transform: uppercase; font-size: 1.2rem; }
.step-when { color: var(--orange-deep); font-family: var(--display); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.78rem; }

.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-frame); padding: 1rem; box-shadow: var(--shadow); margin: 1rem 0; }
.stack { display: grid; gap: 0.75rem; }
.card h2 { margin: 0; text-transform: uppercase; }
.booking-detail-card > h2 { margin-bottom: 1rem; }
.booking-detail-grid { display: grid; gap: 1rem; }
@media (min-width: 720px) {
  .booking-detail-grid { grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.9fr); }
}
.booking-customer h3, .package-scope h3, .package-scope h4 {
  margin: 0 0 0.6rem; font-family: var(--display); text-transform: uppercase;
}
.booking-customer p { margin: 0.45rem 0; }
.package-scope {
  padding: 1rem; background: var(--sand); border-radius: 10px; border-left: 3px solid var(--teal-deep);
}
.package-scope ul { margin: 0; padding-left: 1.15rem; }
.package-scope li { margin: 0.25rem 0; }
.package-scope h4 { margin-top: 1rem; }
.package-total {
  display: flex; justify-content: space-between; align-items: baseline; gap: 1rem;
  margin: 1rem 0 0; padding-top: 0.7rem; border-top: 1px solid var(--line);
  font-family: var(--display); text-transform: uppercase;
}
.package-total strong { font-size: 1.2rem; }
.booking-detail-tools { display: grid; gap: 0.7rem; margin-top: 1rem; }
.booking-detail-tools p, .booking-detail-tools form { margin: 0; }
@media (min-width: 520px) {
  .booking-detail-tools form { max-width: 16rem; }
}
.decision-card > p { margin: 0.5rem 0 1rem; }
.booking-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.65rem; }
.booking-actions form { margin: 0; }
.decline-dialog {
  width: min(32rem, calc(100% - 1.5rem)); border: 0; border-radius: var(--r-frame);
  padding: clamp(1.15rem, 4vw, 1.6rem); color: var(--ink); background: var(--white);
  box-shadow: 0 24px 70px rgba(10, 35, 64, 0.35);
}
.decline-dialog::backdrop { background: rgba(10, 35, 64, 0.7); }
/* Inside a dialog the buttons size to their labels and sit at the end. The
   two-equal-columns grid squeezed "Keep the booking" onto three lines. */
.decline-dialog .booking-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; }
.decline-dialog .booking-actions .btn { width: auto; }
@media (max-width: 26rem) {
  .decline-dialog .booking-actions .btn { width: 100%; }
}
.decline-dialog h2 { margin: 0.2rem 0 0; }
.decline-dialog .hint { margin: 0; }
.tabs { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 0.75rem 0 0; }
.tabs a, .tabs button { color: var(--ink); text-decoration: none; padding: 0.35rem 0.7rem; border-radius: var(--r-pill); border: 1px solid var(--line); background: var(--white); font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; font-size: 0.85rem; }
.tabs form { margin: 0; }
.tabs button { cursor: pointer; line-height: inherit; }
.tabs a[aria-current="page"] { background: var(--orange); color: var(--ink); border-color: transparent; }
.list { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.5rem; }
.list li { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-frame); }
.list a, .list li { display: grid; gap: 0.15rem; padding: 0.8rem 0.95rem; color: inherit; text-decoration: none; }
.list .row { display: flex; justify-content: space-between; align-items: center; gap: 0.75rem; }
.booking-list-heading { display: flex; align-items: center; flex-wrap: wrap; gap: 0.45rem; }
.booking-status {
  display: inline-flex; align-items: center; gap: 0.3rem; width: fit-content;
  padding: 0.16rem 0.48rem; border-radius: var(--r-pill); font-family: var(--display);
  font-size: 0.72rem; letter-spacing: 0.06em; line-height: 1.2; text-transform: uppercase;
}
.booking-status::before { content: ""; width: 0.42rem; height: 0.42rem; border-radius: 50%; background: currentColor; }
.booking-status.is-request { color: var(--orange-deep); background: #FFF1E6; }
.booking-status.is-confirmed { color: var(--palm-deep); background: #E3F3EC; }
.admin .hero h1 { font-size: 1.8rem; }
.booking-summary { display: flex; align-items: baseline; flex-wrap: wrap; gap: 0.35rem 0.65rem; margin: 0.15rem 0; }
.booking-summary h1 { margin: 0; }
.booking-price {
  color: var(--orange-deep); font-family: var(--display); font-size: 2rem;
  font-weight: 800; line-height: 1;
}
.booking-size { color: var(--muted-cream); font-size: 0.9rem; font-weight: 600; }
.booking-when { margin: 0.55rem 0 0; font-weight: 700; font-size: 1.05rem; }
.flash { background: var(--sand); border-left: 3px solid var(--orange); padding: 0.75rem 0.95rem; border-radius: var(--r-chip); }
.integration-card { box-shadow: none; }
.integration-heading { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; }
.integration-heading h2 { display: flex; align-items: center; gap: 0.55rem; margin: 0; text-transform: uppercase; }
.integration-state { font-size: 0.84rem; font-weight: 700; color: var(--muted-cream); }
.status-light {
  width: 0.7rem; height: 0.7rem; border-radius: 50%; flex: none;
  background: #9B9387; box-shadow: 0 0 0 3px rgba(87, 78, 69, 0.12);
}
.status-light.is-connected { background: #18864B; box-shadow: 0 0 0 3px rgba(24, 134, 75, 0.16); }
.integration-action { max-width: 18rem; margin-bottom: 0; }
.setup-modal {
  position: fixed; inset: 0; z-index: 20; display: grid; place-items: center;
  padding: 1rem; background: rgba(10, 35, 64, 0.72);
}
.setup-modal-card {
  width: min(31rem, 100%); background: var(--white); border-radius: var(--r-frame);
  padding: clamp(1.25rem, 5vw, 2rem); box-shadow: 0 24px 70px rgba(10, 35, 64, 0.38);
}
.setup-modal-card h2 { margin: 0.35rem 0 0.65rem; font-size: 1.8rem; text-transform: uppercase; }
.setup-modal-card p { max-width: 27rem; }
.setup-later { display: block; margin-top: 1rem; text-align: center; font-weight: 600; }
/* Admin > Hours & services package cards (2026-09-10). The includes list is
   the whole service menu (up to 27 lines), so it is set compact and in two
   columns rather than as a full-width browser default list; the price row is
   auto-fit so all three vehicle sizes share one line instead of orphaning the
   third under a fixed two-column grid. */
.card h3 { margin: 0 0 0.55rem; }
.includes { list-style: none; margin: 0 0 1.1rem; padding: 0; font-size: 0.9rem; line-height: 1.35; columns: 2; column-gap: 1.6rem; }
.includes li { position: relative; padding-left: 1rem; margin: 0 0 0.3rem; break-inside: avoid; }
.includes li::before { content: ""; position: absolute; left: 0; top: 0.52em; width: 0.42rem; height: 0.42rem; border-radius: 50%; background: var(--teal-deep); }
@media (max-width: 619px) { .includes { columns: 1; } }
.price-grid { display: grid; gap: 0.7rem 1.2rem; grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr)); }
.dollar { display: flex; align-items: center; gap: 0.35rem; }
.dollar::before { content: "$"; font-family: var(--display); font-weight: 700; color: var(--muted-cream); }
.dollar input { max-width: 9rem; }
.hours-rows { display: grid; gap: 0.75rem; }
.hours-row { display: grid; gap: 0.45rem; align-items: end; }
@media (min-width: 620px) {
  .hours-row { grid-template-columns: 7.5rem auto 1fr 1fr; }
}
/* Qualified with the element on purpose. ".fields label, .admin label" above
   sets display:grid at specificity (0,1,1), so a bare ".closed-check" (0,1,0)
   loses and every checkbox-plus-label row inside .admin or .fields silently
   stacks the box above its own text. That hit the signup agree row and the
   Hours & services "Closed" toggles. "label.closed-check" ties on specificity
   and wins on order. Always a <label> in markup, so the qualifier costs nothing. */
label.closed-check { display: flex; align-items: center; gap: 0.4rem; letter-spacing: 0; text-transform: none; font-family: var(--body); font-weight: 400; }

/* Required-field markers. Ported from work/aloha-square-connect, with the
   colour retargeted: that branch used var(--coral-deep), which this theme does
   not define, so the asterisks would have rendered unstyled. --danger is the
   deep-red token this palette actually has. */
.required-note { margin: -0.35rem 0 0.75rem; color: var(--muted-cream); font-size: 0.85rem; }
.required-mark, .required-note span { color: var(--danger); font-weight: 800; }
.form-error-summary { margin: 0 0 0.75rem; }

/* An add-on the chosen package already covers: ticked, locked, and labelled
   "Included" rather than priced. Muted so it reads as information about what
   you are getting, not as an option you failed to pick. */
.opt-included { opacity: 0.72; cursor: default; }
.opt-included input { cursor: default; }
.opt-included-tag { font-style: italic; opacity: 0.85; }
a { color: var(--teal-deep); }

.login-card { max-width: 28rem; }
.plan-card { border-color: var(--orange); background: #FFF1E6; }
.plan-card h2 { margin: 0.2rem 0 0.6rem; text-transform: uppercase; }
.plan-card ul { margin: 0; padding-left: 1.15rem; }
.plan-card li { margin: 0.25rem 0; }
/* Required pre-payment disclosures (recurring, how to cancel, who the merchant
   is). Smaller than the plan bullets but deliberately NOT muted grey: these are
   terms the customer is agreeing to, and greying them out is the pattern
   regulators read as burying a disclosure. */
.plan-terms { margin: 0.7rem 0 0; padding-left: 0; font-size: 0.92rem; line-height: 1.45; }
.plan-terms + .plan-terms { margin-top: 0.4rem; }
/* The instance mark on the owner-facing signup page. Only renders when the
   instance sets logo_url, so a booker with no logo shows nothing at all. */
.signup-mark { display: block; width: 88px; height: 88px; margin: 0 0 1.1rem; border-radius: 50%; }
/* The agree row is the moment of assent, so give it room and let the label sit
   beside its box rather than under it. align-items:flex-start keeps the box on
   the first line if the sentence ever wraps. */
label.agree { max-width: 40rem; align-items: flex-start; gap: 0.6rem; margin: 0.4rem 0; }
.agree input { margin-top: 0.15rem; }
.agree span { text-transform: none; letter-spacing: 0; font-family: var(--body); font-weight: 400; font-size: 1rem; }

/* Consent row under the phone field. Same flex shape as the signup agree row;
   the small line is the disclosure, not a second label. */
label.sms-opt { align-items: flex-start; gap: 0.6rem; margin: -0.2rem 0 0.2rem; }
label.sms-opt input { margin-top: 0.2rem; }
label.sms-opt small { display: block; color: var(--muted-cream); font-size: 0.85em; }
.legal h1 { font-size: 1.4rem; text-transform: none; letter-spacing: 0; }
.legal h2 { font-size: 1.15rem; text-transform: none; margin: 1.2rem 0 0.4rem; }
.legal p { margin: 0.55rem 0; max-width: 42rem; }
.legal ul { max-width: 42rem; }
