:root {
  --plum: #3d2844;
  --plum-deep: #28192e;
  --sage: #416d62;
  --sage-deep: #2e554c;
  --mint: #dce9e2;
  --coral: #a94f37;
  --cream: #f4eee4;
  --paper: #fffdfa;
  --ink: #27202b;
  --muted: #5e5661;
  --line: #d7cdc2;
  --error: #a13038;
  --shadow: 0 22px 54px rgba(48, 31, 54, 0.13);
  --shell: min(1180px, calc(100% - 48px));
}

* { 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 #d57859; outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 92px 0; }
.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 12px;
  padding: 10px 15px;
  color: #fff;
  background: var(--plum-deep);
  border-radius: 5px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.operator-bar { padding: 6px 18px; color: #f2eaf3; background: var(--plum-deep); font-size: 13px; letter-spacing: .03em; text-align: center; }
.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  background: rgba(255, 253, 250, .96);
  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 { display: inline-flex; align-items: center; gap: 12px; color: var(--plum-deep); font-size: 18px; font-weight: 790; letter-spacing: -.025em; text-decoration: none; }
.stack-mark { position: relative; width: 36px; height: 31px; display: inline-block; flex: 0 0 auto; }
.stack-mark::before, .stack-mark i, .stack-mark b { content: ""; position: absolute; width: 24px; height: 17px; border: 2px solid var(--plum); border-radius: 3px; background: var(--paper); }
.stack-mark::before { top: 0; left: 0; }
.stack-mark i { top: 6px; left: 6px; border-color: var(--coral); }
.stack-mark b { top: 12px; left: 12px; border-color: var(--sage); }
.main-nav { justify-self: end; display: flex; align-items: center; gap: 23px; }
.main-nav a { position: relative; padding: 8px 0; color: #483c4c; 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(--coral); 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(--coral); font-size: 13px; font-weight: 820; letter-spacing: .15em; line-height: 1.4; text-transform: uppercase; }
.eyebrow--light { color: #f0b8a5; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { margin-top: 0; line-height: 1.12; letter-spacing: -.035em; }
h1 { margin-bottom: 21px; font-size: clamp(43px, 4vw, 52px); font-weight: 710; }
h2 { margin-bottom: 20px; font-size: clamp(32px, 3.15vw, 41px); font-weight: 690; }
h3 { font-size: 22px; }
p { margin-top: 0; }

.hero { position: relative; padding: 52px 0 72px; background: linear-gradient(90deg, var(--paper) 0 58%, var(--cream) 58% 100%); overflow: hidden; }
.hero-tab { position: absolute; right: 0; width: 13%; height: 18px; }
.hero-tab--one { top: 74px; background: var(--coral); }
.hero-tab--two { top: 92px; width: 8%; background: var(--sage); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(450px, 1.08fr); gap: 34px 56px; align-items: center; }
.hero-copy { padding-block: 8px; }
.hero-intro { max-width: 650px; margin-bottom: 0; color: var(--muted); font-size: 18.5px; }
.editorial-figure { position: relative; margin: 0; overflow: hidden; background: #d9ddd8; }
.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(35, 22, 40, .82); border-radius: 3px; font-size: 11px; line-height: 1.2; }
.hero-figure { height: 310px; border: 1px solid rgba(61, 40, 68, .22); border-radius: 7px; box-shadow: 16px 16px 0 var(--mint); }
.hero-figure img { object-position: center 52%; }
.route-register { grid-column: 1 / -1; display: grid; grid-template-columns: 1.18fr 1fr .82fr; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.route { min-height: 140px; display: flex; flex-direction: column; justify-content: center; padding: 24px 27px; border-left: 1px solid var(--line); text-decoration: none; transition: color 170ms ease, background 170ms ease; }
.route:first-child { border-left: 0; }
.route > span { color: var(--coral); font-size: 12px; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.route strong { margin: 5px 0; font-size: 20px; line-height: 1.28; }
.route small { color: var(--muted); font-size: 14px; line-height: 1.45; }
.route--primary { color: #fff; background: var(--plum); }
.route--primary > span { color: #f4baa7; }
.route--primary small { color: #eee5ef; }
.route:hover { color: #fff; background: var(--sage-deep); }
.route:hover > span { color: #ffd0c0; }
.route:hover small { color: #e8f2ed; }

.inventory-section { background: var(--paper); }
.inventory-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 76px; align-items: center; }
.inventory-heading p:last-child { color: var(--muted); }
.object-index { border-top: 2px solid var(--plum); }
.object-index article { display: grid; grid-template-columns: 100px 190px 1fr; gap: 18px; align-items: baseline; padding: 22px 0; border-bottom: 1px solid var(--line); }
.object-index span { color: var(--coral); font-size: 12px; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.object-index strong { font-size: 18px; line-height: 1.35; }
.object-index p { margin-bottom: 0; color: var(--muted); font-size: 15.5px; }

.owner-section { color: #fff; background: var(--plum); }
.owner-grid { display: grid; grid-template-columns: minmax(430px, 1.02fr) minmax(0, .98fr); grid-template-areas: "figure copy" "band band"; gap: 48px 64px; align-items: center; }
.owner-copy { grid-area: copy; }
.owner-copy p:not(.eyebrow) { color: #eee6ef; }
.owner-figure { grid-area: figure; height: 414px; border-radius: 7px; box-shadow: -15px 15px 0 var(--coral); }
.owner-figure img { object-position: center 53%; }
.text-link { display: inline-flex; align-items: center; gap: 11px; margin-top: 8px; padding: 7px 0; color: var(--plum-deep); border-bottom: 2px solid var(--coral); font-weight: 780; text-decoration: none; }
.text-link--light { color: #fff; }
.text-link span { transition: transform 170ms ease; }
.text-link:hover span { transform: translateX(5px); }
.scope-band { grid-area: band; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); }
.scope-band span { padding: 14px 18px; color: #f0d9e9; border-left: 1px solid rgba(255,255,255,.24); font-size: 14px; font-weight: 740; text-align: center; }
.scope-band span:first-child { border-left: 0; }

.types-section { background: var(--cream); }
.types-layout { display: grid; grid-template-columns: .64fr 1.36fr; gap: 70px; }
.types-heading { padding-top: 12px; }
.types-register { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.types-register article { padding: 28px 25px 30px; border-left: 1px solid var(--line); }
.types-register article:first-child { border-left: 0; }
.types-register span { width: 37px; height: 37px; display: grid; place-items: center; margin-bottom: 30px; color: #fff; background: var(--sage); font-size: 14px; font-weight: 820; }
.types-register h3 { min-height: 50px; margin-bottom: 10px; }
.types-register p { margin-bottom: 0; color: var(--muted); font-size: 16px; }

.buyer-section { background: var(--mint); }
.buyer-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(450px, 1.12fr); gap: 66px; align-items: center; }
.buyer-copy p:not(.eyebrow) { color: #4b5452; }
.buyer-figure { height: 405px; border-radius: 7px; box-shadow: 15px 15px 0 var(--coral); }
.buyer-figure img { object-position: center 57%; }

.trust-section { padding: 70px 0; color: #fff; background: var(--sage-deep); }
.trust-layout { 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: #e2eee9; }
.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: #ffc7b4; font-size: 27px; font-weight: 800; line-height: 1.2; }
.trust-facts dd { margin: 6px 0 0; color: #e7f0ec; font-size: 14px; line-height: 1.4; }

.contact-section { padding: 92px 0 0; background: linear-gradient(180deg, var(--paper) 0 62%, var(--cream) 62% 100%); }
.contact-shell { max-width: 960px; }
#contact-form { position: relative; padding: 48px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
#contact-form::before { content: ""; position: absolute; top: -1px; left: 48px; width: 118px; height: 7px; background: linear-gradient(90deg, var(--coral) 0 42%, var(--sage) 42% 100%); }
.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; background: var(--paper); border: 1px solid var(--line); 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(--plum); }
.intent-option[data-selected="true"] { color: #fff; background: var(--plum); border-color: var(--plum); box-shadow: inset 0 -4px 0 var(--coral); }
.field { margin-bottom: 20px; }
.field label { display: block; margin-bottom: 7px; color: #3d3241; font-size: 15px; font-weight: 760; }
.field input, .field textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #fff; border: 1px solid #aea4b0; border-radius: 4px; }
.field textarea { min-height: 154px; resize: vertical; }
.field input:hover, .field textarea:hover { border-color: var(--plum); }
.field input:focus, .field textarea:focus { border-color: var(--plum); outline: 3px solid rgba(61, 40, 68, .17); }
.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(--plum-deep); font-weight: 760; cursor: pointer; }
.personal-details summary::marker { color: var(--coral); }
.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: #4f4652; font-size: 15px; }
.consent-row input { width: 20px; height: 20px; margin: 3px 0 0; flex: 0 0 auto; accent-color: var(--plum); }
.consent-row a { color: var(--plum-deep); font-weight: 760; }
.submit-button { min-height: 54px; padding: 14px 25px; color: #fff; background: var(--plum); border: 0; border-radius: 4px; box-shadow: 0 10px 22px rgba(61,40,68,.18); font-weight: 790; cursor: pointer; }
.submit-button:hover { background: var(--plum-deep); }
.privacy-note { margin: 16px 0 0; color: var(--muted); font-size: 14px; }
.form-status { margin: 14px 0 0; padding: 11px 13px; color: #751f27; background: #fff0ef; border-left: 4px solid var(--error); font-size: 15px; }
.personal-contact { display: grid; grid-template-columns: 1.1fr .9fr; gap: 46px; align-items: center; margin-top: 20px; padding: 38px 42px; color: #fff; background: var(--plum-deep); }
.personal-contact h3 { margin-bottom: 12px; font-size: 28px; }
.contact-name { margin-bottom: 0; color: #eee5ef; }
.contact-lines p { display: grid; grid-template-columns: 72px 1fr; margin: 8px 0; }
.contact-lines span { color: #f0b8a5; 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: #ebe5ec; background: #1e1223; }
.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: #bdb0c1; }

@media (max-width: 1020px) {
  :root { --shell: min(100% - 38px, 920px); }
  .main-nav { gap: 15px; }
  .main-nav a { font-size: 14px; }
  .hero-grid { grid-template-columns: .96fr 1.04fr; gap: 32px 40px; }
  .hero-figure { height: 292px; }
  .route { padding: 22px 20px; }
  .inventory-grid, .types-layout { gap: 48px; }
  .owner-grid, .buyer-grid { gap: 42px; }
  .trust-layout { 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(--plum-deep); background: transparent; border: 1px solid var(--line); border-radius: 4px; 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; 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(40,25,46,.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 #e8dfd7; }
  .awz-logo { width: 70px; }
  .hero { padding: 42px 0 56px; background: linear-gradient(180deg, var(--paper), var(--cream)); }
  .hero-tab { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 25px; }
  .hero-copy { padding: 0; }
  .hero-figure { height: 236px; box-shadow: 9px 9px 0 var(--mint); }
  .route-register { grid-column: auto; grid-template-columns: 1fr; }
  .route { min-height: auto; border-left: 0; border-top: 1px solid var(--line); }
  .route:first-child { border-top: 0; }
  .inventory-grid, .types-layout, .owner-grid, .buyer-grid, .trust-layout { grid-template-columns: 1fr; }
  .inventory-grid, .types-layout { gap: 36px; }
  .owner-grid { grid-template-areas: "copy" "figure" "band"; gap: 38px; }
  .owner-copy { grid-area: copy; }
  .owner-figure { grid-area: figure; }
  .scope-band { grid-area: band; }
  .owner-figure, .buyer-figure { height: 330px; box-shadow: 9px 9px 0 var(--coral); }
  .buyer-copy { order: 1; }
  .buyer-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); }
  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: 16px; }
  .stack-mark { width: 31px; height: 28px; transform: scale(.88); transform-origin: left center; }
  .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; }
  .route { min-height: 112px; padding: 20px; }
  .object-index article { grid-template-columns: 1fr; gap: 5px; padding: 19px 0; }
  .scope-band { grid-template-columns: 1fr; }
  .scope-band span { border-top: 1px solid rgba(255,255,255,.24); border-left: 0; }
  .scope-band span:first-child { border-top: 0; }
  .types-register { grid-template-columns: 1fr; }
  .types-register article { display: grid; grid-template-columns: 43px 1fr; gap: 0 14px; padding: 22px 0; border-top: 1px solid var(--line); border-left: 0; }
  .types-register article:first-child { border-top: 0; }
  .types-register span { grid-row: 1 / 3; margin: 0; }
  .types-register h3 { min-height: 0; margin-bottom: 7px; }
  .types-register p { grid-column: 2; }
  .owner-figure, .buyer-figure { height: 270px; }
  .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: 92px; }
  .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: 15px; }
  .stack-mark { width: 28px; margin-right: -2px; transform: scale(.78); }
  .menu-toggle { padding-inline: 9px; }
  h1 { font-size: 31px; }
  h2 { font-size: 27px; }
  .hero-figure { height: 198px; }
  .route { padding: 18px; }
  .route strong { font-size: 18px; }
  .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; }
}
