:root {
  --navy: #29465b;
  --navy-deep: #1b3040;
  --sage: #9eb7c4;
  --sage-dark: #476a7b;
  --sage-pale: #edf3f6;
  --apricot: #d36f58;
  --apricot-dark: #9f4937;
  --mustard: #d3a54b;
  --linen: #faf7f0;
  --paper: #ffffff;
  --ink: #2d3940;
  --muted: #5f686d;
  --line: #d9ddd9;
  --focus: #84382b;
  --shell: 1180px;
  --radius: 20px;
  --shadow: 0 20px 52px rgba(41, 70, 91, 0.14);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

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

.skip-link {
  position: fixed;
  z-index: 200;
  top: 8px;
  left: 10px;
  padding: 10px 16px;
  color: #fff;
  background: var(--navy-deep);
  border-radius: 8px;
  transform: translateY(-160%);
}

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

.section-shell,
.header-shell {
  width: min(calc(100% - 40px), var(--shell));
  margin-inline: auto;
}

.operator-bar {
  min-height: 32px;
  padding: 5px 18px;
  color: #526067;
  background: #eef2f3;
  border-bottom: 1px solid #dce3e5;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

.site-header {
  position: sticky;
  z-index: 60;
  top: 0;
  background: rgba(250, 247, 240, 0.97);
  border-bottom: 1px solid rgba(217, 221, 217, 0.95);
  backdrop-filter: blur(12px);
}

.header-shell {
  display: grid;
  grid-template-columns: minmax(190px, auto) 1fr auto;
  align-items: center;
  min-height: 74px;
  gap: 24px;
}

.domain-mark {
  color: var(--navy-deep);
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.05;
  text-decoration: none;
}

.domain-mark::before {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 8px;
  content: "";
  background: var(--apricot);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px var(--apricot);
  vertical-align: middle;
}

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

.main-nav a {
  color: #384c56;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color 160ms ease, border-color 160ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--apricot-dark);
  border-bottom-color: var(--apricot);
}

.awz-logo {
  display: flex;
  align-items: center;
  min-width: 82px;
  min-height: 52px;
}

.awz-logo img {
  width: 82px;
  height: auto;
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  padding: 11px;
  color: var(--navy);
  background: var(--paper);
  border: 1px solid #cdd6cf;
  border-radius: 50%;
  cursor: pointer;
}

.menu-button span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
  border-radius: 3px;
}

.image-frame {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: var(--sage-pale);
}

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

.image-frame figcaption {
  position: absolute;
  right: 9px;
  bottom: 9px;
  padding: 3px 8px;
  color: #fff;
  background: rgba(24, 42, 54, 0.84);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.banner-image {
  height: 118px;
  margin-top: 18px;
  border-radius: 6px 38px 6px 6px;
}

.banner-image img {
  object-position: center 54%;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: 54px;
  padding-top: 38px;
  padding-bottom: 56px;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--apricot-dark);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.11em;
  line-height: 1.35;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin-top: 0;
  color: var(--navy-deep);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(44px, 4.05vw, 54px);
}

h2 {
  margin-bottom: 19px;
  font-size: clamp(32px, 3.1vw, 40px);
}

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

p {
  margin-top: 0;
  margin-bottom: 18px;
}

.hero-intro {
  color: #354a54;
  font-size: 20px;
  line-height: 1.55;
}

.hero-image {
  height: 346px;
  border: 9px solid #fff;
  border-radius: 6px 54px 6px 54px;
  box-shadow: var(--shadow);
}

.hero-image::before {
  position: absolute;
  z-index: 1;
  top: auto;
  right: -9px;
  bottom: -9px;
  width: 88px;
  height: 88px;
  content: "";
  border-right: 9px solid var(--mustard);
  border-bottom: 9px solid var(--mustard);
  border-radius: 0 0 17px;
  pointer-events: none;
}

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

.path-section {
  padding: 64px 0 68px;
  background: var(--paper);
  border-block: 1px solid var(--line);
}

.path-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 30px;
  gap: 45px;
}

.path-heading .eyebrow {
  flex: 0 0 auto;
  margin-bottom: 11px;
}

.path-heading h2 {
  max-width: 720px;
  margin-bottom: 0;
  text-align: right;
}

.path-grid {
  display: grid;
  grid-template-columns: 1.18fr 1fr 0.82fr;
  gap: 14px;
}

.path-link {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: start;
  min-height: 166px;
  padding: 24px 22px;
  gap: 14px;
  color: var(--ink);
  background: var(--sage-pale);
  border: 1px solid #cbdcd2;
  border-radius: 5px 26px 5px 26px;
  text-decoration: none;
  transition: transform 170ms ease, box-shadow 170ms ease;
}

.path-link:hover,
.path-link:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(38, 59, 74, 0.1);
}

.path-primary {
  color: #fff;
  background: var(--navy);
  border-color: var(--navy);
}

.path-small {
  background: #fff8ed;
  border-color: #ead9b2;
}

.path-symbol {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--navy-deep);
  background: var(--mustard);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}

.path-primary .path-symbol {
  color: var(--navy-deep);
  background: #f1c965;
}

.path-link strong,
.path-link small {
  display: block;
}

.path-link strong {
  color: inherit;
  font-size: 18px;
  line-height: 1.3;
}

.path-link small {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.path-primary small {
  color: #dfe8eb;
}

.path-arrow {
  color: var(--apricot-dark);
  font-size: 22px;
}

.path-primary .path-arrow {
  color: #fff;
}

.owner-section {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  align-items: center;
  gap: 70px;
  padding-top: 96px;
  padding-bottom: 96px;
}

.owner-copy {
  max-width: 535px;
}

.owner-copy p:not(.eyebrow),
.buyer-copy p:not(.eyebrow) {
  color: #4c5a60;
}

.owner-image,
.buyer-image {
  height: 390px;
  border-radius: 6px 42px 6px 42px;
  box-shadow: var(--shadow);
}

.owner-image img {
  object-position: center 52%;
}

.buyer-section {
  padding: 92px 0;
  background: var(--sage-pale);
  border-block: 1px solid #d1ded6;
}

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

.buyer-copy {
  max-width: 530px;
}

.buyer-image {
  border: 8px solid #fff;
  border-radius: 42px 6px 42px 6px;
}

.buyer-image img {
  object-position: center 48%;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  margin-top: 8px;
  padding: 12px 22px;
  border: 2px solid transparent;
  border-radius: 8px 22px 8px 22px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.primary-button {
  color: #fff;
  background: var(--apricot-dark);
}

.primary-button:hover,
.primary-button:focus-visible {
  background: #863321;
}

.secondary-button {
  color: #fff;
  background: var(--sage-dark);
}

.secondary-button:hover,
.secondary-button:focus-visible {
  background: #315247;
}

.choice-section {
  padding-top: 88px;
  padding-bottom: 78px;
}

.choice-heading {
  max-width: 690px;
}

.price-lines {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 36px;
  border-top: 1px solid #d7cfc3;
}

.price-lines article {
  display: grid;
  grid-template-columns: 48px 1fr;
  min-height: 188px;
  padding: 30px 34px 26px 0;
  gap: 20px;
  border-bottom: 1px solid #d7cfc3;
}

.price-lines article:nth-child(even) {
  padding-right: 0;
  padding-left: 34px;
  border-left: 1px solid #d7cfc3;
}

.price-lines article > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--navy-deep);
  background: #f1d59c;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 850;
}

.price-lines h3 {
  margin-bottom: 9px;
}

.price-lines p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
}

.price-statement {
  max-width: 980px;
  margin: 38px 0 0;
  padding: 27px 31px;
  color: #4d4249;
  background: #fff5e6;
  border-left: 5px solid var(--apricot);
  border-radius: 4px 18px 18px 4px;
}

.buyer-lenses {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
  border-top: 4px solid var(--mustard);
  border-bottom: 1px solid #c9d8d6;
}

.buyer-lenses article {
  min-height: 240px;
  padding: 32px 30px 28px;
  background: rgba(255, 255, 255, 0.5);
}

.buyer-lenses article + article {
  border-left: 1px solid #c9d8d6;
}

.buyer-lenses article > span {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--apricot-dark);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.buyer-lenses h3 {
  min-height: 52px;
}

.buyer-lenses p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
}

.question-ribbon {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 40px;
  background: #fff;
  border-block: 1px solid #cfd9dd;
}

.question-ribbon article {
  position: relative;
  min-height: 252px;
  padding: 35px 32px 31px;
}

.question-ribbon article + article {
  border-left: 1px solid #cfd9dd;
}

.question-ribbon article::after {
  position: absolute;
  right: 24px;
  bottom: 23px;
  width: 42px;
  height: 4px;
  content: "";
  background: var(--mustard);
  border-radius: 4px;
}

.question-ribbon span {
  display: block;
  margin-bottom: 24px;
  color: var(--apricot-dark);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.question-ribbon h3 {
  min-height: 52px;
}

.question-ribbon p {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 16px;
}

.choice-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 35px;
  border-block: 1px solid #cfcabb;
}

.choice-columns article {
  position: relative;
  min-height: 245px;
  padding: 37px 42px 32px;
}

.choice-columns article + article {
  border-left: 1px solid #cfcabb;
}

.choice-columns article::after {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 55px;
  height: 5px;
  content: "";
  background: var(--apricot);
  border-radius: 5px;
}

.choice-columns article > span {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--sage-dark);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.choice-columns p {
  max-width: 440px;
  margin-bottom: 0;
  color: var(--muted);
}

.change-section {
  position: relative;
  margin-bottom: 92px;
  padding: 45px 52px 44px 175px;
  color: #fff;
  background: var(--navy);
  border-radius: 58px 16px 58px 16px;
}

.change-section::before {
  position: absolute;
  top: 50%;
  left: 54px;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  content: "↔";
  color: var(--navy-deep);
  background: var(--mustard);
  border-radius: 50%;
  font-size: 30px;
  font-weight: 800;
  transform: translateY(-50%);
}

.change-section .eyebrow {
  color: #ffd8cc;
}

.change-section h2 {
  color: #fff;
}

.change-section p:last-child {
  max-width: 850px;
  margin-bottom: 0;
  color: #e3ebee;
}

.trust-section {
  padding: 62px 0;
  background: #fff;
  border-block: 1px solid var(--line);
}

.trust-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 65px;
}

.trust-copy h2 {
  margin-bottom: 12px;
}

.trust-copy p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.trust-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  background: var(--linen);
  border: 1px solid #d8d1c0;
  border-radius: 10px 30px 10px 30px;
}

.trust-values div {
  padding: 23px 17px;
  text-align: center;
}

.trust-values div + div {
  border-left: 1px solid #d8d1c0;
}

.trust-values dt {
  color: var(--navy-deep);
  font-size: 25px;
  font-weight: 850;
  line-height: 1.2;
}

.trust-values dd {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.contact-section {
  padding: 92px 0 100px;
  background:
    linear-gradient(135deg, rgba(138, 169, 155, 0.19) 0 26%, transparent 26%),
    var(--linen);
}

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

.contact-form {
  padding: 50px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px 52px 16px 52px;
  box-shadow: var(--shadow);
}

.contact-form h2 {
  margin-bottom: 30px;
}

.intent-fieldset {
  min-width: 0;
  margin: 0 0 30px;
  padding: 0;
  border: 0;
}

.intent-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.intent-options label {
  display: flex;
  align-items: center;
  min-height: 66px;
  padding: 13px 14px;
  gap: 10px;
  color: #35464d;
  background: #fff;
  border: 1px solid #bfcac3;
  border-radius: 9px 20px 9px 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.3;
}

.intent-options label[data-selected="true"] {
  color: #fff;
  background: var(--navy);
  border-color: var(--navy);
  box-shadow: inset 0 0 0 2px #fff, 0 0 0 2px var(--navy);
}

.intent-options input {
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  margin: 0;
  accent-color: var(--apricot);
}

.field-row {
  margin-bottom: 22px;
}

.field-row label {
  display: block;
  margin-bottom: 7px;
  color: #2e4149;
  font-size: 15px;
  font-weight: 750;
}

.field-row input,
.field-row textarea {
  display: block;
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #abb8b1;
  border-radius: 8px;
}

.field-row textarea {
  min-height: 158px;
  resize: vertical;
}

.field-row input:hover,
.field-row textarea:hover {
  border-color: var(--sage-dark);
}

.field-row input:focus,
.field-row textarea:focus {
  border-color: var(--navy);
  outline: 3px solid rgba(220, 118, 93, 0.27);
}

.field-row [aria-invalid="true"] {
  border-color: #9a2828;
  box-shadow: 0 0 0 2px rgba(154, 40, 40, 0.12);
}

.personal-details {
  margin: 8px 0 28px;
  border-block: 1px solid var(--line);
}

.personal-details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 58px;
  padding: 8px 2px;
  color: var(--navy-deep);
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

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

.personal-details summary span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background: var(--sage-dark);
  border-radius: 50%;
  font-size: 20px;
  transition: transform 170ms ease;
}

.personal-details[open] summary span {
  transform: rotate(45deg);
}

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

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

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

.consent-row {
  display: grid;
  grid-template-columns: 21px 1fr;
  align-items: start;
  margin: 0 0 26px;
  gap: 11px;
  color: #46565c;
  font-size: 15px;
  line-height: 1.5;
}

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

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

.submit-button {
  width: 100%;
  min-height: 56px;
  padding: 13px 20px;
  color: #fff;
  background: var(--apricot-dark);
  border: 0;
  border-radius: 9px 24px 9px 24px;
  cursor: pointer;
  font-weight: 850;
  transition: background-color 160ms ease, transform 160ms ease;
}

.submit-button:hover,
.submit-button:focus-visible {
  background: #84311f;
  transform: translateY(-1px);
}

.submit-button:disabled {
  color: #414d51;
  background: #d7dcda;
  cursor: wait;
}

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

.form-status {
  min-height: 24px;
  margin: 8px 0 0;
  color: #354a52;
  font-size: 14px;
  font-weight: 750;
  text-align: center;
}

.form-status:empty {
  min-height: 0;
  margin: 0;
}

.personal-contact {
  margin-top: 28px;
  padding: 43px 48px;
  color: #fff;
  background: var(--navy);
  border-radius: 52px 16px 52px 16px;
}

.personal-contact .eyebrow {
  color: #ffd6cb;
}

.personal-contact h2 {
  margin-bottom: 18px;
  color: #fff;
}

.contact-name {
  margin-bottom: 23px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

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

.contact-links p {
  margin: 0;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px 20px 8px 20px;
}

.contact-links span,
.contact-links a {
  display: block;
}

.contact-links span {
  margin-bottom: 3px;
  color: #d3e1dd;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-links a {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.site-footer {
  padding: 28px 0;
  color: #dce6e9;
  background: var(--navy-deep);
  font-size: 14px;
}

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

.footer-inner p {
  margin: 0;
}

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

.footer-inner a {
  color: #fff;
  text-underline-offset: 4px;
}

.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;
}

@media (max-width: 1020px) {
  .header-shell {
    grid-template-columns: 1fr auto auto;
  }

  .menu-button {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    right: 20px;
    left: 20px;
    display: none;
    align-items: stretch;
    padding: 12px;
    gap: 0;
    background: var(--linen);
    border: 1px solid var(--line);
    border-radius: 0 0 18px 18px;
    box-shadow: var(--shadow);
  }

  .main-nav.is-open {
    display: grid;
  }

  .main-nav a {
    min-height: 48px;
    padding: 12px 9px;
    border-bottom: 1px solid var(--line);
  }

  .main-nav a:last-child {
    border-bottom: 0;
  }

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

  .hero-copy {
    max-width: 760px;
  }

  .hero-image {
    height: 350px;
  }

  .path-grid {
    grid-template-columns: 1fr 1fr;
  }

  .path-small {
    grid-column: 1 / -1;
    min-height: 110px;
  }

  .owner-section,
  .buyer-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .owner-copy,
  .buyer-copy {
    max-width: 760px;
  }

  .owner-section .owner-image {
    order: 2;
  }

  .buyer-layout .buyer-image {
    order: 2;
  }

  .buyer-layout .buyer-copy {
    order: 1;
  }

  .owner-image,
  .buyer-image {
    height: 360px;
  }

  .trust-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 900px) {
  .path-heading {
    display: block;
  }

  .path-heading h2 {
    max-width: 680px;
    text-align: left;
  }

  .choice-columns article {
    padding-inline: 28px;
  }

  .change-section {
    padding-left: 150px;
  }

  .change-section::before {
    left: 40px;
  }
}

@media (max-width: 820px) {
  body {
    font-size: 17px;
  }

  .path-grid {
    grid-template-columns: 1fr;
  }

  .path-small {
    grid-column: auto;
  }

  .path-link {
    min-height: 115px;
  }

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

  .intent-options label {
    min-height: 54px;
  }

  .choice-columns {
    grid-template-columns: 1fr;
  }

  .choice-columns article + article {
    border-top: 1px solid #cfcabb;
    border-left: 0;
  }

  .price-lines {
    grid-template-columns: 1fr;
  }

  .price-lines article,
  .price-lines article:nth-child(even) {
    padding: 26px 0;
    border-left: 0;
  }

  .buyer-lenses {
    grid-template-columns: 1fr;
  }

  .buyer-lenses article {
    min-height: 0;
    padding: 28px 20px;
  }

  .buyer-lenses article + article {
    border-top: 1px solid #c9d8d6;
    border-left: 0;
  }

  .buyer-lenses h3 {
    min-height: 0;
  }

  .question-ribbon {
    grid-template-columns: 1fr;
  }

  .question-ribbon article {
    min-height: 0;
    padding: 28px 20px 34px;
  }

  .question-ribbon article + article {
    border-top: 1px solid #cfd9dd;
    border-left: 0;
  }

  .question-ribbon h3 {
    min-height: 0;
  }

  .change-section {
    padding: 40px 38px 40px 125px;
  }

  .change-section::before {
    left: 28px;
    width: 68px;
    height: 68px;
  }
}

@media (max-width: 620px) {
  html {
    scroll-padding-top: 82px;
  }

  .section-shell,
  .header-shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .operator-bar {
    padding-inline: 14px;
    font-size: 12px;
  }

  .header-shell {
    min-height: 66px;
    gap: 11px;
  }

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

  .domain-mark::before {
    width: 10px;
    margin-right: 5px;
  }

  .awz-logo {
    min-width: 64px;
  }

  .awz-logo img {
    width: 65px;
  }

  .main-nav {
    right: 14px;
    left: 14px;
  }

  .banner-image {
    width: calc(100% - 20px);
    height: 92px;
    margin-top: 10px;
    border-radius: 30px 8px 30px 8px;
  }

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

  .hero {
    gap: 22px;
    padding-top: 28px;
    padding-bottom: 42px;
  }

  h1 {
    margin-bottom: 17px;
    font-size: clamp(32px, 9.2vw, 38px);
  }

  h2 {
    font-size: clamp(28px, 7.8vw, 32px);
  }

  .hero-intro {
    font-size: 18px;
  }

  .hero-image {
    height: 232px;
    border-width: 6px;
    border-radius: 10px 38px 10px 38px;
  }

  .hero-image::before {
    top: -6px;
    right: -6px;
    bottom: auto;
    left: auto;
    width: 55px;
    height: 55px;
    border-width: 6px;
  }

  .hero-image img {
    object-position: 47% 46%;
  }

  .image-frame figcaption {
    right: 7px;
    bottom: 7px;
    font-size: 10px;
  }

  .path-section {
    padding: 46px 0;
  }

  .path-grid {
    gap: 10px;
  }

  .path-link {
    grid-template-columns: 39px 1fr 20px;
    min-height: 104px;
    padding: 18px 15px;
    gap: 10px;
    border-radius: 9px 25px 9px 9px;
  }

  .path-symbol {
    width: 34px;
    height: 34px;
  }

  .path-link strong {
    font-size: 17px;
  }

  .path-link small {
    font-size: 14px;
  }

  .owner-section,
  .buyer-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .owner-image,
  .buyer-image {
    height: 238px;
    border-radius: 9px 34px 9px 34px;
  }

  .owner-image img {
    object-position: 43% 42%;
  }

  .buyer-image img {
    object-position: 48% 44%;
  }

  .button {
    width: 100%;
  }

  .choice-section {
    padding-top: 64px;
    padding-bottom: 58px;
  }

  .choice-columns {
    margin-top: 27px;
  }

  .choice-columns article {
    min-height: 0;
    padding: 30px 5px;
  }

  .choice-columns article::after {
    top: 28px;
    right: 5px;
    width: 40px;
  }

  .price-lines {
    margin-top: 26px;
  }

  .price-lines article,
  .price-lines article:nth-child(even) {
    grid-template-columns: 42px 1fr;
    min-height: 0;
    padding: 23px 0;
    gap: 14px;
  }

  .price-lines article > span {
    width: 38px;
    height: 38px;
  }

  .price-statement {
    margin-top: 30px;
    padding: 22px 20px;
  }

  .change-section {
    margin-bottom: 66px;
    padding: 30px 24px;
    border-radius: 32px 10px 32px 10px;
  }

  .change-section::before {
    position: static;
    width: 52px;
    height: 52px;
    margin-bottom: 23px;
    font-size: 23px;
    transform: none;
  }

  .trust-section {
    padding: 52px 0;
  }

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

  .trust-values div {
    display: grid;
    grid-template-columns: 115px 1fr;
    align-items: center;
    padding: 17px;
    text-align: left;
  }

  .trust-values div + div {
    border-top: 1px solid #d8d1c0;
    border-left: 0;
  }

  .trust-values dd {
    margin: 0;
  }

  .contact-section {
    padding: 60px 0 68px;
  }

  .contact-form,
  .personal-contact {
    padding: 30px 21px;
    border-radius: 11px 35px 11px 35px;
  }

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

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

  .submit-button {
    min-height: 58px;
  }

  .footer-inner {
    display: block;
  }

  .footer-inner nav {
    justify-content: flex-start;
    margin-top: 14px;
  }
}

@media (max-width: 430px) {
  .domain-mark {
    max-width: 152px;
  }

  .banner-image {
    height: 84px;
  }

  .hero-image {
    height: 218px;
  }

  .owner-image,
  .buyer-image {
    height: 222px;
  }

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

@media (max-width: 350px) {
  .section-shell,
  .header-shell {
    width: min(calc(100% - 22px), var(--shell));
  }

  .operator-bar {
    font-size: 11px;
  }

  .header-shell {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 7px;
  }

  .domain-mark {
    max-width: 130px;
    font-size: 18px;
  }

  .menu-button {
    width: 43px;
    height: 43px;
  }

  .awz-logo,
  .awz-logo img {
    width: 57px;
    min-width: 57px;
  }

  h1 {
    font-size: 31px;
  }

  h2 {
    font-size: 27px;
  }

  .hero-image {
    height: 205px;
  }

  .path-link {
    grid-template-columns: 34px 1fr 16px;
    padding-inline: 11px;
    gap: 7px;
  }

  .owner-image,
  .buyer-image {
    height: 208px;
  }

  .contact-form,
  .personal-contact {
    padding-inline: 17px;
  }

  .personal-details summary {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
