@charset "UTF-8";

:root {
  --bg-0: #0d1012;
  --bg-1: #15191b;
  --bg-2: #1e2326;
  --text-1: #f3f2ed;
  --text-2: #a1a7a9;
  --text-3: #737b7f;
  --brand: #d7f36c;
  --ink: #101214;
  --paper: #f2f0eb;
  --muted: #929497;
  --line: rgba(255, 255, 255, .11);
  --lime: var(--brand);
  --orange: #ff885a;
  --blue: #7ba7ff;
  --shadow: 0 24px 70px rgba(0, 0, 0, .28);
  --radius: 16px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text-1); background: var(--bg-0); }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; }

.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; }
.showroom-page { min-height: 100vh; overflow: hidden; background: radial-gradient(circle at 75% 2%, rgba(131, 160, 92, .15), transparent 29rem), var(--bg-0); }
.showroom-nav { position: sticky; z-index: 30; top: 0; width: min(1240px, calc(100% - 48px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 20px 0; background: linear-gradient(180deg,rgba(13,16,17,.96),rgba(13,16,17,.78)); backdrop-filter: blur(18px); }
.brand { display: inline-flex; gap: 10px; align-items: center; text-decoration: none; font-size: 13px; font-weight: 800; letter-spacing: .09em; }
.brand-mark { width: 13px; height: 13px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 24px rgba(215,243,108,.8); }
.nav-links { display: flex; align-items: center; gap: 25px; font-size: 12px; color: #8e9397; }
.nav-links a { text-decoration: none; transition: color .2s; }
.nav-links a:hover { color: var(--paper); }
.nav-note { padding: 9px 12px; color: var(--lime); border: 1px solid rgba(215,243,108,.24); border-radius: 999px; }

.showroom-main { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding-bottom: 100px; }
.showroom-hero { min-height: 610px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(400px, 1.1fr); align-items: center; gap: clamp(40px, 8vw, 130px); padding: 70px 0 84px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 23px; height: 1px; background: currentColor; }
.showroom-hero h1 { max-width: 650px; margin: 22px 0 26px; font-size: clamp(64px, 7vw, 88px); line-height: .95; letter-spacing: -.045em; font-weight: 720; }
.showroom-hero h1 em { color: var(--lime); font-style: normal; }
.showroom-hero p { max-width: 470px; margin: 0; color: #9fa3a5; font-size: 16px; line-height: 1.8; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 36px; color: #6f7478; font-size: 11px; }
.hero-meta strong { display: block; margin-bottom: 5px; color: var(--paper); font-size: 23px; font-weight: 500; letter-spacing: -.04em; }
.hero-case { position: relative; min-height: 455px; padding: 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 28px; background: rgba(255,255,255,.045); box-shadow: var(--shadow); transform: rotate(1.2deg); }
.hero-case-inner { position: relative; height: 100%; min-height: 420px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; border-radius: 19px; background: linear-gradient(140deg, #242a27, #171a1b); }
.hero-case-inner:after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 84% 12%, rgba(215,243,108,.3), transparent 23%), linear-gradient(110deg, transparent 48%, rgba(255,255,255,.05) 49%, transparent 51%); pointer-events: none; }
.hero-case-top, .hero-case-bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 18px; }
.mini-label { color: #99a097; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.hero-case-top .mini-label:last-child { color: var(--lime); }
.hero-dashboard { position: absolute; z-index: 1; right: 10%; bottom: 22%; width: 76%; height: 46%; padding: 12px; border: 1px solid rgba(215,243,108,.35); border-radius: 11px; background: rgba(12,16,15,.76); box-shadow: 0 22px 60px rgba(0,0,0,.4); transform: perspective(900px) rotateY(-12deg) rotateX(7deg); }
.hero-dashboard .dash-line { height: 8px; margin-bottom: 8px; border-radius: 99px; background: rgba(215,243,108,.28); }
.hero-dashboard .dash-line:nth-child(2) { width: 63%; background: rgba(255,255,255,.16); }
.hero-dashboard .dash-line:nth-child(3) { width: 84%; background: rgba(255,255,255,.12); }
.hero-dashboard-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 9px; height: calc(100% - 49px); margin-top: 14px; }
.hero-dashboard-grid div { border-radius: 6px; background: linear-gradient(145deg, rgba(215,243,108,.22), rgba(255,255,255,.04)); }
.hero-dashboard-grid div:last-child { background: linear-gradient(145deg, rgba(255,136,90,.34), rgba(255,255,255,.04)); }
.hero-case-bottom { align-items: end; }
.hero-case-bottom h3 { max-width: 230px; margin: 0; font-size: 27px; line-height: 1.05; letter-spacing: -.05em; }
.hero-case-bottom button { align-self: end; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 27px; }
.hero-actions .button-secondary { color: var(--paper); border-color: rgba(255,255,255,.18); background: transparent; }
.hero-disclaimer { max-width: 480px; margin-top: 17px; color: var(--text-3); font-size: 11px; line-height: 1.65; }
.hero-showcase { padding: 22px; }
.hero-showcase:after { background: linear-gradient(135deg, transparent 0 60%, rgba(255,255,255,.06)); }
.hero-slide-stage { position: relative; z-index: 1; min-height: 285px; margin: 18px 0 12px; }
.hero-slide { position: absolute; inset: 0; display: flex; flex-direction: column; gap: 8px; width: 100%; padding: 0; border: 0; color: var(--paper); background: transparent; opacity: 0; transform: translateY(7px) scale(.985); pointer-events: none; transition: opacity .3s ease, transform .3s ease; text-align: left; }
.hero-slide.active { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.hero-slide img { width: 100%; height: 255px; display: block; object-fit: cover; object-position: center top; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; box-shadow: 0 18px 35px rgba(0,0,0,.35); }
.hero-slide span { color: rgba(255,255,255,.67); font-size: 10px; letter-spacing: .06em; }
.hero-slide-controls { position: relative; z-index: 2; display: flex; align-items: center; gap: 6px; }
.hero-slide-controls button { width: 30px; height: 25px; padding: 0; border: 1px solid rgba(255,255,255,.16); border-radius: 7px; color: var(--text-3); background: rgba(0,0,0,.17); font-size: 10px; }
.hero-slide-controls button.active { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.hero-slide-controls small { margin-left: auto; color: var(--text-3); font-size: 9px; }

.latest-delivery { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(320px, .68fr) minmax(0, 1.32fr); gap: 48px; align-items: center; margin: 32px 0 0; padding: 54px; border: 1px solid rgba(255,255,255,.13); border-radius: 26px; background: linear-gradient(135deg, #f4f1eb 0 54%, #e9e5dc 100%); color: #172033; box-shadow: 0 35px 70px rgba(0,0,0,.18); }
.latest-delivery:before { content: ""; position: absolute; width: 360px; height: 360px; left: -140px; bottom: -220px; border-radius: 50%; background: rgba(49,91,255,.13); filter: blur(12px); }
.latest-delivery-copy { position: relative; z-index: 1; }
.latest-delivery .section-kicker { color: #315bff; }
.latest-badge { display: inline-flex; margin: 22px 0 17px; padding: 7px 10px; border: 1px solid rgba(49,91,255,.25); border-radius: 999px; color: #315bff; background: rgba(49,91,255,.06); font-size: 10px; font-weight: 800; letter-spacing: .04em; }
.latest-delivery h2 { max-width: 520px; margin: 0; font-size: clamp(42px, 4.6vw, 68px); line-height: .96; letter-spacing: -.065em; }
.latest-delivery p { max-width: 520px; margin: 24px 0 0; color: #697084; font-size: 14px; line-height: 1.8; }
.latest-facts { display: flex; flex-wrap: wrap; gap: 22px; margin: 28px 0; padding: 20px 0; border-top: 1px solid rgba(23,32,51,.13); border-bottom: 1px solid rgba(23,32,51,.13); color: #697084; font-size: 10px; }
.latest-facts span { display: grid; gap: 5px; }
.latest-facts strong { color: #172033; font-size: 17px; }
.latest-delivery .button-primary { background: #315bff; color: #fff; }
.latest-delivery-visual { position: relative; z-index: 1; overflow: hidden; display: block; border-radius: 18px; background: #fff; box-shadow: 0 28px 55px rgba(25,42,79,.19); transform: rotate(1.2deg); transition: transform .25s ease; }
.latest-delivery-visual:hover { transform: rotate(0) translateY(-5px); }
.latest-delivery-visual img { width: 100%; min-height: 380px; object-fit: cover; }
.latest-delivery-visual > span { position: absolute; top: 14px; right: 14px; padding: 7px 9px; border-radius: 8px; color: #fff; background: rgba(12,26,49,.85); font-size: 9px; font-weight: 800; letter-spacing: .08em; backdrop-filter: blur(8px); }
.latest-delivery h2 strong { color: #315bff; font-weight: inherit; }
.latest-batch-grid { position: relative; z-index: 1; grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; padding-top: 26px; border-top: 1px solid rgba(23,32,51,.13); }
.latest-batch-card { min-width: 0; overflow: hidden; display: grid; grid-template-columns: 112px minmax(0,1fr); align-items: center; gap: 13px; padding: 9px; border: 1px solid rgba(23,32,51,.13); border-radius: 15px; background: rgba(255,255,255,.68); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.latest-batch-card:hover { transform: translateY(-3px); border-color: rgba(49,91,255,.38); box-shadow: 0 16px 30px rgba(23,32,51,.08); }
.latest-batch-card img { width: 112px; height: 76px; object-fit: cover; border-radius: 10px; }
.latest-batch-card span { min-width: 0; display: grid; gap: 4px; }
.latest-batch-card small { color: #315bff; font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.latest-batch-card strong, .latest-batch-card em { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.latest-batch-card strong { color: #172033; font-size: 13px; }
.latest-batch-card em { color: #697084; font-size: 10px; font-style: normal; }

.family-section, .featured-section { margin-top: 118px; }
.family-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.family-card { position: relative; min-height: 205px; display: flex; flex-direction: column; justify-content: space-between; gap: 20px; padding: 20px; border: 1px solid #2b3134; border-radius: 16px; color: var(--paper); background: var(--bg-1); text-align: left; transition: transform .2s, border-color .2s, background .2s; }
.family-card:hover { transform: translateY(-4px); border-color: rgba(215,243,108,.48); background: var(--bg-2); }
.family-card-icon { width: 31px; height: 31px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(215,243,108,.34); border-radius: 10px; color: var(--lime); font-size: 15px; }
.family-card-copy { display: grid; gap: 7px; }
.family-card-copy strong { font-size: 16px; letter-spacing: -.035em; }
.family-card-copy small, .family-card-copy em { color: var(--text-3); font-size: 11px; line-height: 1.5; font-style: normal; }
.family-card-copy em { color: var(--text-2); }
.family-card-arrow { position: absolute; top: 22px; right: 20px; color: var(--lime); font-size: 14px; }
.featured-section { padding-top: 10px; }
.featured-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.featured-case-card .case-art { height: 224px; }
.featured-mark { position: absolute; z-index: 1; right: 13px; top: 16px; padding: 6px 8px; border: 1px solid rgba(215,243,108,.28); border-radius: 7px; color: var(--lime); background: rgba(10,14,13,.6); font-size: 9px; }

.screen-evidence-section { margin-top: 105px; padding-top: 70px; border-top: 1px solid #272c30; }
.screen-evidence-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.screen-evidence { min-width: 0; overflow: hidden; border: 1px solid #2c3235; border-radius: 16px; background: var(--bg-1); }
.screen-evidence-visual { position: relative; min-height: 205px; display: flex; align-items: center; padding: 10px; background: #111517; }
.screen-evidence-visual .study-mini-ui { width: 100%; transform: none; }
.screen-evidence-visual.has-real-screen { min-height: 0; padding: 0; background: #0d1012; }
.screen-evidence-visual.has-real-screen img { width: 100%; aspect-ratio: 16 / 10; display: block; object-fit: cover; object-position: center top; }
.screen-evidence-state { position: absolute; left: 14px; bottom: 12px; padding: 5px 7px; border-radius: 6px; color: var(--text-2); background: rgba(0,0,0,.42); font-size: 9px; }
.study-hero-evidence .study-hero-screen { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center top; }
.screen-evidence-copy { padding: 16px; }
.screen-evidence-copy h3 { margin: 8px 0 7px; font-size: 17px; letter-spacing: -.035em; }
.screen-evidence-copy p { min-height: 42px; margin: 0; color: var(--text-3); font-size: 11px; line-height: 1.65; }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 0 0 24px; }
.section-kicker { color: #777d80; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.section-head h2 { margin: 8px 0 0; font-size: clamp(29px, 4vw, 48px); line-height: 1; letter-spacing: -.065em; }
.section-head p { max-width: 330px; margin: 0; color: #777d80; font-size: 13px; line-height: 1.7; text-align: right; }
.case-filters { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 18px; }
.filter-chip { padding: 9px 13px; border: 1px solid #292e32; border-radius: 999px; color: #8c9295; background: transparent; font-size: 12px; transition: all .2s; }
.filter-chip:hover, .filter-chip.active { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.case-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }

/* Netflix-like product shelves: lightweight static rails, no video runtime. */
.showroom-shelves { display: grid; gap: 0; }
.showroom-shelf { margin-top: 92px; scroll-margin-top: 86px; }
.showroom-featured-shelf { margin-top: 45px; }
.shelf-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 22px; }
.shelf-heading h2 { margin: 8px 0 0; font-size: clamp(32px,4.2vw,54px); line-height: .98; letter-spacing: -.055em; }
.shelf-heading p { max-width: 500px; margin: 0; color: var(--text-3); font-size: 12px; line-height: 1.75; text-align: right; }
.shelf-track { display: flex; gap: 16px; padding: 4px 4px 25px; margin: 0 -4px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x proximity; scrollbar-width: thin; scrollbar-color: rgba(215,243,108,.35) rgba(255,255,255,.04); }
.shelf-track::-webkit-scrollbar { height: 6px; }
.shelf-track::-webkit-scrollbar-track { border-radius: 99px; background: rgba(255,255,255,.04); }
.shelf-track::-webkit-scrollbar-thumb { border-radius: 99px; background: rgba(215,243,108,.35); }
.shelf-track .case-card { width: clamp(304px,30vw,372px); min-width: clamp(304px,30vw,372px); scroll-snap-align: start; transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease; }
.shelf-track-featured .case-card { width: clamp(360px,38vw,470px); min-width: clamp(360px,38vw,470px); }
.shelf-track .case-card:hover,.shelf-track .case-card:focus-visible { z-index: 2; transform: translateY(-5px) scale(1.012); border-color: rgba(215,243,108,.34); box-shadow: 0 24px 55px rgba(0,0,0,.34); outline: 0; }
.shelf-track .case-art { height: 214px; }
.shelf-track-featured .case-art { height: 278px; }
.shelf-track .case-card-body { min-height: 205px; }
.contact-config-notice { display: grid; gap: 12px; padding: 24px; border: 1px solid rgba(215,243,108,.24); border-radius: 14px; background: rgba(215,243,108,.06); }
.contact-config-notice span { color: var(--lime); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.contact-config-notice strong { font-size: 20px; }
.contact-config-notice p { margin: 0; color: var(--text-2); font-size: 12px; line-height: 1.75; }
.case-card { min-width: 0; padding: 9px; border: 1px solid #282d31; border-radius: 23px; background: rgba(255,255,255,.035); transition: transform .25s, border-color .25s, background .25s; }
.case-card[data-action] { cursor: pointer; }
.case-card:hover { transform: translateY(-6px); border-color: rgba(215,243,108,.45); background: rgba(255,255,255,.055); }
.case-card[hidden] { display: none; }
.case-art { position: relative; height: 290px; overflow: hidden; border-radius: 16px; }
.case-art:before, .case-art:after { content: ""; position: absolute; pointer-events: none; }
.art-shield { background: radial-gradient(circle at 77% 25%, rgba(215,243,108,.36), transparent 23%), linear-gradient(145deg, #26302b, #141819 74%); }
.art-shield:before { width: 170px; height: 230px; right: 18%; top: 25px; border: 1px solid rgba(215,243,108,.44); border-radius: 48% 48% 50% 50% / 26% 26% 68% 68%; transform: rotate(13deg); box-shadow: inset 0 0 40px rgba(215,243,108,.12), 0 0 70px rgba(215,243,108,.16); }
.art-shield:after { inset: 0; background: repeating-linear-gradient(90deg, transparent 0 37px, rgba(255,255,255,.05) 38px 39px), repeating-linear-gradient(0deg, transparent 0 37px, rgba(255,255,255,.04) 38px 39px); opacity: .42; }
.art-factory { background: linear-gradient(140deg, #4a2d1e, #1a1918 72%); }
.art-factory:before { width: 78%; height: 57%; left: 11%; bottom: 10%; background: linear-gradient(135deg, #a85632 0 16%, #592c21 17% 38%, #d18b56 39% 42%, #3a2924 43%); clip-path: polygon(0 24%, 26% 0, 100% 15%, 100% 100%, 0 100%); border: 1px solid rgba(255,200,153,.4); box-shadow: 25px 20px 40px rgba(0,0,0,.34); }
.art-factory:after { width: 20%; height: 75%; right: 12%; top: 9%; border: 1px solid rgba(255,189,133,.48); border-radius: 60px 60px 5px 5px; background: repeating-linear-gradient(0deg, transparent 0 32px, rgba(255,200,153,.38) 33px 34px); }
.art-northline { background: radial-gradient(circle at 30% 28%, #d5a078, transparent 22%), linear-gradient(145deg, #dbe4e3, #5e8390 52%, #202e36); }
.art-northline:before { width: 48%; height: 78%; left: 25%; bottom: -7%; background: linear-gradient(90deg, rgba(12,25,30,.66), rgba(255,255,255,.12) 44%, rgba(12,25,30,.7)), linear-gradient(180deg, transparent 0 35%, #1f343b 36% 100%); border-radius: 52% 52% 0 0; transform: rotate(-8deg); box-shadow: -70px -20px 60px rgba(255,227,182,.18); }
.art-northline:after { width: 150%; height: 1px; left: -20%; top: 51%; background: rgba(255,255,255,.5); transform: rotate(-8deg); box-shadow: 0 32px rgba(255,255,255,.15), 0 -40px rgba(255,255,255,.15); }
.art-commerce { background: radial-gradient(circle at 78% 24%, rgba(157,117,255,.42), transparent 24%), linear-gradient(145deg, #2b2044, #11131a 72%); }
.art-commerce:before { width: 63%; height: 58%; left: 12%; top: 22%; border: 1px solid rgba(200,178,255,.52); background: repeating-linear-gradient(0deg, transparent 0 25px, rgba(200,178,255,.24) 26px 27px), repeating-linear-gradient(90deg, transparent 0 52px, rgba(200,178,255,.2) 53px 54px); transform: skewY(-5deg); box-shadow: 28px 25px 50px rgba(0,0,0,.34); }
.art-commerce:after { width: 19%; height: 70%; right: 12%; top: 16%; border-radius: 9px; background: linear-gradient(180deg, rgba(210,193,255,.7) 0 8%, transparent 9% 18%, rgba(210,193,255,.22) 19% 21%, transparent 22% 100%); border: 1px solid rgba(210,193,255,.42); }
.art-retail { background: radial-gradient(circle at 24% 22%, rgba(255,152,130,.44), transparent 22%), linear-gradient(140deg, #5d2f32, #171516 72%); }
.art-retail:before { width: 31%; height: 73%; left: 19%; top: 14%; border: 1px solid rgba(255,201,176,.6); border-radius: 27px; background: linear-gradient(180deg, rgba(255,255,255,.16), transparent 17% 80%, rgba(255,152,130,.27)); box-shadow: 47px 21px 0 -20px rgba(255,207,184,.48), 72px 38px 0 -26px rgba(255,207,184,.35); }
.art-retail:after { width: 31%; height: 1px; left: 19%; top: 30%; background: rgba(255,220,202,.6); box-shadow: 0 21px rgba(255,220,202,.4), 0 42px rgba(255,220,202,.22); }
.art-education { background: radial-gradient(circle at 80% 20%, rgba(112,169,255,.36), transparent 25%), linear-gradient(145deg, #223c5b, #13191e 72%); }
.art-education:before { width: 69%; height: 52%; left: 13%; top: 23%; border: 1px solid rgba(159,204,255,.5); background: linear-gradient(90deg, rgba(159,204,255,.18) 0 33%, transparent 34% 37%, rgba(159,204,255,.13) 38% 100%); transform: rotate(-4deg); }
.art-education:after { width: 44%; height: 11%; left: 27%; bottom: 20%; border: 1px solid rgba(159,204,255,.45); border-radius: 99px; box-shadow: 0 -22px 0 -4px rgba(159,204,255,.18); }
.art-travel { background: radial-gradient(circle at 28% 24%, rgba(231,201,143,.54), transparent 25%), linear-gradient(145deg, #5c6243, #17201d 72%); }
.art-travel:before { width: 65%; height: 63%; left: 18%; bottom: 10%; background: linear-gradient(155deg, rgba(241,225,184,.65), rgba(93,114,85,.2) 45%, rgba(11,24,24,.72)); clip-path: polygon(0 52%, 25% 22%, 49% 42%, 75% 5%, 100% 44%, 100% 100%, 0 100%); }
.art-travel:after { width: 1px; height: 78%; left: 49%; top: 8%; background: rgba(246,232,194,.5); box-shadow: -90px 66px rgba(246,232,194,.2), 100px 40px rgba(246,232,194,.18); }
.art-supply { background: radial-gradient(circle at 76% 30%, rgba(76,220,202,.32), transparent 25%), linear-gradient(145deg, #153d3c, #101718 73%); }
.art-supply:before { width: 73%; height: 55%; left: 12%; top: 22%; border: 1px solid rgba(126,238,215,.44); background: repeating-linear-gradient(0deg, transparent 0 26px, rgba(126,238,215,.2) 27px 28px), linear-gradient(90deg, rgba(126,238,215,.2) 0 2px, transparent 2px 34%); }
.art-supply:after { width: 24%; height: 76%; right: 10%; top: 12%; background: linear-gradient(180deg, rgba(126,238,215,.52) 0 2px, transparent 2px 22px, rgba(126,238,215,.24) 22px 24px, transparent 24px 42px); border-left: 1px solid rgba(126,238,215,.4); }
.art-oa { background: radial-gradient(circle at 26% 24%, rgba(215,243,108,.34), transparent 24%), linear-gradient(145deg, #2f3b2b, #121514 73%); }
.art-oa:before { width: 71%; height: 52%; left: 14%; top: 24%; border: 1px solid rgba(215,243,108,.46); border-radius: 13px; background: linear-gradient(90deg, rgba(215,243,108,.22) 0 29%, transparent 30% 33%, rgba(255,255,255,.1) 34% 100%); }
.art-oa:after { width: 42%; height: 8px; left: 29%; bottom: 24%; border-radius: 99px; background: rgba(215,243,108,.58); box-shadow: 0 -21px rgba(255,255,255,.17), 0 -42px rgba(255,255,255,.11); }
.art-clinic { background: radial-gradient(circle at 76% 22%, rgba(148,244,215,.42), transparent 26%), linear-gradient(145deg, #174b45, #121a1b 72%); }
.art-clinic:before { width: 30%; height: 71%; left: 35%; top: 14%; border: 1px solid rgba(181,255,226,.62); border-radius: 25px; background: linear-gradient(180deg, rgba(181,255,226,.4) 0 15%, transparent 16% 28%, rgba(181,255,226,.12) 29% 33%, transparent 34%); box-shadow: 28px 21px 0 -20px rgba(181,255,226,.45); }
.art-clinic:after { width: 12%; height: 12%; left: 44%; top: 39%; border: 1px solid rgba(181,255,226,.65); border-radius: 4px; box-shadow: 0 0 0 7px rgba(181,255,226,.1); }
.art-farm { background: radial-gradient(circle at 20% 20%, rgba(222,194,98,.46), transparent 25%), linear-gradient(145deg, #304f31, #131a16 72%); }
.art-farm:before { width: 72%; height: 58%; left: 14%; top: 23%; background: repeating-linear-gradient(120deg, transparent 0 32px, rgba(223,211,126,.32) 33px 37px), linear-gradient(135deg, rgba(114,175,100,.45), rgba(32,78,46,.2)); transform: skewY(-8deg); border: 1px solid rgba(223,211,126,.42); }
.art-farm:after { width: 24%; height: 24%; right: 12%; top: 15%; border: 1px solid rgba(223,211,126,.5); border-radius: 50%; box-shadow: inset 0 0 0 7px rgba(223,211,126,.1), 0 0 35px rgba(223,211,126,.12); }
.art-build { background: radial-gradient(circle at 76% 22%, rgba(255,208,89,.42), transparent 24%), linear-gradient(145deg, #3f4750, #15181b 72%); }
.art-build:before { width: 74%; height: 63%; left: 12%; bottom: 11%; background: repeating-linear-gradient(90deg, rgba(255,211,93,.45) 0 2px, transparent 2px 43px), repeating-linear-gradient(0deg, rgba(255,211,93,.35) 0 2px, transparent 2px 38px); border: 1px solid rgba(255,211,93,.53); transform: perspective(250px) rotateX(14deg) rotateZ(-5deg); }
.art-build:after { width: 21%; height: 76%; right: 13%; top: 10%; border-left: 1px solid rgba(255,211,93,.6); border-top: 1px solid rgba(255,211,93,.6); transform: skewY(-20deg); }
.case-art-label { position: absolute; z-index: 1; top: 16px; left: 16px; display: inline-flex; align-items: center; gap: 7px; padding: 7px 9px; border-radius: 999px; color: rgba(255,255,255,.78); background: rgba(0,0,0,.23); backdrop-filter: blur(9px); font-size: 10px; }
.case-art-label i { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); }
.case-card-body { padding: 18px 10px 12px; }
.case-card-kicker { margin-bottom: 9px; color: #6e7778; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.case-card-body h3 { margin: 0 0 8px; font-size: 22px; letter-spacing: -.05em; }
.case-card-body p { min-height: 42px; margin: 0 0 19px; color: #858b8e; font-size: 12px; line-height: 1.7; }
.case-card-meta { display: flex; align-items: center; justify-content: space-between; color: #656b6e; font-size: 11px; }
.case-card-meta strong { color: var(--lime); font-weight: 600; }
.text-arrow { border: 0; padding: 0; color: var(--paper); background: none; font-size: 12px; }
.text-arrow:hover { color: var(--lime); }

.showroom-principles { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; margin: 130px 0 110px; padding-top: 34px; border-top: 1px solid #272c30; }
.showroom-principles h2 { max-width: 380px; margin: 0; font-size: clamp(31px, 4.5vw, 57px); line-height: .98; letter-spacing: -.07em; }
.principles-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px 48px; }
.principle { padding-top: 14px; border-top: 1px solid #33383c; }
.principle b { display: block; margin-bottom: 12px; color: var(--lime); font-size: 12px; }
.principle h3 { margin: 0 0 8px; font-size: 17px; letter-spacing: -.03em; }
.principle p { margin: 0; color: #7b8184; font-size: 12px; line-height: 1.75; }
.showroom-cta { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding: 46px; border-radius: 27px; background: var(--lime); color: var(--ink); }
.showroom-cta h2 { max-width: 570px; margin: 0; font-size: clamp(32px, 5vw, 62px); line-height: .96; letter-spacing: -.075em; }
.showroom-cta p { max-width: 280px; margin: 0; color: #465124; font-size: 13px; line-height: 1.65; }
.showroom-cta .button-primary { color: var(--paper); background: var(--ink); white-space: nowrap; }

.button-primary, .button-secondary, .button-ghost { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; padding: 0 15px; border: 1px solid transparent; border-radius: 10px; text-decoration: none; font-size: 12px; font-weight: 750; transition: transform .2s, background .2s, border-color .2s, color .2s; }
.button-primary { color: var(--ink); background: var(--lime); }
.button-secondary { color: var(--paper); background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.13); }
.button-ghost { color: #979d9f; background: transparent; border-color: #30363a; }
.button-primary:hover, .button-secondary:hover, .button-ghost:hover { transform: translateY(-2px); }
.button-secondary:hover, .button-ghost:hover { color: var(--paper); border-color: rgba(215,243,108,.55); }

/* Case product shell */
.case-page { min-height: 100vh; color: #e8ebe9; background: #101315; }
.case-page.case-factory { background: #191513; }
.case-page.case-northline { color: #202a2d; background: #e8ebe4; }
.product-topbar { position: sticky; z-index: 10; top: 0; display: flex; align-items: center; justify-content: space-between; height: 66px; padding: 0 28px; border-bottom: 1px solid var(--line); background: rgba(15,18,19,.87); backdrop-filter: blur(18px); }
.case-factory .product-topbar { background: rgba(28,21,18,.88); border-color: rgba(255,220,188,.13); }
.case-northline .product-topbar { color: #202a2d; background: rgba(232,235,228,.88); border-color: rgba(32,42,45,.14); }
.product-brand { display: flex; align-items: center; gap: 12px; min-width: 184px; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.product-brand .brand-mark { width: 11px; height: 11px; }
.product-breadcrumb { color: #747c7e; font-size: 11px; }
.case-northline .product-breadcrumb { color: #778386; }
.topbar-actions { display: flex; align-items: center; gap: 8px; min-width: 184px; justify-content: flex-end; }
.topbar-actions .button-primary { min-height: 34px; padding: 0 12px; }
.back-link { color: #9ca4a5; text-decoration: none; font-size: 11px; }
.case-northline .back-link { color: #506065; }
.product-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); min-height: calc(100vh - 66px); }
.product-sidebar { padding: 34px 18px; border-right: 1px solid var(--line); }
.case-factory .product-sidebar { border-color: rgba(255,220,188,.13); }
.case-northline .product-sidebar { border-color: rgba(32,42,45,.14); }
.product-sidebar-header { padding: 0 13px 31px; }
.product-sidebar-header small { color: #757e7f; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.product-sidebar-header h1 { margin: 10px 0 6px; font-size: 17px; letter-spacing: -.05em; }
.product-sidebar-header p { margin: 0; color: #6f7779; font-size: 11px; line-height: 1.6; }
.product-nav { display: grid; gap: 4px; }
.product-nav button { display: flex; align-items: center; gap: 11px; width: 100%; padding: 11px 13px; border: 0; border-radius: 9px; color: #798181; background: transparent; text-align: left; font-size: 12px; transition: all .2s; }
.product-nav button span:first-child { display: grid; width: 18px; height: 18px; place-items: center; color: #5d6867; font-size: 12px; }
.product-nav button:hover, .product-nav button.active { color: #e9eeea; background: rgba(255,255,255,.075); }
.product-nav button.active span:first-child { color: var(--lime); }
.case-factory .product-nav button.active span:first-child { color: var(--orange); }
.case-northline .product-nav button { color: #768286; }
.case-northline .product-nav button:hover, .case-northline .product-nav button.active { color: #213034; background: rgba(32,42,45,.08); }
.case-northline .product-nav button.active span:first-child { color: #c56e49; }
.product-sidebar-footer { margin-top: 60px; padding: 14px 13px; border-top: 1px solid var(--line); color: #6f7779; font-size: 10px; line-height: 1.7; }
.case-northline .product-sidebar-footer { border-color: rgba(32,42,45,.14); }
.product-main { min-width: 0; padding: 43px clamp(23px, 5vw, 72px) 90px; }
.product-main-inner { width: min(1050px, 100%); margin: 0 auto; }
.product-view-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.product-view-head h2 { margin: 0 0 7px; font-size: clamp(27px, 4vw, 44px); letter-spacing: -.075em; line-height: .98; }
.product-view-head p { margin: 0; color: #7b8585; font-size: 12px; line-height: 1.7; }
.case-northline .product-view-head p { color: #7c8a8d; }
.view-actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.view-actions .button-ghost { min-height: 37px; }
.dashboard-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 17px; }
.stat-card { min-height: 115px; padding: 17px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.045); }
.case-northline .stat-card { border-color: rgba(32,42,45,.13); background: rgba(255,255,255,.35); }
.stat-card small { color: #788181; font-size: 10px; }
.stat-card strong { display: block; margin: 15px 0 6px; color: #f0f4ef; font-size: 31px; line-height: 1; letter-spacing: -.07em; }
.case-northline .stat-card strong { color: #233235; }
.stat-card em { color: var(--lime); font-size: 10px; font-style: normal; }
.stat-card.warning strong, .stat-card.warning em { color: var(--orange); }
.dashboard-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(250px, .75fr); gap: 17px; }
.panel { border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: rgba(255,255,255,.045); overflow: hidden; }
.case-northline .panel { border-color: rgba(32,42,45,.13); background: rgba(255,255,255,.35); }
.panel-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 18px 15px; border-bottom: 1px solid rgba(255,255,255,.09); }
.case-northline .panel-head { border-color: rgba(32,42,45,.12); }
.panel-head h3 { margin: 0; font-size: 13px; letter-spacing: -.025em; }
.panel-head small { color: #777f80; font-size: 10px; }
.chart-wrap { height: 255px; padding: 20px 18px 16px; }
.chart { position: relative; height: 100%; padding: 0 0 23px 34px; }
.chart-grid { position: absolute; inset: 0 0 23px 34px; display: grid; grid-template-rows: repeat(4, 1fr); }
.chart-grid span { border-top: 1px dashed rgba(255,255,255,.12); }
.case-northline .chart-grid span { border-color: rgba(32,42,45,.14); }
.chart-labels { position: absolute; left: 0; top: 0; bottom: 23px; display: flex; flex-direction: column; justify-content: space-between; color: #697273; font-size: 9px; }
.chart-x { position: absolute; left: 34px; right: 0; bottom: 0; display: flex; justify-content: space-between; color: #697273; font-size: 9px; }
.chart-line { position: absolute; inset: 10px 0 23px 34px; overflow: visible; }
.chart-line svg { width: 100%; height: 100%; overflow: visible; }
.chart-line polyline { fill: none; stroke: var(--lime); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.chart-line circle { fill: #151b19; stroke: var(--lime); stroke-width: 2; vector-effect: non-scaling-stroke; }
.activity-list { padding: 5px 18px 13px; }
.activity-row { display: grid; grid-template-columns: 9px 1fr auto; align-items: start; gap: 10px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.case-northline .activity-row { border-color: rgba(32,42,45,.11); }
.activity-row:last-child { border-bottom: 0; }
.activity-dot { width: 7px; height: 7px; margin-top: 4px; border-radius: 50%; background: var(--lime); }
.activity-dot.alert { background: var(--orange); }
.activity-row strong { display: block; margin-bottom: 3px; font-size: 11px; font-weight: 600; }
.activity-row small { color: #747d7e; font-size: 10px; line-height: 1.4; }
.activity-row time { color: #6e7778; font-size: 10px; white-space: nowrap; }

.table-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px; border-bottom: 1px solid rgba(255,255,255,.1); }
.case-northline .table-toolbar { border-color: rgba(32,42,45,.13); }
.segmented { display: flex; gap: 3px; padding: 3px; border-radius: 8px; background: rgba(255,255,255,.06); }
.segmented button { padding: 7px 10px; border: 0; border-radius: 6px; color: #7d8586; background: transparent; font-size: 10px; }
.segmented button.active { color: #111716; background: var(--lime); }
.search-input { width: 190px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.12); border-radius: 7px; color: #e5eae5; outline: 0; background: rgba(0,0,0,.12); font-size: 10px; }
.case-northline .search-input { color: #243336; border-color: rgba(32,42,45,.18); background: rgba(255,255,255,.4); }
.search-input:focus { border-color: var(--lime); }
.data-table { width: 100%; border-collapse: collapse; font-size: 11px; }
.data-table th { padding: 12px 16px; color: #6f7979; font-size: 9px; font-weight: 500; text-align: left; letter-spacing: .04em; }
.data-table td { padding: 14px 16px; border-top: 1px solid rgba(255,255,255,.07); color: #c3cac5; vertical-align: middle; }
.case-northline .data-table td { color: #3d4c4f; border-color: rgba(32,42,45,.11); }
.data-table tr[data-action] { cursor: pointer; transition: background .2s; }
.data-table tr[data-action]:hover { background: rgba(215,243,108,.06); }
.row-title { display: flex; align-items: center; gap: 9px; }
.row-icon { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 7px; color: var(--lime); background: rgba(215,243,108,.12); font-size: 12px; }
.row-icon.orange { color: var(--orange); background: rgba(255,136,90,.13); }
.row-title strong { display: block; color: #e6ece7; font-size: 11px; }
.case-northline .row-title strong { color: #27363a; }
.row-title small { display: block; margin-top: 3px; color: #727c7c; font-size: 9px; }
.status { display: inline-flex; padding: 5px 8px; border-radius: 999px; font-size: 9px; white-space: nowrap; }
.status.open { color: #ffaf91; background: rgba(255,136,90,.13); }
.status.progress { color: #d7f36c; background: rgba(215,243,108,.1); }
.status.done { color: #9da8a7; background: rgba(255,255,255,.07); }
.case-northline .status.done { color: #607074; background: rgba(32,42,45,.08); }
.empty-state { padding: 55px 18px; color: #788183; text-align: center; font-size: 12px; }

.incident-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(230px, .65fr); gap: 17px; }
.incident-card { padding: 19px; border-bottom: 1px solid rgba(255,255,255,.1); cursor: pointer; transition: background .2s; }
.case-northline .incident-card { border-color: rgba(32,42,45,.11); }
.incident-card:hover { background: rgba(255,255,255,.04); }
.incident-card:last-child { border: 0; }
.incident-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.incident-card h3 { margin: 0; font-size: 13px; }
.incident-card p { margin: 9px 0 15px; color: #7b8484; font-size: 11px; line-height: 1.65; }
.incident-card-meta { display: flex; flex-wrap: wrap; gap: 11px; color: #727b7c; font-size: 10px; }
.mini-progress { height: 4px; margin-top: 14px; border-radius: 99px; background: rgba(255,255,255,.08); }
.mini-progress span { display: block; height: 100%; border-radius: inherit; background: var(--lime); }
.side-info { padding: 18px; }
.side-info h3 { margin: 0 0 15px; font-size: 13px; }
.info-line { display: flex; justify-content: space-between; gap: 18px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.08); color: #778182; font-size: 10px; }
.case-northline .info-line { border-color: rgba(32,42,45,.11); }
.info-line strong { color: #dce4df; font-weight: 600; text-align: right; }
.case-northline .info-line strong { color: #304145; }

.detail-hero { display: grid; grid-template-columns: minmax(0, .82fr) minmax(300px, 1.18fr); gap: 17px; margin-bottom: 17px; }
.detail-copy, .detail-visual { min-height: 310px; padding: 26px; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: rgba(255,255,255,.045); }
.case-northline .detail-copy, .case-northline .detail-visual { border-color: rgba(32,42,45,.13); background: rgba(255,255,255,.34); }
.detail-copy { display: flex; flex-direction: column; justify-content: space-between; }
.detail-copy .eyebrow { color: var(--orange); }
.detail-copy h2 { max-width: 430px; margin: 28px 0 12px; font-size: clamp(31px, 5vw, 58px); line-height: .95; letter-spacing: -.075em; }
.detail-copy p { max-width: 420px; margin: 0; color: #818a89; font-size: 12px; line-height: 1.7; }
.detail-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.detail-visual { position: relative; overflow: hidden; background: linear-gradient(135deg, #2a342f, #131817) !important; }
.detail-visual:before { content: ""; position: absolute; width: 290px; height: 290px; right: 9%; top: -30px; border: 1px solid rgba(215,243,108,.33); border-radius: 50%; box-shadow: 0 0 0 28px rgba(215,243,108,.05), 0 0 0 58px rgba(215,243,108,.035); }
.detail-visual:after { content: "现场传感器 · 07:42"; position: absolute; right: 22px; bottom: 20px; color: rgba(215,243,108,.8); font-size: 10px; letter-spacing: .08em; }
.detail-metrics { position: absolute; z-index: 1; right: 16%; top: 29%; display: grid; grid-template-columns: repeat(2, 100px); gap: 8px; transform: rotate(-7deg); }
.detail-metrics div { padding: 14px 11px; border: 1px solid rgba(215,243,108,.3); border-radius: 9px; background: rgba(14,19,17,.75); }
.detail-metrics small { display: block; color: #85918a; font-size: 9px; }
.detail-metrics strong { display: block; margin-top: 8px; color: var(--lime); font-size: 22px; letter-spacing: -.07em; }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.detail-grid .panel { padding: 18px; }
.detail-grid h3 { margin: 0 0 12px; font-size: 12px; }
.detail-grid p { margin: 0; color: #7c8584; font-size: 11px; line-height: 1.7; }

.factory-hero { display: grid; grid-template-columns: minmax(0, .8fr) minmax(290px, 1.2fr); gap: 16px; margin-bottom: 18px; }
.factory-intro { min-height: 285px; padding: 30px; border: 1px solid rgba(255,220,188,.15); border-radius: 16px; background: linear-gradient(145deg, #3a241a, #241914); }
.factory-intro small { color: #dc946a; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.factory-intro h2 { max-width: 370px; margin: 35px 0 13px; font-size: clamp(34px, 5vw, 63px); line-height: .91; letter-spacing: -.08em; }
.factory-intro p { max-width: 380px; margin: 0; color: #b09282; font-size: 12px; line-height: 1.7; }
.factory-scene { position: relative; min-height: 285px; overflow: hidden; border-radius: 16px; background: linear-gradient(135deg, #69402a, #241a16 68%); }
.factory-scene:before { content: ""; position: absolute; width: 75%; height: 58%; left: 12%; bottom: 10%; background: linear-gradient(140deg, #b7673e 0 19%, #6d3424 20% 49%, #d8945b 50% 53%, #48251d 54%); clip-path: polygon(0 23%, 24% 0, 100% 15%, 100% 100%, 0 100%); box-shadow: 24px 27px 43px rgba(0,0,0,.4); }
.factory-scene:after { content: "QC / 07"; position: absolute; right: 23px; top: 23px; color: rgba(255,215,184,.74); font-size: 10px; letter-spacing: .14em; }
.factory-scene-label { position: absolute; z-index: 1; left: 22px; bottom: 21px; color: #f2c5a3; font-size: 10px; letter-spacing: .12em; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.product-card { padding: 9px; border: 1px solid rgba(255,220,188,.15); border-radius: 13px; background: rgba(255,255,255,.04); cursor: pointer; transition: transform .2s, border-color .2s; }
.product-card:hover { transform: translateY(-4px); border-color: #ca8055; }
.product-thumb { position: relative; height: 165px; overflow: hidden; border-radius: 8px; background: linear-gradient(145deg, #5d3424, #241a17); }
.product-thumb:before { content: ""; position: absolute; width: 50%; height: 64%; left: 25%; top: 19%; background: linear-gradient(135deg, #c98054, #593024); clip-path: polygon(0 15%, 80% 0, 100% 75%, 20% 100%); box-shadow: 18px 15px 22px rgba(0,0,0,.35); }
.product-thumb:after { content: ""; position: absolute; width: 27%; height: 42%; right: 13%; bottom: 15%; border: 1px solid rgba(255,209,174,.43); border-radius: 4px; background: repeating-linear-gradient(0deg, transparent 0 15px, rgba(255,209,174,.34) 16px 17px); }
.product-card:nth-child(2) .product-thumb { background: linear-gradient(145deg, #3d443c, #1f241f); }
.product-card:nth-child(2) .product-thumb:before { background: linear-gradient(135deg, #bbc0a1, #45513e); }
.product-card:nth-child(3) .product-thumb { background: linear-gradient(145deg, #32404a, #151a20); }
.product-card:nth-child(3) .product-thumb:before { background: linear-gradient(135deg, #89abc0, #344557); }
.product-card h3 { margin: 14px 4px 5px; color: #f1e6dc; font-size: 13px; letter-spacing: -.03em; }
.product-card p { margin: 0 4px 11px; color: #9c8273; font-size: 10px; line-height: 1.5; }
.product-card-foot { display: flex; align-items: center; justify-content: space-between; padding: 0 4px 3px; color: #ca8055; font-size: 10px; }
.product-card-foot button { padding: 0; border: 0; color: #e5b08e; background: transparent; font-size: 10px; }
.spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.spec-box { padding: 21px; border: 1px solid rgba(255,220,188,.15); border-radius: 14px; background: rgba(255,255,255,.04); }
.spec-box h3 { margin: 0 0 17px; color: #f1e6dc; font-size: 13px; }
.spec-row { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid rgba(255,220,188,.1); color: #a38a7d; font-size: 10px; }
.spec-row:last-child { border-bottom: 0; }
.spec-row strong { color: #e8c0a5; font-weight: 600; text-align: right; }
.quote-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(330px, 1.2fr); gap: 18px; }
.quote-summary { padding: 24px; border: 1px solid rgba(255,220,188,.15); border-radius: 15px; background: linear-gradient(145deg, #392318, #251915); }
.quote-summary h3 { margin: 0 0 12px; color: #f2dfd0; font-size: 15px; }
.quote-summary p { margin: 0 0 25px; color: #ac8a79; font-size: 11px; line-height: 1.75; }
.quote-summary .summary-total { padding-top: 15px; border-top: 1px solid rgba(255,220,188,.16); color: #ac8a79; font-size: 10px; }
.quote-summary strong { display: block; margin-top: 8px; color: #e4a274; font-size: 25px; }
.form-panel { padding: 23px; border: 1px solid rgba(255,220,188,.15); border-radius: 15px; background: rgba(255,255,255,.04); }
.form-panel h3 { margin: 0 0 19px; color: #f2dfd0; font-size: 15px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: #9b8274; font-size: 10px; }
.field input, .field textarea, .field select { width: 100%; padding: 11px 12px; border: 1px solid rgba(255,220,188,.16); border-radius: 8px; outline: 0; color: #f1e8e1; background: rgba(0,0,0,.13); font-size: 11px; }
.field textarea { min-height: 93px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: #ca8055; }
.form-submit { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 18px; }
.form-submit small { max-width: 220px; color: #866f64; font-size: 9px; line-height: 1.5; }
.form-submit-actions { display: flex; align-items: center; gap: 12px; }
.form-error { margin: 0; color: #ff9b80; font-size: 10px; line-height: 1.4; }
.form-error[hidden] { display: none; }
.has-error input:invalid, .has-error textarea:invalid, .has-error select:invalid { border-color: #ff885a; box-shadow: 0 0 0 3px rgba(255,136,90,.09); }
.button-primary:disabled { cursor: progress; opacity: .72; }
.button-spinner { display: inline-block; width: 11px; height: 11px; margin-right: 7px; vertical-align: -1px; border: 2px solid rgba(13,16,15,.35); border-top-color: #0d100f; border-radius: 50%; animation: spin .72s linear infinite; }

.northline-intro { display: grid; grid-template-columns: minmax(0, .9fr) minmax(300px, 1.1fr); gap: 20px; align-items: end; margin-bottom: 33px; }
.northline-intro h2 { max-width: 520px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(45px, 7vw, 85px); font-weight: 400; line-height: .87; letter-spacing: -.08em; }
.northline-intro h2 em { color: #c56e49; font-style: italic; }
.northline-intro p { max-width: 340px; margin: 0 0 5px; color: #69777a; font-family: Georgia, "Times New Roman", serif; font-size: 15px; line-height: 1.55; }
.portfolio-strip { display: grid; grid-template-columns: 1.3fr .7fr .88fr; gap: 11px; margin-bottom: 18px; }
.portfolio-image { position: relative; min-height: 225px; overflow: hidden; border-radius: 8px; background: linear-gradient(135deg, #a47a5e, #d8c0a2 42%, #344b50 43% 100%); cursor: pointer; }
.portfolio-image:before { content: ""; position: absolute; width: 52%; height: 85%; left: 23%; bottom: -18%; background: linear-gradient(105deg, rgba(31,54,61,.82), rgba(224,208,184,.25)); border-radius: 50% 50% 0 0; transform: rotate(-11deg); }
.portfolio-image:after { content: "01 / coastal light"; position: absolute; left: 15px; bottom: 14px; color: rgba(255,255,255,.78); font-size: 9px; letter-spacing: .12em; }
.portfolio-image:nth-child(2) { background: linear-gradient(145deg, #d7d6ca, #b6c1be 48%, #e9e4d8 49%); }
.portfolio-image:nth-child(2):before { width: 65%; left: 18%; height: 47%; bottom: 15%; border-radius: 50%; background: radial-gradient(circle at 44% 38%, #e4b798 0 11%, #6f5a56 12% 22%, transparent 23%), linear-gradient(145deg, #d89c7f, #74545a); transform: rotate(15deg); }
.portfolio-image:nth-child(2):after { content: "02 / quiet forms"; color: #536467; }
.portfolio-image:nth-child(3) { background: linear-gradient(145deg, #e9b885, #d86652 55%, #684048); }
.portfolio-image:nth-child(3):before { width: 60%; height: 78%; left: 18%; bottom: -19%; border-radius: 50%; background: linear-gradient(90deg, #542f3b, #d6855c); transform: rotate(26deg); }
.portfolio-image:nth-child(3):after { content: "03 / after sun"; }
.portfolio-controls { display: flex; align-items: center; justify-content: space-between; margin: 0 0 30px; color: #738185; font-size: 10px; }
.portfolio-controls button { padding: 0; border: 0; color: #c56e49; background: transparent; font-size: 10px; }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.portfolio-card { cursor: pointer; }
.portfolio-card-image { position: relative; height: 270px; overflow: hidden; border-radius: 8px; background: linear-gradient(145deg, #9e765c, #e0c4a0 47%, #35515a 48%); transition: transform .25s; }
.portfolio-card:hover .portfolio-card-image { transform: translateY(-5px); }
.portfolio-card:nth-child(2) .portfolio-card-image { background: linear-gradient(145deg, #283e44, #9cb3b3 56%, #e5dfd5 57%); }
.portfolio-card:nth-child(3) .portfolio-card-image { background: linear-gradient(145deg, #d4b17d, #4b5650 48%, #242a2a 49%); }
.portfolio-card:nth-child(4) .portfolio-card-image { background: linear-gradient(145deg, #e3a47a, #bd685d 45%, #5e3a44 46%); }
.portfolio-card:nth-child(5) .portfolio-card-image { background: linear-gradient(145deg, #d8d1bd, #89999a 49%, #2e4244 50%); }
.portfolio-card:nth-child(6) .portfolio-card-image { background: linear-gradient(145deg, #a77f71, #e5d2bd 38%, #d28656 39% 62%, #30474a 63%); }
.portfolio-card-image:before { content: ""; position: absolute; width: 58%; height: 83%; left: 21%; bottom: -20%; border-radius: 50% 50% 0 0; background: linear-gradient(105deg, rgba(26,52,59,.75), rgba(229,211,184,.3)); transform: rotate(-14deg); }
.portfolio-card:nth-child(2n) .portfolio-card-image:before { transform: rotate(12deg); background: linear-gradient(105deg, rgba(205,164,131,.77), rgba(38,59,64,.68)); }
.portfolio-card:nth-child(3n) .portfolio-card-image:before { width: 73%; left: 13%; border-radius: 0; background: repeating-linear-gradient(90deg, rgba(30,51,55,.78) 0 12px, rgba(214,192,162,.2) 13px 25px); transform: rotate(-3deg); }
.portfolio-card-meta { display: flex; justify-content: space-between; gap: 12px; padding-top: 11px; color: #748184; font-family: Georgia, serif; font-size: 12px; }
.portfolio-card-meta strong { color: #26363a; font-weight: 400; }
.portfolio-detail { display: grid; grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr); gap: 17px; }
.portfolio-detail-copy { padding: 22px 0; }
.portfolio-detail-copy small { color: #c56e49; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.portfolio-detail-copy h2 { max-width: 470px; margin: 28px 0 15px; font-family: Georgia, serif; font-size: clamp(41px, 7vw, 77px); font-weight: 400; line-height: .86; letter-spacing: -.08em; }
.portfolio-detail-copy p { max-width: 390px; margin: 0; color: #68777a; font-family: Georgia, serif; font-size: 15px; line-height: 1.7; }
.portfolio-detail-image { position: relative; min-height: 480px; border-radius: 8px; overflow: hidden; background: linear-gradient(145deg, #a77d60, #ddc6a8 42%, #38535a 43%); }
.portfolio-detail-image:before { content: ""; position: absolute; width: 54%; height: 86%; left: 23%; bottom: -14%; border-radius: 50% 50% 0 0; background: linear-gradient(105deg, rgba(29,52,57,.84), rgba(227,209,178,.25)); transform: rotate(-11deg); }
.portfolio-detail-image:after { content: "NORTHLINE / ARCHIVE 2026"; position: absolute; left: 20px; bottom: 19px; color: rgba(255,255,255,.75); font-size: 9px; letter-spacing: .16em; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.service-card { padding: 20px; border-top: 1px solid rgba(32,42,45,.23); }
.service-card b { color: #c56e49; font-family: Georgia, serif; font-size: 12px; }
.service-card h3 { margin: 31px 0 9px; font-family: Georgia, serif; font-size: 20px; font-weight: 400; }
.service-card p { margin: 0; color: #69777a; font-family: Georgia, serif; font-size: 13px; line-height: 1.6; }
.availability-layout { display: grid; grid-template-columns: minmax(0, .78fr) minmax(330px, 1.22fr); gap: 18px; }
.availability-copy h2 { max-width: 500px; margin: 0 0 17px; font-family: Georgia, serif; font-size: clamp(42px, 6vw, 69px); font-weight: 400; line-height: .9; letter-spacing: -.08em; }
.availability-copy p { max-width: 370px; margin: 0; color: #69777a; font-family: Georgia, serif; font-size: 15px; line-height: 1.65; }
.calendar-panel { padding: 20px; border: 1px solid rgba(32,42,45,.16); border-radius: 8px; background: rgba(255,255,255,.32); }
.calendar-head { display: flex; justify-content: space-between; margin-bottom: 18px; font-family: Georgia, serif; font-size: 15px; }
.calendar-head button { border: 0; color: #c56e49; background: transparent; }
.calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; }
.calendar-grid span { display: grid; min-height: 35px; place-items: center; border-radius: 5px; color: #718084; font-size: 10px; }
.calendar-grid span.header { min-height: 24px; color: #b05f45; font-size: 9px; }
.calendar-grid span.booked { color: #a1abad; background: rgba(32,42,45,.07); text-decoration: line-through; }
.calendar-grid span.available { color: #26363a; background: rgba(197,110,73,.18); cursor: pointer; }
.calendar-grid span.available:hover, .calendar-grid span.available.selected { color: #f6f3ec; background: #c56e49; }

.drawer-backdrop, .modal-backdrop { position: fixed; z-index: 30; inset: 0; display: grid; align-items: stretch; justify-items: end; background: rgba(0,0,0,.57); backdrop-filter: blur(4px); }
.drawer, .modal { width: min(510px, 100%); height: 100%; overflow: auto; padding: 27px; border-left: 1px solid rgba(255,255,255,.15); background: #171c1b; box-shadow: -25px 0 80px rgba(0,0,0,.35); animation: slideIn .24s ease-out; }
.modal-backdrop { align-items: center; justify-items: center; padding: 20px; }
.modal { width: min(580px, 100%); height: auto; max-height: calc(100vh - 40px); border: 1px solid rgba(255,255,255,.13); border-radius: 18px; animation: fadeUp .24s ease-out; }
.case-factory .modal { background: #281b16; border-color: rgba(255,220,188,.18); }
.case-northline .drawer, .case-northline .modal { color: #243336; background: #f1f1e9; border-color: rgba(32,42,45,.16); }
.drawer-head, .modal-head { display: flex; align-items: start; justify-content: space-between; gap: 18px; margin-bottom: 29px; }
.drawer-head h2, .modal-head h2 { margin: 0; font-size: 25px; line-height: 1; letter-spacing: -.06em; }
.drawer-head p, .modal-head p { margin: 10px 0 0; color: #7d8785; font-size: 11px; line-height: 1.6; }
.close-button { display: grid; width: 31px; height: 31px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; color: #a3acaa; background: transparent; font-size: 16px; }
.case-northline .close-button { border-color: rgba(32,42,45,.17); color: #405054; }
.drawer-section { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.11); }
.case-northline .drawer-section { border-color: rgba(32,42,45,.14); }
.drawer-section h3 { margin: 0 0 15px; font-size: 12px; }
.drawer-section p { margin: 0; color: #899290; font-size: 11px; line-height: 1.75; }
.timeline { display: grid; gap: 0; }
.timeline-item { position: relative; display: grid; grid-template-columns: 70px 1fr; gap: 12px; padding: 0 0 22px; }
.timeline-item:before { content: ""; position: absolute; top: 5px; bottom: 0; left: 77px; width: 1px; background: rgba(215,243,108,.35); }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item:last-child:before { display: none; }
.timeline-item time { color: #87928f; font-size: 10px; }
.timeline-item b { position: relative; display: block; margin-bottom: 5px; color: #d8e0db; font-size: 11px; }
.timeline-item b:before { content: ""; position: absolute; z-index: 1; left: -18px; top: 2px; width: 7px; height: 7px; border: 2px solid #171c1b; border-radius: 50%; background: var(--lime); }
.timeline-item p { font-size: 10px; }
.drawer-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.contact-methods { display: grid; gap: 10px; }
.contact-method { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 13px; border: 1px solid rgba(255,255,255,.1); border-radius: 9px; background: rgba(255,255,255,.04); }
.case-northline .contact-method { border-color: rgba(32,42,45,.15); background: rgba(255,255,255,.4); }
.contact-method strong { display: block; margin-bottom: 4px; font-size: 11px; }
.contact-method small { color: #899290; font-size: 10px; }
.contact-method button { color: var(--lime); border: 0; background: transparent; font-size: 10px; }
.contact-method > a { color: var(--lime); font-size: 10px; text-decoration: none; }
.contact-method-note { align-items: start; }
.contact-reach-grid { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 12px; margin-top: 18px; }
.contact-qr { margin: 0; padding: 10px; border-radius: 10px; background: #fff; }
.contact-qr img { width: 100%; display: block; border-radius: 6px; }
.contact-qr figcaption { padding: 8px 2px 0; color: #5d6661; font-size: 8px; line-height: 1.4; text-align: center; }
.contact-brief-modal { width: min(760px, 100%); }
.contact-brief-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.contact-question { display: grid; gap: 9px; padding: 15px; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; background: rgba(255,255,255,.035); }
.contact-question label { display: flex; align-items: center; gap: 9px; color: #e9eee9; font-size: 11px; font-weight: 650; }
.contact-question label span { color: var(--lime); font-size: 9px; letter-spacing: .1em; }
.contact-question input,
.contact-question textarea { width: 100%; min-height: 42px; padding: 10px 11px; border: 1px solid rgba(255,255,255,.12); border-radius: 7px; outline: none; color: #f2f4f1; background: rgba(4,6,6,.36); font: inherit; font-size: 11px; }
.contact-question textarea { min-height: 92px; resize: vertical; line-height: 1.65; }
.contact-question input:focus,
.contact-question textarea:focus { border-color: rgba(215,243,108,.62); box-shadow: 0 0 0 3px rgba(215,243,108,.08); }
.contact-question input::placeholder,
.contact-question textarea::placeholder { color: #707a76; }
.contact-brief-submit { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 0 4px; }
.contact-brief-submit div { display: grid; gap: 4px; }
.contact-brief-submit strong { font-size: 11px; }
.contact-brief-submit small { max-width: 390px; color: #89928f; font-size: 9px; line-height: 1.55; }
.contact-brief-result { margin: 18px 0; padding: 16px; border: 1px solid rgba(215,243,108,.26); border-radius: 10px; background: rgba(215,243,108,.055); }
.contact-brief-result > div { display: grid; gap: 4px; }
.contact-brief-result strong { font-size: 12px; }
.contact-brief-result span { color: #89928f; font-size: 10px; }
.contact-brief-result pre { margin: 14px 0; padding: 13px; overflow: auto; border-radius: 7px; color: #dfe5df; background: rgba(0,0,0,.24); font: inherit; font-size: 10px; line-height: 1.7; white-space: pre-wrap; }
.contact-brief-modal .contact-methods,
.contact-brief-modal .contact-config-notice { margin-top: 18px; }
@media (max-width: 640px) {
  .contact-brief-modal { padding: 21px 17px; }
  .contact-brief-form { grid-template-columns: 1fr; }
  .contact-reach-grid { grid-template-columns: 1fr; }
  .contact-qr { max-width: 260px; margin: 0 auto; }
  .contact-brief-submit { display: grid; }
  .contact-brief-submit .button-primary { width: 100%; }
}
.concept-modal { width: min(760px, 100%); }
.concept-modal .modal-head { margin-bottom: 20px; }
.concept-modal .modal-head p { max-width: 560px; }
.concept-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; margin: 0 0 19px; }
.concept-gallery-image { position: relative; min-height: 190px; overflow: hidden; border-radius: 11px; background-position: center; background-size: cover; background-color: #242b2b; }
.concept-gallery-image:only-child { min-height: 275px; }
.concept-gallery-image span, .concept-gallery-image small { position: absolute; left: 17px; color: rgba(255,255,255,.82); }
.concept-gallery-image span { bottom: 34px; font-size: 15px; letter-spacing: .08em; text-transform: uppercase; }
.concept-gallery-image small { bottom: 17px; color: rgba(255,255,255,.58); font-size: 10px; }
.concept-body > p { margin: 0; color: #aab1ad; font-size: 12px; line-height: 1.8; }
.concept-commercial { display: grid; grid-template-columns: .8fr .6fr 1.6fr; gap: 9px; margin-top: 20px; }
.concept-commercial > div { min-height: 54px; padding: 11px 12px; border: 1px solid rgba(215,243,108,.14); border-radius: 9px; background: rgba(215,243,108,.045); }
.concept-commercial small, .concept-commercial strong { display: block; }
.concept-commercial small { margin-bottom: 7px; color: #7e8984; font-size: 9px; }
.concept-commercial strong { color: #d7f36c; font-size: 11px; line-height: 1.45; }
.concept-modules { margin-top: 22px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.1); }
.concept-modules > strong { display: block; margin-bottom: 10px; color: #dce7dc; font-size: 11px; }
.concept-modules > div { display: flex; flex-wrap: wrap; gap: 7px; }
.concept-modules span { padding: 8px 10px; border: 1px solid rgba(215,243,108,.24); border-radius: 999px; color: #cbd8c9; background: rgba(215,243,108,.06); font-size: 10px; }
.concept-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 23px; }
.case-study-page { min-height: 100vh; color: #f3f1ec; background: #0c0e10; }
.study-topbar { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; width: min(1240px, calc(100% - 48px)); height: 80px; margin: 0 auto; border-bottom: 1px solid rgba(255,255,255,.1); }
.study-topbar .brand { color: #f0f0ec; }
.study-topbar .brand span { color: #6b7375; font-weight: 500; }
.study-topbar-right { display: flex; align-items: center; gap: 20px; color: #707879; font-size: 10px; }
.study-topbar-right a:not(.button-primary) { color: #adb3b0; text-decoration: none; }
.study-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding-bottom: 90px; }
.study-hero { display: grid; grid-template-columns: minmax(0, .92fr) minmax(410px, 1.08fr); gap: clamp(45px, 9vw, 140px); align-items: center; min-height: 610px; padding: 76px 0 95px; }
.study-hero-copy h1 { max-width: 680px; margin: 22px 0 22px; font-size: clamp(48px, 6.5vw, 92px); line-height: .95; letter-spacing: -.085em; }
.study-lead { max-width: 560px; margin: 0; color: #c2c6c1; font-size: 19px; line-height: 1.65; }
.study-disclaimer { max-width: 550px; margin: 21px 0 0; color: #7c8581; font-size: 11px; line-height: 1.75; }
.study-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.study-tags span { padding: 8px 10px; border: 1px solid rgba(215,243,108,.26); border-radius: 999px; color: #d7f36c; background: rgba(215,243,108,.04); font-size: 10px; }
.study-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.study-hero-visual { position: relative; min-height: 460px; overflow: hidden; border: 1px solid #303638; border-radius: 21px; box-shadow: 30px 30px 80px rgba(0,0,0,.32); }
.study-hero-visual:after { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, transparent 0 53%, rgba(255,255,255,.1)); pointer-events: none; }
.study-hero-evidence { display: flex; align-items: center; padding: 18px; background: #111517; }
.study-hero-evidence:after { background: linear-gradient(145deg, transparent 0 65%, rgba(255,255,255,.05)); }
.study-hero-evidence .study-mini-ui { position: relative; z-index: 1; width: 100%; transform: none; }
.study-hero-label { position: absolute; z-index: 1; top: 21px; left: 21px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.19); border-radius: 999px; color: rgba(255,255,255,.8); background: rgba(0,0,0,.22); font-size: 10px; }
.study-hero-visual small { position: absolute; z-index: 1; bottom: 19px; left: 21px; color: rgba(255,255,255,.76); font-size: 10px; letter-spacing: .08em; }
.study-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border-top: 1px solid #2c3234; border-bottom: 1px solid #2c3234; }
.study-facts > div { min-height: 100px; padding: 24px 18px; border-right: 1px solid #2c3234; }
.study-facts > div:last-child { border-right: 0; }
.study-facts small { display: block; margin-bottom: 12px; color: #747d7d; font-size: 10px; }
.study-facts strong { display: block; color: #e9ebe4; font-size: 13px; line-height: 1.55; }
.study-metrics { display: grid; grid-template-columns: .6fr 1.4fr; gap: 55px; padding: 95px 0 75px; }
.study-section-heading h2, .study-overview h2, .study-delivery h2, .study-cta h2 { margin: 14px 0 0; font-size: clamp(35px, 4vw, 59px); line-height: .97; letter-spacing: -.075em; }
.study-section-heading h2 em, .study-overview h2 em, .study-delivery h2 em, .study-cta h2 em { color: var(--lime); font-style: normal; }
.study-section-heading > p { max-width: 450px; margin: 18px 0 0; color: #89918f; font-size: 12px; line-height: 1.75; }
.study-metric-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.study-metric { min-height: 112px; padding: 18px; border: 1px solid #2b3133; border-radius: 11px; background: rgba(255,255,255,.035); }
.study-metric small { display: block; color: #7f8887; font-size: 10px; }
.study-metric strong { display: block; margin-top: 25px; color: #f0f0e9; font-size: 20px; letter-spacing: -.04em; }
.study-overview { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 80px 0; border-top: 1px solid #2c3234; }
.study-overview p { max-width: 560px; margin: 0; color: #adb3af; font-size: 14px; line-height: 1.95; }
.study-sections { padding: 90px 0 30px; }
.study-sections > .study-section-heading { max-width: 650px; margin-bottom: 66px; }
.study-section { display: grid; grid-template-columns: minmax(0, .95fr) minmax(380px, 1.05fr); gap: clamp(35px, 8vw, 120px); align-items: center; padding: 68px 0; border-top: 1px solid #2c3234; }
.study-section.reverse { grid-template-columns: minmax(380px, 1.05fr) minmax(0, .95fr); }
.study-section.reverse .study-section-copy { order: 2; }
.study-section.reverse .study-section-visual { order: 1; }
.study-section-copy h2 { max-width: 530px; margin: 17px 0 18px; font-size: clamp(28px, 3vw, 48px); line-height: 1; letter-spacing: -.07em; }
.study-section-copy p { max-width: 540px; margin: 0; color: #9aa29f; font-size: 13px; line-height: 1.9; }
.study-section-visual { position: relative; min-height: 310px; overflow: hidden; border: 1px solid #2e3537; border-radius: 14px; background-color: #1a2020; }
.study-section-visual:before, .study-section-visual:after { content: ""; position: absolute; pointer-events: none; }
.study-section-visual.has-image { background-position: center; background-size: cover; }
.study-section-visual.has-image:before { inset: 0; background: linear-gradient(145deg, transparent, rgba(0,0,0,.35)); }
.study-mini-ui { position: absolute; inset: 21px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 11px; color: #dce4df; background: rgba(12,17,17,.78); box-shadow: 0 18px 30px rgba(0,0,0,.25); font-size: 9px; }
.study-mini-ui:after { content: "STATIC PREVIEW"; position: absolute; right: 13px; bottom: 11px; color: rgba(215,243,108,.55); font-size: 7px; letter-spacing: .12em; }
.mini-ui-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 9px; padding: 12px 13px; border-bottom: 1px solid rgba(255,255,255,.1); }
.mini-ui-toolbar b { color: #edf0e8; font-size: 10px; font-weight: 600; }
.mini-ui-toolbar span { color: #788481; font-size: 8px; }
.mini-ui-sidebar { position: absolute; inset: 0 auto 0 0; display: grid; align-content: start; gap: 14px; width: 36px; padding: 17px 12px; border-right: 1px solid rgba(255,255,255,.09); background: rgba(0,0,0,.14); }
.mini-ui-sidebar i { display: block; width: 12px; height: 7px; border-radius: 2px; background: rgba(255,255,255,.2); }
.mini-ui-sidebar i:first-child { background: var(--lime); }
.mini-ui-main { margin-left: 36px; }
.mini-ui-list { padding: 2px 13px; }
.mini-ui-list > div { display: grid; grid-template-columns: 9px 1fr auto; align-items: center; gap: 8px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.mini-ui-list span { color: #cbd3cd; }
.mini-ui-list strong { color: #89958f; font-size: 8px; font-weight: 500; }
.mini-ui-dot { width: 7px; height: 7px; border-radius: 50%; background: #6e7976; }
.mini-ui-dot.lime { background: var(--lime); box-shadow: 0 0 0 4px rgba(215,243,108,.1); }
.mini-ui-dot.orange { background: var(--orange); }
.study-mini-table { padding-bottom: 18px; }
.mini-ui-table-head, .mini-ui-table-row { display: grid; grid-template-columns: 1.5fr .8fr 1fr; gap: 10px; align-items: center; padding: 10px 13px; }
.mini-ui-table-head { color: #6f7a77; font-size: 8px; }
.mini-ui-table-row { border-top: 1px solid rgba(255,255,255,.08); }
.mini-ui-table-row span { display: flex; align-items: center; gap: 7px; color: #d1d8d2; }
.mini-ui-table-row span i { width: 15px; height: 15px; border-radius: 4px; background: linear-gradient(135deg, var(--lime), rgba(215,243,108,.12)); }
.mini-ui-table-row em { width: fit-content; padding: 4px 7px; border-radius: 99px; color: var(--lime); background: rgba(215,243,108,.08); font-style: normal; font-size: 8px; }
.mini-ui-table-row small { color: #7e8985; font-size: 8px; }
.study-mini-dashboard { padding-bottom: 18px; }
.mini-ui-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; padding: 12px; }
.mini-ui-metrics > div { min-height: 61px; padding: 9px; border: 1px solid rgba(255,255,255,.1); border-radius: 7px; background: rgba(255,255,255,.035); }
.mini-ui-metrics small, .mini-ui-metrics span { display: block; color: #788481; font-size: 7px; }
.mini-ui-metrics strong { display: block; margin: 7px 0 5px; color: #f0f2e9; font-size: 19px; letter-spacing: -.06em; }
.mini-ui-metrics span { color: rgba(215,243,108,.75); }
.mini-ui-chart { position: relative; display: flex; align-items: end; gap: 7px; height: 78px; margin: 0 13px; padding: 13px 11px 8px; border-top: 1px solid rgba(255,255,255,.08); }
.mini-ui-chart i { display: block; width: 12%; height: 27%; border-radius: 4px 4px 0 0; background: rgba(215,243,108,.28); }
.mini-ui-chart i:nth-child(2) { height: 46%; }.mini-ui-chart i:nth-child(3) { height: 37%; }.mini-ui-chart i:nth-child(4) { height: 69%; }.mini-ui-chart i:nth-child(5) { height: 54%; }.mini-ui-chart i:nth-child(6) { height: 82%; background: var(--lime); }
.mini-ui-chart b { position: absolute; right: 14px; top: 27px; width: 35%; height: 24px; border-top: 2px solid var(--lime); transform: skewY(-13deg) rotate(-2deg); opacity: .7; }
.study-mini-mobile { display: flex; justify-content: center; gap: 18px; padding: 18px; background: linear-gradient(145deg, rgba(36,49,45,.9), rgba(10,15,16,.95)); }
.mini-phone { width: 128px; min-height: 245px; padding: 13px 10px; border: 2px solid rgba(255,255,255,.18); border-radius: 17px; background: #111817; box-shadow: 10px 16px 25px rgba(0,0,0,.3); }
.mini-phone-bar { display: flex; justify-content: space-between; color: #87928d; font-size: 7px; }.mini-phone-greeting { margin: 22px 0 17px; color: #b6c0b9; font-size: 9px; line-height: 1.45; }.mini-phone-greeting strong { color: #f1f4e9; font-size: 14px; }
.mini-phone-stat { padding: 12px; border-radius: 9px; background: rgba(215,243,108,.11); }.mini-phone-stat strong { display: block; color: var(--lime); font-size: 24px; }.mini-phone-stat span { color: #8e9b90; font-size: 8px; }
.mini-phone-row { display: flex; align-items: center; gap: 7px; padding: 12px 1px 0; color: #bac3bc; font-size: 8px; }.mini-phone-row i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); }.mini-phone-row b { margin-left: auto; color: #7f8e88; }
.mini-phone-note { align-self: end; display: grid; gap: 5px; padding-bottom: 27px; }.mini-phone-note small { color: var(--lime); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }.mini-phone-note strong { color: #f0f1e9; font-size: 15px; }.mini-phone-note span { color: #84908a; font-size: 8px; }
.study-mini-flow { padding-bottom: 18px; }.mini-flow-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 29px 13px 19px; }.mini-flow-track > div { position: relative; display: grid; gap: 8px; padding: 11px 9px; border: 1px solid rgba(215,243,108,.16); border-radius: 8px; background: rgba(215,243,108,.045); }.mini-flow-track > div:not(:last-child):after { content: "→"; position: absolute; right: -12px; top: 25px; color: var(--lime); }.mini-flow-track i { color: var(--lime); font-size: 8px; font-style: normal; }.mini-flow-track span { color: #7f8b86; font-size: 8px; }.mini-flow-track b { color: #d9e1da; font-size: 9px; line-height: 1.35; }.mini-flow-footer { display: flex; justify-content: space-between; margin: 0 13px; padding-top: 11px; border-top: 1px solid rgba(255,255,255,.08); color: #7e8b85; font-size: 8px; }.mini-flow-footer strong { color: rgba(215,243,108,.8); font-weight: 500; }
.study-section-visual span, .study-section-visual small { position: absolute; z-index: 1; left: 17px; }
.study-section-visual span { bottom: 34px; color: rgba(255,255,255,.76); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.study-section-visual small { bottom: 17px; color: rgba(255,255,255,.55); font-size: 9px; }
.study-delivery { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 90px 0; border-top: 1px solid #2c3234; }
.delivery-column h3 { margin: 0 0 17px; color: #dfe6df; font-size: 12px; }
.delivery-column ul { display: grid; gap: 11px; margin: 0 0 37px; padding: 0; list-style: none; }
.delivery-column li { padding: 14px 0 14px 22px; border-bottom: 1px solid #2c3234; color: #aab1ad; font-size: 12px; line-height: 1.55; }
.delivery-column li:before { content: "↗"; display: inline-block; margin-left: -22px; margin-right: 11px; color: var(--lime); }
.tech-stack { display: flex; flex-wrap: wrap; gap: 7px; }
.tech-stack span { padding: 8px 10px; border: 1px solid #343b3d; border-radius: 999px; color: #8e9894; font-size: 10px; }
.study-cta { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding: 74px 0 0; border-top: 1px solid #2c3234; }
.study-cta p { max-width: 500px; margin: 20px 0 0; color: #89918f; font-size: 12px; line-height: 1.8; }
.toast { position: fixed; z-index: 50; left: 50%; bottom: 24px; display: flex; align-items: center; gap: 10px; max-width: calc(100% - 35px); padding: 13px 16px; border: 1px solid rgba(215,243,108,.32); border-radius: 10px; color: #e4eee3; background: #202a25; box-shadow: 0 12px 32px rgba(0,0,0,.35); transform: translate(-50%, 20px); opacity: 0; pointer-events: none; transition: all .25s; font-size: 11px; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }
.toast i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); }
.success-message { padding: 28px 0 10px; color: #a9bdab; font-size: 12px; line-height: 1.8; }

/* P0 product samples: real UI blocks, states and lightweight motion. */
.p0-app { display: grid; gap: 34px; color: var(--text-1); }
.p0-app .product-view-head { margin-bottom: 0; }
.p0-app .product-view-head h2 { max-width: 760px; white-space: pre-line; }
.p0-app .product-view-head p { max-width: 660px; }
.p0-overline { display: block; color: var(--lime); font-size: 9px; font-weight: 700; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
.p0-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.p0-stat { min-height: 126px; display: grid; align-content: space-between; gap: 9px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.035); }
.p0-stat small, .p0-stat span { color: var(--text-3); font-size: 10px; }
.p0-stat strong { color: var(--text-1); font-size: 37px; font-weight: 650; letter-spacing: -.06em; }
.p0-panel { padding: 27px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--bg-1); }
.p0-panel-dark { color: var(--text-1); background: linear-gradient(145deg, #202926, #141918); }
.p0-panel h3 { margin: 9px 0 0; color: inherit; font-size: 22px; line-height: 1.12; letter-spacing: -.04em; }
.p0-panel h3 em, .p0-panel-dark h3 em, .p0-brand-story h3 em, .p0-retail-notes h3 em { color: var(--lime); font-style: normal; }
.p0-panel p, .p0-brand-story p, .p0-retail-notes p { color: var(--text-2); font-size: 12px; line-height: 1.8; }
.p0-panel-head { display: flex; align-items: start; justify-content: space-between; gap: 18px; }
.p0-panel-lead { max-width: 520px; margin: 24px 0 20px; }
.p0-panel-meta { display: flex; justify-content: space-between; gap: 14px; margin-top: 17px; color: var(--text-3); font-size: 10px; }
.p0-status { display: inline-flex; align-items: center; gap: 6px; width: fit-content; padding: 6px 8px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; color: var(--text-2); font-size: 10px; white-space: nowrap; }
.p0-status i { width: 6px; height: 6px; border-radius: 50%; background: #727b7d; }
.p0-status-lime { border-color: rgba(215,243,108,.28); color: var(--lime); }.p0-status-lime i { background: var(--lime); }
.p0-status-orange { border-color: rgba(255,167,105,.28); color: #ffb070; }.p0-status-orange i { background: #ff9b58; }
.p0-status-neutral { color: var(--text-3); }
.p0-brand-hero-grid, .p0-proof-layout, .p0-portal-grid, .p0-growth-grid, .p0-report-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 12px; }
.p0-brand-story { min-height: 330px; padding: 31px; border-radius: var(--radius-lg); background: #e6e4dd; color: #252928; }
.p0-brand-story h3 { margin: 45px 0 21px; font-size: clamp(35px, 4vw, 56px); line-height: .97; letter-spacing: -.07em; }
.p0-brand-story p { max-width: 500px; color: #69716e; }
.p0-story-line { display: flex; justify-content: space-between; gap: 22px; max-width: 560px; padding-top: 14px; margin-top: 14px; border-top: 1px solid rgba(37,41,40,.15); font-size: 11px; }.p0-story-line span { color: #8a928d; }.p0-story-line b { font-weight: 600; }
.p0-brand-proof { position: relative; display: grid; align-content: space-between; min-height: 330px; padding: 25px; overflow: hidden; border-radius: var(--radius-lg); color: #eeeae1; background: #1a2827; }
.p0-proof-header, .p0-brand-proof-footer { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 14px; align-items: center; }
.p0-brand-product { position: relative; z-index: 1; display: grid; gap: 10px; align-items: end; min-height: 170px; padding: 20px; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: rgba(255,255,255,.06); }
.p0-brand-product small { color: #c6d7c4; font-size: 9px; letter-spacing: .13em; }.p0-brand-product strong { font-size: 29px; letter-spacing: -.06em; }.p0-brand-product span { max-width: 240px; color: #a5b4ae; font-size: 11px; line-height: 1.6; }
.p0-brand-orbit { position: absolute; right: -26px; top: 18px; width: 180px; height: 180px; border: 1px solid rgba(215,243,108,.45); border-radius: 50%; box-shadow: 0 0 0 18px rgba(215,243,108,.06), 0 0 0 37px rgba(215,243,108,.025); }
.p0-brand-proof-footer { color: #92a49d; font-size: 10px; }.p0-brand-proof-footer .text-arrow { color: var(--lime); }
.p0-bento-grid { display: grid; grid-template-columns: 1.45fr .8fr .8fr; gap: 12px; }
.p0-bento-card { min-height: 180px; display: grid; align-content: space-between; gap: 16px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); color: var(--text-1); background: var(--bg-1); text-align: left; cursor: pointer; transition: transform .22s ease, border-color .22s ease, background .22s ease; }
.p0-bento-card:hover, .p0-bento-card:focus-visible { border-color: rgba(215,243,108,.5); background: var(--bg-2); transform: translateY(-3px); }.p0-bento-card span { color: var(--text-3); font-size: 9px; letter-spacing: .1em; }.p0-bento-card strong { font-size: 22px; line-height: 1.1; letter-spacing: -.05em; }.p0-bento-card em { color: var(--text-2); font-size: 10px; font-style: normal; }.p0-bento-accent { color: #121613; background: var(--lime); }.p0-bento-accent span, .p0-bento-accent em { color: #56642b; }.p0-bento-accent:hover, .p0-bento-accent:focus-visible { border-color: #f2ffbb; background: #e3ff83; }
.p0-flow-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.p0-flow-strip > div { display: grid; gap: 7px; padding: 18px 15px; border-right: 1px solid var(--line); }.p0-flow-strip > div:last-child { border-right: 0; }.p0-flow-strip small { color: var(--lime); font-size: 9px; }.p0-flow-strip strong { font-size: 14px; }.p0-flow-strip span { color: var(--text-3); font-size: 10px; }
.p0-evidence-list, .p0-version-list, .p0-choice-list, .p0-file-list, .p0-lead-list, .p0-message-list { display: grid; gap: 0; margin-top: 24px; }.p0-evidence-list button, .p0-version-list button, .p0-choice-card, .p0-file-row, .p0-lead-row, .p0-message-list button { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 14px; width: 100%; padding: 16px 0; border: 0; border-top: 1px solid var(--line); color: var(--text-1); background: transparent; text-align: left; cursor: pointer; }.p0-evidence-list button:hover, .p0-version-list button:hover, .p0-choice-card:hover, .p0-file-row:hover, .p0-lead-row:hover, .p0-message-list button:hover { color: var(--lime); }.p0-evidence-list span, .p0-version-list b, .p0-choice-card > span { color: var(--lime); font-size: 10px; }.p0-evidence-list b, .p0-version-list span, .p0-choice-card strong, .p0-file-row strong, .p0-lead-row strong, .p0-message-list strong { font-size: 12px; font-weight: 600; }.p0-evidence-list small, .p0-file-row small, .p0-lead-row small, .p0-message-list small, .p0-choice-card small { color: var(--text-3); font-size: 10px; }.p0-evidence-list i, .p0-version-list i, .p0-choice-card i, .p0-file-row > i, .p0-lead-row > i, .p0-message-list > button > i { color: var(--text-3); font-style: normal; }.p0-choice-card { grid-template-columns: 35px 1fr auto; padding: 21px 0; }.p0-choice-card div, .p0-file-row div, .p0-lead-row div, .p0-message-list button div { display: grid; gap: 6px; }.p0-inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 25px; color: var(--text-2); font-size: 11px; }.p0-proof-layout .p0-panel-dark, .p0-growth-grid .p0-panel-dark { display: grid; align-content: center; gap: 15px; }
.p0-form { display: grid; gap: 27px; }.p0-form-intro { max-width: 500px; }.p0-form-intro h3 { margin-bottom: 10px; }.p0-form-intro p { margin: 0; }.p0-form > .button-primary { justify-self: start; }
.p0-progress { height: 9px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.08); }.p0-progress span { display: block; height: 100%; border-radius: inherit; background: var(--lime); transition: width .5s ease; }
.p0-timeline { display: grid; gap: 0; }.p0-timeline-item { display: grid; grid-template-columns: 52px minmax(0, 1fr) auto; gap: 18px; align-items: start; padding: 23px 0; border-top: 1px solid var(--line); }.p0-timeline-marker { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--text-3); font-size: 10px; }.p0-timeline-item.is-done .p0-timeline-marker { border-color: rgba(215,243,108,.55); color: var(--lime); }.p0-timeline-copy > div { display: flex; align-items: center; gap: 12px; }.p0-timeline-copy strong { font-size: 15px; }.p0-timeline-copy p { max-width: 620px; margin: 10px 0 0; color: var(--text-3); font-size: 11px; line-height: 1.7; }
.p0-file-icon { width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid rgba(215,243,108,.3); border-radius: 9px; color: var(--lime); }.p0-file-row { grid-template-columns: auto 1fr auto auto; }.p0-file-note { margin-top: 30px; }.p0-approval-layout { display: grid; place-items: center; }.p0-approval-card { display: grid; grid-template-columns: 1fr 1fr; width: min(820px, 100%); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--bg-1); }.p0-approval-preview { min-height: 370px; display: flex; flex-direction: column; justify-content: end; gap: 14px; padding: 30px; color: #f4f0e8; background: radial-gradient(circle at 70% 16%, rgba(239,207,90,.2), transparent 120px), linear-gradient(145deg,#1a3043,#1a1a22); }.p0-approval-preview strong { font-size: 43px; line-height: .96; letter-spacing: -.08em; }.p0-approval-preview span { color: #abb6bc; font-size: 10px; }.p0-approval-label { color: #e8cf69; font-size: 9px; letter-spacing: .13em; }.p0-approval-copy { display: grid; align-content: center; gap: 13px; padding: 31px; }.p0-approval-copy h3 { margin: 0; font-size: 26px; }.p0-approval-copy p { margin: 0; color: var(--text-2); font-size: 12px; line-height: 1.8; }.p0-approval-checks { display: grid; gap: 8px; color: var(--text-2); font-size: 11px; }.p0-approval-success { padding: 12px 14px; border: 1px solid rgba(215,243,108,.3); border-radius: 10px; color: var(--lime); background: rgba(215,243,108,.07); font-size: 11px; line-height: 1.55; }
.p0-pipeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; align-items: end; height: 210px; margin-top: 25px; padding-top: 20px; border-top: 1px solid var(--line); }.p0-pipeline > div { position: relative; display: flex; flex-direction: column; justify-content: end; height: 100%; gap: 5px; }.p0-pipeline strong { font-size: 23px; }.p0-pipeline span { color: var(--text-3); font-size: 10px; }.p0-pipeline i { display: block; min-height: 18px; margin-top: auto; border-radius: 7px 7px 2px 2px; background: linear-gradient(180deg, var(--lime), rgba(215,243,108,.16)); }.p0-next-list { display: grid; gap: 0; margin-top: 24px; }.p0-next-list button { display: grid; grid-template-columns: 25px 1fr auto; gap: 8px; padding: 14px 0; border: 0; border-top: 1px solid rgba(255,255,255,.11); color: var(--text-1); background: transparent; text-align: left; cursor: pointer; }.p0-next-list b { color: var(--lime); font-size: 10px; }.p0-next-list span { font-size: 11px; }.p0-next-list small { color: #87958e; font-size: 9px; }.p0-filter-row { display: flex; flex-wrap: wrap; gap: 7px; }.p0-filter { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--text-2); background: transparent; font-size: 10px; cursor: pointer; }.p0-filter.active, .p0-filter:hover { border-color: rgba(215,243,108,.5); color: #192018; background: var(--lime); }.p0-lead-avatar { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: #192018; background: var(--lime); font-size: 11px; }.p0-lead-row { grid-template-columns: auto 1fr auto auto; }.p0-followup-list { display: grid; gap: 12px; }.p0-followup-card { display: grid; grid-template-columns: 100px 1fr; gap: 22px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--bg-1); }.p0-followup-card.is-done { opacity: .76; border-color: rgba(215,243,108,.3); }.p0-followup-time { color: var(--lime); font-size: 24px; font-weight: 650; letter-spacing: -.06em; }.p0-followup-time strong { display: block; margin-top: 5px; color: var(--text-3); font-size: 10px; font-weight: 400; letter-spacing: 0; }.p0-followup-card h3 { margin: 9px 0 10px; font-size: 18px; }.p0-followup-card p { max-width: 580px; margin: 0 0 17px; color: var(--text-2); font-size: 11px; line-height: 1.7; }.p0-bar-chart { display: grid; gap: 20px; margin-top: 27px; }.p0-bar-chart > div { display: grid; grid-template-columns: 90px 1fr 32px; gap: 10px; align-items: center; color: var(--text-2); font-size: 10px; }.p0-bar-chart i { display: block; height: 10px; border-radius: 3px; background: linear-gradient(90deg, var(--lime), rgba(215,243,108,.2)); }.p0-bar-chart b { color: var(--text-1); font-size: 11px; text-align: right; }
.p0-retail-layout { display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: 45px; align-items: center; }.p0-mobile-shell { width: 320px; min-height: 595px; position: relative; display: grid; align-content: start; gap: 15px; padding: 15px 18px 78px; overflow: hidden; border: 9px solid #28201d; border-radius: 36px; color: #342923; background: #f4eee4; box-shadow: 0 18px 45px rgba(0,0,0,.3); }.p0-mobile-top { display: flex; justify-content: space-between; color: #806e60; font-size: 9px; }.p0-mobile-head { margin-top: 28px; }.p0-mobile-head small { color: #9d8471; font-size: 9px; }.p0-mobile-head h3 { margin: 9px 0 4px; font-size: 25px; letter-spacing: -.07em; }.p0-mobile-head p { margin: 0; color: #907b6b; font-size: 10px; }.p0-mobile-score { display: grid; gap: 4px; padding: 18px; border-radius: 19px; color: #f9f0e8; background: #603d31; }.p0-mobile-score span, .p0-mobile-score small { color: #dbb8a3; font-size: 10px; }.p0-mobile-score strong { font-size: 51px; line-height: .9; letter-spacing: -.09em; }.p0-mobile-task { display: grid; grid-template-columns: 1fr 39px; gap: 12px; align-items: center; padding: 17px; border: 1px solid rgba(105,65,49,.2); border-radius: 16px; background: #fffaf2; }.p0-mobile-task.is-done { border-color: rgba(94,135,72,.4); background: #eef5e7; }.p0-mobile-task div { display: grid; gap: 7px; }.p0-mobile-task strong { font-size: 13px; }.p0-mobile-task small { color: #987d6a; font-size: 9px; }.p0-mobile-task button { width: 39px; height: 39px; border: 0; border-radius: 50%; color: #fbf8ef; background: #c66955; font-size: 18px; cursor: pointer; }.p0-mobile-task.is-done button { color: #38512e; background: #cce0b9; }.p0-mobile-row { display: flex; justify-content: space-between; padding: 13px 3px; border-bottom: 1px solid rgba(105,65,49,.13); font-size: 11px; }.p0-mobile-row b { color: #c66955; font-size: 10px; }.p0-mobile-nav { position: absolute; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(4, 1fr); padding: 10px 6px 11px; border-top: 1px solid rgba(105,65,49,.16); background: rgba(244,238,228,.92); backdrop-filter: blur(12px); }.p0-mobile-nav span, .p0-mobile-nav button { display: grid; justify-items: center; gap: 4px; border: 0; color: #9f8879; background: transparent; font-size: 15px; cursor: pointer; }.p0-mobile-nav small { font-size: 8px; }.p0-mobile-nav .active { color: #c66955; }.p0-retail-notes { max-width: 430px; }.p0-retail-notes h3 { margin: 25px 0 16px; font-size: 45px; line-height: .97; letter-spacing: -.08em; }.p0-retail-notes p { max-width: 370px; }.p0-task-list { display: grid; gap: 10px; }.p0-task-row { display: grid; grid-template-columns: 30px 1fr auto; gap: 13px; align-items: center; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius-md); color: var(--text-1); background: var(--bg-1); text-align: left; cursor: pointer; }.p0-task-row:hover { border-color: rgba(215,243,108,.4); }.p0-task-row.is-done { border-color: rgba(215,243,108,.4); opacity: .75; }.p0-task-row div { display: grid; gap: 6px; }.p0-task-row strong { font-size: 13px; }.p0-task-row small { color: var(--text-3); font-size: 10px; }.p0-task-row > i { color: var(--text-3); font-style: normal; }.p0-task-check { width: 23px; height: 23px; display: grid; place-items: center; border: 1px solid #5e6a68; border-radius: 50%; color: #172017; background: transparent; font-size: 12px; }.p0-task-row.is-done .p0-task-check { border-color: var(--lime); background: var(--lime); }.p0-stock-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }.p0-stock-card { display: flex; justify-content: space-between; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--bg-1); }.p0-stock-card div { display: grid; gap: 8px; }.p0-stock-card strong { font-size: 42px; letter-spacing: -.08em; }.p0-stock-card small { color: var(--text-3); font-size: 10px; }.p0-stock-alert, .p0-stock-ok { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #1d211c; background: #ffb070; font-style: normal; }.p0-stock-ok { color: #334928; background: var(--lime); }.p0-stock-panel { display: grid; gap: 24px; }.p0-stock-list { display: grid; }.p0-stock-list button { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 17px 0; border: 0; border-top: 1px solid var(--line); color: var(--text-1); background: transparent; text-align: left; cursor: pointer; }.p0-stock-list b { color: #ffb070; }.p0-stock-list i { color: var(--text-3); font-style: normal; }.p0-message-list button { grid-template-columns: auto 1fr auto; }.p0-message-dot { width: 8px; height: 8px; border-radius: 50%; background: #ffb070; }.p0-message-dot.neutral { background: #6f7b7d; }.p0-empty { display: grid; justify-items: center; gap: 9px; padding: 70px 20px; border: 1px dashed var(--line); border-radius: var(--radius-md); color: var(--text-2); text-align: center; }.p0-empty strong { color: var(--text-1); font-size: 16px; }.p0-empty span { color: var(--text-3); font-size: 11px; }.p0-detail-modal { max-width: 560px; }.p0-detail-body { display: grid; gap: 20px; }.p0-detail-highlight { display: flex; justify-content: space-between; align-items: center; gap: 15px; }.p0-detail-highlight > span { color: var(--text-3); font-size: 10px; }.p0-detail-body > p { margin: 0; color: var(--text-2); font-size: 13px; line-height: 1.8; }.p0-detail-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.button-primary:focus-visible, .button-secondary:focus-visible, .button-ghost:focus-visible, .text-arrow:focus-visible, .p0-filter:focus-visible, .p0-task-row:focus-visible, .p0-mobile-nav button:focus-visible { outline: 2px solid var(--lime); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { *, *:before, *:after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

@keyframes slideIn { from { transform: translateX(30px); opacity: .5; } to { transform: translateX(0); opacity: 1; } }
@keyframes fadeUp { from { transform: translateY(18px); opacity: .5; } to { transform: translateY(0); opacity: 1; } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
  .showroom-hero { grid-template-columns: 1fr; padding-top: 48px; }
  .hero-case { max-width: 680px; width: 100%; margin: 0 auto; }
  .latest-delivery { grid-template-columns: 1fr; }
  .latest-delivery-visual { order: -1; transform: none; }
  .latest-batch-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .case-grid { grid-template-columns: repeat(2, 1fr); }
  .family-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .featured-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .screen-evidence-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .showroom-principles { grid-template-columns: 1fr; gap: 40px; }
  .product-layout { grid-template-columns: 74px minmax(0, 1fr); }
  .product-sidebar { padding: 24px 9px; }
  .product-sidebar-header { padding: 0 0 21px; text-align: center; }
  .product-sidebar-header h1, .product-sidebar-header p, .product-sidebar-header small { display: none; }
  .product-nav button { justify-content: center; padding: 12px 5px; }
  .product-nav button span:last-child { display: none; }
  .product-sidebar-footer { display: none; }
  .product-brand, .topbar-actions { min-width: 0; }
  .product-breadcrumb { display: none; }
  .dashboard-stats { grid-template-columns: repeat(2, 1fr); }
  .dashboard-grid, .incident-layout, .detail-hero, .factory-hero, .quote-layout, .northline-intro, .portfolio-detail, .availability-layout { grid-template-columns: 1fr; }
  .study-hero, .study-overview, .study-delivery { grid-template-columns: 1fr; }
  .study-hero { gap: 40px; padding-top: 58px; }
  .study-metrics { grid-template-columns: 1fr; gap: 30px; }
  .study-section, .study-section.reverse { grid-template-columns: 1fr; gap: 32px; }
  .study-section.reverse .study-section-copy, .study-section.reverse .study-section-visual { order: initial; }
  .detail-visual { min-height: 270px; }
  .northline-intro { gap: 25px; }
  .portfolio-strip { grid-template-columns: 1fr 1fr; }
  .portfolio-image:first-child { grid-column: 1 / -1; }
  .shelf-heading { align-items: start; }
  .shelf-track .case-card { width: min(72vw,360px); min-width: min(72vw,360px); }
  .shelf-track-featured .case-card { width: min(78vw,430px); min-width: min(78vw,430px); }
}

@media (max-width: 620px) {
  .showroom-nav, .showroom-main { width: min(100% - 28px, 1240px); }
  .study-topbar, .study-shell { width: min(100% - 28px, 1240px); }
  .showroom-nav { padding: 19px 0; }
  .nav-links a:not(.nav-note) { display: none; }
  .showroom-hero { min-height: auto; padding: 65px 0 70px; }
  .showroom-hero h1 { font-size: clamp(42px, 13vw, 56px); letter-spacing: -.04em; }
  .hero-case { min-height: 430px; padding: 9px; transform: none; }
  .hero-case-inner { min-height: 410px; padding: 18px; }
  .hero-slide-stage { min-height: 225px; }
  .hero-slide img { height: 198px; }
  .hero-slide-controls small { display: none; }
  .hero-case-bottom h3 { font-size: 22px; }
  .latest-delivery { margin-top: 10px; padding: 20px; border-radius: 20px; }
  .latest-delivery h2 { font-size: 43px; }
  .latest-delivery-visual img { min-height: 0; aspect-ratio: 16/10; }
  .latest-facts { gap: 14px; }
  .latest-batch-grid { grid-template-columns: 1fr; }
  .latest-batch-card { grid-template-columns: 126px minmax(0,1fr); }
  .latest-batch-card img { width: 126px; height: 82px; }
  .family-section, .featured-section { margin-top: 82px; }
  .family-grid, .featured-grid, .screen-evidence-grid { grid-template-columns: 1fr; }
  .family-card { min-height: 150px; }
  .featured-case-card .case-art { height: 245px; }
  .case-grid { grid-template-columns: 1fr; }
  .case-art { height: 245px; }
  .section-head { display: block; }
  .section-head p { margin-top: 15px; text-align: left; }
  .principles-list, .services-grid, .detail-grid, .spec-grid { grid-template-columns: 1fr; }
  .showroom-principles { margin: 90px 0 75px; }
  .showroom-cta { display: block; padding: 28px; }
  .showroom-cta p { margin: 20px 0 25px; }
  .study-topbar { height: 65px; }
  .study-topbar-right > span, .study-topbar-right > a:not(.button-primary) { display: none; }
  .study-topbar-right { gap: 8px; }
  .study-hero { min-height: auto; padding: 59px 0 73px; }
  .study-hero-copy h1 { font-size: clamp(45px, 13vw, 75px); }
  .study-lead { font-size: 16px; }
  .study-hero-visual { min-height: 300px; }
  .study-facts { grid-template-columns: repeat(2, 1fr); }
  .study-facts > div:nth-child(2) { border-right: 0; }
  .study-facts > div:nth-child(-n+2) { border-bottom: 1px solid #2c3234; }
  .study-metrics, .study-sections, .study-delivery { padding-top: 70px; padding-bottom: 60px; }
  .study-section { padding: 48px 0; }
  .study-section-visual { min-height: 230px; }
  .study-cta { display: block; padding-top: 60px; }
  .study-cta .button-primary { margin-top: 25px; }
  .product-topbar { height: 59px; padding: 0 14px; }
  .product-brand { font-size: 10px; }
  .topbar-actions .back-link { display: none; }
  .product-layout { grid-template-columns: 1fr; }
  .product-sidebar { position: fixed; z-index: 9; bottom: 0; left: 0; right: 0; height: 59px; padding: 5px 8px; border-top: 1px solid var(--line); border-right: 0; background: rgba(15,18,19,.93); backdrop-filter: blur(18px); }
  .case-factory .product-sidebar { border-color: rgba(255,220,188,.13); background: rgba(28,21,18,.94); }
  .case-northline .product-sidebar { background: rgba(232,235,228,.94); }
  .product-nav { grid-template-columns: repeat(4, 1fr); gap: 3px; }
  .product-nav button { height: 48px; padding: 4px 2px; font-size: 9px; }
  .product-nav button span:first-child { height: 17px; }
  .product-nav button span:last-child { display: block; overflow: hidden; max-width: 100%; text-overflow: ellipsis; white-space: nowrap; }
  .product-main { padding: 29px 14px 91px; }
  .product-view-head { display: block; margin-bottom: 22px; }
  .view-actions { justify-content: flex-start; margin-top: 17px; }
  .dashboard-stats { gap: 7px; }
  .stat-card { min-height: 97px; padding: 13px; }
  .stat-card strong { margin-top: 12px; font-size: 26px; }
  .table-toolbar { display: block; }
  .search-input { width: 100%; margin-top: 9px; }
  .data-table { min-width: 590px; }
  .panel.table-panel { overflow-x: auto; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-thumb { height: 130px; }
  .factory-intro, .factory-scene { min-height: 245px; }
  .quote-layout .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .portfolio-strip { grid-template-columns: 1fr; }
  .portfolio-image:first-child { grid-column: auto; }
  .portfolio-image { min-height: 245px; }
  .portfolio-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .portfolio-card-image { height: 210px; }
  .portfolio-card-meta { display: block; line-height: 1.6; }
  .portfolio-card-meta span { display: block; }
  .concept-gallery { grid-template-columns: 1fr; }
  .concept-gallery-image { min-height: 190px; }
  .concept-commercial { grid-template-columns: 1fr; }
  .drawer, .modal { padding: 21px; }
  .showroom-shelf { margin-top: 72px; }
  .showroom-featured-shelf { margin-top: 22px; }
  .shelf-heading { display: block; margin-bottom: 17px; }
  .shelf-heading h2 { font-size: 36px; }
  .shelf-heading p { margin-top: 12px; text-align: left; }
  .shelf-track { gap: 12px; padding-bottom: 18px; }
  .shelf-track .case-card,.shelf-track-featured .case-card { width: 83vw; min-width: 83vw; }
  .shelf-track .case-art,.shelf-track-featured .case-art { height: 220px; }
  .shelf-track .case-card-body { min-height: 0; }
}

@media (max-width: 900px) {
  .p0-brand-hero-grid, .p0-proof-layout, .p0-portal-grid, .p0-growth-grid, .p0-report-layout { grid-template-columns: 1fr; }
  .p0-retail-layout { grid-template-columns: 320px minmax(0, 1fr); gap: 25px; }
  .p0-retail-notes h3 { font-size: 38px; }
}

@media (max-width: 620px) {
  .p0-app { gap: 24px; }
  .p0-stat-grid, .p0-bento-grid, .p0-stock-grid { grid-template-columns: 1fr; }
  .p0-stat { min-height: 102px; }
  .p0-stat strong { font-size: 31px; }
  .p0-brand-story, .p0-brand-proof { min-height: 290px; padding: 22px; }
  .p0-brand-story h3 { margin-top: 31px; font-size: 41px; }
  .p0-story-line { display: grid; gap: 6px; }
  .p0-flow-strip { grid-template-columns: 1fr; }
  .p0-flow-strip > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .p0-flow-strip > div:last-child { border-bottom: 0; }
  .p0-panel { padding: 20px; }
  .p0-panel-head { display: grid; gap: 13px; }
  .p0-approval-card { grid-template-columns: 1fr; }
  .p0-approval-preview { min-height: 260px; }
  .p0-approval-preview strong { font-size: 36px; }
  .p0-timeline-item { grid-template-columns: 39px minmax(0, 1fr); gap: 12px; }
  .p0-timeline-item > .button-secondary { grid-column: 2; justify-self: start; }
  .p0-timeline-copy > div { display: grid; gap: 8px; }
  .p0-followup-card { grid-template-columns: 1fr; gap: 13px; padding: 20px; }
  .p0-pipeline { gap: 7px; }
  .p0-pipeline strong { font-size: 18px; }
  .p0-bar-chart > div { grid-template-columns: 73px 1fr 27px; gap: 7px; }
  .p0-retail-layout { grid-template-columns: 1fr; justify-items: center; }
  .p0-retail-notes { justify-self: start; }
  .p0-retail-notes h3 { margin-top: 13px; font-size: 39px; }
  .p0-mobile-shell { width: min(320px, 100%); }
  .p0-file-row, .p0-lead-row { grid-template-columns: auto 1fr auto; }
  .p0-file-row .p0-status, .p0-lead-row .p0-status { grid-column: 2; justify-self: start; }
  .p0-file-row > i, .p0-lead-row > i { grid-column: 3; grid-row: 1 / span 2; }
  .p0-inline-cta { display: grid; justify-content: start; }
}
