/* CONTACT PAGE */

/* HERO */

.contact-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 170px 0 110px;
  background:
    radial-gradient(circle at 86% 30%, rgba(245,235,216,.09), transparent 29%),
    linear-gradient(135deg, #173b61 0%, var(--color-navy) 55%, var(--color-navy-dark) 100%);
  color: var(--color-sand);
}

.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(245,235,216,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245,235,216,.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 94%);
}

.contact-hero-mark {
  position: absolute;
  width: min(44vw, 650px);
  right: -9%;
  bottom: -26%;
  opacity: .045;
  transform: rotate(-6deg);
}

.contact-hero-inner {
  position: relative;
  z-index: 2;
}

.contact-hero-copy {
  max-width: 1040px;
}

.contact-hero .eyebrow {
  color: rgba(245,235,216,.58);
}

.contact-hero h1 {
  max-width: 1000px;
  margin: 0;
  color: var(--color-sand);
  font-size: clamp(68px, 6.5vw, 96px);
}

.contact-hero-intro {
  max-width: 800px;
  margin-top: 31px;
  font-size: clamp(19px, 1.8vw, 23px);
  line-height: 1.58;
  color: rgba(245,235,216,.72);
}

.contact-hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 38px;
}

.contact-hero .text-link {
  color: rgba(245,235,216,.82);
}

.contact-hero-note {
  margin-top: 35px;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(245,235,216,.38);
}

/* GENERAL */

.contact-heading {
  max-width: 900px;
  margin-bottom: 65px;
}

.contact-heading h2 {
  margin: 0;
  color: var(--color-navy);
}

.contact-heading .lead {
  max-width: 760px;
  margin-top: 25px;
  color: rgba(19,51,84,.67);
}

.section--navy .contact-heading h2 {
  color: var(--color-sand);
}

.section--navy .contact-heading .lead {
  color: rgba(245,235,216,.65);
}

/* STARTING POINT */

.contact-choice-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.contact-choice {
  min-height: 470px;
  display: flex;
  flex-direction: column;
  padding: 40px;
  border-right: 1px solid var(--border-light);
}

.contact-choice:last-child {
  border-right: 0;
}

.contact-choice--recommended {
  background: var(--color-navy);
  color: var(--color-sand);
}

.contact-choice-number {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  color: rgba(19,51,84,.32);
}

.contact-choice--recommended .contact-choice-number {
  color: rgba(245,235,216,.34);
}

.contact-choice-content {
  margin-top: auto;
}

.contact-choice-badge {
  display: inline-flex;
  width: max-content;
  margin-bottom: 18px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(245,235,216,.11);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(245,235,216,.72);
}

.contact-choice h3 {
  margin-bottom: 15px;
  color: var(--color-navy);
}

.contact-choice--recommended h3 {
  color: var(--color-sand);
}

.contact-choice p {
  max-width: 540px;
  color: var(--color-muted);
}

.contact-choice--recommended p {
  color: rgba(245,235,216,.6);
}

.contact-choice-list {
  margin-top: 25px;
  border-top: 1px solid var(--border-light);
}

.contact-choice--recommended .contact-choice-list {
  border-top-color: var(--border-dark);
}

.contact-choice-list span {
  display: block;
  padding: 9px 0;
  border-bottom: 1px solid var(--border-light);
  font-size: 12px;
  color: rgba(19,51,84,.6);
}

.contact-choice--recommended .contact-choice-list span {
  border-bottom-color: var(--border-dark);
  color: rgba(245,235,216,.52);
}

.contact-choice-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.contact-choice--recommended .text-link {
  color: var(--color-sand);
}

/* CONTACT FORM */

.contact-form-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 100px;
  align-items: start;
}

.contact-form-copy {
  position: sticky;
  top: 120px;
}

.contact-form-copy h2 {
  margin: 0;
  color: var(--color-navy);
}

.contact-form-copy .lead {
  margin-top: 25px;
  color: rgba(19,51,84,.67);
}

.contact-form-trust {
  margin-top: 36px;
  border-top: 1px solid var(--border-light);
}

.contact-form-trust-item {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid var(--border-light);
  font-size: 13px;
  color: rgba(19,51,84,.6);
}

.contact-form-trust-item span {
  font-size: 9px;
  color: rgba(19,51,84,.3);
}

.contact-form-shell {
  padding: 44px;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  background: var(--color-white);
  box-shadow: var(--shadow-soft);
}

.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.contact-field {
  display: grid;
  gap: 9px;
}

.contact-field--full {
  grid-column: 1 / -1;
}

.contact-field label {
  font-size: 12px;
  font-weight: 650;
  color: var(--color-navy);
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  min-height: 54px;
  padding: 13px 15px;
  border: 1px solid rgba(19,51,84,.17);
  border-radius: var(--radius-sm);
  background: #fff;
  color: var(--color-text);
  outline: 0;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.contact-field textarea {
  min-height: 160px;
  resize: vertical;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-color: rgba(19,51,84,.55);
  box-shadow: 0 0 0 3px rgba(19,51,84,.07);
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: rgba(23,32,42,.36);
}

.contact-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  margin-top: 25px;
  font-size: 11px;
  line-height: 1.55;
  color: rgba(19,51,84,.56);
}

.contact-consent input {
  margin-top: 3px;
}

.contact-submit-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.contact-form-note {
  margin-top: 20px;
  font-size: 11px;
  line-height: 1.6;
  color: rgba(19,51,84,.44);
}

.contact-status {
  display: none;
  margin-top: 20px;
  padding: 15px;
  border-radius: var(--radius-sm);
  background: var(--color-sand);
  color: var(--color-navy);
  font-size: 12px;
}

.contact-status.is-visible {
  display: block;
}

/* CALL */

.call-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 100px;
  align-items: start;
}

.call-copy h2 {
  margin: 0;
  color: var(--color-sand);
}

.call-copy .lead {
  margin-top: 25px;
  color: rgba(245,235,216,.66);
}

.call-card {
  padding: 38px;
  border: 1px solid var(--border-dark);
  border-radius: var(--radius-lg);
  background: rgba(245,235,216,.035);
}

.call-card-label {
  display: block;
  margin-bottom: 17px;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(245,235,216,.36);
}

.call-card h3 {
  margin-bottom: 14px;
  color: var(--color-sand);
}

.call-card p {
  color: rgba(245,235,216,.57);
}

.call-list {
  margin-top: 26px;
  border-top: 1px solid var(--border-dark);
}

.call-list-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid var(--border-dark);
  color: rgba(245,235,216,.62);
  font-size: 13px;
}

.call-list-item span {
  font-size: 9px;
  color: rgba(245,235,216,.28);
}

.call-actions {
  margin-top: 28px;
}

/* DIRECT CONTACT */

.direct-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.direct-item {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  padding: 31px;
  border-right: 1px solid var(--border-light);
}

.direct-item:last-child {
  border-right: 0;
}

.direct-item-number {
  font-size: 9px;
  font-weight: 700;
  color: rgba(19,51,84,.3);
}

.direct-item-content {
  margin-top: auto;
}

.direct-item h3 {
  margin-bottom: 9px;
  color: var(--color-navy);
}

.direct-item p {
  color: var(--color-muted);
}

.direct-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 17px;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 650;
  color: var(--color-navy);
}

/* WHAT HAPPENS */

.next-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--border-dark);
  border-bottom: 1px solid var(--border-dark);
}

.next-item {
  min-height: 315px;
  display: flex;
  flex-direction: column;
  padding: 31px;
  border-right: 1px solid var(--border-dark);
}

.next-item:last-child {
  border-right: 0;
}

.next-item span {
  font-size: 9px;
  font-weight: 700;
  color: rgba(245,235,216,.3);
}

.next-item-content {
  margin-top: auto;
}

.next-item h3 {
  margin-bottom: 12px;
  color: var(--color-sand);
}

.next-item p {
  color: rgba(245,235,216,.57);
}

.next-quote {
  max-width: 940px;
  margin-top: 60px;
  font-family: var(--font-heading);
  font-size: clamp(29px, 3.6vw, 45px);
  line-height: 1.18;
  letter-spacing: -.04em;
  color: var(--color-sand);
}

/* ENQUIRY TYPES */

.enquiry-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.enquiry-item {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  padding: 26px 22px;
  border-right: 1px solid var(--border-light);
}

.enquiry-item:last-child {
  border-right: 0;
}

.enquiry-item span {
  font-size: 9px;
  font-weight: 700;
  color: rgba(19,51,84,.3);
}

.enquiry-item h3 {
  margin: auto 0 10px;
  font-size: 20px;
  color: var(--color-navy);
}

.enquiry-item p {
  font-size: 13px;
  color: var(--color-muted);
}

/* EUROPE */

.contact-europe-layout {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 100px;
}

.contact-europe-copy h2 {
  margin: 0;
  color: var(--color-sand);
}

.contact-europe-copy .lead {
  margin-top: 25px;
  color: rgba(245,235,216,.66);
}

.contact-europe-list {
  border-top: 1px solid var(--border-dark);
}

.contact-europe-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 21px 0;
  border-bottom: 1px solid var(--border-dark);
}

.contact-europe-item span {
  font-size: 9px;
  font-weight: 700;
  color: rgba(245,235,216,.3);
}

.contact-europe-item p {
  color: rgba(245,235,216,.62);
}

.contact-europe-quote {
  margin-top: 38px;
  font-family: var(--font-heading);
  font-size: 23px;
  line-height: 1.4;
  color: var(--color-sand);
}

/* FAQ */

.contact-faq {
  border-top: 1px solid var(--border-light);
}

.contact-faq-item {
  border-bottom: 1px solid var(--border-light);
}

.contact-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 25px 0;
  border: 0;
  background: transparent;
  font-family: var(--font-heading);
  font-size: clamp(18px, 2vw, 23px);
  text-align: left;
  color: var(--color-navy);
  cursor: pointer;
}

.contact-faq-icon {
  flex: 0 0 auto;
  transition: transform 200ms ease;
}

.contact-faq-question[aria-expanded="true"] .contact-faq-icon {
  transform: rotate(45deg);
}

.contact-faq-answer {
  display: none;
  max-width: 820px;
  padding: 0 0 25px;
  color: var(--color-muted);
}

.contact-faq-answer.is-open {
  display: block;
}

/* FINAL CTA */

.contact-final {
  text-align: center;
}

.contact-final-inner {
  max-width: 930px;
  margin-inline: auto;
}

.contact-final h2 {
  margin: 0;
  color: var(--color-sand);
}

.contact-final .lead {
  max-width: 700px;
  margin: 27px auto 0;
  color: rgba(245,235,216,.65);
}

.contact-final-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 37px;
}

.contact-final .text-link {
  color: rgba(245,235,216,.8);
}

/* RESPONSIVE */

@media (max-width: 1050px) {
  .contact-form-layout,
  .call-layout,
  .contact-europe-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .contact-form-copy {
    position: static;
  }

  .enquiry-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .enquiry-item:nth-child(3) {
    border-right: 0;
  }
}

@media (max-width: 780px) {
  .contact-choice-grid,
  .direct-grid,
  .next-grid {
    grid-template-columns: 1fr;
  }

  .contact-choice,
  .direct-item,
  .next-item {
    border-right: 0;
    border-bottom: 1px solid var(--border-light);
  }

  .contact-choice--recommended,
  .next-item {
    border-bottom-color: var(--border-dark);
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-field--full {
    grid-column: auto;
  }

  .enquiry-grid {
    grid-template-columns: 1fr;
  }

  .enquiry-item,
  .enquiry-item:nth-child(3) {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid var(--border-light);
  }
}

@media (max-width: 700px) {
  .contact-hero {
    min-height: auto;
    padding: 135px 0 83px;
  }

  .contact-hero::before {
    background-size: 54px 54px;
  }

  .contact-hero-mark {
    width: 400px;
    right: -180px;
    bottom: -110px;
  }

  .contact-hero h1 {
    font-size: clamp(46px, 12.5vw, 58px);
  }

  .contact-hero-intro {
    font-size: 18px;
  }

  .contact-hero-actions,
  .contact-final-actions,
  .contact-choice-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-hero-actions .button,
  .contact-final-actions .button,
  .contact-choice-actions .button {
    width: 100%;
  }

  .contact-hero-actions .text-link,
  .contact-final-actions .text-link,
  .contact-choice-actions .text-link {
    justify-content: center;
  }

  .contact-choice {
    min-height: 390px;
    padding: 28px 0;
  }

  .contact-form-shell {
    padding: 26px 20px;
  }

  .contact-submit-row .button {
    width: 100%;
  }

  .call-card {
    padding: 28px 22px;
  }
}
