:root {
  --ink: #24313b;
  --ink-soft: #5e6870;
  --city: #173f5c;
  --city-deep: #102f46;
  --brick: #bd5937;
  --brick-deep: #8f3e28;
  --mustard: #d2a338;
  --concrete: #ede5d8;
  --concrete-light: #f8f4ed;
  --sky-light: #edf4f6;
  --paper: #fffefa;
  --white: #ffffff;
  --line: #d7cfc2;
  --focus: #f0b836;
  --shadow: 12px 12px 0 rgba(23, 63, 92, 0.11);
  --shell: 1180px;
}

* { 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.67;
  overflow-wrap: break-word;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, summary { font: inherit; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section { padding: 84px 0; scroll-margin-top: 102px; }
.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;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--city-deep);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }

.operator-bar { color: #f6fbfd; background: var(--city-deep); font-size: 12px; letter-spacing: 0.025em; }
.operator-bar .shell { min-height: 35px; display: flex; align-items: center; }
.site-header {
  position: sticky;
  z-index: 80;
  top: 0;
  background: rgba(255, 254, 250, 0.97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.header-inner { min-height: 84px; display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: var(--city-deep); font-size: 23px; font-weight: 840; letter-spacing: -0.035em; text-decoration: none; }
.grid-mark { position: relative; width: 43px; height: 43px; overflow: hidden; background: var(--city); border: 3px solid var(--city); }
.grid-mark::before,
.grid-mark::after,
.grid-mark i,
.grid-mark b { position: absolute; background: var(--paper); content: ""; }
.grid-mark::before { top: 0; bottom: 0; left: 12px; width: 3px; }
.grid-mark::after { top: 0; bottom: 0; left: 27px; width: 3px; }
.grid-mark i { top: 12px; right: 0; left: 0; height: 3px; }
.grid-mark b { top: 27px; right: 0; left: 0; height: 3px; }
.grid-mark span { display: none; }
.grid-mark::selection { background: transparent; }
.main-nav { display: flex; align-items: center; justify-content: flex-end; gap: 26px; }
.main-nav a { color: var(--ink); font-size: 15px; font-weight: 760; text-decoration: none; }
.main-nav a:hover { color: var(--brick-deep); }
.awz-logo { width: 78px; height: 54px; padding: 4px; object-fit: contain; background: var(--white); border: 1px solid var(--line); }
.menu-toggle { display: none; min-width: 48px; min-height: 48px; align-items: center; justify-content: center; gap: 9px; color: var(--city-deep); background: var(--paper); border: 1px solid var(--line); cursor: pointer; }
.menu-toggle > span:last-child { display: none; }
.menu-toggle__icon,
.menu-toggle__icon::before,
.menu-toggle__icon::after { display: block; width: 23px; height: 2px; 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: -7px; }
.menu-toggle__icon::after { top: 7px; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 62px 0 56px;
  background:
    linear-gradient(90deg, rgba(23, 63, 92, 0.055) 1px, transparent 1px) 0 0 / 54px 54px,
    linear-gradient(rgba(23, 63, 92, 0.055) 1px, transparent 1px) 0 0 / 54px 54px,
    var(--concrete-light);
}
.hero::after { position: absolute; right: -90px; bottom: -110px; width: 310px; height: 310px; background: var(--mustard); opacity: 0.13; content: ""; transform: rotate(12deg); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 34px 48px; align-items: center; }
.hero-copy { max-width: 520px; }
.eyebrow,
.section-kicker { margin: 0 0 15px; color: var(--brick-deep); font-size: 13px; font-weight: 850; letter-spacing: 0.14em; line-height: 1.35; text-transform: uppercase; }
h1, h2, h3, p, dl, dd { margin-top: 0; }
h1, h2, h3 { color: var(--city-deep); line-height: 1.09; letter-spacing: -0.035em; }
h1 { margin-bottom: 23px; font-size: clamp(44px, 4vw, 54px); }
h2 { margin-bottom: 22px; font-size: clamp(32px, 3.1vw, 41px); }
h3 { margin-bottom: 10px; font-size: 22px; }
p { margin-bottom: 20px; }
.hero-intro { margin-bottom: 0; color: var(--ink-soft); font-size: 19px; line-height: 1.61; }
.editorial-figure { position: relative; margin: 0; overflow: hidden; background: #d8cbb7; box-shadow: var(--shadow); }
.editorial-figure::before { position: absolute; z-index: 1; top: 0; right: 0; width: 9px; height: 66px; background: var(--mustard); content: ""; }
.editorial-figure img { width: 100%; height: 100%; object-fit: cover; }
.hero-figure { height: 318px; border: 1px solid #c7b9a6; }
.hero-figure img { object-position: 50% 56%; }
figcaption { position: absolute; right: 14px; bottom: 13px; z-index: 2; padding: 5px 9px; color: var(--white); background: rgba(16, 47, 70, 0.93); border-left: 4px solid var(--mustard); font-size: 11px; font-weight: 760; line-height: 1.25; }
.hero-actions { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.action-card { position: relative; min-height: 96px; display: flex; flex-direction: column; justify-content: center; padding: 18px 62px 18px 22px; color: var(--city-deep); background: var(--paper); border: 1px solid var(--line); border-left: 7px solid var(--mustard); text-decoration: none; transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease; }
.action-card:hover { border-color: var(--brick); box-shadow: 7px 7px 0 rgba(189, 89, 55, 0.13); transform: translate(-2px, -2px); }
.action-card span { font-weight: 830; line-height: 1.3; }
.action-card small { margin-top: 4px; color: var(--ink-soft); font-size: 14px; line-height: 1.4; }
.action-card b { position: absolute; right: 23px; top: 50%; color: var(--brick); font-size: 24px; transform: translateY(-50%); }
.action-card--primary { color: var(--white); background: var(--city); border-color: var(--city); border-left-color: var(--mustard); }
.action-card--primary small { color: #e6f0f4; }
.action-card--primary b { color: #ffd36c; }

.owner-intro { background: var(--paper); }
.owner-intro-layout { display: grid; grid-template-columns: 94px minmax(0, 0.83fr) minmax(0, 1.17fr); gap: 32px; align-items: start; }
.block-index { padding: 11px 0; color: var(--brick-deep); border-top: 5px solid var(--brick); border-bottom: 1px solid var(--line); font-size: 15px; font-weight: 850; letter-spacing: 0.08em; }
.owner-intro h2 { margin-bottom: 0; }
.owner-intro-copy { color: var(--ink-soft); }
.owner-intro-copy p:last-child { margin-bottom: 0; }

.building-section { position: relative; background: var(--concrete); }
.building-section::before { position: absolute; top: 0; right: 0; width: 24%; height: 100%; opacity: 0.22; background: repeating-linear-gradient(90deg, transparent 0 40px, rgba(23, 63, 92, 0.13) 40px 41px); content: ""; }
.editorial-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 62px; align-items: center; }
.editorial-copy p { color: var(--ink-soft); }
.building-figure,
.district-figure { height: 400px; border: 1px solid #c9bcaa; }
.building-figure img { object-position: 50% 51%; }
.district-figure img { object-position: 50% 48%; }
.text-link { display: inline-flex; align-items: center; gap: 11px; margin-top: 4px; color: var(--city-deep); font-weight: 830; text-decoration-color: var(--brick); text-decoration-thickness: 2px; text-underline-offset: 7px; }
.text-link span { color: var(--brick); font-size: 23px; }

.types-section { background: var(--paper); }
.types-layout { display: grid; grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr); gap: 72px; align-items: start; }
.types-heading { position: sticky; top: 132px; }
.types-list { border-top: 5px solid var(--city); }
.types-list article { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.types-list article > span { color: var(--brick); font-size: 13px; font-weight: 850; letter-spacing: 0.08em; }
.types-list h3 { margin-bottom: 6px; }
.types-list p { margin-bottom: 0; color: var(--ink-soft); }

.buyer-section { background: var(--sky-light); }
.editorial-layout--buyer { grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr); }
.buyer-section .editorial-copy { padding-left: 28px; border-left: 5px solid var(--mustard); }

.trust-section { color: #eef6f9; background: var(--city-deep); }
.trust-layout { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: 48px; align-items: center; }
.trust-section h2 { color: var(--white); }
.trust-section p { margin-bottom: 0; color: #d9e7ed; }
.trust-section .section-kicker { color: #ffd069; }
.trust-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; border: 1px solid rgba(255, 255, 255, 0.22); }
.trust-facts > div { min-width: 0; padding: 25px 18px; }
.trust-facts > div + div { border-left: 1px solid rgba(255, 255, 255, 0.2); }
.trust-facts dt { color: #ffd069; font-size: 24px; font-weight: 850; line-height: 1.2; }
.trust-facts dd { margin-top: 6px; color: #eef6f9; font-size: 14px; line-height: 1.4; }

.contact-section {
  padding: 92px 0;
  background:
    linear-gradient(90deg, rgba(23, 63, 92, 0.045) 1px, transparent 1px) 0 0 / 54px 54px,
    linear-gradient(rgba(23, 63, 92, 0.045) 1px, transparent 1px) 0 0 / 54px 54px,
    var(--concrete-light);
}
.contact-layout { max-width: 910px; }
.form-card { overflow: hidden; padding: 54px 62px 0; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.form-card > h2 { margin-bottom: 30px; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.intent-group { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 0 0 28px; 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: 64px; display: flex; align-items: center; justify-content: center; padding: 12px 13px; color: var(--city-deep); background: var(--concrete-light); border: 1px solid var(--line); border-bottom: 4px solid var(--line); font-size: 15px; font-weight: 760; line-height: 1.3; text-align: center; }
.intent-option[data-selected="true"] span { color: var(--white); background: var(--city); border-color: var(--city); border-bottom-color: var(--mustard); }
.intent-option input:focus-visible + span { outline: 3px solid var(--focus); outline-offset: 3px; }
.field { margin-bottom: 21px; }
.field label { display: block; margin-bottom: 7px; color: var(--city-deep); font-size: 15px; font-weight: 780; }
.field input,
.field textarea { width: 100%; padding: 14px 15px; color: var(--ink); background: var(--white); border: 1px solid #a99e8f; border-radius: 0; }
.field input { min-height: 52px; }
.field textarea { min-height: 176px; resize: vertical; }
.field input:focus,
.field textarea:focus { border-color: var(--city); box-shadow: 0 0 0 3px rgba(210, 163, 56, 0.28); outline: none; }
.personal-details { margin: 8px 0 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.personal-details summary { position: relative; padding: 16px 42px 16px 0; color: var(--city-deep); font-weight: 770; cursor: pointer; }
.personal-details summary::after { position: absolute; top: 13px; right: 4px; color: var(--brick); font-size: 28px; content: "+"; }
.personal-details[open] summary::after { content: "−"; }
.personal-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; padding-top: 8px; }
.field--wide { grid-column: 1 / -1; }
.consent-row { display: grid; grid-template-columns: 23px 1fr; gap: 10px; align-items: start; margin-bottom: 24px; color: var(--ink-soft); font-size: 14px; line-height: 1.55; }
.consent-row input { width: 21px; height: 21px; margin: 1px 0 0; accent-color: var(--city); }
.consent-row a { color: var(--city-deep); font-weight: 750; text-underline-offset: 3px; }
.submit-button { width: 100%; min-height: 58px; padding: 14px 20px; color: var(--white); background: var(--brick-deep); border: 0; border-bottom: 5px solid #642918; font-weight: 830; cursor: pointer; transition: background 160ms ease, transform 160ms ease; }
.submit-button:hover { background: var(--brick); transform: translateY(-1px); }
.privacy-note { margin: 14px 0 0; color: var(--ink-soft); font-size: 13px; text-align: center; }
.form-status { margin: 13px 0 0; color: var(--city-deep); font-weight: 700; }
.personal-contact { margin: 38px -62px 0; padding: 38px 62px 48px; color: #fffaf4; background: var(--city); border-top: 8px solid var(--mustard); }
.personal-contact .section-kicker { color: #ffd36e; }
.personal-contact h3 { margin-bottom: 12px; color: var(--white); font-size: clamp(27px, 3vw, 37px); }
.contact-name { margin-bottom: 24px; color: #e4f0f5; font-weight: 740; }
.contact-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.contact-links a { padding: 16px 18px; color: var(--city-deep); background: var(--paper); border-left: 5px solid var(--brick); font-weight: 800; text-decoration: none; }
.contact-links span { display: block; margin-bottom: 3px; color: var(--brick-deep); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; }

.site-footer { padding: 28px 0; color: #e7f1f5; background: #0b2537; font-size: 14px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.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: 1024px) {
  .shell { width: min(calc(100% - 40px), var(--shell)); }
  .section { padding: 70px 0; }
  .header-inner { gap: 19px; }
  .main-nav { gap: 17px; }
  .hero-layout { gap: 32px; }
  .hero-figure { height: 300px; }
  .owner-intro-layout { grid-template-columns: 78px 0.82fr 1.18fr; gap: 24px; }
  .editorial-layout { gap: 42px; }
  .building-figure,
  .district-figure { height: 368px; }
  .types-layout { gap: 48px; }
  .trust-layout { gap: 34px; }
}

@media (max-width: 820px) {
  .header-inner { grid-template-columns: 1fr auto auto; min-height: 76px; }
  .brand { font-size: 20px; }
  .grid-mark { width: 38px; height: 38px; }
  .grid-mark::before { left: 10px; }
  .grid-mark::after { left: 24px; }
  .grid-mark i { top: 10px; }
  .grid-mark b { top: 24px; }
  .menu-toggle { display: inline-flex; }
  .main-nav { position: absolute; top: calc(100% + 1px); right: 20px; left: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-nav[data-open="true"] { display: flex; }
  .main-nav a { min-height: 48px; display: flex; align-items: center; padding: 8px 12px; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: 0; }
  .hero { padding-top: 46px; }
  .hero-layout { grid-template-columns: 1fr; gap: 28px; }
  .hero-copy { max-width: 680px; }
  .hero-figure { height: 290px; }
  .hero-actions { grid-column: 1; }
  .owner-intro-layout { grid-template-columns: 68px 1fr; }
  .owner-intro-copy { grid-column: 2; }
  .editorial-layout,
  .editorial-layout--buyer { grid-template-columns: 1fr; gap: 34px; }
  .building-section .editorial-copy,
  .buyer-section .editorial-copy { order: 1; }
  .building-section .editorial-figure,
  .buyer-section .editorial-figure { order: 2; }
  .buyer-section .editorial-copy { padding-left: 22px; }
  .types-layout { grid-template-columns: 1fr; gap: 22px; }
  .types-heading { position: static; }
  .trust-layout { grid-template-columns: 1fr; }
  .form-card { padding-right: 42px; padding-left: 42px; }
  .personal-contact { margin-right: -42px; margin-left: -42px; padding-right: 42px; padding-left: 42px; }
}

@media (max-width: 620px) {
  body { font-size: 17px; }
  .shell { width: min(calc(100% - 24px), var(--shell)); }
  .operator-bar .shell { min-height: 31px; font-size: 10px; }
  .header-inner { min-height: 64px; gap: 10px; }
  .brand { gap: 8px; font-size: 17px; }
  .grid-mark { width: 31px; height: 31px; border-width: 2px; }
  .grid-mark::before { left: 8px; width: 2px; }
  .grid-mark::after { left: 19px; width: 2px; }
  .grid-mark i { top: 8px; height: 2px; }
  .grid-mark b { top: 19px; height: 2px; }
  .awz-logo { width: 59px; height: 45px; }
  .menu-toggle { min-width: 46px; min-height: 46px; }
  .section { padding: 58px 0; scroll-margin-top: 76px; }
  .hero { padding: 37px 0 43px; }
  .hero-layout { gap: 23px; }
  .eyebrow,
  .section-kicker { font-size: 11px; letter-spacing: 0.12em; }
  h1 { margin-bottom: 18px; font-size: clamp(32px, 10vw, 38px); }
  h2 { font-size: clamp(28px, 8.5vw, 34px); }
  .hero-intro { font-size: 17px; }
  .hero-figure { height: 222px; }
  figcaption { right: 9px; bottom: 9px; padding: 4px 7px; font-size: 10px; }
  .hero-actions { grid-template-columns: 1fr; gap: 10px; }
  .action-card { min-height: 86px; padding: 17px 48px 17px 16px; }
  .action-card b { right: 17px; }
  .owner-intro-layout { grid-template-columns: 48px 1fr; gap: 15px; }
  .block-index { font-size: 11px; }
  .building-figure,
  .district-figure { height: 268px; }
  .types-list article { grid-template-columns: 43px 1fr; gap: 12px; padding: 20px 0; }
  .buyer-section .editorial-copy { padding-left: 16px; border-left-width: 4px; }
  .trust-facts { grid-template-columns: 1fr; }
  .trust-facts > div + div { border-top: 1px solid rgba(255, 255, 255, 0.2); border-left: 0; }
  .contact-section { padding: 58px 0; }
  .form-card { padding: 38px 18px 0; box-shadow: 7px 7px 0 rgba(23, 63, 92, 0.11); }
  .intent-group { grid-template-columns: 1fr; gap: 8px; }
  .intent-option span { min-height: 52px; justify-content: flex-start; text-align: left; }
  .personal-grid { grid-template-columns: 1fr; }
  .field--wide { grid-column: auto; }
  .personal-contact { margin: 32px -18px 0; padding: 31px 18px 41px; }
  .contact-links { grid-template-columns: 1fr; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-inner nav { justify-content: flex-start; }
}

@media (max-width: 350px) {
  .shell { width: min(calc(100% - 18px), var(--shell)); }
  .brand { font-size: 15px; }
  .grid-mark { display: none; }
  .awz-logo { width: 53px; }
  h1 { font-size: 31px; hyphens: manual; }
  h2 { font-size: 27px; hyphens: manual; }
  .hero-figure { height: 202px; }
  .action-card span,
  .contact-links a { overflow-wrap: anywhere; }
  .submit-button { padding-inline: 12px; }
}

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