* {
  box-sizing: border-box;
}

:root {
  color-scheme: light;
  --green: #0b8f3a;
  --green-dark: #06642a;
  --yellow: #ffd43b;
  --red: #e12d2d;
  --cream: #fff7df;
  --ink: #1b1b1b;
  --muted: #6b6258;
  --card: #ffffff;
  --shadow: 0 20px 60px rgba(63, 38, 12, 0.16);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at top left, rgba(255, 212, 59, 0.4), transparent 32rem), linear-gradient(135deg, #fffaf0 0%, #fff1cf 100%);
}

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

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 250, 240, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(27, 27, 27, 0.08);
}

.nav {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: -0.03em;
  font-size: 1.12rem;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--yellow);
  box-shadow: 0 8px 20px rgba(225, 45, 45, 0.16);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-weight: 700;
  color: var(--muted);
}

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

.language-switch {
  display: flex;
  padding: 4px;
  border: 1px solid rgba(27, 27, 27, 0.1);
  border-radius: 999px;
  background: #fff;
}

.lang-btn {
  border: 0;
  background: transparent;
  border-radius: 999px;
  padding: 8px 11px;
  cursor: pointer;
  font-weight: 800;
  color: var(--muted);
}

.lang-btn.active {
  background: var(--green);
  color: #fff;
}

.hero {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
  padding: 64px 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(3rem, 8vw, 6.4rem);
  line-height: 0.92;
  letter-spacing: -0.075em;
}

.hero-copy {
  max-width: 610px;
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  line-height: 1.65;
  color: var(--muted);
  margin-bottom: 30px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 2px solid transparent;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn.primary {
  background: var(--red);
  color: #fff;
  box-shadow: 0 14px 28px rgba(225, 45, 45, 0.24);
}

.btn.secondary {
  background: #fff;
  color: var(--green-dark);
  border-color: rgba(11, 143, 58, 0.2);
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 560px;
  gap: 12px;
}

.trust-row div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(27, 27, 27, 0.08);
  border-radius: 22px;
}

.trust-row strong {
  display: block;
  font-size: 1.35rem;
  color: var(--red);
}

.trust-row span {
  color: var(--muted);
  font-size: 0.9rem;
}

.hero-card {
  position: relative;
  min-height: 520px;
  border-radius: 44px;
  background: linear-gradient(160deg, var(--green), #0cbf58);
  box-shadow: var(--shadow);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.hero-card::before,
.hero-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}

.hero-card::before {
  width: 360px;
  height: 360px;
  top: -130px;
  right: -120px;
}

.hero-card::after {
  width: 240px;
  height: 240px;
  bottom: -90px;
  left: -80px;
}

.hotdog-visual {
  position: relative;
  width: min(390px, 78vw);
  height: 300px;
  transform: rotate(-10deg);
  z-index: 2;
}

.bun,
.sausage,
.sauce {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 999px;
}

.bun {
  width: 360px;
  max-width: 100%;
  height: 92px;
  background: linear-gradient(180deg, #f5b65b, #d9812c);
  box-shadow: inset 0 -14px 0 rgba(111, 54, 15, 0.12);
}

.top-bun {
  top: 44px;
}

.bottom-bun {
  bottom: 52px;
}

.sausage {
  width: 340px;
  max-width: 94%;
  height: 72px;
  top: 114px;
  background: linear-gradient(180deg, #b51d27, #7f111b);
  z-index: 3;
}

.sauce {
  width: 300px;
  height: 18px;
  z-index: 5;
  top: 140px;
}

.mustard {
  background: var(--yellow);
  transform: rotate(4deg);
}

.ketchup {
  background: #ff3838;
  transform: rotate(-5deg) translateY(20px);
}

.toppings {
  position: absolute;
  z-index: 6;
  top: 88px;
  left: 40px;
  right: 40px;
  display: flex;
  justify-content: space-around;
}

.toppings span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 48px 36px 0 #ffd43b, 18px 78px 0 #f6f6f6, 92px 66px 0 #43b75d;
}

.price-badge {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 3;
  display: grid;
  gap: 2px;
  padding: 18px 20px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
}

.price-badge span {
  color: var(--muted);
  font-size: 0.9rem;
}

.price-badge strong {
  color: var(--red);
  font-size: 1.45rem;
}

.features,
.section,
.footer {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 18px 0 74px;
}

.feature-card,
.menu-item,
.order-card,
.split-section {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(27, 27, 27, 0.08);
  box-shadow: 0 12px 32px rgba(63, 38, 12, 0.08);
}

.feature-card {
  border-radius: 30px;
  padding: 28px;
}

.icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: var(--cream);
  font-size: 1.55rem;
  margin-bottom: 18px;
}

.feature-card h2,
.menu-item h3 {
  margin-bottom: 10px;
}

.feature-card p,
.menu-item p,
.split-section p,
.order-section p,
.footer p {
  color: var(--muted);
  line-height: 1.6;
}

.section {
  padding: 76px 0;
}

.section-heading {
  max-width: 680px;
  margin-bottom: 28px;
}

.section h2 {
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  line-height: 1;
  letter-spacing: -0.055em;
  margin-bottom: 18px;
}

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

.menu-item {
  border-radius: 28px;
  padding: 28px;
}

.menu-item.featured {
  background: var(--ink);
  color: #fff;
  transform: translateY(-12px);
}

.menu-item.featured p {
  color: rgba(255, 255, 255, 0.72);
}

.menu-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.menu-top span {
  white-space: nowrap;
  font-weight: 900;
  color: var(--red);
}

.featured .menu-top span {
  color: var(--yellow);
}

.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  border-radius: 36px;
  padding: 48px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 247, 223, 0.92));
}

.delivery-list {
  display: grid;
  gap: 14px;
}

.delivery-list div {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border-radius: 20px;
  background: #fff;
}

.delivery-list span {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-weight: 900;
}

.delivery-list p {
  margin: 0;
}

.order-section {
  padding-bottom: 90px;
}

.order-card {
  border-radius: 38px;
  padding: clamp(28px, 5vw, 54px);
  background: var(--green-dark);
  color: #fff;
  overflow: hidden;
}

.order-card .eyebrow,
.order-card p {
  color: rgba(255, 255, 255, 0.78);
}

.order-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 26px;
}

.order-form label {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

.order-form label:nth-child(3),
.order-form button,
.form-status {
  grid-column: 1 / -1;
}

input,
textarea {
  width: 100%;
  border: 0;
  border-radius: 18px;
  padding: 15px 16px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  outline: 3px solid transparent;
}

input:focus,
textarea:focus {
  outline-color: var(--yellow);
}

textarea {
  resize: vertical;
}

.form-status {
  min-height: 24px;
  margin: 0;
  font-weight: 800;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 0 46px;
  border-top: 1px solid rgba(27, 27, 27, 0.1);
}

.footer p {
  margin: 8px 0 0;
}

.footer-contact {
  display: grid;
  gap: 8px;
  text-align: right;
  font-weight: 800;
}

.footer-contact a:hover {
  color: var(--red);
}

@media (max-width: 900px) {
  .nav {
    flex-wrap: wrap;
    padding: 14px 0;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .hero,
  .split-section {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 42px;
  }

  .hero-card {
    min-height: 420px;
  }

  .features,
  .menu-grid {
    grid-template-columns: 1fr;
  }

  .menu-item.featured {
    transform: none;
  }
}

@media (max-width: 620px) {
  .nav-links {
    gap: 14px;
    font-size: 0.92rem;
  }

  .trust-row,
  .order-form {
    grid-template-columns: 1fr;
  }

  .split-section,
  .feature-card,
  .menu-item,
  .order-card {
    border-radius: 24px;
  }

  .split-section {
    padding: 28px;
  }

  .footer {
    flex-direction: column;
  }

  .footer-contact {
    text-align: left;
  }
}
