:root {
  --bg: #f6f7f8;
  --paper: #ffffff;
  --ink: #17191d;
  --muted: #626873;
  --line: #dfe3e8;
  --soft: #edf0f3;
  --accent: #f7bd18;
  --accent-dark: #d89b00;
  --success: #0d7a4b;
  --success-bg: #eaf7f0;
  --danger: #9a3e18;
  --max: 1180px;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(21, 24, 30, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
img { max-width: 100%; }
.skip-link {
  position: fixed;
  top: -90px;
  left: 16px;
  z-index: 100;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px max(24px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid rgba(223, 227, 232, .85);
  background: rgba(246, 247, 248, .94);
  backdrop-filter: blur(18px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-size: .95rem;
  font-weight: 850;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: var(--ink);
  color: var(--accent);
  font-size: .76rem;
  letter-spacing: .04em;
}
.site-header nav { display: flex; gap: 22px; }
.site-header nav a {
  color: var(--muted);
  font-size: .9rem;
  font-weight: 750;
  text-decoration: none;
}
.site-header nav a:hover { color: var(--ink); }
main { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 30px 0 18px;
  color: var(--muted);
  font-size: .84rem;
}
.breadcrumbs a { text-decoration: none; }
.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: clamp(36px, 6vw, 78px);
  align-items: center;
  padding: clamp(42px, 7vw, 82px);
  border: 1px solid var(--line);
  border-radius: 36px;
  background: var(--paper);
  box-shadow: var(--shadow);
}
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--success-bg);
  color: var(--success);
  font-size: .77rem;
  font-weight: 850;
}
.status-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}
.eyebrow,
.section-label,
.card-kicker {
  margin: 20px 0 8px;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
h1, h2, h3 {
  margin-top: 0;
  line-height: 1.12;
  letter-spacing: -.035em;
}
h1 { margin-bottom: 22px; font-size: clamp(2.55rem, 5vw, 5.3rem); }
h2 { margin-bottom: 20px; font-size: clamp(1.9rem, 3.3vw, 3.45rem); }
h3 { margin-bottom: 10px; font-size: 1.15rem; }
p { margin-top: 0; }
.hero-lead {
  margin-bottom: 14px;
  font-size: clamp(1.16rem, 2vw, 1.45rem);
  font-weight: 720;
  line-height: 1.42;
}
.product-hero__copy > p:not(.eyebrow):not(.hero-lead):not(.affiliate-note) { color: #363b44; }
.hero-actions,
.card-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.hero-actions { margin: 28px 0 15px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border: 1px solid var(--ink);
  border-radius: 14px;
  font-weight: 850;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary {
  border-color: var(--accent);
  background: var(--accent);
  box-shadow: 0 12px 30px rgba(247, 189, 24, .28);
}
.button--primary:hover { background: #ffd04a; }
.button--secondary { background: transparent; }
.button--large { min-height: 58px; min-width: 250px; }
.affiliate-note,
.method-note,
.section-intro {
  color: var(--muted);
  font-size: .86rem;
}
.official-gallery { display: grid; gap: 11px; min-width: 0; }
.official-gallery__hero,
.official-gallery__thumbs figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, #fff, #f0f2f4);
}
.official-gallery__hero {
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  padding: clamp(16px, 3vw, 34px);
  border-radius: 28px;
}
.official-gallery__hero img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: contain;
  filter: drop-shadow(0 24px 38px rgba(20, 22, 28, .14));
}
.official-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.official-gallery__thumbs figure {
  aspect-ratio: 1 / 1;
  border-radius: 15px;
}
.official-gallery__thumbs img { width: 100%; height: 100%; object-fit: contain; }
.fact-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 28px 0 0;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  background: var(--paper);
}
.fact-strip > div { padding: 18px; border-right: 1px solid var(--line); }
.fact-strip > div:last-child { border-right: 0; }
.fact-strip span {
  display: block;
  color: var(--muted);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.fact-strip strong { display: block; margin-top: 7px; line-height: 1.35; }
.section {
  padding: clamp(72px, 10vw, 126px) 0;
  border-bottom: 1px solid var(--line);
}
.section--soft {
  position: relative;
  width: calc(100vw - 20px);
  margin-left: calc((min(var(--max), calc(100vw - 40px)) - 100vw + 20px) / 2);
  padding-left: max(20px, calc((100vw - var(--max)) / 2));
  padding-right: max(20px, calc((100vw - var(--max)) / 2));
  background: var(--soft);
}
.verdict { max-width: 940px; margin: 0 auto; text-align: center; }
.verdict-copy {
  font-size: clamp(1.18rem, 2vw, 1.72rem);
  font-weight: 650;
  line-height: 1.52;
}
.split-section {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(36px, 7vw, 90px);
}
.prose p { color: #363a43; font-size: 1.04rem; }
.two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 6vw, 82px);
}
ul { padding-left: 20px; }
.check-list,
.minus-list { list-style: none; padding: 0; }
.check-list li,
.minus-list li {
  position: relative;
  margin: 13px 0;
  padding-left: 30px;
}
.check-list li::before,
.minus-list li::before {
  position: absolute;
  left: 0;
  font-weight: 900;
}
.check-list li::before { content: "✓"; color: var(--success); }
.minus-list li::before { content: "—"; color: var(--danger); }
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.feature-grid article,
.decision-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}
.feature-grid article > span {
  display: inline-block;
  margin-bottom: 26px;
  color: var(--accent-dark);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .1em;
}
.feature-grid article p,
.decision-card p { color: var(--muted); }
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 12px 34px rgba(21, 24, 30, .055);
}
.product-card__image {
  display: grid;
  place-items: center;
  aspect-ratio: 1.15 / 1;
  padding: 20px;
  background: linear-gradient(145deg, #fff, #eef1f4);
}
.product-card__image img { width: 100%; height: 100%; object-fit: contain; }
.product-card__body { padding: 22px; }
.product-card h3 a { text-decoration: none; }
.card-actions { justify-content: space-between; margin-top: 20px; }
.text-link,
.mini-cta {
  font-size: .86rem;
  font-weight: 850;
  text-underline-offset: 4px;
}
.mini-cta { color: #735400; }
.product-card--compact .product-card__body { padding: 19px; }
.faq-section { max-width: 900px; margin: 0 auto; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; padding: 22px 40px 22px 0; font-weight: 820; }
details p { padding-bottom: 24px; color: var(--muted); }
.final-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: center;
  margin: 70px 0;
  padding: clamp(34px, 6vw, 68px);
  border-radius: 32px;
  background: var(--ink);
  color: #fff;
}
.final-cta p { max-width: 720px; color: #c7cbd2; }
.mobile-offer-bar { display: none; }
.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 56px;
  color: var(--muted);
  font-size: .82rem;
}
.collection-hero {
  margin-top: 28px;
  padding: clamp(48px, 8vw, 96px);
  border: 1px solid var(--line);
  border-radius: 36px;
  background: linear-gradient(135deg, #fff 0%, #f3f4f5 68%, #fff4c5 100%);
  box-shadow: var(--shadow);
}
.collection-hero h1 { max-width: 900px; }
.collection-hero > p:not(.eyebrow):not(.affiliate-note) { max-width: 850px; font-size: 1.12rem; color: #3d424b; }
.collection-hero--category { background: linear-gradient(135deg, #fff, #eef1f4); }
.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.category-card {
  display: block;
  min-height: 230px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}
.category-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.category-card span { color: var(--accent-dark); font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.category-card h3 { margin-top: 26px; font-size: 1.45rem; }
.category-card p { color: var(--muted); }
.collection-products .product-grid { margin-top: 28px; }

@media (max-width: 980px) {
  .product-hero { grid-template-columns: 1fr; }
  .official-gallery { max-width: 650px; margin: 0 auto; }
  .fact-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fact-strip > div { border-bottom: 1px solid var(--line); }
  .feature-grid,
  .product-grid,
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split-section,
  .two-column { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  body { padding-bottom: 72px; }
  .site-header { align-items: flex-start; padding-inline: 18px; }
  .site-header nav { display: none; }
  main { width: min(var(--max), calc(100% - 24px)); }
  .product-hero,
  .collection-hero { padding: 28px 22px; border-radius: 26px; }
  h1 { font-size: clamp(2.2rem, 12vw, 3.55rem); }
  .official-gallery__thumbs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fact-strip,
  .feature-grid,
  .product-grid,
  .category-grid { grid-template-columns: 1fr; }
  .fact-strip > div { border-right: 0; }
  .section { padding: 72px 0; }
  .section--soft { width: 100vw; margin-left: -12px; padding-inline: 20px; }
  .final-cta { grid-template-columns: 1fr; margin: 42px 0; padding: 28px 22px; }
  .button,
  .button--large { width: 100%; }
  .site-footer { flex-direction: column; width: calc(100% - 32px); }
  .mobile-offer-bar {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 15px;
    border: 1px solid #000;
    border-radius: 16px;
    background: var(--accent);
    color: var(--ink);
    text-decoration: none;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .24);
  }
  .mobile-offer-bar span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: .78rem; font-weight: 760; }
  .mobile-offer-bar strong { flex: 0 0 auto; font-size: .82rem; }
}


/* HOTO_BROWSER_UX_FIX_V1 */
.section-intro {
  font-size: .95rem;
  line-height: 1.6;
}

.mini-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 4px;
  line-height: 1.25;
}


/* READ4MAX_NEUTRAL_CATALOG_V1 */
.hub-products-first {
  padding-top: clamp(44px, 6vw, 76px);
}

.hub-products-first h1 {
  max-width: 760px;
  margin-bottom: 12px;
  font-size: clamp(2.35rem, 4vw, 4.15rem);
}

.hub-products-first .section-intro {
  max-width: 760px;
  margin-bottom: 8px;
  font-size: 1rem;
}

.catalog-disclosure {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: .78rem;
}

.hub-products-first .product-grid {
  margin-top: 0;
}
