:root {
  --brand: #c01866;
  --brand-strong: #97174e;
  --brand-soft: #ffe8f2;
  --violet: #7c3aed;
  --ink: #111019;
  --ink-soft: #2e2933;
  --muted: #68606d;
  --paper: #fbfafc;
  --surface: #ffffff;
  --surface-soft: #f7f3f7;
  --surface-tint: #fff6fa;
  --teal: #176b68;
  --teal-soft: #e8f5f2;
  --gold: #a97820;
  --line: #e9dfe7;
  --line-strong: #d8c8d4;
  --radius: 16px;
  --radius-sm: 12px;
  --shadow: 0 24px 70px rgba(37, 23, 34, 0.14);
  --shadow-soft: 0 14px 34px rgba(37, 23, 34, 0.09);
  --container: 1180px;
  --header-height: 72px;
  --section-y: clamp(92px, 8vw, 124px);
  --section-y-lg: clamp(104px, 9vw, 140px);
  --section-pad-x: max(20px, calc((100vw - var(--container)) / 2));
  --section-line: rgba(216, 200, 212, 0.56);
}

* {
  box-sizing: border-box;
  min-width: 0;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

html[dir="rtl"] {
  direction: rtl;
}

html[dir="ltr"] {
  direction: ltr;
}

body {
  margin: 0;
  direction: inherit;
  background: var(--paper);
  color: var(--ink);
  font-family:
    "Heebo", "Assistant", "Rubik", "Noto Sans Hebrew", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  max-width: 100%;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  text-align: start;
}

body.cookie-visible {
  padding-bottom: 142px;
}

body.a11y-large-text {
  font-size: 18px;
}

body.a11y-small-text {
  font-size: 15px;
}

body.a11y-high-contrast {
  --brand: #005fcc;
  --brand-strong: #003f87;
  --brand-soft: #e7f0ff;
  --violet: #4c1d95;
  --ink: #050505;
  --ink-soft: #171717;
  --muted: #2d2d2d;
  --paper: #ffffff;
  --surface: #ffffff;
  --surface-soft: #f1f3f5;
  --surface-tint: #ffffff;
  --teal: #005f61;
  --teal-soft: #e8f5f5;
  --gold: #6f4f00;
  --line: #1f2937;
  --line-strong: #111827;
}

body.a11y-underline-links a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

html.a11y-reduce-motion {
  scroll-behavior: auto !important;
}

html.a11y-reduce-motion *,
html.a11y-reduce-motion *::before,
html.a11y-reduce-motion *::after {
  animation: none !important;
  scroll-behavior: auto !important;
  transition: none !important;
}

html.a11y-reduce-motion .scroll-reveal,
html.a11y-reduce-motion .scroll-reveal-item {
  opacity: 1 !important;
  translate: 0 0 !important;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

section[id],
.service-reel[id] {
  scroll-margin-top: calc(var(--header-height) + 56px);
}

a[href^="mailto"],
a[href^="tel"],
.top-strip span,
.contact-list dd,
.hero-highlights dd {
  unicode-bidi: isolate;
}

a[href^="mailto"],
a[href^="tel"] {
  direction: ltr;
  display: inline-block;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a,
input,
select,
textarea {
  touch-action: manipulation;
}

:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid rgba(192, 24, 102, 0.34);
  outline-offset: 3px;
}

svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  inset-block-start: 8px;
  inset-inline-end: 8px;
  z-index: 1000;
  transform: translateY(-140%);
  background: var(--ink);
  color: #fff;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
}

.skip-link:focus {
  transform: translateY(0);
}

h1,
h2,
h3,
p {
  margin-block-start: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p,
li,
dd {
  overflow-wrap: break-word;
}

h1 {
  margin-block-end: 16px;
  font-size: clamp(3.5rem, 8vw, 7.2rem);
  line-height: 0.96;
  font-weight: 900;
}

h2 {
  margin-block-end: 14px;
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  line-height: 1.08;
  font-weight: 900;
}

h3 {
  margin-block-end: 10px;
  font-size: 1.35rem;
  line-height: 1.2;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  direction: rtl;
  text-align: start;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(233, 223, 231, 0.86);
}

body[data-direction="ltr"] .site-header .top-strip > *,
body[data-direction="ltr"] .site-header .nav-links a,
body[data-direction="ltr"] .site-header .menu-toggle,
body[data-direction="ltr"] .site-header .nav-cta {
  direction: ltr;
  unicode-bidi: isolate;
}

.top-strip {
  min-height: 28px;
  display: flex;
  justify-content: center;
  gap: 18px;
  align-items: center;
  padding: 3px 20px;
  background: #140d13;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 800;
}

.top-strip a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.main-nav {
  position: relative;
  width: min(100%, var(--container));
  margin: 0 auto;
  min-height: var(--header-height);
  padding: 8px 20px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 14px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
}

.brand img {
  width: 126px;
  height: auto;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family:
    "Rubik", "Heebo", "Assistant", "Noto Sans Hebrew", Arial, sans-serif;
  font-size: clamp(1rem, 1.12vw, 1.12rem);
  font-weight: 900;
}

.nav-links a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 9px 16px;
  color: var(--ink);
  background: rgba(255, 246, 250, 0.72);
  border: 1px solid rgba(192, 24, 102, 0.1);
  transition:
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: var(--brand-soft);
  color: var(--brand-strong);
  border-color: rgba(192, 24, 102, 0.22);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  border-radius: var(--radius-sm);
  padding: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(37, 23, 34, 0.07);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  background: var(--brand-soft);
  border-color: rgba(192, 24, 102, 0.24);
  color: var(--brand-strong);
}

.menu-toggle-lines {
  width: 22px;
  display: grid;
  gap: 5px;
}

.menu-toggle-lines span {
  display: block;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  direction: ltr;
  min-height: 42px;
  padding: 3px;
  border: 1px solid rgba(192, 24, 102, 0.14);
  border-radius: 999px;
  background: rgba(255, 246, 250, 0.76);
  box-shadow: 0 10px 24px rgba(37, 23, 34, 0.07);
}

.language-option {
  min-width: 38px;
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  padding: 6px 9px;
  background: transparent;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  cursor: pointer;
  transition:
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.language-option:hover,
.language-option:focus-visible {
  background: rgba(255, 232, 242, 0.92);
  color: var(--brand-strong);
}

.language-option.active,
.language-option[aria-pressed="true"] {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 10px 22px rgba(192, 24, 102, 0.2);
}

.button,
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 10px 18px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-weight: 900;
  line-height: 1.2;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.nav-cta {
  min-height: 44px;
  padding: 9px 18px;
  font-size: 0.98rem;
}

.button:hover,
.button:focus-visible,
.nav-cta:hover,
.nav-cta:focus-visible {
  transform: translateY(-1px);
  box-shadow: var(--shadow-soft);
}

.primary,
.nav-cta {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 16px 34px rgba(192, 24, 102, 0.22);
}

.primary:hover,
.primary:focus-visible,
.nav-cta:hover,
.nav-cta:focus-visible {
  background: var(--brand-strong);
}

.light {
  background: #fff;
  color: var(--brand-strong);
  border-color: rgba(255, 255, 255, 0.82);
}

.outline {
  border-color: rgba(255, 255, 255, 0.56);
  color: #fff;
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(14px);
}

.dark {
  background: var(--ink);
  color: #fff;
}

.full {
  width: 100%;
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero {
  min-height: 0;
  display: grid;
  align-items: start;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--ink);
  background: linear-gradient(180deg, #f8e5ea 0%, #fff6f9 48%, var(--paper) 100%);
}

.hero-visual {
  position: relative;
  inset: auto;
  z-index: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1983 / 793;
  pointer-events: none;
}

.hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
}

.hero-vignette {
  position: absolute;
  inset: 0 0 auto;
  height: auto;
  aspect-ratio: 1983 / 793;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(53, 7, 29, 0.14), rgba(255, 255, 255, 0) 34%);
}

.hero::after {
  display: none;
}

@media (min-width: 1041px) {
  .nav-links a {
    position: relative;
    padding-inline: 14px;
    background: transparent;
    border-color: transparent;
    border-radius: 0;
    transition: color 180ms ease;
  }

  .nav-links a::after {
    content: "";
    position: absolute;
    inset-inline: 14px;
    bottom: 8px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 220ms ease;
  }

  .nav-links a:hover,
  .nav-links a:focus-visible {
    background: transparent;
    color: var(--brand-strong);
    border-color: transparent;
    transform: none;
  }

  .nav-links a:hover::after,
  .nav-links a:focus-visible::after {
    transform: scaleX(1);
  }

  .hero {
    min-height: 0;
  }

  .hero-shell {
    min-height: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-block: 42px 174px;
  }

  html[dir="ltr"] .hero-shell {
    justify-content: center;
  }

  .hero-content {
    max-width: min(760px, 72%);
  }
}

.hero-shell {
  position: relative;
  z-index: 2;
  width: min(100%, var(--container));
  min-height: 0;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 42px 20px 104px;
}

.hero-content {
  max-width: min(760px, 72%);
  margin-inline: auto;
  text-align: center;
  animation: fade-up 620ms ease both;
}

html[dir="ltr"] .hero-shell {
  justify-content: center;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--brand);
  font-weight: 900;
  font-size: 0.92rem;
}

.hero .eyebrow {
  color: var(--brand-strong);
}

.hero-copy {
  max-width: 720px;
  margin-block-end: 28px;
  margin-inline: auto;
  color: #503745;
  font-size: clamp(1.15rem, 2.2vw, 1.42rem);
  line-height: 1.48;
}

.hero h1 {
  color: #351625;
}

.hero .primary {
  box-shadow: 0 18px 36px rgba(151, 23, 78, 0.22);
}

.hero .light {
  color: var(--brand-strong);
  border-color: rgba(151, 23, 78, 0.14);
  background: rgba(255, 255, 255, 0.92);
}

.hero .outline {
  color: #351625;
  border-color: rgba(151, 23, 78, 0.2);
  background: rgba(255, 255, 255, 0.64);
  backdrop-filter: blur(14px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.hero-highlights {
  width: min(100%, 760px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 34px auto 0;
}

.hero-highlights div {
  min-height: 84px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: var(--radius);
  background: rgba(255, 250, 253, 0.84);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 34px rgba(37, 23, 34, 0.08);
}

.hero-highlights dt {
  color: rgba(80, 55, 69, 0.68);
  font-size: 0.9rem;
  font-weight: 800;
}

.hero-highlights dd {
  margin: 4px 0 0;
  color: #351625;
  font-size: 1rem;
  font-weight: 900;
}

.quick-actions {
  width: min(calc(100% - 40px), var(--container));
  margin: -48px auto 0;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(233, 223, 231, 0.92);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.quick-actions a {
  min-height: 112px;
  padding: 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "icon title"
    "icon copy";
  gap: 0 14px;
  align-content: center;
  border-inline-start: 1px solid var(--line);
  transition: background 180ms ease;
}

.quick-actions a:last-child {
  border-inline-start: 0;
}

.quick-actions a:hover,
.quick-actions a:focus-visible {
  background: var(--surface-tint);
}

.quick-actions svg {
  grid-area: icon;
  width: 32px;
  height: 32px;
  color: var(--brand);
}

.quick-actions span {
  grid-area: title;
  font-weight: 900;
  font-size: 1.3rem;
}

.quick-actions small {
  grid-area: copy;
  color: var(--muted);
}

@media (min-width: 1041px) {
  .quick-actions {
    margin: -48px auto 0;
    transform: none;
  }

  .motion-ready .quick-actions.scroll-reveal,
  .motion-ready .quick-actions .scroll-reveal-item {
    opacity: 1;
    translate: 0 0;
    filter: blur(0);
  }
}

.social-proof {
  position: relative;
  isolation: isolate;
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
  padding: var(--section-y) 0;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  align-items: stretch;
}

.social-proof::before {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -1;
  border-block-start: 1px solid rgba(233, 223, 231, 0.48);
  border-block-end: 1px solid rgba(233, 223, 231, 0.56);
  background: linear-gradient(
    180deg,
    rgba(247, 243, 247, 0.88),
    rgba(251, 250, 252, 0.98)
  );
}

.social-proof-main,
.social-proof-points article {
  border: 1px solid rgba(192, 24, 102, 0.15);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-soft);
}

.social-proof-main {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 14px;
  padding: clamp(24px, 4vw, 42px);
  background:
    radial-gradient(
      circle at 18% 20%,
      rgba(255, 214, 232, 0.9),
      transparent 34%
    ),
    linear-gradient(135deg, #fff, #fff6fa);
}

.social-proof-main h2 {
  max-width: 520px;
  font-size: clamp(1.8rem, 3.4vw, 3.15rem);
}

.social-proof-main p:not(.eyebrow) {
  max-width: 520px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.happy-counter {
  display: flex;
  align-items: baseline;
  direction: ltr;
  color: var(--brand);
  font-size: clamp(4rem, 9vw, 7.6rem);
  line-height: 0.88;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.happy-counter span:last-child {
  margin-left: 6px;
  font-size: 0.52em;
}

.social-proof-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.social-proof-points article {
  min-height: 148px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 22px;
  text-align: right;
}

.social-proof-points strong {
  color: var(--brand-strong);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.15;
  font-weight: 900;
}

.social-proof-points span {
  color: var(--ink-soft);
  font-weight: 800;
  line-height: 1.48;
}

.section {
  position: relative;
  isolation: isolate;
  width: min(100%, var(--container));
  margin: 0 auto;
  padding: var(--section-y) 20px;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -1;
  border-block-start: var(--section-border-start, 0 solid transparent);
  border-block-end: var(--section-border-end, 0 solid transparent);
  background: var(--section-bg, transparent);
}

.services {
  --section-bg: linear-gradient(
    180deg,
    rgba(251, 250, 252, 0.98) 0%,
    #fff 46%,
    rgba(247, 243, 247, 0.78) 100%
  );
  --section-border-start: 1px solid var(--section-line);
  --section-border-end: 1px solid rgba(233, 223, 231, 0.46);
}

.prices {
  --section-bg: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(255, 246, 250, 0.92)
  );
  --section-border-start: 1px solid rgba(233, 223, 231, 0.64);
  --section-border-end: 1px solid var(--section-line);
  padding-block: var(--section-y-lg);
}

.scroll-reveal,
.scroll-reveal-item {
  --reveal-delay: 0ms;
  --reveal-y: 26px;
}

.motion-ready .scroll-reveal,
.motion-ready .scroll-reveal-item {
  opacity: 0;
  translate: 0 var(--reveal-y);
  filter: blur(6px);
  transition:
    opacity 720ms cubic-bezier(0.16, 1, 0.3, 1),
    translate 720ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 720ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay);
  will-change: opacity, translate, filter;
}

.motion-ready .scroll-reveal.is-visible,
.motion-ready .scroll-reveal-item.is-visible {
  opacity: 1;
  translate: 0 0;
  filter: blur(0);
}

.motion-ready .scroll-reveal-item {
  --reveal-y: 18px;
}

.section-heading {
  max-width: 760px;
  margin-block-end: 42px;
  padding-block-end: 14px;
}

.section-heading::after {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  margin-block-start: 18px;
  background: linear-gradient(
    90deg,
    rgba(192, 24, 102, 0),
    rgba(192, 24, 102, 0.42),
    rgba(192, 24, 102, 0)
  );
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}

.section-heading.compact {
  margin-inline: auto;
  text-align: center;
}

.section-heading.compact::after,
.service-heading::after {
  margin-inline: auto;
}

.service-reel {
  margin-block-start: 30px;
  padding-block-start: 30px;
  border-block-start: 1px solid var(--line);
}

.reel-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.reel-card {
  position: relative;
  height: clamp(260px, 24vw, 310px);
  min-height: 260px;
  border: 0;
  padding: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--ink);
  color: #fff;
  cursor: pointer;
  box-shadow: var(--shadow-soft);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.reel-card:hover,
.reel-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.reel-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(17, 16, 25, 0.04),
    rgba(17, 16, 25, 0.78)
  );
}

.reel-card::after {
  content: "▶";
  position: absolute;
  inset-block-start: 14px;
  inset-inline-end: 14px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: var(--brand);
  font-size: 18px;
  line-height: 1;
}

.reel-card img,
.reel-card video {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: transform 260ms ease;
}

.reel-card:hover img,
.reel-card:focus-visible img {
  transform: scale(1.035);
}

.reel-card span {
  position: absolute;
  inset-inline: 16px;
  inset-block-end: 16px;
  z-index: 2;
  font-weight: 900;
  text-align: right;
  font-size: 1.08rem;
}

html[dir="ltr"] .reel-card span,
html[dir="ltr"] .social-proof-points article {
  text-align: left;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.service-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.service-heading {
  max-width: 1080px;
  margin-inline: auto;
  text-align: center;
}

.service-heading h2 {
  font-size: clamp(2rem, 3.8vw, 3.05rem);
  line-height: 1.14;
}

.service-heading p:not(.eyebrow) {
  max-width: 820px;
  margin-inline: auto;
}

.service-card:hover,
.service-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(192, 24, 102, 0.24);
  box-shadow: var(--shadow);
}

.service-card img {
  width: 100%;
  height: 286px;
  object-fit: cover;
}

.service-card div {
  padding: 26px;
}

.service-kicker {
  margin-block-end: 6px;
  color: var(--teal);
  font-weight: 900;
}

.service-card p {
  color: var(--muted);
}

.service-card a {
  display: inline-flex;
  margin-block-start: 10px;
  color: var(--brand);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.experience {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: 42px;
  align-items: center;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96),
    rgba(247, 243, 247, 0.84)
  );
  border-block: 1px solid var(--section-line);
  padding: var(--section-y-lg) var(--section-pad-x);
}

.experience-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.experience-copy {
  padding-inline-end: 0;
}

.experience-copy p:not(.eyebrow) {
  color: #314b4d;
}

.about-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-block-start: 24px;
}

.about-card {
  min-height: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(216, 200, 212, 0.72);
  border-radius: var(--radius-sm);
  box-shadow: 0 14px 30px rgba(37, 23, 34, 0.06);
}

.about-card h3 {
  margin-block-end: 8px;
  color: var(--brand-strong);
  font-size: 1.08rem;
  line-height: 1.25;
}

.about-card p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.72;
}

.prices {
  max-width: 1080px;
}

.tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-block-end: 24px;
}

.tab {
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  border-radius: var(--radius);
  padding: 10px 18px;
  min-height: 46px;
  min-width: 110px;
  font-weight: 900;
  cursor: pointer;
  transition:
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.tab:hover,
.tab:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(192, 24, 102, 0.28);
}

.tab.active {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.tab-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  overflow-x: auto;
  overflow-y: hidden;
}

table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

th,
td {
  padding: 16px 18px;
  text-align: right;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

th {
  background: var(--surface-soft);
  color: var(--brand-strong);
  font-size: 0.94rem;
}

td:first-child {
  font-weight: 900;
}

tr:last-child td {
  border-bottom: 0;
}

.club {
  background: linear-gradient(135deg, #111019 0%, #20131c 58%, #101d1c 100%);
  border-block: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: 34px;
  padding: clamp(84px, 7vw, 108px) var(--section-pad-x);
  text-align: center;
}

.club-heading {
  max-width: 760px;
}

.club .eyebrow {
  color: #ffd8e8;
}

.club p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
  font-size: 1.12rem;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  text-align: start;
  width: min(100%, 980px);
}

.benefits article {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  padding: 24px;
  background: rgba(255, 255, 255, 0.07);
}

.benefits strong {
  display: block;
  color: #f0c36a;
  font-size: 2.2rem;
  line-height: 1;
  margin-block-end: 10px;
}

.reviews {
  border-block: 1px solid var(--section-line);
  background: linear-gradient(
    180deg,
    rgba(255, 246, 250, 0.96),
    rgba(232, 245, 242, 0.74)
  );
  padding: var(--section-y) var(--section-pad-x);
}

.reviews .section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}

.review-carousel {
  position: relative;
  display: grid;
  padding-inline: 30px;
  --review-control-top: 50%;
}

.review-controls {
  position: absolute;
  inset: var(--review-control-top) 0 auto;
  z-index: 3;
  pointer-events: none;
}

.review-control {
  position: absolute;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: var(--brand);
  box-shadow: var(--shadow-soft);
  cursor: pointer;
  pointer-events: auto;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    opacity 180ms ease;
}

.review-control:hover {
  border-color: rgba(192, 24, 102, 0.28);
  color: var(--brand-strong);
  transform: translateY(-50%) scale(1.04);
}

.review-control:disabled {
  opacity: 0.38;
  cursor: default;
  transform: translateY(-50%);
}

.review-control svg {
  width: 19px;
  height: 19px;
}

.review-control-prev svg {
  transform: rotate(90deg);
}

.review-control-next svg {
  transform: rotate(-90deg);
}

.review-control-prev {
  left: 0;
  transform: translateY(-50%);
}

.review-control-next {
  right: 0;
  transform: translateY(-50%);
}

.review-grid {
  display: flex;
  gap: 18px;
  direction: ltr;
  margin-inline: -2px;
  padding: 2px 2px 18px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: 2px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.review-grid::-webkit-scrollbar {
  display: none;
}

.review-card {
  position: relative;
  flex: 0 0 calc((100% - 36px) / 3);
  min-height: 334px;
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-items: start;
  gap: 16px;
  direction: rtl;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.review-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 79, 163, 0.09),
    rgba(255, 255, 255, 0) 46%
  );
  pointer-events: none;
}

.review-card.featured {
  border-color: rgba(192, 24, 102, 0.24);
  box-shadow: var(--shadow);
}

.review-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
}

.review-avatar {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(37, 23, 34, 0.16);
}

.avatar-rose {
  background: linear-gradient(135deg, #c01866, #ff7ab8);
}

.avatar-violet {
  background: linear-gradient(135deg, #7c3aed, #ff4fa3);
}

.avatar-gold {
  background: linear-gradient(135deg, #a97820, #f0c36a);
}

.avatar-teal {
  background: linear-gradient(135deg, #176b68, #5bc7b6);
}

.avatar-coral {
  background: linear-gradient(135deg, #c94b4b, #ff9f7f);
}

.avatar-plum {
  background: linear-gradient(135deg, #6d2353, #c01866);
}

.avatar-blue {
  background: linear-gradient(135deg, #246b9f, #78b8e8);
}

.avatar-green {
  background: linear-gradient(135deg, #2f6f4e, #8ccf8b);
}

.review-head strong {
  display: block;
  font-size: 1.12rem;
}

.review-head small {
  color: var(--muted);
  font-weight: 800;
}

.stars {
  position: relative;
  z-index: 1;
  color: var(--gold);
  display: block;
  font-size: 1.15rem;
  line-height: 1;
}

.star-empty {
  color: rgba(169, 120, 32, 0.28);
}

.review-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.72;
}

.reviews-source {
  margin: 18px auto 0;
  max-width: 720px;
  color: var(--muted);
  font-size: 0.95rem;
  text-align: center;
}

.faq {
  --section-bg: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(247, 243, 247, 0.9)
  );
  --section-border-start: 1px solid rgba(233, 223, 231, 0.64);
  --section-border-end: 1px solid rgba(233, 223, 231, 0.48);
  max-width: 980px;
}

.faq-accordion {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.faq-item summary {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  color: var(--ink);
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary svg {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  color: var(--brand);
  transition: transform 180ms ease;
}

.faq-item[open] summary {
  color: var(--brand-strong);
}

.faq-item[open] summary svg {
  transform: rotate(180deg);
}

.faq-item p {
  margin: -4px 24px 24px;
  padding-block-start: 16px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.contact {
  position: relative;
  isolation: isolate;
  width: min(100%, var(--container));
  margin: 0 auto;
  padding: var(--section-y-lg) 20px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.62fr);
  gap: 48px;
  align-items: start;
}

.contact::before {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -1;
  border-block: 1px solid rgba(216, 200, 212, 0.56);
  background:
    linear-gradient(
      180deg,
      rgba(255, 246, 250, 0.9) 0%,
      rgba(251, 250, 252, 0.98) 72%
    ),
    radial-gradient(
      circle at 78% 18%,
      rgba(192, 24, 102, 0.08),
      transparent 34%
    );
}

.contact-details > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}

.contact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}

.contact-list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.contact-list div {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.contact-list dt {
  color: var(--brand);
  font-weight: 900;
}

.contact-list dd {
  margin: 4px 0 0;
}

.contact-list a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.contact-list .social-links a {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--brand);
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.contact-list .social-links a[aria-label="Facebook"] {
  color: #1877f2;
}

.contact-list .social-links a[aria-label="TikTok"] {
  color: #010101;
}

.contact-list .social-links a:hover,
.contact-list .social-links a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(192, 24, 102, 0.34);
  background: var(--surface-soft);
  box-shadow: var(--shadow-soft);
}

.social-links svg {
  width: 21px;
  height: 21px;
}

.lead-form {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
}

.lead-form h3 {
  margin-block-end: 18px;
}

.lead-form label {
  display: grid;
  gap: 6px;
  margin-block-end: 14px;
  color: var(--ink);
  font-weight: 800;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  padding: 12px 13px;
  background: #fff;
  color: var(--ink);
  transition:
    border-color 180ms ease,
    outline-color 180ms ease,
    box-shadow 180ms ease;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  outline: 3px solid rgba(192, 24, 102, 0.18);
  border-color: var(--brand);
}

.form-note {
  margin: 12px 0 0;
  color: var(--teal);
  min-height: 24px;
}

.site-footer {
  background:
    radial-gradient(circle at 50% 0%, rgba(192, 24, 102, 0.2), transparent 34%),
    linear-gradient(180deg, #170712 0%, #090812 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 34px 20px 28px;
  color: rgba(255, 255, 255, 0.76);
  text-align: center;
}

.footer-inner {
  width: min(100%, 940px);
  margin-inline: auto;
  display: grid;
  justify-items: center;
  gap: 14px;
}

.site-footer img {
  width: 112px;
  filter: brightness(0) invert(1) opacity(0.92);
}

.site-footer p {
  margin: 0;
}

.footer-disclaimer {
  max-width: 880px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.98rem;
  line-height: 1.8;
}

.footer-disclaimer strong,
.footer-copy {
  color: #fff;
  font-weight: 900;
}

.footer-copy {
  font-size: 1rem;
}

.site-credit {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

.site-footer a {
  font-weight: 900;
  color: #ffd6e8;
}

.legal-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-block-start: 2px;
}

.legal-links button,
.plain-link {
  border: 0;
  padding: 0;
  background: transparent;
  color: #ffd6e8;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.site-footer .legal-links button {
  min-height: 44px;
  padding: 4px 2px;
}

.footer-top {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cookie-banner {
  position: fixed;
  inset: auto 18px 18px;
  z-index: 150;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  width: min(920px, calc(100vw - 36px));
  margin-inline: auto;
  padding: 18px;
  border: 1px solid rgba(195, 35, 113, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 250, 253, 0.98);
  color: var(--ink);
  box-shadow: 0 24px 70px rgba(61, 24, 44, 0.18);
}

.cookie-banner h2 {
  margin: 0 0 4px;
  color: #7f164a;
  font-size: 1.22rem;
}

.cookie-banner p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.55;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.cookie-actions .button {
  min-height: 44px;
  padding: 8px 14px;
}

.cookie-actions .outline {
  color: #7f164a;
  border-color: rgba(195, 35, 113, 0.36);
  background: #fff;
  backdrop-filter: none;
}

.cookie-actions .plain-link {
  color: #7f164a;
}

.accessibility-toggle {
  position: fixed;
  inset-block-end: 24px;
  inset-inline-end: 22px;
  z-index: 140;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  background: #c32371;
  color: #fff;
  box-shadow: 0 18px 42px rgba(84, 16, 49, 0.28);
  cursor: pointer;
  transition: transform 180ms ease;
}

.accessibility-toggle:hover,
.accessibility-toggle:focus-visible {
  transform: translateY(-2px);
}

.accessibility-panel {
  position: fixed;
  inset-block-end: 88px;
  inset-inline-end: 22px;
  z-index: 145;
  width: min(320px, calc(100vw - 32px));
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background: #c32371;
  color: #fff;
  box-shadow: 0 26px 68px rgba(84, 16, 49, 0.32);
}

.panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-block-end: 12px;
}

.panel-head h2 {
  margin: 0;
  color: #fff;
  font-size: 1.3rem;
}

.panel-head button {
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  cursor: pointer;
}

.panel-head button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  font-size: 20px;
}

.accessibility-panel > button:not(.plain-link) {
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-sm);
  background: #fff;
  color: #751440;
  cursor: pointer;
}

.accessibility-panel > button {
  width: 100%;
  min-height: 44px;
  margin-block-start: 8px;
  font-weight: 900;
}

.accessibility-panel > button[aria-pressed="true"] {
  border-color: #fff;
  background: #2a0c1c;
  color: #fff;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.28);
}

.accessibility-panel > .plain-link {
  color: #fff;
}

.legal-dialog {
  width: min(760px, calc(100vw - 32px));
  max-height: 84svh;
  border: 0;
  border-radius: var(--radius);
  padding: 0;
  background: #fffafd;
  color: var(--ink);
  box-shadow: var(--shadow);
}

.legal-dialog::backdrop {
  background: rgba(20, 20, 24, 0.72);
}

.dialog-close {
  position: absolute;
  inset-block-start: 12px;
  inset-inline-start: auto;
  inset-inline-end: 12px;
  z-index: 2;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink);
  font-size: 22px;
  cursor: pointer;
}

.policy-content {
  max-height: 84svh;
  overflow: auto;
  padding: 34px 34px 36px;
}

.policy-content > .eyebrow {
  margin-inline-end: 56px;
}

.policy-content h2 {
  margin-block-end: 10px;
  padding-inline-start: 0;
  padding-inline-end: 56px;
  color: #7f164a;
  font-size: clamp(1.85rem, 4vw, 2.3rem);
}

.policy-content h3 {
  margin: 22px 0 6px;
  color: #7f164a;
  font-size: 1.15rem;
}

.policy-content p {
  margin: 0 0 12px;
  color: var(--ink-soft);
}

.policy-content a {
  color: #7f164a;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.policy-note {
  margin-block-start: 20px;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  background: #fff0f7;
  color: var(--ink);
  font-weight: 800;
}

.mobile-bar {
  display: none;
}

.video-lightbox {
  border: 0;
  border-radius: var(--radius);
  padding: 0;
  max-width: min(920px, calc(100vw - 32px));
  background: #000;
  box-shadow: var(--shadow);
}

.video-lightbox::backdrop {
  background: rgba(20, 20, 24, 0.78);
}

.video-lightbox video {
  display: block;
  width: min(920px, calc(100vw - 32px));
  max-height: 84svh;
  background: #000;
}

.video-lightbox-close {
  position: absolute;
  top: 10px;
  inset-inline-start: 10px;
  z-index: 2;
  border: 0;
  border-radius: var(--radius-sm);
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  cursor: pointer;
}

@media (max-width: 1040px) {
  .top-strip {
    flex-wrap: wrap;
    gap: 8px 16px;
  }

  .main-nav {
    grid-template-columns: auto auto minmax(0, 1fr) auto auto;
  }

  .menu-toggle {
    display: inline-flex;
    justify-self: start;
  }

  .nav-links {
    position: absolute;
    inset-block-start: calc(100% - 1px);
    inset-inline: 20px;
    z-index: 120;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 10px;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    border-radius: var(--radius-sm);
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--line);
  }

  .nav-links a:last-child {
    border-bottom: 0;
  }

  .nav-cta {
    justify-self: end;
  }

  .language-switcher {
    justify-self: end;
  }

  .hero-content {
    max-width: min(650px, 74%);
  }

  .hero-vignette {
    background: linear-gradient(0deg, rgba(53, 7, 29, 0.14), rgba(255, 255, 255, 0) 34%);
  }

  .social-proof {
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reel-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .experience,
  .contact,
  .club {
    grid-template-columns: 1fr;
  }

  .experience-copy {
    padding-inline-end: 0;
  }

  .experience-media img {
    min-height: 420px;
  }

  .benefits {
    grid-template-columns: 1fr;
  }

  .review-card {
    flex-basis: calc((100% - 18px) / 2);
    min-height: 318px;
  }
}

@media (max-width: 720px) {
  body {
    padding-bottom: 64px;
  }

  body.cookie-visible {
    padding-bottom: 280px;
  }

  .top-strip {
    display: none;
  }

  .main-nav {
    min-height: 76px;
    display: grid;
    grid-template-columns: minmax(72px, 1fr) auto minmax(72px, 1fr);
    grid-template-rows: auto;
    width: 100%;
    max-width: 100%;
    gap: 8px;
    padding: 8px 16px;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  .menu-toggle {
    position: static;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  html[dir="rtl"] .menu-toggle {
    right: auto;
    left: auto;
  }

  .brand img {
    width: 88px;
  }

  .language-switcher {
    position: static;
    z-index: 125;
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    min-height: 38px;
    transform: none;
    transform-origin: center;
  }

  html[dir="ltr"] .language-switcher {
    transform: none;
  }

  html[dir="rtl"] .language-switcher {
    right: auto;
    left: auto;
    transform-origin: center;
  }

  .language-option {
    min-width: 31px;
    min-height: 30px;
    padding: 5px 6px;
    font-size: 0.72rem;
  }

  .nav-cta {
    display: none;
  }

  .nav-links {
    inset-block-start: calc(100% - 1px);
    inset-inline: 16px;
  }

  .hero {
    min-height: 0;
    width: 100%;
    max-width: 100vw;
    display: block;
    overflow: clip;
    color: var(--ink);
    background: linear-gradient(180deg, #fff6f9 0%, var(--paper) 100%);
  }

  .hero-visual {
    position: relative;
    inset: auto;
    height: auto;
    aspect-ratio: 1983 / 793;
  }

  .hero-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .hero-vignette {
    inset: 0 0 auto;
    height: auto;
    aspect-ratio: 1983 / 793;
    background: linear-gradient(0deg, rgba(53, 7, 29, 0.12), rgba(255, 255, 255, 0));
  }

  .hero::after {
    display: none;
  }

  .hero-shell {
    min-height: 0;
    display: grid;
    justify-items: stretch;
    width: 100%;
    max-width: 100%;
    padding: 30px 20px 86px;
    text-align: center;
  }

  .hero-content {
    justify-self: stretch;
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
  }

  .hero h1 {
    color: #351625;
    font-size: clamp(3rem, 13vw, 3.9rem);
    text-shadow: none;
  }

  .hero-copy {
    margin-inline: auto;
    color: #503745;
    text-shadow: none;
  }

  .hero .outline {
    color: #351625;
    border-color: rgba(151, 23, 78, 0.2);
    background: rgba(255, 255, 255, 0.64);
  }

  .hero-copy,
  .hero-actions {
    width: 100%;
    max-width: 100%;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-highlights {
    grid-template-columns: 1fr;
    margin-block-start: 24px;
    text-align: start;
  }

  .hero-highlights div {
    min-height: 70px;
  }

  .quick-actions {
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
    margin-block-start: -36px;
  }

  .quick-actions a {
    min-height: 86px;
    border-inline-start: 0;
    border-bottom: 1px solid var(--line);
    padding: 18px;
  }

  .quick-actions a:last-child {
    border-bottom: 0;
  }

  .social-proof {
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
    margin-block-start: 0;
    padding-block: 72px;
  }

  .social-proof-main {
    justify-items: center;
    text-align: center;
    padding: 26px 20px;
  }

  .social-proof-main .button {
    width: 100%;
  }

  .social-proof-points {
    grid-template-columns: 1fr;
  }

  .social-proof-points article {
    min-height: 104px;
    padding: 18px;
    text-align: center;
  }

  .section {
    padding: 72px 20px;
  }

  .section-heading p:not(.eyebrow),
  .contact-details > p:not(.eyebrow) {
    font-size: 1rem;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card img {
    height: 250px;
  }

  .reel-grid {
    grid-template-columns: 1fr;
  }

  .reel-card {
    height: clamp(280px, 76vw, 340px);
  }

  .about-card-grid {
    grid-template-columns: 1fr;
  }

  .experience-media img {
    min-height: 300px;
  }

  .experience,
  .club,
  .social-proof,
  .reviews {
    padding-block: 72px;
  }

  .review-carousel {
    padding-inline: 22px;
    --review-control-top: 52%;
  }

  .review-control {
    width: 42px;
    height: 42px;
  }

  .review-grid {
    gap: 14px;
    padding-bottom: 10px;
  }

  .review-card {
    flex-basis: 100%;
    min-height: 306px;
    padding: 22px;
  }

  .review-avatar {
    width: 50px;
    height: 50px;
    font-size: 1.18rem;
  }

  .review-card p {
    font-size: 1rem;
    line-height: 1.65;
  }

  .tabs {
    justify-content: stretch;
  }

  .tab {
    flex: 1 1 42%;
    min-width: 0;
  }

  table {
    min-width: 100%;
    font-size: 0.82rem;
  }

  th,
  td {
    padding: 13px 14px;
  }

  .benefits {
    gap: 10px;
  }

  .faq-item summary {
    min-height: 68px;
    padding: 18px;
    font-size: 1.08rem;
  }

  .faq-item p {
    margin: -2px 18px 20px;
    font-size: 1rem;
  }

  .contact {
    padding: 76px 20px;
    grid-template-columns: 1fr;
  }

  .lead-form {
    padding: 20px;
  }

  .site-footer {
    display: block;
    text-align: center;
  }

  .site-footer img {
    margin-inline: auto;
  }

  .site-footer a {
    display: inline-block;
    margin-block-start: 14px;
  }

  .site-credit a {
    margin-block-start: 0;
  }

  .legal-links {
    justify-content: center;
  }

  .cookie-banner {
    inset: auto 12px 72px;
    grid-template-columns: 1fr;
    width: auto;
    padding: 14px;
    gap: 12px;
    max-height: none;
    overflow: visible;
  }

  .cookie-banner h2 {
    font-size: 1rem;
  }

  .cookie-banner p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 0.9rem;
    line-height: 1.45;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .cookie-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
  }

  .cookie-actions .button {
    min-height: 44px;
    padding: 8px 10px;
  }

  .cookie-actions .plain-link {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .accessibility-toggle {
    inset-block-end: 76px;
    inset-inline-end: 14px;
  }

  .accessibility-panel {
    inset-block-end: 138px;
    inset-inline: 14px;
    width: auto;
  }

  .policy-content {
    padding: 28px 22px;
  }

  .mobile-bar {
    position: fixed;
    inset: auto 0 0;
    z-index: 90;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #fff;
    border-top: 1px solid var(--line);
    box-shadow: 0 -10px 28px rgba(23, 23, 28, 0.1);
  }

  .mobile-bar a {
    min-height: 58px;
    display: grid;
    place-items: center;
    font-size: 0.88rem;
    font-weight: 900;
    color: var(--brand-strong);
    border-inline-start: 1px solid var(--line);
  }

  .mobile-bar a:last-child {
    border-inline-start: 0;
  }
}

@media (max-width: 360px) {
  .main-nav {
    grid-template-columns: minmax(62px, 1fr) auto minmax(62px, 1fr);
    padding-inline: 14px;
  }

  .brand img {
    width: 72px;
  }

  .language-switcher {
    gap: 2px;
    padding: 3px;
  }

  .language-option {
    min-width: 28px;
    padding-inline: 4px;
    font-size: 0.68rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .scroll-reveal,
  .scroll-reveal-item {
    opacity: 1 !important;
    translate: 0 0 !important;
    filter: none !important;
  }
}
