
  @font-face{font-family:'YS Text';font-weight:400;font-style:normal;src:url(/assets/bc81e761c835b611.woff2) format('woff2');}
  @font-face{font-family:'YS Text';font-weight:500;font-style:normal;src:url(/assets/5943a14ace761331.woff2) format('woff2');}
  @font-face{font-family:'YS Text';font-weight:700;font-style:normal;src:url(/assets/710f96e267a15dd0.woff2) format('woff2');}
  @font-face{font-family:'YS Display';font-weight:300;font-style:normal;src:url(/assets/ae99064633ac39a4.woff2) format('woff2');}
  @font-face{font-family:'YS Display';font-weight:400;font-style:normal;src:url(/assets/f05a5f5590935090.woff2) format('woff2');}
  @font-face{font-family:'YS Display';font-weight:700;font-style:normal;src:url(/assets/c3168b089820ebb1.woff2) format('woff2');}

  :root{
    --red:#ff3b30;
    --bg:#000000;
    --bg2:#0a0a0a;
    --panel:#141414;
    --line:#262626;
    --ink:#f5f5f5;
    --ink-dim:#8a8a8a;
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth;}
  body{background:var(--bg); color:var(--ink); font-family:'YS Text',sans-serif; -webkit-font-smoothing:antialiased; overflow-x:hidden;}
  .disp{font-family:'YS Display',sans-serif;}
  .wrap{max-width:1180px; margin:0 auto; padding:0 24px;}

  header{position:fixed; top:0; left:0; right:0; z-index:100; background:rgba(0,0,0,.55); backdrop-filter:blur(14px); border-bottom:1px solid rgba(255,255,255,.08);}
  .header-row{display:flex; justify-content:space-between; align-items:center; height:64px; max-width:1180px; margin:0 auto; padding:0 24px;}
  .logo-word{font-family:'YS Display'; font-weight:700; font-size:16px; letter-spacing:.02em; text-decoration:none; color:#fff;}
  .header-cart{background:none; border:1px solid rgba(255,255,255,.2); color:#fff; font-size:13px; font-family:'YS Text'; font-weight:500; cursor:pointer; padding:8px 16px; border-radius:100px; display:flex; align-items:center; justify-content:center;}
  .header-nav{display:flex; align-items:center; gap:40px;}
  .header-links{display:flex; gap:36px;}
  .header-links a{color:rgba(255,255,255,.85); text-decoration:none; font-size:12.5px; letter-spacing:.08em; font-weight:500; font-family:'YS Text',sans-serif;}
  .header-links a:hover{color:#fff;}

  /* ---------- reveal-on-scroll ---------- */
  .reveal{opacity:0; transform:translateY(36px); transition:opacity .9s cubic-bezier(.16,1,.3,1), transform .9s cubic-bezier(.16,1,.3,1); transition-delay:var(--reveal-delay,0ms);}
  .reveal.in{opacity:1; transform:translateY(0);}

  /* ---------- HERO: cinematic, zoom on scroll ---------- */
  .hero{
    min-height:100vh; position:relative; display:flex; align-items:center;
    overflow:hidden; background:#000;
  }
  .hero-bg{position:absolute; top:0; right:0; bottom:0; left:0; width:100%; height:100%; object-fit:cover; object-position:50% 50%;}
  .hero-scrim{position:absolute; top:0; right:0; bottom:0; left:0; background:linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.62) 48%, rgba(0,0,0,.28) 68%, transparent 88%);}
  .hero-scrim-bottom{position:absolute; top:0; right:0; bottom:0; left:0; background:linear-gradient(180deg, transparent 60%, rgba(0,0,0,.5) 100%);}
  .hero-content{position:relative; z-index:2; text-align:left; padding:0 60px; will-change:transform,opacity; max-width:620px;}
  .hero-eyebrow{font-size:12.5px; letter-spacing:.14em; color:rgba(255,255,255,.6); margin-bottom:22px; font-weight:500;}
  .hero-title{font-family:'YS Display'; font-weight:300; font-size:clamp(34px,5.2vw,64px); line-height:1.04; letter-spacing:-0.02em; margin-bottom:20px; color:#fff;}
  .hero-title b{font-weight:700; color:var(--red); font-style:normal;}
  .hero-sub{font-size:16px; color:rgba(255,255,255,.72); max-width:420px; margin:0 0 32px; line-height:1.6;}
  .btn-hero{background:var(--red); color:#fff; border:none; padding:16px 28px; font-family:'YS Text'; font-weight:700; font-size:15px; border-radius:100px; cursor:pointer; display:inline-flex; align-items:center; gap:14px;}
  .btn-hero svg{width:16px; height:16px; stroke:#fff;}

  .hero-features{display:flex; gap:56px; margin-top:64px;}
  .hero-feature{display:flex; flex-direction:column; align-items:flex-start; gap:12px;}
  .hero-feature svg{width:22px; height:22px; stroke:rgba(255,255,255,.85); fill:none;}
  .hero-feature span{font-size:11px; letter-spacing:.06em; color:rgba(255,255,255,.6); line-height:1.5; max-width:90px;}

  .hero-side-text{
    position:absolute; right:44px; top:50%; transform:translateY(-50%);
    font-size:12px; letter-spacing:.1em; color:rgba(255,255,255,.4); text-align:right;
    line-height:1.9; z-index:2;
  }
  .hero-side-text::after{content:''; display:block; width:20px; height:1px; background:rgba(255,255,255,.35); margin:10px 0 0 auto;}

  .hero-tagline{
    position:absolute; right:44px; bottom:44px; z-index:2; display:flex; align-items:center; gap:14px;
  }
  .hero-tagline .line{width:36px; height:1px; background:rgba(255,255,255,.35);}
  .hero-tagline span{font-size:11px; letter-spacing:.08em; color:rgba(255,255,255,.55); text-align:right; line-height:1.5;}

  @media (max-width:900px){
    .header-links{display:none;}
    .hero-side-text{display:none;}
    .hero-features{gap:32px; margin-top:40px;}
    .hero-tagline{display:none;}
  }
  @media (max-width:1024px) and (min-width:761px){
    .hero-bg{object-position:62% 48%;}
  }
  @media (max-width:760px){
    .hero{align-items:flex-end; min-height:100vh;}
    .hero-scrim{background:linear-gradient(180deg, rgba(0,0,0,.06) 0%, rgba(0,0,0,.14) 38%, rgba(0,0,0,.55) 58%, rgba(0,0,0,.96) 72%, rgba(0,0,0,1) 100%);}
    .hero-bg{object-fit:contain; object-position:50% 12%; transition:filter .05s linear;}
    .hero-content{max-width:100%; padding:0 24px 90px; text-align:left;}
    .hero-title{font-size:36px;}
  }

  /* ---------- product reveal ---------- */
  .reveal-section{min-height:auto; display:flex; align-items:center; justify-content:center; position:relative; padding:64px 24px 100px;}
  .reveal-media{max-width:640px; width:100%; border:1px solid var(--line); border-radius:24px; padding:40px; background:var(--panel);}
  .reveal-media img{width:100%; border-radius:14px; display:block;}
  .reveal-caption{text-align:center; margin-top:36px;}
  .reveal-caption h2{font-family:'YS Display'; font-weight:300; font-size:clamp(24px,4vw,42px); letter-spacing:-.015em;}
  .reveal-caption h2 b{font-weight:700; color:var(--red); font-style:normal;}
  .reveal-caption p{color:var(--ink-dim); font-size:15px; margin-top:10px;}

  /* ---------- exploded view ---------- */
  .exploded{padding:120px 24px; background:var(--bg2); border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
  .exploded-inner{max-width:1000px; margin:0 auto; text-align:center;}
  .exploded-tag{font-size:12.5px; letter-spacing:.12em; color:var(--red); margin-bottom:18px; font-weight:600;}
  .exploded h2{font-family:'YS Display'; font-weight:300; font-size:clamp(28px,4.5vw,52px); letter-spacing:-.02em; margin-bottom:56px;}
  .exploded-media{position:relative; max-width:620px; margin:0 auto;}
  .exploded-media img{width:100%; border-radius:18px;}
  .exploded-labels{display:grid; grid-template-columns:repeat(4,1fr); max-width:680px; margin:28px auto 0; font-size:12.5px; color:var(--ink-dim); gap:14px; text-align:center;}
  .exploded-labels b{color:#fff; display:block; font-family:'YS Display'; font-size:16px; font-weight:500; margin-bottom:4px;}

  /* ---------- how it works ---------- */
  .how{padding:0;}
  .how-inner{max-width:900px; margin:0 auto;}
  .how h2{font-family:'YS Display'; font-weight:300; font-size:clamp(28px,4.5vw,48px); text-align:center; margin-bottom:80px; letter-spacing:-.02em;}
  .how-row{display:flex; gap:40px; align-items:flex-start; padding:36px 0; border-top:1px solid var(--line);}
  .how-row:last-child{border-bottom:1px solid var(--line);}
  .how-num{font-family:'YS Display'; font-weight:300; font-size:44px; color:var(--red); width:70px; flex-shrink:0;}
  .how-text h3{font-family:'YS Display'; font-weight:500; font-size:20px; margin-bottom:8px;}
  .how-text p{color:var(--ink-dim); font-size:14.5px; line-height:1.6; max-width:480px;}

  .install-guide{max-width:900px; margin:0 auto; padding:120px 24px;}
  .how-tag{text-align:center; font-size:12.5px; letter-spacing:.12em; color:var(--red); margin-bottom:16px; font-weight:600;}
  .how h2{font-family:'YS Display'; font-weight:300;}
  .how h2 b{font-weight:700; color:var(--red); font-style:normal;}

  .carousel{position:relative;}
  .carousel-track{overflow:hidden; border-radius:18px; position:relative; height:0; padding-top:100%; background:var(--panel); border:1px solid var(--line);}
  .carousel-track img{
    position:absolute; top:0; right:0; bottom:0; left:0; width:100%; height:100%; object-fit:contain;
    opacity:0; transition:opacity .4s ease; pointer-events:none;
  }
  .carousel-track img.active{opacity:1; pointer-events:auto;}
  .carousel-arrow{
    position:absolute; top:50%; transform:translateY(-50%); width:44px; height:44px; border-radius:50%;
    background:rgba(0,0,0,.55); backdrop-filter:blur(6px); border:1px solid rgba(255,255,255,.15);
    display:flex; align-items:center; justify-content:center; cursor:pointer; z-index:3;
  }
  .carousel-arrow svg{width:18px; height:18px;}
  .carousel-prev{left:14px;}
  .carousel-next{right:14px;}
  .carousel-dots{display:flex; justify-content:center; gap:8px; margin-top:20px;}
  .carousel-dot{width:7px; height:7px; border-radius:50%; background:var(--line); cursor:pointer; transition:background .2s;}
  .carousel-dot.active{background:var(--red);}

  /* ---------- on/off toggle demo ---------- */
  .toggle-section{padding:100px 24px; text-align:center; background:var(--bg2); border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
  .toggle-section h2{font-family:'YS Display'; font-weight:300; font-size:clamp(26px,4vw,44px); margin-bottom:12px; letter-spacing:-.02em;}
  .toggle-section p.sub{color:var(--ink-dim); font-size:15px; margin-bottom:48px;}
  .toggle-media{max-width:520px; margin:0 auto; position:relative; aspect-ratio:1/1;}
  .toggle-media img{position:absolute; inset:0; width:100%; height:100%; object-fit:contain; opacity:0; transition:opacity .5s ease;}
  .toggle-media img.active{opacity:1;}
  .toggle-btns{display:flex; justify-content:center; gap:10px; margin-top:36px;}
  .toggle-btn{background:none; border:1px solid var(--line); color:var(--ink-dim); padding:11px 26px; border-radius:100px; font-size:13.5px; font-family:'YS Text'; font-weight:600; cursor:pointer; transition:all .2s;}
  .toggle-btn.active{background:#fff; color:#000; border-color:#fff;}

  /* ---------- buy ---------- */
  .buy{padding:140px 24px;}
  .buy-shell{max-width:900px; margin:0 auto; border:1px solid var(--line); border-radius:20px; padding:56px; display:grid; grid-template-columns:1fr 1fr; gap:56px; background:var(--panel);}
  .buy-media img{width:100%; border-radius:14px;}
  .buy-title{font-family:'YS Display'; font-weight:500; font-size:26px; margin-bottom:6px;}
  .buy-price{font-family:'YS Display'; font-weight:700; font-size:26px; margin-bottom:28px; color:var(--red);}
  .opt-label{font-size:11.5px; font-weight:600; color:var(--ink-dim); text-transform:uppercase; letter-spacing:.05em; margin-bottom:12px; display:block;}
  .opt-row{display:flex; gap:10px; margin-bottom:32px;}
  .opt-pill{border:1px solid var(--line); padding:12px 18px; border-radius:100px; cursor:pointer; font-size:13.5px; font-weight:500; color:var(--ink-dim); transition:all .15s;}
  .opt-pill.active{background:#fff; color:#000; border-color:#fff;}
  .buy-btn{width:100%; background:var(--red); color:#fff; border:none; padding:17px; font-family:'YS Text'; font-weight:700; font-size:14.5px; border-radius:100px; cursor:pointer;}
  .buy-note{font-size:12.5px; color:var(--ink-dim); margin-top:16px; text-align:center;}
  .price-breakdown{font-size:12.5px; color:var(--ink-dim); margin-bottom:20px; padding:10px 14px; background:rgba(255,255,255,.04); border-radius:8px;}

  /* ---------- FAQ ---------- */
  .faq{padding:0 24px 60px;}

  /* ---------- reviews ---------- */
  .reviews{padding:0 24px 140px;}
  .reviews-inner{max-width:680px; margin:0 auto;}
  .reviews-head{display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:20px; margin-bottom:36px;}
  .reviews-head h2{font-family:'YS Display'; font-weight:300; font-size:clamp(26px,4vw,42px); letter-spacing:-.02em;}
  .btn-tg{background:#229ED9; color:#fff; border:none; padding:13px 22px; border-radius:100px; font-family:'YS Text'; font-weight:600; font-size:13.5px; cursor:pointer; display:inline-flex; align-items:center; gap:10px; text-decoration:none;}
  .btn-tg svg{width:17px; height:17px;}
  /* carousel */
  .reviews-carousel{overflow:hidden; border-radius:20px;}
  .reviews-track{display:flex; transition:transform .42s cubic-bezier(.4,0,.2,1);}
  .review-card{flex:0 0 100%; background:var(--panel); border:1px solid var(--line); border-radius:20px; padding:32px;}
  .review-top{display:flex; align-items:center; gap:14px; margin-bottom:20px;}
  .review-avatar{width:44px; height:44px; border-radius:50%; background:var(--red); color:#fff; display:flex; align-items:center; justify-content:center; font-family:'YS Display'; font-weight:700; font-size:18px; flex-shrink:0; overflow:hidden;}
  .review-avatar img{width:100%; height:100%; object-fit:cover;}
  .review-name{font-family:'YS Text'; font-weight:600; font-size:15px;}
  .review-src{font-size:12px; color:var(--ink-dim); margin-top:2px;}
  .review-stars{margin-left:auto; color:#f5a623; font-size:13px; letter-spacing:1px; flex-shrink:0;}
  .review-text{font-size:15px; color:rgba(255,255,255,.82); line-height:1.68;}
  .reviews-nav{display:flex; align-items:center; justify-content:center; gap:16px; margin-top:24px;}
  .rev-arrow{width:40px; height:40px; border-radius:50%; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.12); display:flex; align-items:center; justify-content:center; cursor:pointer; transition:background .2s;}
  .rev-arrow:hover{background:rgba(255,255,255,.12);}
  .rev-arrow svg{width:16px; height:16px;}
  .rev-dots{display:flex; gap:8px;}
  .rev-dot{width:7px; height:7px; border-radius:50%; background:var(--line); cursor:pointer; transition:background .2s;}
  .rev-dot.active{background:var(--red);}
  .reviews-note{text-align:center; font-size:12.5px; color:#555; margin-top:28px;}

  /* ---------- back to top ---------- */
  .back-top{
    position:fixed; bottom:28px; right:28px; width:46px; height:46px; border-radius:50%;
    background:rgba(255,255,255,.1); backdrop-filter:blur(8px); border:1px solid rgba(255,255,255,.15);
    color:#fff; display:flex; align-items:center; justify-content:center; cursor:pointer; z-index:80;
    opacity:0; pointer-events:none; transition:opacity .3s, background .2s;
  }
  .back-top.show{opacity:1; pointer-events:auto;}
  .back-top:hover{background:rgba(255,255,255,.18);}
  .back-top svg{width:18px; height:18px;}

  .faq-inner{max-width:680px; margin:0 auto;}
  .faq h2{font-family:'YS Display'; font-weight:300; font-size:clamp(26px,4vw,42px); text-align:center; margin-bottom:56px; letter-spacing:-.02em;}
  details{border-top:1px solid var(--line); padding:22px 0;}
  details:last-child{border-bottom:1px solid var(--line);}
  summary{cursor:pointer; font-family:'YS Display'; font-weight:500; font-size:16px; list-style:none; display:flex; justify-content:space-between; align-items:center;}
  summary::-webkit-details-marker{display:none;}
  summary::after{content:'+'; font-size:22px; color:var(--ink-dim); font-weight:300;}
  details[open] summary::after{content:'−';}
  details p{color:var(--ink-dim); font-size:14px; line-height:1.6; margin-top:14px; max-width:560px;}

  /* ---------- final CTA ---------- */
  .final-cta{padding:60px 24px 160px; text-align:center; background:radial-gradient(ellipse at 50% 50%, #1a1a1a 0%, #000 70%);}
  .final-cta-img{max-width:320px; width:100%; margin:0 auto 48px; display:block; border-radius:18px;}
  .final-cta h2{font-family:'YS Display'; font-weight:300; font-size:clamp(32px,6vw,64px); letter-spacing:-.02em; margin-bottom:32px;}
  .final-cta b{color:var(--red); font-weight:700; font-style:normal;}

  footer{border-top:1px solid var(--line); padding:48px 24px 32px;}
  .foot-row{max-width:1180px; margin:0 auto; display:flex; justify-content:space-between; flex-wrap:wrap; gap:24px;}
  .foot-links{display:flex; gap:28px; flex-wrap:wrap;}
  .foot-links a{color:var(--ink-dim); text-decoration:none; font-size:13px;}
  .foot-meta{max-width:1180px; margin:32px auto 0; font-size:12px; color:#555;}

  @media (max-width:760px){
    .buy-shell{grid-template-columns:1fr; padding:32px;}
    .how-row{flex-direction:column; gap:10px;}
    .exploded-labels{font-size:11.5px; gap:14px; grid-template-columns:repeat(2,1fr);}
    .back-top{bottom:20px; right:20px;}
  }

/* Compact product layout, shared by desktop and mobile. */
section[id]{scroll-margin-top:76px}
.reveal-section{padding:0 16px 12px;align-items:stretch}
.reveal-media{max-width:1600px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);align-items:center;gap:28px;padding:24px 40px;border-radius:18px}
.product-visual{position:relative;aspect-ratio:1086/910;overflow:hidden;width:100%}
.product-visual img{position:absolute;top:-46%;left:0;width:100%;height:auto;display:block;border-radius:0}
.reveal-media .product-visual{max-width:min(100%,calc((100svh - 130px)*1.19));margin:auto}
.reveal-caption{margin:0;text-align:center}
.reveal-caption h2{font-size:clamp(28px,3vw,48px);line-height:1.12}
.reveal-caption h2 b,.buy-title b{display:block;margin-top:10px}
.reveal-caption p{margin:16px auto;max-width:400px;line-height:1.5}
.product-price{font:700 32px 'YS Display';color:var(--red);margin:22px 0}
.exploded{padding:20px 20px}
.exploded-tag{margin-bottom:12px}
.exploded h2{margin-bottom:16px}
.exploded-media{max-width:540px}
.exploded-labels{margin-top:12px}
.exploded .btn-hero{margin-top:20px}
.install-guide{max-width:1200px;padding:20px 20px 8px}
.how-tag{margin-bottom:10px}
.how h2{font-size:clamp(38px,5.5vw,72px);margin-bottom:20px;line-height:1.08}
.carousel-track{height:auto;padding:0;aspect-ratio:3/2;border:0;background:transparent;border-radius:6px}
.carousel-track img{border-radius:6px}
.carousel-arrow{top:calc((100% - 24px)/2)}
.carousel-dots{margin-top:12px;gap:10px;height:12px}
.buy{padding:8px 20px 20px}
.buy-shell{max-width:1160px;padding:24px;gap:28px;align-items:center}
.buy-copy{text-align:center}
.buy-title{font-size:clamp(26px,3vw,42px);line-height:1.15;font-weight:300;margin:0}
.buy-title b{font-weight:700}
.buy-price{font-size:32px;margin:20px 0}
.buy-btn{max-width:360px}
.reviews{padding:12px 20px 24px}
.reviews-head{margin-bottom:20px}
.reviews-note{margin-top:18px}
.faq{padding:0 20px 8px}
.faq h2{margin-bottom:18px}
.faq details{padding:16px 0}
.final-cta{padding:8px 20px 28px}
.final-visual{max-width:320px;margin:0 auto 12px}
.final-cta h2{margin-bottom:20px}
footer{padding-top:24px}
@media(max-width:760px){
 .hero-content{padding-bottom:28px}
 .reveal-section{padding:0 12px 8px}
 .reveal-media{grid-template-columns:1fr;gap:8px;padding:16px;border-radius:14px}
 .reveal-media .product-visual{max-width:min(100%,calc((100svh - 360px)*1.19));min-width:200px}
 .reveal-caption h2{font-size:28px}
 .reveal-caption p{font-size:13px;margin:10px 0}
 .product-price{font-size:28px;margin:12px 0}
 .reveal-caption .btn-hero{width:100%;justify-content:center}
 .exploded{padding:16px 12px}
 .exploded h2{font-size:28px;margin-bottom:10px}
 .exploded-labels{gap:10px}
 .install-guide{padding:16px 12px 6px}
 .how h2{font-size:40px;margin-bottom:16px}
 .carousel-arrow{width:36px;height:36px;top:50%;transform:translateY(-50%)}
 .carousel-prev{left:8px}.carousel-next{right:8px}
 .carousel-dots{margin-top:16px;margin-bottom:8px}
 .buy{padding:6px 12px 16px}
 .buy-shell{padding:16px;gap:12px}
 .buy-media{max-width:400px;margin:auto}
 .buy-media img{display:block}
 .buy-title{font-size:28px}
 .buy-price{font-size:28px;margin:14px 0}
 .reviews{padding:8px 12px 20px}
 .reviews-head{gap:14px;margin-bottom:16px}
 .reviews-grid{gap:12px}
 .faq{padding:0 12px 4px}
 .final-cta{padding:4px 12px 24px}
 .final-visual{max-width:260px;margin-bottom:10px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none;--reveal-delay:0ms}}
/* Each render has different transparent margins; keep every mounting part visible. */
.exploded-media.product-visual{aspect-ratio:1086/1160}
.exploded-media.product-visual img{top:-13%}
.final-visual.product-visual{aspect-ratio:1086/1100}
.final-visual.product-visual img{top:-20%}

/* ---------- gallery ---------- */
.gallery{padding:12px 20px 40px}
.gallery-inner{max-width:1000px;margin:0 auto}
.gallery-head{text-align:center;margin-bottom:32px}
.gallery-head h2{font-family:'YS Display';font-weight:300;font-size:clamp(28px,4.5vw,52px);letter-spacing:-.02em}
.gallery-head h2 b{font-weight:700;color:var(--red);font-style:normal}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.gallery-item{position:relative;aspect-ratio:9/16;overflow:hidden;border-radius:16px;background:#111;cursor:pointer}
.gallery-item img,.gallery-item video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.gallery-item video{object-position:center}
.gallery-mark{position:absolute;bottom:10px;right:12px;font-family:'YS Display';font-weight:700;font-size:11px;letter-spacing:.1em;color:rgba(255,255,255,.75);text-shadow:0 1px 4px rgba(0,0,0,.7);pointer-events:none;z-index:2}
.gallery-empty{color:var(--ink-dim);text-align:center;padding:40px 0;width:100%;grid-column:1/-1}
@media(max-width:600px){.gallery-grid{grid-template-columns:repeat(2,1fr);gap:8px}.gallery-item{border-radius:12px}}

/* ---------- disclaimer ---------- */
.foot-disclaimer{font-size:10px;color:#3a3a3a;line-height:1.6;margin-top:20px;padding-top:16px;border-top:1px solid #1a1a1a}

/* ---------- cookie banner ---------- */
.cookie-banner{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);z-index:200;background:#1a1a1a;border:1px solid var(--line);border-radius:16px;padding:18px 22px;display:flex;align-items:center;gap:20px;max-width:640px;width:calc(100% - 32px);box-shadow:0 8px 32px rgba(0,0,0,.6)}
.cookie-banner p{font-size:12.5px;color:#aaa;line-height:1.5;flex:1}
.cookie-banner a{color:var(--red);text-decoration:none}
.cookie-accept{background:var(--red);color:#fff;border:none;padding:10px 20px;border-radius:100px;font-family:'YS Text';font-weight:600;font-size:13px;cursor:pointer;white-space:nowrap}
@media(max-width:600px){.cookie-banner{flex-direction:column;gap:12px;text-align:center}}
