:root {
  --chalk: #fffdf8;
  --sand: #f0e3cd;
  --sand-light: #faf4e9;
  --river: #2b7080;
  --river-deep: #174a57;
  --river-pale: #deebeb;
  --clay: #a75d3f;
  --clay-deep: #773c2a;
  --palm: #65785d;
  --ink: #27373a;
  --muted: #5d6b6b;
  --line: #d8cdbb;
  --error: #922d37;
  --shell: min(1180px, calc(100% - 48px));
  --shadow: 0 22px 52px rgba(33,63,68,.15);
  --radius: 17px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body { margin: 0; color: var(--ink); background: var(--chalk); font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif; font-size: 18px; line-height: 1.62; overflow-wrap: anywhere; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, summary { font: inherit; }
:focus-visible { outline: 3px solid #d08b52; outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 86px 0; }
.skip-link { position: fixed; z-index: 100; top: 9px; left: 12px; padding: 10px 15px; color: #fff; background: var(--river-deep); border-radius: 5px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.operator-bar { padding: 6px 18px; color: #fff; background: var(--river-deep); font-size: 13px; letter-spacing: .025em; text-align: center; }
.site-header { position: sticky; z-index: 30; top: 0; background: rgba(255,253,248,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 27px; }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: 12px; color: var(--river-deep); font-size: 18px; font-weight: 800; letter-spacing: -.025em; text-decoration: none; }
.link-mark { position: relative; width: 46px; height: 30px; display: block; flex: 0 0 auto; }
.link-mark::before, .link-mark::after, .link-mark i, .link-mark b { content: ""; position: absolute; display: block; }
.link-mark::before, .link-mark::after { top: 8px; width: 14px; height: 14px; background: var(--clay); border: 3px solid var(--chalk); border-radius: 50%; box-shadow: 0 0 0 2px var(--clay); }
.link-mark::before { left: 1px; }
.link-mark::after { right: 1px; background: var(--palm); box-shadow: 0 0 0 2px var(--palm); }
.link-mark i { left: 13px; right: 13px; top: 14px; height: 4px; background: var(--river); transform: rotate(-8deg); }
.link-mark b { left: 18px; top: 1px; width: 10px; height: 10px; background: var(--river); border-radius: 50%; }
.main-nav { justify-self: end; display: flex; align-items: center; gap: 20px; }
.main-nav a { position: relative; padding: 8px 0; color: #46595c; font-size: 15px; font-weight: 680; text-decoration: none; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 2px; background: var(--clay); transition: right 170ms ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.awz-logo { width: 82px; height: auto; object-fit: contain; }
.menu-toggle { display: none; }

.eyebrow { margin: 0 0 12px; color: var(--clay-deep); font-size: 13px; font-weight: 820; letter-spacing: .145em; line-height: 1.4; text-transform: uppercase; }
.eyebrow--light { color: #f1c596; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { margin-top: 0; line-height: 1.11; letter-spacing: -.035em; }
h1 { max-width: 670px; margin-bottom: 22px; font-size: clamp(43px,4.05vw,53px); font-weight: 715; }
h2 { margin-bottom: 20px; font-size: clamp(32px,3.1vw,40px); font-weight: 690; }
h3 { font-size: 22px; }
p { margin-top: 0; }

.hero { position: relative; padding: 54px 0 68px; background: linear-gradient(115deg,#f2e5cf 0 51%,#e4efee 51% 100%); overflow: hidden; }
.river-line { position: absolute; left: -4%; right: -4%; bottom: 96px; height: 64px; border-top: 2px solid rgba(43,112,128,.19); border-bottom: 2px solid rgba(43,112,128,.11); border-radius: 50%; transform: rotate(-2deg); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0,.92fr) minmax(500px,1.08fr); gap: 34px 58px; align-items: center; }
.hero-copy { position: relative; padding-left: 25px; }
.hero-copy::before { content: ""; position: absolute; left: 0; top: 2px; bottom: 2px; width: 4px; background: var(--clay); box-shadow: 8px 0 0 var(--river),16px 0 0 var(--palm); }
.hero-intro { max-width: 645px; margin-bottom: 0; color: var(--muted); font-size: 18.5px; }
.editorial-figure { position: relative; margin: 0; overflow: hidden; background: #d7dedb; }
.editorial-figure img { width: 100%; height: 100%; object-fit: cover; }
.editorial-figure figcaption { position: absolute; right: 10px; bottom: 10px; padding: 4px 8px; color: #fff; background: rgba(23,74,87,.91); border-radius: 3px; font-size: 11px; line-height: 1.2; }
.hero-figure { height: 318px; border: 7px solid rgba(255,255,255,.9); border-radius: 12px 78px 12px 12px; box-shadow: var(--shadow); }
.hero-figure::after { content: ""; position: absolute; left: 22px; bottom: 22px; width: 74px; height: 5px; background: linear-gradient(90deg,var(--clay) 0 44%,var(--palm) 44%); border-radius: 3px; }
.hero-figure img { object-position: center 58%; }
.home-routes { grid-column: 1 / -1; display: grid; grid-template-columns: 1.15fr 1fr .85fr; gap: 12px; }
.home-route { position: relative; min-height: 134px; display: flex; flex-direction: column; justify-content: center; padding: 25px 25px 22px 31px; background: rgba(255,253,248,.96); border: 1px solid var(--line); border-left: 7px solid var(--river); border-radius: 6px 22px 6px 6px; box-shadow: 0 12px 25px rgba(38,62,65,.09); text-decoration: none; transition: color 170ms ease, background 170ms ease, transform 170ms ease; }
.home-route:nth-child(2) { border-left-color: var(--clay); }
.home-route:nth-child(3) { border-left-color: var(--palm); }
.home-route span { color: var(--clay-deep); font-size: 11px; font-weight: 820; letter-spacing: .11em; text-transform: uppercase; }
.home-route strong { margin: 5px 0; font-size: 20px; line-height: 1.25; }
.home-route small { color: var(--muted); font-size: 14px; line-height: 1.4; }
.home-route--primary { color: #fff; background: var(--river-deep); border-color: var(--river-deep); }
.home-route--primary span { color: #f1c596; }
.home-route--primary small { color: #dfebec; }
.home-route:hover { color: #fff; background: var(--clay-deep); transform: translateY(-3px); }
.home-route:hover span { color: #f4ce9f; }
.home-route:hover small { color: #f5e9e3; }

.connection-section { background: var(--chalk); }
.connection-grid { display: grid; grid-template-columns: .73fr 1.27fr; gap: 72px; align-items: center; }
.connection-copy p:last-child { margin-bottom: 0; color: var(--muted); }
.connection-track { position: relative; display: grid; gap: 12px; }
.connection-track::before { content: ""; position: absolute; left: 27px; top: 22px; bottom: 22px; width: 2px; background: linear-gradient(var(--river),var(--clay),var(--palm)); }
.connection-track article { position: relative; display: grid; grid-template-columns: 56px 1fr; gap: 18px; align-items: center; padding: 18px 22px 18px 0; background: var(--sand-light); border: 1px solid var(--line); border-radius: 7px 28px 7px 7px; }
.connection-track article > span { z-index: 1; width: 46px; height: 46px; display: grid; place-items: center; margin-left: 5px; color: #fff; background: var(--river); border: 6px solid var(--chalk); border-radius: 50%; font-size: 11px; font-weight: 820; }
.connection-track article:nth-child(2) > span { background: var(--clay); }
.connection-track article:nth-child(3) > span { background: var(--palm); }
.connection-track h3 { margin-bottom: 4px; font-size: 19px; }
.connection-track p { margin-bottom: 0; color: var(--muted); font-size: 15px; line-height: 1.45; }

.owner-section { background: var(--river-pale); }
.owner-layout { display: grid; grid-template-columns: minmax(520px,1.08fr) minmax(0,.92fr); gap: 68px; align-items: center; }
.owner-copy p:not(.eyebrow) { color: var(--muted); }
.owner-figure { height: 414px; border: 7px solid var(--chalk); border-radius: 66px 8px 8px 8px; box-shadow: -16px 16px 0 rgba(43,112,128,.15),var(--shadow); }
.owner-figure img { object-position: center 54%; }
.text-link { display: inline-flex; align-items: center; gap: 11px; margin-top: 8px; padding: 7px 0; color: var(--river-deep); border-bottom: 2px solid var(--clay); font-weight: 780; text-decoration: none; }
.text-link span { transition: transform 170ms ease; }
.text-link:hover span { transform: translateX(5px); }

.types-section { background: var(--sand); }
.types-heading { display: grid; grid-template-columns: .45fr 1.55fr; gap: 52px; align-items: end; margin-bottom: 38px; }
.types-heading h2 { max-width: 780px; margin-bottom: 0; }
.types-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.types-list article { position: relative; padding: 34px 27px 27px; background: rgba(255,253,248,.84); border: 1px solid #cfbfa8; border-top: 5px solid var(--river); }
.types-list article:nth-child(2) { border-top-color: var(--clay); transform: translateY(14px); }
.types-list article:nth-child(3) { border-top-color: var(--palm); }
.types-list b { display: inline-block; margin-bottom: 14px; color: var(--clay-deep); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.types-list h3 { margin-bottom: 10px; }
.types-list p { margin-bottom: 0; color: var(--muted); font-size: 16px; }

.buyer-section { color: #fff; background: var(--river-deep); }
.buyer-layout { display: grid; grid-template-columns: minmax(0,.87fr) minmax(520px,1.13fr); gap: 70px; align-items: center; }
.buyer-copy p:not(.eyebrow) { color: #dfebec; }
.buyer-figure { height: 398px; border: 7px solid rgba(255,255,255,.92); border-radius: 8px 8px 68px 8px; box-shadow: var(--shadow); }
.buyer-figure img { object-position: center 55%; }
.text-link--light { color: #fff; border-color: #e2a16f; }

.trust-section { padding: 70px 0; background: var(--chalk); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 68px; align-items: center; }
.trust-copy h2 { margin-bottom: 14px; }
.trust-copy p:last-child { margin-bottom: 0; color: var(--muted); }
.trust-facts { display: grid; grid-template-columns: repeat(3,1fr); margin: 0; }
.trust-facts div { padding: 8px 22px; border-left: 1px solid var(--line); }
.trust-facts dt { color: var(--river-deep); font-size: 27px; font-weight: 820; line-height: 1.2; }
.trust-facts div:nth-child(2) dt { color: var(--clay-deep); }
.trust-facts div:nth-child(3) dt { color: var(--palm); }
.trust-facts dd { margin: 6px 0 0; color: var(--muted); font-size: 14px; line-height: 1.4; }

.contact-section { padding: 92px 0 0; background: linear-gradient(180deg,#f1e5d2 0 62%,#dce9e8 62% 100%); }
.contact-shell { max-width: 960px; }
#contact-form { position: relative; padding: 48px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
#contact-form::before { content: ""; position: absolute; top: 0; left: 48px; width: 148px; height: 7px; background: linear-gradient(90deg,var(--river) 0 42%,var(--clay) 42% 72%,var(--palm) 72%); }
.form-heading { margin-bottom: 28px; }
.form-heading h2 { margin-bottom: 0; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.intent-options { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 0 0 26px; padding: 0; border: 0; }
.intent-option { min-height: 62px; display: flex; align-items: center; gap: 10px; padding: 13px 15px; color: var(--ink); background: var(--sand-light); border: 1px solid var(--line); border-radius: 7px; cursor: pointer; font-size: 15px; font-weight: 720; line-height: 1.3; }
.intent-option input { width: 18px; height: 18px; margin: 0; flex: 0 0 auto; accent-color: var(--river); }
.intent-option[data-selected="true"] { color: #fff; background: var(--river-deep); border-color: var(--river-deep); box-shadow: inset 0 0 0 2px rgba(255,255,255,.18); }
.field { margin-bottom: 20px; }
.field label { display: block; margin-bottom: 7px; color: var(--river-deep); font-size: 15px; font-weight: 760; }
.field input, .field textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #fff; border: 1px solid #98a6a5; border-radius: 6px; }
.field textarea { min-height: 154px; resize: vertical; }
.field input:hover, .field textarea:hover { border-color: var(--river); }
.field input:focus, .field textarea:focus { border-color: var(--clay); outline: 3px solid rgba(167,93,63,.15); }
.personal-details { margin: 4px 0 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.personal-details summary { padding: 17px 2px; color: var(--river-deep); font-weight: 760; cursor: pointer; }
.personal-details summary::marker { color: var(--clay); }
.personal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; padding: 8px 0 4px; }
.field--wide { grid-column: 1 / -1; }
.consent-row { display: flex; align-items: flex-start; gap: 12px; margin: 4px 0 24px; color: #526062; font-size: 15px; }
.consent-row input { width: 20px; height: 20px; margin: 3px 0 0; flex: 0 0 auto; accent-color: var(--river); }
.consent-row a { color: var(--river-deep); font-weight: 760; }
.submit-button { min-height: 54px; padding: 14px 25px; color: #fff; background: var(--clay-deep); border: 0; border-radius: 6px; box-shadow: 0 10px 22px rgba(119,60,42,.2); font-weight: 790; cursor: pointer; }
.submit-button:hover { background: var(--river-deep); }
.privacy-note { margin: 16px 0 0; color: var(--muted); font-size: 14px; }
.form-status { margin: 14px 0 0; padding: 11px 13px; color: #741f27; background: #fff0f1; border-left: 4px solid var(--error); border-radius: 4px; font-size: 15px; }
.personal-contact { display: grid; grid-template-columns: 1.08fr .92fr; gap: 46px; align-items: center; margin-top: 20px; padding: 38px 42px; color: #fff; background: var(--river-deep); border-radius: var(--radius) var(--radius) 0 0; }
.personal-contact h3 { margin-bottom: 12px; font-size: 28px; }
.contact-name { margin-bottom: 0; color: #dce9ea; }
.contact-lines p { display: grid; grid-template-columns: 72px 1fr; margin: 8px 0; }
.contact-lines span { color: #f1c596; font-size: 13px; font-weight: 820; text-transform: uppercase; }
.contact-lines a { color: #fff; font-weight: 740; text-decoration-thickness: 1px; text-underline-offset: 4px; }

.site-footer { color: #dce7e7; background: #113c47; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 10px 28px; align-items: center; padding-top: 27px; padding-bottom: 28px; }
.footer-inner p { margin: 0; font-size: 14px; }
.footer-inner nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.footer-inner a { color: #fff; font-size: 14px; text-underline-offset: 4px; }
.image-note { grid-column: 1 / -1; color: #acc4c7; }

@media (max-width: 1020px) {
  :root { --shell: min(100% - 38px,920px); }
  .main-nav { gap: 13px; }
  .main-nav a { font-size: 13.5px; }
  .hero-grid { grid-template-columns: .95fr 1.05fr; gap: 32px 40px; }
  .hero-figure { height: 296px; }
  .home-route { padding: 23px 18px 20px 25px; }
  .connection-grid { gap: 44px; }
  .owner-layout, .buyer-layout { grid-template-columns: 1.05fr .95fr; gap: 44px; }
  .trust-grid { gap: 42px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 32px,720px); }
  html { scroll-padding-top: 80px; }
  body { font-size: 17px; }
  .section { padding: 70px 0; }
  .header-inner { min-height: 68px; grid-template-columns: 1fr auto auto; gap: 15px; }
  .menu-toggle { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; color: var(--river-deep); background: transparent; border: 1px solid var(--line); border-radius: 6px; font-size: 14px; font-weight: 760; cursor: pointer; }
  .menu-toggle__icon { position: relative; width: 18px; height: 12px; border-top: 2px solid currentColor; border-bottom: 2px solid currentColor; }
  .menu-toggle__icon::after { content: ""; position: absolute; left: 0; top: 4px; width: 18px; border-top: 2px solid currentColor; }
  .main-nav { position: absolute; z-index: 35; top: 68px; left: 0; right: 0; display: none; padding: 12px 16px 18px; background: var(--chalk); border-bottom: 1px solid var(--line); box-shadow: 0 16px 30px rgba(23,74,87,.16); }
  .main-nav[data-open="true"] { display: grid; }
  .main-nav a { min-height: 44px; display: flex; align-items: center; padding: 9px 10px; border-bottom: 1px solid #e4dac9; }
  .awz-logo { width: 70px; }
  .hero { padding: 42px 0 56px; background: linear-gradient(180deg,#f2e5cf 0 73%,#e4efee 73%); }
  .hero-grid { grid-template-columns: 1fr; gap: 25px; }
  .hero-figure { height: 236px; border-radius: 9px 56px 9px 9px; }
  .home-routes { grid-column: auto; grid-template-columns: 1fr; }
  .home-route { min-height: 104px; }
  .connection-grid, .owner-layout, .buyer-layout, .trust-grid { grid-template-columns: 1fr; }
  .connection-grid { gap: 36px; }
  .owner-layout { gap: 38px; }
  .owner-figure { grid-row: 2; }
  .buyer-layout { gap: 38px; }
  .owner-figure, .buyer-figure { height: 330px; }
  .types-list { grid-template-columns: 1fr; }
  .types-list article:nth-child(2) { transform: none; }
  .trust-facts { width: 100%; }
  .contact-section { padding-top: 70px; }
  .personal-contact { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 620px) {
  :root { --shell: min(100% - 28px,560px); --radius: 15px; }
  body { font-size: 16.5px; }
  .operator-bar { padding: 5px 12px; font-size: 12px; }
  .header-inner { grid-template-columns: minmax(0,1fr) auto; }
  .brand { gap: 9px; font-size: 14.5px; }
  .link-mark { width: 34px; height: 27px; }
  .link-mark::before, .link-mark::after { width: 11px; height: 11px; border-width: 2px; }
  .link-mark i { left: 10px; right: 10px; top: 13px; height: 3px; }
  .link-mark b { left: 14px; top: 2px; width: 8px; height: 8px; }
  .awz-logo { display: none; }
  h1 { font-size: clamp(33px,9.2vw,39px); }
  h2 { font-size: clamp(28px,7.7vw,34px); }
  .hero-copy { padding-left: 18px; }
  .hero-intro { font-size: 17px; }
  .hero-figure { height: 220px; border-width: 5px; }
  .home-routes { gap: 10px; }
  .home-route { min-height: 100px; padding: 20px 17px 17px 22px; }
  .connection-track article { grid-template-columns: 50px 1fr; padding-right: 16px; }
  .connection-track::before { left: 24px; }
  .connection-track article > span { width: 40px; height: 40px; }
  .types-heading { grid-template-columns: 1fr; gap: 5px; }
  .owner-figure, .buyer-figure { height: 270px; }
  .owner-figure { border-radius: 46px 7px 7px 7px; }
  .buyer-figure { border-radius: 7px 7px 46px 7px; }
  .trust-facts { grid-template-columns: 1fr; }
  .trust-facts div { padding: 14px 0; border-top: 1px solid var(--line); border-left: 0; }
  .trust-facts dt { font-size: 24px; }
  #contact-form { padding: 34px 20px; }
  #contact-form::before { left: 20px; width: 112px; }
  .intent-options { grid-template-columns: 1fr; }
  .intent-option { min-height: 54px; }
  .personal-grid { grid-template-columns: 1fr; }
  .field--wide { grid-column: auto; }
  .submit-button { width: 100%; }
  .personal-contact { padding: 32px 22px; }
  .contact-lines p { grid-template-columns: 1fr; gap: 2px; }
  .contact-lines a { overflow-wrap: anywhere; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner nav { justify-content: flex-start; gap: 12px 18px; }
}

@media (max-width: 350px) {
  :root { --shell: calc(100% - 22px); }
  .brand { font-size: 13px; }
  .link-mark { width: 30px; }
  .link-mark b { left: 12px; }
  .menu-toggle { padding-inline: 9px; }
  h1 { font-size: 30px; }
  h2 { font-size: 27px; }
  .hero-copy { padding-left: 14px; }
  .hero-figure { height: 198px; }
  .home-route { padding-inline: 15px; }
  .connection-track article { grid-template-columns: 42px 1fr; gap: 10px; }
  .connection-track::before { left: 20px; }
  .connection-track article > span { width: 36px; height: 36px; margin-left: 2px; border-width: 4px; }
  .owner-figure, .buyer-figure { height: 235px; }
  #contact-form { padding-inline: 16px; }
  #contact-form::before { left: 16px; }
  .personal-contact { padding-inline: 18px; }
}

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