/*
Theme Name: Reborn Physiotherapy
Theme URI: https://physiotherapy.al
Author: Advertising Agenz
Author URI: https://ad-agenz.com/
Description: Custom theme for Klinikë Fizioterapie Reborn — Vlorë, Albania. Multilingual (EN / AL / IT / PL) landing page with services, approach, founders, values, visit and booking sections.
Version: 1.0.3
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: reborn-physiotherapy
Tags: one-page, clinic, multilingual, custom-colors
*/

:root {
  --ocean: #1D3F4E;
  --ocean-90: #244b5d;
  --ocean-70: #4a6a78;
  --teal: #2E8A9C;
  --teal-dark: #246e7d;
  --mist: #A8CAD4;
  --mist-30: #e6eff2;
  --mist-15: #f3f7f8;
  --paper: #fbfbfa;
  --white: #ffffff;
  --ink: #1c1f22;
  --ink-soft: #4a5258;
  --muted: #7a838a;
  --line: #e6ebed;
  --line-soft: #eef2f3;
  --shadow-sm: 0 1px 2px rgba(29,63,78,.04), 0 2px 6px rgba(29,63,78,.04);
  --shadow-md: 0 6px 24px rgba(29,63,78,.06), 0 2px 8px rgba(29,63,78,.04);
  --shadow-lg: 0 24px 60px rgba(29,63,78,.10), 0 6px 18px rgba(29,63,78,.06);
  --r-sm: 6px;
  --r: 10px;
  --r-lg: 18px;
  --r-xl: 28px;
  --container: 1240px;
  --gutter: 32px;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--white);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { display: block; max-width: 100%; }
a { color: var(--teal); text-decoration: none; }
a:hover { color: var(--teal-dark); }

/* ---------- Typography ---------- */
h1, h2, h3, h4 { color: var(--ocean); margin: 0; font-weight: 700; letter-spacing: -0.01em; }
h1 { font-size: clamp(40px, 5.5vw, 76px); line-height: 1.02; letter-spacing: -0.025em; font-weight: 800; }
h2 { font-size: clamp(30px, 3.6vw, 48px); line-height: 1.08; letter-spacing: -0.02em; }
h3 { font-size: 20px; line-height: 1.3; }
p  { margin: 0; color: var(--ink-soft); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--teal);
}
.eyebrow::before {
  content: ""; width: 28px; height: 1px; background: var(--teal); display: inline-block;
}
.lead { font-size: clamp(17px, 1.4vw, 19px); line-height: 1.6; color: var(--ink-soft); }
.small { font-size: 13px; color: var(--muted); }
.serif { font-family: 'Fraunces', Georgia, serif; font-weight: 300; font-style: italic; letter-spacing: -0.01em; }

/* ---------- Layout primitives ---------- */
.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
section { padding: clamp(72px, 9vw, 128px) 0; }
.row { display: flex; gap: 24px; }
.grid { display: grid; gap: 24px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 22px; border-radius: 999px; font-weight: 600; font-size: 14px;
  letter-spacing: 0.02em; cursor: pointer; border: 1px solid transparent;
  transition: transform .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
  text-decoration: none; white-space: nowrap;
}
.btn-primary { background: var(--teal); color: var(--white); }
.btn-primary:hover { background: var(--teal-dark); color: white; transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--ocean); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--ocean); color: var(--ocean); }
.btn-dark { background: var(--ocean); color: var(--white); }
.btn-dark:hover { background: var(--ocean-90); color: white; transform: translateY(-1px); }
.btn-sm { padding: 10px 16px; font-size: 13px; }
.btn-lg { padding: 17px 28px; font-size: 15px; }
.btn .arrow { transition: transform .2s ease; }
.btn:hover .arrow { transform: translateX(3px); }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.85);
  backdrop-filter: saturate(160%) blur(12px);
  -webkit-backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line-soft);
}
.nav-inner {
  display: flex; align-items: center; gap: 32px;
  padding: 18px var(--gutter); max-width: var(--container); margin: 0 auto;
}
.brand { display: flex; align-items: center; gap: 12px; color: var(--ocean); flex-shrink: 0; }
.brand img { width: 38px; height: 38px; }
.brand .name { font-weight: 800; font-size: 16px; letter-spacing: 0.02em; line-height: 1; }
.brand .sub { font-size: 10px; letter-spacing: 0.22em; color: var(--teal); text-transform: uppercase; margin-top: 3px; }
.nav-links { display: flex; gap: 30px; margin-left: auto; }
.nav-links a { color: var(--ocean); font-size: 14px; font-weight: 500; }
.nav-links a:hover { color: var(--teal); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.lang-picker {
  display: inline-flex; gap: 2px; background: var(--mist-15); padding: 3px;
  border-radius: 999px; font-size: 11px; font-weight: 600; letter-spacing: 0.08em;
}
.lang-picker button {
  border: 0; background: transparent; padding: 6px 10px; border-radius: 999px;
  cursor: pointer; color: var(--ocean-70); font-family: inherit; font-weight: inherit;
  letter-spacing: inherit; font-size: inherit;
}
.lang-picker button.active { background: var(--white); color: var(--ocean); box-shadow: var(--shadow-sm); }

/* Mobile burger */
.mobile-toggle {
  display: none;
  width: 44px; height: 44px;
  align-items: center; justify-content: center;
  background: transparent; border: 1px solid var(--line);
  border-radius: 999px; cursor: pointer; padding: 0;
  color: var(--ocean);
  transition: background .15s ease, border-color .15s ease;
}
.mobile-toggle:hover { background: var(--mist-15); border-color: var(--mist-30); }
.mobile-toggle .bars { position: relative; width: 18px; height: 12px; }
.mobile-toggle .bars span {
  position: absolute; left: 0; right: 0; height: 2px; background: currentColor;
  border-radius: 2px; transition: transform .25s ease, opacity .2s ease, top .25s ease;
}
.mobile-toggle .bars span:nth-child(1) { top: 0; }
.mobile-toggle .bars span:nth-child(2) { top: 5px; }
.mobile-toggle .bars span:nth-child(3) { top: 10px; }
body.menu-open .mobile-toggle .bars span:nth-child(1) { top: 5px; transform: rotate(45deg); }
body.menu-open .mobile-toggle .bars span:nth-child(2) { opacity: 0; }
body.menu-open .mobile-toggle .bars span:nth-child(3) { top: 5px; transform: rotate(-45deg); }

/* Mobile menu panel */
.mobile-menu {
  position: fixed; inset: 0; z-index: 49;
  background: var(--white);
  transform: translateX(100%);
  transition: transform .3s cubic-bezier(.4,0,.2,1);
  display: flex; flex-direction: column;
  padding-top: 78px;
  visibility: hidden;
}
body.menu-open .mobile-menu { transform: translateX(0); visibility: visible; }
.mobile-menu-inner {
  display: flex; flex-direction: column;
  padding: 24px var(--gutter) 32px;
  gap: 8px;
  overflow-y: auto;
  flex: 1;
}
.mobile-menu a.m-link {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 4px; font-size: 22px; font-weight: 600; letter-spacing: -0.01em;
  color: var(--ocean); border-bottom: 1px solid var(--line-soft);
}
.mobile-menu a.m-link:hover { color: var(--teal); }
.mobile-menu a.m-link::after {
  content: ""; width: 8px; height: 8px; border-right: 2px solid var(--mist);
  border-top: 2px solid var(--mist); transform: rotate(45deg);
}
.mobile-menu .m-label {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--muted); font-weight: 600; margin: 32px 0 14px;
}
.mobile-menu .m-lang {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px;
}
.mobile-menu .m-lang button {
  border: 1px solid var(--line); background: var(--white);
  padding: 14px 8px; border-radius: var(--r);
  font-family: inherit; font-size: 13px; font-weight: 600;
  letter-spacing: 0.08em; color: var(--ocean-70); cursor: pointer;
  transition: all .15s ease;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
}
.mobile-menu .m-lang button .flag { font-size: 18px; line-height: 1; }
.mobile-menu .m-lang button:hover { border-color: var(--teal); color: var(--ocean); }
.mobile-menu .m-lang button.active {
  background: var(--ocean); color: var(--white); border-color: var(--ocean);
}
.mobile-menu .m-contact {
  margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line-soft);
  display: grid; gap: 10px;
}
.mobile-menu .m-contact a {
  display: flex; align-items: center; gap: 12px; color: var(--ocean);
  font-size: 14px; font-weight: 500;
}
.mobile-menu .m-contact a svg { color: var(--teal); flex-shrink: 0; }
body.menu-open { overflow: hidden; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: clamp(60px, 7vw, 110px) 0 clamp(80px, 9vw, 130px); overflow: hidden; }
.hero-bg-ring {
  position: absolute; top: -180px; right: -240px; width: 720px; height: 720px;
  pointer-events: none; opacity: .35;
}
.hero-grid {
  display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(40px, 6vw, 80px); align-items: center;
}
.hero-tag {
  display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px;
  background: var(--mist-15); color: var(--teal-dark); border-radius: 999px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.06em;
  border: 1px solid var(--mist-30); margin-bottom: 28px;
}
.hero-tag .dot { width: 7px; height: 7px; border-radius: 999px; background: #3aa55b; box-shadow: 0 0 0 4px rgba(58,165,91,.15); }
.hero h1 .accent {
  display: block; color: var(--teal);
  font-family: 'Fraunces', Georgia, serif; font-style: italic; font-weight: 300;
  letter-spacing: -0.03em;
}
.hero-sub { margin: 28px 0 36px; max-width: 540px; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.hero-meta {
  display: flex; gap: 36px; margin-top: 56px; padding-top: 32px;
  border-top: 1px solid var(--line);
}
.hero-meta .item .num {
  font-size: 32px; font-weight: 700; color: var(--ocean); letter-spacing: -0.02em; line-height: 1;
}
.hero-meta .item .lbl { font-size: 12px; color: var(--muted); margin-top: 8px; letter-spacing: 0.06em; text-transform: uppercase; }

.hero-visual {
  position: relative; aspect-ratio: 4 / 5; border-radius: var(--r-xl); overflow: hidden;
  background: var(--mist-30); box-shadow: var(--shadow-lg);
}
.hero-visual img.fill,
.hero-visual .img-placeholder { width: 100%; height: 100%; object-fit: cover; }
.img-placeholder {
  display: grid; place-items: center; text-align: center;
  background: linear-gradient(135deg, var(--mist-30), var(--mist));
  color: var(--ocean); font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase;
}
.hero-card {
  position: absolute; left: -28px; bottom: 36px; background: var(--white);
  padding: 20px 22px; border-radius: var(--r-lg); box-shadow: var(--shadow-lg);
  display: flex; gap: 14px; align-items: center; max-width: 290px;
}
.hero-card .avatar {
  width: 44px; height: 44px; border-radius: 999px; background: var(--mist);
  display: grid; place-items: center; color: var(--ocean); font-weight: 700; font-size: 14px; flex-shrink: 0;
}
.hero-card .t { font-size: 13px; color: var(--ink-soft); line-height: 1.45; }
.hero-card .t b { color: var(--ocean); display: block; font-size: 13px; margin-bottom: 2px; }
.hero-pill-top {
  position: absolute; right: 20px; top: 20px; background: rgba(255,255,255,.95);
  padding: 8px 14px; border-radius: 999px; font-size: 12px; font-weight: 600;
  color: var(--ocean); box-shadow: var(--shadow-sm);
  display: inline-flex; align-items: center; gap: 8px;
}
.star { color: #e4a521; }

/* ---------- Marquee / band ---------- */
.band {
  background: var(--ocean); color: var(--white); padding: 18px 0;
  border-top: 1px solid var(--ocean-90); border-bottom: 1px solid var(--ocean-90);
  overflow: hidden;
}
.band-track {
  display: flex; gap: 56px; align-items: center;
  animation: scroll 38s linear infinite;
  width: max-content;
}
.band-item {
  font-size: 13px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 56px; color: rgba(255,255,255,.85);
  white-space: nowrap;
}
.band-item .dot { width: 6px; height: 6px; border-radius: 999px; background: var(--mist); flex-shrink: 0; }
@keyframes scroll {
  to { transform: translateX(calc(-50% - 28px)); }
}

/* ---------- Services ---------- */
.section-head { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; margin-bottom: 56px; }
.section-head .right { color: var(--ink-soft); font-size: 16px; line-height: 1.6; }
.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  border-top: 1px solid var(--line); border-left: 1px solid var(--line);
}
.service {
  padding: 36px 32px 36px;
  border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: var(--white); position: relative;
  transition: background .2s ease;
  min-height: 280px;
  display: flex; flex-direction: column;
}
.service:hover { background: var(--mist-15); }
.service .num {
  font-family: 'Fraunces', serif; font-style: italic; font-weight: 300;
  color: var(--teal); font-size: 24px; margin-bottom: 36px;
}
.service h3 { font-size: 22px; margin-bottom: 12px; letter-spacing: -0.01em; }
.service p { font-size: 14.5px; line-height: 1.6; }
.service .more {
  margin-top: auto; padding-top: 24px; font-size: 13px; font-weight: 600;
  color: var(--teal); letter-spacing: 0.04em; display: inline-flex; align-items: center; gap: 8px;
}
.service:hover .more .arrow { transform: translateX(3px); }
.service .more .arrow { transition: transform .2s ease; }

/* ---------- Approach (process) ---------- */
.approach { background: var(--mist-15); }
.approach-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 24px;
  position: relative;
}
.step {
  background: var(--white); padding: 32px 28px; border-radius: var(--r-lg);
  border: 1px solid var(--line-soft); position: relative;
}
.step .step-num {
  width: 36px; height: 36px; border-radius: 999px; background: var(--ocean);
  color: var(--white); display: grid; place-items: center;
  font-weight: 700; font-size: 13px; margin-bottom: 22px;
}
.step h3 { font-size: 18px; margin-bottom: 10px; }
.step p { font-size: 14px; line-height: 1.55; }
.step.featured { background: var(--ocean); border-color: var(--ocean); }
.step.featured h3, .step.featured p { color: var(--white); }
.step.featured p { color: rgba(255,255,255,.75); }
.step.featured .step-num { background: var(--teal); }

/* ---------- Founders ---------- */
.founders-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.founder .portrait {
  aspect-ratio: 4 / 5; border-radius: var(--r-lg); overflow: hidden;
  background: var(--mist-30); margin-bottom: 24px;
}
.founder .portrait img,
.founder .portrait .img-placeholder { width: 100%; height: 100%; object-fit: cover; }
.founder .role {
  font-size: 11px; letter-spacing: 0.22em; color: var(--teal);
  text-transform: uppercase; font-weight: 600; margin-bottom: 8px;
}
.founder h3 { font-size: 28px; font-weight: 700; margin-bottom: 16px; letter-spacing: -0.01em; }
.founder p { font-size: 15px; line-height: 1.7; margin-bottom: 16px; }
.founder .langs {
  display: flex; gap: 6px; flex-wrap: wrap; margin-top: 20px;
}
.lang-chip {
  padding: 5px 12px; border-radius: 999px; font-size: 11px; font-weight: 600;
  letter-spacing: 0.06em; background: var(--mist-15); color: var(--ocean);
  border: 1px solid var(--mist-30); text-transform: uppercase;
}

/* ---------- Values ---------- */
.values { background: var(--ocean); color: var(--white); position: relative; overflow: hidden; }
.values .container { position: relative; z-index: 1; }
.values h2 { color: var(--white); }
.values .eyebrow { color: var(--mist); }
.values .eyebrow::before { background: var(--mist); }
.values .lead { color: rgba(255,255,255,.7); max-width: 640px; }
.values-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; margin-top: 72px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.08); }
.value { background: var(--ocean); padding: 32px 24px 28px; }
.value .v-num {
  font-family: 'Fraunces', serif; font-style: italic; font-weight: 300;
  color: var(--mist); font-size: 14px; letter-spacing: 0.06em; margin-bottom: 28px;
}
.value h3 { color: var(--white); font-size: 18px; margin-bottom: 10px; }
.value p { color: rgba(255,255,255,.7); font-size: 13.5px; line-height: 1.6; }
.values-bg-ring {
  position: absolute; left: -200px; bottom: -260px; width: 700px; height: 700px;
  opacity: .07; pointer-events: none;
}
.values-bg-ring img { filter: brightness(2.5); }

/* ---------- Pull quote ---------- */
.quote { padding: clamp(80px, 8vw, 120px) 0; text-align: center; }
.quote blockquote {
  font-family: 'Fraunces', Georgia, serif; font-weight: 300; font-style: italic;
  font-size: clamp(28px, 3.4vw, 46px); line-height: 1.2;
  color: var(--ocean); margin: 0 auto; max-width: 920px; letter-spacing: -0.02em;
}
.quote .mark { color: var(--teal); font-size: 60px; line-height: 0; vertical-align: -18px; font-family: 'Fraunces', serif; }
.quote cite {
  display: block; font-style: normal; margin-top: 36px;
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted);
}

/* ---------- Visit / Contact ---------- */
.visit-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; }
.visit-card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 36px;
}
.visit-block { padding: 18px 0; border-bottom: 1px solid var(--line-soft); display: grid; grid-template-columns: 140px 1fr; gap: 24px; align-items: start; }
.visit-block:last-child { border-bottom: 0; }
.visit-block .k {
  font-size: 11px; letter-spacing: 0.18em; color: var(--muted);
  text-transform: uppercase; font-weight: 600; padding-top: 3px;
}
.visit-block .v { font-size: 15px; color: var(--ocean); line-height: 1.55; }
.visit-block .v a { color: var(--ocean); }
.visit-block .v a:hover { color: var(--teal); }
.hours-grid {
  display: grid; grid-template-columns: auto auto; gap: 6px 24px;
  font-size: 14px; color: var(--ocean-70);
}
.hours-grid .today { color: var(--ocean); font-weight: 600; }
.hours-grid .today-suffix { display: inline-block; white-space: nowrap; }

.map {
  aspect-ratio: 4/5; border-radius: var(--r-lg); overflow: hidden;
  background: linear-gradient(135deg, #d8e6ea 0%, #c9d8de 60%, #b8ccd3 100%);
  position: relative; box-shadow: var(--shadow-md);
  border: 1px solid var(--line);
}
.map svg { width: 100%; height: 100%; display: block; }
.map .pin {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -100%);
  background: var(--ocean); color: var(--white); padding: 10px 14px;
  border-radius: 999px; font-size: 12px; font-weight: 600; letter-spacing: 0.04em;
  box-shadow: var(--shadow-md); white-space: nowrap;
}
.map .pin::after {
  content: ""; position: absolute; left: 50%; bottom: -6px;
  width: 14px; height: 14px; background: var(--ocean); transform: translateX(-50%) rotate(45deg);
  border-radius: 2px;
}
.map .pin-dot {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 14px; height: 14px; border-radius: 999px; background: var(--teal);
  box-shadow: 0 0 0 6px rgba(46,138,156,.25), 0 0 0 14px rgba(46,138,156,.12);
}

/* ---------- Booking strip ---------- */
.booking {
  background: linear-gradient(180deg, var(--mist-15) 0%, var(--white) 100%);
}
.booking-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-xl);
  padding: 56px; box-shadow: var(--shadow-md); display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center;
  position: relative; overflow: hidden;
}
.booking-card .ring-bg {
  position: absolute; right: -120px; top: -120px; width: 380px; height: 380px;
  opacity: .25; pointer-events: none;
}
.booking-card h2 { font-size: clamp(28px, 3vw, 42px); margin-bottom: 16px; }
.booking-card p { margin-bottom: 24px; }
.booking-cta { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.booking-form { display: grid; gap: 14px; position: relative; z-index: 1; }
.booking-form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: grid; gap: 6px; }
.field label { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.field input, .field select, .field textarea {
  font-family: inherit; font-size: 14px; color: var(--ocean);
  padding: 12px 14px; border-radius: var(--r); border: 1px solid var(--line);
  background: var(--white); outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--teal); box-shadow: 0 0 0 4px rgba(46,138,156,.12);
}

/* ---------- Footer ---------- */
footer.site-footer {
  background: var(--ocean); color: rgba(255,255,255,.7); padding: 72px 0 32px;
}
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 56px; border-bottom: 1px solid rgba(255,255,255,.1); }
footer.site-footer .brand { color: var(--white); margin-bottom: 16px; }
footer.site-footer .brand .name, footer.site-footer .brand .sub { color: white; }
footer.site-footer .brand .sub { color: var(--mist); }
footer.site-footer h4 { color: var(--white); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 16px; font-weight: 600; }
footer.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
footer.site-footer ul a { color: rgba(255,255,255,.7); font-size: 14px; }
footer.site-footer ul a:hover { color: var(--mist); }
footer.site-footer p { color: rgba(255,255,255,.55); font-size: 13.5px; line-height: 1.6; }
.foot-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 28px; font-size: 12px; color: rgba(255,255,255,.55); flex-wrap: wrap; gap: 16px;
}
.foot-bottom .legal { display: flex; gap: 24px; }
.foot-bottom .legal a { color: rgba(255,255,255,.55); }
.foot-bottom .legal a:hover { color: var(--mist); }
.foot-credit {
  margin: 40px calc(-1 * var(--gutter)) -32px;
  padding: 22px var(--gutter);
  background: rgba(0,0,0,.18);
  text-align: center; font-size: 12px; color: rgba(255,255,255,.55);
  letter-spacing: 0.06em;
}
.foot-credit a {
  color: var(--white); font-weight: 600;
  margin-left: 6px; letter-spacing: 0.04em;
}
.foot-credit a:hover { color: var(--mist); }

/* ---------- Decorative arrow ring ---------- */
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.ring-rotate { animation: spin 60s linear infinite; transform-origin: center; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .nav-links { display: none; }
  .nav-actions .lang-picker { display: none; }
  .mobile-toggle { display: inline-flex; }
  .nav-inner { gap: 16px; }
  .nav-actions { margin-left: auto; gap: 8px; }
  .hero-grid, .founders-grid, .visit-grid, .booking-card, .section-head { grid-template-columns: 1fr; }
  .services-grid, .approach-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-meta { gap: 24px; flex-wrap: wrap; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .booking-card { padding: 36px 28px; }
  .booking-card .ring-bg { display: none; }
}
@media (max-width: 560px) {
  :root { --gutter: 20px; }
  .services-grid, .approach-grid, .values-grid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .hero-card { left: 16px; right: 16px; bottom: 16px; max-width: none; }
  .nav-book { padding: 10px 14px; font-size: 12.5px; }
  .nav-book .arrow { display: none; }
  .brand .sub { display: none; }
  .brand .name { font-size: 15px; }
}
@media (max-width: 380px) {
  .nav-book span { font-size: 0; }
  .nav-book span::before { content: "Book"; font-size: 12.5px; }
}
