/* ============================================================
   Focus Button, beta landing
   Calm / tactile / paper-warm. Muji · Hay · Hobonichi · Frama.
   ============================================================ */

:root {
  /* palette — Focus Bear brand */
  --paper:      #FFFDF6;   /* White Lace */
  --paper-2:    #FBF6EC;   /* soft cream panel */
  --surface:    #FFFFFF;
  --ink:        #141312;   /* Rich Black */
  --ink-soft:   #4B4843;   /* 700 grey */
  --ink-faint:  #8C887F;
  --line:       #EAE3D5;
  --line-soft:  #F1ECE0;

  /* accent — Sunray */
  --accent:      #EF962C;
  --accent-deep: #D27913;
  --accent-soft: #FCE3C4;
  --accent-tint: #FFF4E6;

  /* neutral material cues */
  --timber:      #F1EADB;
  --timber-deep: #D9CDB8;
  --metal:       #BDB6A8;

  /* type — Poppins (brand), Inter for the wordmark */
  --serif: "Poppins", system-ui, -apple-system, sans-serif;
  --sans:  "Poppins", system-ui, -apple-system, sans-serif;
  --mono:  "Poppins", system-ui, sans-serif;
  --logo:  "Inter", system-ui, sans-serif;

  /* rhythm */
  --maxw: 1120px;
  --gutter: clamp(20px, 5vw, 64px);
  --section-y: clamp(72px, 11vw, 148px);
  --radius: 18px;
  --radius-lg: 28px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection { background: var(--accent-soft); color: var(--ink); }

/* ---------- layout helpers ---------- */
.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding-inline: var(--gutter);
}
.section { padding-block: var(--section-y); }
.section--tight { padding-block: clamp(54px, 8vw, 104px); }
.divider { border: 0; border-top: 1px solid var(--line); margin: 0; }

/* ---------- type ---------- */
h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0;
  text-wrap: balance;
}
h1 { font-size: clamp(2.3rem, 5vw, 3.6rem); line-height: 1.08; }
h2 { font-size: clamp(2rem, 4.4vw, 3.1rem); }
h3 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); }

p { margin: 0; text-wrap: pretty; }

.eyebrow {
  font-family: var(--mono);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin: 0;
}
.lede {
  font-size: clamp(1.12rem, 1.7vw, 1.4rem);
  color: var(--ink-soft);
  line-height: 1.55;
  max-width: 30ch;
}
.muted { color: var(--ink-soft); }
.faint { color: var(--ink-faint); }
.accent { color: var(--accent-deep); }
.serif-em { font-family: var(--serif); font-style: italic; font-weight: 600; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  padding: 1.05em 1.8em;
  border-radius: 12px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease, border-color .18s ease;
  white-space: nowrap;
}
.btn--primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 1px 0 rgba(0,0,0,.04), 0 10px 24px -16px var(--accent);
}
.btn--primary:hover { background: var(--accent-deep); transform: translateY(-1px); }
.btn--ghost {
  background: transparent;
  color: var(--accent-deep);
  border-color: var(--accent);
}
.btn--ghost:hover { background: var(--accent-tint); border-color: var(--accent-deep); }
.btn--sm { padding: 0.7em 1.2em; font-size: 0.92rem; }
.btn .price { font-variant-numeric: tabular-nums; }

/* ---------- header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--paper) 86%, transparent);
  backdrop-filter: saturate(1.1) blur(10px);
  border-bottom: 1px solid var(--line-soft);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 14px;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--logo);
  font-size: 1.22rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-decoration: none;
}
.wordmark .mark {
  width: 26px; height: 26px;
  display: grid; place-items: center;
  flex: none;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav-links a {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color .15s ease;
}
.nav-links a:hover { color: var(--ink); }
@media (max-width: 760px) { .nav-links { display: none; } }

/* ---------- hero ---------- */
.hero { position: relative; padding-top: clamp(40px, 7vw, 86px); }
.hero__inner {
  display: grid;
  gap: clamp(36px, 6vw, 80px);
  align-items: center;
}
body[data-hero="split"] .hero__inner {
  grid-template-columns: 1.05fr 0.95fr;
}
body[data-hero="centered"] .hero__inner {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
}
body[data-hero="centered"] .hero__copy { max-width: 18ch; }
body[data-hero="centered"] .lede { margin-inline: auto; }
body[data-hero="centered"] .hero__cta { justify-content: center; }
body[data-hero="centered"] .hero__meta { justify-content: center; }
body[data-hero="centered"] .hero__stage { order: -1; }
@media (max-width: 860px) {
  body[data-hero="split"] .hero__inner { grid-template-columns: 1fr; }
}

.hero__copy > * + * { margin-top: 24px; }
.hero h1 { max-width: 16ch; }
.hero h1 .accent { color: var(--accent-deep); }
.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 30px;
}
.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 22px;
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.hero__meta span { display: inline-flex; align-items: center; gap: 7px; }
.dot { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); flex: none; }

/* hero stage / video */
.hero__stage {
  position: relative;
  width: 100%;
  max-width: 540px;
  margin-inline: auto;
}
.video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #1c1a18;
  border: 1px solid var(--line);
  box-shadow: 0 30px 60px -34px rgba(120,92,48,.55);
}
.video__btn {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  cursor: pointer;
  display: block;
}
.video__thumb { width: 100%; height: 100%; object-fit: cover; display: block; }
.video__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20,16,10,.04) 0%, rgba(20,16,10,.30) 100%);
}
.video__play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 1;
  transition: transform .22s ease;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,.4));
}
.video__btn:hover .video__play { transform: scale(1.07); }
.video__btn:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.video__frame { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video__cap { text-align: center; margin-top: 12px; }
body[data-hero="centered"] .video__cap { text-align: center; }

/* ---------- placeholder ---------- */
.placeholder {
  position: relative;
  border-radius: var(--radius-lg);
  background-color: var(--timber);
  background-image: repeating-linear-gradient(
    45deg,
    rgba(120,92,48,.07) 0 10px,
    rgba(120,92,48,.02) 10px 20px
  );
  border: 1px solid var(--timber-deep);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.placeholder__label {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: #7a6244;
  background: color-mix(in srgb, var(--paper-2) 80%, transparent);
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--timber-deep);
}

/* ---------- steps (how it works) ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(22px, 3.5vw, 44px);
  margin-top: clamp(40px, 6vw, 64px);
}
@media (max-width: 820px) { .steps { grid-template-columns: 1fr; gap: 14px; } }
.step {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(26px, 3vw, 38px);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.step__num {
  font-family: var(--mono);
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  color: var(--accent-deep);
}
.step__icon { width: 76px; height: 76px; }
.step h3 { margin-top: 4px; }
.step p { color: var(--ink-soft); font-size: 1rem; }

/* ---------- generic two-col ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
}
.split--reverse .split__media { order: 2; }
@media (max-width: 880px) {
  .split { grid-template-columns: 1fr; gap: 32px; }
  .split--reverse .split__media { order: 0; }
}
.split__copy > * + * { margin-top: 20px; }
.section-head { max-width: 40ch; }
.section-head > * + * { margin-top: 16px; }

/* Centered section intros: symmetric whitespace instead of a lopsided left column */
.section-head--center {
  max-width: 72ch;
  margin-inline: auto;
  text-align: center;
}
.section-head--center h2 { max-width: 20ch; margin-inline: auto; }
.section-head--center .lede {
  max-width: 56ch;
  margin-inline: auto;
}

/* ---------- "why different" compare ---------- */
.compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: clamp(36px, 5vw, 56px);
}
@media (max-width: 720px) { .compare { grid-template-columns: 1fr; } }
.compare__card {
  border-radius: var(--radius-lg);
  padding: clamp(28px, 3.4vw, 42px);
  border: 1px solid var(--line);
}
.compare__card--them { background: var(--paper-2); }
.compare__card--us {
  background: var(--accent-tint);
  border-color: var(--accent-soft);
}
.compare__tag {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.compare__card--us .compare__tag { color: var(--accent-deep); }
.compare__card h3 { margin-top: 14px; margin-bottom: 18px; }
.compare__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.compare__list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  font-size: 1rem;
  color: var(--ink-soft);
  line-height: 1.45;
}
.compare__list .mk { margin-top: 2px; color: var(--ink-faint); }
.compare__card--us .compare__list .mk { color: var(--accent); }
.compare__card--us .compare__list li { color: var(--ink); }
.compare__note {
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--accent-soft);
  font-size: 0.92rem;
  color: var(--ink-soft);
  line-height: 1.5;
}

/* ---------- behaviours grid ---------- */
.behaviours {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: clamp(34px, 5vw, 52px);
}
@media (max-width: 880px) { .behaviours { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .behaviours { grid-template-columns: 1fr; } }
.behaviour {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.behaviour__icon { width: 30px; height: 30px; color: var(--accent-deep); }
.behaviour h3 { font-size: 1.12rem; }
.behaviour p { font-size: 0.94rem; color: var(--ink-soft); }
.behaviour--opt { border-style: dashed; background: var(--paper-2); }

/* ---------- beta honestly ---------- */
.beta-photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #1c1a18;
  aspect-ratio: 4 / 5;
}
.beta-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.beta-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 26px; }
.beta-cols--single { grid-template-columns: 1fr; }
@media (max-width: 560px) { .beta-cols { grid-template-columns: 1fr; } }
.beta-col h4 {
  font-family: var(--mono);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 12px;
  color: var(--ink-faint);
}
.beta-col--now h4 { color: var(--accent-deep); }
.beta-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.beta-list li {
  font-size: 0.96rem;
  color: var(--ink-soft);
  padding-left: 20px;
  position: relative;
  line-height: 1.45;
}
.beta-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.6em;
  width: 7px; height: 7px;
  border-radius: 50%;
  border: 1.5px solid var(--accent);
}
.beta-col--soon .beta-list li::before { border-color: var(--ink-faint); }
.callout {
  margin-top: 28px;
  padding: 20px 24px;
  border-left: 3px solid var(--accent);
  background: var(--accent-tint);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-size: 1rem;
  color: var(--ink);
}

/* ---------- band (tinted full-width) ---------- */
.band { background: var(--paper-2); border-block: 1px solid var(--line-soft); }
.band--ink {
  background: #26221c;
  color: #F2ECE0;
  border: 0;
}
.band--ink h2, .band--ink h3 { color: #fff; }
.band--ink .muted { color: #C3BAA9; }
.band--ink .eyebrow { color: var(--accent); }

/* ---------- behind it / trust ---------- */
.who {
  display: grid;
  grid-template-columns: minmax(180px, 230px) 1fr;
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
}
@media (max-width: 640px) { .who { grid-template-columns: 1fr; justify-items: start; } }
.who__photo { flex: none; }
.who__photo img {
  width: 100%;
  max-width: 230px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 22px 44px -26px rgba(0,0,0,.7);
}
.who__cap {
  display: block;
  margin-top: 12px;
  font-family: var(--mono);
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  color: #C3BAA9;
}
.trust-stats {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(28px, 5vw, 56px);
  margin-top: 30px;
}
.stat .n {
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1;
  display: block;
  color: #fff;
}
.stat .l { font-size: 0.9rem; color: #C3BAA9; margin-top: 8px; display: block; }

/* ---------- NDIS ---------- */
.ndis {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(20px, 4vw, 44px);
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 4vw, 44px);
}
@media (max-width: 760px) { .ndis { grid-template-columns: 1fr; text-align: left; } }
.ndis__links { display: flex; flex-direction: column; align-items: stretch; gap: 8px; flex: none; }
.ndis__links .btn { text-align: center; }
.ndis__alt {
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ndis__alt:hover { color: var(--accent-deep); }
.ndis__badge {
  width: 84px; height: 84px;
  flex: none;
}

/* ---------- email capture ---------- */
.signup {
  background: var(--accent-tint);
  border: 1px solid var(--accent-soft);
  border-radius: var(--radius-lg);
  padding: clamp(32px, 5vw, 56px);
  text-align: center;
}
.signup__form {
  display: flex;
  gap: 10px;
  max-width: 460px;
  margin: 26px auto 0;
}
@media (max-width: 480px) { .signup__form { flex-direction: column; } }
.signup__form input {
  flex: 1;
  font-family: var(--sans);
  font-size: 1rem;
  padding: 0.95em 1.2em;
  border-radius: 999px;
  border: 1px solid var(--timber-deep);
  background: var(--surface);
  color: var(--ink);
}
.signup__form input:focus { outline: 2px solid var(--accent); outline-offset: 1px; }
.signup__note { font-size: 0.84rem; color: var(--ink-soft); margin-top: 14px; }
body[data-hero="centered"] .video__cap { text-align: center; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 0; margin-top: clamp(28px, 4vw, 44px); border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 8px 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-family: var(--serif);
  font-size: clamp(1.1rem, 1.8vw, 1.32rem);
  color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .plus {
  flex: none; width: 22px; height: 22px;
  position: relative;
  transition: transform .25s ease;
}
.faq summary .plus::before, .faq summary .plus::after {
  content: ""; position: absolute; background: var(--accent-deep);
  left: 50%; top: 50%;
}
.faq summary .plus::before { width: 2px; height: 16px; transform: translate(-50%,-50%); }
.faq summary .plus::after  { width: 16px; height: 2px; transform: translate(-50%,-50%); }
.faq details[open] summary .plus { transform: rotate(135deg); }
.faq__a { padding: 0 40px 26px 0; color: var(--ink-soft); font-size: 1rem; line-height: 1.6; }
.faq details[open] .faq__a { animation: faqReveal .28s ease both; }
@keyframes faqReveal {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}
.faq__a a { color: var(--accent-deep); }

/* ---------- final CTA ---------- */
.final {
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 24px;
}
.final h2 { max-width: 18ch; }
.final .price-line {
  font-family: var(--mono);
  font-size: 0.86rem;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
}
.strike { text-decoration: line-through; color: var(--ink-faint); }

/* ---------- footer ---------- */
.site-footer {
  background: var(--paper-2);
  border-top: 1px solid var(--line);
  padding-block: clamp(40px, 6vw, 64px);
  font-size: 0.9rem;
  color: var(--ink-soft);
}
.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}
.site-footer a { color: var(--ink-soft); text-decoration: none; }
.site-footer a:hover { color: var(--ink); }
.foot-links { display: flex; flex-wrap: wrap; gap: 22px; }

/* note about pending name/hex */
.tm-note {
  font-family: var(--mono);
  font-size: 0.7rem;
  color: var(--ink-faint);
  letter-spacing: 0.02em;
}

/* reveal-on-scroll */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- order modal ---------- */
.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
}
.modal[hidden] { display: none; }
.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(38, 31, 22, .42);
  backdrop-filter: blur(3px);
  animation: fade .2s ease;
}
.modal__card {
  position: relative;
  width: 100%;
  max-width: 440px;
  max-height: calc(100dvh - 40px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(26px, 4vw, 38px);
  box-shadow: 0 40px 80px -30px rgba(38,31,22,.5);
  animation: pop .24s cubic-bezier(.2,.7,.3,1);
}
@keyframes fade { from { opacity: 0; } }
@keyframes pop { from { opacity: 0; transform: translateY(12px) scale(.98); } }
.modal__x {
  position: absolute;
  top: 16px; right: 16px;
  width: 36px; height: 36px;
  display: grid; place-items: center;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--paper-2);
  color: var(--ink-soft);
  cursor: pointer;
  transition: background .15s ease, color .15s ease;
}
.modal__x:hover { background: var(--paper); color: var(--ink); }
.modal__body h3, .modal__done h3 {
  font-family: var(--serif);
  font-size: 1.6rem;
  margin: 8px 0 0;
}
.order-summary {
  list-style: none;
  margin: 22px 0 0;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 12px;
}
.order-summary li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 0.98rem;
  color: var(--ink-soft);
}
.order-summary__total {
  border-top: 1px solid var(--line-soft);
  padding-top: 12px;
  font-weight: 700;
  color: var(--ink) !important;
  font-variant-numeric: tabular-nums;
}
.order-form {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}
.order-form input {
  font-family: var(--sans);
  font-size: 1rem;
  padding: 0.9em 1.1em;
  border-radius: 12px;
  border: 1px solid var(--timber-deep);
  background: var(--paper-2);
  color: var(--ink);
}
.order-form input:focus { outline: 2px solid var(--accent); outline-offset: 1px; background: var(--surface); }
.order-form .btn { margin-top: 4px; width: 100%; }
.modal__done {
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 10px 0;
}
.modal__done[hidden] { display: none; }
.modal__check { margin-bottom: 2px; }
.modal__done p { max-width: 30ch; }
.modal__secure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 14px;
  font-size: 0.82rem;
  color: var(--ink-soft);
}
.modal__secure svg { color: var(--ink-faint); flex: none; }
.modal__hint { margin-top: 10px; color: var(--accent-deep); }

/* ---------- modal: Jeremy note ---------- */
.jeremy {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 20px;
  padding: 14px 16px;
  background: var(--accent-tint);
  border: 1px solid var(--accent-soft);
  border-radius: var(--radius);
}
.jeremy__photo {
  width: 58px; height: 58px;
  border-radius: 50%;
  object-fit: cover;
  flex: none;
  border: 2px solid var(--surface);
  box-shadow: 0 4px 12px -6px rgba(38,31,22,.5);
}
.jeremy__msg {
  font-size: 0.92rem;
  color: var(--ink);
  line-height: 1.45;
}
.jeremy__msg a { color: var(--accent-deep); font-weight: 700; }
.jeremy__sign {
  display: block;
  margin-top: 5px;
  font-size: 0.8rem;
  color: var(--ink-soft);
}

/* ---------- modal: payment options ---------- */
.pay-label {
  font-family: var(--mono);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin: 24px 0 12px;
}
.pay-options { display: grid; gap: 10px; }
.pay-opt {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
  cursor: pointer;
  background: var(--paper-2);
  transition: border-color .15s ease, background .15s ease;
}
.pay-opt:hover { border-color: var(--accent-soft); }
.pay-opt input { accent-color: var(--accent); width: 18px; height: 18px; flex: none; margin: 0; }
.pay-opt:has(input:checked) { border-color: var(--accent); background: var(--accent-tint); }
.pay-opt__main { display: flex; flex-direction: column; gap: 2px; }
.pay-opt__title { font-weight: 600; font-size: 1rem; color: var(--ink); }
.pay-opt__sub { font-size: 0.84rem; color: var(--ink-soft); }
.pay-panel { margin-top: 18px; }
.pay-panel[hidden] { display: none; }
.pay-panel__note { margin-top: 10px; }