/* Utenos Lazeriai — pagrindinis CSS */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    .roles-section, .weather-section, .contact-section, .price-card,
    .prep-card, .role-card, .role-detail, .about-img-placeholder,
    .weather-today, .weather-day, .cta-box { transition: background 0.6s ease, border-color 0.6s ease; }

    :root {
      --bg: #080b10;
      --bg2: #0e1219;
      --bg3: #131820;
      --accent: #a8d499;
      --accent-strong: #c5e6b8;
      --text: #f5f4ef;
      --muted: #8a958a;
      --border: rgba(255,255,255,0.07);
      --font-head: 'Inter', sans-serif;
      --font-display: 'Inter', sans-serif;
      --font-mono: 'Space Mono', monospace;
    }
    html { scroll-behavior: smooth; }
    body { background: var(--bg); color: var(--text); font-family: var(--font-head); line-height: 1.6; overflow-x: hidden; transition: background 0.6s ease; }
    ::selection { background: var(--accent); color: #080b10; }
    a { color: inherit; text-decoration: none; }

    /* ── HERO VARIANTS ── */
    body[data-hero="forest"] { --bg:#06170a; --bg2:#0a1f0c; --bg3:#0e2710; background:#06170a; }
    body[data-hero="forest"] .hero-bg { background: radial-gradient(ellipse 90% 70% at 50% 30%, #1a3a1f 0%, #0e2410 50%, #06170a 90%); }
    body[data-hero="forest"] .hero-grid { opacity: 0; }

    body[data-hero="navy"] { --bg:#030614; --bg2:#050b22; --bg3:#070e2c; background:#030614; }
    body[data-hero="navy"] .hero-bg { background: radial-gradient(ellipse 70% 55% at 35% 40%, #1a3080 0%, #0a1640 50%, #030614 85%); }
    body[data-hero="navy"] .hero-grid { background-image: linear-gradient(rgba(80,160,255,0.1) 1px,transparent 1px),linear-gradient(90deg,rgba(80,160,255,0.1) 1px,transparent 1px); opacity:1; background-size:80px 80px; }

    body[data-hero="military"] { --bg:#090c04; --bg2:#0f1406; --bg3:#141a08; background:#090c04; }
    body[data-hero="military"] .hero-bg { background: radial-gradient(ellipse 90% 50% at 50% 0%, #3a4a10 0%, #1a2208 40%, #090c04 80%); }
    body[data-hero="military"] .hero-grid { background-image: linear-gradient(rgba(160,190,60,0.1) 1px,transparent 1px),linear-gradient(90deg,rgba(160,190,60,0.1) 1px,transparent 1px); opacity:1; background-size:30px 30px; }

    body[data-hero="ember"] { --bg:#100402; --bg2:#180602; --bg3:#200904; background:#100402; }
    body[data-hero="ember"] .hero-bg { background: radial-gradient(ellipse 65% 55% at 65% 35%, #802010 0%, #400a04 45%, #100402 85%), radial-gradient(ellipse 40% 35% at 15% 75%, #4a1208 0%, transparent 60%); }
    body[data-hero="ember"] .hero-grid { background-image: linear-gradient(rgba(255,100,30,0.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,100,30,0.08) 1px,transparent 1px); opacity:1; background-size:50px 50px; }

    /* ── NAV ── */
    nav { position:fixed; top:0; left:0; right:0; z-index:100; display:flex; align-items:center; justify-content:space-between; padding:1.2rem 3rem; background:rgba(8,11,16,0.85); backdrop-filter:blur(20px); border-bottom:1px solid var(--border); }
    .nav-logo { display:flex; align-items:center; gap:0.6rem; }
    .nav-logo-dot { width:10px; height:10px; border-radius:50%; background:var(--accent); flex-shrink:0; animation:pulse 2s infinite; }
    .nav-logo-text { font-family:var(--font-head); font-weight:700; font-size:1.1rem; letter-spacing:-0.02em; }
    .nav-logo-sub { font-size:0.65rem; font-weight:400; color:var(--muted); letter-spacing:0.18em; text-transform:uppercase; display:block; margin-top:-2px; }
    .nav-links { display:flex; gap:2.5rem; align-items:center; }
    .nav-links a { font-size:0.88rem; font-weight:500; color:var(--muted); letter-spacing:0.04em; text-transform:uppercase; transition:color 0.2s; }
    .nav-links a:hover { color:var(--accent); }
    .nav-cta { background:var(--accent); color:#06170a; padding:0.6rem 1.5rem; border-radius:6px; font-weight:700; font-size:0.88rem; letter-spacing:0.04em; text-transform:uppercase; transition:opacity 0.2s; }
    .nav-cta:hover { background:var(--accent-strong); color:#06170a; }

    /* ── HERO ── */
    .hero { min-height:100vh; display:flex; align-items:center; position:relative; overflow:hidden; padding:7rem 3rem 3.5rem; }
    .hero-bg { position:absolute; inset:0; background:radial-gradient(ellipse 80% 60% at 60% 40%,rgba(57,255,138,0.07) 0%,transparent 70%),radial-gradient(ellipse 50% 40% at 80% 80%,rgba(57,212,255,0.05) 0%,transparent 60%),var(--bg); transition:background 0.5s; }
    .hero-grid { position:absolute; inset:0; opacity:0.035; background-image:linear-gradient(var(--accent) 1px,transparent 1px),linear-gradient(90deg,var(--accent) 1px,transparent 1px); background-size:60px 60px; transition:opacity 0.5s; }
    .hero-inner { position:relative; width:100%; max-width:1500px; margin:0 auto; display:flex; align-items:center; min-height:calc(100vh - 11rem); }
    .hero-content { position:relative; max-width:700px; }
    .hero-tag { display:inline-flex; align-items:center; gap:0.5rem; font-size:0.78rem; font-weight:600; letter-spacing:0.12em; text-transform:uppercase; color:var(--accent); border:1px solid rgba(57,255,138,0.3); padding:0.35rem 0.9rem; border-radius:100px; margin-bottom:2rem; }
    .hero-tag::before { content:''; width:6px; height:6px; border-radius:50%; background:var(--accent); display:block; animation:pulse 2s infinite; }
    @keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.4;transform:scale(0.7)} }
    .hero h1 { font-family:var(--font-display); font-size:clamp(1.8rem,14vw,8.5rem); font-weight:900; line-height:1.1; letter-spacing:-0.04em; margin-bottom:0.5rem; text-transform:uppercase; }
    .hero h1 em { font-style:normal; color:var(--accent); display:block; font-weight:700; font-size:clamp(1.2rem,7.5vw,4.5rem); margin-top:1rem; letter-spacing:-0.025em; text-transform:none; }
    .hero p { font-size:1.1rem; color:var(--text); max-width:560px; margin-top:2rem; margin-bottom:2.5rem; line-height:1.55; font-weight:400; }
    .hero p strong { color:var(--accent); font-weight:600; }
    .hero-actions { display:flex; gap:1rem; flex-wrap:wrap; align-items:center; }
    .btn-primary { display:inline-flex; align-items:center; gap:0.5rem; background:var(--accent); color:#06170a; padding:0.95rem 2rem; border-radius:8px; font-weight:700; font-size:1rem; transition:all 0.2s; }
    .btn-primary:hover { transform:translateY(-2px); background:var(--accent-strong); box-shadow:0 8px 30px rgba(168,212,153,0.25); color:#06170a; }
    .btn-secondary { display:inline-flex; align-items:center; gap:0.5rem; border:1px solid var(--border); color:var(--text); padding:0.9rem 2rem; border-radius:8px; font-weight:500; font-size:1rem; transition:all 0.2s; background:rgba(255,255,255,0.03); }
    .btn-secondary:hover { border-color:var(--accent); color:var(--accent); background:rgba(57,255,138,0.05); }
    .hero-stats { display:flex; gap:3rem; margin-top:2.5rem; padding-top:2.5rem; border-top:1px solid var(--border); }
    .hero-stat-num { font-size:2rem; font-weight:700; color:var(--accent); font-family:var(--font-mono); }
    .hero-stat-label { font-size:0.82rem; color:var(--muted); text-transform:uppercase; letter-spacing:0.06em; }
    .hero-visual { position:absolute; right:-5%; top:50%; transform:translateY(-50%); width:45%; max-width:550px; opacity:0.15; }
    .hero-photo { position:absolute; right:0; top:50%; transform:translateY(-50%); width:48%; max-width:720px; aspect-ratio:3/4; opacity:0.95; box-shadow:0 30px 80px rgba(0,0,0,0.5); border:1px solid rgba(168,212,153,0.15); border-radius:20px; }

    /* ── SECTIONS ── */
    section { padding:4rem 3rem; max-width:1200px; margin:0 auto; }
    .section-tag { font-size:0.75rem; font-weight:600; letter-spacing:0.14em; text-transform:uppercase; color:var(--accent); margin-bottom:1rem; display:block; }
    h2 { font-family:var(--font-display); font-size:clamp(2.5rem,6vw,5rem); font-weight:900; letter-spacing:-0.035em; margin-bottom:1rem; line-height:0.95; text-transform:uppercase; }
    .section-intro { font-size:1.05rem; color:var(--muted); max-width:560px; line-height:1.75; margin-bottom:2.5rem; }

    /* ── ABOUT ── */
    .about-grid { display:grid; grid-template-columns:1fr 1fr; gap:4rem; align-items:center; }
    .about-img-placeholder { aspect-ratio:4/3; border-radius:16px; background:var(--bg3); border:1px solid var(--border); display:flex; flex-direction:column; align-items:center; justify-content:center; gap:0.75rem; color:var(--muted); font-family:var(--font-mono); font-size:0.78rem; position:relative; overflow:hidden; }
    .about-img-placeholder::before { content:''; position:absolute; inset:0; background:repeating-linear-gradient(45deg,transparent,transparent 20px,rgba(255,255,255,0.015) 20px,rgba(255,255,255,0.015) 21px); }
    .about-img-placeholder .ph-label { position:relative; text-align:center; }
    .features { display:flex; flex-direction:column; gap:1.5rem; margin-top:2rem; }
    .feature { display:flex; gap:1rem; align-items:flex-start; }
    .feature-icon { width:36px; height:36px; border-radius:8px; background:rgba(57,255,138,0.1); display:flex; align-items:center; justify-content:center; flex-shrink:0; margin-top:2px; }
    .feature-title { font-weight:600; margin-bottom:0.25rem; }
    .feature-desc { font-size:0.9rem; color:var(--muted); }

    /* ── ROLES (kompaktiška versija) ── */
    .roles-section { background: transparent; padding: 4rem 0; }
    .roles-inner { max-width:1200px; margin:0 auto; padding:0 3rem; }
    .roles-grid-compact { display:grid; grid-template-columns:repeat(3,1fr); gap:0.75rem; }
    .role-mini { display:flex; align-items:center; gap:0.85rem; background:var(--bg3); border:1px solid var(--border); border-radius:10px; padding:0.85rem 1rem; cursor:pointer; transition:all 0.2s; }
    .role-mini:hover, .role-mini.active { border-color:rgba(168,212,153,0.4); background:rgba(168,212,153,0.04); }
    .role-mini.active { box-shadow:0 0 0 1px rgba(168,212,153,0.25); }
    .role-mini-icon { width:32px; height:32px; object-fit:contain; flex-shrink:0; }
    .role-mini-info { flex:1; min-width:0; }
    .role-mini-name { font-size:0.95rem; font-weight:700; line-height:1.2; }
    .role-mini-tagline { font-size:0.78rem; color:var(--muted); line-height:1.3; margin-top:0.15rem; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
    .role-mini-chevron { color:var(--muted); flex-shrink:0; }
    .role-detail-compact { margin-top:1rem; background:var(--bg3); border:1px solid rgba(168,212,153,0.25); border-radius:10px; padding:1rem 1.5rem; display:grid; grid-template-columns:repeat(3,1fr); gap:0.15rem 1.5rem; }
    .role-stat-mini { display:flex; justify-content:space-between; align-items:baseline; padding:0.35rem 0; border-bottom:1px solid rgba(255,255,255,0.05); }
    .role-stat-mini-label { font-size:0.78rem; color:var(--muted); }
    .role-stat-mini-val { font-family:var(--font-mono); font-size:0.85rem; font-weight:700; color:var(--accent); }

    /* ── PRICING ── */
    .pricing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; }
    .price-card { background:var(--bg2); border:1px solid var(--border); border-radius:16px; padding:2.5rem 2rem; position:relative; transition:all 0.25s; }
    .price-card.featured { border-color:rgba(57,255,138,0.4); background:linear-gradient(135deg,rgba(57,255,138,0.05),var(--bg2)); }
    .price-badge { position:absolute; top:-13px; left:50%; transform:translateX(-50%); background:var(--accent); color:#06170a; font-size:0.72rem; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; padding:0.3rem 1rem; border-radius:100px; }
    .price-label { font-size:0.78rem; text-transform:uppercase; letter-spacing:0.1em; color:var(--muted); margin-bottom:1rem; }
    .price-amount { font-size:3.5rem; font-weight:700; font-family:var(--font-mono); line-height:1; margin-bottom:0.25rem; }
    .price-amount span { font-size:1.2rem; font-weight:400; color:var(--muted); }
    .price-note { font-size:0.82rem; color:var(--muted); margin-bottom:2rem; }
    .price-items { list-style:none; display:flex; flex-direction:column; gap:0.75rem; margin-bottom:2rem; }
    .price-items li { display:flex; align-items:flex-start; gap:0.6rem; font-size:0.9rem; }
    .price-items li::before { content:'✓'; color:var(--accent); font-weight:700; flex-shrink:0; margin-top:1px; }
    .price-items li.extra::before { content:'+'; color:var(--muted); }
    .price-items li.extra { color:var(--muted); }
    .price-btn { width:100%; padding:0.85rem; border-radius:8px; font-weight:700; font-size:0.95rem; text-align:center; cursor:pointer; transition:all 0.2s; display:block; border:1px solid var(--border); background:rgba(255,255,255,0.04); color:var(--text); }
    .price-btn:hover,.price-card.featured .price-btn { background:var(--accent); color:#06170a; border-color:var(--accent); }

    /* ── WEATHER ── */
    .weather-section { background:var(--bg2); border-top:1px solid var(--border); border-bottom:1px solid var(--border); padding:3.5rem 0; }
    .weather-inner { max-width:1200px; margin:0 auto; padding:0 3rem; }
    .weather-today { display:flex; flex-direction:column; gap:0.75rem; background:var(--bg3); border:1px solid var(--border); border-radius:14px; padding:1.25rem 1.5rem; margin-bottom:1rem; }
    .weather-today-label { font-size:0.7rem; text-transform:uppercase; letter-spacing:0.12em; color:var(--muted); font-weight:600; }
    .weather-today-body { display:flex; align-items:center; gap:1.5rem; }
    .weather-today-icon { font-size:3rem; line-height:1; }
    .weather-today-temp { font-size:2.4rem; font-weight:700; font-family:var(--font-mono); line-height:1; }
    .weather-today-info { flex:1; }
    .weather-today-desc { font-size:1rem; font-weight:600; margin:0.35rem 0 0.2rem; }
    .weather-today-note { font-size:0.82rem; color:var(--muted); }
    .weather-play-badge { padding:0.5rem 1.2rem; border-radius:100px; font-size:0.85rem; font-weight:700; display:inline-flex; align-items:center; gap:0.4rem; }
    .weather-play-badge.go { background:rgba(57,255,138,0.15); color:var(--accent); border:1px solid rgba(57,255,138,0.3); }
    .weather-play-badge.no { background:rgba(255,80,80,0.12); color:#ff7070; border:1px solid rgba(255,80,80,0.25); }
    .weather-play-badge.maybe { background:rgba(255,200,50,0.12); color:#ffc832; border:1px solid rgba(255,200,50,0.25); }
    .weather-days { display:grid; grid-template-columns:repeat(7,1fr); gap:0.5rem; }
    .weather-day { background:var(--bg3); border:1px solid var(--border); border-radius:8px; padding:0.75rem 0.5rem; text-align:center; }
    .weather-day-name { font-size:0.68rem; color:var(--muted); margin-bottom:0.4rem; display:flex; flex-direction:column; gap:1px; line-height:1.1; }
    .weather-day-name .wd-date { font-family:var(--font-mono); font-size:0.72rem; color:var(--text); font-weight:700; }
    .weather-day-name .wd-day { text-transform:uppercase; letter-spacing:0.06em; font-size:0.62rem; }
    .weather-day-icon { font-size:1.3rem; margin-bottom:0.3rem; line-height:1; }
    .weather-day-temp { font-size:0.85rem; font-weight:700; font-family:var(--font-mono); }
    .weather-day-rain { font-size:0.68rem; color:var(--muted); margin-top:0.2rem; font-family:var(--font-mono); }
    .weather-loading { text-align:center; padding:3rem; color:var(--muted); }
    .weather-section-label { font-size:0.72rem; text-transform:uppercase; letter-spacing:0.12em; color:var(--muted); font-weight:600; margin-bottom:0.75rem; }
    .weather-hourly-wrap { margin-top:0.5rem; }
    .weather-hourly { display:grid; grid-template-columns:repeat(8,1fr); gap:0.5rem; }
    .weather-hour { background:var(--bg3); border:1px solid var(--border); border-radius:10px; padding:0.85rem 0.5rem; text-align:center; }
    .weather-hour-time { font-size:0.72rem; color:var(--muted); font-family:var(--font-mono); margin-bottom:0.4rem; letter-spacing:0.04em; }
    .weather-hour-icon { font-size:1.4rem; margin-bottom:0.35rem; }
    .weather-hour-temp { font-size:0.95rem; font-weight:700; font-family:var(--font-mono); }
    .weather-hour-rain { font-size:0.7rem; margin-top:0.25rem; font-family:var(--font-mono); }

    /* ── PREP — vienodos kortelės su skirtukais tarp stulpelių ── */
    .prep-grid { display: grid; grid-template-columns: repeat(4, 1fr); column-gap: 2rem; row-gap: 2.5rem; }
    .prep-card { background: transparent; border: 0; padding: 0; position: relative; }
    .prep-card:not(:first-child)::before {
        content: ''; position: absolute; top: 0; bottom: 0; left: -1rem;
        width: 1px; background: rgba(168,212,153,0.18);
    }
    .prep-num { font-family: var(--font-display); font-size: 5rem; font-weight: 900; color: var(--accent); line-height: 0.9; letter-spacing: -0.05em; margin-bottom: 1.5rem; }
    .prep-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; color: var(--text); }
    .prep-card p { font-size: 0.92rem; color: var(--text); opacity: 0.85; line-height: 1.55; }

    /* ── CONTACT ── */
    .contact-section { background: transparent; }
    .map-section {
  position: relative;
  padding: 2rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.map-section::before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  top: 0;
  bottom: 0;
  background: var(--bg2);
  z-index: -1;
}

.map-iframe {
  display: block;
  width: min(1200px, calc(100% - 6rem));
  max-width: calc(100% - 6rem);
  height: 480px;
  margin: 0 auto;
  border: 0;
  border-radius: 12px;
  filter: invert(0.92) hue-rotate(180deg) brightness(0.95) contrast(0.95) saturate(0.8);
}
    .contact-inner { max-width:1200px; margin:0 auto; padding:4rem 3rem; }
    .contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:5rem; align-items:start; }
    .contact-item { display:flex; align-items:flex-start; gap:1rem; margin-bottom:1.75rem; }
    .contact-icon { width:42px; height:42px; border-radius:10px; background:rgba(57,255,138,0.1); display:flex; align-items:center; justify-content:center; flex-shrink:0; font-size:1.1rem; }
    .contact-label { font-size:0.75rem; text-transform:uppercase; letter-spacing:0.08em; color:var(--muted); margin-bottom:0.25rem; }
    .contact-val { font-weight:600; font-size:1.05rem; }
    .contact-val a { transition:color 0.2s; }
    .contact-val a:hover { color:var(--accent); }
    .cta-box { background:linear-gradient(135deg,rgba(57,255,138,0.08),rgba(57,212,255,0.04)); border:1px solid rgba(57,255,138,0.25); border-radius:20px; padding:3rem; }
    .cta-box h3 { font-size:1.6rem; font-weight:700; margin-bottom:0.75rem; }
    .cta-box p { color:var(--muted); margin-bottom:2rem; }
    .cta-buttons { display:flex; flex-direction:column; gap:1rem; }
    .cta-phone { display:flex; align-items:center; gap:0.75rem; justify-content:center; background:var(--accent); color:#06170a; padding:1rem 1.5rem; border-radius:10px; font-weight:700; font-size:1.1rem; transition:all 0.2s; }
    .cta-phone:hover { transform:translateY(-2px); background:var(--accent-strong); box-shadow:0 8px 30px rgba(168,212,153,0.25); color:#06170a; }
    .cta-messenger { display:flex; align-items:center; gap:0.75rem; justify-content:center; background:rgba(255,255,255,0.05); border:1px solid var(--border); color:var(--text); padding:1rem 1.5rem; border-radius:10px; font-weight:600; font-size:1rem; transition:all 0.2s; }
    .cta-messenger:hover { background:#0084ff; border-color:#0084ff; color:#fff; }
    footer { max-width:1200px; margin:0 auto; padding:2rem 3rem; border-top:1px solid var(--border); display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:1rem; }
    footer p { font-size:0.82rem; color:var(--muted); }

    /* ── RESPONSIVE ── */
    @media (max-width:900px) {
      nav { padding:1rem 1.5rem; }
      .nav-links { display:none; }
      .hero { padding:6rem 1rem 3rem; }
      .hero-visual { display:none; }
      .hero-photo { display:none; }
      section { padding:3rem 1.5rem; }
      .about-grid { grid-template-columns:1fr; }
      .roles-grid-compact { grid-template-columns:1fr 1fr; }
      .role-detail-compact { grid-template-columns:1fr 1fr; }
      .pricing-grid { grid-template-columns:1fr; max-width:400px; margin:0 auto; }
      .prep-grid { grid-template-columns: 1fr 1fr; row-gap: 2.5rem; }
      .prep-card::before { display: none; }
      .contact-grid { grid-template-columns:1fr; gap:3rem; }
      .roles-inner,.weather-inner,.contact-inner { padding:3rem 1.5rem; }
      .weather-days { grid-template-columns: repeat(6, 1fr); }
      .weather-hourly { grid-template-columns: repeat(6, 1fr); }
      footer { padding:2rem 1.5rem; }
    }
    @media (max-width:600px) {
      .hero-stats { gap:2rem; flex-wrap:wrap; }
      .roles-grid-compact { grid-template-columns:1fr; }
      .role-detail-compact { grid-template-columns:1fr; }
      .prep-grid { grid-template-columns:1fr; }
      .weather-days { grid-template-columns:repeat(2,1fr); }
    }

/* ── GALERIJA + LIGHTBOX ── */
.gallery-section { background: var(--bg2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 4rem 0; max-width: none; margin: 0; }
.gallery-inner { max-width: 1200px; margin: 0 auto; padding: 0 3rem; }
.gallery { position: relative; }
.gallery-track {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.75rem;
}
.gallery-item {
    width: 100%; aspect-ratio: 1/1; padding: 0;
    border-radius: 10px; overflow: hidden; cursor: pointer;
    border: 1px solid var(--border); background: var(--bg3);
    transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
    position: relative;
}
.gallery-item:hover { transform: scale(1.03); border-color: rgba(168,212,153,0.4); box-shadow: 0 12px 32px rgba(0,0,0,0.4); z-index: 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-nav { display: none; }
.gallery-count { display: none; }
@media (max-width: 900px) {
    .gallery-section { padding: 3rem 0; }
    .gallery-inner { padding: 0 1.5rem; }
    .gallery-track { grid-template-columns: repeat(4, 1fr); gap: 0.5rem; }
}
@media (max-width: 600px) {
    .gallery-track { grid-template-columns: repeat(3, 1fr); }
}

/* ── LIGHTBOX ── */
.lightbox {
    position: fixed; inset: 0; z-index: 999;
    background: rgba(6,23,10,0.96); backdrop-filter: blur(20px);
    display: none; align-items: center; justify-content: center;
}
.lightbox.open { display: flex; }
.lightbox-img { max-width: 92vw; max-height: 88vh; border-radius: 8px; box-shadow: 0 20px 60px rgba(0,0,0,0.6); }
.lightbox-close, .lightbox-prev, .lightbox-next {
    position: absolute; background: rgba(0,0,0,0.5); border: 1px solid var(--border);
    color: var(--text); cursor: pointer; font-size: 1.8rem; line-height: 1;
    width: 48px; height: 48px; border-radius: 50%; transition: background 0.2s, border-color 0.2s;
}
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover { background: var(--accent); color: #06170a; border-color: var(--accent); }
.lightbox-close { top: 1.5rem; right: 1.5rem; }
.lightbox-prev { left: 2rem; top: 50%; transform: translateY(-50%); width: 56px; height: 56px; font-size: 2.2rem; }
.lightbox-next { right: 2rem; top: 50%; transform: translateY(-50%); width: 56px; height: 56px; font-size: 2.2rem; }
.lightbox-counter {
    position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%);
    color: var(--muted); font-family: var(--font-mono); font-size: 0.9rem;
    background: rgba(0,0,0,0.5); padding: 0.5rem 1rem; border-radius: 100px; border: 1px solid var(--border);
}
@media (max-width: 600px) {
    .lightbox-prev { left: 0.75rem; width: 40px; height: 40px; font-size: 1.6rem; }
    .lightbox-next { right: 0.75rem; width: 40px; height: 40px; font-size: 1.6rem; }
}


/* ── WEATHER LAYOUT v2: dabartinis + valandinė viena eilutė ── */
.weather-today-row {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 1rem;
    margin-bottom: 0.5rem;
    align-items: stretch;
}
.weather-today-row .weather-today { margin-bottom: 0; height: 100%; }
.weather-hourly-inline {
    background: var(--bg3);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 1rem 1.25rem;
    min-width: 0;
}
.weather-hourly-inline .weather-section-label { margin-bottom: 1rem; }
.weather-hourly-inline .weather-hourly {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 0.5rem;
    padding-bottom: 0;
}
.weather-hourly-inline .weather-hourly::-webkit-scrollbar { height: 4px; }
.weather-hourly-inline .weather-hourly::-webkit-scrollbar-thumb { background: rgba(168,212,153,0.4); border-radius: 2px; }
.weather-hourly-inline .weather-hour {
    background: rgba(255,255,255,0.02);
    padding: 0.6rem 0.4rem;
    border-radius: 8px;
    min-width: 0;
}
@media (max-width: 900px) {
    .weather-today-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .weather-hourly-inline { padding: 1rem; }
    /* weather-hourly mobile scroll */
    .weather-hourly-inline .weather-hourly {
        display: flex;
        gap: 0.5rem;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
        scrollbar-color: var(--accent) transparent;
    }
    .weather-hourly-inline .weather-hour {
        flex: 0 0 64px;
        scroll-snap-align: start;
    }
}


/* Hero photo placeholder (matosi tik adminams kai nuotrauka neįkelta) */
.hero-photo-placeholder {
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem;
    background: rgba(168,212,153,0.04);
    border: 2px dashed rgba(168,212,153,0.3);
    color: var(--muted); text-align: center; padding: 2rem;
}
.hero-photo-msg { font-family: var(--font-mono); font-size: 0.85rem; line-height: 1.6; }
.hero-photo-msg a { color: var(--accent); text-decoration: underline; }
.hero-photo-msg a:hover { color: var(--accent-strong); }


/* ── ALT BG ── pricing has tinted full-width bg via ::before */
#kainos { position: relative; padding-top: 5rem; padding-bottom: 5rem; }
#kainos::before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    top: 0; bottom: 0;
    background: var(--bg2);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    z-index: -1;
}
#kainos > * { position: relative; z-index: 1; }

@media (max-width: 640px) {  .hero {    padding: 6rem 1.5rem 3rem;  }  .hero h1 {    font-size: clamp(2.2rem, 11vw, 8.5rem);  }  .hero h1 em {    font-size: clamp(1.4rem, 7vw, 4.5rem);  }  .hero-stats {    gap: 1.5rem;    flex-wrap: wrap;  }}