:root {
  --ink: #090909;
  --paper: #0b0b0b;
  --orange: #ff6a00;
  --line: rgba(255, 255, 255, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: #f7f5f2; font-family: "Manrope", sans-serif; }
a { color: inherit; text-decoration: none; }

.hero {
  min-height: 100svh;
  isolation: isolate;
  overflow: hidden;
  position: relative;
  padding: 28px clamp(24px, 5vw, 78px) 26px;
  display: flex;
  flex-direction: column;
}
.hero, .work-intro, .showcase-section, .builds-section, .viewer-section, .skills-section, .about-section, .qa-section { background-color: var(--paper); background-image: radial-gradient(circle at 9% 18%, rgba(255,106,0,.11), transparent 22rem), linear-gradient(118deg, transparent 0 66%, rgba(255,255,255,.028) 66% 66.15%, transparent 66.15%), radial-gradient(rgba(255,255,255,.16) .65px, transparent .65px), linear-gradient(90deg, transparent calc(91.8% - .5px), var(--line) calc(91.8% - .5px), var(--line) calc(91.8% + .5px), transparent calc(91.8% + .5px)); background-size: auto, auto, 28px 28px, 100% 100%; }
.hero::before { content: ""; position: absolute; top: 0; right: 8.2%; width: 1px; height: 100%; background: var(--line); }

.nav, .bottom-bar { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 3; }
.nav { padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.logo { font: 800 clamp(1.15rem, 1.7vw, 1.45rem)/1 "Syne", sans-serif; letter-spacing: -.1em; }
.logo span { color: var(--orange); }
.nav-links { display: flex; align-items: center; gap: clamp(20px, 3vw, 46px); margin: 0 0 0 12vw; padding: 0; list-style: none; font: 600 .86rem/1 "Barlow Condensed", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.nav-links a { transition: color .2s ease; }
.nav-links a::after { content: ""; display: block; width: 0; height: 1px; margin-top: 5px; background: var(--orange); transition: width .25s ease; }
.nav-links a:hover::after { width: 100%; }
.nav-links a:hover { color: var(--orange); }
.menu { width: 36px; display: grid; gap: 6px; }
.menu i { display: block; height: 2px; background: #f7f5f2; }
.menu i:last-child { width: 64%; justify-self: end; }

.hero-copy { position: relative; z-index: 2; margin-top: clamp(88px, 15vh, 165px); width: min(690px, 61vw); }
.eyebrow { margin: 0 0 24px; color: #b7b7b7; font: 600 .86rem/1 "Barlow Condensed", sans-serif; letter-spacing: .1em; text-transform: uppercase; }
h1 { margin: 0; font: 700 clamp(3.7rem, 7.2vw, 8rem)/.88 "Syne", sans-serif; letter-spacing: -.075em; }
h1 em { color: var(--orange); font-style: normal; }
.intro { width: 300px; margin: 30px 0 28px; color: #c5c5c5; font-size: .84rem; line-height: 1.7; }
.cta { display: inline-flex; align-items: center; gap: 27px; padding: 13px 0; border-bottom: 1px solid currentColor; font: 700 .88rem/1 "Barlow Condensed", sans-serif; letter-spacing: .09em; text-transform: uppercase; transition: color .25s ease, gap .25s ease; }
.cta:hover { color: var(--orange); }
.cta:hover { gap: 43px; }
.cta b { font-size: 1.2rem; font-weight: 400; }

.image-frame { position: absolute; z-index: 1; right: 0; top: 18%; width: min(58vw, 930px); height: 61%; overflow: hidden; background: #151515; border-left: 1px solid var(--line); }
.image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,9,9,.68), transparent 52%), linear-gradient(0deg, rgba(9,9,9,.24), transparent 32%); pointer-events: none; }
.image-frame img { width: 100%; height: 100%; object-fit: contain; object-position: center; filter: saturate(.94) contrast(1.04); }
.image-label { position: absolute; z-index: 2; color: #fff; font: 600 .76rem/1 "Barlow Condensed", sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.label-top { top: 18px; right: 22px; }
.label-bottom { bottom: 18px; left: 22px; }
.bottom-bar { z-index: 4; margin-top: auto; padding-top: 24px; font: 600 .78rem/1 "Barlow Condensed", sans-serif; letter-spacing: .09em; text-transform: uppercase; }
.bottom-bar p { margin: 0; }
.folio-no { font-size: .7rem; }

.work-intro { padding: clamp(76px, 11vw, 150px) clamp(24px, 5vw, 78px); border-top: 1px solid var(--line); }
.work-intro-copy { display: grid; grid-template-columns: minmax(250px, 1fr) minmax(270px, .72fr); gap: 32px; align-items: end; margin-bottom: clamp(34px, 5vw, 65px); }
.work-intro-copy .eyebrow { grid-column: 1 / -1; color: var(--orange); }
.work-intro-copy h2 { margin: 0; font: 700 clamp(3rem, 5.5vw, 6.6rem)/.86 "Syne", sans-serif; letter-spacing: -.085em; }
.work-intro-copy h2 span { color: var(--orange); }
.work-intro-copy > p:last-child { max-width: 390px; margin: 0 0 4px; color: #bdbdbd; font-size: .87rem; line-height: 1.7; }
.work-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 12px; }
.work-card { position: relative; grid-column: span 6; min-height: 280px; margin: 0; overflow: hidden; background: radial-gradient(circle at 50% 35%, #3d2b1d 0%, #191512 42%, #0e0e0e 100%); border: 1px solid var(--line); }
.work-card::before { content: ""; position: absolute; z-index: 1; inset: 0; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, #000, transparent 75%); pointer-events: none; }
.work-card--vehicle { aspect-ratio: 16 / 10; background: radial-gradient(circle at 50% 42%, #5b3219 0%, #201710 45%, #0e0e0e 100%); }
.work-card--weapon { min-height: 0; aspect-ratio: 2 / 1; }
.work-card--creature { aspect-ratio: 1.34 / 1; background: radial-gradient(circle at 50% 42%, #2c2226 0%, #171216 48%, #0d0d0d 100%); }
.work-card--character { min-height: 560px; aspect-ratio: .92 / 1; background: radial-gradient(circle at 50% 35%, #382c1e 0%, #171411 48%, #0d0d0d 100%); }
.work-card img { position: relative; z-index: 2; display: block; width: 100%; height: calc(100% - 62px); object-fit: contain; padding: 15px clamp(15px, 2vw, 30px); transition: transform .5s ease; }
.work-card--weapon img { object-fit: cover; padding: 0; }
.work-card:hover img { transform: scale(1.04); }
.work-card figcaption { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; display: flex; align-items: end; justify-content: space-between; min-height: 62px; padding: 11px 15px; border-top: 1px solid var(--line); background: rgba(8,8,8,.82); color: #eee; font: 600 .76rem/1 "Barlow Condensed", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.work-card figcaption div { display: grid; gap: 5px; }
.card-index { color: #999; font-size: .67rem; letter-spacing: .12em; }
.work-card figcaption strong { font-size: .92rem; font-weight: 600; letter-spacing: .07em; }
.card-spec { padding: 5px 7px; border: 1px solid rgba(255,106,0,.5); color: var(--orange); font-size: .64rem; letter-spacing: .08em; }
.showcase-section, .builds-section { padding: clamp(76px, 11vw, 150px) clamp(24px, 5vw, 78px); border-top: 1px solid var(--line); }
.showcase-shell { display: grid; gap: 16px; }
.showcase-panel { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(250px, .65fr); min-height: min(51vw, 620px); overflow: hidden; border: 1px solid var(--line); background: rgba(7,7,7,.42); animation: panel-in .35s ease both; }
.showcase-panel--mech { grid-template-columns: minmax(0, 1.25fr) minmax(250px, .55fr); min-height: min(62vw, 760px); }
.showcase-image-wrap { display: grid; min-height: 400px; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 45%, #382518, #12100e 60%, #090909); }
.showcase-image-wrap img { display: block; max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; transition: opacity .14s ease, transform .4s ease; }
.showcase-panel--mech .showcase-image-wrap { min-height: min(62vw, 760px); }
.showcase-panel--mech .showcase-image-wrap img { max-width: min(72%, 680px); max-height: min(86%, 700px); }
.showcase-image-wrap img.is-switching { opacity: 0; transform: scale(.985); }
.showcase-info { display: flex; flex-direction: column; justify-content: space-between; gap: 48px; padding: clamp(24px, 4vw, 52px) 24px; border-left: 1px solid var(--line); }
.showcase-info .eyebrow { color: var(--orange); }
.showcase-info h3 { margin: 0; font: 700 clamp(1.8rem, 3vw, 3.7rem)/.92 "Syne", sans-serif; letter-spacing: -.075em; }
.showcase-stage-buttons { display: grid; gap: 8px; }
.stage-button { display: flex; align-items: center; justify-content: space-between; padding: 11px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: #aaa; font: 600 .76rem/1 "Barlow Condensed", sans-serif; letter-spacing: .1em; text-align: left; text-transform: uppercase; cursor: pointer; transition: color .2s ease, padding-left .2s ease; }
.stage-button::after { content: "->"; color: var(--orange); opacity: 0; transition: opacity .2s ease; }
.stage-button:hover, .stage-button.is-active { padding-left: 8px; color: #fff; }
.stage-button.is-active::after { opacity: 1; }
.build-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 12px; }
.build-card { position: relative; min-height: clamp(310px, 35vw, 520px); margin: 0; overflow: hidden; border: 1px solid var(--line); background: #161412; }
.build-card img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.05); transition: transform .65s cubic-bezier(.22, 1, .36, 1), filter .35s ease; }
.build-card:hover img { transform: scale(1.055); filter: saturate(1) contrast(1.05); }
.build-card figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: grid; gap: 5px; padding: 48px 18px 17px; background: linear-gradient(transparent, rgba(0,0,0,.9)); text-transform: uppercase; }
.build-card figcaption span { color: var(--orange); font: 600 .68rem/1 "Barlow Condensed", sans-serif; letter-spacing: .11em; }
.build-card figcaption strong { font: 700 1.15rem/1 "Syne", sans-serif; letter-spacing: -.045em; }
@keyframes panel-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.viewer-section { min-height: 100svh; padding: clamp(72px, 10vw, 140px) clamp(24px, 5vw, 78px) 36px; }
.viewer-heading { position: relative; z-index: 1; }
.viewer-heading .eyebrow { color: var(--orange); }
.project-intro { max-width: 360px; margin: 0 0 18px; color: #bdbdbd; font-size: .84rem; line-height: 1.65; }
.viewer-heading h2 { margin: 0; font: 700 clamp(3.7rem, 8vw, 8.8rem)/.82 "Syne", sans-serif; letter-spacing: -.085em; }
.viewer-heading h2 span { color: var(--orange); }
.viewer-stage { position: relative; height: min(61vw, 680px); min-height: 440px; margin-top: clamp(26px, 4vw, 58px); overflow: hidden; border: 1px solid var(--line); background: radial-gradient(circle at 50% 48%, #24201c 0%, #111 52%, #080808 100%); }
#sscCanvas { display: block; width: 100%; height: 100%; cursor: grab; outline: none; }
#sscCanvas:active { cursor: grabbing; }
.viewer-status { position: absolute; top: 18px; left: 20px; color: #cfcfcf; font: 600 .76rem/1 "Barlow Condensed", sans-serif; letter-spacing: .11em; text-transform: uppercase; }
.viewer-status::before { content: ""; display: inline-block; width: 7px; height: 7px; margin: 0 8px 1px 0; border-radius: 50%; background: var(--orange); animation: pulse 1s ease-in-out infinite alternate; }
.viewer-status.is-loaded { opacity: 0; transition: opacity .35s ease; pointer-events: none; }
.viewer-controls { position: absolute; right: 20px; bottom: 18px; display: flex; gap: 18px; color: #d8d8d8; font: 600 .72rem/1 "Barlow Condensed", sans-serif; letter-spacing: .09em; text-transform: uppercase; pointer-events: none; }
.viewer-subheading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin: clamp(62px, 9vw, 120px) 0 25px; }
.viewer-subheading .eyebrow { margin: 0; color: var(--orange); }
.viewer-subheading > p:last-child { max-width: 290px; margin: 0; color: #aaa; font-size: .82rem; line-height: 1.65; }
.mini-viewer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.mini-viewer-card { position: relative; min-height: min(38vw, 450px); overflow: hidden; border: 1px solid var(--line); background: radial-gradient(circle at 50% 48%, #2b2119 0%, #14110f 58%, #090909 100%); }
.mini-viewer-card--mech { grid-column: 1 / -1; min-height: min(48vw, 600px); background: radial-gradient(circle at 50% 42%, #29201c 0%, #130f0e 58%, #090909 100%); }
.mini-viewer-card--creature { grid-column: 1 / -1; min-height: min(52vw, 650px); background: radial-gradient(circle at 50% 42%, #211923 0%, #100d12 58%, #090909 100%); }
.mini-viewer-card canvas { display: block; width: 100%; height: 100%; cursor: grab; outline: none; }
.mini-viewer-card canvas:active { cursor: grabbing; }
.mini-viewer-card > div { position: absolute; right: 0; bottom: 0; left: 0; display: flex; align-items: end; justify-content: space-between; gap: 14px; padding: 14px 16px; background: linear-gradient(transparent, rgba(0,0,0,.86)); font: 600 .78rem/1 "Barlow Condensed", sans-serif; letter-spacing: .08em; text-transform: uppercase; pointer-events: none; }
.mini-viewer-card strong { font-size: .92rem; }
.mini-viewer-card span { color: #bbb; font-size: .67rem; text-align: right; }
.skills-section { background-image: linear-gradient(90deg, transparent calc(91.8% - .5px), var(--line) calc(91.8% - .5px), var(--line) calc(91.8% + .5px), transparent calc(91.8% + .5px)), repeating-linear-gradient(135deg, rgba(255,255,255,.022) 0 1px, transparent 1px 13px), radial-gradient(circle at 82% 18%, rgba(255,106,0,.08), transparent 20rem); background-size: 100% 100%, auto, auto; }
.about-section::after { content: "07"; position: absolute; z-index: 0; right: clamp(24px, 7vw, 120px); bottom: 24px; color: rgba(255,106,0,.055); font: 800 clamp(10rem, 26vw, 28rem)/.72 "Syne", sans-serif; letter-spacing: -.12em; pointer-events: none; }
.about-section > * { position: relative; z-index: 1; }
.qa-section { background-image: linear-gradient(90deg, transparent calc(91.8% - .5px), var(--line) calc(91.8% - .5px), var(--line) calc(91.8% + .5px), transparent calc(91.8% + .5px)), linear-gradient(90deg, rgba(255,106,0,.13) 0 2px, transparent 2px); background-size: 100% 100%, 100% 100%; background-position: 0 0, clamp(24px, 5vw, 78px) 0; background-repeat: no-repeat; }
@media (min-width: 761px) and (max-width: 1100px) {
  .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .work-card, .work-card--vehicle, .work-card--weapon, .work-card--creature, .work-card--character { grid-column: span 1; }
  .work-card--character { height: 520px; min-height: 520px; }
}
.skills-section, .about-section, .qa-section { padding: clamp(76px, 11vw, 150px) clamp(24px, 5vw, 78px); border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: minmax(260px, 1fr) minmax(260px, .72fr); gap: 34px; align-items: end; margin-bottom: clamp(38px, 5vw, 68px); }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; color: var(--orange); }
.section-heading h2, .about-main h2 { margin: 0; font: 700 clamp(3rem, 5.8vw, 7rem)/.86 "Syne", sans-serif; letter-spacing: -.085em; }
.section-heading h2 span, .about-main h2 span { color: var(--orange); }
.section-heading > p:last-child { max-width: 390px; margin: 0; color: #bbb; font-size: .9rem; line-height: 1.7; }
.skills-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.skill-card { min-height: 270px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(12,12,12,.56); transition: background .25s ease, transform .25s ease; }
.skill-card:hover { background: rgba(255,106,0,.11); transform: translateY(-4px); }
.skill-card > span { color: var(--orange); font: 600 .78rem/1 "Barlow Condensed", sans-serif; letter-spacing: .12em; }
.skill-card h3 { max-width: 235px; margin: 52px 0 14px; font: 700 clamp(1.35rem, 2vw, 1.75rem)/1 "Syne", sans-serif; letter-spacing: -.055em; }
.skill-card p { max-width: 340px; margin: 0; color: #b6b6b6; font-size: .8rem; line-height: 1.7; }
.about-section { position: relative; overflow: hidden; }
.about-index { margin: 0 0 clamp(38px, 6vw, 85px); color: var(--orange); font: 600 .78rem/1 "Barlow Condensed", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.about-main { display: grid; grid-template-columns: minmax(300px, 1.15fr) minmax(290px, .72fr); gap: 8vw; align-items: start; }
.about-copy { padding-top: 8px; }
.about-copy p { margin: 0 0 18px; color: #c4c4c4; font-size: .92rem; line-height: 1.78; }
.about-copy .cta { margin-top: 12px; }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: clamp(60px, 9vw, 120px); background: var(--line); }
.about-stats div { min-height: 160px; padding: 24px; background: rgba(11,11,11,.92); }
.about-stats strong { display: block; margin-bottom: 18px; color: var(--orange); font: 700 clamp(1.8rem, 3vw, 3.2rem)/1 "Syne", sans-serif; letter-spacing: -.08em; }
.about-stats span { color: #aaa; font: 600 .75rem/1.45 "Barlow Condensed", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.qa-section { display: grid; grid-template-columns: minmax(260px, .85fr) minmax(430px, 1.15fr); gap: clamp(36px, 8vw, 130px); align-items: start; }
.qa-section .section-heading { display: block; margin: 0; }
.qa-section .section-heading .eyebrow { margin-bottom: 22px; }
.qa-section .section-heading > p:last-child { margin-top: 22px; }
.qa-list { border-top: 1px solid var(--line); }
.qa-list details { border-bottom: 1px solid var(--line); }
.qa-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; cursor: pointer; list-style: none; font: 700 clamp(1rem, 1.5vw, 1.18rem)/1.25 "Syne", sans-serif; letter-spacing: -.035em; }
.qa-list summary::-webkit-details-marker { display: none; }
.qa-list summary span { color: var(--orange); font: 400 1.6rem/1 "Manrope", sans-serif; transition: transform .2s ease; }
.qa-list details[open] summary span { transform: rotate(45deg); }
.qa-list details p { max-width: 670px; margin: 0; padding: 0 42px 20px 0; color: #b7b7b7; font-size: .85rem; line-height: 1.7; }
.site-footer { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 30px; padding: 50px clamp(24px, 5vw, 78px) 28px; border-top: 1px solid var(--line); background: #080808; }
.footer-logo { align-self: start; font: 800 clamp(1.55rem, 2.3vw, 2.1rem)/1 "Syne", sans-serif; letter-spacing: -.11em; }
.footer-logo span { color: var(--orange); }
.site-footer p { margin: 0; color: #aaa; font-size: .78rem; line-height: 1.55; }
.footer-links { display: flex; flex-wrap: wrap; align-content: start; gap: 11px 25px; font: 600 .78rem/1 "Barlow Condensed", sans-serif; letter-spacing: .09em; text-transform: uppercase; }
.footer-links a:hover { color: var(--orange); }
.footer-meta { grid-column: 1 / -1; margin-top: 46px !important; padding-top: 18px; border-top: 1px solid var(--line); font: 600 .74rem/1 "Barlow Condensed", sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.footer-meta span { margin: 0 8px; color: var(--orange); }
@media (prefers-reduced-motion: no-preference) {
  .nav { animation: enter-down .65s .05s both cubic-bezier(.22, 1, .36, 1); }
  .hero-copy { animation: enter-up .8s .18s both cubic-bezier(.22, 1, .36, 1); }
  .image-frame { animation: image-in 1s .18s both cubic-bezier(.22, 1, .36, 1); }
  .bottom-bar { animation: enter-up .65s .45s both cubic-bezier(.22, 1, .36, 1); }
  .hero::before { animation: line-draw .9s .3s both ease-out; transform-origin: top; }
  .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.22, 1, .36, 1); }
  .reveal.is-visible { opacity: 1; transform: translateY(0); }
  .work-card.reveal:nth-child(2n), .skill-card.reveal:nth-child(2n) { transition-delay: .1s; }
  .work-card.reveal:nth-child(3n), .skill-card.reveal:nth-child(3n) { transition-delay: .18s; }
  .work-card:hover::before { animation: grid-drift 1.4s linear infinite; }
  .skill-card, .qa-list details, .about-stats div, .footer-links a { transition: transform .25s ease, background .25s ease, color .25s ease; }
  .qa-list details:hover { transform: translateX(6px); }
  .about-stats div:hover { transform: translateY(-5px); background: rgba(255,106,0,.09); }
  .footer-links a:hover { transform: translateX(3px); }
}
@keyframes enter-up { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes enter-down { from { opacity: 0; transform: translateY(-18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes image-in { from { opacity: 0; transform: translateX(54px) scale(.97); } to { opacity: 1; transform: translateX(0) scale(1); } }
@keyframes line-draw { from { transform: scaleY(0); } to { transform: scaleY(1); } }
@keyframes grid-drift { to { background-position: 42px 42px; } }
@keyframes pulse { to { transform: scale(.55); opacity: .35; } }

@media (max-width: 760px) {
  .hero { min-height: 760px; padding: 22px 22px 20px; }
  .nav-links { display: none; }
  .hero::before { right: 22px; }
  .hero, .work-intro, .showcase-section, .builds-section, .viewer-section, .skills-section, .about-section, .qa-section { background-image: radial-gradient(circle at 10% 17%, rgba(255,106,0,.11), transparent 17rem), linear-gradient(118deg, transparent 0 66%, rgba(255,255,255,.028) 66% 66.15%, transparent 66.15%), radial-gradient(rgba(255,255,255,.16) .65px, transparent .65px), linear-gradient(90deg, transparent calc(100% - 22.5px), var(--line) calc(100% - 22.5px), var(--line) calc(100% - 21.5px), transparent calc(100% - 21.5px)); background-size: auto, auto, 28px 28px, 100% 100%; }
  .image-frame { top: 48%; right: -7%; width: 108%; height: 32%; opacity: .9; }
  .hero-copy { width: 100%; margin-top: 64px; }
  h1 { font-size: clamp(3.6rem, 17vw, 5.6rem); }
  .intro { width: 235px; margin-top: 20px; font-size: .77rem; line-height: 1.6; }
  .bottom-bar p:first-child { max-width: 210px; line-height: 1.5; }
  .work-intro { padding: 78px 22px; }
  .showcase-section, .builds-section { padding: 78px 22px; }
  .work-intro-copy { display: block; margin-bottom: 34px; }
  .work-intro-copy .eyebrow { margin-bottom: 20px; }
  .work-intro-copy > p:last-child { margin-top: 22px; font-size: .82rem; }
  .work-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .work-card, .work-card--vehicle, .work-card--weapon, .work-card--creature, .work-card--character { grid-column: span 2; min-height: 250px; aspect-ratio: auto; }
  .work-card--weapon { min-height: 190px; }
  .work-card--character { min-height: 390px; height: 390px; }
  .work-card img { padding: 12px; }
  .work-card--weapon { min-height: 235px; height: 235px; }
  .work-card--weapon img { object-fit: cover; padding: 0; }
  .work-card figcaption { padding: 12px; font-size: .7rem; }
  .showcase-panel { display: block; min-height: 0; }
  .showcase-image-wrap { min-height: 290px; height: 53vw; }
  .showcase-panel--mech .showcase-image-wrap { min-height: 420px; height: 72vw; max-height: 600px; }
  .showcase-panel--mech .showcase-image-wrap img { max-width: 68%; max-height: 88%; }
  .showcase-info { gap: 34px; padding: 24px 18px; border-top: 1px solid var(--line); border-left: 0; }
  .showcase-info h3 { font-size: 2rem; }
  .build-grid { grid-template-columns: 1fr; gap: 8px; }
  .build-card { min-height: 310px; }
  .viewer-section { padding: 74px 22px 22px; }
  .viewer-stage { height: 65svh; min-height: 410px; margin-top: 30px; }
  .viewer-controls { right: 14px; bottom: 14px; gap: 10px; font-size: .63rem; }
  .viewer-subheading { display: block; margin: 62px 0 22px; }
  .viewer-subheading .eyebrow { margin-bottom: 12px; }
  .viewer-subheading > p:last-child { font-size: .8rem; }
  .mini-viewer-grid { grid-template-columns: 1fr; gap: 8px; }
  .mini-viewer-card { min-height: 330px; }
  .mini-viewer-card--mech { min-height: 430px; }
  .mini-viewer-card--creature { min-height: 430px; }
  .mini-viewer-card > div { padding: 12px; }
  .mini-viewer-card span { font-size: .61rem; }
  .skills-section, .about-section, .qa-section { padding: 78px 22px; }
  .section-heading, .about-main, .qa-section { display: block; }
  .section-heading { margin-bottom: 38px; }
  .section-heading .eyebrow { margin-bottom: 20px; }
  .section-heading > p:last-child { margin-top: 22px; font-size: .82rem; }
  .skills-grid { grid-template-columns: 1fr; }
  .skill-card { min-height: 0; padding: 22px; }
  .skill-card h3 { margin-top: 34px; }
  .about-index { margin-bottom: 40px; }
  .about-copy { margin-top: 28px; }
  .about-copy p { font-size: .84rem; }
  .about-stats { grid-template-columns: 1fr; margin-top: 56px; }
  .about-stats div { min-height: 120px; }
  .qa-section .section-heading { margin-bottom: 38px; }
  .qa-list summary { padding: 18px 0; font-size: 1rem; }
  .qa-list details p { padding-right: 12px; font-size: .82rem; }
  .site-footer { grid-template-columns: 1fr; gap: 24px; padding: 42px 22px 22px; }
  .footer-meta { margin-top: 20px !important; }
}
