@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&family=Manrope:wght@600&display=swap');

:root {
  --ink: #1b2a20;
  --muted: #5f6d63;
  --green: #176b45;
  --green-dark: #123c25;
  --sage-action: #176b45;
  --sage-action-hover: #123c25;
  --sage: #d9eadf;
  --sage-pale: #f3f8f2;
  --ivory: #fffdf8;
  --paper: #f7f1e4;
  --line: rgba(18, 60, 37, 0.16);
  --shadow: 0 18px 42px -28px rgba(18, 60, 37, 0.38);
  --shadow-sm: 0 12px 26px -22px rgba(18, 60, 37, 0.32);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 116px; }
body {
  margin: 0;
  background: linear-gradient(135deg, var(--paper) 0%, #fffdf8 48%, var(--paper) 100%);
  color: var(--ink);
  font-family: 'IBM Plex Sans', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.62;
}

/* The opening page leads from support to the center and its work.
   The detailed description of the Bach method comes later by choice. */
main {
  display: flex;
  flex-direction: column;
}

.hero { order: 1; }
#about { order: 2; }
#process { order: 3; }
#use { order: 4; }
#course { order: 5; }
#composition { display: none; }
#method { order: 7; }
#reviews { order: 8; }
#questionnaire { order: 9; }
#contacts { order: 10; }

/* The history has its own page, so the home page remains concise. */
#about {
  display: none;
}

.history-copy {
  max-width: 820px;
}

.history-copy p {
  max-width: 760px;
  color: var(--muted);
}

.history-copy .button {
  margin-top: 18px;
}

#process {
  padding-top: 46px;
  padding-bottom: 22px;
}

#process .shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
  gap: 0 38px;
}

#process .section-intro {
  grid-column: 1 / -1;
}

#use {
  padding-top: 0;
  border-top: 0;
}

.composition-section .bottle-panel {
  margin-top: 0;
}

a { color: inherit; }

.shell {
  width: min(100% - 48px, 1240px);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(18, 60, 37, 0.14);
  background: rgba(247, 241, 228, 0.95);
  backdrop-filter: blur(10px);
}

.course-banner {
  background: var(--green-dark);
  color: var(--ivory);
}

.course-banner-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 10px 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
}

.course-banner-inner span + span::before {
  content: "•";
  margin: 0 12px;
  color: rgba(247, 241, 228, 0.55);
}

.course-banner-phone {
  color: inherit;
  font-size: 14px;
  text-decoration: none;
}

.course-banner-phone::before {
  content: "•";
  margin: 0 12px;
  color: rgba(247, 241, 228, 0.55);
}

.course-banner-consult {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ivory);
  font-size: 14px;
  text-decoration: none;
}

.course-banner-consult::before {
  content: "•";
  margin: 0 12px;
  color: rgba(247, 241, 228, 0.55);
}

.course-banner-consult:hover { color: #E7C86A; }

.course-banner-consult svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 66px;
}

.brand {
  display: flex;
  align-items: center;
  width: 205px;
  height: 66px;
  text-decoration: none;
  white-space: nowrap;
}

.brand-logo {
  display: block;
  width: 205px;
  height: auto;
}

.nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  font-size: 13px;
}

.nav a {
  color: var(--muted);
  text-decoration: none;
}

.nav a:hover { color: var(--green); }

.nav-dropdown { position: relative; }
.nav-dropdown summary { list-style: none; cursor: pointer; color: var(--muted); }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary::after { content: "⌄"; margin-left: 4px; color: var(--sage); }
.nav-dropdown-menu {
  display: none;
  position: absolute;
  z-index: 20;
  top: calc(100% + 8px);
  left: 50%;
  min-width: 182px;
  padding: 7px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px -18px rgba(28, 57, 36, .42);
  transform: translateX(-50%);
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown[open] .nav-dropdown-menu { display: block; }
.nav-dropdown-menu a { display: block; padding: 7px 8px; font-size: 11px; white-space: nowrap; }
.nav-dropdown-menu a:hover { background: #eef5ea; }

.nav .life-switch {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 5px 9px;
  border: 1px solid rgba(23, 107, 69, 0.3);
  border-radius: 3px;
  background: var(--ivory);
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease;
}

.nav .life-switch span:last-child {
  font-size: 10px;
  font-weight: 400;
}

.nav .life-switch:hover { border-color: var(--green); background: var(--sage-pale); color: var(--green-dark); }

.hero-quick-links {
  display: grid;
  justify-items: start;
  gap: 7px;
  margin-top: 6px;
}

.hero-history-link {
  display: inline-block;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.header-cta {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  border: 0;
  background: transparent;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 150ms ease, border-color 150ms ease;
}

.header-cta:hover { color: #31552f; border-color: currentColor; }

.menu-toggle,
.mobile-nav { display: none; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(410px, 1.05fr);
  align-items: center;
  gap: 34px;
  min-height: 0;
  padding: 52px 0 46px;
}

.hero-copy { padding: 20px 0; }

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 480px;
  margin-bottom: 15px;
  color: var(--green-dark);
  font-family: 'Manrope', Arial, sans-serif;\n  font-weight: 600;
  font-size: clamp(2.15rem, 4vw, 3.5rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.lead {
  max-width: 510px;
  margin-bottom: 20px;
  color: #4f5c52;
  font-size: 15px;
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
  filter: saturate(0.72) contrast(0.92) brightness(1.06);
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(ellipse 88% 90% at 50% 50%, #000 62%, transparent 100%);
  mask-image: radial-gradient(ellipse 88% 90% at 50% 50%, #000 62%, transparent 100%);
}

.hero-image-joy {
  max-height: 400px;
  margin: 0 auto;
  object-fit: contain;
}

.hero-sketches {
  position: relative;
  min-height: 420px;
}

.hero.hero-no-illustration {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(250px, 0.82fr);
  align-items: start;
  width: min(100%, 1020px);
  margin: 0 auto;
  gap: 20px;
  min-height: 0;
}

.hero.hero-no-illustration .hero-copy {
  max-width: 670px;
  padding-left: 0;
}

.hero-portrait {
  width: min(100%, 285px);
  margin: -12px 0 0;
  align-self: start;
  justify-self: center;
  position: relative;
  isolation: isolate;
}

.hero-portrait img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
  filter: saturate(0.84) contrast(0.96) brightness(1.03);
}

.hero-sketches img {
  position: absolute;
  display: block;
  height: auto;
  mix-blend-mode: multiply;
  filter: saturate(0.64) contrast(0.9) brightness(1.08);
  -webkit-mask-image: radial-gradient(ellipse 88% 88% at 50% 50%, #000 59%, transparent 100%);
  mask-image: radial-gradient(ellipse 88% 88% at 50% 50%, #000 59%, transparent 100%);
}

.sketch-support {
  top: 2%;
  left: 2%;
  width: 59%;
  transform: rotate(-1deg);
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.sketch-conversation {
  top: 3%;
  left: -3%;
  width: 106%;
  mix-blend-mode: normal !important;
  filter: saturate(0.7) contrast(0.94) brightness(1.06) !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.sketch-joy {
  top: 1%;
  right: 0;
  width: 37%;
  transform: rotate(2deg);
}

.sketch-bottles {
  bottom: 0;
  left: 0;
  width: 54%;
  transform: rotate(1deg);
}

.sketch-course {
  right: 1%;
  bottom: 5%;
  width: 47%;
  transform: rotate(-2deg);
}

.hero-intro {
  max-width: 560px;
  margin-bottom: 18px;
  color: var(--muted);
}

.hero-intro p + p { margin-top: 11px; }

.hero-method-link {
  margin: -2px 0 18px !important;
  font-size: 14px;
}

.hero-method-link a {
  color: var(--green-dark);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid #a7c6a2;
}

.hero-method-link a::after {
  content: " →";
}

.inline-method-link {
  color: var(--green-dark);
  font-weight: 700;
  text-decoration-color: #9fc49b;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 18px;
  margin: -10px 0 25px;
}

.hero-links a,
.section-link a {
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 700;
  text-decoration-color: #a7cda2;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.section-link { margin-top: 20px; }

.method-details,
.details-panel {
  margin-top: 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.method-details summary,
.details-panel summary {
  position: relative;
  padding: 13px 28px 13px 0;
  color: var(--green-dark);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  list-style: none;
}

.method-details summary::-webkit-details-marker,
.details-panel summary::-webkit-details-marker { display: none; }
.method-details summary::after,
.details-panel summary::after {
  position: absolute;
  right: 3px;
  content: "+";
  font-size: 22px;
  font-weight: 400;
  line-height: 0.8;
}
.method-details[open] summary::after,
.details-panel[open] summary::after { content: "−"; }

.method-details-copy,
.details-panel-copy {
  padding: 3px 0 18px;
  color: var(--muted);
}

.method-details-copy h3,
.details-panel-copy h3 {
  margin: 16px 0 6px;
  color: var(--green-dark);
  font-size: 16px;
}

.method-details-copy p,
.details-panel-copy p { margin: 0 0 10px; }
.method-details-copy .method-source { margin-top: 19px; font-size: 12px; }
.method-source a { color: var(--green-dark); }

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid var(--green);
  border-radius: 3px;
  background: var(--sage-action);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: var(--shadow-sm);
  transition: background 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}

.button:hover {
  background: var(--sage-action-hover);
  transform: translateY(-1px);
  box-shadow: 0 16px 28px -20px rgba(18, 60, 37, 0.48);
}

.button-secondary {
  background: transparent;
  color: var(--green);
  box-shadow: none;
}

.button-secondary:hover {
  background: var(--sage-pale);
  color: var(--green-dark);
}

.content-section {
  padding: 64px 0;
  border-top: 1px solid var(--line);
}

.section-intro {
  max-width: 690px;
  margin: 0 auto 20px;
  text-align: center;
}

.section-intro h2,
.method-copy h2,
.questionnaire-copy h2,
.contact-card h2,
.about-copy h2,
.course-layout h2,
.composition-summary h2,
.bottle-panel h3,
h1 {
  margin-bottom: 16px;
  color: var(--green-dark);
  font-family: 'Manrope', Arial, sans-serif;\n  font-weight: 600;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: -0.018em;
}

.section-intro p { color: var(--muted); }

.conversation-illustration {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: visible;
  border: 0;
  background: transparent;
}

.conversation-crop {
  position: relative;
  aspect-ratio: 1.45 / 1;
  overflow: visible;
}

.conversation-crop img {
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
  max-width: none;
  height: auto;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: right center;
  mix-blend-mode: multiply;
  filter: saturate(0.72) contrast(0.92) brightness(1.06);
}

.method-panel {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 800px;
  margin: 0 auto;
  align-items: start;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--ivory);
  box-shadow: var(--shadow);
}

.method-copy p { max-width: 570px; }

.about-grid,
.use-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(300px, 0.86fr);
  align-items: center;
  gap: 58px;
}

.about-copy,
.use-copy {
  max-width: 690px;
}

.about-copy p,
.use-copy p,
.use-copy li {
  color: var(--muted);
}

.about-copy p + p {
  margin-top: 17px;
}

.portrait-card {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.portrait-card img,
.use-image {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(ellipse 90% 90% at 50% 50%, #000 61%, transparent 100%);
  mask-image: radial-gradient(ellipse 90% 90% at 50% 50%, #000 61%, transparent 100%);
  filter: saturate(0.72) contrast(0.92) brightness(1.06);
}

.portrait-card img {
  aspect-ratio: 0.92;
  object-fit: cover;
  object-position: center 44%;
  -webkit-mask-image: radial-gradient(ellipse 90% 92% at 50% 48%, #000 61%, transparent 100%);
  mask-image: radial-gradient(ellipse 90% 92% at 50% 48%, #000 61%, transparent 100%);
}

.use-panel {
  padding: 30px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0));
  border: 0;
  box-shadow: none;
  display: block;
  max-width: 920px;
  margin-inline: auto;
}

.use-copy {
  max-width: none;
}

.use-copy > h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.2vw, 1.85rem);
}

.use-details {
  margin-top: 24px;
}

.use-details h3 {
  margin: 27px 0 9px;
  color: var(--green-dark);
  font-size: 18px;
}

.use-copy ul {
  margin: 0;
  padding-left: 21px;
}

.use-copy li + li { margin-top: 7px; }

.course-section {
  background: linear-gradient(180deg, transparent, rgba(217, 234, 223, 0.48));
}

.course-stack {
  display: grid;
  gap: 24px;
}

.course-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
  align-items: start;
  gap: 24px;
}

.course-layout > div { max-width: 590px; }

.course-bach-copy { max-width: 590px; }

.course-layout p { color: var(--muted); }

.course-card {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.course-card h3 {
  margin: 0 0 12px;
  color: var(--green-dark);
  font-size: clamp(21px, 2.5vw, 27px);
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.course-card .details-panel,
.course-layout > div > .details-panel { margin-top: 18px; }

.composition-summary {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.composition-summary p {
  max-width: 620px;
  margin: 0 auto 16px;
  color: var(--muted);
}

.course-image {
  display: block;
  width: 100%;
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(ellipse 90% 92% at 50% 50%, #000 61%, transparent 100%);
  mask-image: radial-gradient(ellipse 90% 92% at 50% 50%, #000 61%, transparent 100%);
}

.course-layout .course-image {
  width: min(100%, 430px);
  justify-self: center;
}

.course-bach-copy > .details-panel + .details-panel,
.course-bach-copy > .details-panel + .details-panel-link {
  margin-top: -1px;
}

.details-panel-link {
  position: relative;
  display: block;
  padding: 13px 28px 13px 0;
  border-bottom: 1px solid var(--line);
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.details-panel-link::after {
  position: absolute;
  right: 3px;
  content: "→";
  font-size: 18px;
  font-weight: 400;
  line-height: .85;
}

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

.reviews-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  align-items: start;
  gap: 34px;
  max-width: 1160px;
  margin: 0 auto;
}

.review-joy-illustration {
  position: relative;
  margin: 0;
}

.review-joy-illustration img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
  filter: saturate(0.68) contrast(0.92) brightness(1.08);
  -webkit-mask-image: radial-gradient(ellipse 90% 94% at 50% 50%, #000 62%, transparent 100%);
  mask-image: radial-gradient(ellipse 90% 94% at 50% 50%, #000 62%, transparent 100%);
}

.review-card {
  padding: 22px;
  background: rgba(255, 253, 248, 0.88);
  border: 1px solid var(--line);
  border-top: 3px solid rgba(23, 107, 69, 0.5);
  border-radius: 3px;
  box-shadow: var(--shadow-sm);
}

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

.review-card p + p { margin-top: 14px; }

.review-details {
  margin-top: 13px;
}

.review-details summary {
  color: var(--green-dark);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.review-details p:first-of-type { margin-top: 12px; }

.review-card .review-author {
  margin-bottom: 0;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 700;
}

.note {
  margin: 25px 0 0;
  padding-left: 17px;
  border-left: 3px solid #b8d2b2;
  color: var(--muted);
  font-size: 14px;
}

.process-copy {
  max-width: none;
  margin: 0;
}

.process-copy p + p {
  margin-top: 12px;
}

.process-copy::after {
  content: "";
  display: block;
  clear: both;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.bottle-panel {
  position: relative;
  display: block;
  min-height: 390px;
  margin-top: 56px;
  padding: 48px;
  overflow: hidden;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0));
  border: 0;
}

.bottle-panel img {
  position: absolute;
  left: -1%;
  right: auto;
  top: -7%;
  bottom: auto;
  width: min(53%, 570px);
  max-height: 108%;
  object-fit: contain;
  opacity: 0.84;
  mix-blend-mode: multiply;
  filter: saturate(0.72) contrast(0.92) brightness(1.06);
  -webkit-mask-image: linear-gradient(to right, #000 56%, transparent 100%);
  mask-image: linear-gradient(to right, #000 56%, transparent 100%);
}

.bottle-panel > div {
  position: relative;
  z-index: 1;
  max-width: 58%;
  margin-left: auto;
}

.bottle-panel h3 {
  margin-bottom: 13px;
  letter-spacing: -0.02em;
}

.bottle-panel p { color: var(--muted); }

.step {
  min-height: 250px;
  padding: 30px 28px;
  border: 1px solid var(--line);
  border-top: 3px solid rgba(23, 107, 69, 0.52);
  border-radius: 3px;
  background: var(--ivory);
  box-shadow: var(--shadow-sm);
}

.step-number {
  display: block;
  margin-bottom: 17px;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.step h3 {
  margin-bottom: 10px;
  color: var(--green-dark);
  font-size: 19px;
  line-height: 1.35;
}

.step p { margin-bottom: 0; color: var(--muted); font-size: 14px; }

.questionnaire-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 32px 36px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(217, 234, 223, 0.72);
}

.questionnaire-copy p { max-width: 680px; color: #536056; }

.questionnaire-title-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(49, 85, 47, 0.35);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
}

.questionnaire-title-link:hover {
  text-decoration-color: currentColor;
}

.contact-section {
  padding: 48px 0;
  background: var(--ivory);
}

.contact-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  align-items: center;
  gap: 44px;
  max-width: none;
  margin: 0;
  padding: 48px 52px;
  overflow: hidden;
  border: 0;
  border-radius: 4px;
  background: var(--green-dark);
  box-shadow: none;
}

.contact-card::after {
  content: "";
  position: absolute;
  inset-inline-end: -6%;
  bottom: -20%;
  width: 48%;
  height: 135%;
  background: url('assets/generated/conversation-support.webp') center / contain no-repeat;
  opacity: 0.2;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(ellipse at 50% 50%, #000 30%, transparent 68%);
  mask-image: radial-gradient(ellipse at 50% 50%, #000 30%, transparent 68%);
}

.contact-copy,
.callback-form { position: relative; z-index: 1; }

.contact-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  line-height: 1.08;
}

.contact-copy > p {
  max-width: 440px;
  margin: 16px 0 0;
  color: rgba(247, 241, 228, 0.82);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
}

.big-phone {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
  color: #E7C86A;
  font-size: clamp(1.7rem, 3vw, 2.1rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.big-phone svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-copy .contact-hours { margin-top: 26px; font-size: 0.9rem; }

.callback-form {
  max-width: none;
  margin: 0;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.06);
}

.callback-form label { display: block; margin-top: 16px; color: rgba(247, 241, 228, 0.82); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; }
.callback-form label:first-child { margin-top: 0; }
.callback-form input,
.callback-form select { width: 100%; height: auto; box-sizing: border-box; margin-top: 7px; padding: 13px 15px; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 2px; background: #f7f1e4; color: var(--ink); font: inherit; font-size: 0.94rem; }
.callback-form input:focus,
.callback-form select:focus { outline: none; border-color: #E7C86A; }
.callback-form .button-consultation { width: 100%; margin-top: 24px; padding: 15px 20px; border: 0; border-radius: 2px; background: #E7C86A; color: var(--green-dark); font-weight: 700; }

.medical-note {
  max-width: 610px;
  margin: 25px auto 0;
  color: var(--muted);
  font-size: 12px;
}

.site-footer {
  padding: 11px 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px 18px;
  flex-wrap: wrap;
  text-align: center;
}

.footer-copyright { flex: 0 0 100%; text-align: left; }

.footer-life-link { display: inline-flex; align-items: center; gap: 8px; color: #435247; text-decoration: none; font-size: 11px; font-weight: 600; }
.footer-life-logo { display: none; }
.footer-life-link:hover { color: var(--green-dark); }

@media (max-width: 830px) {
  .header-inner { min-height: 52px; padding: 7px 0; align-items: center; }
  .nav { display: none; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; min-height: 32px; padding: 6px 10px; border: 1px solid rgba(23, 107, 69, 0.3); border-radius: 3px; background: var(--ivory); color: var(--green-dark); font: 600 12px/1 'IBM Plex Sans', Arial, sans-serif; }
  .mobile-nav { width: min(100% - 48px, 1240px); margin: 0 auto; padding: 6px 0 12px; border-top: 1px solid var(--line); }
  .site-header.mobile-menu-open .mobile-nav { display: grid; }
  .mobile-nav > a,
  .mobile-nav summary { display: block; padding: 10px 2px; border-bottom: 1px solid var(--line); color: var(--green-dark); font-size: 13px; font-weight: 600; text-decoration: none; list-style: none; cursor: pointer; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary::after { content: "+"; float: right; font-size: 17px; font-weight: 400; line-height: .7; }
  .mobile-nav details[open] summary::after { content: "−"; }
  .mobile-nav details div { padding: 2px 0 5px 13px; }
  .mobile-nav details div a { display: block; padding: 7px 2px; color: var(--muted); font-size: 12px; text-decoration: none; }
  .mobile-nav .life-switch { display: flex; width: fit-content; margin-top: 10px; border-bottom: 0; }
  .hero { grid-template-columns: 1fr; gap: 0; min-height: auto; padding: 36px 0 38px; }
  .hero.hero-no-illustration { grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding: 10px 0; }
  .hero-portrait { width: min(100%, 250px); margin: 2px auto 0; justify-self: center; }
  .hero-image { margin-top: -14px; }
  .hero-sketches { min-height: 430px; margin-top: 8px; }
  #process .shell { grid-template-columns: 1fr; gap: 0; }
  #process .section-intro { grid-column: auto; }
  .conversation-illustration { width: min(100%, 560px); margin: 0 auto 22px; }
  .method-panel { grid-template-columns: 1fr; gap: 28px; padding: 30px 26px; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 0; }
  .bottle-panel { min-height: 0; padding: 30px 28px; }
  .bottle-panel > div { max-width: 100%; margin-left: 0; }
  .bottle-panel img { position: static; display: block; width: min(100%, 420px); max-height: none; margin: 24px auto 0; opacity: 1; mix-blend-mode: normal; -webkit-mask-image: none; mask-image: none; }
  .about-grid, .use-panel { grid-template-columns: 1fr; gap: 28px; }
  .course-layout { grid-template-columns: 1fr; gap: 28px; }
  .course-image { width: min(100%, 560px); margin: 0 auto; }
  .review-grid { grid-template-columns: 1fr; }
  .reviews-layout { grid-template-columns: 250px minmax(0, 1fr); gap: 22px; }
  .use-panel { padding: 30px 28px; }
  .questionnaire-panel { grid-template-columns: 1fr; padding: 30px 26px; }
  .form-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 28px, 1160px); }
.header-inner { display: flex; min-height: 48px; align-items: center; justify-content: space-between; padding: 5px 0; }
  .brand { display: block; margin: 0; }
  .brand-logo { width: 120px; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; min-height: 30px; padding: 5px 9px; border: 1px solid rgba(23, 107, 69, 0.3); border-radius: 3px; background: var(--ivory); color: var(--green-dark); font: 600 12px/1 'IBM Plex Sans', Arial, sans-serif; }
  .course-banner { overflow: hidden; }
  .course-banner-inner { min-height: 24px; justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; padding: 3px 0; font-size: 10px; white-space: nowrap; scrollbar-width: none; }
  .course-banner-inner::-webkit-scrollbar { display: none; }
  .mobile-nav { width: min(100% - 28px, 1160px); padding: 5px 0 10px; }
  .hero-copy { padding: 8px 0 4px; }
  .lead { font-size: 15px; }
  body { font-size: 14px; }
  .content-section { padding: 40px 0; }
  .contact-section { padding: 24px 0; }
  .reviews-layout { grid-template-columns: 1fr; gap: 8px; }
  .review-joy-illustration { position: static; width: 205px; margin: 0 auto 8px; }
  .portrait-card img { aspect-ratio: auto; -webkit-mask-image: none; mask-image: none; }
  .method-panel { padding: 24px 18px; }
  .contact-card { padding: 24px 18px; }
  .contact-card { text-align: left; }
  .phone { font-size: 20px; }
}

@media (max-width: 830px) {
  .contact-card { grid-template-columns: 1fr; padding: 40px; }
}

@media (max-width: 560px) {
  .contact-card { padding: 24px 18px; }
}
