/* ═══════════════════════════════════════════════════════════
   Sielai Namai — v3: skandinaviškas minimalizmas
   Paletė: šilta balta + grafitas + „aušros" gradientas (smėlis→blush→mauve→ryto pilkšva)
   Tipografija: Instrument Serif (antraštės/akcentai) + Helvetica (body/UI)
   Signature: viena nenutrūkstama plona grafito linija (spiralė / ratas)
   ═══════════════════════════════════════════════════════════ */

:root {
  --popierius: #FAFAF7;              /* dominuojantis fonas */
  --rukas:     #F0EEE9;              /* antrinis paviršius */
  --grafitas:  #1C1C1A;              /* tekstas + tamsios sekcijos */
  --pilkas:    rgba(28, 28, 26, .7); /* antrinis tekstas šviesiame (AA) */
  --sviesus-2: rgba(250, 250, 247, .65); /* antrinis tekstas tamsiame */
  --akcentas:  #8A6E7F;              /* dulsva mauve — vienintelis spalvos akcentas */
  --akcentas-t:#7A5F70;              /* mauve tekstui šviesiame fone (AA) */

  /* aušros gradientas */
  --ausra-1: #F2E7DB;
  --ausra-2: #EBD5D2;
  --ausra-3: #DCD0DC;
  --ausra-4: #CFD6DD;

  --f-serif: "Instrument Serif", Georgia, serif;
  --f-sans:  "Helvetica Neue", Helvetica, Arial, sans-serif;

  --wrap: min(1200px, calc(100vw - 48px));
  --nav-h: 72px;
}

/* ── bazė ── */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body {
  background: var(--popierius);
  color: var(--grafitas);
  font-family: var(--f-sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, canvas { display: block; max-width: 100%; }
a { color: inherit; }
::selection { background: rgba(138, 110, 127, .28); }
:focus-visible { outline: 2px solid var(--akcentas-t); outline-offset: 3px; }
.sec-deep :focus-visible, .site-footer :focus-visible { outline-color: #D8C3CE; }

.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip-path: inset(50%); white-space: nowrap; border: 0;
}

/* Lenis (dist/lenis.css taisyklės, inline) */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }
.lenis.lenis-smooth iframe { pointer-events: none; }

/* ── grūdas ── */
.grain {
  position: fixed; inset: 0; z-index: 90;
  pointer-events: none;
  opacity: .05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='180'%20height='180'%3E%3Cfilter%20id='n'%3E%3CfeTurbulence%20type='fractalNoise'%20baseFrequency='0.9'%20numOctaves='2'%20stitchTiles='stitch'/%3E%3CfeColorMatrix%20type='saturate'%20values='0'/%3E%3C/filter%3E%3Crect%20width='100%25'%20height='100%25'%20filter='url(%23n)'%20opacity='0.55'/%3E%3C/svg%3E");
}

/* ── tipografiniai vaidmenys ── */
.eyebrow {
  font-family: var(--f-sans);
  font-weight: 500;
  font-size: .7rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--pilkas);
  margin: 0 0 1.4em;
}
.sec-deep .eyebrow { color: var(--sviesus-2); }

h2 {
  font-family: var(--f-serif);
  font-weight: 400;
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  line-height: 1.03;
  letter-spacing: -0.01em;
  margin: 0 0 .4em;
}

.lead {
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.65;
  color: var(--pilkas);
  max-width: 52ch;
  margin: 0;
}
.sec-deep .lead { color: var(--sviesus-2); }

/* ── sekcijų karkasas ── */
.sec { padding-block: clamp(96px, 15vh, 176px); }
.sec-bone { background: var(--popierius); color: var(--grafitas); }
.sec-rukas { background: var(--rukas); color: var(--grafitas); }
.sec-deep { background: var(--grafitas); color: var(--popierius); }
.wrap { width: var(--wrap); margin-inline: auto; }

/* ── scroll-reveal ── */
[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .95s ease, transform .95s cubic-bezier(.22, .8, .3, 1);
}
[data-reveal].is-inview { opacity: 1; transform: none; }

/* ═══════════ NAVIGACIJA ═══════════ */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 80;
  height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
  padding: 0 clamp(20px, 4vw, 44px);
  transition: background .4s ease, box-shadow .4s ease;
}
.site-nav.is-scrolled {
  background: rgba(250, 250, 247, .84);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(28, 28, 26, .07);
}
/* tamsi nav tema virš grafito sekcijų */
.site-nav.is-dark { background: rgba(28, 28, 26, .78); box-shadow: 0 1px 0 rgba(250, 250, 247, .08); }
.site-nav.is-dark .nav-brand { color: var(--popierius); }
.site-nav.is-dark .nav-links a { color: rgba(250, 250, 247, .7); }
.site-nav.is-dark .nav-links a:hover { color: var(--popierius); }
.site-nav.is-dark .nav-cta { background: var(--popierius); color: var(--grafitas); }
.site-nav.is-dark .nav-burger span { background: var(--popierius); }
/* atidarytas overlay — nav visada šviesios temos ir be CTA dubliavimo */
.site-nav.is-open { background: transparent; box-shadow: none; }
.site-nav.is-open .nav-brand { color: var(--grafitas); }
.site-nav.is-open .nav-burger span { background: var(--grafitas); }
.site-nav.is-open .nav-cta { opacity: 0; pointer-events: none; }
.nav-brand {
  font-family: var(--f-serif);
  font-size: 1.3rem;
  text-decoration: none;
  color: var(--grafitas);
  letter-spacing: .01em;
}
.nav-brand em { font-style: italic; }
.nav-right { display: flex; align-items: center; gap: clamp(16px, 2vw, 28px); }
.nav-links { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 36px); }
.nav-links a {
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--pilkas);
  transition: color .3s ease;
}
.nav-links a:hover { color: var(--grafitas); }
.nav-cta {
  background: var(--grafitas);
  color: var(--popierius);
  font-size: .88rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 999px;
  padding: 10px 22px;
  transition: transform .3s ease, background .3s ease;
}
.nav-cta:hover { color: var(--popierius); }
.nav-cta:hover { transform: translateY(-1px); background: #000; }
.nav-burger {
  display: none;
  width: 42px; height: 42px;
  background: none; border: none; cursor: pointer;
  flex-direction: column; justify-content: center; align-items: center; gap: 6px;
}
.nav-burger span {
  display: block; width: 20px; height: 1.5px;
  background: var(--grafitas);
  transition: transform .3s ease;
}
.nav-burger[aria-expanded="true"] span:first-child { transform: translateY(3.75px) rotate(45deg); }
.nav-burger[aria-expanded="true"] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }

.nav-overlay {
  position: fixed; inset: 0; z-index: 75;
  background: var(--popierius);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: clamp(14px, 3vh, 26px);
  opacity: 0; visibility: hidden;
  transition: opacity .35s ease, visibility .35s ease;
}
.nav-overlay.is-open { opacity: 1; visibility: visible; }
.nav-overlay a {
  font-family: var(--f-serif);
  font-size: clamp(1.9rem, 7vw, 2.6rem);
  text-decoration: none;
  color: var(--grafitas);
}
.nav-overlay a[href="#rezervacija"] { color: var(--akcentas-t); }
.nav-overlay .overlay-login {
  font-family: var(--f-sans);
  font-size: .95rem;
  color: var(--pilkas);
  margin-top: 18px;
}

/* ═══════════ 1. HERO ═══════════ */
.scrub-section { position: relative; height: 480vh; }
.scrub-sticky {
  position: sticky; top: 0;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}
.scrub-canvas { position: absolute; inset: 0; width: 100%; height: 100%; }

.hero-stack {
  position: absolute; inset: 0; z-index: 3;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  padding: var(--nav-h) 20px 0;
}

.spiral-host {
  width: clamp(190px, 34vmin, 310px);
  aspect-ratio: 1;
  color: var(--grafitas);
  margin-bottom: clamp(10px, 2.5vh, 26px);
}
.spiral-svg { width: 100%; height: 100%; }

.wordmark {
  font-family: var(--f-serif);
  font-weight: 400;
  font-size: clamp(3rem, 10vw, 6.6rem);
  line-height: 1;
  color: var(--grafitas);
  margin: 0;
  display: flex; align-items: baseline; gap: .18em;
  white-space: nowrap;
}
.wm-sielai { font-style: italic; }
.wm-namai { font-style: normal; }

.hero-eyebrow { color: var(--pilkas); margin: 1.5em 0 0; }

.hero-ctas {
  margin-top: clamp(28px, 5vh, 48px);
  display: flex;
  gap: clamp(24px, 4vw, 44px);
  align-items: baseline;
}
.hero-cta {
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .24em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--grafitas);
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(28, 28, 26, .3);
  transition: color .4s ease, border-color .4s ease;
}
.hero-cta:hover { color: var(--akcentas-t); border-color: var(--akcentas); }
.hero-cta-2 { color: var(--pilkas); border-color: rgba(28, 28, 26, .18); }

/* hero įėjimo choreografija: spiralė (JS, ~0.4–4.4 s) → wordmark nusėda → tagline → CTA */
.wordmark { opacity: 0; animation: settle 1.3s cubic-bezier(.3, .7, .2, 1) 3.8s forwards; }
.hero-eyebrow { opacity: 0; animation: fadeUp 1.1s ease 4.7s forwards; }
.hero-cta { opacity: 0; animation: fadeIn 1.5s ease 5.5s forwards; }
@keyframes settle { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: none; } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

.scrub-copy {
  position: absolute; inset: 0; z-index: 2;
  display: grid; place-items: center;
  padding: 0 24px;
}
.scrub-line {
  grid-area: 1 / 1;
  opacity: 0;
  margin: 0;
  font-family: var(--f-serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.6rem, 3.8vw, 2.7rem);
  line-height: 1.28;
  text-align: center;
  max-width: 22ch;
  color: var(--grafitas);
}
.scrub-line-final { color: var(--akcentas-t); }

.scroll-hint {
  position: absolute; bottom: 4.5vh; left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.scroll-hint span {
  display: block; width: 1px; height: 46px;
  background: linear-gradient(to bottom, transparent, rgba(28, 28, 26, .55));
  transform-origin: top;
  animation: hintPulse 2.6s ease-in-out infinite;
}
@keyframes hintPulse {
  0%, 100% { transform: scaleY(.5); opacity: .45; }
  50% { transform: scaleY(1); opacity: 1; }
}

/* ═══════════ 2 & 6. CIKLO RATAI ═══════════ */
#ciklas .wrap { text-align: center; }
#ciklas .lead { margin-inline: auto; }

.cycle-wrap { margin-top: clamp(40px, 7vh, 80px); }
.cycle {
  position: relative;
  width: min(86vw, 620px);
  aspect-ratio: 1;
  margin-inline: auto;
  color: rgba(28, 28, 26, .72);   /* signature linija — grafitas */
}
/* aušros švytėjimas už centro */
.cycle::before {
  content: "";
  position: absolute; inset: 12%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 45%, rgba(235, 213, 210, .5), rgba(220, 208, 220, .22) 55%, transparent 72%);
}
.cycle-svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.cycle-layer { position: absolute; inset: 0; }

.cycle-wrap.is-inview .cyc-ring,
.cycle-wrap.is-inview .cyc-arm { stroke-dashoffset: 0 !important; }
.cyc-arm { opacity: .4; }

.cycle-item {
  position: absolute; inset: 0;
  margin: 0; padding: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity .9s ease var(--d, 0s);
}
.cycle-wrap.is-inview .cycle-item { opacity: 1; }

.cycle-btn {
  pointer-events: auto;
  cursor: pointer;
  background: none; border: none;
  font: inherit; color: inherit;
  padding: 8px 10px;
}

.cycle-dot {
  position: absolute;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--grafitas);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 7px rgba(138, 110, 127, .12);
}
.cycle-label {
  position: absolute;
  transform: translate(-50%, -50%);
  display: flex; flex-direction: column; gap: 3px;
  text-align: center;
  width: max-content;
  max-width: 9em;
}
.cycle-name {
  font-family: var(--f-sans);
  font-weight: 500;
  font-size: clamp(.95rem, 2.1vw, 1.15rem);
  line-height: 1.15;
  color: var(--grafitas);
}
.cycle-sub {
  font-size: .78rem;
  color: var(--pilkas);
  letter-spacing: .02em;
}

.cycle-center {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 56%;
}
.center-word {
  display: block;
  font-family: var(--f-serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.9rem, 4.2vw, 2.7rem);
  color: var(--akcentas-t);
}
.center-sub {
  display: block;
  margin-top: 6px;
  font-size: .78rem;
  letter-spacing: .05em;
  color: var(--pilkas);
}

/* pasidalinimų ratas */
.sec-shares .wrap { text-align: center; }
.cycle-shares .cycle-name { font-size: 1rem; }
.cycle-shares .cyc-arm { opacity: .22; }
.cycle-shares .cycle-item .cycle-dot { transition: box-shadow .35s ease, transform .35s ease, background .35s ease; }
.cycle-shares .cycle-item:has(.cycle-btn:hover) .cycle-dot,
.cycle-shares .cycle-item.is-active .cycle-dot {
  background: var(--akcentas);
  box-shadow: 0 0 0 10px rgba(138, 110, 127, .16);
  transform: translate(-50%, -50%) scale(1.2);
}
.cycle-shares .cycle-item.is-active .cycle-name { color: var(--akcentas-t); }
.cycle-shares .cycle-center { width: 62%; }
.share-quote { margin: 0; }
.share-quote p {
  font-family: var(--f-serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.1rem, 2.3vw, 1.5rem);
  line-height: 1.38;
  color: var(--grafitas);
  margin: 0;
}
.share-quote cite {
  display: block;
  margin-top: 12px;
  font-family: var(--f-sans);
  font-style: normal;
  font-size: .82rem;
  letter-spacing: .05em;
  color: var(--pilkas);
}

/* ═══════════ 3. FOTOGRAFIJA ═══════════ */
.foto-grid {
  display: grid;
  grid-template-columns: 6fr 5fr;
  gap: clamp(36px, 5vw, 76px);
  align-items: center;
}
.ph-hero { margin: 0; }
.ph-art { overflow: hidden; }
.ph-art-hero {
  aspect-ratio: 4 / 5;
  background: linear-gradient(168deg, var(--ausra-1) 0%, var(--ausra-2) 42%, var(--ausra-3) 72%, var(--ausra-4) 100%);
}
.ph-badge {
  margin-top: 12px;
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(28, 28, 26, .7);
}
.ph-badge-inline { margin: -0.4em 0 0; }

.foto-quote { margin: 0; }
.foto-quote p {
  font-family: var(--f-serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.32;
  color: var(--grafitas);
  margin: 0;
}
.foto-quote cite {
  display: block;
  margin-top: 16px;
  font-family: var(--f-sans);
  font-style: normal;
  font-size: .88rem;
  color: var(--pilkas);
}
.foto-body {
  margin: 24px 0 0;
  line-height: 1.7;
  color: rgba(28, 28, 26, .72);
  max-width: 44ch;
}

/* ═══════════ 4. ERDVĖ ═══════════ */
.erdve-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: clamp(36px, 5vw, 84px);
  align-items: center;
}
.erdve-status {
  display: inline-block;
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--akcentas-t);
  border: 1px solid rgba(138, 110, 127, .35);
  border-radius: 999px;
  padding: 7px 14px;
  margin: 26px 0 0;
}
.erdve-facts {
  list-style: none;
  margin: 30px 0 0; padding: 0;
  display: flex; flex-direction: column; gap: 0;
}
.erdve-facts li {
  padding: 13px 0;
  border-top: 1px solid rgba(28, 28, 26, .12);
  font-size: .95rem;
  color: rgba(28, 28, 26, .75);
}
.erdve-facts li:last-child { border-bottom: 1px solid rgba(28, 28, 26, .12); }
.erdve-art-stack { display: grid; gap: 14px; }
.erdve-art-main {
  aspect-ratio: 16 / 10;
  position: relative;
  background: linear-gradient(150deg, var(--ausra-2) 0%, var(--ausra-3) 55%, var(--ausra-4) 100%);
}
/* signature linijos motyvas ant interjero placeholder'io */
.erdve-art-main::after {
  content: "";
  position: absolute;
  right: -7%; bottom: -18%;
  width: 46%; aspect-ratio: 1;
  border: 1px solid rgba(28, 28, 26, .28);
  border-radius: 50%;
}
.erdve-art-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.erdve-art-a { aspect-ratio: 4 / 3; background: linear-gradient(180deg, var(--ausra-1), var(--ausra-2)); }
.erdve-art-b { aspect-ratio: 4 / 3; background: linear-gradient(200deg, #EDEAEC, #CBD2DC); }

/* ═══════════ 5. KOLIAŽAS ═══════════ */
.sec-collage { padding-top: clamp(48px, 8vh, 96px); }
.sec-collage .wrap { text-align: center; }
.collage {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: start;
  width: var(--wrap);
  margin: clamp(48px, 8vh, 88px) auto 0;
}
.col-card { margin: 0; }
.col-card .ph-art { box-shadow: 0 1px 2px rgba(28, 28, 26, .08); }
.col-card figcaption {
  margin-top: 10px;
  font-family: var(--f-sans);
  font-size: .78rem;
  letter-spacing: .04em;
  color: var(--pilkas);
}
.c1 { grid-column: 1 / 5;  grid-row: 1; }
.c2 { grid-column: 5 / 8;  grid-row: 1; margin-top: 16%; z-index: 2; }
.c3 { grid-column: 8 / 12; grid-row: 1; margin-top: 5%; }
.c4 { grid-column: 3 / 6;  grid-row: 2; margin-top: -12%; }
.c5 { grid-column: 7 / 11; grid-row: 2; margin-top: -2%; z-index: 2; }

.art-sokis      { aspect-ratio: 3/4; background: linear-gradient(165deg, var(--ausra-1), var(--ausra-2)); }
.art-kvepavimas { aspect-ratio: 4/3; background: linear-gradient(180deg, #EFEEEB, var(--ausra-4)); }
.art-kakava     { aspect-ratio: 1/1; background: linear-gradient(170deg, #E6D6CD, #D8C6BE); }
.art-jega       { aspect-ratio: 1/1; background: linear-gradient(180deg, #E2DDE1, #C9CBD6); }
.art-ramybe     { aspect-ratio: 4/3; background: linear-gradient(185deg, #EAE2E8, #CDD3DE); }

/* ═══════════ 7. REZERVACIJA (tvarkaraštis) ═══════════ */
.book-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 28px;
}
.account-link {
  flex-shrink: 0;
  margin-top: .4em;
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--sviesus-2);
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(250, 250, 247, .3);
  transition: color .35s ease, border-color .35s ease;
}
.account-link::after { content: " →"; letter-spacing: 0; }
.account-link:hover { color: var(--popierius); border-color: var(--popierius); }

/* filtrų chips'ai */
.chips {
  display: flex; flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(32px, 5vh, 52px);
}
.chip {
  font-family: var(--f-sans);
  font-size: .85rem;
  font-weight: 500;
  color: rgba(250, 250, 247, .75);
  background: none;
  border: 1px solid rgba(250, 250, 247, .28);
  border-radius: 999px;
  padding: 9px 18px;
  cursor: pointer;
  transition: color .3s ease, background .3s ease, border-color .3s ease;
}
.chip:hover { border-color: rgba(250, 250, 247, .6); color: var(--popierius); }
.chip.is-active {
  background: var(--popierius);
  color: var(--grafitas);
  border-color: var(--popierius);
}

/* savaitės tvarkaraštis */
.sched-context {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: clamp(28px, 4vh, 44px);
}
.sched-week {
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--popierius);
}
.sched-loc { font-size: .85rem; color: var(--sviesus-2); }

.schedule {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  min-height: 320px;   /* filtruojant sąrašas nešokinėja */
}
.sched-row {
  display: grid;
  grid-template-columns: 132px 1fr auto auto;
  align-items: center;
  gap: clamp(16px, 3vw, 40px);
  padding: 22px 0;
  border-top: 1px solid rgba(250, 250, 247, .12);
}
.sched-row:last-child { border-bottom: 1px solid rgba(250, 250, 247, .12); }
.sched-row.is-hidden { display: none; }

.sched-when { display: flex; flex-direction: column; gap: 2px; }
.sched-day {
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--sviesus-2);
}
.sched-time {
  font-family: var(--f-serif);
  font-size: 1.7rem;
  line-height: 1.1;
  color: var(--popierius);
}
.sched-what h3 {
  font-family: var(--f-serif);
  font-weight: 400;
  font-size: 1.45rem;
  line-height: 1.15;
  margin: 0 0 3px;
  color: var(--popierius);
}
.sched-what p { margin: 0; font-size: .88rem; color: var(--sviesus-2); }
.sched-meta {
  display: flex; flex-direction: column; gap: 3px;
  text-align: right;
}
.sched-spots { font-size: .82rem; color: var(--sviesus-2); }
.sched-spots.is-few { color: #D8C3CE; }
.sched-price { font-size: .95rem; font-weight: 500; color: var(--popierius); }
.sched-btn {
  font-size: .85rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--grafitas);
  background: var(--popierius);
  border-radius: 999px;
  padding: 11px 24px;
  transition: transform .3s ease, background .3s ease;
}
.sched-btn:hover { transform: translateY(-1px); background: #fff; }

.book-note {
  margin: 36px 0 0;
  font-size: .8rem;
  letter-spacing: .04em;
  color: rgba(250, 250, 247, .62);
}

#rezervacija { padding-bottom: clamp(48px, 7vh, 88px); }

/* dekoratyvių demo nuorodų paspaudimo atsakas */
@keyframes demoPulse { 50% { transform: scale(.96); } }
.demo-pulse { animation: demoPulse .28s ease; }

/* brand mark kaip pereigos ženklas (šviesa → grafitas) */
.brand-divider {
  display: flex;
  justify-content: center;
  color: rgba(250, 250, 247, .8);
  padding-bottom: clamp(40px, 7vh, 72px);
}
.brand-divider.is-inview .brandmark-svg path { stroke-dashoffset: 0 !important; }
.brand-divider:not(.is-inview) .brandmark-svg circle { opacity: 0; }
.brand-divider .brandmark-svg circle { transition: opacity 1s ease 1.6s; }

/* ═══════════ 8. FOOTER ═══════════ */
.site-footer { background: var(--grafitas); color: var(--popierius); padding: clamp(56px, 8vh, 88px) 0 56px; }
.footer-stack {
  display: flex; flex-direction: column;
  align-items: center; text-align: center;
  gap: 14px;
}
.brandmark { color: rgba(250, 250, 247, .85); }
.wordmark-sm {
  font-size: 2rem;
  opacity: 1; animation: none;
  justify-content: center;
  color: var(--popierius);
}
.footer-name { margin: 0; font-size: .95rem; color: var(--popierius); }
.footer-tag { margin: 0; color: var(--sviesus-2); font-size: .66rem; }
.footer-links {
  margin-top: 18px;
  display: flex; gap: 14px; align-items: center;
  font-size: .88rem;
}
.footer-links a {
  color: var(--popierius);
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(250, 250, 247, .3);
  transition: border-color .3s ease;
}
.footer-links a:hover { border-color: var(--popierius); }
.footer-links span { color: var(--sviesus-2); }
.footer-copy { margin: 26px 0 0; font-size: .76rem; color: rgba(250, 250, 247, .6); }

/* ═══════════ RESPONSIVE ═══════════ */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-burger { display: flex; }
  .foto-grid, .erdve-grid { grid-template-columns: 1fr; }
  .foto-aside { max-width: 560px; }
  .erdve-grid { align-items: start; }
}

@media (max-width: 620px) {
  .book-head { flex-direction: column; }
  .account-link { order: -1; align-self: flex-end; margin-top: 0; }

  .sched-row {
    grid-template-columns: 1fr auto;
    grid-template-areas: "when btn" "what btn" "meta btn";
    row-gap: 6px;
    padding: 18px 0;
  }
  .sched-when { grid-area: when; flex-direction: row; align-items: baseline; gap: 10px; }
  .sched-time { font-size: 1.3rem; }
  .sched-what { grid-area: what; }
  .sched-meta { grid-area: meta; flex-direction: row; gap: 14px; text-align: left; }
  .sched-btn { grid-area: btn; align-self: center; }

  .cycle { width: 92vw; }
  .cycle-label { max-width: 5.8em; }
  .cycle-name, .cycle-shares .cycle-name { font-size: .92rem; }
  .cycle-center { width: 62%; }
  .cycle-shares .cycle-center { width: 58%; }
  .share-quote p { font-size: .95rem; line-height: 1.4; }
  .cycle-shares .cyc-arm { opacity: .14; }

  .collage { grid-template-columns: repeat(2, 1fr); gap: 18px 14px; }
  .c1, .c2, .c3, .c4, .c5 { grid-column: auto; grid-row: auto; margin-top: 0; }
  .c2 { margin-top: 12%; }
  .c5 { margin-top: -6%; }

  .erdve-art-main::after { right: -4%; bottom: -12%; width: 38%; }

  .scrub-section { height: 420vh; }
}

/* ═══════════ REDUCED MOTION ═══════════ */
@media (prefers-reduced-motion: reduce) {
  .wordmark, .hero-eyebrow, .hero-cta { animation: none; opacity: 1; transform: none; }
  .scroll-hint span { animation: none; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .cycle-item { opacity: 1; transition: none; }
  .cyc-ring, .cyc-arm { stroke-dashoffset: 0 !important; transition: none !important; }
  .nav-overlay { transition: none; }
  .site-nav, .nav-cta, .sched-btn, .chip { transition: none; }
}
