:root {
  --teal: #17646b;
  --teal-deep: #0f454b;
  --mustard: #e0a63a;
  --sun: #f5dfae;
  --aqua: #dcebec;
  --paper: #fffaf1;
  --white: #fff;
  --ink: #283338;
  --muted: #637076;
  --line: #d8d9d3;
  --max: 1240px;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  scroll-behavior: smooth;
}
* { box-sizing: border-box; }
html, body { margin: 0; min-width: 0; overflow-x: hidden; }
body { font-size: 18px; line-height: 1.62; background: var(--paper); }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; padding: 10px 16px; color: white; background: var(--teal-deep); }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-header { position: relative; z-index: 20; background: var(--paper); border-bottom: 1px solid rgba(23,100,107,.15); }
.header-inner { max-width: var(--max); min-height: 104px; margin: auto; padding: 14px 32px; display: flex; align-items: center; gap: 34px; }
.main-nav { display: flex; gap: clamp(18px,3vw,42px); }
.main-nav a { color: #3f5a5d; font-size: .94rem; font-weight: 750; text-decoration: none; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--teal); text-decoration: underline; text-underline-offset: 5px; }
.brand { width: 178px; height: 76px; margin-left: auto; flex: 0 0 auto; }
.brand-logo { display: block; width: 100%; height: 100%; background: url("assets/awz-logo-official.png") center / contain no-repeat; }
.menu-button { display: none; width: 46px; height: 46px; padding: 12px; border: 0; border-radius: 7px; background: var(--teal); }
.menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: white; }

.hero { max-width: 1400px; margin: 0 auto; padding: 54px 50px 70px; display: grid; grid-template-columns: minmax(0,.82fr) minmax(500px,1.18fr); align-items: center; gap: 0; background: var(--aqua); }
.hero-copy { position: relative; z-index: 2; margin-right: -42px; padding: clamp(40px,5vw,68px); background: var(--paper); border-left: 8px solid var(--mustard); }
.eyebrow, .section-marker { margin: 0 0 17px; color: var(--teal); font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: Georgia,"Times New Roman",serif; font-weight: 500; line-height: 1.1; }
h1 { margin-bottom: 24px; font-size: clamp(2.55rem,5vw,4.7rem); letter-spacing: -.045em; }
h2 { margin-bottom: 20px; font-size: clamp(2rem,4vw,3.45rem); letter-spacing: -.035em; }
h3 { margin-bottom: 9px; font-size: 1.4rem; }
.hero-lead { margin: 0; color: var(--muted); font-size: clamp(1.04rem,1.4vw,1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 23px; border: 0; border-radius: 8px; font-weight: 800; text-decoration: none; cursor: pointer; }
.button-primary, .button-submit { color: white; background: var(--teal); }
.button-quiet { color: var(--teal-deep); border: 1px solid #b7cecf; background: white; }
.trust-line { margin: 18px 0 0; color: var(--muted); font-size: .87rem; }
.image-frame { position: relative; margin: 0; overflow: hidden; }
.image-frame img { height: 100%; object-fit: cover; }
.image-frame figcaption { position: absolute; right: 10px; bottom: 9px; padding: 4px 8px; color: white; border-radius: 4px; background: rgba(15,50,53,.78); font-size: 12px; line-height: 1.2; }
.hero-image { min-height: 650px; border-radius: 0 76px 0 0; }
.hero-image img { object-position: center center; }

.character-section { max-width: var(--max); margin: 0 auto; padding: 115px 32px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.character-title { position: sticky; top: 30px; }
.character-notes { border-top: 1px solid var(--line); }
.character-notes p { margin: 0; padding: 28px 0; display: grid; grid-template-columns: .4fr .6fr; gap: 25px; border-bottom: 1px solid var(--line); }
.character-notes strong { color: var(--teal-deep); font-family: Georgia,"Times New Roman",serif; font-size: 1.3rem; font-weight: 500; }
.character-notes span { color: var(--muted); }

.decision-section { max-width: 1340px; margin: 0 auto 110px; padding: 0 32px; display: grid; grid-template-columns: minmax(0,1.14fr) minmax(430px,.86fr); align-items: center; }
.decision-image { min-height: 660px; border-radius: 76px 0 0 0; }
.decision-image img { position: absolute; inset: 0; height: 100%; }
.decision-copy { margin-left: -44px; padding: clamp(46px,5vw,72px); position: relative; background: var(--white); border-top: 7px solid var(--mustard); }
.decision-list { margin: 27px 0; border-top: 1px solid var(--line); }
.decision-list article { padding: 16px 0; display: grid; grid-template-columns: 42px 1fr; gap: 14px; border-bottom: 1px solid var(--line); }
.decision-list article > span { color: var(--mustard); font-weight: 850; font-size: .78rem; }
.decision-list h3 { margin-bottom: 4px; }
.decision-list p { margin: 0; color: var(--muted); }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--teal-deep); font-weight: 850; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.idea-band { max-width: 920px; margin: 0 auto 105px; padding: 0 32px; text-align: center; }
.idea-band p { margin: 0; font-family: Georgia,"Times New Roman",serif; font-size: clamp(1.85rem,4vw,3.2rem); line-height: 1.2; color: var(--teal-deep); }

.contact-section { max-width: var(--max); margin: 0 auto 88px; padding: 0 32px; display: grid; grid-template-columns: minmax(0,.65fr) minmax(300px,.35fr); gap: 0; }
.form-panel { padding: clamp(38px,5vw,62px); border: 1px solid var(--line); background: white; }
.form-panel h2 { margin-bottom: 30px; }
.personal-contact { padding: clamp(38px,4vw,56px); color: var(--teal-deep); background: var(--sun); border-radius: 0 38px 0 0; }
.contact-kicker { margin: 0 0 28px; color: var(--teal); font-size: .77rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.personal-contact h2 { margin-bottom: 7px; font-size: 2.1rem; }
.personal-contact p { margin: 0 0 25px; color: #5d6156; }
.personal-contact a { display: block; margin: 8px 0; color: var(--teal-deep); font-weight: 850; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.personal-contact .contact-note { margin-top: 34px; font-family: Georgia,"Times New Roman",serif; font-size: 1.18rem; }
fieldset { margin: 0 0 26px; padding: 0; border: 0; }
legend { margin-bottom: 11px; font-weight: 750; }
.choice-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.choice-row label:last-child { grid-column: 1 / -1; }
.choice-row label { position: relative; }
.choice-row input { position: absolute; opacity: 0; }
.choice-row span { min-height: 48px; display: flex; align-items: center; padding: 10px 15px; border: 1px solid var(--line); border-radius: 8px; cursor: pointer; }
.choice-row input:checked + span { color: var(--teal-deep); border-color: var(--teal); background: var(--aqua); font-weight: 800; }
.choice-row input:focus-visible + span { outline: 3px solid var(--sun); outline-offset: 2px; }
.field-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.field-grid label { display: grid; gap: 7px; font-weight: 700; }
.field-grid small { color: var(--muted); font-weight: 400; }
.message-field { grid-column: 1 / -1; }
input, textarea { width: 100%; padding: 11px 12px; color: var(--ink); border: 1px solid #c9cdca; border-radius: 7px; background: white; }
textarea { min-height: 118px; resize: vertical; }
input:focus, textarea:focus { outline: 3px solid var(--sun); border-color: var(--mustard); }
.privacy-check { display: flex; gap: 10px; align-items: flex-start; margin: 20px 0; color: var(--muted); font-size: .9rem; }
.privacy-check input { width: 18px; height: 18px; margin-top: 3px; flex: 0 0 auto; }
.privacy-check a { color: var(--teal-deep); }
.button-submit { width: 100%; }
.button-submit:hover { background: var(--teal-deep); }
.form-status { min-height: 1.45em; margin: 10px 0 0; color: var(--teal); font-size: .9rem; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.site-footer { max-width: var(--max); margin: 0 auto; padding: 28px 32px 40px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: .85rem; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 18px; }

@media (max-width: 950px) {
  .header-inner { min-height: 88px; padding: 10px 22px; }
  .brand { width: 150px; height: 66px; }
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 80px; left: 18px; right: 18px; display: none; padding: 18px; background: white; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 14px 32px rgba(15,69,75,.12); }
  .main-nav.is-open { display: grid; }
  .main-nav a { padding: 8px; }
  .hero { padding: 35px 22px 50px; grid-template-columns: 1fr; }
  .hero-copy { margin: 0 0 -28px; }
  .hero-image { min-height: 520px; }
  .character-section { grid-template-columns: 1fr; gap: 26px; }
  .character-title { position: static; }
  .decision-section { grid-template-columns: 1fr; }
  .decision-copy { margin: -38px 26px 0; }
  .decision-image { min-height: 510px; }
  .contact-section { grid-template-columns: 1fr; }
  .personal-contact { border-radius: 0 0 38px 0; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .header-inner { padding-inline: 16px; }
  .brand { width: 126px; height: 58px; }
  .hero { padding: 22px 0 46px; }
  .hero-copy { margin: 0 16px -22px; padding: 38px 20px; }
  h1 { font-size: clamp(2.35rem,12.2vw,3.45rem); }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-image { min-height: 390px; border-radius: 0 48px 0 0; }
  .hero-image img { object-position: 42% center; }
  .character-section { padding: 76px 20px; }
  .character-notes p { grid-template-columns: 1fr; gap: 8px; }
  .decision-section { margin-bottom: 74px; padding: 0; }
  .decision-image { min-height: 390px; border-radius: 48px 0 0 0; }
  .decision-copy { margin: -24px 15px 0; padding: 38px 20px; }
  .idea-band { margin-bottom: 70px; padding: 0 20px; }
  .contact-section { margin-bottom: 55px; padding: 0 16px; }
  .form-panel, .personal-contact { padding: 35px 20px; }
  .field-grid, .choice-row { grid-template-columns: 1fr; }
  .choice-row label:last-child, .message-field { grid-column: auto; }
  .site-footer { padding: 24px 20px 34px; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { :root { scroll-behavior: auto; } }

/* AWZ: Symbolbild-Kennzeichnung im Bild, rechts unten */
.hero-image>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
