/* ============================================================
   BEAR GUARDNER LP  /  style.css
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Serif+JP:wght@700;900&family=Noto+Sans+JP:wght@400;700&display=swap');

/* ---- tokens ---- */
:root {
  --c-black:   #060806;
  --c-forest:  #0B2010;
  --c-forest2: #152D1A;
  --c-red:     #C41E1E;
  --c-red2:    #E02020;
  --c-warn:    #FFB800;
  --c-cream:   #F4EFE6;
  --c-gray:    #999;
  --c-white:   #fff;
  --serif:     'Noto Serif JP', serif;
  --sans:      'Noto Sans JP', sans-serif;
  --bebas:     'Bebas Neue', sans-serif;
  --ease-out:  cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  background: var(--c-black);
  color: var(--c-cream);
  font-family: var(--sans);
  line-height: 1.7;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }

/* ============================================================
   LAYOUT HELPERS
   ============================================================ */
.wrap {
  max-width: 900px;
  margin-inline: auto;
  padding: 80px 24px;
}
.bg-black   { background: var(--c-black); }
.bg-forest  { background: var(--c-forest); }
.bg-forest2 { background: var(--c-forest2); }

.eyebrow {
  font-size: .68rem;
  letter-spacing: .3em;
  color: var(--c-red);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.sec-title {
  font-family: var(--serif);
  font-weight: 900;
  font-size: clamp(1.5rem, 4vw, 2.4rem);
  line-height: 1.45;
  margin-bottom: 36px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.sec-title em { color: var(--c-red); font-style: normal; }
.pc-br { display: none; }
@media (min-width: 680px) { .pc-br { display: block; } }

/* ============================================================
   HERO
   ============================================================ */
#hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--c-black);
}

.hero-bg {
  position: absolute;
  inset: -10% 0 -10%;
  background: url('../img/hero_bear.jpg') center 25% / cover no-repeat;
  filter: brightness(.38) saturate(.7);
  will-change: transform;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right,  rgba(6,8,6,.85) 0%, rgba(6,8,6,.3) 55%, rgba(6,8,6,.05) 100%),
    linear-gradient(to bottom, rgba(6,8,6,.4)  0%, rgba(6,8,6,.0) 40%, rgba(6,8,6,.8) 100%);
}

/* ---- PC: 左カラム(縦書き) + 右カラム(コンテンツ) ---- */
.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;   /* 水平中央 */
  gap: 28px;
  width: 100%;
  max-width: 1040px;
  margin-inline: auto;
  padding: 120px 40px 80px;
}

/* 縦書き「向けるな危険」— 左端 */
.hero-vert {
  writing-mode: vertical-rl;
  font-family: var(--serif);
  font-weight: 900;
  font-size: clamp(3rem, 9vw, 6.5rem);
  line-height: 1;
  letter-spacing: .06em;
  color: var(--c-red);
  text-shadow: 0 0 50px rgba(196,30,30,.8), 3px 3px 0 rgba(0,0,0,.6);
  flex-shrink: 0;
  margin-right: 32px;
  align-self: stretch;
  display: flex;
  align-items: center;
}
.hero-vert span { color: #fff; }

/* 右側コンテンツブロック */
.hero-right {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
  min-width: 0;
}

.hero-badge {
  display: inline-block;
  background: var(--c-red);
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 3px;
  letter-spacing: .1em;
  width: fit-content;
}

.hero-logo {
  width: min(420px, 100%);
  filter: drop-shadow(1px 1px 10px rgba(0,0,0,.8));
}

/* 140dB */
.hero-db {
  font-family: var(--bebas);
  font-size: clamp(3rem, 13vw, 6.5rem);
  color: var(--c-warn);
  line-height: 1;
  letter-spacing: .02em;
  text-shadow: 0 0 40px rgba(255,184,0,.5);
}
.hero-db-pre {
  font-family: var(--serif);
  font-size: .38em;
  font-weight: 700;
  color: #fff;
  vertical-align: top;
  margin-top: .32em;
  display: inline-block;
}
.hero-db em { font-style: normal; font-size: .55em; color: var(--c-cream); }

.hero-db-note { font-size: .7rem; color: var(--c-gray); margin-top: -6px; }

/* 到達距離 */
.hero-reach {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.hero-reach-tag {
  font-size: .76rem;
  font-weight: 700;
  color: var(--c-warn);
  border: 1px solid var(--c-warn);
  padding: 3px 10px;
  border-radius: 3px;
  white-space: nowrap;
}
.hero-reach-num {
  font-family: var(--bebas);
  font-size: clamp(2.2rem, 8vw, 3.6rem);
  color: #fff;
  line-height: 1;
}
.hero-reach-num small { font-size: .55em; color: var(--c-gray); }

/* コピー */
.hero-copy {
  font-family: var(--serif);
  font-size: clamp(.88rem, 2.2vw, 1rem);
  font-weight: 700;
  line-height: 1.9;
  border-left: 3px solid var(--c-red);
  padding-left: 14px;
  word-break: keep-all;
}

/* scroll indicator */
.hero-scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  opacity: .5;
}
.hero-scroll span { font-size: .6rem; letter-spacing: .25em; }
.hero-scroll-arrow {
  display: block;
  width: 16px;
  height: 16px;
  border-right: 2px solid var(--c-cream);
  border-bottom: 2px solid var(--c-cream);
  transform: rotate(45deg);
  animation: bounce 1.6s ease-in-out infinite;
}
@keyframes bounce {
  0%,100% { transform: rotate(45deg) translate(0); opacity:.9; }
  50%      { transform: rotate(45deg) translate(4px,4px); opacity:.2; }
}

/* ============================================================
   TICKER
   ============================================================ */
.ticker {
  background: var(--c-red);
  overflow: hidden;
  padding: 10px 0;
  white-space: nowrap;
}
.ticker-track {
  display: inline-flex;
  gap: 0;
  animation: ticker 22s linear infinite;
}
/* duplicate via JS — both copies needed for loop */
.ticker-track span {
  font-family: var(--bebas);
  font-size: 1.2rem;
  letter-spacing: .1em;
  padding: 0 24px;
  color: #fff;
}
.ticker-track .sep { opacity: .5; padding: 0; }

@keyframes ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ============================================================
   PROBLEM CARDS
   ============================================================ */
.card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(196,30,30,.25);
  border-radius: 10px;
  padding: 22px 18px;
  transition: border-color .3s, transform .3s var(--ease-out);
}
.card:hover { border-color: var(--c-red); transform: translateY(-4px); }
.card-icon {
  display: block;
  width: 44px;
  height: 64px;
  margin-bottom: 14px;
  color: var(--c-cream);
  opacity: .85;
}
.card-icon svg {
  width: 100%;
  height: 100%;
}
.card h3 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: .95rem;
  color: var(--c-warn);
  margin-bottom: 8px;
  word-break: keep-all;
}
.card p { font-size: .82rem; color: var(--c-gray); line-height: 1.8; }

/* ============================================================
   SPLIT (bear sense)
   ============================================================ */
.split-wrap {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 52px;
  align-items: center;
}
.split-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.split-img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center 25%;
  display: block;
}
.split-img-label {
  position: absolute;
  inset: auto 0 0;
  background: linear-gradient(transparent, rgba(196,30,30,.9));
  font-family: var(--serif);
  font-weight: 900;
  font-size: 1.6rem;
  letter-spacing: .12em;
  color: #fff;
  padding: 48px 18px 14px;
}
.split-text p {
  font-size: .88rem;
  color: #ccc;
  line-height: 1.95;
  margin-bottom: 14px;
}
.split-text p strong { color: var(--c-warn); }
.split-text p em { color: var(--c-red); font-style: normal; font-weight: 700; }
.warn-note {
  background: rgba(196,30,30,.1);
  border-left: 3px solid var(--c-red);
  border-radius: 0 6px 6px 0;
  padding: 12px 14px;
  font-size: .82rem !important;
  color: #ddd !important;
}

/* ============================================================
   STATS
   ============================================================ */
.stats-row {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin-top: 40px;
}
.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: rgba(0,0,0,.4);
  border-radius: 12px;
  border-top: 3px solid var(--c-red);
  padding: 36px 16px 28px;
  position: relative;
  overflow: hidden;
}
.stat::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0, rgba(196,30,30,.12), transparent 60%);
}
.stat-n {
  font-family: var(--bebas);
  font-size: clamp(2.8rem, 7vw, 4rem);
  color: var(--c-warn);
  line-height: 1;
  text-shadow: 0 0 28px rgba(255,184,0,.4);
  position: relative;
}
.stat-l {
  font-size: .75rem;
  color: var(--c-gray);
  margin-top: 10px;
  line-height: 1.55;
  position: relative;
}

/* ============================================================
   PRODUCT
   ============================================================ */
.prod-wrap {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 48px;
  align-items: start;
  margin-top: 24px;
}
.prod-img { display: flex; justify-content: center; }
.prod-img img {
  width: 100%;
  max-width: 240px;
  filter: drop-shadow(0 16px 40px rgba(0,0,0,.65));
}

.spec-list { list-style: none; }
.spec-list li {
  display: flex;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
  font-size: .87rem;
  align-items: baseline;
}
.sk {
  color: var(--c-warn);
  font-weight: 700;
  font-size: .74rem;
  letter-spacing: .05em;
  min-width: 82px;
  flex-shrink: 0;
}
.sv { color: var(--c-cream); }

.price-block {
  margin-top: 24px;
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.price-main {
  font-family: var(--bebas);
  font-size: 3rem;
  color: #fff;
  line-height: 1;
}
.price-main small { font-size: .5em; color: var(--c-gray); }
.price-incl { font-size: .9rem; color: var(--c-warn); }

.warn-box {
  margin-top: 28px;
  background: rgba(196,30,30,.09);
  border: 2px solid var(--c-red);
  border-radius: 8px;
  padding: 24px 20px 20px;
  position: relative;
}
.warn-box::before {
  content: '⚠ 警告';
  position: absolute;
  top: -12px; left: 16px;
  background: var(--c-red);
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 3px;
  letter-spacing: .1em;
}
.warn-list { list-style: none; font-size: .8rem; color: #bbb; line-height: 2.1; }
.warn-list li::before { content: '▸ '; color: var(--c-red); }

/* ============================================================
   COMPARE
   ============================================================ */
.compare-note {
  font-family: var(--serif);
  font-weight: 700;
  font-size: .95rem;
  color: var(--c-warn);
  border: 2px solid var(--c-warn);
  border-radius: 6px;
  padding: 12px 18px;
  text-align: center;
  margin-bottom: 24px;
}
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.cmp-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: .84rem;
}
.cmp-table thead th {
  background: var(--c-red);
  color: #fff;
  padding: 13px 10px;
  font-family: var(--serif);
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.cmp-table .th-label { background: rgba(255,255,255,.05); color: var(--c-gray); text-align: left; }
.cmp-table .th-main  { background: #a01818; }
.cmp-table td {
  padding: 12px 10px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  text-align: center;
  color: #999;
  vertical-align: middle;
}
.cmp-table .td-label { text-align: left; color: var(--c-cream); font-weight: 700; white-space: nowrap; }
.cmp-table tr:nth-child(even) td { background: rgba(255,255,255,.02); }
.cmp-table .win { color: var(--c-warn); font-weight: 700; }
.cmp-table .lose { color: #555; }

/* ============================================================
   HOW TO
   ============================================================ */
.steps { list-style: none; margin-top: 40px; position: relative; }
.steps::before {
  content: '';
  position: absolute;
  left: 27px;
  top: 4px; bottom: 40px;
  width: 2px;
  background: linear-gradient(to bottom, var(--c-red), transparent);
}
.step {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  padding-bottom: 44px;
  position: relative;
}
.step-num {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--c-red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--bebas);
  font-size: 1.5rem;
  color: #fff;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 24px rgba(196,30,30,.5);
}
.step-body h3 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1rem;
  color: var(--c-warn);
  margin-bottom: 6px;
  padding-top: 14px;
  word-break: keep-all;
}
.step-body p { font-size: .86rem; color: var(--c-gray); line-height: 1.85; }

/* ============================================================
   CTA
   ============================================================ */
#cta {
  position: relative;
  padding: 100px 24px;
  text-align: center;
  overflow: hidden;
}
.cta-bg {
  position: absolute;
  inset: 0;
  background: url('../img/bear_wide.jpg') center / cover no-repeat;
  filter: brightness(.18) saturate(.4);
}
.cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(196,30,30,.7), rgba(6,8,6,.9));
}
.cta-inner {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin-inline: auto;
}
.cta-title {
  font-family: var(--serif);
  font-weight: 900;
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  color: #fff;
  line-height: 1.5;
  margin-bottom: 14px;
  word-break: keep-all;
}
.cta-sub {
  font-size: .92rem;
  color: rgba(255,255,255,.8);
  margin-bottom: 32px;
  line-height: 1.8;
  word-break: keep-all;
}
.cta-prod {
  width: 140px;
  margin: 0 auto 28px;
  filter: drop-shadow(0 10px 30px rgba(0,0,0,.5));
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}
.cta-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.cp-main {
  font-family: var(--bebas);
  font-size: 3.8rem;
  color: #fff;
  line-height: 1;
}
.cp-sub { font-size: .85rem; color: rgba(255,255,255,.65); }
.cta-btn {
  display: inline-block;
  background: #fff;
  color: var(--c-red);
  font-family: var(--serif);
  font-weight: 900;
  font-size: 1rem;
  padding: 18px 40px;
  border-radius: 4px;
  text-decoration: none;
  letter-spacing: .06em;
  transition: transform .22s var(--ease-out), box-shadow .22s;
  box-shadow: 0 4px 24px rgba(0,0,0,.3);
  word-break: keep-all;
}
.cta-btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 36px rgba(0,0,0,.4);
}
.cta-disc {
  margin-top: 20px;
  font-size: .7rem;
  color: rgba(255,255,255,.4);
  line-height: 1.6;
}

/* ============================================================
   FOOTER
   ============================================================ */
footer {
  background: var(--c-black);
  border-top: 1px solid rgba(255,255,255,.05);
  padding: 44px 24px;
  text-align: center;
}
.ft-logo {
  margin-bottom: 16px;
}
.ft-logo img {
  height: 44px;
  width: auto;
  display: block;
  margin-inline: auto;
  opacity: .9;
}
footer address {
  font-style: normal;
  font-size: .76rem;
  color: var(--c-gray);
  line-height: 1.9;
}
footer address a { text-decoration: none; }
.ft-copy { font-size: .67rem; color: #333; margin-top: 18px; }

/* ============================================================
   ANIMATIONS  —  reveal
   ============================================================ */
.js-reveal,
.js-reveal-left,
.js-reveal-right,
.js-stagger {
  opacity: 0;
  transition: opacity .75s var(--ease-out), transform .75s var(--ease-out);
}
.js-reveal        { transform: translateY(30px); }
.js-reveal-left   { transform: translateX(-44px); }
.js-reveal-right  { transform: translateX(44px); }
.js-stagger       { transform: translateY(20px); }

.js-reveal.visible,
.js-reveal-left.visible,
.js-reveal-right.visible,
.js-stagger.visible {
  opacity: 1;
  transform: none;
}

/* stagger delays inside grids */
.card-grid .card:nth-child(1) { transition-delay: 0s; }
.card-grid .card:nth-child(2) { transition-delay: .1s; }
.card-grid .card:nth-child(3) { transition-delay: .2s; }
.card-grid .card:nth-child(4) { transition-delay: .3s; }
.stats-row .stat:nth-child(1) { transition-delay: 0s; }
.stats-row .stat:nth-child(2) { transition-delay: .12s; }
.stats-row .stat:nth-child(3) { transition-delay: .24s; }

/* ============================================================
   RESPONSIVE — MOBILE FIRST ADJUSTMENTS
   ============================================================ */
@media (max-width: 680px) {

  .wrap { padding: 64px 20px; }

  /* ===== HERO スマホ ===== */
  #hero {
    min-height: 100svh;
    align-items: center;    /* 垂直中央 */
  }

  /* 背景：熊の顔が画面中央やや上に映る位置 */
  .hero-bg {
    inset: -10% 0;
    background-position: center 22%;   /* 熊の顔を画面中央付近に */
    background-size: cover;
    filter: brightness(.42) saturate(.72);
  }

  /* オーバーレイ：熊が透けて見えるよう上部は薄く、下部だけ締める */
  .hero-overlay {
    background: linear-gradient(
      to bottom,
      rgba(6,8,6,.25) 0%,
      rgba(6,8,6,.1)  25%,
      rgba(6,8,6,.55) 65%,
      rgba(6,8,6,.95) 100%
    );
  }

  /* inner：縦1列・画面中央 */
  .hero-inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;   /* 垂直中央 */
    gap: 10px;
    padding: 100px 22px 80px;  /* 上下に余白を均等に確保 */
    min-height: 100svh;
    width: 100%;
    margin-inline: auto;
  }

  /* 縦書き → 非表示 */
  .hero-vert { display: none; }

  /* 右カラム → 幅100% */
  .hero-right {
    width: 100%;
    gap: 10px;
  }

  /* ロゴ */
  .hero-logo { width: min(240px, 68vw); }

  /* 140dB */
  .hero-db { font-size: clamp(3.2rem, 18vw, 5.5rem); }

  /* コピー */
  .hero-copy { font-size: .86rem; }

  /* scroll indicator */
  .hero-scroll { bottom: 14px; }

  /* CARDS */
  .card-grid { grid-template-columns: 1fr; gap: 12px; }

  /* SPLIT */
  .split-wrap {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .split-img img { aspect-ratio: 4/3; }

  /* STATS */
  .stats-row { grid-template-columns: 1fr; gap: 12px; }
  .stat { padding: 24px 16px 20px; }

  /* PRODUCT */
  .prod-wrap { grid-template-columns: 1fr; gap: 28px; }
  .prod-img img { max-width: 180px; margin-inline: auto; }

  /* HOW TO */
  .steps::before { display: none; }
  .step { gap: 16px; padding-bottom: 32px; }
  .step-num { width: 44px; height: 44px; font-size: 1.2rem; }
  .step-body h3 { padding-top: 8px; font-size: .95rem; }

  /* CTA */
  #cta { padding: 72px 20px; }
  .cta-btn { padding: 16px 28px; font-size: .95rem; width: 100%; }
  .cta-sub { font-size: .86rem; }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  .hero-bg, .cta-prod, .ticker-track, .hero-scroll-arrow { animation: none !important; }
  .js-reveal, .js-reveal-left, .js-reveal-right, .js-stagger {
    opacity: 1 !important; transform: none !important; transition: none !important;
  }
}


/* ============================================================
   BACKGROUND PARTICLES & AMBIENT ANIMATIONS
   ============================================================ */

/* パーティクルキャンバス（JS生成） */
#particles-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .55;
}

/* ヒーロー：赤いグロウパルス */
#hero::after {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196,30,30,.18) 0%, transparent 70%);
  bottom: -200px;
  right: -100px;
  animation: glowPulse 6s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}
@keyframes glowPulse {
  0%,100% { transform: scale(1);   opacity: .6; }
  50%      { transform: scale(1.3); opacity: 1; }
}

/* セクション区切りのアンビエントライン */
.section-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196,30,30,.5), transparent);
  animation: scanline 4s ease-in-out infinite;
}
@keyframes scanline {
  0%,100% { opacity: .3; }
  50%      { opacity: 1; }
}

/* stats数字のグロウ強化 */
.stat-n {
  animation: numGlow 3s ease-in-out infinite;
}
@keyframes numGlow {
  0%,100% { text-shadow: 0 0 28px rgba(255,184,0,.4); }
  50%      { text-shadow: 0 0 50px rgba(255,184,0,.8), 0 0 80px rgba(255,184,0,.3); }
}

/* カードホバー — 赤いグロウ */
.card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background: radial-gradient(circle at 50% 0%, rgba(196,30,30,.12), transparent 70%);
  opacity: 0;
  transition: opacity .4s;
}
.card { position: relative; overflow: hidden; }
.card:hover::after { opacity: 1; }

/* ティッカーにノイズ感 */
.ticker { position: relative; }
.ticker::before, .ticker::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 60px;
  z-index: 2;
  pointer-events: none;
}
.ticker::before { left: 0;  background: linear-gradient(90deg, var(--c-red), transparent); }
.ticker::after  { right: 0; background: linear-gradient(-90deg, var(--c-red), transparent); }

/* ============================================================
   SAFETY
   ============================================================ */
#safety { background: var(--c-black); }

.safety-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 32px;
}

.safety-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  padding: 24px 20px;
  transition: border-color .3s, transform .3s var(--ease-out);
}
.safety-card:hover {
  border-color: rgba(196,30,30,.4);
  transform: translateY(-3px);
}

.safety-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.safety-card-head svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  color: var(--c-warn);
  opacity: .9;
}
.safety-card-head h3 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1rem;
  color: var(--c-cream);
  letter-spacing: .04em;
}

.safety-card ul {
  list-style: none;
  font-size: .82rem;
  color: #aaa;
  line-height: 1.85;
}
.safety-card ul li {
  padding-left: 1.1em;
  position: relative;
  margin-bottom: 4px;
}
.safety-card ul li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: rgba(196,30,30,.7);
}
.safety-card ul li strong { color: var(--c-warn); font-weight: 700; }

.safety-note {
  margin-top: 28px;
  text-align: center;
  font-size: .78rem;
  color: #666;
  letter-spacing: .08em;
}
.safety-note strong { color: #888; }

@media (max-width: 680px) {
  .safety-grid { grid-template-columns: 1fr; gap: 12px; }
  .safety-card { padding: 20px 16px; }
}
