:root {
  --paper: #fbf4ea;
  --paper-soft: #f5eadc;
  --ink: #24211f;
  --muted: #69615a;
  --line: rgba(36, 33, 31, 0.13);
  --music: #c28a2e;
  --therapy: #2f8584;
  --espresso: #2b1f1a;
  --cream: #fffaf2;
  --shadow: 0 26px 70px rgba(43, 31, 26, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 18px clamp(22px, 5vw, 64px);
  background: rgba(251, 244, 234, 0.84);
  border-bottom: 1px solid rgba(36, 33, 31, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
}

nav {
  display: flex;
  gap: clamp(16px, 2.5vw, 32px);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

nav a:hover,
nav a:focus-visible {
  color: var(--ink);
}

.menu-button {
  display: none;
}

.hero {
  min-height: 100svh;
  padding-top: 72px;
}

.hero-image {
  min-height: clamp(280px, 50vw, 560px);
  background:
    linear-gradient(180deg, rgba(43, 31, 26, 0.04), rgba(43, 31, 26, 0.18)),
    url("assets/hero-personal.png") center / cover;
}

.hero-body {
  position: relative;
  z-index: 2;
  width: min(980px, calc(100% - 32px));
  margin: clamp(-58px, -5vw, -34px) auto 0;
  padding: clamp(34px, 6vw, 74px) clamp(22px, 6vw, 74px) clamp(36px, 5vw, 64px);
  border-radius: 32px 32px 0 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(214, 168, 79, 0.12), transparent 32%),
    var(--cream);
  box-shadow: var(--shadow);
  text-align: center;
}

.kicker,
.section-kicker,
.path-kicker {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.kicker {
  color: var(--music);
}

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

h1,
h2,
.tagline,
.path-title {
  font-family: Georgia, "Times New Roman", serif;
}

h1 {
  margin: 12px 0 14px;
  font-size: clamp(58px, 11vw, 132px);
  font-weight: 500;
  line-height: 0.92;
}

.rule {
  width: 92px;
  height: 1px;
  margin: 0 auto 18px;
  background: linear-gradient(90deg, transparent, var(--music), transparent);
}

.tagline {
  margin: 0;
  font-size: clamp(34px, 5vw, 66px);
  font-weight: 700;
  line-height: 1.05;
}

.tagline span {
  display: inline;
}

.lead {
  width: min(620px, 100%);
  margin: 22px auto 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 22px);
}

.path-list {
  display: grid;
  margin-top: clamp(34px, 6vw, 62px);
  border-top: 1px solid var(--line);
}

.path-item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 34px;
  gap: clamp(14px, 3vw, 28px);
  align-items: center;
  padding: clamp(24px, 4vw, 36px) 0;
  border-bottom: 1px solid var(--line);
  text-align: left;
  transition: transform 180ms ease, opacity 180ms ease;
}

.path-item:hover,
.path-item:focus-visible {
  transform: translateX(4px);
}

.path-mark {
  display: flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}

.path-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.path-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.path-item--music .path-kicker {
  color: var(--music);
}

.path-item--therapy .path-kicker {
  color: var(--therapy);
}

.path-title {
  display: block;
  font-size: clamp(36px, 7vw, 68px);
  font-weight: 700;
  line-height: 1;
}

.path-text {
  display: block;
  color: var(--muted);
  font-size: clamp(15px, 2vw, 19px);
  overflow-wrap: anywhere;
}

.path-arrow {
  color: var(--music);
  font-size: 32px;
  font-family: Georgia, "Times New Roman", serif;
}

.path-item--therapy .path-arrow {
  color: var(--therapy);
}

.welcome-heart {
  display: none;
}

.welcome-note {
  width: min(380px, 100%);
  margin: 34px auto 0;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.25;
}

.section {
  padding: clamp(72px, 10vw, 128px) 0;
}

.section-inner {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.intro-grid,
.service-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.85fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: start;
}

.section-kicker {
  margin-bottom: 12px;
  color: var(--music);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 5vw, 66px);
  line-height: 1.03;
}

.intro-grid p,
.service-copy p {
  color: var(--muted);
  font-size: 19px;
}

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

.section--music {
  background: var(--espresso);
  color: var(--cream);
}

.section--music .section-kicker,
.section--music .text-link {
  color: var(--music);
}

.section--music .service-copy p {
  color: rgba(255, 250, 242, 0.78);
}

.subpage-hero {
  padding: clamp(132px, 18vw, 210px) 0 clamp(62px, 10vw, 110px);
}

.subpage-hero--music {
  background:
    linear-gradient(180deg, rgba(43, 31, 26, 0.28), rgba(43, 31, 26, 0.74)),
    url("assets/hero-music-warm.png") center / cover;
  color: var(--cream);
}

.subpage-hero-inner {
  width: min(860px, calc(100% - 36px));
  margin: 0 auto;
  min-width: 0;
}

.subpage-hero h1 {
  margin: 10px 0 18px;
  font-size: clamp(48px, 8vw, 96px);
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.subpage-hero p:last-child {
  width: min(640px, 100%);
  margin-bottom: 0;
  color: rgba(255, 250, 242, 0.82);
  font-size: clamp(18px, 2.2vw, 24px);
  overflow-wrap: anywhere;
}

.music-page {
  display: grid;
  gap: clamp(28px, 5vw, 54px);
}

.music-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.82fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: end;
}

.music-hero p:last-child {
  margin-bottom: 0;
  color: rgba(255, 250, 242, 0.78);
  font-size: clamp(18px, 2vw, 22px);
}

.music-photo {
  min-height: clamp(260px, 40vw, 460px);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(43, 31, 26, 0.04), rgba(43, 31, 26, 0.28)),
    url("assets/hero-music-warm.png") center / cover;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.28);
}

.music-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.music-card {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(255, 250, 242, 0.14);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.055);
  min-width: 0;
}

.music-card h3 {
  margin: 0 0 12px;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 4vw, 38px);
  line-height: 1.05;
}

.music-card p,
.music-list {
  margin-bottom: 0;
  color: rgba(255, 250, 242, 0.78);
  font-size: 18px;
}

.music-list {
  display: grid;
  gap: 8px;
  padding-left: 20px;
}

.music-list li::marker {
  color: var(--music);
}

.music-quote {
  width: min(760px, 100%);
  padding-left: clamp(18px, 3vw, 28px);
  border-left: 2px solid var(--music);
}

.music-quote p {
  margin-bottom: 0;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 4vw, 42px);
  line-height: 1.18;
}

.music-actions {
  display: flex;
}

.section--therapy {
  background: #eaf3ef;
}

.section--therapy .section-kicker,
.section--therapy .text-link {
  color: var(--therapy);
}

.text-link {
  display: inline-flex;
  margin-top: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-section {
  background: var(--cream);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform 180ms ease;
}

.contact-button:hover,
.contact-button:focus-visible {
  transform: translateY(-2px);
}

.contact-button--music {
  border-color: rgba(194, 138, 46, 0.48);
  color: var(--music);
}

.contact-button--therapy {
  border-color: rgba(47, 133, 132, 0.44);
  color: var(--therapy);
}

@media (max-width: 760px) {
  .site-header {
    position: sticky;
    min-height: 68px;
    padding: 18px 22px;
  }

  nav {
    display: none;
  }

  .hero {
    padding-top: 0;
  }

  .hero-image {
    min-height: 330px;
    background-position: center top;
  }

  .hero-body {
    width: 100%;
    margin-top: -28px;
    padding: 36px 18px 38px;
    border-radius: 28px 28px 0 0;
  }

  h1 {
    font-size: 46px;
    overflow-wrap: anywhere;
  }

  .tagline {
    font-size: 27px;
    overflow-wrap: anywhere;
  }

  .tagline span {
    display: block;
  }

  .lead {
    width: min(320px, 100%);
    font-size: 17px;
  }

  .path-item {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 14px;
    padding-right: 16px;
  }

  .path-mark {
    width: 62px;
    height: 62px;
    align-self: start;
    margin-top: 4px;
  }

  .path-copy {
    max-width: min(100%, 290px);
  }

  .path-arrow {
    display: none;
  }

  .path-title {
    font-size: clamp(32px, 9.8vw, 39px);
    overflow-wrap: anywhere;
  }

  .path-text {
    font-size: 16px;
  }

  .welcome-note {
    width: min(340px, calc(100% - 36px));
  }

  .intro-grid,
  .service-grid,
  .contact-grid,
  .music-hero,
  .music-details {
    grid-template-columns: 1fr;
  }

  .music-page {
    gap: 30px;
  }

  .music-photo {
    min-height: 260px;
    border-radius: 6px;
  }

  .music-card {
    padding: 22px;
  }

  .music-card p,
  .music-list {
    font-size: 16px;
  }

  .music-actions .contact-button {
    width: 100%;
  }

  .section {
    padding: 70px 0;
  }

  .subpage-hero {
    padding: 102px 0 58px;
  }

  .subpage-hero-inner {
    width: min(336px, calc(100% - 36px));
  }

  .subpage-hero h1 {
    font-size: 38px;
    line-height: 1.03;
  }

  .subpage-hero p:last-child {
    width: min(318px, 100%);
    font-size: 18px;
    line-height: 1.45;
  }

  .music-card p {
    max-width: 300px;
  }

  .music-quote {
    width: min(336px, calc(100% - 18px));
  }

  .music-quote p {
    font-size: 25px;
    overflow-wrap: anywhere;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
