
/* /src/tailwind.css */
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .fill-current {
    fill: currentcolor;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
:root {
  --ink: #26352d;
  --forest: #243b30;
  --sage: #a6b4a5;
  --soft-sage: #e8eee5;
  --cream: #faf9f5;
  --sand: #e8dfd2;
  --gold: #c6aa7a;
  --line: #d9ddd4;
  --cta: #d2a45f;
  --cta-ink: #201b17;
}
@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    [data-reveal-item] {
      animation: reveal linear both;
      animation-timeline: view();
      animation-range: entry 0% entry 40%;
    }
    .home-hero__portrait {
      animation: home-hero-portrait-scroll linear both;
      animation-timeline: view();
      animation-range: entry 0% exit 75%;
    }
    .home-about__image--background {
      animation: home-about-background-parallax linear both;
      animation-timeline: view();
      animation-range: entry 0% exit 100%;
    }
    .home-about__image--portrait {
      animation: home-about-portrait-parallax linear both;
      animation-timeline: view();
      animation-range: entry 0% exit 100%;
    }
    .home-differentiator__profile {
      animation: home-differentiator-profile-scroll linear both;
      animation-timeline: view();
      animation-range: entry 0% cover 100%;
    }
    .home-eyes-treatments__image-wrap img {
      animation: home-eyes-treatments-image-scroll linear both;
      animation-timeline: view();
      animation-range: entry 0% exit 100%;
    }
  }
}
@keyframes reveal {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
button, input, textarea {
  font: inherit;
}
a {
  color: inherit;
}
.site-shell {
  min-height: 100vh;
  overflow: clip;
}
.container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}
.eyebrow {
  color: #68776a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.section {
  padding: 104px 0;
}
.section--pale {
  background: var(--soft-sage);
}
.section-title {
  max-width: 760px;
  margin: 13px 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 400;
  line-height: 1.08;
}
.lead {
  max-width: 700px;
  color: #536056;
  font-size: 17px;
  line-height: 1.8;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid var(--cta);
  padding: 0 25px;
  background: var(--cta);
  color: var(--cta-ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s ease;
}
.button:hover {
  background: var(--cta-ink);
  color: #fff;
}
.button--light {
  border-color: #fff;
  background: #fff;
  color: var(--forest);
}
.button--light:hover {
  border-color: #fff;
  background: transparent;
  color: #fff;
}
.button--outline {
  background: transparent;
  color: var(--cta-ink);
}
.button--outline:hover {
  background: var(--cta);
  color: var(--cta-ink);
}
.prose {
  max-width: 830px;
  font-size: 16px;
  line-height: 1.85;
}
.prose h2 {
  margin: 48px 0 15px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}
.prose h3 {
  margin: 30px 0 10px;
  font-size: 17px;
}
.prose p, .prose ul {
  margin: 0 0 18px;
}
.prose ul {
  padding-left: 20px;
}
.prose a {
  color: var(--forest);
  text-decoration-thickness: 1px;
}
.image {
  display: block;
  width: 100%;
  object-fit: cover;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.header {
  position: fixed;
  top: 16px;
  right: 16px;
  left: 16px;
  z-index: 40;
  border: 1px solid rgb(195 147 79 / 20%);
  border-radius: 999px;
  background: rgb(255 250 245 / 92%);
  box-shadow: 0 10px 25px rgb(50 45 38 / 14%);
  backdrop-filter: blur(14px);
  transition: border-radius 0.2s ease;
}
.header--menu-open {
  border-radius: 24px;
}
.header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 62px;
  gap: 8px;
  padding: 7px 10px 7px 14px;
}
.header__call {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  justify-self: start;
}
.header__call-label {
  color: #222;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
}
.header__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 9px rgb(50 45 38 / 12%);
  color: #322d26;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}
.header__phone span {
  display: none;
}
.header__phone svg {
  width: 24px;
  height: 24px;
}
.header__phone-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #222;
  flex: 0 0 auto;
}
.header__logo {
  display: grid;
  place-items: center;
  margin-right: auto;
  text-decoration: none;
}
.header__logo img {
  display: block;
  width: 92px;
  height: auto;
}
.header__nav {
  display: none;
  order: 3;
  width: 100%;
  flex-basis: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 2px;
}
.header__nav--open {
  display: grid;
}
.header__nav a {
  display: flex;
  min-height: 52px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgb(195 147 79 / 15%);
  border-radius: 14px;
  background: rgb(250 239 214 / 76%);
  color: #322d26;
  font-family: "Karla Local", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.header__nav a:hover, .header__nav a:focus-visible, .header__nav a[aria-current="page"] {
  background: #faefd6;
  color: #6f4b1d;
}
.header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
}
.header__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 24px;
  border-radius: 999px;
  background: var(--cta);
  color: var(--cta-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
}
.header__contact--desktop, .header__contact--mobile {
  display: none;
}
.header__contact--mobile {
  order: 4;
  width: 100%;
  flex-basis: 100%;
}
.header__contact--mobile-open {
  display: inline-flex;
}
.header__whatsapp {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 9px rgb(50 45 38 / 12%);
  color: #322d26;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}
.header__whatsapp span {
  display: none;
}
.header__whatsapp svg {
  width: 24px;
  height: 24px;
}
.header__phone:hover, .header__phone:focus-visible, .header__whatsapp:hover, .header__whatsapp:focus-visible {
  background: #faefd6;
  transform: translateY(-1px);
}
.header__menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #9b6a30;
  color: #fff;
  cursor: pointer;
  flex: 0 0 auto;
}
.header-menu-icon {
  width: 19px;
  height: 19px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1;
  text-decoration: none;
}
.brand small {
  display: block;
  margin-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.brand__mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--forest);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
}
.offcanvas-overlay {
  position: fixed;
  inset: 0;
  z-index: 50;
  background: rgba(20, 18, 16, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}
.offcanvas-overlay--open {
  opacity: 1;
  pointer-events: auto;
}
.offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 60;
  display: flex;
  flex-direction: column;
  width: min(480px, 100vw);
  height: 100dvh;
  padding: 30px 30px 50px 50px;
  background: #fff;
  color: #222;
  box-shadow: -18px 0 40px rgba(0, 0, 0, 0.08);
  transform: translateX(100%);
  transition: transform 0.32s ease;
  overflow: auto;
}
.offcanvas--open {
  transform: translateX(0);
}
.offcanvas__close {
  position: absolute;
  top: 28px;
  right: 28px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #222;
  cursor: pointer;
}
.offcanvas__close svg {
  width: 20px;
  height: 20px;
}
.offcanvas__nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 28px;
  padding-right: 24px;
}
.offcanvas__link {
  color: #aeaaa5;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 400;
  line-height: 1.15;
  text-decoration: none;
}
.offcanvas__link:hover, .offcanvas__branch--open > .offcanvas__branch-row .offcanvas__link {
  color: #222;
}
.offcanvas__link--button {
  border: 0;
  padding: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.offcanvas__branch-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.offcanvas__expand, .offcanvas__group-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #aeaaa5;
  cursor: pointer;
}
.offcanvas__expand {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
}
.nav-chevron {
  width: 18px;
  height: 18px;
  transition: transform 0.2s ease;
}
.nav-chevron--open {
  transform: rotate(180deg);
}
.offcanvas__submenu, .offcanvas__group-items {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 8px 0 10px;
}
.offcanvas__group-toggle {
  justify-content: space-between;
  width: 100%;
  padding: 6px 0;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}
.offcanvas__sublink {
  display: block;
  padding: 6px 0 6px 4px;
  color: #555;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
}
.offcanvas__sublink:hover {
  color: #c3934f;
}
.offcanvas__sublink--nested {
  padding-left: 16px;
  font-size: 15px;
}
.offcanvas__footer {
  margin-top: auto;
  padding-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.offcanvas__address {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #222;
  font-size: 15px;
  line-height: 1.45;
}
.offcanvas__address strong {
  font-weight: 700;
}
.offcanvas__meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}
.offcanvas__meta svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}
.offcanvas__contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 48px;
  margin-top: 8px;
  padding: 12px 34px;
  border-radius: 8px;
  background: var(--cta);
  color: var(--cta-ink);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
.offcanvas__social {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}
.offcanvas__social a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f3ebe0;
  color: #69727d;
  text-decoration: none;
}
.offcanvas__social svg {
  width: 16px;
  height: 16px;
}
body:has(.offcanvas--open) {
  overflow: hidden;
}
.site-footer {
  position: relative;
  padding: 0 0 28px;
  overflow: hidden;
  background: var(--forest);
  color: var(--cream);
}
.site-footer > .container {
  position: relative;
}
.site-footer__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  padding: 42px 0;
  border-bottom: 1px solid rgb(250 249 245 / 20%);
}
.site-footer__eyebrow {
  margin: 0 0 9px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.site-footer__cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.15;
}
.site-footer__cta-link {
  display: inline-flex;
  min-width: 330px;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 12px 24px;
  border: 1px solid var(--cta);
  background: var(--cta);
  color: var(--cta-ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.site-footer__cta-link svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}
.site-footer__cta-link span {
  display: grid;
  gap: 3px;
}
.site-footer__cta-link small {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: none;
}
.site-footer__cta-link:hover {
  background: transparent;
  color: var(--cream);
  transform: translateY(-2px);
}
.site-footer__brand {
  display: grid;
  grid-template-columns: 180px minmax(220px, 1fr) auto;
  align-items: center;
  gap: 36px;
  padding: 38px 0;
  border-bottom: 1px solid rgb(250 249 245 / 16%);
}
.site-footer__brand p {
  max-width: 330px;
  margin: 0;
  color: var(--soft-sage);
  font-size: 14px;
  line-height: 1.7;
}
.site-footer__logo {
  display: inline-flex;
  width: 145px;
  min-height: 75px;
  align-items: center;
}
.site-footer__logo img {
  display: block;
  width: 145px;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}
.site-footer__brand .site-footer__signature {
  justify-self: end;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  text-align: right;
}
.site-footer__signature span {
  display: block;
  margin-top: 4px;
  color: var(--sage);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.site-footer__main {
  display: grid;
  grid-template-columns: minmax(0, 3.2fr) minmax(220px, 0.8fr);
  gap: clamp(42px, 6vw, 78px);
  padding: 48px 0 58px;
}
.site-footer__main h2 {
  margin: 0 0 24px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.site-footer__sitemap-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.4fr 0.8fr;
  gap: clamp(28px, 4vw, 58px);
}
.site-footer__sitemap-grid nav, .site-footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.site-footer__sitemap-grid h3 {
  min-height: 30px;
  margin: 0 0 14px;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}
.site-footer__main a {
  color: var(--soft-sage);
  font-size: 13px;
  line-height: 1.45;
  text-decoration: none;
}
.site-footer__sitemap-grid nav > a, .site-footer__contact > a {
  width: fit-content;
  min-height: 32px;
  padding: 6px 0;
  overflow-wrap: anywhere;
}
.site-footer__main a:hover, .site-footer__bottom a:hover {
  color: var(--gold);
}
.site-footer__overview {
  display: inline-flex;
  width: fit-content;
  min-height: 40px;
  align-items: center;
  gap: 12px;
  margin: -5px 0 26px;
  border-bottom: 1px solid var(--gold);
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.site-footer__overview span {
  font-size: 16px;
  transition: transform 0.2s ease;
}
.site-footer__overview:hover span {
  transform: translateX(3px);
}
.site-footer__info {
  padding-left: clamp(28px, 4vw, 52px);
  border-left: 1px solid rgb(250 249 245 / 16%);
}
.site-footer__info address {
  margin: 0 0 20px;
  font-style: normal;
}
.site-footer__hours {
  display: grid;
  gap: 8px;
  margin: 0;
  color: var(--soft-sage);
  font-size: 12px;
  line-height: 1.45;
}
.site-footer__hours div {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 10px;
}
.site-footer__hours dd {
  margin: 0;
}
.site-footer__note {
  margin: 14px 0 0;
  color: var(--sage);
  font-size: 10px;
  letter-spacing: 0.04em;
}
.site-footer__contact {
  gap: 2px;
  margin-top: 22px;
}
.site-footer__socials {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}
.site-footer__socials a {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.site-footer__socials a:hover {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--forest);
}
.site-footer__socials svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}
.site-footer__socials svg[fill="none"] {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}
.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 22px;
  border-top: 1px solid rgb(250 249 245 / 16%);
  color: var(--sage);
  font-size: 10px;
  letter-spacing: 0.04em;
}
.site-footer__bottom p {
  margin: 0;
}
.site-footer__bottom nav {
  display: flex;
  gap: 24px;
}
.site-footer__bottom a {
  min-height: 32px;
  padding: 8px 0;
  color: var(--soft-sage);
  text-decoration: none;
}
.site-footer a:focus-visible {
  border-radius: 2px;
  outline: 2px solid var(--cta);
  outline-offset: 4px;
}
@media (max-width: 1020px) {
  .site-footer__main {
    grid-template-columns: 1fr;
  }
  .site-footer__info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 42px;
    padding: 34px 0 0;
    border-top: 1px solid rgb(250 249 245 / 16%);
    border-left: 0;
  }
  .site-footer__info h2 {
    grid-column: 1 / -1;
  }
  .site-footer__contact {
    grid-column: 2;
    grid-row: 2;
    margin-top: 0;
  }
  .site-footer__socials {
    grid-column: 2;
  }
}
@media (max-width: 720px) {
  .site-footer__cta {
    align-items: flex-start;
    flex-direction: column;
    gap: 26px;
    padding: 38px 0;
  }
  .site-footer__cta-link {
    width: 100%;
    min-width: 0;
  }
  .site-footer__brand {
    grid-template-columns: 145px 1fr;
    gap: 24px;
  }
  .site-footer__brand .site-footer__signature {
    grid-column: 1 / -1;
    justify-self: start;
    text-align: left;
  }
  .site-footer__sitemap-grid {
    grid-template-columns: 1fr 1.35fr;
  }
  .site-footer__sitemap-grid nav:last-child {
    grid-column: 1 / -1;
    padding-top: 12px;
  }
}
@media (max-width: 480px) {
  .site-footer {
    padding-bottom: 22px;
  }
  .site-footer__brand {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .site-footer__brand .site-footer__signature {
    grid-column: auto;
  }
  .site-footer__main {
    gap: 40px;
    padding: 42px 0 48px;
  }
  .site-footer__sitemap-grid, .site-footer__info {
    grid-template-columns: 1fr;
  }
  .site-footer__sitemap-grid {
    gap: 30px;
  }
  .site-footer__sitemap-grid nav:last-child, .site-footer__info h2, .site-footer__contact, .site-footer__socials {
    grid-column: auto;
    grid-row: auto;
  }
  .site-footer__sitemap-grid nav:last-child {
    padding-top: 0;
  }
  .site-footer__contact {
    margin-top: 22px;
  }
  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
.page-hero {
  display: grid;
  min-height: 365px;
  place-items: center start;
  background: var(--forest) center / cover no-repeat;
  color: white;
}
.page-hero h1 {
  max-width: 800px;
  margin: 14px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 400;
  line-height: 1.05;
}
.page-hero .eyebrow {
  color: #e9eee7;
}
.profile-hero {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  min-height: 600px;
  width: min(1360px, calc(100% - 44px));
  margin-top: 91px;
  overflow: hidden;
  border-radius: 18px;
  background: #f7f5f0;
  color: #4a4946;
}
.profile-hero__details {
  padding: 104px 60px;
  background: #f3f0e8;
}
.profile-hero h1, .profile-page h2 {
  margin: 0;
  font-family: "Butler Local", Georgia, serif;
  font-weight: 300;
}
.profile-hero h1 {
  font-size: 68px;
  line-height: 1.1;
}
.profile-hero__role {
  margin: 20px 0 29px;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.profile-hero__contact {
  font-size: 13px;
}
.profile-hero__contact p {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #e6e1d9;
}
.profile-hero__follow {
  margin: 15px 0 18px;
  font-size: 13px;
}
.profile-hero__socials {
  display: flex;
  gap: 8px;
}
.profile-hero__socials a {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 50%;
  background: #c99849;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.profile-hero > img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center;
}
.profile-page {
  display: grid;
  grid-template-columns: 378px minmax(0, 1fr);
  width: min(1350px, calc(100% - 44px));
  gap: 100px;
  padding: 138px 0 85px;
}
.profile-page__form {
  height: max-content;
  padding: 40px;
  border-radius: 12px;
  background: #f3f0e8;
}
.profile-page__form h2 {
  margin-bottom: 22px;
  font-family: "Karla Local", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.profile-page__form input:not([type="checkbox"]), .profile-page__form textarea {
  display: block;
  width: 100%;
  margin: 0 0 5px;
  border: 1px solid #eae9e6;
  border-radius: 5px;
  padding: 15px 25px;
  background: #fff;
  font-family: "Karla Local", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.75;
}
.profile-page__form textarea {
  min-height: 120px;
  resize: vertical;
}
.profile-page__consent {
  display: block;
  min-height: 320px;
  margin: 0 0 5px;
  font-family: "Karla Local", Arial, sans-serif;
  font-size: 10px;
  line-height: 1.45;
}
.profile-page__consent > span {
  display: block;
}
.profile-page__consent > span:first-child {
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.profile-page__consent input {
  margin: 0 4px 0 0;
  accent-color: #8b744c;
  vertical-align: top;
}
.profile-page__consent a {
  color: #c3934f;
}
.profile-page__form button {
  width: 100%;
  border: 0;
  border-radius: 5px;
  padding: 14px 35px;
  background: var(--cta);
  color: var(--cta-ink);
  font-family: "Karla Local", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
}
.profile-page__submitted {
  margin: 9px 0 0;
  font-size: 10px;
  text-align: center;
}
.profile-page__content {
  max-width: 850px;
}
.profile-page__content article {
  margin-bottom: 58px;
}
.profile-page__content article:nth-child(2), .profile-page__content article:nth-child(3) {
  margin-bottom: 110px;
}
.profile-page__content h2 {
  margin-bottom: 40px;
  color: #343230;
  font-size: 42px;
  line-height: 1.2;
}
.profile-page__content p, .profile-page__content li {
  color: #595653;
  font-family: "Karla Local", Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.45;
}
.profile-page__content p {
  margin: 0 0 27px;
}
.profile-page__content ul {
  margin: 0 0 22px;
  padding-left: 20px;
}
.profile-page__content li {
  margin-bottom: 6px;
}
.profile-page__qualifications {
  padding: 0;
  list-style: none;
}
.profile-page__qualifications li {
  margin: 0;
  border-bottom: 1px solid #eae9e6;
  padding: 20px 0;
  color: #222;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
}
.profile-page__qualifications li:first-child {
  padding-top: 0;
}
.profile-page__qualifications li:last-child {
  margin-bottom: 40px;
}
.profile-page__qualifications li::before {
  content: "✅ ";
}
.profile-page__hours {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.profile-page__hours p {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  border-radius: 20px;
  padding: 25px;
  background: #faefd6;
  color: #222;
  font-family: "Karla Local", Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.45;
}
.profile-page__hours strong {
  margin-bottom: 5px;
  font-weight: 300;
}
.profile-page__hours span {
  color: #c3934f;
  font-size: 15px;
  line-height: 1.75;
}
.service-intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) 1.1fr;
  align-items: center;
  gap: clamp(42px, 7vw, 105px);
}
.service-intro img {
  aspect-ratio: 0.82;
}
.service-intro p:not(.eyebrow):not(.lead) {
  color: #536056;
  line-height: 1.8;
}
.service-intro .button {
  margin-top: 15px;
}
.faq {
  max-width: 930px;
}
.faq details {
  border-top: 1px solid #cbd4c8;
}
.faq details:last-child {
  border-bottom: 1px solid #cbd4c8;
}
.faq summary {
  padding: 21px 34px 21px 0;
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  list-style: none;
  position: relative;
}
.faq summary::after {
  position: absolute;
  right: 5px;
  content: "+";
  color: #798779;
  font-family: Arial, sans-serif;
}
.faq details[open] summary::after {
  content: "−";
}
.faq details p {
  max-width: 680px;
  margin: -3px 0 22px;
  color: #536056;
  line-height: 1.75;
}
.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.value {
  min-height: 202px;
  padding: 40px;
  background: var(--soft-sage);
  border-right: 1px solid #d4ded1;
  text-align: center;
}
.value:last-child {
  border: 0;
}
.value strong {
  display: block;
  margin: 15px auto 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
}
.value svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: #6c806d;
  stroke-width: 1.4;
}
.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9vw;
  align-items: center;
}
.about-split img {
  aspect-ratio: 0.86;
}
.about-split .button {
  margin-top: 16px;
}
.service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 44px;
}
.service-card {
  background: #fff;
  text-decoration: none;
}
.service-card img {
  aspect-ratio: 1.3;
}
.service-card div {
  padding: 23px;
}
.service-card h3 {
  min-height: 52px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}
.service-card span {
  display: block;
  margin-top: 22px;
  color: #718071;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.feature-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(35px, 8vw, 130px);
}
.feature-columns h3 {
  margin: 22px 0 11px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
}
.feature-columns p {
  color: #536056;
  line-height: 1.8;
}
.feature-columns span {
  color: var(--gold);
  font-size: 26px;
}
.testimonial {
  margin-top: 75px;
  padding: 52px 8%;
  background: #fff;
  text-align: center;
}
.testimonial blockquote {
  max-width: 800px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 36px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.35;
}
.testimonial cite {
  display: block;
  margin-top: 20px;
  color: #789;
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.instagram {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  background: #e2eadd;
}
.instagram__copy {
  padding: clamp(45px, 7vw, 90px);
}
.instagram__copy h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 51px);
  font-weight: 400;
  line-height: 1.1;
}
.instagram img {
  min-height: 330px;
  height: 100%;
}
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 45px;
}
.cards-grid .service-card:first-child {
  grid-column: span 2;
}
.cards-grid .service-card:first-child img {
  aspect-ratio: 2.05;
}
.prices {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px 9vw;
}
.price-list h2 {
  margin: 0 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
}
.price-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: #4d5b50;
  line-height: 1.45;
}
.price-row strong {
  flex: 0 0 auto;
  color: var(--forest);
  font-size: 13px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 9vw;
}
.contact-info {
  padding: 45px;
  background: var(--soft-sage);
}
.contact-info h2, .form h2 {
  margin: 0 0 25px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
}
.contact-info p {
  line-height: 1.8;
}
.contact-info a {
  color: var(--forest);
  text-decoration: none;
}
.form label {
  display: block;
  margin: 18px 0 7px;
  font-size: 12px;
  font-weight: 700;
}
.form input, .form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #adb9ad;
  padding: 10px 0;
  outline-color: var(--forest);
  background: transparent;
}
.form textarea {
  min-height: 110px;
  resize: vertical;
}
.form label.form__check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.form__check input {
  width: auto;
  margin-top: 3px;
}
.form .button {
  margin-top: 15px;
}
.form__notice {
  margin: 10px 0 0;
  color: #536056;
  font-size: 13px;
}
@media (max-width: 900px) {
  .offcanvas {
    width: min(100vw, 420px);
    padding: 24px 22px 36px 28px;
  }
  .offcanvas__link {
    font-size: 34px;
  }
}
@media (max-width: 800px) {
  .about-split, .contact-grid {
    grid-template-columns: 1fr;
  }
  .service-intro {
    grid-template-columns: 1fr;
  }
  .service-intro img {
    max-height: 480px;
  }
  .values, .service-cards, .cards-grid {
    grid-template-columns: 1fr;
  }
  .cards-grid .service-card:first-child {
    grid-column: auto;
  }
  .cards-grid .service-card:first-child img {
    aspect-ratio: 1.3;
  }
  .feature-columns, .prices, .instagram {
    grid-template-columns: 1fr;
  }
  .instagram img {
    max-height: 430px;
  }
  .profile-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    margin-top: 0;
  }
  .profile-hero__details {
    padding: 36px 30px;
  }
  .profile-hero h1 {
    font-size: 48px;
  }
  .profile-hero > img {
    height: min(100vw, 430px);
  }
  .profile-page {
    grid-template-columns: 1fr;
    gap: 45px;
    padding: 50px 0 65px;
  }
  .profile-page__form {
    max-width: 320px;
  }
  .profile-page__consent {
    min-height: 0;
  }
  .profile-page__content article {
    margin-bottom: 45px;
  }
  .profile-page__content article:nth-child(2), .profile-page__content article:nth-child(3) {
    margin-bottom: 45px;
  }
  .profile-page__content h2 {
    font-size: 30px;
  }
  .profile-page__hours {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .page-hero {
    min-height: 300px;
  }
  .value {
    min-height: 160px;
  }
  .contact-info {
    padding: 28px;
  }
}
.brand {
  color: #9b751d;
  font-size: 16px;
}
.brand__mark {
  width: 34px;
  height: 34px;
  border-color: #b38a2f;
  color: #9b751d;
}
@font-face {
  font-family: "Butler Local";
  src: url("/fonts/Butler.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Karla Local";
  src: url("/fonts/Karla-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Karla Local";
  src: url("/fonts/Karla-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Karla Local";
  src: url("/fonts/Karla-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.home-hero {
  position: relative;
  min-height: 900px;
  margin-top: 0;
  overflow: hidden;
  background: var(--home-hero-background) center / cover no-repeat;
  color: #222;
  isolation: isolate;
}
.home-hero__inner {
  position: relative;
  display: grid;
  width: min(1360px, calc(100% - 80px));
  min-height: 900px;
  margin-inline: auto;
  padding: 120px 0 40px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 520px) minmax(0, 1fr);
  column-gap: 60px;
}
.home-hero__heading {
  z-index: 1;
  animation: home-hero-fade-in 1s ease both;
}
.home-hero h1 {
  max-width: 380px;
  margin: 10px 0 0;
  font-family: "Butler Local", Georgia, serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.25;
  color: #222;
}
.home-hero__portrait {
  height: 730px;
  border-radius: 30px;
  background: var(--home-hero-portrait) center / cover no-repeat;
}
.home-hero__eyebrow {
  position: absolute;
  z-index: 1;
  bottom: 18%;
  left: 50%;
  transform: translateX(calc(-50% + var(--home-hero-scroll-x, 20px)));
  width: 200%;
  margin: 0;
  color: rgb(255 255 255 / 0.92);
  font-family: "Butler Local", Georgia, serif;
  font-size: 10vw;
  font-weight: 300;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  mix-blend-mode: normal;
  pointer-events: none;
  transition: transform 0.8s cubic-bezier(0, 0.25, 0.15, 1);
}
.home-hero__stamp {
  position: absolute;
  bottom: 25px;
  left: -15px;
  width: 130px;
  height: 130px;
  transform-origin: center;
  animation: home-hero-stamp-rotate 10s ease-in-out infinite alternate;
}
@keyframes home-hero-stamp-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-hero__stamp, .home-hero__heading, .home-hero__portrait, .home-hero__eyebrow, .home-hero__editorial {
    animation: none;
  }
}
.home-hero__editorial {
  display: flex;
  z-index: 1;
  align-self: end;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 0;
  padding: 0 20px 0 20px;
  font-family: "Butler Local", Georgia, serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.25;
  text-transform: uppercase;
  animation: home-hero-fade-up 1s 0.8s ease both;
}
.home-hero__editorial span {
  display: block;
}
.home-hero__editorial span:first-child {
  width: 244px;
}
.home-hero__editorial span:nth-child(2), .home-hero__editorial span:nth-child(3) {
  width: 100%;
}
.home-hero__editorial span:last-child {
  color: #c3934f;
}
@keyframes home-hero-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes home-hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes home-hero-portrait-scroll {
  from {
    transform: translateY(48px);
  }
  to {
    transform: translateY(-48px);
  }
}
.home-hero__scroll-control {
  position: fixed;
  z-index: 20;
  right: 30px;
  bottom: 60px;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 5px;
  background: #c3934f;
  color: #fff;
}
.home-hero__scroll-control svg {
  width: 18px;
  height: 18px;
}
.home-welcome {
  padding: 150px 40px 120px;
  background: #fff;
  color: #222;
  text-align: center;
}
.home-welcome__inner {
  width: min(1280px, 100%);
  margin-inline: auto;
}
.home-welcome h2 {
  margin: 0;
  color: #aeaaa5;
  font-family: "Karla Local", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.55;
}
.home-welcome__content {
  display: flex;
  width: min(950px, 100%);
  margin: 40px auto 0;
  align-items: center;
  flex-direction: column;
  gap: 50px;
}
.home-welcome__content p {
  margin: 0;
  font-family: "Butler Local", sans-serif;
  font-size: 42px;
  font-weight: 300;
  letter-spacing: -0.75px;
  line-height: 1.2;
}
.home-welcome__appointment {
  display: inline-block;
  padding: 14px 35px;
  border-radius: 8px;
  background: var(--cta);
  color: var(--cta-ink);
  font-family: "Karla Local", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.6;
  text-decoration: none;
}
.values {
  width: min(1200px, calc(100% - 80px));
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 0 100vmax #fff;
  clip-path: inset(0 -100vmax);
}
.value {
  min-height: 127.5px;
  padding: 0 30px;
  background: transparent;
}
.value strong {
  margin: 30px 0 0;
  color: #222;
  font-family: "Butler Local", Georgia, serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.25;
}
.value svg {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  fill: #c3934f;
  stroke: none;
}
.home-about {
  padding: 150px 40px 240px;
  background: #fff;
  color: #222;
}
.home-about__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.222fr);
  width: min(1200px, 100%);
  margin-inline: auto;
  gap: 50px;
}
.home-about__copy {
  display: flex;
  min-height: 685px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 10px;
}
.home-about__copy h2 {
  margin: 0;
  font-family: "Butler Local", Georgia, serif;
  font-size: 68px;
  font-weight: 300;
  line-height: 1.1;
}
.home-about__copy p {
  margin: 30px 0 0;
  font-family: "Karla Local", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.45;
}
.home-about__contact {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 14px 35px;
  border-radius: 8px;
  background: var(--cta);
  color: var(--cta-ink);
  font-family: "Karla Local", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.6;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.3s ease;
}
.home-about__contact:hover, .home-about__contact:focus-visible {
  background: var(--cta-ink);
  color: #fff;
}
.home-about__images {
  position: relative;
  min-height: 685px;
}
.home-about__image {
  display: block;
  height: auto;
}
.home-about__image--background {
  width: 580px;
  max-width: 100%;
  margin-left: auto;
  border-radius: 30px;
}
.home-about__image--portrait {
  position: absolute;
  bottom: -90px;
  left: 0;
  width: 305px;
  border-radius: 20px;
}
@keyframes home-about-background-parallax {
  from {
    transform: translateY(50px);
  }
  to {
    transform: translateY(-40px);
  }
}
@keyframes home-about-portrait-parallax {
  from {
    transform: translateY(150px);
  }
  to {
    transform: translateY(-88px);
  }
}
.treatments-intro {
  display: flex;
  min-height: 888px;
  margin-bottom: 150px;
}
.treatments-intro__image, .treatments-intro__content {
  width: 50%;
}
.treatments-intro__image {
  display: flex;
  min-height: 888px;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 30px;
  background: center / cover no-repeat;
}
.treatments-intro__contact {
  align-self: flex-start;
  width: 310px;
  max-width: 100%;
  padding: 30px;
  border-radius: 20px;
  background: rgb(255 255 255 / 15%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
}
.treatments-intro__contact p {
  margin: 0 0 20px;
  color: #fff;
  font-family: "Karla Local", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
}
.treatments-intro__contact .elementor-widget-cmsmasters-featured-box__button {
  position: relative;
  display: inline-flex;
  width: 100%;
  min-height: 74.8125px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  padding: 14px 35px;
  border: 1px solid var(--cta);
  border-radius: 8px;
  color: var(--cta-ink);
  font-family: "Karla Local", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 22.4px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
.treatments-intro__contact .elementor-widget-cmsmasters-featured-box__button::before, .treatments-intro__contact .elementor-widget-cmsmasters-featured-box__button::after {
  position: absolute;
  z-index: -1;
  content: "";
  inset: 0;
  transition: opacity 0.3s ease-in-out;
}
.treatments-intro__contact .elementor-widget-cmsmasters-featured-box__button::before {
  background: var(--cta);
}
.treatments-intro__contact .elementor-widget-cmsmasters-featured-box__button::after {
  background: var(--cta-ink);
  opacity: 0;
}
.treatments-intro__contact .elementor-widget-cmsmasters-featured-box__button:hover::before, .treatments-intro__contact .elementor-widget-cmsmasters-featured-box__button:focus-visible::before {
  opacity: 0;
}
.treatments-intro__contact .elementor-widget-cmsmasters-featured-box__button:hover::after, .treatments-intro__contact .elementor-widget-cmsmasters-featured-box__button:focus-visible::after {
  opacity: 1;
}
.treatments-intro__contact .elementor-widget-cmsmasters-featured-box__button:hover, .treatments-intro__contact .elementor-widget-cmsmasters-featured-box__button:focus-visible {
  color: #fff;
}
.treatments-intro__content {
  min-height: 888px;
  padding: 80px;
  background: #faefd6;
  color: #222;
  font-family: "Karla Local", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.45;
}
.treatments-intro__content h2 {
  margin: 0 0 40px;
  font-family: "Butler Local", Georgia, serif;
  font-size: 56px;
  font-weight: 300;
  line-height: 1.15;
}
.treatments-intro__content p {
  margin: 0;
}
.treatments-intro__content ul {
  margin: 36px 0 36px 36px;
  padding: 0;
  list-style: disc;
}
.treatments-intro__content li {
  margin-top: 6px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .treatments-intro {
    flex-wrap: wrap;
  }
  .treatments-intro__image, .treatments-intro__content {
    width: 100%;
    min-height: 580px;
  }
  .treatments-intro__content {
    padding: 80px 30px;
  }
}
@media (max-width: 767px) {
  .treatments-intro {
    min-height: 500px;
    margin-bottom: 80px;
    flex-direction: column;
  }
  .treatments-intro__image, .treatments-intro__content {
    width: 100%;
  }
  .treatments-intro__content {
    min-height: 0;
    order: -1;
    padding: 80px 20px;
    font-size: 15px;
    line-height: 1.45;
  }
  .treatments-intro__content h2 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.15;
  }
  .treatments-intro__content ul {
    margin: 30px 0;
    padding-left: 30px;
  }
  .treatments-intro__image {
    min-height: 480px;
  }
}
.treatment-showcase {
  padding: 120px 0;
  background: var(--home-hero-background) center / cover repeat;
  color: #222;
}
.treatment-showcase__inner {
  width: min(1376px, calc(100% - 64px));
  margin-inline: auto;
}
.treatment-showcase__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 60px;
}
.treatment-showcase h2 {
  margin: 0;
  font-family: "Butler Local", Georgia, serif;
  font-size: 56px;
  font-weight: 300;
  line-height: 1.15;
}
.treatment-showcase__controls {
  display: flex;
  gap: 10px;
}
.treatment-showcase__controls button {
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  border: 1px solid #c3934f;
  border-radius: 50%;
  background: transparent;
  color: #c3934f;
  cursor: pointer;
  transition: 0.25s ease;
}
.treatment-showcase__controls button:hover, .treatment-showcase__controls button:focus-visible {
  background: #c3934f;
  color: #fff;
}
.treatment-showcase__controls svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}
.treatment-showcase__viewport {
  overflow: hidden;
}
.treatment-showcase__track {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 20px;
  list-style: none;
  will-change: transform;
  transition-property: transform;
  transition-timing-function: ease;
}
.treatment-showcase__track > li:not([aria-hidden="true"]) {
  min-width: 0;
  flex: 0 0 calc((100% - 60px) / 4);
}
.treatment-showcase__track > [aria-hidden="true"] {
  min-width: 0;
  flex: 0 0 calc((100% - 60px) / 4);
}
.treatment-showcase__card {
  position: relative;
  display: flex;
  height: 560px;
  overflow: hidden;
  flex-direction: column;
  padding: 40px;
  border-radius: 20px;
  background: var(--showcase-image) center / cover no-repeat;
  color: #fff;
}
.treatment-showcase__card::before {
  position: absolute;
  z-index: 0;
  border-radius: inherit;
  background: rgb(0 0 0 / 30%);
  content: "";
  inset: 0;
}
.treatment-showcase__card > * {
  position: relative;
  z-index: 1;
}
.treatment-showcase__card a {
  color: inherit;
  text-decoration: none;
}
.treatment-showcase__category {
  font-family: "Karla Local", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.7;
  text-transform: uppercase;
}
.treatment-showcase__card h3 {
  margin: 10px 0 0;
  font-family: "Butler Local", Georgia, serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.25;
}
.treatment-showcase__cta {
  align-self: flex-start;
  min-width: 192px;
  margin-top: auto;
  padding: 14px 34px;
  border: 1px solid var(--cta);
  border-radius: 8px;
  font-family: "Karla Local", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s ease;
  background: var(--cta);
  color: var(--cta-ink);
}
.treatment-showcase__card .treatment-showcase__cta {
  color: var(--cta-ink);
}
.treatment-showcase__cta:hover, .treatment-showcase__cta:focus-visible {
  background: var(--cta-ink);
  color: #fff;
}
@media (max-width: 1024px) and (min-width: 801px) {
  .treatment-showcase__inner {
    width: calc(100% - 64px);
  }
  .treatment-showcase__track > li:not([aria-hidden="true"]), .treatment-showcase__track > [aria-hidden="true"] {
    flex-basis: calc((100% - 20px) / 2);
  }
}
.testimonial {
  display: none;
}
.instagram {
  display: none;
}
.section:has(.testimonial) {
  min-height: 430px;
  background: #c99849;
}
@media (max-width: 800px) {
  .home-hero {
    min-height: 661px;
    margin-top: -96px;
  }
  .home-hero__inner {
    display: block;
    width: calc(100% - 40px);
    min-height: 661px;
    padding: 0;
  }
  .home-hero__heading, .home-hero__stamp {
    display: none;
  }
  .home-hero__portrait {
    position: absolute;
    top: 78px;
    width: 100%;
    height: 386px;
    border-radius: 30px;
  }
  .home-hero__eyebrow {
    top: 172px;
    bottom: auto;
    left: calc(50% - 87px);
    width: 200%;
    font-size: 42px;
    line-height: 1.1;
  }
  .home-hero__editorial {
    position: absolute;
    top: 546px;
    width: 100%;
    justify-content: center;
    padding: 0;
    font-size: 20px;
    line-height: 1.25;
    text-align: center;
  }
  .home-hero__editorial span:first-child {
    width: 100%;
  }
  .home-hero__editorial span:nth-child(2), .home-hero__editorial span:nth-child(3) {
    width: auto;
  }
  .home-hero__editorial span:last-child {
    width: 100%;
  }
  .home-welcome {
    padding: 80px 20px 90px;
  }
  .home-welcome h2 {
    font-size: 11px;
  }
  .home-welcome__content {
    margin-top: 30px;
    gap: 30px;
  }
  .home-welcome__content p {
    font-size: 26px;
  }
  .home-welcome__appointment {
    font-size: 12px;
  }
  .home-about {
    margin-top: 80px;
    padding: 80px 20px 150px;
  }
  .home-about__inner {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .home-about__copy {
    min-height: 0;
    padding: 0;
  }
  .home-about__copy h2 {
    font-size: 42px;
  }
  .home-about__copy p {
    font-size: 16px;
  }
  .home-about__images {
    min-height: min(118vw, 685px);
  }
  .home-about__image--portrait {
    bottom: -70px;
    width: min(52vw, 305px);
  }
  .about-split {
    grid-template-columns: 1fr;
  }
  .about-split img {
    order: 0;
    max-width: 260px;
  }
  .about-split > div::after {
    margin-top: 25px;
  }
  .values {
    width: 100%;
  }
  .treatment-showcase {
    padding: 80px 0;
  }
  .treatment-showcase__inner {
    width: calc(100% - 40px);
  }
  .treatment-showcase__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 42px;
  }
  .treatment-showcase h2 {
    font-size: 32px;
    line-height: 1.15;
  }
  .treatment-showcase__card {
    height: 435px;
    padding: 30px;
  }
  .treatment-showcase__track > li:not([aria-hidden="true"]), .treatment-showcase__track > [aria-hidden="true"] {
    flex-basis: 100%;
  }
  .treatment-showcase__category {
    font-size: 11px;
    line-height: 1.7;
  }
  .treatment-showcase__card h3 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.25;
  }
  .treatment-showcase__cta {
    min-width: 178px;
    font-size: 12px;
    line-height: 19px;
  }
}
@media (max-width: 700px) {
  .container {
    width: min(100% - 32px, 1180px);
  }
  .section {
    padding: 72px 0;
  }
  .lead {
    font-size: 16px;
  }
}
.faq-page {
  background: #fffdf9;
  color: #302c26;
}
.faq-page__hero {
  display: grid;
  min-height: 470px;
  place-items: end start;
  padding: 100px 0 78px;
  background: radial-gradient(circle at 82% 28%, rgb(214 196 162 / 30%), transparent 28%), linear-gradient(135deg, #1e352b 0%, #324d40 58%, #6f7d6d 100%);
  color: #fff;
}
.faq-page__hero .eyebrow {
  color: #e7dfcf;
}
.faq-page__hero h1 {
  max-width: 980px;
  margin: 18px 0 0;
  font: 300 clamp(42px, 6vw, 76px) / 1.05 "Butler Local", Georgia, serif;
  text-wrap: balance;
}
.faq-page__intro {
  padding: 110px 0;
}
.faq-page__intro-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(420px, 1.25fr);
  gap: clamp(55px, 9vw, 135px);
}
.faq-page__intro h2, .faq-page__contents h2, .faq-page__section > h2, .faq-page__closing h2 {
  margin: 15px 0 0;
  font: 300 clamp(35px, 4vw, 54px) / 1.1 "Butler Local", Georgia, serif;
  text-wrap: balance;
}
.faq-page__intro-copy {
  max-width: 720px;
  font: 300 18px / 1.75 "Karla Local", Arial, sans-serif;
}
.faq-page__intro-copy p {
  margin: 0 0 20px;
}
.faq-page__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 18px 28px;
  background: var(--cta);
  color: var(--cta-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.faq-page__contents {
  padding: 82px 0 90px;
  background: #edf1ea;
}
.faq-page__contents h2 {
  max-width: 680px;
}
.faq-page__contents .eyebrow {
  color: #4f5c51;
}
.faq-page__contents-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 70px;
  margin-top: 55px;
  border-top: 1px solid #c8d1c6;
}
.faq-page__contents-links a {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 72px;
  border-bottom: 1px solid #c8d1c6;
  font: 500 16px / 1.35 "Karla Local", Arial, sans-serif;
  text-decoration: none;
  transition: color 0.2s ease;
}
.faq-page__contents-links a:hover {
  color: #9b751d;
}
.faq-page__contents-links span {
  color: #70520f;
  font-size: 11px;
  letter-spacing: 0.12em;
}
.faq-page__sections {
  max-width: 1020px;
  padding-top: 35px;
  padding-bottom: 125px;
}
.faq-page__section {
  scroll-margin-top: 110px;
  padding-top: 95px;
}
.faq-page__section > h2 {
  max-width: 760px;
  margin-bottom: 48px;
}
.faq-page__questions {
  border-top: 1px solid #d8d4cd;
}
.faq-page__questions details {
  border-bottom: 1px solid #d8d4cd;
}
.faq-page__questions summary {
  position: relative;
  padding: 27px 64px 27px 0;
  cursor: pointer;
  list-style: none;
}
.faq-page__questions summary::-webkit-details-marker {
  display: none;
}
.faq-page__toggle {
  position: absolute;
  top: 24px;
  right: 6px;
  display: grid;
  width: 32px;
  height: 32px;
  border: 1px solid #bec8bb;
  border-radius: 50%;
  place-items: center;
  color: #667568;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}
.faq-page__toggle::before {
  content: "+";
}
.faq-page__questions details[open] .faq-page__toggle::before {
  content: "−";
}
.faq-page__questions summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 5px;
}
.faq-page__questions h3 {
  margin: 0;
  font: 400 clamp(20px, 2.3vw, 27px) / 1.3 "Butler Local", Georgia, serif;
}
.faq-page__answer {
  max-width: 800px;
  padding: 0 50px 28px 0;
  color: #55514b;
  font: 300 17px / 1.75 "Karla Local", Arial, sans-serif;
}
.faq-page__answer p {
  margin: 0 0 17px;
}
.faq-page__answer ul {
  margin: 0 0 22px;
  padding-left: 24px;
}
.faq-page__answer li {
  margin-bottom: 8px;
  padding-left: 5px;
}
.faq-page__answer a {
  color: #7c5d18;
  font-weight: 500;
  text-underline-offset: 3px;
}
.faq-page__answer h4 {
  margin: 28px 0 10px;
  color: #302c26;
  font-size: 17px;
}
.faq-page__answer address {
  margin: 0 0 20px;
  color: #302c26;
  font-style: normal;
  font-weight: 600;
}
.faq-page__answer address span {
  display: block;
}
.faq-page__answer-cta {
  display: inline-flex;
  margin: 0 0 30px;
  padding: 14px 22px;
  background: var(--cta);
  color: var(--cta-ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
}
.faq-page__closing {
  padding: 110px 0;
  background: #243b30;
  color: #fff;
}
.faq-page__closing-inner {
  max-width: 900px;
  text-align: center;
}
.faq-page__closing .eyebrow {
  color: #d2c4a8;
}
.faq-page__closing h2 {
  margin-inline: auto;
}
.faq-page__closing p {
  max-width: 720px;
  margin: 26px auto 0;
  color: #dce3dc;
  font: 300 17px / 1.75 "Karla Local", Arial, sans-serif;
}
.faq-page__closing .faq-page__cta {
  margin-top: 38px;
}
.faq-page__medical-note {
  padding: 58px 0 65px;
  background: #f1eee7;
}
.faq-page__medical-note .container {
  max-width: 900px;
}
.faq-page__medical-note h2 {
  margin: 0 0 12px;
  font: 400 23px / 1.3 "Butler Local", Georgia, serif;
}
.faq-page__medical-note p {
  margin: 0;
  color: #625e57;
  font: 300 14px / 1.7 "Karla Local", Arial, sans-serif;
}
.faq-page__medical-note .faq-page__review {
  margin-top: 20px;
}
@media (max-width: 900px) {
  .faq-page__intro-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media (max-width: 760px) {
  .faq-page__hero {
    min-height: 430px;
    padding: 135px 0 60px;
  }
  .faq-page__hero h1 {
    font-size: clamp(39px, 11vw, 53px);
  }
  .faq-page__intro {
    padding: 72px 0;
  }
  .faq-page__intro-copy {
    font-size: 16px;
  }
  .faq-page__cta {
    width: 100%;
  }
  .faq-page__contents {
    padding: 65px 0 70px;
  }
  .faq-page__contents-links {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 38px;
  }
  .faq-page__sections {
    padding-top: 10px;
    padding-bottom: 85px;
  }
  .faq-page__section {
    scroll-margin-top: 90px;
    padding-top: 70px;
  }
  .faq-page__section > h2 {
    margin-bottom: 34px;
    font-size: 35px;
  }
  .faq-page__questions summary {
    padding: 23px 48px 23px 0;
  }
  .faq-page__toggle {
    top: 21px;
    right: 0;
    width: 29px;
    height: 29px;
    font-size: 19px;
  }
  .faq-page__questions h3 {
    font-size: 21px;
  }
  .faq-page__answer {
    padding-right: 0;
    font-size: 16px;
  }
  .faq-page__closing {
    padding: 78px 0;
  }
  .faq-page__closing h2 {
    font-size: 37px;
  }
  .faq-page__closing p {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .header {
    position: sticky;
    top: 0;
    right: auto;
    left: auto;
    border: 0;
    border-bottom: 1px solid #e9dfd2;
    border-radius: 0;
    background: rgb(255 250 245 / 94%);
    box-shadow: none;
    backdrop-filter: blur(12px);
  }
  .header__inner {
    display: grid;
    grid-template-columns: auto minmax(300px, 1fr) auto;
    min-height: 88px;
    width: min(1440px, calc(100% - 64px));
    margin-inline: auto;
    gap: 36px;
    padding: 0;
  }
  .header__logo {
    justify-self: start;
    margin-right: 0;
  }
  .header__logo img {
    width: 105px;
  }
  .header__nav {
    display: flex;
    order: initial;
    width: auto;
    flex-basis: auto;
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 2vw, 34px);
  }
  .header__nav a {
    position: relative;
    display: inline-block;
    min-height: 0;
    padding: 10px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #322d26;
    font-family: "Karla Local", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
  }
  .header__nav a:hover, .header__nav a:focus-visible, .header__nav a[aria-current="page"] {
    background: transparent;
    color: #322d26;
  }
  .header__nav a::after {
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    height: 1px;
    background: #c3934f;
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.25s ease;
  }
  .header__nav a:hover::after, .header__nav a[aria-current="page"]::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .header__actions {
    gap: 10px;
    justify-self: end;
  }
  .header__socials {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .header__socials a {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    color: #322d26;
    transition: background 0.2s ease, color 0.2s ease;
  }
  .header__socials a:hover, .header__socials a:focus-visible {
    background: #faefd6;
    color: #c3934f;
  }
  .header__socials svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
  }
  .header__socials svg[fill="none"] {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
  }
  .header__phone {
    order: 1;
    width: auto;
    height: auto;
    gap: 7px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #322d26;
    font-family: "Karla Local", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-decoration: none;
  }
  .header__phone span {
    display: inline;
  }
  .header__phone svg, .header__whatsapp svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
  }
  .header__whatsapp, .header__contact {
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 7px;
    font-family: "Karla Local", sans-serif;
    font-size: 12px;
    letter-spacing: 0.08em;
  }
  .header__whatsapp {
    order: 2;
    display: inline-flex;
    width: auto;
    height: auto;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #e5d8c5;
    background: #fffaf5;
    box-shadow: none;
    color: #6f4b1d;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.2s ease, transform 0.2s ease;
  }
  .header__whatsapp span {
    display: inline;
  }
  .header__whatsapp:hover, .header__whatsapp:focus-visible {
    background: #faefd6;
    transform: translateY(-1px);
  }
  .header__contact {
    min-height: 42px;
    padding: 10px 16px;
    background: var(--cta);
    box-shadow: 0 4px 10px rgb(111 75 29 / 18%);
    color: var(--cta-ink);
    font-size: 12px;
    letter-spacing: 0.08em;
  }
  .header__contact--desktop {
    display: inline-flex;
    order: 3;
  }
  .header__contact--mobile {
    display: none;
  }
  .header__menu-toggle {
    display: none;
  }
}
@media (max-width: 370px) {
  .header {
    right: 10px;
    left: 10px;
  }
  .header__logo img {
    width: 78px;
  }
  .header__actions {
    gap: 5px;
  }
}
.cta-gloss {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.skin-analysis-cta-content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
  line-height: 1.15;
  text-align: center;
}
.skin-analysis-cta-content small {
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 0.06em;
  opacity: 0.82;
  text-transform: none;
}
.cta-gloss::before {
  position: absolute;
  inset: -45% auto -45% -38%;
  width: 34%;
  border-radius: inherit;
  background: linear-gradient(105deg, transparent 0%, #f24f0f0d 34%, #ff924e80 50%, #f24f0f0d 66%, transparent 100%);
  content: "";
  filter: blur(0.5px);
  mix-blend-mode: multiply;
  pointer-events: none;
  transform: translateX(-120%) skewX(-17deg);
  animation: cta-gloss 7.2s ease-out infinite 1.2s;
  will-change: opacity, transform;
}
@keyframes cta-gloss {
  0%, 64%, 100% {
    opacity: 0;
    transform: translateX(-120%) skewX(-17deg);
  }
  69% {
    opacity: 0.78;
  }
  82% {
    opacity: 0;
    transform: translateX(520%) skewX(-17deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .cta-gloss::before {
    animation: none;
    opacity: 0;
  }
}
.before-after {
  position: relative;
  height: 740px;
  margin-bottom: 20px;
  overflow: hidden;
  cursor: ew-resize;
  outline: none;
  touch-action: pan-y;
  user-select: none;
}
.before-after:focus-visible {
  outline: 3px solid #c3934f;
  outline-offset: 4px;
}
.before-after img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.before-after__before {
  clip-path: inset(0 calc(100% - var(--before-after-position)) 0 0);
}
.before-after__labels {
  position: absolute;
  inset: 20px 20px auto;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font: 700 11px "Karla Local", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  pointer-events: none;
}
.before-after__labels span {
  padding: 10px 14px;
  background: rgb(39 35 30 / 0.68);
}
.before-after__handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--before-after-position);
  width: 2px;
  background: #fff;
  transform: translateX(-50%);
  pointer-events: none;
}
.before-after__handle::before, .before-after__handle::after {
  position: absolute;
  left: 50%;
  width: 2px;
  height: calc(50% - 22px);
  background: #fff;
  content: "";
  transform: translateX(-50%);
}
.before-after__handle::before {
  bottom: calc(50% + 22px);
}
.before-after__handle::after {
  top: calc(50% + 22px);
}
.before-after__handle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  padding: 10px;
  border-radius: 50%;
  background: #fff;
  fill: none;
  stroke: #302c26;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transform: translate(-50%, -50%);
}
@media (max-width: 700px) {
  .before-after {
    height: 202px;
  }
  .before-after__labels {
    inset: 12px 12px auto;
    font-size: 9px;
  }
  .before-after__labels span {
    padding: 7px 9px;
  }
}
.home-differentiator {
  padding: 120px 40px;
  background: #c3934f;
  color: #fff;
}
.home-differentiator__inner {
  display: grid;
  width: min(1280px, 100%);
  min-height: 727px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 518px) minmax(0, 634px);
  justify-content: space-between;
  gap: 80px;
}
.home-differentiator__copy {
  align-self: center;
  font-family: "Karla Local", Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.45;
}
.home-differentiator__eyebrow {
  margin: 0 0 30px;
  color: #faefd6;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}
.home-differentiator h2, .home-differentiator h3, .home-differentiator__signature {
  font-family: "Butler Local", Georgia, serif;
  font-weight: 300;
}
.home-differentiator h2 {
  margin: 0 0 36px;
  color: #faefd6;
  font-size: 56px;
  line-height: 1.15;
}
.home-differentiator__copy > p:not(.home-differentiator__eyebrow):not(.home-differentiator__signature) {
  margin: 0;
}
.home-differentiator__copy ul {
  margin: 36px 0 36px 36px;
  padding: 0;
  list-style: outside disc;
}
.home-differentiator__copy li::marker {
  color: #fff;
}
.home-differentiator__copy li + li {
  margin-top: 6px;
}
.home-differentiator__signature {
  margin: 57px 0 0;
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
}
.home-differentiator__profile {
  align-self: center;
  width: min(100%, 433.6px);
  margin: -26px 0 0 100px;
  padding: 40px;
  border-radius: 20px;
  background: #f7f5ef;
  color: #222;
}
.home-differentiator__profile-title {
  margin: 0;
  font-family: "Butler Local", Georgia, serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.25;
}
.home-differentiator__profile-title a {
  color: inherit;
  text-decoration: none;
}
.home-differentiator__portrait {
  display: block;
  width: 260px;
  height: 260px;
  margin: 50px auto 0;
  border-radius: 50%;
  overflow: hidden;
}
.home-differentiator__portrait img {
  display: block;
  width: 100%;
  height: 100%;
}
.home-differentiator__profile-footer {
  display: flex;
  min-height: 61px;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 50px;
  padding-top: 15px;
}
.home-differentiator__profile-link {
  display: inline-flex;
  flex: none;
  align-items: center;
  gap: 8px;
  color: #222;
  font-family: "Karla Local", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.6;
  text-decoration: none;
  text-transform: uppercase;
}
.home-differentiator__profile-link svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}
.home-differentiator__socials {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px;
}
.home-differentiator__socials a {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border-radius: 50%;
  background: #faefd6;
  color: #c3934f;
  transition: 0.2s ease;
}
.home-differentiator__socials a:hover, .home-differentiator__socials a:focus-visible {
  background: #c3934f;
  color: #fff;
}
.home-differentiator__socials svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}
.home-differentiator__socials svg[fill="none"] {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}
@keyframes home-differentiator-profile-scroll {
  from {
    transform: translateY(24px);
  }
  to {
    transform: translateY(-24px);
  }
}
@media (max-width: 800px) {
  .home-differentiator {
    padding: 80px 20px;
  }
  .home-differentiator__inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 138px;
  }
  .home-differentiator__copy {
    font-size: 15px;
  }
  .home-differentiator__eyebrow {
    margin-bottom: 24px;
    font-size: 13px;
  }
  .home-differentiator h2 {
    margin-bottom: 30px;
    font-size: 38px;
  }
  .home-differentiator__copy ul {
    margin: 30px 0 30px 30px;
  }
  .home-differentiator__signature {
    margin-top: 52.5px;
    font-size: 26px;
  }
  .home-differentiator__profile {
    width: min(100%, 350px);
    margin: 0 auto;
  }
  .home-differentiator__profile-title {
    font-size: 20px;
  }
  .home-differentiator__portrait {
    margin-top: 30px;
  }
  .home-differentiator__profile-footer {
    min-height: 111px;
    margin-top: 30px;
  }
  .home-differentiator__profile-link {
    font-size: 12px;
  }
}
@media (max-width: 390px) {
  .home-differentiator h2 {
    font-size: 35px;
  }
}
.home-eyes-treatments {
  display: grid;
  width: min(1200px, calc(100% - 80px));
  margin: 0 auto 150px;
  grid-template-columns: 45fr 55fr;
  gap: 50px;
  color: #222;
}
.home-eyes-treatments__copy {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-family: "Karla Local", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.45;
}
.home-eyes-treatments__copy p, .home-eyes-treatments__copy h2, .home-eyes-treatments__copy h3 {
  margin: 0;
}
.home-eyes-treatments__eyebrow {
  color: #aeaaa5;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.55;
  text-transform: uppercase;
  padding-bottom: 3px;
}
.home-eyes-treatments__copy h2 {
  font-family: "Butler Local", Georgia, serif;
  font-size: 56px;
  font-weight: 300;
  line-height: 1.15;
  padding-bottom: 10px;
}
.home-eyes-treatments__copy > p:not(.home-eyes-treatments__eyebrow) {
  padding-bottom: 20px;
}
.home-eyes-treatments__copy h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
}
.home-eyes-treatments__image-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.home-eyes-treatments__image-wrap img {
  display: block;
  width: min(580px, 100%);
  height: auto;
}
@keyframes home-eyes-treatments-image-scroll {
  from {
    transform: translateY(40px);
  }
  to {
    transform: translateY(-40px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-eyes-treatments__image-wrap img {
    animation: none;
  }
}
@media (max-width: 800px) {
  .home-eyes-treatments {
    width: calc(100% - 40px);
    margin-bottom: 80px;
    grid-template-columns: 1fr;
    gap: 70px;
  }
  .home-eyes-treatments__copy {
    font-size: 15px;
    line-height: 1.45;
  }
  .home-eyes-treatments__eyebrow {
    font-size: 11px;
    line-height: 21.75px;
    padding-bottom: 0;
  }
  .home-eyes-treatments__copy h2 {
    font-size: 32px;
  }
  .home-eyes-treatments__copy h3 {
    font-size: 15px;
    padding-bottom: 10px;
  }
  .home-eyes-treatments__copy > p:not(.home-eyes-treatments__eyebrow) {
    padding-bottom: 10px;
  }
  .home-eyes-treatments__image-wrap img {
    width: 100%;
  }
}
.home-hero-variants {
  display: block;
  background: #fff;
}
.home-hero-variant {
  position: relative;
  min-height: clamp(780px, 90svh, 900px);
  overflow: hidden;
  isolation: isolate;
}
.home-hero-variant__inner {
  position: relative;
  z-index: 1;
  width: min(1360px, calc(100% - 112px));
  min-height: inherit;
  margin-inline: auto;
}
.home-hero-variant__topline {
  position: absolute;
  z-index: 2;
  top: 50px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  font-family: "Karla Local", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.4;
  text-transform: uppercase;
}
.home-hero-variant__content {
  position: relative;
  z-index: 1;
}
.home-hero-variant--image {
  background: radial-gradient(circle at 75% 34%, transparent 0%, rgb(25 18 14 / 8%) 42%, rgb(20 15 12 / 38%) 100%), linear-gradient(90deg, rgb(21 17 14 / 92%) 0%, rgb(21 17 14 / 76%) 35%, rgb(21 17 14 / 20%) 70%, transparent 100%), var(--hero-variant-image) center 45% / cover no-repeat;
  color: #fff;
}
.home-hero-variant--image::after {
  position: absolute;
  border: 1px solid rgb(255 255 255 / 24%);
  content: "";
  inset: 20px;
  pointer-events: none;
}
.home-hero-variant--image .home-hero-variant__inner {
  display: flex;
  align-items: center;
}
.home-hero-variant--image .home-hero-variant__content {
  width: min(660px, 58%);
  padding: 120px 0 150px;
}
.home-hero-variant--editorial {
  background: var(--home-hero-background) center / cover no-repeat;
  color: #222;
}
.home-hero-variant--editorial::before {
  position: absolute;
  top: 50%;
  left: -0.08em;
  color: rgb(195 147 79 / 7%);
  content: "JWC";
  font-family: "Butler Local", Georgia, serif;
  font-size: min(31vw, 440px);
  font-weight: 300;
  line-height: 0.7;
  pointer-events: none;
  transform: translateY(-50%);
  white-space: nowrap;
}
.home-hero-variant--editorial .home-hero-variant__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 0.82fr);
  align-items: center;
  gap: clamp(70px, 8vw, 140px);
  padding: 102px 0 72px;
}
.home-hero-variant--editorial .home-hero-variant__content {
  max-width: 590px;
}
.home-hero-variant__eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 24px;
  font-family: "Karla Local", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-transform: uppercase;
}
.home-hero-variant__eyebrow::before {
  width: 42px;
  height: 1px;
  background: currentColor;
  content: "";
  flex: 0 0 42px;
}
.home-hero-variant--image .home-hero-variant__eyebrow {
  color: #ead5a6;
}
.home-hero-variant--editorial .home-hero-variant__eyebrow {
  color: #8c672d;
}
.home-hero-variant h1, .home-hero-variant h2 {
  margin: 0;
  font-family: "Butler Local", Georgia, serif;
  font-size: clamp(64px, 7vw, 102px);
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 0.96;
  text-wrap: balance;
}
.home-hero-variant--editorial h1, .home-hero-variant--editorial h2 {
  font-size: clamp(62px, 6.2vw, 88px);
  line-height: 0.98;
}
.home-hero-variant__lead {
  max-width: 520px;
  margin: 32px 0 0;
  font-family: "Karla Local", sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.6;
}
.home-hero-variant__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  margin-top: 42px;
}
.home-hero-variant__cta {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 15px 24px 15px 28px;
  border: 1px solid var(--cta);
  border-radius: 2px;
  background: var(--cta);
  color: var(--cta-ink);
  font-family: "Karla Local", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.home-hero-variant__cta::after {
  content: "↗";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.home-hero-variant__cta:hover, .home-hero-variant__cta:focus-visible {
  border-color: var(--cta-ink);
  background: var(--cta-ink);
  color: #fff;
  transform: translateY(-2px);
}
.home-hero-variant__cta:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}
.google-rating {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  color: inherit;
  font-family: "Karla Local", sans-serif;
  font-size: 12px;
  letter-spacing: 0.01em;
  line-height: 1.35;
  text-decoration: none;
}
.google-rating__stars {
  color: #f3c348;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1;
}
.google-rating__details {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
}
.google-rating__logo {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
}
.google-rating strong {
  font-weight: 700;
}
.home-hero-variant__specialties {
  position: absolute;
  right: 0;
  bottom: 48px;
  left: 0;
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgb(255 255 255 / 32%);
  list-style: none;
}
.home-hero-variant__specialties li {
  padding-top: 18px;
  font-family: "Karla Local", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.4;
  text-transform: uppercase;
}
.home-hero-variant__specialties li:nth-child(2) {
  text-align: center;
}
.home-hero-variant__specialties li:last-child {
  text-align: right;
}
.home-hero-variant__visual {
  position: relative;
  width: min(100%, 540px);
  height: clamp(600px, 71vh, 710px);
  justify-self: end;
}
.home-hero-variant__visual::before {
  position: absolute;
  z-index: -1;
  border: 1px solid rgb(166 119 50 / 45%);
  border-radius: 50% 50% 26px 26px / 38% 38% 26px 26px;
  content: "";
  inset: 22px -22px -22px 22px;
}
.home-hero-variant__portrait {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50% 50% 26px 26px / 38% 38% 26px 26px;
  object-fit: cover;
  object-position: center 42%;
  box-shadow: 0 30px 80px rgb(82 55 28 / 14%);
}
.home-hero-variant__caption {
  position: absolute;
  right: -34px;
  bottom: 34px;
  display: flex;
  min-width: 260px;
  padding: 19px 22px;
  border-left: 3px solid #c3934f;
  background: rgb(255 252 247 / 94%);
  box-shadow: 0 18px 45px rgb(69 45 21 / 14%);
  flex-direction: column;
  gap: 4px;
  backdrop-filter: blur(8px);
}
.home-hero-variant__caption span, .home-hero-variant__caption strong {
  font-family: "Karla Local", sans-serif;
  font-size: 10px;
  line-height: 1.4;
  text-transform: uppercase;
}
.home-hero-variant__caption span {
  color: #7a6d60;
  letter-spacing: 0.11em;
}
.home-hero-variant__caption strong {
  color: #25201b;
  letter-spacing: 0.18em;
}
@media (max-width: 900px) {
  .home-hero-variant {
    min-height: max(760px, 100svh);
  }
  .home-hero-variant__inner {
    width: calc(100% - 40px);
  }
  .home-hero-variant__topline {
    top: 32px;
    font-size: 9px;
  }
  .home-hero-variant--image {
    background: linear-gradient(0deg, rgb(18 14 11 / 94%) 0%, rgb(18 14 11 / 55%) 52%, rgb(18 14 11 / 16%) 100%), linear-gradient(90deg, rgb(18 14 11 / 48%), transparent 72%), var(--hero-variant-image) 63% center / cover no-repeat;
  }
  .home-hero-variant--image::after {
    inset: 10px;
  }
  .home-hero-variant--image .home-hero-variant__inner {
    align-items: flex-end;
  }
  .home-hero-variant--image .home-hero-variant__content {
    width: 100%;
    padding: 100px 0 138px;
  }
  .home-hero-variant__eyebrow {
    gap: 11px;
    margin-bottom: 18px;
    font-size: 9px;
    letter-spacing: 0.17em;
  }
  .home-hero-variant__eyebrow::before {
    width: 28px;
    flex-basis: 28px;
  }
  .home-hero-variant h1, .home-hero-variant h2, .home-hero-variant--editorial h1, .home-hero-variant--editorial h2 {
    font-size: clamp(48px, 13vw, 56px);
    line-height: 0.98;
  }
  .home-hero-variant__lead {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.55;
  }
  .home-hero-variant__actions {
    gap: 22px;
    margin-top: 30px;
  }
  .home-hero-variant__cta {
    min-height: 52px;
    padding: 13px 19px 13px 22px;
    gap: 14px;
    font-size: 10px;
  }
  .home-hero-variant__specialties {
    bottom: 31px;
  }
  .home-hero-variant__specialties li {
    padding-top: 13px;
    font-size: 9px;
    letter-spacing: 0.1em;
  }
  .home-hero-variant--editorial {
    min-height: max(820px, 100svh);
  }
  .home-hero-variant--editorial::before {
    top: auto;
    bottom: 38px;
    font-size: 58vw;
    transform: none;
  }
  .home-hero-variant--editorial .home-hero-variant__inner {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(330px, 41svh) 1fr;
    gap: 0;
    padding: 0;
  }
  .home-hero-variant--editorial .home-hero-variant__topline {
    right: 20px;
    left: 20px;
    color: #fff;
    text-shadow: 0 1px 12px rgb(0 0 0 / 35%);
  }
  .home-hero-variant--editorial .home-hero-variant__content {
    grid-row: 2;
    max-width: none;
    padding: 54px 20px 42px;
  }
  .home-hero-variant--editorial .home-hero-variant__lead {
    max-width: 480px;
  }
  .home-hero-variant__visual {
    width: 100%;
    height: 100%;
    grid-row: 1;
    justify-self: stretch;
  }
  .home-hero-variant__visual::before {
    display: none;
  }
  .home-hero-variant__portrait {
    width: 100%;
    height: 100%;
    border-radius: 0 0 50% 0 / 0 0 18% 0;
    object-position: center 38%;
    box-shadow: none;
  }
  .home-hero-variant__caption {
    right: 20px;
    bottom: -22px;
    min-width: 230px;
    padding: 15px 17px;
  }
}
@media (max-width: 390px) {
  .home-hero-variant__specialties li:nth-child(2) {
    padding-inline: 8px;
  }
  .home-hero-variant--editorial .home-hero-variant__content {
    padding-top: 48px;
  }
  .home-hero-variant--editorial .home-hero-variant__actions {
    gap: 18px;
  }
}
.home-instagram-feed {
  padding: 120px 40px;
  background: #fffaf5;
  color: #222;
}
.home-instagram-feed__heading, .home-instagram-feed__grid {
  width: min(1200px, 100%);
  margin: 0 auto;
}
.home-instagram-feed__heading {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 52px;
}
.home-instagram-feed__heading p {
  margin: 0 0 16px;
  color: #9b751d;
  font-family: "Karla Local", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}
.home-instagram-feed__heading h2 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  font-family: "Butler Local", Georgia, serif;
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 300;
  line-height: 1;
}
.instagram-verified-badge {
  display: inline-flex;
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  color: #0095f6;
}
.instagram-verified-badge svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.instagram-verified-badge svg path:last-child {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}
.home-instagram-feed__profile {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.home-instagram-feed__profile img {
  width: 108px;
  height: 108px;
  border: 2px solid #c3934f;
  border-radius: 50%;
  object-fit: cover;
}
.home-instagram-feed__profile-details {
  padding-top: 4px;
}
.home-instagram-feed__profile-details strong, .home-instagram-feed__profile-details p {
  display: block;
  font-family: "Karla Local", sans-serif;
}
.home-instagram-feed__profile-details strong {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}
.home-instagram-feed__profile-details p {
  margin: 8px 0 0;
  color: #5d5246;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.45;
  text-transform: none;
}
.home-instagram-feed__profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.home-instagram-feed__profile-actions a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  padding: 9px 18px;
  border: 0;
  border-radius: 9px;
  background: var(--cta);
  color: var(--cta-ink);
  font-family: "Karla Local", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: 0.2s ease;
}
.home-instagram-feed__profile-actions a + a {
  border: 1px solid var(--cta);
  background: var(--cta);
  color: var(--cta-ink);
}
.home-instagram-feed__profile-actions a:hover, .home-instagram-feed__profile-actions a:focus-visible {
  background: #222;
  color: #fff;
}
.home-instagram-feed__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.instagram-post {
  position: relative;
  display: block;
  aspect-ratio: 0.8;
  overflow: hidden;
  border-radius: 20px;
  background: #e8dfd2;
  color: #fff;
  text-decoration: none;
}
.instagram-post::after {
  position: absolute;
  background: linear-gradient(180deg, rgb(0 0 0 / 2%) 45%, rgb(0 0 0 / 58%) 100%);
  content: "";
  inset: 0;
  transition: background 0.25s ease;
}
.instagram-post img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.instagram-post__play {
  position: absolute;
  z-index: 1;
  top: 24px;
  right: 24px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 80%);
  border-radius: 50%;
  backdrop-filter: blur(6px);
}
.instagram-post__play svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}
.instagram-post__label {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 22px;
  left: 24px;
  font-family: "Karla Local", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.instagram-post:hover img, .instagram-post:focus-visible img {
  transform: scale(1.05);
}
.instagram-post:hover::after, .instagram-post:focus-visible::after {
  background: linear-gradient(180deg, rgb(0 0 0 / 12%) 45%, rgb(0 0 0 / 65%) 100%);
}
@media (max-width: 800px) {
  .home-instagram-feed {
    padding: 80px 20px;
  }
  .home-instagram-feed__heading {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 38px;
  }
  .home-instagram-feed__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .home-instagram-feed__profile {
    gap: 14px;
  }
  .home-instagram-feed__profile img {
    width: 76px;
    height: 76px;
  }
  .home-instagram-feed__profile-details strong {
    margin-top: 6px;
    font-size: 13px;
  }
  .instagram-verified-badge {
    width: 21px;
    height: 21px;
  }
  .home-instagram-feed__profile-details p {
    font-size: 12px;
  }
  .instagram-post {
    aspect-ratio: 0.95;
  }
}
.aqua-hero {
  display: grid;
  min-height: 740px;
  grid-template-columns: 58% 42%;
  background: #fbf7f1;
  color: #27231e;
}
.aqua-hero img {
  width: 100%;
  height: 740px;
  object-fit: cover;
}
.aqua-hero div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 80px;
}
.aqua-hero p, .aqua-faq > p {
  margin: 0 0 20px;
  font: 700 13px "Karla Local", sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.aqua-hero h1, .aqua-about h2, .aqua-process h2, .aqua-suitable h2, .aqua-reviews h2, .aqua-faq h2 {
  margin: 0;
  font-family: "Butler Local", Georgia, serif;
  font-weight: 300;
  line-height: 1.15;
}
.aqua-hero h1 {
  margin-bottom: 10px;
  font-size: 68px;
  line-height: 1.1;
}
.aqua-hero span {
  margin-top: 20px;
  font: 300 18px / 1.45 "Karla Local", sans-serif;
}
.aqua-about {
  width: calc(100% - 80px);
  max-width: 1080px;
  margin: 0 auto 120px;
  padding: 120px 0 0;
  color: #222;
  font: 300 18px / 1.45 "Karla Local", sans-serif;
}
.aqua-about h2 {
  margin-bottom: 40px;
  font-size: 56px;
}
.aqua-about p {
  margin: 0 0 67px;
  text-align: justify;
}
.aqua-about p:last-child {
  margin-bottom: 27px;
}
.aqua-process {
  display: grid;
  min-height: 820px;
  grid-template-columns: 1fr 1fr;
}
.aqua-process__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 80px;
  background: #c3934f;
  color: #fff;
  font: 300 18px / 1.45 "Karla Local", sans-serif;
}
.aqua-process h2 {
  font-size: 56px;
}
.aqua-process__copy > p {
  margin: 30px 0;
}
.aqua-process details {
  border-bottom: 1px solid rgb(255 255 255 / 45%);
}
.aqua-process summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}
.aqua-process summary::-webkit-details-marker {
  display: none;
}
.aqua-process summary::after {
  content: "+";
  font-size: 24px;
  font-weight: 300;
}
.aqua-process details[open] summary::after {
  content: "−";
}
.aqua-process details p {
  margin: 0 0 16px;
}
.aqua-process img {
  width: 100%;
  height: 100%;
  min-height: 600px;
  object-fit: cover;
  object-position: left center;
}
.aqua-suitable {
  display: grid;
  grid-template-columns: minmax(0, 48fr) minmax(0, 52fr);
  max-width: 1280px;
  align-items: center;
  gap: 120px;
  margin: 120px auto;
  color: #302c26;
  font: 300 18px / 1.45 "Karla Local", sans-serif;
}
.aqua-suitable img {
  width: 100%;
  border-radius: 20px;
}
.aqua-suitable > div {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.aqua-suitable h2 {
  width: 80%;
  font-size: 56px;
}
.aqua-suitable p, .aqua-suitable ul {
  margin: 0;
}
.aqua-suitable p {
  margin-bottom: 27px;
}
.aqua-suitable ul {
  display: flex;
  flex-direction: column;
  gap: 7.5px;
  padding: 0;
  list-style: none;
}
.aqua-suitable li {
  position: relative;
  padding: 0 0 7.5px 31px;
}
.aqua-suitable li::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: #c99849;
}
.aqua-reviews {
  padding: 150px 40px;
  background: #faefd6;
  text-align: center;
  color: #302c26;
  font: 300 18px / 1.45 "Karla Local", sans-serif;
}
.aqua-reviews h2 {
  font-size: 56px;
}
.aqua-reviews > p {
  margin: 20px 0 70px;
}
.aqua-reviews > div {
  display: grid;
  max-width: 1280px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  column-gap: 132px;
  margin: 20px auto 0;
  padding: 61px 51px;
}
.aqua-reviews article {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  padding: 36px 28px;
  border-radius: 20px;
  background: #fff;
}
.aqua-reviews article:first-child, .aqua-reviews article:last-child {
  transform: scale(0.92);
}
.aqua-reviews strong {
  height: 38px;
  margin-bottom: 20px;
  color: #c3934f;
  font-size: 20px;
  letter-spacing: 0;
}
.aqua-reviews article p {
  margin: 0;
}
.aqua-reviews b {
  margin-top: auto;
  padding-top: 30px;
  font: 20px / 1.45 "Karla Local", sans-serif;
}
.aqua-faq {
  max-width: 980px;
  margin: 120px auto;
  padding: 104px 80px 100px;
  border: 1px solid #e8e4de;
  border-radius: 20px;
  text-align: center;
  color: #302c26;
  font: 18px / 1.45 "Karla Local", sans-serif;
}
.aqua-faq > p {
  margin-bottom: 32px;
  color: #b7b1aa;
  font-size: 12px;
}
.aqua-faq h2 {
  margin-bottom: 88px;
  font-size: 44px;
}
.aqua-faq details {
  border-bottom: 1px solid #e8e4de;
  padding: 20px 0;
  text-align: left;
}
.aqua-faq summary {
  cursor: pointer;
  list-style: none;
}
.aqua-faq summary::after {
  float: right;
  content: "+";
  font-size: 28px;
  font-weight: 300;
  line-height: 0.75;
}
.aqua-faq details p {
  margin: 22px 0 4px;
  font-size: 17px;
}
.aqua-faq a {
  display: inline-block;
  margin-top: 69px;
  padding: 19px 36px;
  border-radius: 4px;
  background: var(--cta);
  color: var(--cta-ink);
  font: 700 12px "Karla Local", sans-serif;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  .aqua-hero, .aqua-process, .aqua-suitable {
    grid-template-columns: 1fr;
  }
  .aqua-hero {
    display: flex;
    min-height: 600px;
    flex-wrap: wrap;
  }
  .aqua-hero img {
    height: auto;
    min-height: 300px;
    flex: 1 1 100%;
  }
  .aqua-hero div {
    flex: 1 1 100%;
    padding: 60px 20px;
  }
  .aqua-hero h1 {
    font-size: 42px;
  }
  .aqua-hero span {
    font-size: 15px;
  }
  .aqua-about {
    width: calc(100% - 40px);
    margin-bottom: 60px;
    padding: 80px 0 0;
    font-size: 15px;
  }
  .aqua-about h2, .aqua-process h2, .aqua-suitable h2 {
    font-size: 32px;
  }
  .aqua-process {
    min-height: 0;
  }
  .aqua-process__copy {
    padding: 60px 20px 50px;
    font-size: 15px;
  }
  .aqua-process img {
    min-height: 400px;
  }
  .aqua-suitable {
    width: calc(100% - 40px);
    gap: 60px;
    margin: 80px auto;
    font-size: 15px;
  }
  .aqua-suitable img {
    height: 400px;
    object-fit: cover;
  }
  .aqua-reviews {
    padding: 80px 20px;
    font-size: 15px;
  }
  .aqua-reviews h2 {
    font-size: 32px;
  }
  .aqua-reviews > p {
    margin: 20px 0 50px;
  }
  .aqua-reviews > div {
    grid-template-columns: 1fr;
    row-gap: 122px;
    padding: 51px 31px;
  }
  .aqua-reviews article {
    min-height: 0;
    padding: 32px 24px;
  }
  .aqua-reviews article:first-child, .aqua-reviews article:last-child {
    transform: none;
  }
  .aqua-faq {
    margin: 80px 20px;
    padding: 104px 20px 80px;
    font-size: 16px;
  }
  .aqua-faq h2 {
    margin-bottom: 70px;
    font-size: 28px;
  }
}
.service-page__hero {
  display: grid;
  min-height: 740px;
  grid-template-columns: 58% 42%;
  background: #fbf7f1;
  color: #27231e;
}
.service-page__hero img {
  width: 100%;
  height: 740px;
  object-fit: cover;
}
.service-page__hero div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 80px;
}
.service-page__hero p, .service-page__team p, .service-page__faq > p {
  margin: 0 0 20px;
  font: 700 10px "Karla Local", sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.service-page__hero p {
  font-size: 13px;
  line-height: 1.7;
}
.service-page__hero h1, .service-page__intro h2, .service-page__process h2, .service-page__suitable h2, .service-page__team h2, .service-page__results h2, .service-page__faq h2 {
  margin: 0;
  font-family: "Butler Local", Georgia, serif;
  font-weight: 300;
  line-height: 1.1;
}
.service-page__hero h1 {
  margin-bottom: 10px;
  font-size: 68px;
}
.service-page__hero span {
  margin-top: 20px;
  font: 300 18px / 1.45 "Karla Local", sans-serif;
}
.service-page__intro {
  max-width: 980px;
  margin: auto;
  padding: 110px 40px;
  color: #302c26;
  font: 15px / 1.65 "Karla Local", sans-serif;
}
.service-page__intro h2 {
  margin-bottom: 38px;
  text-align: center;
  font-size: 38px;
}
.service-page__intro p {
  margin: 0 0 24px;
}
.service-page__intro--original {
  width: calc(100% - 80px);
  max-width: 1080px;
  margin: 0 auto 120px;
  padding: 120px 0 0;
  color: #222;
  font: 300 18px / 1.45 "Karla Local", sans-serif;
}
.service-page__intro--original h2 {
  margin: 0 0 40px;
  font-size: 56px;
  line-height: 1.15;
}
.service-page__intro--original p {
  margin: 0 0 67px;
  text-align: justify;
}
.service-page__intro--original p:last-child {
  margin-bottom: 27px;
}
.service-page__process {
  display: grid;
  min-height: 820px;
  grid-template-columns: 1fr 1fr;
}
.service-page__process > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 80px;
  background: #c3934f;
  color: white;
  font: 300 18px / 1.45 "Karla Local", sans-serif;
}
.service-page__process h2 {
  font-size: 56px;
}
.service-page__process-intro {
  margin: 30px 0;
}
.service-page__process details {
  border-bottom: 1px solid rgb(255 255 255 / 0.45);
}
.service-page__process summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}
.service-page__process summary::-webkit-details-marker {
  display: none;
}
.service-page__process summary::after {
  content: "+";
  font-size: 24px;
  font-weight: 300;
}
.service-page__process details[open] summary::after {
  content: "−";
}
.service-page__process details p {
  margin: 0 0 16px;
}
.service-page__process-closing {
  margin: 30px 0 0;
}
.service-page__process img {
  width: 100%;
  height: 100%;
  min-height: 600px;
  object-fit: cover;
  object-position: left center;
}
.service-page__suitable, .service-page__team {
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) 1.2fr;
  max-width: 980px;
  align-items: center;
  gap: 80px;
  margin: auto;
  padding: 110px 40px;
  color: #302c26;
  font: 13px / 1.55 "Karla Local", sans-serif;
}
.service-page__suitable img, .service-page__team img {
  width: 100%;
  border-radius: 9px;
}
.service-page__suitable h2, .service-page__team h2 {
  font-size: 38px;
}
.service-page__suitable ul {
  padding: 0;
  list-style: none;
}
.service-page__suitable li {
  position: relative;
  margin: 12px 0;
  padding-left: 22px;
}
.service-page__suitable li::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: #c99849;
}
.service-page__suitable {
  grid-template-columns: minmax(0, 48fr) minmax(0, 52fr);
  max-width: 1280px;
  gap: 120px;
  margin: 120px auto;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.45;
}
.service-page__suitable > div {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.service-page__suitable img {
  border-radius: 20px;
}
.service-page__suitable h2 {
  width: 80%;
  font-size: 56px;
  line-height: 1.15;
}
.service-page__suitable p, .service-page__suitable ul {
  margin: 0;
}
.service-page__suitable p {
  margin-bottom: 27px;
}
.service-page__suitable ul {
  display: flex;
  flex-direction: column;
  gap: 7.5px;
}
.service-page__suitable li {
  margin: 0;
  padding: 0 0 7.5px 31px;
}
.service-page__suitable li:last-child {
  padding-bottom: 0;
}
.service-page__suitable strong {
  font-weight: 400;
}
.service-page__team {
  padding-top: 0;
}
.service-page__team h3 {
  font: 300 28px "Butler Local", Georgia, serif;
}
.service-page__team a, .service-page__faq a {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 4px;
  background: var(--cta);
  color: var(--cta-ink);
  font: 700 10px "Karla Local", sans-serif;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}
.service-page__results {
  padding: 150px 40px;
  background: #faefd6;
  color: #302c26;
  font: 300 18px / 1.45 "Karla Local", sans-serif;
}
.service-page__results-inner {
  max-width: 1280px;
  margin: auto;
}
.service-page__results h2 {
  text-align: center;
  font-size: 56px;
  line-height: 1.15;
}
.service-page__results-inner > p {
  margin: 20px 0 70px;
  text-align: center;
}
.service-page__results-gallery {
  display: none;
}
.service-page__results-reviews {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  column-gap: 132px;
  margin-top: 20px;
  padding: 61px 51px;
}
.service-page__results-reviews article {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 36px 28px;
  border-radius: 20px;
  background: #fff;
}
.service-page__results-reviews article:first-child, .service-page__results-reviews article:last-child {
  transform: scale(0.92);
}
.service-page__results-stars {
  display: flex;
  width: max-content;
  height: 38px;
  margin: 0 auto 20px;
  color: #c3934f;
}
.service-page__results-stars svg {
  width: 20px;
  fill: currentColor;
}
.service-page__results-reviews article > p {
  margin: 0;
  text-align: center;
}
.service-page__results-author {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding-top: 30px;
}
.service-page__results-author img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 50%;
  object-fit: cover;
}
.service-page__results-author b {
  font: 20px / 1.45 "Karla Local", sans-serif;
}
.service-page__faq {
  max-width: 980px;
  margin: 120px auto;
  padding: 104px 80px 100px;
  border: 1px solid #e8e4de;
  border-radius: 20px;
  text-align: center;
  color: #302c26;
  font: 18px / 1.45 "Karla Local", sans-serif;
}
.service-page__faq > p {
  margin-bottom: 32px;
  color: #b7b1aa;
  font-size: 12px;
}
.service-page__faq h2 {
  margin-bottom: 88px;
  font-size: 44px;
}
.service-page__faq details {
  border-bottom: 1px solid #e8e4de;
  padding: 20px 0;
  text-align: left;
}
.service-page__faq summary {
  cursor: pointer;
  list-style: none;
}
.service-page__faq summary::after {
  float: right;
  content: "+";
  font-size: 28px;
  font-weight: 300;
  line-height: 0.75;
}
.service-page__faq details[open] summary::after {
  content: "−";
}
.service-page__faq details p {
  margin: 22px 0 4px;
  font-size: 17px;
}
.service-page__faq a {
  margin-top: 69px;
  padding: 19px 36px;
  font-size: 12px;
  letter-spacing: 0.16em;
}
@media (max-width: 700px) {
  .service-page__hero, .service-page__process, .service-page__suitable, .service-page__team {
    grid-template-columns: 1fr;
  }
  .service-page__hero {
    display: flex;
    flex-wrap: wrap;
    min-height: 600px;
  }
  .service-page__hero img {
    height: auto;
    min-height: 300px;
    flex: 1 1 100%;
  }
  .service-page__hero div {
    min-height: 0;
    flex: 1 1 100%;
    padding: 60px 20px;
  }
  .service-page__hero p {
    font-size: 11px;
    line-height: 1.7;
  }
  .service-page__hero h1 {
    font-size: 42px;
  }
  .service-page__hero span {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.45;
  }
  .service-page__intro, .service-page__suitable, .service-page__team {
    padding: 70px 26px;
  }
  .service-page__intro--original {
    width: calc(100% - 40px);
    margin-bottom: 60px;
    padding: 80px 0 0;
    font-size: 15px;
    line-height: 1.45;
  }
  .service-page__intro--original h2 {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 1.15;
  }
  .service-page__intro--original p {
    margin-bottom: 62.5px;
  }
  .service-page__intro--original p:last-child {
    margin-bottom: 22.5px;
  }
  .service-page__process {
    min-height: 0;
  }
  .service-page__process > div {
    padding: 60px 20px 50px;
    font-size: 15px;
    line-height: 1.45;
  }
  .service-page__process h2 {
    font-size: 32px;
    line-height: 1.15;
  }
  .service-page__process-intro {
    margin: 30px 0;
  }
  .service-page__process summary {
    padding: 14px 0;
  }
  .service-page__process img {
    min-height: 400px;
  }
  .service-page__team {
    padding-top: 0;
    gap: 35px;
  }
  .service-page__suitable {
    width: calc(100% - 40px);
    gap: 60px;
    margin: 80px auto;
    padding: 0;
    font-size: 15px;
    line-height: 1.45;
  }
  .service-page__suitable img {
    height: 400px;
    object-fit: cover;
  }
  .service-page__suitable h2 {
    width: 80%;
    font-size: 32px;
    line-height: 1.15;
  }
  .service-page__suitable p {
    margin-bottom: 22.5px;
  }
  .service-page__results {
    padding: 80px 20px;
    font-size: 15px;
    line-height: 1.45;
  }
  .service-page__results h2 {
    font-size: 32px;
  }
  .service-page__results-inner > p {
    margin: 20px 0 50px;
  }
  .service-page__results-reviews {
    grid-template-columns: 1fr;
    row-gap: 122px;
    padding: 51px 31px;
  }
  .service-page__results-reviews article {
    min-height: 0;
    padding: 32px 24px;
  }
  .service-page__results-reviews article:first-child, .service-page__results-reviews article:last-child {
    transform: none;
  }
  .service-page__results-stars {
    height: 26px;
    margin-bottom: 40px;
  }
  .service-page__results-stars svg {
    width: 14px;
  }
  .service-page__results-author {
    margin-top: 20px;
  }
  .service-page__results-author b {
    font-size: 16px;
  }
  .service-page__faq {
    margin: 80px 20px;
    padding: 104px 20px 80px;
    font-size: 16px;
    line-height: 1.45;
  }
  .service-page__faq > p {
    margin-bottom: 26px;
    font-size: 10px;
  }
  .service-page__faq h2 {
    margin-bottom: 70px;
    font-size: 28px;
  }
  .service-page__faq details {
    padding: 17px 0;
  }
  .service-page__faq summary::after {
    font-size: 25px;
  }
  .service-page__faq details p {
    margin-top: 18px;
    font-size: 15px;
  }
  .service-page__faq a {
    margin-top: 49px;
    padding: 17px 28px;
    font-size: 10px;
  }
}
.prices-page {
  background: #fff;
  color: #222;
}
.prices-page__hero {
  position: relative;
  min-height: 640px;
  background-position: center;
  background-size: cover;
}
.prices-page__hero > div {
  position: absolute;
  bottom: 122px;
  left: max(40px, calc((100vw - 1080px) / 2));
}
.prices-page__hero h1 {
  margin: 0;
  color: #fff;
  font-family: "Butler Local", Georgia, serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 1.04;
}
.prices-page__hero p {
  margin: 20px 0 0;
  color: #fff;
  font-family: "Karla Local", sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.prices-page__content {
  width: min(1200px, calc(100% - 80px));
  margin: 0 auto;
  padding: 120px 0;
}
.prices-page__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.prices-page__column {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.prices-page__card {
  overflow: hidden;
  border: 1px solid #eee9e2;
  border-radius: 20px;
  background: #fffdfb;
}
.prices-page__card-header {
  padding: 40px;
  background: #f7f5ef;
}
.prices-page__card h2 {
  margin: 0;
  font-family: "Butler Local", Georgia, serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
}
.prices-page__card-body {
  padding: 32px 40px 40px;
}
.prices-page__row {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0 14px 30px;
  border-top: 1px solid #eee9e2;
  font-family: "Karla Local", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.45;
}
.prices-page__row::before {
  position: absolute;
  top: 20px;
  left: 3px;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid #c3934f;
  border-left: 2px solid #c3934f;
  content: "";
  transform: rotate(-45deg);
}
.prices-page__row strong {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  white-space: nowrap;
}
.prices-page__link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 12px 26px;
  border-radius: 8px;
  background: var(--cta);
  color: var(--cta-ink);
  font-family: "Karla Local", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}
.prices-page__notice {
  margin: 48px 0 0;
  padding: 40px;
  border: 1px solid #eee9e2;
  border-radius: 20px;
  color: #555;
  font-family: "Karla Local", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.prices-page__treatments {
  padding: 120px max(40px, calc((100vw - 1200px) / 2));
  background: #fffaf5;
}
.prices-page__treatments-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 50px;
}
.prices-page__treatments-heading h2 {
  margin: 0;
  font-family: "Butler Local", Georgia, serif;
  font-size: 56px;
  font-weight: 300;
}
.prices-page__treatments-heading a {
  color: var(--cta);
  font-family: "Karla Local", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}
.prices-page__treatments-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.prices-page__treatment {
  position: relative;
  display: flex;
  min-height: 440px;
  flex-direction: column;
  overflow: hidden;
  padding: 35px;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-decoration: none;
}
.prices-page__treatment::before {
  position: absolute;
  background: linear-gradient(rgb(0 0 0 / 35%), rgb(0 0 0 / 55%));
  content: "";
  inset: 0;
}
.prices-page__treatment > * {
  position: relative;
  z-index: 1;
}
.prices-page__treatment span, .prices-page__treatment b {
  font-family: "Karla Local", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.prices-page__treatment h3 {
  margin: 14px 0 0;
  font-family: "Butler Local", Georgia, serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
}
.prices-page__treatment b {
  margin-top: auto;
}
@media (min-width: 1024px) {
  body:has(.prices-page) .header {
    position: relative;
    background: #fff;
    border: 0;
  }
  body:has(.prices-page) .header__inner {
    min-height: 113px;
    width: min(1160px, calc(100% - 80px));
    grid-template-columns: auto 1fr auto;
    gap: 40px;
  }
  body:has(.prices-page) .header__logo img {
    width: 121px;
  }
  body:has(.prices-page) .header__nav {
    justify-content: flex-start;
    gap: 28px;
  }
  body:has(.prices-page) .header__nav a {
    color: #aeaaa5;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2em;
  }
  body:has(.prices-page) .header__nav a[aria-current="page"] {
    color: #222;
  }
  body:has(.prices-page) .header__socials, body:has(.prices-page) .header__whatsapp, body:has(.prices-page) .header__menu-toggle {
    display: none;
  }
  body:has(.prices-page) .header__phone {
    width: 110px;
    font-size: 13px;
    letter-spacing: 0.15em;
    line-height: 1.55;
  }
  body:has(.prices-page) .header__phone svg {
    display: none;
  }
  body:has(.prices-page) .header__contact {
    min-width: 230px;
    min-height: 72px;
    padding: 18px 28px;
    border-radius: 8px;
    font-size: 13px;
    letter-spacing: 0.18em;
  }
}
@media (max-width: 800px) {
  .prices-page__hero {
    min-height: 440px;
  }
  .prices-page__hero > div {
    right: 20px;
    bottom: 58px;
    left: 20px;
  }
  .prices-page__hero h1 {
    font-size: 54px;
  }
  .prices-page__hero p {
    font-size: 16px;
    line-height: 1.45;
  }
  .prices-page__content {
    width: calc(100% - 40px);
    padding: 70px 0;
  }
  .prices-page__columns, .prices-page__treatments-grid {
    grid-template-columns: 1fr;
  }
  .prices-page__card-header {
    padding: 28px;
  }
  .prices-page__card-body {
    padding: 24px 28px 28px;
  }
  .prices-page__treatments {
    padding: 70px 20px;
  }
  .prices-page__treatments-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .prices-page__treatments-heading h2 {
    font-size: 40px;
  }
}
.treatments-page {
  background: #fff;
  color: #222;
}
.treatments-page__hero {
  position: relative;
  display: flex;
  min-height: 620px;
  align-items: flex-end;
  padding: 153px max(40px, calc((100vw - 1080px) / 2));
  background-position: center;
  background-size: cover;
}
.treatments-page__hero::after {
  position: absolute;
  background: rgb(0 0 0 / 8%);
  content: "";
  inset: 0;
}
.treatments-page__hero h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-family: "Butler Local", Georgia, serif;
  font-size: clamp(52px, 5.4vw, 72px);
  font-weight: 300;
  line-height: 1;
}
.treatments-page__listing {
  width: min(1200px, calc(100% - 80px));
  margin: 0 auto;
  padding: 66px 0 130px;
}
.treatments-page__intro {
  margin: 0 0 48px;
  color: #aeaaa5;
  font-family: "Karla Local", sans-serif;
  font-size: 17px;
  font-weight: 300;
}
.treatments-page__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.treatments-page__card {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border-radius: 20px;
  background: #222;
  color: #fff;
}
.treatments-page__card:last-child:nth-child(3n + 1) {
  grid-column: 2;
}
.treatments-page__card::after {
  position: absolute;
  z-index: 1;
  background: linear-gradient(180deg, rgb(0 0 0 / 35%), rgb(0 0 0 / 12%) 55%, rgb(0 0 0 / 55%));
  content: "";
  inset: 0;
}
.treatments-page__card img {
  position: absolute;
  height: 100%;
  inset: 0;
}
.treatments-page__card-content {
  position: relative;
  z-index: 2;
  display: flex;
  height: 500px;
  flex-direction: column;
  padding: 40px;
}
.treatments-page__category {
  font-family: "Karla Local", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.treatments-page__card h2 {
  margin: 15px 0 0;
  font-family: "Butler Local", Georgia, serif;
  font-size: 31px;
  font-weight: 300;
  line-height: 1.2;
}
.treatments-page__more, .treatments-page__contact a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border: 1px solid var(--cta);
  border-radius: 8px;
  background: var(--cta);
  color: var(--cta-ink);
  font-family: "Karla Local", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}
.treatments-page__contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: min(1200px, calc(100% - 80px));
  gap: 20px;
  margin: 0 auto 120px;
}
.treatments-page__contact img {
  display: block;
  width: 100%;
  height: 621px;
  border-radius: 40px;
  object-fit: cover;
}
.treatments-page__contact > div {
  padding: 100px 12%;
  border-radius: 40px;
  background: #faefd6;
}
.treatments-page__contact p {
  font-family: "Karla Local", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
}
.treatments-page__contact > div > p:first-child {
  color: #aeaaa5;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.treatments-page__contact h2 {
  margin: 22px 0 28px;
  font-family: "Butler Local", Georgia, serif;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 300;
  line-height: 1.12;
}
.treatments-page__contact a {
  width: min(100%, 300px);
  margin-top: 30px;
  padding: 12px 18px;
  border-color: var(--cta);
  background: var(--cta);
  text-align: center;
}
@media (min-width: 1024px) {
  body:has(.treatments-page) .header {
    position: relative;
    background: #fff;
    border: 0;
  }
  body:has(.treatments-page) .header__inner {
    min-height: 113px;
    width: min(1160px, calc(100% - 80px));
    grid-template-columns: auto 1fr auto;
    gap: 40px;
  }
  body:has(.treatments-page) .header__logo img {
    width: 121px;
  }
  body:has(.treatments-page) .header__nav {
    justify-content: flex-start;
    gap: 28px;
  }
  body:has(.treatments-page) .header__nav a {
    color: #aeaaa5;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2em;
  }
  body:has(.treatments-page) .header__nav a[aria-current="page"] {
    color: #222;
  }
  body:has(.treatments-page) .header__socials, body:has(.treatments-page) .header__whatsapp, body:has(.treatments-page) .header__menu-toggle {
    display: none;
  }
  body:has(.treatments-page) .header__phone {
    width: 110px;
    font-size: 13px;
    letter-spacing: 0.15em;
    line-height: 1.55;
  }
  body:has(.treatments-page) .header__phone svg {
    display: none;
  }
  body:has(.treatments-page) .header__contact {
    min-width: 230px;
    min-height: 72px;
    padding: 18px 28px;
    border-radius: 8px;
    font-size: 13px;
    letter-spacing: 0.18em;
  }
}
@media (max-width: 800px) {
  .treatments-page__hero {
    min-height: 440px;
    padding: 45px 20px;
  }
  .treatments-page__listing {
    width: calc(100% - 40px);
    padding: 70px 0 80px;
  }
  .treatments-page__grid, .treatments-page__contact {
    grid-template-columns: 1fr;
  }
  .treatments-page__card, .treatments-page__card-content {
    min-height: 430px;
    height: 430px;
  }
  .treatments-page__card:last-child:nth-child(3n + 1) {
    grid-column: auto;
  }
  .treatments-page__contact {
    width: calc(100% - 40px);
    gap: 20px;
    margin-bottom: 80px;
  }
  .treatments-page__contact img {
    height: 400px;
    border-radius: 30px;
  }
  .treatments-page__contact > div {
    padding: 70px 30px;
    border-radius: 30px;
  }
}
.home-reviews {
  position: relative;
  z-index: 5;
  margin-top: -30px;
  padding: 0 0 34px;
  background: #fff;
  color: #29241f;
  font-family: "Karla Local", sans-serif;
}
.home-reviews__inner {
  width: min(1280px, calc(100% - 80px));
  margin-inline: auto;
}
.home-reviews__panel {
  display: grid;
  overflow: hidden;
  border: 1px solid rgb(195 147 79 / 34%);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 52px rgb(69 45 21 / 13%);
  grid-template-columns: 218px minmax(0, 1fr);
}
.home-reviews__summary {
  position: relative;
  display: flex;
  min-height: 190px;
  padding: 22px 25px;
  border-right: 1px solid rgb(195 147 79 / 24%);
  background: radial-gradient(circle at 100% 0, rgb(255 255 255 / 78%), transparent 45%), #faefd6;
  flex-direction: column;
  justify-content: center;
}
.home-reviews__source {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #75562b;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.4;
  text-transform: uppercase;
}
.home-reviews__source svg {
  width: 20px;
  height: 20px;
}
.home-reviews__score {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
}
.home-reviews__score > strong {
  font-family: "Butler Local", Georgia, serif;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 0.9;
}
.home-reviews__score > span {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.home-reviews__stars, .home-reviews__card-stars {
  color: #c3934f;
  letter-spacing: 0.05em;
}
.home-reviews__stars {
  font-size: 14px;
}
.home-reviews__score small {
  color: #766858;
  font-size: 11px;
}
.home-reviews__carousel {
  position: relative;
  min-width: 0;
  background: #fff;
}
.home-reviews__track {
  display: flex;
  height: 100%;
  min-height: 190px;
  gap: 12px;
  margin: 0;
  overflow-x: auto;
  padding: 12px 50px;
  cursor: grab;
  list-style: none;
  scrollbar-width: none;
  touch-action: pan-y;
  user-select: none;
}
.home-reviews__track:active {
  cursor: grabbing;
}
.home-reviews__track::-webkit-scrollbar {
  display: none;
}
.home-reviews__card {
  display: flex;
  min-width: 255px;
  padding: 16px 17px 14px;
  border: 1px solid rgb(195 147 79 / 20%);
  border-radius: 15px;
  background: #fffaf5;
  flex: 0 0 calc((100% - 24px) / 3);
  flex-direction: column;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.home-reviews__card:hover {
  border-color: rgb(195 147 79 / 42%);
  box-shadow: 0 10px 25px rgb(69 45 21 / 8%);
  transform: translateY(-2px);
}
.home-reviews__card-top, .home-reviews__dialog-source {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.home-reviews__card-top > svg, .home-reviews__dialog-source > svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.home-reviews__card-stars {
  display: flex;
  gap: 2px;
  font-size: 13px;
  line-height: 1;
}
.home-reviews__card blockquote {
  display: -webkit-box;
  margin: 12px 0 10px;
  overflow: hidden;
  color: #5f554b;
  font-family: "Karla Local", sans-serif;
  font-size: 13px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.home-reviews__card footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}
.home-reviews__card footer strong, .home-reviews__dialog > article > strong {
  color: #2b251f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}
.home-reviews__card footer button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #8c672d;
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgb(140 103 45 / 35%);
  text-underline-offset: 3px;
  white-space: nowrap;
}
.home-reviews__card footer button:hover, .home-reviews__card footer button:focus-visible {
  color: #503819;
}
.home-reviews__arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgb(140 103 45 / 28%);
  border-radius: 50%;
  background: rgb(255 255 255 / 94%);
  box-shadow: 0 6px 18px rgb(69 45 21 / 12%);
  color: #75562b;
  cursor: pointer;
  font-size: 15px;
  transform: translateY(-50%);
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.home-reviews__arrow:hover, .home-reviews__arrow:focus-visible {
  border-color: #c3934f;
  background: #faefd6;
  color: #3f2c15;
}
.home-reviews__arrow:focus-visible {
  outline: 2px solid #8c672d;
  outline-offset: 2px;
}
.home-reviews__arrow--previous {
  left: 10px;
}
.home-reviews__arrow--next {
  right: 10px;
}
.home-reviews__dialog {
  width: min(560px, calc(100% - 32px));
  max-height: calc(100svh - 32px);
  margin: auto;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 22px;
  background: transparent;
  color: #29241f;
}
.home-reviews__dialog::backdrop {
  background: rgb(27 22 17 / 55%);
  backdrop-filter: blur(4px);
}
.home-reviews__dialog > article {
  position: relative;
  padding: 34px;
  border: 1px solid rgb(195 147 79 / 35%);
  border-radius: 22px;
  background: #fffaf5;
  box-shadow: 0 30px 90px rgb(22 17 12 / 28%);
}
.home-reviews__dialog blockquote {
  margin: 24px 0;
  color: #4f463d;
  font-family: "Butler Local", Georgia, serif;
  font-size: clamp(24px, 3.2vw, 34px);
  font-weight: 300;
  line-height: 1.35;
}
.home-reviews__dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgb(140 103 45 / 24%);
  border-radius: 50%;
  background: #fff;
  color: #634a28;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 1050px) {
  .home-reviews__panel {
    grid-template-columns: 200px minmax(0, 1fr);
  }
  .home-reviews__summary {
    padding-inline: 20px;
  }
  .home-reviews__card {
    flex-basis: calc((100% - 12px) / 2);
  }
}
@media (max-width: 720px) {
  .home-reviews {
    margin-top: -18px;
    padding-bottom: 24px;
  }
  .home-reviews__inner {
    width: calc(100% - 24px);
  }
  .home-reviews__panel {
    display: block;
    border-radius: 20px;
  }
  .home-reviews__summary {
    display: grid;
    min-height: 112px;
    padding: 18px 19px;
    border-right: 0;
    border-bottom: 1px solid rgb(195 147 79 / 24%);
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
  }
  .home-reviews__source {
    align-self: end;
  }
  .home-reviews__score {
    margin-top: 9px;
    grid-column: 1;
    grid-row: 2;
  }
  .home-reviews__score > strong {
    font-size: 42px;
  }
  .home-reviews__track {
    min-height: 184px;
    padding: 12px 44px;
  }
  .home-reviews__card {
    min-width: 240px;
    flex-basis: 88%;
  }
  .home-reviews__arrow {
    width: 32px;
    height: 32px;
  }
  .home-reviews__arrow--previous {
    left: 7px;
  }
  .home-reviews__arrow--next {
    right: 7px;
  }
  .home-reviews__dialog > article {
    padding: 30px 24px 26px;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}


/* /@fs//home/leo/projects/jwc-kosmetik/node_modules/tailwindcss/index.css */
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .fill-current {
    fill: currentcolor;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}


/* /@fs//home/leo/projects/jwc-kosmetik/src/markdown.css */
.markdown-body {
  max-width: 830px;
  font-size: 16px;
  line-height: 1.85;
}

.markdown-body > *:first-child {
  margin-top: 0;
}

.markdown-body > *:last-child {
  margin-bottom: 0;
}

.markdown-body h2 {
  margin: 48px 0 15px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.markdown-body h3 {
  margin: 30px 0 10px;
  font-size: 17px;
}

.markdown-body p,
.markdown-body ul {
  margin: 0 0 18px;
}

.markdown-body ul {
  padding-left: 20px;
}

.markdown-body a {
  color: var(--forest);
  text-decoration-thickness: 1px;
}
