:root {
  --wp-admin-bar-offset: 0px;
  --font-body: "Avenir", "Avenir Next", "Segoe UI", sans-serif;
  --font-display: "Expressa", "Segoe UI", sans-serif;
  --bg: #f6f1ea;
  --bg-deep: #eee6dc;
  --surface: rgba(255, 252, 247, 0.9);
  --surface-strong: #fffdf9;
  --surface-soft: #fbf6ef;
  --surface-dark: #171614;
  --ink: #171614;
  --ink-soft: #3f3a34;
  --muted: #6f695f;
  --line: rgba(23, 22, 20, 0.08);
  --line-strong: rgba(23, 22, 20, 0.14);
  --gold: #b88d5a;
  --gold-soft: rgba(184, 141, 90, 0.12);
  --shadow-soft: 0 18px 40px rgba(37, 31, 24, 0.06);
  --shadow-card: 0 26px 80px rgba(37, 31, 24, 0.08);
  --radius-xs: 14px;
  --radius-sm: 20px;
  --radius-md: 28px;
  --radius-lg: 38px;
  --container: min(1240px, calc(100vw - 48px));
  --section-gap: clamp(72px, 9vw, 120px);
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --mobile-header-height: 82px;
  --mobile-cta-height: 56px;
  --hero-mobile-vh: 100vh;
  --hero-mobile-height: calc(
    var(--hero-mobile-vh) - var(--mobile-header-height) -
      var(--wp-admin-bar-offset)
  );
}

@supports (height: 100svh) {
  :root {
    --hero-mobile-vh: 100svh;
  }
}

body.immagine-wp-theme {
  --font-body: "Avenir", "Helvetica Neue", Arial, sans-serif;
  --font-display:
    "Expressa", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  font-synthesis: none;
}

body.immagine-wp-theme *:focus,
body.immagine-wp-theme *:focus-visible {
  outline: none !important;
  outline-offset: 0 !important;
}

@font-face {
  font-family: "Avenir";
  src:
    url("../fonts/avenir/AvenirNextCyr-Regular.woff2") format("woff2"),
    url("../fonts/avenir/AvenirNextCyr-Regular.woff") format("woff"),
    url("../fonts/avenir/AvenirNextCyr-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: optional;
  size-adjust: 99%;
  ascent-override: 92%;
  descent-override: 22%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Avenir";
  src:
    url("../fonts/avenir/AvenirNextCyr-Italic.woff2") format("woff2"),
    url("../fonts/avenir/AvenirNextCyr-Italic.woff") format("woff"),
    url("../fonts/avenir/AvenirNextCyr-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: optional;
  size-adjust: 99%;
  ascent-override: 92%;
  descent-override: 22%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Avenir";
  src:
    url("../fonts/avenir/AvenirNextCyr-Medium.woff2") format("woff2"),
    url("../fonts/avenir/AvenirNextCyr-Medium.woff") format("woff"),
    url("../fonts/avenir/AvenirNextCyr-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: optional;
  size-adjust: 99%;
  ascent-override: 92%;
  descent-override: 22%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Avenir";
  src:
    url("../fonts/avenir/AvenirNextCyr-Demi.woff2") format("woff2"),
    url("../fonts/avenir/AvenirNextCyr-Demi.woff") format("woff"),
    url("../fonts/avenir/AvenirNextCyr-Demi.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: optional;
  size-adjust: 99%;
  ascent-override: 92%;
  descent-override: 22%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Avenir";
  src:
    url("../fonts/avenir/AvenirNextCyr-Bold.woff2") format("woff2"),
    url("../fonts/avenir/AvenirNextCyr-Bold.woff") format("woff"),
    url("../fonts/avenir/AvenirNextCyr-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: optional;
  size-adjust: 99%;
  ascent-override: 92%;
  descent-override: 22%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Avenir";
  src:
    url("../fonts/avenir/AvenirNextCyr-Heavy.woff2") format("woff2"),
    url("../fonts/avenir/AvenirNextCyr-Heavy.woff") format("woff"),
    url("../fonts/avenir/AvenirNextCyr-Heavy.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: optional;
  size-adjust: 99%;
  ascent-override: 92%;
  descent-override: 22%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Expressa";
  src:
    local("Expressa Light"),
    local("Expressa-Light"),
    local("ExpressaEF-Light"),
    url("../fonts/ExpressaEF/Expressa-Light.woff") format("woff"),
    url("../fonts/ExpressaEF/Expressa-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  size-adjust: 94%;
  ascent-override: 88%;
  descent-override: 18%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Expressa";
  src:
    local("Expressa"),
    local("Expressa Regular"),
    local("Expressa-Regular"),
    local("ExpressaEF"),
    url("../fonts/ExpressaEF/Expressa-Regular.woff") format("woff"),
    url("../fonts/ExpressaEF/Expressa-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  size-adjust: 94%;
  ascent-override: 88%;
  descent-override: 18%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Expressa";
  src:
    local("Expressa Medium"),
    local("Expressa-medium"),
    local("ExpressaEF-Medium"),
    url("../fonts/ExpressaEF/Expressa-medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  size-adjust: 94%;
  ascent-override: 88%;
  descent-override: 18%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Expressa";
  src:
    local("Expressa DemiBold"),
    local("Expressa-DemiBold"),
    local("ExpressaEF-DemiBold"),
    url("../fonts/ExpressaEF/Expressa-DemiBold.woff") format("woff"),
    url("../fonts/ExpressaEF/Expressa-DemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  size-adjust: 94%;
  ascent-override: 88%;
  descent-override: 18%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Expressa";
  src:
    local("Expressa Bold"),
    local("Expressa-Bold"),
    local("ExpressaEF-Bold"),
    url("../fonts/ExpressaEF/Expressa-Bold.woff2") format("woff2"),
    url("../fonts/ExpressaEF/Expressa-Bold.woff") format("woff"),
    url("../fonts/ExpressaEF/Expressa-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  size-adjust: 94%;
  ascent-override: 88%;
  descent-override: 18%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Expressa";
  src:
    local("Expressa Heavy"),
    local("Expressa-Heavy"),
    local("ExpressaEF-Heavy"),
    url("../fonts/ExpressaEF/Expressa-Heavy.woff") format("woff"),
    url("../fonts/ExpressaEF/Expressa-Heavy.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  size-adjust: 94%;
  ascent-override: 88%;
  descent-override: 18%;
  line-gap-override: 0%;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: rgba(250, 247, 242, 0.82);
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(
      circle at 10% 8%,
      rgba(255, 255, 255, 0.92),
      transparent 24%
    ),
    radial-gradient(
      circle at 85% 14%,
      rgba(255, 247, 235, 0.95),
      transparent 28%
    ),
    linear-gradient(180deg, #faf7f2 0%, var(--bg) 42%, var(--bg-deep) 100%);
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
  opacity: 0.14;
  mix-blend-mode: multiply;
  z-index: -1;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  font-family: var(--font-body);
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

.page-shell {
  position: relative;
  isolation: isolate;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: var(--wp-admin-bar-offset);
  z-index: 40;
  padding: 16px 0;
  background: rgba(250, 247, 242, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  opacity: 0;
  transform: translateY(-18px);
  filter: blur(12px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.95s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.95s cubic-bezier(0.22, 0.61, 0.36, 1),
    background-color 0.35s ease,
    border-color 0.35s ease;
}

.site-header__bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

body.immagine-wp-theme .site-header__bar {
  min-height: 58px;
}

.site-header__bar::after {
  content: "";
  position: absolute;
  left: 22%;
  right: 22%;
  bottom: -15px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(216, 164, 88, 0.16) 18%,
    rgba(255, 224, 171, 0.9) 50%,
    rgba(216, 164, 88, 0.16) 82%,
    transparent 100%
  );
  opacity: 0;
  transform: scaleX(0.28);
  transform-origin: center;
  filter: blur(0.4px);
  pointer-events: none;
}

.site-header.is-entered {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.site-header.menu-active {
  background: rgba(250, 247, 242, 0.96);
  border-bottom-color: transparent;
}

.site-header.is-entered .site-header__bar::after {
  animation: headerLineReveal 0.95s cubic-bezier(0.16, 1, 0.3, 1) 0.28s both;
}

.site-header.menu-active .site-header__bar::after {
  opacity: 0;
  animation: none;
}

.brand {
  position: relative;
  z-index: 44;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  opacity: 0;
  transform: translateY(-8px);
  filter: blur(8px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.12s,
    transform 0.85s cubic-bezier(0.16, 1, 0.3, 1) 0.12s,
    filter 0.85s cubic-bezier(0.22, 0.61, 0.36, 1) 0.12s;
}

body.immagine-wp-theme .brand {
  min-height: 44px;
}

.brand__logo {
  width: clamp(150px, 16vw, 210px);
  object-fit: contain;
}

.brand__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand__tag {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand__name {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

body.immagine-wp-theme .brand__name {
  line-height: 1.1;
  min-height: 16px;
}

.site-nav {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 42;
}

.site-nav__links {
  position: relative;
  display: flex;
  align-items: center;
}

.site-nav__backdrop,
.site-nav__shine,
.site-nav__ornament {
  display: none;
}

.site-nav__surface {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-nav__menu {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav__cta {
  display: flex;
  align-items: center;
}

.site-nav__item-line {
  display: none;
}

.site-nav__links a {
  padding: 10px 12px;
  color: var(--ink-soft);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  opacity: 0;
  transform: translateY(-10px);
  filter: blur(8px);
  white-space: nowrap;
  text-align: center;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

body.immagine-wp-theme .site-nav__links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  line-height: 1;
}

.site-nav__cta-link.button {
  padding: 10px 18px;
  background: var(--surface-dark);
  color: #fff;
  box-shadow: 0 18px 36px rgba(23, 22, 20, 0.12);
}

.site-nav__links a:hover {
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  transform: translateY(-1px);
}

.site-nav__links a.site-nav__item.is-active {
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(43, 35, 28, 0.06);
}

.menu-toggle {
  display: none;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  box-shadow: var(--shadow-soft);
  opacity: 0;
  transform: translateY(-10px);
  filter: blur(8px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s,
    transform 0.85s cubic-bezier(0.16, 1, 0.3, 1) 0.2s,
    filter 0.85s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s,
    background-color 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.22s ease,
    width 0.3s ease;
}

.site-header.is-entered .brand,
.site-header.is-entered .menu-toggle {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.site-header.is-entered .site-nav__links a {
  animation: headerLinkReveal 0.75s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.site-header.is-entered .site-nav__menu a:nth-child(1) {
  animation-delay: 0.18s;
}
.site-header.is-entered .site-nav__menu a:nth-child(2) {
  animation-delay: 0.24s;
}
.site-header.is-entered .site-nav__menu a:nth-child(3) {
  animation-delay: 0.3s;
}
.site-header.is-entered .site-nav__menu a:nth-child(4) {
  animation-delay: 0.36s;
}
.site-header.is-entered .site-nav__menu a:nth-child(5) {
  animation-delay: 0.42s;
}
.site-header.is-entered .site-nav__menu a:nth-child(6) {
  animation-delay: 0.48s;
}
.site-header.is-entered .site-nav__menu a:nth-child(7) {
  animation-delay: 0.54s;
}
.site-header.is-entered .site-nav__cta a {
  animation-delay: 0.6s;
}

@keyframes headerLinkReveal {
  0% {
    opacity: 0;
    transform: translateY(-10px);
    filter: blur(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes headerLineReveal {
  0% {
    opacity: 0;
    transform: scaleX(0.28);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes menuOverlayReveal {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
    filter: blur(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes menuOverlayItemReveal {
  0% {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes menuOverlayLineReveal {
  0% {
    opacity: 0;
    transform: scaleX(0.18);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes menuOverlaySweep {
  0% {
    opacity: 0;
    transform: translate3d(-22%, 0, 0);
  }
  32% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
    transform: translate3d(22%, 0, 0);
  }
}

.menu-toggle::before {
  transform: translateY(-6px);
}

.menu-toggle::after {
  transform: translateY(6px);
}

.menu-toggle.is-open {
  border-color: rgba(184, 141, 90, 0.26);
  background: rgba(255, 253, 248, 0.98);
  box-shadow:
    0 18px 40px rgba(37, 31, 24, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.menu-toggle.is-open span {
  opacity: 0;
}

.menu-toggle.is-open::before {
  transform: rotate(45deg) scaleX(1.08);
}

.menu-toggle.is-open::after {
  transform: rotate(-45deg) scaleX(1.08);
}

.button,
.button-ghost,
.button-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  font-family: var(--font-body);
  border-radius: 999px;
  font-weight: 700;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}

.button:hover,
.button-ghost:hover,
.button-inline:hover {
  transform: translateY(-1px);
}

.button {
  padding: 14px 22px;
  background: var(--surface-dark);
  color: #fff;
  box-shadow: 0 18px 36px rgba(23, 22, 20, 0.12);
}

.button-ghost {
  padding: 14px 22px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  border: 1px solid var(--line);
}

.button-inline {
  padding: 0;
  color: var(--ink);
  font-size: 13px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
  opacity: 0.45;
}

.section {
  padding: var(--section-gap) 0;
}

.section--compact {
  padding-top: calc(var(--section-gap) * 0.78);
  padding-bottom: calc(var(--section-gap) * 0.78);
}

.section-header,
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.section-heading--center {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.section-header__copy,
.section-heading {
  max-width: 760px;
}

.section-title {
  margin: 18px 0 0;
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 400;
}

body.immagine-wp-theme .section-title {
  line-height: 1.08;
  text-wrap: balance;
}

.section-text {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(15px, 1.6vw, 19px);
  line-height: 1.85;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.home-hero {
  position: relative;
  padding: 0 0 clamp(0, 6vw, 72px);
  overflow: clip;
  isolation: isolate;
  background:
    radial-gradient(
      circle at 18% 22%,
      rgba(255, 248, 234, 0.12),
      transparent 20%
    ),
    linear-gradient(180deg, #0b0907 0%, #14100d 42%, #0d0b09 100%);
}

.home-hero__copy {
  max-width: 560px;
}

.home-hero__stage-shell {
  position: relative;
}

.home-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.home-hero__overlay-shell {
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-top: clamp(108px, 12vw, 148px);
  padding-bottom: clamp(30px, 5vw, 54px);
}

.home-hero__panel {
  width: min(620px, 100%);
  padding: clamp(24px, 3vw, 36px);
  border-radius: 34px;
  background: linear-gradient(
    180deg,
    rgba(255, 251, 245, 0.76),
    rgba(255, 249, 241, 0.64)
  );
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow:
    0 24px 70px rgba(10, 8, 6, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(22px);
  pointer-events: auto;
  opacity: 0;
  translate: 0 28px;
  filter: blur(14px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.28s,
    translate 0.95s cubic-bezier(0.16, 1, 0.3, 1) 0.28s,
    filter 0.95s cubic-bezier(0.22, 0.61, 0.36, 1) 0.28s;
}

.home-hero.is-entered .home-hero__panel {
  opacity: 1;
  translate: 0 0;
  filter: blur(0);
}

.home-hero__title {
  margin: 18px 0 0;
  font-family: var(--font-display);
  font-size: clamp(46px, 6vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.038em;
  font-weight: 400;
  color: #181512;
}

body.immagine-wp-theme .home-hero__title {
  line-height: 1.02;
  min-height: 1.92em;
}

.home-hero__title span {
  display: block;
  color: #484038;
  font-weight: 400;
}

.home-hero__lead {
  margin: 24px 0 0;
  color: rgba(46, 40, 34, 0.82);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.84;
}

.hero-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.hero-note,
.quick-tile,
.goal-card,
.service-card,
.location-card,
.contact-panel,
.form-panel,
.page-card,
.app-mini,
.corporate-mini {
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.hero-note {
  padding: 16px 18px;
  background: rgba(255, 253, 248, 0.52);
  border-color: rgba(255, 255, 255, 0.44);
  box-shadow: none;
}

.hero-note strong {
  display: block;
  font-size: 15px;
  letter-spacing: -0.03em;
}

.hero-note span {
  display: block;
  margin-top: 6px;
  color: rgba(70, 62, 54, 0.82);
  font-size: 12px;
  line-height: 1.56;
}

.hero-editorial {
  position: relative;
  width: 100%;
}

.hero-brand-stage {
  position: relative;
  min-height: 100vh;
  min-height: calc(100svh - var(--wp-admin-bar-offset));
  width: 100%;
  border-radius: 0 0 44px 44px;
  overflow: hidden;
  padding: clamp(116px, 12vw, 156px) clamp(26px, 4vw, 44px)
    clamp(42px, 6vw, 72px);
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 30px;
  background:
    linear-gradient(
      90deg,
      rgba(8, 7, 6, 0.08) 0%,
      rgba(10, 8, 6, 0.18) 24%,
      rgba(12, 9, 7, 0.48) 58%,
      rgba(9, 7, 6, 0.82) 100%
    ),
    radial-gradient(
      circle at 24% 28%,
      rgba(255, 245, 225, 0.14),
      transparent 22%
    ),
    radial-gradient(
      circle at 50% 38%,
      rgba(212, 157, 80, 0.22),
      transparent 19%
    ),
    radial-gradient(
      circle at 80% 24%,
      rgba(255, 255, 255, 0.1),
      transparent 25%
    ),
    radial-gradient(
      circle at 18% 88%,
      rgba(212, 157, 80, 0.1),
      transparent 25%
    ),
    linear-gradient(
      180deg,
      rgba(12, 10, 8, 0.66) 0%,
      rgba(22, 17, 14, 0.58) 44%,
      rgba(14, 11, 9, 0.74) 100%
    ),
    url("../images/hero/hero-bg.png");
  background-position:
    center center,
    24% 28%,
    50% 38%,
    80% 24%,
    18% 88%,
    center center,
    left center;
  background-size: auto, auto, auto, auto, auto, auto, cover;
  background-repeat: no-repeat;
  box-shadow: 0 30px 80px rgba(11, 8, 6, 0.28);
  isolation: isolate;
  opacity: 0;
  translate: 0 30px;
  scale: 0.95;
  filter: blur(18px);
  transition:
    opacity 0.95s cubic-bezier(0.22, 0.61, 0.36, 1),
    translate 1.05s cubic-bezier(0.16, 1, 0.3, 1),
    scale 1.05s cubic-bezier(0.16, 1, 0.3, 1),
    filter 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

body.admin-bar {
  --wp-admin-bar-offset: 32px;
}

.hero-brand-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.08),
      transparent 22%,
      rgba(0, 0, 0, 0.06) 100%
    ),
    radial-gradient(
      circle at 50% 50%,
      rgba(255, 255, 255, 0.05),
      transparent 48%
    );
  pointer-events: none;
  z-index: 0;
}
/* 
.hero-brand-stage::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 48%; 
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 164, 88, 0.28), transparent);
  opacity: 0;
  transform: scaleX(0.72);
  filter: blur(2px);
  transition:
    opacity 0.7s ease 0.72s,
    transform 1s cubic-bezier(.16, 1, .3, 1) 0.72s,
    filter 1s ease 0.72s;
  pointer-events: none;
  z-index: 0;
} */

.hero-brand-stage.is-entered {
  opacity: 1;
  translate: 0 0;
  scale: 1;
  filter: blur(0);
}

.hero-brand-stage.is-entered::after {
  opacity: 1;
  transform: scaleX(1);
  filter: blur(0);
}

.hero-brand-stage__glow {
  position: absolute;
  inset: auto;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(215, 160, 80, 0.22),
    transparent 68%
  );
  filter: blur(24px);
  opacity: 0;
  z-index: 0;
}

.hero-brand-stage__glow--one {
  width: 260px;
  height: 180px;
  top: 72px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-brand-stage__glow--two {
  width: 320px;
  height: 120px;
  bottom: 54px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-brand-stage.is-entered .hero-brand-stage__glow {
  animation: brandGlowFade 1.2s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-brand-stage.is-entered .hero-brand-stage__glow--two {
  animation-delay: 0.22s;
}

.hero-brand-stage__intro,
.hero-brand-stage__bottom {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  display: grid;
  justify-items: center;
}

.hero-brand-stage__intro {
  gap: 24px;
}

.hero-brand-stage__bottom {
  margin-top: auto;
  gap: 18px;
  align-self: end;
}

.hero-brand-stage__wordmark,
.hero-brand-stage__line,
.hero-brand-stage__tagline,
.hero-brand-stage__service {
  position: relative;
  z-index: 1;
  opacity: 0;
  translate: 0 18px;
  filter: blur(10px);
}

.hero-brand-stage__wordmark {
  width: 100%;
  padding-top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.02em;
  color: #f4f1ec;
  font-family: var(--font-display);
  font-size: clamp(58px, 9vw, 106px);
  line-height: 0.98;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 300;
}

body.immagine-wp-theme .hero-brand-stage__wordmark {
  min-height: 0.98em;
  white-space: nowrap;
}

.hero-brand-stage__chunk {
  display: inline-block;
  opacity: 0;
  translate: 0 112%;
  filter: blur(10px);
}

.hero-brand-stage__chunk:nth-child(2) {
  color: #d4a258;
}

.hero-brand-stage__line {
  width: min(72%, 460px);
  height: 18px;
  display: grid;
  place-items: center;
  transition:
    opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.42s,
    translate 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.42s,
    filter 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.42s;
}

.hero-brand-stage__line-core {
  position: relative;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(212, 157, 80, 0.78) 16%,
    rgba(255, 215, 134, 0.98) 50%,
    rgba(212, 157, 80, 0.78) 84%,
    transparent 100%
  );
  box-shadow:
    0 0 22px rgba(212, 157, 80, 0.32),
    0 0 42px rgba(212, 157, 80, 0.16);
  overflow: hidden;
  transform: scaleX(0.3);
  transform-origin: center;
}

.hero-brand-stage__line-core::after {
  content: "";
  position: absolute;
  inset: -10px auto -10px -18%;
  width: 22%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 246, 210, 0.8),
    transparent
  );
  filter: blur(8px);
  opacity: 0;
}

.hero-brand-stage__tagline {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.34em;
  flex-wrap: wrap;
  color: #f1eee8;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  text-align: center;
  max-width: min(980px, 100%);
  transition:
    opacity 0.72s cubic-bezier(0.22, 0.61, 0.36, 1) 0.64s,
    translate 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.64s,
    filter 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.64s;
}

body.immagine-wp-theme .hero-brand-stage__tagline {
  min-height: 1.25em;
}

.hero-brand-stage__tagline span:nth-child(2) {
  color: #d4a258;
}

.hero-brand-stage__services {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 0;
}

.hero-brand-stage__actions {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  opacity: 0;
  translate: 0 20px;
  filter: blur(10px);
  transition:
    opacity 0.78s cubic-bezier(0.22, 0.61, 0.36, 1),
    translate 0.95s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.95s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: 1.12s;
}

.hero-brand-stage__button {
  min-width: 238px;
  min-height: 62px;
  padding: 18px 34px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  text-align: center;
  white-space: nowrap;
}

.hero-brand-stage__button.button {
  background: rgba(10, 9, 8, 0.92);
  color: #f7f3eb;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-brand-stage__button.button:hover {
  background: rgba(17, 15, 13, 0.98);
}

.hero-brand-stage__button--ghost {
  background: rgba(255, 252, 247, 0.94);
  color: #181512;
  border-color: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 16px 38px rgba(10, 8, 6, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.hero-brand-stage__button--ghost:hover {
  background: rgba(255, 255, 255, 0.98);
  color: #12100e;
}

.hero-brand-stage__service {
  position: relative;
  min-height: 248px;
  padding: 18px 28px 10px;
  display: grid;
  isolation: isolate;
  align-content: start;
  justify-items: center;
  gap: 16px;
  text-align: center;
  transition:
    opacity 0.78s cubic-bezier(0.22, 0.61, 0.36, 1),
    translate 0.95s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.95s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.hero-brand-stage__service:nth-child(1) {
  transition-delay: 0.8s;
}

.hero-brand-stage__service:nth-child(2) {
  transition-delay: 0.92s;
}

.hero-brand-stage__service:nth-child(3) {
  transition-delay: 1.04s;
}

.hero-brand-stage__service + .hero-brand-stage__service::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  width: 1px;
  height: 62%;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(212, 157, 80, 0.22) 16%,
    rgba(227, 188, 120, 0.82) 50%,
    rgba(212, 157, 80, 0.22) 84%,
    transparent 100%
  );
  opacity: 0.68;
  transform: scaleY(0.3);
  transform-origin: center;
  filter: blur(0.2px);
  pointer-events: none;
}

.hero-brand-stage__service + .hero-brand-stage__service::after {
  content: "";
  position: absolute;
  left: -1px;
  top: 24%;
  width: 3px;
  height: 22%;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(255, 244, 212, 0.92),
    transparent
  );
  filter: blur(1.6px);
  opacity: 0;
  pointer-events: none;
}

.hero-brand-stage__icon-wrap {
  position: relative;
  width: 106px;
  height: 106px;
  display: grid;
  place-items: center;
  isolation: isolate;
  color: rgba(219, 180, 110, 0.96);
  filter: drop-shadow(0 0 10px rgba(212, 157, 80, 0.08));
}

.hero-brand-stage__icon-wrap::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  background: linear-gradient(
    120deg,
    transparent 18%,
    rgba(255, 244, 212, 0.82) 50%,
    transparent 82%
  );
  opacity: 0;
  mix-blend-mode: screen;
  filter: blur(4px);
  transform: translateX(-26px) rotate(-10deg);
  pointer-events: none;
}

.hero-brand-stage__icon-wrap svg {
  width: 90px;
  height: 90px;
  overflow: visible;
  transform: translateY(var(--icon-shift-y, 0));
}

.hero-brand-stage__icon-wrap img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  mix-blend-mode: screen;
  transform: translateY(var(--icon-shift-y, 0));
}

.hero-brand-stage__service:nth-child(1) {
  --icon-shift-y: 2px;
}

.hero-brand-stage__service:nth-child(2) {
  --icon-shift-y: 1px;
}

.hero-brand-stage__service:nth-child(3) {
  --icon-shift-y: -1px;
}

.hero-brand-stage__service:nth-child(3) .hero-brand-stage__icon-wrap img {
  width: 84px;
  height: 84px;
  transform: translateY(calc(var(--icon-shift-y, 0) + 1px));
}

.hero-brand-stage__icon-wrap circle,
.hero-brand-stage__icon-wrap path {
  stroke-width: 1.9;
  stroke: currentColor;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}

.hero-brand-stage__icon-wrap circle {
  opacity: 0.94;
}

.hero-brand-stage__icon-wrap path {
  opacity: 0.9;
}

.hero-brand-stage__service h3 {
  margin: 0;
  max-width: 210px;
  color: #f3efe8;
  font-family: var(--font-body);
  font-size: clamp(16px, 1.7vw, 21px);
  line-height: 1.28;
  letter-spacing: 0.085em;
  font-weight: 400;
  white-space: nowrap;
  text-transform: uppercase;
}

.hero-brand-stage.is-entered .hero-brand-stage__wordmark,
.hero-brand-stage.is-entered .hero-brand-stage__line,
.hero-brand-stage.is-entered .hero-brand-stage__tagline,
.hero-brand-stage.is-entered .hero-brand-stage__service,
.hero-brand-stage.is-entered .hero-brand-stage__actions {
  opacity: 1;
  translate: 0 0;
  filter: blur(0);
}

.hero-brand-stage.is-entered .hero-brand-stage__chunk {
  animation: brandChunkReveal 0.95s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-brand-stage.is-entered .hero-brand-stage__chunk:nth-child(1) {
  animation-delay: 0.16s;
}

.hero-brand-stage.is-entered .hero-brand-stage__chunk:nth-child(2) {
  animation-delay: 0.28s;
}

.hero-brand-stage.is-entered .hero-brand-stage__chunk:nth-child(3) {
  animation-delay: 0.4s;
}

.hero-brand-stage.is-entered .hero-brand-stage__line-core {
  animation: brandLineExpand 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.48s both;
}

.hero-brand-stage.is-entered .hero-brand-stage__line-core::after {
  animation: brandLineSweep 1.65s cubic-bezier(0.16, 1, 0.3, 1) 0.66s both;
}

.hero-brand-stage.is-entered .hero-brand-stage__icon-wrap {
  animation: brandIconFloat 7s ease-in-out infinite;
}

.hero-brand-stage.is-entered .hero-brand-stage__icon-wrap::after {
  animation: brandIconShimmer 1.05s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-brand-stage.is-entered .hero-brand-stage__icon-wrap circle,
.hero-brand-stage.is-entered .hero-brand-stage__icon-wrap path {
  animation: brandIconDraw 1s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-brand-stage.is-entered
  .hero-brand-stage__service:nth-child(1)
  .hero-brand-stage__icon-wrap::after {
  animation-delay: 1.05s;
}

.hero-brand-stage.is-entered
  .hero-brand-stage__service:nth-child(2)
  .hero-brand-stage__icon-wrap::after {
  animation-delay: 1.17s;
}

.hero-brand-stage.is-entered
  .hero-brand-stage__service:nth-child(3)
  .hero-brand-stage__icon-wrap::after {
  animation-delay: 1.29s;
}

.hero-brand-stage.is-entered
  .hero-brand-stage__service:nth-child(1)
  .hero-brand-stage__icon-wrap
  circle,
.hero-brand-stage.is-entered
  .hero-brand-stage__service:nth-child(1)
  .hero-brand-stage__icon-wrap
  path {
  animation-delay: 0.96s;
}

.hero-brand-stage.is-entered
  .hero-brand-stage__service:nth-child(2)
  .hero-brand-stage__icon-wrap
  circle,
.hero-brand-stage.is-entered
  .hero-brand-stage__service:nth-child(2)
  .hero-brand-stage__icon-wrap
  path {
  animation-delay: 1.08s;
}

.hero-brand-stage.is-entered
  .hero-brand-stage__service:nth-child(3)
  .hero-brand-stage__icon-wrap
  circle,
.hero-brand-stage.is-entered
  .hero-brand-stage__service:nth-child(3)
  .hero-brand-stage__icon-wrap
  path {
  animation-delay: 1.2s;
}

.hero-brand-stage.is-entered
  .hero-brand-stage__service
  + .hero-brand-stage__service::before {
  animation: brandSeparatorReveal 0.88s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-brand-stage.is-entered
  .hero-brand-stage__service
  + .hero-brand-stage__service::after {
  animation: brandSeparatorShimmer 1.45s cubic-bezier(0.16, 1, 0.3, 1) 1.18s
    both;
}

.hero-brand-stage.is-entered
  .hero-brand-stage__service:nth-child(2)
  .hero-brand-stage__icon-wrap {
  animation-delay: 0.8s;
}

.hero-brand-stage.is-entered
  .hero-brand-stage__service:nth-child(3)
  .hero-brand-stage__icon-wrap {
  animation-delay: 1.4s;
}

@keyframes brandGlowFade {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(0.82);
  }
  45% {
    opacity: 0.84;
  }
  100% {
    opacity: 0.42;
    transform: translateX(-50%) scale(1);
  }
}

@keyframes brandChunkReveal {
  0% {
    opacity: 0;
    translate: 0 112%;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    translate: 0 0;
    filter: blur(0);
  }
}

@keyframes brandLineExpand {
  0% {
    transform: scaleX(0.28);
    opacity: 0.2;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes brandLineSweep {
  0% {
    left: -22%;
    opacity: 0;
  }
  28% {
    opacity: 0.9;
  }
  100% {
    left: 104%;
    opacity: 0;
  }
}

@keyframes brandIconFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes brandIconDraw {
  0% {
    stroke-dashoffset: 100;
    opacity: 0.12;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

@keyframes brandIconShimmer {
  0% {
    opacity: 0;
    transform: translateX(-30px) rotate(-10deg);
  }
  30% {
    opacity: 0.78;
  }
  100% {
    opacity: 0;
    transform: translateX(30px) rotate(-10deg);
  }
}

@keyframes brandSeparatorReveal {
  0% {
    opacity: 0;
    transform: scaleY(0.22);
  }
  100% {
    opacity: 0.72;
    transform: scaleY(1);
  }
}

@keyframes brandSeparatorShimmer {
  0% {
    top: 18%;
    opacity: 0;
  }
  24% {
    opacity: 0.95;
  }
  100% {
    top: 60%;
    opacity: 0;
  }
}

.quick-grid,
.goal-cards,
.services-grid,
.locations-grid,
.subpage-grid {
  display: grid;
  gap: 18px;
}

.services-overview__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: clamp(28px, 4vw, 36px);
  text-align: center;
}

.services-overview__eyebrow {
  color: #24201b;
  letter-spacing: 0.13em;
}

.services-overview__title {
  margin: 0;
  max-width: 820px;
}

.services-overview__subtitle {
  margin: 0;
  max-width: 640px;
}

.quick-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.quick-tile {
  position: relative;
  min-height: 254px;
  padding: 22px 18px 20px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 16px;
  text-align: center;
  border-radius: 18px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 253, 249, 0.92),
      rgba(251, 246, 238, 0.86)
    ),
    radial-gradient(
      circle at top center,
      rgba(255, 255, 255, 0.74),
      transparent 55%
    );
  border: 1px solid rgba(195, 176, 148, 0.16);
  box-shadow:
    0 14px 34px rgba(37, 31, 24, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  overflow: hidden;
  --tile-delay: 0s;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background-color 0.24s ease,
    box-shadow 0.24s ease;
}

.quick-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.46),
    transparent 36%,
    transparent 64%,
    rgba(184, 141, 90, 0.08)
  );
  opacity: 0.72;
  pointer-events: none;
}

.quick-tile:hover {
  transform: translateY(-2px);
  border-color: rgba(184, 141, 90, 0.34);
  box-shadow:
    0 22px 48px rgba(37, 31, 24, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.quick-tile__icon {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.9),
    rgba(248, 241, 230, 0.72)
  );
  border: 1px solid rgba(195, 176, 148, 0.12);
  color: #302c27;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 10px 26px rgba(37, 31, 24, 0.04);
  transition:
    transform 0.24s ease,
    color 0.24s ease,
    box-shadow 0.24s ease;
}

.quick-tile__icon svg {
  width: 36px;
  height: 36px;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
  transition: transform 0.24s ease;
}

.quick-tile__icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  transition: transform 0.24s ease;
}

.quick-tile strong {
  margin: 0;
  width: 100%;
  min-height: 3.15em;
  display: grid;
  place-items: center;
  font-family: var(--font-body);
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 600;
  line-height: 1.24;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #1d1916;
  text-wrap: balance;
}

.quick-tile strong span {
  max-width: 174px;
}

.quick-tile__description {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 188px;
  color: rgba(76, 68, 61, 0.82);
  font-size: 13px;
  line-height: 1.62;
  text-wrap: balance;
}

.quick-grid .quick-tile.is-visible {
  transition-delay: var(--tile-delay);
}

.quick-tile.is-visible .quick-tile__icon {
  animation: servicesTileIconSettle 0.72s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(var(--tile-delay) + 0.08s);
}

.quick-tile:hover .quick-tile__icon {
  transform: translateY(-2px);
  color: #9d7343;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 14px 30px rgba(184, 141, 90, 0.12);
}

.quick-tile:hover .quick-tile__icon svg {
  transform: translateY(-1px);
}

.quick-tile:hover .quick-tile__icon img {
  transform: translateY(-1px);
}

.services-overview__footer {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.services-overview__cta {
  position: relative;
  gap: 14px;
  font-family: var(--font-body);
  font-size: 15px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.services-overview__cta::before {
  content: "";
  position: absolute;
  left: 0;
  right: 24px;
  bottom: -5px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(184, 141, 90, 0.12),
    rgba(184, 141, 90, 0.72),
    rgba(184, 141, 90, 0.12)
  );
  transform: scaleX(0.58);
  transform-origin: center;
  transition:
    transform 0.24s ease,
    opacity 0.24s ease;
  opacity: 0.72;
}

.services-overview__cta::after {
  content: "→";
  font-size: 1.1em;
  line-height: 1;
  transition: transform 0.24s ease;
}

.services-overview__cta:hover::before {
  transform: scaleX(1);
}

.services-overview__cta:hover::after {
  transform: translateX(4px);
}

.why-immagine {
  position: relative;
  overflow: visible;
}

.why-immagine__shell {
  --why-shell-pad-block: clamp(32px, 4.2vw, 46px);
  --why-shell-pad-inline: clamp(32px, 4.2vw, 46px);
  position: relative;
  padding: var(--why-shell-pad-block) var(--why-shell-pad-inline);
  border-radius: 34px;
  overflow: hidden;
  background:
    linear-gradient(
      180deg,
      rgba(255, 253, 248, 0.96),
      rgba(247, 241, 232, 0.92)
    ),
    radial-gradient(
      circle at top center,
      rgba(255, 255, 255, 0.88),
      transparent 56%
    );
  border: 1px solid rgba(196, 174, 143, 0.18);
  box-shadow:
    0 18px 44px rgba(37, 31, 24, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  isolation: isolate;
}

.why-immagine__shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(255, 255, 255, 0.76),
      transparent 22%
    ),
    radial-gradient(
      circle at 82% 18%,
      rgba(255, 240, 211, 0.5),
      transparent 28%
    );
  opacity: 0.9;
  pointer-events: none;
}

.why-immagine__heading,
.why-immagine__carousel {
  position: relative;
  z-index: 1;
}

.why-immagine__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: clamp(24px, 4vw, 36px);
  text-align: center;
}

.why-immagine__eyebrow {
  color: #24201b;
  letter-spacing: 0.13em;
}

.why-immagine__title {
  margin: 0;
  max-width: 10ch;
  text-transform: none;
  text-wrap: balance;
}

.why-immagine__subtitle {
  margin: 0;
  max-width: 700px;
}

.why-immagine__carousel {
  display: grid;
  gap: 22px;
  margin-right: calc(var(--why-shell-pad-inline) * -1);
  margin-bottom: calc(var(--why-shell-pad-block) * -1);
  margin-left: calc(var(--why-shell-pad-inline) * -1);
}

.why-immagine__viewport {
  --why-edge-left: 0;
  --why-edge-right: 0;
  position: relative;
  overflow: hidden;
  padding: 20px var(--why-shell-pad-inline) 36px;
  margin: 0;
  perspective: 1400px;
  transform-style: preserve-3d;
  touch-action: pan-y;
  cursor: grab;
}

.why-immagine__viewport:active {
  cursor: grabbing;
}

.why-immagine__viewport::before,
.why-immagine__viewport::after {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 24px;
  width: clamp(38px, 5vw, 64px);
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  filter: blur(0px);
  transition:
    opacity 0.3s ease,
    transform 0.36s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.36s ease;
}

.why-immagine__viewport::before {
  left: 0;
  border-radius: 999px 0 0 999px;
  clip-path: ellipse(88% 78% at 0% 50%);
  background:
    radial-gradient(
      circle at 0% 50%,
      rgba(255, 255, 255, 0.94),
      rgba(255, 255, 255, 0.48) 28%,
      rgba(232, 212, 183, 0.22) 54%,
      transparent 76%
    ),
    linear-gradient(
      90deg,
      rgba(255, 250, 242, 0.88),
      rgba(255, 255, 255, 0.18) 48%,
      transparent 82%
    );
  box-shadow:
    inset 18px 0 24px rgba(255, 255, 255, 0.34),
    inset -14px 0 24px rgba(184, 141, 90, 0.1);
  transform: translateX(calc(-28px + (var(--why-edge-left) * 18px)))
    scaleX(calc(0.82 + (var(--why-edge-left) * 0.18)));
  opacity: calc(var(--why-edge-left) * 0.92);
  filter: blur(calc(var(--why-edge-left) * 0.6px));
}

.why-immagine__viewport::after {
  right: 0;
  border-radius: 0 999px 999px 0;
  clip-path: ellipse(88% 78% at 100% 50%);
  background:
    radial-gradient(
      circle at 100% 50%,
      rgba(255, 255, 255, 0.94),
      rgba(255, 255, 255, 0.48) 28%,
      rgba(232, 212, 183, 0.22) 54%,
      transparent 76%
    ),
    linear-gradient(
      270deg,
      rgba(255, 250, 242, 0.88),
      rgba(255, 255, 255, 0.18) 48%,
      transparent 82%
    );
  box-shadow:
    inset -18px 0 24px rgba(255, 255, 255, 0.34),
    inset 14px 0 24px rgba(184, 141, 90, 0.1);
  transform: translateX(calc(28px - (var(--why-edge-right) * 18px)))
    scaleX(calc(0.82 + (var(--why-edge-right) * 0.18)));
  opacity: calc(var(--why-edge-right) * 0.92);
  filter: blur(calc(var(--why-edge-right) * 0.6px));
}

.why-immagine__viewport.is-dragging,
.why-immagine__viewport.is-dragging * {
  user-select: none;
  -webkit-user-select: none;
}

.why-immagine__track {
  --why-gap: 20px;
  --why-items-per-page: 4;
  --why-translate: 0px;
  display: flex;
  gap: var(--why-gap);
  padding: 6px 0 0;
  will-change: transform;
  transform: translate3d(var(--why-translate), 0, 0);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.why-immagine__track.is-dragging {
  transition: none;
}

.why-immagine__card {
  --why-card-lift: 0px;
  --why-card-shift-x: 0px;
  --why-card-rotate-y: 0deg;
  --why-card-scale-x: 1;
  flex: 0 0
    calc(
      (100% - (var(--why-gap) * (var(--why-items-per-page) - 1))) /
        var(--why-items-per-page)
    );
  min-width: 0;
  position: relative;
  min-height: 290px;
  padding: 26px 22px 22px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 16px;
  text-align: center;
  border-radius: 24px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.92),
      rgba(249, 244, 236, 0.88)
    ),
    radial-gradient(
      circle at top center,
      rgba(255, 255, 255, 0.8),
      transparent 54%
    );
  border: 1px solid rgba(196, 174, 143, 0.14);
  box-shadow:
    0 10px 24px rgba(37, 31, 24, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
  transform: translate3d(var(--why-card-shift-x), var(--why-card-lift), 0)
    rotateY(var(--why-card-rotate-y)) scaleX(var(--why-card-scale-x));
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background-color 0.28s ease;
}

.why-immagine__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.52),
    transparent 38%,
    transparent 68%,
    rgba(184, 141, 90, 0.07)
  );
  pointer-events: none;
}

.why-immagine__card:hover {
  --why-card-lift: -3px;
  border-color: rgba(184, 141, 90, 0.28);
  box-shadow:
    0 16px 30px rgba(37, 31, 24, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.why-immagine__track > .why-immagine__card:first-child {
  --why-card-shift-x: calc(var(--why-edge-left) * 7px);
  --why-card-rotate-y: calc(var(--why-edge-left) * -10deg);
  --why-card-scale-x: calc(1 - (var(--why-edge-left) * 0.05));
  transform-origin: left center;
}

.why-immagine__track > .why-immagine__card:last-child {
  --why-card-shift-x: calc(var(--why-edge-right) * -7px);
  --why-card-rotate-y: calc(var(--why-edge-right) * 10deg);
  --why-card-scale-x: calc(1 - (var(--why-edge-right) * 0.05));
  transform-origin: right center;
}

.why-immagine__icon {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  border-radius: 26px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.9),
    rgba(248, 241, 230, 0.74)
  );
  border: 1px solid rgba(196, 174, 143, 0.12);
  color: #26211c;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 12px 28px rgba(37, 31, 24, 0.05);
  transition:
    transform 0.28s ease,
    color 0.28s ease,
    box-shadow 0.28s ease;
}

.why-immagine__icon img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  pointer-events: none;
}

.why-immagine__icon svg {
  width: 44px;
  height: 44px;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
  transition: transform 0.28s ease;
}

.why-immagine__card:hover .why-immagine__icon {
  transform: translateY(-2px);
  color: #9a7245;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 16px 32px rgba(184, 141, 90, 0.14);
}

.why-immagine__card:hover .why-immagine__icon svg {
  transform: translateY(-1px);
}

.why-immagine__card-title {
  margin: 0;
  max-width: 12ch;
  font-family: var(--font-body);
  font-size: clamp(18px, 1.4vw, 24px);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #171411;
  text-wrap: balance;
}

.why-immagine__card-copy {
  margin: 0;
  max-width: 27ch;
  color: rgba(69, 61, 54, 0.82);
  font-size: 14px;
  line-height: 1.7;
  text-wrap: balance;
}

.why-immagine__controls {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 0 var(--why-shell-pad-inline) var(--why-shell-pad-block);
}

.why-immagine__arrow {
  width: 54px;
  height: 54px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(196, 174, 143, 0.22);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.94),
      rgba(249, 243, 233, 0.9)
    ),
    radial-gradient(
      circle at top center,
      rgba(255, 255, 255, 0.8),
      transparent 58%
    );
  color: #1d1916;
  box-shadow:
    0 10px 24px rgba(37, 31, 24, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transition:
    transform 0.24s ease,
    color 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    opacity 0.24s ease;
}

.why-immagine__arrow svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.why-immagine__arrow:hover,
.why-immagine__arrow:focus-visible {
  transform: translateY(-1px);
  color: #9a7245;
  border-color: rgba(184, 141, 90, 0.34);
  box-shadow:
    0 16px 30px rgba(37, 31, 24, 0.08),
    0 0 0 4px rgba(184, 141, 90, 0.08);
}

.why-immagine__arrow:disabled {
  opacity: 0.46;
  cursor: default;
  transform: none;
  color: rgba(29, 25, 22, 0.6);
  box-shadow:
    0 8px 18px rgba(37, 31, 24, 0.03),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.why-immagine__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  padding: 4px 0;
}

.why-immagine__dots:empty {
  display: none;
}

.why-immagine__dots[hidden] {
  display: none;
}

.why-immagine__dot {
  position: relative;
  width: 10px;
  height: 10px;
  padding: 0;
  flex: none;
  border: 0;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(161, 145, 121, 0.22);
  box-shadow: inset 0 0 0 1px rgba(184, 141, 90, 0.1);
  cursor: pointer;
  transition:
    width 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.why-immagine__dot::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #b88d5a, #f1d4aa);
  opacity: 0;
  transform: scaleX(0.28);
  transform-origin: left center;
  transition:
    opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.why-immagine__dot:hover,
.why-immagine__dot:focus-visible {
  transform: translateY(-1px);
  background: rgba(184, 141, 90, 0.42);
}

.why-immagine__dot.is-active {
  width: 34px;
  background: rgba(184, 141, 90, 0.16);
  box-shadow:
    inset 0 0 0 1px rgba(255, 245, 230, 0.32),
    0 0 0 4px rgba(184, 141, 90, 0.08);
}

.why-immagine__dot.is-active::before {
  opacity: 1;
  transform: scaleX(1);
}

.service-card h3,
.goal-card h3,
.location-card h3,
.contact-panel h3,
.form-panel h3,
.page-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.16;
  letter-spacing: -0.025em;
  font-weight: 400;
}

.quick-tile span:not(.quick-tile__icon),
.service-card p,
.goal-card p,
.location-card p,
.contact-panel p,
.form-panel p,
.page-card p,
.app-mini span,
.corporate-mini p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.82;
}

@keyframes servicesTileIconSettle {
  0% {
    opacity: 0;
    transform: translateY(8px) scale(0.94);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

.goal-cards {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.goal-card {
  overflow: hidden;
}

.goal-card__media {
  width: 100%;
  aspect-ratio: 0.92;
  object-fit: cover;
}

.goal-card__body {
  padding: 18px 18px 20px;
  display: grid;
  gap: 14px;
}

.goals-objective {
  display: grid;
  gap: 28px;
}

.goals-objective__header {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.goals-objective__eyebrow {
  color: #27231e;
  letter-spacing: 0.14em;
}

.goals-objective__title {
  margin: 0;
  max-width: 780px;
  font-size: clamp(34px, 4.8vw, 60px);
  line-height: 1.05;
}

.goals-objective__subtitle {
  margin: 0;
  max-width: 640px;
  color: rgba(66, 60, 54, 0.82);
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.78;
}

.goals-objective__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.goal-objective-card {
  position: relative;
  display: grid;
  min-height: 100%;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(202, 187, 165, 0.24);
  background:
    linear-gradient(
      180deg,
      rgba(255, 253, 249, 0.98),
      rgba(250, 246, 239, 0.92)
    ),
    radial-gradient(
      circle at top center,
      rgba(255, 255, 255, 0.72),
      transparent 58%
    );
  box-shadow:
    0 16px 34px rgba(34, 28, 22, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    background-color 0.24s ease;
}

.goal-objective-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(22, 17, 13, 0.18), rgba(22, 17, 13, 0.5)),
    radial-gradient(
      circle at top center,
      rgba(255, 250, 241, 0.18),
      transparent 52%
    );
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.goal-objective-card--has-action:hover,
.goal-objective-card--has-action:focus-within {
  transform: translateY(-4px);
  border-color: rgba(173, 140, 86, 0.32);
  box-shadow:
    0 22px 42px rgba(34, 28, 22, 0.08),
    0 0 0 1px rgba(173, 140, 86, 0.12);
}

.goal-objective-card__content {
  display: grid;
  min-height: 100%;
  transition:
    transform 0.28s ease,
    filter 0.28s ease,
    opacity 0.28s ease;
}

.goal-objective-card--has-action:hover::after,
.goal-objective-card--has-action:focus-within::after {
  opacity: 1;
}

.goal-objective-card--has-action:hover .goal-objective-card__content,
.goal-objective-card--has-action:focus-within .goal-objective-card__content {
  transform: scale(1.03);
  filter: blur(4px) saturate(0.82) brightness(0.76);
}

.goal-objective-card__media {
  width: 100%;
  aspect-ratio: 1.18;
  object-fit: cover;
}

.goal-objective-card__body {
  min-height: 184px;
  padding: 18px 16px 22px;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.goal-objective-card__tag {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.9);
  border: 1px solid rgba(185, 157, 121, 0.18);
  color: rgba(60, 48, 37, 0.72);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 10px 20px rgba(36, 28, 21, 0.04);
}

.goal-objective-card__body h3 {
  margin: 0;
  max-width: 180px;
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.32;
  letter-spacing: -0.018em;
  font-weight: 700;
  color: #181512;
}

.goal-objective-card__body p {
  margin: 0;
  max-width: 210px;
  color: rgba(69, 61, 54, 0.82);
  font-size: 14px;
  line-height: 1.64;
  text-wrap: balance;
}

.goal-objective-card__action {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
}

.goal-objective-card--has-action:hover .goal-objective-card__action,
.goal-objective-card--has-action:focus-within .goal-objective-card__action {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.goal-objective-card__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background:
    linear-gradient(
      180deg,
      rgba(255, 252, 247, 0.92),
      rgba(247, 239, 228, 0.9)
    ),
    rgba(255, 255, 255, 0.12);
  box-shadow:
    0 18px 34px rgba(17, 14, 11, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  color: #1f1812;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  backdrop-filter: blur(16px);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.goal-objective-card__cta::after {
  content: "→";
  margin-left: 10px;
  font-size: 14px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.goal-objective-card__cta:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow:
    0 22px 38px rgba(17, 14, 11, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.goal-objective-card__cta:hover::after,
.goal-objective-card__cta:focus-visible::after {
  transform: translateX(4px);
}

.goal-objective-card__cta:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(255, 248, 240, 0.92),
    0 0 0 6px rgba(166, 128, 82, 0.34),
    0 22px 38px rgba(17, 14, 11, 0.22);
}

.goals-objective__actions {
  display: flex;
  justify-content: center;
  margin-top: 2px;
}

.goals-objective__cta {
  min-width: min(100%, 420px);
  min-height: 58px;
  justify-content: center;
  padding-inline: 34px;
  border-radius: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 22px;
  align-items: start;
}

.editorial-feature,
.corporate-panel,
.subpage-hero__card {
  border-radius: var(--radius-lg);
  background: var(--surface-strong);
  border: 1px solid rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow-card);
}

.editorial-feature {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(260px, 0.82fr);
}

.editorial-feature__copy {
  padding: 34px;
}

.editorial-feature__media {
  min-height: 100%;
  background: var(--surface-soft);
}

.editorial-feature__media img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
}

.services-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card {
  min-height: 250px;
  padding: 24px;
  display: grid;
  align-content: start;
  gap: 16px;
}

.service-card__tag,
.location-card__tag,
.page-card__tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--gold-soft);
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-meta,
.location-list,
.contact-list,
.footer-list,
.page-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-meta,
.location-list,
.contact-list,
.footer-list {
  display: grid;
  gap: 10px;
}

.service-meta li,
.location-list li,
.contact-list li,
.footer-list li,
.page-list li {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.72;
}

.service-meta li::before,
.location-list li::before,
.contact-list li::before,
.footer-list li::before,
.page-list li::before {
  content: "•";
  color: var(--gold);
  margin-right: 10px;
}

.app-showcase {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 15% 18%,
      rgba(205, 170, 115, 0.16),
      transparent 26%
    ),
    radial-gradient(
      circle at 82% 28%,
      rgba(255, 255, 255, 0.1),
      transparent 24%
    ),
    linear-gradient(135deg, #090909 0%, #121212 46%, #1b1917 100%);
  box-shadow: 0 40px 90px rgba(8, 8, 8, 0.32);
}

.app-showcase::before,
.app-showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.app-showcase::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 92%);
  opacity: 0.28;
}

.app-showcase::after {
  background: linear-gradient(
    90deg,
    rgba(7, 7, 7, 0.86) 0%,
    rgba(7, 7, 7, 0.18) 48%,
    rgba(7, 7, 7, 0) 74%
  );
}

.app-showcase__shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: clamp(26px, 4vw, 64px);
  align-items: center;
  padding: clamp(30px, 5vw, 54px);
}

.app-showcase__copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 18px;
  padding: 0;
  color: #f5f1ec;
}

.app-showcase__eyebrow {
  color: rgba(233, 221, 208, 0.72);
}

.app-showcase__title {
  margin: 0;
  color: #fffdfa;
  max-width: 10ch;
}

.app-showcase__text {
  margin: 0;
  max-width: 56ch;
  color: rgba(233, 227, 219, 0.76);
}

.app-showcase__features,
.form-grid,
.contact-grid {
  display: grid;
  gap: 14px;
}

.app-showcase__features {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 10px;
}

.app-showcase__feature {
  min-height: 148px;
  padding: 18px 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.07),
      rgba(255, 255, 255, 0.03)
    ),
    rgba(20, 20, 20, 0.68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 34px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
}

.app-showcase__feature strong,
.corporate-mini strong {
  display: block;
  font-size: 15px;
  line-height: 1.34;
  letter-spacing: -0.01em;
  font-weight: 600;
}

.app-showcase__feature span {
  display: block;
  margin-top: 10px;
  color: rgba(233, 227, 219, 0.7);
  font-size: 14px;
  line-height: 1.72;
}

.app-showcase__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 8px;
}

.app-showcase__badge-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 8px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.app-showcase__badge-link:hover {
  transform: translateY(-2px);
  border-color: rgba(231, 189, 138, 0.38);
  background: rgba(255, 255, 255, 0.07);
}

.app-showcase__badge-link img {
  display: block;
  max-height: 42px;
  width: auto;
}

.app-showcase__ghost {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.16);
  color: #fffaf5;
}

.app-showcase__stage {
  position: relative;
  min-height: 680px;
  padding: 64px 28px 94px;
  isolation: isolate;
}

.app-showcase__glow,
.app-showcase__grid {
  position: absolute;
  pointer-events: none;
}

.app-showcase__glow {
  border-radius: 999px;
  filter: blur(0);
  opacity: 0.9;
}

.app-showcase__glow--gold {
  width: 340px;
  height: 340px;
  right: 10%;
  top: 8%;
  background: radial-gradient(
    circle,
    rgba(228, 184, 122, 0.34) 0%,
    rgba(228, 184, 122, 0) 72%
  );
}

.app-showcase__glow--white {
  width: 260px;
  height: 260px;
  left: 8%;
  bottom: 18%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.18) 0%,
    rgba(255, 255, 255, 0) 72%
  );
}

.app-showcase__grid {
  inset: 10% 8% 12% 12%;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.15),
    #000 40%,
    rgba(0, 0, 0, 0.7)
  );
  opacity: 0.26;
}

.app-showcase__device {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-showcase__device--phone {
  width: min(78%, 430px);
  right: clamp(18px, 4vw, 58px);
  top: 42px;
  filter: drop-shadow(0 42px 70px rgba(0, 0, 0, 0.4));
  animation: appShowcaseFloatPhone 8s ease-in-out infinite;
}

.app-showcase__device--watch {
  width: min(36%, 238px);
  left: clamp(10px, 4vw, 34px);
  bottom: 104px;
  z-index: 2;
  filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.48));
  animation: appShowcaseFloatWatch 7s ease-in-out infinite;
}

.app-showcase__device img {
  display: block;
  width: 100%;
  height: auto;
}

.app-showcase__placeholder-card {
  width: 100%;
  min-height: 520px;
  padding: 24px;
  border-radius: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.09),
      rgba(255, 255, 255, 0.03)
    ),
    rgba(255, 255, 255, 0.03);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 26px 54px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  display: grid;
  align-content: end;
  gap: 8px;
}

.app-showcase__placeholder-card--watch {
  min-height: 240px;
  border-radius: 36px;
}

.app-showcase__placeholder-card span,
.app-showcase__placeholder-card small {
  display: block;
}

.app-showcase__placeholder-card span {
  color: #fffaf5;
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1;
}

.app-showcase__placeholder-card small {
  color: rgba(233, 227, 219, 0.62);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.app-showcase__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  max-width: 320px;
  margin: 0;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(16, 16, 16, 0.72);
  color: rgba(241, 235, 228, 0.82);
  font-size: 14px;
  line-height: 1.7;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.bodyfy-page {
  display: grid;
}

.bodyfy-page__hero {
  padding-top: 12px;
}

.bodyfy-page__hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  gap: 32px;
  align-items: center;
  overflow: hidden;
  padding: 0;
  background:
    radial-gradient(
      circle at 16% 18%,
      rgba(238, 223, 204, 0.72),
      transparent 30%
    ),
    radial-gradient(
      circle at 86% 20%,
      rgba(214, 197, 177, 0.38),
      transparent 25%
    ),
    linear-gradient(
      135deg,
      rgba(255, 252, 247, 0.98),
      rgba(246, 238, 230, 0.98)
    );
  box-shadow:
    0 32px 70px rgba(93, 71, 48, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.bodyfy-page__hero-copy {
  display: grid;
  gap: 18px;
  padding: 58px 28px 58px 58px;
}

.bodyfy-page__hero-title {
  max-width: 9ch;
}

.bodyfy-page__hero-text {
  max-width: 42ch;
  margin: 0;
}

.bodyfy-page__store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.bodyfy-page__store-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 10px 16px 10px 14px;
  border-radius: 14px;
  background: #171614;
  color: #fff;
  box-shadow: 0 18px 34px rgba(20, 20, 20, 0.18);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.bodyfy-page__store-badge:hover,
.bodyfy-page__store-badge:focus-visible {
  transform: translateY(-1px);
  background: #101010;
  box-shadow: 0 20px 38px rgba(20, 20, 20, 0.22);
}

.bodyfy-page__store-badge-mark {
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.bodyfy-page__store-badge-mark::before,
.bodyfy-page__store-badge-mark::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
}

.bodyfy-page__store-badge-mark::before {
  width: 16px;
  height: 16px;
  border-radius: 5px;
  border: 1.5px solid rgba(255, 255, 255, 0.92);
  transform: rotate(45deg);
}

.bodyfy-page__store-badge-mark::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
}

.bodyfy-page__store-badge-copy {
  display: grid;
  gap: 2px;
}

.bodyfy-page__store-badge-copy small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bodyfy-page__store-badge-copy strong {
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.bodyfy-page__hero-stage {
  position: relative;
  min-height: 480px;
  border-left: 1px solid rgba(126, 102, 78, 0.08);
  overflow: hidden;
}

.bodyfy-page__hero-glow,
.bodyfy-page__hero-room,
.bodyfy-page__hero-phone {
  position: absolute;
}

.bodyfy-page__hero-glow {
  border-radius: 50%;
  filter: blur(22px);
}

.bodyfy-page__hero-glow--one {
  top: 12%;
  right: 12%;
  width: 140px;
  height: 140px;
  background: rgba(255, 237, 208, 0.7);
}

.bodyfy-page__hero-glow--two {
  bottom: 8%;
  right: 20%;
  width: 220px;
  height: 220px;
  background: rgba(255, 244, 228, 0.52);
}

.bodyfy-page__hero-room {
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.42) 0,
      rgba(255, 255, 255, 0.04) 26%,
      transparent 48%
    ),
    radial-gradient(
      circle at 84% 18%,
      rgba(255, 255, 255, 0.88),
      rgba(255, 255, 255, 0) 18%
    ),
    linear-gradient(180deg, rgba(227, 216, 205, 0.2), rgba(247, 242, 236, 0.82));
}

.bodyfy-page__hero-room::before,
.bodyfy-page__hero-room::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.34);
}

.bodyfy-page__hero-room::before {
  left: 20%;
  top: 0;
  width: 1px;
  height: 100%;
}

.bodyfy-page__hero-room::after {
  right: 12%;
  top: 0;
  width: 1px;
  height: 100%;
}

.bodyfy-page__hero-phone,
.bodyfy-page__technology-phone,
.bodyfy-page__integration-phone {
  border-radius: 36px;
  background: linear-gradient(180deg, #2f3134, #121212 46%, #1b1b1b 100%);
  box-shadow:
    0 28px 60px rgba(48, 34, 20, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.bodyfy-page__hero-phone {
  right: 16%;
  bottom: -12px;
  width: 255px;
  height: 510px;
  transform: rotate(-10deg);
}

.bodyfy-page__device-notch {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 92px;
  height: 18px;
  border-radius: 0 0 12px 12px;
  background: rgba(12, 12, 12, 0.94);
  transform: translateX(-50%);
  z-index: 2;
}

.bodyfy-page__device-screen {
  position: absolute;
  inset: 10px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 28px 16px 16px;
  border-radius: 28px;
  background:
    radial-gradient(
      circle at 50% 100%,
      rgba(112, 206, 103, 0.08),
      transparent 28%
    ),
    linear-gradient(180deg, #161616, #232323 100%);
  color: #fff;
}

.bodyfy-page__screen-topline {
  width: 58%;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.bodyfy-page__screen-card {
  display: grid;
  gap: 5px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.bodyfy-page__screen-card--strong {
  box-shadow: inset 0 0 0 1px rgba(191, 172, 146, 0.08);
}

.bodyfy-page__screen-card strong,
.bodyfy-page__device-screen strong {
  margin: 0;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.bodyfy-page__screen-card small,
.bodyfy-page__device-screen small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  line-height: 1.4;
}

.bodyfy-page__screen-label {
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bodyfy-page__screen-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.bodyfy-page__screen-stat {
  display: grid;
  gap: 4px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
}

.bodyfy-page__screen-stat span {
  color: rgba(255, 255, 255, 0.54);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bodyfy-page__screen-stat strong {
  font-size: 24px;
}

.bodyfy-page__screen-progress {
  display: grid;
  gap: 10px;
}

.bodyfy-page__screen-progress span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}

.bodyfy-page__screen-progress-bar {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.bodyfy-page__screen-progress-bar i {
  display: block;
  width: 70%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #6cb35f, #9ad567);
}

.bodyfy-page__screen-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: auto;
}

.bodyfy-page__screen-nav span {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.bodyfy-page__screen-nav span.is-active {
  background: rgba(195, 168, 131, 0.86);
}

.bodyfy-page__features {
  padding-top: 20px;
}

.bodyfy-page__section-head {
  display: grid;
  gap: 12px;
  justify-items: center;
  margin-bottom: 28px;
  text-align: center;
}

.bodyfy-page__section-title {
  max-width: 14ch;
}

.bodyfy-page__feature-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.bodyfy-page__feature-card {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 22px 18px 20px;
  text-align: center;
}

.bodyfy-page__feature-icon {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  border: 1px solid rgba(201, 177, 147, 0.28);
  background: radial-gradient(
    circle at 50% 0%,
    rgba(255, 255, 255, 0.86),
    rgba(247, 240, 232, 0.92)
  );
  color: rgba(178, 144, 105, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 12px 24px rgba(82, 64, 44, 0.06);
}

.bodyfy-page__feature-icon svg {
  width: 32px;
  height: 32px;
}

.bodyfy-page__feature-card h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.bodyfy-page__feature-card p {
  margin: 0;
  max-width: 26ch;
}

.eyebrow--inverse {
  color: rgba(223, 196, 160, 0.88);
}

.bodyfy-page__technology-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 28px;
  padding: 36px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 72% 16%,
      rgba(255, 236, 210, 0.08),
      transparent 24%
    ),
    linear-gradient(145deg, rgba(16, 16, 16, 0.98), rgba(36, 31, 27, 0.98));
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.bodyfy-page__technology-copy {
  display: grid;
  align-content: start;
  gap: 16px;
}

.bodyfy-page__technology-title,
.bodyfy-page__technology-text,
.bodyfy-page__technology-list li {
  color: #fff;
}

.bodyfy-page__technology-title {
  max-width: 12ch;
}

.bodyfy-page__technology-text {
  margin: 0;
  max-width: 38ch;
  color: rgba(255, 255, 255, 0.76);
}

.bodyfy-page__technology-list {
  display: grid;
  gap: 12px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.bodyfy-page__technology-list li {
  position: relative;
  padding-left: 34px;
  color: rgba(255, 247, 238, 0.88);
  font-size: 15px;
  line-height: 1.65;
}

.bodyfy-page__technology-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(214, 184, 144, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.bodyfy-page__technology-list li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  width: 8px;
  height: 4px;
  border-left: 1.6px solid rgba(214, 184, 144, 0.88);
  border-bottom: 1.6px solid rgba(214, 184, 144, 0.88);
  transform: rotate(-45deg);
}

.bodyfy-page__technology-devices {
  position: relative;
  min-height: 420px;
}

.bodyfy-page__technology-phone {
  position: absolute;
  width: 180px;
  height: 370px;
}

.bodyfy-page__technology-phone .bodyfy-page__device-screen {
  gap: 12px;
}

.bodyfy-page__technology-phone--progress {
  left: 6%;
  bottom: -8px;
}

.bodyfy-page__technology-phone--training {
  left: 34%;
  top: 6px;
  z-index: 2;
}

.bodyfy-page__technology-phone--notifications {
  right: 2%;
  bottom: -6px;
}

.bodyfy-page__mini-chart {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
  gap: 8px;
  height: 76px;
}

.bodyfy-page__mini-chart span {
  border-radius: 999px 999px 6px 6px;
  background: linear-gradient(
    180deg,
    rgba(140, 236, 132, 0.9),
    rgba(72, 136, 62, 0.86)
  );
}

.bodyfy-page__mini-chart span:nth-child(1) {
  height: 32px;
}
.bodyfy-page__mini-chart span:nth-child(2) {
  height: 54px;
}
.bodyfy-page__mini-chart span:nth-child(3) {
  height: 42px;
}
.bodyfy-page__mini-chart span:nth-child(4) {
  height: 68px;
}

.bodyfy-page__donut {
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  margin-top: 4px;
  border-radius: 50%;
  background: conic-gradient(
    #7ad15a 0 204deg,
    rgba(255, 255, 255, 0.08) 204deg 360deg
  );
}

.bodyfy-page__donut i {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #191919;
}

.bodyfy-page__list-card,
.bodyfy-page__message-card {
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.04)
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.bodyfy-page__list-card::before,
.bodyfy-page__list-card::after,
.bodyfy-page__message-card::before,
.bodyfy-page__message-card::after {
  content: "";
  display: block;
  margin: 12px 14px 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.bodyfy-page__list-card::before,
.bodyfy-page__message-card::before {
  width: 58%;
  height: 10px;
}

.bodyfy-page__list-card::after,
.bodyfy-page__message-card::after {
  width: 36%;
  height: 8px;
  margin-top: 8px;
}

.bodyfy-page__cta-chip,
.bodyfy-page__integration-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f0d4ab, #d5b27e);
  color: #1a1816;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.bodyfy-page__integration-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1.26fr);
  gap: 28px;
  align-items: center;
}

.bodyfy-page__integration-copy {
  display: grid;
  gap: 16px;
}

.bodyfy-page__integration-title {
  max-width: 14ch;
}

.bodyfy-page__integration-text {
  max-width: 40ch;
  margin: 0;
}

.bodyfy-page__integration-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
}

.bodyfy-page__integration-brand-mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(77, 145, 210, 0.12);
  color: #4a88c8;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.bodyfy-page__integration-brand-copy {
  display: grid;
  gap: 4px;
}

.bodyfy-page__integration-brand-copy strong {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.08em;
}

.bodyfy-page__integration-brand-copy small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.bodyfy-page__integration-stage {
  position: relative;
  min-height: 390px;
}

.bodyfy-page__laptop {
  position: absolute;
  right: 14%;
  bottom: 8px;
  width: min(100%, 540px);
}

.bodyfy-page__laptop-screen {
  padding: 18px;
  border-radius: 24px 24px 14px 14px;
  background: linear-gradient(
    180deg,
    rgba(242, 245, 250, 0.98),
    rgba(228, 234, 240, 0.98)
  );
  border: 1px solid rgba(80, 88, 102, 0.12);
  box-shadow: 0 26px 44px rgba(53, 60, 71, 0.12);
}

.bodyfy-page__dashboard-top,
.bodyfy-page__dashboard-stats,
.bodyfy-page__dashboard-table {
  display: grid;
  gap: 12px;
}

.bodyfy-page__dashboard-top {
  grid-template-columns: 1.2fr 0.7fr 0.8fr;
  margin-bottom: 14px;
}

.bodyfy-page__dashboard-top span,
.bodyfy-page__dashboard-stats div,
.bodyfy-page__dashboard-table span {
  border-radius: 14px;
  background: rgba(126, 142, 164, 0.14);
}

.bodyfy-page__dashboard-top span {
  height: 56px;
}

.bodyfy-page__dashboard-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 14px;
}

.bodyfy-page__dashboard-stats div {
  height: 84px;
}

.bodyfy-page__dashboard-table span {
  height: 44px;
}

.bodyfy-page__laptop-base {
  width: 112%;
  height: 18px;
  margin-left: -6%;
  border-radius: 0 0 36px 36px;
  background: linear-gradient(180deg, #c7ccd2, #9da3aa);
  box-shadow: 0 18px 32px rgba(70, 74, 80, 0.14);
}

.bodyfy-page__integration-phone {
  position: absolute;
  right: 0;
  bottom: 4px;
  width: 156px;
  height: 312px;
}

.bodyfy-page__integration-check {
  width: 72px;
  height: 72px;
  margin: 8px auto 2px;
  border-radius: 50%;
  border: 1px solid rgba(205, 173, 128, 0.6);
  position: relative;
}

.bodyfy-page__integration-check::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 28px;
  width: 20px;
  height: 10px;
  border-left: 2px solid rgba(205, 173, 128, 0.94);
  border-bottom: 2px solid rgba(205, 173, 128, 0.94);
  transform: rotate(-45deg);
}

.bodyfy-page__bodyfy-preview {
  padding-top: 10px;
}

.bodyfy-page__bodyfy-preview-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
  padding: 30px;
  border-radius: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(214, 188, 155, 0.24), transparent 34%),
    linear-gradient(135deg, rgba(250, 247, 241, 0.96), rgba(239, 230, 217, 0.94));
  box-shadow:
    0 20px 40px rgba(97, 71, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.bodyfy-page__bodyfy-preview-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
}

.bodyfy-page__bodyfy-preview-title {
  max-width: 14ch;
}

.bodyfy-page__bodyfy-preview-text {
  max-width: 43ch;
  margin: 0;
}

.bodyfy-page__store-actions--preview {
  justify-content: flex-start;
}

.bodyfy-page__bodyfy-preview-stage {
  position: relative;
  min-height: 290px;
}

.bodyfy-page__bodyfy-preview-orb,
.bodyfy-page__bodyfy-preview-card {
  position: absolute;
}

.bodyfy-page__bodyfy-preview-orb {
  border-radius: 50%;
  filter: blur(10px);
}

.bodyfy-page__bodyfy-preview-orb--one {
  top: 22px;
  left: 12%;
  width: 152px;
  height: 152px;
  background: radial-gradient(circle, rgba(214, 194, 164, 0.42), rgba(214, 194, 164, 0));
}

.bodyfy-page__bodyfy-preview-orb--two {
  right: 6%;
  bottom: 22px;
  width: 188px;
  height: 188px;
  background: radial-gradient(circle, rgba(149, 123, 92, 0.18), rgba(149, 123, 92, 0));
}

.bodyfy-page__bodyfy-preview-card {
  border: 1px solid rgba(129, 104, 78, 0.1);
  box-shadow:
    0 24px 44px rgba(78, 59, 39, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.bodyfy-page__bodyfy-preview-card--primary {
  top: 20px;
  left: 12%;
  z-index: 1;
  width: min(100%, 360px);
  display: grid;
  gap: 12px;
  padding: 26px 24px;
  border-radius: 28px;
  background: rgba(255, 252, 247, 0.92);
}

.bodyfy-page__bodyfy-preview-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(205, 173, 128, 0.18);
  color: rgba(119, 84, 52, 0.94);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bodyfy-page__bodyfy-preview-card--primary strong {
  color: var(--ink);
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.bodyfy-page__bodyfy-preview-card--primary small {
  color: rgba(86, 66, 47, 0.82);
  font-size: 14px;
  line-height: 1.65;
}

.bodyfy-page__bodyfy-preview-card--secondary {
  right: 6%;
  bottom: 18px;
  width: min(100%, 250px);
  display: grid;
  gap: 12px;
  padding: 20px;
  border-radius: 24px;
  background: rgba(120, 93, 64, 0.08);
  backdrop-filter: blur(10px);
}

.bodyfy-page__bodyfy-preview-card--secondary span {
  display: block;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(217, 198, 173, 0.62));
}

.bodyfy-page__bodyfy-preview-card--secondary span:nth-child(2) {
  width: 82%;
}

.bodyfy-page__bodyfy-preview-card--secondary span:nth-child(3) {
  width: 64%;
}

.bodyfy-page__download-band {
  padding-top: 10px;
}

.bodyfy-page__download-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 24px 28px;
  border-radius: 26px;
  background: linear-gradient(
    135deg,
    rgba(243, 227, 204, 0.92),
    rgba(236, 214, 185, 0.96)
  );
  box-shadow:
    0 18px 38px rgba(97, 71, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.bodyfy-page__download-copy {
  display: flex;
  align-items: center;
  gap: 18px;
}

.bodyfy-page__download-icon {
  position: relative;
  width: 42px;
  height: 72px;
  flex: 0 0 42px;
  border-radius: 14px;
  border: 1.5px solid rgba(188, 153, 113, 0.72);
}

.bodyfy-page__download-icon::before,
.bodyfy-page__download-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.bodyfy-page__download-icon::before {
  top: 8px;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: rgba(188, 153, 113, 0.72);
}

.bodyfy-page__download-icon::after {
  bottom: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1.5px solid rgba(188, 153, 113, 0.72);
}

.bodyfy-page__download-title {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 400;
}

.bodyfy-page__download-text {
  margin: 0;
  color: rgba(86, 66, 47, 0.82);
  font-size: 15px;
  line-height: 1.7;
}

.bodyfy-page__store-actions--compact {
  justify-content: flex-end;
}

.bodyfy-page__store-badge--compact {
  min-height: 54px;
  padding-inline: 14px;
}

@media (max-width: 1120px) {
  .bodyfy-page__hero-shell,
  .bodyfy-page__technology-panel,
  .bodyfy-page__integration-shell,
  .bodyfy-page__bodyfy-preview-shell,
  .bodyfy-page__download-shell {
    grid-template-columns: 1fr;
  }

  .bodyfy-page__hero-copy {
    padding: 34px 26px 18px;
  }

  .bodyfy-page__hero-title {
    max-width: 10ch;
  }

  .bodyfy-page__hero-stage {
    min-height: 400px;
    border-left: 0;
    border-top: 1px solid rgba(126, 102, 78, 0.08);
  }

  .bodyfy-page__hero-phone {
    right: 14%;
    width: 220px;
    height: 446px;
  }

  .bodyfy-page__feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bodyfy-page__technology-panel {
    padding: 30px;
  }

  .bodyfy-page__technology-title,
  .bodyfy-page__integration-title {
    max-width: none;
  }

  .bodyfy-page__technology-devices {
    min-height: 390px;
  }

  .bodyfy-page__technology-phone--progress {
    left: 0;
  }

  .bodyfy-page__technology-phone--training {
    left: 28%;
  }

  .bodyfy-page__technology-phone--notifications {
    right: 0;
  }

  .bodyfy-page__integration-stage {
    min-height: 350px;
  }

  .bodyfy-page__laptop {
    right: 10%;
    width: min(100%, 500px);
  }

  .bodyfy-page__bodyfy-preview-title {
    max-width: none;
  }

  .bodyfy-page__bodyfy-preview-stage {
    min-height: 320px;
  }

  .bodyfy-page__download-shell {
    justify-items: start;
  }

  .bodyfy-page__store-actions--compact {
    justify-content: flex-start;
  }
}

@media (max-width: 860px) {
  .bodyfy-page__hero-copy {
    padding: 28px 20px 16px;
    gap: 16px;
  }

  .bodyfy-page__hero-title {
    max-width: 11ch;
  }

  .bodyfy-page__hero-stage {
    min-height: 340px;
  }

  .bodyfy-page__hero-phone {
    right: 12%;
    bottom: -18px;
    width: 188px;
    height: 382px;
  }

  .bodyfy-page__section-head {
    margin-bottom: 20px;
  }

  .bodyfy-page__feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .bodyfy-page__feature-card {
    padding: 18px 14px;
  }

  .bodyfy-page__feature-icon {
    width: 72px;
    height: 72px;
  }

  .bodyfy-page__technology-panel {
    padding: 24px 20px;
  }

  .bodyfy-page__technology-devices {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    min-height: 0;
  }

  .bodyfy-page__technology-phone {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    max-width: 188px;
    height: 320px;
    margin: 0 auto;
  }

  .bodyfy-page__integration-stage {
    min-height: 330px;
  }

  .bodyfy-page__laptop {
    right: 60px;
    width: calc(100% - 120px);
  }

  .bodyfy-page__integration-phone {
    width: 132px;
    height: 270px;
  }

  .bodyfy-page__bodyfy-preview-shell {
    padding: 24px 20px;
  }

  .bodyfy-page__bodyfy-preview-stage {
    min-height: 280px;
  }

  .bodyfy-page__bodyfy-preview-card--primary {
    left: 4%;
  }

  .bodyfy-page__bodyfy-preview-card--secondary {
    right: 0;
  }

  .bodyfy-page__download-shell,
  .bodyfy-page__download-copy {
    gap: 16px;
  }

  .bodyfy-page__download-shell {
    padding: 20px;
  }

  .bodyfy-page__download-title {
    font-size: clamp(24px, 4vw, 34px);
  }
}

@media (max-width: 640px) {
  .bodyfy-page__hero-shell {
    gap: 18px;
  }

  .bodyfy-page__hero-copy {
    padding: 24px 16px 0;
  }

  .bodyfy-page__hero-text,
  .bodyfy-page__integration-text,
  .bodyfy-page__technology-text {
    max-width: none;
  }

  .bodyfy-page__store-actions {
    display: grid;
    width: 100%;
  }

  .bodyfy-page__store-badge {
    width: 100%;
    justify-content: flex-start;
  }

  .bodyfy-page__hero-stage {
    min-height: 290px;
  }

  .bodyfy-page__hero-phone {
    right: 50%;
    bottom: -24px;
    width: 170px;
    height: 342px;
    transform: translateX(50%) rotate(-7deg);
  }

  .bodyfy-page__feature-grid {
    grid-template-columns: 1fr;
  }

  .bodyfy-page__feature-card p {
    max-width: none;
  }

  .bodyfy-page__technology-panel {
    gap: 20px;
    padding: 20px 16px;
  }

  .bodyfy-page__technology-devices {
    grid-template-columns: 1fr;
  }

  .bodyfy-page__technology-phone {
    max-width: 176px;
    height: 312px;
  }

  .bodyfy-page__bodyfy-preview-shell {
    gap: 20px;
    padding: 20px 16px;
  }

  .bodyfy-page__bodyfy-preview-text {
    max-width: none;
  }

  .bodyfy-page__bodyfy-preview-stage {
    min-height: 250px;
  }

  .bodyfy-page__bodyfy-preview-card--primary {
    top: 10px;
    left: 0;
    width: min(100%, 300px);
    padding: 22px 18px;
    border-radius: 24px;
  }

  .bodyfy-page__bodyfy-preview-card--secondary {
    right: 0;
    bottom: 0;
    width: min(100%, 192px);
    padding: 16px;
    border-radius: 20px;
  }

  .bodyfy-page__bodyfy-preview-card--secondary span {
    height: 42px;
    border-radius: 14px;
  }

  .bodyfy-page__integration-stage {
    min-height: 270px;
  }

  .bodyfy-page__laptop {
    right: 34px;
    bottom: 0;
    width: calc(100% - 68px);
  }

  .bodyfy-page__laptop-screen {
    padding: 12px;
    border-radius: 18px 18px 12px 12px;
  }

  .bodyfy-page__dashboard-top,
  .bodyfy-page__dashboard-stats,
  .bodyfy-page__dashboard-table {
    gap: 8px;
  }

  .bodyfy-page__dashboard-top span {
    height: 40px;
  }

  .bodyfy-page__dashboard-stats div {
    height: 58px;
  }

  .bodyfy-page__dashboard-table span {
    height: 30px;
  }

  .bodyfy-page__integration-phone {
    right: 0;
    width: 108px;
    height: 220px;
    border-radius: 24px;
  }

  .bodyfy-page__integration-phone .bodyfy-page__device-screen {
    inset: 8px;
    gap: 8px;
    padding: 24px 10px 10px;
    border-radius: 18px;
  }

  .bodyfy-page__device-notch {
    width: 64px;
    height: 14px;
  }

  .bodyfy-page__integration-check {
    width: 48px;
    height: 48px;
    margin-top: 2px;
  }

  .bodyfy-page__integration-check::before {
    left: 15px;
    top: 18px;
    width: 14px;
    height: 7px;
  }

  .bodyfy-page__download-shell {
    padding: 18px 16px;
  }

  .bodyfy-page__download-copy {
    align-items: start;
  }

  .bodyfy-page__download-icon {
    width: 34px;
    height: 58px;
    flex-basis: 34px;
  }

  .bodyfy-page__download-title {
    font-size: 24px;
  }

  .bodyfy-page__download-text {
    font-size: 14px;
    line-height: 1.65;
  }

  .bodyfy-page__store-actions--compact {
    width: 100%;
  }
}

.app-mini,
.corporate-mini {
  padding: 16px;
}

.services-hub-page__hero-intro {
  display: grid;
  gap: 12px;
}

.services-hub-page__heading {
  max-width: 760px;
}

.bodyfy-access-page {
  --bodyfy-accent: #1bb8df;
  --bodyfy-accent-soft: rgba(27, 184, 223, 0.14);
  --bodyfy-accent-strong: #0a9dca;
  --bodyfy-navy: #081a34;
  --bodyfy-navy-soft: #0d284b;
  --bodyfy-card: rgba(255, 255, 255, 0.94);
  --bodyfy-line: rgba(11, 35, 67, 0.1);
  --bodyfy-shadow: 0 34px 90px rgba(14, 35, 71, 0.12);
  --bodyfy-shadow-soft: 0 18px 52px rgba(10, 32, 61, 0.08);
  background:
    radial-gradient(
      circle at top left,
      rgba(27, 184, 223, 0.1),
      transparent 28%
    ),
    linear-gradient(180deg, #fcfeff 0%, #f4f8fc 48%, #fbfdff 100%);
}

.bodyfy-access-page__hero {
  padding-top: clamp(24px, 3vw, 40px);
}

.bodyfy-access-page__hero-shell,
.bodyfy-access-page__scans-shell,
.bodyfy-access-page__benefits-shell,
.bodyfy-access-page__dashboard-shell,
.bodyfy-access-page__kit-shell,
.bodyfy-access-page__challenge-shell,
.bodyfy-access-page__contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
  align-items: center;
  gap: clamp(28px, 4vw, 56px);
}

.bodyfy-access-page__panel,
.bodyfy-access-page__hero-shell,
.bodyfy-access-page__access-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(122, 146, 177, 0.14);
  border-radius: 40px;
  background:
    radial-gradient(
      circle at top right,
      rgba(27, 184, 223, 0.12),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.97),
      rgba(245, 250, 255, 0.96)
    );
  box-shadow: var(--bodyfy-shadow);
}

.bodyfy-access-page__hero-shell {
  padding: clamp(28px, 4vw, 48px);
}

.bodyfy-access-page__hero-copy,
.bodyfy-access-page__overview-copy,
.bodyfy-access-page__scans-copy,
.bodyfy-access-page__benefits-copy,
.bodyfy-access-page__access-copy,
.bodyfy-access-page__data-copy,
.bodyfy-access-page__dashboard-copy,
.bodyfy-access-page__kit-copy,
.bodyfy-access-page__challenge-copy,
.bodyfy-access-page__contact-copy {
  display: grid;
  gap: 18px;
}

.bodyfy-access-page__eyebrow,
.bodyfy-access-page__section-head .eyebrow,
.bodyfy-access-page__section-head--left .eyebrow {
  color: var(--bodyfy-accent-strong);
}

.bodyfy-access-page__hero-title,
.bodyfy-access-page__section-title {
  color: #102745;
}

.bodyfy-access-page__section-title {
  max-width: 12ch;
}

.bodyfy-access-page__section-title--left,
.bodyfy-access-page__section-title--wide {
  max-width: none;
}

.bodyfy-access-page__hero-lead,
.bodyfy-access-page__hero-text,
.bodyfy-access-page__overview-text,
.bodyfy-access-page__scans-text,
.bodyfy-access-page__benefits-text,
.bodyfy-access-page__access-text,
.bodyfy-access-page__section-copy,
.bodyfy-access-page__contact-text {
  margin: 0;
  max-width: 62ch;
  color: rgba(16, 39, 69, 0.76);
}

.bodyfy-access-page__hero-lead {
  max-width: 34ch;
  color: rgba(16, 39, 69, 0.9);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.35;
}

.bodyfy-access-page__hero-text {
  max-width: 30ch;
  font-size: 18px;
}

.bodyfy-access-page__notice {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  max-width: 640px;
  padding: 18px 20px;
  border: 1px solid rgba(27, 184, 223, 0.16);
  border-radius: 24px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(242, 249, 253, 0.98)
  );
}

.bodyfy-access-page__notice-icon,
.bodyfy-access-page__feature-icon,
.bodyfy-access-page__access-note-icon,
.bodyfy-access-page__strength-icon,
.bodyfy-access-page__audience-icon,
.bodyfy-access-page__value-icon,
.bodyfy-access-page__trust-icon,
.bodyfy-access-page__data-icon,
.bodyfy-access-page__contact-link-icon {
  display: inline-grid;
  place-items: center;
  color: var(--bodyfy-accent-strong);
}

.bodyfy-access-page__notice-icon,
.bodyfy-access-page__feature-icon,
.bodyfy-access-page__strength-icon,
.bodyfy-access-page__audience-icon,
.bodyfy-access-page__value-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: var(--bodyfy-accent-soft);
}

.bodyfy-access-page__notice-icon svg,
.bodyfy-access-page__feature-icon svg,
.bodyfy-access-page__bullet-icon svg,
.bodyfy-access-page__benefit-check svg,
.bodyfy-access-page__access-note-icon svg,
.bodyfy-access-page__access-lock svg,
.bodyfy-access-page__strength-icon svg,
.bodyfy-access-page__audience-icon svg,
.bodyfy-access-page__value-icon svg,
.bodyfy-access-page__trust-icon svg,
.bodyfy-access-page__data-icon svg,
.bodyfy-access-page__contact-link-icon svg,
.bodyfy-access-page__kit-mark svg {
  width: 24px;
  height: 24px;
}

.bodyfy-access-page__notice-copy {
  display: grid;
  gap: 6px;
}

.bodyfy-access-page__notice-copy strong,
.bodyfy-access-page__feature-card h3,
.bodyfy-access-page__trust-card h3,
.bodyfy-access-page__access-lock strong,
.bodyfy-access-page__audience-card h3,
.bodyfy-access-page__strength-card h3,
.bodyfy-access-page__value-card h3,
.bodyfy-access-page__compare-card h3 {
  color: #102745;
}

.bodyfy-access-page__notice-copy p,
.bodyfy-access-page__feature-card p,
.bodyfy-access-page__trust-card p,
.bodyfy-access-page__access-footnote,
.bodyfy-access-page__audience-card p,
.bodyfy-access-page__strength-card p,
.bodyfy-access-page__value-card li,
.bodyfy-access-page__compare-card li {
  margin: 0;
  color: rgba(16, 39, 69, 0.7);
  line-height: 1.65;
}

.bodyfy-access-page__hero-media,
.bodyfy-access-page__scans-media,
.bodyfy-access-page__benefits-media,
.bodyfy-access-page__data-media {
  position: relative;
}

.bodyfy-access-page__hero-media {
  min-height: clamp(460px, 54vw, 700px);
}

.bodyfy-access-page__hero-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.8;
}

.bodyfy-access-page__hero-orb--one {
  inset: 2% auto auto 10%;
  width: 210px;
  height: 210px;
  background: rgba(27, 184, 223, 0.18);
}

.bodyfy-access-page__hero-orb--two {
  inset: auto 2% 12% auto;
  width: 260px;
  height: 260px;
  background: rgba(9, 116, 176, 0.14);
}

.bodyfy-access-page__hero-tablet,
.bodyfy-access-page__hero-phone,
.bodyfy-access-page__scan-phone,
.bodyfy-access-page__benefits-phone,
.bodyfy-access-page__benefits-body,
.bodyfy-access-page__data-device {
  position: absolute;
}

.bodyfy-access-page__hero-tablet img,
.bodyfy-access-page__hero-phone img,
.bodyfy-access-page__scan-phone img,
.bodyfy-access-page__benefits-phone,
.bodyfy-access-page__benefits-body,
.bodyfy-access-page__data-device {
  display: block;
  width: 100%;
  height: auto;
}

.bodyfy-access-page__hero-tablet {
  inset: 2% 2% 0 auto;
  width: min(100%, 470px);
}

.bodyfy-access-page__hero-phone {
  inset: auto auto 2% 0;
  width: min(54%, 250px);
  filter: drop-shadow(0 28px 60px rgba(8, 26, 52, 0.24));
}

.bodyfy-access-page__overview-shell,
.bodyfy-access-page__data-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
  padding: clamp(26px, 4vw, 42px);
}

.bodyfy-access-page__overview-media img,
.bodyfy-access-page__challenge-media img,
.bodyfy-access-page__contact-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px;
  box-shadow: var(--bodyfy-shadow-soft);
}

.bodyfy-access-page__dashboard-media {
  display: grid;
  gap: 16px;
  align-self: stretch;
}

.bodyfy-access-page__dashboard-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.bodyfy-access-page__dashboard-media-card,
.bodyfy-access-page__kit-media-item {
  margin: 0;
  padding: 10px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 252, 0.98));
  border: 1px solid rgba(122, 146, 177, 0.14);
  box-shadow: var(--bodyfy-shadow-soft);
}

.bodyfy-access-page__dashboard-media-card img,
.bodyfy-access-page__kit-media-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
}

.bodyfy-access-page__dashboard-media-card--top {
  padding: 12px;
}

.bodyfy-access-page__kit-media {
  position: relative;
  min-height: clamp(430px, 44vw, 560px);
  padding: clamp(18px, 3vw, 28px);
  border-radius: 34px;
  background:
    radial-gradient(
      circle at top center,
      rgba(27, 184, 223, 0.12),
      transparent 34%
    ),
    linear-gradient(180deg, rgba(250, 253, 255, 0.98), rgba(241, 247, 252, 0.98));
}

.bodyfy-access-page__kit-media-item {
  position: absolute;
}

.bodyfy-access-page__kit-media-item--stand {
  left: clamp(18px, 4%, 28px);
  top: clamp(18px, 5%, 28px);
  width: min(30%, 150px);
  z-index: 3;
  transform: rotate(-6deg);
}

.bodyfy-access-page__kit-media-item--tablet {
  right: clamp(18px, 6%, 34px);
  top: clamp(18px, 8%, 42px);
  width: min(40%, 220px);
  z-index: 4;
  transform: rotate(6deg);
}

.bodyfy-access-page__kit-media-item--mat {
  left: clamp(16px, 3%, 24px);
  right: clamp(16px, 3%, 24px);
  bottom: clamp(16px, 3%, 24px);
  z-index: 1;
  padding: 14px;
}

.bodyfy-access-page__section-head {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-bottom: 28px;
  text-align: center;
}

.bodyfy-access-page__section-head--left {
  justify-items: start;
  margin-bottom: 0;
  text-align: left;
}

.bodyfy-access-page__section-head .bodyfy-access-page__section-title {
  max-width: 15ch;
}

.bodyfy-access-page__section-copy {
  max-width: 56ch;
}

.bodyfy-access-page__feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.bodyfy-access-page__feature-card,
.bodyfy-access-page__trust-card,
.bodyfy-access-page__audience-card,
.bodyfy-access-page__strength-card,
.bodyfy-access-page__value-card {
  min-height: 100%;
  padding: 28px 22px;
  border: 1px solid rgba(125, 145, 170, 0.16);
  border-radius: 28px;
  background: var(--bodyfy-card);
  box-shadow: 0 18px 50px rgba(10, 32, 61, 0.06);
}

.bodyfy-access-page__feature-card {
  display: grid;
  gap: 14px;
  text-align: center;
}

.bodyfy-access-page__feature-icon {
  margin: 0 auto;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(27, 184, 223, 0.12),
    rgba(27, 184, 223, 0.03)
  );
  box-shadow: inset 0 0 0 1px rgba(27, 184, 223, 0.1);
}

.bodyfy-access-page__audiences-shell {
  display: grid;
  gap: 30px;
  padding: clamp(28px, 4vw, 42px);
}

.bodyfy-access-page__audience-grid,
.bodyfy-access-page__value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bodyfy-access-page__audience-card,
.bodyfy-access-page__strength-card,
.bodyfy-access-page__value-card,
.bodyfy-access-page__trust-card {
  display: grid;
  align-content: start;
  gap: 14px;
}

.bodyfy-access-page__audience-icon,
.bodyfy-access-page__value-icon {
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(27, 184, 223, 0.12),
    rgba(27, 184, 223, 0.04)
  );
}

.bodyfy-access-page__scans-shell {
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(24px, 4vw, 64px);
}

.bodyfy-access-page__bullet-list,
.bodyfy-access-page__benefit-list,
.bodyfy-access-page__kit-list,
.bodyfy-access-page__value-card ul,
.bodyfy-access-page__compare-card ul {
  display: grid;
  gap: 14px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.bodyfy-access-page__bullet-list li,
.bodyfy-access-page__benefit-list li,
.bodyfy-access-page__kit-list li,
.bodyfy-access-page__data-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
}

.bodyfy-access-page__bullet-icon,
.bodyfy-access-page__benefit-check,
.bodyfy-access-page__kit-mark {
  width: 22px;
  height: 22px;
  margin-top: 2px;
  color: var(--bodyfy-accent-strong);
}

.bodyfy-access-page__scans-media {
  min-height: clamp(420px, 52vw, 640px);
}

.bodyfy-access-page__scan-phone {
  filter: drop-shadow(0 28px 60px rgba(12, 30, 58, 0.16));
}

.bodyfy-access-page__scan-phone--back {
  inset: 0 auto auto 6%;
  width: min(44%, 310px);
}

.bodyfy-access-page__scan-phone--side {
  inset: 10% 3% auto auto;
  width: min(42%, 295px);
}

.bodyfy-access-page__data-shell {
  background:
    radial-gradient(
      circle at top left,
      rgba(27, 184, 223, 0.08),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98),
      rgba(246, 250, 255, 0.97)
    );
}

.bodyfy-access-page__data-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bodyfy-access-page__data-list li {
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(125, 145, 170, 0.16);
}

.bodyfy-access-page__data-icon {
  width: 22px;
  height: 22px;
  margin-top: 2px;
}

.bodyfy-access-page__quote {
  margin: 4px 0 0;
  color: #102745;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bodyfy-access-page__quote-note {
  margin: 0;
  color: rgba(16, 39, 69, 0.8);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.bodyfy-access-page__data-media {
  min-height: 420px;
}

.bodyfy-access-page__data-device--main {
  right: 12%;
  bottom: 0;
  width: min(52%, 280px);
  filter: drop-shadow(0 28px 60px rgba(8, 26, 52, 0.2));
}

.bodyfy-access-page__data-device--secondary {
  left: 4%;
  top: 10%;
  width: min(42%, 240px);
  filter: drop-shadow(0 24px 56px rgba(8, 26, 52, 0.16));
}

.bodyfy-access-page__strength-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.bodyfy-access-page__strength-icon {
  border-radius: 999px;
  background: rgba(27, 184, 223, 0.08);
}

.bodyfy-access-page__dashboard-shell,
.bodyfy-access-page__kit-shell,
.bodyfy-access-page__challenge-shell {
  padding: clamp(26px, 4vw, 40px);
}

.bodyfy-access-page__challenge-shell {
  display: block;
  position: relative;
  padding: clamp(34px, 4vw, 54px);
  border-color: rgba(190, 212, 237, 0.58);
  border-radius: 40px;
  background:
    radial-gradient(circle at 20% 22%, rgba(144, 191, 242, 0.18), transparent 28%),
    radial-gradient(circle at 80% 82%, rgba(170, 211, 255, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(251, 253, 255, 0.98), rgba(239, 245, 252, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 30px 80px rgba(120, 151, 192, 0.12);
  isolation: isolate;
}

.bodyfy-access-page__challenge-shell::before,
.bodyfy-access-page__challenge-shell::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
}

.bodyfy-access-page__challenge-shell::before {
  top: 6%;
  left: 16%;
  width: clamp(280px, 34vw, 520px);
  height: clamp(180px, 24vw, 320px);
  background: radial-gradient(circle, rgba(160, 198, 242, 0.16), transparent 72%);
}

.bodyfy-access-page__challenge-shell::after {
  right: -6%;
  bottom: -14%;
  width: clamp(360px, 44vw, 660px);
  height: clamp(260px, 30vw, 420px);
  background: radial-gradient(circle, rgba(198, 224, 252, 0.46), transparent 72%);
}

.bodyfy-access-page__challenge-decor {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  opacity: 0.72;
}

.bodyfy-access-page__challenge-decor--top {
  top: 15%;
  left: 36%;
  width: clamp(220px, 22vw, 360px);
  height: clamp(120px, 12vw, 180px);
  background:
    repeating-radial-gradient(circle at 0 100%, rgba(219, 231, 246, 0.9) 0 1px, transparent 1px 14px);
  mask-image: linear-gradient(115deg, transparent 4%, rgba(0, 0, 0, 0.9) 34%, rgba(0, 0, 0, 0.14) 100%);
}

.bodyfy-access-page__challenge-decor--bottom {
  right: -4%;
  bottom: 0;
  width: clamp(240px, 26vw, 420px);
  height: clamp(180px, 18vw, 280px);
  background:
    repeating-radial-gradient(circle at 100% 100%, rgba(205, 220, 241, 0.92) 0 1px, transparent 1px 14px);
  mask-image: linear-gradient(135deg, transparent 10%, rgba(0, 0, 0, 0.9) 42%, rgba(0, 0, 0, 0.18) 100%);
}

.bodyfy-access-page__challenge-stage {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
  grid-template-areas:
    "copy media"
    "compare media";
  gap: clamp(24px, 4vw, 58px);
  align-items: stretch;
}

.bodyfy-access-page__challenge-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: clamp(18px, 2.8vw, 28px);
  grid-area: copy;
  min-width: 0;
}

.bodyfy-access-page__challenge-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
  color: #173559;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.bodyfy-access-page__challenge-eyebrow::before {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #27bbf0, #77b7f0);
}

.bodyfy-access-page__challenge-title {
  margin: 0;
  max-width: 7.2ch;
  font-size: clamp(54px, 6vw, 82px);
  line-height: 0.96;
  letter-spacing: -0.058em;
  font-weight: 400;
  color: #0d284c;
}

.bodyfy-access-page__challenge-title-main,
.bodyfy-access-page__challenge-title-accent {
  display: block;
}

.bodyfy-access-page__challenge-title-accent {
  color: #6c9ad2;
}

.bodyfy-access-page__challenge-media {
  grid-area: media;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  width: auto;
  max-width: none;
}

.bodyfy-access-page__challenge-media-frame {
  position: relative;
  display: flex;
  overflow: hidden;
  width: min(100%, 490px);
  min-height: clamp(500px, 42vw, 690px);
  padding: 14px;
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 252, 0.94));
  border: 3px solid rgba(255, 255, 255, 0.96);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 32px 90px rgba(120, 154, 195, 0.16);
}

.bodyfy-access-page__challenge-media-frame::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 32px;
  border: 1px solid rgba(224, 234, 245, 0.84);
  pointer-events: none;
}

.bodyfy-access-page__challenge-media img {
  height: 100%;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: none;
}

.bodyfy-access-page__compare-grid {
  display: grid;
  grid-area: compare;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(20px, 2vw, 24px);
  max-width: 860px;
}

.bodyfy-access-page__compare-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 0;
  padding: 28px 26px 24px;
  border-radius: 32px;
  border: 1px solid rgba(184, 201, 220, 0.66);
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(123, 153, 192, 0.12);
}

.bodyfy-access-page__compare-card::before {
  display: none;
}

.bodyfy-access-page__compare-card-head {
  display: flex;
  align-items: center;
  gap: 16px;
}

.bodyfy-access-page__compare-card-badge {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  box-shadow: 0 14px 30px rgba(133, 158, 189, 0.14);
}

.bodyfy-access-page__compare-card-badge svg {
  width: 28px;
  height: 28px;
}

.bodyfy-access-page__compare-card-badge--problem {
  background: linear-gradient(180deg, rgba(226, 234, 244, 0.96), rgba(212, 222, 235, 0.94));
  color: #68809d;
}

.bodyfy-access-page__compare-card-badge--solution {
  background: linear-gradient(180deg, #4dc3f7, #2f9fea);
  color: #eff9ff;
}

.bodyfy-access-page__compare-card h3 {
  margin: 0;
  color: #153050;
  font-family: var(--font-body);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.bodyfy-access-page__compare-card-divider {
  content: "";
  height: 1px;
  background: linear-gradient(90deg, rgba(189, 205, 225, 0.9), rgba(223, 232, 243, 0.4));
}

.bodyfy-access-page__compare-card ul,
.bodyfy-access-page__value-card ul {
  margin: 0;
}

.bodyfy-access-page__compare-card ul {
  gap: 16px;
  margin-top: 0;
}

.bodyfy-access-page__compare-card li,
.bodyfy-access-page__value-card li {
  position: relative;
  padding-left: 22px;
}

.bodyfy-access-page__compare-card li {
  font-size: clamp(16px, 1.18vw, 18px);
  line-height: 1.52;
}

.bodyfy-access-page__compare-card li::before,
.bodyfy-access-page__value-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.66em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8bb6e6;
}

.bodyfy-access-page__compare-card--problem {
  background:
    linear-gradient(180deg, rgba(249, 251, 254, 0.92), rgba(240, 245, 251, 0.9));
  border-color: rgba(204, 216, 230, 0.94);
}

.bodyfy-access-page__compare-card--problem .bodyfy-access-page__compare-card-divider {
  background: linear-gradient(90deg, rgba(194, 205, 219, 0.94), rgba(222, 230, 239, 0.46));
}

.bodyfy-access-page__compare-card--problem h3 {
  color: #1a3558;
}

.bodyfy-access-page__compare-card--problem li {
  color: rgba(28, 49, 73, 0.84);
}

.bodyfy-access-page__compare-card--problem li::before {
  background: #9eb8d4;
}

.bodyfy-access-page__compare-card--solution {
  border-color: rgba(103, 191, 241, 0.88);
  background:
    radial-gradient(circle at 0 0, rgba(117, 207, 255, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(253, 255, 255, 0.98), rgba(244, 250, 255, 0.96));
  box-shadow: 0 22px 54px rgba(98, 159, 219, 0.14);
}

.bodyfy-access-page__compare-card--solution h3 {
  color: #123256;
}

.bodyfy-access-page__compare-card--solution li {
  color: rgba(16, 39, 69, 0.86);
}

.bodyfy-access-page__compare-card--solution li::before {
  background: #57afe9;
}

.bodyfy-access-page__benefits {
  position: relative;
  overflow: hidden;
}

.bodyfy-access-page__contact {
  padding-bottom: 0;
}

.bodyfy-access-page__benefits-shell {
  position: relative;
  isolation: isolate;
  width: 100vw;
  min-height: clamp(560px, 58vw, 760px);
  margin-inline: calc(50% - 50vw);
  padding: clamp(42px, 5vw, 76px) clamp(28px, 6vw, 84px);
  border-radius: 0;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(28px, 4vw, 64px);
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 28%, rgba(45, 217, 255, 0.12), transparent 18%),
    radial-gradient(circle at 78% 52%, rgba(30, 132, 223, 0.22), transparent 32%),
    linear-gradient(90deg, rgba(4, 17, 35, 0.99), rgba(7, 25, 49, 0.98) 46%, rgba(8, 29, 55, 0.96) 100%);
  box-shadow: 0 34px 90px rgba(8, 26, 52, 0.18);
}

.bodyfy-access-page__benefits-copy {
  position: relative;
  z-index: 3;
  align-self: center;
  max-width: min(100%, 580px);
}

.bodyfy-access-page__benefits-copy .eyebrow,
.bodyfy-access-page__benefits-copy .bodyfy-access-page__section-title,
.bodyfy-access-page__benefits-copy .bodyfy-access-page__benefits-text,
.bodyfy-access-page__benefit-list li {
  color: #eef8ff;
}

.bodyfy-access-page__benefits-text {
  max-width: 58ch;
  opacity: 0.86;
}

.bodyfy-access-page__benefit-check {
  color: #2dd2ff;
}

.bodyfy-access-page__benefits-media {
  min-height: clamp(500px, 50vw, 700px);
  z-index: 2;
}

.bodyfy-access-page__benefits-grid {
  position: absolute;
  inset: -8% -14% -10% 14%;
  border-radius: 0;
  background:
    radial-gradient(circle at 60% 22%, rgba(78, 227, 255, 0.16), transparent 16%),
    radial-gradient(circle at 72% 56%, rgba(33, 136, 226, 0.22), transparent 30%),
    linear-gradient(90deg, rgba(7, 20, 40, 0) 0%, rgba(11, 43, 79, 0.12) 24%, rgba(14, 74, 128, 0.22) 58%, rgba(10, 48, 86, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

.bodyfy-access-page__benefits-body {
  inset: auto -42% -44% auto;
  width: auto;
  height: clamp(520px, 72vw, 860px);
  max-width: none;
  opacity: 0.54;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 48px rgba(71, 223, 255, 0.12));
  z-index: 2;
}

.bodyfy-access-page__benefits-phone {
  inset: auto auto 0 8%;
  width: min(74%, 430px);
  max-width: 430px;
  z-index: 4;
  transform: rotate(7deg);
  transform-origin: center bottom;
  filter: drop-shadow(0 38px 90px rgba(0, 0, 0, 0.34));
}

.bodyfy-access-page__value-grid {
  align-items: stretch;
}

.bodyfy-access-page__value-card {
  padding: 30px 24px;
}

.bodyfy-access-page__access-shell {
  display: grid;
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  padding: clamp(24px, 3vw, 34px);
  background:
    radial-gradient(
      circle at top left,
      rgba(27, 184, 223, 0.1),
      transparent 26%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98),
      rgba(246, 250, 255, 0.96)
    );
  box-shadow: 0 20px 60px rgba(9, 28, 53, 0.08);
}

.bodyfy-access-page__access-lock {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 28px 22px;
  border-right: 1px solid rgba(16, 39, 69, 0.1);
  text-align: center;
}

.bodyfy-access-page__access-lock span {
  display: inline-grid;
  place-items: center;
  width: 88px;
  height: 88px;
  border-radius: 999px;
  background: radial-gradient(
    circle,
    rgba(27, 184, 223, 0.16),
    rgba(27, 184, 223, 0.04)
  );
  color: var(--bodyfy-accent-strong);
}

.bodyfy-access-page__access-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(27, 184, 223, 0.08);
}

.bodyfy-access-page__access-note p {
  margin: 0;
  color: rgba(16, 39, 69, 0.76);
}

.bodyfy-access-page__trust-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.bodyfy-access-page__trust-card {
  padding: 24px 18px;
  text-align: center;
}

.bodyfy-access-page__trust-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border-radius: 50%;
  background: rgba(27, 184, 223, 0.08);
}

.bodyfy-access-page__contact-shell {
  width: 100vw;
  min-height: clamp(420px, 44vw, 580px);
  margin-inline: calc(50% - 50vw);
  padding: clamp(24px, 4vw, 42px) clamp(28px, 6vw, 84px) 0;
  grid-template-columns: minmax(0, 0.76fr) minmax(360px, 1.24fr);
  border-radius: 0;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(6, 22, 45, 0.98), rgba(10, 33, 62, 0.94));
  box-shadow: 0 34px 90px rgba(8, 26, 52, 0.18);
}

.bodyfy-access-page__contact-copy {
  padding: clamp(12px, 2vw, 22px);
}

.bodyfy-access-page__contact-title {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 400;
}

.bodyfy-access-page__contact-text {
  color: rgba(237, 247, 255, 0.82);
}

.bodyfy-access-page__contact-links {
  display: grid;
  gap: 12px;
}

.bodyfy-access-page__contact-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  min-height: 56px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
}

.bodyfy-access-page__contact-link:hover,
.bodyfy-access-page__contact-link:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
}

.bodyfy-access-page__contact-link-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(27, 184, 223, 0.16);
  color: #9feaff;
}

.bodyfy-access-page__contact-media img {
  min-height: 100%;
  object-fit: cover;
}

@media (max-width: 1240px) {
  .bodyfy-access-page__feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bodyfy-access-page__strength-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bodyfy-access-page__trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1120px) {
  .bodyfy-access-page__hero-shell,
  .bodyfy-access-page__overview-shell,
  .bodyfy-access-page__scans-shell,
  .bodyfy-access-page__data-shell,
  .bodyfy-access-page__benefits-shell,
  .bodyfy-access-page__dashboard-shell,
  .bodyfy-access-page__kit-shell,
  .bodyfy-access-page__challenge-shell,
  .bodyfy-access-page__access-shell,
  .bodyfy-access-page__contact-shell {
    grid-template-columns: 1fr;
  }

  .bodyfy-access-page__hero-title,
  .bodyfy-access-page__section-title,
  .bodyfy-access-page__section-head .bodyfy-access-page__section-title {
    max-width: none;
  }

  .bodyfy-access-page__hero-shell,
  .bodyfy-access-page__scans-shell,
  .bodyfy-access-page__benefits-shell,
  .bodyfy-access-page__dashboard-shell,
  .bodyfy-access-page__kit-shell,
  .bodyfy-access-page__challenge-shell,
  .bodyfy-access-page__contact-shell {
    gap: clamp(18px, 3vw, 28px);
  }

  .bodyfy-access-page__hero-media {
    min-height: 430px;
  }

  .bodyfy-access-page__benefits-shell {
    min-height: clamp(560px, 74vw, 700px);
    padding: clamp(30px, 4vw, 42px) clamp(22px, 4vw, 34px);
  }

  .bodyfy-access-page__audience-grid,
  .bodyfy-access-page__value-grid {
    grid-template-columns: 1fr;
  }

  .bodyfy-access-page__hero-lead {
    font-size: clamp(18px, 2.4vw, 22px);
    max-width: 30ch;
  }

  .bodyfy-access-page__hero-text,
  .bodyfy-access-page__overview-text,
  .bodyfy-access-page__scans-text,
  .bodyfy-access-page__benefits-text,
  .bodyfy-access-page__access-text,
  .bodyfy-access-page__section-copy,
  .bodyfy-access-page__contact-text {
    max-width: 54ch;
  }

  .bodyfy-access-page__hero-orb--one {
    width: 150px;
    height: 150px;
    inset: 6% auto auto 12%;
    opacity: 0.58;
  }

  .bodyfy-access-page__hero-orb--two {
    width: 180px;
    height: 180px;
    inset: auto 4% 12% auto;
    opacity: 0.46;
  }

  .bodyfy-access-page__hero-tablet {
    inset: 3% 2% 0 auto;
    width: min(88%, 410px);
  }

  .bodyfy-access-page__hero-phone {
    inset: auto auto 0 2%;
    width: min(46%, 215px);
  }

  .bodyfy-access-page__overview-shell,
  .bodyfy-access-page__data-shell,
  .bodyfy-access-page__audiences-shell,
  .bodyfy-access-page__dashboard-shell,
  .bodyfy-access-page__kit-shell,
  .bodyfy-access-page__challenge-shell {
    padding: 24px 22px;
  }

  .bodyfy-access-page__overview-media {
    width: min(100%, 520px);
    margin-inline: auto;
  }

  .bodyfy-access-page__challenge-shell {
    padding: 32px 28px;
  }

  .bodyfy-access-page__challenge-stage {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.68fr);
    grid-template-areas:
      "copy media"
      "compare media";
    gap: 24px;
  }

  .bodyfy-access-page__challenge-title {
    max-width: 7.6ch;
    font-size: clamp(46px, 5.4vw, 68px);
  }

  .bodyfy-access-page__challenge-media-frame {
    min-height: clamp(440px, 44vw, 560px);
    width: min(100%, 400px);
  }

  .bodyfy-access-page__compare-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 620px;
  }

  .bodyfy-access-page__compare-card {
    gap: 16px;
    padding: 24px 22px 22px;
    border-radius: 28px;
  }

  .bodyfy-access-page__compare-card-badge {
    width: 54px;
    height: 54px;
  }

  .bodyfy-access-page__compare-card h3 {
    font-size: 19px;
  }

  .bodyfy-access-page__scans-media,
  .bodyfy-access-page__data-media {
    min-height: 390px;
  }

  .bodyfy-access-page__scan-phone--back {
    inset: 0 auto auto 6%;
    width: min(40%, 250px);
  }

  .bodyfy-access-page__scan-phone--side {
    inset: 9% 4% auto auto;
    width: min(39%, 240px);
  }

  .bodyfy-access-page__data-device--main {
    right: 8%;
    width: min(50%, 270px);
  }

  .bodyfy-access-page__data-device--secondary {
    left: 6%;
    top: 5%;
    width: min(38%, 220px);
  }

  .bodyfy-access-page__benefits-media {
    min-height: clamp(340px, 44vw, 440px);
    margin-top: 6px;
  }

  .bodyfy-access-page__benefits-grid {
    inset: 10% -18% -12% 24%;
  }

  .bodyfy-access-page__benefits-body {
    inset: auto -20% -24% auto;
    height: clamp(380px, 56vw, 560px);
    opacity: 0.22;
  }

  .bodyfy-access-page__benefits-phone {
    left: 2%;
    width: min(42vw, 300px);
    max-width: 300px;
    transform: rotate(5deg);
  }

  .bodyfy-access-page__contact-media {
    order: -1;
    width: min(100%, 500px);
    margin-inline: auto;
  }

  .bodyfy-access-page__contact-shell {
    min-height: 0;
    padding: clamp(24px, 4vw, 30px) clamp(22px, 4vw, 34px) 0;
  }

  .bodyfy-access-page__contact-title {
    font-size: clamp(34px, 4.6vw, 56px);
  }

  .bodyfy-access-page__contact-media img {
    max-height: 300px;
    object-position: center;
  }

  .bodyfy-access-page__access-lock {
    border-right: 0;
    border-bottom: 1px solid rgba(16, 39, 69, 0.1);
  }
}

@media (max-width: 1024px) {
  .bodyfy-access-page__dashboard-media {
    gap: 12px;
    max-width: 560px;
    margin-inline: auto;
  }

  .bodyfy-access-page__dashboard-media-grid {
    gap: 12px;
  }

  .bodyfy-access-page__dashboard-media-card {
    padding: 8px;
    border-radius: 24px;
  }

  .bodyfy-access-page__dashboard-media-card img {
    border-radius: 18px;
  }

  .bodyfy-access-page__kit-media {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: end;
    gap: 12px;
    min-height: 0;
    max-width: 520px;
    margin-inline: auto;
    padding: 0;
    background: none;
  }

  .bodyfy-access-page__kit-media-item {
    position: static;
    width: 100%;
    transform: none;
    padding: 8px;
    border-radius: 24px;
  }

  .bodyfy-access-page__kit-media-item img {
    border-radius: 18px;
  }

  .bodyfy-access-page__kit-media-item--stand {
    grid-column: 1;
  }

  .bodyfy-access-page__kit-media-item--tablet {
    grid-column: 2;
  }

  .bodyfy-access-page__kit-media-item--mat {
    grid-column: 1 / -1;
    padding: 8px;
  }
}

@media (max-width: 820px) {
  .bodyfy-access-page__panel,
  .bodyfy-access-page__hero-shell,
  .bodyfy-access-page__access-shell {
    border-radius: 28px;
  }

  .bodyfy-access-page__overview-shell,
  .bodyfy-access-page__audiences-shell,
  .bodyfy-access-page__data-shell,
  .bodyfy-access-page__dashboard-shell,
  .bodyfy-access-page__kit-shell,
  .bodyfy-access-page__challenge-shell,
  .bodyfy-access-page__hero-shell,
  .bodyfy-access-page__access-shell {
    padding: 22px 18px;
  }

  .bodyfy-access-page__feature-grid,
  .bodyfy-access-page__strength-grid,
  .bodyfy-access-page__trust-grid {
    grid-template-columns: 1fr;
  }

  .bodyfy-access-page__hero-media {
    min-height: 360px;
  }

  .bodyfy-access-page__benefits-shell {
    width: 100vw;
    min-height: 0;
    margin-inline: calc(50% - 50vw);
    padding: 26px 18px;
    border-radius: 0;
  }

  .bodyfy-access-page__contact-shell {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding: 22px 18px 0;
    border-radius: 0;
  }

  .bodyfy-access-page__hero-tablet {
    inset: 6% 1% auto auto;
    width: min(88%, 360px);
  }

  .bodyfy-access-page__hero-phone {
    inset: auto auto 0 1%;
    width: min(44%, 185px);
  }

  .bodyfy-access-page__overview-media {
    width: min(100%, 440px);
    margin-inline: auto;
  }

  .bodyfy-access-page__challenge-shell {
    padding: 28px 20px;
  }

  .bodyfy-access-page__challenge-stage {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "media"
      "compare";
    gap: 18px;
  }

  .bodyfy-access-page__challenge-copy {
    gap: 16px;
  }

  .bodyfy-access-page__challenge-title {
    max-width: 9ch;
    font-size: clamp(40px, 7vw, 56px);
  }

  .bodyfy-access-page__challenge-media {
    justify-content: flex-start;
  }

  .bodyfy-access-page__challenge-media-frame {
    width: min(100%, 360px);
    min-height: 400px;
    padding: 12px;
  }

  .bodyfy-access-page__scans-media,
  .bodyfy-access-page__benefits-media,
  .bodyfy-access-page__data-media {
    min-height: 340px;
  }

  .bodyfy-access-page__scan-phone--back {
    inset: 1% auto auto 5%;
    width: min(44%, 220px);
  }

  .bodyfy-access-page__scan-phone--side {
    inset: 10% 2% auto auto;
    width: min(42%, 210px);
  }

  .bodyfy-access-page__benefits-grid {
    inset: 12% -22% -12% 16%;
  }

  .bodyfy-access-page__benefits-phone {
    inset: auto auto -1% 0;
    width: min(58%, 250px);
    max-width: 250px;
    transform: rotate(4deg);
  }

  .bodyfy-access-page__benefits-body {
    inset: auto -16% -12% auto;
    width: auto;
    height: clamp(300px, 54vw, 400px);
    opacity: 0.18;
  }

  .bodyfy-access-page__data-device--main {
    right: 8%;
    width: min(46%, 220px);
  }

  .bodyfy-access-page__data-device--secondary {
    left: 5%;
    width: min(34%, 165px);
  }

  .bodyfy-access-page__compare-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: none;
  }

  .bodyfy-access-page__compare-card {
    gap: 14px;
    padding: 22px 18px 20px;
    border-radius: 24px;
  }

  .bodyfy-access-page__compare-card-badge {
    width: 50px;
    height: 50px;
  }

  .bodyfy-access-page__compare-card h3 {
    font-size: 18px;
  }

  .bodyfy-access-page__kit-media {
    display: grid;
    gap: 14px;
    min-height: 0;
    padding: 0;
    background: none;
  }

  .bodyfy-access-page__kit-media-item {
    position: static;
    width: 100%;
    transform: none;
  }

  .bodyfy-access-page__kit-media-item--stand {
    order: 1;
  }

  .bodyfy-access-page__kit-media-item--tablet {
    order: 2;
  }

  .bodyfy-access-page__kit-media-item--mat {
    order: 3;
    padding: 10px;
  }
}

@media (max-width: 560px) {
  .bodyfy-access-page__hero-title,
  .bodyfy-access-page__contact-title {
    font-size: clamp(40px, 12vw, 60px);
    line-height: 0.98;
  }

  .bodyfy-access-page__hero-lead {
    font-size: 18px;
    line-height: 1.45;
  }

  .bodyfy-access-page__hero-text,
  .bodyfy-access-page__overview-text,
  .bodyfy-access-page__scans-text,
  .bodyfy-access-page__benefits-text,
  .bodyfy-access-page__access-text,
  .bodyfy-access-page__notice-copy p,
  .bodyfy-access-page__feature-card p,
  .bodyfy-access-page__trust-card p,
  .bodyfy-access-page__access-note p,
  .bodyfy-access-page__section-copy,
  .bodyfy-access-page__audience-card p,
  .bodyfy-access-page__strength-card p,
  .bodyfy-access-page__contact-text {
    font-size: 15px;
  }

  .bodyfy-access-page__notice {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .bodyfy-access-page__notice-icon {
    width: 48px;
    height: 48px;
  }

  .bodyfy-access-page__hero-media {
    min-height: 360px;
  }

  .bodyfy-access-page__scans-media,
  .bodyfy-access-page__benefits-media,
  .bodyfy-access-page__data-media {
    min-height: 320px;
  }

  .bodyfy-access-page__challenge-shell {
    padding: 24px 16px;
  }

  .bodyfy-access-page__challenge-title {
    font-size: clamp(34px, 10vw, 48px);
    max-width: none;
  }

  .bodyfy-access-page__challenge-media-frame {
    width: min(100%, 300px);
    min-height: 330px;
    padding: 10px;
  }

  .bodyfy-access-page__compare-card {
    padding: 20px 16px 18px;
    gap: 12px;
  }

  .bodyfy-access-page__compare-card-badge {
    width: 46px;
    height: 46px;
  }

  .bodyfy-access-page__compare-card-badge svg {
    width: 24px;
    height: 24px;
  }

  .bodyfy-access-page__compare-card ul {
    gap: 12px;
  }

  .bodyfy-access-page__compare-card h3 {
    font-size: 17px;
  }

  .bodyfy-access-page__benefits-shell {
    padding: 24px 18px;
  }

  .bodyfy-access-page__benefits-grid {
    inset: 12% -24% -8% 8%;
  }

  .bodyfy-access-page__benefits-phone {
    inset: auto auto 0 0;
    width: min(78%, 260px);
    max-width: 260px;
  }

  .bodyfy-access-page__benefits-body {
    inset: auto -18% -2% auto;
    width: auto;
    height: clamp(300px, 96vw, 460px);
    opacity: 0.18;
  }

  .bodyfy-access-page__data-device--main {
    right: 2%;
    width: min(58%, 210px);
  }

  .bodyfy-access-page__data-device--secondary {
    top: 6%;
    width: min(44%, 170px);
  }

  .bodyfy-access-page__contact-link {
    width: 100%;
    justify-content: flex-start;
  }

  .bodyfy-access-page__dashboard-media-grid {
    grid-template-columns: 1fr;
  }

  .bodyfy-access-page__dashboard-media-card,
  .bodyfy-access-page__kit-media-item {
    border-radius: 24px;
    padding: 8px;
  }

  .bodyfy-access-page__dashboard-media-card img,
  .bodyfy-access-page__kit-media-item img {
    border-radius: 18px;
  }

}

.services-hub-page__hero-text {
  max-width: 36ch;
  font-size: 17px;
  line-height: 1.7;
}

.services-hub-page__hero-controls {
  display: grid;
  gap: 14px;
  margin-top: 0;
  position: sticky;
  top: calc(110px + var(--wp-admin-bar-offset));
  z-index: 8;
}

.services-hub-page__top-section {
  padding-top: 8px;
}

.services-hub-page__filters {
  display: none;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding: 14px;
  border-radius: 24px;
  border: 1px solid rgba(161, 134, 102, 0.16);
  background: linear-gradient(
    180deg,
    rgba(255, 251, 246, 0.98),
    rgba(248, 242, 235, 0.96)
  );
  box-shadow:
    0 18px 40px rgba(95, 74, 53, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
}

.services-hub-page__chip {
  appearance: none;
  border: 1px solid rgba(159, 130, 96, 0.16);
  background: rgba(255, 255, 255, 0.7);
  color: rgba(44, 35, 26, 0.82);
  border-radius: 999px;
  min-height: 42px;
  padding: 0 8px 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.services-hub-page__chip-label {
  white-space: nowrap;
}

.services-hub-page__chip-count {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(44, 35, 26, 0.07);
  color: rgba(44, 35, 26, 0.68);
  font-size: 10px;
  letter-spacing: 0;
}

.services-hub-page__chip:hover {
  transform: translateY(-1px);
  color: var(--ink);
  border-color: rgba(159, 130, 96, 0.3);
  box-shadow: 0 10px 22px rgba(77, 58, 41, 0.08);
}

.services-hub-page__chip.is-active {
  color: #fffaf5;
  border-color: #1f1a15;
  background: linear-gradient(180deg, #2d241c, #191510);
  box-shadow: 0 14px 28px rgba(31, 24, 18, 0.22);
}

.services-hub-page__chip.is-active .services-hub-page__chip-count {
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 248, 242, 0.92);
}

.services-hub-page__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.services -hub-card {
  position: relative;
  display: grid;
  grid-template-rows: 278px minmax(0, 1fr);
  overflow: clip;
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.84), transparent 34%),
    linear-gradient(180deg, rgba(255, 252, 248, 0.98), rgba(243, 236, 228, 0.98));
  border: 1px solid rgba(181, 150, 117, 0.16);
  box-shadow:
    0 28px 60px rgba(96, 76, 54, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  transition:
    transform 260ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 260ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 220ms ease,
    opacity 180ms ease,
    filter 180ms ease;
}

.services-hub-card[hidden] {
  display: none;
}

.services-hub-card.is-filtering-out {
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  pointer-events: none;
  filter: saturate(0.92);
}

.services-hub-card.is-filtering-in {
  animation: servicesHubCardIn 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes servicesHubCardIn {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.services-hub-card__title {
  margin: 0;
  color: rgba(255, 249, 240, 0.98);
  font-family: var(--font-display);
  font-size: clamp(30px, 2.55vw, 40px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.035em;
  text-wrap: balance;
  text-shadow: 0 10px 28px rgba(22, 16, 10, 0.3);
}

.services-hub-card__media {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  min-height: 278px;
  background: linear-gradient(
    180deg,
    rgba(240, 234, 228, 0.9),
    rgba(220, 212, 204, 0.75)
  );
}

.services-hub-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 278px;
  border-radius: inherit;
  object-fit: cover;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.services-hub-card__media--placeholder {
  display: grid;
  place-items: end start;
  background:
    radial-gradient(
      circle at 18% 20%,
      rgba(214, 190, 160, 0.22),
      transparent 36%
    ),
    radial-gradient(
      circle at 82% 78%,
      rgba(205, 180, 150, 0.16),
      transparent 30%
    ),
    linear-gradient(135deg, rgba(248, 243, 237, 0.98), rgba(228, 217, 204, 0.92));
}

.services-hub-card__placeholder {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
}

.services-hub-card__media-sheen,
.services-hub-card__media-frame {
  position: absolute;
  pointer-events: none;
}

.services-hub-card__media-sheen {
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(24, 18, 12, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(24, 18, 12, 0), rgba(24, 18, 12, 0.56)),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.34), transparent 34%);
}

.services-hub-card__media-frame {
  inset: 14px;
  z-index: 2;
  border-radius: 22px;
  border: 1px solid rgba(255, 247, 235, 0.34);
}

.services-hub-card__media-copy {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 3;
  display: grid;
  gap: 8px;
  align-content: end;
  max-width: 30ch;
}

.services-hub-card__body {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 18px 26px 24px;
}

.services-hub-card__tag {
  max-width: 30ch;
  color: rgba(255, 243, 229, 0.84);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 8px 22px rgba(22, 16, 10, 0.22);
}

.services-hub-card__index {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  width: fit-content;
  color: rgba(74, 58, 43, 0.42);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.services-hub-card__text {
  margin: 0;
  max-width: 34ch;
  color: rgba(47, 39, 31, 0.74);
  font-size: 15px;
  line-height: 1.66;
}

.services-hub-card__bullets {
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.services-hub-card__bullets li {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  color: rgba(44, 35, 26, 0.72);
  font-size: 13px;
  line-height: 1.6;
}

.services-hub-card__bullets li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 0.42em;
  background: linear-gradient(
    180deg,
    rgba(180, 145, 106, 0.86),
    rgba(121, 92, 64, 0.86)
  );
  box-shadow: 0 0 0 4px rgba(180, 145, 106, 0.09);
}

.services-hub-card__footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(188, 155, 108, 0.14);
}

.services-hub-card__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 24px 0 0;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.services-hub-card__cta::after {
  content: "→";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-52%);
  color: var(--bronze-deep);
  transition: transform 180ms ease, color 180ms ease;
}

.services-hub-card:hover,
.services-hub-card:focus-within {
  transform: translateY(-8px);
  border-color: rgba(188, 155, 108, 0.26);
  box-shadow:
    0 34px 68px rgba(93, 72, 51, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.services-hub-card:hover .services-hub-card__media img {
  transform: scale(1.06);
}

.services-hub-card:hover .services-hub-card__media-sheen,
.services-hub-card:focus-within .services-hub-card__media-sheen {
  background:
    linear-gradient(180deg, rgba(24, 18, 12, 0.06), transparent 24%),
    linear-gradient(180deg, rgba(24, 18, 12, 0), rgba(24, 18, 12, 0.62)),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.4), transparent 36%);
}

.services-hub-card:hover .services-hub-card__cta::after,
.services-hub-card:focus-within .services-hub-card__cta::after {
  color: var(--ink);
  transform: translate(5px, -52%);
}

.services-hub-page__activation-offer {
  padding-top: 20px;
}

.services-hub-page__activation-offer-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 28px;
  align-items: center;
  padding: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 50%, rgba(255, 255, 255, 0.9), transparent 30%),
    radial-gradient(circle at 92% 16%, rgba(243, 231, 213, 0.48), transparent 24%),
    radial-gradient(circle at 84% 82%, rgba(236, 221, 200, 0.32), transparent 28%),
    linear-gradient(145deg, rgba(255, 252, 248, 0.99), rgba(243, 236, 227, 0.98));
  border: 1px solid rgba(188, 171, 149, 0.28);
  box-shadow:
    0 24px 58px rgba(76, 58, 38, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.services-hub-page__activation-offer-panel::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 32px;
  border: 1px solid rgba(201, 182, 155, 0.38);
  pointer-events: none;
}

.services-hub-page__activation-offer-panel::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: 18px;
  width: min(44%, 420px);
  height: min(58%, 420px);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(235, 221, 198, 0.22), rgba(235, 221, 198, 0) 72%);
  filter: blur(2px);
  pointer-events: none;
}

.services-hub-page__activation-offer-copy,
.services-hub-page__activation-offer-stage {
  position: relative;
  z-index: 1;
}

.services-hub-page__activation-offer-copy {
  display: grid;
  gap: 16px;
  padding: 14px 8px 14px 14px;
}

.services-hub-page__activation-offer-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--bronze-deep);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.services-hub-page__activation-offer-eyebrow img,
.services-hub-page__activation-offer-footnote img,
.services-hub-page__activation-offer-price-top img,
.services-hub-page__activation-offer-pill img,
.services-hub-page__activation-offer-formula-badge img,
.services-hub-page__activation-offer-item-icon img,
.services-hub-page__activation-offer-meta-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.services-hub-page__activation-offer-eyebrow img {
  width: 24px;
  height: 24px;
}

.services-hub-page__activation-offer-title {
  max-width: 12ch;
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(46px, 5.4vw, 74px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.services-hub-page__activation-offer-text {
  max-width: 30ch;
  margin: 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.52;
}

.services-hub-page__activation-offer-list {
  display: grid;
  gap: 10px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.services-hub-page__activation-offer-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
}

.services-hub-page__activation-offer-item-icon,
.services-hub-page__activation-offer-meta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(184, 141, 90, 0.24);
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.98), transparent 34%),
    linear-gradient(180deg, rgba(255, 251, 246, 0.98), rgba(241, 232, 220, 0.96));
  box-shadow:
    0 10px 22px rgba(126, 99, 67, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.services-hub-page__activation-offer-item-icon {
  width: 46px;
  height: 46px;
  padding: 10px;
}

.services-hub-page__activation-offer-footnote {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  max-width: 34ch;
  margin-top: 8px;
  padding-top: 16px;
  border-top: 2px solid rgba(184, 141, 90, 0.28);
}

.services-hub-page__activation-offer-footnote img {
  width: 38px;
  height: 38px;
}

.services-hub-page__activation-offer-footnote p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.5;
}

.services-hub-page__activation-offer-stage {
  display: grid;
}

.services-hub-page__activation-offer-price-card {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 28px 24px 24px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 22% 0%, rgba(255, 255, 255, 0.94), transparent 28%),
    linear-gradient(180deg, rgba(255, 252, 248, 0.98), rgba(243, 236, 227, 0.96));
  border: 1px solid rgba(202, 183, 156, 0.66);
  box-shadow:
    0 18px 42px rgba(93, 72, 51, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.services-hub-page__activation-offer-price-top {
  display: grid;
  grid-template-columns: 1fr 34px 1fr;
  align-items: center;
  gap: 10px;
}

.services-hub-page__activation-offer-price-top span {
  height: 1px;
  background: linear-gradient(90deg, rgba(184, 141, 90, 0.18), rgba(184, 141, 90, 0.74), rgba(184, 141, 90, 0.18));
}

.services-hub-page__activation-offer-price-top img {
  width: 34px;
  height: 34px;
}

.services-hub-page__activation-offer-price {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(76px, 7vw, 100px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  text-align: center;
}

.services-hub-page__activation-offer-validity {
  margin: 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.3;
  text-align: center;
}

.services-hub-page__activation-offer-validity strong {
  color: var(--bronze-deep);
  font-size: 1.22em;
  font-weight: 700;
}

.services-hub-page__activation-offer-pill {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.98), transparent 24%),
    linear-gradient(180deg, rgba(250, 243, 230, 0.98), rgba(232, 214, 187, 0.95));
  border: 1px solid rgba(188, 155, 108, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 10px 22px rgba(126, 99, 67, 0.14);
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
}

.services-hub-page__activation-offer-pill img {
  width: 20px;
  height: 20px;
}

.services-hub-page__activation-offer-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.services-hub-page__activation-offer-meta-card {
  display: grid;
  justify-items: center;
  gap: 9px;
  min-height: 126px;
  padding: 16px 10px;
  border-radius: 20px;
  background: rgba(255, 253, 250, 0.84);
  border: 1px solid rgba(202, 183, 156, 0.48);
  box-shadow:
    0 10px 22px rgba(93, 72, 51, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.services-hub-page__activation-offer-meta-icon {
  width: 48px;
  height: 48px;
  padding: 11px;
}

.services-hub-page__activation-offer-meta-label {
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-wrap: balance;
}

.services-hub-page__activation-offer-formula {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 20px 16px 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(250, 246, 241, 0.96), rgba(242, 235, 226, 0.98));
  border: 1px solid rgba(202, 183, 156, 0.48);
}

.services-hub-page__activation-offer-formula-badge {
  position: absolute;
  left: 50%;
  top: -16px;
  width: 36px;
  height: 36px;
  padding: 8px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255, 251, 246, 1), rgba(239, 229, 215, 0.98));
  border: 1px solid rgba(188, 155, 108, 0.42);
  box-shadow: 0 8px 18px rgba(126, 99, 67, 0.12);
}

.services-hub-page__activation-offer-formula-title-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}

.services-hub-page__activation-offer-formula-title-row span {
  height: 1px;
  background: linear-gradient(90deg, rgba(184, 141, 90, 0.16), rgba(184, 141, 90, 0.6), rgba(184, 141, 90, 0.16));
}

.services-hub-page__activation-offer-formula h3 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.services-hub-page__activation-offer-formula p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

.final-cta {
  padding-top: 20px;
}

.final-cta__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: 38px;
  align-items: center;
  max-height: max-content;
  overflow: visible;
  position: relative;
  padding: 36px;
  background: linear-gradient(
    145deg,
    rgba(255, 252, 248, 0.98),
    rgba(244, 236, 228, 0.98)
  );
  box-shadow:
    0 26px 56px rgba(91, 71, 50, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.final-cta__copy {
  display: grid;
  gap: 16px;
  max-width: 500px;
}

.final-cta__title {
  max-width: 16ch;
}

.final-cta__text {
  max-width: 40ch;
  margin: 0;
}

.final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-start;
  align-items: center;
}

.final-cta__actions .button-inline,
.final-cta__actions .button,
.final-cta__actions .button-ghost {
  width: auto;
}

.final-cta__link {
  position: relative;
  padding-right: 18px;
}

.final-cta__link::after {
  content: "→";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-52%);
}

.final-cta__secondary {
  flex: 0 0 auto;
}

.final-cta__visual {
  position: absolute;
  align-self: stretch;
  right: -37px;
  bottom: 0;
  height: 410px;
  width: min(34%, 440px);
  min-height: 380px;
}

.final-cta__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.final-cta__visual--placeholder {
  display: grid;
  place-items: end center;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(214, 191, 158, 0.32),
      transparent 42%
    ),
    linear-gradient(180deg, rgba(248, 244, 239, 0.64), rgba(232, 224, 216, 0.9));
}

.final-cta__figure {
  position: relative;
  width: min(250px, 88%);
  height: 100%;
}

.final-cta__figure span {
  position: absolute;
  inset: 26px 0 0;
  margin: auto;
  width: 72%;
  border-radius: 180px 180px 24px 24px;
  background:
    radial-gradient(
      circle at 50% 22%,
      rgba(255, 255, 255, 0.7),
      transparent 16%
    ),
    linear-gradient(
      180deg,
      rgba(245, 240, 234, 0.92),
      rgba(224, 214, 202, 0.98)
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 28px 40px rgba(56, 44, 34, 0.1);
}

@keyframes appShowcaseFloatPhone {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-6px, -10px, 0);
  }
}

@keyframes appShowcaseFloatWatch {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(8px, -8px, 0);
  }
}

@keyframes cf7SpinnerSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.locations-teaser {
  display: grid;
  gap: 28px;
}

.locations-teaser__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  margin-bottom: clamp(28px, 4vw, 38px);
}

.locations-teaser__eyebrow {
  color: #24201b;
  letter-spacing: 0.13em;
}

.locations-teaser__title {
  margin: 0;
  max-width: 12ch;
  text-wrap: balance;
}

.locations-teaser__subtitle {
  margin: 0;
  max-width: 660px;
}

.locations-teaser__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.locations-teaser-card {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(202, 187, 165, 0.22);
  background:
    linear-gradient(
      180deg,
      rgba(255, 253, 249, 0.98),
      rgba(250, 246, 239, 0.92)
    ),
    radial-gradient(
      circle at top center,
      rgba(255, 255, 255, 0.72),
      transparent 58%
    );
  box-shadow:
    0 16px 34px rgba(34, 28, 22, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.locations-teaser-card:hover {
  transform: translateY(-3px);
  border-color: rgba(173, 140, 86, 0.32);
  box-shadow:
    0 22px 42px rgba(34, 28, 22, 0.08),
    0 0 0 1px rgba(173, 140, 86, 0.12);
}

.locations-teaser-card__media {
  display: block;
  aspect-ratio: 1.58;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(23, 22, 20, 0.04), rgba(255, 255, 255, 0.18)),
    linear-gradient(180deg, #efe6dc 0%, #e6ddd1 100%);
  border-bottom: 1px solid rgba(23, 22, 20, 0.05);
}

.locations-teaser-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.34s ease;
}

.locations-teaser-card:hover .locations-teaser-card__media img {
  transform: scale(1.02);
}

.locations-teaser-card__body {
  padding: 18px 20px 20px;
  display: grid;
  justify-items: start;
  gap: 10px;
}

.locations-teaser-card__body h3 {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(17px, 1.35vw, 22px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1a1714;
}

.locations-teaser-card__body p {
  margin: 0;
  color: rgba(70, 62, 54, 0.84);
  font-size: 14px;
  line-height: 1.72;
}

.locations-teaser-card__link {
  position: relative;
  gap: 8px;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.locations-teaser-card__link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 18px;
  bottom: -4px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(184, 141, 90, 0.14),
    rgba(184, 141, 90, 0.74),
    rgba(184, 141, 90, 0.14)
  );
  transform: scaleX(0.58);
  transform-origin: left center;
  transition:
    transform 0.24s ease,
    opacity 0.24s ease;
  opacity: 0.72;
}

.locations-teaser-card__link::after {
  content: "→";
  font-size: 1.05em;
  line-height: 1;
  transition: transform 0.24s ease;
}

.locations-teaser-card__link:hover::before,
.locations-teaser-card__link:focus-visible::before {
  transform: scaleX(1);
}

.locations-teaser-card__link:hover::after,
.locations-teaser-card__link:focus-visible::after {
  transform: translateX(4px);
}

.locations-teaser__actions {
  display: flex;
  justify-content: center;
}

.locations-teaser__cta {
  position: relative;
  min-height: 46px;
  padding-inline: 8px;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.locations-teaser__cta::before,
.locations-teaser__cta::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 54px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(184, 141, 90, 0.08),
    rgba(184, 141, 90, 0.62),
    rgba(184, 141, 90, 0.08)
  );
  transform: translateY(-50%);
}

.locations-teaser__cta::before {
  right: calc(100% + 16px);
}

.locations-teaser__cta::after {
  left: calc(100% + 16px);
}

.locations-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.location-card {
  overflow: hidden;
}

.location-card__map {
  min-height: 240px;
  background:
    linear-gradient(135deg, rgba(23, 22, 20, 0.04), rgba(255, 255, 255, 0.18)),
    linear-gradient(180deg, #efe6dc 0%, #e6ddd1 100%);
  border-bottom: 1px solid rgba(23, 22, 20, 0.05);
}

.location-card__map img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
}

.map-placeholder {
  margin: 18px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.5;
}

.location-card__body {
  padding: 24px;
  display: grid;
  gap: 16px;
}

.corporate-panel {
  padding: 34px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.88fr);
  gap: 22px;
}

.corporate-panel__stats {
  display: grid;
  gap: 12px;
}

.corporate-mini {
  padding: 18px;
}

.consult-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  gap: 22px;
  align-items: start;
}

.contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.contact-panel,
.form-panel {
  padding: 30px;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
  margin: 18px  0;
  padding: 0;
}

.pill {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 600;
}

.contact-strip {
  margin-top: 24px;
  padding: 18px 20px;
  border-radius: 22px;
  background: var(--surface-soft);
  border: 1px solid rgba(255, 255, 255, 0.78);
}

.form-grid {
  margin-top: 22px;
}

.field {
  display: grid;
  gap: 8px;
}

.field--full {
  grid-column: 1 / -1;
}

.field label {
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(23, 22, 20, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--ink);
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.field textarea {
  min-height: 128px;
  resize: vertical;
}

.field.is-invalid label {
  color: #8e4b36;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(184, 141, 90, 0.4);
  box-shadow: 0 0 0 4px rgba(184, 141, 90, 0.12);
  background: rgba(255, 255, 255, 0.96);
}

.field.is-invalid input,
.field.is-invalid select,
.field.is-invalid textarea {
  border-color: rgba(179, 96, 68, 0.5);
  background: rgba(255, 245, 242, 0.96);
  box-shadow: 0 0 0 4px rgba(179, 96, 68, 0.1);
}

.field__error,
.consultation-fieldset__error {
  min-height: 18px;
  margin: 0;
  color: #9a5138;
  font-size: 13px;
  line-height: 1.45;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.form-status {
  display: none;
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(184, 141, 90, 0.12);
  color: var(--ink-soft);
  font-size: 14px;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-error {
  background: rgba(194, 111, 82, 0.12);
  color: #7b3f2e;
}

.consult-section__form-panel {
  display: grid;
  gap: 22px;
}

.consult-section__form-panel > p {
  margin: 0;
  max-width: 56ch;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.consult-section__form-shell,
.consult-section__form-shell .wpcf7,
.consult-section__form-shell .wpcf7 form {
  display: grid;
  gap: 16px;
}

.consult-section__form-shell .wpcf7 p {
  margin: 0;
}

.consult-section__form-shell .wpcf7 label {
  display: grid;
  gap: 8px;
  color: #685643;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.consult-section__form-shell .wpcf7-form-control-wrap {
  display: block;
}

.consult-section__form-shell
  .wpcf7
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.consult-section__form-shell .wpcf7 input[type="email"],
.consult-section__form-shell .wpcf7 input[type="tel"],
.consult-section__form-shell .wpcf7 input[type="text"],
.consult-section__form-shell .wpcf7 select,
.consult-section__form-shell .wpcf7 textarea {
  width: 100%;
  min-height: 56px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(23, 22, 20, 0.1);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(252, 248, 243, 0.92)
  );
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
  box-shadow:
    0 10px 18px rgba(43, 35, 28, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease,
    background-color 0.2s ease;
}

.consult-section__form-shell
  .wpcf7
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::placeholder,
.consult-section__form-shell .wpcf7 input[type="email"]::placeholder,
.consult-section__form-shell .wpcf7 input[type="tel"]::placeholder,
.consult-section__form-shell .wpcf7 input[type="text"]::placeholder,
.consult-section__form-shell .wpcf7 textarea::placeholder {
  color: var(--muted);
  opacity: 1;
}

.consult-section__form-shell .wpcf7 select {
  appearance: none;
  color: var(--muted);
  padding-left: 20px;
  padding-right: 52px;
  background-color: rgba(255, 255, 255, 0.98);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M2.5 5.25 7 9.75 11.5 5.25' stroke='%23222222' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  background-size: 14px 14px;
}

.consult-section__form-shell .wpcf7 select option {
  color: var(--ink);
}

.consult-section__form-shell .wpcf7 select option:first-child,
.consult-section__form-shell .wpcf7 select option[value=""] {
  color: var(--muted);
}

.consult-section__form-shell .wpcf7 select:required:invalid {
  color: var(--muted);
}

.consult-section__form-shell .wpcf7 textarea {
  min-height: 140px;
  resize: vertical;
}

.consult-section__form-shell
  .wpcf7
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.consult-section__form-shell .wpcf7 select:focus,
.consult-section__form-shell .wpcf7 textarea:focus {
  outline: none;
  border-color: rgba(184, 141, 90, 0.42);
  box-shadow:
    0 0 0 4px rgba(184, 141, 90, 0.12),
    0 12px 22px rgba(43, 35, 28, 0.06);
  background-color: rgba(255, 255, 255, 0.98);
}

.consult-section__form-shell .wpcf7 .wpcf7-submit {
  min-width: 220px;
  min-height: 52px;
  padding: 14px 22px;
  border: 0;
  border-radius: 999px;
  background: var(--surface-dark);
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 20px 40px rgba(23, 22, 20, 0.14);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}

.consult-section__form-shell .wpcf7 .wpcf7-submit:hover,
.consult-section__form-shell .wpcf7 .wpcf7-submit:focus-visible {
  transform: translateY(-1px);
}

.consult-section__form-panel.is-submitting .wpcf7-submit {
  opacity: 0.7;
  pointer-events: none;
}

.consult-section__form-panel.is-submitting .wpcf7 .wpcf7-submit:disabled {
  opacity: 1;
}

.consult-section__form-shell .wpcf7 .wpcf7-not-valid-tip {
  margin-top: 8px;
  color: #9f4f45;
  font-size: 12px;
  line-height: 1.45;
}

.consult-section__form-shell .wpcf7 .wpcf7-not-valid {
  border-color: rgba(159, 79, 69, 0.36);
  box-shadow: 0 0 0 4px rgba(159, 79, 69, 0.08);
}

.consult-section__form-shell .wpcf7 .wpcf7-list-item {
  margin: 0;
}

.consult-section__form-shell .wpcf7 .wpcf7-acceptance,
.consult-section__form-shell .wpcf7 .wpcf7-checkbox {
  display: block;
}

.consult-section__form-shell .wpcf7 .wpcf7-acceptance .wpcf7-list-item > label,
.consult-section__form-shell .wpcf7 .wpcf7-checkbox .wpcf7-list-item > label {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
}

.consult-section__form-shell .wpcf7 .wpcf7-list-item-label {
  display: block;
  padding-left: 2px;
}

.consult-section__form-shell .wpcf7 input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  min-height: 18px;
  flex: 0 0 18px;
  margin-top: 3px;
  border: 1px solid rgba(50, 40, 32, 0.48);
  border-radius: 5px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1),
    rgba(244, 235, 224, 0.98)
  );
  box-shadow:
    0 8px 16px rgba(43, 35, 28, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.consult-section__form-shell .wpcf7 input[type="checkbox"]:checked {
  border-color: #171614;
  background-color: #171614;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath d='M2.2 5.7 4.55 8.05 8.8 3.8' stroke='white' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 11px 11px;
  box-shadow:
    0 10px 20px rgba(23, 22, 20, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.consult-section__form-shell .wpcf7 input[type="checkbox"]:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 4px rgba(184, 141, 90, 0.12),
    0 10px 20px rgba(31, 26, 21, 0.1);
}

.consult-section__form-shell .wpcf7 .wpcf7-list-item-label::before {
  content: none;
}

.consult-section__form-fallback {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.consultation-page__hero {
  padding-top: 18px;
}

.consultation-page__hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 0;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(214, 198, 176, 0.42);
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 255, 255, 0.94),
      transparent 36%
    ),
    linear-gradient(
      180deg,
      rgba(255, 253, 249, 0.98),
      rgba(247, 241, 233, 0.94)
    );
  box-shadow:
    0 26px 60px rgba(61, 47, 34, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.consultation-page__hero-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(34px, 5vw, 58px);
}

.consultation-page__eyebrow {
  color: rgba(171, 132, 84, 0.92);
}

.consultation-page__hero-title {
  max-width: 11ch;
}

.consultation-page__hero-text {
  max-width: 35ch;
  margin: 0;
}

.consultation-page__hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.consultation-page__hero-point {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(194, 171, 141, 0.22);
  background: rgba(255, 255, 255, 0.78);
  color: rgba(53, 43, 33, 0.82);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  box-shadow: 0 12px 24px rgba(44, 34, 25, 0.05);
}

.consultation-page__hero-visual {
  position: relative;
  min-height: 100%;
  background:
    radial-gradient(
      circle at 22% 18%,
      rgba(255, 255, 255, 0.42),
      transparent 28%
    ),
    linear-gradient(180deg, rgba(246, 240, 233, 0.62), rgba(225, 214, 201, 0.3));
}

.consultation-page__hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(255, 251, 245, 0.2),
      transparent 32%,
      rgba(60, 42, 25, 0.12) 100%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 54%);
  pointer-events: none;
}

.consultation-page__hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.consultation-page__hero-badge {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 1;
  max-width: 280px;
  padding: 18px 20px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(22, 18, 14, 0.72);
  color: rgba(250, 244, 235, 0.92);
  box-shadow: 0 18px 34px rgba(13, 10, 8, 0.22);
  backdrop-filter: blur(14px);
}

.consultation-page__hero-badge strong,
.consultation-page__hero-badge span {
  display: block;
}

.consultation-page__hero-badge strong {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.consultation-page__hero-badge span {
  margin-top: 8px;
  color: rgba(240, 232, 222, 0.78);
  font-size: 13px;
  line-height: 1.65;
}

.consultation-page__hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.consultation-page__hero-cta {
  min-height: 54px;
  padding-inline: 28px;
}

.consultation-page__flow-section {
  padding-top: 12px;
}

.consultation-flow {
  display: grid;
  gap: 26px;
  padding: clamp(24px, 4vw, 36px);
  border-radius: 36px;
  border: 1px solid rgba(212, 195, 172, 0.44);
  background:
    radial-gradient(
      circle at top center,
      rgba(255, 255, 255, 0.92),
      transparent 48%
    ),
    linear-gradient(
      180deg,
      rgba(255, 253, 249, 0.99),
      rgba(245, 239, 231, 0.97)
    );
  box-shadow:
    0 28px 64px rgba(61, 47, 34, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  scroll-margin-top: calc(108px + var(--wp-admin-bar-offset));
}

.consultation-flow__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.consultation-step {
  appearance: none;
  position: relative;
  display: grid;
  gap: 12px;
  padding: 0;
  border: 0;
  background: none;
  color: rgba(99, 84, 68, 0.88);
  text-align: left;
  cursor: pointer;
}

.consultation-step::after {
  content: "";
  position: absolute;
  top: 26px;
  left: calc(52px + 14px);
  right: -7px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(189, 165, 132, 0.44),
    rgba(189, 165, 132, 0.1)
  );
}

.consultation-step:last-child::after {
  display: none;
}

.consultation-step[disabled] {
  cursor: default;
}

.consultation-step[disabled] .consultation-step__copy {
  opacity: 0.72;
}

.consultation-step__marker {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(196, 176, 148, 0.42);
  background: rgba(255, 255, 255, 0.82);
  color: rgba(58, 46, 35, 0.78);
  font-size: 15px;
  font-weight: 700;
  box-shadow:
    0 12px 22px rgba(49, 37, 27, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

.consultation-step__copy strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.consultation-step__copy {
  min-width: 0;
}

.consultation-step.is-active .consultation-step__marker,
.consultation-step[aria-current="step"] .consultation-step__marker {
  background: linear-gradient(180deg, #221c16, #12100d);
  border-color: rgba(34, 28, 22, 0.94);
  color: #fff8f1;
  box-shadow:
    0 18px 32px rgba(20, 16, 12, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.consultation-step.is-complete .consultation-step__marker {
  background: linear-gradient(
    180deg,
    rgba(196, 161, 115, 0.94),
    rgba(150, 110, 68, 0.94)
  );
  border-color: rgba(150, 110, 68, 0.94);
  color: #fff9f2;
}

.consultation-step.is-active .consultation-step__copy,
.consultation-step.is-complete .consultation-step__copy {
  color: #1a1511;
}

.consultation-step:hover .consultation-step__marker:not(:disabled) {
  transform: translateY(-1px);
}

.consultation-flow__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
  gap: 22px;
  align-items: start;
}

.consultation-flow.is-success .consultation-flow__layout {
  grid-template-columns: minmax(0, 1fr);
}

.consultation-flow__form {
  display: grid;
  gap: 24px;
  min-height: 100%;
}

.consultation-flow__form.is-complete .consultation-flow__panel {
  opacity: 0.76;
}

.consultation-flow__form.is-success {
  gap: 0;
}

.consultation-flow__form.is-success .consultation-flow__panel,
.consultation-flow__form.is-success .consultation-flow__status,
.consultation-flow__form.is-success .consultation-flow__footer {
  display: none;
}

.consultation-flow__panel {
  display: grid;
  gap: 22px;
}

.consultation-flow__panel[hidden] {
  display: none;
}

.consultation-flow__panel-intro {
  display: grid;
  gap: 10px;
}

.consultation-flow__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 400;
}

.consultation-flow__copy {
  margin: 0;
  max-width: 58ch;
}

.consultation-flow__fields {
  margin-top: 0;
}

.consultation-fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  display: grid;
  gap: 18px;
}

.consultation-fieldset legend {
  padding: 0;
  color: #2a221b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.consultation-fieldset.is-invalid legend {
  color: #8e4b36;
}

.consultation-choice-grid {
  display: grid;
  gap: 16px;
}

.consultation-choice-grid--goals {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.consultation-choice-grid--compact {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.consultation-choice {
  position: relative;
  display: block;
  cursor: pointer;
}

.consultation-choice input {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.consultation-choice__card {
  position: relative;
  min-height: 146px;
  padding: 20px 20px 22px;
  display: grid;
  align-content: start;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid rgba(197, 177, 148, 0.22);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96),
    rgba(248, 243, 236, 0.92)
  );
  box-shadow:
    0 14px 28px rgba(54, 42, 31, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease;
}

.consultation-choice__indicator {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(174, 149, 117, 0.44);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
  transition:
    border-color 0.22s ease,
    background-color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.consultation-choice__indicator::after {
  content: "";
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 6.2 4.6 8.8 10 3.4' stroke='%23fff7ef' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  transform: scale(0.82);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}

.consultation-choice__card strong,
.consultation-choice__card small {
  display: block;
}

.consultation-choice__card strong {
  color: #181411;
  max-width: calc(100% - 42px);
  font-size: 17px;
  line-height: 1.22;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.consultation-choice__card small {
  color: rgba(91, 76, 60, 0.82);
  max-width: 28ch;
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: -0.01em;
}

.consultation-choice__card--compact {
  min-height: 82px;
  padding: 16px 18px;
  gap: 6px;
  justify-items: start;
}

.consultation-choice:hover .consultation-choice__card {
  transform: translateY(-1px);
  border-color: rgba(174, 149, 117, 0.34);
  box-shadow:
    0 18px 32px rgba(61, 47, 34, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.consultation-choice__card--compact strong {
  font-size: 16px;
  line-height: 1.2;
}

.consultation-choice__card--compact small {
  max-width: none;
  font-size: 13px;
  line-height: 1.45;
}

.consultation-choice__card--plain {
  min-height: 86px;
  padding: 18px 18px 18px 20px;
  gap: 0;
  align-content: center;
}

.consultation-choice__card--plain strong {
  max-width: calc(100% - 40px);
  font-size: 15px;
  line-height: 1.24;
  letter-spacing: -0.01em;
  text-wrap: auto;
}

.consultation-choice input:checked + .consultation-choice__card {
  transform: translateY(-2px);
  border-color: rgba(113, 84, 50, 0.72);
  background: linear-gradient(
    180deg,
    rgba(255, 250, 244, 0.99),
    rgba(238, 226, 208, 0.98)
  );
  box-shadow:
    0 22px 40px rgba(61, 47, 34, 0.1),
    0 0 0 1px rgba(113, 84, 50, 0.18);
}

.consultation-choice
  input:checked
  + .consultation-choice__card
  .consultation-choice__indicator {
  border-color: rgba(34, 28, 22, 0.94);
  background: linear-gradient(180deg, #221c16, #16120f);
  box-shadow: 0 10px 20px rgba(34, 28, 22, 0.18);
  transform: scale(1.04);
}

.consultation-choice
  input:checked
  + .consultation-choice__card
  .consultation-choice__indicator::after {
  opacity: 1;
  transform: scale(1);
}

.consultation-choice input:focus-visible + .consultation-choice__card {
  border-color: rgba(171, 132, 84, 0.56);
  box-shadow:
    0 0 0 4px rgba(171, 132, 84, 0.16),
    0 16px 30px rgba(61, 47, 34, 0.06);
}

.consultation-choice input:disabled + .consultation-choice__card {
  opacity: 0.72;
  transform: none;
}

.consultation-review {
  display: grid;
  gap: 20px;
}

.consultation-review__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.consultation-review__item,
.consultation-summary__item {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(201, 184, 160, 0.2);
  background: rgba(255, 255, 255, 0.7);
}

.consultation-review__item span,
.consultation-summary__item span {
  display: block;
  color: rgba(114, 97, 79, 0.88);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.consultation-review__item strong,
.consultation-summary__item strong {
  display: block;
  margin-top: 8px;
  color: #181411;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
}

.consultation-flow__consent {
  gap: 0;
}

.consultation-flow__checkbox {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: rgba(63, 51, 40, 0.84);
  font-size: 14px;
  line-height: 1.7;
}

.consultation-flow__checkbox input {
  margin-top: 4px;
  accent-color: #1f1a15;
}

.consultation-flow__consent.is-invalid .consultation-flow__checkbox {
  color: #7b3f2e;
}

.consultation-flow__footer {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 8px;
  border-top: 1px solid rgba(189, 170, 145, 0.22);
}

.consultation-flow__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-left: auto;
}

.consultation-flow__back,
.consultation-flow__next,
.consultation-flow__submit {
  min-height: 52px;
  padding-inline: 24px;
}

.consultation-flow__footer[hidden],
.consultation-flow__back[hidden],
.consultation-flow__next[hidden],
.consultation-flow__submit[hidden] {
  display: none !important;
}

.consultation-flow__status {
  width: 100%;
  margin-top: 0;
}

.consultation-success {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 22px 24px;
  border-radius: 24px;
  border: 1px solid rgba(182, 158, 127, 0.42);
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 255, 255, 0.94),
      transparent 40%
    ),
    linear-gradient(
      180deg,
      rgba(252, 248, 242, 0.98),
      rgba(242, 233, 220, 0.96)
    );
  box-shadow:
    0 22px 42px rgba(61, 47, 34, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.consultation-success[hidden] {
  display: none;
}

.consultation-success__icon {
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(180deg, #221c16, #12100d);
  box-shadow: 0 18px 30px rgba(34, 28, 22, 0.2);
}

.consultation-success__icon::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 21px;
  width: 12px;
  height: 20px;
  border-right: 3px solid #fff7ef;
  border-bottom: 3px solid #fff7ef;
  transform: rotate(45deg);
}

.consultation-success__body {
  display: grid;
  gap: 8px;
}

.consultation-success__eyebrow {
  color: rgba(105, 82, 54, 0.84);
}

.consultation-success__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 400;
}

.consultation-success__text {
  margin: 0;
  color: rgba(79, 64, 48, 0.86);
  font-size: 15px;
  line-height: 1.8;
}

.consultation-flow__aside {
  position: sticky;
  top: calc(118px + var(--wp-admin-bar-offset));
  display: grid;
  gap: 18px;
}

.consultation-summary {
  display: grid;
  gap: 18px;
}

.consultation-summary__title {
  margin-top: 0;
}

.consultation-summary__text {
  margin: 0;
}

.consultation-summary__list {
  display: grid;
  gap: 10px;
}

.consultation-page__benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.consultation-page__benefit-card {
  min-height: 100%;
  display: grid;
  align-content: start;
  gap: 12px;
}

.consultation-page__benefit-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 400;
}

.consultation-page__benefit-text {
  margin: 0;
  color: rgba(82, 68, 54, 0.84);
  font-size: 15px;
  line-height: 1.78;
}

@media (max-width: 1180px) {
  .consultation-page__hero-shell {
    grid-template-columns: 1fr;
  }

  .consultation-page__hero-copy {
    gap: 16px;
    padding: 34px 30px 28px;
  }

  .consultation-page__hero-title {
    max-width: 12ch;
  }

  .consultation-page__hero-text {
    max-width: 44ch;
  }

  .consultation-page__hero-visual {
    min-height: 0;
  }

  .consultation-page__hero-visual img {
    min-height: 290px;
    max-height: 340px;
  }

  .consultation-page__hero-badge {
    left: 22px;
    right: auto;
    bottom: 22px;
    max-width: 250px;
    padding: 14px 16px;
    border-radius: 20px;
  }

  .consultation-flow {
    gap: 22px;
    padding: 26px 24px;
    border-radius: 30px;
  }

  .consultation-flow__steps {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .consultation-step {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 12px 14px;
    border-radius: 20px;
    border: 1px solid rgba(196, 176, 148, 0.24);
    background: rgba(255, 255, 255, 0.76);
    box-shadow:
      0 10px 22px rgba(49, 37, 27, 0.04),
      inset 0 1px 0 rgba(255, 255, 255, 0.88);
  }

  .consultation-step::after {
    display: none;
  }

  .consultation-step__marker {
    width: 46px;
    height: 46px;
    font-size: 14px;
    box-shadow:
      0 10px 20px rgba(49, 37, 27, 0.05),
      inset 0 1px 0 rgba(255, 255, 255, 0.86);
  }

  .consultation-step__copy strong {
    font-size: 15px;
    line-height: 1.3;
  }

  .consultation-flow__layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .consultation-flow__aside {
    position: static;
  }

  .consultation-choice-grid--goals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .consultation-choice-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .final-cta__panel {
    display: block;
    gap: 0;
    min-height: 272px;
    padding: 28px 228px 28px 24px;
    border-radius: 28px;
  }

  .final-cta__copy {
    gap: 12px;
    max-width: 32ch;
  }

  .final-cta__title {
    max-width: 13ch;
  }

  .final-cta__text {
    max-width: 31ch;
  }

  .final-cta__visual {
    position: absolute;
    right: -10px;
    bottom: -2px;
    width: min(32vw, 250px);
    min-height: 0;
    height: 110%;
    border-radius: 0;
    overflow: visible;
  }
}

@media (max-width: 1120px) {
  .consultation-page__hero-shell {
    border-radius: 30px;
  }

  .consultation-page__hero-visual img {
    min-height: 270px;
  }
}

@media (max-width: 820px) {
  .consultation-page__hero {
    padding-top: 8px;
  }

  .consultation-page__hero-copy {
    gap: 14px;
    padding: 24px 20px 20px;
  }

  .consultation-page__hero-visual img {
    min-height: 220px;
    max-height: 260px;
  }

  .consultation-page__hero-badge {
    left: 16px;
    right: 16px;
    bottom: 16px;
    max-width: none;
    padding: 12px 14px;
  }

  .consultation-page__hero-badge strong {
    font-size: 16px;
  }

  .consultation-page__hero-badge span {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.5;
  }

  .consultation-page__hero-points {
    gap: 8px;
  }

  .consultation-page__hero-point {
    min-height: 36px;
    padding-inline: 12px;
    font-size: 11px;
  }

  .consultation-flow {
    padding: 20px 16px;
    gap: 18px;
    border-radius: 26px;
  }

  .consultation-page__hero-actions {
    width: 100%;
  }

  .consultation-flow__steps {
    gap: 8px;
  }

  .consultation-step {
    padding: 11px 12px;
    border-radius: 18px;
  }

  .consultation-step__marker {
    width: 42px;
    height: 42px;
    font-size: 13px;
  }

  .consultation-step__copy strong {
    font-size: 14px;
  }

  .consultation-flow__panel,
  .consultation-review,
  .consultation-summary {
    gap: 18px;
  }

  .consultation-flow__panel-intro {
    gap: 8px;
  }

  .consultation-flow__title {
    font-size: clamp(24px, 5vw, 32px);
  }

  .consultation-flow__copy {
    max-width: none;
    font-size: 14px;
    line-height: 1.7;
  }

  .consultation-fieldset {
    gap: 14px;
  }

  .consultation-fieldset legend {
    margin-bottom: 8px;
  }

  .consultation-choice-grid {
    gap: 12px;
  }

  .consultation-review__grid,
  .consultation-page__benefits-grid {
    grid-template-columns: 1fr;
  }

  .consultation-summary__list {
    gap: 8px;
  }

  .consultation-flow__back,
  .consultation-flow__next,
  .consultation-flow__submit {
    min-height: 48px;
    padding-inline: 20px;
  }

  .consultation-success {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 18px 20px;
  }

  .consultation-success__title {
    font-size: clamp(24px, 5vw, 30px);
  }

  .consultation-success__text,
  .consultation-page__benefit-text {
    font-size: 14px;
    line-height: 1.7;
  }

  .final-cta__visual {
    right: -12px;
    width: min(34vw, 210px);
  }

  .final-cta__panel {
    min-height: 236px;
    padding: 24px 182px 24px 20px;
  }

  .final-cta__copy {
    gap: 10px;
    max-width: 30ch;
  }

  .final-cta__title {
    max-width: 12ch;
  }

  .final-cta__text {
    max-width: 28ch;
  }
}

@media (max-width: 560px) {
  .consultation-page__hero-points {
    display: grid;
    gap: 6px;
  }

  .consultation-page__hero-point {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .consultation-flow__steps {
    grid-template-columns: 1fr;
  }

  .consultation-step {
    gap: 10px;
    padding: 10px 12px;
  }

  .consultation-choice-grid--goals,
  .consultation-choice-grid--compact {
    grid-template-columns: 1fr;
  }

  .consultation-choice__card,
  .consultation-choice__card--compact {
    min-height: 0;
  }

  .consultation-choice__card {
    padding: 18px 18px 20px;
  }

  .consultation-choice__card strong {
    font-size: 16px;
  }

  .consultation-choice__card small {
    max-width: none;
    font-size: 13px;
    line-height: 1.5;
  }

  .consultation-choice__card--plain {
    min-height: 74px;
    padding: 16px 16px 16px 18px;
  }

  .consultation-review__grid {
    gap: 10px;
  }

  .consultation-flow__footer,
  .consultation-flow__actions {
    display: grid;
  }

  .consultation-flow__actions {
    width: 100%;
    margin-left: 0;
  }

  .consultation-flow__back,
  .consultation-flow__next,
  .consultation-flow__submit {
    width: 100%;
  }

  .consultation-page__hero-cta {
    width: 100%;
  }

  .consultation-flow__status {
    font-size: 13px;
  }

  .final-cta__visual {
    right: -14px;
    bottom: -2px;
    width: min(41vw, 156px);
  }

  .final-cta__panel {
    min-height: 186px;
    padding: 20px 126px 20px 16px;
    border-radius: 24px;
  }

  .final-cta__copy {
    gap: 8px;
    max-width: 22ch;
  }

  .final-cta__title {
    max-width: 11ch;
  }

  .final-cta__text {
    max-width: 22ch;
    font-size: 13px;
    line-height: 1.55;
  }

  .final-cta__actions {
    display: flex;
    width: auto;
  }

  .final-cta__actions .button-inline,
  .final-cta__actions .button,
  .final-cta__actions .button-ghost {
    width: auto;
  }
}

.contact-panel--map {
  overflow: hidden;
}

.contact-map {
  min-height: 280px;
  border-radius: 24px;
  background:
    linear-gradient(rgba(23, 22, 20, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 22, 20, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, #f3ebe1 0%, #ece3d8 100%);
  background-size:
    32px 32px,
    32px 32px,
    auto;
  display: grid;
  place-items: center;
}

.contact-map__pin {
  padding: 16px 20px;
  border-radius: 999px;
  background: var(--surface-dark);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 18px 34px rgba(23, 22, 20, 0.14);
}

.contact-map__footer {
  margin-top: 18px;
}

.contact-page__heading {
  display: grid;
  gap: 12px;
}

.contact-page__page-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 400;
}

.contact-page__page-subtitle {
  max-width: 760px;
  margin: 0;
}

.contact-page__top-section {
  padding-top: 8px;
}

.contact-page__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.contact-page__info-panel,
.contact-page__form-panel,
.contact-page__map-panel {
  min-height: 100%;
}

.contact-page__panel-title {
  margin: 16px 0 0;
  font-family: var(--font-display);
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 400;
}

body.immagine-wp-theme .contact-page__panel-title {
  text-wrap: balance;
}

.contact-page__panel-copy {
  margin-top: 16px;
}

.contact-page__methods {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
}

.contact-page__method {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.contact-page__method-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96),
    rgba(255, 255, 255, 0.78)
  );
  border: 1px solid rgba(23, 22, 20, 0.08);
  color: var(--surface-dark);
  box-shadow: var(--shadow-soft);
}

.contact-page__method-icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
}

.contact-page__method-body {
  display: grid;
  gap: 4px;
  padding-top: 4px;
}

.contact-page__method-label {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-page__method-body a,
.contact-page__method-value {
  color: var(--ink);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
}

.contact-page__method-body a:hover {
  color: var(--gold);
}

.contact-page__social-strip {
  display: grid;
  gap: 12px;
}

.contact-page__social-strip strong {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
}

.contact-page__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-page__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(23, 22, 20, 0.08);
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition:
    border-color 0.2s ease,
    transform 0.2s ease,
    color 0.2s ease;
}

.contact-page__socials a:hover {
  color: var(--ink);
  border-color: rgba(184, 141, 90, 0.34);
  transform: translateY(-1px);
}

.contact-page__form-shell {
  margin-top: 24px;
}

.contact-page__notice {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(184, 141, 90, 0.12);
  border: 1px solid rgba(184, 141, 90, 0.18);
}

.contact-page__notice strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.contact-page__notice p {
  margin: 0;
  color: var(--ink-soft);
}

.contact-page__form-shell .wpcf7 {
  display: block;
}

.contact-page__form-shell .wpcf7 form {
  display: grid;
  gap: 16px;
}

.contact-page__form-shell .wpcf7 p {
  margin: 0;
}

.contact-page__form-shell .wpcf7 label {
  display: grid;
  gap: 8px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-page__form-shell .wpcf7-form-control-wrap {
  display: block;
}

.contact-page__form-shell
  .wpcf7
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.contact-page__form-shell .wpcf7 input[type="email"],
.contact-page__form-shell .wpcf7 input[type="tel"],
.contact-page__form-shell .wpcf7 input[type="text"],
.contact-page__form-shell .wpcf7 select,
.contact-page__form-shell .wpcf7 textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(23, 22, 20, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--ink);
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.contact-page__form-shell .wpcf7 textarea {
  min-height: 160px;
  resize: vertical;
}

.contact-page__form-shell
  .wpcf7
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.contact-page__form-shell .wpcf7 select:focus,
.contact-page__form-shell .wpcf7 textarea:focus {
  border-color: rgba(184, 141, 90, 0.4);
  box-shadow: 0 0 0 4px rgba(184, 141, 90, 0.12);
  background: rgba(255, 255, 255, 0.96);
}

.contact-page__form-shell .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 18px 26px;
  border: 0;
  border-radius: 999px;
  background: var(--surface-dark);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
  box-shadow: 0 20px 40px rgba(23, 22, 20, 0.14);
}

.contact-page__form-shell .wpcf7-submit:hover,
.contact-page__form-shell .wpcf7-submit:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 26px 48px rgba(23, 22, 20, 0.18);
}

.contact-page__form-shell .wpcf7-submit:disabled {
  opacity: 0.72;
  cursor: progress;
}

.contact-page__form-shell .wpcf7-not-valid-tip {
  margin-top: 8px;
  color: #9f4f45;
  font-size: 12px;
  line-height: 1.45;
}

.contact-page__form-shell .wpcf7 .wpcf7-not-valid {
  border-color: rgba(159, 79, 69, 0.36);
  box-shadow: 0 0 0 4px rgba(159, 79, 69, 0.08);
}

.contact-page__privacy {
  padding: 4px 2px 2px;
}

.contact-page__privacy .wpcf7-list-item-label a {
  color: var(--ink);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(184, 141, 90, 0.58);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.contact-page__privacy .wpcf7-list-item-label a:hover,
.contact-page__privacy .wpcf7-list-item-label a:focus-visible {
  color: var(--gold);
  text-decoration-color: currentColor;
}

.careers-page__intro > :first-child {
  margin-top: 0;
}

.careers-page__intro > :last-child {
  margin-bottom: 0;
}

.careers-page__grid {
  align-items: stretch;
}

.careers-page__info-panel,
.careers-page__form-panel {
  min-height: 100%;
}

.careers-page__list {
  margin-top: 28px;
}

.careers-page__strip p {
  margin: 8px 0 0;
  color: var(--ink-soft);
}
ф
.careers-page__form {
  margin-top: 24px;
}

.careers-page .contact-page__form-shell .wpcf7 form .wpcf7-response-output {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 12px;
}

.careers-page .contact-page__form-shell .wpcf7 form.sent .wpcf7-response-output {
  margin-top: 16px;
}

.careers-page__submit {
  min-width: min(100%, 240px);
}

.careers-page__trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-page__map-panel {
  display: grid;
  gap: 22px;
  overflow: hidden;
  padding: clamp(24px, 3vw, 34px);
}

.contact-page__map-section {
  padding-top: 6px;
}

.contact-page__map-header {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.72fr);
  gap: 24px;
  align-items: end;
}

.contact-page__map-copy {
  display: grid;
  gap: 16px;
}

.contact-page__map-intro {
  margin-top: 0;
}

.contact-page__map-stage {
  position: relative;
  min-height: 620px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(23, 22, 20, 0.08);
  background: linear-gradient(180deg, #ebe6df 0%, #d8d2cb 100%);
  isolation: isolate;
  box-shadow: 0 26px 56px rgba(37, 31, 24, 0.1);
}

.contact-page__map-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.42) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.42) 1px, transparent 1px),
    linear-gradient(
      45deg,
      rgba(23, 22, 20, 0.04) 12%,
      transparent 12%,
      transparent 48%,
      rgba(23, 22, 20, 0.04) 48%,
      rgba(23, 22, 20, 0.04) 52%,
      transparent 52%,
      transparent 88%,
      rgba(23, 22, 20, 0.04) 88%
    );
  background-size:
    34px 34px,
    34px 34px,
    120px 120px;
  opacity: 0.74;
  z-index: 0;
}

.contact-page__map-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: calc(100% - 32px);
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(23, 22, 20, 0.08);
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: var(--shadow-soft);
}

.contact-page__map-canvas {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 620px;
}

.contact-page__map-canvas .leaflet-control-container {
  z-index: 1;
}

.contact-page__map-canvas .leaflet-tile-pane {
  filter: grayscale(1) saturate(0) contrast(1.04) brightness(1.02);
}

.contact-page__map-canvas .leaflet-control-attribution {
  padding: 4px 8px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--muted);
  font-size: 10px;
}

.contact-page__map-canvas .leaflet-control-attribution a {
  color: inherit;
}

.contact-page__map-canvas .leaflet-control-zoom {
  overflow: hidden;
  border: 1px solid rgba(23, 22, 20, 0.08);
  border-radius: 18px;
  box-shadow: 0 18px 34px rgba(23, 22, 20, 0.12);
}

.contact-page__map-canvas .leaflet-control-zoom a {
  width: 42px;
  height: 42px;
  border: 0;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  font-size: 22px;
  line-height: 42px;
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.contact-page__map-canvas .leaflet-control-zoom a:hover,
.contact-page__map-canvas .leaflet-control-zoom a:focus-visible {
  background: rgba(184, 141, 90, 0.16);
  color: var(--ink);
}

.contact-page__map-canvas .leaflet-control-zoom a:first-child {
  border-bottom: 1px solid rgba(23, 22, 20, 0.08);
}

.contact-page__map-canvas .leaflet-tooltip.contact-page__map-tooltip {
  width: max-content;
  min-width: 0;
  max-width: min(280px, calc(100vw - 56px));
  padding: 10px 14px;
  border: 1px solid rgba(23, 22, 20, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow: 0 18px 34px rgba(23, 22, 20, 0.12);
  font-size: 13px;
  line-height: 1.5;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-align: left;
}

.contact-page__map-canvas
  .leaflet-tooltip-top.contact-page__map-tooltip::before {
  border-top-color: rgba(255, 255, 255, 0.96);
}

.contact-page__map-canvas .leaflet-popup-content-wrapper {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  box-shadow: 0 24px 54px rgba(23, 22, 20, 0.14);
}

.contact-page__map-canvas .leaflet-popup-content {
  margin: 14px 16px;
  font-size: 14px;
  line-height: 1.6;
}

.contact-page__map-canvas .leaflet-popup-tip {
  background: rgba(255, 255, 255, 0.94);
}

.contact-page__marker {
  position: relative;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
}

.contact-page__marker::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50% 50% 50% 0;
  background: var(--surface-dark);
  box-shadow: 0 18px 28px rgba(23, 22, 20, 0.2);
  transform: rotate(-45deg);
}

.contact-page__marker-core {
  position: relative;
  z-index: 1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(184, 141, 90, 0.18);
}

.contact-page__map-placeholder {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: none;
  place-items: center;
  align-content: center;
  gap: 18px;
  padding: 32px;
  text-align: center;
}

.contact-page__map-panel.is-fallback .contact-page__map-placeholder {
  display: grid;
}

.contact-page__map-pin {
  position: relative;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
}

.contact-page__map-pin::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50% 50% 50% 0;
  background: var(--surface-dark);
  transform: rotate(-45deg);
  box-shadow: 0 18px 28px rgba(23, 22, 20, 0.2);
}

.contact-page__map-pin span {
  position: relative;
  z-index: 1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(184, 141, 90, 0.18);
}

.contact-page__map-placeholder p {
  max-width: 280px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.7;
}

.contact-page__map-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.contact-page__map-locations {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.contact-page__map-location {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(23, 22, 20, 0.08);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.86),
    rgba(246, 240, 233, 0.92)
  );
  box-shadow:
    0 12px 28px rgba(71, 52, 34, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.contact-page__map-location.is-active {
  border-color: rgba(184, 141, 90, 0.34);
  box-shadow:
    0 16px 34px rgba(71, 52, 34, 0.08),
    inset 0 0 0 1px rgba(184, 141, 90, 0.18);
  transform: translateY(-1px);
}

.contact-page__map-location-trigger {
  appearance: none;
  width: 100%;
  display: grid;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.contact-page__map-location-trigger strong {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
}

.contact-page__map-location-trigger span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.contact-page__map-location-trigger:focus-visible {
  outline: 2px solid rgba(184, 141, 90, 0.5);
  outline-offset: 4px;
  border-radius: 10px;
}

.contact-page__map-location-link {
  width: fit-content;
}

.contact-page__map-meta {
  display: grid;
  gap: 6px;
  max-width: 100%;
}

.contact-page__map-meta strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
}

.contact-page__map-meta span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 1180px) {
  .contact-page__map-header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .contact-page__map-stage,
  .contact-page__map-canvas {
    min-height: 520px;
    height: 520px;
  }
}

@media (max-width: 1100px) {
  .contact-page__grid {
    grid-template-columns: 1fr;
  }

  .contact-page__map-locations {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-page__map-panel {
    grid-column: auto;
    padding: 24px;
  }

  .contact-page__map-footer {
    align-items: start;
  }

  .contact-page__map-stage,
  .contact-page__map-canvas {
    min-height: 440px;
    height: 440px;
  }
}

@media (max-width: 640px) {
  .contact-page__page-title {
    font-size: clamp(32px, 12vw, 48px);
  }

  .contact-page__method {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
  }

  .contact-page__method-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
  }

  .contact-page__method-body a,
  .contact-page__method-value {
    font-size: 16px;
  }

  .contact-page__map-stage,
  .contact-page__map-canvas {
    min-height: 340px;
    height: 340px;
  }

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

  .contact-page__map-badge {
    left: 14px;
    max-width: calc(100% - 28px);
  }

  .contact-page__map-panel {
    padding: 20px;
    gap: 20px;
  }

  .contact-page__map-canvas .leaflet-tooltip.contact-page__map-tooltip {
    max-width: min(220px, calc(100vw - 72px));
    padding: 9px 12px;
    font-size: 12px;
    line-height: 1.45;
  }
}

.site-footer {
  padding: 34px 0 44px;
  border-top: 1px solid rgba(23, 22, 20, 0.08);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) repeat(
      auto-fit,
      minmax(180px, 0.72fr)
    );
  gap: 24px;
}

.footer-title {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: 18px;
  letter-spacing: -0.02em;
  font-weight: 400;
}

body.immagine-wp-theme .footer-title {
  line-height: 1.14;
  min-height: 1.05em;
}

.footer-copy {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.84;
}

.subpage-hero {
  padding: 74px 0 42px;
}

.subpage-hero__card {
  padding: 36px;
}

.subpage-hero__title {
  margin: 16px 0 0;
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.06;
  letter-spacing: -0.03em;
  font-weight: 400;
}

.subpage-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-card {
  padding: 26px;
}

.components-page {
  padding-bottom: 36px;
}

.components-page__hero {
  padding-bottom: 18px;
}

.components-page__hero-card {
  display: grid;
  gap: 14px;
}

.components-page__layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.3fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.components-page__nav {
  position: sticky;
  top: calc(110px + var(--wp-admin-bar-offset));
}

.components-page__nav-card {
  display: grid;
  gap: 16px;
}

.components-nav {
  display: grid;
  gap: 10px;
}

.components-nav a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(23, 22, 20, 0.08);
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.components-nav a:hover {
  transform: translateX(2px);
  border-color: rgba(184, 141, 90, 0.24);
  background: rgba(255, 255, 255, 0.92);
}

.components-page__content {
  display: grid;
  gap: 22px;
}

.components-section {
  display: grid;
  gap: 18px;
}

.components-section__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.components-section__title {
  margin: 12px 0 0;
  font-family: var(--font-display);
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.028em;
  font-weight: 400;
}

.components-section__meta {
  max-width: 280px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.76;
  text-align: right;
}

.components-stack {
  display: grid;
  gap: 18px;
}

.components-sample {
  display: grid;
  gap: 16px;
}

.components-sample__label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(184, 141, 90, 0.1);
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.components-type-scale {
  display: grid;
  gap: 18px;
}

.components-type-scale__display,
.components-type-scale__title,
.components-type-scale__heading {
  margin: 0;
}

.components-type-scale__display {
  font-size: clamp(44px, 6vw, 76px);
}

.components-type-scale__title {
  font-size: clamp(30px, 4vw, 56px);
}

.components-type-scale__heading {
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1.14;
  letter-spacing: -0.02em;
  font-weight: 400;
}

.components-muted-copy,
.components-small-copy {
  margin: 0;
  color: var(--muted);
}

.components-muted-copy {
  font-size: 15px;
  line-height: 1.82;
}

.components-small-copy {
  font-size: 12.5px;
  line-height: 1.7;
  letter-spacing: 0.01em;
}

.components-buttons-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.components-dark-stage {
  padding: 26px;
  border-radius: var(--radius-md);
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(184, 141, 90, 0.14),
      transparent 24%
    ),
    linear-gradient(180deg, #1c1815 0%, #11100f 100%);
  box-shadow: 0 18px 44px rgba(23, 22, 20, 0.12);
  display: grid;
  gap: 16px;
}

.components-dark-stage .components-sample__label {
  background: rgba(255, 255, 255, 0.08);
  color: #f4efe8;
}

.components-dark-stage__inline {
  color: #f4efe8;
}

.components-demo-grid,
.components-card-grid,
.components-color-grid {
  display: grid;
  gap: 18px;
}

.components-demo-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.components-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.components-card-grid--mini {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.components-quick-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.components-color-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.components-color-chip {
  display: grid;
  gap: 10px;
}

.components-color-chip__swatch {
  width: 100%;
  min-height: 96px;
  border-radius: 18px;
  background: var(--swatch);
  border: 1px solid rgba(23, 22, 20, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.components-color-chip strong {
  font-size: 14px;
  line-height: 1.32;
  letter-spacing: -0.01em;
  font-weight: 600;
}

.components-color-chip span {
  color: var(--muted);
  font-size: 12px;
}

.components-utility-row {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.components-spacing-scale {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.components-spacing-scale div {
  min-height: 72px;
  display: grid;
  place-items: end center;
  padding: 12px;
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8),
    rgba(246, 239, 230, 0.82)
  );
  border: 1px solid rgba(23, 22, 20, 0.06);
}

.components-spacing-scale span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 34px;
  border-radius: 999px;
  background: rgba(23, 22, 20, 0.92);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-reveal="late"] {
  transition-delay: 0.08s;
}

[data-reveal="later"] {
  transition-delay: 0.16s;
}

@media (max-width: 1180px) {
  .components-page__layout {
    grid-template-columns: 1fr;
  }

  .components-page__nav {
    position: static;
  }

  .components-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .components-nav a {
    width: 100%;
    justify-content: center;
  }

  .components-demo-grid,
  .components-card-grid--mini,
  .components-color-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-overview__title {
    max-width: 760px;
  }

  .quick-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .goal-cards,
  .goals-objective__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .components-section__header {
    flex-direction: column;
    align-items: start;
  }

  .components-section__meta {
    max-width: 100%;
    text-align: left;
  }

  .editorial-grid,
  .app-showcase__shell,
  .consult-section__grid,
  .corporate-panel,
  .contact-grid,
  .subpage-grid,
  .editorial-feature {
    grid-template-columns: 1fr;
  }

  .app-showcase__stage {
    min-height: 600px;
  }

  .app-showcase__device--phone {
    right: 0;
  }

  .app-showcase__device--watch {
    left: 18px;
    bottom: 96px;
  }

  .locations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-overview__subtitle {
    max-width: 600px;
  }

  .hero-brand-stage {
    min-height: 100vh;
    min-height: calc(100svh - var(--wp-admin-bar-offset));
  }

  .home-hero__overlay-shell {
    padding-bottom: 34px;
  }

  .home-hero__panel {
    max-width: 560px;
  }

  .locations-teaser__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .locations-teaser-card:nth-child(3) {
    grid-column: 1 / -1;
    width: min(100%, 420px);
    justify-self: center;
  }

  .why-immagine__track {
    --why-items-per-page: 2;
  }

  .why-immagine__card {
    min-height: 206px;
  }
}

@media (max-width: 1024px) {
  :root {
    --container: min(100vw - 40px, 1240px);
    --section-gap: 64px;
  }

  .site-header {
    padding: 14px 0;
  }

  .site-header__bar {
    gap: 20px;
  }

  .brand__logo {
    width: clamp(138px, 19vw, 184px);
  }

  .hero-brand-stage {
    padding: clamp(108px, 12vw, 136px) clamp(22px, 3.4vw, 28px) 34px;
    gap: 24px;
  }

  .hero-brand-stage__intro {
    gap: 20px;
  }

  .hero-brand-stage__bottom {
    gap: 16px;
  }

  .hero-brand-stage__wordmark {
    font-size: clamp(52px, 8vw, 88px);
  }

  .hero-brand-stage__tagline {
    font-size: clamp(15px, 1.9vw, 22px);
    letter-spacing: 0.15em;
  }

  .hero-brand-stage__line {
    width: min(74%, 430px);
  }

  .hero-brand-stage__service {
    min-height: 212px;
    padding: 18px 20px 12px;
  }

  .hero-brand-stage__icon-wrap {
    width: 96px;
    height: 96px;
  }

  .hero-brand-stage__icon-wrap img {
    width: 80px;
    height: 80px;
  }

  .hero-brand-stage__service:nth-child(3) .hero-brand-stage__icon-wrap img {
    width: 80px;
    height: 80px;
  }

  .hero-brand-stage__service h3 {
    font-size: clamp(15px, 1.7vw, 19px);
    max-width: none;
  }

  .hero-brand-stage__button {
    min-width: 220px;
    min-height: 58px;
    padding: 16px 28px;
    font-size: 15px;
  }
}

@media (max-width: 820px) {
  body.admin-bar {
    --wp-admin-bar-offset: 46px;
  }

  :root {
    --container: min(100vw - 34px, 1240px);
    --section-gap: 60px;
    --mobile-header-height: 78px;
  }

  .site-header {
    padding: 12px 0;
  }

  .brand__meta {
    display: none;
  }

  .brand__logo {
    width: clamp(132px, 24vw, 168px);
  }

  .site-nav {
    margin-left: auto;
  }

  .site-nav__links {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100dvh;
    padding: 0;
    display: block;
    background:
      radial-gradient(
        circle at 18% 10%,
        rgba(255, 255, 255, 0.98),
        rgba(255, 255, 255, 0) 28%
      ),
      radial-gradient(
        circle at 78% 12%,
        rgba(255, 244, 221, 0.94),
        rgba(255, 244, 221, 0) 30%
      ),
      linear-gradient(180deg, rgb(255, 252, 247), rgb(245, 238, 229));
    backdrop-filter: blur(30px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow-x: hidden;
    transform: none;
    transition:
      opacity 0.34s ease,
      visibility 0.34s ease;
  }

  .site-nav__links.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .site-nav__backdrop {
    display: block;
    position: absolute;
    inset: 0;
  }

  .site-nav__surface {
    position: relative;
    z-index: 1;
    min-height: 100%;
    padding: calc(
        var(--mobile-header-height) + var(--wp-admin-bar-offset) + 24px
      )
      24px calc(28px + var(--safe-bottom));
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 26px;
    align-content: start;
    overflow-y: auto;
    overflow-x: hidden;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 24%),
      radial-gradient(circle at top, rgba(255, 255, 255, 0.38), transparent 54%);
    opacity: 0;
    transform: translateY(18px) scale(0.985);
    filter: blur(18px);
  }

  .site-nav__links.is-open .site-nav__surface {
    animation: menuOverlayReveal 0.52s cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .site-nav__shine {
    display: block;
    position: absolute;
    inset: 0;
    background: linear-gradient(
      112deg,
      transparent 36%,
      rgba(255, 255, 255, 0.56) 48%,
      rgba(255, 238, 208, 0.38) 54%,
      transparent 66%
    );
    mix-blend-mode: screen;
    pointer-events: none;
    opacity: 0;
  }

  .site-nav__links.is-open .site-nav__shine {
    animation: menuOverlaySweep 1.05s cubic-bezier(0.22, 1, 0.36, 1) 0.16s both;
  }

  .site-nav__ornament {
    display: grid;
    justify-items: start;
    gap: 9px;
  }

  .site-nav__ornament span:first-child,
  .site-nav__ornament span:last-child {
    display: block;
    border-radius: 999px;
    transform-origin: left center;
    transform: scaleX(0.18);
    opacity: 0;
  }

  .site-nav__ornament span:first-child {
    width: min(188px, 42vw);
    height: 1px;
    background: linear-gradient(
      90deg,
      rgba(184, 141, 90, 0.06),
      rgba(184, 141, 90, 0.74) 46%,
      rgba(255, 227, 176, 0.94)
    );
  }

  .site-nav__ornament span:last-child {
    width: min(66px, 18vw);
    height: 3px;
    background: linear-gradient(
      90deg,
      rgba(255, 247, 233, 0.2),
      rgba(255, 237, 204, 0.96),
      rgba(255, 247, 233, 0.2)
    );
    filter: blur(0.4px);
  }

  .site-nav__links.is-open .site-nav__ornament span:first-child {
    animation: menuOverlayLineReveal 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.12s
      both;
  }

  .site-nav__links.is-open .site-nav__ornament span:last-child {
    animation: menuOverlayLineReveal 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.24s
      both;
  }

  .site-nav__menu {
    display: grid;
    width: 100%;
    align-content: start;
    gap: 14px;
  }

  .site-header.is-entered .site-nav__links a {
    animation: none;
  }

  .site-nav__links a {
    min-height: 0;
    padding: 0;
    justify-content: initial;
    border-radius: 0;
    background: none;
    border: 0;
    box-shadow: none;
    color: var(--ink);
    opacity: 1;
    transform: none;
    filter: none;
  }

  .site-nav__links a:hover {
    background: none;
    color: inherit;
  }

  .site-nav__links a.site-nav__item.is-active {
    background: none;
    box-shadow: none;
  }

  body.immagine-wp-theme .site-nav__links a.site-nav__item {
    display: grid;
    width: 100%;
    min-width: 0;
    align-items: end;
  }

  .site-nav__item {
    position: relative;
    width: 100%;
    padding: 0 0 18px;
    display: grid;
    gap: 11px;
    align-content: end;
    opacity: 0;
    transform: translateY(18px);
    filter: blur(10px);
  }

  .site-nav__item-label {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(40px, 8.8vw, 56px);
    font-weight: 400;
    line-height: 0.96;
    letter-spacing: -0.038em;
    color: #191511;
    text-transform: none;
    text-wrap: balance;
  }

  .site-nav__item-line {
    position: relative;
    display: block;
    width: 100%;
    min-width: 100%;
    height: 1px;
    border-radius: 999px;
    background: linear-gradient(
      90deg,
      rgba(184, 141, 90, 0.02),
      rgba(184, 141, 90, 0.2) 18%,
      rgba(198, 150, 93, 0.42) 58%,
      rgba(255, 227, 176, 0.3) 82%,
      rgba(184, 141, 90, 0.02)
    );
    opacity: 0;
    transform: scaleX(0.18);
    transform-origin: left center;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(184, 141, 90, 0.08);
  }

  .site-nav__item-line::after {
    content: "";
    position: absolute;
    inset: -2px auto -2px -16%;
    width: 20%;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 242, 217, 0.9),
      transparent
    );
    filter: blur(3px);
    opacity: 0;
  }

  .site-nav__links.is-open
    .site-nav__item:not(.is-active)
    .site-nav__item-label {
    color: rgba(25, 21, 17, 0.72);
  }

  .site-nav__links.is-open .site-nav__item {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    animation: menuOverlayItemReveal 0.72s cubic-bezier(0.16, 1, 0.3, 1) both;
    animation-delay: calc(0.12s + (var(--nav-item-index, 0) * 0.06s));
  }

  .site-nav__links.is-open .site-nav__item-line {
    opacity: 0.94;
    transform: scaleX(1);
    animation: menuOverlayLineReveal 0.78s cubic-bezier(0.16, 1, 0.3, 1) both;
    animation-delay: calc(0.22s + (var(--nav-item-index, 0) * 0.06s));
  }

  .site-nav__item:hover,
  .site-nav__item:focus-visible {
    transform: translateY(-1px);
  }

  .site-nav__item.is-active:hover,
  .site-nav__item.is-active:focus-visible {
    transform: translateY(0);
  }

  .site-nav__item:hover .site-nav__item-label,
  .site-nav__item:focus-visible .site-nav__item-label,
  .site-nav__item.is-active .site-nav__item-label {
    color: #11100d;
  }

  .site-nav__item.is-active .site-nav__item-label {
    color: #0f0d0a;
    font-weight: 500;
    letter-spacing: -0.028em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.28);
  }

  .site-nav__item:hover .site-nav__item-line,
  .site-nav__item:focus-visible .site-nav__item-line {
    opacity: 1;
    transform: scaleX(1);
    box-shadow: 0 0 14px rgba(184, 141, 90, 0.12);
  }

  .site-nav__item:hover .site-nav__item-line::after,
  .site-nav__item:focus-visible .site-nav__item-line::after {
    opacity: 1;
    animation: menuOverlaySweep 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .site-nav__item.is-active .site-nav__item-line {
    opacity: 1;
    transform: scaleX(1);
    background: linear-gradient(
      90deg,
      rgba(184, 141, 90, 0.04),
      rgba(184, 141, 90, 0.34) 16%,
      rgba(231, 191, 132, 0.94) 48%,
      rgba(184, 141, 90, 0.38) 82%,
      rgba(184, 141, 90, 0.04)
    );
    box-shadow:
      0 0 0 1px rgba(255, 241, 214, 0.12),
      0 0 16px rgba(184, 141, 90, 0.14);
  }

  .site-nav__item.is-active .site-nav__item-line::after {
    opacity: 0.95;
    animation: menuOverlaySweep 1.05s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .site-nav__cta {
    position: relative;
    display: grid;
    gap: 14px;
    padding-top: 18px;
  }

  .site-nav__cta::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(
      90deg,
      rgba(184, 141, 90, 0.04),
      rgba(184, 141, 90, 0.48) 22%,
      rgba(255, 227, 176, 0.88) 50%,
      rgba(184, 141, 90, 0.48) 78%,
      rgba(184, 141, 90, 0.04)
    );
    opacity: 0;
    transform: scaleX(0.18);
    transform-origin: left center;
  }

  .site-nav__links.is-open .site-nav__cta::before {
    animation: menuOverlayLineReveal 0.82s cubic-bezier(0.16, 1, 0.3, 1) 0.42s
      both;
  }

  .site-nav__cta-link.button {
    width: 100%;
    min-height: 62px;
    padding: 0 24px;
    justify-content: center;
    border-radius: 999px;
    background: var(--surface-dark);
    color: #fff;
    box-shadow:
      0 22px 46px rgba(23, 22, 20, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
    opacity: 0;
    transform: translateY(18px);
    filter: blur(10px);
  }

  .site-nav__links.is-open .site-nav__cta-link.button {
    animation: menuOverlayItemReveal 0.76s cubic-bezier(0.16, 1, 0.3, 1) 0.5s
      both;
  }

  .site-nav__cta-link.button:hover,
  .site-nav__cta-link.button:focus-visible {
    background: rgba(17, 15, 13, 0.98);
    transform: translateY(-1px);
  }

  .menu-toggle {
    position: relative;
    display: inline-flex;
    width: 46px;
    height: 46px;
    border-color: rgba(23, 22, 20, 0.08);
    background: rgba(255, 253, 249, 0.92);
    box-shadow:
      0 12px 24px rgba(37, 31, 24, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.72);
    z-index: 44;
  }

  .services-grid,
  .goal-cards,
  .locations-grid,
  .app-showcase__features,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .goals-objective__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-overview__heading {
    gap: 12px;
    margin-bottom: 24px;
    align-items: flex-start;
    text-align: left;
  }

  .services-overview__title {
    font-size: clamp(30px, 8vw, 42px);
    max-width: 11ch;
  }

  .services-overview__subtitle {
    max-width: 560px;
    font-size: 15px;
    line-height: 1.72;
  }

  .goals-objective {
    gap: 22px;
  }

  .goals-objective__header {
    justify-items: start;
    text-align: left;
  }

  .goals-objective__title {
    font-size: clamp(30px, 8vw, 42px);
  }

  .goals-objective__subtitle {
    max-width: 520px;
    font-size: 15px;
    line-height: 1.72;
  }

  .goal-objective-card__body {
    min-height: 136px;
    padding: 16px 14px 18px;
    gap: 9px;
  }

  .goal-objective-card__body h3 {
    max-width: 210px;
    font-size: 17px;
  }

  .goal-objective-card__action {
    padding: 18px;
  }

  .goal-objective-card__cta {
    min-height: 48px;
    padding: 12px 18px;
    font-size: 10px;
  }

  .goals-objective__actions {
    justify-content: flex-start;
  }

  .goals-objective__cta {
    width: min(100%, 380px);
  }

  .locations-teaser {
    gap: 24px;
  }

  .locations-teaser__title {
    max-width: 10ch;
    font-size: clamp(30px, 7vw, 42px);
  }

  .locations-teaser-card__body {
    padding: 18px 18px 18px;
  }

  .locations-teaser-card__body h3 {
    font-size: 18px;
  }

  .locations-teaser__cta {
    font-size: 14px;
  }

  .locations-teaser__cta::before,
  .locations-teaser__cta::after {
    width: 42px;
  }

  .why-immagine__shell {
    --why-shell-pad-block: 24px;
    --why-shell-pad-inline: 24px;
    padding: var(--why-shell-pad-block) var(--why-shell-pad-inline);
    border-radius: 28px;
  }

  .why-immagine__heading {
    align-items: flex-start;
    margin-bottom: 22px;
    text-align: left;
  }

  .why-immagine__title {
    max-width: 11ch;
    font-size: clamp(28px, 5vw, 38px);
  }

  .why-immagine__viewport {
    padding: 8px var(--why-shell-pad-inline) 16px;
    margin: 0;
  }

  .why-immagine__track {
    --why-gap: 16px;
  }

  .home-hero__overlay-shell {
    align-items: flex-start;
    padding-top: 102px;
    padding-bottom: 28px;
  }

  .home-hero__panel {
    width: min(560px, 100%);
  }

  .hero-brand-stage {
    min-height: 100vh;
    min-height: calc(100svh - var(--wp-admin-bar-offset));
    padding: calc(102px + var(--safe-top)) 24px 30px;
    gap: 22px;
    background-position:
      center center,
      24% 28%,
      50% 38%,
      80% 24%,
      18% 88%,
      center center,
      18% center;
  }

  .hero-brand-stage__intro {
    gap: 18px;
  }

  .hero-brand-stage__bottom {
    gap: 14px;
  }

  .hero-brand-stage__services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
    width: min(100%, 720px);
  }

  .hero-brand-stage__actions {
    width: min(100%, 620px);
    justify-content: center;
    gap: 14px;
  }

  .hero-brand-stage__service {
    min-height: 170px;
    padding: 14px 10px 0;
    grid-template-columns: 1fr;
    align-items: start;
    justify-items: center;
    gap: 14px;
    text-align: center;
    border-radius: 0;
    background: none;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
  }

  .hero-brand-stage__service:nth-child(3) {
    grid-column: 1 / -1;
    width: min(100%, 292px);
    justify-self: center;
  }

  .hero-brand-stage__service + .hero-brand-stage__service::before,
  .hero-brand-stage__service + .hero-brand-stage__service::after {
    display: block;
    transform: none;
  }

  .hero-brand-stage__service:nth-child(2)::before {
    left: -9px;
    top: 16%;
    width: 2px;
    height: 60%;
    opacity: 0.64;
  }

  .hero-brand-stage__service:nth-child(2)::after {
    left: -10px;
    top: 29%;
    width: 4px;
    height: 22%;
    opacity: 0.82;
  }

  .hero-brand-stage__service:nth-child(3)::before {
    left: 15%;
    top: 0;
    width: 74%;
    height: 2px;
    background: linear-gradient(
      90deg,
      transparent 0%,
      rgba(227, 188, 120, 0.18) 14%,
      rgba(227, 188, 120, 0.68) 50%,
      rgba(227, 188, 120, 0.18) 86%,
      transparent 100%
    );
    opacity: 0.74;
  }

  .hero-brand-stage__service:nth-child(3)::after {
    left: 50%;
    top: -2px;
    width: 30%;
    height: 4px;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 244, 212, 0.8),
      transparent
    );
    transform: translateX(-50%);
    opacity: 0.84;
  }

  .hero-brand-stage__icon-wrap {
    width: 96px;
    height: 96px;
  }

  .hero-brand-stage__icon-wrap img {
    width: 80px;
    height: 80px;
  }

  .hero-brand-stage__service:nth-child(3) .hero-brand-stage__icon-wrap img {
    width: 80px;
    height: 80px;
  }

  .hero-brand-stage__service h3 {
    max-width: none;
    font-size: clamp(14px, 2.4vw, 17px);
    line-height: 1.2;
    letter-spacing: 0.065em;
    white-space: normal;
    text-wrap: balance;
  }

  .hero-brand-stage__button {
    min-width: 0;
    min-height: 56px;
    flex: 1 1 240px;
    padding-inline: 22px;
  }

  .hero-brand-stage__wordmark {
    font-size: clamp(48px, 9.8vw, 78px);
  }

  .hero-brand-stage__line {
    width: min(76%, 400px);
  }

  .hero-brand-stage__tagline {
    max-width: min(620px, 100%);
    font-size: clamp(14px, 2.2vw, 18px);
    letter-spacing: 0.13em;
  }
}

@media (max-width: 640px) {
  .components-nav,
  .components-demo-grid,
  .components-card-grid,
  .components-card-grid--mini,
  .components-color-grid,
  .components-spacing-scale {
    grid-template-columns: 1fr;
  }

  .components-page__hero-card,
  .components-dark-stage {
    padding: 24px;
  }

  .components-section__title {
    font-size: clamp(24px, 9vw, 34px);
  }

  .components-buttons-row {
    align-items: stretch;
  }

  .components-buttons-row .button,
  .components-buttons-row .button-ghost,
  .components-buttons-row .button-inline {
    width: 100%;
    justify-content: center;
  }

  :root {
    --container: min(100vw - 28px, 1240px);
    --section-gap: 56px;
    --mobile-header-height: 72px;
  }

  .section-header,
  .section-heading {
    flex-direction: column;
    align-items: start;
  }

  .site-header {
    padding: 10px 0;
  }

  .site-header__bar {
    gap: 14px;
  }

  .brand__logo {
    width: clamp(124px, 34vw, 152px);
  }

  .site-nav__links {
    inset: 0;
  }

  .site-nav__surface {
    padding: calc(
        var(--mobile-header-height) + var(--wp-admin-bar-offset) + 22px
      )
      20px calc(24px + var(--safe-bottom));
    gap: 22px;
  }

  .site-nav__menu {
    gap: 12px;
  }

  .site-nav__item-label {
    font-size: clamp(34px, 8.4vw, 46px);
  }

  .site-nav__cta-link.button {
    min-height: 58px;
    padding-inline: 20px;
  }

  .home-hero {
    min-height: 0;
    max-height: none;
    padding-bottom: 0;
  }

  .home-hero__stage-shell,
  .hero-editorial {
    height: auto;
  }

  .home-hero__title {
    font-size: clamp(38px, 13vw, 58px);
  }

  .home-hero__lead,
  .section-text {
    line-height: 1.65;
  }

  .home-hero__overlay-shell {
    padding-top: 92px;
    padding-bottom: 20px;
  }

  .home-hero__panel {
    width: 100%;
    padding: 22px;
    border-radius: 26px;
    background: linear-gradient(
      180deg,
      rgba(255, 251, 245, 0.82),
      rgba(255, 248, 239, 0.7)
    );
  }

  .hero-notes {
    grid-template-columns: 1fr;
  }

  .services-overview__heading,
  .goals-objective__header {
    gap: 10px;
  }

  .services-overview__title,
  .goals-objective__title {
    max-width: 11ch;
    font-size: clamp(28px, 10vw, 38px);
    line-height: 1;
  }

  .services-overview__subtitle,
  .goals-objective__subtitle {
    max-width: none;
    font-size: 14px;
    line-height: 1.68;
  }

  .quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .quick-tile {
    min-height: 156px;
    padding: 20px 20px 18px;
    justify-items: center;
    align-content: center;
    text-align: center;
    gap: 18px;
  }

  .quick-tile__icon {
    width: 72px;
    height: 72px;
    border-radius: 18px;
  }

  .quick-tile strong {
    min-height: auto;
    font-size: 15px;
    justify-items: center;
    place-items: center;
  }

  .quick-tile strong span {
    max-width: none;
  }

  .services-overview__footer {
    margin-top: 20px;
  }

  .services-overview__cta {
    width: auto;
    min-height: 0;
    padding: 0;
    justify-content: center;
    background: transparent;
    color: var(--ink);
    box-shadow: none;
  }

  .services-overview__cta::before {
    left: 0;
    right: 24px;
    bottom: -5px;
    background: linear-gradient(
      90deg,
      rgba(184, 141, 90, 0.12),
      rgba(184, 141, 90, 0.72),
      rgba(184, 141, 90, 0.12)
    );
    transform: scaleX(0.58);
    opacity: 0.72;
  }

  .locations-teaser__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .locations-teaser-card:nth-child(3) {
    grid-column: auto;
    width: 100%;
  }

  .locations-teaser-card__media {
    aspect-ratio: 1.5;
  }

  .locations-teaser-card__body {
    padding: 16px 16px 18px;
    gap: 8px;
  }

  .locations-teaser-card__body h3 {
    font-size: 17px;
  }

  .locations-teaser__actions {
    margin-top: 2px;
  }

  .locations-teaser__cta {
    min-height: 44px;
    font-size: 13px;
    letter-spacing: 0.07em;
  }

  .locations-teaser__cta::before,
  .locations-teaser__cta::after {
    width: 28px;
  }

  .why-immagine__track {
    --why-gap: 14px;
    --why-items-per-page: 1;
  }

  .why-immagine__card {
    min-height: 192px;
    padding: 22px 18px 18px;
    gap: 14px;
  }

  .why-immagine__icon {
    width: 74px;
    height: 74px;
    border-radius: 20px;
  }

  .why-immagine__icon img,
  .why-immagine__icon svg {
    width: 38px;
    height: 38px;
  }

  .why-immagine__card-title {
    max-width: 11ch;
    font-size: clamp(18px, 4.8vw, 22px);
  }

  .why-immagine__controls {
    grid-template-columns: auto 1fr auto;
    gap: 10px;
  }

  .why-immagine__arrow {
    width: 44px;
    height: 44px;
  }

  .why-immagine__arrow svg {
    width: 18px;
    height: 18px;
  }

  .hero-brand-stage {
    height: auto;
    min-height: var(--hero-mobile-height);
    max-height: none;
    border-radius: 0 0 32px 32px;
    padding: calc(60px + var(--safe-top)) 18px calc(30px + var(--safe-bottom));
    grid-template-rows: minmax(0, 1fr) auto;
    align-content: stretch;
    gap: 18px;
    background-position:
      center center,
      24% 28%,
      50% 38%,
      80% 24%,
      18% 88%,
      center center,
      14% center;
  }

  .hero-brand-stage__intro {
    align-self: center;
    gap: 18px;
  }

  .hero-brand-stage__bottom {
    width: 100%;
    gap: 16px;
  }

  .hero-brand-stage__wordmark {
    font-size: clamp(52px, 14.8vw, 74px);
    letter-spacing: 0.032em;
    font-weight: 300;
    font-family: var(--font-display);
  }

  .hero-brand-stage__line {
    width: min(82vw, 356px);
    height: 18px;
  }

  .hero-brand-stage__tagline {
    width: min(332px, 100%);
    display: grid;
    gap: 6px;
    justify-content: center;
    font-size: clamp(13px, 3vw, 16px);
    letter-spacing: 0.11em;
    line-height: 1.16;
  }

  .hero-brand-stage__tagline span {
    display: block;
    text-wrap: balance;
  }

  .hero-brand-stage__services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
    width: min(100%, 560px);
  }

  .hero-brand-stage__icon-wrap {
    width: 96px;
    height: 96px;
  }

  .hero-brand-stage__icon-wrap img {
    width: 80px;
    height: 80px;
  }

  .hero-brand-stage__service {
    min-height: 164px;
    padding: 12px 8px 0;
    grid-template-columns: 1fr;
    align-items: start;
    justify-items: center;
    gap: 14px;
    text-align: center;
    border-radius: 0;
    background: none;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
  }

  .hero-brand-stage__service:nth-child(3) {
    width: min(100%, 286px);
  }

  .hero-brand-stage__service:nth-child(3) .hero-brand-stage__icon-wrap img {
    width: 80px;
    height: 80px;
  }

  .hero-brand-stage__service h3 {
    max-width: none;
    font-size: clamp(14px, 3.15vw, 17px);
    line-height: 1.18;
    letter-spacing: 0.06em;
    white-space: normal;
    text-wrap: balance;
  }

  .hero-brand-stage__service:nth-child(2)::before {
    left: -8px;
    top: 16%;
    width: 2px;
    height: 62%;
    opacity: 0.68;
  }

  .hero-brand-stage__service:nth-child(2)::after {
    left: -9px;
    top: 29%;
    width: 4px;
    height: 24%;
    opacity: 0.86;
  }

  .hero-brand-stage__service:nth-child(3)::before {
    left: 14%;
    top: 0;
    width: 76%;
    height: 2px;
  }

  .hero-brand-stage__service:nth-child(3)::after {
    top: -2px;
    width: 34%;
    height: 4px;
  }

  .hero-brand-stage__actions {
    width: min(100%, 520px);
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 12px;
  }

  .hero-brand-stage__button {
    width: auto;
    min-width: 0;
    min-height: 50px;
    flex: 1 1 0;
    padding: 0 14px;
    font-size: 12px;
    letter-spacing: 0.078em;
  }

  .hero-brand-stage.is-entered .hero-brand-stage__icon-wrap {
    animation: none;
  }

  .goals-objective {
    gap: 18px;
  }

  .goals-objective__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .goal-objective-card {
    border-radius: 22px;
  }

  .goal-objective-card__media {
    aspect-ratio: 1.34;
  }

  .goal-objective-card__body {
    min-height: 0;
    padding: 18px 18px 18px;
    place-items: start;
    text-align: left;
  }

  .goal-objective-card__tag {
    justify-self: start;
  }

  .goal-objective-card__body h3 {
    max-width: none;
    font-size: 18px;
    line-height: 1.28;
  }

  .goals-objective__cta {
    width: 100%;
    min-height: var(--mobile-cta-height);
  }

  .locations-grid,
  .subpage-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding: 28px 0 calc(32px + var(--safe-bottom));
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .site-footer__grid > div {
    padding-bottom: 18px;
  }

  .site-footer__grid > div + div {
    padding-top: 18px;
    border-top: 1px solid rgba(23, 22, 20, 0.08);
  }

  .footer-list {
    gap: 6px;
  }

  .footer-list a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }

  .contact-panel,
  .form-panel,
  .subpage-hero__card,
  .corporate-panel,
  .editorial-feature__copy,
  .service-card,
  .page-card {
    padding: 24px;
  }
}

@media (max-width: 480px) {
  .hero-brand-stage {
    padding: calc(58px + var(--safe-top)) 16px calc(24px + var(--safe-bottom));
    gap: 16px;
  }

  .hero-brand-stage__intro {
    gap: 16px;
  }

  .hero-brand-stage__bottom {
    gap: 14px;
  }

  .hero-brand-stage__wordmark {
    font-size: clamp(46px, 13.6vw, 60px);
    letter-spacing: 0.03em;
  }

  .hero-brand-stage__line {
    width: min(80vw, 308px);
    height: 16px;
  }

  .hero-brand-stage__tagline {
    width: min(310px, 100%);
    gap: 5px;
    font-size: clamp(13px, 3.1vw, 15px);
    letter-spacing: 0.095em;
    line-height: 1.14;
  }

  .hero-brand-stage__services {
    gap: 12px 14px;
    width: 100%;
  }

  .hero-brand-stage__service {
    min-height: 154px;
    padding: 10px 6px 0;
    gap: 12px;
  }

  .hero-brand-stage__service:nth-child(3) {
    width: min(100%, 244px);
  }

  .hero-brand-stage__icon-wrap {
    width: 96px;
    height: 96px;
  }

  .hero-brand-stage__icon-wrap img {
    width: 80px;
    height: 80px;
  }

  .hero-brand-stage__service:nth-child(3) .hero-brand-stage__icon-wrap img {
    width: 80px;
    height: 80px;
  }

  .hero-brand-stage__service h3 {
    max-width: none;
    font-size: clamp(13px, 3vw, 14px);
    line-height: 1.16;
    letter-spacing: 0.055em;
  }

  .hero-brand-stage__service:nth-child(2)::before {
    height: 58%;
  }

  .hero-brand-stage__service:nth-child(2)::after {
    height: 20%;
  }

  .hero-brand-stage__service:nth-child(3)::before {
    width: 74%;
  }

  .hero-brand-stage__service:nth-child(3)::after {
    width: 32%;
  }

  .hero-brand-stage__actions {
    width: 100%;
    gap: 10px;
  }

  .hero-brand-stage__button {
    min-height: 48px;
    padding-inline: 12px;
    font-size: 11px;
    letter-spacing: 0.07em;
  }
}

@media (max-width: 420px) {
  :root {
    --container: min(100vw - 22px, 1240px);
    --section-gap: 48px;
    --mobile-header-height: 68px;
  }

  .site-header {
    padding: 9px 0;
  }

  .brand__logo {
    width: clamp(116px, 36vw, 142px);
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
  }

  .site-nav__links {
    inset: 0;
  }

  .site-nav__surface {
    padding: calc(
        var(--mobile-header-height) + var(--wp-admin-bar-offset) + 20px
      )
      16px calc(20px + var(--safe-bottom));
    gap: 20px;
  }

  .site-nav__menu {
    gap: 10px;
  }

  .site-nav__item {
    padding-bottom: 16px;
    gap: 10px;
  }

  .site-nav__item-label {
    font-size: clamp(31px, 8.8vw, 40px);
    line-height: 0.98;
  }

  .site-nav__cta {
    gap: 12px;
    padding-top: 14px;
  }

  .site-nav__cta-link.button {
    min-height: 54px;
    padding-inline: 18px;
  }

  .locations-teaser {
    gap: 20px;
  }

  .quick-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .quick-tile {
    width: min(100%, 340px);
  }

  .locations-teaser__title {
    font-size: clamp(26px, 8.2vw, 34px);
  }

  .locations-teaser-card {
    border-radius: 18px;
  }

  .locations-teaser-card__media {
    aspect-ratio: 1.42;
  }

  .locations-teaser-card__body {
    padding: 15px 14px 16px;
  }

  .locations-teaser-card__body h3 {
    font-size: 16px;
  }

  .locations-teaser-card__link {
    font-size: 12.5px;
  }

  .locations-teaser__cta {
    font-size: 12px;
  }

  .locations-teaser__cta::before,
  .locations-teaser__cta::after {
    width: 20px;
  }

  .why-immagine__shell {
    --why-shell-pad-block: 20px;
    --why-shell-pad-inline: 14px;
    padding: var(--why-shell-pad-block) var(--why-shell-pad-inline);
    border-radius: 24px;
  }

  .why-immagine__heading {
    gap: 10px;
    margin-bottom: 18px;
  }

  .why-immagine__title {
    max-width: none;
    font-size: clamp(26px, 8vw, 32px);
    letter-spacing: -0.025em;
  }

  .why-immagine__track {
    --why-gap: 12px;
    --why-items-per-page: 1;
  }

  .why-immagine__card {
    min-height: 176px;
    padding: 20px 14px 16px;
    border-radius: 20px;
  }

  .why-immagine__icon {
    width: 68px;
    height: 68px;
    border-radius: 18px;
  }

  .why-immagine__card-title {
    font-size: 17px;
  }

  .why-immagine__arrow {
    width: 40px;
    height: 40px;
  }

  .why-immagine__dots {
    gap: 8px;
  }

  .why-immagine__dot.is-active {
    width: 28px;
  }

  .home-hero {
    min-height: var(--hero-mobile-height);
    max-height: var(--hero-mobile-height);
  }

  .hero-brand-stage {
    min-height: var(--hero-mobile-height);
    padding: calc(54px + var(--safe-top)) 14px calc(22px + var(--safe-bottom));
    gap: 12px;
  }

  .hero-brand-stage__intro {
    gap: 14px;
  }

  .hero-brand-stage__bottom {
    gap: 12px;
  }

  .hero-brand-stage__wordmark {
    font-size: clamp(42px, 12.8vw, 54px);
    letter-spacing: 0.028em;
  }

  .hero-brand-stage__tagline {
    width: min(292px, 100%);
    gap: 4px;
    font-size: 12px;
    letter-spacing: 0.085em;
    line-height: 1.12;
  }

  .hero-brand-stage__line {
    width: min(76vw, 248px);
    height: 12px;
  }

  .hero-brand-stage__service {
    min-height: 144px;
    padding: 8px 4px 0;
    gap: 11px;
  }

  .hero-brand-stage__icon-wrap {
    width: 96px;
    height: 96px;
  }

  .hero-brand-stage__icon-wrap img {
    width: 80px;
    height: 80px;
  }

  .hero-brand-stage__service:nth-child(3) .hero-brand-stage__icon-wrap img {
    width: 80px;
    height: 80px;
  }

  .hero-brand-stage__service h3 {
    max-width: none;
    font-size: 12px;
    line-height: 1.15;
    letter-spacing: 0.05em;
  }

  .hero-brand-stage__service:nth-child(2)::before {
    width: 2px;
    height: 54%;
  }

  .hero-brand-stage__service:nth-child(2)::after {
    width: 3px;
    height: 18%;
  }

  .hero-brand-stage__service:nth-child(3)::before {
    width: 74%;
    height: 2px;
  }

  .hero-brand-stage__service:nth-child(3)::after {
    width: 32%;
    height: 3px;
  }

  .hero-brand-stage__actions {
    width: 100%;
    gap: 8px;
  }

  .hero-brand-stage__button {
    min-height: 46px;
    padding-inline: 10px;
    font-size: 11px;
    letter-spacing: 0.065em;
  }

  .quick-tile,
  .goal-objective-card__body,
  .contact-panel,
  .form-panel,
  .subpage-hero__card,
  .corporate-panel,
  .editorial-feature__copy,
  .service-card,
  .page-card {
    padding-left: 18px;
    padding-right: 18px;
  }

  .app-showcase {
    border-radius: 26px;
  }

  .app-showcase__shell {
    padding: 22px 18px;
  }

  .app-showcase__stage {
    min-height: 460px;
    padding: 26px 0 82px;
  }

  .app-showcase__title {
    max-width: 12ch;
  }

  .app-showcase__device--phone {
    width: min(82%, 320px);
    top: 34px;
    right: 12px;
  }

  .app-showcase__device--watch {
    width: min(42%, 170px);
    left: 0;
    bottom: 82px;
  }

  .app-showcase__placeholder-card {
    min-height: 390px;
    border-radius: 34px;
  }

  .app-showcase__placeholder-card--watch {
    min-height: 170px;
    border-radius: 28px;
  }

  .app-showcase__caption {
    max-width: calc(100% - 8px);
    padding: 12px 14px;
    font-size: 13px;
  }
}

@media (max-width: 380px) {
  .hero-brand-stage__actions {
    flex-direction: column;
  }

  .hero-brand-stage__button {
    width: 100%;
    flex-basis: auto;
  }
}

@media (max-width: 1024px) {
  .services-hub-page__hero-controls {
    top: calc(102px + var(--wp-admin-bar-offset));
  }

  .services-hub-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-hub-page__activation-offer-panel {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .services-hub-page__activation-offer-copy {
    padding-right: 0;
  }

  .services-hub-page__activation-offer-title,
  .services-hub-page__activation-offer-text,
  .services-hub-page__activation-offer-footnote {
    max-width: none;
  }

  .services-hub-page__final-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .services-hub-page__final-visual {
    right: 28px;
    width: min(46%, 320px);
  }
}

@media (max-width: 720px) {
  .services-hub-page__hero-controls {
    gap: 14px;
    margin-top: 0;
    top: calc(var(--mobile-header-height) + var(--wp-admin-bar-offset) + 14px);
  }

  .services-hub-page__filters {
    gap: 10px;
    padding: 12px;
    border-radius: 20px;
  }

  .services-hub-page__chip {
    min-height: 38px;
    padding: 0 8px 0 14px;
    font-size: 11px;
    letter-spacing: 0.08em;
  }

  .services-hub-page__grid {
    grid-template-columns: 1fr;
  }

  .services-hub-page__activation-offer-panel {
    padding: 20px;
  }

  .services-hub-page__activation-offer-title {
    font-size: clamp(38px, 12vw, 58px);
  }

  .services-hub-page__activation-offer-text,
  .services-hub-page__activation-offer-item,
  .services-hub-page__activation-offer-footnote p,
  .services-hub-page__activation-offer-meta-label,
  .services-hub-page__activation-offer-formula p {
    font-size: 15px;
  }

  .services-hub-page__activation-offer-price-card {
    padding: 24px 18px 18px;
  }

  .services-hub-page__activation-offer-price {
    font-size: clamp(60px, 17vw, 82px);
  }

  .services-hub-page__activation-offer-validity,
  .services-hub-page__activation-offer-pill {
    font-size: 15px;
  }

  .services-hub-card {
    grid-template-rows: 236px minmax(0, 1fr);
  }

  .services-hub-card__title {
    font-size: clamp(28px, 4.8vw, 34px);
  }

  .services-hub-card__media {
    min-height: 236px;
  }

  .services-hub-card__media img {
    min-height: 236px;
  }

  .services-hub-card__body {
    padding: 16px 22px 20px;
  }

  .services-hub-card__media-copy {
    left: 22px;
    right: 22px;
    bottom: 22px;
  }

  .services-hub-page__final-panel {
    padding: 26px 22px 280px;
  }

  .services-hub-page__final-visual {
    right: 20px;
    width: min(56%, 260px);
    min-height: 240px;
    height: 280px;
  }
}

@media (max-width: 520px) {
  .services-hub-page__final-actions {
    display: grid;
  }

  .services-hub-page__final-actions .button,
  .services-hub-page__final-actions .button-inline {
    width: 100%;
  }

  .services-hub-page__filters {
    gap: 8px;
    padding: 10px;
  }

  .services-hub-page__chip {
    min-height: 36px;
    padding: 0 8px 0 12px;
    gap: 8px;
    font-size: 10px;
  }

  .services-hub-page__chip-count {
    min-width: 22px;
    height: 22px;
    font-size: 9px;
  }

  .services-hub-page__activation-offer-panel {
    padding: 16px;
    border-radius: 24px;
  }

  .services-hub-page__activation-offer-panel::before {
    inset: 9px;
    border-radius: 20px;
  }

  .services-hub-page__activation-offer-copy {
    padding: 8px 2px 0;
  }

  .services-hub-page__activation-offer-item {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    font-size: 14px;
  }

  .services-hub-page__activation-offer-item-icon {
    width: 38px;
    height: 38px;
    padding: 9px;
  }

  .services-hub-page__activation-offer-footnote {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px;
  }

  .services-hub-page__activation-offer-footnote img {
    width: 30px;
    height: 30px;
  }

  .services-hub-page__activation-offer-meta-grid {
    grid-template-columns: 1fr;
  }

  .services-hub-page__activation-offer-meta-card {
    min-height: 0;
    grid-template-columns: 40px minmax(0, 1fr);
    justify-items: start;
    align-items: center;
    padding: 12px;
  }

  .services-hub-page__activation-offer-meta-icon {
    width: 40px;
    height: 40px;
    padding: 9px;
  }

  .services-hub-page__activation-offer-meta-label {
    text-align: left;
  }

  .services-hub-page__activation-offer-formula {
    padding: 18px 12px 14px;
  }

  .services-hub-card__body {
    padding: 14px 18px 18px;
    gap: 14px;
  }

  .services-hub-card {
    grid-template-rows: 212px minmax(0, 1fr);
    border-radius: 24px;
  }

  .services-hub-card__media,
  .services-hub-card__media img {
    min-height: 212px;
  }

  .services-hub-card__media {
    border-radius: 22px;
  }

  .services-hub-card__media-frame {
    inset: 10px;
    border-radius: 18px;
  }

  .services-hub-card__media-copy {
    left: 18px;
    right: 18px;
    bottom: 18px;
    gap: 7px;
  }

  .services-hub-card__title {
    font-size: clamp(24px, 7vw, 30px);
  }

  .services-hub-card__tag {
    font-size: 9px;
    letter-spacing: 0.14em;
  }

  .services-hub-card__text,
  .services-hub-card__bullets li {
    font-size: 14px;
  }

  .services-hub-card__bullets li {
    grid-template-columns: 10px minmax(0, 1fr);
    gap: 10px;
  }

  .services-hub-card__footer {
    padding-top: 14px;
  }

  .services-hub-card__cta {
    min-height: 38px;
    font-size: 11px;
    letter-spacing: 0.11em;
  }

  .services-hub-page__final-panel {
    padding: 22px 18px 232px;
  }

  .services-hub-page__final-visual {
    right: 12px;
    width: min(62%, 216px);
    height: 228px;
  }
}

@media (hover: none) and (pointer: coarse) {
  .quick-tile:hover,
  .goal-objective-card:hover {
    transform: none;
  }

  .goal-objective-card::after {
    display: none;
  }

  .goal-objective-card__content,
  .goal-objective-card:hover .goal-objective-card__content,
  .goal-objective-card:focus-within .goal-objective-card__content {
    transform: none;
    filter: none;
    opacity: 1;
  }

  .goal-objective-card__action {
    position: static;
    display: flex;
    justify-content: center;
    padding: 0 16px 18px;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .goal-objective-card__cta {
    width: 100%;
  }

  .quick-tile:hover .quick-tile__icon {
    transform: none;
    color: #302c27;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.9),
      0 10px 26px rgba(37, 31, 24, 0.04);
  }

  .quick-tile:hover .quick-tile__icon svg {
    transform: none;
  }

  .quick-tile:hover .quick-tile__icon img {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }

  .hero-brand-stage,
  .site-header,
  .home-hero__panel,
  .hero-brand-stage__wordmark,
  .hero-brand-stage__line,
  .hero-brand-stage__tagline,
  .hero-brand-stage__service,
  .hero-brand-stage__chunk,
  .hero-brand-stage__glow {
    opacity: 1 !important;
    translate: 0 0 !important;
    scale: 1 !important;
    filter: none !important;
    transition: none !important;
    animation: none !important;
  }

  .hero-brand-stage__icon-wrap circle,
  .hero-brand-stage__icon-wrap path {
    stroke-dashoffset: 0 !important;
    animation: none !important;
  }

  .brand,
  .menu-toggle,
  .site-nav__links a {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    animation: none !important;
  }

  .site-nav__surface,
  .site-nav__item,
  .site-nav__cta-link,
  .site-nav__item-line,
  .site-nav__cta::before,
  .site-nav__ornament span,
  .locations-teaser-card,
  .locations-teaser-card__media img,
  .locations-teaser-card__link::before,
  .locations-teaser-card__link::after,
  .locations-teaser__cta::before,
  .locations-teaser__cta::after,
  .why-immagine__track,
  .why-immagine__card,
  .why-immagine__arrow,
  .why-immagine__dot,
  .goal-objective-card,
  .goal-objective-card__content,
  .goal-objective-card__action,
  .goal-objective-card__cta,
  .why-immagine__icon svg {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    animation: none !important;
    transition: none !important;
  }

  .site-nav__shine {
    display: none !important;
  }

  .hero-brand-stage::after,
  .hero-brand-stage__line-core::after,
  .hero-brand-stage__service::after,
  .hero-brand-stage__icon-wrap::after {
    display: none !important;
  }

  .hero-brand-stage__service::before {
    opacity: 0.72 !important;
    transform: none !important;
    animation: none !important;
  }

  .hero-brand-stage__line-core {
    transform: scaleX(1) !important;
  }

  .goal-objective-card--has-action:hover .goal-objective-card__content,
  .goal-objective-card--has-action:focus-within .goal-objective-card__content {
    transform: none !important;
    filter: none !important;
  }

  .goal-objective-card::after {
    backdrop-filter: none;
  }
}

.service-detail-page__hero {
  padding-top: 18px;
}

.service-detail-page__hero-shell {
  overflow: hidden;
  border-radius: 36px;
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 255, 255, 0.98),
      rgba(247, 241, 234, 0.9) 55%,
      rgba(241, 233, 223, 0.8)
    ),
    #fff;
  box-shadow:
    0 26px 54px rgba(71, 52, 34, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.service-detail-page__hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(380px, 1fr);
  gap: 36px;
  align-items: center;
  padding: clamp(28px, 4vw, 46px);
}

.service-detail-page__hero-copy {
  display: grid;
  gap: 18px;
  align-content: start;
}

.service-detail-page__eyebrow {
  letter-spacing: 0.28em;
}

.service-detail-page__hero-title {
  max-width: 12ch;
}

.service-detail-page__hero-text {
  max-width: 52ch;
  color: var(--ink-soft);
}

.service-detail-page__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.service-detail-page__hero-actions .button,
.service-detail-page__hero-actions .button-ghost {
  min-height: 54px;
  padding: 16px 28px;
  font-size: 15px;
}

.service-detail-page__hero-primary.button {
  border: 1px solid rgba(126, 88, 48, 0.28);
  background: linear-gradient(135deg, #d6ad76 0%, var(--gold) 52%, #916a40 100%);
  color: #fffaf3;
  box-shadow:
    0 18px 36px rgba(143, 107, 67, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.service-detail-page__hero-primary.button:hover,
.service-detail-page__hero-primary.button:focus-visible {
  background: linear-gradient(135deg, #e0bd8b 0%, #c39762 52%, #9d7549 100%);
  box-shadow:
    0 20px 40px rgba(143, 107, 67, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.service-detail-page__hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin-top: 14px;
}

.service-detail-page__hero-metric {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-detail-page__hero-metric-mark {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(184, 141, 90, 0.28);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.94),
    rgba(244, 235, 223, 0.86)
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
  position: relative;
  flex: 0 0 auto;
}

.service-detail-page__hero-metric-mark::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(184, 141, 90, 0.95),
    rgba(142, 108, 68, 0.88)
  );
}

.service-detail-page__hero-media {
  display: flex;
  position: relative;
  min-height: 520px;
  border-radius: 30px;
  overflow: hidden;
  background:
    linear-gradient(
      135deg,
      rgba(236, 229, 219, 0.76),
      rgba(255, 255, 255, 0.16)
    ),
    linear-gradient(
      180deg,
      rgba(253, 251, 249, 0.92),
      rgba(230, 218, 204, 0.78)
    );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.service-detail-page__hero-media img {
  width: 100%;
  object-fit: cover;
}

.service-detail-page__hero-media--placeholder::before,
.service-detail-page__hero-media--placeholder::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
}

.service-detail-page__hero-media--placeholder::before {
  inset: auto 8% 7% auto;
  width: 42%;
  height: 68%;
  background: radial-gradient(
    circle at 50% 18%,
    rgba(45, 36, 28, 0.92),
    rgba(45, 36, 28, 0.24) 42%,
    transparent 72%
  );
}

.service-detail-page__hero-media--placeholder::after {
  inset: 9% auto auto 10%;
  width: 36%;
  height: 56%;
  background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.95),
    rgba(230, 218, 205, 0.42) 54%,
    transparent 78%
  );
}

.service-detail-page__hero-placeholder {
  position: absolute;
  inset: 0;
}

.service-detail-page__hero-placeholder span {
  position: absolute;
  inset: auto 4% 0 auto;
  width: 38%;
  height: 76%;
  border-radius: 36px 36px 16px 16px;
  background:
    linear-gradient(180deg, rgba(57, 45, 36, 0.94), rgba(28, 24, 21, 0.82)),
    #30271f;
  box-shadow: 0 32px 50px rgba(42, 31, 23, 0.18);
  transform: skew(-4deg);
}

.service-detail-page__hero-placeholder span::before,
.service-detail-page__hero-placeholder span::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.88);
}

.service-detail-page__hero-placeholder span::before {
  top: 14%;
  left: -52%;
  width: 72%;
  height: 72%;
  border-radius: 38px;
  opacity: 0.88;
}

.service-detail-page__hero-placeholder span::after {
  right: -10%;
  bottom: 0;
  width: 20%;
  height: 48%;
  border-radius: 24px 24px 0 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96),
    rgba(223, 214, 204, 0.72)
  );
}

.service-detail-page__section {
  padding-top: 14px;
}

.service-detail-page__section-head {
  display: grid;
  justify-items: center;
  text-align: center;
  margin-bottom: 26px;
}

.service-detail-page__section-title {
  max-width: 20ch;
}

.service-detail-page__package-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-detail-page__benefit-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(var(--service-benefit-columns, 4), minmax(0, 1fr));
}

.service-detail-page__benefit-card,
.service-detail-page__package-card,
.service-detail-page__result-card {
  padding: 24px;
  border-radius: 26px;
  border: 1px solid rgba(23, 22, 20, 0.08);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.92),
    rgba(247, 241, 234, 0.86)
  );
  box-shadow:
    0 16px 32px rgba(71, 52, 34, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.service-detail-page__benefit-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 18px;
  min-height: 100%;
  text-align: center;
  padding: 14px 28px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.service-detail-page__benefit-icon,
.service-detail-page__result-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  border-radius: 18px;
  border: 1px solid rgba(23, 22, 20, 0.08);
  background: rgba(255, 255, 255, 0.92);
  color: var(--bronze-deep);
}

.service-detail-page__benefits {
  position: relative;
}

.service-detail-page__benefits-shell {
  position: relative;
  overflow: hidden;
  padding: 26px 10px;
  border-radius: 34px;
  border: 1px solid rgba(206, 163, 99, 0.16);
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(126, 18, 18, 0.28),
      transparent 42%
    ),
    linear-gradient(
      180deg,
      rgba(17, 8, 8, 0.98),
      rgba(8, 5, 5, 0.98)
    );
  box-shadow:
    0 30px 60px rgba(8, 3, 3, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.service-detail-page__benefits-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.02),
      transparent 18%,
      transparent 82%,
      rgba(255, 255, 255, 0.02)
    );
  pointer-events: none;
}

.service-detail-page__benefit-card::after {
  content: "";
  position: absolute;
  top: 14%;
  right: 0;
  width: 1px;
  height: 72%;
  background: linear-gradient(
    180deg,
    rgba(206, 163, 99, 0),
    rgba(206, 163, 99, 0.62),
    rgba(206, 163, 99, 0)
  );
}

.service-detail-page__benefit-card:last-child::after {
  display: none;
}

.service-detail-page__benefit-icon {
  width: 92px;
  height: 92px;
  margin: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  color: #d5ad69;
}

.service-detail-page__benefit-icon img,
.service-detail-page__result-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.service-detail-page__benefit-icon img {
  width: 72px;
  height: 72px;
  filter:
    drop-shadow(0 8px 18px rgba(194, 141, 70, 0.18))
    saturate(0.98);
}

.service-detail-page__benefit-icon svg,
.service-detail-page__result-icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
}

.service-detail-page__benefit-icon svg {
  width: 56px;
  height: 56px;
  stroke-width: 1.35;
}

.service-detail-page__benefit-card .service-detail-page__benefit-title {
  max-width: 11ch;
  margin: 0;
  color: #f7f1e7;
  font-size: clamp(24px, 1.7vw, 32px);
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-wrap: balance;
  font-family: var(--font-display);
}

.service-detail-page__benefit-card h3,
.service-detail-page__audience-copy h3,
.service-detail-page__package-card h3 {
  margin: 0;
  font-size: clamp(24px, 2.1vw, 30px);
  line-height: 1.05;
}

.service-detail-page__benefit-card p,
.service-detail-page__audience-copy p,
.service-detail-page__package-card p,
.service-detail-page__result-card p,
.service-detail-page__media-text {
  margin: 0;
  color: var(--ink-soft);
}

.service-detail-page__audience-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
}

.service-detail-page__audience-card {
  width: 100%;
  position: relative;
  display: grid;
  min-height: 420px;
  aspect-ratio: 0.82;
  overflow: hidden;
  border-radius: 32px;
  isolation: isolate;
  background: linear-gradient(
    160deg,
    rgba(27, 23, 20, 0.98),
    rgba(58, 43, 32, 0.92)
  );
  box-shadow:
    0 26px 46px rgba(40, 28, 18, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  transition:
    transform 240ms ease,
    box-shadow 240ms ease;
}

.service-detail-page__audience-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(10, 9, 8, 0.06) 0%, rgba(10, 9, 8, 0.24) 38%, rgba(10, 9, 8, 0.82) 100%),
    linear-gradient(180deg, rgba(10, 9, 8, 0) 42%, rgba(10, 9, 8, 0.7) 100%);
  pointer-events: none;
}

.service-detail-page__audience-card:hover,
.service-detail-page__audience-card:focus-within {
  transform: translateY(-4px);
  box-shadow:
    0 34px 56px rgba(40, 28, 18, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.11);
}

.service-detail-page__audience-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: linear-gradient(
    160deg,
    rgba(111, 87, 61, 0.74),
    rgba(23, 20, 18, 0.96)
  );
}

.service-detail-page__audience-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
}

.service-detail-page__audience-media--placeholder span {
  display: block;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 50% 22%, rgba(224, 183, 119, 0.24), transparent 24%),
    radial-gradient(circle at 80% 14%, rgba(255, 255, 255, 0.08), transparent 18%),
    linear-gradient(
      180deg,
      rgba(70, 52, 36, 0.82),
      rgba(18, 15, 13, 0.96)
    );
}

.service-detail-page__audience-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  align-content: end;
  min-height: 100%;
  padding: clamp(24px, 2vw, 30px);
  color: #fff8f0;
  text-align: left;
}

.service-detail-page__audience-copy h3 {
  max-width: 10ch;
  margin: 0;
  color: #fff9f3;
  font-family: var(--font-display);
  font-size: clamp(30px, 2.5vw, 38px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: 0.01em;
  text-wrap: balance;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.26);
}

.service-detail-page__audience-copy p {
  max-width: 28ch;
  color: rgba(255, 248, 239, 0.86);
  font-family: var(--font-body);
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-wrap: pretty;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

.service-detail-page__package-grid {
  align-items: stretch;
}

.service-detail-page__package-card {
  position: relative;
  display: grid;
  gap: 12px;
  text-align: center;
}

.service-detail-page__package-card.is-featured {
  background: linear-gradient(
    180deg,
    rgba(23, 22, 20, 0.98),
    rgba(37, 33, 29, 0.96)
  );
  color: #fff;
}

.service-detail-page__package-card.is-featured p,
.service-detail-page__package-card.is-featured li {
  color: rgba(255, 255, 255, 0.82);
}

.service-detail-page__package-card.is-featured
  .service-detail-page__package-subtitle,
.service-detail-page__package-card.is-featured
  .service-detail-page__package-price-note {
  color: rgba(255, 255, 255, 0.72);
}

.service-detail-page__package-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--surface-dark);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-detail-page__package-subtitle,
.service-detail-page__package-price-note,
.service-detail-page__package-note,
.service-detail-page__results-note {
  font-size: 14px;
  line-height: 1.6;
}

.service-detail-page__package-price {
  font-family: var(--font-display);
  font-size: clamp(48px, 4vw, 62px);
  line-height: 0.92;
}

.service-detail-page__package-list {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
  text-align: left;
}

.service-detail-page__package-list li {
  position: relative;
  padding-left: 26px;
  color: var(--ink-soft);
}

.service-detail-page__package-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 7px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.service-detail-page__package-link {
  justify-self: stretch;
  margin-top: 8px;
}

.service-detail-page__package-note,
.service-detail-page__results-note {
  text-align: center;
  margin: 18px 0 0;
  color: var(--muted);
}

.service-detail-page__available-packages {
  margin-top: 24px;
  border-radius: 28px;
  border: 1px solid rgba(23, 22, 20, 0.08);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.94),
    rgba(247, 241, 234, 0.88)
  );
  box-shadow:
    0 18px 36px rgba(71, 52, 34, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  overflow: hidden;
}

.service-detail-page__available-summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: fit-content;
  margin: 18px auto;
  padding: 14px 22px;
  border-radius: 999px;
  cursor: pointer;
  background: var(--surface-dark);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 18px 36px rgba(23, 22, 20, 0.12);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.service-detail-page__available-summary::-webkit-details-marker {
  display: none;
}

.service-detail-page__available-summary::after {
  content: "+";
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 20px;
  line-height: 1;
}

.service-detail-page__available-packages[open]
  .service-detail-page__available-summary,
.service-detail-page__available-summary:hover,
.service-detail-page__available-summary:focus-visible {
  transform: translateY(-1px);
  background: rgba(23, 22, 20, 0.92);
  color: #fff;
  box-shadow: 0 20px 40px rgba(23, 22, 20, 0.16);
}

.service-detail-page__available-packages[open]
  .service-detail-page__available-summary::after {
  content: "-";
}

.service-detail-page__available-table-wrap {
  padding: 0 20px 20px;
}

.service-detail-page__available-table {
  width: 100%;
  border-collapse: collapse;
}

.service-detail-page__available-table th,
.service-detail-page__available-table td {
  padding: 18px 12px;
  vertical-align: top;
  border-top: 1px solid rgba(23, 22, 20, 0.08);
  text-align: left;
}

.service-detail-page__available-table thead th {
  border-top: 0;
  padding-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-detail-page__available-table thead th:nth-child(2) {
  white-space: nowrap;
}

.service-detail-page__available-table tbody th {
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
}

.service-detail-page__available-label {
  display: inline-block;
  max-width: 16ch;
}

.service-detail-page__available-price {
  display: grid;
  gap: 4px;
}

.service-detail-page__available-price-original {
  color: var(--muted);
  font-size: 13px;
  text-decoration: line-through;
}

.service-detail-page__available-price-current {
  font-family: var(--font-display);
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 0.96;
  white-space: nowrap;
}

.service-detail-page__available-treatments {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service-detail-page__available-treatments li {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(23, 22, 20, 0.08);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink-soft);
  font-size: 13px;
}

.service-detail-page__available-note {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}

.service-detail-page__available-action {
  min-width: 196px;
}

.service-detail-page__catalog {
  display: grid;
  gap: clamp(64px, 8vw, 104px);
}

.service-detail-page__catalog-group {
  display: grid;
  gap: clamp(26px, 4vw, 40px);
}

.service-detail-page__catalog-group-header {
  display: grid;
  justify-items: center;
  gap: 20px;
  text-align: center;
}

.service-detail-page__catalog-group-title {
  max-width: 18ch;
  margin: 0;
  text-wrap: balance;
}

.service-detail-page__catalog-group-intro {
  width: min(100%, 940px);
  color: var(--ink-soft);
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.72;
}

.service-detail-page__catalog-group-intro p {
  max-width: 76ch;
  margin: 0 auto;
  text-wrap: pretty;
}

.service-detail-page__catalog-group-intro ul,
.service-detail-page__catalog-group-intro ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.service-detail-page__catalog-group-intro li {
  padding: 12px 16px;
  border: 1px solid rgba(23, 22, 20, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.service-detail-page__catalog-list {
  display: grid;
  gap: 22px;
}

.service-detail-page__catalog-card {
  display: grid;
  gap: clamp(24px, 3vw, 34px);
  padding: clamp(24px, 4vw, 46px);
  overflow: hidden;
  border: 1px solid rgba(23, 22, 20, 0.08);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(206, 163, 99, 0.13), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 241, 234, 0.9));
  box-shadow:
    0 22px 44px rgba(71, 52, 34, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.service-detail-page__catalog-card-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(23, 22, 20, 0.09);
}

.service-detail-page__catalog-card-heading {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.service-detail-page__catalog-card-title,
.service-detail-page__catalog-card-price {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(42px, 5vw, 62px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.02em;
}

.service-detail-page__catalog-card-title {
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.service-detail-page__catalog-card-price {
  white-space: nowrap;
}

.service-detail-page__catalog-card-subtitle {
  margin: 0;
  color: var(--bronze-deep);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.service-detail-page__catalog-card-content {
  max-width: 92ch;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.72;
}

.service-detail-page__catalog-card-content > * {
  margin-top: 0;
  margin-bottom: 0;
}

.service-detail-page__catalog-card-content > * + * {
  margin-top: 16px;
}

.service-detail-page__catalog-card-content h3,
.service-detail-page__catalog-card-content h4,
.service-detail-page__catalog-card-content h5 {
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.service-detail-page__catalog-card-content ul,
.service-detail-page__catalog-card-content ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 28px;
  padding: 0;
  list-style: none;
}

.service-detail-page__catalog-card-content li {
  position: relative;
  padding-left: 24px;
  break-inside: avoid;
}

.service-detail-page__catalog-card-content li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 1px;
  width: 11px;
  height: 6px;
  border-bottom: 2px solid var(--bronze-deep);
  border-left: 2px solid var(--bronze-deep);
  transform: rotate(-45deg);
}

.service-detail-page__catalog-card-content > p:last-child {
  width: fit-content;
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(206, 163, 99, 0.12);
  color: var(--ink);
}

.service-detail-page__catalog-card-action {
  min-width: min(100%, 220px);
  justify-self: start;
}

.service-detail-page__results {
  position: relative;
}

.service-detail-page__results::before {
  content: "";
  position: absolute;
  inset: 12px 0 0;
  border-radius: 42px;
  background:
    radial-gradient(
      circle at 14% 18%,
      rgba(255, 255, 255, 0.82),
      transparent 32%
    ),
    radial-gradient(
      circle at 84% 12%,
      rgba(255, 239, 218, 0.56),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      rgba(251, 247, 240, 0.88),
      rgba(241, 232, 220, 0.54)
    );
  opacity: 0.88;
  pointer-events: none;
}

.service-detail-page__results .container {
  position: relative;
  z-index: 1;
}

.service-detail-page__results-shell {
  display: grid;
  gap: 18px;
  padding: clamp(18px, 2.4vw, 26px);
  border-radius: 34px;
  border: 1px solid rgba(23, 22, 20, 0.08);
  background:
    linear-gradient(
      145deg,
      rgba(255, 252, 247, 0.96),
      rgba(244, 236, 226, 0.9)
    );
  box-shadow:
    0 28px 72px rgba(71, 52, 34, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.service-detail-page__results-band {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-detail-page__result-card {
  position: relative;
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 100%;
  padding: clamp(22px, 2.3vw, 30px);
  border: 1px solid rgba(23, 22, 20, 0.07);
  border-radius: 28px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98),
      rgba(249, 243, 235, 0.88)
    );
  box-shadow:
    0 18px 38px rgba(71, 52, 34, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  text-align: left;
}

.service-detail-page__result-card strong {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.45;
  text-transform: uppercase;
}

.service-detail-page__result-icon {
  width: 58px;
  height: 58px;
  margin: 0 0 4px;
  border-radius: 20px;
  background:
    radial-gradient(
      circle at top,
      rgba(255, 255, 255, 0.98),
      rgba(249, 241, 231, 0.9)
    );
  box-shadow:
    0 16px 26px rgba(184, 141, 90, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.service-detail-page__result-value {
     white-space: nowrap;
    margin-bottom: 2px;
    font-family:  var(--font-body);
    font-size: clamp(52px, 4.8vw, 70px);
    line-height: 0.84;
    letter-spacing: -0.1em;
    color: var(--ink);
    text-shadow: 0 10px 26px rgba(184, 141, 90, 0.12);
}

.service-detail-page__results-note-strip {
  display: flex;
  justify-content: center;
  padding: 14px 16px;
  border-radius: 24px;
  border: 1px solid rgba(23, 22, 20, 0.08);
  background:
    linear-gradient(
      180deg,
      rgba(255, 253, 249, 0.92),
      rgba(246, 238, 228, 0.86)
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 10px 24px rgba(71, 52, 34, 0.04);
}

.service-detail-page__results-note {
  max-width: 82ch;
  margin: 0;
  text-align: center;
  color: var(--muted);
}

.service-detail-page__media-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.service-detail-page__media-shell {
  display: grid;
  gap: 16px;
}

.service-detail-page__media-copy {
  display: grid;
  gap: 16px;
  padding-top: 12px;
}

.service-detail-page__media-primary {
  min-width: 0;
}

.service-detail-page__video-card,
.service-detail-page__gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(240, 232, 223, 0.9);
  min-height: 100%;
}

.service-detail-page__gallery-link,
.vacutherm-prototype__gallery-link {
  display: block;
  cursor: zoom-in;
}

.service-detail-page__gallery-link:focus-visible,
.vacutherm-prototype__gallery-link:focus-visible {
  outline: 2px solid rgba(184, 141, 90, 0.72);
  outline-offset: 6px;
  border-radius: 24px;
}

.service-detail-page__video-card img,
.service-detail-page__gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.24s ease;
}

.service-detail-page__video-card {
  min-height: 340px;
}

.service-detail-page__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  background: rgba(17, 17, 17, 0.28);
  backdrop-filter: blur(8px);
}

.service-detail-page__video-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-38%, -50%);
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #fff;
}

.service-detail-page__gallery-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-detail-page__media-gallery {
  margin-top: 16px;
}

.service-detail-page__gallery-grid--secondary {
  --service-gallery-gap: 12px;
  --service-gallery-row-size: 10px;
  gap: var(--service-gallery-gap);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: var(--service-gallery-row-size);
  align-items: start;
}

.service-detail-page__gallery-grid--secondary .service-detail-page__gallery-link {
  display: block;
  width: 100%;
  min-width: 0;
  align-self: start;
  grid-row-end: span 1;
}

.service-detail-page__gallery-link--primary {
  display: flex;
  width: 100%;
  max-width: 100%;
  max-height: 600px;
}

.service-detail-page__gallery-card {
  min-height: 160px;
}

.service-detail-page__gallery-card--primary {
  aspect-ratio: 1 / 0.96;
  min-height: 0;
}

.service-detail-page__gallery-link:hover .service-detail-page__gallery-card img,
.service-detail-page__gallery-link:focus-visible
  .service-detail-page__gallery-card
  img,
.vacutherm-prototype__gallery-link:hover .vacutherm-prototype__gallery-card img,
.vacutherm-prototype__gallery-link:focus-visible
  .vacutherm-prototype__gallery-card
  img {
  transform: scale(1.02);
}

@media (max-width: 1180px) {
  .service-detail-page__hero-shell,
  .service-detail-page__media-layout {
    grid-template-columns: 1fr;
  }

  .service-detail-page__hero-media {
    min-height: 440px;
  }

  .service-detail-page__gallery-grid--secondary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-detail-page__benefit-grid {
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-detail-page__package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-detail-page__benefit-card {
    padding: 16px 22px;
  }

  .service-detail-page__benefit-card::after {
    display: none;
  }

  .service-detail-page__available-table-wrap {
    padding-inline: 16px;
  }

  .service-detail-page__audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-detail-page__results-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .service-detail-page__hero-shell {
    gap: 24px;
    padding: 22px;
  }

  .service-detail-page__hero-media {
    min-height: 360px;
  }

  .service-detail-page__benefit-grid,
  .service-detail-page__package-grid,
  .service-detail-page__results-band {
    grid-template-columns: 1fr;
  }

  .service-detail-page__benefits-shell {
    padding: 6px 0;
  }

  .service-detail-page__benefit-grid {
    gap: 8px;
  }

  .service-detail-page__benefit-card {
    gap: 14px;
    padding: 18px 18px 20px;
  }

  .service-detail-page__benefit-icon {
    width: 80px;
    height: 80px;
  }

  .service-detail-page__benefit-icon img {
    width: 62px;
    height: 62px;
  }

  .service-detail-page__benefit-icon svg {
    width: 50px;
    height: 50px;
  }

  .service-detail-page__benefit-card .service-detail-page__benefit-title {
    max-width: 13ch;
    font-size: clamp(22px, 8vw, 28px);
  }

  .service-detail-page__catalog {
    gap: 56px;
  }

  .service-detail-page__catalog-group-intro ul,
  .service-detail-page__catalog-group-intro ol,
  .service-detail-page__catalog-card-content ul,
  .service-detail-page__catalog-card-content ol {
    grid-template-columns: 1fr;
  }

  .service-detail-page__catalog-card-header {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .service-detail-page__catalog-card-action {
    width: 100%;
  }

  .service-detail-page__available-table,
  .service-detail-page__available-table thead,
  .service-detail-page__available-table tbody,
  .service-detail-page__available-table tr,
  .service-detail-page__available-table th,
  .service-detail-page__available-table td {
    display: block;
    width: 100%;
  }

  .service-detail-page__available-table thead {
    display: none;
  }

  .service-detail-page__available-table tbody {
    display: grid;
    gap: 14px;
  }

  .service-detail-page__available-table tr {
    padding: 18px;
    border-radius: 22px;
    border: 1px solid rgba(23, 22, 20, 0.08);
    background: rgba(255, 255, 255, 0.72);
  }

  .service-detail-page__available-table th,
  .service-detail-page__available-table td {
    border: 0;
    padding: 0;
  }

  .service-detail-page__available-table td,
  .service-detail-page__available-table tbody th {
    display: grid;
    gap: 6px;
    margin-top: 12px;
  }

  .service-detail-page__available-table td::before,
  .service-detail-page__available-table tbody th::before {
    content: attr(data-label);
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .service-detail-page__available-table tbody th:first-child {
    margin-top: 0;
  }

  .service-detail-page__available-action {
    width: 100%;
  }

  .service-detail-page__audience-grid {
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-detail-page__audience-card {
    min-height: 360px;
    border-radius: 28px;
  }

  .service-detail-page__audience-copy {
    padding: 22px;
  }

  .service-detail-page__audience-copy h3 {
    font-size: clamp(26px, 4.8vw, 32px);
  }

  .service-detail-page__audience-copy p {
    max-width: 24ch;
    font-size: 14.5px;
  }

  .service-detail-page__results-shell {
    padding: 18px;
  }

  .service-detail-page__result-card {
    padding: 24px 20px;
  }

  .service-detail-page__result-value {
    font-size: clamp(48px, 10vw, 62px);
  }
}

@media (max-width: 560px) {
  .service-detail-page__hero {
    padding-top: 8px;
  }

  .service-detail-page__hero-title {
    max-width: none;
  }

  .service-detail-page__hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .service-detail-page__available-summary {
    width: calc(100% - 28px);
    margin-inline: auto;
    padding-inline: 18px;
    justify-content: space-between;
    text-align: left;
  }

  .service-detail-page__available-table-wrap {
    padding: 0 14px 14px;
  }

  .service-detail-page__catalog-group {
    gap: 24px;
  }

  .service-detail-page__catalog-group-header {
    gap: 16px;
  }

  .service-detail-page__catalog-group-intro li {
    border-radius: 18px;
  }

  .service-detail-page__catalog-card {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .service-detail-page__catalog-card-title,
  .service-detail-page__catalog-card-price {
    font-size: clamp(36px, 12vw, 48px);
  }

  .service-detail-page .final-cta__visual {
    right: -12px;
  }

  .service-detail-page__audience-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-page__audience-card {
    min-height: 320px;
    aspect-ratio: 16 / 13;
  }

  .service-detail-page__audience-media {
    min-height: 0;
  }

  .service-detail-page__audience-copy {
    padding: 20px 18px 18px;
  }

  .service-detail-page__audience-copy h3 {
    max-width: 12ch;
    font-size: clamp(24px, 7.2vw, 29px);
    line-height: 0.98;
  }

  .service-detail-page__audience-copy p {
    max-width: none;
    font-size: 14px;
    line-height: 1.58;
  }

  .service-detail-page__hero-media {
    min-height: 300px;
  }

  .service-detail-page__video-card {
    min-height: 240px;
  }

  .service-detail-page__gallery-grid,
  .service-detail-page__gallery-grid--secondary {
    grid-template-columns: 1fr;
  }

  .service-detail-page__gallery-grid--secondary {
    grid-auto-rows: auto;
  }

  .service-detail-page__gallery-card,
  .service-detail-page__gallery-card--primary {
    aspect-ratio: 16 / 11;
    min-height: 0;
  }

  .service-detail-page__gallery-link--primary {
    width: 100%;
    max-width: 100%;
  }

  .service-detail-page__hero-metrics {
    gap: 12px;
  }
}

.vacutherm-prototype__hero {
  padding-top: 16px;
}

.vacutherm-prototype__hero-shell,
.vacutherm-prototype__final-shell {
  position: relative;
  overflow: hidden;
  border-radius: 38px;
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 252, 248, 0.98),
      rgba(244, 236, 226, 0.92) 52%,
      rgba(231, 219, 205, 0.88)
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.95),
      rgba(246, 239, 232, 0.92)
    );
  box-shadow:
    0 28px 72px rgba(71, 52, 34, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.vacutherm-prototype__hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: 26px;
  align-items: center;
  padding: clamp(24px, 3.2vw, 38px);
}

.vacutherm-prototype__hero-copy,
.vacutherm-prototype__final-copy {
  display: grid;
  gap: 16px;
  align-content: start;
}

.vacutherm-prototype__eyebrow,
.vacutherm-prototype__section-head .eyebrow,
.vacutherm-prototype__final-copy .eyebrow {
  letter-spacing: 0.24em;
}

.vacutherm-prototype__hero-title {
  max-width: 11.5ch;
}

.vacutherm-prototype__hero-text,
.vacutherm-prototype__section-text,
.vacutherm-prototype__final-text {
  color: var(--ink-soft);
}

.vacutherm-prototype__hero-text {
  max-width: 42ch;
}

.vacutherm-prototype__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 2px;
}

.vacutherm-prototype__hero-metrics,
.vacutherm-prototype__final-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  margin-top: 10px;
}

.vacutherm-prototype__hero-metric {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 40px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vacutherm-prototype__final-highlight {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 28px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vacutherm-prototype__hero-metric-mark {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 0;
  border: 0;
  background: none;
}

.vacutherm-prototype__hero-metric-mark img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.vacutherm-prototype__final-highlight-mark {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border-radius: 999px;
  border: 1px solid rgba(184, 141, 90, 0.28);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.94),
    rgba(244, 235, 223, 0.86)
  );
}

.vacutherm-prototype__final-highlight-mark::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(184, 141, 90, 0.95),
    rgba(142, 108, 68, 0.88)
  );
}

.vacutherm-prototype__hero-metric-copy {
  display: grid;
  gap: 2px;
}

.vacutherm-prototype__hero-metric-copy small,
.vacutherm-prototype__hero-metric-copy strong {
  display: block;
}

.vacutherm-prototype__hero-metric-copy small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vacutherm-prototype__hero-metric-copy strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.vacutherm-prototype__hero-visual {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: stretch;
}

.vacutherm-prototype__hero-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  min-height: 100%;
  background: linear-gradient(
    135deg,
    rgba(244, 236, 227, 0.92),
    rgba(219, 205, 190, 0.8)
  );
  box-shadow: 0 22px 56px rgba(67, 48, 31, 0.12);
}

.vacutherm-prototype__hero-image-wrap::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 34%;
  background: linear-gradient(
    180deg,
    rgba(17, 17, 17, 0),
    rgba(17, 17, 17, 0.22)
  );
  pointer-events: none;
}

.vacutherm-prototype__hero-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vacutherm-prototype__benefits,
.vacutherm-prototype__audiences,
.vacutherm-prototype__packages,
.vacutherm-prototype__results,
.vacutherm-prototype__media,
.vacutherm-prototype__final {
  padding-top: 16px;
}

.vacutherm-prototype__section-head {
  display: grid;
  justify-items: center;
  gap: 6px;
  text-align: center;
  margin-bottom: 20px;
}

.vacutherm-prototype__section-title {
  max-width: 20ch;
}

.vacutherm-prototype__section-text {
  max-width: 66ch;
  margin: 0;
}

.vacutherm-prototype__benefits .quick-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.vacutherm-prototype__benefits .quick-tile__icon {
  border-radius: 22px;
  border-color: rgba(184, 141, 90, 0.18);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96),
    rgba(244, 235, 223, 0.9)
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 14px 30px rgba(71, 52, 34, 0.07);
}

.vacutherm-prototype__benefits .quick-tile__icon img {
  width: 34px;
  height: 34px;
}

.vacutherm-prototype__benefit-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.vacutherm-prototype__benefit-card,
.vacutherm-prototype__package-card,
.vacutherm-prototype__result-card {
  border-radius: 28px;
  border: 1px solid rgba(23, 22, 20, 0.08);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.94),
    rgba(247, 241, 234, 0.86)
  );
  box-shadow:
    0 18px 36px rgba(71, 52, 34, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.vacutherm-prototype__benefit-card {
  display: grid;
  gap: 10px;
  min-height: 100%;
  padding: 18px 16px;
  text-align: center;
  justify-items: center;
}

.vacutherm-prototype__benefit-icon,
.vacutherm-prototype__result-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--bronze-deep);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(184, 141, 90, 0.12);
}

.vacutherm-prototype__benefit-icon svg,
.vacutherm-prototype__result-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
}

.vacutherm-prototype__benefit-card h3,
.vacutherm-prototype__audience-copy h3 {
  margin: 0;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.18;
}

.vacutherm-prototype__package-card h3 {
  margin: 0;
  font-size: clamp(24px, 2.05vw, 30px);
  line-height: 1.06;
}

.vacutherm-prototype__benefit-card p,
.vacutherm-prototype__audience-copy p,
.vacutherm-prototype__package-card p,
.vacutherm-prototype__result-card p {
  margin: 0;
  color: var(--ink-soft);
}

.vacutherm-prototype__audience-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vacutherm-prototype__audience-card {
  position: relative;
  min-height: 236px;
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.95),
    rgba(247, 241, 234, 0.9)
  );
  box-shadow:
    0 18px 38px rgba(71, 52, 34, 0.06),
    inset 0 0 0 1px rgba(23, 22, 20, 0.08);
}

.vacutherm-prototype__audience-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.vacutherm-prototype__audience-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vacutherm-prototype__audience-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  min-height: 236px;
  align-content: end;
  padding: 22px;
  background: linear-gradient(
    180deg,
    rgba(17, 17, 17, 0.04),
    rgba(17, 17, 17, 0.62)
  );
}

.vacutherm-prototype__audience-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(255, 252, 247, 0.9),
    rgba(240, 228, 213, 0.72)
  );
  border: 1px solid rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(12px);
  box-shadow:
    0 12px 28px rgba(17, 17, 17, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.vacutherm-prototype__audience-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.vacutherm-prototype__audience-copy h3 {
  max-width: 11ch;
  color: #fff;
  font-family: var(--font-body);
  font-size: clamp(14px, 1.02vw, 16px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.24);
}

.vacutherm-prototype__audience-copy h3,
.vacutherm-prototype__audience-copy p {
  color: #fff;
}

.vacutherm-prototype__package-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vacutherm-prototype__package-card {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 26px 24px 24px;
  text-align: center;
}

.vacutherm-prototype__package-card.is-featured {
  background: linear-gradient(
    180deg,
    rgba(24, 23, 21, 0.98),
    rgba(38, 34, 30, 0.96)
  );
  color: #fff;
  transform: translateY(-6px);
}

.vacutherm-prototype__package-card.is-featured p,
.vacutherm-prototype__package-card.is-featured li,
.vacutherm-prototype__package-card.is-featured
  .vacutherm-prototype__package-kicker,
.vacutherm-prototype__package-card.is-featured
  .vacutherm-prototype__package-price-note {
  color: rgba(255, 255, 255, 0.78);
}

.vacutherm-prototype__package-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--surface-dark);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vacutherm-prototype__package-kicker,
.vacutherm-prototype__package-price-note,
.vacutherm-prototype__package-note,
.vacutherm-prototype__results-note {
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
}

.vacutherm-prototype__package-price {
  font-family: var(--font-display);
  font-size: clamp(48px, 4vw, 62px);
  line-height: 0.92;
}

.vacutherm-prototype__package-list {
  display: grid;
  gap: 10px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.vacutherm-prototype__package-list li {
  position: relative;
  padding-left: 26px;
}

.vacutherm-prototype__package-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 7px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.vacutherm-prototype__package-link {
  justify-self: stretch;
  margin-top: 8px;
}

.vacutherm-prototype__package-note,
.vacutherm-prototype__results-note {
  max-width: 80ch;
  margin: 18px auto 0;
  text-align: center;
}

.vacutherm-prototype__results-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(23, 22, 20, 0.08);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.94),
    rgba(247, 241, 234, 0.86)
  );
  box-shadow:
    0 18px 36px rgba(71, 52, 34, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.vacutherm-prototype__result-card {
  display: grid;
  gap: 8px;
  padding: 22px 20px;
  border-right: 1px solid rgba(23, 22, 20, 0.08);
  box-shadow: none;
  text-align: center;
}

.vacutherm-prototype__result-card:last-child {
  border-right: 0;
}

.vacutherm-prototype__result-value {
  font-family: var(--font-display);
  font-size: clamp(44px, 3.9vw, 60px);
  line-height: 0.92;
}

.vacutherm-prototype__result-card strong {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vacutherm-prototype__media-shell {
  display: block;
}

.vacutherm-prototype__media-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.9fr);
  gap: 16px;
}

.vacutherm-prototype__video-card,
.vacutherm-prototype__gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: rgba(240, 232, 223, 0.92);
}

.vacutherm-prototype__video-card {
  min-height: 380px;
}

.vacutherm-prototype__video-label {
  position: absolute;
  left: 18px;
  bottom: 16px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
}

.vacutherm-prototype__video-card img,
.vacutherm-prototype__gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.24s ease;
}

.vacutherm-prototype__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 88px;
  height: 88px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(17, 17, 17, 0.26);
  backdrop-filter: blur(10px);
}

.vacutherm-prototype__video-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-36%, -50%);
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #fff;
}

.vacutherm-prototype__gallery-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row dense;
  align-content: start;
}

.vacutherm-prototype__gallery-link {
  display: block;
  height: 100%;
}

.vacutherm-prototype__gallery-link.is-featured {
  grid-column: 1 / -1;
}

.vacutherm-prototype__gallery-card {
  height: 100%;
  min-height: 0;
  aspect-ratio: 1 / 0.94;
}

.vacutherm-prototype__gallery-link.is-featured .vacutherm-prototype__gallery-card {
  aspect-ratio: 2 / 1.18;
  min-height: 212px;
}

.vacutherm-prototype__final-shell {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 2.6vw, 28px);
}

.vacutherm-prototype__final-title {
  max-width: 14ch;
}

.vacutherm-prototype__final-controls {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(220px, 0.28fr) minmax(0, 1fr);
  align-items: center;
}

.vacutherm-prototype__final-select {
  display: grid;
  gap: 10px;
}

.vacutherm-prototype__final-select label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vacutherm-prototype__final-select select {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border-radius: 18px;
  border: 1px solid rgba(23, 22, 20, 0.12);
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  font: inherit;
}

.vacutherm-prototype__final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
}

.vacutherm-prototype__final-highlights {
  padding-top: 4px;
  border-top: 1px solid rgba(23, 22, 20, 0.08);
}

.vacutherm-prototype__section-head--media {
  margin-bottom: 18px;
}

@media (max-width: 1180px) {
  .vacutherm-prototype__hero-shell,
  .vacutherm-prototype__media-stage,
  .vacutherm-prototype__final-controls {
    grid-template-columns: 1fr;
  }

  .vacutherm-prototype__hero-visual {
    min-height: 480px;
  }

  .vacutherm-prototype__benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vacutherm-prototype__package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vacutherm-prototype__audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vacutherm-prototype__results-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vacutherm-prototype__gallery-link.is-featured .vacutherm-prototype__gallery-card {
    min-height: 280px;
  }

  .vacutherm-prototype__result-card:nth-child(2n) {
    border-right: 0;
  }

  .vacutherm-prototype__result-card:nth-child(n + 3) {
    border-top: 1px solid rgba(23, 22, 20, 0.08);
  }
}

@media (max-width: 820px) {
  .vacutherm-prototype__hero-shell {
    gap: 20px;
    padding: 22px;
  }

  .vacutherm-prototype__hero-visual {
    min-height: 360px;
  }

  .vacutherm-prototype__benefit-grid,
  .vacutherm-prototype__audience-grid,
  .vacutherm-prototype__results-band {
    grid-template-columns: 1fr;
  }

  .vacutherm-prototype__package-grid {
    grid-template-columns: 1fr;
  }

  .vacutherm-prototype__result-card {
    border-right: 0;
    border-top: 1px solid rgba(23, 22, 20, 0.08);
  }

  .vacutherm-prototype__results-band
    .vacutherm-prototype__result-card:first-child {
    border-top: 0;
  }

  .vacutherm-prototype__package-card.is-featured {
    transform: none;
  }
}

@media (max-width: 560px) {
  .vacutherm-prototype__hero {
    padding-top: 8px;
  }

  .vacutherm-prototype__hero-title,
  .vacutherm-prototype__section-title,
  .vacutherm-prototype__final-title {
    max-width: none;
  }

  .vacutherm-prototype__hero-actions,
  .vacutherm-prototype__final-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .vacutherm-prototype__hero-visual {
    min-height: 300px;
  }

  .vacutherm-prototype__video-card {
    min-height: 240px;
  }

  .vacutherm-prototype__gallery-grid {
    grid-template-columns: 1fr;
  }

  .vacutherm-prototype__gallery-link.is-featured {
    grid-column: auto;
  }

  .vacutherm-prototype__gallery-card,
  .vacutherm-prototype__gallery-link.is-featured .vacutherm-prototype__gallery-card {
    aspect-ratio: 16 / 11;
    min-height: 0;
  }
}

.corporate-wellness-page {
  background:
    radial-gradient(
      circle at top center,
      rgba(241, 229, 214, 0.28),
      transparent 26%
    ),
    linear-gradient(180deg, #fffcf8 0%, #faf6f0 100%);
}

.corporate-wellness-page__hero {
  padding-top: 10px;
}

.corporate-wellness-page__hero-shell,
.corporate-wellness-page__form-panel,
.corporate-wellness-page__contact-panel {
  border-radius: 30px;
  background: linear-gradient(
    160deg,
    rgba(255, 253, 250, 0.98),
    rgba(246, 239, 231, 0.96)
  );
  box-shadow:
    0 24px 52px rgba(74, 58, 39, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.corporate-wellness-page__hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 26px;
  align-items: start;
  overflow: hidden;
  padding: clamp(26px, 3vw, 38px);
}

.corporate-wellness-page__hero-copy {
  display: grid;
  gap: 22px;
  max-width: 540px;
  align-content: start;
  align-self: start;
}

.corporate-wellness-page__eyebrow,
.corporate-wellness-page__section-head .eyebrow {
  color: #ab7c49;
  letter-spacing: 0.24em;
}

.corporate-wellness-page__hero-title {
  margin: 0;
  max-width: 8ch;
  font-size: clamp(60px, 7vw, 88px);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.corporate-wellness-page__hero-text {
  margin: 0;
  max-width: 42ch;
  font-size: 19px;
  line-height: 1.58;
}

.corporate-wellness-page__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.corporate-wellness-page__hero-actions .button,
.corporate-wellness-page__hero-actions .button-ghost {
  min-height: 44px;
  padding: 11px 18px;
  font-size: 14px;
}

.corporate-wellness-page__hero-trust {
  display: grid;
  gap: 8px;
  margin-top: -2px;
}

.corporate-wellness-page__hero-trust-item {
  position: relative;
  padding-left: 16px;
  color: #6f5b47;
  font-size: 13px;
  line-height: 1.45;
}

.corporate-wellness-page__hero-trust-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(180deg, #b88d5a, #8f6b43);
  box-shadow: 0 0 0 4px rgba(184, 141, 90, 0.08);
}

.corporate-wellness-page__hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  position: relative;
  margin-top: 0;
  border: 1px solid rgba(183, 149, 111, 0.18);
  border-top: 0;
  border-radius: 0 0 28px 28px;
  background: linear-gradient(
    180deg,
    rgba(255, 250, 244, 0.96) 0%,
    rgba(250, 245, 239, 0.92) 32%,
    rgba(246, 238, 230, 0.96) 100%
  );
  box-shadow:
    0 16px 34px rgba(74, 58, 39, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.corporate-wellness-page__hero-points::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -42px;
  height: 42px;
  background: linear-gradient(
    180deg,
    rgba(232, 221, 208, 0),
    rgba(246, 238, 230, 0.94)
  );
  pointer-events: none;
}

.corporate-wellness-page__hero-point {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 18px 20px 20px;
  text-align: left;
  min-height: 100%;
  position: relative;
}

.corporate-wellness-page__hero-point-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #a87543;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.88),
    rgba(245, 236, 226, 0.84)
  );
  border: 1px solid rgba(183, 149, 111, 0.14);
  box-shadow:
    0 8px 18px rgba(71, 52, 34, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.corporate-wellness-page__hero-point-icon svg {
  width: 17px;
  height: 17px;
}

.corporate-wellness-page__contact-item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #b2824f;
}

.corporate-wellness-page__contact-item-icon svg {
  width: 100%;
  height: 100%;
}

.corporate-wellness-page__hero-point:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: rgba(183, 149, 111, 0.16);
}

.corporate-wellness-page__hero-point-label {
  color: #8b6e51;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.corporate-wellness-page__hero-point-value {
  display: block;
  color: var(--ink);
  font-family: var(--font-sans, inherit);
  font-size: clamp(16px, 1.15vw, 19px);
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: -0.015em;
  max-width: 25ch;
}

.corporate-wellness-page__hero-visual {
  display: grid;
  align-content: start;
  align-self: stretch;
  min-height: 460px;
}

.corporate-wellness-page__hero-image-wrap {
  position: relative;
  min-height: 460px;
  border-radius: 28px 28px 0 0;
  overflow: hidden;
  background: #e8ddd0;
}

.corporate-wellness-page__hero-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at left center,
      rgba(255, 248, 239, 0.9),
      transparent 22%
    ),
    linear-gradient(
      90deg,
      rgba(255, 250, 244, 0.84) 0%,
      rgba(255, 250, 244, 0.16) 24%,
      transparent 48%
    );
  pointer-events: none;
}

.corporate-wellness-page__hero-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.corporate-wellness-page__section-head {
  margin-bottom: 20px;
  text-align: center;
}

.corporate-wellness-page__section-title {
  margin: 0;
}

.corporate-wellness-page__section-title--left {
  text-align: left;
}

.corporate-wellness-page__package-grid {
  display: grid;
  gap: 14px;
}

.corporate-wellness-page__programs-text {
  max-width: 70ch;
  margin: 10px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.corporate-wellness-page__package-card {
  position: relative;
  padding: 24px 24px 22px;
  border-radius: 24px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96),
    rgba(249, 244, 237, 0.9)
  );
  border: 1px solid rgba(183, 149, 111, 0.16);
  box-shadow:
    0 16px 34px rgba(49, 41, 31, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.corporate-wellness-page__program-list {
  display: grid;
  gap: 0;
  max-width: 980px;
  margin: 0 auto;
  border-top: 1px solid rgba(183, 149, 111, 0.18);
}

.corporate-wellness-page__program-row {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 22px 8px 22px 0;
  border-bottom: 1px solid rgba(183, 149, 111, 0.18);
}

.corporate-wellness-page__program-kicker {
  color: #b2824f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding-top: 6px;
}

.corporate-wellness-page__program-copy {
  display: grid;
  gap: 8px;
}

.corporate-wellness-page__program-copy h3,
.corporate-wellness-page__package-card h3 {
  margin: 0;
  font-family: var(--font-sans, inherit);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.corporate-wellness-page__program-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
  max-width: 58ch;
}

.corporate-wellness-page__offers-grid {
  display: block;
}

.corporate-wellness-page__package-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.corporate-wellness-page__package-card {
  display: grid;
  gap: 12px;
  min-height: 100%;
  padding: 26px 24px 24px;
  text-align: center;
}

.corporate-wellness-page__package-card.is-featured {
  background: linear-gradient(
    180deg,
    rgba(24, 23, 21, 0.98),
    rgba(38, 34, 30, 0.96)
  );
  color: #fff;
  border-color: rgba(23, 22, 20, 0.72);
  transform: translateY(-6px);
  box-shadow:
    0 28px 50px rgba(39, 31, 23, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.corporate-wellness-page__package-card.is-featured p,
.corporate-wellness-page__package-card.is-featured li,
.corporate-wellness-page__package-card.is-featured
  .corporate-wellness-page__package-kicker,
.corporate-wellness-page__package-card.is-featured
  .corporate-wellness-page__package-price-note {
  color: rgba(255, 255, 255, 0.78);
}

.corporate-wellness-page__package-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--surface-dark);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.corporate-wellness-page__package-kicker,
.corporate-wellness-page__package-price-note,
.corporate-wellness-page__package-note {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.corporate-wellness-page__package-kicker {
  margin: 0;
}

.corporate-wellness-page__package-price {
  font-family: var(--font-display);
  font-size: clamp(46px, 3.7vw, 60px);
  line-height: 0.92;
}

.corporate-wellness-page__package-list {
  display: grid;
  gap: 10px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.corporate-wellness-page__package-list li {
  position: relative;
  padding-left: 26px;
}

.corporate-wellness-page__package-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 7px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.corporate-wellness-page__package-link {
  justify-self: stretch;
  margin-top: 8px;
}

.corporate-wellness-page__package-note {
  max-width: 64ch;
  margin: 18px auto 0;
  text-align: center;
}

.corporate-wellness-page__packages .corporate-wellness-page__section-head {
  margin-bottom: 18px;
}

.corporate-wellness-page__package-card h3 {
  font-size: 36px;
}

.corporate-wellness-page__package-list li,
.corporate-wellness-page__package-price-note {
  color: var(--muted);
}

.corporate-wellness-page__package-card.is-featured
  .corporate-wellness-page__package-link {
  border-color: rgba(255, 255, 255, 0.16);
}

.corporate-wellness-page__package-card
  .corporate-wellness-page__package-link.button-ghost {
  background: rgba(255, 255, 255, 0.78);
}

.corporate-wellness-page__package-card.is-featured
  .corporate-wellness-page__package-link.button {
  background: rgba(255, 255, 255, 0.96);
  color: #181715;
}

.corporate-wellness-page__package-card.is-featured
  .corporate-wellness-page__package-link.button:hover,
.corporate-wellness-page__package-card.is-featured
  .corporate-wellness-page__package-link.button:focus-visible {
  background: #fff;
}

.corporate-wellness-page__form-panel,
.corporate-wellness-page__contact-panel {
  padding: 28px;
}

.corporate-wellness-page__form-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.72fr);
  gap: 18px;
  align-items: stretch;
}

.corporate-wellness-page__form-panel {
  display: grid;
  gap: 22px;
}

.corporate-wellness-page__form-panel-head {
  display: grid;
  gap: 12px;
  max-width: 56ch;
}

.corporate-wellness-page__form-text {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.corporate-wellness-page__cf7,
.corporate-wellness-page__cf7 .wpcf7,
.corporate-wellness-page__cf7 .wpcf7 form {
  display: grid;
  gap: 16px;
}

.corporate-wellness-page__cf7 .wpcf7 p {
  margin: 0;
}

.corporate-wellness-page__cf7 .corporate-cf7-form {
  display: grid;
  gap: 18px;
}

.corporate-wellness-page__cf7
  .corporate-cf7-form
  .corporate-wellness-page__form-group,
.corporate-wellness-page__cf7
  .corporate-cf7-form
  .corporate-wellness-page__form-footer,
.corporate-wellness-page__cf7
  .corporate-cf7-form
  .corporate-wellness-page__field,
.corporate-wellness-page__cf7
  .corporate-cf7-form
  .corporate-wellness-page__submit {
  margin: 0;
}

.corporate-wellness-page__cf7 .wpcf7 label {
  display: grid;
  gap: 8px;
  color: #685643;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.corporate-wellness-page__cf7 .wpcf7-form-control-wrap {
  display: block;
}

.corporate-wellness-page__cf7
  .wpcf7
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.corporate-wellness-page__cf7 .wpcf7 input[type="email"],
.corporate-wellness-page__cf7 .wpcf7 input[type="tel"],
.corporate-wellness-page__cf7 .wpcf7 input[type="text"],
.corporate-wellness-page__cf7 .wpcf7 select,
.corporate-wellness-page__cf7 .wpcf7 textarea {
  width: 100%;
  min-height: 56px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(23, 22, 20, 0.1);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(252, 248, 243, 0.92)
  );
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
  box-shadow:
    0 10px 18px rgba(43, 35, 28, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease,
    background-color 0.2s ease;
}

.corporate-wellness-page__cf7
  .wpcf7
  input:not([type="submit"]):not([type="checkbox"]):not(
    [type="radio"]
  )::placeholder,
.corporate-wellness-page__cf7 .wpcf7 input[type="email"]::placeholder,
.corporate-wellness-page__cf7 .wpcf7 input[type="tel"]::placeholder,
.corporate-wellness-page__cf7 .wpcf7 input[type="text"]::placeholder,
.corporate-wellness-page__cf7 .wpcf7 textarea::placeholder {
  color: var(--muted);
  opacity: 1;
}

.corporate-wellness-page__cf7 .wpcf7 select,
.corporate-wellness-page__field select {
  appearance: none;
  color: var(--muted);
  padding-left: 20px;
  padding-right: 52px;
  background-color: rgba(255, 255, 255, 0.98);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M2.5 5.25 7 9.75 11.5 5.25' stroke='%23222222' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  background-size: 14px 14px;
}

.corporate-wellness-page__cf7 .wpcf7 select option,
.corporate-wellness-page__field select option {
  color: var(--ink);
}

.corporate-wellness-page__cf7 .wpcf7 select option:first-child,
.corporate-wellness-page__cf7 .wpcf7 select option[value=""],
.corporate-wellness-page__field select option:first-child,
.corporate-wellness-page__field select option[value=""] {
  color: var(--muted);
}

.corporate-wellness-page__cf7 .wpcf7 select:required:invalid,
.corporate-wellness-page__field select:required:invalid {
  color: var(--muted);
}

.location-page {
  padding-bottom: 40px;
}

.location-page__hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 28px;
  align-items: stretch;
  padding: 24px;
}

.location-page__hero-copy {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 8px 8px 8px 4px;
}

.location-page__switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 6px;
}

.location-page__switcher-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 16px;
  border: 1px solid rgba(183, 149, 111, 0.18);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(43, 35, 28, 0.05);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.location-page__switcher-pill:hover,
.location-page__switcher-pill:focus-visible,
.location-page__switcher-pill.is-active {
  transform: translateY(-1px);
  border-color: rgba(184, 141, 90, 0.34);
  box-shadow: 0 18px 34px rgba(43, 35, 28, 0.08);
}

.location-page__switcher-pill.is-active {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96),
    rgba(248, 242, 234, 0.92)
  );
}

.location-page__switcher-icon,
.location-page__hero-highlight-icon,
.location-page__service-icon,
.location-page__contact-icon,
.location-page__trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #7f664b;
}

.location-page__switcher-icon svg,
.location-page__hero-highlight-icon svg,
.location-page__service-icon svg,
.location-page__contact-icon svg,
.location-page__trust-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.location-page__hero-title {
  margin: 0;
  font-family: "Expressa", Georgia, serif;
  font-size: clamp(58px, 7vw, 84px);
  line-height: 0.92;
  letter-spacing: -0.03em;
}

.location-page__hero-subtitle {
  margin: 0;
  max-width: 14ch;
  font-family: "Avenir", "Avenir Next", "Helvetica Neue", sans-serif;
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.14;
  letter-spacing: -0.02em;
  font-weight: 500;
}

.location-page__hero-text {
  max-width: 32ch;
}

.location-page__hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  padding-top: 4px;
}

.location-page__hero-highlight {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #4f4337;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.location-page__hero-visual {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(
    180deg,
    rgba(247, 241, 234, 0.96),
    rgba(234, 224, 212, 0.9)
  );
}

.location-page__hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 252, 247, 0.75) 0%,
    rgba(255, 252, 247, 0) 28%
  );
  pointer-events: none;
}

.location-page__hero-visual.is-placeholder {
  display: grid;
  place-items: center;
}

.location-page__hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-page__hero-placeholder {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: calc(100% - 48px);
  min-height: calc(100% - 48px);
  border-radius: 24px;
  border: 1px dashed rgba(183, 149, 111, 0.32);
  color: #8b7862;
  font-family: "Expressa", Georgia, serif;
  font-size: 34px;
  letter-spacing: -0.03em;
}

.location-page__info-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.48fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.location-page__info-card,
.location-page__contact-card,
.location-page__trust-strip {
  padding: 22px;
}

.location-page__card-title {
  margin: 0 0 18px;
  font-family: "Expressa", Georgia, serif;
  font-size: clamp(28px, 2.8vw, 36px);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.location-page__map-stage,
.location-page__map-stage .contact-page__map-canvas {
  min-height: 290px;
  height: 290px;
}

.location-page__map-stage {
  margin-bottom: 16px;
}

.location-page__map-footer {
  padding-top: 0;
}

.location-page__map-card {
  min-width: 0;
}

.location-page__hours-table {
  display: grid;
  gap: 0;
}

.location-page__hours-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(183, 149, 111, 0.14);
}

.location-page__hours-row:last-child {
  border-bottom: 0;
}

.location-page__hours-row span {
  color: #40362c;
  font-size: 16px;
}

.location-page__hours-row strong {
  font-size: 16px;
  font-weight: 500;
}

.location-page__hours-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.location-page__hours-note span:first-child {
  color: #8f7353;
}

.location-page__services-heading {
  margin-bottom: 18px;
}

.location-page__services-title {
  margin: 0;
}

.location-page__quick-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.location-page__quick-tile {
  min-height: 164px;
}

.location-page__quick-tile strong {
  min-height: auto;
}

.location-page__services-empty {
  padding: 22px;
}

.location-page__contact-card {
  padding: 26px;
}

.location-page__contact-copy {
  display: grid;
  align-content: start;
  gap: 18px;
}

.location-page__contact-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.location-page__contact-item {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-height: 100%;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(183, 149, 111, 0.12);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.94),
    rgba(249, 243, 235, 0.84)
  );
  box-shadow: 0 12px 22px rgba(43, 35, 28, 0.04);
  color: var(--ink);
  text-decoration: none;
}

.location-page__contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(183, 149, 111, 0.14);
}

.location-page__contact-item small {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.location-page__contact-item strong {
  color: #3d332a;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
}

.location-page__contact-address {
  display: grid;
  gap: 2px;
}

.location-page__contact-address span {
  display: block;
}

.location-page__trust-section + .location-page__final {
  padding-top: 0;
}

.location-page__final .final-cta__title {
  max-width: 10ch;
}

.location-page__trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.location-page__trust-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 4px 20px;
}

.location-page__trust-item + .location-page__trust-item {
  border-left: 1px solid rgba(183, 149, 111, 0.14);
}

.location-page__trust-icon {
  width: 42px;
  height: 42px;
}

.location-page__trust-copy strong {
  display: block;
  margin-bottom: 6px;
  font-size: 17px;
  font-weight: 500;
}

.location-page__trust-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 1080px) {
  .location-page__hero-shell,
  .location-page__info-grid,
  .location-page__contact-items {
    grid-template-columns: 1fr;
  }

  .location-page__hero-visual {
    min-height: 460px;
  }

  .location-page__trust-strip {
    grid-template-columns: 1fr;
  }

  .location-page__trust-item + .location-page__trust-item {
    border-left: 0;
    border-top: 1px solid rgba(183, 149, 111, 0.14);
    padding-top: 20px;
    margin-top: 20px;
  }
}

@media (max-width: 820px) {
  .location-page__hero-shell,
  .location-page__info-card,
  .location-page__contact-card,
  .location-page__trust-strip {
    padding: 18px;
  }

  .location-page__switcher {
    gap: 10px;
  }

  .location-page__switcher-pill {
    min-height: 42px;
    padding: 0 14px;
    border-radius: 14px;
    font-size: 14px;
  }

  .location-page__hero-title {
    font-size: clamp(48px, 15vw, 72px);
  }

  .location-page__hero-subtitle {
    max-width: none;
    font-size: clamp(22px, 6vw, 30px);
  }

  .location-page__quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .location-page__contact-items {
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .location-page__hero-shell {
    gap: 20px;
    padding: 16px;
  }

  .location-page__hero-copy {
    gap: 14px;
    padding: 0;
  }

  .location-page__hero-highlights {
    gap: 12px;
  }

  .location-page__hero-highlight {
    width: 100%;
    font-size: 11px;
  }

  .location-page__hero-visual {
    min-height: 320px;
    border-radius: 22px;
  }

  .location-page__quick-grid {
    grid-template-columns: 1fr;
  }

  .location-page__map-stage,
  .location-page__map-stage .contact-page__map-canvas {
    min-height: 240px;
    height: 240px;
  }

  .location-page__hours-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 11px 0;
  }

  .location-page__contact-item {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .location-page__contact-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .location-page__trust-item {
    grid-template-columns: 36px minmax(0, 1fr);
    padding-inline: 0;
  }

  .location-page__trust-icon {
    width: 36px;
    height: 36px;
  }
}

.corporate-wellness-page__cf7 .wpcf7 textarea {
  min-height: 140px;
  resize: vertical;
}

.corporate-wellness-page__cf7
  .wpcf7
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.corporate-wellness-page__cf7 .wpcf7 select:focus,
.corporate-wellness-page__cf7 .wpcf7 textarea:focus {
  outline: none;
  border-color: rgba(184, 141, 90, 0.42);
  box-shadow:
    0 0 0 4px rgba(184, 141, 90, 0.12),
    0 12px 22px rgba(43, 35, 28, 0.06);
  background-color: rgba(255, 255, 255, 0.98);
}

.corporate-wellness-page__cf7 .wpcf7 .wpcf7-submit {
  min-width: 220px;
  min-height: 52px;
  padding: 14px 22px;
  border: 0;
  border-radius: 999px;
  background: var(--surface-dark);
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 20px 40px rgba(23, 22, 20, 0.14);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}

.corporate-wellness-page__cf7 .wpcf7 .wpcf7-submit:hover,
.corporate-wellness-page__cf7 .wpcf7 .wpcf7-submit:focus-visible {
  transform: translateY(-1px);
}

.corporate-wellness-page__cf7 .wpcf7 .wpcf7-not-valid-tip {
  margin-top: 8px;
  color: #9f4f45;
  font-size: 12px;
  line-height: 1.45;
}

.corporate-wellness-page__cf7 .wpcf7 .wpcf7-not-valid {
  border-color: rgba(159, 79, 69, 0.36);
  box-shadow: 0 0 0 4px rgba(159, 79, 69, 0.08);
}

.corporate-wellness-page__cf7 .wpcf7 .wpcf7-list-item {
  margin: 0;
}

.corporate-wellness-page__form-fallback {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.corporate-wellness-page__contacts-section
  .corporate-wellness-page__contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.88fr);
  gap: 22px;
  align-items: start;
}

.corporate-wellness-page__form {
  display: grid;
  gap: 18px;
}

.corporate-wellness-page__form-group {
  display: grid;
  gap: 12px;
  padding: 18px 18px 20px;
  border-radius: 22px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.92),
    rgba(249, 244, 237, 0.86)
  );
  border: 1px solid rgba(183, 149, 111, 0.14);
}

.corporate-wellness-page__group-label {
  color: #8b7862;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.corporate-wellness-page__form-group-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.corporate-wellness-page__field label {
  display: grid;
  gap: 8px;
}

.corporate-wellness-page__field span {
  color: #685643;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.corporate-wellness-page__field input,
.corporate-wellness-page__field select,
.corporate-wellness-page__field textarea {
  width: 100%;
  min-height: 56px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(23, 22, 20, 0.1);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(252, 248, 243, 0.92)
  );
  color: var(--ink);
  font: inherit;
  box-shadow:
    0 10px 18px rgba(43, 35, 28, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease,
    background-color 0.2s ease;
}

.corporate-wellness-page__field input:focus,
.corporate-wellness-page__field select:focus,
.corporate-wellness-page__field textarea:focus {
  outline: none;
  border-color: rgba(184, 141, 90, 0.42);
  box-shadow:
    0 0 0 4px rgba(184, 141, 90, 0.12),
    0 12px 22px rgba(43, 35, 28, 0.06);
  background-color: rgba(255, 255, 255, 0.98);
}

.corporate-wellness-page__field textarea {
  min-height: 140px;
  resize: vertical;
}

.corporate-wellness-page__cf7
  .corporate-cf7-form
  .corporate-wellness-page__form-group-grid--split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.corporate-wellness-page__cf7
  .corporate-cf7-form
  .corporate-wellness-page__field--full {
  margin-top: 2px;
}

.corporate-wellness-page__form-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 6px 4px 0;
}

.corporate-wellness-page__consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  max-width: 52ch;
}

.corporate-wellness-page__cf7 .corporate-cf7-form__consent {
  display: block;
  max-width: 52ch;
}

.corporate-wellness-page__cf7
  .corporate-cf7-form__consent
  .wpcf7-form-control-wrap,
.corporate-wellness-page__cf7 .corporate-cf7-form__consent .wpcf7-form-control,
.corporate-wellness-page__cf7 .corporate-cf7-form__consent .wpcf7-checkbox,
.corporate-wellness-page__cf7 .corporate-cf7-form__consent .wpcf7-acceptance,
.corporate-wellness-page__cf7 .corporate-cf7-form__consent .wpcf7-list-item {
  display: block;
}

.corporate-wellness-page__cf7 .corporate-cf7-form__consent .wpcf7-list-item {
  margin: 0;
}

.corporate-wellness-page__cf7
  .corporate-cf7-form__consent
  .wpcf7-list-item
  > label {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
}

.corporate-wellness-page__cf7
  .corporate-cf7-form__consent
  .wpcf7-list-item-label {
  display: block;
  padding-left: 2px;
}

.corporate-wellness-page__cf7
  .corporate-cf7-form__consent
  input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  min-height: 18px;
  flex: 0 0 18px;
  margin-top: 3px;
  border: 1px solid rgba(50, 40, 32, 0.48);
  border-radius: 5px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1),
    rgba(244, 235, 224, 0.98)
  );
  box-shadow:
    0 8px 16px rgba(43, 35, 28, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.corporate-wellness-page__cf7
  .corporate-cf7-form__consent
  input[type="checkbox"]:checked {
  border-color: #171614;
  background-color: #171614;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath d='M2.2 5.7 4.55 8.05 8.8 3.8' stroke='white' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 11px 11px;
  box-shadow:
    0 10px 20px rgba(23, 22, 20, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.corporate-wellness-page__cf7
  .corporate-cf7-form__consent
  input[type="checkbox"]:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 4px rgba(184, 141, 90, 0.12),
    0 10px 20px rgba(31, 26, 21, 0.1);
}

.corporate-wellness-page__cf7
  .corporate-cf7-form__consent
  .wpcf7-list-item-label::before {
  content: none;
}

.corporate-wellness-page__consent input {
  margin-top: 2px;
}

.corporate-wellness-page__submit {
  min-width: 220px;
  justify-self: auto;
  box-shadow: none;
}

.corporate-wellness-page__form-summary {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 24px 24px 26px;
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 255, 255, 0.96),
      transparent 44%
    ),
    linear-gradient(
      180deg,
      rgba(255, 250, 244, 0.98),
      rgba(242, 233, 220, 0.94)
    );
}

.corporate-wellness-page__form-summary h3 {
  margin: 0;
  font-size: 32px;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.corporate-wellness-page__form-summary-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.corporate-wellness-page__form-summary-list li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.corporate-wellness-page__form-summary-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #b2824f;
  border-bottom: 2px solid #b2824f;
  transform: rotate(-45deg);
}

.corporate-wellness-page__form-summary-note {
  margin: 4px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(183, 149, 111, 0.16);
  color: #6d5a46;
  font-size: 13px;
  line-height: 1.65;
}

.corporate-wellness-page__contact-list {
  display: grid;
  gap: 12px;
}

.corporate-wellness-page__contact-item {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 6px 0;
  color: inherit;
  text-decoration: none;
}

.corporate-wellness-page__contact-item-icon {
  width: 26px;
  height: 26px;
  margin-top: 2px;
}

.corporate-wellness-page__contact-item-copy {
  display: grid;
  gap: 4px;
}

.corporate-wellness-page__contact-item-copy small {
  color: #8b7862;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.corporate-wellness-page__contact-item-copy strong {
  font-size: 20px;
  font-weight: 500;
}

.corporate-wellness-page__contact-person {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(183, 149, 111, 0.14);
}

.corporate-wellness-page__contact-person-photo {
  width: 104px;
  height: 104px;
  border-radius: 999px;
  object-fit: cover;
}

.corporate-wellness-page__contact-person-copy {
  display: grid;
  gap: 4px;
}

.corporate-wellness-page__contact-person-kicker {
  color: #8b7862;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.corporate-wellness-page__contact-person-copy strong {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.corporate-wellness-page__contact-person-copy small,
.corporate-wellness-page__contact-person-copy p {
  color: var(--muted);
}

.corporate-wellness-page__contact-person-copy p {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.5;
}

.corporate-wellness-page__contact-person-link {
  grid-column: 2;
  justify-self: start;
}

.corporate-wellness-page__final .final-cta__visual img {
  object-position: center top;
}

@media (max-width: 1240px) {
  .corporate-wellness-page__hero-shell {
    grid-template-columns: 1fr;
  }

  .corporate-wellness-page__hero-visual {
    min-height: 0;
  }

  .corporate-wellness-page__hero-image-wrap {
    min-height: 420px;
  }

  .corporate-wellness-page__contacts-section
    .corporate-wellness-page__contact-panel {
    grid-template-columns: 1fr;
  }

  .corporate-wellness-page__form-shell {
    grid-template-columns: 1fr;
  }

  .corporate-wellness-page__package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .corporate-wellness-page__hero-title {
    max-width: none;
    font-size: clamp(50px, 12vw, 72px);
  }

  .corporate-wellness-page__package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .corporate-wellness-page__form-group-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .corporate-wellness-page__cf7
    .corporate-cf7-form
    .corporate-wellness-page__form-group-grid--split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .corporate-wellness-page__hero-shell,
  .corporate-wellness-page__form-panel,
  .corporate-wellness-page__contact-panel,
  .consult-section__form-panel {
    padding: 22px;
  }

  .corporate-wellness-page__hero-actions,
  .corporate-wellness-page__package-grid,
  .corporate-wellness-page__form-group-grid {
    grid-template-columns: 1fr;
  }

  .corporate-wellness-page__hero-actions .button,
  .corporate-wellness-page__hero-actions .button-ghost {
    min-height: 42px;
    padding: 10px 16px;
  }

  .corporate-wellness-page__hero-points {
    grid-template-columns: 1fr;
    border-radius: 0 0 22px 22px;
  }

  .corporate-wellness-page__hero-points::before {
    top: -24px;
    height: 24px;
  }

  .corporate-wellness-page__hero-point {
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 4px;
    align-items: start;
    padding: 14px 16px 16px;
  }

  .corporate-wellness-page__hero-point-icon {
    grid-row: 1 / span 2;
    width: 32px;
    height: 32px;
    align-self: start;
  }

  .corporate-wellness-page__hero-point-icon svg {
    width: 16px;
    height: 16px;
  }

  .corporate-wellness-page__hero-point-label {
    font-size: 9px;
    line-height: 1.2;
    letter-spacing: 0.14em;
  }

  .corporate-wellness-page__hero-point-value {
    font-size: 15px;
    line-height: 1.36;
    max-width: none;
  }

  .corporate-wellness-page__hero-point:not(:first-child)::before {
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    width: auto;
    height: 1px;
  }

  .corporate-wellness-page__hero-visual {
    min-height: 0;
  }

  .corporate-wellness-page__hero-image-wrap {
    min-height: 300px;
  }

  .corporate-wellness-page__form-group {
    padding: 16px 16px 18px;
  }

  .corporate-wellness-page__program-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px 0;
  }

  .corporate-wellness-page__program-kicker {
    padding-top: 0;
  }

  .corporate-wellness-page__contact-person {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .corporate-wellness-page__contact-person-link {
    grid-column: auto;
    justify-self: start;
  }

  .corporate-wellness-page__form-footer {
    align-items: stretch;
  }

  .corporate-wellness-page__submit {
    width: 100%;
    min-width: 0;
  }

  .consult-section__form-shell .wpcf7 .wpcf7-submit {
    width: 100%;
    min-width: 0;
  }

  .corporate-wellness-page__hero-actions .button,
  .corporate-wellness-page__hero-actions .button-ghost {
    width: 100%;
  }
}

.integratori-page {
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 247, 236, 0.9),
      transparent 36%
    ),
    linear-gradient(180deg, #fbf8f2 0%, #f6f1e9 100%);
}

.integratori-page__hero-section {
  padding-top: 26px;
}

.integratori-page__hero-button {
  min-height: 52px;
  padding-inline: 24px;
}

.integratori-page__hero-visual {
  min-height: 100%;
  overflow: hidden;
  padding: 0;
}

.integratori-page__hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  object-position: right center;
}

.integratori-page__highlights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 12px 0 6px;
  border-top: 1px solid rgba(183, 149, 111, 0.16);
  border-bottom: 1px solid rgba(183, 149, 111, 0.16);
}

.integratori-page__highlight {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px 22px;
}

.integratori-page__highlight:not(:first-child) {
  border-left: 1px solid rgba(183, 149, 111, 0.16);
}

.integratori-page__highlight-icon,
.integratori-page__method-icon,
.integratori-page__audience-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #9b7b57;
}

.integratori-page__highlight-icon svg,
.integratori-page__method-icon svg,
.integratori-page__audience-icon svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
}

.integratori-page__highlight-copy {
  display: grid;
  gap: 5px;
}

.integratori-page__highlight-copy strong {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
}

.integratori-page__highlight-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.integratori-page__section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.integratori-page__section-title {
  margin: 0;
}

.integratori-page__section-link {
  white-space: nowrap;
}

.integratori-page__categories-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.integratori-page__product-card {
  color: inherit;
  text-decoration: none;
}

.integratori-page__product-media {
  aspect-ratio: 0.92;
}

.integratori-page__product-body {
  min-height: 190px;
}

.integratori-page__product-body h3 {
  max-width: 15ch;
}

.integratori-page__product-body p {
  max-width: 24ch;
}

.integratori-page__product-action {
  padding: 20px;
}

.integratori-page__method-section {
  padding-top: 12px;
}

.integratori-page__method-head {
  margin-bottom: 28px;
}

.integratori-page__method-heading {
  display: grid;
  gap: 12px;
  justify-items: center;
}

.integratori-page__method-title {
  margin: 0;
  max-width: 18ch;
}

.integratori-page__method-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.integratori-page__method-item {
  min-height: 100%;
}

.integratori-page__method-icon {
  color: #9b7b57;
}

.integratori-page__method-actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.integratori-page__method-link {
  min-height: 48px;
}

.integratori-page__audiences-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.integratori-page__audience-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 100%;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(183, 149, 111, 0.16);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 36px rgba(28, 21, 16, 0.05);
}

.integratori-page__audience-icon {
  width: 42px;
  height: 42px;
}

.integratori-page__audience-card h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.08;
}

.integratori-page__audience-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.56;
}

.integratori-page__final-cta .final-cta__title {
  max-width: 14ch;
}

.integratori-page__final-cta .final-cta__text {
  max-width: 42ch;
}

.integratori-page__final-cta .final-cta__visual img {
  object-position: center bottom;
}

@media (max-width: 1380px) {
  .integratori-page__categories-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .integratori-page__method-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) and (min-width: 821px) {
  .integratori-page__hero-visual {
    min-height: clamp(420px, 46vw, 560px);
  }

  .integratori-page__hero-visual img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: right center;
  }
}

@media (max-width: 1160px) {
  .integratori-page__hero-visual img {
    min-height: 420px;
  }
}

@media (max-width: 980px) {
  .integratori-page__highlights,
  .integratori-page__audiences-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .integratori-page__categories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .integratori-page__method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .integratori-page__hero-title {
    font-size: clamp(46px, 15vw, 68px);
  }

  .integratori-page__section-head {
    display: grid;
    justify-items: start;
  }

  .integratori-page__highlights,
  .integratori-page__categories-grid,
  .integratori-page__audiences-grid,
  .integratori-page__method-grid {
    grid-template-columns: 1fr;
  }

  .integratori-page__highlight {
    padding: 16px 0;
  }

  .integratori-page__highlight:not(:first-child) {
    border-left: 0;
    border-top: 1px solid rgba(183, 149, 111, 0.16);
  }

  .integratori-page__hero-actions {
    width: 100%;
  }

  .integratori-page__hero-button {
    width: 100%;
  }
}

body.booking-popup-open,
body.entry-offer-popup-open {
  overflow: hidden;
}

.entry-offer-popup {
  position: fixed;
  inset: 0;
  z-index: 230;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 40px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.entry-offer-popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.entry-offer-popup__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 20%, rgba(214, 181, 139, 0.22), transparent 38%),
    rgba(20, 18, 15, 0.68);
  backdrop-filter: blur(14px);
}

.entry-offer-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 620px);
  outline: none;
  transform: translateY(18px) scale(0.98);
  transition: transform 0.32s ease;
}

.entry-offer-popup.is-open .entry-offer-popup__dialog {
  transform: translateY(0) scale(1);
}

.entry-offer-popup__panel {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 18px;
  overflow: hidden;
  padding: clamp(42px, 7vw, 68px) clamp(26px, 7vw, 64px) clamp(34px, 6vw, 54px);
  border: 1px solid rgba(205, 181, 151, 0.3);
  border-radius: 36px;
  background:
    radial-gradient(circle at 50% -10%, rgba(224, 196, 158, 0.28), transparent 42%),
    linear-gradient(145deg, rgba(255, 253, 249, 0.99), rgba(246, 237, 226, 0.98));
  box-shadow:
    0 42px 110px rgba(10, 8, 6, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
  text-align: center;
}

.entry-offer-popup__accent {
  position: absolute;
  top: 0;
  left: 50%;
  width: 160px;
  height: 5px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #9d7343, #e3c399, #9d7343);
  transform: translateX(-50%);
}

.entry-offer-popup__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(23, 22, 20, 0.08);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 24px rgba(26, 23, 20, 0.08);
  cursor: pointer;
  transition: background-color 0.22s ease, transform 0.22s ease;
}

.entry-offer-popup__close:hover,
.entry-offer-popup__close:focus-visible {
  background: #fff;
  transform: translateY(-1px);
}

.entry-offer-popup__close::before,
.entry-offer-popup__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1.5px;
  margin: -0.75px 0 0 -9px;
  border-radius: 999px;
  background: rgba(31, 28, 24, 0.82);
  content: "";
}

.entry-offer-popup__close::before {
  transform: rotate(45deg);
}

.entry-offer-popup__close::after {
  transform: rotate(-45deg);
}

.entry-offer-popup__badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 16px;
  border: 1px solid rgba(184, 141, 90, 0.34);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.88);
  color: #8d6336;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.entry-offer-popup__title {
  max-width: 510px;
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(42px, 6vw, 60px);
  font-weight: 300;
  line-height: 0.98;
  text-wrap: balance;
}

.entry-offer-popup__text {
  max-width: 470px;
  margin: 0;
  color: rgba(44, 40, 34, 0.78);
  font-size: clamp(17px, 2.1vw, 20px);
  line-height: 1.5;
  text-wrap: balance;
}

.entry-offer-popup__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 14px;
  min-height: 58px;
}

.entry-offer-popup__old-price {
  color: rgba(77, 69, 60, 0.52);
  font-size: 20px;
  font-weight: 500;
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
}

.entry-offer-popup__current-price {
  color: #8d6336;
  font-family: var(--font-display);
  font-size: clamp(38px, 5vw, 52px);
  font-weight: 600;
  line-height: 1;
}

.entry-offer-popup__button.button {
  min-width: min(100%, 270px);
  min-height: 60px;
  padding: 16px 30px;
  border-radius: 999px;
  box-shadow: 0 18px 38px rgba(23, 22, 20, 0.18);
  font-size: 16px;
}

.entry-offer-popup__button.button:hover,
.entry-offer-popup__button.button:focus-visible {
  transform: translateY(-2px);
}

@media (max-width: 640px) {
  .entry-offer-popup {
    padding: 14px;
  }

  .entry-offer-popup__panel {
    gap: 15px;
    padding: 42px 20px 26px;
    border-radius: 28px;
  }

  .entry-offer-popup__close {
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
  }

  .entry-offer-popup__title {
    font-size: clamp(36px, 11.5vw, 48px);
  }

  .entry-offer-popup__price {
    min-height: 50px;
  }

  .entry-offer-popup__old-price {
    font-size: 18px;
  }

  .entry-offer-popup__button.button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .entry-offer-popup,
  .entry-offer-popup__dialog {
    transition: none;
  }
}

.booking-popup {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: grid;
  place-items: center;
  padding: clamp(18px, 3vw, 32px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.booking-popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.booking-popup__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(255, 248, 240, 0.18), transparent 42%),
    rgba(20, 18, 15, 0.58);
  backdrop-filter: blur(14px);
}

.booking-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 720px);
  outline: none;
}

.booking-popup__panel {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(188, 169, 145, 0.28);
  background:
    linear-gradient(145deg, rgba(255, 252, 248, 0.98), rgba(248, 241, 233, 0.95)),
    rgba(255, 255, 255, 0.94);
  box-shadow:
    0 36px 90px rgba(17, 15, 12, 0.28),
    0 10px 28px rgba(205, 183, 153, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.booking-popup__glow {
  border-radius: 34px;
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(232, 213, 186, 0.24), transparent 52%),
    radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.55), transparent 36%);
  pointer-events: none;
}

.booking-popup__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 30px rgba(26, 23, 20, 0.08);
  cursor: pointer;
  transition: transform 0.22s ease, background-color 0.22s ease;
}

.booking-popup__close:hover,
.booking-popup__close:focus-visible {
  background: rgba(255, 255, 255, 0.98);
  transform: translateY(-1px);
}

.booking-popup__close::before,
.booking-popup__close::after {
  position: absolute;
  width: 18px;
  height: 1.5px;
  border-radius: 999px;
  background: rgba(31, 28, 24, 0.82);
  content: "";
  top: 50%;
  left: 50%;
  margin-left: -9px;
  margin-top: -0.75px;
}

.booking-popup__close::before {
  transform: rotate(45deg);
}

.booking-popup__close::after {
  transform: rotate(-45deg);
}

.booking-popup__form-view,
.booking-popup__success-view {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 16px;
  padding: clamp(32px, 5vw, 54px);
}

.booking-popup__form-view[hidden],
.booking-popup__success-view[hidden] {
  display: none;
}

.booking-popup__badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(188, 169, 145, 0.34);
  background: rgba(255, 250, 245, 0.88);
  color: rgba(118, 93, 63, 0.88);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.booking-popup__title,
.booking-popup__success-title {
  margin: 0;
  color: var(--ink);
  font-family: "Expressa";
  font-size: clamp(44px, 6vw, 62px);
  font-weight: 300;
  line-height: 0.96;
  text-align: center;
}

.booking-popup__text,
.booking-popup__success-text {
  max-width: 520px;
  margin: 0;
  color: rgba(44, 40, 34, 0.8);
  font-size: 20px;
  line-height: 1.55;
  text-align: center;
}

.booking-popup__help {
  margin: -2px 0 0;
  color: rgba(118, 103, 87, 0.78);
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

.booking-popup__body {
  width: 100%;
  padding-top: 10px;
}

.booking-popup__notice {
  display: grid;
  gap: 10px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(190, 170, 145, 0.24);
  background: rgba(255, 255, 255, 0.62);
  text-align: center;
}

.booking-popup__notice strong,
.booking-popup__notice p {
  margin: 0;
}

.booking-popup__cf7,
.booking-popup__cf7 .wpcf7,
.booking-popup__cf7 form {
  width: 100%;
}

.booking-popup-form,
.booking-popup__cf7 form {
  display: grid;
  gap: 14px;
}

.booking-popup__cf7 p {
  margin: 0;
}

.booking-popup__cf7 label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.booking-popup__cf7 label > span:first-child {
  color: rgba(52, 47, 41, 0.82);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-popup__cf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.booking-popup__cf7 textarea,
.booking-popup__cf7 select {
  width: 100%;
  min-height: 60px;
  padding: 17px 22px;
  border: 1px solid rgba(182, 165, 143, 0.28);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font-size: 18px;
  line-height: 1.4;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease,
    transform 0.22s ease;
}

.booking-popup__cf7 textarea {
  min-height: 132px;
  resize: vertical;
}

.booking-popup__cf7 input::placeholder,
.booking-popup__cf7 textarea::placeholder {
  color: rgba(128, 117, 103, 0.58);
}

.booking-popup__cf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.booking-popup__cf7 textarea:focus,
.booking-popup__cf7 select:focus {
  outline: none;
  border-color: rgba(148, 119, 83, 0.42);
  background: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 0 0 4px rgba(210, 188, 159, 0.16),
    0 18px 34px rgba(210, 188, 159, 0.1);
}

.booking-popup__cf7 .wpcf7-checkbox,
.booking-popup__cf7 .wpcf7-acceptance {
  display: block;
}

.booking-popup__cf7 .wpcf7-list-item {
  margin: 0;
}

.booking-popup__cf7 .wpcf7-list-item-label {
  display: inline;
}

.booking-popup__cf7 .wpcf7-checkbox label,
.booking-popup__cf7 .wpcf7-acceptance label {
  grid-template-columns: 22px 1fr;
  align-items: start;
  gap: 12px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.booking-popup__cf7 input[type="checkbox"] {
  appearance: none;
  width: 22px;
  height: 22px;
  margin: 1px 0 0;
  border: 1px solid rgba(148, 119, 83, 0.34);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
  cursor: pointer;
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.booking-popup__cf7 input[type="checkbox"]:checked {
  border-color: rgba(32, 29, 25, 0.92);
  background:
    center/12px 12px no-repeat
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 6.3 4.5 8.8 10 3.2' stroke='white' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),
    rgba(27, 24, 21, 0.92);
  box-shadow: 0 10px 24px rgba(27, 24, 21, 0.16);
}

.booking-popup__cf7 input[type="checkbox"]:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 4px rgba(210, 188, 159, 0.18),
    0 10px 24px rgba(27, 24, 21, 0.12);
}

.booking-popup__cf7 .wpcf7-submit {
  width: 100%;
  min-height: 62px;
  border: 0;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(24, 22, 20, 0.96), rgba(44, 40, 34, 0.96));
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: 0 22px 42px rgba(22, 20, 17, 0.18);
  cursor: pointer;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    opacity 0.22s ease;
}

.booking-popup__cf7 .wpcf7-submit:hover,
.booking-popup__cf7 .wpcf7-submit:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 26px 48px rgba(22, 20, 17, 0.22);
}

.booking-popup__cf7 .wpcf7-not-valid-tip {
  margin-top: 4px;
  color: #b14e43;
  font-size: 13px;
  line-height: 1.45;
}

.booking-popup__success-badge {
  width: 68px;
  height: 68px;
  border-radius: 999px;
  background:
    center/28px 28px no-repeat
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M6.5 14.7 11.6 19.8 21.8 9.6' stroke='%23171614' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(247, 240, 231, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 22px 44px rgba(200, 178, 148, 0.18);
}

.booking-popup__success-close {
  min-width: 220px;
}

.booking-popup.is-submitting .booking-popup__cf7 .wpcf7-submit {
  opacity: 0.74;
  pointer-events: none;
}

@media (max-width: 820px) {
  .booking-popup {
    padding: 14px;
  }

  .booking-popup__panel {
    border-radius: 28px;
  }

  .booking-popup__form-view,
  .booking-popup__success-view {
    gap: 14px;
    padding: 24px 18px 20px;
  }

  .booking-popup__title,
  .booking-popup__success-title {
    font-size: clamp(34px, 13vw, 48px);
  }

  .booking-popup__text,
  .booking-popup__success-text {
    font-size: 17px;
  }

  .booking-popup__cf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
  .booking-popup__cf7 textarea,
  .booking-popup__cf7 select {
    min-height: 56px;
    padding: 15px 18px;
    border-radius: 18px;
    font-size: 16px;
  }

  .booking-popup__cf7 .wpcf7-submit {
    min-height: 58px;
    border-radius: 18px;
    font-size: 17px;
  }

  .booking-popup__success-close {
    width: 100%;
    min-width: 0;
  }
}

.booking-popup__cf7,
.consult-section__form-shell,
.contact-page__form-shell,
.corporate-wellness-page__cf7 {
  width: 100%;
}

.booking-popup__cf7,
.booking-popup__cf7 .wpcf7,
.booking-popup__cf7 .wpcf7 form,
.consult-section__form-shell,
.consult-section__form-shell .wpcf7,
.consult-section__form-shell .wpcf7 form,
.contact-page__form-shell,
.contact-page__form-shell .wpcf7,
.contact-page__form-shell .wpcf7 form,
.corporate-wellness-page__cf7,
.corporate-wellness-page__cf7 .wpcf7,
.corporate-wellness-page__cf7 .wpcf7 form {
  display: grid;
  gap: 16px;
}

.booking-popup__cf7 .wpcf7 p,
.consult-section__form-shell .wpcf7 p,
.contact-page__form-shell .wpcf7 p,
.corporate-wellness-page__cf7 .wpcf7 p {
  margin: 0;
}

.booking-popup__cf7 .wpcf7 label,
.consult-section__form-shell .wpcf7 label,
.contact-page__form-shell .wpcf7 label,
.corporate-wellness-page__cf7 .wpcf7 label,
.consultation-flow__form .field label {
  display: grid;
  gap: 8px;
  color: rgba(52, 47, 41, 0.82);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-popup__cf7 .wpcf7 label > span:first-child,
.consult-section__form-shell .wpcf7 label > span:first-child,
.contact-page__form-shell .wpcf7 label > span:first-child,
.corporate-wellness-page__cf7 .wpcf7 label > span:first-child {
  color: rgba(52, 47, 41, 0.82);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-popup__cf7 .wpcf7-form-control-wrap,
.consult-section__form-shell .wpcf7-form-control-wrap,
.contact-page__form-shell .wpcf7-form-control-wrap,
.corporate-wellness-page__cf7 .wpcf7-form-control-wrap {
  display: block;
}

.booking-popup__cf7
  .wpcf7
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.booking-popup__cf7 .wpcf7 textarea,
.booking-popup__cf7 .wpcf7 select,
.consult-section__form-shell
  .wpcf7
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.consult-section__form-shell .wpcf7 textarea,
.consult-section__form-shell .wpcf7 select,
.contact-page__form-shell
  .wpcf7
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.contact-page__form-shell .wpcf7 textarea,
.contact-page__form-shell .wpcf7 select,
.corporate-wellness-page__cf7
  .wpcf7
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.corporate-wellness-page__cf7 .wpcf7 textarea,
.corporate-wellness-page__cf7 .wpcf7 select,
.consultation-flow__form .field input:not([type="checkbox"]):not([type="radio"]),
.consultation-flow__form .field textarea,
.consultation-flow__form .field select {
  width: 100%;
  min-height: 56px;
  padding: 16px 18px;
  border: 1px solid rgba(23, 22, 20, 0.1);
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(252, 248, 243, 0.92)
  );
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  box-shadow:
    0 10px 18px rgba(43, 35, 28, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease,
    transform 0.22s ease;
}

.booking-popup__cf7
  .wpcf7
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::placeholder,
.booking-popup__cf7 .wpcf7 textarea::placeholder,
.consult-section__form-shell
  .wpcf7
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::placeholder,
.consult-section__form-shell .wpcf7 textarea::placeholder,
.contact-page__form-shell
  .wpcf7
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::placeholder,
.contact-page__form-shell .wpcf7 textarea::placeholder,
.corporate-wellness-page__cf7
  .wpcf7
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::placeholder,
.corporate-wellness-page__cf7 .wpcf7 textarea::placeholder,
.consultation-flow__form
  .field
  input:not([type="checkbox"]):not([type="radio"])::placeholder,
.consultation-flow__form .field textarea::placeholder {
  color: rgba(128, 117, 103, 0.58);
  opacity: 1;
}

.booking-popup__cf7 .wpcf7 select,
.consult-section__form-shell .wpcf7 select,
.contact-page__form-shell .wpcf7 select,
.corporate-wellness-page__cf7 .wpcf7 select {
  appearance: none;
  color: var(--muted);
  padding-left: 20px;
  padding-right: 52px;
  background-color: rgba(255, 255, 255, 0.98);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M2.5 5.25 7 9.75 11.5 5.25' stroke='%23222222' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  background-size: 14px 14px;
}

.booking-popup__cf7 .wpcf7 select option,
.consult-section__form-shell .wpcf7 select option,
.contact-page__form-shell .wpcf7 select option,
.corporate-wellness-page__cf7 .wpcf7 select option {
  color: var(--ink);
}

.booking-popup__cf7 .wpcf7 select option:first-child,
.booking-popup__cf7 .wpcf7 select option[value=""],
.consult-section__form-shell .wpcf7 select option:first-child,
.consult-section__form-shell .wpcf7 select option[value=""],
.contact-page__form-shell .wpcf7 select option:first-child,
.contact-page__form-shell .wpcf7 select option[value=""],
.corporate-wellness-page__cf7 .wpcf7 select option:first-child,
.corporate-wellness-page__cf7 .wpcf7 select option[value=""] {
  color: var(--muted);
}

.booking-popup__cf7 .wpcf7 select:required:invalid,
.consult-section__form-shell .wpcf7 select:required:invalid,
.contact-page__form-shell .wpcf7 select:required:invalid,
.corporate-wellness-page__cf7 .wpcf7 select:required:invalid {
  color: var(--muted);
}

.booking-popup__cf7 .wpcf7 textarea,
.consult-section__form-shell .wpcf7 textarea,
.contact-page__form-shell .wpcf7 textarea,
.corporate-wellness-page__cf7 .wpcf7 textarea,
.consultation-flow__form .field textarea {
  min-height: 140px;
  resize: vertical;
}

.booking-popup__cf7
  .wpcf7
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.booking-popup__cf7 .wpcf7 textarea:focus,
.booking-popup__cf7 .wpcf7 select:focus,
.consult-section__form-shell
  .wpcf7
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.consult-section__form-shell .wpcf7 textarea:focus,
.consult-section__form-shell .wpcf7 select:focus,
.contact-page__form-shell
  .wpcf7
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.contact-page__form-shell .wpcf7 textarea:focus,
.contact-page__form-shell .wpcf7 select:focus,
.corporate-wellness-page__cf7
  .wpcf7
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.corporate-wellness-page__cf7 .wpcf7 textarea:focus,
.corporate-wellness-page__cf7 .wpcf7 select:focus,
.consultation-flow__form
  .field
  input:not([type="checkbox"]):not([type="radio"]):focus,
.consultation-flow__form .field textarea:focus,
.consultation-flow__form .field select:focus {
  outline: none;
  border-color: rgba(184, 141, 90, 0.42);
  background: rgba(255, 255, 255, 0.98);
  box-shadow:
    0 0 0 4px rgba(210, 188, 159, 0.16),
    0 18px 34px rgba(210, 188, 159, 0.1);
}

.booking-popup__cf7 .wpcf7 .wpcf7-submit,
.consult-section__form-shell .wpcf7 .wpcf7-submit,
.contact-page__form-shell .wpcf7 .wpcf7-submit,
.corporate-wellness-page__cf7 .wpcf7 .wpcf7-submit {
  min-height: 56px;
  padding: 14px 22px;
  border: 0;
  border-radius: 999px;
  background: var(--surface-dark);
  color: #fff;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  box-shadow: 0 20px 40px rgba(23, 22, 20, 0.14);
  cursor: pointer;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    opacity 0.22s ease;
}

.booking-popup__cf7 .wpcf7 .wpcf7-submit:hover,
.booking-popup__cf7 .wpcf7 .wpcf7-submit:focus-visible,
.consult-section__form-shell .wpcf7 .wpcf7-submit:hover,
.consult-section__form-shell .wpcf7 .wpcf7-submit:focus-visible,
.contact-page__form-shell .wpcf7 .wpcf7-submit:hover,
.contact-page__form-shell .wpcf7 .wpcf7-submit:focus-visible,
.corporate-wellness-page__cf7 .wpcf7 .wpcf7-submit:hover,
.corporate-wellness-page__cf7 .wpcf7 .wpcf7-submit:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 26px 48px rgba(23, 22, 20, 0.18);
}

.booking-popup__cf7 .wpcf7 .wpcf7-submit:disabled,
.consult-section__form-shell .wpcf7 .wpcf7-submit:disabled,
.contact-page__form-shell .wpcf7 .wpcf7-submit:disabled,
.corporate-wellness-page__cf7 .wpcf7 .wpcf7-submit:disabled {
  opacity: 0.72;
  cursor: progress;
}

.booking-popup__cf7 .wpcf7-spinner,
.consult-section__form-shell .wpcf7-spinner,
.contact-page__form-shell .wpcf7-spinner,
.corporate-wellness-page__cf7 .wpcf7-spinner {
  display: block;
  width: 26px;
  height: 26px;
  margin: 12px auto 0;
  border: 2px solid rgba(184, 141, 90, 0.18);
  border-top-color: rgba(23, 22, 20, 0.86);
  border-right-color: rgba(184, 141, 90, 0.88);
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.84) 0 34%, transparent 35%),
    linear-gradient(145deg, rgba(255, 254, 251, 0.96), rgba(247, 239, 229, 0.92));
  box-shadow:
    0 12px 22px rgba(37, 31, 24, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  animation: cf7SpinnerSpin 0.72s linear infinite;
}

.booking-popup__cf7 .wpcf7-spinner::before,
.consult-section__form-shell .wpcf7-spinner::before,
.contact-page__form-shell .wpcf7-spinner::before,
.corporate-wellness-page__cf7 .wpcf7-spinner::before {
  content: none;
}

.booking-popup__cf7 .wpcf7-not-valid-tip,
.consult-section__form-shell .wpcf7-not-valid-tip,
.contact-page__form-shell .wpcf7-not-valid-tip,
.corporate-wellness-page__cf7 .wpcf7-not-valid-tip,
.consultation-flow__form .field__error,
.consultation-flow__form .consultation-fieldset__error {
  margin-top: 4px;
  color: #b14e43;
  font-size: 13px;
  line-height: 1.45;
}

.booking-popup__cf7 .wpcf7 .wpcf7-not-valid,
.consult-section__form-shell .wpcf7 .wpcf7-not-valid,
.contact-page__form-shell .wpcf7 .wpcf7-not-valid,
.corporate-wellness-page__cf7 .wpcf7 .wpcf7-not-valid,
.consultation-flow__form .field.is-invalid input,
.consultation-flow__form .field.is-invalid textarea,
.consultation-flow__form .field.is-invalid select {
  border-color: rgba(184, 77, 67, 0.28);
  box-shadow: 0 0 0 4px rgba(184, 77, 67, 0.08);
}

.booking-popup__cf7 .wpcf7-checkbox,
.booking-popup__cf7 .wpcf7-acceptance,
.consult-section__form-shell .wpcf7-checkbox,
.consult-section__form-shell .wpcf7-acceptance,
.contact-page__form-shell .wpcf7-checkbox,
.contact-page__form-shell .wpcf7-acceptance,
.corporate-wellness-page__cf7 .wpcf7-checkbox,
.corporate-wellness-page__cf7 .wpcf7-acceptance {
  display: block;
}

.booking-popup__cf7 .wpcf7-list-item,
.consult-section__form-shell .wpcf7-list-item,
.contact-page__form-shell .wpcf7-list-item,
.corporate-wellness-page__cf7 .wpcf7-list-item {
  margin: 0;
}

.booking-popup__cf7 .wpcf7-list-item-label,
.consult-section__form-shell .wpcf7-list-item-label,
.contact-page__form-shell .wpcf7-list-item-label,
.corporate-wellness-page__cf7 .wpcf7-list-item-label {
  display: inline;
}

.booking-popup__cf7 .wpcf7-checkbox label,
.booking-popup__cf7 .wpcf7-acceptance label,
.consult-section__form-shell .wpcf7-checkbox label,
.consult-section__form-shell .wpcf7-acceptance label,
.contact-page__form-shell .wpcf7-checkbox label,
.contact-page__form-shell .wpcf7-acceptance label,
.corporate-wellness-page__cf7 .wpcf7-checkbox label,
.corporate-wellness-page__cf7 .wpcf7-acceptance label,
.consultation-flow__checkbox {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  color: rgba(63, 51, 40, 0.84);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
  text-transform: none;
}

.consultation-flow__checkbox > span {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}

.consultation-flow__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.booking-popup__cf7 input[type="checkbox"],
.consult-section__form-shell .wpcf7 input[type="checkbox"],
.contact-page__form-shell .wpcf7 input[type="checkbox"],
.corporate-wellness-page__cf7 .wpcf7 input[type="checkbox"],
.consultation-flow__checkbox input {
  appearance: none;
  -webkit-appearance: none;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  padding: 0;
  min-height: 22px;
  margin: 1px 0 0;
  border: 1px solid rgba(148, 119, 83, 0.34);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
  cursor: pointer;
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.booking-popup__cf7 input[type="checkbox"]:checked,
.consult-section__form-shell .wpcf7 input[type="checkbox"]:checked,
.contact-page__form-shell .wpcf7 input[type="checkbox"]:checked,
.corporate-wellness-page__cf7 .wpcf7 input[type="checkbox"]:checked,
.consultation-flow__checkbox input:checked {
  border-color: rgba(32, 29, 25, 0.92);
  background:
    center/12px 12px no-repeat
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 6.3 4.5 8.8 10 3.2' stroke='white' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),
    rgba(27, 24, 21, 0.92);
  box-shadow: 0 10px 24px rgba(27, 24, 21, 0.16);
}

.booking-popup__cf7 input[type="checkbox"]:focus-visible,
.consult-section__form-shell .wpcf7 input[type="checkbox"]:focus-visible,
.contact-page__form-shell .wpcf7 input[type="checkbox"]:focus-visible,
.corporate-wellness-page__cf7 .wpcf7 input[type="checkbox"]:focus-visible,
.consultation-flow__checkbox input:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 4px rgba(210, 188, 159, 0.18),
    0 10px 24px rgba(27, 24, 21, 0.12);
}

.consultation-flow__consent.is-invalid .consultation-flow__checkbox {
  color: #b14e43;
}

body.immagine-wp-theme .wpcf7 form .wpcf7-response-output {
  position: relative;
  margin: 8px 0 0;
  padding: 18px 20px 18px 72px;
  border-radius: 22px;
  border: 1px solid rgba(182, 158, 127, 0.28);
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 255, 255, 0.94),
      transparent 42%
    ),
    linear-gradient(
      180deg,
      rgba(255, 251, 245, 0.98),
      rgba(244, 236, 225, 0.96)
    );
  color: rgba(71, 58, 45, 0.9);
  font-size: 14px;
  line-height: 1.75;
  box-shadow:
    0 18px 34px rgba(61, 47, 34, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

body.immagine-wp-theme .wpcf7 form .wpcf7-response-output::before {
  content: "";
  position: absolute;
  top: calc(50% - 19px);
  left: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(180deg, #221c16, #12100d);
  box-shadow: 0 14px 24px rgba(34, 28, 22, 0.16);
}

body.immagine-wp-theme .wpcf7 form .wpcf7-response-output::after {
  content: "!";
  position: absolute;
  top: calc(50% - 19px);
  left: 18px;
  width: 38px;
  height: 38px; 
  display: grid;
  place-items: center;
  color: #fff7ef;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-1px);
}

body.immagine-wp-theme .wpcf7 form.invalid .wpcf7-response-output,
body.immagine-wp-theme .wpcf7 form.unaccepted .wpcf7-response-output,
body.immagine-wp-theme .wpcf7 form.failed .wpcf7-response-output,
body.immagine-wp-theme .wpcf7 form.aborted .wpcf7-response-output,
body.immagine-wp-theme .wpcf7 form.spam .wpcf7-response-output {
  border-color: rgba(179, 96, 68, 0.28);
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 255, 255, 0.9),
      transparent 42%
    ),
    linear-gradient(
      180deg,
      rgba(255, 246, 243, 0.98),
      rgba(248, 232, 226, 0.96)
    );
  color: #7b3f2e;
}

body.immagine-wp-theme .wpcf7 form.invalid .wpcf7-response-output::before,
body.immagine-wp-theme .wpcf7 form.unaccepted .wpcf7-response-output::before,
body.immagine-wp-theme .wpcf7 form.failed .wpcf7-response-output::before,
body.immagine-wp-theme .wpcf7 form.aborted .wpcf7-response-output::before,
body.immagine-wp-theme .wpcf7 form.spam .wpcf7-response-output::before {
  background: linear-gradient(180deg, #9b5a43, #7d4332);
}

body.immagine-wp-theme .wpcf7 form.sent .wpcf7-response-output {
  position: relative;
  padding: 92px 24px 24px;
  border-radius: 26px;
  border: 1px solid rgba(188, 169, 145, 0.28);
  background:
    linear-gradient(145deg, rgba(255, 252, 248, 0.98), rgba(248, 241, 233, 0.95)),
    rgba(255, 255, 255, 0.94);
  box-shadow:
    0 24px 56px rgba(17, 15, 12, 0.12),
    0 10px 28px rgba(205, 183, 153, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  color: rgba(44, 40, 34, 0.8);
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
}

body.immagine-wp-theme .wpcf7 form.sent .wpcf7-response-output::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  width: 68px;
  height: 68px;
  margin-left: -34px;
  border-radius: 999px;
  background:
    center/28px 28px no-repeat
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M6.5 14.7 11.6 19.8 21.8 9.6' stroke='%23171614' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(247, 240, 231, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 22px 44px rgba(200, 178, 148, 0.18);
}

body.immagine-wp-theme .wpcf7 form.sent .wpcf7-response-output::after {
  content: none;
}

.form-status.is-visible,
.consultation-flow__status.is-visible {
  margin: 6px 0 0;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(184, 77, 67, 0.18);
  background: rgba(184, 77, 67, 0.08);
  color: #7a342c;
  font-size: 14px;
  line-height: 1.55;
}

.form-status.is-visible:not(.is-error),
.consultation-flow__status.is-visible:not(.is-error) {
  position: relative;
  margin-top: 12px;
  padding: 92px 24px 24px;
  border-radius: 26px;
  border: 1px solid rgba(188, 169, 145, 0.28);
  background:
    linear-gradient(145deg, rgba(255, 252, 248, 0.98), rgba(248, 241, 233, 0.95)),
    rgba(255, 255, 255, 0.94);
  box-shadow:
    0 24px 56px rgba(17, 15, 12, 0.12),
    0 10px 28px rgba(205, 183, 153, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  color: rgba(44, 40, 34, 0.8);
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
  box-sizing: border-box;
}

.form-status.is-visible:not(.is-error)::before,
.consultation-flow__status.is-visible:not(.is-error)::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  width: 68px;
  height: 68px;
  margin-left: -34px;
  border-radius: 999px;
  background:
    center/28px 28px no-repeat
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M6.5 14.7 11.6 19.8 21.8 9.6' stroke='%23171614' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(247, 240, 231, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 22px 44px rgba(200, 178, 148, 0.18);
}

.form-status.is-visible:not(.is-error)::after,
.consultation-flow__status.is-visible:not(.is-error)::after {
  content: none;
}

.booking-popup__cf7 .wpcf7 form.sent .wpcf7-response-output {
  margin: 0;
  padding: 0;
  min-height: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.booking-popup__cf7 .wpcf7 form.sent .wpcf7-response-output::before,
.booking-popup__cf7 .wpcf7 form.sent .wpcf7-response-output::after {
  content: none;
}

.booking-popup__success-view,
.consultation-success {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  justify-items: center;
  gap: 16px;
  padding: clamp(32px, 5vw, 54px);
}

.booking-popup__success-view[hidden],
.consultation-success[hidden] {
  display: none;
}

.consultation-success {
  width: 100%;
  border-radius: 28px;
  border: 1px solid rgba(188, 169, 145, 0.28);
  background:
    linear-gradient(145deg, rgba(255, 252, 248, 0.98), rgba(248, 241, 233, 0.95)),
    rgba(255, 255, 255, 0.94);
  box-shadow:
    0 24px 56px rgba(17, 15, 12, 0.12),
    0 10px 28px rgba(205, 183, 153, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.booking-popup__success-badge,
.consultation-success__icon {
  width: 68px;
  height: 68px;
  border-radius: 999px;
  background:
    center/28px 28px no-repeat
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M6.5 14.7 11.6 19.8 21.8 9.6' stroke='%23171614' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(247, 240, 231, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 22px 44px rgba(200, 178, 148, 0.18);
}

.consultation-success__icon::after {
  content: none;
}

.booking-popup__success-title,
.consultation-success__title {
  margin: 0;
  color: var(--ink);
  font-family: "Expressa";
  font-size: clamp(44px, 6vw, 62px);
  font-weight: 300;
  line-height: 0.96;
  text-align: center;
}

.booking-popup__success-text,
.consultation-success__text {
  max-width: 520px;
  margin: 0;
  color: rgba(44, 40, 34, 0.8);
  font-size: 20px;
  line-height: 1.55;
  text-align: center;
}

.consultation-success__body {
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.consultation-success__eyebrow {
  color: rgba(118, 93, 63, 0.88);
}

@media (max-width: 820px) {
  .booking-popup__cf7
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
  .booking-popup__cf7 textarea,
  .booking-popup__cf7 select,
  .consult-section__form-shell
    .wpcf7
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
  .consult-section__form-shell .wpcf7 textarea,
  .consult-section__form-shell .wpcf7 select,
  .contact-page__form-shell
    .wpcf7
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
  .contact-page__form-shell .wpcf7 textarea,
  .contact-page__form-shell .wpcf7 select,
  .corporate-wellness-page__cf7
    .wpcf7
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
  .corporate-wellness-page__cf7 .wpcf7 textarea,
  .corporate-wellness-page__cf7 .wpcf7 select,
  .consultation-flow__form .field input:not([type="checkbox"]):not([type="radio"]),
  .consultation-flow__form .field textarea,
  .consultation-flow__form .field select {
    min-height: 56px;
    padding: 15px 18px;
    border-radius: 18px;
    font-size: 16px;
  }

  .booking-popup__cf7 .wpcf7 .wpcf7-submit,
  .consult-section__form-shell .wpcf7 .wpcf7-submit,
  .contact-page__form-shell .wpcf7 .wpcf7-submit,
  .corporate-wellness-page__cf7 .wpcf7 .wpcf7-submit {
    min-height: 58px;
    font-size: 17px;
  }

  .booking-popup__success-view,
  .consultation-success {
    gap: 14px;
    padding: 24px 18px 20px;
  }

  .form-status.is-visible:not(.is-error),
  .consultation-flow__status.is-visible:not(.is-error) {
    padding: 86px 18px 20px;
    border-radius: 24px;
    font-size: 16px;
  }

  .form-status.is-visible:not(.is-error)::before,
  .consultation-flow__status.is-visible:not(.is-error)::before {
    top: 18px;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    background-size: 24px 24px;
  }

  .booking-popup__success-title,
  .consultation-success__title {
    font-size: clamp(34px, 13vw, 48px);
  }

  .booking-popup__success-text,
  .consultation-success__text {
    font-size: 17px;
  }
}

.blog-page__hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 34px;
  align-items: center;
  padding: 30px;
  border-radius: 34px;
  border: 1px solid rgba(23, 22, 20, 0.08);
  background:
    radial-gradient(circle at top left, rgba(207, 176, 136, 0.16), transparent 42%),
    linear-gradient(145deg, rgba(255, 253, 249, 0.96), rgba(250, 245, 238, 0.92));
  box-shadow: 0 24px 64px rgba(37, 31, 24, 0.08);
}

.blog-page__hero-copy {
  display: grid;
  gap: 18px;
}

.blog-page__hero-title,
.blog-page__featured-title,
.blog-page__empty-title {
  margin: 0;
  color: var(--ink);
  font-family: "Expressa";
  font-size: clamp(38px, 4.9vw, 66px);
  font-weight: 300;
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.blog-page__hero-text {
  max-width: 620px;
}

.blog-page__hero-media {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 24% 24%, rgba(255, 243, 215, 0.92), transparent 26%),
    linear-gradient(135deg, rgba(201, 173, 145, 0.82), rgba(120, 93, 67, 0.48));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.blog-page__hero-media img,
.blog-page__featured-media img,
.blog-page__card-media img,
.blog-page__sidebar-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-page__hero-placeholder,
.blog-page__card-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 28% 30%, rgba(255, 246, 228, 0.96), transparent 18%),
    radial-gradient(circle at 76% 26%, rgba(255, 251, 240, 0.72), transparent 22%),
    linear-gradient(145deg, rgba(215, 191, 163, 0.82), rgba(163, 129, 101, 0.58));
}

.blog-page__hero-placeholder {
  position: absolute;
  inset: 0;
}

.blog-page__hero-placeholder span {
  position: absolute;
  display: block;
  border-radius: 999px;
  background: rgba(255, 252, 245, 0.68);
  box-shadow: 0 12px 28px rgba(81, 56, 34, 0.08);
}

.blog-page__hero-placeholder span:nth-child(1) {
  top: 16%;
  right: 6%;
  width: 180px;
  height: 180px;
}

.blog-page__hero-placeholder span:nth-child(2) {
  bottom: 12%;
  left: 7%;
  width: 160px;
  height: 160px;
}

.blog-page__hero-placeholder span:nth-child(3) {
  bottom: 18%;
  right: 14%;
  width: 106px;
  height: 106px;
}

.blog-page__filters {
  margin-top: 20px;
}

.blog-page__pill {
  text-decoration: none;
  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease;
}

.blog-page__pill:hover,
.blog-page__pill:focus-visible,
.blog-page__pill.is-active {
  background: rgba(184, 141, 90, 0.14);
  border-color: rgba(184, 141, 90, 0.26);
  color: var(--ink);
  transform: translateY(-1px);
}

.blog-page__content-section {
  padding-top: 8px;
}

.blog-page__feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.85fr) minmax(280px, 0.72fr);
  gap: 24px;
  align-items: start;
}

.blog-page__primary-column,
.blog-page__sidebar {
  display: grid;
  gap: 24px;
}

.blog-page__featured-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.96fr) minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
}

.blog-page__featured-media {
  overflow: hidden;
  min-height: 330px;
  border-radius: 24px;
}

.blog-page__featured-copy,
.blog-page__card-body {
  display: grid;
  align-content: start;
  gap: 12px;
}

.blog-page__featured-badge,
.blog-page__card-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(184, 141, 90, 0.16);
  color: rgba(118, 93, 63, 0.94);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-page__featured-title {
  font-size: clamp(34px, 3.6vw, 50px);
}

.blog-page__featured-excerpt,
.blog-page__card-excerpt,
.blog-page__empty-text {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.blog-page__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  color: var(--muted);
  font-size: 13px;
}

.blog-page__meta span {
  position: relative;
}

.blog-page__meta span + span::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 12px 2px 0;
  border-radius: 999px;
  background: rgba(23, 22, 20, 0.2);
  vertical-align: middle;
}

.blog-page__featured-link,
.blog-page__card-link {
  width: fit-content;
  margin-top: 4px;
}

.blog-page__cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.blog-page__card {
  display: grid;
  gap: 18px;
}

.blog-page__card-media {
  display: block;
  overflow: hidden;
  min-height: 220px;
  border-radius: 22px;
}

.blog-page__card-title,
.blog-page__sidebar-title {
  margin: 0;
  color: var(--ink);
  font-family: "Expressa";
  font-weight: 300;
  letter-spacing: -0.02em;
}

.blog-page__card-title {
  font-size: 30px;
  line-height: 1;
}

.blog-page__card-title a,
.blog-page__featured-title a,
.blog-page__sidebar-link,
.blog-page__card-media,
.blog-page__featured-media {
  color: inherit;
  text-decoration: none;
}

.blog-page__sidebar-panel {
  display: grid;
  gap: 18px;
}

.blog-page__sidebar-title {
  font-size: 34px;
  line-height: 1;
}

.blog-page__sidebar-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-page__sidebar-item {
  display: grid;
}

.blog-page__sidebar-link {
  display: flex;
  flex-flow: column;
  position: relative;
  gap: 14px;
  align-items: stretch;
  padding: 16px;
  border: 1px solid rgba(196, 170, 138, 0.2);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.82), transparent 42%),
    linear-gradient(145deg, rgba(255, 252, 247, 0.98), rgba(244, 236, 226, 0.94));
  box-shadow:
    0 18px 36px rgba(54, 41, 30, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    background 0.24s ease;
}

.blog-page__sidebar-link:hover,
.blog-page__sidebar-link:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(184, 141, 90, 0.32);
  box-shadow:
    0 24px 42px rgba(54, 41, 30, 0.1),
    0 0 0 1px rgba(184, 141, 90, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.88), transparent 44%),
    linear-gradient(145deg, rgba(255, 253, 249, 1), rgba(247, 239, 228, 0.96));
}

.blog-page__sidebar-link:focus-visible {
  outline: none;
}

.blog-page__sidebar-rank {
  display: grid;
  place-items: center;
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(194, 152, 96, 0.96), rgba(147, 108, 57, 0.92));
  color: #fffdf9;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow:
    0 12px 24px rgba(143, 104, 54, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.blog-page__sidebar-thumb {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 188px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(23, 22, 20, 0.04), rgba(255, 255, 255, 0.2)),
    linear-gradient(180deg, #efe6dc 0%, #e3d8ca 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.64),
    0 10px 24px rgba(48, 36, 27, 0.08);
}

.blog-page__sidebar-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.32s ease;
}

.blog-page__sidebar-link:hover .blog-page__sidebar-thumb img,
.blog-page__sidebar-link:focus-visible .blog-page__sidebar-thumb img {
  transform: scale(1.04);
}

.blog-page__sidebar-copy {
  display: grid;
  width: 100%;
  align-content: start;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.blog-page__sidebar-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(184, 141, 90, 0.12);
  color: rgba(121, 90, 54, 0.92);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-page__sidebar-headline {
  color: var(--ink);
  font-family: "Expressa";
  font-size: 24px;
  font-weight: 300;
  line-height: 0.96;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.blog-page__sidebar-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: rgba(84, 71, 59, 0.78);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.blog-page__sidebar-meta span {
  position: relative;
}

.blog-page__sidebar-meta span + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(184, 141, 90, 0.48);
  transform: translateY(-50%);
}

.blog-page__topics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-page__empty-panel {
  display: grid;
  gap: 14px;
  justify-items: start;
}

.blog-page__empty-title {
  font-size: clamp(34px, 4vw, 52px);
}

.blog-page__pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 8px;
}

.blog-page__pagination-item .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(23, 22, 20, 0.08);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease;
}

.blog-page__pagination-item .page-numbers.current,
.blog-page__pagination-item .page-numbers:hover,
.blog-page__pagination-item .page-numbers:focus-visible {
  background: rgba(184, 141, 90, 0.14);
  border-color: rgba(184, 141, 90, 0.26);
  color: var(--ink);
  transform: translateY(-1px);
}

@media (max-width: 1024px) {
  .blog-page__hero-shell,
  .blog-page__feature-layout {
    grid-template-columns: 1fr;
  }

  .blog-page__featured-card {
    grid-template-columns: 1fr;
  }

  .blog-page__featured-media {
    min-height: 300px;
  }

  .blog-page__cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .blog-page__hero-shell,
  .blog-page__featured-card,
  .blog-page__card,
  .blog-page__sidebar-panel {
    padding: 24px;
  }

  .blog-page__hero-media,
  .blog-page__featured-media {
    min-height: 260px;
  }

  .blog-page__cards-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .blog-page__hero-shell,
  .blog-page__featured-card,
  .blog-page__card,
  .blog-page__sidebar-panel,
  .blog-page__empty-panel {
    padding: 20px 18px;
    border-radius: 24px;
  }

  .blog-page__hero-title,
  .blog-page__featured-title,
  .blog-page__empty-title {
    font-size: clamp(32px, 12vw, 46px);
  }

  .blog-page__sidebar-title,
  .blog-page__card-title {
    font-size: 28px;
  }

  .blog-page__hero-media,
  .blog-page__featured-media,
  .blog-page__card-media {
    min-height: 220px;
  }

  .blog-page__sidebar-link {
    gap: 10px;
    padding: 14px;
  }

  .blog-page__sidebar-rank {
    top: 22px;
    left: 22px;
    width: 32px;
    height: 32px;
    font-size: 11px;
  }

  .blog-page__sidebar-thumb {
    width: 100%;
    min-height: 164px;
    border-radius: 18px;
  }

  .blog-page__sidebar-headline {
    font-size: 21px;
  }

  .blog-page__sidebar-meta {
    gap: 6px 12px;
    font-size: 11px;
  }

  .blog-page__pagination-item .page-numbers {
    min-width: 42px;
    min-height: 42px;
    font-size: 13px;
  }
}

.blog-post__hero-shell,
.blog-post__content-card,
.blog-post__cta-panel {
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(207, 176, 136, 0.14), transparent 38%),
    linear-gradient(150deg, rgba(255, 253, 249, 0.98), rgba(247, 240, 233, 0.96));
  box-shadow:
    0 24px 58px rgba(74, 58, 39, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.blog-post__hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 28px;
  align-items: center;
  padding: clamp(26px, 3vw, 38px);
  overflow: hidden;
}

.blog-post__hero-copy {
  display: grid;
  gap: 20px;
  max-width: 560px;
}

.blog-post__eyebrow {
  color: #ab7c49;
  letter-spacing: 0.24em;
}

.blog-post__hero-title {
  margin: 0;
  color: var(--ink);
  font-family: "Expressa";
  font-size: clamp(42px, 5.2vw, 74px);
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.blog-post__hero-text {
  max-width: 38ch;
  margin: 0;
}

.blog-post__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.blog-post__meta span {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.blog-post__meta span + span::before {
  content: "";
  width: 1px;
  height: 18px;
  margin-right: 22px;
  background: rgba(23, 22, 20, 0.12);
}

.blog-post__hero-media {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 247, 234, 0.9), transparent 24%),
    linear-gradient(140deg, rgba(219, 199, 176, 0.84), rgba(158, 127, 94, 0.52));
}

.blog-post__hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-post__hero-placeholder {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 24%, rgba(255, 252, 245, 0.68), transparent 20%),
    linear-gradient(145deg, rgba(210, 187, 158, 0.84), rgba(173, 142, 110, 0.58));
}

.blog-post__hero-placeholder span {
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 251, 244, 0.72);
  box-shadow: 0 14px 28px rgba(84, 58, 34, 0.08);
}

.blog-post__hero-placeholder span:first-child {
  top: 11%;
  right: 7%;
  width: 186px;
  height: 186px;
}

.blog-post__hero-placeholder span:last-child {
  right: 5%;
  bottom: 8%;
  width: 76px;
  height: 170px;
  border-radius: 999px 999px 24px 24px;
}

.blog-post__content-card {
  padding: clamp(24px, 3vw, 40px);
}

.blog-post__content {
  display: grid;
  gap: 0;
  max-width: 980px;
  margin: 0 auto;
}

.blog-post__content > *:first-child {
  margin-top: 0;
}

.blog-post__content > *:last-child {
  margin-bottom: 0;
}

.blog-post__content p,
.blog-post__content ul,
.blog-post__content ol,
.blog-post__content blockquote,
.blog-post__content .wp-block-image,
.blog-post__content .wp-block-columns,
.blog-post__content .wp-block-quote,
.blog-post__content .wp-block-pullquote,
.blog-post__content .wp-block-separator,
.blog-post__content .wp-block-group,
.blog-post__content figure {
  margin: 0 0 28px;
}

.blog-post__content h2,
.blog-post__content h3 {
  margin: 42px 0 16px;
  color: var(--ink);
  font-family: "Expressa";
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 0.98;
}

.blog-post__content h2 {
  font-size: clamp(36px, 4vw, 52px);
}

.blog-post__content h3 {
  font-size: clamp(28px, 3.1vw, 38px);
}

.blog-post__content p,
.blog-post__content li {
  color: var(--ink-soft);
  font-size: 19px;
  line-height: 1.85;
}

.blog-post__content ul {
  padding-left: 0;
  list-style: none;
}

.blog-post__content ol {
  padding-left: 1.35em;
}

.blog-post__content ul li {
  position: relative;
  padding-left: 24px;
}

.blog-post__content ul li + li,
.blog-post__content ol li + li {
  margin-top: 8px;
}

.blog-post__content ul li::before {
  content: "";
  position: absolute;
  top: 0.9em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--gold);
  transform: translateY(-50%);
}

.blog-post__content .wp-block-separator,
.blog-post__content hr {
  border: 0;
  border-top: 1px solid rgba(23, 22, 20, 0.1);
}

.blog-post__content .wp-block-image img,
.blog-post__content figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}

.blog-post__content .wp-block-image figcaption,
.blog-post__content figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.blog-post__content .alignwide,
.blog-post__content .wp-block-image.alignwide,
.blog-post__content .wp-block-group.alignwide {
  max-width: 100%;
}

.blog-post__content .alignleft,
.blog-post__content .alignright {
  max-width: min(44%, 420px);
}

.blog-post__content .alignleft {
  float: left;
  margin: 4px 28px 18px 0;
}

.blog-post__content .alignright {
  float: right;
  margin: 4px 0 18px 28px;
}

.blog-post__content .wp-block-columns {
  gap: 24px;
}

.blog-post__content blockquote,
.blog-post__content .wp-block-quote,
.blog-post__content .wp-block-pullquote blockquote {
  position: relative;
  padding: 24px 28px 24px 92px;
  border: 1px solid rgba(23, 22, 20, 0.08);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 253, 249, 0.98), rgba(246, 239, 231, 0.94));
  box-shadow:
    0 18px 36px rgba(74, 58, 39, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.blog-post__content blockquote::before,
.blog-post__content .wp-block-quote::before,
.blog-post__content .wp-block-pullquote blockquote::before {
  content: "“";
  position: absolute;
  top: 18px;
  left: 28px;
  color: rgba(184, 141, 90, 0.92);
  font-family: "Expressa";
  font-size: 88px;
  line-height: 0.8;
}

.blog-post__content blockquote p,
.blog-post__content .wp-block-quote p,
.blog-post__content .wp-block-pullquote blockquote p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 18px;
  font-style: italic;
  line-height: 1.75;
}

.blog-post__content cite,
.blog-post__content .wp-block-quote cite,
.blog-post__content .wp-block-pullquote cite {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.blog-post__content::after {
  content: "";
  display: block;
  clear: both;
}

.blog-post__final-cta {
  padding-top: 10px;
}

.blog-post__cta-panel {
  overflow: hidden;
}

.blog-post__cta-title {
  max-width: 15ch;
}

.blog-post__cta-visual {
  right: -10px;
  width: min(30%, 320px);
  min-height: 300px;
  height: 320px;
}

.blog-post__cta-visual img {
  object-fit: contain;
  object-position: center bottom;
}

.blog-post__cta-visual--placeholder {
  background:
    radial-gradient(circle at 50% 12%, rgba(215, 191, 160, 0.3), transparent 34%),
    linear-gradient(180deg, rgba(251, 247, 242, 0.58), rgba(232, 224, 214, 0.86));
}

.blog-post__cta-figure {
  position: relative;
  width: 100%;
  height: 100%;
}

.blog-post__cta-figure span {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  border: 1px solid rgba(184, 141, 90, 0.26);
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.74), rgba(246, 237, 226, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 18px 34px rgba(74, 58, 39, 0.08);
}

.blog-post__cta-figure span::before,
.blog-post__cta-figure span::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  border: 2px solid rgba(184, 141, 90, 0.84);
  border-radius: 999px 999px 18px 18px;
  border-bottom: 0;
}

.blog-post__cta-figure span::before {
  width: 78px;
  height: 56px;
  top: 44px;
}

.blog-post__cta-figure span::after {
  width: 112px;
  height: 72px;
  top: 34px;
}

@media (max-width: 1180px) {
  .blog-post__hero-shell {
    grid-template-columns: 1fr;
  }

  .blog-post__hero-media {
    min-height: 360px;
  }

  .blog-post__cta-visual {
    position: relative;
    right: auto;
    width: 100%;
    min-height: 220px;
    height: 220px;
  }
}

@media (max-width: 860px) {
  .blog-post__hero-shell,
  .blog-post__content-card {
    padding: 24px;
  }

  .blog-post__hero-title {
    font-size: clamp(38px, 8vw, 56px);
  }

  .blog-post__content p,
  .blog-post__content li {
    font-size: 17px;
  }

  .blog-post__content .alignleft,
  .blog-post__content .alignright {
    float: none;
    max-width: 100%;
    margin: 0 0 24px;
  }

  .blog-post__content blockquote,
  .blog-post__content .wp-block-quote,
  .blog-post__content .wp-block-pullquote blockquote {
    padding: 22px 22px 22px 74px;
  }

  .blog-post__content blockquote::before,
  .blog-post__content .wp-block-quote::before,
  .blog-post__content .wp-block-pullquote blockquote::before {
    left: 20px;
    font-size: 68px;
  }
}

@media (max-width: 640px) {
  .blog-post__hero-shell,
  .blog-post__content-card,
  .blog-post__cta-panel {
    padding: 20px 18px;
    border-radius: 24px;
  }

  .blog-post__hero-media {
    min-height: 280px;
    border-radius: 22px;
  }

  .blog-post__meta {
    gap: 10px 14px;
    font-size: 13px;
  }

  .blog-post__meta span + span::before {
    margin-right: 14px;
  }

  .blog-post__content h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .blog-post__content h3 {
    font-size: clamp(24px, 7vw, 32px);
  }

  .blog-post__content p,
  .blog-post__content li {
    font-size: 16px;
    line-height: 1.78;
  }

  .blog-post__content .wp-block-columns {
    display: grid;
    gap: 20px;
  }

  .blog-post__content blockquote,
  .blog-post__content .wp-block-quote,
  .blog-post__content .wp-block-pullquote blockquote {
    padding: 18px 18px 18px 58px;
  }

  .blog-post__content blockquote::before,
  .blog-post__content .wp-block-quote::before,
  .blog-post__content .wp-block-pullquote blockquote::before {
    left: 16px;
    top: 14px;
    font-size: 56px;
  }
}
