/* =========================================================
   AIYARA THAI MASSAGE SMÍCHOV — Design System
   Vanilla CSS, Desktop-first, ~breakpoints: 960, 720
   ========================================================= */

:root {
  /* Backgrounds */
  --white:       #FFFFFF;
  --bg:          #FBF6EE;
  --cream:       #F4EAD5;
  --cream-lt:    #F9F1E1;

  /* Text */
  --ink:         #2A2520;
  --dark:        #1C1814;
  --muted:       #8A7B6C;
  --border:      #E5D9C5;

  /* Primary — Deep Teal (klid, voda, asijská keramika) */
  --primary:     #1F5F5B;
  --primary-lt:  #D4E3E0;
  --primary-mid: #2D7E78;
  --primary-dk:  #144441;

  /* Accent — Warm Gold (luxus, tradice) */
  --gold:        #B8895A;
  --gold-lt:     #E8D7BD;
  --gold-mid:    #C9A074;
  --gold-dk:     #8E6840;

  /* Functional */
  --success:     #4A7A5C;
  --star:        #D4A23A;

  /* Shadows */
  --sh-s:        0 2px 8px rgba(28,24,20,0.06);
  --sh-m:        0 8px 24px rgba(28,24,20,0.10);
  --sh-l:        0 16px 40px rgba(28,24,20,0.14);

  /* Radii */
  --r-s: 6px;
  --r-m: 10px;
  --r-l: 16px;
  --r-pill: 999px;

  /* Spacing scale */
  --sp-1: 4px;
  --sp-2: 8px;
  --sp-3: 12px;
  --sp-4: 16px;
  --sp-5: 24px;
  --sp-6: 32px;
  --sp-7: 48px;
  --sp-8: 64px;
  --sp-9: 96px;

  /* Layout */
  --container: 1180px;
  --container-narrow: 880px;
}

/* ---------- Reset & Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  font-weight: 500;
  color: var(--dark);
  margin: 0 0 var(--sp-4);
  line-height: 1.2;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.2rem, 4.5vw, 3.6rem); }
h2 { font-size: clamp(1.8rem, 3.2vw, 2.6rem); }
h3 { font-size: clamp(1.2rem, 1.8vw, 1.5rem); }
h4 { font-size: 1.1rem; }

p { margin: 0 0 var(--sp-4); }
a { color: var(--primary); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--primary-mid); }
img { max-width: 100%; display: block; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--sp-5); }
.container-narrow { max-width: var(--container-narrow); margin: 0 auto; padding: 0 var(--sp-5); }
.section { padding: var(--sp-9) 0; }
.section-sm { padding: var(--sp-7) 0; }
.section-cream { background: var(--cream-lt); }
.section-dark { background: var(--primary-dk); color: var(--cream); }
.section-dark h2, .section-dark h3 { color: var(--cream); }

.eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: var(--sp-3);
}

.lead { font-size: 1.15rem; color: var(--muted); max-width: 60ch; }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }

/* ---------- Topbar ---------- */
.topbar {
  background: var(--primary-dk);
  color: var(--cream);
  font-size: 0.85rem;
  padding: var(--sp-2) var(--sp-5);
  text-align: center;
  letter-spacing: 0.02em;
}
.topbar a { color: var(--gold-lt); text-decoration: underline; }
.topbar a:hover { color: var(--white); }
.topbar .lang-switch { text-decoration: none; padding: 2px 8px; border: 1px solid var(--gold-lt); border-radius: 999px; margin-left: 8px; font-weight: 600; letter-spacing: 0.06em; font-size: 0.75rem; }
.topbar .lang-switch:hover { background: var(--gold-lt); color: var(--primary-dk); }
.footer-bottom .lang-switch { color: var(--gold-lt); text-decoration: underline; }

/* ---------- Navigation ---------- */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  padding: var(--sp-3) 0;
}
.nav-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--sp-5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-5);
}
.nav-logo {
  display: flex; align-items: center; gap: var(--sp-3);
  color: var(--dark);
  text-decoration: none;
}
.nav-logo:hover { opacity: 0.85; }
.nav-logo-img { height: 64px; width: auto; flex-shrink: 0; object-fit: contain; display: block; }
.nav-logo-text { display: none; } /* full text already inside the SVG logo */

.nav-links {
  display: flex; align-items: center; gap: var(--sp-5);
  list-style: none; margin: 0; padding: 0;
}
.nav-links a {
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 500;
  padding: var(--sp-2) 0;
  position: relative;
}
.nav-links a:not(.nav-cta):hover { color: var(--primary); }
.nav-links a[aria-current="page"]::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 2px; background: var(--gold);
}
.nav-cta {
  background: var(--primary);
  color: var(--white) !important;
  padding: 10px 20px !important;
  border-radius: var(--r-pill);
  font-weight: 600;
  transition: background .2s ease;
}
.nav-cta:hover { background: var(--primary-mid); color: var(--white) !important; }
.nav-toggle {
  display: none;
  background: none; border: 0;
  cursor: pointer;
  padding: var(--sp-2);
}
.nav-toggle span {
  display: block; width: 26px; height: 2px;
  background: var(--ink);
  margin: 5px 0;
  transition: transform .25s ease;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--sp-2);
  padding: 14px 28px;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-radius: var(--r-pill);
  border: 1.5px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all .2s ease;
  white-space: nowrap;
}
.btn-primary { background: var(--primary); color: var(--white); }
.btn-primary:hover { background: var(--primary-mid); color: var(--white); transform: translateY(-1px); box-shadow: var(--sh-m); }
.btn-gold { background: var(--gold); color: var(--white); }
.btn-gold:hover { background: var(--gold-mid); color: var(--white); transform: translateY(-1px); box-shadow: var(--sh-m); }
.btn-ghost { background: transparent; color: var(--primary); border-color: var(--primary); }
.btn-ghost:hover { background: var(--primary); color: var(--white); }
.btn-white { background: var(--white); color: var(--primary-dk); }
.btn-white:hover { background: var(--cream-lt); color: var(--primary-dk); }
.btn-lg { padding: 16px 34px; font-size: 1rem; }

/* ---------- Hero ---------- */
.hero {
  padding: var(--sp-9) 0 var(--sp-9);
  background: linear-gradient(180deg, var(--cream-lt) 0%, var(--bg) 100%);
  position: relative;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: var(--sp-8);
  align-items: center;
}
.hero h1 { margin-bottom: var(--sp-4); }
.hero .lead { font-size: 1.2rem; margin-bottom: var(--sp-6); }
.hero-actions { display: flex; gap: var(--sp-3); flex-wrap: wrap; margin-bottom: var(--sp-6); }
.hero-meta { display: flex; gap: var(--sp-5); flex-wrap: wrap; color: var(--muted); font-size: 0.9rem; }
.hero-meta span { display: inline-flex; align-items: center; gap: 6px; }
.hero-meta strong { color: var(--ink); }

.hero-visual {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--r-l);
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dk) 100%);
  background-size: cover;
  background-position: center;
  box-shadow: var(--sh-l);
  overflow: hidden;
  display: grid; place-items: center;
}
.hero-visual::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(184,137,90,0.25) 0%, transparent 50%),
              radial-gradient(circle at 70% 80%, rgba(212,162,58,0.18) 0%, transparent 50%);
}
.hero-visual[style*="cover"]::before {
  background: linear-gradient(180deg, transparent 50%, rgba(20,68,65,0.35) 100%);
}
.hero-visual[style*="cover"] .hero-visual-icon { display: none; }
.hero-visual-icon {
  font-family: 'Cormorant Garamond', serif;
  font-size: 8rem;
  color: var(--gold-lt);
  opacity: 0.4;
  position: relative;
  z-index: 1;
}
.hero-badge {
  position: absolute; bottom: var(--sp-5); left: var(--sp-5);
  background: var(--white);
  padding: var(--sp-4) var(--sp-5);
  border-radius: var(--r-m);
  box-shadow: var(--sh-m);
  display: flex; align-items: center; gap: var(--sp-3);
  z-index: 2;
}
.hero-badge-stars { color: var(--star); font-size: 1.1rem; letter-spacing: 2px; }
.hero-badge small { display: block; color: var(--muted); font-size: 0.75rem; }
.hero-badge strong { font-size: 0.95rem; color: var(--ink); }

/* ---------- Page header (non-homepage) ---------- */
.page-header {
  padding: var(--sp-8) 0 var(--sp-7);
  background: linear-gradient(180deg, var(--cream) 0%, var(--bg) 100%);
  text-align: center;
}
.page-header .eyebrow { display: block; }
.page-header h1 { margin-bottom: var(--sp-3); }
.page-header .lead { margin: 0 auto; }

/* ---------- USP / Numbers ---------- */
.usp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-5);
}
.usp-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-m);
  padding: var(--sp-6);
  transition: transform .25s ease, box-shadow .25s ease;
}
.usp-card:hover { transform: translateY(-4px); box-shadow: var(--sh-m); }
.usp-icon {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--primary-lt);
  display: grid; place-items: center;
  color: var(--primary-dk);
  font-size: 1.5rem;
  margin-bottom: var(--sp-4);
}
.usp-card h3 { margin-bottom: var(--sp-2); }

.nums {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-5);
  text-align: center;
}
.num-item .num-big {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  color: var(--gold);
  font-weight: 600;
  line-height: 1;
  display: block;
}
.num-item .num-label { color: var(--muted); font-size: 0.9rem; margin-top: var(--sp-2); display: block; }

/* ---------- Services Grid ---------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-5);
}
.svc-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-m);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
}
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--sh-m); }
.svc-card-image {
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, var(--primary-lt) 0%, var(--gold-lt) 100%);
  background-size: cover;
  background-position: center;
  position: relative;
  display: grid; place-items: center;
}
.svc-card-image .icon {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  color: var(--primary-dk);
  opacity: 0.55;
}
.svc-card-image[style*="cover"] .icon { display: none; }
.svc-card-body { padding: var(--sp-5); flex: 1; display: flex; flex-direction: column; }
.svc-card h3 { margin-bottom: var(--sp-2); }
.svc-card-desc { color: var(--muted); font-size: 0.95rem; margin-bottom: var(--sp-4); flex: 1; }
.svc-card-meta {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: var(--sp-3);
  border-top: 1px solid var(--border);
  font-size: 0.9rem;
}
.svc-card-meta .duration { color: var(--muted); }
.svc-card-meta .price { color: var(--gold); font-weight: 700; font-size: 1.05rem; }

/* ---------- Pricelist table ---------- */
.pricelist {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-m);
  overflow: hidden;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.pricelist h3 {
  background: var(--primary-dk);
  color: var(--cream);
  padding: var(--sp-4) var(--sp-5);
  margin: 0;
  font-size: 1.25rem;
  text-align: center;
}
.pricelist-table {
  width: 100%; border-collapse: collapse;
}
.pricelist-table th, .pricelist-table td {
  padding: var(--sp-4) var(--sp-3);
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid var(--border);
}
.pricelist-table th:first-child,
.pricelist-table td:first-child {
  text-align: left;
  padding-left: var(--sp-5);
}
.pricelist-table th:last-child,
.pricelist-table td:last-child {
  padding-right: var(--sp-5);
}
.pricelist-table th {
  background: var(--cream-lt);
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}
.pricelist-table tr:last-child td { border-bottom: 0; }
.pricelist-table .svc-name { font-weight: 600; display: block; }
.pricelist-table .svc-desc { font-size: 0.88rem; color: var(--muted); margin-top: 4px; display: block; }
.pricelist-table .price-cell { color: var(--gold); font-weight: 700; white-space: nowrap; }
.pricelist-table .duration-cell { color: var(--muted); white-space: nowrap; }

/* ---------- Steps / Process ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-5);
  counter-reset: step;
}
.step {
  position: relative;
  padding: var(--sp-5);
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-m);
}
.step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute; top: -18px; left: var(--sp-5);
  width: 36px; height: 36px;
  background: var(--gold);
  color: var(--white);
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 600;
}
.step h3 { font-size: 1.15rem; margin: var(--sp-3) 0 var(--sp-2); }
.step p { font-size: 0.95rem; color: var(--muted); margin: 0; }

/* ---------- Reviews ---------- */
.reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-5);
}
.review {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-m);
  padding: var(--sp-6);
}
.review-stars { color: var(--star); margin-bottom: var(--sp-3); letter-spacing: 3px; }
.review-text { font-style: italic; color: var(--ink); }
.review-author {
  margin-top: var(--sp-4);
  font-size: 0.9rem;
  color: var(--muted);
  display: flex; align-items: center; gap: var(--sp-3);
}
.review-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--gold-lt); display: grid; place-items: center; color: var(--primary-dk); font-weight: 600; font-size: 0.9rem; }
.review-author strong { color: var(--ink); display: block; font-style: normal; }

/* ---------- CTA Block ---------- */
.cta-block {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dk) 100%);
  color: var(--cream);
  border-radius: var(--r-l);
  padding: var(--sp-8);
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
  gap: var(--sp-7);
  position: relative;
  overflow: hidden;
}
.cta-block::before {
  content: '';
  position: absolute; right: -100px; top: -100px;
  width: 320px; height: 320px;
  background: radial-gradient(circle, var(--gold) 0%, transparent 60%);
  opacity: 0.18;
}
.cta-block h2 { color: var(--white); margin-bottom: var(--sp-3); }
.cta-block p { color: var(--cream); margin: 0; opacity: 0.9; }
.cta-block-actions { display: flex; gap: var(--sp-3); flex-wrap: wrap; justify-content: flex-end; position: relative; z-index: 1; }

/* ---------- Forms ---------- */
.form {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-m);
  padding: var(--sp-6);
}
.form-row { margin-bottom: var(--sp-4); }
.form-row label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: var(--sp-2);
  color: var(--ink);
}
.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 12px 14px;
  font-family: inherit;
  font-size: 0.95rem;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--r-s);
  color: var(--ink);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px var(--primary-lt);
}
.form-row textarea { min-height: 120px; resize: vertical; }
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-4); }
.form-consent { font-size: 0.85rem; color: var(--muted); display: flex; gap: var(--sp-3); align-items: flex-start; margin-bottom: var(--sp-4); }
.form-consent input { width: auto; margin-top: 4px; }
.form-success {
  background: var(--primary-lt);
  color: var(--primary-dk);
  padding: var(--sp-5);
  border-radius: var(--r-m);
  text-align: center;
}
.form-success.hidden { display: none; }

/* ---------- Reservio embed wrap ---------- */
.reservio-wrap {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-m);
  padding: var(--sp-3);
  min-height: 600px;
}
.reservio-wrap iframe { width: 100%; border: 0; min-height: 760px; height: 760px; display: block; }
.reservio-fallback {
  padding: var(--sp-7);
  text-align: center;
  background: var(--cream-lt);
  border-radius: var(--r-m);
}

/* ---------- Contact info card ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-7);
  align-items: start;
}
.contact-info dl { margin: 0; }
.contact-info dt {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--gold);
  font-weight: 600;
  margin-top: var(--sp-5);
}
.contact-info dt:first-child { margin-top: 0; }
.contact-info dd { margin: var(--sp-2) 0 0; font-size: 1.05rem; color: var(--ink); }
.contact-info dd a { color: var(--primary); font-weight: 500; }
.map-wrap {
  aspect-ratio: 4 / 3;
  border-radius: var(--r-m);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--cream-lt);
}
.map-wrap iframe { width: 100%; height: 100%; border: 0; }

/* ---------- About sections ---------- */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-7);
  align-items: center;
}
.about-image {
  aspect-ratio: 4 / 5;
  background: linear-gradient(135deg, var(--gold-lt) 0%, var(--primary-lt) 100%);
  background-size: cover;
  background-position: center;
  border-radius: var(--r-l);
  box-shadow: var(--sh-m);
  display: grid; place-items: center;
}
.about-image .icon { font-family: 'Cormorant Garamond', serif; font-size: 6rem; color: var(--primary-dk); opacity: 0.4; }
.about-image[style*="cover"] .icon { display: none; }

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-5);
}
.team-card { text-align: center; }
.team-photo {
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-lt) 0%, var(--gold-lt) 100%);
  margin: 0 auto var(--sp-4);
  width: 70%;
  display: grid; place-items: center;
  color: var(--primary-dk);
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  font-weight: 600;
}
.team-card h3 { margin-bottom: var(--sp-1); }
.team-role { color: var(--gold); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600; }
.team-bio { margin-top: var(--sp-3); color: var(--muted); font-size: 0.95rem; }

/* ---------- FAQ (collapsible) ---------- */
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid var(--border);
  padding: var(--sp-4) 0;
}
.faq-item summary {
  cursor: pointer;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  color: var(--dark);
  font-weight: 500;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--sp-2) 0;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  color: var(--gold);
  transition: transform .25s ease;
}
.faq-item[open] summary::after { content: '−'; }
.faq-item-content { padding: var(--sp-3) 0 var(--sp-2); color: var(--muted); }
.faq-item-content p { margin-bottom: var(--sp-3); }
.faq-item-content p:last-child { margin: 0; }

/* ---------- Footer ---------- */
.footer {
  background: var(--primary-dk);
  color: var(--cream);
  padding: var(--sp-8) 0 var(--sp-5);
  margin-top: var(--sp-9);
}
.footer-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--sp-5);
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: var(--sp-7);
}
.footer h4 {
  color: var(--gold-lt);
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  margin-bottom: var(--sp-4);
}
.footer-brand p { color: var(--cream); opacity: 0.8; font-size: 0.95rem; max-width: 30ch; margin-top: var(--sp-4); }
.footer-brand .nav-logo { margin-bottom: var(--sp-3); }
.footer-brand .nav-logo-img { height: 110px; filter: brightness(0) invert(1) sepia(0.3) saturate(2) hue-rotate(15deg); }

.footer ul { list-style: none; margin: 0; padding: 0; }
.footer li { margin-bottom: var(--sp-3); }
.footer li a { color: var(--cream); opacity: 0.8; font-size: 0.95rem; }
.footer li a:hover { color: var(--gold-lt); opacity: 1; }

.footer-social { display: flex; gap: var(--sp-3); margin-top: var(--sp-3); }
.footer-social a {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: grid; place-items: center;
  color: var(--cream);
  font-size: 0.95rem;
  transition: background .2s ease, color .2s ease;
}
.footer-social a:hover { background: var(--gold); color: var(--white); }

.footer-bottom {
  max-width: var(--container);
  margin: var(--sp-7) auto 0;
  padding: var(--sp-4) var(--sp-5) 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--cream);
  opacity: 0.7;
  flex-wrap: wrap;
  gap: var(--sp-3);
}
.footer-bottom a { color: var(--cream); }
.footer-bottom a:hover { color: var(--gold-lt); }

/* ---------- Cookie Banner ---------- */
.cookie-banner {
  position: fixed; bottom: var(--sp-5); left: var(--sp-5); right: var(--sp-5);
  background: var(--dark);
  color: var(--cream);
  border-radius: var(--r-m);
  padding: var(--sp-5);
  box-shadow: var(--sh-l);
  display: flex;
  align-items: center;
  gap: var(--sp-5);
  z-index: 200;
  max-width: 880px;
  margin: 0 auto;
}
.cookie-banner.hidden { display: none; }
.cookie-banner p { margin: 0; font-size: 0.9rem; flex: 1; }
.cookie-banner a { color: var(--gold-lt); text-decoration: underline; }
.cookie-banner-actions { display: flex; gap: var(--sp-2); flex-wrap: wrap; }
.cookie-banner .btn { padding: 10px 18px; font-size: 0.85rem; }

/* ---------- Scroll Reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero-grid,
  .cta-block,
  .contact-grid,
  .about-grid { grid-template-columns: 1fr; gap: var(--sp-6); }
  .cta-block-actions { justify-content: flex-start; }
  .usp-grid,
  .services-grid,
  .reviews,
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); row-gap: var(--sp-7); }
  .nums { grid-template-columns: repeat(2, 1fr); gap: var(--sp-6); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .section { padding: var(--sp-8) 0; }
  .hero { padding: var(--sp-7) 0; }

  .nav-toggle { display: block; }
  .nav-links {
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--bg);
    border-top: 1px solid var(--border);
    padding: var(--sp-3) var(--sp-5) var(--sp-5);
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
  }
  .nav-links.is-open { max-height: 600px; }
  .nav-links a { width: 100%; padding: var(--sp-3) 0; border-bottom: 1px solid var(--border); }
  .nav-cta { margin-top: var(--sp-3); width: 100%; text-align: center; }
}

@media (max-width: 720px) {
  .usp-grid,
  .services-grid,
  .reviews,
  .team-grid,
  .steps,
  .form-grid-2 { grid-template-columns: 1fr; }
  .nums { grid-template-columns: repeat(2, 1fr); }
  .cta-block { padding: var(--sp-6); }
  /* Pricelist mobile: convert table to card-list layout */
  .pricelist h3 { font-size: 1.05rem; padding: 12px 16px; }
  .pricelist-table,
  .pricelist-table tbody,
  .pricelist-table tr,
  .pricelist-table td { display: block; width: 100%; }
  .pricelist-table thead { display: none; }
  .pricelist-table tr {
    padding: 14px 16px;
    border-bottom: 1px solid var(--border);
  }
  .pricelist-table tr:last-child { border-bottom: 0; }
  .pricelist-table td {
    padding: 0;
    border: 0;
    text-align: left;
  }
  .pricelist-table td:first-child { padding-left: 0; padding-right: 0; margin-bottom: 8px; }
  .pricelist-table .svc-name { font-size: 1rem; }
  .pricelist-table .svc-desc { font-size: 0.82rem; margin-top: 2px; }
  /* Price cells flex row */
  .pricelist-table td:not(:first-child) {
    display: inline-flex;
    width: auto;
    align-items: center;
    margin-right: 16px;
    margin-top: 4px;
    font-size: 0.88rem;
    text-align: left;
  }
  .pricelist-table td.price-cell::before {
    content: attr(data-label);
    color: var(--muted);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-right: 6px;
    font-weight: 600;
  }
  /* Hide unavailable price cells on mobile (—) to save vertical space */
  .pricelist-table td.is-empty { display: none; }
  .cookie-banner { flex-direction: column; align-items: stretch; text-align: center; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

/* ---------- Print ---------- */
@media print {
  .topbar, .nav, .cookie-banner, .footer-social, .cta-block, .nav-toggle { display: none; }
  body { background: white; }
  .section { padding: var(--sp-5) 0; }
}
