:root {
  --wine: #5c2f3a;
  --wine-deep: #3f1d27;
  --rose: #b87079;
  --rose-pale: #f4e6e4;
  --sage: #cad6c5;
  --sage-deep: #4e6455;
  --parchment: #f6efe3;
  --paper: #fffdf9;
  --ink: #402b31;
  --muted: #74666a;
  --line: #ddd4cf;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Segoe UI", Arial, sans-serif; font-size: 1rem; line-height: 1.68; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { overflow-wrap: break-word; }

.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 100; padding: .75rem 1rem; color: #fff; background: var(--wine-deep); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.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: sticky; top: 0; z-index: 50; background: rgba(255,253,249,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { width: min(calc(100% - 3rem), var(--max)); min-height: 82px; margin: 0 auto; display: flex; align-items: center; gap: 2rem; }
.main-nav { display: flex; align-items: center; gap: 1.8rem; }
.main-nav a { color: var(--muted); font-size: .91rem; font-weight: 760; text-decoration: none; }
.main-nav a:hover,
.main-nav a:focus-visible { color: var(--wine); }
.brand { width: 104px; margin-left: auto; display: block; text-decoration: none; }
.brand-logo { width: 100%; height: auto; }
.menu-button { display: none; width: 48px; height: 48px; padding: 12px; border: 1px solid #cfc3c6; background: #fff; }
.menu-button > span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--wine); }

.hero { position: relative; width: min(calc(100% - 3rem), 1340px); min-height: 760px; margin: 2rem auto 0; display: flex; align-items: flex-end; }
.image-frame { position: relative; margin: 0; overflow: hidden; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.image-frame figcaption { position: absolute; right: .65rem; bottom: .6rem; z-index: 3; padding: .22rem .42rem; color: #fff; background: rgba(63,29,39,.79); font-size: .62rem; line-height: 1.2; }
.hero-image { position: absolute; inset: 0; }
.hero-card { position: relative; z-index: 2; width: min(720px, 63%); margin: 0 0 -4rem 4%; padding: clamp(2.6rem, 6vw, 6rem); background: var(--paper); border-left: 9px solid var(--wine); box-shadow: 0 24px 60px rgba(63,29,39,.13); }
.domain-label,
.eyebrow,
.contact-kicker { margin: 0 0 .9rem; color: var(--rose); font-size: .73rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.hero h1,
.wish-heading h2,
.memory-copy h2,
.options-heading h2,
.note-section h2,
.contact-heading h2,
.personal-contact h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.05; letter-spacing: -.035em; }
.hero h1 { font-size: clamp(3.6rem, 6.6vw, 6.8rem); }
.hero-card > p:not(.domain-label) { color: var(--muted); font-size: 1.09rem; }
.button { min-height: 50px; padding: .82rem 1.2rem; display: inline-flex; align-items: center; justify-content: center; border: 0; font-weight: 850; text-decoration: none; cursor: pointer; }
.button-primary,
.button-submit { color: #fff; background: var(--wine); }
.button-primary:hover,
.button-primary:focus-visible,
.button-submit:hover,
.button-submit:focus-visible { background: var(--wine-deep); }

.wish-section { width: min(calc(100% - 3rem), var(--max)); margin: clamp(8rem, 13vw, 13rem) auto clamp(5rem, 9vw, 9rem); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); }
.wish-heading h2,
.memory-copy h2,
.options-heading h2 { font-size: clamp(3rem, 5.3vw, 5.5rem); }
.wish-lines { margin: 0; padding: 0; list-style: none; }
.wish-lines li { padding: 1.2rem 0; display: grid; grid-template-columns: 60px 1fr; gap: 1rem; border-bottom: 1px solid var(--line); }
.wish-lines li:first-child { border-top: 1px solid var(--line); }
.wish-lines span { color: var(--rose); font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.wish-lines p { margin: 0; font-family: Georgia, serif; font-size: 1.35rem; }

.memory-section { display: grid; grid-template-columns: .8fr 1.2fr; background: var(--parchment); }
.memory-copy { padding: clamp(3.5rem, 7vw, 7rem) max(2rem, calc((100vw - var(--max)) / 2)); padding-right: clamp(2rem, 7vw, 7rem); display: flex; flex-direction: column; justify-content: center; }
.memory-copy > p:not(.eyebrow):not(.memory-accent) { color: var(--muted); font-size: 1.08rem; }
.memory-accent { margin-top: 2rem; padding-top: 1.4rem; color: var(--wine); border-top: 3px solid var(--rose); font-family: Georgia, serif; font-size: 1.5rem; }
.memory-image { min-height: 720px; }

.options-section { padding: clamp(5rem, 10vw, 10rem) max(1.5rem, calc((100vw - var(--max)) / 2)); }
.options-heading { max-width: 840px; }
.options-grid { margin-top: 3.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.options-grid article { min-height: 390px; padding: clamp(2rem, 4vw, 4rem); color: #fff; background: var(--wine); }
.options-grid article:last-child { color: var(--ink); background: var(--sage); }
.option-word { font-size: .73rem; font-weight: 900; letter-spacing: .17em; opacity: .8; }
.options-grid h3 { margin: 3.5rem 0 1.2rem; font-family: Georgia, serif; font-size: clamp(2rem, 3.5vw, 3.4rem); font-weight: 500; line-height: 1.08; }
.options-grid p { color: #ecdfe2; }
.options-grid article:last-child p { color: #526157; }
.options-grid a { display: inline-block; margin-top: 1rem; font-weight: 850; text-underline-offset: .25rem; }

.note-section { padding: clamp(4rem, 7vw, 7rem) max(1.5rem, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 120px 1fr 90px; gap: 2rem; align-items: center; color: #fff; background: var(--sage-deep); }
.note-mark { color: rgba(255,255,255,.2); font-family: Georgia, serif; font-size: 8rem; line-height: 1; }
.note-section .eyebrow { color: #e5d4d7; }
.note-section h2 { font-size: clamp(2.4rem, 4.6vw, 4.5rem); font-style: italic; }
.note-section p:last-child { color: #dfe5df; }
.note-arrow { width: 70px; height: 70px; display: grid; place-items: center; color: var(--wine); background: var(--paper); border-radius: 50%; font-size: 2rem; text-decoration: none; }

.contact-section { padding: clamp(4.5rem, 9vw, 9rem) max(1.5rem, calc((100vw - var(--max)) / 2)); background: var(--rose-pale); }
.contact-heading { margin-bottom: 2.5rem; }
.contact-heading h2 { font-size: clamp(3.5rem, 7vw, 6.8rem); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
form { padding: clamp(1.5rem, 4vw, 3.2rem); background: #fff; border-left: 7px solid var(--wine); }
fieldset { margin: 0 0 1.6rem; padding: 0; border: 0; }
legend { margin-bottom: .75rem; font-size: .9rem; font-weight: 850; }
.choice-row { display: flex; flex-wrap: wrap; gap: .6rem; }
.choice-row label { cursor: pointer; }
.choice-row input { position: absolute; opacity: 0; pointer-events: none; }
.choice-row span { min-height: 44px; padding: .62rem .9rem; display: inline-flex; align-items: center; border: 1px solid #d5c9cc; background: #fff; font-size: .88rem; font-weight: 750; }
.choice-row input:checked + span { color: #fff; border-color: var(--wine); background: var(--wine); }
.choice-row input:focus-visible + span { outline: 3px solid var(--sage); outline-offset: 2px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.field-grid label { display: grid; gap: .4rem; font-size: .9rem; font-weight: 800; }
.field-grid small { color: var(--muted); font-weight: 500; }
.message-field { grid-column: 1 / -1; }
input[type="email"], input[type="text"], input[type="tel"], textarea { width: 100%; min-height: 50px; padding: .78rem .85rem; color: var(--ink); border: 1px solid #d1c5c8; border-radius: 0; background: #fff; }
textarea { min-height: 130px; resize: vertical; }
input:focus,
textarea:focus { outline: 3px solid rgba(184,112,121,.22); border-color: var(--wine); }
.honeypot { position: absolute; left: -9999px; }
.privacy-check { margin: 1.25rem 0 .3rem; display: flex; gap: .7rem; align-items: flex-start; font-size: .89rem; }
.privacy-check input { width: 18px; height: 18px; margin-top: .2rem; flex: 0 0 auto; }
.privacy-check a,
.legal-link a { color: var(--wine); font-weight: 850; }
.legal-link { margin: .35rem 0 1.2rem; font-size: .89rem; }
.form-status { min-height: 1.5rem; margin: .9rem 0 0; color: var(--wine); font-size: .9rem; font-weight: 700; }
.personal-contact { margin-top: 2rem; padding: 2.2rem; color: #fff; background: var(--wine); border-top: 7px solid var(--sage); }
.personal-contact .contact-kicker { color: #dfc6cb; }
.personal-contact h2 { font-size: 2.4rem; }
.personal-contact > p { margin: .3rem 0; color: #eadfe1; }
.personal-contact > a { display: block; margin-top: .65rem; font-weight: 850; }
.contact-line { display: block; width: 52px; height: 3px; margin: 1.5rem 0; background: var(--sage); }

.site-footer { padding: 2rem max(1.5rem, calc((100vw - var(--max)) / 2)); display: flex; justify-content: space-between; gap: 1.5rem; color: #eadfe1; background: var(--wine-deep); font-size: .78rem; }
.site-footer nav { display: flex; gap: 1.2rem; }

@media (max-width: 960px) {
  .menu-button { display: block; }
  .main-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; padding: 1rem 1.5rem 1.4rem; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); }
  .main-nav.is-open { display: flex; }
  .main-nav a { min-height: 46px; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
  .brand { width: 87px; }
  .hero { min-height: 820px; }
  .hero-card { width: calc(100% - 4rem); margin: 0 2rem -4rem; }
  .wish-section { grid-template-columns: 1fr; }
  .memory-section { grid-template-columns: 1fr; }
  .memory-copy { padding: 5rem clamp(2rem, 8vw, 5rem); }
  .memory-image { min-height: 580px; }
}

@media (max-width: 720px) {
  .header-inner { width: calc(100% - 2rem); min-height: 74px; }
  .hero { width: 100%; min-height: auto; margin: 0; display: grid; }
  .hero-image { position: relative; height: 370px; min-height: 0; }
  .hero-image figcaption { bottom: 3.7rem; }
  .hero-card { width: calc(100% - 2rem); margin: -3rem 1rem 0; padding: 2.6rem 1.25rem; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.3rem); }
  .button-primary { width: 100%; }
  .wish-section { width: calc(100% - 2rem); margin: 4.5rem auto; gap: 2.5rem; }
  .wish-lines li { grid-template-columns: 48px 1fr; }
  .memory-copy { padding: 4rem 1rem; }
  .memory-image { min-height: 430px; }
  .options-section,
  .note-section,
  .contact-section { padding-left: 1rem; padding-right: 1rem; }
  .options-grid { grid-template-columns: 1fr; }
  .options-grid article { min-height: 0; padding: 2.4rem 1.25rem; }
  .options-grid h3 { margin-top: 2.2rem; }
  .note-section { grid-template-columns: 1fr; }
  .note-mark { font-size: 5rem; }
  .note-arrow { width: 60px; height: 60px; }
  .contact-grid { grid-template-columns: 1fr; }
  form { padding: 1.25rem; }
  .field-grid { grid-template-columns: 1fr; }
  .message-field { grid-column: auto; }
  .choice-row { flex-direction: column; }
  .choice-row span { width: 100%; }
  .button-submit { width: 100%; }
  .personal-contact { margin-top: 0; }
  .site-footer { flex-direction: column; }
  .site-footer nav { flex-wrap: wrap; }
}

@media (max-width: 360px) {
  .hero h1 { font-size: 2.75rem; }
  .wish-heading h2,
  .memory-copy h2,
  .options-heading h2 { font-size: 2.5rem; }
  .note-section h2 { font-size: 2.25rem; }
  .contact-heading h2 { font-size: 3rem; }
  .site-footer nav { gap: .8rem; }
}

/* AWZ: Symbolbild-Kennzeichnung im Bild, rechts unten */
.hero-image figcaption{bottom:10px}
