/* Sonderous public site — tokens from docs-engine/brands/sonderous.yaml (2026-09-20) */
:root {
  --ink: #232B36; --muted: #6A6E76; --faint: #9AA0A8;
  --primary: #2E3A4C; --primary-dk: #1E2836;
  --accent: #C08A33; --warm: #A87627;
  --paper: #FFFFFF; --mist: #F5F1E6; --mist2: #EAE4D2; --line: #E2DCCB;
  --btn-text: #FFFFFF;
  --shadow: 0 30px 60px -28px rgba(30, 40, 54, .45), 0 12px 24px -16px rgba(30, 40, 54, .25);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, Helvetica, Arial, sans-serif;
}
:root[data-theme="dark"] {
  --ink: #EDE9DE; --muted: #B5B2A8; --faint: #8A877E;
  --paper: #1E2836; --mist: #26313F; --mist2: #2E3A4C; --line: #3A4658;
  --primary: #EDE9DE; --primary-dk: #FFFFFF; --btn-text: #1E2836;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.6; font-size: 17px; }
a { color: var(--warm); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--accent); }
.wrap { max-width: 1040px; margin: 0 auto; padding: 0 20px; }

/* header */
header.top { border-bottom: 1px solid var(--line); background: var(--paper); position: sticky; top: 0; z-index: 5; }
header.top .wrap { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--primary); font-family: var(--serif); font-weight: 700; letter-spacing: .12em; font-size: 15px; text-transform: uppercase; }
.brand img { height: 30px; width: auto; }
nav a { margin-left: 20px; font-size: 15px; color: var(--muted); text-decoration: none; }
nav a:hover { color: var(--ink); }

/* type */
h1, h2, h3 { font-family: var(--serif); color: var(--primary); line-height: 1.15; letter-spacing: 0; margin: 0 0 14px; }
h1 { font-size: 46px; }
h2 { font-size: 32px; }
h3 { font-size: 20px; margin: 0 0 6px; }
p { margin: 0 0 14px; }
p, li { max-width: 62ch; }
.lead { font-size: 20px; color: var(--muted); }
.kicker { font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--accent); margin: 0 0 12px; font-weight: 700; }
.center { text-align: center; margin-left: auto; margin-right: auto; }
.muted { color: var(--muted); }
.small { font-size: 14px; }
.note { margin-top: 18px; }

/* sections */
main > section { padding: 72px 0; }
main > section.band { background: var(--mist); }
main > section.company { padding: 56px 0; }
.two-col { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: start; }

/* hero */
.hero { padding: 48px 0 40px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; }
.hero h1 { margin-bottom: 18px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0 10px; }
.btn { display: inline-block; padding: 12px 22px; border-radius: 999px; background: var(--primary); color: var(--btn-text); text-decoration: none; font-weight: 600; font-size: 16px; border: 1.5px solid var(--primary); }
.btn:hover { background: var(--primary-dk); border-color: var(--primary-dk); color: var(--btn-text); }
.btn.ghost { background: transparent; color: var(--primary); }
.btn.ghost:hover { background: var(--mist); color: var(--primary); }
.trust { margin: 0; }

/* phones */
figure.phone { margin: 0; position: relative; }
figure.phone svg { width: 100%; height: auto; display: block; filter: drop-shadow(0 24px 30px rgba(30, 40, 54, .28)); }
figure.phone svg .frame { stroke: transparent; stroke-width: 0; }
:root[data-theme="dark"] figure.phone svg .frame { stroke: #4A566A; stroke-width: 2; }
.hero-phone { max-width: 300px; justify-self: center; }
.hero-phone::before { content: ""; position: absolute; inset: 10% -18% -6% -18%; background: var(--mist); border-radius: 999px; z-index: -1; }
.phones { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; max-width: 900px; margin: 36px auto 0; align-items: end; }
.phones figure.phone:nth-child(2) { transform: translateY(-14px); }
figcaption { text-align: center; margin-top: 16px; font-family: var(--serif); font-size: 17px; color: var(--primary); }
figcaption span { color: var(--faint); font-family: var(--sans); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; margin: 0 6px; }

/* features */
.features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 28px; }
.feature { background: var(--mist); border: 1px solid var(--line); border-radius: 16px; padding: 24px 24px 18px; transition: transform .15s ease, box-shadow .15s ease; }
.feature:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -20px rgba(30, 40, 54, .35); }
.feature p { margin: 0; font-size: 16px; color: var(--muted); }
.icon { width: 26px; height: 26px; fill: none; stroke: var(--accent); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 12px; display: block; }

/* callout */
.callout { border-left: 4px solid var(--accent); background: var(--paper); padding: 18px 22px; border-radius: 0 14px 14px 0; }
.callout.tall p { margin: 0 0 10px; font-family: var(--serif); font-size: 19px; color: var(--primary); }
.callout.tall p.kicker { font-family: var(--sans); font-size: 12px; color: var(--accent); margin-bottom: 14px; }
.callout.tall p.small { font-family: var(--sans); font-size: 14px; color: var(--muted); margin-top: 14px; }

/* steps */
.steps { list-style: none; padding: 0; margin: 28px 0 8px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; counter-reset: step; }
.steps li { position: relative; padding-top: 4px; }
.steps .num { display: inline-flex; width: 34px; height: 34px; border-radius: 50%; align-items: center; justify-content: center; background: var(--primary); color: var(--btn-text); font-weight: 700; font-family: var(--serif); margin-bottom: 12px; }
.steps p { margin: 0; color: var(--muted); font-size: 16px; }

/* promises */
.promises { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin: 28px 0 22px; }
.promise p { margin: 0; color: var(--muted); font-size: 16px; }

/* checklist */
.checklist { list-style: none; padding: 22px 26px; margin: 8px 0 0; background: var(--mist); border: 1px solid var(--line); border-radius: 16px; }
.checklist li { padding: 8px 0 8px 30px; position: relative; border-bottom: 1px solid var(--line); font-size: 16px; }
.checklist li:last-child { border-bottom: 0; }
.checklist li::before { content: ""; position: absolute; left: 4px; top: 15px; width: 12px; height: 7px; border-left: 2px solid var(--accent); border-bottom: 2px solid var(--accent); transform: rotate(-45deg); }

/* footer */
footer { border-top: 1px solid var(--line); padding: 26px 0 44px; color: var(--muted); font-size: 14px; }
footer .wrap { display: flex; flex-wrap: wrap; gap: 8px 22px; align-items: center; justify-content: space-between; }
footer a { color: var(--muted); }

/* legal pages */
article.legal h1 { font-size: 34px; }
article.legal h2 { font-size: 22px; margin-top: 32px; }
article.legal p, article.legal li { max-width: 70ch; }
article.legal blockquote { margin: 0; padding: 12px 16px; background: var(--mist); border-left: 4px solid var(--line); border-radius: 0 10px 10px 0; }
article.legal table { border-collapse: collapse; width: 100%; font-size: 15px; }
article.legal th, article.legal td { border-bottom: 1px solid var(--line); padding: 8px 6px; text-align: left; vertical-align: top; }
.legal-main { padding: 40px 0 64px; }

/* responsive */
@media (max-width: 900px) {
  h1 { font-size: 38px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-phone { max-width: 260px; margin-top: 8px; }
  .two-col { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 720px) {
  main > section { padding: 52px 0; }
  .phones { grid-template-columns: 1fr; max-width: 300px; gap: 40px; }
  .phones figure.phone:nth-child(2) { transform: none; }
  .features, .steps, .promises { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  body { font-size: 16px; }
  h1 { font-size: 32px; }
  h2 { font-size: 26px; }
  .lead { font-size: 18px; }
  nav a { margin-left: 12px; font-size: 14px; }
  nav a.hide-sm { display: none; }
  .wrap { padding: 0 16px; }
  .btn { padding: 11px 18px; font-size: 15px; }
}
