/* ============================================================
   APARTMAN ZELENI VRHOVI — Divčibare. Hand-built static site.
   "Planinsko jutro" — the page runs morning → dusk:
   daylight hero photo, green-cast fog-light day sections where
   the real photos glow, deep pine dusk for lokacija + kontakt.
   Signature: layered pine-treeline silhouette (Zeleni Vrhovi =
   green peaks) at both day/dusk transitions + peaks brand mark.
   Fraunces (display, SOFT/WONK axes) + Instrument Sans (body).
   ============================================================ */

:root {
  --pine-950:  #141f18;   /* night — footer */
  --pine-900:  #1b2a20;   /* dusk — lokacija/kontakt base */
  --pine-800:  #24382b;   /* dusk panel */
  --pine:      #2e4a39;   /* brand green — accents on light */
  --pine-600:  #41604c;
  --fog:       #f0f3ea;   /* light ground, green-cast morning fog */
  --fog-2:     #e5ebdb;   /* deeper fog panel */
  --paper:     #fbfcf7;   /* photo mat / card on light */
  --ink:       #1e2b22;   /* text on fog */
  --ink-soft:  #47584b;
  --ink-mute:  #6d7f70;
  --cream:     #f2f1e6;   /* text on dusk */
  --cream-soft:#c6d0c2;
  --cream-mute:#8fa091;
  --wood:      #bd8d57;   /* warm wood — CTA */
  --wood-dp:   #a67943;
  --wood-ink:  #7d5a2e;   /* wood dark enough for text on fog */
  --line-day:  rgba(46,74,57,.16);
  --line-dusk: rgba(242,241,230,.12);
  --line-wood: rgba(189,141,87,.35);
  --shadow-day:0 26px 50px -26px rgba(30,43,34,.35);
  --shadow-sm: 0 14px 30px -18px rgba(30,43,34,.35);
  --shadow-dusk:0 30px 60px -30px rgba(0,0,0,.6);
  --maxw:      1180px;
  --disp: 'Fraunces', Georgia, 'Times New Roman', serif;
  --sans: 'Instrument Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--fog); color: var(--ink);
  font-family: var(--sans); font-weight: 400; line-height: 1.72;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--pine); color: var(--fog); }
:focus-visible { outline: 2px solid var(--wood); outline-offset: 3px; }

h1, h2, h3 { font-family: var(--disp); font-weight: 560; line-height: 1.1; letter-spacing: -.012em; }
h1 {
  font-size: clamp(2.7rem, 6.2vw, 5rem);
  font-variation-settings: "SOFT" 70, "WONK" 1;
}
h1 em { font-style: italic; color: var(--wood); }
h2 { font-size: clamp(1.9rem, 3.8vw, 2.9rem); font-variation-settings: "SOFT" 40; }
h3 { font-size: 1.3rem; }

.eyebrow {
  font-family: var(--sans); font-size: .74rem; font-weight: 600;
  letter-spacing: .28em; text-transform: uppercase; color: var(--wood-ink); margin-bottom: 1.1rem;
}
.eyebrow-line { display: inline-flex; align-items: center; gap: .8rem; }
.eyebrow-line::before { content: ""; width: 34px; height: 1px; background: var(--wood); }
.eyebrow-center::before { display: none; }
.eyebrow-center { justify-content: center; }

.section { padding: clamp(72px, 9.5vw, 124px) 0; position: relative; }
.section-head { max-width: 720px; margin-bottom: clamp(38px, 5vw, 58px); }
.section-sub { color: var(--ink-soft); font-size: 1.05rem; margin-top: 1rem; }

.text-link {
  display: inline-block; margin-top: 1.7rem; font-weight: 600;
  font-size: .84rem; letter-spacing: .1em; text-transform: uppercase; color: var(--pine);
  border-bottom: 1px solid var(--line-wood); padding-bottom: 4px;
  transition: border-color .25s ease, color .25s ease;
}
.text-link:hover { color: var(--wood-ink); border-color: var(--wood); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: var(--sans); font-size: .88rem; font-weight: 600;
  letter-spacing: .03em; padding: 15px 28px; border-radius: 6px; cursor: pointer;
  border: 1px solid transparent; transition: all .25s ease;
}
.btn-solid { background: var(--wood); color: #241708; }
.btn-solid:hover { background: var(--wood-dp); transform: translateY(-2px); box-shadow: 0 14px 30px -12px rgba(189,141,87,.55); }
.btn-ghost { border-color: rgba(242,241,230,.4); color: var(--cream); }
.btn-ghost:hover { border-color: var(--wood); color: var(--wood); background: rgba(189,141,87,.12); }
.btn-lg { padding: 17px 36px; font-size: .96rem; }

/* ---------- brand ---------- */
.brand { display: inline-flex; align-items: center; gap: 12px; line-height: 1; }
.brand-logo {
  height: 46px; width: auto; display: block;
  filter: brightness(0) invert(1);            /* white lockup over the dark hero */
  transition: height .3s ease, filter .3s ease;
}
.site-header.scrolled .brand-logo { height: 38px; filter: none; }  /* natural green on fog once scrolled */
.brand-peaks { width: 30px; height: 18px; fill: var(--wood); flex: none; }
.brand-text { display: flex; flex-direction: column; }
.brand-mark {
  font-family: var(--disp); font-weight: 600; font-size: 1.24rem;
  letter-spacing: .08em; color: var(--cream); transition: color .3s ease, font-size .3s ease;
}
.brand-sub {
  font-family: var(--sans); font-weight: 600; font-size: .56rem;
  letter-spacing: .34em; color: var(--wood); margin-top: 5px; padding-left: .04em;
  transition: color .3s ease;
}

/* ============================================================
   HEADER — transparent over the hero, fog-light once scrolled
   ============================================================ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 20px 0;
  transition: padding .3s ease, background .3s ease, border-color .3s ease, box-shadow .3s ease;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, rgba(20,31,24,.55), transparent);
}
.site-header.scrolled {
  padding: 10px 0; background: rgba(240,243,234,.92);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-day); box-shadow: 0 10px 28px -20px rgba(30,43,34,.5);
}
.site-header.scrolled .brand-mark { color: var(--ink); font-size: 1.1rem; }
.site-header.scrolled .brand-sub { color: var(--wood-ink); }
.header-inner { display: flex; align-items: center; justify-content: space-between; }

.nav { display: flex; align-items: center; gap: 1.9rem; }
.nav a {
  font-size: .9rem; font-weight: 500; letter-spacing: .02em; color: var(--cream-soft);
  position: relative; padding: 4px 0; transition: color .25s ease;
}
.nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -2px; height: 1px; width: 0; background: var(--wood); transition: width .28s ease; }
.nav a:not(.nav-cta):hover { color: var(--cream); }
.nav a:not(.nav-cta):hover::after { width: 100%; }
.site-header.scrolled .nav a { color: var(--ink-soft); }
.site-header.scrolled .nav a:not(.nav-cta):hover { color: var(--ink); }
.nav-cta { border: 1px solid var(--wood); color: var(--wood) !important; padding: 8px 16px !important; border-radius: 6px; font-weight: 600 !important; transition: all .25s ease; }
.site-header.scrolled .nav-cta { color: var(--wood-ink) !important; }
.nav-cta:hover { background: var(--wood); color: #241708 !important; }
.site-header.scrolled .nav-cta:hover { color: #241708 !important; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; z-index: 95; }
.nav-toggle span { width: 26px; height: 2px; background: var(--cream); transition: transform .3s ease, opacity .3s ease, background .3s ease; }
.site-header.scrolled .nav-toggle span { background: var(--ink); }
.nav-toggle[aria-expanded="true"] span { background: var(--ink); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================
   HERO — daylight photo, light morning scrim, treeline base
   ============================================================ */
.hero {
  position: relative; min-height: 94vh; display: flex; align-items: flex-end;
  padding: clamp(150px, 18vw, 200px) 0 clamp(120px, 14vw, 190px);
  overflow: hidden; background: var(--pine-900);
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background: url('images/hero.jpg') center 38% / cover no-repeat;
  animation: heroSettle 12s cubic-bezier(.2,.6,.3,1) both;
}
@keyframes heroSettle { from { transform: scale(1.07); } to { transform: scale(1.01); } }
.hero-scrim {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(20,31,24,.42) 0%, rgba(20,31,24,.10) 34%, rgba(20,31,24,.22) 62%, rgba(20,31,24,.78) 100%),
    linear-gradient(78deg, rgba(20,31,24,.78) 0%, rgba(20,31,24,.38) 44%, rgba(20,31,24,.04) 78%);
}
.hero-inner { position: relative; z-index: 2; }
.hero-inner h1 { max-width: 14em; }
.hero .eyebrow { color: var(--wood); }
.hero h1 { color: var(--cream); margin-bottom: 1.3rem; text-shadow: 0 4px 34px rgba(10,18,13,.55); }
.hero-lede { font-size: clamp(1.06rem, 1.6vw, 1.26rem); color: #e7eadf; max-width: 34em; margin-bottom: 2.2rem; text-shadow: 0 2px 18px rgba(10,18,13,.5); }
.hero-lede strong { color: var(--wood); font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* hero load sequence */
.hero-item { opacity: 0; transform: translateY(22px); animation: fadeUp .8s cubic-bezier(.2,.7,.3,1) forwards; }
.hero-item:nth-child(1) { animation-delay: .15s; }
.hero-item:nth-child(2) { animation-delay: .3s; }
.hero-item:nth-child(3) { animation-delay: .5s; }
.hero-item:nth-child(4) { animation-delay: .7s; }
@keyframes fadeUp { to { opacity: 1; transform: none; } }

/* ---------- treeline dividers (the signature) ---------- */
.treeline { position: absolute; left: 0; right: 0; bottom: -1px; z-index: 3; pointer-events: none; overflow: hidden; line-height: 0; }
.treeline svg { display: block; width: max(100%, 860px); height: auto; margin: 0 auto; position: relative; left: 50%; transform: translateX(-50%); }
.treeline-hero .tl-shade { fill: var(--pine-900); opacity: .22; }
.treeline-hero .tl-ground { fill: var(--fog); }
.treeline-dusk { position: relative; bottom: auto; margin-top: clamp(48px, 7vw, 96px); margin-bottom: -1px; }
.treeline-dusk .tl-shade { fill: var(--pine); opacity: .2; }
.treeline-dusk .tl-ground { fill: var(--pine-900); }

/* ============================================================
   FACTS — concrete reasons, hairline rail on fog
   ============================================================ */
.facts { background: var(--fog); padding: clamp(40px, 6vw, 72px) 0 0; }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.fact { padding: 6px 26px 10px; border-left: 1px solid var(--line-day); }
.fact:first-child { border-left: 0; padding-left: 0; }
.fact-k { display: block; font-family: var(--disp); font-weight: 600; font-size: 1.42rem; line-height: 1.15; color: var(--pine); font-variation-settings: "SOFT" 40; }
.fact-v { display: block; font-size: .82rem; letter-spacing: .02em; margin-top: 7px; color: var(--ink-mute); }

/* ============================================================
   O APARTMANU — photo prints on the fog ground
   ============================================================ */
.about { background: var(--fog); }
.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.about h2 { margin: .3rem 0 1.4rem; color: var(--ink); }
.about .lead { font-size: 1.18rem; color: var(--ink); margin-bottom: 1.1rem; line-height: 1.6; }
.about .lead strong, .about p strong { color: var(--pine); font-weight: 600; }
.about p { color: var(--ink-soft); margin-bottom: 1rem; }

.about-figures { position: relative; }
.about-figure {
  position: relative; padding: 12px 12px 10px; background: var(--paper);
  border: 1px solid rgba(46,74,57,.1); box-shadow: var(--shadow-day); border-radius: 4px;
}
.about-figure img { width: 100%; height: clamp(400px, 52vh, 560px); object-fit: cover; object-position: center 42%; border-radius: 2px; }
.about-figure figcaption {
  font-size: .7rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ink-mute); text-align: center; padding: 12px 6px 4px;
}
.about-figure-sm {
  position: absolute; right: -34px; bottom: -38px; width: clamp(130px, 13vw, 180px);
  padding: 8px 8px 22px; background: var(--paper); border: 1px solid rgba(46,74,57,.1);
  box-shadow: var(--shadow-sm); border-radius: 3px; transform: rotate(3.5deg);
}
.about-figure-sm img { aspect-ratio: 3 / 4; object-fit: cover; border-radius: 2px; }

/* ============================================================
   SADRŽAJ — fog-2 band, stroke icons
   ============================================================ */
.services { background: var(--fog-2); }
.svc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(16px, 1.8vw, 26px); }
.svc {
  background: var(--paper); padding: clamp(28px, 3vw, 40px); border: 1px solid rgba(46,74,57,.1);
  border-radius: 8px; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.svc:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); border-color: var(--line-wood); }
.svc-ico { display: inline-flex; margin-bottom: 1.1rem; color: var(--pine); }
.svc-ico svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.svc h3 { color: var(--ink); margin-bottom: .6rem; }
.svc p { color: var(--ink-soft); font-size: .97rem; line-height: 1.66; }

/* ============================================================
   GALERIJA — banded editorial mosaic, museum-label captions
   ============================================================ */
.gallery-sec { background: var(--fog); padding-bottom: 0; }
.gallery { display: grid; grid-template-columns: repeat(6, 1fr); gap: clamp(14px, 1.6vw, 22px); }
.card {
  position: relative; cursor: pointer; border-radius: 4px;
  border: 1px solid rgba(46,74,57,.1); background: var(--paper); padding: 8px 8px 0;
  box-shadow: var(--shadow-sm); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  margin: 0;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-day); border-color: var(--line-wood); }
.card img { width: 100%; object-fit: cover; border-radius: 2px; }
.card figcaption {
  font-size: .68rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ink-mute); padding: 10px 4px; text-align: center;
}
.g-l { grid-column: span 3; }
.g-l img { aspect-ratio: 4 / 3; }
.g-p { grid-column: span 2; }
.g-p img { aspect-ratio: 3 / 4; }
.g-wide { grid-column: 1 / -1; }
.g-wide img { aspect-ratio: 21 / 8; object-position: center 24%; }
.g-quote {
  position: absolute; left: 0; right: 0; bottom: 44px; z-index: 2; text-align: center;
  font-family: var(--disp); font-style: italic; font-weight: 500;
  font-size: clamp(1.3rem, 2.6vw, 2rem); color: var(--cream);
  text-shadow: 0 3px 26px rgba(10,18,13,.75); padding: 0 20px; pointer-events: none;
  font-variation-settings: "SOFT" 70, "WONK" 1;
}
.g-wide::before {
  content: ""; position: absolute; left: 8px; right: 8px; bottom: 36px; height: 46%;
  background: linear-gradient(180deg, transparent, rgba(15,24,18,.62)); z-index: 1; border-radius: 0 0 2px 2px;
}

/* ============================================================
   LOKACIJA — dusk
   ============================================================ */
.why { background: var(--pine-900); color: var(--cream); }
.why .eyebrow { color: var(--wood); }
.why h2 { color: var(--cream); }
.loc-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px, 5vw, 72px); align-items: stretch; }
.loc-list { display: flex; flex-direction: column; }
.loc-item { padding: 22px 0; border-top: 1px solid var(--line-dusk); }
.loc-item:last-of-type { margin-bottom: 8px; }
.loc-item h3 { color: var(--cream); margin-bottom: .5rem; font-size: 1.24rem; }
.loc-item h3::before { content: "— "; color: var(--wood); }
.loc-item p { color: var(--cream-soft); font-size: .98rem; line-height: 1.68; }
.loc-btn { align-self: flex-start; margin-top: auto; }

.map-wrap {
  position: relative; margin: 0; padding: 12px; background: var(--pine-800);
  border: 1px solid var(--line-dusk); border-radius: 8px; box-shadow: var(--shadow-dusk);
}
.map-wrap::before {
  content: ""; position: absolute; inset: -1px; border-radius: 8px; pointer-events: none;
  border-top: 3px solid var(--wood);
}
.map-wrap iframe { display: block; width: 100%; height: 100%; min-height: 380px; border: 0; border-radius: 5px; }
.map-cap {
  font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--cream-mute); text-align: center; padding: 12px 6px 2px;
}

/* ============================================================
   KONTAKT — dusk deepens to night
   ============================================================ */
.contact {
  background: linear-gradient(180deg, var(--pine-900), var(--pine-950));
  text-align: center; position: relative; color: var(--cream);
}
.contact::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(700px 360px at 50% 8%, rgba(189,141,87,.12), transparent 70%);
}
.contact .eyebrow { color: var(--wood); }
.contact h2 { color: var(--cream); }
.contact-inner { max-width: 760px; margin: 0 auto; position: relative; }
.contact h2 { margin: .3rem 0 1.1rem; }
.contact-lede { color: var(--cream-soft); font-size: 1.08rem; margin-bottom: 2rem; }
.contact-phone {
  display: block; width: fit-content; margin-left: auto; margin-right: auto;
  font-family: var(--disp); font-weight: 560;
  font-size: clamp(2.3rem, 6vw, 4.2rem); line-height: 1.1; color: var(--cream);
  letter-spacing: .01em; margin-bottom: .9rem;
  border-bottom: 3px solid var(--line-wood); padding-bottom: .12em;
  transition: color .25s ease, border-color .25s ease;
  font-variation-settings: "SOFT" 40;
}
.contact-phone:hover { color: var(--wood); border-color: var(--wood); }
.contact-email {
  display: block; width: fit-content; margin: 0 auto 2.4rem; font-size: 1.04rem; letter-spacing: .02em;
  color: var(--cream-soft); border-bottom: 1px solid var(--line-wood); padding-bottom: 3px;
  transition: color .25s ease, border-color .25s ease;
}
.contact-email:hover { color: var(--wood); border-color: var(--wood); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-bottom: 1.9rem; }

/* ---------- contact channels (Viber / WhatsApp app-icon row) ---------- */
.channels { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(16px, 3vw, 34px); margin-bottom: 2.1rem; }
.channel { display: inline-flex; flex-direction: column; align-items: center; gap: 10px; width: 76px; }
.channel-ico {
  display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px;
  border-radius: 16px; box-shadow: 0 12px 26px -14px rgba(0,0,0,.7);
  transition: transform .25s ease, box-shadow .25s ease;
}
.channel-ico svg { width: 28px; height: 28px; fill: #fff; }
.channel:hover .channel-ico { transform: translateY(-4px); box-shadow: 0 18px 32px -14px rgba(0,0,0,.75); }
.channel-lbl { font-size: .78rem; letter-spacing: .05em; font-weight: 600; color: var(--cream-soft); transition: color .25s ease; }
.channel:hover .channel-lbl { color: var(--cream); }
.ch-call .channel-ico  { background: linear-gradient(145deg, var(--wood), var(--wood-dp)); }
.ch-viber .channel-ico { background: linear-gradient(145deg, #8a78f7, #6155c9); }   /* Viber purple */
.ch-wa .channel-ico    { background: linear-gradient(145deg, #3ddb6f, #1ca94e); }   /* WhatsApp green */
.ch-ig .channel-ico    { background: linear-gradient(45deg, #f09433, #dc2743 55%, #bc1888); } /* Instagram */

.contact-loc { color: var(--cream-mute); letter-spacing: .1em; font-size: .84rem; text-transform: uppercase; }

/* ============================================================
   FOOTER — night
   ============================================================ */
.site-footer { background: var(--pine-950); color: var(--cream); padding: clamp(50px, 6vw, 72px) 0 90px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 30px; padding-bottom: 36px; border-bottom: 1px solid var(--line-dusk); }
.footer-peaks { width: 34px; height: 20px; margin-bottom: 12px; }
.footer-logo { height: 62px; width: auto; display: block; margin-bottom: 14px; filter: brightness(0) invert(1); opacity: .92; }
.footer-word { display: block; font-family: var(--disp); font-weight: 600; font-size: 1.26rem; letter-spacing: .08em; color: var(--cream); }
.footer-word-sub { display: block; font-weight: 600; font-size: .56rem; letter-spacing: .32em; color: var(--wood); margin: 5px 0 14px; }
.footer-brand p { color: var(--cream-mute); font-size: .94rem; }
.f-label { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--wood); font-weight: 600; }
.footer-col p { margin-top: 10px; color: var(--cream-soft); }
.footer-col a:hover { color: var(--wood); }
.footer-base { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; padding-top: 24px; font-size: .8rem; color: var(--cream-mute); letter-spacing: .03em; }

/* ---------- sticky mobile call bar ---------- */
.call-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; display: none;
  text-align: center; padding: 15px; background: var(--wood); color: #241708;
  font-weight: 700; letter-spacing: .03em; font-size: .98rem;
  box-shadow: 0 -8px 24px -10px rgba(0,0,0,.5);
}

/* ============================================================
   LIGHTBOX
   ============================================================ */
.lightbox {
  position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center;
  padding: 6vh 5vw; background: rgba(16,25,19,.94); backdrop-filter: blur(8px); opacity: 0; transition: opacity .3s ease;
}
.lightbox.open { display: flex; opacity: 1; }
.lb-inner { display: flex; flex-direction: column; align-items: center; gap: 16px; max-width: 760px; }
.lb-inner img { max-height: 78vh; width: auto; max-width: 100%; border-radius: 4px; padding: 10px; background: var(--paper); box-shadow: var(--shadow-dusk); }
.lb-cap { color: var(--cream-soft); text-align: center; font-family: var(--disp); font-weight: 500; font-style: italic; font-size: 1.1rem; }
.lb-close, .lb-nav { position: absolute; background: rgba(242,241,230,.08); border: 1px solid rgba(242,241,230,.3); color: var(--cream); cursor: pointer; transition: all .25s ease; border-radius: 50%; z-index: 2; }
.lb-close { top: 22px; right: 22px; width: 46px; height: 46px; font-size: 1.6rem; line-height: 1; }
.lb-nav { top: 50%; transform: translateY(-50%); width: 50px; height: 50px; font-size: 1.8rem; }
.lb-prev { left: 16px; } .lb-next { right: 16px; }
.lb-close:hover, .lb-nav:hover { background: var(--wood); color: #241708; border-color: var(--wood); }

/* ============================================================
   REVEAL
   ============================================================ */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s cubic-bezier(.2,.7,.3,1), transform .8s cubic-bezier(.2,.7,.3,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal, .hero-item { opacity: 1; transform: none; transition: none; animation: none; }
  .hero-bg { animation: none; transform: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .facts-grid { grid-template-columns: 1fr 1fr; row-gap: 26px; }
  .fact:nth-child(3) { border-left: 0; padding-left: 0; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-figures { max-width: 460px; margin: 0 auto; order: 2; }
  .about-figure-sm { right: -14px; }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .loc-grid { grid-template-columns: 1fr; }
  .map-wrap iframe { min-height: 340px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .nav {
    position: fixed; inset: 0 0 0 auto; width: min(82vw, 330px);
    flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.7rem; padding: 0 36px;
    background: var(--fog); border-left: 1px solid var(--line-day);
    transform: translateX(100%); transition: transform .38s cubic-bezier(.2,.7,.3,1); z-index: 90;
    box-shadow: -20px 0 50px -30px rgba(20,31,24,.55);
  }
  .nav.open { transform: translateX(0); }
  .nav a { font-size: 1.2rem; color: var(--ink-soft) !important; }
  .nav a.nav-cta { color: var(--wood-ink) !important; }
  .nav-toggle { display: flex; }
  .call-bar { display: block; }
  body { padding-bottom: 54px; }
  .hero { min-height: auto; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .g-l, .g-p { grid-column: span 1; }
  .g-l img { aspect-ratio: 3 / 4; }
  .g-wide { grid-column: 1 / -1; }
  .g-wide img { aspect-ratio: 4 / 3; }
  .g-quote { bottom: 48px; }
  .g-wide::before { bottom: 40px; }
}
@media (max-width: 540px) {
  .container { padding: 0 18px; }
  .svc-grid { grid-template-columns: 1fr; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .fact { padding-left: 16px; padding-right: 10px; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
  .footer-base { flex-direction: column; }
  .about-figure img { height: clamp(340px, 46vh, 440px); }
  .about-figure-sm { width: 120px; bottom: -24px; }
  .channels { gap: 14px 22px; }
  .channel { width: 68px; }
  .channel-ico { width: 52px; height: 52px; }
  .channel-ico svg { width: 26px; height: 26px; }
}
