    :root {
      --ink: #173b39;
      --muted: #526866;
      --teal: #0f6967;
      --teal-deep: #0a504f;
      --aqua: #bde3dc;
      --cream: #fbf8f1;
      --sand: #eee1cf;
      --terra: #b9654d;
      --white: #fffdf9;
      --line: rgba(23, 59, 57, .16);
      --shadow: 0 24px 70px rgba(25, 73, 69, .13);
      --radius: 28px;
      --content: 1160px;
    }

    * { box-sizing: border-box; }
    [hidden] { display: none !important; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--ink);
      background: var(--cream);
      font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
      font-size: 17px;
      line-height: 1.65;
      text-rendering: optimizeLegibility;
    }
    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: -1;
      opacity: .45;
      background:
        radial-gradient(circle at 12% 8%, rgba(189, 227, 220, .75), transparent 27rem),
        radial-gradient(circle at 90% 36%, rgba(238, 225, 207, .9), transparent 30rem);
    }
    a { color: inherit; }
    button, a { -webkit-tap-highlight-color: transparent; }
    :focus-visible { outline: 3px solid var(--terra); outline-offset: 4px; }
    .skip-link {
      position: fixed;
      left: 1rem;
      top: 1rem;
      z-index: 100;
      transform: translateY(-180%);
      padding: .75rem 1rem;
      background: var(--white);
      border-radius: 999px;
    }
    .skip-link:focus { transform: none; }
    .wrap { width: min(calc(100% - 40px), var(--content)); margin-inline: auto; }
    .eyebrow {
      margin: 0 0 .75rem;
      color: var(--teal);
      font-size: .76rem;
      font-weight: 800;
      letter-spacing: .18em;
      text-transform: uppercase;
    }
    h1, h2, h3 {
      margin: 0;
      font-family: Georgia, "Times New Roman", serif;
      font-weight: 500;
      line-height: 1.08;
      text-wrap: balance;
    }
    h1 { font-size: clamp(3.2rem, 8vw, 6.8rem); letter-spacing: -.055em; }
    h2 { font-size: clamp(2.25rem, 5vw, 4.35rem); letter-spacing: -.035em; }
    h3 { font-size: clamp(1.45rem, 2.2vw, 2rem); }
    p { margin: 0; }
    .lead { color: var(--muted); font-size: clamp(1.05rem, 1.8vw, 1.3rem); }
    .button {
      display: inline-flex;
      min-height: 52px;
      align-items: center;
      justify-content: center;
      gap: .55rem;
      padding: .82rem 1.3rem;
      border: 1px solid transparent;
      border-radius: 999px;
      color: var(--white);
      background: var(--teal);
      font-size: .96rem;
      font-weight: 750;
      line-height: 1.2;
      text-align: center;
      text-decoration: none;
      transition: transform .18s ease, background .18s ease;
    }
    .button:hover { transform: translateY(-2px); background: var(--teal-deep); }
    .button.secondary { color: var(--ink); background: transparent; border-color: var(--line); }
    .button.secondary:hover { background: rgba(255,255,255,.6); }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 20;
      border-bottom: 1px solid rgba(23,59,57,.1);
      background: rgba(251, 248, 241, .9);
      backdrop-filter: blur(18px);
    }
    .nav {
      min-height: 76px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1.5rem;
    }
    .brand {
      font-family: Georgia, "Times New Roman", serif;
      font-size: 1.25rem;
      text-decoration: none;
      white-space: nowrap;
    }
    .nav-links { display: flex; align-items: center; gap: 1.5rem; }
    .nav-links > a:not(.button) {
      font-size: .92rem;
      font-weight: 700;
      text-decoration: none;
    }

    .hero { padding: clamp(3.5rem, 7vw, 7rem) 0 clamp(5rem, 9vw, 9rem); overflow: hidden; }
    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.12fr) minmax(300px, .72fr);
      align-items: center;
      gap: clamp(3rem, 8vw, 7rem);
    }
    .hero-copy { position: relative; z-index: 1; }
    .hero .lead { max-width: 640px; margin-top: 1.75rem; }
    .hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
    .hero-meta { display: flex; flex-wrap: wrap; gap: .65rem 1.6rem; margin-top: 2.25rem; color: var(--muted); font-size: .96rem; }
    .hero-meta a { text-decoration-thickness: 1px; text-underline-offset: 4px; }
    .portrait-shell {
      position: relative;
      min-height: 590px;
      display: grid;
      place-items: center;
    }
    .portrait-shell::before {
      content: "";
      position: absolute;
      width: 110%;
      aspect-ratio: 1;
      border: 1px solid rgba(15,105,103,.24);
      border-radius: 45% 55% 54% 46% / 48% 41% 59% 52%;
      transform: rotate(-10deg);
    }
    .portrait {
      position: relative;
      width: min(100%, 420px);
      aspect-ratio: .74;
      overflow: hidden;
      border: 8px solid rgba(255,253,249,.82);
      border-radius: 48% 52% 44% 56% / 34% 38% 62% 66%;
      background: var(--teal);
      box-shadow: var(--shadow);
    }
    .portrait img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: 78% center;
    }

    section { padding: clamp(5rem, 9vw, 8.5rem) 0; }
    .section-head { max-width: 780px; margin-bottom: clamp(2rem, 5vw, 4rem); }
    .section-head .lead { margin-top: 1.25rem; }
    .service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
    .service-card {
      min-height: 255px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: clamp(1.4rem, 3vw, 2rem);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: rgba(255, 253, 249, .68);
    }
    .service-card:nth-child(2) { background: var(--sand); }
    .service-card:nth-child(3) { color: var(--white); background: var(--teal); }
    .service-card p { margin-top: .7rem; color: inherit; opacity: .83; }

    .needling { color: var(--white); background: var(--teal); }
    .needling .eyebrow { color: var(--aqua); }
    .needling .section-head { max-width: 860px; }
    .faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
    .faq-card {
      padding: clamp(1.5rem, 4vw, 2.4rem);
      border: 1px solid rgba(255,255,255,.18);
      border-radius: var(--radius);
      background: rgba(255,255,255,.08);
    }
    .faq-card h3 { margin-bottom: 1rem; }
    .faq-card p + p { margin-top: 1rem; }
    .faq-card ol, .faq-card ul { margin: 1rem 0 0; padding-left: 1.3rem; }
    .faq-card li + li { margin-top: .65rem; }
    .faq-card.wide { grid-column: 1 / -1; }
    .faq-card .source-lines { margin-top: 1rem; }
    .faq-card .source-lines p + p { margin-top: .25rem; }

    .pricing { color: var(--white); background: var(--teal-deep); }
    .pricing .eyebrow { color: var(--aqua); }
    .pricing .lead { color: rgba(255,255,255,.74); }
    .price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
    .price-card {
      padding: clamp(1.5rem, 4vw, 2.5rem);
      border: 1px solid rgba(255,255,255,.16);
      border-radius: var(--radius);
      background: rgba(255,255,255,.07);
    }
    .price-list { list-style: none; margin: 1.5rem 0 0; padding: 0; }
    .price-list li {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      gap: 1rem;
      padding: 1rem 0;
      border-bottom: 1px solid rgba(255,255,255,.16);
    }
    .price-list li:last-child { border-bottom: 0; }
    .price-list strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: 500; white-space: nowrap; }
    .pricing .button { margin-top: 2rem; color: var(--teal-deep); background: var(--aqua); }

    .about-grid {
      display: grid;
      grid-template-columns: .68fr 1.32fr;
      gap: clamp(2.5rem, 8vw, 7rem);
      align-items: start;
    }
    .about-mark {
      position: sticky;
      top: 110px;
      padding: 2rem;
      border-radius: var(--radius);
      background: var(--sand);
    }
    .about-mark p { margin-top: 1rem; color: var(--muted); }
    .original-copy { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.15rem, 2vw, 1.38rem); line-height: 1.75; }
    .original-copy p + p { margin-top: 1.3rem; }
    .about-photo {
      grid-column: 1 / -1;
      min-height: 360px;
      margin: 1rem 0 0;
      overflow: hidden;
      aspect-ratio: 16 / 7;
      border-radius: var(--radius);
      box-shadow: var(--shadow);
    }
    .about-photo img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: 38% center;
    }

    .testimonials { background: var(--sand); }
    .testimonial-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
    .testimonial {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 390px;
      padding: clamp(1.5rem, 4vw, 2.5rem);
      border: 1px solid rgba(23,59,57,.11);
      border-radius: var(--radius);
      background: var(--white);
      box-shadow: 0 18px 45px rgba(25,73,69,.07);
    }
    .testimonial blockquote {
      margin: 0;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(1.12rem, 2vw, 1.35rem);
      line-height: 1.65;
    }
    .testimonial time { margin-top: 1.5rem; color: var(--muted); font-size: .9rem; font-weight: 700; }

    .contact { padding-bottom: 10rem; }
    .contact-panel {
      position: relative;
      overflow: hidden;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 2rem;
      align-items: end;
      padding: clamp(2rem, 6vw, 5rem);
      border-radius: 42px;
      background: var(--sand);
    }
    .contact-panel::after {
      content: "";
      position: absolute;
      right: -9rem;
      top: -11rem;
      width: 27rem;
      aspect-ratio: 1;
      border: 1px solid rgba(15,105,103,.22);
      border-radius: 44% 56% 63% 37%;
    }
    .contact-info { position: relative; z-index: 1; margin-top: 2rem; display: grid; gap: .45rem; }
    .contact-info a { width: fit-content; font-weight: 700; text-underline-offset: 4px; }
    .opening-hours {
      width: min(100%, 320px);
      margin: 1.5rem 0 0;
      text-align: left;
      font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    }
    .opening-hours h3 {
      margin-bottom: .8rem;
      font-family: inherit;
      font-size: 1.1rem;
      font-weight: 700;
      line-height: 1.4;
    }
    .opening-hours dl { margin: 0; display: grid; gap: .28rem; }
    .opening-hours dl div {
      display: grid;
      grid-template-columns: minmax(130px, 1fr) auto;
      align-items: baseline;
      gap: 2rem;
    }
    .opening-hours dt, .opening-hours dd { margin: 0; font-family: inherit; }
    .opening-hours dd { font-weight: 700; }
    .contact-actions { position: relative; z-index: 1; display: grid; gap: .75rem; min-width: 220px; }
    .map-panel {
      margin-top: 1rem;
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--sand);
      box-shadow: var(--shadow);
    }
    .map-panel iframe {
      display: block;
      width: 100%;
      height: clamp(360px, 50vw, 560px);
      border: 0;
    }
    .map-consent {
      min-height: clamp(360px, 50vw, 560px);
      display: grid;
      place-items: center;
      padding: 2rem;
      background:
        radial-gradient(circle at 20% 25%, rgba(189,227,220,.9), transparent 17rem),
        linear-gradient(145deg, var(--cream), var(--sand));
    }
    .map-consent-inner { max-width: 590px; text-align: center; }
    .map-consent-inner p { margin: 1rem auto 1.5rem; color: var(--muted); }
    .map-caption {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      padding: 1rem 1.25rem;
      color: var(--muted);
      font-size: .92rem;
    }
    .map-caption a { font-weight: 700; text-underline-offset: 4px; }
    .privacy { padding-top: 0; }
    .privacy-panel {
      display: grid;
      grid-template-columns: .8fr 1.2fr;
      gap: clamp(2rem, 7vw, 6rem);
      padding: clamp(1.7rem, 4vw, 3rem);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: rgba(255, 253, 249, .68);
    }
    .privacy-details { display: grid; gap: .45rem; align-content: start; }
    .privacy-details strong { font-weight: 750; }
    .privacy-details a { width: fit-content; font-weight: 700; text-underline-offset: 4px; }
    footer { padding: 2rem 0 7rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; }
    .footer-row { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
    .footer-row a { text-underline-offset: 4px; }
    .footer-cookie-button {
      padding: 0;
      border: 0;
      color: inherit;
      background: transparent;
      font: inherit;
      text-decoration: underline;
      text-underline-offset: 4px;
      cursor: pointer;
    }
    .cookie-banner {
      position: fixed;
      left: 50%;
      bottom: max(1rem, env(safe-area-inset-bottom));
      z-index: 60;
      width: min(calc(100% - 2rem), 860px);
      transform: translateX(-50%);
      display: grid;
      grid-template-columns: 1fr auto;
      align-items: center;
      gap: 1.5rem;
      padding: 1.35rem;
      border: 1px solid var(--line);
      border-radius: 24px;
      background: var(--white);
      box-shadow: 0 28px 90px rgba(10,50,48,.24);
    }
    .cookie-banner h2 { font-size: 1.35rem; }
    .cookie-banner p { margin-top: .45rem; color: var(--muted); font-size: .92rem; line-height: 1.5; }
    .cookie-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .6rem; }
    .cookie-actions .button { min-height: 48px; cursor: pointer; }
    .mobile-bar { display: none; }

    @media (max-width: 860px) {
      .nav-links > a:not(.button) { display: none; }
      .hero-grid, .about-grid, .price-grid, .faq-grid, .testimonial-grid, .contact-panel, .privacy-panel { grid-template-columns: 1fr; }
      .faq-card.wide { grid-column: auto; }
      .hero-copy { text-align: center; }
      .hero .lead { margin-inline: auto; }
      .hero-actions, .hero-meta { justify-content: center; }
      .portrait-shell { min-height: 470px; }
      .portrait { width: min(82vw, 350px); }
      .about-photo { min-height: 0; aspect-ratio: 4 / 5; }
      .service-grid { grid-template-columns: 1fr; }
      .service-card { min-height: 210px; }
      .about-mark { position: static; }
      .contact-actions { width: 100%; }
      .cookie-banner { bottom: calc(76px + env(safe-area-inset-bottom)); grid-template-columns: 1fr; }
      .cookie-actions { justify-content: stretch; }
      .cookie-actions .button { flex: 1 1 180px; }
      .mobile-bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 30;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: .6rem;
        padding: .7rem max(.7rem, env(safe-area-inset-right)) calc(.7rem + env(safe-area-inset-bottom)) max(.7rem, env(safe-area-inset-left));
        border-top: 1px solid var(--line);
        background: rgba(251,248,241,.94);
        backdrop-filter: blur(18px);
      }
      .mobile-bar .button { min-height: 50px; padding-inline: .8rem; }
      footer { padding-bottom: 8rem; }
    }

    @media (max-width: 480px) {
      .wrap { width: min(calc(100% - 28px), var(--content)); }
      body { font-size: 16px; }
      .nav { min-height: 66px; }
      .nav .button { display: none; }
      .hero { padding-top: 3.25rem; }
      h1 { font-size: clamp(3.05rem, 17vw, 4.35rem); }
      .hero-actions { display: grid; }
      .hero-actions .button { width: 100%; }
      .portrait-shell { min-height: 420px; }
      .price-list li { align-items: center; }
      .contact-panel { border-radius: 28px; }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { transition: none !important; }
    }

.contact-note {
  max-width: 260px;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.45;
}

.legal-page {
  min-height: 100vh;
  padding: clamp(3.5rem, 8vw, 7rem) 0;
}

.legal-page .legal-header {
  max-width: 820px;
  margin-bottom: 2.5rem;
}

.legal-page .legal-header p {
  margin-top: 1rem;
  color: var(--muted);
}

.legal-card {
  max-width: 920px;
  padding: clamp(1.5rem, 5vw, 3.5rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.legal-card h2 {
  margin-top: 2.5rem;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
}

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

.legal-card p,
.legal-card ul {
  margin-top: .8rem;
}

.legal-card ul {
  padding-left: 1.25rem;
}

.legal-card li + li {
  margin-top: .45rem;
}

.legal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 2rem;
}

.settings-status {
  min-height: 1.5rem;
  margin-top: 1rem;
  color: var(--teal);
  font-weight: 700;
}

.simple-header {
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--line);
}

.simple-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.simple-header a {
  font-weight: 700;
  text-underline-offset: 4px;
}
