:root {
  --ink: #4b433d;
  --muted: #6f655e;
  --paper: #f7f4ee;
  --white: #ffffff;
  --sage: #a8b59e;
  --sage-dark: #637456;
  --blush: #ddb8b0;
  --taupe: #b8a89a;
  --gold: #d8b56a;
  --line: #ded5ca;
  --shadow: 0 18px 45px rgba(75, 67, 61, 0.12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  --script: "Segoe Script", "Brush Script MT", "Lucida Handwriting", cursive;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 5vw, 64px);
  background: rgba(247, 243, 238, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 360px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.2;
  border-radius: 8px;
  transition: color 160ms ease, transform 160ms ease;
}

.brand:hover {
  color: var(--sage-dark);
  transform: translateY(-1px);
}

.brand-mark {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  background: var(--paper) url("assets/site-circle-mark.png") center / cover no-repeat;
  color: transparent;
  font-weight: 700;
  box-shadow: 0 5px 16px rgba(75, 67, 61, 0.16);
  overflow: hidden;
  border: 1px solid rgba(99, 116, 86, 0.28);
}

.brand-mark::before {
  content: none;
}

.brand-mark::after {
  content: none;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex-wrap: wrap;
}

.nav a {
  padding: 8px 10px;
  border-radius: 6px;
  color: var(--muted);
  font-size: 0.94rem;
  text-decoration: none;
}

.nav a:hover,
.nav a.active {
  background: rgba(168, 181, 158, 0.34);
  color: var(--ink);
}

.hero {
  position: relative;
  min-height: min(720px, calc(100vh - 40px));
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--sage-dark);
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(34, 48, 47, 0.88), rgba(34, 48, 47, 0.55) 48%, rgba(34, 48, 47, 0.08));
}

.hero-content {
  position: relative;
  width: min(680px, calc(100% - 36px));
  margin-left: clamp(18px, 7vw, 88px);
  padding: 70px 0 120px;
  color: var(--white);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--sage-dark);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--blush);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.12;
  font-family: var(--serif);
  font-weight: 500;
}

h1 {
  max-width: 12ch;
  font-size: clamp(3rem, 8vw, 6.8rem);
}

.hero h1 {
  max-width: 13ch;
  font-family: var(--script);
  font-size: clamp(3.4rem, 8vw, 7.4rem);
  font-weight: 400;
  line-height: 0.98;
}

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

h3 {
  font-size: 1.35rem;
}

p {
  font-size: 1.02rem;
}

.lead {
  max-width: 680px;
  margin: 22px 0 0;
  font-size: clamp(1.15rem, 2vw, 1.42rem);
}

.hero-actions,
.cta .button {
  margin-top: 30px;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  background: var(--sage-dark);
  color: var(--white);
}

.button.secondary {
  background: var(--white);
  border-color: var(--line);
  color: var(--sage-dark);
}

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

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
  gap: 44px;
  align-items: start;
}

.intro p:last-child,
.split p,
.card p,
.resource-item p,
.note-panel p,
.price-card p {
  color: var(--muted);
}

.band {
  width: 100%;
  max-width: none;
  padding: 82px clamp(18px, 5vw, 64px);
  background: var(--white);
}

.coaching-help {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(168, 181, 158, 0.18), rgba(221, 184, 176, 0.16)),
    var(--white);
}

.coaching-help::before {
  content: "";
  position: absolute;
  left: clamp(18px, 8vw, 120px);
  right: clamp(18px, 8vw, 120px);
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(99, 116, 86, 0.35), transparent);
}

.coaching-help .section-heading,
.coaching-help .feature-grid {
  position: relative;
  z-index: 1;
}

.section-heading {
  width: min(1120px, 100%);
  margin: 0 auto 34px;
}

.feature-grid,
.pricing-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.card,
.price-card,
.resource-item,
.note-panel,
.service-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.coaching-help .card {
  border-color: rgba(184, 168, 154, 0.38);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 34px rgba(75, 67, 61, 0.08);
}

.coaching-help .card h3 {
  color: var(--sage-dark);
}

.coaching-help .card p {
  margin-bottom: 0;
}

.card,
.price-card,
.resource-item,
.service-card {
  padding: 28px;
}

.price-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.price-card h2 {
  max-width: 100%;
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  overflow-wrap: normal;
  word-break: normal;
}

.price-card p:not(.price) {
  margin-bottom: 24px;
}

.price-card .button {
  margin-top: auto;
}

.icon {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: rgba(216, 181, 106, 0.2);
  color: var(--gold);
  font-family: var(--sans);
  font-weight: 700;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.75fr);
  gap: 42px;
  align-items: center;
}

.brand-story {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(320px, 0.95fr);
  gap: 34px;
  align-items: center;
}

.brand-story img {
  border-radius: 8px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}

.brand-story p:not(.eyebrow) {
  color: var(--muted);
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
  gap: 34px;
  align-items: start;
  padding-top: 48px;
}

.about-story {
  max-width: 900px;
  position: relative;
}

.about-story h2 {
  margin-bottom: 20px;
  color: var(--sage-dark);
}

.about-story p {
  color: var(--muted);
}

.about-story p + p {
  margin-top: 18px;
}

.about-note {
  position: sticky;
  top: 104px;
  background:
    linear-gradient(160deg, rgba(221, 184, 176, 0.18), rgba(168, 181, 158, 0.2)),
    var(--white);
  border-color: rgba(184, 168, 154, 0.42);
}

.about-side {
  display: grid;
  gap: 18px;
}

.about-portrait {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid rgba(184, 168, 154, 0.42);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.about-band .about-story {
  width: min(900px, 100%);
  margin: 0 auto;
}

.about-band {
  background:
    linear-gradient(135deg, rgba(168, 181, 158, 0.16), rgba(216, 181, 106, 0.12)),
    var(--white);
}

.about-hero {
  position: relative;
}

.about-hero::after {
  content: "";
  display: block;
  width: min(180px, 42vw);
  height: 3px;
  margin-top: 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blush), var(--sage), transparent);
}

.note-flourish {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--paper);
  color: var(--sage-dark);
  font-family: var(--script);
  font-size: 1.35rem;
  box-shadow: inset 0 0 0 1px rgba(99, 116, 86, 0.22);
}

.signature {
  color: var(--sage-dark) !important;
  font-size: 1.45rem;
  font-weight: 700;
}

.signature-name {
  color: var(--ink) !important;
  font-weight: 700;
}

.compact-list {
  display: grid;
  gap: 10px;
}

.compact-list a {
  display: flex;
  justify-content: space-between;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--sage-dark);
  font-weight: 700;
  text-decoration: none;
}

.compact-list a::after {
  content: ">";
  color: var(--gold);
}

.cta {
  margin: 10px auto 76px;
  width: min(960px, calc(100% - 36px));
  padding: clamp(34px, 6vw, 64px);
  border-radius: 8px;
  background: var(--sage-dark);
  color: var(--white);
  text-align: center;
}

.cta h2,
.cta p {
  margin-left: auto;
  margin-right: auto;
}

.cta p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.82);
}

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

.site-footer p {
  margin: 0;
}

.site-footer a {
  margin-left: 14px;
  color: var(--sage-dark);
  text-decoration: none;
}

.page {
  min-height: calc(100vh - 160px);
}

.soft-page {
  background:
    radial-gradient(circle at top right, rgba(221, 184, 176, 0.18), transparent 34rem),
    radial-gradient(circle at bottom left, rgba(168, 181, 158, 0.18), transparent 30rem),
    var(--paper);
}

.page-hero {
  width: min(980px, calc(100% - 36px));
  margin: 0 auto;
  padding: 86px 0 42px;
}

.soft-hero::after {
  content: "";
  display: block;
  width: min(180px, 42vw);
  height: 3px;
  margin-top: 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blush), var(--sage), transparent);
}

.page-hero h1 {
  max-width: 760px;
  font-size: clamp(2.6rem, 6vw, 5.2rem);
}

.services-intro {
  padding-top: 0;
  padding-bottom: 46px;
}

.services-intro-visual {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr);
  gap: 24px;
  align-items: stretch;
}

.services-intro p {
  max-width: 900px;
  margin: 0;
  padding: clamp(24px, 4vw, 36px);
  border-left: 6px solid var(--blush);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  color: var(--ink);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.services-intro-visual img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  border: 1px solid rgba(184, 168, 154, 0.42);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.coaching-therapy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 28px;
  align-items: start;
}

.therapy-copy {
  padding: clamp(26px, 4vw, 40px);
  border-left: 6px solid var(--blush);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.82), rgba(247, 244, 238, 0.94)),
    var(--white);
  box-shadow: 0 14px 34px rgba(75, 67, 61, 0.09);
}

.therapy-copy p:not(.eyebrow) {
  color: var(--muted);
}

.note-panel {
  padding: 30px;
}

.feature-panel,
.soft-contact .contact-form,
.resource-item {
  border-color: rgba(184, 168, 154, 0.42);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.86), rgba(247, 244, 238, 0.92)),
    var(--white);
  box-shadow: 0 14px 34px rgba(75, 67, 61, 0.09);
}

.soft-split {
  align-items: stretch;
}

.soft-copy {
  padding: clamp(24px, 4vw, 36px);
  border-left: 6px solid var(--blush);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.55);
}

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

.booking-copy img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin-bottom: 24px;
  border: 1px solid rgba(184, 168, 154, 0.42);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(75, 67, 61, 0.08);
}

.privacy-note {
  margin-top: -26px;
  padding: clamp(28px, 5vw, 46px);
  border-left: 6px solid var(--sage);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(221, 184, 176, 0.18), rgba(168, 181, 158, 0.22)),
    var(--white);
  box-shadow: 0 14px 34px rgba(75, 67, 61, 0.09);
}

.privacy-note p:not(.eyebrow) {
  max-width: 850px;
  color: var(--muted);
}

.price {
  margin: 18px 0;
  color: var(--sage-dark);
  font-size: 1.8rem;
  font-weight: 700;
}

.featured {
  border-color: var(--blush);
}

.resource-list {
  display: grid;
  gap: 18px;
}

.bonus-resource {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.7fr);
  gap: 24px;
  align-items: center;
  background:
    linear-gradient(145deg, rgba(221, 184, 176, 0.22), rgba(168, 181, 158, 0.24)),
    var(--white);
}

.bonus-resource img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(184, 168, 154, 0.42);
  border-radius: 8px;
}

.coming-soon-resource {
  background:
    linear-gradient(145deg, rgba(216, 181, 106, 0.14), rgba(247, 244, 238, 0.92)),
    var(--white);
}

.disabled-button {
  cursor: default;
  opacity: 0.78;
}

.prompt-library {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.prompt-card {
  padding: 26px;
  border: 1px solid rgba(184, 168, 154, 0.42);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(247, 244, 238, 0.86), rgba(255, 255, 255, 0.96)),
    var(--white);
  box-shadow: 0 12px 28px rgba(75, 67, 61, 0.08);
}

.prompt-card h3 {
  color: var(--sage-dark);
}

.prompt-card ul {
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.prompt-card li + li {
  margin-top: 8px;
}

.closing-prompt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(145deg, rgba(221, 184, 176, 0.22), rgba(168, 181, 158, 0.24)),
    var(--white);
}

.closing-prompt p {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1.45;
}

.services-heading p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
}

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

.service-card {
  position: relative;
  min-height: 190px;
}

.service-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: rgba(168, 181, 158, 0.3);
  color: var(--sage-dark);
  font-weight: 700;
}

.service-card h3 {
  max-width: 16ch;
}

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

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  gap: 28px;
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 10px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.contact-brand-mark {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border: 1px solid rgba(99, 116, 86, 0.28);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(75, 67, 61, 0.1);
}

label {
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px;
  font: inherit;
  background: #fffcf8;
  color: var(--ink);
}

textarea {
  resize: vertical;
}

.direct-email {
  margin-top: 22px;
  color: var(--sage-dark);
  font-weight: 700;
}

.direct-email a {
  text-decoration: none;
}

.contact-note {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    justify-content: flex-start;
  }

  .hero {
    min-height: 760px;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(34, 48, 47, 0.86), rgba(34, 48, 47, 0.48));
  }

  .hero-content {
    margin: 0 auto;
    padding-top: 88px;
  }

  .intro,
  .split,
  .brand-story,
  .about-layout,
  .services-intro-visual,
  .coaching-therapy,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .about-note {
    position: static;
  }

  .about-portrait {
    max-width: 520px;
  }

  .feature-grid,
  .pricing-grid,
  .services-grid,
  .bonus-resource,
  .prompt-library {
    grid-template-columns: 1fr;
  }

  .coaching-help::before {
    display: none;
  }
}

@media (max-width: 520px) {
  .brand {
    font-size: 0.95rem;
  }

  .nav a {
    padding: 7px 8px;
    font-size: 0.88rem;
  }

  h1 {
    font-size: 3rem;
  }

  .button {
    width: 100%;
  }

  .site-footer a {
    margin-left: 0;
    margin-right: 12px;
  }
}
