@font-face {
  font-family: "Archivo Black";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/eea207ea-e618-425d-906f-0fd4f336a52e.woff2") format("woff2");
}

@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/646b2a43-33d0-4347-afb7-e35a9874c39f.woff2") format("woff2");
}

@font-face {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/4fed9f73-a2b6-47f1-95b3-c891f271a3ac.woff2") format("woff2");
}

@font-face {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/4fed9f73-a2b6-47f1-95b3-c891f271a3ac.woff2") format("woff2");
}

@font-face {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/4fed9f73-a2b6-47f1-95b3-c891f271a3ac.woff2") format("woff2");
}

@font-face {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/4fed9f73-a2b6-47f1-95b3-c891f271a3ac.woff2") format("woff2");
}

@font-face {
  font-family: "MBJ Chunky";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/mbj-chunky.ttf") format("truetype");
}

:root {
  --navy-dark: #242e68;
  --navy-mid: #1e2758;
  --orange: #f5c830;
  --orange-light: #fad85a;
  --text-soft: rgba(255, 255, 255, 0.65);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Epilogue", Arial, sans-serif;
  background: var(--navy-dark);
  color: #fff;
  overflow-x: hidden;
}

.container { width: min(1280px, 90%); margin: 0 auto; }
.section { padding: 100px 0; }
.section-dark { background: var(--navy-dark); }
.section-mid { background: var(--navy-mid); }
.center { text-align: center; }

.eyebrow {
  display: inline-block; margin: 0 0 12px; padding: 6px 14px; border-radius: 999px;
  border: 1px solid rgba(245, 200, 48, 0.3); background: rgba(245, 200, 48, 0.1);
  color: var(--orange); letter-spacing: 2px; text-transform: uppercase; font-size: 12px; font-weight: 600;
}

h1, h2, h3 { font-family: "MBJ Chunky", "Archivo Black", "Bebas Neue", Arial, sans-serif; letter-spacing: 2px; }

.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000; height: 80px; padding: 0 5%;
  transition: all 0.3s ease;
}
.site-nav.scrolled { background: rgba(36, 46, 104, 0.97); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(245, 200, 48, 0.15); }
.nav-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { color: #fff; text-decoration: none; font-weight: 800; letter-spacing: 2px; }
.menu-toggle { display: none; border: 1px solid rgba(255,255,255,0.25); background: transparent; color: #fff; border-radius: 999px; padding: 8px 12px; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { color: rgba(255,255,255,0.82); text-decoration: none; font-size: 13px; }
.nav-links a:hover { color: var(--orange); }

.btn { display: inline-block; text-decoration: none; transition: all .2s ease; }
.btn-pill { border-radius: 999px; padding: 14px 28px; font-size: 14px; font-weight: 700; }
.btn-accent { background: var(--orange); color: #242e68; box-shadow: 0 8px 32px rgba(245,200,48,.3); }
.btn-accent:hover { background: var(--orange-light); transform: translateY(-2px); }
.btn-outline { color: #fff; border: 1px solid rgba(255,255,255,0.3); }
.btn-outline:hover { border-color: rgba(255,255,255,0.7); }
.nav-cta { padding: 9px 22px; }

.hero { position: relative; min-height: 100vh; overflow: hidden; padding-top: 72px; background: var(--navy-dark); }
.hero-overlay {
  position: absolute; inset: 0;
  background-image: radial-gradient(ellipse at 70% 50%, rgba(26,42,108,.8) 0%, transparent 60%),
                    radial-gradient(ellipse at 20% 80%, rgba(245,200,48,.07) 0%, transparent 50%);
}
.hero-rings span {
  position: absolute; top: 50%; transform: translateY(-50%); border-radius: 50%;
  border: 1px solid rgba(245,200,48,.08);
}
.hero-rings span:nth-child(1){ right:-5%; width:400px; height:400px; }
.hero-rings span:nth-child(2){ right:0; width:520px; height:520px; border-color:rgba(245,200,48,.06); }
.hero-rings span:nth-child(3){ right:5%; width:640px; height:640px; border-color:rgba(245,200,48,.04); }

.hero-grid {
  position: relative; z-index: 1; min-height: calc(100vh - 72px);
  display: grid; gap: 60px; align-items: center; grid-template-columns: 1fr 1fr;
}
.hero-grid.full { grid-template-columns: 1fr; text-align: center; }
.hero-content h1 { margin: 0 0 24px; font-size: clamp(48px, 5.5vw, 86px); line-height: .9; }
.hero-content h1 span { display: block; color: var(--orange); }
.hero-lead { max-width: 430px; color: var(--text-soft); font-size: 18px; line-height: 1.7; }
.hero-grid.full .hero-lead { margin: 0 auto; }
.hero-actions { margin-top: 32px; display: flex; gap: 16px; flex-wrap: wrap; }
.hero-grid.full .hero-actions { justify-content: center; }
.hero-stats { margin-top: 52px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.08); display: flex; gap: 36px; flex-wrap: wrap; }
.hero-stats strong { display: block; color: var(--orange); font-size: 34px; line-height: 1; }
.hero-stats small { color: rgba(255,255,255,.45); font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }
.hero-image-wrap { position: relative; display: flex; justify-content: center; }
.hero-grid.full .hero-image-wrap { display: none; }
.glow {
  position: absolute; inset: 0; margin: auto; width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(245,200,48,.15) 0%, transparent 70%);
}
.hero-image-wrap img {
  width: 100%; max-width: 480px; z-index: 1; position: relative;
  filter: drop-shadow(0 40px 80px rgba(0,0,0,.6)); animation: floatImg 4s ease-in-out infinite;
}
.scroll-indicator {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  color: rgba(255,255,255,.3); font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
}
.scroll-indicator i { display: block; width: 1px; height: 40px; margin: 8px auto 0; background: linear-gradient(to bottom, rgba(245,200,48,.6), transparent); }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.story-visual { position: relative; }
.story-visual img {
  width: 100%; max-width: 420px; margin: 0 auto; display: block; position: relative; z-index: 1;
  filter: drop-shadow(0 30px 60px rgba(0,0,0,.5));
}
h2 { margin: 0 0 20px; font-size: clamp(42px, 5vw, 72px); line-height: .95; }
h2 span { color: var(--orange); }
.copy { color: var(--text-soft); line-height: 1.8; margin: 0 0 14px; }
.pill-grid { margin-top: 20px; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.pill-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; padding: 14px; }
.pill-card span { display: block; font-weight: 600; font-size: 13px; }
.pill-card small { color: rgba(255,255,255,.4); font-size: 12px; }

.section-head{
  margin-bottom: 2rem;
}
.section-head h2 { margin: 0 0 8px; font-size: clamp(48px,6vw,80px); line-height: .9; }
.subtle { color: rgba(255,255,255,.45); max-width: 520px; margin: 0 auto; }

.featured { margin: 0 0 52px; position: relative; border-radius: 20px; overflow: hidden; }
/* .featured img { width: 100%; height: 480px; object-fit: contain; transform: scale(1.4); } */
.featured img { width: 100%; height: 480px; object-fit: contain;  }
.featured::after { content:""; position:absolute; inset:0; background: linear-gradient(to right, rgba(36,46,104,.85), transparent 55%); }
.featured figcaption { position: absolute; left: 36px; bottom: 28px; z-index: 1; }
.featured h3 { margin: 0; font-size: 36px; }
.featured p { margin: 4px 0 0; color: rgba(255,255,255,.65); }

.menu-category { margin-bottom: 42px; }
.menu-category-head { display:flex; align-items:baseline; gap:16px; margin-bottom: 16px; border-bottom:1px solid rgba(255,255,255,.08); padding-bottom: 10px; flex-wrap: wrap; }
.menu-category-head h3 { margin:0; font-size: 28px; color: var(--orange); }
.menu-category-head p { margin:0; color: rgba(255,255,255,.38); font-size: 13px; }
.menu-grid { display:grid; grid-template-columns: repeat(auto-fill,minmax(280px,1fr)); gap:12px; }
.menu-card { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.06); border-radius: 12px; padding: 18px 20px; transition: all .2s; }
.menu-card:hover { border-color: rgba(245,200,48,.35); background: rgba(245,200,48,.04); }
.menu-card h4 { margin: 0 0 5px; font-size: 15px; }
.menu-card p { margin: 0; font-size: 13px; line-height: 1.5; color: rgba(255,255,255,.45); }

.dips-grid { display:grid; gap:20px; }
.dips-grid.cols-2{ grid-template-columns: repeat(2,1fr); }
.dips-grid.cols-3{ grid-template-columns: repeat(3,1fr); }
.dips-grid.cols-4{ grid-template-columns: repeat(4,1fr); }
.dip-card {
  background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07); border-radius: 16px;
  padding: 26px 18px; text-align: center; transition: all .25s ease;
}
.dip-card:hover { transform: translateY(-4px); background: rgba(245,200,48,.08); border-color: rgba(245,200,48,.35); }
.dip-image { width: 120px; height: 120px; margin: 0 auto 16px; border-radius: 50%; overflow:hidden; position:relative; background: rgba(255,255,255,.04); }
/* .dip-image img { width: 140%; height: 140%; object-fit: cover; position:absolute; top:50%; left:50%; transform: translate(-50%,-50%); } */
.dip-image img { width: auto; height: 50%; object-fit: cover; position:absolute; top:50%; left:50%; transform: translate(-50%,-50%); }
.dip-card h4 { margin: 0 0 6px; font-size: 15px; }
.dip-card p { margin: 0; color: rgba(255,255,255,.45); font-size: 13px; line-height: 1.5; }

.details-list { list-style:none; margin: 0; padding: 0; display:grid; gap:20px; }
.details-list li { border-left: 4px solid var(--orange); padding-left: 16px; }
.details-list strong { display:block; font-size:11px; text-transform:uppercase; letter-spacing:2px; color: var(--orange); margin-bottom: 3px; }
.details-list span { color: rgba(255,255,255,.72); line-height: 1.6; }
.map-box { border:1px solid rgba(255,255,255,.08); border-radius:20px; overflow:hidden; aspect-ratio:4/3; }
.map-box iframe { width:100%; height:100%; border:0; filter: invert(.85) hue-rotate(180deg) saturate(.7); }

.site-footer { background: #1a2255; border-top: 1px solid rgba(255,255,255,.08); padding: 46px 0 30px; }
.footer-inner { display:flex; justify-content:space-between; align-items:flex-end; gap:20px; flex-wrap: wrap; }
.site-footer h3 { margin: 0 0 5px; font-size: 32px; }
.site-footer p { margin: 0; color: rgba(255,255,255,.35); font-size: 13px; }

#tweaksPanel {
  position: fixed; right: 24px; bottom: 80px; z-index: 1200; width: 260px; padding: 18px;
  border-radius: 12px; border: 1px solid rgba(245,200,48,.3); background: rgba(36,46,104,.97);
  display: none;
}
#tweaksPanel.open { display: block; }
#tweaksPanel h3 { margin: 0 0 12px; color: var(--orange); }
#tweaksPanel label { display:block; font-size:12px; color: rgba(255,255,255,.55); margin-bottom: 12px; }
#tweaksPanel select, #tweaksPanel input { width:100%; margin-top:6px; }
.tweaks-toggle {
  position: fixed; right: 24px; bottom: 24px; z-index: 1200; border: 0; border-radius: 999px;
  background: var(--orange); color:#242e68; font-weight: 700; padding: 10px 18px; cursor: pointer;
}

@keyframes floatImg {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-16px); }
}

@media (max-width: 1080px) {
  .hero-grid, .two-col { grid-template-columns: 1fr; }
  .hero-image-wrap { max-width: 460px; margin: 0 auto; }
  .pill-grid { grid-template-columns: 1fr; }
  .dips-grid.cols-3, .dips-grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .site-nav { height: auto; padding: 10px 5%; }
  .menu-toggle { display: inline-block; }
  .nav-links { display: none; width: 100%; flex-wrap: wrap; gap: 12px; }
  .nav-links.open { display: flex; }
}

@media (max-width: 760px) {
  .section { padding: 78px 0; }
  .dips-grid,
  .dips-grid.cols-2,
  .dips-grid.cols-3,
  .dips-grid.cols-4 { grid-template-columns: 1fr; }
  .featured img { height: 320px; }
}
