/* ============================================================
   QUOTE (public) — Elevated visual language
   ============================================================ */
.q-page { background: var(--ink); min-height: 100vh; }

.q-hero { position: relative; padding: clamp(92px,10vw,140px) var(--pad-x) clamp(24px,3vw,40px); overflow: hidden; }
.q-hero::before { content: ''; position: absolute; inset: 0;
  background: radial-gradient(54% 50% at 78% 24%, color-mix(in oklch, var(--gold) 16%, transparent), transparent 70%),
              radial-gradient(46% 56% at 4% 92%, color-mix(in oklch, var(--ember) 15%, transparent), transparent 70%);
  pointer-events: none; }
.q-hero::after { content: 'EVENTS'; position: absolute; right: -2vw; bottom: -8vw;
  font-family: var(--f-display); font-weight: 800; font-size: clamp(150px, 26vw, 440px); line-height: 0.8;
  color: rgba(246,240,230,0.025); pointer-events: none; letter-spacing: -0.04em; text-transform: uppercase; z-index: 0; }
.q-hero__in { position: relative; z-index: 2; max-width: 1240px; margin: 0 auto; }
.q-back { display: inline-flex; align-items: center; gap: 8px; font-family: var(--f-body); font-weight: 500; font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--bone-mute); text-decoration: none; margin-bottom: clamp(24px,3.5vw,38px); transition: color .25s ease; }
.q-back:hover { color: var(--gold-hot); }
.q-eye { display: inline-flex; align-items: center; gap: 14px; font-family: var(--f-body); font-weight: 500; font-size: 11px;
  letter-spacing: 0.34em; text-transform: uppercase; color: var(--bone-mute); margin-bottom: 18px; }
.q-eye::before { content: ''; width: 36px; height: 1px; background: var(--gold); }
.q-title { font-family: var(--f-display); font-weight: 500; font-size: clamp(44px, 7vw, 116px); line-height: 0.92; letter-spacing: -0.03em; margin: 0 0 18px; color: var(--bone); max-width: 15ch; }
.q-title em { font-family: 'Playfair Display', var(--f-display), serif; font-style: italic; font-weight: 900; color: var(--gold); letter-spacing: -0.025em; }
.q-lede { font-family: var(--f-body); font-size: clamp(15px,1.4vw,18px); line-height: 1.55; color: var(--bone-2); max-width: 60ch; margin: 0; }
.q-lede strong { color: var(--bone); font-weight: 600; }

.q-wrap { max-width: 1240px; margin: 0 auto; padding: clamp(28px,3.5vw,52px) var(--pad-x) clamp(60px,8vw,110px);
  display: grid; grid-template-columns: 1fr 0.82fr; gap: clamp(28px,3.5vw,52px); align-items: start; }

.q-block { margin-bottom: clamp(34px,4vw,52px); }
.q-block:last-child { margin-bottom: 0; }
.q-sec-eye { font-family: var(--f-body); font-weight: 600; font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold-hot); display: block; margin-bottom: 9px; }
.q-sec-h { font-family: var(--f-display); font-weight: 500; font-size: clamp(24px,2.8vw,36px); color: var(--bone); margin: 0 0 6px; letter-spacing: -0.015em; }
.q-sec-h em { font-family: 'Playfair Display', serif; font-style: italic; font-weight: 900; color: var(--gold); }
.q-sec-sub { font-family: var(--f-body); font-size: 13.5px; color: var(--bone-mute); margin: 0 0 20px; }

/* Event types */
.q-types { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.q-type { position: relative; }
.q-type input { position: absolute; opacity: 0; }
.q-type label { display: block; cursor: pointer; padding: 16px 18px; background: var(--ink-2); border: 1px solid var(--line-2); transition: all .16s ease; height: 100%; }
.q-type label:hover { border-color: color-mix(in oklch, var(--gold) 45%, var(--line-2)); }
.q-type input:checked + label { border-color: var(--gold); background: color-mix(in oklch, var(--gold) 8%, var(--ink-2)); }
.q-type .t { font-family: var(--f-display); font-weight: 500; font-size: 16px; color: var(--bone); display: flex; align-items: center; gap: 9px; }
.q-type .t::before { content: ''; width: 9px; height: 9px; border-radius: 50%; background: var(--line-2); transition: background .16s ease; flex-shrink: 0; }
.q-type input:checked + label .t::before { background: var(--gold); }
.q-type .d { font-family: var(--f-body); font-size: 12.5px; color: var(--bone-mute); margin-top: 5px; line-height: 1.4; }

/* Zones */
.q-zones { display: flex; flex-direction: column; gap: 8px; }
.q-zone { position: relative; }
.q-zone input { position: absolute; opacity: 0; }
.q-zone label { display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer;
  padding: 16px 20px; background: var(--ink-2); border: 1px solid var(--line-2); transition: all .16s ease; }
.q-zone label:hover { border-color: color-mix(in oklch, var(--gold) 45%, var(--line-2)); }
.q-zone input:checked + label { border-color: var(--gold); background: color-mix(in oklch, var(--gold) 8%, var(--ink-2)); }
.q-zone .nm { font-family: var(--f-display); font-weight: 500; font-size: 17px; color: var(--bone); display: flex; align-items: center; gap: 11px; }
.q-zone .nm::before { content: ''; width: 9px; height: 9px; border-radius: 50%; background: var(--line-2); transition: background .16s ease; }
.q-zone input:checked + label .nm::before { background: var(--gold); }
.q-zone .cap { font-family: var(--f-body); font-size: 12px; color: var(--bone-mute); white-space: nowrap; }
.q-zone .per { font-family: var(--f-body); font-size: 12.5px; color: var(--bone-2); }

/* Basics */
.q-basics { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start; }
.q-lbl { font-family: var(--f-body); font-weight: 600; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--bone-2); display: block; margin-bottom: 11px; }
.q-opt { color: var(--bone-mute); font-weight: 500; letter-spacing: 0.08em; }
.q-stepper { display: inline-flex; align-items: center; border: 1px solid var(--line-2); background: var(--ink-2); }
.q-stepper button { width: 50px; height: 56px; background: none; border: none; color: var(--bone); font-size: 24px; cursor: pointer; transition: color .15s ease, background .15s ease; }
.q-stepper button:hover { color: var(--gold); background: var(--ink-3); }
.q-stepper button:disabled { opacity: 0.3; cursor: default; }
.q-stepper span { min-width: 70px; text-align: center; font-family: var(--f-display); font-weight: 600; font-size: 26px; color: var(--bone); }
.q-guests-range { display: block; font-family: var(--f-body); font-size: 12px; color: var(--bone-mute); margin-top: 9px; }
.q-input { width: 100%; background: var(--ink-2); border: 1px solid var(--line-2); color: var(--bone); font-family: var(--f-body); font-size: 15px; padding: 16px 14px; transition: border-color .2s ease; }
.q-input:focus { outline: none; border-color: var(--gold); }
.q-date-tag { display: block; font-family: var(--f-body); font-size: 12px; color: var(--gold-hot); margin-top: 9px; min-height: 14px; }

/* Add-ons */
.q-addons { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.q-addon { position: relative; }
.q-addon input { position: absolute; opacity: 0; }
.q-addon label { display: flex; flex-direction: column; gap: 4px; cursor: pointer; padding: 14px 16px; background: var(--ink-2); border: 1px solid var(--line-2); transition: all .16s ease; height: 100%; }
.q-addon label:hover { border-color: color-mix(in oklch, var(--gold) 45%, var(--line-2)); }
.q-addon input:checked + label { border-color: var(--gold); background: color-mix(in oklch, var(--gold) 8%, var(--ink-2)); }
.q-addon .h { font-family: var(--f-body); font-weight: 600; font-size: 14px; color: var(--bone); display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.q-addon .chk { width: 18px; height: 18px; border: 1px solid var(--line-2); border-radius: 4px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; transition: all .16s ease; }
.q-addon input:checked + label .chk { background: var(--gold); border-color: var(--gold); }
.q-addon input:checked + label .chk::after { content: '✓'; color: var(--ink); font-size: 12px; font-weight: 700; }
.q-addon .hint { font-family: var(--f-body); font-size: 11.5px; color: var(--bone-mute); line-height: 1.4; }
.q-addon .pr { font-family: var(--f-body); font-size: 11.5px; color: var(--gold-hot); margin-top: 2px; font-weight: 600; }

/* Estimate panel */
.q-estimate { position: sticky; top: 24px; }
.q-est-card { background: var(--ink-2); border: 1px solid color-mix(in oklch, var(--gold) 28%, var(--line-2)); padding: clamp(24px,3vw,34px);
  box-shadow: 0 24px 70px -30px color-mix(in oklch, var(--gold) 40%, transparent); }
.q-est-eye { font-family: var(--f-body); font-weight: 600; font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold-hot); margin-bottom: 12px; }
.q-est-range { font-family: var(--f-display); font-weight: 600; font-size: clamp(34px,4.4vw,52px); color: var(--bone); line-height: 1; letter-spacing: -0.02em; }
.q-est-per { font-family: var(--f-body); font-size: 12.5px; color: var(--bone-mute); margin-top: 8px; }
.q-est-lines { margin: 24px 0; border-top: 1px solid var(--line); padding-top: 18px; display: flex; flex-direction: column; gap: 11px; }
.q-est-line { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; font-family: var(--f-body); font-size: 13.5px; color: var(--bone-2); }
.q-est-line .nm { color: var(--bone-mute); }
.q-est-line .v { font-weight: 600; color: var(--bone); white-space: nowrap; }
.q-est-line--sub { border-top: 1px dashed var(--line-2); padding-top: 11px; margin-top: 2px; }
.q-est-line--total { font-family: var(--f-display); font-size: 16px; color: var(--bone); border-top: 1px solid var(--line); padding-top: 13px; margin-top: 2px; }
.q-est-line--total .v { color: var(--gold); }

.q-disclaimer { background: color-mix(in oklch, var(--ember) 8%, var(--ink-3)); border: 1px solid color-mix(in oklch, var(--ember) 30%, var(--line-2)); padding: 16px 18px; margin: 22px 0; }
.q-disclaimer__h { font-family: var(--f-body); font-weight: 700; font-size: 13px; color: var(--ember-hot); margin-bottom: 7px; letter-spacing: 0.01em; }
.q-disclaimer p { font-family: var(--f-body); font-size: 12.5px; line-height: 1.55; color: var(--bone-2); margin: 0; }

.q-cta { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 17px 22px; text-decoration: none; transition: all .2s ease; margin-bottom: 10px; }
.q-cta--call { background: var(--gold); color: var(--ink); }
.q-cta--call:hover { background: var(--gold-hot); transform: translateY(-1px); }
.q-cta--call span:first-child { font-family: var(--f-body); font-weight: 700; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; }
.q-cta__num { font-family: var(--f-display); font-weight: 600; font-size: 15px; }
.q-cta--ghost { background: none; border: 1px solid var(--line-2); color: var(--bone); justify-content: center; }
.q-cta--ghost:hover { border-color: var(--gold); color: var(--gold); }
.q-cta--ghost span { font-family: var(--f-body); font-weight: 600; font-size: 12.5px; letter-spacing: 0.1em; text-transform: uppercase; }
.q-est-foot { font-family: var(--f-body); font-size: 12px; color: var(--bone-mute); text-align: center; margin: 14px 0 0; }
.q-est-foot a { color: var(--bone-2); }

@media (max-width: 920px) {
  .q-wrap { grid-template-columns: 1fr; }
  .q-estimate { position: static; }
}
@media (max-width: 560px) {
  .q-types, .q-addons { grid-template-columns: 1fr; }
  .q-basics { grid-template-columns: 1fr; gap: 26px; }
}
