@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin-ext.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+20A0-20AB, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
  background: #000;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, figure, blockquote, dl, dd { margin: 0; }
ul, ol { padding: 0; list-style: none; }
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
input, textarea, select { font: inherit; color: inherit; }

:root {
  --black: #000;
  --black-1: #050505;
  --black-2: #0a0a0a;
  --black-3: #111;
  --black-4: #161616;
  --line: rgba(255,255,255,.08);
  --line-strong: rgba(255,255,255,.16);
  --white: #fff;
  --white-95: rgba(255,255,255,.95);
  --white-80: rgba(255,255,255,.80);
  --white-65: rgba(255,255,255,.65);
  --white-50: rgba(255,255,255,.50);
  --white-35: rgba(255,255,255,.35);
  --white-20: rgba(255,255,255,.20);
  --white-12: rgba(255,255,255,.12);
  --white-8: rgba(255,255,255,.08);
  --white-5: rgba(255,255,255,.05);
  --white-3: rgba(255,255,255,.03);
  --fg: var(--white-95);
  --fg-dim: var(--white-65);
  --fg-mute: var(--white-35);
  --glass-bg: rgba(255,255,255,.035);
  --glass-bg-h: rgba(255,255,255,.06);
  --glass-br: rgba(255,255,255,.10);
  --glass-br-h: rgba(255,255,255,.22);
  --ff-display: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --ff-body: "Manrope", "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
  --ff-mono: ui-monospace, "SF Mono", "Menlo", monospace;
  --fz-12: 12px;
  --fz-13: 13px;
  --fz-14: 14px;
  --fz-15: 15px;
  --fz-16: 16px;
  --fz-18: clamp(16px,1vw + 12px,18px);
  --fz-20: clamp(18px,1.2vw + 14px,22px);
  --fz-28: clamp(22px,1.8vw + 14px,30px);
  --fz-40: clamp(30px,3vw + 16px,46px);
  --fz-60: clamp(40px,5vw + 12px,72px);
  --fz-84: clamp(52px,7vw + 10px,104px);
  --hero-title-size: clamp(2.375rem, 0.9rem + 3.9vw, 4.25rem);
  --hero-title-size-mobile: clamp(2.2rem, 0.65rem + 6vw, 2.75rem);
  --sp-1: 4px;
  --sp-2: 8px;
  --sp-3: 12px;
  --sp-4: 16px;
  --sp-5: 20px;
  --sp-6: 24px;
  --sp-8: 32px;
  --sp-10: 40px;
  --sp-12: 48px;
  --sp-16: 64px;
  --sp-20: 80px;
  --sp-24: 96px;
  --sp-32: 128px;
  --container: var(--layout-max);
  --container-narrow: var(--layout-narrow);
  --container-wide: var(--layout-wide);
  --gutter: var(--gutter-desktop);
  --shell-max: calc(var(--layout-max) + (var(--gutter) * 2));
  --shell-wide: calc(var(--layout-wide) + (var(--gutter) * 2));
  --r-xs: 6px;
  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 22px;
  --r-xl: 28px;
  --container-w: 1680px;
  --glass-blur: 18px;
  --sh-glow: 0 0 0 1px rgba(255,255,255,.04), 0 30px 60px -30px rgba(0,0,0,.9);
  --sh-soft: 0 20px 40px -20px rgba(0,0,0,.7);
  --nav-h: 72px;
  --nav-h-hero: 112px;
  --hero-strip-h: clamp(86px, 9vw, 110px);
  --ease: cubic-bezier(.22,.61,.36,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
  --dur-fast: 180ms;
  --dur: 300ms;
  --dur-slow: 600ms;

  /* Layout stability contracts */
  --layout-max: 1440px;
  --layout-wide: 1680px;
  --layout-narrow: 1120px;
  --gutter-mobile: 18px;
  --gutter-tablet: 32px;
  --gutter-desktop: 48px;
  --section-pad-sm: clamp(48px, 7vw, 96px);
  --section-pad-md: clamp(72px, 8vw, 120px);
  --section-pad-lg: clamp(88px, 9vw, 128px);
  --hero-min: clamp(700px, 86vh, 940px);
  --page-hero-min: clamp(440px, 58vh, 680px);
  --service-hero-min: clamp(500px, 62vh, 760px);
  --map-band-h: clamp(280px, min(36vw, 480px), 520px);
  --logo-full-ratio: 1200 / 441;
  --logo-mark-ratio: 1 / 1;
  --MaXiM-logo-header-h: clamp(36px, 4.6vw, 58px);
  --MaXiM-logo-header-max-w: clamp(128px, 14vw, 220px);
  --MaXiM-logo-full-max-w: clamp(150px, 20vw, 300px);
  --MaXiM-logo-full-h: clamp(44px, 5vw, 78px);
  --MaXiM-logo-badge-h: clamp(18px, 2vw, 22px);
  --MaXiM-section-badge-logo-h: clamp(18px, 2vw, 22px);
  --MaXiM-logo-welcome-h: clamp(28px, 4vw, 36px);
  --MaXiM-logo-ticker-h: clamp(16px, 1.8vw, 24px);
  --MaXiM-logo-card-h: clamp(40px, 4vw, 52px);
  --MaXiM-logo-card-max-w: clamp(120px, 16vw, 220px);
  --MaXiM-logo-decorative-w: clamp(180px, 34vw, 520px);
  --cta-band-min: clamp(160px, 18vw, 260px);
}

html {
  scroll-padding-top: calc(var(--nav-h) + 12px);
}

body {
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  overflow-x: clip;
  max-width: 100%;
  position: relative;
  background: #000;
  color: var(--fg);
  font-family: var(--ff-body);
  font-size: var(--fz-16);
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: -.005em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection { background: #fff; color: #000; }
:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
}

.skip:not(:focus),
.visually-hidden,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.skip:focus {
  position: fixed;
  z-index: 10000;
  top: 16px;
  left: 16px;
  padding: 12px 16px;
  border-radius: 999px;
  background: #fff;
  color: #000;
  font-weight: 700;
}

.container,
.layout-container,
.site-container {
  width: 100%;
  max-width: var(--shell-max);
  margin-inline: auto;
  padding-inline: var(--gutter);
  min-width: 0;
  box-sizing: border-box;
}

.container--narrow { max-width: calc(var(--container-narrow) + (var(--gutter) * 2)); }
.container--wide { max-width: var(--shell-wide); }
.main { position: relative; z-index: 1; }
.hide-mobile { display: block; }
.show-mobile { display: none; }

.grid-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(1200px 700px at 50% -10%, rgba(255,255,255,.045), transparent 60%),
    radial-gradient(900px 600px at 85% 110%, rgba(255,255,255,.028), transparent 65%),
    linear-gradient(180deg, #000 0%, #050505 100%);
}
.grid-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .35;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse at center, #000 40%, transparent 85%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 40%, transparent 85%);
}

.noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .04;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.6'/></svg>");
}

.top-shade {
  position: fixed;
  inset: 0 0 auto;
  height: 220px;
  z-index: 40;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,.82), rgba(0,0,0,0));
}

.scroll-progress {
  position: fixed;
  inset: 0 0 auto;
  height: 2px;
  z-index: 1000;
  background: transparent;
}

.scroll-progress__bar {
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: #fff;
}

/* MaXiM brand logo — variant sizing system */
.MaXiM-logo-link,
.MaXiM-logo-picture,
.nav__logo-set,
.menu-panel__brand-logo,
.cta-band__brand,
.services__diff-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  line-height: 0;
}

.MaXiM-logo,
.maxim-logo {
  display: block;
  flex-shrink: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

.MaXiM-logo-picture,
.maxim-logo-picture {
  max-width: 100%;
}

.MaXiM-logo-picture .MaXiM-logo,
.maxim-logo {
  width: auto;
  height: auto;
  max-width: 100%;
}

/* Full wordmark — height-led, never cropped */
.MaXiM-logo--full {
  aspect-ratio: var(--logo-full-ratio);
  height: auto;
}

/* Crest mark — emblem slots */
.MaXiM-logo--mark {
  aspect-ratio: var(--logo-mark-ratio);
}

/* Section eyebrow badge — QUALITY-style pill with horizontal mini logo */
.MaXiM-section-badge,
.door__chip,
.academy__chip,
.trust3__seal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  align-self: flex-start;
  min-height: 40px;
  padding: 0.5rem 1rem 0.5rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  overflow: visible;
  line-height: 1;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.MaXiM-section-badge__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  height: var(--MaXiM-section-badge-logo-h);
  overflow: visible;
  line-height: 0;
}

.MaXiM-section-badge__logo .MaXiM-logo-picture,
.maxim-logo-picture {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: var(--MaXiM-section-badge-logo-h);
  width: auto;
  line-height: 0;
  flex-shrink: 0;
}

.MaXiM-section-badge__logo .MaXiM-logo,
.MaXiM-section-badge__logo .MaXiM-logo--badge,
.MaXiM-section-badge__logo .MaXiM-logo--full {
  display: block;
  height: var(--MaXiM-section-badge-logo-h);
  width: auto;
  max-width: none;
  flex-shrink: 0;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

.MaXiM-logo--badge {
  height: var(--MaXiM-section-badge-logo-h);
  width: auto;
  max-width: none;
  flex-shrink: 0;
  aspect-ratio: auto;
}

.MaXiM-section-badge__text,
.door__chip-label,
.academy__chip-label,
.trust3__seal-text {
  display: inline-block;
  font-family: var(--ff-body);
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
}

.nav__logo-set {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  width: auto;
  max-width: var(--MaXiM-logo-header-max-w);
  min-width: 0;
  overflow: visible;
  line-height: 0;
}

/* Header / navigation logo — isolated from body, badge, decorative variants */
.nav__brand {
  flex: 0 0 auto;
  max-width: var(--MaXiM-logo-header-max-w);
  min-width: 0;
  overflow: visible;
}

.MaXiM-logo-picture--nav {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  width: auto;
  max-width: var(--MaXiM-logo-header-max-w);
  line-height: 0;
}

.nav__logo-set .MaXiM-logo--nav,
.nav__brand .MaXiM-logo--nav,
.MaXiM-logo-picture--nav .MaXiM-logo,
.maxim-logo {
  display: block;
  width: auto;
  height: var(--MaXiM-logo-header-h);
  max-width: var(--MaXiM-logo-header-max-w);
  max-height: var(--MaXiM-logo-header-h);
  aspect-ratio: auto;
  object-fit: contain;
  object-position: left center;
}

.nav__logo-set .MaXiM-logo--full {
  aspect-ratio: auto;
}

.MaXiM-logo--nav {
  height: var(--MaXiM-logo-header-h);
  max-width: var(--MaXiM-logo-header-max-w);
  max-height: var(--MaXiM-logo-header-h);
}

.nav.is-scrolled .nav__logo-set .MaXiM-logo--nav,
.nav.is-scrolled .MaXiM-logo-picture--nav .MaXiM-logo,
.nav.is-scrolled .MaXiM-logo--nav {
  height: clamp(32px, 2.8vw, 46px);
  max-height: clamp(32px, 2.8vw, 46px);
}

.MaXiM-logo--nav-mark {
  display: none;
  height: 40px;
  width: 40px;
  max-width: 40px;
}

/* Full logo contexts */
.MaXiM-logo--mega {
  height: clamp(28px, 2.8vw, 36px);
  max-width: min(140px, 32vw);
}

.MaXiM-logo--diff {
  height: var(--MaXiM-logo-card-h);
  max-width: var(--MaXiM-logo-card-max-w);
  align-self: flex-start;
  margin-bottom: 8px;
  opacity: .95;
}

.MaXiM-logo--panel,
.MaXiM-logo--panel-head {
  height: clamp(36px, 4.5vw, 52px);
  max-width: var(--MaXiM-logo-full-max-w);
}

.MaXiM-logo--cta-band {
  height: clamp(56px, 9vw, 120px);
  max-width: min(420px, 88vw);
  margin-inline: auto;
}

.MaXiM-logo--final-cta {
  height: var(--MaXiM-logo-full-h);
  max-width: var(--MaXiM-logo-full-max-w);
}

.MaXiM-logo--welcome {
  height: var(--MaXiM-logo-welcome-h);
  width: auto;
  max-width: none;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

/* Inline / button crest */
.MaXiM-logo--inline {
  height: 14px;
  width: 14px;
  max-width: 14px;
}

.MaXiM-logo--kicker {
  height: var(--MaXiM-logo-ticker-h);
  width: var(--MaXiM-logo-ticker-h);
  max-width: var(--MaXiM-logo-ticker-h);
}

/* Large decorative / watermark — bounded, fully visible inside section */
.MaXiM-logo--watermark {
  width: 100%;
  max-width: 100%;
  height: auto;
  opacity: .10;
  filter: saturate(.85);
}

.MaXiM-logo-link { display: inline-flex; align-items: center; min-width: 0; }

.nav__brand .MaXiM-logo,
.nav__brand .custom-logo {
  transition: height 260ms var(--ease), opacity var(--dur) var(--ease), transform var(--dur) var(--ease);
}

.nav__brand:hover .MaXiM-logo,
.nav__brand:hover .custom-logo { opacity: .88; }

.nav__brand .custom-logo-link {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: var(--MaXiM-logo-header-max-w);
}

.nav__brand .custom-logo {
  height: var(--MaXiM-logo-header-h);
  width: auto;
  max-width: var(--MaXiM-logo-header-max-w);
  max-height: var(--MaXiM-logo-header-h);
  object-fit: contain;
  object-position: left center;
}

.nav__mega-brand .MaXiM-logo,
.maxim-logo { margin-bottom: 4px; }

.menu-panel__brand-logo { flex-shrink: 0; }
.menu-panel__brand-logo--mark { display: none; }
.menu-panel__brand .MaXiM-logo,
.menu-panel__brand .MaXiM-logo-picture,
.maxim-logo-picture { flex-shrink: 0; }

.btn__logo {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  overflow: visible;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
}

.btn__logo .MaXiM-logo--inline {
  height: 14px;
  width: 14px;
  max-width: 14px;
}

.MaXiM-logo-picture--nav-mark {
  display: block;
  line-height: 0;
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
  flex-shrink: 0;
  justify-content: center;
}

.MaXiM-logo-picture--nav-mark .MaXiM-logo,
.maxim-logo {
  height: 40px;
  width: 40px;
  max-width: 40px;
  max-height: 40px;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  color: #fff;
  transition: background 260ms var(--ease), border-color 260ms var(--ease), backdrop-filter 260ms var(--ease);
}

body.admin-bar .nav { top: 32px; }

@media (max-width: 782px) {
  body.admin-bar .nav { top: 46px; }
}

.nav.is-scrolled,
.nav.is-open {
  background: rgba(0,0,0,.72);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px) saturate(140%);
}

.nav__inner {
  width: 100%;
  max-width: var(--shell-max);
  margin-inline: auto;
  padding-inline: var(--gutter);
  min-width: 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  gap: 10px 28px;
  align-items: center;
  padding: 14px 0 18px;
  transition: padding 260ms var(--ease);
}

.nav.is-scrolled .nav__inner { padding-block: 10px; grid-template-rows: auto; }
.nav.is-scrolled .nav__topbar { display: none; }

.nav__brand { grid-row: 2; grid-column: 1; display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; max-width: var(--MaXiM-logo-header-max-w); min-width: 0; overflow: visible; }
.nav.is-scrolled .nav__brand { grid-row: 1; }
.nav__topbar { grid-row: 1; grid-column: 3; justify-self: end; display: flex; align-items: center; gap: 14px; color: var(--white-50); font-size: 11px; }
.nav__topbar-item { transition: color var(--dur) var(--ease); }
.nav__topbar-item:hover { color: #fff; }
.nav__menu { grid-row: 2; grid-column: 2; }
.nav.is-scrolled .nav__menu { grid-row: 1; }
.nav__list { display: flex; align-items: center; gap: 6px; }
.nav__item { position: relative; }
.nav__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 12px;
  border-radius: 999px;
  color: rgba(255,255,255,.68);
  font-size: 13px;
  font-weight: 500;
  transition: color var(--dur) var(--ease), background var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.nav__link:hover,
.nav__item.is-active .nav__link,
.nav__item.is-mega-active .nav__link { color: #fff; background: rgba(255,255,255,.055); transform: translateY(-2px); }
.nav__cta { grid-row: 2; grid-column: 3; display: flex; align-items: center; gap: 12px; justify-self: end; }
.nav.is-scrolled .nav__cta { grid-row: 1; }

.nav__booksy {
  display: inline-flex;
  flex-direction: column;
  gap: 1px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  font-size: 12px;
  line-height: 1;
  transition: transform var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.nav__booksy:hover { transform: translateY(-1px); border-color: rgba(255,255,255,.28); }
.nav__booksy-label { color: rgba(255,255,255,.48); font-size: 10px; }

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  transition: transform var(--dur) var(--ease), border-color var(--dur) var(--ease), background var(--dur) var(--ease);
}
.btn--primary { background: #fff; color: #000; border-color: #fff; }
.btn--ghost {
  background: rgba(255,255,255,.04);
  color: #fff;
  border-color: rgba(255,255,255,.14);
}
.btn--ghost:hover { border-color: var(--glass-br-h); background: var(--glass-bg-h); }
.btn--outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.28);
}
.btn--outline:hover { border-color: var(--white-50); background: var(--white-5); }
.btn--dark { background: #050505; color: #fff; border-color: rgba(255,255,255,.18); }
.btn--sm { min-height: 36px; padding-inline: 14px; font-size: 13px; }
.btn--block { width: 100%; }
.btn__face { display: inline-flex; align-items: center; gap: 8px; transition: opacity 200ms var(--ease), transform 200ms var(--ease); }
.btn__face--hover { position: absolute; inset: 0; justify-content: center; opacity: 0; transform: translateY(110%); }

@media (hover: hover) and (pointer: fine) {
  .btn:hover { transform: translateY(-1px); }
  .btn--swap:hover .btn__face--default { opacity: 0; transform: translateY(-110%); }
  .btn--swap:hover .btn__face--hover { opacity: 1; transform: translateY(0); }
  .nav__booking-cta:hover,
  .menu-panel__booking:hover {
    background: #fff;
    color: #050505;
  }
}

@media (hover: none), (pointer: coarse) {
  .btn--swap:hover .btn__face--default,
  .btn--swap:focus .btn__face--default,
  .btn--swap:focus-visible .btn__face--default {
    opacity: 1;
    transform: none;
  }
  .btn--swap:hover .btn__face--hover,
  .btn--swap:focus .btn__face--hover,
  .btn--swap:focus-visible .btn__face--hover {
    opacity: 0;
    transform: translateY(110%);
  }
  .nav__booking-cta:hover,
  .menu-panel__booking:hover,
  .menu-panel__cta:hover {
    transform: none;
  }
  .nav__booking-cta:active,
  .menu-panel__booking:active,
  .menu-panel__cta:active,
  .btn--primary:active {
    transform: scale(0.98);
    filter: brightness(0.94);
  }
}
.btn-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  opacity: .82;
  position: relative;
}
.btn-link::after { content: ""; position: absolute; left: 0; right: 20px; bottom: -4px; height: 1px; background: currentColor; transform: scaleX(.18); transform-origin: left; transition: transform var(--dur) var(--ease); }
.btn-link:hover::after { transform: scaleX(1); }

.btn--menu {
  display: none;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  place-items: center;
  background: rgba(255,255,255,.04);
  color: #fff;
}
.btn--menu__icon { width: 18px; display: grid; gap: 4px; }
.btn--menu__icon span { height: 2px; background: currentColor; border-radius: 999px; transition: width var(--dur) var(--ease), transform var(--dur) var(--ease), opacity var(--dur) var(--ease); }
.btn--menu__icon span:nth-child(2) { width: 55%; justify-self: end; }
.btn--menu__icon span:nth-child(3) { width: 80%; }
.btn--menu[aria-expanded="true"] .btn--menu__icon span { width: 100%; }
.btn--menu[aria-expanded="true"] .btn--menu__icon span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.btn--menu[aria-expanded="true"] .btn--menu__icon span:nth-child(2) { opacity: 0; }
.btn--menu[aria-expanded="true"] .btn--menu__icon span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.nav__mega {
  position: fixed;
  top: 94px;
  left: 50%;
  width: min(var(--layout-wide), calc(100% - (var(--gutter) * 2)));
  max-width: calc(100vw - (var(--gutter) * 2));
  transform: translateX(-50%) translateY(-8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 910;
  padding-top: 18px;
  transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease), visibility var(--dur);
}
.nav__mega.is-open,
.nav__item:hover .nav__mega { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.nav__mega-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 1.25fr;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background: rgba(5,5,5,.92);
  backdrop-filter: blur(24px) saturate(140%);
  box-shadow: 0 40px 120px -30px rgba(0,0,0,.9);
}
.nav__mega-cat { padding: 14px; border: 1px solid rgba(255,255,255,.07); border-radius: 16px; background: rgba(255,255,255,.025); }
.nav__mega-cat-head { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; color: #fff; }
.nav__mega-cat-icon { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,.08); font-size: 10px; font-family: var(--ff-mono); }
.nav__mega-cat-label { font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.nav__mega-list { display: grid; gap: 6px; }
.nav__mega-item {
  display: grid;
  gap: 5px;
  padding: 10px;
  border-radius: 12px;
  color: rgba(255,255,255,.75);
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease);
}
.nav__mega-item:hover { background: rgba(255,255,255,.06); color: #fff; }
.nav__mega-item-label { font-size: 13px; font-weight: 600; }
.nav__mega-item-cta { font-size: 11px; color: rgba(255,255,255,.42); }
.nav__mega-aside { display: grid; gap: 16px; padding: 18px; border-radius: 18px; background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.025)); }
.nav__mega-brand { display: grid; gap: 8px; }
.nav__mega-brand-name { font-size: 20px; font-weight: 800; letter-spacing: 0; }
.nav__mega-brand-tag, .nav__mega-aside-lead { color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.55; }
.nav__mega-aside-cta { display: grid; gap: 10px; align-content: end; }
.nav__mega-aside-phone { color: rgba(255,255,255,.72); font-size: 13px; }

.menu-panel {
  position: fixed;
  inset: 0;
  z-index: 850;
  height: 100dvh;
  max-height: 100dvh;
  padding: calc(var(--nav-h) + 40px) var(--gutter) var(--gutter);
  background: rgba(0,0,0,.86);
  backdrop-filter: blur(24px) saturate(140%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  transition: opacity var(--dur) var(--ease), visibility var(--dur);
}
.menu-panel.is-open { opacity: 1; visibility: visible; pointer-events: auto; z-index: 960; }
.menu-panel:not(.is-open),
.menu-panel:not(.is-open) .menu-panel__scroll,
.menu-panel:not(.is-open) .menu-panel__sheet {
  overflow: hidden !important;
}
@media (prefers-reduced-motion: reduce) {
  .menu-panel {
    transition: none;
  }
  .menu-panel__chevron {
    transition: none;
  }
}
.menu-panel__inner {
  width: min(var(--container), 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr .9fr;
  gap: 32px;
}
.menu-panel__heading { display: block; margin-bottom: 18px; color: rgba(255,255,255,.38); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.menu-panel__list, .menu-panel__sublist { display: grid; gap: 8px; }
.menu-panel__item, .menu-panel__subitem {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: #fff;
}
.menu-panel__num, .menu-panel__sub-num { color: rgba(255,255,255,.36); font-family: var(--ff-mono); font-size: 12px; }
.menu-panel__txt { font-size: clamp(28px, 4vw, 54px); font-weight: 300; letter-spacing: 0; line-height: 1; }
.menu-panel__sub-txt { font-size: 20px; font-weight: 500; }
.menu-panel__aside { display: grid; gap: 22px; align-content: start; padding: 24px; border: 1px solid rgba(255,255,255,.10); border-radius: 22px; background: rgba(255,255,255,.035); }
.menu-panel__brand { display: flex; align-items: center; gap: 14px; }
.menu-panel__brandline { font-weight: 800; text-transform: uppercase; line-height: 1.05; }
.menu-panel__contact { display: grid; gap: 10px; color: rgba(255,255,255,.6); font-size: 13px; }

.menu-panel__sheet {
  width: min(var(--container), 100%);
  margin-inline: auto;
}

.menu-panel__head,
.menu-panel__foot {
  display: none;
}

.menu-panel__scroll {
  min-width: 0;
  /* Closed panel must not own a scrollport (nested scrollbars over page content). */
  overflow: hidden;
}
.menu-panel.is-open .menu-panel__scroll {
  overflow: visible;
}

.menu-panel__logo {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  overflow: visible;
  line-height: 0;
}

.menu-panel__logo .MaXiM-logo--panel-head {
  height: clamp(28px, 7vw, 40px);
  max-width: min(180px, 52vw);
  width: auto;
}

.menu-panel__close {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: #fff;
}

.menu-panel__close-icon {
  position: relative;
  width: 14px;
  height: 14px;
}

.menu-panel__close-icon::before,
.menu-panel__close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
}

.menu-panel__close-icon::before { transform: translateY(-50%) rotate(45deg); }
.menu-panel__close-icon::after { transform: translateY(-50%) rotate(-45deg); }

.menu-panel__item-wrap { border-bottom: 1px solid rgba(255,255,255,.08); }
.menu-panel__item-wrap.is-active > .menu-panel__item,
.menu-panel__item-wrap.is-active > .menu-panel__row .menu-panel__toggle {
  color: #fff;
}

.menu-panel__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
}

.menu-panel__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 54px;
  padding: 12px 0;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.92);
  text-align: left;
  cursor: pointer;
}

.menu-panel__chevron {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  opacity: .55;
  transition: transform var(--dur) var(--ease), opacity var(--dur) var(--ease);
}

.menu-panel__item-wrap.is-open .menu-panel__chevron {
  transform: rotate(-135deg);
  opacity: .9;
}

.menu-panel__hub {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.72);
  font-size: 14px;
}

.menu-panel__accordion[hidden] { display: none !important; }

.menu-panel__group-label {
  margin: 10px 0 6px;
  color: rgba(255,255,255,.42);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.menu-panel__sublist--grouped {
  gap: 0;
}

.menu-panel__item-wrap.is-active > .menu-panel__item .menu-panel__txt,
.menu-panel__item[aria-current="page"] .menu-panel__txt {
  color: #fff;
}

.menu-panel__item[aria-current="page"] {
  position: relative;
}

.menu-panel__item[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 28px;
  height: 2px;
  background: rgba(255,255,255,.72);
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: var(--hero-min);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
  isolation: isolate;
  background: #000;
}
.hero__bg, .hero__bg-overlay { position: absolute; inset: 0; z-index: -2; }
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .7;
  filter: grayscale(.42) brightness(.34) contrast(1.14) blur(.2px);
}
.hero__bg-overlay {
  z-index: -1;
  background:
    radial-gradient(ellipse at 72% 42%, rgba(255,255,255,.10), transparent 34%),
    linear-gradient(90deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.78) 46%, rgba(0,0,0,.62) 100%),
    linear-gradient(180deg, #000 0%, rgba(0,0,0,.32) 26%, rgba(0,0,0,.96) 88%, #000 100%);
}
.hero__inner {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  width: 100%;
  max-width: var(--shell-max);
  margin-inline: auto;
  padding-inline: var(--gutter);
  min-width: 0;
  box-sizing: border-box;
  display: grid;
  /* Prefer a stronger text column; cap slider track so H1 can settle into ≤3 lines. */
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(32px, 4.5vw, 72px);
  align-items: center;
  align-content: center;
  padding-top: calc(var(--nav-h-hero) + clamp(24px, 3vw, 48px));
  padding-bottom: clamp(40px, 5vh, 56px);
}

body.admin-bar .hero__inner {
  padding-top: calc(var(--nav-h-hero) + 32px + clamp(24px, 3vw, 48px));
}

@media (max-width: 782px) {
  body.admin-bar .hero__inner {
    padding-top: calc(var(--nav-h-hero) + 46px + clamp(20px, 3vw, 32px));
  }
}

.hero__content { display: flex; flex-direction: column; gap: clamp(18px, 2vw, 24px); max-width: min(980px, 100%); min-width: 0; }
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.62);
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero__eyebrow::before { content: ""; width: 34px; height: 1px; background: rgba(255,255,255,.35); }
.hero__title {
  color: #fff;
  font-family: var(--ff-display);
  font-size: var(--hero-title-size);
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: -0.05em;
  max-width: 13.25em;
  /* Natural wrap: `balance` was forcing an extra even line on this long H1. */
  text-wrap: wrap;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
.hero__lead {
  max-width: 58ch;
  color: rgba(255,255,255,.72);
  font-size: clamp(15px, 1vw + 12px, 18px);
  line-height: 1.75;
}
.hero__cta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: clamp(8px, 1.5vw, 16px);
  margin-bottom: clamp(8px, 2vh, 16px);
}
.hero__slider { justify-self: end; width: min(360px, 100%); }
.hero__slider-track {
  position: relative;
  aspect-ratio: 4/5;
  min-height: 420px;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  box-shadow: 0 40px 100px -40px rgba(0,0,0,.9);
}
.hero__slide {
  position: absolute;
  inset: 0;
  display: grid;
  opacity: 0;
  pointer-events: none;
  transition: opacity 700ms var(--ease);
}
.hero__slide.is-active { opacity: 1; pointer-events: auto; }
.hero__slide-bg, .placeholder-media {
  position: absolute;
  inset: 0;
  display: block;
  background-color: #121212;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.hero__slide-bg:not([style*="background-image"]),
.placeholder-media {
  background-image:
    linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,0) 32%),
    radial-gradient(circle at 68% 22%, rgba(255,255,255,.18), transparent 18%),
    linear-gradient(135deg, #1b1b1b 0%, #050505 55%, #2b211a 100%);
}
.placeholder-media::before {
  content: "";
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(255,255,255,.14);
  background:
    linear-gradient(90deg, transparent 0 44%, rgba(255,255,255,.16) 44% 45%, transparent 45% 100%),
    linear-gradient(180deg, transparent 0 62%, rgba(128,89,54,.55) 62% 75%, transparent 75% 100%);
}
.placeholder-media::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,.22), transparent);
}
.placeholder-media--2 { filter: hue-rotate(16deg) brightness(.9); }
.placeholder-media--3 { filter: contrast(1.25) brightness(.85); }
.placeholder-media--4 { filter: hue-rotate(-18deg) brightness(.95); }
.placeholder-media--5 { filter: grayscale(.45) brightness(.9); }
.hero__slide-shade, .portfolio-slide__shade, .gallery__video-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.28) 38%, rgba(0,0,0,.78));
}
.hero__slide-body {
  position: relative;
  z-index: 2;
  align-self: end;
  display: grid;
  gap: 10px;
  padding: 24px;
  background: rgba(5,5,5,.62);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255,255,255,.10);
}
.hero__slide-title { color: #fff; font-size: 24px; font-weight: 500; line-height: 1.05; letter-spacing: 0; text-shadow: 0 1px 12px rgba(0,0,0,.45); }
.hero__slide-desc { color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.5; }
.hero__slide-num, .tile__num {
  color: rgba(255,255,255,.55);
  font-family: var(--ff-mono);
  font-size: 10px;
  letter-spacing: .06em;
}
.hero__slide-link { display: inline-flex; margin-top: 8px; color: #fff; font-size: 13px; font-weight: 700; }
.hero__slider-dots { display: flex; justify-content: center; gap: 8px; margin-top: 18px; }
.hero__slider-dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.28); transition: transform var(--dur) var(--ease), background var(--dur) var(--ease); }
.hero__slider-dot.is-on { background: #fff; transform: scale(1.35); }
.hero__foot {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: 100%;
  max-width: var(--shell-max);
  margin-inline: auto;
  padding-inline: var(--gutter);
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-height: var(--hero-strip-h);
  border-top: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(180deg, rgba(0,0,0,.42), rgba(0,0,0,.88));
}
.hero__foot-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  padding: clamp(18px, 2vw, 28px) clamp(16px, 2vw, 22px);
  border-right: 1px solid rgba(255,255,255,.08);
}
.hero__foot-col:last-child { border-right: 0; }
.hero__foot-k { color: rgba(255,255,255,.45); font-family: var(--ff-mono); font-size: 10px; }
.hero__foot-v { color: #fff; font-size: 13px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 480ms var(--ease-out), transform 480ms var(--ease-out); transition-delay: calc(var(--delay, 0) * 60ms); }
.reveal.is-visible { opacity: 1; transform: none; }
[data-delay="1"] { --delay: 1; }
[data-delay="2"] { --delay: 2; }
[data-delay="3"] { --delay: 3; }
[data-delay="4"] { --delay: 4; }

.trust3, .services, .door, .academy, .reviews, .gallery, .manifest, .final-cta, .page-shell {
  position: relative;
  background: #000;
  overflow: hidden;
  isolation: isolate;
}
.trust3 { padding: var(--section-pad-sm) 0 var(--section-pad-md); }
.trust3::before, .services::before, .door::before, .reviews::before, .manifest::before, .final-cta::before, .page-shell::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.10) 25%, rgba(255,255,255,.10) 75%, transparent);
}
.trust3__inner { display: flex; flex-direction: column; gap: var(--sp-16); }
.trust3__head { position: relative; display: flex; flex-direction: column; align-items: center; max-width: 1020px; margin-inline: auto; text-align: center; padding: var(--sp-6) 0; }
.trust3__watermark, .reviews__watermark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(92vw, var(--MaXiM-logo-decorative-w));
  max-width: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: visible;
}
.trust3__seal { position: relative; z-index: 1; margin-bottom: var(--sp-5); }
.trust3__head .MaXiM-section-badge,
.trust3__head .trust3__seal { align-self: center; }
.trust3__title, .services__title, .door__title, .academy__title {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: var(--ff-display);
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.22;
  text-wrap: balance;
}
.trust3__creators { position: relative; z-index: 1; margin-top: var(--sp-10); display: flex; flex-direction: column; align-items: center; gap: var(--sp-5); }
.trust3__creators-cap { color: rgba(255,255,255,.55); font-size: 13px; font-style: italic; }
.trust3__creators-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 28px 40px; }
.creator-mini { display: flex; align-items: center; gap: 14px; }
.creator-mini__avatar { display: inline-grid; place-items: center; width: 60px; height: 60px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.06); color: #fff; font-weight: 800; box-shadow: 0 0 0 4px rgba(255,255,255,.035); }
.creator-mini__body { display: flex; flex-direction: column; gap: 4px; text-align: left; }
.creator-mini__nick { color: #fff; font-size: 14px; font-weight: 700; }
.creator-mini__realname { color: rgba(255,255,255,.55); font-size: 12px; }
.trust3__cta { display: flex; justify-content: center; align-items: center; gap: var(--sp-6); flex-wrap: wrap; margin-top: 30px; }

.services { padding-block: var(--section-pad-md); }
.services__head { display: flex; align-items: flex-end; justify-content: space-between; gap: var(--sp-8); flex-wrap: wrap; }
.services__title { max-width: 22ch; }
.services__lead { max-width: 38ch; color: rgba(255,255,255,.70); font-size: 15px; line-height: 1.65; }
.services__split { display: grid; grid-template-columns: minmax(0, 70%) minmax(0, 30%); gap: var(--sp-10); margin-top: var(--sp-12); }
.services__split > * { min-width: 0; }
.services__bento-wrap { min-width: 0; max-width: 100%; }
.services__bento { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr); grid-template-rows: minmax(220px, auto) minmax(220px, auto); gap: var(--sp-5); min-width: 0; max-width: 100%; }
.tile {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
  padding: var(--sp-5);
  overflow: hidden;
  border-radius: 14px;
  background: #0a0a0a;
  color: #fff;
  isolation: isolate;
  transition: transform 700ms var(--ease-out), box-shadow 700ms var(--ease-out), border-color var(--dur) var(--ease);
}
.tile:not(.tile--has-media)::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 72% 18%, rgba(255,255,255,.18), transparent 16%),
    linear-gradient(135deg, #1c1c1c, #050505 58%, #2b211a);
  transition: transform 1800ms var(--ease-out);
}
.tile__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
.tile__media-img,
.tile__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1800ms var(--ease-out);
}
.tile::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.40) 38%, rgba(0,0,0,.92)); pointer-events: none; }
.tile--has-media::before {
  background:
    radial-gradient(circle at 72% 18%, rgba(255,255,255,.08), transparent 22%),
    linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.56) 42%, rgba(0,0,0,.94));
}
.tile:hover { transform: scale(1.022); box-shadow: 0 30px 70px -25px rgba(0,0,0,.9); }
.tile:not(.tile--has-media):hover::after { transform: scale(1.08); }
.tile--has-media:not(.tile--crystal):hover .tile__media-img,
.tile--has-media:not(.tile--crystal):hover .tile__media img { transform: scale(1.06); }
.tile > *:not(.tile__media) { position: relative; z-index: 2; }
.tile--big { grid-row: 1 / 3; padding: var(--sp-8); }
.tile__badge { position: absolute; top: 14px; right: 14px; z-index: 3; padding: 6px 11px; border-radius: 999px; background: #fff; color: #000; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tile__bottom { display: flex; flex-direction: column; gap: 9px; }
.tile__title { color: #fff; font-size: 18px; font-weight: 600; line-height: 1.1; letter-spacing: 0; }
.tile--big .tile__title { font-size: clamp(30px, 2.7vw, 42px); font-weight: 400; }
.tile__desc { max-width: 42ch; color: rgba(255,255,255,.74); font-size: 12px; line-height: 1.5; }
.tile__tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 4px; }
.tile__tag { padding: 5px 8px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.78); font-size: 11px; }
.tile__cta { align-self: flex-start; display: inline-flex; gap: 7px; margin-top: 8px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.16); color: #fff; font-size: 13px; font-weight: 700; }
.services__diff { display: flex; flex-direction: column; gap: var(--sp-5); justify-content: center; padding: var(--sp-8); border: 1px solid rgba(255,255,255,.10); border-radius: 18px; background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); }
.services__diff-title { color: #fff; font-size: 30px; font-weight: 300; letter-spacing: 0; line-height: 1.15; }
.services__diff-lead, .services__diff-quote, .door__lead, .academy__lead, .academy__subtitle, .manifest__lead { color: rgba(255,255,255,.70); font-size: 15px; line-height: 1.7; }
.services__diff-checks { display: grid; gap: 10px; color: rgba(255,255,255,.78); font-size: 13px; }
.services__diff-checks li { display: flex; align-items: center; gap: 10px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.08); }
.diff-portfolio__viewport { overflow: hidden; border-radius: 14px; max-width: 100%; min-width: 0; }
.diff-portfolio__track { display: flex; gap: 10px; overflow-x: auto; scrollbar-width: none; max-width: 100%; min-width: 0; }
.portfolio-slide { position: relative; flex: 0 0 min(170px, 72%); min-height: 210px; border-radius: 14px; overflow: hidden; background: #111; }
.portfolio-slide__media { position: absolute; inset: 0; }
.portfolio-slide__bottom { position: absolute; left: 14px; right: 14px; bottom: 14px; z-index: 2; display: flex; align-items: center; justify-content: space-between; color: #fff; font-size: 13px; font-weight: 700; }
.services__diff-cta { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.05); color: #fff; font-weight: 800; }
.services__diff-cta-label { color: rgba(255,255,255,.52); font-size: 11px; }

.door { padding-block: var(--section-pad-md); }
.door__layout { display: grid; grid-template-columns: 1.35fr 1fr .95fr; gap: var(--sp-8); align-items: stretch; }
.door__content { display: flex; flex-direction: column; justify-content: center; gap: var(--sp-5); }
.door__chip,
.academy__chip { margin-bottom: 0; }
.door__title { max-width: 18ch; }
.door__features { display: grid; gap: 0; margin-top: var(--sp-2); }
.door__features li { display: grid; grid-template-columns: auto 1fr; gap: var(--sp-4); align-items: start; padding: var(--sp-3) 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.door__feat-icon { display: inline-grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; color: #fff; font-size: 11px; font-family: var(--ff-mono); }
.door__feat-body { display: grid; gap: 3px; }
.door__feat-title { color: #fff; font-size: 15px; font-weight: 700; }
.door__feat-desc { color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.5; }
.door__cta-row { display: flex; align-items: center; flex-wrap: wrap; gap: var(--sp-4); margin-top: var(--sp-3); }
.door__phone { color: rgba(255,255,255,.78); font-size: 14px; font-weight: 700; }
.door__photo { position: relative; min-height: clamp(320px, 36vw, 480px); margin: 0; border-radius: 18px; overflow: hidden; background: #0a0a0a; box-shadow: 0 30px 80px -25px rgba(0,0,0,.85); }
.door__photo .placeholder-media { position: absolute; inset: 0; }
.door__how { display: flex; flex-direction: column; justify-content: center; gap: var(--sp-5); }
.door__how-title { color: #fff; font-size: clamp(20px,2vw,28px); font-weight: 300; letter-spacing: 0; }
.door__how-steps { position: relative; display: grid; gap: 0; }
.door__how-steps::before { content: ""; position: absolute; left: 18px; top: 30px; bottom: 30px; width: 1px; background: rgba(255,255,255,.14); }
.door__how-step { position: relative; display: grid; grid-template-columns: auto 1fr; gap: var(--sp-4); padding: var(--sp-3) 0; }
.door__how-num { position: relative; z-index: 1; display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(255,255,255,.20); background: #000; font-size: 12px; font-family: var(--ff-mono); }
.door__how-body { display: grid; gap: 4px; padding-top: 6px; }
.door__how-step-title { color: #fff; font-size: 15px; font-weight: 700; }
.door__how-step-desc { color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.55; }

.academy { padding-block: var(--section-pad-md); }
.academy__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.academy__bg .placeholder-media { position: absolute; inset: 0; }
.academy__bg-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.12), rgba(0,0,0,.76) 54%, #000 100%), linear-gradient(180deg, #000 0, transparent 22%, #000 100%); }
.academy__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
}
.container.academy__inner { max-width: var(--shell-max); }
.academy__inner--team {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.85fr);
  gap: clamp(28px, 3.5vw, 64px);
  align-items: start;
  justify-content: stretch;
  width: 100%;
}
.academy__content { display: flex; flex-direction: column; gap: var(--sp-5); max-width: 42rem; min-width: 0; }
.academy__subtitle { margin-top: -6px; color: rgba(255,255,255,.72); font-size: clamp(15px, 1.15vw, 17px); line-height: 1.55; }
.academy__lead { color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.6; margin: 0; }
.academy__directions { display: grid; gap: 10px; }
.academy__directions-label {
  margin: 0;
  color: rgba(255,255,255,.55);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.academy__directions-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}
.academy__directions-list li {
  padding: 6px 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: rgba(255,255,255,.86);
  font-size: 13px;
  line-height: 1.35;
}
.academy__approach {
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 1.6;
}
.academy__approach p { margin: 0; }
.academy__cta-row { display: flex; align-items: center; flex-wrap: wrap; gap: var(--sp-4); margin-top: var(--sp-2); }
.academy__portrait {
  min-width: 0;
  width: 100%;
  max-width: min(380px, 100%);
  justify-self: end;
}
.master-portrait {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.18);
  background: #141414;
}
.master-portrait img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 14%;
  max-height: min(520px, 68vh);
}
.master-portrait__fallback {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 5;
  color: rgba(255,255,255,.7);
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.master-portrait__caption {
  padding: 10px 14px;
  color: rgba(255,255,255,.62);
  font-size: 12px;
  letter-spacing: 0.04em;
  border-top: 1px solid rgba(255,255,255,.12);
}
.academy__stat { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.55); font-size: 12px; }
.academy__stat-num { color: #fff; font-size: 18px; font-weight: 800; }
.team-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--sp-5);
  min-width: 0;
  width: 100%;
  max-width: none;
  justify-self: stretch;
}
.academy__inner--team .team-strip {
  gap: clamp(18px, 1.5vw, 28px);
}
.academy__inner--team .team-strip--solo {
  grid-template-columns: minmax(0, 1fr);
  max-width: min(420px, 100%);
  justify-self: end;
  width: 100%;
}
.academy__inner--team .team-strip .barber-card__image {
  aspect-ratio: 4 / 5;
  min-height: clamp(200px, 22vw, 280px);
  max-height: none;
}
.academy__inner--team .team-strip .barber-card__image img {
  object-position: center 12%;
}
.academy__inner--team .team-strip .barber-card__avatar-placeholder {
  width: clamp(72px, 8vw, 88px);
  height: clamp(72px, 8vw, 88px);
  font-size: clamp(24px, 2.4vw, 30px);
}
@media (min-width: 1200px) {
  .academy__inner--team {
    grid-template-columns: minmax(360px, 1.4fr) minmax(280px, 0.8fr);
    gap: clamp(40px, 5vw, 88px);
    align-items: start;
  }
  .academy__portrait {
    max-width: 360px;
  }
  .academy__inner--team .team-strip--solo {
    grid-template-columns: 1fr;
    max-width: 360px;
  }
}
@media (max-width: 899px) {
  .academy__inner--team {
    grid-template-columns: 1fr;
  }
  .academy__portrait {
    justify-self: stretch;
    max-width: 420px;
    order: 6;
  }
  .academy__content > * { order: initial; }
}
.barber-card {
  overflow: hidden;
  min-width: 0;
  max-width: 100%;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 18px;
  background: linear-gradient(180deg, #1a1a1a, #101010);
  box-shadow: 0 18px 50px -30px rgba(0,0,0,.85);
}
.barber-card__image {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 168px;
  max-height: 240px;
  display: grid;
  place-items: center;
  background: #161616;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.barber-card__image:has(> img) {
  display: block;
}

.barber-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 22%;
}
.barber-card__avatar-placeholder {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(8px);
  color: #fff;
  font-family: var(--ff-display);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: .04em;
}
.barber-card__image--monogram {
  gap: 14px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.08), transparent 45%),
    linear-gradient(160deg, #1c1c1c, #0d0d0d 70%);
}
.barber-card__monogram-name {
  position: relative;
  z-index: 2;
  color: rgba(255,255,255,.88);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .02em;
}
.master-card__monogram {
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  margin: 0 auto var(--sp-4);
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.08);
  color: #fff;
  font-family: var(--ff-display);
  font-size: 32px;
  font-weight: 500;
}
  font-size: 28px;
  font-weight: 300;
  box-shadow: inset 0 2px 5px rgba(255,255,255,.06);
  margin-bottom: 8px;
}
.barber-card__image .placeholder-media { position: absolute; inset: 0; }
.barber-card__image strong { position: relative; z-index: 2; color: #fff; font-size: 28px; font-weight: 300; letter-spacing: 0; }
.barber-card__body { display: grid; gap: 12px; padding: 20px; }
.barber-card__kicker,
.barber-card__num {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.56);
}

.barber-card__kicker-label {
  font-family: var(--ff-mono);
  font-weight: 700;
}

.barber-card__kicker-sep {
  opacity: .45;
}

.barber-card__kicker-id {
  font-family: var(--ff-mono);
  font-weight: 600;
}

.barber-card__kicker img,
.barber-card__kicker picture,
.barber-card__kicker .MaXiM-logo,
.barber-card__num img,
.barber-card__num picture,
.barber-card__num .MaXiM-logo,
.maxim-logo {
  display: none !important;
}
.barber-card h3 { color: rgba(255,255,255,.96); font-size: 24px; font-weight: 600; letter-spacing: 0; }
.barber-card p, .barber-card__meta { color: rgba(255,255,255,.86); font-size: 14px; line-height: 1.6; }
.barber-card__body { background: #141414; border-top: 1px solid rgba(255,255,255,.14); }
.barber-card__meta--empty { color: rgba(255,255,255,.68); }
.barber-card .tile__cta { color: rgba(255,255,255,.94); border-top-color: rgba(255,255,255,.30); font-weight: 800; }
.barber-card__meta { display: grid; gap: 4px; }

.reviews { padding: var(--section-pad-md) 0 var(--section-pad-sm); }
.reviews__inner { position: relative; z-index: 1; display: flex; flex-direction: column; gap: var(--sp-10); }
.reviews__head { display: flex; flex-direction: column; align-items: center; text-align: center; gap: var(--sp-5); max-width: 780px; margin-inline: auto; }
.reviews__title { color: #fff; font-size: clamp(34px,4vw,60px); font-weight: 200; letter-spacing: 0; line-height: 1.05; max-width: 18ch; text-wrap: balance; }
.reviews__rating { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: var(--sp-3); }
.reviews__rating-stars, .review__stars { color: #fde047; letter-spacing: 2px; }
.reviews__rating-num { color: #fff; font-size: 18px; font-weight: 700; }
.reviews__rating-num em { color: rgba(255,255,255,.45); font-style: normal; font-size: .78em; }
.reviews__rating-cap { color: rgba(255,255,255,.60); font-size: 14px; }
.reviews__marquee { width: 100%; max-width: 100%; margin-left: 0; overflow: hidden; mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent); }
.reviews { overflow-x: clip; }
.reviews__marquee-track { display: flex; gap: var(--sp-5); width: max-content; animation: reviewsScroll 58s linear infinite; }
.reviews__marquee:hover .reviews__marquee-track { animation-play-state: paused; }
@keyframes reviewsScroll { from { transform: translateX(0); } to { transform: translateX(calc(-50% - var(--sp-5)/2)); } }
.review { width: 380px; min-height: 220px; display: flex; flex-direction: column; gap: var(--sp-4); padding: var(--sp-6); border: 1px solid rgba(255,255,255,.08); border-radius: 18px; background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); }
.review__text { color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.65; }
.review__head { display: flex; align-items: center; gap: var(--sp-3); margin-top: auto; padding-top: var(--sp-3); border-top: 1px solid rgba(255,255,255,.08); }
.review__avatar { display: inline-grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.08); color: #fff; font-weight: 800; }
.review__id { display: grid; gap: 2px; }
.review__name { color: #fff; font-size: 15px; font-weight: 700; }
.review__source { color: rgba(255,255,255,.50); font-size: 11px; }
.reviews__cta { display: flex; justify-content: center; }
.reviews__cta-link { display: inline-flex; align-items: center; gap: 8px; padding: 12px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #fff; background: rgba(255,255,255,.04); }

.gallery {
  position: relative;
  padding: 0 0 var(--sp-32);
  background: #000;
  overflow: hidden;
  isolation: isolate;
}
.gallery--full {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  padding-inline: 0;
  overflow: hidden;
}
.gallery__head {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: var(--sp-10);
  align-items: end;
  margin-bottom: var(--sp-10);
}
.gallery__head-left,
.gallery__head-right {
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
  min-width: 0;
}
.gallery__head-right { align-items: flex-start; }
.gallery__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--ff-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
}
.gallery__eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: rgba(255,255,255,.35);
  flex: 0 0 34px;
}
.gallery__title {
  font-family: var(--ff-display);
  font-size: clamp(34px, 3.6vw, 52px);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.1;
  color: #fff;
  margin: 0;
  max-width: 18ch;
  text-wrap: balance;
}
.gallery__lead {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255,255,255,.7);
  line-height: 1.65;
  letter-spacing: .005em;
  margin: 0;
  max-width: 48ch;
}
.gallery__grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--sp-4);
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
}
.gallery__col {
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
  flex-shrink: 0;
  min-width: 0;
}
.gallery__col--outer,
.gallery__col--inner,
.gallery__col--level1,
.gallery__col--level2,
.gallery__col--level3,
.gallery__col--level4 { width: clamp(170px, 13.5vw, 240px); }
.gallery__col--outer .gallery__item { aspect-ratio: 3 / 4; }
.gallery__item {
  position: relative;
  display: block;
  width: calc(100% - 2px);
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  min-height: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #0b0b0b;
  border: 1px solid rgba(255,255,255,.08);
  cursor: zoom-in;
}
.gallery__grid .gallery__col {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms var(--ease-out), transform 700ms var(--ease-out);
}
.gallery__grid.is-visible .gallery__col { opacity: 1; transform: none; }
.gallery__grid .gallery__col--level4:first-of-type,
.gallery__grid .gallery__col--level3:first-of-type,
.gallery__grid .gallery__col--outer:first-of-type,
.gallery__grid .gallery__col--level1:first-of-type { transform: translateY(24px); }
.gallery__grid .gallery__col--level2:last-of-type,
.gallery__grid .gallery__col--inner:last-of-type,
.gallery__grid .gallery__col--outer:last-of-type,
.gallery__grid .gallery__col--level3:last-of-type,
.gallery__grid .gallery__col--level4:last-of-type { transform: translateY(24px); }
.gallery__grid.is-visible .gallery__col { transform: none; }
.gallery__item img, .gallery__item .placeholder-media { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.gallery__item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.76)); opacity: .75; transition: opacity var(--dur) var(--ease); }
.gallery__item:hover::after { opacity: .25; }
.gallery__caption { position: absolute; left: 16px; right: 16px; bottom: 14px; z-index: 2; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.gallery__videos { display: grid; grid-column: span 2; min-height: 340px; }
.gallery__video { position: relative; min-height: 340px; border-radius: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.10); background: linear-gradient(135deg, #151515, #050505); }
.gallery__video-content { position: absolute; inset: auto 24px 24px; z-index: 2; display: grid; gap: 18px; }
.gallery__video-quote { max-width: 18ch; color: #fff; font-size: 30px; font-weight: 300; line-height: 1.12; letter-spacing: 0; }
.gallery__empty,
.reviews__empty {
  position: relative;
  display: grid;
  gap: 18px;
  max-width: 820px;
  margin: var(--sp-10) auto 0;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.12), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
  box-shadow: 0 30px 90px -42px #000;
}
.gallery__empty::before,
.reviews__empty::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.08);
  pointer-events: none;
}
.gallery__empty-kicker,
.reviews__empty-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.52);
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.gallery__empty h3,
.reviews__empty h3 {
  max-width: 16ch;
  color: #fff;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 300;
  line-height: 1.08;
}
.gallery__empty p,
.reviews__empty p {
  max-width: 62ch;
  color: rgba(255,255,255,.68);
  font-size: 15px;
  line-height: 1.75;
}
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: var(--sp-6);
}
.lightbox.is-open,
.lightbox[aria-hidden="false"] { display: flex; }
.lightbox__viewport {
  position: relative;
  max-width: 92vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox__img {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 30px 80px -20px rgba(0,0,0,.95);
}
.lightbox__close,
.lightbox__nav {
  position: fixed;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease), color var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.lightbox__close:hover,
.lightbox__nav:hover { background: #fff; color: #000; border-color: #fff; }
.lightbox__close { top: 24px; right: 24px; font-size: 28px; }
.lightbox__nav--prev { left: 24px; top: 50%; transform: translateY(-50%); }
.lightbox__nav--next { right: 24px; top: 50%; transform: translateY(-50%); }
.lightbox__nav--prev:hover,
.lightbox__nav--next:hover { transform: translateY(-50%) scale(1.05); }
.lightbox__counter {
  position: absolute;
  left: 50%;
  bottom: -44px;
  transform: translateX(-50%);
  color: rgba(255,255,255,.6);
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: .06em;
}

.manifest { padding-block: var(--section-pad-sm); }
.manifest__inner { display: grid; grid-template-columns: 1fr 1.15fr; gap: var(--sp-12); align-items: center; max-width: 1180px; }
.manifest__left, .manifest__right { display: flex; flex-direction: column; gap: var(--sp-6); }
.manifest__cta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(20px, 2vw, 32px);
}
.manifest__quote { max-width: 18ch; color: #fff; font-size: clamp(28px,3vw,44px); font-weight: 300; line-height: 1.18; letter-spacing: 0; }
.manifest__cite { color: rgba(255,255,255,.48); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; font-style: normal; }
.contact-mini { display: grid; gap: 12px; color: rgba(255,255,255,.64); }
.contact-mini div { display: grid; grid-template-columns: 110px 1fr; gap: 18px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.08); }
.contact-mini dt { color: rgba(255,255,255,.36); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }

.final-cta { padding-block: var(--section-pad-sm); text-align: center; }
.final-cta__inner { display: flex; flex-direction: column; align-items: center; gap: var(--sp-5); max-width: 840px; }
.final-cta h2 { color: #fff; font-size: clamp(38px,5vw,76px); font-weight: 300; line-height: 1.03; letter-spacing: 0; }
.final-cta p { max-width: 64ch; color: rgba(255,255,255,.66); line-height: 1.7; }

.cta-band {
  display: none;
}
.cta-band__brand {
  display: grid;
  place-items: center;
  gap: 0;
  color: #fff;
  max-width: min(460px, 92vw);
  margin-inline: auto;
}
.map-band--MaXiM {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  isolation: isolate;
  background: #000;
  border-top: 1px solid rgba(255,255,255,.08);
  content-visibility: auto;
  contain-intrinsic-size: 560px;
}
.map-band__stage {
  position: relative;
  height: var(--map-band-h);
  min-height: var(--map-band-h);
  max-height: var(--map-band-h);
}
.map-band--footer .map-band__stage,
.map-band--home .map-band__stage { height: var(--map-band-h); }
.map-band__intro { padding: var(--sp-12) 0 var(--sp-6); text-align: center; }
.map-band__eyebrow { color: rgba(255,255,255,.52); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 10px; }
.map-band__title { color: #fff; font-size: clamp(28px, 4vw, 44px); font-weight: 300; margin-bottom: 10px; }
.map-band__lead { color: rgba(255,255,255,.66); max-width: 62ch; margin: 0 auto; line-height: 1.65; }
.map-band__canvas {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #101010 0%, #050505 100%);
}
.map-band__canvas--panel { position: relative; min-height: var(--map-band-h); max-height: var(--map-band-h); }
.map-band__svg { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.map-band__spotlight {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 46% 58% at 50% 46%, rgba(184,138,67,.16) 0%, rgba(255,255,255,.07) 24%, transparent 58%),
    radial-gradient(ellipse 90% 70% at 50% 50%, rgba(255,255,255,.05) 0%, transparent 52%);
}
.map-band__grain {
  position: absolute;
  inset: 0;
  opacity: .18;
  pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.8) 0.6px, transparent 0.6px);
  background-size: 3px 3px;
}
.map-band__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  background:
    linear-gradient(180deg, #000 0%, rgba(0,0,0,.55) 7%, transparent 20%),
    linear-gradient(0deg, #000 0%, rgba(0,0,0,.72) 10%, transparent 28%),
    linear-gradient(90deg, #000 0%, rgba(0,0,0,.45) 5%, transparent 14%),
    linear-gradient(270deg, #000 0%, rgba(0,0,0,.45) 5%, transparent 14%),
    radial-gradient(ellipse 95% 95% at center, transparent 30%, rgba(0,0,0,.28) 72%, rgba(0,0,0,.55) 100%);
}
.map-band__overlay--panel {
  background:
    linear-gradient(90deg, #000 0%, rgba(0,0,0,.72) 18%, transparent 42%),
    radial-gradient(ellipse 90% 90% at 62% 50%, transparent 24%, rgba(0,0,0,.35) 100%);
}
.map-band__marker {
  position: absolute;
  left: 50%;
  top: 46%;
  z-index: 4;
  width: 100%;
  max-width: 100%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  pointer-events: none;
}
.map-band__pulse {
  position: absolute;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 1px solid rgba(184,138,67,.45);
  background: radial-gradient(circle, rgba(184,138,67,.22) 0%, transparent 70%);
  animation: mapPulse 3.2s ease-out infinite;
}
.map-band__pin {
  position: relative;
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: linear-gradient(145deg, var(--accent, #B88A43), #8d6730);
  box-shadow: 0 0 0 6px rgba(184,138,67,.18), 0 10px 28px rgba(0,0,0,.45);
}
.map-band__label {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  transform: translateX(-50%);
  width: min(320px, calc(100% - 32px));
  max-width: min(320px, calc(100% - 32px));
  min-width: min(220px, calc(100% - 32px));
  box-sizing: border-box;
  padding: 14px 18px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(0,0,0,.78);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  text-align: center;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
}
.map-band__label strong { display: block; color: #fff; font-size: 15px; font-weight: 700; line-height: 1.25; margin-bottom: 4px; }
.map-band__label span { display: block; color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.35; }
.map-band__label em { display: block; margin-top: 6px; color: rgba(255,255,255,.58); font-size: 11px; font-style: normal; line-height: 1.35; }
.map-band__hitarea {
  position: absolute;
  inset: 0;
  z-index: 2;
  text-indent: -9999px;
  overflow: hidden;
}
.map-band__hitarea:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -4px;
}
.map-band__toolbar {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 0;
  z-index: 5;
  width: 100%;
  max-width: var(--shell-max);
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 20px var(--gutter) 22px;
  box-sizing: border-box;
  pointer-events: none;
}
.map-band__toolbar > * { pointer-events: auto; }
.map-band__open {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: min(520px, 62vw);
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 16px;
  background: rgba(0,0,0,.78);
  color: #fff;
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  text-decoration: none;
  transition: transform var(--dur, .25s), border-color var(--dur, .25s), background var(--dur, .25s);
}
.map-band__open:hover,
.map-band__open:focus-visible {
  border-color: rgba(255,255,255,.34);
  background: rgba(0,0,0,.9);
  transform: translateY(-2px);
  color: #fff;
}
.map-band__open-text { display: grid; gap: 2px; min-width: 0; }
.map-band__open-text strong { font-size: 13px; font-weight: 700; line-height: 1.35; }
.map-band__open-text small { color: rgba(255,255,255,.68); font-size: 11px; }
.map-band__open-icon,
.map-band__open-arrow { color: rgba(255,255,255,.82); flex: 0 0 auto; }
.map-band__actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.map-band__phone { display: none; }
.map-band__open--panel {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 5;
  max-width: calc(100% - 32px);
}
@keyframes mapPulse {
  0% { transform: scale(.72); opacity: .95; }
  70% { transform: scale(1.15); opacity: 0; }
  100% { transform: scale(1.15); opacity: 0; }
}

.footer { background: #000; padding: var(--section-pad-sm) 0 var(--sp-16); color: rgba(255,255,255,.62); }
.footer__inner {
  width: 100%;
  max-width: var(--shell-max);
  margin-inline: auto;
  padding-inline: var(--gutter);
  min-width: 0;
  box-sizing: border-box;
}
.footer__grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .7fr) minmax(0, .7fr) minmax(0, .9fr); gap: var(--sp-10); }
.footer__brandline { color: #fff; font-size: 22px; font-weight: 300; letter-spacing: 0; margin-bottom: var(--sp-6); }
.footer__info { display: grid; gap: 12px; }
.footer__info li { display: grid; grid-template-columns: 20px 1fr; gap: 12px; align-items: start; }
.footer__info-icon { color: rgba(255,255,255,.36); }
.footer__info-v { color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.45; }
.footer__action-row { display: flex; align-items: center; gap: 14px; margin-top: var(--sp-6); }
.footer__socials { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.footer__social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.02);
  text-decoration: none;
  transition: border-color var(--dur) var(--ease), background-color var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.footer__social-icon:hover,
.footer__social-icon:focus-visible {
  border-color: rgba(255,255,255,.32);
  background: rgba(255,255,255,.06);
  transform: translateY(-1px);
}
.footer__social-icon:focus-visible {
  outline: 2px solid rgba(255,255,255,.55);
  outline-offset: 3px;
}
.footer__social-svg { width: 18px; height: 18px; display: block; flex: 0 0 auto; }
.footer__booksy {
  flex-direction: row;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 14px;
  background: rgba(255,255,255,.02);
}
.footer__booksy:hover,
.footer__booksy:focus-visible {
  border-color: rgba(255,255,255,.32);
  background: rgba(255,255,255,.06);
}
.footer__booksy:focus-visible {
  outline: 2px solid rgba(255,255,255,.55);
  outline-offset: 3px;
}
.footer__booksy-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.88);
  flex: 0 0 auto;
}
.footer__booksy-icon .footer__social-svg { width: 14px; height: 14px; }
.footer__booksy-copy { display: inline-flex; flex-direction: column; gap: 1px; line-height: 1; }
.footer__booksy-copy strong { font-size: 13px; font-weight: 800; letter-spacing: .01em; color: #fff; }
.footer__col-title { color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; margin-bottom: var(--sp-4); }
.footer__links { display: grid; gap: 10px; }
.footer__link { color: rgba(255,255,255,.58); font-size: 13px; transition: color var(--dur) var(--ease); }
.footer__link:hover { color: #fff; }
.footer__newsletter-lead, .footer__newsletter-note { color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.55; margin-bottom: var(--sp-4); }
.footer__newsletter-note { margin: var(--sp-4) 0 0; font-size: 11px; }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding-top: var(--sp-10); margin-top: var(--sp-10); border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.42); font-size: 12px; }
.footer__legal { display: flex; gap: 18px; }

.welcome { position: fixed; right: 18px; bottom: 18px; z-index: 760; width: min(340px, calc(100vw - 36px)); padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(5,5,5,.88); backdrop-filter: blur(18px); color: #fff; box-shadow: 0 30px 90px -30px #000; transform: translateY(18px); opacity: 0; visibility: hidden; transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease), visibility var(--dur); }
.welcome.is-open { opacity: 1; visibility: visible; transform: none; }
.welcome__close { position: absolute; right: 12px; top: 10px; color: rgba(255,255,255,.56); font-size: 24px; }
.welcome__inner { display: grid; gap: 14px; }
.welcome__head { display: flex; align-items: center; gap: 12px; padding-right: 28px; min-width: 0; }
.welcome__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  height: var(--MaXiM-logo-welcome-h);
  overflow: visible;
  line-height: 0;
}
.welcome__logo .MaXiM-logo-picture,
.maxim-logo-picture {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: var(--MaXiM-logo-welcome-h);
  width: auto;
  line-height: 0;
  flex-shrink: 0;
}
.welcome__logo .MaXiM-logo,
.welcome__logo .MaXiM-logo--welcome,
.welcome__logo .MaXiM-logo--full {
  display: block;
  height: var(--MaXiM-logo-welcome-h);
  width: auto;
  max-width: none;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}
.welcome__head-text { min-width: 0; flex: 1 1 auto; }
.welcome__hi { color: #fff; font-weight: 800; }
.welcome__sub, .welcome__msg { color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.5; }
.welcome__actions { display: flex; gap: 8px; flex-wrap: wrap; }
.welcome__btn { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; padding: 0 12px; border-radius: 999px; font-size: 12px; font-weight: 800; }
.welcome__btn--primary { background: #fff; color: #000; }
.welcome__btn--ghost { border: 1px solid rgba(255,255,255,.14); color: #fff; }

.cookies {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 750;
  padding: 120px var(--gutter) var(--sp-6);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.4) 20%, rgba(0,0,0,.85) 50%, #000 75%);
  transform: translateY(110%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform var(--dur-slow) var(--ease-out), opacity 400ms var(--ease), visibility var(--dur-slow);
}
.cookies.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
.cookies__inner {
  max-width: var(--container-w);
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.cookies__body { flex: 1 1 320px; min-width: 280px; }
.cookies__title {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 4px;
  letter-spacing: -.01em;
}
.cookies__text {
  color: rgba(255,255,255,.72);
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
  max-width: 66ch;
}
.cookies__text a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }
.cookies__text a:hover { color: rgba(255,255,255,.8); }
.cookies__actions { display: flex; gap: 8px; flex-shrink: 0; flex-wrap: wrap; }
.cookies__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -.005em;
  line-height: 1.2;
  transition: background var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.cookies__btn--primary { background: #fff; color: #000; }
.cookies__btn--primary:hover { transform: translateY(-1px); background: rgba(255,255,255,.92); }
.cookies__btn--ghost { background: rgba(255,255,255,.1); color: #fff; }
.cookies__btn--ghost:hover { background: rgba(255,255,255,.18); }

.mobile-quick {
  position: fixed;
  z-index: 740;
  left: max(8px, env(safe-area-inset-left));
  right: max(8px, env(safe-area-inset-right));
  bottom: max(8px, env(safe-area-inset-bottom));
  display: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: auto;
  max-width: none;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--r-md);
  background: #0a0a0a;
  box-shadow: 0 12px 28px -16px rgba(0,0,0,.85);
  /* Safe-area is handled by `bottom`; keep toolbar itself one compact row. */
  padding-bottom: 0;
}
.mobile-quick__item,
.mobile-quick a,
.mobile-quick span {
  min-height: 52px;
  min-width: 0;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.92);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
  text-align: center;
  border: 0;
  border-inline-start: 1px solid rgba(255,255,255,.12);
  padding-inline: 4px;
  white-space: nowrap;
  transition: background-color 150ms var(--ease-out), color 150ms var(--ease-out), opacity 150ms var(--ease-out);
}
.mobile-quick__item:first-child,
.mobile-quick a:first-child,
.mobile-quick span:first-child {
  border-inline-start: 0;
}
.mobile-quick__item--primary,
.mobile-quick a:first-child {
  background: #fff;
  color: #000;
  font-weight: 800;
}
.mobile-quick a:focus-visible,
.mobile-quick__item:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -3px;
  z-index: 1;
}
.mobile-quick__item--primary:focus-visible,
.mobile-quick a:first-child:focus-visible {
  outline-color: #000;
}
.mobile-quick a:active,
.mobile-quick__item:active {
  opacity: .88;
}
@media (hover: hover) and (pointer: fine) {
  .mobile-quick a:not(:first-child):hover,
  .mobile-quick__item:not(.mobile-quick__item--primary):hover {
    background: rgba(255,255,255,.06);
    color: #fff;
  }
  .mobile-quick a:first-child:hover,
  .mobile-quick__item--primary:hover {
    background: rgba(255,255,255,.92);
  }
}
/* Fewer than 4 actions: still one row. */
.mobile-quick:not(:has(> :nth-child(4))) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mobile-quick.mobile-quick--count-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mobile-quick.mobile-quick--count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (prefers-reduced-motion: reduce) {
  .mobile-quick__item,
  .mobile-quick a,
  .mobile-quick span {
    transition: none;
  }
}

.page-hero[class*="page-hero--service_"] {
  min-height: var(--service-hero-min);
}

.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: var(--page-hero-min);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: calc(var(--nav-h) + 48px) 0 var(--sp-16);
  background: #000;
}
.page-hero--compact {
  min-height: clamp(300px, 42vh, 420px);
  padding-bottom: var(--sp-12);
}
.page-hero--booking.page-hero--compact,
.page-hero--booking {
  min-height: clamp(280px, 38vh, 440px);
  padding-top: calc(var(--nav-h) + 28px);
  padding-bottom: var(--sp-8);
}
.page-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.page-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.44) saturate(.92) contrast(1.02);
}
.page-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 22% 62%, rgba(0,0,0,.45) 0%, transparent 62%),
    linear-gradient(180deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.38) 48%, rgba(0,0,0,.82) 100%);
}
.page-hero__shell {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--shell-max);
  margin-inline: auto;
  padding-inline: var(--gutter);
  min-width: 0;
  box-sizing: border-box;
}
.page-hero__inner {
  display: grid;
  gap: var(--sp-4);
  max-width: 920px;
  min-width: 0;
}
.page-hero__crumbs .breadcrumbs {
  margin-bottom: 0;
  color: rgba(255,255,255,.48);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.page-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.62);
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.page-hero__eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: rgba(255,255,255,.35);
}
.page-hero__title {
  color: #fff;
  font-size: clamp(34px, 5.5vw, 72px);
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: -.02em;
  text-wrap: balance;
  text-shadow: 0 8px 32px rgba(0,0,0,.55);
}
.page-hero__lead {
  max-width: 58ch;
  color: rgba(255,255,255,.82);
  font-size: var(--fz-18);
  line-height: 1.65;
}
.page-hero__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: var(--sp-4);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r-md);
  overflow: hidden;
  background: rgba(255,255,255,.08);
  max-width: 720px;
}
/* Data-driven column count — never reserve empty fact slots */
.page-hero__meta--count-1 {
  grid-template-columns: minmax(0, 1fr);
  max-width: 360px;
}
.page-hero__meta--count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 480px;
}
.page-hero__meta--count-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 720px;
}
.page-hero__meta--count-4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 720px;
}
.page-hero__meta-item {
  padding: var(--sp-4) var(--sp-5);
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(12px);
  min-width: 0;
}
.page-hero__meta-k {
  display: block;
  margin-bottom: 6px;
  color: rgba(255,255,255,.48);
  font-family: var(--ff-mono);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.page-hero__meta-v {
  color: #fff;
  font-size: var(--fz-16);
  font-weight: 600;
  min-width: 0;
}

/* Service detail hero — four metadata fields in one row on desktop */
.page-hero[class*="page-hero--service_"] .page-hero__meta {
  max-width: min(100%, 920px);
}

@media (min-width: 640px) {
  .page-hero[class*="page-hero--service_"] .page-hero__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .page-hero[class*="page-hero--service_"] .page-hero__meta {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-hero[class*="page-hero--service_"] .page-hero__meta-item {
    padding: var(--sp-4);
  }
}

/* About page hero — content-aware fact widths (city / hours / address) */
.page-hero--about .page-hero__meta,
.page-hero--about .page-hero__meta--count-3 {
  max-width: min(100%, 1100px);
  margin-top: var(--sp-3);
}
.page-hero--about .page-hero__meta-item {
  padding: 12px 16px;
}
.page-hero--about .page-hero__meta-v {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

@media (min-width: 640px) {
  .page-hero--about .page-hero__meta.page-hero__meta--count-3 {
    grid-template-columns: minmax(130px, 0.7fr) minmax(170px, 0.9fr) minmax(340px, 2.5fr);
  }
  .page-hero--about .page-hero__meta--count-2 {
    grid-template-columns: minmax(160px, 0.9fr) minmax(280px, 1.6fr);
  }
}

@media (min-width: 1024px) {
  .page-hero--about .page-hero__meta.page-hero__meta--count-3 {
    grid-template-columns: minmax(140px, 0.65fr) minmax(200px, 0.85fr) minmax(420px, 2.6fr);
  }

  .page-hero--about .page-hero__meta--count-4 {
    grid-template-columns: minmax(130px, 0.85fr) minmax(200px, 1.2fr) minmax(130px, 0.85fr) minmax(200px, 1.2fr);
  }

  .page-hero--about .page-hero__meta-item {
    padding: 12px 18px;
  }

  .page-hero--about .page-hero__meta--count-3 .page-hero__meta-item:last-child .page-hero__meta-v {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
  }
}

.page-hero__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: var(--sp-2);
}

.page-shell { min-height: auto; padding: calc(var(--nav-h) + 72px) 0 var(--sp-20); }
.page-shell--below-hero {
  padding: var(--sp-16) 0 var(--sp-20);
}
.page-shell--error {
  min-height: auto;
  padding: var(--sp-16) 0 calc(var(--sp-10) + 72px);
}
.page-shell--error .container { display: grid; gap: var(--sp-4); max-width: 640px; }
body.error404 .cta-band { display: none; }
/* Booking uses the same below-hero rhythm (no sticky booking chrome). */
.page-shell--booking {
  padding-bottom: var(--sp-20);
}
.section { position: relative; padding: var(--sp-24) 0; background: #000; }
.section--warm { background: radial-gradient(circle at 75% 0, rgba(255,255,255,.05), transparent 34%), #000; }
.section-link { margin-top: var(--sp-6); }
.page-shell .container { position: relative; z-index: 1; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; color: rgba(255,255,255,.44); font-size: 13px; }
.section-heading { display: grid; gap: var(--sp-4); max-width: 860px; margin-bottom: var(--sp-10); }
.section-heading .eyebrow,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.54);
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.section-heading .eyebrow::before,
.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: rgba(255,255,255,.35);
  flex: 0 0 34px;
}
.section-heading h1, .section-heading h2, .content-page h1, .page-shell h1, .service-landing-hero h1 {
  color: #fff;
  font-size: clamp(32px, 4.5vw, 64px);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
}
.section-heading { margin-bottom: var(--sp-8); }
.section-heading p, .content-page, .entry-content, .page-shell p { color: rgba(255,255,255,.68); line-height: 1.75; }
.button { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 0 18px; border-radius: 999px; border: 1px solid rgba(255,255,255,.14); font-weight: 800; }
.button--primary { background: #fff; color: #000; border-color: #fff; }
.button--ghost { color: #fff; background: rgba(255,255,255,.04); }
.cta-row { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.two-col { display: grid; grid-template-columns: .8fr 1.2fr; gap: var(--sp-8); }
.price-section { margin-top: var(--sp-10); }
.page-shell--below-hero > .container > .price-section:first-child {
  margin-top: 0;
}
.price-section h2 { color: #fff; font-size: 28px; font-weight: 300; margin-bottom: var(--sp-3); }
.price-section__intro {
  max-width: 68ch;
  margin: 0 0 var(--sp-5);
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.65;
}
.price-section__cta {
  margin-top: var(--sp-6);
}
.price-subgroup {
  margin-top: var(--sp-5);
}
.price-subgroup--flat {
  margin-top: var(--sp-2);
}
.price-subgroup__title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 var(--sp-3);
  letter-spacing: .02em;
}
.price-list { display: grid; border-top: 1px solid rgba(255,255,255,.10); }
.price-row {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(150px, 0.5fr) auto;
  gap: var(--sp-5);
  align-items: center;
  padding: 22px 12px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  transition: background var(--dur) var(--ease);
}
.price-row:hover { background: rgba(255,255,255,.035); }
.price-row__main { min-width: 0; }
.price-row__cat { color: rgba(255,255,255,.55); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.price-row h3,
.price-row h4,
.price-row__title { color: #fff; font-size: 18px; font-weight: 700; overflow-wrap: break-word; margin: 0; }
.price-row h4.price-row__title { font-size: 17px; }
.price-row__service-link { color: inherit; text-decoration: none; }
.price-row__service-link:hover,
.price-row__service-link:focus-visible { text-decoration: underline; outline: none; }
.price-row p { color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.55; overflow-wrap: break-word; margin: 6px 0 0; }
.price-row__price {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.28em;
  justify-self: start;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  white-space: nowrap;
  line-height: 1.15;
}
.price-row__prefix {
  color: rgba(255,255,255,.55);
  font-size: 0.72em;
  font-weight: 600;
}
.price-row__value {
  color: #fff;
  font-size: 1.15em;
  font-weight: 800;
  letter-spacing: -.01em;
}
.price-row__currency {
  color: rgba(255,255,255,.62);
  font-size: 0.78em;
  font-weight: 600;
}
.price-row__text {
  font-size: 0.95em;
  font-weight: 700;
}
.price-row--free .price-row__text {
  color: rgba(210, 235, 210, .95);
}
.price-row--consultation .price-row__text {
  color: rgba(255,255,255,.82);
  font-weight: 650;
  white-space: normal;
  max-width: 12em;
}
.price-row__time { color: rgba(255,255,255,.78); font-size: 13px; font-weight: 700; white-space: nowrap; }
.price-row__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 999px;
  color: rgba(255,255,255,.88);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease), color var(--dur) var(--ease);
}
.price-row__cta:hover,
.price-row__cta:focus-visible {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.42);
  color: #fff;
  outline: none;
}
.discount-grid, .post-grid, .service-grid, .review-grid, .barber-grid, .gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--sp-5); }
.discount-card, .post-card, .empty-state { border: 1px solid rgba(255,255,255,.10); border-radius: 18px; padding: var(--sp-6); background: rgba(255,255,255,.035); color: rgba(255,255,255,.66); }
.post-card h2, .discount-card h3 { color: #fff; font-size: 22px; margin-bottom: 10px; }
.blog-grid { margin-top: var(--sp-4); }
.blog-card { display: grid; gap: var(--sp-4); overflow: hidden; padding: 0; }
.blog-card__media { display: block; aspect-ratio: 16 / 10; overflow: hidden; }
.blog-card__img { width: 100%; height: 100%; object-fit: cover; }
.blog-card__body { padding: 0 var(--sp-6) var(--sp-6); display: grid; gap: 10px; }
.blog-card__meta { display: flex; flex-wrap: wrap; gap: 10px; color: rgba(255,255,255,.48); font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.blog-card__cat { color: rgba(255,255,255,.72); }
.blog-card__title { font-size: 22px; line-height: 1.15; }
.blog-card__title a { color: #fff; }
.blog-card__excerpt { color: rgba(255,255,255,.66); line-height: 1.55; }
.blog-card__more { color: #fff; font-weight: 800; font-size: 14px; }
.blog-foot-cta, .blog-single__foot { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: var(--sp-10); }
.blog-pagination {
  margin-top: clamp(32px, 5vw, 72px);
  margin-bottom: var(--sp-4);
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.blog-pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.blog-pagination__item { flex: 0 0 auto; max-width: 100%; }
.blog-pagination .page-numbers {
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.025);
  color: rgba(255,255,255,.72);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  box-sizing: border-box;
  transition: background-color var(--dur) var(--ease), border-color var(--dur) var(--ease), color var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.blog-pagination a.page-numbers:hover,
.blog-pagination a.page-numbers:focus-visible {
  color: #fff;
  border-color: rgba(255,255,255,.34);
  background: rgba(255,255,255,.07);
  transform: translateY(-1px);
}
.blog-pagination .page-numbers.current {
  color: #000;
  background: #fff;
  border-color: #fff;
}
.blog-pagination .page-numbers.dots {
  border-color: transparent;
  background: transparent;
  min-width: auto;
  height: auto;
  padding-inline: 4px;
  color: rgba(255,255,255,.45);
  pointer-events: none;
}
.blog-pagination a.page-numbers:focus-visible {
  outline: 2px solid rgba(255,255,255,.55);
  outline-offset: 3px;
}
.blog-pagination .prev.page-numbers,
.blog-pagination .next.page-numbers {
  min-width: 48px;
  padding-inline: 16px;
}
.blog-pagination__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 767px) {
  .blog-pagination {
    margin-top: 36px;
    justify-content: flex-start;
  }
  .blog-pagination__list {
    justify-content: flex-start;
    gap: 8px;
  }
  .blog-pagination .page-numbers {
    min-width: 42px;
    height: 42px;
    padding-inline: 13px;
    font-size: 0.95rem;
  }
  .blog-pagination .prev.page-numbers,
  .blog-pagination .next.page-numbers {
    min-width: 48px;
  }
}
.blog-empty { margin-top: var(--sp-6); text-align: center; }
.blog-single__head { display: grid; gap: 10px; margin-bottom: var(--sp-6); }
.blog-single__meta { color: rgba(255,255,255,.52); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; display: flex; gap: 12px; flex-wrap: wrap; }
.blog-single__title { color: #fff; font-size: clamp(30px, 5vw, 44px); font-weight: 300; line-height: 1.05; }
.blog-single__hero { border-radius: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.10); margin-bottom: var(--sp-6); }
.blog-single__hero-img { width: 100%; display: block; object-fit: cover; max-height: 420px; }
.blog-single__content { color: rgba(255,255,255,.78); line-height: 1.7; }
.reviews__lead { color: rgba(255,255,255,.62); max-width: 52ch; line-height: 1.6; margin-top: 10px; }
.section-inline { margin-top: var(--sp-12); }
.section-inline h2 { color: #fff; font-size: 30px; font-weight: 300; letter-spacing: 0; margin-bottom: var(--sp-5); }
.proof-band { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin: var(--sp-6) 0; padding: 18px; border: 1px solid rgba(255,255,255,.10); border-radius: 18px; background: rgba(255,255,255,.035); }
.proof-band strong { color: #fff; font-size: 24px; }
.proof-band span { color: rgba(255,255,255,.62); }
.proof-band a { color: #fff; font-weight: 800; }
.content-page { display: grid; gap: var(--sp-6); }
.content-page .entry-content { display: grid; gap: 1rem; }

/* Legal pages — readable width and section rhythm */
.page-slug-polityka-prywatnosci .container--narrow {
  max-width: min(980px, calc(100% - (var(--gutter) * 2)));
}
.page-slug-polityka-prywatnosci .entry-content {
  gap: 1.15rem;
  line-height: 1.72;
  word-break: normal;
  overflow-wrap: break-word;
}
.page-slug-polityka-prywatnosci .entry-content .legal-meta {
  color: rgba(255,255,255,.82);
  margin-bottom: .25rem;
}
.page-slug-polityka-prywatnosci .entry-content h2 {
  margin-top: clamp(1.75rem, 4vw, 2.5rem);
  margin-bottom: .35rem;
  color: #fff;
  font-size: clamp(1.25rem, 3.2vw, 1.5rem);
  line-height: 1.3;
}
.page-slug-polityka-prywatnosci .entry-content h3 {
  margin-top: 1.35rem;
  margin-bottom: .25rem;
  color: rgba(255,255,255,.92);
  font-size: clamp(1.05rem, 2.8vw, 1.2rem);
  line-height: 1.35;
}
.page-slug-polityka-prywatnosci .entry-content ul {
  margin: .35rem 0 .5rem;
  padding-left: 1.35rem;
  display: grid;
  gap: .45rem;
}
.page-slug-polityka-prywatnosci .entry-content li {
  color: rgba(255,255,255,.68);
  line-height: 1.72;
}
.page-slug-polityka-prywatnosci .entry-content a {
  color: var(--accent, #B88A43);
  overflow-wrap: anywhere;
  word-break: normal;
}
.entry-hero-image { width: 100%; border-radius: 18px; border: 1px solid rgba(255,255,255,.10); }
.nav-links, .pagination { margin-top: var(--sp-8); color: #fff; }
.gallery-grid .gallery__item { min-height: 320px; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: var(--sp-8); }
.filter-button { min-height: 34px; padding: 0 13px; border-radius: 999px; border: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.72); font-size: 12px; font-weight: 800; }
a.filter-button { display: inline-flex; align-items: center; text-decoration: none; cursor: pointer; transition: color var(--dur) var(--ease), background var(--dur) var(--ease), border-color var(--dur) var(--ease); }
a.filter-button:hover { color: #fff; border-color: rgba(255,255,255,.28); }
.filter-button.is-active { background: #fff; color: #000; border-color: #fff; }
.faq-block { margin-top: var(--sp-12); }
.faq-block .section-heading {
  max-width: none;
  width: 100%;
}
.faq-list {
  display: grid;
  width: 100%;
  max-width: none;
  border-top: 1px solid rgba(255,255,255,.10);
}
.faq-item { border-bottom: 1px solid rgba(255,255,255,.10); }
.faq-item h3 { margin: 0; }
.faq-item button {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 22px 0;
  min-height: 56px;
  color: #fff;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
}
.faq-item button > span:first-child { min-width: 0; }
.faq-item__panel { padding: 0 0 22px; color: rgba(255,255,255,.64); }
.location-panel {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.01)), #050505;
}
.location-panel__inner {
  display: grid;
  gap: clamp(24px, 4vw, 40px);
  padding: clamp(28px, 5vw, 48px);
}
.location-panel__header {
  display: grid;
  gap: var(--sp-4);
  max-width: 760px;
}
.location-panel__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}
.location-panel__meta,
.location-panel__hours {
  min-width: 0;
}
.location-panel__meta {
  display: grid;
  gap: var(--sp-4);
}
.location-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-4);
  align-items: center;
}
.location-panel h2 { color: #fff; font-size: clamp(34px,4vw,58px); font-weight: 300; line-height: 1.05; letter-spacing: 0; }
.location-panel address { color: rgba(255,255,255,.70); font-style: normal; line-height: 1.65; }
.contact-list, .opening-hours ul { display: grid; gap: 10px; color: rgba(255,255,255,.62); }
.contact-list div, .opening-hours li { display: flex; justify-content: space-between; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.08); padding-bottom: 10px; }
.opening-hours h3 { color: #fff; margin-bottom: 8px; }
.svc-block { padding: var(--sp-20) 0; background: #000; position: relative; }
.svc-block--warm { background: radial-gradient(circle at 75% 0, rgba(255,255,255,.05), transparent 34%), #000; }
.svc-block__title { color: #fff; font-size: clamp(28px, 3vw, 40px); font-weight: 300; margin-bottom: var(--sp-5); }
.svc-intro__split { display: grid; grid-template-columns: 1.1fr 1fr; gap: var(--sp-10); align-items: start; }
.svc-intro__copy { display: grid; gap: var(--sp-4); color: rgba(255,255,255,.72); line-height: 1.7; }
.svc-process__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--sp-5);
}
.svc-process__steps--count-1 { grid-template-columns: minmax(0, 1fr); max-width: 420px; }
.svc-process__steps--count-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.svc-process__steps--count-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.svc-process__steps--count-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.svc-process__steps--count-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.svc-process__steps--count-6 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.svc-process__step { padding: var(--sp-5); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-md); background: rgba(255,255,255,.03); min-width: 0; }
.svc-process__step-k { color: rgba(255,255,255,.45); font-family: var(--ff-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 8px; }
.svc-process__step h3 { color: #fff; font-size: 18px; font-weight: 600; margin-bottom: 8px; overflow-wrap: anywhere; }
.svc-process__step p { color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.55; }
.check-list { display: grid; gap: 10px; color: rgba(255,255,255,.72); }
.check-list li::before { content: "✓ "; color: #fff; }
.svc-detail__effect { margin-top: var(--sp-4); color: rgba(255,255,255,.78); }
.svc-detail__aftercare { margin-top: var(--sp-6); color: rgba(255,255,255,.68); max-width: 72ch; line-height: 1.65; }
.svc-detail__price-card {
  display: grid;
  gap: var(--sp-6);
  padding: var(--sp-8);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r-lg);
  background: rgba(255,255,255,.04);
  overflow: hidden;
}
.svc-detail__price-card--media {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 0;
  padding: 0;
  align-items: stretch;
}
.svc-detail__price-card--compact {
  grid-template-columns: minmax(0, 1fr);
  max-width: 760px;
}
.svc-detail__price-content {
  display: grid;
  gap: var(--sp-5);
  padding: var(--sp-8);
  min-width: 0;
  align-content: start;
}
.svc-detail__price-card--media .svc-detail__price-content {
  padding: clamp(24px, 3vw, 40px);
}
.svc-detail__price-media {
  margin: 0;
  min-width: 0;
  background: #0a0a0a;
  position: relative;
  overflow: hidden;
}
.svc-detail__price-media .svc-detail__price-img,
.svc-detail__price-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(240px, 36vw, 420px);
  object-fit: cover;
}
.svc-detail__price-note { color: rgba(255,255,255,.58); font-size: 14px; margin: 0; max-width: 60ch; line-height: 1.6; }
.svc-detail__price-meta { display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--sp-5); }
.svc-detail__price-k { display: block; color: rgba(255,255,255,.5); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 6px; }
.svc-detail__price-v { color: #fff; font-size: clamp(22px, 2.6vw, 30px); font-weight: 600; }
.svc-detail__price-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.svc-detail__price-rows {
  display: grid;
  gap: 0;
  margin: 0;
  min-width: 0;
}
.svc-detail__price-card--rows .svc-detail__price-rows .price-row {
  margin: 0;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  background: transparent;
}
.svc-detail__price-card--rows .svc-detail__price-rows .price-row:first-child {
  border-top: 1px solid rgba(255,255,255,.1);
}
.svc-detail__price-card--rows .svc-detail__price-rows .price-row + .price-row {
  border-top: 1px solid rgba(255,255,255,.08);
}
.svc-detail__gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: var(--sp-4); margin: var(--sp-6) 0; }
.svc-detail__gallery-item { margin: 0; border-radius: var(--r-md); overflow: hidden; border: 1px solid rgba(255,255,255,.1); }
.svc-detail__gallery-item img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1; display: block; }
.svc-detail__gallery-note { color: rgba(255,255,255,.58); margin-bottom: var(--sp-4); }
.svc-detail__related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: var(--sp-5); margin-bottom: var(--sp-6); }
.svc-detail__related-card { padding: var(--sp-5); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-md); background: rgba(255,255,255,.03); }
.svc-detail__related-card h3 { font-size: 18px; margin-bottom: 8px; }
.svc-detail__related-card h3 a { color: #fff; text-decoration: none; }
.svc-detail__related-card h3 a:hover { color: var(--accent); }
.svc-detail__related-card p { color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.55; }
.svc-detail__related-meta { display: block; margin-top: 10px; color: rgba(255,255,255,.5); font-size: 13px; }
.svc-detail__related-links { display: flex; flex-wrap: wrap; gap: 12px; }
.price-row__main h3 a { color: #fff; text-decoration: none; }
.price-row__main h3 a:hover { color: var(--accent); }

@media (max-width: 1500px) {
  .gallery__col--level4 { display: none; }
}
@media (max-width: 1200px) {
  .gallery__col--level3 { display: none; }
}
@media (max-width: 1024px) {
  .gallery { padding: 0 0 var(--sp-24); }
  .gallery__head { grid-template-columns: 1fr; gap: var(--sp-6); }
  .gallery__col--outer,
  .gallery__col--inner { width: clamp(150px, 14vw, 200px); }
}
@media (max-width: 820px) {
  .gallery__col--outer { width: clamp(130px, 16vw, 180px); }
  .gallery__col--inner { width: clamp(140px, 18vw, 200px); }
}
@media (max-width: 680px) {
  .gallery__col--outer { display: none; }
  .gallery__col--inner { width: clamp(120px, 20vw, 170px); }
}

@media (max-width: 1024px) {
  :root {
    --gutter: var(--gutter-tablet);
    --MaXiM-logo-header-h: clamp(42px, 5.5vw, 54px);
    --MaXiM-logo-header-max-w: clamp(172px, 44vw, 236px);
  }
}

@media (max-width: 1180px) {
  :root { --nav-h-hero: 88px; }
  .nav__menu { display: none; }
  .btn--menu { display: inline-grid; }
  .nav__inner { grid-template-columns: auto 1fr; grid-template-rows: auto; padding: 12px 0; }
  .nav__brand { grid-row: 1; grid-column: 1; }
  .nav__topbar { display: none; }
  .nav__cta { grid-row: 1; grid-column: 2; }
  .nav__booksy { display: none; }
  .menu-panel__inner { grid-template-columns: 1fr 1fr; }
  .menu-panel__aside { grid-column: 1 / -1; }
  .menu-panel__head,
  .menu-panel__foot { display: none; }
  .menu-panel__sheet {
    min-height: auto;
    max-height: none;
    display: block;
  }
  .menu-panel__scroll {
    overflow: visible;
    padding: 0;
  }
  .menu-panel__services--legacy,
  .menu-panel__aside--legacy { display: block !important; }
  .menu-panel__heading { display: block; }
  .hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 280px);
    gap: clamp(28px, 3.5vw, 40px);
    padding-bottom: clamp(32px, 4vh, 48px);
  }
  .hero__content { max-width: min(920px, 100%); }
  .hero__title { max-width: 14em; }
  .hero__slider { width: min(280px, 100%); }
  .hero__slider-track { min-height: 320px; }
  .services__split, .door__layout, .academy__inner--team, .manifest__inner, .location-panel__body { grid-template-columns: 1fr; }
  .services__bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tile--big { grid-column: span 2; grid-row: auto; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  :root { --gutter: var(--gutter-mobile); --nav-h: 64px; }
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }
  body {
    /* Compact 4×1 mobile-quick dock (~52–56px) + insets */
    padding-bottom: calc(68px + env(safe-area-inset-bottom));
  }
  body.admin-bar .nav { top: 0; }
  .hide-mobile { display: none; }
  .show-mobile { display: inline; }
  .nav__brand {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex: 0 1 auto;
    min-width: 0;
    min-height: 44px;
    max-width: var(--MaXiM-logo-header-max-w);
    overflow: visible;
    padding: 2px 0;
  }
  .nav__logo-set {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: auto;
    min-width: 0;
    max-width: var(--MaXiM-logo-header-max-w);
    overflow: visible;
    flex: 0 1 auto;
    line-height: 0;
  }
  .nav__logo-set picture,
  .MaXiM-logo-picture--nav {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    max-width: var(--MaXiM-logo-header-max-w);
    line-height: 0;
  }
  .MaXiM-logo--nav,
  .MaXiM-logo-picture--nav,
  .nav__logo-set .MaXiM-logo--nav,
  .nav__brand .MaXiM-logo--nav,
  .MaXiM-logo-picture--nav .MaXiM-logo,
.maxim-logo {
    display: block !important;
    width: auto;
    height: var(--MaXiM-logo-header-h);
    max-width: var(--MaXiM-logo-header-max-w);
    max-height: var(--MaXiM-logo-header-h);
    object-fit: contain;
    object-position: left center;
  }
  .MaXiM-logo--nav-mark,
  .nav__logo-set .MaXiM-logo--nav-mark,
  .MaXiM-logo-picture--nav-mark {
    display: none !important;
  }
  .nav.is-scrolled .nav__logo-set .MaXiM-logo--nav,
  .nav.is-scrolled .MaXiM-logo-picture--nav .MaXiM-logo,
  .nav.is-scrolled .MaXiM-logo--nav {
    height: var(--MaXiM-logo-header-h);
    max-height: var(--MaXiM-logo-header-h);
  }
  .MaXiM-logo--watermark { opacity: .08; }
  .trust3__watermark, .reviews__watermark { width: min(88vw, var(--MaXiM-logo-decorative-w)); }
  .MaXiM-logo--diff { height: clamp(36px, 10vw, 44px); max-width: min(200px, 82vw); }
  .MaXiM-logo--cta-band { height: clamp(48px, 14vw, 88px); max-width: min(320px, 88vw); }
  :root {
    --MaXiM-logo-header-h: clamp(44px, 12vw, 54px);
    --MaXiM-logo-header-max-w: clamp(170px, 52vw, 236px);
    --MaXiM-section-badge-logo-h: clamp(16px, 4.5vw, 20px);
  }
  .nav { left: 0; right: 0; width: 100%; max-width: 100%; }
  .nav__inner {
    width: 100%;
    max-width: 100%;
    padding: 10px max(12px, env(safe-area-inset-right)) 10px max(12px, env(safe-area-inset-left));
    box-sizing: border-box;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto;
    gap: 8px;
    align-items: center;
  }
  .nav__brand {
    grid-column: 1;
    grid-row: 1;
    max-width: var(--MaXiM-logo-header-max-w);
    min-width: 0;
  }
  .nav__cta {
    position: static;
    grid-column: 2;
    grid-row: 1;
    z-index: auto;
    display: flex !important;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    justify-self: end;
    min-width: 0;
  }
  .nav__booking-cta {
    min-height: 44px;
    padding: 0 12px;
    font-size: 12px;
    flex-shrink: 0;
    box-shadow: none;
  }
  .nav__booking-cta .btn__face--hover { display: none; }
  .nav__booking-cta .btn__face--default {
    opacity: 1;
    transform: none;
  }
  .btn--menu {
    position: static !important;
    display: inline-grid !important;
    place-items: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    padding: 0;
    flex-shrink: 0;
    border-radius: 999px;
    border-color: rgba(255,255,255,.22);
    background: rgba(255,255,255,.06);
    color: #fff;
    backdrop-filter: blur(14px);
  }
  .btn--menu__icon { width: 16px; gap: 3px; }
  .btn--menu[aria-expanded="true"] {
    background: rgba(255,255,255,.10);
    border-color: rgba(255,255,255,.30);
  }
  .btn--menu:focus-visible {
    outline: 2px solid rgba(255,255,255,.85);
    outline-offset: 2px;
  }
  .menu-panel__item:focus-visible,
  .menu-panel__subitem:focus-visible {
    outline: 2px solid rgba(255,255,255,.55);
    outline-offset: 2px;
    border-radius: 4px;
  }
  .nav.is-open .nav__logo-set,
  .nav.is-open .MaXiM-logo-picture--nav {
    width: auto;
    height: auto;
    max-width: var(--MaXiM-logo-header-max-w);
    max-height: none;
  }
  .nav.is-open .MaXiM-logo--nav,
  .nav.is-open .MaXiM-logo-picture--nav .MaXiM-logo,
.maxim-logo {
    width: auto;
    height: var(--MaXiM-logo-header-h);
    max-width: var(--MaXiM-logo-header-max-w);
    max-height: var(--MaXiM-logo-header-h);
    object-fit: contain;
    object-position: left center;
  }
  .menu-panel {
    padding: 0;
    overflow: hidden;
    background: #000;
    height: 100dvh;
    max-height: 100dvh;
    backdrop-filter: none;
  }
  body.menu-open .mobile-quick,
  body.menu-open .cookies,
  body.menu-open .welcome {
    visibility: hidden !important;
    pointer-events: none !important;
  }
  .menu-panel__sheet {
    min-height: 100dvh;
    max-height: 100dvh;
    height: 100dvh;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    min-width: 0;
  }
  .menu-panel__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 10px;
    min-height: 64px;
    padding: calc(10px + env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) 14px max(16px, env(safe-area-inset-left));
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: #000;
    backdrop-filter: none;
    position: relative;
    z-index: 2;
  }
  .menu-panel__logo .MaXiM-logo--panel-head,
  .menu-panel__logo .MaXiM-logo-picture--panel-head {
    height: clamp(28px, 7vw, 40px);
    max-width: min(180px, 52vw);
    width: auto;
  }
  .menu-panel__booking {
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: none;
  }
  .menu-panel__booking .btn__face--hover { display: none; }
  .menu-panel__booking .btn__face--default {
    opacity: 1;
    transform: none;
  }
  .menu-panel__scroll {
    overflow: hidden;
    min-height: 0;
    min-width: 0;
    background: #000;
    padding: 6px max(20px, env(safe-area-inset-right)) 12px max(20px, env(safe-area-inset-left));
  }
  .menu-panel.is-open .menu-panel__scroll {
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  .menu-panel__foot {
    display: grid;
    gap: 10px;
    padding: 14px max(20px, env(safe-area-inset-right)) calc(16px + env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));
    border-top: 1px solid rgba(255,255,255,.08);
    background: #000;
    position: relative;
    z-index: 2;
  }
  .menu-panel__foot-cta {
    min-height: 48px;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
  }
  .menu-panel__foot-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }
  .menu-panel__foot-link {
    color: rgba(255,255,255,.78);
    font-size: 13px;
    font-weight: 700;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  .menu-panel__foot-note {
    color: rgba(255,255,255,.62);
    font-size: 12px;
    line-height: 1.45;
    margin: 0;
  }
  .menu-panel__inner {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 100%;
  }
  .menu-panel__heading,
  .menu-panel__services--legacy,
  .menu-panel__aside--legacy {
    display: none !important;
  }
  .menu-panel__nav {
    min-width: 0;
  }
  .menu-panel__list,
  .menu-panel__sublist {
    gap: 0;
  }
  .menu-panel__item,
  .menu-panel__toggle {
    gap: 0;
    min-height: 54px;
    padding: 12px 0;
    border-bottom: 0;
  }
  .menu-panel__item {
    display: flex;
    align-items: center;
    width: 100%;
    color: rgba(255,255,255,.88);
  }
  .menu-panel__subitem {
    gap: 0;
    min-height: 42px;
    padding: 8px 0;
    border-bottom: 0;
  }
  .menu-panel__txt {
    font-size: clamp(25px, 7.2vw, 34px);
    line-height: 1.05;
    letter-spacing: -0.035em;
    font-weight: 500;
  }
  .menu-panel__sub-txt {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: -0.01em;
    opacity: .78;
  }
  .menu-panel__num,
  .menu-panel__sub-num {
    display: none;
  }
  .menu-panel__accordion {
    padding: 2px 0 10px 2px;
    border-bottom: 1px solid rgba(255,255,255,.06);
    min-width: 0;
  }
  .menu-panel__group-label {
    color: rgba(255,255,255,.58);
    letter-spacing: .12em;
  }
  .menu-panel__subitem {
    min-width: 0;
  }
  .menu-panel__sub-txt {
    overflow-wrap: anywhere;
  }
  .menu-panel__toggle:focus-visible,
  .menu-panel__close:focus-visible,
  .menu-panel__hub:focus-visible {
    outline: 2px solid rgba(255,255,255,.75);
    outline-offset: 2px;
  }
  .hero { align-items: start; padding-top: 0; min-height: auto; }
  .hero__inner {
    width: 100%;
    max-width: var(--shell-max);
    padding-inline: var(--gutter);
    min-width: 0;
    margin-inline: auto;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--sp-6);
    padding-top: calc(var(--nav-h) + 24px);
    padding-bottom: 0;
    transform: none;
  }
  .hero__content { min-width: 0; max-width: 100%; gap: 14px; }
  .hero__eyebrow { max-width: 100%; flex-wrap: wrap; row-gap: 8px; font-size: 10px; letter-spacing: .16em; }
  .hero__eyebrow::before { flex: 0 0 34px; }
  .hero__title {
    max-width: 100%;
    font-size: var(--hero-title-size-mobile);
    line-height: 1.04;
    letter-spacing: -0.04em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
  .hero__lead { max-width: 100%; overflow-wrap: anywhere; font-size: 14px; line-height: 1.62; }
  .hero__slider { width: 100%; max-width: 100%; min-width: 0; justify-self: stretch; overflow: hidden; }
  .hero__slider-track { width: 100%; max-width: 100%; min-width: 0; min-height: 250px; aspect-ratio: 16 / 10; overflow: hidden; box-sizing: border-box; }
  .hero__slide-body { min-width: 0; padding: 22px; }
  .hero__slide-title, .hero__slide-desc { max-width: 100%; min-width: 0; overflow-wrap: anywhere; }
  .hero__slider-dots { display: none; }
  .hero__foot { position: relative; left: auto; bottom: auto; transform: none; width: auto; margin: var(--sp-6) 18px 0; grid-template-columns: minmax(0, 1fr); }
  .hero__foot-col { flex-direction: row; align-items: center; padding: 13px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .trust3, .services, .door, .academy, .reviews, .gallery, .manifest, .final-cta { padding-block: var(--sp-16); }
  .trust3__title, .services__title, .door__title, .academy__title { font-size: clamp(26px, 7vw, 36px); }
  .trust3__creators-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .creator-mini { gap: 8px; }
  .creator-mini__avatar { width: 42px; height: 42px; }
  .services__head { align-items: start; }
  .services .container { width: 100%; max-width: var(--shell-max); padding-inline: var(--gutter); min-width: 0; }
  .services__split {
    display: flex;
    flex-direction: column;
    gap: var(--sp-8);
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-top: var(--sp-8);
  }
  .services__bento-wrap,
  .services__bento:not(.services-carousel__track) {
    display: flex;
    flex-direction: column;
    gap: var(--sp-5);
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .tile:not(.tile--crystal) {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex: 0 0 auto;
  }
  .tile--big:not(.tile--crystal) {
    grid-column: auto;
    grid-row: auto;
    min-height: 220px;
    padding: var(--sp-5);
  }
  .tile--big .tile__bottom {
    margin-top: clamp(14px, 4vw, 22px);
  }
  .tile--big .tile__title { font-size: clamp(22px, 6vw, 32px); }
  .tile__desc { max-width: 100%; overflow-wrap: break-word; }
  .services__diff {
    padding: var(--sp-5);
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }
  .diff-portfolio__viewport { overflow: hidden; max-width: 100%; }
  .diff-portfolio__track {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    overflow: visible;
    width: 100%;
    max-width: 100%;
  }
  .portfolio-slide {
    flex: unset;
    width: 100%;
    max-width: 100%;
    min-height: 150px;
  }
  .gallery__head { grid-template-columns: 1fr; margin-bottom: var(--sp-8); }
  .gallery__title { max-width: 100%; font-size: clamp(28px, 8vw, 40px); }
  .gallery__lead { max-width: 100%; }
  .team-strip, .footer__grid, .discount-grid, .post-grid, .service-grid, .review-grid, .barber-grid, .gallery-grid { grid-template-columns: 1fr; }
  .door__photo { min-height: 320px; }
  .gallery__grid {
    display: block;
    column-count: 2;
    column-gap: 6px;
    max-width: min(560px, 100%);
    margin: 0 auto;
    padding: 0 8px;
    overflow: hidden;
  }
  .gallery__col--inner,
  .gallery__col--outer,
  .gallery__col--level1,
  .gallery__col--level2 { display: contents; }
  .gallery__col--level3,
  .gallery__col--level4 { display: none !important; }
  .gallery__item {
    display: block;
    width: 100%;
    margin: 0 0 6px;
    break-inside: avoid;
    aspect-ratio: 1 / 1;
  }
  .gallery__col--outer .gallery__item { aspect-ratio: 1 / 1; }
  .gallery__grid .gallery__col { opacity: 1; transform: none !important; }
  .page-hero {
    min-height: 0;
    padding-top: calc(var(--nav-h) + 24px);
    padding-bottom: var(--sp-10);
    justify-content: flex-end;
  }
  .page-hero--compact {
    min-height: 0;
    padding-bottom: var(--sp-8);
  }
  .page-hero__inner { gap: var(--sp-3); }
  .page-hero__meta,
  .page-hero__meta--count-1,
  .page-hero__meta--count-2,
  .page-hero__meta--count-3,
  .page-hero__meta--count-4,
  .page-hero[class*="page-hero--service_"] .page-hero__meta { grid-template-columns: 1fr; max-width: 100%; }
  .page-hero--about .page-hero__meta {
    grid-template-columns: 1fr;
    margin-top: var(--sp-3);
    border-color: rgba(255,255,255,.10);
    border-radius: 14px;
    background: rgba(255,255,255,.05);
    max-width: 100%;
  }
  .page-hero--about .page-hero__meta-item {
    padding: 10px 12px;
  }
  .page-hero--about .page-hero__meta-item:last-child {
    grid-column: auto;
  }
  .page-hero--about .page-hero__meta-k {
    margin-bottom: 4px;
    font-size: 10px;
  }
  .page-hero--about .page-hero__meta-v {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    color: rgba(255,255,255,.92);
  }
  .page-hero--about .page-hero__inner {
    gap: 10px;
  }
  .page-hero--about .page-hero__crumbs .breadcrumbs {
    letter-spacing: .12em;
  }
  .page-hero--about .page-hero__lead {
    font-size: 14px;
    line-height: 1.5;
    max-width: 34ch;
  }
  .page-hero__title { font-size: clamp(28px, 8vw, 40px); }
  .page-hero__lead {
    font-size: 15px;
    line-height: 1.55;
    max-width: 36ch;
    color: rgba(255,255,255,.78);
  }
  .page-hero__cta {
    gap: 10px;
    margin-top: var(--sp-1);
  }
  .page-hero__cta .btn {
    min-height: 44px;
  }
  .page-shell { padding: calc(var(--nav-h) + 36px) 0 calc(var(--sp-12) + 64px); }
  .page-shell--below-hero { padding: var(--sp-10) 0 calc(var(--sp-12) + 64px); }
  .page-shell--error { padding: var(--sp-10) 0 calc(var(--sp-10) + 64px); }
  .svc-intro__split { grid-template-columns: 1fr; }
  .section-heading { gap: var(--sp-3); margin-bottom: var(--sp-6); }
  .breadcrumbs { margin-bottom: 16px; font-size: 12px; }
  .gallery__title, .reviews__title, .final-cta h2, .section-heading h1, .section-heading h2, .content-page h1, .page-shell h1 { font-size: clamp(28px, 8vw, 40px); line-height: 1.1; }
  .review { width: min(310px, calc(100vw - 48px)); }
  .price-list { border-top: 0; gap: 12px; }
  .price-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 14px;
    background: rgba(255,255,255,.045);
    border-bottom: 1px solid rgba(255,255,255,.14);
  }
  .price-row__price {
    font-size: 22px;
    justify-self: start;
    white-space: normal;
  }
  .price-row--consultation .price-row__text {
    max-width: none;
  }
  .price-row__time { font-size: 14px; }
  .price-row__cta {
    justify-self: start;
    min-height: 40px;
    font-size: 13px;
  }
  .price-section__cta {
    flex-direction: column;
    align-items: stretch;
  }
  .price-section__cta .button {
    width: 100%;
  }
  .container, .container--narrow, .layout-container, .site-container {
    width: 100%;
    max-width: var(--shell-max);
    padding-inline: var(--gutter);
    min-width: 0;
  }
  .footer__bottom { align-items: flex-start; flex-direction: column; }
  .cookies {
    left: max(12px, env(safe-area-inset-left));
    right: max(12px, env(safe-area-inset-right));
    bottom: calc(68px + 12px + env(safe-area-inset-bottom));
    padding: 0;
    background: transparent;
    transform: translateY(18px);
  }
  .cookies.is-open { transform: none; }
  .cookies__inner {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    padding: 16px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 18px;
    background: rgba(10,10,10,.94);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 70px -28px #000;
  }
  .cookies__body { flex: 1 1 auto; min-width: 0; }
  .cookies__actions { width: 100%; flex-wrap: wrap; }
  .cookies__btn { flex: 1 1 140px; min-width: 0; min-height: 44px; padding-inline: 10px; white-space: normal; }
  body.cookies-open { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  body.cookies-open.page-template-template-page-booking .page-shell--booking,
  body.cookies-open .booking-shell { margin-bottom: 0; }
  .welcome { display: none; }
  .mobile-quick { display: grid; }
  .main, .page-shell, .hero, .booking-shell { min-width: 0; max-width: 100%; }
  :root {
    --map-canvas-mobile-h: clamp(268px, 62vw, 360px);
  }
  .map-band--MaXiM {
    padding-bottom: calc(8px + env(safe-area-inset-bottom));
  }
  .map-band--MaXiM .map-band__stage {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }
  .map-band--MaXiM .map-band__canvas {
    grid-row: 1;
    grid-column: 1;
    position: relative;
    inset: auto;
    height: var(--map-canvas-mobile-h);
    min-height: var(--map-canvas-mobile-h);
    max-height: var(--map-canvas-mobile-h);
  }
  .map-band--MaXiM .map-band__overlay {
    grid-row: 1;
    grid-column: 1;
    position: relative;
    z-index: 3;
    align-self: stretch;
    min-height: var(--map-canvas-mobile-h);
    height: 100%;
    pointer-events: none;
  }
  .map-band__marker {
    top: 40%;
  }
  .map-band__label {
    width: min(260px, calc(100% - 32px));
    max-width: min(260px, calc(100% - 32px));
    min-width: min(220px, calc(100% - 32px));
    padding: 14px 18px;
    top: calc(100% + 14px);
  }
  .map-band__label strong { font-size: 14px; line-height: 1.35; }
  .map-band__label em { line-height: 1.5; }
  .map-band--MaXiM .map-band__toolbar {
    grid-row: 2;
    grid-column: 1;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    max-width: none;
    display: grid;
    gap: 14px;
    align-items: stretch;
    padding: 16px var(--gutter) 20px;
    margin-top: 0;
    background: #000;
    border-top: 1px solid rgba(255,255,255,.08);
    pointer-events: auto;
  }
  .map-band--MaXiM .map-band__open {
    max-width: none;
    width: 100%;
    padding: 14px 16px;
    border-radius: 14px;
  }
  .map-band--MaXiM .map-band__open-text strong { font-size: 14px; line-height: 1.45; }
  .map-band--MaXiM .map-band__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    justify-content: stretch;
  }
  .map-band--MaXiM .map-band__actions .btn {
    flex: none;
    justify-content: center;
    min-height: 48px;
    width: 100%;
  }
  .map-band--MaXiM .map-band__phone {
    display: inline-flex;
    grid-column: 1 / -1;
  }

  /* O salonie — map panel: vertical card, route CTA in normal flow */
  .about-location__map {
    --about-map-visual-h: clamp(260px, 70vw, 320px);
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
  }
  .about-location__map .map-band__canvas--panel {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    height: var(--about-map-visual-h);
    min-height: var(--about-map-visual-h);
    max-height: var(--about-map-visual-h);
    overflow: hidden;
    border-radius: inherit;
  }
  .about-location__map .map-band__overlay--panel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: var(--about-map-visual-h);
    min-height: 0;
    inset: auto;
    pointer-events: none;
  }
  .about-location__map .map-band__open--panel {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    margin: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 48px;
  }
  .about-location__map .map-band__open:hover,
  .about-location__map .map-band__open:focus-visible {
    transform: none;
  }
  .about-location__map .map-band__open-text {
    min-width: 0;
  }
  .about-location__map .map-band__open-text small {
    overflow-wrap: anywhere;
    word-break: normal;
    line-height: 1.45;
  }
  .lightbox__viewport { width: calc(100vw - 40px); }
}

@media (max-width: 420px) {
  .map-band--MaXiM .map-band__actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 380px) {
  .brand-wordmark { display: none; }
  :root {
    --MaXiM-logo-header-h: clamp(24px, 7vw, 32px);
    --MaXiM-logo-header-max-w: clamp(100px, 36vw, 140px);
    --MaXiM-section-badge-logo-h: clamp(16px, 4.5vw, 20px);
  }
  .nav__inner { gap: 6px; padding-inline: 10px; }
  .nav__cta { gap: 6px; }
  .nav__booking-cta { min-height: 44px; padding: 0 10px; font-size: 11px; }
  .menu-panel__txt { font-size: clamp(23px, 7vw, 29px); }
  .menu-panel__toggle,
  .menu-panel__item { min-height: 50px; }
  .menu-panel__sub-txt { font-size: 15px; }
  .mobile-quick a,
  .mobile-quick span,
  .mobile-quick__item {
    font-size: 11px;
    padding-inline: 2px;
    min-height: 50px;
  }
  .mobile-quick__item--muted {
    color: rgba(255,255,255,.42);
    cursor: not-allowed;
    pointer-events: none;
  }
}

@media (max-width: 900px) and (orientation: landscape) {
  .page-hero,
  .page-hero--compact,
  .page-hero--about {
    min-height: 0;
    padding-top: calc(var(--nav-h) + 16px);
    padding-bottom: var(--sp-6);
  }
  .page-hero__lead {
    font-size: 14px;
    max-width: 42ch;
  }
  .page-hero--about .page-hero__meta-item {
    padding: 8px 10px;
  }
}

/* —— Global width stability —— */
.main,
.page-shell,
.booking-shell,
.map-band--MaXiM,
.cta-band {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.page-shell .container,
.about-page__stack {
  width: 100%;
  max-width: var(--shell-max);
  min-width: 0;
}
.barber-grid,
.gallery-grid,
.discount-grid,
.service-grid,
.price-row,
.svc-detail__section {
  min-width: 0;
  max-width: 100%;
}
.map-band__stage,
.map-band__canvas {
  max-width: 100%;
  overflow: hidden;
}
.gallery__col {
  flex: 0 1 auto;
  max-width: clamp(140px, 13.5vw, 220px);
}

/* —— O salonie —— */
.about-page__stack { display: grid; gap: clamp(28px, 4vw, 48px); }
.about-section { padding-block: clamp(12px, 2vw, 28px); }
.about-intro__lead,
.about-history p,
.about-interior__copy p,
.about-location__copy p { color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.7; max-width: 62ch; }
.about-intro__links,
.about-process__cta,
.about-team__cta { display: flex; flex-wrap: wrap; gap: var(--sp-4); align-items: center; margin-top: var(--sp-6); }
.about-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--sp-5);
  margin-top: var(--sp-8);
}
.about-values--count-1 { grid-template-columns: minmax(0, 1fr); max-width: 420px; }
.about-values--count-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.about-values--count-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.about-values--count-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.about-values--count-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.about-values--count-6 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.about-value-card {
  display: grid;
  gap: var(--sp-3);
  padding: var(--sp-5);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  min-height: 100%;
}
.about-value-card__num {
  color: rgba(255,255,255,.45);
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: .12em;
}
.about-value-card h3 { color: #fff; font-size: 17px; font-weight: 700; line-height: 1.35; }
.about-value-card p { color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.6; margin: 0; }
.about-history__grid {
  display: grid;
  grid-template-columns: 1.4fr .9fr;
  gap: var(--sp-8);
  align-items: start;
}
.about-history__note {
  padding: var(--sp-5);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.03);
}
.about-history__note p { color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.65; margin: 0 0 var(--sp-3); }
.about-history__admin-hint { color: rgba(255,255,255,.48) !important; font-size: 13px !important; }
.about-interior__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(20px, 3vw, 40px);
  align-items: start;
}
.about-interior__collage {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: var(--sp-4);
  align-items: start;
}
.about-interior__photo { margin: 0; overflow: hidden; border-radius: 16px; background: #0a0a0a; }
.about-interior__photo img { display: block; width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 5; }
.about-interior__photo--main img { min-height: clamp(220px, 28vw, 360px); }
.about-interior__photo--secondary { margin-top: var(--sp-4); }
.about-process__steps {
  position: relative;
  display: grid;
  gap: 0;
  margin-top: var(--sp-6);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,.02);
}
.about-process__steps::before {
  content: none;
  display: none;
}
.about-process__step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--sp-4);
  padding: var(--sp-4) var(--sp-5);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.about-process__step:last-child { border-bottom: 0; }
.about-process__num {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.18);
  background: #000;
  font-family: var(--ff-mono);
  font-size: 12px;
  color: #fff;
}
.about-process__body h3 { color: #fff; font-size: 16px; font-weight: 700; margin-bottom: 4px; }
.about-process__body p { color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.55; margin: 0; }
.about-team .about-team__grid {
  margin-top: var(--sp-6);
  width: 100%;
  max-width: var(--layout-wide);
  margin-inline: auto;
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-5);
}
.about-team .barber-card {
  width: 100%;
  min-width: 0;
  max-width: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.about-team .barber-card__image {
  width: 100%;
  min-height: 160px;
  max-height: 220px;
}
.about-team .barber-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: clamp(14px, 1.2vw, 18px);
}
.about-team .barber-card h3 {
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.15;
}
.about-team .barber-card p {
  font-size: 13px;
  line-height: 1.55;
}
.about-team .barber-card .tile__cta {
  margin-top: auto;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.about-master {
  margin-top: var(--sp-8);
}
.about-master__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.8fr);
  gap: clamp(28px, 3.5vw, 56px);
  align-items: start;
}
.about-master__copy {
  display: grid;
  gap: 14px;
  max-width: 42rem;
  min-width: 0;
}
.about-master__copy h2 {
  margin: 0;
  color: rgba(255,255,255,.96);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
}
.about-master__copy h3 {
  margin: 0 0 8px;
  color: rgba(255,255,255,.9);
  font-size: 16px;
}
.about-master__lead,
.about-master__copy > p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 1.6;
}
.about-master__block { margin-top: 4px; }
.about-master__list {
  margin: 0;
  padding-left: 1.1rem;
  color: rgba(255,255,255,.82);
  display: grid;
  gap: 6px;
  font-size: 14px;
  line-height: 1.5;
}
.about-master__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}
.about-master__media {
  min-width: 0;
  max-width: min(360px, 100%);
  justify-self: end;
  width: 100%;
}
@media (max-width: 899px) {
  .about-master__grid { grid-template-columns: 1fr; }
  .about-master__media {
    justify-self: stretch;
    max-width: 420px;
  }
}

@media (min-width: 640px) {
  .about-team .about-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .about-team .about-team__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .about-team .about-team__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(16px, 1.4vw, 24px);
  }
}
.about-gallery__head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.7fr);
  gap: clamp(24px, 5vw, 96px);
  align-items: end;
  margin-bottom: clamp(28px, 4vw, 48px);
}
.about-gallery__head-left,
.about-gallery__head-right {
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
  min-width: 0;
}
.about-gallery__head-right {
  align-items: flex-start;
}
.about-gallery__head-left h2 {
  color: #fff;
  font-size: clamp(30px, 3.6vw, 44px);
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  max-width: 16ch;
}
.about-gallery__head-right p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 15px;
  line-height: 1.65;
  max-width: 48ch;
}
.about-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 1vw, 16px);
  width: 100%;
  max-width: var(--layout-wide);
  margin-inline: auto;
  min-width: 0;
}
.about-gallery__item {
  display: block;
  overflow: hidden;
  border-radius: clamp(10px, 1vw, 16px);
  border: 1px solid rgba(255,255,255,.1);
  aspect-ratio: 1 / 1;
  min-width: 0;
  min-height: 0;
  background: rgba(255,255,255,.04);
}
.about-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .about-gallery__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(12px, 1.2vw, 16px);
  }
}
@media (max-width: 767px) {
  .about-gallery__head {
    grid-template-columns: 1fr;
    gap: var(--sp-4);
    margin-bottom: var(--sp-6);
  }
}
.about-location__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-6);
  align-items: stretch;
}
.about-location__address {
  margin: var(--sp-4) 0;
  color: rgba(255,255,255,.86);
  font-style: normal;
  line-height: 1.6;
}
.about-location__cta { display: flex; flex-wrap: wrap; gap: var(--sp-3); margin-top: var(--sp-4); }
.about-location__map {
  position: relative;
  min-height: clamp(240px, 32vw, 360px);
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);
  background: #050505;
}

/* /pro-nas/ — Як нас знайти (entrance + interior photos) */
.about-find-us__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}
.about-find-us__copy .hero__eyebrow { margin-bottom: var(--sp-3); }
.about-find-us__copy h2 {
  color: #fff;
  font-size: clamp(28px, 3.6vw, 40px);
  line-height: 1.15;
  margin: 0 0 var(--sp-4);
}
.about-find-us__lead {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.7;
  max-width: 62ch;
  margin: 0;
}
.about-find-us__address {
  display: block;
  margin: var(--sp-5) 0 0;
  padding: var(--sp-4) var(--sp-5);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.88);
  font-style: normal;
  line-height: 1.6;
}
.about-find-us__address strong {
  display: block;
  margin-bottom: 0.35em;
  color: #fff;
}
.about-find-us__cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-3);
  margin-top: var(--sp-5);
}

/* Shared gallery shell: desktop mosaic / mobile scroll-snap carousel */
.about-find-us__gallery {
  display: grid;
  gap: var(--sp-4);
  min-width: 0;
}
.about-find-us__viewport {
  min-width: 0;
}
.about-find-us__track {
  list-style: none;
  margin: 0;
  padding: 0;
}
.about-find-us__slide {
  margin: 0;
  min-width: 0;
}
.about-find-us__photo {
  margin: 0;
  height: 100%;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #050505;
}
.about-find-us__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about-find-us__img--contain {
  object-fit: contain;
}
.about-find-us__chrome {
  display: none;
}
.about-find-us__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-3);
}
.about-find-us__btn {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1;
  transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease), color var(--dur) var(--ease), opacity var(--dur) var(--ease);
}
.about-find-us__btn:hover:not(:disabled) {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.about-find-us__btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.about-find-us__btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.about-find-us__counter {
  font-family: var(--ff-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.62);
  white-space: nowrap;
}
.about-find-us__caption {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

/* Desktop mosaic (same slides, no duplicate markup) */
@media (min-width: 1025px) {
  .about-find-us__viewport {
    overflow: visible;
  }
  .about-find-us__track {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(10px, 1.2vw, 14px);
    min-height: clamp(320px, 42vw, 520px);
  }
  .about-find-us__slide--entrance {
    grid-row: 1 / span 2;
    grid-column: 1;
  }
  .about-find-us__slide--interior-a {
    grid-column: 2;
    grid-row: 1;
  }
  .about-find-us__slide--interior-b {
    grid-column: 2;
    grid-row: 2;
  }
  .about-find-us__chrome {
    display: none !important;
  }
}

/* Mobile / tablet: one equal-geometry slide + chrome */
@media (max-width: 1024px) {
  .about-find-us__grid { grid-template-columns: 1fr; }
  .about-find-us__gallery {
    margin-top: var(--sp-2);
    gap: var(--sp-4);
  }
  .about-find-us__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    border-radius: 14px;
  }
  .about-find-us__viewport::-webkit-scrollbar {
    display: none;
  }
  .about-find-us__track {
    display: flex;
    gap: 0;
    min-height: 0;
  }
  .about-find-us__slide {
    flex: 0 0 100%;
    width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    aspect-ratio: 4 / 5;
  }
  .about-find-us__photo {
    width: 100%;
    height: 100%;
  }
  .about-find-us__chrome {
    display: grid;
    gap: var(--sp-3);
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-find-us__viewport {
    scroll-behavior: auto;
  }
  .about-find-us__btn {
    transition: none;
  }
}

.about-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 20px;
  padding: clamp(36px, 6vw, 64px) var(--sp-6);
  background: #0a0a0a;
}
.about-cta__media {
  position: absolute;
  inset: -1px;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: inherit;
}
.about-cta__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about-cta__overlay {
  position: absolute;
  inset: -1px;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.72) 42%, rgba(0,0,0,.68) 100%),
    linear-gradient(180deg, rgba(0,0,0,.58) 0%, rgba(0,0,0,.78) 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.10);
}
.about-cta__inner {
  position: relative;
  z-index: 2;
  display: grid;
  gap: var(--sp-4);
  max-width: 58ch;
}
.about-cta__inner h2 { color: #fff; font-size: clamp(28px, 4vw, 40px); }
.about-cta__inner p { color: rgba(255,255,255,.72); line-height: 1.7; }
.about-cta__buttons { flex-wrap: wrap; }
.about-crosslink {
  margin: 0 0 var(--sp-8);
  padding: var(--sp-4) var(--sp-5);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(255,255,255,.03);
  color: rgba(255,255,255,.78);
  font-size: 15px;
}
.about-crosslink a { font-weight: 700; margin-left: 6px; min-height: 44px; display: inline-flex; align-items: center; }
.about-faq { padding-top: var(--sp-4); }
.page-hero--about .page-hero__title { max-width: 16ch; }

@media (max-width: 1179px) and (min-width: 901px) {
  .about-values--count-5,
  .svc-process__steps--count-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .about-values--count-4,
  .svc-process__steps--count-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .about-values:not([data-count]),
  .about-values--count-3,
  .about-values--count-4,
  .about-values--count-6,
  .svc-process__steps--count-3,
  .svc-process__steps--count-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-history__grid,
  .about-interior__grid,
  .about-location__grid,
  .about-find-us__grid { grid-template-columns: 1fr; }
  .about-interior__photo--secondary { margin-top: 0; }

  .svc-detail__price-card--media {
    grid-template-columns: 1fr;
  }
  .svc-detail__price-media .svc-detail__price-img,
  .svc-detail__price-media img {
    min-height: clamp(200px, 52vw, 280px);
    aspect-ratio: 16 / 10;
    height: auto;
  }
}

@media (max-width: 900px) {
  .about-values--count-5,
  .svc-process__steps--count-5,
  .about-values--count-4,
  .svc-process__steps--count-4,
  .svc-process__steps--count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .about-values,
  .about-values--count-2,
  .about-values--count-3,
  .about-values--count-4,
  .about-values--count-5,
  .about-values--count-6,
  .svc-process__steps,
  .svc-process__steps--count-2,
  .svc-process__steps--count-3,
  .svc-process__steps--count-4,
  .svc-process__steps--count-5,
  .svc-process__steps--count-6 {
    grid-template-columns: 1fr !important;
  }
  .about-interior__collage { grid-template-columns: 1fr; }
  .about-process__steps::before { display: none; }
  .about-process__step { padding: var(--sp-4); }
}

/* —— Barberzy listing page (/barberzy/) —— */
.barbers-page .barber-grid {
  width: 100%;
  max-width: var(--layout-wide);
  margin-inline: auto;
  min-width: 0;
}

.barbers-page .barber-card {
  width: 100%;
  min-width: 0;
  max-width: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.barbers-page .barber-card__image {
  width: 100%;
  aspect-ratio: 4 / 5;
  min-height: 240px;
  max-height: 420px;
  background: linear-gradient(135deg, rgba(255,255,255,.05), rgba(255,255,255,.015));
}

.barbers-page .barber-card__image img {
  object-position: center 12%;
}

.barbers-page .barber-grid--solo {
  grid-template-columns: minmax(0, 520px);
  justify-content: start;
}

.profile-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-4);
  margin: var(--sp-7) 0 var(--sp-5);
}

.barbers-page .barber-card__avatar-placeholder {
  width: 88px;
  height: 88px;
  font-size: 30px;
  margin-bottom: 10px;
}

.barbers-page .barber-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: clamp(16px, 1.4vw, 20px);
}

.barbers-page .barber-card h3 {
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.15;
}

.barbers-page .barber-card p {
  font-size: 13px;
  line-height: 1.55;
}

.barbers-page .barber-card .tile__cta {
  margin-top: auto;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

@media (min-width: 1181px) {
  .barbers-page .barber-grid,
  .page-template-template-page-barberzy .barber-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(18px, 1.6vw, 28px);
  }
}

@media (min-width: 641px) and (max-width: 1180px) {
  .barbers-page .barber-grid,
  .page-template-template-page-barberzy .barber-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(16px, 2.4vw, 24px);
  }
}

@media (max-width: 640px) {
  .barbers-page .barber-grid,
  .page-template-template-page-barberzy .barber-grid {
    grid-template-columns: 1fr;
    gap: var(--sp-5);
  }

  .barbers-page .barber-card__image {
    min-height: 200px;
    max-height: 280px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .map-band__pulse { animation: none; opacity: .55; }
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}

@media print {
  .reveal { opacity: 1 !important; transform: none !important; }
}

.home-proof,
.popular-services,
.answer-blocks,
.comparison-block,
.service-next-links,
.barber-guidance {
  padding: var(--sp-16) 0;
  background: #080908;
}

.home-proof__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: var(--sp-8);
  align-items: start;
}

.home-proof__copy h2,
.answer-blocks__head h2,
.comparison-block__head h2,
.barber-guidance h2 {
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.12;
}

.home-proof__copy p,
.answer-blocks__head p,
.comparison-block__head p {
  max-width: 760px;
  color: rgba(255,255,255,.74);
  line-height: 1.7;
}

.home-proof__cards,
.popular-services__grid,
.answer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--sp-4);
}

.home-proof__cards article,
.popular-service-card,
.answer-card {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: #121312;
  padding: var(--sp-5);
}

.home-proof__cards strong,
.popular-service-card h3,
.answer-card h3 {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
}

.home-proof__cards span,
.popular-service-card p,
.answer-card p {
  color: rgba(255,255,255,.72);
  line-height: 1.6;
}

.popular-service-card {
  display: grid;
  gap: 12px;
}

.popular-service-card > span {
  color: rgba(255,255,255,.55);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.popular-service-card h3 a {
  color: #fff;
  text-decoration: none;
}

.popular-service-card strong {
  color: var(--accent);
}

.popular-service-card > a {
  color: #fff;
  font-weight: 800;
}

.answer-blocks__head,
.comparison-block__head {
  display: grid;
  gap: var(--sp-3);
  margin-bottom: var(--sp-6);
}

.comparison-table-wrap {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  overflow: visible;
}

/* —— Responsive tables (desktop + mobile) —— */
#main .responsive-table,
.main .responsive-table,
.page-shell .responsive-table,
.comparison-block .responsive-table,
#main .entry-content table,
.page-shell .entry-content table,
#main .wp-block-table table,
.page-shell .wp-block-table table,
.comparison-table.responsive-table {
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.025);
}

#main .responsive-table th,
#main .responsive-table td,
.main .responsive-table th,
.main .responsive-table td,
.page-shell .responsive-table th,
.page-shell .responsive-table td,
.comparison-block .responsive-table th,
.comparison-block .responsive-table td,
#main .entry-content table th,
#main .entry-content table td,
.page-shell .entry-content table th,
.page-shell .entry-content table td,
#main .wp-block-table table th,
#main .wp-block-table table td,
.page-shell .wp-block-table table th,
.page-shell .wp-block-table table td,
.comparison-table.responsive-table th,
.comparison-table.responsive-table td {
  padding: clamp(14px, 1.4vw, 22px);
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(255,255,255,.09);
  color: rgba(255,255,255,.74);
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: normal;
}

#main .responsive-table thead th,
.main .responsive-table thead th,
.page-shell .responsive-table thead th,
.comparison-block .responsive-table thead th,
#main .entry-content table thead th,
.page-shell .entry-content table thead th,
#main .wp-block-table table thead th,
.page-shell .wp-block-table table thead th,
.comparison-table.responsive-table thead th {
  color: #fff;
  font-weight: 700;
}

#main .responsive-table tbody th[scope="row"],
.main .responsive-table tbody th[scope="row"],
.page-shell .responsive-table tbody th[scope="row"],
.comparison-block .responsive-table tbody th[scope="row"],
.comparison-table.responsive-table tbody th[scope="row"] {
  color: #fff;
  font-weight: 800;
}

#main .responsive-table tr:last-child th,
#main .responsive-table tr:last-child td,
.main .responsive-table tr:last-child th,
.main .responsive-table tr:last-child td,
.page-shell .responsive-table tr:last-child th,
.page-shell .responsive-table tr:last-child td,
.comparison-block .responsive-table tr:last-child th,
.comparison-block .responsive-table tr:last-child td,
#main .entry-content table tr:last-child th,
#main .entry-content table tr:last-child td,
.page-shell .entry-content table tr:last-child th,
.page-shell .entry-content table tr:last-child td,
#main .wp-block-table table tr:last-child th,
#main .wp-block-table table tr:last-child td,
.page-shell .wp-block-table table tr:last-child th,
.page-shell .wp-block-table table tr:last-child td,
.comparison-table.responsive-table tr:last-child th,
.comparison-table.responsive-table tr:last-child td {
  border-bottom: 0;
}

#main .wp-block-table,
.page-shell .wp-block-table {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: visible;
}

#main .wp-block-table figcaption,
.page-shell .wp-block-table figcaption {
  margin-top: 10px;
  color: rgba(255,255,255,.52);
  font-size: 13px;
}

@media (max-width: 767px) {
  #main .responsive-table,
  .main .responsive-table,
  .page-shell .responsive-table,
  .comparison-block .responsive-table,
  #main .entry-content table,
  .page-shell .entry-content table,
  #main .wp-block-table table,
  .page-shell .wp-block-table table,
  .comparison-table.responsive-table {
    display: block;
    width: 100%;
    border: 0;
    background: transparent;
    table-layout: auto;
  }

  #main .responsive-table thead,
  .main .responsive-table thead,
  .page-shell .responsive-table thead,
  .comparison-block .responsive-table thead,
  #main .entry-content table thead,
  .page-shell .entry-content table thead,
  #main .wp-block-table table thead,
  .page-shell .wp-block-table table thead,
  .comparison-table.responsive-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
  }

  #main .responsive-table tbody,
  .main .responsive-table tbody,
  .page-shell .responsive-table tbody,
  .comparison-block .responsive-table tbody,
  #main .entry-content table tbody,
  .page-shell .entry-content table tbody,
  #main .wp-block-table table tbody,
  .page-shell .wp-block-table table tbody,
  .comparison-table.responsive-table tbody {
    display: grid;
    gap: 12px;
  }

  #main .responsive-table tr,
  .main .responsive-table tr,
  .page-shell .responsive-table tr,
  .comparison-block .responsive-table tr,
  #main .entry-content table tr,
  .page-shell .entry-content table tr,
  #main .wp-block-table table tr,
  .page-shell .wp-block-table table tr,
  .comparison-table.responsive-table tr {
    display: block;
    width: 100%;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 14px;
    background: rgba(255,255,255,.025);
    overflow: hidden;
  }

  #main .responsive-table td,
  .main .responsive-table td,
  .page-shell .responsive-table td,
  .comparison-block .responsive-table td,
  #main .entry-content table td,
  .page-shell .entry-content table td,
  #main .wp-block-table table td,
  .page-shell .wp-block-table table td,
  .comparison-table.responsive-table td {
    display: grid;
    grid-template-columns: minmax(92px, 0.38fr) minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    width: 100%;
    box-sizing: border-box;
  }

  #main .responsive-table tbody th[scope="row"],
  .main .responsive-table tbody th[scope="row"],
  .page-shell .responsive-table tbody th[scope="row"],
  .comparison-block .responsive-table tbody th[scope="row"],
  #main .entry-content table tbody th[scope="row"],
  .page-shell .entry-content table tbody th[scope="row"],
  #main .wp-block-table table tbody th[scope="row"],
  .page-shell .wp-block-table table tbody th[scope="row"],
  .comparison-table.responsive-table tbody th[scope="row"] {
    display: block;
    width: 100%;
    padding: 14px 16px 10px;
    border-bottom: 1px solid rgba(255,255,255,.12);
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    box-sizing: border-box;
  }

  #main .responsive-table td:last-child,
  .main .responsive-table td:last-child,
  .page-shell .responsive-table td:last-child,
  .comparison-block .responsive-table td:last-child,
  #main .entry-content table td:last-child,
  .page-shell .entry-content table td:last-child,
  #main .wp-block-table table td:last-child,
  .page-shell .wp-block-table table td:last-child,
  .comparison-table.responsive-table td:last-child {
    border-bottom: 0;
  }

  #main .responsive-table td::before,
  .main .responsive-table td::before,
  .page-shell .responsive-table td::before,
  .comparison-block .responsive-table td::before,
  #main .entry-content table td::before,
  .page-shell .entry-content table td::before,
  #main .wp-block-table table td::before,
  .page-shell .wp-block-table table td::before,
  .comparison-table.responsive-table td::before {
    content: attr(data-label);
    color: #fff;
    font-weight: 700;
    line-height: 1.25;
  }

  #main .responsive-table td:not([data-label])::before,
  .main .responsive-table td:not([data-label])::before,
  .page-shell .responsive-table td:not([data-label])::before,
  .comparison-block .responsive-table td:not([data-label])::before,
  #main .entry-content table td:not([data-label])::before,
  .page-shell .entry-content table td:not([data-label])::before,
  #main .wp-block-table table td:not([data-label])::before,
  .page-shell .wp-block-table table td:not([data-label])::before,
  .comparison-table.responsive-table td:not([data-label])::before {
    content: none;
  }

  #main .responsive-table tbody th[scope="row"]::before,
  .main .responsive-table tbody th[scope="row"]::before,
  .page-shell .responsive-table tbody th[scope="row"]::before,
  .comparison-block .responsive-table tbody th[scope="row"]::before,
  #main .entry-content table tbody th[scope="row"]::before,
  .page-shell .entry-content table tbody th[scope="row"]::before,
  #main .wp-block-table table tbody th[scope="row"]::before,
  .page-shell .wp-block-table table tbody th[scope="row"]::before,
  .comparison-table.responsive-table tbody th[scope="row"]::before {
    content: none;
  }
}

@media (max-width: 380px) {
  #main .responsive-table td,
  .main .responsive-table td,
  .page-shell .responsive-table td,
  .comparison-block .responsive-table td,
  #main .entry-content table td,
  .page-shell .entry-content table td,
  #main .wp-block-table table td,
  .page-shell .wp-block-table table td,
  .comparison-table.responsive-table td {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  padding: 18px;
  border-bottom: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.78);
  text-align: left;
  vertical-align: top;
  line-height: 1.55;
}

.comparison-table thead th,
.comparison-table tbody th {
  color: #fff;
  font-weight: 800;
}

.price-row__for {
  margin-top: 6px;
  color: rgba(255,255,255,.64);
}

.service-next-links__inner {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-3);
  align-items: center;
}

.barber-guidance {
  margin-top: var(--sp-8);
  padding-bottom: 0;
}

.barber-guidance h2 {
  margin-bottom: var(--sp-5);
}

.barber-card__status {
  color: rgba(255,255,255,.62);
  font-size: 13px;
}

.location-panel__note {
  color: rgba(255,255,255,.72);
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .home-proof__grid,
  .home-proof__cards,
  .popular-services__grid,
  .answer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .home-proof,
  .popular-services,
  .answer-blocks,
  .comparison-block,
  .service-next-links,
  .barber-guidance {
    padding: var(--sp-10) 0;
  }

  .home-proof__grid,
  .home-proof__cards,
  .popular-services__grid,
  .answer-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Crystal services: carousel (mobile/tablet) + bento (desktop) ── */
.services--crystal {
  padding-block: var(--section-pad-md);
  overflow: visible;
  scroll-margin-top: calc(var(--nav-h) + 12px);
}

.services--crystal .services__shell {
  display: flex;
  flex-direction: column;
  gap: var(--sp-8);
  min-width: 0;
}

.services--crystal .services__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--sp-8);
  flex-wrap: wrap;
}

.services-layout {
  display: flex;
  flex-direction: column;
  gap: var(--sp-8);
  min-width: 0;
}

.services-carousel {
  min-width: 0;
  width: 100%;
}

.services-carousel__viewport {
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  width: 100%;
  max-width: 100%;
  outline: none;
  scroll-padding-inline-start: var(--gutter);
}

.services-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.services-carousel__track {
  --carousel-peek: clamp(40px, 12vw, 56px);
  --carousel-card-w: clamp(300px, calc(100vw - var(--gutter) - var(--carousel-peek)), 390px);
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: clamp(14px, 3.6vw, 18px);
  width: max-content;
  padding-inline-start: var(--gutter);
  padding-inline-end: var(--gutter);
  padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  box-sizing: border-box;
}

.services-carousel__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
  padding: var(--sp-4) var(--gutter) calc(12px + env(safe-area-inset-bottom, 0px));
}

.services-carousel__counter {
  color: rgba(255,255,255,.55);
  font-size: 12px;
  font-family: var(--ff-mono);
  letter-spacing: .06em;
}

.services-carousel__progress {
  flex: 1;
  max-width: 120px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  overflow: hidden;
}

.services-carousel__progress span {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: #fff;
  transition: width 400ms var(--ease-out);
}

.services--crystal .tile--crystal {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 0 0 var(--carousel-card-w, clamp(300px, 86vw, 390px));
  width: var(--carousel-card-w, clamp(300px, 86vw, 390px));
  max-width: calc(100vw - var(--gutter) - clamp(32px, 10vw, 48px));
  min-height: clamp(400px, 62svh, 480px);
  scroll-snap-align: start;
  scroll-snap-stop: always;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.12);
  text-decoration: none;
  padding: 18px 18px 20px;
  overflow: hidden;
  box-sizing: border-box;
  transform: none;
}

.services--crystal .tile--crystal.tile--big {
  min-height: clamp(430px, 68svh, 520px);
  padding: 20px 18px 22px;
}

.services--crystal .tile--crystal::before {
  display: none;
}

.services--crystal .tile__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,.02) 34%, rgba(0,0,0,.55) 62%, rgba(0,0,0,.94) 100%);
}

.services--crystal .tile__top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 16px;
  pointer-events: none;
}

.services--crystal .tile__num {
  position: static;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-family: var(--ff-mono);
}

.services--crystal .tile__badge {
  position: static;
  flex: 0 1 auto;
  max-width: min(220px, calc(100% - 56px));
  margin-left: auto;
  padding: 7px 11px;
  border-radius: 999px;
  background: #fff;
  color: #000;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.services--crystal .tile__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
  min-width: 0;
}

.services--crystal .tile__title {
  color: #fff;
  font-size: clamp(20px, 4.8vw, 26px);
  font-weight: 500;
  line-height: 1.12;
}

.services--crystal .tile--big .tile__title {
  font-size: clamp(24px, 5.6vw, 34px);
  font-weight: 400;
}

.services--crystal .tile__desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgba(255,255,255,.76);
  font-size: 13px;
  line-height: 1.55;
  max-width: 36ch;
}

.services--crystal .tile__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.services--crystal .tile__tag {
  padding: 5px 9px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: rgba(255,255,255,.84);
  font-size: 11px;
  line-height: 1;
}

.services--crystal .tile__cta {
  align-self: flex-start;
  margin-top: 4px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,.16);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.services--crystal .tile__media-img,
.services--crystal .tile__media img {
  object-position: var(--service-object-position, center 42%);
}

/* Homepage-only focal framing for pinned service media (img modifiers + tile tokens) */
.services--crystal .tile--media-pmu-lips,
.services--crystal .tile--media-pmu-lips .tile__media-img,
.services--crystal .tile__media-img--pmu-lips {
  --service-object-position: 65% 45%;
  object-position: 65% 45%;
}
.services--crystal .tile--media-cover-up,
.services--crystal .tile--media-cover-up .tile__media-img,
.services--crystal .tile__media-img--cover-up {
  --service-object-position: 58% 40%;
  object-position: 58% 40%;
}

.hero__slide--pmu-lips .hero__slide-bg {
  --hero-slide-position: 65% 45%;
}
.hero__slide--cover-up .hero__slide-bg {
  --hero-slide-position: 58% 40%;
}

@media (max-width: 1024px) {
  .services--crystal .tile--media-pmu-lips,
  .services--crystal .tile--media-pmu-lips .tile__media-img,
  .services--crystal .tile__media-img--pmu-lips {
    --service-object-position: 66% 48%;
    object-position: 66% 48%;
  }
  .services--crystal .tile--media-cover-up,
  .services--crystal .tile--media-cover-up .tile__media-img,
  .services--crystal .tile__media-img--cover-up {
    --service-object-position: 56% 38%;
    object-position: 56% 38%;
  }
  .hero__slide--pmu-lips .hero__slide-bg {
    --hero-slide-position: 66% 48%;
  }
  .hero__slide--cover-up .hero__slide-bg {
    --hero-slide-position: 56% 38%;
  }
}

@media (max-width: 767px) {
  .services--crystal .tile--media-pmu-lips,
  .services--crystal .tile--media-pmu-lips .tile__media-img,
  .services--crystal .tile__media-img--pmu-lips {
    --service-object-position: 68% 52%;
    object-position: 68% 52%;
  }
  .services--crystal .tile--media-cover-up,
  .services--crystal .tile--media-cover-up .tile__media-img,
  .services--crystal .tile__media-img--cover-up {
    --service-object-position: 55% 36%;
    object-position: 55% 36%;
  }
  .hero__slide--pmu-lips .hero__slide-bg {
    --hero-slide-position: 68% 52%;
  }
  .hero__slide--cover-up .hero__slide-bg {
    --hero-slide-position: 55% 36%;
  }
}

.services--crystal .tile--crystal:hover {
  transform: none;
  box-shadow: none;
}

.services__diff--crystal {
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.12);
  background:
    linear-gradient(180deg, rgba(255,255,255,.07) 0%, rgba(255,255,255,.02) 38%, rgba(0,0,0,.42) 100%),
    radial-gradient(ellipse at 84% 12%, rgba(255,255,255,.08), transparent 42%),
    #080808;
  padding: clamp(var(--sp-6), 4vw, var(--sp-8));
  min-width: 0;
}

.services__diff--crystal .services__diff-title {
  font-size: clamp(26px, 4vw, 34px);
}

.services__diff--crystal .diff-portfolio {
  margin-top: 2px;
}

.services__diff--crystal .diff-portfolio__viewport {
  overflow: hidden;
  border-radius: 16px;
}

.services__diff--crystal .diff-portfolio__track {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2px;
}

.services__diff--crystal .diff-portfolio__track::-webkit-scrollbar {
  display: none;
}

.services__diff--crystal .portfolio-slide {
  flex: 0 0 min(148px, 42vw);
  min-height: 168px;
  margin: 0;
  border-radius: 16px;
  scroll-snap-align: start;
  border: 1px solid rgba(255,255,255,.10);
}

.services__diff--crystal .portfolio-slide--salon .portfolio-slide__bottom {
  justify-content: flex-start;
}

.services__diff-actions {
  display: grid;
  gap: 12px;
  margin-top: 4px;
}

.services__diff-about {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.18);
  align-self: center;
}

.services__diff-about:hover {
  color: #fff;
  border-bottom-color: rgba(255,255,255,.42);
}

.portfolio-slide__media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 40%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .services--crystal .services-carousel {
    width: calc(100% + (var(--gutter) * 2));
    max-width: 100vw;
    margin-inline: calc(var(--gutter) * -1);
  }

  .services--crystal .services-carousel__meta {
    padding-inline: var(--gutter);
  }

  .services-carousel__track {
    --carousel-peek: clamp(48px, 14vw, 72px);
    --carousel-card-w: clamp(340px, calc(100vw - var(--gutter) - var(--carousel-peek)), 480px);
  }

  .services--crystal .tile--crystal {
    min-height: clamp(420px, 58svh, 520px);
  }

  .services--crystal .tile--crystal.tile--big {
    min-height: clamp(450px, 64svh, 540px);
  }
}

@media (min-width: 1024px) {
  .services-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    gap: 28px;
    align-items: stretch;
  }

  .services-carousel__viewport {
    overflow: visible;
    scroll-snap-type: none;
  }

  .services-carousel__track {
    --carousel-card-w: auto;
    display: grid;
    grid-template-columns: minmax(380px, 1.4fr) repeat(2, minmax(220px, 0.85fr));
    grid-auto-rows: minmax(260px, auto);
    gap: 18px;
    width: 100%;
    min-width: 0;
    padding-inline: 0;
    padding-bottom: 0;
  }

  .services--crystal .tile--crystal {
    flex: unset;
    width: auto;
    max-width: none;
    min-height: 300px;
    scroll-snap-align: unset;
    scroll-snap-stop: normal;
  }

  .services--crystal .tile--crystal.tile--big {
    grid-row: span 2;
    min-height: 580px;
  }

  .services--crystal .tile--crystal:nth-child(6) {
    grid-column: 2 / -1;
  }

  .services--crystal .tile--crystal:nth-child(n+7) {
    display: none;
  }

  .services-carousel__meta {
    display: none;
  }

  .services__diff--crystal {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: var(--sp-5);
    min-height: 100%;
    align-self: stretch;
  }

  .services__diff--crystal .diff-portfolio__track {
    margin-top: auto;
  }

  .services__diff--crystal .portfolio-slide {
    flex: 0 0 min(132px, 31%);
    min-height: 156px;
  }
}

@media (max-width: 767px) {
  .hero__slider,
  .hero__foot {
    display: none;
  }

  .hero__inner {
    gap: var(--sp-6);
    padding-bottom: clamp(20px, 4vh, 32px);
  }

  .services--crystal .services__head {
    align-items: flex-start;
  }

  .services--crystal .services-carousel {
    width: calc(100% + (var(--gutter) * 2));
    max-width: 100vw;
    margin-inline: calc(var(--gutter) * -1);
  }

  .services--crystal .services-carousel__meta {
    padding-inline: var(--gutter);
  }

  .services--crystal {
    padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  }
}

/* ── Category service mosaics (/poslugy/tatu/, /poslugy/permanentnyi-makiiazh/)
   Reuse .services--crystal + .tile--crystal visuals; own grid (not homepage carousel). ── */
.tatu-types.services--crystal {
  padding-block: var(--section-pad-md);
  overflow: visible;
}

.tatu-types__shell {
  display: flex;
  flex-direction: column;
  gap: var(--sp-8);
  min-width: 0;
}

.tatu-types__head {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  max-width: 42rem;
}

.tatu-types__title {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 4.2vw, 44px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
}

/* Mobile/tablet: stacked full-width crystal cards (no carousel chrome on category pages). */
.tatu-types .tatu-types__grid {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  min-width: 0;
}

.tatu-types.services--crystal .tile--crystal {
  flex: none;
  width: 100%;
  max-width: none;
}

.tatu-types.services--crystal .tile--crystal.tile--static {
  cursor: default;
}

.tatu-types.services--crystal .tile--crystal.tile--static:hover {
  transform: none;
  box-shadow: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tatu-types .tatu-types__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .tatu-types--tattoo-five .tatu-types__grid > .tile--crystal.tile--big,
  .tatu-types--pmu-three .tatu-types__grid > .tile--crystal.tile--big,
  .tatu-types--pmu-four .tatu-types__grid > .tile--crystal.tile--big {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1024px) {
  .tatu-types .tatu-types__grid {
    display: grid;
    gap: 18px;
    width: 100%;
    min-width: 0;
  }

  /* Tattoo hub: same 1 large + 2×2 geometry as homepage Послуги track. */
  .tatu-types--tattoo-five .tatu-types__grid {
    grid-template-columns: minmax(380px, 1.4fr) repeat(2, minmax(220px, 0.85fr));
    grid-auto-rows: minmax(260px, auto);
  }

  /* PMU hub: 1 large + 2 stacked small (no empty cells). */
  .tatu-types--pmu-three .tatu-types__grid {
    grid-template-columns: minmax(380px, 1.4fr) minmax(280px, 1fr);
    grid-auto-rows: minmax(260px, auto);
  }

  /* PMU hub with eyelids: 1 large + 3 stacked small. */
  .tatu-types--pmu-four .tatu-types__grid {
    grid-template-columns: minmax(380px, 1.4fr) minmax(260px, 1fr);
    grid-auto-rows: minmax(200px, auto);
  }

  .tatu-types.services--crystal .tile--crystal.tile--big {
    /* Neutralize legacy tile--big column span (max-width 1180) so mosaic keeps one-column featured. */
    grid-column: auto;
    grid-row: span 2;
    min-height: 580px;
  }

  .tatu-types--pmu-four.services--crystal .tile--crystal.tile--big {
    grid-row: span 3;
    min-height: 640px;
  }
}

@media (max-width: 767px) {
  .tatu-types.services--crystal .tile--crystal {
    min-height: clamp(400px, 62svh, 480px);
  }

  .tatu-types.services--crystal .tile--crystal.tile--big {
    min-height: clamp(430px, 68svh, 520px);
  }
}

/* Related service cards — image-led */
.svc-detail__related-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 280px;
  padding: var(--sp-5);
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.10);
  overflow: hidden;
  background: #0a0a0a;
}

.svc-detail__related-card .tile__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.svc-detail__related-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.88));
  pointer-events: none;
}

.svc-detail__related-card > * {
  position: relative;
  z-index: 2;
}

.svc-detail__related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: var(--sp-5);
}

/* ── Spec-driven inner pages ── */
.page-shell--spec .container--content {
  max-width: var(--content-max, 760px);
}

.entry-content--spec {
  display: grid;
  gap: var(--sp-6);
  color: rgba(255,255,255,.88);
  font-size: 16px;
  line-height: 1.7;
}

.entry-content--spec h2 {
  margin-top: var(--sp-8);
  color: rgba(255,255,255,.96);
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 500;
  line-height: 1.2;
}

.entry-content--spec h3 {
  margin-top: var(--sp-5);
  color: rgba(255,255,255,.92);
  font-size: 18px;
  font-weight: 600;
}

.entry-content--spec p,
.entry-content--spec li {
  max-width: 68ch;
}

.entry-content--spec ul,
.entry-content--spec ol {
  display: grid;
  gap: 8px;
  padding-left: 1.2em;
}

.entry-content--spec blockquote {
  padding: var(--sp-5);
  border-left: 3px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.04);
  border-radius: 0 12px 12px 0;
}

.entry-content--spec a {
  color: #fff;
  text-decoration-color: rgba(255,255,255,.35);
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: var(--sp-5);
  margin: var(--sp-6) 0;
}

.service-card {
  padding: var(--sp-5);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.03);
  min-width: 0;
}

.service-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.service-card--media {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}

.service-card__media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.service-card__media .service-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
  display: block;
}

.service-card__body {
  padding: var(--sp-5);
  display: grid;
  gap: 8px;
  min-width: 0;
}

.service-cards--media {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.spec-cta-band {
  padding: var(--sp-10) 0;
  border-top: 1px solid rgba(255,255,255,.10);
}

.spec-cta-band__inner {
  display: grid;
  gap: var(--sp-5);
  text-align: center;
}

.spec-cta-band__title {
  color: rgba(255,255,255,.96);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 500;
}

.spec-cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.spec-cta-band--inline {
  border-top: 0;
  padding: var(--sp-6) 0 var(--sp-10);
}

.spec-related {
  margin-top: var(--sp-8);
  padding-top: var(--sp-6);
  border-top: 1px solid rgba(255,255,255,.10);
}

.spec-related__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  list-style: none;
  padding: 0;
}

.spec-form-block {
  margin-top: var(--sp-8);
}

.blog-index__intro {
  margin-bottom: var(--sp-8);
}

.blog-card__service-link {
  font-size: 13px;
  color: rgba(255,255,255,.62);
}

.blog-card__service-link a {
  color: rgba(255,255,255,.86);
}

.portfolio-intro {
  margin-bottom: var(--sp-6);
}

/* Chester composer extensions */
.conversion-panel {
  box-sizing: border-box;
  width: min(100% - (var(--gutter) * 2), var(--shell-max));
  max-width: var(--shell-max);
  margin: var(--sp-8) auto;
  padding: clamp(24px, 3vw, 40px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  background: rgba(255,255,255,.03);
}

.conversion-panel__inner {
  display: grid;
  gap: var(--sp-5);
  max-width: 100%;
}

@media (min-width: 960px) {
  .conversion-panel__inner {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    align-items: start;
  }
}

.conversion-panel__head h2 {
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 300;
  line-height: 1.1;
}

.conversion-panel__head p {
  color: rgba(255,255,255,.72);
  margin-top: 12px;
}

.service-nav__grid {
  display: grid;
  gap: var(--sp-6);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-nav__grid--directions {
  gap: clamp(20px, 2.5vw, 28px);
  margin-top: var(--sp-6);
}

.service-nav-card {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.02);
}

.service-nav-card h2 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 12px;
}

.service-nav-card--direction {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(120px, 0.75fr);
  gap: clamp(16px, 2vw, 24px);
  align-items: stretch;
  padding: 0;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255,255,255,.025);
  transition: border-color .2s ease, background-color .2s ease;
}

.service-nav-card__body {
  display: grid;
  gap: 12px;
  padding: clamp(20px, 2.2vw, 28px);
  min-width: 0;
}

.service-nav-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.service-nav-card__index {
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: .14em;
  color: rgba(255,255,255,.5);
}

.service-nav-card__label {
  color: rgba(255,255,255,.48);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.service-nav-card__title {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 600;
  line-height: 1.15;
}

.service-nav-card__desc {
  margin: 0;
  color: rgba(255,255,255,.74);
  font-size: 14px;
  line-height: 1.6;
}

.service-nav-card__list {
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service-nav-card__list li {
  padding: 5px 10px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  font-size: 12px;
  line-height: 1.35;
}

.service-nav-card__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
}

.service-nav-card__media {
  margin: 0;
  min-width: 0;
  overflow: hidden;
  background: #0a0a0a;
}

.service-nav-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  min-height: 220px;
  transition: transform .35s ease;
}

@media (hover: hover) and (pointer: fine) {
  .service-nav-card--direction:hover {
    border-color: rgba(255,255,255,.28);
    background: rgba(255,255,255,.04);
  }
  .service-nav-card--direction:hover .service-nav-card__media img {
    transform: scale(1.02);
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-nav-card--direction,
  .service-nav-card__media img {
    transition: none;
  }
}

@media (max-width: 899px) {
  .service-nav__grid,
  .service-nav__grid--directions {
    grid-template-columns: 1fr;
  }
  .service-nav-card--direction {
    grid-template-columns: 1fr;
  }
  .service-nav-card__media {
    order: -1;
    max-height: 220px;
  }
  .service-nav-card__media img {
    min-height: 180px;
    aspect-ratio: 16 / 10;
  }
}

.about-master {
  margin-top: var(--sp-8);
}
.about-master__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(240px, 0.9fr);
  gap: clamp(28px, 3.5vw, 56px);
  align-items: start;
}
.about-master__copy {
  display: grid;
  gap: 14px;
  max-width: 42rem;
  min-width: 0;
}
.about-master__copy h2 {
  margin: 0;
  color: rgba(255,255,255,.96);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
}
.about-master__lead,
.about-master__copy > p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 1.6;
}
.about-master__tags {
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.about-master__tags li {
  padding: 6px 12px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: rgba(255,255,255,.86);
  font-size: 13px;
}
.about-master__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}
.about-master__media {
  min-width: 0;
  max-width: min(380px, 100%);
  justify-self: end;
  width: 100%;
}
@media (max-width: 899px) {
  .about-master__grid { grid-template-columns: 1fr; }
  .about-master__media {
    justify-self: stretch;
    max-width: 420px;
  }
}

.master-card {
  display: grid;
  gap: var(--sp-5);
  padding: 24px;
  border: 1px solid rgba(255,255,255,.12);
}

.master-card--teaser,
.master-card--portraitless {
  grid-template-columns: minmax(120px, 200px) minmax(0, 1fr);
  align-items: center;
}

.master-card--has-portrait .master-card__photo {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  max-width: 200px;
}

.master-card--has-portrait .master-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 14%;
  display: block;
}

.master-card__approach {
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 16px;
}

.master-card__monogram {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  width: 100%;
  max-width: 180px;
  border: 1px solid rgba(255,255,255,.16);
  background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
  color: #fff;
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 600;
  letter-spacing: .04em;
}

.master-card__role {
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 14px;
}

.master-card--card {
  grid-template-columns: minmax(140px, 220px) minmax(0, 1fr);
  align-items: center;
}

.master-card__photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.portfolio-filters__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0 0 var(--sp-6);
}

.portfolio-filters__pill {
  display: inline-flex;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.78);
  font-size: 13px;
}

.services-router-intro {
  max-width: 68ch;
  margin-bottom: var(--sp-8);
}

.container--legal .entry-content--legal {
  max-width: 72ch;
}

@media (max-width: 767px) {
  .service-nav__grid,
  .master-card--card,
  .master-card--teaser,
  .master-card--portraitless,
  .master-card--has-portrait {
    grid-template-columns: 1fr;
  }

  .master-card--has-portrait .master-card__photo {
    max-width: 220px;
  }

  .master-card__monogram {
    max-width: 140px;
  }

  .master-card__body {
    min-width: 0;
  }

  .master-card__body .btn {
    max-width: 100%;
  }
}

/* Phase 2 — blog article + portfolio + team */
.blog-single__lead {
  color: rgba(255,255,255,.78);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.55;
  max-width: 42ch;
}

.blog-single__modules {
  display: grid;
  gap: var(--sp-8);
}

.blog-single__lede,
.article-section p {
  color: rgba(255,255,255,.78);
  line-height: 1.7;
}

.article-section h2 {
  color: #fff;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 300;
  margin-bottom: 12px;
}

.article-callout,
.article-related-service {
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.03);
  display: grid;
  gap: 12px;
}

.article-callout h2,
.article-related-service h2 {
  color: #fff;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 300;
}

.related-articles {
  margin: var(--sp-10) 0;
}

.related-articles h2 {
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 300;
  margin-bottom: var(--sp-5);
}

.related-articles__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
}

.filter-button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

button.filter-button {
  background: transparent;
  cursor: pointer;
  font: inherit;
}

.gallery__item.is-deferred[hidden] {
  display: none !important;
}

.gallery__caption .gallery__tag {
  display: block;
}

.barber-grid--solo {
  grid-template-columns: minmax(0, 480px);
  max-width: 520px;
  margin-bottom: var(--sp-8);
}

.barbers-page .barber-guidance {
  margin-bottom: var(--sp-8);
  max-width: 68ch;
}

.barbers-page .barber-guidance h2 {
  color: #fff;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 300;
  margin-bottom: 12px;
}

.faq-intro {
  max-width: 68ch;
  margin-bottom: var(--sp-8);
  color: rgba(255,255,255,.78);
}

@media (max-width: 900px) {
  .related-articles__grid {
    grid-template-columns: 1fr;
  }
}

/* —— Phase 3 forensic remediation —— */

.svc-intro__split--single {
  grid-template-columns: minmax(0, 1fr);
  max-width: 72ch;
}

.svc-detail__audience p {
  color: rgba(255,255,255,.72);
  line-height: 1.7;
  margin: 0 0 var(--sp-3);
}

/* Count modifiers in the about-values block above are authoritative. */

.svc-detail .about-section {
  padding-block: var(--sp-10);
}

.svc-detail .about-section + .about-section {
  padding-top: var(--sp-6);
}

.editorial-block {
  padding-block: var(--sp-8);
}

.editorial-block h2 {
  color: #fff;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 300;
  margin-bottom: var(--sp-4);
}

.editorial-block p {
  color: rgba(255,255,255,.74);
  line-height: 1.7;
  max-width: 68ch;
}

/* Canonical service media grid — shared by tattoo + permanent on /poslugy/ */
.service-cards--media,
.services-router-section .service-cards--media {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: none;
  width: 100%;
}

/* Two-card usages (e.g. portfolio hub) keep equal pair width — not a permanent 2×2 */
.service-cards--count-2.service-cards--media {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card__body p,
.service-card--media .service-card__body p {
  color: rgba(255,255,255,.68);
  font-size: 15px;
  line-height: 1.55;
}

.service-card__cta,
.service-card .tile__cta,
.service-card a.btn-link {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.faq-block .container {
  max-width: var(--shell-max);
  width: 100%;
}

.faq-list {
  width: 100%;
  max-width: none;
}

.faq-item__panel {
  max-width: 72ch;
}

.faq-item__panel > p {
  max-width: 100%;
}

/* Lead form — Chester dark controls (booking-details-form tokens) */
.lead-form {
  display: grid;
  gap: var(--sp-4);
  min-width: 0;
}

.lead-form__title {
  color: #fff;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 300;
  margin: 0;
}

.lead-form__lead {
  color: rgba(255,255,255,.68);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  max-width: 52ch;
}

.lead-form__form {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
}

.lead-form__field {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.lead-form__field--full,
.lead-form__submit,
.lead-form__note,
.lead-form__legal,
.lead-form__alert {
  grid-column: 1 / -1;
}

.lead-form__field label {
  color: rgba(255,255,255,.58);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lead-form__field input,
.lead-form__field select,
.lead-form__field textarea {
  width: 100%;
  min-height: 48px;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background-color: rgba(0,0,0,.45);
  color: #fff;
  padding: 12px 14px;
  font: inherit;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color-scheme: dark;
}

.lead-form__field select {
  background-color: #141414;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255,255,255,.7) 50%),
    linear-gradient(135deg, rgba(255,255,255,.7) 50%, transparent 50%),
    linear-gradient(to bottom, #141414, #141414);
  background-position:
    calc(100% - 18px) calc(50% - 3px),
    calc(100% - 12px) calc(50% - 3px),
    0 0;
  background-size: 6px 6px, 6px 6px, 100% 100%;
  background-repeat: no-repeat;
  padding-right: 36px;
}

.lead-form__field select option,
.lead-form__field select optgroup {
  background-color: #141414;
  color: #fff;
}

/* Lead custom select — progressive enhancement over native <select> */
.lead-select {
  position: relative;
  width: 100%;
  min-width: 0;
  z-index: 1;
}

.lead-select.is-open {
  z-index: 6;
}

.lead-select__native--enhanced {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  background-image: none !important;
}

.lead-select__trigger {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 48px;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: #141414;
  color: #fff;
  padding: 12px 14px;
  font: inherit;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  cursor: pointer;
}

.lead-select__trigger.is-placeholder .lead-select__value {
  color: rgba(255,255,255,.48);
}

.lead-select__value {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lead-select__arrow {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-right: 1.5px solid rgba(255,255,255,.7);
  border-bottom: 1.5px solid rgba(255,255,255,.7);
  transform: translateY(-2px) rotate(45deg);
  transition: transform 140ms ease;
}

.lead-select.is-open .lead-select__arrow {
  transform: translateY(2px) rotate(225deg);
}

.lead-select__trigger:focus-visible {
  outline: 2px solid rgba(255,255,255,.55);
  outline-offset: 2px;
  border-color: rgba(255,255,255,.28);
}

.lead-form__field.is-error .lead-select__trigger {
  border-color: rgba(220, 90, 90, .72);
}

.lead-select__list {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 80;
  margin: 0;
  padding: 6px;
  list-style: none;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  background: #121212;
  box-shadow: 0 10px 28px rgba(0,0,0,.45);
  max-height: min(280px, 50vh);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.lead-select.is-enhanced .lead-select__list {
  /* JS sets fixed coordinates to escape page-shell overflow clipping. */
  position: fixed;
}

.lead-select.is-drop-up .lead-select__list {
  top: auto;
  bottom: calc(100% + 6px);
}

.lead-select__option {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 8px;
  color: rgba(255,255,255,.82);
  font-size: 15px;
  line-height: 1.35;
  cursor: pointer;
}

.lead-select__option.is-active,
.lead-select__option:hover {
  background: rgba(255,255,255,.06);
  color: #fff;
}

.lead-select__option[aria-selected="true"] {
  color: #fff;
  background: rgba(255,255,255,.09);
  font-weight: 600;
}

.lead-select__option[aria-selected="true"]::after {
  content: "";
  width: 6px;
  height: 10px;
  margin-left: auto;
  border-right: 1.5px solid rgba(255,255,255,.85);
  border-bottom: 1.5px solid rgba(255,255,255,.85);
  transform: rotate(45deg) translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
  .lead-select__arrow {
    transition: none;
  }
}

@supports (animation: fade .1s) {
  .lead-select.is-open .lead-select__list {
    animation: lead-select-in 150ms ease;
  }
}

@keyframes lead-select-in {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .lead-select.is-open .lead-select__list {
    animation: none;
  }
}

.lead-form__field textarea {
  min-height: 128px;
  resize: vertical;
}

.lead-form__field input:focus-visible,
.lead-form__field select:focus-visible,
.lead-form__field textarea:focus-visible {
  border-color: rgba(255,255,255,.42);
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.lead-form__field input:-webkit-autofill,
.lead-form__field input:-webkit-autofill:hover,
.lead-form__field input:-webkit-autofill:focus,
.lead-form__field select:-webkit-autofill,
.lead-form__field textarea:-webkit-autofill {
  -webkit-text-fill-color: #fff;
  caret-color: #fff;
  box-shadow: 0 0 0 1000px #141414 inset;
  transition: background-color 99999s ease-in-out 0s;
  border-color: rgba(255,255,255,.18);
}

.lead-form__field input:disabled,
.lead-form__field select:disabled,
.lead-form__field textarea:disabled,
.lead-form__form.is-loading input,
.lead-form__form.is-loading select,
.lead-form__form.is-loading textarea {
  opacity: .55;
  cursor: not-allowed;
}

.lead-form__field.is-error input,
.lead-form__field.is-error select,
.lead-form__field.is-error textarea {
  border-color: #ffb4a8;
}

.lead-form__error,
.lead-form__alert {
  color: #ffb4a8;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}

.lead-form__note,
.lead-form__legal {
  color: rgba(255,255,255,.52);
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}

.lead-form__legal a {
  color: #fff;
  text-decoration: underline;
}

.lead-form__hp {
  position: absolute !important;
  left: -10000px !important;
  top: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
  opacity: 0;
  pointer-events: none;
}

.lead-form__hp input,
.lead-form__hp label {
  background: transparent !important;
  color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.lead-form__submit {
  justify-self: start;
  margin-top: 4px;
}

.conversion-panel {
  box-sizing: border-box;
  width: min(100% - (var(--gutter) * 2), var(--shell-max));
  max-width: var(--shell-max);
  margin-inline: auto;
  border-radius: 20px;
  background:
    radial-gradient(circle at 82% 0%, rgba(255,255,255,.07), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.015));
}

.conversion-panel__inner {
  gap: clamp(20px, 2.5vw, 32px);
  width: 100%;
  max-width: 100%;
  padding-inline: 0;
}

.conversion-panel .lead-form__form {
  max-width: 640px;
}

.conversion-panel .lead-form__field textarea {
  min-height: 112px;
}

@media (min-width: 960px) {
  .conversion-panel__inner {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  }
}

@media (max-width: 900px) {
  .service-cards--media,
  .services-router-section .service-cards--media,
  .service-cards--count-2.service-cards--media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lead-form__form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .service-cards--media,
  .services-router-section .service-cards--media,
  .service-cards--count-2.service-cards--media {
    grid-template-columns: 1fr !important;
    max-width: none;
  }

  .service-card h3,
  .service-card__body,
  .service-card--media {
    min-width: 0;
    max-width: 100%;
  }

  .service-card h3 {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}


/* —— Service detail visual system 1.4.0 —— */

.svc-intro__split--media {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: var(--sp-8);
  align-items: start;
}

.svc-intro__media {
  margin: 0;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--r-md);
  overflow: hidden;
  background: #0a0a0a;
  width: 100%;
  height: auto;
  align-self: start;
}

.svc-intro__media img,
.svc-intro__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
  transition: transform 480ms var(--ease-out);
}

.svc-editorial__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

.svc-editorial--image-left .svc-editorial__copy { order: 2; }
.svc-editorial--image-left .svc-editorial__media { order: 1; }

.svc-editorial--wide .svc-editorial__grid {
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 1.18fr);
}

.svc-editorial__copy {
  display: grid;
  gap: var(--sp-4);
  color: rgba(255,255,255,.72);
  line-height: 1.65;
  min-width: 0;
}

.svc-editorial__copy .svc-block__title {
  margin-bottom: 0;
}

.svc-editorial__media {
  margin: 0;
  position: relative;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--r-md);
  overflow: hidden;
  background: #0a0a0a;
  width: 100%;
  height: auto;
  align-self: start;
}

.svc-editorial__media img,
.svc-editorial__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
  transition: transform 520ms var(--ease-out);
}

.svc-editorial__caption {
  margin: 10px 0 0;
  color: rgba(255,255,255,.48);
  font-size: 13px;
  letter-spacing: .02em;
}

.svc-editorial__media .svc-editorial__caption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  margin: 0;
  padding: 8px 10px;
  background: rgba(0,0,0,.55);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 4px;
}











.svc-process__step {
  transition: border-color 280ms var(--ease-out), transform 280ms var(--ease-out), background-color 280ms var(--ease-out);
}

@media (hover: hover) and (pointer: fine) {
  .svc-intro__media:hover .svc-intro__img,
  .svc-editorial__media:hover .svc-editorial__img,

  .svc-process__step:hover {
    border-color: rgba(255,255,255,.22);
    background: rgba(255,255,255,.05);
    transform: translateY(-2px);
  }

}

.svc-detail .faq-block {
  padding-block: var(--sp-10) var(--sp-4);
}

.svc-detail .conversion-panel__inner {
  align-items: start;
}

@media (max-width: 1024px) {
}

@media (max-width: 900px) {
  .svc-intro__split--media,
  .svc-editorial__grid,
  .svc-editorial--wide .svc-editorial__grid,
  .svc-editorial--image-left .svc-editorial__copy,
  .svc-editorial--image-left .svc-editorial__media {
    grid-template-columns: 1fr;
    order: initial;
  }

  .svc-editorial--image-left .svc-editorial__copy,
  .svc-editorial--image-left .svc-editorial__media {
    order: initial;
  }

  .svc-intro__media,
  .svc-editorial__media {
    min-height: 0;
    width: 100%;
  }

  .svc-block {
    padding: var(--sp-12) 0;
  }
}

@media (max-width: 640px) {

}



/* —— Presentation Phase 1.5.0 —— */

.blog-topics {
  display: grid;
  gap: 12px;
  margin-bottom: var(--sp-8);
}

.blog-topics__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-topics__chip {
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 4px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.blog-card--featured {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(20px, 3vw, 40px);
  align-items: stretch;
  margin-bottom: var(--sp-10);
  padding-bottom: var(--sp-8);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.blog-card--featured .blog-card__media {
  aspect-ratio: 16 / 11;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--r-md);
  overflow: hidden;
}

.blog-card--featured .blog-card__title {
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 300;
  line-height: 1.08;
}

.blog-card--featured .blog-card__body {
  padding: 0;
  align-content: center;
}

.blog-card__flag {
  color: #fff;
}

.blog-grid--rest {
  margin-top: 0;
}

.page-shell--blog-single .svc-editorial,

.page-shell--blog-single .svc-editorial .container,

.booking-intro {
  max-width: 62ch;
  color: rgba(255,255,255,.72);
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.65;
  margin: 0 0 var(--sp-6);
}

.conversion-panel--booking {
  padding-block: var(--sp-10);
}

.conversion-panel--booking .conversion-panel__inner {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r-lg);
  background: rgba(255,255,255,.03);
  padding: clamp(20px, 3vw, 36px);
}

.booking-reassurance {
  margin: var(--sp-10) 0 var(--sp-6);
  padding: var(--sp-6);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--r-md);
  max-width: 720px;
}

.booking-reassurance h2 {
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 300;
  margin: 8px 0 12px;
}

.booking-reassurance p {
  color: rgba(255,255,255,.68);
  line-height: 1.6;
  margin: 0 0 12px;
}

.booking-reassurance__links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
}

.contact-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--sp-4);
  margin-bottom: var(--sp-6);
}

.contact-fact {
  padding: var(--sp-5);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--r-md);
  background: rgba(255,255,255,.03);
  min-width: 0;
}

.contact-fact__k {
  display: block;
  color: rgba(255,255,255,.45);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contact-fact__v {
  color: #fff;
  font-size: 16px;
  line-height: 1.45;
  margin: 0;
  overflow-wrap: anywhere;
}

.contact-fact__v a { color: #fff; }

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: center;
  margin-bottom: var(--sp-8);
}

/* Contact conversion — merged details + form */
.page-shell--contact {
  padding-top: var(--sp-10);
  padding-bottom: var(--sp-12);
}

.contact-conversion {
  margin: 0 0 var(--sp-8);
}

.contact-conversion__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.35fr);
  gap: clamp(24px, 3vw, 40px);
  align-items: start;
  padding: clamp(22px, 2.4vw, 32px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.025);
}

.contact-conversion__details {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.contact-conversion__details h2,
.contact-conversion__form-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 600;
  line-height: 1.15;
}

.contact-conversion__lead,
.contact-conversion__form-head p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.55;
  max-width: 36ch;
}

.contact-conversion__list {
  margin: 8px 0 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.contact-conversion__row {
  display: grid;
  grid-template-columns: minmax(88px, 0.7fr) minmax(0, 1.5fr);
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid rgba(255,255,255,.08);
}

.contact-conversion__row:last-child {
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.contact-conversion__row dt {
  margin: 0;
  color: rgba(255,255,255,.48);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.contact-conversion__row dd {
  margin: 0;
  color: rgba(255,255,255,.92);
  font-size: 14px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.contact-conversion__row a {
  color: #fff;
  text-decoration: none;
}

.contact-conversion__row a:hover,
.contact-conversion__row a:focus-visible {
  text-decoration: underline;
}

.contact-conversion__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-top: 8px;
}

.contact-conversion__form {
  min-width: 0;
  display: grid;
  gap: 14px;
  padding: clamp(16px, 1.8vw, 22px);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  background: rgba(0,0,0,.35);
}

.contact-conversion__form-head {
  display: grid;
  gap: 8px;
}

.contact-conversion .lead-form__field textarea {
  min-height: 110px;
  max-height: 180px;
}

@media (max-width: 899px) {
  .contact-conversion__inner {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .contact-conversion__row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .contact-conversion__actions .btn,
  .contact-conversion__actions .btn-link {
    width: 100%;
    justify-content: center;
  }

  .contact-conversion__form {
    padding: 16px;
  }
}

.portfolio-intro--compact {
  max-width: 62ch;
  margin-bottom: var(--sp-6);
}

.portfolio-intro--compact p {
  color: rgba(255,255,255,.68);
  margin: 0;
}

.page-shell--below-hero .gallery-grid .gallery__item {
  min-height: 0;
}

.page-shell--below-hero .gallery-grid .gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 480ms var(--ease-out);
}

@media (hover: hover) and (pointer: fine) {
  .page-shell--below-hero .gallery-grid .gallery__item:hover img,
  .blog-card__media:hover .blog-card__img {
    transform: scale(1.03);
  }
}

.profile-blog-links {
  margin: var(--sp-8) 0 var(--sp-6);
}

.profile-blog-links h2 {
  color: #fff;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 300;
  margin: 8px 0 16px;
}

.profile-blog-links__list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 42rem;
}

.profile-blog-links__list a {
  color: rgba(255,255,255,.82);
  border-bottom: 1px solid rgba(255,255,255,.12);
  display: block;
  padding: 10px 0;
}

.lead-form__field input:disabled,
.lead-form__field select:disabled,
.lead-form__field textarea:disabled,
.lead-form__submit:disabled {
  opacity: .55;
  cursor: not-allowed;
}

.lead-form.is-loading .lead-form__submit {
  opacity: .7;
  pointer-events: none;
}

.lead-form__field.is-error input,
.lead-form__field.is-error select,
.lead-form__field.is-error textarea {
  border-color: rgba(255,120,120,.55);
}

.lead-form__error {
  min-height: 1.2em;
  margin: 6px 0 0;
  color: rgba(255,170,170,.92);
  font-size: 13px;
}

.container--legal .entry-content--legal {
  max-width: 68ch;
  color: rgba(255,255,255,.78);
  line-height: 1.7;
}

.container--legal .entry-content--legal h2 {
  color: #fff;
  font-weight: 300;
  margin-top: var(--sp-8);
}

@media (max-width: 1024px) {
  .blog-card--featured {
    grid-template-columns: 1fr;
  }

  .contact-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .contact-facts {
    grid-template-columns: 1fr;
  }

  .blog-card--featured .blog-card__title {
    font-size: clamp(24px, 7vw, 32px);
  }
}

/* -------------------------------------------------------------------------
   Service diversity archetypes (1.6.0) — content-driven rhythm, not 50/50 loop
   Spacing inherits shared .svc-block tokens (no tighter one-off padding).
   ------------------------------------------------------------------------- */

.svc-pullout__inner {
  max-width: 46rem;
  padding-block: var(--sp-4);
  border-top: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.svc-pullout__text {
  margin: var(--sp-4) 0 0;
  color: #fff;
  font-size: clamp(26px, 3.4vw, 40px);
  font-weight: 300;
  line-height: 1.28;
  letter-spacing: -0.01em;
}

.svc-pullout__note {
  margin: var(--sp-4) 0 0;
  max-width: 62ch;
  color: rgba(255,255,255,.58);
  font-size: 14px;
  line-height: 1.55;
}

.svc-compare__head,
.svc-feature-grid__head,
.svc-editorial-wide__head {
  margin-bottom: var(--sp-6);
  max-width: 62ch;
}

.svc-compare__lead,
.svc-feature-grid__lead,
.svc-sticky__lead,
.svc-editorial-wide__head p {
  margin: var(--sp-3) 0 0;
  color: rgba(255,255,255,.68);
  line-height: 1.65;
}

.svc-compare__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--sp-4);
}

.svc-compare__panel,
.svc-feature-card {
  min-width: 0;
  padding: var(--sp-5);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r-md);
  background: rgba(255,255,255,.03);
  transition: border-color 280ms var(--ease-out), transform 280ms var(--ease-out), background-color 280ms var(--ease-out);
}

.svc-compare__k,
.svc-feature-card__k {
  display: block;
  margin-bottom: 10px;
  color: rgba(255,255,255,.45);
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.svc-compare__panel h3,
.svc-feature-card h3,
.svc-sticky__block h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 600;
}

.svc-compare__panel p,
.svc-feature-card p,
.svc-sticky__block p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.55;
}

.svc-feature-grid__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--sp-4);
}

.svc-feature-grid__list[data-count="4"],
.svc-feature-grid__list[data-count="5"],
.svc-feature-grid__list[data-count="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.svc-feature-grid__list[data-count="1"] {
  grid-template-columns: minmax(0, 1fr);
  max-width: 420px;
}

.svc-sticky__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

.svc-sticky--media-right .svc-sticky__media { order: 2; }
.svc-sticky--media-right .svc-sticky__content { order: 1; }
.svc-sticky--text-only .svc-sticky__grid {
  grid-template-columns: minmax(0, 1fr);
  max-width: 46rem;
}

.svc-sticky__media {
  margin: 0;
  position: sticky;
  top: calc(var(--header-h, 72px) + 16px);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r-md);
  overflow: hidden;
  background: #0a0a0a;
  width: 100%;
  height: auto;
  align-self: start;
}

.svc-sticky__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
  transition: transform 520ms var(--ease-out);
}

.svc-sticky__content {
  display: grid;
  gap: var(--sp-5);
  min-width: 0;
}

.svc-sticky__block {
  padding-bottom: var(--sp-4);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.svc-sticky__block:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.svc-editorial-wide__head {
  margin-bottom: var(--sp-5);
}

.svc-editorial-wide__media {
  margin: 0;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r-md);
  overflow: hidden;
  background: #0a0a0a;
  min-height: clamp(220px, 42vw, 560px);
}

.svc-editorial-wide__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 520ms var(--ease-out);
}

.svc-editorial-wide__caption {
  margin: 12px 0 0;
  color: rgba(255,255,255,.5);
  font-size: 13px;
  line-height: 1.45;
  max-width: 68ch;
}

/* Editorial story — composition / assessment (1.6.5) */
.svc-story__grid {
  display: grid;
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
  min-width: 0;
}

.svc-story--composition .svc-story__grid {
  grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr);
}

.svc-story--assessment .svc-story__grid {
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 0.45fr);
}

.svc-story--media-left .svc-story__media { order: 1; }
.svc-story--media-left .svc-story__copy { order: 2; }
.svc-story--media-right .svc-story__copy { order: 1; }
.svc-story--media-right .svc-story__media { order: 2; }

.svc-story__copy {
  min-width: 0;
  max-width: 40rem;
}

.svc-story__title {
  margin-bottom: var(--sp-4);
  max-width: 18ch;
}

.svc-story__lead {
  margin: 0 0 var(--sp-3);
  color: rgba(255,255,255,.72);
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.65;
  max-width: 46ch;
}

.svc-story__points {
  list-style: none;
  margin: var(--sp-5) 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.svc-story__point {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r-md);
  background: rgba(255,255,255,.03);
}

.svc-story__points--rows .svc-story__point {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
  border-radius: 0;
  background: transparent;
}

.svc-story__points--rows .svc-story__point:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.svc-story__point-num {
  color: rgba(255,255,255,.42);
  font-family: var(--ff-mono);
  font-size: 12px;
  letter-spacing: .08em;
  line-height: 1.4;
  padding-top: 2px;
}

.svc-story__point-title {
  margin: 0 0 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.3;
}

.svc-story__point p {
  margin: 0;
  color: rgba(255,255,255,.64);
  font-size: 14px;
  line-height: 1.55;
}

.svc-story__note {
  margin: var(--sp-5) 0 0;
  padding: 14px 16px;
  max-width: 46ch;
  border-left: 2px solid rgba(255,255,255,.28);
  color: rgba(255,255,255,.62);
  font-size: 14px;
  line-height: 1.55;
  background: rgba(255,255,255,.03);
}

.svc-story__media {
  min-width: 0;
}

.svc-story__collage {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.9fr);
  gap: 12px;
  align-items: stretch;
}

.svc-story__stack {
  display: grid;
  gap: 12px;
  align-content: stretch;
}

.svc-story__frame {
  margin: 0;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r-md);
  overflow: hidden;
  background: #0a0a0a;
}

.svc-story__frame--primary,
.svc-story__frame--solo {
  min-height: clamp(280px, 38vw, 520px);
}

.svc-story__frame--support {
  min-height: 0;
}

.svc-story__stack .svc-story__frame--support {
  min-height: clamp(120px, 16vw, 220px);
}

.svc-story__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 520ms var(--ease-out);
}

.svc-story__cap {
  margin: 10px 0 0;
  color: rgba(255,255,255,.5);
  font-size: 13px;
  line-height: 1.4;
}

.svc-story__cap--sm {
  font-size: 12px;
}

.svc-story__frame--primary .svc-story__cap,
.svc-story__frame--solo .svc-story__cap,
.svc-story__frame--support .svc-story__cap {
  margin: 0;
  padding: 10px 12px 12px;
  background: #050505;
}

.svc-story__support-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

@media (max-width: 900px) {
  .svc-story--composition .svc-story__grid,
  .svc-story--assessment .svc-story__grid,
  .svc-story--media-left .svc-story__media,
  .svc-story--media-left .svc-story__copy,
  .svc-story--media-right .svc-story__copy,
  .svc-story--media-right .svc-story__media {
    grid-template-columns: 1fr;
    order: initial;
  }

  .svc-story__title {
    max-width: none;
  }

  .svc-story__collage {
    grid-template-columns: 1fr;
  }

  .svc-story__frame--primary,
  .svc-story__frame--solo {
    min-height: clamp(220px, 62vw, 380px);
  }

  .svc-story__stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .svc-story__stack .svc-story__frame--support {
    min-height: clamp(140px, 38vw, 200px);
  }
}

@media (max-width: 520px) {
  .svc-story__stack {
    grid-template-columns: 1fr;
  }
}

@media (hover: hover) and (pointer: fine) {
  .svc-compare__panel:hover,
  .svc-feature-card:hover {
    border-color: rgba(255,255,255,.22);
    background: rgba(255,255,255,.05);
    transform: translateY(-2px);
  }

  .svc-sticky__media:hover .svc-sticky__img,
  .svc-editorial-wide__media:hover .svc-editorial-wide__img,
  .svc-story__frame:hover .svc-story__img {
    transform: scale(1.03);
  }
}

@media (max-width: 1024px) {
  .svc-feature-grid__list,
  .svc-feature-grid__list[data-count="4"],
  .svc-feature-grid__list[data-count="5"],
  .svc-feature-grid__list[data-count="6"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .svc-compare__grid,
  .svc-sticky__grid,
  .svc-sticky--media-right .svc-sticky__media,
  .svc-sticky--media-right .svc-sticky__content {
    grid-template-columns: 1fr;
    order: initial;
  }

  .svc-sticky__media {
    position: static;
    min-height: 0;
    height: auto;
  }

  .svc-editorial-wide__media {
    min-height: clamp(200px, 58vw, 360px);
  }
}

@media (max-width: 640px) {
  .svc-feature-grid__list,
  .svc-feature-grid__list[data-count="2"],
  .svc-feature-grid__list[data-count="3"],
  .svc-feature-grid__list[data-count="4"],
  .svc-feature-grid__list[data-count="5"],
  .svc-feature-grid__list[data-count="6"] {
    grid-template-columns: 1fr;
  }

  .svc-pullout__text {
    font-size: clamp(22px, 6.4vw, 30px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .svc-compare__panel,
  .svc-feature-card,
  .svc-sticky__img,
  .svc-editorial-wide__img,
  .svc-story__img {
    transition: none;
  }

  .svc-compare__panel:hover,
  .svc-feature-card:hover {
    transform: none;
  }

  .svc-sticky__media:hover .svc-sticky__img,
  .svc-editorial-wide__media:hover .svc-editorial-wide__img,
  .svc-story__frame:hover .svc-story__img {
    transform: none;
  }
}
/* Gift certificate note — services hub */
.gift-certificate-note {
  margin: clamp(28px, 4vw, 48px) 0 0;
  padding: clamp(20px, 3vw, 28px);
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(145deg, rgba(255,255,255,.04), rgba(184,138,67,.08));
}
.gift-certificate-note__title {
  margin: 0 0 8px;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 700;
}
.gift-certificate-note__text {
  margin: 0 0 16px;
  max-width: 42rem;
  opacity: .92;
}
.gift-certificate-note__actions { margin: 0; }
