:root {
  --coffee-dark: #241711;
  --coffee: #4a2e22;
  --coffee-soft: #6e4a38;
  --coffee-light: #8f6956;
  --cream: #f6efe8;
  --latte: #eadacb;
  --gold: #d5ab6d;
  --gold-soft: #f0d3a6;
  --white: #ffffff;
  --text: #2b1d18;
  --glass: rgba(255,255,255,0.10);
  --glass-strong: rgba(255,255,255,0.16);
  --border: rgba(255,255,255,0.16);
  --shadow: 0 24px 60px rgba(40, 24, 18, 0.14);
  --shadow-heavy: 0 35px 90px rgba(34, 20, 16, 0.22);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html, body {
  overflow-x: hidden;
}

body {
  font-family: 'Poppins', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(213,171,109,0.09), transparent 20%),
    radial-gradient(circle at bottom right, rgba(74,46,34,0.08), transparent 18%),
    linear-gradient(180deg, #fffaf5 0%, #f5ebe2 100%);
  min-height: 100vh;
  position: relative;
}

img {
  width: 100%;
  display: block;
}

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.04;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.6) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.6) 1px, transparent 1px);
  background-size: 4px 4px;
}

.page-blob {
  position: fixed;
  border-radius: 50%;
  filter: blur(65px);
  z-index: 0;
  pointer-events: none;
  opacity: 0.3;
}

.blob-1 {
  width: 220px;
  height: 220px;
  background: rgba(213,171,109,0.18);
  top: 80px;
  left: -40px;
}

.blob-2 {
  width: 260px;
  height: 260px;
  background: rgba(255,255,255,0.20);
  right: -60px;
  top: 180px;
}

.blob-3 {
  width: 200px;
  height: 200px;
  background: rgba(74,46,34,0.12);
  bottom: 80px;
  left: 30%;
}

/* INTRO */

/* =========================
   FINAL INTRO FIX
========================= */
#intro {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background:
    radial-gradient(circle at top, rgba(213,171,109,0.16), transparent 28%),
    linear-gradient(135deg, #140d09 0%, #241712 35%, #4a2c20 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 1s ease, visibility 1s ease;
}

#intro.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.intro-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,0.05), transparent 18%),
    radial-gradient(circle at 82% 28%, rgba(213,171,109,0.12), transparent 18%),
    radial-gradient(circle at 50% 80%, rgba(255,255,255,0.04), transparent 24%);
}

.intro-noise {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image:
    linear-gradient(rgba(255,255,255,0.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.35) 1px, transparent 1px);
  background-size: 4px 4px;
  mix-blend-mode: soft-light;
}

.intro-light {
  position: absolute;
  top: -20%;
  left: -35%;
  width: 45%;
  height: 160%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.04),
    rgba(255,255,255,0.12),
    rgba(255,255,255,0.04),
    transparent
  );
  transform: rotate(18deg);
  filter: blur(10px);
  animation: introLightMove 4.8s ease-in-out infinite;
}

.intro-particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.intro-particles span {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.82), rgba(213,171,109,0.22));
  box-shadow: 0 0 18px rgba(213,171,109,0.45);
  animation: floatParticle 10s linear infinite;
}

.intro-particles span:nth-child(1)  { left: 8%; top: 88%; animation-delay: 0s; }
.intro-particles span:nth-child(2)  { left: 16%; top: 94%; animation-delay: 1s; width: 6px; height: 6px; }
.intro-particles span:nth-child(3)  { left: 26%; top: 92%; animation-delay: 2.1s; }
.intro-particles span:nth-child(4)  { left: 38%; top: 95%; animation-delay: 0.8s; width: 10px; height: 10px; }
.intro-particles span:nth-child(5)  { left: 48%; top: 90%; animation-delay: 1.7s; }
.intro-particles span:nth-child(6)  { left: 58%; top: 94%; animation-delay: 2.7s; width: 7px; height: 7px; }
.intro-particles span:nth-child(7)  { left: 68%; top: 89%; animation-delay: 0.5s; }
.intro-particles span:nth-child(8)  { left: 78%; top: 95%; animation-delay: 1.4s; width: 9px; height: 9px; }
.intro-particles span:nth-child(9)  { left: 88%; top: 91%; animation-delay: 2.3s; }
.intro-particles span:nth-child(10) { left: 52%; top: 97%; animation-delay: 0.9s; width: 6px; height: 6px; }

.intro-door {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.05), transparent),
    linear-gradient(180deg, #20130f, #120b09);
  z-index: 2;
  transition: transform 1.2s cubic-bezier(.77,0,.18,1), opacity 1.2s ease;
}

.intro-door-left {
  left: 0;
  border-right: 1px solid rgba(255,255,255,0.05);
}

.intro-door-right {
  right: 0;
  border-left: 1px solid rgba(255,255,255,0.05);
}

#intro.open .intro-door-left {
  transform: translateX(-100%);
  opacity: 0;
}

#intro.open .intro-door-right {
  transform: translateX(100%);
  opacity: 0;
}

.skip-intro-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 6;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.08);
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  backdrop-filter: blur(10px);
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  transition: 0.3s ease;
}

.skip-intro-btn:hover {
  background: rgba(255,255,255,0.16);
  transform: translateY(-2px);
}

.intro-center {
  position: relative;
  z-index: 4;
  text-align: center;
  width: min(92vw, 760px);
  padding: 40px 24px;
}

.intro-ring {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(213,171,109,0.18);
  pointer-events: none;
}

.ring-one {
  width: 240px;
  height: 240px;
  animation: spinSlow 14s linear infinite;
}

.ring-two {
  width: 330px;
  height: 330px;
  border-style: dashed;
  animation: spinSlowReverse 20s linear infinite;
}

.intro-logo-wrap {
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(30px) scale(0.96);
  animation: introReveal 1.1s ease forwards;
  animation-delay: 0.25s;
}

.intro-cup {
  position: relative;
  width: 150px;
  height: 140px;
  margin: 0 auto 18px;
}

.cup-body {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  width: 92px;
  height: 60px;
  border-radius: 0 0 22px 22px;
  background: linear-gradient(180deg, #fff4e8, #d6b69c 72%, #9e7156);
  box-shadow:
    inset 0 7px 12px rgba(255,255,255,0.45),
    0 10px 20px rgba(0,0,0,0.18);
}

.cup-top {
  position: absolute;
  bottom: 79px;
  left: 50%;
  transform: translateX(-50%);
  width: 98px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(180deg, #fffaf4, #cfae92);
}

.coffee-surface {
  position: absolute;
  bottom: 79px;
  left: 50%;
  transform: translateX(-50%);
  width: 84px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(180deg, #6e4638, #3a241d);
}

.cup-handle {
  position: absolute;
  right: 22px;
  bottom: 45px;
  width: 28px;
  height: 30px;
  border: 6px solid #ddbda1;
  border-left: 6px solid transparent;
  border-radius: 50%;
}

.cup-plate {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  width: 136px;
  height: 13px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f4dfca, #9f765b);
  box-shadow: 0 8px 25px rgba(0,0,0,0.18);
}

.steam {
  position: absolute;
  bottom: 86px;
  width: 16px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(to top, rgba(255,255,255,0.0), rgba(255,255,255,0.55));
  filter: blur(4px);
  opacity: 0;
}

.steam-1 { left: 32px; animation: steamUp 2.5s ease-in-out infinite; }
.steam-2 { left: 52px; animation: steamUp 2.5s ease-in-out infinite .5s; }
.steam-3 { left: 72px; animation: steamUp 2.5s ease-in-out infinite 1s; }

.intro-mini {
  color: #d8b48a;
  letter-spacing: 4px;
  font-size: 0.82rem;
  margin-bottom: 8px;
}

.intro-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  color: #fff7f0;
  margin-bottom: 8px;
  text-shadow:
    0 0 12px rgba(213,171,109,0.28),
    0 0 28px rgba(213,171,109,0.18),
    0 8px 24px rgba(0,0,0,0.25);
}

.intro-subtitle {
  color: #d8b48a;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 0.88rem;
  margin-bottom: 12px;
}

.intro-quote {
  color: rgba(255,255,255,0.88);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 26px;
  min-height: 32px;
}

.typing-cursor {
  display: inline-block;
  margin-left: 2px;
  animation: blinkCursor 0.8s steps(1) infinite;
}

.intro-loader-wrap {
  max-width: 460px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(14px);
  animation: introReveal 1.2s ease forwards;
  animation-delay: 0.9s;
}

.intro-loader-bar {
  width: 100%;
  height: 14px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    inset 0 0 18px rgba(0,0,0,0.2),
    0 6px 20px rgba(0,0,0,0.12);
}

.intro-loader-fill {
  width: 0%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #8c6352 0%, #caa46b 50%, #f0cf9e 100%);
  box-shadow: 0 0 18px rgba(213,171,109,0.55);
  transition: width 0.12s linear;
}

.intro-loader-meta {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255,255,255,0.84);
  font-size: 0.88rem;
  letter-spacing: 0.6px;
}

@keyframes introReveal {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.96);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes introLightMove {
  0%   { transform: translateX(-20%) rotate(18deg); opacity: 0; }
  20%  { opacity: 1; }
  60%  { opacity: 0.9; }
  100% { transform: translateX(240%) rotate(18deg); opacity: 0; }
}

@keyframes floatParticle {
  0% {
    transform: translateY(0) scale(0.8);
    opacity: 0;
  }
  10% { opacity: 1; }
  80% { opacity: 0.8; }
  100% {
    transform: translateY(-110vh) scale(1.2);
    opacity: 0;
  }
}

@keyframes steamUp {
  0% {
    transform: translateY(10px) scale(0.8);
    opacity: 0;
  }
  30% { opacity: 0.55; }
  100% {
    transform: translateY(-38px) scale(1.2);
    opacity: 0;
  }
}

@keyframes spinSlow {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes spinSlowReverse {
  from { transform: translate(-50%, -50%) rotate(360deg); }
  to   { transform: translate(-50%, -50%) rotate(0deg); }
}

@keyframes blinkCursor {
  50% { opacity: 0; }
}

@media (max-width: 700px) {
  .intro-title {
    font-size: 2.4rem;
  }

  .intro-quote {
    font-size: 0.94rem;
  }

  .ring-one { width: 200px; height: 200px; }
  .ring-two { width: 270px; height: 270px; }

  .intro-cup {
    transform: scale(0.9);
    margin-bottom: 10px;
  }

  .skip-intro-btn {
    top: 16px;
    right: 16px;
    font-size: 0.82rem;
    padding: 8px 13px;
  }
}

/* NAVBAR */
.topbar {
  width: min(1240px, calc(100% - 32px));
  margin: 18px auto 0;
  padding: 14px 18px;
  background: rgba(255,250,246,0.68);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(90,56,45,0.12);
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: sticky;
  top: 16px;
  z-index: 100;
  box-shadow: var(--shadow);
}

.brand-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}

.logo {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--coffee-dark), var(--coffee-light));
  color: var(--white);
  font-weight: 800;
  letter-spacing: 1px;
}

.brand-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.16rem;
}

.brand-tag {
  font-size: 0.76rem;
  opacity: 0.72;
}

#nav-toggle {
  display: none;
}

.hamburger {
  display: none;
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.navbar a {
  text-decoration: none;
  color: var(--text);
  padding: 10px 14px;
  border-radius: 999px;
  transition: 0.3s ease;
  font-size: 0.94rem;
}

.navbar a:hover,
.navbar a.active {
  background: var(--coffee-dark);
  color: var(--white);
  transform: translateY(-2px);
}

/* HERO */
.hero {
  width: min(1240px, calc(100% - 32px));
  min-height: 92vh;
  margin: 22px auto 24px;
  border-radius: 36px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 26px;
  align-items: stretch;
  padding: 56px;
  background:
    linear-gradient(110deg, rgba(22,14,11,0.85) 0%, rgba(22,14,11,0.56) 45%, rgba(22,14,11,0.20) 100%),
    url('images/hero.jpg') center/cover no-repeat;
  box-shadow: var(--shadow-heavy);
  isolation: isolate;
}

.hero-overlay,
.hero-vignette,
.hero-grid,
.hero-shine,
.hero-light-beam,
.hero-warm-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-overlay {
  background:
    radial-gradient(circle at 20% 20%, rgba(255,214,153,0.08), transparent 22%),
    radial-gradient(circle at 85% 18%, rgba(213,171,109,0.14), transparent 28%);
  z-index: 1;
}

.hero-vignette {
  background: radial-gradient(circle, transparent 45%, rgba(0,0,0,0.22) 100%);
  z-index: 1;
}

.hero-grid {
  opacity: 0.06;
  z-index: 1;
  background-image:
    linear-gradient(rgba(255,255,255,0.34) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.34) 1px, transparent 1px);
  background-size: 28px 28px;
}

.hero-shine {
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.02), rgba(255,255,255,0.05), transparent);
  z-index: 1;
}

.hero-warm-layer {
  background:
    linear-gradient(120deg, rgba(255,193,122,0.06), transparent 30%),
    linear-gradient(300deg, rgba(255,234,210,0.05), transparent 32%);
  z-index: 1;
}

.hero-left,
.hero-right {
  position: relative;
  z-index: 3;
}

.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.eyebrow-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 16px rgba(213,171,109,0.55);
}

.eyebrow {
  letter-spacing: 4px;
  color: var(--gold-soft);
  font-size: 0.82rem;
}

.hero h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 5vw, 5.4rem);
  line-height: 0.98;
  color: var(--white);
  max-width: 780px;
  margin-bottom: 18px;
}

.hero h2 span {
  color: var(--gold-soft);
}

.hero-text {
  line-height: 1.85;
  color: rgba(255,255,255,0.92);
  max-width: 720px;
  margin-bottom: 24px;
  font-size: 1.02rem;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.btn {
  text-decoration: none;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s ease;
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold), #e4bf86);
  color: #2b1d18;
  box-shadow: 0 14px 24px rgba(213,171,109,0.18);
}

.btn-secondary {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.20);
  color: var(--white);
  backdrop-filter: blur(12px);
}

.btn:hover {
  transform: translateY(-4px);
}

.hero-tags,
.about-highlight-list,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-tags span,
.about-highlight-list span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
}

.hero-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.hero-card {
  border-radius: 26px;
  padding: 24px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(16px);
  color: var(--white);
  box-shadow: 0 20px 40px rgba(0,0,0,0.10);
}

.hero-card.large-card {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.hero-card.small-card {
  min-height: 120px;
}

.glass-strong {
  background: rgba(255,255,255,0.16);
}

.card-label {
  color: var(--gold-soft);
  font-size: 0.82rem;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.hero-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  margin-bottom: 10px;
}

.hero-card p {
  line-height: 1.8;
}

/* MARQUEE */
.marquee-wrap {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto 24px;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255,255,255,0.56);
  border: 1px solid rgba(90,56,45,0.08);
  box-shadow: var(--shadow);
}

.marquee {
  display: flex;
  width: max-content;
  animation: marqueeMove 22s linear infinite;
}

.marquee span {
  white-space: nowrap;
  padding: 16px 22px;
  font-weight: 700;
  color: var(--coffee);
  letter-spacing: 1px;
}

/* SECTIONS */
.section-title {
  text-align: center;
  margin-bottom: 30px;
}

.section-title.left {
  text-align: left;
}

.section-title p {
  color: var(--coffee-light);
  letter-spacing: 3px;
  font-size: 0.82rem;
  margin-bottom: 8px;
}

.section-title h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
}

.section-title.light p,
.section-title.light h2 {
  color: var(--white);
}

/* PANELS */
.featured-panels {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.panel {
  min-height: 260px;
  border-radius: 30px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.panel-mini {
  letter-spacing: 3px;
  font-size: 0.82rem;
  margin-bottom: 10px;
}

.panel h3 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  margin-bottom: 12px;
}

.panel p {
  line-height: 1.85;
}

.panel-dark {
  background: linear-gradient(135deg, var(--coffee-dark), var(--coffee));
  color: var(--white);
}

.panel-light {
  background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(246,239,232,0.9));
}

.panel-image {
  background: url('images/gallery-2.jpg') center/cover no-repeat;
  color: var(--white);
}

.panel-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.16), rgba(0,0,0,0.56));
}

.panel-image-content {
  position: absolute;
  inset: auto 28px 28px 28px;
  z-index: 2;
}

/* POPUP INFO */
.info-popup-section {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto 24px;
  padding: 42px;
  background: rgba(255,255,255,0.76);
  backdrop-filter: blur(12px);
  border-radius: 34px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.info-popup-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(213,171,109,0.06), transparent 35%);
  pointer-events: none;
}

.info-popup-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
  z-index: 2;
}

.info-popup-card {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(246,239,232,0.92));
  border: 1px solid rgba(90,56,45,0.08);
  box-shadow: 0 10px 25px rgba(43, 29, 24, 0.08);
  transition: 0.35s ease;
  cursor: pointer;
}

.info-popup-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.22), transparent 35%, transparent 75%, rgba(213,171,109,0.08));
  opacity: 0;
  transition: 0.35s ease;
}

.info-popup-card:hover {
  transform: translateY(-10px) scale(1.01);
  box-shadow: 0 24px 44px rgba(58,36,29,0.16);
}

.info-popup-card:hover::before {
  opacity: 1;
}

.info-icon {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-size: 1.8rem;
  background: linear-gradient(135deg, #f4dfca, #e7c89e);
  margin-bottom: 16px;
}

.info-popup-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  margin-bottom: 10px;
  color: #3a241d;
}

.info-popup-card p {
  line-height: 1.8;
  margin-bottom: 18px;
  color: #4a352d;
}

.info-open-btn {
  border: none;
  padding: 11px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #caa46b, #e0bb82);
  color: #2b1d18;
  font-weight: 700;
  cursor: pointer;
}

/* BEST SELLER */
.best-seller {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto 24px;
  padding: 46px 42px;
  border-radius: 34px;
  background: linear-gradient(135deg, var(--coffee-dark), var(--coffee), #754f42);
  box-shadow: var(--shadow-heavy);
}

.best-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.menu-card {
  overflow: hidden;
  border-radius: 26px;
  background: rgba(255,255,255,0.98);
  transition: 0.35s ease;
  box-shadow: 0 18px 35px rgba(0,0,0,0.10);
}

.menu-card:hover {
  transform: translateY(-8px);
}

.menu-card img {
  height: 240px;
  object-fit: cover;
}

.menu-content {
  padding: 22px;
}

.menu-content h3 {
  font-family: 'Playfair Display', serif;
  margin-bottom: 8px;
  font-size: 1.8rem;
}

.menu-content p {
  line-height: 1.8;
  margin-bottom: 14px;
}

.menu-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.menu-bottom span {
  font-weight: 700;
  color: var(--coffee-dark);
}

.menu-bottom a {
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--cream);
  color: var(--coffee-dark);
  font-weight: 600;
}

/* DATA ZONE */
.data-zone {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
}

.stats-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.stat-box,
.timeline-box,
.about-text,
.facility-card,
.lux-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(246,239,232,0.90));
  border: 1px solid rgba(90,56,45,0.08);
  box-shadow: var(--shadow);
}

.stat-box {
  text-align: center;
  padding: 26px 20px;
  border-radius: 24px;
  transition: 0.35s ease;
}

.stat-box:hover,
.timeline-box:hover,
.facility-card:hover,
.lux-card:hover,
.about-image:hover {
  transform: translateY(-8px);
}

.stat-box h3 {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  color: var(--coffee-dark);
  margin-bottom: 8px;
}

.timeline-box {
  border-radius: 28px;
  padding: 28px;
}

.timeline-head p {
  letter-spacing: 3px;
  font-size: 0.82rem;
  color: var(--coffee-light);
  margin-bottom: 8px;
}

.timeline-head h3 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  margin-bottom: 18px;
}

.timeline-item {
  padding: 16px 0;
  border-top: 1px solid rgba(90,56,45,0.10);
}

.timeline-item span {
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
}

/* ABOUT PREVIEW */
.about-preview {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
}

.about-image {
  overflow: hidden;
  border-radius: 32px;
  box-shadow: var(--shadow-heavy);
}

.about-image img {
  min-height: 520px;
  object-fit: cover;
  transition: 0.5s ease;
}

.about-image:hover img {
  transform: scale(1.05);
}

.about-text {
  border-radius: 32px;
  padding: 36px;
}

.about-text p {
  line-height: 1.9;
  margin-bottom: 14px;
}

/* FEATURE GRID */
.feature-lux-grid {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.lux-card {
  border-radius: 26px;
  padding: 26px;
  transition: 0.35s ease;
}

.lux-icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #f4dfca, #e7c89e);
  font-size: 1.6rem;
  margin-bottom: 14px;
}

.lux-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  margin-bottom: 10px;
}

.lux-card p {
  line-height: 1.8;
}

/* FACILITY */
.facility-section {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto 24px;
  padding: 42px;
  background: rgba(255,255,255,0.76);
  backdrop-filter: blur(12px);
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.facility-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.facility-card {
  padding: 26px;
  border-radius: 24px;
  transition: 0.35s ease;
}

.facility-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  margin-bottom: 10px;
}

.facility-card p {
  line-height: 1.8;
}

/* GALLERY */
.gallery-preview {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto 24px;
  padding: 42px;
  background: rgba(255,255,255,0.76);
  backdrop-filter: blur(12px);
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.gallery-grid img {
  height: 260px;
  object-fit: cover;
  border-radius: 24px;
  transition: 0.35s ease;
  box-shadow: 0 18px 34px rgba(0,0,0,0.10);
}

.gallery-grid img:hover {
  transform: translateY(-8px) scale(1.02);
}

/* CTA */
.cta-section {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto 24px;
  padding: 56px 34px;
  border-radius: 34px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(36,23,17,0.94), rgba(74,46,34,0.88)),
    url('images/gallery-2.jpg') center/cover no-repeat;
  color: var(--white);
  box-shadow: var(--shadow-heavy);
}

.cta-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,214,153,0.08), transparent 26%),
    linear-gradient(180deg, rgba(0,0,0,0.10), rgba(0,0,0,0.28));
}

.cta-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.cta-mini {
  letter-spacing: 3px;
  color: var(--gold-soft);
  font-size: 0.82rem;
  margin-bottom: 10px;
}

.cta-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  margin-bottom: 14px;
}

.cta-content p {
  line-height: 1.9;
  margin-bottom: 24px;
  color: rgba(255,255,255,0.92);
}

/* MODAL */
.info-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
}

.info-modal.active {
  display: block;
}

.info-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 10, 8, 0.58);
  backdrop-filter: blur(8px);
}

.info-modal-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(92vw, 620px);
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(246,239,232,0.96));
  border-radius: 30px;
  padding: 34px 30px 30px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.24);
  border: 1px solid rgba(90,56,45,0.08);
}

.info-modal-close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: rgba(90,56,45,0.08);
  color: #3a241d;
  font-size: 1.4rem;
  cursor: pointer;
}

.info-modal-icon {
  width: 78px;
  height: 78px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  font-size: 2rem;
  background: linear-gradient(135deg, #f4dfca, #e7c89e);
  margin-bottom: 18px;
}

.info-modal-box h3 {
  font-family: 'Playfair Display', serif;
  font-size: 2.1rem;
  margin-bottom: 12px;
  color: #3a241d;
}

.info-modal-box p {
  line-height: 1.9;
  color: #4a352d;
}

.info-modal-line {
  width: 100%;
  height: 1px;
  margin: 22px 0 18px;
  background: linear-gradient(90deg, transparent, rgba(90,56,45,0.18), transparent);
}

.info-modal-action {
  border: none;
  padding: 12px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #3a241d, #5a382d);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

/* FOOTER */
.footer {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto 24px;
  padding: 26px 28px;
  border-radius: 28px;
  background: linear-gradient(135deg, var(--coffee-dark), #2c1b15);
  color: var(--white);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  box-shadow: var(--shadow-heavy);
}

/* ANIMATION */
@keyframes introReveal {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes introLoad {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes steamUp {
  0% {
    transform: translateY(10px) scale(0.8);
    opacity: 0;
  }
  30% {
    opacity: 0.55;
  }
  100% {
    transform: translateY(-38px) scale(1.2);
    opacity: 0;
  }
}

@keyframes spinSlow {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes spinSlowReverse {
  from { transform: translate(-50%, -50%) rotate(360deg); }
  to   { transform: translate(-50%, -50%) rotate(0deg); }
}

@keyframes marqueeMove {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* RESPONSIVE */
@media (max-width: 1180px) {
  .hero,
  .featured-panels,
  .info-popup-grid,
  .best-grid,
  .stats-section,
  .facility-grid,
  .feature-lux-grid,
  .gallery-grid,
  .about-preview,
  .data-zone {
    grid-template-columns: 1fr 1fr;
  }

  .hero {
    padding: 40px;
  }

  .hero-right {
    gap: 16px;
  }
}

@media (max-width: 860px) {
  .topbar {
    flex-wrap: wrap;
    gap: 16px;
  }

  .hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    margin-left: auto;
  }

  .hamburger span {
    width: 28px;
    height: 3px;
    background: var(--coffee-dark);
    border-radius: 99px;
  }

  .navbar {
    width: 100%;
    display: none;
    flex-direction: column;
    padding-top: 8px;
  }

  #nav-toggle:checked ~ .navbar {
    display: flex;
  }

  .hero,
  .featured-panels,
  .info-popup-grid,
  .best-grid,
  .stats-section,
  .facility-grid,
  .feature-lux-grid,
  .gallery-grid,
  .about-preview,
  .data-zone {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding: 30px 24px;
  }

  .hero-right {
    margin-top: 10px;
  }

  .info-popup-section,
  .best-seller,
  .facility-section,
  .gallery-preview,
  .cta-section {
    padding: 28px 22px;
  }
}

@media (max-width: 640px) {
  .hero h2 {
    font-size: 2.5rem;
  }

  .section-title h2,
  .cta-content h2 {
    font-size: 2rem;
  }

  .footer {
    flex-direction: column;
  }

  .intro-title {
    font-size: 2.5rem;
  }

  .marquee span {
    padding: 14px 18px;
    font-size: 0.92rem;
  }
}