.contact-shell { width: min(1240px, calc(100% - 64px)); min-height: 760px; display: grid; grid-template-columns: minmax(0,1fr) minmax(390px,.78fr); gap: clamp(55px,8vw,130px); align-items: start; margin-inline: auto; padding: clamp(72px,9vw,125px) 0; }
.contact-shell > *, .contact-form > *, .contact-form label { min-width: 0; }
.contact-intro { position: sticky; top: calc(var(--site-header-height) + 45px); }
.contact-intro::after { position: absolute; z-index: -1; width: 440px; height: 440px; left: -260px; top: 260px; border: 1px solid rgba(45,143,120,.16); border-radius: 50%; box-shadow: inset 0 0 0 72px rgba(45,143,120,.025), inset 0 0 0 142px rgba(92,86,206,.02); content: ""; }
.eyebrow { margin: 0 0 22px; color: var(--violet); font-size: 10px; font-weight: 900; letter-spacing: .2em; }
h1 { max-width: 760px; margin: 0; font: 700 clamp(52px,7vw,90px)/.91 var(--display); letter-spacing: -.055em; }
.intro { max-width: 670px; margin: 31px 0 0; color: #5f5c64; font-size: clamp(17px,1.8vw,21px); line-height: 1.65; }
.contact-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin: 48px 0 0; padding: 0; list-style: none; }
.contact-steps li { padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.45; }
.contact-steps b { display: block; margin-bottom: 8px; color: var(--teal); font: 800 11px "Courier New",monospace; }
.contact-form-wrap { padding-left: clamp(35px,5vw,72px); border-left: 1px solid var(--line); }
.section-label { margin: 0 0 28px; color: var(--teal); font: 700 27px var(--display); }
.contact-form { display: grid; gap: 19px; }
.contact-form label > span { display: block; margin-bottom: 8px; color: #57545c; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.contact-form input:not([type="checkbox"]), .contact-form textarea, .contact-form select { width: 100%; min-width: 0; max-width: 100%; border: 1px solid var(--line); border-radius: 4px; outline: 0; color: var(--ink); background: rgba(255,255,255,.42); }
.contact-form input:not([type="checkbox"]), .contact-form select { height: 53px; padding: 0 14px; }
.contact-form textarea { min-height: 180px; resize: vertical; padding: 14px; line-height: 1.55; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--violet); box-shadow: 0 0 0 4px rgba(92,86,206,.09); }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 11px; align-items: start; color: #57545c; font-size: 11px; line-height: 1.55; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--teal); }
.contact-form button, .primary-action { min-height: 55px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 0 22px; border: 0; border-radius: 18px 28px 18px 28px; color: #fffdf8; background: linear-gradient(110deg,#4f4bbd,#6a63dd); box-shadow: 0 18px 38px rgba(75,69,177,.23); font-size: 13px; font-weight: 850; text-decoration: none; cursor: pointer; }
.privacy-link { display: inline-flex; align-items: center; gap: 18px; margin-top: 25px; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--teal); font-size: 12px; font-weight: 850; text-decoration: none; }
.form-error { margin: 0 0 22px; padding: 12px 0; border-block: 1px solid rgba(217,109,77,.35); color: #9d432f; font-size: 12px; }
.delivery-hint { max-width: 600px; margin: 24px 0 0; color: var(--teal); font-size: 12px; font-weight: 750; }
.code-form input[name="code"] { font-size: 26px; letter-spacing: .28em; text-align: center; }
.sent-shell { align-items: center; }
.sent-shell .contact-intro { position: static; }
.sent-shell .primary-action { width: fit-content; margin-top: 36px; }
.sent-mark { justify-self: center; width: min(32vw,280px); aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(45,143,120,.3); border-radius: 50%; color: var(--teal); box-shadow: inset 0 0 0 40px rgba(45,143,120,.035), inset 0 0 0 80px rgba(92,86,206,.025); font: 700 72px var(--display); }
.trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media (max-width: 820px) {
  .contact-shell { width: min(100% - 36px,680px); min-height: auto; grid-template-columns: 1fr; padding-block: 70px; }
  .contact-intro { position: static; }
  .contact-form-wrap { padding: 45px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .sent-mark { order: -1; width: 190px; justify-self: start; }
}

@media (max-width: 560px) {
  .contact-shell { width: min(100% - 24px,520px); gap: 45px; padding-block: 58px; }
  h1 { font-size: clamp(40px,13vw,56px); }
  .contact-steps { gap: 9px; }
  .contact-steps li { font-size: 9px; }
  .sent-shell .primary-action { width: 100%; }
}

@media (prefers-reduced-motion: no-preference) {
  .contact-intro, .contact-form-wrap { animation: contact-reveal .58s ease-out both; }
  .contact-form-wrap { animation-delay: .08s; }
  .contact-form button, .primary-action { transition: transform .18s ease, box-shadow .18s ease; }
  .contact-form button:hover, .primary-action:hover { transform: translateY(-2px); box-shadow: 0 22px 42px rgba(75,69,177,.29); }
  @keyframes contact-reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
}
