
:root {
  --navy: #071d2f;
  --cream: #f4ead3;
  --paper: #efe0bd;
  --gold: #d89c21;
  --red: #b61f25;
  --ink: #162333;
  --green: #789078;
  --shadow: 0 24px 70px rgba(0,0,0,.22);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: 'Montserrat', system-ui, sans-serif;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }

.hero {
  min-height: 100vh;
  background:
    radial-gradient(circle at 70% 30%, rgba(216,156,33,.24), transparent 34%),
    linear-gradient(135deg, rgba(7,29,47,.95), rgba(7,29,47,.78)),
    url("assets/truck_wrap.png");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 24px clamp(20px, 5vw, 70px) 70px;
}

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

.brand-mark img {
  width: 180px;
  max-width: 40vw;
  filter: drop-shadow(0 10px 25px rgba(0,0,0,.4));
}

.nav-links {
  display: flex;
  gap: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
}

.nav-links a {
  opacity: .88;
}

.nav-links a:hover {
  color: var(--gold);
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 470px);
  gap: clamp(28px, 6vw, 90px);
  align-items: center;
  padding-top: 8vh;
}

.eyebrow {
  color: var(--gold);
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: .78rem;
}

h1, h2, h3 {
  line-height: 1.02;
  margin: 0 0 18px;
}

h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3.2rem, 8vw, 7.5rem);
  max-width: 850px;
}

h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.25rem, 5vw, 4.8rem);
}

h3 {
  font-family: 'Anton', sans-serif;
  letter-spacing: .04em;
  font-size: 1.55rem;
}

.lead {
  max-width: 720px;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  color: rgba(255,255,255,.88);
}

.hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 24px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .84rem;
}

.primary {
  background: var(--red);
  color: white;
  box-shadow: 0 10px 30px rgba(182,31,37,.35);
}

.secondary {
  border: 2px solid rgba(255,255,255,.82);
  color: white;
}

.hero-art img {
  width: 100%;
  border-radius: 22px;
  box-shadow: var(--shadow);
  transform: rotate(1deg);
}

.section {
  padding: clamp(55px, 8vw, 110px) clamp(20px, 5vw, 80px);
}

.section-heading {
  max-width: 900px;
  margin-bottom: 34px;
}

.split {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 34px;
}

.split p {
  font-size: 1.08rem;
}

.brand-panel,
.country-card,
.passport-card,
.truck-notes article {
  background: rgba(255,255,255,.64);
  border: 1px solid rgba(7,29,47,.12);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 14px 40px rgba(7,29,47,.08);
}

.brand-panel ul, .checklist {
  padding-left: 1.1rem;
}

.menu {
  background:
    linear-gradient(rgba(244,234,211,.93), rgba(244,234,211,.93)),
    repeating-linear-gradient(45deg, rgba(7,29,47,.08), rgba(7,29,47,.08) 1px, transparent 1px, transparent 12px);
}

.country-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.country-card {
  position: relative;
  overflow: hidden;
}

.country-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(216,156,33,.22), transparent 44%);
  pointer-events: none;
}

.stamp {
  display: inline-block;
  color: var(--red);
  border: 2px solid currentColor;
  padding: 6px 12px;
  border-radius: 8px;
  transform: rotate(-3deg);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .75rem;
  margin-bottom: 18px;
}

.passport {
  background: var(--navy);
  color: white;
}

.passport-card {
  background:
    linear-gradient(120deg, rgba(7,29,47,.92), rgba(7,29,47,.72)),
    url("assets/logo_color.png");
  background-size: 520px;
  background-repeat: no-repeat;
  background-position: right center;
  border-color: rgba(255,255,255,.18);
  min-height: 360px;
}

.passport-card p {
  max-width: 740px;
  font-size: 1.18rem;
  color: rgba(255,255,255,.88);
}

.passport-stamps {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.passport-stamps span {
  border: 2px solid var(--gold);
  color: var(--gold);
  padding: 9px 14px;
  border-radius: 8px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.wide-img {
  width: 100%;
  border-radius: 26px;
  box-shadow: var(--shadow);
  background: white;
}

.truck-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.cookbook {
  background: var(--paper);
}

.cookbook-grid {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 420px);
  gap: clamp(30px, 6vw, 70px);
  align-items: center;
}

.cookbook-grid img {
  width: 100%;
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.cta {
  text-align: center;
  background:
    linear-gradient(rgba(7,29,47,.86), rgba(7,29,47,.86)),
    url("assets/cookbook_cover.png");
  background-size: cover;
  background-position: center;
  color: white;
}

.cta p {
  max-width: 720px;
  margin: 0 auto 28px;
  color: rgba(255,255,255,.86);
}

footer {
  background: #050d15;
  color: white;
  text-align: center;
  padding: 40px 20px;
}

footer img {
  width: 160px;
  opacity: .9;
  margin-bottom: 12px;
}

@media (max-width: 1100px) {
  .country-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  .nav, .hero-inner, .split, .cookbook-grid, .truck-notes {
    grid-template-columns: 1fr;
  }

  .nav {
    align-items: flex-start;
  }

  .nav-links {
    display: none;
  }

  .country-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .passport-card {
    background-size: 320px;
    background-position: center bottom;
    padding-bottom: 240px;
  }
}
