:root {
  --paper: #f1f0e9;
  --surface: #faf9f4;
  --ink: #182019;
  --muted: #667067;
  --accent: #d9ff47;
  --accent-ink: #172118;
  --line: rgba(24, 32, 25, 0.17);
  --media: #d9ded5;
  --radius: 0;
  color-scheme: light;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  background: var(--paper);
  color: var(--ink);
  scroll-behavior: smooth;
}

:root[data-template="editorial"] { --paper: #f2eee6; --surface: #fffaf1; --ink: #211c18; --muted: #73675e; --accent: #e55c35; --accent-ink: #fff; --media: #d8cfc2; font-family: Georgia, "Times New Roman", serif; }
:root[data-template="luxury"] { --paper: #171612; --surface: #211f19; --ink: #f3eddf; --muted: #aaa18f; --accent: #c8a96a; --accent-ink: #171612; --line: rgba(243, 237, 223, 0.18); --media: #2b2922; color-scheme: dark; font-family: Georgia, "Times New Roman", serif; }
:root[data-template="technical"] { --paper: #071017; --surface: #0e1a23; --ink: #e7f5f2; --muted: #91aaa6; --accent: #51e7b8; --accent-ink: #06130f; --line: rgba(81, 231, 184, 0.25); --media: #122630; color-scheme: dark; }
:root[data-template="energy"] { --paper: #07162a; --surface: #0b213d; --ink: #eaf4ff; --muted: #9db1c7; --accent: #55baff; --accent-ink: #07162a; --line: rgba(85, 186, 255, 0.25); --media: #0c2d4e; color-scheme: dark; }

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); color: var(--ink); }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
.page-noise { position: fixed; inset: 0; pointer-events: none; opacity: .035; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E"); }
.section-shell { padding-left: clamp(24px, 5vw, 84px); padding-right: clamp(24px, 5vw, 84px); }
.topbar { height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(24px, 5vw, 84px); border-bottom: 1px solid var(--line); position: relative; z-index: 5; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 760; letter-spacing: -.025em; }
.brand-mark { display: grid; grid-template-columns: repeat(3, 5px); gap: 3px; align-items: end; height: 18px; }
.brand-mark i { width: 5px; background: var(--ink); display: block; }
.brand-mark i:nth-child(1) { height: 9px; }.brand-mark i:nth-child(2) { height: 18px; }.brand-mark i:nth-child(3) { height: 13px; }
.topbar nav { display: flex; gap: 32px; font-size: 13px; }
.topbar nav a, .studio-link { transition: opacity .2s ease; }.topbar nav a:hover, .studio-link:hover { opacity: .55; }
.studio-link { justify-self: end; font-size: 13px; font-weight: 700; }.studio-link span { margin-left: 8px; }
.hero { min-height: calc(100dvh - 84px); display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); gap: clamp(36px, 6vw, 110px); align-items: center; padding-top: clamp(56px, 8vh, 108px); padding-bottom: clamp(52px, 7vh, 90px); }
.eyebrow { margin: 0 0 22px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.hero h1 { max-width: 820px; margin: 0; font-size: clamp(54px, 6.7vw, 108px); font-weight: 570; line-height: .91; letter-spacing: -.065em; }
.hero-body { max-width: 640px; margin: 30px 0 0; color: var(--muted); font-size: clamp(17px, 1.45vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 36px; flex-wrap: wrap; }
.primary-cta { display: inline-flex; align-items: center; justify-content: space-between; min-width: 210px; padding: 17px 20px; background: var(--accent); color: var(--accent-ink); font-size: 13px; font-weight: 800; transition: transform .2s ease; }.primary-cta:hover { transform: translateY(-3px); }
.publish-state { display: inline-flex; align-items: center; color: var(--muted); font-size: 12px; }.publish-state i { width: 7px; height: 7px; border-radius: 50%; margin-right: 8px; background: #d89a34; }.publish-state.is-live i { background: #33a965; box-shadow: 0 0 0 5px rgba(51,169,101,.12); }
.hero-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 620px; margin: 56px 0 0; padding-top: 22px; border-top: 1px solid var(--line); }
.hero-metrics div { min-width: 0; }.hero-metrics dt { font-size: clamp(22px, 2vw, 32px); font-weight: 630; letter-spacing: -.04em; }.hero-metrics dd { margin: 5px 0 0; color: var(--muted); font-size: 11px; line-height: 1.4; text-transform: uppercase; letter-spacing: .08em; }
.hero-media { margin: 0; position: relative; align-self: stretch; min-height: 570px; overflow: hidden; background: var(--media); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.5)); pointer-events: none; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.06); }
.media-index { position: absolute; z-index: 2; top: 18px; left: 18px; padding: 9px 11px; background: var(--paper); color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.hero-media figcaption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 22px; color: white; font-size: 12px; letter-spacing: .03em; }
.capability { display: grid; grid-template-columns: 90px minmax(280px, .9fr) minmax(360px, 1.1fr); gap: clamp(28px, 5vw, 80px); padding-top: clamp(90px, 12vw, 180px); padding-bottom: clamp(90px, 12vw, 180px); border-top: 1px solid var(--line); }
.section-index { color: var(--muted); font-size: 12px; }.section-copy h2, .section-heading h2, .contact h2 { margin: 0; font-size: clamp(40px, 5vw, 76px); line-height: .98; letter-spacing: -.055em; font-weight: 560; }
.capability-body > p { margin: 34px 0 0; color: var(--muted); font-size: clamp(18px, 1.7vw, 25px); line-height: 1.55; }
.capability-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 42px; }.capability-tags span { border: 1px solid var(--line); padding: 10px 12px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.products { padding-top: clamp(80px, 10vw, 145px); padding-bottom: clamp(85px, 11vw, 160px); background: var(--surface); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 52px; }.section-heading > p { max-width: 340px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.product-card { min-width: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
.product-media { aspect-ratio: 1.1 / 1; position: relative; overflow: hidden; background: var(--media); }.product-media > span { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 7px 8px; background: var(--surface); font-size: 10px; }.product-media img { height: 100%; object-fit: cover; filter: saturate(.7); transition: transform .5s ease, filter .5s ease; }.product-card:hover img { transform: scale(1.035); filter: saturate(1); }
.product-placeholder { height: 100%; display: grid; place-items: center; color: var(--muted); font-size: 10px; letter-spacing: .15em; }
.product-body { padding: 25px 24px 28px; }.product-body h3 { margin: 0; font-size: 22px; letter-spacing: -.03em; font-weight: 620; }.product-body > p { min-height: 48px; margin: 13px 0 25px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.commercial { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; padding: 17px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.commercial strong { font-size: 17px; }.commercial span { color: var(--muted); font-size: 11px; text-align: right; }.product-body > a { display: block; margin-top: 19px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.process { padding-top: clamp(80px, 10vw, 145px); padding-bottom: clamp(80px, 10vw, 145px); }.process ol { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.process li { min-height: 230px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }.process li > span { color: var(--muted); font-size: 11px; }.process strong { margin-top: auto; font-size: 23px; letter-spacing: -.03em; }.process li p { min-height: 55px; margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.contact { min-height: 560px; display: flex; align-items: end; justify-content: space-between; gap: 50px; padding-top: 100px; padding-bottom: 82px; background: var(--ink); color: var(--paper); }.contact > div { max-width: 900px; }.contact .eyebrow { color: color-mix(in srgb, var(--paper) 60%, transparent); }.contact a { width: 190px; aspect-ratio: 1; flex: 0 0 auto; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 12px; background: var(--accent); color: var(--accent-ink); font-size: 13px; font-weight: 800; transition: transform .25s ease; }.contact a:hover { transform: rotate(-6deg) scale(1.03); }.contact a span { font-size: 24px; }
.footer { display: flex; justify-content: space-between; gap: 30px; padding-top: 28px; padding-bottom: 28px; color: var(--muted); font-size: 11px; }.footer p { margin: 0; }
.reveal { opacity: 0; transform: translateY(18px); }.ready .reveal { opacity: 1; transform: translateY(0); transition: opacity .65s ease, transform .65s ease; }.ready .product-card:nth-child(2) { transition-delay: .08s; }.ready .product-card:nth-child(3) { transition-delay: .16s; }

@media (max-width: 980px) {
  .topbar { grid-template-columns: 1fr auto; }.topbar nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }.hero-media { min-height: 620px; }
  .capability { grid-template-columns: 50px 1fr; }.capability-body { grid-column: 2; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process ol { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .topbar { height: 70px; }.studio-link { font-size: 0; }.studio-link span { font-size: 17px; }
  .hero { padding-top: 54px; }.hero h1 { font-size: clamp(48px, 15vw, 72px); }.hero-media { min-height: 430px; }
  .hero-metrics { gap: 14px; }.hero-metrics dd { font-size: 9px; }
  .capability { grid-template-columns: 1fr; }.section-index { display: none; }.capability-body { grid-column: 1; }
  .section-heading { display: block; }.section-heading > p { margin-top: 20px; }
  .product-grid { grid-template-columns: 1fr; }
  .process ol { grid-template-columns: 1fr; }
  .process li { min-height: 190px; }
  .contact { align-items: flex-start; flex-direction: column; min-height: 620px; }.contact a { align-self: flex-end; }
  .footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }.reveal, .ready .reveal { opacity: 1; transform: none; transition: none; }
}
