:root {
  --ink: #042a24;
  --ink-deep: #021c18;
  --paper: #f5efe5;
  --paper-bright: #fffaf1;
  --muted: #b8c5bf;
  --orange: #f27722;
  --orange-soft: #eaa365;
  --glass: rgba(235, 245, 239, 0.055);
  --glass-strong: rgba(236, 246, 241, 0.11);
  --line: rgba(222, 235, 227, 0.32);
  --line-soft: rgba(222, 235, 227, 0.14);
  --serif: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  --sans: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  --header-h: 64px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink-deep); }
body { margin: 0; color: var(--paper); font-family: var(--sans); background: var(--ink-deep); }
body::selection { background: var(--orange); color: white; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }

.site-header {
  position: fixed;
  z-index: 50;
  top: 18px;
  left: 50%;
  width: min(1380px, calc(100% - 48px));
  height: var(--header-h);
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 26px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: rgba(2, 28, 24, 0.58);
  backdrop-filter: blur(22px) saturate(135%);
  -webkit-backdrop-filter: blur(22px) saturate(135%);
  box-shadow: inset 0 1px rgba(255,255,255,.06), 0 14px 40px rgba(0,0,0,.16);
}

.brand { display: inline-flex; width: max-content; align-items: baseline; gap: 8px; font-size: 18px; font-weight: 650; letter-spacing: .02em; }
.brand b { color: var(--orange); font-family: Georgia, serif; font-size: 16px; letter-spacing: .12em; }
.site-nav { display: flex; align-self: stretch; gap: 48px; }
.nav-link { position: relative; display: grid; place-items: center; color: rgba(255,250,241,.72); font-size: 14px; }
.nav-link::after { content: ""; position: absolute; bottom: -1px; width: 0; height: 2px; background: var(--orange); transition: width .25s ease; }
.nav-link:hover, .nav-link.is-active { color: var(--paper-bright); }
.nav-link.is-active::after { width: 100%; }
.header-cta { justify-self: end; font-size: 13px; color: rgba(255,250,241,.78); }
.header-cta span { color: var(--orange); margin-left: 8px; }

.section-dark { position: relative; overflow: hidden; background: var(--ink-deep); }
.hero {
  min-height: 840px;
  padding: 180px max(7vw, 48px) 80px;
  display: grid;
  grid-template-columns: minmax(420px, .92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: 4vw;
  background:
    radial-gradient(circle at 78% 38%, rgba(28,83,68,.56), transparent 30%),
    linear-gradient(112deg, #021f1b 0%, #052d27 48%, #031d19 100%);
}
.hero::after, .features::after, .scenarios::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; pointer-events: none; background: linear-gradient(transparent, rgba(0,0,0,.18)); }
.ambient-lines { position: absolute; inset: 0; opacity: .42; background: repeating-linear-gradient(90deg, transparent 0 15.9%, rgba(204,234,220,.08) 16%, transparent 16.1% 31.9%); mask-image: linear-gradient(90deg, transparent, black 45%); }
.hero-copy, .hero-exhibit { position: relative; z-index: 2; }
.hero-copy { max-width: 650px; }
h1, h2, p { margin-top: 0; }
.hero h1 { margin-bottom: 22px; font: 700 clamp(64px, 6.1vw, 102px)/1.05 var(--serif); letter-spacing: -.055em; color: var(--paper-bright); }
.accent-line { width: 48px; height: 3px; margin: 0 0 28px; background: var(--orange); }
.hero-statement { margin-bottom: 24px; font: 500 clamp(26px, 2.45vw, 40px)/1.5 var(--serif); color: #ecd8bc; letter-spacing: .01em; }
.hero-description { max-width: 575px; margin-bottom: 36px; color: rgba(246,240,228,.76); font-size: 16px; line-height: 2; }
.hero-actions { display: flex; gap: 16px; }
.button { min-width: 150px; height: 52px; display: inline-flex; justify-content: center; align-items: center; padding: 0 24px; border: 1px solid transparent; border-radius: 7px; font-size: 14px; font-weight: 600; letter-spacing: .04em; transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--orange); box-shadow: 0 12px 30px rgba(242,119,34,.18); }
.button-primary:hover { background: #ff812a; }
.button-ghost { border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.025); backdrop-filter: blur(14px); }
.button-ghost:hover { border-color: var(--orange-soft); }

.hero-exhibit { min-height: 590px; perspective: 1200px; }
.glass-backdrop { position: absolute; inset: 0 4% 6% 5%; border: 1px solid rgba(216,237,227,.28); background: linear-gradient(140deg, rgba(255,255,255,.08), rgba(255,255,255,.01)); transform: skewY(-2deg); box-shadow: inset 0 0 80px rgba(224,246,236,.025); }
.device-shell { position: absolute; z-index: 3; left: 9%; bottom: 9%; width: 48%; padding: 14px; border: 1px solid rgba(230,241,236,.68); border-radius: 40px; background: linear-gradient(140deg, rgba(244,248,246,.66), rgba(44,64,58,.54) 14%, rgba(240,244,242,.34) 58%, rgba(25,42,37,.65)); box-shadow: 0 36px 80px rgba(0,0,0,.46), inset 0 1px 3px rgba(255,255,255,.72); }
.device-camera { position: absolute; z-index: -1; top: -76px; left: 50%; width: 108px; height: 78px; transform: translateX(-50%); border: 1px solid rgba(230,241,236,.65); border-radius: 28px 28px 10px 10px; background: linear-gradient(120deg, #b9c5c1, #43534e 42%, #cdd6d3); display: grid; place-items: center; }
.device-camera span { width: 36px; aspect-ratio: 1; border: 8px solid #101b18; border-radius: 50%; background: radial-gradient(circle, #5a887c, #07110f 60%); }
.device-screen { overflow: hidden; aspect-ratio: .82; border: 6px solid #0a1512; border-radius: 26px; background: #0a1814; }
.device-screen img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.newspaper-frame { position: absolute; z-index: 4; right: 1%; bottom: 13%; width: 41%; margin: 0; padding: 22px 20px 18px; transform: rotate(2.4deg); border: 1px solid rgba(237,246,240,.7); background: rgba(245,239,229,.9); color: #12382f; box-shadow: 0 28px 70px rgba(0,0,0,.38), inset 0 0 0 8px rgba(255,255,255,.12); backdrop-filter: blur(12px); }
.newspaper-frame::after { content: ""; position: absolute; inset: -10px; z-index: -1; border: 1px solid rgba(226,240,232,.44); background: rgba(215,233,224,.07); }
.newspaper-head { display: flex; justify-content: space-between; padding-bottom: 8px; border-bottom: 1px solid rgba(6,43,36,.24); text-transform: uppercase; letter-spacing: .12em; font-size: 8px; }
.newspaper-frame h2 { margin: 17px 0 4px; text-align: center; font: 700 clamp(25px, 2.1vw, 36px)/1.1 var(--serif); }
.newspaper-frame > p { margin-bottom: 12px; text-align: center; font-size: 10px; letter-spacing: .16em; }
.newspaper-frame img { width: 100%; height: 238px; object-fit: cover; object-position: top; filter: saturate(.8); }
.newspaper-frame figcaption { margin-top: 13px; font: 600 12px/1.5 var(--serif); }
.exhibit-caption { position: absolute; right: 7%; bottom: 3%; color: rgba(255,255,255,.36); font: 9px/1 var(--sans); letter-spacing: .24em; text-transform: uppercase; }
.scroll-cue { position: absolute; z-index: 5; bottom: 26px; left: 50%; display: flex; flex-direction: column; align-items: center; gap: 10px; transform: translateX(-50%); color: rgba(255,255,255,.45); font-size: 10px; letter-spacing: .18em; }
.scroll-cue i { width: 1px; height: 30px; background: linear-gradient(var(--orange), transparent); animation: scrollPulse 2s infinite; }

.product-story { min-height: 550px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 9vw; align-items: start; padding: 64px max(7vw, 48px) 110px; background: #f4f1eb; color: #12382f; }
.story-heading > p { margin-bottom: 18px; color: var(--orange); font-size: 13px; font-weight: 700; letter-spacing: .18em; }
.story-heading h2 { margin: 0; font: 700 clamp(44px, 4.4vw, 70px)/1.28 var(--serif); letter-spacing: -.035em; }
.story-heading h2 span { display: block; white-space: nowrap; }
.story-content > p { max-width: 740px; margin: 8px 0 64px; color: #566861; font-size: 17px; line-height: 2.1; }
.story-rail { display: flex; align-items: center; padding: 28px 0; border-top: 1px solid rgba(18,56,47,.24); border-bottom: 1px solid rgba(18,56,47,.24); }
.story-rail > div { flex: 1; display: grid; grid-template-columns: 42px auto; gap: 2px 14px; }
.story-rail b { grid-row: span 2; color: var(--orange); font: 400 24px/1 Georgia, serif; }
.story-rail span { font-size: 15px; font-weight: 650; }
.story-rail small { color: #83918c; font-size: 11px; }
.story-rail i { width: 34px; height: 1px; margin: 0 26px; background: rgba(18,56,47,.24); }

.features { padding: 120px max(3.2vw, 28px) 130px; background: radial-gradient(circle at 80% 55%, rgba(31,78,66,.42), transparent 34%), #031f1b; }
.section-heading { width: min(1280px, 100%); margin: 0 auto 52px; }
.section-heading h2 { margin-bottom: 18px; font: 700 clamp(38px, 4vw, 62px)/1.25 var(--serif); letter-spacing: -.035em; }
.section-heading h2::after { content: ""; display: block; width: 46px; height: 3px; margin-top: 22px; background: var(--orange); }
.section-heading p { color: #d8b894; font-size: 17px; line-height: 1.8; }
.process-rail { position: relative; z-index: 2; width: min(1380px, 100%); margin: 0 auto 26px; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border: 1px solid var(--line); background: rgba(255,255,255,.015); }
.process-rail li { min-height: 158px; position: relative; display: grid; grid-template-columns: 52px 48px 1fr; align-items: center; gap: 18px; padding: 28px 24px; border-right: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.05), transparent); }
.process-rail li:last-child { border-right: 0; }
.step-no { align-self: start; color: #e2c3a0; font: 400 31px/1 Georgia, serif; }
.process-rail svg { width: 42px; fill: none; stroke: #dbe5df; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.process-rail h3 { margin: 0 0 10px; font-size: 18px; }
.process-rail p { margin: 0; color: rgba(238,243,240,.58); font-size: 12px; line-height: 1.7; }
.feature-stage { position: relative; z-index: 2; width: min(1380px, 100%); min-height: 570px; margin: auto; display: grid; grid-template-columns: .38fr .62fr; gap: 26px; }
.feature-index { padding: 14px 22px; border: 1px solid var(--line); background: rgba(255,255,255,.025); backdrop-filter: blur(15px); }
.feature-item { width: 100%; min-height: 78px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 5px; padding: 12px 12px 12px 52px; position: relative; border: 0; border-bottom: 1px solid var(--line-soft); text-align: left; background: transparent; cursor: pointer; }
.feature-item:last-child { border-bottom: 0; }
.feature-item::before { content: "+"; position: absolute; left: 14px; width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: rgba(255,255,255,.6); transition: .25s ease; }
.feature-item span { font-size: 16px; }
.feature-item small { color: rgba(238,243,240,.46); font-size: 11px; line-height: 1.5; }
.feature-item:hover, .feature-item.is-active { background: linear-gradient(90deg, rgba(242,119,34,.12), transparent); }
.feature-item.is-active::before { content: "−"; color: white; border-color: var(--orange); background: var(--orange); }
.feature-device { min-width: 0; }
.glass-case { height: 100%; min-height: 530px; display: grid; place-items: center; padding: 55px 6%; border: 1px solid var(--line); background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.01) 38%, rgba(255,255,255,.04)); box-shadow: inset 0 0 70px rgba(255,255,255,.025), 0 30px 60px rgba(0,0,0,.22); }
.tablet { width: 86%; max-width: 720px; position: relative; padding: 24px; border: 2px solid rgba(231,239,235,.55); border-radius: 30px; background: #061c18; box-shadow: 0 35px 70px rgba(0,0,0,.48), inset 0 0 0 8px rgba(184,204,195,.12); }
.tablet-camera { position: absolute; top: 8px; left: 50%; width: 8px; height: 8px; transform: translateX(-50%); border-radius: 50%; background: #203e36; }
.tablet-bar { display: flex; justify-content: space-between; align-items: center; margin: 10px 8px 18px; }
.tablet-bar span { font-size: 13px; font-weight: 650; }
.tablet-bar small { color: var(--orange-soft); font-size: 9px; letter-spacing: .1em; }
.template-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; overflow: hidden; }
.template-strip img { width: 100%; aspect-ratio: .64; object-fit: cover; object-position: top; border: 1px solid rgba(255,255,255,.14); border-radius: 7px; transition: opacity .25s ease, transform .25s ease; }
.template-strip img:first-child { border-color: var(--orange); box-shadow: 0 0 0 2px rgba(242,119,34,.2); }
.feature-visual { display: none; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border: 1px solid rgba(255,255,255,.2); border-radius: 9px; box-shadow: 0 18px 40px rgba(0,0,0,.25); animation: featureVisualIn .38s ease both; }
.tablet.is-visual .template-strip { display: none; }
.tablet.is-visual .feature-visual { display: block; }

.scenarios { min-height: 1120px; display: grid; grid-template-columns: minmax(280px,.33fr) minmax(700px,.67fr); gap: 4vw; padding: 150px max(4vw, 42px) 80px; background: radial-gradient(circle at 65% 45%, rgba(31,82,69,.5), transparent 38%), #021d19; }
.scenario-copy { min-width: 0; position: relative; z-index: 3; padding-top: 30px; }
.scenario-copy h2 { margin-bottom: 28px; font: 700 clamp(44px, 4.4vw, 70px)/1.4 var(--serif); letter-spacing: -.04em; }
.scenario-copy > p { max-width: 320px; color: #d8b894; font-size: 15px; line-height: 2; }
.scenario-list { margin-top: 60px; border-top: 1px solid var(--line-soft); }
.scenario-tab { width: 100%; height: 58px; position: relative; padding: 0 16px 0 30px; border: 0; border-bottom: 1px solid var(--line-soft); text-align: left; color: rgba(255,255,255,.62); background: transparent; cursor: pointer; transition: .25s ease; }
.scenario-tab::before { content: ""; position: absolute; left: 4px; top: 50%; width: 6px; height: 6px; transform: translateY(-50%); border: 1px solid currentColor; border-radius: 50%; }
.scenario-tab::after { content: "→"; position: absolute; right: 14px; opacity: 0; color: var(--orange); transform: translateX(-5px); transition: .25s ease; }
.scenario-tab:hover, .scenario-tab.is-active { padding-left: 38px; color: white; background: linear-gradient(90deg, rgba(255,255,255,.08), transparent); }
.scenario-tab.is-active::before { left: 14px; border-color: var(--orange); background: var(--orange); }
.scenario-tab.is-active::after { opacity: 1; transform: translateX(0); }
.scenario-arrows { display: flex; gap: 10px; margin-top: 28px; }
.scenario-arrows button { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; transition: .25s ease; }
.scenario-arrows button:hover { color: white; border-color: var(--orange); background: var(--orange); }
.poster-gallery { min-width: 0; position: relative; min-height: 900px; display: flex; align-items: center; justify-content: center; perspective: 1400px; }
.poster { overflow: hidden; background: rgba(255,255,255,.03); border: 1px solid rgba(225,238,230,.35); box-shadow: 0 40px 100px rgba(0,0,0,.45); }
.poster img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.poster-main { position: relative; z-index: 3; width: min(500px, 48vw); height: 810px; margin: 0; padding: 18px; overflow: visible; background: linear-gradient(140deg, rgba(255,255,255,.13), rgba(255,255,255,.025)); backdrop-filter: blur(12px); transition: transform .5s ease; }
.poster-main > img { border: 1px solid rgba(255,255,255,.24); }
.poster-main figcaption { position: absolute; left: 0; right: 0; bottom: -78px; display: flex; align-items: baseline; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line); }
.poster-main figcaption span { font: 600 20px/1 var(--serif); }
.poster-main figcaption small { color: rgba(255,255,255,.48); font-size: 11px; }
.hanger { position: absolute; z-index: 5; top: -180px; width: 1px; height: 180px; background: linear-gradient(rgba(255,255,255,.08), rgba(255,255,255,.7)); }
.hanger::after { content: ""; position: absolute; left: -8px; bottom: -8px; width: 16px; height: 13px; border: 1px solid rgba(255,255,255,.6); border-radius: 2px; background: #1f342f; }
.hanger-left { left: 12%; } .hanger-right { right: 12%; }
.poster-side { position: absolute; width: 310px; height: 650px; opacity: .36; filter: saturate(.72) brightness(.7); transition: transform .5s ease, opacity .5s ease; }
.poster-prev { left: -8%; transform: rotateY(12deg) translateX(-12%); }
.poster-next { right: -8%; transform: rotateY(-12deg) translateX(12%); }
.poster-gallery.is-changing .poster-main { transform: scale(.985); }

.closing { padding: 50px max(4vw, 42px) 80px; background: #021d19; }
.closing-panel { min-height: 290px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 35px; border: 1px solid var(--line); background: linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.01)); text-align: center; box-shadow: inset 0 1px rgba(255,255,255,.05); }
.closing-panel p { margin: 0; font: 600 clamp(28px, 3.3vw, 48px)/1.4 var(--serif); letter-spacing: .02em; }
.button-outline { min-width: 220px; border-color: rgba(242,119,34,.68); color: #f0d8bd; }
.button-outline span { margin-left: 12px; color: var(--orange); }
.button-outline:hover { background: rgba(242,119,34,.1); border-color: var(--orange); }
footer { min-height: 180px; display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 10px; padding: 42px max(7vw, 48px); color: #153b33; background: #f4f1eb; }
footer p { justify-self: end; margin: 0; color: #71807b; font-size: 13px; }
footer small { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid rgba(18,56,47,.14); color: #8a9692; font-size: 10px; letter-spacing: .1em; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes scrollPulse { 0%,100% { opacity: .3; transform: scaleY(.6); transform-origin: top; } 50% { opacity: 1; transform: scaleY(1); } }
@keyframes featureVisualIn { from { opacity: 0; transform: translateY(5px) scale(.992); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1100px) {
  .hero { min-height: 850px; grid-template-columns: .9fr 1.1fr; padding-inline: 44px; }
  .hero h1 { font-size: 66px; }
  .hero-statement { font-size: 28px; }
  .hero-exhibit { min-height: 520px; }
  .newspaper-frame { width: 46%; }
  .process-rail li { grid-template-columns: 42px 1fr; gap: 12px; }
  .process-rail svg { display: none; }
  .scenarios { grid-template-columns: 300px 1fr; padding-inline: 36px; }
  .poster-main { width: 430px; height: 720px; }
  .poster-side { width: 260px; height: 560px; }
}

@media (max-width: 800px) {
  :root { --header-h: 56px; }
  .site-header { top: 10px; width: calc(100% - 24px); grid-template-columns: 1fr auto; padding: 0 18px; border-radius: 15px; }
  .site-nav { display: none; }
  .header-cta { font-size: 12px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 130px 22px 90px; gap: 90px; }
  .hero h1 { font-size: clamp(54px, 16vw, 72px); }
  .hero-statement { font-size: 27px; }
  .hero-description { font-size: 14px; }
  .hero-exhibit { min-height: 500px; }
  .device-shell { left: 4%; width: 55%; }
  .newspaper-frame { right: 0; width: 49%; }
  .newspaper-frame img { height: 180px; }
  .exhibit-caption { display: none; }
  .scroll-cue { display: none; }
  .product-story { grid-template-columns: 1fr; gap: 45px; padding: 80px 22px; }
  .story-content > p { margin-bottom: 45px; font-size: 15px; }
  .story-rail { align-items: stretch; flex-direction: column; gap: 24px; }
  .story-rail i { width: 1px; height: 20px; margin: 0 0 0 20px; }
  .features { padding: 85px 18px; }
  .section-heading h2 { font-size: 43px; }
  .process-rail { grid-template-columns: 1fr 1fr; }
  .process-rail li:nth-child(2) { border-right: 0; }
  .process-rail li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .feature-stage { grid-template-columns: 1fr; }
  .feature-device { order: -1; }
  .glass-case { min-height: 420px; padding: 35px 10px; }
  .tablet { width: 96%; padding: 16px; }
  .template-strip { gap: 7px; }
  .scenarios { min-height: auto; grid-template-columns: 1fr; gap: 45px; padding: 90px 22px 130px; }
  .scenario-copy h2 { font-size: 48px; }
  .scenario-copy > p { max-width: 520px; }
  .scenario-list { display: flex; margin-top: 35px; padding-bottom: 8px; overflow-x: auto; border-top: 0; scrollbar-width: none; }
  .scenario-list::-webkit-scrollbar { display: none; }
  .scenario-tab { min-width: max-content; height: 42px; padding: 0 18px; border: 1px solid var(--line-soft); }
  .scenario-tab::before, .scenario-tab::after { display: none; }
  .scenario-tab:hover, .scenario-tab.is-active { padding-left: 18px; border-color: var(--orange); color: white; background: rgba(242,119,34,.12); }
  .scenario-arrows { justify-content: flex-end; }
  .poster-gallery { min-height: 720px; }
  .poster-main { width: min(78vw, 400px); height: 650px; }
  .poster-side { width: 230px; height: 500px; }
  .poster-prev { left: -25%; } .poster-next { right: -25%; }
  .closing { padding: 30px 18px 55px; }
  .closing-panel { padding: 50px 24px; }
  footer { grid-template-columns: 1fr; padding: 45px 22px; }
  footer p { justify-self: start; }
}

@media (max-width: 480px) {
  .header-cta { display: none; }
  .site-header { grid-template-columns: 1fr; }
  .hero { gap: 70px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-exhibit { min-height: 430px; }
  .device-shell { left: 0; width: 61%; padding: 9px; border-radius: 24px; }
  .device-camera { top: -48px; width: 75px; height: 50px; border-radius: 18px 18px 7px 7px; }
  .device-camera span { width: 25px; border-width: 6px; }
  .device-screen { border-width: 4px; border-radius: 17px; }
  .newspaper-frame { width: 53%; padding: 14px 12px 12px; }
  .newspaper-frame h2 { font-size: 20px; }
  .newspaper-frame img { height: 140px; }
  .newspaper-head, .newspaper-frame > p { font-size: 6px; }
  .process-rail { grid-template-columns: 1fr; }
  .process-rail li { min-height: 120px; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-rail li:nth-child(3) { border-bottom: 1px solid var(--line); }
  .process-rail li:last-child { border-bottom: 0; }
  .feature-item { padding-left: 45px; }
  .template-strip { grid-template-columns: repeat(3, 1fr); }
  .template-strip img:last-child { display: none; }
  .poster-gallery { min-height: 620px; }
  .poster-main { width: 82vw; height: 540px; padding: 11px; }
  .poster-main figcaption { bottom: -65px; flex-direction: column; gap: 8px; }
  .poster-side { width: 190px; height: 420px; }
  .hanger { top: -100px; height: 100px; }
}
