/* ============================================
   Alice Čechová — Design System
   Blend: Lada Holman editorial luxury
         + Best Reputation studio energy
   ============================================ */

:root {
  --ink: #0b0b0b;
  --ink-2: #121212;
  --ink-3: #1a1a1a;
  --charcoal: #2a2a2a;
  --stone: #efefef;
  --paper: #f6f5f3;
  --white: #ffffff;
  --muted: #8a8a8a;
  --muted-2: #5c5c5c;
  --line: rgba(255, 255, 255, 0.12);
  --line-dark: rgba(0, 0, 0, 0.1);
  --brass: #a8926d;
  --brass-soft: #c4b08a;
  /* Best Reputation energy + modern accents */
  --violet: #9b3dff;
  --violet-deep: #7a22e6;
  --violet-soft: #c084fc;
  --rose: #c084fc;
  --rose-deep: #9b3dff;
  --teal: #9b3dff;
  --teal-deep: #7a22e6;
  --sun: #c084fc;

  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-sans: "Syne", system-ui, sans-serif;
  --font-brush: "Rock Salt", "Permanent Marker", cursive;

  --space-xs: 0.5rem;
  --space-sm: 0.85rem;
  --space-md: 1.25rem;
  --space-lg: 2rem;
  --space-xl: 3.5rem;
  --space-2xl: 5.5rem;
  --space-3xl: 8rem;

  --container: 1180px;
  --header-h: 76px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --t: 0.4s var(--ease);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}

body {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  overflow-x: clip;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button, input, select, textarea { font: inherit; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute; left: -999px; top: 0; background: var(--ink); color: var(--white);
  padding: 0.75rem 1rem; z-index: 9999;
}
.skip-link:focus { left: 0; }

.container {
  width: min(100% - 2.5rem, var(--container));
  margin-inline: auto;
}

.text-balance { text-wrap: balance; }
.text-pretty { text-wrap: pretty; }

/* ---------- Typography ---------- */
.label, .eyebrow {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 0.85rem;
}

.section-title, .page-hero__title, h1, h2 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.section-title {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  margin-bottom: 1rem;
}

.section-lead, .page-hero__text {
  font-size: 1.05rem;
  color: var(--muted-2);
  max-width: 38rem;
  line-height: 1.7;
}

.prose {
  max-width: 42rem;
  font-size: 1.05rem;
  color: var(--muted-2);
}
.prose p + p { margin-top: 1.15rem; }
.prose strong { color: var(--ink); font-weight: 600; }
.section--dark .prose, .section--ink .prose { color: rgba(255,255,255,0.72); }
.section--dark .prose strong, .section--ink .prose strong { color: var(--white); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.95rem 1.6rem;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background var(--t), color var(--t), border-color var(--t), transform var(--t);
}
.btn:hover { transform: translateY(-1px); }
.btn--dark { background: var(--ink); color: var(--white); }
.btn--dark:hover { background: #000; }
.btn--light { background: var(--white); color: var(--ink); }
.btn--light:hover { background: var(--stone); }
.btn--ghost, .btn--outline {
  background: transparent;
  border-color: currentColor;
  color: inherit;
}
.btn--ghost:hover, .btn--outline:hover { background: rgba(255,255,255,0.08); }
.section--light .btn--ghost:hover { background: rgba(0,0,0,0.05); }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.15rem;
  transition: opacity var(--t);
}
.link-arrow:hover { opacity: 0.65; }
.link-arrow::after { content: "→"; }

/* ---------- Header (Lada: light bar, spaced wordmark) ---------- */
.header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-h);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line-dark);
  color: var(--ink);
  transition: background var(--t), border-color var(--t);
}
.header.is-scrolled { background: rgba(255, 255, 255, 0.98); }
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
  gap: 1rem;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-shrink: 0;
}
.header__wordmark {
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 500;
}
.logo { width: 14px; height: 14px; color: var(--ink); }

.nav__list {
  display: flex;
  align-items: center;
  gap: 0.15rem 1.35rem;
}
.nav__link {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.62;
  transition: opacity var(--t);
}
.nav__link:hover, .nav__link--active { opacity: 1; }

.header__end { display: flex; align-items: center; gap: 0.75rem; }
.header__actions { display: flex; align-items: center; gap: 0.75rem; }
.header__cta { padding: 0.7rem 1.1rem; font-size: 0.68rem; background: var(--ink); color: var(--white); }

.lang-switch {
  display: inline-flex;
  border: 1px solid var(--line-dark);
  overflow: hidden;
}
.lang-switch__btn {
  background: transparent;
  color: rgba(0,0,0,0.45);
  border: 0;
  padding: 0.4rem 0.55rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.lang-switch__btn--active { color: var(--ink); background: rgba(0,0,0,0.06); }
.lang-switch--mobile { display: none; }

.burger {
  display: none;
  width: 42px; height: 42px;
  background: transparent;
  border: 1px solid var(--line-dark);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
}
.burger span {
  display: block;
  width: 18px; height: 1.5px;
  background: var(--ink);
  transition: transform var(--t);
}
.burger[aria-expanded="true"] span:first-child { transform: translateY(3.75px) rotate(45deg); }
.burger[aria-expanded="true"] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }

@media (max-width: 980px) {
  .nav.is-open,
  .nav.nav--open {
    background: rgba(255,255,255,0.98);
    color: var(--ink);
  }
}

/* ---------- Sections ---------- */
.section, .onepage-section, .page-content {
  padding: var(--space-2xl) 0;
  position: relative;
}
.section--tight { padding: var(--space-xl) 0; }
.section--ink, .section--dark {
  background:
    url("../assets/silk.svg") center / cover no-repeat,
    radial-gradient(ellipse 70% 50% at 12% 0%, rgba(255,255,255,0.06), transparent 55%),
    radial-gradient(ellipse 50% 40% at 92% 85%, rgba(255,255,255,0.04), transparent 50%),
    var(--ink);
  color: var(--white);
}
.section--ink { background: var(--ink-2); }
.section--light { background: var(--white); color: var(--ink); }
.section--stone { background: var(--stone); color: var(--ink); }
.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: var(--space-xl);
  flex-wrap: wrap;
}

/* ---------- Hero (full-bleed) ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: 0;
  color: var(--white);
  overflow: hidden;
  background: var(--ink);
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  transform: scale(1.04);
  animation: heroKen 18s var(--ease) infinite alternate;
}
@keyframes heroKen {
  from { transform: scale(1.04) translate3d(0,0,0); }
  to { transform: scale(1.1) translate3d(0, -1.5%, 0); }
}
.hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.08) 32%, rgba(0,0,0,0.72) 78%, #000 100%);
  z-index: 1;
}
.hero__brush {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%) rotate(-6deg);
  z-index: 2;
  width: min(96vw, 1100px);
  margin: 0;
  font-family: var(--font-brush);
  font-size: clamp(2.8rem, 10vw, 7.2rem);
  line-height: 0.95;
  font-weight: 400;
  text-align: center;
  color: #fff;
  text-shadow: 0 8px 28px rgba(0,0,0,0.45);
  pointer-events: none;
  letter-spacing: 0.02em;
}
.splat-badge {
  position: absolute;
  left: 50%;
  bottom: 7%;
  transform: translateX(-50%);
  z-index: 3;
  width: min(168px, 38vw);
  aspect-ratio: 1;
  background: url("../assets/splat.svg") center / contain no-repeat;
  display: grid;
  place-content: center;
  text-align: center;
  color: #fff;
  pointer-events: none;
}
.splat-badge__top {
  font-family: var(--font-brush);
  font-size: clamp(1.05rem, 2.4vw, 1.45rem);
  line-height: 1;
  transform: rotate(-8deg);
}
.splat-badge__bot {
  font-family: var(--font-sans);
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-top: 0.35rem;
  font-weight: 700;
}
.hero::after { display: none; }
.hero__content {
  position: relative;
  z-index: 4;
  padding: calc(var(--header-h) + 3rem) 0 7.5rem;
  width: min(100% - 2.5rem, var(--container));
  margin-inline: auto;
}
.hero__brand {
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 11vw, 8.5rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
  max-width: 14ch;
  animation: fadeUp 1s var(--ease) both;
}
.hero__title {
  font-family: var(--font-sans);
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  max-width: 28rem;
  margin-bottom: 0.85rem;
  opacity: 0.92;
  animation: fadeUp 1s var(--ease) 0.12s both;
}
.hero__text {
  max-width: 28rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 1.75rem;
  animation: fadeUp 1s var(--ease) 0.22s both;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  animation: fadeUp 1s var(--ease) 0.32s both;
}
.scroll-indicator {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.scroll-indicator__line {
  width: 1px;
  height: 52px;
  background: linear-gradient(transparent, rgba(255,255,255,0.7));
  animation: scrollPulse 1.8s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { transform: scaleY(0.55); opacity: 0.4; transform-origin: top; }
  50% { transform: scaleY(1); opacity: 1; }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- Marquee ---------- */
.marquee {
  overflow: hidden;
  background: var(--white);
  color: var(--ink);
  border-block: 1px solid var(--line-dark);
  padding: 1.1rem 0;
}
.marquee--dark {
  background: var(--ink);
  color: var(--white);
  border-color: var(--line);
}
.marquee__track {
  display: flex;
  width: max-content;
  gap: 2.5rem;
  animation: marquee 38s linear infinite;
}
.marquee__item {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3.4vw, 2.5rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 2.5rem;
  font-weight: 500;
}
.marquee__item::after {
  content: "";
  width: 11px;
  height: 11px;
  background: currentColor;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  flex-shrink: 0;
  opacity: 1;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---------- Offer pathways (Best Reputation style) ---------- */
.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.offer-card {
  background: var(--ink-2);
  padding: 2.5rem 1.75rem;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  transition: background var(--t);
}
.offer-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(0,0,0,0.75));
  z-index: 1;
}
.offer-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
  transition: transform 0.8s var(--ease), opacity var(--t);
}
.offer-card:hover img { transform: scale(1.06); opacity: 0.7; }
.offer-card__body { position: relative; z-index: 2; }
.offer-card__num {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--brass-soft);
  margin-bottom: 0.6rem;
}
.offer-card__title {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.offer-card__text {
  color: rgba(255,255,255,0.65);
  font-size: 0.95rem;
  margin-bottom: 1.1rem;
}

/* ---------- Split / About ---------- */
.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.split--reverse .split__media { order: 2; }
.split__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--ink-3);
}
.split__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.split__frame {
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255,255,255,0.25);
  pointer-events: none;
}
.split__content .section-title { margin-bottom: 1.25rem; }

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2.25rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line-dark);
}
.section--dark .stat-row, .section--ink .stat-row { border-color: var(--line); }
.stat__num {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  margin-bottom: 0.35rem;
}
.stat__label {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ---------- Services ---------- */
.services-stack { display: grid; gap: 0; }
.service-row {
  display: grid;
  grid-template-columns: 90px 1.2fr 1fr auto;
  gap: 1.5rem;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid var(--line-dark);
  transition: padding var(--t);
}
.section--dark .service-row, .section--ink .service-row { border-color: var(--line); }
.service-row:hover { padding-left: 0.5rem; }
.service-row__num {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--brass);
}
.service-row__title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 500;
}
.service-row__desc { color: var(--muted-2); }
.section--dark .service-row__desc { color: rgba(255,255,255,0.6); }
.service-row__meta {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.pricing-board {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
  margin-top: var(--space-xl);
}
.section--dark .pricing-board { background: var(--line); border-color: var(--line); }
.price-item {
  background: var(--white);
  padding: 1.75rem;
}
.section--dark .price-item { background: var(--ink-2); }
.price-item__title {
  font-family: var(--font-display);
  font-size: 1.6rem;
  margin-bottom: 0.35rem;
}
.price-item__price {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 0.85rem;
}
.price-item__list {
  display: grid;
  gap: 0.4rem;
  color: var(--muted-2);
  font-size: 0.95rem;
  margin-bottom: 1.1rem;
}
.section--dark .price-item__list { color: rgba(255,255,255,0.6); }
.price-item__list li { padding-left: 1rem; position: relative; }
.price-item__list li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: var(--brass);
}

/* ---------- Process ---------- */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.process-step {
  padding-top: 1.25rem;
  border-top: 1px solid var(--line-dark);
}
.section--dark .process-step { border-color: var(--line); }
.process-step__num {
  display: block;
  font-family: var(--font-display);
  font-size: 2.4rem;
  color: var(--brass);
  margin-bottom: 0.75rem;
}
.process-step__title {
  font-family: var(--font-display);
  font-size: 1.55rem;
  margin-bottom: 0.55rem;
}
.process-step__text { color: var(--muted-2); font-size: 0.98rem; }
.section--dark .process-step__text { color: rgba(255,255,255,0.62); }

/* ---------- Gallery ---------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0.75rem;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  background: var(--ink-3);
  aspect-ratio: 1;
}
.gallery-item:nth-child(1) { grid-column: span 5; aspect-ratio: 4/5; }
.gallery-item:nth-child(2) { grid-column: span 4; }
.gallery-item:nth-child(3) { grid-column: span 3; }
.gallery-item:nth-child(4) { grid-column: span 3; }
.gallery-item:nth-child(5) { grid-column: span 4; }
.gallery-item:nth-child(6) { grid-column: span 5; aspect-ratio: 5/4; }
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item__cap {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 1rem;
  background: linear-gradient(transparent, rgba(0,0,0,0.7));
  color: var(--white);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity var(--t);
}
.gallery-item:hover .gallery-item__cap { opacity: 1; }

.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.75rem;
}
.gallery-filters button,
.filter-btn {
  background: transparent;
  border: 1px solid var(--line-dark);
  padding: 0.55rem 0.9rem;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  color: var(--muted-2);
}
.gallery-filters button.is-active,
.filter-btn.is-active,
.section--dark .gallery-filters button.is-active {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}
.section--dark .gallery-filters button {
  border-color: var(--line);
  color: rgba(255,255,255,0.65);
}

/* ---------- Reviews ---------- */
.reviews-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.review {
  padding: 1.75rem;
  background: var(--white);
  border: 1px solid var(--line-dark);
}
.section--dark .review {
  background: var(--ink-3);
  border-color: var(--line);
}
.review__quote {
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.35;
  margin-bottom: 1.25rem;
}
.review__name {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brass);
}

/* ---------- FAQ ---------- */
.faq-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.75rem;
}
.faq-tabs button {
  background: transparent;
  border: 1px solid var(--line-dark);
  padding: 0.65rem 1rem;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
}
.faq-tabs button.is-active {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}
.section--dark .faq-tabs button { border-color: var(--line); color: inherit; }
.section--dark .faq-tabs button.is-active { background: var(--white); color: var(--ink); }

.faq__item { border-bottom: 1px solid var(--line-dark); }
.section--dark .faq__item { border-color: var(--line); }
.faq__q {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 1.25rem 2rem 1.25rem 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
  cursor: pointer;
  position: relative;
  color: inherit;
}
.faq__q::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-sans);
  font-size: 1.2rem;
  color: var(--brass);
}
.faq__item.is-open .faq__q::after { content: "–"; }
.faq__a {
  display: none;
  padding: 0 0 1.35rem;
  color: var(--muted-2);
  max-width: 48rem;
}
.section--dark .faq__a { color: rgba(255,255,255,0.65); }
.faq__item.is-open .faq__a { display: block; animation: fadeUp 0.45s var(--ease); }
.faq-panel[hidden] { display: none; }

/* ---------- Care / docs ---------- */
.care-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.care-card {
  padding: 1.75rem;
  border: 1px solid var(--line-dark);
  background: var(--white);
}
.section--dark .care-card {
  background: var(--ink-3);
  border-color: var(--line);
}
.care-card h3 {
  font-family: var(--font-display);
  font-size: 1.7rem;
  margin-bottom: 0.75rem;
}
.care-card ul {
  display: grid;
  gap: 0.45rem;
  color: var(--muted-2);
}
.section--dark .care-card ul { color: rgba(255,255,255,0.65); }
.care-card li {
  padding-left: 1rem;
  position: relative;
}
.care-card li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: var(--brass);
}

/* ---------- CTA band ---------- */
.cta-band {
  padding: var(--space-2xl) 0;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(168,146,109,0.18), transparent 50%),
    var(--ink);
  color: var(--white);
  text-align: center;
}
.cta-band .section-title { margin-inline: auto; max-width: 16ch; }
.cta-band .section-lead {
  margin: 0 auto 1.75rem;
  color: rgba(255,255,255,0.65);
}
.cta-band__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* ---------- Page hero (Lada silk + BR splat) ---------- */
.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(420px, 62vh, 640px);
  padding: calc(var(--header-h) + 4.5rem) 0 5.5rem;
  background:
    url("../assets/silk.svg") center / cover no-repeat,
    radial-gradient(ellipse 80% 55% at 18% 0%, rgba(255,255,255,0.08), transparent 55%),
    radial-gradient(ellipse 55% 45% at 88% 80%, rgba(155,61,255,0.16), transparent 50%),
    linear-gradient(160deg, #0a0a0a 0%, #141414 48%, #0c0c0c 100%);
  color: var(--white);
}
.page-hero::before {
  content: "";
  position: absolute;
  right: 6%;
  bottom: -8%;
  width: min(240px, 42vw);
  height: min(240px, 42vw);
  background: url("../assets/splat.svg") center / contain no-repeat;
  pointer-events: none;
  z-index: 1;
  opacity: 0.92;
}
.page-hero::after {
  content: attr(data-watermark);
  position: absolute;
  right: 4%;
  top: 22%;
  font-family: var(--font-display);
  font-size: clamp(6rem, 22vw, 16rem);
  line-height: 0.8;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.045);
  pointer-events: none;
  z-index: 0;
  white-space: nowrap;
}
.page-hero .container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: end;
}
.page-hero .container:has(.page-hero__aside) {
  grid-template-columns: 1.15fr 0.85fr;
}
.page-hero--solo .container {
  grid-template-columns: 1fr;
  max-width: 820px;
}
.page-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.1rem;
}
.page-hero__kicker::before {
  content: "";
  width: 10px;
  height: 10px;
  background: currentColor;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.page-hero__title {
  font-size: clamp(3rem, 9vw, 6.2rem);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  max-width: 12ch;
  font-weight: 500;
}
.page-hero__text {
  color: rgba(255, 255, 255, 0.72);
  max-width: 34rem;
  font-size: 1.08rem;
}
.page-hero__aside {
  justify-self: end;
  width: min(100%, 280px);
  aspect-ratio: 3/4;
  position: relative;
}
.page-hero__aside img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.15) contrast(1.05);
}
.page-hero__aside::after {
  content: none;
}
.page-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.5rem;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.85rem;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.22);
  background: transparent;
  color: rgba(255,255,255,0.82);
}
.chip--violet,
.chip--rose,
.chip--teal,
.chip--sun {
  border-color: rgba(255,255,255,0.22);
  color: rgba(255,255,255,0.82);
}

@media (max-width: 800px) {
  .page-hero .container { grid-template-columns: 1fr; }
  .page-hero__aside { justify-self: start; width: min(100%, 220px); margin-top: 0.5rem; }
  .page-hero__title { max-width: none; }
}

/* ---------- Forms ---------- */
.form, .form--booking, .form--contact {
  display: grid;
  gap: 1.1rem;
  max-width: 640px;
}
.form__group { display: grid; gap: 0.45rem; }
.form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 640px) {
  .form__row { grid-template-columns: 1fr; }
}
.form__consent-label {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  font-size: 0.92rem;
  color: var(--muted-2);
  cursor: pointer;
}
.form__consent-label input { margin-top: 0.25rem; flex-shrink: 0; }
.form__label {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
}
.form__input, .form__select, .form__textarea {
  width: 100%;
  background: var(--white);
  border: 1px solid var(--line-dark);
  padding: 0.9rem 1rem;
  color: var(--ink);
  outline: none;
  transition: border-color var(--t);
}
.form__input:focus, .form__select:focus, .form__textarea:focus {
  border-color: var(--brass);
}
.form__textarea { min-height: 140px; resize: vertical; }
.form__hidden-trap { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.form__error, .field-error {
  color: #8f2a2a;
  font-size: 0.85rem;
}
.form__success {
  padding: 1rem;
  background: #eef7f0;
  border: 1px solid #b7d9bf;
}

.booking-layout { max-width: 720px; }
.booking-progress {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 1.75rem;
}
.booking-progress__step {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  padding-bottom: 0.35rem;
  border-bottom: 2px solid transparent;
}
.booking-progress__step--active {
  color: var(--ink);
  border-color: var(--brass);
}
.booking-step[hidden] { display: none; }
.booking-step__actions {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

/* ---------- Footer ---------- */
.footer {
  background: var(--ink);
  color: rgba(255,255,255,0.72);
  padding: var(--space-2xl) 0 2rem;
  border-top: 1px solid var(--line);
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
.footer__heading {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass-soft);
  margin-bottom: 1rem;
}
.footer__list { display: grid; gap: 0.55rem; }
.footer__list a, .footer__social a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  transition: color var(--t);
}
.footer__list a:hover, .footer__social a:hover { color: var(--white); }
.footer__list svg { width: 16px; height: 16px; flex-shrink: 0; }
.footer__address { font-style: normal; line-height: 1.7; }
.footer__booking {
  padding: 1.25rem;
  border: 1px solid var(--line);
  background: var(--ink-2);
}
.footer__booking-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--white);
  margin-bottom: 0.5rem;
}
.footer__booking-text { margin-bottom: 1rem; font-size: 0.95rem; }
.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  font-size: 0.8rem;
  color: rgba(255,255,255,0.45);
}
.footer__brand {
  font-family: var(--font-display);
  font-size: 1.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 0.75rem;
}

/* Sticky mobile CTA */
.sticky-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 90;
  display: none;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  background: rgba(11,11,11,0.92);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
}
.sticky-cta .btn { width: 100%; }
.sticky-cta--hidden, .sticky-cta[hidden] { display: none !important; }

/* Timeline */
.timeline { display: grid; gap: 0; }
.timeline__item {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--line-dark);
}
.section--dark .timeline__item { border-color: var(--line); }
.timeline__year {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--brass);
}
.timeline__title {
  font-family: var(--font-display);
  font-size: 1.4rem;
  margin-bottom: 0.35rem;
}

/* Values */
.values__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.value {
  padding-top: 1.25rem;
  border-top: 1px solid var(--line-dark);
}
.section--dark .value { border-color: var(--line); }
.value__num {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--brass);
  margin-bottom: 1rem;
}
.value__title {
  font-family: var(--font-display);
  font-size: 1.7rem;
  margin-bottom: 0.55rem;
}
.value__text { color: var(--muted-2); }
.section--dark .value__text { color: rgba(255,255,255,0.62); }

/* Reveal */
.reveal, [data-reveal], .reveal-left, .reveal-scale, .reveal-right, .reveal-fade {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.reveal-left { transform: translateX(-24px); }
.reveal-right { transform: translateX(24px); }
.reveal-scale { transform: translateY(16px) scale(0.98); }
.reveal--visible, [data-reveal].is-in, .reveal-left--visible,
.reveal-scale--visible, .reveal-right--visible, .reveal-fade--visible,
.is-visible, .is-in {
  opacity: 1;
  transform: none;
}

/* Scroll progress */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  width: 0;
  background: var(--brass);
  z-index: 200;
  pointer-events: none;
}

/* Blog cards */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.blog-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line-dark);
  overflow: hidden;
  transition: transform var(--t);
}
.blog-card:hover { transform: translateY(-3px); }
.blog-card__image { aspect-ratio: 16/10; overflow: hidden; background: var(--ink-3); }
.blog-card__image img { width: 100%; height: 100%; object-fit: cover; }
.blog-card__body { padding: 1.25rem; }
.blog-card__title {
  font-family: var(--font-display);
  font-size: 1.45rem;
  margin-bottom: 0.5rem;
}
.blog-card__excerpt { color: var(--muted-2); font-size: 0.95rem; }

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 3rem;
}
.contact-info { display: grid; gap: 1.25rem; }
.contact-info a { border-bottom: 1px solid transparent; }
.contact-info a:hover { border-color: currentColor; }

/* Utility */
.mt-l { margin-top: var(--space-lg); }
.mt-xl { margin-top: var(--space-xl); }
.mb-0 { margin-bottom: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .offer-grid, .process-grid, .reviews-rail, .values__grid, .blog-grid,
  .pricing-board, .care-grid, .footer__grid, .contact-grid, .split {
    grid-template-columns: 1fr 1fr;
  }
  .split--reverse .split__media { order: 0; }
  .service-row {
    grid-template-columns: 60px 1fr;
    gap: 0.75rem 1rem;
  }
  .service-row__desc, .service-row__meta { grid-column: 2; }
  .gallery-item:nth-child(n) { grid-column: span 6; aspect-ratio: 1; }
  .nav { display: none; }
  .nav.is-open,
  .nav.nav--open {
    display: block;
    position: fixed;
    inset: var(--header-h) 0 0;
    z-index: 120;
    background: rgba(255,255,255,0.98);
    color: var(--ink);
    padding: 2rem 1.5rem 3rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav.is-open .nav__list,
  .nav.nav--open .nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
  .nav.is-open .nav__link,
  .nav.nav--open .nav__link { font-size: 1.05rem; opacity: 1; }
  .burger { display: inline-flex; position: relative; z-index: 130; }
  .sticky-cta--menu-hidden { display: none !important; }
  .header__actions .header__cta { display: none; }
  .header__actions .lang-switch { display: none; }
  .lang-switch--mobile { display: inline-flex; }
  .sticky-cta { display: none; }
  .sticky-cta.sticky-cta--visible { display: block; }
  body.has-sticky-cta { padding-bottom: 0; }
  body.has-sticky-cta:has(.sticky-cta--visible) { padding-bottom: 72px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 1.5rem, var(--container)); }
  .offer-grid, .process-grid, .reviews-rail, .values__grid, .blog-grid,
  .pricing-board, .care-grid, .footer__grid, .contact-grid, .split,
  .stat-row {
    grid-template-columns: 1fr;
  }
  .gallery-item:nth-child(n) { grid-column: span 12; }
  .hero__content { padding-bottom: 5.5rem; }
  .scroll-indicator { display: none; }
  .timeline__item { grid-template-columns: 1fr; gap: 0.35rem; }
  .header__wordmark { letter-spacing: 0.1em; font-size: 1rem; }
}

/* Keep compatibility aliases from older markup */
.hero__grid { display: contents; }
.hero__image, .hero__frame, .hero__ornaments, .hero__ring, .hero__corner { display: none; }
.img-frame img { width: 100%; height: 100%; object-fit: cover; }
.services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  background: var(--ink-2);
  color: var(--white);
}
.service-card__image { position: absolute; inset: 0; }
.service-card__image img { width: 100%; height: 100%; object-fit: cover; opacity: 0.55; }
.service-card__num, .service-card__title, .service-card__desc {
  position: relative; z-index: 2;
}
.service-card__title, .service-card__desc, .service-card__num { padding: 0 1.25rem; }
.service-card__num { padding-top: 1.25rem; color: var(--brass); letter-spacing: 0.15em; font-size: 0.75rem; }
.service-card__title {
  font-family: var(--font-display);
  font-size: 1.7rem;
  margin-top: 8.5rem;
}
.service-card__desc { color: rgba(255,255,255,0.65); padding-bottom: 1.25rem; }
.service-card__hit { position: absolute; inset: 0; z-index: 3; }
.service-card__title-short { display: none; }
@media (max-width: 640px) {
  .services__grid { grid-template-columns: 1fr; }
  .service-card__title-full { display: none; }
  .service-card__title-short { display: inline; }
}

.pricing__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
  margin-top: 2rem;
}
.pricing-card { background: var(--white); padding: 1.5rem; }
.pricing-card__title { font-family: var(--font-display); font-size: 1.5rem; }
.pricing-card__price { color: var(--brass); margin: 0.4rem 0 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.85rem; }
.pricing-card__list { display: grid; gap: 0.35rem; color: var(--muted-2); margin-bottom: 1rem; }
.pricing-card__cta { font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; border-bottom: 1px solid currentColor; }
.pricing__note { margin-top: 1rem; color: var(--muted); font-size: 0.9rem; }

.about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
@media (max-width: 800px) {
  .about__grid, .pricing__grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .hero__brush { top: 40%; }
  .splat-badge { width: 118px; bottom: 4%; }
}

/* ============================================
   v2 — Innovative layouts + color graphics
   ============================================ */

.label { color: var(--violet-soft); }
.section--light .label, .section--stone .label { color: var(--violet-deep); }
.section--dark .label, .section--ink .label { color: var(--rose); }

.stat__num, .stat__number { color: var(--violet-soft); }
.process-step__num, .service-row__num, .value__num, .offer-card__num { color: var(--violet-soft); }
.price-item__price, .review__name { color: var(--rose); }

/* Diagonal color band (Lada alternating + BR energy) */
.band-slash {
  position: relative;
  padding: var(--space-2xl) 0;
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
}
.band-slash::before {
  content: "";
  position: absolute;
  inset: -20% -10%;
  background:
    linear-gradient(118deg, transparent 36%, rgba(139,92,246,0.18) 36.2% 48%, transparent 48.2%),
    linear-gradient(118deg, transparent 58%, rgba(244,114,182,0.12) 58.2% 66%, transparent 66.2%);
  pointer-events: none;
}

/* Asymmetric editorial (offset media) */
.editorial {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}
.editorial--flip { direction: rtl; }
.editorial--flip > * { direction: ltr; }
.editorial__media {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--ink-3);
}
.editorial__media img {
  width: 100%; height: 100%; object-fit: cover;
}
.editorial__media::before {
  content: "";
  position: absolute;
  width: 42%; height: 42%;
  top: -8%; left: -10%;
  background: url("../assets/splat.svg") center / contain no-repeat;
  z-index: 2;
  pointer-events: none;
}
.editorial__media::after {
  content: "";
  position: absolute;
  inset: auto -8% -8% auto;
  width: 55%; height: 55%;
  background: url("../assets/orbit-rings.svg") center / contain no-repeat;
  opacity: 0.65;
  pointer-events: none;
}
.editorial__shift { transform: translateY(2.5rem); }
@media (max-width: 800px) {
  .editorial, .editorial--flip { grid-template-columns: 1fr; direction: ltr; }
  .editorial__shift { transform: none; }
}

/* Giant index rail */
.index-rail {
  display: grid;
  grid-template-columns: minmax(72px, 140px) 1fr;
  gap: 1.25rem 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid var(--line-dark);
}
.section--dark .index-rail, .section--ink .index-rail { border-color: var(--line); }
.index-rail__num {
  font-family: var(--font-display);
  font-size: clamp(3rem, 8vw, 5.5rem);
  line-height: 0.9;
  color: var(--violet);
}
.index-rail__title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  margin-bottom: 0.5rem;
}

/* Color mosaic pathways (Best Reputation "tak na co jdeš") */
.mosaic {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  grid-template-rows: 280px 220px;
  gap: 0.85rem;
}
.mosaic__cell {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 1.5rem;
  color: var(--white);
  background: var(--ink-3);
  text-decoration: none;
  min-height: 200px;
}
.mosaic__cell:first-child { grid-row: span 2; }
.mosaic__cell img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.55;
  transition: transform 0.8s var(--ease), opacity var(--t);
}
.mosaic__cell:hover img { transform: scale(1.06); opacity: 0.72; }
.mosaic__cell::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 25%, rgba(0,0,0,0.85));
  z-index: 1;
}
.mosaic__body { position: relative; z-index: 2; }
.mosaic__tag {
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.45rem;
  color: var(--violet-soft);
}
.mosaic__cell--rose .mosaic__tag { color: #fbcfe8; }
.mosaic__cell--teal .mosaic__tag { color: #99f6e4; }
.mosaic__title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  margin-bottom: 0.35rem;
}
@media (max-width: 900px) {
  .mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .mosaic__cell:first-child { grid-row: auto; grid-column: span 2; min-height: 320px; }
}
@media (max-width: 560px) {
  .mosaic { grid-template-columns: 1fr; }
  .mosaic__cell:first-child { grid-column: auto; }
}

/* Floating color orbs */
.orb-field { position: relative; overflow: hidden; }
.orb-field::before,
.orb-field::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
}
.orb-field::before {
  width: 280px; height: 280px;
  top: -80px; right: -40px;
  background: rgba(155, 61, 255, 0.12);
}
.orb-field::after {
  width: 220px; height: 220px;
  bottom: -60px; left: -30px;
  background: rgba(255, 255, 255, 0.04);
}
.orb-field > * { position: relative; z-index: 1; }

/* Graphic divider */
.gfx-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  height: 48px;
  margin: 0 auto;
}
.gfx-divider::before,
.gfx-divider::after {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--ink);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.section--dark .gfx-divider::before,
.section--dark .gfx-divider::after,
.section--ink .gfx-divider::before,
.section--ink .gfx-divider::after {
  background: var(--white);
}

/* Skill / style cards with color edge */
.style-board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.style-card {
  position: relative;
  padding: 1.75rem 1.4rem;
  background: var(--white);
  border: 1px solid var(--line-dark);
  overflow: hidden;
}
.section--dark .style-card {
  background: var(--ink-3);
  border-color: var(--line);
}
.style-card::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--violet), var(--rose));
}
.style-card--teal::before { background: linear-gradient(180deg, var(--teal), var(--violet)); }
.style-card--sun::before { background: linear-gradient(180deg, var(--sun), var(--rose)); }
.style-card h3 {
  font-family: var(--font-display);
  font-size: 1.7rem;
  margin-bottom: 0.55rem;
}
@media (max-width: 800px) {
  .style-board { grid-template-columns: 1fr; }
}

/* Fix: page-hero never starts invisible */
.page-hero [data-reveal],
.page-hero .reveal {
  opacity: 1;
  transform: none;
}

/* Marquee color accents */
.marquee__item::after { color: inherit; }
.marquee--rose .marquee__item::after,
.marquee--teal .marquee__item::after { color: inherit; }

/* Gallery filters colorful active */
.gallery-filters button.is-active,
.filter-btn.is-active,
.gallery-filter__btn.is-active,
.gallery-filter__btn--active {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}

.faq-tabs button.is-active {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--white);
}

/* CTA with color bloom */
.cta-band {
  background:
    url("../assets/silk.svg") center / cover no-repeat,
    radial-gradient(ellipse at 50% 0%, rgba(155,61,255,0.18), transparent 45%),
    var(--ink);
}

/* Offer cards color tint on hover */
.offer-card:hover { box-shadow: inset 0 0 0 1px rgba(155,61,255,0.55); }

/* Stat number alias used by subpages */
.stat__number {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  margin-bottom: 0.35rem;
  color: var(--violet);
}

.split__frame {
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255,255,255,0.25);
  pointer-events: none;
  z-index: 2;
}
.split__media .split__frame {
  /* when frame wraps img in some pages */
}
.split__media > .split__frame {
  position: relative;
  inset: auto;
  border: 0;
  display: block;
  height: 100%;
}
.split__media > .split__frame img {
  width: 100%; height: 100%; object-fit: cover;
}
