:root {
  --emerald-950: #062624;
  --emerald-900: #0b3d3a;
  --emerald-800: #0f4f4a;
  --emerald-700: #14635c;
  --gold-400: #d4b56a;
  --gold-500: #c9a84c;
  --gold-600: #a8872f;
  --pearl-50: #f8f6f1;
  --pearl-100: #efeae0;
  --pearl-200: #e2d9c8;
  --ink-900: #121816;
  --ink-700: #2c3532;
  --ink-500: #5a6662;
  --white: #ffffff;
  --shadow-soft: 0 18px 50px rgba(6, 38, 36, 0.12);
  --radius-lg: 1.25rem;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;
  --transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink-900);
  background:
    radial-gradient(circle at top left, rgba(201, 168, 76, 0.08), transparent 28%),
    linear-gradient(180deg, var(--pearl-50) 0%, #f3efe6 48%, var(--pearl-50) 100%);
  line-height: 1.65;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  position: relative;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition), background-color var(--transition), border-color var(--transition), transform var(--transition), opacity var(--transition);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container,
.row,
section,
main,
header,
footer,
nav,
.dual-panel,
.atelier-panel,
.gallery-mosaic,
.gallery-page-grid,
.feature-strip,
.highlight-frame,
.cta-panel,
.disclaimer-banner {
  max-width: 100%;
}

.topbar {
  background: linear-gradient(90deg, var(--emerald-950), var(--emerald-800));
  color: var(--pearl-100);
  padding: 0.55rem 0;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  text-align: center;
}

.topbar-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.topbar-text i {
  color: var(--gold-400);
}

.site-navbar {
  background: rgba(248, 246, 241, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(11, 61, 58, 0.08);
  padding: 0.85rem 0;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.logo-mark {
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, var(--emerald-800), var(--emerald-950));
  color: var(--gold-400);
  font-size: 1.15rem;
  box-shadow: 0 8px 20px rgba(11, 61, 58, 0.25);
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.logo-title {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--emerald-900);
  letter-spacing: 0.01em;
}

.logo-tag {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ink-500);
  font-weight: 600;
}

.site-toggler {
  border: 1px solid rgba(11, 61, 58, 0.18);
  border-radius: 0.7rem;
  padding: 0.55rem 0.65rem;
  box-shadow: none;
}

.site-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 168, 76, 0.25);
}

.toggler-lines {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  width: 1.35rem;
}

.toggler-lines span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--emerald-900);
  border-radius: 2px;
  transition: transform var(--transition), opacity var(--transition);
}

.site-toggler[aria-expanded="true"] .toggler-lines span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.site-toggler[aria-expanded="true"] .toggler-lines span:nth-child(2) {
  opacity: 0;
}

.site-toggler[aria-expanded="true"] .toggler-lines span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

.navbar-nav .nav-link {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink-700);
  padding: 0.55rem 0.85rem !important;
  border-radius: 999px;
  position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--emerald-900);
  background: rgba(11, 61, 58, 0.06);
}

.nav-cta {
  background: linear-gradient(135deg, var(--emerald-800), var(--emerald-950)) !important;
  color: var(--pearl-50) !important;
  margin-left: 0.35rem;
}

.nav-cta:hover {
  background: linear-gradient(135deg, var(--emerald-700), var(--emerald-900)) !important;
  color: var(--white) !important;
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: calc(100vh - 7.5rem);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--pearl-50);
}

.hero-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  transform: scale(1.04);
  animation: heroZoom 18s ease-in-out infinite alternate;
}

.hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(6, 38, 36, 0.82) 8%, rgba(6, 38, 36, 0.45) 48%, rgba(6, 38, 36, 0.72) 100%),
    linear-gradient(0deg, rgba(6, 38, 36, 0.75) 0%, transparent 45%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-bottom: 6.5rem;
  padding-top: 5rem;
}

.hero-copy {
  max-width: 42rem;
  animation: fadeUp 1s ease both;
}

.hero-brand {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  color: var(--gold-400);
  margin-bottom: 0.75rem;
  letter-spacing: 0.02em;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  font-weight: 600;
  line-height: 1.08;
  margin-bottom: 1.15rem;
  color: var(--white);
}

.hero-lead {
  font-size: 1.05rem;
  max-width: 34rem;
  color: rgba(248, 246, 241, 0.88);
  margin-bottom: 1.85rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.btn-gold,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3rem;
  padding: 0.75rem 1.45rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  border: 1px solid transparent;
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold-400), var(--gold-600));
  color: var(--emerald-950);
  box-shadow: 0 12px 30px rgba(201, 168, 76, 0.28);
}

.btn-gold:hover {
  color: var(--emerald-950);
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(201, 168, 76, 0.35);
}

.btn-ghost {
  background: transparent;
  border-color: rgba(248, 246, 241, 0.45);
  color: var(--pearl-50);
}

.btn-ghost:hover {
  background: rgba(248, 246, 241, 0.1);
  color: var(--white);
  border-color: var(--pearl-50);
}

.hero-scroll {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(248, 246, 241, 0.7);
  animation: bounceSoft 2.4s ease-in-out infinite;
}

.section {
  padding: 5.5rem 0;
}

.section-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-600);
  margin-bottom: 0.85rem;
}

.section-eyebrow.light {
  color: var(--gold-400);
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--emerald-950);
  margin-bottom: 1rem;
}

.section-title.light {
  color: var(--pearl-50);
}

.section-text {
  color: var(--ink-500);
  font-size: 1.02rem;
}

.section-text.light {
  color: rgba(248, 246, 241, 0.82);
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.feature-item {
  padding: 1.75rem 1.5rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(11, 61, 58, 0.08);
  box-shadow: var(--shadow-soft);
  transition: transform var(--transition), box-shadow var(--transition);
}

.feature-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 55px rgba(6, 38, 36, 0.16);
}

.feature-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, var(--emerald-800), var(--emerald-950));
  color: var(--gold-400);
  margin-bottom: 1.1rem;
  font-size: 1.1rem;
}

.feature-item h3 {
  font-family: var(--font-display);
  font-size: 1.55rem;
  margin-bottom: 0.6rem;
  color: var(--emerald-900);
}

.feature-item p {
  margin: 0;
  color: var(--ink-500);
  font-size: 0.96rem;
}

.dual-section {
  padding-top: 1rem;
}

.dual-panel {
  overflow: hidden;
  border-radius: calc(var(--radius-lg) + 0.35rem);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  margin-bottom: 1.75rem;
  border: 1px solid rgba(11, 61, 58, 0.06);
}

.dual-visual {
  min-height: 22rem;
  background-size: cover;
  background-position: center;
  position: relative;
}

.dual-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(6, 38, 36, 0.18));
}

.dual-body {
  padding: 2.75rem 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin-bottom: 0.7rem;
  color: var(--ink-700);
  font-weight: 500;
}

.check-list i {
  color: var(--gold-600);
  margin-top: 0.3rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 700;
  color: var(--emerald-800);
}

.text-link:hover {
  color: var(--gold-600);
  gap: 0.75rem;
}

.highlight-section {
  padding-top: 2rem;
}

.highlight-frame {
  border-radius: calc(var(--radius-lg) + 0.5rem);
  padding: 3rem 2.5rem;
  background:
    radial-gradient(circle at top right, rgba(212, 181, 106, 0.22), transparent 35%),
    linear-gradient(135deg, var(--emerald-950), var(--emerald-800));
  box-shadow: var(--shadow-soft);
}

.moments-section .moment-block {
  height: 100%;
  padding: 2rem 1.5rem;
  border-top: 2px solid var(--gold-500);
  background: transparent;
}

.moment-num {
  display: block;
  font-family: var(--font-display);
  font-size: 2.4rem;
  color: var(--gold-600);
  line-height: 1;
  margin-bottom: 1rem;
}

.moment-block h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--emerald-900);
  margin-bottom: 0.7rem;
}

.moment-block p {
  margin: 0;
  color: var(--ink-500);
}

.atelier-panel {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  overflow: hidden;
  border-radius: calc(var(--radius-lg) + 0.35rem);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(11, 61, 58, 0.06);
  min-height: 28rem;
}

.atelier-media {
  min-height: 22rem;
  background-size: cover;
  background-position: center;
}

.atelier-body {
  padding: 2.75rem 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.atelier-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.atelier-stats strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--emerald-900);
  line-height: 1;
  margin-bottom: 0.35rem;
}

.atelier-stats span {
  font-size: 0.8rem;
  color: var(--ink-500);
  font-weight: 600;
}

.games-intro {
  max-width: 36rem;
}

.game-tile {
  height: 100%;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--white);
  border: 1px solid rgba(11, 61, 58, 0.08);
  box-shadow: var(--shadow-soft);
  transition: transform var(--transition), box-shadow var(--transition);
}

.game-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 55px rgba(6, 38, 36, 0.16);
}

.game-tile-media {
  height: 14rem;
  background-size: cover;
  background-position: center;
}

.game-tile-body {
  padding: 1.4rem 1.35rem 1.6rem;
}

.game-tile-body h3 {
  font-family: var(--font-display);
  font-size: 1.55rem;
  color: var(--emerald-900);
  margin-bottom: 0.45rem;
}

.game-tile-body p {
  margin: 0;
  color: var(--ink-500);
  font-size: 0.95rem;
}

.gallery-mosaic {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: repeat(2, 14rem);
  gap: 1rem;
}

.gallery-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 1rem;
}

.gallery-item-large {
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.gallery-item:hover img {
  transform: scale(1.06);
}

.gallery-item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 1.1rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--pearl-50);
  background: linear-gradient(0deg, rgba(6, 38, 36, 0.8), transparent);
}

.disclaimer-banner {
  display: flex;
  gap: 1.35rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(11, 61, 58, 0.1);
  box-shadow: var(--shadow-soft);
}

.disclaimer-icon {
  width: 3.2rem;
  height: 3.2rem;
  flex-shrink: 0;
  border-radius: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, var(--emerald-800), var(--emerald-950));
  color: var(--gold-400);
  font-size: 1.2rem;
}

.disclaimer-banner h2 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--emerald-900);
  margin-bottom: 0.55rem;
}

.disclaimer-banner p {
  margin-bottom: 1rem;
  color: var(--ink-500);
}

.disclaimer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.disclaimer-links a {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(11, 61, 58, 0.07);
  color: var(--emerald-900);
  font-size: 0.86rem;
  font-weight: 700;
}

.disclaimer-links a:hover {
  background: var(--emerald-900);
  color: var(--pearl-50);
}

.page-hero {
  position: relative;
  padding: 4.5rem 0 3.5rem;
  background:
    linear-gradient(135deg, rgba(6, 38, 36, 0.92), rgba(11, 61, 58, 0.82)),
    url("../images/hero-banner.png") center/cover no-repeat;
  color: var(--pearl-50);
}

.page-hero .section-title {
  color: var(--pearl-50);
  margin-bottom: 0.75rem;
}

.page-hero .section-text {
  color: rgba(248, 246, 241, 0.82);
  max-width: 40rem;
  margin: 0;
}

.policy-content {
  padding: 4rem 0 5rem;
}

.policy-shell {
  max-width: 48rem;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(11, 61, 58, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: 2.5rem 2rem;
}

.policy-shell h2 {
  font-family: var(--font-display);
  font-size: 1.7rem;
  color: var(--emerald-900);
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
}

.policy-shell h2:first-child {
  margin-top: 0;
}

.policy-shell p,
.policy-shell li {
  color: var(--ink-500);
}

.policy-shell ul {
  padding-left: 1.15rem;
  margin-bottom: 1rem;
}

.policy-shell li {
  margin-bottom: 0.45rem;
}

.policy-meta {
  font-size: 0.88rem;
  color: var(--gold-600);
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.cta-section {
  padding-top: 1rem;
}

.cta-panel {
  text-align: center;
  border-radius: calc(var(--radius-lg) + 0.5rem);
  padding: 4rem 2rem;
  background:
    linear-gradient(160deg, rgba(6, 38, 36, 0.92), rgba(11, 61, 58, 0.88)),
    url("../images/hero-banner.png") center/cover no-repeat;
  box-shadow: var(--shadow-soft);
}

.site-footer {
  background: var(--emerald-950);
  color: rgba(248, 246, 241, 0.78);
  padding: 4rem 0 1.75rem;
  margin-top: 2rem;
}

.back-to-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1040;
  width: 3rem;
  height: 3rem;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-400), var(--gold-600));
  color: var(--emerald-950);
  box-shadow: 0 12px 28px rgba(6, 38, 36, 0.28);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity var(--transition), transform var(--transition), visibility var(--transition);
  cursor: pointer;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  transform: translateY(-3px);
}

body.age-locked {
  overflow: hidden;
}

.age-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background:
    linear-gradient(145deg, rgba(6, 38, 36, 0.94), rgba(11, 61, 58, 0.9)),
    url("../images/hero-banner.png") center/cover no-repeat;
}

.age-dialog {
  width: 100%;
  max-width: 28rem;
  background: var(--pearl-50);
  border-radius: 1.25rem;
  padding: 2rem 1.75rem;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
  text-align: center;
}

.age-icon {
  width: 3.4rem;
  height: 3.4rem;
  margin: 0 auto 1rem;
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, var(--emerald-800), var(--emerald-950));
  color: var(--gold-400);
  font-size: 1.25rem;
}

.age-brand {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--gold-600);
  margin-bottom: 0.35rem;
}

.age-dialog h2 {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--emerald-950);
  margin-bottom: 0.75rem;
}

.age-dialog p {
  color: var(--ink-500);
  margin-bottom: 1.5rem;
}

.age-actions {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.btn-ghost-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1.45rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
  background: transparent;
  border: 1px solid rgba(11, 61, 58, 0.25);
  color: var(--emerald-900);
  cursor: pointer;
}

.btn-ghost-dark:hover {
  background: rgba(11, 61, 58, 0.06);
  color: var(--emerald-950);
}

.cookie-bar {
  position: fixed;
  left: 50%;
  right: auto;
  bottom: 1rem;
  z-index: 1900;
  width: calc(100% - 1.5rem);
  max-width: 56rem;
  margin: 0;
  background: rgba(248, 246, 241, 0.97);
  border: 1px solid rgba(11, 61, 58, 0.12);
  border-radius: 1.1rem;
  box-shadow: 0 18px 50px rgba(6, 38, 36, 0.22);
  padding: 1.15rem 1.25rem;
  transform: translateX(-50%);
  transition: opacity var(--transition), transform var(--transition);
  box-sizing: border-box;
}

.cookie-bar.is-hidden {
  opacity: 0;
  transform: translate(-50%, 16px);
  pointer-events: none;
}

.cookie-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.cookie-text {
  flex: 1 1 16rem;
}

.cookie-text strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--emerald-900);
  margin-bottom: 0.25rem;
}

.cookie-text p {
  margin: 0;
  color: var(--ink-500);
  font-size: 0.92rem;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}

.cookie-actions .btn {
  min-height: 2.6rem;
  padding: 0.55rem 1.1rem;
  font-size: 0.86rem;
}

.cookie-link {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--emerald-800);
  padding: 0.4rem 0.55rem;
}

.cookie-link:hover {
  color: var(--gold-600);
}

.info-card,
.menu-card,
.contact-card {
  height: 100%;
  padding: 1.6rem 1.4rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(11, 61, 58, 0.08);
  box-shadow: var(--shadow-soft);
}

.info-card h3,
.menu-card h3,
.contact-card h3 {
  font-family: var(--font-display);
  font-size: 1.55rem;
  color: var(--emerald-900);
  margin-bottom: 0.55rem;
}

.info-card p,
.menu-card p,
.contact-card p {
  margin: 0;
  color: var(--ink-500);
}

.menu-price {
  display: inline-block;
  margin-top: 0.85rem;
  font-weight: 700;
  color: var(--gold-600);
}

.menu-category {
  margin-bottom: 2.5rem;
}

.page-media-banner {
  min-height: 18rem;
  border-radius: calc(var(--radius-lg) + 0.25rem);
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow-soft);
  margin-bottom: 2.5rem;
}

.timeline-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid rgba(201, 168, 76, 0.45);
}

.timeline-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--emerald-900);
  margin-bottom: 0.25rem;
}

.contact-card i {
  color: var(--gold-600);
  margin-right: 0.45rem;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.gallery-page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.gallery-page-grid .gallery-item {
  min-height: 16rem;
}

.hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(11, 61, 58, 0.08);
  color: var(--ink-700);
  font-weight: 500;
}

.hours-list li span:last-child {
  color: var(--emerald-800);
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .gallery-page-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575.98px) {
  .gallery-page-grid {
    grid-template-columns: 1fr;
  }

  .cookie-bar {
    left: 50%;
    width: calc(100% - 1.2rem);
    bottom: 0.65rem;
    padding: 1rem;
  }

  .back-to-top {
    right: 0.85rem;
    bottom: 0.85rem;
  }

  .topbar-text,
  .footer-contact li,
  .contact-card,
  .contact-actions a,
  .info-card,
  .cookie-text p,
  .btn {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .contact-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-actions .btn {
    width: 100%;
  }

  .hero-title,
  .section-title {
    overflow-wrap: anywhere;
  }
}

.footer-logo .logo-title {
  color: var(--pearl-50);
}

.footer-logo .logo-tag {
  color: rgba(212, 181, 106, 0.85);
}

.footer-about {
  margin-top: 1.15rem;
  max-width: 22rem;
  font-size: 0.95rem;
}

.footer-heading {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--gold-400);
  margin-bottom: 1rem;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 0.55rem;
}

.footer-links a:hover {
  color: var(--gold-400);
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.footer-contact i {
  color: var(--gold-400);
  margin-top: 0.25rem;
  width: 1rem;
}

.footer-bottom {
  margin-top: 2.75rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(248, 246, 241, 0.12);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.88rem;
}

.footer-note {
  color: var(--gold-400);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroZoom {
  from {
    transform: scale(1.04);
  }
  to {
    transform: scale(1.1);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bounceSoft {
  0%,
  100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 6px);
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    margin-top: 0.85rem;
    padding: 0.85rem;
    border-radius: 1rem;
    background: var(--white);
    border: 1px solid rgba(11, 61, 58, 0.08);
    box-shadow: var(--shadow-soft);
  }

  .navbar-nav .nav-link {
    border-radius: 0.75rem;
  }

  .nav-cta {
    margin-left: 0;
    margin-top: 0.35rem;
    text-align: center;
  }

  .feature-strip {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: calc(100vh - 8.5rem);
    align-items: center;
  }

  .hero-content {
    padding-bottom: 5rem;
  }

  .dual-body {
    padding: 2rem 1.5rem;
  }

  .atelier-panel {
    grid-template-columns: 1fr;
  }

  .atelier-body {
    padding: 2rem 1.5rem;
  }

  .gallery-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 12rem);
  }

  .gallery-item-large {
    grid-column: span 2;
    grid-row: span 1;
  }

  .disclaimer-banner {
    flex-direction: column;
  }

  .highlight-frame,
  .cta-panel,
  .policy-shell {
    padding: 2.5rem 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .topbar {
    font-size: 0.74rem;
    padding: 0.65rem 0;
  }

  .logo-title {
    font-size: 1.3rem;
  }

  .logo-tag {
    display: none;
  }

  .hero-actions {
    width: 100%;
  }

  .btn-gold,
  .btn-ghost {
    width: 100%;
  }

  .atelier-stats {
    grid-template-columns: 1fr;
  }

  .gallery-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .gallery-item,
  .gallery-item-large {
    grid-column: auto;
    min-height: 14rem;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-media,
  .hero-scroll,
  .hero-copy,
  .reveal {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
