/* ================================================
   VESNA TATTOO — Premium Design System
   ================================================ */

/* ================================================
   Tokens
   ================================================ */
:root {
  --pink:       #FFC3CC;
  --lime:       #D2DB76;
  --yellow:     #FFDE59;
  --orange:     #F77A28;
  --rose:       #CE567C;
  --red:        #C81810;

  --bg:         #FDF8F6;
  --bg-warm:    #FFF5F7;
  --bg-card:    #FFFFFF;
  --dark:       #1C1014;
  --dark-2:     #2A1A1E;

  --text:       #1E1414;
  --text-soft:  #7A6A68;
  --text-muted: #B5A9A5;
  --border:     rgba(206, 86, 124, 0.10);
  --border-dark:rgba(255,255,255,0.07);

  --font-h: 'Noto Serif Display', Georgia, serif;
  --font-b: 'Jost', system-ui, sans-serif;

  /* Texture — SVG grain (inline, no external file) */
  --texture-grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  --texture-opacity: 0.032;

  --shadow-xs: 0 1px 8px rgba(0,0,0,0.04);
  --shadow-sm: 0 4px 20px rgba(0,0,0,0.06);
  --shadow-md: 0 12px 48px rgba(0,0,0,0.09);
  --shadow-lg: 0 24px 80px rgba(0,0,0,0.13);
  --shadow-rose: 0 8px 32px rgba(206,86,124,0.22);
  --shadow-pink: 0 8px 32px rgba(255,195,204,0.45);

  --r-sm:  8px;
  --r-md:  16px;
  --r-lg:  24px;
  --r-xl:  36px;
  --r-2xl: 48px;
  --r-f:   9999px;

  --ease:      cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-out:  cubic-bezier(0.16, 1, 0.3, 1);
  --t:         0.3s;
  --t-md:      0.45s;
  --t-slow:    0.65s;

  --max-w: 1320px;
  --px: clamp(1.25rem, 5vw, 3.5rem);
  --section-py: clamp(5rem, 9vw, 8rem);
}

/* ================================================
   Reset
   ================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-b);
  background: #FDF8F6;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.65;
  overflow-x: hidden;
}

/* ── Background orbs — liquid glass light source ── */
.bg-orbs {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  will-change: transform;
}
.bg-orb-1 {
  width: 65vw; height: 65vw;
  top: -20%; right: -15%;
  background: radial-gradient(circle, rgba(255,195,204,0.55) 0%, rgba(255,195,204,0) 70%);
}
.bg-orb-2 {
  width: 55vw; height: 55vw;
  bottom: -10%; left: -20%;
  background: radial-gradient(circle, rgba(206,86,124,0.22) 0%, rgba(206,86,124,0) 70%);
}
.bg-orb-3 {
  width: 45vw; height: 45vw;
  top: 35%; right: 10%;
  background: radial-gradient(circle, rgba(210,219,118,0.18) 0%, rgba(210,219,118,0) 70%);
}
.bg-orb-4 {
  width: 38vw; height: 38vw;
  top: 55%; left: 20%;
  background: radial-gradient(circle, rgba(255,222,89,0.14) 0%, rgba(255,222,89,0) 70%);
}
.bg-orb-5 {
  width: 30vw; height: 30vw;
  top: 15%; left: 5%;
  background: radial-gradient(circle, rgba(247,122,40,0.10) 0%, rgba(247,122,40,0) 70%);
}

/* ── Glass utility mixin ── */
.glass {
  background: rgba(255,255,255,0.22);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255,255,255,0.40);
  box-shadow: 0 8px 32px rgba(0,0,0,0.06), inset 0 1px 0 rgba(255,255,255,0.5);
}

/* ── Global grain texture overlay ─────────────── */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  background-image: var(--texture-grain);
  background-repeat: repeat;
  background-size: 200px 200px;
  opacity: var(--texture-opacity);
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: multiply;
}
img { display: block; max-width: 100%; height: auto; object-fit: cover; }
a   { text-decoration: none; color: inherit; }
ul  { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* All sections above background orbs */
section, footer, header { position: relative; z-index: 1; }

/* ================================================
   Typography
   ================================================ */
h1, h2, h3 {
  font-family: var(--font-h);
  font-weight: 300;
  line-height: 1.1;
  color: var(--text);
}
h1 { font-size: clamp(3rem, 8vw, 8rem); letter-spacing: -0.025em; }
h2 { font-size: clamp(2.2rem, 4.5vw, 4.2rem); letter-spacing: -0.02em; }
h3 { font-size: clamp(1.3rem, 2vw, 1.8rem); letter-spacing: -0.01em; }
p  { color: var(--text-soft); line-height: 1.75; }

em { font-style: italic; }

/* ================================================
   Layout
   ================================================ */
.wrap {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--px);
}
.section-py { padding: var(--section-py) 0; }

/* Section label */
.label {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 1rem;
}
.label::before { content: '— '; opacity: 0.5; }

/* Section header */
.sh { margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.sh h2 { margin-bottom: 0.6rem; }
.sh p  { max-width: 480px; font-size: 1.05rem; }
.sh.center { text-align: center; }
.sh.center p { margin: 0 auto; }

/* ================================================
   Buttons
   ================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-b);
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 0.9rem 2rem;
  border-radius: var(--r-f);
  min-height: 50px;
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease), background var(--t) var(--ease);
  white-space: nowrap;
}
.btn:hover  { transform: translateY(-2px); }
.btn:active { transform: translateY(1px) scale(0.98); box-shadow: none !important; }

.btn-primary {
  background: var(--rose);
  color: #fff;
  box-shadow: var(--shadow-rose);
}
.btn-primary:hover {
  background: #b84a6e;
  box-shadow: 0 14px 44px rgba(206,86,124,0.35);
}

.btn-outline {
  background: transparent;
  color: var(--text);
  border: 1px solid rgba(30,20,20,0.18);
}
.btn-outline:hover {
  border-color: var(--rose);
  color: var(--rose);
  box-shadow: none;
}

.btn-ghost-light {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
  backdrop-filter: blur(6px);
}
.btn-ghost-light:hover {
  background: rgba(255,255,255,0.22);
}

.btn-sm { padding: 0.65rem 1.4rem; font-size: 0.82rem; min-height: 40px; }

/* ================================================
   Image placeholder
   ================================================ */
.img-ph {
  width: 100%; height: 100%;
  background: linear-gradient(145deg, var(--pink) 0%, #FFE0E7 50%, var(--bg-warm) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  color: var(--rose);
}
.img-ph svg { opacity: 0.3; width: 32px; height: 32px; }
.img-ph span { font-size: 0.65rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; opacity: 0.35; }

.img-ph-dark {
  background: linear-gradient(145deg, rgba(255,195,204,0.12) 0%, rgba(206,86,124,0.18) 100%);
  color: rgba(255,195,204,0.45);
}

/* ================================================
   Header
   ================================================ */
.header {
  position: fixed;
  top: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(min(100%, var(--max-w)) - 2 * var(--px));
  max-width: none;
  z-index: 100;
  padding: 0.5rem 1.75rem;
  background: rgba(253,248,246,0.35);
  backdrop-filter: blur(48px) saturate(220%);
  -webkit-backdrop-filter: blur(48px) saturate(220%);
  border: 1px solid rgba(206,86,124,0.12);
  border-radius: var(--r-xl);
  box-shadow: 0 2px 16px rgba(0,0,0,0.05);
  transition: background var(--t-md) var(--ease), box-shadow var(--t-md) var(--ease);
}
.header.scrolled {
  background: rgba(253,248,246,0.72);
  box-shadow: 0 4px 32px rgba(0,0,0,0.09);
}

.header-inner {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

/* Logo */
.logo { display: flex; flex-direction: column; line-height: 1; align-items: flex-start; }
.logo-img {
  height: 33px;
  width: auto;
  max-width: 141px;
  object-fit: contain;
  object-position: left center;
  display: block;
}
.logo-fallback { display: flex; flex-direction: column; line-height: 1; }
.logo-name {
  font-family: var(--font-h);
  font-size: 1.06rem;
  font-style: italic;
  font-weight: 300;
  color: var(--text);
  letter-spacing: -0.01em;
}
.logo-sub {
  font-size: 0.55rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rose);
  margin-top: 2px;
}

/* Desktop nav */
.nav { display: flex; align-items: center; gap: 0.1rem; }
.nav-link {
  font-size: 0.82rem;
  font-weight: 400;
  color: var(--text-soft);
  padding: 0.45rem 0.8rem;
  border-radius: var(--r-sm);
  transition: color var(--t) var(--ease), background var(--t) var(--ease);
}
.nav-link:hover { color: var(--rose); background: var(--bg-warm); }

.header-actions { display: flex; align-items: center; gap: 0.75rem; }

/* Language toggle */
.lang {
  display: flex;
  background: var(--bg-warm);
  border-radius: var(--r-f);
  padding: 3px;
  gap: 2px;
  border: 1px solid var(--border);
}
.lang-btn {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  padding: 0.28rem 0.7rem;
  border-radius: var(--r-f);
  cursor: pointer;
  transition: color var(--t), background var(--t), box-shadow var(--t);
}
.lang-btn.active {
  background: var(--rose);
  color: #fff;
  box-shadow: 0 2px 8px rgba(206,86,124,0.3);
}
.lang-btn:not(.active):hover { color: var(--rose); }

/* Burger */
.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px; height: 36px;
  padding: 6px;
}
.burger span {
  display: block;
  height: 1.5px;
  background: var(--text);
  border-radius: 2px;
  transition: transform var(--t) var(--ease), opacity var(--t);
}
.burger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Mobile nav drawer */
.mobile-drawer {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(253,248,246,0.97);
  backdrop-filter: blur(24px);
  z-index: 99;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 3rem var(--px);
  gap: 0.25rem;
}
.mobile-drawer.open { display: flex; }
.mobile-drawer .nav-link { font-size: 1.4rem; font-weight: 300; padding: 0.75rem 0; color: var(--text); border-radius: 0; }
.mobile-drawer .nav-link:hover { background: transparent; color: var(--rose); }
.mobile-drawer-bottom {
  position: absolute;
  bottom: 2.5rem;
  left: var(--px);
  right: var(--px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

/* ================================================
   Hero
   ================================================ */
.hero {
  min-height: 100svh;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: transparent;
}

/* Dot grid texture over whole hero */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(206,86,124,0.07) 1px, transparent 0);
  background-size: 32px 32px;
  pointer-events: none;
  z-index: 0;
}


/* Left content column */
.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 88px max(var(--px), calc((100vw - var(--max-w)) / 2 + var(--px))) clamp(8rem, 16vw, 14rem);
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: calc(100% - clamp(300px, 42vw, 640px));
}

/* ── Hero photo card — floating overlay, about-frame style ── */
.hero-photos {
  position: absolute;
  right: max(var(--px), calc((100vw - var(--max-w)) / 2 + var(--px)));
  top: calc(88px + 5mm);  /* прижато к нижней границе хедера + отступ 5mm */
  transform: none;
  z-index: 3;
  pointer-events: none;
}

.hp-frame {
  position: relative;
  width: clamp(280px, 38vw, 580px);
  aspect-ratio: 4 / 5;
  border-radius: var(--r-2xl);
  overflow: visible;
  box-shadow: var(--shadow-lg);
  pointer-events: auto;
  animation: hp-enter 0.85s cubic-bezier(0.16,1,0.3,1) 0.3s both;
}

.hp-frame > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% -10%;
  display: block;
  border-radius: var(--r-2xl);
  border: 2px solid rgba(255,255,255,0.82);
}


/* Decorative offset outline — same as about-frame */
.hp-frame::after {
  content: '';
  position: absolute;
  inset: 1rem -1rem -1rem 1rem;
  border: 1.5px solid rgba(255,195,204,0.5);
  border-radius: var(--r-2xl);
  z-index: -1;
  pointer-events: none;
}

/* Combined badge — overflows top-left corner of the photo */
.hp-badge {
  position: absolute;
  top: -0.85rem;
  left: -0.85rem;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  background: rgba(255,255,255,0.78);
  backdrop-filter: blur(24px) saturate(200%);
  -webkit-backdrop-filter: blur(24px) saturate(200%);
  border: 1px solid rgba(255,255,255,0.95);
  border-radius: 16px;
  padding: 0.75rem 1rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.08), 0 2px 8px rgba(0,0,0,0.04), inset 0 1px 0 rgba(255,255,255,1);
  pointer-events: none;
  z-index: 4;
}
.hp-badge-divider {
  width: 100%;
  height: 1px;
  background: rgba(0,0,0,0.07);
  margin: 0.35rem 0 0.2rem;
}
.hp-badge-num {
  font-family: var(--font-h);
  font-size: 1.3rem;
  font-weight: 300;
  color: var(--rose);
  line-height: 1;
  letter-spacing: -0.01em;
}
.hp-badge-lbl {
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-soft);
  line-height: 1;
}

/* Google reviews row — inside the combined badge */
.hp-google {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.hp-google-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.hp-google-info {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.hp-google-stars {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
}
.hp-google-score {
  font-family: var(--font-h);
  font-size: 1.1rem;
  font-weight: 300;
  color: var(--rose);
  line-height: 1;
  letter-spacing: -0.01em;
}
.hp-google-star-row {
  font-size: 0.58rem;
  color: #FBBC05;
  letter-spacing: 0.02em;
  line-height: 1;
}
.hp-google-count {
  font-size: 0.52rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--text-soft);
  line-height: 1;
}

/* Entrance animation */
@keyframes hp-enter {
  from { opacity: 0; transform: translateY(24px) scale(0.97); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}


.hero-tagline {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 2rem;
  position: relative;
}
.hero-tagline::before {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: var(--rose);
  flex-shrink: 0;
}

/* Main headline — editorial, three lines */
.hero-headline {
  font-family: var(--font-h);
  font-weight: 300;
  line-height: 1.0;
  letter-spacing: -0.03em;
  margin-bottom: 2rem;
  position: relative;
}
.hero-headline .line {
  display: block;
  font-size: clamp(3.5rem, 8.5vw, 9.5rem);
}
.hero-headline .line-italic {
  font-style: italic;
  color: var(--rose);
  font-size: clamp(4rem, 9.5vw, 10.5rem);
  padding-left: 0.12em;
}
.hero-headline .line-accent {
  font-style: italic;
  font-weight: 400;
}

.hero-sub {
  font-size: clamp(0.9rem, 1.2vw, 1.1rem);
  color: var(--text-soft);
  max-width: 380px;
  margin-bottom: 3rem;
  line-height: 1.7;
}

.hero-ctas {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

/* Decorative SVG floral — right side of hero */
.hero-deco {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 46vw;
  max-width: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  pointer-events: none;
  opacity: 0.7;
  animation: heroDeco 8s ease-in-out infinite alternate;
}
.hero-deco svg {
  width: 100%;
  height: 100%;
}

@keyframes heroDeco {
  from { transform: translateY(0px) rotate(0deg); }
  to   { transform: translateY(-12px) rotate(0.8deg); }
}

/* Scroll indicator */
.hero-scroll {
  position: absolute;
  bottom: 2.5rem;
  left: max(var(--px), calc((100vw - var(--max-w)) / 2 + var(--px)));
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.hero-scroll-bar {
  width: 1px;
  height: 44px;
  background: linear-gradient(to bottom, var(--rose), transparent);
  animation: scrollDrop 2s ease-in-out infinite;
}
@keyframes scrollDrop {
  0%   { opacity: 0; transform: scaleY(0); transform-origin: top; }
  40%  { opacity: 1; transform: scaleY(1); }
  100% { opacity: 0; transform: scaleY(1); transform-origin: bottom; }
}

/* Floating stat badge */
.hero-badge {
  position: absolute;
  bottom: 3rem;
  right: max(var(--px), calc((100vw - var(--max-w)) / 2 + var(--px)));
  z-index: 3;
  background: rgba(255,255,255,0.28);
  backdrop-filter: blur(24px) saturate(200%);
  -webkit-backdrop-filter: blur(24px) saturate(200%);
  border-radius: var(--r-lg);
  padding: 1.25rem 1.75rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 1px solid rgba(255,255,255,0.50);
  box-shadow: 0 8px 32px rgba(0,0,0,0.08), inset 0 1px 0 rgba(255,255,255,0.6);
}
.hero-badge-num {
  font-family: var(--font-h);
  font-size: 2.4rem;
  font-weight: 300;
  color: var(--rose);
  line-height: 1;
}
.hero-badge-text strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.1rem;
}
.hero-badge-text span { font-size: 0.7rem; color: var(--text-muted); }

/* ================================================
   About — Why Vesna
   ================================================ */
.about {
  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  position: relative;
  overflow: hidden;
}

/* Linen-like diagonal texture */
.about::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      45deg,
      rgba(206,86,124,0.028) 0px,
      rgba(206,86,124,0.028) 1px,
      transparent 1px,
      transparent 18px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(206,86,124,0.014) 0px,
      rgba(206,86,124,0.014) 1px,
      transparent 1px,
      transparent 36px
    );
  pointer-events: none;
  z-index: 0;
}
.about > * { position: relative; z-index: 1; }

.about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 8vw, 7rem);
  align-items: center;
}

/* Photo side */
.about-visual { position: relative; }

.about-frame {
  position: relative;
  border-radius: var(--r-2xl);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow-lg);
}
.about-frame img, .about-frame .img-ph { width: 100%; height: 100%; object-fit: cover; }

/* Decorative outline offset */
.about-frame::after {
  content: '';
  position: absolute;
  inset: 1rem -1rem -1rem 1rem;
  border: 1.5px solid rgba(255,195,204,0.5);
  border-radius: var(--r-2xl);
  z-index: -1;
  pointer-events: none;
}

/* Floating years badge */
.about-stat {
  position: absolute;
  bottom: 2rem;
  right: -2rem;
  background: rgba(253,248,246,0.92);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255,255,255,0.50);
  box-shadow: 0 8px 32px rgba(0,0,0,0.07), inset 0 1px 0 rgba(255,255,255,0.55);
  border-radius: var(--r-xl);
  padding: 1.25rem 1.5rem;
  box-shadow: var(--shadow-md);
  text-align: center;
  z-index: 2;
}
.about-stat-num {
  font-family: var(--font-h);
  font-size: 2.8rem;
  font-weight: 300;
  color: var(--rose);
  line-height: 1;
}
.about-stat-label {
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-soft);
  margin-top: 0.3rem;
}

/* Text side */
.about-text p { font-size: 1.05rem; margin-bottom: 2.5rem; }

.about-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.about-point {
  background: rgba(255,255,255,0.35);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  border-radius: var(--r-md);
  padding: 1.25rem;
  border: 1px solid rgba(255,255,255,0.5);
  box-shadow: 0 4px 20px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.about-point:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.about-point-icon { color: var(--rose); font-size: 0.85rem; margin-bottom: 0.5rem; }
.about-point h4 {
  font-family: var(--font-b);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.2rem;
}
.about-point p { font-size: 0.8rem; color: var(--text-soft); margin: 0; line-height: 1.5; }

/* ================================================
   About — photo slideshow
   ================================================ */
.about-slides {
  position: relative;
  width: 100%; height: 100%;
}
.about-slide {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.75s ease;
  pointer-events: none;
}
.about-slide.active { opacity: 1; }

/* In-frame arrows */
.about-slide-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(253,248,246,0.88);
  border: 1px solid rgba(255,255,255,0.6);
  backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 3;
  box-shadow: 0 2px 10px rgba(0,0,0,0.12);
  transition: opacity var(--t), background var(--t), transform var(--t);
  color: var(--text);
  opacity: 0;
}
.about-frame:hover .about-slide-arrow { opacity: 1; }
.about-slide-arrow:hover { background: var(--rose); color: #fff; }
.about-slide-arrow--prev { left: 0.75rem; }
.about-slide-arrow--next { right: 0.75rem; }

/* Dots inside the frame */
.about-slide-dots {
  position: absolute; bottom: 0.9rem; left: 50%; transform: translateX(-50%);
  display: flex; gap: 0.35rem; z-index: 3;
}
.about-slide-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(255,255,255,0.55);
  border: none; cursor: pointer; padding: 0;
  transition: background var(--t), width var(--t);
}
.about-slide-dot.active {
  background: #fff;
  width: 18px; border-radius: 3px;
}

/* ================================================
   Services
   ================================================ */
.services {
  background: var(--bg);
  position: relative;
  overflow: hidden;
  padding: var(--section-py) 0;
}
/* Subtle dot pattern */
.services::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(206,86,124,0.07) 1.2px, transparent 1.2px);
  background-size: 24px 24px;
  pointer-events: none;
  z-index: 0;
}
.services::after { display: none; }
.services > * { position: relative; z-index: 1; }

.services-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.services-header h2 { margin-bottom: 0; }

/* ── Service list — editorial rows ── */
.svc-list {
  border-top: 1px solid rgba(206,86,124,0.15);
}

.svc-row {
  display: grid;
  grid-template-columns: 2.5rem 1fr auto auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1.6rem 1.25rem;
  border-bottom: 1px solid rgba(206,86,124,0.1);
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: background var(--t) var(--ease), padding-left var(--t) var(--ease);
  border-radius: var(--r-sm);
}
.svc-row::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--r-sm);
  background: linear-gradient(90deg, rgba(255,195,204,0.18) 0%, rgba(253,248,246,0) 60%);
  opacity: 0;
  transition: opacity var(--t) var(--ease);
  pointer-events: none;
}
.svc-row:hover::before { opacity: 1; }
.svc-row:hover { padding-left: 1.75rem; }

.svc-row-num {
  font-family: var(--font-h);
  font-size: 0.7rem;
  font-style: italic;
  color: var(--rose);
  opacity: 0.45;
  letter-spacing: 0.1em;
  flex-shrink: 0;
}

.svc-row-main {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.svc-row-title {
  font-family: var(--font-h);
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  font-weight: 300;
  color: var(--text);
  line-height: 1.1;
  margin: 0;
  transition: color var(--t) var(--ease);
}
.svc-row:hover .svc-row-title { color: var(--rose); }

.svc-row-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.svc-row-tags span {
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--text-soft);
  background: rgba(255,195,204,0.18);
  padding: 0.18rem 0.6rem;
  border-radius: var(--r-f);
}

.svc-row-price {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--rose);
  white-space: nowrap;
  background: rgba(206,86,124,0.07);
  padding: 0.35rem 0.9rem;
  border-radius: var(--r-f);
  border: 1px solid rgba(206,86,124,0.12);
  flex-shrink: 0;
}

.svc-row-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid rgba(206,86,124,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rose);
  flex-shrink: 0;
  transition: background var(--t) var(--ease), border-color var(--t) var(--ease), transform var(--t) var(--ease);
}
.svc-row:hover .svc-row-arrow {
  background: var(--rose);
  border-color: var(--rose);
  color: #fff;
  transform: translateX(4px);
}

/* ── Bento grid — equal 3-column ── */
.svc-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.svc-b {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  padding: 1.75rem 1.75rem 1.5rem;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  color: #fff;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.svc-b:hover { transform: translateY(-5px); box-shadow: 0 20px 56px rgba(0,0,0,0.13); }

/* Giant watermark number */
.svc-b-num {
  position: absolute;
  top: -0.15em;
  right: -0.05em;
  font-family: var(--font-h);
  font-size: 9rem;
  font-weight: 300;
  line-height: 1;
  color: rgba(255,255,255,0.22);
  pointer-events: none;
  transition: transform 0.5s var(--ease), opacity 0.4s;
  z-index: 0;
}
.svc-b:hover .svc-b-num { transform: scale(1.06); opacity: 0.35; }

.svc-b-icon {
  position: relative; z-index: 1;
  width: 52px; height: 52px;
  border-radius: 14px;
  background: rgba(255,255,255,0.22);
  border: 1px solid rgba(255,255,255,0.35);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.1rem;
  flex-shrink: 0;
}
.svc-b-icon svg { width: 26px; height: 26px; }

.svc-b-content { position: relative; z-index: 1; flex: 1; }

.svc-b-title {
  font-family: var(--font-h);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 300;
  line-height: 1.15;
  margin: 0 0 0.6rem;
  color: inherit;
}

.svc-b-desc {
  font-size: 0.78rem;
  line-height: 1.55;
  color: rgba(255,255,255,0.82);
  margin: 0 0 0.85rem;
  max-width: 34ch;
}

.svc-b-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.svc-b-tags span {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.2rem 0.6rem;
  border-radius: var(--r-f);
  background: rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.88);
  backdrop-filter: blur(4px);
}

.svc-b-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.25rem;
  position: relative;
  z-index: 1;
}
.svc-b-price {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  background: rgba(255,255,255,0.28);
  color: #fff;
  padding: 0.3rem 0.8rem;
  border-radius: var(--r-f);
  backdrop-filter: blur(4px);
}
.svc-b-arrow {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.22);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  transition: background 0.3s, transform 0.3s var(--ease);
}
.svc-b:hover .svc-b-arrow { background: rgba(255,255,255,0.45); transform: translateX(4px); }

/* Per-card color themes */
.svc-b--tattoo  { background: linear-gradient(135deg, #CE567C 0%, #a03560 100%); color: #fff; }
.svc-b--piercing{ background: linear-gradient(135deg, #B06480 0%, #8e4862 100%); color: #fff; }
.svc-b--pmu     { background: linear-gradient(135deg, #FFC3CC 0%, #f0a0b0 100%); color: #5a2535; }
.svc-b--academy { background: linear-gradient(135deg, #C49AAE 0%, #a87890 100%); color: #fff; }
.svc-b--voucher { background: linear-gradient(135deg, #FFF0F5 0%, #FFD6E5 100%); color: #3a1020; border: 1px solid rgba(206,86,124,0.12); }
.svc-b--eskiz   { background: linear-gradient(135deg, #E8B4C8 0%, #d494b0 100%); color: #4a1828; }

/* ── Light card overrides — dark readable text ── */
.svc-b--pmu .svc-b-num,
.svc-b--voucher .svc-b-num,
.svc-b--eskiz .svc-b-num    { color: rgba(80,20,40,0.12); }

.svc-b--pmu .svc-b-icon     { background: rgba(90,37,53,0.10); border-color: rgba(90,37,53,0.18); }
.svc-b--voucher .svc-b-icon { background: rgba(206,86,124,0.10); border-color: rgba(206,86,124,0.20); }
.svc-b--eskiz   .svc-b-icon { background: rgba(74,24,40,0.10); border-color: rgba(74,24,40,0.18); }

.svc-b--pmu .svc-b-desc     { color: rgba(90,37,53,0.80); }
.svc-b--voucher .svc-b-desc { color: rgba(58,16,32,0.75); }
.svc-b--eskiz .svc-b-desc   { color: rgba(74,24,40,0.80); }

.svc-b--pmu .svc-b-tags span     { background: rgba(90,37,53,0.10); color: rgba(90,37,53,0.85); border: 1px solid rgba(90,37,53,0.14); }
.svc-b--voucher .svc-b-tags span { background: rgba(206,86,124,0.12); color: rgba(160,40,80,0.90); border: 1px solid rgba(206,86,124,0.18); }
.svc-b--eskiz .svc-b-tags span   { background: rgba(74,24,40,0.10); color: rgba(74,24,40,0.85); border: 1px solid rgba(74,24,40,0.14); }

.svc-b--pmu .svc-b-price     { background: rgba(90,37,53,0.10); color: #5a2535; }
.svc-b--voucher .svc-b-price { background: rgba(206,86,124,0.12); color: #a02850; }
.svc-b--eskiz .svc-b-price   { background: rgba(74,24,40,0.12); color: #4a1828; }

.svc-b--pmu .svc-b-arrow     { background: rgba(90,37,53,0.10); color: #5a2535; }
.svc-b--voucher .svc-b-arrow { background: rgba(206,86,124,0.12); color: #a02850; }
.svc-b--eskiz .svc-b-arrow   { background: rgba(74,24,40,0.12); color: #4a1828; }

.svc-b--pmu:hover .svc-b-arrow     { background: rgba(90,37,53,0.20); }
.svc-b--voucher:hover .svc-b-arrow { background: rgba(206,86,124,0.25); }
.svc-b--eskiz:hover .svc-b-arrow   { background: rgba(74,24,40,0.20); }

@media (max-width: 900px) {
  .svc-bento { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .svc-bento { grid-template-columns: 1fr; }
}

/* ================================================
   Portfolio — Premium Gallery
   ================================================ */
.portfolio {
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.portfolio-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: clamp(2.5rem, 4vw, 3.5rem);
}
.portfolio-header .sh { margin-bottom: 0; }

/* Mosaic — 12-column editorial grid */
.portfolio-mosaic {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: clamp(200px, 20vw, 280px);
  gap: 8px;
}

.pm { position: relative; overflow: hidden; border-radius: var(--r-md); cursor: pointer; }
.pm img, .pm .img-ph { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.pm:hover img { transform: scale(1.05); }

.pm-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(28,16,20,0.65) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 0.35s var(--ease);
  display: flex; align-items: flex-end;
  padding: 1rem 1.1rem;
}
.pm:hover .pm-overlay { opacity: 1; }
.pm-style { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #fff; }

/* Grid placement — 5 cols × 2 rows, Ornament centre vertical */
.pm-1 { grid-column: 1 / 2; grid-row: 1 / 3; }   /* Floral — tall left */
.pm-2 { grid-column: 2 / 3; grid-row: 1 / 2; }   /* Fine line 1 □ */
.pm-3 { grid-column: 4 / 5; grid-row: 1 / 2; }   /* Botanical □ */
.pm-4 { grid-column: 5 / 6; grid-row: 1 / 2; }   /* Microrealism □ */
.pm-5 { display: none; }                           /* Grafika — hidden on index */
.pm-6 { grid-column: 4 / 5; grid-row: 2 / 3; }   /* Fine line 2 □ */
.pm-7 { grid-column: 2 / 3; grid-row: 2 / 3; }   /* Minimalistický □ */
.pm-8 { grid-column: 3 / 4; grid-row: 1 / 3; }   /* Ornament — tall centre */
.pm-9 { grid-column: 5 / 6; grid-row: 2 / 3; }   /* Linework □ */

/* Fine line — raise photo */
.pm-3 img { object-position: center 20%; }

.portfolio-footer {
  display: flex; justify-content: center;
  margin-top: 2.5rem;
}

/* ================================================
   Team — Fashion Editorial
   ================================================ */
.team { background: transparent; }

.team-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  align-items: start;
  justify-items: center;
}

/* Stagger for editorial feel */

.team-figure { position: relative; text-align: center; }

.team-figure-photo {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 3 / 4;
  margin-bottom: 1.5rem;
}
.team-figure-photo img, .team-figure-photo .img-ph { width: 100%; height: 100%; object-fit: cover; }

/* Number overlay */
.team-num {
  position: absolute;
  top: 1.25rem; left: 1.25rem;
  font-family: var(--font-h);
  font-size: 0.85rem;
  font-style: italic;
  color: rgba(255,255,255,0.75);
  background: rgba(28,16,20,0.35);
  backdrop-filter: blur(6px);
  padding: 0.2rem 0.6rem;
  border-radius: var(--r-f);
  z-index: 2;
}

/* Hover overlay on photo */
.team-figure-photo::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(28,16,20,0.4) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.4s var(--ease);
}
.team-figure:hover .team-figure-photo::after { opacity: 1; }

/* Photo scale on hover */
.team-figure-photo img { transition: transform 0.6s var(--ease); }
.team-figure:hover .team-figure-photo img { transform: scale(1.04); }

.team-figure-name {
  font-family: var(--font-h);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  letter-spacing: -0.01em;
  color: var(--text);
  margin-bottom: 0.2rem;
}
.team-figure-role {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 0.5rem;
}
.team-figure-spec {
  font-size: 0.85rem;
  color: var(--text-soft);
  margin-bottom: 1.25rem;
  line-height: 1.5;
}
.team-founder-badge {
  display: inline-block;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rose);
  border: 1px solid var(--rose);
  border-radius: var(--r-f);
  padding: 0.15rem 0.5rem;
  margin-left: 0.45rem;
  vertical-align: middle;
  font-family: var(--font-b);
}
.team-figure-years {
  font-size: 0.73rem;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 0.45rem;
}
.team-cta {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-soft);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border-bottom: 1px solid var(--border);
  padding-bottom: 2px;
  transition: color var(--t), border-color var(--t), gap var(--t);
}
.team-cta::after { content: '→'; }
.team-cta:hover { color: var(--rose); border-color: var(--rose); gap: 0.7rem; }

/* ================================================
   Tattoo Academy
   ================================================ */
.academy {
  background: linear-gradient(135deg, #FFF0F5 0%, #FFD6E5 100%);
  position: relative;
  overflow: hidden;
}

.academy::before {
  content: '';
  position: absolute;
  top: -20%; right: -15%;
  width: 55%; height: 130%;
  background: radial-gradient(ellipse, rgba(206,86,124,0.08) 0%, transparent 65%);
  pointer-events: none;
}
.academy::after {
  content: '';
  position: absolute;
  bottom: -20%; left: -10%;
  width: 40%; height: 80%;
  background: radial-gradient(ellipse, rgba(206,86,124,0.05) 0%, transparent 65%);
  pointer-events: none;
}

.academy .label { color: var(--rose); }
.academy .label::before { color: rgba(206,86,124,0.25); }
.academy h2 { color: #3a1020; }
.academy .sh p { color: rgba(58,16,32,0.5); }

.academy-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 8vw, 7rem);
  align-items: center;
  position: relative;
  z-index: 1;
}

.academy-body p {
  font-size: 1rem;
  color: rgba(58,16,32,0.65);
  margin-bottom: 2rem;
}

.academy-features {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-bottom: 2.5rem;
}
.academy-feature {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  color: rgba(58,16,32,0.85);
  font-size: 0.95rem;
}
.academy-feature-dot {
  width: 18px; height: 18px;
  border-radius: 50%;
  border: 1.5px solid rgba(206,86,124,0.4);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.academy-feature-dot::after {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--rose);
}

/* Photo side */
.academy-visual { position: relative; }
.academy-frame {
  border-radius: var(--r-2xl);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: 0 32px 80px rgba(0,0,0,0.5);
}
.academy-frame img, .academy-frame .img-ph { width: 100%; height: 100%; object-fit: cover; }

/* Small badge on photo */
.academy-badge {
  position: absolute;
  top: 2rem; left: -2rem;
  background: var(--rose);
  border-radius: var(--r-lg);
  padding: 1.1rem 1.4rem;
  text-align: center;
  box-shadow: var(--shadow-rose);
  z-index: 2;
}
.academy-badge-num {
  font-family: var(--font-h);
  font-size: 2.2rem;
  font-weight: 300;
  color: #fff;
  line-height: 1;
}
.academy-badge-label {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  margin-top: 0.25rem;
}

/* Thin horizontal rule */
.academy-rule {
  width: 40px; height: 1px;
  background: rgba(206,86,124,0.22);
  margin-bottom: 2rem;
}

/* Two-button row */
.academy-btns {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.academy .btn-outline {
  border-color: rgba(58,16,32,0.25);
  color: #3a1020;
}
.academy .btn-outline:hover {
  border-color: var(--rose);
  color: var(--rose);
}

/* ================================================
   Gift Vouchers
   ================================================ */
.vouchers { background: transparent; }

.vouchers-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "card text" "card actions";
  gap: clamp(1.5rem, 4vw, 3rem) clamp(3rem, 8vw, 7rem);
  align-items: start;
}
.vouchers-text     { grid-area: text; }
.vouchers-card-wrap { grid-area: card; align-self: center; }
.vouchers-actions  { grid-area: actions; }

.vouchers-text p { font-size: 1.05rem; margin-bottom: 2rem; }

.voucher-badge {
  display: inline-flex; align-items: center; gap: 0.4rem;
  background: var(--lime);
  color: #2A2A2A;
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 0.35rem 0.9rem;
  border-radius: var(--r-f);
  margin-bottom: 2rem;
}

.voucher-options { display: flex; flex-direction: column; gap: 0.9rem; margin-bottom: 2.5rem; }

.voucher-option {
  display: flex; align-items: center; gap: 1.25rem;
  background: var(--bg-card);
  border-radius: var(--r-md);
  padding: 1.25rem;
  border: 1px solid var(--border);
  cursor: pointer;
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease), border-color var(--t);
}
.voucher-option:hover {
  transform: translateX(4px);
  box-shadow: var(--shadow-sm);
  border-color: var(--pink);
}
.voucher-option-icon {
  width: 46px; height: 46px;
  background: var(--bg-warm);
  border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
  transition: background var(--t);
}
.voucher-option:hover .voucher-option-icon { background: var(--pink); }
.voucher-option h4 { font-family: var(--font-b); font-size: 0.92rem; font-weight: 600; margin-bottom: 0.15rem; color: var(--text); }
.voucher-option p { font-size: 0.8rem; margin: 0; color: var(--text-soft); line-height: 1.4; }
.voucher-from {
  margin-left: auto;
  font-size: 0.78rem; font-weight: 700;
  color: var(--rose);
  white-space: nowrap;
}

/* Voucher card visual — PDF style (salmon / boutique) */
.voucher-card {
  position: relative;
  background: #F2BDB0;
  border-radius: 16px;
  aspect-ratio: 85 / 55;
  width: 100%;
  max-width: 460px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 2rem 2rem;
  box-shadow: 0 24px 60px rgba(160,70,50,0.18), 0 4px 16px rgba(0,0,0,0.07);
  font-family: var(--font-b);
  margin: 0 auto;
}
.voucher-card::before { display: none; }
#buy .voucher-card { max-width: 100%; }

/* Botanical decoration — top-right shadow leaves */
.vc-botanical {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 52%;
  height: 105%;
  pointer-events: none;
  z-index: 0;
}
.vc-botanical svg { width: 100%; height: 100%; }

/* Small top label */
.vc-eyebrow {
  position: absolute;
  top: 1rem;
  left: 0; right: 0;
  text-align: center;
  font-size: 0.52rem;
  letter-spacing: 0.38em;
  font-weight: 400;
  color: rgba(35,12,8,0.6);
  text-transform: uppercase;
  z-index: 1;
  font-family: var(--font-b);
}

/* Center group */
.vc-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  position: relative;
  z-index: 1;
}

/* Logo in card */
.vc-logo-img {
  height: 54px;
  width: auto;
  max-width: 78%;
  object-fit: contain;
}

/* Text fallback when logo doesn't load */
.vc-brand-text {
  font-family: var(--font-h);
  font-size: 2.8rem;
  font-weight: 700;
  color: rgba(30,10,6,0.88);
  line-height: 1;
  letter-spacing: -0.01em;
}

/* "tattoo boutique" spaced label */
.vc-boutique {
  font-size: 0.52rem;
  letter-spacing: 0.32em;
  color: rgba(35,12,8,0.55);
  font-weight: 400;
  text-transform: lowercase;
  font-family: var(--font-b);
}

/* "a gift for you" script */
.vc-script {
  font-family: 'Dancing Script', cursive;
  font-size: 1.2rem;
  color: rgba(35,12,8,0.65);
  line-height: 1.1;
  margin-top: 0.1rem;
}

/* Amount pill — bottom-right */
.vc-amount-pill {
  position: absolute;
  bottom: 0.9rem;
  right: 1.1rem;
  background: rgba(35,12,8,0.1);
  border-radius: 100px;
  padding: 0.22rem 0.7rem;
  font-size: 0.68rem;
  font-weight: 700;
  color: rgba(35,12,8,0.72);
  letter-spacing: 0.04em;
  z-index: 1;
  font-family: var(--font-b);
}

/* ================================================
   Reviews
   ================================================ */
.reviews {
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.reviews-score {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.8);
  border-radius: var(--r-f);
  padding: 0.75rem 2rem;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}
.reviews-score-google {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-soft);
}
.reviews-score-num {
  font-family: var(--font-h);
  font-size: 2rem;
  font-weight: 300;
  color: var(--text);
  line-height: 1;
}
.reviews-score-stars {
  font-size: 1rem;
  color: #FBBC05;
  letter-spacing: 0.04em;
}
.reviews-score-divider {
  width: 1px;
  height: 2rem;
  background: rgba(206,86,124,0.15);
}
.reviews-score-count {
  font-size: 0.78rem;
  color: var(--text-soft);
}
.reviews-score-count strong {
  color: var(--rose);
  font-weight: 700;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.testimonial {
  background: rgba(255,255,255,0.30);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-radius: var(--r-xl);
  padding: 1.75rem;
  border: 1px solid rgba(255,255,255,0.50);
  box-shadow: 0 8px 32px rgba(0,0,0,0.06), inset 0 1px 0 rgba(255,255,255,0.55);
  display: flex; flex-direction: column; gap: 1rem;
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.testimonial:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.testimonial:nth-child(2) { margin-top: 1.5rem; }
.testimonial:nth-child(4) { margin-top: 1rem; }

.stars { display: flex; gap: 2px; }
.star { color: var(--yellow); font-size: 0.8rem; }

.testimonial-text {
  font-size: 0.9rem; line-height: 1.7;
  color: var(--text-soft); flex: 1;
  font-style: italic;
}
.testimonial-text::before { content: '\201C'; }
.testimonial-text::after  { content: '\201D'; }

.testimonial-author { font-size: 0.8rem; font-weight: 700; color: var(--text); }

/* ================================================
   FAQ
   ================================================ */
.faq { background: var(--bg-warm); }

.faq-list {
  max-width: 780px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 0.5rem;
}

.faq-item {
  background: rgba(255,255,255,0.28);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  border-radius: var(--r-md);
  border: 1px solid rgba(255,255,255,0.45);
  box-shadow: 0 4px 16px rgba(0,0,0,0.04), inset 0 1px 0 rgba(255,255,255,0.5);
  overflow: hidden;
  transition: border-color var(--t), box-shadow var(--t);
}
.faq-item.open { border-color: rgba(255,195,204,0.5); box-shadow: var(--shadow-xs); }

.faq-q {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.25rem 1.5rem;
  text-align: left;
  font-family: var(--font-b); font-size: 0.95rem; font-weight: 500;
  color: var(--text); cursor: pointer;
  transition: color var(--t);
}
.faq-q:hover { color: var(--rose); }
.faq-item.open .faq-q { color: var(--rose); }

.faq-icon {
  width: 22px; height: 22px; flex-shrink: 0;
  border-radius: 50%; border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; line-height: 1; color: var(--text-muted);
  transition: transform 0.3s var(--ease), background var(--t), border-color var(--t), color var(--t);
}
.faq-item.open .faq-icon {
  transform: rotate(45deg);
  background: var(--rose); border-color: var(--rose); color: #fff;
}

.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s var(--ease), padding 0.3s var(--ease);
  padding: 0 1.5rem;
}
.faq-item.open .faq-a { max-height: 180px; padding: 0 1.5rem 1.25rem; }
.faq-a p { font-size: 0.88rem; line-height: 1.75; color: var(--text-soft); }

/* ================================================
   Contact
   ================================================ */
.contact { background: transparent; }

.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 8vw, 7rem);
  align-items: center;
}

.contact-body p { font-size: 1.05rem; margin-bottom: 2.5rem; }

.contact-details { display: flex; flex-direction: column; gap: 1.1rem; margin-bottom: 2.5rem; }

.contact-body h2 { margin-bottom: 2rem; }

.contact-row {
  display: flex; align-items: center; gap: 1rem;
}
.contact-icon {
  width: 38px; height: 38px;
  border-radius: var(--r-sm);
  background: var(--bg-warm);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.95rem; flex-shrink: 0;
}
.contact-row-label {
  font-size: 0.65rem; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--rose); display: block; margin-bottom: 0.15rem;
}
.contact-row-value { font-size: 0.9rem; font-weight: 500; color: var(--text); display: block; }
.contact-row-sub { font-size: 0.78rem; color: var(--text-muted); display: block; margin-top: 0.1rem; }
.contact-row-link { color: var(--rose); transition: opacity var(--t); }
.contact-row-link:hover { opacity: 0.75; }

/* Map + info side-by-side row */
.contact-map-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.8fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: stretch;
}
.contact-info-card {
  background: var(--bg-card);
  border-radius: var(--r-2xl);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(206,86,124,0.08);
}

/* Map */
.contact-map {
  border-radius: var(--r-2xl);
  overflow: hidden;
  min-height: 420px;
  align-self: stretch;
  box-shadow: var(--shadow-md);
  position: relative;
  border: 5px solid #ffffff;
  outline: 1px solid rgba(206,86,124,0.12);
}
.contact-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  /* Rose brand filter */
  filter: sepia(0.45) saturate(1.55) brightness(1.06) contrast(0.90) hue-rotate(318deg);
  transition: filter var(--t-md) var(--ease);
}
.contact-map:hover iframe {
  filter: sepia(0.10) saturate(1.05) brightness(1.04) contrast(0.94) hue-rotate(338deg);
}
/* Vignette + address overlay */
.contact-map::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(206,86,124,0.10) 0%, transparent 60%),
    linear-gradient(to top, rgba(253,248,246,0.18) 0%, transparent 40%);
  pointer-events: none;
  border-radius: var(--r-2xl);
}
.contact-map-label {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: rgba(253,248,246,0.94);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  border: 1px solid rgba(206,86,124,0.18);
  border-radius: var(--r-f);
  padding: 0.5rem 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.10);
  white-space: nowrap;
  pointer-events: none;
}
.contact-map-label svg { color: var(--rose); flex-shrink: 0; }
.contact-map-label span { font-size: 0.78rem; font-weight: 600; color: var(--text); letter-spacing: 0.02em; }

/* ================================================
   CTA Banner
   ================================================ */
.cta-banner {
  background: linear-gradient(135deg, rgba(206,86,124,0.75) 0%, rgba(160,52,96,0.75) 100%);
  backdrop-filter: blur(32px) saturate(200%);
  -webkit-backdrop-filter: blur(32px) saturate(200%);
  border-top: 1px solid rgba(255,255,255,0.15);
  border-bottom: 1px solid rgba(255,255,255,0.10);
  padding: clamp(4rem, 8vw, 6rem) 0;
  text-align: center;
  position: relative; overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  top: -60%; left: -5%;
  width: 50%; height: 220%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 60%);
}
.cta-banner h2 { color: #fff; margin-bottom: 0.75rem; }
.cta-banner p  { color: rgba(255,255,255,0.65); max-width: 440px; margin: 0 auto 2.5rem; font-size: 1.05rem; }
.cta-banner .btn-primary {
  background: #fff;
  color: var(--rose);
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}
.cta-banner .btn-primary:hover { background: #ffe0e8; }

/* ================================================
   Footer
   ================================================ */
.footer {
  background: rgba(28,16,20,0.65);
  backdrop-filter: blur(40px) saturate(180%);
  -webkit-backdrop-filter: blur(40px) saturate(180%);
  border-top: 1px solid rgba(255,195,204,0.12);
  padding: clamp(3.5rem, 6vw, 5.5rem) 0 2rem;
  position: relative;
  overflow: hidden;
}

/* Cross-hatch texture on footer */
.footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      0deg,
      rgba(255,195,204,0.04) 0px,
      rgba(255,195,204,0.04) 1px,
      transparent 1px,
      transparent 28px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255,195,204,0.04) 0px,
      rgba(255,195,204,0.04) 1px,
      transparent 1px,
      transparent 28px
    );
  pointer-events: none;
  z-index: 0;
}
.footer > * { position: relative; z-index: 1; }

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  margin-bottom: 3rem;
}

.footer .logo-name { color: rgba(255,255,255,0.85); }
.footer .logo-sub  { color: rgba(255,195,204,0.6); }

.footer-brand p {
  font-size: 0.85rem; line-height: 1.7; margin-top: 1.1rem;
  color: rgba(255,255,255,0.5); max-width: 240px;
}

.footer-social { display: flex; gap: 0.5rem; margin-top: 1.5rem; }
.footer-social-btn {
  width: 34px; height: 34px;
  border-radius: var(--r-sm);
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--border-dark);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem; color: rgba(255,255,255,0.4);
  cursor: pointer;
  transition: background var(--t), color var(--t), border-color var(--t);
}
.footer-social-btn:hover { background: var(--rose); border-color: var(--rose); color: #fff; }

.footer-col h5 {
  font-family: var(--font-b); font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,195,204,0.6); margin-bottom: 1.25rem;
}
.footer-links { display: flex; flex-direction: column; gap: 0.65rem; }
.footer-links a {
  font-size: 0.88rem; color: rgba(255,255,255,0.58);
  transition: color var(--t);
}
.footer-links a:hover { color: var(--pink); }

.footer-bottom {
  border-top: 1px solid var(--border-dark);
  padding-top: 1.5rem;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; flex-wrap: wrap;
  font-size: 0.78rem; color: rgba(255,255,255,0.22);
}

/* ================================================
   Mobile sticky FAB — liquid glass
   ================================================ */
.sticky-book {
  display: none;
  position: fixed;
  bottom: calc(1.5rem + env(safe-area-inset-bottom));
  right: 1.25rem;
  left: auto;
  z-index: 88;
  /* hidden by default, shown after scroll via JS */
  opacity: 0;
  transform: translateY(12px) scale(0.88);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.34,1.56,0.64,1);
}
.sticky-book.fab-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.btn-fab {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  height: 52px;
  border-radius: 100px;
  /* glossy solid pink */
  background: linear-gradient(
    160deg,
    #e8608a 0%,
    #ce567c 45%,
    #b03d68 100%
  );
  border: none;
  box-shadow:
    0 6px 28px rgba(160, 40, 80, 0.42),
    0 1px 0 rgba(255,255,255,0.55) inset,    /* верхний глянцевый блик */
    0 -2px 0 rgba(100, 20, 50, 0.3) inset;   /* нижняя тень для объёма */
  color: #fff;
  font-family: var(--font-b);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(100,20,50,0.25);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}
.btn-fab:hover {
  background: linear-gradient(160deg, #f07098 0%, #d9608a 45%, #c04878 100%);
  box-shadow:
    0 8px 36px rgba(160, 40, 80, 0.52),
    0 1px 0 rgba(255,255,255,0.6) inset,
    0 -2px 0 rgba(100, 20, 50, 0.35) inset;
  transform: scale(1.04);
}
.btn-fab:active { transform: scale(0.96); }

/* ================================================
   Scroll Reveal
   ================================================ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity var(--t-slow) var(--ease-out), transform var(--t-slow) var(--ease-out);
}
.reveal.visible { opacity: 1; transform: none; }
.reveal-fade { opacity: 0; transition: opacity var(--t-slow) var(--ease-out); }
.reveal-fade.visible { opacity: 1; }

.d-1 { transition-delay: 0.08s; }
.d-2 { transition-delay: 0.16s; }
.d-3 { transition-delay: 0.24s; }
.d-4 { transition-delay: 0.32s; }
.d-5 { transition-delay: 0.40s; }
.d-6 { transition-delay: 0.48s; }

/* ================================================
   Responsive — 1024px
   ================================================ */
@media (max-width: 1024px) {
  .nav, .header-actions .btn { display: none; }
  .burger { display: flex; }
  .header-actions { gap: 0.5rem; }

  .svc-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 280px 240px 240px;
    grid-template-areas:
      "big big"
      "sm1 sm2"
      "sm3 mid";
  }

  /* Hero responsive — photo FIRST, then text */
  .hero {
    flex-direction: column;
    min-height: auto;
  }
  .hero-photos {
    order: 1;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    padding: 0 var(--px) 0;
    pointer-events: auto;
  }
  .hp-frame {
    width: 100%;
    aspect-ratio: 4 / 5;
    animation: none;
    overflow: hidden;
  }
  .hp-frame > img {
    border: none;
    object-position: 50% center;
  }
  .hp-frame::after { display: none; }
  .hero-left {
    order: 0;
    padding: calc(68px + 1.25rem) var(--px) 2rem;
    max-width: 100%;
  }

  /* Inner page hero — photo AFTER text on mobile */
  .page-hero-photo {
    display: block;
    width: 100%;
  }
  .page-hero > .wrap {
    display: flex;
    flex-direction: column;
  }
  .page-hp-frame {
    width: 100%;
    aspect-ratio: 4 / 3;
  }
  .page-hp-frame::after { display: none; }
  .page-hero-inner {
    max-width: 100%;
    padding-top: 0;
  }
  .page-hero { min-height: auto; padding-top: 52px; padding-bottom: 1.5rem; }

  /* Contact form panel stacks below text on mobile */
  .contact-form-panel { width: 100%; margin-top: 2.5rem; }
  .hero-deco { width: 55vw; opacity: 0.3; }
  .hero-scroll { display: none; }
  .hp-badge {
    top: auto;
    left: auto;
    bottom: 0.75rem;
    right: 0.75rem;
    padding: 0.5rem 0.7rem;
  }

  .about-inner    { grid-template-columns: 1fr; display: flex; flex-direction: column; gap: 2rem; }
  .about-text     { order: 1; }
  .about-visual   { order: 2; width: 100%; max-width: 100%; margin: 0; }
  .about-frame    { aspect-ratio: 4 / 3; }
  .about-frame::after { display: none; }
  .about-stat {
    right: 0.75rem;
    bottom: 0.75rem;
    padding: 0.5rem 0.75rem;
    border-radius: var(--r-lg);
  }
  .about-stat-num   { font-size: 1.1rem; }
  .about-stat-label { font-size: 0.48rem; margin-top: 0.15rem; }
  .about-points   { grid-template-columns: 1fr 1fr; gap: 0.75rem; }

  .service-card:nth-child(even) { margin-top: 1.5rem; }

  .portfolio-mosaic { grid-template-columns: repeat(4, 1fr); }

  .team-row { grid-template-columns: repeat(3, 1fr); }
  .team-figure:nth-child(n) { margin-top: 0; }

  .academy-inner  { grid-template-columns: 1fr; }
  .academy-visual { max-width: 400px; }
  .academy-badge  { left: 0; }

  .vouchers-inner { grid-template-columns: 1fr; grid-template-areas: "text" "card" "actions"; }
  .vouchers-text { order: 1; }
  .vouchers-card-wrap { order: 2; align-self: auto; }
  .vouchers-actions { order: 3; }

  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .testimonial:nth-child(2) { margin-top: 0; }
  .testimonial:nth-child(4) { margin-top: 0; }

  .contact-inner { grid-template-columns: 1fr; }

  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}

/* ================================================
   Responsive — 640px (mobile)
   ================================================ */
@media (max-width: 640px) {
  .hero-deco { display: none; }
  .hero::after { display: none; }

  /* Текст — компактнее, 2 строки (CZ + EN) */
  .hero-tagline { font-size: 0.72rem; margin-bottom: 0.75rem; }
  .hero-headline { margin-bottom: 1rem; line-height: 1.05; }
  /* Строка 1: "Kde krása se stává" / "Where beauty becomes" — инлайн */
  .hero-headline .line        { display: inline; font-size: clamp(1.75rem, 8.8vw, 2.4rem); }
  .hero-headline .line-italic { display: inline; font-size: clamp(1.75rem, 8.8vw, 2.4rem); padding-left: 0.08em; }
  /* Строка 2: "uměním." / "art." — новая строка */
  .hero-headline .line-accent { display: block; font-size: clamp(1.9rem, 9.5vw, 2.6rem); margin-top: 0.05em; }
  .hero-sub { font-size: 0.85rem; margin-bottom: 1.5rem; line-height: 1.6; }

  /* Кнопки — все три в ряд */
  .hero-badge { display: none; }
  .hero-ctas {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.4rem;
  }
  .hero-ctas .btn {
    flex: 1 1 0;
    width: 0;
    justify-content: center;
    padding: 0 0.5rem;
    height: 42px;
    font-size: 0.72rem;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* Фото — чуть меньше */
  .hero-photos { padding: 0 var(--px) 2rem; }
  .hp-frame { aspect-ratio: 4 / 5; max-height: 90vw; }
  .hp-badge { font-size: 0.7rem; padding: 0.4rem 0.55rem; gap: 0.25rem; }
  .hp-badge-num { font-size: 1rem; }
  .hp-badge-lbl { font-size: 0.48rem; }
  .hp-google-score { font-size: 0.72rem; }
  .hp-google-count { font-size: 0.48rem; }
  .hp-google-icon { width: 10px; height: 10px; }

  .svc-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 260px 220px 220px 220px 220px;
    grid-template-areas: "big" "mid" "sm1" "sm2" "sm3";
  }
  .svc-bento {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
  }
  .svc-b {
    padding: 1.25rem 1rem 1rem;
    min-height: 180px;
  }
  .svc-b-title { font-size: 1rem; margin-bottom: 0.4rem; }
  .svc-b-desc  { font-size: 0.72rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .svc-b-tags  { display: none; }
  .svc-b-num   { font-size: 5rem; }
  .svc-b-icon  { width: 40px; height: 40px; margin-bottom: 0.75rem; }
  .svc-b-icon svg { width: 20px; height: 20px; }

  .about-points { grid-template-columns: 1fr 1fr; gap: 0.6rem; }
  .about-point { padding: 1rem 0.9rem; }
  .about-point h4 { font-size: 0.82rem; }
  .about-point p  { font-size: 0.75rem; }

  .reviews-grid { grid-template-columns: 1fr; }
  .testimonial:nth-child(2),
  .testimonial:nth-child(4) { margin-top: 0; }

  .team-row { grid-template-columns: 1fr 1fr; }
  .team-figure:nth-child(n) { display: block; margin-top: 0; }

  .portfolio-mosaic {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 46vw;
    gap: 0.5rem;
  }
  .pm-1 { grid-column: 1/2; grid-row: 1/3; }              /* tall — левая верхняя */
  .pm-2 { display: block; grid-column: 1/2; grid-row: 5/7; } /* tall — левая нижняя (тату на бедре) */
  .pm-3 { grid-column: 2/3; grid-row: 2/3; }
  .pm-4 { grid-column: 1/2; grid-row: 3/4; }
  .pm-5 { display: block; grid-column: 2/3; grid-row: 3/4; }
  .pm-6 { display: block; grid-column: 1/2; grid-row: 4/5; }
  .pm-7 { display: block; grid-column: 2/3; grid-row: 4/5; }
  .pm-8 { display: block; grid-column: 2/3; grid-row: 1/2; } /* переехала наверх вправо */
  .pm-9 { display: block; grid-column: 2/3; grid-row: 5/7; } /* tall — правая нижняя */

  /* Inner page hero — compact top on mobile */
  .page-hero { padding-top: 40px; padding-bottom: 1rem; }
  .page-hero > .wrap { gap: 0.75rem; }
  .page-hero-inner { padding-top: 0 !important; margin-top: 0; }
  .page-hp-frame { aspect-ratio: 4 / 3; }
  /* Portfolio hero — убираем большой min-height */
  .pf-hero-split { min-height: auto; padding-top: 40px; padding-bottom: 1rem; }
  .pf-hero-inner { padding-top: 0; }
  /* FAQ hero — явно убираем отступ */
  .page-hero .page-hero-inner { padding-top: 0; }
  /* Academy hero — фото и кнопки на всю ширину */
  .page-hero--blush .page-hero-photo { width: 100%; }
  .page-hero--blush .page-hp-frame { width: 100%; aspect-ratio: 4 / 3; }
  .acad-hero-btns { flex-direction: column; gap: 0.6rem !important; margin-top: 1.25rem !important; }
  .acad-hero-btns .btn { width: 100%; text-align: center; justify-content: center; box-sizing: border-box; }

  /* Academy */
  .academy-visual { max-width: 100%; }
  .academy-frame  { aspect-ratio: 4 / 3; }
  .academy-btns   { flex-direction: column; gap: 0.6rem; }
  .academy-btns .btn { width: 100%; text-align: center; justify-content: center; box-sizing: border-box; }

  /* CTA Banner */
  .cta-banner { padding: 3rem 0; text-align: center; }
  .cta-banner .wrap { display: flex; flex-direction: column; align-items: center; padding: 0 var(--px); }
  .cta-banner h2 { font-size: clamp(1.8rem, 8vw, 2.4rem); text-align: center; margin-bottom: 0.75rem; }
  .cta-banner p  { font-size: 0.9rem; margin-bottom: 1.75rem; text-align: center; max-width: 100%; }
  .cta-banner .btn-primary { width: 100%; max-width: 100%; text-align: center; justify-content: center; box-sizing: border-box; }

  /* Vouchers — мобильный layout: текст → карточка → опции → кнопка */
  .vouchers-inner { display: flex; flex-direction: column; gap: 1.25rem; align-items: stretch; }
  .vouchers-text    { order: 1; }
  .vouchers-card-wrap { order: 2; }
  .vouchers-actions { order: 3; }
  .vouchers-text p  { font-size: 0.88rem; margin-bottom: 1rem; }
  .voucher-options  { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; margin-bottom: 1.25rem; width: 100%; }
  .voucher-option   { flex-direction: column; align-items: flex-start; gap: 0.4rem; padding: 0.85rem 0.75rem; width: 100%; box-sizing: border-box; }
  .voucher-from     { margin-left: 0; font-size: 0.72rem; }
  .voucher-option h4 { font-size: 0.82rem; }
  .voucher-option p  { font-size: 0.72rem; }
  .voucher-option-icon { width: 34px; height: 34px; font-size: 1rem; }
  .vouchers-card-wrap { width: 100%; }
  .voucher-card { max-width: 100%; width: 100%; }
  .vouchers-actions { width: 100%; }
  .vouchers-actions .btn { display: block; width: 100%; text-align: center; box-sizing: border-box; }

  /* Buy section — certificate edge-to-edge, value buttons grid */
  #buy .vouchers-inner { flex-direction: column; gap: 1rem; align-items: stretch; }
  #buy .voucher-card {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .voucher-values {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    margin-bottom: 1.25rem;
  }
  .voucher-value-btn { padding: 0.75rem 0.5rem; font-size: 0.9rem; }
  .voucher-value-btn[data-value="5000"] { grid-column: span 1; }
  .voucher-value-btn[data-value="custom"] { grid-column: span 2; }

  /* Reviews — 2 столбца */
  .reviews-grid { grid-template-columns: 1fr 1fr; gap: 0.6rem; }
  .testimonial { padding: 1rem 0.85rem; gap: 0.6rem; }
  .testimonial-text { font-size: 0.78rem; line-height: 1.55; }
  .testimonial-author { font-size: 0.72rem; }
  .star { font-size: 0.65rem; }

  /* Footer */
  .footer { padding: 2rem 0 1.25rem; }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 1rem;
    margin-bottom: 1.5rem;
  }
  .footer-brand {
    grid-column: 1 / -1;
    margin-bottom: 0.1rem;
  }
  .footer-brand .logo-img { height: 28px; }
  .footer-brand p { font-size: 0.72rem; max-width: 100%; margin-top: 0.4rem; }
  .footer-col h5  { font-size: 0.58rem; margin-bottom: 0.6rem; }
  .footer-links a { font-size: 0.76rem; }
  .footer-links   { gap: 0.35rem; }
  .footer-social  { margin-top: 0.6rem; }
  .footer-social-btn { width: 28px; height: 28px; }
  .footer-bottom  { font-size: 0.66rem; padding-top: 0.85rem; flex-direction: column; align-items: flex-start; gap: 0.2rem; }

  .sticky-book { display: block; }
}

/* ================================================
   Utilities
   ================================================ */
.footer-muted { color: rgba(255,255,255,0.48); }

/* ================================================
   Inner Pages
   ================================================ */

/* Page hero */
.page-hero {
  min-height: 100svh;
  padding: 88px 0 var(--section-py);
  background: var(--bg-warm);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.page-hero::before {
  content: '';
  position: absolute;
  top: 0; right: -10%;
  width: 50%; height: 100%;
  background: radial-gradient(ellipse at top right, rgba(255,195,204,0.35) 0%, transparent 65%);
  pointer-events: none;
}
.page-hero > .wrap {
  display: flex;
  align-items: center;
  gap: 3rem;
  width: 100%;
}
.page-hero-inner {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
  max-width: 600px;
  padding-top: var(--section-py);
}

/* Photo inside page hero frame */
.page-hp-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  display: block;
}

/* Photo overlay in service bento tattoo card */
.svc-b-photo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.28;
  pointer-events: none;
  mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.6) 35%, rgba(0,0,0,0.85) 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.6) 35%, rgba(0,0,0,0.85) 100%);
  transition: opacity 0.4s var(--ease);
}
.svc-b--tattoo:hover .svc-b-photo { opacity: 0.38; }

/* Decorative empty photo frame — right side of page heroes */
.page-hero-photo {
  flex-shrink: 0;
  z-index: 2;
  pointer-events: none;
}

/* Contact page hero — form panel replaces the photo */
.contact-form-panel {
  flex-shrink: 0;
  width: clamp(320px, 40vw, 540px);
  z-index: 2;
  align-self: flex-start;
}
/* Override wrap centering so both columns align to top */
.contact-hero > .wrap {
  align-items: flex-start;
}
/* Compact contact detail rows inside the hero */
.contact-details--hero {
  gap: 0.8rem;
}
.contact-details--hero .contact-row {
  gap: 0.75rem;
}
.contact-details--hero .contact-icon {
  width: 32px;
  height: 32px;
}
.page-hp-frame {
  width: clamp(280px, 38vw, 580px);
  aspect-ratio: 4 / 5;
  border-radius: var(--r-2xl);
  border: 1.5px solid rgba(206,86,124,0.2);
  background: rgba(206,86,124,0.035);
  box-shadow: 0 16px 48px rgba(0,0,0,0.05);
  position: relative;
}
.page-hp-frame::after {
  content: '';
  position: absolute;
  inset: 1rem -1rem -1rem 1rem;
  border: 1.5px solid rgba(255,195,204,0.25);
  border-radius: var(--r-2xl);
  z-index: -1;
  pointer-events: none;
}

/* Light blush-themed page hero (academy) — matches card 05 / voucher style */
.page-hero--blush {
  background: linear-gradient(135deg, #FFF0F5 0%, #FFD6E5 100%);
}
.page-hero--blush .page-hp-frame {
  border-color: rgba(206,86,124,0.20);
  background: rgba(206,86,124,0.05);
}
.page-hero--blush .page-hp-frame::after {
  border-color: rgba(206,86,124,0.12);
}

/* Academy stats band — continues the blush hero gradient */
.acad-stats-band {
  background: #FFD6E5;
  padding: 2.5rem 0;
}
.acad-stats-band .stat-row {
  border-color: rgba(206,86,124,0.15);
}
.acad-stats-band .stat-num {
  color: #3a1020;
}
.acad-stats-band .stat-label {
  color: rgba(58,16,32,0.55);
}

/* Dark header — light nav text for dark-bg pages */
.header--dark .nav-link { color: rgba(255,255,255,0.72); }
.header--dark .nav-link:hover { color: #fff; background: rgba(255,255,255,0.1); }
.header--dark .lang-btn { color: rgba(255,255,255,0.55); }
.header--dark .lang-btn.active { color: #fff; background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.3); }
.page-hero .breadcrumb {
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.08em;
  color: var(--text-muted); margin-bottom: 1.5rem;
}
.page-hero .breadcrumb a { color: var(--rose); transition: opacity var(--t); }
.page-hero .breadcrumb a:hover { opacity: 0.7; }
.page-hero .breadcrumb span { opacity: 0.4; }
.page-hero h1 { margin-bottom: 1rem; }
.page-hero p  { font-size: 1.1rem; max-width: 520px; }

/* Split page hero */
.page-hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 8vw, 6rem);
  align-items: center;
  padding: calc(var(--section-py) + 90px) 0 var(--section-py);
}
.page-hero-split::before { display: none; }
.page-hero-split .page-hero-img {
  border-radius: var(--r-2xl);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow-lg);
}
.page-hero-split .page-hero-img .img-ph,
.page-hero-split .page-hero-img img { width: 100%; height: 100%; }

/* Styles grid (tattoo styles) */
.styles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.style-card {
  background: var(--bg-card);
  border-radius: var(--r-xl);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: transform var(--t-md) var(--ease), box-shadow var(--t-md) var(--ease);
}
.style-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.style-card-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
}
.style-card-img img, .style-card-img .img-ph { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.style-card:hover .style-card-img img { transform: scale(1.05); }
.style-card-body { padding: 1.5rem; }
.style-card-body h3 { font-size: 1.1rem; margin-bottom: 0.5rem; }
.style-card-body p  { font-size: 0.86rem; line-height: 1.65; }

/* Process steps */
.process-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  position: relative;
}
.process-steps::before {
  content: '';
  position: absolute;
  top: 1.5rem; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--pink), var(--rose), var(--pink), transparent);
}
.process-step { text-align: center; position: relative; }
.process-num {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--bg-card);
  border: 1.5px solid var(--pink);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-h); font-style: italic; font-size: 1.1rem; color: var(--rose);
  margin: 0 auto 1rem;
  position: relative; z-index: 1;
  box-shadow: var(--shadow-xs);
}
.process-step h4 { font-size: 0.9rem; font-weight: 600; margin-bottom: 0.4rem; }
.process-step p  { font-size: 0.8rem; line-height: 1.55; }

/* Course cards */
.courses-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.course-card {
  background: var(--bg-card);
  border-radius: var(--r-xl);
  overflow: hidden;
  border: 1px solid var(--border);
  display: flex; flex-direction: column;
  transition: transform var(--t-md) var(--ease), box-shadow var(--t-md) var(--ease);
}
.course-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.course-card-img {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.course-card-img img, .course-card-img .img-ph { width: 100%; height: 100%; }
.course-card-body { padding: 1.75rem; flex: 1; display: flex; flex-direction: column; }
.course-tag {
  display: inline-block;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 0.2rem 0.7rem;
  border-radius: var(--r-f);
  background: var(--bg-warm); color: var(--rose);
  border: 1px solid var(--border);
  margin-bottom: 0.9rem;
}
.course-card-body h3 { font-size: 1.3rem; margin-bottom: 0.6rem; }
.course-card-body p  { font-size: 0.9rem; line-height: 1.65; flex: 1; margin-bottom: 1.5rem; }
.course-meta {
  display: flex; gap: 1.25rem; flex-wrap: wrap;
  margin-bottom: 1.5rem; padding-top: 1.25rem;
  border-top: 1px solid var(--border);
}
.course-meta-item {
  display: flex; flex-direction: column; gap: 0.15rem;
}
.course-meta-label { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); }
.course-meta-value { font-size: 0.9rem; font-weight: 600; color: var(--text); }

/* Price cards */
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.price-card {
  background: var(--bg-card);
  border-radius: var(--r-xl);
  padding: 2rem;
  border: 1px solid var(--border);
  text-align: center;
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
  position: relative;
}
.price-card.featured {
  background: linear-gradient(145deg, var(--rose) 0%, #a0345e 100%);
  border-color: transparent;
  color: #fff;
}
.price-card.featured h3,
.price-card.featured p,
.price-card.featured .price-card-from { color: rgba(255,255,255,0.75); }
.price-card.featured .price-amount { color: #fff; }
.price-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.price-card-badge {
  position: absolute; top: -0.75rem; left: 50%; transform: translateX(-50%);
  background: var(--lime); color: var(--text); font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 0.2rem 0.75rem; border-radius: var(--r-f);
  white-space: nowrap;
}
.price-card h3 { font-size: 1rem; margin-bottom: 0.25rem; }
.price-card-from { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 1rem; }
.price-amount { font-family: var(--font-h); font-size: 2.8rem; font-weight: 300; color: var(--rose); line-height: 1; margin-bottom: 0.25rem; }
.price-currency { font-size: 1.2rem; vertical-align: super; }
.price-card p { font-size: 0.84rem; margin-bottom: 1.5rem; }
.price-list { text-align: left; display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 1.75rem; }
.price-list li { font-size: 0.84rem; color: var(--text-soft); display: flex; align-items: center; gap: 0.6rem; }
.price-list li::before { content: '✓'; color: var(--rose); font-weight: 700; flex-shrink: 0; }
.price-card.featured .price-list li { color: rgba(255,255,255,0.7); }
.price-card.featured .price-list li::before { color: var(--pink); }
.price-card .btn { width: 100%; justify-content: center; }
.price-card.featured .btn { background: #fff; color: var(--rose); }

/* Piercing guide diagrams */
.pg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
.pg-card {
  background: #fff;
  border-radius: 20px;
  padding: 2rem 1.5rem 2.5rem;
  box-shadow: 0 4px 28px rgba(0,0,0,0.06);
  border: 1px solid rgba(206,86,124,0.1);
  text-align: center;
}
.pg-card-h {
  font-family: var(--font-h);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: 1.5rem;
}
.pg-svg-wrap {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.pg-svg { width: 100%; height: auto; display: block; }
@media (max-width: 1024px) {
  .pg-grid { grid-template-columns: 1fr; max-width: 380px; margin-left: auto; margin-right: auto; }
}

/* Pricing table (piercing page) */
.ptable {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: var(--r-xl);
  overflow: hidden;
  border: 1px solid rgba(206,86,124,0.12);
  box-shadow: 0 4px 32px rgba(0,0,0,0.05);
}
.ptable-row {
  display: grid;
  grid-template-columns: 220px 1fr auto auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 2rem;
  background: var(--bg-card);
  border-bottom: 1px solid rgba(206,86,124,0.08);
  transition: background 0.2s;
}
.ptable-row:last-child { border-bottom: none; }
.ptable-row:hover { background: #fff9fa; }
.ptable-row--featured {
  background: linear-gradient(135deg, #fff0f4 0%, #ffe4ed 100%);
}
.ptable-row--featured:hover { background: linear-gradient(135deg, #ffe8f0 0%, #ffdbe8 100%); }
.ptable-row--kids {
  background: linear-gradient(135deg, #fff5f7 0%, #ffecf2 100%);
}
.ptable-row--kids:hover { background: linear-gradient(135deg, #ffecf2 0%, #ffe4ec 100%); }
.ptable-name h4 { font-size: 1rem; font-weight: 600; margin-bottom: 0.2rem; }
.ptable-name p  { font-size: 0.72rem; letter-spacing: 0.09em; text-transform: uppercase; color: var(--text-soft); margin: 0; }
.ptable-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.ptable-tags span {
  font-size: 0.78rem;
  color: var(--text-soft);
  background: rgba(206,86,124,0.07);
  border-radius: 50px;
  padding: 0.25rem 0.75rem;
  white-space: nowrap;
}
.ptable-price {
  font-family: var(--font-h);
  font-size: 1.65rem;
  font-weight: 300;
  color: var(--rose);
  white-space: nowrap;
  text-align: right;
}
.ptable-price small { font-size: 0.75rem; font-family: var(--font-b); font-weight: 500; color: var(--text-soft); }
.ptable-btn { white-space: nowrap; flex-shrink: 0; }
.ptable-badge {
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  background: var(--lime); color: var(--text);
  padding: 0.2rem 0.6rem; border-radius: 50px;
}
.ptable-badge--new { background: var(--rose); color: #fff; }

@media (max-width: 1024px) {
  .ptable-row { grid-template-columns: 180px 1fr auto; gap: 1rem; padding: 1.25rem 1.5rem; }
  .ptable-btn { display: none; }
}
@media (max-width: 640px) {
  .ptable-row { grid-template-columns: 1fr auto; grid-template-rows: auto auto; gap: 0.75rem 1rem; padding: 1.25rem; }
  .ptable-name { grid-column: 1; grid-row: 1; }
  .ptable-price { grid-column: 2; grid-row: 1; align-self: start; font-size: 1.35rem; }
  .ptable-tags { grid-column: 1 / -1; grid-row: 2; }
}

/* Inverness block */
.inverness-block {
  background: linear-gradient(135deg, #fff5f7 0%, #ffe8ef 100%);
  border-radius: var(--r-xl);
  padding: 2rem 2rem 1.75rem;
  border: 1px solid rgba(206,86,124,0.15);
}
.inverness-header {
  margin-bottom: 1.5rem;
}
.inverness-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.inverness-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  background: #fff;
  border-radius: 14px;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(206,86,124,0.1);
}
.inverness-icon {
  font-size: 1.4rem;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.inverness-item strong { font-size: 0.88rem; font-weight: 600; display: block; margin-bottom: 0.2rem; }
.inverness-item p { font-size: 0.78rem; color: var(--text-soft); margin: 0; line-height: 1.4; }
@media (max-width: 1024px) { .inverness-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .inverness-grid { grid-template-columns: 1fr 1fr; } .inverness-block { padding: 1.5rem 1.25rem; } }

/* Filter bar */
.filter-bar {
  display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.filter-btn {
  font-family: var(--font-b); font-size: 0.8rem; font-weight: 500;
  letter-spacing: 0.06em;
  padding: 0.55rem 1.2rem;
  border-radius: var(--r-f);
  background: var(--bg-card); color: var(--text-soft);
  border: 1px solid var(--border);
  cursor: pointer;
  transition: background var(--t), color var(--t), border-color var(--t), box-shadow var(--t);
}
.filter-btn:hover { color: var(--rose); border-color: var(--pink); }
.filter-btn.active { background: var(--rose); color: #fff; border-color: var(--rose); box-shadow: var(--shadow-rose); }

/* Full portfolio grid — editorial */
.port-full {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: clamp(160px, 13.5vw, 220px);
  grid-auto-flow: dense;
  gap: 6px;
}
.port-item {
  position: relative; overflow: hidden; border-radius: var(--r-md); cursor: pointer;
}
.port-item.wide { grid-column: span 2; }
.port-item.tall { grid-row: span 2; }
.port-item.feat { grid-column: span 2; grid-row: span 2; }
.port-item img, .port-item .img-ph { width: 100%; height: 100%; object-fit: cover; transition: transform 0.55s var(--ease); }
.port-item:hover img { transform: scale(1.06); }
.port-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(28,16,20,0.65) 0%, transparent 50%);
  opacity: 0; transition: opacity 0.3s;
  display: flex; align-items: flex-end; padding: 1rem;
}
.port-item:hover .port-overlay { opacity: 1; }
.port-overlay span { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; }

/* Booking / Contact form */
.booking-wrap {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: clamp(3rem, 7vw, 6rem);
  align-items: start;
}
.booking-info h2 { margin-bottom: 0.75rem; }
.booking-info p   { margin-bottom: 2rem; font-size: 1.05rem; }
.booking-detail {
  display: flex; align-items: flex-start; gap: 0.85rem;
  margin-bottom: 1.1rem;
}
.booking-detail-icon {
  width: 36px; height: 36px; flex-shrink: 0;
  background: var(--bg-warm); border: 1px solid var(--border);
  border-radius: var(--r-sm);
  display: flex; align-items: center; justify-content: center; font-size: 0.9rem;
}
.booking-detail-label { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--rose); display: block; margin-bottom: 0.1rem; }
.booking-detail-val   { font-size: 0.9rem; font-weight: 500; color: var(--text); }

/* Form */
.form-card {
  background: var(--bg-card);
  border-radius: var(--r-2xl);
  padding: clamp(2rem, 4vw, 3rem);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
}
.form-title { font-family: var(--font-h); font-size: 1.5rem; font-weight: 300; margin-bottom: 0.3rem; }
.form-subtitle { font-size: 0.88rem; color: var(--text-soft); margin-bottom: 2rem; }

.form-group { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1.25rem; }
.form-group label { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-soft); }
.form-group input,
.form-group select,
.form-group textarea {
  font-family: var(--font-b); font-size: 0.92rem; color: var(--text);
  background: var(--bg); border: 1px solid var(--border);
  border-radius: var(--r-md); padding: 0.85rem 1rem;
  outline: none; transition: border-color var(--t), box-shadow var(--t);
  width: 100%;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--rose);
  box-shadow: 0 0 0 3px rgba(206,86,124,0.1);
}
.form-group textarea { resize: vertical; min-height: 110px; }
.form-group select { appearance: none; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237A6A68' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-upload {
  border: 1.5px dashed var(--border);
  border-radius: var(--r-md);
  padding: 1.5rem;
  text-align: center;
  cursor: pointer;
  transition: border-color var(--t), background var(--t);
}
.form-upload:hover { border-color: var(--rose); background: var(--bg-warm); }
.form-upload p { font-size: 0.82rem; color: var(--text-muted); margin-top: 0.4rem; line-height: 1.4; }
.form-upload span { font-size: 1.5rem; }
.form-submit { width: 100%; justify-content: center; margin-top: 0.5rem; }

/* Form success */
.form-success {
  display: none; text-align: center;
  padding: 3rem 2rem;
}
.form-success.show { display: block; }
.form-success-icon { font-size: 3rem; margin-bottom: 1rem; }
.form-success h3 { margin-bottom: 0.5rem; }
.form-success p  { font-size: 0.92rem; }

/* Voucher page specifics */
.voucher-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem; text-align: center;
}
.voucher-step-icon {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--bg-warm);
  border: 1.5px solid var(--pink);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  margin: 0 auto 1.25rem;
}
.voucher-step h4 { margin-bottom: 0.4rem; font-weight: 600; }
.voucher-step p  { font-size: 0.88rem; }

.voucher-values {
  display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2rem;
}
.voucher-value-btn {
  font-family: var(--font-b); font-size: 1rem; font-weight: 600;
  padding: 0.85rem 1.75rem; border-radius: var(--r-md);
  background: var(--bg-card); border: 1.5px solid var(--border);
  cursor: pointer; transition: var(--t);
  color: var(--text);
}
.voucher-value-btn:hover,
.voucher-value-btn.selected { border-color: var(--rose); color: var(--rose); background: var(--bg-warm); }
.voucher-value-btn.selected { background: var(--rose); color: #fff; border-color: var(--rose); }

/* Piercing types grid */
.piercing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.piercing-card {
  background: var(--bg-card);
  border-radius: var(--r-xl);
  padding: 1.5rem;
  text-align: center;
  border: 1px solid var(--border);
  transition: var(--t);
}
.piercing-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); border-color: var(--pink); }
.piercing-card-icon { font-size: 1.8rem; margin-bottom: 0.75rem; }
.piercing-card h4   { font-size: 0.92rem; font-weight: 600; margin-bottom: 0.3rem; }
.piercing-card p    { font-size: 0.8rem; color: var(--text-soft); line-height: 1.5; }

/* Info boxes */
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.info-box {
  background: var(--bg-warm);
  border-radius: var(--r-lg);
  padding: 1.75rem;
  border-left: 3px solid var(--pink);
}
.info-box h4 { font-size: 0.92rem; font-weight: 700; margin-bottom: 0.6rem; color: var(--rose); }
.info-box p  { font-size: 0.86rem; line-height: 1.65; }

/* FAQ categories */
.faq-cats {
  display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 2.5rem; justify-content: center;
}

/* Stat row */
.stat-row {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem; text-align: center;
  padding: 3rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin: 3rem 0;
}
.stat-item {}
.stat-num {
  font-family: var(--font-h); font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 300; color: var(--rose); line-height: 1;
  margin-bottom: 0.3rem;
}
.stat-label { font-size: 0.78rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-soft); }

/* ══ Portfolio hero split layout ══ */
.pf-hero-split {
  min-height: clamp(340px, 50vh, 520px);
  display: flex;
  align-items: center;
}
.pf-hero-split .wrap {
  width: 100%;
}
.pf-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  padding: clamp(2.5rem, 6vh, 4.5rem) 0;
}
.pf-hero-text {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.pf-hero-text h1 {
  margin: 0;
}
.pf-hero-text p {
  margin: 0;
  max-width: 420px;
}
.pf-hero-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.pf-hero-cards .pf-card {
  padding: 1.4rem 1.25rem 1.25rem;
}
.pf-hero-cards .pf-card-num {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

/* ══ Portfolio stat cards (standalone section — kept for mobile fallback) ══ */
.pf-cards-section {
  padding: clamp(2rem, 5vw, 3.5rem) 0;
  background: var(--bg-warm);
  display: none; /* hidden — cards live in hero now */
}
.pf-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.pf-card {
  background: #fff;
  border-radius: var(--r-xl);
  border: 1px solid rgba(206,86,124,0.09);
  padding: 1.75rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s var(--ease), transform 0.3s var(--ease);
}
.pf-card:hover {
  box-shadow: 0 12px 40px rgba(206,86,124,0.1);
  transform: translateY(-3px);
}
.pf-card-deco {
  position: absolute;
  bottom: -0.5rem;
  right: 0.75rem;
  width: 56px;
  height: 56px;
  color: var(--rose);
  opacity: 0.12;
  pointer-events: none;
}
.pf-card-num {
  font-family: var(--font-h);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 300;
  color: var(--rose);
  letter-spacing: -0.03em;
  line-height: 1;
}
.pf-card-num sup {
  font-size: 0.55em;
  color: var(--pink);
  vertical-align: super;
}
.pf-card-label {
  font-family: var(--font-h);
  font-size: 1rem;
  font-weight: 300;
  font-style: italic;
  color: var(--text);
  line-height: 1.2;
  margin-top: 0.15rem;
}
.pf-card-desc {
  font-size: 0.72rem;
  color: var(--text-soft);
  line-height: 1.5;
  margin-top: 0.25rem;
}

/* ══ PMU gallery ══ */
.pmu-gallery-cta {
  text-align: center;
  margin-top: 2.5rem;
  position: relative;
  z-index: 1;
}
.pmu-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 2.5rem;
}
.pmu-gal-item {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: rgba(206,86,124,0.04);
  border: 1px solid rgba(206,86,124,0.1);
}
.pmu-gal-item--tall { grid-row: span 2; }
.pmu-gal-item--wide { grid-column: span 2; }
.pmu-gal-img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.5s var(--ease);
}
.pmu-gal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s var(--ease);
}
.pmu-gal-img.img-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(206,86,124,0.05);
  color: rgba(206,86,124,0.3);
}
.pmu-gal-img.img-ph svg { width: 36px; height: 36px; }
.pmu-gal-item:hover .pmu-gal-img:not(.img-ph) { transform: scale(1.04); }
.pmu-gal-label {
  position: absolute;
  bottom: 0.75rem;
  left: 0.85rem;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  background: rgba(0,0,0,0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 0.25rem 0.65rem;
  border-radius: var(--r-f);
}

/* ══ PMU bento ══ */
.pmu-bento {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 1.25rem;
  margin-top: 3rem;
}
.pmu-b {
  background: var(--bg-warm);
  border-radius: var(--r-xl);
  padding: 2rem 2rem 1.75rem;
  border: 1px solid rgba(206,86,124,0.1);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s var(--ease), transform 0.3s var(--ease);
}
.pmu-b:hover {
  box-shadow: 0 12px 40px rgba(206,86,124,0.1);
  transform: translateY(-3px);
}
.pmu-b--brows {
  grid-column: span 2;
  background: linear-gradient(135deg, #FFF5F7 0%, #FFE8EF 100%);
}
.pmu-b--lips {
  background: linear-gradient(135deg, #FFF0F5 0%, #FFD6E5 100%);
}
.pmu-b--eyes {
  background: linear-gradient(135deg, #F8F0FF 0%, #EDD6FF 100%);
}
.pmu-b--correction {
  background: linear-gradient(135deg, #2A2A2A 0%, #3a2030 100%);
  color: #fff;
}
.pmu-b-deco {
  position: absolute;
  top: 1rem; right: 1.5rem;
  width: 45%; max-width: 180px;
  color: var(--rose);
  opacity: 0.18;
  pointer-events: none;
}
.pmu-b--brows .pmu-b-deco { opacity: 0.25; top: 1.5rem; }
.pmu-b-tag {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--rose);
  background: rgba(206,86,124,0.1);
  border: 1px solid rgba(206,86,124,0.15);
  border-radius: var(--r-f);
  padding: 0.2rem 0.65rem;
  align-self: flex-start;
}
.pmu-b--correction .pmu-b-tag {
  color: var(--pink);
  background: rgba(255,195,204,0.12);
  border-color: rgba(255,195,204,0.2);
}
.pmu-b h3 {
  font-family: var(--font-h);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 300;
  line-height: 1.15;
  margin: 0;
  color: var(--text);
}
.pmu-b--correction h3 { color: #fff; }
.pmu-b p { font-size: 0.83rem; line-height: 1.6; color: var(--text-soft); max-width: 38ch; margin: 0; }
.pmu-b--correction p { color: rgba(255,255,255,0.6); }
.pmu-b-prices {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-top: 0.25rem;
}
.pmu-b-prices span {
  font-size: 0.75rem;
  color: var(--text-soft);
}
.pmu-b-prices strong { color: var(--rose); font-weight: 700; }
.pmu-b-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255,195,204,0.15);
  border: 1px solid rgba(255,195,204,0.25);
  border-radius: var(--r-f);
  padding: 0.35rem 0.9rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--pink);
  margin-top: auto;
  align-self: flex-start;
}
.pmu-b-badge::before { content: '✓'; }
.pmu-b--belly { grid-column: span 3; }

/* ── Piercing bento: 2 равные колонки + широкий Pupík ── */
.pmu-bento--piercing {
  grid-template-columns: 1fr 1fr;
}
.pmu-bento--piercing .pmu-b--brows {
  grid-column: span 1;
}
.pmu-bento--piercing .pmu-b--belly {
  grid-column: span 2;
}

/* Responsive inner pages */
@media (max-width: 1024px) {
  .contact-map-row { grid-template-columns: 1fr; }
  .contact-map { min-height: 360px; height: 360px; }
  .process-steps { grid-template-columns: repeat(3, 1fr); }
  .process-steps::before { display: none; }
  .styles-grid { grid-template-columns: repeat(2, 1fr); }
  .price-grid  { grid-template-columns: 1fr 1fr; }
  .port-full   { grid-template-columns: repeat(3, 1fr); }
  .courses-grid { grid-template-columns: 1fr; }
  .booking-wrap { grid-template-columns: 1fr; }
  .page-hero-split { grid-template-columns: 1fr; padding: calc(4rem + 80px) 0 3rem; }
  .page-hero-split .page-hero-img { max-width: 400px; }
  .stat-row { grid-template-columns: repeat(2, 1fr); }
  .piercing-grid { grid-template-columns: repeat(2, 1fr); }
  .info-grid { grid-template-columns: 1fr 1fr; }
  .pmu-bento { grid-template-columns: 1fr 1fr; }
  .pmu-b--brows { grid-column: span 2; }
  .pmu-b--belly { grid-column: span 2; }
  .pmu-bento--piercing .pmu-b--brows { grid-column: span 1; }
  .pmu-bento--piercing .pmu-b--belly { grid-column: span 2; }
  .pf-cards-grid { grid-template-columns: repeat(2, 1fr); }
  .pmu-gallery { grid-template-columns: repeat(2, 1fr); }
  .pmu-gal-item--tall { grid-row: span 1; }
  /* portfolio hero: stack on tablet */
  .pf-hero-inner { grid-template-columns: 1fr; gap: 2rem; }
  .pf-hero-cards { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .process-steps { grid-template-columns: 1fr 1fr; }
  .styles-grid { grid-template-columns: 1fr; }
  .price-grid  { grid-template-columns: repeat(3, 1fr); gap: 0.5rem; align-items: start; }
  .price-card  { padding: 1rem 0.6rem; border-radius: 14px; display: flex; flex-direction: column; }
  .price-card .price-list { flex: 1; }
  .price-card .btn { margin-top: auto; width: 100%; box-sizing: border-box; }
  .price-card h3 { font-size: 0.72rem; margin-bottom: 0.2rem; }
  .price-card-from { font-size: 0.58rem; margin-bottom: 0.6rem; }
  .price-amount { font-size: 1.6rem; margin-bottom: 0.15rem; }
  .price-currency { font-size: 0.8rem; }
  .price-card > p { font-size: 0.62rem; margin-bottom: 0.75rem; }
  .price-list { gap: 0.3rem; margin-bottom: 0.85rem; }
  .price-list li { font-size: 0.62rem; gap: 0.3rem; }
  .price-card .btn { font-size: 0.65rem; padding: 0 0.5rem; height: 34px; }
  .price-card-badge { font-size: 0.52rem; padding: 0.15rem 0.5rem; top: -0.55rem; }
  .port-full   { grid-template-columns: repeat(2, 1fr); grid-auto-rows: clamp(140px, 20vw, 180px); }
  .port-item.feat { grid-column: span 2; grid-row: span 2; }
  .port-item.wide { grid-column: span 2; }
  .form-row    { grid-template-columns: 1fr; }
  .voucher-steps { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .voucher-step-icon { width: 48px; height: 48px; font-size: 1.3rem; margin-bottom: 0.75rem; }
  .voucher-step h4 { font-size: 0.88rem; }
  .voucher-step p  { font-size: 0.78rem; }
  .stat-row    { grid-template-columns: repeat(2, 1fr); }
  .piercing-grid { grid-template-columns: 1fr 1fr; }
  .info-grid   { grid-template-columns: 1fr; }
  .pmu-bento { grid-template-columns: 1fr 1fr; }
  .pmu-b--brows { grid-column: span 1; }
  .pmu-b--belly { grid-column: span 1; }
  .pmu-bento--piercing { grid-template-columns: 1fr 1fr; }
  .pmu-bento--piercing .pmu-b--brows { grid-column: span 1; }
  .pmu-bento--piercing .pmu-b--belly { grid-column: span 1; }
  /* Contact form — edge-to-edge on mobile */
  .contact-hero > .wrap { padding-left: 0; padding-right: 0; }
  .contact-hero .page-hero-inner { padding-left: var(--px); padding-right: var(--px); }
  .contact-hero .contact-form-panel { width: 100%; align-self: stretch; margin-top: 2rem; padding-left: var(--px); padding-right: var(--px); box-sizing: border-box; }
  .contact-hero .form-card { border-radius: var(--r-2xl); }
  /* Piercing pricing — 2-column card grid */
  .ptable { display: grid; grid-template-columns: 1fr 1fr; gap: 0.65rem; overflow: visible; border: none; box-shadow: none; border-radius: 0; }
  .ptable-row { display: flex; flex-direction: column; gap: 0.5rem; border-bottom: none; border-radius: 14px; border: 1px solid rgba(206,86,124,0.12); box-shadow: 0 2px 12px rgba(0,0,0,0.04); }
  .ptable-name, .ptable-price, .ptable-tags { grid-column: unset; grid-row: unset; align-self: unset; }
  .ptable-price { font-size: 1.25rem; text-align: left; }
  .pf-cards-grid { grid-template-columns: repeat(2, 1fr); }
  .pmu-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; overflow: hidden; }
  .pmu-gal-item { aspect-ratio: unset; height: 180px; }
  .pmu-gal-item--wide { grid-column: span 2; }
  .pmu-gallery-cta { margin-top: 1.5rem; padding-bottom: 1rem; }
  .pmu-gallery-cta .btn { display: block; width: 100%; box-sizing: border-box; text-align: center; }
  /* portfolio hero: 2-col cards on mobile too */
  .pf-hero-cards { grid-template-columns: 1fr 1fr; }
}

/* ================================================
   Responsive — 640px (mobile)
   ================================================ */
@media (max-width: 640px) {
  :root { --section-py: clamp(3.5rem, 10vw, 5rem); }

  .team-row { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .team-figure:nth-child(n) { display: block; margin-top: 0; }
  .team-figure-photo { aspect-ratio: 3/4; margin-bottom: 0.75rem; }
  .team-figure-name { font-size: 1rem; }
  .team-figure-role, .team-figure-years, .team-figure-spec { font-size: 0.72rem; }

  .portfolio-mosaic {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 46vw;
    gap: 0.5rem;
  }
  .pm-1 { grid-column: 1/2; grid-row: 1/3; }
  .pm-2 { display: block; grid-column: 1/2; grid-row: 5/7; }
  .pm-3 { grid-column: 2/3; grid-row: 2/3; }
  .pm-4 { grid-column: 1/2; grid-row: 3/4; }
  .pm-5 { display: block; grid-column: 2/3; grid-row: 3/4; }
  .pm-6 { display: block; grid-column: 1/2; grid-row: 4/5; }
  .pm-7 { display: block; grid-column: 2/3; grid-row: 4/5; }
  .pm-8 { display: block; grid-column: 2/3; grid-row: 1/2; }
  .pm-9 { display: block; grid-column: 2/3; grid-row: 5/7; }

  .reviews-grid { grid-template-columns: 1fr 1fr; gap: 0.6rem; }

  .about-points { grid-template-columns: 1fr 1fr; }

  .footer-grid { grid-template-columns: 1fr 1fr; gap: 1.25rem 1rem; margin-bottom: 1.5rem; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 0.2rem; font-size: 0.66rem; padding-top: 0.85rem; }

  .sticky-book { display: block; }

  /* ── Отключить reveal-анимации на мобильном ── */
  .reveal       { opacity: 1; transform: none; transition: none; }
  .reveal-fade  { opacity: 1; transition: none; }

  /* ── Reviews score badge — компактнее ── */
  .reviews-score {
    flex-wrap: wrap;
    gap: 0.6rem 1rem;
    padding: 0.6rem 1rem;
    justify-content: center;
  }
  .reviews-score-divider { display: none; }
  .reviews-score-num { font-size: 1.5rem; }
}
