@font-face {
  font-family: "Tidslos Sans";
  src: url("assets/tidslos-sans.woff2") format("woff2");
  font-display: swap;
}

:root {
  --ink: #070b09;
  --deep: #0b1713;
  --panel: #10231c;
  --panel-2: #162d24;
  --paper: #f0eadf;
  --muted: #bcb8ae;
  --gold: #c9a56a;
  --line: rgba(201, 165, 106, .34);
  --content: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  min-height: 100svh;
  margin: 0;
  padding-bottom: 58px;
  display: flex;
  flex-direction: column;
  background: var(--ink);
  color: var(--paper);
  font-family: "Tidslos Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: clip;
}
main { flex: 1; }
main > section + section { border-top: 1px solid var(--line); }
main > .page-hero + section { border-top: 0; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 66px;
  border-bottom: 1px solid var(--line);
  background: rgba(7, 11, 9, .94);
  backdrop-filter: blur(14px);
  overflow: visible;
}
.header-inner {
  width: min(calc(100% - 40px), var(--content));
  min-height: 66px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
}
.brand {
  width: 104px;
  height: 32px;
  display: block;
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  border: 0;
  border-radius: 0;
  background: url("assets/tidslos-logo.png") center / contain no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
}
.desktop-nav { grid-column: 2; grid-row: 1; justify-self: center; display: flex; align-items: center; gap: clamp(8px, 1.3vw, 20px); min-width: 0; }
.desktop-nav a, .header-book, .language-toggle, .mobile-toggle {
  color: var(--paper);
  font-size: 11px;
  letter-spacing: .16em;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"], .header-book:hover, .language-toggle:hover { color: var(--gold); }
.header-actions { grid-column: 3; grid-row: 1; justify-self: end; display: flex; align-items: center; gap: 9px; }
.header-book { min-width: 0; max-width: 100%; padding: 8px 11px; border: 1px solid var(--gold); color: var(--gold); text-align: center; transition: background .2s ease, color .2s ease; }
.header-book:hover { background: var(--gold); color: var(--ink); }
.language-slot { position: relative; }
.language-toggle, .mobile-toggle { padding: 8px 0; border: 0; background: transparent; cursor: pointer; }
.language-toggle { display: inline-flex; align-items: center; gap: 7px; }
.language-toggle .language-code { color: var(--gold); }
.language-flag { display: block; width: 27px; height: 18px; flex: 0 0 27px; object-fit: cover; border: 1px solid rgba(232,228,216,.18); }
.language-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  min-width: 126px;
  padding: 6px 0;
  border: 1px solid var(--line);
  background: rgba(7, 11, 9, .98);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .35);
}
.language-menu[hidden] { display: none; }
.language-menu button { width: 100%; display: flex; align-items: center; gap: 10px; padding: 10px 14px; border: 0; background: transparent; color: var(--paper); text-align: left; cursor: pointer; font-size: 11px; letter-spacing: .12em; line-height: 1.25; overflow-wrap: anywhere; text-transform: uppercase; }
.language-menu button:hover, .language-menu button[aria-checked="true"] { background: var(--gold); color: var(--ink); }
.mobile-toggle { display: none; justify-self: start; align-items: center; gap: 8px; color: var(--gold); font-size: 12px; font-weight: 600; letter-spacing: .16em; line-height: 1; text-transform: uppercase; }
.mobile-toggle > span:first-child { display: inline-block; color: currentColor; font-size: 22px; line-height: .8; }

.wrap { width: min(calc(100% - 64px), var(--content)); margin: 0 auto; }
.hero {
  min-height: calc(100svh - 66px);
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--deep);
  border-bottom: 1px solid var(--gold);
}
.hero-video-frame { position: absolute; top: 0; bottom: 0; left: 50%; z-index: 0; width: 100vw; transform: translateX(-50%); overflow: hidden; background: var(--deep); pointer-events: none; }
.hero-video-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4, 8, 6, .88), rgba(4, 8, 6, .4) 55%, rgba(4, 8, 6, .58)), linear-gradient(0deg, rgba(4, 8, 6, .9), transparent 58%); }
.hero-video { display: block; width: 100%; min-width: 100%; height: 100%; object-fit: cover; background: var(--deep); }
.hero-content { position: relative; z-index: 2; width: min(calc(100% - 64px), var(--content)); margin: 0 auto; padding: 96px 0 76px; }
.eyebrow, .section-kicker { color: var(--gold); font-size: 11px; letter-spacing: .26em; text-transform: uppercase; }
h1, h2, h3, h4 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.08; }
.hero h1 { max-width: 840px; margin: 12px 0; font-size: clamp(60px, 9vw, 130px); letter-spacing: .025em; }
.hero-subtitle { color: var(--gold); font-size: 12px; letter-spacing: .24em; text-transform: uppercase; }
.rule { width: 100%; height: 1px; margin: 25px 0; background: var(--line); }
.hero-copy { max-width: 570px; margin: 0; color: var(--muted); font-size: 18px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-width: 0; max-width: 100%; min-height: 43px; padding: 11px 18px; border: 1px solid var(--gold); color: var(--paper); font-size: 10px; letter-spacing: .17em; line-height: 1.3; overflow-wrap: anywhere; text-align: center; text-transform: uppercase; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { background: var(--gold); color: var(--ink); transform: translateY(-1px); }
.button.filled { background: var(--gold); color: var(--ink); }
.scroll-note { display: flex; align-items: center; gap: 12px; margin-top: 52px; color: var(--gold); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.scroll-note::before { content: ""; width: 46px; height: 1px; background: var(--gold); }

.section { padding: 96px 0; }
.section.alt { background: var(--deep); }
.section-heading { max-width: 700px; margin-bottom: 40px; }
.section-heading h2, .page-title h1 { margin-top: 12px; font-size: clamp(43px, 6vw, 76px); }
.section-heading p, .page-title p { max-width: 630px; margin: 18px 0 0; color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-card { min-height: 440px; padding: 15px 23px 27px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.feature-card:last-child { border-right: 0; }
.feature-image { height: 238px; margin: -15px -23px 26px; overflow: hidden; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.feature-card:hover img { transform: scale(1.04); }
.feature-card h3 { margin-bottom: 9px; font-size: 28px; }
.feature-card p { margin: 0 0 16px; color: var(--muted); }
.feature-card .card-note { margin: 14px 0 7px; font-size: 12px; line-height: 1.4; }
.text-link { margin-top: auto; color: var(--gold); font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.text-link::after { content: "  →"; }
.split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(44px, 8vw, 120px); }
.split-media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.split-copy h2 { margin: 12px 0 20px; font-size: clamp(46px, 6vw, 84px); }
.split-copy p { max-width: 590px; color: var(--muted); }
.quote-band { padding: 76px 0; background: var(--panel-2); text-align: center; }
.quote-band p { max-width: 760px; margin: 16px auto 0; font-family: Georgia, serif; font-size: clamp(28px, 4vw, 48px); line-height: 1.16; }
.quote-band .home-disclaimer { max-width: 920px; margin-top: 34px; padding-top: 13px; border-top: 1px solid rgba(201,165,106,.28); color: var(--muted); font-family: "Tidslos Sans", Arial, sans-serif; font-size: 11px; line-height: 1.45; }

.page-hero { padding: 98px 0 73px; border-bottom: 1px solid var(--line); background: linear-gradient(90deg, rgba(7, 18, 14, .95), rgba(7, 18, 14, .52)), url("assets/wine.jpg") center/cover; }
body[data-page="menu"] .page-hero { padding: 58px 0 40px; }
.page-title { max-width: 790px; }
.page-title p { font-size: 18px; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr); gap: clamp(42px, 7vw, 92px); }
.content-grid h2 { margin-bottom: 16px; font-size: 45px; }
.content-grid h3 { margin: 33px 0 8px; color: var(--gold); font-size: 25px; }
.content-grid p { color: var(--muted); }
.terms-copy section + section { margin-top: 46px; padding-top: 38px; border-top: 1px solid rgba(201,165,106,.2); }
.terms-copy h2 { margin: 0 0 16px; color: var(--paper); font-family: Georgia, "Times New Roman", serif; font-size: 34px; line-height: 1.12; }
.terms-copy ol { margin: 0; padding-left: 1.35em; color: var(--muted); }
.terms-copy li { padding-left: 7px; }
.terms-copy li + li { margin-top: 13px; }
.terms-updated { margin: 42px 0 0; color: var(--gold) !important; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.terms-contact-copy { white-space: pre-line; }
.privacy-copy section + section { margin-top: 46px; padding-top: 38px; border-top: 1px solid rgba(201,165,106,.2); }
.privacy-copy h2 { margin: 0 0 16px; color: var(--paper); font-family: Georgia, "Times New Roman", serif; font-size: 34px; line-height: 1.12; }
.privacy-copy .check-list { margin-top: 21px; }
.info-card { align-self: start; padding: 27px; border: 1px solid var(--line); background: var(--panel); }
.info-card h3 { margin-top: 0; color: var(--paper); }
.info-card p { margin-bottom: 23px; }
.info-card img { width: calc(100% + 54px); max-width: none; margin: -27px -27px 24px; aspect-ratio: 4 / 3; object-fit: cover; }
.page-image { width: 100%; margin-top: 33px; aspect-ratio: 16 / 8; object-fit: cover; }
.check-list { margin: 22px 0 0; padding: 0; list-style: none; color: var(--muted); }
.check-list li { padding: 10px 0 10px 22px; border-bottom: 1px solid rgba(201,165,106,.2); position: relative; }
.check-list li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); }
.event-feature { display: grid; grid-template-columns: minmax(240px, .75fr) minmax(0, 1fr); align-items: center; gap: clamp(36px, 7vw, 100px); }
.event-feature-copy h2 { margin: 12px 0 20px; font-size: clamp(42px, 5vw, 72px); }
.event-feature-copy p { max-width: 430px; color: var(--muted); }
.event-poster-frame { max-width: 620px; margin: 0 auto; padding: 12px; border: 1px solid var(--line); background: var(--ink); }
.event-poster { width: 100%; height: auto; max-height: 840px; object-fit: contain; }
.event-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.event-card { padding: 28px; border: 1px solid var(--line); background: var(--panel); }
.event-card h3 { color: var(--paper); font-size: 32px; }
.event-meta { margin: 9px 0 16px; color: var(--gold); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 380px; padding: 28px; position: relative; border: 1px solid var(--line); background: var(--panel); }
.service-card h3 { margin: 11px 0 13px; color: var(--paper); font-size: 31px; }
.service-card p { color: var(--muted); }
.service-number { color: var(--gold); font-size: 11px; letter-spacing: .18em; }
body[data-page="companies"] .service-number { display: none; }
body[data-page="companies"] .service-card .button { display: flex; width: max-content; margin-top: 18px; }
.service-image { min-height: 380px; padding: 0; overflow: hidden; background: var(--ink); }
.service-image > img { width: 100%; height: 100%; object-fit: cover; opacity: .7; }
.service-overlay { position: absolute; inset: auto 0 0; padding: 70px 28px 28px; background: linear-gradient(0deg, rgba(4,8,6,.96), transparent); }
.service-overlay h3 { margin-bottom: 4px; }
.service-overlay p { margin: 0; }

.menu-section { padding: 72px 0 100px; background: var(--deep); }
.menu-app { border-top: 1px solid var(--line); }
.menu-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.menu-tabs, .category-list { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; }
.menu-tabs::-webkit-scrollbar, .category-list::-webkit-scrollbar { display: none; width: 0; height: 0; }
.menu-tab, .category-button { flex: 0 0 auto; padding: 10px 13px; border: 1px solid var(--line); background: transparent; color: var(--muted); cursor: pointer; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.menu-tab:hover, .menu-tab.is-active, .category-button:hover, .category-button.is-active { border-color: var(--gold); background: var(--gold); color: var(--ink); }
.menu-search { width: 210px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 0; outline: 0; background: rgba(0,0,0,.18); color: var(--paper); font-size: 12px; }
.menu-search:focus { border-color: var(--gold); }
.menu-category-bar { padding-top: 14px; }
.menu-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 43px; padding-top: 38px; }
.menu-sidebar { position: sticky; top: 104px; align-self: start; }
.menu-sidebar > .section-kicker { padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.category-list { flex-direction: column; overflow: visible; }
.category-button { width: 100%; text-align: left; }
.menu-results-search { display: flex; justify-content: flex-end; margin-bottom: 17px; }
.menu-results-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 17px; }
.menu-results-heading h2 { font-size: 43px; }
.menu-category-price { margin: 9px 0 0; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.menu-category-subnote { margin: 2px 0 0; color: var(--muted); font-size: 11px; }
.menu-count { color: var(--gold); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.menu-items { border-top: 1px solid var(--line); }
.menu-item { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; padding: 20px 0; border-bottom: 1px solid rgba(201,165,106,.2); }
.menu-item-category { margin-bottom: 6px; color: var(--gold); font-size: 9px; letter-spacing: .14em; line-height: 1.2; text-transform: uppercase; }
.menu-item h3 { margin: 0; color: var(--paper); font-family: "Tidslos Sans", Arial, sans-serif; font-size: 16px; font-weight: 500; line-height: 1.25; }
.menu-item p { max-width: 760px; margin: 7px 0 0; color: var(--muted); font-size: 14px; font-weight: 400; line-height: 1.5; }
.menu-price { color: var(--gold); font-size: 13px; font-weight: 700; white-space: nowrap; }
.menu-empty { padding: 34px 0; color: var(--muted); }
.menu-inline-notes { margin: 0 0 20px; padding: 14px 0 16px; border-bottom: 1px solid var(--line); }
.menu-inline-note-heading { margin-bottom: 8px; color: var(--gold); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.menu-inline-note-intro { margin: 0 0 10px; color: var(--paper); font-size: 15px; line-height: 1.4; }
.menu-inline-note-item { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; padding: 6px 0; }
.menu-inline-note-item h3 { color: var(--paper); font-family: "Tidslos Sans", Arial, sans-serif; font-size: 14px; font-weight: 500; line-height: 1.25; }
.menu-inline-note-item p { max-width: 760px; margin: 4px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.menu-note { margin: 35px 0 0; color: var(--muted); font-size: 12px; }

.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 22px; }
.contact-panel { padding: 34px; background: var(--panel); border: 1px solid var(--line); }
.contact-panel h2 { margin-bottom: 22px; font-size: 42px; }
.contact-list { margin: 0; padding: 0; list-style: none; }
.contact-list li { padding: 13px 0; border-bottom: 1px solid rgba(201,165,106,.2); color: var(--muted); }
.contact-list strong { display: block; margin-bottom: 2px; color: var(--paper); font-weight: 400; }
.contact-list li:last-child span { white-space: pre-line; }
.contact-list a:hover { color: var(--gold); }
.contact-form-section { padding-top: 8px; }
.contact-form-card { max-width: 980px; margin: 0 auto; padding: 34px; border: 1px solid var(--line); background: var(--panel); }
.contact-form-card h2 { margin-top: 9px; color: var(--paper); font-size: 38px; }
.contact-form-intro { max-width: 680px; margin-top: 10px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.contact-form { margin-top: 25px; }
.contact-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.contact-form label { display: grid; gap: 7px; color: var(--paper); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(201,165,106,.38); border-radius: 0; background: rgba(4,8,6,.5); color: var(--paper); font-size: 14px; letter-spacing: 0; text-transform: none; }
.contact-form input { min-height: 45px; padding: 11px 13px; }
.contact-form textarea { min-height: 145px; padding: 12px 13px; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(232,228,216,.52); }
.contact-form input:focus, .contact-form textarea:focus { outline: 1px solid var(--gold); border-color: var(--gold); }
.contact-form > label { margin-top: 16px; }
.contact-form-actions { display: flex; align-items: flex-start; gap: 18px; margin-top: 20px; }
.contact-form-actions .button:disabled { opacity: .55; cursor: wait; transform: none; }
.contact-form-status { max-width: 560px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.contact-form-status.is-success { color: #b7d7bd; }
.contact-form-status.is-error { color: #e4b6a6; }
.contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.map-frame { min-height: 430px; border: 1px solid var(--line); background: var(--panel); }
.map-frame iframe { width: 100%; height: 100%; min-height: 430px; border: 0; filter: grayscale(.4) sepia(.12) contrast(1.08); }
.map-frame iframe[hidden], .map-consent-note[hidden] { display: none !important; }
.map-consent-note { min-height: 430px; display: grid; place-items: center; padding: 35px; color: var(--muted); text-align: center; }
.cookie-table { width: 100%; margin-top: 18px; border-collapse: collapse; color: var(--muted); font-size: 11px; line-height: 1.4; }
.cookie-table th, .cookie-table td { padding: 9px 7px; border-bottom: 1px solid rgba(201,165,106,.2); text-align: left; vertical-align: top; }
.cookie-table th { color: var(--gold); font-weight: 400; }

.cookie-banner { position: fixed; right: 18px; bottom: 18px; left: 18px; z-index: 100; display: flex; align-items: end; justify-content: space-between; gap: 30px; max-width: 1080px; margin: 0 auto; padding: 22px 24px; border: 1px solid var(--line); background: rgba(7, 11, 9, .98); box-shadow: 0 18px 50px rgba(0,0,0,.48); }
.cookie-banner[hidden], .cookie-panel[hidden], .cookie-settings-trigger[hidden] { display: none; }
.cookie-copy { max-width: 680px; }
.cookie-copy h2, .cookie-panel h2 { color: var(--paper); font-size: 25px; }
.cookie-copy p, .cookie-panel p { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.cookie-copy a { display: inline-block; margin-top: 8px; color: var(--gold); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.cookie-actions, .cookie-panel-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.cookie-button { min-height: 38px; padding: 9px 13px; border: 1px solid var(--line); background: transparent; color: var(--paper); cursor: pointer; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.cookie-button:hover, .cookie-button-primary { border-color: var(--gold); background: var(--gold); color: var(--ink); }
.cookie-panel { position: fixed; right: 18px; bottom: 18px; left: 18px; z-index: 101; max-width: 780px; margin: 0 auto; border: 1px solid var(--line); background: rgba(7, 11, 9, .99); box-shadow: 0 18px 50px rgba(0,0,0,.5); }
.cookie-panel-inner { padding: 26px; }
.cookie-option { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid rgba(201,165,106,.2); }
.cookie-option h3 { color: var(--paper); font-family: "Tidslos Sans", Arial, sans-serif; font-size: 14px; font-weight: 500; }
.cookie-option p { margin-top: 3px; }
.cookie-option input { flex: 0 0 auto; width: 19px; height: 19px; accent-color: var(--gold); }
.cookie-withdraw-link { display: block; margin-top: 10px; padding: 0; border: 0; background: transparent; color: var(--gold); cursor: pointer; font-size: 10px; letter-spacing: .08em; text-align: left; text-transform: uppercase; }
.cookie-withdraw-link:hover { color: var(--paper); text-decoration: underline; text-underline-offset: 3px; }
.cookie-panel-actions { margin-top: 19px; }
.cookie-settings-trigger { position: fixed; right: 14px; bottom: 83px; z-index: 90; padding: 7px 10px; border: 1px solid var(--line); background: rgba(7,11,9,.96); color: var(--muted); cursor: pointer; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.cookie-settings-trigger.is-scrolling { opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(5px); }
.cookie-settings-trigger:hover { border-color: var(--gold); color: var(--gold); }
.privacy-cookie-actions { margin-top: 20px; }

.site-footer { position: fixed; right: 0; bottom: 0; left: 0; z-index: 60; padding: 8px 0; border-top: 1px solid var(--line); background: rgba(7, 11, 9, .97); backdrop-filter: blur(14px); overflow: visible; }
.footer-inner { display: flex; align-items: center; justify-content: flex-start; gap: 28px; flex-wrap: nowrap; }
.footer-contact { display: flex; align-items: center; flex: 1 1 auto; flex-wrap: wrap; gap: 5px 16px; min-width: 0; }
.footer-brand { color: var(--gold); font-family: Georgia, serif; font-size: 17px; line-height: 1.1; }
.footer-small { display: flex; align-items: center; gap: 5px 9px; color: var(--muted); font-size: 9px; line-height: 1.25; white-space: nowrap; }
.footer-small a { color: inherit; }
.footer-small a:hover { color: var(--gold); }
.footer-contact-link { display: block; width: max-content; margin-top: 0; color: var(--gold); font-size: 9px; letter-spacing: .14em; line-height: 1.1; text-transform: uppercase; }
.footer-contact-link:hover { color: var(--paper); }
.footer-music-toggle { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; width: 30px; height: 30px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--gold); cursor: pointer; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.footer-music-toggle:hover, .footer-music-toggle.is-playing { border-color: var(--gold); background: rgba(201,165,106,.12); color: var(--paper); }
.music-note { font-size: 18px; line-height: 1; }
.footer-nav { display: none; }
.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; }

.about-trust-layout, .about-social-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(35px, 8vw, 120px); align-items: center; }
.about-trust-copy h2, .about-social-layout h2 { max-width: 520px; margin: 0; font-size: clamp(36px, 4.7vw, 68px); line-height: 1.02; }
.trust-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 12px; row-gap: 12px; align-items: start; }
.trust-card { width: min(100%, 218px); min-width: 0; min-height: 218px; height: 218px; justify-self: center; aspect-ratio: 1 / 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px; padding: 22px; border: 1px solid var(--line); background: #fff; color: var(--ink); text-align: center; font-size: 11px; line-height: 1.35; letter-spacing: .1em; text-transform: uppercase; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.trust-card:hover { border-color: var(--gold); background: #fff; box-shadow: 0 12px 24px rgba(0,0,0,.2); transform: translateY(-2px); }
.trust-card-mark { width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold); font-family: Georgia, serif; font-size: 25px; letter-spacing: .02em; }
.trust-card img { display: block; width: 110px; height: 110px; padding: 4px; object-fit: contain; background: #fff; }
.trust-card { position: relative; justify-content: center; padding-bottom: 58px; }
.trust-card > span:last-child { position: absolute; right: 14px; bottom: 20px; left: 14px; width: auto; margin: 0; font-size: 12px; font-weight: 600; line-height: 1.45; letter-spacing: .1em; overflow-wrap: anywhere; }
.trust-card > .trust-card-logo, .trust-card > img:not(.trust-card-logo), .trust-card > .payment-icons { position: absolute; top: 50%; left: 50%; margin: 0; transform: translate(-50%, -50%); }
.trust-card-logo { width: 110px !important; height: 110px !important; padding: 0 !important; object-fit: contain !important; background: transparent !important; }
.trust-card-tripadvisor .trust-card-logo { width: 110px !important; height: 110px !important; }
.trust-card-tripadvisor { width: min(100%, 218px); min-height: 218px; height: 218px; padding: 22px; }
.trust-card-tripadvisor > span:last-child { font-size: 10px; letter-spacing: .08em; }
.payment-icons { width: calc(100% - 28px); min-height: 76px; display: flex; flex-wrap: nowrap; align-items: center; justify-content: center; gap: 12px; }
.trust-card-payment .payment-icons img { width: 54px; height: 54px; padding: 8px; border: 1px solid rgba(7,11,9,.18); border-radius: 3px; object-fit: contain; background: #fff; }
.trust-card-payment .payment-icons img:first-child { padding: 12px; }
.trust-card-payment .payment-icons img:last-child { padding: 4px; }
.about-social-layout { grid-template-columns: .9fr 1.1fr; }
.about-social-layout > div:last-child { max-width: 560px; }
.about-social-layout p { max-width: 470px; color: var(--muted); }
.about-social-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.about-social-links a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 18px; border: 1px solid var(--line); color: var(--paper); font-family: "Tidslos Sans", Arial, sans-serif; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.about-social-links a:hover { border-color: var(--gold); background: var(--gold); color: var(--ink); transform: translateY(-1px); }
.about-social-links .social-icon { width: 20px; height: 20px; margin-right: 10px; padding: 0; object-fit: contain; background: transparent; }
.about-legal-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.about-legal-links a { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 10px 14px; border: 1px solid var(--line); color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.about-legal-links a:hover { border-color: var(--gold); background: var(--gold); color: var(--ink); transform: translateY(-1px); }

@media (min-width: 761px) {
  .trust-card > .trust-card-logo, .trust-card > img:not(.trust-card-logo), .trust-card > .payment-icons { top: 56%; }
}

@media (min-width: 1041px) {
  .desktop-nav a { font-size: 12px; }
  .desktop-nav a[data-i18n="common.companies"], .desktop-nav a[data-take-away-link] { font-size: 11px; }
  .desktop-nav a + a { position: relative; margin-left: 8px; }
  .desktop-nav a + a::before { content: ""; position: absolute; top: 50%; left: -13px; width: 3px; height: 3px; border-radius: 50%; background: var(--gold); transform: translateY(-50%); }
}

@media (min-width: 1041px) and (max-width: 1160px) {
  .header-inner { gap: 10px; }
  .desktop-nav { gap: 9px; }
  .desktop-nav a { font-size: 10px; letter-spacing: .12em; }
  .desktop-nav a[data-i18n="common.companies"], .desktop-nav a[data-take-away-link] { font-size: 10px; }
  .header-book { padding: 7px 8px; }
}

@media (max-width: 1040px) {
  .header-inner, .wrap, .hero-content { width: min(calc(100% - 32px), var(--content)); }
  .header-inner { grid-template-columns: 1fr auto 1fr; }
  .brand { grid-column: 2; justify-self: center; }
  .header-actions { grid-column: 3; }
  .desktop-nav { position: absolute; top: 66px; left: 16px; right: 16px; justify-self: stretch; width: auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 9px 18px; border: 1px solid var(--line); background: rgba(7,11,9,.98); box-shadow: 0 20px 40px rgba(0,0,0,.35); }
  .desktop-nav.is-open { display: flex; }
  .desktop-nav a { padding: 13px 0; border-bottom: 1px solid rgba(201,165,106,.18); }
  .desktop-nav a:last-child { border-bottom: 0; }
  .mobile-toggle { display: inline-flex; min-height: 38px; padding: 8px 0; }
  .header-actions { gap: 11px; }
  .header-book { max-width: 118px; padding: 8px 10px; font-size: 10px; white-space: normal; }
}

@media (max-width: 760px) {
  body { padding-bottom: 70px; }
  .site-header, .header-inner { min-height: 60px; }
  .header-inner { grid-template-columns: 1fr auto 1fr; }
  .desktop-nav { top: 60px; left: 16px; right: 16px; }
  .brand { width: 90px; height: 26px; }
  .language-toggle { font-size: 10px; }
  .hero { min-height: 0; height: auto; align-items: start; }
  .hero-video-frame { top: 0; bottom: 0; height: auto; }
  .hero-video { object-fit: cover; }
  .hero-content { padding: 34px 0 44px; text-align: center; }
  .hero h1 { font-size: clamp(49px, 15vw, 82px); }
  .hero-copy { margin: 0 auto; font-size: 16px; }
  .button-row { align-items: stretch; justify-content: center; }
  .button-row .button { flex: 0 1 auto; }
  .scroll-note { justify-content: center; margin-top: 39px; }
  .section { padding: 70px 0; }
  .feature-grid, .split, .content-grid, .contact-layout, .menu-layout, .event-feature { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; padding: 15px 0 30px; border-right: 0; border-bottom: 1px solid var(--line); }
  .feature-card:last-child { border-bottom: 0; }
  .feature-image { height: 220px; margin-right: 0; margin-left: 0; }
  .split { gap: 35px; }
  .split-media { order: 2; }
  .page-hero { padding: 70px 0 57px; }
  body[data-page="menu"] .page-hero { padding: 42px 0 30px; }
  .page-title p { font-size: 16px; }
  .content-grid { gap: 42px; }
  .contact-form-card { padding: 25px; }
  .contact-form-grid { grid-template-columns: 1fr; }
  .contact-form-actions { flex-direction: column; align-items: stretch; }
  .contact-form-actions .button { align-self: flex-start; }
  .terms-copy section + section { margin-top: 36px; padding-top: 30px; }
  .terms-copy h2 { font-size: 30px; }
  .privacy-copy section + section { margin-top: 36px; padding-top: 30px; }
  .privacy-copy h2 { font-size: 30px; }
  .event-feature { gap: 34px; }
  .event-poster-frame { max-width: 100%; }
  .event-grid { grid-template-columns: 1fr; }
  .about-trust-layout, .about-social-layout { display: block; }
  .about-trust-copy h2, .about-social-layout h2 { margin-top: 0; }
  .trust-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 9px; row-gap: 9px; margin-top: 30px; }
  .trust-card { width: min(100%, 168px); min-height: 168px; height: 168px; padding: 12px; font-size: 10px; letter-spacing: .07em; }
  .trust-card { padding-bottom: 49px; }
  .trust-card > span:last-child { right: 10px; bottom: 14px; left: 10px; font-size: 10px; line-height: 1.35; letter-spacing: .07em; }
  .trust-card-logo { width: 78px !important; height: 78px !important; }
  .trust-card-tripadvisor .trust-card-logo { width: 78px !important; height: 78px !important; }
  .trust-card-tripadvisor { width: min(100%, 168px); min-height: 168px; height: 168px; padding: 12px; }
  .trust-card-tripadvisor > span:last-child { font-size: 9px; }
  .trust-card-mark { width: 58px; height: 58px; font-size: 20px; }
  .trust-card img { width: 78px; height: 78px; }
  .trust-card-payment .payment-icons { gap: 7px; }
  .trust-card-payment .payment-icons img { width: 38px; height: 38px; padding: 4px; }
  .trust-card-payment .payment-icons img:first-child { padding: 8px; }
  .trust-card-payment .payment-icons img:last-child { padding: 2px; }
  .about-social-layout > div:last-child { margin-top: 34px; }
  .about-social-links { margin-top: 22px; gap: 9px; }
  .about-social-links a { min-height: 40px; padding: 10px 12px; font-size: 10px; letter-spacing: .1em; }
  .about-social-links .social-icon { width: 18px; height: 18px; margin-right: 8px; }
  .about-legal-links { gap: 10px 14px; margin-top: 15px; }
  .about-legal-links a { min-height: 38px; padding: 9px 11px; font-size: 9px; }
  .service-grid { grid-template-columns: 1fr; }
  .menu-toolbar { align-items: stretch; flex-direction: column; }
  .menu-search { width: 100%; }
  .menu-layout { gap: 28px; padding-top: 28px; min-width: 0; }
  .menu-sidebar { position: static; }
  .menu-layout > *, .menu-sidebar, .menu-category-bar, .category-list { min-width: 0; max-width: 100%; }
  .menu-sidebar > .section-kicker { padding-bottom: 0; border-bottom: 0; }
  .category-list { flex-direction: row; overflow-x: auto; }
  .category-button { width: auto; white-space: nowrap; }
  .menu-results-heading h2 { font-size: 36px; }
  .menu-item { grid-template-columns: 1fr; gap: 1px; padding: 13px 0; }
  .menu-item-category { margin: 0 0 2px; }
  .menu-item p { margin-top: 0; line-height: 1.4; }
  .menu-price { line-height: 1.25; }
  .menu-inline-note-item { grid-template-columns: 1fr; gap: 5px; }
  .menu-price { order: -1; justify-self: start; }
  body[data-page="menu"] .page-hero { display: none; }
  body[data-page="menu"] .menu-section { padding-top: 18px; }
  body[data-page="menu"] .menu-toolbar { position: sticky; top: 60px; z-index: 40; min-height: 55px; padding: 10px 0; background: var(--deep); box-shadow: 0 8px 18px rgba(7,11,9,.42); }
  body[data-page="menu"] .menu-sidebar { position: sticky; top: 115px; z-index: 35; padding: 0; background: var(--deep); box-shadow: 0 8px 18px rgba(7,11,9,.36); }
  body[data-page="menu"] .menu-sidebar > .section-kicker { display: none; }
  body[data-page="menu"] .menu-category-bar { padding-top: 0; }
  body[data-page="menu"] .menu-category-bar { position: relative; padding-right: 22px; padding-left: 22px; }
  body[data-page="menu"] .menu-category-bar::before, body[data-page="menu"] .menu-category-bar::after { position: absolute; top: 50%; z-index: 2; color: var(--gold); font-family: Georgia, serif; font-size: 22px; line-height: 1; pointer-events: none; transform: translateY(-50%); }
  body[data-page="menu"] .menu-category-bar::before { content: "‹"; left: 2px; }
  body[data-page="menu"] .menu-category-bar::after { content: "›"; right: 2px; }
  body[data-page="menu"] .category-button { padding: 8px 10px; font-size: 9px; }
  body[data-page="menu"] .menu-layout { gap: 0; padding-top: 8px; }
  body[data-page="menu"] .menu-results-search { position: sticky; top: 165px; z-index: 30; margin-bottom: 10px; padding: 6px 0; background: var(--deep); box-shadow: 0 8px 18px rgba(7,11,9,.3); }
  .footer-inner { align-items: flex-start; flex-direction: row; flex-wrap: nowrap; gap: 10px; }
  .footer-contact { flex: 1 1 auto; max-width: 100%; min-width: 0; }
  .footer-brand { font-size: 13px; }
  .footer-small { flex-wrap: wrap; gap: 4px 6px; min-width: 0; font-size: 7px; white-space: normal; }
  .footer-contact-link { font-size: 7px; }
  .footer-music-toggle { width: 26px; height: 26px; }
  .music-note { font-size: 16px; }
  .quote-band .home-disclaimer { margin-top: 27px; padding-top: 10px; font-size: 10px; }
  .cookie-banner { right: 10px; bottom: 10px; left: 10px; display: block; padding: 18px; }
  .cookie-copy h2, .cookie-panel h2 { font-size: 22px; }
  .cookie-copy p, .cookie-panel p { font-size: 12px; }
  .cookie-actions, .cookie-panel-actions { justify-content: stretch; margin-top: 14px; }
  .cookie-button { flex: 1 1 30%; font-size: 8px; padding: 8px 7px; }
  .cookie-panel { right: 10px; bottom: 10px; left: 10px; }
  .cookie-panel-inner { padding: 20px; }
  .cookie-settings-trigger { right: 10px; bottom: 112px; }
  .cookie-table { font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
