:root {
  --ink: #101418;
  --ink-soft: #262c31;
  --paper: #f2f0e9;
  --paper-bright: #fbfaf6;
  --line: rgba(16, 20, 24, 0.16);
  --muted: #686d70;
  --lime: #c9ff4a;
  --cyan: #5ee8ff;
  --coral: #ff7657;
  --violet: #a28cff;
  --radius: 24px;
  --shell: min(1240px, calc(100vw - 48px));
  --font-display: "Manrope", system-ui, sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img, svg { display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { background: var(--lime); color: var(--ink); }
.section-shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; background: var(--lime); color: var(--ink); transform: translateY(-150%); transition: transform 160ms ease; }
.skip-link:focus { transform: translateY(0); }
.noise { position: fixed; inset: 0; z-index: 100; opacity: 0.035; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E"); }

.site-header { position: fixed; z-index: 90; top: 0; left: 0; width: 100%; color: white; transition: background 220ms ease, border-color 220ms ease; }
.site-header.is-scrolled { background: rgba(16, 20, 24, 0.86); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(18px); }
.nav-shell { width: var(--shell); min-height: 82px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.wordmark { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 11px; font-family: var(--font-display); font-weight: 800; font-size: 14px; letter-spacing: .15em; }
.wordmark img { width: 30px; height: 30px; object-fit: contain; }
.primary-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; }
.primary-nav > a { position: relative; }
.primary-nav > a:not(.nav-contact)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--lime); transition: right 180ms ease; }
.primary-nav > a:not(.nav-contact):hover::after { right: 0; }
.nav-contact { display: inline-flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; padding: 10px 15px; }
.nav-contact:hover { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.nav-contact svg, .card-link svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: transparent; color: white; cursor: pointer; position: relative; }
.menu-toggle > span:not(.sr-only) { position: absolute; left: 12px; width: 17px; height: 1px; background: currentColor; transition: transform 180ms ease, top 180ms ease; }
.menu-toggle > span:nth-last-child(2) { top: 16px; }
.menu-toggle > span:last-child { top: 24px; }
.menu-toggle[aria-expanded="true"] > span:nth-last-child(2) { top: 20px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:last-child { top: 20px; transform: rotate(-45deg); }

.hero { position: relative; min-height: 800px; height: max(800px, 100svh); padding: 124px max(24px, calc((100vw - 1240px) / 2)) 28px; color: white; background: var(--ink); overflow: hidden; display: flex; flex-direction: column; }
.hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to right, transparent, black 35%, black); }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.hero-orbit-one { width: 850px; height: 850px; right: -350px; top: -310px; }
.hero-orbit-two { width: 560px; height: 560px; right: -30px; bottom: -400px; border-color: rgba(201,255,74,.22); }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(350px, .68fr); gap: clamp(56px, 8vw, 130px); align-items: center; flex: 1; }
.hero-copy { max-width: 820px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 26px; font-family: var(--font-display); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 24px; height: 2px; background: var(--lime); }
.hero h1 { margin: 0; font-family: var(--font-display); font-size: clamp(53px, 6.8vw, 100px); font-weight: 700; line-height: .94; letter-spacing: -.065em; }
.hero h1 em, .contact h2 em { color: var(--lime); font-family: Georgia, serif; font-weight: 400; }
.hero-lede { max-width: 640px; margin: 32px 0 0; color: rgba(255,255,255,.66); font-size: clamp(18px, 1.5vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 0 22px; border-radius: 999px; font-weight: 700; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.button-light { background: var(--paper-bright); color: var(--ink); }
.button-light:hover { background: var(--lime); }
.text-link { padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.35); color: rgba(255,255,255,.74); }
.text-link:hover { color: white; border-color: white; }
.hero-system { position: relative; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.045); backdrop-filter: blur(10px); border-radius: 28px; overflow: hidden; transform: rotate(2deg); box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.system-head, .system-list div { display: flex; align-items: center; justify-content: space-between; }
.system-head { padding: 18px 20px; border-bottom: 1px solid rgba(255,255,255,.13); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.system-live { display: flex; align-items: center; gap: 7px; color: var(--lime); }
.system-live i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px rgba(201,255,74,.1); }
.system-main { display: flex; align-items: flex-end; gap: 22px; padding: 28px 22px 30px; }
.system-number { font-family: var(--font-display); font-size: 104px; font-weight: 700; line-height: .8; letter-spacing: -.08em; color: var(--lime); }
.system-main p { margin: 0; padding-bottom: 3px; color: rgba(255,255,255,.6); line-height: 1.25; }
.system-list { border-top: 1px solid rgba(255,255,255,.13); }
.system-list div { padding: 13px 20px; border-bottom: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.66); font-size: 13px; }
.system-list b { color: white; font-family: var(--font-display); font-size: 12px; }
.system-marquee { display: flex; gap: 24px; padding: 13px 20px; white-space: nowrap; overflow: hidden; color: rgba(255,255,255,.28); font-family: var(--font-display); font-size: 10px; letter-spacing: .12em; }
.hero-footer { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 30px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.16); }
.hero-footer div { display: grid; gap: 3px; }
.hero-footer span { color: rgba(255,255,255,.42); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.hero-footer strong { font-size: 13px; }
.hero-footer > a { display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,.58); font-size: 12px; }
.hero-footer svg { width: 16px; height: 16px; fill: none; stroke: currentColor; }

.section-index { margin: 0; color: var(--muted); font-family: var(--font-display); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.intro { display: grid; grid-template-columns: 1fr 3fr; gap: 40px; padding-block: 142px 132px; }
.intro-copy { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, .8fr); gap: clamp(40px, 8vw, 120px); align-items: end; }
.intro h2, .studio h2, .principles h2 { margin: 0; font-family: var(--font-display); font-size: clamp(42px, 5vw, 72px); line-height: 1.02; letter-spacing: -.055em; }
.intro-copy > p { margin: 0 0 6px; color: var(--muted); font-size: 18px; line-height: 1.6; }

.products { position: relative; padding: 118px 0 130px; background: var(--paper-bright); overflow: hidden; }
.products::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .34; background-image: linear-gradient(rgba(16,20,24,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(16,20,24,.035) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 44%); }
.products-head { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 44px; margin-bottom: 34px; }
.eyebrow-dark { margin-bottom: 15px; color: var(--muted); }
.eyebrow-dark > span { background: var(--ink); }
.products-head h2 { margin: 0; font-family: var(--font-display); font-size: clamp(44px, 5vw, 70px); line-height: 1; letter-spacing: -.055em; }
.products-intro { max-width: 570px; margin: 24px 0 0; color: var(--muted); font-size: 18px; line-height: 1.55; }
.portfolio-controls { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 24px; padding: 13px 14px 13px 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.67); backdrop-filter: blur(10px); }
.portfolio-summary { display: flex; align-items: center; gap: 0; margin: 0; }
.portfolio-summary > span { display: flex; align-items: baseline; gap: 7px; padding: 0 18px; border-right: 1px solid var(--line); }
.portfolio-summary > span:first-child { padding-left: 0; }
.portfolio-summary > span:last-child { border: 0; }
.portfolio-summary strong { font-family: var(--font-display); font-size: 19px; font-weight: 800; letter-spacing: -.04em; }
.portfolio-summary small { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.product-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; max-width: 620px; }
.filter { border: 1px solid transparent; border-radius: 999px; padding: 9px 13px; background: transparent; color: var(--muted); font-size: 12px; font-weight: 600; cursor: pointer; transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease; }
.filter span { margin-left: 5px; opacity: .55; }
.filter:hover { border-color: var(--line); color: var(--ink); }
.filter.is-active { background: var(--ink); border-color: var(--ink); color: white; box-shadow: 0 6px 18px rgba(16,20,24,.16); }
.product-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.product-card { position: relative; min-width: 0; min-height: 490px; border: 1px solid rgba(16,20,24,.14); border-radius: var(--radius); background: rgba(242,240,233,.96); overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; transition: transform 250ms ease, box-shadow 250ms ease, border-color 250ms ease; }
.product-card::after { content: ""; position: absolute; inset: 0; border-radius: inherit; border: 1px solid rgba(255,255,255,.52); pointer-events: none; }
.product-card:hover { transform: translateY(-6px); border-color: rgba(16,20,24,.28); box-shadow: 0 24px 65px rgba(16,20,24,.12); }
.product-card[hidden] { display: none; }
.product-card-featured { grid-column: span 3; min-height: 510px; display: grid; grid-template-columns: 1.15fr 1fr; }
.product-card-featured:nth-child(2) { grid-template-columns: 1fr 1.15fr; }
.product-card-featured:nth-child(2) .product-visual { order: 2; }
.product-visual { position: relative; min-height: 100%; padding: 30px; overflow: hidden; }
.visual-endam { color: #251725; background: #ffb7be; }
.visual-endam::before { content: ""; position: absolute; width: 400px; height: 400px; left: 50%; top: 50%; border: 1px solid rgba(37,23,37,.25); border-radius: 50%; transform: translate(-50%,-45%); box-shadow: 0 0 0 48px rgba(255,255,255,.1), 0 0 0 96px rgba(255,255,255,.06); }
.visual-top { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.visual-top i { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: var(--ink); color: white; font-family: var(--font-display); font-size: 22px; font-style: normal; }
.outfit-figure { position: absolute; left: 50%; top: 55%; width: 145px; height: 270px; transform: translate(-50%,-50%); }
.outfit-figure span:first-child { position: absolute; left: 46px; top: 0; width: 54px; height: 54px; border-radius: 50%; background: #f4d1bd; border: 6px solid var(--ink); }
.outfit-figure span:nth-child(2) { position: absolute; left: 17px; top: 48px; width: 112px; height: 124px; background: #ff4f3d; border: 6px solid var(--ink); border-radius: 36px 36px 10px 10px; clip-path: polygon(20% 0, 80% 0, 100% 100%, 0 100%); }
.outfit-figure span:last-child { position: absolute; left: 25px; top: 166px; width: 96px; height: 105px; border-left: 38px solid var(--ink); border-right: 38px solid var(--ink); }
.score-row { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 25px; display: flex; justify-content: space-between; padding-top: 13px; border-top: 1px solid rgba(37,23,37,.25); font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.visual-purchio { display: grid; place-items: center; background: #b9dfff; color: var(--ink); }
.visual-purchio::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(16,20,24,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(16,20,24,.1) 1px, transparent 1px); background-size: 34px 34px; }
.visual-ensar { display: grid; place-items: center; background: #0e4d43; color: #f9e9bd; }
.ensar-orbit { position: absolute; width: 430px; height: 430px; border: 1px solid rgba(249,233,189,.2); border-radius: 50%; }
.ensar-orbit::before, .ensar-orbit::after { content: ""; position: absolute; border: 1px solid rgba(249,233,189,.14); border-radius: 50%; }
.ensar-orbit::before { inset: 52px; }
.ensar-orbit::after { inset: 112px; background: rgba(249,233,189,.05); }
.ensar-orbit span:first-child { position: absolute; z-index: 1; top: 68px; right: 68px; width: 58px; height: 58px; border-radius: 50%; background: #f9e9bd; box-shadow: -14px 2px 0 #0e4d43; }
.ensar-orbit span:last-child { position: absolute; left: 44px; bottom: 112px; width: 6px; height: 6px; border-radius: 50%; background: #f9e9bd; box-shadow: 96px -205px 0 rgba(249,233,189,.7), 270px 45px 0 rgba(249,233,189,.55); }
.ensar-panel { position: relative; z-index: 2; width: min(390px, 88%); border: 1px solid rgba(249,233,189,.28); border-radius: 22px; background: rgba(8,48,42,.75); box-shadow: 0 28px 70px rgba(0,0,0,.25); backdrop-filter: blur(12px); overflow: hidden; }
.ensar-head { display: flex; align-items: center; justify-content: space-between; padding: 17px 19px; border-bottom: 1px solid rgba(249,233,189,.18); font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.ensar-head i { color: rgba(249,233,189,.6); font-style: normal; }
.ensar-time { display: grid; justify-items: center; padding: 28px 20px 24px; }
.ensar-time span { color: rgba(249,233,189,.6); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.ensar-time strong { font-family: var(--font-display); font-size: 70px; line-height: 1; letter-spacing: -.07em; }
.ensar-time b { margin-top: 5px; font-size: 11px; font-weight: 600; }
.ensar-prayers { display: grid; grid-template-columns: repeat(3,1fr); padding: 0 12px 14px; gap: 7px; }
.ensar-prayers span { display: grid; gap: 5px; padding: 11px 8px; border: 1px solid rgba(249,233,189,.13); border-radius: 11px; text-align: center; }
.ensar-prayers .is-next { background: #f9e9bd; color: #0e4d43; }
.ensar-prayers i { font-size: 9px; font-style: normal; opacity: .7; }
.ensar-prayers b { font-family: var(--font-display); font-size: 12px; }
.receipt { position: relative; z-index: 2; width: min(300px, 80%); padding: 25px 24px 32px; background: #fffdf3; box-shadow: 14px 18px 0 var(--ink); transform: rotate(-3deg); font-family: ui-monospace, monospace; }
.receipt::after { content: ""; position: absolute; left: 0; right: 0; bottom: -10px; height: 12px; background: linear-gradient(135deg, transparent 7px, #fffdf3 0) 0 0/14px 14px repeat-x, linear-gradient(45deg, #fffdf3 7px, transparent 0) 0 0/14px 14px repeat-x; }
.receipt div, .receipt p, .receipt strong { display: flex; justify-content: space-between; gap: 20px; font-size: 11px; }
.receipt p { color: #555; }
.receipt strong { margin-top: 16px; font-size: 13px; }
.receipt hr { margin: 15px 0; border: 0; border-top: 1px dashed #999; }
.scan-corner { position: absolute; z-index: 3; width: 56px; height: 56px; border-color: var(--ink); }
.corner-one { top: 28px; left: 28px; border-top: 3px solid; border-left: 3px solid; }
.corner-two { right: 28px; bottom: 28px; border-right: 3px solid; border-bottom: 3px solid; }
.product-body { position: relative; z-index: 1; flex: 1; display: flex; flex-direction: column; padding: 29px; }
.product-card-featured .product-body { justify-content: center; padding: clamp(34px, 5vw, 68px); }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 32px; color: var(--muted); font-family: var(--font-display); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.status { display: inline-flex; align-items: center; gap: 7px; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px rgba(16,20,24,.07); }
.product-body h3 { margin: 0 0 15px; font-family: var(--font-display); font-size: 34px; line-height: 1; letter-spacing: -.045em; }
.product-card-featured h3 { font-size: clamp(40px, 4vw, 64px); }
.product-body > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.product-card-featured .product-body > p { max-width: 510px; font-size: 18px; }
.product-tags { display: flex; flex-wrap: wrap; gap: 6px; padding: 0; margin: 25px 0 30px; list-style: none; }
.product-tags li { border: 1px solid currentColor; border-radius: 999px; padding: 6px 9px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.card-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 14px; width: 100%; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.card-link:not(.card-link-muted):hover { color: #305f00; }
.card-link-muted { color: var(--muted); }
.product-scene { position: relative; min-height: 218px; padding: 21px 22px; overflow: hidden; border-bottom: 1px solid rgba(16,20,24,.1); color: var(--scene-ink); background: var(--scene-bg); }
.product-scene::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(135deg, black, transparent 78%); }
.scene-label { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.scene-label b { padding: 5px 8px; border: 1px solid currentColor; border-radius: 999px; font-size: 8px; }
.scene-korras { --scene-bg:#c9e7ae; --scene-ink:#174e3d; }
.progress-track { position: relative; z-index: 1; height: 10px; margin-top: 25px; border: 1px solid rgba(23,78,61,.25); border-radius: 999px; background: rgba(255,255,255,.3); overflow: hidden; }
.progress-track i { display: block; width: 80%; height: 100%; background: #174e3d; }
.check-list { position: relative; z-index: 1; display: grid; gap: 7px; margin-top: 15px; }
.check-list span { display: grid; grid-template-columns: 22px 1fr auto; align-items: center; min-height: 34px; padding: 0 10px 0 6px; border-radius: 9px; background: rgba(255,255,255,.52); font-size: 10px; }
.check-list i { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: #174e3d; color: white; font-size: 9px; font-style: normal; }
.check-list b { font-family: var(--font-display); }
.scene-klar { --scene-bg:#e9f1c8; --scene-ink:#34533d; }
.ledger-item { position: relative; z-index: 1; display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 11px; margin-top: 26px; padding: 13px; border: 1px solid rgba(52,83,61,.18); border-radius: 13px; background: rgba(255,255,255,.58); }
.ledger-item > i { width: 46px; height: 52px; border-radius: 8px 8px 4px 4px; background: #34533d; clip-path: polygon(20% 0,80% 0,100% 20%,85% 31%,85% 100%,15% 100%,15% 31%,0 20%); }
.ledger-item span { display: grid; gap: 2px; }
.ledger-item small { font-size: 9px; }
.ledger-item strong { font-family: var(--font-display); font-size: 14px; }
.ledger-item > b { font-size: 11px; }
.ledger-flow { position: relative; z-index: 1; display: flex; align-items: center; gap: 7px; margin-top: 15px; color: rgba(52,83,61,.75); font-size: 8px; font-weight: 700; text-transform: uppercase; }
.ledger-flow i { flex: 1; height: 1px; background: rgba(52,83,61,.32); }
.scene-kapil { --scene-bg:#f5c8d8; --scene-ink:#58243d; }
.memory-stack { position: relative; z-index: 1; display: grid; gap: 7px; margin-top: 20px; }
.memory-stack div { display: grid; grid-template-columns: 32px 1fr; align-items: center; min-height: 40px; padding: 6px 10px; border-radius: 11px; background: rgba(255,255,255,.55); box-shadow: 0 6px 20px rgba(88,36,61,.07); font-size: 10px; }
.memory-stack div:nth-child(2) { margin-left: 16px; }
.memory-stack div:nth-child(3) { margin-left: 32px; }
.memory-stack i { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 8px; background: #58243d; color: #f5c8d8; font-size: 8px; font-style: normal; font-weight: 800; }
.scene-yaver { --scene-bg:#b7adff; --scene-ink:#1c1641; }
.chat-bubble { position: relative; z-index: 1; max-width: 88%; padding: 9px 12px; border-radius: 12px; font-size: 9px; }
.chat-bubble.question { margin: 18px 0 7px auto; border-bottom-right-radius: 3px; background: #1c1641; color: #fff; }
.chat-bubble.answer { display: grid; grid-template-columns: 22px 1fr; gap: 8px; align-items: center; border-bottom-left-radius: 3px; background: rgba(255,255,255,.64); }
.chat-bubble.answer i { width: 22px; height: 22px; border-radius: 50%; background: #1c1641; box-shadow: inset 0 0 0 6px #b7adff; }
.source-row { position: relative; z-index: 1; display: flex; justify-content: space-between; margin-top: 12px; padding-top: 9px; border-top: 1px solid rgba(28,22,65,.2); font-size: 8px; font-weight: 700; text-transform: uppercase; }
.scene-rbk { --scene-bg:#b8ddff; --scene-ink:#143b54; }
.bench-plan { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; margin-top: 24px; padding: 10px; border: 2px solid #143b54; border-radius: 27px 27px 11px 11px; background: rgba(255,255,255,.34); }
.bench-plan span { display: grid; place-items: center; min-height: 72px; border: 1px solid rgba(20,59,84,.3); border-radius: 19px 19px 8px 8px; background: rgba(255,255,255,.55); }
.bench-plan i { font-family: var(--font-display); font-size: 17px; font-style: normal; font-weight: 800; }
.bench-plan small { margin-top: -12px; font-size: 8px; }
.fit-result { position: relative; z-index: 1; display: flex; justify-content: space-between; margin-top: 11px; font-size: 8px; font-weight: 700; text-transform: uppercase; }
.scene-fern { --scene-bg:#ffc8b5; --scene-ink:#713522; }
.journey-line { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; margin: 36px 12px 0; }
.journey-line::before { content: ""; position: absolute; left: 0; right: 0; height: 2px; background: rgba(113,53,34,.28); }
.journey-line i { position: relative; width: 10px; height: 10px; border: 2px solid #713522; border-radius: 50%; background: #ffc8b5; }
.journey-line .active { width: 22px; height: 22px; background: #713522; box-shadow: 0 0 0 7px rgba(113,53,34,.12); }
.journey-cards { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 22px; }
.journey-cards span { display: grid; gap: 2px; padding: 10px; border-radius: 10px; background: rgba(255,255,255,.48); }
.journey-cards small { font-size: 8px; text-transform: uppercase; }
.journey-cards b { font-family: var(--font-display); font-size: 11px; }
.scene-lumen { --scene-bg:#d5c1ff; --scene-ink:#3d2767; }
.lumen-date { position: relative; z-index: 1; display: grid; grid-template-columns: 34px 58px 1fr; align-items: center; margin-top: 22px; padding: 12px; border: 1px solid rgba(61,39,103,.18); border-radius: 13px; background: rgba(255,255,255,.52); }
.lumen-date span { font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.lumen-date strong { font-family: var(--font-display); font-size: 35px; line-height: 1; }
.lumen-date small { font-size: 9px; }
.lumen-stats { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin-top: 11px; }
.lumen-stats span { display: grid; padding: 7px; border-top: 1px solid rgba(61,39,103,.25); font-size: 8px; text-transform: uppercase; }
.lumen-stats b { font-family: var(--font-display); font-size: 14px; }
.scene-atlas { --scene-bg:#b9e8dd; --scene-ink:#174940; }
.carton-chart { position: relative; z-index: 1; display: flex; align-items: flex-end; gap: 8px; height: 90px; margin-top: 18px; padding: 8px 8px 0; border-left: 1px solid rgba(23,73,64,.28); border-bottom: 1px solid rgba(23,73,64,.28); }
.carton-chart span { display: grid; place-items: end center; flex: 1; height: var(--box); padding-bottom: 5px; border: 2px solid #174940; background: rgba(255,255,255,.28); }
.carton-chart i { font-size: 7px; font-style: normal; font-weight: 800; }
.atlas-result { position: relative; z-index: 1; display: flex; align-items: baseline; justify-content: space-between; margin-top: 13px; }
.atlas-result span { font-size: 8px; text-transform: uppercase; }
.atlas-result strong { font-family: var(--font-display); font-size: 16px; }
.filter-empty { padding: 60px 0; color: var(--muted); text-align: center; }

.studio { display: grid; grid-template-columns: 1fr 2fr; gap: clamp(50px, 10vw, 150px); padding-block: 145px; }
.studio-heading h2 { margin-top: 24px; }
.studio-lede { max-width: 750px; margin: 0 0 72px; font-family: var(--font-display); font-size: clamp(23px, 2.5vw, 34px); line-height: 1.35; letter-spacing: -.035em; }
.capabilities { border-top: 1px solid var(--line); }
.capabilities article { display: grid; grid-template-columns: 48px 145px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); align-items: start; }
.capabilities span { color: var(--muted); font-size: 11px; }
.capabilities h3 { margin: 0; font-family: var(--font-display); font-size: 18px; }
.capabilities p { margin: 0; color: var(--muted); }

.principles { padding: 130px 0; color: white; background: #1b2024; }
.principles-inner { display: grid; grid-template-columns: 1fr 1.5fr; gap: clamp(60px, 12vw, 160px); }
.principles .section-index { color: rgba(255,255,255,.45); }
.principles h2 { margin-top: 24px; }
.principle-list { border-top: 1px solid rgba(255,255,255,.15); }
.principle-list article { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.principle-list article > span { color: var(--lime); font-size: 11px; }
.principle-list h3 { margin: 0 0 8px; font-family: var(--font-display); font-size: 20px; }
.principle-list p { margin: 0; color: rgba(255,255,255,.55); }

.contact { padding-block: 110px; }
.contact-card { position: relative; padding: clamp(42px, 7vw, 90px); border-radius: 34px; background: var(--ink); color: white; overflow: hidden; }
.contact-card::after { content: "V"; position: absolute; right: -20px; bottom: -130px; color: rgba(255,255,255,.04); font-family: var(--font-display); font-size: 520px; font-weight: 800; line-height: 1; pointer-events: none; }
.contact h2 { position: relative; z-index: 2; margin: 0; font-family: var(--font-display); font-size: clamp(48px, 6.5vw, 86px); line-height: .98; letter-spacing: -.06em; }
.contact-card > p:not(.eyebrow) { position: relative; z-index: 2; max-width: 580px; margin: 26px 0 34px; color: rgba(255,255,255,.6); font-size: 18px; }
.contact .button { position: relative; z-index: 2; }

.site-footer { color: white; background: var(--ink); }
.footer-main { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 60px; padding: 75px 0 65px; align-items: start; }
.footer-wordmark { font-size: 16px; }
.footer-wordmark img { width: 40px; height: 40px; }
.footer-main > p { margin: 0; color: rgba(255,255,255,.5); }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 35px; justify-self: end; min-width: 260px; }
.footer-links a { color: rgba(255,255,255,.65); }
.footer-links a:hover { color: var(--lime); }
.footer-legal { display: flex; justify-content: space-between; gap: 30px; padding: 20px 0 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.38); font-size: 11px; letter-spacing: .04em; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 650ms cubic-bezier(.2,.8,.2,1), transform 650ms cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.product-grid .reveal:nth-child(3n+2) { transition-delay: 70ms; }
.product-grid .reveal:nth-child(3n) { transition-delay: 140ms; }

:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
@media (max-width: 1050px) {
  :root { --shell: min(100% - 36px, 1240px); }
  .hero { padding-inline: 24px; }
  .hero-inner { grid-template-columns: 1.25fr .75fr; gap: 45px; }
  .hero h1 { font-size: clamp(55px, 7vw, 78px); }
  .system-number { font-size: 80px; }
  .intro { grid-template-columns: 1fr; gap: 28px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-card-featured { grid-column: span 2; }
  .products-head { align-items: start; flex-direction: column; }
  .product-filters { justify-content: flex-start; }
  .studio { grid-template-columns: 1fr; }
  .studio-lede { margin-bottom: 45px; }
}

@media (max-width: 860px) {
  .nav-shell { min-height: 72px; }
  .menu-toggle { display: block; z-index: 2; }
  .primary-nav { position: absolute; z-index: 1; inset: 0 auto auto 0; width: 100vw; height: 100dvh; padding: 120px 24px 35px; background: var(--ink); flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 24px; font-family: var(--font-display); font-size: 30px; transform: translateY(-110%); visibility: hidden; transition: transform 260ms ease, visibility 260ms ease; }
  .primary-nav.is-open { transform: translateY(0); visibility: visible; }
  .nav-contact { margin-top: auto; font-family: var(--font-body); font-size: 15px; }
  .hero { height: auto; min-height: 100svh; padding-top: 112px; }
  .hero-inner { grid-template-columns: 1fr; gap: 54px; }
  .hero-system { max-width: 560px; transform: rotate(1deg); }
  .hero-footer { margin-top: 70px; }
  .intro-copy { grid-template-columns: 1fr; align-items: start; }
  .principles-inner { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 2; grid-row: 1 / span 2; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100vw - 28px); --radius: 19px; }
  .hero { min-height: auto; padding: 105px 14px 22px; }
  .hero h1 { font-size: clamp(46px, 14vw, 66px); }
  .hero-lede { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-system { width: calc(100% - 4px); }
  .system-number { font-size: 72px; }
  .hero-footer { grid-template-columns: 1fr 1fr; }
  .hero-footer > a { display: none; }
  .intro { padding-block: 88px; }
  .intro h2, .studio h2, .principles h2 { font-size: 42px; }
  .products { padding-block: 82px; }
  .products-head h2 { font-size: 46px; }
  .products-intro { font-size: 16px; }
  .portfolio-controls { width: 100%; align-items: flex-start; flex-direction: column; padding: 13px; border-radius: 16px; }
  .portfolio-summary { width: 100%; justify-content: space-between; }
  .portfolio-summary > span { flex: 1; display: grid; gap: 0; padding: 0 10px; }
  .portfolio-summary strong { font-size: 17px; }
  .product-filters { flex-wrap: nowrap; width: calc(100vw - 28px); margin-left: 0; padding: 0 0 5px; overflow-x: auto; scrollbar-width: none; }
  .product-filters::-webkit-scrollbar { display: none; }
  .filter { flex: 0 0 auto; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card, .product-card-featured { grid-column: span 1; min-height: 0; display: flex; }
  .product-card-featured:nth-child(2) .product-visual { order: 0; }
  .product-visual { min-height: 360px; }
  .product-card-featured .product-body, .product-body { padding: 25px; }
  .product-card-featured h3 { font-size: 42px; }
  .product-card-featured .product-body > p { font-size: 16px; }
  .product-scene { min-height: 210px; }
  .studio { padding-block: 90px; }
  .capabilities article { grid-template-columns: 35px 1fr; }
  .capabilities article p { grid-column: 2; }
  .principles { padding-block: 90px; }
  .contact { padding-block: 70px; }
  .contact-card { border-radius: 24px; }
  .contact h2 { font-size: 48px; }
  .footer-main { grid-template-columns: 1fr; gap: 32px; padding-block: 55px; }
  .footer-links { grid-column: 1; grid-row: auto; justify-self: start; }
  .footer-legal { align-items: flex-start; flex-direction: column; gap: 7px; }
}

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