:root {
  --vine: #49634d;
  --vine-deep: #304737;
  --brick: #a75443;
  --brick-deep: #813c31;
  --river: #557583;
  --limestone: #e7dcc8;
  --sand: #f3ecdf;
  --paper: #fffdf8;
  --ink: #303a34;
  --muted: #616a64;
  --line: #d7cbb9;
  --error: #9a3035;
  --shell: min(1180px, calc(100% - 48px));
  --shadow: 0 22px 52px rgba(53,53,43,.14);
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body { margin: 0; color: var(--ink); background: var(--paper); 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 #c77462; outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 90px 0; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 12px; padding: 10px 15px; color: #fff; background: var(--vine-deep); border-radius: 7px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.operator-bar { padding: 6px 18px; color: #f0f5f1; background: var(--vine-deep); font-size: 13px; letter-spacing: .03em; 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: 26px; }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: 12px; color: var(--vine-deep); font-size: 18px; font-weight: 790; letter-spacing: -.025em; text-decoration: none; }
.gate-mark { position: relative; width: 38px; height: 35px; display: block; border: 3px solid var(--brick); border-bottom: 0; border-radius: 20px 20px 0 0; flex: 0 0 auto; }
.gate-mark::before { content: ""; position: absolute; left: 7px; right: 7px; top: 8px; bottom: 0; border: 2px solid var(--vine); border-bottom: 0; border-radius: 13px 13px 0 0; }
.gate-mark i { position: absolute; left: -5px; right: -5px; bottom: -4px; height: 4px; background: var(--river); }
.main-nav { justify-self: end; display: flex; align-items: center; gap: 21px; }
.main-nav a { position: relative; padding: 8px 0; color: #4d5b52; font-size: 15px; font-weight: 680; text-decoration: none; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 2px; background: var(--brick); 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(--brick-deep); font-size: 13px; font-weight: 820; letter-spacing: .15em; line-height: 1.4; text-transform: uppercase; }
.eyebrow--light { color: #f3c2b7; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { margin-top: 0; line-height: 1.11; letter-spacing: -.036em; }
h1 { margin-bottom: 22px; font-size: clamp(43px,4vw,53px); font-weight: 720; }
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: 52px 0 72px; background: var(--sand); overflow: hidden; }
.wall-line { position: absolute; left: 0; right: 0; bottom: 0; height: 70px; opacity: .32; background-image: linear-gradient(90deg,transparent 0 7%,var(--limestone) 7% 8%,transparent 8% 19%,var(--limestone) 19% 20%,transparent 20% 32%,var(--limestone) 32% 33%,transparent 33% 45%,var(--limestone) 45% 46%,transparent 46% 58%,var(--limestone) 58% 59%,transparent 59% 72%,var(--limestone) 72% 73%,transparent 73% 85%,var(--limestone) 85% 86%,transparent 86%),linear-gradient(var(--limestone) 1px,transparent 1px); background-size: auto,100% 22px; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0,.92fr) minmax(470px,1.08fr); gap: 34px 58px; align-items: center; }
.hero-intro { max-width: 660px; margin-bottom: 0; color: var(--muted); font-size: 18.5px; }
.editorial-figure { position: relative; margin: 0; overflow: hidden; background: #ddd8cf; }
.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(48,71,55,.86); border-radius: 3px; font-size: 11px; line-height: 1.2; }
.hero-figure { height: 316px; border: 7px solid rgba(255,255,255,.73); border-radius: 132px 18px 18px 18px; box-shadow: var(--shadow); }
.hero-figure img { object-position: center 52%; }
.local-routes { grid-column: 1 / -1; display: grid; grid-template-columns: 1.12fr 1fr .88fr; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); }
.local-route { min-height: 136px; display: flex; flex-direction: column; justify-content: center; padding: 22px 26px; border-right: 1px solid var(--line); text-decoration: none; transition: background 170ms ease,color 170ms ease; }
.local-route:last-child { border-right: 0; }
.local-route span { color: var(--brick-deep); font-size: 11px; font-weight: 820; letter-spacing: .11em; text-transform: uppercase; }
.local-route strong { margin: 5px 0; font-size: 20px; line-height: 1.25; }
.local-route small { color: var(--muted); font-size: 14px; line-height: 1.4; }
.local-route--primary { color: #fff; background: var(--vine); }
.local-route--primary span { color: #f3c2b7; }
.local-route--primary small { color: #e7efe9; }
.local-route:hover { color: #fff; background: var(--brick-deep); }
.local-route:hover span { color: #ffd5cb; }
.local-route:hover small { color: #f7e5df; }

.place-section { background: var(--paper); }
.place-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.place-copy p:last-child { color: var(--muted); }
.place-trace { position: relative; padding: 14px 0 14px 42px; border-left: 3px solid var(--brick); }
.place-trace::before, .place-trace::after { content: ""; position: absolute; left: -8px; width: 13px; height: 13px; background: var(--paper); border: 2px solid var(--brick); border-radius: 50%; }
.place-trace::before { top: 0; }
.place-trace::after { bottom: 0; }
.place-trace article { display: grid; grid-template-columns: 115px 1fr; gap: 22px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.place-trace article:last-child { border-bottom: 0; }
.place-trace b { color: var(--vine-deep); font-size: 19px; }
.place-trace span { color: var(--muted); font-size: 16px; }

.owner-section { background: #f0eee7; }
.owner-grid { display: grid; grid-template-columns: minmax(460px,1.05fr) minmax(0,.95fr); gap: 70px; align-items: center; }
.owner-figure { height: 410px; border: 9px solid var(--paper); border-radius: 18px 82px 18px 18px; box-shadow: -15px 15px 0 #d9c7aa; }
.owner-figure img { object-position: center 52%; }
.owner-copy p:not(.eyebrow) { color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 11px; margin-top: 8px; padding: 7px 0; color: var(--vine-deep); border-bottom: 2px solid var(--brick); font-weight: 780; text-decoration: none; }
.text-link span { transition: transform 170ms ease; }
.text-link:hover span { transform: translateX(5px); }

.types-section { color: #fff; background: var(--vine-deep); }
.types-wrap { position: relative; }
.types-wrap::before { content: ""; position: absolute; top: -90px; bottom: -90px; right: 18%; width: 1px; background: rgba(255,255,255,.14); }
.types-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: 58px; align-items: end; margin-bottom: 40px; }
.types-heading h2 { max-width: 710px; margin-bottom: 0; }
.stone-band { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); }
.stone-band article { padding: 28px 30px; border-right: 1px solid rgba(255,255,255,.24); }
.stone-band article:last-child { border-right: 0; }
.stone-band span { display: block; margin-bottom: 22px; color: #f3c2b7; font-size: 13px; font-weight: 820; }
.stone-band h3 { min-height: 50px; margin-bottom: 10px; }
.stone-band p { margin-bottom: 0; color: #e5eee7; font-size: 16px; }

.buyer-section { background: #edf3f3; }
.buyer-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(470px,1.1fr); gap: 70px; align-items: center; }
.buyer-copy p:not(.eyebrow) { color: var(--muted); }
.buyer-figure { height: 406px; border-radius: 18px 18px 94px 18px; box-shadow: var(--shadow); }
.buyer-figure img { object-position: center 49%; }
.buyer-figure figcaption { right: 48px; bottom: 18px; }

.trust-section { padding: 70px 0; color: #fff; background: var(--brick-deep); }
.trust-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.trust-copy h2 { margin-bottom: 14px; }
.trust-copy p:last-child { margin-bottom: 0; color: #f3e6e2; }
.trust-facts { display: grid; grid-template-columns: repeat(3,1fr); margin: 0; }
.trust-facts div { padding: 8px 22px; border-left: 1px solid rgba(255,255,255,.28); }
.trust-facts dt { color: #ffe0d7; font-size: 27px; font-weight: 820; line-height: 1.2; }
.trust-facts dd { margin: 6px 0 0; color: #f3e6e2; font-size: 14px; line-height: 1.4; }

.contact-section { padding: 92px 0 0; background: linear-gradient(180deg,var(--sand) 0 62%,#e9e1d3 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: 112px; height: 8px; background: repeating-linear-gradient(90deg,var(--brick) 0 30px,var(--limestone) 30px 34px); }
.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); border: 1px solid var(--line); border-radius: 8px; 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(--vine); }
.intent-option[data-selected="true"] { color: #fff; background: var(--vine); border-color: var(--vine); box-shadow: inset 0 0 0 2px rgba(255,255,255,.17); }
.field { margin-bottom: 20px; }
.field label { display: block; margin-bottom: 7px; color: #3b5140; font-size: 15px; font-weight: 760; }
.field input, .field textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #fff; border: 1px solid #a8aea8; border-radius: 7px; }
.field textarea { min-height: 154px; resize: vertical; }
.field input:hover, .field textarea:hover { border-color: var(--vine); }
.field input:focus, .field textarea:focus { border-color: var(--vine); outline: 3px solid rgba(73,99,77,.18); }
.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(--vine-deep); font-weight: 760; cursor: pointer; }
.personal-details summary::marker { color: var(--brick); }
.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: #505b54; font-size: 15px; }
.consent-row input { width: 20px; height: 20px; margin: 3px 0 0; flex: 0 0 auto; accent-color: var(--vine); }
.consent-row a { color: var(--vine-deep); font-weight: 760; }
.submit-button { min-height: 54px; padding: 14px 25px; color: #fff; background: var(--vine); border: 0; border-radius: 8px; box-shadow: 0 10px 22px rgba(48,71,55,.2); font-weight: 790; cursor: pointer; }
.submit-button:hover { background: var(--brick-deep); }
.privacy-note { margin: 16px 0 0; color: var(--muted); font-size: 14px; }
.form-status { margin: 14px 0 0; padding: 11px 13px; color: #741f24; background: #fff0ef; 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(--vine-deep); border-radius: var(--radius) var(--radius) 0 0; }
.personal-contact h3 { margin-bottom: 12px; font-size: 28px; }
.contact-name { margin-bottom: 0; color: #e5eee7; }
.contact-lines p { display: grid; grid-template-columns: 72px 1fr; margin: 8px 0; }
.contact-lines span { color: #f3c2b7; 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: #e7eee9; background: #22352a; }
.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: #b2c0b7; }

@media (max-width: 1020px) {
  :root { --shell: min(100% - 38px,920px); }
  .main-nav { gap: 14px; }
  .main-nav a { font-size: 13.5px; }
  .hero-grid { grid-template-columns: .96fr 1.04fr; gap: 32px 40px; }
  .hero-figure { height: 296px; }
  .local-route { padding: 21px 19px; }
  .place-grid { gap: 48px; }
  .owner-grid, .buyer-grid { gap: 44px; }
  .trust-grid { gap: 40px; }
}

@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(--vine-deep); background: transparent; border: 1px solid var(--line); border-radius: 8px; 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(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 16px 30px rgba(48,71,55,.14); }
  .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 #e8ded0; }
  .awz-logo { width: 70px; }
  .hero { padding: 42px 0 56px; }
  .wall-line { height: 42px; }
  .hero-grid { grid-template-columns: 1fr; gap: 25px; }
  .hero-figure { height: 236px; border-radius: 74px 14px 14px 14px; }
  .local-routes { grid-column: auto; grid-template-columns: 1fr; }
  .local-route { min-height: 108px; border-right: 0; border-bottom: 1px solid var(--line); }
  .local-route:last-child { border-bottom: 0; }
  .place-grid, .owner-grid, .buyer-grid, .trust-grid { grid-template-columns: 1fr; }
  .place-grid { gap: 34px; }
  .owner-grid, .buyer-grid { gap: 38px; }
  .owner-figure, .buyer-figure { height: 330px; }
  .owner-copy { order: 1; }
  .owner-figure { order: 2; }
  .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: 17px; }
  body { font-size: 16.5px; }
  .operator-bar { padding: 5px 12px; font-size: 12px; }
  .header-inner { grid-template-columns: minmax(0,1fr) auto; }
  .brand { min-width: 0; font-size: 15.5px; }
  .gate-mark { width: 30px; height: 29px; }
  .awz-logo { display: none; }
  h1 { font-size: clamp(33px,9.3vw,39px); }
  h2 { font-size: clamp(28px,7.7vw,34px); }
  .hero-intro { font-size: 17px; }
  .hero-figure { height: 220px; border-width: 5px; }
  .local-route { min-height: 102px; padding: 18px 20px; }
  .place-trace { padding-left: 28px; }
  .place-trace article { grid-template-columns: 1fr; gap: 4px; padding: 18px 0; }
  .types-heading { grid-template-columns: 1fr; gap: 5px; }
  .stone-band { grid-template-columns: 1fr; }
  .stone-band article { padding: 23px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  .stone-band article:last-child { border-bottom: 0; }
  .stone-band span { margin-bottom: 10px; }
  .stone-band h3 { min-height: 0; }
  .owner-figure, .buyer-figure { height: 270px; }
  .buyer-figure { border-radius: 14px 14px 70px 14px; }
  .buyer-figure figcaption { right: 38px; }
  .trust-facts { grid-template-columns: 1fr; }
  .trust-facts div { padding: 14px 0; border-top: 1px solid rgba(255,255,255,.25); border-left: 0; }
  .trust-facts dt { font-size: 24px; }
  #contact-form { padding: 34px 20px; }
  #contact-form::before { left: 20px; width: 96px; }
  .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: 14.5px; }
  .gate-mark { width: 27px; height: 26px; }
  .menu-toggle { padding-inline: 9px; }
  h1 { font-size: 31px; }
  h2 { font-size: 27px; }
  .hero-figure { height: 198px; }
  .local-route { padding-inline: 16px; }
  .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; }
}

