* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #f7f4ee;
  color: #1c1917;
}

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

img {
  display: block;
  max-width: 100%;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 92vh;
  color: white;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.18), transparent 25%),
    radial-gradient(circle at 80% 30%, rgba(239, 68, 68, 0.45), transparent 28%),
    radial-gradient(circle at 50% 90%, rgba(34, 197, 94, 0.35), transparent 30%),
    linear-gradient(135deg, #052e22, #111827 55%, #450a0a);
}

.navbar {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -1px;
}

.logo span {
  color: #ef4444;
}

.nav-links {
  display: flex;
  gap: 24px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.82);
}

.nav-links a:hover {
  color: white;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 24px 90px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 22px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  font-size: 14px;
  font-weight: 700;
}

.hero h1 {
  margin: 0;
  font-size: clamp(58px, 9vw, 112px);
  line-height: 0.88;
  letter-spacing: -5px;
  font-weight: 950;
}

.subtitle {
  max-width: 620px;
  margin: 28px 0 0;
  font-size: 22px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 18px;
  font-weight: 900;
  transition: transform 0.2s ease, background 0.2s ease;
}

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

.btn-primary {
  background: #ef4444;
  color: white;
  box-shadow: 0 18px 40px rgba(127, 29, 29, 0.35);
}

.btn-primary:hover {
  background: #f87171;
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  color: white;
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
}

.hero-card {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: -30px;
  background: rgba(239, 68, 68, 0.2);
  filter: blur(50px);
  z-index: -1;
}

.hero-card img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}

.hero-card-caption {
  position: absolute;
  inset: auto 0 0;
  padding: 28px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.88), transparent);
}

.hero-card-caption p {
  margin: 0 0 8px;
  color: #fecaca;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 12px;
  font-weight: 900;
}

.hero-card-caption h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1;
}

.hero-card-caption span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
}

.features {
  max-width: 1200px;
  margin: -44px auto 0;
  position: relative;
  z-index: 3;
  padding: 0 24px 72px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.features article {
  border-radius: 28px;
  background: white;
  padding: 28px;
  box-shadow: 0 18px 50px rgba(28, 25, 23, 0.08);
  border: 1px solid #e7e5e4;
}

.icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 18px;
  background: #dcfce7;
  font-size: 24px;
}

.features h3,
.product-content h3,
.vehicle-content h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -0.5px;
}

.features p,
.product-content p,
.vehicle-content p,
.section-heading p,
.newsletter p,
footer p {
  color: #57534e;
  line-height: 1.65;
}

.catalogue {
  background: white;
  padding: 80px 24px;
}

.section-heading {
  max-width: 1200px;
  margin: 0 auto 42px;
}

.tag {
  display: inline-block;
  margin: 0 0 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #dcfce7;
  color: #14532d;
  font-size: 14px;
  font-weight: 900;
}

.tag.red {
  background: #fee2e2;
  color: #7f1d1d;
}

.section-heading h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1;
  letter-spacing: -2px;
  font-weight: 950;
}

.section-heading p:not(.tag) {
  max-width: 760px;
  margin-top: 18px;
  font-size: 19px;
}

.product-grid,
.vehicle-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 24px;
}

.product-grid {
  grid-template-columns: repeat(3, 1fr);
}

.product-card,
.vehicle-card {
  overflow: hidden;
  border-radius: 30px;
  background: #fafaf9;
  border: 1px solid #e7e5e4;
  box-shadow: 0 14px 40px rgba(28, 25, 23, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover,
.vehicle-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 70px rgba(28, 25, 23, 0.12);
}

.product-image {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.06);
}

.product-image span {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 950;
}

.product-content,
.vehicle-content {
  padding: 26px;
}

.category {
  margin: 0 0 10px;
  color: #047857 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 950;
}

.price-row {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-row strong {
  font-size: 25px;
}

button {
  cursor: pointer;
  border: 0;
  border-radius: 16px;
  background: #047857;
  color: white;
  padding: 12px 18px;
  font-weight: 900;
}

button:hover {
  background: #059669;
}

.beer-section {
  padding: 90px 24px;
  background:
    radial-gradient(circle at 20% 20%, rgba(245, 158, 11, 0.22), transparent 28%),
    radial-gradient(circle at 85% 70%, rgba(120, 53, 15, 0.28), transparent 30%),
    linear-gradient(135deg, #fffbeb, #fef3c7);
}

.beer-heading {
  text-align: center;
}

.beer-heading h2,
.beer-heading p:not(.tag) {
  margin-left: auto;
  margin-right: auto;
}

.beer-tag {
  background: #fde68a;
  color: #78350f;
}

.beer-card {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 0;
  overflow: hidden;
  border-radius: 36px;
  background: white;
  border: 1px solid #fcd34d;
  box-shadow: 0 24px 80px rgba(120, 53, 15, 0.16);
}

.beer-image {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}

.beer-image a {
  display: block;
  height: 100%;
  cursor: zoom-in;
}

.beer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.beer-image span {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #78350f;
  font-size: 13px;
  font-weight: 950;
}

.beer-content {
  padding: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.beer-content h3 {
  margin: 0;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 0.95;
  letter-spacing: -2px;
  font-weight: 950;
}

.beer-content > p {
  margin-top: 22px;
  color: #57534e;
  font-size: 19px;
  line-height: 1.65;
}

.beer-specs {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.beer-specs div {
  padding: 16px;
  border-radius: 18px;
  background: #fffbeb;
  border: 1px solid #fde68a;
}

.beer-specs strong {
  display: block;
  margin-bottom: 6px;
  color: #78350f;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.beer-specs span {
  color: #44403c;
  font-weight: 800;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .beer-card {
    grid-template-columns: 1fr;
  }

  .beer-image {
    min-height: 320px;
  }

  .beer-content {
    padding: 30px;
  }

  .beer-specs {
    grid-template-columns: 1fr;
  }
}

.chips-card {
  max-width: 1200px;
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  overflow: hidden;
  border-radius: 32px;
  background: #fff7ed;
  border: 1px solid #fdba74;
  box-shadow: 0 20px 70px rgba(154, 52, 18, 0.14);
}

.chips-image {
  position: relative;
  min-height: 340px;
  overflow: hidden;
}

.chips-image a {
  display: block;
  height: 100%;
  cursor: zoom-in;
}

.chips-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chips-image span {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #9a3412;
  font-size: 13px;
  font-weight: 950;
}

.chips-content {
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.chips-content h3 {
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1;
  letter-spacing: -1.5px;
  font-weight: 950;
}

.chips-content > p {
  margin-top: 20px;
  color: #57534e;
  font-size: 18px;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .chips-card {
    grid-template-columns: 1fr;
  }

  .chips-image {
    min-height: 280px;
  }

  .chips-content {
    padding: 28px;
  }
}

.clothing-section {
  padding: 90px 24px;
  background:
    radial-gradient(circle at 15% 20%, rgba(14, 165, 233, 0.22), transparent 28%),
    radial-gradient(circle at 85% 75%, rgba(168, 85, 247, 0.22), transparent 32%),
    linear-gradient(135deg, #f0f9ff, #faf5ff);
}

.clothing-heading {
  text-align: center;
}

.clothing-heading h2,
.clothing-heading p:not(.tag) {
  margin-left: auto;
  margin-right: auto;
}

.clothing-tag {
  background: #e0f2fe;
  color: #075985;
}

.clothing-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.clothing-card {
  overflow: hidden;
  border-radius: 34px;
  background: white;
  border: 1px solid #e0e7ff;
  box-shadow: 0 20px 70px rgba(30, 41, 59, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.clothing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 90px rgba(30, 41, 59, 0.16);
}

.clothing-image {
  position: relative;
  height: 360px;
  overflow: hidden;
}

.clothing-image a {
  display: block;
  height: 100%;
  cursor: zoom-in;
}

.clothing-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clothing-image span {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #312e81;
  font-size: 13px;
  font-weight: 950;
}

.clothing-content {
  padding: 30px;
}

.clothing-content h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -1px;
  font-weight: 950;
}

.clothing-content > p {
  margin-top: 18px;
  color: #57534e;
  line-height: 1.65;
}

.clothing-banner {
  max-width: 1200px;
  margin: 28px auto 0;
  padding: 34px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0.22), transparent 25%),
    linear-gradient(135deg, #1e1b4b, #312e81, #0f766e);
  color: white;
  display: grid;
  grid-template-columns: 0.8fr 1.4fr auto;
  gap: 24px;
  align-items: center;
  box-shadow: 0 24px 80px rgba(49, 46, 129, 0.22);
}

.clothing-banner h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 950;
}

.clothing-banner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.clothing-banner button {
  background: #0ea5e9;
  white-space: nowrap;
}

.clothing-banner button:hover {
  background: #38bdf8;
}

@media (max-width: 900px) {
  .clothing-grid,
  .clothing-banner {
    grid-template-columns: 1fr;
  }

  .clothing-image {
    height: 300px;
  }

  .clothing-banner {
    padding: 28px;
  }

  .clothing-banner button {
    width: 100%;
  }
}

.geo-section {
  padding: 95px 24px;
  background:
    radial-gradient(circle at 15% 20%, rgba(14, 165, 233, 0.22), transparent 28%),
    radial-gradient(circle at 85% 30%, rgba(239, 68, 68, 0.2), transparent 30%),
    radial-gradient(circle at 60% 90%, rgba(34, 197, 94, 0.18), transparent 32%),
    linear-gradient(135deg, #ecfeff, #f8fafc 48%, #e0f2fe);
}

.geo-heading {
  text-align: center;
}

.geo-heading h2,
.geo-heading p:not(.tag) {
  margin-left: auto;
  margin-right: auto;
}

.geo-tag {
  background: #cffafe;
  color: #155e75;
}

.geo-card {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  overflow: hidden;
  border-radius: 38px;
  background: white;
  border: 1px solid #bae6fd;
  box-shadow: 0 28px 90px rgba(8, 47, 73, 0.16);
}

.geo-image {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #0f172a;
}

.geo-image a {
  display: block;
  height: 100%;
  cursor: zoom-in;
}

.geo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.geo-image span {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #155e75;
  font-size: 13px;
  font-weight: 950;
}

.geo-content {
  padding: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.geo-content h3 {
  margin: 0;
  font-size: clamp(34px, 4.5vw, 56px);
  line-height: 0.95;
  letter-spacing: -2px;
  font-weight: 950;
}

.geo-content > p {
  margin-top: 22px;
  color: #57534e;
  font-size: 18px;
  line-height: 1.65;
}

.geo-specs {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.geo-specs div {
  padding: 16px;
  border-radius: 18px;
  background: #f0f9ff;
  border: 1px solid #bae6fd;
}

.geo-specs strong {
  display: block;
  margin-bottom: 6px;
  color: #075985;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.geo-specs span {
  color: #334155;
  font-weight: 800;
  line-height: 1.35;
}

.warning-box {
  margin-top: 18px;
  padding: 18px;
  border-radius: 20px;
  background: #fff7ed;
  border: 1px solid #fdba74;
  color: #9a3412;
  font-weight: 900;
  line-height: 1.55;
}

.geo-mini-grid {
  max-width: 1200px;
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.geo-mini-grid article {
  padding: 26px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #bae6fd;
  box-shadow: 0 18px 60px rgba(8, 47, 73, 0.1);
}

.geo-mini-grid h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 950;
}

.geo-mini-grid p {
  margin: 12px 0 0;
  color: #57534e;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .geo-card,
  .geo-mini-grid {
    grid-template-columns: 1fr;
  }

  .geo-image {
    min-height: 320px;
  }

  .geo-content {
    padding: 30px;
  }

  .geo-specs {
    grid-template-columns: 1fr;
  }
}

.vehicles {
  padding: 80px 24px;
}

.vehicle-grid {
  grid-template-columns: 1.15fr 0.85fr;
}

.vehicle-card {
  background: white;
}

.vehicle-card img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.vehicle-card.featured img {
  height: 430px;
}

.stars {
  margin: 0 0 14px;
  color: #f59e0b !important;
  letter-spacing: 2px;
}

.vehicle-content h3 {
  font-size: 31px;
}

.options {
  margin-top: 22px;
  padding: 16px;
  border-radius: 18px;
  background: #f5f5f4;
  color: #44403c;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
}

.quote {
  padding: 74px 24px;
  background: #1c1917;
  color: white;
  text-align: center;
}

.quote blockquote {
  max-width: 900px;
  margin: 0 auto;
  font-size: clamp(31px, 5vw, 54px);
  line-height: 1.1;
  letter-spacing: -2px;
  font-weight: 950;
}

.quote p {
  margin-top: 22px;
  color: #d6d3d1;
}

.newsletter {
  max-width: 1200px;
  margin: 80px auto;
  padding: 44px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 80% 20%, rgba(239, 68, 68, 0.35), transparent 25%),
    linear-gradient(135deg, #064e3b, #022c22);
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
}

.newsletter h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -1.8px;
}

.newsletter p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.newsletter form {
  display: flex;
  gap: 12px;
}

.newsletter input {
  flex: 1;
  min-height: 58px;
  border: 0;
  border-radius: 18px;
  padding: 0 20px;
  font-size: 16px;
}

.newsletter button {
  background: #ef4444;
  min-height: 58px;
  padding: 0 24px;
}

.newsletter button:hover {
  background: #f87171;
}

footer {
  padding: 34px 24px;
  background: #0c0a09;
  color: #a8a29e;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

footer > * {
  max-width: 1200px;
}

footer strong {
  color: white;
  font-size: 26px;
}

footer p {
  margin: 6px 0 0;
  color: #a8a29e;
}

@media (max-width: 900px) {
  .nav-links {
    display: none;
  }

  .hero-content,
  .features,
  .product-grid,
  .vehicle-grid,
  .newsletter {
    grid-template-columns: 1fr;
  }

  .hero-content {
    padding-top: 30px;
  }

  .hero h1 {
    letter-spacing: -3px;
  }

  .subtitle {
    font-size: 19px;
  }

  .features {
    margin-top: -20px;
  }

  .hero-card img,
  .vehicle-card.featured img,
  .vehicle-card img {
    height: 300px;
  }

  .newsletter {
    margin: 56px 24px;
    padding: 30px;
  }

  .newsletter form {
    flex-direction: column;
  }

  footer {
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .navbar {
    padding: 22px 18px;
  }

  .hero-content,
  .catalogue,
  .vehicles {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero h1 {
    font-size: 58px;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .features {
    padding-left: 18px;
    padding-right: 18px;
  }

  .product-content,
  .vehicle-content {
    padding: 22px;
  }

  .quote {
    padding: 58px 18px;
  }
}