:root {
  --background: #f5f3ee;
  --foreground: #2c2c2c;
  --muted: #eceae5;
  --muted-foreground: #6b6b6b;
  --primary: #8a9a5b;
  --primary-foreground: #ffffff;
  --text-body: color-mix(in oklab, var(--foreground) 72%, transparent);
  --text-subtle: color-mix(in oklab, var(--foreground) 64%, transparent);
  --text-on-image: color-mix(in oklab, var(--foreground) 84%, transparent);
  --border: rgba(44, 44, 44, 0.1);
  --container-max: 1280px;
  --header-height: 92px;
  --radius: 4px;
  --duration: 220ms ease;
  --loader-exit-duration: 5s;
  --loader-exit-ease: cubic-bezier(0.76, 0, 0.24, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--foreground);
  background: var(--background);
}

body.has-intro-loader {
  overflow: hidden;
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 2200;
  display: grid;
  place-items: center;
  padding: 24px;
  background: var(--background);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: none;
}

.site-loader::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(44, 44, 44, 0.16) 0%, rgba(44, 44, 44, 0.22) 52%, rgba(44, 44, 44, 0.3) 100%);
  pointer-events: none;
}

.site-loader::after {
  content: "";
  position: absolute;
  inset: -10%;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(88% 64% at 50% 86%, rgba(245, 243, 238, 0.4) 0%, rgba(245, 243, 238, 0.16) 42%, rgba(245, 243, 238, 0) 72%),
    radial-gradient(68% 44% at 50% 58%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 74%);
  filter: blur(12px);
  transform: scale(0.96);
}

.site-loader__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #f5f3ee url("../images/loader-poster.png") center center / cover no-repeat;
  will-change: transform;
  animation: loaderMediaBreath 6.4s ease-in-out infinite;
}

.site-loader__media::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.3;
  background: radial-gradient(112% 88% at 50% 102%, rgba(245, 243, 238, 0.42) 0%, rgba(245, 243, 238, 0.14) 40%, rgba(245, 243, 238, 0) 73%);
  transition: opacity 0.8s ease;
}

.site-loader__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  background: radial-gradient(78% 62% at 50% 50%, rgba(255, 255, 255, 0) 52%, rgba(44, 44, 44, 0.2) 100%);
  transition: opacity 0.8s ease;
}

.site-loader__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  background: transparent;
}

.site-loader__smoke {
  position: absolute;
  inset: -14%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  mix-blend-mode: screen;
  backface-visibility: hidden;
  transform: translateZ(0);
  opacity: 0.08;
  transition: opacity 420ms ease, filter 420ms ease;
}

.site-loader__smoke-layer {
  position: absolute;
  left: -20%;
  right: -20%;
  bottom: -24%;
  height: 78%;
  pointer-events: none;
  opacity: 0.18;
  filter: blur(10px);
  transform: translate3d(0, 16%, 0) scale(1.04);
  will-change: transform, opacity, filter;
  animation-play-state: paused;
}

.site-loader__smoke-layer::before,
.site-loader__smoke-layer::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 1000px;
  mix-blend-mode: screen;
}

.site-loader__smoke-layer--a {
  background:
    radial-gradient(42% 58% at 18% 82%, rgba(250, 248, 243, 0.7) 0%, rgba(250, 248, 243, 0.2) 52%, rgba(250, 248, 243, 0) 80%),
    radial-gradient(38% 48% at 72% 78%, rgba(245, 243, 238, 0.62) 0%, rgba(245, 243, 238, 0.16) 50%, rgba(245, 243, 238, 0) 76%);
  animation: loaderSmokeIdleA 14.5s ease-in-out infinite;
}

.site-loader__smoke-layer--a::before {
  left: 18%;
  bottom: 20%;
  width: 34%;
  height: 42%;
  background: radial-gradient(closest-side, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
  filter: blur(10px);
}

.site-loader__smoke-layer--a::after {
  right: 16%;
  bottom: 14%;
  width: 28%;
  height: 34%;
  background: radial-gradient(closest-side, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
  filter: blur(11px);
}

.site-loader__smoke-layer--b {
  left: -18%;
  right: -18%;
  bottom: -24%;
  height: 72%;
  opacity: 0.19;
  filter: blur(14px);
  background:
    radial-gradient(36% 48% at 36% 84%, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.16) 48%, rgba(255, 255, 255, 0) 76%),
    radial-gradient(44% 56% at 68% 76%, rgba(245, 243, 238, 0.56) 0%, rgba(245, 243, 238, 0.13) 50%, rgba(245, 243, 238, 0) 80%);
  animation: loaderSmokeIdleB 16.8s ease-in-out infinite;
}

.site-loader__smoke-layer--b::before {
  left: 12%;
  bottom: 18%;
  width: 32%;
  height: 36%;
  background: radial-gradient(closest-side, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0));
  filter: blur(9px);
}

.site-loader__smoke-layer--b::after {
  right: 12%;
  bottom: 16%;
  width: 30%;
  height: 35%;
  background: radial-gradient(closest-side, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  filter: blur(10px);
}

.site-loader__smoke-layer--c {
  left: -20%;
  right: -20%;
  bottom: -22%;
  height: 86%;
  opacity: 0.16;
  filter: blur(16px);
  background:
    radial-gradient(62% 64% at 50% 84%, rgba(245, 243, 238, 0.52) 0%, rgba(245, 243, 238, 0.14) 46%, rgba(245, 243, 238, 0) 76%),
    radial-gradient(28% 46% at 84% 72%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 74%);
  animation: loaderSmokeIdleC 18.4s ease-in-out infinite;
}

.site-loader__smoke-layer--d {
  left: -24%;
  right: -24%;
  bottom: -28%;
  height: 94%;
  opacity: 0.12;
  filter: blur(22px);
  background:
    radial-gradient(54% 62% at 24% 86%, rgba(245, 243, 238, 0.46) 0%, rgba(245, 243, 238, 0.11) 48%, rgba(245, 243, 238, 0) 78%),
    radial-gradient(52% 60% at 78% 82%, rgba(245, 243, 238, 0.42) 0%, rgba(245, 243, 238, 0.1) 48%, rgba(245, 243, 238, 0) 78%);
  animation: loaderSmokeIdleD 21s ease-in-out infinite;
}

.site-loader__smoke-layer--e {
  left: -18%;
  right: -18%;
  bottom: -26%;
  height: 84%;
  opacity: 0.1;
  filter: blur(26px);
  background:
    radial-gradient(56% 56% at 50% 90%, rgba(255, 255, 255, 0.46) 0%, rgba(255, 255, 255, 0.1) 44%, rgba(255, 255, 255, 0) 74%);
  animation: loaderSmokeIdleE 24s ease-in-out infinite;
}

.site-loader__smoke-cue {
  position: absolute;
  left: 50%;
  bottom: 8%;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, 24%) scale(0.78);
  filter: blur(24px);
  mix-blend-mode: screen;
  will-change: transform, opacity, filter;
}

.site-loader__smoke-cue--1 {
  width: min(72vw, 860px);
  height: min(44vh, 380px);
  background:
    radial-gradient(54% 60% at 36% 76%, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.24) 40%, rgba(255, 255, 255, 0) 76%),
    radial-gradient(42% 52% at 66% 78%, rgba(245, 243, 238, 0.56) 0%, rgba(245, 243, 238, 0.18) 44%, rgba(245, 243, 238, 0) 78%);
}

.site-loader__smoke-cue--2 {
  width: min(60vw, 740px);
  height: min(38vh, 320px);
  background:
    radial-gradient(58% 62% at 48% 80%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.2) 38%, rgba(255, 255, 255, 0) 74%);
}

.site-loader.is-smoke-cue .site-loader__smoke {
  opacity: 0.96;
}

.site-loader.is-smoke-cue .site-loader__smoke-layer,
.site-loader.is-fading .site-loader__smoke-layer {
  animation-play-state: running;
}

.site-loader.is-smoke-cue .site-loader__smoke-cue--1 {
  animation: loaderSmokeCueRiseA 0.96s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.site-loader.is-smoke-cue .site-loader__smoke-cue--2 {
  animation: loaderSmokeCueRiseB 1.04s cubic-bezier(0.22, 1, 0.36, 1) 90ms forwards;
}

.site-loader.is-smoke-vanish .site-loader__smoke-cue {
  animation: loaderSmokeCueVanish 220ms ease-out forwards;
}

.site-loader.is-smoke-vanish .site-loader__smoke {
  opacity: 0.28;
}

.site-loader__inner {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 14px;
  text-align: center;
}

.site-loader__title {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1;
  letter-spacing: 0.01em;
  color: rgba(245, 243, 238, 0.98);
  text-shadow: 0 6px 22px rgba(0, 0, 0, 0.28);
  display: inline-flex;
  align-items: center;
  gap: clamp(10px, 1.6vw, 18px);
  white-space: nowrap;
  opacity: 0;
  transform: translateY(12px);
  animation: loaderBrandIn 0.8s ease 0.08s forwards;
}

.site-loader__brand-logo-wrap {
  position: relative;
  top: 5px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  border-radius: 3px;
}

.site-loader__brand-logo-wrap::after {
  content: "";
  position: absolute;
  top: -22%;
  bottom: -22%;
  left: -38%;
  width: 36%;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(
    104deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.14) 40%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.16) 60%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateX(-160%) skewX(-12deg);
  animation: loaderLogoShimmer 1.7s cubic-bezier(0.22, 1, 0.36, 1) 0.34s forwards;
}

.site-loader__brand-logo {
  height: clamp(51px, 8.1vw, 92px);
  width: auto;
  opacity: 0;
  transform: translateY(12px) scale(0.92);
  filter: brightness(0.9) saturate(0.9) drop-shadow(0 0 0 rgba(245, 243, 238, 0));
  animation:
    loaderLogoMiracleReveal 1.38s cubic-bezier(0.22, 1, 0.36, 1) 0.12s forwards,
    loaderLogoGlowPulse 1.55s ease-in-out 1.5s 1 forwards;
}

.site-loader__brand-healing {
  display: inline-flex;
  align-items: center;
  gap: 0;
  white-space: nowrap;
  line-height: 1;
}

.site-loader__healing-letter {
  display: inline-block;
  opacity: 1;
  transform: none;
  filter: none;
  will-change: color, opacity, text-shadow, transform, filter;
  animation: none;
}

.site-loader__healing-letter:nth-child(1) {
  --gold-delay: 0ms;
}

.site-loader__healing-letter:nth-child(2) {
  --gold-delay: 0ms;
}

.site-loader__healing-letter:nth-child(3) {
  --gold-delay: 0ms;
}

.site-loader__healing-letter:nth-child(4) {
  --gold-delay: 0ms;
}

.site-loader__healing-letter:nth-child(5) {
  --gold-delay: 0ms;
}

.site-loader__healing-letter:nth-child(6) {
  --gold-delay: 0ms;
}

.site-loader__healing-letter:nth-child(7) {
  --gold-delay: 0ms;
}

.site-loader.is-fading .site-loader__brand-healing {
  animation: loaderHealingGoldAtWhiteStart 1.95s cubic-bezier(0.22, 1, 0.36, 1) 2000ms 1 both;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  backface-visibility: hidden;
}

.site-loader.is-fading .site-loader__healing-letter {
  animation: none !important;
}

.site-loader.is-fading .site-loader__tagline {
  color: rgba(89, 79, 56, 0.82);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.36);
  opacity: 1;
}

.site-loader__tagline {
  margin: 0;
  position: relative;
  display: inline-block;
  width: 0;
  max-width: min(92vw, 30ch);
  overflow: hidden;
  white-space: nowrap;
  font-size: clamp(0.92rem, 1.7vw, 1.02rem);
  letter-spacing: 0.045em;
  color: rgba(245, 243, 238, 0.86);
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
  opacity: 0;
  transform: translateY(6px);
  animation:
    loaderTaglineReveal 0.34s cubic-bezier(0.22, 1, 0.36, 1) 3.04s forwards,
    loaderTaglineTypeWidth 1.55s steps(27, end) 3.04s forwards;
}

.site-loader__tagline::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 1.05em;
  transform: translateY(-48%);
  background: rgba(245, 243, 238, 0.76);
  opacity: 0;
  animation:
    loaderTaglineCursorBlink 0.85s step-end 3.04s 2,
    loaderTaglineCursorHide 0.2s linear 4.72s forwards;
}

.site-loader__line {
  position: relative;
  width: min(286px, 70vw);
  height: 4px;
  margin-top: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(138, 154, 91, 0.28);
}

.site-loader__line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: left center;
  border-radius: inherit;
  animation: loaderLineProgress 5s linear 0s forwards;
}

.site-loader.is-fading {
  animation: loaderShutterUp var(--loader-exit-duration) var(--loader-exit-ease) forwards;
}

.site-loader.is-fading::after {
  animation: loaderShutterEdge var(--loader-exit-duration) var(--loader-exit-ease) forwards;
}

.site-loader.is-fading::before {
  animation: loaderFadeVeil var(--loader-exit-duration) var(--loader-exit-ease) forwards;
}

.site-loader.is-fading .site-loader__media::before {
  opacity: 0.06;
}

.site-loader.is-fading .site-loader__media::after {
  opacity: 0.06;
}

.site-loader.is-fading .site-loader__smoke {
  opacity: 0.9;
}

.site-loader.is-fading .site-loader__smoke-layer--a {
  animation: loaderSmokeExitA var(--loader-exit-duration) var(--loader-exit-ease) forwards;
}

.site-loader.is-fading .site-loader__smoke-layer--b {
  animation: loaderSmokeExitB var(--loader-exit-duration) var(--loader-exit-ease) forwards;
}

.site-loader.is-fading .site-loader__smoke-layer--c {
  animation: loaderSmokeExitC var(--loader-exit-duration) var(--loader-exit-ease) forwards;
}

.site-loader.is-fading .site-loader__smoke-layer--d {
  animation: loaderSmokeExitD var(--loader-exit-duration) var(--loader-exit-ease) forwards;
}

.site-loader.is-fading .site-loader__smoke-layer--e {
  animation: loaderSmokeExitE var(--loader-exit-duration) var(--loader-exit-ease) forwards;
}

.site-loader.is-fading .site-loader__video {
  animation: loaderVideoLift var(--loader-exit-duration) var(--loader-exit-ease) forwards;
}

.site-loader.is-fading .site-loader__inner {
  animation: loaderInnerDissolve 2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

body.is-loader-revealing .site-header,
body.is-loader-revealing main {
  animation: pageRevealLift 1.35s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  transform-origin: 50% 0;
  will-change: transform, opacity, filter;
}

.site-loader.is-hidden {
  visibility: hidden;
  pointer-events: none;
}

@keyframes loaderBrandIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes loaderLineProgress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes loaderTaglineReveal {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes loaderTaglineTypeWidth {
  from {
    width: 0;
  }

  to {
    width: 27ch;
  }
}

@keyframes loaderTaglineCursorBlink {
  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 0.82;
  }
}

@keyframes loaderTaglineCursorHide {
  from {
    opacity: 0.62;
  }

  to {
    opacity: 0;
  }
}

@keyframes loaderSmokeCueRiseA {
  0% {
    opacity: 0;
    transform: translate(-50%, 26%) scale(0.76);
    filter: blur(26px);
  }

  40% {
    opacity: 0.9;
    transform: translate(-50%, 11%) scale(0.98);
    filter: blur(18px);
  }

  100% {
    opacity: 0.22;
    transform: translate(-50%, -4%) scale(1.08);
    filter: blur(22px);
  }
}

@keyframes loaderSmokeCueRiseB {
  0% {
    opacity: 0;
    transform: translate(-50%, 24%) scale(0.74);
    filter: blur(28px);
  }

  44% {
    opacity: 0.82;
    transform: translate(-50%, 10%) scale(0.96);
    filter: blur(20px);
  }

  100% {
    opacity: 0.16;
    transform: translate(-50%, -6%) scale(1.1);
    filter: blur(24px);
  }
}

@keyframes loaderSmokeCueVanish {
  from {
    opacity: 0.28;
    transform: translate(-50%, -2%) scale(1.05);
    filter: blur(22px);
  }

  to {
    opacity: 0;
    transform: translate(-50%, -10%) scale(1.16);
    filter: blur(30px);
  }
}

@keyframes loaderMediaBreath {
  0%,
  100% {
    transform: scale(1) translateY(0);
  }

  50% {
    transform: scale(1.014) translateY(-0.35%);
  }
}

@keyframes loaderShutterUp {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
    filter: blur(0);
  }

  46% {
    transform: translateY(0) scale(1.012);
    opacity: 0.94;
    filter: blur(0.4px);
  }

  78% {
    transform: translateY(0) scale(1.02);
    opacity: 0.58;
    filter: blur(1.9px);
  }

  100% {
    transform: translateY(0) scale(1.03);
    opacity: 0;
    filter: blur(3.8px);
  }
}

@keyframes loaderShutterEdge {
  0% {
    opacity: 0;
    transform: scale(0.96);
    filter: blur(12px);
  }

  42% {
    opacity: 0.44;
    transform: scale(1.04);
    filter: blur(22px);
  }

  76% {
    opacity: 0.28;
    transform: scale(1.08);
    filter: blur(28px);
  }

  100% {
    opacity: 0;
    transform: scale(1.14);
    filter: blur(34px);
  }
}

@keyframes loaderFadeVeil {
  0% {
    opacity: 1;
  }

  46% {
    opacity: 0.78;
  }

  78% {
    opacity: 0.46;
  }

  100% {
    opacity: 0.08;
  }
}

@keyframes loaderMagicBloom {
  0% {
    opacity: 0.2;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-8%) scale(1.02);
    filter: blur(3px);
  }
}

@keyframes loaderLightLift {
  0% {
    opacity: 0.3;
  }

  100% {
    opacity: 0.06;
  }
}

@keyframes loaderSmokeIdleA {
  0%,
  100% {
    transform: translate3d(-3%, 18%, 0) scale(1.04);
    opacity: 0.24;
  }

  50% {
    transform: translate3d(2%, 11%, 0) scale(1.1);
    opacity: 0.36;
  }
}

@keyframes loaderSmokeIdleB {
  0%,
  100% {
    transform: translate3d(3%, 19%, 0) scale(1.02);
    opacity: 0.18;
  }

  50% {
    transform: translate3d(-2%, 12%, 0) scale(1.08);
    opacity: 0.3;
  }
}

@keyframes loaderSmokeIdleC {
  0%,
  100% {
    transform: translate3d(-2.6%, 20%, 0) scale(1.03);
    opacity: 0.15;
  }

  50% {
    transform: translate3d(2.8%, 12%, 0) scale(1.09);
    opacity: 0.24;
  }
}

@keyframes loaderSmokeIdleD {
  0%,
  100% {
    transform: translate3d(2.2%, 22%, 0) scale(1.04);
    opacity: 0.12;
  }

  50% {
    transform: translate3d(-2.2%, 14%, 0) scale(1.1);
    opacity: 0.2;
  }
}

@keyframes loaderSmokeIdleE {
  0%,
  100% {
    transform: translate3d(-1.8%, 24%, 0) scale(1.02);
    opacity: 0.1;
  }

  50% {
    transform: translate3d(1.8%, 16%, 0) scale(1.08);
    opacity: 0.16;
  }
}

@keyframes loaderSmokeExitA {
  0% {
    transform: translate3d(-3%, 18%, 0) scale(1.04);
    opacity: 0.28;
    filter: blur(10px);
  }

  64% {
    transform: translate3d(3.2%, -10%, 0) scale(1.2);
    opacity: 0.46;
    filter: blur(18px);
  }

  100% {
    transform: translate3d(7%, -52%, 0) scale(1.34);
    opacity: 0;
    filter: blur(28px);
  }
}

@keyframes loaderSmokeExitB {
  0% {
    transform: translate3d(3%, 19%, 0) scale(1.02);
    opacity: 0.24;
    filter: blur(14px);
  }

  62% {
    transform: translate3d(-3.8%, -8%, 0) scale(1.22);
    opacity: 0.42;
    filter: blur(21px);
  }

  100% {
    transform: translate3d(-9%, -48%, 0) scale(1.36);
    opacity: 0;
    filter: blur(30px);
  }
}

@keyframes loaderSmokeExitC {
  0% {
    transform: translate3d(-2.6%, 20%, 0) scale(1.03);
    opacity: 0.2;
    filter: blur(16px);
  }

  60% {
    transform: translate3d(4.6%, -6%, 0) scale(1.18);
    opacity: 0.36;
    filter: blur(23px);
  }

  100% {
    transform: translate3d(8%, -44%, 0) scale(1.3);
    opacity: 0;
    filter: blur(31px);
  }
}

@keyframes loaderSmokeExitD {
  0% {
    transform: translate3d(2.2%, 22%, 0) scale(1.04);
    opacity: 0.16;
    filter: blur(22px);
  }

  58% {
    transform: translate3d(-3.4%, -4%, 0) scale(1.2);
    opacity: 0.3;
    filter: blur(30px);
  }

  100% {
    transform: translate3d(-7%, -40%, 0) scale(1.38);
    opacity: 0;
    filter: blur(38px);
  }
}

@keyframes loaderSmokeExitE {
  0% {
    transform: translate3d(-1.8%, 24%, 0) scale(1.02);
    opacity: 0.13;
    filter: blur(26px);
  }

  62% {
    transform: translate3d(2.8%, -2%, 0) scale(1.16);
    opacity: 0.24;
    filter: blur(34px);
  }

  100% {
    transform: translate3d(6%, -34%, 0) scale(1.34);
    opacity: 0;
    filter: blur(42px);
  }
}

@keyframes loaderInnerDissolve {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-10px) scale(0.985);
    filter: blur(2px);
  }
}

@keyframes loaderVideoLift {
  0% {
    transform: scale(1);
    filter: brightness(1) saturate(1);
  }

  62% {
    transform: scale(1.015);
    filter: brightness(1.04) saturate(1.02);
  }

  100% {
    transform: scale(1.03);
    filter: brightness(1.06) saturate(1.03) blur(0.8px);
  }
}

@keyframes pageRevealLift {
  0% {
    opacity: 0.7;
    transform: translateY(8px) scale(0.994);
    filter: blur(4px) saturate(0.94) brightness(0.94);
  }

  58% {
    opacity: 0.92;
    transform: translateY(3px) scale(0.998);
    filter: blur(1.2px) saturate(0.98) brightness(0.97);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0) saturate(1) brightness(1);
  }
}

@keyframes logoPowerReveal {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    transform: translateY(8px) scale(0.982);
    filter: brightness(0.9) saturate(0.9) blur(1.4px);
  }

  58% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translateY(0) scale(1);
    filter: brightness(1.06) saturate(1.02) blur(0.24px);
  }

  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translateY(0) scale(1);
    filter: brightness(1) saturate(1) blur(0);
  }
}

@keyframes logoWavePropagation {
  0% {
    opacity: 0;
    transform: translateX(-138%) scaleX(0.9);
    filter: blur(3px);
  }

  20% {
    opacity: 0.52;
  }

  56% {
    opacity: 0.88;
  }

  100% {
    opacity: 0;
    transform: translateX(194%) scaleX(1.08);
    filter: blur(6px);
  }
}

@keyframes logoHighlightSweep {
  0% {
    opacity: 0;
    transform: translateX(-160%) skewX(-12deg);
  }

  18% {
    opacity: 0.55;
  }

  100% {
    opacity: 0;
    transform: translateX(340%) skewX(-12deg);
  }
}

@keyframes logoBoundaryTrace {
  0% {
    transform: rotate(-92deg);
    opacity: 0.06;
    filter: brightness(1.02) saturate(1.02);
  }

  18% {
    opacity: 0.92;
  }

  82% {
    opacity: 0.9;
  }

  100% {
    transform: rotate(268deg);
    opacity: 0.08;
    filter: brightness(1.08) saturate(1.06);
  }
}

@keyframes ctaBoundaryTrace {
  0% {
    opacity: 1;
    stroke-dasharray: 24 76;
    stroke-dashoffset: 100;
  }

  100% {
    opacity: 1;
    stroke-dasharray: 24 76;
    stroke-dashoffset: 0;
  }
}

@keyframes navItemReveal {
  0% {
    opacity: 0;
    transform: translateY(8px);
    filter: blur(1.6px);
  }

  65% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0.35px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes loaderLogoMiracleReveal {
  0% {
    opacity: 0;
    transform: translateY(12px) scale(0.92);
    filter: brightness(0.9) saturate(0.9) drop-shadow(0 0 0 rgba(245, 243, 238, 0));
  }

  56% {
    opacity: 1;
    transform: translateY(0) scale(1.018);
    filter: brightness(1.09) saturate(1.03) drop-shadow(0 0 20px rgba(245, 243, 238, 0.2));
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: brightness(1) saturate(1) drop-shadow(0 8px 18px rgba(0, 0, 0, 0.24));
  }
}

@keyframes loaderLogoGlowPulse {
  0% {
    filter: brightness(1) saturate(1) drop-shadow(0 8px 18px rgba(0, 0, 0, 0.24));
  }

  48% {
    filter: brightness(1.07) saturate(1.03) drop-shadow(0 0 14px rgba(245, 243, 238, 0.18))
      drop-shadow(0 9px 20px rgba(0, 0, 0, 0.2));
  }

  100% {
    filter: brightness(1) saturate(1) drop-shadow(0 8px 18px rgba(0, 0, 0, 0.24));
  }
}

@keyframes loaderLogoShimmer {
  0% {
    opacity: 0;
    transform: translateX(-160%) skewX(-12deg);
  }

  16% {
    opacity: 0.56;
  }

  56% {
    opacity: 0.34;
  }

  100% {
    opacity: 0;
    transform: translateX(340%) skewX(-12deg);
  }
}

@keyframes loaderHealingWave {
  from {
    opacity: 0;
    transform: translateY(6px) scale(0.99);
    filter: blur(0.4px);
    text-shadow: 0 0 0 rgba(245, 243, 238, 0);
  }

  38% {
    opacity: 1;
    transform: translateY(-2px) scale(1.01);
    filter: blur(0);
    text-shadow: 0 0 9px rgba(245, 243, 238, 0.18);
  }

  66% {
    opacity: 1;
    transform: translateY(1px) scale(1);
    filter: none;
    text-shadow: 0 0 6px rgba(245, 243, 238, 0.1);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: none;
    text-shadow: 0 0 0 rgba(245, 243, 238, 0);
  }
}

@keyframes loaderHealingGoldAtWhiteStart {
  0%,
  74% {
    opacity: 1;
    color: #f5e4aa;
    filter: none;
    text-shadow:
      0 0 1px rgba(211, 166, 52, 0.62),
      0 0 8px rgba(248, 223, 141, 0.5),
      0 0 14px rgba(238, 187, 68, 0.2);
    transform: none;
  }

  86% {
    opacity: 1;
    color: #fff8d9;
    filter: none;
    text-shadow:
      0 0 2px rgba(241, 198, 78, 1),
      0 0 20px rgba(255, 247, 198, 1),
      0 0 40px rgba(255, 236, 156, 0.96),
      0 0 66px rgba(248, 200, 76, 0.82);
    transform: none;
  }

  92% {
    opacity: 1;
    color: #fff8d9;
    filter: none;
    text-shadow:
      0 0 1px rgba(233, 184, 62, 0.82),
      0 0 14px rgba(255, 241, 180, 0.84),
      0 0 28px rgba(249, 206, 95, 0.52);
    transform: none;
  }

  100% {
    opacity: 0;
    color: #fff8d9;
    filter: none;
    text-shadow: none;
    transform: none;
  }
}

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

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

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: 500;
  line-height: 1.15;
}

p {
  margin: 0;
}

.container {
  width: min(calc(100% - 4rem), var(--container-max));
  margin: 0 auto;
}

.serif {
  font-family: "Playfair Display", serif;
}

.muted {
  color: color-mix(in oklab, var(--foreground) 70%, transparent);
}

.small-muted {
  color: var(--muted-foreground);
  font-size: 0.95rem;
}

.section-lg {
  padding: 80px 0;
}

.section-xl {
  padding: 128px 0;
}

.bg-muted {
  background: var(--muted);
}

.home-after-hero {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(
      180deg,
      color-mix(in oklab, var(--background) 92%, white) 0%,
      color-mix(in oklab, var(--background) 82%, var(--primary) 18%) 34%,
      color-mix(in oklab, var(--background) 90%, white) 68%,
      color-mix(in oklab, var(--background) 84%, var(--primary) 16%) 100%
    );
}

.home-after-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(120% 62% at 100% 0%, rgba(138, 154, 91, 0.16) 0%, rgba(138, 154, 91, 0) 64%),
    radial-gradient(95% 54% at 0% 50%, rgba(138, 154, 91, 0.13) 0%, rgba(138, 154, 91, 0) 62%);
}

.home-after-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.36;
  background-image:
    linear-gradient(180deg, rgba(245, 243, 238, 0.14) 0%, rgba(245, 243, 238, 0.28) 100%),
    url("../images/textures/home-texture-premium.webp");
  background-repeat: no-repeat, repeat;
  background-position: center center, center top;
  background-size: 100% 100%, 760px 760px;
  mix-blend-mode: multiply;
  filter: saturate(0.38) contrast(0.92) brightness(1.04);
}

.home-after-hero > section {
  position: relative;
  z-index: 1;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  padding: 14px 30px;
  font-size: 1rem;
  font-weight: 500;
  transition: background-color var(--duration), border-color var(--duration), color var(--duration);
}

.btn:hover {
  cursor: pointer;
}

.btn-primary {
  background: #8a9a5b;
  color: var(--primary-foreground);
  border-color: #8a9a5b;
}

.btn-primary:hover {
  background: color-mix(in oklab, #8a9a5b 88%, black);
  border-color: color-mix(in oklab, #8a9a5b 88%, black);
}

.btn-outline {
  background: transparent;
  color: var(--foreground);
  border-color: #8a9a5b;
}

.btn-outline:hover {
  background: color-mix(in oklab, #8a9a5b 14%, #ffffff);
  border-color: #8a9a5b;
  color: var(--foreground);
}

.btn:focus-visible,
.nav-link:focus-visible,
.menu-toggle:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-height);
  border-bottom: 1px solid var(--border);
  background: color-mix(in oklab, var(--background) 95%, transparent);
  backdrop-filter: blur(8px);
}

.nav-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  border-radius: 6px;
}

.brand::after {
  content: "";
  position: absolute;
  top: -22%;
  bottom: -22%;
  left: -40%;
  width: 38%;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(
    104deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.08) 40%,
    rgba(255, 255, 255, 0.38) 50%,
    rgba(255, 255, 255, 0.1) 60%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateX(-160%) skewX(-12deg);
}

.brand::before {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: -24%;
  bottom: -24%;
  left: -24%;
  width: 62%;
  opacity: 0;
  background:
    radial-gradient(76% 120% at 18% 50%, rgba(245, 243, 238, 0.64) 0%, rgba(245, 243, 238, 0.12) 54%, rgba(245, 243, 238, 0) 78%),
    linear-gradient(102deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 48%, rgba(255, 255, 255, 0.08) 76%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-145%) scaleX(0.9);
}

.brand img {
  height: 48px;
  width: auto;
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: translateY(0) scale(1);
  will-change: transform, opacity, filter;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), filter 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.brand.is-revealing img {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transform: translateY(8px) scale(0.982);
  filter: brightness(0.92) saturate(0.92) blur(1.2px);
}

.brand.is-revealed img {
  animation: logoPowerReveal 1.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.brand.is-revealed::before {
  animation: logoWavePropagation 1.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.brand.is-revealed::after {
  animation: logoHighlightSweep 1.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.brand:hover img,
.brand:focus-visible img {
  transform: translateY(-1px) scale(1.014);
  filter: brightness(1.02) saturate(1.01);
}

.brand:hover::after,
.brand:focus-visible::after {
  animation: logoHighlightSweep 1.05s cubic-bezier(0.22, 1, 0.36, 1);
}

.brand:hover::before,
.brand:focus-visible::before {
  animation: logoWavePropagation 1.05s cubic-bezier(0.22, 1, 0.36, 1);
}

.brand-border-glow {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}

.brand-border-glow::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 226, 134, 0.16);
  opacity: 0;
  transition: opacity 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}

.brand-border-glow::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: conic-gradient(
    from -90deg,
    rgba(255, 220, 116, 0) 0deg,
    rgba(255, 220, 116, 0) 304deg,
    rgba(255, 236, 168, 0.3) 320deg,
    rgba(255, 247, 206, 0.94) 340deg,
    rgba(255, 255, 237, 1) 352deg,
    rgba(255, 247, 206, 0.74) 360deg
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  filter: drop-shadow(0 0 6px rgba(255, 236, 168, 0.74)) drop-shadow(0 0 16px rgba(255, 223, 130, 0.42));
}

.brand:hover .brand-border-glow,
.brand:focus-visible .brand-border-glow {
  opacity: 1;
}

.brand:hover .brand-border-glow::before,
.brand:focus-visible .brand-border-glow::before {
  opacity: 1;
}

.brand:hover .brand-border-glow::after,
.brand:focus-visible .brand-border-glow::after {
  opacity: 1;
  animation: logoBoundaryTrace 1.08s cubic-bezier(0.22, 1, 0.36, 1) 1 both;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 32px;
  align-items: center;
}

.nav-link {
  position: relative;
  display: inline-block;
  padding: 4px 0;
  font-size: 0.95rem;
  color: color-mix(in oklab, var(--foreground) 70%, transparent);
  letter-spacing: 0.01em;
  transition: color var(--duration), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-link::before {
  content: "";
  position: absolute;
  left: -14%;
  bottom: -3px;
  width: 34%;
  height: 3px;
  border-radius: 999px;
  pointer-events: none;
  opacity: 0;
  transform: translateX(-170%);
  background: radial-gradient(
    120% 120% at 50% 50%,
    rgba(255, 253, 232, 1) 0%,
    rgba(255, 241, 186, 0.96) 36%,
    rgba(255, 221, 132, 0.74) 66%,
    rgba(255, 221, 132, 0) 100%
  );
  filter:
    drop-shadow(0 0 7px rgba(255, 246, 198, 0.92))
    drop-shadow(0 0 18px rgba(255, 223, 130, 0.72))
    drop-shadow(0 0 28px rgba(255, 207, 92, 0.48));
  transition: opacity 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(255, 228, 135, 0.26) 0%,
    rgba(255, 241, 178, 0.94) 30%,
    rgba(255, 250, 224, 1) 50%,
    rgba(255, 241, 178, 0.94) 70%,
    rgba(255, 228, 135, 0.26) 100%
  );
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0;
  filter: brightness(1.16) saturate(1.14);
  box-shadow: 0 0 0 rgba(255, 221, 132, 0);
  transition:
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-link:hover,
.nav-link[aria-current="page"] {
  color: var(--primary);
}

.nav-link:hover,
.nav-link:focus-visible {
  transform: translateY(-1px);
  color: color-mix(in oklab, var(--foreground) 60%, #c7a64a 40%);
}

.nav-link:hover::before,
.nav-link:focus-visible::before {
  opacity: 1;
  animation: navGoldLightSweep 0.95s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.nav-link:hover::after,
.nav-link:focus-visible::after {
  transform: scaleX(1);
  opacity: 1;
  filter: brightness(1.36) saturate(1.28);
  box-shadow:
    0 0 12px rgba(255, 240, 178, 0.96),
    0 0 26px rgba(255, 223, 130, 0.72),
    0 0 42px rgba(255, 210, 88, 0.48);
}

.nav-link[aria-current="page"]::after {
  transform: scaleX(0);
  opacity: 0;
}

.nav-cta {
  position: relative;
  isolation: isolate;
  z-index: 1;
  padding: 10px 16px;
  font-size: 0.95rem;
  background: transparent;
  border-color: #8a9a5b;
  color: #8a9a5b;
  overflow: visible;
  transition:
    background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-cta-trace {
  position: absolute;
  inset: -5px;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-cta-trace svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.nav-cta-trace rect {
  fill: none;
  stroke: rgba(255, 250, 224, 1);
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 24 76;
  stroke-dashoffset: 100;
  opacity: 0;
  mix-blend-mode: screen;
  will-change: stroke-dashoffset, opacity, filter;
  transform: translateZ(0);
  filter:
    brightness(1.2)
    saturate(1.2)
    drop-shadow(0 0 10px rgba(255, 236, 168, 0.92))
    drop-shadow(0 0 22px rgba(255, 223, 130, 0.62))
    drop-shadow(0 0 34px rgba(255, 212, 96, 0.35));
}

.nav-cta:hover {
  background: color-mix(in oklab, #8a9a5b 14%, #ffffff);
  color: #8a9a5b;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px color-mix(in oklab, var(--primary) 28%, transparent);
}

.nav-cta:hover .nav-cta-trace,
.nav-cta:focus-visible .nav-cta-trace {
  opacity: 1;
}

.nav-cta:hover .nav-cta-trace rect,
.nav-cta:focus-visible .nav-cta-trace rect {
  opacity: 1;
  animation: ctaBoundaryTrace 0.86s linear infinite;
  filter:
    brightness(1.26)
    saturate(1.22)
    drop-shadow(0 0 12px rgba(255, 236, 168, 0.96))
    drop-shadow(0 0 26px rgba(255, 223, 130, 0.68))
    drop-shadow(0 0 40px rgba(255, 212, 96, 0.44));
}

body:not(.is-nav-animated) .site-header .nav-link,
body:not(.is-nav-animated) .site-header .nav-cta {
  opacity: 0;
  transform: translateY(8px);
}

body.is-nav-animated .site-header .nav-link,
body.is-nav-animated .site-header .nav-cta {
  animation: navItemReveal 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.is-nav-animated .site-header .nav-links li:nth-child(1) .nav-link {
  animation-delay: 0.12s;
}

body.is-nav-animated .site-header .nav-links li:nth-child(2) .nav-link {
  animation-delay: 0.18s;
}

body.is-nav-animated .site-header .nav-links li:nth-child(3) .nav-link {
  animation-delay: 0.24s;
}

body.is-nav-animated .site-header .nav-links li:nth-child(4) .nav-link {
  animation-delay: 0.3s;
}

body.is-nav-animated .site-header .nav-links li:nth-child(5) .nav-link {
  animation-delay: 0.36s;
}

body.is-nav-animated .site-header .nav-cta {
  animation-delay: 0.42s;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 8px;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--foreground);
  margin: 4px 0;
}

.hero {
  position: relative;
  min-height: 85vh;
  isolation: isolate;
}

.hero-slider {
  position: relative;
  min-height: inherit;
  height: 85vh;
  overflow: hidden;
  background: var(--background);
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 0;
  transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 1.2s;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
  transition-delay: 0s, 0s;
}

.hero-slide.is-exiting {
  opacity: 0;
  visibility: visible;
  z-index: 1;
  transition-delay: 0s, 0s;
}

.hero-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  will-change: transform, opacity;
}

.hero-slide.is-active img {
  animation: heroKenBurnsIn 6.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-slide.is-exiting img {
  animation: heroKenBurnsOut 1.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.has-intro-loader .hero-slide img,
body.is-loader-revealing .hero-slide img {
  animation: none !important;
  transform: scale(1.015);
}

.hero-slide__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(124% 90% at 50% 52%, rgba(44, 44, 44, 0) 60%, rgba(44, 44, 44, 0.2) 100%),
    linear-gradient(180deg, rgba(245, 243, 238, 0.04) 0%, rgba(245, 243, 238, 0.12) 42%, rgba(44, 44, 44, 0.36) 100%),
    linear-gradient(108deg, rgba(245, 243, 238, 0.58) 5%, rgba(245, 243, 238, 0.4) 32%, rgba(245, 243, 238, 0.14) 61%, rgba(44, 44, 44, 0.2) 100%);
}

.hero-slide__overlay--off {
  display: none;
}

.hero-slide__overlay::before,
.hero-slide__overlay::after {
  content: "";
  position: absolute;
  inset: -14%;
  pointer-events: none;
  opacity: 0;
}

.hero-slide__overlay::before {
  background:
    radial-gradient(60% 52% at 24% 80%, rgba(247, 245, 240, 0.76) 0%, rgba(247, 245, 240, 0.12) 52%, rgba(247, 245, 240, 0) 76%),
    radial-gradient(56% 48% at 78% 76%, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0) 74%),
    radial-gradient(48% 46% at 52% 46%, rgba(245, 243, 238, 0.5) 0%, rgba(245, 243, 238, 0.1) 56%, rgba(245, 243, 238, 0) 80%);
}

.hero-slide__overlay::after {
  background:
    radial-gradient(86% 62% at 50% 92%, rgba(245, 243, 238, 0.62) 0%, rgba(245, 243, 238, 0.16) 46%, rgba(245, 243, 238, 0) 78%),
    radial-gradient(72% 54% at 30% 62%, rgba(255, 255, 255, 0.36) 0%, rgba(255, 255, 255, 0.08) 54%, rgba(255, 255, 255, 0) 80%);
}

.hero-slide__content {
  position: relative;
  z-index: 2;
  min-height: 85vh;
  display: flex;
  align-items: center;
  padding: clamp(72px, 9vw, 118px) 0;
}

.hero-slide__copy {
  width: min(520px, 92vw);
  max-width: 520px;
}

.hero-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.35rem, 5.4vw, 5.1rem);
  line-height: 1.04;
  letter-spacing: 0.012em;
  color: var(--foreground);
  margin-bottom: clamp(20px, 2.7vw, 30px);
}

.hero-subtitle {
  max-width: 500px;
  margin-bottom: clamp(28px, 3.1vw, 42px);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.62;
  color: var(--text-on-image);
}

.hero-subtitle.hero-typewriter-line {
  min-height: 1.62em;
  position: relative;
}

.hero-subtitle.hero-typewriter-line::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.06em;
  margin-left: 0.18em;
  vertical-align: -0.12em;
  background: color-mix(in oklab, var(--foreground) 72%, transparent);
  opacity: 0;
}

.hero-slide.is-copy-visible .hero-subtitle.hero-typewriter-line.is-typing::after {
  opacity: 0.75;
  animation: typewriterCursorBlink 1.2s ease-in-out infinite;
}

.hero-slide.is-copy-visible .hero-subtitle.hero-typewriter-line.is-typed::after {
  opacity: 0.32;
}

.hero-slide.is-copy-visible .hero-subtitle.hero-typewriter-line.is-typewriter-idle::after {
  opacity: 0.18;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hero-actions .btn {
  padding: 15px 34px;
  letter-spacing: 0.01em;
  transition: background-color 340ms cubic-bezier(0.22, 1, 0.36, 1), border-color 340ms cubic-bezier(0.22, 1, 0.36, 1),
    color 340ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 340ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-actions .btn-primary {
  background: #8a9a5b;
  border-color: #8a9a5b;
  box-shadow: 0 12px 28px rgba(44, 44, 44, 0.14);
}

.hero-actions .btn-primary:hover {
  background: color-mix(in oklab, #8a9a5b 88%, black);
  border-color: color-mix(in oklab, #8a9a5b 88%, black);
  box-shadow: 0 16px 32px rgba(44, 44, 44, 0.18);
  transform: translateY(-1px);
}

.hero-actions .btn-outline {
  background: transparent;
  border-color: #8a9a5b;
  color: var(--foreground);
}

.hero-actions .btn-outline:hover {
  background: color-mix(in oklab, #8a9a5b 14%, #ffffff);
  border-color: #8a9a5b;
  color: var(--foreground);
  transform: translateY(-1px);
}

.hero-slide .hero-title,
.hero-slide .hero-subtitle,
.hero-slide .hero-actions {
  opacity: 0;
  transform: translateY(30px);
  will-change: transform, opacity;
}

.hero-slide .hero-title {
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-slide .hero-subtitle {
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-slide .hero-actions {
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-slide.is-copy-visible .hero-title,
.hero-slide.is-copy-visible .hero-subtitle,
.hero-slide.is-copy-visible .hero-actions {
  opacity: 1;
  transform: translateY(0);
}

.hero-slide.is-copy-visible .hero-title {
  transition-delay: 0.2s;
}

.hero-slide.is-copy-visible .hero-subtitle {
  transition-delay: 0.4s;
}

.hero-slide.is-copy-visible .hero-actions {
  transition-delay: 0.6s;
}

.hero-slide.is-exiting .hero-title,
.hero-slide.is-exiting .hero-subtitle,
.hero-slide.is-exiting .hero-actions {
  opacity: 0;
  transform: translateY(10px);
  transition-delay: 0s;
  transition-duration: 0.45s;
}

.hero-progress {
  position: absolute;
  left: 50%;
  bottom: 104px;
  z-index: 9;
  width: min(236px, 58vw);
  height: 3px;
  transform: translateX(-50%);
  overflow: hidden;
  border-radius: 999px;
  pointer-events: none;
}

.hero-progress__track {
  position: absolute;
  inset: 0;
  background: rgba(138, 154, 91, 0.32);
}

.hero-progress__fill {
  position: absolute;
  inset: 0;
  background: #8a9a5b;
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.hero-nav {
  position: absolute;
  top: 50%;
  z-index: 12;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(44, 44, 44, 0.28);
  border-radius: 999px;
  background: rgba(245, 243, 238, 0.24);
  color: #2c2c2c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  cursor: pointer;
  transition: background-color 260ms cubic-bezier(0.22, 1, 0.36, 1), border-color 260ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 260ms cubic-bezier(0.22, 1, 0.36, 1);
  backdrop-filter: blur(2px);
}

.hero-nav span {
  font-size: 1.9rem;
  line-height: 1;
  margin-top: -1px;
}

.hero-nav--prev {
  left: clamp(14px, 2.7vw, 32px);
}

.hero-nav--next {
  right: clamp(14px, 2.7vw, 32px);
}

.hero-nav:hover {
  background: rgba(245, 243, 238, 0.38);
  border-color: rgba(44, 44, 44, 0.45);
}

.hero-nav:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

.mouse-scroll {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 10;
  transform: translateX(-50%);
  border: 0;
  background: transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(245, 243, 238, 0.9);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.7rem;
  cursor: pointer;
}

.mouse-scroll__icon {
  width: 26px;
  height: 42px;
  border: 1px solid rgba(245, 243, 238, 0.68);
  border-radius: 14px;
  position: relative;
}

.mouse-scroll:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 6px;
}

.mouse-scroll__wheel {
  position: absolute;
  left: 50%;
  top: 7px;
  width: 4px;
  height: 10px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: var(--primary);
  animation: mouseWheel 1.5s ease-in-out infinite;
}

@keyframes mouseWheel {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }

  25% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, 13px);
  }
}

@keyframes heroKenBurnsIn {
  0% {
    transform: scale(1.015);
  }

  100% {
    transform: scale(1.085);
  }
}

@keyframes heroKenBurnsOut {
  0% {
    transform: scale(1.075);
  }

  100% {
    transform: scale(1.1);
  }
}

@keyframes typewriterCursorBlink {
  0% {
    opacity: 0.08;
  }

  50% {
    opacity: 0.78;
  }

  100% {
    opacity: 0.08;
  }
}

@keyframes navGoldLightSweep {
  0% {
    transform: translateX(-170%);
  }

  100% {
    transform: translateX(420%);
  }
}

@keyframes offerCardReveal {
  0% {
    opacity: 0;
    transform: translateY(22px) scale(0.992);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes offerCardLightSweep {
  0% {
    opacity: 0;
    transform: translateX(-180%) skewX(-10deg);
  }

  18% {
    opacity: 1;
  }

  70% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
    transform: translateX(520%) skewX(-10deg);
  }
}

.media-tall img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-tall {
  aspect-ratio: 3 / 4;
}

.center-wrap {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.offer-card {
  background: var(--muted);
  padding: clamp(36px, 6vw, 64px);
}

.offer-card-premium {
  position: relative;
  overflow: hidden;
  border: 1px solid color-mix(in oklab, var(--primary) 26%, var(--border));
  box-shadow:
    0 24px 48px rgba(44, 44, 44, 0.08),
    0 4px 16px rgba(44, 44, 44, 0.04);
}

.offer-card-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(84% 40% at 50% 0%, rgba(138, 154, 91, 0.12) 0%, rgba(138, 154, 91, 0) 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.08) 42%, rgba(255, 255, 255, 0) 100%);
}

.offer-card-premium::after {
  content: "";
  position: absolute;
  top: -16%;
  bottom: -16%;
  left: -38%;
  width: 24%;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(
    102deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 251, 234, 0.14) 40%,
    rgba(255, 247, 214, 0.48) 50%,
    rgba(255, 251, 234, 0.16) 60%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateX(-180%) skewX(-10deg);
}

body.has-intro-loader .offer-card-premium {
  opacity: 0;
  transform: translateY(22px) scale(0.992);
}

body.is-loader-revealed .offer-card-premium {
  animation: offerCardReveal 1.08s cubic-bezier(0.22, 1, 0.36, 1) 120ms both;
}

body.is-loader-revealed .offer-card-premium::after {
  animation: offerCardLightSweep 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.24s 1 both;
}

body:not(.has-intro-loader):not(.is-loader-revealing):not(.is-loader-revealed) .offer-card-premium {
  animation: offerCardReveal 1.08s cubic-bezier(0.22, 1, 0.36, 1) 180ms both;
}

body:not(.has-intro-loader):not(.is-loader-revealing):not(.is-loader-revealed) .offer-card-premium::after {
  animation: offerCardLightSweep 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.32s 1 both;
}

.offer-card h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 3.45rem);
  margin-bottom: 14px;
}

.offer-card p {
  max-width: 560px;
  margin: 0 auto;
  color: var(--text-body);
  font-size: clamp(1rem, 2vw, 1.15rem);
}

.offer-card .price {
  margin-top: 20px;
  color: var(--primary);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-family: "Playfair Display", serif;
}

.section-title-center {
  text-align: center;
  margin-bottom: clamp(42px, 6vw, 92px);
}

.section-title-center h2,
.section-title-left h2,
.page-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.section-title-left {
  margin-bottom: 48px;
}

.services-page--showcase {
  padding-top: clamp(22px, 4vw, 44px);
  padding-bottom: clamp(54px, 9vw, 110px);
}

.services-page-intro {
  padding: clamp(44px, 5.4vw, 84px) 0 clamp(26px, 3.6vw, 48px);
  text-align: center;
}

.services-page-intro h1 {
  margin: 0 0 14px;
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 3.8vw, 3.45rem);
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: var(--foreground);
}

.services-page-intro p {
  margin: 0 auto;
  max-width: 780px;
  color: color-mix(in oklab, var(--foreground) 66%, #726c62);
  font-size: clamp(0.98rem, 1.18vw, 1.08rem);
  line-height: 1.64;
}

.service-showcase-section {
  padding-top: clamp(42px, 5.2vw, 82px);
  padding-bottom: clamp(42px, 5.2vw, 82px);
}

.service-showcase-section + .service-showcase-section {
  border-top: 1px solid color-mix(in oklab, var(--border) 72%, #ece5d7);
}

.service-showcase-section:nth-of-type(odd) {
  background:
    radial-gradient(120% 100% at 10% 0%, rgba(138, 154, 91, 0.06) 0%, rgba(245, 243, 238, 0) 60%),
    transparent;
}

.service-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.26fr) minmax(340px, 0.74fr);
  gap: clamp(36px, 5.2vw, 84px);
  align-items: start;
}

.service-showcase__copy h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.85rem, 3.05vw, 2.75rem);
  line-height: 1.14;
  margin-bottom: 20px;
  color: var(--foreground);
  letter-spacing: -0.01em;
}

.service-showcase__copy h3 {
  margin-bottom: 10px;
  font-size: clamp(1.2rem, 1.8vw, 1.58rem);
  line-height: 1.32;
  font-weight: 600;
  color: color-mix(in oklab, var(--foreground) 97%, #202020);
}

.service-showcase__summary,
.service-showcase__description {
  margin: 0;
  color: color-mix(in oklab, var(--foreground) 67%, #6d6659);
  font-size: clamp(0.98rem, 1.08vw, 1.05rem);
  line-height: 1.66;
  max-width: 96%;
}

.service-showcase__summary {
  margin-bottom: 14px;
}

.service-showcase__description {
  white-space: pre-line;
}

.service-showcase__aside {
  text-align: center;
}

.service-showcase__image-wrap {
  margin: 4px 0 20px;
  background: #f6f6f4;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  min-height: clamp(220px, 30vw, 340px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-showcase__image {
  width: 100%;
  min-height: clamp(220px, 30vw, 340px);
  object-fit: cover;
  display: block;
}

.service-showcase__price {
  margin: 0 0 8px;
  font-size: clamp(1.72rem, 2.4vw, 2.45rem);
  line-height: 1.14;
  font-weight: 700;
  letter-spacing: 0.005em;
  color: #111111;
  text-shadow: 0 0 0 rgba(203, 175, 83, 0.001);
}

.service-showcase__meta {
  margin: 0;
  font-size: clamp(1rem, 1.3vw, 1.28rem);
  line-height: 1.34;
  color: color-mix(in oklab, var(--foreground) 96%, #121212);
}

.service-showcase__meta + .service-showcase__meta {
  margin-top: 8px;
}

.services-page-intro h1,
.services-page-intro p,
.service-showcase {
  opacity: 0;
  transform: translateY(20px);
  animation: serviceEleganceReveal 900ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.services-page-intro p {
  animation-delay: 120ms;
}

.service-showcase-section:nth-of-type(1) .service-showcase {
  animation-delay: 180ms;
}

.service-showcase-section:nth-of-type(2) .service-showcase {
  animation-delay: 240ms;
}

.service-showcase-section:nth-of-type(3) .service-showcase {
  animation-delay: 300ms;
}

.service-showcase-section:nth-of-type(4) .service-showcase {
  animation-delay: 360ms;
}

@keyframes serviceEleganceReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 54px;
  max-width: 980px;
  margin-inline: auto;
}

#core-services-section .services-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.service-item {
  display: grid;
  gap: 14px;
  align-content: start;
}

.service-item__image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
}

.service-item h3 {
  font-size: clamp(1.2rem, 2vw, 2rem);
  margin-bottom: 4px;
}

.service-item p {
  color: var(--text-body);
  font-size: clamp(1rem, 1.5vw, 1.08rem);
}

.service-item__link {
  margin-top: 8px;
  width: fit-content;
}

.courses-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 84px;
}

.courses-copy h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 3.8rem);
  margin-bottom: 14px;
}

.courses-copy p {
  color: var(--text-body);
  font-size: clamp(1rem, 2vw, 1.15rem);
  max-width: 420px;
}

.price-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.price-list li {
  border-bottom: 1px solid color-mix(in oklab, var(--border) 80%, transparent);
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
}

.price-list .name {
  font-size: clamp(1rem, 1.8vw, 1.8rem);
}

.price-item-main {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.price-item__image {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

.price-list .range {
  color: var(--text-subtle);
  font-size: 0.95rem;
  white-space: nowrap;
}

.quote-section {
  text-align: center;
}

.quote-section p {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-style: italic;
  color: color-mix(in oklab, var(--foreground) 80%, transparent);
  margin-bottom: 30px;
}

.about-preview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.about-preview h2,
.about-name,
.about-page h1,
.services-page h1,
.silent-page h1,
.contact-page h1 {
  font-family: "Playfair Display", serif;
}

.about-preview h2 {
  font-size: clamp(2rem, 3.7vw, 3.65rem);
  margin-bottom: 8px;
}

.about-preview .subtitle,
.about-name-subtitle {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: var(--text-subtle);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  margin-bottom: 20px;
}

.about-preview .body {
  color: var(--text-body);
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.7;
  margin-bottom: 28px;
}

.final-cta {
  text-align: center;
}

.final-cta p {
  font-family: "Playfair Display", serif;
  color: var(--text-body);
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 26px;
}

/* Home custom HTML (reviews/widgets) brand theming */
#home-custom-html-section {
  padding-top: clamp(46px, 6vw, 74px);
  padding-bottom: clamp(46px, 6vw, 74px);
}

#home-custom-html-section.is-empty,
#home-custom-html-section.is-pending-widget,
#home-custom-html-section:has(#home-custom-html-container:not(:has(*))) {
  display: none !important;
}

#home-custom-html-section:has(#home-custom-html-container > script[src*="elfsight.com/p/platform.js"]):not(
    :has(#home-custom-html-container iframe)
  ):not(:has(#home-custom-html-container [class*="eapps-widget"])) {
  display: none !important;
}

#home-custom-html-container {
  --sp-review-bg: #f6f3ec;
  --sp-review-card: #fffdf8;
  --sp-review-border: rgba(44, 44, 44, 0.08);
  --sp-review-text: #2c2c2c;
  --sp-review-muted: #6f6b60;
  --sp-review-accent: #8a9a5b;
  --sp-review-gold: #f4de9a;
  --sp-review-gold-strong: #f2d26a;
  border: 1px solid color-mix(in oklab, var(--primary) 24%, #d9d3c7);
  border-radius: 14px;
  background:
    radial-gradient(120% 85% at 12% 8%, rgba(252, 250, 245, 0.9) 0%, rgba(252, 250, 245, 0) 62%),
    linear-gradient(165deg, rgba(248, 245, 239, 0.95) 0%, rgba(245, 242, 235, 0.92) 100%);
  padding: clamp(14px, 2vw, 24px);
  box-shadow:
    0 10px 28px rgba(44, 44, 44, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

#home-custom-html-container [class*="elfsight-app"],
#home-custom-html-container [class*="eapps"],
#home-custom-html-container [class*="reviews"] {
  font-family: "Inter", sans-serif !important;
  color: var(--sp-review-text) !important;
}

#home-custom-html-container [class*="review"],
#home-custom-html-container [class*="Review"],
#home-custom-html-container article,
#home-custom-html-container [class*="card"],
#home-custom-html-container [class*="Card"] {
  border-color: var(--sp-review-border) !important;
}

#home-custom-html-container [class*="review"][class*="card"],
#home-custom-html-container [class*="review-card"],
#home-custom-html-container [class*="ReviewCard"],
#home-custom-html-container [class*="reviews-item"],
#home-custom-html-container [class*="review-item"] {
  background: #fffefb !important;
  border: 1px solid var(--sp-review-border) !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 20px rgba(44, 44, 44, 0.045) !important;
}

#home-custom-html-container [class*="header"],
#home-custom-html-container [class*="Header"] {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.88) 0%,
    rgba(251, 248, 241, 0.9) 100%
  ) !important;
  border: 1px solid color-mix(in oklab, var(--sp-review-border) 85%, #efe8d8) !important;
  border-radius: 12px !important;
}

#home-custom-html-container [class*="star"],
#home-custom-html-container [class*="Star"] {
  color: var(--sp-review-gold-strong) !important;
  fill: var(--sp-review-gold-strong) !important;
}

#home-custom-html-container [class*="date"],
#home-custom-html-container [class*="Date"],
#home-custom-html-container [class*="meta"],
#home-custom-html-container [class*="Meta"],
#home-custom-html-container [class*="excerpt"],
#home-custom-html-container [class*="Excerpt"] {
  color: var(--sp-review-muted) !important;
}

#home-custom-html-container a[href*="google"] {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--sp-review-text) !important;
  padding: 0 !important;
  text-decoration: none !important;
  opacity: 1 !important;
  -webkit-text-fill-color: var(--sp-review-text) !important;
}

#home-custom-html-container a[href*="google"]:hover {
  color: color-mix(in oklab, var(--sp-review-text) 80%, #47443c) !important;
}

#home-custom-html-container [class*="author"] a,
#home-custom-html-container [class*="reviewer"] a,
#home-custom-html-container [class*="name"] a,
#home-custom-html-container [class*="source"] a,
#home-custom-html-container [class*="badge"] a {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--sp-review-text) !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

#home-custom-html-container [class*="actions"] a[href*="google"],
#home-custom-html-container [class*="actions-button"] a[href*="google"],
#home-custom-html-container a[href*="google"][class*="actions-button"],
#home-custom-html-container a[href*="google"][class*="ActionsButton"],
#home-custom-html-container [class*="header"] a[href*="google"][class*="actions"],
#home-custom-html-container [class*="header"] a[href*="google"][class*="button"],
#home-custom-html-container [class*="header"] a[href*="google"][class*="Button"],
#home-custom-html-container [class*="header"] a[href*="google"][aria-label*="Review"],
#home-custom-html-container [class*="header"] a[href*="google"][title*="Review"],
#home-custom-html-container [class*="header"] a[href*="google"][target="_blank"] {
  background: #8a9a5b !important;
  border: 1px solid #8a9a5b !important;
  border-radius: 8px !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  padding: 10px 18px !important;
  box-shadow:
    0 8px 18px rgba(138, 154, 91, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.16) inset !important;
  transition: background 220ms ease, transform 220ms ease, box-shadow 220ms ease !important;
  opacity: 1 !important;
}

/* Fallback: some widgets use <button> instead of <a> for the top CTA */
#home-custom-html-container [class*="actions"] button,
#home-custom-html-container [class*="actions-button"] button,
#home-custom-html-container [class*="header"] button[class*="button"],
#home-custom-html-container [class*="header"] button[class*="Button"],
#home-custom-html-container [class*="header"] button[aria-label*="Review"],
#home-custom-html-container [class*="header"] button[title*="Review"] {
  background: #8a9a5b !important;
  border: 1px solid #8a9a5b !important;
  border-radius: 8px !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow:
    0 8px 18px rgba(138, 154, 91, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.16) inset !important;
  opacity: 1 !important;
}

#home-custom-html-container [class*="actions"] button *,
#home-custom-html-container [class*="actions-button"] button *,
#home-custom-html-container [class*="header"] button[class*="button"] *,
#home-custom-html-container [class*="header"] button[class*="Button"] *,
#home-custom-html-container [class*="header"] button[aria-label*="Review"] *,
#home-custom-html-container [class*="header"] button[title*="Review"] * {
  color: #fff !important;
  fill: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

#home-custom-html-container [class*="actions"] a[href*="google"] *,
#home-custom-html-container [class*="actions-button"] a[href*="google"] *,
#home-custom-html-container a[href*="google"][class*="actions-button"] *,
#home-custom-html-container a[href*="google"][class*="ActionsButton"] *,
#home-custom-html-container [class*="header"] a[href*="google"][class*="actions"] *,
#home-custom-html-container [class*="header"] a[href*="google"][class*="button"] *,
#home-custom-html-container [class*="header"] a[href*="google"][class*="Button"] *,
#home-custom-html-container [class*="header"] a[href*="google"][aria-label*="Review"] *,
#home-custom-html-container [class*="header"] a[href*="google"][title*="Review"] *,
#home-custom-html-container [class*="header"] a[href*="google"][target="_blank"] * {
  color: #fff !important;
  fill: #fff !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #fff !important;
}

#home-custom-html-container [class*="actions"] a[href*="google"]:hover,
#home-custom-html-container [class*="actions-button"] a[href*="google"]:hover,
#home-custom-html-container a[href*="google"][class*="actions-button"]:hover,
#home-custom-html-container a[href*="google"][class*="ActionsButton"]:hover,
#home-custom-html-container [class*="header"] a[href*="google"][class*="actions"]:hover,
#home-custom-html-container [class*="header"] a[href*="google"][class*="button"]:hover,
#home-custom-html-container [class*="header"] a[href*="google"][class*="Button"]:hover,
#home-custom-html-container [class*="header"] a[href*="google"][aria-label*="Review"]:hover,
#home-custom-html-container [class*="header"] a[href*="google"][title*="Review"]:hover,
#home-custom-html-container [class*="header"] a[href*="google"][target="_blank"]:hover {
  transform: translateY(-1px) !important;
  box-shadow:
    0 10px 24px rgba(138, 154, 91, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset !important;
}

.site-footer {
  border-top: 1px solid var(--border);
  padding: 64px 0 30px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}

.footer-brand img {
  height: 40px;
  width: auto;
}

.footer-links {
  display: flex;
  gap: 42px;
  flex-wrap: wrap;
}

.footer-links a {
  font-size: 0.95rem;
  color: color-mix(in oklab, var(--foreground) 70%, transparent);
}

.footer-links a:hover {
  color: var(--foreground);
}

.footer-side {
  text-align: left;
  font-size: 1rem;
  color: color-mix(in oklab, var(--foreground) 70%, transparent);
}

.footer-copyright {
  margin-top: 46px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  text-align: center;
  font-size: 0.85rem;
  color: color-mix(in oklab, var(--foreground) 50%, transparent);
}

.footer-credit__link {
  color: var(--footer-credit-color, #8A9A5B);
  text-decoration: none;
  border-bottom: 1px solid color-mix(in oklab, var(--footer-credit-color, #8A9A5B) 52%, transparent);
  transition: color 0.24s ease, border-color 0.24s ease, text-shadow 0.24s ease;
}

.footer-credit__link:hover {
  color: var(--footer-credit-hover-color, #C8A851);
  border-bottom-color: var(--footer-credit-hover-color, #C8A851);
  text-shadow: 0 0 8px color-mix(in oklab, var(--footer-credit-hover-color, #C8A851) 45%, transparent);
}

.page-heading {
  padding: 100px 0 34px;
}

.page-heading h1 {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  margin-bottom: 18px;
}

.page-heading p {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  color: color-mix(in oklab, var(--foreground) 70%, transparent);
  font-size: clamp(1rem, 2vw, 1.15rem);
}

.about-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}

.about-story-image {
  position: sticky;
  top: 96px;
}

.about-story-image .media-tall {
  margin-top: 0;
}

.about-story .text-stack {
  display: grid;
  gap: 22px;
}

.about-story .text-stack p {
  color: color-mix(in oklab, var(--foreground) 70%, transparent);
  font-size: clamp(1rem, 2vw, 1.12rem);
  line-height: 1.75;
}

.philosophy-wrap,
.credentials-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.stack-list {
  display: grid;
  gap: 38px;
}

.stack-list h3 {
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  margin-bottom: 10px;
}

.stack-list h2 {
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  margin-bottom: 10px;
}

.stack-list p {
  color: color-mix(in oklab, var(--foreground) 70%, transparent);
  font-size: clamp(1rem, 2vw, 1.12rem);
}

.credential-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.credential-list li {
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
  font-size: clamp(1rem, 2vw, 1.12rem);
}

.offer-list {
  display: grid;
  gap: 38px;
}

.offer-item {
  padding-bottom: 34px;
  border-bottom: 1px solid var(--border);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
}

.offer-item:last-child {
  border-bottom: 0;
}

.offer-item h3 {
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  margin-bottom: 8px;
}

.offer-item p {
  color: color-mix(in oklab, var(--foreground) 70%, transparent);
  font-size: clamp(1rem, 2vw, 1.1rem);
  max-width: 720px;
}

.offer-item .meta {
  margin-top: 8px;
  color: var(--muted-foreground);
  font-size: 0.95rem;
}

.offer-item .price {
  color: var(--primary);
  font-family: "Playfair Display", serif;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  white-space: nowrap;
}

.silent-page-main {
  min-height: calc(100vh - var(--header-height) - 190px);
  display: flex;
  align-items: center;
}

.silent-wrap {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 88px 0;
}

.silent-wrap h1 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  margin-bottom: 70px;
}

.silent-wrap blockquote {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: clamp(1.65rem, 3vw, 2.7rem);
  color: color-mix(in oklab, var(--foreground) 70%, transparent);
}

.silent-wrap .copy {
  max-width: 760px;
  margin: 52px auto 0;
  display: grid;
  gap: 20px;
  color: color-mix(in oklab, var(--foreground) 70%, transparent);
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.75;
}

.silent-wrap .actions {
  margin-top: 42px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}

.form-stack {
  display: grid;
  gap: 22px;
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  font-size: 0.95rem;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid color-mix(in oklab, var(--border) 80%, transparent);
  background: #fff;
  padding: 12px 14px;
  border-radius: 0;
  color: var(--foreground);
  font: inherit;
}

textarea {
  min-height: 140px;
  resize: none;
}

.connect-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  margin-bottom: 14px;
}

.connect-intro {
  margin: 0 0 24px;
  color: color-mix(in oklab, var(--foreground) 72%, transparent);
}

.connect-list {
  display: grid;
  gap: 24px;
}

.connect-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.connect-item svg {
  width: 20px;
  height: 20px;
  color: var(--primary);
  margin-top: 2px;
  flex-shrink: 0;
}

.connect-item p {
  margin: 0;
}

.connect-item .label {
  font-size: 0.9rem;
  color: var(--muted-foreground);
  margin-bottom: 3px;
}

.connect-item a,
.connect-item span {
  color: var(--foreground);
}

.connect-item a:hover {
  color: var(--primary);
}

.contact-side-divider {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid var(--border);
}

.contact-side-title {
  margin: 0 0 14px;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.2rem, 1.8vw, 1.45rem);
  color: var(--foreground);
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.contact-map-frame {
  border: 1px solid color-mix(in oklab, var(--border) 86%, transparent);
  background: #fffdf8;
  aspect-ratio: 16 / 10;
  min-height: 280px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 12px 26px rgba(44, 44, 44, 0.06);
}

.contact-map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-hours-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 11px;
}

.contact-hours-list li {
  display: grid;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: baseline;
  gap: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid color-mix(in oklab, var(--border) 78%, transparent);
}

.contact-hours-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-hours-list span {
  color: color-mix(in oklab, var(--foreground) 74%, transparent);
}

.contact-hours-list strong {
  font-weight: 500;
  color: var(--foreground);
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.contact-section-card {
  margin-bottom: 24px;
  padding: 22px;
  border: 1px solid color-mix(in oklab, var(--border) 88%, transparent);
  background: color-mix(in oklab, #fffdf8 88%, var(--primary) 12%);
  border-radius: 12px;
}

#contact-map-section,
#contact-hours-section {
  margin-top: 24px;
  padding: 22px;
  border: 1px solid color-mix(in oklab, var(--border) 88%, transparent);
  background: color-mix(in oklab, #fffdf8 88%, var(--primary) 12%);
  border-radius: 12px;
}

#contact-map-section.contact-side-divider,
#contact-hours-section.contact-side-divider {
  border-top: 1px solid color-mix(in oklab, var(--border) 88%, transparent);
}

#contact-map-title,
#contact-hours-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.25rem, 1.9vw, 1.52rem);
  margin: 0 0 14px;
  color: var(--foreground);
}

#contact-hours-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-form-header {
  margin: 0 0 16px;
}

.contact-form-header h2 {
  margin: 0 0 8px;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.55rem, 2.3vw, 2.1rem);
  line-height: 1.12;
  color: var(--foreground);
}

.contact-form-header p {
  margin: 0;
  color: color-mix(in oklab, var(--foreground) 72%, transparent);
  font-size: 0.98rem;
}

.note-card {
  margin-top: 34px;
  background: var(--muted);
  padding: 26px;
}

.note-card p {
  font-size: 0.95rem;
  color: color-mix(in oklab, var(--foreground) 70%, transparent);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.booking-grid {
  max-width: 900px;
  margin: 0 auto;
}

.booking-form {
  gap: 18px;
}

.booking-form--compact {
  gap: 14px;
}

.booking-card {
  border: 1px solid var(--border);
  background: #fff;
  padding: clamp(18px, 2.8vw, 26px);
}

.booking-card--compact {
  padding: clamp(16px, 2.4vw, 22px);
}

.booking-card h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.25rem, 2.2vw, 1.72rem);
  line-height: 1.2;
  margin-bottom: 14px;
}

.booking-head {
  display: grid;
  gap: 4px;
  margin-bottom: 14px;
}

.booking-head p {
  color: color-mix(in oklab, var(--foreground) 68%, transparent);
  font-size: 0.92rem;
}

.booking-page .page-heading {
  padding: 64px 0 18px;
}

.booking-page .page-heading h1 {
  margin-bottom: 10px;
  font-size: clamp(1.8rem, 3.6vw, 2.7rem);
}

.booking-page .page-heading p {
  max-width: 560px;
  font-size: clamp(0.92rem, 1.4vw, 1rem);
}

.booking-section.section-lg {
  padding-bottom: 52px;
}

.booking-form .field {
  gap: 5px;
}

.booking-form label {
  font-size: 0.88rem;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  padding: 9px 11px;
  font-size: 0.92rem;
}

.booking-form textarea {
  min-height: 88px;
}

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

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

.compact-span-12 {
  grid-column: span 12;
}

.compact-span-6 {
  grid-column: span 6;
}

.compact-label {
  display: block;
  margin-bottom: 7px;
  padding: 0;
  font-size: 0.88rem;
  color: color-mix(in oklab, var(--foreground) 86%, transparent);
}

.form-grid-span {
  grid-column: 1 / -1;
}

.fieldset-clean {
  margin: 0;
  border: 0;
  padding: 0;
}

.choice-group,
.choice-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.booking-card .choice-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
}

.choice-group--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.choice-inline--compact {
  gap: 8px 10px;
}

.choice-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.88rem;
  color: color-mix(in oklab, var(--foreground) 86%, transparent);
}

.choice-item--chip {
  min-height: 40px;
  padding: 6px 9px;
  border: 1px solid color-mix(in oklab, var(--foreground) 14%, transparent);
  background: color-mix(in oklab, var(--background) 92%, #fff);
}

.choice-item input {
  width: auto;
  margin: 0;
  accent-color: var(--primary);
}

.choice-item--chip input:checked + span {
  color: color-mix(in oklab, var(--foreground) 96%, transparent);
  font-weight: 500;
}

.question-grid {
  display: grid;
  gap: 10px;
}

.question-row {
  display: grid;
  grid-template-columns: minmax(220px, 1.3fr) minmax(0, 2fr);
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid color-mix(in oklab, var(--border) 72%, transparent);
}

.question-row:last-of-type {
  border-bottom: 0;
}

.question-label {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: color-mix(in oklab, var(--foreground) 84%, transparent);
}

.question-detail {
  margin-top: -2px;
  padding: 0 0 8px;
}

.question-detail.is-hidden {
  display: none;
}

.field-consent {
  gap: 10px;
}

.consent-label {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.55;
}

.consent-label input {
  width: auto;
  margin-top: 3px;
}

.form-actions {
  margin-top: 0;
}

.form-alert {
  border: 1px solid;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 0.94rem;
  line-height: 1.55;
}

.form-alert p {
  margin-bottom: 8px;
  font-weight: 500;
}

.form-alert ul {
  margin: 0;
  padding-left: 18px;
}

.form-alert--success {
  border-color: color-mix(in oklab, var(--primary) 42%, transparent);
  background: linear-gradient(145deg, rgba(138, 154, 91, 0.14), rgba(245, 243, 238, 0.96));
  color: #334023;
}

.form-alert--error {
  border-color: rgba(170, 62, 62, 0.32);
  background: rgba(170, 62, 62, 0.06);
}

.submission-popup {
  position: fixed;
  inset: 0;
  z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(36, 33, 26, 0.36);
  backdrop-filter: blur(3px);
}

.submission-popup__card {
  width: min(94vw, 520px);
  background: linear-gradient(180deg, #fbf7ee 0%, #f4ede0 100%);
  border: 1px solid color-mix(in oklab, var(--primary) 38%, #c7b99d);
  border-radius: 16px;
  padding: 22px 22px 20px;
  box-shadow:
    0 18px 44px rgba(44, 44, 44, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.submission-popup__card h3 {
  margin: 0 0 10px;
  font-family: var(--font-serif);
  font-size: clamp(1.36rem, 2.8vw, 1.72rem);
  color: #2c2c2c;
}

.submission-popup__card p {
  margin: 0 0 10px;
  color: #3f3a31;
  font-size: 0.95rem;
  line-height: 1.58;
}

.submission-popup__close {
  appearance: none;
  border: 1px solid color-mix(in oklab, var(--primary) 76%, #75864b);
  border-radius: 10px;
  background: linear-gradient(180deg, #90a163 0%, #7f8f56 100%);
  color: #fffdf7;
  font-weight: 600;
  font-size: 0.92rem;
  padding: 11px 18px;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
  box-shadow:
    0 10px 18px rgba(97, 109, 64, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.submission-popup__close:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.submission-popup.is-closing {
  opacity: 0;
  transition: opacity 0.24s ease;
}

.booking-grid {
  max-width: 940px;
}

.booking-section.section-lg {
  padding-top: 18px !important;
  padding-bottom: 56px;
}

.booking-form--reference {
  background:
    radial-gradient(120% 160% at 14% 8%, rgba(138, 154, 91, 0.11), transparent 44%),
    radial-gradient(95% 130% at 88% 16%, rgba(138, 154, 91, 0.08), transparent 48%),
    linear-gradient(180deg, #f7f4ee 0%, #f2eee6 100%);
  border: 1px solid color-mix(in oklab, var(--primary) 32%, #c5bca7);
  border-radius: 16px;
  box-shadow:
    0 14px 34px rgba(44, 44, 44, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  padding: 26px 24px 24px;
  font-size: 13.5px;
  line-height: 1.48;
  display: block;
}

.booking-form--reference .booking-reference__title {
  margin: 0 0 20px;
  font-family: var(--font-serif);
  font-size: clamp(1.28rem, 2.4vw, 1.58rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #2c2c2c;
  text-align: center;
}

.booking-form--reference .booking-reference__subtitle {
  margin: 0;
  display: none;
}

.booking-form--reference .booking-reference__block,
.booking-form--reference .booking-reference__question {
  margin-bottom: 14px;
}

.booking-form--reference .booking-reference__label,
.booking-form--reference .booking-reference__q-label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #33312d;
}

.booking-form--reference .req {
  color: #b83131;
  margin-left: 3px;
}

.booking-form--reference input[type="text"],
.booking-form--reference input[type="email"],
.booking-form--reference input[type="tel"],
.booking-form--reference input[type="date"],
.booking-form--reference input[type="file"],
.booking-form--reference textarea {
  width: 100%;
  border: 1px solid color-mix(in oklab, var(--primary) 34%, #aea495);
  background: #fffefb;
  color: #2c2c2c;
  padding: 10px 12px;
  font-size: 0.92rem;
  border-radius: 9px;
  min-height: 42px;
  box-shadow: inset 0 1px 2px rgba(44, 44, 44, 0.05);
  transition: border-color 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}

.booking-form--reference input[type="text"]:focus,
.booking-form--reference input[type="email"]:focus,
.booking-form--reference input[type="tel"]:focus,
.booking-form--reference input[type="date"]:focus,
.booking-form--reference input[type="file"]:focus,
.booking-form--reference textarea:focus {
  outline: none;
  border-color: color-mix(in oklab, var(--primary) 72%, #748547);
  background: #ffffff;
  box-shadow:
    0 0 0 3px color-mix(in oklab, var(--primary) 20%, transparent),
    inset 0 1px 2px rgba(44, 44, 44, 0.04);
}

.booking-form--reference textarea {
  resize: vertical;
  min-height: 90px;
}

.booking-form--reference .booking-reference__services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  margin-top: 4px;
}

.booking-form--reference .booking-reference__option {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  font-size: 0.87rem;
  color: #2f2f2f;
  line-height: 1.35;
}

.booking-form--reference .booking-reference__option input[type="radio"] {
  width: auto;
  min-height: 0;
  flex: 0 0 auto;
  margin: 0;
  accent-color: #8a9a5b;
}

.booking-form--reference .booking-reference__option input[type="checkbox"] {
  accent-color: #8a9a5b;
}

.booking-form--reference .booking-reference__option span {
  display: inline;
}

.booking-form--reference .booking-reference__inline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.booking-form--reference .booking-reference__row {
  display: grid;
  gap: 12px;
}

.booking-form--reference .booking-reference__row--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.booking-form--reference .booking-reference__row--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.booking-form--reference .booking-reference__group {
  margin: 0;
  border: 0;
  padding: 0;
}

.booking-form--reference .booking-reference__block--short {
  max-width: 42%;
}

.booking-form--reference .booking-reference__hint {
  margin: 6px 0 0;
  font-size: 0.8rem;
  color: #6a655d;
}

.booking-form--reference .booking-reference__consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.86rem;
  line-height: 1.45;
  color: #3b3934;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid color-mix(in oklab, var(--primary) 20%, #d7cfbf);
  border-radius: 10px;
  padding: 10px 12px;
}

.booking-form--reference .booking-reference__consent input {
  width: auto;
  margin: 3px 0 0;
}

.booking-form--reference .booking-reference__block textarea[readonly] {
  background: linear-gradient(180deg, #f5f2ea 0%, #f8f6f0 100%);
  color: #4a463f;
  border-color: color-mix(in oklab, var(--primary) 24%, #b9ad97);
}

.booking-form--reference .booking-reference__actions {
  margin-top: 16px;
}

.booking-form--reference .booking-reference__submit {
  appearance: none;
  border: 1px solid #8a9a5b;
  background: #8a9a5b;
  color: #fffdf7;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  padding: 12px 20px;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
  box-shadow:
    0 10px 18px rgba(97, 109, 64, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.booking-form--reference .booking-reference__submit:hover {
  background: color-mix(in oklab, #8a9a5b 88%, black);
  border-color: color-mix(in oklab, #8a9a5b 88%, black);
  filter: none;
  transform: translateY(-1px);
  box-shadow:
    0 14px 24px rgba(97, 109, 64, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.booking-form--reference.is-submitting .booking-reference__submit,
.booking-form--reference .booking-reference__submit:disabled {
  cursor: not-allowed;
  opacity: 0.82;
  transform: none;
  box-shadow:
    0 8px 14px rgba(97, 109, 64, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

@media (max-width: 1024px) {
  .container {
    width: min(calc(100% - 3rem), var(--container-max));
  }

  .about-preview,
  .courses-grid,
  .about-story,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hero-slide__content {
    align-items: flex-end;
    padding: clamp(80px, 16vw, 120px) 0;
  }

  .hero-title {
    font-size: clamp(2.2rem, 7vw, 4.1rem);
  }

  .about-story-image {
    position: static;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .service-showcase {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .service-showcase__aside {
    max-width: min(100%, 520px);
    margin-inline: auto;
  }

  .services-page-intro {
    padding-top: 36px;
    padding-bottom: 22px;
  }

  .offer-item {
    grid-template-columns: 1fr;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .compact-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .compact-span-12,
  .compact-span-6 {
    grid-column: auto;
  }

  .question-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px 0;
  }

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

  .booking-card .choice-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-form--reference .booking-reference__services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 10px;
  }

  .booking-form--reference .booking-reference__block--short {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .booking-page .page-heading {
    padding: 54px 0 14px;
  }

  .booking-section.section-lg {
    padding-bottom: 42px;
  }

  .choice-group--compact {
    grid-template-columns: 1fr;
  }

  .booking-card .choice-group--compact {
    grid-template-columns: 1fr;
  }

  .booking-grid {
    max-width: 100%;
  }

  .booking-form--reference {
    padding: 18px 16px 20px;
    border-radius: 14px;
  }

  .booking-form--reference .booking-reference__title {
    margin-bottom: 14px;
    font-size: 1.06rem;
  }

  .booking-form--reference input[type="text"],
  .booking-form--reference input[type="email"],
  .booking-form--reference input[type="tel"],
  .booking-form--reference input[type="date"],
  .booking-form--reference input[type="file"],
  .booking-form--reference textarea {
    padding: 9px 10px;
    min-height: 38px;
    font-size: 0.84rem;
  }

  .booking-form--reference .booking-reference__label,
  .booking-form--reference .booking-reference__q-label,
  .booking-form--reference .booking-reference__option,
  .booking-form--reference .booking-reference__consent {
    font-size: 0.81rem;
  }

  .booking-form--reference .booking-reference__row--three,
  .booking-form--reference .booking-reference__row--two,
  .booking-form--reference .booking-reference__services {
    grid-template-columns: 1fr;
  }

  .booking-form--reference .booking-reference__inline {
    gap: 5px 10px;
  }

  .service-showcase-section {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .services-page-intro h1 {
    font-size: var(--m-type-display);
    line-height: 1.14;
    letter-spacing: 0.01em;
    margin-bottom: 9px;
  }

  .services-page-intro p {
    font-size: var(--m-type-body);
    line-height: 1.54;
    max-width: 100%;
  }

  .service-showcase__copy h2 {
    font-size: var(--m-type-display);
    line-height: 1.14;
    letter-spacing: 0.01em;
    margin-bottom: 12px;
  }

  .service-showcase__copy h3 {
    font-size: var(--m-type-title);
    line-height: 1.22;
    margin-bottom: 8px;
  }

  .service-showcase__summary,
  .service-showcase__description {
    font-size: var(--m-type-body);
    line-height: 1.54;
  }

  .service-showcase__price {
    font-size: clamp(1.18rem, 5.2vw, 1.52rem);
    line-height: 1.2;
  }

  .service-showcase__meta {
    font-size: var(--m-type-title);
    line-height: 1.26;
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-page-intro h1,
  .services-page-intro p,
  .service-showcase {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 900px) {
  .menu-toggle {
    display: inline-block;
  }

  .primary-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: var(--header-height);
    background: var(--background);
    border-bottom: 1px solid var(--border);
    padding: 16px 24px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .primary-nav.is-open {
    display: flex;
  }

  .nav-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .nav-cta {
    width: 100%;
    justify-content: center;
  }

  .section-xl {
    padding: 90px 0;
  }

  .section-lg {
    padding: 68px 0;
  }
}

@media (min-width: 641px) and (max-width: 1024px) {
  .hero {
    min-height: auto;
  }

  .hero-slider {
    height: min(60vw, 420px);
    min-height: 260px;
    max-height: 420px;
  }

  .hero-slide img {
    object-fit: cover;
    object-position: center center;
  }

  .hero-slide--first img {
    object-position: 84% center;
  }

  .hero-slide--first .hero-slide__copy {
    width: min(52%, 260px);
    max-width: 260px;
    padding: 10px 11px;
    border-radius: 10px;
    background: linear-gradient(
      90deg,
      rgba(245, 243, 238, 0.74) 0%,
      rgba(245, 243, 238, 0.48) 62%,
      rgba(245, 243, 238, 0.08) 100%
    );
  }

  .hero-slide:not(.hero-slide--first) .hero-slide__content {
    align-items: center;
    justify-content: flex-start;
    padding: 24px 16px 58px;
  }

  .hero-slide:not(.hero-slide--first) .hero-slide__copy {
    width: min(74%, 420px);
    max-width: 420px;
    margin-inline: 0;
    text-align: left;
  }

  .hero-slide:not(.hero-slide--first) .hero-subtitle {
    margin-inline: 0;
  }

  .hero-slide:not(.hero-slide--first) .hero-actions {
    justify-content: flex-start;
  }

  .hero-slide__content {
    min-height: 100%;
    align-items: flex-end;
    padding: 18px 14px 18px;
  }

  .hero-slide__copy {
    width: min(62%, 320px);
    max-width: 320px;
    margin: 0;
    text-align: left;
  }

  .hero-title {
    margin-bottom: 10px;
    font-size: clamp(1.35rem, 3.1vw, 2rem);
    letter-spacing: 0.008em;
  }

  .hero-subtitle {
    margin-bottom: 12px;
    max-width: 100%;
    margin-inline: 0;
    font-size: clamp(0.82rem, 1.85vw, 1rem);
    line-height: 1.45;
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-actions .btn {
    padding: 10px 14px;
    font-size: clamp(0.74rem, 1.65vw, 0.92rem);
    line-height: 1.2;
  }

  .hero-progress {
    top: 12px;
    right: 12px;
    bottom: auto;
    left: auto;
    width: 36px;
    height: 36px;
    transform: none;
    border-radius: 999px;
    overflow: visible;
    padding: 2px;
    z-index: 14;
    background: conic-gradient(
      #8a9a5b calc(var(--hero-progress-ratio, 0) * 1turn),
      rgba(138, 154, 91, 0.24) 0
    );
    box-shadow: 0 6px 14px rgba(44, 44, 44, 0.14);
  }

  .hero-progress::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    background: rgba(245, 243, 238, 0.18);
    border: 1px solid rgba(138, 154, 91, 0.34);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }

  .hero-progress__track,
  .hero-progress__fill {
    display: none;
  }

  .mouse-scroll {
    display: none;
  }

  .hero-nav {
    width: 38px;
    height: 38px;
    top: auto;
    bottom: 14px;
    transform: none;
  }

  .hero-nav--prev {
    left: auto;
    right: 58px;
  }

  .hero-nav--next {
    right: 14px;
  }
}

@media (max-width: 640px) {
  :root {
    --header-height: 82px;
    --m-type-display: clamp(1.18rem, 4.8vw, 1.72rem);
    --m-type-title: clamp(0.98rem, 3.9vw, 1.22rem);
    --m-type-body: clamp(0.74rem, 2.8vw, 0.92rem);
    --m-type-ui: clamp(0.74rem, 2.6vw, 0.88rem);
  }

  body {
    font-size: 14px;
    line-height: 1.55;
  }

  .container {
    width: min(calc(100% - 2rem), var(--container-max));
  }

  .brand img {
    height: 38px;
  }

  .nav-link,
  .nav-cta {
    font-size: var(--m-type-ui);
  }

  main h1:not(.hero-title),
  main h2 {
    font-size: var(--m-type-display);
    line-height: 1.14;
    letter-spacing: 0.01em;
  }

  main h3,
  main h4 {
    font-size: var(--m-type-title);
    line-height: 1.22;
  }

  main p,
  main li,
  main label,
  main input,
  main select,
  main textarea,
  .small-muted {
    font-size: var(--m-type-body);
    line-height: 1.54;
  }

  .page-heading h1,
  .about-page h1,
  .services-page h1,
  .silent-page h1,
  .contact-page h1,
  .about-preview h2,
  .section-title-center h2,
  .section-title-left h2,
  .courses-copy h2,
  .offer-card h2,
  .silent-wrap h1 {
    font-size: var(--m-type-display);
    line-height: 1.14;
    letter-spacing: 0.01em;
  }

  .service-item h3,
  .stack-list h3,
  .offer-item h3,
  .about-preview h3,
  .contact-card h3 {
    font-size: var(--m-type-title);
    line-height: 1.22;
  }

  .page-heading p,
  .about-preview p,
  .about-story-copy p,
  .service-item p,
  .offer-card p,
  .courses-copy p,
  .stack-list p,
  .offer-item p,
  .silent-wrap p,
  .contact-card p,
  .price-list li {
    font-size: var(--m-type-body);
    line-height: 1.54;
  }

  .btn {
    font-size: var(--m-type-ui);
    padding: 10px 16px;
  }

  .section-xl {
    padding: 56px 0;
  }

  .section-lg {
    padding: 42px 0;
  }

  .page-heading {
    padding: 58px 0 18px;
  }

  .page-heading h1 {
    margin-bottom: 10px;
  }

  .page-heading p {
    max-width: 100%;
  }

  .about-preview,
  .courses-grid,
  .about-story,
  .contact-grid {
    gap: 28px;
  }

  .stack-list,
  .offer-list,
  .connect-list,
  .form-stack {
    gap: 18px;
  }

  .contact-side-divider {
    margin-top: 22px;
    padding-top: 22px;
  }

  .contact-map-frame {
    min-height: 230px;
  }

  .contact-hours-list li {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 4px;
  }

  .contact-hours-list strong {
    text-align: left;
  }

  #contact-map-section,
  #contact-hours-section {
    padding: 16px;
    border-radius: 10px;
  }

  .contact-section-card {
    margin-bottom: 18px;
    padding: 16px;
    border-radius: 10px;
  }

  .contact-form-header {
    margin-bottom: 12px;
  }

  .offer-item {
    gap: 12px;
    padding-bottom: 18px;
  }

  .silent-wrap {
    padding: 54px 0;
  }

  .silent-wrap h1 {
    margin-bottom: 28px;
  }

  .silent-wrap .copy {
    margin-top: 26px;
    gap: 12px;
  }

  .silent-wrap .actions {
    margin-top: 22px;
  }

  .footer-top {
    gap: 18px;
  }

  .footer-copyright {
    margin-top: 24px;
    padding-top: 14px;
  }

  .hero {
    min-height: auto;
  }

  .hero-slider {
    height: min(60vw, 310px);
    min-height: 220px;
    max-height: 310px;
  }

  .hero-slide img {
    object-fit: cover;
    object-position: center center;
  }

  .hero-slide--first img {
    object-position: 84% center;
  }

  .hero-slide--first .hero-slide__copy {
    width: min(52%, 214px);
    max-width: 214px;
    padding: 8px 9px;
    border-radius: 8px;
    background: linear-gradient(
      90deg,
      rgba(245, 243, 238, 0.74) 0%,
      rgba(245, 243, 238, 0.48) 62%,
      rgba(245, 243, 238, 0.08) 100%
    );
  }

  .hero-slide:not(.hero-slide--first) .hero-slide__content {
    align-items: center;
    justify-content: flex-start;
    padding: 18px 12px 50px;
  }

  .hero-slide:not(.hero-slide--first) .hero-slide__copy {
    width: min(76%, 304px);
    max-width: 304px;
    margin-inline: 0;
    text-align: left;
  }

  .hero-slide:not(.hero-slide--first) .hero-subtitle {
    margin-inline: 0;
  }

  .hero-slide:not(.hero-slide--first) .hero-actions {
    justify-content: flex-start;
  }

  .hero-slide__content {
    min-height: 100%;
    align-items: flex-end;
    padding: 14px 10px 14px;
  }

  .hero-slide__copy {
    width: min(62%, 252px);
    max-width: 252px;
    margin: 0;
    text-align: left;
  }

  .hero-title {
    margin-bottom: 8px;
    font-size: var(--m-type-display);
    letter-spacing: 0.008em;
  }

  .hero-subtitle {
    margin-bottom: 10px;
    max-width: 100%;
    margin-inline: 0;
    font-size: var(--m-type-body);
    line-height: 1.42;
  }

  .hero-actions {
    gap: 8px;
  }

  .hero-actions .btn {
    padding: 8px 12px;
    font-size: var(--m-type-ui);
    line-height: 1.2;
  }

  .hero-progress {
    top: 10px;
    right: 10px;
    bottom: auto;
    left: auto;
    width: 34px;
    height: 34px;
    transform: none;
    border-radius: 999px;
    overflow: visible;
    padding: 2px;
    z-index: 14;
    background: conic-gradient(
      #8a9a5b calc(var(--hero-progress-ratio, 0) * 1turn),
      rgba(138, 154, 91, 0.24) 0
    );
    box-shadow: 0 6px 14px rgba(44, 44, 44, 0.14);
  }

  .hero-progress::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    background: rgba(245, 243, 238, 0.18);
    border: 1px solid rgba(138, 154, 91, 0.34);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }

  .hero-progress__track,
  .hero-progress__fill {
    display: none;
  }

  .mouse-scroll {
    display: none;
  }

  .hero-nav {
    width: 34px;
    height: 34px;
    top: auto;
    bottom: 12px;
    transform: none;
  }

  .hero-nav span {
    font-size: 1.38rem;
  }

  .hero-nav--prev {
    left: auto;
    right: 54px;
  }

  .hero-nav--next {
    right: 12px;
  }

  .actions,
  .final-cta .actions {
    display: grid;
    gap: 12px;
  }

  .actions .btn,
  .final-cta .actions .btn {
    width: 100%;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .price-list li {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links {
    gap: 16px;
    flex-direction: column;
  }
}

/* Stable loader rollback: smooth, non-stuck transition */
body.has-intro-loader .site-header,
body.has-intro-loader main {
  opacity: 0;
  visibility: hidden;
}

body.is-loader-revealing .site-header,
body.is-loader-revealing main,
body.is-loader-revealed .site-header,
body.is-loader-revealed main {
  visibility: visible;
}

body.is-loader-revealing .site-header,
body.is-loader-revealing main {
  animation: pageRevealLiftStable 1.1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.site-loader__smoke,
.site-loader__smoke-layer,
.site-loader__smoke-layer::before,
.site-loader__smoke-layer::after,
.site-loader__smoke-cue {
  display: none !important;
}

.site-loader.is-fading {
  animation: loaderStableFadeOut var(--loader-exit-duration) var(--loader-exit-ease) forwards !important;
}

.site-loader.is-fading::before {
  background: #ffffff !important;
  animation: loaderStableVeilOut var(--loader-exit-duration) var(--loader-exit-ease) forwards !important;
}

.site-loader.is-fading::after {
  animation: loaderStableGlowOut var(--loader-exit-duration) var(--loader-exit-ease) forwards !important;
}

.site-loader.is-fading .site-loader__video {
  animation: loaderStableVideoOut var(--loader-exit-duration) var(--loader-exit-ease) forwards !important;
}

.site-loader.is-fading .site-loader__inner {
  animation: loaderStableInnerOut var(--loader-exit-duration) var(--loader-exit-ease) forwards !important;
}

@keyframes loaderStableFadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
    filter: none;
  }

  40% {
    opacity: 1;
    transform: scale(1.001);
    filter: none;
  }

  80% {
    opacity: 1;
    transform: scale(1.002);
    filter: none;
  }

  100% {
    opacity: 0;
    transform: scale(1.004);
    filter: none;
  }
}

@keyframes loaderStableVeilOut {
  0% {
    opacity: 0;
    filter: none;
    background: #ffffff;
  }

  40% {
    opacity: 1;
    filter: brightness(1);
    background: #ffffff;
  }

  80% {
    opacity: 1;
    filter: brightness(1);
    background: #ffffff;
  }

  100% {
    opacity: 0;
    filter: brightness(1);
    background: #ffffff;
  }
}

@keyframes loaderStableGlowOut {
  0% {
    opacity: 0;
    transform: scale(1);
    filter: blur(8px);
  }

  100% {
    opacity: 0;
    transform: scale(1);
    filter: blur(8px);
  }
}

@keyframes loaderStableVideoOut {
  0% {
    transform: scale(1);
    filter: none;
  }

  40% {
    transform: scale(1.001);
    filter: none;
  }

  80% {
    transform: scale(1.002);
    filter: none;
  }

  100% {
    transform: scale(1.003);
    filter: none;
  }
}

@keyframes loaderStableInnerOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  74% {
    opacity: 1;
    transform: translateY(-1px);
  }

  86% {
    opacity: 0;
    transform: translateY(-10px);
  }

  96% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 0;
    transform: translateY(-12px);
  }
}

@keyframes pageRevealLiftStable {
  0% {
    opacity: 0;
    transform: translateY(8px);
    filter: blur(2px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-loader {
    transition: none;
  }

  .site-loader::after {
    display: none;
  }

  .site-loader__media {
    display: none;
  }

  .site-loader__media::before {
    display: none;
  }

  .site-loader__media::after {
    display: none;
  }

  .site-loader::before {
    display: none;
  }

  .site-loader__title,
  .site-loader__tagline {
    animation: none;
    opacity: 1;
    transform: none;
    color: var(--foreground);
    text-shadow: none;
  }

  .site-loader__tagline {
    width: auto;
    max-width: none;
    overflow: visible;
    white-space: normal;
  }

  .site-loader__tagline::after {
    animation: none;
    display: none;
  }

  .site-loader__brand-logo-wrap::after,
  .site-loader__brand-logo,
  .site-loader__brand-healing,
  .site-loader__healing-letter {
    animation: none;
    opacity: 1;
    transform: none;
    filter: none;
    text-shadow: none;
  }

  .site-loader__line::after {
    animation: none;
    transform: scaleX(1);
  }

  .site-loader.is-fading {
    animation: none;
    transform: translateY(0);
    opacity: 0;
  }

  body.is-loader-revealing .site-header,
  body.is-loader-revealing main {
    animation: none;
    opacity: 1;
    transform: none;
    filter: none;
  }

  .brand::before,
  .brand::after {
    display: none;
  }

  .brand.is-revealing img,
  .brand.is-revealed img {
    animation: none;
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: none;
    filter: none;
  }

  .brand img,
  .brand-border-glow,
  .brand-border-glow::before,
  .brand-border-glow::after,
  .nav-cta-trace,
  .nav-cta-trace rect,
  .nav-link,
  .nav-link::before,
  .nav-link::after,
  .nav-cta,
  .offer-card-premium,
  .offer-card-premium::after,
  body:not(.is-nav-animated) .site-header .nav-link,
  body:not(.is-nav-animated) .site-header .nav-cta,
  body.is-nav-animated .site-header .nav-link,
  body.is-nav-animated .site-header .nav-cta {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
  }

  .nav-cta-trace,
  .nav-cta-trace rect {
    display: none !important;
    opacity: 0 !important;
  }

  .hero-slide {
    transition: none;
  }

  .hero-slide img {
    animation: none !important;
    transform: none !important;
  }

  .hero-slide .hero-title,
  .hero-slide .hero-subtitle,
  .hero-slide .hero-actions {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }

  .hero-progress {
    display: block;
  }

  .hero-typewriter-line::after {
    display: none !important;
    animation: none !important;
  }

  .mouse-scroll__wheel {
    animation: none;
    opacity: 1;
    transform: translate(-50%, 11px);
  }
}

/* Blog System */
.nav-link.is-active {
  color: var(--primary);
}

.nav-link.is-active::before {
  width: 100%;
  opacity: 0.8;
}

.nav-link.is-active::after {
  opacity: 0.95;
}

.blog-page-heading {
  padding-bottom: 40px;
}

.blog-filter {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
}

.blog-filter label {
  display: grid;
  gap: 6px;
  font-size: 0.92rem;
  color: color-mix(in oklab, var(--foreground) 70%, transparent);
}

.blog-filter select {
  width: 100%;
  border: 1px solid var(--border);
  background: color-mix(in oklab, white 86%, var(--background));
  color: var(--foreground);
  padding: 11px 12px;
  border-radius: var(--radius);
  font-size: 0.95rem;
  font-family: inherit;
}

.blog-card-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-card {
  border: 1px solid color-mix(in oklab, var(--foreground) 10%, transparent);
  background: color-mix(in oklab, white 88%, var(--background));
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
}

.blog-card__thumb {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.blog-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.blog-card:hover .blog-card__thumb img {
  transform: scale(1.03);
}

.blog-card__body {
  padding: 18px;
  display: grid;
  gap: 10px;
  align-content: start;
}

.blog-card__caption {
  margin: 0;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: color-mix(in oklab, var(--primary) 72%, var(--foreground));
}

.blog-card__title {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  line-height: 1.25;
}

.blog-card__title a {
  color: inherit;
  text-decoration: none;
}

.blog-card__excerpt {
  margin: 0;
  color: color-mix(in oklab, var(--foreground) 74%, transparent);
  font-size: 1rem;
}

.blog-card__read-more {
  justify-self: start;
  margin-top: 4px;
}

.blog-empty {
  margin: 0;
  padding: 24px;
  border: 1px solid var(--border);
  background: color-mix(in oklab, white 90%, var(--background));
  color: color-mix(in oklab, var(--foreground) 74%, transparent);
}

.blog-post-wrap {
  width: min(980px, 100%);
}

.blog-post-heading {
  max-width: 820px;
}

.blog-post-category {
  margin: 0 0 8px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-size: 0.82rem;
  color: color-mix(in oklab, var(--primary) 68%, var(--foreground));
}

.blog-post-caption {
  max-width: 760px;
}

.blog-post-meta {
  margin-top: 10px;
  color: color-mix(in oklab, var(--foreground) 62%, transparent);
  font-size: 0.9rem;
}

.blog-post-card {
  border: 1px solid var(--border);
  background: color-mix(in oklab, white 90%, var(--background));
  padding: 24px;
}

.blog-post-hero-image {
  margin: 0 0 26px;
  border: 1px solid var(--border);
}

.blog-post-hero-image img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  display: block;
}

.blog-post-video {
  margin: 0 0 24px;
  border: 1px solid var(--border);
  background: #000;
}

.blog-post-video video,
.blog-post-video iframe {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  border: 0;
}

.blog-post-content {
  color: color-mix(in oklab, var(--foreground) 88%, transparent);
  font-size: 1.05rem;
  line-height: 1.78;
}

.blog-post-content p {
  margin: 0 0 18px;
}

.blog-post-html-block {
  margin-top: 12px;
}

.blog-post-gallery {
  margin-top: 30px;
}

.blog-post-gallery h2 {
  margin: 0 0 14px;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
}

.blog-post-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.blog-post-gallery-grid figure {
  margin: 0;
  border: 1px solid var(--border);
}

.blog-post-gallery-grid img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.blog-post-back {
  margin-top: 26px;
}

@media (max-width: 1080px) {
  .blog-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

@media (max-width: 860px) {
  .blog-card-grid {
    grid-template-columns: 1fr;
  }

  .blog-filter {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .blog-post-content {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .blog-post-gallery-grid {
    grid-template-columns: 1fr;
  }
}
