:root {
  --ink: #20282d;
  --muted: #556268;
  --river: #174b63;
  --river-deep: #103745;
  --plum: #71384d;
  --plum-deep: #542738;
  --stone: #dfe3e2;
  --mist: #f5f6f3;
  --paper: #fffefa;
  --green: #6f8c7a;
  --line: #cbd2d0;
  --focus: #d07b3e;
  --shadow: 0 22px 55px rgba(16, 55, 69, 0.13);
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--mist);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.65;
  overflow-wrap: anywhere;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -0.035em; }
h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(44px, 4.15vw, 58px); }
h2 { margin-bottom: 22px; font-size: clamp(34px, 3.2vw, 44px); }
h3 { font-size: 22px; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 15px; color: #fff; background: var(--river-deep); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }

.operator-bar { padding: 7px 20px; color: #f6fbfd; background: var(--river-deep); text-align: center; font-size: 13px; letter-spacing: .02em; }
.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(32,40,45,.13); background: rgba(255,254,250,.96); backdrop-filter: blur(12px); }
.header-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 72px; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 19px; font-weight: 850; letter-spacing: -.03em; }
.brand-contours { position: relative; display: block; width: 42px; height: 34px; }
.brand-contours i { position: absolute; display: block; height: 9px; border: 2px solid var(--plum); border-bottom: 0; border-radius: 50% 50% 0 0; transform: rotate(-9deg); }
.brand-contours i:nth-child(1) { inset: 22px 0 0 0; }
.brand-contours i:nth-child(2) { inset: 13px 5px 0 5px; border-color: var(--river); }
.brand-contours i:nth-child(3) { inset: 4px 11px 0 11px; border-color: var(--green); }
.main-nav { display: flex; justify-content: center; gap: 24px; }
.main-nav a { padding: 8px 0; border-bottom: 2px solid transparent; text-decoration: none; font-size: 15px; font-weight: 750; }
.main-nav a:hover, .main-nav a:focus-visible { border-bottom-color: var(--plum); }
.awz-logo { width: 66px; height: 44px; object-fit: contain; }
.menu-toggle { display: none; align-items: center; min-height: 44px; gap: 9px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 2px; color: var(--ink); background: var(--paper); font-weight: 750; }
.menu-toggle__icon, .menu-toggle__icon::before, .menu-toggle__icon::after { display: block; width: 20px; height: 2px; background: currentColor; }
.menu-toggle__icon { position: relative; }
.menu-toggle__icon::before, .menu-toggle__icon::after { position: absolute; content: ""; left: 0; }
.menu-toggle__icon::before { top: -6px; }
.menu-toggle__icon::after { top: 6px; }

.hero { position: relative; overflow: hidden; padding: 62px 0 60px; background: linear-gradient(180deg, #fffefa 0%, #f1f4f2 100%); }
.contour-field { position: absolute; inset: 0; opacity: .55; pointer-events: none; background: radial-gradient(ellipse at 83% 30%, transparent 0 165px, rgba(23,75,99,.1) 166px 168px, transparent 169px 215px, rgba(113,56,77,.09) 216px 218px, transparent 219px 268px, rgba(111,140,122,.1) 269px 271px, transparent 272px), linear-gradient(120deg, transparent 0 61%, rgba(23,75,99,.045) 61% 61.2%, transparent 61.2%); }
.hero-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 38px 52px; }
.eyebrow { margin-bottom: 14px; color: var(--plum); font-size: 13px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow--light { color: #efb9cb; }
.hero-intro { max-width: 660px; margin-bottom: 0; color: var(--muted); font-size: 19px; }
.editorial-figure { position: relative; margin: 0; overflow: hidden; background: var(--stone); box-shadow: var(--shadow); }
.editorial-figure img { width: 100%; height: 100%; object-fit: cover; }
.editorial-figure figcaption { position: absolute; right: 9px; bottom: 9px; padding: 4px 8px; color: #fff; background: rgba(16,55,69,.88); border-radius: 2px; font-size: 11px; font-weight: 750; line-height: 1.2; }
.hero-figure { height: 320px; clip-path: polygon(6% 0, 100% 0, 100% 88%, 94% 100%, 0 100%, 0 12%); }
.hero-figure img { object-position: 50% 56%; }
.hero-actions { grid-column: 1/-1; display: grid; grid-template-columns: 1.06fr .94fr; gap: 14px; }
.slope-action { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 90px; gap: 16px; padding: 16px 20px; border: 1px solid var(--line); color: var(--ink); background: rgba(255,255,255,.9); text-decoration: none; transition: transform 180ms ease, border-color 180ms ease; }
.slope-action:hover { transform: translateY(-4px); border-color: var(--plum); }
.slope-action--primary { color: #fff; border-color: var(--river); background: var(--river); }
.action-level { display: grid; place-items: center; width: 47px; height: 36px; border-bottom: 2px solid currentColor; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.slope-action strong, .slope-action small { display: block; }
.slope-action strong { font-size: 18px; line-height: 1.2; }
.slope-action small { margin-top: 4px; opacity: .8; font-size: 14px; line-height: 1.35; }
.slope-action b { font-size: 23px; font-weight: 500; }

.section { padding: 88px 0; }
.terrain-section { background: #fffefa; }
.terrain-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; }
.terrain-heading p:last-child { margin-bottom: 0; color: var(--muted); }
.terrain-levels { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.terrain-levels li { display: grid; grid-template-columns: 54px 1fr; gap: 20px; align-items: center; min-height: 112px; padding: 18px 24px; color: #fff; background: var(--river); }
.terrain-levels li:nth-child(2) { margin-left: 46px; background: #365d6c; }
.terrain-levels li:nth-child(3) { margin-left: 92px; background: #607979; }
.terrain-levels li > span { font-size: 13px; font-weight: 900; letter-spacing: .1em; }
.terrain-levels h3 { margin: 0 0 6px; font-size: 21px; }
.terrain-levels p { margin: 0; color: #f2f6f5; font-size: 15px; }

.owner-section { color: #fff; background: var(--plum-deep); }
.owner-grid, .buyer-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 68px; }
.owner-copy p:not(.eyebrow) { color: #f3dce4; }
.owner-figure, .buyer-figure { height: 430px; }
.owner-figure { clip-path: polygon(0 0, 93% 0, 100% 9%, 100% 100%, 7% 100%, 0 91%); }
.owner-figure img { object-position: 50% 51%; }
.buyer-figure { clip-path: polygon(7% 0, 100% 0, 100% 91%, 93% 100%, 0 100%, 0 9%); }
.buyer-figure img { object-position: 50% 50%; }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 10px; padding-bottom: 4px; border-bottom: 2px solid var(--plum); text-decoration: none; font-weight: 800; }
.text-link span { transition: transform 180ms ease; }
.text-link:hover span { transform: translate(3px,-3px); }
.text-link--light { border-bottom-color: #efb9cb; }

.types-section { background: var(--stone); }
.types-heading { display: grid; grid-template-columns: .34fr 1fr; column-gap: 50px; align-items: end; margin-bottom: 42px; }
.types-heading .eyebrow { grid-column: 1; margin-bottom: 7px; }
.types-heading h2 { grid-column: 1; margin-bottom: 0; }
.types-heading p:last-child { grid-column: 2; margin-bottom: 4px; color: var(--muted); }
.types-stairs { display: grid; grid-template-columns: repeat(3,1fr); align-items: start; gap: 16px; }
.types-stairs article { min-height: 230px; padding: 28px; border-top: 5px solid var(--river); background: var(--paper); }
.types-stairs article:nth-child(2) { margin-top: 28px; border-color: var(--plum); }
.types-stairs article:nth-child(3) { margin-top: 56px; border-color: var(--green); }
.types-stairs article > span { display: block; margin-bottom: 25px; color: var(--plum); font-size: 13px; font-weight: 900; }
.types-stairs h3 { margin-bottom: 12px; }
.types-stairs p { margin: 0; color: var(--muted); }

.buyer-section { background: var(--mist); }
.buyer-copy p:not(.eyebrow) { color: var(--muted); }
.trust-section { padding-block: 70px; color: #fff; background: var(--river-deep); }
.trust-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 70px; }
.trust-copy p:last-child { margin-bottom: 0; color: #dbe9ee; }
.trust-facts { display: grid; grid-template-columns: repeat(3,1fr); margin: 0; }
.trust-facts div { position: relative; padding: 25px 20px 20px; border-top: 1px solid rgba(255,255,255,.42); }
.trust-facts div::before { position: absolute; content: ""; top: -5px; left: 0; width: 28%; height: 5px; background: #efb9cb; }
.trust-facts dt { font-size: 22px; font-weight: 850; }
.trust-facts dd { margin: 4px 0 0; color: #dbe9ee; font-size: 14px; line-height: 1.35; }

.contact-section { padding-top: 98px; background: linear-gradient(135deg, #eef1ef 0 32%, #f7f7f4 32% 100%); }
.contact-shell { width: min(calc(100% - 48px), 940px); }
#contact-form { padding: 56px 64px 58px; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
.form-heading { margin-bottom: 28px; }
.intent-options { display: grid; grid-template-columns: repeat(3,1fr); margin: 0 0 30px; padding: 5px; border: 1px solid var(--line); background: #e8ecea; }
.intent-option { position: relative; display: grid; place-items: center; min-height: 54px; padding: 8px 11px; text-align: center; cursor: pointer; font-size: 14px; font-weight: 750; }
.intent-option input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.intent-option[data-selected="true"] { color: #fff; background: var(--plum-deep); box-shadow: 0 5px 14px rgba(84,39,56,.18); }
.intent-option:focus-within { outline: 3px solid var(--focus); outline-offset: 2px; }
.field { margin-bottom: 22px; }
.field label { display: block; margin-bottom: 7px; font-size: 14px; font-weight: 800; }
.field input, .field textarea { width: 100%; border: 1px solid #aeb8b5; border-radius: 0; color: var(--ink); background: #fff; }
.field input { min-height: 52px; padding: 11px 13px; }
.field textarea { min-height: 170px; padding: 13px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--plum); outline: 3px solid rgba(113,56,77,.2); }
.personal-details { margin: 4px 0 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.personal-details summary { position: relative; padding: 18px 52px 18px 0; cursor: pointer; list-style: none; font-weight: 800; }
.personal-details summary::-webkit-details-marker { display: none; }
.personal-details summary::after { position: absolute; content: "+"; right: 0; top: 13px; display: grid; place-items: center; width: 32px; height: 32px; color: #fff; background: var(--river); }
.personal-details[open] summary::after { content: "−"; }
.personal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; padding-top: 22px; }
.field--wide { grid-column: 1/-1; }
.consent-row { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; margin: 0 0 22px; font-size: 14px; }
.consent-row input { width: 20px; height: 20px; margin: 3px 0 0; accent-color: var(--plum-deep); }
.consent-row a { font-weight: 800; }
.submit-button { width: 100%; min-height: 58px; padding: 14px 22px; border: 0; color: #fff; background: var(--plum-deep); cursor: pointer; font-weight: 850; transition: background 180ms ease, transform 180ms ease; }
.submit-button:hover { background: var(--river); transform: translateY(-2px); }
.privacy-note { margin: 16px 0 0; color: var(--muted); text-align: center; font-size: 13px; }
.form-status { margin: 18px 0 0; padding: 12px; color: var(--ink); background: #e8ecea; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.personal-contact { padding: 48px 64px 50px; color: #fff; background: var(--plum-deep); }
.personal-contact h3 { max-width: 650px; margin-bottom: 17px; font-size: clamp(28px,3vw,38px); }
.contact-name { margin-bottom: 25px; color: #f3dce4; font-weight: 750; }
.contact-lines { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.contact-lines p { margin: 0; }
.contact-lines span { display: block; margin-bottom: 2px; color: #d9b5c3; font-size: 12px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.contact-lines a { color: #fff; font-size: 20px; font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.site-footer { padding: 34px 0; color: #edf5f7; background: #0a2936; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 10px 30px; align-items: center; }
.footer-inner p { margin: 0; font-size: 13px; }
.footer-inner nav { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-inner a { font-size: 13px; }
.image-note { grid-column: 1/-1; color: #b7cad1; }

@media (max-width: 1020px) {
  .shell { width: min(calc(100% - 40px), var(--shell)); }
  .header-inner { gap: 18px; }
  .main-nav { gap: 15px; }
  .main-nav a { font-size: 14px; }
  .hero-grid { gap: 34px; }
  .terrain-grid, .owner-grid, .buyer-grid, .trust-grid { gap: 46px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 82px; }
  body { font-size: 17px; }
  .header-inner { position: relative; grid-template-columns: 1fr auto auto; min-height: 68px; }
  .menu-toggle { display: inline-flex; }
  .main-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; flex-direction: column; gap: 0; padding: 10px; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
  .main-nav[data-open="true"] { display: flex; }
  .main-nav a { min-height: 46px; padding: 11px 13px; border: 0; }
  .hero { padding-top: 52px; }
  .hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero-copy { order: 1; }
  .hero-figure { order: 2; height: 260px; }
  .hero-actions { order: 3; }
  .terrain-grid { grid-template-columns: 1fr; gap: 42px; }
  .terrain-levels { max-width: 690px; }
  .owner-grid, .buyer-grid { grid-template-columns: 1fr; }
  .owner-copy { order: 1; }
  .owner-figure { order: 2; height: 360px; }
  .buyer-copy { order: 1; }
  .buyer-figure { order: 2; height: 360px; }
  .types-heading { grid-template-columns: 1fr; }
  .types-heading .eyebrow, .types-heading h2, .types-heading p:last-child { grid-column: 1; }
  .types-heading h2 { margin-bottom: 18px; }
  .types-stairs article:nth-child(2), .types-stairs article:nth-child(3) { margin-top: 0; }
  .trust-grid { grid-template-columns: 1fr; }
  #contact-form, .personal-contact { padding-inline: 42px; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .operator-bar { padding-inline: 10px; font-size: 11px; }
  .brand { font-size: 17px; }
  .brand-contours { width: 34px; }
  .menu-toggle span:last-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .awz-logo { width: 58px; height: 40px; }
  h1 { font-size: clamp(35px,10.4vw,42px); }
  h2 { font-size: clamp(29px,8vw,35px); }
  .hero { padding: 42px 0 46px; }
  .hero-intro { font-size: 17px; }
  .hero-figure { height: 220px; }
  .hero-actions { grid-template-columns: 1fr; gap: 12px; }
  .slope-action { min-height: 86px; }
  .section { padding: 68px 0; }
  .terrain-levels li, .terrain-levels li:nth-child(2), .terrain-levels li:nth-child(3) { margin-left: 0; }
  .terrain-levels li:nth-child(2) { margin-left: 16px; }
  .terrain-levels li:nth-child(3) { margin-left: 32px; }
  .owner-figure, .buyer-figure { height: 260px; }
  .types-stairs { grid-template-columns: 1fr; }
  .types-stairs article { min-height: 0; }
  .trust-facts { grid-template-columns: 1fr; }
  .trust-facts div { padding-inline: 0; }
  .contact-section { padding-top: 70px; }
  #contact-form { padding: 40px 24px 44px; }
  .intent-options { grid-template-columns: 1fr; }
  .intent-option { min-height: 50px; justify-items: start; text-align: left; }
  .personal-grid { grid-template-columns: 1fr; }
  .field--wide { grid-column: auto; }
  .personal-contact { padding: 40px 24px 43px; }
  .contact-lines { grid-template-columns: 1fr; gap: 18px; }
  .contact-lines a { font-size: 18px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner nav { gap: 12px 16px; }
  .image-note { grid-column: auto; }
}

@media (max-width: 350px) {
  .shell { width: calc(100% - 24px); }
  .header-inner { gap: 8px; }
  .brand { gap: 7px; font-size: 15px; }
  .brand-contours { width: 29px; }
  .menu-toggle { padding-inline: 10px; }
  .awz-logo { width: 52px; }
  h1 { font-size: 32px; }
  h2 { font-size: 28px; }
  .hero-figure { height: 200px; }
  .slope-action { grid-template-columns: auto 1fr; }
  .slope-action b { display: none; }
  .terrain-levels li { grid-template-columns: 40px 1fr; padding-inline: 15px; }
  .terrain-levels li:nth-child(2) { margin-left: 8px; }
  .terrain-levels li:nth-child(3) { margin-left: 16px; }
  #contact-form, .personal-contact { padding-inline: 18px; }
  .contact-lines a { font-size: 16px; }
}

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