:root {
  --ink: #193435;
  --ink-soft: #506766;
  --petrol: #0f5a59;
  --petrol-deep: #123f40;
  --palm: #4e745e;
  --sand: #e7d4b2;
  --sand-soft: #f4ecde;
  --sun: #bd7935;
  --paper: #fffdf8;
  --white: #ffffff;
  --line: #d9d2c4;
  --focus: #e5a63f;
  --shadow: 0 18px 46px rgba(27, 57, 55, 0.13);
  --shell: min(1180px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(15, 90, 89, 0.045) calc(50% - 1px), rgba(15, 90, 89, 0.045) 50%, transparent 50%),
    var(--paper);
  pointer-events: none;
}

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

button,
summary,
a,
label {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

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

.section {
  padding: 88px 0;
  scroll-margin-top: 98px;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--white);
  background: var(--petrol-deep);
  border-radius: 6px;
  transform: translateY(-150%);
}

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

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

.operator-bar {
  position: relative;
  color: #fff8eb;
  background: var(--petrol-deep);
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: 0.015em;
}

.operator-bar::after {
  content: "";
  position: absolute;
  right: 7%;
  bottom: 0;
  width: 150px;
  height: 100%;
  background: linear-gradient(115deg, transparent 22%, rgba(231, 212, 178, 0.2) 22% 64%, rgba(189, 121, 53, 0.75) 64%);
  pointer-events: none;
}

.operator-bar .shell {
  min-height: 35px;
  display: flex;
  align-items: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 253, 248, 0.97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

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

.domain-mark {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  text-decoration: none;
  font-size: 23px;
  line-height: 1;
}

.domain-sign {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--white);
  background:
    linear-gradient(135deg, var(--petrol) 0 58%, var(--sun) 58% 100%);
  border-radius: 5px 15px 5px 15px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.main-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 27px;
}

.main-nav a {
  position: relative;
  color: var(--ink);
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  background: var(--sun);
  transition: right 150ms ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  right: 0;
}

.awz-brand {
  width: 78px;
  height: 54px;
  display: grid;
  place-items: center;
  padding: 6px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 7px;
}

.awz-brand img {
  width: 62px;
  height: 42px;
  object-fit: contain;
}

.menu-toggle {
  display: none;
  min-width: 52px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

.menu-toggle__icon,
.menu-toggle__icon::before,
.menu-toggle__icon::after {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
}

.menu-toggle__icon {
  position: relative;
}

.menu-toggle__icon::before,
.menu-toggle__icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu-toggle__icon::before {
  top: -7px;
}

.menu-toggle__icon::after {
  top: 7px;
}

.hero {
  position: relative;
  padding: 62px 0 48px;
  background:
    radial-gradient(circle at 82% 12%, rgba(189, 121, 53, 0.14), transparent 27%),
    linear-gradient(115deg, #f8f1e5 0 53%, #eef4ee 53% 100%);
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  top: -48px;
  right: -40px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(15, 90, 89, 0.16);
  border-radius: 48px 140px 48px 140px;
  transform: rotate(18deg);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 30px 54px;
  align-items: center;
}

.hero-copy {
  padding: 8px 0 2px 24px;
  border-left: 4px solid var(--sun);
}

.eyebrow,
.section-kicker {
  margin: 0 0 13px;
  color: var(--petrol);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

h1,
h2,
h3,
p,
dl,
dd {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--ink);
  line-height: 1.1;
  text-wrap: balance;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(44px, 4.35vw, 59px);
  letter-spacing: -0.042em;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(32px, 3.3vw, 43px);
  letter-spacing: -0.032em;
}

h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.hero-lead,
.section-heading > p:last-child,
.feature-copy > p,
.buyer-copy > p,
.trust-layout > div > p:last-child {
  color: var(--ink-soft);
}

.hero-lead {
  max-width: 590px;
  margin-bottom: 0;
  font-size: 19px;
}

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

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

.editorial-image figcaption {
  position: absolute;
  right: 10px;
  bottom: 9px;
  z-index: 2;
  padding: 4px 8px;
  color: var(--white);
  background: rgba(17, 40, 39, 0.88);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.25;
}

.hero-image {
  height: 320px;
  border-radius: 36px 7px 36px 7px;
}

.hero-image img {
  object-position: center 56%;
}

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

.action-card {
  min-height: 102px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 15px;
  padding: 18px 22px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(27, 57, 55, 0.07);
  transition: transform 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.action-card:hover {
  transform: translateY(-2px);
  border-color: var(--sun);
  box-shadow: 0 13px 28px rgba(27, 57, 55, 0.11);
}

.action-card--primary {
  color: var(--white);
  background: var(--petrol);
  border-color: var(--petrol);
}

.action-card__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--petrol);
  background: var(--sand-soft);
  border-radius: 50%;
  font-size: 22px;
  font-weight: 700;
}

.action-card--primary .action-card__icon {
  color: var(--petrol-deep);
  background: #fff7e9;
}

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

.action-card strong {
  font-size: 18px;
  line-height: 1.3;
}

.action-card small {
  margin-top: 3px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.45;
}

.action-card--primary small {
  color: rgba(255, 255, 255, 0.82);
}

.action-card__arrow {
  font-size: 23px;
}

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

.owner-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 72px;
  align-items: start;
}

.section-heading {
  position: sticky;
  top: 132px;
}

.section-heading > p:last-child {
  margin-bottom: 0;
}

.property-list {
  margin-bottom: 0;
  border-top: 1px solid var(--line);
}

.property-list > div {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1.3fr);
  gap: 28px;
  padding: 27px 8px 27px 54px;
  border-bottom: 1px solid var(--line);
}

.property-list > div::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 9px;
  width: 25px;
  height: 25px;
  border: 2px solid var(--sun);
  border-radius: 4px 10px 4px 10px;
}

.property-list dt {
  color: var(--ink);
  font-weight: 800;
  line-height: 1.4;
}

.property-list dd {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.home-feature {
  background: var(--sand-soft);
}

.feature-grid,
.buyer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: 70px;
  align-items: center;
}

.home-image,
.city-image {
  height: 405px;
  border-radius: 8px 46px 8px 46px;
}

.home-image img {
  object-position: center 55%;
}

.feature-copy,
.buyer-copy {
  max-width: 570px;
}

.feature-copy > p,
.buyer-copy > p {
  margin-bottom: 18px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 6px;
  color: var(--petrol-deep);
  text-decoration-color: var(--sun);
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
  font-weight: 800;
}

.buyer-section {
  background: #edf4ef;
}

.buyer-grid {
  grid-template-columns: minmax(0, 0.93fr) minmax(0, 1.07fr);
}

.city-image {
  border-radius: 46px 8px 46px 8px;
}

.city-image img {
  object-position: center 58%;
}

.trust-section {
  position: relative;
  color: var(--white);
  background: var(--petrol-deep);
  overflow: hidden;
}

.trust-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 76%, rgba(231, 212, 178, 0.09) 76% 78%, transparent 78%),
    linear-gradient(45deg, transparent 0 84%, rgba(189, 121, 53, 0.18) 84% 86%, transparent 86%);
  pointer-events: none;
}

.trust-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 62px;
  align-items: end;
}

.trust-layout h2,
.trust-layout .section-kicker,
.trust-layout > div > p:last-child {
  color: var(--white);
}

.trust-layout > div > p:last-child {
  margin-bottom: 0;
  opacity: 0.82;
}

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

.trust-facts > div {
  padding: 22px 18px;
}

.trust-facts > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.trust-facts dt {
  color: #fff4df;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.15;
}

.trust-facts dd {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.77);
  font-size: 14px;
  line-height: 1.4;
}

.contact-section {
  padding: 92px 0;
  background:
    linear-gradient(135deg, rgba(231, 212, 178, 0.36), transparent 42%),
    #f7f4ed;
}

.contact-layout {
  display: flex;
  justify-content: center;
}

.form-card {
  position: relative;
  width: min(900px, 100%);
  padding: 58px 62px 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px 38px 10px 38px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.form-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(var(--sun), var(--petrol));
}

.form-card > h2 {
  margin-bottom: 27px;
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.intent-group {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin: 0 0 29px;
  padding: 0;
  border: 0;
}

.intent-option {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

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

.intent-option span {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  color: var(--ink);
  background: #f4f0e8;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.3;
  text-align: center;
  transition: background 140ms ease, border-color 140ms ease, color 140ms ease;
}

.intent-option[data-selected="true"] span {
  color: var(--white);
  background: var(--petrol);
  border-color: var(--petrol);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.17);
}

.intent-option input:focus-visible + span {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.field {
  margin-bottom: 20px;
}

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

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

.field input {
  min-height: 51px;
  padding: 10px 13px;
}

.field textarea {
  min-height: 174px;
  padding: 13px;
  resize: vertical;
  line-height: 1.55;
}

.field input:focus,
.field textarea:focus {
  border-color: var(--petrol);
  box-shadow: 0 0 0 3px rgba(15, 90, 89, 0.16);
  outline: 0;
}

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

.personal-details summary {
  position: relative;
  padding: 18px 34px 18px 0;
  list-style: none;
  cursor: pointer;
  font-weight: 750;
}

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

.personal-details summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 14px;
  color: var(--petrol);
  font-size: 27px;
  font-weight: 400;
}

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

.personal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
  padding: 8px 0 6px;
}

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

.consent-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 0 0 24px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.5;
}

.consent-row input {
  width: 21px;
  height: 21px;
  margin: 2px 0 0;
  accent-color: var(--petrol);
}

.consent-row a {
  color: var(--petrol-deep);
  font-weight: 700;
  text-underline-offset: 3px;
}

.submit-button {
  width: 100%;
  min-height: 57px;
  padding: 13px 20px;
  color: var(--white);
  background: var(--petrol);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  transition: background 150ms ease, transform 150ms ease;
}

.submit-button:hover {
  background: var(--petrol-deep);
  transform: translateY(-1px);
}

.privacy-note {
  margin: 13px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
  text-align: center;
}

.form-status {
  margin: 17px 0 0;
  padding: 12px 14px;
  color: var(--ink);
  background: #eff6f1;
  border: 1px solid #adc7b6;
  border-radius: 7px;
}

.personal-contact {
  margin: 38px -62px 0;
  padding: 38px 62px 47px;
  background: #f4f0e8;
  border-top: 1px solid var(--line);
}

.personal-contact h3 {
  margin-bottom: 10px;
  font-size: clamp(27px, 3vw, 36px);
}

.contact-name {
  margin-bottom: 22px;
  color: var(--ink-soft);
  font-weight: 750;
}

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

.contact-links a {
  min-height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 13px 17px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
}

.contact-links a:hover {
  border-color: var(--sun);
}

.contact-links a span {
  margin-bottom: 2px;
  color: var(--sun);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer {
  padding: 28px 0;
  color: #edf4ef;
  background: #102f30;
  font-size: 14px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}

.footer-inner p {
  margin-bottom: 0;
}

.footer-inner nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.footer-inner a {
  color: var(--white);
  text-underline-offset: 4px;
}

@media (max-width: 1060px) {
  :root {
    --shell: min(100% - 34px, 940px);
  }

  .header-inner {
    gap: 18px;
  }

  .main-nav {
    gap: 18px;
  }

  .main-nav a {
    font-size: 14px;
  }

  .hero-grid {
    gap: 28px 34px;
  }

  .hero-image {
    height: 300px;
  }

  .owner-layout,
  .feature-grid,
  .buyer-grid,
  .trust-layout {
    gap: 42px;
  }
}

@media (max-width: 820px) {
  :root {
    --shell: min(100% - 28px, 720px);
  }

  body {
    font-size: 17px;
  }

  .section {
    padding: 68px 0;
    scroll-margin-top: 88px;
  }

  .header-inner {
    min-height: 70px;
    grid-template-columns: 1fr auto auto;
  }

  .domain-mark {
    font-size: 20px;
  }

  .domain-sign {
    width: 36px;
    height: 36px;
  }

  .menu-toggle {
    display: flex;
  }

  .menu-toggle > span:last-child {
    display: none;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 14px;
    right: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 18px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 0 0 10px 10px;
    box-shadow: var(--shadow);
  }

  .main-nav[data-open="true"] {
    display: flex;
  }

  .main-nav a {
    min-height: 48px;
    display: flex;
    align-items: center;
  }

  .main-nav a::after {
    display: none;
  }

  .awz-brand {
    width: 66px;
    height: 48px;
  }

  .hero {
    padding: 48px 0 36px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .hero-copy {
    padding-left: 18px;
  }

  h1 {
    font-size: 45px;
  }

  .hero-image {
    grid-row: 2;
    height: 250px;
  }

  .hero-actions {
    grid-column: 1;
    grid-row: 3;
  }

  .owner-layout,
  .feature-grid,
  .buyer-grid,
  .trust-layout {
    grid-template-columns: 1fr;
  }

  .section-heading {
    position: static;
  }

  .feature-copy,
  .buyer-copy {
    max-width: none;
  }

  .home-image {
    order: 2;
  }

  .feature-copy {
    order: 1;
  }

  .city-image {
    height: 350px;
  }

  .trust-facts {
    max-width: 650px;
  }
}

@media (max-width: 620px) {
  :root {
    --shell: calc(100% - 24px);
  }

  body {
    font-size: 16px;
  }

  .operator-bar .shell {
    min-height: 31px;
    font-size: 11px;
  }

  .header-inner {
    min-height: 67px;
    gap: 9px;
  }

  .domain-mark {
    gap: 7px;
    font-size: 18px;
  }

  .domain-sign {
    display: none;
  }

  .awz-brand {
    width: 62px;
    height: 46px;
  }

  .hero {
    padding-top: 38px;
  }

  .hero-copy {
    padding-left: 13px;
  }

  .eyebrow,
  .section-kicker {
    font-size: 11px;
  }

  h1 {
    margin-bottom: 17px;
    font-size: 35px;
  }

  h2 {
    font-size: 30px;
  }

  .hero-lead {
    font-size: 17px;
  }

  .hero-image {
    height: 220px;
    border-radius: 23px 5px 23px 5px;
  }

  .editorial-image figcaption {
    right: 7px;
    bottom: 7px;
    padding: 4px 7px;
    font-size: 10px;
  }

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

  .action-card {
    min-height: 94px;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    padding: 15px;
  }

  .action-card__icon {
    width: 40px;
    height: 40px;
  }

  .property-list > div {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 22px 4px 22px 43px;
  }

  .property-list > div::before {
    top: 25px;
    left: 5px;
    width: 21px;
    height: 21px;
  }

  .home-image,
  .city-image {
    height: 260px;
    border-radius: 7px 28px 7px 28px;
  }

  .trust-facts {
    grid-template-columns: 1fr;
  }

  .trust-facts > div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    border-left: 0;
  }

  .form-card {
    padding: 37px 20px 0;
    border-radius: 8px 25px 8px 25px;
  }

  .intent-group {
    grid-template-columns: 1fr;
  }

  .intent-option span {
    min-height: 52px;
    justify-content: flex-start;
    text-align: left;
  }

  .personal-grid,
  .contact-links {
    grid-template-columns: 1fr;
  }

  .field--wide {
    grid-column: auto;
  }

  .personal-contact {
    margin: 34px -20px 0;
    padding: 32px 20px 39px;
  }

  .contact-links a {
    min-height: 68px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-inner nav {
    justify-content: flex-start;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  .domain-mark {
    font-size: 17px;
  }

  .section {
    padding: 58px 0;
  }

  .action-card strong {
    font-size: 16px;
  }

  .contact-links a {
    font-size: 15px;
  }
}

@media (max-width: 350px) {
  :root {
    --shell: calc(100% - 18px);
  }

  .domain-mark {
    font-size: 16px;
  }

  .menu-toggle {
    min-width: 46px;
  }

  .awz-brand {
    width: 57px;
  }

  h1 {
    font-size: 30px;
  }

  .hero-copy {
    padding-left: 10px;
  }

  .action-card {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 9px;
  }

  .action-card__icon {
    width: 36px;
    height: 36px;
  }

  .action-card__arrow {
    display: none;
  }

  .form-card {
    padding-inline: 15px;
  }

  .personal-contact {
    margin-inline: -15px;
    padding-inline: 15px;
  }
}

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