:root {
  --contact-cream: #fafaf8;
  --contact-soft: #f6f6f6;
  --contact-hero-soft: rgba(227, 229, 229, 0.6);
  --contact-gold: #ecc368;
  --contact-gold-soft: #c9a961;
  --contact-gold-muted: #e0c795;
  --contact-gold-dark: #c69a52;
  --contact-gold-light: #f2ddb4;
  --contact-purple-dark: #120719;
  --contact-purple: #500082;
  --contact-purple-flat: #2a1a3f;
  --contact-text: #1a1a1a;
  --contact-muted: #6b6b6b;
  --contact-line: #e8e8e8;
  --contact-field: #272727;
}

* {
  box-sizing: border-box;
}

body.page-contact {
  margin: 0;
  background: #ffffff;
  color: var(--contact-text);
  font-family: Arial, Helvetica, sans-serif;
}

.page-contact main {
  overflow: hidden;
}

.page-contact img {
  display: block;
  max-width: 100%;
}

.page-contact header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  padding: 28px 50px;
}

.page-contact header nav ul {
  display: flex;
  justify-content: flex-end;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-contact header nav a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.page-contact header nav a[aria-current="page"] {
  color: var(--contact-gold);
}

.contact-eyebrow {
  margin: 0;
  color: var(--contact-gold);
  font-family: "Google Sans Flex", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-rule {
  display: block;
  width: 40px;
  height: 1px;
  margin-top: 15px;
  background: currentColor;
  color: var(--contact-gold);
}

.contact-hero {
  display: grid;
  grid-template-columns: clamp(420px, 48.7%, 760px) minmax(0, 1fr);
  min-height: 936px;
  background: var(--contact-hero-soft);
}

.contact-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 936px;
  padding: 120px 68px 70px;
  background: var(--contact-hero-soft);
}

.contact-hero h1,
.contact-form__heading h2,
.contact-map h2,
.contact-social h2 {
  margin: 28px 0 0;
  background: linear-gradient(90deg, var(--contact-purple-dark) 14%, var(--contact-purple) 93%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.contact-form__heading h2,
.contact-map h2,
.contact-social h2 {
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
}

.contact-hero h1 {
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-size: 96px;
  line-height: 1.02;
}

.contact-hero h1 span,
.contact-form__heading h2 span,
.contact-map h2 span,
.contact-social h2 span {
  font-style: italic;
}

.contact-hero__copy > p:not(.contact-eyebrow) {
  max-width: 481px;
  margin: 32px 0 0;
  color: var(--contact-text);
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.contact-hero__image {
  min-height: 936px;
}

.contact-hero__image picture {
  display: block;
  width: 100%;
  height: 100%;
}

.contact-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-info {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 27px;
  padding-top: 89px;
  padding-bottom: 83px;
  padding-left: max(120px, calc((100% - 1200px) / 2));
  padding-right: max(120px, calc((100% - 1200px) / 2));
  background: #ffffff;
}

.contact-info-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 339px;
  overflow: hidden;
  padding: 115px 15px 22px;
  background: linear-gradient(90deg, var(--contact-purple-dark), var(--contact-purple));
  color: #ffffff;
}

.contact-info-card > span {
  position: absolute;
  top: -7px;
  left: -34px;
  color: rgba(255, 255, 255, 0.06);
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-size: 116px;
  font-weight: 700;
  line-height: 1;
}

.contact-info-card p {
  margin: 0;
  color: var(--contact-gold-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-info-card p::after,
.contact-map__details span {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  margin-top: 13px;
  background: currentColor;
}

.contact-info-card h2 {
  margin: 31px 0 0;
  min-height: 71px;
  color: #ffffff;
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}

.contact-info-card address {
  min-height: 42px;
  margin: 18px 0 0;
  color: #ffffff;
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-style: normal;
  line-height: 1.22;
}

.contact-info-card address a {
  color: #ffffff;
  text-decoration: none;
}

.contact-info-card > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-width: 114px;
  min-height: 36px;
  margin-top: auto;
  padding: 10px 16px;
  background: linear-gradient(90deg, var(--contact-gold-dark), var(--contact-gold-light));
  color: var(--contact-purple-flat);
  font-family: "Google Sans Flex", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
}

.contact-tabs {
  min-height: 140px;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: max(120px, calc((100% - 1200px) / 2));
  padding-right: max(120px, calc((100% - 1200px) / 2));
  background: #ffffff;
}

.contact-tabs__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 32px;
}

.contact-tabs button,
.contact-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 59px;
  border: 1px solid var(--contact-line);
  border-bottom: 2px solid var(--contact-line);
  background: var(--contact-cream);
  color: rgba(42, 26, 63, 0.72);
  cursor: pointer;
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
}

.contact-tabs button.is-active {
  border-color: transparent;
  border-bottom-color: var(--contact-gold-muted);
  background: linear-gradient(90deg, var(--contact-purple-dark), var(--contact-purple));
  color: #ffffff;
}

.contact-form-section {
  padding: 50px 120px 120px;
  background: var(--contact-soft);
}

.contact-form {
  width: min(1200px, 100%);
  margin: 0 auto;
  font-family: "Google Sans Flex", Arial, Helvetica, sans-serif;
}

.contact-form__block {
  padding-bottom: 55px;
}

.contact-form__block + .contact-form__block {
  padding-top: 48px;
}

.contact-form__heading {
  margin-bottom: 30px;
  border-bottom: 1px solid var(--contact-line);
  padding-bottom: 18px;
}

.contact-form__heading h2 {
  font-size: 64px;
  line-height: 1.05;
}

.contact-form__heading--small h2 {
  font-size: 32px;
}

.contact-form__grid {
  display: grid;
  gap: 26px 20px;
}

.contact-form__grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form label,
.contact-choice-field {
  min-width: 0;
}

.contact-form label > span,
.contact-choice-field legend,
.contact-form__full > span {
  display: block;
  margin-bottom: 10px;
  color: var(--contact-purple-flat);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-form label em {
  font-style: normal;
  text-transform: none;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--contact-field);
  border-radius: 0;
  background: #ffffff;
  color: var(--contact-purple-flat);
  font: 14px "Google Sans Flex", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.contact-form input,
.contact-form select {
  padding: 0 16px;
}

.contact-form textarea {
  min-height: 200px;
  padding: 16px;
  resize: vertical;
  line-height: 1.7;
}

.contact-form ::placeholder {
  color: #a7a7a7;
  opacity: 0.7;
}

.contact-choice-field {
  margin: 0 0 36px;
  padding: 0;
  border: 0;
}

.contact-choice-grid {
  display: grid;
  gap: 20px;
}

.contact-choice-grid--project {
  grid-template-columns: repeat(4, minmax(0, 220px));
}

.contact-choice-grid--contact {
  grid-template-columns: repeat(3, minmax(0, 240px));
}

.contact-choice {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid var(--contact-field);
  background: #ffffff;
  color: var(--contact-purple-flat);
}

.contact-form .contact-choice > span {
  display: inline-flex;
  align-items: center;
  margin: 0;
  color: currentColor;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: none;
}

.contact-choice:has(input:checked) {
  border: 2px solid var(--contact-purple-flat);
  background: linear-gradient(90deg, var(--contact-purple-dark), var(--contact-purple));
  color: #ffffff;
}

.contact-form .contact-choice:has(input:checked) > span {
  color: #ffffff;
  font-weight: 700;
}

.contact-choice:has(input:checked) input {
  border-color: #ffffff;
}

.contact-choice:has(input:checked) input::after {
  background: #ffffff;
}

.contact-form .contact-choice--outline:has(input:checked) > span {
  color: var(--contact-purple-flat);
}

.contact-choice--outline:has(input:checked) input {
  border-color: var(--contact-purple-flat);
}

.contact-choice--outline:has(input:checked) input::after {
  background: var(--contact-purple-flat);
}

.contact-choice--outline.is-selected,
.contact-choice--outline:has(input:checked) {
  background: #ffffff;
  color: var(--contact-purple-flat);
  border-color: #5b3d7a;
}

.contact-choice input {
  position: relative;
  flex: 0 0 auto;
  width: 16px;
  min-height: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  appearance: none;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
}

.contact-choice input:checked::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: currentColor;
}

.contact-choice span {
  margin: 0;
  color: currentColor;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: none;
}

.contact-form__full {
  display: block;
  margin-top: 26px;
}

/* The class above sets display:block which would override the native
   [hidden] attribute. Restore the expected hide behavior so JS can
   toggle the "Please specify" field by setting `hidden`. */
.contact-form__full[hidden] {
  display: none;
}

.contact-form__full small {
  display: block;
  margin-top: -28px;
  padding-right: 15px;
  color: var(--contact-muted);
  font-size: 11px;
  letter-spacing: 0;
  text-align: right;
}

.contact-form__note,
.contact-form__privacy,
.contact-form__reply {
  margin: 0;
  color: var(--contact-muted);
  font-size: 12px;
  line-height: 1.6;
}

.contact-upload {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 26px;
  margin-bottom: 47px;
  border: 1px solid var(--contact-gold-soft);
  background: rgba(91, 61, 122, 0.04);
  text-align: center;
}

.contact-upload .upload-dropzone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 180px;
  padding: 28px 20px;
  cursor: pointer;
}

.contact-upload input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.contact-upload .upload-dropzone > strong {
  color: var(--contact-gold-soft);
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
}

.contact-upload span {
  margin: 18px 0 0;
  color: var(--contact-purple-flat);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}

.contact-upload small {
  margin-top: 12px;
  color: var(--contact-muted);
  font-size: 11px;
  letter-spacing: 0;
}

.contact-upload .upload-supporting {
  margin-top: 22px;
}

.contact-upload .upload-limits {
  margin-top: 8px;
}

.contact-upload .upload-limits strong {
  color: inherit;
  font: inherit;
  font-weight: 700;
}

.contact-upload .upload-total {
  margin-top: 10px;
  color: var(--contact-purple-flat);
  font-weight: 700;
}

.contact-upload.is-dragging,
.contact-upload.has-files {
  border-color: var(--contact-gold-dark);
  background: rgba(91, 61, 122, 0.08);
}

.contact-upload.has-files {
  margin-bottom: 47px;
}

.contact-upload.has-files .upload-dropzone {
  min-height: 150px;
  padding-bottom: 18px;
}

.upload-file-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  padding: 0 24px 24px;
}

.upload-file-list:empty {
  display: none;
}

.upload-file-status {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--contact-muted);
  font-family: "Google Sans Flex", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.upload-file-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid var(--contact-line);
  background: #ffffff;
  font-family: "Google Sans Flex", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  text-align: left;
}

.upload-file-item > div {
  min-width: 0;
}

.upload-file-item strong {
  display: block;
  overflow: hidden;
  color: var(--contact-purple-flat);
  font-family: "Google Sans Flex", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.upload-file-item span {
  display: block;
  margin-top: 4px;
  color: var(--contact-muted);
  font-family: "Google Sans Flex", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
}

.upload-file-item.is-processing {
  border-color: rgba(201, 169, 97, 0.7);
}

.upload-file-spinner {
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid rgba(42, 26, 63, 0.16);
  border-top-color: var(--contact-gold-dark);
  border-radius: 50%;
  animation: uploadSpin 0.8s linear infinite;
}

.upload-file-remove {
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid var(--contact-gold-soft);
  background: transparent;
  color: var(--contact-purple-flat);
  cursor: pointer;
  font-family: "Google Sans Flex", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.upload-file-remove:hover,
.upload-file-remove:focus-visible {
  background: var(--contact-purple-flat);
  color: #ffffff;
  outline: none;
}

@keyframes uploadSpin {
  to {
    transform: rotate(360deg);
  }
}

.contact-checkbox {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 36px 0 22px;
}

.contact-checkbox input {
  width: 20px;
  min-height: 20px;
  height: 20px;
  padding: 0;
  border-color: #c8c8c8;
}

.contact-checkbox span {
  margin: 0;
  color: var(--contact-text);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
}

.contact-form__privacy a {
  color: var(--contact-purple-flat);
  font-weight: 700;
  text-decoration: none;
}

.contact-turnstile {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.contact-submit {
  position: relative;
  display: block;
  width: 100%;
  min-height: 80px;
  margin-top: 58px;
  border: 0;
  background: linear-gradient(90deg, var(--contact-purple-dark), var(--contact-purple));
  color: #ffffff;
  cursor: pointer;
  font-family: "Google Sans Flex", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: var(--contact-gold-soft);
}

.contact-submit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 30px;
  background: var(--contact-gold-soft);
}

.contact-form__reply {
  margin-top: 36px;
}

.contact-map {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  grid-template-areas:
    "heading ."
    "map     details";
  column-gap: 60px;
  row-gap: 40px;
  align-items: start;
  min-height: 580px;
  padding-top: 32px;
  padding-bottom: 40px;
  padding-left: max(120px, calc((100% - 1200px) / 2));
  padding-right: max(120px, calc((100% - 1200px) / 2));
  background: #ffffff;
}

.contact-map__heading {
  grid-area: heading;
}

.contact-map__placeholder {
  grid-area: map;
}

.contact-map__details {
  grid-area: details;
}

.contact-map h2 {
  font-size: 64px;
  line-height: 0.9;
}

.contact-map h2 span {
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: var(--contact-gold-dark);
  color: var(--contact-gold-dark);
}

.contact-map__placeholder {
  position: relative;
  height: 300px;
  border: 1px solid rgba(201, 169, 97, 0.55);
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(250, 250, 248, 0.92), rgba(242, 221, 180, 0.35)),
    var(--contact-cream);
  box-shadow: 0 28px 60px rgba(18, 7, 25, 0.1);
}

.contact-map__placeholder::before,
.contact-map__placeholder::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.contact-map__placeholder::before {
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(135deg, rgba(18, 7, 25, 0.22), transparent 46%),
    linear-gradient(0deg, rgba(250, 250, 248, 0.18), rgba(250, 250, 248, 0.18));
  mix-blend-mode: multiply;
}

.contact-map__placeholder::after {
  inset: 14px;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.72);
}

.contact-map__placeholder iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.78) sepia(0.16) saturate(0.68) contrast(0.95) brightness(1.04);
  transform: scale(1.025);
  transform-origin: center;
}

.cookie-embed-placeholder {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(250, 250, 248, 0.96), rgba(242, 221, 180, 0.72)),
    var(--contact-cream);
  color: var(--contact-purple-flat);
  text-align: center;
}

.cookie-embed-placeholder[hidden] {
  display: none;
}

.cookie-embed-placeholder p {
  max-width: 360px;
  margin: 0;
  color: var(--contact-purple-flat);
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.55;
}

.cookie-embed-placeholder a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 13px 24px;
  background: linear-gradient(90deg, var(--contact-purple-dark), var(--contact-purple));
  color: #ffffff;
  font-family: "Google Sans Flex", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-map__details {
  display: grid;
  gap: 46px;
  padding-bottom: 16px;
}

.contact-map__details p {
  margin: 0;
  color: var(--contact-gold-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-map__details h3 {
  margin: 16px 0 0;
  color: var(--contact-purple-flat);
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.contact-map address,
.contact-map small {
  display: block;
  margin: 16px 0 0;
  color: var(--contact-text);
  font-size: 14px;
  font-style: normal;
  line-height: 1.7;
}

.contact-map small {
  color: var(--contact-muted);
  font-size: 12px;
}

.contact-social {
  min-height: 593px;
  padding: 50px 120px 150px;
  background: var(--contact-cream);
}

.contact-social__heading,
.contact-social__grid {
  width: min(1200px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.contact-social h2 {
  max-width: 760px;
  font-size: 64px;
  line-height: 0.9;
}

.contact-social__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 30px;
  margin-top: 86px;
}

.contact-social__grid a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 16px;
  min-height: 80px;
  padding: 18px 24px;
  border: 1px solid var(--contact-line);
  background: #ffffff;
  color: var(--contact-purple-flat);
  text-decoration: none;
}

.contact-social span {
  color: var(--contact-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

/* second heading line — keep it the same size as the first line */
.contact-social h2 span {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: none;
  font-style: italic;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: var(--contact-gold-dark);
  color: var(--contact-gold-dark);
}

.contact-social strong {
  align-self: end;
  color: var(--contact-purple-flat);
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}

.contact-social em {
  grid-row: 1 / span 2;
  grid-column: 2;
  align-self: center;
  color: var(--contact-purple-flat);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (max-width: 1120px) {
  .page-contact header {
    padding: 25px 32px;
  }

  .page-contact header nav ul {
    flex-wrap: wrap;
    gap: 22px;
  }

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

  .contact-hero__copy {
    padding: 120px 32px 70px;
  }

  .contact-hero h1 {
    font-size: 76px;
  }

  .contact-info,
  .contact-tabs,
  .contact-form-section,
  .contact-map,
  .contact-social {
    padding-right: 32px;
    padding-left: 32px;
  }

  .contact-tabs__list,
  .contact-social__grid {
    gap: 20px;
  }

  .contact-tabs button,
  .contact-tabs a {
    font-size: 20px;
  }

  .contact-choice-grid--project {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-choice-grid--contact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-map {
    grid-template-columns: 1fr;
    grid-template-areas:
      "heading"
      "map"
      "details";
    align-items: start;
  }

  .contact-map__placeholder {
    width: 100%;
  }
}

/* Below iPad Pro — drop the contact cards to two columns */
@media (max-width: 833px) {
  .contact-info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .upload-file-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .page-contact header {
    padding: 18px 15px;
  }

  .page-contact header nav ul {
    justify-content: flex-start;
    gap: 12px 15px;
  }

  .page-contact header nav a {
    font-size: 10px;
  }

  .contact-hero {
    position: relative;
    display: block;
    min-height: 640px;
    background: var(--contact-purple-flat);
  }

  .contact-hero__image {
    position: absolute;
    inset: 38px 0 0;
    min-height: 602px;
  }

  .contact-hero__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.31);
  }

  .contact-hero__copy {
    position: relative;
    z-index: 3;
    display: block;
    min-height: 640px;
    padding: 241px 15px 0;
    background: transparent;
    color: #ffffff;
  }

  .contact-hero .contact-eyebrow,
  .contact-hero .contact-rule {
    display: none;
  }

  .contact-hero h1 {
    margin: 0;
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    color: #ffffff;
    font-size: 51px;
    line-height: 0.92;
  }

  .contact-hero h1 span {
    color: #ffffff;
  }

  .contact-hero__copy > p:not(.contact-eyebrow) {
    max-width: 318px;
    margin-top: 18px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.27;
  }

  .contact-info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    padding: 49px 15px 78px;
  }

  .contact-info-card {
    min-height: 244px;
    padding: 83px 10px 14px;
    background: linear-gradient(90deg, var(--contact-purple-dark), var(--contact-purple));
  }

  .contact-info-card > span {
    left: -25px;
    font-size: 83px;
  }

  .contact-info-card p {
    font-size: 8px;
  }

  .contact-info-card h2 {
    margin-top: 23px;
    min-height: 51px;
    font-size: 23px;
  }

  .contact-info-card address {
    min-height: 32px;
    margin-top: 13px;
    margin-bottom: 24px;
    font-size: 9px;
  }

  .contact-info-card > a {
    min-width: 112px;
    min-height: 38px;
    margin-top: auto;
    padding: 10px 16px;
    background: #ffffff;
    font-size: 12px;
  }

  .contact-tabs {
    padding: 40px 15px 0;
  }

  .contact-tabs__list {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  .contact-tabs button,
  .contact-tabs a {
    min-height: 52px;
    font-size: 18px;
  }

  .contact-form-section {
    padding: 63px 15px 96px;
  }

  .contact-form__block {
    padding-bottom: 54px;
  }

  .contact-form__block + .contact-form__block {
    padding-top: 0;
  }

  .contact-form__heading {
    margin-bottom: 35px;
    padding-bottom: 20px;
  }

  .contact-form__heading h2 {
    margin-top: 14px;
    font-size: 57px;
    line-height: 0.88;
  }

  .contact-form__heading--small h2 {
    font-size: 36px;
    line-height: 1.05;
  }

  .contact-form__grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-form__grid {
    gap: 26px 7px;
  }

  .contact-form label > span,
  .contact-choice-field legend,
  .contact-form__full > span {
    font-size: 10px;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    min-height: 52px;
    padding-right: 6px;
    padding-left: 6px;
    font-size: 12px;
  }

  .contact-choice input {
    width: 16px;
    min-height: 16px;
    height: 16px;
    padding: 0;
  }

  .contact-choice-grid--project {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px 7px;
  }

  .contact-choice-grid--contact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .contact-choice {
    min-height: 52px;
    padding: 0 8px;
    gap: 7px;
  }

  .contact-choice span {
    font-size: 12px;
  }

  .contact-form__full {
    margin-top: 26px;
  }

  .contact-form textarea {
    min-height: 200px;
  }

  .contact-upload {
    margin-bottom: 42px;
  }

  .contact-upload .upload-dropzone {
    min-height: 150px;
    padding: 22px 18px;
  }

  .contact-upload .upload-dropzone > strong {
    font-size: 42px;
  }

  .contact-upload span,
  .contact-upload small {
    max-width: 320px;
  }

  .upload-file-list {
    padding: 0 16px 18px;
  }

  .contact-checkbox {
    grid-template-columns: 18px minmax(0, 1fr);
  }

  .contact-checkbox input {
    width: 18px;
    min-height: 18px;
    height: 18px;
  }

  .contact-submit {
    min-height: 68px;
  }

  .contact-map {
    grid-template-columns: 1fr;
    gap: 30px;
    min-height: auto;
    padding: 62px 15px;
  }

  .contact-map h2,
  .contact-social h2 {
    font-size: 44px;
    line-height: 0.95;
  }

  .contact-map__placeholder {
    height: 280px;
  }

  .contact-map__details {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .contact-social {
    min-height: auto;
    padding: 62px 15px 90px;
  }

  .contact-social__grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 44px;
  }
}

@media (max-width: 486px) {
  .page-contact header nav ul {
    gap: 10px 12px;
  }

  .contact-info {
    padding-right: 15px;
    padding-left: 15px;
  }

  .upload-file-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-form__heading h2 {
    font-size: 52px;
  }

  .contact-form__heading--small h2,
  .contact-map h2,
  .contact-social h2 {
    font-size: 36px;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    font-size: 11px;
  }

  .contact-choice span {
    font-size: 11px;
  }

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

  .contact-social em {
    grid-row: auto;
    grid-column: auto;
  }

  /* Form fields stack on phones so labels + placeholders are readable. */
  .contact-form__grid--two {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 380px) {
  .contact-info,
  .contact-choice-grid--project,
  .contact-choice-grid--contact {
    grid-template-columns: 1fr;
  }

  .contact-info-card {
    min-height: 220px;
  }
}

/* Closing image break */
.work-image-break {
  height: 560px;
  overflow: hidden;
  background: #120719;
}

.work-image-break img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 760px) {
  .work-image-break {
    height: 360px;
  }
}

@media (max-width: 486px) {
  .work-image-break {
    height: 300px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .work-image-break[data-reveal] {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
    will-change: opacity, transform;
  }

  .work-image-break[data-reveal].is-revealed {
    opacity: 1;
    transform: none;
  }
}
