/* =========================================================================
   SMEISTRAI — "Tikslumas ir šviesa"
   Static redesign · main stylesheet (shared chrome + homepage)
   Brand: obsidian #0F0F0F · limestone #F2F0ED · brass #A39171
   Type: Space Grotesk (display) · Inter (body) · JetBrains Mono (technical)
   ========================================================================= */

/* ---------- Design tokens ---------- */
:root {
  --obsidian:      #0F0F0F;
  --obsidian-2:    #151514;
  --obsidian-3:    #1C1B19;
  --limestone:     #F2F0ED;
  --limestone-70:  rgba(242, 240, 237, 0.70);
  --limestone-45:  rgba(242, 240, 237, 0.45);
  --limestone-25:  rgba(242, 240, 237, 0.25);
  --brass:         #A39171;
  --brass-bright:  #C9B488;
  --line:          rgba(242, 240, 237, 0.12);
  --line-soft:     rgba(242, 240, 237, 0.07);

  --f-display: 'Space Grotesk', system-ui, sans-serif;
  --f-body:    'Inter', system-ui, sans-serif;
  --f-mono:    'JetBrains Mono', ui-monospace, monospace;

  --container: 1480px;
  --gutter: clamp(20px, 5vw, 72px);
  --section-y: clamp(72px, 11vh, 160px);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--f-body);
  background: var(--obsidian);
  color: var(--limestone);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; }
::selection { background: var(--brass); color: var(--obsidian); }

/* ---------- Typography helpers ---------- */
.display {
  font-family: var(--f-display);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.03em;
}
.mono {
  font-family: var(--f-mono);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  color: var(--brass);
}
.dot { color: var(--brass); }

/* Section eyebrow (technical label) */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--f-mono);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 11px;
  color: var(--brass);
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--brass);
  opacity: 0.6;
}

/* ---------- Layout ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.section { padding-block: var(--section-y); position: relative; }
.hr-line { height: 1px; background: var(--line); border: 0; width: 100%; }

/* Blueprint grid background (decorative) */
.blueprint {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(var(--line-soft) 1px, transparent 1px),
    linear-gradient(90deg, var(--line-soft) 1px, transparent 1px);
  background-size: clamp(48px, 8vw, 96px) clamp(48px, 8vw, 96px);
  pointer-events: none;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 40%, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 40%, #000 30%, transparent 80%);
  opacity: 0.6;
}

/* ---------- Custom cursor ---------- */
.cursor-dot, .cursor-ring {
  display: none !important; /* custom cursor removed per client request */
  position: fixed; top: 0; left: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
}
.cursor-dot { width: 6px; height: 6px; background: var(--limestone); }
.cursor-ring {
  width: 38px; height: 38px;
  border: 1px solid var(--limestone);
  transition: width .25s var(--ease), height .25s var(--ease), background .25s var(--ease), opacity .25s;
}
.cursor-ring.is-hover { width: 60px; height: 60px; background: rgba(242,240,237,0.08); }
body.cursor-ready { cursor: none; }
body.cursor-ready a, body.cursor-ready button { cursor: none; }
@media (hover: none) { .cursor-dot, .cursor-ring { display: none !important; } }

/* ---------- Scroll progress ---------- */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 2px; width: 0;
  background: var(--brass); z-index: 1000;
  transition: width .1s linear;
}

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 900;
  padding-block: 22px;
  transition: background .4s var(--ease), padding .4s var(--ease), border-color .4s var(--ease);
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(15, 15, 15, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding-block: 14px;
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 21px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.brand span { color: var(--brass); }
.nav { display: flex; align-items: center; gap: 38px; }
.nav-link {
  font-family: var(--f-mono);
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--limestone-70);
  position: relative; padding-block: 4px;
  transition: color .3s var(--ease);
}
.nav-link::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px;
  background: var(--brass); transition: width .35s var(--ease);
}
.nav-link:hover, .nav-link.active { color: var(--limestone); }
.nav-link:hover::after, .nav-link.active::after { width: 100%; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--f-mono); font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em;
  padding: 14px 26px; border: 1px solid var(--brass); border-radius: 999px;
  color: var(--limestone); position: relative; overflow: hidden; isolation: isolate;
  transition: color .4s var(--ease), border-color .4s var(--ease);
  white-space: nowrap;
}
.btn::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: var(--brass); transform: scaleX(0); transform-origin: left;
  transition: transform .45s var(--ease);
}
.btn:hover { color: var(--obsidian); }
.btn:hover::before { transform: scaleX(1); }
.btn .arrow { transition: transform .4s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }
.btn--solid { background: var(--brass); color: var(--obsidian); border-color: var(--brass); }
.btn--solid::before { background: var(--limestone); }
.btn--ghost { border-color: var(--line); color: var(--limestone-70); }
.btn--ghost::before { background: var(--limestone); }
.btn--ghost:hover { color: var(--obsidian); border-color: var(--limestone); }

/* Text arrow link */
.arrow-link {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--f-mono); font-size: 12px; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--brass);
}
.arrow-link svg { transition: transform .4s var(--ease); }
.arrow-link:hover svg { transform: translate(4px, -4px); }

/* Hamburger */
.burger { display: none; width: 44px; height: 44px; position: relative; z-index: 1001; }
.burger span { position: absolute; left: 9px; width: 26px; height: 1.5px; background: var(--limestone); transition: transform .4s var(--ease), opacity .3s; }
.burger span:nth-child(1) { top: 17px; }
.burger span:nth-child(2) { top: 25px; }
.burger.open span:nth-child(1) { transform: translateY(4px) rotate(45deg); }
.burger.open span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }

/* Mobile menu */
.mobile-menu {
  position: fixed; inset: 0; z-index: 950;
  background: var(--obsidian);
  display: flex; flex-direction: column; justify-content: center;
  padding: var(--gutter);
  transform: translateY(-100%); transition: transform .6s var(--ease);
}
.mobile-menu.open { transform: translateY(0); }
.mobile-menu a {
  font-family: var(--f-display); font-weight: 600; font-size: clamp(34px, 9vw, 64px);
  letter-spacing: -0.02em; padding: 10px 0; display: flex; align-items: baseline; gap: 18px;
  border-bottom: 1px solid var(--line); color: var(--limestone);
}
.mobile-menu a .num { font-family: var(--f-mono); font-size: 13px; color: var(--brass); letter-spacing: 0.1em; }
.mobile-menu .mm-foot { margin-top: 48px; display: flex; flex-wrap: wrap; gap: 24px; }
.mobile-menu .mm-foot a { font-family: var(--f-mono); font-size: 12px; border: 0; padding: 0; letter-spacing: 0.12em; color: var(--limestone-70); text-transform: uppercase; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 1s var(--ease-out), transform 1s var(--ease-out); }
.reveal.in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: .08s; }
.reveal-d2 { transition-delay: .16s; }
.reveal-d3 { transition-delay: .24s; }
.mask-reveal { clip-path: inset(0 100% 0 0); transition: clip-path 1.1s var(--ease-out); }
.mask-reveal.in { clip-path: inset(0 0 0 0); }
@media (prefers-reduced-motion: reduce) {
  .reveal, .mask-reveal { opacity: 1 !important; transform: none !important; clip-path: none !important; }
}

/* =========================================================================
   HERO
   ========================================================================= */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 120%; object-fit: cover; will-change: transform; }
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(15,15,15,0.55) 0%, rgba(15,15,15,0.10) 30%, rgba(15,15,15,0.55) 70%, var(--obsidian) 100%),
    linear-gradient(90deg, rgba(15,15,15,0.8) 0%, rgba(15,15,15,0.15) 55%, transparent 100%);
}
.hero .blueprint { z-index: -1; opacity: 0.5; }
.hero-inner { width: 100%; padding-bottom: clamp(48px, 8vh, 96px); padding-top: 140px; }
.hero-eyebrow { margin-bottom: clamp(20px, 4vh, 36px); }
.hero h1 {
  font-family: var(--f-display); font-weight: 600;
  font-size: clamp(45.6px, 9.03vw, 159.6px); line-height: 0.92; letter-spacing: -0.035em;
  max-width: 16ch;
}
.hero h1 .light { color: var(--limestone-45); }
.hero-sub {
  margin-top: clamp(22px, 3.4vh, 40px); max-width: 56ch;
  font-size: clamp(15px, 1.3vw, 19px); color: var(--limestone-70); line-height: 1.65;
}
.hero-actions { margin-top: clamp(30px, 4.5vh, 52px); display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.hero-meta {
  position: absolute; right: var(--gutter); bottom: clamp(48px, 8vh, 96px); z-index: 1;
  text-align: right; display: flex; flex-direction: column; gap: 6px;
}
.hero-meta .k { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.16em; color: var(--limestone-45); text-transform: uppercase; }
.scroll-cue {
  position: absolute; left: var(--gutter); bottom: 28px; z-index: 1;
  display: flex; align-items: center; gap: 10px;
  font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--limestone-45);
}
.scroll-cue .bar { width: 1px; height: 40px; background: linear-gradient(var(--brass), transparent); position: relative; overflow: hidden; }
.scroll-cue .bar::after { content:""; position:absolute; top:-40px; left:0; width:1px; height:40px; background: var(--brass); animation: scrolldown 2.2s var(--ease) infinite; }
@keyframes scrolldown { to { top: 40px; } }

/* =========================================================================
   MANIFESTO
   ========================================================================= */
.manifesto { border-top: 1px solid var(--line); }
.manifesto .grid { display: grid; grid-template-columns: clamp(120px, 16vw, 220px) 1fr; gap: clamp(24px, 4vw, 64px); align-items: start; }
.manifesto .lead {
  font-family: var(--f-display); font-weight: 500;
  font-size: clamp(24px, 3.4vw, 50px); line-height: 1.18; letter-spacing: -0.02em;
  max-width: 22ch;
}
.manifesto .lead b { color: var(--limestone); font-weight: 500; }
.manifesto .lead .muted { color: var(--limestone-45); }
.manifesto .lead em { color: var(--brass); font-style: normal; }
.manifesto .aside { font-size: 15px; color: var(--limestone-70); max-width: 40ch; }
.manifesto .aside p + p { margin-top: 18px; }

/* =========================================================================
   SERVICES
   ========================================================================= */
.services { border-top: 1px solid var(--line); }
.svc-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: clamp(36px, 5vh, 72px); }
.svc-head h2 { font-family: var(--f-display); font-weight: 600; font-size: clamp(30px, 5vw, 68px); letter-spacing: -0.03em; line-height: 1; margin-top: 18px; }
.svc-row {
  display: grid; grid-template-columns: 54px clamp(92px,11vw,134px) 1fr auto; gap: clamp(14px, 2.4vw, 40px); align-items: center;
  padding: clamp(22px, 3vw, 40px) 0; border-top: 1px solid var(--line);
  position: relative; transition: padding-left .5s var(--ease);
}
.svc-thumb { aspect-ratio: 4/3; overflow: hidden; background: rgba(15,15,15,0.06); }
.svc-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.svc-row:hover .svc-thumb img { transform: scale(1.06); }
.svc-row:last-child { border-bottom: 1px solid var(--line); }
.svc-row .num { font-family: var(--f-mono); font-size: 13px; color: var(--brass); letter-spacing: 0.1em; }
.svc-row .svc-name { font-family: var(--f-display); font-weight: 500; font-size: clamp(24px, 3.6vw, 46px); letter-spacing: -0.02em; line-height: 1.05; transition: transform .5s var(--ease); }
.svc-row .svc-desc { font-size: 14.5px; color: var(--limestone-45); max-width: 46ch; }
.svc-row .svc-go { color: var(--brass); opacity: 0; transform: translateX(-8px); transition: opacity .4s var(--ease), transform .4s var(--ease); }
.svc-row::before {
  content: ""; position: absolute; left: calc(var(--gutter) * -1); right: calc(var(--gutter) * -1); top: 0; bottom: 0; z-index: -1;
  background: linear-gradient(90deg, transparent, rgba(163,145,113,0.06) 30%, rgba(163,145,113,0.06) 70%, transparent);
  opacity: 0; transition: opacity .5s var(--ease);
}
.svc-row:hover::before { opacity: 1; }
.svc-row:hover { padding-left: 18px; }
.svc-row:hover .svc-name { color: var(--brass-bright); }
.svc-row:hover .svc-go { opacity: 1; transform: translateX(0); }
@media (max-width: 720px) {
  .svc-row { grid-template-columns: 36px clamp(64px,17vw,88px) 1fr; gap: 14px; }
  .svc-row .svc-go { display: none; }
}

/* =========================================================================
   PORTFOLIO — pinned horizontal scroll
   ========================================================================= */
.portfolio { background: var(--obsidian); border-top: 1px solid var(--line); }
.pf-pin { position: relative; }
.pf-sticky { position: sticky; top: 0; height: 100svh; display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.pf-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; padding: 0 var(--gutter); margin-bottom: clamp(24px, 4vh, 48px); flex-wrap: wrap; }
.pf-top h2 { font-family: var(--f-display); font-weight: 600; font-size: clamp(30px, 5vw, 68px); letter-spacing: -0.03em; line-height: 1; margin-top: 16px; }
.pf-track { display: flex; gap: clamp(16px, 2vw, 32px); padding: 0 var(--gutter); will-change: transform; }
.pf-card {
  position: relative; flex: 0 0 auto; width: min(78vw, 480px); aspect-ratio: 4 / 5;
  overflow: hidden; background: var(--obsidian-2);
}
.pf-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); will-change: transform; }
.pf-card:hover img { transform: scale(1.06); }
.pf-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(15,15,15,0.85)); }
.pf-card .pf-info { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: clamp(20px, 2.4vw, 34px); display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; }
.pf-card .pf-idx { font-family: var(--f-mono); font-size: 11px; color: var(--brass); letter-spacing: 0.14em; }
.pf-card .pf-name { font-family: var(--f-display); font-weight: 500; font-size: clamp(20px, 2.2vw, 30px); letter-spacing: -0.02em; line-height: 1.05; margin-top: 8px; }
.pf-card .pf-tag { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.12em; color: var(--limestone-45); text-transform: uppercase; }
.pf-progress { height: 2px; background: var(--line); margin: clamp(24px,4vh,48px) var(--gutter) 0; position: relative; }
.pf-progress span { position: absolute; left: 0; top: 0; height: 100%; width: 12%; background: var(--brass); }
/* Mobile fallback: native horizontal scroll */
@media (max-width: 900px) {
  .pf-pin { height: auto !important; }
  .pf-sticky { position: static; height: auto; }
  .pf-track { overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; -webkit-overflow-scrolling: touch; transform: none !important; }
  .pf-card { scroll-snap-align: start; width: 80vw; }
  .pf-progress { display: none; }
}

/* =========================================================================
   STATS
   ========================================================================= */
.stats { border-top: 1px solid var(--line); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 3vw, 48px); }
.stat .v { font-family: var(--f-display); font-weight: 600; font-size: clamp(40px, 7vw, 104px); letter-spacing: -0.04em; line-height: 1; }
.stat .v .dot { color: var(--brass); }
.stat .k { font-family: var(--f-mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--limestone-45); margin-top: 14px; }
@media (max-width: 720px) { .stats-grid { grid-template-columns: 1fr 1fr; gap: 40px 20px; } }

/* =========================================================================
   PROCESS
   ========================================================================= */
.process { border-top: 1px solid var(--line); }
.proc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: clamp(36px,5vh,64px); }
.proc-step { background: var(--obsidian); padding: clamp(28px, 3vw, 44px); min-height: clamp(220px, 26vh, 300px); display: flex; flex-direction: column; justify-content: space-between; transition: background .5s var(--ease); }
.proc-step:hover { background: var(--obsidian-2); }
.proc-step .num { font-family: var(--f-mono); font-size: 12px; color: var(--brass); letter-spacing: 0.12em; }
.proc-step h3 { font-family: var(--f-display); font-weight: 500; font-size: clamp(20px, 2vw, 27px); letter-spacing: -0.01em; margin-bottom: 12px; }
.proc-step p { font-size: 14px; color: var(--limestone-45); }
@media (max-width: 900px) { .proc-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .proc-grid { grid-template-columns: 1fr; } }

/* =========================================================================
   PARTNERS marquee
   ========================================================================= */
.partners { border-top: 1px solid var(--line); padding-block: clamp(40px, 6vh, 72px); overflow: hidden; }
.partners .eyebrow { padding-inline: var(--gutter); }
.marquee { margin-top: 36px; display: flex; gap: 0; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; align-items: center; gap: clamp(40px, 6vw, 90px); padding-right: clamp(40px, 6vw, 90px); animation: marquee 28s linear infinite; white-space: nowrap; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track span { font-family: var(--f-display); font-weight: 500; font-size: clamp(22px, 3vw, 40px); color: var(--limestone-25); letter-spacing: -0.01em; transition: color .4s; }
.marquee-track span:hover { color: var(--limestone); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* =========================================================================
   CTA band
   ========================================================================= */
.cta { position: relative; overflow: hidden; border-top: 1px solid var(--line); }
.cta-media { position: absolute; inset: 0; z-index: -2; }
.cta-media img { width: 100%; height: 100%; object-fit: cover; opacity: 0.28; }
.cta-media::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(15,15,15,0.4), var(--obsidian) 78%); }
.cta-inner { text-align: center; padding-block: clamp(80px, 16vh, 200px); display: flex; flex-direction: column; align-items: center; gap: 30px; }
.cta h2 { font-family: var(--f-display); font-weight: 600; font-size: clamp(36px, 7vw, 110px); letter-spacing: -0.035em; line-height: 0.98; max-width: 18ch; }
.cta p { color: var(--limestone-70); max-width: 50ch; font-size: clamp(15px, 1.3vw, 18px); }

/* =========================================================================
   FOOTER
   ========================================================================= */
.site-footer { border-top: 1px solid var(--line); padding-top: clamp(56px, 8vh, 100px); }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: clamp(32px, 5vw, 80px); }
.foot-brand .brand { font-size: 28px; }
.foot-brand p { color: var(--limestone-45); max-width: 34ch; margin-top: 18px; font-size: 14.5px; }
.foot-col h4 { font-family: var(--f-mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--limestone-45); margin-bottom: 20px; }
.foot-col a, .foot-col address span { display: block; color: var(--limestone-70); font-size: 15px; margin-bottom: 12px; font-style: normal; transition: color .3s; }
.foot-col a:hover { color: var(--brass); }
.foot-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: clamp(48px, 7vh, 88px); padding-block: 28px; border-top: 1px solid var(--line); }
.foot-bottom .mono { color: var(--limestone-25); }
.foot-bottom .coords { color: var(--limestone-25); font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.14em; }
@media (max-width: 820px) { .foot-grid { grid-template-columns: 1fr 1fr; } .foot-brand { grid-column: 1 / -1; } }

/* =========================================================================
   LIGHTBOX
   ========================================================================= */
.lightbox { position: fixed; inset: 0; z-index: 2000; background: rgba(10,10,10,0.96); backdrop-filter: blur(6px); display: none; align-items: center; justify-content: center; opacity: 0; transition: opacity .4s var(--ease); }
.lightbox.open { display: flex; opacity: 1; }
.lightbox img { max-width: 90vw; max-height: 82vh; object-fit: contain; box-shadow: 0 40px 120px rgba(0,0,0,0.6); }
.lb-close, .lb-prev, .lb-next { position: absolute; color: var(--limestone); width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 50%; transition: background .3s, border-color .3s; }
.lb-close:hover, .lb-prev:hover, .lb-next:hover { background: var(--brass); border-color: var(--brass); color: var(--obsidian); }
.lb-close { top: 28px; right: 28px; }
.lb-prev { left: 28px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 28px; top: 50%; transform: translateY(-50%); }
.lb-caption { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.16em; color: var(--limestone-45); text-transform: uppercase; }
@media (max-width: 600px) { .lb-prev { left: 12px; } .lb-next { right: 12px; } .lb-close { top: 16px; right: 16px; } }

/* =========================================================================
   Responsive header
   ========================================================================= */
@media (max-width: 1100px) {
  .nav, .header-inner > .btn { display: none; }
  .burger { display: block; }
}

/* =========================================================================
   FLAGSHIP SPOTLIGHT
   ========================================================================= */
.spotlight { position: relative; min-height: 86vh; display: flex; align-items: flex-end; overflow: hidden; border-top: 1px solid var(--line); }
.spotlight-media { position: absolute; inset: 0; z-index: -2; }
.spotlight-media img { width: 100%; height: 100%; object-fit: cover; }
.spotlight-media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(15,15,15,0.5) 0%, rgba(15,15,15,0.08) 35%, rgba(15,15,15,0.78) 80%, var(--obsidian) 100%),
    linear-gradient(90deg, rgba(15,15,15,0.85), transparent 62%);
}
.spotlight .blueprint { z-index: -1; opacity: 0.4; }
.spotlight-inner { width: 100%; padding-block: clamp(48px, 8vh, 92px); }
.spotlight .flag {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--obsidian); background: var(--brass); padding: 8px 15px; margin-bottom: 24px;
}
.spotlight h2 { font-family: var(--f-display); font-weight: 600; font-size: clamp(42px, 7.5vw, 124px); letter-spacing: -0.035em; line-height: 0.94; }
.spotlight-meta { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 24px; }
.spotlight-meta span { font-family: var(--f-mono); font-size: 11.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--limestone-70); display: inline-flex; align-items: center; gap: 10px; }
.spotlight-meta span::before { content: ""; width: 5px; height: 5px; background: var(--brass); border-radius: 50%; flex: none; }
.spotlight-desc { max-width: 54ch; margin-top: 26px; color: var(--limestone-70); font-size: clamp(15px, 1.3vw, 17px); line-height: 1.7; }
.spotlight-cta { margin-top: 34px; }
@media (max-width: 720px) { .spotlight { min-height: 80vh; } }

/* =========================================================================
   PROJECT DETAIL
   ========================================================================= */
.proj-hero { padding-top: clamp(124px, 18vh, 210px); padding-bottom: clamp(28px, 4vh, 48px); }
.proj-back { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--limestone-45); display: inline-flex; gap: 10px; align-items: center; margin-bottom: clamp(28px, 5vh, 56px); transition: color .3s; }
.proj-back:hover { color: var(--brass); }
.proj-back svg { transition: transform .3s var(--ease); }
.proj-back:hover svg { transform: translateX(-4px); }
.proj-hero h1 { font-family: var(--f-display); font-weight: 600; font-size: clamp(43.7px, 9.5vw, 142.5px); letter-spacing: -0.04em; line-height: 0.9; }
.proj-lead { margin-top: 24px; max-width: 54ch; color: var(--limestone-70); font-size: clamp(16px, 1.6vw, 21px); line-height: 1.5; }
.proj-figure { aspect-ratio: 16 / 9; overflow: hidden; }
.proj-figure img { width: 100%; height: 100%; object-fit: cover; }
.proj-body { display: grid; grid-template-columns: 1fr clamp(240px, 28vw, 360px); gap: clamp(32px, 5vw, 80px); padding-block: clamp(48px, 8vh, 100px); }
.proj-text p { font-size: clamp(15px, 1.3vw, 17px); color: var(--limestone-70); line-height: 1.8; margin-bottom: 22px; max-width: 66ch; }
.proj-text p:first-child { font-size: clamp(19px, 2vw, 26px); color: var(--limestone); line-height: 1.45; font-family: var(--f-display); font-weight: 500; letter-spacing: -0.01em; }
.proj-specs { border-top: 1px solid var(--brass); padding-top: 8px; align-self: start; }
.spec-row { display: flex; justify-content: space-between; gap: 16px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.spec-row .k { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--limestone-45); }
.spec-row .v { font-family: var(--f-display); font-weight: 500; font-size: 16px; color: var(--limestone); text-align: right; }
.spec-row .v.brass { color: var(--brass); }
@media (max-width: 820px) { .proj-body { grid-template-columns: 1fr; } }

/* =========================================================================
   GALLERY GRID (detail + projektai)
   ========================================================================= */
.gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(10px, 1.4vw, 18px); }
.gallery-item { position: relative; overflow: hidden; cursor: pointer; background: var(--obsidian-2); display: block; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item .g-plus { position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; border: 1px solid var(--limestone-25); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--limestone); opacity: 0; transition: opacity .4s var(--ease), background .4s, border-color .4s, color .4s; z-index: 2; }
.gallery-item:hover .g-plus { opacity: 1; background: var(--brass); border-color: var(--brass); color: var(--obsidian); }
.gallery-item .g-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px; z-index: 2; display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; opacity: 0; transform: translateY(8px); transition: opacity .4s var(--ease), transform .4s var(--ease); }
.gallery-item::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(15,15,15,0.7)); opacity: 0; transition: opacity .4s; z-index: 1; }
.gallery-item:hover::before { opacity: 1; }
.gallery-item:hover .g-cap { opacity: 1; transform: none; }
.gallery-item .g-cap .g-name { font-family: var(--f-display); font-weight: 500; font-size: 16px; }
.gallery-item .g-cap .g-idx { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.12em; color: var(--brass); }
.col-12 { grid-column: span 12; } .col-8 { grid-column: span 8; } .col-7 { grid-column: span 7; }
.col-6 { grid-column: span 6; } .col-5 { grid-column: span 5; } .col-4 { grid-column: span 4; }
.ar-tall { aspect-ratio: 3 / 4; } .ar-wide { aspect-ratio: 16 / 10; } .ar-sq { aspect-ratio: 1 / 1; } .ar-cine { aspect-ratio: 16 / 9; }
@media (max-width: 720px) {
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .col-12, .col-8, .col-7, .col-6, .col-5, .col-4 { grid-column: span 1; }
  .gallery-item { aspect-ratio: 4 / 3 !important; }
  .col-12 { grid-column: span 2; }
}

/* =========================================================================
   PROJEKTAI page — filter + intro
   ========================================================================= */
.page-hero { padding-top: clamp(124px, 20vh, 220px); padding-bottom: clamp(36px, 6vh, 72px); }
.page-hero .eyebrow { margin-bottom: 22px; }
.page-hero h1 { font-family: var(--f-display); font-weight: 600; font-size: clamp(45.6px, 10.45vw, 159.6px); letter-spacing: -0.04em; line-height: 0.9; }
.page-hero .page-sub { margin-top: 24px; max-width: 56ch; color: var(--limestone-70); font-size: clamp(16px, 1.5vw, 20px); }
.filters { display: flex; flex-wrap: wrap; gap: 10px; padding-bottom: clamp(28px, 4vh, 48px); border-bottom: 1px solid var(--line); margin-bottom: clamp(28px, 4vh, 48px); }
.filter-btn { font-family: var(--f-mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--limestone-45); padding: 10px 18px; border: 1px solid var(--line); border-radius: 999px; transition: color .3s, border-color .3s, background .3s; }
.filter-btn:hover { color: var(--limestone); border-color: var(--limestone-25); }
.filter-btn.active { background: var(--brass); border-color: var(--brass); color: var(--obsidian); }

/* Featured project card (projektai page) */
.gallery-item.is-feature { aspect-ratio: 16 / 7; margin-bottom: clamp(28px, 4vh, 48px); }
.gallery-item.is-feature::before { opacity: 1; background: linear-gradient(180deg, rgba(15,15,15,0.15) 0%, transparent 30%, rgba(15,15,15,0.8) 100%); }
.gallery-item.is-feature .g-cap { opacity: 1; transform: none; padding: clamp(20px, 3vw, 40px); align-items: flex-end; }
.gallery-item.is-feature .g-cap .g-name { font-family: var(--f-display); font-weight: 600; font-size: clamp(24px, 4vw, 56px); letter-spacing: -0.025em; }
.gallery-item.is-feature .g-flag { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--obsidian); background: var(--brass); padding: 6px 12px; align-self: flex-end; }
.gallery-item.is-feature .g-go { display: inline-flex; align-items: center; gap: 8px; font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brass); margin-top: 8px; }
@media (max-width: 720px) { .gallery-item.is-feature { aspect-ratio: 4 / 5 !important; } }

/* =========================================================================
   CONTACT page + multi-step form
   ========================================================================= */
.contact-grid { display: grid; grid-template-columns: clamp(240px, 30vw, 380px) 1fr; gap: clamp(36px, 5vw, 96px); padding-bottom: var(--section-y); align-items: start; }
.contact-info { position: sticky; top: 110px; }
.ci-row { padding: 22px 0; border-top: 1px solid var(--line); }
.ci-row:last-child { border-bottom: 1px solid var(--line); }
.ci-k { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--limestone-45); margin-bottom: 10px; }
.ci-v { font-family: var(--f-display); font-weight: 500; font-size: clamp(17px, 1.6vw, 22px); color: var(--limestone); display: inline-block; transition: color .3s; }
a.ci-v:hover { color: var(--brass); }

.step-dots { display: flex; align-items: center; gap: 10px; margin-bottom: clamp(32px, 5vh, 56px); max-width: 360px; }
.step-dot { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--f-mono); font-size: 12px; color: var(--limestone-45); flex: none; transition: border-color .4s var(--ease), color .4s var(--ease); }
.step-dot.active { border-color: var(--brass); color: var(--brass); }
.step-line { height: 1px; flex: 1; background: var(--line); position: relative; overflow: hidden; }
.step-line::after { content: ""; position: absolute; inset: 0; background: var(--brass); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease); }
.step-line.active::after { transform: scaleX(1); }
.form-step { display: none; }
.form-step.active { display: block; animation: fadeStep .55s var(--ease); }
@keyframes fadeStep { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.step-q { font-family: var(--f-display); font-weight: 600; font-size: clamp(26px, 3.6vw, 46px); letter-spacing: -0.025em; line-height: 1.04; }
.step-hint { color: var(--limestone-45); margin-top: 12px; margin-bottom: 34px; font-size: 15px; }
.choice-grid { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); }
.choice-grid.three { grid-template-columns: repeat(3, 1fr); }
.choice { border: 1px solid var(--line); padding: 26px 24px; text-align: left; transition: border-color .35s var(--ease), background .35s var(--ease); }
.choice:hover { border-color: var(--limestone-25); }
.choice.selected { border-color: var(--brass); background: rgba(163,145,113,0.08); }
.choice .c-ico { color: var(--brass); margin-bottom: 18px; }
.choice h4 { font-family: var(--f-display); font-weight: 500; font-size: 18px; margin-bottom: 6px; }
.choice p { font-size: 13px; color: var(--limestone-45); line-height: 1.5; }
.tag-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.tag-btn { font-family: var(--f-mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--limestone-70); padding: 12px 20px; border: 1px solid var(--line); border-radius: 999px; transition: background .3s, border-color .3s, color .3s; }
.tag-btn:hover { border-color: var(--limestone-25); }
.tag-btn.selected { background: var(--brass); border-color: var(--brass); color: var(--obsidian); }
.form-divider { height: 1px; background: var(--line); margin: 38px 0 32px; }
.sub-label { font-family: var(--f-display); font-weight: 500; font-size: 17px; margin-bottom: 18px; }
.field { margin-bottom: 24px; }
.field label { display: block; font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--limestone-45); margin-bottom: 12px; }
.input, .textarea { width: 100%; background: transparent; border: 0; border-bottom: 1px solid var(--line); color: var(--limestone); font-family: var(--f-body); font-size: 16px; padding: 12px 0; transition: border-color .3s; }
.input::placeholder, .textarea::placeholder { color: var(--limestone-25); }
.input:focus, .textarea:focus { outline: none; border-color: var(--brass); }
.textarea { resize: vertical; min-height: 110px; }
.form-nav { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: clamp(32px, 5vh, 52px); padding-top: 28px; border-top: 1px solid var(--line); }
.btn[disabled] { opacity: 0.35; pointer-events: none; }
.form-success { display: none; text-align: center; padding: clamp(48px, 9vh, 110px) 0; }
.form-success.show { display: block; animation: fadeStep .55s var(--ease); }
.form-success .check { width: 66px; height: 66px; border: 1px solid var(--brass); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--brass); margin: 0 auto 30px; }
.form-success h2 { font-family: var(--f-display); font-weight: 600; font-size: clamp(30px, 5vw, 56px); letter-spacing: -0.02em; }
.form-success p { color: var(--limestone-70); max-width: 44ch; margin: 16px auto 0; }
@media (max-width: 820px) { .contact-grid { grid-template-columns: 1fr; } .contact-info { position: static; } .choice-grid.three { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .choice-grid { grid-template-columns: 1fr; } }

/* =========================================================================
   MOBILE — close button + responsive polish across all pages
   ========================================================================= */
.mobile-close {
  position: absolute; top: 18px; right: var(--gutter);
  width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; color: var(--limestone);
  background: rgba(242, 240, 237, 0.04); z-index: 5;
  transition: background .3s, border-color .3s, color .3s, transform .3s var(--ease);
}
.mobile-close:hover, .mobile-close:active { background: var(--brass); border-color: var(--brass); color: var(--obsidian); transform: rotate(90deg); }

.apie-split { display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(28px, 4vw, 56px); margin-top: clamp(32px, 4vw, 56px); align-items: stretch; }
.apie-photo { position: relative; overflow: hidden; min-height: 220px; }
.apie-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 760px) {
  .manifesto .grid { grid-template-columns: 1fr; gap: 14px; }
  .manifesto .lead { font-size: clamp(22px, 6.4vw, 32px); max-width: none; }
  .apie-split { grid-template-columns: 1fr; }
  .hero-meta { display: none; }
  .hero { align-items: center; }
  .hero h1 { font-size: clamp(31.35px, 10.93vw, 58.9px); }
  .hero-sub { font-size: 15px; }
  .hero-inner { padding-top: 84px; padding-bottom: 72px; }
  .svc-head { flex-direction: column; align-items: flex-start; gap: 14px; }
  .pf-top { flex-direction: column; align-items: flex-start; gap: 14px; }
  .page-hero { padding-top: clamp(108px, 17vh, 150px); }
  .page-hero h1 { font-size: clamp(38px, 13.3vw, 79.8px); }
  .proj-hero h1 { font-size: clamp(38px, 12.83vw, 87.4px); }
  .spotlight h2 { font-size: clamp(40px, 13vw, 84px); }
  .cta h2 { font-size: clamp(34px, 11.5vw, 84px); }
  .proj-lead, .page-sub { font-size: 16px; }
  .proc-step { min-height: auto; padding: 26px 22px; }
  .stat .v { font-size: clamp(44px, 16vw, 80px); }
}
@media (max-width: 480px) {
  .foot-grid { grid-template-columns: 1fr; gap: 30px; }
  .foot-bottom { flex-direction: column; align-items: flex-start; gap: 10px; }
  .gallery { gap: 8px; }
  .stats-grid { gap: 30px 16px; }
  .spotlight-meta { gap: 8px 16px; }
  .btn { padding: 13px 22px; }
  .hero-actions { gap: 12px; }
  .hero-actions .btn { width: 100%; justify-content: center; }
}

/* =========================================================================
   LIGHT sections — limestone background to break up the dark theme
   ========================================================================= */
.sec-light { background: var(--limestone); color: var(--obsidian); border-top: 1px solid rgba(15,15,15,0.10) !important; }
.sec-light .eyebrow, .sec-light .arrow-link, .sec-light .svc-go, .sec-light .lead em { color: #7d6a47 !important; }
.sec-light .eyebrow::before { background: #7d6a47; }
.sec-light .dot { color: #7d6a47 !important; }
.sec-light h1, .sec-light h2, .sec-light h3, .sec-light .lead, .sec-light .lead b { color: var(--obsidian) !important; }
.sec-light .lead .muted { color: rgba(15,15,15,0.45) !important; }
.sec-light p, .sec-light .svc-desc, .sec-light .proc-step p { color: rgba(15,15,15,0.6) !important; }
/* services on light */
.sec-light .svc-row { border-color: rgba(15,15,15,0.12) !important; }
.sec-light .svc-row .svc-name { color: var(--obsidian); }
.sec-light .svc-row:hover .svc-name { color: #7d6a47; }
.sec-light .svc-row::before { background: linear-gradient(90deg, transparent, rgba(125,106,71,0.12) 30%, rgba(125,106,71,0.12) 70%, transparent); }
/* stats on light */
.sec-light .stat .v { color: var(--obsidian); }
.sec-light .stat .v .dot, .sec-light .stat .k { color: rgba(15,15,15,0.5) !important; }
.sec-light .stat .v .dot { color: #7d6a47 !important; }
/* process on light */
.sec-light .proc-grid { background: rgba(15,15,15,0.12); border-color: rgba(15,15,15,0.12); }
.sec-light .proc-step { background: var(--limestone); }
.sec-light .proc-step:hover { background: #EAE7E1; }
.sec-light .proc-step h3 { color: var(--obsidian); }
.sec-light .proc-step .num { color: #7d6a47; }
.sec-light ::selection { background: var(--obsidian); color: var(--limestone); }

/* =========================================================================
   PATARIMAI — FAQ accordion (inside a light section)
   ========================================================================= */
.tips-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: clamp(28px, 4vh, 48px); }
.filtras-mygt { font-family: var(--f-mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(15,15,15,0.5); padding: 10px 18px; border: 1px solid rgba(15,15,15,0.15); border-radius: 999px; cursor: pointer; background: none; transition: color .3s, border-color .3s, background .3s; }
.filtras-mygt:hover { color: var(--obsidian); border-color: rgba(15,15,15,0.3); }
.filtras-mygt.aktyvus { background: var(--brass); border-color: var(--brass); color: var(--obsidian); }
.kat-grupe { margin-bottom: clamp(24px, 4vh, 44px); }
.kat-antraste { font-family: var(--f-mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em; color: #7d6a47; margin-bottom: 10px; }
.patarimas-elem { border-top: 1px solid rgba(15,15,15,0.12); }
.patarimas-mygt { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 2px; background: none; border: 0; cursor: pointer; text-align: left; }
.patarimas-pav { font-family: var(--f-display); font-weight: 500; font-size: clamp(16px, 1.9vw, 21px); color: var(--obsidian); letter-spacing: -0.01em; line-height: 1.3; transition: color .3s; }
.patarimas-mygt:hover .patarimas-pav { color: #7d6a47; }
.patarimas-chevron { width: 22px; height: 22px; color: #7d6a47; flex: none; transition: transform .4s var(--ease); }
.patarimas-elem.atidarytas .patarimas-chevron { transform: rotate(180deg); }
.patarimas-turinys { overflow: hidden; max-height: 0; transition: max-height .55s var(--ease); color: rgba(15,15,15,0.72); font-size: 15px; line-height: 1.7; }
.patarimas-elem.atidarytas .patarimas-turinys { max-height: 4000px; padding-bottom: 26px; }
.patarimas-turinys strong { color: var(--obsidian); font-weight: 600; }
.patarimas-turinys a { color: #7d6a47; }
.patarimas-tekstas { padding: 0 2px; max-width: 76ch; }
.patarimas-turinys table { color: rgba(15,15,15,0.72); }
.patarimas-turinys li { color: rgba(15,15,15,0.72); }

/* Form field validation feedback */
.input.invalid, .textarea.invalid { border-color: #d9755f; }
.field-err { display: block; font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.06em; color: #d9755f; margin-top: 8px; min-height: 13px; }

/* Footer — compact on desktop, hidden on mobile (per client request) */
.site-footer { padding-top: clamp(40px, 5vh, 60px); }
.foot-bottom { padding-block: 20px; }
@media (max-width: 760px) { .site-footer { display: none; } }

/* =========================================================================
   NAV dropdown (Projektai ▾)
   ========================================================================= */
.nav-group { position: relative; }
.nav-trigger { display: inline-flex; align-items: center; gap: 6px; background: none; border: 0; cursor: pointer; padding-block: 4px; }
.nav-chevron { opacity: 0.7; transition: transform .3s var(--ease); }
.nav-group:hover .nav-chevron, .nav-group:focus-within .nav-chevron { transform: rotate(180deg); }
.nav-dropdown { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); padding-top: 16px; min-width: 212px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .26s var(--ease); }
.nav-dropdown-inner { background: rgba(15,15,15,0.96); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid var(--line); padding: 8px; display: flex; flex-direction: column; gap: 2px; }
.nav-group:hover .nav-dropdown, .nav-group:focus-within .nav-dropdown { opacity: 1; visibility: visible; pointer-events: auto; }
.nav-dropdown a { font-family: var(--f-mono); font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--limestone-70); padding: 12px 16px; white-space: nowrap; transition: color .3s, background .3s; }
.nav-dropdown a:hover, .nav-dropdown a.active { color: var(--limestone); background: rgba(242,240,237,0.06); }

/* Mobile menu — fit 8 items */
.mobile-menu a { font-size: clamp(25px, 6.4vw, 40px); padding: 7px 0; }

/* =========================================================================
   CATALOG pages (Namų projektai / Moduliniai namai)
   ========================================================================= */
.catalog-desc { max-width: 64ch; color: var(--limestone-70); font-size: clamp(16px, 1.4vw, 18px); line-height: 1.7; }
.sec-light .catalog-desc { color: rgba(15,15,15,0.62); }
.catalog-filters { display: flex; flex-direction: column; gap: 16px; margin: clamp(32px,5vh,52px) 0 0; padding-bottom: clamp(28px,4vh,44px); border-bottom: 1px solid var(--line); }
.sec-light .catalog-filters { border-color: rgba(15,15,15,0.12); }
.filter-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.filter-label { font-family: var(--f-mono); font-size: 10px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--limestone-45); min-width: 116px; }
.sec-light .filter-label { color: rgba(15,15,15,0.45); }
/* Catalog cards (Namų projektai / Moduliniai namai) */
.cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%,330px),1fr)); gap: clamp(20px,2.6vw,34px); margin-top: clamp(30px,4vh,50px); }
.cat-card { display: block; background: #FBFAF8; border: 1px solid rgba(15,15,15,0.12); overflow: hidden; transition: border-color .35s var(--ease), transform .45s var(--ease), box-shadow .45s var(--ease); }
.cat-card:hover { border-color: var(--brass); transform: translateY(-4px); box-shadow: 0 18px 40px -24px rgba(15,15,15,0.4); }
.cat-img { aspect-ratio: 37/26; overflow: hidden; background: rgba(15,15,15,0.06); position: relative; }
.cat-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.cat-card:hover .cat-img img { transform: scale(1.05); }
.cat-tag { position: absolute; top: 14px; left: 14px; font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--limestone); background: rgba(15,15,15,0.72); padding: 6px 11px; }
.cat-body { padding: clamp(18px,2vw,26px); }
.cat-name { font-family: var(--f-display); font-weight: 600; font-size: clamp(19px,2vw,25px); letter-spacing: -0.02em; color: var(--obsidian); line-height: 1.1; }
.cat-sub { font-family: var(--f-mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brass); margin-top: 7px; }
.cat-specs { display: flex; flex-wrap: wrap; gap: 12px 18px; margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(15,15,15,0.1); }
.cat-spec { display: flex; align-items: center; gap: 8px; font-family: var(--f-mono); font-size: 12px; color: rgba(15,15,15,0.6); }
.cat-spec svg { color: var(--brass); flex: none; }
.cat-spec b { color: var(--obsidian); font-weight: 600; }
.cat-empty-msg { margin-top: 28px; font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.04em; color: rgba(15,15,15,0.5); display: none; }
/* Modular completion packages */
.pkg-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%,190px),1fr)); gap: clamp(12px,1.6vw,18px); margin-top: clamp(26px,3.5vh,40px); }
.pkg-card { border: 1px solid rgba(15,15,15,0.14); padding: clamp(20px,2.2vw,28px); background: #FBFAF8; }
.pkg-name { font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brass); }
.pkg-desc { margin-top: 11px; font-size: 13.5px; line-height: 1.6; color: rgba(15,15,15,0.6); }
/* Service detail pages */
.svc-incl { list-style: none; display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,250px),1fr)); gap: 14px 30px; margin-top: clamp(22px,3vh,38px); }
.svc-incl li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; line-height: 1.5; color: rgba(15,15,15,0.72); }
.svc-incl li svg { color: var(--brass); flex: none; margin-top: 2px; }
.price-card { margin-top: clamp(40px,6vh,76px); border: 1px solid rgba(15,15,15,0.14); background: #FBFAF8; padding: clamp(26px,3.4vw,44px); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: clamp(20px,3vw,40px); }
.price-info .price-k { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brass); }
.price-info .price-val { font-family: var(--f-display); font-weight: 600; font-size: clamp(30px,4vw,50px); letter-spacing: -0.02em; color: var(--obsidian); line-height: 1; margin-top: 10px; }
.price-info .price-note { font-size: 13px; color: rgba(15,15,15,0.55); margin-top: 12px; max-width: 46ch; }
/* Namų projektai — detail page extras */
.np-lentele { border: 1px solid rgba(15,15,15,0.12); background: #fff; padding: clamp(10px,1.4vw,20px); }
.np-lentele img { width: 100%; height: auto; display: block; }
.np-price { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: clamp(18px,3vw,40px); border-top: 2px solid var(--brass); padding-top: clamp(22px,3vw,38px); margin-top: clamp(18px,3vh,34px); }
.np-price-k { display: block; font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brass); margin-bottom: 10px; }
.np-price-val { font-family: var(--f-display); font-weight: 600; font-size: clamp(38px,6vw,70px); letter-spacing: -0.02em; color: var(--obsidian); line-height: 1; }
.np-price-val span { font-size: 0.38em; color: rgba(15,15,15,0.5); font-weight: 500; letter-spacing: 0; }
.np-extra { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,240px),1fr)); gap: 1px; background: rgba(15,15,15,0.12); border: 1px solid rgba(15,15,15,0.12); margin-top: clamp(22px,3vh,38px); }
.np-extra-item { background: #FBFAF8; padding: clamp(18px,2vw,26px); display: flex; flex-direction: column; gap: 8px; }
.np-extra-item .k { font-size: 14px; color: rgba(15,15,15,0.6); }
.np-extra-item .v { font-family: var(--f-display); font-weight: 600; font-size: clamp(18px,2vw,23px); color: var(--obsidian); }
.catalog-empty { text-align: center; padding: clamp(48px,9vh,110px) 20px; border: 1px dashed rgba(15,15,15,0.18); margin-top: clamp(28px,4vh,44px); }
.catalog-empty .ce-ico { color: var(--brass); margin-bottom: 18px; display: inline-flex; }
.catalog-empty h3 { font-family: var(--f-display); font-weight: 600; font-size: clamp(22px,3vw,32px); letter-spacing: -0.02em; margin-bottom: 12px; color: var(--obsidian); }
.catalog-empty p { color: rgba(15,15,15,0.5); max-width: 48ch; margin: 0 auto 26px; }

/* =========================================================================
   HOME tiles (explore: Namų projektai / Moduliniai / Patarimai)
   ========================================================================= */
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px,2vw,24px); margin-top: clamp(36px,5vh,60px); }
.tile { border: 1px solid var(--line); padding: clamp(26px,3vw,40px); min-height: clamp(190px,24vh,260px); display: flex; flex-direction: column; justify-content: space-between; transition: border-color .4s var(--ease), background .4s var(--ease); }
.sec-light .tile { border-color: rgba(15,15,15,0.14); }
.tile:hover { border-color: var(--brass); }
.sec-light .tile:hover { background: rgba(163,145,113,0.06); }
.tile .tile-num { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.12em; color: #7d6a47; }
.tile h3 { font-family: var(--f-display); font-weight: 600; font-size: clamp(22px,2.6vw,34px); letter-spacing: -0.02em; margin: 16px 0 8px; color: var(--obsidian); }
.tile p { font-size: 14px; color: rgba(15,15,15,0.5); }
.tile .tile-go { margin-top: 22px; color: #7d6a47; display: inline-flex; align-items: center; gap: 8px; font-family: var(--f-mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; }
.tile .tile-go svg { transition: transform .4s var(--ease); }
.tile:hover .tile-go svg { transform: translate(4px,-4px); }
@media (max-width: 820px) { .tiles { grid-template-columns: 1fr; } }

/* =========================================================================
   REVIEWS / testimonials (placeholder)
   ========================================================================= */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px,2vw,24px); margin-top: clamp(36px,5vh,56px); }
.review-card { border: 1px solid var(--line); padding: clamp(24px,3vw,34px); display: flex; flex-direction: column; gap: 16px; min-height: 200px; }
.sec-light .review-card { border-color: rgba(15,15,15,0.12); }
.review-card .rq { color: var(--brass); }
.review-text { font-family: var(--f-display); font-weight: 500; font-size: clamp(14px,1.25vw,16px); line-height: 1.62; color: rgba(15,15,15,0.82); }
.sec-light .review-text { color: rgba(15,15,15,0.82) !important; }
.review-meta { margin-top: auto; display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid rgba(15,15,15,0.10); }
.review-photo { width: 54px; height: 54px; border-radius: 10px; object-fit: cover; flex: 0 0 auto; background: rgba(15,15,15,0.06); cursor: pointer; transition: transform .3s var(--ease), opacity .25s; }
.review-photo:hover { transform: scale(1.06); opacity: 0.9; }
.review-person { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.review-author { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(15,15,15,0.72); }
.review-amount { font-family: var(--f-mono); font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brass); }
.review-stars { color: var(--brass); font-size: 15px; letter-spacing: 4px; line-height: 1; margin-bottom: 11px; }
.review-stars::before { content: "\2605\2605\2605\2605\2605"; }
.reviews-note { margin-top: 24px; font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.08em; color: rgba(15,15,15,0.45); }
@media (max-width: 820px) { .reviews-grid { grid-template-columns: 1fr; } }

/* =========================================================================
   ATLIKTI PROJEKTAI — cards (light section) + detail prev/next
   ========================================================================= */
.proj-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.4vw, 32px); }
.proj-card .pc-img { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: rgba(15,15,15,0.06); }
.proj-card .pc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.proj-card:hover .pc-img img { transform: scale(1.05); }
.proj-card .pc-arrow { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; border-radius: 50%; background: rgba(15,15,15,0.55); display: flex; align-items: center; justify-content: center; color: var(--limestone); opacity: 0; transform: translateY(-6px); transition: opacity .4s var(--ease), transform .4s var(--ease), background .3s, color .3s; }
.proj-card:hover .pc-arrow { opacity: 1; transform: none; background: var(--brass); color: var(--obsidian); }
.proj-card .pc-meta { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding-top: 16px; }
.proj-card .pc-name { font-family: var(--f-display); font-weight: 600; font-size: clamp(18px, 1.9vw, 24px); letter-spacing: -0.015em; color: var(--obsidian); transition: color .3s; }
.proj-card:hover .pc-name { color: #7d6a47; }
.proj-card .pc-loc { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(15,15,15,0.45); margin-top: 6px; }
.proj-card .pc-right { text-align: right; flex: none; }
.proj-card .pc-sqm { font-family: var(--f-display); font-weight: 500; font-size: 15px; color: var(--obsidian); }
.proj-card .pc-mat { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(15,15,15,0.45); margin-top: 6px; }
@media (max-width: 900px) { .proj-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .proj-grid { grid-template-columns: 1fr; } }
.proj-empty-msg { display: none; color: rgba(15,15,15,0.45); font-size: 16px; margin-top: 32px; }

.proj-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border-top: 1px solid var(--line); }
.proj-nav a { padding: clamp(28px, 4vw, 46px) var(--gutter); background: var(--obsidian); display: flex; flex-direction: column; gap: 8px; transition: background .4s var(--ease); }
.proj-nav a:hover { background: var(--obsidian-2); }
.proj-nav a.pn-next { text-align: right; align-items: flex-end; }
.proj-nav .pn-label { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brass); }
.proj-nav .pn-name { font-family: var(--f-display); font-weight: 500; font-size: clamp(18px, 2.4vw, 30px); letter-spacing: -0.02em; }
@media (max-width: 600px) { .proj-nav { grid-template-columns: 1fr; } .proj-nav a.pn-next { text-align: left; align-items: flex-start; } }

/* ---------- Inner project pages: light content sections (match site theme) ---------- */
.proj-light .proj-body,
.proj-light .section {
  background: var(--limestone);
  box-shadow: 0 0 0 100vmax var(--limestone);
  clip-path: inset(0 -100vmax);
}
.proj-light .proj-text p { color: rgba(15,15,15,0.62); }
.proj-light .proj-text p:first-child { color: var(--obsidian); }
.proj-light .spec-row { border-bottom-color: rgba(15,15,15,0.12); }
.proj-light .spec-row .k { color: rgba(15,15,15,0.45); }
.proj-light .spec-row .v { color: var(--obsidian); }
.proj-light .section .eyebrow { color: #7d6a47; }
.proj-light .proj-nav { background: rgba(15,15,15,0.12); border-top-color: rgba(15,15,15,0.12); }
.proj-light .proj-nav a { background: var(--limestone); }
.proj-light .proj-nav a:hover { background: #eae7e3; }
.proj-light .proj-nav .pn-name { color: var(--obsidian); }

/* ---------- Contact page: light form section (match site theme) ---------- */
.contact-light .contact-sec {
  --limestone: #0F0F0F;
  --limestone-70: rgba(15,15,15,0.64);
  --limestone-45: rgba(15,15,15,0.5);
  --limestone-25: rgba(15,15,15,0.32);
  --line: rgba(15,15,15,0.15);
  color: var(--limestone);
  background: #F2F0ED;
  box-shadow: 0 0 0 100vmax #F2F0ED;
  clip-path: inset(0 -100vmax);
  padding-top: 55px;
}
.contact-light .contact-sec .btn--solid::before,
.contact-light .contact-sec .btn--ghost::before { background: #F2F0ED; }
/* Homepage "03 - Darbai": 4 projektai vienoje eiluteje (grid) */
.pf-grid4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(12px, 1.4vw, 24px); padding: 0 var(--gutter); }
.pf-grid4 .pf-card { width: auto; aspect-ratio: 4 / 5; }
.pf-grid4 .pf-name { font-size: clamp(15px, 1.35vw, 21px); }
.pf-grid4 .pf-info { padding: clamp(14px, 1.4vw, 22px); }
@media (max-width: 1024px) { .pf-grid4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .pf-grid4 { grid-template-columns: 1fr; } .pf-grid4 .pf-card { aspect-ratio: 4 / 3; } }
