:root{
  --bg:#050505;
  --panel:#0d0d0d;
  --panel-2:#151515;
  --text:#f3f3f3;
  --muted:#9b9b9b;
  --line:#292929;
  --accent:#8dfcff;
  --danger:#b81616;
  --max:1440px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:Arial,"Noto Sans JP",sans-serif;
  line-height:1.6;
}
button,a{font:inherit}
a{color:inherit;text-decoration:none}
button{cursor:pointer}
img{max-width:100%;display:block}
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  min-height:72px;
  display:flex;
  align-items:center;
  gap:28px;
  padding:12px clamp(16px,3vw,44px);
  border-bottom:1px solid var(--line);
  background:rgba(5,5,5,.94);
  backdrop-filter:blur(12px);
}
.brand-lockup{display:flex;flex-direction:column;line-height:.95;min-width:155px}
.brand-main{font-weight:1000;letter-spacing:-.05em;font-size:clamp(22px,2.2vw,34px)}
.brand-sub{font-size:10px;letter-spacing:.28em;color:var(--accent);margin-top:6px}
.main-nav{display:flex;gap:24px;font-size:12px;font-weight:800;letter-spacing:.12em}
.main-nav a{opacity:.82}
.main-nav a:hover{opacity:1;color:var(--accent)}
.header-actions{margin-left:auto;display:flex;gap:8px}
.utility-btn{
  border:1px solid #333;
  background:#111;
  color:#aaa;
  padding:8px 10px;
  font-size:11px;
  border-radius:4px;
}
.utility-btn:hover{color:#fff;border-color:#666}
.truth-direct-btn{
  border-color:#5e1717;
  color:#ffb4b4;
  background:#160606;
}
.truth-direct-btn:hover{
  border-color:#ad1f1f;
  color:#fff;
  box-shadow:0 0 18px rgba(173,31,31,.25);
}
.section{padding:clamp(56px,8vw,112px) clamp(18px,5vw,72px)}
.section-inner{max-width:var(--max);margin:0 auto}
.hero{
  min-height:calc(100vh - 72px);
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
  align-items:center;
  gap:44px;
  max-width:var(--max);
  margin:0 auto;
  padding:clamp(52px,8vw,110px) clamp(18px,5vw,72px);
}
.eyebrow{
  color:var(--accent);
  font-weight:900;
  letter-spacing:.18em;
  font-size:12px;
  text-transform:uppercase;
}
.hero h1,.truth-hero h1{
  margin:.15em 0;
  font-size:clamp(62px,11vw,170px);
  line-height:.78;
  letter-spacing:-.08em;
  font-weight:1000;
}
.hero h1 span{display:block}
.hero h1 .variant{font-size:.43em;letter-spacing:-.04em;margin-top:.32em}
.hero-copy{max-width:660px;font-size:clamp(16px,1.6vw,22px);color:#ddd}
.cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.cta{
  border:1px solid var(--accent);
  background:var(--accent);
  color:#001214;
  font-weight:1000;
  padding:16px 24px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.cta.secondary{background:transparent;color:#fff;border-color:#444}
.product-visual{position:relative;min-height:520px;display:grid;place-items:center}
.product-visual::before{
  content:"";
  position:absolute;
  width:78%;
  aspect-ratio:1;
  background:radial-gradient(circle,rgba(141,252,255,.18),transparent 66%);
  filter:blur(8px);
}
.product-visual img{position:relative;max-height:620px;object-fit:contain;filter:drop-shadow(0 35px 40px rgba(0,0,0,.7))}
.stats{
  position:absolute;right:0;bottom:5%;
  border-left:2px solid var(--accent);
  padding-left:14px;
  font-weight:900;
  letter-spacing:.08em
}
.stats small{display:block;color:var(--muted);font-weight:500}
.section-title{
  font-size:clamp(42px,7vw,100px);
  line-height:.9;
  letter-spacing:-.06em;
  margin:0 0 36px;
}
.section-lead{max-width:760px;color:#c6c6c6;font-size:18px}
.message-band{
  min-height:62vh;
  display:flex;
  align-items:end;
  background:
    linear-gradient(to top,rgba(0,0,0,.92),rgba(0,0,0,.2)),
    var(--bg);
}
.message-card{max-width:900px}
.message-card h2{font-size:clamp(52px,8vw,126px);line-height:.86;margin:0 0 22px}
.scene-grid,.news-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.product-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px;
}
.card{
  position:relative;
  overflow:hidden;
  background:var(--panel);
  border:1px solid var(--line);
  min-height:320px;
  padding:20px;
}
.card h3{font-size:28px;line-height:1;margin:18px 0 10px}
.card p{color:#bbb}
.product-card{display:flex;flex-direction:column;min-height:460px}
.product-card h3{
  min-height:58px;
  display:flex;
  align-items:flex-end;
  margin:16px 0 10px;
  font-size:clamp(24px,1.9vw,28px);
}
.product-image-frame{
  width:min(100%,210px);
  aspect-ratio:2/3;
  margin:0 auto;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:#050505;
}
.product-image-frame img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.product-card-original .product-image-frame img{transform:scale(1.1)}
.product-card-zero .product-image-frame img{transform:scale(1.03)}
.product-card-berry .product-image-frame img{transform:scale(1.06)}
.product-card-night .product-image-frame img{transform:scale(1.06)}
.product-card-overdrive .product-image-frame img{transform:scale(1.06)}
.product-card .tag{margin-top:auto;color:var(--accent);font-weight:900;font-size:12px;letter-spacing:.12em}
.overdrive-card{border-color:#353535}
.flip-shell{perspective:1200px;margin-top:18px}
.flip-card{
  position:relative;
  min-height:240px;
  transform-style:preserve-3d;
  transition:transform .55s cubic-bezier(.2,.7,.2,1);
}
.flip-card.is-flipped{transform:rotateY(180deg)}
.flip-face{
  position:absolute;inset:0;
  backface-visibility:hidden;
  border:1px solid var(--line);
  background:#0b0b0b;
  padding:22px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.flip-back{transform:rotateY(180deg)}
.data-table{width:100%;border-collapse:collapse;margin-top:8px}
.data-table td,.data-table th{border-bottom:1px solid #2b2b2b;padding:10px 0;text-align:left}
.data-table td:last-child{text-align:right;font-weight:900}
.anomaly-link{
  display:inline-block;
  margin-top:18px;
  color:#fff;
  border-bottom:1px dashed #777;
  font-weight:900;
  background:none;
  border-top:0;border-left:0;border-right:0;
  padding:0 0 3px
}
.anomaly-link:hover{color:var(--accent)}
.research-panel{
  max-width:900px;
  margin:30px auto 0;
  background:#0c0c0c;
  border:1px solid #2b2b2b;
  padding:clamp(22px,4vw,48px)
}
.research-panel h3{font-size:clamp(30px,4vw,54px);margin:0 0 6px}
.research-panel .meta{color:#8c8c8c;font-size:13px}
.case-log{margin-top:26px;border-left:2px solid #555;padding-left:18px}
.case-log p{margin:10px 0}
.case-log strong{color:var(--accent)}
.post-status{
  margin-top:28px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border:1px solid #313131
}
.post-status div{padding:16px;border-right:1px solid #313131}
.post-status div:last-child{border-right:0}
.text-trigger{
  border:0;background:transparent;color:#fff;padding:0;
  text-decoration:underline;text-decoration-style:dashed;text-underline-offset:4px;font-weight:1000
}
.faq{max-width:920px;margin:0 auto}
.faq-item{border-top:1px solid #292929}
.faq-button{
  width:100%;text-align:left;border:0;background:transparent;color:#fff;
  padding:22px 0;font-weight:900;font-size:18px;display:flex;justify-content:space-between;gap:16px
}
.faq-answer{padding:0 0 24px;color:#bbb}
.faq-answer[hidden]{display:none}
.creed-progress{margin-top:14px;padding:14px;border-left:2px solid var(--danger);background:#100909}
.creed-progress code{display:block;color:#d8d8d8;margin:5px 0}
.truth-theme{--accent:#ad1f1f;background:#030303}
.truth-hero{
  min-height:78vh;
  padding:clamp(70px,10vw,140px) clamp(18px,5vw,72px);
  display:flex;flex-direction:column;justify-content:center;
  background:radial-gradient(circle at 80% 10%,rgba(140,0,0,.18),transparent 40%)
}
.truth-hero .truth-label{letter-spacing:.2em;color:#b94444;font-weight:900}
.truth-hero h1{font-size:clamp(54px,9vw,132px)}
.truth-copy{max-width:880px;font-size:clamp(18px,2vw,26px);color:#d5d5d5}
.truth-plan-hero{
  background:
    linear-gradient(90deg,rgba(0,0,0,.62),rgba(0,0,0,.08)),
    radial-gradient(circle at 78% 18%,rgba(173,31,31,.2),transparent 42%),
    linear-gradient(135deg,#050505,#090202 72%,#140404);
}
.truth-hero-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:30px;
  max-width:980px;
}
.truth-hero-meta span{
  border:1px solid #3a1717;
  background:rgba(24,6,6,.72);
  color:#d9bcbc;
  padding:10px 12px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
}
.truth-report p{color:#c8c8c8}
.truth-two-column{
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);
  gap:28px;
  align-items:start;
}
.truth-note{
  border:1px solid #3a1717;
  background:#0b0808;
  padding:24px;
  color:#d5d5d5;
}
.truth-note strong{
  display:block;
  color:#b94444;
  letter-spacing:.16em;
  font-size:12px;
  margin-bottom:12px;
}
.truth-metric-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.truth-metric{
  min-height:170px;
  border:1px solid #351515;
  background:linear-gradient(180deg,#100909,#070707);
  padding:20px;
}
.truth-metric span,.truth-metric small{display:block;color:#aaa}
.truth-metric span{font-weight:900;letter-spacing:.1em;font-size:12px}
.truth-metric strong{
  display:block;
  color:#fff;
  font-size:clamp(38px,5vw,68px);
  line-height:1;
  margin:18px 0 12px;
}
.truth-paper{max-width:1100px}
.truth-paper p{color:#c8c8c8}
.truth-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.truth-card{background:#0b0808;border:1px solid #2f1717;padding:24px;min-height:220px}
.truth-card .code{color:#b94444;font-weight:900;letter-spacing:.1em;font-size:12px}
.flow{
  display:grid;gap:0;max-width:800px;margin:36px auto;
  border-left:1px solid #4b1c1c
}
.flow div{padding:18px 0 18px 28px;position:relative}
.flow div::before{content:"";position:absolute;left:-5px;top:27px;width:9px;height:9px;background:#8d1f1f;border-radius:50%}
.operator-message{
  max-width:1000px;
  margin:0 auto;
  padding:60px clamp(20px,5vw,64px);
  border:1px solid #3a1717;
  background:linear-gradient(135deg,#0d0505,#080808)
}
.operator-message h2{font-size:clamp(38px,6vw,82px);line-height:.95;margin:0 0 30px}
.share-box{margin-top:50px;padding-top:30px;border-top:1px solid #311}
.share-btn{
  width:100%;max-width:480px;padding:18px 24px;
  border:1px solid #7a2020;background:#250909;color:#fff;font-weight:1000;letter-spacing:.08em
}
.site-footer{
  padding:48px clamp(18px,5vw,72px);
  border-top:1px solid #222;
  color:#777;font-size:12px
}
.footer-brand{font-size:28px;color:#eee;font-weight:1000;margin-bottom:20px}
.fiction-note{max-width:860px}
.noise-overlay{
  position:fixed;inset:0;z-index:9999;
  display:none;
  place-items:center;
  background:rgba(0,0,0,.95);
  overflow:hidden
}
.noise-overlay.is-active{display:grid}
.noise-canvas{
  position:absolute;inset:-30%;
  opacity:.33;
  background-image:
    repeating-radial-gradient(circle at 17% 27%,#fff 0 1px,#000 1px 3px),
    repeating-linear-gradient(0deg,rgba(255,255,255,.12) 0 1px,transparent 1px 3px);
  background-size:4px 4px,100% 4px;
  animation:noise .14s steps(2) infinite
}
@keyframes noise{
  0%{transform:translate3d(-3%,2%,0)}
  25%{transform:translate3d(4%,-3%,0)}
  50%{transform:translate3d(-1%,5%,0)}
  75%{transform:translate3d(3%,1%,0)}
  100%{transform:translate3d(-4%,-2%,0)}
}
.overlay-message{
  position:relative;
  z-index:2;
  border:0;
  background:transparent;
  color:#bd1a1a;
  text-shadow:0 1px 0 #220000,2px 2px 0 #2a0000,-1px 0 7px #7a0000;
  font-weight:1000;
  letter-spacing:.08em;
  font-size:clamp(28px,6vw,72px);
  padding:30px;
  transform:rotate(-1deg)
}
.overlay-message span{display:block}
.overlay-message small{
  display:block;
  margin-top:18px;
  color:#8c8c8c;
  text-shadow:none;
  font-size:13px;
  font-weight:500;
  letter-spacing:.16em
}
@media(max-width:1000px){
  .main-nav{display:none}
  .hero{grid-template-columns:1fr}
  .product-visual{min-height:400px}
  .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .scene-grid,.news-grid,.truth-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .truth-two-column{grid-template-columns:1fr}
  .truth-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .site-header{gap:10px;padding:10px 12px}
  .brand-lockup{min-width:0;flex:1}
  .brand-main{font-size:20px}
  .header-actions{gap:4px}
  .utility-btn{padding:7px;font-size:10px}
  .hero{padding-top:70px}
  .hero h1{font-size:20vw}
  .product-grid,.scene-grid,.news-grid,.truth-grid{grid-template-columns:1fr}
  .product-card{min-height:0}
  .product-card h3{min-height:0}
  .product-image-frame{width:min(100%,230px)}
  .truth-metric-grid{grid-template-columns:1fr}
  .truth-hero-meta span{width:100%}
  .post-status{grid-template-columns:1fr}
  .post-status div{border-right:0;border-bottom:1px solid #313131}
  .post-status div:last-child{border-bottom:0}
}

.static-face{position:relative;inset:auto;min-height:240px;backface-visibility:visible}
