:root {
  --bg: #0b0d11;
  --surface: #12151b;
  --surface-2: #171b23;
  --border: #252a34;
  --text: #dde1e8;
  --muted: #9198a5;
  --gold: #c8a84b;
  --accent: var(--gold);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: dark; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, sans-serif; line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.site-header { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 22px clamp(20px, 5vw, 72px); border-bottom: 1px solid var(--border); background: rgba(11,13,17,.92); }
.brand { color: #fff; font-size: 1.4rem; font-weight: 900; letter-spacing: -.04em; text-decoration: none; }
.brand span, .eyebrow { color: var(--gold); }
.site-nav { display: flex; gap: 22px; }
.site-nav a { color: var(--muted); font-size: .86rem; font-weight: 700; text-decoration: none; }
.site-nav a:hover { color: #fff; }
.home-hero { min-height: 68vh; display: grid; place-items: center; padding: 96px 24px; text-align: center; border-bottom: 1px solid var(--border); background: radial-gradient(ellipse at center, rgba(72,130,210,.09), transparent 65%); }
.home-hero-inner { max-width: 920px; }
.studio-name { margin: 0; color: #fff; font-size: clamp(4rem, 13vw, 9rem); letter-spacing: -.06em; line-height: .9; }
.studio-name span { color: var(--gold); }
.tagline { margin: 24px 0 0; color: var(--gold); font-size: .85rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.studio-intro { max-width: 750px; margin: 26px auto 0; color: #aeb5c0; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.catalog { width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: 88px 0; }
.group + .group { margin-top: 88px; }
.group-heading { margin-bottom: 28px; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.group-heading h2 { margin: 0; color: #fff; font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1; }
.group-heading p { max-width: 700px; margin: 12px 0 0; color: var(--muted); }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.project-card { position: relative; display: flex; min-height: 410px; overflow: hidden; border: 1px solid var(--border); border-top: 4px solid var(--card-accent, var(--gold)); border-radius: 16px; background: var(--surface); text-decoration: none; isolation: isolate; }
.project-card::before { content: ""; position: absolute; inset: 0; z-index: -2; background: var(--card-image) center/cover no-repeat; opacity: .42; transition: transform .35s, opacity .25s; }
.project-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(9,11,15,.99) 10%, rgba(9,11,15,.55) 75%, rgba(9,11,15,.3)); }
.project-card:hover::before { opacity: .58; transform: scale(1.035); }
.card-body { display: flex; flex-direction: column; justify-content: flex-end; width: 100%; padding: 30px; }
.status { align-self: flex-start; margin-bottom: 14px; padding: 5px 11px; border-radius: 999px; background: var(--card-accent, var(--gold)); color: #111; font-size: .68rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.project-card h3 { margin: 0 0 10px; color: #fff; font-size: 1.65rem; line-height: 1.05; }
.project-card p { margin: 0; color: #aeb4be; font-size: .9rem; }
.card-link { margin-top: 20px; color: var(--card-accent, var(--gold)); font-size: .84rem; font-weight: 800; }
.award { margin-top: 72px; padding: 28px 32px; border: 1px solid var(--border); border-left: 4px solid #c8102e; border-radius: 12px; background: var(--surface); }
.award strong { color: #fff; }
.home-award { width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: 30px 32px; border-left-width: 6px; border-radius: 0 0 12px 12px; background: linear-gradient(110deg, rgba(200,16,46,.16), var(--surface) 48%); }
.home-award .award-kicker { display: block; margin-bottom: 5px; color: #df4961; font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.home-award a { color: #fff; font-weight: 800; text-underline-offset: 3px; }
.project-hero { position: relative; min-height: 66vh; display: flex; align-items: flex-end; padding: clamp(72px, 10vw, 130px) clamp(20px, 7vw, 100px); overflow: hidden; border-bottom: 4px solid var(--accent); isolation: isolate; }
.project-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: var(--hero-image) center/cover no-repeat; opacity: .62; }
.project-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(8,10,14,.98) 8%, rgba(8,10,14,.68) 58%, rgba(8,10,14,.25)), linear-gradient(to top, rgba(8,10,14,.92), transparent 70%); }
.hero-copy { max-width: 820px; }
.eyebrow { margin: 0 0 14px; font-size: .75rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.project-hero h1 { margin: 0; color: #fff; font-size: clamp(3rem, 8vw, 6.7rem); letter-spacing: -.055em; line-height: .95; }
.project-hero .lead { max-width: 720px; margin: 24px 0 0; color: #c3c8d0; font-size: clamp(1.1rem, 2.2vw, 1.4rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; padding: 12px 20px; border-radius: 8px; background: var(--accent); color: #0a0c10; font-weight: 900; text-decoration: none; }
.button.secondary { border: 1px solid rgba(255,255,255,.25); background: rgba(10,12,16,.6); color: #fff; }
.project-main { width: min(1040px, calc(100% - 40px)); margin: 0 auto; padding: 80px 0 100px; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(240px, .7fr); gap: 64px; }
.prose h2 { margin: 0 0 16px; color: #fff; font-size: clamp(1.7rem, 3vw, 2.4rem); }
.prose h2:not(:first-child) { margin-top: 52px; }
.prose p { color: #aeb5c0; }
.feature-list { padding-left: 20px; color: #aeb5c0; }
.feature-list li + li { margin-top: 10px; }
.facts { align-self: start; padding: 25px; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); }
.facts h2 { margin: 0 0 18px; color: #fff; font-size: 1rem; }
.facts dl { margin: 0; }
.facts dt { margin-top: 16px; color: var(--muted); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.facts dd { margin: 3px 0 0; color: #fff; font-weight: 700; }
.preview { margin: 64px 0 0; overflow: hidden; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); }
.preview.compact { max-width: 720px; }
.preview img { width: 100%; max-height: 720px; object-fit: contain; background: #f1efe8; }
.preview figcaption { padding: 13px 17px; color: var(--muted); font-size: .8rem; }
.project-footer-nav { display: flex; justify-content: space-between; gap: 20px; margin-top: 72px; padding-top: 28px; border-top: 1px solid var(--border); }
.project-footer-nav a { color: var(--muted); font-weight: 800; text-decoration: none; }
.project-footer-nav a:hover { color: #fff; }
footer { padding: 52px 20px; border-top: 1px solid var(--border); background: var(--surface); color: var(--muted); text-align: center; }
footer a { text-decoration: none; }
@media (max-width: 900px) { .card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } .content-grid { grid-template-columns: 1fr; gap: 40px; } }
@media (max-width: 600px) { .site-nav { gap: 12px; } .card-grid { grid-template-columns: 1fr; } .project-card { min-height: 350px; } .project-hero { min-height: 58vh; } .project-footer-nav { flex-direction: column; } }
