/* Amin Ventures Contact: quiet, credible, minimal. */

#root:has([data-av-contact-mount="true"]) {
  --contact-font: -apple-system, "system-ui", "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  --contact-ink: #121715;
  --contact-muted: rgba(18, 23, 21, 0.58);
  --contact-soft: #f5f6f2;
  --contact-surface: rgba(255, 255, 255, 0.56);
  --contact-line: rgba(20, 24, 22, 0.12);
  --contact-line-strong: rgba(20, 24, 22, 0.2);
  --contact-green: #0f4a43;
  --contact-mint: #b9e8dd;
  --contact-gold: #a88a42;
}

#root:has([data-av-contact-mount="true"])
  [data-loc="src/web/pages/Contact.tsx:15"] {
  min-height: 100vh !important;
  background: var(--contact-soft) !important;
}

#root:has([data-av-contact-mount="true"])
  [data-loc="src/web/pages/Contact.tsx:15"]
  > :not([data-av-contact-mount="true"]) {
  display: none !important;
}

[data-av-contact-mount="true"] {
  display: block;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.av-contact-page,
.av-contact-page * {
  box-sizing: border-box;
}

.av-contact-page {
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--contact-ink);
  background:
    radial-gradient(circle at 74% 8%, rgba(185, 232, 221, 0.18), transparent 23%),
    radial-gradient(circle at 10% 42%, rgba(15, 74, 67, 0.045), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 58%, #f8faf9 100%);
  background-size: auto;
  font-family: var(--contact-font);
}

.av-contact-shell {
  width: min(calc(100vw - clamp(32px, 6vw, 110px)), 1320px);
  margin-inline: auto;
}

.av-contact-hero {
  position: relative;
  padding: clamp(108px, 12vh, 138px) 0 clamp(46px, 6vw, 72px);
}

.av-contact-hero::before {
  position: absolute;
  inset: 0 0 auto;
  height: 360px;
  background:
    radial-gradient(circle at 74% 18%, rgba(185, 232, 221, 0.34), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0));
  content: "";
  pointer-events: none;
}

.av-contact-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.72fr);
  gap: clamp(46px, 6vw, 92px);
  align-items: start;
}

.av-contact-hero__copy {
  max-width: 640px;
  padding-top: 12px;
}

.av-contact-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--contact-gold) !important;
  -webkit-text-fill-color: var(--contact-gold) !important;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

.av-contact-hero h1 {
  max-width: 610px;
  margin: 20px 0 0;
  color: var(--contact-ink) !important;
  -webkit-text-fill-color: var(--contact-ink) !important;
  font-size: clamp(34px, 3.15vw, 48px);
  font-weight: 440;
  letter-spacing: -0.038em;
  line-height: 1.08;
  text-wrap: balance;
}

.av-contact-hero__copy > p {
  max-width: 520px;
  margin: 18px 0 0;
  color: var(--contact-muted) !important;
  -webkit-text-fill-color: var(--contact-muted) !important;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.68;
}

.av-contact-hero__signals {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  width: min(620px, 100%);
  margin-top: 16px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.18));
  box-shadow:
    0 18px 54px rgba(15, 38, 35, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}

.av-contact-hero__signals article {
  min-width: 0;
  padding: 13px 12px;
  border: 1px solid rgba(15, 74, 67, 0.08);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.36);
}

.av-contact-hero__signals article + article {
  padding-left: 13px;
  border-left: 1px solid rgba(15, 74, 67, 0.08);
}

.av-contact-hero__signals strong {
  display: block;
  color: var(--contact-green) !important;
  -webkit-text-fill-color: var(--contact-green) !important;
  font-size: 15px;
  font-weight: 580;
  letter-spacing: -0.015em;
}

.av-contact-hero__signals span {
  display: block;
  margin-top: 7px;
  color: rgba(20, 24, 22, 0.54) !important;
  -webkit-text-fill-color: rgba(20, 24, 22, 0.54) !important;
  font-size: 9px;
  font-weight: 720;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
}

.av-contact-brief {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 2.4vw, 32px);
  width: min(620px, 100%);
  margin-top: clamp(22px, 2.6vw, 34px);
  padding: clamp(16px, 1.8vw, 22px);
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 8px;
  background:
    radial-gradient(circle at 8% 0%, rgba(185, 232, 221, 0.28), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.22));
  box-shadow:
    0 22px 62px rgba(15, 38, 35, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  overflow: hidden;
  backdrop-filter: blur(22px) saturate(142%);
  -webkit-backdrop-filter: blur(22px) saturate(142%);
}

.av-contact-brief::after {
  position: absolute;
  inset: auto 18px 16px auto;
  width: 90px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(168, 138, 66, 0.72));
  content: "";
}

.av-contact-brief__main span,
.av-contact-brief__rail span {
  display: block;
  color: var(--contact-green) !important;
  -webkit-text-fill-color: var(--contact-green) !important;
  font-size: 9px;
  font-weight: 820;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.av-contact-brief__main p {
  max-width: 430px;
  margin: 12px 0 0;
  color: rgba(20, 24, 22, 0.7) !important;
  -webkit-text-fill-color: rgba(20, 24, 22, 0.7) !important;
  font-size: 13px;
  line-height: 1.62;
}

.av-contact-brief__rail {
  display: grid;
  align-content: center;
  gap: 10px;
  min-width: 154px;
  padding-left: clamp(18px, 2vw, 28px);
  border-left: 1px solid rgba(15, 74, 67, 0.12);
}

.av-contact-brief__rail span {
  color: rgba(20, 24, 22, 0.48) !important;
  -webkit-text-fill-color: rgba(20, 24, 22, 0.48) !important;
  letter-spacing: 0.11em;
}

.av-contact-direct {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 22px;
}

.av-contact-direct a {
  color: var(--contact-ink) !important;
  -webkit-text-fill-color: var(--contact-ink) !important;
  font-size: 13px;
  font-weight: 590;
  text-decoration: none;
}

.av-contact-direct a:hover {
  color: var(--contact-green) !important;
  -webkit-text-fill-color: var(--contact-green) !important;
}

.av-contact-form-card,
.av-contact-info-panel,
.av-contact-map-card,
.av-contact-method {
  border: 1px solid var(--contact-line);
  border-radius: 8px;
  background: var(--contact-surface);
  box-shadow:
    0 22px 70px rgba(22, 33, 29, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(24px) saturate(132%);
  -webkit-backdrop-filter: blur(24px) saturate(132%);
}

.av-contact-form-card {
  padding: clamp(22px, 2.6vw, 32px);
}

.av-contact-form-card,
.av-contact-form-card * {
  -webkit-text-fill-color: currentColor;
}

.av-contact-form-card__head span {
  color: var(--contact-ink) !important;
  -webkit-text-fill-color: var(--contact-ink) !important;
  font-size: clamp(21px, 1.65vw, 28px);
  font-weight: 500;
  letter-spacing: -0.028em;
  line-height: 1.1;
}

.av-contact-form-card__head p {
  max-width: 390px;
  margin: 10px 0 0;
  color: var(--contact-muted) !important;
  -webkit-text-fill-color: var(--contact-muted) !important;
  font-size: 12px;
  line-height: 1.62;
}

.av-contact-type {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 20px 0 22px;
}

.av-contact-type button,
.av-contact-submit {
  border: 0;
  font: inherit;
  cursor: pointer;
}

.av-contact-type button {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--contact-line);
  border-radius: 999px;
  color: rgba(20, 24, 22, 0.66) !important;
  -webkit-text-fill-color: rgba(20, 24, 22, 0.66) !important;
  background: rgba(255, 255, 255, 0.42) !important;
  font-size: 8px;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.av-contact-type button[aria-pressed="true"] {
  border-color: rgba(15, 74, 67, 0.34);
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: var(--contact-green) !important;
}

.av-contact-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.av-contact-fields label {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.av-contact-fields__wide {
  grid-column: 1 / -1;
}

.av-contact-fields span {
  color: rgba(20, 24, 22, 0.54) !important;
  -webkit-text-fill-color: rgba(20, 24, 22, 0.54) !important;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.av-contact-fields :where(input, textarea) {
  width: 100%;
  border: 1px solid var(--contact-line);
  border-radius: 6px;
  outline: none;
  color: var(--contact-ink) !important;
  -webkit-text-fill-color: var(--contact-ink) !important;
  background: rgba(255, 255, 255, 0.44) !important;
  box-shadow: none;
  font: inherit;
  font-size: 13px;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.av-contact-fields input {
  height: 42px;
  padding: 0 13px;
}

.av-contact-fields textarea {
  min-height: 104px;
  padding: 13px;
  resize: vertical;
}

.av-contact-fields :where(input, textarea):focus {
  border-color: rgba(15, 74, 67, 0.52) !important;
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: 0 0 0 3px rgba(15, 74, 67, 0.08);
}

.av-contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  height: 48px;
  margin-top: 16px;
  border-radius: 999px;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: var(--contact-ink);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.av-contact-submit:hover {
  background: var(--contact-green);
  transform: translateY(-1px);
}

.av-contact-submit svg {
  width: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.av-contact-desk {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.74fr);
  gap: clamp(22px, 3vw, 40px);
  padding-bottom: clamp(48px, 7vw, 90px);
}

.av-contact-info-panel {
  position: relative;
  padding: clamp(22px, 2.45vw, 34px);
  border-color: rgba(255, 255, 255, 0.66);
  background:
    radial-gradient(circle at 8% 0%, rgba(185, 232, 221, 0.2), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.25));
  box-shadow:
    0 20px 64px rgba(22, 33, 29, 0.065),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(22px) saturate(135%);
  -webkit-backdrop-filter: blur(22px) saturate(135%);
  overflow: hidden;
}

.av-contact-info-panel::after {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 62px;
  height: 62px;
  border-top: 1px solid rgba(168, 138, 66, 0.42);
  border-right: 1px solid rgba(168, 138, 66, 0.42);
  content: "";
  opacity: 0.72;
}

.av-contact-info-panel h2 {
  max-width: 470px;
  margin: 12px 0 20px;
  color: var(--contact-ink) !important;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 430;
  letter-spacing: -0.034em;
  line-height: 1.1;
  -webkit-text-fill-color: var(--contact-ink) !important;
}

.av-contact-info-panel__lede {
  max-width: 510px;
  margin: -6px 0 18px;
  color: rgba(20, 24, 22, 0.62) !important;
  -webkit-text-fill-color: rgba(20, 24, 22, 0.62) !important;
  font-size: 13px;
  line-height: 1.62;
}

.av-contact-info-panel__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
}

.av-contact-info-panel__meta span {
  border: 1px solid rgba(15, 74, 67, 0.1);
  border-radius: 999px;
  padding: 7px 10px;
  color: rgba(15, 74, 67, 0.76) !important;
  -webkit-text-fill-color: rgba(15, 74, 67, 0.76) !important;
  background: rgba(255, 255, 255, 0.38);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.av-contact-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  border-top: 1px solid rgba(20, 24, 22, 0.1);
  border-left: 0;
  padding-top: 10px;
}

.av-contact-info-grid article {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(15, 74, 67, 0.08);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.24);
}

.av-contact-info-grid article > span {
  color: var(--contact-green) !important;
  -webkit-text-fill-color: var(--contact-green) !important;
  font-size: 8px;
  font-weight: 820;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.av-contact-info-grid :where(a, p) {
  display: block;
  margin: 9px 0 0;
  color: var(--contact-ink) !important;
  -webkit-text-fill-color: var(--contact-ink) !important;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 430;
  letter-spacing: -0.025em;
  line-height: 1.34;
  text-decoration: none;
}

.av-contact-info-grid a:hover {
  color: var(--contact-green) !important;
  -webkit-text-fill-color: var(--contact-green) !important;
}

.av-contact-hours {
  grid-column: 1 / -1;
}

.av-contact-hours > div {
  display: grid;
  gap: 0;
  margin-top: 14px;
}

.av-contact-hours p {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  padding: 7px 0;
  border-top: 1px solid rgba(20, 24, 22, 0.07);
}

.av-contact-hours strong,
.av-contact-hours small {
  color: rgba(20, 24, 22, 0.64);
  font-size: 11px;
  font-weight: 620;
  letter-spacing: 0;
}

.av-contact-map-card {
  position: relative;
  min-height: clamp(318px, 28vw, 420px);
  border-color: rgba(255, 255, 255, 0.66);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.26));
  box-shadow:
    0 24px 74px rgba(22, 33, 29, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px) saturate(130%);
  -webkit-backdrop-filter: blur(20px) saturate(130%);
  overflow: hidden;
}

.av-contact-map-card__image {
  position: absolute;
  inset: 14px;
  border-radius: 6px;
  overflow: hidden;
}

.av-contact-map-card__image iframe {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  filter: saturate(0.82) contrast(0.94) brightness(1.04);
}

.av-contact-map-card__image::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 48% 63%, rgba(185, 232, 221, 0.22), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.36)),
    linear-gradient(135deg, rgba(15, 74, 67, 0.2), transparent 54%);
  content: "";
  pointer-events: none;
}

.av-contact-map-card::before {
  position: absolute;
  inset: 14px;
  z-index: 1;
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(15, 74, 67, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(15, 74, 67, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  mix-blend-mode: multiply;
  pointer-events: none;
}

.av-contact-map-card__topline {
  position: absolute;
  top: 28px;
  right: 28px;
  left: 28px;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  pointer-events: none;
}

.av-contact-map-card__topline span {
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 999px;
  padding: 7px 9px;
  color: rgba(15, 74, 67, 0.86) !important;
  -webkit-text-fill-color: rgba(15, 74, 67, 0.86) !important;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 12px 30px rgba(15, 38, 35, 0.08);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
  font-size: 8px;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.av-contact-map-card__pin {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 4px 12px;
  align-items: center;
  z-index: 6;
  min-height: 84px;
  height: auto;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(7, 18, 16, 0.82), rgba(15, 74, 67, 0.68));
  box-shadow: 0 20px 48px rgba(8, 25, 22, 0.18);
  backdrop-filter: blur(18px) saturate(128%);
  -webkit-backdrop-filter: blur(18px) saturate(128%);
  opacity: 0.86;
}


.av-contact-map-card__pin span {
  display: grid;
  grid-row: 1 / span 2;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background:
    linear-gradient(145deg, rgba(185, 232, 221, 0.32), rgba(255, 255, 255, 0.12));
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 9px;
  font-weight: 820;
  letter-spacing: 0.08em;
}

.av-contact-map-card__pin strong {
  margin-bottom: 0;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 14px;
  font-weight: 520;
  letter-spacing: -0.015em;
}

.av-contact-map-card__pin small {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 9px;
  opacity: 0.87;
}

html.av-non-home-route
  #root:has([data-av-contact-mount="true"])
  .av-contact-map-card__pin
  > strong,
html.av-non-home-route
  #root:has([data-av-contact-mount="true"])
  .av-contact-map-card__pin
  > small,
#root:has([data-av-contact-mount="true"]) .av-contact-map-card__pin > strong,
#root:has([data-av-contact-mount="true"]) .av-contact-map-card__pin > small {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

html.av-non-home-route
  #root:has([data-av-contact-mount="true"])
  .av-contact-map-card__pin
  > small,
#root:has([data-av-contact-mount="true"]) .av-contact-map-card__pin > small {
  opacity: 0.87;
}

.av-contact-method {
  margin-bottom: clamp(76px, 8vw, 120px);
  padding: clamp(22px, 3vw, 38px);
}

.av-contact-method header {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
  padding-bottom: clamp(24px, 3vw, 36px);
  border-bottom: 1px solid var(--contact-line);
}

.av-contact-method h2 {
  max-width: 680px;
  margin: 0;
  color: var(--contact-ink);
  font-size: clamp(24px, 2.6vw, 42px);
  font-weight: 440;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.av-contact-method > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.av-contact-method article {
  min-width: 0;
  padding: clamp(22px, 2.7vw, 34px) clamp(18px, 2vw, 28px) 0 0;
}

.av-contact-method article + article {
  padding-left: clamp(18px, 2vw, 28px);
  border-left: 1px solid var(--contact-line);
}

.av-contact-method article > span {
  color: var(--contact-green) !important;
  -webkit-text-fill-color: var(--contact-green) !important;
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.14em;
}

.av-contact-method h3 {
  margin: 20px 0 10px;
  color: var(--contact-ink);
  font-size: clamp(17px, 1.35vw, 22px);
  font-weight: 500;
  letter-spacing: -0.026em;
  line-height: 1.08;
}

.av-contact-method p {
  margin: 0;
  color: var(--contact-muted);
  font-size: 13px;
  line-height: 1.62;
}

@media (max-width: 1100px) {
  .av-contact-hero__grid,
  .av-contact-desk {
    grid-template-columns: 1fr;
  }

  .av-contact-form-card {
    max-width: 680px;
  }
}

@media (max-width: 760px) {
  .av-contact-shell {
    width: min(calc(100vw - 28px), 1320px);
  }

  .av-contact-hero {
    padding-top: 108px;
  }

  .av-contact-hero h1 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .av-contact-hero__signals,
  .av-contact-fields,
  .av-contact-type,
  .av-contact-info-grid,
  .av-contact-method > div,
  .av-contact-method header {
    grid-template-columns: 1fr;
  }

  .av-contact-hero__signals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 26px;
  }

  .av-contact-hero__signals article,
  .av-contact-hero__signals article + article {
    padding: 13px 10px;
    border-top: 0;
  }

  .av-contact-hero__signals article + article {
    border-left: 1px solid rgba(15, 74, 67, 0.08);
  }

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

  .av-contact-brief__rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-width: 0;
    padding: 14px 0 0;
    border-top: 1px solid rgba(15, 74, 67, 0.12);
    border-left: 0;
  }

  .av-contact-map-card__topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .av-contact-hero__signals strong {
    font-size: 14px;
  }

  .av-contact-hero__signals span {
    font-size: 8px;
    letter-spacing: 0.08em;
  }

  .av-contact-info-grid article {
    grid-column: auto;
  }

  .av-contact-map-card {
    min-height: 360px;
  }

  .av-contact-method article,
  .av-contact-method article + article {
    padding: 22px 0 0;
    border-left: 0;
  }
}
