/* Independent local concept. Design variance 7, motion 4, density 3.
   An atelier sketchbook: warm paper, photo prints and selected handwritten accents.
   Layers: content 0, header 10, WhatsApp 20, keyboard skip link 30. */
@font-face { font-family: 'DM Sans'; src: url('/entwurf-2/fonts/dm-sans.woff2') format('woff2'); font-weight: 100 1000; font-style: normal; font-display: swap; }
@font-face { font-family: 'Caveat'; src: url('/entwurf-2/fonts/caveat.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Caveat'; src: url('/entwurf-2/fonts/caveat-600.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
:root {
  color-scheme: light;
  --paper: #fffaf5;
  --surface: #f5eee7;
  --rose: #f5e7ee;
  --sheet: #fffdfb;
  --tape: #ead6a9;
  --ink: #3b3036;
  --muted: #6d6267;
  --berry: #963667;
  --berry-hover: #7b2853;
  --line: #e2d5d8;
  --radius: 18px;
  --gutter: max(clamp(24px, 4.5vw, 72px), env(safe-area-inset-left), env(safe-area-inset-right));
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body { margin: 0; font-family: 'DM Sans', sans-serif; color: var(--ink); background: var(--paper); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
::selection { background: var(--rose); color: var(--berry); }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--berry); outline-offset: 5px; }
img { display: block; width: 100%; height: auto; }
p, h1, h2, h3, h4, figure, dl, dd { margin: 0; }
h1, h2, h3, h4 { font-weight: 500; }
h2 { font-size: clamp(36px, 3.55vw, 56px); line-height: 1.17; letter-spacing: -.035em; text-wrap: balance; }
h3 { font-size: 21px; line-height: 1.3; letter-spacing: -.025em; }
h4 { font-size: 16px; line-height: 1.4; }
p { text-wrap: pretty; }
small { display: block; font-size: 12px; line-height: 1.65; color: var(--muted); }
.shell { width: min(calc(100% - var(--gutter) * 2), 1320px); margin-inline: auto; }
.section-space { padding-block: clamp(72px, 8vw, 120px); }
.skip-link { position: fixed; top: 8px; left: 8px; padding: 12px 20px; background: var(--paper); border: 2px solid var(--berry); z-index: 30; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 10; background: var(--paper); border-bottom: 1px solid color-mix(in srgb, var(--line), transparent 45%); }
.header-inner { height: 80px; display: flex; align-items: center; gap: 40px; }
.brand { display: block; flex: 0 0 auto; }
.brand img { width: 126px; height: 68px; object-fit: contain; mix-blend-mode: multiply; }
#main-nav { display: flex; gap: 30px; margin-left: auto; font-size: 14px; line-height: 1.4; }
#main-nav a { padding-block: 12px; transition: color .2s; }
#main-nav a:hover { color: var(--berry); }
.header-reserve { display: inline-flex; align-items: center; gap: 24px; padding: 11px 20px; border: 1px solid var(--berry); border-radius: 99px; color: var(--berry); font-size: 14px; white-space: nowrap; transition: background .2s; }
.header-reserve:hover { background: var(--rose); }
.menu-toggle { display: none; }
.hero { display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 60px; padding-block: 48px 64px; }
.eyebrow { color: var(--muted); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 550; }
.hero h1 { font-size: clamp(52px, 5.4vw, 82px); line-height: 1.06; letter-spacing: -.045em; margin-top: 24px; font-weight: 450; }
.hero h1 span { position: relative; display: inline-block; color: var(--berry); font-family: 'Caveat', cursive; font-weight: 400; font-size: 1.62em; line-height: 1.05; letter-spacing: -.045em; padding: 0 .06em .06em; margin-left: -.06em; rotate: -3deg; }
.hero h1 span::after { content: ''; position: absolute; left: 5%; bottom: .06em; width: 94%; height: .095em; border-bottom: 2px solid var(--berry); border-radius: 40% 35% 55% 50%; rotate: -2deg; opacity: .55; }
.hero-description { max-width: 420px; margin-top: 28px; font-size: 17px; line-height: 1.75; color: var(--muted); }
.button { display: inline-flex; min-height: 54px; padding: 14px 26px; align-items: center; justify-content: space-between; gap: 36px; border: 1px solid transparent; border-radius: 99px; font-size: 14px; font-weight: 550; white-space: nowrap; transition: background .2s, transform .2s; }
.button span, .text-link span, .header-reserve span { display: inline-block; transition: transform .25s; font-size: 20px; line-height: 1; }
.button-primary { color: #fff; background: var(--berry); }
.button-primary:hover { background: var(--berry-hover); }
.button:hover span, .text-link:hover span, .header-reserve:hover span { transform: translate(2px, -2px); }
.button:active { transform: translateY(1px); }
.hero-reserve { margin-top: 32px; }
.hero-picture { position: relative; isolation: isolate; min-width: 0; padding: 14px 14px 8px; margin-right: 12px; background: var(--sheet); border-radius: 5px; box-shadow: 0 8px 28px rgb(75 40 50 / .09); rotate: 2deg; }
.hero-picture::before { content: ''; position: absolute; left: 37%; top: -13px; width: 110px; height: 29px; background: var(--tape); opacity: .72; rotate: -7deg; clip-path: polygon(2% 0, 98% 3%, 100% 15%, 97% 27%, 100% 40%, 97% 55%, 100% 72%, 98% 100%, 0 94%, 3% 76%, 0 60%, 3% 43%, 0 23%); }
.hero-picture img { aspect-ratio: 1.3; object-fit: cover; object-position: 64% center; border-radius: 3px; }
.hero-picture figcaption { padding-block: 10px 4px; text-align: center; font-size: 28px; }
.quick-facts { display: grid; grid-template-columns: repeat(3, 1fr); padding: 26px 34px; background: var(--rose); border-radius: 22px 36px 24px 32px; }
.quick-facts p { padding-left: 32px; border-left: 1px solid var(--line); }
.quick-facts p:first-child { padding-left: 0; border: 0; }
.quick-facts strong { display: block; font-size: 15px; font-weight: 550; }
.quick-facts p span { color: var(--muted); font-size: 12px; }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.intro h2 { font-size: clamp(40px, 4.1vw, 62px); }
.intro h2 span { display: inline-block; color: var(--berry); font-family: 'Caveat', cursive; font-weight: 400; font-size: 1.38em; line-height: 1.13; letter-spacing: -.025em; rotate: -3deg; }
.hand-accent { font-family: 'Caveat', cursive; font-weight: 400; font-size: 1.35em; line-height: 1.12; letter-spacing: -.03em; color: var(--berry); }
.hand-note { font-family: 'Caveat', cursive; font-weight: 400; font-size: 30px; line-height: 1.3; color: var(--berry); }
.intro .hand-note { margin-top: 28px; transform: rotate(-3deg); }
.intro-copy { max-width: 530px; }
.intro-copy .lead { font-size: 23px; line-height: 1.5; color: var(--ink); letter-spacing: -.015em; }
.intro-copy > p + p { margin-top: 20px; color: var(--muted); }
.intro-details { margin-top: 28px; }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: start; justify-content: space-between; gap: 28px; padding-block: 18px; font-weight: 500; line-height: 1.5; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { font-size: 22px; font-weight: 350; color: var(--berry); flex-shrink: 0; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details > p { padding-bottom: 20px; max-width: 58ch; color: var(--muted); font-size: 15px; }
.process { position: relative; background: var(--surface); }
.process::before, .voucher::before { content: ''; position: absolute; top: -15px; left: 0; width: 100%; height: 16px; background: radial-gradient(ellipse at 50% 100%, var(--surface) 70%, transparent 72%) 0 0 / 40px 16px repeat-x; pointer-events: none; }
.section-heading { max-width: 820px; margin-bottom: 48px; }
.section-heading > p { margin-top: 20px; color: var(--muted); font-size: 18px; }
.process-grid { list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px; margin: 0; padding: 0; }
.process-grid img { aspect-ratio: 1; object-fit: cover; border: 7px solid var(--sheet); border-radius: 5px; box-shadow: 0 3px 12px rgb(75 40 50 / .055); rotate: -1.5deg; }
.process-grid li:nth-child(even) img { rotate: 1.6deg; }
.step-title { display: flex; align-items: center; gap: 10px; margin-top: 24px; }
.step-title > span { display: grid; place-items: center; flex-shrink: 0; width: 36px; height: 36px; background: var(--rose); border-radius: 48% 55% 42% 58%; color: var(--berry); font-family: 'Caveat', cursive; font-size: 25px; line-height: 1; font-variant-numeric: tabular-nums; }
.step-title h3 { font-size: 17px; }
@media (min-width: 900px) { .step-title { min-height: 44px; } }
.process-grid li > p { margin-top: 12px; font-size: 14px; line-height: 1.7; color: var(--muted); }
.choice { display: grid; grid-template-columns: 1.4fr 1fr; gap: 80px; margin-top: 64px; padding-top: 40px; border-top: 1px solid var(--line); }
.choice-heading h3 { font-size: 16px; }
.choice-ideas { margin-top: 24px; text-wrap: balance; }
.figures { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 24px; }
.figures p { font-size: 12px; color: var(--muted); max-width: 130px; }
.figure-prefix { display: block; color: var(--berry); font-size: 14px; line-height: 1.2; }
.figures strong { display: block; font-family: 'Caveat', cursive; font-size: 64px; line-height: 1.1; font-weight: 400; letter-spacing: -.02em; color: var(--berry); margin-bottom: 8px; }
.price { padding-left: 36px; border-left: 1px solid var(--line); }
.price > p:first-child { font-size: 18px; }
.price strong { font-weight: 500; }
.price p + p { margin-top: 12px; font-size: 14px; color: var(--muted); }
.price small { margin-top: 14px; }
.payment-methods { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; margin-top: 32px; padding-top: 28px; border-top: 1px solid var(--line); }
.payment-methods h3 { font-size: 17px; }
.payment-methods p { color: var(--muted); font-size: 14px; margin-top: 6px; }
.payment-methods ul { display: flex; flex-wrap: wrap; gap: 12px; list-style: none; padding: 0; margin: 0; }
.payment-methods li { display: flex; align-items: center; gap: 9px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--sheet); font-size: 14px; white-space: nowrap; }
.payment-methods svg { width: 24px; height: 24px; color: var(--berry); }
.occasions .section-heading { margin-inline: auto; text-align: center; }
.occasion-list { display: flex; flex-direction: column; gap: 12px; width: min(100%, 760px); list-style: none; margin: 0 auto; padding: 0; }
.occasion-list li { display: flex; align-items: center; gap: 20px; min-height: 76px; padding: 16px 24px; background: var(--sheet); border: 1px solid var(--line); border-radius: 18px; font-size: 20px; line-height: 1.45; }
.occasion-icon { display: grid; place-items: center; flex: 0 0 42px; height: 42px; background: var(--rose); color: var(--berry); border-radius: 50%; }
.occasion-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.occasions .occasion-bottom { max-width: 760px; margin-inline: auto; }
.occasion-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 38px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 14px; }
.occasion-bottom > p { color: var(--muted); }
.text-link { display: inline-flex; align-items: center; min-height: 44px; gap: 18px; font-size: 14px; line-height: 1.5; color: var(--berry); text-decoration: underline; text-underline-offset: 5px; text-decoration-color: color-mix(in srgb, var(--berry), transparent 60%); }
.text-link:hover { text-decoration-color: currentColor; }
.host { padding-top: 0; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.host-image { position: relative; padding: 12px; isolation: isolate; }
.host-image::before { content: ''; position: absolute; inset: 0; border: 1.5px solid color-mix(in srgb, var(--berry), transparent 40%); border-radius: 46% 51% 43% 48%; rotate: -7deg; z-index: -1; }
.host-image img { aspect-ratio: 1.1; object-fit: cover; object-position: 48% center; border-radius: 48% 45% 47% 43%; }
.host-copy h2 { margin-block: 22px 26px; font-size: clamp(32px, 3.2vw, 48px); }
.host-copy > p:not(.eyebrow) { color: var(--muted); max-width: 48ch; }
.host-copy > p + p { margin-top: 18px; }
.host-signature { margin-top: 22px; }
.host-signature > span { display: block; }
.host-signature .hand-note { font-size: 46px; rotate: -4deg; transform-origin: left center; }
.host-signature > span:last-child { color: var(--muted); font-size: 12px; margin-top: 4px; }
.voucher { position: relative; background: var(--rose); }
.voucher::before { background-image: radial-gradient(ellipse at 50% 100%, var(--rose) 70%, transparent 72%); }
.voucher-inner { display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: 84px; }
.voucher-inner > * { min-width: 0; }
.voucher h2 { font-size: clamp(42px, 4.5vw, 68px); }
.voucher h2 span { display: inline-block; color: var(--berry); font-family: 'Caveat', cursive; font-weight: 400; font-size: 1.35em; line-height: 1.1; letter-spacing: -.03em; rotate: -3deg; }
.voucher-copy > p { max-width: 440px; margin-top: 24px; color: var(--muted); }
.voucher-amounts { border: 0; padding: 0; min-inline-size: 0; margin: 28px 0 24px; display: flex; gap: 8px; }
.voucher-amounts legend { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.voucher-amounts label { cursor: pointer; position: relative; }
.voucher-amounts input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.voucher-amounts label > span { display: block; border: 1px solid color-mix(in srgb, var(--berry), transparent 70%); border-radius: var(--radius); padding: 11px 14px; font-size: 13px; white-space: nowrap; transition: background .2s, border-color .2s; }
.voucher-amounts input:checked + span { border-color: var(--berry); background: var(--paper); color: var(--berry); box-shadow: inset 0 0 0 1px var(--berry); }
.voucher-amounts input:focus-visible + span { outline: 2px solid var(--berry); outline-offset: 4px; }
.voucher-custom { max-width: 320px; margin-bottom: 28px; }
.voucher-custom > label { display: block; margin-bottom: 8px; font-size: 14px; color: var(--ink); }
.voucher-custom-field { display: flex; align-items: center; gap: 12px; min-height: 50px; padding: 0 16px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.voucher-custom-field > span { font-size: 14px; color: var(--berry); }
.voucher-custom-field:focus-within { border-color: var(--berry); outline: 2px solid var(--berry); outline-offset: 3px; }
.voucher-custom-field input { width: 100%; min-width: 0; min-height: 48px; padding: 10px 0; border: 0; outline: none; background: transparent; color: var(--ink); font-size: 16px; }
.voucher-custom-field input::placeholder { color: var(--muted); opacity: 1; }
.voucher-copy > small { margin-top: 14px; }
.voucher-image { position: relative; isolation: isolate; padding: 14px 14px 10px; background: var(--sheet); border-radius: 5px; rotate: -2deg; box-shadow: 0 6px 22px rgb(75 40 50 / .07); }
.voucher-image::before { content: ''; position: absolute; inset: 0; z-index: -1; background: var(--sheet); border: 1px solid var(--line); border-radius: inherit; rotate: 4deg; }
.voucher-image img { border-radius: 3px; }
.voucher-image figcaption { margin-top: 12px; text-align: center; font-size: 26px; }
.visit-grid { display: grid; grid-template-columns: 1.15fr .85fr 1fr; gap: 50px; }
.visit-grid h3 { margin-bottom: 24px; }
.visit-grid p, .visit-grid address, .visit-times dl { font-size: 14px; color: var(--muted); }
.visit-booking > .button { margin-top: 28px; }
.visit-map { margin: 32px 0 0; padding: 8px; border: 1px solid var(--line); border-radius: 20px 24px 18px 22px; background: var(--sheet); overflow: hidden; }
.visit-map iframe { display: block; width: 100%; height: 320px; border: 0; border-radius: 14px 18px 12px 16px; }
.visit-map figcaption { padding: 12px 4px 6px; text-align: center; font-size: 25px; line-height: 1.2; }
.short-notice { padding-top: 28px; margin-top: 32px; border-top: 1px solid var(--line); }
.short-notice > p { margin-top: 10px; }
.short-notice > a { margin-top: 16px; }
.visit-times { align-self: start; padding: 26px 24px; background: var(--surface); border-radius: 4px 20px 5px 15px; border: 1px solid var(--line); }
.visit-times dl > div { display: flex; gap: 12px; justify-content: space-between; margin-bottom: 16px; font-variant-numeric: tabular-nums; }
.visit-times dl .group-time { display: block; padding-top: 18px; margin-top: 26px; border-top: 1px solid var(--line); }
.group-time dd { margin-top: 4px; }
.visit-times small { max-width: 27ch; }
.visit-location { border-left: 1px solid var(--line); padding-left: 36px; }
address { font-style: normal; }
.visit-location > a { margin-top: 18px; }
.arrival { margin-top: 32px; }
.arrival p { margin-top: 8px; }
.arrival h4:not(:first-child) { margin-top: 24px; }
.arrival a { margin-top: 14px; }
.faq { border-top: 1px solid var(--line); display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; padding-top: 72px; }
.faq h2 { font-size: clamp(32px, 3.2vw, 48px); }
.faq-list > details:first-child summary { padding-top: 0; }
.faq-list summary { font-size: 16px; }
.faq-list a { text-decoration: underline; text-underline-offset: 4px; }
.site-footer { background: var(--surface); padding-block: 40px 24px; }
.footer-top { display: flex; align-items: center; gap: 48px; }
.footer-top > p { font-family: 'Caveat', cursive; font-size: 32px; line-height: 1.3; color: var(--berry); }
.footer-top > a:last-child { margin-left: auto; }
.footer-bottom { display: flex; gap: 32px; margin-top: 32px; padding-top: 22px; padding-bottom: 60px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.footer-bottom p { margin-right: auto; }
#theme-toggle, #motion-toggle { padding: 0; border: 0; color: inherit; background: transparent; font: inherit; cursor: pointer; }
.footer-bottom a, .footer-bottom button { display: inline-flex; align-items: center; min-height: 44px; }
.footer-bottom > a, .footer-bottom > button { align-self: start; }
.whatsapp-float { position: fixed; bottom: 24px; right: 24px; z-index: 20; display: flex; align-items: center; gap: 9px; min-height: 48px; padding: 10px 16px; background: #25d366; color: #073b24; border: 1px solid #1ebc59; border-radius: 99px; box-shadow: 0 3px 16px rgb(7 59 36 / .16); font-size: 12px; font-weight: 600; transition: background .2s; }
.whatsapp-float:hover { background: #20bd5c; }
.whatsapp-float svg { flex-shrink: 0; }
@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: enter .95s cubic-bezier(.22, 1, .36, 1) both; }
  .hero-picture { animation: enter 1.2s .12s cubic-bezier(.22, 1, .36, 1) both; }
  [data-reveal] { --reveal-travel: 32px; }
  .reveal-pending { opacity: 0; transform: translateY(var(--reveal-travel)); }
  [data-reveal="image"].reveal-pending { transform: translateY(var(--reveal-travel)) scale(.97); }
  .reveal-visible {
    opacity: 1;
    transform: none;
    transition: opacity .8s ease, transform 1.05s cubic-bezier(.22, 1, .36, 1);
    transition-delay: var(--reveal-delay, 0ms);
  }
  [data-reveal="image"].reveal-visible { transition-duration: .9s, 1.25s; }
  [data-reveal]:focus-within { opacity: 1; transform: none; transition: none; }
  @media (max-width: 639px) {
    [data-reveal] { --reveal-travel: 20px; }
  }
  .hero-reserve:not(:hover):not(:focus-visible) { animation: reserve-halo 5s 2s ease-out infinite; }
  @keyframes enter { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
  @keyframes reserve-halo { 0%, 60%, 100% { box-shadow: 0 0 0 0 rgb(150 54 103 / 0); } 12% { box-shadow: 0 0 0 0 rgb(150 54 103 / .16); } 40% { box-shadow: 0 0 0 10px rgb(150 54 103 / 0); } }
}
@media (max-width: 1100px) {
  .header-inner { gap: 26px; }
  #main-nav { gap: 22px; }
  .hero { gap: 40px; padding-block: 52px 56px; }
  .intro { gap: 60px; }
  .choice { gap: 40px; }
  .host { gap: 48px; }
  .voucher-inner { gap: 48px; }
  .visit-grid { gap: 32px; grid-template-columns: 1fr 1fr; }
  .visit-booking { grid-row: span 2; }
  .visit-location { border: 0; padding: 0; }
  .faq { gap: 50px; }
}
@media (max-width: 899px) {
  .header-inner { height: 72px; gap: 20px; }
  .brand img { width: 110px; height: 62px; }
  .header-reserve { margin-left: auto; padding: 10px 15px; gap: 14px; }
  .menu-toggle { display: flex; align-items: center; gap: 10px; order: 3; padding: 10px 0 10px 10px; border: 0; background: none; color: var(--ink); font-size: 13px; }
  .menu-toggle > span { font-size: 22px; }
  #main-nav { display: none; position: absolute; inset: 72px 0 auto; margin: 0; padding: 18px var(--gutter) 28px; background: var(--paper); border-bottom: 1px solid var(--line); font-size: 18px; }
  #main-nav.is-open { display: flex; flex-direction: column; gap: 4px; }
  .hero { grid-template-columns: 1fr 1fr; gap: 30px; padding-block: 46px; }
  .hero h1 { font-size: clamp(48px, 6.6vw, 60px); }
  .eyebrow { font-size: 10px; letter-spacing: .08em; }
  .hero-description { font-size: 15px; margin-top: 22px; }
  .hero-picture img { aspect-ratio: .78; object-position: 67% center; }
  .hero-picture { padding: 10px 10px 6px; margin-right: 0; rotate: 1deg; }
  .hero-picture figcaption { font-size: 24px; }
  .quick-facts { gap: 22px; }
  .quick-facts p { padding-left: 20px; }
  .quick-facts strong { font-size: 13px; }
  .intro { gap: 40px; }
  .intro-copy .lead { font-size: 20px; }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 24px; }
  .choice { grid-template-columns: 1fr; gap: 32px; }
  .price { border: 0; padding: 0; max-width: 500px; }
  .host { grid-template-columns: .9fr 1fr; gap: 36px; }
  .host-image img { aspect-ratio: .7; object-position: 45% center; }
  .host-copy h2 { font-size: 32px; }
  .host-copy > p:not(.eyebrow) { font-size: 14px; }
  .voucher-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .voucher h2 { font-size: 46px; }
  .voucher-copy > p { font-size: 14px; }
  .voucher-amounts { flex-wrap: wrap; }
  .faq { grid-template-columns: 1fr; gap: 36px; }
  .footer-top { gap: 28px; flex-wrap: wrap; }
  .footer-top > a:last-child { margin-left: 0; }
}
@media (max-width: 639px) {
  :root { --gutter: max(22px, env(safe-area-inset-left), env(safe-area-inset-right)); }
  html { scroll-padding-top: 92px; }
  .section-space { padding-block: 64px; }
  .header-inner { height: 68px; gap: 12px; }
  .brand img { width: 94px; height: 56px; }
  .header-reserve { padding: 10px 13px; font-size: 12px; gap: 8px; }
  .header-reserve > span { display: none; }
  .menu-toggle { font-size: 0; gap: 0; padding-left: 4px; min-width: 44px; min-height: 44px; justify-content: center; }
  .menu-toggle > span { font-size: 26px; }
  #main-nav { top: 68px; }
  .hero { grid-template-columns: 1fr; gap: 36px; padding-block: 40px 32px; }
  .hero h1 { font-size: clamp(43px, 11.8vw, 65px); margin-top: 22px; }
  .hero-description { font-size: 16px; max-width: 38ch; }
  .hero-reserve { margin-top: 26px; }
  .hero-picture img { aspect-ratio: 3 / 2; object-position: center; }
  .hero-picture { rotate: 0deg; padding: 10px 10px 6px; margin-top: 12px; }
  .hero-picture figcaption { font-size: 26px; }
  .quick-facts { grid-template-columns: 1fr; gap: 0; padding: 8px 18px; }
  .quick-facts p, .quick-facts p:first-child { padding: 13px 0; border: 0; display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
  .quick-facts p + p { border-top: 1px solid var(--line); }
  .quick-facts p span { font-size: 11px; text-align: right; max-width: 160px; }
  .quick-facts strong { flex-shrink: 0; font-size: 12px; }
  .quick-facts p:last-child { display: block; }
  .quick-facts p:last-child span { display: block; max-width: none; margin-top: 4px; text-align: left; }
  .intro { grid-template-columns: 1fr; gap: 40px; }
  .intro h2 { font-size: 44px; }
  .intro h2 span { font-size: 1.35em; }
  .intro .hand-note { margin-top: 18px; }
  .intro-copy .lead { font-size: 22px; }
  .intro-copy > p + p { font-size: 15px; }
  .section-heading { margin-bottom: 32px; }
  h2 { font-size: 36px; }
  .section-heading > p { font-size: 16px; }
  .process-grid { grid-template-columns: 1fr; gap: 32px; }
  .process-grid li { display: grid; grid-template-columns: 100px 1fr; column-gap: 20px; align-content: start; }
  .process-grid img { grid-row: span 2; }
  .process-grid img, .process-grid li:nth-child(even) img { rotate: 0deg; border-width: 4px; }
  .step-title { display: block; margin: 0; }
  .step-title h3 { font-size: 17px; margin-top: 4px; }
  .process-grid li > p { grid-column: 2; font-size: 14px; line-height: 1.65; margin-top: 8px; }
  .choice { margin-top: 40px; padding-top: 32px; }
  .figures { gap: 18px; }
  .figure-prefix { display: block; color: var(--berry); font-size: 14px; line-height: 1.2; }
.figures strong { font-size: 52px; }
  .figures p { font-size: 11px; }
  .occasion-list li { gap: 14px; padding: 14px 16px; min-height: 72px; font-size: 16px; }
  .occasion-list li > span:last-child { min-width: 0; overflow-wrap: anywhere; }
  .occasion-icon { flex-basis: 36px; height: 36px; }
  .occasion-icon svg { width: 22px; height: 22px; }
  .occasion-bottom { flex-direction: column; align-items: start; gap: 12px; margin-top: 28px; }
  .host { grid-template-columns: 1fr; padding-top: 0; gap: 32px; }
  .host-image img { aspect-ratio: 1.18; object-position: center; }
  .host-copy h2 { font-size: 36px; margin-top: 18px; }
  .host-copy > p:not(.eyebrow) { font-size: 15px; }
  .voucher-inner { grid-template-columns: 1fr; gap: 36px; }
  .voucher h2 { font-size: clamp(38px, 11.5vw, 50px); }
  .voucher-copy > p { font-size: 15px; }
  .voucher-image { rotate: 0deg; padding: 10px; margin-inline: 5px; }
  .voucher-image::before { rotate: 2deg; }
  .voucher-image figcaption { font-size: 25px; }
  .voucher-amounts { flex-wrap: nowrap; gap: 7px; }
  .voucher-amounts label { flex: 1; }
  .voucher-amounts label > span { padding-inline: 10px; text-align: center; font-size: 12px; }
  .visit-grid { grid-template-columns: 1fr; gap: 42px; }
  .visit-booking { grid-row: auto; }
  .visit-times { padding: 24px; }
  .visit-location { border-top: 1px solid var(--line); padding-top: 32px; }
  .visit-times small { max-width: none; }
  .faq { gap: 30px; }
  .faq h2 { font-size: 36px; }
  .faq-list summary { font-size: 15px; }
  .faq-list details > p { font-size: 14px; }
  .footer-top { gap: 20px; }
  .footer-top > p { font-size: 28px; }
  .footer-top > a:last-child { flex-basis: 100%; }
  .footer-bottom { flex-wrap: wrap; gap: 12px 24px; padding-bottom: 60px; }
  .footer-bottom > p { flex-basis: 100%; }
  .whatsapp-float { padding: 10px; right: max(16px, env(safe-area-inset-right)); bottom: max(16px, env(safe-area-inset-bottom)); width: 46px; min-height: 46px; }
  .whatsapp-label { display: none; }
}
@media (max-width: 359px) {
  .header-inner { gap: 8px; }
  .process-grid li { grid-template-columns: 80px 1fr; column-gap: 16px; }
  .voucher-amounts label > span { padding-inline: 8px; }
}
:root[data-theme="dark"] { color-scheme: dark; --paper: #242925; --surface: #2b312c; --rose: #382c34; --sheet: #343630; --tape: #a79569; --ink: #f0f2ed; --muted: #b9c2b9; --berry: #e09fbe; --berry-hover: #edb6d1; --line: #465048; }
:root[data-theme="dark"] .button-primary { color: #28252a; }
:root[data-theme="dark"] .brand img { mix-blend-mode: normal; background: #f8f8f4; border-radius: var(--radius); padding: 3px; }
/* The Warum section uses the shared page palette, type and button styles. */
.why { background: var(--paper); }
.why-grid { display: grid; align-items: center; gap: clamp(40px, 5.5vw, 84px); }
.why-grid > * { min-width: 0; }
.why-media { position: relative; display: none; isolation: isolate; padding: 12px; background: var(--sheet); border: 1px solid var(--line); border-radius: 24px 32px 22px 28px; }
.why-media::before { content: ''; position: absolute; inset: 6px -5px -6px 5px; z-index: -1; border: 1px solid var(--line); border-radius: inherit; rotate: -3deg; pointer-events: none; }
.why-video-frame { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--surface); border-radius: 15px 23px 13px 19px; }
.why-video-frame video, .why-video-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }
.why-video-toggle { position: absolute; right: 14px; bottom: 14px; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 50%; color: var(--berry); background: var(--sheet); transition: background .2s; }
.why-video-toggle:hover { background: var(--rose); }
.why-copy { width: 100%; max-width: 760px; margin-inline: auto; }
.why-copy h2 { margin-top: 18px; }
.why-lead { margin-top: 24px; font-size: 16px; line-height: 1.75; color: var(--muted); max-width: 56ch; }
.why-points { list-style: none; padding: 0; margin: 28px 0 0; }
.why-points li { display: flex; align-items: start; gap: 16px; padding-block: 20px; border-top: 1px solid var(--line); }
.why-points li > div { min-width: 0; }
.why-points li > svg { width: 44px; height: 44px; flex-shrink: 0; padding: 10px; color: var(--berry); background: var(--rose); border-radius: 50%; }
.why-points h3 { font-size: 17px; line-height: 1.4; }
.why-points p { margin-top: 6px; font-size: 14px; line-height: 1.7; color: var(--muted); max-width: 54ch; }
.why-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px 28px; margin-top: 12px; }
.why-actions .text-link { min-height: 44px; }
@media (min-width: 1024px) {
  .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .why-media { display: block; }
}
@media (max-width: 639px) {
  .why-points li { gap: 12px; padding-block: 18px; }
  .why-points li > svg { width: 40px; height: 40px; padding: 9px; }
  .why-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .why-actions .text-link { align-self: center; }
  .payment-methods ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; gap: 8px; }
  .payment-methods li { flex-direction: column; justify-content: center; gap: 6px; padding: 12px 6px; font-size: 12px; }
}
:root[data-motion="reduced"] { scroll-behavior: auto; }
:root[data-motion="reduced"] *, :root[data-motion="reduced"] *::before, :root[data-motion="reduced"] *::after { animation: none !important; transition: none !important; }
:root[data-motion="reduced"] .reveal-pending { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal-pending, .reveal-visible { opacity: 1; transform: none; }
}
