:root {
  --plum-950: #24102b;
  --plum-900: #32173b;
  --plum-800: #45234e;
  --plum-700: #5e2f6f;
  --plum-600: #70407e;
  --plum-500: #825690;
  --plum-100: #f1e8f3;
  --plum-050: #f8f3f9;
  --gold-700: #9b7025;
  --gold-600: #b98630;
  --gold-500: #c99a3d;
  --gold-400: #d8b15b;
  --gold-300: #e4c276;
  --gold-100: #f5e9cb;
  --ivory: #fbf8f2;
  --cream: #f6efe4;
  --white: #ffffff;
  --ink: #261f29;
  --ink-soft: #4e4651;
  --muted: #716873;
  --line: rgba(69, 35, 78, .14);
  --line-strong: rgba(69, 35, 78, .24);
  --success: #5d7d68;
  --danger: #a94e59;
  --pink: #ec168c;
  --pink-soft: #fde7f4;
  --shadow-xs: 0 8px 24px rgba(47, 23, 55, .07);
  --shadow-sm: 0 14px 38px rgba(47, 23, 55, .10);
  --shadow-md: 0 24px 70px rgba(47, 23, 55, .15);
  --shadow-gold: 0 18px 42px rgba(201, 154, 61, .22);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --radius-xl: 56px;
  --container: 1200px;
  --header-height: 88px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--ivory);
  font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open, body.modal-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
p, h1, h2, h3, h4, ul, ol, figure, blockquote { margin-top: 0; }
::selection { color: var(--white); background: var(--plum-700); }
:focus-visible { outline: 3px solid rgba(201, 154, 61, .6); outline-offset: 3px; }

.skip-link {
  position: fixed;
  left: 18px;
  top: -80px;
  z-index: 2000;
  padding: 10px 15px;
  border-radius: 10px;
  color: var(--white);
  background: var(--plum-900);
  transition: top .2s ease;
}
.skip-link:focus { top: 18px; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 850px); margin-inline: auto; }
.section { position: relative; padding: 104px 0; }
.section-sm { padding: 72px 0; }
.section-lg { padding: 132px 0; }
.section-plum { color: var(--white); background: var(--plum-900); }
.section-lavender { background: var(--plum-050); }
.section-cream { background: var(--cream); }
.section-white { background: var(--white); }
.section-gold-wash {
  background:
    radial-gradient(circle at 8% 20%, rgba(228,194,118,.22), transparent 30%),
    linear-gradient(135deg, #fffdf8, #f7efe3);
}
.section-overflow { overflow: hidden; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--gold-700);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow::before {
  width: 30px;
  height: 1px;
  content: "";
  background: currentColor;
}
.section-plum .eyebrow { color: var(--gold-300); }
.display {
  max-width: 870px;
  margin-bottom: 22px;
  color: var(--plum-900);
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 5.35rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .99;
}
.display em { color: var(--plum-700); font-style: italic; }
.section-plum .display { color: var(--white); }
.heading {
  max-width: 800px;
  margin-bottom: 18px;
  color: var(--plum-900);
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(2rem, 3.7vw, 3.75rem);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.06;
}
.section-plum .heading { color: var(--white); }
.subheading {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1.03rem, 1.8vw, 1.26rem);
  line-height: 1.7;
}
.section-plum .subheading { color: rgba(255,255,255,.72); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 38px; margin-bottom: 48px; }
.section-head > div:first-child { flex: 1; }
.section-head .subheading { max-width: 560px; }

.kicker {
  color: var(--gold-700);
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.lead { color: var(--ink-soft); font-size: 1.15rem; }
.text-muted { color: var(--muted); }
.text-gold { color: var(--gold-600); }
.text-center { text-align: center; }
.text-center .heading, .text-center .subheading { margin-inline: auto; }

.btn-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.btn {
  position: relative;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: .95rem;
  font-weight: 750;
  letter-spacing: -.01em;
  line-height: 1;
  transition: transform .28s var(--ease), box-shadow .28s var(--ease), background .28s ease, border-color .28s ease;
}
.btn::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.28) 48%, transparent 72%);
  transform: translateX(-125%);
  transition: transform .7s var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn:hover::after { transform: translateX(125%); }
.btn-primary { color: var(--white); background: var(--plum-700); box-shadow: 0 12px 30px rgba(94,47,111,.22); }
.btn-primary:hover { background: var(--plum-800); box-shadow: 0 16px 36px rgba(94,47,111,.28); }
.btn-gold { color: var(--plum-950); background: linear-gradient(135deg, var(--gold-300), var(--gold-500)); box-shadow: var(--shadow-gold); }
.btn-gold:hover { box-shadow: 0 22px 48px rgba(201,154,61,.3); }
.btn-light { color: var(--plum-900); background: var(--white); box-shadow: var(--shadow-xs); }
.btn-light:hover { box-shadow: var(--shadow-sm); }
.btn-outline { color: var(--plum-800); border-color: var(--line-strong); background: transparent; }
.btn-outline:hover { border-color: var(--plum-700); background: rgba(94,47,111,.05); }
.btn-ghost { min-height: auto; padding: 9px 2px; color: var(--plum-700); border: 0; border-bottom: 1px solid rgba(94,47,111,.25); border-radius: 0; background: transparent; }
.btn-ghost:hover { transform: none; border-color: var(--plum-700); }
.btn svg { width: 18px; height: 18px; flex: 0 0 auto; }
.btn-sm { min-height: 42px; padding: 11px 17px; font-size: .88rem; }
.btn-block { width: 100%; }

.icon-button {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  cursor: pointer;
  background: var(--white);
}
.icon-button svg { width: 20px; height: 20px; }

.topbar { position: relative; z-index: 100; color: rgba(255,255,255,.88); background: var(--plum-950); font-size: .82rem; }
.topbar-inner { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-group { display: flex; align-items: center; gap: 20px; }
.topbar-link { display: inline-flex; align-items: center; gap: 7px; transition: color .2s ease; }
.topbar-link:hover { color: var(--gold-300); }
.topbar-link svg { width: 14px; height: 14px; }
.topbar-note { color: rgba(255,255,255,.62); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  border-bottom: 1px solid transparent;
  background: rgba(251,248,242,.97);
  backdrop-filter: none;
  transition: box-shadow .25s ease, border-color .25s ease, background .25s ease;
}
.site-header.is-scrolled { border-color: var(--line); background: rgba(251,248,242,.97); box-shadow: 0 10px 32px rgba(47,23,55,.08); }
.header-inner { display: flex; min-height: var(--header-height); align-items: center; gap: 28px; }
.logo { display: inline-flex; width: 154px; flex: 0 0 auto; align-items: center; }
.logo img { width: 100%; height: 78px; object-fit: contain; }
.site-nav { display: flex; flex: 1; align-items: center; justify-content: center; gap: 3px; }
.nav-link, .nav-trigger {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  color: var(--ink-soft);
  background: transparent;
  font-size: .89rem;
  font-weight: 700;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease;
}
.nav-link:hover, .nav-trigger:hover, .nav-link.is-active { color: var(--plum-800); background: rgba(94,47,111,.07); }
.nav-link.is-active { box-shadow: inset 0 -2px 0 var(--gold-500); }
.nav-item { position: relative; }
.nav-trigger svg { width: 14px; height: 14px; transition: transform .2s ease; }
.nav-item:hover .nav-trigger svg, .nav-item:focus-within .nav-trigger svg { transform: rotate(180deg); }
.dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  display: grid;
  width: 360px;
  padding: 10px;
  visibility: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  opacity: 0;
  background: rgba(255,255,255,.98);
  box-shadow: var(--shadow-md);
  transform: translateY(-8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
}
.nav-item:hover .dropdown, .nav-item:focus-within .dropdown { visibility: visible; opacity: 1; transform: translateY(0); }
.dropdown a { display: grid; grid-template-columns: 38px 1fr; gap: 10px; align-items: center; padding: 12px; border-radius: 14px; transition: background .2s ease; }
.dropdown a:hover { background: var(--plum-050); }
.dropdown .dropdown-icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; color: var(--plum-700); background: var(--plum-100); line-height: 0; }
.dropdown .dropdown-icon svg { display: block; width: 19px; height: 19px; margin: auto; }
.dropdown strong { display: block; color: var(--plum-900); font-size: .9rem; line-height: 1.25; }
.dropdown span { display: block; color: var(--muted); font-size: .76rem; line-height: 1.4; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-phone { color: var(--plum-900); font-weight: 850; white-space: nowrap; }
.header-phone-button { white-space: nowrap; box-shadow: 0 12px 30px rgba(94,47,111,.22); }
.header-phone-button svg { width: 18px; height: 18px; flex: 0 0 auto; }
.mobile-toggle { display: none; width: 46px; height: 46px; place-items: center; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; background: var(--white); }
.mobile-toggle span, .mobile-toggle::before, .mobile-toggle::after { display: block; width: 19px; height: 2px; content: ""; background: var(--plum-900); transition: transform .25s ease, opacity .2s ease; }
.mobile-toggle::before { transform: translateY(-5px); }
.mobile-toggle::after { transform: translateY(5px); }
.mobile-toggle span { margin-top: -2px; }
body.menu-open .mobile-toggle span { opacity: 0; }
body.menu-open .mobile-toggle::before { transform: translateY(2px) rotate(45deg); }
body.menu-open .mobile-toggle::after { transform: translateY(0) rotate(-45deg); }

.hero {
  position: relative;
  min-height: 720px;
  padding: 82px 0 90px;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 4%, rgba(228,194,118,.28), transparent 24%),
    radial-gradient(circle at 8% 80%, rgba(94,47,111,.09), transparent 27%),
    var(--ivory);
}
.hero::before {
  position: absolute;
  top: 2%;
  left: -180px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(201,154,61,.26);
  border-radius: 50%;
  content: "";
}
.hero::after {
  position: absolute;
  right: -230px;
  bottom: -250px;
  width: 570px;
  height: 570px;
  border: 1px solid rgba(94,47,111,.12);
  border-radius: 50%;
  content: "";
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 66px; align-items: center; }
.hero-slider { position: relative; }
.hero-slide { visibility: hidden; opacity: 0; transform: translateX(28px); pointer-events: none; transition: opacity .6s var(--ease), transform .6s var(--ease), visibility .6s; }
.hero-slide:not(.is-active) { position: absolute; inset: 0; }
.hero-slide.is-active { position: relative; visibility: visible; opacity: 1; transform: translateX(0); pointer-events: auto; }
.hero-controls { position: absolute; z-index: 12; right: max(20px, calc((100vw - var(--container))/2)); bottom: -48px; display: flex; align-items: center; gap: 9px; }
.hero-arrow, .hero-dot { display: grid; place-items: center; border: 0; cursor: pointer; transition: transform .25s var(--ease), background .25s ease; }
.hero-arrow { width: 42px; height: 42px; border-radius: 50%; color: var(--white); background: var(--plum-700); }
.hero-arrow svg { width: 18px; height: 18px; }
.hero-prev svg { transform: rotate(180deg); }
.hero-arrow:hover { transform: scale(1.08); }
.hero-dot { width: 11px; height: 11px; padding: 0; border-radius: 50%; background: rgba(94,47,111,.22); }
.hero-dot.is-active { width: 30px; border-radius: 999px; background: var(--pink); }
.hero-copy { padding: 22px 0; }
.hero-copy .display { max-width: 690px; }
.hero-copy .subheading { max-width: 650px; margin-bottom: 32px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.proof-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  background: rgba(255,255,255,.9);
  font-size: .84rem;
  font-weight: 720;
  backdrop-filter: none;
}
.proof-chip svg { width: 16px; height: 16px; color: var(--gold-600); }
.hero-media { position: relative; min-height: 570px; }
.hero-photo {
  position: absolute;
  inset: 16px 8px 28px 48px;
  overflow: hidden;
  border: 8px solid rgba(255,255,255,.78);
  border-radius: 46% 54% 47% 53% / 43% 38% 62% 57%;
  background: var(--plum-100);
  box-shadow: var(--shadow-md);
  transform: rotate(1.6deg);
}
.hero-photo::after { position: absolute; inset: 0; content: ""; background: linear-gradient(150deg, transparent 42%, rgba(50,23,59,.24)); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; transform: scale(1.02); }
.image-rotator > .rotator-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  object-fit: cover;
  pointer-events: none;
  transform: scale(1.025);
  transition: opacity .9s cubic-bezier(.4,0,.2,1), transform .9s cubic-bezier(.2,.7,.2,1);
  will-change: opacity, transform;
  animation: none !important;
}
.image-rotator > .rotator-image.is-active { z-index: 1; opacity: 1; transform: scale(1.012); }
.rotator-dots { position: absolute; z-index: 5; right: 50%; bottom: 14px; display: flex; align-items: center; gap: 6px; transform: translateX(50%); pointer-events: none; }
.rotator-dot { width: 7px; height: 7px; display: block; border-radius: 999px; background: rgba(255,255,255,.62); box-shadow: 0 2px 8px rgba(50,23,59,.14); transition: width .35s var(--ease), background .35s ease; }
.rotator-dot.is-active { width: 22px; background: var(--pink); }
.hero-photo .rotator-dots { bottom: 22px; }
.hero-ring {
  position: absolute;
  inset: -18px 12px 5px 22px;
  border: 1px solid rgba(201,154,61,.58);
  border-radius: 48% 52% 49% 51% / 47% 43% 57% 53%;
  transform: rotate(-2deg);
}
.floating-card {
  position: absolute;
  z-index: 4;
  max-width: 244px;
  padding: 17px 18px;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 20px;
  background: rgba(255,255,255,.96);
  box-shadow: var(--shadow-sm);
  backdrop-filter: none;
  animation: none;
}
.floating-card strong { display: block; margin-bottom: 4px; color: var(--plum-900); font-size: .95rem; line-height: 1.25; }
.floating-card span { display: block; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.floating-card .mini-icon { display: grid; width: 34px; height: 34px; margin-bottom: 10px; place-items: center; border-radius: 11px; color: var(--plum-700); background: var(--gold-100); }
.floating-card .mini-icon svg { width: 18px; height: 18px; }
.card-top { top: 6px; right: -16px; }
.card-bottom { bottom: 8px; left: 2px; animation-delay: -2.2s; }
.hero-bubble {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 50%;
  background: radial-gradient(circle at 32% 26%, rgba(255,255,255,.85), rgba(228,194,118,.12) 45%, rgba(94,47,111,.08));
  box-shadow: inset 0 0 16px rgba(255,255,255,.55), 0 10px 28px rgba(69,35,78,.08);
  animation: none;
}
.bubble-one { top: 44px; left: 10px; width: 34px; height: 34px; }
.bubble-two { right: 3px; bottom: 120px; width: 54px; height: 54px; animation-delay: -3s; }
.bubble-three { top: 160px; right: 22%; width: 20px; height: 20px; animation-delay: -6s; }
.hero-slide.is-active.is-assembling .hero-copy > * { animation: heroAssembleText .72s var(--ease) both; }
.hero-slide.is-active.is-assembling .hero-copy > :nth-child(1) { animation-delay: 40ms; }
.hero-slide.is-active.is-assembling .hero-copy > :nth-child(2) { animation-delay: 120ms; }
.hero-slide.is-active.is-assembling .hero-copy > :nth-child(3) { animation-delay: 210ms; }
.hero-slide.is-active.is-assembling .hero-copy > :nth-child(4) { animation-delay: 300ms; }
.hero-slide.is-active.is-assembling .hero-copy > :nth-child(5) { animation-delay: 390ms; }
.hero-slide.is-active.is-assembling .hero-ring { animation: heroAssembleRing .78s var(--ease) 100ms both; }
.hero-slide.is-active.is-assembling .hero-photo { animation: heroAssemblePhoto .9s var(--ease) 180ms both; }
.hero-slide.is-active.is-assembling .floating-card {
  animation: heroAssembleFade .7s var(--ease) 460ms both;
}
.hero-slide.is-active.is-assembling .card-bottom { animation-delay: 570ms; }
.hero-slide.is-active.is-assembling .hero-bubble {
  animation: heroAssembleFade .65s var(--ease) 560ms both;
}
.hero-slide.is-active.is-assembling .bubble-two { animation-delay: 640ms; }
.hero-slide.is-active.is-assembling .bubble-three { animation-delay: 720ms; }

.trust-strip { position: relative; z-index: 4; margin-top: -36px; }
.trust-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid rgba(69,35,78,.1);
  border-radius: 26px;
  background: rgba(255,255,255,.96);
  box-shadow: var(--shadow-sm);
}
.stat { position: relative; padding: 25px 28px; }
.stat:not(:last-child)::after { position: absolute; top: 22px; right: 0; bottom: 22px; width: 1px; content: ""; background: var(--line); }
.stat-number { display: block; margin-bottom: 3px; color: var(--plum-800); font-family: Georgia, serif; font-size: 2rem; font-weight: 700; line-height: 1; }
.stat-label { display: block; color: var(--muted); font-size: .82rem; line-height: 1.4; }

.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }

.service-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; }
.service-card {
  position: relative;
  min-height: 318px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow-xs);
  transition: transform .36s var(--ease), box-shadow .36s var(--ease), border-color .28s ease;
}
.service-card:nth-child(1), .service-card:nth-child(2) { grid-column: span 6; }
.service-card:nth-child(n+3) { grid-column: span 4; min-height: 284px; }
.service-card:hover { z-index: 2; border-color: rgba(201,154,61,.42); box-shadow: var(--shadow-sm); transform: translateY(-7px); }
.service-card::after {
  position: absolute;
  right: -60px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(201,154,61,.25);
  border-radius: 50%;
  content: "";
  transition: transform .5s var(--ease);
}
.service-card:hover::after { transform: scale(1.25); }
.service-card.featured { color: var(--white); border-color: transparent; background: linear-gradient(145deg, var(--plum-700), var(--plum-900)); }
.service-card.featured::before {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(circle at 85% 12%, rgba(228,194,118,.32), transparent 32%);
}
.service-card > * { position: relative; z-index: 1; }
.service-icon { display: grid; width: 58px; height: 58px; margin-bottom: 42px; place-items: center; border-radius: 18px; color: var(--plum-700); background: var(--plum-100); }
.service-card.featured .service-icon { color: var(--plum-950); background: linear-gradient(135deg, var(--gold-300), var(--gold-500)); }
.service-icon svg { width: 27px; height: 27px; }
.service-card h3 { margin-bottom: 10px; color: var(--plum-900); font-family: Georgia, serif; font-size: 1.55rem; font-weight: 600; line-height: 1.15; }
.service-card.featured h3 { color: var(--white); }
.service-card p { max-width: 440px; margin-bottom: 22px; color: var(--muted); font-size: .93rem; }
.service-card.featured p { color: rgba(255,255,255,.72); }
.card-link { display: inline-flex; align-items: center; gap: 8px; color: var(--plum-700); font-size: .88rem; font-weight: 800; }
.service-card.featured .card-link { color: var(--gold-300); }
.card-link svg { width: 17px; height: 17px; transition: transform .2s ease; }
.card-link:hover svg { transform: translateX(4px); }

.service-card.service-card-photo {
  min-height: 464px;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.service-card.service-card-photo:nth-child(n+3) { min-height: 434px; }
.service-card-photo::after { display: none; }
.service-card-photo .service-card-media {
  position: relative;
  z-index: 2;
  height: 236px;
  flex: 0 0 auto;
  overflow: hidden;
  contain: paint;
  background: var(--plum-100);
}
.service-card-photo:nth-child(n+3) .service-card-media { height: 196px; }
.service-card-photo .service-card-media::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(40,16,49,.02) 48%, rgba(40,16,49,.24) 100%);
  pointer-events: none;
}
.service-card-photo .service-card-media img:not(.rotator-image) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s var(--ease), filter .5s ease;
}
.hover-video-media > .service-motion-poster,
.hover-video-media > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hover-video-media > video {
  z-index: 1;
  display: block;
  opacity: 0;
  background: var(--plum-950);
  pointer-events: none;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: opacity .18s ease-out, transform .7s var(--ease), filter .5s ease;
  will-change: opacity, transform;
}
.hover-video-media.is-active > video { opacity: 1; }
.service-card-photo .service-card-media .rotator-dots { bottom: 12px; }
.service-card-photo:hover .service-card-media .rotator-image.is-active { transform: scale(1.055); filter: saturate(1.04); }
.service-card-photo:hover .service-card-media img { transform: scale(1.055); filter: saturate(1.04); }
.service-card-photo:hover .hover-video-media > img,
.service-card-photo:hover .hover-video-media > video { transform: translateZ(0) scale(1.012); filter: none; }
.service-card-photo .service-icon {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 20px;
  width: 52px;
  height: 52px;
  margin: 0;
  border: 1px solid rgba(255,255,255,.72);
  background: rgba(255,255,255,.96);
  box-shadow: 0 10px 28px rgba(40,16,49,.16);
  backdrop-filter: none;
}
.service-card-photo.featured .service-icon {
  color: var(--plum-950);
  background: linear-gradient(135deg, rgba(239,205,125,.96), rgba(214,164,65,.96));
}
.service-card-photo .service-card-content {
  z-index: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px 28px 27px;
}
.service-card-cleaning { border-color: rgba(236,22,140,.38); }
.service-card-cleaning .service-card-content {
  color: var(--white);
  background: linear-gradient(120deg, #ff1a9c, var(--pink) 48%, #c91f91 100%);
  background-size: 100% 100%;
  animation: none;
}
.service-card-cleaning h3 { color: var(--white); }
.service-card-cleaning p { color: rgba(255,255,255,.86); }
.service-card-cleaning .card-link { color: var(--white); }
.service-card-photo .service-card-content p { flex: 1; }
.service-card-photo .card-link { margin-top: auto; }

.soft-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.84); box-shadow: var(--shadow-xs); }
.soft-card h3 { margin-bottom: 9px; color: var(--plum-900); font-family: Georgia, serif; font-size: 1.35rem; }
.soft-card p:last-child { margin-bottom: 0; }
.icon-card { padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.icon-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.icon-card .icon { display: grid; width: 52px; height: 52px; margin-bottom: 24px; place-items: center; border-radius: 16px; color: var(--plum-700); background: var(--plum-100); }
.icon-card .icon svg { width: 24px; height: 24px; }
.icon-card h3 { margin-bottom: 9px; color: var(--plum-900); font-size: 1.08rem; line-height: 1.25; }
.icon-card p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }

.format-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: format; }
.format-card { position: relative; padding: 30px; border: 1px solid var(--line); border-radius: 28px; background: var(--white); }
.format-card::before { display: inline-grid; width: 36px; height: 36px; margin-bottom: 44px; place-items: center; border-radius: 50%; color: var(--plum-950); background: var(--gold-300); counter-increment: format; content: "0" counter(format); font-size: .76rem; font-weight: 900; }
.format-card h3 { margin-bottom: 10px; color: var(--plum-900); font-family: Georgia, serif; font-size: 1.5rem; line-height: 1.15; }
.format-card p { margin-bottom: 18px; color: var(--muted); }
.format-card .tag { display: inline-flex; padding: 6px 10px; border-radius: 999px; color: var(--plum-700); background: var(--plum-100); font-size: .75rem; font-weight: 800; }
.format-card-photo { padding: 0; overflow: hidden; box-shadow: var(--shadow-xs); }
.format-card-photo::before { position: absolute; z-index: 3; top: 18px; left: 18px; margin: 0; }
.format-card-photo > img { width: 100%; height: 220px; object-fit: cover; transition: transform .6s var(--ease); }
.format-card-photo:hover > img { transform: scale(1.045); }
.format-card-body { padding: 26px 28px 30px; }
.format-card-photo .tag { color: #9d0f61; background: var(--pink-soft); }

.split { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 78px; align-items: center; }
.split.reverse { grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); }
.split.reverse > :first-child { order: 2; }
.visual-card { position: relative; min-height: 520px; overflow: hidden; border-radius: var(--radius-lg); background: var(--plum-100); box-shadow: var(--shadow-sm); }
.visual-card img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.visual-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 48%, rgba(36,16,43,.65)); }
.visual-card .rotator-dots { top: 20px; right: 20px; bottom: auto; transform: none; }
.visual-caption { position: absolute; z-index: 2; right: 28px; bottom: 28px; left: 28px; color: var(--white); }
.visual-caption strong { display: block; margin-bottom: 5px; font-family: Georgia, serif; font-size: 1.5rem; }
.visual-caption span { color: rgba(255,255,255,.76); font-size: .88rem; }
.check-list { display: grid; gap: 14px; margin: 28px 0 32px; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 25px 1fr; gap: 12px; align-items: start; }
.check-list li::before { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; color: var(--plum-900); background: var(--gold-300); content: "✓"; font-size: .75rem; font-weight: 900; }
.check-list strong { display: block; margin-bottom: 1px; color: var(--plum-900); }
.check-list span { color: var(--muted); font-size: .9rem; }

.price-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.price-card { min-height: 180px; padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); transition: transform .3s var(--ease), border-color .2s ease; }
.price-card:hover { border-color: rgba(201,154,61,.5); transform: translateY(-4px); }
.price-card .price-icon { display: grid; width: 40px; height: 40px; margin-bottom: 32px; place-items: center; border-radius: 13px; color: var(--plum-700); background: var(--plum-100); }
.price-card .price-icon svg { width: 20px; height: 20px; }
.price-card h3 { min-height: 42px; margin-bottom: 8px; color: var(--plum-900); font-size: .95rem; line-height: 1.3; }
.price-value { color: var(--plum-700); font-family: Georgia, serif; font-size: 1.35rem; font-weight: 700; }
.price-note { margin-top: 20px; color: var(--muted); font-size: .78rem; }
.price-card-product { display: flex; min-height: 356px; flex-direction: column; padding: 16px; box-shadow: 0 16px 44px rgba(66,30,75,.08); }
.price-product { position: relative; flex: 0 0 154px; height: 154px; margin-bottom: 12px; overflow: hidden; border-radius: 17px; background: linear-gradient(145deg, rgba(255,255,255,.82), rgba(244,226,241,.72)); }
.price-product img { position: absolute; inset: 7px; width: calc(100% - 14px); height: calc(100% - 14px); max-width: none; object-fit: contain; filter: drop-shadow(0 12px 13px rgba(63,30,70,.17)); transform-origin: center; transition: transform .5s var(--ease); }
.price-card-product:hover .price-product img { transform: translateY(-4px) scale(1.055) rotate(-1deg); }
.price-card-product h3 { min-height: auto; margin: 0 6px 5px; }
.price-card-product .price-value { margin: 0 6px 13px; }
.price-card-action { display: inline-flex; min-height: 39px; margin-top: auto; padding: 9px 13px; align-items: center; justify-content: center; gap: 7px; border-radius: 12px; color: var(--white); background: linear-gradient(100deg, var(--pink), #f84ba9, var(--plum-700)); background-size: 100% 100%; box-shadow: 0 10px 24px rgba(236,22,140,.22); font-size: .73rem; font-weight: 850; animation: none; }
.price-card-action svg { width: 15px; height: 15px; }
.price-card-action:hover { color: var(--white); box-shadow: 0 15px 32px rgba(236,22,140,.32); transform: translateY(-2px); }
.section-price-showcase { overflow: hidden; isolation: isolate; background: linear-gradient(rgba(246,239,228,.82), rgba(246,239,228,.91)), url('price-facility.webp') center / cover no-repeat; }
.section-price-showcase::before { position: absolute; z-index: 0; inset: -35%; content: ""; background: radial-gradient(circle at 18% 30%, rgba(236,22,140,.22), transparent 22%), radial-gradient(circle at 78% 24%, rgba(225,183,87,.28), transparent 24%), radial-gradient(circle at 62% 78%, rgba(94,47,111,.23), transparent 27%); background-size: 120% 120%; animation: none; pointer-events: none; }
.section-price-showcase::after { position: absolute; z-index: 0; top: -110px; right: 8%; width: 290px; height: 290px; border: 1px solid rgba(236,22,140,.25); border-radius: 48% 52% 60% 40%; content: ""; box-shadow: inset 0 0 65px rgba(255,255,255,.32); animation: none; pointer-events: none; }
.section-price-showcase .container { position: relative; z-index: 1; }
.section-price-showcase .section-head .btn { color: var(--white); border-color: transparent; background: linear-gradient(100deg, var(--pink), #ff5fb5, var(--plum-700)); background-size: 100% 100%; box-shadow: 0 14px 34px rgba(236,22,140,.24); animation: none; }
.section-price-showcase .section-head .btn:hover { color: var(--white); box-shadow: 0 18px 42px rgba(236,22,140,.34); }

.compare-wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
.compare {
  --position: 58%;
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 8px solid rgba(255,255,255,.8);
  border-radius: var(--radius-lg);
  background: var(--plum-100);
  box-shadow: var(--shadow-md);
}
.compare img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.compare .before { filter: grayscale(1) sepia(.24) brightness(.78) contrast(.95); }
.compare .after { clip-path: inset(0 0 0 var(--position)); }
.compare::after { position: absolute; top: 0; bottom: 0; left: var(--position); z-index: 4; width: 2px; content: ""; background: var(--white); transform: translateX(-1px); box-shadow: 0 0 0 1px rgba(47,23,55,.1); }
.compare-handle { position: absolute; top: 50%; left: var(--position); z-index: 5; display: grid; width: 52px; height: 52px; place-items: center; border: 4px solid var(--white); border-radius: 50%; color: var(--white); background: var(--plum-700); box-shadow: var(--shadow-sm); transform: translate(-50%,-50%); pointer-events: none; }
.compare-handle svg { width: 22px; height: 22px; }
.compare-range { position: absolute; inset: 0; z-index: 6; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.compare-label { position: absolute; top: 20px; z-index: 3; padding: 8px 11px; border-radius: 999px; color: var(--white); background: rgba(36,16,43,.9); font-size: .75rem; font-weight: 800; backdrop-filter: none; }
.compare-label.before-label { left: 20px; }
.compare-label.after-label { right: 20px; }
.demo-ribbon { position: absolute; right: 16px; bottom: 16px; z-index: 8; padding: 6px 10px; border-radius: 999px; color: var(--plum-950); background: var(--gold-300); font-size: .68rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }

.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review-card { position: relative; display: flex; min-height: 280px; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 26px; background: var(--white); }
.review-card::before { content: "“"; color: var(--gold-300); font-family: Georgia, serif; font-size: 5.3rem; line-height: .7; }
.review-card blockquote { flex: 1; margin-bottom: 26px; color: var(--ink-soft); font-size: .97rem; }
.review-author { display: flex; align-items: center; gap: 12px; }
.avatar { display: block; width: 54px; height: 54px; flex: 0 0 54px; overflow: hidden; border: 3px solid var(--white); border-radius: 50%; background-image: url('review-avatars.webp'); background-repeat: no-repeat; background-size: 300% 100%; box-shadow: 0 8px 20px rgba(69,35,78,.18); transition: transform .35s var(--ease), box-shadow .35s ease; }
.avatar-1 { background-position: 0 center; }
.avatar-2 { background-position: 50% center; }
.avatar-3 { background-position: 100% center; }
.review-card:hover .avatar { transform: translateY(-3px) scale(1.06); box-shadow: 0 12px 26px rgba(236,22,140,.20); }
.review-card { overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .25s ease; }
.review-card:hover { z-index: 2; border-color: rgba(236,22,140,.28); box-shadow: var(--shadow-sm); transform: translateY(-6px); }
.review-author strong { display: block; color: var(--plum-900); font-size: .88rem; }
.review-author span { display: block; color: var(--muted); font-size: .76rem; }
.rating { display: flex; gap: 3px; margin-bottom: 8px; color: var(--gold-500); }
.rating svg { width: 15px; height: 15px; fill: currentColor; }

.rating-panels { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.rating-panel { padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.rating-panel .score { color: var(--plum-800); font-family: Georgia, serif; font-size: 2.25rem; font-weight: 700; line-height: 1; }
.rating-panel strong { display: block; margin: 8px 0 2px; color: var(--plum-900); font-size: .9rem; }
.rating-panel span { color: var(--muted); font-size: .78rem; }
.about-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.about-stats .rating-panel {
  position: relative;
  min-height: 210px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  color: var(--white);
  border: 0;
  background-size: 100% 100%;
  box-shadow: 0 18px 36px rgba(58,25,67,.18);
  isolation: isolate;
  animation: none;
}
.about-stats .rating-panel::after { position: absolute; z-index: -1; top: -36px; right: -30px; width: 120px; height: 120px; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; content: ""; box-shadow: 0 0 0 24px rgba(255,255,255,.06), 0 0 0 48px rgba(255,255,255,.035); animation: none; }
.about-stats .rating-panel:nth-child(1) { background-image: linear-gradient(135deg,#ff3ca6 0%,#d20b75 58%,#692b79 100%); }
.about-stats .rating-panel:nth-child(2) { background-image: linear-gradient(135deg,#7d3e91 0%,#4a1f5a 58%,#e1268d 118%); animation-delay: -.8s; }
.about-stats .rating-panel:nth-child(3) { background-image: linear-gradient(135deg,#d6a63d 0%,#b66a16 48%,#ce287f 112%); animation-delay: -1.6s; }
.about-stats .rating-panel:nth-child(4) { background-image: linear-gradient(135deg,#3c1748 0%,#6d2f81 48%,#ff36a1 112%); animation-delay: -2.4s; }
.about-stats .rating-icon { width: 54px; height: 54px; display: flex; margin-bottom: auto; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.36); border-radius: 18px; color: var(--white); background: rgba(255,255,255,.2); box-shadow: inset 0 1px 0 rgba(255,255,255,.28); backdrop-filter: none; animation: none; }
.about-stats .rating-panel:nth-child(2) .rating-icon { animation-delay: -.7s; }
.about-stats .rating-panel:nth-child(3) .rating-icon { animation-delay: -1.4s; }
.about-stats .rating-panel:nth-child(4) .rating-icon { animation-delay: -2.1s; }
.about-stats .rating-icon svg { width: 25px; height: 25px; display: block; }
.about-stats .rating-panel .score { color: var(--white); font-size: 2.55rem; text-shadow: 0 3px 16px rgba(50,17,57,.25); }
.about-stats .rating-panel strong { color: var(--white); }
.about-stats .rating-panel span { color: rgba(255,255,255,.82); line-height: 1.55; }
.source-pill { display: inline-flex; margin-top: 14px; padding: 5px 8px; border-radius: 999px; color: var(--plum-700); background: var(--plum-100); font-size: .68rem; font-weight: 800; }

.cta-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 50px;
  align-items: center;
  padding: 54px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  color: var(--white);
  background: linear-gradient(135deg, var(--plum-700), var(--plum-950));
  box-shadow: var(--shadow-md);
}
.cta-panel::before { position: absolute; top: -170px; right: -90px; width: 370px; height: 370px; border: 1px solid rgba(228,194,118,.36); border-radius: 50%; content: ""; }
.cta-panel::after { position: absolute; right: 85px; bottom: -210px; width: 380px; height: 380px; border: 70px solid rgba(255,255,255,.035); border-radius: 50%; content: ""; }
.cta-panel::before { animation: none; }
.cta-panel::after { animation: none; }
.cta-panel > * { position: relative; z-index: 2; }
.cta-panel h2 { margin-bottom: 14px; color: var(--white); font-family: Georgia, serif; font-size: clamp(2rem, 3vw, 3.15rem); font-weight: 500; line-height: 1.05; }
.cta-panel p { margin-bottom: 0; color: rgba(255,255,255,.72); font-size: 1.03rem; }
.cta-actions { display: flex; flex-direction: column; align-items: stretch; gap: 11px; }
.cta-phone { text-align: center; color: rgba(255,255,255,.76); font-size: .84rem; }
.cta-phone strong { color: var(--white); }

.branch-preview { display: grid; grid-template-columns: .82fr 1.18fr; gap: 28px; }
.map-art {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(115deg, transparent 45%, rgba(69,35,78,.045) 45%, rgba(69,35,78,.045) 48%, transparent 48%),
    linear-gradient(25deg, transparent 56%, rgba(201,154,61,.14) 56%, rgba(201,154,61,.14) 59%, transparent 59%),
    radial-gradient(circle at 70% 18%, rgba(94,47,111,.12), transparent 30%),
    #f4efe8;
}
.map-art::before, .map-art::after { position: absolute; width: 470px; height: 90px; border: 8px solid rgba(94,47,111,.08); border-radius: 50%; content: ""; transform: rotate(-28deg); }
.map-art::before { top: 88px; left: -120px; }
.map-art::after { right: -160px; bottom: 68px; transform: rotate(22deg); }
.map-live { min-height: 500px; background: var(--cream); }
.map-live::before, .map-live::after { display: none; }
.map-live iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map-gate { display: grid; place-items: center; isolation: isolate; }
.map-gate::before {
  display: block;
  inset: -35%;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 25% 35%, rgba(236,22,140,.16), transparent 22%),
    radial-gradient(circle at 72% 25%, rgba(228,194,118,.25), transparent 24%),
    radial-gradient(circle at 60% 78%, rgba(94,47,111,.16), transparent 28%);
  animation: none;
}
.map-gate-content { position: relative; z-index: 2; display: grid; width: min(88%, 390px); place-items: center; padding: 30px; border: 1px solid rgba(255,255,255,.72); border-radius: 26px; background: rgba(255,255,255,.96); box-shadow: var(--shadow-sm); text-align: center; backdrop-filter: none; }
.map-gate-content strong { margin: 10px 0 6px; color: var(--plum-900); font-family: Georgia,serif; font-size: 1.25rem; }
.map-gate-content p { margin-bottom: 17px; color: var(--muted); font-size: .78rem; }
.map-gate-content > a { display: inline-flex; margin-top: 13px; align-items: center; gap: 6px; color: var(--plum-700); font-size: .76rem; font-weight: 800; }
.map-gate-content > a svg { width: 15px; height: 15px; }
.map-gate-icon { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 20px; color: var(--white); background: linear-gradient(135deg,var(--pink),var(--plum-700)); box-shadow: 0 14px 32px rgba(236,22,140,.23); animation: none; }
.map-gate-icon svg { width: 27px; height: 27px; }
.map-gate.is-loaded { background: var(--cream); }
.map-city { position: absolute; z-index: 3; padding: 7px 11px; border-radius: 999px; color: var(--plum-900); background: rgba(255,255,255,.86); box-shadow: var(--shadow-xs); font-size: .75rem; font-weight: 850; }
.city-nn { top: 25%; left: 22%; }
.city-dzr { right: 16%; bottom: 24%; }
.map-pin { position: absolute; z-index: 4; display: grid; width: 34px; height: 34px; place-items: center; border: 4px solid var(--white); border-radius: 50% 50% 50% 0; color: var(--white); background: var(--plum-700); box-shadow: var(--shadow-sm); transform: rotate(-45deg); }
.map-pin svg { width: 14px; height: 14px; transform: rotate(45deg); }
.pin-1 { top: 35%; left: 38%; }
.pin-2 { top: 51%; left: 23%; }
.pin-3 { top: 63%; left: 44%; }
.pin-4 { top: 18%; left: 55%; }
.pin-5 { right: 25%; bottom: 36%; }
.pin-6 { right: 12%; bottom: 17%; }
.branch-list { display: grid; gap: 12px; }
.branch-card { display: grid; grid-template-columns: 46px 1fr auto; gap: 14px; align-items: center; padding: 17px 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); transition: border-color .2s ease, transform .25s var(--ease); }
.branch-card:hover { border-color: rgba(201,154,61,.5); transform: translateX(4px); }
.branch-icon { position: relative; display: grid; width: 46px; height: 46px; flex: 0 0 46px; padding: 0; place-items: center; line-height: 0; border-radius: 15px; color: var(--plum-700); background: var(--plum-100); }
.branch-icon svg { position: absolute; top: 50%; left: 50%; display: block; width: 21px; height: 21px; margin: 0; transform: translate(-50%,-50%); }
.branch-card strong { display: block; color: var(--plum-900); font-size: .91rem; line-height: 1.3; }
.branch-card span { display: block; color: var(--muted); font-size: .77rem; line-height: 1.4; }
.branch-arrow { color: var(--plum-500); }
.branch-arrow svg { width: 18px; height: 18px; }

.faq-list { display: grid; gap: 12px; }
.faq {
  --faq-accent: var(--pink);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
  transition: border-color .35s ease, box-shadow .35s ease, background .35s ease, transform .35s var(--ease);
}
.faq:nth-child(2) { --faq-accent: var(--gold-500); }
.faq:nth-child(3) { --faq-accent: var(--plum-600); }
.faq:nth-child(4) { --faq-accent: #cf3487; }
.faq:hover { border-color: color-mix(in srgb, var(--faq-accent) 38%, var(--line)); transform: translateY(-2px); }
.faq[open] { border-color: color-mix(in srgb, var(--faq-accent) 46%, var(--line)); background: linear-gradient(135deg, #fff 35%, color-mix(in srgb, var(--faq-accent) 6%, #fff)); box-shadow: 0 18px 40px rgba(62,29,72,.09); }
.faq summary {
  position: relative;
  display: grid;
  min-height: 78px;
  grid-template-columns: 48px minmax(0,1fr);
  gap: 15px;
  align-items: center;
  padding: 14px 60px 14px 16px;
  cursor: pointer;
  color: var(--plum-900);
  font-weight: 780;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before, .faq summary::after { position: absolute; top: 50%; right: 24px; width: 16px; height: 2px; content: ""; background: var(--plum-700); transition: transform .25s ease; }
.faq summary::after { transform: rotate(90deg); }
.faq[open] summary::after { transform: rotate(0); }
.faq-plain summary { display: block; min-height: 0; padding: 20px 56px 20px 22px; }
.faq-plain > p { padding: 0 22px 22px; margin: 0; color: var(--muted); }
.faq-summary-icon {
  position: relative;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  overflow: hidden;
  border-radius: 16px;
  color: var(--white);
  background: linear-gradient(145deg, color-mix(in srgb, var(--faq-accent) 78%, #fff), var(--faq-accent));
  box-shadow: 0 9px 22px color-mix(in srgb, var(--faq-accent) 22%, transparent);
}
.faq-summary-icon::after { position: absolute; inset: -45%; border: 1px solid rgba(255,255,255,.5); border-radius: 45%; content: ""; transform: rotate(35deg); transition: transform .65s var(--ease); }
.faq-summary-icon svg { position: relative; z-index: 1; width: 24px; height: 24px; }
.faq:hover .faq-summary-icon::after, .faq[open] .faq-summary-icon::after { transform: rotate(145deg) scale(.78); }
.faq[open] .faq-summary-icon svg { animation: none; }
.faq-body {
  display: grid;
  grid-template-columns: minmax(0,.88fr) minmax(360px,1.12fr);
  gap: 24px;
  align-items: center;
  padding: 0 22px 22px 79px;
}
.faq[open] .faq-body { animation: faqBodyIn .48s var(--ease) both; }
.faq-body > p { padding: 0; margin: 0; color: var(--muted); }
.faq-infographic {
  --flow-accent: var(--pink);
  position: relative;
  display: grid;
  min-height: 112px;
  grid-template-columns: minmax(78px,1fr) 28px minmax(78px,1fr) 28px minmax(78px,1fr);
  gap: 5px;
  align-items: center;
  overflow: hidden;
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--flow-accent) 22%, var(--line));
  border-radius: 20px;
  background:
    radial-gradient(circle at 10% 0%, color-mix(in srgb, var(--flow-accent) 15%, transparent), transparent 42%),
    linear-gradient(135deg, color-mix(in srgb, var(--flow-accent) 7%, #fff), #fff);
}
.faq-infographic--price { --flow-accent: var(--pink); }
.faq-infographic--locker { --flow-accent: var(--gold-500); }
.faq-infographic--visit { --flow-accent: var(--plum-600); }
.faq-infographic--stain { --flow-accent: #cf3487; }
.faq-infographic::before {
  position: absolute;
  top: -70%;
  bottom: -70%;
  left: -30%;
  width: 28%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.84), transparent);
  transform: skewX(-18deg);
}
.faq[open] .faq-infographic::before { animation: none; }
.faq-flow-step {
  position: relative;
  z-index: 2;
  display: grid;
  min-width: 0;
  gap: 7px;
  justify-items: center;
  padding: 11px 6px;
  border: 1px solid rgba(94,47,111,.08);
  border-radius: 15px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 7px 18px rgba(62,29,72,.06);
  color: var(--plum-900);
  opacity: .76;
}
.faq-flow-step strong { max-width: 100%; font-size: .64rem; line-height: 1.15; text-align: center; }
.faq-flow-icon {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border-radius: 12px;
  color: var(--flow-accent);
  background: color-mix(in srgb, var(--flow-accent) 11%, #fff);
}
.faq-flow-icon svg { width: 19px; height: 19px; }
.faq[open] .faq-flow-step { animation: none; }
.faq-flow-line { position: relative; z-index: 2; height: 2px; border-radius: 999px; background: color-mix(in srgb, var(--flow-accent) 22%, transparent); }
.faq-flow-line::after {
  position: absolute;
  top: 50%;
  left: -3px;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
  content: "";
  background: var(--flow-accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--flow-accent) 14%, transparent);
  transform: translateY(-50%);
}
.faq[open] .faq-flow-line::after { animation: none; }

@keyframes faqBodyIn {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes faqIconBreathe {
  0%, 100% { transform: scale(1) rotate(0); }
  50% { transform: scale(1.12) rotate(-4deg); }
}
@keyframes faqStepPulse {
  0%, 24%, 100% { opacity: .76; transform: translateY(0); box-shadow: 0 7px 18px rgba(62,29,72,.06); }
  10% { opacity: 1; transform: translateY(-4px); box-shadow: 0 12px 24px color-mix(in srgb, var(--flow-accent) 15%, transparent); }
}
@keyframes faqFlowDot {
  0% { left: -3px; opacity: 0; }
  16% { opacity: 1; }
  84% { opacity: 1; }
  100% { left: calc(100% - 5px); opacity: 0; }
}
@keyframes faqShine {
  0%, 22% { left: -30%; opacity: 0; }
  36% { opacity: .8; }
  58% { left: 115%; opacity: 0; }
  100% { left: 115%; opacity: 0; }
}

@media (max-width: 760px) {
  .faq summary { min-height: 70px; grid-template-columns: 42px minmax(0,1fr); gap: 12px; padding: 12px 50px 12px 13px; }
  .faq-plain summary { display: block; min-height: 0; padding: 18px 50px 18px 18px; }
  .faq summary::before, .faq summary::after { right: 19px; }
  .faq-summary-icon { width: 42px; height: 42px; border-radius: 14px; }
  .faq-summary-icon svg { width: 21px; height: 21px; }
  .faq-body { grid-template-columns: 1fr; gap: 16px; padding: 0 14px 16px; }
  .faq-infographic { min-height: 104px; grid-template-columns: minmax(64px,1fr) 18px minmax(64px,1fr) 18px minmax(64px,1fr); gap: 3px; padding: 10px; }
  .faq-flow-step { padding: 9px 3px; }
  .faq-flow-line { transform: scaleX(.88); }
}

.form-card { padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: var(--shadow-xs); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--ink-soft); font-size: .79rem; font-weight: 750; }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  color: var(--ink);
  background: var(--ivory);
  outline: 0;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.field textarea { min-height: 116px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--plum-600); background: var(--white); box-shadow: 0 0 0 4px rgba(94,47,111,.09); }
.consent { color: var(--muted); font-size: .72rem; line-height: 1.45; }
.consent a { color: var(--plum-700); text-decoration: underline; text-decoration-color: rgba(94,47,111,.3); }
.form-result { display: none; margin-top: 14px; padding: 12px 14px; border-radius: 12px; color: var(--success); background: rgba(93,125,104,.1); font-size: .84rem; }
.form-result.is-visible { display: block; }

.page-hero { position: relative; padding: 84px 0 76px; overflow: hidden; background: var(--plum-050); }
.page-hero::after { position: absolute; top: -180px; right: -130px; width: 440px; height: 440px; border: 70px solid rgba(201,154,61,.11); border-radius: 50%; content: ""; }
.page-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.12fr .88fr; gap: 64px; align-items: center; }
.page-hero .display { font-size: clamp(2.7rem, 5.3vw, 5.2rem); }
.page-hero-art { position: relative; min-height: 380px; }
.art-orb { position: absolute; inset: 10px 40px 10px 20px; border-radius: 44% 56% 54% 46% / 56% 42% 58% 44%; background: linear-gradient(145deg, var(--plum-700), var(--plum-950)); box-shadow: var(--shadow-md); transform: rotate(3deg); }
.art-orb::before { position: absolute; inset: 28px; border: 1px solid rgba(228,194,118,.55); border-radius: inherit; content: ""; }
.art-orb::after { position: absolute; top: 18%; right: 10%; width: 120px; height: 120px; border-radius: 50%; content: ""; background: radial-gradient(circle at 30% 25%, rgba(255,255,255,.86), rgba(228,194,118,.35) 34%, rgba(255,255,255,.02) 65%); }
.art-symbol { position: absolute; z-index: 2; inset: 0; display: grid; place-items: center; color: var(--gold-300); }
.art-symbol svg { width: 145px; height: 145px; stroke-width: 1.2; }
.art-chip { position: absolute; z-index: 3; right: 0; bottom: 28px; max-width: 220px; padding: 16px; border-radius: 18px; background: var(--white); box-shadow: var(--shadow-sm); }
.art-chip strong { display: block; color: var(--plum-900); font-size: .9rem; }
.art-chip span { color: var(--muted); font-size: .75rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; color: var(--muted); font-size: .78rem; }
.breadcrumbs a:hover { color: var(--plum-700); }
.breadcrumbs span::before { margin-right: 8px; content: "/"; color: rgba(113,104,115,.5); }

.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.category-card { padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.category-card .icon { display: grid; width: 50px; height: 50px; margin-bottom: 30px; place-items: center; border-radius: 16px; color: var(--plum-700); background: var(--plum-100); }
.category-card .icon svg { width: 23px; height: 23px; }
.category-card h3 { margin-bottom: 8px; color: var(--plum-900); font-family: Georgia, serif; font-size: 1.3rem; }
.category-card p { margin-bottom: 14px; color: var(--muted); font-size: .89rem; }
.category-card .mini-price { color: var(--plum-700); font-weight: 850; }
.category-card-photo { padding: 0; overflow: hidden; box-shadow: 0 12px 30px rgba(58,25,67,.07); transition: transform .35s var(--ease), border-color .3s ease, box-shadow .35s ease; }
.category-card-photo:hover { transform: translateY(-7px); border-color: rgba(225,38,141,.38); box-shadow: 0 22px 46px rgba(58,25,67,.14); }
.category-card-media { position: relative; overflow: hidden; aspect-ratio: 1.52 / 1; background: #fbf6fa; }
.category-card-media::after { position: absolute; inset: auto 0 0; height: 34%; content: ""; background: linear-gradient(to top,rgba(255,255,255,.4),transparent); pointer-events: none; }
.category-card-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .7s var(--ease); }
.category-card-photo:hover .category-card-media img { transform: scale(1.045); }
.category-card-photo .category-card-media .icon { position: absolute; z-index: 2; top: 16px; left: 16px; width: 48px; height: 48px; display: flex; margin: 0; align-items: center; justify-content: center; color: var(--white); background: linear-gradient(135deg,var(--pink),var(--plum-700)); box-shadow: 0 12px 25px rgba(98,31,104,.24); }
.category-card-body { padding: 24px 26px 27px; }
.category-card-body p { min-height: 3.9em; }

.about-work-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.about-work-card { margin: 0; overflow: hidden; border: 1px solid rgba(94,47,111,.12); border-radius: 28px; background: var(--white); box-shadow: 0 16px 38px rgba(58,25,67,.09); transition: transform .4s var(--ease), box-shadow .4s ease; }
.about-work-card:hover { transform: translateY(-8px); box-shadow: 0 26px 54px rgba(58,25,67,.16); }
.about-work-photo { position: relative; overflow: hidden; aspect-ratio: 4 / 4.7; background: var(--plum-100); }
.about-work-photo::after { position: absolute; inset: auto 0 0; height: 32%; content: ""; background: linear-gradient(to top,rgba(50,23,59,.34),transparent); pointer-events: none; }
.about-work-photo img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .8s var(--ease); }
.about-work-card:hover .about-work-photo img { transform: scale(1.04); }
.about-work-card figcaption { padding: 24px 25px 27px; }
.about-work-card figcaption > span { display: inline-flex; margin-bottom: 12px; padding: 7px 10px; border-radius: 999px; color: var(--plum-800); background: var(--plum-100); font-size: .7rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.about-work-card figcaption strong { display: block; color: var(--plum-900); font-family: Georgia,serif; font-size: 1.28rem; line-height: 1.22; }
.about-work-card figcaption p { margin: 10px 0 0; color: var(--muted); font-size: .84rem; line-height: 1.6; }

.price-toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 22px; }
.filter-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-btn { padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; color: var(--ink-soft); background: var(--white); font-size: .82rem; font-weight: 750; transition: .2s ease; }
.filter-btn:hover, .filter-btn.is-active { color: var(--white); border-color: var(--plum-700); background: var(--plum-700); }
.search-field { position: relative; width: min(100%, 300px); }
.search-field svg { position: absolute; top: 50%; left: 14px; width: 17px; height: 17px; color: var(--muted); transform: translateY(-50%); }
.search-field input { width: 100%; min-height: 44px; padding: 10px 14px 10px 42px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); outline: 0; }
.search-field input:focus { border-color: var(--plum-600); box-shadow: 0 0 0 4px rgba(94,47,111,.08); }
.price-table-wrap { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.price-table { width: 100%; border-collapse: collapse; }
.price-table th { padding: 15px 20px; color: var(--muted); background: var(--plum-050); font-size: .72rem; letter-spacing: .08em; text-align: left; text-transform: uppercase; }
.price-table td { padding: 17px 20px; border-top: 1px solid var(--line); vertical-align: middle; }
.price-table td:first-child { color: var(--plum-900); font-weight: 720; }
.price-table td:last-child { color: var(--plum-700); font-weight: 850; white-space: nowrap; }
.price-table tr[hidden] { display: none; }
.table-note { margin-top: 14px; color: var(--muted); font-size: .78rem; }

.timeline { position: relative; display: grid; gap: 0; }
.timeline::before { position: absolute; top: 12px; bottom: 12px; left: 18px; width: 1px; content: ""; background: var(--line-strong); }
.timeline-item { position: relative; display: grid; grid-template-columns: 38px 1fr; gap: 20px; padding-bottom: 28px; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-dot { position: relative; z-index: 2; display: grid; width: 38px; height: 38px; place-items: center; border: 7px solid var(--ivory); border-radius: 50%; background: var(--gold-500); }
.timeline-item h3 { margin-bottom: 5px; color: var(--plum-900); font-size: 1rem; }
.timeline-item p { margin-bottom: 0; color: var(--muted); font-size: .89rem; }

.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.case-card { overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: var(--white); }
.case-visual { position: relative; display: grid; min-height: 250px; place-items: center; overflow: hidden; background: linear-gradient(145deg, var(--plum-100), var(--cream)); }
.case-visual::before { width: 145px; height: 175px; border: 10px solid rgba(94,47,111,.18); border-radius: 45% 45% 36% 36%; content: ""; }
.case-visual::after { position: absolute; width: 55px; height: 55px; border: 8px solid rgba(201,154,61,.45); border-radius: 50%; content: ""; }
.case-visual.sofa::before { width: 200px; height: 90px; border-radius: 30px; }
.case-visual.carpet::before { width: 210px; height: 140px; border-radius: 8px; transform: rotate(-6deg); }
.case-visual.room::before { width: 210px; height: 170px; border-width: 5px; border-radius: 4px; }
.case-tag { position: absolute; top: 16px; left: 16px; padding: 6px 9px; border-radius: 999px; color: var(--plum-950); background: var(--gold-300); font-size: .66rem; font-weight: 900; text-transform: uppercase; }
.case-body { padding: 24px; }
.case-body h3 { margin-bottom: 8px; color: var(--plum-900); font-family: Georgia, serif; font-size: 1.3rem; }
.case-body p { margin-bottom: 18px; color: var(--muted); font-size: .88rem; }
.case-meta { display: grid; gap: 7px; margin-bottom: 0; padding: 0; list-style: none; color: var(--ink-soft); font-size: .78rem; }
.case-meta strong { color: var(--plum-800); }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.article-card { display: flex; min-height: 310px; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.article-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.article-meta { display: flex; align-items: center; gap: 8px; margin-bottom: 45px; color: var(--gold-700); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.article-card h3 { margin-bottom: 11px; color: var(--plum-900); font-family: Georgia, serif; font-size: 1.42rem; line-height: 1.16; }
.article-card p { flex: 1; margin-bottom: 22px; color: var(--muted); font-size: .88rem; }
.article-content { display: grid; gap: 28px; }
.article-section { scroll-margin-top: 120px; padding: 30px; border: 1px solid var(--line); border-radius: 26px; background: var(--white); }
.article-section h2 { margin-bottom: 12px; color: var(--plum-900); font-family: Georgia, serif; font-size: 1.75rem; }
.article-section p:last-child { margin-bottom: 0; }
.article-card-photo { min-height: 430px; padding: 0; overflow: hidden; }
.article-card-media { position: relative; height: 205px; overflow: hidden; background: var(--plum-100); }
.article-card-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(50,23,59,.02), rgba(50,23,59,.25)); }
.article-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.article-card-photo:hover .article-card-media img { transform: scale(1.055); }
.article-card-photo .article-meta { position: absolute; z-index: 2; top: 16px; left: 16px; margin: 0; padding: 8px 11px; border: 1px solid rgba(255,255,255,.58); border-radius: 999px; color: var(--plum-800); background: rgba(255,255,255,.96); backdrop-filter: none; }
.article-card-body { display: flex; flex: 1; flex-direction: column; padding: 23px 25px 25px; }
.article-card-time { margin-bottom: 11px; color: var(--pink); font-size: .7rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.article-grid-news .article-card { min-height: 470px; }
.article-grid-news .article-card-media { height: 220px; }
.article-grid-news .article-card h3 { font-size: 1.34rem; }
.article-card-compact { min-height: 405px; }
.article-card-compact .article-card-media { height: 180px; }
.article-card-compact .article-card-body { padding: 20px 22px 23px; }
.article-card-compact h3 { font-size: 1.2rem; }
.article-card-compact p { font-size: .82rem; }
.article-section-photo { display: grid; min-height: 390px; grid-template-columns: .88fr 1.12fr; padding: 0; overflow: hidden; }
.article-section-photo:nth-child(even) { grid-template-columns: 1.12fr .88fr; }
.article-section-photo:nth-child(even) > img { order: 2; }
.article-section-photo > img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.article-section-copy { align-self: center; padding: 38px 42px; }
.article-section-copy .btn { margin-top: 10px; }

.article-page-hero { padding: 58px 0 82px; overflow: hidden; }
.article-page-hero .breadcrumbs { margin-bottom: 30px; }
.article-page-hero .breadcrumbs a { color: var(--plum-700); }
.article-hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); gap: 64px; align-items: center; }
.article-hero-copy h1 { max-width: 820px; margin: 18px 0 22px; color: var(--plum-950); font-family: Georgia, serif; font-size: clamp(2.65rem, 4.8vw, 5.2rem); font-weight: 500; line-height: .99; letter-spacing: -.045em; }
.article-hero-copy > p { max-width: 690px; color: var(--muted); font-size: clamp(1.05rem, 1.55vw, 1.28rem); line-height: 1.68; }
.article-publish { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 28px; color: var(--plum-700); font-size: .78rem; font-weight: 800; }
.article-publish span { position: relative; padding-left: 18px; }
.article-publish span::before { position: absolute; top: 50%; left: 0; width: 5px; height: 5px; border-radius: 50%; content: ""; background: var(--pink); transform: translateY(-50%); }
.article-hero-media { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(94,47,111,.14); border-radius: 34px; background: var(--plum-100); box-shadow: var(--shadow-sm); aspect-ratio: 3 / 2; }
.article-hero-media::after { position: absolute; inset: auto 0 0; height: 34%; content: ""; pointer-events: none; background: linear-gradient(180deg, transparent, rgba(50,23,59,.45)); }
.article-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.article-hero-media figcaption { position: absolute; z-index: 2; bottom: 18px; left: 22px; color: rgba(255,255,255,.9); font-size: .72rem; font-weight: 780; }
.article-page-layout { display: grid; grid-template-columns: 260px minmax(0, 780px); gap: 72px; align-items: start; justify-content: center; }
.article-sidebar { position: sticky; top: 112px; display: grid; gap: 18px; }
.article-toc, .article-side-cta { padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: var(--ivory); }
.article-toc strong, .article-side-cta strong { display: block; margin-bottom: 14px; color: var(--plum-900); font-family: Georgia,serif; font-size: 1.15rem; }
.article-toc a { display: block; padding: 9px 0; color: var(--muted); border-top: 1px solid var(--line); font-size: .8rem; line-height: 1.38; transition: color .2s ease, transform .2s ease; }
.article-toc a:hover { color: var(--pink); transform: translateX(3px); }
.article-side-cta { color: var(--white); border-color: transparent; background: linear-gradient(145deg,var(--plum-700),var(--plum-950)); box-shadow: var(--shadow-xs); }
.article-side-cta strong { color: var(--white); }
.article-side-cta p { margin-bottom: 18px; color: rgba(255,255,255,.7); font-size: .8rem; }
.article-side-cta .btn { width: 100%; color: var(--white); background: var(--pink); }
.article-prose { min-width: 0; color: var(--ink-soft); }
.article-prose-section { scroll-margin-top: 120px; margin-bottom: 42px; }
.article-prose-section h2, .article-checklist h2, .article-faq h2 { margin-bottom: 18px; color: var(--plum-950); font-family: Georgia,serif; font-size: clamp(2rem,3.2vw,2.75rem); line-height: 1.08; letter-spacing: -.025em; }
.article-prose-section p { color: var(--muted); font-size: 1.04rem; line-height: 1.82; }
.article-prose-section p + p { margin-top: 16px; }
.article-checklist { margin: 52px 0; padding: 34px 36px; overflow: hidden; border: 1px solid rgba(236,22,140,.18); border-radius: 28px; background: linear-gradient(145deg,rgba(255,234,246,.92),rgba(249,240,250,.96)); }
.article-checklist ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px 22px; margin: 0; padding: 0; list-style: none; }
.article-checklist li { position: relative; padding-left: 28px; color: var(--plum-800); font-weight: 760; line-height: 1.48; }
.article-checklist li::before { position: absolute; top: .12em; left: 0; display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; content: "✓"; color: var(--white); background: var(--pink); font-size: .68rem; font-weight: 900; }
.article-faq { margin: 52px 0 34px; }
.article-faq-list { display: grid; gap: 11px; }
.article-faq details { border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.article-faq summary { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 21px; color: var(--plum-900); font-weight: 820; cursor: pointer; list-style: none; }
.article-faq summary::-webkit-details-marker { display: none; }
.article-faq summary span { display: grid; width: 30px; height: 30px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--white); background: var(--pink); font-size: 1.2rem; transition: transform .25s ease; }
.article-faq details[open] summary span { transform: rotate(45deg); }
.article-faq details > div { padding: 0 21px 20px; }
.article-faq details p { margin: 0; color: var(--muted); line-height: 1.68; }
.article-related-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }

.branch-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.branch-full-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.branch-full-card { padding: 24px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.branch-full-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-xs); }
.branch-full-card[hidden] { display: none; }
.branch-full-card-head { display: flex; align-items: start; justify-content: space-between; gap: 18px; margin-bottom: 16px; }
.branch-full-card h3 { margin-bottom: 5px; color: var(--plum-900); font-family: Georgia, serif; font-size: 1.35rem; }
.branch-type { display: inline-flex; padding: 5px 8px; border-radius: 999px; color: var(--plum-700); background: var(--plum-100); font-size: .67rem; font-weight: 850; white-space: nowrap; }
.contact-city-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; align-items: start; }
.contact-city-card { padding: 30px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(145deg,#fff,rgba(247,240,248,.9)); box-shadow: var(--shadow-xs); }
.contact-city-card h2 { margin-bottom: 22px; color: var(--plum-900); font-family: Georgia,serif; font-size: 1.75rem; }
.contact-address-list { display: grid; gap: 12px; }
.contact-address-card { display: grid; grid-template-columns: 44px minmax(0,1fr) auto; gap: 13px; align-items: center; padding: 15px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.contact-address-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-xs); }
.contact-address-icon { position: relative; display: grid; width: 44px; height: 44px; flex: 0 0 44px; padding: 0; place-items: center; line-height: 0; border-radius: 14px; color: var(--plum-700); background: var(--plum-100); }
.contact-address-icon svg { position: absolute; top: 50%; left: 50%; display: block; width: 22px; height: 22px; margin: 0; transform: translate(-50%,-50%); }
.contact-address-card strong { display: block; color: var(--plum-900); font-size: .94rem; }
.contact-address-card span { display: block; margin-top: 3px; color: var(--muted); font-size: .75rem; }
.contact-address-card .contact-address-hours { display: flex; margin-top: 7px; align-items: flex-start; gap: 5px; color: var(--plum-700); font-size: .68rem; font-weight: 760; line-height: 1.35; }
.contact-address-hours svg { width: 14px; height: 14px; flex: 0 0 auto; margin-top: 1px; }
.contact-address-card .btn { color: var(--white); white-space: nowrap; }
.contact-map-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.contact-map-card { padding: 14px; border: 1px solid var(--line); border-radius: 26px; background: var(--white); box-shadow: var(--shadow-xs); }
.contact-map-card h3 { padding: 7px 8px 14px; color: var(--plum-900); font-family: Georgia,serif; font-size: 1.4rem; }
.contact-map-card .map-art { height: 430px; border-radius: 18px; }
.contact-phone-card p { color: rgba(255,255,255,.72); }
.contact-phone-buttons { display: grid; gap: 12px; margin-top: 28px; }
.contact-phone-buttons .btn { width: 100%; justify-content: flex-start; font-size: 1rem; }
.contact-phone-buttons .btn svg { width: 20px; height: 20px; }
.contact-email-light { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px; border-radius: 14px; color: rgba(255,255,255,.84); border: 1px solid rgba(255,255,255,.16); font-size: .86rem; font-weight: 750; transition: background .25s ease, transform .25s ease; }
.contact-email-light:hover { color: var(--white); background: rgba(255,255,255,.09); transform: translateY(-2px); }
.contact-email-light svg { width: 18px; height: 18px; }
.contact-prep h2 { margin-bottom: 18px; color: var(--plum-900); font-family: Georgia,serif; font-size: 2rem; font-weight: 500; }
.branch-details { display: grid; gap: 9px; margin-bottom: 20px; color: var(--muted); font-size: .84rem; }
.branch-details div { display: flex; gap: 9px; align-items: start; }
.branch-details svg { width: 16px; height: 16px; flex: 0 0 auto; margin-top: 4px; color: var(--gold-600); }
.branch-actions { display: flex; flex-wrap: wrap; gap: 8px; }

.contact-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 32px; align-items: start; }
.contact-card { padding: 30px; border-radius: 28px; color: var(--white); background: linear-gradient(145deg, var(--plum-700), var(--plum-950)); }
.contact-card h2 { margin-bottom: 28px; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.contact-items { display: grid; gap: 18px; }
.contact-item { display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: center; }
.contact-item .icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 14px; color: var(--gold-300); background: rgba(255,255,255,.09); }
.contact-item .icon svg { width: 19px; height: 19px; }
.contact-item span { display: block; color: rgba(255,255,255,.6); font-size: .72rem; }
.contact-item strong, .contact-item a { color: var(--white); font-size: .95rem; }

.callout { display: grid; grid-template-columns: 50px 1fr; gap: 16px; padding: 22px; border: 1px solid rgba(201,154,61,.3); border-radius: 20px; background: var(--gold-100); }
.callout .icon { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 16px; color: var(--plum-700); background: rgba(255,255,255,.72); }
.callout .icon svg { width: 23px; height: 23px; }
.callout strong { display: block; margin-bottom: 4px; color: var(--plum-900); }
.callout p { margin-bottom: 0; color: var(--ink-soft); font-size: .87rem; }
.callout.warning { border-color: rgba(169,78,89,.24); background: rgba(169,78,89,.08); }

.palette-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.swatch { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.swatch-color { height: 115px; }
.swatch-info { padding: 13px; }
.swatch-info strong { display: block; color: var(--plum-900); font-size: .79rem; }
.swatch-info span { color: var(--muted); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .68rem; }
.component-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

.site-footer {
  position: relative;
  padding: 72px 0 25px;
  overflow: hidden;
  isolation: isolate;
  color: rgba(255,255,255,.76);
  background:
    radial-gradient(circle at 16% 24%, rgba(112,64,126,.48), transparent 35%),
    linear-gradient(120deg, var(--plum-700), var(--plum-950) 58%, #2b1234);
  background-size: 100% 100%, 100% 100%;
  animation: none;
}
.site-footer::before {
  position: absolute;
  z-index: 0;
  top: -280px;
  right: -70px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(228,194,118,.34);
  border-radius: 50%;
  content: "";
  box-shadow: inset 0 0 95px rgba(228,194,118,.035);
  animation: none;
  pointer-events: none;
}
.site-footer::after {
  position: absolute;
  z-index: 0;
  right: 17%;
  bottom: -330px;
  width: 560px;
  height: 560px;
  border: 92px solid rgba(255,255,255,.028);
  border-radius: 50%;
  content: "";
  animation: none;
  pointer-events: none;
}
.site-footer > .container { position: relative; z-index: 2; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .8fr 1fr; gap: 50px; padding-bottom: 48px; }
.footer-brand .logo { width: 175px; margin-bottom: 18px; filter: drop-shadow(0 10px 24px rgba(0,0,0,.12)); }
.footer-brand p { max-width: 310px; color: rgba(255,255,255,.55); font-size: .86rem; }
.footer-title { margin-bottom: 18px; color: var(--gold-300); font-size: .75rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { color: rgba(255,255,255,.72); font-size: .84rem; transition: color .2s ease; }
.footer-links a:hover { color: var(--white); }
.footer-contact { display: grid; gap: 10px; }
.footer-contact a { color: var(--white); font-weight: 750; }
.footer-contact span { color: rgba(255,255,255,.52); font-size: .78rem; }
.footer-social { display: flex; gap: 8px; margin-top: 16px; }
.footer-social a { display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; transition: background .2s ease, border-color .2s ease; }
.footer-social a:hover { border-color: rgba(228,194,118,.5); background: rgba(255,255,255,.08); }
.footer-social svg { width: 17px; height: 17px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.44); font-size: .72rem; }
.footer-copyrights { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; }
.footer-bottom-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-bottom a:hover { color: var(--white); }
.footer-developer-bar {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-top: 24px;
}
.footer-developer-credit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 11px 19px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(110deg, rgba(239,19,138,.96), rgba(183,30,129,.92));
  box-shadow: 0 14px 34px rgba(15,4,20,.24), 0 0 0 5px rgba(239,19,138,.1);
  font-size: .82rem;
  font-weight: 650;
  letter-spacing: .01em;
  transition: transform .25s var(--ease), box-shadow .25s ease, background .25s ease;
}
.footer-developer-credit::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: var(--gold-300);
  box-shadow: 0 0 0 5px rgba(228,194,118,.16);
}
.footer-developer-credit strong { color: var(--white); font-weight: 850; }
.footer-developer-arrow { color: var(--gold-300); font-size: 1rem; line-height: 1; transition: transform .25s var(--ease); }
.footer-developer-credit:hover {
  color: var(--white);
  background: linear-gradient(110deg, #ff1599, #c82791);
  box-shadow: 0 18px 42px rgba(15,4,20,.32), 0 0 0 6px rgba(239,19,138,.14);
  transform: translateY(-3px);
}
.footer-developer-credit:hover .footer-developer-arrow { transform: translate(2px,-2px); }

.modal { position: fixed; inset: 0; z-index: 1000; display: grid; padding: 18px; visibility: hidden; place-items: center; opacity: 0; transition: opacity .25s ease, visibility .25s; }
.modal.is-open { visibility: visible; opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(36,16,43,.72); backdrop-filter: blur(7px); }
.modal-dialog { position: relative; z-index: 2; width: min(100%, 620px); max-height: calc(100vh - 36px); padding: 34px; overflow: auto; border: 1px solid rgba(255,255,255,.68); border-radius: 28px; background: var(--ivory); box-shadow: 0 35px 90px rgba(22,8,27,.35); transform: translateY(18px) scale(.98); transition: transform .3s var(--ease); }
.modal.is-open .modal-dialog { transform: translateY(0) scale(1); }
.modal-close { position: absolute; top: 16px; right: 16px; display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; background: var(--white); }
.modal-close svg { width: 19px; height: 19px; }
.modal h2 { margin: 0 45px 8px 0; color: var(--plum-900); font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.modal-intro { margin-bottom: 24px; color: var(--muted); font-size: .9rem; }
.contact-context { display: inline-flex; margin: 0 45px 13px 0; padding: 7px 11px; border-radius: 999px; color: var(--plum-700); background: var(--pink-soft); font-size: .72rem; font-weight: 820; }
.modal-contact-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.modal-contact-primary, .modal-contact-secondary { display: flex; min-width: 0; align-items: center; gap: 12px; padding: 16px; border-radius: 19px; transition: transform .28s var(--ease), box-shadow .28s ease; }
.modal-contact-primary { color: var(--white); background: linear-gradient(135deg,var(--pink),var(--plum-700)); box-shadow: 0 14px 34px rgba(236,22,140,.2); }
.modal-contact-secondary { color: var(--plum-900); border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow-xs); }
.modal-contact-primary:hover, .modal-contact-secondary:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.modal-contact-icon { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; border-radius: 14px; background: rgba(255,255,255,.16); }
.modal-contact-secondary .modal-contact-icon { color: var(--plum-700); background: var(--plum-100); }
.modal-contact-icon svg { width: 20px; height: 20px; }
.modal-contact-list small, .modal-contact-list strong { display: block; }
.modal-contact-list small { margin-bottom: 2px; color: inherit; opacity: .67; font-size: .66rem; }
.modal-contact-list strong { white-space: nowrap; font-size: .88rem; }
.modal-help { margin-top: 18px; padding: 18px 20px; border-radius: 19px; background: var(--cream); }
.modal-help strong { color: var(--plum-900); }
.modal-help ul { padding-left: 18px; margin: 9px 0 0; color: var(--muted); font-size: .8rem; }
.modal-help li { margin-bottom: 3px; }
.modal-links { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 18px; }
.modal-links a { display: inline-flex; align-items: center; gap: 5px; color: var(--plum-700); font-size: .76rem; font-weight: 780; }
.modal-links svg { width: 14px; height: 14px; }

.toast { position: fixed; right: 22px; bottom: 22px; z-index: 1200; display: flex; max-width: 360px; align-items: center; gap: 12px; padding: 15px 18px; visibility: hidden; border: 1px solid rgba(255,255,255,.25); border-radius: 16px; color: var(--white); opacity: 0; background: var(--plum-900); box-shadow: var(--shadow-md); transform: translateY(18px); transition: .28s var(--ease); }
.toast.is-visible { visibility: visible; opacity: 1; transform: translateY(0); }
.toast-icon { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--plum-950); background: var(--gold-300); }
.toast-icon svg { width: 17px; height: 17px; }
.toast span { font-size: .84rem; line-height: 1.4; }

.mobile-cta { position: fixed; right: 12px; bottom: 12px; left: 12px; z-index: 80; display: none; gap: 8px; padding: 8px; border: 1px solid rgba(69,35,78,.12); border-radius: 18px; background: rgba(255,255,255,.98); box-shadow: var(--shadow-md); backdrop-filter: none; }
.mobile-cta .btn { flex: 1; min-height: 44px; padding: 11px 13px; font-size: .8rem; }

.reveal { opacity: 0; filter: none; transform: translateY(20px); transition: opacity .55s var(--ease), transform .65s var(--ease); transition-delay: var(--reveal-delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { --reveal-delay: .08s; }
.reveal-delay-2 { --reveal-delay: .16s; }
.reveal-delay-3 { --reveal-delay: .24s; }

.utility-bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.utility-bar strong { color: var(--plum-900); }
.utility-bar span { color: var(--muted); font-size: .84rem; }
.badge { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 999px; color: var(--plum-700); background: var(--plum-100); font-size: .73rem; font-weight: 800; }
.badge.gold { color: var(--plum-950); background: var(--gold-100); }
.badge svg { width: 15px; height: 15px; }

.legal { color: var(--ink-soft); }
.legal h1, .legal h2, .legal h3 { color: var(--plum-900); font-family: Georgia, serif; font-weight: 500; }
.legal h1 { font-size: 3rem; }
.legal h2 { margin-top: 42px; font-size: 2rem; }
.legal h3 { margin-top: 26px; font-size: 1.35rem; }
.legal li { margin-bottom: 8px; }
.legal a { color: var(--plum-700); text-decoration: underline; text-decoration-color: rgba(94,47,111,.28); text-underline-offset: 3px; }
.legal-identity { display: flex; align-items: center; gap: 24px; padding: 24px; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(135deg,var(--white),var(--plum-050)); box-shadow: var(--shadow-xs); }
.legal-identity img { width: 130px; height: auto; }
.legal-identity strong { display: block; color: var(--plum-900); font-family: Georgia,serif; font-size: 1.45rem; }
.legal-identity span { display: block; margin-top: 5px; color: var(--muted); font-size: .82rem; }
.requisites { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 30px 0 46px; }
.requisites > div { padding: 18px 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--plum-050); }
.requisites dt { margin-bottom: 5px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.requisites dd { margin: 0; color: var(--plum-900); font-weight: 760; }
.legal-contact-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 34px 0; }
.legal-contact-strip a { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 8px; padding: 13px; border-radius: 16px; color: var(--white); background: var(--plum-700); text-decoration: none; font-size: .8rem; font-weight: 800; transition: transform .25s var(--ease), background .25s ease; }
.legal-contact-strip a:hover { color: var(--white); background: var(--pink); transform: translateY(-3px); }
.legal-contact-strip svg { width: 18px; height: 18px; }
.legal-note, .content-disclosure { padding: 18px 20px; border: 1px solid rgba(201,154,61,.28); border-radius: 18px; color: var(--ink-soft); background: linear-gradient(135deg,rgba(245,233,203,.65),rgba(253,231,244,.45)); font-size: .83rem; }
.content-disclosure { margin: -18px 0 32px; }
.price-empty { margin-top: 16px; padding: 18px 20px; border: 1px solid rgba(236,22,140,.2); border-radius: 16px; color: var(--plum-800); background: var(--pink-soft); }
.price-conditions { display: flex; align-items: center; gap: 14px; margin-top: 18px; padding: 16px 18px; border: 1px solid rgba(201,154,61,.28); border-radius: 17px; background: rgba(245,233,203,.42); }
.price-conditions strong { flex: 0 0 auto; color: var(--plum-900); }
.price-conditions span { color: var(--muted); font-size: .8rem; }
.price-extra-grid { align-items: stretch; }
.price-extra-card { position: relative; min-height: 245px; overflow: hidden; background: linear-gradient(145deg,rgba(255,255,255,.98),rgba(253,244,250,.96)); }
.price-extra-card::after { position: absolute; right: -52px; bottom: -64px; width: 150px; height: 150px; border: 1px solid rgba(236,22,140,.13); border-radius: 50%; content: ""; transition: transform .55s var(--ease), border-color .35s ease; }
.price-extra-card:hover::after { border-color: rgba(236,22,140,.28); transform: scale(1.3) translate(-8px,-6px); }
.price-extra-card .icon { color: var(--white); background: linear-gradient(135deg,var(--pink),var(--plum-700)); box-shadow: 0 12px 26px rgba(236,22,140,.18); }
.trust-link-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.trust-link-card { display: grid; grid-template-columns: 54px minmax(0,1fr) 22px; gap: 14px; align-items: center; min-height: 128px; padding: 22px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.9); box-shadow: var(--shadow-xs); transition: transform .35s var(--ease), box-shadow .35s ease, border-color .25s ease; }
.trust-link-card:hover { border-color: rgba(236,22,140,.3); box-shadow: var(--shadow-sm); transform: translateY(-7px); }
.trust-link-card > svg { width: 20px; height: 20px; color: var(--plum-500); transition: transform .3s var(--ease); }
.trust-link-card:hover > svg { transform: translateX(4px); }
.trust-link-icon { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 18px; color: var(--white); background: linear-gradient(135deg,var(--pink),var(--plum-700)); box-shadow: 0 12px 28px rgba(236,22,140,.18); }
.trust-link-icon svg { width: 25px; height: 25px; }
.trust-link-icon svg path { fill: none; }
.trust-link-card strong, .trust-link-card small { display: block; }
.trust-link-card strong { color: var(--plum-900); font-size: .91rem; line-height: 1.3; }
.trust-link-card small { margin-top: 5px; color: var(--muted); font-size: .72rem; line-height: 1.45; }
.contact-action { position: relative; padding: 32px; overflow: hidden; border: 1px solid rgba(255,255,255,.7); border-radius: 28px; background: linear-gradient(145deg,rgba(255,255,255,.97),rgba(248,243,249,.96)); box-shadow: var(--shadow-sm); }
.contact-action::before { position: absolute; top: -90px; right: -80px; width: 220px; height: 220px; border: 35px solid rgba(236,22,140,.07); border-radius: 50%; content: ""; animation: none; }
.contact-action > * { position: relative; z-index: 1; }
.contact-action-context { display: inline-flex; margin-bottom: 16px; padding: 7px 10px; border-radius: 999px; color: var(--plum-700); background: var(--pink-soft); font-size: .7rem; font-weight: 820; }
.contact-action-icon { display: grid; width: 58px; height: 58px; margin-bottom: 18px; place-items: center; border-radius: 19px; color: var(--white); background: linear-gradient(135deg,var(--pink),var(--plum-700)); box-shadow: 0 14px 30px rgba(236,22,140,.2); animation: none; }
.contact-action-icon svg { width: 26px; height: 26px; }
.contact-action h3 { margin-bottom: 9px; color: var(--plum-900); font-family: Georgia,serif; font-size: 1.8rem; font-weight: 500; line-height: 1.1; }
.contact-action p { margin-bottom: 22px; color: var(--muted); }
.contact-action-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.contact-action-buttons .btn { padding-inline: 13px; font-size: .82rem; }
.contact-action-email { display: inline-flex; margin-top: 16px; align-items: center; gap: 7px; color: var(--plum-700); font-size: .8rem; font-weight: 780; }
.contact-action-email svg { width: 17px; height: 17px; }

/* Layered motion system: decorative backgrounds move independently while content remains readable. */
.scroll-progress { position: fixed; z-index: 250; top: 0; right: 0; left: 0; height: 3px; pointer-events: none; transform: scaleX(var(--scroll-progress,0)); transform-origin: left center; background: linear-gradient(90deg,var(--gold-300),var(--pink),var(--plum-500)); box-shadow: 0 2px 12px rgba(236,22,140,.28); transition: transform .12s linear; }
.motion-boot .topbar-group,
.motion-boot .header-inner > .logo,
.motion-boot .site-nav > *,
.motion-boot .header-actions { opacity: 0; transform: translateY(-12px); }
.motion-ready .topbar-group,
.motion-ready .header-inner > .logo,
.motion-ready .site-nav > *,
.motion-ready .header-actions { opacity: 1; transform: translateY(0); transition: opacity .68s var(--ease), transform .78s var(--ease); }
.motion-ready .topbar-group:nth-child(2) { transition-delay: 70ms; }
.motion-ready .header-inner > .logo { transition-delay: 90ms; }
.motion-ready .site-nav > :nth-child(1) { transition-delay: 130ms; }
.motion-ready .site-nav > :nth-child(2) { transition-delay: 170ms; }
.motion-ready .site-nav > :nth-child(3) { transition-delay: 210ms; }
.motion-ready .site-nav > :nth-child(4) { transition-delay: 250ms; }
.motion-ready .site-nav > :nth-child(5) { transition-delay: 290ms; }
.motion-ready .site-nav > :nth-child(6) { transition-delay: 330ms; }
.motion-ready .header-actions { transition-delay: 370ms; }
.section:not(.section-price-showcase) { overflow: hidden; isolation: isolate; }
.section:not(.section-price-showcase)::before,
.section:not(.section-price-showcase)::after { position: absolute; z-index: 0; border-radius: 50%; content: ""; pointer-events: none; }
.section:not(.section-price-showcase)::before { top: -190px; right: -120px; width: 430px; height: 430px; background: radial-gradient(circle,rgba(236,22,140,.09),rgba(94,47,111,.04) 46%,transparent 70%); animation: none; }
.section:not(.section-price-showcase)::after { bottom: -240px; left: -150px; width: 520px; height: 520px; border: 1px solid rgba(201,154,61,.16); box-shadow: inset 0 0 90px rgba(228,194,118,.05); animation: none; }
.section:nth-of-type(even):not(.section-price-showcase)::before { right: auto; left: -150px; animation-direction: alternate-reverse; }
.section:nth-of-type(even):not(.section-price-showcase)::after { right: -170px; left: auto; }
.section > .container, .section > .narrow { position: relative; z-index: 1; }
.hero::before { animation: none; }
.hero::after { animation: none; }
.page-hero::after { animation: none; }
.page-hero-photo img, .visual-card img, .service-card-media img, .format-card-photo > img, .article-card-media img { animation: none; }
.service-card:nth-child(2n) .service-card-media img, .article-card:nth-child(2n) .article-card-media img { animation-direction: alternate-reverse; animation-duration: 15s; }
.service-card-photo .service-card-media .service-motion-poster { animation: none; }
.service-card-photo:hover .service-card-media img, .format-card-photo:hover > img, .article-card-photo:hover .article-card-media img { scale: 1.025; }
.icon-card .icon, .category-card .icon, .service-icon { transition: transform .35s var(--ease), box-shadow .35s ease; }
.icon-card:hover .icon, .category-card:hover .icon, .service-card:hover .service-icon { transform: translateY(-4px) rotate(-4deg) scale(1.06); }
.btn-primary { background: linear-gradient(110deg,var(--plum-700),var(--pink),var(--plum-700)); background-size: 100% 100%; animation: none; }

@keyframes floatCard { 0%,100% { transform: translateY(0) rotate(-.4deg); } 50% { transform: translateY(-10px) rotate(.6deg); } }
@keyframes bubbleDrift { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(8px,-14px) scale(1.05); } }
@keyframes ctaOrbit { from { transform: translate3d(0,0,0) scale(.92); } to { transform: translate3d(-90px,55px,0) scale(1.2); } }
@keyframes ctaPulse { 0%,100% { transform: scale(.86); opacity: .55; } 50% { transform: scale(1.18); opacity: 1; } }
@keyframes footerFlow { from { background-position: 0 0, 0 0; } to { background-position: 30% 18%, 100% 0; } }
@keyframes priceBackdrop { 0% { transform: translate3d(-3%,-2%,0) rotate(0deg) scale(1); } 50% { transform: translate3d(4%,3%,0) rotate(4deg) scale(1.04); } 100% { transform: translate3d(-1%,5%,0) rotate(-3deg) scale(1.08); } }
@keyframes priceOrb { 0%,100% { transform: translate3d(0,0,0) rotate(0deg) scale(.9); opacity: .45; } 50% { transform: translate3d(-90px,120px,0) rotate(140deg) scale(1.22); opacity: .92; } }
@keyframes priceButtonFlow { to { background-position: 260% 0; } }
@keyframes sectionAuraA { from { transform: translate3d(var(--ambient-x,0),var(--ambient-y,0),0) scale(.86) rotate(0deg); opacity: .55; } to { transform: translate3d(calc(-110px + var(--ambient-x,0px)),calc(115px + var(--ambient-y,0px)),0) scale(1.22) rotate(35deg); opacity: 1; } }
@keyframes sectionAuraB { from { transform: translate3d(calc(0px - var(--ambient-x,0px)),calc(0px - var(--ambient-y,0px)),0) scale(.9); } to { transform: translate3d(calc(125px - var(--ambient-x,0px)),calc(-90px - var(--ambient-y,0px)),0) scale(1.16); } }
@keyframes heroOrbitLeft { from { transform: translate3d(calc(-25px + var(--ambient-x,0px)),calc(20px + var(--ambient-y,0px)),0) scale(.9); } to { transform: translate3d(calc(120px + var(--ambient-x,0px)),calc(95px + var(--ambient-y,0px)),0) scale(1.22); } }
@keyframes heroOrbitRight { from { transform: translate3d(calc(0px - var(--ambient-x,0px)),calc(0px - var(--ambient-y,0px)),0) scale(.84); } to { transform: translate3d(calc(-145px - var(--ambient-x,0px)),calc(-105px - var(--ambient-y,0px)),0) scale(1.15); } }
@keyframes pageHeroRing { from { transform: translate3d(var(--ambient-x,0),var(--ambient-y,0),0) rotate(0deg) scale(.88); } to { transform: translate3d(calc(-130px + var(--ambient-x,0px)),calc(95px + var(--ambient-y,0px)),0) rotate(75deg) scale(1.12); } }
@keyframes imageBreathe { from { transform: scale(1.005) translate3d(0,0,0); } to { transform: scale(1.045) translate3d(-.6%,.5%,0); } }
@keyframes primaryButtonGlow { to { background-position: 240% 0; } }
@keyframes mapGlow { from { transform: translate3d(-4%,-3%,0) rotate(-3deg) scale(.95); } to { transform: translate3d(5%,4%,0) rotate(4deg) scale(1.1); } }
@keyframes mapPinFloat { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-8px) rotate(3deg); } }
@keyframes contactOrbit { from { transform: translate3d(0,0,0) scale(.84); } to { transform: translate3d(-60px,65px,0) scale(1.18); } }
@keyframes contactIconFloat { 0%,100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-7px) rotate(-4deg); } }
@keyframes aboutStatFlow { from { background-position: 0% 30%; } to { background-position: 100% 70%; } }
@keyframes aboutStatOrbit { from { transform: translate3d(0,0,0) rotate(0deg) scale(.88); } to { transform: translate3d(-20px,24px,0) rotate(35deg) scale(1.08); } }
@keyframes aboutStatIcon { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-8px) rotate(5deg) scale(1.06); } }
@keyframes heroAssembleText { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes heroAssemblePhoto { from { opacity: 0; clip-path: inset(10% 8% 12% 8% round 42%); } to { opacity: 1; clip-path: inset(0 round 0); } }
@keyframes heroAssembleRing { from { opacity: 0; } to { opacity: 1; } }
@keyframes heroAssembleFade { from { opacity: 0; } to { opacity: 1; } }

.page-hero-photo { position: absolute; inset: 0; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.page-hero-photo::after { position: absolute; inset: 0; content: ""; background: linear-gradient(140deg, transparent 45%, rgba(50,23,59,.30)); }
.page-hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.works-preview { overflow: hidden; border-radius: 30px; background: var(--plum-100); box-shadow: var(--shadow-md); }
.works-preview img { width: 100%; aspect-ratio: 2.45 / 1; object-fit: cover; }
.works-preview figcaption { display: grid; grid-template-columns: repeat(3,1fr); padding: 12px 18px; color: var(--white); background: var(--plum-900); font-size: .78rem; font-weight: 800; text-align: center; }
.case-card-photo { overflow: hidden; }
.case-card-photo > a { display: block; overflow: hidden; }
.case-card-photo img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .55s var(--ease); }
.case-card-photo:hover img { transform: scale(1.04); }
.work-articles { display: grid; gap: 88px; }
.work-article { display: grid; grid-template-columns: 1.12fr .88fr; gap: 44px; align-items: center; scroll-margin-top: 110px; }
.work-article:nth-child(even) .work-gallery { order: 2; }
.work-gallery { min-width: 0; }
.work-gallery-stage { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border: 1px solid rgba(94,47,111,.14); border-radius: 28px; background: radial-gradient(circle at 50% 35%, #fff, #efe5f1 72%); box-shadow: var(--shadow-md); }
.work-slide { position: absolute; inset: 0; margin: 0; opacity: 0; transform: translateX(28px) scale(.985); transition: opacity .46s ease, transform .55s var(--ease); pointer-events: none; }
.work-slide.is-active { z-index: 2; opacity: 1; transform: translateX(0) scale(1); pointer-events: auto; }
.work-slide img { width: 100%; height: 100%; object-fit: contain; }
.work-slide figcaption { position: absolute; z-index: 3; right: 18px; bottom: 18px; left: 18px; display: grid; grid-template-columns: auto 1fr; column-gap: 10px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.48); border-radius: 17px; color: var(--white); background: rgba(50,23,59,.94); box-shadow: 0 12px 28px rgba(32,14,40,.18); backdrop-filter: none; }
.work-slide figcaption span { grid-row: span 2; color: var(--gold-300); font-family: Georgia,serif; font-size: 1.4rem; font-weight: 700; }
.work-slide figcaption strong { align-self: end; font-size: .84rem; }
.work-slide figcaption small { color: rgba(255,255,255,.7); font-size: .7rem; }
.work-gallery-count { position: absolute; z-index: 4; top: 16px; right: 16px; display: flex; gap: 4px; padding: 8px 11px; border-radius: 999px; color: var(--white); background: rgba(50,23,59,.92); font-size: .73rem; font-weight: 850; backdrop-filter: none; }
.work-gallery-count span:first-child { color: var(--gold-300); }
.work-gallery-controls { display: grid; grid-template-columns: 44px 1fr 44px; gap: 10px; align-items: center; margin-top: 14px; }
.work-arrow { display: grid; width: 44px; height: 44px; place-items: center; border: 0; border-radius: 50%; color: var(--white); background: linear-gradient(135deg, var(--pink), var(--plum-700)); box-shadow: 0 10px 24px rgba(94,47,111,.22); font-size: 1.15rem; cursor: pointer; transition: transform .24s ease, box-shadow .24s ease; }
.work-arrow:hover { transform: translateY(-2px) scale(1.04); box-shadow: 0 14px 28px rgba(236,22,140,.27); }
.work-dots { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }
.work-dot { position: relative; overflow: hidden; padding: 9px 8px; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); background: var(--white); font-size: .68rem; font-weight: 850; cursor: pointer; }
.work-dot::before { position: absolute; bottom: 0; left: 0; width: 0; height: 3px; content: ""; background: linear-gradient(90deg,var(--pink),var(--gold-400)); transition: width .35s ease; }
.work-dot.is-active { color: var(--plum-800); border-color: rgba(236,22,140,.28); background: var(--pink-soft); }
.work-dot.is-active::before { width: 100%; }
.work-article-copy h2 { color: var(--plum-900); font-family: Georgia,serif; font-size: clamp(2rem,3vw,3.2rem); line-height: 1.08; }
.work-article-copy h3 { margin: 20px 0 6px; color: var(--plum-800); }
.work-article-copy p { color: var(--muted); }
.work-article-copy .btn { margin-top: 12px; }

@media (max-width: 1120px) {
  :root { --container: 1020px; }
  .site-nav { gap: 0; }
  .nav-link, .nav-trigger { padding-inline: 9px; font-size: .83rem; }
  .header-phone { display: none; }
  .hero-grid { gap: 38px; }
  .hero-media { min-height: 520px; }
  .price-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr .8fr .8fr; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
  .palette-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 920px) {
  :root { --header-height: 76px; }
  .topbar-note, .topbar-group .topbar-link:first-child { display: none; }
  .topbar-inner { min-height: 34px; }
  .site-nav {
    position: fixed;
    top: calc(34px + var(--header-height));
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 22px 20px 100px;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    background: rgba(251,248,242,.99);
    transform: translateY(-12px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s;
  }
  body.menu-open .site-nav { visibility: visible; opacity: 1; transform: translateY(0); }
  .nav-link, .nav-trigger { width: 100%; min-height: 48px; justify-content: space-between; padding: 12px 14px; border-bottom: 1px solid var(--line); border-radius: 0; font-size: 1rem; }
  .nav-item:hover .dropdown, .nav-item:focus-within .dropdown { visibility: visible; }
  .dropdown { position: static; display: grid; width: 100%; max-height: 0; padding: 0 8px; visibility: visible; border: 0; border-radius: 0; opacity: 1; background: transparent; box-shadow: none; transform: none; transition: max-height .3s ease, padding .3s ease; overflow: hidden; }
  .nav-item.is-open .dropdown { max-height: 520px; padding-block: 8px; }
  .nav-item.is-open .nav-trigger svg { transform: rotate(180deg); }
  .mobile-toggle { display: grid; }
  .header-actions .btn { display: none; }
  .header-inner { min-height: var(--header-height); }
  .logo { width: 132px; }
  .logo img { height: 66px; }
  .hero { min-height: auto; padding: 64px 0 82px; }
  .hero-grid, .page-hero-grid { grid-template-columns: 1fr; }
  .hero-controls { right: 50%; bottom: -48px; transform: translateX(50%); }
  .hero-copy { text-align: center; }
  .hero-copy .display, .hero-copy .subheading { margin-inline: auto; }
  .hero-copy .btn-row, .hero-proof { justify-content: center; }
  .hero-media { width: min(100%, 650px); min-height: 520px; margin-inline: auto; }
  .trust-panel { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2)::after { display: none; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .service-card:nth-child(n) { grid-column: span 6; }
  .split, .split.reverse, .compare-wrap, .branch-preview, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .split.reverse > :first-child { order: 0; }
  .format-grid, .review-grid, .category-grid, .article-grid, .case-grid, .about-work-grid { grid-template-columns: repeat(2, 1fr); }
  .rating-panels { grid-template-columns: repeat(2,1fr); }
  .cta-panel { grid-template-columns: 1fr; padding: 42px; }
  .cta-actions { max-width: 420px; }
  .page-hero-art { width: min(100%, 600px); margin-inline: auto; }
  .article-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .article-hero-media { width: min(100%, 720px); }
  .article-page-layout { grid-template-columns: 1fr; gap: 36px; }
  .article-sidebar { position: static; grid-template-columns: 1fr 1fr; }
  .work-article { grid-template-columns: 1fr; gap: 26px; }
  .work-article:nth-child(even) .work-gallery { order: 0; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid > :last-child { grid-column: auto; }
}

@media (max-width: 680px) {
  .container, .narrow { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .section-sm { padding: 56px 0; }
  .section-lg { padding: 92px 0; }
  .section-head { display: block; margin-bottom: 34px; }
  .section-head .btn { margin-top: 24px; }
  .display { font-size: clamp(2.55rem, 13vw, 4rem); }
  .heading { font-size: clamp(2rem, 10vw, 3rem); }
  .topbar-group { gap: 12px; }
  .topbar-link { font-size: .76rem; }
  .header-inner { gap: 10px; }
  .header-actions { margin-left: auto; }
  .hero { padding-top: 48px; }
  .hero-controls { bottom: -54px; }
  .hero-copy { padding-top: 0; }
  .hero-media { min-height: 440px; }
  .hero-photo { inset: 20px 6px 30px 22px; border-width: 5px; }
  .hero-ring { inset: -5px 4px 16px 5px; }
  .floating-card { max-width: 205px; padding: 13px 14px; }
  .card-top { top: 3px; right: -3px; }
  .card-bottom { bottom: 2px; left: -3px; }
  .trust-strip { margin-top: -20px; }
  .trust-panel { border-radius: 20px; }
  .stat { padding: 20px; }
  .stat-number { font-size: 1.65rem; }
  .service-grid { display: grid; grid-template-columns: 1fr; }
  .service-card:nth-child(n) { grid-column: auto; min-height: 280px; }
  .grid-2, .grid-3, .grid-4, .format-grid, .review-grid, .category-grid, .article-grid, .case-grid, .branch-full-grid, .about-work-grid { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: repeat(2, 1fr); }
  .price-card { min-height: 165px; }
  .visual-card, .visual-card img { min-height: 400px; }
  .compare-wrap { gap: 34px; }
  .compare { border-width: 5px; border-radius: 26px; }
  .rating-panels { grid-template-columns: 1fr 1fr; }
  .cta-panel { padding: 34px 26px; border-radius: 28px; }
  .branch-card { grid-template-columns: 42px 1fr; }
  .branch-arrow { display: none; }
  .map-art { min-height: 390px; }
  .form-card { padding: 24px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .page-hero { padding: 58px 0 54px; }
  .article-page-hero { padding: 42px 0 58px; }
  .article-page-hero .breadcrumbs { margin-bottom: 22px; }
  .article-hero-copy h1 { font-size: clamp(2.35rem,11vw,4rem); }
  .article-sidebar { grid-template-columns: 1fr; }
  .article-toc { display: none; }
  .article-prose-section { margin-bottom: 34px; }
  .article-prose-section p { font-size: .98rem; line-height: 1.75; }
  .article-checklist { margin: 40px 0; padding: 27px 24px; }
  .article-checklist ul { grid-template-columns: 1fr; }
  .article-grid-news .article-card { min-height: 430px; }
  .article-grid-news .article-card-media { height: 210px; }
  .page-hero-art { min-height: 310px; }
  .format-card-photo > img { height: 210px; }
  .work-articles { gap: 64px; }
  .work-gallery-stage { aspect-ratio: 1 / 1; }
  .art-orb { inset: 8px 22px 8px 5px; }
  .art-symbol svg { width: 115px; height: 115px; }
  .price-toolbar { align-items: stretch; }
  .search-field { width: 100%; }
  .price-table-wrap { overflow-x: auto; }
  .price-table { min-width: 620px; }
  .palette-grid { grid-template-columns: repeat(2,1fr); }
  .contact-card { padding: 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-copyrights { align-items: flex-start; flex-direction: column; }
  .footer-developer-bar { padding-top: 20px; }
  .footer-developer-credit { width: 100%; }
  .mobile-cta { display: flex; }
  .site-footer { padding-bottom: 90px; }
  .modal-dialog { padding: 28px 22px; border-radius: 24px; }
  .toast { right: 12px; bottom: 82px; left: 12px; max-width: none; }
}

@media (max-width: 440px) {
  .topbar-group .topbar-link:last-child { display: none; }
  .price-grid, .rating-panels, .palette-grid { grid-template-columns: 1fr; }
  .hero-media { min-height: 395px; }
  .floating-card { max-width: 180px; }
  .floating-card span { display: none; }
  .proof-chip { font-size: .77rem; }
  .btn-row .btn { width: 100%; }
  .cta-actions .btn { width: 100%; }
}

@media (max-width: 920px) {
  .contact-city-grid, .contact-map-grid { grid-template-columns: 1fr; }
  .article-section-photo, .article-section-photo:nth-child(even) { grid-template-columns: 1fr; }
  .article-section-photo:nth-child(even) > img { order: 0; }
  .article-section-photo > img { min-height: 260px; max-height: 360px; }
  .article-section-copy { padding: 30px; }
}

@media (max-width: 560px) {
  .contact-city-card { padding: 20px; }
  .contact-address-card { grid-template-columns: 42px minmax(0,1fr); }
  .contact-address-card .btn { grid-column: 1 / -1; width: 100%; }
  .contact-map-card .map-art { height: 340px; }
  .price-card-product { min-height: 340px; }
  .price-product { flex-basis: 138px; height: 138px; }
  .work-dot span { font-size: .62rem; }
}

@media (max-width: 920px) {
  .trust-link-grid { grid-template-columns: 1fr; }
  .legal-contact-strip { grid-template-columns: 1fr; }
  .modal-contact-list { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .contact-action { padding: 25px 21px; }
  .contact-action-buttons, .requisites { grid-template-columns: 1fr; }
  .legal-identity { align-items: flex-start; flex-direction: column; }
  .legal-identity img { width: 112px; }
  .legal-identity strong { font-size: 1.2rem; }
  .trust-link-card { grid-template-columns: 48px minmax(0,1fr) 18px; padding: 18px; }
  .trust-link-icon { width: 48px; height: 48px; }
  .map-gate-content { width: calc(100% - 28px); padding: 22px 18px; }
  .modal-contact-list strong { white-space: normal; }
  .price-conditions { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hover-video-media > video { display: none; }
}

/* Mobile navigation fixes: keep the drawer viewport-bound and center the toggle glyph. */
.mobile-toggle { position: relative; }
.mobile-toggle span,
.mobile-toggle::before,
.mobile-toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
}
.mobile-toggle span { transform: translate(-50%, -1px); }
.mobile-toggle::before { transform: translate(-50%, -7px); }
.mobile-toggle::after { transform: translate(-50%, 5px); }
body.menu-open .mobile-toggle span { opacity: 0; }
body.menu-open .mobile-toggle::before { transform: translate(-50%, -1px) rotate(45deg); }
body.menu-open .mobile-toggle::after { transform: translate(-50%, -1px) rotate(-45deg); }

@media (max-width: 920px) {
  .topbar { display: none; }
  .site-header { backdrop-filter: none; }
  .site-nav { top: var(--header-height); }
}
