:root {
  --graphite: #263a36;
  --graphite-deep: #182a27;
  --copper: #a95338;
  --copper-deep: #763823;
  --copper-soft: #ecd3c8;
  --sage: #dce8df;
  --sage-strong: #6f8978;
  --chalk: #edf0eb;
  --paper: #faf7ef;
  --white: #ffffff;
  --ink: #25322f;
  --muted: #596862;
  --line: #cbd2cc;
  --shadow: 0 24px 58px rgba(24, 42, 39, 0.14);
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
}

button, input, textarea { font: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p, ol, dl, dd { margin-top: 0; }

h1,
h2,
h3,
.brand,
.property-action,
.contact-links a {
  overflow-wrap: anywhere;
}

h1, h2, h3 {
  line-height: 1.09;
  letter-spacing: -0.034em;
}

h1 {
  max-width: 670px;
  margin-bottom: 24px;
  font-size: clamp(2.68rem, 4.7vw, 3.52rem);
  font-weight: 760;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2rem, 3.5vw, 2.68rem);
  font-weight: 720;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.23rem;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 15px;
  transform: translateY(-150%);
  border-radius: 6px;
  background: var(--white);
  color: var(--graphite-deep);
  font-weight: 760;
}

.skip-link:focus { transform: translateY(0); }

:focus-visible {
  outline: 3px solid #d2774f;
  outline-offset: 3px;
}

.operator-bar {
  background: var(--graphite-deep);
  color: #f0f6f2;
  font-size: 0.78rem;
  letter-spacing: 0.016em;
}

.operator-bar .shell { padding-block: 7px; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(38, 58, 54, 0.15);
  background: rgba(250, 247, 239, 0.97);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 72px;
  gap: 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--graphite-deep);
  font-size: 1.06rem;
  font-weight: 810;
  text-decoration: none;
}

.coordinate-mark {
  position: relative;
  display: block;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border: 1px solid rgba(38, 58, 54, 0.35);
  border-radius: 50%;
  background: var(--chalk);
}

.coordinate-mark::before,
.coordinate-mark::after {
  position: absolute;
  background: var(--graphite);
  content: "";
}

.coordinate-mark::before {
  top: 5px;
  bottom: 5px;
  left: 19px;
  width: 1px;
}

.coordinate-mark::after {
  top: 19px;
  right: 5px;
  left: 5px;
  height: 1px;
}

.coordinate-mark i {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  border: 4px solid var(--copper);
  border-radius: 50% 50% 50% 5px;
  transform: rotate(-45deg);
}

.coordinate-mark b {
  position: absolute;
  z-index: 2;
  top: 17px;
  left: 17px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--graphite-deep);
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 22px;
}

.main-nav a {
  padding-block: 8px;
  color: #324943;
  font-size: 0.88rem;
  font-weight: 675;
  text-decoration: none;
}

.main-nav a:hover { color: var(--copper-deep); }

.awz-logo {
  width: 86px;
  height: 44px;
  object-fit: contain;
}

.menu-toggle { display: none; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 58px 0 52px;
  background:
    linear-gradient(rgba(38, 58, 54, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38, 58, 54, 0.075) 1px, transparent 1px),
    var(--paper);
  background-size: 90px 90px, 90px 90px, auto;
}

.hero::after {
  position: absolute;
  top: -180px;
  right: -150px;
  width: 560px;
  height: 560px;
  border: 110px solid rgba(220, 232, 223, 0.73);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(410px, 1.08fr);
  grid-template-areas: "copy figure" "actions actions";
  align-items: center;
  gap: 36px 58px;
}

.hero-copy { grid-area: copy; }

.eyebrow,
.section-kicker {
  margin-bottom: 14px;
  color: var(--copper-deep);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-intro {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.editorial-figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #d9ded9;
  box-shadow: var(--shadow);
}

.editorial-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.editorial-figure figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 4px;
  background: rgba(24, 42, 39, 0.8);
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 660;
  line-height: 1.25;
}

.hero-figure {
  grid-area: figure;
  height: 320px;
  border-radius: 5px 5px 72px 5px;
}

.hero-figure img { object-position: center 55%; }

.hero-actions {
  grid-area: actions;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.property-action {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 88px;
  padding: 17px 19px;
  gap: 15px;
  border: 1px solid rgba(38, 58, 54, 0.3);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--graphite-deep);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.property-action:hover {
  transform: translateY(-2px);
  border-color: var(--copper);
  box-shadow: 0 12px 28px rgba(24, 42, 39, 0.12);
}

.property-action--primary {
  border-color: var(--graphite);
  background: var(--graphite);
  color: #ffffff;
}

.property-action strong,
.property-action small { display: block; }

.property-action strong {
  margin-bottom: 2px;
  font-size: 1rem;
  line-height: 1.24;
}

.property-action small {
  color: inherit;
  font-size: 0.82rem;
  line-height: 1.38;
  opacity: 0.82;
}

.property-action b { font-size: 1.35rem; }

.property-action__line {
  display: block;
  width: 28px;
  height: 28px;
  border: 1px solid currentColor;
  background: linear-gradient(135deg, transparent 46%, var(--copper) 47% 53%, transparent 54%);
}

.property-action--primary .property-action__line {
  border-color: #cfe0d5;
  background: linear-gradient(135deg, transparent 46%, #e0a080 47% 53%, transparent 54%);
}

.section { padding: 92px 0; }

.profile-section {
  background: var(--graphite);
  color: #ffffff;
}

.profile-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
  gap: 50px 88px;
}

.profile-section .section-kicker { color: #e7a181; }
.profile-heading p:last-child { margin-bottom: 0; color: #dce8e2; }

.profile-axis {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  list-style: none;
}

.profile-axis li {
  display: grid;
  grid-template-columns: 37px minmax(0, 1fr);
  min-height: 145px;
  padding: 22px 20px;
  gap: 13px;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.profile-axis span {
  color: #e7a181;
  font-size: 0.72rem;
  font-weight: 850;
}

.profile-axis strong,
.profile-axis small { display: block; }
.profile-axis strong { margin-bottom: 7px; font-size: 1.1rem; }
.profile-axis small { color: #dce8e2; font-size: 0.84rem; line-height: 1.45; }

.owner-section { background: var(--paper); }

.owner-grid,
.buyer-grid {
  display: grid;
  grid-template-columns: minmax(420px, 1.06fr) minmax(0, 0.94fr);
  align-items: center;
  gap: 54px 70px;
}

.townhouse-figure {
  height: 420px;
  border-radius: 5px 72px 5px 5px;
}

.townhouse-figure img { object-position: center 52%; }
.owner-copy, .buyer-copy { max-width: 540px; }
.owner-copy p:last-of-type, .buyer-copy p:last-of-type, .trust-copy p:last-child { margin-bottom: 0; }

.text-link {
  display: inline-flex;
  align-items: center;
  margin-top: 27px;
  gap: 10px;
  border-bottom: 2px solid var(--copper);
  color: var(--graphite-deep);
  font-weight: 790;
  text-decoration: none;
}

.text-link span { transition: transform 160ms ease; }
.text-link:hover span { transform: translateX(4px); }

.types-section { background: var(--sage); }

.types-layout {
  display: grid;
  grid-template-columns: minmax(285px, 0.7fr) minmax(0, 1.3fr);
  align-items: start;
  gap: 50px 82px;
}

.types-heading { position: sticky; top: 120px; }

.type-ruler { border-top: 2px solid var(--graphite); }

.type-ruler article {
  display: grid;
  grid-template-columns: 105px minmax(210px, 0.8fr) minmax(0, 1.2fr);
  align-items: baseline;
  padding: 24px 0;
  gap: 18px;
  border-bottom: 1px solid rgba(38, 58, 54, 0.35);
}

.type-ruler article > span {
  color: var(--copper-deep);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.type-ruler h3,
.type-ruler p { margin-bottom: 0; }
.type-ruler p { color: #465a53; font-size: 0.92rem; }

.buyer-section {
  position: relative;
  overflow: hidden;
  background: var(--chalk);
}

.buyer-section::before {
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(169, 83, 56, 0.2);
  border-radius: 50%;
  content: "";
}

.buyer-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
}

.modern-figure {
  height: 420px;
  border-radius: 72px 5px 5px 5px;
}

.modern-figure img { object-position: center 53%; }

.trust-section {
  padding-block: 68px;
  background: var(--copper-deep);
  color: #ffffff;
}

.trust-layout {
  display: grid;
  grid-template-columns: minmax(290px, 0.9fr) minmax(0, 1.1fr);
  align-items: end;
  gap: 44px 78px;
}

.trust-section .section-kicker { color: #f4c4ae; }
.trust-section h2 { margin-bottom: 12px; }
.trust-copy p:last-child { max-width: 520px; color: #f4e6df; }

.trust-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.trust-facts div { padding: 20px 16px 0 0; }
.trust-facts dt { margin-bottom: 3px; color: #f4c4ae; font-size: 1.22rem; font-weight: 830; line-height: 1.2; }
.trust-facts dd { color: #ffffff; font-size: 0.82rem; line-height: 1.34; }

.contact-section {
  padding-block: 96px;
  background:
    linear-gradient(rgba(38, 58, 54, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38, 58, 54, 0.06) 1px, transparent 1px),
    var(--paper);
  background-size: 72px 72px, 72px 72px, auto;
}

.contact-shell { max-width: 930px; }

.form-card {
  overflow: hidden;
  border: 1px solid rgba(38, 58, 54, 0.2);
  border-radius: 6px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.form-heading,
#contact-form {
  padding-right: clamp(28px, 6vw, 72px);
  padding-left: clamp(28px, 6vw, 72px);
}

.form-heading { padding-top: 58px; }
.form-heading h2 { margin-bottom: 8px; }
#contact-form { padding-top: 21px; padding-bottom: 52px; }

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.intent-group {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 32px;
  padding: 5px;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--chalk);
}

.intent-option { position: relative; cursor: pointer; }
.intent-option input { position: absolute; width: 1px; height: 1px; opacity: 0; }

.intent-option span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 10px 12px;
  border: 2px solid transparent;
  border-radius: 4px;
  color: #43534e;
  font-size: 0.86rem;
  font-weight: 740;
  line-height: 1.25;
  text-align: center;
}

.intent-option[data-selected="true"] span {
  border-color: var(--graphite);
  background: var(--white);
  color: var(--graphite-deep);
  box-shadow: 0 4px 12px rgba(24, 42, 39, 0.08);
}

.intent-option input:focus-visible + span { outline: 3px solid #d2774f; outline-offset: 2px; }
.field { margin-bottom: 22px; }

.field label {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 0.87rem;
  font-weight: 750;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid #9da6a1;
  border-radius: 4px;
  background: #fffefb;
  color: var(--ink);
}

.field input { min-height: 50px; padding: 10px 13px; }
.field textarea { min-height: 150px; padding: 12px 13px; resize: vertical; }
.field input:hover, .field textarea:hover { border-color: var(--graphite); }
.field input:focus, .field textarea:focus { border-color: var(--copper); outline: 3px solid rgba(169, 83, 56, 0.22); }

.personal-details {
  margin: 2px 0 25px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.personal-details summary {
  position: relative;
  padding: 17px 36px 17px 0;
  cursor: pointer;
  color: var(--graphite-deep);
  font-weight: 770;
  list-style: none;
}

.personal-details summary::-webkit-details-marker { display: none; }

.personal-details summary::after {
  position: absolute;
  top: 14px;
  right: 2px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid var(--graphite);
  background: var(--sage);
  color: var(--graphite-deep);
  content: "+";
  font-size: 1.18rem;
  line-height: 1;
}

.personal-details[open] summary::after { content: "−"; }

.personal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 9px;
  gap: 0 20px;
}

.field--wide { grid-column: 1 / -1; }

.consent-row {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  margin: 0 0 25px;
  gap: 11px;
  color: #465650;
  font-size: 0.86rem;
  line-height: 1.55;
}

.consent-row input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--graphite); }
.consent-row a { color: var(--graphite-deep); font-weight: 740; text-underline-offset: 3px; }

.submit-button {
  width: 100%;
  min-height: 56px;
  padding: 13px 20px;
  border: 2px solid var(--graphite);
  border-radius: 4px;
  background: var(--graphite);
  color: #ffffff;
  cursor: pointer;
  font-weight: 800;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.submit-button:hover { transform: translateY(-1px); border-color: var(--graphite-deep); background: var(--graphite-deep); }
.privacy-note { margin: 15px 0 0; color: var(--muted); font-size: 0.84rem; text-align: center; }
.form-status { margin: 16px 0 0; padding: 12px 14px; border-left: 3px solid var(--copper); background: var(--copper-soft); color: var(--copper-deep); font-size: 0.9rem; }

.personal-contact {
  padding: 44px clamp(28px, 6vw, 72px) 48px;
  background: var(--graphite-deep);
  color: #ffffff;
}

.personal-contact .section-kicker { color: #e7a181; }
.personal-contact h3 { max-width: 670px; margin-bottom: 11px; font-size: clamp(1.75rem, 3.2vw, 2.3rem); }
.contact-name { margin-bottom: 24px; color: #dce8e2; }

.contact-links { display: flex; flex-wrap: wrap; gap: 12px 15px; }

.contact-links a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 720;
  text-decoration: none;
}

.contact-links a:hover { border-color: #ffffff; background: rgba(255, 255, 255, 0.08); }
.contact-links span { margin-right: 7px; color: #e7a181; font-size: 0.72rem; font-weight: 830; letter-spacing: 0.08em; text-transform: uppercase; }

.site-footer {
  border-top: 5px solid var(--copper);
  background: var(--graphite-deep);
  color: #eff5f2;
}

.footer-inner { display: flex; align-items: center; justify-content: space-between; min-height: 92px; gap: 24px; }
.footer-inner p { margin-bottom: 0; font-size: 0.82rem; }
.footer-inner nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 21px; }
.footer-inner a { color: #ffffff; font-size: 0.8rem; font-weight: 650; text-underline-offset: 4px; }

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: minmax(0, 0.9fr) minmax(370px, 1.1fr); gap: 32px 38px; }
  .profile-layout, .types-layout { gap: 48px; }
  .owner-grid, .buyer-grid { gap: 44px; }
  .type-ruler article { grid-template-columns: 82px minmax(180px, 0.8fr) minmax(0, 1.2fr); }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 40px, 700px); }
  html { scroll-padding-top: 82px; }
  .header-inner { grid-template-columns: 1fr auto auto; min-height: 66px; gap: 17px; }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 8px 10px;
    gap: 8px;
    border: 1px solid rgba(38, 58, 54, 0.3);
    border-radius: 5px;
    background: transparent;
    color: var(--graphite-deep);
    cursor: pointer;
    font-size: 0.82rem;
    font-weight: 750;
  }

  .menu-toggle__icon,
  .menu-toggle__icon::before,
  .menu-toggle__icon::after { display: block; width: 18px; height: 2px; border-radius: 3px; background: currentColor; }
  .menu-toggle__icon { position: relative; }
  .menu-toggle__icon::before, .menu-toggle__icon::after { position: absolute; left: 0; content: ""; }
  .menu-toggle__icon::before { top: -6px; }
  .menu-toggle__icon::after { top: 6px; }

  .main-nav {
    position: absolute;
    top: 100%;
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    padding: 10px;
    gap: 0;
    border: 1px solid rgba(38, 58, 54, 0.22);
    border-radius: 0 0 8px 8px;
    background: var(--paper);
    box-shadow: 0 20px 38px rgba(24, 42, 39, 0.16);
  }

  .main-nav[data-open="true"] { display: flex; }
  .main-nav a { padding: 12px; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: 0; }
  .awz-logo { width: 70px; height: 38px; }

  .hero { padding: 45px 0 43px; }
  .hero-grid { grid-template-columns: 1fr; grid-template-areas: "copy" "figure" "actions"; gap: 27px; }
  .hero-figure { height: 260px; }
  .section { padding: 72px 0; }

  .profile-layout,
  .owner-grid,
  .types-layout,
  .buyer-grid,
  .trust-layout { grid-template-columns: 1fr; gap: 31px; }

  .townhouse-figure, .modern-figure { height: 360px; }
  .types-heading { position: static; }
  .buyer-copy { order: 1; }
  .modern-figure { order: 2; }
  .trust-section { padding-block: 62px; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 32px); }
  body { font-size: 16.5px; line-height: 1.64; }
  h1 { margin-bottom: 18px; font-size: clamp(2.08rem, 10vw, 2.42rem); }
  h2 { margin-bottom: 18px; font-size: clamp(1.72rem, 8vw, 2rem); }
  .operator-bar { font-size: 0.72rem; }
  .header-inner { gap: 10px; }
  .brand { gap: 8px; font-size: 0.92rem; }
  .coordinate-mark { width: 34px; min-width: 34px; height: 34px; }
  .coordinate-mark::before { left: 16px; }
  .coordinate-mark::after { top: 16px; }
  .coordinate-mark i { top: 8px; left: 8px; width: 18px; height: 18px; }
  .coordinate-mark b { top: 14px; left: 14px; }
  .menu-toggle { min-height: 42px; padding: 7px 8px; }
  .menu-toggle span:last-child { display: none; }
  .awz-logo { width: 62px; }
  .hero { padding-top: 37px; background-size: 70px 70px, 70px 70px, auto; }
  .hero-intro { font-size: 1rem; }
  .hero-figure { height: 220px; border-radius: 5px 5px 52px 5px; }
  .hero-actions { grid-template-columns: 1fr; gap: 11px; }
  .property-action { min-height: 80px; padding: 14px 15px; }
  .section { padding: 59px 0; }

  .profile-layout,
  .owner-grid,
  .types-layout,
  .buyer-grid,
  .trust-layout { gap: 25px; }

  .profile-axis { grid-template-columns: 1fr; }
  .profile-axis li { min-height: 0; }
  .townhouse-figure, .modern-figure { height: 270px; border-radius: 5px 52px 5px 5px; }
  .modern-figure { border-radius: 52px 5px 5px 5px; }

  .type-ruler article {
    grid-template-columns: 72px minmax(0, 1fr);
    padding: 20px 0;
    gap: 6px 12px;
  }

  .type-ruler p { grid-column: 2; }
  .trust-facts { grid-template-columns: 1fr; border-top: 0; }

  .trust-facts div {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    align-items: baseline;
    padding: 13px 0;
    gap: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  .contact-section { padding-block: 56px; background-size: 54px 54px, 54px 54px, auto; }
  .form-heading, #contact-form, .personal-contact { padding-right: 22px; padding-left: 22px; }
  .form-heading { padding-top: 39px; }
  #contact-form { padding-top: 15px; padding-bottom: 38px; }
  .intent-group { grid-template-columns: 1fr; }
  .intent-option span { justify-content: flex-start; min-height: 48px; text-align: left; }
  .personal-grid { grid-template-columns: 1fr; }
  .field--wide { grid-column: auto; }
  .personal-contact { padding-top: 34px; padding-bottom: 38px; }
  .contact-links { display: grid; grid-template-columns: 1fr; }
  .contact-links a { width: 100%; }
  .footer-inner { display: grid; padding-block: 26px; }
  .footer-inner nav { justify-content: flex-start; }
}

@media (max-width: 350px) {
  :root { --shell: calc(100% - 24px); }
  h1 { font-size: 2rem; }
  .brand { font-size: 0.82rem; }
  .coordinate-mark { display: none; }
  .awz-logo { width: 57px; }
  .hero-figure { height: 200px; border-radius: 5px 5px 42px 5px; }
  .property-action { grid-template-columns: 24px minmax(0, 1fr) auto; padding-inline: 12px; gap: 10px; }
  .property-action__line { width: 24px; height: 24px; }
  .townhouse-figure, .modern-figure { height: 236px; }
  .form-heading, #contact-form, .personal-contact { padding-right: 17px; padding-left: 17px; }
  .contact-links a { padding-inline: 12px; font-size: 0.86rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
