:root {
  color-scheme: light dark;
  --font-main: "Trebuchet MS", "Avenir Next", system-ui, sans-serif;
  --font-display: Georgia, "Times New Roman", serif;
  --radius-xs: 0.75rem;
  --radius-sm: 1rem;
  --radius-md: 1.35rem;
  --radius-lg: 2rem;
  --shadow-soft: 0 1rem 3rem rgb(84 38 56 / 0.14);
  --shadow-strong: 0 1.4rem 4rem rgb(38 18 29 / 0.28);
  --ease: cubic-bezier(.2,.8,.2,1);
}

[data-theme="light"] {
  --bg: #fbf7f3;
  --bg-soft: #f4ebe5;
  --surface: #fffaf7;
  --surface-2: #f1e1da;
  --text: #26151d;
  --muted: #604b54;
  --muted-strong: #47333c;
  --line: #dec8be;
  --accent: #8b3a55;
  --accent-strong: #66243b;
  --accent-soft: #f1cbd7;
  --accent-contrast: #fff8f5;
  --hero-text: #fff8f5;
  --hero-muted: #f6e5de;
  --glass: rgb(255 248 245 / 0.16);
  --glass-line: rgb(255 248 245 / 0.36);
  --danger: #9a2538;
  --success: #2f6b43;
  --focus: #5d1630;
}

[data-theme="dark"] {
  --bg: #171014;
  --bg-soft: #241820;
  --surface: #21161d;
  --surface-2: #30202a;
  --text: #f7ede8;
  --muted: #d8c2ba;
  --muted-strong: #ecd8d0;
  --line: #654655;
  --accent: #f0a2ba;
  --accent-strong: #ffd0dc;
  --accent-soft: #4f2537;
  --accent-contrast: #241018;
  --hero-text: #fff8f5;
  --hero-muted: #f3ddd5;
  --glass: rgb(36 18 26 / 0.42);
  --glass-line: rgb(255 229 220 / 0.26);
  --danger: #ffb0bd;
  --success: #abe0b7;
  --focus: #ffd0dc;
}

* , *::before, *::after {
  box-sizing: border-box;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 0;
  color: var(--text);
  background: radial-gradient(circle at top left, var(--surface-2), transparent 28rem), var(--bg);
  font-family: var(--font-main);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

img,
svg,
video,
canvas,
picture {
  max-width: 100%;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a,
p,
span,
strong,
li,
h1,
h2,
h3,
label,
input,
textarea,
select,
button {
  overflow-wrap: break-word;
  word-break: break-word;
}

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

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

button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 0.18rem solid var(--focus);
  outline-offset: 0.18rem;
}

.container {
  width: min(70rem, calc(100% - clamp(2rem, 7vw, 5rem)));
  margin-inline: auto;
}

.section {
  padding-block: clamp(3.5rem, 7vw, 7rem);
}

.btn {
  border: 0;
  border-radius: 999rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}

.btn:hover {
  transform: translateY(-0.12rem);
}

.btn-primary {
  color: var(--accent-contrast);
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  box-shadow: var(--shadow-soft);
}

.btn-soft {
  color: var(--text);
  background: var(--surface-2);
  border: 0.0625rem solid var(--line);
}

.btn-glass {
  color: var(--hero-text);
  background: var(--glass);
  border: 0.0625rem solid var(--glass-line);
  backdrop-filter: blur(1rem);
}

.eyebrow {
  margin: 0 0 clamp(0.65rem, 1.2vw, 0.95rem);
  color: var(--accent-strong);
  font-size: clamp(0.76rem, 0.55vw + 0.64rem, 0.92rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-title,
.legal-title {
  margin: 0;
  color: var(--text);
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.section-title {
  max-width: 50rem;
  font-size: clamp(2rem, 4vw, 4.15rem);
}

.section-copy {
  max-width: 45rem;
  margin: clamp(1rem, 2vw, 1.35rem) 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 0.8vw + 0.86rem, 1.18rem);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  border-bottom: 0.0625rem solid var(--line);
  backdrop-filter: blur(1rem);
}

.nav-wrap {
  height: clamp(56px, 5vw + 44px, 72px);
  padding-inline: clamp(16px, 4vw, 40px);
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(8px, 2vw, 22px);
}

.brand-link {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: clamp(8px, 1.4vw, 14px);
  color: var(--text);
  font-weight: 950;
  letter-spacing: -0.04em;
}

.brand-mark {
  flex: 0 0 auto;
  width: clamp(32px, 4vw, 44px);
  height: clamp(32px, 4vw, 44px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: clamp(12px, 1.7vw, 17px);
  color: var(--accent-contrast);
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
}

.brand-mark svg {
  width: clamp(19px, 2.7vw, 29px);
  height: clamp(19px, 2.7vw, 29px);
  fill: none;
}

.brand-mark path:first-child {
  fill: currentColor;
  opacity: .92;
}

.brand-mark path:last-child {
  stroke: var(--accent);
  stroke-width: clamp(3px, .5vw, 5px);
  stroke-linecap: round;
}

.brand-name {
  min-width: 0;
  font-size: clamp(18px, 2.2vw, 27px);
  white-space: nowrap;
}

.primary-nav {
  display: none;
  align-items: center;
  justify-content: center;
  gap: clamp(4px, .8vw, 10px);
  min-width: 0;
}

.primary-nav a {
  padding: clamp(8px, .9vw, 12px) clamp(9px, 1vw, 14px);
  border-radius: clamp(12px, 1.2vw, 16px);
  color: var(--muted-strong);
  font-size: clamp(13px, .42vw + 10px, 15px);
  font-weight: 850;
  white-space: nowrap;
}

.primary-nav a:hover {
  color: var(--text);
  background: var(--surface-2);
}

.site-header .hdr-cta {
  display: none;
  flex: 0 0 auto;
  padding: clamp(10px, 1.1vw, 14px) clamp(14px, 1.9vw, 23px);
  font-size: clamp(13px, .55vw + 10px, 15px);
  white-space: nowrap;
}

.theme-toggle {
  border: 0.0625rem solid var(--line);
  border-radius: 999rem;
  color: var(--text);
  background: var(--surface);
  cursor: pointer;
  font-weight: 850;
  white-space: nowrap;
}

.theme-toggle-desktop {
  display: none;
  padding: clamp(9px, .9vw, 12px) clamp(12px, 1.2vw, 18px);
  font-size: clamp(12px, .45vw + 10px, 14px);
}

.nav-toggle {
  width: clamp(44px, 5vw, 52px);
  height: clamp(44px, 5vw, 52px);
  min-width: clamp(44px, 5vw, 52px);
  min-height: clamp(44px, 5vw, 52px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0.0625rem solid var(--line);
  border-radius: clamp(15px, 2vw, 20px);
  color: var(--text);
  background: var(--surface);
  cursor: pointer;
}

.nav-toggle-lines {
  width: clamp(18px, 2.8vw, 24px);
  height: clamp(18px, 2.8vw, 24px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(5px, .8vw, 7px);
}

.nav-toggle-lines span {
  width: 100%;
  height: clamp(2px, .32vw, 3px);
  border-radius: 999rem;
  background: currentColor;
  transform-origin: center;
  transition: transform .25s var(--ease), opacity .25s var(--ease);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-lines {
  gap: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-lines span:first-child {
  transform: translateY(50%) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-lines span:last-child {
  transform: translateY(-50%) rotate(-45deg);
}

.mobile-drawer {
  position: absolute;
  inset-inline: 0;
  top: 100%;
  max-height: 0;
  overflow: hidden;
  padding-inline: clamp(16px, 4vw, 40px);
  background: var(--bg);
  border-bottom: 0.0625rem solid var(--line);
  box-shadow: var(--shadow-soft);
  transition: max-height .32s var(--ease), padding-block .32s var(--ease);
}

.mobile-drawer.is-open {
  max-height: clamp(360px, 70vh, 620px);
  padding-block: clamp(14px, 4vw, 26px);
}

.drawer-nav {
  display: grid;
  gap: clamp(9px, 2vw, 14px);
}

.drawer-nav a,
.theme-toggle-drawer {
  width: 100%;
  padding: clamp(13px, 3vw, 17px) clamp(14px, 4vw, 22px);
  border-radius: clamp(14px, 2vw, 20px);
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 900;
  background: var(--surface);
  border: 0.0625rem solid var(--line);
  color: var(--text);
  text-align: left;
}

.theme-toggle-drawer {
  margin-top: clamp(10px, 3vw, 16px);
}

.hero-section {
  position: relative;
  min-height: calc(100svh - clamp(56px, 5vw + 44px, 72px));
  padding: clamp(4rem, 10vw, 8rem) clamp(1.15rem, 5vw, 4rem);
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-bg img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--text);
  opacity: .14;
}

.hero-content {
  width: min(57rem, 100%);
  max-width: 100%;
  padding: clamp(1.1rem, 5vw, 2.4rem);
  border: 0.0625rem solid var(--glass-line);
  border-radius: clamp(1.35rem, 4vw, 3rem);
  color: var(--hero-text);
  background: linear-gradient(135deg, rgb(38 21 29 / 0.56), rgb(38 21 29 / 0.24));
  backdrop-filter: blur(.7rem);
  box-shadow: var(--shadow-strong);
}

.hero-content .eyebrow {
  color: var(--hero-muted);
}

.hero-title {
  max-width: 55rem;
  margin: 0;
  color: var(--hero-text);
  font-family: var(--font-display);
  font-size: clamp(2.55rem, 7vw, 6.8rem);
  line-height: .9;
  letter-spacing: -0.07em;
}

.hero-text {
  max-width: 48rem;
  margin: clamp(1.1rem, 2.5vw, 1.65rem) 0 0;
  color: var(--hero-muted);
  font-size: clamp(1rem, 1.2vw + .78rem, 1.35rem);
}

.hero-actions {
  max-width: 100%;
  margin-top: clamp(1.3rem, 3vw, 2rem);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(.75rem, 2vw, 1rem);
}

.hero-main-cta,
.hero-alt-cta {
  max-width: 100%;
  padding: clamp(.9rem, 2vw, 1.05rem) clamp(1.1rem, 4vw, 1.55rem);
  font-size: clamp(.95rem, .6vw + .82rem, 1.05rem);
  text-align: center;
}

.hero-facts {
  margin-top: clamp(1.4rem, 3vw, 2rem);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(.7rem, 2vw, .95rem);
}

.hero-facts span {
  padding: clamp(.72rem, 2vw, .95rem);
  border: 0.0625rem solid var(--glass-line);
  border-radius: var(--radius-sm);
  color: var(--hero-text);
  background: var(--glass);
  font-weight: 800;
}

.intro-grid,
.audience-grid,
.trust-grid,
.booking-layout {
  display: grid;
  gap: clamp(1rem, 4vw, 2rem);
}

.intro-card,
.audience-copy,
.trust-copy,
.booking-copy,
.hygiene-copy,
.legal-wrap {
  min-width: 0;
}

.intro-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(.85rem, 2vw, 1rem);
}

.intro-points article,
.service-card,
.audience-list div,
.process-card,
.price-card,
.contact-card,
.booking-form,
.legal-content,
.metric-grid div {
  max-width: 100%;
  border: 0.0625rem solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.intro-points article {
  padding: clamp(1rem, 3vw, 1.25rem);
}

.intro-points span,
.process-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25em;
  height: 2.25em;
  border-radius: 999rem;
  color: var(--accent-contrast);
  background: var(--accent);
  font-weight: 950;
}

.intro-points h3,
.service-card h3,
.process-card h3,
.price-card h3 {
  margin: clamp(.75rem, 2vw, 1rem) 0 clamp(.45rem, 1vw, .6rem);
  color: var(--text);
  font-size: clamp(1.14rem, 1vw + .95rem, 1.38rem);
  line-height: 1.15;
}

.intro-points p,
.service-card p,
.audience-list span,
.process-card p,
.price-card p,
.photo-card figcaption,
.contact-card span,
.contact-card a,
.footer-brand p,
.footer-col a,
.footer-col span,
.footer-bottom {
  color: var(--muted);
}

.service-grid,
.process-grid,
.price-grid,
.metric-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(.9rem, 2vw, 1.15rem);
}

.service-grid,
.price-grid,
.process-grid {
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
}

.service-card,
.process-card,
.price-card {
  padding: clamp(1rem, 3vw, 1.45rem);
}

.service-card strong,
.price-card strong {
  display: block;
  margin-top: clamp(.8rem, 2vw, 1rem);
  color: var(--accent-strong);
  line-height: 1.35;
}

.audience-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(.8rem, 2vw, 1rem);
}

.audience-list div {
  padding: clamp(1rem, 3vw, 1.25rem);
}

.audience-list strong {
  display: block;
  margin-bottom: clamp(.35rem, 1vw, .55rem);
  color: var(--text);
  font-size: clamp(1rem, .8vw + .88rem, 1.2rem);
}

.photo-bottom-section,
.pricing-section {
  background: var(--bg-soft);
}

.section-head {
  min-width: 0;
}

.photo-row {
  margin-top: clamp(1.4rem, 4vw, 2.2rem);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(.9rem, 2.2vw, 1.2rem);
}

.photo-card {
  max-width: 100%;
  margin: 0;
  padding: clamp(.55rem, 1.4vw, .75rem);
  border: 0.0625rem solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.photo-card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: calc(var(--radius-lg) - .45rem);
}

.photo-card figcaption {
  padding: clamp(.75rem, 2vw, 1rem) clamp(.25rem, 1vw, .55rem) clamp(.15rem, .5vw, .25rem);
  font-size: clamp(.92rem, .6vw + .82rem, 1.02rem);
}

.hygiene-layout {
  display: grid;
  gap: clamp(1.3rem, 4vw, 2.2rem);
}

.vertical-photos {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(.9rem, 2vw, 1rem);
}

.check-list {
  margin: clamp(1.2rem, 3vw, 1.6rem) 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: clamp(.7rem, 2vw, .9rem);
}

.check-list li {
  position: relative;
  padding: clamp(.85rem, 2vw, 1rem) clamp(.95rem, 3vw, 1.2rem) clamp(.85rem, 2vw, 1rem) clamp(2.7rem, 6vw, 3.2rem);
  border: 0.0625rem solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
  color: var(--muted-strong);
  font-weight: 750;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: clamp(.95rem, 3vw, 1.2rem);
  top: 50%;
  width: .82rem;
  height: .82rem;
  border-radius: 999rem;
  background: var(--accent);
  transform: translateY(-50%);
}

.metric-grid {
  margin-top: 0;
}

.metric-grid div {
  padding: clamp(1rem, 3vw, 1.35rem);
}

.metric-grid strong {
  display: block;
  color: var(--accent-strong);
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
}

.metric-grid span {
  display: block;
  margin-top: clamp(.45rem, 1vw, .6rem);
  color: var(--muted);
  font-weight: 850;
}

.booking-section {
  background: linear-gradient(180deg, var(--bg), var(--bg-soft));
}

.contact-card {
  margin-top: clamp(1.3rem, 4vw, 2rem);
  padding: clamp(1rem, 3vw, 1.4rem);
}

.contact-card strong,
.contact-card span,
.contact-card a {
  display: block;
}

.contact-card strong {
  color: var(--text);
  font-size: clamp(1.1rem, 1vw + .95rem, 1.35rem);
}

.contact-card span,
.contact-card a {
  margin-top: clamp(.45rem, 1vw, .6rem);
}

.contact-card a:hover,
.footer-col a:hover,
.legal-content a:hover {
  color: var(--accent-strong);
}

.booking-form {
  padding: clamp(1rem, 4vw, 1.7rem);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(.85rem, 2.5vw, 1.05rem);
}

.form-field,
.form-wide,
.consent-field {
  min-width: 0;
  max-width: 100%;
}

.form-field label {
  display: block;
  margin-bottom: clamp(.35rem, 1vw, .5rem);
  color: var(--text);
  font-weight: 900;
}

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  max-width: 100%;
  border: 0.0625rem solid var(--line);
  border-radius: var(--radius-xs);
  padding: clamp(.82rem, 2vw, 1rem);
  color: var(--text);
  background: var(--bg);
}

.form-field textarea {
  resize: vertical;
  min-height: 8rem;
}

.consent-field {
  display: flex;
  align-items: flex-start;
  gap: clamp(.65rem, 2vw, .85rem);
  color: var(--muted-strong);
  font-weight: 750;
}

.consent-field input {
  flex: 0 0 auto;
  width: 1.15rem;
  height: 1.15rem;
  margin-top: .22rem;
  accent-color: var(--accent);
}

.field-error {
  display: block;
  min-height: 1.25em;
  margin-top: clamp(.3rem, 1vw, .45rem);
  color: var(--danger);
  font-size: clamp(.85rem, .4vw + .78rem, .95rem);
  font-weight: 800;
}

.form-submit {
  width: 100%;
  max-width: 100%;
  padding: clamp(.95rem, 2.5vw, 1.1rem) clamp(1rem, 3vw, 1.4rem);
  font-size: clamp(1rem, .6vw + .88rem, 1.08rem);
}

.form-status {
  margin: 0;
  color: var(--success);
  font-weight: 900;
}

.legal-main {
  background: var(--bg);
}

.legal-hero {
  background: var(--bg-soft);
}

.legal-title {
  font-size: clamp(2.4rem, 7vw, 5.6rem);
}

.legal-content {
  padding: clamp(1.1rem, 4vw, 2rem);
}

.legal-content h2 {
  margin: clamp(1.6rem, 4vw, 2.4rem) 0 clamp(.65rem, 2vw, .9rem);
  color: var(--text);
  font-size: clamp(1.35rem, 1.6vw + 1rem, 2rem);
  line-height: 1.12;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p,
.legal-content li {
  color: var(--muted-strong);
  font-size: clamp(1rem, .7vw + .88rem, 1.12rem);
}

.legal-content ul {
  margin: clamp(.75rem, 2vw, 1rem) 0 0;
  padding-left: clamp(1.2rem, 4vw, 1.7rem);
}

.legal-content li + li {
  margin-top: clamp(.45rem, 1vw, .55rem);
}

.site-footer {
  padding: clamp(2.5rem, 7vw, 4.5rem) clamp(1rem, 5vw, 3rem) clamp(1.2rem, 3vw, 1.8rem);
  color: var(--text);
  background: var(--surface);
  border-top: 0.0625rem solid var(--line);
}

.footer-grid {
  width: min(70rem, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.3rem, 4vw, 2rem);
}

.footer-brand p {
  max-width: 32rem;
  margin: clamp(.9rem, 2vw, 1.1rem) 0 0;
}

.footer-title {
  margin: 0 0 clamp(.75rem, 2vw, 1rem);
  color: var(--text);
  font-size: clamp(1rem, .8vw + .9rem, 1.2rem);
}

.footer-col a,
.footer-col span {
  display: block;
  margin-top: clamp(.45rem, 1vw, .6rem);
}

.footer-bottom {
  width: min(70rem, 100%);
  margin: clamp(1.8rem, 5vw, 3rem) auto 0;
  padding-top: clamp(1rem, 3vw, 1.4rem);
  border-top: 0.0625rem solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(.65rem, 2vw, 1rem);
  justify-content: space-between;
  font-size: clamp(.9rem, .6vw + .78rem, 1rem);
}

.cookie-banner {
  position: fixed;
  left: clamp(.9rem, 3vw, 1.4rem);
  right: clamp(.9rem, 3vw, 1.4rem);
  bottom: clamp(.9rem, 3vw, 1.4rem);
  z-index: 40;
  width: auto;
  max-width: calc(100% - clamp(1.8rem, 6vw, 2.8rem));
  padding: clamp(.9rem, 3vw, 1.1rem);
  border: 0.0625rem solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  color: var(--text);
  box-shadow: var(--shadow-strong);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(.8rem, 2vw, 1rem);
}

.cookie-banner.is-hidden {
  display: none;
}

.cookie-copy strong,
.cookie-copy span {
  display: block;
}

.cookie-copy span {
  margin-top: clamp(.25rem, 1vw, .4rem);
  color: var(--muted);
}

.cookie-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(.55rem, 1.5vw, .75rem);
}

.cookie-actions .btn {
  padding: clamp(.75rem, 2vw, .9rem) clamp(1rem, 3vw, 1.2rem);
}

.reveal {
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity .65s var(--ease), transform .65s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

@media (min-width: 768px) {
  .site-header .hdr-cta {
    display: inline-flex;
  }

  .audience-list,
  .metric-grid,
  .price-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .intro-grid,
  .audience-grid,
  .trust-grid,
  .booking-layout {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
  }

  .service-grid,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-wide {
    grid-column: auto;
  }

  .photo-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .booking-form {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .cookie-banner {
    width: min(54rem, calc(100% - clamp(1.8rem, 6vw, 2.8rem)));
    left: auto;
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .cookie-actions {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1023px) {
  .primary-nav {
    display: flex;
  }

  .theme-toggle-desktop {
    display: inline-flex;
  }

  .nav-toggle {
    display: none;
  }

  .mobile-drawer {
    display: none;
  }
}

@media (min-width: 1024px) {
  .hero-facts {
    grid-template-columns: repeat(3, 1fr);
  }

  .service-grid,
  .process-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .hygiene-layout {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
  }

  .vertical-photos {
    grid-template-columns: 1fr;
  }

  .photo-card img {
    aspect-ratio: 16 / 10;
  }
}

@media (min-width: 1280px) {
  .container,
  .footer-grid,
  .footer-bottom {
    width: min(74rem, calc(100% - clamp(4rem, 8vw, 7rem)));
  }

  .section-title {
    max-width: 54rem;
  }
}
