/* ───── PAGE HERO ───── */
.page-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  color: #fff;
  padding: clamp(140px, 18vh, 220px) clamp(18px, 6vw, 80px) clamp(64px, 10vh, 120px);
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(22, 49, 63, 0.82);
  z-index: 0;
}
.page-hero-wrap {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: dvFade 1s both;
}
.page-hero-eyebrow {
  font-size: 12px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--mist);
  margin-bottom: 20px;
}
.page-hero-heading {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(38px, 6vw, 80px);
  line-height: 1.05;
  margin: 0;
  color: #fff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}
.page-hero-intro {
  font-size: clamp(19px, 2.4vw, 28px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 24px 0 0;
  max-width: 700px;
}
/* ───── PAGE HERO VIDEO VARIANT ───── */
.page-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.page-hero--video::before {
  z-index: 1;
  background: linear-gradient(180deg, rgba(22, 49, 63, 0.55) 0%, rgba(22, 49, 63, 0.35) 45%, rgba(22, 49, 63, 0.68) 100%);
}
.page-hero--video .page-hero-wrap {
  z-index: 2;
}

/* ───── HERO ───── */
.hero {
  position: relative;
  height: 100svh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 33, 43, 0.5) 0%, rgba(15, 33, 43, 0.12) 32%, rgba(15, 33, 43, 0.18) 60%, rgba(15, 33, 43, 0.8) 100%);
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  color: #fff;
  padding: 0 clamp(18px, 6vw, 80px) clamp(40px, 8vh, 90px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: dvFade 1s both;
}
.hero-eyebrow {
  font-size: 12px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 22px;
}
.hero-title {
  font-family: var(--font-serif);
  font-weight: 400;
  margin: 0;
  font-size: clamp(52px, 11vw, 150px);
  line-height: 0.96;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.3);
}
.hero-subtitle {
  max-width: 620px;
  margin: 26px auto 0;
  font-size: clamp(15px, 1.7vw, 20px);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 300;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 38px;
}
.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 2;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0.85;
}
.hero-scroll-arrow {
  animation: dvCue 1.8s infinite;
}
/* ───── INTRO / WELCOME ───── */
.intro {
  padding: clamp(64px, 12vh, 130px) clamp(18px, 6vw, 80px);
  max-width: 1280px;
  margin: 0 auto;
}
.intro-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(36px, 6vw, 80px);
  align-items: center;
}
.intro-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.intro-img {
  width: 100%;
  height: clamp(420px, 62vh, 680px);
  object-fit: cover;
  border-radius: 3px;
}
.intro-badge {
  position: absolute;
  left: -1px;
  bottom: 24px;
  background: var(--paper);
  padding: 18px 26px 16px;
  max-width: 230px;
}
.intro-badge-num {
  font-family: var(--font-serif);
  font-size: 34px;
  color: var(--ink);
  display: block;
  line-height: 1;
}
.intro-badge-text {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--stone);
}
.intro-eyebrow {
  font-size: 12px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--stone);
}
.intro-heading {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(30px, 4.4vw, 56px);
  line-height: 1.06;
  margin: 18px 0 0;
  color: var(--ink);
}
.intro-text {
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.8;
  color: var(--ink2);
  margin: 26px 0 0;
  max-width: 54ch;
}
.intro-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  margin: 36px 0 0;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}
.intro-stat-num {
  font-family: var(--font-serif);
  font-size: clamp(26px, 3vw, 38px);
  color: var(--ink);
  line-height: 1;
}
.intro-stat-label {
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--stone);
  margin-top: 7px;
  max-width: 15ch;
}
/* ───── HISTORY ───── */
.history {
  /* TODO Fase 2: achtergrondafbeelding toevoegen zodra Ugljan-beeldmateriaal bestaat */
  background: var(--ink);
  background-attachment: fixed;
  position: relative;
  color: #fff;
  padding: clamp(64px, 12vh, 130px) clamp(18px, 6vw, 80px);
}
.history::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(22, 49, 63, 0.90);
  z-index: 0;
}
.history-wrap {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
}
.history-content {
  max-width: 760px;
}
.history-eyebrow {
  font-size: 12px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--mist);
}
.history-heading {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(30px, 4.6vw, 60px);
  line-height: 1.05;
  margin: 18px 0 0;
  color: #fff;
}
.history-intro {
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.78);
  margin: 24px 0 0;
}
.history-timeline {
  list-style: none;
  margin: clamp(40px, 7vh, 72px) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.history-tl-item {
  padding: 30px 32px 36px 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}
.history-tl-item:first-child {
  padding-left: 0;
}
.history-tl-item:last-child {
  border-right: none;
  padding-right: 0;
}
.history-tl-year {
  font-family: var(--font-italic);
  font-size: 30px;
  color: var(--mist);
  font-style: italic;
}
.history-tl-title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 19px;
  margin: 12px 0 0;
  color: #fff;
}
.history-tl-text {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.66);
  margin: 10px 0 0;
}
/* ───── FULL-BLEED QUOTE ───── */
.quote-band {
  position: relative;
  height: clamp(320px, 55vh, 560px);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quote-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quote-shade {
  position: absolute;
  inset: 0;
  background: rgba(15, 33, 43, 0.32);
}
.quote-text {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: var(--font-italic);
  font-style: italic;
  font-size: clamp(24px, 3.4vw, 44px);
  text-align: center;
  max-width: 18ch;
  line-height: 1.25;
  margin: 0;
  padding: 0 24px;
}
/* ───── SIGHTS ───── */
.sights {
  padding: clamp(64px, 12vh, 130px) clamp(18px, 6vw, 80px);
  max-width: 1320px;
  margin: 0 auto;
}
.sights-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(36px, 6vh, 64px);
}
.sights-header-text {
  max-width: 640px;
}
.sights-eyebrow {
  font-size: 12px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--stone);
}
.sights-heading {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(30px, 4.4vw, 56px);
  line-height: 1.06;
  margin: 16px 0 0;
  color: var(--ink);
}
.sights-intro {
  max-width: 360px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink2);
  margin: 0;
}
.sights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: clamp(18px, 2vw, 30px);
}
/* ───── VISIT ───── */
.visit {
  background: var(--sand);
  padding: clamp(64px, 12vh, 130px) clamp(18px, 6vw, 80px);
}
.visit-wrap {
  max-width: 1280px;
  margin: 0 auto;
}
.visit-header {
  max-width: 640px;
}
.visit-eyebrow {
  font-size: 12px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--stone);
}
.visit-heading {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(30px, 4.4vw, 56px);
  line-height: 1.06;
  margin: 16px 0 0;
  color: var(--ink);
}
.visit-intro {
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink2);
  margin: 20px 0 0;
}
.visit-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin: clamp(40px, 7vh, 64px) 0 0;
}
.visit-info-card {
  padding-top: 26px;
  border-top: 2px solid var(--ink);
}
.visit-info-title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 22px;
  margin: 0;
  color: var(--ink);
}
.visit-info-text {
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--ink2);
  margin: 14px 0 0;
}
.visit-hours {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.visit-hours li {
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--ink2);
  display: flex;
  gap: 10px;
}
.visit-bottom {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(24px, 3vw, 44px);
  margin: clamp(40px, 7vh, 64px) 0 0;
  align-items: stretch;
}
.visit-map {
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.visit-map iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
  display: block;
}
.visit-tour-card {
  background: var(--ink);
  color: #fff;
  border-radius: 3px;
  padding: clamp(30px, 4vw, 52px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.visit-tour-eyebrow {
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--mist);
}
.visit-tour-cta {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.1;
  margin: 14px 0 0;
}
.visit-tour-text {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  margin: 16px 0 0;
}
/* ───── FOOD ───── */
.food {
  padding: clamp(64px, 12vh, 130px) clamp(18px, 6vw, 80px);
  max-width: 1320px;
  margin: 0 auto;
}
.food-header {
  max-width: 640px;
  margin-bottom: clamp(36px, 6vh, 60px);
}
.food-eyebrow {
  font-size: 12px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--stone);
}
.food-heading {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(30px, 4.4vw, 56px);
  line-height: 1.06;
  margin: 16px 0 0;
  color: var(--ink);
}
.food-intro {
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink2);
  margin: 20px 0 0;
}
.food-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(20px, 2.5vw, 36px);
}
/* ───── FAQ ───── */
.faq {
  background: var(--paper);
  padding: clamp(64px, 12vh, 130px) clamp(18px, 6vw, 80px);
}
.faq-wrap {
  max-width: 860px;
  margin: 0 auto;
}
.faq-eyebrow {
  font-size: 12px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--stone);
  margin: 0 0 16px;
}
.faq-heading {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(28px, 3.6vw, 44px);
  color: var(--ink);
  margin: 0 0 clamp(40px, 6vh, 64px);
  line-height: 1.1;
}
.faq-list {
  margin: 0;
  padding: 0;
}
.faq-item {
  border-top: 1px solid var(--ink);
  padding: 28px 0;
}
.faq-item:last-child {
  border-bottom: 1px solid var(--ink);
}
.faq-question {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 20px;
  color: var(--ink);
  margin: 0 0 12px;
}
.faq-answer {
  font-size: 15px;
  line-height: 1.75;
  color: var(--ink2);
  margin: 0;
}
/* ───── HISTORY PROSE ───── */
.history-prose {
  background: var(--paper);
  padding: clamp(64px, 12vh, 120px) clamp(18px, 6vw, 80px);
}
.history-prose-wrap {
  max-width: 780px;
  margin: 0 auto;
}
.history-prose-section {
  padding-bottom: clamp(36px, 5vh, 52px);
}
.history-prose-section:last-child {
  padding-bottom: 0;
}
.history-prose-h2 {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(22px, 2.6vw, 32px);
  color: var(--ink);
  margin: 0 0 18px;
  padding-top: clamp(36px, 5vh, 52px);
  border-top: 1px solid var(--line);
  line-height: 1.15;
}
.history-prose-section:first-child .history-prose-h2 {
  padding-top: 0;
  border-top: none;
}
.history-prose-p {
  font-size: 15.5px;
  line-height: 1.82;
  color: var(--ink2);
  margin: 0;
}
.history-prose-byline {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 clamp(18px, 6vw, 80px);
  font-size: 12.5px;
  letter-spacing: 0.05em;
  color: var(--stone);
  text-align: center;
}
/* ───── DO'S & DON'TS LIST ───── */
.dodont-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.dodont-list li {
  position: relative;
  padding-left: 36px;
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--ink2);
}
.dodont-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
  border-radius: 50%;
}
.dodont-list li strong {
  color: var(--ink);
  font-weight: 500;
}
.dodont-list--do li::before {
  background-color: rgba(74,124,89,0.12);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234a7c59' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}
.dodont-list--dont li::before {
  background-color: rgba(163,68,61,0.1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a3443d' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E");
}
.dodont-list--tip li::before {
  background-color: rgba(22,49,63,0.08);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316313f' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='16' x2='12' y2='11'/%3E%3Cline x1='12' y1='8' x2='12.01' y2='8'/%3E%3C/svg%3E");
}
.dodont-cta {
  text-align: center;
  padding-top: clamp(36px, 5vh, 52px);
  border-top: 1px solid var(--line);
}
/* ───── SIGHTS DETAIL ───── */
.sights-detail { background: var(--paper); padding: clamp(64px, 12vh, 120px) clamp(18px, 6vw, 80px); }
.sights-detail-wrap { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: clamp(52px, 8vh, 80px); }
.sights-detail-eyebrow { font-size: 12px; letter-spacing: 0.34em; text-transform: uppercase; color: var(--stone); margin: 0 0 16px; }
.sights-detail-h2 { font-family: var(--font-serif); font-weight: 400; font-size: clamp(24px, 3vw, 38px); color: var(--ink); margin: 0 0 20px; line-height: 1.1; }
.sights-detail-intro { font-size: 15.5px; line-height: 1.8; color: var(--ink2); margin: 0 0 clamp(32px, 5vh, 48px); }
.bastions-list { margin: 0; padding: 0; list-style: none; }
.bastion-item { display: grid; grid-template-columns: 1fr 2fr; gap: 12px 24px; padding: 20px 0; border-top: 1px solid var(--line); }
.bastion-item:last-child { border-bottom: 1px solid var(--line); }
.bastion-name { font-family: var(--font-serif); font-size: 17px; font-weight: 400; color: var(--ink); }
.bastion-desc { font-size: 14.5px; line-height: 1.7; color: var(--ink2); }
.sights-hours-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.sights-hours-table th { text-align: left; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--stone); padding: 0 16px 14px 0; border-bottom: 1px solid var(--ink); }
.sights-hours-table td { padding: 16px 16px 16px 0; border-bottom: 1px solid var(--line); color: var(--ink2); vertical-align: top; line-height: 1.55; }
.sights-hours-table td:first-child { color: var(--ink); font-size: 14.5px; }
@media (max-width: 600px) {
  .bastion-item { grid-template-columns: 1fr; gap: 6px; }
  .sights-hours-table th:nth-child(2), .sights-hours-table td:nth-child(2) { display: none; }
}
/* ───── VISIT ROUTE ───── */
.visit-route { background: var(--paper); padding: clamp(64px, 12vh, 120px) clamp(18px, 6vw, 80px); border-top: 1px solid var(--line); }
.visit-route-wrap { max-width: 860px; margin: 0 auto; }
.visit-route-eyebrow { font-size: 12px; letter-spacing: 0.34em; text-transform: uppercase; color: var(--stone); margin: 0 0 16px; }
.visit-route-h2 { font-family: var(--font-serif); font-weight: 400; font-size: clamp(24px, 3vw, 38px); color: var(--ink); margin: 0 0 12px; line-height: 1.1; }
.visit-route-intro { font-size: 15.5px; line-height: 1.8; color: var(--ink2); margin: 0 0 clamp(32px, 5vh, 48px); }
.route-steps { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 0; }
.route-step { display: grid; grid-template-columns: 36px 1fr; gap: 0 24px; padding: 22px 0; border-top: 1px solid var(--line); }
.route-step:last-child { border-bottom: 1px solid var(--line); }
.route-step-num { font-family: var(--font-serif); font-size: 13px; color: var(--stone); padding-top: 3px; }
.route-step-name { font-family: var(--font-serif); font-size: 17px; font-weight: 400; color: var(--ink); margin: 0 0 6px; }
.route-step-desc { font-size: 14.5px; line-height: 1.7; color: var(--ink2); margin: 0; }
.route-meta { display: flex; gap: 32px; margin-top: clamp(28px, 4vh, 40px); padding-top: 20px; border-top: 1px solid var(--line); flex-wrap: wrap; }
.route-meta-item { font-size: 13px; color: var(--ink2); }
.route-meta-label { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--stone); display: block; margin-bottom: 4px; }
@media (max-width: 480px) {
  .route-step { grid-template-columns: 28px 1fr; gap: 0 16px; }
  .route-meta { gap: 20px; }
}

/* ───── FOOD DETAIL ───── */
.food-detail { background: var(--sand); padding: clamp(64px, 12vh, 120px) clamp(18px, 6vw, 80px); }
.food-detail-wrap { max-width: 860px; margin: 0 auto; }
.food-detail-eyebrow { font-size: 12px; letter-spacing: 0.34em; text-transform: uppercase; color: var(--stone); margin: 0 0 16px; }
.food-detail-h2 { font-family: var(--font-serif); font-weight: 400; font-size: clamp(24px, 3vw, 38px); color: var(--ink); margin: 0 0 12px; line-height: 1.1; }
.food-detail-intro { font-size: 15.5px; line-height: 1.8; color: var(--ink2); margin: 0 0 clamp(32px, 5vh, 48px); }
.restaurant-list { margin: 0; padding: 0; list-style: none; }
.restaurant-item { display: flex; gap: 20px; align-items: flex-start; padding: 22px 0; border-top: 1px solid var(--line); }
.restaurant-item:last-child { border-bottom: 1px solid var(--line); }
.restaurant-price { flex-shrink: 0; width: 44px; padding-top: 3px; font-family: var(--font-serif); font-size: 15px; color: var(--stone); }
.restaurant-info { flex: 1; }
.restaurant-name { font-family: var(--font-serif); font-size: 18px; font-weight: 400; color: var(--ink); margin: 0 0 4px; }
.restaurant-cuisine { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--stone); margin: 0 0 8px; }
.restaurant-desc { font-size: 14.5px; line-height: 1.7; color: var(--ink2); margin: 0; }
@media (max-width: 480px) {
  .restaurant-item { gap: 12px; }
  .restaurant-price { width: 36px; }
}

/* ───── STAY ───── */
.stay {
  background: var(--ink);
  color: #fff;
  padding: clamp(64px, 12vh, 130px) clamp(18px, 6vw, 80px);
}
.stay-wrap {
  max-width: 1320px;
  margin: 0 auto;
}
.stay-header {
  max-width: 640px;
  margin-bottom: clamp(36px, 6vh, 60px);
}
.stay-eyebrow {
  font-size: 12px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--mist);
}
.stay-heading {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(30px, 4.4vw, 56px);
  line-height: 1.06;
  margin: 16px 0 0;
  color: #fff;
}
.stay-intro {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  margin: 20px 0 0;
}
.stay-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(20px, 2.5vw, 36px);
}
.stay-grid .card-stacked-title {
  color: #fff;
}
.stay-grid .card-stacked-desc {
  color: rgba(255, 255, 255, 0.72);
}
/* ───── STAY DETAIL ───── */
.stay-detail { background: var(--sand); padding: clamp(64px, 12vh, 120px) clamp(18px, 6vw, 80px); }
.stay-detail-wrap { max-width: 860px; margin: 0 auto; }
.stay-detail-eyebrow { font-size: 12px; letter-spacing: 0.34em; text-transform: uppercase; color: var(--stone); margin: 0 0 16px; }
.stay-detail-h2 { font-family: var(--font-serif); font-weight: 400; font-size: clamp(24px, 3vw, 38px); color: var(--ink); margin: 0 0 12px; line-height: 1.1; }
.stay-detail-intro { font-size: 15.5px; line-height: 1.8; color: var(--ink2); margin: 0 0 clamp(32px, 5vh, 48px); }
.hotel-list { margin: 0; padding: 0; list-style: none; }
.hotel-item { display: flex; gap: 20px; align-items: flex-start; padding: 22px 0; border-top: 1px solid var(--line); }
.hotel-item:last-child { border-bottom: 1px solid var(--line); }
.hotel-price { flex-shrink: 0; width: 44px; padding-top: 3px; font-family: var(--font-serif); font-size: 15px; color: var(--stone); }
.hotel-info { flex: 1; }
.hotel-name { font-family: var(--font-serif); font-size: 18px; font-weight: 400; color: var(--ink); margin: 0 0 4px; }
.hotel-type { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--stone); margin: 0 0 8px; }
.hotel-desc { font-size: 14.5px; line-height: 1.7; color: var(--ink2); margin: 0; }
@media (max-width: 480px) {
  .hotel-item { gap: 12px; }
  .hotel-price { width: 36px; }
}

/* ───── GALLERY ───── */
.gallery {
  padding: clamp(64px, 12vh, 130px) clamp(18px, 6vw, 80px);
  max-width: 1400px;
  margin: 0 auto;
}
.gallery-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto clamp(36px, 6vh, 60px);
}
.gallery-eyebrow {
  font-size: 12px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--stone);
}
.gallery-heading {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(30px, 4.4vw, 56px);
  line-height: 1.06;
  margin: 16px 0 0;
  color: var(--ink);
}
.gallery-intro {
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink2);
  margin: 18px 0 0;
}
.gallery-masonry {
  columns: 3 280px;
  column-gap: clamp(12px, 1.4vw, 20px);
}
.gallery-figure {
  margin: 0 0 clamp(12px, 1.4vw, 20px);
  break-inside: avoid;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.gallery-img {
  width: 100%;
  height: auto;
  display: block;
  filter: saturate(0.96);
  transition: filter 0.3s, transform 0.4s;
}
.gallery-figure:hover .gallery-img {
  filter: saturate(1);
  transform: scale(1.02);
}
.gallery-figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 16px 14px;
  background: linear-gradient(to top, rgba(12,24,32,0.82) 0%, transparent 100%);
  color: #fff;
  font-size: 12.5px;
  font-family: var(--font-sans);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.45;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
}
.gallery-figure:hover figcaption {
  opacity: 1;
  transform: translateY(0);
}
/* ───── CONTACT ───── */
.contact {
  background: var(--sand);
  padding: clamp(64px, 12vh, 130px) clamp(18px, 6vw, 80px);
}
.contact-wrap {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(40px, 6vw, 80px);
}
.contact-eyebrow {
  font-size: 12px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--stone);
}
.contact-heading {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(30px, 4.4vw, 52px);
  line-height: 1.07;
  margin: 16px 0 0;
  color: var(--ink);
}
.contact-intro {
  font-size: 16px;
  line-height: 1.75;
  color: var(--ink2);
  margin: 20px 0 0;
  max-width: 46ch;
}
/* ───── FOOTER ───── */
.site-footer {
  background: var(--ink);
  color: #fff;
  padding: clamp(56px, 9vh, 96px) clamp(18px, 6vw, 80px) 40px;
}
.footer-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: clamp(28px, 3vw, 48px);
}
.footer-top {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
  padding-bottom: 40px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer-brand-top {
  font-family: var(--font-serif);
  font-size: 24px;
  letter-spacing: 0.18em;
}
.footer-brand-bot {
  font-size: 10px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--mist);
}
.footer-tagline {
  max-width: 42ch;
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}
.footer-col-title {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mist);
  margin: 0 0 16px;
  font-weight: 400;
}
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: 14px;
}
.footer-links a,
.footer-links li {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.footer-links li.address {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}
.footer-bottom {
  max-width: 1320px;
  margin: clamp(36px, 6vh, 56px) auto 0;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
}
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  align-items: center;
}
.footer-meta {
  display: flex;
  gap: 18px;
  align-items: center;
}
.footer-meta button {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 0.04em;
  padding: 0;
  font-family: inherit;
}
.footer-meta a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

/* ───── RESPONSIVE ───── */
@media (max-width: 880px) {
  .hero-title {
    font-size: clamp(36px, 8vw, 60px);
  }
  .hero-actions {
    flex-direction: column;
    align-items: center;
  }
  .hero-actions .btn {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }
  .intro-img {
    height: clamp(300px, 45vh, 480px);
  }
  .intro-badge {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: -40px;
    max-width: 100%;
  }
  .history-tl-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding: 24px 0;
  }
  .history-tl-item:last-child {
    border-bottom: none;
  }
  .gallery-masonry {
    columns: 2 180px;
  }
}
@media (max-width: 640px) {
  .hero {
    min-height: 100svh;
    height: 100svh;
  }
  .hero-content {
    padding: 0 16px clamp(30px, 5vh, 50px);
  }
  .hero-eyebrow {
    font-size: 10px;
    letter-spacing: 0.3em;
    margin-bottom: 14px;
  }
  .hero-title {
    font-size: clamp(30px, 10vw, 44px);
  }
  .hero-subtitle {
    font-size: 14px;
    margin-top: 16px;
  }
  .hero-actions {
    margin-top: 24px;
  }
  .hero-scroll {
    display: none;
  }
  .gallery-masonry {
    columns: 1;
  }
  .visit-bottom {
    grid-template-columns: 1fr;
  }
  .visit-map iframe {
    min-height: 260px;
  }
}
@media (max-width: 480px) {
  .intro-grid {
    grid-template-columns: 1fr;
  }
  .intro-stats {
    flex-direction: column;
    gap: 18px;
  }
  .intro-stat-label {
    max-width: none;
  }
  .sights-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .sights-grid {
    grid-template-columns: 1fr;
  }
  .food-grid {
    grid-template-columns: 1fr;
  }
  .stay-grid {
    grid-template-columns: 1fr;
  }
  .visit-info-grid {
    grid-template-columns: 1fr;
  }
  .contact-wrap {
    grid-template-columns: 1fr;
  }
  .quote-band {
    height: clamp(240px, 40vh, 360px);
  }
  .quote-text {
    font-size: 20px;
    max-width: 14ch;
  }
}
@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-top {
    grid-column: 1 / -1;
  }
}
@media (max-width: 640px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-top {
    flex-direction: column;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .footer-meta {
    flex-wrap: wrap;
    gap: 10px 16px;
  }
}

/* ───── VISIT / TOUR IMAGES ───── */
.visit-info-img,
.visit-tour-img {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 3px;
}
.visit-info-img img,
.visit-tour-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ───── EVENTS SEARCH & FILTER ───── */
.events-section {
  padding: clamp(64px, 12vh, 120px) clamp(18px, 6vw, 80px) clamp(40px, 6vh, 64px);
  max-width: 860px;
  margin: 0 auto;
}
.events-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  align-items: center;
  justify-content: space-between;
  margin: 28px 0 clamp(28px, 4vh, 40px);
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.events-search-input {
  flex: 1 1 240px;
  max-width: 360px;
}
.events-toggle {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13.5px;
  color: var(--ink2);
  cursor: pointer;
  white-space: nowrap;
}
.events-toggle input {
  width: 16px;
  height: 16px;
  accent-color: var(--ink);
  cursor: pointer;
}
.events-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.event-card {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 24px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}
.events-list .event-card:first-child {
  border-top: none;
  padding-top: 0;
}
.event-card-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--sand);
  border-radius: 3px;
  padding: 12px 4px;
  height: fit-content;
}
.event-card-day {
  font-family: var(--font-serif);
  font-size: 26px;
  line-height: 1;
  color: var(--ink);
}
.event-card-month {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--stone);
  margin-top: 4px;
}
.event-card-year {
  font-size: 11px;
  color: var(--stone);
}
.event-card-eyebrow {
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 8px;
}
.event-card-title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 21px;
  color: var(--ink);
  margin: 0 0 10px;
}
.event-card-img {
  width: 100%;
  max-width: 420px;
  height: auto;
  border-radius: 3px;
  margin-bottom: 14px;
  display: block;
}
.event-card-desc {
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--ink2);
  margin: 0 0 14px;
}
.events-empty {
  text-align: center;
  padding: 40px 0;
  color: var(--stone);
  font-size: 14.5px;
}
@media (max-width: 480px) {
  .event-card { grid-template-columns: 56px 1fr; gap: 16px; }
  .event-card-day { font-size: 19px; }
}

/* ───── HISTORY GALLERY ───── */
.history-gallery-grid figure {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 3px;
  margin: 0;
}
.history-gallery-grid figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

