.contact-page-2026 {
  --ink: #102532;
  --muted: #5c6d73;
  --lab: #e8eeeb;
  --paper: #f8faf7;
  --blue: #2d6b5e;
  --blue-deep: #173f43;
  --amber: #789b49;
  --amber-soft: #dce8d2;
  --line: rgba(16, 37, 50, 0.17);
  background: #eef2ef;
  color: #102532;
}

.contact3-container { width: min(1360px, calc(100vw - 64px)); margin-inline: auto; }

.contact3-hero {
  min-height: max(720px, 100svh);
  padding-top: 76px;
  background: #0b1e2a;
  color: #fff;
}

.contact3-hero-grid {
  min-height: calc(max(720px, 100svh) - 76px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  grid-template-rows: 1fr auto;
  grid-template-areas: "message visual" "direct visual";
  align-items: stretch;
}

@media (min-width: 901px) {
  .contact3-hero .contact3-container {
    width: 100%;
    max-width: none;
    padding-left: max(32px, calc((100vw - 1360px) / 2));
  }
}

.contact3-hero-message {
  grid-area: message;
  padding: clamp(82px, 9vw, 144px) clamp(48px, 6vw, 96px) 58px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.19);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact3-hero h1 { margin: 0; font-size: clamp(4.8rem, 8vw, 9rem); line-height: 0.9; letter-spacing: -0.07em; white-space: nowrap; }

.contact3-hero-message > p {
  max-width: 650px;
  margin: 42px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1.08rem, 1.35vw, 1.3rem);
  line-height: 1.65;
}

.contact3-hero-message .button { width: max-content; margin-top: 42px; }

.contact3-hero-visual {
  grid-area: visual;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #102532;
}

.contact3-hero-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 48% center;
  filter: saturate(0.88) contrast(1.04);
}

.contact3-direct {
  grid-area: direct;
  margin: 0;
  padding: 0 clamp(48px, 6vw, 96px) 46px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.19);
  font-style: normal;
  display: grid;
}

.contact3-direct > div {
  min-height: 74px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
}

.contact3-direct > div:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.22); }
.contact3-direct span { color: rgba(255, 255, 255, 0.5); font-size: 0.74rem; }
.contact3-direct a, .contact3-direct strong { width: fit-content; font-family: var(--display); font-size: clamp(1rem, 1.25vw, 1.25rem); font-weight: 650; overflow-wrap: anywhere; }
.contact3-direct a { transition: color 180ms ease; }
.contact3-direct a:hover { color: #9fc3b9; }

.contact3-enquiry { padding: clamp(104px, 10vw, 168px) 0; background: #f8faf7; }

.contact3-enquiry-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(64px, 10vw, 170px);
}

.contact3-enquiry-intro { position: sticky; top: 116px; }
.contact3-enquiry h2, .contact3-next h2 { margin: 0; font-size: clamp(3rem, 5vw, 5.5rem); line-height: 0.95; letter-spacing: -0.06em; }
.contact3-enquiry-intro p { max-width: 470px; margin: 30px 0 0; color: #5c6d73; font-size: 1.05rem; line-height: 1.68; }
.contact3-enquiry-visual { aspect-ratio: 1; margin: 52px 0 0; overflow: hidden; background: #102532; }
.contact3-enquiry-visual img { width: 100%; height: 100%; display: block; object-fit: cover; }
.contact3-form { border-top: 1px solid #102532; }

.contact3-field {
  min-height: 104px;
  border-bottom: 1px solid rgba(16, 37, 50, 0.17);
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: stretch;
}

.contact3-field label, .contact3-family legend { padding: 24px 24px 24px 0; color: #5c6d73; font-size: 0.82rem; font-weight: 700; }

.contact3-field input, .contact3-field textarea {
  width: 100%;
  min-width: 0;
  padding: 24px;
  border: 0;
  border-left: 1px solid rgba(16, 37, 50, 0.17);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #102532;
}

.contact3-field input:focus, .contact3-field textarea:focus { background: #eef3f0; box-shadow: inset 4px 0 0 #2d6b5e; }
.contact3-field-message { min-height: 230px; position: relative; }
.contact3-field-message textarea { resize: vertical; }
.contact3-field-message > p { margin: 0; position: absolute; right: 24px; bottom: 16px; color: #6e7c81; font-size: 0.76rem; }

.contact3-family {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(16, 37, 50, 0.17);
  display: grid;
  grid-template-columns: 180px repeat(5, minmax(0, 1fr));
}

.contact3-family legend { float: left; width: 180px; height: 100%; }
.contact3-family label { min-height: 104px; border-left: 1px solid rgba(16, 37, 50, 0.17); cursor: pointer; display: grid; place-items: center; }
.contact3-family input { position: absolute; opacity: 0; pointer-events: none; }

.contact3-family span {
  width: 100%;
  min-height: 104px;
  padding: 12px 8px;
  display: grid;
  place-items: center;
  font-weight: 750;
  transition: background 180ms ease, color 180ms ease;
}

.contact3-family input:checked + span { background: #102532; color: #fff; }
.contact3-family input:focus-visible + span { outline: 3px solid #789b49; outline-offset: -5px; }
.contact3-form-actions { padding-top: 32px; display: flex; align-items: center; gap: 28px; }
.contact3-form-actions p { max-width: 390px; margin: 0; color: #5c6d73; font-size: 0.8rem; }

.contact3-next { padding: clamp(94px, 9vw, 142px) 0; background: #dfe8e3; }
.contact3-next h2 { max-width: 760px; }

.contact3-next-line {
  margin: clamp(56px, 7vw, 96px) 0 0;
  padding: 0;
  border-top: 1px solid #102532;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.contact3-next-line li {
  min-height: 190px;
  padding: 30px 32px 30px 0;
  border-bottom: 1px solid #102532;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact3-next-line li + li { padding-left: 32px; border-left: 1px solid rgba(16, 37, 50, 0.17); }
.contact3-next-line span { color: #2d6b5e; font-family: var(--mono); font-size: 0.72rem; }
.contact3-next-line strong { max-width: 280px; font-family: var(--display); font-size: clamp(1.55rem, 2vw, 2.2rem); line-height: 1.05; }
.contact-page-2026 .site-footer { background: #102532; }

.contact-page-2026 .reveal { opacity: 0; transform: translateY(22px); transition: opacity 650ms var(--ease), transform 650ms var(--ease); }
.contact-page-2026 .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .contact-page-2026 .menu-toggle { display: grid; place-items: center; }
  .contact-page-2026 .nav-links { position: fixed; inset: 72px 0 auto; padding: 24px; border-bottom: 1px solid #102532; background: #f8faf7; display: none; flex-direction: column; align-items: stretch; }
  .contact-page-2026.menu-open .nav-links { display: flex; }
  .contact-page-2026 .nav-links > a:not(.button) { min-height: 48px; display: flex; align-items: center; }
  .contact-page-2026 .nav-links > .button { width: 100%; }
  .contact3-container { width: min(100% - 40px, 900px); }
  .contact3-enquiry-grid { grid-template-columns: 1fr; }
  .contact3-enquiry-intro { position: static; display: grid; grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.62fr); gap: 0 52px; align-items: start; }
  .contact3-enquiry-intro h2, .contact3-enquiry-intro p { grid-column: 1; }
  .contact3-enquiry-visual { grid-column: 2; grid-row: 1 / span 2; margin: 0; }
}

@media (max-width: 900px) {
  .contact3-hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "message" "visual" "direct";
  }
  .contact3-hero-message { padding-right: 0; border-right: 0; }
  .contact3-hero-visual { aspect-ratio: 4 / 3; }
  .contact3-direct { padding: 48px 0 78px; border-right: 0; }
}

@media (max-width: 760px) {
  .contact3-container { width: calc(100% - 32px); }
  .contact3-hero { min-height: 0; }
  .contact3-hero-message { padding: 112px 0 66px; }
  .contact3-hero h1 { font-size: clamp(3.45rem, 17vw, 5.6rem); white-space: normal; }
  .contact3-hero-message > p { margin-top: 30px; }
  .contact3-hero-message .button { width: 100%; margin-top: 34px; }
  .contact3-hero-visual { aspect-ratio: 1; }
  .contact3-direct { padding: 36px 0 68px; }
  .contact3-direct > div { min-height: 92px; grid-template-columns: 1fr; align-content: center; gap: 8px; }
  .contact3-enquiry, .contact3-next { padding: 84px 0; }
  .contact3-enquiry-grid { gap: 52px; }
  .contact3-enquiry-intro { display: block; }
  .contact3-enquiry-visual { margin-top: 42px; }
  .contact3-enquiry h2, .contact3-next h2 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .contact3-field { grid-template-columns: 1fr; }
  .contact3-field label { padding: 20px 0 8px; }
  .contact3-field input, .contact3-field textarea { min-height: 56px; padding: 14px 0 20px; border-left: 0; }
  .contact3-field-message { padding-bottom: 42px; }
  .contact3-field-message > p { right: auto; bottom: 16px; left: 0; }
  .contact3-family { grid-template-columns: repeat(5, minmax(82px, 1fr)); overflow-x: auto; }
  .contact3-family legend { float: none; grid-column: 1 / -1; width: 100%; height: auto; padding: 20px 0 12px; }
  .contact3-family label, .contact3-family span { min-height: 62px; }
  .contact3-form-actions { align-items: stretch; flex-direction: column; }
  .contact3-form-actions .button { width: 100%; }
  .contact3-next-line { grid-template-columns: 1fr; }
  .contact3-next-line li, .contact3-next-line li + li { min-height: 118px; padding: 24px 0; border-left: 0; }
  .contact3-next-line strong { margin-top: 28px; }
}

@media (max-width: 460px) {
  .contact3-family { grid-template-columns: repeat(3, 1fr); overflow-x: visible; }
  .contact3-family label:nth-of-type(4) { border-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .contact-page-2026 *, .contact-page-2026 *::before, .contact-page-2026 *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
  .contact-page-2026 .reveal { opacity: 1; transform: none; }
}
