/* ============================================================
   Squirrel Studio Space — site styles
   Static multipage build. Depends on tokens.css.
   ============================================================ */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font-sans);
  background: var(--color-bg);
  color: var(--text-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
h1, h2, h3, h4, h5 { margin: 0; color: var(--text-strong); }
p { margin: 0; }
a { color: var(--brand); text-decoration: none; transition: color var(--dur-fast) var(--ease-out); }
a:hover { color: var(--brand-hover); }
ul { margin: 0; padding: 0; }
:focus-visible { outline: none; box-shadow: var(--ring); border-radius: 2px; }

.mono { font-family: var(--font-mono); }
.container { max-width: var(--container-max); margin: 0 auto; padding: 0 32px; }
.eyebrow { display: inline-block; font: var(--weight-bold) 12px/1 var(--font-mono); letter-spacing: var(--tracking-label); text-transform: uppercase; color: var(--text-brand); margin-bottom: 14px; }
.eyebrow--light { color: var(--chroma-400); }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- COMPONENTS: BUTTON ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-sans); font-weight: var(--weight-bold);
  border: 1px solid var(--_bd, transparent); border-radius: var(--radius-sm);
  background: var(--_bg, var(--brand)); color: var(--_fg, var(--on-brand));
  cursor: pointer; white-space: nowrap; text-decoration: none;
  transition: background var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);
}
.btn:active { transform: translateY(1px); }
.btn--sm { font-size: var(--text-sm); padding: 8px 14px; }
.btn--md { font-size: var(--text-base); padding: 11px 20px; }
.btn--lg { font-size: var(--text-lg); padding: 15px 28px; }
.btn--primary { --_bg: var(--brand); --_fg: var(--on-brand); }
.btn--primary:hover { --_bg: var(--brand-hover); color: #fff; }
.btn--accent { --_bg: var(--accent); --_fg: var(--text-on-accent); }
.btn--accent:hover { --_bg: var(--accent-hover); color: var(--text-on-accent); }
.btn--secondary { --_bg: transparent; --_fg: var(--text-strong); --_bd: var(--border-strong); }
.btn--secondary:hover { --_bg: var(--moss-50); --_bd: var(--moss-700); --_fg: var(--moss-700); }
.btn--ghost { --_bg: transparent; --_fg: var(--text-strong); --_bd: transparent; }
.btn--ghost:hover { --_bg: var(--color-surface-muted); color: var(--text-strong); }
.btn--full { width: 100%; }
.btn.on-dark.btn--secondary { --_fg: #fff; --_bd: rgba(255,255,255,0.4); }
.btn.on-dark.btn--secondary:hover { --_bg: rgba(255,255,255,0.12); --_bd: #fff; --_fg: #fff; }
.btn.on-dark.btn--secondary:hover { --_bg: rgba(255,255,255,0.1); --_fg: #fff; --_bd: rgba(255,255,255,0.7); }
.btn svg { width: 1.1em; height: 1.1em; flex: none; }
.btn-label-short { display: none; }

/* ---------- COMPONENTS: BADGE ---------- */
.badge { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-mono); font-weight: var(--weight-bold); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; padding: 5px 10px; border-radius: var(--radius-xs); border: 1px solid transparent; white-space: nowrap; }
.badge__dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; flex: none; }
.badge--solid.badge--neutral { background: var(--graphite-800); color: #fff; }
.badge--solid.badge--brand { background: var(--moss-700); color: #fff; }
.badge--solid.badge--accent { background: var(--accent); color: var(--text-on-accent); }
.badge--solid.badge--warning { background: var(--warning); color: #2a1c06; }
.badge--outline.badge--neutral { border-color: var(--border-strong); color: var(--graphite-700); }
.badge--outline.badge--brand { border-color: var(--moss-400); color: var(--moss-700); }

/* ---------- COMPONENTS: SPEC STAT ---------- */
.spec { display: flex; flex-direction: column; gap: 6px; font-family: var(--font-mono); }
.spec--bordered { border-left: var(--border-width-strong) solid var(--moss-700); padding-left: 14px; }
.spec__value { display: flex; align-items: baseline; gap: 4px; }
.spec__num { font-weight: 700; line-height: 0.95; color: var(--text-strong); letter-spacing: -0.01em; }
.spec__unit { font-weight: 700; color: var(--text-muted); }
.spec__label { font-size: 11px; line-height: 1.3; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); }
.spec--accent .spec__num { color: var(--moss-700); }
.spec--sm .spec__num { font-size: 22px; }
.spec--md .spec__num { font-size: 32px; }

/* ---------- HEADER ---------- */
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(251,250,244,0.9); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
.site-header__inner { display: flex; align-items: center; gap: 28px; height: 68px; }
.site-header__logo img { width: 154px; height: 84px; max-width: none; }
@media (max-width: 1040px) { .site-header__logo img { width: 96px !important; height: 52px !important; } }
.site-nav { display: flex; gap: 24px; margin-left: auto; align-items: center; }
.site-nav__link { font-size: 14px; font-weight: 600; color: var(--text-body); padding: 6px 0; position: relative; }
.site-nav__link:hover { color: var(--text-strong); }
.site-nav__link.is-active { color: var(--brand); }
.site-nav__link.is-active::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 100%; height: 2px; background: var(--brand); }
.site-header__actions { display: flex; align-items: center; gap: 16px; }
.lang-switch { display: flex; gap: 4px; font-family: var(--font-mono); font-size: 12px; font-weight: 700; letter-spacing: 0.05em; margin-left: 8px; padding-left: 12px; border-left: 1px solid var(--border); }
.lang-switch a { color: var(--text-muted); padding: 3px 5px; border-radius: var(--radius-xs); }
.lang-switch a:hover { color: var(--text-strong); }
.lang-switch a.is-active { color: var(--brand); }
.nav-toggle { display: none; background: none; border: 1px solid var(--border-strong); border-radius: var(--radius-sm); padding: 7px; cursor: pointer; color: var(--text-strong); }
.nav-toggle svg { width: 22px; height: 22px; display: block; }

/* ---------- HERO ---------- */
.hero { position: relative; min-height: 620px; display: flex; flex-direction: column; justify-content: center; padding: 110px 0 0; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero__scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(22,22,15,0.93) 0%, rgba(22,22,15,0.72) 45%, rgba(22,22,15,0.32) 100%); }
.hero__inner { position: relative; width: 100%; padding-bottom: 72px; }
.hero__eyebrow { display: inline-block; color: var(--chroma-400); font-size: 12px; font-weight: 700; letter-spacing: var(--tracking-label); text-transform: uppercase; margin-bottom: 22px; }
.hero__title { font-family: var(--font-display); font-weight: 900; font-size: clamp(40px, 6vw, 68px); line-height: 0.98; letter-spacing: -0.02em; color: #fff; margin: 0 0 22px; }
.hero__sub { font-size: 19px; line-height: 1.5; color: rgba(255,255,255,0.8); max-width: 52ch; margin: 0 0 32px; }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero__stats { position: relative; width: 100%; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,0.16); }
.hero__stat { padding: 22px 24px 26px; border-left: 1px solid rgba(255,255,255,0.16); }
.hero__stat:first-child { border-left: none; padding-left: 0; }
.hero__stat-v { display: block; font-family: var(--font-mono); font-size: 40px; font-weight: 700; color: #fff; line-height: 1; }
.hero__stat-v em { font-style: normal; font-size: 20px; color: var(--chroma-400); margin-left: 3px; }
.hero__stat-l { display: block; margin-top: 8px; font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.55); }

/* ---------- SECTIONS ---------- */
.section { padding-top: 84px; padding-bottom: 84px; }
.section--tight { padding-top: 60px; padding-bottom: 60px; }
.section__head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 36px; gap: 24px; }
.section__title { font-family: var(--font-display); font-weight: 800; font-size: clamp(28px, 4vw, 38px); line-height: 1.05; letter-spacing: -0.01em; }
.section__intro { font-size: 17px; line-height: 1.6; color: var(--text-body); max-width: 62ch; margin-top: 12px; }

/* ---------- SPACE GRID / CARD ---------- */
.space-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { display: flex; flex-direction: column; background: var(--color-surface); border: 1px solid transparent; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); transition: box-shadow var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out); color: inherit; }
.card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); color: inherit; }
.card__media { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--graphite-100); }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--dur-slow) var(--ease-out); }
.card:hover .card__media img { transform: scale(1.04); }
.card__media image-slot { display: block; width: 100%; height: 100%; }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 36px; }
.support-card { display: flex; flex-direction: column; background: var(--color-surface); border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); }
.support-card__media { position: relative; aspect-ratio: 16/11; background: var(--graphite-100); }
.support-card__media image-slot { display: block; width: 100%; height: 100%; }
.support-card__body { padding: 22px; display: flex; flex-direction: column; gap: 8px; }
.support-card__body h3 { font-family: var(--font-display); font-weight: 800; font-size: 18px; }
.support-card__body p { font-size: 13.5px; line-height: 1.55; color: var(--text-muted); margin: 0; }
.card__media-tl { position: absolute; top: 10px; left: 10px; }
.card__media-tr { position: absolute; top: 10px; right: 10px; }
.card__body { padding: var(--space-5); display: flex; flex-direction: column; gap: var(--space-3); }
.spacecard__head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.spacecard__head h3 { font-family: var(--font-display); font-weight: 800; font-size: 22px; }
.spacecard__area { font-family: var(--font-mono); font-size: 13px; font-weight: 700; color: var(--brand); }
.spacecard__blurb { font-size: 14px; line-height: 1.55; color: var(--text-muted); margin: 0; }
.spacecard__specs { display: flex; gap: 24px; padding-top: 6px; }

/* ---------- SERVICES (dark) ---------- */
.services { background: var(--ink); color: #fff; }
.services__inner { padding: 84px 32px; max-width: var(--container-max); margin: 0 auto; display: grid; grid-template-columns: 360px 1fr; gap: 56px; }
.services__inner--centered { grid-template-columns: 1fr 1fr; align-items: center; }
.services__title { font-family: var(--font-display); font-weight: 800; font-size: 36px; line-height: 1.06; color: #fff; margin-bottom: 16px; }
.services__intro p { font-size: 15px; line-height: 1.6; color: rgba(255,255,255,0.62); }
.services__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.1); }
.service { background: var(--ink); padding: 26px 24px; }
.service__icon { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: var(--radius-sm); background: rgba(0,184,77,0.14); color: var(--chroma-400); margin-bottom: 16px; }
.service__icon svg { width: 22px; height: 22px; }
.service h3 { color: #fff; font-size: 16px; font-weight: 700; margin-bottom: 7px; }
.service p { font-size: 13.5px; line-height: 1.5; color: rgba(255,255,255,0.58); margin: 0; }

/* ---------- PRODUCTIONS ---------- */
.prod { display: grid; grid-template-columns: 1.15fr 1fr; gap: 40px; align-items: center; margin-top: 28px; }
.prod__media { position: relative; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 16/10; }
.prod__media img { width: 100%; height: 100%; object-fit: cover; }
.prod__badge { position: absolute; top: 14px; left: 14px; }
.prod__body h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(26px, 3.5vw, 34px); line-height: 1.04; margin-bottom: 16px; }
.prod__body p { font-size: 16px; line-height: 1.6; color: var(--text-body); margin: 0 0 20px; }
.prod__tags { display: flex; gap: 8px; flex-wrap: wrap; }

/* ---------- CTA ---------- */
.cta { background: var(--brand); }
.cta__inner { padding: 80px 32px; max-width: var(--container-max); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta h2 { font-family: var(--font-display); font-weight: 900; font-size: clamp(30px, 4.5vw, 44px); line-height: 0.98; letter-spacing: -0.02em; color: #fff; }

/* ---------- SUBPAGE HEAD (dark banner) ---------- */
.subpage__head { background: var(--ink); color: #fff; padding: 72px 0 60px; }
.subpage__head .eyebrow { color: var(--chroma-400); }
.subpage__title { font-family: var(--font-display); font-weight: 900; font-size: clamp(38px, 6vw, 56px); line-height: 1; letter-spacing: -0.02em; color: #fff; margin-bottom: 18px; }
.subpage__lead { font-size: 18px; line-height: 1.55; color: rgba(255,255,255,0.68); max-width: 62ch; }
.subpage__body { padding: 64px 0 88px; }

/* ---------- BREADCRUMB ---------- */
.crumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--text-muted); padding: 24px 0 0; font-family: var(--font-mono); }
.crumb a { color: var(--text-muted); }
.crumb a:hover { color: var(--brand); }
.crumb span[aria-current] { color: var(--text-strong); font-weight: 700; }
.crumb svg { width: 13px; height: 13px; }

/* ---------- DETAIL ---------- */
.detail { padding: 0 0 88px; }
.detail__top { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; margin-top: 28px; }
.detail__hero-img { position: relative; border-radius: var(--radius-md); overflow: hidden; aspect-ratio: 16/10; box-shadow: var(--shadow-md); }
.detail__hero-img img { width: 100%; height: 100%; object-fit: cover; }
.detail__status { position: absolute; top: 14px; left: 14px; }
.detail__thumbs { display: flex; gap: 10px; margin-top: 10px; overflow: hidden; scroll-behavior: smooth; }
.detail__thumbs--scroll .detail__thumb { flex: 0 0 calc((100% - 20px) / 3); }
.detail__thumb { flex: 1; aspect-ratio: 16/10; border-radius: var(--radius-sm); overflow: hidden; border: 2px solid transparent; padding: 0; cursor: pointer; background: none; }
.detail__thumb img { width: 100%; height: 100%; object-fit: cover; }
.detail__thumb.is-active { border-color: var(--brand); }
.detail__slider { position: relative; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-md); }
.detail__slider-track { display: flex; aspect-ratio: 16/10; transition: transform 420ms cubic-bezier(0.22,1,0.36,1); will-change: transform; }
.detail__slide { flex: 0 0 100%; width: 100%; position: relative; }
.detail__slide image-slot { display: block; width: 100%; height: 100%; }
.detail__slider-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; width: 40px; height: 40px; border-radius: 50%; border: none; background: rgba(22,22,15,0.55); color: #fff; font-size: 20px; line-height: 1; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background var(--dur-fast) var(--ease-out); }
.detail__slider-btn:hover { background: rgba(22,22,15,0.8); }
.detail__slider-btn--prev { left: 12px; }
.detail__slider-btn--next { right: 12px; }
.detail__slider-dots { position: absolute; bottom: 12px; left: 0; right: 0; z-index: 3; display: flex; justify-content: center; gap: 7px; pointer-events: none; }
.detail__slider-dots span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,0.45); transition: background var(--dur-fast) var(--ease-out); }
.detail__slider-dots span.is-active { background: #fff; }
.detail__panel { display: flex; flex-direction: column; gap: 16px; }
.detail__title { font-family: var(--font-display); font-weight: 900; font-size: clamp(34px, 5vw, 44px); line-height: 1; letter-spacing: -0.02em; }
.detail__blurb { font-size: 16px; line-height: 1.6; color: var(--text-body); margin: 0; }
.detail__specs { display: flex; gap: 28px; padding: 22px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); flex-wrap: wrap; }
.detail__actions { display: flex; flex-direction: column; gap: 10px; margin-top: 4px; }
.detail__features { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 56px; }
.detail__features h3 { font-family: var(--font-display); font-weight: 800; font-size: 20px; margin-bottom: 18px; }

/* ---------- FEATURE LIST + SPEC TABLE ---------- */
.feature-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.feature-list li { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--text-body); }
.services .feature-list li { color: #fff; }
.feature-list__mark { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 50%; background: var(--accent-subtle); color: var(--chroma-700); flex: none; }
.feature-list__mark svg { width: 14px; height: 14px; }
.spec-table > div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--border); }
.spec-table dt { font-size: 14px; color: var(--text-muted); margin: 0; }
.spec-table dd { margin: 0; font-family: var(--font-mono); font-size: 14px; font-weight: 700; color: var(--text-strong); text-align: right; }

/* ---------- FACILITIES TABLE (about) ---------- */
.facilities { width: 100%; border-collapse: collapse; margin-top: 8px; }
.facilities caption { text-align: left; }
.facilities th, .facilities td { text-align: left; padding: 15px 16px; border-bottom: 1px solid var(--border); font-size: 15px; }
.facilities thead th { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); font-weight: 700; border-bottom: 2px solid var(--border-strong); }
.facilities tbody th { font-weight: 700; color: var(--text-strong); white-space: nowrap; }
.facilities td.num { font-family: var(--font-mono); font-weight: 700; color: var(--brand); white-space: nowrap; }
.facilities tbody tr:hover { background: var(--graphite-50); }

/* ---------- SPLIT / PROSE ---------- */
.split { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: start; }
.split--media-left { grid-template-columns: 1.1fr 0.9fr; }
.split__media { border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-md); }
.split__media img { width: 100%; height: 100%; object-fit: cover; }
.prose p { font-size: 16px; line-height: 1.68; color: var(--text-body); margin: 0 0 18px; }
.prose p:last-child { margin-bottom: 0; }
.prose h3 { font-family: var(--font-display); font-weight: 800; font-size: 22px; margin: 32px 0 12px; }
.lede { font-size: 20px; line-height: 1.55; color: var(--text-strong); font-weight: 500; }

/* ---------- STAT ROW (light) ---------- */
.statrow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden; background: var(--color-surface); }
.statrow__item { padding: 28px 24px; border-left: 1px solid var(--border); }
.statrow__item:first-child { border-left: none; }

/* ---------- LOCATION ---------- */
.location__grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 48px; align-items: start; }
.location__map { border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--border); }
.location__map iframe { display: block; width: 100%; height: 460px; border: 0; }
.infolist { list-style: none; display: flex; flex-direction: column; gap: 20px; }
.infolist li { display: flex; gap: 14px; align-items: flex-start; }
.infolist__icon { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: var(--radius-sm); background: var(--moss-100); color: var(--moss-700); flex: none; }
.infolist__icon svg { width: 20px; height: 20px; }
.infolist__k { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 3px; }
.infolist__v { font-size: 15px; color: var(--text-strong); font-weight: 500; line-height: 1.5; }
.infolist__v a { color: var(--text-strong); }
.infolist__v a:hover { color: var(--brand); }

/* ---------- CONTACT ---------- */
.contact__grid { display: grid; gap: 56px; }
.contact__grid--balanced { grid-template-columns: 1fr 1fr; align-items: stretch; }
@media (max-width: 1000px) { .contact__grid--balanced { grid-template-columns: 1fr; } }
.contact__card { background: var(--color-surface); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 32px; box-shadow: var(--shadow-sm); }
.contact__card h2 { font-family: var(--font-display); font-weight: 800; font-size: 22px; margin-bottom: 20px; }

/* ---------- FOOTER ---------- */
.site-footer { background: var(--ink); color: rgba(255,255,255,0.7); }
.site-footer__inner { padding: 64px 32px 40px; max-width: var(--container-max); margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 48px; }
.site-footer__brand img { width: 137px; height: 77px; margin-bottom: 18px; }
@media (max-width: 640px) { .site-footer__brand img { width: 92px !important; height: 52px !important; } }
.site-footer__brand p { font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.5); max-width: 38ch; margin: 0; }
.site-footer__col h4 { font: var(--weight-bold) 11px/1 var(--font-mono); letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 16px; }
.site-footer__col a, .site-footer__col span { display: flex; align-items: center; gap: 8px; font-size: 14px; color: rgba(255,255,255,0.72); padding: 5px 0; }
.site-footer__col a:hover { color: #fff; }
.site-footer__col svg { width: 15px; height: 15px; flex: none; opacity: 0.7; }
.site-footer__bar { max-width: var(--container-max); margin: 0 auto; padding: 24px 32px; border-top: 1px solid rgba(255,255,255,0.1); display: flex; flex-direction: column; align-items: center; gap: 16px; font-size: 12px; color: rgba(255,255,255,0.4); }
.site-footer__bar .mono { font-size: 11px; }
.footer-legal { display: flex; justify-content: center; align-items: center; gap: 10px 22px; flex-wrap: wrap; text-align: center; }
.footer-legal a { font-size: 12.5px; color: rgba(255,255,255,0.6); }
.footer-legal a:hover { color: #fff; }
.footer-legal__sep { color: rgba(255,255,255,0.25); }
.footer-copy-row { display: flex; justify-content: center; gap: 8px 20px; flex-wrap: wrap; text-align: center; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1000px) {
  .services__inner, .services__inner--centered { grid-template-columns: 1fr; gap: 36px; }
  .split, .split--media-left, .location__grid { grid-template-columns: 1fr; gap: 36px; }
  .site-footer__inner, .site-footer__inner--legal { grid-template-columns: 1fr 1fr; gap: 36px; }
}
@media (max-width: 1040px) {
  .site-nav { position: fixed; inset: 68px 0 auto 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); border-bottom: 1px solid var(--border); padding: 8px 22px 18px; box-shadow: var(--shadow-lg); transform: translateY(-140%); transition: transform var(--dur-base) var(--ease-out); margin-left: 0; }
  .site-nav.is-open { transform: translateY(0); }
  .site-nav__link { padding: 13px 0; border-bottom: 1px solid var(--border); font-size: 16px; }
  .site-nav__link.is-active::after { display: none; }
  .site-header__inner { gap: 12px; }
  .site-header__actions { margin-left: auto; gap: 10px; }
  .site-header__actions .btn { padding: 8px 12px; font-size: 12.5px; gap: 6px; }
  .site-header__actions .btn svg { display: none; }
  .site-header__actions .btn .btn-label-full { display: none; }
  .site-header__actions .btn .btn-label-short { display: inline; }
  .site-nav .lang-switch { order: 99; justify-content: center; margin: 10px 0 0; padding: 14px 0 0; border-left: none; border-top: 1px solid var(--border); gap: 14px; }
  .site-nav .lang-switch a { border: 1px solid var(--border-strong); border-radius: var(--radius-sm); padding: 6px 14px; }
  .nav-toggle { display: inline-flex; }
}
@media (max-width: 860px) {
  .container { padding: 0 22px; }
  .space-grid { grid-template-columns: repeat(2, 1fr); }
  .detail__top { grid-template-columns: 1fr; }
  .detail__features { grid-template-columns: 1fr; gap: 36px; }
  .prod { grid-template-columns: 1fr; }
  .hero__stats { grid-template-columns: repeat(2, 1fr); }
  .hero__stat:nth-child(3) { border-left: none; padding-left: 0; }
  .hero__stat { border-top: 1px solid rgba(255,255,255,0.12); }
  .statrow { grid-template-columns: repeat(2, 1fr); }
  .statrow__item:nth-child(3) { border-left: none; }
  .cta__inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
  .space-grid { grid-template-columns: 1fr; }
  .section { padding-top: 60px; padding-bottom: 60px; }
  .section--tight { padding-bottom: 76px; }
  .hero { min-height: 560px; }
  .detail__specs { gap: 20px; }
  .facilities th, .facilities td { padding: 12px 10px; font-size: 13.5px; }
  .site-footer__inner { grid-template-columns: 1fr; }
}

/* ---------- TITLES & BRANDS ---------- */
.titlecard { display: flex; flex-direction: column; gap: 10px; background: var(--color-surface); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 24px; box-shadow: var(--shadow-sm); }
.titlecard__icon { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: var(--radius-sm); background: var(--moss-100); color: var(--moss-700); }
.titlecard__icon svg { width: 21px; height: 21px; }
.titlecard h3 { font-family: var(--font-display); font-weight: 800; font-size: 21px; margin-top: 4px; }
.titlecard p { font-size: 13.5px; line-height: 1.5; color: var(--text-muted); margin: 0; }
.brandstrip { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 40px; padding: 34px 0; margin-top: 8px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.brandstrip__item { font-family: var(--font-display); font-weight: 800; font-size: clamp(20px, 2.6vw, 30px); letter-spacing: -0.01em; color: var(--graphite-400); }
.brandstrip__logo { height: 36px; width: auto; max-width: 130px; object-fit: contain; filter: brightness(0); opacity: 0.82; transition: opacity var(--dur-base) var(--ease-out), filter var(--dur-base) var(--ease-out); }
.brandstrip__logo:hover { filter: none; opacity: 1; }
.partners { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 32px; }
.partner-card { background: var(--surface-0, #fff); border: 1px solid var(--border-soft, #e6e2d8); border-radius: var(--radius-md); padding: 28px 26px; display: flex; flex-direction: column; gap: 14px; }
.partner-card img { height: 34px; width: auto; max-width: 150px; object-fit: contain; object-position: left center; }
.partner-card img.partner-card__logo--lg { height: 52px; max-width: 190px; }
.partner-card a { display: inline-block; }
.partner-card p { margin: 0; font-size: 15px; line-height: 1.55; color: var(--text-muted); }
@media (max-width: 860px) { .partners { grid-template-columns: 1fr; } }
.photo-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 28px; }
.photo-row figure { margin: 0; }
.photo-row img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius-md); box-shadow: var(--shadow-sm); display: block; }
.photo-row figcaption { margin-top: 10px; font-size: 13px; line-height: 1.4; color: var(--text-muted); }
@media (max-width: 720px) { .photo-row { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; } }

/* ---------- COOKIE BANNER ---------- */
.cookie-banner { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 200; max-width: 640px; margin: 0 auto; background: var(--ink); color: rgba(255,255,255,0.86); border-radius: var(--radius-md); padding: 20px 22px; box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 20px; flex-wrap: wrap; transition: opacity var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out); }
.cookie-banner.is-hidden { opacity: 0; transform: translateY(12px); pointer-events: none; }
.cookie-banner p { flex: 1 1 260px; font-size: 13.5px; line-height: 1.5; margin: 0; }
.cookie-banner a { color: var(--chroma-400); text-decoration: underline; }
.cookie-banner__actions { display: flex; gap: 10px; flex: none; }
.cookie-banner .btn--secondary { --_fg: #fff; --_bd: rgba(255,255,255,0.35); }
.cookie-banner .btn--secondary:hover { --_bg: rgba(255,255,255,0.1); --_fg: #fff; }
.btn--cookie-reject { --_bg: #fff; --_fg: var(--ink); --_bd: #fff; }
.btn--cookie-reject:hover { --_bg: rgba(255,255,255,0.85); --_fg: var(--ink); }

/* ---------- GATED EMBEDS (maps / Cal.com) ---------- */
.embed-gate { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; text-align: center; padding: 20px; background: var(--graphite-50); border: 1px solid var(--border); border-radius: var(--radius-md); }
.embed-gate p { font-size: 13.5px; color: var(--text-muted); max-width: 32ch; margin: 0; }
.embed-gate--inline { position: static; min-height: 220px; margin-top: 12px; }

/* ---------- LEGAL PAGES ---------- */
.legal-prose h2 { font-family: var(--font-display); font-weight: 800; font-size: 20px; margin: 36px 0 12px; }
.legal-prose h2:first-child { margin-top: 0; }
.legal-prose p, .legal-prose li { font-size: 15px; line-height: 1.68; color: var(--text-body); }
.legal-prose ul { padding-left: 20px; margin: 0 0 14px; }
.legal-prose p { margin: 0 0 14px; }
.legal-prose table { width: 100%; border-collapse: collapse; margin: 12px 0 20px; }
.legal-prose th, .legal-prose td { text-align: left; padding: 10px 14px; border-bottom: 1px solid var(--border); font-size: 14px; }
.legal-prose thead th { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); }

@media print {
  .site-header, .site-footer, .nav-toggle, .cta { display: none; }
}
