/* ============================================================
   Contact — b56

   A quiet, architectural conversion page:
   1. direct introduction and actions;
   2. compact client evidence;
   3. one coherent Sydney consultation desk.

   The spatial globe is inline SVG and has no animation loop. Contact-page
   reveals use opacity only: no blur, masks or layout-affecting motion.
   ============================================================ */

.contact-page {
  --contact-gutter: max(40px, calc((100vw - 1480px) / 2));
  --contact-paper: #f4f1e9;
  --contact-paper-deep: #e8e3d9;
  --contact-ink: #1d1d1a;
  --contact-muted: #68645e;
  --contact-line: rgba(29, 29, 26, 0.2);
  --contact-copper: #8d4f38;
  --contact-gold: #b48d54;
  --contact-plum: #625569;
  background: var(--contact-paper);
}

.contact-page .primary-menu > li:last-child > a {
  color: var(--contact-copper);
}

/* ------------------------------------------------------------
   Hero
   ------------------------------------------------------------ */

.contact-hero {
  min-height: clamp(680px, 72vh, 820px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding:
    calc(var(--header-height) + clamp(58px, 6vw, 86px))
    var(--contact-gutter)
    clamp(62px, 6.5vw, 94px);
  color: var(--contact-ink);
  background: var(--contact-paper);
}

.contact-hero__field {
  position: absolute;
  z-index: -2;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 57%, rgba(103, 87, 111, 0.045) 57% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), transparent 36%);
}

.contact-hero__field::before {
  content: "";
  width: 1px;
  position: absolute;
  top: var(--header-height);
  bottom: 0;
  left: calc(50% + 68px);
  background: rgba(29, 29, 26, 0.09);
}

.contact-hero__field::after {
  content: "";
  width: 82px;
  height: 3px;
  position: absolute;
  left: var(--contact-gutter);
  bottom: 0;
  background: var(--contact-copper);
}

.contact-hero__inner {
  width: 100%;
  max-width: 1480px;
  min-height: clamp(510px, 54vh, 625px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
  gap: clamp(52px, 7vw, 118px);
  align-items: center;
}

.contact-hero__content {
  position: relative;
  z-index: 2;
  padding-top: 10px;
}

.contact-kicker {
  margin: 0 0 clamp(27px, 3.2vw, 44px);
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--contact-copper);
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
}

.contact-kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

.contact-hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(88px, 9.5vw, 148px);
  font-weight: 400;
  letter-spacing: -0.072em;
  line-height: 0.82;
}

.contact-hero__statement {
  max-width: 660px;
  margin: clamp(42px, 5vw, 68px) 0 0;
  color: #3d3935;
  font-family: var(--serif);
  font-size: clamp(22px, 1.85vw, 29px);
  font-weight: 400;
  letter-spacing: -0.022em;
  line-height: 1.35;
  text-wrap: pretty;
}

.contact-hero__actions {
  margin-top: clamp(34px, 4vw, 52px);
  display: flex;
  align-items: center;
  gap: 30px;
}

.contact-primary-action {
  min-width: 218px;
  min-height: 56px;
  padding: 15px 17px 15px 21px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border: 1px solid var(--contact-ink);
  color: var(--contact-paper);
  background: var(--contact-ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease;
}

.contact-primary-action:hover,
.contact-primary-action:focus-visible {
  color: var(--contact-ink);
  background: transparent;
}

.contact-primary-action svg,
.contact-section-link svg,
.office-map > a svg,
.enquiry-form__submit button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 1.35;
}

.contact-text-action {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--contact-ink);
  border-bottom: 1px solid rgba(29, 29, 26, 0.48);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.04em;
  transition: color 180ms ease, border-color 180ms ease;
}

.contact-text-action:hover,
.contact-text-action:focus-visible {
  color: var(--contact-copper);
  border-color: currentColor;
}

/* Static spatial globe: no Canvas, requestAnimationFrame or animation loop. */
.contact-orbit {
  min-height: 530px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(244, 241, 233, 0.17);
  color: #f4efe5;
  background:
    linear-gradient(145deg, rgba(124, 100, 128, 0.52), transparent 52%),
    linear-gradient(22deg, rgba(151, 83, 57, 0.42), transparent 48%),
    #28242b;
  box-shadow: 0 28px 70px rgba(39, 31, 37, 0.14);
}

.contact-orbit::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(248, 238, 221, 0.14);
  pointer-events: none;
}

.contact-orbit::after {
  content: "";
  width: 40%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background: rgba(248, 238, 221, 0.25);
  pointer-events: none;
}

.contact-orbit__coordinate {
  position: absolute;
  z-index: 2;
  top: 40px;
  left: 40px;
  margin: 0;
  color: rgba(248, 238, 221, 0.6);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.16em;
  line-height: 1.65;
  text-transform: uppercase;
}

.contact-orbit__sphere {
  width: min(680px, 132%);
  height: auto;
  position: absolute;
  top: 48%;
  right: -27%;
  transform: translateY(-50%);
}

.contact-orbit__halo,
.contact-orbit__body {
  fill: none;
  stroke: url(#contact-sphere-line);
  stroke-width: 1;
}

.contact-orbit__halo {
  opacity: 0.28;
}

.contact-orbit__body {
  fill: url(#contact-sphere-fill);
  opacity: 0.96;
}

.contact-orbit__grid {
  fill: none;
  stroke: url(#contact-sphere-line);
  stroke-width: 0.85;
  opacity: 0.48;
}

.contact-orbit__land {
  fill: rgba(239, 220, 191, 0.19);
  stroke: rgba(248, 231, 204, 0.5);
  stroke-width: 0.8;
}

.contact-orbit__routes {
  fill: none;
  stroke: rgba(235, 190, 127, 0.64);
  stroke-dasharray: 3 7;
  stroke-width: 1.2;
}

.contact-orbit__sydney-ring {
  fill: none;
  stroke: rgba(248, 223, 183, 0.68);
  stroke-width: 1;
}

.contact-orbit__sydney {
  fill: #f3c678;
}

.contact-orbit__caption {
  width: calc(100% - 80px);
  position: absolute;
  z-index: 2;
  right: 40px;
  bottom: 36px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(248, 238, 221, 0.25);
  padding-top: 17px;
}

.contact-orbit__caption span {
  color: rgba(248, 238, 221, 0.58);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-orbit__caption strong {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

/* ------------------------------------------------------------
   Section headings
   ------------------------------------------------------------ */

.contact-section-heading {
  padding-bottom: 25px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 34px;
  border-bottom: 1px solid var(--contact-line);
}

.contact-section-heading h2 {
  margin: 0;
  color: var(--contact-ink);
  font-family: var(--serif);
  font-size: clamp(45px, 4.5vw, 66px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1;
}

.contact-section-link {
  min-height: 42px;
  padding: 8px 0;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--contact-copper);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-section-link svg,
.office-map > a svg {
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-section-link:hover svg,
.contact-section-link:focus-visible svg,
.office-map > a:hover svg,
.office-map > a:focus-visible svg {
  transform: translate(2px, -2px);
}

/* ------------------------------------------------------------
   Testimonials
   ------------------------------------------------------------ */

.testimonials-section {
  padding: clamp(100px, 8.5vw, 136px) var(--contact-gutter);
  color: var(--contact-ink);
  background: var(--contact-paper-deep);
}

.review-carousel {
  position: relative;
  padding-top: clamp(52px, 5vw, 74px);
}

.review-slide {
  min-height: 388px;
  display: grid;
  grid-template-columns: minmax(210px, 0.42fr) minmax(0, 1.58fr);
  gap: clamp(54px, 7vw, 112px);
  align-items: start;
}

.review-slide[hidden] {
  display: none;
}

.review-slide__meta {
  padding-top: 7px;
}

.review-stars {
  display: flex;
  gap: 5px;
  color: var(--contact-gold);
}

.review-stars svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.review-slide__meta > p {
  margin: 20px 0 0;
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.25;
}

.review-slide__meta ul {
  margin: 31px 0 0;
  padding: 0;
  list-style: none;
  color: var(--contact-muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 2.1;
  text-transform: uppercase;
}

.review-slide blockquote {
  max-width: 920px;
  margin: 0;
  position: relative;
  color: #2b2925;
  font-family: var(--serif);
  font-size: clamp(27px, 2.65vw, 39px);
  font-weight: 400;
  letter-spacing: -0.031em;
  line-height: 1.3;
}

.review-slide blockquote::before {
  content: "“";
  position: absolute;
  left: -0.53em;
  top: -0.19em;
  color: rgba(141, 79, 56, 0.24);
  font-size: 2em;
  line-height: 1;
}

.review-slide blockquote p {
  margin: 0;
}

.review-slide blockquote p + p {
  margin-top: 0.62em;
  color: var(--contact-copper);
}

.review-controls {
  min-height: 54px;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  border-top: 1px solid var(--contact-line);
}

.review-controls > p {
  margin: 0 auto 0 0;
  color: var(--contact-muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.review-controls > div {
  display: flex;
}

.review-controls button {
  width: 50px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(29, 29, 26, 0.28);
  color: var(--contact-ink);
  background: transparent;
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.review-controls button + button {
  border-left: 0;
}

.review-controls button:hover:not(:disabled),
.review-controls button:focus-visible:not(:disabled) {
  color: var(--contact-paper);
  border-color: var(--contact-ink);
  background: var(--contact-ink);
}

.review-controls button:disabled {
  color: rgba(29, 29, 26, 0.2);
  cursor: default;
}

.review-controls svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 1.35;
}

/* ------------------------------------------------------------
   Sydney consultation desk
   ------------------------------------------------------------ */

.office-section {
  padding: clamp(110px, 9vw, 150px) var(--contact-gutter) clamp(120px, 10vw, 168px);
  color: #f3eee5;
  background: var(--contact-ink);
}

.office-section .contact-section-heading {
  border-color: rgba(255, 255, 255, 0.2);
}

.office-section .contact-section-heading h2 {
  color: #f3eee5;
}

.office-layout {
  padding-top: clamp(56px, 6vw, 86px);
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(62px, 8vw, 132px);
  align-items: start;
}

.office-column {
  min-width: 0;
}

.office-details {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.office-detail {
  min-height: 92px;
  padding: 23px 0;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.office-detail dt {
  padding-top: 4px;
  color: #c8a66f;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.office-detail dd {
  min-width: 0;
  margin: 0;
  color: #f3eee5;
  font-family: var(--serif);
  font-size: clamp(20px, 1.65vw, 26px);
  letter-spacing: -0.022em;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.office-detail a {
  display: inline;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: color 180ms ease, background-size 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.office-detail a:hover,
.office-detail a:focus-visible {
  color: #d4b47d;
  background-size: 100% 1px;
}

.enquiry-form {
  min-width: 0;
  padding: 0;
  color: #f3eee5;
  background: transparent;
}

.enquiry-form__heading {
  padding: 0 0 31px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.enquiry-form__heading > p {
  margin: 0 0 20px;
  color: #c8a66f;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.enquiry-form__heading h3 {
  max-width: 680px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(43px, 4.2vw, 62px);
  font-weight: 400;
  letter-spacing: -0.047em;
  line-height: 1;
}

.enquiry-form__heading > span {
  max-width: 530px;
  margin-top: 20px;
  display: block;
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 1.55;
}

.enquiry-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 34px;
}

.enquiry-field {
  min-width: 0;
  min-height: 98px;
  padding-top: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.enquiry-field--message {
  min-height: 178px;
  grid-column: 1 / -1;
}

.enquiry-field label {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.enquiry-field label span {
  color: #d0ae75;
}

.enquiry-field input,
.enquiry-field select,
.enquiry-field textarea {
  width: 100%;
  min-width: 0;
  margin-top: 9px;
  padding: 4px 0 12px;
  border: 0;
  border-radius: 0;
  outline: 0;
  color: #f3eee5;
  background: transparent;
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.35;
}

.enquiry-field select {
  padding-right: 24px;
  color-scheme: dark;
}

.enquiry-field textarea {
  min-height: 106px;
  resize: vertical;
}

.enquiry-field:focus-within {
  border-color: #d0ae75;
}

.enquiry-field.has-error {
  border-color: #c97c61;
}

.enquiry-error {
  min-height: 15px;
  margin: 0;
  color: #e0a38e;
  font-size: 9px;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

.enquiry-form__submit {
  padding-top: 30px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.enquiry-form__submit button {
  min-width: 190px;
  min-height: 54px;
  padding: 14px 17px 14px 21px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border: 1px solid #cfad74;
  color: var(--contact-ink);
  background: #cfad74;
  cursor: pointer;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: color 160ms ease, background-color 160ms ease;
}

.enquiry-form__submit button:hover,
.enquiry-form__submit button:focus-visible {
  color: #f3eee5;
  background: transparent;
}

.enquiry-form__submit > p {
  max-width: 290px;
  margin: 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 9px;
  letter-spacing: 0.035em;
  line-height: 1.55;
}

.enquiry-status {
  min-height: 20px;
  margin: 18px 0 0;
  color: #d4b47d;
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.45;
}

/* ------------------------------------------------------------
   Map
   ------------------------------------------------------------ */

.office-map {
  min-height: 350px;
  position: relative;
  margin-top: 42px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #d8d4cb;
}

.office-map__fallback {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(31deg, transparent 0 42%, rgba(124, 115, 101, 0.18) 42.2% 42.7%, transparent 42.9% 100%),
    linear-gradient(102deg, transparent 0 64%, rgba(124, 115, 101, 0.14) 64.2% 64.65%, transparent 64.9% 100%),
    repeating-linear-gradient(7deg, transparent 0 44px, rgba(112, 106, 96, 0.1) 45px 46px),
    repeating-linear-gradient(96deg, transparent 0 66px, rgba(112, 106, 96, 0.08) 67px 68px);
}

.office-map__fallback i {
  width: 145%;
  height: 10px;
  position: absolute;
  left: -20%;
  top: 34%;
  border-block: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(190, 184, 171, 0.32);
  transform: rotate(-14deg);
}

.office-map__fallback i:nth-child(2) {
  width: 120%;
  top: 63%;
  left: -8%;
  transform: rotate(21deg);
}

.office-map__fallback i:nth-child(3) {
  width: 95%;
  top: 50%;
  left: 37%;
  transform: rotate(84deg);
}

.office-map__fallback span {
  width: 12px;
  height: 12px;
  position: absolute;
  z-index: 2;
  left: 55%;
  top: 48%;
  border: 3px solid #f5e6c6;
  border-radius: 50%;
  background: #9a5a3d;
  box-shadow: 0 0 0 8px rgba(154, 90, 61, 0.13);
}

.office-map iframe {
  width: 100%;
  height: 100%;
  min-height: 350px;
  position: relative;
  z-index: 1;
  display: block;
  border: 0;
  opacity: 0.86;
}

.office-map::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: rgba(232, 227, 217, 0.17);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.office-map > a {
  min-height: 50px;
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 14px;
  padding: 13px 16px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: #f3eee5;
  background: rgba(29, 29, 26, 0.94);
  box-shadow: 0 10px 28px rgba(18, 17, 15, 0.16);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* ------------------------------------------------------------
   Lightweight stationary development
   ------------------------------------------------------------ */

.contact-motion [data-contact-develop] {
  transition: opacity 480ms ease;
}

.contact-motion [data-contact-develop]:not(.is-developed) {
  opacity: 0;
}

.contact-motion [data-contact-develop].is-developed {
  opacity: 1;
}

/* ------------------------------------------------------------
   Responsive
   ------------------------------------------------------------ */

@media (max-width: 1180px) {
  .contact-page {
    --contact-gutter: 30px;
  }

  .contact-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.8fr);
    gap: 48px;
  }

  .contact-orbit {
    min-height: 490px;
  }

  .review-slide {
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 58px;
  }

  .office-layout {
    grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
    gap: 58px;
  }
}

@media (max-width: 960px) {
  .contact-hero {
    min-height: 680px;
  }

  .contact-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.76fr);
    gap: 34px;
  }

  .contact-hero h1 {
    font-size: clamp(84px, 12vw, 116px);
  }

  .contact-hero__statement {
    font-size: 22px;
  }

  .contact-orbit {
    min-height: 440px;
  }

  .contact-orbit__caption {
    width: calc(100% - 54px);
    right: 27px;
    bottom: 27px;
  }

  .contact-orbit__coordinate {
    top: 30px;
    left: 30px;
  }

  .review-slide {
    min-height: auto;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 42px;
  }

  .office-layout {
    grid-template-columns: 1fr;
  }

  .office-column {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
    gap: 34px;
  }

  .office-map {
    min-height: 100%;
    margin-top: 0;
  }

  .office-map iframe {
    min-height: 100%;
  }

  .enquiry-form {
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 680px) {
  .contact-page {
    --contact-gutter: 20px;
  }

  .contact-hero {
    min-height: auto;
    padding-top: calc(var(--header-height) + 54px);
    padding-bottom: 72px;
  }

  .contact-hero__field::before {
    display: none;
  }

  .contact-hero__inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .contact-kicker {
    margin-bottom: 27px;
  }

  .contact-hero h1 {
    font-size: clamp(76px, 24vw, 98px);
    line-height: 0.86;
  }

  .contact-hero__statement {
    max-width: 520px;
    margin-top: 37px;
    font-size: clamp(21px, 5.9vw, 25px);
    line-height: 1.34;
  }

  .contact-hero__actions {
    margin-top: 32px;
    align-items: stretch;
    flex-direction: column;
    gap: 13px;
  }

  .contact-primary-action {
    width: 100%;
  }

  .contact-text-action {
    width: fit-content;
  }

  .contact-orbit {
    min-height: 322px;
  }

  .contact-orbit::before {
    inset: 12px;
  }

  .contact-orbit__coordinate {
    top: 27px;
    left: 26px;
  }

  .contact-orbit__sphere {
    width: 122%;
    right: -33%;
  }

  .contact-orbit__caption {
    width: calc(100% - 48px);
    right: 24px;
    bottom: 22px;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding-top: 13px;
  }

  .contact-orbit__caption strong {
    font-size: 18px;
  }

  .testimonials-section,
  .office-section {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .contact-section-heading {
    padding-bottom: 19px;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 15px;
  }

  .contact-section-heading h2 {
    font-size: clamp(40px, 11vw, 49px);
    line-height: 1.02;
  }

  .contact-section-link {
    width: 100%;
    justify-content: space-between;
  }

  .review-carousel {
    padding-top: 41px;
  }

  .review-slide {
    gap: 32px;
    grid-template-columns: 1fr;
  }

  .review-slide blockquote {
    order: 1;
    padding-left: 14px;
    font-size: clamp(24px, 7vw, 30px);
    line-height: 1.34;
  }

  .review-slide blockquote::before {
    left: -0.08em;
  }

  .review-slide__meta {
    order: 2;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 13px 18px;
    align-items: center;
    padding-top: 0;
  }

  .review-slide__meta > p {
    margin: 0;
    font-size: 21px;
  }

  .review-slide__meta ul {
    grid-column: 1 / -1;
    margin-top: 4px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 15px;
  }

  .review-controls {
    margin-top: 38px;
  }

  .office-layout {
    padding-top: 42px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .office-column {
    display: contents;
  }

  .office-details {
    order: 1;
  }

  .enquiry-form {
    order: 2;
    margin-top: 54px;
    padding-top: 48px;
  }

  .office-map {
    order: 3;
    min-height: 340px;
    margin-top: 54px;
  }

  .office-map iframe {
    min-height: 340px;
  }

  .office-detail {
    min-height: 0;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
    padding: 21px 0;
  }

  .office-detail dd {
    font-size: clamp(20px, 5.8vw, 24px);
  }

  .enquiry-form__heading h3 {
    font-size: clamp(40px, 11vw, 51px);
  }

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

  .enquiry-field--message {
    grid-column: auto;
  }

  .enquiry-form__submit {
    align-items: stretch;
    flex-direction: column;
  }

  .enquiry-form__submit button {
    width: 100%;
  }

  .enquiry-form__submit > p {
    max-width: none;
  }

  .office-map > a {
    right: 10px;
    bottom: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-motion [data-contact-develop] {
    opacity: 1 !important;
    transition: none !important;
  }
}
