@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Lato:wght@300;400;700&display=swap');

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #231F20;
  background: #fff;
  line-height: 1.7;
}

/* ============================
   NAVIGATION
   ============================ */
.site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  background: rgba(35, 31, 32, 0.96);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  height: 72px;
  border-bottom: 1px solid rgba(185, 202, 189, 0.12);
}

.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  font-weight: 400;
  color: #B9CABD;
  text-decoration: none;
  letter-spacing: 0.02em;
  line-height: 1;
}

.nav-logo span {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #98989A;
  margin-top: 3px;
}

.nav-links {
  display: flex;
  gap: 38px;
  list-style: none;
}

.nav-links a {
  color: rgba(185, 202, 189, 0.85);
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: #FDC609;
}

/* ============================
   HERO
   ============================ */
.hero {
  position: relative;
  height: 100vh;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  will-change: transform;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(175deg, rgba(35,31,32,0.3) 0%, rgba(35,31,32,0.7) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 780px;
  padding: 0 28px;
  margin-top: 36px;
}

.hero-kicker {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #FDC609;
  margin-bottom: 22px;
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  font-weight: 400;
  color: #fff;
  line-height: 1.18;
  margin-bottom: 22px;
}

.hero-title em {
  font-style: italic;
  color: #B9CABD;
}

.hero-subtitle {
  font-size: 1.05rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 44px;
  letter-spacing: 0.03em;
}

.hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.scroll-down {
  position: absolute;
  bottom: 44px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.4);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
}

.scroll-down::after {
  content: '';
  display: block;
  width: 1px;
  height: 56px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.4), transparent);
}

/* ============================
   BUTTONS
   ============================ */
.btn {
  display: inline-block;
  padding: 15px 38px;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: all 0.25s ease;
  cursor: pointer;
  border: none;
  outline: none;
}

.btn-gold {
  background: #FDC609;
  color: #231F20;
}
.btn-gold:hover { background: #e8b400; }

.btn-outline-light {
  border: 1px solid rgba(255,255,255,0.5);
  color: #fff;
  background: transparent;
}
.btn-outline-light:hover {
  background: rgba(255,255,255,0.12);
}

.btn-outline-sage {
  border: 1px solid #B9CABD;
  color: #B9CABD;
  background: transparent;
}
.btn-outline-sage:hover {
  background: #B9CABD;
  color: #231F20;
}

.btn-dark {
  background: #231F20;
  color: #B9CABD;
}
.btn-dark:hover {
  background: #FDC609;
  color: #231F20;
}

.btn-sage {
  background: #B9CABD;
  color: #231F20;
}
.btn-sage:hover { background: #a5b8ac; }

/* ============================
   SECTIONS
   ============================ */
.section {
  padding: 100px 48px;
}

.section-center {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.eyebrow {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #FDC609;
  margin-bottom: 16px;
}

.section-heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.9rem, 4vw, 3.1rem);
  font-weight: 400;
  color: #231F20;
  line-height: 1.22;
  margin-bottom: 22px;
}

.section-heading em {
  font-style: italic;
  color: #B9CABD;
}

.section-body {
  font-size: 1rem;
  font-weight: 300;
  color: #666;
  line-height: 1.85;
  max-width: 620px;
  margin: 0 auto;
}

.rule {
  width: 48px;
  height: 2px;
  background: #B9CABD;
  margin: 24px auto;
}

/* ============================
   ABOUT STRIP
   ============================ */
.about-section {
  background: #F5F2EE;
}

/* ============================
   ROOMS GRID
   ============================ */
.rooms-section {
  padding: 0;
}

.rooms-section-header {
  padding: 80px 48px 60px;
  text-align: center;
}

.rooms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 48px 80px;
}

.room-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2/3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 4px;
}

/* The <a class="imgholder"> fills the whole card as the image link */
.imgholder {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
}

.imgholder:focus-visible {
  outline: 2px solid #FDC609;
  outline-offset: -2px;
}

.room-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.room-card:hover .room-card-bg,
.imgholder:hover .room-card-bg {
  transform: scale(1.07);
}

.room-card-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
    rgba(35, 31, 32, 0.92) 0%,
    rgba(35, 31, 32, 0.5) 40%,
    rgba(35, 31, 32, 0.08) 80%,
    transparent 100%);
}

.room-card-body {
  position: relative;
  z-index: 1;
  padding: 32px 30px 36px;
}

.room-card-type {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #FDC609;
  margin-bottom: 8px;
}

.room-card-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 12px;
}

.room-card-blurb {
  font-size: 0.85rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
  margin-bottom: 22px;
}

.room-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.room-card-price {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  color: #fff;
}

.room-card-price small {
  font-family: 'Lato', sans-serif;
  font-size: 0.72rem;
  font-weight: 300;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.06em;
}

.room-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #231F20;
  background: #B9CABD;
  padding: 9px 18px;
  transition: background 0.22s ease, color 0.22s ease;
  white-space: nowrap;
}

.room-card-cta::after {
  content: '→';
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0;
  transition: transform 0.2s ease;
}

.room-card:hover .room-card-cta {
  background: #FDC609;
  color: #231F20;
}

.room-card:hover .room-card-cta::after {
  transform: translateX(4px);
}

/* ============================
   VIEWS GALLERY
   ============================ */
.views-section {
  background: #231F20;
  padding: 100px 48px;
}

.views-section .eyebrow { color: #B9CABD; }
.views-section .section-heading { color: #fff; }
.views-section .section-heading em { color: #B9CABD; }
.views-section .section-body { color: #98989A; }
.views-section .rule { background: rgba(185, 202, 189, 0.3); }

.views-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  max-width: 1300px;
  margin: 64px auto 0;
}

.view-item {
  position: relative;
  overflow: hidden;
}

.view-item img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  transition: transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.view-item:hover img {
  transform: scale(1.05);
}

.view-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 28px 30px;
  background: linear-gradient(to top, rgba(35,31,32,0.9) 0%, transparent 100%);
}

.view-caption-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 5px;
}

.view-caption-sub {
  font-size: 0.8rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.06em;
}

/* ============================
   BOOKING STRIP
   ============================ */
.booking-strip {
  background: #FDC609;
  padding: 72px 48px;
  text-align: center;
}

.booking-strip h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 400;
  color: #231F20;
  margin-bottom: 14px;
}

.booking-strip p {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(35, 31, 32, 0.68);
  margin-bottom: 36px;
}

/* ============================
   CONTACT SECTION
   ============================ */
.contact-section {
  background: #1F1F1F;
  padding: 88px 48px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  max-width: 1060px;
  margin: 60px auto 0;
}

.contact-block h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 400;
  color: #B9CABD;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(185, 202, 189, 0.18);
}

.contact-block p,
.contact-block address {
  font-size: 0.9rem;
  font-weight: 300;
  color: #98989A;
  line-height: 1.9;
  font-style: normal;
}

.contact-block a {
  color: #98989A;
  text-decoration: none;
  transition: color 0.2s;
}

.contact-block a:hover {
  color: #B9CABD;
}

/* ============================
   FOOTER
   ============================ */
.site-footer {
  background: #231F20;
  border-top: 1px solid rgba(185, 202, 189, 0.1);
  padding: 30px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-copy {
  font-size: 0.75rem;
  font-weight: 300;
  color: rgba(152, 152, 154, 0.5);
}

.footer-nav {
  display: flex;
  gap: 30px;
  list-style: none;
}

.footer-nav a {
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(152, 152, 154, 0.55);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-nav a:hover {
  color: #B9CABD;
}

/* ============================
   ROOM PAGES
   ============================ */
.room-page-hero {
  position: relative;
  height: 72vh;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.room-page-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.room-page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(35,31,32,0.88) 0%, rgba(35,31,32,0.15) 55%, transparent 100%);
}

.room-page-hero-content {
  position: relative;
  z-index: 1;
  padding: 60px 64px;
  max-width: 780px;
}

.room-breadcrumb {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 14px;
}

.room-breadcrumb a {
  color: #B9CABD;
  text-decoration: none;
}

.room-breadcrumb a:hover { color: #FDC609; }

.room-page-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 400;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 18px;
}

.room-page-tagline {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255,255,255,0.7);
  margin-bottom: 28px;
  letter-spacing: 0.03em;
  font-style: italic;
  font-family: 'Playfair Display', serif;
}

.room-page-rate-badge {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  background: rgba(35,31,32,0.65);
  border: 1px solid rgba(185,202,189,0.3);
  padding: 10px 20px;
}

.rate-badge-amount {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #FDC609;
}

.rate-badge-label {
  font-size: 0.72rem;
  font-weight: 300;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.06em;
}

/* Room page body */
.room-page-body {
  max-width: 1180px;
  margin: 0 auto;
  padding: 80px 64px;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 80px;
  align-items: start;
}

.room-detail-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.9rem;
  font-weight: 400;
  color: #231F20;
  margin-bottom: 22px;
}

.room-detail-section p {
  font-size: 1rem;
  font-weight: 300;
  color: #555;
  line-height: 1.88;
  margin-bottom: 18px;
}

.room-detail-section p:last-of-type {
  margin-bottom: 0;
}

.room-amenities-block {
  margin-top: 52px;
}

.room-amenities-block h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #231F20;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8e3de;
}

.amenities-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
  list-style: none;
}

.amenities-grid li {
  font-size: 0.88rem;
  font-weight: 300;
  color: #666;
  padding-left: 22px;
  position: relative;
  line-height: 1.5;
}

.amenities-grid li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 1px;
  background: #B9CABD;
}

/* Room sidebar */
.room-sidebar {
  position: sticky;
  top: 90px;
}

.rate-card {
  background: #F5F2EE;
  padding: 36px;
}

.rate-card-header {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 400;
  color: #231F20;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e8e3de;
}

.rate-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 11px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.rate-item-label {
  font-size: 0.82rem;
  font-weight: 400;
  color: #888;
  letter-spacing: 0.03em;
}

.rate-item-value {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: #231F20;
}

.rate-card-note {
  font-size: 0.78rem;
  font-weight: 300;
  color: #999;
  font-style: italic;
  margin-top: 16px;
  line-height: 1.6;
}

.rate-card-cta {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rate-card-cta .btn {
  display: block;
  text-align: center;
}

.also-consider {
  margin-top: 3px;
  background: #231F20;
  padding: 28px 36px;
}

.also-consider h4 {
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: #B9CABD;
  margin-bottom: 16px;
}

.also-consider ul {
  list-style: none;
}

.also-consider li {
  padding: 9px 0;
  border-bottom: 1px solid rgba(185,202,189,0.1);
}

.also-consider li:last-child { border-bottom: none; }

.also-consider a {
  color: #98989A;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 300;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.2s;
}

.also-consider a:hover { color: #B9CABD; }

.also-consider a::after {
  content: '→';
  font-size: 0.8rem;
  opacity: 0.5;
}

/* ============================
   RESPONSIVE
   ============================ */
@media (max-width: 1100px) {
  .room-page-body {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 60px 40px;
  }
  .room-sidebar {
    position: static;
  }
  .rate-card-cta { flex-direction: row; }
}

@media (max-width: 1024px) {
  .rooms-grid {
    grid-template-columns: 1fr;
  }
  .room-card {
    aspect-ratio: 16/8;
  }
  .views-grid {
    grid-template-columns: 1fr;
  }
  .contact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
  .contact-grid > .contact-block:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .site-nav { padding: 0 24px; height: 64px; }
  .nav-links { gap: 22px; }
  .nav-links a { font-size: 0.68rem; letter-spacing: 0.1em; }
  .section { padding: 72px 24px; }
  .views-section,
  .booking-strip,
  .contact-section { padding-left: 24px; padding-right: 24px; }
  .room-page-hero-content { padding: 36px 24px; }
  .room-page-body { padding: 50px 24px; }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .contact-grid > .contact-block:last-child { grid-column: auto; }
  .site-footer { flex-direction: column; gap: 16px; text-align: center; padding: 24px; }
  .footer-nav { gap: 18px; }
  .view-item img { height: 340px; }
  .rooms-section-header { padding: 60px 24px 40px; }
  .rate-card-cta { flex-direction: column; }
}

@media (max-width: 540px) {
  .nav-links { display: none; }
  .hero-actions { flex-direction: column; align-items: center; }
  .amenities-grid { grid-template-columns: 1fr; }
}

/* ============================
   GALLERY
   ============================ */
.gallery-section {
  padding: 80px 0 100px;
  background: #F5F2EE;
}

.gallery-section-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 48px;
}

.gallery-section-header {
  text-align: center;
  margin-bottom: 48px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}

.gallery-item {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: zoom-in;
  background: #1F1F1F;
  text-decoration: none;
}

.gallery-item--lg {
  grid-column: span 2;
  aspect-ratio: 16/9;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery-item:hover img {
  transform: scale(1.06);
}

.gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: rgba(35, 31, 32, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.gallery-item:hover .gallery-item-overlay {
  background: rgba(35, 31, 32, 0.45);
}

.gallery-zoom-icon {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.3s ease, transform 0.3s ease;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
}

.gallery-item:hover .gallery-zoom-icon {
  opacity: 1;
  transform: scale(1);
}

/* ============================
   LIGHTBOX
   ============================ */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: all;
}

.lb-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 88vw;
  max-height: 90vh;
}

.lb-img {
  max-width: 88vw;
  max-height: 82vh;
  object-fit: contain;
  display: block;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.5);
  transition: opacity 0.2s ease;
}

.lb-caption {
  margin-top: 14px;
  font-size: 0.8rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.1em;
  font-style: italic;
}

.lb-close {
  position: fixed;
  top: 20px;
  right: 28px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 2.4rem;
  font-weight: 200;
  cursor: pointer;
  line-height: 1;
  padding: 8px 12px;
  transition: color 0.2s;
  z-index: 10;
}

.lb-close:hover { color: #fff; }

.lb-prev,
.lb-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.6);
  font-size: 2rem;
  font-weight: 200;
  width: 54px;
  height: 54px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 10;
}

.lb-prev { left: 20px; }
.lb-next { right: 20px; }

.lb-prev:hover,
.lb-next:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}

.lb-counter {
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 300;
  z-index: 10;
}

/* Gallery responsive */
@media (max-width: 900px) {
  .gallery-section-inner { padding: 0 24px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 3px; }
  .gallery-item--lg { grid-column: span 2; }
}

@media (max-width: 540px) {
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 2px; }
  .gallery-item--lg { grid-column: span 2; aspect-ratio: 4/3; }
  .lb-prev { left: 8px; width: 40px; height: 40px; font-size: 1.4rem; }
  .lb-next { right: 8px; width: 40px; height: 40px; font-size: 1.4rem; }
}
