/* ═══════════════════════════════════════════
   Solea Theme — main.css
   Të gjitha stilet e temës
═══════════════════════════════════════════ */

/* ─── CSS Variables fallback (kopje nga style.css) ─── */
:root {
  --deep-oak:    #451C00;
  --milk-punch:  #FFF8D9;
  --coral-blue:  #A8DFFE;
  --cream:       #FFF8D9;
  --warm-white:  #FFFDF5;
  --beige:       #EDE4D8;
  --sand:        #D4C4A8;
  --gold:        #8B5E3C;
  --gold-light:  #B8936A;
  --brown-dark:  #451C00;
  --brown-mid:   #7A3F1E;
  --text-main:   #451C00;
  --text-muted:  #9A7B6A;
  --accent-blue: #A8DFFE;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'Jost', sans-serif;
  --radius-sm:   2px;
  --radius-md:   4px;
  --radius-pill: 30px;
  --transition:  0.35s ease;
  --shadow-card: 0 4px 24px rgba(69,28,0,0.08);

  /* ── Paleta Rreth Nesh — e përdorur gjithashtu në Kontakt & Galeri ── */
  --oak:        #451C00;
  --oak-mid:    #6B3A1F;
  --oak-light:  #C4956A;
  --oak-pale:   #E8D5C0;
  --milk:       #FFF8D9;
  --cream-bg:   #F7F0E4;
  --cream-deep: #EDE4D4;
  --ink:        #1A0D06;
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans:  'Jost', system-ui, sans-serif;

  /* Header — dimensione të njëtrajtshme në të gjitha faqet */
  --solea-header-height: 84px;
  --solea-header-padding-x: 40px;
  --solea-announce-min-height: 38px;
}

/* ─── RESET & BASE ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
html, body { width: 100%; max-width: 100%; }
body {
  font-family: var(--font-body);
  background: var(--warm-white, #FFFDF5);
  color: var(--text-main, #451C00);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.site-main { width: 100%; overflow-x: hidden; }

/* ─── Inner page heroes — madhësi uniforme (Rreth Nesh, Galeria, Kontakt, Rezervo) ─── */
body:not(.home) .manifesto,
body:not(.home) .ct-hero,
body:not(.home) .gal-hero,
body:not(.home) .rezervo-hero {
  --page-hero-min-h: clamp(420px, 48vh, 520px);
  min-height: var(--page-hero-min-h);
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-size: cover !important;
  background-position: center !important;
  text-align: center;
}

body:not(.home) .manifesto-hero-content,
body:not(.home) .gal-hero__content,
body:not(.home) .rezervo-hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 !important;
}

body:not(.home) .manifesto-headline--center,
body:not(.home) .ct-hero__title,
body:not(.home) .gal-hero__title,
body:not(.home) .rezervo-hero__title {
  font-family: var(--font-serif) !important;
  font-size: clamp(48px, 7vw, 88px) !important;
  font-weight: 300 !important;
  line-height: 0.95 !important;
  color: var(--milk) !important;
  margin: 0 0 24px !important;
  white-space: normal !important;
}

body:not(.home) .manifesto-headline--center em,
body:not(.home) .ct-hero__title em,
body:not(.home) .gal-hero__title em,
body:not(.home) .rezervo-hero__title em {
  font-style: italic;
  color: var(--oak-light);
}

body:not(.home) .manifesto-hero-sub,
body:not(.home) .ct-hero__sub,
body:not(.home) .gal-hero__sub,
body:not(.home) .rezervo-hero__sub {
  font-family: var(--font-serif) !important;
  font-size: clamp(16px, 2vw, 20px) !important;
  font-weight: 300 !important;
  color: rgba(255, 248, 217, 0.55) !important;
  max-width: 520px !important;
  margin: 0 auto !important;
  line-height: 1.7 !important;
}

body:not(.home) .eyebrow--center,
body:not(.home) .ct-eyebrow,
body:not(.home) .gal-eyebrow,
body:not(.home) .rezervo-hero__tag {
  margin-bottom: 24px !important;
}

body:not(.home) .eyebrow-line,
body:not(.home) .ct-eyebrow__line,
body:not(.home) .gal-eyebrow__line {
  width: 32px !important;
}

body:not(.home) .ct-hero__scroll {
  display: none;
}

body:not(.home) .manifesto::after,
body:not(.home) .ct-hero::after,
body:not(.home) .gal-hero::after,
body:not(.home) .rezervo-hero::after {
  height: 64px;
  background: var(--cream-bg) !important;
  clip-path: ellipse(55% 100% at 50% 100%);
}

/* ─── NDARJA E SEKSIONEVE ─── */
.site-main > section + section {
  border-top: 0.5px solid rgba(69,28,0,0.12);
}
/* Seksionet me sfond të errët — vija e lehtë e çelët */
.site-main > .about-section + section,
.site-main > section + .testimonials-section,
.site-main > .testimonials-section + section,
.site-main > section + .booking-section,
.site-main > .booking-section + section {
  border-top: 0.5px solid rgba(255,248,217,0.08);
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
button { cursor: pointer; font-family: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* ─── REVEAL ANIMATION ─── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ─── TYPOGRAPHY SCALE ─── */
.section-tag {
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px;
  display: flex; align-items: center; gap: 10px;
}
.section-tag::before { content: ''; display: inline-block; width: 24px; height: 0.5px; background: var(--gold); }
.section-title { font-family: var(--font-display, 'Playfair Display', Georgia, serif); font-size: 44px; line-height: 1.1; font-weight: 400; color: var(--brown-dark, #451C00); }
.section-title em { font-style: italic; color: var(--gold-light, #B8936A); }
.section-body { font-size: 14px; line-height: 1.9; color: var(--text-muted); font-weight: 300; }
.link-arrow { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-muted); padding-bottom: 2px; border-bottom: 0.5px solid var(--sand); transition: color var(--transition), border-color var(--transition); }
.link-arrow:hover { color: var(--gold); border-color: var(--gold); }

/* ─── BUTTONS ─── */
.btn-primary, .btn-ghost, .btn-gold {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 30px; font-family: var(--font-body);
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  border-radius: var(--radius-sm); transition: all var(--transition);
  border: 0.5px solid transparent;
}
.btn-primary { background: var(--brown-dark); color: var(--cream); border-color: var(--brown-dark); }
.btn-primary:hover { background: var(--gold); border-color: var(--gold); }
.btn-ghost { background: transparent; color: var(--brown-dark); border-color: var(--brown-dark); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-gold { background: var(--gold); color: var(--cream); border-color: var(--gold); }
.btn-gold:hover { background: var(--gold-light); border-color: var(--gold-light); }
.btn-full { width: 100%; }

/* ─── FORMS ─── */
.form-input {
  width: 100%; background: rgba(255,255,255,0.06); border: 0.5px solid rgba(255,255,255,0.12);
  padding: 14px 16px; font-family: var(--font-body); font-size: 13px; color: var(--cream);
  outline: none; transition: border-color var(--transition); border-radius: var(--radius-sm);
  -webkit-appearance: none; appearance: none;
}
.form-input:focus { border-color: var(--gold); }
.form-input::placeholder { color: rgba(212,196,176,0.5); }
.form-input option { background: var(--brown-dark); color: var(--cream); }
.form-input.light { background: var(--warm-white); border-color: var(--sand); color: var(--text-main); }
.form-input.light::placeholder { color: var(--text-muted); }
.form-message { font-size: 13px; padding: 10px 14px; border-radius: var(--radius-sm); margin-bottom: 4px; display: none; }
.form-message--success { display: block; background: #e8f5ee; color: #1a6040; border: 0.5px solid #a8d5bc; }
.form-message--error { display: block; background: #fdf0f0; color: #8b2020; border: 0.5px solid #e8a8a8; }

/* ─── ANNOUNCE BAR — Deep Oak background ─── */
.announce-bar {
  width: 100%; background: var(--deep-oak, #451C00); padding: 10px 44px;
  min-height: var(--solea-announce-min-height);
  display: flex; align-items: center; justify-content: center; gap: 12px;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.announce-bar span,
.announce-bar a,
.announce-bar * {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--milk-punch, #FFF8D9) !important;
}
.announce-bar a { text-decoration: underline; transition: opacity var(--transition); }
.announce-bar a:hover { opacity: 0.75; }
.announce-sep { opacity: 0.4; }

/* ─── HEADER ─── */
.site-header {
  width: 100%; display: flex; align-items: center; justify-content: center;
  padding: 0; position: relative;
  min-height: var(--solea-header-height);
  background: rgba(255,253,245,0.96); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 0.5px solid var(--beige, #EDE4D8); transition: box-shadow var(--transition);
  box-sizing: border-box;
}
.site-header.is-scrolled { box-shadow: 0 2px 20px rgba(69,28,0,0.08); }

.site-header-group {
  width: 100%;
  min-height: var(--solea-header-height);
}

/* Wrapper — sticky header + nav overlay (desktop) */
.site-header-shell {
  position: sticky;
  top: 0;
  z-index: 200;
  width: 100%;
}

@media (min-width: 901px) {
  .site-header-shell {
    display: grid;
    grid-template-areas: "stack";
    align-items: stretch;
    height: var(--solea-header-height);
    min-height: var(--solea-header-height);
    max-height: var(--solea-header-height);
  }

  .site-header-group,
  .site-header__nav {
    grid-area: stack;
  }

  .site-header__nav {
    position: relative !important;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    height: var(--solea-header-height) !important;
    min-height: var(--solea-header-height) !important;
    max-height: var(--solea-header-height) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 2;
    visibility: visible !important;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    overflow: visible;
    transform: none !important;
    inset: auto !important;
  }

  .site-header__nav .nav-links {
    pointer-events: auto;
  }

  .site-header-group {
    position: relative;
    z-index: 1;
    pointer-events: none;
  }

  .site-header-group .header-inner {
    pointer-events: auto;
  }

  .nav-drawer-close {
    display: none !important;
  }

  .nav-drawer-top {
    display: none !important;
  }

  /* Hero — padding i njëtrajtshëm në faqet e brendshme */
  body:not(.home) .manifesto,
  body:not(.home) .ct-hero,
  body:not(.home) .gal-hero,
  body:not(.home) .rezervo-hero,
  body:not(.home) .tpl-hero {
    padding: 120px 40px 100px !important;
    min-height: clamp(420px, 48vh, 520px);
  }
}

.header-inner {
  width: 100%; max-width: 1400px;
  min-height: var(--solea-header-height);
  padding: 0 var(--solea-header-padding-x);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  overflow: visible;
  box-sizing: border-box;
}
.site-header__logo { flex-shrink: 0; }
.site-header__logo a { display: flex; align-items: center; gap: 9px; }
.logo-text { font-family: var(--font-display, 'Playfair Display', Georgia, serif); font-size: 22px; font-weight: 400; letter-spacing: 0.05em; color: var(--brown-dark, #451C00); }

/* ─── Logo versioni dark / light ─── */
.site-logo { display: block !important; width: 56px !important; max-width: 56px !important; height: auto !important; object-fit: contain; transition: opacity 0.3s ease; }
.site-logo--light { display: none; }   /* default: shfaq dark logo (mbi bg të bardhë) */

/* Kur headeri është mbi seksion të errët → shfaq logon e çelët */
.header-on-dark .site-logo--dark  { display: none; }
.header-on-dark .site-logo--light { display: block; }
.nav-links { display: flex; gap: 28px; }
.nav-links { display: flex; align-items: center; gap: 20px; flex-shrink: 0; }
.nav-links li { position: relative; white-space: nowrap; }
.nav-links a { font-size: 10.5px; font-weight: 400; letter-spacing: 0.11em; text-transform: uppercase; color: var(--text-muted, #9A7B6A); transition: color var(--transition); position: relative; padding-bottom: 2px; white-space: nowrap; }
.nav-links a::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 0.5px; background: var(--gold); transition: width 0.3s ease; }
.nav-links a:hover::after, .nav-links .current-menu-item > a::after { width: 100%; }
.nav-links a:hover, .nav-links .current-menu-item > a { color: var(--gold); }

/* REZERVOTANI — CTA button in nav */
.nav-links li.nav-rezervo > a {
  background: var(--brown-dark); color: var(--cream) !important;
  padding: 10px 22px; border-radius: var(--radius-sm);
  border: 0.5px solid var(--brown-dark);
  letter-spacing: 0.16em; font-size: 10px;
  transition: background 0.35s ease, border-color 0.35s ease, color 0.35s ease;
}
.nav-links li.nav-rezervo > a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--cream) !important;
}
.nav-links li.nav-rezervo > a::after { display: none; }

.site-header__actions { display: flex; align-items: center; gap: 12px; }
.lang-switcher { position: relative; }
.btn-lang { display: inline-flex; align-items: center; gap: 5px; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); padding: 6px 10px; border: 0.5px solid var(--beige); border-radius: var(--radius-sm); background: transparent; font-family: var(--font-body); transition: all var(--transition); cursor: pointer; }
.btn-lang:hover,
.btn-lang[aria-expanded="true"] { border-color: var(--gold); color: var(--gold); }
.btn-lang__caret { transition: transform 0.2s ease; flex-shrink: 0; }
.btn-lang[aria-expanded="true"] .btn-lang__caret { transform: rotate(180deg); }
.lang-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 110px;
    background: var(--cream, #F7F0E4);
    border: 1px solid var(--beige);
    border-radius: var(--radius-sm);
    box-shadow: 0 8px 24px rgba(69,28,0,0.12);
    list-style: none;
    margin: 0;
    padding: 4px 0;
    z-index: 500;
    animation: langFadeIn 0.15s ease;
}
@keyframes langFadeIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }
.lang-dropdown[hidden] { display: none; }
.lang-option {
    display: block;
    padding: 9px 16px;
    font-family: var(--font-body);
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-muted);
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
    white-space: nowrap;
}
.lang-option:hover { background: var(--beige); color: var(--brown-dark); }
.lang-option.is-active { color: var(--gold); font-weight: 500; pointer-events: none; }
.btn-cta--nav { padding: 10px 22px; font-size: 11px; background: var(--brown-dark); color: var(--cream); border-radius: var(--radius-sm); letter-spacing: 0.14em; text-transform: uppercase; transition: background var(--transition); }
.btn-cta--nav:hover { background: var(--gold); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 4px; z-index: 310; position: relative; }
.nav-toggle span { display: block; width: 22px; height: 1px; background: var(--brown-dark); transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease; transform-origin: center; }
  .nav-toggle.is-open span:nth-child(1) { transform: translateY(0) rotate(45deg); }
  .nav-toggle.is-open span:nth-child(2) { opacity: 0; width: 0; }
  .nav-toggle.is-open span:nth-child(3) { transform: translateY(0) rotate(-45deg); }

/* ─── HEADER scroll reveal animation ─── */
@keyframes headerSlideDown {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.site-header { animation: headerSlideDown 0.6s cubic-bezier(0.16, 1, 0.3, 1) both; }

/* ─── CORAL BLUE ACCENT — Brand color #3 ─── */
.accent-blue { color: var(--accent-blue); }
.badge-blue {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--accent-blue); color: var(--brown-dark);
  font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 5px 12px; border-radius: var(--radius-pill);
}
/* Trust pills — Coral Blue dot on first pill */
.trust-pill:first-child .trust-pill__dot { background: var(--accent-blue); }

/* ═══════════════════════════════════════════
   HERO — Full-screen premium experience
═══════════════════════════════════════════ */

/* Transparent header mbi hero (vetëm homepage) */
.home .site-header-shell {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.home .site-header-group {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}
.home .site-header {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
}
.home .site-header.is-scrolled {
  background: rgba(255,253,245,0.96);
  border-bottom-color: var(--beige);
  box-shadow: 0 2px 20px rgba(69,28,0,0.08);
}
@media (min-width: 901px) {
  .home .site-header-shell:has(.site-header:not(.is-scrolled)) .site-header__nav .nav-links a { color: rgba(255,248,217,0.9) !important; }
  .home .site-header-shell:has(.site-header:not(.is-scrolled)) .site-header__nav .nav-links a:hover { color: #fff !important; }
  .home .site-header-shell:has(.site-header:not(.is-scrolled)) .site-header__nav .nav-links li.nav-rezervo > a { background: rgba(255,248,217,0.15); border-color: rgba(255,248,217,0.4); color: var(--milk-punch) !important; }
  .home .site-header-shell:has(.site-header:not(.is-scrolled)) .site-header__nav .nav-links li.nav-rezervo > a:hover { background: var(--milk-punch); color: var(--deep-oak) !important; }
}
.home .site-header:not(.is-scrolled) .logo-text { color: var(--milk-punch) !important; }
.home .site-header:not(.is-scrolled) .site-logo--light { display: block; }
.home .site-header:not(.is-scrolled) .btn-lang { color: rgba(255,248,217,0.7); border-color: rgba(255,248,217,0.25); }
.home .site-header:not(.is-scrolled) .btn-lang:hover,
.home .site-header:not(.is-scrolled) .btn-lang[aria-expanded="true"] { color: var(--milk, #FFF8D9); border-color: rgba(255,248,217,0.6); }
.home .site-header:not(.is-scrolled) .nav-toggle span { background: var(--milk-punch); }

/* Hero section */
.hero-fullscreen {
  width: 100%; height: 100vh;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  position: relative; overflow: hidden;
  background: var(--deep-oak);
}

/* Background image */
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background: var(--hero-bg, none) center center / cover no-repeat;
  transform: scale(1.04);
  animation: hero-zoom 12s ease-out forwards;
}
@keyframes hero-zoom {
  from { transform: scale(1.08); }
  to   { transform: scale(1.0); }
}

/* CSS art fallback */
.hero-bg-art {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 40%, #6B3015 0%, #451C00 40%, #2A1000 100%);
  display: flex; align-items: center; justify-content: center;
}
.hero-bg-rays { width: 70%; height: 70%; opacity: 0.6; }

/* Overlay */
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(43,16,0,0.38) 0%,
    rgba(43,16,0,0.22) 40%,
    rgba(43,16,0,0.55) 80%,
    rgba(43,16,0,0.82) 100%
  );
}

/* Content */
.hero-content {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; align-items: center;
  text-align: center; padding: 120px 44px 160px;
  max-width: 820px; margin: 0 auto; gap: 0;
}
.hero-eyebrow {
  font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold-light, #B8936A); margin-bottom: 24px;
  display: flex; align-items: center; gap: 12px;
  animation: hero-fade-up 1s 0.2s both;
}
.hero-eyebrow::before, .hero-eyebrow::after {
  content: ''; display: inline-block; width: 32px; height: 0.5px;
  background: var(--gold-light, #B8936A); opacity: 0.6;
}
.hero-title {
  font-family: var(--font-display, 'Playfair Display', Georgia, serif);
  font-size: clamp(40px, 5vw, 64px); line-height: 1.08; font-weight: 400;
  color: var(--milk-punch, #FFF8D9); margin-bottom: 24px;
  animation: hero-fade-up 1s 0.4s both;
}
.hero-title em {
  font-style: italic;
  color: var(--gold-light, #B8936A);
  display: block;
  font-size: 1.35em;
  line-height: 0.9;
  margin-top: 0.04em;
  letter-spacing: -0.02em;
}
.hero-desc {
  font-size: 15px; line-height: 1.85; color: rgba(255,248,217,0.72);
  max-width: 480px; margin-bottom: 44px; font-weight: 300;
  animation: hero-fade-up 1s 0.6s both;
}
.hero-actions {
  display: flex; gap: 16px; flex-wrap: wrap; justify-content: center;
  margin-bottom: 44px; animation: hero-fade-up 1s 0.8s both;
}

/* Hero buttons */
.btn-hero-primary {
  display: inline-flex; align-items: center; padding: 16px 36px;
  background: var(--milk-punch, #FFF8D9); color: var(--deep-oak, #451C00);
  font-family: var(--font-body); font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; border: none;
  transition: all 0.35s ease;
}
.btn-hero-primary:hover { background: #fff; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,0.2); }
.btn-hero-ghost {
  display: inline-flex; align-items: center; padding: 16px 36px;
  background: transparent; color: rgba(255,248,217,0.85);
  font-family: var(--font-body); font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; border: 0.5px solid rgba(255,248,217,0.35);
  transition: all 0.35s ease;
}
.btn-hero-ghost:hover { border-color: rgba(255,248,217,0.8); color: #fff; transform: translateY(-2px); }

/* Trust inline */
.hero-trust {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap; justify-content: center;
  animation: hero-fade-up 1s 1s both;
}
.htrust-item { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,248,217,0.55); display: flex; align-items: center; gap: 6px; }
.htrust-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold-light, #B8936A); }
.htrust-sep { color: rgba(255,248,217,0.2); font-size: 12px; }

/* Stats bar bottom */
.hero-stats-bar {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 3;
  display: flex; align-items: stretch;
  background: rgba(43,16,0,0.6); backdrop-filter: blur(12px);
  border-top: 0.5px solid rgba(255,248,217,0.1);
  animation: hero-fade-up 1s 1.2s both;
}
.hero-stat {
  flex: 1; display: flex; flex-direction: column; align-items: center;
  justify-content: center; padding: 20px 16px; gap: 4px;
}
.hero-stat__num {
  font-family: var(--font-display, 'Playfair Display', Georgia, serif);
  font-size: 30px; font-weight: 400; color: var(--milk-punch, #FFF8D9); line-height: 1;
}
.hero-stat__lbl { font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,248,217,0.45); }
.hero-stat-divider { width: 0.5px; background: rgba(255,248,217,0.1); align-self: stretch; margin: 12px 0; }

/* Scroll indicator */
.hero-scroll {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 8px;
  animation: hero-fade-up 1s 1.4s both;
}
.hero-scroll__text { font-size: 8px; letter-spacing: 0.24em; text-transform: uppercase; color: rgba(255,248,217,0.4); }
.hero-scroll__line {
  width: 0.5px; height: 40px; background: linear-gradient(to bottom, rgba(255,248,217,0.4), transparent);
  animation: scroll-pulse 2s ease-in-out infinite;
}
@keyframes scroll-pulse {
  0%, 100% { opacity: 0.4; transform: scaleY(1); }
  50% { opacity: 1; transform: scaleY(1.2); }
}
@keyframes hero-fade-up {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Legacy classes (backward compat) */
.stat-num { font-family: var(--font-display); font-size: 28px; font-weight: 400; color: var(--brown-dark); display: block; }
.stat-lbl { font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); }

/* ─── MARQUEE ─── */
.marquee-bar { background: var(--deep-oak); padding: 13px 0; overflow: hidden; }
.marquee-track { display: flex; animation: marquee 22s linear infinite; white-space: nowrap; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.marquee-item { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--sand); display: flex; align-items: center; gap: 24px; padding: 0 24px; flex-shrink: 0; }
.marquee-sep { color: var(--gold); font-size: 14px; }

/* ─── SERVICES BOARD ─── */
.svc-board-section {
  height: 100vh;
  padding: clamp(28px, 4vh, 56px) 44px;
  display: flex; flex-direction: column; justify-content: center;
  box-sizing: border-box;
}
.svc-board-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: clamp(16px, 2.5vh, 36px); flex-shrink: 0; }

/* Grid: 3 kolona × 2 rreshta — 6 karta të barabarta */
.svc-board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 12px;
  flex: 1;
  min-height: 0;
}

/* Kartë bazë */
.svc-card {
  position: relative; overflow: hidden;
  border-radius: 6px;
  display: flex; align-items: flex-end;
  text-decoration: none;
  cursor: pointer;
  background: hsl(var(--svc-hue, 25deg) 40% 25%);
}
.svc-card__img {
  position: absolute; inset: 0;
  background: var(--svc-bg) center center / cover no-repeat;
  transition: transform 0.6s ease;
  z-index: 0;
}
.svc-card__art {
  position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(
    135deg,
    hsl(var(--svc-hue, 25deg) 45% 22%) 0%,
    hsl(var(--svc-hue, 25deg) 35% 15%) 100%
  );
}
.svc-card__overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(30,10,0,0.80) 0%, rgba(30,10,0,0.15) 60%, transparent 100%);
}
.svc-card:hover .svc-card__img { transform: scale(1.06); }

.svc-card__art::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(20,5,0,0.72) 0%, transparent 65%);
}

.svc-card__body {
  position: relative; z-index: 2;
  padding: 28px 28px 32px;
  display: flex; flex-direction: column; gap: 8px;
  width: 100%;
}
.svc-card__tag {
  font-size: 9px; font-weight: 500; letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--coral-blue, #A8DFFE);
  display: inline-block;
}
.svc-card__title {
  font-family: var(--font-display, 'Playfair Display', Georgia, serif);
  font-size: 22px; font-weight: 400;
  color: #fff; line-height: 1.25;
  margin: 0;
}
.svc-card__desc {
  font-size: 12px; line-height: 1.7;
  color: rgba(255,253,245,0.75);
  margin: 0;
}
.svc-card__arrow {
  font-size: 18px; color: var(--gold-light, #B8936A);
  margin-top: 6px; display: inline-block;
  transition: transform 0.3s;
}
.svc-card:hover .svc-card__arrow { transform: translateX(5px); }

/* ─── SERVICES ACCORDION ─── */
.svc-accordion-section { padding: 90px 44px; }
.svc-accordion-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 48px; }

.svc-accordion { border-top: 0.5px solid var(--beige); }

/* Trigger row */
.svc-acc-item { border-bottom: 0.5px solid var(--beige); }
.svc-acc-trigger {
  width: 100%; display: grid;
  grid-template-columns: 52px 1fr auto auto 44px;
  align-items: center; gap: 20px;
  padding: 26px 0; background: none; border: none;
  text-align: left; cursor: pointer;
  transition: background var(--transition);
}
.svc-acc-trigger:hover { background: none; }
.svc-acc-item.is-open .svc-acc-trigger { border-bottom: 0.5px solid var(--beige); }

.svc-acc-trigger__num {
  font-family: var(--font-display); font-size: 13px;
  font-weight: 300; color: var(--sand); letter-spacing: 0.06em;
}
.svc-acc-trigger__title {
  font-family: var(--font-display); font-size: 26px;
  font-weight: 400; color: var(--brown-dark);
  transition: color var(--transition);
}
.svc-acc-item.is-open .svc-acc-trigger__title,
.svc-acc-trigger:hover .svc-acc-trigger__title { color: var(--gold); }

.svc-acc-trigger__tag {
  font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--text-muted); padding: 5px 12px;
  border: 0.5px solid var(--beige); white-space: nowrap;
}
.svc-acc-trigger__meta { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; }
.svc-acc-trigger__dur { font-size: 11px; color: var(--text-muted); }
.svc-acc-trigger__price { font-size: 12px; font-weight: 500; color: var(--gold); }

/* Icon +/- */
.svc-acc-trigger__icon {
  width: 28px; height: 28px;
  border: 0.5px solid var(--beige); border-radius: 50%;
  position: relative; flex-shrink: 0;
  transition: background var(--transition), border-color var(--transition);
}
.svc-acc-trigger__icon span {
  position: absolute; background: var(--brown-dark);
  transition: transform 0.35s, opacity 0.35s, background var(--transition);
}
.svc-acc-trigger__icon span:first-child { width: 10px; height: 1px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.svc-acc-trigger__icon span:last-child  { width: 1px; height: 10px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.svc-acc-item.is-open .svc-acc-trigger__icon { background: var(--deep-oak); border-color: var(--deep-oak); }
.svc-acc-item.is-open .svc-acc-trigger__icon span { background: var(--cream); }
.svc-acc-item.is-open .svc-acc-trigger__icon span:last-child { transform: translate(-50%,-50%) rotate(90deg); opacity: 0; }

/* Panel */
.svc-acc-panel { overflow: hidden; }
.svc-acc-panel__inner {
  display: grid; grid-template-columns: 420px 1fr;
  gap: 0; padding: 0 0 48px;
}

/* Media */
.svc-acc-panel__media { position: relative; overflow: hidden; height: 340px; }
.svc-acc-panel__img { width: 100%; height: 100%; object-fit: cover; }
.svc-acc-panel__art {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, hsl(var(--art-hue,25deg) 40% 68%) 0%, hsl(var(--art-hue,25deg) 32% 55%) 100%);
}

/* Content */
.svc-acc-panel__content {
  padding: 0 0 0 52px;
  display: flex; flex-direction: column; gap: 18px;
  justify-content: center;
}
.svc-acc-panel__tag {
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); display: inline-block;
}
.svc-acc-panel__desc { font-size: 14px; line-height: 1.85; color: var(--text-muted); font-weight: 300; max-width: 480px; }

/* Points */
.svc-acc-panel__points { display: flex; flex-direction: column; gap: 10px; padding: 0; list-style: none; }
.svc-acc-panel__points li { display: flex; align-items: center; gap: 12px; font-size: 13px; color: var(--brown-dark); }
.svc-point-icon {
  width: 18px; height: 18px; border-radius: 50%;
  border: 1.5px solid var(--gold); flex-shrink: 0;
  position: relative;
}
.svc-point-icon::after {
  content: ''; position: absolute; inset: 3.5px;
  border-radius: 50%; background: var(--gold);
}

/* Meta pills */
.svc-acc-panel__meta-row { display: flex; gap: 12px; }
.svc-meta-pill { padding: 10px 18px; border: 0.5px solid var(--beige); display: flex; flex-direction: column; gap: 2px; }
.svc-meta-pill__lbl { font-size: 8px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-muted); }
.svc-meta-pill__val { font-size: 14px; font-family: var(--font-display); color: var(--brown-dark); }

/* CTA */
.svc-acc-panel__cta {
  display: inline-flex; align-items: center;
  padding: 14px 28px; background: var(--deep-oak);
  color: var(--cream); font-size: 10px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  transition: background var(--transition);
  align-self: flex-start;
}
.svc-acc-panel__cta:hover { background: var(--gold); }

/* backward compat */
.service-rows { display: flex; flex-direction: column; gap: 2px; }
.service-row { display: grid; grid-template-columns: 64px 1fr 1fr 60px; align-items: center; gap: 24px; padding: 28px 32px; border: 0.5px solid var(--beige); background: var(--warm-white); }
.service-row__num { font-family: var(--font-display); font-size: 40px; font-weight: 300; color: var(--beige); }
.service-row__name { font-family: var(--font-display); font-size: 22px; font-weight: 400; color: var(--brown-dark); }
.service-row__desc { font-size: 12px; line-height: 1.7; color: var(--text-muted); }
.service-row__arrow { font-size: 20px; color: var(--gold); text-align: right; }

/* ─── ABOUT HERO (full-width media) ─── */
.about-hero { position: relative; width: 100%; height: 100vh; min-height: 0; max-height: none; overflow: hidden; }
.about-hero__media { position: absolute; inset: 0; background: var(--deep-oak); }
.about-hero__video,
.about-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.about-hero__art { position: absolute; inset: 0; background: var(--deep-oak); }
.about-hero__overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(26,9,0,0.45) 0%, rgba(26,9,0,0.65) 40%, rgba(26,9,0,0.72) 70%, rgba(26,9,0,0.55) 100%); pointer-events: none; }
/* Stat strip */
.about-stats { position: absolute; bottom: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: center; gap: 0; z-index: 2; background: rgba(69,28,0,0.72); backdrop-filter: blur(6px); padding: 16px 20px; }
.about-stat { display: flex; flex-direction: column; align-items: center; flex: 1; }
.about-stat__icon { font-size: 11px; color: var(--gold-light); line-height: 1; margin-bottom: 5px; display: block; }
.about-stat__lbl { font-size: 8.5px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,248,217,0.6); }
.about-stat__sep { width: 0.5px; height: 28px; background: rgba(255,248,217,0.18); flex-shrink: 0; }
/* backward compat */
.about-section { display: none; }
.about-badges { display: none; }

/* ─── STORIA — 2 kolona: tekst majtas + foto djathtas, sfond i hapur ─── */
.storia-section { background: var(--warm-white); height: 100vh; box-sizing: border-box; }
.storia-overlay { display: none; }
.storia-inner {
  display: grid;
  grid-template-columns: 55% 45%;
  height: 100%;
}
.storia-content {
  display: flex; flex-direction: column; gap: 24px;
  padding: 100px 80px 100px 80px;
  justify-content: center;
  max-width: 100%;
}
.storia-content .section-tag { color: var(--gold); }
.storia-content .section-tag::before { background: var(--gold); }
.storia-content .section-title { color: var(--brown-dark); font-size: clamp(32px, 4vw, 52px); }
.storia-content .section-title em { color: var(--gold-light); }
.storia-body { font-size: 15px; line-height: 1.9; color: var(--text-main); font-weight: 300; max-width: 560px; }
.storia-body--muted { color: var(--text-muted); font-size: 14px; margin-top: -8px; max-width: 560px; }
.storia-values { display: flex; flex-direction: column; gap: 12px; margin-top: 4px; }
.storia-value { display: flex; align-items: center; gap: 14px; font-size: 13px; color: var(--text-main); }
.storia-value__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
.storia-sig { margin-top: 8px; }
.storia-sig__name { font-family: var(--font-display); font-size: 24px; font-style: italic; color: var(--brown-dark); }
.storia-sig__role { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); margin-top: 4px; }
.storia-btn { display: inline-block; margin-top: 4px; padding: 14px 38px; border: 0.5px solid var(--brown-dark); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--brown-dark); font-family: var(--font-body); transition: background var(--transition), color var(--transition); align-self: flex-start; }
.storia-btn:hover { background: var(--brown-dark); color: var(--cream); }
/* Foto djathtas */
.storia-aside { position: relative; overflow: hidden; background: var(--beige); }
.storia-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.storia-photo-placeholder { width: 100%; height: 100%; background: var(--beige); }

/* backward compat */
.about-section__badge { display: none; }
.signature { font-family: var(--font-display); font-size: 24px; font-style: italic; color: var(--gold-light); }
.signature-role { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,248,217,0.45); margin-top: 3px; }

/* ─── BEFORE / AFTER ─── */
.ba-section { padding: 90px 44px; }
.ba-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 3px; margin-top: 42px; }
.ba-card { position: relative; overflow: hidden; cursor: pointer; aspect-ratio: 3/4; background: var(--beige); }
.ba-card__img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.ba-card:hover .ba-card__img { transform: scale(1.04); }
.ba-card__placeholder { width: 100%; height: 100%; background: var(--beige); }
.ba-card__overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top,rgba(44,31,23,0.88) 0%,transparent 100%); padding: 24px 20px 20px; transform: translateY(30%); transition: transform 0.4s; }
.ba-card:hover .ba-card__overlay { transform: translateY(0); }
.ba-card__tag { font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 6px; }
.ba-card__title { font-family: var(--font-display); font-size: 18px; color: var(--cream); font-weight: 400; }
.ba-card__cta { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sand); margin-top: 10px; display: flex; align-items: center; gap: 6px; }
.ba-section__cta { text-align: center; margin-top: 36px; }

/* ─── TESTIMONIALS ─── */
.testimonials-section { background: var(--deep-oak); padding: 90px 44px; }
.testimonials-section__header { display: flex; justify-content: space-between; align-items: flex-end; }
.testimonials-section .section-tag { color: var(--gold-light); }
.testimonials-section .section-tag::before { background: var(--gold-light); }
.testimonials-section .section-title { color: var(--cream); }
.testimonials-google-badge { display: flex; align-items: center; gap: 8px; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,253,245,0.5); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 44px; }
.t-card { background: rgba(255,255,255,0.05); border: 0.5px solid rgba(255,255,255,0.09); padding: 28px 24px; display: flex; flex-direction: column; gap: 14px; }
/* Top row: avatar + nome */
.t-card__top { display: flex; align-items: center; gap: 12px; }
.t-card__avatar { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.t-card__avatar--initials { background: var(--gold); display: flex; align-items: center; justify-content: center; font-size: 16px; font-family: var(--font-display); color: var(--cream); font-weight: 400; }
.t-stars { color: var(--gold); font-size: 11px; letter-spacing: 3px; margin: 0; }
.t-quote { font-family: var(--font-display); font-size: 15px; font-style: italic; line-height: 1.7; color: rgba(245,239,230,0.85); margin: 0; flex: 1; }
.t-author { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-light); display: block; }
.t-platform { font-size: 10px; color: rgba(212,173,133,0.4); margin-top: 2px; display: block; }
.t-google-label { display: flex; align-items: center; gap: 5px; font-size: 9px; letter-spacing: 0.1em; color: rgba(212,173,133,0.35); margin-top: auto; }

/* ─── BOOKING — Full-width e bardhë ─── */
.booking-section {
  position: relative;
  background: var(--warm-white);
  padding: 100px 44px;
  overflow: hidden;
  text-align: center;
}

/* Dekorime background */
.booking-bg { position: absolute; inset: 0; pointer-events: none; }
.booking-bg__circle {
  position: absolute; border-radius: 50%;
  border: 0.5px solid rgba(69,28,0,0.05);
}
.booking-bg__circle--1 { width: 600px; height: 600px; top: -200px; left: -150px; }
.booking-bg__circle--2 { width: 400px; height: 400px; bottom: -150px; right: -100px; }
.booking-bg__line {
  position: absolute; background: rgba(69,28,0,0.03);
}
.booking-bg__line--1 { width: 100%; height: 0.5px; top: 40%; }
.booking-bg__line--2 { width: 0.5px; height: 100%; left: 30%; }

/* Kontent qendror */
.booking-content {
  position: relative; z-index: 1;
  max-width: 680px; margin: 0 auto;
  display: flex; flex-direction: column; align-items: center; gap: 32px;
}
.booking-header { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.booking-header .section-tag { color: var(--gold); }
.booking-header .section-tag::before { background: var(--gold); }
.booking-title {
  font-family: var(--font-display); font-size: 52px; font-weight: 400;
  color: var(--brown-dark); line-height: 1.1;
}
.booking-title em { font-style: italic; color: var(--gold-light); }
.booking-subtitle { font-size: 14px; color: var(--text-muted); font-weight: 300; }

/* Formulari */
.booking-form { width: 100%; display: flex; flex-direction: column; gap: 12px; text-align: left; }
.booking-form__row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; }
.booking-form__field { width: 100%; }
.bform-input {
  width: 100%; background: var(--warm-white);
  border: 0.5px solid var(--beige);
  color: var(--text-main); font-family: var(--font-body);
  font-size: 13px; padding: 14px 18px;
  outline: none; transition: border-color var(--transition);
  appearance: none; -webkit-appearance: none;
}
.bform-input::placeholder { color: var(--text-muted); opacity: 0.6; }
.bform-input:focus { border-color: var(--brown-mid); }
.bform-input option { background: var(--warm-white); color: var(--text-main); }
.bform-submit {
  width: 100%; padding: 18px 24px;
  background: var(--deep-oak); color: var(--cream);
  border: none; font-family: var(--font-body);
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  cursor: pointer; transition: background var(--transition);
}
.bform-submit:hover { background: var(--brown-mid); }

/* Divider */
.booking-divider {
  width: 100%; display: flex; align-items: center; gap: 16px;
  color: var(--text-muted); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.5;
}
.booking-divider::before,
.booking-divider::after { content: ''; flex: 1; height: 0.5px; background: var(--beige); }

/* Contact pills */
.booking-contacts { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; justify-content: center; }
.booking-contact-pill {
  display: flex; align-items: center; gap: 8px;
  padding: 12px 24px; border: 0.5px solid var(--beige);
  color: var(--text-muted); font-size: 12px; letter-spacing: 0.06em;
  transition: border-color var(--transition), color var(--transition);
}
.booking-contact-pill:hover { border-color: var(--brown-dark); color: var(--brown-dark); }
.booking-contact-pill--wa { border-color: rgba(37,211,102,0.4); color: #16a34a; }
.booking-contact-pill--wa:hover { border-color: #25D366; color: #16a34a; }
.booking-contact-pill--wa svg { color: #25D366; }

/* Old booking classes backward compat */
.booking-steps { display: none; }
.booking-form-wrap { display: none; }
.booking-section__inner { display: block; }
.form-group { width: 100%; }
.form-whatsapp { font-size: 11px; color: rgba(212,196,176,0.4); text-align: center; }
.form-whatsapp a { color: var(--gold-light); text-decoration: underline; }

/* ─── INSTAGRAM ─── */
.insta-section { height: 100vh; padding: clamp(28px, 4vh, 60px) 44px; display: flex; flex-direction: column; justify-content: center; box-sizing: border-box; }
.insta-section__header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 32px; }
.insta-section__meta { display: flex; align-items: flex-end; gap: 16px; }
.insta-icon { color: var(--gold); flex-shrink: 0; margin-bottom: 4px; }
.insta-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 4px; }
.insta-photo { position: relative; aspect-ratio: 1; overflow: hidden; display: block; }
.insta-photo__img {
  position: absolute; inset: 0;
  background: var(--insta-img) center center / cover no-repeat;
  transition: transform 0.5s ease;
}
.insta-photo__placeholder {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, hsl(var(--insta-hue, 28deg) 35% 72%) 0%, hsl(var(--insta-hue, 28deg) 30% 62%) 100%);
}
.insta-photo__hover {
  position: absolute; inset: 0; z-index: 2;
  background: rgba(69,28,0,0); display: flex;
  align-items: center; justify-content: center;
  color: #fff; opacity: 0;
  transition: background 0.3s, opacity 0.3s;
}
.insta-photo:hover .insta-photo__img { transform: scale(1.06); }
.insta-photo:hover .insta-photo__hover { background: rgba(69,28,0,0.35); opacity: 1; }
.insta-section__cta { display: flex; align-items: center; justify-content: space-between; margin-top: 28px; padding-top: 24px; border-top: 0.5px solid var(--beige); }
.insta-section__desc { font-size: 13px; color: var(--text-muted); }
.btn-insta-follow { font-size: 10px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brown-dark); border: 0.5px solid var(--brown-dark); padding: 10px 22px; transition: background var(--transition), color var(--transition); white-space: nowrap; }
.btn-insta-follow:hover { background: var(--brown-dark); color: var(--cream); }

/* old instagram classes backward compat */
.instagram-section { padding: 70px 44px; }
.instagram-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 3px; }
.insta-tile { aspect-ratio: 1; background: var(--beige); overflow: hidden; }
.insta-tile__inner { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 10px; color: var(--text-muted); }

/* ─── TUR VIRTUAL 360° ─── */
.tour360 {
    background: #fff;
    padding: 110px 0 100px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.tour360-inner {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1;
}
.tour360-icon {
    color: var(--gold);
    margin-bottom: 28px;
    opacity: 0.6;
}
.tour360-icon svg { display: inline-block; }
.tour360-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-family: var(--font-sans);
    font-size: 10px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 24px;
}
.tour360-eyebrow__line {
    display: inline-block;
    width: 28px;
    height: 1px;
    background: var(--gold);
    opacity: 0.45;
}
.tour360-title {
    font-family: var(--font-display);
    font-size: clamp(38px, 5vw, 60px);
    font-weight: 300;
    color: var(--deep-oak);
    line-height: 1.15;
    margin-bottom: 22px;
    white-space: nowrap;
}
.tour360-title em { font-style: italic; color: var(--gold); }
.tour360-sub {
    font-family: var(--font-sans);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75;
    color: rgba(69,28,0,0.45);
    margin-bottom: 48px;
}
.tour360-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 17px 36px;
    background: transparent;
    border: 1px solid rgba(69,28,0,0.3);
    color: var(--deep-oak);
    font-family: var(--font-sans);
    font-size: 12px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.tour360-btn:hover {
    background: var(--deep-oak);
    border-color: var(--deep-oak);
    color: var(--cream);
}
.tour360-btn__icon { display: flex; align-items: center; flex-shrink: 0; }
.tour360-btn__arrow {
    font-size: 14px;
    transition: transform 0.3s ease;
}
.tour360-btn:hover .tour360-btn__arrow { transform: translateX(4px); }
@media (max-width: 768px) {
    .tour360 { padding: 80px 0 72px; }
    .tour360-inner { padding: 0 24px; }
    .tour360-sub { margin-bottom: 36px; }
    .tour360-title { white-space: normal; }
}

/* ─── FOOTER ─── */
.site-footer { background: var(--deep-oak); padding: 54px 44px 28px; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; max-width: 1400px; margin: 0 auto; }
.footer-logo { font-family: var(--font-display); font-size: 26px; color: var(--cream); margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.footer-tagline { font-size: 12px; line-height: 1.8; color: var(--sand); max-width: 240px; margin-bottom: 20px; }
.footer-socials { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; }
.footer-socials a { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border: 1px solid rgba(255,248,217,0.15); color: rgba(255,248,217,0.5); transition: border-color var(--transition), color var(--transition); text-decoration: none; }
.footer-socials a:hover { border-color: rgba(196,149,106,0.5); color: #C4956A; }
.footer-col__title { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 18px; }
.footer-links { display: flex; flex-direction: column; gap: 8px; }
.footer-links li a, .footer-links a { font-size: 12px; color: var(--sand); transition: color var(--transition); }
.footer-links li a:hover, .footer-links a:hover { color: var(--cream); }
.footer-links--contact li { font-size: 12px; color: var(--sand); }
.footer-bottom { background: rgba(0,0,0,0.15); padding: 16px 44px; display: flex; justify-content: space-between; align-items: center; max-width: none; }
.footer-copy { font-size: 10px; color: var(--text-muted); }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { font-size: 10px; color: var(--text-muted); transition: color var(--transition); }
.footer-legal a:hover { color: var(--gold); }

/* ─── WHATSAPP FLOAT ─── */
.whatsapp-float { position: fixed; bottom: 28px; right: 28px; z-index: 999; width: 52px; height: 52px; background: #25D366; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(37,211,102,0.35); transition: transform var(--transition), box-shadow var(--transition); }
.whatsapp-float:hover { transform: scale(1.08); box-shadow: 0 6px 24px rgba(37,211,102,0.45); }

/* ─── SCROLL TO TOP ─── */
.scroll-top { position: fixed; bottom: 28px; left: 28px; z-index: 999; width: 40px; height: 40px; background: var(--brown-dark); color: var(--cream); border: none; border-radius: var(--radius-sm); font-size: 16px; opacity: 0; pointer-events: none; transition: opacity var(--transition); }
.scroll-top.is-visible { opacity: 1; pointer-events: auto; }
.scroll-top:hover { background: var(--gold); }

/* ─── NAV OVERLAY (mobile) ─── */
body::after {
  content: ''; position: fixed; inset: 0; background: rgba(44,31,23,0.45);
  opacity: 0; pointer-events: none; transition: opacity 0.35s ease; z-index: 350;
}
body.nav-open::after { opacity: 1; pointer-events: auto; }
body.nav-open { overflow: hidden; touch-action: none; }

/* ─── MOBILE NAV ─── */
@media (max-width: 900px) {
  :root {
    --solea-header-height: 72px;
    --solea-header-padding-x: 20px;
  }

  .nav-toggle { display: flex; }

  .site-header-shell {
    display: block;
    position: relative;
    top: auto;
    height: 0;
    overflow: visible;
  }

  .site-header-group {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    min-height: var(--solea-header-height);
  }

  .site-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  /* Hero faqet e brendshme — padding i njëtrajtshëm (header fiks) */
  body:not(.home) .manifesto,
  body:not(.home) .ct-hero,
  body:not(.home) .gal-hero,
  body:not(.home) .rezervo-hero,
  body:not(.home) .tpl-hero {
    --page-hero-min-h: clamp(360px, 52vh, 460px);
    min-height: var(--page-hero-min-h) !important;
    padding-top: calc(var(--solea-header-height) + 32px) !important;
    padding-bottom: 80px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .site-header__nav {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    position: fixed !important;
    inset: 0 0 0 auto !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    bottom: 0 !important;
    width: min(270px, 78vw) !important;
    max-width: 78vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    margin: 0 !important;
    padding: 0 !important;
    background: var(--warm-white) !important;
    border-left: 0.5px solid var(--beige);
    box-shadow: -8px 0 32px rgba(44, 31, 23, 0.18);
    z-index: 400;
    overflow: hidden;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%) !important;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s;
  }

  .site-header__nav.is-open {
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0) !important;
  }

  .nav-drawer-top {
    display: none;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 60px;
    padding: 14px 18px;
    border-bottom: 0.5px solid var(--beige);
    background: var(--warm-white);
  }

  .site-header__nav.is-open .nav-drawer-top {
    display: flex;
  }

  .nav-drawer-top__label {
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--text-muted);
  }

  .nav-drawer-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: none;
    border-radius: var(--radius-sm);
    background: var(--beige);
    color: var(--deep-oak);
    cursor: pointer;
    flex-shrink: 0;
  }

  .nav-drawer-close:hover {
    background: var(--sand);
  }

  .nav-links {
    flex: 1;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 8px 0 24px;
    list-style: none;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .site-header__nav .nav-links li {
    width: 100%;
    white-space: normal;
  }

  .site-header__nav .nav-links a {
    display: block;
    width: 100%;
    padding: 14px 22px;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-main) !important;
    white-space: normal;
  }

  .site-header__nav .nav-links a::after {
    display: none;
  }

  .site-header__nav .nav-links a:hover,
  .site-header__nav .nav-links .current-menu-item > a {
    color: var(--gold) !important;
    background: rgba(69, 28, 0, 0.04);
  }

  .site-header__nav .nav-links li.nav-rezervo > a {
    display: block;
    margin: 12px 18px 0;
    padding: 12px 18px !important;
    text-align: center;
    background: var(--brown-dark) !important;
    color: var(--cream) !important;
    border-color: var(--brown-dark) !important;
    border-radius: var(--radius-sm);
  }

  .site-header__nav .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0 0 8px;
    border-bottom: 0.5px solid rgba(69, 28, 0, 0.08);
  }

  .site-header__nav .sub-menu a {
    padding: 10px 22px 10px 34px;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: var(--text-muted) !important;
  }

  body.nav-open .site-header {
    background: transparent;
    border-bottom-color: transparent;
    box-shadow: none;
  }

  body.nav-open .site-header-shell {
    z-index: 360;
  }

  body.nav-open .site-header-group {
    position: relative;
    z-index: 360;
    pointer-events: none;
  }

  body.nav-open .site-header-group .header-inner {
    pointer-events: auto;
  }

  body.nav-open .home .site-header-group {
    position: fixed;
    z-index: 360;
  }

  body.nav-open .site-header__nav.is-open {
    z-index: 420;
  }

  body.nav-open .btn-cta--nav {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
  }

  /* Vetëm X brenda drawer-it — mos e dyfisho me hamburger-in */
  body.nav-open .nav-toggle {
    visibility: hidden;
    pointer-events: none;
  }

  .nav-toggle {
    z-index: 402;
  }

  .hero-content { padding: 100px 28px 100px; }
  .hero-title { font-size: clamp(34px, 7vw, 52px); }
  .hero-title em { font-size: 1.3em; }
  .hero-stats-bar { flex-wrap: wrap; }
  .hero-stat { min-width: 50%; border-top: 0.5px solid rgba(255,248,217,0.08); }
  .hero-stat-divider { display: none; }
  .hero-scroll { bottom: 28px; }
  .about-section { grid-template-columns: 1fr; }
  .ba-grid { grid-template-columns: repeat(2,1fr); }
  .testimonials-grid { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: 48px 1fr 48px; }
  .service-row__desc { display: none; }
  /* Board responsive — tablet: 2 kolona, 100vh i ruajtur */
  .svc-board {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
  }
  .svc-card:nth-child(4),
  .svc-card:nth-child(5),
  .svc-card:nth-child(6) { grid-column: auto; }
  .svc-board-section { padding: clamp(24px, 3vh, 48px) 20px; }
  .svc-board-header { flex-direction: column; align-items: flex-start; gap: 12px; }
  .storia-section { height: auto; min-height: 100vh; }
  .storia-inner { height: auto; min-height: 100vh; grid-template-columns: 1fr; }
  .storia-aside { min-height: 40vh; }
  .insta-section { height: auto; min-height: 100vh; }

  .booking-section__inner { grid-template-columns: 1fr; }
  .booking-section { padding: 70px 24px; }
  .booking-title { font-size: 38px; }
  .booking-form__row { grid-template-columns: 1fr; }
  .instagram-grid { grid-template-columns: repeat(3,1fr); }
  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 20px 16px;
    align-items: start;
  }

  .footer-col--brand {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "logo tagline"
      "logo socials";
    gap: 8px 14px;
    align-items: center;
  }

  .footer-logo {
    grid-area: logo;
    margin-bottom: 0;
  }

  .footer-logo img {
    width: 72px;
  }

  .footer-tagline {
    grid-area: tagline;
    font-size: 11px;
    line-height: 1.55;
    max-width: none;
    margin-bottom: 0;
  }

  .footer-socials {
    grid-area: socials;
    margin-top: 0;
    gap: 6px;
  }

  .footer-socials a {
    width: 32px;
    height: 32px;
  }

  .footer-col__title {
    margin-bottom: 10px;
    font-size: 8px;
  }

  .footer-links {
    gap: 5px;
  }

  .footer-links li a,
  .footer-links a,
  .footer-links--contact li {
    font-size: 11px;
    line-height: 1.45;
  }

  .site-footer {
    padding: 32px 16px 16px;
  }

  .footer-bottom {
    padding: 12px 16px;
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .footer-copy,
  .footer-legal a {
    font-size: 9px;
  }
  .section-title { font-size: 32px; }
  .services-section, .ba-section, .testimonials-section, .instagram-section { padding: 60px 20px; }
  .booking-steps, .booking-form-wrap { padding: 50px 24px; }
  .header-inner { padding: 0 var(--solea-header-padding-x); }
  .footer-inner { padding: 0; }
  .announce-bar { padding: 10px 20px; flex-wrap: wrap; }
}

@media (max-width: 600px) {
  .hero-content { padding: 60px 20px 40px; }
  .hero-title { font-size: 38px; }
  .hero-title em { font-size: 1.35em; letter-spacing: -0.01em; }
  .ba-grid { grid-template-columns: 1fr 1fr; }
  .instagram-grid { grid-template-columns: repeat(3,1fr); }
  .trust-pills { gap: 8px; }
  .stats-inner { grid-template-columns: 1fr 1fr; gap: 0; }
  .stat-block { border-right: none; border-bottom: 0.5px solid var(--beige); }
  .hva-card--2, .hva-card--3 { display: none; }
  .svc-board-section { height: auto; min-height: 100vh; }
  .svc-board {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }
  .svc-card:nth-child(4),
  .svc-card:nth-child(5),
  .svc-card:nth-child(6) { grid-column: 1; }
  .about-hero { height: 100svh; }
  .storia-section { height: auto; }
}
@media (max-width: 480px) {
  .hero-content { padding: 50px 20px 36px; }
  .hero-title { font-size: 32px; }
  .hero-btns { flex-direction: column; gap: 10px; }
  .btn-hero-primary, .btn-hero-ghost { width: 100%; justify-content: center; }
  .section-title { font-size: 26px; }
  .section-tag { font-size: 9px; letter-spacing: 3px; }
  .tour360 { padding: 70px 0 60px; }
  .tour360-title { font-size: 28px; white-space: normal; }
  .tour360-sub { font-size: 13px; margin-bottom: 32px; }
  .tour360-btn { font-size: 11px; padding: 14px 24px; }
  .stat-num { font-size: 24px; }
  .svc-board { grid-auto-rows: 200px; }

  /* Footer — 3 kolona: brand | navigim | kontakt */
  .footer-inner {
    grid-template-columns: 1.05fr 0.95fr 1fr;
    gap: 14px 10px;
  }

  .footer-col--brand {
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-areas:
      "logo"
      "tagline"
      "socials";
    gap: 8px;
  }

  .footer-logo img {
    width: 64px;
  }

  .footer-tagline {
    font-size: 10px;
    line-height: 1.45;
  }

  .site-footer { padding: 28px 14px 14px; }
  .booking-section { padding: 64px 20px; }
  .booking-title { font-size: 28px; }

  body:not(.home) .manifesto,
  body:not(.home) .ct-hero,
  body:not(.home) .gal-hero,
  body:not(.home) .rezervo-hero,
  body:not(.home) .tpl-hero {
    --page-hero-min-h: clamp(340px, 50vh, 420px);
    min-height: var(--page-hero-min-h) !important;
    padding-top: calc(var(--solea-header-height) + 24px) !important;
    padding-bottom: 70px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  body:not(.home) .manifesto-headline--center,
  body:not(.home) .ct-hero__title,
  body:not(.home) .gal-hero__title,
  body:not(.home) .rezervo-hero__title {
    font-size: clamp(36px, 9vw, 48px) !important;
  }
}

@media (max-width: 380px) {
  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 18px 12px;
  }

  .footer-col--brand {
    grid-column: 1 / -1;
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "logo tagline"
      "logo socials";
  }
}

/* ═══════════════════════════════════════════
   HERO VISUAL ART — Sun motif (CSS / SVG)
═══════════════════════════════════════════ */
.hero-media { background: linear-gradient(135deg, var(--milk-punch) 0%, var(--beige) 55%, #E8D9C0 100%); }
.hero-visual-art {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.hva-sun-wrap {
  position: relative; width: 380px; height: 380px;
  display: flex; align-items: center; justify-content: center;
}
.hva-rays-svg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  animation: hva-breathe 6s ease-in-out infinite;
}
@keyframes hva-breathe {
  0%, 100% { transform: scale(1); opacity: 0.9; }
  50%       { transform: scale(1.03); opacity: 1; }
}
.hva-monogram {
  position: absolute; z-index: 2;
  font-family: var(--font-display); font-size: 52px; font-weight: 300;
  color: var(--brown-dark); letter-spacing: 0.04em;
  display: flex; align-items: center; justify-content: center;
}

/* Floating cards */
.hva-card {
  position: absolute; background: rgba(250,247,242,0.88);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border: 0.5px solid rgba(184,147,106,0.25);
  padding: 14px 18px; display: flex; flex-direction: column; gap: 3px;
  animation: hva-float 5s ease-in-out infinite;
}
.hva-card--1 { top: 18%; left: 6%; animation-delay: 0s; }
.hva-card--2 { bottom: 22%; right: 4%; animation-delay: 1.7s; }
.hva-card--3 { bottom: 10%; left: 8%; animation-delay: 0.9s; }
@keyframes hva-float {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-8px); }
}
.hva-card__icon { font-size: 14px; color: var(--gold); }
.hva-card__name { font-family: var(--font-display); font-size: 13px; color: var(--brown-dark); font-weight: 400; }
.hva-card__sub  { font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); }

/* ═══════════════════════════════════════════
   ABOUT VISUAL ART — kur nuk ka imazh
═══════════════════════════════════════════ */
.about-visual-art {
  position: absolute; inset: 0; overflow: hidden;
  background: linear-gradient(160deg, var(--beige) 0%, var(--sand) 50%, var(--cream) 100%);
  display: flex; align-items: center; justify-content: center;
}
.ava-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(184,147,106,0.18) 0%, transparent 70%);
}
.ava-circle {
  position: absolute; border-radius: 50%; border: 0.5px solid rgba(184,147,106,0.4);
}
.ava-circle--lg { width: 320px; height: 320px; }
.ava-circle--sm { width: 180px; height: 180px; border-color: rgba(184,147,106,0.6); }
.ava-line {
  position: absolute; background: rgba(184,147,106,0.25); transform-origin: center;
}
.ava-line--1 { width: 1px; height: 100%; left: 50%; }
.ava-line--2 { width: 100%; height: 1px; top: 50%; }
.ava-line--3 { width: 1px; height: 60%; left: 30%; top: 20%; opacity: 0.5; }
.ava-label {
  position: relative; z-index: 2; text-align: center;
  background: rgba(250,247,242,0.75); backdrop-filter: blur(8px);
  padding: 20px 28px; border: 0.5px solid rgba(184,147,106,0.3);
}
.ava-label__text { font-family: var(--font-display); font-size: 36px; font-weight: 300; color: var(--brown-dark); display: block; letter-spacing: 0.08em; }
.ava-label__sub  { font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); display: block; margin-top: 4px; }
.ava-decor-dot {
  position: absolute; border-radius: 50%; background: var(--gold); opacity: 0.5;
}
.ava-decor-dot--1 { width: 6px; height: 6px; top: 20%; right: 25%; }
.ava-decor-dot--2 { width: 4px; height: 4px; bottom: 30%; left: 20%; }
.ava-decor-dot--3 { width: 8px; height: 8px; top: 60%; right: 15%; opacity: 0.3; }

/* About values list — bullets me rrathë */
.about-values { display: flex; flex-direction: column; gap: 12px; margin: 4px 0; }
.about-value { display: flex; align-items: flex-start; gap: 12px; font-size: 13px; color: var(--text-muted); line-height: 1.5; }
.about-value__dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); flex-shrink: 0; margin-top: 6px; }
/* Rrath i hapur ⊙ */
.about-value__circle { width: 16px; height: 16px; border-radius: 50%; border: 1.5px solid var(--gold); flex-shrink: 0; margin-top: 2px; position: relative; }
.about-value__circle::after { content: ''; position: absolute; inset: 3px; border-radius: 50%; background: var(--gold); }
/* Butoni outline */
.btn-about-outline { display: inline-block; padding: 14px 28px; border: 0.5px solid rgba(255,248,217,0.25); color: rgba(255,248,217,0.75); font-size: 10px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; background: transparent; transition: background var(--transition), color var(--transition), border-color var(--transition); text-align: center; width: 100%; }
.btn-about-outline:hover { background: rgba(255,248,217,0.08); border-color: rgba(255,248,217,0.5); color: var(--cream); }

/* ═══════════════════════════════════════════
   STATS SECTION
═══════════════════════════════════════════ */
.stats-section { background: var(--warm-white); border-top: 0.5px solid var(--beige); border-bottom: 0.5px solid var(--beige); }
.stats-inner {
  display: grid; grid-template-columns: repeat(4, 1fr);
  max-width: 1400px; margin: 0 auto;
}
.stat-block {
  padding: 44px 20px; text-align: center;
  border-right: 0.5px solid var(--beige);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.stat-block:last-child { border-right: none; }
.stat-block__num {
  font-family: var(--font-display); font-size: 54px; font-weight: 300;
  color: var(--brown-dark); line-height: 1;
}
.stat-block__lbl {
  font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--text-muted);
}

/* ═══════════════════════════════════════════
   BEFORE/AFTER — Styled placeholders
═══════════════════════════════════════════ */
.ba-section__header {
  display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 36px;
}
.ba-card {
  background: linear-gradient(160deg, var(--ba-grad-start, var(--beige)), var(--ba-grad-end, var(--sand)));
}
.ba-card__art {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.ba-card__art-circle {
  width: 160px; height: 160px; border-radius: 50%;
  border: 0.5px solid rgba(255,255,255,0.4);
  position: absolute;
}
.ba-card__art-line {
  position: absolute; width: 1px; height: 100%;
  background: rgba(255,255,255,0.2); left: 50%;
}
.ba-card__art-num {
  font-family: var(--font-display); font-size: 80px; font-weight: 300;
  color: rgba(255,255,255,0.25); position: relative; z-index: 1;
  line-height: 1; user-select: none;
}
/* Always show overlay on placeholder cards */
.ba-card:not(:has(.ba-card__img)) .ba-card__overlay {
  transform: translateY(0);
  background: linear-gradient(to top, rgba(43,24,16,0.75) 0%, transparent 100%);
}
.ba-card__desc { font-size: 11px; color: rgba(245,239,230,0.6); display: block; margin-top: 3px; letter-spacing: 0.06em; }

/* ═══════════════════════════════════════════
   INSTAGRAM — CTA redesign
═══════════════════════════════════════════ */
.instagram-section {
  padding: 80px 44px; display: grid;
  grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
  background: var(--cream);
}
.insta-cta { display: flex; flex-direction: column; gap: 16px; }
.insta-cta__icon { color: var(--gold); margin-bottom: 4px; }
.insta-cta__desc { font-size: 14px; line-height: 1.8; color: var(--text-muted); max-width: 360px; font-weight: 300; }
.insta-cta__btn { align-self: flex-start; }
.instagram-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 3px;
}
.insta-tile {
  aspect-ratio: 1;
  background: linear-gradient(135deg,
    hsl(var(--insta-hue, 28deg) 50% 75%) 0%,
    hsl(var(--insta-hue, 28deg) 40% 62%) 100%
  );
  cursor: pointer; overflow: hidden;
  position: relative; transition: transform 0.4s ease;
}
.insta-tile:hover { transform: scale(0.97); }
.insta-tile__inner {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 8px;
  background: rgba(43,24,16,0);
  transition: background 0.3s;
}
.insta-tile:hover .insta-tile__inner { background: rgba(43,24,16,0.18); }
.insta-tile__label {
  font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.7); text-align: center; padding: 0 8px;
}
.insta-tile__icon { font-size: 16px; color: rgba(255,255,255,0.5); }

/* ─── Services board footer ─── */
.svc-board-footer {
  text-align: center;
  padding: 48px 0 16px;
}
.svc-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 36px;
  background: transparent;
  border: 0.5px solid var(--brown-dark);
  color: var(--brown-dark);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.3s, color 0.3s;
}
.svc-more-btn:hover {
  background: var(--brown-dark);
  color: var(--cream);
}

/* ═══════════════════════════════════════════
   FOOTER — logo light version
═══════════════════════════════════════════ */
.footer-logo img { width: 100px; height: auto; filter: brightness(0) invert(1) opacity(0.85); }
.footer-logo span { font-family: var(--font-display); font-size: 26px; color: var(--cream); letter-spacing: 0.06em; }

/* ─── RESPONSIVE additions ─── */
@media (max-width: 900px) {
  .stats-inner { grid-template-columns: repeat(2,1fr); }
  .stat-block:nth-child(2) { border-right: none; }
  .stat-block:nth-child(3) { border-right: 0.5px solid var(--beige); border-top: 0.5px solid var(--beige); }
  .stat-block:nth-child(4) { border-right: none; border-top: 0.5px solid var(--beige); }
  .instagram-section { grid-template-columns: 1fr; gap: 32px; }
  .ba-section__header { flex-direction: column; align-items: flex-start; gap: 12px; }
  .hva-card--3 { display: none; }
  .hva-sun-wrap { width: 280px; height: 280px; }
}

/* ══════════════════════════════════════════
   ABOUT HERO — Brand Statement Layer
══════════════════════════════════════════ */

/* Statement container — absolute mbi video */
.about-hero__statement {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 94%;
  max-width: 1160px;
  padding: 0 40px;
  animation: ahsFadeIn 1.2s ease forwards;
}

@keyframes ahsFadeIn {
  from { opacity: 0; transform: translate(-50%, calc(-50% + 20px)); }
  to   { opacity: 1; transform: translate(-50%, -50%); }
}

@media (prefers-reduced-motion: reduce) {
  .about-hero__statement { animation: none; }
}

/* Ornament dekorativ */
.ahs-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}
.ahs-ornament__line {
  display: block;
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196,149,106,0.7), transparent);
}
.ahs-ornament__diamond {
  display: block;
  width: 6px;
  height: 6px;
  background: #C4956A;
  transform: rotate(45deg);
  flex-shrink: 0;
}

/* Eyebrow */
.ahs-eyebrow {
  font-family: var(--font-sans, 'Jost', sans-serif);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #C4956A;
  margin-bottom: 20px;
}

/* Titulli kryesor */
.ahs-title {
  font-family: var(--font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: clamp(32px, 4.2vw, 58px);
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.2px;
  color: #FFF8D9;
  margin-bottom: 24px;
  max-width: none;
}
.ahs-title em {
  font-style: italic;
  color: #C4956A;
}

/* Nënfjalja */
.ahs-sub {
  font-family: var(--font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 300;
  font-style: italic;
  line-height: 1.65;
  color: rgba(255,248,217,0.65);
  max-width: 560px;
  margin: 0 auto 32px;
}

/* Trust badges */
.ahs-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.ahs-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-sans, 'Jost', sans-serif);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: rgba(255,248,217,0.75);
  background: rgba(69,28,0,0.4);
  border: 1px solid rgba(196,149,106,0.25);
  padding: 8px 16px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: background 0.3s ease, border-color 0.3s ease;
}
.ahs-badge:hover {
  background: rgba(69,28,0,0.6);
  border-color: rgba(196,149,106,0.5);
}
.ahs-badge__icon {
  color: #C4956A;
  flex-shrink: 0;
}

/* Stats — numrat e rinj */
.about-stat__num {
  font-family: var(--font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 300;
  color: #FFF8D9;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}
.about-stat__sup {
  font-size: 0.5em;
  vertical-align: super;
  color: #C4956A;
}
.about-stat__lbl {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,248,217,0.5);
  font-weight: 400;
  font-family: var(--font-sans, 'Jost', sans-serif);
}

/* Z-index layering */
.about-hero__media  { z-index: 0; }
.about-hero__statement { z-index: 2; }
.about-stats        { z-index: 3; }

/* Responsive */
@media (max-width: 768px) {
  .about-hero__statement { padding: 0 24px; top: 45%; }
  .ahs-badge { font-size: 11px; padding: 6px 12px; }
}
@media (max-width: 480px) {
  .ahs-title { font-size: clamp(36px, 9vw, 52px); }
  .ahs-sub   { font-size: 15px; }
  .ahs-badges { flex-direction: column; gap: 8px; }
  .ahs-badge  { width: 100%; justify-content: center; }
}
