:root {
  --ink: #1b1a17;
  --ink-2: #45403a;
  --ink-3: #6b645a;
  --line: #d8cfc0;
  --line-2: #e6dfd2;
  --bg: #f4efe6;
  --bg-alt: #ece5d8;
  --card: #fbf8f2;
  --accent: #1b1a17;
  --accent-ink: #f4efe6;
  --accent-soft: #efe4dc;
  --wine: #7b2d26;
  --warn: #9a5b00;
  --error: #b42318;
  --radius: 999px;
  --radius-box: 4px;
  --serif: "Instrument Serif", Georgia, "Times New Roman", serif;
  --shadow: 0 30px 60px -36px rgba(27, 26, 23, .45);
  color-scheme: light;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font: 17px/1.6 Geist, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--ink); }
a:hover { color: var(--wine); }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.02; letter-spacing: -0.015em; margin: 0 0 .5em; }
h1 em, h2 em, .footer-name em { font-style: italic; color: var(--wine); }
h1 { font-size: clamp(50px, 12vw, 108px); line-height: .98; letter-spacing: -0.025em; }
h2 { font-size: clamp(38px, 6vw, 60px); }
h3 { font-size: 28px; }
.wrap { max-width: 640px; margin: 0 auto; padding: 0 20px; }
.wrap-wide { max-width: 1264px; margin: 0 auto; padding: 0 20px; }
[hidden] { display: none !important; }

/* ---------- header ---------- */
.topbar { background: rgba(244, 239, 230, .96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 5; }
.topbar-in { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 80px; }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; min-width: 0; color: var(--ink); }
.seal { flex: none; width: 46px; height: 46px; color: var(--wine); }
.brand-text { display: flex; flex-direction: column; min-width: 0; gap: 3px; }
.brand-text strong { font-family: var(--serif); font-size: 22px; font-weight: 400; line-height: 1; }
.brand-text small { font-size: 11px; font-weight: 500; color: var(--ink-3); letter-spacing: .18em; text-transform: uppercase; white-space: nowrap; }
.nav { display: none; align-items: center; gap: 34px; font-weight: 500; font-size: 15px; }
.nav a { text-decoration: none; }
.nav .btn { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.nav .btn:hover { background: var(--ink); color: var(--bg); }

/* ---------- hero ---------- */
.hero { padding: 48px 0 60px; }
.hero-grid { display: grid; gap: 44px; align-items: center; }
.eyebrow, .kicker { color: var(--wine); font-weight: 600; font-size: 12.5px; margin: 0 0 18px; text-transform: uppercase; letter-spacing: .18em; }
.sub { font-size: 20px; color: var(--ink-2); margin: 26px 0 32px; max-width: 34em; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 28px; }
.text-link { font-weight: 500; }
.micro { font-size: 14px; color: var(--ink-3); margin: 18px 0 0; }
.qcard { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-box); padding: 30px 26px 26px; box-shadow: var(--shadow); }
.qcard-top { display: flex; justify-content: space-between; font-size: 12px; color: var(--ink-3); letter-spacing: .14em; text-transform: uppercase; font-weight: 600; }
.qcard-bar { height: 3px; background: var(--line-2); margin: 14px 0 22px; }
.qcard-bar span { display: block; width: 11%; height: 3px; background: var(--wine); }
.qcard-q { font-family: var(--serif); font-size: 34px; line-height: 1.1; margin: 0 0 18px; }
.qcard-opts { display: grid; gap: 10px; }
.qopt { text-align: left; padding: 15px 22px; min-height: 56px; font: inherit; font-size: 17px; font-weight: 500; color: var(--ink);
  background: transparent; border: 1px solid #cbbfad; border-radius: var(--radius); cursor: pointer; transition: border-color .15s, background .15s, color .15s; }
.qopt:hover { border-color: var(--ink); background: var(--ink); color: var(--bg); }
.qcard-note { font-size: 14px; color: var(--ink-3); line-height: 1.5; margin: 18px 0 0; }

.band { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.band-grid { display: grid; gap: 18px; padding-top: 26px; padding-bottom: 26px; }
.band-grid div { display: flex; gap: 16px; align-items: baseline; }
.roman, .path .num { font-family: var(--serif); font-style: italic; color: var(--wine); font-size: 30px; line-height: 1; flex: none; min-width: 36px; }
.band p { margin: 0; display: flex; flex-direction: column; font-size: 15px; line-height: 1.45; color: var(--ink-3); }
.band strong { color: var(--ink); font-weight: 600; font-size: 16.5px; }

/* ---------- sections ---------- */
.section { padding: 72px 0; }
.section-alt { background: var(--bg-alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.head-split { display: grid; gap: 12px; margin-bottom: 40px; }
.head-split h2 { margin: 0; }
.lead { font-size: 18.5px; color: var(--ink-2); margin: 0; max-width: 36em; }
.path { list-style: none; padding: 0; margin: 0; display: grid; border-top: 1px solid var(--ink); }
.path li { padding: 28px 0; border-bottom: 1px solid var(--line); }
.path .num { display: block; font-size: 40px; margin-bottom: 14px; }
.path li:last-child, .checks li:last-child, .prices > div:last-child { border-bottom: 0; }
.path h3 { margin-bottom: 10px; }
.path p { margin: 0; color: var(--ink-2); }
.split { display: grid; gap: 30px; }
.split .lead { margin-top: 8px; }
.prices { border-top: 1px solid var(--ink); align-self: start; }
.prices > div { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.prices p { margin: 0; display: flex; flex-direction: column; gap: 3px; }
.prices strong { font-size: 18px; font-weight: 600; }
.prices span { font-size: 15px; color: var(--ink-3); }
.prices em { font-style: normal; color: var(--ink-2); font-size: 15.5px; white-space: nowrap; }
.prices em.price { font-family: var(--serif); font-style: italic; font-size: 36px; color: var(--wine); }
.checks { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--ink); }
.checks li { display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); font-size: 19px; line-height: 1.5; }
.checks li::before { content: "—"; color: var(--wine); font-family: var(--serif); }
.studio p { font-size: 18.5px; color: var(--ink-2); margin: 0 0 26px; line-height: 1.65; }
.studio-facts { display: flex; flex-wrap: wrap; gap: 20px 56px; padding-top: 22px; border-top: 1px solid var(--ink); line-height: 1.55; }
.studio-facts span { display: block; font-size: 11.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 4px; }
.faq { display: grid; gap: 0 80px; margin-top: 16px; }
.faq > div { padding: 26px 0; border-top: 1px solid var(--line); }
.faq h3 { font-size: 30px; margin: 0 0 10px; line-height: 1.1; }
.faq p { margin: 0; color: var(--ink-2); }

.final { background: var(--ink); color: var(--bg); padding: 80px 0; text-align: center; }
.final-in { display: flex; flex-direction: column; align-items: center; }
.final h2 { color: var(--bg); max-width: 14em; font-size: clamp(42px, 7vw, 76px); }
.final p { color: #c9c1b4; margin: 0 0 30px; font-size: 18px; }
.final .micro { color: #9d958a; margin: 16px 0 0; font-size: 14px; }

/* ---------- buttons ---------- */
.btn {
  appearance: none; border: 0; border-radius: var(--radius); font: inherit; font-weight: 500; cursor: pointer;
  min-height: 48px; padding: 12px 24px; transition: transform .05s ease, background .15s ease, color .15s ease;
}
.btn:active { transform: scale(.99); }
.btn-primary { background: var(--accent); color: var(--accent-ink); }
.btn-primary:hover { background: var(--wine); }
.btn-primary[disabled] { background: #b5ada0; cursor: not-allowed; }
.btn-light { background: var(--bg); color: var(--ink); }
.btn-light:hover { background: #fff; }
.btn-sm { min-height: 44px; padding: 10px 22px; font-size: 15px; }
.btn-lg { width: 100%; min-height: 62px; font-size: 17.5px; padding: 18px 34px; }
.btn-ghost { background: transparent; color: var(--ink-2); border: 1px solid var(--line); }
.btn-link { background: none; color: var(--ink-2); text-decoration: underline; min-height: 44px; padding: 8px; }

.footer { background: #141311; color: #9d958a; padding: 52px 0 110px; font-size: 14.5px; line-height: 1.6; }
.footer-grid { display: grid; gap: 24px; }
.footer p { margin: 0 0 10px; }
.footer a { color: #e6dfd2; }
.footer-name { font-family: var(--serif); font-size: 30px; color: var(--bg); line-height: 1.1; }
.footer-name em { color: #c98a7f; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }

/* ---------- flow ---------- */
.flow { min-height: calc(100vh - 80px); min-height: calc(100dvh - 80px); background: var(--bg); }
.flow-top { display: flex; align-items: center; gap: 12px; padding-top: 14px; padding-bottom: 6px; }
.back { flex: none; width: 40px; height: 40px; border-radius: var(--radius); border: 1px solid var(--line); background: var(--card); font-size: 18px; cursor: pointer; color: var(--ink); }
.progress { flex: 1; height: 6px; background: var(--line); border-radius: 99px; overflow: hidden; }
.progress span { display: block; height: 100%; width: 0; background: var(--accent); transition: width .25s ease; }
.progress-label { flex: none; font-size: 13px; color: var(--ink-3); min-width: 40px; text-align: right; }
.flow-body { padding-top: 18px; padding-bottom: 40px; }
.q-title { font-family: var(--serif); font-size: clamp(34px, 8vw, 44px); font-weight: 400; line-height: 1.05; letter-spacing: -0.01em; margin: 0 0 28px; }
.q-title:has(+ .q-hint) { margin-bottom: 12px; }
.q-hint { color: var(--ink-2); margin: 0 0 28px; }
.options { display: grid; gap: 10px; margin: 0 0 18px; }
.opt {
  display: flex; align-items: center; gap: 12px; width: 100%; text-align: left; min-height: 58px; padding: 14px 16px;
  background: var(--card); border: 1.5px solid var(--line); border-radius: var(--radius); font: inherit; font-weight: 560;
  color: var(--ink); cursor: pointer; box-shadow: var(--shadow);
}
.opt:hover { border-color: #b9c3d1; }
.opt .dot { flex: none; width: 20px; height: 20px; border: 2px solid #b9c3d1; border-radius: 50%; }
.opt.multi .dot { border-radius: 6px; }
.opt[aria-pressed="true"] { border-color: var(--accent); background: var(--accent-soft); }
.opt[aria-pressed="true"] .dot { border-color: var(--accent); background: var(--accent); box-shadow: inset 0 0 0 3px var(--accent-soft); }
.opt.multi[aria-pressed="true"] .dot { box-shadow: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 10.5l3 3 7-7' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.divider { color: var(--ink-3); font-size: 14px; margin: 22px 0 10px; }

.field { display: block; margin-bottom: 14px; }
.field > span { display: block; font-size: 14px; font-weight: 600; margin-bottom: 6px; }
.field input {
  width: 100%; min-height: 52px; padding: 12px 14px; font: inherit; font-size: 17px; color: var(--ink);
  background: var(--card); border: 1.5px solid var(--line); border-radius: var(--radius); outline: none;
}
.field input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.field.invalid input, .consent-check.invalid { border-color: var(--error); }
.money { position: relative; }
.money input { font-size: 26px; font-weight: 700; padding-right: 44px; min-height: 64px; }
.money::after { content: "€"; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); font-size: 22px; color: var(--ink-3); font-weight: 600; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.drop {
  display: grid; place-items: center; gap: 6px; text-align: center; padding: 28px 16px; margin-bottom: 16px;
  background: var(--card); border: 2px dashed #c3ccd8; border-radius: var(--radius-box); cursor: pointer; color: var(--ink-2);
}
.drop strong { color: var(--ink); }
.drop input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.file-chip { display: flex; align-items: center; justify-content: space-between; gap: 10px; background: var(--accent-soft); border-radius: var(--radius-box); padding: 12px 14px; margin-bottom: 16px; font-weight: 600; word-break: break-all; }
.file-chip button { flex: none; }

.consent-check { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--ink-2); background: var(--card); border: 1.5px solid var(--line); border-radius: var(--radius-box); padding: 12px 14px; margin: 4px 0 14px; }
.consent-check input { width: 22px; height: 22px; margin: 0; flex: none; accent-color: var(--accent); }
.form-note { font-size: 13px; color: var(--ink-3); margin: 10px 0 0; }
.error { color: var(--error); font-size: 14px; font-weight: 600; margin: 0 0 12px; }
.actions { display: grid; gap: 8px; }

/* ---------- result ---------- */
.result-badge { display: inline-flex; align-items: center; gap: 8px; font-weight: 650; font-size: 14px; color: var(--accent); background: var(--accent-soft); padding: 6px 12px; border-radius: 99px; margin-bottom: 14px; }
.result-badge.neutral { color: var(--ink-2); background: #eceff4; }
.summary { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-box); padding: 4px 16px; margin: 16px 0; }
.summary div { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.summary div:last-child { border-bottom: 0; }
.summary dt { color: var(--ink-3); }
.summary dd { margin: 0; font-weight: 600; text-align: right; }
.fee { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-box); padding: 18px; margin: 20px 0; }
.fee ul { padding-left: 20px; margin: 8px 0 0; color: var(--ink-2); }
.fee li { margin-bottom: 6px; }
.ask { background: var(--ink); color: #fff; border-radius: var(--radius-box); padding: 20px; margin: 20px 0; }
.ask p { font-size: 18px; font-weight: 650; margin: 0 0 16px; line-height: 1.4; }
.ask .btn { width: 100%; }
.ask .btn-ghost { color: #fff; border-color: rgba(255,255,255,.3); }
.ask .btn-primary { background: #fff; color: var(--ink); }
.thanks { background: var(--accent-soft); border-radius: var(--radius-box); padding: 18px; margin: 20px 0; font-weight: 560; }

/* ---------- consent + legal ---------- */
.consent {
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 20; max-width: 616px; margin: 0 auto;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-box); box-shadow: 0 8px 30px rgba(15,27,45,.15);
  padding: 14px 16px; font-size: 14px; color: var(--ink-2);
}
.consent p { margin: 0 0 10px; }
.consent-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.legal h1 { font-size: clamp(32px, 6vw, 44px); }
.legal { padding-top: 28px; padding-bottom: 40px; }
.legal h2 { font-size: 18px; margin-top: 24px; }
.draft { background: #fff4e0; color: var(--warn); border: 1px solid #f3d9a6; border-radius: var(--radius-box); padding: 12px 14px; font-weight: 650; font-size: 14px; white-space: pre-line; }




@media (min-width: 720px) {
  .brand-text strong { font-size: 28px; }
  .seal { width: 54px; height: 54px; }
  .hero { padding: 84px 0 100px; }
  .hero-grid { grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); gap: 80px; }
  .qcard { padding: 36px 34px 32px; }
  .btn-lg { width: auto; }
  .band-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 36px; padding-top: 34px; padding-bottom: 34px; }
  .section { padding: 112px 0; }
  .head-split { grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); gap: 80px; align-items: end; margin-bottom: 56px; }
  .path { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .path li { padding: 34px 32px 8px; border-bottom: 0; border-left: 1px solid var(--line); }
  .path li:first-child { padding-left: 0; border-left: 0; }
  .split { grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 96px; }
  .faq { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .final { padding: 112px 0; }
  .footer-grid { grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 96px; }
}
@media (min-width: 1000px) {
  .nav { display: flex; }
}
