@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Prata&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --cream: #FBF7EF;
  --warm-cream: #F4EBDD;
  --dark:  #1C1814;
  --body:  #4A4440;
  --muted: #8C7C6F;
  --border:#E7DCCF;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  background: var(--cream);
  color: var(--dark);
  line-height: 1.7;
}

a { text-decoration: none; color: inherit; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* ── NAV ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 32px;
  background: var(--cream);
  border-bottom: 1px solid var(--border);
}

.nav__logo {
  font-family: 'Prata', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 300;
  color: var(--dark);
}

.nav__links {
  display: flex; gap: 28px; list-style: none;
}

.nav__links a {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--body);
  transition: color 0.2s;
}
.nav__links a:hover { color: var(--dark); }

.nav__book {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dark);
  border-bottom: 1px solid var(--dark);
  padding-bottom: 1px;
}

/* ── HERO ── */
.hero {
  margin-top: 61px;
  min-height: min(760px, calc(100vh - 61px));
  position: relative;
  overflow: hidden;
  background: var(--warm-cream);
  display: grid;
  grid-template-columns: minmax(420px, 0.94fr) minmax(420px, 0.82fr);
  gap: clamp(56px, 7vw, 112px);
  align-items: stretch;
  padding: clamp(56px, 7vw, 96px) clamp(64px, 8vw, 128px);
  border-bottom: 1px solid var(--border);
}

.hero::before,
.hero::after { content: none; }

.hero--portrait {
  background: var(--warm-cream);
}

.hero__content {
  align-self: center;
  max-width: 560px;
}

.hero__eyebrow {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 28px;
}

.hero__title {
  font-family: 'Prata', sans-serif;
  font-size: clamp(2.45rem, 4.2vw, 4.6rem);
  font-weight: 200;
  line-height: 1.04;
  color: var(--dark);
  margin-bottom: 24px;
}

.hero__title em {
  font-style: italic;
}

.hero__intro {
  max-width: 440px;
  font-size: 0.9rem;
  line-height: 1.85;
  color: var(--body);
  margin-bottom: 30px;
}

.hero__media {
  width: 100%;
  height: 100%;
  min-height: 560px;
  overflow: hidden;
  background: #d5cbc1;
  border: 1px solid rgba(28, 24, 20, 0.08);
  align-self: stretch;
}

.hero--portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
}

.hero__quote {
  max-width: 360px;
  padding-left: 18px;
  border-left: 1px solid var(--border);
  text-align: left;
  margin-bottom: 32px;
}

.hero__quote p {
  font-family: 'Prata', sans-serif;
  font-size: 1.15rem;
  font-weight: 200;
  font-style: italic;
  line-height: 1.55;
  color: var(--dark);
  margin-bottom: 12px;
}

.hero__quote span {
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.hero__scroll {
  position: relative; z-index: 2;
  display: flex; flex-direction: column;
  align-items: center; gap: 8px;
  color: var(--dark);
}

.hero__scroll-circle {
  width: 40px; height: 40px;
  border: 1px solid var(--dark);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}

.hero__scroll-arrow {
  width: 10px; height: 10px;
  border-right: 1px solid var(--dark);
  border-bottom: 1px solid var(--dark);
  transform: rotate(45deg) translateY(-2px);
}

/* ── ZURAGTAI QUOTE — Hadda: зураг + quote хажуу тийш ── */
.img-quote {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--border);
}

.img-quote__img {
  aspect-ratio: 4/5;
  background: #C8C0B4;
  overflow: hidden;
  position: relative;
}

.img-quote__img img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: center;
}

.img-quote__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 72px;
  background: var(--cream);
  gap: 0;
}

.img-quote__quote {
  font-family: 'Prata', sans-serif;
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  font-weight: 200;
  font-style: italic;
  line-height: 1.65;
  color: var(--dark);
  margin-bottom: 24px;
}

.img-quote__author {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ── FULL WIDTH IMAGE ── */
.full-img {
  width: 100%;
  aspect-ratio: 16/7;
  max-height: 480px;
  background: #C8C0B4;
  overflow: hidden;
  position: relative;
}

.full-img img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: center 40%;
}

/* ── TEXT BLOCK — Hadda: зургийн доор текст, centered ── */
.text-block {
  padding: 72px 48px;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}

.text-block__tag {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 20px;
}

.text-block__title {
  font-family: 'Prata', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 200;
  line-height: 1.2;
  color: var(--dark);
  margin-bottom: 20px;
}
.text-block__title em { font-style: italic; }

.text-block__body {
  font-size: 0.88rem;
  line-height: 1.85;
  color: var(--body);
  margin-bottom: 28px;
}

.text-block__link {
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--dark);
  border-bottom: 1px solid var(--dark);
  padding-bottom: 2px;
  display: inline-block;
  transition: opacity 0.2s;
}
.text-block__link:hover { opacity: 0.55; }

/* ── SIDE BY SIDE IMAGES — Hadda стиль ── */
.side-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.side-imgs__img {
  aspect-ratio: 4/5;
  background: #C8C0B4;
  overflow: hidden;
}

.side-imgs__img img {
  width: 100%; height: 100%; object-fit: cover;
}

/* ── SERVICE GRID — Hadda: зураг + нэр + link ── */
.services-section {
  padding: 0 0 80px;
}

.services-section__header {
  padding: 72px 48px 48px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid var(--border);
}

.services-section__title {
  font-family: 'Prata', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 200;
  color: var(--dark);
}
.services-section__title em { font-style: italic; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--border);
}

.svc {
  border-right: 1px solid var(--border);
  padding: 40px 36px 48px;
  display: block;
  text-decoration: none;
  transition: background 0.2s;
}
.svc:last-child { border-right: none; }
.svc:hover { background: #F0EDE6; }

.svc__img {
  width: 100%;
  aspect-ratio: 4/3;
  background: #D0C8BC;
  margin-bottom: 24px;
  overflow: hidden;
}

.svc__img img { width: 100%; height: 100%; object-fit: cover; }

.svc__name {
  font-family: 'Prata', sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  color: var(--dark);
  margin-bottom: 8px;
  line-height: 1.3;
}

.svc__dur {
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
}

.svc__desc {
  font-size: 0.8rem;
  line-height: 1.75;
  color: var(--body);
  margin-bottom: 20px;
}

.svc__link {
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dark);
  border-bottom: 1px solid var(--dark);
  padding-bottom: 1px;
}

/* ── TRAININGS ── */
.trainings-section {
  border-top: 1px solid var(--border);
}

.trainings-section__header {
  padding: 72px 48px 48px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.trainings-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.training {
  border-top: 1px solid var(--border);
  border-right: 1px solid var(--border);
  padding: 44px 44px 52px;
  display: block;
  text-decoration: none;
  transition: background 0.2s;
}
.training:nth-child(2n) { border-right: none; }
.training:hover { background: #F0EDE6; }

.training__img {
  aspect-ratio: 4 / 3;
  margin: -44px -44px 36px;
  overflow: hidden;
  background: #D8D0C4;
  border-bottom: 1px solid var(--border);
}

.training__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.training__num {
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  color: var(--muted);
  margin-bottom: 20px;
}

.training__name {
  font-family: 'Prata', sans-serif;
  font-size: 1.3rem;
  font-weight: 200;
  color: var(--dark);
  line-height: 1.3;
  margin-bottom: 10px;
}
.training__name em { font-style: italic; }

.training__meta {
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 14px;
}

.training__desc {
  font-size: 0.8rem;
  line-height: 1.75;
  color: var(--body);
}

/* ── TESTIMONIAL — cream фон, centered ── */
.testimonial {
  padding: 100px 48px;
  text-align: center;
  border-top: 1px solid var(--border);
}

.testimonial__quote {
  font-family: 'Prata', sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  font-weight: 200;
  font-style: italic;
  line-height: 1.65;
  color: var(--dark);
  max-width: 640px;
  margin: 0 auto 20px;
}

.testimonial__author {
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ── CTA ── */
.cta {
  padding: 80px 48px;
  text-align: center;
  border-top: 1px solid var(--border);
}

.cta__title {
  font-family: 'Prata', sans-serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 200;
  color: var(--dark);
  line-height: 1.15;
  margin-bottom: 32px;
}
.cta__title em { font-style: italic; }

.btn {
  font-family: 'Inter', sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 300;
  padding: 14px 36px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.2s;
  border: 1px solid var(--dark);
  background: transparent;
  color: var(--dark);
  margin: 6px;
}
.btn:hover { background: var(--dark); color: var(--cream); }

.btn--filled { background: var(--dark); color: var(--cream); }
.btn--filled:hover { background: #2E2820; }

/* ── FOOTER ── */
.footer {
  padding: 56px 48px 36px;
  border-top: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.footer__logo {
  font-family: 'Prata', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 300;
  color: var(--dark);
}

.footer__links {
  display: flex; gap: 28px; list-style: none; flex-wrap: wrap; justify-content: center;
}

.footer__links a {
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  transition: color 0.2s;
}
.footer__links a:hover { color: var(--dark); }

.footer__contact {
  max-width: 760px;
  text-align: center;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
  color: var(--body);
}

.footer__contact a {
  border-bottom: 1px solid rgba(28,24,20,0.3);
  transition: border-color 0.2s, color 0.2s;
}

.footer__contact a:hover {
  color: var(--dark);
  border-color: var(--dark);
}

.footer__copy {
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  color: var(--muted);
}

/* ── PAGE HERO ── */
.page-hero {
  padding: 140px 48px 72px;
  border-bottom: 1px solid var(--border);
}

.page-hero__tag {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 20px;
}

.page-hero__title {
  font-family: 'Prata', sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 200;
  color: var(--dark);
  line-height: 1.1;
  margin-bottom: 20px;
}
.page-hero__title em { font-style: italic; }

.page-hero__sub {
  font-size: 0.88rem;
  line-height: 1.85;
  color: var(--body);
  max-width: 480px;
}

/* ── INNER SECTIONS ── */
.section { padding: 72px 48px; }
.section--border { border-top: 1px solid var(--border); }

.section__tag {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 16px;
}

.section__title {
  font-family: 'Prata', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 200;
  color: var(--dark);
  line-height: 1.15;
  margin-bottom: 24px;
}
.section__title em { font-style: italic; }

.section__body {
  font-size: 0.86rem;
  line-height: 1.9;
  color: var(--body);
  max-width: 520px;
}

/* ── CONTACT ── */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px;
}

.info-item {
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}
.info-item:first-child { border-top: 1px solid var(--border); }

.info-item__label {
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}

.info-item__value {
  font-size: 0.88rem;
  color: var(--dark);
  line-height: 1.7;
}

.form-field { margin-bottom: 24px; }

.form-field label {
  display: block;
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}

.form-field input,
.form-field textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--border);
  padding: 10px 0;
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  font-weight: 300;
  color: var(--dark);
  outline: none;
  transition: border-color 0.2s;
}
.form-field input:focus,
.form-field textarea:focus { border-bottom-color: var(--dark); }
.form-field textarea { height: 120px; resize: none; }

/* ── STATS ── */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.stat {
  padding: 48px 32px;
  text-align: center;
  border-right: 1px solid var(--border);
}
.stat:last-child { border-right: none; }

.stat__num {
  font-family: 'Prata', sans-serif;
  font-size: 2.8rem;
  font-weight: 200;
  color: var(--dark);
  line-height: 1;
  margin-bottom: 10px;
}

.stat__label {
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ── EXP LIST ── */
.exp-list { list-style: none; }
.exp-list li {
  display: flex; gap: 32px; align-items: baseline;
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.86rem;
}
.exp-list li:first-child { border-top: 1px solid var(--border); }
.exp-place {
  font-size: 0.6rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--muted); min-width: 80px;
}
.exp-text { color: var(--body); line-height: 1.7; }

/* ── PROGRAM LAYOUT ── */
.program {
  border-top: 1px solid var(--border);
  display: grid;
  grid-template-columns: 280px 1fr;
}

.program__side {
  padding: 48px 36px;
  border-right: 1px solid var(--border);
  display: flex; flex-direction: column; justify-content: space-between;
}

.program__main { padding: 48px 56px; }

.program__intro {
  font-size: 0.86rem;
  line-height: 1.9;
  color: var(--body);
  margin-bottom: 28px;
}

.program__num {
  font-size: 0.58rem; letter-spacing: 0.18em;
  color: var(--muted); margin-bottom: 16px;
}

.program__title {
  font-family: 'Prata', sans-serif;
  font-size: 1.5rem; font-weight: 200;
  color: var(--dark); line-height: 1.25; margin-bottom: 20px;
}
.program__title em { font-style: italic; }

.program__meta {
  font-size: 0.62rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--muted); line-height: 1.9;
}

.program__outcomes { list-style: none; margin-bottom: 28px; }
.program__outcomes--columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 36px;
  max-width: 960px;
}
.program__outcomes li {
  font-size: 0.84rem; line-height: 1.8;
  color: var(--body); padding: 8px 0 8px 16px;
  border-bottom: 1px solid var(--border); position: relative;
}
.program__outcomes li::before {
  content: '—'; position: absolute; left: 0; color: var(--muted);
}
.program__outcomes li:last-child { border-bottom: none; }

.program__curr-label {
  font-size: 0.58rem; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 10px;
}

.program__curr {
  font-size: 0.82rem; line-height: 1.85; color: var(--muted);
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .nav {
    display: block;
    padding: 16px 20px 14px;
  }
  .nav__logo {
    display: block;
    margin-bottom: 18px;
  }
  .nav__links {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: left;
  }
  .nav__links a,
  .nav__book {
    font-size: 0.56rem;
    letter-spacing: 0.11em;
  }
  .nav__book { display: none; }
  .hero {
    margin-top: 198px;
    min-height: 0;
    max-height: none;
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 42px 24px 48px;
  }
  .hero__content {
    max-width: none;
  }
  .hero__eyebrow {
    margin-bottom: 22px;
  }
  .hero__title {
    font-size: 2.55rem;
    line-height: 1.06;
    margin-bottom: 20px;
  }
  .hero__intro {
    font-size: 0.86rem;
    margin-bottom: 24px;
  }
  .hero__quote {
    max-width: none;
    margin-bottom: 26px;
  }
  .hero__actions {
    gap: 8px;
  }
  .hero__media {
    min-height: 430px;
    order: -1;
  }
  .hero--portrait img { object-position: center 30%; }
  .img-quote { grid-template-columns: 1fr; }
  .img-quote__text { padding: 48px 24px; }
  .side-imgs { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .trainings-grid { grid-template-columns: 1fr; }
  .training { border-right: none; }
  .section { padding: 56px 24px; }
  .services-section__header { padding: 56px 24px 36px; flex-direction: column; align-items: flex-start; gap: 16px; }
  .trainings-section__header { padding: 56px 24px 36px; flex-direction: column; align-items: flex-start; gap: 16px; }
  .text-block { padding: 56px 24px; }
  .testimonial { padding: 72px 24px; }
  .cta { padding: 72px 24px; }
  .footer { padding: 48px 24px 28px; }
  .page-hero { padding: 258px 24px 56px; }
  .contact-layout { grid-template-columns: 1fr; gap: 48px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat { border-bottom: 1px solid var(--border); }
  .program { grid-template-columns: 1fr; }
  .program__side { border-right: none; border-bottom: 1px solid var(--border); }
  .program__main { padding: 40px 24px; }
  .program__outcomes--columns { grid-template-columns: 1fr; }
  .full-img { aspect-ratio: 4/3; }
}

/* ── PREMIUM UI SYSTEM OVERRIDES ── */
:root {
  --cream: #FAF6F0;
  --warm-cream: #F4EADF;
  --card: #FFFDFC;
  --dark: #1F1A17;
  --body: #4D423C;
  --muted: #76685F;
  --soft: #D8B7A3;
  --gold: #B89B68;
  --border: rgba(31, 26, 23, 0.08);
  --shadow: 0 20px 60px rgba(45, 33, 25, 0.08);
  --shadow-soft: 0 10px 30px rgba(45, 33, 25, 0.055);
  --radius: 24px;
  --max: 1220px;
}

body {
  background:
    radial-gradient(circle at 10% 6%, rgba(216, 183, 163, 0.16), transparent 30%),
    linear-gradient(180deg, #FAF6F0 0%, #F8F3EC 100%);
  color: var(--dark);
}

body::selection {
  background: rgba(216, 183, 163, 0.42);
}

.nav {
  padding: 18px clamp(24px, 4.8vw, 72px);
  background: rgba(250, 246, 240, 0.86);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}

.nav__logo,
.footer__logo {
  font-family: 'Prata', sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.32em;
  color: var(--dark);
}

.nav__links {
  gap: clamp(22px, 3vw, 42px);
}

.nav__links a,
.footer__links a {
  color: var(--muted);
  font-weight: 400;
  letter-spacing: 0.13em;
}

.nav__links a[aria-current="page"] {
  color: var(--dark);
}

.nav__book {
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 11px 18px;
  color: var(--dark);
  background: rgba(255, 253, 252, 0.72);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.nav__book:hover {
  background: var(--dark);
  border-color: var(--dark);
  color: var(--cream);
  transform: translateY(-1px);
}

.hero {
  max-width: var(--max);
  margin: 88px auto 0;
  min-height: min(720px, calc(100vh - 118px));
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.82fr);
  gap: clamp(46px, 6vw, 96px);
  padding: clamp(54px, 7vw, 86px) clamp(24px, 4vw, 44px);
  background: transparent;
  border-bottom: none;
  overflow: visible;
}

.hero__content {
  max-width: 610px;
}

.hero__eyebrow,
.text-block__tag,
.section__tag,
.page-hero__tag,
.program__curr-label {
  color: var(--gold);
  font-weight: 500;
  letter-spacing: 0.2em;
}

.hero__title {
  font-size: clamp(3rem, 5vw, 5.35rem);
  line-height: 0.98;
  letter-spacing: 0;
  margin-bottom: 28px;
}

.hero__intro {
  max-width: 500px;
  font-size: 1rem;
  line-height: 1.9;
  color: var(--body);
}

.hero__quote {
  max-width: 430px;
  border-left: 1px solid rgba(184, 155, 104, 0.42);
  padding: 3px 0 3px 20px;
  margin-bottom: 30px;
}

.hero__quote p {
  font-size: 1.04rem;
  line-height: 1.62;
  color: var(--body);
}

.hero__media {
  min-height: 610px;
  border-radius: 28px;
  border: 1px solid rgba(31, 26, 23, 0.1);
  box-shadow: var(--shadow);
  background: #CFC4BB;
  position: relative;
}

.hero__media::before {
  content: '';
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 253, 252, 0.48);
  border-radius: 22px;
  z-index: 1;
  pointer-events: none;
}

.hero--portrait img {
  object-position: center 29%;
  filter: saturate(0.98) contrast(0.98);
}

.btn {
  min-height: 48px;
  padding: 15px 24px;
  border-radius: 999px;
  border: 1px solid rgba(31, 26, 23, 0.16);
  background: rgba(255, 253, 252, 0.55);
  color: var(--dark);
  font-weight: 500;
  letter-spacing: 0.13em;
  box-shadow: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  background: rgba(255, 253, 252, 0.95);
  border-color: rgba(31, 26, 23, 0.28);
  color: var(--dark);
}

.btn--filled {
  background: var(--dark);
  border-color: var(--dark);
  color: var(--cream);
}

.btn--filled:hover {
  background: #2A211D;
  color: var(--cream);
}

.pathways {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 34px 0 104px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.pathways .text-block {
  max-width: none;
  margin: 0;
  padding: clamp(36px, 4vw, 52px);
  text-align: left;
  background: rgba(255, 253, 252, 0.74);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.pathways .text-block:hover {
  transform: translateY(-3px);
  border-color: rgba(184, 155, 104, 0.28);
}

.pathways .text-block__title {
  font-size: clamp(2rem, 3vw, 3.05rem);
}

.text-block {
  padding: 96px 24px;
}

.text-block__title,
.services-section__title,
.section__title,
.page-hero__title,
.cta__title {
  font-size: clamp(2.1rem, 3.8vw, 4rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.text-block__body,
.section__body,
.page-hero__sub {
  color: var(--body);
  font-size: 0.98rem;
  line-height: 1.9;
}

.text-block__link,
.svc__link {
  color: var(--dark);
  border-bottom-color: rgba(184, 155, 104, 0.75);
  font-weight: 500;
}

.services-section,
.trainings-section,
.section,
.cta,
.testimonial {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.services-section,
.trainings-section {
  padding: 0 0 108px;
  border-top: none;
}

.services-section__header,
.trainings-section__header {
  padding: 0 0 34px;
  border-bottom: none;
}

.services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  border-top: none;
}

.svc {
  min-height: 100%;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: rgba(255, 253, 252, 0.82);
  padding: 32px;
  box-shadow: 0 14px 42px rgba(45, 33, 25, 0.045);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.svc:hover {
  background: var(--card);
  border-color: rgba(184, 155, 104, 0.32);
  transform: translateY(-3px);
}

.svc__name {
  font-size: 1.35rem;
  margin-bottom: 12px;
}

.svc__dur,
.training__meta,
.program__meta {
  color: var(--gold);
  font-weight: 500;
}

.svc__desc {
  font-size: 0.88rem;
  color: var(--body);
  flex: 1;
}

.trainings-grid {
  gap: 20px;
}

.training {
  border: 1px solid var(--border);
  border-radius: 24px;
  background: rgba(255, 253, 252, 0.86);
  overflow: hidden;
  padding: 0 34px 34px;
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.training:hover {
  background: var(--card);
  border-color: rgba(184, 155, 104, 0.32);
  transform: translateY(-3px);
}

.training__img {
  margin: 0 -34px 30px;
  border-bottom: 1px solid var(--border);
  background: var(--warm-cream);
}

.training__num {
  color: var(--gold);
  font-weight: 500;
}

.training__name {
  font-size: 1.65rem;
}

.training__desc {
  color: var(--body);
  font-size: 0.9rem;
}

.testimonial {
  border-top: none;
  margin-bottom: 0;
  padding: 84px clamp(28px, 6vw, 92px);
  background: linear-gradient(135deg, rgba(255, 253, 252, 0.9), rgba(244, 234, 223, 0.86));
  border: 1px solid var(--border);
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
}

.testimonial__quote {
  max-width: 790px;
  color: var(--dark);
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
}

.cta {
  margin-top: 96px;
  margin-bottom: 96px;
  padding: 88px 28px;
  border-top: none;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(31, 26, 23, 0.94), rgba(62, 49, 42, 0.94)),
    var(--dark);
  color: var(--cream);
}

.cta__title {
  color: var(--cream);
}

.cta p {
  color: rgba(250, 246, 240, 0.78) !important;
}

.cta .btn {
  background: transparent;
  border-color: rgba(250, 246, 240, 0.32);
  color: var(--cream);
}

.cta .btn--filled {
  background: var(--cream);
  color: var(--dark);
  border-color: var(--cream);
}

.footer {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  border-top: 1px solid var(--border);
}

.page-hero {
  width: min(var(--max), calc(100% - 48px));
  margin: 88px auto 0;
  padding: 92px 0 76px;
  border-bottom: none;
}

.page-hero__title {
  max-width: 740px;
}

.section {
  padding: 92px 0;
}

.section--border {
  border-top: 1px solid var(--border);
}

.stats {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto 32px;
  border: 1px solid var(--border);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 253, 252, 0.76);
}

.stat {
  border-right: 1px solid var(--border);
}

.program {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto 22px;
  border: 1px solid var(--border) !important;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 253, 252, 0.84);
  box-shadow: 0 16px 50px rgba(45, 33, 25, 0.045);
}

.program__side {
  background: linear-gradient(180deg, rgba(244, 234, 223, 0.72), rgba(255, 253, 252, 0.58));
  border-right: 1px solid var(--border);
}

.program__title {
  font-size: 1.85rem;
}

.program__main {
  padding: 48px clamp(32px, 5vw, 64px);
}

.program__outcomes li {
  border-bottom-color: var(--border);
  color: var(--body);
}

.contact-layout {
  align-items: start;
}

.form-field input,
.form-field textarea {
  background: rgba(255, 253, 252, 0.72);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 14px 16px;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: rgba(184, 155, 104, 0.56);
  background: var(--card);
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .hero__media {
    min-height: 460px;
    order: 0;
  }
  .services-grid,
  .trainings-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .nav {
    position: sticky;
    display: grid;
    gap: 14px;
    padding: 16px 20px;
  }
  .nav__logo {
    margin-bottom: 0;
  }
  .nav__links {
    grid-template-columns: repeat(4, max-content);
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 2px;
  }
  .hero {
    width: min(100% - 32px, var(--max));
    margin-top: 28px;
    padding: 0 0 54px;
    gap: 32px;
  }
  .hero__media {
    min-height: 360px;
    order: 0;
    border-radius: 22px;
  }
  .hero__media::before {
    inset: 12px;
    border-radius: 18px;
  }
  .hero--portrait img {
    object-position: center 26%;
  }
  .hero__content {
    padding: 0 2px;
  }
  .hero__title {
    font-size: clamp(2.25rem, 13vw, 3.15rem);
  }
  .hero__intro {
    max-width: none;
  }
  .hero__actions .btn,
  .cta .btn {
    width: 100%;
    text-align: center;
  }
  .pathways,
  .services-section,
  .trainings-section,
  .section,
  .cta,
  .testimonial,
  .footer,
  .page-hero,
  .stats,
  .program {
    width: min(100% - 32px, var(--max));
  }
  .pathways {
    grid-template-columns: 1fr;
    padding: 12px 0 72px;
  }
  .pathways .text-block {
    padding: 30px 24px;
  }
  .services-grid,
  .trainings-grid {
    grid-template-columns: 1fr;
  }
  .services-section,
  .trainings-section {
    padding-bottom: 72px;
  }
  .testimonial {
    padding: 56px 24px;
  }
  .cta {
    margin-top: 64px;
    margin-bottom: 64px;
    padding: 64px 22px;
  }
  .page-hero {
    margin-top: 24px;
    padding: 64px 0 48px;
  }
  .stats {
    grid-template-columns: 1fr 1fr;
  }
  .program {
    grid-template-columns: 1fr;
  }
  .program__side {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }
  .program__main,
  .program__side {
    padding: 30px 24px;
  }
}

/* ── STRONGER EDITORIAL ACADEMY PASS ── */
:root {
  --cream: #F9F3EB;
  --warm-cream: #EFE3D6;
  --card: #FFFDF9;
  --dark: #1B1512;
  --body: #4A3E37;
  --muted: #75675F;
  --soft: #CFA58F;
  --gold: #A98655;
  --line: rgba(27, 21, 18, 0.1);
  --border: rgba(27, 21, 18, 0.09);
  --shadow: 0 26px 80px rgba(32, 22, 16, 0.13);
  --shadow-soft: 0 18px 52px rgba(32, 22, 16, 0.075);
}

body {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.36) 0 1px, transparent 1px) center / 120px 120px,
    radial-gradient(circle at 84% 12%, rgba(207, 165, 143, 0.18), transparent 34%),
    linear-gradient(180deg, #F9F3EB 0%, #F6EEE5 100%);
  color: var(--dark);
}

.nav {
  height: 84px;
  padding-inline: clamp(28px, 5vw, 84px);
  background: rgba(249, 243, 235, 0.9);
}

.nav__logo {
  font-size: 0.78rem;
}

.nav__book {
  min-width: 128px;
  text-align: center;
  box-shadow: 0 12px 36px rgba(32, 22, 16, 0.055);
}

.hero {
  max-width: 1320px;
  min-height: min(760px, calc(100vh - 104px));
  margin-top: 104px;
  grid-template-columns: minmax(0, 0.98fr) minmax(440px, 0.9fr);
  gap: clamp(54px, 7vw, 116px);
  padding: 40px clamp(24px, 4vw, 52px) 78px;
  position: relative;
}

.hero::before {
  content: '';
  position: absolute;
  left: clamp(24px, 4vw, 52px);
  right: clamp(24px, 4vw, 52px);
  top: 16px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(169, 134, 85, 0.42), transparent);
}

.hero__content {
  max-width: 640px;
  position: relative;
  padding-left: clamp(0px, 2vw, 28px);
}

.hero__eyebrow {
  margin-bottom: 34px;
  color: var(--gold);
}

.hero__title {
  font-size: clamp(3.65rem, 5.6vw, 6.7rem);
  line-height: 0.92;
  max-width: 680px;
  margin-bottom: 34px;
}

.hero__intro {
  max-width: 520px;
  font-size: 1.03rem;
  line-height: 1.95;
  margin-bottom: 34px;
}

.hero__quote {
  max-width: 470px;
  padding: 16px 0 16px 24px;
  border-left: 2px solid rgba(169, 134, 85, 0.5);
  background: linear-gradient(90deg, rgba(255, 253, 249, 0.62), transparent);
}

.hero__media {
  height: min(650px, calc(100vh - 190px));
  min-height: 650px;
  border-radius: 34px;
  border: 1px solid rgba(255, 253, 249, 0.72);
  outline: 1px solid rgba(27, 21, 18, 0.08);
  outline-offset: -10px;
  box-shadow: 0 34px 90px rgba(32, 22, 16, 0.2);
}

.hero__media::before {
  inset: 22px;
  border-radius: 24px;
  border-color: rgba(255, 253, 249, 0.58);
}

.hero__media::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(0deg, rgba(27, 21, 18, 0.16), transparent);
  pointer-events: none;
}

.hero--portrait img {
  object-position: center 30%;
  transform: scale(1.025);
}

.hero__actions {
  margin-top: 8px;
}

.btn {
  min-height: 52px;
  padding-inline: 30px;
  border-radius: 0;
  letter-spacing: 0.14em;
}

.btn--filled {
  box-shadow: 0 16px 34px rgba(27, 21, 18, 0.18);
}

.pathways {
  max-width: 1240px;
  padding-top: 20px;
}

.pathways .text-block {
  min-height: 350px;
  padding: clamp(42px, 5vw, 64px);
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.pathways .text-block::before,
.svc::before,
.training::before {
  content: '';
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), rgba(207, 165, 143, 0.18));
  opacity: 0.72;
}

.pathways .text-block__title {
  font-size: clamp(2.65rem, 3.8vw, 4.5rem);
}

.services-section__header,
.trainings-section__header {
  align-items: end;
  padding-bottom: 44px;
}

.services-section__title,
.section__title,
.page-hero__title,
.cta__title {
  font-size: clamp(2.8rem, 4.8vw, 5.6rem);
}

.services-grid {
  gap: 24px;
}

.svc {
  border-radius: 0;
  padding: 38px 36px 34px;
  min-height: 270px;
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.94), rgba(255, 253, 249, 0.72));
}

.svc__name {
  font-size: 1.62rem;
  line-height: 1.14;
}

.svc__dur {
  margin-bottom: 22px;
}

.svc__link {
  margin-top: auto;
  padding-top: 18px;
  border-bottom: none;
  border-top: 1px solid rgba(169, 134, 85, 0.28);
}

.training {
  border-radius: 0;
  padding: 0 38px 38px;
  position: relative;
}

.training__img {
  aspect-ratio: 16 / 9;
  margin: 0 -38px 34px;
}

.training__num {
  font-family: 'Prata', sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1;
  color: rgba(169, 134, 85, 0.82);
}

.training__name {
  font-size: 2rem;
  line-height: 1.08;
}

.training__meta {
  width: fit-content;
  padding: 8px 12px;
  border: 1px solid rgba(169, 134, 85, 0.2);
  background: rgba(249, 243, 235, 0.62);
}

.testimonial {
  border-radius: 0;
  padding-block: 104px;
  position: relative;
}

.testimonial::before {
  content: '"';
  position: absolute;
  top: 18px;
  left: clamp(24px, 5vw, 72px);
  font-family: 'Prata', sans-serif;
  font-size: 9rem;
  line-height: 1;
  color: rgba(169, 134, 85, 0.18);
}

.testimonial__quote {
  font-size: clamp(1.7rem, 2.7vw, 2.65rem);
}

.cta {
  border-radius: 0;
  padding-block: 110px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.04) 0 1px, transparent 1px) center / 90px 90px,
    linear-gradient(135deg, #1B1512, #352720);
  box-shadow: 0 28px 70px rgba(27, 21, 18, 0.22);
}

.footer {
  padding-top: 72px;
}

.page-hero {
  max-width: 1240px;
  padding-top: 110px;
  padding-bottom: 92px;
  border-bottom: 1px solid var(--line);
}

.program {
  border-radius: 0;
  grid-template-columns: 320px minmax(0, 1fr);
  box-shadow: var(--shadow-soft);
}

.program__side {
  padding: 56px 44px;
}

.program__num {
  font-family: 'Prata', sans-serif;
  font-size: 1.65rem;
  letter-spacing: 0;
}

.program__title {
  font-size: 2.15rem;
  line-height: 1.05;
}

.program__main {
  padding-block: 56px;
}

.program__outcomes li {
  padding-block: 11px;
}

.guasha-info {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto 112px;
  padding: clamp(54px, 6.5vw, 92px);
  border: 1px solid var(--border);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.34) 0 1px, transparent 1px) center / 86px 86px,
    linear-gradient(135deg, rgba(255, 253, 249, 0.94), rgba(239, 227, 214, 0.78));
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
}

.guasha-info::before {
  content: '';
  position: absolute;
  top: 0;
  left: clamp(28px, 5vw, 72px);
  right: clamp(28px, 5vw, 72px);
  height: 3px;
  background: linear-gradient(90deg, var(--gold), rgba(207, 165, 143, 0.18));
}

.guasha-info::after {
  content: 'Jenny Academy';
  position: absolute;
  right: clamp(28px, 5vw, 72px);
  bottom: 28px;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(117, 103, 95, 0.28);
}

.guasha-info__intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.guasha-info__tag {
  grid-column: 1 / -1;
  margin: 0 0 -16px;
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
}

.guasha-info__title {
  margin: 0;
  font-family: 'Prata', sans-serif;
  font-size: clamp(3rem, 5.2vw, 5.9rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: 0;
  color: var(--dark);
}

.guasha-info__lead {
  margin: 0;
  max-width: 660px;
  font-size: clamp(1rem, 1.1vw, 1.08rem);
  line-height: 1.9;
  color: var(--body);
}

.guasha-info__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--border);
  background: var(--border);
}

.guasha-card {
  min-height: 286px;
  padding: clamp(30px, 3.4vw, 44px);
  background: rgba(255, 253, 249, 0.91);
  display: flex;
  flex-direction: column;
  position: relative;
}

.guasha-card::after {
  content: '';
  width: 46px;
  height: 1px;
  margin-top: auto;
  background: rgba(169, 134, 85, 0.42);
}

.guasha-card__num {
  margin: 0 0 28px;
  font-family: 'Prata', sans-serif;
  font-size: 1.65rem;
  line-height: 1;
  color: rgba(169, 134, 85, 0.82);
}

.guasha-card__title {
  margin: 0 0 16px;
  font-family: 'Prata', sans-serif;
  font-size: clamp(1.38rem, 1.55vw, 1.72rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0;
  color: var(--dark);
}

.guasha-card__body {
  margin: 0 0 26px;
  max-width: 620px;
  font-size: 0.98rem;
  line-height: 1.82;
  color: var(--muted);
}

.guasha-info__note {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(27, 21, 18, 0.12);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.guasha-info__note p {
  max-width: 860px;
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.85;
  color: var(--body);
}

@media (max-width: 1100px) {
  .hero {
    max-width: min(100% - 48px, 760px);
    margin-top: 104px;
    grid-template-columns: 1fr;
    padding-inline: 0;
  }
  .hero::before {
    left: 0;
    right: 0;
  }
  .hero__media {
    height: 520px;
    min-height: 0;
  }
  .program {
    grid-template-columns: 1fr;
  }
  .guasha-info__intro {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .guasha-info__tag {
    margin-bottom: -8px;
  }
  .guasha-info__lead {
    max-width: 760px;
  }
}

@media (max-width: 768px) {
  .nav {
    height: auto;
  }
  .hero {
    width: min(100% - 32px, 720px);
    margin-top: 34px;
    padding-bottom: 64px;
  }
  .hero__title {
    font-size: clamp(2.65rem, 13vw, 3.65rem);
    line-height: 0.94;
  }
  .hero__intro {
    font-size: 0.96rem;
  }
  .hero__media {
    height: 380px;
    min-height: 0;
    border-radius: 24px;
    order: 0;
  }
  .btn {
    border-radius: 0;
  }
  .pathways .text-block,
  .svc,
  .training,
  .testimonial,
  .cta,
  .program,
  .stats,
  .guasha-info {
    border-radius: 0;
  }
  .guasha-info {
    width: min(100% - 32px, 720px);
    margin-bottom: 72px;
    padding: 38px 22px;
  }
  .guasha-info::after {
    display: none;
  }
  .guasha-info__intro {
    gap: 22px;
    margin-bottom: 28px;
  }
  .guasha-info__title {
    font-size: clamp(2.45rem, 12vw, 3.28rem);
    line-height: 0.98;
  }
  .guasha-info__lead {
    font-size: 0.95rem;
    line-height: 1.78;
  }
  .guasha-info__grid {
    grid-template-columns: 1fr;
  }
  .guasha-card {
    min-height: auto;
    padding: 26px 22px;
  }
  .guasha-card__num {
    margin-bottom: 20px;
    font-size: 1.42rem;
  }
  .guasha-card__title {
    font-size: 1.38rem;
  }
  .guasha-card__body {
    font-size: 0.93rem;
    line-height: 1.74;
  }
  .guasha-info__note {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 24px;
  }
  .pathways .text-block__title {
    font-size: clamp(2.25rem, 11vw, 3.1rem);
  }
  .services-section__title,
  .section__title,
  .page-hero__title,
  .cta__title {
    font-size: clamp(2.35rem, 12vw, 3.4rem);
  }
  .training {
    padding: 0 28px 32px;
  }
  .training__img {
    margin-inline: -28px;
  }
  .program__side,
  .program__main {
    padding: 34px 26px;
  }
}

/* ── CYRILLIC-SAFE TYPOGRAPHY PASS ── */
:root {
  --font-sans: 'Inter', 'Noto Sans', Arial, sans-serif;
  --font-display: 'Prata', 'Inter', sans-serif;
}

body,
button,
input,
textarea {
  font-family: var(--font-sans);
  font-weight: 400;
}

.nav__logo,
.hero__title,
.text-block__title,
.services-section__title,
.section__title,
.page-hero__title,
.svc__name,
.training__name,
.cta__title,
.program__title,
.guasha-info__title,
.guasha-card__title {
  font-family: var(--font-display);
}

.hero__quote p,
.img-quote__quote,
.training__num,
.testimonial__quote,
.stat__num,
.program__num,
.guasha-card__num {
  font-family: var(--font-display);
}

.hero__title {
  max-width: 700px;
  font-size: clamp(3.05rem, 4.72vw, 5.55rem);
  font-weight: 400;
  line-height: 1.09;
  letter-spacing: -0.026em;
  text-wrap: balance;
}

.hero__title em {
  font-style: normal;
  color: inherit;
}

.hero__quote p {
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: -0.01em;
}

.nav__links a,
.nav__book,
.btn,
.text-block__link,
.svc__link,
.hero__eyebrow,
.section__tag,
.text-block__tag,
.guasha-info__tag {
  font-family: var(--font-sans);
  font-weight: 500;
}

.nav__links a,
.nav__book {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.btn {
  font-weight: 600;
  letter-spacing: 0.08em;
}

.text-block__link,
.svc__link {
  letter-spacing: 0.09em;
}

.page-hero__title,
.services-section__title,
.section__title,
.text-block__title,
.training__name,
.cta__title,
.guasha-info__title,
.guasha-card__title,
.program__title {
  font-weight: 400;
  letter-spacing: -0.024em;
}

@media (max-width: 768px) {
  .hero__title {
    font-size: clamp(2.18rem, 9.7vw, 2.92rem);
    line-height: 1.13;
    letter-spacing: -0.024em;
  }

  .nav__links a,
  .nav__book {
    letter-spacing: 0.06em;
  }

  .btn {
    letter-spacing: 0.065em;
  }
}

/* ── PHASE 3 MINIMAL EDITORIAL REDESIGN: layout only, image slots only ── */
:root {
  --phase-ivory: #FBF7EF;
  --phase-cream: #F3E8DC;
  --phase-card: #FFFDF9;
  --phase-ink: #1B1512;
  --phase-body: #4A3E37;
  --phase-muted: #74665D;
  --phase-gold: #A98655;
  --phase-line: rgba(27, 21, 18, 0.11);
  --phase-max: 1240px;
}

body {
  background: var(--phase-ivory);
  color: var(--phase-ink);
  font-family: var(--font-sans);
  font-weight: 400;
}

.nav {
  height: 80px;
  border-bottom: 1px solid var(--phase-line);
  background: rgba(251, 247, 239, 0.94);
  backdrop-filter: blur(14px);
  box-shadow: none;
}

.nav__links a,
.nav__book {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}

.nav__logo,
.footer__logo,
.hero__title {
  font-family: var(--font-display);
}

.hero {
  width: min(var(--phase-max), calc(100% - 64px));
  max-width: var(--phase-max);
  min-height: min(760px, calc(100vh - 104px));
  margin: 104px auto 0;
  padding: 46px 0 96px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.86fr);
  gap: clamp(58px, 8vw, 116px);
  align-items: center;
  background: transparent;
  border-bottom: 0;
  overflow: visible;
}

.hero::before {
  left: 0;
  right: 0;
  top: 0;
}

.hero__content {
  max-width: 620px;
  padding-left: 0;
}

.hero__eyebrow,
.section-kicker,
.text-block__tag,
.guasha-info__tag,
.page-hero__tag,
.section__tag {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  color: var(--phase-gold);
}

.hero__title {
  max-width: 760px;
  margin-bottom: 28px;
  font-size: clamp(3.6rem, 5.3vw, 6rem);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.028em;
}

.hero__intro,
.services-section__intro,
.section__body,
.guasha-info__lead,
.guasha-card__body,
.svc__desc,
.training__desc,
.guasha-info__note p {
  font-family: var(--font-sans);
  color: var(--phase-body);
  line-height: 1.82;
}

.hero__intro {
  max-width: 560px;
  font-size: 1rem;
}

.hero__quote {
  display: none;
}

.hero__media {
  height: min(640px, calc(100vh - 190px));
  min-height: 600px;
  border-radius: 18px;
  outline: 1px solid rgba(255, 253, 249, 0.72);
  outline-offset: -14px;
  box-shadow: 0 26px 70px rgba(32, 22, 16, 0.14);
}

.hero--portrait img {
  object-fit: cover;
  object-position: center 30%;
  transform: none;
}

.btn {
  min-height: 50px;
  margin: 0 10px 0 0;
  padding: 15px 28px;
  border-radius: 0;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}

.brand-philosophy {
  width: min(980px, calc(100% - 64px));
  margin: 0 auto;
  padding: clamp(78px, 8vw, 120px) 0;
  text-align: center;
  border-top: 1px solid var(--phase-line);
  border-bottom: 1px solid var(--phase-line);
}

.brand-philosophy__quote {
  margin: 0 auto 18px;
  max-width: 760px;
  font-family: var(--font-sans);
  font-size: clamp(2rem, 4.4vw, 4.4rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.045em;
  color: var(--phase-ink);
}

.brand-philosophy__author {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--phase-muted);
}

.section-kicker {
  width: min(var(--phase-max), calc(100% - 64px));
  margin: 0 auto 24px;
}

.services-section,
.trainings-section,
.guasha-info,
.founder-proof,
.proof-gallery,
.testimonial,
.cta {
  width: min(var(--phase-max), calc(100% - 64px));
  margin: 0 auto;
  padding: clamp(88px, 9vw, 132px) 0;
  border-top: 0;
}

.services-section__header,
.trainings-section__header {
  padding: 0 0 clamp(34px, 5vw, 58px);
  border-bottom: 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.services-section__title,
.section__title,
.page-hero__title,
.text-block__title,
.guasha-info__title,
.training__name,
.svc__name,
.guasha-card__title,
.cta__title {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.045em;
  color: var(--phase-ink);
}

.services-section__title em,
.section__title em,
.page-hero__title em,
.text-block__title em,
.training__name em,
.cta__title em {
  font-style: normal;
}

.services-section__title,
.section__title,
.guasha-info__title,
.cta__title {
  font-size: clamp(2.7rem, 5vw, 5.4rem);
  line-height: 1.02;
}

.services-section__intro {
  max-width: 560px;
  margin-top: 24px;
  font-size: 1rem;
}

.text-block__link,
.svc__link {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border-bottom-color: currentColor;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 1px solid var(--phase-line);
  background: var(--phase-card);
}

.svc {
  display: grid;
  grid-template-columns: minmax(240px, 0.43fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(28px, 4.6vw, 56px);
  border-right: 0;
  border-bottom: 1px solid var(--phase-line);
  background: var(--phase-card);
}

.svc:last-child {
  border-bottom: 0;
}

.svc:hover,
.training:hover {
  background: #FBF7EF;
}

.svc__content {
  max-width: 540px;
}

.svc__name {
  margin-bottom: 16px;
  font-size: clamp(1.65rem, 2.3vw, 2.5rem);
  line-height: 1.12;
}

.svc__dur,
.training__meta,
.training__num {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--phase-muted);
}

.svc__desc {
  max-width: 500px;
  font-size: 0.96rem;
}

.image-slot {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 220px;
  aspect-ratio: 4 / 5;
  padding: 24px;
  border: 1px solid rgba(27, 21, 18, 0.12);
  background: #F0E4D7;
  color: rgba(27, 21, 18, 0.44);
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.image-slot--guasha {
  aspect-ratio: 4 / 5;
}

.image-slot--academy {
  aspect-ratio: 16 / 10;
  min-height: 360px;
}

.image-slot--cta {
  aspect-ratio: 21 / 9;
  min-height: 220px;
}

.guasha-info {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: start;
  background: transparent;
  box-shadow: none;
  border: 0;
  overflow: visible;
}

.guasha-info::before,
.guasha-info::after {
  content: none;
}

.guasha-info__intro {
  display: block;
  margin-bottom: 36px;
}

.guasha-info__tag {
  margin: 0 0 18px;
}

.guasha-info__lead {
  max-width: 720px;
  margin-top: 24px;
  font-size: 1rem;
}

.guasha-info__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--phase-line);
  background: var(--phase-card);
}

.guasha-card {
  min-height: 0;
  padding: 30px;
  border-right: 1px solid var(--phase-line);
  border-bottom: 1px solid var(--phase-line);
  background: var(--phase-card);
}

.guasha-card:nth-child(2n) {
  border-right: 0;
}

.guasha-card:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.guasha-card::after {
  content: none;
}

.guasha-card__num {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  color: var(--phase-gold);
}

.guasha-card__title {
  font-size: 1.18rem;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.guasha-card__body {
  font-size: 0.9rem;
  line-height: 1.76;
}

.guasha-info__note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--phase-line);
}

.academy-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.45fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 76px);
  align-items: start;
}

.trainings-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--phase-line);
}

.training {
  padding: 26px 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid var(--phase-line);
  background: transparent;
}

.training__img {
  display: none;
}

.training__name {
  font-size: clamp(1.45rem, 2vw, 2.1rem);
  line-height: 1.14;
}

.training__desc {
  max-width: 560px;
  font-size: 0.94rem;
}

.founder-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr);
  border-top: 1px solid var(--phase-line);
  border-bottom: 1px solid var(--phase-line);
}

.founder-proof__text {
  max-width: 680px;
}

.proof-gallery {
  padding-top: clamp(74px, 8vw, 112px);
}

.proof-gallery__header {
  max-width: 620px;
  margin-bottom: 34px;
}

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

.proof-gallery__item {
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--phase-line);
  background: var(--phase-cream);
}

.proof-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial {
  width: min(980px, calc(100% - 64px));
  padding: clamp(86px, 9vw, 132px) 0;
  border-top: 1px solid var(--phase-line);
  text-align: center;
}

.testimonial::before {
  content: none;
}

.testimonial__quote {
  max-width: 780px;
  font-family: var(--font-sans);
  font-style: normal;
  font-size: clamp(1.5rem, 3vw, 3.2rem);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -0.045em;
}

.cta {
  display: grid;
  grid-template-columns: minmax(260px, 0.54fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 72px);
  align-items: center;
  padding-bottom: clamp(96px, 10vw, 150px);
  text-align: left;
}

.cta__content {
  max-width: 540px;
}

.cta__title {
  margin-bottom: 30px;
}

@media (max-width: 1100px) {
  .hero,
  .guasha-info,
  .academy-layout,
  .cta {
    grid-template-columns: 1fr;
  }

  .hero {
    width: min(100% - 48px, 760px);
    gap: 42px;
  }

  .hero__media {
    height: 520px;
    min-height: 0;
  }

  .image-slot--academy {
    min-height: 280px;
  }

  .proof-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .nav {
    padding: 16px 24px;
  }

  .hero,
  .services-section,
  .trainings-section,
  .guasha-info,
  .founder-proof,
  .proof-gallery,
  .cta {
    width: min(100% - 32px, 720px);
  }

  .hero {
    margin-top: 34px;
    padding: 42px 0 68px;
  }

  .hero__title {
    font-size: clamp(2.3rem, 11vw, 3.05rem);
    line-height: 1.1;
  }

  .hero__intro,
  .services-section__intro,
  .guasha-info__lead {
    font-size: 0.94rem;
  }

  .hero__media {
    height: 430px;
    border-radius: 16px;
    order: 0;
  }

  .hero__actions,
  .cta__content {
    display: grid;
    gap: 12px;
  }

  .btn {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .brand-philosophy {
    width: min(100% - 32px, 720px);
    padding: 72px 0;
  }

  .brand-philosophy__quote,
  .services-section__title,
  .section__title,
  .guasha-info__title,
  .cta__title {
    font-size: clamp(2rem, 9vw, 2.75rem);
    line-height: 1.1;
  }

  .section-kicker {
    width: min(100% - 32px, 720px);
  }

  .services-section__header,
  .trainings-section__header,
  .guasha-info__note {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 22px;
  }

  .svc {
    grid-template-columns: 1fr;
    padding: 22px;
    width: 100%;
    min-width: 0;
  }

  .services-grid,
  .svc__content,
  .cta,
  .cta__content {
    width: 100%;
    min-width: 0;
  }

  .image-slot {
    min-height: 220px;
  }

  .guasha-info__grid {
    grid-template-columns: 1fr;
  }

  .guasha-card,
  .guasha-card:nth-child(2n),
  .guasha-card:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--phase-line);
  }

  .guasha-card:last-child {
    border-bottom: 0;
  }

  .proof-gallery__grid {
    gap: 10px;
  }

  .testimonial {
    width: min(100% - 32px, 720px);
  }

  .testimonial__quote {
    font-size: clamp(1.45rem, 7vw, 2.15rem);
    line-height: 1.28;
  }

  .cta {
    padding-left: 0;
    padding-right: 0;
    grid-template-columns: minmax(0, 1fr);
  }
}

/* ── PHASE 3B POLISH: CTA contrast, proof scale, placeholders, academy list ── */
.image-slot {
  padding: clamp(18px, 3vw, 30px);
  color: rgba(27, 21, 18, 0.52);
  font-size: clamp(0.52rem, 0.62vw, 0.68rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.35;
  overflow-wrap: normal;
  word-break: normal;
  white-space: nowrap;
}

.image-slot:has(img) {
  display: block;
  padding: 0;
  overflow: hidden;
}

.image-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-slot--cranial img {
  object-position: center center;
}

.image-slot--treatment-room img {
  object-position: center center;
}

.image-slot--facial img {
  object-position: center center;
}

.image-slot--guasha img {
  object-position: center center;
}

.image-slot--academy img {
  object-position: center center;
}

.image-slot--cta img {
  object-position: center center;
}

.image-slot--cta {
  border-color: rgba(255, 248, 238, 0.18);
  background: #EAE0D2;
  color: rgba(27, 21, 18, 0.44);
}

.training {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  column-gap: clamp(18px, 3vw, 34px);
  row-gap: 10px;
  align-items: start;
  padding: 30px 0 32px;
  border-bottom: 1px solid rgba(27, 21, 18, 0.12);
  background: transparent;
  box-shadow: none;
}

.training::before {
  content: none;
}

.training:hover {
  background: transparent;
}

.training__num {
  grid-row: 1 / span 3;
  width: 38px;
  padding-top: 0.2em;
  font-family: var(--font-sans);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  color: rgba(169, 134, 85, 0.76);
}

.training__name {
  margin: 0;
  font-size: clamp(1.35rem, 1.85vw, 1.95rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.training__meta {
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(27, 21, 18, 0.48);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
}

.training__desc {
  margin: 0;
  max-width: 560px;
  color: rgba(27, 21, 18, 0.68);
}

.proof-gallery {
  padding-top: clamp(62px, 7vw, 92px);
  padding-bottom: clamp(56px, 6vw, 84px);
}

.proof-gallery__header {
  margin-bottom: 24px;
}

.proof-gallery__grid {
  grid-template-columns: repeat(4, minmax(0, 184px));
  justify-content: start;
  gap: 10px;
}

.proof-gallery__item {
  aspect-ratio: 1 / 1;
  border-color: rgba(27, 21, 18, 0.1);
  background: #F5EEE5;
}

.proof-gallery__item img {
  filter: saturate(0.92) contrast(0.96);
}

.cta {
  position: relative;
  overflow: hidden;
  width: min(100% - 64px, 1240px);
  padding: clamp(58px, 7vw, 92px);
  background:
    linear-gradient(90deg, rgba(255, 248, 238, 0.045) 0 1px, transparent 1px) center / 86px 86px,
    #1B1512;
  box-shadow: 0 24px 56px rgba(27, 21, 18, 0.2);
  color: #FFF8EE;
}

.cta__content {
  color: #FFF8EE;
}

.cta__title {
  color: #FFF8EE;
  text-shadow: none;
}

.cta p,
.cta__content p {
  color: rgba(255, 248, 238, 0.78);
}

.cta .btn {
  border-color: rgba(255, 248, 238, 0.34);
  color: #FFF8EE;
  background: transparent;
  box-shadow: none;
}

.cta .btn--filled {
  border-color: #FFF8EE;
  background: #FFF8EE;
  color: #1B1512;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

.cta .btn:hover {
  border-color: rgba(255, 248, 238, 0.66);
  background: rgba(255, 248, 238, 0.08);
}

.cta .btn--filled:hover {
  background: #F9F3EB;
  color: #1B1512;
}

@media (max-width: 1100px) {
  .proof-gallery__grid {
    grid-template-columns: repeat(4, minmax(0, 160px));
  }
}

@media (max-width: 768px) {
  .image-slot {
    font-size: clamp(0.48rem, 2vw, 0.62rem);
    letter-spacing: 0.035em;
  }

  .training {
    grid-template-columns: 36px minmax(0, 1fr);
    column-gap: 14px;
    padding: 24px 0 26px;
  }

  .training__num {
    width: 30px;
    font-size: 0.68rem;
  }

  .training__name {
    font-size: clamp(1.28rem, 6vw, 1.72rem);
  }

  .proof-gallery__grid {
    grid-template-columns: repeat(4, minmax(0, 150px));
    gap: 8px;
  }

  .cta {
    width: min(100% - 32px, 720px);
    padding: 32px 20px 36px;
  }

  .cta__title {
    margin-bottom: 22px;
  }
}

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