:root { --plum:#4e3037; --rust:#b66653; --gold:#d4a362; --paper:#fffaf2; --cream:#f5ede0; --ink:#2f2926; --muted:#69615b; --page:min(1320px,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; z-index:100; top:-90px; left:16px; padding:10px 16px; background:var(--gold); }
.skip-link:focus { top:12px; }
.section { width:var(--page); margin-inline:auto; }
.site-header { position:relative; z-index:20; width:var(--page); min-height:102px; margin:auto; display:grid; grid-template-columns:260px 1fr 88px; gap:18px; align-items:center; border-bottom:1px solid #dfd1bf; }
.brand { display:inline-flex; align-items:center; gap:9px; width:max-content; text-decoration:none; line-height:1.05; }
.brand-mark { color:var(--rust); font:400 3rem Georgia,serif; line-height:1; }
.brand strong { display:block; color:var(--plum); font:700 1.26rem Georgia,serif; letter-spacing:-.04em; }
.brand small { display:block; margin-top:6px; color:var(--muted); font-size:.69rem; font-weight:800; letter-spacing:.14em; }
.main-nav { display:flex; justify-content:center; gap:clamp(17px,2.7vw,40px); }
.main-nav a { padding:39px 0; color:var(--plum); text-decoration:none; font-size:.76rem; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.main-nav a:hover,.main-nav a:focus-visible { color:var(--rust); text-decoration:underline; text-underline-offset:7px; }
.awz-logo { justify-self:end; display:block; width:82px; height:45px; background:url("assets/awz-logo-official.png") center/contain no-repeat; }
.menu-button { display:none; }
.eyebrow { margin:0 0 20px; color:var(--rust); font-size:.76rem; font-weight:900; letter-spacing:.14em; text-transform:uppercase; }
h1,h2,h3 { margin-top:0; font-family:Georgia,"Times New Roman",serif; font-weight:400; line-height:1.04; letter-spacing:-.05em; overflow-wrap:break-word; }
h1 { font-size:clamp(3.3rem,5.35vw,6.5rem); }
h2 { font-size:clamp(2.55rem,4.45vw,5.3rem); }
h3 { font-size:2rem; }
p { overflow-wrap:break-word; }
.button { min-height:52px; display:inline-flex; align-items:center; justify-content:center; gap:22px; padding:13px 22px; border:2px solid transparent; text-decoration:none; font-size:.77rem; font-weight:900; letter-spacing:.08em; text-transform:uppercase; cursor:pointer; transition:transform .18s ease; }
.button:hover,.button:focus-visible { transform:translateY(-2px); }
.button-rust { color:#fff; background:var(--rust); }
.button-plum { color:#fff; background:var(--plum); }
.button-light { color:var(--plum); background:var(--paper); }
.text-link { font-weight:800; text-decoration-thickness:1px; text-underline-offset:6px; }

.hero { padding-top:84px; display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr); gap:10px clamp(38px,5vw,80px); align-items:center; }
.hero-copy { padding:0 0 60px clamp(0px,2vw,30px); }
.hero h1 { max-width:650px; margin-bottom:27px; color:var(--plum); }
.hero-copy > p:not(.eyebrow) { max-width:480px; margin-bottom:28px; font-size:1.11rem; }
.hero-actions { display:flex; flex-wrap:wrap; align-items:center; gap:18px 25px; }
.hero-image { position:relative; margin:0; padding:13px; background:var(--cream); }
.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(38,32,33,.83); font-size:.75rem; line-height:1.2; }
.hero-caption { grid-column:2; margin:0 0 0 14px; color:var(--rust); font:italic 1.25rem Georgia,serif; }

.thought { padding-top:140px; padding-bottom:100px; }
.thought h2 { max-width:1000px; margin-bottom:55px; color:var(--plum); }
.thought-row { display:grid; grid-template-columns:minmax(0,1fr) 130px minmax(0,1fr); gap:35px; align-items:start; }
.thought-row p { max-width:440px; margin:0; font-size:1.11rem; }
.thought-row p:last-child { justify-self:end; }
.thought-line { height:1px; margin-top:16px; background:var(--rust); transform:rotate(-11deg); }
.details { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; margin-bottom:140px; }
.details article { min-height:230px; padding:27px 30px; background:#eee5d9; }
.details article:nth-child(2) { background:#e9d7cb; }
.details article:nth-child(3) { background:#f1e5ca; }
.details span { display:block; margin-bottom:37px; color:var(--rust); font:italic 1rem Georgia,serif; }
.details h3 { margin-bottom:8px; color:var(--plum); }
.details p { margin:0; }

.buyer { display:grid; grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr); gap:clamp(45px,6vw,100px); align-items:center; margin-bottom:145px; }
.buyer-frame { padding:0 16px 16px 0; border-right:2px solid var(--rust); border-bottom:2px solid var(--rust); }
.buyer-frame figure { position:relative; margin:0; }
.buyer-frame img { width:100%; height:auto; aspect-ratio:3/2; object-fit:contain; }
.buyer-copy h2 { max-width:550px; color:var(--plum); }
.buyer-copy > p:not(.eyebrow) { max-width:480px; margin-bottom:30px; font-size:1.08rem; }
.seller { padding:110px 0; background:var(--plum); color:var(--paper); }
.seller-inner { display:grid; grid-template-columns:.42fr 1fr; gap:60px; align-items:center; }
.seller-number { margin:0; color:var(--gold); font:400 clamp(8rem,19vw,21rem)/1 Georgia,serif; text-align:center; }
.seller .eyebrow { color:#e8b9a4; }
.seller h2 { max-width:850px; }
.seller-inner p:not(.eyebrow):not(.seller-number) { max-width:620px; margin-bottom:30px; color:#eee2db; font-size:1.08rem; }

.contact { margin-top:105px; margin-bottom:80px; padding:clamp(40px,5vw,72px); display:grid; grid-template-columns:minmax(220px,.65fr) minmax(0,1.35fr); gap:clamp(40px,5vw,78px); background:var(--cream); }
.contact h2 { margin-bottom:48px; color:var(--plum); }
.personal-contact { display:flex; flex-direction:column; font-style:normal; }
.personal-contact span { margin-bottom:15px; color:var(--rust); 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(--rust); 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(--plum); 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(--plum); color:var(--plum); font-size:.76rem; font-weight:800; text-align:center; }
.radio-row input:checked + span { color:#fff; background:var(--plum); }
.radio-row input:focus-visible + span { outline:3px solid var(--rust); 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 #a7998d; 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(--rust); box-shadow:0 0 0 2px var(--rust); }
.field textarea::placeholder { color:#685f59; }
.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(--plum); }
.privacy-note { margin:15px 0 0; color:var(--muted); font-size:.82rem; }
.form-status { min-height:24px; margin:10px 0; color:var(--plum); 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 #dfd1bf; 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(940px,calc(100% - 42px)); }
  .site-header { grid-template-columns:1fr auto 82px; }
  .menu-button { display:inline-flex; align-items:center; justify-self:end; gap:9px; border:0; padding:10px 0; background:transparent; color:var(--plum); 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:102px; left:0; right:0; display:none; padding:18px 24px; flex-direction:column; gap:0; background:var(--plum); }
  .main-nav.open { display:flex; }
  .main-nav a { padding:13px 0; color:#fff; }
  .hero { grid-template-columns:1fr; padding-top:60px; }
  .hero-copy { padding:0 0 28px; }
  .hero-image { max-width:820px; }
  .hero-caption { grid-column:1; margin-left:0; }
  .thought { padding-top:95px; }
  .buyer { gap:40px; }
  .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-mark { font-size:2rem; }
  .brand strong { font-size:1rem; }
  .brand small { font-size:.6rem; letter-spacing:.07em; }
  .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:55px; }
  .hero h1 { font-size:clamp(3.25rem,11vw,5rem); }
  .hero-actions { align-items:flex-start; flex-direction:column; }
  .hero-actions .button { width:100%; }
  .hero-image { padding:7px; }
  .thought { padding-top:90px; padding-bottom:60px; }
  .thought h2 { margin-bottom:27px; }
  .thought-row { grid-template-columns:1fr; gap:18px; }
  .thought-row p:last-child { justify-self:start; }
  .thought-line { display:none; }
  .details { grid-template-columns:1fr; gap:8px; margin-bottom:90px; }
  .details article { min-height:0; padding:22px 25px; }
  .details span { margin-bottom:12px; }
  .buyer { grid-template-columns:1fr; margin-bottom:85px; }
  .buyer-copy { grid-row:1; }
  .buyer-frame { grid-row:2; padding:0 8px 8px 0; }
  .seller { padding:75px 0; }
  .seller-inner { grid-template-columns:1fr; gap:15px; }
  .seller-number { 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}
