:root {
  --ink: #12252d;
  --ink-soft: #48616a;
  --navy: #103b4d;
  --navy-deep: #092a38;
  --teal: #29a58c;
  --teal-light: #9bd9ca;
  --paper: #f5f2ea;
  --white: #fffefa;
  --line: #cfd7d6;
  --sand: #ded7c8;
  --warning: #df8b32;
  --display: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  --body: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --shadow: 0 24px 70px rgba(9, 42, 56, .13);
  --radius: 3px;
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, select, input { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 130px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 100; padding: 12px 18px; background: var(--white); border: 2px solid var(--teal); transition: top .2s; }
.skip-link:focus { top: 20px; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 4px; }

.site-header { position: absolute; z-index: 10; inset: 0 0 auto; border-bottom: 1px solid rgba(255,255,255,.14); color: white; }
.header-inner { height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 13px; width: max-content; }
.brand-mark { position: relative; width: 32px; height: 39px; border: 1px solid rgba(255,255,255,.7); transform: skewY(-5deg); }
.brand-mark i { position: absolute; top: 5px; bottom: 5px; width: 1px; background: var(--teal-light); }
.brand-mark i:nth-child(1) { left: 8px; }.brand-mark i:nth-child(2) { left: 15px; }.brand-mark i:nth-child(3) { left: 22px; }
.brand strong, .brand small { display: block; line-height: 1.1; letter-spacing: .12em; }
.brand strong { font-size: 13px; }.brand small { margin-top: 5px; font-size: 10px; color: rgba(255,255,255,.62); }
.primary-nav { display: flex; gap: 32px; font-size: 13px; letter-spacing: .12em; }
.primary-nav a { position: relative; padding: 10px 0; color: rgba(255,255,255,.74); }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px; background: var(--teal-light); transition: right .25s; }
.primary-nav a:hover { color: white; }.primary-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; border: 1px solid rgba(255,255,255,.3); padding: 10px 16px; font-size: 12px; letter-spacing: .08em; }
.header-cta span { color: var(--teal-light); margin-left: 10px; }
.nav-toggle { display: none; background: none; border: 0; padding: 12px; }

.hero { position: relative; min-height: 830px; padding: 160px 0 90px; overflow: hidden; color: white; background: var(--navy-deep); }
.hero::before { content: ""; position: absolute; width: 760px; height: 760px; right: -200px; top: 20px; border: 1px solid rgba(155,217,202,.15); border-radius: 50%; box-shadow: inset 0 0 0 110px rgba(255,255,255,.01), inset 0 0 0 230px rgba(255,255,255,.008); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(transparent, rgba(0,0,0,.17)); }
.hero-grid-lines { position: absolute; inset: 0; opacity: .08; background: linear-gradient(90deg, transparent calc(25% - 1px), #fff 25%, transparent calc(25% + 1px), transparent calc(50% - 1px), #fff 50%, transparent calc(50% + 1px), transparent calc(75% - 1px), #fff 75%, transparent calc(75% + 1px)); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 74px; }
.eyebrow, .section-kicker { font-size: 12px; letter-spacing: .24em; font-weight: 700; text-transform: uppercase; }
.eyebrow { color: var(--teal-light); display: flex; align-items: center; gap: 12px; }.eyebrow span { width: 34px; height: 1px; background: currentColor; }
.hero h1, .section-heading h2, .about-copy h2 { font-family: var(--display); font-weight: 600; letter-spacing: -.035em; }
.hero h1 { margin: 27px 0 30px; font-size: clamp(50px, 5.4vw, 78px); line-height: 1.13; }
.hero h1 em { color: var(--teal-light); font-style: normal; }
.hero-lead { max-width: 590px; font-size: 18px; line-height: 1.85; color: rgba(255,255,255,.7); }
.hero-actions { display: flex; gap: 14px; margin-top: 38px; }
.button { min-height: 50px; display: inline-flex; justify-content: center; align-items: center; gap: 24px; padding: 0 24px; border: 1px solid transparent; cursor: pointer; transition: transform .25s, background .25s, border-color .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy-deep); background: var(--teal-light); font-weight: 700; }
.button-primary:hover { background: white; }
.button-ghost { border-color: rgba(255,255,255,.28); color: white; }
.button-ghost:hover { border-color: white; }
.demo-notice { display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 9px; margin-top: 42px; font-size: 11px; color: rgba(255,255,255,.5); }
.demo-notice strong { color: white; letter-spacing: .05em; }.status-dot { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: #55d2a3; box-shadow: 0 0 0 5px rgba(85,210,163,.12); }
.hero-visual { position: relative; padding: 26px 26px 0; }
.visual-plate { position: relative; min-height: 570px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #e9e4d8, #fffdf6 72%); box-shadow: 0 35px 80px rgba(0,0,0,.27); }
.visual-plate::before { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(16,59,77,.14); }
.visual-plate img { position: relative; z-index: 1; width: 82%; height: 500px; object-fit: contain; filter: drop-shadow(16px 18px 13px rgba(17,37,45,.2)); animation: bookFloat 5s ease-in-out infinite; }
.plate-label { position: absolute; left: 39px; top: 36px; z-index: 2; display: flex; gap: 12px; color: var(--navy); font-size: 10px; letter-spacing: .12em; writing-mode: vertical-rl; }
.plate-label span { color: var(--teal); font-weight: 800; }
.plate-spec { position: absolute; z-index: 2; width: 70px; height: 70px; display: grid; place-content: center; border: 1px solid rgba(16,59,77,.22); color: var(--navy); text-align: center; background: rgba(255,254,250,.78); backdrop-filter: blur(7px); }
.plate-spec b, .plate-spec small { display: block; line-height: 1.2; }.plate-spec b { font-family: var(--display); font-size: 20px; }.plate-spec small { margin-top: 4px; font-size: 9px; }
.plate-spec-a { right: 39px; top: 36px; }.plate-spec-b { right: 39px; bottom: 36px; }
.hero-caption { display: flex; justify-content: space-between; margin-top: 16px; padding: 0 4px; font-size: 10px; letter-spacing: .14em; color: rgba(255,255,255,.56); }
.hero-index { position: absolute; left: 22px; bottom: 25px; z-index: 2; font-size: 9px; letter-spacing: .24em; color: rgba(255,255,255,.35); transform: rotate(-90deg); transform-origin: left; }
@keyframes bookFloat { 50% { transform: translateY(-8px); } }

.metrics-band { background: var(--white); border-bottom: 1px solid var(--line); }
.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.metrics-grid div { position: relative; min-height: 130px; display: flex; align-items: baseline; justify-content: center; gap: 12px; padding: 36px 20px; border-left: 1px solid var(--line); }
.metrics-grid div:last-child { border-right: 1px solid var(--line); }
.metrics-grid strong { font-family: var(--display); font-size: 38px; color: var(--navy); }.metrics-grid span { font-size: 11px; letter-spacing: .12em; color: var(--ink-soft); }

.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, 410px); column-gap: 80px; row-gap: 26px; align-items: end; margin-bottom: 70px; }
.section-heading .section-kicker { grid-column: 1 / -1; margin: 0; color: var(--teal); }
.section-heading h2, .about-copy h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.25; color: var(--navy); }
.section-heading > p:not(.section-kicker), .heading-row > p { margin: 0; color: var(--ink-soft); }
.capabilities { background: var(--paper); }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability-card { position: relative; min-height: 350px; padding: 40px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,254,250,.42); transition: background .3s, transform .3s; }
.capability-card:hover { z-index: 1; background: var(--white); transform: translateY(-5px); box-shadow: var(--shadow); }
.capability-card-wide { grid-column: span 2; }
.card-number { position: absolute; right: 24px; top: 19px; color: #9faaa8; font-size: 10px; letter-spacing: .18em; }
.capability-card h3 { margin: 28px 0 15px; font-family: var(--display); font-size: 25px; color: var(--navy); }
.capability-card p { color: var(--ink-soft); max-width: 520px; }.capability-card ul { list-style: none; display: flex; gap: 8px; padding: 0; margin: 30px 0 0; }.capability-card li { padding: 5px 10px; border: 1px solid var(--line); font-size: 10px; letter-spacing: .08em; }
.book-icon { position: relative; width: 94px; height: 68px; margin-top: 38px; perspective: 200px; }.book-icon i { position: absolute; inset: 0; border: 1px solid var(--navy); }.book-icon i:nth-child(2) { transform: translate(7px,-7px); }.book-icon i:nth-child(3) { width: 8px; left: auto; transform: translate(7px,-7px) skewY(-45deg); background: var(--teal-light); }
.angle-glyph { margin-top: 45px; font-family: var(--display); font-size: 52px; color: var(--teal); }
.curve-glyph { position: relative; margin-top: 52px; width: 90px; height: 50px; border: 2px solid var(--navy); border-color: var(--navy) transparent transparent; border-radius: 50% 50% 0 0; }.curve-glyph::after { content: ""; position: absolute; width: 1px; height: 58px; left: 50%; top: -4px; background: var(--teal); }.curve-glyph i { position: absolute; left: 8px; right: 8px; top: 8px; height: 30px; border-top: 1px solid var(--sand); border-radius: 50%; }
.channel-glyph { display: flex; gap: 10px; margin-top: 52px; }.channel-glyph i { width: 48px; height: 48px; border: 1px solid var(--navy); }.channel-glyph i:first-child { background: white; }.channel-glyph i:last-child { background-image: linear-gradient(45deg,#d9dfdc 25%,transparent 25%,transparent 75%,#d9dfdc 75%),linear-gradient(45deg,#d9dfdc 25%,transparent 25%,transparent 75%,#d9dfdc 75%); background-size: 12px 12px; background-position: 0 0,6px 6px; }
.capability-card-accent { color: white; background: var(--navy); }.capability-card-accent:hover { background: var(--navy-deep); }.capability-card-accent h3, .capability-card-accent p { color: white; }.small-label { margin-top: 48px; font-size: 10px; letter-spacing: .17em; opacity: .55; }.quality-stamp { display: inline-block; margin-top: 30px; padding: 7px 13px; border: 1px solid var(--teal-light); color: var(--teal-light); font-size: 11px; letter-spacing: .16em; transform: rotate(-2deg); }

.demo-section { position: relative; overflow: hidden; color: white; background: var(--navy); }
.demo-section::before { content: ""; position: absolute; right: -150px; top: -180px; width: 600px; height: 600px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; box-shadow: inset 0 0 0 100px rgba(255,255,255,.012), inset 0 0 0 200px rgba(255,255,255,.012); }
.section-heading-light h2 { color: white; }.section-heading-light > p:not(.section-kicker), .section-heading-light.heading-row > p { color: rgba(255,255,255,.62); }
.workbench { position: relative; z-index: 1; display: grid; grid-template-columns: 390px 1fr; min-height: 720px; border: 1px solid rgba(255,255,255,.18); background: #0c3242; box-shadow: 0 30px 80px rgba(0,0,0,.18); }
.control-panel { padding: 30px; border-right: 1px solid rgba(255,255,255,.15); background: #0a2d3b; }
.panel-head, .result-toolbar { display: flex; align-items: center; justify-content: space-between; height: 40px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.13); font-size: 11px; letter-spacing: .14em; }.panel-head b, .result-toolbar b { font-size: 9px; color: rgba(255,255,255,.4); }
.control-panel fieldset { padding: 0; margin: 25px 0 0; border: 0; }.control-panel legend { margin-bottom: 12px; font-size: 12px; color: rgba(255,255,255,.72); }.control-panel legend span { color: var(--teal-light); margin-right: 7px; }
.segmented { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(255,255,255,.12); }.segmented label { position: relative; }.segmented input { position: absolute; opacity: 0; }.segmented span { min-height: 42px; display: grid; place-items: center; color: rgba(255,255,255,.58); background: #123c4b; font-size: 11px; cursor: pointer; transition: .2s; }.segmented input:checked + span { color: var(--navy-deep); background: var(--teal-light); font-weight: 700; }.segmented input:focus-visible + span { outline: 3px solid white; outline-offset: -3px; }
.select-wrap { position: relative; }.select-wrap::after { content: "⌄"; position: absolute; right: 14px; top: 8px; pointer-events: none; color: var(--teal-light); }.select-wrap select { width: 100%; min-height: 44px; appearance: none; padding: 0 40px 0 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 0; color: white; background: #123c4b; }
.button-generate { width: 100%; margin-top: 28px; justify-content: space-between; color: var(--navy-deep); background: var(--teal-light); font-weight: 800; border: 0; }.button-generate i { font-style: normal; font-size: 20px; }.button-generate:disabled { opacity: .55; cursor: wait; }
.form-privacy { text-align: center; margin: 14px 0 0; color: rgba(255,255,255,.42); font-size: 9px; letter-spacing: .08em; }.form-privacy span { color: var(--teal-light); }
.result-panel { display: grid; grid-template-rows: auto minmax(430px,1fr) auto; padding: 30px; }
.result-toolbar span { display: flex; align-items: center; gap: 8px; }.result-toolbar i { width: 7px; height: 7px; border-radius: 50%; background: var(--teal-light); box-shadow: 0 0 0 5px rgba(155,217,202,.09); }
.result-stage { position: relative; display: grid; place-items: center; margin: 22px 0; overflow: hidden; background-color: #edeae2; background-image: linear-gradient(45deg,rgba(16,59,77,.035) 25%,transparent 25%,transparent 75%,rgba(16,59,77,.035) 75%),linear-gradient(45deg,rgba(16,59,77,.035) 25%,transparent 25%,transparent 75%,rgba(16,59,77,.035) 75%); background-size: 20px 20px; background-position: 0 0,10px 10px; }.result-stage::after { content: ""; position: absolute; inset: 15px; border: 1px solid rgba(16,59,77,.12); pointer-events: none; }.result-stage img { width: 92%; height: 420px; object-fit: contain; transition: opacity .25s, transform .4s; }.result-stage.is-processing img { opacity: .12; transform: scale(.97); }.result-stage.has-updated img { animation: resultIn .45s ease; }.stage-watermark { position: absolute; right: 28px; top: 24px; color: rgba(16,59,77,.28); font-size: 9px; letter-spacing: .22em; }
.processing { position: absolute; z-index: 3; width: 280px; text-align: center; color: var(--navy); }.processing-mark { display: flex; justify-content: center; gap: 5px; }.processing-mark i { width: 7px; height: 22px; background: var(--teal); animation: pulse 1s infinite; }.processing-mark i:nth-child(2) { animation-delay: .15s; }.processing-mark i:nth-child(3) { animation-delay: .3s; }.processing p { font-size: 12px; letter-spacing: .1em; }.progress-track { height: 2px; background: rgba(16,59,77,.14); }.progress-track i { display: block; width: 0; height: 100%; background: var(--teal); transition: width .28s; }
@keyframes pulse { 50% { transform: scaleY(.35); opacity: .5; } } @keyframes resultIn { from { opacity: .3; transform: scale(.97); } }
.result-meta { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 30px; }.result-meta h3 { margin: 4px 0 0; font-family: var(--display); font-size: 25px; }.result-status { margin: 0; font-size: 10px; color: var(--teal-light); letter-spacing: .08em; }.result-status span { display: inline-block; width: 5px; height: 5px; margin-right: 6px; background: currentColor; border-radius: 50%; }.result-meta dl { display: grid; grid-template-columns: repeat(2,1fr); margin: 0; border-left: 1px solid rgba(255,255,255,.14); }.result-meta dl div { padding: 7px 18px; }.result-meta dt { color: rgba(255,255,255,.42); font-size: 9px; letter-spacing: .12em; }.result-meta dd { margin: 2px 0 0; font-size: 11px; }.fallback-note { grid-column: 1 / -1; margin: 10px 0 0; padding: 10px 12px; color: #ffd19d; border: 1px solid rgba(223,139,50,.45); background: rgba(223,139,50,.08); font-size: 10px; }

.gallery-section { background: var(--white); }.heading-row { grid-template-columns: 1.3fr .7fr; }.gallery-filters { display: flex; gap: 7px; margin-bottom: 28px; }.gallery-filters button { min-height: 40px; padding: 0 16px; border: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 11px; }.gallery-filters button.is-active { color: white; background: var(--navy); border-color: var(--navy); }
.gallery-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 18px; }.gallery-card { grid-column: span 4; }.gallery-card:nth-child(1), .gallery-card:nth-child(6) { grid-column: span 8; }.gallery-card[hidden] { display: none; }.gallery-card button { width: 100%; padding: 0; text-align: left; border: 0; background: transparent; cursor: zoom-in; }.gallery-image { position: relative; min-height: 350px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); background: var(--paper); }.gallery-card:nth-child(1) .gallery-image, .gallery-card:nth-child(6) .gallery-image { min-height: 490px; }.gallery-image img { width: 92%; height: 330px; object-fit: contain; transition: transform .5s; }.gallery-card:nth-child(1) img, .gallery-card:nth-child(6) img { height: 450px; }.gallery-image i { position: absolute; right: 14px; top: 14px; width: 35px; height: 35px; display: grid; place-items: center; color: white; background: var(--navy); font-style: normal; opacity: 0; transform: translateY(5px); transition: .3s; }.gallery-card button:hover img { transform: scale(1.025); }.gallery-card button:hover i { opacity: 1; transform: none; }.gallery-caption { display: grid; grid-template-columns: 38px 1fr; gap: 13px; padding: 16px 0 25px; border-bottom: 1px solid var(--line); }.gallery-caption > b { color: var(--teal); font-size: 10px; }.gallery-caption strong, .gallery-caption small { display: block; }.gallery-caption strong { font-family: var(--display); font-size: 17px; }.gallery-caption small { margin-top: 4px; color: var(--ink-soft); font-size: 9px; letter-spacing: .08em; }

.workflow-section { background: var(--paper); }.workflow-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }.sticky-heading { position: sticky; top: 50px; display: block; margin: 0; }.sticky-heading .section-kicker { margin: 0 0 35px; }.sticky-heading > p:not(.section-kicker) { margin-top: 30px; max-width: 420px; }.workflow-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }.workflow-list li { position: relative; display: grid; grid-template-columns: 52px 1fr auto; gap: 25px; align-items: start; padding: 30px 0; border-bottom: 1px solid var(--line); }.workflow-list li > span { color: var(--teal); font-family: var(--display); font-size: 20px; }.workflow-list h3 { margin: 0; font-family: var(--display); font-size: 21px; color: var(--navy); }.workflow-list p { margin: 8px 0 0; color: var(--ink-soft); font-size: 13px; }.workflow-list b { color: #9ea9a7; font-size: 9px; letter-spacing: .15em; }

.boundaries-section { color: white; background: var(--navy-deep); }.boundary-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid rgba(255,255,255,.15); }.boundary-card { min-height: 460px; padding: 38px; border-right: 1px solid rgba(255,255,255,.15); }.boundary-card:last-child { border-right: 0; }.boundary-label { display: flex; gap: 10px; align-items: center; color: rgba(255,255,255,.52); font-size: 10px; letter-spacing: .14em; }.boundary-label span { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; }.boundary-card h3 { margin: 62px 0 28px; font-family: var(--display); font-size: 26px; }.boundary-card ul { list-style: none; padding: 0; margin: 0; }.boundary-card li { position: relative; padding: 15px 0 15px 20px; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.69); font-size: 12px; }.boundary-card li::before { content: ""; position: absolute; left: 0; top: 24px; width: 7px; height: 1px; background: var(--teal-light); }.boundary-warning .boundary-label span, .boundary-warning li::before { color: #ffd19d; background: #ffd19d; }.boundary-warning .boundary-label span { background: transparent; }.boundary-neutral { background: rgba(255,255,255,.035); }

.about-section { overflow: hidden; background: var(--white); }.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }.about-monogram { position: relative; min-height: 590px; display: grid; place-items: center; border: 1px solid var(--line); background: var(--paper); }.about-monogram::before, .about-monogram::after { content: ""; position: absolute; background: var(--line); }.about-monogram::before { width: 1px; inset: 0 auto 0 50%; }.about-monogram::after { height: 1px; inset: 50% 0 auto; }.about-monogram span { position: absolute; z-index: 1; font-family: var(--display); font-size: 170px; line-height: 1; color: var(--navy); mix-blend-mode: multiply; }.about-monogram span:nth-child(1) { transform: translate(-55px,-70px); }.about-monogram span:nth-child(2) { color: var(--teal); transform: translate(45px,0); }.about-monogram span:nth-child(3) { transform: translate(-20px,80px); opacity: .15; }.about-copy .section-kicker { color: var(--teal); }.about-copy > p:not(.section-kicker) { color: var(--ink-soft); font-size: 15px; }.tool-chain { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 42px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.tool-chain span { padding: 20px 15px 20px 0; font-size: 12px; }.tool-chain b { display: block; color: var(--teal); font-size: 9px; }.tool-chain small { color: var(--ink-soft); font-size: 9px; }.future-note { display: grid; grid-template-columns: 95px 1fr; gap: 18px; margin-top: 35px; padding: 20px; color: white; background: var(--navy); }.future-note span { color: var(--teal-light); font-size: 10px; letter-spacing: .12em; }.future-note p { margin: 0; font-size: 12px; }

.site-footer { padding: 70px 0 25px; color: rgba(255,255,255,.64); background: #061f29; }.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr auto; gap: 45px; align-items: end; }.footer-grid p { margin: 0 0 7px; font-size: 9px; letter-spacing: .1em; }.footer-grid strong { color: white; font-size: 11px; }.footer-logo { color: white; font-family: var(--display); font-size: 24px !important; letter-spacing: .14em !important; }.footer-grid a { color: var(--teal-light); font-size: 11px; }.footer-bottom { display: flex; justify-content: space-between; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; }
.lightbox { width: min(900px, calc(100vw - 32px)); padding: 25px; color: white; border: 0; background: var(--navy-deep); box-shadow: 0 35px 100px rgba(0,0,0,.45); }.lightbox::backdrop { background: rgba(4,19,25,.85); backdrop-filter: blur(5px); }.lightbox > button { position: absolute; right: 18px; top: 18px; z-index: 2; width: 42px; height: 42px; color: white; border: 1px solid rgba(255,255,255,.25); background: var(--navy); cursor: pointer; font-size: 24px; }.lightbox img { width: 100%; height: min(68vh,650px); object-fit: contain; background: var(--paper); }.lightbox > div { display: flex; align-items: baseline; gap: 20px; padding: 15px 5px 0; }.lightbox span { color: var(--teal-light); font-size: 10px; }.lightbox h3 { margin: 0; font-family: var(--display); }.noscript { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 50; padding: 16px; color: white; background: #8d3f24; text-align: center; font-size: 12px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }.reveal-delay { transition-delay: .15s; }.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .header-inner { grid-template-columns: 1fr auto; }.primary-nav, .header-cta { display: none; }.nav-toggle { display: block; justify-self: end; }.nav-toggle i { display: block; width: 24px; height: 1px; margin: 6px 0; background: white; }.primary-nav.is-open { position: absolute; left: 0; right: 0; top: 92px; display: grid; gap: 0; padding: 15px 18px; background: var(--navy-deep); border-bottom: 1px solid rgba(255,255,255,.2); }.primary-nav.is-open a { padding: 15px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .hero { min-height: auto; padding-top: 150px; }.hero-layout { grid-template-columns: 1fr; }.hero-copy { max-width: 700px; }.hero-visual { width: min(640px,100%); margin: auto; }.visual-plate { min-height: 500px; }.visual-plate img { height: 440px; }
  .section { padding: 95px 0; }.section-heading { grid-template-columns: 1fr; gap: 25px; }.section-heading .section-kicker { margin: 0; }.capability-grid { grid-template-columns: repeat(2,1fr); }.capability-card-wide { grid-column: span 2; }
  .workbench { grid-template-columns: 1fr; }.control-panel { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }.control-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }.panel-head, .button-generate, .form-privacy { grid-column: 1 / -1; }.result-stage img { height: 390px; }
  .gallery-card, .gallery-card:nth-child(1), .gallery-card:nth-child(6) { grid-column: span 6; }.gallery-card:nth-child(1) .gallery-image, .gallery-card:nth-child(6) .gallery-image, .gallery-image { min-height: 360px; }.gallery-card:nth-child(1) img, .gallery-card:nth-child(6) img, .gallery-image img { height: 335px; }
  .workflow-layout, .about-layout { grid-template-columns: 1fr; gap: 65px; }.sticky-heading { position: static; }.boundary-grid { grid-template-columns: 1fr; }.boundary-card { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }.boundary-card h3 { margin-top: 35px; }.about-monogram { min-height: 460px; }.footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); }.section { padding: 75px 0; }.hero { padding-top: 125px; }.hero-layout { gap: 45px; }.hero h1 { font-size: 43px; }.hero-lead { font-size: 15px; }.hero-actions { flex-direction: column; }.demo-notice { grid-template-columns: auto 1fr; }.demo-notice > span:last-child { grid-column: 1 / -1; }.hero-visual { padding: 0; }.visual-plate { min-height: 400px; }.visual-plate img { width: 90%; height: 350px; }.plate-label { left: 24px; top: 24px; }.plate-spec { width: 58px; height: 58px; }.plate-spec-a { right: 24px; top: 24px; }.plate-spec-b { right: 24px; bottom: 24px; }.metrics-grid { grid-template-columns: 1fr 1fr; }.metrics-grid div { min-height: 100px; padding: 25px 10px; border-bottom: 1px solid var(--line); }.metrics-grid strong { font-size: 31px; }
  .section-heading h2, .about-copy h2 { font-size: 36px; }.capability-grid { grid-template-columns: 1fr; }.capability-card-wide { grid-column: span 1; }.capability-card { min-height: 300px; padding: 30px; }
  .control-panel { display: block; padding: 22px; }.result-panel { padding: 22px; grid-template-rows: auto minmax(340px,1fr) auto; }.result-stage img { height: 315px; }.result-meta { grid-template-columns: 1fr; }.result-meta dl { border-left: 0; border-top: 1px solid rgba(255,255,255,.14); padding-top: 10px; }.result-meta dl div { padding-left: 0; }.segmented-3 { grid-template-columns: 1fr; }.segmented-3 span { min-height: 38px; }
  .heading-row { grid-template-columns: 1fr; }.gallery-filters { overflow-x: auto; padding-bottom: 5px; }.gallery-filters button { flex: 0 0 auto; }.gallery-card, .gallery-card:nth-child(1), .gallery-card:nth-child(6) { grid-column: span 12; }.gallery-image, .gallery-card:nth-child(1) .gallery-image, .gallery-card:nth-child(6) .gallery-image { min-height: 330px; }.gallery-image img, .gallery-card:nth-child(1) img, .gallery-card:nth-child(6) img { height: 305px; }
  .workflow-list li { grid-template-columns: 38px 1fr; }.workflow-list b { display: none; }.boundary-card { padding: 28px; }.about-monogram { min-height: 360px; }.about-monogram span { font-size: 120px; }.tool-chain { grid-template-columns: 1fr; }.tool-chain span { border-bottom: 1px solid var(--line); }.future-note { grid-template-columns: 1fr; }.footer-grid { grid-template-columns: 1fr; }.footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
