/* EN-only typography/density pass — 2026-08-29.
   Loaded by BOTH / and /en/ index.html, AFTER /styles.css.
   Goal: smaller heading scale (~25-30% down at desktop), ~30-40% less
   vertical whitespace, body copy ~1rem. Must not reintroduce the mobile
   horizontal overflow fixed 2026-08-08 (see end of styles.css). */

/* ---------- Type scale ---------- */
/* base h1: clamp(3.5rem, 7.5vw, 7rem)  -> ~6rem at 1280px */
h1 { font-size: clamp(2.2rem, 4.4vw, 3.6rem); line-height: .98; letter-spacing: -.045em; margin-bottom: 18px; }
/* base h2: clamp(2.2rem, 4.4vw, 4.4rem) -> ~3.5rem at 1280px */
h2 { font-size: clamp(1.55rem, 2.7vw, 2.3rem); line-height: 1.08; letter-spacing: -.035em; margin-bottom: 14px; }
/* base h3: 1.35rem */
h3 { font-size: 1.15rem; margin-bottom: 10px; }

.hero-lead { font-size: 1.02rem; line-height: 1.55; margin-bottom: 24px; max-width: 600px; }
.section-heading > p:last-child { font-size: .98rem; line-height: 1.55; }
.eyebrow { margin-bottom: 12px; font-size: .76rem; }
.blueprint-price > strong { font-size: 2.2rem; }
.price strong { font-size: 1.7rem; }
.panel-result strong { font-size: 1.2rem; }
body { line-height: 1.55; }

/* ---------- Vertical rhythm ---------- */
/* base: .section-shell padding 110px 0 */
.section-shell { padding: 46px 0; }
/* base: hero padding-top 88px + min-height calc(100vh - 100px) */
.hero { min-height: auto; padding-top: 40px; padding-bottom: 44px; gap: 40px; }
.trust-row { margin-top: 22px; }
.section-heading { margin-bottom: 26px; }
.calculator-section, .moes-section { gap: 36px; }
.faq-section { gap: 32px; }
.check-list { margin-top: 18px; }
.moes-status { margin-top: 20px; }
.moes-grid h3 { margin-top: 20px; }
.proof-grid h3 { margin-top: 30px; }
.proof-grid article { min-height: 170px; padding: 22px; }
.step-card h3 { margin-top: 26px; }
.step-card { padding: 20px; }
.service-card { min-height: 240px; padding: 24px; }
.service-card.wide { min-height: 150px; }
.service-kicker { margin-top: 16px; }
.blueprint-card { padding: 34px; gap: 40px; }
.blueprint-price { padding: 22px; }
.blueprint-price > p { margin: 14px 0; }
.price-card { min-height: 200px; padding: 22px; }
.price { margin: 18px 0 14px; }
.flow-step { padding: 14px 0; }
.panel-top { padding-bottom: 16px; }
.panel-result { padding: 16px; }
.control-panel { padding: 22px; }
.calculator-card { padding: 24px; }
.calc-inputs { gap: 18px; }
.calc-results { margin: 22px 0 16px; }
.calc-results > div { min-height: 96px; padding: 14px; }
.contact-form, .booking-form { padding: 24px; }
.form-head { margin-bottom: 18px; }
.direct-contact { margin-top: 20px; padding-top: 16px; }
.contact-zone { padding-bottom: 48px; }
.faq-list summary { padding: 16px 0; }
.faq-list details p { padding-bottom: 14px; }
.site-footer { margin-top: 16px; padding: 34px 0 22px; gap: 28px; }
.copyright { margin-top: 18px; padding-top: 16px; }

/* ---------- Contact form tabs (2026-08-29) ----------
   Loaded by BOTH / and /en/ — the two contact forms now show one at a
   time via role=tablist buttons + a small inline script in each index. */
.form-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.form-tab { min-height: 46px; padding: 12px 18px; display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.035); color: var(--text); font-family: inherit; font-size: .88rem; font-weight: 850; letter-spacing: .01em; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease; }
.form-tab:hover { transform: translateY(-2px); border-color: var(--line-bright); background: rgba(255,255,255,.065); }
.form-tab.is-active { color: #041d15; background: var(--green); border-color: var(--green); box-shadow: 0 12px 34px rgba(32,184,127,.19); }
.forms-grid { grid-template-columns: 1fr; max-width: 820px; }

/* ---------- Mobile (match the 08-08 kx-fix, only tighter) ---------- */
@media (max-width: 720px) {
  .section-shell { padding: 48px 0; }
  .hero { padding-top: 44px; padding-bottom: 48px; gap: 34px; }
  h1 { font-size: clamp(2rem, 8.5vw, 2.8rem); letter-spacing: -.035em; overflow-wrap: break-word; }
  h2 { font-size: clamp(1.55rem, 7vw, 2.2rem); }
  .hero-lead { font-size: .98rem; }
  .service-card { min-height: auto; }
  .service-card.wide { min-height: auto; }
}
