:root {
  --ink: #242a36;
  --blue: #3450ff;
  --orange: #ff652f;
  --cream: #f4efe4;
  --yellow: #f1e55b;
  --paper: #fffdf7;
  --muted: #6b6e73;
  --line: rgba(36, 42, 54, .19);
  --shadow: 0 26px 60px rgba(36, 42, 54, .15);
  --display: 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); 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(--ink); transform: translateY(-170%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 50; top: 0; display: flex; min-height: 78px; align-items: center; justify-content: space-between; padding: 0 clamp(20px, 5.8vw, 92px); border-bottom: 1px solid var(--line); background: rgba(255,253,247,.96); backdrop-filter: blur(15px); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-box { display: grid; width: 42px; height: 42px; place-items: center; color: white; background: var(--orange); font-weight: 900; letter-spacing: -.06em; transform: rotate(-3deg); }
.brand > span:last-child { display: flex; flex-direction: column; }
.brand strong { font-family: var(--display); font-size: 1.05rem; font-weight: 400; }
.brand small { color: var(--muted); font-size: .55rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.official-awz-logo { display: block; flex: 0 0 84px; margin-left: 24px; }
.official-awz-logo img { display: block; width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 2.7vw, 42px); }
.main-nav a { font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.main-nav a:not(.nav-cta):hover { color: var(--orange); }
.nav-cta { padding: 11px 20px; color: white; background: var(--ink); }
.menu-button { display: none; }

.hero { display: grid; min-height: 700px; grid-template-columns: minmax(430px, .86fr) minmax(560px, 1.35fr); background: var(--paper); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(32px, 5.8vw, 92px); }
.eyebrow { margin: 0 0 18px; color: var(--orange); font-size: .68rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: var(--yellow); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: -.047em; line-height: .98; }
h1 { max-width: 760px; margin-bottom: 30px; font-size: clamp(3.5rem, 5.7vw, 6.6rem); }
h2 { margin-bottom: 24px; font-size: clamp(2.7rem, 4.7vw, 5.3rem); }
.hero-intro { max-width: 560px; margin-bottom: 34px; color: var(--muted); font-family: var(--display); font-size: 1.25rem; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 13px 20px; border: 0; border-radius: 0; font-size: .73rem; font-weight: 900; letter-spacing: .035em; text-decoration: none; cursor: pointer; }
.button-dark { color: white; background: var(--ink); }
.button-dark:hover { background: var(--blue); }
.button-orange { color: white; background: var(--orange); }
.button-orange:hover { background: var(--blue); }
.button-paper { color: var(--ink); background: var(--paper); }
.button-paper:hover { background: var(--yellow); }
.sketch-link { padding: 8px 0 5px; border-bottom: 3px solid var(--orange); font-size: .75rem; font-weight: 900; text-decoration: none; }
.sketch-link.bold { display: inline-block; margin-top: 10px; }
.hero-visual { position: relative; display: flex; min-width: 0; align-items: center; overflow: hidden; padding: 32px 32px 32px 0; background: var(--blue); }
.hero-visual figure { position: relative; width: 100%; height: auto; margin: 0; }
.hero-visual img { width: 100%; height: auto; object-fit: contain; }
figcaption { position: absolute; z-index: 3; right: 10px; bottom: 9px; padding: 4px 7px; color: white; background: rgba(36,42,54,.72); font-size: .55rem; line-height: 1; }
.corner-note { position: absolute; z-index: 3; top: 58px; left: 0; padding: 14px 16px; color: var(--ink); background: var(--yellow); font-size: .65rem; font-weight: 900; letter-spacing: .14em; line-height: 1.2; }
.hero-ruler { position: absolute; z-index: 3; right: 0; bottom: 65px; display: flex; width: 110px; height: 36px; align-items: flex-end; justify-content: space-around; padding: 0 10px 7px; background: var(--orange); }
.hero-ruler span { width: 1px; height: 10px; background: white; }
.hero-ruler span:nth-child(2), .hero-ruler span:nth-child(4) { height: 18px; }

.section { padding: 110px clamp(22px, 6.8vw, 108px); }
.potential { background: var(--cream); }
.potential-heading { display: grid; grid-template-columns: .7fr 1.4fr .75fr; gap: 50px; align-items: end; margin-bottom: 60px; }
.potential-heading .eyebrow { align-self: start; }
.potential-heading h2 { margin-bottom: 0; }
.potential-heading > p:last-child { margin-bottom: 8px; color: var(--muted); }
.potential-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.potential-grid article { position: relative; min-height: 265px; padding: 30px; border-right: 1px solid var(--line); background: var(--paper); }
.potential-grid article:last-child { border-right: 0; }
.potential-grid article::after { content: ""; position: absolute; top: 0; right: 0; width: 42px; height: 7px; background: var(--orange); }
.potential-grid span { color: var(--blue); font-size: .7rem; font-weight: 900; }
.potential-grid h3 { margin: 72px 0 12px; font-family: var(--display); font-size: 1.9rem; font-weight: 400; line-height: 1; }
.potential-grid p { max-width: 290px; margin: 0; color: var(--muted); font-size: .85rem; }

.seller { position: relative; display: grid; grid-template-columns: 1.15fr .8fr .25fr; gap: 58px; align-items: center; overflow: hidden; padding: 110px clamp(22px, 6.8vw, 108px); color: white; background: var(--ink); }
.seller::before { content: ""; position: absolute; top: 34px; left: 44%; width: 220px; height: 120px; border-top: 1px solid rgba(255,255,255,.18); border-right: 1px solid rgba(255,255,255,.18); transform: skew(-10deg); }
.section-number { display: block; margin-bottom: 18px; color: var(--yellow); font-size: .67rem; font-weight: 900; letter-spacing: .14em; }
.seller-title, .seller-copy { position: relative; z-index: 1; }
.seller-title h2 { max-width: 720px; margin: 0; }
.seller-copy p { max-width: 540px; margin-bottom: 28px; color: rgba(255,255,255,.72); font-family: var(--display); font-size: 1.15rem; }
.seller-mark { color: var(--orange); font-size: clamp(6rem, 10vw, 10rem); font-weight: 900; line-height: 1; }

.vision { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(60px, 8.5vw, 140px); align-items: center; background: var(--paper); }
.vision-image { position: relative; padding: 32px 0 0 32px; }
.grid-paper { position: absolute; inset: 0 22% 18% 0; background-color: var(--yellow); background-image: linear-gradient(rgba(36,42,54,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(36,42,54,.13) 1px, transparent 1px); background-size: 24px 24px; }
.vision-image figure { position: relative; margin: 0; box-shadow: var(--shadow); }
.vision-image img { width: 100%; height: auto; }
.vision-copy { max-width: 650px; }
.vision-copy > p:not(.eyebrow) { color: var(--muted); font-family: var(--display); font-size: 1.15rem; }
.idea-lines { display: grid; margin: 28px 0 16px; border-top: 1px solid var(--line); }
.idea-lines span { display: grid; grid-template-columns: 90px 1fr; padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.idea-lines b { color: var(--orange); }

.career { position: relative; display: grid; grid-template-columns: .35fr 1.3fr .75fr; gap: 50px; align-items: center; overflow: hidden; padding: 92px clamp(22px, 6.8vw, 108px); color: white; background: var(--blue); }
.career::after { content: ""; position: absolute; right: -80px; bottom: -160px; width: 360px; height: 360px; border: 44px solid rgba(255,255,255,.08); border-radius: 50%; }
.career-tag { position: relative; z-index: 1; max-width: 130px; color: rgba(255,255,255,.36); font-size: 1rem; font-weight: 900; line-height: 1.15; }
.career > div { position: relative; z-index: 1; }
.career h2 { margin: 0; font-size: clamp(2.6rem, 4.3vw, 4.8rem); }
.career-action p { max-width: 380px; color: rgba(255,255,255,.76); }

.contact { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(62px, 9vw, 150px); align-items: start; background: var(--cream); }
.contact-copy { position: sticky; top: 116px; }
.contact-copy > p:not(.eyebrow) { max-width: 490px; color: var(--muted); }
.personal-contact { display: flex; flex-direction: column; margin-top: 42px; padding: 25px 0 0 22px; border-top: 1px solid var(--line); border-left: 5px solid var(--orange); font-style: normal; }
.personal-contact span { margin-bottom: 14px; color: var(--orange); font-size: .64rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.personal-contact strong { font-family: var(--display); font-size: 1.5rem; font-weight: 400; }
.personal-contact em { margin-bottom: 13px; color: var(--muted); font-size: .82rem; font-style: normal; }
.personal-contact a { width: max-content; font-size: .84rem; font-weight: 900; text-underline-offset: 3px; }
.contact-form { position: relative; padding: clamp(28px, 4vw, 54px); border-top: 6px solid var(--orange); background: var(--paper); box-shadow: var(--shadow); }
.contact-form::before { content: ""; position: absolute; top: 19px; right: 20px; width: 44px; height: 44px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.contact-form fieldset { margin: 0 0 34px; padding: 0; border: 0; }
.contact-form legend { margin-bottom: 14px; font-size: .66rem; font-weight: 900; letter-spacing: .14em; 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: 38px; align-items: center; padding: 9px 13px; border: 1px solid var(--line); background: white; font-size: .68rem; font-weight: 900; }
.radio-row input:checked + span { color: white; border-color: var(--blue); background: var(--blue); }
.radio-row input:focus-visible + span { outline: 3px solid rgba(52,80,255,.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: .68rem; 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(--blue); box-shadow: 0 2px 0 var(--blue); }
.field input:user-invalid, .field textarea:user-invalid { border-color: var(--orange); }
.field textarea::placeholder { color: #a1a1a1; font-size: .78rem; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin: 4px 0 18px; color: var(--muted); font-size: .7rem; }
.consent input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--blue); }
.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(--orange); font-size: .76rem; font-weight: 800; }
.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, 108px); color: rgba(255,255,255,.67); background: var(--ink); font-size: .68rem; }
.site-footer nav { display: flex; gap: 22px; }
.site-footer a { text-underline-offset: 3px; }

@media (max-width: 1080px) {
  .hero { grid-template-columns: .9fr 1.1fr; }
  .hero-copy { padding: 70px 40px; }
  .seller { grid-template-columns: 1.1fr .9fr; }
  .seller-mark { position: absolute; right: 24px; bottom: -20px; opacity: .2; }
  .career { grid-template-columns: 1.4fr .7fr; }
  .career-tag { position: absolute; left: 22px; bottom: 10px; opacity: .5; }
}

@media (max-width: 820px) {
  .site-header { min-height: 68px; padding-inline: 20px; }
  .brand small { display: none; }
  .official-awz-logo { flex-basis: 60px; margin-left: 8px; }
  .menu-button { display: flex; align-items: center; gap: 9px; padding: 10px 0; border: 0; color: var(--ink); background: transparent; font-size: .68rem; 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: 68px 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(36,42,54,.16); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 15px 4px; border-bottom: 1px solid var(--line); }
  .main-nav .nav-cta { margin-top: 14px; padding: 13px 18px; border: 0; text-align: center; }

  .hero { display: flex; min-height: 0; flex-direction: column; }
  .hero-copy { padding: 68px 22px 46px; }
  h1 { font-size: clamp(3.1rem, 13vw, 5.1rem); }
  .hero-intro { font-size: 1.08rem; }
  .hero-visual { min-height: 0; padding: 20px 20px 20px 0; }
  .corner-note { top: 46px; }
  .section { padding: 82px 22px; }
  .potential-heading { display: block; margin-bottom: 42px; }
  .potential-heading h2 { margin-bottom: 20px; }
  .potential-grid { grid-template-columns: 1fr; }
  .potential-grid article { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line); }
  .potential-grid article:last-child { border-bottom: 0; }
  .potential-grid h3 { margin-top: 46px; }
  .seller { grid-template-columns: 1fr; gap: 28px; padding: 82px 22px; }
  .vision { grid-template-columns: 1fr; gap: 72px; }
  .vision-image { max-width: 720px; }
  .career { grid-template-columns: 1fr; gap: 28px; padding: 80px 22px; }
  .career-action { max-width: 520px; }
  .contact { grid-template-columns: 1fr; gap: 52px; }
  .contact-copy { position: static; }
}

@media (max-width: 520px) {
  .brand-box { display: none; }
  .hero-copy { padding-top: 56px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .hero-visual { min-height: 0; }
  .hero-ruler { display: none; }
  .section { padding-block: 70px; }
  h2 { font-size: clamp(2.6rem, 12vw, 3.8rem); }
  .seller-title h2 { font-size: 3.1rem; }
  .vision-image { padding: 18px 0 0 18px; }
  .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; }
}
