:root {
  --ink: #151515;
  --muted: #656a70;
  --paper: #fbfaf7;
  --panel: #ffffff;
  --line: #e5e0d8;
  --leaf: #0f6f5c;
  --leaf-dark: #0a4f42;
  --rose: #b84a62;
  --amber: #b07822;
  --shadow: 0 18px 44px rgba(18, 18, 18, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

code {
  padding: 2px 6px;
  border-radius: 6px;
  background: #eee9df;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 14px clamp(16px, 4vw, 58px);
  border-bottom: 1px solid var(--line);
  background: rgba(251, 250, 247, 0.93);
  backdrop-filter: blur(16px);
}

.brand,
.nav-links,
.header-cta,
.primary-button,
.ghost-button,
.site-footer a {
  text-decoration: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 900;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--ink);
  color: white;
  font-size: 13px;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 3vw, 34px);
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.nav-links a:hover,
.site-footer a:hover {
  color: var(--leaf);
}

.header-cta,
.primary-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 8px;
  font-weight: 850;
}

.header-cta,
.primary-button {
  border: 0;
  background: var(--leaf);
  color: white;
}

.header-cta:hover,
.primary-button:hover {
  background: var(--leaf-dark);
}

.ghost-button {
  border: 1px solid rgba(255, 255, 255, 0.68);
  color: white;
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: clamp(560px, 78vh, 790px);
  overflow: hidden;
  padding: clamp(28px, 5vw, 64px);
}

.hero img,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero img {
  object-fit: cover;
}

.hero-shade {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.24) 56%, rgba(0, 0, 0, 0.06));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  padding-bottom: clamp(34px, 7vh, 80px);
  color: white;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffdca0;
}

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

h1 {
  margin-bottom: 14px;
  font-size: clamp(58px, 11vw, 134px);
  line-height: 0.9;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 620px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--panel);
  border-bottom: 1px solid var(--line);
}

.trust-strip div {
  display: grid;
  gap: 4px;
  min-height: 86px;
  padding: 18px clamp(16px, 4vw, 42px);
  border-right: 1px solid var(--line);
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip span {
  color: var(--muted);
  font-size: 14px;
}

.intro-section,
.controls-section,
.video-section,
.seo-content,
.blog-layout,
.blog-hero {
  padding: clamp(42px, 7vw, 82px) clamp(16px, 4vw, 58px);
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: clamp(22px, 6vw, 78px);
  align-items: center;
}

.intro-section h2,
.section-heading h2,
.seo-content h2,
.blog-hero h1 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(30px, 5vw, 58px);
  line-height: 1.04;
  letter-spacing: 0;
}

.intro-section p,
.section-heading p,
.blog-hero p,
.blog-sidebar p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 20px;
}

.search-box {
  display: grid;
  gap: 6px;
  width: min(380px, 100%);
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.search-box input {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 13px;
  background: white;
  outline: 0;
}

.search-box input:focus {
  border-color: var(--leaf);
  box-shadow: 0 0 0 3px rgba(15, 111, 92, 0.14);
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.filter {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  color: var(--muted);
  font-weight: 850;
}

.filter.active,
.filter:hover {
  border-color: var(--leaf);
  background: #e5f3ef;
  color: var(--leaf-dark);
}

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

.product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(20, 20, 20, 0.06);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.product-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eee9df;
}

.product-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 420ms ease;
}

.product-media img.active {
  opacity: 1;
}

.badge {
  position: absolute;
  left: 12px;
  top: 12px;
  max-width: calc(100% - 24px);
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.93);
  color: var(--rose);
  font-size: 12px;
  font-weight: 900;
}

.product-body {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.meta-row,
.price-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.brand-pill {
  padding: 5px 8px;
  border-radius: 999px;
  background: #f5f0e8;
  color: var(--leaf-dark);
  font-size: 12px;
  font-weight: 900;
}

.rating {
  color: var(--amber);
  font-size: 13px;
  font-weight: 900;
}

.product-body h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
}

.product-body p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.coupon-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  padding: 7px 10px;
  border: 1px dashed rgba(184, 74, 98, 0.65);
  border-radius: 8px;
  background: #fff4f5;
  color: var(--rose) !important;
  font-weight: 900;
}

.price-row {
  padding-top: 4px;
}

.price-row strong {
  color: var(--ink);
}

.shop-now {
  color: var(--leaf);
  font-weight: 950;
}

.empty-state {
  grid-column: 1 / -1;
  min-height: 220px;
  display: grid;
  place-items: center;
  border: 1px dashed var(--line);
  border-radius: 8px;
  color: var(--muted);
  text-align: center;
}

.video-section {
  background: #202321;
  color: white;
}

.video-section .section-heading p {
  max-width: 420px;
  color: rgba(255, 255, 255, 0.68);
}

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

.video-card {
  overflow: hidden;
  border-radius: 8px;
  background: #111;
  aspect-ratio: 16 / 9;
}

.video-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

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

.guide-grid article,
.blog-sidebar,
.blog-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.guide-grid article {
  padding: 22px;
}

.guide-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(16px, 4vw, 58px);
  border-top: 1px solid var(--line);
  background: white;
}

.site-footer p {
  max-width: 760px;
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.site-footer nav {
  display: flex;
  gap: 16px;
  color: var(--muted);
  font-weight: 800;
}

.blog-hero {
  background: #202321;
  color: white;
}

.blog-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
}

.blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  align-items: start;
}

.blog-list {
  display: grid;
  gap: 18px;
}

.blog-card {
  overflow: hidden;
}

.blog-image-link {
  display: block;
}

.blog-card img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.blog-card-content {
  padding: 22px;
}

.blog-card h2 {
  margin-bottom: 10px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.12;
}

.blog-card time,
.blog-card .category {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.blog-card .content {
  margin-top: 18px;
  color: #33383d;
  line-height: 1.75;
}

.read-blog-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 16px;
  padding: 0 16px;
  border-radius: 8px;
  background: var(--leaf);
  color: white;
  text-decoration: none;
  font-weight: 850;
}

.read-blog-link:hover {
  background: var(--leaf-dark);
}

.blog-sidebar {
  position: sticky;
  top: 86px;
  padding: 22px;
}

@media (max-width: 1040px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .blog-layout {
    grid-template-columns: 1fr;
  }

  .blog-sidebar {
    position: static;
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .intro-section,
  .section-heading,
  .video-grid,
  .guide-grid {
    grid-template-columns: 1fr;
  }

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

  .section-heading {
    display: grid;
    align-items: start;
  }
}

@media (max-width: 560px) {
  .brand span:last-child {
    display: none;
  }

  .header-cta {
    padding: 0 12px;
    font-size: 14px;
  }

  .hero {
    min-height: 590px;
    padding: 22px 16px;
  }

  .hero-shade {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.14));
  }

  .trust-strip,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .site-footer {
    display: grid;
  }
}

@media (max-width: 920px) and (orientation: landscape) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    min-height: 520px;
  }
}
