﻿:root {
  --green: #2ecc71;
  --silver: #bdc3c7;
  --white: #fdfefe;
  --ink: #303236;
  --muted: #6e7579;
  --line: #e4e8ea;
  --soft: #f4f8f5;
  --dark: #232528;
  --radius: 8px;
  --shadow: 0 20px 60px rgba(48, 50, 54, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html { scroll-padding-top: 120px; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.55;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand, .button, .package span, .package strong, .package em, .eyebrow { font-family: Arial, Helvetica, sans-serif; }
h1 { font-size: clamp(42px, 7vw, 78px); font-weight: 800; line-height: 1.04; margin-bottom: 22px; }
h2 { font-size: clamp(30px, 4.5vw, 54px); font-weight: 800; line-height: 1.08; margin-bottom: 18px; }
h3 { font-size: 24px; }

.site-header {
  align-items: center;
  background: rgba(253, 254, 254, 0.92);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 22px;
  grid-template-columns: 190px minmax(520px, 1fr) auto;
  padding: 12px clamp(18px, 4vw, 56px);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(16px);
  flex-wrap: nowrap;
}
.brand img { width: 178px; }
.brand-banner {
  border-radius: 6px;
  height: 86px;
  object-fit: contain;
  object-position: left center;
  width: 170px !important;
}
.main-nav {
  color: var(--muted);
  display: flex;
  font-size: 17px;
  gap: clamp(18px, 2vw, 32px);
  justify-content: center;
  min-width: 0;
  white-space: nowrap;
}
.main-nav a { white-space: nowrap; }
.main-nav a:hover, .lang-link:hover, .language-switcher a:hover { color: var(--green); }
.header-actions { align-items: center; display: flex; flex: 0 0 auto; gap: 18px; }
.language-switcher {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  gap: 4px;
  padding: 5px;
}
.language-switcher a {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  min-height: 34px;
  min-width: 38px;
  padding: 0 8px;
  white-space: nowrap;
}
.language-switcher a.active {
  background: rgba(46, 204, 113, 0.12);
  color: #247a49;
}
.lang-link {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: inline-flex;
  font-size: 20px;
  font-weight: 800;
  height: 64px;
  justify-content: center;
  padding: 0;
  white-space: nowrap;
  width: 64px;
}
.opening-badge {
  background: rgba(46, 204, 113, 0.12);
  border: 1px solid rgba(46, 204, 113, 0.35);
  border-radius: var(--radius);
  color: #247a49;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 18px 22px;
  white-space: nowrap;
}
.button {
  border: 1px solid var(--green);
  border-radius: var(--radius);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  transition: transform 180ms ease, box-shadow 180ms ease;
  white-space: nowrap;
}
.button.primary { background: var(--green); color: var(--white); }
.button.secondary { background: var(--white); color: var(--ink); }
.button.small { font-size: 19px; min-height: 58px; padding: 16px 26px; }
.button.full { width: 100%; }
.button:hover, .package:hover { box-shadow: var(--shadow); transform: translateY(-2px); }

.hero {
  align-items: center;
  background:
    radial-gradient(circle at 82% 8%, rgba(46, 204, 113, 0.2), transparent 28%),
    linear-gradient(110deg, var(--white), #f5faf7);
  display: grid;
  gap: 44px;
  grid-template-columns: 0.95fr 1.05fr;
  min-height: 720px;
  padding: clamp(38px, 6vw, 86px) clamp(20px, 6vw, 76px);
}
.hero-copy { max-width: 720px; }
.hero-copy p { color: var(--muted); font-size: 19px; max-width: 650px; }
.hero-media {
  align-items: center;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: 36px;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: relative;
}
.hero-logo {
  background: var(--white);
  border: 1px solid var(--dark);
  border-radius: var(--radius);
  box-shadow: none;
  height: auto;
  justify-self: center;
  object-fit: contain;
  padding: 0;
  width: 720px;
}
.hero-package {
  border: 1px solid var(--dark);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(35, 37, 40, 0.12);
  justify-self: center;
  width: 720px;
}
.hero-actions, .trust-row { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-actions { margin: 32px 0 28px; }
.trust-row span {
  background: rgba(46, 204, 113, 0.1);
  border: 1px solid rgba(46, 204, 113, 0.28);
  border-radius: 999px;
  color: #247a49;
  font-size: 14px;
  font-weight: 800;
  padding: 9px 13px;
}
.eyebrow {
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.opening-kicker {
  background: var(--dark);
  border-radius: var(--radius);
  color: var(--white) !important;
  display: inline-flex;
  font-size: 14px !important;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 0 0 18px;
  padding: 10px 14px;
}
.waitlist-number {
  background: linear-gradient(135deg, rgba(46, 204, 113, 0.13), rgba(46, 204, 113, 0.04));
  border: 1px solid rgba(46, 204, 113, 0.32);
  border-radius: var(--radius);
  display: grid;
  gap: 4px;
  padding: 18px;
}
.waitlist-number span,
.waitlist-number small {
  color: var(--muted);
}
.waitlist-number strong {
  color: var(--green);
  font-size: 30px;
  letter-spacing: 0.08em;
}
.section { padding: 82px clamp(20px, 6vw, 76px); }
.section-heading { max-width: 850px; margin-bottom: 34px; }
.section-heading.wide { max-width: 1040px; }
.section-heading p, .split-section p, .quality p, .loyalty p, .pickup p, .about p { color: var(--muted); font-size: 18px; }
.benefit-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.package-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
.benefit-grid article {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-height: 170px;
  padding: 24px;
}
.benefit-grid strong, .benefit-grid span { display: block; }
.benefit-grid strong { font-size: 20px; margin-bottom: 12px; }
.benefit-grid span, .package p, .package-list, .note, .steps span, .zone-card small { color: var(--muted); }
.split-section, .quality, .loyalty, .pickup, .order, .about {
  display: grid;
  gap: 44px;
  grid-template-columns: 0.9fr 1.1fr;
}
.quality.text-only {
  grid-template-columns: minmax(0, 900px);
}
.steps {
  counter-reset: item;
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.steps li {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  gap: 4px;
  padding: 18px 18px 18px 64px;
  position: relative;
}
.steps li::before {
  align-items: center;
  background: var(--green);
  border-radius: 50%;
  color: var(--white);
  content: counter(item);
  counter-increment: item;
  display: flex;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  left: 18px;
  position: absolute;
  top: 18px;
  width: 34px;
}
.process-visual {
  display: grid;
  gap: 18px;
}
.delivery-car {
  margin: 0;
}
.delivery-car img {
  border: 1px solid var(--dark);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(35, 37, 40, 0.12);
  width: 100%;
}
.quality, .packages { background: var(--soft); }
.loyalty {
  align-items: center;
  background: linear-gradient(135deg, var(--white), #f6fbf8);
}
.loyalty div {
  border-left: 4px solid var(--green);
  padding-left: 24px;
}
.loyalty-visual {
  margin: 0;
}
.loyalty-visual img {
  background: var(--white);
  border: 1px solid var(--dark);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(35, 37, 40, 0.12);
  max-height: 520px;
  object-fit: contain;
  width: 100%;
}
.quality figure { align-self: center; margin: 0; }
.quality img { border-radius: var(--radius); box-shadow: var(--shadow); }
.package {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 24px;
}
.package.featured { border-color: var(--green); box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.16); }
.package span { font-size: 22px; font-weight: 800; }
.package strong { font-size: 30px; margin: 14px 0; }
.package-list {
  display: grid;
  gap: 8px;
  margin: 0 0 18px 0;
  padding-left: 20px;
}
.package-list li::marker {
  color: var(--green);
}
.package em {
  color: var(--green);
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  margin-top: auto;
}
.note {
  border-left: 4px solid var(--green);
  margin: 28px 0 0;
  max-width: 980px;
  padding-left: 18px;
}
.pickup { background: var(--dark); color: var(--white); }
.pickup p { color: rgba(253, 254, 254, 0.74); }
.zone-card {
  background: rgba(253, 254, 254, 0.08);
  border: 1px solid rgba(253, 254, 254, 0.18);
  border-radius: var(--radius);
  display: grid;
  gap: 12px;
  padding: 26px;
}
.zone-card strong { font-size: 24px; }
.zone-card span {
  background: var(--white);
  border-radius: var(--radius);
  color: var(--ink);
  font-weight: 800;
  padding: 12px 14px;
}
.faq details {
  border-top: 1px solid var(--line);
  padding: 18px 0;
}
.faq summary { cursor: pointer; font-size: 20px; font-weight: 800; }
.faq p { color: var(--muted); margin: 10px 0 0; max-width: 850px; }
.order { background: linear-gradient(135deg, var(--dark), #314037); color: var(--white); }
.order-copy p { color: rgba(253, 254, 254, 0.75); }
.contact-hours {
  background: rgba(253, 254, 254, 0.08);
  border: 1px solid rgba(253, 254, 254, 0.18);
  border-radius: var(--radius);
  display: grid;
  gap: 8px;
  margin-top: 22px;
  padding: 18px;
}
.contact-hours strong { color: var(--white); font-size: 18px; }
.contact-hours a { color: var(--white); text-decoration-thickness: 2px; text-underline-offset: 4px; }
.contact-hours span { color: rgba(253, 254, 254, 0.78); }
.location-card {
  border-top: 1px solid rgba(253, 254, 254, 0.16);
  display: grid;
  gap: 8px;
  margin: 6px 0;
  padding-top: 12px;
}
.location-card iframe {
  background: var(--white);
  border: 1px solid rgba(253, 254, 254, 0.28);
  border-radius: var(--radius);
  height: 190px;
  width: 100%;
}
.order-form {
  background: var(--white);
  border-radius: var(--radius);
  color: var(--ink);
  display: grid;
  gap: 15px;
  padding: 28px;
  scroll-margin-top: 140px;
}
.order-form.form-focus {
  box-shadow: 0 0 0 4px rgba(46, 204, 113, 0.22), var(--shadow);
}
.order-form label { display: grid; gap: 7px; font-weight: 800; }
.bot-field { display: none !important; }
input, select, textarea {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  font: inherit;
  min-height: 46px;
  padding: 12px 13px;
  width: 100%;
}
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--green); outline: 3px solid rgba(46, 204, 113, 0.18); }
.check {
  align-items: start;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
  display: grid !important;
  gap: 12px;
  font-weight: 500 !important;
  grid-template-columns: 28px 1fr;
  line-height: 1.45;
  padding: 14px;
  touch-action: manipulation;
  user-select: none;
}
.check:hover { border-color: rgba(46, 204, 113, 0.45); }
.check input {
  appearance: none;
  -webkit-appearance: none;
  background: var(--white);
  border: 2px solid #9ca3af;
  border-radius: 6px;
  cursor: pointer;
  height: 28px;
  margin: 0;
  min-height: 28px;
  padding: 0;
  width: 28px;
}
.check input:checked {
  background: var(--green);
  border-color: var(--green);
  box-shadow: inset 0 0 0 6px var(--white);
}
.check input:focus-visible {
  outline: 4px solid rgba(46, 204, 113, 0.24);
  outline-offset: 2px;
}
.form-note, .form-status { color: var(--muted); margin: 0; }
.legal {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
}
.site-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 22px;
  justify-content: space-between;
  padding: 24px clamp(20px, 6vw, 76px);
}
.site-footer p { margin: 0; color: var(--muted); }
.thank-you-page {
  align-items: center;
  background: linear-gradient(135deg, var(--white), var(--soft));
  display: flex;
  min-height: 100vh;
  padding: 24px;
}
.thank-you-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin: 0 auto;
  max-width: 680px;
  padding: clamp(28px, 6vw, 56px);
  text-align: center;
}
.thank-you-card img {
  border: 1px solid var(--dark);
  border-radius: var(--radius);
  margin: 0 auto 28px;
  max-width: 320px;
  width: 100%;
}
.thank-you-card h1 {
  font-size: clamp(38px, 7vw, 72px);
}
.thank-you-card p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

@media (max-width: 1280px) {
  .site-header { grid-template-columns: 150px minmax(430px, 1fr) auto; gap: 14px; }
  .brand-banner { height: 72px; width: 142px !important; }
  .main-nav { gap: 18px; font-size: 14px; }
  .header-actions { gap: 10px; }
  .language-switcher a { font-size: 12px; min-width: 33px; padding: 0 6px; }
  .lang-link { font-size: 16px; height: 50px; width: 50px; }
  .opening-badge { font-size: 12px; padding: 13px 16px; }
  .button.small { font-size: 16px; min-height: 48px; padding: 13px 18px; }
}
@media (max-width: 980px) {
  html { scroll-padding-top: 74px; }
  .site-header {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 10px 12px;
  }
  .brand {
    flex: 0 0 auto;
  }
  .brand-banner {
    height: 46px;
    width: 86px !important;
  }
  .main-nav {
    display: flex;
    flex: 1 1 auto;
    gap: 14px;
    justify-content: flex-start;
    min-width: 0;
    overflow-x: auto;
    padding: 8px 0;
    scrollbar-width: thin;
  }
  .main-nav a {
    flex: 0 0 auto;
    font-size: 13px;
  }
  .header-actions {
    flex: 0 0 auto;
    gap: 0;
    min-width: 0;
  }
  .language-switcher {
    max-width: 152px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .language-switcher::-webkit-scrollbar {
    display: none;
  }
  .language-switcher a {
    flex: 0 0 auto;
    font-size: 11px;
    min-height: 34px;
    min-width: 32px;
    padding: 0 6px;
  }
  .lang-link {
    font-size: 14px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    width: 44px;
  }
  .opening-badge,
  .button.small {
    display: none;
  }
  .hero, .split-section, .quality, .loyalty, .pickup, .order, .about { grid-template-columns: 1fr; }
  .benefit-grid, .package-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .site-header { padding: 9px 10px; }
  .brand img { width: 132px; }
  .brand-banner {
    height: 42px;
    width: 78px !important;
  }
  .hero { min-height: auto; padding-top: 42px; }
  .hero-logo,
  .hero-package { width: 100%; }
  .benefit-grid, .package-grid { grid-template-columns: 1fr; }
  .section { padding: 58px 18px; }
  .site-footer { align-items: flex-start; flex-direction: column; }
}
