/* ==========================================================================
   LiteGR · pdp.css  ·  Sofa Sidekick product-detail module (homepage)
   Grafted between the hero and the brand story. All selectors namespaced
   `sk-` to avoid collision with base.css / home.css. Accent pop = Deep Teal
   (var(--color-accent)); the Amazon buy button keeps Amazon's yellow (.btn-buy).
   ========================================================================== */

/* ---- Shared eyebrow (teal pop, replaces the grey .section-eyebrow here) -- */
.sk-eyebrow {
  font-size: 13px;
  font-weight: var(--weight-semibold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 12px;
}

/* ---- Section primitives ------------------------------------------------- */
.sk-sec--alt { background: var(--color-bg-alt); }
.sk-sec--tint { background: var(--color-bg-tint); }
.sk-head { max-width: 620px; margin: 0 auto 52px; text-align: center; }
.sk-head .section-headline { margin-left: auto; margin-right: auto; }
.sk-head .section-sub { margin-left: auto; margin-right: auto; }

/* ════════ PDP BUY MODULE ════════ */
.sk-pdp { padding: 40px 0 64px; }
.sk-crumb { font-size: 13px; color: var(--color-text-tertiary); margin-bottom: 24px; }
.sk-crumb a:hover { color: var(--color-accent); }
.sk-crumb span { margin: 0 8px; opacity: 0.5; }

.sk-pdp__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 54px;
  align-items: start;
}

/* gallery */
.sk-gallery {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 14px;
  position: sticky;
  top: calc(var(--nav-h) + 20px);
}
.sk-thumbs { display: flex; flex-direction: column; gap: 12px; }
.sk-thumb {
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--color-bg-tint);
  aspect-ratio: 1;
  position: relative;
  transition: border-color var(--transition);
  padding: 0;
}
.sk-thumb img { width: 100%; height: 100%; object-fit: cover; }
.sk-thumb.is-active { border-color: var(--color-accent); }
.sk-thumb__play {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,0.28);
}
.sk-thumb__play svg { width: 22px; height: 22px; color: #fff; }

.sk-stage {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--color-bg-tint);
  aspect-ratio: 1;
  position: relative;
  box-shadow: var(--shadow-sm);
  cursor: zoom-in;
}
.sk-stage img, .sk-stage video { width: 100%; height: 100%; object-fit: cover; }
.sk-stage video { cursor: default; }
.sk-stage__zoom {
  position: absolute; right: 14px; bottom: 14px;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,0.92);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-sm);
}
.sk-stage__zoom svg { width: 18px; height: 18px; color: var(--color-text); }
.sk-badge {
  position: absolute; left: 14px; top: 14px;
  background: var(--color-accent); color: #fff;
  font-size: 11px; font-weight: var(--weight-semibold);
  letter-spacing: 0.04em; text-transform: uppercase;
  padding: 6px 12px; border-radius: var(--radius-pill);
}

/* buy box */
.sk-buy__brand {
  font-size: 13px; font-weight: var(--weight-semibold);
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--color-accent);
}
.sk-buy h1 {
  font-size: clamp(30px, 4vw, 40px);
  font-weight: var(--weight-bold);
  letter-spacing: -0.03em; line-height: 1.08;
  margin: 8px 0 12px; color: var(--color-text);
}
.sk-rating { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; flex-wrap: wrap; }
.sk-stars { position: relative; display: inline-block; font-size: 17px; line-height: 1; color: #DAD4C8; letter-spacing: 1px; }
.sk-stars__fill { position: absolute; top: 0; left: 0; overflow: hidden; white-space: nowrap; color: #E8A33D; }
.sk-rating__num { font-weight: var(--weight-semibold); font-size: 15px; }
.sk-rating__count { font-size: 14px; color: var(--color-text-secondary); }
.sk-rating__count a { color: var(--color-accent); text-decoration: underline; text-underline-offset: 2px; }
.sk-buy__lead { font-size: 17px; color: var(--color-text-secondary); line-height: 1.55; margin-bottom: 22px; }

.sk-price { display: flex; align-items: baseline; gap: 12px; margin-bottom: 6px; }
.sk-price__now { font-size: 28px; font-weight: var(--weight-semibold); color: var(--color-text); }
.sk-price__was { font-size: 17px; color: var(--color-text-tertiary); text-decoration: line-through; }
.sk-price__save {
  background: var(--color-accent-tint); color: var(--color-accent);
  font-size: 12px; font-weight: var(--weight-semibold);
  padding: 4px 10px; border-radius: var(--radius-pill);
}
.sk-price__prime { font-size: 13px; color: var(--color-text-secondary); margin-bottom: 20px; display: flex; align-items: center; gap: 6px; }
.sk-price__prime b { color: var(--color-accent); font-weight: var(--weight-semibold); }

.sk-promo {
  display: flex; gap: 12px; align-items: flex-start;
  background: var(--color-accent); color: #fff;
  border-radius: var(--radius-md); padding: 14px 16px; margin-bottom: 22px;
}
.sk-promo svg { width: 22px; height: 22px; flex-shrink: 0; margin-top: 1px; color: #fff; opacity: 0.9; }
.sk-promo p { font-size: 13.5px; line-height: 1.45; opacity: 0.95; }
.sk-promo b { font-weight: var(--weight-semibold); }
.sk-promo a { color: #fff; font-weight: var(--weight-semibold); text-decoration: underline; text-underline-offset: 2px; white-space: nowrap; }

.sk-swatch__label { font-size: 14px; font-weight: var(--weight-medium); margin-bottom: 10px; }
.sk-swatch__label b { color: var(--color-text); font-weight: var(--weight-semibold); }
.sk-swatches { display: flex; gap: 14px; margin-bottom: 26px; }
.sk-swatch {
  width: 46px; height: 46px; border-radius: 50%;
  border: 2px solid var(--color-border-strong);
  position: relative; transition: transform 0.15s;
  display: flex; align-items: center; justify-content: center; padding: 0;
}
.sk-swatch:hover { transform: scale(1.06); }
.sk-swatch.is-active { border-color: var(--color-accent); }
.sk-swatch.is-active::after { content: ""; position: absolute; inset: -6px; border: 1.5px solid var(--color-accent); border-radius: 50%; }
.sk-swatch--grey { background: #8a8d8c; }
.sk-swatch--black { background: #2a2a2a; }
.sk-swatch--sand { background: #cdbfa3; }
.sk-swatch--soon { opacity: 0.5; cursor: not-allowed; }
.sk-swatch__soon { position: absolute; bottom: -18px; left: 50%; transform: translateX(-50%); font-size: 10px; color: var(--color-text-tertiary); white-space: nowrap; }

.sk-keys { display: grid; gap: 10px; margin: 0 0 24px; }
.sk-keys li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; color: var(--color-text); }
.sk-keys svg { width: 18px; height: 18px; color: var(--color-accent); flex-shrink: 0; margin-top: 2px; }

.sk-buy__cta { display: grid; gap: 10px; margin-bottom: 18px; }
.sk-buy__cta .btn-buy, .sk-buy__cta .btn-secondary { width: 100%; }

.sk-trust { display: flex; gap: 8px; border-top: 1px solid var(--color-border); padding-top: 18px; }
.sk-trust__item { flex: 1; text-align: center; font-size: 12px; color: var(--color-text-secondary); line-height: 1.35; }
.sk-trust__item svg { width: 22px; height: 22px; color: var(--color-accent); margin: 0 auto 6px; display: block; }
.sk-trust__item b { display: block; color: var(--color-text); font-weight: var(--weight-semibold); font-size: 13px; }

/* ════════ BENEFIT ICON BAR ════════ */
.sk-iconbar { background: var(--color-bg-alt); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); padding: 0; }
.sk-iconbar__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; padding: 40px 0; }
.sk-iconbar__item { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.sk-iconbar__item svg { width: 30px; height: 30px; color: var(--color-accent); }
.sk-iconbar__item p { font-size: 14px; font-weight: var(--weight-semibold); color: var(--color-text); }
.sk-iconbar__item span { font-size: 12px; color: var(--color-text-secondary); line-height: 1.3; }

/* ════════ HOW IT WORKS ════════ */
.sk-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.sk-step__img { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/3; background: var(--color-bg-alt); margin-bottom: 18px; box-shadow: var(--shadow-sm); }
.sk-step__img img { width: 100%; height: 100%; object-fit: cover; }
.sk-step__n { font-size: 12px; font-weight: var(--weight-semibold); letter-spacing: 0.08em; text-transform: uppercase; color: var(--color-accent); }
.sk-step h3 { font-size: 22px; font-weight: var(--weight-semibold); margin: 6px 0 8px; }
.sk-step p { font-size: 15px; color: var(--color-text-secondary); line-height: 1.55; }

/* ════════ FEATURE DETAIL ROWS ════════ */
.sk-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; padding: 30px 0; }
.sk-feature:nth-child(even) .sk-feature__media { order: 2; }
.sk-feature__media { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 5/4; box-shadow: var(--shadow-md); background: var(--color-bg-alt); }
.sk-feature__media img { width: 100%; height: 100%; object-fit: cover; }
.sk-feature__body h3 { font-size: 26px; font-weight: var(--weight-semibold); letter-spacing: -0.02em; margin: 12px 0 14px; line-height: 1.2; }
.sk-feature__body p { font-size: 17px; color: var(--color-text-secondary); line-height: 1.6; margin-bottom: 14px; }
.sk-feature__body ul { display: grid; gap: 9px; }
.sk-feature__body li { display: flex; gap: 9px; align-items: flex-start; font-size: 15px; }
.sk-feature__body li svg { width: 18px; height: 18px; color: var(--color-accent); flex-shrink: 0; margin-top: 2px; }

/* ════════ VIDEO ════════ */
.sk-video { position: relative; border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-lg); background: #000; aspect-ratio: 16/9; max-height: 620px; }
.sk-video video { width: 100%; height: 100%; object-fit: cover; }
.sk-video__cap { text-align: center; margin-top: 18px; font-size: 14px; color: var(--color-text-secondary); }

/* ════════ SPECS + WARRANTY ════════ */
.sk-specs__grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: start; }
.sk-spectable { width: 100%; border-collapse: collapse; }
.sk-spectable th, .sk-spectable td { text-align: left; padding: 16px 4px; border-bottom: 1px solid var(--color-border); font-size: 15px; vertical-align: top; }
.sk-spectable th { font-weight: var(--weight-medium); color: var(--color-text-secondary); width: 40%; }
.sk-spectable td { font-weight: var(--weight-medium); color: var(--color-text); }
.sk-warranty { background: var(--color-accent); color: #fff; border-radius: var(--radius-lg); padding: 34px 30px; }
.sk-warranty > svg { width: 38px; height: 38px; color: #fff; opacity: 0.92; margin-bottom: 16px; }
.sk-warranty h3 { color: #fff; font-size: 24px; font-weight: var(--weight-semibold); margin-bottom: 12px; }
.sk-warranty p { font-size: 15px; line-height: 1.6; opacity: 0.92; margin-bottom: 16px; }
.sk-warranty ul { display: grid; gap: 10px; }
.sk-warranty li { display: flex; gap: 10px; font-size: 14px; align-items: flex-start; }
.sk-warranty li svg { width: 18px; height: 18px; margin: 2px 0 0; flex-shrink: 0; opacity: 0.92; }

/* ════════ REVIEWS ════════ */
.sk-rev__top { display: grid; grid-template-columns: 260px 1fr; gap: 48px; align-items: center; margin-bottom: 48px; }
.sk-rev__score { text-align: center; }
.sk-rev__big { font-size: 54px; font-weight: var(--weight-bold); line-height: 1; color: var(--color-text); }
.sk-rev__score .sk-stars { font-size: 21px; margin: 10px 0 8px; }
.sk-rev__score p { font-size: 14px; color: var(--color-text-secondary); }
.sk-rev__amazon { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-size: 12px; color: var(--color-text-secondary); background: var(--color-bg-alt); padding: 6px 12px; border-radius: var(--radius-pill); }
.sk-rev__amazon b { color: var(--color-text); font-weight: var(--weight-semibold); }
.sk-rev__bars { display: grid; gap: 9px; }
.sk-rev__bar { display: flex; align-items: center; gap: 12px; font-size: 13px; color: var(--color-text-secondary); }
.sk-rev__bar-label { width: 48px; flex-shrink: 0; }
.sk-rev__bar-track { flex: 1; height: 9px; background: var(--color-bg-alt); border-radius: var(--radius-pill); overflow: hidden; }
.sk-rev__bar-fill { height: 100%; background: #E8A33D; border-radius: var(--radius-pill); }
.sk-rev__bar-pct { width: 38px; text-align: right; flex-shrink: 0; }
.sk-rev__cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 34px; }
.sk-rcard { border: 1px solid var(--color-border); border-radius: var(--radius-md); padding: 22px; background: var(--color-bg); }
.sk-rcard__head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.sk-rcard__av { width: 38px; height: 38px; border-radius: 50%; background: var(--color-accent-tint); color: var(--color-accent); display: flex; align-items: center; justify-content: center; font-weight: var(--weight-semibold); font-size: 14px; flex-shrink: 0; }
.sk-rcard__name { font-size: 14px; font-weight: var(--weight-semibold); }
.sk-rcard__verified { font-size: 11px; color: #1d8a5a; font-weight: var(--weight-medium); display: flex; align-items: center; gap: 4px; }
.sk-rcard__verified svg { width: 13px; height: 13px; }
.sk-rcard .sk-stars { font-size: 14px; margin-bottom: 8px; }
.sk-rcard h4 { font-size: 15px; font-weight: var(--weight-semibold); margin-bottom: 6px; }
.sk-rcard p { font-size: 14px; color: var(--color-text-secondary); line-height: 1.55; }
.sk-rcard__date { font-size: 12px; color: var(--color-text-tertiary); margin-top: 10px; }
.sk-rev__actions { text-align: center; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ════════ INSTAGRAM FEED ════════ */
.sk-ig__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; flex-wrap: wrap; gap: 16px; }
.sk-ig__id { display: flex; align-items: center; gap: 14px; }
.sk-ig__avatar { width: 54px; height: 54px; border-radius: 50%; background: linear-gradient(45deg, #feda75, #d62976, #962fbf); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sk-ig__avatar svg { width: 28px; height: 28px; color: #fff; }
.sk-ig__handle { font-size: 17px; font-weight: var(--weight-semibold); }
.sk-ig__sub { font-size: 14px; color: var(--color-text-secondary); }
.sk-ig__sub b { color: var(--color-accent); font-weight: var(--weight-semibold); }
.sk-ig__scroller { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 14px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.sk-ig__scroller::-webkit-scrollbar { height: 8px; }
.sk-ig__scroller::-webkit-scrollbar-thumb { background: var(--color-border-strong); border-radius: var(--radius-pill); }
.sk-ig__tile { position: relative; flex: 0 0 244px; aspect-ratio: 1; border-radius: var(--radius-sm); overflow: hidden; scroll-snap-align: start; background: var(--color-bg-alt); }
.sk-ig__tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.sk-ig__tile:hover img { transform: scale(1.06); }
.sk-ig__ov { position: absolute; inset: 0; background: rgba(0,0,0,0.4); opacity: 0; transition: opacity var(--transition); display: flex; align-items: center; justify-content: center; gap: 18px; color: #fff; font-weight: var(--weight-semibold); font-size: 14px; }
.sk-ig__tile:hover .sk-ig__ov { opacity: 1; }
.sk-ig__ov span { display: flex; align-items: center; gap: 5px; }
.sk-ig__ov svg { width: 18px; height: 18px; }

/* ════════ LIGHTBOX ════════ */
.sk-lightbox { position: fixed; inset: 0; z-index: var(--z-modal); background: rgba(20,18,16,0.9); display: none; align-items: center; justify-content: center; padding: 40px; }
.sk-lightbox.open { display: flex; }
.sk-lightbox__img { max-width: 90vw; max-height: 84vh; border-radius: var(--radius-md); }
.sk-lightbox__btn { position: absolute; width: 52px; height: 52px; border-radius: 50%; background: rgba(255,255,255,0.14); color: #fff; display: flex; align-items: center; justify-content: center; }
.sk-lightbox__btn:hover { background: rgba(255,255,255,0.24); }
.sk-lightbox__btn svg { width: 26px; height: 26px; }
.sk-lightbox__close { top: 22px; right: 26px; width: 46px; height: 46px; }
.sk-lightbox__prev { top: 50%; transform: translateY(-50%); left: 24px; }
.sk-lightbox__next { top: 50%; transform: translateY(-50%); right: 24px; }

/* ════════ RESPONSIVE ════════ */
@media (max-width: 980px) {
  .sk-pdp__grid { grid-template-columns: 1fr; gap: 36px; }
  .sk-gallery { position: static; }
  .sk-specs__grid { grid-template-columns: 1fr; gap: 28px; }
  .sk-rev__top { grid-template-columns: 1fr; gap: 28px; }
  .sk-feature { grid-template-columns: 1fr; gap: 28px; }
  .sk-feature:nth-child(even) .sk-feature__media { order: 0; }
  .sk-iconbar__grid { grid-template-columns: repeat(3, 1fr); row-gap: 30px; }
}
@media (max-width: 767px) {
  .sk-gallery { grid-template-columns: 1fr; }
  .sk-thumbs { flex-direction: row; order: 2; overflow-x: auto; }
  .sk-thumbs .sk-thumb { flex: 0 0 64px; }
  .sk-steps { grid-template-columns: 1fr; }
  .sk-rev__cards { grid-template-columns: 1fr; }
  .sk-iconbar__grid { grid-template-columns: repeat(2, 1fr); }
}

/* ════════════════════════════════════════════════════════════════════════
   STICKY PROMO EYEBROW + COMPLIANCE LAYER (homepage only — body.has-promobar)
   ════════════════════════════════════════════════════════════════════════ */
:root { --promobar-h: 40px; }
body.has-promobar { padding-top: var(--promobar-h); }
body.has-promobar .nav { top: var(--promobar-h); }

.sk-promobar {
  position: fixed; top: 0; left: 0; right: 0;
  height: var(--promobar-h);
  z-index: 95;
  background: var(--color-accent);
  color: #fff;
  overflow: hidden;
  display: flex; align-items: center;
}
.sk-promobar__link { display: block; width: 100%; color: #fff; }
.sk-promobar__track { display: inline-flex; white-space: nowrap; animation: sk-marquee 38s linear infinite; will-change: transform; }
.sk-promobar:hover .sk-promobar__track { animation-play-state: paused; }
.sk-promobar__item { display: inline-flex; align-items: center; font-size: 13px; font-weight: var(--weight-medium); letter-spacing: 0.01em; }
.sk-promobar__item b { font-weight: var(--weight-semibold); }
.sk-promobar__item i { opacity: 0.5; font-style: normal; padding: 0 22px; }
.sk-promobar__item em { font-style: normal; font-weight: var(--weight-semibold); text-decoration: underline; text-underline-offset: 2px; }
@keyframes sk-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .sk-promobar__track { animation: none; } }

/* ---- Accessibility widget (ADA) ---- */
.sk-a11y-btn {
  position: fixed; left: 18px; bottom: 18px; z-index: 115;
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--color-accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-md);
}
.sk-a11y-btn:hover { background: var(--color-accent-hover); }
.sk-a11y-btn svg { width: 28px; height: 28px; }
.sk-a11y-panel {
  position: fixed; left: 18px; bottom: 80px; z-index: 116;
  width: 300px; background: #fff;
  border: 1px solid var(--color-border-strong); border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg); padding: 20px;
}
.sk-a11y-panel h4 { font-size: 16px; font-weight: var(--weight-semibold); margin-bottom: 4px; }
.sk-a11y-panel > p { font-size: 12px; color: var(--color-text-tertiary); margin-bottom: 14px; line-height: 1.5; }
.sk-a11y-opt { display: flex; align-items: center; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid var(--color-border); font-size: 14px; }
.sk-a11y-opt button {
  width: 42px; height: 24px; border-radius: var(--radius-pill);
  background: var(--color-border-strong); position: relative; flex-shrink: 0; transition: background var(--transition);
}
.sk-a11y-opt button::after { content: ""; position: absolute; top: 2px; left: 2px; width: 20px; height: 20px; border-radius: 50%; background: #fff; transition: transform var(--transition); box-shadow: var(--shadow-sm); }
.sk-a11y-opt button[aria-checked="true"] { background: var(--color-accent); }
.sk-a11y-opt button[aria-checked="true"]::after { transform: translateX(18px); }
.sk-a11y-reset { width: 100%; margin-top: 14px; padding: 9px; border: 1px solid var(--color-border-strong); border-radius: var(--radius-sm); font-size: 13px; font-weight: var(--weight-medium); color: var(--color-text-secondary); }
.sk-a11y-reset:hover { background: var(--color-bg-alt); }

/* ---- Cookie consent ---- */
.sk-cookie {
  position: fixed; right: 18px; bottom: 18px; z-index: 120;
  width: min(380px, calc(100vw - 36px));
  background: #fff; border: 1px solid var(--color-border-strong);
  border-radius: var(--radius-md); box-shadow: var(--shadow-lg); padding: 22px;
}
.sk-cookie h4 { font-size: 16px; font-weight: var(--weight-semibold); margin-bottom: 8px; }
.sk-cookie p { font-size: 13px; color: var(--color-text-secondary); line-height: 1.55; margin-bottom: 16px; }
.sk-cookie p a { color: var(--color-accent); text-decoration: underline; }
.sk-cookie__btns { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.sk-cookie__btn { flex: 1; min-width: 120px; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; font-weight: var(--weight-semibold); padding: 10px 14px; border-radius: var(--radius-pill); border: 1.5px solid var(--color-accent); color: var(--color-accent); background: transparent; transition: background var(--transition); }
.sk-cookie__btn:hover { background: var(--color-accent-tint); }
.sk-cookie__btn--solid { background: var(--color-accent); color: #fff; }
.sk-cookie__btn--solid:hover { background: var(--color-accent-hover); }
.sk-cookie__link { font-size: 13px; color: var(--color-text-secondary); text-decoration: underline; padding: 6px; }

/* ---- Privacy choices (CCPA) modal ---- */
.sk-pmodal-wrap { position: fixed; inset: 0; z-index: var(--z-modal); background: rgba(20,18,16,0.55); display: none; align-items: center; justify-content: center; padding: 24px; }
.sk-pmodal-wrap.open { display: flex; }
.sk-pmodal { position: relative; background: #fff; border-radius: var(--radius-lg); max-width: 480px; padding: 34px; box-shadow: var(--shadow-lg); }
.sk-pmodal__close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border-radius: 50%; color: var(--color-text-secondary); display: flex; align-items: center; justify-content: center; }
.sk-pmodal__close:hover { background: var(--color-bg-alt); }
.sk-pmodal__close svg { width: 20px; height: 20px; }
.sk-pmodal h3 { font-size: 22px; font-weight: var(--weight-semibold); margin-bottom: 10px; }
.sk-pmodal p { font-size: 14px; color: var(--color-text-secondary); line-height: 1.6; margin-bottom: 18px; }
.sk-pmodal__opt { font-size: 15px; border-top: 1px solid var(--color-border); padding-top: 14px; }
.sk-pmodal__save { width: 100%; margin-top: 22px; display: inline-flex; align-items: center; justify-content: center; font-size: 15px; font-weight: var(--weight-semibold); padding: 13px; border-radius: var(--radius-pill); background: var(--color-accent); color: #fff; }
.sk-pmodal__save:hover { background: var(--color-accent-hover); }

/* ---- Footer "Your privacy choices" CA opt-out icon ---- */
.sk-privacy-choice { display: inline-flex; align-items: center; gap: 7px; }
.sk-toggle-ic { display: inline-flex; border-radius: 2px; overflow: hidden; border: 1px solid rgba(255,255,255,0.4); }
.sk-toggle-ic i { width: 14px; height: 14px; display: block; }
.sk-tg-blue { background: #06f; }
.sk-tg-white { background: #fff; }

/* ---- Document-level accessibility toggles ---- */
html.a11y-bigtext #main, html.a11y-bigtext .footer { zoom: 1.15; }
html.a11y-contrast { --color-text: #000; --color-text-secondary: #1b1b1b; --color-text-tertiary: #2e2e2e; --color-border: rgba(0,0,0,0.5); --color-border-strong: rgba(0,0,0,0.7); }
html.a11y-contrast .section-headline em, html.a11y-contrast .section-sub { color: #1b1b1b; }
html.a11y-links #main a, html.a11y-links .footer a { text-decoration: underline; text-underline-offset: 2px; }
html.a11y-readable #main { line-height: 1.85; letter-spacing: 0.012em; }
html.a11y-nomotion *, html.a11y-nomotion *::before, html.a11y-nomotion *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }

@media (max-width: 767px) {
  body.has-promobar .nav__links { padding-top: calc(var(--promobar-h) + var(--nav-h) + 24px); }
  .sk-a11y-btn { bottom: 84px; }
  .sk-a11y-panel { bottom: 146px; width: min(300px, calc(100vw - 36px)); }
  .sk-cookie { left: 12px; right: 12px; bottom: 12px; width: auto; }
}

/* ════════ COMING-SOON / GREYED BUY STATE (prelaunch) ════════ */
.sk-price--soon { align-items: center; }
.sk-price--soon .sk-price__now { color: var(--color-text-tertiary); }
.sk-price__tag {
  background: var(--color-bg-alt); color: var(--color-text-secondary);
  font-size: 12px; font-weight: var(--weight-semibold);
  letter-spacing: 0.04em; text-transform: uppercase;
  padding: 5px 11px; border-radius: var(--radius-pill);
}
.sk-price__prime--soon { color: var(--color-text-tertiary); }
.sk-price__prime--soon svg { stroke: var(--color-text-tertiary); }

.sk-btn-primary {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%;
  font-size: 17px; font-weight: var(--weight-semibold); color: #fff;
  background: var(--color-accent); padding: 14px 28px;
  border-radius: var(--radius-pill); min-height: var(--touch-target);
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
}
.sk-btn-primary:hover { background: var(--color-accent-hover); transform: scale(1.01); box-shadow: var(--shadow-md); color: #fff; }
.sk-btn-primary:active { transform: scale(0.99); }

.sk-btn-soon {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%;
  font-size: 17px; font-weight: var(--weight-semibold);
  color: var(--color-text-tertiary); background: var(--color-bg-alt);
  border: 1px solid var(--color-border-strong);
  padding: 14px 28px; border-radius: var(--radius-pill); min-height: var(--touch-target);
  transition: background var(--transition), color var(--transition);
}
.sk-btn-soon:hover { background: #ECE5D8; color: var(--color-text-secondary); }
.sk-btn-soon svg { width: 18px; height: 18px; opacity: 0.6; }

.sk-buy__note { margin-top: 12px; font-size: 12.5px; color: var(--color-text-tertiary); line-height: 1.5; }
