:root {
  --ink: #1b2238;        /* Danube dusk */
  --ink-2: #2c3552;
  --text: #2a2d35;
  --muted: #5d6477;
  --stone: #eef0f2;      /* limestone grey */
  --line: #dcdfe4;
  --accent: #f26a1b;
  --accent-dark: #d85a10;
  --gold: #b8892f;
  --radius: 8px;
  --wrap: 1320px;
  --cond: "Roboto Condensed", Roboto, Arial, sans-serif;
  --sans: Roboto, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; font: 400 17px/1.6 var(--sans); color: var(--text); background: #fff; }
img { max-width: 100%; display: block; }
a { color: var(--accent-dark); }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
h1, h2, h3 { font-family: var(--cond); line-height: 1.1; margin: 0; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 clamp(18px, 4vw, 48px); }
.wrap.narrow { max-width: 860px; }

/* Notice */
/* Reseller disclosure: always visible, same size as body text (Google Ads ticket reseller policy) */
.notice { background: #fff4ec; border-bottom: 1px solid #f6c9a8; color: #3a2a1e; }
.notice p { max-width: var(--wrap); margin: 0 auto; padding: 12px clamp(18px, 4vw, 48px); font-size: 17px; line-height: 1.5; }
.notice strong { color: #1f1712; }
.notice a { color: var(--accent-dark); font-weight: 500; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 20; background: #fff; border-bottom: 1px solid var(--line); }
.header-row { display: flex; align-items: center; gap: 32px; height: 72px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font: 400 21px/1 var(--cond); }
.brand b { font-weight: 700; color: var(--accent); }
.brand-mark { width: 36px; height: 30px; color: var(--ink); }
.main-nav { display: flex; gap: 26px; margin-left: auto; }
.main-nav a { color: var(--text); text-decoration: none; font: 700 16px/1 var(--cond); }
.main-nav a:hover { color: var(--accent); }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 22px; border: 0; border-radius: 4px; font: 700 16px/1 var(--cond); text-decoration: none; cursor: pointer; }
.btn-accent { background: var(--accent); color: #fff; }
.btn-accent:hover { background: var(--accent-dark); }
.btn-lg { min-height: 54px; padding: 0 30px; font-size: 18px; }
.btn[aria-disabled="true"] { background: #fdb187; pointer-events: none; }

/* Hero */
.hero { color: #fff; background: var(--ink); overflow: hidden; }
.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  grid-template-areas: "copy media";
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
  padding-top: clamp(48px, 7vw, 96px);
  padding-bottom: clamp(48px, 7vw, 96px);
}
.hero-copy { grid-area: copy; }
.hero-media { grid-area: media; margin: 0; }
.hero-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(0,0,0,.35);
}
/* No image yet → text takes the full width */
.hero-inner:has(.hero-media[hidden]) { grid-template-columns: 1fr; grid-template-areas: "copy"; }
.hero h1 { max-width: 11ch; font-size: clamp(44px, 5.6vw, 84px); font-weight: 700; letter-spacing: -.01em; }
.hero-lead { max-width: 54ch; margin: 24px 0 34px; font-size: clamp(18px, 1.6vw, 21px); color: #e3e6ef; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 12px 40px; margin: 56px 0 0; padding: 22px 0 0; list-style: none; border-top: 1px solid rgba(255,255,255,.25); color: #cfd4e2; font-size: 16px; }
.hero-facts strong { display: block; color: #fff; font: 700 22px/1.2 var(--cond); }

/* Booking + tabs */
.booking { padding: 48px 0 64px; }
.tabs { display: inline-flex; gap: 6px; padding: 12px; margin-bottom: 44px; background: #f2f2f2; border-radius: 10px; }
.tab { min-width: 132px; height: 61px; padding: 0 26px; border: 0; border-radius: 6px; background: transparent; color: #333; font: 700 18px/1 var(--cond); cursor: pointer; }
.tab[aria-selected="true"] { background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,.14); }
.tab:not([aria-selected="true"]):hover { color: var(--accent); }

/* Order panel */
.order { max-width: 760px; margin-top: 36px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.order-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px; margin-bottom: 20px; }
.order-head h3 { font-size: 26px; color: var(--ink); }
.order-when { margin: 0; font: 700 20px/1.2 var(--cond); color: var(--accent); }
.residency { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 18px; padding: 0; border: 0; }
.residency legend { width: 100%; margin-bottom: 8px; font-size: 15px; color: var(--muted); }
.residency label { display: flex; align-items: center; gap: 8px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 4px; cursor: pointer; }
.residency label:has(input:checked) { border-color: var(--accent); background: #fff5ef; }
.residency input { accent-color: var(--accent); }
.qty-row { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 20px; padding: 14px 0; border-top: 1px solid var(--line); }
.qty-name { display: block; font-weight: 700; }
.qty-note { font-size: 14px; color: var(--muted); }
.qty-price { font-weight: 500; }
.stepper { display: flex; align-items: center; border: 1px solid var(--line); border-radius: 4px; }
.stepper button { width: 40px; height: 40px; border: 0; background: none; font-size: 20px; color: var(--accent); cursor: pointer; }
.stepper button:disabled { color: #c3c7cf; cursor: default; }
.stepper output { min-width: 32px; text-align: center; font-weight: 700; }
.order-foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-top: 8px; padding-top: 20px; border-top: 1px solid var(--line); }
.order-total { margin: 0; font-size: 18px; }
.order-total strong { font: 700 28px/1 var(--cond); color: var(--ink); margin-left: 8px; }

.breakdown { margin: 8px 0 0; padding-top: 14px; border-top: 1px solid var(--line); }
.breakdown div { display: flex; justify-content: space-between; gap: 16px; padding: 4px 0; font-size: 17px; }
.breakdown dt { color: var(--text); }
.breakdown dd { margin: 0; font-weight: 500; }
.breakdown-note { margin: 6px 0 0; font-size: 15px; color: var(--muted); }
.price-note { max-width: 70ch; margin: 24px 0 0; color: var(--muted); }

.fees { margin: 48px 0 0; text-align: center; font-style: italic; font-size: 18px; color: #666; }
.fees a { color: var(--accent); text-decoration: none; }

/* Info tab */
.info-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; }
.info-grid h2 { font-size: 32px; color: var(--accent); margin-bottom: 16px; }
.info-grid p { max-width: 62ch; }
.info-list { margin: 0; }
.info-list div { padding: 14px 0; border-top: 1px solid var(--line); }
.info-list dt { font: 700 16px/1.3 var(--cond); color: var(--ink); }
.info-list dd { margin: 4px 0 0; color: var(--muted); }

/* Gallery */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery figure { position: relative; margin: 0; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--radius); background: var(--ink-2); }
.gallery figure:first-child { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
.gallery img { width: 100%; height: 100%; object-fit: cover; }
.gallery figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 14px 12px; color: #fff; font: 700 16px/1.2 var(--cond); background: linear-gradient(transparent, rgba(0,0,0,.6)); }

/* Content sections */
.section { padding: clamp(56px, 7vw, 96px) 0; }
.section-stone { background: var(--stone); }
.section-title { font-size: clamp(32px, 4vw, 48px); color: var(--ink); margin-bottom: 28px; }
.section-lead { max-width: 64ch; margin: -8px 0 32px; color: var(--muted); }

.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; border-top: 3px solid var(--ink); }
.facts div { padding: 22px 24px 0 0; }
.facts div + div { padding-left: 24px; border-left: 1px solid var(--line); }
.facts dt { font: 700 22px/1.2 var(--cond); color: var(--accent); }
.facts dd { margin: 8px 0 0; color: var(--text); }

.price-tables { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: 900px; }
.price-tables table { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; }
.price-tables caption { padding: 16px 20px; text-align: left; font: 700 20px/1.2 var(--cond); color: #fff; background: var(--ink); }
.price-tables th, .price-tables td { padding: 14px 20px; border-top: 1px solid var(--line); text-align: left; font-weight: 400; }
.price-tables thead th { padding: 10px 20px; font-size: 14px; color: var(--muted); border-top: 0; }
.price-tables thead th:not(:first-child), .price-tables td { text-align: right; }
.price-tables td { font: 700 20px/1 var(--cond); color: var(--ink); }
.price-tables td[data-face] { font: 400 17px/1 var(--sans); color: var(--muted); }

.checklist { margin: 0; padding: 0; list-style: none; }
.checklist li { position: relative; padding: 16px 0 16px 34px; border-top: 1px solid var(--line); max-width: 70ch; }
.checklist li::before { content: ""; position: absolute; left: 4px; top: 25px; width: 12px; height: 12px; border: 3px solid var(--accent); border-radius: 50%; }

details { border-top: 1px solid #cfd3da; }
details:last-of-type { border-bottom: 1px solid #cfd3da; }
summary { padding: 20px 0; font: 700 20px/1.3 var(--cond); color: var(--ink); cursor: pointer; }
summary::marker { color: var(--accent); }
details p { margin: 0 0 20px; max-width: 68ch; color: var(--muted); }

/* Footer */
.site-footer { padding: 56px 0; background: var(--ink); color: #c3c9d9; font-size: 15px; }
.site-footer a { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
.site-footer p { margin: 0 0 8px; max-width: 60ch; }
.footer-legal { max-width: var(--wrap); margin: 36px auto 0; padding: 20px clamp(18px, 4vw, 48px) 0; border-top: 1px solid rgba(255,255,255,.14); font-size: 14px; color: #9aa2b8; }
.footer-brand, .footer-h { margin: 0 0 10px; color: #fff; font: 700 18px/1.2 var(--cond); }

/* Responsive */
@media (max-width: 960px) {
  .main-nav { display: none; }
  .hero-inner { grid-template-columns: 1fr; grid-template-areas: "media" "copy"; }
  .hero-media img { aspect-ratio: 16 / 10; }
  .header-row { justify-content: space-between; }
  .facts { grid-template-columns: 1fr 1fr; }
  .facts div, .facts div + div { padding: 20px 20px 20px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .info-grid, .price-tables, .footer-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .tabs { display: flex; }
  .tab { flex: 1; min-width: 0; padding: 0 8px; font-size: 16px; }
  .facts { grid-template-columns: 1fr; }
  .qty-row { grid-template-columns: 1fr auto; }
  .qty-price { grid-column: 1; grid-row: 2; font-size: 15px; }
  .stepper { grid-row: 1 / span 2; grid-column: 2; }
  .gallery { grid-template-columns: 1fr; }
  .gallery figure:first-child { grid-column: auto; grid-row: auto; aspect-ratio: 4 / 3; }
  .brand span { font-size: 18px; }
}

/* Legal pages */
.legal { padding: clamp(40px, 6vw, 72px) 0 clamp(56px, 8vw, 96px); }
.legal .wrap { max-width: 860px; }
.legal h1 { font-size: clamp(36px, 5vw, 56px); color: var(--ink); }
.legal-meta { margin: 12px 0 36px; color: var(--muted); font-size: 15px; }
.legal h2 { margin: 44px 0 12px; font-size: 26px; color: var(--ink); }
.legal h3 { margin: 26px 0 8px; font-size: 20px; color: var(--ink); }
.legal p, .legal li { max-width: 72ch; }
.legal ul, .legal ol { padding-left: 22px; }
.legal li { margin: 6px 0; }
.legal .summary { margin: 0 0 12px; padding: 20px 24px; background: var(--stone); border-left: 4px solid var(--accent); border-radius: 0 var(--radius) var(--radius) 0; }
.legal .summary p { margin: 0 0 8px; }
.legal .summary p:last-child { margin: 0; }
.legal table { width: 100%; margin: 16px 0; border-collapse: collapse; font-size: 16px; }
.legal th, .legal td { padding: 12px 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal thead th { background: var(--ink); color: #fff; font-weight: 500; }
.legal .table-wrap { overflow-x: auto; }
.legal address { font-style: normal; line-height: 1.7; }
.legal-toc { margin: 0 0 8px; padding: 18px 22px; border: 1px solid var(--line); border-radius: var(--radius); }
.legal-toc ol { margin: 8px 0 0; columns: 2; column-gap: 32px; }
.legal-toc li { margin: 4px 0; break-inside: avoid; }
@media (max-width: 640px) { .legal-toc ol { columns: 1; } }

/* Hero facts + header fixes */
.hero-facts { display: grid; grid-template-columns: repeat(3, auto); justify-content: start; gap: 12px 36px; margin-top: 44px; }
.site-header .btn { white-space: nowrap; }
@media (max-width: 560px) {
  .hero-facts { grid-template-columns: 1fr 1fr; margin-top: 32px; }
  .header-row { gap: 12px; }
  .brand-mark { width: 30px; height: 26px; }
  .site-header .btn { padding: 0 14px; font-size: 15px; }
  .notice p { font-size: 16px; }
  body { font-size: 16px; }
}

/* Hero headline v2 + languages */
.hero h1 { max-width: 15ch; font-size: clamp(40px, 4.6vw, 70px); }
.hero-sub { margin: 14px 0 0; font: 700 clamp(20px, 2vw, 26px)/1.2 var(--cond); color: #f5a26f; }
.hero-lead { margin-top: 18px; }
.languages { margin-top: 48px; }
.languages h3 { font-size: 24px; color: var(--ink); margin-bottom: 16px; }
.lang-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.lang-list li { padding: 6px 14px; border: 1px solid var(--line); border-radius: 999px; font-size: 15px; background: #fff; }
.lang-note { margin: 14px 0 0; font-size: 15px; color: var(--muted); }

/* ===== Full-bleed hero image ===== */
.hero { position: relative; isolation: isolate; display: flex; align-items: center; min-height: min(88vh, 820px); }
.hero-bg { position: absolute; inset: 0; z-index: -1; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 45%; }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(27,34,56,.94) 0%, rgba(27,34,56,.8) 35%, rgba(27,34,56,.3) 65%, rgba(27,34,56,.05) 100%);
}
.hero-inner { display: block; width: 100%; }
.hero-copy { max-width: 620px; }
@media (max-width: 960px) {
  .hero { min-height: 0; }
  .hero-bg img { object-position: 50% 30%; }
  .hero-bg::after { background: linear-gradient(180deg, rgba(27,34,56,.5) 0%, rgba(27,34,56,.85) 50%, rgba(27,34,56,.96) 100%); }
  .hero-inner { padding-top: 180px; }
}

/* ===== Gallery (10 photos) ===== */
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: clamp(150px, 15vw, 230px);
  grid-auto-flow: dense;
  gap: 12px;
}
.gallery .g-item { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--ink-2); aspect-ratio: auto; grid-column: auto; grid-row: auto; }
.gallery .g-item.is-big { grid-column: span 2; grid-row: span 2; }
.g-open { display: block; width: 100%; height: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; }
.g-open img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.g-open:hover img { transform: scale(1.04); }
.g-open:focus-visible { outline: 3px solid var(--accent); outline-offset: -3px; }
.gallery figcaption { pointer-events: none; }
@media (max-width: 960px) {
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 38vw; }
}
@media (max-width: 560px) {
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 42vw; gap: 8px; }
  .gallery .g-item.is-big { grid-column: span 2; grid-row: span 1; }
  .gallery .g-item:first-child { grid-column: span 2; grid-row: span 1; aspect-ratio: auto; }
  .gallery figcaption { font-size: 14px; padding: 24px 10px 8px; }
}
@media (prefers-reduced-motion: reduce) { .g-open img { transition: none; } }

/* Lightbox */
.lightbox { width: 100vw; max-width: 100vw; height: 100dvh; max-height: 100dvh; margin: 0; padding: 0; border: 0; background: rgba(12,15,26,.96); color: #fff; }
.lightbox[open] { display: grid; grid-template-columns: 72px 1fr 72px; align-items: center; }
.lightbox::backdrop { background: rgba(12,15,26,.9); }
.lb-figure { grid-column: 2; margin: 0; display: flex; flex-direction: column; align-items: center; gap: 14px; min-width: 0; }
.lb-img { max-width: 100%; max-height: calc(100dvh - 120px); object-fit: contain; border-radius: 6px; }
.lb-cap { font: 700 18px/1.3 var(--cond); text-align: center; color: #e3e6ef; }
.lb-cap span { display: block; margin-top: 4px; font: 400 14px/1 var(--sans); color: #9aa2b8; }
.lb-nav, .lb-close { display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; cursor: pointer; transition: background .15s; }
.lb-nav:hover, .lb-close:hover { background: rgba(255,255,255,.24); }
.lb-nav { width: 52px; height: 52px; justify-self: center; font-size: 34px; line-height: 1; }
.lb-prev { grid-column: 1; grid-row: 1; }
.lb-next { grid-column: 3; grid-row: 1; }
.lb-figure { grid-row: 1; }
.lb-close { position: absolute; top: 16px; right: 16px; width: 46px; height: 46px; font-size: 30px; line-height: 1; }
.lb-nav:focus-visible, .lb-close:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
@media (max-width: 640px) {
  .lightbox[open] { grid-template-columns: 1fr; }
  .lb-figure { grid-column: 1; padding: 0 10px; }
  .lb-nav { position: absolute; bottom: 20px; width: 48px; height: 48px; }
  .lb-prev { left: calc(50% - 60px); } .lb-next { left: calc(50% + 12px); }
  .lb-img { max-height: calc(100dvh - 190px); }
}

/* Brand: Danube Landmark */
.brand { gap: 12px; }
.brand-mark { width: 40px; height: 40px; border-radius: 9px; flex: none; }
.brand-text { display: flex; flex-direction: column; gap: 3px; }
.brand-name { font: 700 21px/1 var(--cond); color: var(--ink); }
.brand-tag { font: 400 13px/1 var(--sans); color: var(--muted); }
@media (max-width: 560px) {
  .brand-mark { width: 34px; height: 34px; }
  .brand-name { font-size: 18px; }
  .brand-tag { font-size: 12px; }
}
