/* ==========================================================================
   Blast & Burn Gym – Durrës
   Dark industrial: tavan i zi, drita LED gjashtëkëndore, dysheme druri.
   ========================================================================== */

:root {
  color-scheme: dark;
  --bg: #0a0a0b;
  --bg-2: #0f1215;
  --bg-3: #19191c;
  --bg-4: #222226;
  --line: rgba(255, 255, 255, .09);
  --line-2: rgba(255, 255, 255, .16);
  --text: #f2ede6;
  --muted: #a8a198;
  --dim: #6f6a64;
  --ember: #ff5a1f;
  --ember-2: #ff7b45;
  --ember-glow: rgba(255, 90, 31, .35);
  --wood: #d9a55b;
  --steel: #627787;      /* blu e logos */
  --steel-2: #93a8b8;    /* blu e logos, e celur per tekst */
  --wa: #25d366;
  --tube: #f4f7ff;

  --display: 'Big Shoulders Display', 'Arial Narrow', 'Roboto Condensed', sans-serif;
  --body: 'Instrument Sans', 'Segoe UI', system-ui, sans-serif;
  --mono: 'IBM Plex Mono', ui-monospace, 'Cascadia Mono', monospace;

  --wrap: 1240px;
  --gutter: clamp(16px, 4vw, 40px);
  --radius: 4px;
  --radius-lg: 10px;
  --header-h: 86px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
/* kokrriza e lehte e filmit */
body::before {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none; z-index: 100;
  opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
img, svg, iframe { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--ember-2); }
:focus-visible { outline: 2px solid var(--ember); outline-offset: 3px; border-radius: 2px; }
::selection { background: var(--ember); color: #000; }
button { font: inherit; color: inherit; }

.wrap { width: min(100% - 2 * var(--gutter), var(--wrap)); margin-inline: auto; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 200; background: var(--ember); color: #000; padding: 10px 16px; font-weight: 600; }
.skip:focus { top: 12px; }

/* ---------- Tipografia ---------- */
h1, h2, h3, h4 { font-family: var(--display); font-weight: 800; line-height: .95; letter-spacing: .005em; margin: 0 0 .5em; text-transform: uppercase; text-wrap: balance; }
h1 { font-size: clamp(3rem, 8.5vw, 7.2rem); font-weight: 900; }
h2 { font-size: clamp(2.3rem, 5vw, 4.2rem); }
h3 { font-size: clamp(1.5rem, 2.4vw, 2rem); }
p { margin: 0 0 1.1em; }
.lead { font-size: clamp(1.08rem, 1.5vw, 1.28rem); color: #d8d2c9; max-width: 60ch; }
.eyebrow {
  display: inline-flex; align-items: center; gap: .6em;
  font-family: var(--mono); font-size: .78rem; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase; color: var(--ember-2);
  margin-bottom: 1.1rem;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; box-shadow: 0 0 10px var(--ember-glow); }
.accent { color: var(--ember); }
.outline { color: transparent; -webkit-text-stroke: 1.5px var(--text); }
.mono { font-family: var(--mono); }

/* ---------- Butonat ---------- */
.btn {
  --b: var(--ember);
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  min-height: 52px; padding: 0 1.6em;
  background: var(--b); color: #0a0a0b;
  font-family: var(--display); font-size: 1.25rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  text-decoration: none; border: 0; border-radius: var(--radius); cursor: pointer;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  transition: background .25s var(--ease), transform .25s var(--ease), box-shadow .25s;
}
.btn:hover { background: var(--ember-2); color: #0a0a0b; transform: translateY(-2px); }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn-ghost { background: transparent; color: var(--text); box-shadow: inset 0 0 0 1.5px var(--line-2); clip-path: none; }
.btn-ghost:hover { background: rgba(255, 255, 255, .06); color: var(--text); box-shadow: inset 0 0 0 1.5px var(--text); }
.btn-sm { min-height: 42px; font-size: 1.05rem; padding: 0 1.1em; }
.btn-wa { --b: var(--wa); color: #06140b; }
.btn-wa:hover { background: #3be27f; color: #06140b; }
.btn-wa-ghost svg { color: var(--wa); }
.btn svg[fill="currentColor"] { width: 20px; height: 20px; }
.side-btns { display: grid; gap: 10px; }
.form-intro { color: var(--muted); margin-bottom: 24px; }
.contact-card-wa svg { color: var(--wa); }
a.contact-card-wa:hover { border-color: var(--wa); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }
.link-arrow { display: inline-flex; align-items: center; gap: .5em; font-family: var(--mono); font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; color: var(--ember-2); }
.link-arrow::after { content: "→"; transition: transform .25s var(--ease); }
a:hover .link-arrow::after, .link-arrow:hover::after { transform: translateX(4px); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50;
  height: var(--header-h);
  display: flex; align-items: center;
  transition: background .35s, border-color .35s, backdrop-filter .35s;
  border-bottom: 1px solid transparent;
}
/* Sfondi i turbullt vendoset te ::before: backdrop-filter mbi vete header-in
   do e bente at "containing block" per menune fixed ne celular dhe e prerte menune. */
.site-header::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: rgba(10, 10, 11, .86);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  backdrop-filter: blur(14px) saturate(140%);
  opacity: 0; transition: opacity .35s;
}
.site-header.is-solid::before, .site-header.always-solid::before { opacity: 1; }
.site-header.is-solid, .site-header.always-solid { border-bottom-color: var(--line); }
.header-inner { display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--text); flex: none; }
.brand:hover { color: var(--text); }
.brand-logo { display: block; height: 72px; width: auto; filter: drop-shadow(0 2px 10px rgba(0, 0, 0, .6)); transition: transform .3s var(--ease); }
.brand:hover .brand-logo { transform: scale(1.04); }
.site-header { transition: background .35s, border-color .35s, backdrop-filter .35s, height .35s; }
.site-header.is-solid { height: 72px; }
.site-header.is-solid .brand-logo { height: 58px; }
.site-header .brand-logo { transition: height .35s var(--ease), transform .3s var(--ease); }
.footer-logo { height: 120px; }
.author-logo { width: 64px; height: auto; flex: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: var(--display); font-weight: 900; font-size: 1.55rem; letter-spacing: .02em; text-transform: uppercase; }
.brand-name b { color: var(--ember); font-weight: 900; }
.brand-sub { font-family: var(--mono); font-size: .62rem; letter-spacing: .28em; color: var(--muted); margin-top: 4px; text-transform: uppercase; }

.nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.nav > a, .nav-drop > a {
  position: relative; display: block; padding: 10px 14px;
  font-family: var(--display); font-weight: 700; font-size: 1.12rem; letter-spacing: .06em; text-transform: uppercase;
  text-decoration: none; color: #d9d3ca;
}
.nav > a::after, .nav-drop > a::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 2px;
  background: var(--ember); box-shadow: 0 0 10px var(--ember-glow);
  transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease);
}
.nav > a:hover, .nav-drop > a:hover, .nav a[aria-current="page"] { color: var(--text); }
.nav > a:hover::after, .nav-drop > a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav-drop { position: relative; display: flex; align-items: center; }
.drop-toggle { display: none; }
.drop {
  position: absolute; top: 100%; left: 0; min-width: 290px;
  padding: 10px; background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .6);
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .25s, transform .25s var(--ease), visibility .25s;
}
.nav-drop:hover .drop, .nav-drop:focus-within .drop { opacity: 1; visibility: visible; transform: none; }
.drop a { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 6px; text-decoration: none; font-weight: 500; color: #d9d3ca; }
.drop a:hover { background: var(--bg-3); color: var(--text); }
.drop a span { font-family: var(--mono); font-size: .72rem; color: var(--ember-2); }
.header-cta { display: flex; align-items: center; gap: 14px; }
.open-status {
  display: none; align-items: center; gap: 8px;
  font-family: var(--mono); font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted);
  white-space: nowrap;
}
.open-status.is-ready { display: inline-flex; }
.open-status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--dim); }
.open-status.is-open { color: #c9f2d2; }
.open-status.is-open::before { background: #3ddc84; box-shadow: 0 0 0 4px rgba(61, 220, 132, .15), 0 0 12px #3ddc84; animation: pulse 2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 7px rgba(61, 220, 132, 0), 0 0 12px #3ddc84; } }
.menu-toggle { display: none; }

/* ---------- Hero ---------- */
.hero {
  position: relative; isolation: isolate;
  min-height: max(640px, 100svh);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: calc(var(--header-h) + 40px) 0 0;
  overflow: hidden;
}
.hero-media, .hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.hero-media img { animation: heroZoom 18s var(--ease) both; }
@keyframes heroZoom { from { transform: scale(1.12); } to { transform: scale(1); } }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(120% 90% at 0% 100%, rgba(10, 10, 11, .96) 20%, rgba(10, 10, 11, .55) 60%, rgba(10, 10, 11, .25) 100%),
    linear-gradient(180deg, rgba(10, 10, 11, .75) 0%, rgba(10, 10, 11, 0) 25%, rgba(10, 10, 11, 0) 60%, var(--bg) 100%);
}
.hex-lights { position: absolute; z-index: -1; pointer-events: none; }
.hex-lights line { stroke: var(--tube); stroke-width: 5; stroke-linecap: round; opacity: 0; }
.hex-lights { filter: drop-shadow(0 0 4px rgba(255, 255, 255, .9)) drop-shadow(0 0 22px rgba(210, 225, 255, .45)); }
.lights-on .hex-lights line { animation: tubeOn 1.2s steps(1, end) forwards; animation-delay: var(--d, 0s); }
@keyframes tubeOn {
  0% { opacity: 0; } 8% { opacity: .9; } 14% { opacity: .1; } 22% { opacity: .7; } 28% { opacity: .05; } 40% { opacity: 1; } 100% { opacity: 1; }
}
.hero .hex-lights { top: calc(var(--header-h) - 40px); right: -90px; width: min(56vw, 760px); opacity: .85; -webkit-mask-image: linear-gradient(200deg, #000 35%, transparent 85%); mask-image: linear-gradient(200deg, #000 35%, transparent 85%); }
.hero-content { position: relative; padding-bottom: clamp(32px, 6vh, 64px); }
.hero h1 { font-size: clamp(3.4rem, 10.5vw, 9.4rem); line-height: .86; margin-bottom: .28em; max-width: 12ch; }
.hero h1 .accent { text-shadow: 0 0 40px var(--ember-glow); }
.hero .lead { margin-bottom: 1.8rem; }
.reveal-up { opacity: 0; transform: translateY(28px); animation: up .9s var(--ease) forwards; animation-delay: var(--d, 0s); }
@keyframes up { to { opacity: 1; transform: none; } }

.hero-bar-bg {
  position: relative;
  border-top: 1px solid var(--line-2);
  background: rgba(10, 10, 11, .55);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
}
.hero-bar { display: grid; grid-template-columns: repeat(3, 1fr); margin-block: 0; }
.hero-bar > div { padding: 22px 26px; border-right: 1px solid var(--line); }
.hero-bar > div:first-child { padding-left: 0; }
.hero-bar > div:last-child { border-right: 0; }
.open-status.pill.is-ready { display: flex; width: fit-content; }
.open-status.pill { padding: 8px 14px; border: 1px solid var(--line-2); border-radius: 99px; background: rgba(10, 10, 11, .55); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); margin: 0 0 22px; color: #d8d2c9; }
.open-status.pill.is-open { border-color: rgba(61, 220, 132, .35); }
.hero-bar dd small { display: block; font-family: var(--body); font-weight: 500; font-size: .85rem; letter-spacing: 0; text-transform: none; color: var(--muted); margin-top: 2px; }
.hero-bar dt { font-family: var(--mono); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--steel-2); margin-bottom: 4px; }
.hero-bar dd { margin: 0; font-family: var(--display); font-weight: 700; font-size: 1.35rem; letter-spacing: .03em; text-transform: uppercase; line-height: 1.15; }
.hero-bar a { text-decoration: none; }

/* Hero i faqeve te brendshme */
.page-hero {
  position: relative; isolation: isolate; overflow: hidden;
  padding: calc(var(--header-h) + clamp(56px, 10vw, 120px)) 0 clamp(48px, 7vw, 90px);
  border-bottom: 1px solid var(--line);
}
.page-hero .hero-media img { opacity: .38; animation: none; }
.page-hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, var(--bg) 0%, rgba(10, 10, 11, .75) 55%, rgba(10, 10, 11, .35) 100%), linear-gradient(0deg, var(--bg) 0%, transparent 50%);
}
.page-hero .hex-lights { top: 30px; right: -60px; width: min(46vw, 560px); opacity: .7; }
.page-hero h1 { font-size: clamp(3rem, 8vw, 6.6rem); max-width: 16ch; }

.crumbs { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 22px; padding: 0; list-style: none; font-family: var(--mono); font-size: .76rem; letter-spacing: .06em; color: var(--muted); }
.crumbs li:not(:last-child)::after { content: "/"; margin-left: 8px; color: var(--dim); }
.crumbs a { text-decoration: none; }
.crumbs [aria-current] { color: var(--text); }

/* ---------- Marquee ---------- */
.marquee { overflow: hidden; border-block: 1px solid var(--line); background: var(--bg-2); padding: 18px 0; }
.marquee-track { display: flex; width: max-content; animation: marquee 38s linear infinite; }
.marquee span {
  display: inline-flex; align-items: center; gap: 34px; padding-right: 34px;
  font-family: var(--display); font-weight: 900; font-size: clamp(1.8rem, 3.4vw, 2.8rem); text-transform: uppercase; letter-spacing: .03em; white-space: nowrap;
}
.marquee span:nth-child(even) { color: transparent; -webkit-text-stroke: 1.2px var(--steel-2); }
.marquee i { width: 16px; height: 18px; background: var(--ember); clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Seksionet ---------- */
.section { padding: clamp(72px, 11vw, 140px) 0; position: relative; }
.section-alt { background: var(--bg-2); border-block: 1px solid var(--line); }
.section-head { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 20px 40px; margin-bottom: clamp(36px, 5vw, 60px); }
.section-head h2 { margin: 0; max-width: 16ch; }
.section-head p { max-width: 46ch; color: var(--muted); margin: 0; }

/* Intro */
.intro { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(40px, 7vw, 100px); align-items: center; }
.intro-text p { color: #cfc8be; }
.stack { position: relative; aspect-ratio: 4 / 4.4; }
.stack figure { position: absolute; margin: 0; overflow: hidden; border-radius: var(--radius-lg); box-shadow: 0 30px 80px rgba(0, 0, 0, .55); }
.stack figure img { width: 100%; height: 100%; object-fit: cover; }
.stack figure:nth-child(1) { inset: 0 28% 12% 0; }
.stack figure:nth-child(2) { inset: 34% 0 0 44%; border: 6px solid var(--bg); }
.stack .stamp {
  position: absolute; left: 50%; top: 4%; z-index: 2;
  width: 118px; height: 118px; display: grid; place-items: center; text-align: center;
  background: var(--ember); color: #0a0a0b;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  font-family: var(--display); font-weight: 900; font-size: 1.05rem; line-height: 1; text-transform: uppercase;
}
.stack .stamp b { display: block; font-size: 2.3rem; }

.facts { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 36px; border-top: 1px solid var(--line); }
.facts div { padding: 20px 16px 0 0; }
.facts b { display: block; font-family: var(--display); font-weight: 900; font-size: clamp(2.2rem, 4vw, 3.4rem); line-height: 1; color: var(--text); }
.facts b small { font-size: .5em; color: var(--ember); margin-left: 2px; }
.facts span { font-family: var(--mono); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }

/* Kartat e sherbimeve (bento) */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(260px, auto); gap: 14px; }
.svc-card {
  position: relative; isolation: isolate; overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end;
  min-height: 300px; padding: 26px;
  border-radius: var(--radius-lg); border: 1px solid var(--line);
  text-decoration: none; color: var(--text);
  background: var(--bg-3);
}
.svc-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; opacity: .72; transition: transform .8s var(--ease), opacity .5s; }
.svc-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10, 10, 11, .1) 0%, rgba(10, 10, 11, .55) 45%, rgba(10, 10, 11, .96) 100%); }
.svc-card::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--ember); box-shadow: 0 0 18px var(--ember); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease); }
.svc-card:hover { color: var(--text); }
.svc-card:hover img { transform: scale(1.06); opacity: .85; }
.svc-card:hover::after { transform: scaleX(1); }
.svc-num { position: absolute; top: 22px; left: 26px; font-family: var(--mono); font-size: .78rem; color: var(--steel-2); letter-spacing: .1em; text-shadow: 0 1px 6px rgba(0, 0, 0, .8); }
.svc-tag { position: absolute; top: 18px; right: 18px; font-family: var(--mono); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; padding: 5px 10px; border: 1px solid var(--line-2); border-radius: 99px; background: rgba(10, 10, 11, .5); backdrop-filter: blur(6px); }
.svc-card h3 { font-size: clamp(2rem, 2.8vw, 2.6rem); margin-bottom: .25em; }
.svc-card p { margin: 0 0 14px; font-size: .96rem; color: #cfc8be; max-width: 38ch; }
.bento .svc-card:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.bento .svc-card:nth-child(1) h3 { font-size: clamp(2.6rem, 4.6vw, 4.2rem); }
.bento .svc-card:nth-child(6), .bento .svc-card:nth-child(7) { grid-column: span 2; }

/* Pse ne */
.why { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 6vw, 90px); align-items: start; }
.why-media { position: sticky; top: calc(var(--header-h) + 24px); border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 3 / 4; }
.why-media img { width: 100%; height: 100%; object-fit: cover; }
.features { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.feature { background: var(--bg); padding: 28px 26px; }
.section-alt .feature { background: var(--bg-2); }
.feature svg { width: 34px; height: 34px; color: var(--ember); margin-bottom: 16px; }
.feature:nth-child(even) svg { color: var(--steel-2); }
.feature h3 { font-size: 1.55rem; margin-bottom: .35em; }
.feature p { margin: 0; color: var(--muted); font-size: .95rem; }

/* Galeria */
.gallery { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(260px, 23%); gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 18px; scrollbar-width: thin; scrollbar-color: var(--ember) var(--bg-3); }
.gallery figure { margin: 0; scroll-snap-align: start; position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 3 / 4; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.gallery figure:hover img { transform: scale(1.05); }
.gallery figcaption { position: absolute; left: 12px; bottom: 12px; font-family: var(--mono); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; background: rgba(10, 10, 11, .75); padding: 6px 10px; border-radius: 4px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-flow: dense; gap: 14px; }
.gallery-grid figure { margin: 0; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 3 / 4; position: relative; }
.gallery-grid figure:nth-child(4n + 1) { grid-row: span 2; aspect-ratio: auto; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.gallery-grid figcaption { position: absolute; left: 12px; bottom: 12px; font-family: var(--mono); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; background: rgba(10, 10, 11, .75); padding: 6px 10px; border-radius: 4px; }

/* Orari & vendndodhja */
.visit { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(30px, 5vw, 70px); align-items: stretch; }
.hours { width: 100%; border-collapse: collapse; margin: 8px 0 26px; }
.hours th, .hours td { padding: 16px 0; border-bottom: 1px solid var(--line); text-align: left; }
.hours th { font-weight: 500; color: #d8d2c9; }
.hours td { white-space: nowrap; text-align: right; font-family: var(--display); font-size: 1.5rem; font-weight: 800; letter-spacing: .03em; }
.hours tr.is-today th { color: var(--ember-2); }
.hours tr.is-today th::after { content: "Sot"; margin-left: 10px; font-family: var(--mono); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; padding: 3px 7px; border-radius: 99px; background: var(--ember); color: #0a0a0b; vertical-align: 2px; }
.hours .closed { color: var(--dim); }
html[data-lang="en"] .hours tr.is-today th::after { content: "Today"; }
.addr { display: grid; gap: 14px; margin: 0 0 28px; font-style: normal; }
.addr div { display: flex; gap: 14px; align-items: flex-start; }
.addr svg { width: 22px; height: 22px; flex: none; color: var(--ember); margin-top: 3px; }
.addr a { text-decoration: none; }
.map { position: relative; min-height: 420px; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); background: var(--bg-3); }
.map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map { box-shadow: 0 0 0 1px var(--steel), 0 30px 80px rgba(0, 0, 0, .5); }

/* Blog kartat */
.posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-card { display: flex; flex-direction: column; text-decoration: none; color: var(--text); background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; transition: border-color .3s, transform .4s var(--ease); }
.post-card:hover { color: var(--text); border-color: var(--line-2); transform: translateY(-4px); }
.post-card .thumb { aspect-ratio: 16 / 10; overflow: hidden; background: var(--bg-3); }
.post-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.post-card:hover .thumb img { transform: scale(1.05); }
.post-card .body { display: flex; flex-direction: column; gap: 10px; padding: 22px 22px 24px; flex: 1; }
.post-card h3 { font-size: 1.7rem; line-height: 1; margin: 0; }
.post-card p { margin: 0; color: var(--muted); font-size: .95rem; }
.post-card .link-arrow { margin-top: auto; padding-top: 8px; }
.meta { display: flex; flex-wrap: wrap; gap: 6px 14px; font-family: var(--mono); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.meta .cat { color: var(--ember-2); }
.post-feature { display: grid; grid-template-columns: 1.2fr 1fr; gap: 0; margin-bottom: 36px; }
.post-feature .thumb { aspect-ratio: auto; min-height: 380px; }
.post-feature .body { padding: clamp(24px, 4vw, 48px); justify-content: center; }
.post-feature h2 { font-size: clamp(2.2rem, 4vw, 3.4rem); margin: 0; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border: 1px solid rgba(147, 168, 184, .35); border-radius: 99px; font-family: var(--mono); font-size: .74rem; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; color: #d8d2c9; transition: all .2s; }
.chip:hover, .chip[aria-current] { background: var(--ember); border-color: var(--ember); color: #0a0a0b; }
.chip small { opacity: .7; }

/* FAQ */
.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(30px, 6vw, 90px); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 22px 0; font-weight: 600; font-size: 1.08rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; flex: none; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--steel); border-radius: 50%; font-family: var(--mono); color: var(--ember-2); transition: transform .3s var(--ease), background .3s; }
.faq-list details[open] summary::after { transform: rotate(45deg); background: var(--ember); color: #0a0a0b; border-color: var(--ember); }
.faq-list details p { margin: 0 0 22px; color: #cfc8be; max-width: 62ch; }

/* CTA */
.cta {
  position: relative; isolation: isolate; overflow: hidden;
  padding: clamp(64px, 9vw, 120px) 0;
  background: var(--ember); color: #0a0a0b;
}
.cta::before {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: .16;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='97' viewBox='0 0 56 97'%3E%3Cpath d='M28 0v16M28 64v33M0 32l14 8M56 32l-14 8M14 56l14 8 14-8M14 40v16M42 40v16M28 16 14 24M28 16l14 8' stroke='%23000' stroke-width='2.4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
}
.cta .wrap { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 30px; }
.cta h2 { margin: 0; font-size: clamp(3rem, 7.4vw, 6.4rem); max-width: 13ch; }
.cta p { margin: 12px 0 0; font-weight: 500; max-width: 44ch; }
.cta .btn { --b: #0a0a0b; color: var(--text); }
.cta .btn:hover { background: #222; color: var(--text); }
.cta .btn-ghost { background: transparent; color: #0a0a0b; box-shadow: inset 0 0 0 1.5px #0a0a0b; }
.cta .btn-ghost:hover { background: rgba(0, 0, 0, .1); color: #0a0a0b; }

/* ---------- Faqet e sherbimeve ---------- */
.svc-hero { padding: calc(var(--header-h) + clamp(30px, 5vw, 60px)) 0 clamp(50px, 7vw, 90px); border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.svc-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(30px, 6vw, 80px); align-items: center; }
.svc-hero h1 { font-size: clamp(3.2rem, 8vw, 7rem); }
.svc-hero-media { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 3 / 4; max-height: 76vh; box-shadow: 0 40px 100px rgba(0, 0, 0, .6); }
.svc-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.svc-hero-media .svc-tag { top: 18px; right: 18px; }
.photo-credit { position: absolute; left: 12px; bottom: 12px; font-family: var(--mono); font-size: .64rem; letter-spacing: .04em; color: rgba(255, 255, 255, .75); background: rgba(10, 10, 11, .6); padding: 4px 8px; border-radius: 4px; }
.photo-credit a { color: inherit; }
.gym-figure { position: relative; margin: 40px 0 0; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 16 / 9; border: 1px solid var(--line); }
.gym-figure img { width: 100%; height: 100%; object-fit: cover; }
.gym-figure figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 22px 18px; background: linear-gradient(0deg, rgba(10, 10, 11, .92), transparent); color: #d8d2c9; font-size: .95rem; }
.gym-figure figcaption span { display: block; font-family: var(--mono); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--steel-2); margin-bottom: 4px; }
.svc-hero .hex-lights { top: 40px; left: -120px; width: 520px; opacity: .25; }

.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(36px, 6vw, 80px); align-items: start; }
.sidebar { position: sticky; top: calc(var(--header-h) + 24px); display: grid; gap: 16px; }
.side-card { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px; }
.side-card h2, .side-card h3 { font-size: 1.7rem; margin-bottom: .5em; }
.side-card .hours td { font-size: 1.15rem; }
.side-card .hours th { font-size: .92rem; }
.side-card .hours th, .side-card .hours td { padding: 10px 0; }
.side-card .btn { width: 100%; }
.side-links { list-style: none; margin: 0; padding: 0; }
.side-links a { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--line); text-decoration: none; color: #d8d2c9; }
.side-links a:hover { color: var(--ember-2); }
.side-links a[aria-current] { color: var(--ember-2); }

/* Proza (artikuj & sherbime) */
.prose { font-size: 1.08rem; max-width: 72ch; }
.prose > * + * { margin-top: 0; }
.prose h2 { font-size: clamp(2rem, 3.4vw, 2.8rem); margin: 1.6em 0 .5em; }
.prose h3 { font-size: clamp(1.45rem, 2.2vw, 1.8rem); margin: 1.4em 0 .4em; color: #fff; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: #d6d0c7; }
.prose strong { color: var(--text); }
.prose a { color: var(--ember-2); text-decoration: underline; text-decoration-color: rgba(255, 123, 69, .45); }
.prose a:hover { text-decoration-color: currentColor; }
.prose ul, .prose ol { padding-left: 0; margin: 0 0 1.4em; list-style: none; }
.prose li { position: relative; padding-left: 30px; margin-bottom: .6em; }
.prose ul li::before { content: ""; position: absolute; left: 4px; top: .62em; width: 10px; height: 11px; background: var(--ember); clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); }
.prose ol { counter-reset: n; }
.prose ol li { counter-increment: n; }
.prose ol li::before { content: counter(n, decimal-leading-zero); position: absolute; left: 0; top: .15em; font-family: var(--mono); font-size: .8em; color: var(--ember-2); }
.prose blockquote { margin: 1.6em 0; padding: 4px 0 4px 22px; border-left: 3px solid var(--ember); font-style: italic; color: #e7e1d8; }

.lists { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 50px; }
.list-card { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; }
.list-card h2 { font-size: 1.9rem; }
.list-card ul { list-style: none; margin: 0; padding: 0; }
.list-card li { display: flex; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); color: #d6d0c7; }
.list-card li:last-child { border-bottom: 0; }
.list-card li::before { content: "✓"; flex: none; color: var(--ember); font-weight: 700; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; counter-reset: s; }
.step { position: relative; padding: 30px 26px 26px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(180deg, var(--bg-2), var(--bg)); counter-increment: s; }
.step::before { content: counter(s, decimal-leading-zero); display: block; font-family: var(--display); font-weight: 900; font-size: 3.6rem; line-height: 1; color: transparent; -webkit-text-stroke: 1.4px var(--ember); margin-bottom: 14px; }
.step h3 { font-size: 1.6rem; margin-bottom: .3em; }
.step p { margin: 0; color: var(--muted); }

/* Zig-zag i sherbimeve te /classes/ */
.svc-rows { display: grid; gap: clamp(50px, 8vw, 110px); }
.svc-row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 6vw, 80px); align-items: center; }
.svc-row:nth-child(even) .svc-row-media { order: 2; }
.svc-row-media { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4 / 4.2; }
.svc-row-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.svc-row:hover .svc-row-media img { transform: scale(1.04); }
.svc-row .big-num { font-family: var(--display); font-weight: 900; font-size: clamp(4rem, 8vw, 7rem); line-height: .8; color: transparent; -webkit-text-stroke: 1.4px var(--steel); display: block; margin-bottom: 10px; }
.svc-row h2 a { text-decoration: none; }
.svc-row ul { list-style: none; padding: 0; margin: 0 0 26px; display: flex; flex-wrap: wrap; gap: 8px; }
.svc-row li { font-family: var(--mono); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; padding: 6px 12px; border: 1px solid var(--line-2); border-radius: 99px; color: #d8d2c9; }
.goal-table { width: 100%; border-collapse: collapse; }
.goal-table th, .goal-table td { text-align: left; padding: 18px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
.goal-table thead th { font-family: var(--mono); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.goal-table tbody th { font-family: var(--display); font-size: 1.45rem; text-transform: uppercase; font-weight: 800; letter-spacing: .02em; width: 36%; }
.goal-table td a { display: inline-block; margin: 0 10px 6px 0; color: var(--ember-2); }

/* Artikulli */
.article-hero { padding: calc(var(--header-h) + clamp(36px, 6vw, 70px)) 0 0; }
.article-hero h1 { font-size: clamp(2.6rem, 6.4vw, 5.4rem); max-width: 20ch; margin-bottom: .35em; }
.article-hero .meta { margin-bottom: 30px; font-size: .78rem; }
.article-cover { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 21 / 9; margin-top: 10px; }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-body { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(36px, 6vw, 80px); padding-top: clamp(40px, 6vw, 70px); align-items: start; }
.article-body .prose > p:first-child { font-size: 1.22rem; color: #ebe5dc; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 40px; padding-top: 26px; border-top: 1px solid var(--line); }
.tags a { font-family: var(--mono); font-size: .72rem; padding: 5px 10px; border-radius: 4px; background: var(--bg-3); text-decoration: none; color: var(--muted); }
.tags a:hover { color: var(--text); background: var(--bg-4); }
.author-box { display: flex; gap: 16px; align-items: center; margin-top: 30px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--bg-2); }
.author-box svg { width: 52px; height: 52px; flex: none; color: var(--text); }
.author-box p { margin: 0; font-size: .95rem; color: var(--muted); }
.author-box strong { color: var(--text); display: block; }

/* Kontakt */
.contact-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: -1px; }
.contact-card { padding: 28px 24px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--bg-2); text-decoration: none; color: var(--text); display: flex; flex-direction: column; gap: 8px; transition: border-color .3s, transform .3s var(--ease); }
a.contact-card:hover { border-color: var(--ember); transform: translateY(-3px); color: var(--text); }
.contact-card svg { width: 30px; height: 30px; color: var(--ember); margin-bottom: 10px; }
.contact-card span { font-family: var(--mono); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.contact-card b { font-family: var(--display); font-size: 1.55rem; line-height: 1.05; text-transform: uppercase; letter-spacing: .02em; }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form .full { grid-column: 1 / -1; }
.form label { display: grid; gap: 8px; font-family: var(--mono); font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.form input, .form textarea, .form select {
  width: 100%; padding: 15px 16px; font: inherit; font-family: var(--body); font-size: 1rem; text-transform: none; letter-spacing: 0;
  color: var(--text); background: var(--bg); border: 1px solid var(--line-2); border-radius: var(--radius);
  transition: border-color .2s, box-shadow .2s;
}
.form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--ember) 50%), linear-gradient(135deg, var(--ember) 50%, transparent 50%); background-position: calc(100% - 20px) 55%, calc(100% - 15px) 55%; background-size: 5px 5px; background-repeat: no-repeat; }
.form textarea { min-height: 150px; resize: vertical; }
.form input:focus, .form textarea:focus, .form select:focus { outline: none; border-color: var(--ember); box-shadow: 0 0 0 3px var(--ember-glow); }
.form .hp { position: absolute; left: -9999px; }
.form-note { font-size: .88rem; color: var(--muted); margin: 0; }
.alert { padding: 16px 18px; border-radius: var(--radius); margin-bottom: 20px; font-weight: 500; display: none; }
.alert.show { display: block; }
.alert-ok { background: rgba(61, 220, 132, .12); border: 1px solid rgba(61, 220, 132, .4); color: #c9f2d2; }
.alert-err { background: rgba(255, 90, 31, .12); border: 1px solid rgba(255, 90, 31, .45); color: #ffd2c0; }
.rules { counter-reset: r; list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.rules li { counter-increment: r; display: flex; gap: 18px; align-items: flex-start; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--bg); color: #d6d0c7; }
.rules li::before { content: counter(r, decimal-leading-zero); font-family: var(--display); font-weight: 900; font-size: 2.2rem; line-height: .9; color: var(--ember); }

/* ---------- Footer ---------- */
.site-footer { background: #070708; border-top: 1px solid var(--line); padding: clamp(60px, 8vw, 100px) 0 0; font-size: .95rem; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 60px; }
.footer-top h2 { font-size: 1.35rem; letter-spacing: .08em; margin-bottom: 1.1em; color: var(--muted); }
.footer-top ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-top a { text-decoration: none; color: #d6d0c7; }
.footer-top a:hover { color: var(--ember-2); }
.footer-about p { color: var(--muted); max-width: 36ch; margin: 18px 0; }
.footer-hours { display: grid; gap: 6px; color: #d6d0c7; }
.footer-hours div { display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px dashed var(--line); padding-bottom: 6px; }
.footer-hours span:last-child { font-family: var(--mono); font-size: .88rem; }
.footer-word {
  font-family: var(--display); font-weight: 900; text-transform: uppercase; line-height: .78;
  font-size: clamp(4rem, 17.5vw, 16.5rem); letter-spacing: -.005em; white-space: nowrap;
  color: transparent; -webkit-text-stroke: 1px rgba(147, 168, 184, .22);
  text-align: center; user-select: none; margin-bottom: -.06em;
}
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; padding: 22px 0; border-top: 1px solid var(--line); color: var(--dim); font-family: var(--mono); font-size: .74rem; letter-spacing: .04em; }
.footer-bottom a { color: var(--muted); text-decoration: none; }
.credit a { color: var(--text); text-decoration: underline; text-decoration-color: var(--ember); text-underline-offset: 3px; }
.credit a:hover { color: var(--ember-2); }
.credit .heart { color: var(--ember); display: inline-block; animation: beat 1.6s ease-in-out infinite; }
@keyframes beat { 0%, 100% { transform: scale(1); } 15% { transform: scale(1.25); } 30% { transform: scale(1); } 45% { transform: scale(1.18); } }

/* Shiriti i poshtem ne celular */
.mobile-bar { display: none; }

/* ---------- Animacione me scroll ---------- */
.js .reveal { opacity: 0; transform: translateY(34px); transition: opacity .9s var(--ease), transform .9s var(--ease); transition-delay: var(--d, 0s); }
.js .reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .hex-lights line { opacity: 1 !important; }
  .js .reveal, .reveal-up { opacity: 1; transform: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .nav > a, .nav-drop > a { padding: 10px 10px; font-size: 1.05rem; }
  .header-cta .open-status, .header-cta .btn-wa-ghost { display: none !important; }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .bento .svc-card:nth-child(1) { grid-column: span 2; grid-row: span 1; min-height: 420px; }
  .bento .svc-card:nth-child(6), .bento .svc-card:nth-child(7) { grid-column: span 1; }
  .why { grid-template-columns: 1fr; }
  .why-media { position: relative; top: 0; aspect-ratio: 16 / 9; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .contact-cards { grid-template-columns: repeat(2, 1fr); }
  .content-grid, .article-body { grid-template-columns: minmax(0, 1fr) 290px; }
}

@media (max-width: 900px) {
  :root { --header-h: 70px; }
  .site-header.is-solid { height: var(--header-h); }
  .site-header.is-solid .brand-logo { height: 52px; }
  .brand-logo { height: 56px; }
  .footer-logo { height: 100px; }
  .menu-toggle {
    display: grid; place-items: center; width: 46px; height: 46px; margin-left: auto;
    background: transparent; border: 1px solid var(--line-2); border-radius: var(--radius); cursor: pointer;
  }
  .menu-toggle span, .menu-toggle span::before, .menu-toggle span::after { display: block; width: 20px; height: 2px; background: var(--text); position: relative; transition: transform .3s var(--ease), background .2s; }
  .menu-toggle span::before, .menu-toggle span::after { content: ""; position: absolute; left: 0; }
  .menu-toggle span::before { top: -6px; }
  .menu-toggle span::after { top: 6px; }
  .nav-open .menu-toggle span { background: transparent; }
  .nav-open .menu-toggle span::before { transform: translateY(6px) rotate(45deg); }
  .nav-open .menu-toggle span::after { transform: translateY(-6px) rotate(-45deg); }
  .header-cta .btn { display: none; }
  .nav {
    position: fixed; inset: var(--header-h) 0 0 0; z-index: 49;
    flex-direction: column; align-items: stretch; gap: 0;
    padding: 20px var(--gutter) 120px; margin: 0;
    background: var(--bg); overflow-y: auto;
    opacity: 0; visibility: hidden; transform: translateY(-10px);
    transition: opacity .3s, transform .35s var(--ease), visibility .3s;
  }
  .nav-open .nav { opacity: 1; visibility: visible; transform: none; }
  .nav-open { overflow: hidden; }
  .nav-open .site-header { background: var(--bg); }
  .nav > a, .nav-drop > a { font-size: 2.3rem; font-weight: 900; padding: 12px 0; border-bottom: 1px solid var(--line); }
  .nav > a::after, .nav-drop > a::after { display: none; }
  .nav a[aria-current="page"] { color: var(--ember); }
  .nav-drop { flex-wrap: wrap; }
  .nav-drop > a { flex: 1; }
  .drop-toggle { display: grid; place-items: center; width: 52px; height: 52px; background: none; border: 1px solid var(--line-2); border-radius: var(--radius); cursor: pointer; }
  .drop-toggle::before { content: "+"; font-family: var(--mono); font-size: 1.4rem; color: var(--ember); transition: transform .3s; }
  .drop-toggle[aria-expanded="true"]::before { transform: rotate(45deg); }
  .drop { position: static; min-width: 0; width: 100%; padding: 0; background: none; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; display: none; }
  .drop.open { display: block; padding: 8px 0 12px; }
  .drop a { padding: 10px 0; font-size: 1.1rem; }

  .hero { min-height: max(600px, 100svh); }
  .hero .hex-lights { width: 120vw; right: -40vw; top: calc(var(--header-h) - 10px); opacity: .6; }
  .hero-bar-bg { background: transparent; -webkit-backdrop-filter: none; backdrop-filter: none; border: 0; }
  .hero-bar { grid-template-columns: 1fr; padding-bottom: 20px; }
  .hero-bar > div { border-right: 0; border-bottom: 1px solid var(--line); padding: 12px 0; }
  .hero-bar > div:last-child { border-bottom: 0; }

  .intro, .why, .visit, .faq, .svc-hero-grid, .content-grid, .article-body, .svc-row, .post-feature { grid-template-columns: 1fr; }
  .svc-row:nth-child(even) .svc-row-media { order: 0; }
  .why-media { position: relative; top: 0; aspect-ratio: 4 / 3; }
  .sidebar { position: static; }
  .svc-hero-media { aspect-ratio: 4 / 3; max-height: none; }
  .posts { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; }
  .rules { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .post-feature .thumb { min-height: 260px; }

  .mobile-bar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 45;
    display: grid; grid-template-columns: 1fr 1.1fr .8fr; gap: 6px;
    padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
    background: rgba(10, 10, 11, .92); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
    border-top: 1px solid var(--line);
  }
  .mobile-bar .btn { min-height: 48px; font-size: 1.02rem; padding: 0 .5em; gap: .4em; letter-spacing: .03em; }
  .mobile-bar .btn svg { width: 17px; height: 17px; }
  body { padding-bottom: 72px; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .hide-sm { display: none; }
  .brand-mark { width: 34px; height: 34px; }
  .brand-name { font-size: 1.3rem; }
  .bento { grid-template-columns: 1fr; }
  .bento .svc-card:nth-child(n) { grid-column: auto; grid-row: auto; min-height: 320px; }
  .posts { grid-template-columns: 1fr; }
  .facts { grid-template-columns: 1fr 1fr; }
  .features { grid-template-columns: 1fr; }
  .lists { grid-template-columns: 1fr; }
  .contact-cards { grid-template-columns: 1fr; }
  .form { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .gallery { grid-auto-columns: 78%; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid figure:nth-child(4n + 1) { grid-row: auto; aspect-ratio: 3 / 4; }
  .article-cover { aspect-ratio: 4 / 3; }
  .stack { aspect-ratio: 4 / 4.6; }
  .stack .stamp { width: 96px; height: 96px; font-size: .9rem; }
  .stack .stamp b { font-size: 1.8rem; }
  .goal-table tbody th { width: auto; }
  .goal-table, .goal-table tbody, .goal-table tr, .goal-table th, .goal-table td { display: block; }
  .goal-table thead { display: none; }
  .goal-table tr { padding: 16px 0; border-bottom: 1px solid var(--line); }
  .goal-table th, .goal-table td { border: 0; padding: 4px 0; }
  .map { min-height: 340px; }
}

/* Sherbime te lidhura */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.svc-grid .svc-card { min-height: 400px; }
@media (max-width: 900px) { .svc-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .svc-grid { grid-template-columns: 1fr; } .svc-grid .svc-card { min-height: 320px; } }

/* ---------- Gjuha (flamujt) ---------- */
.lang { display: flex; align-items: center; gap: 10px; flex: none; }
.lang-btn {
  display: grid; place-items: center; padding: 3px; background: none; cursor: pointer;
  border: 1.5px solid transparent; border-radius: 6px; opacity: .55;
  transition: opacity .2s, border-color .2s, transform .2s var(--ease);
}
.lang-btn:hover { opacity: 1; transform: translateY(-1px); }
.lang-btn.is-active { opacity: 1; border-color: var(--ember); box-shadow: 0 0 12px var(--ember-glow); }
.flag { display: block; width: 30px; height: 21px; border-radius: 3px; box-shadow: 0 0 0 1px rgba(255, 255, 255, .18); }

/* Google Translate: fshih shiritin dhe tooltip-et e tij */
#google_translate_element, body > .skiptranslate, iframe.skiptranslate, .goog-te-banner-frame,
#goog-gt-tt, .goog-te-balloon-frame, .VIpgJd-ZVi9od-ORHb-OEVmcd, .VIpgJd-ZVi9od-aZ2wEe-wOHMyf, .VIpgJd-yAWNEb-L7lbkb { display: none !important; }
html, body { top: 0 !important; }
.goog-text-highlight { background: none !important; box-shadow: none !important; }
font { background: none !important; box-shadow: none !important; }

@media (max-width: 1320px) { .header-cta .open-status { display: none !important; } }
@media (max-width: 900px) {
  .lang { margin-left: auto; gap: 8px; }
  .header-cta { display: none; }
  .menu-toggle { margin-left: 12px; }
  .flag { width: 28px; height: 20px; }
}
