:root {
  --navy: #08366d;
  --navy-dark: #062750;
  --orange: #f36b16;
  --cream: #f7f1e6;
  --paper: #fffdf9;
  --ink: #172033;
  --muted: #667085;
  --line: rgba(8, 54, 109, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: var(--paper);
}
a { color: inherit; }

.site-header {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 80px);
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,253,249,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.brand img { width: 76px; height: 76px; object-fit: contain; display:block; }
nav { display: flex; align-items: center; gap: 30px; font-weight: 700; }
nav a { text-decoration: none; }
.nav-cta { background: var(--navy); color: white; padding: 13px 20px; border-radius: 999px; }

main { overflow: hidden; }
.hero {
  min-height: calc(100vh - 92px);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: clamp(34px, 5vw, 84px);
  padding: clamp(48px, 7vw, 100px) clamp(24px, 5vw, 80px);
  background:
    radial-gradient(circle at 15% 20%, rgba(243,107,22,.11), transparent 30%),
    linear-gradient(135deg, #fffdf9 0%, #f7f1e6 100%);
}
.eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .18em; font-size: 13px; font-weight: 800; color: var(--orange); }
h1, h2, h3 { margin-top: 0; }
h1 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: clamp(64px, 8vw, 128px);
  line-height: .92;
  letter-spacing: -.03em;
  color: var(--navy-dark);
  margin-bottom: 28px;
}
h1 span { color: var(--orange); }
.lead { max-width: 640px; font-size: clamp(18px, 2vw, 24px); line-height: 1.55; color: #465267; }
.hero-actions { display:flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 28px; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:52px; padding:0 24px; border-radius:999px; font-weight:800; text-decoration:none; transition:.2s ease; }
.button:hover { transform: translateY(-2px); }
.primary { background: var(--orange); color:#fff; box-shadow:0 14px 35px rgba(243,107,22,.25); }
.secondary { border:2px solid var(--navy); color:var(--navy); }
.quick-info { display:flex; flex-wrap:wrap; align-items:center; gap:11px; color:var(--navy); font-size:14px; font-weight:800; text-transform:uppercase; letter-spacing:.06em; }
.quick-info i { width:5px; height:5px; border-radius:50%; background:var(--orange); }
.hero-visual { position:relative; min-height:560px; border-radius:36px; overflow:hidden; box-shadow:0 28px 70px rgba(6,39,80,.18); }
.hero-visual img { width:100%; height:100%; min-height:560px; object-fit:cover; display:block; }
.visual-badge { position:absolute; left:26px; bottom:26px; background:rgba(255,253,249,.94); backdrop-filter:blur(8px); border-radius:20px; padding:16px 20px; display:flex; flex-direction:column; box-shadow:0 8px 24px rgba(0,0,0,.12); }
.visual-badge strong { font-family:"Oswald"; font-size:34px; color:var(--orange); line-height:1; }
.visual-badge span { font-size:13px; font-weight:700; color:var(--navy); }

.intro { display:grid; grid-template-columns:1fr 1fr; gap:50px; padding:110px clamp(24px, 8vw, 140px) 54px; align-items:end; }
h2 { font-family:"Oswald"; font-size:clamp(42px,5vw,74px); line-height:1.05; text-transform:uppercase; color:var(--navy-dark); }
.intro > p { font-size:18px; line-height:1.7; color:var(--muted); max-width:580px; }
.offer-grid { padding:0 clamp(24px, 8vw, 140px) 110px; display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.offer-card { border:1px solid var(--line); border-radius:24px; padding:30px; min-height:260px; background:white; box-shadow:0 12px 30px rgba(8,54,109,.06); }
.offer-card.featured { background:var(--navy); color:white; }
.offer-card.featured h3, .offer-card.featured p { color:white; }
.offer-icon { font-size:42px; margin-bottom:36px; }
.offer-card h3 { font-size:24px; color:var(--navy); margin-bottom:10px; }
.offer-card p { margin:0; color:var(--muted); line-height:1.6; }

.menu-banner { margin:0 clamp(24px,5vw,80px) 110px; padding:58px clamp(32px,6vw,86px); border-radius:32px; background:var(--navy); color:white; display:flex; justify-content:space-between; gap:35px; align-items:center; position:relative; overflow:hidden; }
.menu-banner::after { content:""; width:260px; height:260px; border:2px solid rgba(255,255,255,.13); border-radius:50%; position:absolute; right:-70px; top:-90px; }
.menu-banner h2 { color:white; margin-bottom:16px; }
.menu-banner p { font-size:18px; color:rgba(255,255,255,.75); }
.eyebrow.light { color:#ffb17b; }
.light-button { background:white; color:var(--navy); white-space:nowrap; z-index:1; }

.location { display:grid; grid-template-columns:1.3fr .7fr; gap:70px; align-items:center; padding:20px clamp(24px,8vw,140px) 120px; }
.location-copy > p { max-width:720px; font-size:18px; line-height:1.75; color:var(--muted); }
.contact-row { display:flex; flex-wrap:wrap; gap:16px; margin-top:28px; }
.contact-row a { text-decoration:none; font-weight:800; color:var(--navy); border-bottom:2px solid var(--orange); padding-bottom:4px; }
.direction-card { min-height:340px; border-radius:32px; background:var(--cream); display:grid; place-items:center; text-align:center; padding:34px; border:1px solid var(--line); }
.distance { font-family:"Oswald"; font-size:72px; color:var(--navy); line-height:1; }
.arrow { font-size:110px; color:var(--orange); line-height:.8; }
.direction-card p { font-weight:800; color:var(--navy); text-transform:uppercase; letter-spacing:.08em; }

footer { display:flex; align-items:center; justify-content:space-between; gap:24px; padding:36px clamp(24px,5vw,80px); background:var(--navy-dark); color:white; }
footer img { width:64px; height:64px; object-fit:contain; filter:brightness(0) invert(1); opacity:.9; }
footer p { color:rgba(255,255,255,.7); }
footer a { text-decoration:none; font-weight:800; }

@media (max-width: 980px) {
  nav a:not(.nav-cta) { display:none; }
  .hero { grid-template-columns:1fr; }
  .hero-visual { min-height:430px; }
  .hero-visual img { min-height:430px; }
  .offer-grid { grid-template-columns:repeat(2,1fr); }
  .location { grid-template-columns:1fr; }
}
@media (max-width: 640px) {
  .site-header { height:78px; padding:0 18px; }
  .brand img { width:62px; height:62px; }
  .nav-cta { font-size:14px; padding:11px 15px; }
  .hero { min-height:auto; padding:42px 20px 70px; }
  h1 { font-size:58px; }
  .hero-visual, .hero-visual img { min-height:340px; }
  .intro { grid-template-columns:1fr; padding:78px 20px 34px; gap:12px; }
  .offer-grid { grid-template-columns:1fr; padding:0 20px 78px; }
  .menu-banner { margin:0 20px 78px; padding:38px 26px; flex-direction:column; align-items:flex-start; }
  .location { padding:0 20px 80px; gap:34px; }
  footer { flex-direction:column; text-align:center; }
}
