:root {
  --forest: #214636; --forest-dark: #173127; --clay: #df6242; --sun: #f0d464; --sky: #a8d9e5;
  --cream: #f4efe3; --paper: #fffdf7; --ink: #183128; --muted: #657269; --line: rgba(33,70,54,.2);
  --shadow: 0 26px 66px rgba(23,49,39,.15); --serif: Georgia, "Times New Roman", serif; --sans: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; color: white; background: var(--forest-dark); transform: translateY(-170%); }
.skip-link:focus { transform: none; }
.site-header { position: sticky; z-index: 50; top: 0; display: grid; min-height: 82px; grid-template-columns: minmax(190px,1fr) auto 92px; gap: 38px; align-items: center; padding: 0 clamp(20px,5.7vw,92px); border-bottom: 1px solid var(--line); background: rgba(255,253,247,.96); backdrop-filter: blur(16px); }
.domain-brand { display: flex; flex-direction: column; width: max-content; text-decoration: none; }
.domain-brand strong { font-family: var(--serif); font-size: 1.23rem; font-weight: 400; line-height: 1; }
.domain-brand small { margin-top: 4px; color: var(--clay); font-size: .75rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: clamp(20px,2.8vw,44px); }
.main-nav a { padding: 8px 0; font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.main-nav a:hover { color: var(--clay); }
.awz-logo { justify-self: end; color: #263a78; }
.awz-logo img { display: block; width: 72px; height: auto; }
.awz-logo text { fill: #263a78; font: 900 18px var(--sans); letter-spacing: .06em; }
.menu-button { display: none; }
.hero { position: relative; display: grid; min-height: 740px; grid-template-columns: minmax(430px,.9fr) minmax(600px,1.3fr); overflow: hidden; background: var(--paper); }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 88px clamp(34px,5.8vw,94px); }
.eyebrow { margin: 0 0 18px; color: var(--clay); font-size: .76rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: var(--sun); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .99; }
h1 { max-width: 760px; margin-bottom: 30px; font-size: clamp(3.5rem,5.8vw,6.55rem); }
h2 { margin-bottom: 24px; font-size: clamp(2.75rem,4.7vw,5.25rem); }
.hero-intro { max-width: 580px; margin-bottom: 34px; color: var(--muted); font-family: var(--serif); font-size: 1.2rem; line-height: 1.48; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 13px 20px; border: 0; border-radius: 0; font-size: .78rem; font-weight: 900; letter-spacing: .025em; text-decoration: none; cursor: pointer; }
.button-clay { color: white; background: var(--clay); }
.button-clay:hover { background: var(--forest); }
.button-sun { color: var(--forest-dark); background: var(--sun); }
.button-sun:hover { background: white; }
.button-paper { color: var(--forest-dark); background: var(--paper); }
.button-paper:hover { background: var(--sun); }
.line-link { padding: 8px 0 5px; border-bottom: 2px solid var(--clay); font-size: .78rem; font-weight: 900; text-decoration: none; }
.line-link span { color: var(--clay); }
.line-link.bold { display: inline-block; margin-top: 10px; }
.hero-landscape { position: relative; z-index: 1; min-width: 0; padding: 34px 0 34px 34px; background: var(--sky); }
.hero-landscape figure { position: relative; width: 100%; height: 100%; margin: 0; overflow: hidden; }
.hero-landscape img { width: 100%; height: 100%; object-fit: cover; }
figcaption { position: absolute; z-index: 4; right: 10px; bottom: 9px; padding: 4px 7px; color: white; background: rgba(23,49,39,.72); font-size: .58rem; line-height: 1; }
.map-mark { position: absolute; z-index: 3; left: 54px; bottom: 58px; display: flex; align-items: center; gap: 12px; padding: 12px 16px; color: var(--forest-dark); background: var(--sun); box-shadow: 8px 8px 0 var(--clay); transform: rotate(-2deg); }
.map-mark span { width: 14px; height: 14px; border: 4px solid var(--forest); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.map-mark b { font-family: var(--serif); font-size: .96rem; font-weight: 400; line-height: 1.08; }
.contour { position: absolute; border: 1px solid rgba(255,255,255,.22); border-radius: 44% 56% 47% 53% / 60% 40% 60% 40%; pointer-events: none; }
.contour-one { z-index: 2; right: -140px; bottom: -230px; width: 620px; height: 500px; }
.section { padding: 112px clamp(22px,6.8vw,110px); }
.sense { display: grid; grid-template-columns: .34fr 1.3fr .72fr; gap: 54px; align-items: end; background: var(--cream); }
.section-kicker { color: var(--clay); font-size: 1rem; font-weight: 900; letter-spacing: .14em; line-height: 1.25; }
.sense-copy h2 { max-width: 850px; margin-bottom: 0; }
.sense-note { max-width: 430px; margin-bottom: 8px; color: var(--muted); font-family: var(--serif); font-size: 1.08rem; }
.seller { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(60px,10vw,160px); align-items: center; overflow: hidden; padding: 116px clamp(22px,8vw,130px); color: white; background: var(--forest); }
.seller-copy { position: relative; z-index: 2; max-width: 770px; }
.seller-copy > p:not(.eyebrow) { max-width: 600px; margin-bottom: 30px; color: rgba(255,255,255,.76); font-family: var(--serif); font-size: 1.15rem; }
.seller-cues { position: relative; z-index: 2; display: grid; border-top: 1px solid rgba(255,255,255,.22); }
.seller-cues div { display: grid; grid-template-columns: 42px 1fr; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.seller-cues span { color: var(--sun); font-size: .76rem; font-weight: 900; }
.seller-cues strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.seller-cues small { grid-column: 2; color: rgba(255,255,255,.62); font-size: .78rem; }
.contour-two { right: -130px; top: -140px; width: 580px; height: 520px; }
.search { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(60px,9vw,150px); align-items: center; background: var(--paper); }
.search-visual { position: relative; padding: 24px 24px 0 0; }
.search-visual::before { content: ""; position: absolute; inset: 0 0 20% 25%; background: var(--sky); }
.search-visual figure { position: relative; margin: 0; box-shadow: var(--shadow); }
.search-visual img { width: 100%; height: auto; }
.image-tag { position: absolute; right: 0; bottom: -28px; padding: 14px 16px; color: var(--forest-dark); background: var(--sun); font-size: .72rem; font-weight: 900; letter-spacing: .12em; line-height: 1.2; }
.search-copy { max-width: 650px; }
.search-copy > p:not(.eyebrow) { color: var(--muted); font-family: var(--serif); font-size: 1.14rem; }
.wish-list { display: grid; margin: 28px 0 16px; border-top: 1px solid var(--line); }
.wish-list span { display: grid; grid-template-columns: 86px 1fr; padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .84rem; }
.wish-list b { color: var(--clay); }
.career { display: grid; grid-template-columns: .34fr 1.2fr .65fr auto; gap: 44px; align-items: center; padding: 82px clamp(22px,6.8vw,110px); color: white; background: var(--clay); }
.career .eyebrow { margin: 0; }
.career h2 { margin: 0; font-size: clamp(2.5rem,4vw,4.5rem); }
.career > p:not(.eyebrow) { margin: 0; color: rgba(255,255,255,.82); }
.contact { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(64px,9vw,150px); align-items: start; background: var(--cream); }
.contact-copy { position: sticky; top: 126px; }
.personal-contact { display: flex; flex-direction: column; margin-top: 38px; padding: 25px 0 0 22px; border-top: 1px solid var(--line); border-left: 5px solid var(--clay); font-style: normal; }
.personal-contact span { margin-bottom: 14px; color: var(--clay); font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.personal-contact strong { font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.personal-contact em { margin-bottom: 13px; color: var(--muted); font-size: .85rem; font-style: normal; }
.personal-contact a { width: max-content; font-size: .86rem; font-weight: 900; text-underline-offset: 3px; }
.contact-form { padding: clamp(28px,4vw,54px); border-top: 6px solid var(--clay); background: var(--paper); box-shadow: var(--shadow); }
.contact-form fieldset { margin: 0 0 34px; padding: 0; border: 0; }
.contact-form legend { margin-bottom: 14px; font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.radio-row { display: flex; flex-wrap: wrap; gap: 8px; }
.radio-row label { cursor: pointer; }
.radio-row input { position: absolute; opacity: 0; pointer-events: none; }
.radio-row span { display: inline-flex; min-height: 40px; align-items: center; padding: 9px 13px; border: 1px solid var(--line); background: white; font-size: .76rem; font-weight: 900; }
.radio-row input:checked + span { color: white; border-color: var(--forest); background: var(--forest); }
.radio-row input:focus-visible + span { outline: 3px solid rgba(223,98,66,.3); outline-offset: 2px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.field { display: block; margin-bottom: 24px; }
.field > span { display: block; margin-bottom: 7px; color: var(--muted); font-size: .76rem; font-weight: 800; }
.field input, .field textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; color: var(--ink); background: transparent; }
.field input { min-height: 46px; }
.field textarea { min-height: 130px; padding: 12px 0; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--clay); box-shadow: 0 2px 0 var(--clay); }
.field input:user-invalid, .field textarea:user-invalid { border-color: var(--clay); }
.field textarea::placeholder { color: #94a097; font-size: .78rem; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin: 4px 0 13px; color: var(--muted); font-size: .76rem; }
.consent input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--forest); }
.privacy-note { margin: 0 0 12px; color: var(--forest); font-size: .76rem; font-weight: 800; }
.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.form-status { min-height: 21px; margin: 0 0 8px; color: var(--clay); font-size: .76rem; font-weight: 900; }
.submit-button { min-width: 248px; }
.site-footer { display: flex; min-height: 82px; align-items: center; justify-content: space-between; padding: 18px clamp(22px,6.8vw,110px); color: rgba(255,255,255,.68); background: var(--forest-dark); font-size: .76rem; }
.site-footer nav { display: flex; gap: 22px; }
.site-footer a { text-underline-offset: 3px; }
@media (max-width: 1120px) {
  .site-header { grid-template-columns: 1fr auto 76px; gap: 24px; }
  .hero { grid-template-columns: .9fr 1.1fr; }
  .hero-copy { padding: 74px 42px; }
  .career { grid-template-columns: 1fr auto; }
  .career .eyebrow { grid-column: 1 / -1; }
  .career > p:not(.eyebrow) { grid-column: 1; }
}
@media (max-width: 840px) {
  .site-header { min-height: 70px; grid-template-columns: 1fr auto auto; padding-inline: 20px; }
  .domain-brand small { display: none; }
  .awz-logo img { width: 60px; }
  .menu-button { display: flex; align-items: center; gap: 9px; padding: 10px 0; border: 0; color: var(--forest-dark); background: transparent; font-size: .76rem; font-weight: 900; text-transform: uppercase; cursor: pointer; }
  .menu-button i { position: relative; width: 22px; height: 2px; background: currentColor; }
  .menu-button i::after { content: ""; position: absolute; left: 0; top: 6px; width: 22px; height: 2px; background: currentColor; }
  .menu-button[aria-expanded="true"] i { transform: rotate(45deg); }
  .menu-button[aria-expanded="true"] i::after { top: 0; transform: rotate(90deg); }
  .main-nav { position: fixed; inset: 70px 0 auto; display: none; padding: 24px 20px 30px; flex-direction: column; align-items: stretch; gap: 0; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 38px rgba(23,49,39,.16); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 15px 4px; border-bottom: 1px solid var(--line); }
  .hero { display: flex; min-height: 0; flex-direction: column; }
  .hero-copy { padding: 68px 22px 48px; }
  h1 { font-size: clamp(3.1rem,13vw,5rem); }
  .hero-landscape { padding: 20px 0 20px 20px; }
  .hero-landscape figure { height: auto; }
  .hero-landscape img { height: auto; }
  .section { padding: 84px 22px; }
  .sense { grid-template-columns: .28fr 1fr; }
  .sense-note { grid-column: 2; }
  .seller { grid-template-columns: 1fr; gap: 54px; padding: 84px 22px; }
  .search { grid-template-columns: 1fr; gap: 72px; }
  .search-visual { max-width: 720px; }
  .career { grid-template-columns: 1fr; gap: 24px; padding: 76px 22px; }
  .career .eyebrow, .career > p:not(.eyebrow) { grid-column: auto; }
  .career .button { width: max-content; }
  .contact { grid-template-columns: 1fr; gap: 52px; }
  .contact-copy { position: static; }
}
@media (max-width: 520px) {
  .domain-brand strong { font-size: 1.05rem; }
  .hero-copy { padding-top: 58px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .map-mark { left: 34px; bottom: 38px; }
  .section { padding-block: 70px; }
  h2 { font-size: clamp(2.6rem,12vw,3.7rem); }
  .sense { grid-template-columns: 1fr; gap: 28px; }
  .section-kicker { display: none; }
  .sense-note { grid-column: auto; }
  .seller-copy h2 { font-size: 3.15rem; }
  .search-visual { padding: 16px 16px 0 0; }
  .career h2 { font-size: 2.9rem; }
  .contact-form { padding: 30px 24px; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .radio-row { flex-direction: column; align-items: stretch; }
  .radio-row span { width: 100%; }
  .submit-button { width: 100%; min-width: 0; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 14px; }
  .site-footer nav { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }
