:root {
  --ivory: #fbf8f3;
  --paper: #fffdf9;
  --rose: #d89a9a;
  --rose-deep: #9d5c62;
  --sage: #8da38f;
  --sage-deep: #536f5c;
  --charcoal: #252321;
  --muted: #6f6862;
  --line: #e8ddd4;
  --champagne: #e7c9a3;
  --shadow: 0 24px 70px rgba(37, 35, 33, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body.nav-open,
body.modal-open {
  overflow: hidden;
}

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: var(--paper);
  background: rgba(37, 35, 33, 0.2);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 0.92rem;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  font-size: 0.78rem;
  background: rgba(255, 255, 255, 0.14);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.9rem;
}

.site-nav a {
  opacity: 0.92;
}

.site-nav a:hover {
  opacity: 1;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--paper);
}

.notice-modal[hidden] {
  display: none;
}

.notice-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
}

.notice-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(83, 111, 92, 0.5), rgba(157, 92, 98, 0.28)),
    rgba(37, 35, 33, 0.42);
  backdrop-filter: blur(10px);
}

.notice-modal__panel {
  position: relative;
  width: min(680px, 100%);
  max-height: min(88svh, 780px);
  overflow: auto;
  padding: clamp(28px, 5vw, 48px);
  background:
    linear-gradient(145deg, rgba(255, 253, 249, 0.97), rgba(251, 248, 243, 0.97)),
    var(--paper);
  border: 1px solid rgba(231, 201, 163, 0.65);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(37, 35, 33, 0.25);
}

.notice-modal__panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, var(--sage-deep), var(--champagne), var(--rose));
}

.notice-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 253, 249, 0.82);
  cursor: pointer;
}

.notice-modal__close span {
  position: absolute;
  width: 17px;
  height: 2px;
  background: var(--charcoal);
}

.notice-modal__close span:first-child {
  transform: rotate(45deg);
}

.notice-modal__close span:last-child {
  transform: rotate(-45deg);
}

.notice-modal h2 {
  margin: 10px 44px 18px 0;
  font-size: clamp(2.2rem, 6vw, 4.5rem);
  line-height: 0.98;
}

.notice-modal__content {
  display: grid;
  gap: 14px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.notice-modal__content p {
  margin: 0;
}

.notice-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: center;
  padding: 118px clamp(20px, 7vw, 96px) 70px;
  overflow: hidden;
}

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

.hero-image {
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(37, 35, 33, 0.72), rgba(37, 35, 33, 0.4) 42%, rgba(37, 35, 33, 0.08)),
    linear-gradient(0deg, rgba(37, 35, 33, 0.25), rgba(37, 35, 33, 0));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(670px, 100%);
  color: var(--paper);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--champagne);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.8rem, 11vw, 8.8rem);
  line-height: 0.9;
  font-weight: 500;
}

h2 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.6vw, 4.1rem);
  line-height: 1;
  font-weight: 500;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.hero-text {
  max-width: 590px;
  font-size: clamp(1rem, 2vw, 1.24rem);
  line-height: 1.65;
  color: rgba(255, 253, 249, 0.9);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.trust-row span,
.trust-row a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  color: rgba(255, 253, 249, 0.9);
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.86rem;
  font-weight: 700;
}

.trust-row a:hover {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.18);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: var(--charcoal);
  background: var(--paper);
}

.button.ghost {
  color: var(--paper);
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.08);
}

.button.dark {
  color: var(--charcoal);
  border-color: var(--line);
  background: var(--paper);
}

.intro,
.visual-story,
.problem-band,
.services,
.ritual-detail,
.microneedling,
.price-section,
.contact {
  padding: clamp(64px, 10vw, 116px) clamp(20px, 6vw, 88px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 560px);
  gap: clamp(28px, 7vw, 96px);
  background: var(--paper);
}

.intro p:not(.section-kicker),
.section-head p,
.microneedling-copy p,
.contact p,
.note-panel li,
.problem-card p,
.service-list p,
.price-row p {
  color: var(--muted);
  line-height: 1.7;
}

.intro-text {
  display: grid;
  gap: 16px;
}

.intro-text p {
  margin-bottom: 0;
  font-size: clamp(1.03rem, 1.25vw, 1.16rem);
  line-height: 1.75;
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.visual-story {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.4fr);
  gap: clamp(30px, 6vw, 76px);
  align-items: center;
  background: var(--ivory);
}

.visual-copy {
  max-width: 520px;
}

.visual-copy p:not(.section-kicker),
.ritual-detail p {
  color: var(--muted);
  line-height: 1.7;
}

.photo-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.photo-mosaic figure,
.ritual-detail figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--line);
}

.photo-mosaic figure {
  min-height: 260px;
}

.photo-mosaic .photo-large {
  grid-column: 1 / -1;
  min-height: auto;
  aspect-ratio: 16 / 9;
}

.photo-mosaic img,
.ritual-detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-mosaic .photo-large img {
  object-position: center;
}

.ritual-detail {
  display: grid;
  grid-template-columns: minmax(180px, 0.75fr) minmax(280px, 0.9fr) minmax(180px, 0.75fr);
  gap: clamp(18px, 4vw, 44px);
  align-items: center;
  background: var(--paper);
}

.ritual-detail figure {
  aspect-ratio: 4 / 5;
}

.ritual-detail div {
  max-width: 520px;
  justify-self: center;
}

.problem-band {
  background: #f1eee6;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.problem-card {
  min-height: 260px;
  padding: 24px;
  border-radius: 8px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.chip,
.service-number {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 24px;
  border-radius: 50%;
  color: var(--paper);
  background: var(--sage-deep);
  font-size: 0.82rem;
  font-weight: 700;
}

.services {
  background: var(--ivory);
}

.service-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.service-list article {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 22px;
  padding: 28px;
  background: var(--paper);
}

.service-number {
  margin: 0;
  background: var(--rose-deep);
}

.microneedling {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 430px);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
  color: var(--paper);
  background: var(--sage-deep);
}

.microneedling .section-kicker {
  color: #f4d5bd;
}

.microneedling-copy p,
.note-panel li {
  color: rgba(255, 253, 249, 0.82);
}

.note-panel {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.note-panel ul {
  margin: 0;
  padding-left: 20px;
}

.note-panel li + li {
  margin-top: 10px;
}

.price-section {
  background: var(--paper);
}

.price-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.price-tabs button {
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--charcoal);
  background: var(--ivory);
  font-weight: 700;
  cursor: pointer;
}

.price-tabs button.active {
  color: var(--paper);
  border-color: var(--rose-deep);
  background: var(--rose-deep);
}

.price-list {
  border-top: 1px solid var(--line);
}

.price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.price-row.is-hidden {
  display: none;
}

.price-row strong {
  min-width: 88px;
  text-align: right;
  color: var(--rose-deep);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  color: var(--paper);
  background: var(--charcoal);
}

.contact .section-kicker {
  color: var(--champagne);
}

.contact p {
  max-width: 620px;
  color: rgba(255, 253, 249, 0.72);
}

.contact-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
  color: rgba(255, 253, 249, 0.82);
  font-weight: 700;
}

.contact-meta a,
.contact-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.info-grid article {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.info-grid h3 {
  margin-bottom: 8px;
  font-size: 0.98rem;
}

.info-grid p {
  margin-bottom: 10px;
  color: rgba(255, 253, 249, 0.7);
  font-size: 0.94rem;
  line-height: 1.55;
}

.info-grid a {
  color: var(--champagne);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(20px, 6vw, 88px);
  color: var(--muted);
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .problem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intro,
  .visual-story,
  .microneedling,
  .ritual-detail,
  .contact {
    grid-template-columns: 1fr;
  }

  .visual-copy {
    max-width: 720px;
  }

  .photo-mosaic .photo-large {
    min-height: auto;
  }

  .contact-actions {
    margin-top: 0;
  }

  .info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-header {
    padding: 14px 18px;
  }

  .nav-toggle {
    display: inline-block;
  }

  .site-nav {
    position: fixed;
    inset: 69px 12px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    color: var(--charcoal);
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  body.nav-open .site-nav {
    display: flex;
  }

  .site-nav a {
    padding: 14px;
    border-radius: 6px;
  }

  .site-nav a:hover {
    background: var(--ivory);
  }

  .hero {
    min-height: 88svh;
    padding: 108px 20px 54px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(37, 35, 33, 0.76), rgba(37, 35, 33, 0.42)),
      linear-gradient(0deg, rgba(37, 35, 33, 0.35), rgba(37, 35, 33, 0));
  }

  h1 {
    font-size: clamp(3.3rem, 19vw, 5.2rem);
  }

  .problem-grid {
    grid-template-columns: 1fr;
  }

  .problem-card {
    min-height: auto;
  }

  .service-list article {
    grid-template-columns: 1fr;
  }

  .photo-mosaic {
    grid-template-columns: 1fr;
  }

  .photo-mosaic .photo-large,
  .photo-mosaic figure {
    min-height: auto;
    aspect-ratio: 4 / 3;
  }

  .ritual-detail figure {
    aspect-ratio: 4 / 3;
  }

  .price-row {
    grid-template-columns: 1fr;
  }

  .price-row strong {
    text-align: left;
  }

  .site-footer {
    flex-direction: column;
  }

  .notice-modal {
    align-items: end;
    padding: 12px;
  }

  .notice-modal__panel {
    max-height: 92svh;
    padding: 28px 20px 22px;
  }

  .notice-modal h2 {
    margin-right: 36px;
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .notice-modal__actions {
    flex-direction: column;
  }

  .notice-modal__actions .button {
    width: 100%;
    justify-content: center;
  }
}
