:root {
  color-scheme: dark;
  --bg: #08090b;
  --surface: #0d0e11;
  --surface-2: #111216;
  --line: #292b30;
  --line-soft: #1b1d21;
  --text: #f1f1ef;
  --muted: #9a9b9f;
  --muted-2: #6e7075;
  --red: #c93636;
  --purple: #a06bff;
  --blue: #6995ff;
  --shell: min(1440px, calc(100vw - 80px));
  --ease: cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
code { color: #d8d8d6; font-size: .92em; }
::selection { background: #fff; color: #08090b; }

.shell { width: var(--shell); margin-inline: auto; }
.legal-shell { width: min(900px, calc(100vw - 80px)); margin-inline: auto; }
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 9px 14px;
  background: #fff;
  color: #08090b;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.studio-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 64px;
  border-bottom: 1px solid transparent;
  background: rgba(8,9,11,.92);
  backdrop-filter: blur(12px);
  transition: border-color .25s ease;
}
.studio-header.is-scrolled { border-color: var(--line-soft); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.studio-brand {
  color: var(--text);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .3em;
  line-height: 1;
  text-transform: uppercase;
}
.studio-brand strong { font-weight: 400; color: var(--muted); }
.studio-mark { display: none; }
.studio-nav { display: flex; align-items: center; gap: clamp(22px, 2.8vw, 42px); }
.studio-nav a {
  position: relative;
  color: var(--muted);
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .22s ease;
}
.studio-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s var(--ease);
}
.studio-nav a:hover,
.studio-nav a[aria-current="page"] { color: var(--text); }
.studio-nav a:hover::after,
.studio-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; color: #fff; }
.menu-toggle span { display: block; width: 19px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .25s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }

.eyebrow,
.overline,
.project-type {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: .67rem;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.section-number { color: var(--muted-2); }
.section-title {
  margin: 0;
  font-size: clamp(2.1rem, 4.6vw, 4.8rem);
  font-weight: 300;
  letter-spacing: -.045em;
  line-height: .98;
}

.studio-hero {
  min-height: min(720px, calc(100vh - 64px));
  border-bottom: 1px solid var(--line-soft);
}
.hero-layout {
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(430px,1fr);
  align-items: center;
  gap: clamp(50px,7vw,120px);
  padding-block: 100px;
}
.hero-copy h1 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(3.8rem,7.3vw,7.8rem);
  font-weight: 300;
  letter-spacing: .035em;
  line-height: .9;
  text-transform: uppercase;
}
.hero-copy h1 span { display: block; color: #aaa; }
.hero-statement {
  margin: 32px 0 0;
  color: #d5d5d2;
  font-size: clamp(1rem,1.5vw,1.2rem);
  letter-spacing: .17em;
  text-transform: uppercase;
}
.hero-intro { max-width: 460px; margin: 20px 0 0; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.hero-moodboard {
  position: relative;
  width: min(100%,540px);
  aspect-ratio: 1.16;
  justify-self: end;
  isolation: isolate;
}
.hero-moodboard::before {
  content: "";
  position: absolute;
  inset: 5% 3% 4% 5%;
  border: 1px solid rgba(232,228,214,.13);
  transform: rotate(-1.2deg);
  z-index: -1;
}
.mood-card {
  position: absolute;
  padding: 20px;
  background: #dedbd0;
  color: #151516;
  box-shadow: 0 15px 34px rgba(0,0,0,.32);
}
.mood-card::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(25,25,25,.07);
  pointer-events: none;
}
.mood-game { top: 12%; left: 2%; width: 44%; transform: rotate(-3.1deg); background: #e7e2d5; }
.mood-apps { top: 4%; right: 1%; width: 47%; transform: rotate(2.2deg); background: #d2d0ca; }
.mood-tools { right: 11%; bottom: 7%; width: 51%; transform: rotate(-1.4deg); background: #e1ded5; }
.tape {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 66px;
  height: 21px;
  background: rgba(194,181,151,.7);
  clip-path: polygon(4% 12%,96% 0,100% 87%,3% 100%,0 44%);
  transform: translateX(-50%) rotate(-2deg);
}
.mood-apps .tape { left: 64%; transform: translateX(-50%) rotate(4deg); }
.mood-tools .tape { left: 28%; transform: translateX(-50%) rotate(-5deg); }
.mood-note-label {
  display: inline-block;
  position: relative;
  margin: 0 0 17px;
  font-family: var(--font-primary);
  font-size: .98rem;
  line-height: 1;
}
.mood-note-label::after {
  content: "";
  position: absolute;
  right: -4px;
  bottom: -7px;
  left: -2px;
  height: 5px;
  border-top: 2px solid #343434;
  border-radius: 50%;
  transform: rotate(-2deg);
}
.mood-project { display: flex; align-items: center; gap: 13px; }
.mood-project img,
.mood-cf { width: 58px; height: 58px; flex: 0 0 auto; }
.mood-project img { object-fit: cover; border-radius: 13px; }
.mood-game .mood-project img { border-radius: 0; }
.mood-project span:last-child { display: flex; min-width: 0; flex-direction: column; gap: 4px; }
.mood-project small { color: #5c5a55; font-size: .55rem; letter-spacing: .08em; text-transform: uppercase; }
.mood-project strong,
.mood-mini-project strong { font-size: .82rem; font-weight: 650; letter-spacing: .04em; }
.mood-app-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; }
.mood-mini-project { display: flex; align-items: center; flex-direction: column; gap: 8px; }
.mood-mini-project img { width: 54px; height: 54px; border-radius: 14px; object-fit: cover; }
.mood-mini-project strong { font-size: .69rem; }
.mood-cf { display: grid; place-items: center; border: 1px solid #77736a; color: #292927; font-size: .95rem; font-weight: 600; letter-spacing: .08em; }
.mood-arrow { position: absolute; color: #c9c4b6; font-family: var(--font-primary); font-size: 2.6rem; line-height: 1; opacity: .8; }
.mood-arrow-one { top: 47%; left: 43%; transform: rotate(18deg); }
.mood-arrow-two { right: 3%; bottom: 31%; transform: rotate(12deg); }
.mood-scribble { position: absolute; right: 1%; bottom: 7%; width: 72px; height: 38px; border: 1px solid transparent; border-top: 2px solid rgba(215,210,194,.62); border-radius: 50%; transform: rotate(-8deg); }
.mood-scribble::after { content: ""; position: absolute; right: -1px; top: -5px; width: 8px; height: 8px; border-top: 2px solid rgba(215,210,194,.62); border-right: 2px solid rgba(215,210,194,.62); transform: rotate(31deg); }

.button {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 18px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  font-size: .66rem;
  font-weight: 600;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
  transition: border-color .25s ease, background .25s ease;
}
.button:hover { border-color: #777980; background: rgba(255,255,255,.025); }
.button span { transition: transform .25s var(--ease); }
.button:hover span { transform: translateX(3px); }
.button.primary { border-color: #aaa; }
.button.quiet { color: var(--muted); }
.button.disabled { cursor: default; opacity: .45; }
.button.disabled:hover { border-color: var(--line); background: transparent; }
.text-link,
.card-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #d5d5d2;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.text-link span,
.card-link b { display: inline-block; transition: transform .25s var(--ease); }
.text-link:hover span,
.listing-card:hover .card-link b { transform: translateX(4px); }

.home-section { padding: clamp(90px,10vw,150px) 0; border-bottom: 1px solid var(--line-soft); }
.home-section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 46px; }
.home-section-head p:last-child { max-width: 420px; margin: 0; color: var(--muted); }
.project-row {
  display: grid;
  grid-template-columns: 120px minmax(0,.7fr) minmax(260px,1.1fr) auto;
  align-items: center;
  gap: clamp(28px,5vw,76px);
  min-height: 240px;
  padding: 42px 0;
  border-top: 1px solid var(--line);
}
.project-row:last-child { border-bottom: 1px solid var(--line); }
.project-row-icon { width: 96px; height: 96px; overflow: hidden; border-radius: 22%; }
.project-row-icon img { width: 100%; height: 100%; object-fit: cover; }
.project-row-icon.cf-icon { display: grid; place-items: center; border: 1px solid #3a3c41; border-radius: 0; color: #ddd; font-size: 1.25rem; font-weight: 300; }
.project-row h3 { margin: 0; font-size: clamp(2rem,4vw,4.4rem); font-weight: 300; letter-spacing: -.045em; line-height: 1; }
.project-row p { max-width: 470px; margin: 0; color: var(--muted); }
.project-row.noxen { min-height: 310px; }
.project-row.noxen .project-row-icon { border-radius: 0; }
.project-row.noxen h3 { letter-spacing: .09em; }
.project-row.noxen h3 b { color: var(--red); font-weight: 300; }
.project-row.later:hover { border-top-color: rgba(160,107,255,.55); }
.project-row.soundscape:hover { border-top-color: rgba(105,149,255,.5); }
.project-row.noxen:hover { border-top-color: rgba(201,54,54,.55); }
.row-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.status-pill { display: inline-flex; width: fit-content; align-items: center; padding: 5px 9px; border: 1px solid #383a40; color: var(--muted); font-size: .57rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.status-pill.dev { border-color: #365066; color: #8eb8d7; }

.media-placeholder,
.project-media-placeholder,
.artwork-slot,
.screenshot-placeholder {
  display: grid;
  place-items: center;
  min-height: 330px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--muted-2);
  font-size: .64rem;
  letter-spacing: .2em;
  text-align: center;
  text-transform: uppercase;
}
.project-media-placeholder { margin-top: 26px; }
.project-media-placeholder::before,
.media-placeholder::before {
  content: "";
  width: 38px;
  height: 1px;
  margin-right: 14px;
  background: #47494e;
}
.media-placeholder-inner { display: flex; align-items: center; }

.about-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(60px,11vw,170px); align-items: start; }
.about-copy { max-width: 720px; font-size: clamp(1.35rem,2.5vw,2.35rem); font-weight: 300; line-height: 1.45; }
.about-copy p { margin-top: 0; }
.about-copy small { display: block; max-width: 560px; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.contact-band { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.contact-band h2 { margin: 0; font-size: clamp(2rem,5vw,5.4rem); font-weight: 300; letter-spacing: -.04em; }

.page-hero { padding: clamp(90px,12vw,170px) 0 clamp(70px,8vw,120px); border-bottom: 1px solid var(--line-soft); }
.crumbs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 54px; color: var(--muted-2); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; }
.crumbs a:hover { color: var(--text); }
.page-title { max-width: 950px; margin: 0; font-size: clamp(3rem,7vw,7rem); font-weight: 300; letter-spacing: -.055em; line-height: .96; }
.page-lead { max-width: 690px; margin: 30px 0 0; color: var(--muted); font-size: clamp(1rem,1.5vw,1.22rem); }
.page-section { padding: clamp(72px,9vw,130px) 0; border-bottom: 1px solid var(--line-soft); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 38px; margin-bottom: 44px; }
.section-head h2 { margin: 0; font-size: clamp(2rem,4.5vw,4.5rem); font-weight: 300; letter-spacing: -.045em; line-height: 1; }
.section-head > p { max-width: 500px; margin: 0; color: var(--muted); }

.listing-grid,
.support-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line); }
.listing-card,
.info-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(30px,4vw,54px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: transparent;
  transition: background .25s ease;
}
.listing-card:nth-child(odd),
.info-card:nth-child(odd) { border-left: 1px solid var(--line); }
.listing-card:hover { background: rgba(255,255,255,.018); }
.listing-card h2,
.info-card h2 { margin: 24px 0 10px; font-size: clamp(2rem,4vw,4rem); font-weight: 300; letter-spacing: -.04em; }
.listing-card p,
.info-card p { max-width: 520px; color: var(--muted); }
.listing-card .project-symbol { display: grid; width: 68px; height: 68px; place-items: center; border: 1px solid var(--line); font-size: 1rem; }
.project-symbol-image { width: 72px; height: 72px; margin-bottom: 32px; object-fit: cover; border-radius: 18px; }
.real-project-media { display: block; width: 100%; height: auto; object-fit: contain; }

.product-hero { padding: clamp(70px,8vw,120px) 0 clamp(90px,10vw,150px); border-bottom: 1px solid var(--line-soft); }
.product-layout { display: grid; grid-template-columns: minmax(0,.8fr) minmax(380px,1.2fr); align-items: center; gap: clamp(55px,8vw,130px); }
.product-icon { display: grid; width: 96px; height: 96px; margin-bottom: 34px; place-items: center; overflow: hidden; border: 1px solid var(--line); font-size: 1.25rem; }
.product-icon.app-icon { border: 0; border-radius: 22%; }
.product-icon img { width: 100%; height: 100%; object-fit: cover; }
.product-copy h1 { margin: 0; font-size: clamp(4rem,8vw,8rem); font-weight: 300; letter-spacing: -.06em; line-height: .92; }
.product-tagline { margin: 26px 0 0; color: #d4d4d1; font-size: clamp(1.25rem,2vw,1.72rem); }
.product-copy > p:not(.project-type):not(.product-tagline) { max-width: 560px; color: var(--muted); }
.game-theme .product-copy h1 { letter-spacing: .1em; }
.game-theme .product-copy h1 b { color: var(--red); font-weight: 300; }
.artwork-slot { position: relative; min-height: 500px; }
.artwork-slot > div { display: flex; align-items: center; gap: 12px; }
.artwork-slot > div strong { color: var(--muted); font-weight: 500; }
.artwork-slot > div span { display: none; }

.feature-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-list article { min-height: 205px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-list h3 { margin: 0 0 12px; font-size: 1rem; font-weight: 500; }
.feature-list p { margin: 0; color: var(--muted); }
.screenshot-row { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-top: 70px; }
.screenshot-placeholder { min-height: 300px; }

.legal-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.legal-meta span { padding: 6px 9px; border: 1px solid var(--line); color: var(--muted); font-size: .58rem; letter-spacing: .12em; }
.legal-copy { padding: clamp(70px,8vw,120px) 0; }
.legal-copy h2 { margin: 58px 0 16px; font-size: clamp(1.6rem,3vw,2.4rem); font-weight: 400; letter-spacing: -.025em; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy h3 { margin-top: 34px; font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; }
.legal-copy p,
.legal-copy li { color: #b5b5b3; }
.legal-copy a { color: #eee; text-decoration: underline; text-decoration-color: #555; text-underline-offset: 4px; }
.legal-copy li + li { margin-top: 9px; }
.notice { margin-top: 34px; padding: 22px 24px; border-left: 1px solid #777; background: var(--surface); color: var(--muted); }
.notice strong { color: var(--text); }
.contact-link { display: inline-block; margin: 8px 0 50px; font-size: clamp(1.5rem,4vw,4.4rem); font-weight: 300; letter-spacing: -.04em; border-bottom: 1px solid #5b5d61; }

.studio-footer { padding: 44px 0 28px; border-top: 1px solid var(--line-soft); background: #07080a; }
.footer-grid { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; }
.footer-grid > div p { max-width: 310px; margin: 18px 0 0; color: var(--muted-2); font-size: .8rem; }
.footer-links-min { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px 30px; }
.footer-links-min a { color: var(--muted); font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-links-min a:hover { color: var(--text); }
.footer-grid nav:not(.footer-links-min) { display: flex; min-width: 130px; flex-direction: column; gap: 7px; }
.footer-grid nav strong { margin-bottom: 6px; font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid nav a { color: var(--muted); font-size: .78rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 38px; padding-top: 21px; border-top: 1px solid var(--line-soft); color: var(--muted-2); font-size: .64rem; letter-spacing: .09em; text-transform: uppercase; }

.reveal.is-reveal-ready { opacity: 0; transform: translateY(14px); transition: opacity .5s var(--ease), transform .5s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 48px,1100px); }
  .legal-shell { width: min(900px,calc(100vw - 48px)); }
  .hero-layout { grid-template-columns: minmax(0,.9fr) minmax(400px,1fr); gap: 44px; }
  .project-row { grid-template-columns: 100px 1fr 1.2fr; }
  .row-actions { grid-column: 2 / -1; justify-content: flex-start; }
  .product-layout { grid-template-columns: 1fr; }
  .artwork-slot { min-height: 410px; }
  .feature-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 32px); }
  .legal-shell { width: calc(100vw - 32px); }
  .studio-header { height: 60px; }
  .menu-toggle { display: block; }
  .studio-nav {
    position: fixed;
    top: 60px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 16px;
    border-bottom: 1px solid var(--line);
    background: #090a0c;
  }
  .studio-nav.is-open { display: flex; }
  .studio-nav a { padding: 14px 5px; border-bottom: 1px solid var(--line-soft); font-size: .74rem; }
  .studio-nav a::after { display: none; }
  .hero-layout { grid-template-columns: 1fr; gap: 56px; padding-block: 72px 70px; }
  .studio-hero { min-height: auto; }
  .hero-copy h1 { font-size: clamp(3.4rem,16vw,5.4rem); }
  .hero-moodboard { width: min(100%,520px); justify-self: center; }
  .home-section { padding-block: 76px; }
  .home-section-head,
  .section-head { align-items: start; flex-direction: column; margin-bottom: 32px; }
  .project-row { grid-template-columns: 1fr; gap: 22px; min-height: 0; padding: 34px 0; }
  .project-row-icon { width: 72px; height: 72px; }
  .project-row p,
  .row-actions { grid-column: auto; }
  .project-row.noxen { min-height: 0; }
  .media-placeholder,
  .project-media-placeholder { min-height: 230px; }
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .contact-band { align-items: start; flex-direction: column; }
  .page-hero { padding-top: 80px; }
  .page-title { font-size: clamp(3rem,15vw,5.1rem); }
  .listing-grid,
  .support-grid { grid-template-columns: 1fr; }
  .listing-card,
  .info-card { min-height: 280px; border-left: 1px solid var(--line); }
  .product-layout { gap: 44px; }
  .product-copy h1 { font-size: clamp(3.8rem,17vw,6.1rem); }
  .artwork-slot { min-height: 300px; }
  .feature-list { grid-template-columns: 1fr; }
  .screenshot-row { grid-template-columns: 1fr; margin-top: 50px; }
  .screenshot-placeholder { min-height: 230px; }
  .footer-grid { flex-direction: column; }
  .footer-links-min { justify-content: flex-start; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 430px) {
  .studio-brand { letter-spacing: .22em; }
  .hero-copy h1 { font-size: 3.25rem; }
  .hero-statement { font-size: .84rem; letter-spacing: .13em; }
  .hero-moodboard { aspect-ratio: .94; }
  .mood-card { padding: 16px; }
  .mood-game { top: 4%; left: 0; width: 52%; }
  .mood-apps { top: 0; right: 0; width: 45%; }
  .mood-tools { right: 7%; bottom: 7%; width: 61%; }
  .mood-project img,
  .mood-cf { width: 48px; height: 48px; }
  .mood-mini-project img { width: 42px; height: 42px; border-radius: 11px; }
  .mood-note-label { margin-bottom: 14px; font-size: .88rem; }
  .mood-arrow-one { top: 42%; left: 35%; }
  .mood-arrow-two { right: 1%; bottom: 35%; }
  .button { width: 100%; }
  .project-row h3 { font-size: 2rem; }
}

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

/* Chalkboard / sketchbook identity */
:root {
  --bg: #0a0a0a;
  --surface: #101010;
  --surface-2: #171717;
  --line: rgba(216,213,202,.25);
  --line-soft: rgba(155,153,144,.14);
  --text: #f2f0e8;
  --muted: #b7b4aa;
  --muted-2: #85837c;
  --chalk-font: var(--font-primary);
  --clean-font: "Segoe UI",Arial,sans-serif;
}
body {
  background:
    radial-gradient(ellipse at 18% 12%,rgba(255,255,255,.025),transparent 28%),
    radial-gradient(ellipse at 82% 45%,rgba(255,255,255,.018),transparent 30%),
    repeating-linear-gradient(4deg,rgba(255,255,255,.007) 0 1px,transparent 1px 8px),
    #0a0a0a;
  font-family: var(--font-primary);
}
body::before {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image: repeating-radial-gradient(circle at 30% 20%,rgba(242,240,232,.08) 0 1px,transparent 1px 5px);
  background-size: 19px 17px;
  mix-blend-mode: soft-light;
}
.studio-header { background: rgba(10,10,10,.88); backdrop-filter: blur(10px); }
.studio-brand,
.studio-nav a,
.hero-copy h1,
.hero-statement,
.section-title,
.project-row h3,
.page-title,
.product-copy h1,
.listing-card h2,
.contact-band h2,
.legal-copy h2 { font-family: var(--font-primary); }
.studio-brand { font-size: .84rem; font-weight: 600; letter-spacing: .08em; transform: rotate(-.35deg); }
.studio-brand strong { color: var(--muted); font-weight: inherit; }
.studio-nav a { color: #d8d5ca; font-size: .82rem; letter-spacing: .02em; text-transform: none; }
.studio-nav a::after { bottom: -6px; height: 4px; background: none; border-top: 2px solid currentColor; border-radius: 50%; transform: scaleX(0) rotate(-2deg); }
.studio-nav a:hover::after,
.studio-nav a[aria-current="page"]::after { transform: scaleX(1) rotate(-2deg); }
.hero-copy h1 { max-width: 680px; font-size: clamp(3.5rem,6.4vw,6.6rem); font-weight: 600; letter-spacing: -.055em; line-height: .94; transform: rotate(-.45deg); }
.hero-copy h1 span { color: #d8d5ca; }
.hero-statement { position: relative; display: inline-block; margin-top: 29px; font-size: clamp(1.05rem,1.5vw,1.35rem); letter-spacing: .025em; text-transform: none; transform: rotate(.25deg); }
.hero-statement::after { content: ""; position: absolute; right: -4px; bottom: -10px; left: -3px; height: 8px; border-top: 2px solid rgba(242,240,232,.72); border-radius: 50%; transform: rotate(-1.5deg); }
.overline,
.eyebrow,
.project-type { font-family: var(--font-primary); letter-spacing: .08em; text-transform: uppercase; }
.mood-card { box-shadow: 0 18px 42px rgba(0,0,0,.42); }
.mood-note-label { font-family: var(--font-primary); font-weight: 600; }
.mood-project strong,
.mood-mini-project strong { font-family: var(--font-primary); letter-spacing: 0; }
.chalk-icon {
  --chalk: #f2f0e8;
  position: relative;
  display: inline-block;
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  color: var(--chalk);
  filter: drop-shadow(1px 0 rgba(242,240,232,.25));
}
.chalk-icon::before,
.chalk-icon::after,
.chalk-icon i,
.chalk-icon b { position: absolute; display: block; box-sizing: border-box; }
.chalk-noxen { display: grid; place-items: center; }
.chalk-noxen i { position: static; color: var(--chalk); font-family: var(--font-primary); font-size: 3.8rem; font-style: normal; font-weight: 700; line-height: 1; text-shadow: 1px 1px rgba(201,54,54,.58),-1px 0 rgba(242,240,232,.35); transform: rotate(-4deg); }
.chalk-later::before { content: ""; left: 11px; bottom: 9px; width: 32px; height: 51px; border-bottom: 5px solid var(--chalk); border-left: 5px solid var(--chalk); border-radius: 4px 0 4px 5px; transform: rotate(-2deg); }
.chalk-later::after { content: ""; top: 9px; right: 8px; width: 45px; height: 45px; border: 4px solid var(--chalk); border-bottom-color: transparent; border-left-color: transparent; border-radius: 50%; transform: rotate(12deg); }
.chalk-later i { top: 31px; right: 18px; width: 18px; height: 10px; border-right: 4px solid var(--chalk); border-bottom: 4px solid var(--chalk); transform: rotate(42deg); }
.chalk-later b { top: 8px; left: 36px; width: 4px; height: 4px; border-radius: 50%; background: var(--chalk); box-shadow: 8px -2px 0 var(--chalk),16px -1px 0 var(--chalk); }
.chalk-soundscape::before { content: ""; top: 8px; left: 10px; width: 52px; height: 46px; border: 5px solid var(--chalk); border-bottom-color: transparent; border-radius: 50% 50% 20% 20%; }
.chalk-soundscape::after { content: ""; top: 16px; left: 27px; width: 19px; height: 19px; border: 3px solid var(--chalk); border-top-color: transparent; border-right-color: transparent; border-radius: 50%; background: transparent; transform: rotate(-25deg); }
.chalk-soundscape i { left: 19px; bottom: 8px; width: 34px; height: 9px; border-top: 3px solid var(--chalk); border-radius: 50%; box-shadow: 0 -6px 0 -3px var(--chalk),0 6px 0 -3px var(--chalk); }
.chalk-soundscape b { top: 39px; left: 7px; width: 9px; height: 20px; border: 4px solid var(--chalk); border-radius: 8px; box-shadow: 48px 0 0 -4px #0a0a0a,48px 0 0 0 var(--chalk); }
.chalk-finder::before { content: ""; top: 8px; left: 8px; width: 43px; height: 43px; border: 5px solid var(--chalk); border-radius: 50%; transform: rotate(-3deg); }
.chalk-finder::after { content: ""; top: 47px; left: 47px; width: 28px; height: 5px; border-radius: 50%; background: var(--chalk); transform-origin: left center; transform: rotate(46deg); }
.mood-card .chalk-icon { --chalk: #242423; width: 58px; height: 58px; transform: scale(.82); transform-origin: center; }
.mood-card .chalk-soundscape b { box-shadow: 48px 0 0 -4px #d2d0ca,48px 0 0 0 var(--chalk); }
.project-row-icon { display: grid; place-items: center; overflow: visible; border-radius: 0; }
.project-row-icon .chalk-icon { transition: transform .24s ease,filter .24s ease; }
.project-row:hover .chalk-icon { filter: drop-shadow(1px 0 rgba(242,240,232,.45)); transform: rotate(-3deg) scale(1.04); }
.home-section { position: relative; border-bottom: 0; }
.home-section::after,
.page-section::after { content: ""; position: absolute; right: 3%; bottom: 0; left: 3%; height: 7px; border-top: 2px solid rgba(216,213,202,.22); border-radius: 50%; transform: rotate(-.12deg); }
.project-row { position: relative; border: 0; }
.project-row::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 5px; border-top: 2px solid rgba(216,213,202,.24); border-radius: 50%; transform: rotate(.08deg); }
.project-row:last-child { border-bottom: 0; }
.button { position: relative; min-height: 38px; padding: 0 5px; border: 0; font-family: var(--font-primary); font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; }
.button::after { content: ""; position: absolute; right: 2px; bottom: 1px; left: 2px; height: 6px; border-top: 2px solid rgba(242,240,232,.62); border-radius: 50%; transform: scaleX(.82) rotate(-1deg); transition: transform .22s ease; }
.button:hover { background: transparent; }
.button:hover::after { transform: scaleX(1) rotate(1deg); }
.button.primary { border: 1px solid rgba(242,240,232,.5); padding-inline: 17px; transform: rotate(-.4deg); }
.button.primary::after { display: none; }
.status-pill { font-family: var(--font-primary); border-style: dashed; }
.section-title,
.project-row h3 { font-weight: 600; letter-spacing: -.035em; }
.project-media-placeholder,
.artwork-slot,
.screenshot-placeholder { border: 1px dashed rgba(216,213,202,.22); background: rgba(255,255,255,.008); }
.studio-footer { background: rgba(8,8,8,.8); border-top: 0; }

@media (max-width: 760px) {
  .hero-copy h1 { font-size: clamp(3rem,15vw,4.8rem); }
  .project-row-icon { justify-items: start; }
}

.page-hero,
.page-section,
.product-hero { position: relative; border-bottom: 0; }
.page-hero::after,
.product-hero::after { content: ""; position: absolute; right: 3%; bottom: 0; left: 3%; height: 7px; border-top: 2px solid rgba(216,213,202,.2); border-radius: 50%; transform: rotate(.1deg); }
.page-title { font-size: clamp(3rem,6vw,6rem); font-weight: 600; }
.product-copy h1 { font-size: clamp(3.8rem,7vw,6.6rem); font-weight: 600; }
.product-icon,
.product-icon.app-icon { overflow: visible; border: 0; border-radius: 0; }
.listing-grid,
.support-grid { gap: clamp(30px,5vw,72px); border-top: 0; }
.listing-card,
.info-card { position: relative; min-height: 300px; padding: 38px 0; border: 0; background: transparent; }
.listing-card:nth-child(odd),
.info-card:nth-child(odd) { border-left: 0; }
.listing-card::before,
.info-card::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 5px; border-top: 2px solid rgba(216,213,202,.22); border-radius: 50%; transform: rotate(-.15deg); }
.listing-card:hover { background: transparent; }
.listing-card h2,
.info-card h2 { font-weight: 600; }
.feature-list { gap: 28px; border: 0; }
.feature-list article { position: relative; min-height: 185px; padding: 28px 0; border: 0; }
.feature-list article::before { content: ""; position: absolute; top: 0; right: 0; left: 0; border-top: 1px solid rgba(216,213,202,.22); transform: rotate(.12deg); }
.feature-list h3 { font-family: var(--font-primary); font-size: 1.12rem; }
.legal-copy,
.legal-copy p,
.legal-copy li,
.legal-copy table { font-family: var(--font-primary); }
.legal-copy h2,
.legal-copy h3 { font-family: var(--font-primary); }

/* Hero scale and density refinement */
.studio-hero { min-height: min(680px,calc(100vh - 64px)); }
.hero-layout {
  width: min(1600px,calc(100vw - 96px));
  grid-template-columns: minmax(0,1.1fr) minmax(600px,.9fr);
  gap: clamp(48px,4vw,72px);
  padding-block: 44px;
}
.hero-copy h1 {
  max-width: 750px;
  font-size: clamp(4.2rem,7.2vw,7.9rem);
}
.hero-statement { margin-top: 32px; font-size: clamp(1.18rem,1.65vw,1.5rem); }
.hero-statement::after { right: -8px; left: -7px; border-top-width: 3px; }
.hero-intro { max-width: 440px; margin-top: 22px; }
.hero-moodboard { width: min(100%,720px); justify-self: center; }
.mood-card { padding: 25px; }
.mood-game { top: 10%; left: 0; width: 45%; }
.mood-apps { top: 2%; right: 0; width: 48%; }
.mood-tools { right: 10%; bottom: 5%; width: 54%; }
.mood-note-label { margin-bottom: 20px; font-size: 1.12rem; }
.mood-card .chalk-icon { width: 72px; height: 72px; transform: scale(1); }
.mood-project strong { font-size: .94rem; }
.mood-mini-project strong { font-size: .8rem; }
.mood-app-grid { gap: 18px; }

@media (max-width: 1180px) {
  .hero-layout {
    width: min(100% - 48px,1100px);
    grid-template-columns: minmax(0,.92fr) minmax(470px,1.08fr);
    gap: 36px;
  }
  .hero-copy h1 { font-size: clamp(3.8rem,7.2vw,6rem); }
}

@media (max-width: 760px) {
  .studio-hero { min-height: auto; }
  .hero-layout {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    gap: 38px;
    padding-block: 46px 42px;
  }
  .hero-copy h1 { max-width: 100%; font-size: clamp(3.65rem,17.5vw,4.7rem); }
  .hero-statement { margin-top: 27px; font-size: 1rem; }
  .hero-intro { margin-top: 20px; }
  .hero-moodboard { width: min(100%,540px); aspect-ratio: .94; }
}

@media (max-width: 430px) {
  .mood-card { padding: 17px; }
  .mood-card .chalk-icon { width: 56px; height: 56px; transform: scale(.76); }
  .mood-note-label { margin-bottom: 15px; font-size: .95rem; }
  .mood-game { top: 3%; left: 0; width: 52%; }
  .mood-apps { top: 0; right: 0; width: 47%; }
  .mood-tools { right: 5%; bottom: 5%; width: 64%; }
  .mood-app-grid { gap: 8px; }
  .mood-project strong { font-size: .82rem; }
  .mood-mini-project strong { font-size: .7rem; }
}

/* Paper board system — representative Home slice */
:root {
  --paper: #ded8c9;
  --paper-light: #ece7da;
  --paper-ink: #1c1b19;
  --paper-muted: #615e57;
  --tape: rgba(178,158,124,.64);
}

#games .home-section-head,
#apps .home-section-head,
#tools .home-section-head,
#about > .shell > div:first-child,
#contact .eyebrow {
  position: relative;
}

#games .eyebrow,
#apps .eyebrow,
#tools .eyebrow,
#about .eyebrow,
#contact .eyebrow {
  display: inline-block;
  padding: 8px 16px 7px;
  background: var(--paper-light);
  color: var(--paper-ink);
  box-shadow: 0 9px 24px rgba(0,0,0,.25);
  clip-path: polygon(1% 5%,99% 0,97% 95%,3% 100%);
  transform: rotate(-1deg);
}

#apps .eyebrow { transform: rotate(.7deg); }
#tools .eyebrow { transform: rotate(-.4deg); }
#games .section-title,
#apps .section-title,
#tools .section-title,
#about .section-title {
  margin-top: 22px;
}

#games .project-row,
#apps .project-row,
#tools .project-row {
  isolation: isolate;
  padding: clamp(30px,4vw,54px);
  background:
    repeating-linear-gradient(1deg,rgba(48,44,37,.025) 0 1px,transparent 1px 7px),
    var(--paper);
  color: var(--paper-ink);
  box-shadow: 0 22px 55px rgba(0,0,0,.34);
  clip-path: polygon(.4% 1%,99.5% 0,99.2% 98.4%,.7% 100%);
  transition: transform .26s var(--ease),box-shadow .26s var(--ease);
}

#games .project-row { transform: rotate(-.25deg); }
#apps .project-row:nth-of-type(2) { transform: rotate(.3deg); }
#apps .project-row:nth-of-type(3) { transform: rotate(-.2deg); }
#tools .project-row { transform: rotate(.2deg); }
#games .project-row:hover,
#apps .project-row:hover,
#tools .project-row:hover { transform: translateY(-4px) rotate(0); box-shadow: 0 28px 68px rgba(0,0,0,.43); }

#games .project-row::before,
#apps .project-row::before,
#tools .project-row::before {
  content: "";
  top: -14px;
  left: 50%;
  width: 118px;
  height: 28px;
  border: 0;
  background: var(--tape);
  opacity: .88;
  transform: translateX(-50%) rotate(-2deg);
  clip-path: polygon(2% 4%,98% 0,95% 100%,0 94%);
}

#apps .project-row:nth-of-type(3)::before { transform: translateX(-50%) rotate(2deg); }
#games .project-row h3,
#apps .project-row h3,
#tools .project-row h3,
#games .project-row p,
#apps .project-row p,
#tools .project-row p { color: var(--paper-ink); }
#games .project-row p,
#apps .project-row p,
#tools .project-row p { opacity: .72; }
#games .project-type,
#apps .project-type,
#tools .project-type { color: var(--paper-muted); }
#games .project-row .chalk-icon,
#apps .project-row .chalk-icon,
#tools .project-row .chalk-icon { --chalk: #25231f; }
#apps .project-row:hover .chalk-icon,
#tools .project-row:hover .chalk-icon,
#games .project-row:hover .chalk-icon { filter: none; }
#games .project-row .button,
#apps .project-row .button,
#tools .project-row .button { color: var(--paper-ink); }
#games .project-row .button::after,
#apps .project-row .button::after,
#tools .project-row .button::after { border-color: rgba(28,27,25,.66); }
#games .project-row .button.primary,
#apps .project-row .button.primary,
#tools .project-row .button.primary { border-color: rgba(28,27,25,.55); }
#games .project-row h3::after,
#apps .project-row h3::after,
#tools .project-row h3::after {
  content: "";
  display: block;
  width: min(130px,85%);
  margin-top: 11px;
  border-top: 3px solid var(--paper-ink);
  border-radius: 50%;
  transform: rotate(-1deg);
}
#games .project-row h3::after { border-color: #9f2929; }
#apps .project-row.later h3::after { border-color: #6941aa; }
#apps .project-row.soundscape h3::after { border-color: #3866a5; }

#games .project-media-placeholder {
  width: min(900px,86%);
  min-height: 260px;
  margin: 62px auto 0;
  border: 14px solid var(--paper-light);
  border-bottom-width: 58px;
  background: #111;
  box-shadow: 0 20px 46px rgba(0,0,0,.38);
  color: #aaa69c;
  clip-path: polygon(.7% .4%,99.6% 0,99% 99.2%,0 100%);
  transform: rotate(.45deg);
}
#games .project-media-placeholder::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  width: 130px;
  height: 30px;
  background: var(--tape);
  transform: translateX(-50%) rotate(1deg);
}
#games .media-placeholder-inner { font-family: var(--font-primary); letter-spacing: .08em; }

#about .about-grid {
  position: relative;
  width: min(1080px,calc(100vw - 80px));
  padding: clamp(52px,7vw,92px);
  background:
    repeating-linear-gradient(1deg,rgba(48,44,37,.025) 0 1px,transparent 1px 8px),
    var(--paper-light);
  color: var(--paper-ink);
  box-shadow: 0 24px 60px rgba(0,0,0,.38);
  clip-path: polygon(.5% 0,99% 1%,100% 98%,0 100%);
  transform: rotate(-.22deg);
}
#about .about-grid::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 145px;
  height: 29px;
  background: var(--tape);
  transform: translateX(-50%) rotate(-2deg);
}
#about .eyebrow { box-shadow: none; background: #cbc3b2; }
#about .about-copy,
#about .about-copy small { color: var(--paper-ink); }
#about .about-copy small { opacity: .62; }

#contact .contact-band {
  position: relative;
  width: min(1040px,calc(100vw - 80px));
  padding: clamp(44px,6vw,75px);
  background: var(--paper);
  color: var(--paper-ink);
  box-shadow: 0 24px 55px rgba(0,0,0,.36);
  clip-path: polygon(0 2%,99% 0,100% 96%,1% 100%);
  transform: rotate(.18deg);
}
#contact .contact-band::before,
#contact .contact-band::after {
  content: "";
  position: absolute;
  top: -7px;
  width: 92px;
  height: 25px;
  background: var(--tape);
}
#contact .contact-band::before { left: 9%; transform: rotate(-7deg); }
#contact .contact-band::after { right: 8%; transform: rotate(6deg); }
#contact .eyebrow { box-shadow: none; background: #c9c1b0; }
#contact .button { color: var(--paper-ink); border-color: rgba(28,27,25,.55); }

@media (min-width: 761px) {
  #apps .project-row { grid-template-columns: 120px minmax(0,.7fr) minmax(260px,1.1fr) auto; }
}

@media (max-width: 760px) {
  #games .project-row,
  #apps .project-row,
  #tools .project-row { padding: 34px 28px; }
  #games .project-media-placeholder { width: 94%; min-height: 210px; border-width: 10px; border-bottom-width: 48px; }
  #about .about-grid,
  #contact .contact-band { width: calc(100vw - 32px); padding: 42px 28px; }
}

/* Full sketchbook language — categories, projects, support and legal */
.page-hero .eyebrow,
.product-copy .project-type,
.section-head .eyebrow,
.legal-meta span {
  display: inline-block;
  width: fit-content;
  padding: 7px 13px 6px;
  background: var(--paper-light);
  color: var(--paper-ink);
  border: 0;
  box-shadow: 0 8px 20px rgba(0,0,0,.24);
  clip-path: polygon(1% 5%,99% 0,97% 96%,2% 100%);
  transform: rotate(-.75deg);
}
.page-hero .page-title,
.product-copy h1,
.section-head h2 { text-shadow: 0 1px rgba(255,255,255,.08); }
.page-hero .page-title { margin-top: 23px; }
.page-hero::before {
  content: "";
  position: absolute;
  right: 8%;
  bottom: 18%;
  width: 90px;
  height: 54px;
  border-top: 3px solid rgba(242,240,232,.5);
  border-right: 3px solid rgba(242,240,232,.5);
  border-radius: 50%;
  transform: rotate(14deg);
}

.listing-grid,
.support-grid { align-items: stretch; }
.listing-card,
.info-card {
  isolation: isolate;
  min-height: 355px;
  padding: clamp(35px,4vw,58px);
  background:
    repeating-linear-gradient(2deg,rgba(48,44,37,.025) 0 1px,transparent 1px 8px),
    var(--paper);
  color: var(--paper-ink);
  box-shadow: 0 22px 52px rgba(0,0,0,.34);
  clip-path: polygon(.5% .5%,99% 0,100% 98%,0 100%);
  transform: rotate(-.35deg);
  transition: transform .25s var(--ease),box-shadow .25s var(--ease);
}
.listing-card:nth-child(even),
.info-card:nth-child(even) { transform: rotate(.45deg); }
.listing-card::before,
.info-card::before {
  top: -8px;
  left: 50%;
  width: 108px;
  height: 26px;
  border: 0;
  background: var(--tape);
  transform: translateX(-50%) rotate(-3deg);
  clip-path: polygon(1% 6%,99% 0,96% 96%,0 100%);
}
.listing-card:hover { background: var(--paper-light); transform: translateY(-6px) rotate(0); box-shadow: 0 30px 68px rgba(0,0,0,.43); }
.listing-card h2,
.info-card h2,
.listing-card p,
.info-card p,
.listing-card .card-link,
.listing-card .project-type,
.info-card .project-type { color: var(--paper-ink); }
.listing-card p,
.info-card p { opacity: .7; }
.listing-card .chalk-icon { --chalk: #25231f; }
.listing-card h2::after,
.info-card h2::after {
  content: "";
  display: block;
  width: 125px;
  margin-top: 10px;
  border-top: 3px solid #2d2b27;
  border-radius: 50%;
  transform: rotate(-1deg);
}
.game-noxen h2::after { border-color: #9f2929; }
.app-later h2::after { border-color: #6941aa; }
.app-soundscape h2::after { border-color: #3866a5; }
.listing-card .status-pill { color: #31485a; border-color: #31485a; }
.card-link { font-family: var(--font-primary); }

.product-hero { overflow: hidden; }
.product-hero::before {
  content: "↘";
  position: absolute;
  right: 48%;
  bottom: 10%;
  color: rgba(242,240,232,.55);
  font-family: var(--font-primary);
  font-size: 3rem;
  transform: rotate(-8deg);
}
.product-copy {
  position: relative;
  isolation: isolate;
  padding: clamp(38px,5vw,70px);
  background:
    repeating-linear-gradient(1deg,rgba(48,44,37,.025) 0 1px,transparent 1px 8px),
    var(--paper-light);
  color: var(--paper-ink);
  box-shadow: 0 24px 58px rgba(0,0,0,.38);
  clip-path: polygon(.5% 0,99% 1%,100% 98%,1% 100%);
  transform: rotate(-.32deg);
}
.product-copy::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -8px;
  left: 50%;
  width: 122px;
  height: 28px;
  background: var(--tape);
  transform: translateX(-50%) rotate(2deg);
  clip-path: polygon(0 4%,100% 0,96% 98%,2% 100%);
}
.product-copy h1,
.product-copy .product-tagline,
.product-copy > p:not(.project-type):not(.product-tagline),
.product-copy .button { color: var(--paper-ink); }
.product-copy > p:not(.project-type):not(.product-tagline) { opacity: .72; }
.product-copy .product-icon { margin-bottom: 26px; }
.product-copy .chalk-icon { --chalk: #25231f; }
.product-copy .button::after { border-color: rgba(28,27,25,.65); }
.product-copy .button.primary { border-color: rgba(28,27,25,.55); }
.product-copy .button.disabled { color: rgba(28,27,25,.5); }
.product-copy h1::after {
  content: "";
  display: block;
  width: min(190px,55%);
  margin-top: 16px;
  border-top: 4px solid rgba(28,27,25,.68);
  border-radius: 50%;
  transform: rotate(-1deg);
}
.game-theme .product-copy h1::after { border-color: #9f2929; }
.later-theme .product-copy h1::after { border-color: #6941aa; }
.soundscape-theme .product-copy h1::after { border-color: #3866a5; }

.artwork-slot {
  isolation: isolate;
  min-height: 520px;
  border: clamp(12px,1.4vw,22px) solid var(--paper-light);
  border-bottom-width: clamp(58px,6vw,90px);
  background:
    radial-gradient(circle at center,rgba(255,255,255,.025),transparent 35%),
    #111;
  color: #aaa69c;
  box-shadow: 0 25px 62px rgba(0,0,0,.42);
  clip-path: polygon(.5% 0,100% .8%,99% 99%,0 100%);
  transform: rotate(.75deg);
}
.artwork-slot::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -25px;
  left: 50%;
  width: 126px;
  height: 30px;
  background: var(--tape);
  transform: translateX(-50%) rotate(-2deg);
}
.artwork-slot > div { flex-direction: column; text-align: center; }
.artwork-slot > div strong { color: #d2cfc4; font-family: var(--font-primary); font-size: 1rem; letter-spacing: .06em; }
.artwork-slot > div span { display: block; color: #77746c; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }

.feature-list { align-items: stretch; }
.feature-list article {
  min-height: 205px;
  padding: 30px;
  background:
    repeating-linear-gradient(0deg,transparent 0 27px,rgba(60,81,110,.09) 28px 29px),
    var(--paper);
  color: var(--paper-ink);
  box-shadow: 0 14px 32px rgba(0,0,0,.25);
  clip-path: polygon(.5% 1%,99% 0,100% 98%,0 100%);
  transform: rotate(-.25deg);
}
.feature-list article:nth-child(even) { transform: rotate(.3deg); }
.feature-list article::before { display: none; }
.feature-list h3,
.feature-list p,
.feature-list a,
.feature-list code { color: var(--paper-ink); }
.feature-list p { opacity: .72; }
.feature-list h3::before { content: "✓ "; color: #514e47; }

.screenshot-row { gap: clamp(20px,3vw,44px); }
.screenshot-placeholder {
  position: relative;
  min-height: 270px;
  padding: 16px;
  border: 12px solid var(--paper-light);
  border-bottom-width: 52px;
  background: #111;
  color: #8f8b82;
  box-shadow: 0 18px 40px rgba(0,0,0,.34);
  clip-path: polygon(.5% 0,99% .7%,100% 99%,0 100%);
  font-family: var(--font-primary);
  letter-spacing: .04em;
  text-transform: none;
}
.screenshot-placeholder:nth-child(odd) { transform: rotate(-.55deg); }
.screenshot-placeholder:nth-child(even) { transform: rotate(.65deg); }

.legal-copy {
  position: relative;
  width: min(980px,calc(100vw - 80px));
  margin-block: clamp(58px,7vw,100px);
  padding: clamp(40px,6vw,82px);
  background:
    repeating-linear-gradient(0deg,transparent 0 31px,rgba(60,81,110,.075) 32px 33px),
    var(--paper-light);
  color: var(--paper-ink);
  box-shadow: 0 25px 64px rgba(0,0,0,.4);
  clip-path: polygon(.3% .2%,99.7% 0,100% 99.7%,0 100%);
}
.legal-copy::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  width: 138px;
  height: 27px;
  background: var(--tape);
  transform: translateX(-50%) rotate(-2deg);
}
.legal-copy h2,
.legal-copy h3,
.legal-copy p,
.legal-copy li,
.legal-copy strong,
.legal-copy code,
.legal-copy a { color: var(--paper-ink); }
.legal-copy p,
.legal-copy li { opacity: .78; }
.legal-copy a { text-decoration-color: rgba(28,27,25,.5); }
.legal-copy .notice { background: rgba(28,27,25,.07); border-color: rgba(28,27,25,.45); color: var(--paper-ink); }

.contact-link {
  padding: 7px 12px 8px;
  background: var(--paper-light);
  color: var(--paper-ink);
  border: 0;
  box-shadow: 0 13px 30px rgba(0,0,0,.3);
  clip-path: polygon(.4% 0,100% 3%,99% 97%,0 100%);
  font-family: var(--font-primary);
  transform: rotate(-.3deg);
}

@media (max-width: 1050px) {
  .product-hero::before { display: none; }
  .product-layout { gap: 60px; }
  .product-copy { width: min(760px,100%); }
}

@media (max-width: 760px) {
  .page-hero::before { display: none; }
  .listing-card,
  .info-card { min-height: 300px; padding: 34px 28px; }
  .product-copy { padding: 42px 28px; }
  .artwork-slot { min-height: 300px; border-width: 10px; border-bottom-width: 56px; }
  .feature-list { gap: 18px; }
  .feature-list article { min-height: 0; padding: 28px 24px; }
  .legal-copy { width: calc(100vw - 32px); padding: 38px 24px; }
  .contact-link { font-size: clamp(1.2rem,6vw,2rem); overflow-wrap: anywhere; }
}

/* Compact app catalogue additions */
.home-app-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: clamp(18px,2.4vw,34px);
}
.home-app-card {
  position: relative;
  display: flex;
  min-height: 310px;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(28px,3vw,42px);
  background: var(--paper);
  color: var(--paper-ink);
  box-shadow: 0 18px 42px rgba(0,0,0,.3);
  clip-path: polygon(.5% .5%,99% 0,100% 98%,0 100%);
  transform: rotate(-.25deg);
  transition: transform .25s var(--ease),box-shadow .25s var(--ease);
}
.home-app-card:nth-child(even) { transform: rotate(.3deg); }
.home-app-card:hover { transform: translateY(-5px) rotate(0); box-shadow: 0 25px 56px rgba(0,0,0,.4); }
.home-app-card .chalk-icon { --chalk: #25231f; }
.home-app-card .project-type { color: var(--paper-ink); opacity: .58; }
.home-app-card h3 { margin: 0 0 10px; color: var(--paper-ink); font-family: var(--font-primary); font-size: clamp(1.7rem,2.6vw,2.4rem); }
.home-app-card p:not(.project-type) { margin: 0; color: var(--paper-ink); opacity: .7; }
.home-app-card .card-link { color: var(--paper-ink); }
.home-apps-cta { display: flex; justify-content: center; padding-top: 44px; }
.app-monogram {
  display: grid;
  width: 84px;
  height: 84px;
  place-items: center;
  margin-bottom: 24px;
  border: 3px solid currentColor;
  border-radius: 8% 16% 10% 14%;
  color: #292722;
  font-family: var(--font-primary);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .04em;
  transform: rotate(-2deg);
}
.listing-card .app-monogram { margin-bottom: 30px; }
.product-icon .app-monogram { width: 96px; height: 96px; margin: 0; }

@media (max-width: 1050px) {
  .home-app-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .home-app-grid { grid-template-columns: 1fr; gap: 20px; }
  .home-app-card { min-height: 280px; padding: 34px 28px; }
  .home-apps-cta { justify-content: stretch; padding-top: 32px; }
  .home-apps-cta .button { width: 100%; justify-content: space-between; }
}

/* Home specification — design-reference.png */
.reference-home {
  --ref-bg: #080b0c;
  --ref-panel: #101516;
  --ref-panel-2: #151b1c;
  --ref-border: #252c2d;
  --ref-text: #f0ede5;
  --ref-muted: #a6aaa4;
  --ref-accent: #a4bc67;
  background: var(--ref-bg);
  color: var(--ref-text);
}
.reference-home::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .12;
  background: repeating-radial-gradient(circle at 20% 30%,rgba(255,255,255,.08) 0 1px,transparent 1px 5px);
}
.reference-home .shell { width: min(1460px,calc(100vw - 112px)); }
.reference-home .studio-header { height: 66px; background: rgba(8,11,12,.96); border-bottom: 1px solid #171c1d; }
.reference-home .studio-brand { font-size: .9rem; letter-spacing: .06em; }
.reference-home .studio-brand b { color: var(--ref-text); font-weight: 900; }
.reference-home .studio-brand strong { color: var(--ref-accent); font-weight: 700; }
.reference-home .studio-nav { gap: 38px; }
.reference-home .studio-nav a { color: #d2d2cd; font-size: .68rem; font-weight: 700; letter-spacing: .08em; }
.reference-home .studio-nav a::after { bottom: -8px; background: var(--ref-accent); }
.ref-hero { min-height: 640px; display: grid; align-items: center; padding: 64px 0 58px; border-bottom: 1px solid #151a1b; }
.ref-hero-grid { display: grid; grid-template-columns: minmax(330px,.72fr) minmax(620px,1.28fr); align-items: center; gap: 54px; }
.ref-hero-copy h1 { margin: 0; font-family: var(--font-primary); font-size: clamp(5.2rem,8vw,8.8rem); line-height: .78; letter-spacing: .01em; text-transform: uppercase; }
.ref-hero-copy h1 span,.ref-hero-copy h1 strong { display: block; }
.ref-hero-copy h1 span { color: var(--ref-text); }
.ref-hero-copy h1 strong { color: var(--ref-accent); }
.ref-hero-copy p { margin: 34px 0 28px; color: #d3d3cd; font-size: clamp(1rem,1.4vw,1.35rem); line-height: 1.5; }
.ref-button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 18px; padding: 0 18px; border: 1px solid var(--ref-border); border-radius: 6px; background: var(--ref-panel-2); color: var(--ref-text); font-size: .67rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; transition: transform .2s ease,background .2s ease,border-color .2s ease; }
.ref-button:hover { transform: translateY(-2px); border-color: #3a4444; background: #1c2324; }
.ref-button span,.ref-section-head a span,.ref-contact a span { transition: transform .2s ease; }
.ref-button:hover span,.ref-section-head a:hover span,.ref-contact a:hover span { transform: translateX(3px); }
.ref-button.primary { border-color: var(--ref-accent); background: var(--ref-accent); color: #11150d; }
.ref-button.primary:hover { background: #b3ca77; }
.project-stack { position: relative; min-height: 470px; perspective: 1100px; }
.stack-noxen,.stack-app { position: absolute; overflow: hidden; border: 1px solid #303637; border-radius: 16px; background: var(--ref-panel); box-shadow: 0 18px 40px rgba(0,0,0,.35); transition: transform .22s ease; }
.stack-noxen:hover,.stack-app:hover { transform: translateY(-3px) rotate(0); }
.stack-noxen { inset: 25px 190px 35px 5px; display: flex; align-items: flex-end; padding: 30px; transform: rotate(-3deg); }
.stack-noxen::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.38); }
.stack-noxen img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; image-rendering: auto; opacity: .8; transform: scale(1.02); }
.stack-noxen > span { position: relative; z-index: 1; display: flex; flex-direction: column; }
.stack-noxen b { font-family: var(--font-primary); font-size: 2.5rem; font-style: italic; letter-spacing: .04em; }
.stack-noxen small { color: var(--ref-muted); }
.stack-app { width: 150px; height: 270px; padding: 18px; display: flex; flex-direction: column; justify-content: flex-end; gap: 16px; }
.stack-app b { font-size: .9rem; }
.stack-daily { right: 250px; top: 112px; background: #43545a; transform: rotate(8deg); }
.stack-photo { right: 120px; top: 145px; background: #171d1f; transform: rotate(10deg); }
.stack-water { right: 5px; top: 170px; background: #30444c; transform: rotate(11deg); }
.ref-section { padding: 34px 0; }
.featured-game { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 330px; overflow: hidden; border: 1px solid var(--ref-border); border-radius: 16px; background: var(--ref-panel); }
.featured-visual { display: grid; place-items: center; min-height: 330px; overflow: hidden; background: #0d1112; }
.featured-visual img { width: 100%; height: 100%; object-fit: cover; opacity: .85; }
.featured-copy { display: flex; flex-direction: column; justify-content: center; padding: 44px 54px; }
.ref-kicker { margin: 0 0 8px; color: var(--ref-accent); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.featured-copy h2,.ref-duo h2,.ref-section-head h2 { margin: 0; color: var(--ref-text); font-family: var(--font-primary); font-weight: 500; letter-spacing: .02em; text-transform: uppercase; }
.featured-copy h2 { font-size: clamp(2.8rem,4.5vw,4.5rem); line-height: 1; }
.featured-genre { margin: 9px 0 16px; color: var(--ref-accent); }
.featured-copy > p:last-of-type { max-width: 480px; margin: 0; color: var(--ref-muted); }
.ref-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.ref-section-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.ref-section-head h2 { font-size: 2rem; }
.ref-section-head a { display: inline-flex; align-items: center; gap: 12px; color: var(--ref-accent); font-size: .65rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.ref-app-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 14px; }
.ref-app-card { min-height: 275px; padding: 14px; border: 1px solid var(--ref-border); border-radius: 14px; background: var(--ref-panel); transition: transform .2s ease,border-color .2s ease,background .2s ease; }
.ref-app-card:hover { transform: translateY(-3px); border-color: #3a4444; background: var(--ref-panel-2); }
.ref-app-card .neutral-app-mark { width: 100%; height: 124px; margin-bottom: 18px; border-radius: 12px; }
.ref-app-card h3 { margin: 0 0 7px; font-size: .95rem; }
.ref-app-card p { min-height: 52px; margin: 0 0 12px; color: var(--ref-muted); font-size: .72rem; line-height: 1.45; }
.ref-app-card small { color: #c1c5bf; font-size: .62rem; }
.ref-app-card small::before { content: "◆"; margin-right: 6px; color: var(--ref-accent); font-size: .48rem; }
.ref-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ref-duo article { min-height: 240px; padding: 36px; border: 1px solid var(--ref-border); border-radius: 16px; background: var(--ref-panel); }
.ref-duo h2 { margin-bottom: 14px; font-size: 2rem; }
.ref-duo p:not(.ref-kicker) { max-width: 520px; margin: 0 0 24px; color: var(--ref-muted); }
.ref-contact { padding: 34px 0 54px; }
.ref-contact .shell { display: flex; align-items: center; justify-content: space-between; padding: 30px 36px; border: 1px solid var(--ref-border); border-radius: 14px; background: var(--ref-panel-2); }
.ref-contact p { margin: 0; font-family: var(--font-primary); font-size: 1.6rem; letter-spacing: .03em; text-transform: uppercase; }
.ref-contact a { display: inline-flex; gap: 14px; color: var(--ref-accent); font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.reference-home .studio-footer { padding: 0; border-top: 1px solid var(--ref-border); background: #090c0d; }
.ref-footer { min-height: 110px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 60px; }
.ref-footer nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 28px; }
.ref-footer nav a { color: var(--ref-muted); font-size: .65rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.ref-footer nav a:hover { color: var(--ref-accent); }
.ref-footer > span { color: var(--ref-muted); font-size: .65rem; }

@media (max-width: 1120px) {
  .reference-home .shell { width: min(100% - 64px,1460px); }
  .ref-hero-grid { grid-template-columns: .75fr 1.25fr; }
  .project-stack { transform: scale(.85); transform-origin: center right; }
  .ref-app-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 820px) {
  .reference-home .shell { width: calc(100% - 36px); }
  .reference-home .studio-header { height: 60px; }
  .reference-home .menu-toggle { display: block; }
  .reference-home .studio-nav { position: absolute; top: 60px; right: 18px; left: 18px; display: none; padding: 24px; border: 1px solid var(--ref-border); border-radius: 12px; background: #0d1112; }
  .reference-home .studio-nav.is-open { display: grid; gap: 20px; }
  .ref-hero { min-height: auto; padding: 64px 0 34px; }
  .ref-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .ref-hero-copy h1 { font-size: clamp(4.4rem,20vw,7rem); }
  .project-stack { width: 100%; min-height: 400px; transform: scale(.92); transform-origin: center; }
  .stack-noxen { right: 120px; }
  .stack-daily { right: 210px; }
  .stack-photo { right: 90px; }
  .stack-water { right: -20px; }
  .featured-game { grid-template-columns: 1fr; }
  .featured-visual { min-height: 260px; }
  .featured-copy { padding: 34px 28px; }
  .ref-app-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ref-duo { grid-template-columns: 1fr; }
  .ref-contact .shell { align-items: flex-start; flex-direction: column; gap: 18px; }
  .ref-footer { grid-template-columns: 1fr; gap: 24px; padding: 34px 0; }
  .ref-footer nav { justify-content: flex-start; }
}
@media (max-width: 480px) {
  .ref-hero-copy h1 { font-size: 4.7rem; }
  .ref-hero-copy p br { display: none; }
  .project-stack { min-height: 360px; transform: none; overflow: hidden; }
  .stack-noxen { inset: 16px 70px 54px 0; }
  .stack-app { width: 104px; height: 190px; padding: 11px; border-radius: 12px; }
  .stack-daily { right: 142px; top: 142px; }
  .stack-photo { right: 62px; top: 155px; }
  .stack-water { right: -16px; top: 168px; }
  .stack-app b { font-size: .67rem; }
  .ref-app-grid { grid-template-columns: 1fr; }
  .ref-app-card { min-height: 230px; }
  .ref-app-card .neutral-app-mark { height: 110px; }
  .ref-section-head { align-items: flex-start; flex-direction: column; gap: 12px; }
  .ref-actions { align-items: stretch; flex-direction: column; }
  .ref-button { width: 100%; }
}

/* File-backed product media */
.product-image-frame { position: relative; display: grid; place-items: center; overflow: hidden; background: #111617; }
.product-image-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }
.asset-fallback { display: grid; width: 100%; height: 100%; min-height: inherit; place-items: center; padding: 16px; border: 1px dashed #3a4142; color: #777f7d; font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.stack-app-image { width: 100%; height: 170px; margin: 0 auto auto; border-radius: 12px; }
.ref-app-image { width: 100%; height: 124px; margin-bottom: 18px; border-radius: 12px; }
.listing-app-image { width: 96px; height: 96px; margin-bottom: 28px; border-radius: 18px; }
.detail-app-image { width: 96px; height: 96px; border-radius: 20px; }
.featured-visual > .asset-fallback { min-height: 330px; border: 0; }
.stack-noxen > .asset-fallback { position: absolute; inset: 0; border: 0; }
.stack-noxen > span:last-child { position: relative; z-index: 2; }
.product-empty-state { grid-column: 1/-1; margin: 0; padding: 32px; border: 1px solid var(--line); color: var(--muted); }
.noxen-media { position: relative; overflow: hidden; background: #0d1112; }
.noxen-media img { width: 100%; height: 100%; object-fit: cover; }
.noxen-hero-media { min-height: 520px; }
.noxen-logo-file { width: min(260px,70%); height: auto; object-fit: contain; }
.trailer-slot { min-height: 280px; }
@media (max-width: 820px) {
  .stack-app-image { height: 118px; }
  .featured-visual > .asset-fallback { min-height: 260px; }
  .noxen-hero-media { min-height: 320px; }
}
@media (max-width: 480px) {
  .stack-app-image { height: 105px; }
  .ref-app-image { height: 110px; }
}

/* Global visual system — aligned with the current Home */
:root {
  --studio-bg: #080b0c;
  --studio-panel: #101516;
  --studio-panel-raised: #151b1c;
  --studio-border: #252c2d;
  --studio-text: #f0ede5;
  --studio-text-secondary: #a6aaa4;
  --studio-accent: #a4bc67;
  --studio-radius: 14px;
  --studio-shell: min(1460px,calc(100vw - 112px));
  --studio-space: clamp(64px,8vw,110px);
  --studio-font: Inter,"Helvetica Neue",Arial,sans-serif;
}
html { background: var(--studio-bg); }
body,
button,
input,
textarea,
select {
  font-family: var(--font-primary);
}
body {
  background: var(--studio-bg);
  color: var(--studio-text);
}
.shell { width: var(--studio-shell); }
.legal-shell { width: min(980px,calc(100vw - 112px)); }
h1,h2,h3,h4,h5,h6,
.page-title,
.product-copy h1,
.section-head h2,
.listing-card h2,
.info-card h2,
.feature-list h3,
.legal-copy h2,
.legal-copy h3,
.card-link,
.project-type,
.eyebrow,
.overline,
.button,
.status-pill,
.contact-link {
  font-family: var(--font-primary);
}
.page-title,
.product-copy h1,
.section-head h2,
.listing-card h2,
.info-card h2,
.legal-copy h2,
.legal-copy h3 {
  color: var(--studio-text);
  font-style: normal;
  text-shadow: none;
}
p,
.page-lead,
.section-head > p,
.product-copy > p,
.listing-card p,
.info-card p,
.feature-list p,
.legal-copy p,
.legal-copy li {
  color: var(--studio-text-secondary);
}
.studio-header,
.reference-home .studio-header {
  height: 66px;
  border-bottom: 1px solid #171c1d;
  background: rgba(8,11,12,.96);
  backdrop-filter: blur(12px);
}
.header-inner { height: 100%; }
.studio-brand,
.reference-home .studio-brand {
  color: var(--studio-text);
  font-family: var(--font-primary);
  font-size: .9rem;
  font-weight: 900;
  letter-spacing: .06em;
}
.studio-brand b { font-weight: 900; }
.studio-brand strong,
.reference-home .studio-brand strong {
  color: var(--studio-accent);
  font-weight: 700;
}
.studio-nav,
.reference-home .studio-nav { gap: 38px; }
.studio-nav a,
.reference-home .studio-nav a {
  color: #d2d2cd;
  font-family: var(--font-primary);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
}
.studio-nav a:hover,
.studio-nav a[aria-current="page"] { color: var(--studio-text); }
.studio-nav a::after,
.reference-home .studio-nav a::after {
  bottom: -8px;
  height: 1px;
  background: var(--studio-accent);
}
.page-hero {
  position: relative;
  padding: clamp(74px,8vw,118px) 0 clamp(52px,6vw,86px);
  border-bottom: 1px solid var(--studio-border);
  background: var(--studio-bg);
}
.page-hero::before { display: none; }
.page-title {
  margin: 20px 0 22px;
  font-size: clamp(3.2rem,7vw,7rem);
  font-weight: 750;
  letter-spacing: -.055em;
  line-height: .92;
}
.page-lead { max-width: 720px; margin: 0; font-size: clamp(1rem,1.3vw,1.18rem); }
.crumbs { color: #7f8582; }
.crumbs a:hover { color: var(--studio-text); }
.eyebrow,
.overline,
.project-type,
.page-hero .eyebrow,
.product-copy .project-type,
.section-head .eyebrow,
.legal-meta span {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 14px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--studio-accent);
  font-family: var(--font-primary);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  clip-path: none;
  transform: none;
}
.page-section { padding: var(--studio-space) 0; }
.page-section + .page-section { border-top: 1px solid #171c1d; }
.section-head { margin-bottom: clamp(30px,4vw,52px); }
.section-head h2 { font-size: clamp(2.2rem,4vw,4.5rem); font-weight: 700; letter-spacing: -.04em; }
.listing-grid,
.support-grid {
  gap: 16px;
  border: 0;
}
.listing-card,
.info-card,
.listing-card:nth-child(even),
.info-card:nth-child(even),
.listing-card:nth-child(odd),
.info-card:nth-child(odd) {
  min-height: 300px;
  padding: clamp(28px,3vw,42px);
  border: 1px solid var(--studio-border);
  border-radius: var(--studio-radius);
  background: var(--studio-panel);
  box-shadow: none;
  color: var(--studio-text);
  clip-path: none;
  transform: none;
}
.listing-card::before,
.info-card::before,
.listing-card h2::after,
.info-card h2::after { display: none; }
.listing-card:hover {
  border-color: #3a4444;
  background: var(--studio-panel-raised);
  box-shadow: none;
  transform: translateY(-3px);
}
.listing-card h2,
.info-card h2 {
  margin: 24px 0 10px;
  color: var(--studio-text);
  font-size: clamp(1.6rem,2.6vw,2.6rem);
  font-weight: 700;
  letter-spacing: -.035em;
}
.listing-card p,
.info-card p,
.listing-card .card-link,
.listing-card .project-type,
.info-card .project-type {
  color: var(--studio-text-secondary);
}
.listing-card .card-link {
  color: var(--studio-accent);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.status-pill {
  border: 1px solid #46523d;
  border-radius: 999px;
  color: var(--studio-accent);
}
.button,
.ref-button {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--studio-border);
  border-radius: 6px;
  background: var(--studio-panel-raised);
  color: var(--studio-text);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.button::after { display: none; }
.button:hover { border-color: #3a4444; background: #1c2324; transform: translateY(-2px); }
.button.primary {
  border-color: var(--studio-accent);
  background: var(--studio-accent);
  color: #11150d;
}
.button.quiet { color: var(--studio-text); }
.button.disabled { color: #747a77; }
.product-hero {
  padding: clamp(66px,7vw,105px) 0;
  background: var(--studio-bg);
}
.product-hero::before { display: none; }
.product-layout { gap: clamp(42px,7vw,100px); }
.product-copy {
  padding: 0;
  background: transparent;
  box-shadow: none;
  color: var(--studio-text);
  clip-path: none;
  transform: none;
}
.product-copy::before,
.product-copy h1::after { display: none; }
.product-copy h1 {
  margin: 14px 0 20px;
  font-size: clamp(3.3rem,6vw,6.5rem);
  font-weight: 750;
  letter-spacing: -.055em;
  line-height: .92;
}
.product-copy .product-tagline { color: var(--studio-text); }
.product-copy > p:not(.project-type):not(.product-tagline) { color: var(--studio-text-secondary); opacity: 1; }
.product-copy .button,
.product-copy h1,
.product-copy .product-tagline { color: var(--studio-text); }
.product-copy .button.primary { color: #11150d; }
.artwork-slot {
  min-height: 460px;
  border: 1px solid var(--studio-border);
  border-radius: var(--studio-radius);
  background: var(--studio-panel);
  box-shadow: none;
  color: var(--studio-text-secondary);
  clip-path: none;
  transform: none;
}
.artwork-slot::before { display: none; }
.artwork-slot > div strong {
  color: var(--studio-text);
  font-family: var(--font-primary);
}
.feature-list {
  gap: 16px;
  border: 0;
}
.feature-list article,
.feature-list article:nth-child(even) {
  min-height: 190px;
  padding: 30px;
  border: 1px solid var(--studio-border);
  border-radius: var(--studio-radius);
  background: var(--studio-panel);
  box-shadow: none;
  color: var(--studio-text);
  clip-path: none;
  transform: none;
}
.feature-list article::before,
.feature-list h3::before { display: none; }
.feature-list h3 { color: var(--studio-text); font-size: 1rem; font-weight: 700; }
.feature-list p,
.feature-list a,
.feature-list code { color: var(--studio-text-secondary); }
.feature-list a:hover { color: var(--studio-text); }
.screenshot-placeholder {
  min-height: 260px;
  padding: 24px;
  border: 1px solid var(--studio-border);
  border-radius: var(--studio-radius);
  background: var(--studio-panel);
  box-shadow: none;
  color: #777f7d;
  font-family: var(--font-primary);
  clip-path: none;
  transform: none;
}
.legal-copy {
  width: min(980px,calc(100vw - 112px));
  margin-block: clamp(52px,7vw,96px);
  padding: clamp(34px,5vw,68px);
  border: 1px solid var(--studio-border);
  border-radius: var(--studio-radius);
  background: var(--studio-panel);
  box-shadow: none;
  color: var(--studio-text);
  clip-path: none;
}
.legal-copy::before { display: none; }
.legal-copy h2,
.legal-copy h3,
.legal-copy strong { color: var(--studio-text); }
.legal-copy p,
.legal-copy li { color: var(--studio-text-secondary); opacity: 1; }
.legal-copy a { color: #d7dacf; text-decoration-color: var(--studio-accent); }
.legal-copy code { color: #d7dacf; }
.legal-copy .notice,
.notice {
  border: 1px solid var(--studio-border);
  border-radius: 10px;
  background: var(--studio-panel-raised);
  color: var(--studio-text-secondary);
}
.contact-link {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 10px 0 48px;
  padding: clamp(18px,2.5vw,28px);
  border: 1px solid var(--studio-border);
  border-radius: var(--studio-radius);
  background: var(--studio-panel);
  box-shadow: none;
  color: var(--studio-text);
  font-size: clamp(1.15rem,3vw,2.5rem);
  font-weight: 650;
  letter-spacing: -.03em;
  overflow-wrap: anywhere;
  clip-path: none;
  transform: none;
}
.contact-link:hover { border-color: var(--studio-accent); background: var(--studio-panel-raised); }
.studio-footer,
.reference-home .studio-footer {
  padding: 0;
  border-top: 1px solid var(--studio-border);
  background: #090c0d;
}
.footer-minimal,
.footer-grid {
  min-height: 110px;
  align-items: center;
}
.footer-links-min a {
  color: var(--studio-text-secondary);
  font-family: var(--font-primary);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.footer-links-min a:hover { color: var(--studio-accent); }

@media (max-width: 1120px) {
  :root { --studio-shell: min(100% - 64px,1460px); }
  .legal-shell,.legal-copy { width: min(100% - 64px,980px); }
}
@media (max-width: 820px) {
  :root { --studio-shell: calc(100% - 36px); }
  .legal-shell,.legal-copy { width: calc(100% - 36px); }
  .studio-header,.reference-home .studio-header { height: 60px; }
  .studio-nav {
    top: 60px;
    right: 18px;
    left: 18px;
    padding: 24px;
    border: 1px solid var(--studio-border);
    border-radius: 12px;
    background: #0d1112;
  }
  .studio-nav.is-open { gap: 20px; }
  .product-layout { grid-template-columns: 1fr; }
  .artwork-slot { min-height: 300px; }
  .footer-minimal,.footer-grid { min-height: 0; padding: 34px 0; }
}
@media (max-width: 480px) {
  .page-title { font-size: clamp(2.8rem,15vw,4.4rem); }
  .page-hero { padding-top: 58px; }
  .listing-card,.info-card { min-height: 250px; padding: 28px 24px; }
  .feature-list article { min-height: 0; padding: 26px 22px; }
  .hero-actions,.ref-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button,.ref-actions .button { width: 100%; }
}

/* English-only typography and text-color normalization */
:root {
  --font-primary: "Inter", Arial, Helvetica, sans-serif;
  --text-primary: #f0ede5;
  --text-secondary: #c7cac5;
  --text-muted: #969c98;
  --accent: #a4bc67;
}
html,body,body * { font-family: var(--font-primary); }
body { color: var(--text-primary); }
.studio-brand,
.studio-brand b,
.studio-brand strong,
.reference-home .studio-brand,
.reference-home .studio-brand b,
.reference-home .studio-brand strong,
.ref-hero-copy h1,
.ref-hero-copy h1 span,
.ref-hero-copy h1 strong,
.featured-copy h2,
.ref-duo h2,
.ref-section-head h2,
.page-title,
.product-copy h1,
.section-head h2,
.listing-card h2,
.info-card h2,
.feature-list h3,
.legal-copy h2,
.legal-copy h3 {
  color: var(--text-primary);
}
.studio-nav a,
.reference-home .studio-nav a,
.footer-links-min a,
.ref-footer nav a,
.ref-section-head a,
.ref-contact a,
.card-link,
.listing-card .card-link,
.ref-kicker,
.featured-genre,
.eyebrow,
.overline,
.project-type,
.page-hero .eyebrow,
.product-copy .project-type,
.section-head .eyebrow,
.legal-meta span,
.status-pill {
  color: var(--text-secondary);
}
.studio-nav a:hover,
.studio-nav a[aria-current="page"],
.footer-links-min a:hover,
.ref-footer nav a:hover,
.ref-section-head a:hover,
.ref-contact a:hover,
.card-link:hover {
  color: var(--text-primary);
}
.ref-hero-copy p,
.featured-copy > p,
.ref-app-card p,
.ref-app-card small,
.ref-duo p,
.page-lead,
.section-head > p,
.product-copy > p,
.listing-card p,
.info-card p,
.feature-list p,
.legal-copy p,
.legal-copy li,
.asset-fallback {
  color: var(--text-muted);
}
.studio-nav a::after,
.reference-home .studio-nav a::after {
  background: var(--accent);
}
.button.primary,
.ref-button.primary {
  border-color: var(--accent);
  background: var(--accent);
  color: #11150d;
}
.status-pill { border-color: var(--accent); }
.status-pill.dev,
.listing-card .status-pill { color: var(--text-secondary); }
.ref-app-card small::before { color: var(--text-muted); }
