:root {
  --paper: #fffdf8;
  --cream: #f3eee4;
  --grain-pale: #eadcc2;
  --grain: #af8247;
  --earth: #775142;
  --green: #58705c;
  --green-deep: #2b4650;
  --green-pale: #dfe8df;
  --blue: #536f7d;
  --ink: #293033;
  --muted: #697173;
  --line: #cdd1cd;
  --shadow: 0 22px 55px rgba(43, 70, 80, 0.19);
  --focus: #984a34;
}
* { 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.58; overflow-wrap: anywhere; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, summary { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.027em; overflow-wrap: normal; word-break: normal; hyphens: auto; }
h1 { max-width: 720px; margin-bottom: 22px; font-size: clamp(43px,4vw,56px); }
h2 { margin-bottom: 22px; font-size: clamp(32px,3.2vw,44px); }
h3 { font-size: 22px; }
.shell { width: min(1180px,calc(100% - 48px)); margin-inline: auto; }
.section { padding: 86px 0; }
.eyebrow { margin-bottom: 13px; color: var(--earth); font-size: 13px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -70px; padding: 12px 18px; color: #fff; background: var(--blue); }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.operator-bar { min-height: 33px; display: grid; place-items: center; padding: 6px 18px; color: #fff; background: var(--green-deep); font-size: 13px; text-align: center; }
.site-header { position: sticky; z-index: 30; top: 0; background: rgba(252,250,243,.97); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 22px; }
.domain-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; white-space: nowrap; }
.domain-brand strong, .domain-brand small { display: block; }
.domain-brand strong { color: var(--green-deep); font-size: 18px; }
.domain-brand small { margin-top: 1px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.field-mark { width: 43px; height: 43px; display: grid; align-content: end; gap: 3px; padding: 7px; overflow: hidden; background: var(--green); }
.field-mark i { display: block; height: 5px; background: var(--grain-pale); transform: skewX(-28deg); }
.field-mark i:nth-child(2) { width: 80%; }
.field-mark i:nth-child(3) { width: 58%; }
.main-nav { display: flex; align-items: center; gap: 17px; margin-left: auto; }
.main-nav a { color: #465448; font-size: 14px; font-weight: 750; text-decoration: none; }
.main-nav a:hover { color: var(--earth); }
.phone-link { color: var(--green-deep); font-size: 14px; font-weight: 850; text-decoration: none; white-space: nowrap; }
.awz-logo { width: 82px; height: 54px; object-fit: contain; }
.menu-toggle { display: none; width: 48px; height: 44px; padding: 10px 12px; background: var(--paper); border: 1px solid var(--line); cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 4px 0; background: var(--green); }
.menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.hero { position: relative; padding: 54px 0 67px; overflow: hidden; background: linear-gradient(105deg,var(--paper) 0 55%,var(--green-pale) 55%); }
.furrows { position: absolute; inset: 0; opacity: .22; background: repeating-linear-gradient(107deg,transparent 0 78px,rgba(49,90,60,.24) 79px 80px); }
.hero-layout { position: relative; display: grid; grid-template-columns: minmax(0,.98fr) minmax(480px,1.02fr); gap: 54px; align-items: center; }
.hero-copy { padding: 18px 12px 18px 0; }
.hero-copy::before { content: ""; display: block; width: 110px; height: 7px; margin-bottom: 30px; background: linear-gradient(90deg,var(--grain) 0 65%,var(--green) 65%); }
.hero-intro { max-width: 660px; color: var(--muted); font-size: 18.5px; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 21px; border: 2px solid var(--green); font-weight: 800; text-decoration: none; }
.button--primary { color: #fff; background: var(--green); }
.button--primary:hover { background: var(--green-deep); border-color: var(--green-deep); }
.button--secondary { color: var(--green-deep); background: var(--paper); }
.button--secondary:hover { background: var(--cream); }
.photo { position: relative; margin: 0; overflow: hidden; background: #d6dfd4; }
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo figcaption { position: absolute; z-index: 2; right: 8px; bottom: 8px; padding: 4px 8px; color: #fff; background: rgba(21,62,93,.92); font-size: 11px; line-height: 1.25; }
.photo--hero { height: 410px; border: 8px solid var(--paper); box-shadow: 18px 18px 0 rgba(189,129,40,.2),var(--shadow); }
.photo--hero img { object-position: center 52%; }

.possibility-section { background: var(--paper); }
.section-heading--split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 75px; align-items: end; margin-bottom: 42px; }
.section-heading--split h2 { margin-bottom: 0; }
.section-heading--split > p { margin-bottom: 5px; color: var(--muted); }
.possibility-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 5px solid var(--grain); border-bottom: 1px solid var(--line); }
.possibility-grid article { padding: 27px 23px; border-right: 1px solid var(--line); }
.possibility-grid article:last-child { border-right: 0; }
.possibility-grid span { display: block; margin-bottom: 18px; color: var(--grain); font-size: 22px; font-weight: 900; line-height: 1; }
.possibility-grid h3 { margin-bottom: 11px; }
.possibility-grid p { margin-bottom: 0; color: var(--muted); font-size: 16px; }

.owner-section { background: var(--cream); }
.buyer-section { background: var(--green-pale); }
.split-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; }
.split-layout--reverse { grid-template-columns: .92fr 1.08fr; }
.section-copy p { color: var(--muted); }
.photo--owner, .photo--buyer { height: 430px; border: 8px solid var(--paper); box-shadow: -17px 17px 0 rgba(49,90,60,.18),var(--shadow); }
.photo--owner img { object-position: center 48%; }
.photo--buyer { box-shadow: 17px 17px 0 rgba(189,129,40,.18),var(--shadow); }
.photo--buyer img { object-position: center 52%; }
.text-link { display: inline-flex; gap: 13px; align-items: center; margin-top: 8px; padding: 8px 0; color: var(--green-deep); border-bottom: 2px solid var(--grain); font-weight: 850; text-decoration: none; }
.text-link:hover { color: var(--earth); }

.future-section { color: #fff; background: var(--green-deep); }
.future-section .eyebrow { color: #f1cf93; }
.future-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 78px; }
.future-copy { padding-left: 34px; border-left: 1px solid rgba(255,255,255,.35); }
.future-copy p { color: #dde9df; }
.future-copy p:last-child { margin-bottom: 0; }
.work-section { background: var(--paper); }
.work-layout { display: grid; grid-template-columns: 180px 1fr; gap: 55px; align-items: center; max-width: 960px; }
.work-number { margin: 0; color: var(--grain-pale); font-family: Georgia,serif; font-size: 72px; font-weight: 800; letter-spacing: -.08em; }
.work-layout h2 { max-width: 720px; }
.work-layout div > p:last-of-type { color: var(--muted); }

.trust-section { padding: 68px 0; background: var(--grain-pale); }
.trust-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; align-items: center; }
.trust-heading { padding-left: 22px; border-left: 6px solid var(--green); }
.trust-heading h2 { margin-bottom: 13px; }
.trust-heading h2 { font-size: clamp(30px,2.75vw,39px); }
.trust-heading p:last-child { margin-bottom: 0; color: var(--muted); }
.trust-values { display: grid; grid-template-columns: repeat(3,1fr); margin: 0; border-block: 1px solid rgba(120,80,55,.42); }
.trust-values div { padding: 23px 18px; border-right: 1px solid rgba(120,80,55,.42); }
.trust-values div:last-child { border-right: 0; }
.trust-values dt { color: var(--green-deep); font-size: 19px; font-weight: 850; }
.trust-values dd { margin: 4px 0 0; color: var(--muted); font-size: 14px; }

.contact-section { padding: 86px 0 0; background: linear-gradient(180deg,#ecebe3 0 58%,var(--blue) 58%); }
.contact-shell { max-width: 980px; }
#contact-form { padding: 50px 56px; background: var(--paper); border-top: 8px solid var(--grain); box-shadow: var(--shadow); }
.form-heading { margin-bottom: 30px; }
.intent-group { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 0 0 28px; padding: 0; border: 0; }
.intent-option { min-height: 62px; display: flex; align-items: center; gap: 10px; padding: 14px 15px; background: #efede5; border: 1px solid var(--line); cursor: pointer; }
.intent-option input { width: 19px; height: 19px; accent-color: var(--green); flex: 0 0 auto; }
.intent-option span { font-size: 15px; font-weight: 750; line-height: 1.3; }
.intent-option[data-selected="true"] { color: #fff; background: var(--green); border-color: var(--green); box-shadow: inset 0 -4px 0 var(--grain-pale); }
.intent-option[data-selected="true"] input { accent-color: #fff; }
.field { margin-bottom: 21px; }
.field label { display: block; margin-bottom: 7px; font-size: 15px; font-weight: 800; }
.field input, .field textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #fff; border: 1px solid #94a096; border-radius: 0; }
.field textarea { min-height: 155px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--focus); box-shadow: 0 0 0 2px rgba(0,95,140,.18); outline: 0; }
.personal-details { margin: 6px 0 23px; border-block: 1px solid var(--line); }
.personal-details summary { padding: 17px 4px; color: var(--green-deep); font-weight: 800; cursor: pointer; }
.personal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; padding: 8px 4px 2px; }
.field--wide { grid-column: 1/-1; }
.consent-row { display: grid; grid-template-columns: 22px 1fr; gap: 11px; align-items: start; margin: 24px 0; font-size: 15px; }
.consent-row input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--green); }
.consent-row a { color: var(--green-deep); font-weight: 700; }
.submit-button { width: 100%; min-height: 58px; padding: 14px 22px; color: #fff; background: var(--green); border: 0; font-weight: 850; cursor: pointer; }
.submit-button:hover { background: var(--green-deep); }
.privacy-note { margin: 18px 0 0; color: var(--muted); font-size: 14px; }
.form-status { margin: 17px 0 0; padding: 12px 14px; color: #6f3d17; background: #f6e7cb; border-left: 4px solid var(--grain); font-weight: 700; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.personal-contact { display: grid; grid-template-columns: 1.08fr .92fr; gap: 48px; align-items: center; padding: 40px 46px; color: #fff; background: var(--blue); }
.personal-contact .eyebrow { color: #f1cf93; }
.personal-contact h3 { margin-bottom: 12px; font-size: 29px; }
.contact-name { margin-bottom: 0; color: #dce8ef; }
.contact-data { margin: 0; }
.contact-data div { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.36); }
.contact-data dt { color: #f1cf93; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-data dd { margin: 3px 0 0; }
.contact-data a { color: #fff; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.site-footer { padding: 42px 0; color: #dbe6ec; background: #102f47; font-size: 14px; }
.footer-layout { display: grid; grid-template-columns: 1fr auto; gap: 16px 28px; }
.footer-layout p { margin-bottom: 0; }
.footer-layout nav { display: flex; flex-wrap: wrap; gap: 17px; }
.footer-layout a { color: #fff; text-underline-offset: 4px; }

@media (max-width: 1080px) {
  .main-nav { gap: 12px; }
  .phone-link { display: none; }
  .hero-layout { grid-template-columns: .95fr 1.05fr; gap: 38px; }
  .photo--hero { height: 360px; }
  .split-layout { gap: 48px; }
}
@media (max-width: 820px) {
  .shell { width: min(100% - 36px,720px); }
  .section { padding: 72px 0; }
  .header-inner { min-height: 74px; }
  .awz-logo { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: absolute; left: 0; right: 0; top: 100%; display: none; margin: 0; padding: 13px 18px 20px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 16px 30px rgba(33,63,45,.14); }
  .main-nav[data-open="true"] { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
  .main-nav a { padding: 11px 12px; border-bottom: 1px solid #e4e0d4; }
  .hero { padding: 42px 0 55px; background: linear-gradient(180deg,var(--paper) 0 74%,var(--green-pale) 74%); }
  .hero-layout { grid-template-columns: 1fr; gap: 28px; }
  .hero-copy { max-width: 690px; }
  .photo--hero { height: 330px; }
  .section-heading--split, .future-layout { grid-template-columns: 1fr; gap: 30px; }
  .possibility-grid { grid-template-columns: 1fr 1fr; }
  .possibility-grid article:nth-child(2) { border-right: 0; }
  .possibility-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split-layout, .split-layout--reverse { grid-template-columns: 1fr; }
  .section-copy { order: 1; }
  .photo--owner, .photo--buyer { order: 2; height: 380px; }
  .future-copy { padding: 0; border: 0; }
  .work-layout { grid-template-columns: 125px 1fr; gap: 34px; }
  .work-number { font-size: 56px; }
  .trust-layout { grid-template-columns: 1fr; gap: 32px; }
  .personal-contact { grid-template-columns: 1fr; gap: 25px; }
}
@media (max-width: 620px) {
  body { font-size: 17px; }
  .shell { width: min(100% - 28px,560px); }
  .section { padding: 61px 0; }
  h1 { font-size: clamp(30px,7.8vw,35px); }
  h2 { font-size: clamp(29px,8vw,35px); }
  .operator-bar { font-size: 12px; }
  .domain-brand strong { font-size: 15.5px; }
  .domain-brand small { display: none; }
  .field-mark { width: 36px; height: 36px; }
  .hero { padding-top: 34px; }
  .hero-copy { padding: 10px 0; }
  .hero-copy::before { width: 78px; height: 5px; margin-bottom: 23px; }
  .hero-intro { font-size: 17px; }
  .hero-buttons { display: grid; }
  .button { width: 100%; }
  .photo--hero { height: 235px; border-width: 5px; box-shadow: 10px 10px 0 rgba(189,129,40,.2),var(--shadow); }
  .photo figcaption { right: 6px; bottom: 6px; font-size: 10px; }
  .possibility-grid { grid-template-columns: 1fr; }
  .possibility-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .possibility-grid article:last-child { border-bottom: 0; }
  .possibility-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .possibility-grid span { margin-bottom: 12px; }
  .photo--owner, .photo--buyer { height: 270px; border-width: 5px; box-shadow: 9px 9px 0 rgba(49,90,60,.17),var(--shadow); }
  .work-layout { grid-template-columns: 1fr; gap: 10px; }
  .work-number { font-size: 48px; }
  .trust-values { grid-template-columns: 1fr; }
  .trust-values div { border-right: 0; border-bottom: 1px solid rgba(120,80,55,.42); }
  .trust-values div:last-child { border-bottom: 0; }
  .contact-section { padding-top: 62px; }
  #contact-form { padding: 38px 22px; border-top-width: 6px; }
  .intent-group { grid-template-columns: 1fr; }
  .intent-option { min-height: 58px; }
  .personal-grid { grid-template-columns: 1fr; }
  .field--wide { grid-column: auto; }
  .personal-contact { padding: 34px 22px; }
  .contact-data a { display: inline-block; max-width: 100%; overflow-wrap: anywhere; }
  .footer-layout { grid-template-columns: 1fr; }
}
@media (max-width: 350px) {
  .shell { width: min(100% - 30px,330px); }
  h1 { font-size: 28px; }
  h2 { font-size: 26px; }
  .domain-brand strong { font-size: 12.5px; }
  .photo--hero { height: 205px; }
  #contact-form, .personal-contact { padding-inline: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

html { scroll-behavior: auto; }
section[id], .photo[id] { scroll-margin-top: 96px; }
h1, h2 { hyphens: none; overflow-wrap: anywhere; }
.photo--hero, .photo--owner, .photo--buyer { height: auto; aspect-ratio: 3 / 2; }
.photo--hero img, .photo--owner img, .photo--buyer img { object-fit: contain; background: var(--green-pale); }
