/* NORTECH — single-source styles */
:root {
  --bg: #0c0b08;
  --bg-soft: #131210;
  --bg-card: #181714;
  --fg: #f3ecdc;
  --fg-dim: #9a9486;
  --fg-faint: #5a5648;
  --line: rgba(243, 236, 220, 0.10);
  --line-strong: rgba(243, 236, 220, 0.22);
  --gold: #c9a24a;
  --gold-bright: #e0bc6a;
  --gold-deep: #8a6f32;
  --gold-fg: #0c0b08;
  --logo-mask: url("images/nortech-logo.png");
  --serif: "Instrument Serif", "Times New Roman", serif;
  --sans: "Söhne", "Geist", "Helvetica Neue", system-ui, sans-serif;
  --mono: "Geist Mono", "IBM Plex Mono", ui-monospace, monospace;
  --ease: cubic-bezier(.22,.85,.25,1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body {
  background: var(--bg); color: var(--fg);
  font-family: var(--sans); font-size: 16px; line-height: 1.5;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
body { overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; }
input, textarea { font: inherit; color: inherit; background: none; border: none; outline: none; }
img { display: block; max-width: 100%; }
::selection { background: var(--gold); color: var(--gold-fg); }

em { font-style: normal; font-family: var(--serif); font-weight: 400; color: var(--gold); letter-spacing: -0.005em; }
.dim { color: var(--fg-faint); }
.serif { font-family: var(--serif); font-style: italic; font-weight: 400; }

.container { max-width: 1320px; margin: 0 auto; padding: 0 40px; }
@media (max-width: 720px) { .container { padding: 0 20px; } }

.eyebrow {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--fg-dim); display: inline-flex; align-items: center; gap: 12px;
}
.eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 12px var(--gold); }

.btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 16px 24px; border-radius: 999px;
  font-size: 14px; font-weight: 500; letter-spacing: -0.005em;
  transition: transform 200ms var(--ease), background 200ms, color 200ms, border-color 200ms;
}
.btn-primary { background: var(--gold); color: var(--gold-fg); }
.btn-primary:hover { background: var(--gold-bright); transform: translateY(-2px); }
.btn-ghost { color: var(--fg); border: 1px solid var(--line-strong); }
.btn-ghost:hover { background: var(--bg-soft); border-color: var(--fg); }
.btn .arrow { display: inline-block; transition: transform 250ms var(--ease); font-family: var(--mono); }
.btn:hover .arrow { transform: translate(4px, -4px); }
.btn-lg { padding: 18px 28px; font-size: 15px; }

/* ─── NAV ─── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 40px;
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  background: color-mix(in srgb, var(--bg) 70%, transparent);
  border-bottom: 1px solid transparent;
  transition: border-color 300ms, padding 300ms;
}
.nav.scrolled { border-bottom-color: var(--line); padding: 14px 40px; }
@media (max-width: 720px) { .nav, .nav.scrolled { padding: 14px 20px; } }
.nav-logo { display: flex; align-items: center; gap: 6px; }
.nav-logo-img {
  height: 42px; width: 42px; display: block;
  background: var(--gold);
  -webkit-mask: var(--logo-mask) left center / contain no-repeat;
  mask: var(--logo-mask) left center / contain no-repeat;
}
.nav-logo-wm { font-family: var(--serif); font-style: italic; font-size: 33px; letter-spacing: -0.015em; color: var(--fg); }
.nav-links { display: flex; gap: 4px; }
.nav-link {
  padding: 10px 16px; font-size: 13.5px; color: var(--fg-dim);
  border-radius: 999px; transition: color 200ms; position: relative;
}
.nav-link:hover { color: var(--fg); }
.nav-link.active { color: var(--fg); }
.nav-link.active::after {
  content: ""; position: absolute; left: 16px; right: 16px; bottom: 4px;
  height: 1px; background: var(--gold);
}
.nav-right { display: flex; align-items: center; gap: 14px; }
.lang-toggle {
  display: flex; font-family: var(--mono); font-size: 11px;
  border: 1px solid var(--line); border-radius: 999px; overflow: hidden;
}
.lang-toggle button { padding: 8px 12px; color: var(--fg-dim); transition: background 200ms, color 200ms; letter-spacing: 0.05em; }
.lang-toggle button.active { background: var(--fg); color: var(--bg); }
@media (max-width: 880px) { .nav-links { display: none; } .nav-cta .btn-nav-text { display: none; } .nav-cta { padding: 10px 14px; } }
@media (max-width: 600px) { .nav-cta { display: none; } }

/* ─── HERO ─── */
.hero { position: relative; min-height: 100vh; overflow: hidden; display: flex; flex-direction: column; }
.hero-video-wrap {
  position: absolute; inset: 0; z-index: 0;
  overflow: hidden;
}
.hero-video-wrap iframe {
  position: absolute; top: 50%; left: 50%;
  width: 100vw; height: 56.25vw;
  min-height: 100vh; min-width: 177.78vh;
  transform: translate(-50%, -50%);
  border: 0;
}
.hero-veil {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse at 30% 40%, transparent, rgba(12,11,8,0.6) 60%, var(--bg) 100%),
    linear-gradient(180deg, rgba(12,11,8,0.4) 0%, rgba(12,11,8,0.15) 30%, rgba(12,11,8,0.6) 80%, var(--bg) 100%);
}
.hero-grain {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  opacity: 0.55; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='200' height='200' filter='url(%23n)' opacity='0.4'/></svg>");
}
.hero-inner {
  position: relative; z-index: 5; flex: 1;
  display: grid; grid-template-rows: 1fr auto; padding-top: 140px;
}
.hero-content { display: flex; flex-direction: column; justify-content: center; padding-bottom: 60px; }
.hero h1 {
  font-family: var(--sans); font-weight: 300;
  font-size: clamp(48px, 8.5vw, 132px); letter-spacing: -0.045em;
  line-height: 0.92; margin-top: 32px; max-width: 16ch;
}
.hero h1 .line { display: block; overflow: hidden; padding-bottom: 0.08em; }
.hero h1 .line > span {
  display: inline-block; transform: translateY(110%);
  animation: rise 1100ms var(--ease) forwards;
}
.hero h1 .line:nth-child(2) > span { animation-delay: 140ms; }
.hero h1 .line:nth-child(3) > span { animation-delay: 260ms; }
.hero h1 em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--gold); }
@keyframes rise { to { transform: translateY(0); } }

.hero-sub {
  max-width: 540px; margin-top: 36px; font-size: 18px; color: var(--fg-dim);
  opacity: 0; animation: fade 800ms ease 600ms forwards;
}
.hero-cta {
  margin-top: 44px; display: flex; gap: 14px; flex-wrap: wrap;
  opacity: 0; animation: fade 800ms ease 800ms forwards;
}
@keyframes fade { to { opacity: 1; } }

.hero-bar {
  position: relative; z-index: 5;
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; padding: 24px 40px;
  border-top: 1px solid var(--line);
  font-family: var(--mono); font-size: 11px;
  color: var(--fg-dim); letter-spacing: 0.12em; text-transform: uppercase;
}
.hero-bar > :nth-child(2) { text-align: center; }
.hero-bar > :nth-child(3) { text-align: right; }
.hero-bar .em { color: var(--gold); }
.scroll-cue { display: inline-flex; align-items: center; gap: 10px; }
.scroll-cue .bar { width: 1px; height: 22px; background: var(--line-strong); position: relative; overflow: hidden; }
.scroll-cue .bar::after {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 50%;
  background: var(--gold); animation: scrollcue 1.8s ease-in-out infinite;
}
@keyframes scrollcue { 0% { transform: translateY(-100%); } 100% { transform: translateY(200%); } }
@media (max-width: 720px) { .hero-bar { grid-template-columns: 1fr; gap: 6px; padding: 18px 20px; } .hero-bar > * { text-align: left !important; } }

/* ─── PAGE HERO ─── */
.page-hero {
  position: relative; padding: 160px 0 80px;
  border-bottom: 1px solid var(--line); overflow: hidden;
}
.page-hero::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 50%, transparent);
  opacity: 0.5;
}
.page-hero h1 {
  font-family: var(--sans); font-weight: 300;
  font-size: clamp(56px, 8vw, 124px); letter-spacing: -0.045em;
  line-height: 0.95; margin-top: 28px; max-width: 14ch;
}
.page-hero h1 em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--gold); }
.page-hero .lede { max-width: 640px; margin-top: 32px; font-size: 19px; color: var(--fg-dim); line-height: 1.55; }

/* ─── SECTIONS ─── */
.section { padding: 100px 0; position: relative; }
@media (max-width: 720px) { .section { padding: 64px 0; } }
.section-head {
  display: grid; grid-template-columns: 1fr 1.3fr; gap: 80px;
  margin-bottom: 64px; align-items: end;
}
@media (max-width: 880px) { .section-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 40px; } }
.section-title {
  font-family: var(--sans); font-weight: 300;
  font-size: clamp(40px, 5.6vw, 84px); letter-spacing: -0.04em; line-height: 0.95;
  margin-top: 20px;
}
.section-title em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--gold); }
.section-lede { color: var(--fg-dim); font-size: 18px; max-width: 540px; line-height: 1.55; }

/* ─── INTRO ─── */
.intro {
  display: grid; grid-template-columns: 1fr 1.2fr;
  gap: 96px; padding: 110px 0; border-top: 1px solid var(--line);
}
@media (max-width: 880px) { .intro { grid-template-columns: 1fr; gap: 32px; padding: 64px 0; } }
.intro > * { min-width: 0; }
.intro-left { align-self: start; }
.intro-h {
  font-family: var(--sans); font-weight: 300;
  font-size: clamp(32px, 4.6vw, 64px); letter-spacing: -0.035em; line-height: 1.05;
  margin-top: 24px;
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
}
.intro-h em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--gold); }
.intro-body p {
  font-size: 18px; line-height: 1.6; color: var(--fg); margin-bottom: 24px;
}
.intro-body p:first-of-type::first-letter {
  font-family: var(--serif); color: var(--gold);
  font-size: 4.2em; line-height: 0.85; float: left;
  margin: 0.1em 0.12em 0 -0.04em; font-style: italic;
}
.intro-meta { margin-top: 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; border-top: 1px solid var(--line); padding-top: 32px; }
.intro-meta .l { font-family: var(--mono); font-size: 11px; color: var(--fg-dim); letter-spacing: 0.12em; text-transform: uppercase; }
.intro-meta .v { font-family: var(--serif); font-style: italic; font-size: 22px; margin-top: 6px; color: var(--fg); }
@media (max-width: 560px) { .intro-meta { grid-template-columns: 1fr; gap: 14px; } }
.intro-stats {
  margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--line);
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
@media (max-width: 720px) { .intro-stats { grid-template-columns: repeat(2, 1fr); gap: 18px; } }
.intro-stat { display: flex; flex-direction: column; gap: 8px; align-items: center; text-align: center; }
.intro-stat .v { font-family: var(--sans); font-weight: 300; font-size: clamp(28px, 3vw, 40px); letter-spacing: -0.03em; color: var(--gold); line-height: 1; }
.intro-stat .l { font-family: var(--mono); font-size: 10.5px; color: var(--fg-dim); letter-spacing: 0.12em; text-transform: uppercase; }

/* ─── SERVICES (home preview & full) ─── */
.svc-list { border-top: 1px solid var(--line); }
.svc-row {
  position: relative;
  display: grid; grid-template-columns: 1.2fr 2fr 240px 60px;
  gap: 40px; align-items: center;
  padding: 36px 0; border-bottom: 1px solid var(--line);
  transition: padding 400ms var(--ease), background 300ms;
  cursor: pointer;
}
.svc-row:hover { padding-left: 24px; padding-right: 24px; background: var(--bg-soft); }
.svc-row .name {
  font-family: var(--sans); font-weight: 300;
  font-size: clamp(32px, 4vw, 56px); letter-spacing: -0.035em; line-height: 1;
}
.svc-row .name em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--gold); }
.svc-arrow {
  font-family: var(--mono); font-size: 26px; color: var(--gold);
  justify-self: end; transition: transform 320ms var(--ease);
}
.svc-row:hover .svc-arrow { transform: translate(6px, -6px); }
.svc-row .desc { color: var(--fg-dim); font-size: 15.5px; line-height: 1.55; max-width: 56ch; }
.svc-row .thumb {
  width: 240px; aspect-ratio: 4/3; overflow: hidden; border-radius: 4px;
  background: var(--bg-soft); position: relative;
}
.svc-row .thumb img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(0.6) contrast(1.05) brightness(0.85);
  transition: filter 600ms var(--ease), transform 800ms var(--ease);
}
.svc-row:hover .thumb img { filter: grayscale(0) contrast(1.05); transform: scale(1.06); }
@media (max-width: 1080px) {
  .svc-row { grid-template-columns: 1fr; gap: 18px; padding: 28px 0; }
  .svc-row .desc, .svc-row .thumb, .svc-row .svc-arrow { grid-column: 1; }
  .svc-arrow { justify-self: start; }
}

/* full services page card variant */
.svc-card {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 0;
  background: var(--bg-soft); border: 1px solid var(--line); border-radius: 8px;
  overflow: hidden; margin-bottom: 32px;
}
.svc-card.flip { grid-template-columns: 1fr 1.1fr; }
.svc-card.flip .svc-card-img { order: 2; }
.svc-card.flip .svc-card-body { order: 1; }
@media (max-width: 880px) { .svc-card, .svc-card.flip { grid-template-columns: 1fr; } .svc-card.flip .svc-card-img { order: 1; } .svc-card.flip .svc-card-body { order: 2; } }
.svc-card-img { aspect-ratio: 5/4; overflow: hidden; position: relative; background: var(--bg-card); }
.svc-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(0.4) contrast(1.05) brightness(0.9);
  transition: filter 700ms var(--ease), transform 900ms var(--ease);
}
.svc-card:hover .svc-card-img img { filter: grayscale(0) contrast(1.05) brightness(1); transform: scale(1.04); }
.svc-card-body { padding: 56px; display: flex; flex-direction: column; gap: 22px; justify-content: center; }
@media (max-width: 720px) { .svc-card-body { padding: 32px; } }
.svc-card .n { font-family: var(--mono); font-size: 11px; color: var(--gold); letter-spacing: 0.18em; }
.svc-card .h { font-family: var(--sans); font-weight: 300; font-size: clamp(28px, 3vw, 40px); letter-spacing: -0.03em; line-height: 1.1; }
.svc-card .h em { font-family: var(--serif); font-style: italic; }
.svc-card .desc { color: var(--fg-dim); font-size: 16px; line-height: 1.6; }
.svc-card .tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.svc-card .tag {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em;
  color: var(--fg-dim); padding: 6px 12px;
  border: 1px solid var(--line); border-radius: 999px;
}

/* ─── ETHOS / MANIFESTO ─── */
.ethos {
  padding: 120px 0; border-top: 1px solid var(--line);
  position: relative; overflow: hidden;
}
.ethos::before {
  content: ""; position: absolute; top: 50%; left: -10%; width: 120%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 50%, transparent);
  opacity: 0.18; transform: translateY(-50%);
}
.ethos-text {
  font-family: var(--sans); font-weight: 300;
  font-size: clamp(36px, 5.4vw, 80px); letter-spacing: -0.04em; line-height: 1.08;
  max-width: 1200px;
}
.ethos-text .ln { display: block; opacity: 0; transform: translateY(20px); transition: opacity 900ms var(--ease), transform 900ms var(--ease); }
.ethos-text .ln.in { opacity: 1; transform: none; }
.ethos-text .ln:nth-child(2).in { transition-delay: 120ms; }
.ethos-text .ln:nth-child(3).in { transition-delay: 240ms; }
.ethos-text .ln:nth-child(4).in { transition-delay: 360ms; }
.ethos-text .ln:nth-child(5).in { transition-delay: 480ms; }
.ethos-text em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--gold); }
.ethos-text .dim { color: var(--fg-faint); }

/* ─── FOUNDER ─── */
.founder {
  display: grid; grid-template-columns: 1fr 1.1fr;
  gap: 96px; align-items: center;
}
@media (max-width: 880px) { .founder { grid-template-columns: 1fr; gap: 40px; } }
.founder-photo {
  position: relative; aspect-ratio: 4/5;
  background: var(--bg-soft); border: 1px solid var(--line);
  border-radius: 6px; overflow: hidden;
}
.founder-photo::before {
  content: ""; position: absolute; inset: -1px;
  border: 1px solid var(--gold); border-radius: 6px;
  opacity: 0; transition: opacity 400ms;
  pointer-events: none;
}
.founder-photo:hover::before { opacity: 0.4; }
.founder-photo img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 20%;
  filter: grayscale(0.4) contrast(1.05);
  transition: filter 600ms var(--ease), transform 900ms var(--ease);
}
.founder-photo:hover img { filter: grayscale(0); transform: scale(1.03); }
.founder-photo .badge {
  position: absolute; top: 18px; left: 18px;
  font-family: var(--mono); font-size: 11px; color: var(--fg); letter-spacing: 0.12em;
  background: rgba(0,0,0,0.45); backdrop-filter: blur(6px);
  padding: 8px 12px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.12);
}
.founder-photo .stamp {
  position: absolute; bottom: 18px; right: 18px;
  width: 78px; height: 78px; border-radius: 50%;
  display: grid; place-items: center; text-align: center;
  font-family: var(--mono); font-size: 9px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); line-height: 1;
  background: rgba(12, 11, 8, 0.78);
  border: 1px solid color-mix(in srgb, var(--gold) 50%, transparent);
  box-shadow: 0 8px 24px rgba(0,0,0,0.45), 0 0 22px color-mix(in srgb, var(--gold) 12%, transparent);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.founder-photo .stamp .stamp-est { display: block; font-size: 8px; opacity: 0.8; line-height: 1; }
.founder-photo .stamp .stamp-year { display: block; font-family: var(--serif); font-style: italic; font-size: 22px; letter-spacing: 0.01em; color: var(--gold); margin: 1px 0; text-transform: none; line-height: 1; }
.founder-photo .stamp .stamp-mark { display: block; font-size: 8px; opacity: 0.8; line-height: 1; }
.founder-quote {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: clamp(26px, 3.4vw, 42px); letter-spacing: -0.018em; line-height: 1.18;
  color: var(--fg);
}
.founder-quote .mk { color: var(--gold); padding-right: 2px; }
.founder-body {
  margin-top: 28px; color: var(--fg-dim); font-size: 16.5px; line-height: 1.6;
  display: flex; flex-direction: column; gap: 16px;
}
.founder-sig { margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line); display: flex; align-items: baseline; gap: 14px; }
.founder-sig .name { font-family: var(--serif); font-style: italic; font-size: 24px; color: var(--fg); }
.founder-sig .role { font-family: var(--mono); font-size: 11px; color: var(--fg-dim); letter-spacing: 0.12em; text-transform: uppercase; }

/* ─── CTA BAND ─── */
.cta-band {
  padding: 120px 0; border-top: 1px solid var(--line);
  position: relative; overflow: hidden;
}
.cta-band::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse at 20% 60%, color-mix(in srgb, var(--gold) 14%, transparent), transparent 50%),
    radial-gradient(ellipse at 80% 40%, color-mix(in srgb, var(--gold) 10%, transparent), transparent 50%);
}
.cta-band-inner {
  position: relative; display: grid; grid-template-columns: 1.4fr 1fr; gap: 80px; align-items: end;
}
@media (max-width: 880px) { .cta-band-inner { grid-template-columns: 1fr; gap: 40px; } }
.cta-band h2 {
  font-family: var(--sans); font-weight: 300;
  font-size: clamp(48px, 7vw, 104px); letter-spacing: -0.045em; line-height: 0.95;
}
.cta-band h2 em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--gold); }
.cta-band-right { display: flex; flex-direction: column; gap: 22px; align-items: flex-start; }
.cta-band-right p { color: var(--fg-dim); font-size: 17px; line-height: 1.55; }

/* ─── CONTACT ─── */
.contact-section { min-height: auto; display: block; padding-top: 80px; padding-bottom: 100px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; width: 100%; }
@media (max-width: 880px) { .contact-grid { grid-template-columns: 1fr; gap: 40px; } .contact-section { min-height: auto; padding-top: 100px; } }
.contact-info { display: flex; flex-direction: column; gap: 32px; }
.contact-block .l { font-family: var(--mono); font-size: 11px; color: var(--fg-dim); letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 12px; }
.contact-block .v { font-family: var(--serif); font-style: italic; font-size: 26px; color: var(--fg); line-height: 1.2; }
.contact-block .v a { transition: color 200ms; }
.contact-block .v a:hover { color: var(--gold); }
.contact-block .v.small { font-family: var(--sans); font-style: normal; font-size: 15px; color: var(--fg-dim); line-height: 1.6; }
.contact-phone { display: inline-block; margin-top: 4px; color: var(--fg); transition: color 200ms; }
.contact-phone:hover { color: var(--gold); }
.contact-li {
  display: inline-flex; align-items: center; gap: 12px;
  color: var(--gold); font-family: var(--mono); font-size: 12px;
  letter-spacing: 0.15em; text-transform: uppercase;
  padding: 14px 18px;
  border: 1px solid color-mix(in srgb, var(--gold) 35%, transparent);
  border-radius: 999px;
  transition: background 220ms, border-color 220ms, transform 220ms var(--ease);
}
.contact-li:hover { background: color-mix(in srgb, var(--gold) 10%, transparent); border-color: var(--gold); transform: translateY(-2px); }
.contact-li svg { color: var(--gold); }

/* ─── IT PARK CARD (services page) ─── */
.it-park-card {
  position: relative; margin-bottom: 56px;
  border: 1px solid color-mix(in srgb, var(--gold) 24%, transparent);
  border-radius: 6px; overflow: hidden;
  background: var(--bg-soft);
  aspect-ratio: 21 / 9;
}
.it-park-card img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(0.55) contrast(1.05) brightness(0.7);
  transition: filter 700ms var(--ease), transform 900ms var(--ease);
}
.it-park-card:hover img { filter: grayscale(0.2) contrast(1.05) brightness(0.85); transform: scale(1.03); }
.it-park-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(12,11,8,0.85) 100%),
              linear-gradient(90deg, rgba(12,11,8,0.6) 0%, transparent 50%);
  pointer-events: none;
}
.it-park-overlay {
  position: absolute; left: 40px; bottom: 36px; right: 40px;
  display: flex; flex-direction: column; gap: 12px;
  z-index: 2; max-width: 640px;
}
.it-park-h {
  font-family: var(--sans); font-weight: 300;
  font-size: clamp(36px, 5vw, 64px); letter-spacing: -0.04em; line-height: 1;
}
.it-park-h em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--gold); margin-left: 0.25em; }
.it-park-d { color: var(--fg-2, rgba(243,236,220,0.85)); font-size: 16px; line-height: 1.55; max-width: 56ch; }
@media (max-width: 720px) { .it-park-card { aspect-ratio: 4 / 3; } .it-park-overlay { left: 20px; right: 20px; bottom: 22px; } }

/* ─── MAP BAND (contact page) ─── */
.map-band {
  border-top: 1px solid var(--line);
  padding: 100px 0 120px;
  background: linear-gradient(180deg, var(--bg) 0%, #08070a 100%);
}
.map-band-head {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px;
  align-items: end; margin-bottom: 48px;
}
@media (max-width: 880px) { .map-band-head { grid-template-columns: 1fr; gap: 24px; } }
.map-band-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 24px; }
.map-band-meta > div { display: flex; flex-direction: column; gap: 4px; }
.map-band-meta .l { font-family: var(--mono); font-size: 10.5px; color: var(--fg-dim); letter-spacing: 0.15em; text-transform: uppercase; }
.map-band-meta .v { font-family: var(--serif); font-style: italic; font-size: 20px; color: var(--fg); }
.map-band-link {
  grid-column: 1 / -1;
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 8px;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--gold);
  align-self: start; justify-self: start;
}
.map-band-link:hover { color: var(--gold-bright); }
.map-band-link .arrow { transition: transform 220ms var(--ease); }
.map-band-link:hover .arrow { transform: translate(3px, -3px); }
.map-stage {
  position: relative; width: 100%; aspect-ratio: 16 / 9;
  background: #08070a;
  border: 1px solid color-mix(in srgb, var(--gold) 30%, transparent);
  border-radius: 6px;
  overflow: hidden;
}
.map-iframe {
  position: absolute; inset: 0; width: 100%; height: 100%;
  border: 0; display: block;
  filter: grayscale(0.85) contrast(0.95) brightness(0.82) sepia(0.18) hue-rotate(-5deg);
}
.map-overlay {
  position: absolute; left: 24px; bottom: 24px;
  display: flex; align-items: center; gap: 14px;
  padding: 14px 18px;
  background: rgba(12,11,8,0.85);
  backdrop-filter: blur(10px);
  border: 1px solid color-mix(in srgb, var(--gold) 40%, transparent);
  border-radius: 999px;
  z-index: 3;
}
.map-pin-big {
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--gold) 18%, transparent),
              0 0 18px var(--gold);
  animation: map-pulse 2.4s ease-in-out infinite;
  flex-shrink: 0;
}
.map-overlay-l { font-family: var(--mono); font-size: 10px; color: var(--fg-dim); letter-spacing: 0.18em; text-transform: uppercase; }
.map-overlay-v { font-family: var(--serif); font-style: italic; font-size: 20px; color: var(--fg); margin-top: 2px; }
.map-corners { position: absolute; inset: 0; pointer-events: none; z-index: 2; }
.map-corners span {
  position: absolute; width: 28px; height: 28px;
  border: 1.5px solid var(--gold); opacity: 0.6;
}
.map-corners span:nth-child(1) { top: 14px; left: 14px; border-right: 0; border-bottom: 0; }
.map-corners span:nth-child(2) { top: 14px; right: 14px; border-left: 0; border-bottom: 0; }
.map-corners span:nth-child(3) { bottom: 14px; left: 14px; border-right: 0; border-top: 0; }
.map-corners span:nth-child(4) { bottom: 14px; right: 14px; border-left: 0; border-top: 0; }
.map-svg-wide { display: block; width: 100%; height: 100%; }
.map-svg-wide .map-pulse circle { animation: map-pulse-ring 2.4s ease-out infinite; transform-origin: center; }
.map-card {
  margin-top: 8px;
  border: 1px solid color-mix(in srgb, var(--gold) 24%, transparent);
  border-radius: 4px;
  background: #08070a;
  overflow: hidden;
  display: flex; flex-direction: column;
}
.map-head {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 18px;
  border-bottom: 1px solid color-mix(in srgb, var(--gold) 18%, transparent);
  background: linear-gradient(180deg, color-mix(in srgb, var(--gold) 6%, transparent), transparent);
}
.map-pin {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--gold) 18%, transparent),
              0 0 14px var(--gold);
  animation: map-pulse 2.4s ease-in-out infinite;
}
.map-place { font-family: var(--serif); font-style: italic; font-size: 20px; color: var(--fg); }
.map-coords { font-family: var(--mono); font-size: 10.5px; color: var(--fg-dim); letter-spacing: 0.12em; margin-top: 2px; }
.map-svg { display: block; width: 100%; height: auto; aspect-ratio: 600 / 380; }
.map-svg .map-pulse circle { animation: map-pulse-ring 2.4s ease-out infinite; transform-origin: center; }
@keyframes map-pulse-ring {
  0%   { transform: scale(0.6); opacity: 0.7; }
  100% { transform: scale(1.8); opacity: 0; }
}
@keyframes map-pulse {
  0%, 100% { box-shadow: 0 0 0 6px color-mix(in srgb, var(--gold) 18%, transparent), 0 0 14px var(--gold); }
  50%      { box-shadow: 0 0 0 10px color-mix(in srgb, var(--gold) 8%, transparent), 0 0 22px var(--gold); }
}
.map-foot {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 18px;
  border-top: 1px solid color-mix(in srgb, var(--gold) 14%, transparent);
  font-family: var(--mono); font-size: 11px; color: var(--fg-dim);
  letter-spacing: 0.12em; text-transform: uppercase;
}
.map-foot a { color: var(--gold); display: inline-flex; align-items: center; gap: 8px; transition: color 200ms; }
.map-foot a:hover { color: var(--gold-bright); }
.map-foot .arrow { transition: transform 220ms var(--ease); }
.map-foot a:hover .arrow { transform: translate(3px, -3px); }
.attach-field { gap: 10px; }
.attach-row { display: flex; align-items: center; gap: 12px; }
.attach-btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 12px 18px; cursor: pointer;
  border: 1px dashed var(--line-strong);
  border-radius: 999px;
  font-family: var(--mono); font-size: 12px; color: var(--fg-dim);
  letter-spacing: 0.05em;
  transition: border-color 200ms, color 200ms;
}
.attach-btn:hover { border-color: var(--gold); color: var(--gold); border-style: solid; }
.attach-icon { font-size: 18px; color: var(--gold); line-height: 1; }
.attach-clear {
  width: 28px; height: 28px;
  border-radius: 50%; border: 1px solid var(--line-strong);
  display: inline-grid; place-items: center;
  cursor: pointer; color: var(--fg-dim);
  transition: color 200ms, border-color 200ms;
}
.attach-clear:hover { color: var(--gold); border-color: var(--gold); }
.attach-hint { font-family: var(--mono); font-size: 10.5px; color: var(--fg-faint); letter-spacing: 0.05em; }

/* ─── FOUNDER LINKEDIN BUTTON ─── */
.founder-li {
  margin-top: 28px; padding-top: 28px;
  border-top: 1px solid var(--line);
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--gold);
  transition: color 200ms;
}
.founder-li svg { color: var(--gold); }
.founder-li:hover { color: var(--gold-bright); }
.founder-li .arrow { transition: transform 220ms var(--ease); }
.founder-li:hover .arrow { transform: translate(3px, -3px); }

/* ─── FOOTER LINKEDIN ─── */
.footer-li {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--gold); transition: color 200ms;
}
.footer-li:hover { color: var(--gold-bright); }
.footer-li svg { color: var(--gold); }
.form { display: flex; flex-direction: column; gap: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: 8px; position: relative; }
.field label { font-family: var(--mono); font-size: 10.5px; color: var(--fg-dim); letter-spacing: 0.15em; text-transform: uppercase; }
.field input, .field textarea {
  padding: 14px 0; border-bottom: 1px solid var(--line-strong); font-size: 17px;
  transition: border-color 220ms;
}
.field input:focus, .field textarea:focus { border-bottom-color: var(--gold); }
.field textarea { resize: vertical; min-height: 120px; }
.form .submit { margin-top: 12px; align-self: flex-start; }
.form-success {
  padding: 28px; border: 1px solid var(--gold); border-radius: 6px;
  font-family: var(--serif); font-style: italic; font-size: 22px;
  color: var(--gold); background: color-mix(in srgb, var(--gold) 8%, transparent);
}

/* ─── FOOTER ─── */
.footer { border-top: 1px solid var(--line); padding: 80px 0 0; position: relative; }
.footer-grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 56px;
  padding-bottom: 64px;
  border-bottom: 1px solid var(--line);
}
@media (max-width: 720px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
.footer h4 {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--fg-dim); margin-bottom: 18px;
}
.footer ul { list-style: none; display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.footer ul a { transition: color 200ms; }
.footer ul a:hover { color: var(--gold); }
.footer-brand p { font-size: 14px; color: var(--fg-dim); max-width: 320px; line-height: 1.55; margin-top: 16px; }
.footer-brand img {
  height: 38px; width: 140px; display: block;
  background: var(--gold);
  -webkit-mask: var(--logo-mask) left center / contain no-repeat;
  mask: var(--logo-mask) left center / contain no-repeat;
}
.footer-legal {
  padding: 32px 0 48px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px 56px;
  font-family: var(--mono); font-size: 10.5px; color: var(--fg-faint);
  letter-spacing: 0.05em;
}
@media (max-width: 720px) { .footer-legal { grid-template-columns: 1fr; gap: 8px; } }
.footer-legal-block { display: flex; flex-direction: column; gap: 6px; }

/* ─── GOLD STRIPE (always at very bottom) ─── */
.nt-stripe {
  background: var(--gold);
  color: #0a0a0a;
  text-align: center;
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: 14px; letter-spacing: 0.02em;
  padding: 8px 20px;
  border-top: 1px solid color-mix(in srgb, #0a0a0a 18%, transparent);
}

/* ─── REVEAL ─── */
/* Spacing after period between white & gold (em) — applied site-wide */
h1 em, h2 em, h3 em,
.hero h1 em,
.page-hero h1 em,
.section-title em,
.intro-h em,
.method-t em,
.promise-t em,
.cta-band h2 em,
.svc-card .h em,
.svc-teaser-name em,
.footer-big em,
.founder-quote em,
.bio-quote em { margin-left: 0.25em; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 800ms var(--ease), transform 800ms var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ─── PAGE SHELL (route transitions) ─── */
.page-shell { opacity: 0; transform: translateY(4px); transition: opacity 140ms var(--ease), transform 160ms var(--ease); }
.page-hold { opacity: 0; transform: translateY(4px); }
.page-ready { opacity: 1; transform: none; }
.page-leaving { opacity: 0; transform: translateY(-2px); transition-duration: 80ms; }

/* ─── SERVICES TEASER (home) ─── */
.svc-teaser { border-top: 1px solid var(--line); }
.svc-teaser-row {
  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px;
  padding: 28px 0; border-bottom: 1px solid var(--line);
  transition: padding 380ms var(--ease), background 300ms;
}
.svc-teaser-row:hover { padding-left: 24px; padding-right: 24px; background: var(--bg-soft); }
.svc-teaser-name {
  font-family: var(--sans); font-weight: 300;
  font-size: clamp(36px, 5.6vw, 84px); letter-spacing: -0.04em; line-height: 1;
}
.svc-teaser-name em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--gold); }
.svc-teaser-link {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--fg-dim); display: inline-flex; align-items: center; gap: 10px;
  transition: color 250ms;
}
.svc-teaser-row:hover .svc-teaser-link { color: var(--gold); }
.svc-teaser-link .arrow { transition: transform 280ms var(--ease); }
.svc-teaser-row:hover .svc-teaser-link .arrow { transform: translate(4px, -4px); }

/* ─── LOADER ─── */
.nt-loader {
  position: fixed; inset: 0; z-index: 200;
  background: transparent;
  display: grid; place-items: center;
  visibility: visible;
  transition: visibility 0s linear 1300ms;
}
.nt-loader.gone { visibility: hidden; pointer-events: none; }

/* Curtain halves: cover the page until reveal time */
.nt-loader-half {
  position: absolute; left: 0; right: 0; height: 50.5%;
  background: var(--bg);
  z-index: 1;
  transition: transform 1200ms cubic-bezier(.76,.0,.24,1);
  will-change: transform;
}
.nt-loader-half-top { top: 0; }
.nt-loader-half-bottom { bottom: 0; }
.nt-loader.gone .nt-loader-half-top { transform: translateY(-100%); }
.nt-loader.gone .nt-loader-half-bottom { transform: translateY(100%); }

/* Hairline reveal line that flashes at the seam */
.nt-loader-half-top::after,
.nt-loader-half-bottom::before {
  content: ""; position: absolute; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 50%, transparent);
  opacity: 0; transition: opacity 400ms;
}
.nt-loader-half-top::after { bottom: 0; }
.nt-loader-half-bottom::before { top: 0; }
.nt-loader.gone .nt-loader-half-top::after,
.nt-loader.gone .nt-loader-half-bottom::before { opacity: 1; transition-delay: 0ms; transition-duration: 200ms; }

.nt-loader-content {
  position: relative; z-index: 2;
  display: grid; place-items: center;
  transition: opacity 400ms var(--ease), transform 700ms var(--ease);
}
.nt-loader.gone .nt-loader-content { opacity: 0; transform: scale(1.08); }
.nt-loader-greet {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: clamp(80px, 11vw, 144px); letter-spacing: -0.035em; line-height: 1;
  color: var(--fg);
  grid-area: 1 / 1;
  text-align: center;
  opacity: 0; transform: translateY(30px) scale(0.96); filter: blur(8px);
  transition: opacity 900ms var(--ease) 300ms, transform 1000ms var(--ease) 300ms, filter 900ms var(--ease) 300ms;
  pointer-events: none;
}
.nt-loader-greet.in { opacity: 1; transform: none; filter: blur(0); }
.nt-loader-period { color: var(--gold); }
.nt-loader-stage {
  position: relative; width: 180px; height: 180px;
  display: grid; place-items: center;
  grid-area: 1 / 1;
  opacity: 1; transform: scale(1);
  transition: opacity 700ms var(--ease), transform 900ms var(--ease);
}
.nt-loader-stage.fade { opacity: 0; transform: scale(0.88); pointer-events: none; filter: blur(4px); }
.nt-loader-mark {
  width: 64px; height: 64px;
  background: var(--gold);
  -webkit-mask: var(--logo-mask) center / contain no-repeat;
  mask: var(--logo-mask) center / contain no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  animation: nt-mark-pulse 2.4s ease-in-out infinite;
}
.nt-loader-ring {
  position: absolute; inset: 0;
  border-radius: 50%;
  border: 1px solid var(--line);
}
.nt-loader-ring::before,
.nt-loader-ring::after {
  content: ""; position: absolute; inset: -1px;
  border-radius: 50%;
  border: 1px solid transparent;
}
.nt-loader-ring::before {
  border-top-color: var(--gold);
  border-right-color: color-mix(in srgb, var(--gold) 50%, transparent);
  animation: nt-spin 1.4s linear infinite;
}
.nt-loader-ring::after {
  border-bottom-color: color-mix(in srgb, var(--gold) 30%, transparent);
  animation: nt-spin 2.4s linear infinite reverse;
}
.nt-loader-dot {
  position: absolute; top: -3px; left: 50%; transform: translateX(-50%);
  width: 6px; height: 6px; border-radius: 50%; background: var(--gold);
  box-shadow: 0 0 12px var(--gold);
}
.nt-loader-ring-outer {
  position: absolute; inset: -28px;
  border-radius: 50%;
  border: 1px dashed color-mix(in srgb, var(--gold) 28%, transparent);
  animation: nt-spin 18s linear infinite;
}
.nt-loader-wm {
  position: absolute; top: calc(100% + 64px); left: 50%; transform: translateX(-50%);
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.32em;
  color: var(--fg-dim); text-transform: uppercase; white-space: nowrap;
}
.nt-loader-wm::after {
  content: ""; display: inline-block; margin-left: 8px;
  width: 6px; height: 6px; border-radius: 50%; background: var(--gold);
  animation: nt-blink 1s steps(2) infinite;
}
@keyframes nt-spin { to { transform: rotate(360deg); } }
@keyframes nt-mark-pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.7; transform: scale(0.92); } }
@keyframes nt-blink { 50% { opacity: 0; } }

/* ─── MARQUEE (subtle, top of services) ─── */
.tape {
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  padding: 20px 0; overflow: hidden;
  background: linear-gradient(180deg, transparent, color-mix(in srgb, var(--gold) 4%, transparent), transparent);
}
.tape-track { display: flex; gap: 64px; white-space: nowrap; animation: marq 42s linear infinite; }
.tape-item {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: 32px; color: var(--fg); letter-spacing: -0.01em;
  display: inline-flex; align-items: center; gap: 64px;
}
.tape-item::after { content: "✦"; color: var(--gold); font-size: 16px; font-style: normal; }
@keyframes marq { to { transform: translateX(-50%); } }

/* ─── METHOD (services page) ─── */
.method-section { background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.method-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 64px 56px; }
@media (max-width: 880px) { .method-grid { grid-template-columns: 1fr; gap: 48px; } }
.method-step { display: flex; flex-direction: column; gap: 16px; }
.method-img { position: relative; aspect-ratio: 16/10; overflow: hidden; border: 1px solid var(--line); background: var(--bg); }
.method-img img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.7) contrast(1.05) brightness(0.85); transition: filter 700ms var(--ease), transform 900ms var(--ease); }
.method-step:hover .method-img img { filter: grayscale(0.1) contrast(1.05); transform: scale(1.04); }
.method-num { position: absolute; top: 14px; left: 14px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.15em; color: var(--gold); background: rgba(12,11,8,0.55); backdrop-filter: blur(8px); padding: 6px 12px; border-radius: 999px; border: 1px solid color-mix(in srgb, var(--gold) 30%, transparent); }
.method-t { font-family: var(--sans); font-weight: 300; font-size: clamp(28px, 3.4vw, 44px); letter-spacing: -0.03em; line-height: 1.05; margin-top: 8px; }
.method-t em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--gold); }
.method-d { color: var(--fg-dim); font-size: 16px; line-height: 1.6; max-width: 52ch; }

/* ─── PROMISE (studio page) ─── */
.promise-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
@media (max-width: 720px) { .promise-grid { grid-template-columns: 1fr; } }
.promise-card { background: var(--bg); padding: 40px 36px; display: flex; flex-direction: column; gap: 14px; min-height: 220px; transition: background 200ms; }
.promise-card:hover { background: var(--bg-soft); }
.promise-mark { font-family: var(--mono); color: var(--gold); font-size: 14px; }
.promise-t { font-family: var(--sans); font-weight: 400; font-size: clamp(22px, 2.4vw, 30px); letter-spacing: -0.025em; line-height: 1.15; max-width: 22ch; }
.promise-d { color: var(--fg-dim); font-size: 15.5px; line-height: 1.6; max-width: 46ch; }

/* ─── STUDIO PAGE ─── */
.studio-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: start; }
@media (max-width: 880px) { .studio-grid { grid-template-columns: 1fr; gap: 40px; } }
.studio-photo { position: relative; aspect-ratio: 4/5; overflow: hidden; background: var(--bg-soft); border: 1px solid var(--line); }
.studio-photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.5) contrast(1.05) brightness(0.92); transition: filter 700ms var(--ease), transform 900ms var(--ease); }
.studio-photo:hover img { filter: grayscale(0.1) contrast(1.05); transform: scale(1.04); }
.studio-stamp { position: absolute; bottom: 18px; left: 18px; font-family: var(--serif); font-style: italic; font-size: 16px; color: var(--fg); background: rgba(12,11,8,0.55); backdrop-filter: blur(8px); padding: 8px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.12); }
.studio-body p { font-size: 19px; line-height: 1.65; color: var(--fg); margin-bottom: 22px; max-width: 56ch; }
.studio-body p:first-child::first-letter { font-family: var(--serif); color: var(--gold); font-size: 4.2em; line-height: 0.85; float: left; margin: 0.1em 0.12em 0 -0.04em; font-style: italic; }
.studio-facts { margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.studio-fact { display: flex; flex-direction: column; gap: 6px; }
.studio-fact .l { font-family: var(--mono); font-size: 11px; color: var(--fg-dim); letter-spacing: 0.12em; text-transform: uppercase; }
.studio-fact .v { font-family: var(--serif); font-style: italic; font-size: 22px; color: var(--fg); }

/* ─── CURSOR (disabled) ─── */
.cursor { display: none; }


/* ─── MOBILE NAV BURGER ─── */
.nav-burger {
  display: none;
  position: relative;
  width: 36px; height: 36px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: transparent;
  cursor: pointer;
  z-index: 60;
}
.nav-burger span {
  position: absolute; left: 50%; transform: translateX(-50%);
  width: 16px; height: 1.5px; background: var(--gold);
  transition: transform 240ms var(--ease), opacity 200ms var(--ease), top 240ms var(--ease);
}
.nav-burger span:nth-child(1) { top: 13px; }
.nav-burger span:nth-child(2) { top: 17.5px; }
.nav-burger span:nth-child(3) { top: 22px; }
.nav-burger.open span:nth-child(1) { top: 17.5px; transform: translateX(-50%) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { top: 17.5px; transform: translateX(-50%) rotate(-45deg); }
@media (max-width: 880px) { .nav-burger { display: inline-block; } }

.mobile-menu {
  position: fixed; inset: 0; z-index: 49;
  background: #0a0907;
  display: flex; flex-direction: column;
  opacity: 0; pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 280ms var(--ease), transform 320ms var(--ease);
}
.mobile-menu.open { opacity: 1; pointer-events: auto; transform: none; }
.mobile-menu-inner {
  flex: 1; display: flex; flex-direction: column; justify-content: space-between;
  padding: 110px 32px 40px;
}
.mobile-menu-links { display: flex; flex-direction: column; gap: 0; }
.mobile-link {
  display: grid; grid-template-columns: 36px 1fr 24px;
  gap: 20px; align-items: baseline;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--sans); font-weight: 300;
  font-size: clamp(36px, 9vw, 56px); letter-spacing: -0.035em;
  line-height: 1;
  opacity: 0; transform: translateY(20px);
  animation: mobile-in 500ms var(--ease) both;
}
.mobile-menu.open .mobile-link { opacity: 1; transform: none; }
@keyframes mobile-in {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: none; }
}
.mobile-link.active { color: var(--gold); }
.mobile-link-n { font-family: var(--mono); font-size: 11px; color: var(--gold); letter-spacing: 0.18em; }
.mobile-link-arr { font-family: var(--mono); color: var(--gold); font-size: 18px; justify-self: end; }
.mobile-menu-foot {
  display: flex; flex-direction: column; gap: 12px;
  font-family: var(--mono); font-size: 12px; color: var(--fg-dim);
  letter-spacing: 0.12em;
}
.mobile-menu-foot a {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--fg-dim); transition: color 200ms;
}
.mobile-menu-foot a:hover { color: var(--gold); }

/* ─── CASE SECTION ─── */
.case-section { border-top: 1px solid var(--line); padding-top: 80px; padding-bottom: 80px; }
.case-tag {
  display: inline-block;
  font-family: var(--mono); font-size: 10.5px;
  color: var(--gold); letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 12px;
  border: 1px solid color-mix(in srgb, var(--gold) 30%, transparent);
  border-radius: 999px;
}
.case-wrap { display: flex; flex-direction: column; gap: 48px; }
.case-metrics {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border: 1px solid color-mix(in srgb, var(--gold) 22%, transparent);
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 720px) { .case-metrics { grid-template-columns: repeat(2, 1fr); } }
.case-metric {
  padding: 32px 24px;
  display: flex; flex-direction: column; gap: 8px;
  border-right: 1px solid color-mix(in srgb, var(--gold) 14%, transparent);
  background: linear-gradient(180deg, color-mix(in srgb, var(--gold) 4%, transparent), transparent);
}
.case-metric:last-child { border-right: none; }
@media (max-width: 720px) {
  .case-metric:nth-child(2) { border-right: none; }
  .case-metric:nth-child(1), .case-metric:nth-child(2) { border-bottom: 1px solid color-mix(in srgb, var(--gold) 14%, transparent); }
}
.case-metric .n {
  font-family: var(--sans); font-weight: 300;
  font-size: clamp(38px, 4.4vw, 60px); letter-spacing: -0.035em;
  line-height: 1; color: var(--gold);
}
.case-metric .l {
  font-family: var(--mono); font-size: 10.5px;
  color: var(--fg-dim); letter-spacing: 0.12em; text-transform: uppercase;
}
.case-body { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
@media (max-width: 880px) { .case-body { grid-template-columns: 1fr; gap: 32px; } }
.case-col { display: flex; flex-direction: column; gap: 14px; }
.case-l { font-family: var(--mono); font-size: 11px; color: var(--gold); letter-spacing: 0.18em; text-transform: uppercase; }
.case-col p { color: var(--fg); font-size: 16.5px; line-height: 1.65; }
.case-quote {
  margin: 0;
  padding: 36px 40px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--gold) 6%, transparent), transparent 70%);
  border-left: 3px solid var(--gold);
  border-radius: 0 6px 6px 0;
}
.case-quote p {
  font-family: var(--serif); font-style: italic; font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.35; color: var(--fg);
  max-width: 64ch;
}
.case-quote footer {
  margin-top: 18px;
  font-family: var(--mono); font-size: 11px; color: var(--fg-dim);
  letter-spacing: 0.12em; text-transform: uppercase;
}

/* ─── TESTIMONIAL ─── */
.testimonial-section { padding-top: 60px; padding-bottom: 60px; }
.testimonial {
  position: relative;
  max-width: 900px; margin: 0 auto;
  padding: 56px 48px 48px;
  text-align: center;
  border: 1px solid color-mix(in srgb, var(--gold) 22%, transparent);
  border-radius: 8px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--gold) 5%, transparent), transparent 60%);
}
@media (max-width: 720px) { .testimonial { padding: 48px 24px 32px; } }
.testimonial-mark {
  position: absolute; top: 12px; left: 50%; transform: translateX(-50%);
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: 96px; line-height: 1; color: var(--gold); opacity: 0.55;
}
.testimonial-q {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: clamp(22px, 2.6vw, 30px); line-height: 1.4;
  color: var(--fg); max-width: 60ch; margin: 0 auto;
}
.testimonial-foot {
  margin-top: 28px;
  display: flex; flex-direction: column; gap: 4px; align-items: center;
}
.testimonial-w {
  font-family: var(--mono); font-size: 11.5px; color: var(--fg); letter-spacing: 0.18em;
  text-transform: uppercase;
}
.testimonial-l {
  font-family: var(--mono); font-size: 10.5px; color: var(--fg-dim); letter-spacing: 0.12em;
}

/* ─── SECTORS ─── */
.sectors-section { padding-top: 80px; padding-bottom: 60px; }
.sector-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line);
  border-radius: 6px; overflow: hidden;
}
@media (max-width: 880px) { .sector-grid { grid-template-columns: 1fr; } }
.sector-card {
  background: var(--bg);
  padding: 32px 28px;
  display: flex; flex-direction: column; gap: 10px;
  transition: background 250ms;
}
.sector-card:hover { background: var(--bg-soft); }
.sector-n {
  font-family: var(--mono); font-size: 11px; color: var(--gold);
  letter-spacing: 0.18em;
}
.sector-t {
  font-family: var(--sans); font-weight: 400; font-size: 22px;
  letter-spacing: -0.025em; color: var(--fg);
}
.sector-d {
  font-size: 14.5px; color: var(--fg-dim); line-height: 1.55;
}

/* ─── STACK ─── */
.stack-section { padding-top: 60px; padding-bottom: 80px; }
.stack-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px;
}
@media (max-width: 880px) { .stack-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; } }
@media (max-width: 600px) { .stack-grid { grid-template-columns: 1fr; } }
.stack-col {
  display: flex; flex-direction: column; gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--gold);
}
.stack-h {
  font-family: var(--mono); font-size: 11px; color: var(--gold);
  letter-spacing: 0.2em; text-transform: uppercase;
}
.stack-list {
  list-style: none; display: flex; flex-direction: column; gap: 6px;
  font-size: 15px; color: var(--fg);
}
.stack-list li {
  padding: 4px 0;
  font-family: var(--sans);
}


/* ─── COOKIE BANNER ─── */
.cookie-banner {
  position: fixed; left: 24px; right: 24px; bottom: 24px;
  z-index: 80;
  background: rgba(12, 11, 8, 0.92);
  border: 1px solid color-mix(in srgb, var(--gold) 30%, transparent);
  border-radius: 12px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.45);
  animation: cookie-in 600ms var(--ease) 400ms both;
}
@keyframes cookie-in {
  0% { opacity: 0; transform: translateY(16px); }
  100% { opacity: 1; transform: none; }
}
.cookie-inner {
  display: grid; grid-template-columns: 1fr auto;
  gap: 20px; align-items: center;
  padding: 18px 22px;
  max-width: 1320px; margin: 0 auto;
}
@media (max-width: 720px) {
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; }
  .cookie-inner { grid-template-columns: 1fr; gap: 14px; padding: 16px 18px; }
}
.cookie-text { display: flex; flex-direction: column; gap: 4px; }
.cookie-text strong {
  font-family: var(--mono); font-size: 11px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold);
}
.cookie-text span { font-size: 13.5px; color: var(--fg-dim); line-height: 1.5; max-width: 80ch; }
.cookie-actions { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.cookie-more {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--fg-dim);
  transition: color 200ms;
}
.cookie-more:hover { color: var(--gold); }
.cookie-accept {
  padding: 10px 18px; border-radius: 999px;
  background: var(--gold); color: var(--gold-fg);
  font-family: var(--sans); font-size: 13px; font-weight: 500;
  border: none; cursor: pointer;
  transition: background 200ms, transform 200ms var(--ease);
}
.cookie-accept:hover { background: var(--gold-bright); transform: translateY(-1px); }

/* ─── LEGAL PAGES (privacy / impressum) ─── */
.legal-section { padding-top: 60px; padding-bottom: 100px; }
.legal-updated {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--fg-dim);
  margin-bottom: 56px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.legal-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px 64px;
  max-width: 1100px;
}
@media (max-width: 880px) { .legal-grid { grid-template-columns: 1fr; gap: 40px; } }
.legal-block { display: flex; flex-direction: column; gap: 12px; }
.legal-h {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold);
  padding-bottom: 12px;
  border-bottom: 1px solid color-mix(in srgb, var(--gold) 20%, transparent);
}
.legal-block p {
  font-size: 16px; line-height: 1.65; color: var(--fg);
  max-width: 56ch;
}

/* ─── IMPRESSUM ─── */
.impressum-grid {
  display: flex; flex-direction: column;
  max-width: 720px;
  border-top: 1px solid var(--line);
}
.impressum-row {
  display: grid; grid-template-columns: 200px 1fr; gap: 32px;
  padding: 22px 0; border-bottom: 1px solid var(--line);
  align-items: baseline;
  transition: padding 240ms var(--ease);
}
.impressum-row:hover { padding-left: 16px; }
@media (max-width: 600px) { .impressum-row { grid-template-columns: 1fr; gap: 4px; padding: 16px 0; } }
.impressum-l {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--fg-dim);
}
.impressum-v {
  font-family: var(--serif); font-style: italic;
  font-size: 19px; color: var(--fg); letter-spacing: -0.005em;
}

/* ─── FOOTER 4-COL + LinkedIn pill ─── */
.footer-grid-4 { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
@media (max-width: 880px) { .footer-grid-4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .footer-grid-4 { grid-template-columns: 1fr; } }
.footer-li-pill {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--gold) 35%, transparent);
  color: var(--gold);
  font-family: var(--mono); font-size: 11.5px;
  letter-spacing: 0.15em; text-transform: uppercase;
  transition: background 200ms, border-color 200ms, transform 200ms var(--ease);
}
.footer-li-pill:hover { background: color-mix(in srgb, var(--gold) 10%, transparent); border-color: var(--gold); transform: translateY(-1px); color: var(--gold); }
.footer-li-pill svg { color: var(--gold); }
.footer-li-pill .arrow { transition: transform 220ms var(--ease); }
.footer-li-pill:hover .arrow { transform: translate(3px, -3px); }

/* ─── STUDIO FACTS: subtle gold mark before label ─── */
.studio-fact .l::before {
  content: "▸  ";
  color: var(--gold); opacity: 0.6;
  letter-spacing: 0;
}

/* ─── SERVICE TAG WRAP on mobile ─── */
@media (max-width: 600px) {
  .svc-card .tags { gap: 6px; }
  .svc-card .tag { padding: 5px 10px; font-size: 10.5px; }
}


/* ─── FORM ERROR ─── */
.form-error {
  margin-top: 14px;
  padding: 14px 18px;
  border: 1px solid #e07a5f;
  border-radius: 6px;
  background: rgba(224, 122, 95, 0.08);
  color: #e07a5f;
  font-family: var(--mono); font-size: 12.5px;
  letter-spacing: 0.05em;
}
.form .submit[disabled] { opacity: 0.55; cursor: wait; }


/* ─── NAV BADGE for BRIEF ─── */
.nav-link-badge {
  background: linear-gradient(135deg, color-mix(in srgb, var(--gold) 18%, transparent), color-mix(in srgb, var(--gold) 4%, transparent));
  border: 1px solid color-mix(in srgb, var(--gold) 45%, transparent);
  color: var(--gold) !important;
  font-family: var(--mono); font-size: 11.5px;
  letter-spacing: 0.18em;
  padding: 7px 14px;
}
.nav-link-badge.active::after { display: none; }
.nav-link-badge:hover {
  background: linear-gradient(135deg, color-mix(in srgb, var(--gold) 28%, transparent), color-mix(in srgb, var(--gold) 8%, transparent));
  border-color: var(--gold);
}
.nav-ext { margin-left: 6px; font-size: 10px; opacity: 0.85; }

.mobile-link-badge .mobile-link-t { color: var(--gold); }
.mobile-link-badge .mobile-link-t::after {
  content: "↗"; margin-left: 10px; font-size: 0.6em; vertical-align: top; color: var(--gold);
}

/* ─── HERO BRIEF BUTTON ─── */
.btn-brief {
  border-color: color-mix(in srgb, var(--gold) 45%, transparent);
  color: var(--gold);
}
.btn-brief:hover {
  background: color-mix(in srgb, var(--gold) 10%, transparent);
  border-color: var(--gold);
}
.btn-brief-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 8px var(--gold);
  display: inline-block;
}

/* ─── BRIEF SECTION ─── */
.brief-section {
  position: relative;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-top: 100px; padding-bottom: 100px;
  background: linear-gradient(180deg, var(--bg) 0%, #08070a 100%);
  overflow: hidden;
}
.brief-section::before {
  content: ""; position: absolute; top: -20%; right: -10%;
  width: 60vw; height: 60vw; max-width: 800px; max-height: 800px;
  background: radial-gradient(circle at center, color-mix(in srgb, var(--gold) 12%, transparent), transparent 60%);
  pointer-events: none;
}
.brief-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: start;
}
@media (max-width: 980px) { .brief-grid { grid-template-columns: 1fr; gap: 48px; } }

.brief-h { margin-top: 22px; }
.brief-body {
  margin-top: 24px;
  font-size: 18px; line-height: 1.6;
  color: var(--fg); max-width: 52ch;
}

.brief-tags {
  margin-top: 28px;
  display: flex; flex-wrap: wrap; gap: 8px;
}
.brief-tag {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--fg-dim);
  padding: 6px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
}

/* time picker */
.brief-time {
  margin-top: 36px;
  display: flex; flex-direction: column; gap: 12px;
}
.brief-time-l {
  font-family: var(--mono); font-size: 10.5px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--fg-dim);
}
.brief-time-pills {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.brief-pill {
  font-family: var(--mono); font-size: 12px;
  letter-spacing: 0.05em;
  padding: 9px 16px;
  border-radius: 999px;
  background: var(--bg-card);
  border: 1px solid var(--line-strong);
  color: var(--fg-dim);
  cursor: pointer;
  transition: all 220ms var(--ease);
}
.brief-pill:hover { color: var(--fg); border-color: color-mix(in srgb, var(--gold) 50%, transparent); }
.brief-pill.active {
  background: var(--gold);
  color: var(--gold-fg);
  border-color: var(--gold);
}
.brief-time-d {
  font-family: var(--mono); font-size: 11.5px;
  color: var(--gold); letter-spacing: 0.05em;
}

.brief-cta { margin-top: 36px; align-self: start; }

/* mockup */
.brief-mockup {
  position: relative;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: #1f1f23;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.45),
              0 0 0 1px color-mix(in srgb, var(--gold) 12%, transparent);
}
.brief-mockup-bar {
  display: flex; align-items: center; gap: 8px;
  padding: 12px 16px;
  background: #2a2a2e;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.brief-mockup-dot { width: 12px; height: 12px; border-radius: 50%; }
.brief-mockup-dot.d1 { background: #ff5f57; }
.brief-mockup-dot.d2 { background: #febc2e; }
.brief-mockup-dot.d3 { background: #28c840; }
.brief-mockup-app {
  margin-left: 12px;
  font-family: var(--mono); font-size: 11px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.05em;
}
.brief-mockup-msg {
  padding: 28px;
  background: #1f1f23;
  color: #e7e7ea;
}
.brief-mockup-head {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 22px;
}
.brief-mockup-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, #6264a7, #4a4d8a);
  display: grid; place-items: center;
  font-family: var(--sans); font-weight: 500; font-size: 17px;
  color: #fff;
}
.brief-mockup-sender {
  font-family: var(--sans); font-size: 14px; font-weight: 500;
  color: #fff;
}
.brief-mockup-time {
  font-family: var(--mono); font-size: 11px;
  color: rgba(255,255,255,0.5);
  margin-top: 2px;
}
.brief-mockup-title {
  font-family: var(--sans); font-weight: 500; font-size: 18px;
  color: #fff;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 18px;
}
.brief-mockup-sections {
  display: flex; flex-direction: column; gap: 18px;
}
.brief-mockup-section-l {
  font-family: var(--mono); font-size: 10.5px;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}
.brief-mockup-section ul {
  list-style: none;
  display: flex; flex-direction: column; gap: 6px;
}
.brief-mockup-section li {
  font-family: var(--mono); font-size: 12.5px;
  color: rgba(231,231,234,0.85);
  padding: 4px 0;
  line-height: 1.5;
}

/* ─── FOOTER 5-COL ─── */
.footer-grid-5 { grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr; }
@media (max-width: 1080px) { .footer-grid-5 { grid-template-columns: 1fr 1fr 1fr; } }
@media (max-width: 720px) { .footer-grid-5 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer-grid-5 { grid-template-columns: 1fr; } }


/* ─── BRIEF "soon" pill on hero button ─── */
.btn-brief-soon {
  font-family: var(--mono); font-size: 9px;
  letter-spacing: 0.15em; text-transform: uppercase;
  padding: 3px 7px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--gold) 18%, transparent);
  border: 1px solid color-mix(in srgb, var(--gold) 45%, transparent);
  color: var(--gold);
  margin-left: 4px;
}


/* ─── BRIEF RIBBON (fixed side attention strip) ─── */
.brief-ribbon {
  position: fixed; right: 0; top: 50%; z-index: 45;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: 100% 100%;
  display: inline-flex; align-items: center; gap: 14px;
  padding: 10px 18px 10px 22px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--gold) 18%, transparent), color-mix(in srgb, var(--gold) 4%, transparent));
  border: 1px solid color-mix(in srgb, var(--gold) 45%, transparent);
  border-bottom: none;
  border-radius: 999px 999px 0 0;
  color: var(--gold);
  text-decoration: none;
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  white-space: nowrap;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.45);
  transition: transform 240ms var(--ease), background 240ms;
  animation: ribbon-in 700ms var(--ease) 1500ms both;
}
@keyframes ribbon-in {
  0% { transform: translateY(-50%) rotate(-90deg) translateY(40px); opacity: 0; }
  100% { transform: translateY(-50%) rotate(-90deg); opacity: 1; }
}
.brief-ribbon:hover {
  background: linear-gradient(90deg, color-mix(in srgb, var(--gold) 28%, transparent), color-mix(in srgb, var(--gold) 10%, transparent));
}
.brief-ribbon-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 12px var(--gold);
  animation: ribbon-pulse 2.4s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes ribbon-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.85); }
}
.brief-ribbon-text { display: inline-flex; align-items: baseline; gap: 10px; }
.brief-ribbon-tag {
  padding: 2px 8px;
  background: var(--gold); color: var(--gold-fg);
  border-radius: 999px;
  font-size: 9px; letter-spacing: 0.18em;
}
.brief-ribbon-name { color: var(--fg); font-weight: 500; letter-spacing: 0.22em; }
.brief-ribbon-sub { color: var(--fg-dim); font-size: 10.5px; text-transform: none; letter-spacing: 0.06em; font-family: var(--serif); font-style: italic; }
.brief-ribbon-arr { color: var(--gold); font-size: 12px; }
.brief-ribbon-x {
  border: none; background: transparent;
  color: var(--fg-dim); font-size: 16px; line-height: 1;
  padding: 0 0 0 6px; cursor: pointer;
  transition: color 200ms;
}
.brief-ribbon-x:hover { color: var(--gold); }

@media (max-width: 720px) {
  .brief-ribbon {
    transform: none;
    top: auto; bottom: 84px; right: 12px;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--gold) 45%, transparent);
    animation: ribbon-in-mobile 700ms var(--ease) 1500ms both;
  }
  @keyframes ribbon-in-mobile {
    0% { transform: translateY(20px); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
  }
  .brief-ribbon-sub { display: none; }
}


/* ─── NAV BRIEF badge (top-right, near lang toggle) ─── */
.nav-brief {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 12px 7px 14px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--gold) 45%, transparent);
  background: linear-gradient(135deg, color-mix(in srgb, var(--gold) 16%, transparent), color-mix(in srgb, var(--gold) 4%, transparent));
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold);
  transition: background 220ms var(--ease), transform 220ms var(--ease), border-color 220ms;
  text-decoration: none;
}
.nav-brief:hover {
  background: linear-gradient(135deg, color-mix(in srgb, var(--gold) 26%, transparent), color-mix(in srgb, var(--gold) 10%, transparent));
  border-color: var(--gold);
  transform: translateY(-1px);
}
.nav-brief-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 10px var(--gold);
  animation: nav-brief-pulse 2.4s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes nav-brief-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(0.7); }
}
.nav-brief-name { color: var(--fg); letter-spacing: 0.22em; }
.nav-brief-tag {
  font-size: 9px; padding: 2px 6px;
  background: var(--gold); color: var(--gold-fg);
  border-radius: 999px; letter-spacing: 0.18em;
}
@media (max-width: 600px) {
  .nav-brief-tag { display: none; }
  .nav-brief { padding: 7px 13px; }
}

/* hide old ribbon */
.brief-ribbon { display: none !important; }


/* ─── Faster tab transitions (override) ─── */
.page-shell { opacity: 0; transform: translateY(3px); transition: opacity 100ms var(--ease), transform 120ms var(--ease); }
.page-shell.page-ready { opacity: 1; transform: none; }
.page-shell.page-leaving { opacity: 0; transform: translateY(-2px); transition-duration: 60ms; }

/* Hide empty time-picker label */
.brief-time-l:empty { display: none; }

/* ─── BRIEF EARLY-ACCESS MODAL ─── */
.brief-modal {
  position: fixed; inset: 0; z-index: 90;
  background: rgba(8, 7, 6, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: grid; place-items: center;
  padding: 24px;
  animation: brief-modal-bg 220ms var(--ease);
}
@keyframes brief-modal-bg { 0% { opacity: 0; } 100% { opacity: 1; } }
.brief-modal-card {
  position: relative;
  width: 100%; max-width: 520px;
  background: var(--bg);
  border: 1px solid color-mix(in srgb, var(--gold) 30%, transparent);
  border-radius: 12px;
  padding: 44px 36px 36px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.55);
  animation: brief-modal-in 320ms var(--ease);
}
@keyframes brief-modal-in {
  0% { opacity: 0; transform: translateY(14px) scale(0.96); }
  100% { opacity: 1; transform: none; }
}
.brief-modal-x {
  position: absolute; top: 14px; right: 14px;
  width: 32px; height: 32px;
  border: 1px solid var(--line-strong); border-radius: 50%;
  background: transparent; color: var(--fg-dim);
  font-size: 18px; cursor: pointer;
  transition: color 200ms, border-color 200ms;
}
.brief-modal-x:hover { color: var(--gold); border-color: var(--gold); }
.brief-modal-h {
  font-family: var(--sans); font-weight: 300;
  font-size: clamp(28px, 3.4vw, 38px); letter-spacing: -0.03em; line-height: 1.05;
  margin-top: 18px; color: var(--fg);
}
.brief-modal-h em { font-family: var(--serif); font-style: italic; color: var(--gold); margin-left: 0.18em; }
.brief-modal-lede { margin-top: 14px; color: var(--fg-dim); font-size: 15px; line-height: 1.55; }
.brief-modal-form { margin-top: 24px; gap: 18px; }


/* ─── BRIEF — simplified (centred, no mockup) ─── */
.brief-simple {
  max-width: 720px; margin: 0 auto; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
}
.brief-simple .brief-h { margin-top: 6px; }
.brief-simple .brief-body { margin-top: 8px; max-width: 56ch; }
.brief-simple .brief-tags { justify-content: center; }
.brief-simple .brief-cta { margin-top: 28px; align-self: center; }
.brief-simple .eyebrow::before { display: none; }


/* ─── Even faster tab transitions ─── */
.page-shell { opacity: 0; transition: opacity 60ms var(--ease); }
.page-shell.page-ready { opacity: 1; transform: none; }
.page-shell.page-leaving { opacity: 0; transition-duration: 40ms; transform: none; }


/* ─── Cookie banner — extended buttons ─── */
.cookie-reject {
  padding: 10px 18px; border-radius: 999px;
  background: transparent; color: var(--fg-dim);
  font-family: var(--sans); font-size: 13px; font-weight: 500;
  border: 1px solid var(--line-strong);
  cursor: pointer;
  transition: color 200ms, border-color 200ms;
}
.cookie-reject:hover { color: var(--fg); border-color: var(--fg); }


/* ─── COOKIE MODAL (centred, blocking) ─── */
.cookie-modal {
  position: fixed; inset: 0; z-index: 200;
  display: grid; place-items: center;
  padding: 24px;
  animation: cookie-mod-bg 280ms var(--ease);
}
@keyframes cookie-mod-bg { from { opacity: 0; } to { opacity: 1; } }
.cookie-modal-back {
  position: absolute; inset: 0;
  background: rgba(8, 7, 6, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cookie-modal-card {
  position: relative; z-index: 2;
  width: 100%; max-width: 560px;
  background: var(--bg);
  border: 1px solid color-mix(in srgb, var(--gold) 30%, transparent);
  border-radius: 14px;
  padding: 32px 32px 28px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.55);
  animation: cookie-mod-in 380ms var(--ease);
}
@keyframes cookie-mod-in {
  0% { opacity: 0; transform: translateY(14px) scale(0.96); }
  100% { opacity: 1; transform: none; }
}
.cookie-modal-h {
  font-family: var(--sans); font-weight: 300;
  font-size: clamp(26px, 3vw, 32px); letter-spacing: -0.028em; line-height: 1.1;
  margin-top: 14px; color: var(--fg);
}
.cookie-modal-h em { font-family: var(--serif); font-style: italic; color: var(--gold); margin-left: 0.18em; }
.cookie-modal-body { margin-top: 12px; color: var(--fg-dim); font-size: 14.5px; line-height: 1.6; }
.cookie-modal-rows {
  display: flex; flex-direction: column;
  margin: 20px 0 24px;
  border-top: 1px solid var(--line);
}
.cookie-row {
  display: grid; grid-template-columns: 1fr auto;
  gap: 16px; align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.cookie-row-l { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--fg); }
.cookie-row-d { margin-top: 4px; font-size: 12.5px; color: var(--fg-dim); line-height: 1.55; max-width: 50ch; }
.cookie-row-state {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.12em;
  padding: 5px 10px; border-radius: 999px;
  text-transform: uppercase;
}
.cookie-row-state.on  { color: var(--gold-fg); background: var(--gold); }
.cookie-row-state.off { color: var(--fg-faint); border: 1px solid var(--line-strong); }
.cookie-modal-actions {
  display: flex; gap: 10px; align-items: center; flex-wrap: wrap;
  justify-content: flex-end;
}
.cookie-modal-actions .cookie-more { margin-right: auto; }
@media (max-width: 560px) {
  .cookie-modal-card { padding: 26px 22px 22px; }
  .cookie-modal-actions { justify-content: stretch; }
  .cookie-modal-actions > * { flex: 1 1 auto; text-align: center; }
  .cookie-modal-actions .cookie-more { flex: 0 0 100%; margin: 4px 0; text-align: center; }
}

/* Hide the old slim banner if any */
.cookie-banner { display: none !important; }


/* ─── COOKIE POP (small, corner, dismissable) ─── */
.cookie-pop {
  position: fixed; left: 24px; right: 24px; bottom: 24px;
  z-index: 80;
  display: flex; justify-content: flex-start;
  pointer-events: none;
  animation: cookie-pop-in 500ms var(--ease);
}
@keyframes cookie-pop-in {
  0% { transform: translateY(20px); opacity: 0; }
  100% { transform: none; opacity: 1; }
}
.cookie-pop-card {
  pointer-events: auto;
  position: relative;
  max-width: 460px;
  background: rgba(12, 11, 8, 0.96);
  border: 1px solid color-mix(in srgb, var(--gold) 30%, transparent);
  border-radius: 14px;
  padding: 18px 20px 18px 20px;
  box-shadow: 0 16px 44px rgba(0,0,0,0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
@media (min-width: 720px) {
  .cookie-pop { left: auto; right: 28px; bottom: 28px; max-width: 460px; }
}
@media (max-width: 720px) {
  .cookie-pop { left: 12px; right: 12px; bottom: 12px; }
}
.cookie-pop-x {
  position: absolute; top: 10px; right: 12px;
  background: none; border: none; color: var(--fg-dim);
  font-size: 18px; cursor: pointer; line-height: 1; padding: 4px 6px;
  transition: color 200ms;
}
.cookie-pop-x:hover { color: var(--gold); }
.cookie-pop-head { display: flex; align-items: center; gap: 10px; }
.cookie-pop-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold); box-shadow: 0 0 10px var(--gold);
}
.cookie-pop-head strong {
  font-family: var(--mono); font-size: 10.5px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); font-weight: 500;
}
.cookie-pop-body {
  margin: 10px 0 14px;
  font-size: 13px; color: var(--fg-dim);
  line-height: 1.55; padding-right: 14px;
}
.cookie-pop-actions {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
}
.cookie-pop-more {
  font-family: var(--mono); font-size: 10.5px;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--fg-dim); margin-right: auto;
  transition: color 200ms;
}
.cookie-pop-more:hover { color: var(--gold); }
.cookie-pop-reject {
  padding: 8px 14px; border-radius: 999px;
  background: transparent; color: var(--fg-dim);
  font-family: var(--sans); font-size: 12px;
  border: 1px solid var(--line-strong); cursor: pointer;
  transition: color 200ms, border-color 200ms;
}
.cookie-pop-reject:hover { color: var(--fg); border-color: var(--fg); }
.cookie-pop-accept {
  padding: 9px 16px; border-radius: 999px;
  background: var(--gold); color: var(--gold-fg);
  font-family: var(--sans); font-size: 12px; font-weight: 500;
  border: none; cursor: pointer;
  transition: background 200ms;
}
.cookie-pop-accept:hover { background: var(--gold-bright); }

/* Hide the older heavy modal variant */
.cookie-modal { display: none !important; }

/* ─── SUCCESS POPUP (form sent / waitlist) ─── */
.success-pop {
  position: fixed; inset: 0; z-index: 220;
  background: rgba(8, 7, 6, 0.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: grid; place-items: center;
  padding: 24px;
  animation: success-bg 240ms var(--ease);
}
@keyframes success-bg { from { opacity: 0; } to { opacity: 1; } }
.success-pop-card {
  position: relative;
  width: 100%; max-width: 460px;
  background: var(--bg);
  border: 1px solid color-mix(in srgb, var(--gold) 30%, transparent);
  border-radius: 14px;
  padding: 44px 32px 32px;
  text-align: center;
  box-shadow: 0 30px 80px rgba(0,0,0,0.55);
  animation: success-in 380ms var(--ease);
}
@keyframes success-in {
  0% { opacity: 0; transform: translateY(14px) scale(0.96); }
  100% { opacity: 1; transform: none; }
}
.success-pop-x {
  position: absolute; top: 14px; right: 14px;
  width: 32px; height: 32px;
  border: 1px solid var(--line-strong); border-radius: 50%;
  background: transparent; color: var(--fg-dim);
  font-size: 18px; cursor: pointer; line-height: 1;
  transition: color 200ms, border-color 200ms;
}
.success-pop-x:hover { color: var(--gold); border-color: var(--gold); }
.success-pop-ring {
  display: grid; place-items: center;
  margin: 0 auto 18px;
  width: 92px; height: 92px;
  border-radius: 50%;
  background: radial-gradient(circle at center, color-mix(in srgb, var(--gold) 18%, transparent), transparent 70%);
}
.success-pop-ring svg .success-tick {
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
  animation: tick-draw 700ms var(--ease) 180ms forwards;
}
@keyframes tick-draw { to { stroke-dashoffset: 0; } }
.success-pop-h {
  font-family: var(--sans); font-weight: 300;
  font-size: clamp(26px, 3vw, 32px); letter-spacing: -0.025em; line-height: 1.1;
  color: var(--fg);
}
.success-pop-b {
  margin: 14px auto 26px; max-width: 42ch;
  color: var(--fg-dim); font-size: 15px; line-height: 1.55;
}

/* ─── BRIEF TRUST BLOCK ─── */
.brief-trust {
  position: relative;
  z-index: 2;
  margin-top: 64px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 40px;
  padding: 36px;
  border: 1px solid color-mix(in srgb, var(--gold) 24%, transparent);
  border-radius: 10px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--gold) 7%, transparent), transparent 62%),
    rgba(12, 11, 8, 0.62);
  box-shadow: 0 24px 70px rgba(0,0,0,0.28);
}

.brief-trust-main h3 {
  margin-top: 18px;
  font-family: var(--sans);
  font-weight: 300;
  font-size: clamp(30px, 3.3vw, 48px);
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: var(--fg);
}

.brief-trust-main p {
  margin-top: 18px;
  color: var(--fg-dim);
  font-size: 16px;
  line-height: 1.65;
  max-width: 68ch;
}

.brief-trust-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.brief-trust-point {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--gold) 18%, transparent);
  color: var(--fg);
  font-size: 14.5px;
  line-height: 1.5;
}

.brief-trust-point:last-child { border-bottom: none; }

.brief-trust-n {
  font-family: var(--mono);
  font-size: 10.5px;
  color: var(--gold);
  letter-spacing: 0.14em;
}

@media (max-width: 900px) {
  .brief-trust {
    grid-template-columns: 1fr;
    padding: 28px 22px;
    gap: 28px;
  }
}
