@font-face { font-family: "Cormorant Garamond"; src: url("/fonts/cormorant-300.ttf") format("truetype"); font-style: normal; font-weight: 300; font-display: swap; }
@font-face { font-family: "Cormorant Garamond"; src: url("/fonts/cormorant-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Cormorant Garamond"; src: url("/fonts/cormorant-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Cormorant Garamond"; src: url("/fonts/cormorant-600.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Montserrat"; src: url("/fonts/montserrat-200.ttf") format("truetype"); font-style: normal; font-weight: 200; font-display: swap; }
@font-face { font-family: "Montserrat"; src: url("/fonts/montserrat-300.ttf") format("truetype"); font-style: normal; font-weight: 300; font-display: swap; }
@font-face { font-family: "Montserrat"; src: url("/fonts/montserrat-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Montserrat"; src: url("/fonts/montserrat-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }

:root {
  --gold: #B9934D;
  --gold-ink: #B9934D;
  --gold-action: #B9934D;
  --gold-light: #E5D4B3;
  --surface-white: rgba(255,255,255,.80);
  --sage: #9EB0A2;
  --stone: #F5F2EB;
  --dark: #2D2D2D;
  --brown: #5D534A;
  --white: #ffffff;
  --line: rgba(197, 160, 89, .2);
  color-scheme: light;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; color-scheme: light; }
body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  background: var(--stone);
  color: var(--dark);
  line-height: 1.65;
  overflow-x: hidden;
}

html[data-theme="dark"] {
  --stone: #1d211e;
  --dark: #f2eee6;
  --brown: #d2cabd;
  --white: #252a26;
  --line: rgba(185,147,77,.28);
  --surface-white: rgba(25,29,26,.80);
  color-scheme: dark;
}
html[data-theme="dark"] .mandala-layer { mix-blend-mode: screen; }
html[data-theme="dark"] .hero-logo {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  filter: brightness(0) invert(91%) sepia(12%) saturate(310%) hue-rotate(356deg) drop-shadow(0 12px 24px rgba(0,0,0,.32)) drop-shadow(0 0 14px rgba(185,147,77,.18));
}
html[data-theme="dark"] .site-footer { background: #141714; color: #f2eee6; }
html[data-theme="dark"] .site-footer p,
html[data-theme="dark"] .site-footer a { color: #f2eee6; }
html[data-theme="dark"] .service-section-icon,
html[data-theme="dark"] .contact-actions a { background-color: rgba(255,255,255,.06); }
html[data-theme="dark"] .language-menu a { color: var(--brown); }
html[data-theme="dark"] .price-row { border-color: rgba(255,255,255,.08); }
html[data-theme="dark"] .review-card footer { border-color: rgba(255,255,255,.1); color: #aaa398; }
html[data-theme="dark"] .legal-shell p,
html[data-theme="dark"] .legal-shell li,
html[data-theme="dark"] .legal-shell dd { color: var(--brown); }
html[data-theme="dark"] .button-outline:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #171917;
}

a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
button, input { font: inherit; }
:focus-visible { outline: 3px solid var(--gold-ink); outline-offset: 3px; }
.skip-link {
  position: fixed;
  left: 1rem;
  top: .75rem;
  z-index: 200;
  transform: translateY(-180%);
  background: var(--dark);
  color: white;
  padding: .65rem 1rem;
  text-decoration: none;
}
.skip-link:focus { transform: translateY(0); }
.wrap { width: min(1280px, calc(100% - 32px)); margin-inline: auto; }
.narrow { width: min(896px, calc(100% - 32px)); margin-inline: auto; }

.mandala-bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -10;
  pointer-events: none;
  background: var(--stone);
}
.mandala-gradient {
  position: absolute;
  inset: 0;
  background: transparent;
}
.mandala-layer {
  position: absolute;
  transform-origin: center;
  mix-blend-mode: multiply;
  translate: 0 var(--mandala-shift, 0px);
}
.mandala-large {
  top: -20%;
  right: -40%;
  width: 180vw;
  height: 180vw;
  color: var(--gold);
  opacity: .16;
  animation: spin-slower 120s linear infinite;
}
.mandala-medium {
  bottom: -10%;
  left: -40%;
  width: 160vw;
  height: 160vw;
  color: var(--sage);
  opacity: .2;
  animation: spin-reverse-slower 100s linear infinite reverse;
}
.mandala-small-left {
  top: 10%;
  left: 10%;
  width: 40vw;
  height: 40vw;
  color: rgba(93,83,74,.5);
  opacity: .14;
  animation: spin-slow 60s linear infinite;
}
.mandala-small-right {
  bottom: 15%;
  right: 5%;
  width: 50vw;
  height: 50vw;
  color: var(--gold);
  opacity: .12;
  animation: spin-reverse-slow 80s linear infinite reverse;
}
.orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(80px);
  mix-blend-mode: multiply;
}
.orb-gold { top: 30%; left: 20%; width: 12rem; height: 12rem; background: rgba(185,147,77,.2); animation: float 6s ease-in-out infinite; }
.orb-sage { top: 60%; right: 30%; width: 16rem; height: 16rem; background: rgba(158,176,162,.2); filter: blur(100px); animation: float 6s ease-in-out 3s infinite; }
.orb-warm { bottom: 20%; left: 40%; width: 8rem; height: 8rem; background: rgba(254,215,170,.3); filter: blur(60px); animation: float 6s ease-in-out infinite; }

@keyframes spin-slow { to { transform: rotate(360deg); } }
@keyframes spin-slower { to { transform: rotate(360deg); } }
@keyframes spin-reverse-slow { to { transform: rotate(-360deg); } }
@keyframes spin-reverse-slower { to { transform: rotate(-360deg); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-20px); } }
@keyframes breathe { 0%,100% { opacity: .3; } 50% { opacity: .6; } }
@keyframes fade-in-up { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pulse-slow { 0%,100% { opacity: .8; transform: scale(1); } 50% { opacity: .55; transform: scale(1.04); } }
@keyframes icon-breathe { 0%,100% { transform: translateY(0); box-shadow: 0 0 0 rgba(185,147,77,0); } 50% { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(185,147,77,.14); } }
@keyframes mobile-surface-glow {
  0%,100% { border-color: rgba(185,147,77,.42); box-shadow: 0 12px 30px rgba(45,45,45,.06), 0 0 10px rgba(185,147,77,.08); }
  50% { border-color: rgba(185,147,77,.82); box-shadow: 0 16px 36px rgba(45,45,45,.08), 0 0 28px rgba(185,147,77,.24); }
}
@keyframes zen-pattern-drift {
  50% { box-shadow: 0 12px 34px rgba(120,87,31,.08); }
}
@keyframes cta-attention {
  0%,68%,100% { filter: brightness(1) drop-shadow(0 0 0 rgba(185,147,77,0)); }
  78% { filter: brightness(1.1) drop-shadow(0 0 12px rgba(185,147,77,.62)); }
  88% { filter: brightness(1.03) drop-shadow(0 0 4px rgba(185,147,77,.24)); }
}
@keyframes cta-sheen {
  0%,66% { left: -55%; opacity: 0; }
  71% { opacity: .48; }
  88%,100% { left: 125%; opacity: 0; }
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: rgba(245,242,235,.9);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 6px rgba(45,45,45,.05);
}
.nav {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--dark);
  text-decoration: none;
  font-weight: 500;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav-links a {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.08rem;
  color: var(--dark);
  text-decoration: none;
  letter-spacing: .03em;
  transition: color .25s ease;
}
.nav-links a:hover { color: var(--gold-ink); }
.language-picker {
  position: relative;
  margin-left: .4rem;
}
.language-trigger {
  display: inline-flex;
  align-items: center;
  gap: .38rem;
  border: 0;
  background: transparent;
  color: var(--brown);
  cursor: default;
  font-family: "Montserrat", sans-serif;
  font-size: .72rem;
  text-transform: uppercase;
  font-weight: 400;
  padding: .5rem .2rem;
}
.language-trigger svg {
  width: 18px;
  height: 18px;
  color: var(--gold);
}
.language-menu {
  position: absolute;
  right: 0;
  top: calc(100% + .45rem);
  width: 6rem;
  background: white;
  border: 1px solid rgba(185,147,77,.2);
  border-radius: .38rem;
  box-shadow: 0 12px 28px rgba(45,45,45,.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  overflow: hidden;
}
.language-picker:hover .language-menu,
.language-picker:focus-within .language-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.language-menu a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: .82rem;
  text-transform: uppercase;
  padding: .55rem .85rem;
  color: #4b5563;
}
.language-menu a:hover,
.language-menu a.active {
  background: rgba(185,147,77,.1);
  color: var(--gold-ink);
}
.nav-book {
  background: var(--gold-action);
  color: white !important;
  padding: .55rem 1.5rem;
  border-radius: 999px;
  transition: background .25s ease;
  position: relative;
  overflow: hidden;
}
.nav-book:hover { background: var(--gold); }

.theme-toggle {
  width: 2.45rem;
  height: 2.45rem;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(185,147,77,.42);
  border-radius: 999px;
  background: var(--surface-white);
  color: var(--gold-ink);
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(45,45,45,.08);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.theme-toggle:hover {
  transform: rotate(8deg) scale(1.05);
  border-color: var(--gold);
  box-shadow: 0 7px 20px rgba(185,147,77,.2);
}
.theme-toggle span {
  grid-area: 1 / 1;
  font-size: 1.15rem;
  line-height: 1;
  transition: opacity .3s ease, transform .35s ease;
}
.theme-moon { opacity: 0; transform: rotate(-30deg) scale(.6); }
html[data-theme="dark"] .theme-toggle { color: var(--gold); background: rgba(25,29,26,.8); }
html[data-theme="dark"] .theme-sun { opacity: 0; transform: rotate(30deg) scale(.6); }
html[data-theme="dark"] .theme-moon { opacity: 1; transform: rotate(0) scale(1); }

.mobile-header-actions {
  display: none;
  align-items: center;
  gap: .75rem;
}

.mobile-menu {
  display: none;
  position: relative;
  font-family: "Cormorant Garamond", serif;
  color: var(--brown);
}
.mobile-menu summary {
  list-style: none;
  cursor: pointer;
  font-size: 1.08rem;
  letter-spacing: .03em;
  color: var(--brown);
}
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 1rem);
  width: min(78vw, 18rem);
  background-color: rgba(247,244,237,.90);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150' viewBox='0 0 150 150'%3E%3Cg fill='none' stroke='%23B9934D' stroke-opacity='.15' stroke-width='1'%3E%3Ccircle cx='75' cy='75' r='34'/%3E%3Ccircle cx='75' cy='75' r='18'/%3E%3Cellipse cx='75' cy='43' rx='10' ry='28'/%3E%3Cellipse cx='75' cy='107' rx='10' ry='28'/%3E%3Cellipse cx='43' cy='75' rx='28' ry='10'/%3E%3Cellipse cx='107' cy='75' rx='28' ry='10'/%3E%3Cg transform='rotate(45 75 75)'%3E%3Cellipse cx='75' cy='43' rx='10' ry='28'/%3E%3Cellipse cx='75' cy='107' rx='10' ry='28'/%3E%3Cellipse cx='43' cy='75' rx='28' ry='10'/%3E%3Cellipse cx='107' cy='75' rx='28' ry='10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: calc(100% + 30px) calc(100% + 28px);
  background-repeat: no-repeat;
  background-size: 150px 150px;
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  border: 1.5px solid rgba(185,147,77,.58);
  border-radius: .45rem;
  box-shadow: 0 18px 38px rgba(45,45,45,.14), 0 0 0 1px rgba(229,190,105,.12), 0 0 18px rgba(185,147,77,.12);
  padding: .65rem 0;
}
.mobile-menu-panel a {
  display: block;
  padding: .72rem 1.05rem;
  color: var(--dark);
  text-decoration: none;
  font-size: 1.08rem;
}
.mobile-menu-panel a:hover,
.mobile-menu-panel a.active {
  color: var(--gold-ink);
  background: rgba(185,147,77,.08);
}
.mobile-menu-languages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .25rem;
  border-top: 1px solid rgba(185,147,77,.18);
  margin: .4rem .65rem 0;
  padding-top: .55rem;
}
.mobile-menu-languages a {
  padding: .45rem .25rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: .74rem;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .2rem;
}

.language-flag {
  width: 1.75rem;
  height: 1.5rem;
  color: var(--gold-ink);
  overflow: visible;
  flex: 0 0 auto;
  filter: drop-shadow(0 2px 4px rgba(93,83,74,.10));
}
.language-flag .flag-halo { stroke: var(--sage); stroke-opacity: .42; stroke-dasharray: 1.5 2.4; }
.language-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .42rem;
}

.button,
.button-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .75rem 2.5rem;
  border-radius: 999px;
  text-decoration: none;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.15rem;
  border: 2px solid var(--dark);
  transition: all .3s ease;
  box-shadow: none;
  position: relative;
  overflow: hidden;
}
.button {
  background: var(--gold-action);
  border-color: var(--gold-action);
  color: white;
  box-shadow: 0 8px 18px rgba(185,147,77,.25);
}
.button-outline { background: transparent; color: var(--dark); }
.button:hover,
.button-outline:hover {
  transform: scale(1.035);
  background: var(--gold);
  border-color: var(--gold);
  color: white;
}
.button-outline:hover { background: var(--dark); border-color: var(--dark); }

section { padding: 5rem 0; position: relative; }
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 90px;
  text-align: center;
}
.hero-inner {
  width: min(896px, calc(100% - 32px));
  margin-inline: auto;
  animation: fade-in-up .75s ease both;
}
.hero-logo {
  width: clamp(12rem, 20vw, 16rem);
  margin: 0 auto 2rem;
  filter: drop-shadow(0 1px 2px rgba(45,45,45,.12));
  opacity: .9;
  animation: float 6s ease-in-out infinite;
}
h1, h2, h3 {
  font-family: "Cormorant Garamond", serif;
  color: var(--dark);
  line-height: 1.08;
  font-weight: 400;
  margin: 0;
}
h1 {
  font-size: clamp(3.2rem, 8vw, 7rem);
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
}
.hero-kicker {
  display: inline-block;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  color: var(--brown);
  text-transform: uppercase;
  letter-spacing: .22em;
  border-bottom: 1px solid var(--gold);
  padding-bottom: .5rem;
  margin-bottom: 2rem;
}
.hero-quote {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: clamp(1.55rem, 3vw, 2rem);
  color: var(--dark);
  margin: 0 auto 1.15rem;
}
.seo-intro {
  max-width: 780px;
  margin: 0 auto 2.7rem;
  color: var(--brown);
  font-size: 1.04rem;
  line-height: 1.75;
}
.hero-actions, .cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.band {
  background: transparent;
  border-top: 1px solid rgba(185,147,77,.08);
  border-bottom: 1px solid rgba(185,147,77,.08);
  overflow: hidden;
}
.section-head { max-width: 880px; margin: 0 auto 3rem; text-align: center; }
.section-head.left { text-align: left; margin-left: 0; }
.section-head h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 1.5rem; }
.section-head p, .lead, p {
  color: var(--brown);
}
.lead {
  font-size: clamp(1.1rem, 2vw, 1.25rem);
  line-height: 1.78;
  font-weight: 300;
}
.eyebrow {
  color: var(--gold-ink);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .8rem;
  font-weight: 400;
  margin: 0 0 .75rem;
}
.globe-mark {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.5rem;
  color: var(--gold);
  opacity: .8;
  animation: pulse-slow 8s cubic-bezier(.4,0,.6,1) infinite;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 4rem;
  align-items: center;
}
.about-copy {
  border-left: 2px solid rgba(185,147,77,.3);
  padding: 2rem;
}
.about-copy h2 {
  font-size: clamp(2.4rem, 4.5vw, 3.3rem);
  margin-bottom: 1.5rem;
}
.about-owner {
  color: var(--gold-ink);
  text-transform: uppercase;
  letter-spacing: .22em;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  margin-bottom: .5rem;
}
.owner-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.owner-glow {
  position: absolute;
  inset: 6%;
  background: rgba(185,147,77,.3);
  border-radius: 999px;
  filter: blur(50px);
  animation: pulse-slow 8s cubic-bezier(.4,0,.6,1) infinite;
}
.owner-photo {
  position: relative;
  width: min(24rem, 84vw);
  height: min(24rem, 84vw);
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 25px 50px rgba(45,45,45,.25);
  transition: transform .7s ease;
}
.owner-photo:hover { transform: scale(1.02); }

.grid { display: grid; gap: 2rem; }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card {
  background: rgba(255,255,255,.52);
  backdrop-filter: blur(10px);
  border: 1.5px solid rgba(185,147,77,.38);
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: 0 3px 14px rgba(45,45,45,.04);
  transition: box-shadow .45s ease, transform .45s ease, border-color .45s ease, background .45s ease;
}
.card h3 { font-size: 1.55rem; margin-bottom: .85rem; }
.service-card { display: flex; flex-direction: column; }
.service-card-illustration,
.service-hero-illustration,
.simple-feature-illustration,
.service-section-illustration {
  display: block;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: contrast(1.65) saturate(1.18) brightness(.76);
  transition: opacity .45s ease, transform .65s cubic-bezier(.2,.7,.2,1), filter .45s ease;
}
.service-card-illustration {
  width: min(10rem, 58%);
  aspect-ratio: 1;
  margin: -.35rem auto 1rem;
  opacity: .94;
}
.service-card:hover .service-card-illustration { transform: translateY(-3px) scale(1.025); opacity: .88; }
.service-card a { color: var(--gold-ink); font-weight: 400; text-decoration: none; }
.service-card a:hover { color: var(--brown); text-decoration: underline; }
.ai-summary {
  max-width: 980px;
  margin-inline: auto;
}
.ai-summary h2 {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  margin-bottom: 1rem;
}
.seo-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.services-page { padding-top: 7rem; padding-bottom: 3.8rem; }
.service-shell {
  background: rgba(255,255,255,.42);
  backdrop-filter: blur(10px);
  border-radius: 1.5rem;
  padding: clamp(2rem, 5vw, 3rem);
  border: 1.5px solid rgba(185,147,77,.38);
  box-shadow: 0 3px 14px rgba(45,45,45,.04);
  text-align: center;
}

.services-overview {
  padding-top: 7rem;
  padding-bottom: 4rem;
}
.services-title {
  text-align: center;
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  margin: 0 auto 5rem;
  position: relative;
  animation: float 6s ease-in-out infinite;
}
.services-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 6rem;
  height: 4px;
  background: rgba(185,147,77,.5);
}
.services-stack {
  display: grid;
  gap: 5rem;
}
.simple-feature {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 5rem;
}
.simple-feature-card {
  max-width: 896px;
  margin-inline: auto;
  text-align: center;
  background: rgba(255,255,255,.28);
  backdrop-filter: blur(8px);
  border-radius: 1.5rem;
  padding: clamp(2rem, 5vw, 3rem);
  box-shadow: 0 14px 32px rgba(45,45,45,.08);
  border: 1.5px solid rgba(185,147,77,.40);
}
.simple-feature-illustration,
.service-hero-illustration {
  width: clamp(11rem, 22vw, 15rem);
  aspect-ratio: 1;
  margin: -1rem auto .6rem;
  opacity: .96;
}
.simple-feature-card h1 {
  font-size: clamp(2.45rem, 5vw, 4rem);
  margin-bottom: .8rem;
}
.simple-feature-subtitle {
  color: var(--gold-ink);
  font-size: 1.25rem;
  font-style: italic;
  margin-bottom: 2rem;
}
.simple-feature-copy {
  max-width: 760px;
  margin: 0 auto 2.5rem;
  color: var(--brown);
  font-size: 1.08rem;
}
.simple-feature-copy h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.simple-feature-copy p {
  margin: 0 0 1rem;
}
.service-section-card {
  background: rgba(255,255,255,.52);
  backdrop-filter: blur(10px);
  border-radius: 1.5rem;
  padding: clamp(2rem, 5vw, 3rem);
  border: 1.5px solid rgba(185,147,77,.38);
  box-shadow: 0 3px 14px rgba(45,45,45,.04);
  transition: box-shadow .45s ease, border-color .45s ease, background .45s ease, transform .45s ease;
  position: relative;
  overflow: hidden;
}
.service-section-illustration {
  position: absolute;
  z-index: 0;
  top: .8rem;
  right: 1rem;
  width: clamp(10rem, 18vw, 14rem);
  aspect-ratio: 1;
  opacity: .82;
}
.service-section-head {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  padding-right: clamp(9rem, 18vw, 13rem);
  position: relative;
  z-index: 1;
}
.service-section-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 999px;
  background: var(--stone);
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  animation: icon-breathe 5s ease-in-out infinite;
}
.service-section-icon svg {
  width: 2rem;
  height: 2rem;
}
.service-section-head h2 {
  font-size: clamp(2rem, 3.2vw, 2.7rem);
  margin-bottom: 1rem;
}
.service-treatment {
  border: 1.5px solid rgba(185,147,77,.42);
  border-radius: .85rem;
  padding: 1.5rem;
  background: rgba(255,255,255,.18);
  box-shadow: 0 4px 16px rgba(45,45,45,.035), inset 0 0 0 1px rgba(255,255,255,.18);
  transition: all .3s ease;
  position: relative;
  z-index: 1;
}
.service-treatment:hover {
  background: rgba(255,255,255,.46);
  border-color: rgba(185,147,77,.2);
}
.service-treatment h3 {
  font-size: 1.45rem;
  color: var(--dark);
  transition: color .3s ease;
}
.service-treatment:hover h3 {
  color: var(--gold-ink);
}
.service-shell h1 {
  font-size: clamp(2.25rem, 4vw, 3.35rem);
  letter-spacing: .01em;
  margin-bottom: 1.1rem;
}
.service-shell .service-hero-illustration { margin-top: -1.5rem; }

html[data-theme="dark"] .service-card-illustration,
html[data-theme="dark"] .service-hero-illustration,
html[data-theme="dark"] .simple-feature-illustration,
html[data-theme="dark"] .service-section-illustration {
  mix-blend-mode: screen;
  filter: contrast(1.42) saturate(1.16) brightness(1.72) drop-shadow(0 0 7px rgba(185,147,77,.16));
  opacity: .96;
}
html[data-theme="dark"] .service-artwork-yoga {
  filter: contrast(1.52) saturate(1.2) brightness(2.35) drop-shadow(0 0 8px rgba(185,147,77,.22));
}
.service-shell .lead {
  max-width: 820px;
  margin: 0 auto;
  font-size: clamp(1.02rem, 1.6vw, 1.18rem);
}
.service-items { margin-top: 2.25rem; }
.list-clean { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; gap: .9rem; }
.list-clean li { position: relative; padding-left: 1.35rem; color: var(--brown); }
.list-clean li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: .42rem;
  height: .42rem;
  border-radius: 999px;
  background: var(--gold);
}

.price-table { display: grid; gap: 3rem; }
.price-legal-note { max-width: 58rem; margin: 1.25rem auto 0; text-align: center; font-size: .78rem; }
.price-category {
  padding: 0;
  overflow: hidden;
  border-radius: .5rem;
  background: rgba(255,255,255,.60);
  backdrop-filter: blur(8px);
  border: 1.5px solid rgba(185,147,77,.38);
}
.price-category h2, .price-category h3 {
  background: rgba(185,147,77,.1);
  border-bottom: 1px solid rgba(185,147,77,.1);
  padding: 1rem 1.5rem;
  font-size: 1.65rem;
}
.price-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.5rem;
  border-top: 1px solid rgba(45,45,45,.06);
}
.price-name { color: var(--dark); font-size: 1.08rem; font-weight: 400; }
.muted { color: var(--brown); font-size: .92rem; font-style: italic; margin-left: .8rem; }
.price {
  font-family: "Cormorant Garamond", serif;
  color: var(--gold-ink);
  font-size: 1.45rem;
  font-weight: 600;
  white-space: nowrap;
}

.testimonials {
  padding: 4rem 0;
  background: transparent;
  border-top: 1px solid rgba(185,147,77,.1);
  border-bottom: 1px solid rgba(185,147,77,.1);
}
.testimonial-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.google-title { display: flex; align-items: center; gap: .8rem; }
.google-icon, .contact-icon, .action-icon, .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.google-icon {
  width: 2.5rem;
  height: 2.5rem;
  background: white;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(45,45,45,.07);
}
.google-title h2 { font-size: 1.8rem; }
.stars { color: #FBBC05; letter-spacing: .05em; font-size: .92rem; }
.review-link {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  border: 1px solid rgba(93,83,74,.2);
  border-radius: 999px;
  padding: .55rem 1rem;
  text-decoration: none;
  color: var(--brown);
  font-size: .9rem;
  transition: all .25s ease;
}
.review-link:hover { background: white; color: var(--gold-ink); }
.review-link svg {
  width: 14px;
  height: 14px;
}
.reviews-row {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  padding-bottom: 1.5rem;
  scroll-snap-type: x mandatory;
}
.reviews-row::-webkit-scrollbar { height: 8px; }
.reviews-row::-webkit-scrollbar-thumb { background: rgba(185,147,77,.35); border-radius: 999px; }
.review-card {
  min-width: 280px;
  max-width: 320px;
  scroll-snap-align: center;
  background: rgba(255,255,255,.86);
  border: 1.5px solid rgba(185,147,77,.28);
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 3px 12px rgba(45,45,45,.05);
}
.review-card p { font-size: .9rem; line-height: 1.65; color: var(--dark); }
.review-card footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid #f4f4f4;
  margin-top: 1rem;
  padding-top: 1rem;
  font-size: .78rem;
  color: #8c8c8c;
}

.faq { display: grid; gap: .75rem; }
details {
  background: rgba(255,255,255,.52);
  backdrop-filter: blur(8px);
  border: 1.5px solid rgba(185,147,77,.38);
  border-radius: 1rem;
  padding: 1rem 1.15rem;
}
summary { cursor: pointer; color: var(--dark); font-weight: 400; }
details p { margin-bottom: 0; color: var(--brown); }

.contact-section {
  padding: 6rem 0;
  background: transparent;
  color: var(--dark);
  overflow: hidden;
}
.contact-title {
  text-align: center;
  font-size: clamp(2.3rem, 4vw, 3rem);
  margin-bottom: 4rem;
  animation: float 6s ease-in-out infinite;
}
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
  gap: 4rem;
}
.contact-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
}
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1rem;
  border-radius: .75rem;
  transition: background .3s ease;
}
.contact-item:hover { background: rgba(245,242,235,.22); }
.contact-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--gold);
  margin-top: .22rem;
  transition: transform .3s ease;
}
.contact-item:hover .contact-icon { transform: scale(1.1); }
.contact-item h3 {
  font-size: 1.35rem;
  margin-bottom: .25rem;
}
.contact-item p, .contact-item a {
  color: var(--brown);
  text-decoration: none;
}
.map-link {
  display: block;
  color: var(--gold-ink) !important;
  text-decoration: underline !important;
  font-size: .88rem;
  margin-top: .45rem;
}
.booking-card {
  scroll-margin-top: 8rem;
  background: rgba(255,255,255,.62);
  backdrop-filter: blur(10px);
  padding: clamp(2rem, 5vw, 3rem);
  border-radius: 1.5rem;
  box-shadow: 0 20px 45px rgba(45,45,45,.12);
  border: 1.5px solid rgba(185,147,77,.38);
}
.booking-card h3 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.booking-card > p {
  text-align: center;
  margin-bottom: 2rem;
}
.map-embed-card {
  margin-top: 4rem;
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1.5px solid rgba(185,147,77,.38);
  background: rgba(255,255,255,.56);
  box-shadow: 0 18px 42px rgba(45,45,45,.09);
}
.map-embed-card iframe {
  display: block;
  width: 100%;
  min-height: 22rem;
  border: 0;
}
.map-consent-placeholder {
  min-height: 22rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .85rem;
  padding: 2rem;
  text-align: center;
  background: rgba(255,255,255,.56);
}
.map-consent-placeholder strong { font-family: "Cormorant Garamond", serif; font-size: 1.55rem; }
.map-consent-placeholder p { max-width: 42rem; margin: 0; }
.map-consent-placeholder button {
  min-height: 44px;
  border: 1px solid var(--gold-ink);
  background: var(--gold-action);
  color: white;
  padding: .65rem 1rem;
  cursor: pointer;
}
.contact-privacy-note {
  margin: 1.25rem 0 0;
  font-size: .78rem;
  line-height: 1.55;
  color: var(--brown);
}
.contact-privacy-note a { color: var(--gold-ink); }
.contact-actions { display: grid; gap: 1rem; }
.contact-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: var(--stone);
  border: 1px solid rgba(185,147,77,.2);
  border-radius: .75rem;
  padding: 1rem;
  text-decoration: none;
  color: var(--dark);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  transition: all .3s ease;
}
.contact-actions a:hover { background: rgba(185,147,77,.1); transform: translateX(4px); }
.action-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: white;
  color: var(--gold);
  box-shadow: 0 2px 8px rgba(45,45,45,.08);
}
.action-icon svg { width: 1.25rem; height: 1.25rem; }
.socials {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
.social-icon {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  background: white;
  color: var(--gold);
  box-shadow: 0 2px 8px rgba(45,45,45,.06);
  transition: all .3s ease;
}
.social-icon svg {
  width: 24px;
  height: 24px;
}
.social-icon:hover {
  color: white;
  background: var(--gold);
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(185,147,77,.25);
}

.breadcrumb {
  color: var(--brown);
  font-size: .92rem;
  margin-bottom: 1.5rem;
}
.breadcrumb a { color: var(--gold-ink); text-decoration: none; }

.site-footer {
  padding: 2rem 0 6rem;
  background: var(--dark);
  color: var(--stone);
  text-align: center;
  font-size: .9rem;
}
.site-footer p { color: var(--stone); }
.legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem 1.25rem;
  margin-top: 1rem;
}
.legal-links a { color: white; font-size: .78rem; text-underline-offset: .2em; }

.mobile-cta {
  position: fixed;
  left: .75rem;
  right: .75rem;
  bottom: .75rem;
  z-index: 60;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: .65rem;
}
.mobile-cta a {
  min-height: 3rem;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
  background: var(--gold-action);
  color: white;
  box-shadow: 0 14px 30px rgba(45,45,45,.18);
}
.mobile-cta a:last-child { background: #216b43; }

.floating-page-action {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 90;
  min-width: 8.75rem;
  min-height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .8rem 1.65rem;
  border-radius: 999px;
  background: var(--gold-action);
  color: white;
  text-decoration: none;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.18rem;
  box-shadow: 0 14px 30px rgba(45,45,45,.2);
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease, bottom .3s ease;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  text-transform: none;
  letter-spacing: 0;
}
.floating-page-action:hover {
  background: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(45,45,45,.24);
}

.legal-page { padding-top: 8.5rem; }
.legal-shell {
  background: rgba(255,255,255,.72);
  border: 1.5px solid rgba(185,147,77,.38);
  border-radius: .5rem;
  box-shadow: 0 18px 46px rgba(45,45,45,.08);
  padding: clamp(1.5rem, 5vw, 3.5rem);
}
.legal-shell h1 { font-size: clamp(2.15rem, 5vw, 3.5rem); margin-bottom: .25rem; }
.legal-shell h2 { font-size: clamp(1.45rem, 3vw, 2rem); margin: 2.25rem 0 .75rem; }
.legal-shell h3 { font-size: 1.35rem; margin: 1.6rem 0 .6rem; }
.legal-shell p, .legal-shell li, .legal-shell dd { color: #403b36; }
.legal-shell a { color: var(--gold-ink); font-weight: 400; }
.legal-shell ul { padding-left: 1.25rem; }
.legal-shell li + li { margin-top: .75rem; }
.legal-intro { font-size: 1.08rem; }
.legal-updated { font-size: .82rem; color: var(--brown); }
.legal-missing {
  display: inline;
  padding: .05rem .25rem;
  background: #fff2c7;
  color: #5f4300;
  font-weight: 500;
}
.legal-data { display: grid; grid-template-columns: minmax(9rem, 14rem) 1fr; gap: .75rem 1rem; }
.legal-data dt { font-weight: 500; color: var(--dark); }
.legal-data dd { margin: 0; }
.legal-table-wrap { overflow-x: auto; }
.legal-shell table { width: 100%; border-collapse: collapse; min-width: 42rem; }
.legal-shell th, .legal-shell td { padding: .75rem; border: 1px solid rgba(93,83,74,.2); text-align: left; vertical-align: top; }
.legal-shell th { background: rgba(185,147,77,.12); }
.legal-shell blockquote { margin: 1rem 0; padding: 1rem 1.25rem; border-left: 4px solid var(--gold); background: var(--stone); }

.card,
.service-shell,
.simple-feature-card,
.service-section-card,
.price-category,
details,
.review-card,
.booking-card,
.map-embed-card,
.map-consent-placeholder,
.legal-shell {
  --zen-pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cg fill='none' stroke='%23B9934D' stroke-opacity='.20' stroke-width='1'%3E%3Ccircle cx='90' cy='90' r='42'/%3E%3Ccircle cx='90' cy='90' r='26'/%3E%3Cellipse cx='90' cy='52' rx='12' ry='34'/%3E%3Cellipse cx='90' cy='128' rx='12' ry='34'/%3E%3Cellipse cx='52' cy='90' rx='34' ry='12'/%3E%3Cellipse cx='128' cy='90' rx='34' ry='12'/%3E%3Cg transform='rotate(45 90 90)'%3E%3Cellipse cx='90' cy='52' rx='12' ry='34'/%3E%3Cellipse cx='90' cy='128' rx='12' ry='34'/%3E%3Cellipse cx='52' cy='90' rx='34' ry='12'/%3E%3Cellipse cx='128' cy='90' rx='34' ry='12'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-color: var(--surface-white);
  background-image: var(--zen-pattern), repeating-linear-gradient(135deg, rgba(185,147,77,.045) 0, rgba(185,147,77,.045) 1px, transparent 1px, transparent 18px);
  background-position: calc(100% + 42px) calc(100% + 42px), 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 180px 180px, 24px 24px;
  backdrop-filter: blur(1px) saturate(.98);
  animation: zen-pattern-drift 24s linear infinite;
}

.card:nth-of-type(3n + 2),
.service-section-card:nth-of-type(3n + 2),
.simple-feature-card:nth-of-type(3n + 2),
.price-category:nth-of-type(even),
.review-card:nth-of-type(even),
.booking-card,
.legal-shell {
  --zen-pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cg fill='none' stroke='%239EB0A2' stroke-opacity='.26' stroke-width='1.1'%3E%3Ccircle cx='90' cy='90' r='48'/%3E%3Ccircle cx='90' cy='90' r='18'/%3E%3Cpath d='M90 22Q112 62 90 90Q68 62 90 22ZM158 90Q118 112 90 90Q118 68 158 90ZM90 158Q68 118 90 90Q112 118 90 158ZM22 90Q62 68 90 90Q62 112 22 90Z'/%3E%3Cpath d='M42 42Q86 52 90 90Q52 86 42 42ZM138 42Q128 86 90 90Q94 52 138 42ZM138 138Q94 128 90 90Q128 94 138 138ZM42 138Q52 94 90 90Q86 128 42 138Z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: -42px -42px, 0 0;
}

.card:nth-of-type(3n),
.service-section-card:nth-of-type(3n),
.simple-feature-card:nth-of-type(3n),
.price-category:nth-of-type(3n),
details:nth-of-type(3n),
.map-embed-card,
.map-consent-placeholder {
  --zen-pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cg fill='none' stroke='%23B9934D' stroke-opacity='.18' stroke-width='1'%3E%3Ccircle cx='90' cy='90' r='52'/%3E%3Ccircle cx='90' cy='90' r='36'/%3E%3Cpath d='M90 30L108 68L150 90L108 112L90 150L72 112L30 90L72 68Z'/%3E%3Cpath d='M90 48L99 81L132 90L99 99L90 132L81 99L48 90L81 81Z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: calc(50% + 60px) calc(100% + 58px), 0 0;
  background-size: 160px 160px, 24px 24px;
}

.site-header,
.language-menu,
.mobile-menu-panel,
.google-icon,
.action-icon,
.social-icon,
.consent-banner,
.consent-actions button,
.consent-settings {
  background-color: var(--surface-white);
  backdrop-filter: blur(10px);
}

.mobile-menu-panel {
  background-color: rgba(247,244,237,.90);
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
}
html[data-theme="dark"] .mobile-menu-panel { background-color: rgba(29,33,30,.90); }

.service-section-icon,
.contact-actions a { background-color: rgba(245,242,235,.20); }
.service-treatment:hover { background: rgba(255,255,255,.28); }
.review-link:hover { background: var(--surface-white); }

.service-shell,
.simple-feature-card,
.price-category,
details,
.booking-card,
.map-embed-card,
.legal-shell,
.review-card {
  transition: border-color .45s ease, box-shadow .45s ease, background .45s ease;
}

html.motion-ready .reveal-on-scroll {
  opacity: .01;
  filter: saturate(.9);
  transition: opacity .8s ease, filter .8s ease;
}
html.motion-ready .reveal-on-scroll.is-revealed {
  opacity: 1;
  filter: saturate(1);
}

.button,
.nav-book,
.floating-page-action,
.mobile-cta a:not(:last-child),
.map-consent-placeholder button {
  position: relative;
  overflow: hidden;
  animation: cta-attention 4.8s ease-in-out infinite;
}
.floating-page-action { position: fixed; }
.button::after,
.nav-book::after,
.floating-page-action::after,
.mobile-cta a:not(:last-child)::after,
.map-consent-placeholder button::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -55%;
  width: 36%;
  background: rgba(255,255,255,.42);
  transform: skewX(-18deg);
  animation: cta-sheen 4.8s ease-in-out infinite;
  pointer-events: none;
}

.nav-links a { position: relative; }
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.3rem;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .card:hover,
  .service-section-card:hover {
    background-color: var(--surface-white);
    border-color: rgba(229,190,105,.96);
    box-shadow: 0 0 0 1px rgba(229,190,105,.55), 0 0 16px rgba(185,147,77,.42), 0 0 34px rgba(185,147,77,.24);
  }
  .service-shell:hover,
  .simple-feature-card:hover,
  .price-category:hover,
  details:hover,
  .booking-card:hover,
  .map-embed-card:hover,
  .legal-shell:hover,
  .review-card:hover {
    background-color: var(--surface-white);
    border-color: rgba(229,190,105,.96);
    box-shadow: 0 0 0 1px rgba(229,190,105,.55), 0 0 16px rgba(185,147,77,.42), 0 0 34px rgba(185,147,77,.24);
  }
  .nav-links a:hover::after,
  .nav-links a.active::after { transform: scaleX(1); }
}

.consent-banner {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  z-index: 110;
  width: min(58rem, calc(100% - 2rem));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem 1.5rem;
  align-items: center;
  background: rgba(255,255,255,.98);
  color: var(--dark);
  border: 1px solid rgba(93,83,74,.22);
  border-radius: .5rem;
  box-shadow: 0 18px 48px rgba(45,45,45,.22);
  padding: 1rem 1.25rem;
}
.consent-copy strong { display: block; font-family: "Cormorant Garamond", serif; font-size: 1.35rem; }
.consent-copy p { margin: .15rem 0 0; font-size: .78rem; line-height: 1.45; color: var(--brown); }
.consent-copy a, .consent-policy-link { color: var(--gold-ink); }
.consent-actions, .consent-dialog-actions { display: flex; gap: .5rem; }
.consent-actions button, .consent-dialog-actions button {
  min-height: 44px;
  min-width: 6.5rem;
  border: 1px solid var(--gold-ink);
  border-radius: .25rem;
  background: white;
  color: var(--gold-ink);
  padding: .55rem .8rem;
  cursor: pointer;
  font-weight: 400;
}
.consent-actions button:hover, .consent-dialog-actions button:hover { background: rgba(247,242,232,.86); }
.consent-close, .dialog-close {
  border: 0;
  background: transparent;
  color: var(--dark);
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
  width: 44px;
  height: 44px;
}
.consent-close { position: absolute; top: -.15rem; right: -.15rem; }
.consent-settings {
  width: min(42rem, calc(100% - 2rem));
  max-height: calc(100vh - 2rem);
  border: 1px solid rgba(93,83,74,.24);
  border-radius: .5rem;
  padding: 0;
  color: var(--dark);
  background: white;
  box-shadow: 0 24px 70px rgba(45,45,45,.25);
}
.consent-settings::backdrop { background: rgba(45,45,45,.5); }
.consent-settings-inner { padding: 1.25rem; }
.consent-settings-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.consent-settings-heading h2 { margin: 0; font-size: 1.8rem; }
.consent-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(93,83,74,.15);
}
.consent-category strong, .consent-category p, .category-description { display: block; }
.consent-category p, .category-description { margin: .2rem 0 0; color: var(--brown); font-size: .82rem; line-height: 1.45; }
.always-active { color: var(--gold-ink); font-size: .76rem; font-weight: 500; white-space: nowrap; }
.consent-category input { width: 1.35rem; height: 1.35rem; accent-color: var(--gold-ink); flex: 0 0 auto; }
.consent-policy-link { display: inline-block; margin: .25rem 0 1rem; }
.consent-dialog-actions { justify-content: flex-end; flex-wrap: wrap; }
.consent-banner,
.consent-settings,
.consent-actions button,
.consent-dialog-actions button {
  background: var(--surface-white);
  backdrop-filter: blur(10px);
}

@media (min-width: 768px) {
  .mandala-large { top: -10%; right: -15%; width: 90vw; height: 90vw; }
  .mandala-medium { bottom: -20%; left: -10%; width: 70vw; height: 70vw; }
  .mandala-small-left { width: 20vw; height: 20vw; }
  .mandala-small-right { width: 25vw; height: 25vw; }
}

@media (max-width: 960px) and (min-width: 768px) {
  .nav-links { gap: 1.15rem; }
  .nav-links a { font-size: .98rem; }
  .nav-book { padding-inline: 1rem; }
  .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-grid { gap: 3rem; }
  .owner-wrap { order: -1; }
}

@media (max-width: 767px) {
  .nav-links { display: none; }
  .mobile-header-actions { display: flex; }
  .mobile-menu { display: block; }
  .grid-3, .grid-2, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-grid { gap: 3rem; }
  .owner-wrap { order: -1; }
  .service-section-illustration {
    position: relative;
    top: auto;
    right: auto;
    width: 10.5rem;
    margin: -.5rem auto .75rem;
    opacity: .92;
  }
  .service-section-head { padding-right: 0; }
  .service-card-illustration { width: 9rem; }
  .simple-feature-illustration,
  .service-hero-illustration { width: 11rem; }
  .testimonial-header { flex-direction: column; align-items: flex-start; }
  .mobile-cta { display: grid; }
  .floating-page-action {
    left: .75rem;
    right: .75rem;
    bottom: 4.4rem;
    min-height: 3rem;
  }
  body:has(.consent-banner:not([hidden])) .floating-page-action { bottom: 15rem; }
  .consent-banner { grid-template-columns: 1fr; bottom: .5rem; width: calc(100% - 1rem); padding: .85rem; }
  .consent-actions { display: grid; grid-template-columns: repeat(3, 1fr); }
  .consent-actions button { min-width: 0; padding-inline: .35rem; }
  .legal-data { grid-template-columns: 1fr; gap: .15rem; }
  .legal-data dd + dt { margin-top: .85rem; }
  .card,
  .service-shell,
  .simple-feature-card,
  .service-section-card,
  .price-category,
  details,
  .review-card,
  .booking-card,
  .map-embed-card,
  .map-consent-placeholder,
  .legal-shell {
    animation: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-color: rgba(185,147,77,.52);
    box-shadow: 0 8px 24px rgba(45,45,45,.055);
  }
  .service-treatment {
    border-color: rgba(185,147,77,.58);
    background: rgba(255,255,255,.24);
    box-shadow: 0 0 0 1px rgba(229,190,105,.16), 0 8px 22px rgba(45,45,45,.045);
  }
}

@media (max-width: 560px) {
  .wrap, .narrow { width: min(100% - 28px, 1280px); }
  section { padding: 4rem 0; }
  .hero-actions, .cta-row { flex-direction: column; align-items: stretch; }
  .button, .button-outline { width: 100%; }
  .about-copy { padding: 1.5rem; }
  .card { padding: 1.5rem; }
  .price-row { grid-template-columns: 1fr; gap: .35rem; }
  .muted { display: block; margin-left: 0; }
  .consent-dialog-actions { display: grid; grid-template-columns: 1fr; }
  .consent-dialog-actions button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
