@font-face { font-family: "Open Sans"; src: url("fonts/open-sans.woff2") format("woff2"); font-display: swap; font-weight: 400; }
@font-face { font-family: "Merienda One"; src: url("fonts/merienda-one.ttf") format("truetype"); font-display: swap; font-weight: 400; }

:root {
  --cream: #fff0c9;
  --sand: #ffedbe;
  --paper: #ffffff;
  --green: #335d41;
  --green-dark: #1e4354;
  --blue: #2b5c72;
  --ink: #555555;
  --muted: #555555;
  --white: #fff;
  --shadow: 0 18px 50px rgba(31, 53, 40, .13);
  --radius: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(1220px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 0; }
.skip-link:focus { left: 12px; top: 12px; z-index: 100; background: white; padding: 10px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 240, 201, .94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(53, 95, 67, .12);
}
.header-inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand img { width: 210px; height: auto; }
.menu-toggle { width: 44px; height: 44px; border: 0; border-radius: 5px; color: white; background: var(--green); font-size: 22px; }
.nav-links { display: none; position: absolute; inset: 96px 0 auto; padding: 24px 20px; background: var(--cream); box-shadow: var(--shadow); }
.nav-links.open { display: grid; gap: 8px; }
.nav-links a { padding: 10px 12px; text-decoration: none; font-weight: 700; }
.nav-links > .button { white-space: nowrap; flex-shrink: 0; }
.language { display: flex; gap: 8px; border-top: 1px solid rgba(53,95,67,.18); padding-top: 12px; margin-top: 6px; }
.language a[aria-current="page"] { color: var(--green); text-decoration: underline; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 24px; border-radius: 5px; background: var(--green); color: white; font-family: "Open Sans", Arial, sans-serif; text-decoration: none; font-weight: 600; box-shadow: 0 8px 16px rgba(51,93,65,.16); transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: var(--green-dark); }
.button.secondary { background: transparent; color: var(--blue); border: 1px solid var(--blue); box-shadow: none; }

.hero { position: relative; min-height: 640px; display: grid; align-items: end; isolation: isolate; color: white; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: url("images/hero.jpg") center/cover no-repeat; transform: scale(1.03); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(12,30,20,.12), rgba(12,30,20,.82) 84%); }
.hero-content { padding-block: 120px 48px; }
.eyebrow { margin: 0 0 12px; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 800; }
h1, h2 { margin: 0; font-family: "Merienda One", Georgia, serif; font-weight: 400; line-height: 1.3; }
h3 { margin: 0; font-family: "Open Sans", Arial, sans-serif; font-weight: 700; line-height: 1.4; }
h1 { max-width: 780px; font-size: clamp(2rem, 3.2vw, 2.75rem); }
.hero-lead { max-width: 650px; margin: 24px 0; font-size: clamp(1.05rem, 1.8vw, 1.25rem); }
.actions { display: flex; flex-wrap: wrap; gap: 16px; }
.hero .secondary { color: white; border-color: rgba(255,255,255,.72); }

.trust { background: var(--cream); }
.trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; padding: 24px 0; }
.trust-item { text-align: center; padding: 12px 8px; }
.trust-item strong { display: block; color: var(--green-dark); font-size: 1.05rem; }
.trust-item span { color: var(--muted); font-size: .88rem; }

section { padding: 64px 0; }
.section-head { max-width: 740px; margin-bottom: 32px; }
.section-head h2 { color: var(--blue); font-size: clamp(1.5rem, 2.2vw, 1.875rem); }
.section-head p { color: var(--muted); font-size: 1.08rem; }
.cards { display: grid; gap: 24px; }
.card { display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: auto 1fr auto auto; column-gap: 32px; min-height: 320px; padding: 24px; border-radius: var(--radius); background: white; border: 1px solid rgba(53,95,67,.12); box-shadow: 0 8px 30px rgba(31,53,40,.07); }
.card h3 { color: var(--blue); font-size: 1.35rem; }
.card h3, .card p { grid-column: 1 / -1; }
.card p { color: var(--muted); margin: 16px 0 24px; }
.card a { color: var(--green-dark); font-weight: 800; text-underline-offset: 4px; }
.card .price + br { display: none; }
.card-link { grid-column: 1; display: inline-flex; align-items: center; gap: 8px; align-self: end; margin-top: 16px; }
.card-link svg { width: 18px; height: 18px; }
.card-book { grid-column: 2; grid-row: 4; align-self: end; margin: 0; color: white !important; white-space: nowrap; }
.price { grid-column: 1; justify-self: start; display: inline-block; padding: 5px 10px; border-radius: 99px; background: var(--sand); font-weight: 800; }

.split { display: grid; gap: 32px; align-items: center; }
.split-image { min-height: 420px; border-radius: var(--radius); object-fit: cover; width: 100%; box-shadow: var(--shadow); }
.split h2 { color: var(--blue); font-size: clamp(1.5rem, 2.2vw, 1.875rem); }
.feature-list { list-style: none; padding: 0; display: grid; gap: 10px; }
.feature-list li::before { content: "✓"; color: var(--green); font-weight: 900; margin-right: 10px; }
.visit { background: var(--cream); }
.visit-grid { display: grid; gap: 24px; }
.visit-card { background: rgba(255,255,255,.72); border-radius: var(--radius); padding: 24px; }
.visit-card h3 { color: var(--blue); }

.team-grid { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); max-width: 980px; margin-inline: auto; }
.team-card { text-align: center; padding: 32px 24px; border-radius: var(--radius); background: white; border: 1px solid rgba(53,95,67,.12); box-shadow: 0 8px 30px rgba(31,53,40,.07); }
.team-avatar { width: 84px; height: 84px; margin: 0 auto 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-family: "Merienda One", Georgia, serif; font-size: 1.9rem; }
.team-card h3 { color: var(--blue); font-size: 1.15rem; }
.team-role { margin: 4px 0 0; color: var(--muted); font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; font-weight: 700; }

.voucher-grid { display: grid; gap: 24px; grid-template-columns: 1fr; max-width: 1120px; margin: 0 auto 24px; }
.voucher-card { min-height: 292px; text-align: center; padding: 32px 24px; border-radius: var(--radius); background: white; border: 1px solid rgba(53,95,67,.12); box-shadow: 0 8px 30px rgba(31,53,40,.07); display: flex; flex-direction: column; align-items: center; gap: 10px; }
.voucher-amount { margin: 0; color: var(--green-dark); font-family: "Open Sans", Arial, sans-serif; font-weight: 800; font-size: 2rem; line-height: 1.2; }
.voucher-desc { margin: 0 0 8px; color: var(--muted); font-size: .95rem; min-height: 3em; }
.voucher-buy { width: 100%; margin-top: auto; }
.voucher-custom { min-height: 0; padding: 28px 32px; }
.voucher-custom .voucher-amount { font-size: 1.55rem; }
.voucher-custom .voucher-desc { min-height: 0; margin: 0; }
.voucher-buy.is-disabled { opacity: .5; cursor: not-allowed; pointer-events: none; }
.voucher-note { text-align: center; color: var(--muted); font-size: .9rem; }

.reviews-section { background: var(--cream); }
.review-heading { display: grid; gap: 24px; margin-bottom: 30px; }
.review-heading h2 { color: var(--blue); font-size: clamp(1.5rem, 2.2vw, 1.875rem); }
.rating-summary { display: flex; flex-wrap: wrap; align-items: center; gap: 9px 14px; color: var(--muted); }
.rating-summary strong { color: var(--green-dark); font-family: "Open Sans", Arial, sans-serif; font-size: 2.4rem; line-height: 1; }
.stars { color: #d69b18; letter-spacing: .08em; }
.review-grid { display: grid; gap: 24px; }
.review-card { display: flex; flex-direction: column; min-height: 230px; padding: 24px; border-radius: var(--radius); background: white; border: 1px solid rgba(53,95,67,.12); box-shadow: 0 8px 30px rgba(31,53,40,.07); }
.review-card blockquote { margin: 20px 0 24px; color: var(--green-dark); font-family: "Open Sans", Arial, sans-serif; font-size: 1.08rem; font-weight: 700; line-height: 1.6; }
.review-card p { margin: auto 0 0; display: grid; gap: 4px; color: var(--muted); font-size: .86rem; }
.review-card p strong { color: var(--blue); font-size: .95rem; }
.review-action, .gallery-action { margin-top: 28px; text-align: center; }
.impressions-teaser { background: #fffaf1; }
.impression-preview { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.impression-preview a { overflow: hidden; border-radius: 16px; background: var(--cream); }
.impression-preview img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; transition: transform .35s ease; }
.impression-preview a:hover img { transform: scale(1.035); }
.gallery-hero { padding: 64px 0 48px; background: var(--cream); text-align: center; }
.gallery-hero h1 { max-width: 900px; margin-inline: auto; color: var(--blue); font-size: clamp(2rem, 3.2vw, 2.75rem); }
.gallery-hero .hero-lead { max-width: 760px; margin: 22px auto 0; color: var(--muted); line-height: 1.75; }
.gallery-section { padding-top: 48px; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.gallery-item { display: block; overflow: hidden; border-radius: 18px; background: var(--cream); box-shadow: 0 8px 26px rgba(31,53,40,.08); }
.gallery-item img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .35s ease; }
.gallery-item:nth-child(3n+2) img { aspect-ratio: 1 / 1; }
.gallery-item:hover img { transform: scale(1.025); }

.cta { padding: 64px 0; background: var(--green-dark); color: white; text-align: center; }
.cta h2 { font-size: clamp(1.5rem, 2.2vw, 1.875rem); }
.cta p { max-width: 620px; margin: 16px auto 26px; color: rgba(255,255,255,.78); }
.cta .button { background: var(--sand); color: var(--green-dark); }
.site-footer { padding: 48px 0 90px; background: #1e4354; color: rgba(255,255,255,.78); }
.footer-grid { display: grid; gap: 32px; }
.footer-logo { width: 240px; background: var(--white); padding: 16px 24px; border-radius: 5px; }
.footer-title { color: white; font-weight: 800; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { text-decoration: none; }
.legal-note { grid-column: 1/-1; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); font-size: .88rem; }
.mobile-book { position: fixed; z-index: 60; left: 20px; right: 20px; bottom: 16px; }
.mobile-book .button { width: 100%; }

.detail-hero { padding: 64px 0; background: var(--cream); }
.detail-grid { display: grid; gap: 32px; align-items: center; }
.detail-grid > div { max-width: 720px; }
.detail-grid h1 { color: var(--blue); font-size: clamp(2rem, 3.2vw, 2.75rem); }
.detail-grid .hero-lead { margin: 24px 0; color: var(--muted); line-height: 1.7; }
.detail-grid img { width: 100%; aspect-ratio: 4 / 3; height: auto; min-height: 0; max-height: none; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.back-link { display: inline-block; margin-bottom: 24px; color: var(--green-dark); font-weight: 800; text-underline-offset: 4px; }
.detail-meta { margin: 10px 0 0; color: var(--muted); font-size: .95rem; }
.content-grid { display: grid; gap: 32px; align-items: start; }
.prose { max-width: 760px; }
.prose h2 { margin: 48px 0 16px; color: var(--blue); font-size: clamp(1.45rem, 2vw, 1.875rem); }
.prose h2:first-child { margin-top: 0; }
.prose p { margin: 0 0 24px; color: var(--muted); font-size: 1.08rem; line-height: 1.8; }
.prose .feature-list { margin: 6px 0 28px; gap: 14px; }
.price-panel { padding: 24px; border-radius: var(--radius); background: white; border: 1px solid rgba(53,95,67,.13); box-shadow: var(--shadow); }
.price-panel h2 { color: var(--blue); font-size: 1.625rem; margin-bottom: 16px; }
.price-row { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid rgba(53,95,67,.12); }
.price-panel .button { width: 100%; margin-top: 24px; }
.faq { border-top: 1px solid rgba(53,95,67,.18); }
.faq details { border-bottom: 1px solid rgba(53,95,67,.18); }
.faq summary { padding: 16px 32px 16px 0; cursor: pointer; color: var(--green-dark); font-weight: 800; }
.faq details p { margin: 0; padding: 0 0 18px; }

@media (min-width: 760px) {
  .trust-grid { grid-template-columns: repeat(4, 1fr); }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1.05fr .95fr; gap: 64px; }
  .visit-grid { grid-template-columns: repeat(3, 1fr); }
  .voucher-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .voucher-custom { grid-column: 1 / -1; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; text-align: left; gap: 24px; }
  .voucher-custom .voucher-buy { width: auto; min-width: 220px; margin-top: 0; }
  .review-heading { grid-template-columns: minmax(0, 1fr) auto; align-items: end; }
  .review-grid { grid-template-columns: repeat(3, 1fr); }
  .impression-preview { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
  .team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .detail-grid { grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); gap: 72px; }
  .content-grid { grid-template-columns: minmax(0, 820px) 350px; justify-content: space-between; gap: 80px; }
  .price-panel { position: sticky; top: 120px; }
}

@media (min-width: 1180px) {
  .header-inner { min-height: 120px; }
  .brand img { width: 240px; }
  .menu-toggle { display: none; }
  .nav-links { display: flex; position: static; align-items: center; gap: 8px; padding: 0; background: none; box-shadow: none; }
  .nav-links a { font-size: .93rem; }
  .language { border: 0; padding: 0 0 0 8px; margin: 0; }
  .hero { min-height: 680px; }
  section { padding-block: 64px; }
  .detail-hero { padding-block: 64px; }
  .detail-hero .container, .content-grid { width: min(1220px, calc(100% - 64px)); }
  .detail-grid img { min-height: 0; max-height: none; }
  .cards { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .voucher-grid { max-width: 1220px; grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .voucher-custom { min-height: 292px; padding: 36px 20px; }
  .voucher-custom .voucher-amount { white-space: nowrap; }
  .voucher-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .mobile-book { display: none; }
  .site-footer { padding-bottom: 48px; }
}

@media (max-width: 520px) {
  .card { grid-template-columns: 1fr; min-height: 0; column-gap: 0; }
  .card-book { grid-column: 1; grid-row: auto; width: 100%; margin: 16px 0 0; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

.voucher-buy{border:0;cursor:pointer}.voucher-checkout{max-width:760px;margin:28px auto 0;padding:24px;border:1px solid var(--line);border-radius:14px;background:#fff}.voucher-checkout h2{margin-top:0}.voucher-checkout-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:18px 0}.voucher-checkout-fields label{display:grid;gap:6px;font-weight:700}.voucher-checkout-fields input{min-height:46px;padding:10px 12px;border:1px solid #c9cecf;border-radius:7px;font:inherit}.voucher-payment-status{max-width:760px;margin:18px auto 0;padding:0}.voucher-payment-status.success,.voucher-payment-status.warning{padding:14px 16px;border-radius:7px;font-weight:700}.voucher-payment-status.success{border:1px solid #9bb9b1;background:#eef6f1;color:#245447}.voucher-payment-status.warning{border:1px solid #e2c77d;background:#fff8e6;color:#785b10}.form-error{color:#9b312c;font-weight:700}@media(max-width:700px){.voucher-checkout-fields{grid-template-columns:1fr}}

.voucher-checkout[hidden],.voucher-checkout [hidden]{display:none!important}.voucher-checkout fieldset{min-width:0;margin:18px 0;padding:16px;border:1px solid var(--line);border-radius:8px}.voucher-checkout legend{font-weight:700}.voucher-checkout-fields input{min-width:0;width:100%}#voucher-summary{padding:16px 0;font-weight:700;line-height:1.7}

body:has(#voucher-checkout:not([hidden])) .mobile-book{display:none}
