/* Contact us — numbers from gen.js on contact-us (19:232) and contact-us-mobile (51:4). */

.eyebrow--xs { font-size: 11px; line-height: 14px; font-weight: 700; letter-spacing: .08em; }

/* ── hero ─────────────────────────────────────────────────────────────── */
.chero { display: flex; gap: 48px; align-items: center; padding: 80px 64px; background: var(--color-dark); color: var(--color-ink); overflow: hidden; }
.chero__plaque { display: flex; flex-direction: column; align-items: flex-start; gap: 28px; flex: 1; min-width: 0; padding: 48px; border-radius: 24px; background: var(--color-brand); }
.chero__title { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; font-family: var(--font-display); text-transform: uppercase; }
.chero__l1 { font-size: 88px; line-height: 79px; }
.chero__l2 { font-size: 72px; line-height: 65px; padding: 12px 24px; border-radius: 12px; background: var(--color-ink); color: var(--color-brand); }
.chero__text { font-size: 16px; line-height: 24px; opacity: .85; }
.chero__email { font-size: 15px; line-height: 20px; font-weight: 700; }
.chero__mail { text-decoration: underline; text-underline-offset: 3px; }
.chero__mail:hover { color: var(--color-muted-ink); }
.chero__cta { font-size: 15px; line-height: 20px; font-weight: 800; text-decoration: none; transition: opacity var(--dur-fast) var(--ease); }
.chero__cta:hover { opacity: .7; }
.chero__graphic {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; flex: none;
  width: 420px; height: 420px; padding: 40px; border-radius: 24px; background: var(--color-dark-2); box-shadow: inset 0 0 0 1px #2f2b22;
}
.chero__q { display: grid; place-items: center; width: 80px; height: 80px; border-radius: 40px; background: var(--color-brand); font-family: var(--font-display); font-size: 48px; line-height: 72px; }
.chero__flow { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.chero__step { padding: 8px 16px; border-radius: 8px; font-size: 12px; line-height: 16px; font-weight: 700; text-transform: uppercase; }
.chero__step--cream { background: var(--color-cream); }
.chero__step--brand { background: var(--color-brand); }
.chero__step--bg { background: var(--color-bg); }
.chero__arrow { width: 16px; height: 16px; color: var(--color-brand); transform: rotate(90deg); }

/* ── guidance ─────────────────────────────────────────────────────────── */
.guide { display: flex; flex-direction: column; gap: 48px; padding: 80px 64px; background: var(--color-cream); color: var(--color-ink); }
.guide__head { display: flex; flex-direction: column; gap: 12px; }
.guide__title { font-family: var(--font-display); font-size: 56px; line-height: 84px; text-transform: uppercase; }
.guide__text { font-size: 15px; line-height: 22px; opacity: .8; }
.guide__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.gstep { display: flex; flex-direction: column; gap: 16px; }
.gstep__top { display: flex; align-items: center; justify-content: space-between; min-height: 72px; }
.gstep__num { font-family: var(--font-display); font-size: 48px; line-height: 72px; opacity: .15; }
.gstep__icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 18px; background: var(--color-brand); }
.gstep__chev { width: 16px; height: 16px; }
.gstep__label { font-size: 16px; line-height: 21px; font-weight: 800; text-transform: uppercase; }
.gstep__bar { height: 4px; border-radius: 2px; background: var(--color-ink); }

/* ── contact area ─────────────────────────────────────────────────────── */
.contact { display: flex; gap: 48px; align-items: flex-start; padding: 96px 64px; background: var(--color-dark); color: var(--color-ink); }
.quick { display: flex; flex-direction: column; align-items: flex-start; gap: 28px; width: 384px; flex: none; padding: 40px; border-radius: 24px; background: var(--color-brand); }
.quick__title { font-family: var(--font-display); font-size: 56px; line-height: 53px; text-transform: uppercase; }
.quick__text { font-size: 14px; line-height: 21px; opacity: .8; }
.quick__cta { border-color: var(--color-ink); background: var(--color-ink); }
.quick__rule { width: 100%; border: 0; height: 1px; margin: 0; background: var(--color-ink); opacity: .15; }
.quick__note { font-size: 13px; line-height: 20px; opacity: .7; }
.quick__note a { font-weight: 700; }
.cform { display: flex; flex-direction: column; gap: 32px; flex: 1; min-width: 0; padding: 48px; border-radius: 24px; background: var(--color-cream); }
.cform__head { display: flex; flex-direction: column; gap: 12px; }
.cform__title { font-family: var(--font-display); font-size: 40px; line-height: 60px; text-transform: uppercase; }
.cform__text { font-size: 14px; line-height: 21px; opacity: .8; }
.cform__form { display: flex; flex-direction: column; gap: 32px; }
.cform__fields { display: flex; flex-direction: column; gap: 24px; }
.cform__row { display: flex; gap: 16px; }
.cform__row .field { flex: 1; min-width: 0; }
.field--light { gap: 10px; }
.field--light .field__label { font-size: 11px; line-height: 14px; font-weight: 700; letter-spacing: .08em; }
.field.field--light input:not(.check):not(.visually-hidden), .field.field--light select, .field.field--light textarea {   /* outranks the .field rule in components.css */
  min-height: 56px; padding: 0 16px; border: 1px solid var(--tint-gold-50); border-radius: 12px; background: var(--color-bg); font-weight: 400;
}
.field.field--light textarea { min-height: 180px; padding: 16px; }
.field--light input::placeholder, .field--light textarea::placeholder { color: var(--color-ink); opacity: .5; }
.field.field--light input:focus, .field.field--light select:focus, .field.field--light textarea:focus { border-color: var(--color-ink); }
.cform__consent { align-items: center; gap: 12px; min-height: 20px; }
.cform__consent .field__label { font-size: 13px; line-height: 17px; letter-spacing: 0; font-weight: 400; opacity: .8; }
.check--light { border: 1px solid #2f2b22; background: var(--color-bg); }
.cform__footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.cform__hint { font-size: 13px; line-height: 17px; opacity: .6; }
.cform__send { padding: 14px 32px; border-color: var(--color-ink); background: var(--color-ink); letter-spacing: 0; }
.cform__done { background: var(--color-bg); }

/* ── mobile (390 frame, M1) ───────────────────────────────────────────── */
@media (max-width: 1199px) {
  .chero { flex-direction: column; align-items: stretch; gap: 32px; padding: 32px 16px; background: var(--color-brand); }
  .chero__plaque { gap: 20px; padding: 0; border-radius: 0; }
  .chero__title { gap: 8px; }
  .chero__l1 { font-size: 48px; line-height: 43px; }
  .chero__l2 { font-size: 36px; line-height: 32px; padding: 6px 12px; border-radius: 8px; background: var(--color-dark); }
  .chero__text { font-size: 14px; line-height: 21px; }
  .chero__email { font-size: 14px; line-height: 18px; }
  .chero__cta { font-size: 14px; line-height: 18px; }
  .chero__graphic { width: auto; height: auto; gap: 20px; padding: 24px; border-radius: 20px; }
  .chero__q { width: 64px; height: 64px; font-size: 36px; line-height: 54px; }
  .chero__flow { gap: 6px; }

  .guide { gap: 32px; padding: 48px 16px; }
  .guide__title { font-size: 40px; line-height: 60px; }
  .guide__text { font-size: 14px; line-height: 21px; }
  .guide__steps { display: flex; flex-direction: column; gap: 16px; }
  .gstep { flex-direction: row; align-items: center; gap: 16px; min-height: 78px; padding: 12px 0; box-shadow: inset 0 -1px 0 var(--tint-gold-50); }
  .gstep:last-child { box-shadow: none; }
  .gstep__top { min-height: 0; }
  .gstep__num { font-size: 36px; line-height: 54px; }
  .gstep__icon { display: none; }
  .gstep__label { flex: 1; font-size: 14px; line-height: 18px; }
  .gstep__bar { display: none; }

  .contact { flex-direction: column; align-items: stretch; gap: 0; padding: 0; background: var(--color-cream); }
  .quick { width: auto; gap: 20px; padding: 32px 16px; border-radius: 0; background: var(--color-cream); box-shadow: inset 0 1px 0 var(--color-dark-2), inset 0 -1px 0 var(--color-dark-2); }
  .quick__title { font-size: 36px; line-height: 34px; }
  .quick__cta { font-size: 13px; line-height: 17px; }
  .cform { gap: 24px; padding: 48px 16px; border-radius: 0; }
  .cform__title { font-size: 28px; line-height: 42px; }
  .cform__form { gap: 24px; }
  .cform__fields { gap: 16px; }
  .cform__row { flex-direction: column; gap: 16px; }
  .field.field--light textarea { min-height: 160px; }
  .cform__consent { align-items: flex-start; min-height: 44px; }
  .cform__footer { flex-direction: column; align-items: stretch; gap: 12px; }
  .cform__send { width: 100%; min-height: 48px; }
}
