/* ============================================================
   Kęstutis Bružas — nekilnojamojo turto patarėjas
   Type: Newsreader (display serif) + Hanken Grotesk (text)
   Palette: ivory · deep emerald · muted bronze · ink
   Restrained, editorial, premium.
   ============================================================ */
:root {
  --paper: #f2eee3;
  --paper-2: #f8f5ec;
  --ink: #181a16;
  --ink-2: #34362f;
  --emerald: #123c2e;
  --emerald-d: #0e2c22;
  --emerald-2: #1d533f;
  --bronze: #a3704a;
  --bronze-soft: #c79c77;
  --sage: #d6ddcd;
  --line: #dad2c0;
  --line-2: #e6dfd0;
  --line-d: rgba(242, 238, 227, .15);
  --muted: #877f6d;
  --muted-d: rgba(242, 238, 227, .58);
  --tx: #4a473e;
  --fd: "Newsreader", Georgia, serif;
  --fb: "Hanken Grotesk", system-ui, sans-serif;
  --maxw: 1180px;
  --pad: clamp(86px, 10vw, 168px);
  --ease: cubic-bezier(.2, .7, .25, 1);
  --glow-rgb: 29,83,63;
  --accent-soft-rgb: 199,156,119;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--fb); color: var(--ink); background: var(--paper); line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
::selection { background: var(--emerald); color: var(--paper); }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(22px, 5vw, 56px); }

h1, h2, h3, h4 { font-family: var(--fd); font-weight: 500; letter-spacing: -.012em; line-height: 1.06; }
h2 { font-size: clamp(30px, 3.7vw, 50px); }
em { font-style: italic; color: var(--emerald); font-weight: 500; }

.eyebrow { font-family: var(--fb); font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); margin-bottom: 22px; display: inline-flex; align-items: center; gap: 11px; }
.eyebrow::before { content: ""; width: 22px; height: 1px; background: var(--bronze); }
.eyebrow.bronze { color: var(--bronze); }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 15px 30px; font-family: var(--fb); font-size: 13px; font-weight: 600; letter-spacing: .04em; border-radius: 3px; transition: transform .35s var(--ease), background .25s, color .25s, box-shadow .25s; }
.btn-clay { background: var(--paper); color: var(--emerald); }
.btn-clay:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -14px rgba(0,0,0,.4); }
.btn-line { padding: 12px 22px; border: 1px solid rgba(242,238,227,.4); color: var(--paper); font-size: 12.5px; letter-spacing: .06em; }
.btn-line:hover { background: var(--paper); color: var(--emerald); border-color: var(--paper); }
/* gold frame on scroll — same tone as the NT in the wordmark */
.nav.scrolled .btn-line { border-color: var(--bronze); box-shadow: inset 0 0 0 .5px var(--bronze); color: var(--ink); }
.nav.scrolled .btn-line:hover { background: var(--emerald); color: var(--paper); border-color: var(--emerald); box-shadow: none; }
.btn-block { width: 100%; }

/* anchored jumps land clear of the fixed nav */
section[id] { scroll-margin-top: 64px; }
#contact-form { scroll-margin-top: 92px; }

/* ===== NAV ===== */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 900; transition: background .4s var(--ease), box-shadow .4s; }
.nav-inner { max-width: 1340px; margin: 0 auto; padding: 24px clamp(22px, 5vw, 48px); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { font-family: var(--fd); font-size: 25px; font-weight: 600; color: var(--paper); line-height: 1; letter-spacing: -.01em; transition: color .4s; }
.wordmark .wm-nt { color: var(--bronze-soft); font-weight: 600; font-style: normal; }
.nav.scrolled .wordmark .wm-nt { color: var(--bronze); }
.wordmark span { display: block; font-family: var(--fb); font-size: 9.5px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--bronze-soft); margin-top: 6px; }
.nav-links { display: flex; gap: 30px; font-size: 13.5px; font-weight: 500; margin-right: auto; margin-left: clamp(28px, 4vw, 60px); }
.nav-links a { color: rgba(242,238,227,.78); position: relative; transition: color .25s; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -5px; width: 0; height: 1px; background: var(--bronze-soft); transition: width .3s var(--ease); }
.nav-links a:hover { color: var(--paper); }
.nav-links a:hover::after { width: 100%; }
.nav.scrolled { background: rgba(242, 238, 227, .94); backdrop-filter: saturate(1.3) blur(14px); box-shadow: 0 1px 0 var(--line); }
.nav.scrolled .wordmark { color: var(--ink); }
.nav.scrolled .wordmark span { color: var(--bronze); }
.nav.scrolled .nav-links a { color: var(--tx); }
.nav.scrolled .nav-links a:hover { color: var(--ink); }

/* ===== HERO ===== */
.hero { background: var(--emerald); color: var(--paper); padding: clamp(150px, 18vh, 210px) 0 clamp(80px, 10vw, 130px); position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 90% at 82% 8%, rgba(var(--glow-rgb),.5), transparent 60%); pointer-events: none; }
.hero-wrap { position: relative; z-index: 2; max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(22px, 5vw, 56px); display: grid; grid-template-columns: 1.1fr .9fr; column-gap: clamp(36px, 5.5vw, 80px); row-gap: 0; align-items: center; }
.hero-text { grid-column: 1; grid-row: 1; }
.hero-actions { grid-column: 1; grid-row: 2; }

.kicker { font-family: var(--fb); font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--bronze-soft); margin-bottom: 30px; display: inline-flex; align-items: center; gap: 12px; }
.kicker::before { content: ""; width: 30px; height: 1px; background: var(--bronze); }

.hero-h1 { font-family: var(--fd); font-size: clamp(40px, 5.4vw, 76px); font-weight: 500; letter-spacing: -.018em; line-height: 1.08; margin-bottom: 30px; }
.hero-h1 .l { display: block; }
.hero-h1 .l2 { color: var(--paper); }
.hero em { color: var(--bronze-soft); }
.hero-sub { font-size: clamp(15.5px, 1.35vw, 18px); line-height: 1.65; color: rgba(242,238,227,.74); max-width: 48ch; margin-bottom: 40px; }
.hero-cta { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; margin-bottom: 50px; }
.hero-phone { font-family: var(--fd); font-size: 21px; color: var(--paper); border-bottom: 1px solid rgba(242,238,227,.3); padding-bottom: 3px; transition: border-color .25s, color .25s; }
.hero-phone:hover { border-color: var(--bronze-soft); color: var(--bronze-soft); }
.hero-trust { display: flex; gap: clamp(24px, 4vw, 54px); padding-top: 32px; border-top: 1px solid var(--line-d); }
.ht b { font-family: var(--fd); font-size: clamp(26px, 2.7vw, 36px); font-weight: 500; display: block; line-height: 1; color: var(--paper); letter-spacing: -.01em; }
.ht span { font-size: 12px; color: var(--muted-d); margin-top: 9px; display: block; }

/* hero load-in (gentle) */
.hero-h1 .l, .hero .kicker, .hero-sub, .hero-cta, .hero-trust, .hero-portrait { opacity: 0; transform: translateY(20px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.loaded .hero .kicker { opacity: 1; transform: none; transition-delay: .05s; }
.loaded .hero-h1 .l1 { opacity: 1; transform: none; transition-delay: .15s; }
.loaded .hero-h1 .l2 { opacity: 1; transform: none; transition-delay: .26s; }
.loaded .hero-sub { opacity: 1; transform: none; transition-delay: .4s; }
.loaded .hero-cta { opacity: 1; transform: none; transition-delay: .5s; }
.loaded .hero-trust { opacity: 1; transform: none; transition-delay: .58s; }
.loaded .hero-portrait { opacity: 1; transform: none; transition-delay: .32s; }

/* hero portrait */
.hero-portrait { position: relative; grid-column: 2; grid-row: 1 / span 2; align-self: center; min-height: 460px; }
.hp-panel { position: absolute; inset: 26px -16px -20px 26px; border: 1px solid rgba(var(--accent-soft-rgb),.55); border-radius: 4px; pointer-events: none; }
.hp-card { position: relative; z-index: 2; border-radius: 4px; overflow: hidden; box-shadow: 0 40px 80px -34px rgba(0,0,0,.6); }
.hp-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center top; }
.hp-tag { position: absolute; z-index: 3; left: 0; bottom: 22px; background: rgba(14,18,13,.82); backdrop-filter: blur(8px); color: var(--bronze-soft); padding: 13px 20px; border-radius: 0 4px 4px 0; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.hp-tag b { display: block; font-family: var(--fd); font-size: 20px; font-weight: 500; letter-spacing: -.01em; text-transform: none; color: var(--paper); margin-bottom: 3px; }

/* ===== STATEMENT ===== */
.statement { background: var(--paper); padding: clamp(86px, 11vw, 168px) 0; }
.state-line { font-family: var(--fd); font-size: clamp(30px, 4.6vw, 60px); font-weight: 500; line-height: 1.1; letter-spacing: -.018em; color: var(--ink); }
.state-line.big { margin-top: .1em; }
.state-line .nb { color: var(--muted); }
.statement em { color: var(--emerald); }
.state-sub { margin-top: 40px; max-width: 52ch; font-size: 17px; color: var(--tx); }

/* ===== section heads ===== */
.sec-head { max-width: 760px; margin-bottom: clamp(46px, 5vw, 72px); }
.sec-head.light h2, .sec-head.light .eyebrow { color: var(--paper); }

/* ===== WHY ===== */
.why { padding: var(--pad) 0; background: var(--paper-2); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 1.6vw, 22px); }
.why-card { position: relative; padding: 38px 32px 36px; background: var(--paper); border: 1px solid var(--line); border-radius: 4px; transition: transform .45s var(--ease), box-shadow .45s, border-color .45s; }
.why-card:hover { transform: translateY(-4px); box-shadow: 0 24px 44px -32px rgba(24,26,22,.38); border-color: var(--bronze); }
.why-no { font-family: var(--fd); font-size: 30px; font-weight: 500; color: var(--bronze); letter-spacing: -.02em; display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.why-no::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.why-card h3 { font-family: var(--fd); font-size: 23px; font-weight: 500; line-height: 1.16; margin-bottom: 11px; }
.why-card p { font-size: 14.5px; color: var(--tx); line-height: 1.62; }

/* ===== VOICES ===== */
.voices { padding: var(--pad) 0; background: var(--ink); color: var(--paper); }
.voice-feature { max-width: 940px; margin: 0 auto clamp(42px, 5vw, 62px); }
.voice-feature p { font-family: var(--fd); font-size: clamp(25px, 3.3vw, 44px); font-weight: 400; line-height: 1.24; letter-spacing: -.015em; font-style: italic; }
.voice-feature footer { display: flex; align-items: center; gap: 14px; margin-top: 28px; font-family: var(--fb); font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; color: rgba(242,238,227,.5); font-style: normal; }
.vf-line { width: 40px; height: 1px; background: var(--bronze); }

.voice-rail { display: flex; gap: 20px; overflow-x: auto; padding: 6px 2px 24px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.voice-rail::-webkit-scrollbar { height: 4px; }
.voice-rail::-webkit-scrollbar-thumb { background: rgba(242,238,227,.16); border-radius: 4px; }
.vcard { flex: 0 0 clamp(280px, 32vw, 350px); scroll-snap-align: start; background: rgba(242,238,227,.04); border: 1px solid var(--line-d); border-radius: 4px; padding: 28px 26px; transition: transform .4s var(--ease), background .4s, border-color .4s; }
.vcard:hover { transform: translateY(-4px); background: rgba(242,238,227,.07); border-color: rgba(var(--accent-soft-rgb),.4); }
.vstars { color: var(--bronze-soft); letter-spacing: 3px; font-size: 12px; margin-bottom: 16px; }
.vcard p { font-size: 15px; line-height: 1.62; color: rgba(242,238,227,.82); margin-bottom: 22px; }
.vcard figcaption { display: flex; align-items: center; gap: 12px; }
.vav { width: 36px; height: 36px; border-radius: 50%; background: var(--c, #888); color: #fff; display: grid; place-items: center; font-weight: 600; font-size: 15px; flex-shrink: 0; }
.vcard figcaption b { font-size: 13.5px; font-weight: 600; }

.voices-foot { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-top: 38px; padding-top: 30px; border-top: 1px solid var(--line-d); }
.g-badge { display: flex; align-items: center; gap: 14px; }
.g-badge svg { width: 38px; height: 38px; }
.g-badge b { font-family: var(--fd); font-size: 23px; font-weight: 500; display: block; line-height: 1; }
.g-badge span { font-size: 12.5px; color: rgba(242,238,227,.55); }
.vf-note { font-size: 12.5px; color: rgba(242,238,227,.4); max-width: 30ch; }

/* ===== NUMBERS ===== */
.numbers { background: var(--emerald-d); color: var(--paper); padding: clamp(58px, 6.5vw, 92px) 0; }
.num-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.num { text-align: center; position: relative; }
.num + .num::before { content: ""; position: absolute; left: -15px; top: 16%; height: 68%; width: 1px; background: rgba(242,238,227,.14); }
.num b { font-family: var(--fd); font-size: clamp(40px, 5vw, 66px); font-weight: 500; color: var(--bronze-soft); display: block; line-height: 1; letter-spacing: -.02em; }
.num span { font-size: 12.5px; letter-spacing: .04em; color: rgba(242,238,227,.62); margin-top: 14px; display: inline-block; }

/* ===== TIMELINE ===== */
.eiga { padding: var(--pad) 0; background: var(--paper); }
.timeline { list-style: none; max-width: 820px; }
.tl-step { position: relative; display: grid; grid-template-columns: 88px 1fr; gap: clamp(22px, 3vw, 42px); padding-bottom: 52px; }
.tl-step:last-child { padding-bottom: 0; }
.tl-step::before { content: ""; position: absolute; left: 43px; top: 64px; bottom: -2px; width: 1px; background: var(--line); }
.tl-step:last-child::before { display: none; }
.tl-no { width: 86px; height: 86px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; font-family: var(--fd); font-size: 30px; font-weight: 500; color: var(--emerald); background: var(--paper); position: relative; z-index: 2; letter-spacing: -.02em; transition: border-color .4s, color .4s; }
.tl-step:hover .tl-no { border-color: var(--bronze); color: var(--bronze); }
.tl-body { padding-top: 14px; }
.tl-body h3 { font-family: var(--fd); font-size: clamp(25px, 2.9vw, 33px); font-weight: 500; margin-bottom: 11px; }
.tl-body p { font-size: 16px; color: var(--tx); max-width: 54ch; }
.tl-tags { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.tl-tags li { font-size: 12.5px; font-weight: 500; color: var(--emerald); background: var(--sage); padding: 6px 14px; border-radius: 2px; }

/* ===== THE MAN ===== */
.zmogus { padding: var(--pad) 0; background: var(--ink); color: var(--paper); overflow: hidden; }
.zm-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(40px, 6vw, 80px); align-items: center; }
.zm-text h2 { color: var(--paper); margin-bottom: 26px; line-height: 1.08; }
.zm-text em { color: var(--bronze-soft); }
.zm-lead { font-size: 16.5px; line-height: 1.7; color: rgba(242,238,227,.74); margin-bottom: 18px; max-width: 50ch; }
.zm-quote { font-family: var(--fd); font-style: italic; font-size: clamp(20px, 2.3vw, 27px); font-weight: 400; line-height: 1.4; color: var(--bronze-soft); margin-top: 32px; padding-left: 24px; border-left: 1px solid var(--bronze); max-width: 44ch; }
.zm-media { position: relative; }
.zm-main { border-radius: 4px; overflow: hidden; box-shadow: 0 40px 80px -34px rgba(0,0,0,.7); }
.zm-main img { width: 100%; aspect-ratio: 5/6; object-fit: cover; }
.life-rail { display: flex; gap: 16px; overflow-x: auto; margin-top: clamp(42px, 5vw, 62px); padding: 4px clamp(22px, 5vw, 56px) 8px; scroll-snap-type: x mandatory; }
.life-rail::-webkit-scrollbar { height: 4px; }
.life-rail::-webkit-scrollbar-thumb { background: rgba(242,238,227,.16); border-radius: 4px; }
.life-rail img { flex: 0 0 clamp(220px, 26vw, 320px); scroll-snap-align: center; aspect-ratio: 4/3; object-fit: cover; border-radius: 4px; transition: transform .5s var(--ease); }
.life-rail img:hover { transform: translateY(-3px); }

/* ===== OBJECTS ===== */
.objects { padding: var(--pad) 0; background: var(--paper-2); }
.obj-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.2vw, 28px); }
.obj { display: block; border-radius: 4px; overflow: hidden; background: var(--paper); border: 1px solid var(--line); transition: transform .45s var(--ease), box-shadow .45s; }
.obj:hover { transform: translateY(-4px); box-shadow: 0 28px 50px -34px rgba(24,26,22,.4); }
.obj-media { position: relative; overflow: hidden; }
.obj-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .9s var(--ease); }
.obj:hover .obj-media img { transform: scale(1.05); }
.obj-badge { position: absolute; top: 14px; left: 14px; z-index: 2; background: #2f7a52; color: #fff; font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 7px 13px; border-radius: 3px; box-shadow: 0 6px 16px -6px rgba(0,0,0,.45); }
.obj-badge.sold { background: #b5423a; }
.obj-info { padding: 22px 24px 26px; }
.obj-info b { font-family: var(--fd); font-size: 22px; font-weight: 500; display: block; letter-spacing: -.01em; }
.obj-info span { font-size: 13.5px; color: var(--muted); display: block; margin-top: 4px; }
.obj-price { display: block; font-family: var(--fd); font-size: 21px; font-weight: 500; color: var(--emerald); margin-top: 16px; }
.obj-all { text-align: center; margin-top: clamp(38px, 4vw, 56px); }
.obj-all a { font-family: var(--fd); font-size: 20px; color: var(--emerald); border-bottom: 1px solid var(--bronze); padding-bottom: 4px; display: inline-flex; gap: 10px; align-items: center; }
.obj-all a span { transition: transform .3s var(--ease); }
.obj-all a:hover span { transform: translateX(6px); }

/* ===== CONTACT ===== */
.contact { padding: var(--pad) 0; background: var(--emerald); color: var(--paper); position: relative; overflow: hidden; }
.contact::before { content: ""; position: absolute; inset: 0; background: radial-gradient(100% 80% at 18% 100%, rgba(var(--glow-rgb),.5), transparent 60%); pointer-events: none; }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 80px); align-items: start; }
.contact-person { display: flex; align-items: center; gap: 20px; margin-bottom: 26px; }
.contact-person img { width: 84px; height: 84px; border-radius: 50%; object-fit: cover; border: 2px solid var(--bronze); box-shadow: 0 12px 28px -14px rgba(0,0,0,.65); }
.contact-person h2 { color: var(--paper); font-size: clamp(28px, 3.4vw, 44px); line-height: 1.06; }
.contact-person .eyebrow { color: var(--bronze-soft); }
.contact-person .eyebrow::before { background: var(--bronze-soft); }
.contact-lead { font-size: 16.5px; line-height: 1.7; color: rgba(242,238,227,.74); max-width: 44ch; }
.contact-details { margin: 32px 0 26px; display: grid; gap: 18px; }
.contact-details span { display: block; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--bronze-soft); margin-bottom: 5px; }
.contact-details a { font-family: var(--fd); font-size: 23px; color: var(--paper); transition: color .25s; }
.contact-details a:hover { color: var(--bronze-soft); }
.contact-social { display: flex; gap: 14px; margin-top: 26px; }
.contact-social a { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line-d); color: rgba(242,238,227,.72); display: grid; place-items: center; transition: color .25s, border-color .25s, transform .3s var(--ease); }
.contact-social a svg { width: 18px; height: 18px; }
.contact-social a:hover { color: var(--paper); border-color: var(--bronze); transform: translateY(-2px); }
.contact-form { background: rgba(242,238,227,.05); border: 1px solid var(--line-d); padding: clamp(28px, 3vw, 40px); border-radius: 5px; backdrop-filter: blur(8px); }
.field { margin-bottom: 22px; }
.field label { display: block; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--bronze-soft); margin-bottom: 9px; }
.field input, .field textarea, .field select { width: 100%; background: transparent; border: none; border-bottom: 1px solid var(--line-d); color: var(--paper); font-family: inherit; font-size: 16px; padding: 10px 0; outline: none; transition: border-color .25s; resize: none; }
.field select { cursor: pointer; }
.field select option { background: var(--emerald-d); color: var(--paper); }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--bronze-soft); }
.field input::placeholder, .field textarea::placeholder { color: rgba(242,238,227,.4); }
.form-success { margin-top: 18px; font-family: var(--fd); font-size: 19px; font-style: italic; color: var(--bronze-soft); text-align: center; }

/* ===== FOOTER ===== */
.footer { background: var(--ink); border-top: 1px solid var(--line-d); color: rgba(242,238,227,.7); }
.footer-inner { padding: 34px clamp(22px, 5vw, 56px); display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.footer-brand { font-size: 21px; }
.footer-brand span { margin-top: 5px; }
.footer-mid, .footer-r { font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; color: rgba(242,238,227,.4); }
.footer-mid a { color: var(--bronze-soft); border-bottom: 1px solid transparent; transition: border-color .25s; }
.footer-mid a:hover { border-color: var(--bronze-soft); }

/* ===== REVEAL ===== */
[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
[data-reveal].in { opacity: 1; transform: none; }
.why-grid [data-reveal]:nth-child(2), .obj-grid [data-reveal]:nth-child(2) { transition-delay: .08s; }
.why-grid [data-reveal]:nth-child(3), .obj-grid [data-reveal]:nth-child(3) { transition-delay: .16s; }
.why-grid [data-reveal]:nth-child(4) { transition-delay: .06s; }
.why-grid [data-reveal]:nth-child(5) { transition-delay: .12s; }
.why-grid [data-reveal]:nth-child(6) { transition-delay: .18s; }

@media (prefers-reduced-motion: reduce) {
  *, [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1000px) {
  .hero-wrap { grid-template-columns: 1fr; column-gap: 0; row-gap: 44px; }
  .hero-text { grid-column: 1; grid-row: 1; }
  .hero-portrait { grid-column: 1; grid-row: 2; align-self: start; max-width: 410px; min-height: 0; }
  .hero-actions { grid-column: 1; grid-row: 3; }
  .hero-sub { margin-bottom: 0; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .zm-grid { grid-template-columns: 1fr; gap: 40px; }
  .zm-media { max-width: 440px; }
  .obj-grid { grid-template-columns: 1fr 1fr; }
  .num-row { grid-template-columns: 1fr 1fr; gap: 42px 24px; }
  .num:nth-child(3)::before { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .hero { padding-top: 118px; padding-bottom: 60px; }
  .hero-wrap { gap: 38px; }
  .hero .kicker { margin-bottom: 18px; }
  .hero-h1 { font-size: clamp(31px, 8.6vw, 44px); line-height: 1.12; margin-bottom: 20px; }
  .hero-sub { font-size: 15px; margin-bottom: 28px; }
  .why-grid, .obj-grid, .num-row { grid-template-columns: 1fr; }
  .num + .num::before { display: none; }
  .hero-trust { flex-wrap: wrap; gap: 20px 40px; padding-top: 24px; }
  .hero-cta { gap: 16px; margin-bottom: 30px; }
  .tl-step { grid-template-columns: 56px 1fr; gap: 18px; }
  .tl-no { width: 54px; height: 54px; font-size: 21px; }
  .tl-step::before { left: 27px; top: 50px; }
  .voices-foot { flex-direction: column; align-items: flex-start; gap: 16px; }
  .nav-inner { padding: 18px 18px; gap: 12px; }
  .nav .wordmark span { display: none; }
  .nav-cta-d { padding: 9px 13px; }
  .footer-inner { flex-direction: column; text-align: center; }

  /* --- mobile flow: tighter vertical rhythm --- */
  :root { --pad: 58px; }
  .hero-sub { margin-bottom: 0; }
  .hero-portrait { max-width: 340px; }
  .hero-cta { margin-bottom: 22px; }
  .hero-cta .btn { width: 100%; }
  .statement { padding: 52px 0; }
  .state-line { font-size: clamp(27px, 7.6vw, 38px); }
  .state-sub { margin-top: 22px; font-size: 15.5px; }
  .sec-head { margin-bottom: 30px; }
  .why-grid { gap: 13px; }
  .why-card { padding: 27px 24px 25px; }
  .why-no { margin-bottom: 14px; }
  .why-card h3 { font-size: 21px; }
  .valuation { padding: 50px 0; }
  .valuation h2 { font-size: 26px; }
  .voice-feature p { font-size: clamp(23px, 6.4vw, 30px); }
  .voice-feature footer { margin-top: 20px; }
  .num-row { gap: 30px; }
  .tl-body { padding-top: 3px; }
  .tl-body h3 { font-size: 23px; }
  .tl-step { padding-bottom: 34px; }
  .zm-lead { font-size: 16px; }
  .zm-quote { font-size: 19px; margin-top: 24px; }
  .life-rail { margin-top: 34px; }
  .obj-info { padding: 19px 22px 23px; }
  .obj-foot { gap: 15px; }
  .faq-item summary { padding: 19px 2px; }
  .contact-person h2 { font-size: 29px; }
  .contact-details { margin: 26px 0 22px; }
}

/* ===== VALUATION / LEAD MAGNET ===== */
.valuation { background: var(--emerald); color: var(--paper); padding: clamp(54px,6vw,86px) 0; position: relative; overflow: hidden; }
.valuation::before { content: ""; position: absolute; inset: 0; background: radial-gradient(110% 90% at 88% 0%, rgba(var(--glow-rgb),.45), transparent 60%); pointer-events: none; }
.val-inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.val-text { max-width: 62ch; }
.valuation .eyebrow { color: var(--bronze-soft); }
.valuation .eyebrow::before { background: var(--bronze-soft); }
.valuation h2 { color: var(--paper); font-size: clamp(26px,3.2vw,42px); margin-bottom: 14px; }
.val-sub { color: rgba(242,238,227,.78); font-size: 16.5px; max-width: 52ch; }
.val-btn { flex-shrink: 0; }

/* ===== REEL / PERSONAL ATTENTION ===== */
.reel-sec { padding: var(--pad) 0; background: var(--emerald); color: var(--paper); overflow: hidden; position: relative; }
.reel-sec::before { content: ""; position: absolute; inset: 0; background: radial-gradient(100% 80% at 14% 0%, rgba(var(--glow-rgb),.4), transparent 60%); pointer-events: none; }
.reel-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 5.5vw, 84px); align-items: center; }
.reel-text .eyebrow { color: var(--bronze-soft); }
.reel-text .eyebrow::before { background: var(--bronze); }
.reel-text h2 { color: var(--paper); margin-bottom: 22px; line-height: 1.08; }
.reel-lead { font-size: 17px; line-height: 1.7; color: rgba(242,238,227,.76); max-width: 48ch; }
.reel-note { margin-top: 16px; font-family: var(--fd); font-style: italic; font-size: 19px; color: var(--bronze-soft); }
.reel-video { position: relative; display: block; width: 100%; max-width: 330px; margin: 0 auto; aspect-ratio: 9 / 16; border-radius: 10px; overflow: hidden; box-shadow: 0 44px 90px -38px rgba(0,0,0,.75); border: 1px solid var(--line-d); }
.reel-video img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.reel-video::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,17,13,.05) 40%, rgba(15,17,13,.62)); }
.reel-video:hover img { transform: scale(1.05); }
.reel-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 2; width: 70px; height: 70px; border-radius: 50%; background: rgba(242,238,227,.94); display: grid; place-items: center; box-shadow: 0 12px 30px -8px rgba(0,0,0,.5); transition: transform .3s var(--ease); }
.reel-video:hover .reel-play { transform: translate(-50%, -50%) scale(1.08); }
.reel-play svg { width: 27px; height: 27px; fill: var(--emerald); margin-left: 3px; }
.reel-tag { position: absolute; left: 0; right: 0; bottom: 20px; z-index: 2; text-align: center; font-size: 13px; font-weight: 600; letter-spacing: .04em; color: var(--paper); }
.reel-video[data-yt] { cursor: pointer; }
.reel-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; z-index: 3; }
.reel-video.playing { cursor: default; }
.reel-video.playing::after { display: none; }

/* dark button on light bg */
.btn-solid { background: var(--emerald); color: var(--paper); }
.btn-solid:hover { background: var(--emerald-d); transform: translateY(-2px); box-shadow: 0 14px 30px -14px rgba(0,0,0,.4); }

/* object footer lead capture */
.obj-foot { text-align: center; margin-top: clamp(34px,4vw,52px); display: flex; flex-direction: column; align-items: center; gap: 18px; }
.obj-foot p { font-size: 16.5px; color: var(--tx); max-width: 54ch; }
.obj-ext { font-size: 13px; color: var(--muted); border-bottom: 1px solid var(--line); padding-bottom: 3px; transition: color .25s, border-color .25s; }
.obj-ext:hover { color: var(--emerald); border-color: var(--bronze); }

/* ===== FAQ ===== */
.faq { padding: var(--pad) 0; background: var(--paper); }
.faq-list { max-width: 820px; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 4px; font-family: var(--fd); font-size: clamp(18px,1.7vw,22px); font-weight: 500; color: var(--ink); transition: color .25s; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--emerald); }
.faq-ico { position: relative; flex-shrink: 0; width: 16px; height: 16px; }
.faq-ico::before, .faq-ico::after { content: ""; position: absolute; background: var(--bronze); transition: transform .3s var(--ease), opacity .3s; }
.faq-ico::before { top: 7px; left: 0; width: 16px; height: 2px; }
.faq-ico::after { left: 7px; top: 0; width: 2px; height: 16px; }
.faq-item[open] .faq-ico::after { transform: scaleY(0); opacity: 0; }
.faq-a { padding: 0 4px 26px; font-size: 16px; color: var(--tx); max-width: 66ch; line-height: 1.65; }

/* form note + inline whatsapp */
.form-note { margin-top: 14px; font-size: 11.5px; letter-spacing: .02em; color: rgba(242,238,227,.5); text-align: center; }
.wa-inline { display: inline-flex; align-items: center; gap: 9px; margin: 10px 0 0; font-size: 14px; font-weight: 600; color: var(--bronze-soft); transition: color .25s; }
.wa-inline:hover { color: var(--paper); }
.wa-dot { width: 8px; height: 8px; border-radius: 50%; background: #0084ff; box-shadow: 0 0 0 4px rgba(0,132,255,.18); }

/* floating Messenger — discreet, brand-toned, all devices */
.wa-float { position: fixed; right: 24px; bottom: calc(24px + env(safe-area-inset-bottom, 0px)); z-index: 800; width: 52px; height: 52px; border-radius: 50%; background: var(--ink); color: var(--paper); border: 1px solid rgba(var(--accent-soft-rgb),.45); display: flex; align-items: center; justify-content: center; box-shadow: 0 16px 36px -14px rgba(0,0,0,.55); transition: transform .3s var(--ease); }
.wa-float::after { content: ""; position: absolute; top: 7px; right: 7px; width: 9px; height: 9px; border-radius: 50%; background: #0084ff; border: 2px solid var(--ink); }
.wa-float:hover { transform: translateY(-3px); }
.wa-float svg { width: 26px; height: 26px; opacity: .92; }

@media (max-width: 760px) {
  .wa-float { right: max(16px, env(safe-area-inset-right, 0px)); bottom: calc(16px + env(safe-area-inset-bottom, 0px)); width: 54px; height: 54px; }
  .val-inner { flex-direction: column; align-items: flex-start; gap: 26px; }
  .val-btn { width: 100%; }
}

/* ===== SOLD listing ===== */
.obj.sold .obj-media img { filter: grayscale(.15) brightness(.94); }

/* anchor jumps must clear the fixed nav */
section[id], [id="kontaktai"], [id="objektai"], [id="zmogus"], [id="balsai"], [id="kodel"], [id="eiga"], [id="duk"] { scroll-margin-top: 96px; }

/* hero google tag */
/* Google entry mirrors the 400+ entry: same value size, same label rhythm */
.ht-google b { display: flex; align-items: baseline; gap: 9px; }
.ht-google .ht-gstars { font-style: normal; font-family: var(--fb); font-size: 13px; color: var(--bronze-soft); letter-spacing: 2px; }
.ht-google span { display: flex; align-items: center; gap: 6px; }
.ht-google span em { font-style: normal; color: var(--muted-d); }
.ht-g { width: 13px; height: 13px; flex-shrink: 0; }

/* review stars (no numeric rating) */
.ht b.ht-stars { color: var(--bronze-soft); font-size: 22px; letter-spacing: 2px; }
.num b.num-stars { font-size: clamp(30px, 3.4vw, 44px); letter-spacing: 4px; }
.g-badge b.g-stars { color: var(--bronze-soft); font-size: 18px; letter-spacing: 2px; }
a.vf-note { transition: color .25s; }
a.vf-note:hover { color: var(--bronze-soft); }

/* ===== MOBILE NAV (hamburger) ===== */
.nav-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; position: relative; z-index: 3; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 0 auto; background: var(--paper); border-radius: 2px; transition: transform .3s var(--ease), opacity .25s, background .4s; }
.nav.scrolled .nav-toggle span { background: var(--ink); }
.nav.open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav.open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav.open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-cta-m { display: none; }

/* language pill (both options visible) */
.lang-pill { display: inline-flex; align-items: center; flex-shrink: 0; gap: 2px; padding: 3px; border: 1px solid var(--line-d); border-radius: 999px; }
.lang-opt { font-family: var(--fb); font-size: 11.5px; font-weight: 700; letter-spacing: .06em; line-height: 1; color: rgba(242,238,227,.6); background: transparent; border: 0; border-radius: 999px; padding: 6px 11px; cursor: pointer; transition: color .2s, background .2s; }
.lang-opt:hover { color: var(--paper); }
.lang-opt.is-on { background: var(--paper); color: var(--emerald); }
.nav.scrolled .lang-pill { border-color: rgba(0,0,0,.16); }
.nav.scrolled .lang-opt { color: var(--tx); }
.nav.scrolled .lang-opt:hover { color: var(--ink); }
.nav.scrolled .lang-opt.is-on { background: var(--emerald); color: var(--paper); }
.lang-menu, .lang-foot { display: none; }

/* ===== THANK YOU panel ===== */
.form-thanks { text-align: center; padding: 20px 6px 10px; }
.ft-check { display: inline-grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: var(--bronze); color: var(--emerald-d); font-size: 24px; margin-bottom: 18px; }
.form-thanks h3 { font-family: var(--fd); font-size: 26px; font-weight: 500; color: var(--paper); margin-bottom: 10px; }
.form-thanks p { font-size: 15.5px; color: rgba(242,238,227,.76); max-width: 34ch; margin: 0 auto 20px; }
.ft-wa { font-size: 14px; font-weight: 600; color: var(--bronze-soft); border-bottom: 1px solid var(--bronze); padding-bottom: 3px; transition: color .25s; }
.ft-wa:hover { color: var(--paper); }

@media (max-width: 1000px) {
  .nav-toggle { display: flex; }
  /* header CTA now visible on mobile too, grouped with the hamburger */
  .nav-cta-d { display: inline-flex; margin-left: auto; padding: 10px 15px; font-size: 12px; letter-spacing: .03em; }
  /* language pill moves out of the header into the menu + footer on mobile */
  .lang-header { display: none; }
  .lang-menu { display: inline-flex; align-self: flex-start; margin-top: 28px; }
  .lang-foot { display: inline-flex; align-self: center; margin-top: 8px; }
  .nav.open .lang-menu, .nav.open.scrolled .lang-menu { border-color: rgba(242,238,227,.3); }
  .nav.open .lang-menu .lang-opt, .nav.open.scrolled .lang-menu .lang-opt { color: rgba(242,238,227,.62); }
  .nav.open .lang-menu .lang-opt:hover { color: var(--paper); }
  .nav.open .lang-menu .lang-opt.is-on, .nav.open.scrolled .lang-menu .lang-opt.is-on { background: var(--paper); color: var(--emerald); }
  /* when open, drop the scrolled backdrop-filter so the fixed overlay can fill the viewport */
  .nav.open { background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; box-shadow: none; }
  /* full-screen solid overlay menu */
  .nav-links {
    display: flex; flex-direction: column; justify-content: center; gap: 0;
    margin: 0;
    position: fixed; inset: 0;
    background: var(--emerald);
    padding: 104px 34px 48px;
    transform: translateY(-100%);
    transition: transform .42s var(--ease);
    z-index: 2; overflow-y: auto;
  }
  .nav.open .nav-links { transform: translateY(0); }
  .nav-links a,
  .nav.scrolled .nav-links a { color: var(--paper); font-family: var(--fd); font-size: 26px; font-weight: 500; letter-spacing: -.01em; padding: 17px 2px; border-bottom: 1px solid rgba(242,238,227,.14); }
  .nav-links a::after { display: none; }
  .nav-links a.nav-cta-m,
  .nav.scrolled .nav-links a.nav-cta-m { display: block; margin-top: 24px; background: var(--paper); color: var(--emerald); font-family: var(--fb); font-size: 15px; font-weight: 700; letter-spacing: .01em; text-align: center; border-radius: 10px; padding: 17px; border-bottom: none; }
  /* keep brand + toggle legible above the overlay */
  .wordmark, .nav-toggle { position: relative; z-index: 3; }
  .nav.open .wordmark, .nav.open.scrolled .wordmark { color: var(--paper); }
  .nav.open .wordmark span, .nav.open.scrolled .wordmark span { color: var(--bronze-soft); }
  .nav.open .wm-nt, .nav.open.scrolled .wm-nt { color: var(--bronze-soft); }
  .nav.open .nav-toggle span, .nav.open.scrolled .nav-toggle span { background: var(--paper); }
}

/* reel stacks on tablet/mobile (placed after base .reel-grid to win source order) */
@media (max-width: 1000px) {
  .reel-grid { grid-template-columns: 1fr; gap: 34px; }
  .reel-text { max-width: 580px; }
  .reel-video { max-width: 300px; }
}
