/* ==========================================================================
   Fysiotherapie Baskensburg — design system v2 "warm editorial studio"
   Fraunces (display + italic accents) & Inter (text), self-hosted.
   Palette: bone / deep pine / terracotta clay / ochre gold.
   ========================================================================== */

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("/assets/fonts/fraunces-latin-var.woff2") format("woff2");
}

@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url("/assets/fonts/fraunces-italic-latin-var.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/inter-latin-var.woff2") format("woff2");
}

:root {
  --bg: #faf6ef;
  --bg-soft: #f3ecdf;
  --card: #fffdf9;
  --ink: #182720;
  --pine: #24523f;
  --pine-soft: #e2ebe2;
  --pine-deep: #12251c;
  --clay: #b25a35;
  --clay-dark: #96482a;
  --clay-soft: #f4e3d7;
  --gold: #c2933d;
  --text: #454f45;
  --muted: #6f7a6c;
  --line: #e4dbc9;
  --line-soft: #ece5d6;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow-sm: 0 1px 2px rgba(24, 39, 32, 0.05), 0 6px 18px rgba(24, 39, 32, 0.06);
  --shadow-md: 0 2px 6px rgba(24, 39, 32, 0.06), 0 18px 44px rgba(24, 39, 32, 0.12);
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-text: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --container: 1180px;
  --header-h: 78px;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  /* grain texture, used on dark surfaces */
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.05 0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Base ---------- */

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  font-family: var(--font-text);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text);
  background: var(--bg);
  overflow-x: clip;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 480;
  color: var(--ink);
  line-height: 1.08;
  letter-spacing: -0.015em;
  margin: 0 0 1rem;
}

h1 em, h2 em, h3 em, .accent-i {
  font-style: italic;
  font-weight: 460;
  color: var(--clay);
}

h4, h5 {
  font-family: var(--font-text);
  font-weight: 640;
  color: var(--ink);
  line-height: 1.3;
  margin: 0 0 0.5rem;
}

h1 { font-size: clamp(2.4rem, 1.3rem + 3.8vw, 4rem); }
h2 { font-size: clamp(1.8rem, 1.2rem + 2vw, 2.6rem); }
h3 { font-size: clamp(1.25rem, 1.1rem + 0.5vw, 1.45rem); }
h4 { font-size: 1.0625rem; }

p { margin: 0 0 1rem; }

a {
  color: var(--pine);
  text-decoration: none;
  transition: color 0.15s ease;
}

a:hover { color: var(--clay); }

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

ul, ol { padding-left: 1.25rem; }

strong { color: var(--ink); font-weight: 620; }

:focus-visible {
  outline: 3px solid var(--clay);
  outline-offset: 2px;
  border-radius: 4px;
}

::selection { background: rgba(178, 90, 53, 0.18); }

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

/* ---------- Layout helpers ---------- */

.container {
  width: min(100% - 2.5rem, var(--container));
  margin-inline: auto;
}

.section { padding: clamp(4rem, 3rem + 4vw, 7rem) 0; }

.section-alt { background: var(--bg-soft); }

.section-head {
  max-width: 46rem;
  margin-bottom: clamp(2.25rem, 1.5rem + 2.5vw, 3.75rem);
}

.section-head.center { margin-inline: auto; text-align: center; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.78rem;
  font-weight: 680;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--clay);
  margin-bottom: 1rem;
}

.eyebrow::before {
  content: "";
  width: 1.75rem;
  height: 1px;
  background: var(--clay);
  opacity: 0.6;
}

.section-head.center .eyebrow { justify-content: center; }
.section-head.center .eyebrow::after {
  content: "";
  width: 1.75rem;
  height: 1px;
  background: var(--clay);
  opacity: 0.6;
}

.lead {
  font-size: 1.14rem;
  color: var(--muted);
  line-height: 1.75;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
}

@media (max-width: 900px) {
  .grid-3 { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
}

/* Mobile horizontal snap-rail: applied to grids that should swipe on small screens */
@media (max-width: 640px) {
  .rail-mobile {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 0.9rem;
    margin-inline: -1.25rem;
    padding: 0.25rem 1.25rem 1.25rem;
    scrollbar-width: none;
  }

  .rail-mobile::-webkit-scrollbar { display: none; }

  .rail-mobile > * {
    flex: 0 0 82%;
    scroll-snap-align: center;
  }
}

.rail-hint {
  display: none;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  font-size: 0.82rem;
  color: var(--muted);
  margin-top: 0.25rem;
}

@media (max-width: 640px) {
  .rail-hint { display: flex; }
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -5rem;
  z-index: 200;
  padding: 0.8rem 1.2rem;
  background: var(--ink);
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  transition: top 0.2s ease;
}

.skip-link:focus-visible { top: 1rem; color: #fff; }

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

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.9rem 1.7rem;
  border-radius: 999px;
  border: 1.5px solid transparent;
  font-family: var(--font-text);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s var(--ease-out), box-shadow 0.2s ease;
}

.btn svg { flex-shrink: 0; transition: transform 0.25s var(--ease-out); }

.btn:hover svg.slide { transform: translateX(4px); }

.btn-primary {
  background: var(--clay);
  color: #fff;
  box-shadow: 0 8px 20px rgba(178, 90, 53, 0.28);
}

.btn-primary:hover {
  background: var(--clay-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(178, 90, 53, 0.32);
}

.btn-outline {
  background: transparent;
  color: var(--ink);
  border-color: #cfc6b2;
}

.btn-outline:hover {
  border-color: var(--clay);
  color: var(--clay-dark);
  background: var(--clay-soft);
  transform: translateY(-2px);
}

.btn-light { background: var(--bg); color: var(--pine-deep); }

.btn-light:hover {
  background: #fff;
  color: var(--clay-dark);
  transform: translateY(-2px);
}

.btn-ghost-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}

.btn-ghost-light:hover {
  color: #fff;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.btn-lg { padding: 1.05rem 2.1rem; font-size: 1.05rem; }

/* ---------- Top bar ---------- */

.topbar {
  background: var(--pine-deep);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.85rem;
  position: relative;
}

.topbar::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--grain);
  opacity: 0.5;
  pointer-events: none;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 40px;
  padding: 0.3rem 0;
  position: relative;
  z-index: 1;
}

.topbar span { display: inline-flex; align-items: center; gap: 0.45rem; }

.topbar svg { opacity: 0.6; }

.topbar a { color: #fff; font-weight: 600; }

.topbar a:hover { color: #e8b48f; }

.topbar-contact { display: flex; align-items: center; gap: 1.5rem; }

@media (max-width: 760px) {
  .topbar span.topbar-hours { display: none; }
}

@media (max-width: 520px) {
  .topbar span.topbar-mail { display: none; }
  .topbar-inner { justify-content: center; }
}

/* ---------- Header / nav ---------- */

/* NOTE: no backdrop-filter/transform here — it would become the containing
   block for the position:fixed mobile nav panel and clip it to the header. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--bg);
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 6px 24px rgba(24, 39, 32, 0.07);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  min-height: var(--header-h);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--ink);
  min-width: 0;
}

.brand img { width: 46px; height: 46px; border-radius: 50%; }

.brand-name { display: grid; line-height: 1.12; }

.brand-name strong {
  font-family: var(--font-display);
  font-weight: 560;
  font-size: 1.08rem;
  color: var(--ink);
  white-space: nowrap;
}

.brand-name small {
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--clay);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin-left: auto;
}

.main-nav > a {
  position: relative;
  padding: 0.55rem 0.9rem;
  font-size: 0.98rem;
  font-weight: 540;
  color: var(--ink);
  border-radius: 999px;
}

.main-nav > a:hover {
  color: var(--clay-dark);
  background: var(--clay-soft);
}

.main-nav > a[aria-current="page"] {
  color: var(--clay-dark);
  font-weight: 660;
}

.main-nav > a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.05rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--clay);
}

/* Language link shown only inside the mobile nav panel */
.main-nav > a.nav-lang { display: none; }

.header-actions { display: flex; align-items: center; gap: 0.75rem; }

.lang-switch {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.15rem;
  font-size: 0.78rem;
  font-weight: 700;
}

.lang-switch a,
.lang-switch span {
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  color: var(--muted);
}

.lang-switch [aria-current="true"] {
  background: var(--pine-deep);
  color: #fff;
}

.header-cta { padding: 0.68rem 1.3rem; font-size: 0.95rem; }

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--card);
  cursor: pointer;
  padding: 0;
}

.nav-toggle-bars { position: relative; width: 18px; height: 12px; }

.nav-toggle-bars span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: var(--ink);
  transition: transform 0.25s ease, opacity 0.2s ease, top 0.25s ease;
}

.nav-toggle-bars span:nth-child(1) { top: 0; }
.nav-toggle-bars span:nth-child(2) { top: 5px; }
.nav-toggle-bars span:nth-child(3) { top: 10px; }

.nav-open .nav-toggle-bars span:nth-child(1) { top: 5px; transform: rotate(45deg); }
.nav-open .nav-toggle-bars span:nth-child(2) { opacity: 0; }
.nav-open .nav-toggle-bars span:nth-child(3) { top: 5px; transform: rotate(-45deg); }

@media (max-width: 1020px) {
  .main-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(21.5rem, 88vw);
    flex-direction: column;
    align-items: stretch;
    gap: 0.2rem;
    margin: 0;
    padding: calc(var(--header-h) + 2.5rem) 1.6rem 2rem;
    background: var(--bg);
    box-shadow: -24px 0 60px rgba(24, 39, 32, 0.22);
    transform: translateX(105%);
    transition: transform 0.35s var(--ease-out);
    visibility: hidden;
    overflow-y: auto;
    z-index: 120;
  }

  .nav-open .main-nav { transform: translateX(0); visibility: visible; }

  .main-nav > a {
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 500;
    padding: 0.95rem 1rem;
    border-bottom: 1px solid var(--line-soft);
    border-radius: 0;
  }

  .main-nav > a:hover { background: transparent; }

  .main-nav > a[aria-current="page"]::after { display: none; }

  .main-nav > a[aria-current="page"] {
    color: var(--clay);
    font-style: italic;
  }

  .main-nav > a.nav-lang {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-family: var(--font-text);
    font-size: 1rem;
    font-weight: 600;
    color: var(--pine);
    border-bottom: 0;
    margin-top: 0.6rem;
  }

  .main-nav > a.nav-lang .lang-chip {
    display: inline-grid;
    place-items: center;
    min-width: 2.2rem;
    padding: 0.22rem 0.45rem;
    border-radius: 999px;
    background: var(--pine-deep);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
  }

  .nav-toggle { display: inline-flex; z-index: 130; }

  /* main-nav is position:fixed here (out of flow), so the actions must push
     themselves to the right edge */
  .header-actions { margin-left: auto; }

  .header-cta { display: none; }

  .nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(18, 37, 28, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: -1;
  }

  .nav-open .nav-overlay { opacity: 1; visibility: visible; z-index: 90; }

  body.nav-locked { overflow: hidden; }
}

@media (max-width: 560px) {
  .brand-name strong { font-size: 0.98rem; }
  .brand-name small { display: none; }
  .header-actions .lang-switch { display: none; }
  .header-inner { gap: 0.75rem; }
}

/* ---------- Hero (home) ---------- */

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(38rem 24rem at 88% -10%, rgba(36, 82, 63, 0.09), transparent 70%),
    radial-gradient(30rem 22rem at -10% 105%, rgba(178, 90, 53, 0.07), transparent 70%),
    var(--bg);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(3.25rem, 2rem + 4vw, 6rem) 0 clamp(3.75rem, 2.5rem + 4.5vw, 7rem);
}

.hero h1 { margin-bottom: 1.4rem; max-width: 13ch; }

.hero-text {
  font-size: 1.16rem;
  color: var(--muted);
  max-width: 33rem;
  margin-bottom: 2rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 2.1rem;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.6rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-points li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.93rem;
  font-weight: 560;
  color: var(--ink);
}

.hero-points svg { color: var(--pine); flex-shrink: 0; }

/* staggered entrance */
.hero-enter > * {
  opacity: 0;
  transform: translateY(26px);
  animation: heroUp 0.9s var(--ease-out) forwards;
}

.hero-enter > *:nth-child(1) { animation-delay: 0.05s; }
.hero-enter > *:nth-child(2) { animation-delay: 0.14s; }
.hero-enter > *:nth-child(3) { animation-delay: 0.23s; }
.hero-enter > *:nth-child(4) { animation-delay: 0.32s; }
.hero-enter > *:nth-child(5) { animation-delay: 0.41s; }

@keyframes heroUp {
  to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-enter > * { opacity: 1; transform: none; animation: none; }
}

.hero-media {
  position: relative;
  opacity: 0;
  animation: heroMedia 1.1s var(--ease-out) 0.25s forwards;
}

@keyframes heroMedia {
  from { opacity: 0; transform: translateY(20px) scale(0.985); }
  to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-media { opacity: 1; animation: none; }
}

/* Arch-masked primary photo */
.hero-media .arch {
  width: 100%;
  aspect-ratio: 4 / 4.6;
  object-fit: cover;
  border-radius: 999px 999px var(--radius) var(--radius);
  box-shadow: var(--shadow-md);
}

/* Arch-masked crossfade slideshow */
.hero-slideshow {
  position: relative;
  width: 100%;
  aspect-ratio: 10 / 11;
  border-radius: 999px 999px var(--radius) var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background: var(--bg-soft);
}

.hero-slideshow img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1.1s ease, transform 6s linear;
}

.hero-slideshow img.is-active {
  opacity: 1;
  transform: scale(1);
}

.slide-dots {
  position: absolute;
  right: 1.15rem;
  bottom: 1.05rem;
  display: flex;
  gap: 0.45rem;
  z-index: 2;
}

.slide-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 1px 4px rgba(24, 39, 32, 0.35);
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.slide-dots button:hover { background: #fff; transform: scale(1.2); }

.slide-dots button[aria-current="true"] {
  background: var(--gold);
  transform: scale(1.25);
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: -1.1rem -1.1rem auto auto;
  width: 58%;
  aspect-ratio: 1;
  border: 1.5px solid var(--gold);
  opacity: 0.55;
  border-radius: 999px 999px 0 0;
  z-index: -1;
}

.hero-badge {
  position: absolute;
  left: -1.4rem;
  bottom: 2.2rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: 16px;
  padding: 0.9rem 1.2rem;
  box-shadow: var(--shadow-md);
  max-width: 19rem;
  animation: floatBob 5.5s ease-in-out 1.4s infinite;
}

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

@media (prefers-reduced-motion: reduce) {
  .hero-badge { animation: none; }
}

.hero-badge-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--pine-soft);
  color: var(--pine);
  flex-shrink: 0;
}

.hero-badge strong {
  display: block;
  font-size: 0.95rem;
  color: var(--ink);
  line-height: 1.3;
}

.hero-badge span { font-size: 0.84rem; color: var(--muted); }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  /* width:100% is required: with only margin-inline:auto, Safari sizes the
     grid item to its intrinsic width, which is 0 here because the slideshow
     only has absolutely positioned children — the hero collapses. */
  .hero-media { width: 100%; max-width: 26rem; margin-inline: auto; margin-bottom: 2.25rem; }
  .hero h1 { max-width: none; }

  /* On small screens the badge sits half below the photo instead of over the face */
  .hero-badge {
    left: 50%;
    right: auto;
    bottom: -2.1rem;
    transform: translateX(-50%);
    width: max-content;
    max-width: calc(100% - 1.5rem);
    padding: 0.7rem 1rem;
    animation: none;
  }
}

/* ---------- Ticker marquee ---------- */

.ticker {
  position: relative;
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: var(--card);
  padding: 0.95rem 0;
  --ticker-duration: 36s;
}

.ticker-track {
  display: flex;
  gap: 2.75rem;
  width: max-content;
  animation: tickerMove var(--ticker-duration) linear infinite;
}

.marquee-group {
  display: flex;
  gap: inherit;
  align-items: stretch;
}

.ticker:hover .ticker-track,
.ticker:focus-within .ticker-track {
  animation-play-state: paused;
}

@keyframes tickerMove {
  to { transform: translateX(-50%); }
}

.ticker a {
  display: inline-flex;
  align-items: center;
  gap: 2.75rem;
  font-family: var(--font-display);
  font-size: 1.06rem;
  font-weight: 500;
  color: var(--ink);
  white-space: nowrap;
}

.ticker a::after {
  content: "✦";
  color: var(--gold);
  font-size: 0.75rem;
}

.ticker a:hover { color: var(--clay); font-style: italic; }

@media (prefers-reduced-motion: reduce) {
  .ticker { overflow-x: auto; }
  .ticker-track { animation: none; }
}

/* ---------- USP band ---------- */

.usp-band { background: transparent; }

.usp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  padding: 2.25rem 0;
}

.usp {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  padding: 1.35rem 1.4rem;
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s ease, border-color 0.25s ease;
}

.usp:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm);
  border-color: var(--line);
}

.usp-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--pine-soft);
  color: var(--pine);
  flex-shrink: 0;
}

.usp strong {
  display: block;
  font-size: 0.98rem;
  color: var(--ink);
  line-height: 1.3;
  margin-bottom: 0.2rem;
}

.usp span { font-size: 0.88rem; color: var(--muted); line-height: 1.5; }

@media (max-width: 980px) {
  .usp-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .usp-grid { grid-template-columns: 1fr; gap: 0.9rem; }
}

/* ---------- Cards ---------- */

.card {
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 1.85rem;
}

.treatment-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 1.85rem;
  color: var(--text);
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s var(--ease-out);
}

.treatment-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 3px;
  background: linear-gradient(90deg, var(--clay), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s var(--ease-out);
}

.treatment-card:hover {
  border-color: var(--line);
  box-shadow: var(--shadow-md);
  transform: translateY(-5px);
  color: var(--text);
}

.treatment-card:hover::after { transform: scaleX(1); }

.treatment-card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.15rem;
}

.treatment-card p { margin: 0; font-size: 0.96rem; color: var(--muted); }

.treatment-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--pine-soft);
  color: var(--pine);
  margin-bottom: 0.95rem;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s var(--ease-out);
}

.treatment-card:hover .treatment-icon {
  background: var(--pine);
  color: #fff;
  transform: rotate(-6deg) scale(1.05);
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: auto;
  padding-top: 1rem;
  font-size: 0.95rem;
  font-weight: 650;
  color: var(--clay);
}

.card-link svg { transition: transform 0.25s var(--ease-out); }

.treatment-card:hover .card-link svg { transform: translateX(4px); }

/* ---------- Media split ---------- */

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.25rem, 5vw, 5rem);
  align-items: center;
}

.split-media { position: relative; }

.split-media img {
  width: 100%;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--shadow-md);
}

.split-media .portrait {
  aspect-ratio: 4 / 5;
  border-radius: 999px 999px var(--radius) var(--radius);
}

.split-media::before {
  content: "";
  position: absolute;
  inset: auto -0.9rem -0.9rem 2rem;
  height: 55%;
  border: 1.5px solid var(--gold);
  opacity: 0.5;
  border-radius: var(--radius);
  z-index: -1;
}

.experience-chip {
  position: absolute;
  right: -0.6rem;
  bottom: 1.4rem;
  background: var(--pine-deep);
  color: rgba(255, 255, 255, 0.82);
  border-radius: 14px;
  padding: 0.75rem 1.15rem;
  font-size: 0.88rem;
  line-height: 1.35;
  box-shadow: var(--shadow-md);
}

.experience-chip strong {
  display: block;
  color: #fff;
  font-size: 1rem;
  font-family: var(--font-display);
  font-weight: 540;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 1.85rem;
  display: grid;
  gap: 0.75rem;
}

.checklist li { display: flex; gap: 0.7rem; align-items: flex-start; }

.checklist svg { color: var(--pine); flex-shrink: 0; margin-top: 0.24rem; }

@media (max-width: 860px) {
  .split { grid-template-columns: 1fr; }
  .split-media { max-width: 26rem; }
}

/* ---------- Steps / werkwijze ---------- */

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
}

.step {
  position: relative;
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 1.7rem 1.6rem 1.6rem;
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s ease;
}

.step:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }

.step-num {
  display: block;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 2.6rem;
  font-weight: 420;
  line-height: 1;
  color: var(--clay);
  opacity: 0.85;
  margin-bottom: 0.9rem;
}

.step h3 {
  font-family: var(--font-text);
  font-size: 1.05rem;
  font-weight: 650;
  margin-bottom: 0.4rem;
}

.step p { margin: 0; font-size: 0.94rem; color: var(--muted); }

@media (max-width: 980px) {
  .steps { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .steps { grid-template-columns: 1fr; }
}

/* ---------- Complaint links (Klachten) ---------- */

.complaint-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.6rem;
}

.complaint-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 56px;
  padding: 0.85rem 1.3rem;
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-sm);
  font-size: 1rem;
  font-weight: 560;
  color: var(--ink);
  transition: border-color 0.2s ease, transform 0.25s var(--ease-out), box-shadow 0.2s ease, padding-left 0.25s var(--ease-out);
}

.complaint-links a small {
  display: block;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--muted);
}

.complaint-links a svg { color: var(--clay); flex-shrink: 0; transition: transform 0.25s var(--ease-out); }

.complaint-links a:hover {
  border-color: var(--clay);
  box-shadow: var(--shadow-sm);
  padding-left: 1.6rem;
  color: var(--ink);
}

.complaint-links a:hover svg { transform: translateX(4px); }

/* ---------- Testimonials marquee ---------- */

.testi-marquee {
  position: relative;
  overflow: hidden;
  --marquee-duration: 45s;
  padding: 0.5rem 0 1rem;
  /* soft fade at edges */
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.testi-track {
  display: flex;
  gap: 1.4rem;
  width: max-content;
  animation: tickerMove var(--marquee-duration) linear infinite;
}

.testi-marquee:hover .testi-track,
.testi-marquee:focus-within .testi-track {
  animation-play-state: paused;
}

.testimonial {
  display: flex;
  flex-direction: column;
  width: min(24rem, 78vw);
  flex-shrink: 0;
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 1.8rem;
  white-space: normal;
}

.stars {
  display: inline-flex;
  gap: 0.15rem;
  color: var(--gold);
  margin-bottom: 0.95rem;
}

.testimonial blockquote {
  margin: 0 0 1.15rem;
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 440;
  line-height: 1.5;
  color: var(--ink);
}

.testimonial footer {
  margin-top: auto;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.testimonial footer::before {
  content: "";
  width: 1.2rem;
  height: 1px;
  background: var(--clay);
}

@media (prefers-reduced-motion: reduce) {
  .testi-marquee {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .testi-track { animation: none; }
}

.review-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
  margin-top: 1.75rem;
}

/* ---------- Pricing table ---------- */

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow-sm);
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  min-width: 34rem;
}

.price-table th,
.price-table td { text-align: left; padding: 1.1rem 1.6rem; }

.price-table thead th {
  background: var(--pine-deep);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-table tbody tr { transition: background-color 0.15s ease; }

.price-table tbody tr + tr { border-top: 1px solid var(--line-soft); }

.price-table tbody tr:hover { background: var(--bg-soft); }

.price-table td:last-child {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 560;
  color: var(--ink);
  white-space: nowrap;
}

/* ---------- FAQ ---------- */

.faq-list {
  display: grid;
  gap: 0.85rem;
  max-width: 46rem;
  margin-inline: auto;
}

.faq-item {
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-item[open] { border-color: var(--line); box-shadow: var(--shadow-sm); }

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.4rem;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}

.faq-item summary:hover { color: var(--clay-dark); }

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
  content: "";
  flex-shrink: 0;
  width: 11px;
  height: 11px;
  border-right: 1.8px solid var(--clay);
  border-bottom: 1.8px solid var(--clay);
  transform: rotate(45deg);
  transition: transform 0.3s var(--ease-out);
  margin-top: -4px;
}

.faq-item[open] summary::after { transform: rotate(225deg); margin-top: 4px; }

.faq-item .faq-body {
  padding: 0 1.4rem 1.25rem;
  color: var(--muted);
}

.faq-item .faq-body p:last-child { margin-bottom: 0; }

/* ---------- CTA band ---------- */

.cta-band {
  position: relative;
  background: var(--pine-deep);
  color: #fff;
  border-radius: 26px;
  padding: clamp(2.5rem, 2rem + 3vw, 4.5rem);
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 2rem;
  align-items: center;
  overflow: hidden;
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--grain);
  opacity: 0.6;
  pointer-events: none;
}

.cta-band::after {
  content: "";
  position: absolute;
  right: -5rem;
  top: -9rem;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  border: 1.5px solid rgba(201, 155, 78, 0.35);
}

.cta-band h2 {
  color: #fff;
  margin-bottom: 0.65rem;
  font-weight: 440;
}

.cta-band h2 em { color: #e8b48f; }

.cta-band p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  max-width: 34rem;
}

.cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.85rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 860px) {
  .cta-band { grid-template-columns: 1fr; }
  .cta-actions { align-items: flex-start; flex-direction: row; flex-wrap: wrap; }
}

/* ---------- Page hero (interior pages) ---------- */

.page-hero {
  position: relative;
  background:
    radial-gradient(30rem 18rem at 92% 0%, rgba(36, 82, 63, 0.08), transparent 70%),
    var(--bg-soft);
  border-bottom: 1px solid var(--line);
  padding: clamp(2.75rem, 2rem + 3vw, 5rem) 0;
}

.page-hero h1 { max-width: 22ch; margin-bottom: 0.9rem; }

.page-hero .lead { max-width: 44rem; margin-bottom: 0; }

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  margin: 0 0 1.5rem;
  list-style: none;
  font-size: 0.85rem;
}

.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--muted);
}

.breadcrumbs li + li::before { content: "·"; color: var(--gold); }

.breadcrumbs a { color: var(--muted); font-weight: 550; }

.breadcrumbs a:hover { color: var(--clay); }

.breadcrumbs [aria-current="page"] { color: var(--ink); font-weight: 600; }

/* ---------- Treatment detail layout ---------- */

.detail-grid {
  display: grid;
  grid-template-columns: 1fr 20.5rem;
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: start;
}

.detail-body h2 {
  font-size: 1.6rem;
  margin-top: 2.5rem;
}

.detail-body h2:first-child { margin-top: 0; }

.detail-aside {
  position: sticky;
  top: calc(var(--header-h) + 1.5rem);
  display: grid;
  gap: 1.25rem;
}

.aside-card {
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 1.55rem;
  box-shadow: var(--shadow-sm);
}

.aside-card.accent {
  position: relative;
  background: var(--pine-deep);
  border-color: var(--pine-deep);
  color: rgba(255, 255, 255, 0.82);
  overflow: hidden;
}

.aside-card.accent::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--grain);
  opacity: 0.55;
  pointer-events: none;
}

.aside-card.accent > * { position: relative; }

.aside-card.accent h3 { color: #fff; }

.aside-card.accent .btn { width: 100%; }

.aside-card h3 {
  font-family: var(--font-text);
  font-size: 1.02rem;
  font-weight: 660;
  margin-bottom: 0.8rem;
}

.aside-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.35rem;
}

.aside-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.6rem 0.8rem;
  border-radius: 9px;
  font-size: 0.94rem;
  font-weight: 550;
  color: var(--ink);
}

.aside-list a:hover { background: var(--clay-soft); color: var(--clay-dark); }

.aside-list a[aria-current="page"] {
  background: var(--pine-soft);
  color: var(--pine);
  font-weight: 650;
}

.contact-mini { display: grid; gap: 0.7rem; font-size: 0.95rem; }

.contact-mini a { display: inline-flex; align-items: center; gap: 0.55rem; font-weight: 600; }

@media (max-width: 900px) {
  .detail-grid { grid-template-columns: 1fr; }
  .detail-aside { position: static; }
}

/* ---------- Info cards ---------- */

.info-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}

.info-card {
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 1.7rem;
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s ease;
}

.info-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }

.info-card h3 {
  font-family: var(--font-text);
  font-size: 1.05rem;
  font-weight: 660;
  margin-bottom: 0.5rem;
}

.info-card p { margin: 0; font-size: 0.95rem; color: var(--muted); }

@media (max-width: 900px) {
  .info-cards { grid-template-columns: 1fr; }
}

/* ---------- Contact page ---------- */

.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: start;
}

@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; }
}

.contact-form {
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: clamp(1.6rem, 1rem + 2vw, 2.4rem);
  box-shadow: var(--shadow-sm);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media (max-width: 560px) {
  .form-row { grid-template-columns: 1fr; }
}

.field { margin-bottom: 1.15rem; }

.field label {
  display: block;
  font-size: 0.9rem;
  font-weight: 650;
  color: var(--ink);
  margin-bottom: 0.4rem;
}

.field label span { font-weight: 500; color: var(--muted); }

.field input,
.field textarea {
  width: 100%;
  padding: 0.85rem 1.05rem;
  border: 1.5px solid #d7cdb8;
  border-radius: 11px;
  background: #fff;
  font-family: var(--font-text);
  font-size: 1rem;
  color: var(--ink);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

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

.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--clay);
  box-shadow: 0 0 0 3px rgba(178, 90, 53, 0.15);
}

.form-note { font-size: 0.85rem; color: var(--muted); margin: 0.9rem 0 0; }

.form-status {
  display: none;
  margin: 1rem 0 0;
  padding: 0.9rem 1.15rem;
  border-radius: 11px;
  font-size: 0.95rem;
  font-weight: 550;
}

.form-status.is-visible { display: block; }

.form-status.is-success {
  background: #e9f2e6;
  color: #2c5e33;
  border: 1px solid #c2dcc0;
}

.form-status.is-error {
  background: #f9e9e4;
  color: #a03e26;
  border: 1px solid #ecc7ba;
}

.contact-details { display: grid; gap: 1.3rem; }

.contact-block { display: flex; gap: 1rem; align-items: flex-start; }

.contact-block .usp-icon { margin-top: 0.15rem; }

.contact-block strong { display: block; color: var(--ink); margin-bottom: 0.15rem; }

.contact-block a { font-weight: 600; }

.contact-block p { margin: 0; color: var(--muted); }

.hours-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.hours-table td {
  padding: 0.5rem 0;
  border-bottom: 1px dashed var(--line);
}

.hours-table td:last-child {
  text-align: right;
  font-weight: 620;
  color: var(--ink);
}

.map-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  aspect-ratio: 16 / 8;
  background: var(--bg-soft);
}

.map-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }

.whatsapp-btn {
  background: #17754a;
  color: #fff;
  box-shadow: 0 8px 20px rgba(23, 117, 74, 0.26);
}

.whatsapp-btn:hover {
  background: #115c3a;
  color: #fff;
  transform: translateY(-2px);
}

/* ---------- Footer ---------- */

.site-footer {
  position: relative;
  background: var(--pine-deep);
  color: #a9b8a9;
  font-size: 0.95rem;
  margin-top: auto;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--grain);
  opacity: 0.55;
  pointer-events: none;
}

.site-footer > .container { position: relative; }

.footer-wordmark {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 420;
  font-size: clamp(2rem, 1rem + 4vw, 3.6rem);
  line-height: 1.1;
  color: #fff;
  padding: clamp(2.75rem, 2rem + 2vw, 4rem) 0 0;
  margin: 0;
  max-width: 22ch;
}

.footer-wordmark em {
  font-style: italic;
  color: #e8b48f;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
  gap: 2.5rem;
  padding: clamp(2.25rem, 2rem + 1.5vw, 3.25rem) 0 2.5rem;
}

.site-footer h3 {
  color: #fff;
  font-family: var(--font-text);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}

.footer-brand { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; }

.footer-brand img { width: 42px; height: 42px; border-radius: 50%; }

.footer-brand strong {
  font-family: var(--font-display);
  font-weight: 540;
  font-size: 1.1rem;
  color: #fff;
}

.footer-about { max-width: 21rem; line-height: 1.65; }

.footer-nav { display: grid; gap: 0.6rem; }

.footer-nav a,
.site-footer a { color: #c3d0c1; }

.footer-nav a:hover,
.site-footer a:hover { color: #e8b48f; }

.footer-contact { display: grid; gap: 0.7rem; }

.footer-contact span { display: flex; gap: 0.6rem; align-items: flex-start; }

.footer-contact svg { flex-shrink: 0; margin-top: 0.25rem; opacity: 0.6; }

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1.4rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 2rem;
  align-items: center;
  justify-content: space-between;
  font-size: 0.85rem;
  color: #8ba08b;
}

.footer-bottom p { margin: 0; }

@media (max-width: 980px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
}

/* ---------- Mobile sticky CTA ---------- */

.mobile-cta { display: none; }

@media (max-width: 760px) {
  .mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
    padding: 0.6rem 0.85rem calc(0.6rem + env(safe-area-inset-bottom));
    background: rgba(250, 246, 239, 0.97);
    border-top: 1px solid var(--line);
  }

  .mobile-cta .btn { padding: 0.78rem 0.5rem; font-size: 0.95rem; }

  body { padding-bottom: 4.5rem; }

  .site-footer { padding-bottom: 1rem; }
}

/* ---------- Reveal animations ---------- */

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}

.reveal.in-view { opacity: 1; transform: none; }

.reveal-d1 { transition-delay: 0.08s; }
.reveal-d2 { transition-delay: 0.16s; }
.reveal-d3 { transition-delay: 0.24s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
}

.no-js .reveal { opacity: 1; transform: none; }

/* ---------- 404 ---------- */

.error-hero {
  min-height: 55vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 4rem 0;
}

.error-hero .kicker-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(4.5rem, 10vw, 7.5rem);
  font-weight: 420;
  color: var(--clay);
  opacity: 0.35;
  line-height: 1;
  display: block;
  margin-bottom: 1rem;
}
