:root { --deep:#254550; --navy:#1a333c; --coral:#d27959; --sand:#edcfad; --paper:#fbfaf5; --light:#edf2f0; --ink:#263137; --muted:#5f696a; --page:min(1300px,calc(100% - 64px)); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font:16px/1.6 Arial,Helvetica,sans-serif; }
body.menu-open { overflow:hidden; }
a { color:inherit; }
img { display:block; max-width:100%; }
button,input,textarea { font:inherit; }
.skip-link { position:fixed; top:-90px; left:16px; z-index:100; padding:10px 16px; background:var(--sand); }
.skip-link:focus { top:12px; }
.section { width:var(--page); margin-inline:auto; }
.site-header { position:relative; z-index:20; width:var(--page); min-height:104px; margin:auto; display:grid; grid-template-columns:270px 1fr 90px; gap:20px; align-items:center; border-bottom:1px solid #d7e0dd; }
.brand { display:inline-flex; align-items:center; gap:9px; width:max-content; text-decoration:none; line-height:1.05; }
.brand-icon { color:var(--coral); font:400 2.8rem Georgia,serif; }
.brand strong { display:block; color:var(--deep); font-size:1rem; font-weight:900; letter-spacing:.08em; }
.brand small { display:block; margin-top:5px; color:var(--muted); font-size:.67rem; font-weight:800; letter-spacing:.15em; }
.main-nav { display:flex; justify-content:center; gap:clamp(18px,3vw,45px); }
.main-nav a { padding:40px 0; text-decoration:none; color:var(--deep); font-size:.77rem; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.main-nav a:hover,.main-nav a:focus-visible { color:var(--coral); text-decoration:underline; text-underline-offset:8px; }
.awz-logo { justify-self:end; display:block; width:84px; height:46px; background:url("assets/awz-logo-official.png") center/contain no-repeat; }
.menu-button { display:none; }
.eyebrow,.section-number { color:var(--coral); font-size:.76rem; font-weight:900; letter-spacing:.13em; text-transform:uppercase; }
.eyebrow { margin:0 0 18px; }
h1,h2,h3 { margin-top:0; font-family:Georgia,"Times New Roman",serif; font-weight:400; letter-spacing:-.055em; line-height:1.04; overflow-wrap:break-word; }
h1 { font-size:clamp(3.5rem,7vw,7rem); }
h2 { font-size:clamp(2.55rem,4.8vw,5.5rem); }
p { overflow-wrap:break-word; }
.button { min-height:52px; display:inline-flex; align-items:center; justify-content:center; gap:22px; padding:13px 23px; border:2px solid transparent; font-size:.77rem; font-weight:900; letter-spacing:.08em; text-decoration:none; text-transform:uppercase; cursor:pointer; transition:transform .18s ease; }
.button:hover,.button:focus-visible { transform:translateY(-2px); }
.button-coral { color:#fff; background:var(--coral); }
.button-deep { color:#fff; background:var(--deep); }
.button-paper { color:var(--navy); background:var(--paper); }

.hero { padding-top:95px; }
.hero-heading { max-width:900px; margin:auto; text-align:center; }
.hero h1 { margin-bottom:23px; color:var(--deep); }
.hero-heading > p:not(.eyebrow) { max-width:600px; margin:0 auto 28px; font-size:1.13rem; }
.hero-image { position:relative; width:min(1120px,100%); margin:62px auto 0; padding:12px; background:#e8eeeb; }
.hero-image img { width:100%; height:auto; aspect-ratio:3/2; object-fit:contain; }
figcaption { position:absolute; right:7px; bottom:7px; padding:4px 7px; color:#fff; background:rgba(21,41,47,.84); font-size:.75rem; line-height:1.2; }
.hero-choices { width:min(1060px,calc(100% - 50px)); display:grid; grid-template-columns:1fr 1fr; margin:0 auto; position:relative; z-index:1; background:var(--deep); color:#fff; }
.hero-choices a { min-height:128px; display:grid; grid-template-columns:1fr auto; align-content:center; gap:3px 15px; padding:24px 35px; text-decoration:none; }
.hero-choices a + a { border-left:1px solid rgba(255,255,255,.35); }
.hero-choices a:hover,.hero-choices a:focus-visible { background:var(--navy); }
.hero-choices span { grid-column:1; color:#e6c9b9; font-size:.76rem; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.hero-choices strong { grid-column:1; font:400 1.55rem Georgia,serif; }
.hero-choices em { grid-column:2; grid-row:1/3; align-self:center; font-style:normal; font-size:1.7rem; }

.buyer { margin-top:135px; margin-bottom:140px; display:grid; grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr); gap:clamp(50px,6vw,95px); align-items:center; }
.buyer-copy { padding-left:clamp(0px,2.5vw,35px); }
.buyer-copy h2 { margin-top:22px; color:var(--deep); }
.buyer-copy p { max-width:455px; margin-bottom:30px; font-size:1.08rem; }
.buyer-image { position:relative; margin:0; padding:14px; background:var(--light); }
.buyer-image img { width:100%; height:auto; aspect-ratio:3/2; object-fit:contain; }
.seller { padding:105px 0; color:#fff; background:var(--navy); }
.seller-inner { display:grid; grid-template-columns:.42fr 1fr; gap:45px; align-items:center; }
.seller-mark { color:var(--sand); font:400 clamp(10rem,20vw,20rem)/1 Georgia,serif; text-align:center; }
.seller .section-number { color:var(--sand); }
.seller h2 { max-width:850px; margin-top:20px; }
.seller p { max-width:630px; margin-bottom:30px; color:#e3ebe8; font-size:1.08rem; }

.contact { margin-top:110px; margin-bottom:80px; padding:clamp(42px,5vw,75px); display:grid; grid-template-columns:minmax(230px,.6fr) minmax(0,1.4fr); gap:clamp(45px,6vw,95px); background:#eaf1ee; }
.contact h2 { margin-bottom:50px; color:var(--deep); }
.personal-contact { display:flex; flex-direction:column; font-style:normal; }
.personal-contact span { margin-bottom:15px; color:var(--coral); font-size:.76rem; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.personal-contact strong { font:400 2.2rem Georgia,serif; }
.personal-contact em { margin-bottom:22px; color:var(--coral); font-style:normal; }
.personal-contact a { width:max-content; max-width:100%; margin-bottom:5px; text-underline-offset:5px; }
.contact-form { min-width:0; }
.contact-form fieldset { margin:0 0 25px; padding:0; border:0; }
.contact-form legend,.field > span { display:block; margin-bottom:10px; color:var(--deep); font-size:.76rem; font-weight:900; letter-spacing:.09em; text-transform:uppercase; }
.radio-row { display:grid; grid-template-columns:.8fr .8fr 1.5fr; gap:8px; }
.radio-row label { cursor:pointer; }
.radio-row input { position:absolute; opacity:0; pointer-events:none; }
.radio-row span { min-height:47px; display:grid; place-items:center; padding:8px 10px; border:1px solid var(--deep); color:var(--deep); font-size:.76rem; font-weight:800; text-align:center; }
.radio-row input:checked + span { color:#fff; background:var(--deep); }
.radio-row input:focus-visible + span { outline:3px solid var(--coral); outline-offset:2px; }
.field-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.field { display:block; margin-bottom:18px; }
.field input,.field textarea { width:100%; padding:12px 14px; border:1px solid #9eafaa; border-radius:0; background:var(--paper); color:var(--ink); outline:0; }
.field textarea { min-height:135px; resize:vertical; }
.field input:focus,.field textarea:focus { border-color:var(--coral); box-shadow:0 0 0 2px var(--coral); }
.field textarea::placeholder { color:#62706d; }
.consent { display:flex; gap:10px; align-items:flex-start; font-size:.84rem; cursor:pointer; }
.consent input { flex:0 0 auto; width:17px; height:17px; margin-top:4px; accent-color:var(--deep); }
.privacy-note { margin:15px 0 0; color:var(--muted); font-size:.82rem; }
.form-status { min-height:24px; margin:10px 0; color:var(--deep); font-weight:800; }
.submit-button { border:0; }
.honeypot { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; }
.site-footer { width:var(--page); min-height:100px; margin:auto; display:flex; justify-content:space-between; align-items:center; gap:24px; border-top:1px solid #d7e0dd; color:var(--muted); font-size:.78rem; }
.site-footer nav { display:flex; flex-wrap:wrap; gap:24px; }
.site-footer a { text-underline-offset:4px; }

@media (max-width:1050px) {
  :root { --page:min(930px,calc(100% - 42px)); }
  .site-header { grid-template-columns:1fr auto 84px; }
  .menu-button { display:inline-flex; align-items:center; justify-self:end; gap:9px; border:0; padding:10px 0; background:transparent; color:var(--deep); font-size:.8rem; font-weight:900; text-transform:uppercase; cursor:pointer; }
  .menu-button i,.menu-button i::before,.menu-button i::after { display:block; width:22px; height:2px; background:currentColor; transition:transform .2s,opacity .2s; }
  .menu-button i { position:relative; }
  .menu-button i::before,.menu-button i::after { content:""; position:absolute; left:0; }
  .menu-button i::before { top:-7px; }
  .menu-button i::after { top:7px; }
  .menu-button[aria-expanded="true"] i { background:transparent; }
  .menu-button[aria-expanded="true"] i::before { top:0; transform:rotate(45deg); }
  .menu-button[aria-expanded="true"] i::after { top:0; transform:rotate(-45deg); }
  .main-nav { position:absolute; top:104px; left:0; right:0; display:none; padding:18px 24px; flex-direction:column; gap:0; background:var(--deep); }
  .main-nav.open { display:flex; }
  .main-nav a { padding:13px 0; color:#fff; }
  .buyer { grid-template-columns:1fr; }
  .buyer-copy { padding-left:0; }
  .seller-inner { grid-template-columns:.3fr 1fr; }
  .contact { grid-template-columns:1fr; }
}
@media (max-width:700px) {
  :root { --page:calc(100% - 28px); }
  .site-header { min-height:80px; grid-template-columns:minmax(0,1fr) auto 58px; gap:8px; }
  .brand { gap:4px; }
  .brand-icon { font-size:1.8rem; }
  .brand strong { font-size:.78rem; letter-spacing:.06em; }
  .brand small { font-size:.59rem; letter-spacing:.08em; }
  .awz-logo { width:58px; height:34px; }
  .menu-button span { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); }
  .main-nav { top:80px; }
  .hero { padding-top:64px; }
  .hero h1 { font-size:clamp(3.25rem,11vw,5.2rem); }
  .hero-heading > p:not(.eyebrow) { font-size:1.04rem; }
  .hero-heading .button { width:100%; }
  .hero-image { margin-top:45px; padding:7px; }
  .hero-choices { width:calc(100% - 16px); grid-template-columns:1fr; margin:0 auto; }
  .hero-choices a { min-height:95px; padding:18px 20px; }
  .hero-choices a + a { border-left:0; border-top:1px solid rgba(255,255,255,.35); }
  .hero-choices strong { font-size:1.3rem; }
  .buyer { margin-top:85px; margin-bottom:90px; }
  .buyer-image { padding:7px; }
  .seller { padding:75px 0; }
  .seller-inner { grid-template-columns:1fr; gap:0; }
  .seller-mark { font-size:6rem; text-align:left; }
  .contact { width:100%; margin-top:0; margin-bottom:0; padding:70px 20px; }
  .contact h2 { margin-bottom:34px; }
  .radio-row { grid-template-columns:1fr; }
  .field-grid { grid-template-columns:1fr; gap:0; }
  .site-footer { min-height:125px; flex-direction:column; align-items:flex-start; justify-content:center; gap:8px; }
  .site-footer nav { gap:17px; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { transition:none!important; } }

/* AWZ: Symbolbild-Kennzeichnung im Bild, rechts unten */
figure figcaption{right:20px;bottom:20px}
