:root {
  --red: #e60023;
  --red-dark: #b7001c;
  --ink: #101114;
  --muted: #61646b;
  --line: #e6e7eb;
  --soft: #f5f6f8;
  --panel: #ffffff;
  --dark: #11131a;
  --radius: 8px;
  --shadow: 0 18px 48px rgba(16, 17, 20, 0.11);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  letter-spacing: 0;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.utility-bar {
  display: flex;
  justify-content: center;
  gap: 26px;
  padding: 8px 20px;
  color: #4d5057;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid var(--line);
}

.utility-bar a:hover,
.main-nav a:hover,
.story-link:hover,
.product-card h3 a:hover,
.site-footer a:hover {
  color: var(--red);
}

.masthead {
  display: grid;
  grid-template-columns: 48px 1fr minmax(280px, 520px);
  align-items: center;
  gap: 18px;
  max-width: 1220px;
  margin: 0 auto;
  padding: 18px 24px;
}

.menu-button {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-content: center;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.menu-button span {
  width: 18px;
  height: 2px;
  background: var(--ink);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: var(--red);
  border-radius: 50%;
  font-size: 25px;
  font-weight: 900;
}

.brand-text {
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.site-search {
  display: flex;
  min-width: 0;
  border: 1px solid #d7d9de;
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}

.site-search input,
.newsletter-card input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 13px 16px;
  font: inherit;
}

.site-search button,
.newsletter-card button {
  border: 0;
  color: #fff;
  background: var(--ink);
  padding: 0 18px;
  font-weight: 800;
  cursor: pointer;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 12px 24px;
  overflow-x: auto;
  border-top: 1px solid var(--line);
  white-space: nowrap;
  font-weight: 800;
}

.hero-section {
  max-width: 1220px;
  margin: 32px auto 0;
  padding: 0 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(320px, 0.9fr);
  gap: 28px;
}

.lead-story {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1fr);
  gap: 28px;
  padding: 24px;
  background:
    radial-gradient(circle at 8% 0%, rgba(230, 0, 35, 0.13), transparent 34%),
    linear-gradient(140deg, #f4f7ff 0%, #ffffff 52%, #f8f8f8 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.image-frame {
  min-height: 360px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
}

.image-frame img {
  max-height: 340px;
  object-fit: contain;
  padding: 20px;
}

.story-content {
  align-self: center;
}

.kicker,
.category,
.review-row span,
.deal-list span {
  margin: 0 0 8px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lead-story h1 {
  margin: 0 0 18px;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 0.94;
  letter-spacing: 0;
}

.lead-story p {
  color: #343740;
  font-size: 18px;
  line-height: 1.55;
}

.story-link {
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  color: var(--red);
  font-weight: 900;
}

.story-link::after {
  content: ">";
  margin-left: 8px;
}

.side-stories {
  display: grid;
  gap: 16px;
}

.side-stories article {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.side-stories img {
  width: 118px;
  height: 96px;
  object-fit: contain;
  padding: 10px;
  background: var(--soft);
  border-radius: var(--radius);
}

.side-stories h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
}

.ticker-band {
  max-width: 1220px;
  margin: 28px auto 0;
  padding: 12px 24px;
  display: flex;
  gap: 10px;
  overflow-x: auto;
}

.ticker-band span {
  flex: 0 0 auto;
  padding: 9px 14px;
  color: #fff;
  background: var(--dark);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.section-wrap,
.split-section,
.deals-section {
  max-width: 1220px;
  margin: 64px auto 0;
  padding: 0 24px;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 24px;
}

.section-heading.compact {
  margin-bottom: 16px;
}

.section-heading h2,
.newsletter-card h2,
.deals-section h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.04;
  letter-spacing: 0;
}

.section-heading p:last-child,
.newsletter-card p,
.guide-grid p,
.deal-list h3,
.product-card p {
  color: var(--muted);
  line-height: 1.5;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(16, 17, 20, 0.1);
}

.product-card img {
  width: 100%;
  height: 190px;
  object-fit: contain;
  padding: 18px;
  background: linear-gradient(180deg, #f8f9fb, #fff);
}

.product-card.spotlight {
  grid-column: span 2;
}

.product-card.spotlight img {
  height: 260px;
}

.badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  color: #fff;
  background: var(--red);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 900;
}

.product-body {
  padding: 18px;
}

.product-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.22;
}

.product-card h3 a {
  text-decoration: underline;
  text-decoration-color: rgba(230, 0, 35, 0.35);
  text-underline-offset: 4px;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}

.reviews-panel {
  border-top: 4px solid var(--ink);
}

.review-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 56px;
  gap: 18px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.review-row img {
  width: 120px;
  height: 92px;
  object-fit: contain;
  padding: 10px;
  background: var(--soft);
  border-radius: var(--radius);
}

.review-row h3 {
  margin: 0 0 8px;
  font-size: 21px;
  line-height: 1.2;
}

.review-row p {
  margin: 0;
  color: var(--muted);
}

.review-row strong {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--red);
  border-radius: 50%;
  font-size: 19px;
}

.newsletter-card {
  position: sticky;
  top: 138px;
  padding: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(230, 0, 35, 0.42), transparent 34%),
    #11131a;
  border-radius: var(--radius);
}

.newsletter-card .kicker,
.newsletter-card p {
  color: #fff;
}

.newsletter-card form {
  display: flex;
  margin-top: 20px;
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}

.newsletter-card button {
  background: var(--red);
}

.guide-section {
  padding-top: 54px;
  padding-bottom: 54px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(120deg, rgba(230, 0, 35, 0.4), rgba(17, 19, 26, 0.2)) border-box;
  border: 1px solid transparent;
  border-radius: var(--radius);
}

.guide-grid,
.deal-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.guide-grid article,
.deal-list article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.guide-grid span {
  color: var(--red);
  font-size: 34px;
  font-weight: 900;
}

.guide-grid h3 {
  margin: 12px 0 10px;
  font-size: 22px;
}

.deals-section {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 28px;
  padding: 32px 24px;
  color: #fff;
  background: var(--dark);
  border-radius: var(--radius);
}

.deals-section .kicker,
.deal-list span {
  color: #ff5a73;
}

.deal-list article {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
}

.deal-list h3 {
  margin: 0;
  color: #fff;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  max-width: 1220px;
  margin: 64px auto 0;
  padding: 34px 24px 42px;
  border-top: 1px solid var(--line);
}

.footer-brand {
  color: var(--red);
  font-size: 28px;
  font-weight: 900;
}

.site-footer p {
  max-width: 520px;
  color: var(--muted);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-content: start;
  justify-content: flex-end;
  font-weight: 800;
}

.simple-page {
  max-width: 860px;
  margin: 0 auto;
  padding: 64px 24px;
}

.simple-page h1 {
  margin: 0 0 18px;
  font-size: clamp(36px, 5vw, 62px);
}

.simple-page p,
.simple-page li {
  color: #42454d;
  font-size: 18px;
  line-height: 1.65;
}

.simple-page a {
  color: var(--red);
  font-weight: 800;
}

@media (max-width: 980px) {
  .masthead {
    grid-template-columns: 42px 1fr;
  }

  .site-search {
    grid-column: 1 / -1;
  }

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

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

  .newsletter-card {
    position: static;
  }
}

@media (max-width: 680px) {
  .utility-bar {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .brand-text {
    font-size: 26px;
  }

  .main-nav {
    justify-content: flex-start;
  }

  .hero-section,
  .section-wrap,
  .split-section,
  .deals-section,
  .site-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lead-story {
    padding: 16px;
  }

  .image-frame {
    min-height: 260px;
  }

  .lead-story h1 {
    font-size: 42px;
  }

  .side-stories article,
  .review-row,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .side-stories img,
  .review-row img {
    width: 100%;
    height: 170px;
  }

  .product-grid,
  .guide-grid,
  .deal-list {
    grid-template-columns: 1fr;
  }

  .product-card.spotlight {
    grid-column: auto;
  }

  .product-card.spotlight img,
  .product-card img {
    height: 230px;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}
