.contact-page { background: var(--ink); }

.contact-film-hero, .contact-channels, .contact-next, .contact-honesty { position: relative; overflow: hidden; }
.contact-film-hero::before, .contact-channels::before, .contact-honesty::before { position: absolute; inset: 0; pointer-events: none; content: ""; background-image: linear-gradient(to right, transparent calc(100% - 1px), rgba(244,235,221,.055) 1px); background-size: calc(100% / 12) 100%; }
.contact-channels::before, .contact-honesty::before { background-image: linear-gradient(to right, transparent calc(100% - 1px), rgba(11,14,12,.05) 1px); }

.contact-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); gap: clamp(44px, 6vw, 96px); align-items: center; min-height: calc(100svh - var(--header-height)); padding-block: clamp(58px, 6vw, 96px); }
.contact-film-hero h1, .contact-heading h2, .next-grid h2, .honesty-grid h2 { margin: 0; font-family: var(--display); font-weight: 400; letter-spacing: -.065em; line-height: .93; text-transform: uppercase; }
.contact-film-hero h1 { max-width: 920px; font-size: clamp(58px, 5.8vw, 94px); }
.contact-lead { max-width: 770px; margin: 34px 0 0; color: #c5beb3; font-size: clamp(18px, 1.35vw, 23px); line-height: 1.48; }
.action--whatsapp { background: #25d366; }

.contact-brief { padding: clamp(28px, 4vw, 54px); border: 1px solid var(--dark-line); background: #101511; }
.contact-brief-head { display: flex; gap: 14px; align-items: center; color: var(--signal); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }
.contact-brief-head i { flex: 1; height: 1px; background: var(--dark-line); }
.contact-brief ol { margin: 38px 0 0; padding: 0; border-top: 2px solid var(--cream); }
.contact-brief li { display: grid; grid-template-columns: 34px 1fr auto; gap: 16px; align-items: center; padding-block: 22px; border-bottom: 1px solid var(--dark-line); list-style: none; }
.contact-brief li span { color: var(--signal); font-family: var(--mono); font-size: 9px; }
.contact-brief li strong { font-family: var(--display); font-size: clamp(22px, 2vw, 32px); font-weight: 400; letter-spacing: -.04em; text-transform: uppercase; }
.contact-brief li small { color: var(--ash); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.contact-brief > p { margin: 26px 0 0; color: #8d8a82; font-family: var(--mono); font-size: 10px; line-height: 1.5; }

.contact-channels { padding-block: var(--section-space); }
.contact-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr; gap: 22px; }
.contact-heading > div { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .38fr); gap: clamp(50px, 8vw, 130px); align-items: end; }
.contact-heading h2 { color: var(--ink); font-size: clamp(48px, 5.6vw, 88px); }
.contact-heading p:not(.scene-label) { margin: 0; color: #4c4842; font-size: clamp(18px, 1.35vw, 22px); }
.channel-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px; margin-top: clamp(56px, 7vw, 106px); background: #968b7d; border: 2px solid #968b7d; }
.channel-card { display: flex; min-height: 520px; flex-direction: column; padding: clamp(28px, 3.5vw, 48px); background: var(--ink); color: var(--cream); text-decoration: none; transition: transform 180ms var(--ease-out), background 180ms var(--ease-out); }
.channel-card:hover { position: relative; z-index: 2; transform: translateY(-8px); background: #141a15; }
.channel-card--whatsapp { background: #25d366; color: var(--ink); }
.channel-card--whatsapp:hover { background: #34df73; }
.channel-card > span { font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.channel-card svg, .channel-symbol { width: 66px; height: 66px; margin-top: 58px; fill: currentColor; }
.channel-symbol { display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--display); font-size: 30px; }
.channel-card h3 { margin: 30px 0 0; font-family: var(--display); font-size: clamp(28px, 2.8vw, 43px); font-weight: 400; letter-spacing: -.05em; line-height: .95; overflow-wrap: anywhere; text-transform: uppercase; }
.channel-card p { margin: 24px 0 0; color: #aaa59d; font-size: 17px; }
.channel-card--whatsapp p { color: #15321f; }
.channel-card > strong { display: flex; justify-content: space-between; margin-top: auto; padding-top: 28px; border-top: 1px solid currentColor; font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }

.contact-wizard { cursor: default; }
.contact-wizard:hover { transform: none; background: var(--ink); }
.wizard-top { display: flex; justify-content: space-between; gap: 18px; color: var(--cream); font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.contact-wizard form { display: flex; flex: 1; margin-top: 46px; }
.contact-wizard form[hidden], .wizard-note[hidden] { display: none !important; }
.wizard-step { display: none; width: 100%; margin: 0; padding: 0; border: 0; }
.wizard-step.is-active { display: flex; flex-direction: column; }
.wizard-step legend { max-width: 10ch; margin: 0 0 34px; padding: 0; font-family: var(--display); font-size: clamp(30px, 2.5vw, 40px); font-weight: 400; letter-spacing: -.05em; line-height: .98; text-transform: uppercase; }
.wizard-step label { margin: 0 0 9px; color: #aaa59d; font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.wizard-step input, .wizard-step textarea { width: 100%; border: 0; border-bottom: 1px solid #77736c; border-radius: 0; padding: 12px 0; outline: 0; background: transparent; color: var(--cream); font: inherit; font-size: 17px; resize: none; }
.wizard-step input:focus, .wizard-step textarea:focus { border-color: var(--signal); }
.wizard-step input + label { margin-top: 22px; }
.wizard-consent{display:flex;gap:10px;align-items:flex-start;margin-top:22px!important;color:#aaa59d!important;font-family:var(--body)!important;font-size:12px!important;letter-spacing:0!important;line-height:1.4;text-transform:none!important}.wizard-consent input{width:18px!important;height:18px;margin:0;flex:0 0 auto;accent-color:var(--signal)}.wizard-consent a{color:var(--cream)}
.wizard-actions { display: flex; gap: 12px; margin-top: auto; }
.wizard-step > .wizard-next, .wizard-actions { margin-top: auto; }
.wizard-next, .wizard-back, .wizard-submit { min-height: 48px; border: 0; padding: 14px 16px; font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }
.wizard-next, .wizard-submit { display: flex; flex: 1; justify-content: space-between; background: var(--signal); color: var(--ink); }
.wizard-submit:disabled { cursor: wait; opacity: .72; }
.wizard-back { background: transparent; color: #aaa59d; }
.wizard-note { margin: 20px 0 0 !important; color: #8d8a82 !important; font-family: var(--mono); font-size: 9px !important; line-height: 1.45; }
.form-honey { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.wizard-status { margin: 18px 0 0; color: #ff8a66; font-size: 14px; line-height: 1.45; }
.wizard-status:empty { display: none; }
.wizard-status.is-success { display: flex; min-height: 280px; flex: 1; flex-direction: column; justify-content: center; margin: 34px 0 0; color: var(--cream); }
.wizard-status.is-success strong { font-family: var(--display); font-size: clamp(34px, 3vw, 48px); font-weight: 400; letter-spacing: -.05em; line-height: 1; text-transform: uppercase; }
.wizard-status.is-success span { max-width: 30ch; margin-top: 20px; color: #aaa59d; font-size: 17px; }

@media (min-width: 1001px) and (max-height: 820px) {
  .contact-hero-grid { min-height: auto; padding-block: 54px; }
  .contact-film-hero h1 { font-size: clamp(56px, 4.8vw, 82px); }
  .contact-lead { margin-top: 24px; font-size: 18px; }
  .contact-brief { padding: 30px; }
  .contact-brief ol { margin-top: 26px; }
  .contact-brief li { padding-block: 15px; }
}

.contact-next { padding-block: var(--section-space); }
.next-grid { display: grid; grid-template-columns: minmax(0, .76fr) minmax(0, 1.24fr); gap: clamp(70px, 10vw, 160px); }
.next-grid h2 { font-size: clamp(48px, 5.4vw, 86px); }
.next-grid ol { margin: 0; padding: 0; border-top: 2px solid var(--cream); }
.next-grid li { display: grid; grid-template-columns: 50px 1fr; gap: 22px; padding-block: 30px; border-bottom: 1px solid var(--dark-line); list-style: none; }
.next-grid li > span { color: var(--signal); font-family: var(--mono); font-size: 9px; }
.next-grid strong { font-family: var(--display); font-size: clamp(26px, 2.4vw, 39px); font-weight: 400; letter-spacing: -.045em; line-height: 1; text-transform: uppercase; }
.next-grid p { margin: 10px 0 0; color: #aaa59d; font-size: 17px; }

.contact-honesty { padding-block: var(--section-space); }
.honesty-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .62fr); gap: clamp(68px, 10vw, 165px); align-items: start; }
.honesty-grid h2 { color: var(--ink); font-size: clamp(48px, 5.4vw, 86px); }
.honesty-grid > div:last-child > p { margin: 0 0 22px; color: #49453f; font-size: clamp(18px, 1.35vw, 22px); }
.entry-actions { display: flex; flex-wrap: wrap; gap: 28px; align-items: center; margin-top: 38px; }

@media (max-width: 1000px) {
  .contact-hero-grid { grid-template-columns: 1fr; }
  .contact-brief { width: min(100%, 680px); }
  .contact-heading > div, .next-grid, .honesty-grid { grid-template-columns: 1fr; }
  .channel-grid { grid-template-columns: 1fr; }
  .channel-card { min-height: 420px; }
}

@media (max-width: 620px) {
  .contact-hero-grid > div { min-width: 0; }
  .contact-film-hero h1 { max-width: 100%; font-size: clamp(40px, 11.4vw, 50px); }
  .contact-brief { padding: 24px 18px; }
  .contact-brief li { grid-template-columns: 28px 1fr; }
  .contact-brief li small { grid-column: 2; }
  .contact-heading h2, .next-grid h2, .honesty-grid h2 { font-size: clamp(40px, 12vw, 56px); }
  .channel-card { min-height: 390px; padding: 28px 22px; }
  .channel-card svg, .channel-symbol { margin-top: 38px; }
  .entry-actions { align-items: stretch; }
  .entry-actions .action { width: 100%; }
}
