:root {
  --bg: #FAF3E6;
  --bg-soft: #F3E8D2;
  --cream: #FFF9EE;
  --cocoa: #3A1E0F;
  --cocoa-2: #6B361F;
  --cocoa-3: #8A5333;
  --honey: #E3A020;
  --honey-bright: #F0C04A;
  --amber: #C38625;
  --olive: #7A6B3A;
  --red: #C34125;
  --line: rgba(107, 54, 31, 0.14);
  --shadow: 0 30px 60px -30px rgba(58, 30, 15, 0.45);
  --shadow-sm: 0 14px 30px -18px rgba(58, 30, 15, 0.5);
  --radius: 24px;
  --maxw: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
  color: var(--cocoa);
  background: var(--bg);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, .wordmark {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  line-height: 1.05;
  margin: 0;
  letter-spacing: -0.02em;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

::selection { background: var(--honey-bright); color: var(--cocoa); }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 243, 230, 0.8);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 80px; }

.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 46px; height: 46px; border-radius: 14px;
  background: var(--cocoa-2);
  display: grid; place-items: center;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.wordmark { font-size: 26px; letter-spacing: 0; }
.brand .tag {
  font-size: 9.5px; font-weight: 800; letter-spacing: 3.4px;
  color: var(--honey); margin-top: 4px;
}

.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a {
  font-size: 14.5px; font-weight: 600; color: var(--cocoa-2);
  position: relative; transition: color .2s;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -6px;
  width: 0; height: 2px; background: var(--honey);
  transition: width .25s ease;
}
.nav-links a:hover { color: var(--cocoa); }
.nav-links a:hover::after { width: 100%; }

.lang { display: inline-flex; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; background: #fff; }
.lang button {
  border: 0; background: transparent; padding: 8px 15px;
  font: inherit; font-size: 12.5px; font-weight: 700; letter-spacing: .5px;
  color: var(--cocoa-2); cursor: pointer; transition: all .2s;
}
.lang button.active { background: var(--cocoa); color: var(--cream); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 72px 0 88px;
  background:
    radial-gradient(900px 500px at 85% -10%, rgba(240, 192, 74, 0.28), transparent 60%),
    radial-gradient(700px 500px at -10% 110%, rgba(195, 65, 37, 0.08), transparent 55%);
}
.hero-grid { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 64px; align-items: center; }

.eyebrow, .kicker {
  display: inline-block;
  font-size: 12px; font-weight: 800; letter-spacing: 3.5px;
  text-transform: uppercase; color: var(--red);
  margin-bottom: 20px;
}
.kicker { color: var(--amber); margin-bottom: 14px; }

.hero h1 { font-size: clamp(44px, 6vw, 76px); }
.hero h1 span { display: block; }
.hero h1 em {
  font-style: italic; font-weight: 500;
  background: linear-gradient(100deg, var(--honey), var(--amber) 60%, var(--olive));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.lead { font-size: 18px; color: var(--cocoa-2); max-width: 46ch; margin: 26px 0 34px; }

.cta-row { display: flex; flex-wrap: wrap; gap: 14px; }
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 15px 28px; border-radius: 999px;
  font-size: 15px; font-weight: 700; letter-spacing: .1px;
  transition: transform .16s ease, box-shadow .25s ease, background .2s ease;
}
.btn-primary { background: var(--cocoa); color: var(--cream); box-shadow: var(--shadow-sm); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: var(--shadow); background: var(--cocoa-2); }
.btn-ghost { border: 1.5px solid var(--line); color: var(--cocoa); background: transparent; }
.btn-ghost:hover { border-color: var(--honey); color: var(--amber); }
.btn-light { background: var(--cream); color: var(--cocoa); box-shadow: var(--shadow-sm); }
.btn-light:hover { transform: translateY(-3px); }

.trust { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 20px; padding: 0; margin: 34px 0 0; }
.trust li {
  font-size: 13.5px; font-weight: 600; color: var(--cocoa-3);
  display: flex; align-items: center; gap: 8px;
}
.trust li::before { content: "✦"; color: var(--honey); font-size: 11px; }

/* Hero visual collage */
.hero-visual { position: relative; }
.hero-photo {
  border-radius: 200px 200px 28px 28px;
  overflow: hidden; aspect-ratio: 4 / 4.7;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-mascot {
  position: absolute; left: -28px; top: -34px;
  width: 132px; height: 132px; border-radius: 50%;
  background: var(--cream); box-shadow: var(--shadow-sm);
  display: grid; place-items: center; overflow: hidden;
  border: 1px solid var(--line);
}
.hero-mascot img { width: 100%; height: 100%; object-fit: cover; }
.chip {
  position: absolute;
  background: rgba(255, 249, 238, 0.92);
  backdrop-filter: blur(6px);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 13px; font-weight: 700;
  box-shadow: var(--shadow-sm);
}
.chip-top { right: -14px; top: 60px; }
.chip-bottom { left: 6px; bottom: -16px; color: var(--amber); }

/* ---------- Marquee ---------- */
.marquee {
  overflow: hidden;
  background: var(--cocoa);
  color: var(--cream);
  padding: 14px 0;
  border-top: 1px solid rgba(0,0,0,.2);
  border-bottom: 1px solid rgba(0,0,0,.2);
}
.marquee-track {
  display: flex; align-items: center; gap: 30px;
  white-space: nowrap; width: max-content;
  animation: marquee 28s linear infinite;
}
.marquee-track span { font-size: 14px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; }
.marquee-track i { color: var(--honey-bright); font-style: normal; font-size: 12px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Sections ---------- */
section { padding: 88px 0; }
.band { background: var(--bg-soft); }

.section-head { text-align: center; max-width: 62ch; margin: 0 auto 52px; }
.section-head h2 { font-size: clamp(32px, 4.2vw, 50px); }
.section-head p { color: var(--cocoa-2); margin-top: 14px; }

/* ---------- Gallery ---------- */
.grid-gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 96px;
  gap: 18px;
}
.tile {
  margin: 0; position: relative; overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  cursor: pointer;
}
.tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.tile:hover img { transform: scale(1.07); }
.tile figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 34px 18px 16px;
  background: linear-gradient(transparent, rgba(38, 19, 8, 0.82));
  color: #fff; font-size: 14.5px; font-weight: 700;
  transform: translateY(8px); opacity: .9;
  transition: transform .3s ease, opacity .3s ease;
}
.tile:hover figcaption { transform: none; opacity: 1; }

.g1 { grid-column: span 5; grid-row: span 4; }
.g2 { grid-column: span 4; grid-row: span 3; }
.g3 { grid-column: span 3; grid-row: span 3; }
.g4 { grid-column: span 4; grid-row: span 3; }
.g5 { grid-column: span 4; grid-row: span 3; }
.g6 { grid-column: span 4; grid-row: span 3; }

/* ---------- Menu ---------- */
.menu { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.menu-item {
  display: flex; align-items: flex-start; gap: 20px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px 28px;
  transition: transform .2s ease, box-shadow .3s ease, border-color .3s ease;
}
.menu-item:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(227, 160, 32, .5); }
.menu-num {
  font-family: 'Fraunces', serif; font-style: italic;
  font-size: 30px; color: var(--honey); line-height: 1;
}
.menu-item h3 { font-size: 23px; }
.menu-item p { margin: 6px 0 0; font-size: 14px; color: var(--cocoa-2); }
.menu-item .price {
  margin-left: auto; white-space: nowrap;
  font-weight: 800; color: var(--red); font-size: 15px;
}

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; }
.step {
  text-align: center; padding: 36px 26px;
  background: var(--cream); border: 1px solid var(--line);
  border-radius: 22px; box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .3s ease;
}
.step:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.step-num {
  width: 58px; height: 58px; border-radius: 50%;
  margin: 0 auto 20px;
  display: grid; place-items: center;
  background: linear-gradient(140deg, var(--honey), var(--amber));
  color: var(--cocoa);
  font-family: 'Fraunces', serif; font-weight: 700; font-size: 24px;
  box-shadow: var(--shadow-sm);
}
.step h3 { font-size: 22px; margin-bottom: 10px; }
.step p { font-size: 14.5px; color: var(--cocoa-2); margin: 0; }

.cta-center { text-align: center; margin-top: 48px; }

/* ---------- About ---------- */
.about { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px; align-items: center; }
.about-visual { position: relative; }
.about-visual img {
  border-radius: 200px 28px 28px 28px;
  aspect-ratio: 1 / 1.05; object-fit: cover;
  box-shadow: var(--shadow); border: 1px solid var(--line);
}
.about-badge {
  position: absolute; right: -22px; bottom: -22px;
  width: 96px; height: 96px; border-radius: 50%;
  background: var(--cream); box-shadow: var(--shadow-sm);
  display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line);
}
.about-badge img { width: 100%; height: 100%; object-fit: cover; border: 0; border-radius: 0; box-shadow: none; }
.about-copy h2 { font-size: clamp(32px, 4vw, 48px); margin-bottom: 20px; }
.about-copy p { color: var(--cocoa-2); margin: 0 0 16px; }

.about-stats { display: flex; gap: 40px; margin-top: 28px; }
.about-stats div { display: flex; flex-direction: column; }
.about-stats strong {
  font-family: 'Fraunces', serif; font-size: 38px; font-weight: 700;
  color: var(--cocoa); line-height: 1;
}
.about-stats span { font-size: 13px; font-weight: 600; color: var(--cocoa-3); margin-top: 6px; }

/* ---------- CTA banner ---------- */
.cta-banner { padding: 0; }
.cta-inner {
  text-align: center;
  background: linear-gradient(120deg, var(--cocoa-2), var(--cocoa));
  border-radius: 32px;
  padding: 64px 32px;
  color: var(--cream);
  position: relative; overflow: hidden;
}
.cta-inner::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(600px 300px at 50% -20%, rgba(240, 192, 74, 0.35), transparent 70%);
}
.cta-inner h2 { font-size: clamp(30px, 4vw, 46px); position: relative; }
.cta-inner p { color: rgba(255, 249, 238, 0.85); margin: 14px 0 30px; position: relative; }
.cta-inner .btn { position: relative; }

/* ---------- Footer ---------- */
.site-footer { background: #2A1508; color: #EADFC9; padding: 72px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 44px; }
.footer-grid .wordmark { color: var(--cream); font-size: 30px; display: block; margin-top: 12px; }
.brand-mark.foot { margin-bottom: 6px; }
.site-footer p { color: #B79C80; font-size: 14.5px; max-width: 34ch; }
.site-footer h4 {
  font-family: 'Manrope', sans-serif;
  font-size: 12px; letter-spacing: 2.6px; text-transform: uppercase;
  color: var(--honey-bright); margin: 0 0 18px;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 11px; font-size: 14.5px; }
.site-footer a:hover { color: var(--honey-bright); }
.footer-bottom {
  border-top: 1px solid rgba(234, 223, 201, 0.14);
  margin-top: 48px; padding-top: 22px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  font-size: 13px; color: #8F7357;
}

/* ---------- Responsive ---------- */
@media (max-width: 940px) {
  .hero-grid { grid-template-columns: 1fr; gap: 56px; }
  .hero-visual { max-width: 440px; margin: 0 auto; }
  .nav-links { display: none; }
  .grid-gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; }
  .g1, .g2, .g3, .g4, .g5, .g6 { grid-column: span 1; grid-row: span 1; }
  .menu { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .about { grid-template-columns: 1fr; gap: 48px; }
  .about-visual { max-width: 440px; margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
}
@media (max-width: 560px) {
  section { padding: 60px 0; }
  .brand .tag { display: none; }
  .grid-gallery { grid-template-columns: 1fr; }
  .about-stats { gap: 26px; }
  .footer-grid { grid-template-columns: 1fr; }
  .chip-top { right: 0; }
}
