:root {
  --color-bg: #f6f4f1;
  --color-surface: #ffffff;
  --color-text: #1b1b1b;
  --color-muted: #615d59;
  --color-accent: #8f2d56;
  --color-accent-dark: #4a1830;
  --color-secondary: #0f6b70;
  --color-border: #ded8d2;
  --shadow-soft: 0 20px 60px rgba(27, 27, 27, 0.08);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
}

body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
}

.announcement-bar {
  padding: 10px 20px;
  background: var(--color-accent);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 800;
  text-align: center;
}

.site-header {
  position: relative;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px clamp(20px, 5vw, 64px);
  background: var(--color-bg);
  border-bottom: 1px solid var(--color-border);
}

.brand {
  width: clamp(152px, 20.2vw, 260px);
  display: flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: 100%;
  height: auto;
  display: block;
}

.site-menu {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.nav {
  display: flex;
  gap: 18px;
  color: var(--color-muted);
  font-size: 0.95rem;
}

.nav a {
  text-decoration: none;
}

.header-actions {
  display: flex;
  gap: 12px;
  color: var(--color-muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.header-actions a {
  text-decoration: none;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  gap: 4px;
  padding: 0;
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  color: var(--color-accent-dark);
  cursor: pointer;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  display: block;
  background: currentColor;
  border-radius: 999px;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.menu-toggle strong {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.site-header.is-menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.site-header.is-menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.is-menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 2147483001;
  display: grid;
  place-items: center;
  overflow-y: auto;
  padding: clamp(16px, 4vh, 32px);
  background: rgba(0, 0, 0, 0.76);
  -webkit-overflow-scrolling: touch;
}

.age-gate.is-hidden {
  display: none;
}

.age-gate__panel {
  width: min(480px, 100%);
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  padding: 34px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.35);
  text-align: center;
}

.age-gate__panel span {
  display: inline-grid;
  width: 64px;
  height: 64px;
  place-items: center;
  margin-bottom: 18px;
  background: var(--color-accent-dark);
  color: #ffffff;
  border-radius: 999px;
  font-weight: 900;
}

.age-gate__panel h2 {
  font-size: 2rem;
}

.age-note {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px clamp(20px, 5vw, 64px);
  background: var(--color-accent-dark);
  color: #ffffff;
}

.age-note span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  font-weight: 900;
}

.age-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
}

.quick-links {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 10px clamp(20px, 5vw, 64px) 12px;
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-border);
}

.quick-links a {
  display: grid;
  min-width: 82px;
  flex: 0 0 auto;
  gap: 6px;
  justify-items: center;
  padding: 0;
  color: var(--color-accent-dark);
  border: 0;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.quick-links img {
  width: 70px;
  height: 70px;
  display: block;
  object-fit: cover;
  object-position: center top;
  border: 2px solid var(--color-border);
  border-radius: 999px;
}

.quick-links a:first-child img {
  border-color: #ff6b9e;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  padding: 58px clamp(28px, 5vw, 84px);
  color: #ffffff;
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image: url("https://www.siliconwives.com/cdn/shop/files/Frame_4-min_1.png?v=1755746509");
  background-position: center;
  background-size: cover;
  z-index: 0;
}

.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.42) 50%, rgba(0, 0, 0, 0.04) 78%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08));
  z-index: 1;
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 740px;
}

.hero__panel {
  display: flex;
  max-width: 740px;
  gap: 20px;
  align-items: flex-start;
  margin-top: 34px;
  padding: 22px 24px;
  background: var(--color-surface);
  color: var(--color-text);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.hero__panel img {
  width: 78px;
  height: 78px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
}

.hero__panel p {
  margin-bottom: 14px;
  color: #333333;
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.45;
}

.hero__panel p strong {
  color: #333333;
  font-weight: 900;
}

.hero__panel span {
  color: #333333;
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero__rating {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 24px;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero__stars {
  color: #ffd86b;
  font-size: 1.35rem;
  line-height: 1;
}

.hero__heading {
  max-width: 640px;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: clamp(3.2rem, 4.4vw, 4.6rem);
  font-weight: 900;
  line-height: 0.98;
}

.hero__subheading {
  margin-bottom: 36px;
  color: #ffffff;
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.hero__features {
  display: grid;
  gap: 16px;
  margin-top: 0;
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero__features b {
  display: inline-block;
  width: 30px;
  color: #ffffff;
  font-size: 1.3rem;
}

.hero__guarantee {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  margin: 24px 0 0;
  color: #ffffff;
  font-size: 1.05rem;
}

.hero__guarantee a {
  color: #ffffff;
  text-decoration: underline;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--color-accent-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 0.95;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

p {
  color: var(--color-muted);
  font-size: 1.02rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 16px;
  padding: 0 18px;
  background: var(--color-accent);
  color: #ffffff;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}

.button--ghost {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.button--hero {
  min-width: 310px;
  min-height: 72px;
  margin-top: 28px;
  background: #eba1b8;
  color: #000000;
  border-radius: 999px;
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.button--full {
  width: 100%;
}

.button--dark {
  background: var(--color-accent-dark);
  color: #ffffff;
}

.product-support-link {
  margin-top: 10px;
  background: #ffffff;
  color: var(--color-accent-dark);
  border: 1px solid var(--color-border);
}

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

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--color-border);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.trust-strip div {
  padding: 20px;
  background: var(--color-surface);
  color: var(--color-accent-dark);
  font-weight: 800;
  text-align: center;
}

.section {
  padding: 72px clamp(20px, 5vw, 64px);
}

.best-sellers-section {
  background: #ffffff;
  padding-top: 46px;
}

.best-sellers-section h2,
.reviews-section h2,
.press-section h2 {
  margin-bottom: 8px;
  color: #3c3a38;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  line-height: 1.08;
  text-align: center;
}

.section--alt {
  background: var(--color-surface);
}

.container {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.narrow {
  max-width: 760px;
}

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

.card {
  min-height: 160px;
  padding: 24px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px 20px;
  margin-top: 28px;
}

.product-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  text-align: center;
}

.product-card:hover {
  box-shadow: none;
}

.product-card__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4.55;
  margin-bottom: 12px;
  background: #f5f3f0;
  border-radius: 0;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
  transition: transform 220ms ease;
}

.product-card:hover .product-card__image img {
  transform: scale(1.01);
}

.product-card__sale {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  display: inline-flex;
  padding: 4px 8px;
  background: #eba1b8;
  color: #111111;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card h3 {
  min-height: 44px;
  margin: 0 0 6px;
  color: #55514e;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.35;
}

.product-card__price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 9px;
  margin-top: 0;
}

.product-card__price strong {
  color: #c93164;
  font-size: 1.05rem;
  font-weight: 900;
}

.product-card__compare {
  color: var(--color-muted);
  font-size: 0.92rem;
  text-decoration: line-through;
}

.product-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  background: transparent;
  color: var(--color-accent-dark);
  border: 0;
  border-radius: 0;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.product-card__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 6px;
}

.product-card--loading {
  min-height: 260px;
}

.reviews-section {
  background: #ffffff;
}

.reviews-carousel {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-top: 32px;
}

.review-card {
  position: relative;
  overflow: visible;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 18px 35px rgba(27, 27, 27, 0.14);
}

.review-card__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  object-position: center top;
  border-radius: 8px 8px 0 0;
}

.review-card__stars {
  width: min(168px, 56%);
  margin: -25px auto 0;
  padding: 8px 9px;
  position: relative;
  z-index: 2;
  background: #ffffff;
  color: #f5a91d;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(27, 27, 27, 0.16);
  font-size: clamp(1.18rem, 1.8vw, 1.7rem);
  line-height: 1;
  text-align: center;
}

.review-card__body {
  padding: 32px 26px 34px;
  text-align: center;
}

.review-card__body h3 {
  margin-bottom: 22px;
  color: #000000;
  font-size: 1.65rem;
  font-weight: 900;
}

.review-card__body h3 span {
  color: #000000;
  font-size: 0.7rem;
  vertical-align: middle;
}

.review-card__body p {
  color: #000000;
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
  line-height: 1.38;
}

.reviews-carousel__next {
  position: absolute;
  top: 42%;
  right: -34px;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  background: #ffffff;
  color: #9a9a9a;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(27, 27, 27, 0.12);
  font-size: 4rem;
  line-height: 1;
}

.press-section {
  background: #ffffff;
  text-align: center;
}

.press-section h2 {
  margin-bottom: 14px;
  color: #333333;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 800;
}

.section-rule {
  width: 180px;
  height: 5px;
  margin: 0 auto 54px;
  background: #eba1b8;
}

.press-logos {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(22px, 5vw, 70px);
  align-items: center;
}

.press-logos img {
  width: 100%;
  max-height: 100px;
  object-fit: contain;
  filter: grayscale(1) contrast(1.12);
}

.experience-section {
  background: #f6f6f6;
}

.experience-section h2 {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  text-transform: uppercase;
}

.feature-tiles,
.quality-grid,
.blog-grid,
.promo-grid {
  display: grid;
  gap: 22px;
}

.feature-tiles,
.quality-grid,
.blog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-tiles article,
.quality-grid article,
.blog-grid article {
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.feature-tiles img,
.quality-grid img,
.blog-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 8px 8px 0 0;
}

.feature-tiles h3,
.feature-tiles p,
.quality-grid h3,
.quality-grid ul,
.blog-grid h3,
.blog-grid p {
  padding-right: 22px;
  padding-left: 22px;
}

.feature-tiles h3,
.quality-grid h3,
.blog-grid h3 {
  margin-top: 22px;
}

.feature-tiles p,
.blog-grid p {
  padding-bottom: 24px;
}

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

.collection-grid a {
  display: grid;
  min-height: 180px;
  align-items: end;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(74, 24, 48, 0.82)),
    var(--collection-image),
    #ddd7cf;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  border-radius: 8px;
  font-size: 1.15rem;
  font-weight: 900;
  text-decoration: none;
}

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

.promo-grid a {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: 28px;
  color: #ffffff;
  border-radius: 8px;
  text-decoration: none;
}

.promo-grid img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.promo-grid a::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.68));
  z-index: 1;
}

.promo-grid span {
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
  font-weight: 900;
}

.quality-section {
  background: #f6f6f6;
}

.quality-section h2 {
  margin-bottom: 32px;
  color: #3c3a38;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  text-align: center;
}

.quality-grid--icons {
  max-width: 980px;
  margin: 0 auto 58px;
}

.quality-grid--icons article {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.quality-icon {
  display: flex;
  min-height: 210px;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.quality-icon img {
  width: clamp(210px, 19vw, 285px);
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.quality-grid--icons article:nth-child(2) .quality-icon img {
  width: clamp(190px, 17vw, 260px);
}

.quality-grid--icons article:nth-child(3) .quality-icon img {
  width: clamp(230px, 22vw, 330px);
}

.quality-grid--icons h3 {
  padding: 0;
  color: #000000;
  font-size: 1.45rem;
  letter-spacing: 0.08em;
  text-align: left;
}

.quality-grid--icons ul {
  padding-right: 0;
  padding-left: 20px;
  color: #000000;
  font-size: 0.98rem;
}

.quality-grid--icons li {
  margin-bottom: 8px;
}

.quality-grid img {
  height: 250px;
  object-fit: contain;
  background: #f6f6f6;
}

.quality-grid ul {
  margin: 0;
  padding-bottom: 26px;
  color: var(--color-muted);
}

.rich-copy-section {
  background: #f6f6f6;
}

.rich-copy-section p {
  color: #000000;
  font-size: 1rem;
}

.rich-copy-section h3 {
  margin-top: 26px;
  color: #000000;
  font-size: 1.35rem;
}

.store-copy {
  max-width: 980px;
  margin: 0 auto;
  color: #000000;
}

.store-copy p {
  margin-bottom: 12px;
  color: #000000;
  font-size: 0.98rem;
  line-height: 1.22;
}

.store-copy h3 {
  margin: 14px 0 6px;
  color: #000000;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.08;
  letter-spacing: 0.06em;
}

.blog-section {
  background: #ffffff;
}

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

.policy-grid article {
  min-height: 170px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.product-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
}

.product-modal[aria-hidden="false"] {
  display: block;
}

.product-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.68);
}

.product-modal__panel {
  position: relative;
  width: min(1280px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  overflow: auto;
  margin: 16px auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.35);
}

.product-modal__close {
  position: sticky;
  top: 0;
  z-index: 3;
  float: right;
  width: 42px;
  height: 42px;
  background: var(--color-accent-dark);
  color: #ffffff;
  border: 0;
  border-radius: 999px;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.product-detail__crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 54px 18px 0;
  color: var(--color-muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.product-detail__crumbs span:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: #b0aaa4;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
  gap: 38px;
  clear: both;
  align-items: start;
}

.product-detail__media {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.product-detail__gallery {
  position: relative;
  overflow: hidden;
  background: #f7f4f1;
  border: 1px solid var(--color-border);
  border-radius: 8px;
}

.product-detail__gallery > img {
  width: 100%;
  height: min(74vh, 760px);
  min-height: 520px;
  display: block;
  object-fit: contain;
  object-position: center center;
  background: #f7f4f1;
}

.product-detail__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  padding: 8px 12px;
  background: #111111;
  color: #ffffff;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
}

.product-detail__thumbs {
  display: grid;
  align-content: start;
  gap: 12px;
  max-height: min(740px, calc(100vh - 180px));
  overflow: auto;
  padding-right: 2px;
}

.product-detail__thumbs button {
  padding: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.product-detail__thumbs button.is-active {
  border-color: #111111;
  box-shadow: 0 0 0 2px #111111 inset;
}

.product-detail__thumbs img {
  width: 100%;
  aspect-ratio: 3 / 4;
  display: block;
  object-fit: contain;
  object-position: center top;
  background: #f7f4f1;
}

.product-buybox {
  position: sticky;
  top: 18px;
  padding: 26px;
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(27, 27, 27, 0.1);
}

.product-detail__rating {
  margin: 0 0 10px;
  color: #f6aa1c;
  font-weight: 900;
}

.product-detail__rating span {
  color: var(--color-muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.product-detail__info h2 {
  margin: 4px 0 12px;
  color: #111111;
  font-size: clamp(1.85rem, 3vw, 3.2rem);
  line-height: 1.03;
}

.product-detail__price {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.product-detail__price strong {
  color: #111111;
  font-size: 2.05rem;
}

.product-detail__price span {
  color: var(--color-muted);
  font-size: 1.1rem;
  text-decoration: line-through;
}

.product-detail__price em {
  padding: 6px 10px;
  background: #ffe8ef;
  color: var(--color-accent-dark);
  border-radius: 999px;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 900;
}

.product-detail__price em:empty {
  display: none;
}

.product-detail__summary {
  color: var(--color-muted);
  font-size: 1.02rem;
}

.product-detail__stock {
  display: grid;
  gap: 8px;
  margin: 18px 0;
  padding: 16px;
  background: #f8f7f5;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  color: var(--color-muted);
  font-size: 0.94rem;
}

.product-detail__stock strong {
  color: #111111;
}

.product-detail__options {
  display: grid;
  gap: 16px;
  margin: 18px 0 14px;
}

.product-detail__options fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
}

.product-detail__options legend,
.product-detail__qty > span {
  width: 100%;
  margin-bottom: 2px;
  color: #111111;
  font-size: 0.92rem;
  font-weight: 900;
}

.product-detail__options label {
  position: relative;
}

.product-detail__options label input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.product-detail__options label span {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  color: var(--color-text);
  font-size: 0.94rem;
  font-weight: 900;
  cursor: pointer;
}

.product-detail__options label input:checked + span {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
}

.product-detail__qty {
  display: grid;
  gap: 8px;
}

.product-detail__qty div {
  display: inline-grid;
  width: 160px;
  grid-template-columns: 44px 1fr 44px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  overflow: hidden;
}

.product-detail__qty button,
.product-detail__qty input {
  min-height: 44px;
  background: #ffffff;
  border: 0;
  color: #111111;
  font: inherit;
  font-weight: 900;
  text-align: center;
}

.product-detail__qty button {
  cursor: pointer;
}

.product-detail__qty input {
  min-width: 0;
  border-right: 1px solid var(--color-border);
  border-left: 1px solid var(--color-border);
}

.product-detail__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.product-detail__trust span {
  padding: 7px 10px;
  background: rgba(143, 45, 86, 0.1);
  color: var(--color-accent-dark);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 900;
}

.product-detail__description {
  display: grid;
  grid-template-columns: 1.35fr 0.82fr 0.82fr;
  gap: 16px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--color-border);
}

.product-detail__description article {
  min-height: 190px;
  padding: 22px;
  background: #faf9f7;
  border: 1px solid var(--color-border);
  border-radius: 8px;
}

.product-detail__description h3 {
  margin-top: 0;
}

.product-detail__description ul {
  margin: 0;
  padding-left: 18px;
  color: var(--color-muted);
}

.product-detail__description p {
  color: var(--color-muted);
}

.product-videos {
  grid-column: 1 / -1;
}

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

.product-video-grid video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  background: #111111;
  border-radius: 8px;
}

.site-footer {
  padding: 56px clamp(20px, 5vw, 64px);
  background: #ffffff;
  border-top: 1px solid var(--color-border);
}

.support-section {
  background: #f7f4f1;
}

.support-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 0.62fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.support-copy h2 {
  max-width: 720px;
  text-align: left;
}

.support-copy p {
  max-width: 640px;
  color: var(--color-muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.support-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.support-badges span {
  padding: 8px 11px;
  background: #ffffff;
  color: var(--color-accent-dark);
  border: 1px solid var(--color-border);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 900;
}

.support-chat-card {
  display: grid;
  gap: 16px;
  padding: 26px;
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(27, 27, 27, 0.08);
}

.support-chat-card__status {
  width: max-content;
  padding: 8px 11px;
  background: #e8f8ee;
  color: #08783a;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
}

.support-chat-card h3 {
  margin: 0;
  color: #111111;
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  line-height: 1.05;
  font-weight: 900;
}

.support-chat-card p,
.support-chat-card small {
  margin: 0;
  color: var(--color-text);
}

.support-chat-card small {
  color: var(--color-muted);
  font-size: 0.9rem;
}

.hidden-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 34px;
}

.site-footer a {
  display: block;
  margin-bottom: 10px;
  color: var(--color-muted);
  font-weight: 700;
  text-decoration: none;
}

code {
  color: var(--color-accent-dark);
  font-weight: 700;
}

@media (max-width: 760px) {
  .site-header {
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
  }

  .brand {
    width: clamp(148px, 48vw, 214px);
  }

  .menu-toggle {
    display: grid;
  }

  .site-menu {
    position: absolute;
    top: calc(100% + 1px);
    right: 12px;
    left: 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px;
    background: #ffffff;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    box-shadow: 0 22px 50px rgba(27, 27, 27, 0.18);
  }

  .site-header.is-menu-open .site-menu {
    display: flex;
  }

  .nav,
  .header-actions {
    display: grid;
    gap: 0;
    color: var(--color-text);
    font-size: 1rem;
  }

  .nav a,
  .header-actions a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 6px;
  }

  .nav a:hover,
  .header-actions a:hover {
    background: #f7f4f1;
  }

  .header-actions {
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid var(--color-border);
  }

  .age-gate {
    align-items: start;
    place-items: start center;
    padding: 14px 14px calc(28px + env(safe-area-inset-bottom));
  }

  .age-gate__panel {
    max-height: calc(100svh - 42px - env(safe-area-inset-bottom));
    padding: 22px 18px;
  }

  .age-gate__panel span {
    width: 54px;
    height: 54px;
    margin-bottom: 12px;
  }

  .age-gate__panel h2 {
    margin: 0 0 10px;
    font-size: 1.45rem;
  }

  .age-gate__panel p {
    margin: 0 0 18px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 660px;
    padding: 42px 22px;
  }

  .hero::before {
    background-image: url("https://www.siliconwives.com/cdn/shop/files/Artboard-min_27.png?v=1755572825");
  }

  .hero::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.28));
  }

  .hero__rating {
    gap: 8px;
    margin-bottom: 18px;
    font-size: 0.82rem;
  }

  .hero__stars {
    font-size: 1.05rem;
  }

  .hero__heading {
    font-size: 2.9rem;
  }

  .hero__subheading {
    margin-bottom: 28px;
    font-size: 2.25rem;
  }

  .hero__features {
    gap: 12px;
    font-size: 1rem;
  }

  .button--hero {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    font-size: 1rem;
  }

  .hero__panel {
    gap: 14px;
    padding: 16px;
  }

  .hero__panel img {
    width: 56px;
    height: 56px;
  }

  .hero__panel p {
    font-size: 0.92rem;
  }

  .grid,
  .product-grid,
  .trust-strip,
  .collection-grid,
  .reviews-carousel,
  .press-logos,
  .feature-tiles,
  .quality-grid,
  .blog-grid,
  .promo-grid,
  .order-layout,
  .policy-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .product-modal__panel {
    width: min(100% - 18px, 720px);
    padding: 18px;
  }

  .product-detail,
  .product-detail__media,
  .product-detail__description,
  .product-video-grid,
  .support-layout {
    grid-template-columns: 1fr;
  }

  .product-buybox {
    position: static;
    padding: 18px;
  }

  .product-detail__thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-height: none;
    overflow: visible;
    padding-right: 0;
    order: 2;
  }

  .product-detail__gallery {
    order: 1;
  }

  .product-detail__gallery > img {
    height: auto;
    min-height: 0;
    aspect-ratio: 3 / 4;
  }

  .press-logos {
    gap: 28px;
  }

  .press-logos img {
    max-height: 72px;
  }

  .reviews-carousel {
    gap: 22px;
  }

  .reviews-carousel__next {
    display: none;
  }
}
