:root {
  --ink: #102322;
  --muted: #5c6f6c;
  --teal: #0f4c4a;
  --teal-dark: #082f2e;
  --sage: #b8cfc3;
  --mist: #eef5f2;
  --ivory: #fbfaf6;
  --line: #d9e4df;
  --gold: #c19a5b;
  --shadow: 0 22px 70px rgba(12, 46, 44, .16);
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

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

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

p {
  margin: 0;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  padding: .7rem 1rem;
  border-radius: 4px;
  color: white;
  background: var(--teal);
}

.skip-link:focus {
  top: 1rem;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.25rem;
  width: min(calc(100% - 32px), var(--max));
  margin: 16px auto 0;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 8px;
  color: white;
  background: rgba(8, 30, 29, .42);
  box-shadow: 0 10px 40px rgba(4, 25, 24, .16);
  backdrop-filter: blur(18px);
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(251, 250, 246, .94);
  border-color: rgba(16, 35, 34, .1);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--teal-dark);
  background: linear-gradient(145deg, #fff, var(--sage));
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
  white-space: nowrap;
}

.brand strong {
  font-size: 1rem;
  line-height: 1.1;
}

.brand small {
  color: currentColor;
  opacity: .72;
  font-size: .78rem;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: .25rem;
}

.site-nav a,
.header-call,
.lang-switch a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  padding: .55rem .85rem;
  font-weight: 700;
  font-size: .92rem;
}

.site-nav a:hover,
.header-call:hover,
.lang-switch a:hover {
  background: rgba(255, 255, 255, .15);
}

.is-scrolled .site-nav a:hover,
.is-scrolled .header-call:hover,
.is-scrolled .lang-switch a:hover {
  background: var(--mist);
}

.header-call {
  border: 1px solid currentColor;
}

.header-tools {
  display: flex;
  align-items: center;
  gap: .6rem;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: .1rem;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 6px;
  padding: 2px;
}

.is-scrolled .lang-switch {
  border-color: rgba(16, 35, 34, .18);
}

.lang-switch a {
  min-height: 34px;
  padding: .45rem .55rem;
  font-size: .78rem;
}

.lang-switch a.is-active {
  color: var(--teal-dark);
  background: white;
}

.is-scrolled .lang-switch a.is-active {
  color: white;
  background: var(--teal);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  color: white;
  display: grid;
  align-items: center;
  padding: 140px 20px 90px;
}

.hero picture,
.hero img,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero img {
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 25, 24, .88), rgba(5, 25, 24, .54) 42%, rgba(5, 25, 24, .12) 72%),
    linear-gradient(0deg, rgba(5, 25, 24, .26), transparent 38%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max));
  margin: 0 auto;
  max-width: 760px;
  justify-self: center;
  transform: translateX(-180px);
}

.eyebrow,
.section-kicker {
  display: block;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
}

h1 {
  max-width: 760px;
  margin-top: .8rem;
  font-size: clamp(2.65rem, 7vw, 5.7rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
}

h3 {
  font-size: 1.28rem;
}

.hero-lede {
  max-width: 620px;
  margin-top: 1.2rem;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

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

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: .85rem 1.1rem;
  border: 1px solid transparent;
  font-weight: 800;
}

.button-primary {
  color: white;
  background: var(--teal);
  box-shadow: 0 14px 32px rgba(15, 76, 74, .24);
}

.button-primary:hover {
  background: var(--teal-dark);
}

.button-secondary {
  color: white;
  border-color: rgba(255, 255, 255, .55);
  background: rgba(255, 255, 255, .1);
}

.button-secondary:hover {
  background: rgba(255, 255, 255, .18);
}

.button-outline {
  color: var(--teal);
  border-color: var(--line);
  background: white;
}

.button-outline:hover {
  border-color: var(--teal);
  background: var(--mist);
}

.quick-info {
  width: min(calc(100% - 32px), var(--max));
  margin: -48px auto 0;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  box-shadow: var(--shadow);
}

.quick-info div {
  padding: 1.1rem;
  background: white;
}

.quick-info span,
.check-list li::before {
  color: var(--teal);
  font-weight: 900;
}

.quick-info span,
.quick-info strong {
  display: block;
}

.quick-info strong {
  margin-top: .25rem;
  font-size: .98rem;
}

.section {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 96px 0;
}

.intro-grid,
.split-band,
.acne {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: min(7vw, 80px);
  align-items: start;
}

.intro-copy {
  display: grid;
  gap: 1rem;
  color: var(--muted);
  font-size: 1.08rem;
}

.training-note {
  display: grid;
  gap: .45rem;
  margin-top: .3rem;
  padding: 1rem 1.1rem;
  border-left: 4px solid var(--gold);
  border-radius: 0 8px 8px 0;
  color: var(--ink);
  background: white;
  box-shadow: 0 10px 28px rgba(16, 35, 34, .06);
}

.training-note strong,
.training-note span {
  display: block;
}

.training-note span {
  color: var(--muted);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin-bottom: 2rem;
}

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

.service-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
  padding: 0 1.35rem 1.35rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 12px 34px rgba(16, 35, 34, .06);
}

.service-card picture,
.service-card img {
  display: block;
}

.service-card picture {
  margin: 0 -1.35rem .25rem;
}

.service-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.service-card p {
  color: var(--muted);
}

.service-card a {
  margin-top: auto;
  color: var(--teal);
  font-weight: 900;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  color: var(--teal);
  background: var(--mist);
}

.service-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.treatment-detail {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: min(6vw, 72px);
  align-items: center;
  padding: 80px;
  border-radius: 8px;
  background: var(--mist);
}

.detail-text p,
.split-band p,
.acne p,
.faq p,
.access-note {
  color: var(--muted);
}

.detail-text p {
  margin-top: 1rem;
}

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

.check-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: .65rem;
  padding: 1rem;
  border-radius: 6px;
  background: white;
}

.check-list li::before {
  content: "✓";
}

.split-band {
  width: 100%;
  max-width: none;
  padding: 92px max(20px, calc((100vw - var(--max)) / 2));
  color: white;
  background: var(--teal-dark);
}

.split-band .section-kicker,
.split-band p {
  color: rgba(255, 255, 255, .74);
}

.split-band div:last-child {
  display: grid;
  gap: 1rem;
}

.steps {
  counter-reset: steps;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  counter-increment: steps;
  min-height: 190px;
  padding: 1.2rem;
  border-top: 3px solid var(--teal);
  background: white;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 10px 30px rgba(16, 35, 34, .06);
}

.steps li::before {
  content: "0" counter(steps);
  display: block;
  margin-bottom: 1.7rem;
  color: var(--gold);
  font-weight: 900;
}

.steps strong,
.steps span {
  display: block;
}

.steps span {
  margin-top: .4rem;
  color: var(--muted);
}

.acne {
  align-items: center;
  padding: 56px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.acne .button {
  justify-self: end;
  white-space: nowrap;
}

.faq-list {
  display: grid;
  gap: .85rem;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

summary {
  cursor: pointer;
  padding: 1.1rem 1.25rem;
  font-weight: 900;
}

details p {
  padding: 0 1.25rem 1.25rem;
}

.contact-section {
  padding: 96px 20px;
  background: linear-gradient(135deg, var(--mist), #fff);
}

.contact-panel {
  width: min(100%, 900px);
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: 8px;
  color: white;
  background:
    linear-gradient(135deg, rgba(8, 47, 46, .98), rgba(15, 76, 74, .92)),
    var(--teal);
  box-shadow: var(--shadow);
}

.contact-panel address {
  margin: 1rem 0 0;
  font-style: normal;
  font-size: 1.2rem;
}

.call-box {
  display: grid;
  gap: .35rem;
  margin-top: 1.4rem;
  padding: 1.1rem;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.call-box:focus {
  outline: 3px solid rgba(193, 154, 91, .75);
  outline-offset: 4px;
}

.call-box span {
  color: rgba(255, 255, 255, .74);
  font-weight: 800;
}

.call-box strong {
  font-size: clamp(1.8rem, 5vw, 3rem);
  line-height: 1.1;
}

.call-box button {
  width: fit-content;
  min-height: 38px;
  padding: .55rem .8rem;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 6px;
  color: white;
  background: transparent;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.call-box button:hover {
  background: rgba(255, 255, 255, .14);
}

.call-box em {
  min-height: 1.2em;
  color: var(--sage);
  font-style: normal;
  font-weight: 800;
}

.contact-panel .button-secondary {
  color: white;
}

.access-note {
  margin-top: 1.2rem;
  color: rgba(255, 255, 255, .72);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 28px 0;
  color: var(--muted);
  font-size: .92rem;
}

.site-footer a {
  color: var(--teal);
  font-weight: 900;
}

.map-section {
  padding-top: 96px;
}

.map-layout {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 1.2rem;
  align-items: stretch;
}

.map-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.map-copy p {
  color: var(--muted);
}

.map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: .5rem;
}

.map-layout iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(16, 35, 34, .08);
}

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

  .menu-toggle {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    display: grid;
    gap: 4px;
    width: 42px;
    height: 42px;
    place-content: center;
    border: 1px solid currentColor;
    border-radius: 6px;
    color: inherit;
    background: transparent;
  }

  .menu-toggle span:not(.sr-only) {
    display: block;
    width: 18px;
    height: 2px;
    background: currentColor;
  }

  .site-nav,
  .header-call {
    display: none;
  }

  .header-tools {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .site-nav.is-open {
    position: fixed;
    inset: 84px 16px auto;
    display: grid;
    gap: .35rem;
    padding: .8rem;
    color: var(--ink);
    border: 1px solid var(--line);
    border-radius: 8px;
    background: white;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open a {
    justify-content: center;
    min-height: 48px;
  }

  .hero-content {
    transform: none;
  }

  .quick-info,
  .service-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .intro-grid,
  .split-band,
  .treatment-detail,
  .acne,
  .map-layout {
    grid-template-columns: 1fr;
  }

  .treatment-detail,
  .acne {
    padding: 32px;
  }

  .acne .button {
    justify-self: start;
  }
}

@media (max-width: 1120px) {
  .hero-content {
    transform: none;
  }
}

@media (max-width: 640px) {
  .site-header {
    width: calc(100% - 20px);
    margin-top: 10px;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: 88vh;
    padding: 118px 16px 80px;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(5, 25, 24, .9), rgba(5, 25, 24, .58));
  }

  .hero-actions,
  .contact-actions,
  .site-footer {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .call-box button,
  .map-actions {
    width: 100%;
  }

  .quick-info {
    margin-top: -30px;
  }

  .section {
    padding: 70px 0;
  }

  .section-heading {
    display: block;
  }

  .section-heading h2 {
    margin-top: .4rem;
  }

  .map-copy {
    padding: 1.35rem;
  }

  .map-layout iframe {
    min-height: 340px;
  }
}
