.contact-page { background: var(--paper); }
.contact-header { background: rgba(8,17,26,.98); }

.contact-hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7,17,26,.80) 0%, rgba(7,17,26,.68) 46%, rgba(7,17,26,.34) 70%, rgba(7,17,26,.10) 100%),
    radial-gradient(circle at 18% 38%, rgba(255,255,255,.18) 0%, rgba(255,255,255,.10) 18%, rgba(255,255,255,0) 40%),
    url('assets/contact-hero-panel.png') center 18%/cover no-repeat;
}
.contact-hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(to top, rgba(5,11,17,.64), transparent);
  pointer-events: none;
}
.contact-hero-layout {
  position: relative;
  z-index: 2;
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(300px, .55fr);
  align-items: center;
  gap: 80px;
  padding: 148px 0 80px;
}
.contact-hero-copy { max-width: 820px; }
.contact-hero-copy h1 {
  margin: 0;
  max-width: 780px;
  color: #fff;
  font-size: clamp(4.6rem, 7.4vw, 8rem);
  line-height: .9;
}
.contact-hero-copy .lede {
  max-width: 680px;
  margin: 30px 0 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(1.08rem, 1.4vw, 1.3rem);
  line-height: 1.7;
}
.contact-hero-aside {
  align-self: end;
  margin-bottom: 10px;
  padding: 28px 0 6px 30px;
  border-left: 1px solid rgba(224,181,110,.56);
}
.contact-hero-aside span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold-bright);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.contact-hero-aside p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-family: var(--serif);
  font-size: 1.55rem;
  line-height: 1.4;
}

.inquiry-paths { padding: 84px 0 92px; background: #fff; }
.contact-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px,.7fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 48px;
}
.contact-section-heading h2,
.booking-copy h2,
.contact-close h2 {
  margin: 0;
  color: #10202d;
  font-size: clamp(3rem, 4.7vw, 5.4rem);
  line-height: .98;
}
.contact-section-heading > p {
  margin: 0;
  color: #65717b;
  line-height: 1.72;
}
.inquiry-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.inquiry-card {
  min-height: 280px;
  padding: 32px 28px;
  border-left: 1px solid var(--rule);
}
.inquiry-card:first-child { border-left: 0; }
.inquiry-card .num {
  color: var(--gold-dark);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .12em;
}
.inquiry-card h3 {
  margin: 54px 0 14px;
  color: #122230;
  font-size: 1.75rem;
  line-height: 1.06;
}
.inquiry-card p { margin: 0; color: #65717b; line-height: 1.65; }

.booking-section {
  padding: 92px 0 100px;
  background: linear-gradient(120deg,#f4f0e8,#ebe4d8);
}
.booking-layout {
  display: grid;
  grid-template-columns: minmax(320px,.7fr) minmax(0,1.3fr);
  gap: 74px;
  align-items: start;
}
.booking-copy { position: sticky; top: 128px; }
.booking-copy > p:not(.kicker) {
  max-width: 510px;
  color: #57636e;
  line-height: 1.75;
}
.booking-copy blockquote {
  margin: 34px 0 0;
  padding: 0 0 0 24px;
  border-left: 2px solid var(--gold);
  color: #172431;
  font-family: var(--serif);
  font-size: 1.6rem;
  font-style: italic;
  line-height: 1.38;
}
.booking-form {
  padding: 42px;
  background: #fff;
  border: 1px solid rgba(11,22,33,.1);
  box-shadow: 0 24px 65px rgba(9,18,28,.09);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form-field { display: grid; gap: 8px; }
.form-field.full { grid-column: 1/-1; }
.form-field label {
  color: #24323e;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  border: 1px solid rgba(11,22,33,.18);
  border-radius: 0;
  background: #fbfaf7;
  color: #16232e;
  font: inherit;
  outline: none;
}
.form-field textarea { min-height: 150px; resize: vertical; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(200,149,76,.12); }
.form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
}
.form-note { margin: 0; max-width: 430px; color: #77818a; font-size: .82rem; line-height: 1.55; }
.form-status { margin: 14px 0 0; color: var(--gold-dark); font-weight: 700; }

.expect-section { padding: 86px 0 94px; background: #0a151f; color: #fff; }
.expect-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.expect-copy h2 { margin: 0; color: #fff; font-size: clamp(3rem,4.6vw,5.2rem); line-height:.98; }
.expect-copy > p:not(.kicker) { color: rgba(255,255,255,.68); line-height:1.72; }
.expect-list { display:grid; grid-template-columns:1fr 1fr; border-top:1px solid rgba(255,255,255,.14); }
.expect-list article { min-height:180px; padding:27px 26px; border-bottom:1px solid rgba(255,255,255,.14); border-left:1px solid rgba(255,255,255,.14); }
.expect-list article:nth-child(odd) { border-left:0; }
.expect-list span { color:var(--gold-bright); font-size:.68rem; font-weight:850; letter-spacing:.12em; }
.expect-list h3 { margin:34px 0 8px; color:#fff; font-size:1.5rem; }
.expect-list p { margin:0; color:rgba(255,255,255,.64); line-height:1.6; }

.contact-close { padding: 82px 0 88px; background: #fff; }
.contact-close-layout { display:grid; grid-template-columns: 1fr auto; gap:60px; align-items:end; }
.contact-close p:not(.kicker) { max-width:720px; color:#64707a; line-height:1.7; }

@media (max-width:1080px) {
  .contact-hero-layout { grid-template-columns:1fr; gap:30px; }
  .contact-hero-aside { max-width:620px; align-self:auto; margin:0; }
  .inquiry-grid { grid-template-columns:1fr 1fr; }
  .inquiry-card:nth-child(3) { border-left:0; border-top:1px solid var(--rule); }
  .inquiry-card:nth-child(4) { border-top:1px solid var(--rule); }
  .booking-layout, .expect-layout { grid-template-columns:1fr; }
  .booking-copy { position:static; }
}

@media (max-width:760px) {
  .contact-hero { min-height:720px; background-position: 62% center; }
  .contact-hero-layout { min-height:720px; padding:132px 0 58px; align-content:end; }
  .contact-hero-copy h1 { font-size:clamp(3.7rem,16vw,5.2rem); }
  .contact-hero-aside { padding-left:20px; }
  .contact-section-heading { grid-template-columns:1fr; gap:20px; }
  .inquiry-grid { grid-template-columns:1fr; }
  .inquiry-card, .inquiry-card:nth-child(3), .inquiry-card:nth-child(4) { border-left:0; border-top:1px solid var(--rule); }
  .inquiry-card:first-child { border-top:0; }
  .booking-section, .inquiry-paths, .expect-section, .contact-close { padding-block:64px; }
  .booking-form { padding:28px 22px; }
  .form-grid { grid-template-columns:1fr; }
  .form-field.full { grid-column:auto; }
  .form-actions { align-items:stretch; flex-direction:column; }
  .form-actions .button { width:100%; }
  .expect-list { grid-template-columns:1fr; }
  .expect-list article { border-left:0; }
  .contact-close-layout { grid-template-columns:1fr; gap:24px; }
}

/* Production form honeypot */
.form-honeypot { position:absolute !important; left:-10000px !important; width:1px !important; height:1px !important; opacity:0 !important; pointer-events:none !important; }
