:root {
  --forest: #1f2523;
  --forest-soft: #36413c;
  --rust: #c76545;
  --sand: #d7c3a2;
  --paper: #f4eee3;
  --ink: #202421;
  --white: #fff;
  --max: 1440px;
  --pad: clamp(1.15rem, 5vw, 5.5rem);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Arial, sans-serif;
  --mono: "Courier New", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; overflow-x: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { font: inherit; }

.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 100; padding: .7rem 1rem; color: var(--forest); background: var(--paper); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

.site-header { display: grid; grid-template-columns: minmax(210px, 1fr) auto auto; align-items: center; gap: clamp(1.3rem, 4vw, 4rem); max-width: var(--max); min-height: 108px; margin: 0 auto; padding: 1.15rem var(--pad); color: var(--paper); border-bottom: 1px solid rgba(244,238,227,.32); background: var(--forest); }
.brand { display: flex; width: max-content; flex-wrap: wrap; align-items: baseline; gap: 0 .28rem; text-decoration: none; }
.brand strong, .brand > span { font-family: var(--mono); font-size: clamp(1rem, 1.8vw, 1.55rem); line-height: 1; text-transform: uppercase; }
.brand strong { color: var(--rust); }
.brand small { flex-basis: 100%; margin-top: .42rem; font-size: .57rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.main-nav { display: flex; gap: clamp(1rem, 2.4vw, 2.5rem); }
.main-nav a { font-family: var(--mono); font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--rust); }
.awz-logo { display: block; width: 78px; color: var(--paper); text-decoration: none; }
.awz-logo img { display: block; width: 100%; height: auto; padding: 4px; background: #fff; }
.awz-logo text { fill: currentColor; font-family: Arial, sans-serif; font-size: 17px; font-weight: 900; letter-spacing: 1px; }
.menu-button { display: none; color: inherit; border: 0; background: transparent; }

.hero { display: grid; grid-template-columns: .83fr 1.17fr; max-width: var(--max); min-height: min(780px, calc(100vh - 108px)); margin: 0 auto; color: var(--paper); background: var(--forest); }
.hero > * { min-width: 0; }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(4rem, 8vw, 8rem) var(--pad); }
.eyebrow { margin: 0 0 1.25rem; font-family: var(--mono); font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { display: inline-block; width: 2.6rem; height: 1px; margin: 0 .8rem .22rem 0; background: currentColor; content: ""; }
.eyebrow.ink { color: var(--ink); }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
h1 { max-width: 10ch; font-size: clamp(3.3rem, 6.2vw, 6.8rem); }
.hero-copy > p:not(.eyebrow) { max-width: 38rem; margin: 1.8rem 0 0; color: rgba(244,238,227,.85); font-size: clamp(1rem, 1.4vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.3rem 2rem; margin-top: 2.3rem; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .85rem 1.2rem; border: 1px solid currentColor; font-family: var(--mono); font-size: .65rem; font-weight: 700; letter-spacing: .09em; line-height: 1.2; text-align: center; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button-rust { color: var(--white); border-color: var(--rust); background: var(--rust); }
.button-rust:hover, .button-rust:focus-visible { color: var(--forest); background: var(--paper); }
.button-dark { color: var(--paper); border-color: var(--forest); background: var(--forest); }
.button-dark:hover, .button-dark:focus-visible { color: var(--forest); background: transparent; }
.button-paper { color: var(--forest); border-color: var(--paper); background: var(--paper); }
.button-paper:hover, .button-paper:focus-visible { color: var(--paper); background: transparent; }
.line-link { display: inline-flex; gap: .7rem; align-items: center; padding: .5rem 0; border-bottom: 1px solid currentColor; font-family: var(--mono); font-size: .69rem; text-decoration: none; text-transform: uppercase; }
.line-link span { color: var(--rust); font-size: 1.25rem; }
.hero-visual { position: relative; display: flex; overflow: hidden; align-items: center; padding: clamp(1.2rem, 3vw, 3rem); background: var(--forest-soft); }
.hero-visual::before { position: absolute; inset: 0 54% 0 auto; width: 1px; background: rgba(244,238,227,.2); content: ""; }
.hero-visual figure { position: relative; z-index: 2; width: 100%; margin: 0; border: 1px solid var(--sand); box-shadow: 18px 18px 0 var(--rust); }
.hero-visual img { aspect-ratio: 16 / 9; object-fit: cover; }
.hero-code { position: absolute; top: 1.2rem; left: 1.5rem; z-index: 3; font-family: var(--mono); font-size: .58rem; letter-spacing: .08em; }
.hero-corner { position: absolute; right: -7rem; bottom: -7rem; width: 14rem; height: 14rem; border: 2rem solid var(--sand); transform: rotate(45deg); }
figure { position: relative; }
figcaption { position: absolute; right: .45rem; bottom: .35rem; z-index: 5; padding: .17rem .4rem; color: var(--white); background: rgba(22,27,25,.72); font-size: .57rem; letter-spacing: .03em; }

.section { max-width: var(--max); margin: 0 auto; padding: clamp(5rem, 10vw, 9rem) var(--pad); }
.thoughts { background: var(--paper); }
.thoughts-heading { display: grid; grid-template-columns: .58fr 1.42fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.thoughts-heading h2 { max-width: 16ch; font-size: clamp(3rem, 5.6vw, 6rem); }
.thought-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 4.5rem; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.thought-grid article { min-height: 290px; padding: clamp(1.5rem, 3vw, 3rem); border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.thought-grid article > span { display: block; margin-bottom: clamp(3rem, 6vw, 6rem); color: var(--rust); font-family: var(--mono); font-size: .72rem; }
.thought-grid h3 { font-size: clamp(1.7rem, 3vw, 3rem); }
.thought-grid p { max-width: 27rem; margin: 1.2rem 0 0; }

.story { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; background: var(--sand); }
.story-visual { position: relative; padding: clamp(1.2rem, 3vw, 3rem) 0 0 clamp(1.2rem, 3vw, 3rem); }
.story-visual::before { position: absolute; inset: 0 11% 10% 0; border: 1px solid var(--forest); content: ""; }
.story-visual figure { margin: 0; box-shadow: -14px 14px 0 var(--rust); }
.story-visual img { aspect-ratio: 3 / 2; object-fit: cover; }
.story-index { position: absolute; top: -1.2rem; right: -.5rem; z-index: 2; color: var(--forest); font-family: var(--serif); font-size: clamp(6rem, 13vw, 13rem); font-style: italic; line-height: 1; opacity: .28; }
.story-copy h2 { max-width: 11ch; font-size: clamp(3rem, 5.5vw, 5.8rem); }
.story-copy > p:not(.eyebrow) { max-width: 37rem; margin: 1.6rem 0; font-size: 1.08rem; }
.prompt-lines { margin: 1.8rem 0 2.2rem; border-top: 1px solid var(--ink); }
.prompt-lines span { display: block; padding: .75rem 0; border-bottom: 1px solid var(--ink); font-family: var(--mono); font-size: .69rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.prompt-lines span::before { margin-right: .7rem; color: var(--rust); content: "+"; }

.buyer { display: grid; grid-template-columns: .25fr 1fr auto; gap: clamp(2rem, 5vw, 5rem); align-items: center; max-width: var(--max); min-height: 330px; margin: 0 auto; padding: clamp(3rem, 6vw, 5.5rem) var(--pad); color: var(--paper); background: var(--rust); }
.buyer-mark { display: grid; place-items: center; }
.buyer-mark span { display: grid; width: clamp(5rem, 10vw, 9rem); height: clamp(5rem, 10vw, 9rem); place-items: center; border: 1px solid var(--paper); border-radius: 50%; font-family: var(--serif); font-size: clamp(4rem, 8vw, 7rem); font-weight: 300; line-height: 1; }
.buyer h2 { max-width: 15ch; font-size: clamp(2.4rem, 4.4vw, 4.7rem); }
.buyer-copy > p:not(.eyebrow) { max-width: 38rem; margin: 1.2rem 0 0; }

.career { position: relative; display: grid; grid-template-columns: .25fr 1fr auto; gap: clamp(2rem, 5vw, 5rem); align-items: center; max-width: var(--max); min-height: 360px; margin: 0 auto; padding: clamp(3rem, 7vw, 6rem) var(--pad); overflow: hidden; background: var(--paper); }
.career-number { color: var(--sand); font-family: var(--serif); font-size: clamp(6rem, 13vw, 13rem); font-style: italic; line-height: .7; }
.career h2 { max-width: 16ch; font-size: clamp(2.6rem, 4.7vw, 5rem); }

.contact { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 8rem); color: var(--paper); background: var(--forest); }
.contact-copy h2 { max-width: 7ch; font-size: clamp(4rem, 7vw, 7.5rem); }
.personal-contact { display: flex; align-items: flex-start; margin-top: 3rem; font-style: normal; flex-direction: column; }
.personal-contact span { margin-bottom: 1rem; font-family: var(--mono); font-size: .64rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.personal-contact strong { font-family: var(--serif); font-size: 1.75rem; font-weight: 400; }
.personal-contact em { margin-bottom: 1rem; font-style: normal; }
.personal-contact a { margin-top: .25rem; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: .3em; }
.contact-form { padding: clamp(1.6rem, 4vw, 3.5rem); color: var(--ink); border: 1px solid var(--sand); background: var(--paper); box-shadow: 14px 14px 0 var(--rust); }
.contact-form fieldset { min-width: 0; margin: 0 0 2rem; padding: 0; border: 0; }
.contact-form legend { margin-bottom: .9rem; font-family: var(--serif); font-size: 1.3rem; }
.radio-row { display: grid; grid-template-columns: .8fr .7fr 1.5fr; gap: .5rem; }
.radio-row label { position: relative; cursor: pointer; }
.radio-row input { position: absolute; opacity: 0; pointer-events: none; }
.radio-row span { display: flex; min-height: 50px; align-items: center; justify-content: center; padding: .65rem .75rem; border: 1px solid var(--forest); font-family: var(--mono); font-size: .64rem; font-weight: 700; line-height: 1.2; text-align: center; }
.radio-row input:checked + span { color: var(--paper); background: var(--forest); box-shadow: 4px 4px 0 var(--rust); }
.radio-row input:focus-visible + span { outline: 3px solid var(--rust); outline-offset: 2px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: block; margin-bottom: 1rem; }
.field > span { display: block; margin-bottom: .35rem; font-family: var(--mono); font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field textarea { width: 100%; min-height: 50px; padding: .75rem .85rem; border: 1px solid rgba(31,37,35,.45); border-radius: 0; color: var(--ink); background: var(--white); }
.field textarea { min-height: 128px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: 3px solid var(--rust); outline-offset: 0; }
.consent { display: grid; grid-template-columns: 22px 1fr; gap: .75rem; align-items: start; margin: 1.2rem 0 .65rem; font-size: .8rem; cursor: pointer; }
.consent input { width: 20px; height: 20px; margin: .1rem 0 0; accent-color: var(--forest); }
.privacy-note, .form-status { margin: .5rem 0; font-size: .77rem; }
.form-status { min-height: 1.3em; color: var(--rust); font-weight: 700; }
.submit-button { width: 100%; margin-top: .85rem; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { display: flex; max-width: var(--max); align-items: center; justify-content: space-between; gap: 2rem; margin: 0 auto; padding: 2rem var(--pad); color: var(--paper); background: #131715; font-family: var(--mono); font-size: .66rem; }
.site-footer nav { display: flex; gap: 1.4rem; }
.site-footer a { text-underline-offset: .3em; }

@media (max-width: 1040px) {
  .hero { grid-template-columns: .92fr 1.08fr; }
  .thoughts-heading { grid-template-columns: .65fr 1.35fr; }
  .story { grid-template-columns: 1.05fr .95fr; }
  .contact { grid-template-columns: .62fr 1.38fr; gap: 3rem; }
}

@media (max-width: 840px) {
  .site-header { position: relative; grid-template-columns: 1fr auto auto; min-height: 94px; }
  .menu-button { display: inline-flex; min-width: 46px; height: 46px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid currentColor; cursor: pointer; }
  .menu-button span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .menu-button::before, .menu-button::after, .menu-button i { width: 20px; height: 1px; background: currentColor; content: ""; transition: transform .2s ease, opacity .2s ease; }
  .menu-button[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }
  .menu-button[aria-expanded="true"] i { opacity: 0; }
  .main-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; z-index: 10; display: none; padding: 1.2rem var(--pad) 1.8rem; color: var(--paper); background: var(--forest); }
  .main-nav.open { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; }
  .main-nav a { padding: 1rem .6rem; border-bottom: 1px solid rgba(244,238,227,.3); }
  .hero { grid-template-columns: minmax(0, 1fr); width: 100%; min-height: 0; }
  .hero-copy { min-height: 610px; }
  .hero-visual { min-height: 540px; }
  .thoughts-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .thought-grid { grid-template-columns: 1fr; }
  .thought-grid article { min-height: 220px; }
  .thought-grid article > span { margin-bottom: 2.5rem; }
  .story { grid-template-columns: 1fr; }
  .story-copy { max-width: 650px; }
  .buyer { grid-template-columns: .28fr 1fr; }
  .buyer > .button { grid-column: 2; width: max-content; }
  .career { grid-template-columns: .28fr 1fr; }
  .career > .button { grid-column: 2; width: max-content; }
  .contact { grid-template-columns: 1fr; }
  .contact-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: end; }
  .contact-copy .eyebrow { grid-column: 1 / -1; }
  .personal-contact { margin-top: 0; }
}

@media (max-width: 620px) {
  :root { --pad: 1rem; }
  .site-header { grid-template-columns: minmax(0, 1fr) auto auto; gap: .55rem; min-height: 82px; padding-top: .8rem; padding-bottom: .8rem; }
  .brand { display: block; width: auto; min-width: 0; }
  .brand strong, .brand > span { display: block; font-size: .82rem; line-height: .88; }
  .brand small { display: none; }
  .awz-logo { width: 52px; }
  .menu-button { min-width: 38px; width: 38px; height: 38px; }
  .main-nav.open { grid-template-columns: 1fr; }
  .hero-copy { min-height: 0; padding-top: 5rem; padding-bottom: 5rem; }
  h1 { font-size: clamp(2.25rem, 10vw, 4.5rem); }
  .hero-actions { align-items: stretch; flex-direction: column; width: 100%; }
  .hero-actions .button { width: 100%; }
  .hero-actions .line-link { width: max-content; max-width: 100%; }
  .hero-visual { min-height: 390px; padding: 1rem; }
  .hero-visual figure { box-shadow: 9px 9px 0 var(--rust); }
  .hero-code { top: .7rem; left: 1rem; }
  .hero-corner { display: none; }
  .section { padding-top: 5rem; padding-bottom: 5rem; }
  .thoughts-heading h2 { font-size: clamp(2.65rem, 12.5vw, 4.2rem); }
  .story-copy h2 { font-size: clamp(2.15rem, 10.5vw, 4.2rem); }
  .thought-grid { margin-top: 3rem; }
  .story-visual { margin-right: .8rem; }
  .story-visual figure { box-shadow: -8px 8px 0 var(--rust); }
  .story-index { right: -.6rem; font-size: 6rem; }
  .story-copy .button { align-self: stretch; width: 100%; padding-right: .5rem; padding-left: .5rem; white-space: normal; }
  .buyer, .career { grid-template-columns: 1fr; gap: 1.7rem; padding: 4.5rem 1rem; }
  .buyer-mark { justify-content: start; }
  .buyer > .button, .career > .button { grid-column: auto; width: 100%; }
  .career-number { font-size: 8rem; }
  .contact-copy { grid-template-columns: 1fr; gap: 1.4rem; }
  .contact-copy .eyebrow { grid-column: auto; }
  .contact-copy h2 { font-size: 4rem; }
  .contact-form { padding: 1rem; box-shadow: 8px 8px 0 var(--rust); }
  .radio-row, .field-grid { grid-template-columns: 1fr; }
  .radio-row span { justify-content: flex-start; text-align: left; }
  .site-footer { align-items: flex-start; flex-direction: column; }
  .site-footer nav { flex-wrap: wrap; gap: .8rem 1.2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
