/* =========================================================
   CONTACT HERO
   ========================================================= */
.c-hero {
  padding: clamp(120px, 18vh, 200px) var(--pad-x) clamp(40px, 6vh, 64px);
  max-width: var(--max-w);
  margin: 0 auto;
  position: relative;
}
.c-crumb {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--ff-label); font-size: 11px;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--amber); font-variation-settings: "MONO" 0.5;
  margin-bottom: 28px;
}
.c-crumb::before { content: ''; width: 40px; height: 1px; background: var(--amber); }
.c-crumb a { color: var(--white-dim); transition: color 0.3s var(--ease); }
.c-crumb a:hover { color: var(--amber); }
.c-crumb .slash { color: var(--white-mute); }
.c-crumb .now { color: var(--white); }

.c-head {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: clamp(40px, 6vw, 96px);
  align-items: end;
}
.c-title {
  font-family: var(--ff-display);
  font-size: clamp(78px, 14vw, 240px);
  line-height: 0.84;
  letter-spacing: -0.04em;
  font-variation-settings: "opsz" 144, "SOFT" 95, "wght" 650;
  color: var(--white);
}
.c-title em {
  font-style: italic; color: var(--amber);
  font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 600;
}
.c-title .stop { color: var(--orange); font-style: normal; }
.c-title .wave {
  display: inline-block;
  color: var(--orange);
  font-style: normal;
  font-size: 0.34em;
  font-variation-settings: "opsz" 24, "SOFT" 100, "wght" 700;
  transform: translateY(-0.7em) rotate(8deg);
  margin: 0 0.12em 0 0;
}
.c-blurb {
  font-family: var(--ff-body);
  font-size: clamp(16px, 1.45vw, 20px);
  font-variation-settings: "opsz" 20;
  line-height: 1.55; color: var(--white-dim);
  max-width: 42ch;
  padding-bottom: 12px;
}
.c-blurb em { font-style: italic; color: var(--amber); }
.c-blurb p + p { margin-top: 14px; }

.c-status-strip {
  margin-top: clamp(36px, 5vh, 56px);
  padding: 22px 0;
  border-top: 1px solid var(--line-white);
  border-bottom: 1px solid var(--line-white);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  font-family: var(--ff-label);
  font-size: 11px; letter-spacing: 0.22em;
  text-transform: uppercase;
  font-variation-settings: "MONO" 0.5;
}
.c-status-item .k {
  display: block; color: var(--white-mute);
  margin-bottom: 8px; font-size: 10px;
  letter-spacing: 0.26em;
}
.c-status-item .v {
  display: block; font-family: var(--ff-display);
  font-style: italic; font-size: 22px;
  letter-spacing: 0;
  font-variation-settings: "opsz" 24, "SOFT" 90, "wght" 600;
  color: var(--white);
}
.c-status-item .v strong {
  font-style: normal; color: var(--amber); font-weight: 700;
  font-variation-settings: "opsz" 24, "SOFT" 100, "wght" 700;
}
.c-status-item .v .pip {
  display: inline-block; width: 8px; height: 8px;
  border-radius: 50%; background: var(--orange); margin-right: 8px;
  box-shadow: 0 0 0 4px rgba(236,89,44,0.20);
  animation: pulse 2.4s var(--ease) infinite;
  vertical-align: 1px;
}
.c-status-item .v[data-no] {
  color: var(--white-mute); font-style: normal;
}

@media (max-width: 960px) {
  .c-head { grid-template-columns: 1fr; gap: 24px; align-items: start; }
  .c-status-strip { grid-template-columns: 1fr 1fr; }
}

/* =========================================================
   MAIN GRID — FORM + ASIDE
   ========================================================= */
.c-grid-wrap {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: clamp(48px, 8vh, 96px) var(--pad-x) clamp(40px, 6vh, 80px);
}
.c-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 80px);
  align-items: start;
}
@media (max-width: 1080px) {
  .c-grid { grid-template-columns: 1fr; }
}

/* ---- Form column ---- */
.c-form-eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--ff-label); font-size: 11px;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--orange); font-variation-settings: "MONO" 0.5;
  margin-bottom: 22px; font-weight: 600;
}
.c-form-eyebrow::before { content: ''; width: 40px; height: 1px; background: var(--orange); }

.c-form-headline {
  font-family: var(--ff-display);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1; letter-spacing: -0.025em;
  font-variation-settings: "opsz" 72, "SOFT" 95, "wght" 600;
  color: var(--white);
  margin-bottom: 14px;
}
.c-form-headline em {
  font-style: italic; color: var(--amber);
  font-variation-settings: "opsz" 72, "SOFT" 100, "wght" 600;
}

.c-form-strap {
  font-family: var(--ff-body); font-size: 16px;
  line-height: 1.6; color: var(--white-dim);
  max-width: 56ch;
  margin-bottom: clamp(28px, 4vh, 44px);
}
.c-form-strap em { font-style: italic; color: var(--amber); }

.c-form {
  display: grid;
  gap: clamp(28px, 4vh, 40px);
}

.field {
  display: grid; gap: 10px;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 3vw, 36px);
}
@media (max-width: 640px) { .field-row { grid-template-columns: 1fr; } }

.field label {
  font-family: var(--ff-label); font-size: 10px;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--amber); font-variation-settings: "MONO" 0.5;
  font-weight: 600;
  display: inline-flex; align-items: center; gap: 10px;
}
.field label .num {
  font-family: var(--ff-label); font-size: 10px;
  color: var(--white-mute); letter-spacing: 0.22em; font-weight: 500;
}
.field label .opt {
  font-family: var(--ff-display); font-style: italic;
  text-transform: none; letter-spacing: 0; font-size: 14px;
  color: var(--white-mute); font-weight: 400;
  font-variation-settings: "opsz" 20, "SOFT" 100, "wght" 400;
}

.field input[type="text"],
.field input[type="email"],
.field textarea {
  background: transparent; border: none; outline: none;
  border-bottom: 1px solid var(--line-white);
  font-family: var(--ff-display); font-style: italic;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.3; letter-spacing: -0.01em;
  font-variation-settings: "opsz" 32, "SOFT" 100, "wght" 500;
  color: var(--white);
  padding: 4px 0 14px;
  transition: border-color 0.3s var(--ease), padding 0.3s var(--ease);
  width: 100%;
  resize: vertical;
}
.field textarea {
  min-height: 160px;
  font-style: normal; font-family: var(--ff-body);
  font-size: 18px; line-height: 1.5;
  letter-spacing: 0;
}
.field input::placeholder,
.field textarea::placeholder {
  color: var(--white-mute);
  font-style: italic;
}
.field input:focus,
.field textarea:focus {
  border-bottom-color: var(--amber);
  border-bottom-width: 2px;
}
.field input:focus + .field-rule,
.field textarea:focus + .field-rule { transform: scaleX(1); }

/* radio chips */
.chips {
  display: flex; flex-wrap: wrap; gap: 8px 10px;
}
.chips input[type="radio"],
.chips input[type="checkbox"] {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}
.chip {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--ff-label); font-size: 11px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--white); font-variation-settings: "MONO" 0.3;
  padding: 11px 16px;
  border: 1px solid var(--line-white);
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.25s var(--ease), border-color 0.25s var(--ease), color 0.25s var(--ease);
}
.chip .gl {
  font-family: var(--ff-display); font-style: italic;
  font-size: 14px; color: var(--amber);
  font-variation-settings: "opsz" 20, "SOFT" 100, "wght" 600;
}
.chip:hover { border-color: var(--amber); color: var(--amber); }
.chips input[type="radio"]:checked + .chip,
.chips input[type="checkbox"]:checked + .chip {
  background: var(--amber); color: var(--navy);
  border-color: var(--amber); font-weight: 600;
}
.chips input[type="radio"]:checked + .chip .gl,
.chips input[type="checkbox"]:checked + .chip .gl {
  color: var(--navy);
}
.chips input[type="radio"]:focus-visible + .chip,
.chips input[type="checkbox"]:focus-visible + .chip {
  outline: 2px solid var(--amber); outline-offset: 3px;
}

/* checkbox row (single) */
.check {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 22px 0 0;
  border-top: 1px solid var(--line-white);
}
.check input[type="checkbox"] {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}
.check label {
  display: inline-flex; gap: 14px; align-items: flex-start;
  cursor: pointer;
  font-family: var(--ff-body); font-size: 15px;
  line-height: 1.5; color: var(--white-dim);
  letter-spacing: 0; text-transform: none;
  font-variation-settings: "opsz" 18;
  font-weight: 400;
}
.check label::before {
  content: '';
  flex: none;
  width: 20px; height: 20px;
  border: 1px solid var(--line-white);
  transition: background 0.25s var(--ease), border-color 0.25s var(--ease);
  margin-top: 2px;
}
.check input:checked + label::before {
  background: var(--amber); border-color: var(--amber);
}
.check input:checked + label::after {
  content: '✓';
  position: absolute;
  margin-left: 3px; margin-top: -1px;
  color: var(--navy);
  font-family: var(--ff-display);
  font-size: 16px; font-weight: 700;
  font-variation-settings: "wght" 800;
}
.check label em { font-style: italic; color: var(--amber); }
.check { position: relative; }

/* submit */
.submit-row {
  display: flex; gap: 24px; align-items: center; flex-wrap: wrap;
  padding-top: 8px;
}
.submit-btn {
  display: inline-flex; align-items: center; gap: 16px;
  background: var(--orange);
  color: var(--white);
  border: 1px solid var(--orange);
  padding: 20px 28px;
  font-family: var(--ff-label); font-size: 12px;
  letter-spacing: 0.24em; text-transform: uppercase;
  font-weight: 600; font-variation-settings: "MONO" 0.3;
  transition: background 0.3s var(--ease), color 0.3s var(--ease), transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.submit-btn:hover {
  background: var(--amber); border-color: var(--amber);
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 0 var(--navy-deep);
}
.submit-btn .arrow {
  font-family: var(--ff-body); font-style: italic;
  font-size: 18px; letter-spacing: 0;
  transition: transform 0.35s var(--ease);
}
.submit-btn:hover .arrow { transform: translateX(4px); }
.submit-note {
  font-family: var(--ff-label); font-size: 10px;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--white-mute); font-variation-settings: "MONO" 0.5;
  display: inline-flex; align-items: center; gap: 12px;
}
.submit-note::before { content: ''; width: 28px; height: 1px; background: var(--amber); }

/* form thank-you state */
.form-thanks {
  padding: 36px;
  background: var(--paper);
  color: var(--ink-on-paper);
  border: 1px solid var(--paper-deep);
  position: relative;
  display: none;
  overflow: hidden;
}
.form-thanks::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  opacity: 0.10; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.9'/></svg>");
}
.form-thanks.is-on { display: block; }
.form-thanks .eyebrow {
  font-family: var(--ff-label); font-size: 11px;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--orange); font-variation-settings: "MONO" 0.5;
  font-weight: 600;
  display: inline-flex; align-items: center; gap: 12px;
  margin-bottom: 18px;
  position: relative; z-index: 1;
}
.form-thanks .eyebrow::before { content: ''; width: 36px; height: 1px; background: var(--orange); }
.form-thanks h3 {
  font-family: var(--ff-display);
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1.05; letter-spacing: -0.02em;
  font-variation-settings: "opsz" 72, "SOFT" 95, "wght" 600;
  font-style: italic;
  position: relative; z-index: 1;
}
.form-thanks h3 strong { font-style: normal; color: var(--orange); font-variation-settings: "opsz" 72, "SOFT" 100, "wght" 700; }
.form-thanks p {
  font-family: var(--ff-body); font-size: 17px;
  line-height: 1.6; margin-top: 16px; max-width: 56ch;
  position: relative; z-index: 1;
}
.form-thanks .sig {
  margin-top: 20px;
  font-family: var(--ff-script);
  font-size: 36px; color: var(--orange);
  display: inline-flex; align-items: center; gap: 16px;
  position: relative; z-index: 1;
}
.form-thanks .sig::before { content: ''; width: 36px; height: 1px; background: var(--orange); opacity: 0.5; }

/* ---- Aside column ---- */
.c-aside {
  display: grid; gap: clamp(20px, 3vh, 32px);
  position: sticky; top: 100px;
  align-self: start;
}
@media (max-width: 1080px) { .c-aside { position: static; } }

.aside-card {
  position: relative;
  padding: clamp(22px, 2.4vw, 30px);
  border: 1px solid var(--line-white);
  display: flex; flex-direction: column; gap: 14px;
  overflow: hidden;
}
.aside-card .label {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--ff-label); font-size: 10px;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--amber); font-variation-settings: "MONO" 0.5;
  font-weight: 600;
}
.aside-card .label::before { content: ''; width: 28px; height: 1px; background: var(--amber); }
.aside-card.direct .email {
  font-family: var(--ff-display); font-style: italic;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.1;
  font-variation-settings: "opsz" 32, "SOFT" 100, "wght" 600;
  color: var(--white);
  word-break: break-all;
}
.aside-card.direct .email a {
  background: linear-gradient(to top, rgba(236,132,50,0.4) 0%, rgba(236,132,50,0.4) 6%, transparent 6%, transparent 100%);
  transition: background 0.3s var(--ease), color 0.3s var(--ease);
}
.aside-card.direct .email a:hover { color: var(--amber); }
.aside-card.direct .phone {
  font-family: var(--ff-display); font-style: italic;
  font-size: 21px; line-height: 1.2;
  font-variation-settings: "opsz" 24, "SOFT" 100, "wght" 500;
  color: var(--white-dim);
}
.aside-card.direct .phone .k {
  font-family: var(--ff-label); font-style: normal;
  font-size: 10px; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--white-mute);
  margin-right: 10px; font-variation-settings: "MONO" 0.5;
}
.aside-card .socials {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-top: 8px;
}
.aside-card .socials a {
  font-family: var(--ff-label); font-size: 10px;
  letter-spacing: 0.22em; text-transform: uppercase;
  font-variation-settings: "MONO" 0.5;
  padding: 8px 12px;
  border: 1px solid var(--line-white);
  border-radius: 999px;
  display: inline-flex; align-items: center; gap: 8px;
  transition: border-color 0.25s var(--ease), color 0.25s var(--ease), background 0.25s var(--ease);
}
.aside-card .socials a::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--amber);
}
.aside-card .socials a:hover { border-color: var(--amber); color: var(--amber); }

/* studio paper card */
.aside-card.studio {
  background: var(--paper);
  color: var(--ink-on-paper);
  border: 1px solid var(--paper-deep);
}
.aside-card.studio::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  opacity: 0.10; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.9'/></svg>");
}
.aside-card.studio .label { color: var(--orange); }
.aside-card.studio .label::before { background: var(--orange); }
.aside-card.studio h3 {
  font-family: var(--ff-display); font-style: italic;
  font-size: clamp(26px, 2.4vw, 32px); line-height: 1.1;
  font-variation-settings: "opsz" 48, "SOFT" 100, "wght" 600;
  position: relative; z-index: 1;
}
.aside-card.studio h3 strong { font-style: normal; color: var(--orange); font-variation-settings: "opsz" 48, "SOFT" 100, "wght" 700; }
.aside-card.studio .addr {
  font-family: var(--ff-body); font-size: 15px;
  line-height: 1.55; position: relative; z-index: 1;
}
.aside-card.studio .addr em { font-style: italic; color: var(--orange); }
.aside-card.studio .hours {
  font-family: var(--ff-label); font-size: 10px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(21,33,46,0.65); font-variation-settings: "MONO" 0.5;
  display: grid; gap: 6px;
  margin-top: 4px; position: relative; z-index: 1;
}
.aside-card.studio .hours .row {
  display: flex; justify-content: space-between; gap: 14px;
  padding-bottom: 6px;
  border-bottom: 1px dashed rgba(21,33,46,0.25);
}
.aside-card.studio .hours .row:last-child { border-bottom: none; }
.aside-card.studio .hours .row strong {
  color: var(--ink-on-paper); font-weight: 500;
  font-family: var(--ff-display); font-style: italic;
  font-size: 15px; letter-spacing: 0;
  font-variation-settings: "opsz" 20, "SOFT" 100, "wght" 500;
}
.aside-card.studio .now {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--ff-label); font-size: 10px;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--orange); font-variation-settings: "MONO" 0.5;
  font-weight: 600;
  margin-top: 4px;
  position: relative; z-index: 1;
}
.aside-card.studio .now .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(236,89,44,0.20);
  animation: pulse 2.4s var(--ease) infinite;
}

/* currently card */
.aside-card.currently {
  background: var(--navy-soft);
}
.aside-card.currently .lines {
  display: grid; gap: 14px;
}
.aside-card.currently .lines .row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 14px;
  align-items: baseline;
  padding-bottom: 12px;
  border-bottom: 1px dashed var(--line-white);
}
.aside-card.currently .lines .row:last-child { border-bottom: none; padding-bottom: 0; }
.aside-card.currently .lines .k {
  font-family: var(--ff-label); font-size: 10px;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--white-mute); font-variation-settings: "MONO" 0.5;
}
.aside-card.currently .lines .v {
  font-family: var(--ff-display); font-style: italic;
  font-size: 18px; line-height: 1.3;
  font-variation-settings: "opsz" 24, "SOFT" 100, "wght" 500;
  color: var(--white);
}
.aside-card.currently .lines .v em { color: var(--amber); font-style: normal; font-variation-settings: "opsz" 24, "SOFT" 100, "wght" 700; }

/* =========================================================
   WHAT HAPPENS NEXT
   ========================================================= */
.c-next {
  padding: clamp(64px, 10vh, 120px) var(--pad-x);
  background: var(--navy-deep);
  border-top: 1px solid var(--line-white);
  border-bottom: 1px solid var(--line-white);
}
.c-next-inner { max-width: var(--max-w); margin: 0 auto; }
.c-next .label {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--ff-label); font-size: 11px;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--amber); font-variation-settings: "MONO" 0.5; font-weight: 600;
  margin-bottom: 18px;
}
.c-next .label::before { content: ''; width: 40px; height: 1px; background: var(--amber); }
.c-next h2 {
  font-family: var(--ff-display);
  font-size: clamp(40px, 5vw, 80px);
  line-height: 0.96; letter-spacing: -0.025em;
  font-variation-settings: "opsz" 144, "SOFT" 95, "wght" 600;
  color: var(--white);
  font-style: italic;
  max-width: 18ch;
  margin-bottom: clamp(40px, 6vh, 64px);
}
.c-next h2 em {
  font-style: normal; color: var(--amber);
  font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 700;
}
.c-next-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 36px);
}
@media (max-width: 880px) { .c-next-steps { grid-template-columns: 1fr; } }
.c-step {
  position: relative;
  padding: 30px 30px 30px;
  border: 1px solid var(--line-white);
}
.c-step::before {
  /* connector line on desktop */
  content: '';
  position: absolute; top: 50%; left: 100%;
  width: clamp(20px, 3vw, 36px); height: 1px;
  background: var(--line-white);
  transform: translateY(-50%);
}
.c-step:last-child::before { display: none; }
@media (max-width: 880px) { .c-step::before { display: none; } }
.c-step .num {
  font-family: var(--ff-display); font-style: italic;
  font-size: 56px; line-height: 0.9;
  font-variation-settings: "opsz" 72, "SOFT" 100, "wght" 600;
  color: var(--amber);
  display: block; margin-bottom: 16px;
}
.c-step h3 {
  font-family: var(--ff-display);
  font-size: 24px; line-height: 1.15;
  font-variation-settings: "opsz" 32, "SOFT" 80, "wght" 600;
  color: var(--white);
  margin-bottom: 8px;
}
.c-step h3 em { font-style: italic; color: var(--amber); font-variation-settings: "opsz" 32, "SOFT" 100, "wght" 600; }
.c-step p {
  font-family: var(--ff-body); font-size: 15px;
  line-height: 1.55; color: var(--white-dim);
}
.c-step p em { font-style: italic; color: var(--amber); }
.c-step .when {
  display: block; margin-top: 14px;
  font-family: var(--ff-label); font-size: 10px;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--white-mute); font-variation-settings: "MONO" 0.5;
}

/* =========================================================
   FAQ
   ========================================================= */
.c-faq {
  padding: clamp(64px, 10vh, 120px) var(--pad-x);
  max-width: var(--max-w);
  margin: 0 auto;
}
.c-faq-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: clamp(32px, 5vw, 96px);
  margin-bottom: clamp(40px, 6vh, 64px);
  align-items: end;
}
@media (max-width: 880px) { .c-faq-head { grid-template-columns: 1fr; } }
.c-faq-head .label {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--ff-label); font-size: 11px;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--amber); font-variation-settings: "MONO" 0.5; font-weight: 600;
  margin-bottom: 14px;
}
.c-faq-head .label::before { content: ''; width: 40px; height: 1px; background: var(--amber); }
.c-faq-head h2 {
  font-family: var(--ff-display);
  font-size: clamp(34px, 4vw, 60px); line-height: 0.98;
  letter-spacing: -0.02em;
  font-variation-settings: "opsz" 72, "SOFT" 95, "wght" 600;
  font-style: italic; color: var(--white);
}
.c-faq-head h2 em { font-style: normal; color: var(--amber); font-variation-settings: "opsz" 72, "SOFT" 100, "wght" 700; }
.c-faq-head p {
  font-family: var(--ff-body); font-size: 17px;
  line-height: 1.55; color: var(--white-dim);
  max-width: 52ch;
}
.c-faq-head p em { font-style: italic; color: var(--amber); }

.c-faq-list { display: grid; gap: 0; }
.c-faq-item {
  border-top: 1px solid var(--line-white);
  padding: 22px 0;
}
.c-faq-item:last-child { border-bottom: 1px solid var(--line-white); }
.c-faq-item > summary {
  cursor: pointer;
  list-style: none;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: baseline;
  outline: none;
  transition: color 0.3s var(--ease);
}
.c-faq-item > summary::-webkit-details-marker { display: none; }
.c-faq-item > summary::marker { content: ''; }
.c-faq-item .q-num {
  font-family: var(--ff-label); font-size: 11px;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--amber); font-variation-settings: "MONO" 0.5;
  font-weight: 600;
}
.c-faq-item .q-text {
  font-family: var(--ff-display);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.2;
  font-variation-settings: "opsz" 48, "SOFT" 90, "wght" 600;
  color: var(--white);
}
.c-faq-item .q-text em { font-style: italic; color: var(--amber); font-variation-settings: "opsz" 48, "SOFT" 100, "wght" 600; }
.c-faq-item .q-toggle {
  width: 36px; height: 36px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--line-white);
  font-family: var(--ff-display); font-style: italic;
  font-size: 22px; color: var(--amber);
  transition: transform 0.4s var(--ease), background 0.3s var(--ease);
}
.c-faq-item[open] .q-toggle { transform: rotate(45deg); background: var(--amber); color: var(--navy); }
.c-faq-item:hover > summary { color: var(--amber); }
.c-faq-item .a {
  padding: 18px 0 6px 76px;
  font-family: var(--ff-body); font-size: 17px;
  line-height: 1.6; color: var(--white-dim);
  max-width: 70ch;
}
.c-faq-item .a p + p { margin-top: 10px; }
.c-faq-item .a em { font-style: italic; color: var(--amber); }
@media (max-width: 720px) {
  .c-faq-item .a { padding-left: 0; }
  .c-faq-item > summary { grid-template-columns: auto 1fr auto; }
}

/* =========================================================
   BY POST (small letter card)
   ========================================================= */
.c-post {
  background: var(--paper);
  color: var(--ink-on-paper);
  padding: clamp(64px, 10vh, 120px) var(--pad-x);
  position: relative;
}
.c-post-inner {
  max-width: var(--max-w); margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: clamp(32px, 5vw, 96px);
  align-items: center;
}
@media (max-width: 880px) { .c-post-inner { grid-template-columns: 1fr; } }
.c-post .label {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--ff-label); font-size: 11px;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--orange); font-variation-settings: "MONO" 0.5; font-weight: 600;
  margin-bottom: 18px;
}
.c-post .label::before { content: ''; width: 40px; height: 1px; background: var(--orange); }
.c-post h2 {
  font-family: var(--ff-display);
  font-size: clamp(34px, 4.2vw, 60px); line-height: 1;
  letter-spacing: -0.02em;
  font-variation-settings: "opsz" 72, "SOFT" 95, "wght" 600;
  font-style: italic;
  margin-bottom: 14px;
}
.c-post h2 strong { font-style: normal; color: var(--orange); font-variation-settings: "opsz" 72, "SOFT" 100, "wght" 700; }
.c-post p {
  font-family: var(--ff-body); font-size: 17px;
  line-height: 1.55; max-width: 56ch;
  opacity: 0.85;
}
.c-post p em { font-style: italic; color: var(--orange); }
.c-post .envelope {
  position: relative;
  aspect-ratio: 1.6 / 1;
  background: var(--paper-deep);
  border: 1px solid rgba(21,33,46,0.22);
  padding: 26px 30px;
  display: flex; flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.c-post .envelope::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  opacity: 0.10; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.9'/></svg>");
}
.c-post .envelope::after {
  content: 'AIR MAIL · PAR AVION';
  position: absolute;
  bottom: 26px; left: 30px; right: 30px;
  font-family: var(--ff-label); font-size: 9px;
  letter-spacing: 0.42em; text-transform: uppercase;
  color: var(--orange); opacity: 0.55;
  font-variation-settings: "MONO" 0.5; font-weight: 600;
  border-top: 2px dashed rgba(236,89,44,0.5);
  padding-top: 8px;
}
.c-post .envelope .stamp {
  position: absolute;
  top: 18px; right: 22px;
  width: 64px; height: 70px;
  border: 2px solid var(--orange);
  display: grid; place-items: center;
  font-family: var(--ff-display); font-style: italic;
  font-size: 36px; color: var(--orange);
  font-variation-settings: "opsz" 48, "SOFT" 100, "wght" 700;
  background: var(--paper);
  transform: rotate(3deg);
}
.c-post .envelope .stamp::after {
  content: 'NL · MMXXVI';
  position: absolute; bottom: 4px; left: 0; right: 0;
  font-family: var(--ff-label); font-style: normal;
  font-size: 7px; letter-spacing: 0.18em;
  text-align: center; color: var(--orange);
  font-variation-settings: "MONO" 0.5; font-weight: 600;
}
.c-post .envelope .addr {
  position: relative; z-index: 1;
  font-family: var(--ff-display);
  font-size: 17px; font-style: italic;
  line-height: 1.4;
  font-variation-settings: "opsz" 24, "SOFT" 100, "wght" 500;
  color: var(--ink-on-paper);
  margin-top: auto;
  max-width: 22ch;
}
.c-post .envelope .addr .to {
  display: block;
  font-family: var(--ff-label); font-style: normal;
  font-size: 9px; letter-spacing: 0.32em;
  text-transform: uppercase; color: var(--orange);
  margin-bottom: 6px;
  font-variation-settings: "MONO" 0.5; font-weight: 600;
}
.c-post .envelope .post-mark {
  position: absolute;
  top: 110px; left: 60px;
  border: 2px solid var(--orange);
  border-radius: 50%;
  width: 96px; height: 96px;
  display: grid; place-items: center;
  transform: rotate(-12deg);
  opacity: 0.45;
  font-family: var(--ff-label); font-size: 8px;
  text-align: center;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--orange); font-variation-settings: "MONO" 0.5; font-weight: 600;
  line-height: 1.3;
}

/* =========================================================
   SPAM PROTECTION + FORM VALIDATION
   ========================================================= */
.hp-field{ position:absolute !important; left:-9999px !important; width:1px; height:1px; overflow:hidden; }
.field-error{ color:#c0392b; font-size:.85rem; display:block; margin-top:.35rem; }
