:root {
  --ink: #071115;
  --ink-soft: #0c1a20;
  --panel: #102129;
  --paper: #eef5f3;
  --muted: #93a6aa;
  --line: rgba(228, 246, 241, 0.15);
  --lime: #d9ff43;
  --cyan: #53e6d0;
  --orange: #ff8d48;
  --radius: 18px;
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.38);
  --display: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  --mono: "Cascadia Mono", "SFMono-Regular", Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; min-width: 320px; color: var(--paper); background: var(--ink); font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.5; overflow-x: hidden; }
img { display: block; max-width: 100%; }
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
::selection { color: var(--ink); background: var(--lime); }

.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; color: var(--ink); background: var(--lime); transform: translateY(-140%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.section-shell { width: min(1220px, calc(100% - 48px)); margin: 0 auto; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--cyan); font-family: var(--mono); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; background: var(--lime); box-shadow: 0 0 0 5px rgba(217,255,67,.1), 0 0 22px rgba(217,255,67,.8); animation: pulse 2s ease-in-out infinite; }
.accent-text { color: var(--lime); }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; min-height: 74px; padding: 14px 28px; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease; }
.site-header.is-scrolled { background: rgba(7,17,21,.84); border-color: var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--display); font-size: .95rem; letter-spacing: -.03em; text-transform: uppercase; }
.brand-mark { display: grid; width: 40px; aspect-ratio: 1; place-items: center; overflow: hidden; background: #ead7c4; box-shadow: 6px 6px 0 rgba(83,230,208,.2); }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.main-nav { display: flex; align-items: center; gap: 28px; font-family: var(--mono); font-size: .72rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.main-nav a { color: #c8d6d8; transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--lime); }
.main-nav .nav-cta { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; color: var(--ink); background: var(--paper); }
.main-nav .nav-cta:hover { color: var(--ink); background: var(--lime); }
.language-toggle { width: 38px; height: 34px; padding: 0; border: 1px solid var(--line); color: var(--paper); background: transparent; cursor: pointer; font-family: var(--mono); font-size: .7rem; font-weight: 800; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); background: rgba(7,17,21,.8); }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--paper); }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); min-height: 100svh; padding: 140px max(24px, calc((100vw - 1220px)/2)) 96px; align-items: center; gap: clamp(36px, 6vw, 92px); isolation: isolate; overflow: hidden; }
.hero::before { content: ""; position: absolute; z-index: -3; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero::after { content: ""; position: absolute; z-index: -2; width: 48vw; height: 48vw; right: -16vw; top: -14vw; border-radius: 50%; background: rgba(83,230,208,.08); filter: blur(5px); }
.ambient { position: absolute; z-index: -1; border-radius: 50%; filter: blur(110px); opacity: .23; }
.ambient-one { width: 390px; height: 390px; left: 15%; bottom: -200px; background: var(--orange); }
.ambient-two { width: 320px; height: 320px; right: 18%; top: 16%; background: #6a35ff; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { margin: 0; max-width: 760px; font-family: var(--display); font-size: clamp(3.2rem, 6.6vw, 7.2rem); line-height: .83; letter-spacing: -.075em; text-transform: uppercase; text-wrap: balance; }
.hero-lede { max-width: 610px; margin: 28px 0 0; color: #b7c6c8; font-size: clamp(1rem, 1.4vw, 1.18rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: space-between; gap: 26px; padding: 0 20px; border: 1px solid transparent; font-family: var(--mono); font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button-primary { color: var(--ink); background: var(--lime); }
.button-primary:hover { background: var(--cyan); }
.button-ghost { border-color: var(--line); background: rgba(16,33,41,.65); }
.button-ghost:hover { border-color: rgba(217,255,67,.6); }
.button-light { color: var(--ink); background: var(--paper); }
.button-light:hover { background: var(--lime); }
.stats { display: flex; gap: 30px; margin: 50px 0 0; }
.stats div { min-width: 84px; }
.stats dt { font-family: var(--display); font-size: 1.55rem; letter-spacing: -.04em; }
.stats dd { margin: 2px 0 0; color: var(--muted); font-family: var(--mono); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-art { position: relative; min-height: min(72vh, 700px); }
.hero-frame { position: absolute; inset: 7% 2% 5% 8%; overflow: hidden; background: #142329; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.hero-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.14); pointer-events: none; }
.hero-frame > img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.1,1); }
.hero-frame:hover > img { transform: scale(1.035); }
.frame-label, .frame-count { position: absolute; bottom: 14px; z-index: 2; padding: 7px 10px; color: var(--ink); background: var(--paper); font-family: var(--mono); font-size: .58rem; font-weight: 900; letter-spacing: .08em; }
.frame-label { left: 14px; }
.frame-count { right: 14px; background: var(--lime); }
.floating-model { position: absolute; z-index: 3; display: grid; width: 142px; aspect-ratio: 1; place-items: center; border: 1px solid rgba(255,255,255,.12); background: rgba(7,17,21,.9); box-shadow: 12px 12px 0 rgba(217,255,67,.12), var(--shadow); animation: float 6s ease-in-out infinite; }
.floating-model img { width: 84%; height: 84%; object-fit: contain; image-rendering: pixelated; }
.float-one { left: 0; bottom: 0; transform: rotate(-5deg); }
.float-two { right: -28px; top: 0; width: 112px; animation-delay: -2.5s; }
.pixel-chip { position: absolute; z-index: 4; padding: 8px 10px; color: var(--ink); background: var(--cyan); font-family: var(--mono); font-size: .58rem; font-weight: 900; letter-spacing: .08em; }
.chip-one { top: 12%; left: 1%; transform: rotate(-7deg); }
.chip-two { right: -6%; bottom: 22%; color: var(--paper); background: #6c45ff; transform: rotate(5deg); }
.scroll-cue { position: absolute; left: 50%; bottom: 22px; display: inline-flex; align-items: center; gap: 12px; color: var(--muted); transform: translateX(-50%); font-family: var(--mono); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }

.latest-product { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(42px, 7vw, 100px); padding-top: 120px; padding-bottom: 40px; align-items: center; }
.latest-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 5.8vw, 6rem); line-height: .86; letter-spacing: -.07em; text-transform: uppercase; }
.latest-copy > p:not(.eyebrow) { max-width: 520px; margin: 26px 0 0; color: var(--muted); }
.latest-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 30px; }
.latest-gallery { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, minmax(180px, 1fr)); min-height: 650px; gap: 12px; transform: rotate(1deg); }
.latest-shot { position: relative; min-width: 0; padding: 0; overflow: hidden; border: 1px solid var(--line); background: var(--panel); cursor: zoom-in; }
.latest-shot::after { content: "↗"; position: absolute; right: 12px; bottom: 12px; display: grid; width: 36px; aspect-ratio: 1; place-items: center; color: var(--ink); background: var(--lime); font-family: var(--mono); font-weight: 900; }
.latest-shot-main { grid-row: 1 / span 2; }
.latest-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.1,1), filter .3s ease; }
.latest-shot:hover img, .latest-shot:focus-visible img { transform: scale(1.04); filter: saturate(1.08); }
.latest-shot:focus-visible { outline: 2px solid var(--lime); outline-offset: 3px; }

.work-section { padding: 130px 0; }
.section-heading, .animation-header { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 42px; }
.section-heading h2, .animation-header h2, .model-copy h2, .about-copy h2, .cta-section h2 { margin: 0; font-family: var(--display); font-size: clamp(2.5rem, 5vw, 5rem); line-height: .92; letter-spacing: -.06em; text-transform: uppercase; text-wrap: balance; }
.section-heading > p, .animation-header > p { max-width: 420px; margin: 0; color: var(--muted); }
.filters { display: flex; gap: 8px; margin-bottom: 26px; overflow-x: auto; scrollbar-width: none; }
.filter-button { flex: 0 0 auto; padding: 10px 14px; border: 1px solid var(--line); color: var(--muted); background: transparent; cursor: pointer; font-family: var(--mono); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: color .2s, border-color .2s, background .2s; }
.filter-button:hover, .filter-button.is-active { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.portfolio-grid { display: grid; grid-auto-flow: dense; grid-template-columns: repeat(4, minmax(0,1fr)); grid-auto-rows: 260px; gap: 14px; }
.work-card { position: relative; display: block; min-width: 0; padding: 0; overflow: hidden; border: 0; background: var(--panel); cursor: zoom-in; transition: opacity .25s ease, transform .25s ease; }
.work-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,9,11,.92), transparent 58%); }
.work-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.1,1), filter .35s ease; }
.work-card-model > img, .work-card[data-category="animation"] > img { padding: 12%; object-fit: contain; background: radial-gradient(circle at 50% 45%, #1e3942, #091318 72%); image-rendering: pixelated; }
.work-card:hover > img, .work-card:focus-visible > img { transform: scale(1.055); filter: saturate(1.1); }
.work-card:focus-visible { outline: 2px solid var(--lime); outline-offset: 3px; }
.work-card-wide { grid-column: span 2; grid-row: span 2; }
.work-card-tall { grid-row: span 2; }
.work-card.is-hidden { display: none; }
.card-overlay { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 5px 14px; padding: 18px; text-align: left; }
.card-overlay strong { grid-column: 1; font-family: var(--display); font-size: clamp(1rem, 1.8vw, 1.45rem); letter-spacing: -.04em; text-transform: uppercase; }
.card-type { grid-column: 1; color: var(--lime); font-family: var(--mono); font-size: .56rem; font-weight: 900; letter-spacing: .1em; }
.card-arrow { grid-column: 2; grid-row: 1 / span 2; display: grid; width: 34px; aspect-ratio: 1; place-items: center; color: var(--ink); background: var(--paper); }

.pack-archive { position: relative; padding: 130px 0 145px; overflow: hidden; border-top: 1px solid var(--line); background: linear-gradient(180deg, #09171c, #071115 42%); }
.pack-archive::before { content: "PACKS"; position: absolute; top: 42px; right: -2vw; color: rgba(255,255,255,.025); font-family: var(--display); font-size: clamp(7rem, 18vw, 16rem); line-height: .8; letter-spacing: -.09em; pointer-events: none; }
.pack-archive-heading { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 72px; }
.pack-archive-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(2.8rem, 5.5vw, 5.8rem); line-height: .86; letter-spacing: -.065em; text-transform: uppercase; }
.pack-archive-heading > p { max-width: 470px; margin: 0; color: var(--muted); }
.pack-collections { display: grid; gap: 72px; }
.pack-collection { position: relative; }
.pack-collection + .pack-collection { padding-top: 72px; border-top: 1px solid var(--line); }
.pack-collection-header { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 18px; }
.pack-collection-header > div { display: flex; align-items: baseline; gap: 15px; }
.pack-collection-header span { color: var(--lime); font-family: var(--mono); font-size: .66rem; font-weight: 900; letter-spacing: .08em; }
.pack-collection-header h3 { margin: 0; font-family: var(--display); font-size: clamp(1.6rem, 3.2vw, 2.8rem); line-height: .92; letter-spacing: -.05em; text-transform: uppercase; }
.pack-collection-header p { margin: 0; color: var(--muted); font-family: var(--mono); font-size: .62rem; font-weight: 800; letter-spacing: .09em; text-align: right; text-transform: uppercase; }
.pack-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-flow: dense; grid-auto-rows: 230px; gap: 10px; }
.pack-shot { position: relative; min-width: 0; height: 100%; padding: 0; overflow: hidden; border: 1px solid var(--line); background: var(--panel); cursor: zoom-in; }
.pack-shot::after { content: "↗"; position: absolute; right: 10px; bottom: 10px; display: grid; width: 34px; aspect-ratio: 1; place-items: center; color: var(--ink); background: var(--lime); font-family: var(--mono); font-size: .72rem; font-weight: 900; opacity: 0; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease; }
.pack-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.1,1), filter .3s ease; }
.pack-shot:hover img, .pack-shot:focus-visible img { transform: scale(1.045); filter: saturate(1.08); }
.pack-shot:hover::after, .pack-shot:focus-visible::after { opacity: 1; transform: translateY(0); }
.pack-shot:focus-visible { outline: 2px solid var(--lime); outline-offset: 3px; }
.pack-shot-featured, .pack-shot-wide { grid-column: span 2; }
.pack-collection-compact .pack-gallery { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); grid-auto-rows: 280px; }
.pack-collection-compact .pack-shot-featured, .pack-collection-compact .pack-shot-wide { grid-column: auto; }
.pack-collection-latest { padding: 32px; border: 1px solid rgba(217,255,67,.38); background: linear-gradient(135deg, rgba(217,255,67,.07), rgba(83,230,208,.04)); }
.pack-collection-latest .pack-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 300px; }
.pack-collection-latest .pack-shot-wide { grid-column: auto; }

.animation-section { position: relative; padding: 125px 0; overflow: hidden; border-block: 1px solid var(--line); color: var(--paper); background: radial-gradient(circle at 85% 0%, rgba(83,230,208,.13), transparent 34%), linear-gradient(135deg, #071115, #0d2028); }
.animation-section::before { content: "MOTION"; position: absolute; right: -2vw; bottom: -8vw; color: rgba(255,255,255,.025); font-family: var(--display); font-size: 20vw; line-height: .8; letter-spacing: -.09em; pointer-events: none; }
.animation-section .eyebrow { color: var(--cyan); }
.animation-header > p { color: var(--muted); }
.animation-strip { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.animation-card { position: relative; min-height: 370px; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(12,31,38,.86); transition: background .25s ease, transform .25s ease, border-color .25s ease; }
.animation-card:hover { z-index: 2; border-color: rgba(217,255,67,.6); background: #143641; transform: translateY(-5px); box-shadow: 0 20px 46px rgba(0,0,0,.28); }
.animation-card > span { font-family: var(--mono); font-size: .62rem; font-weight: 900; }
.animation-card img { width: 100%; height: 245px; object-fit: contain; image-rendering: pixelated; }
.animation-card h3 { margin: 8px 0 2px; font-family: var(--display); font-size: 1.15rem; letter-spacing: -.04em; text-transform: uppercase; }
.animation-card p { margin: 0; color: var(--muted); font-family: var(--mono); font-size: .62rem; text-transform: uppercase; }

.model-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; padding-top: 140px; padding-bottom: 140px; align-items: center; }
.model-copy { position: sticky; top: 110px; align-self: start; }
.model-copy h2 { font-size: clamp(2.8rem, 5vw, 5.4rem); }
.model-copy > p:last-child { max-width: 500px; color: var(--muted); }
.model-cloud { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; transform: rotate(1deg); }
.model-tile { display: grid; aspect-ratio: 1; place-items: center; border: 1px solid var(--line); background: var(--ink-soft); transition: background .25s ease, transform .25s ease, border-color .25s ease; }
.model-tile:nth-child(2n) { transform: translateY(20px); }
.model-tile:nth-child(3n) { transform: translateY(-10px); }
.model-tile:hover { z-index: 2; border-color: var(--lime); background: #152c35; transform: translateY(-6px) rotate(-1deg) scale(1.03); }
.model-tile img { width: 78%; height: 78%; object-fit: contain; image-rendering: pixelated; filter: drop-shadow(0 18px 20px rgba(0,0,0,.36)); }

.support-section { position: relative; padding: 125px 0; overflow: hidden; border-block: 1px solid var(--line); background: linear-gradient(135deg, #101e25, #172c34 65%, #1d3941); }
.support-section::after { content: ""; position: absolute; width: 520px; height: 520px; right: -250px; top: -260px; border-radius: 50%; background: rgba(255,93,98,.17); filter: blur(2px); }
.support-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .5fr 1fr .7fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.support-brand { align-self: stretch; overflow: hidden; border: 1px solid var(--line); background: #ead7c4; transform: rotate(-2deg); box-shadow: 18px 18px 0 rgba(83,230,208,.1); }
.support-brand img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.support-brand span { display: block; padding: 12px 14px; color: var(--ink); background: var(--lime); font-family: var(--mono); font-size: .62rem; font-weight: 900; letter-spacing: .08em; }
.support-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(2.8rem, 5vw, 5.2rem); line-height: .9; letter-spacing: -.065em; text-transform: uppercase; }
.support-copy > p:not(.eyebrow) { max-width: 680px; color: #b7c6c8; }
.support-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.raccoon-tier { display: block; padding: 26px; border: 1px solid rgba(217,255,67,.45); background: rgba(7,17,21,.58); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.raccoon-tier:hover { border-color: var(--lime); background: rgba(7,17,21,.88); transform: translateY(-6px); }
.tier-label { display: inline-block; margin-bottom: 28px; padding: 6px 8px; color: var(--ink); background: var(--lime); font-family: var(--mono); font-size: .56rem; font-weight: 900; letter-spacing: .08em; }
.raccoon-tier strong { display: block; font-family: var(--display); font-size: clamp(2rem, 3vw, 3.2rem); line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
.raccoon-tier p { color: var(--muted); font-size: .92rem; }
.tier-link { color: var(--cyan); font-family: var(--mono); font-size: .64rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.about-section { position: relative; overflow: hidden; padding: 125px 0; background: #1729aa; }
.about-section::after { content: ""; position: absolute; width: 470px; height: 470px; right: -160px; bottom: -250px; border: 64px solid rgba(217,255,67,.18); transform: rotate(22deg); }
.about-grid { display: grid; grid-template-columns: .45fr 1fr; gap: 70px; align-items: center; }
.about-number { overflow: hidden; border: 10px solid var(--lime); background: #ead7c4; transform: rotate(-5deg); box-shadow: 18px 18px 0 rgba(0,0,0,.18); }
.about-number img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.about-copy { position: relative; z-index: 2; }
.about-copy .eyebrow { color: var(--lime); }
.about-copy h2 { max-width: 820px; }
.about-copy > p:not(.eyebrow) { max-width: 700px; color: #cbd2ff; font-size: 1.06rem; }
.about-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 34px; }
.text-link { display: inline-flex; gap: 8px; border-bottom: 1px solid rgba(255,255,255,.5); font-family: var(--mono); font-size: .72rem; font-weight: 800; text-transform: uppercase; }

.cta-section { display: flex; flex-direction: column; min-height: 520px; padding-top: 120px; padding-bottom: 120px; align-items: center; justify-content: center; text-align: center; }
.cta-section h2 { max-width: 920px; font-size: clamp(3rem, 8vw, 7.4rem); }
.cta-section .button { margin-top: 34px; }
.site-footer { display: flex; min-height: 110px; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); color: var(--muted); font-family: var(--mono); font-size: .62rem; text-transform: uppercase; }
.site-footer .brand { color: var(--paper); font-family: var(--display); }
.social-links { display: flex; gap: 8px; }
.social-links a { display: grid; width: 36px; aspect-ratio: 1; place-items: center; border: 1px solid var(--line); transition: color .2s, background .2s; }
.social-links a:hover { color: var(--ink); background: var(--lime); }

.lightbox { width: min(92vw, 1040px); max-height: 92vh; padding: 14px; overflow: visible; border: 1px solid rgba(255,255,255,.2); color: var(--paper); background: #061014; box-shadow: var(--shadow); }
.lightbox::backdrop { background: rgba(0,0,0,.86); backdrop-filter: blur(10px); }
.lightbox img { width: 100%; max-height: 78vh; object-fit: contain; background: #0e1e24; }
.lightbox p { margin: 12px 4px 2px; font-family: var(--mono); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.lightbox-close { position: absolute; z-index: 2; top: -14px; right: -14px; display: grid; width: 42px; aspect-ratio: 1; place-items: center; border: 0; color: var(--ink); background: var(--lime); cursor: pointer; font-size: 1.5rem; }

@keyframes pulse { 50% { opacity: .45; transform: scale(.78); } }
@keyframes float { 0%,100% { translate: 0 0; } 50% { translate: 0 -14px; } }

@media (max-width: 1050px) {
  .main-nav { gap: 18px; font-size: .66rem; }
  .hero { grid-template-columns: 1fr 1fr; gap: 30px; }
  .hero h1 { font-size: clamp(3.4rem, 7.5vw, 5.6rem); }
  .portfolio-grid { grid-template-columns: repeat(3, 1fr); }
  .animation-strip { grid-template-columns: repeat(2, 1fr); }
  .support-grid { grid-template-columns: .55fr 1fr; }
  .raccoon-tier { grid-column: 1 / -1; }
  .model-section { gap: 40px; }
}

@media (max-width: 820px) {
  .section-shell { width: min(100% - 32px, 720px); }
  .site-header { min-height: 66px; padding: 11px 16px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; padding: 20px; align-items: stretch; flex-direction: column; gap: 4px; border-bottom: 1px solid var(--line); background: rgba(7,17,21,.98); }
  .main-nav.is-open { display: flex; }
  .main-nav a, .language-toggle { width: 100%; height: auto; padding: 14px; text-align: left; }
  .hero { display: block; min-height: auto; padding: 120px 18px 78px; }
  .hero-copy { max-width: 700px; }
  .hero h1 { font-size: clamp(3.2rem, 13.6vw, 6rem); }
  .hero-art { min-height: 520px; margin-top: 54px; }
  .hero-frame { inset: 3% 4% 7% 4%; }
  .float-one { left: 0; }
  .float-two { right: 0; }
  .scroll-cue { display: none; }
  .work-section { padding: 100px 0; }
  .latest-product { grid-template-columns: 1fr; padding-top: 100px; }
  .latest-gallery { min-height: 560px; }
  .section-heading, .animation-header, .pack-archive-heading { display: block; }
  .section-heading > p, .animation-header > p, .pack-archive-heading > p { margin-top: 22px; }
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 235px; }
  .pack-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 230px; }
  .pack-collection-latest .pack-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 250px; }
  .pack-collection-latest .pack-shot:last-child { grid-column: 1 / -1; }
  .work-card-wide { grid-row: span 1; }
  .model-section { display: block; }
  .model-copy { position: static; margin-bottom: 50px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-number { width: min(300px, 78vw); }
  .support-grid { grid-template-columns: 1fr; }
  .support-brand { width: min(300px, 76vw); }
  .raccoon-tier { grid-column: auto; }
  .site-footer { padding: 34px 0; flex-wrap: wrap; }
}

@media (max-width: 560px) {
  .hero h1 { letter-spacing: -.065em; }
  .hero-lede { font-size: .98rem; }
  .hero-actions .button { width: 100%; }
  .stats { gap: 14px; justify-content: space-between; }
  .stats div { min-width: 0; }
  .hero-art { min-height: 410px; }
  .latest-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 340px 210px; min-height: auto; }
  .latest-shot-main { grid-column: 1 / -1; grid-row: auto; }
  .floating-model { width: 104px; }
  .float-two { width: 86px; }
  .portfolio-grid { grid-template-columns: 1fr; grid-auto-rows: 310px; }
  .work-card-wide, .work-card-tall { grid-column: span 1; grid-row: span 1; }
  .pack-archive { padding: 100px 0; }
  .pack-archive-heading { margin-bottom: 52px; }
  .pack-collections { gap: 54px; }
  .pack-collection + .pack-collection { padding-top: 54px; }
  .pack-collection-header { display: block; }
  .pack-collection-header p { margin-top: 8px; text-align: left; }
  .pack-gallery, .pack-collection-compact .pack-gallery, .pack-collection-latest .pack-gallery { grid-template-columns: 1fr; grid-auto-rows: 300px; }
  .pack-shot-featured, .pack-shot-wide, .pack-collection-latest .pack-shot:last-child { grid-column: auto; }
  .pack-collection-latest { padding: 18px; }
  .animation-strip { grid-template-columns: 1fr; }
  .animation-card { min-height: 340px; }
  .model-cloud { grid-template-columns: repeat(2, 1fr); }
  .about-actions .button { width: 100%; }
  .site-footer { display: grid; grid-template-columns: 1fr auto; }
  .site-footer p { grid-column: 1 / -1; order: 3; }
}

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