/* wakabetano.co — distinct theme: warm oxblood/maroon + cream, editorial/magazine feel.
   Serif display headings, ghost-numbered section headers, sequential Q&A (no grid,
   no accordion), pull-quote style answer box, sidebar-style footer nav. */

:root {
  --bg: #1c0e0e;
  --surface: #2a1414;
  --surface-2: #341918;
  --border: #4a2422;
  --text: #f6ece2;
  --text-dim: #ceb3ab;
  --text-faint: #8f6d66;
  --accent: #ff6b4a;
  --accent-dim: #e2532f;
  --cream: #f3d9a8;
  --red: #ff6b4a;
  --radius: 2px;
  --max: 1100px;
  --serif: Georgia, "Times New Roman", "Noto Serif", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font-family: "Segoe UI", system-ui, -apple-system, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.7; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 22px; }

.notice-bar { background: var(--surface-2); border-bottom: 1px solid var(--border); font-size: 12.5px; color: var(--text-dim); text-align: center; padding: 9px 16px; }
.notice-bar strong { color: var(--accent); }

header.site { border-bottom: 3px double var(--border); background: var(--bg); padding: 20px 0; }
.nav { display: flex; align-items: center; justify-content: space-between; max-width: var(--max); margin: 0 auto; padding: 0 22px; flex-wrap: wrap; gap: 14px; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 24px; text-decoration: none; font-family: var(--serif); }
.logo .mark { width: 30px; height: 30px; border: 2px solid var(--accent); color: var(--accent); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; border-radius: 50%; font-family: var(--serif); }
.logo .name span { color: var(--accent); font-style: italic; }
nav.links { display: none; gap: 20px; font-size: 13px; color: var(--text-dim); text-transform: uppercase; letter-spacing: .8px; }
nav.links a { text-decoration: none; color: inherit; }
nav.links a:hover, nav.links a.active { color: var(--cream); }
.cta-btn { background: var(--accent); color: #200800; font-weight: 700; border: none; padding: 10px 18px; border-radius: var(--radius); font-size: 13px; text-decoration: none; white-space: nowrap; }
@media (min-width: 900px) { nav.links { display: flex; } }

.hero { padding: 46px 0 30px; }
.badges { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 18px; font-size: 12px; color: var(--text-faint); text-transform: uppercase; letter-spacing: .5px; }
.badge { display: inline-flex; align-items: center; gap: 5px; }
.badge.gold { color: var(--cream); }
.badge::before { content: "◆"; color: var(--accent); font-size: 8px; }
.badge .dot { display: none; }

h1 { font-family: var(--serif); font-size: 32px; line-height: 1.25; margin: 0 0 16px; font-weight: 700; max-width: 20ch; }
h1 .accent { color: var(--accent); font-style: italic; }
.hero p.lead { color: var(--text-dim); font-size: 17px; margin: 0 0 24px; max-width: 62ch; font-family: var(--serif); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.btn-primary { background: var(--accent); color: #200800; font-weight: 700; padding: 14px 24px; border-radius: var(--radius); text-decoration: none; font-size: 14.5px; }
.btn-secondary { background: transparent; border-bottom: 1px solid var(--accent); color: var(--cream); padding: 14px 0; text-decoration: none; font-size: 14.5px; }
.hero-disclosure { margin-top: 16px; font-size: 11.5px; color: var(--text-faint); font-style: italic; }

.hero-card { margin-top: 30px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 18px 0; }
.hero-card h2 { display: none; }
.spec-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 24px 34px; }
.spec-list li { display: flex; flex-direction: column; gap: 2px; }
.spec-list .k { color: var(--text-faint); font-size: 11px; text-transform: uppercase; letter-spacing: .5px; }
.spec-list .v { font-weight: 700; font-size: 15px; font-family: var(--serif); }
.spec-list .v.gold { color: var(--accent); }

.answer-box { position: relative; padding: 22px 0 22px 28px; margin: 34px 0; border-left: 3px solid var(--accent); }
.answer-box p { margin: 0; color: var(--cream); font-size: 18px; font-family: var(--serif); font-style: italic; line-height: 1.6; }
.answer-box .label { color: var(--accent); font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: .6px; margin-bottom: 10px; display: block; font-style: normal; font-family: "Segoe UI", sans-serif; }

section.block { padding: 46px 0; border-top: 1px solid var(--border); position: relative; counter-increment: sect; }
body { counter-reset: sect; }
section.block:first-of-type { border-top: none; }
.eyebrow { color: var(--text-faint); font-weight: 700; font-size: 11.5px; text-transform: uppercase; letter-spacing: .7px; margin: 0 0 4px; }
h2.title { font-family: var(--serif); font-size: 27px; margin: 0 0 16px; font-weight: 700; }
h3.sub { font-family: var(--serif); font-size: 19px; margin: 24px 0 8px; color: var(--cream); font-style: italic; }
p { color: var(--text-dim); margin: 0 0 15px; }

.grid-3 { display: grid; gap: 22px; grid-template-columns: 1fr; }
@media (min-width: 760px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }
.card { border-top: 2px solid var(--accent); padding-top: 14px; }
.card .icon { font-size: 20px; margin-bottom: 8px; }
.card h4 { margin: 0 0 6px; font-size: 15px; color: var(--cream); font-family: var(--serif); }
.card p { margin: 0; font-size: 13.5px; }

table.compare { width: 100%; border-collapse: collapse; font-size: 14px; margin: 12px 0 4px; }
table.compare th, table.compare td { text-align: left; padding: 12px 10px; border-bottom: 1px solid var(--border); }
table.compare th { color: var(--accent); font-weight: 700; font-size: 11.5px; text-transform: uppercase; letter-spacing: .4px; font-family: "Segoe UI", sans-serif; }
table.compare td { color: var(--text); }
.table-wrap { overflow-x: auto; }

.steps { list-style: none; margin: 0; padding: 0; counter-reset: step; display: grid; gap: 20px; }
.steps li { display: flex; gap: 18px; }
.steps li::before { counter-increment: step; content: counter(step); flex: none; font-family: var(--serif); font-size: 26px; color: var(--accent); font-weight: 700; line-height: 1; }
.steps .txt strong { display: block; color: var(--cream); margin-bottom: 3px; font-family: var(--serif); font-size: 15.5px; }
.steps .txt span { color: var(--text-dim); font-size: 13.5px; }

.trust-panel { display: grid; gap: 0; }
.trust-row { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--border); }
.trust-row:first-child { border-top: 1px solid var(--border); }
.trust-row .ico { flex: none; width: 30px; text-align: center; font-size: 18px; color: var(--accent); }
.trust-row h4 { margin: 0 0 4px; font-size: 15px; color: var(--cream); font-family: var(--serif); }
.trust-row p { margin: 0; font-size: 13.5px; }

/* sequential Q&A, magazine style, not accordion/grid */
.faq-item { padding: 20px 0; border-bottom: 1px solid var(--border); display: flex; gap: 18px; }
.faq-item summary { cursor: default; list-style: none; flex: none; font-family: var(--serif); font-size: 22px; color: var(--accent); font-weight: 700; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: none; }
.faq-item[open] { display: flex; }
.faq-item p { margin: 0 0 6px; font-size: 14.5px; }
.faq-body strong { display: block; color: var(--cream); font-size: 15.5px; margin-bottom: 6px; font-family: var(--serif); }

.related-strip { display: grid; gap: 22px; grid-template-columns: 1fr; border-top: 1px solid var(--border); padding-top: 22px; }
@media (min-width: 760px) { .related-strip { grid-template-columns: repeat(3, 1fr); } }
.related-strip a { text-decoration: none; }
.related-strip h4 { margin: 0 0 6px; font-size: 15px; color: var(--accent); font-family: var(--serif); }
.related-strip p { margin: 0; font-size: 13px; color: var(--text-dim); }

.cta-band { padding: 44px 0; border-top: 3px double var(--border); text-align: center; }
.cta-band .title { margin-bottom: 8px; }
.cta-band p { margin: 0 auto 18px; max-width: 48ch; }
.steps-cta { margin-top: 22px; }

footer.site { border-top: 3px double var(--border); padding: 36px 0 26px; background: var(--surface); }
.footer-grid { display: grid; gap: 24px; }
@media (min-width: 760px) { .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; } }
.footer-grid h5 { font-size: 12px; color: var(--accent); text-transform: uppercase; letter-spacing: .5px; margin: 0 0 10px; font-weight: 700; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.footer-grid a { color: var(--text-dim); text-decoration: none; font-size: 13.5px; }
.footer-grid a:hover { color: var(--cream); }
.legal-note { font-size: 12px; color: var(--text-faint); margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--border); line-height: 1.75; font-style: italic; }
.age-badge { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border: 2px solid var(--red); color: var(--red); border-radius: 50%; font-weight: 700; font-size: 11px; margin-right: 8px; vertical-align: middle; font-style: normal; }
