:root {
  --paper: #fcf4f5;
  --ink: #4c343d;
  --muted: #7a5b67;
  --accent: #9a6073;
  --line: #e4cdd5;
  --serif: Georgia, 'Times New Roman', serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 35px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
h1, h2, h3, h4, p, figure { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: 1.1; }
h1 { font-size: clamp(42px, 4.2vw, 60px); max-width: 530px; letter-spacing: -.035em; line-height: 1.12; margin-bottom: 19px; }
h2 { font-size: 37px; letter-spacing: -.025em; margin-bottom: 0; }
.wrap { width: min(1200px, calc(100% - 112px)); margin-inline: auto; }
.header { min-height: 90px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); gap: 30px; }
.brand { display: flex; align-items: center; gap: 13px; line-height: 1.5; }
.brand-mark { font: 34px/42px var(--serif); border: 1px solid var(--line); width: 48px; height: 48px; border-radius: 50%; text-align: center; color: var(--accent); }
.brand-sub { display: block; font-size: 12px; color: var(--muted); }
nav { display: flex; gap: 34px; align-items: center; font-size: 14px; }
nav a:hover, .footer a:hover { color: var(--accent); text-decoration: underline; text-underline-offset: 5px; }
.nav-contact { border-bottom: 1px solid var(--line); padding-block: 7px; }
.nav-contact span { margin-left: 14px; }
.hero { display: grid; grid-template-columns: 1.25fr 1fr; align-items: center; gap: 40px; padding: 36px; margin-block: 26px 34px; background: #f3e2e7; border-radius: 12px; }
.eyebrow { font-size: 12px; letter-spacing: .13em; text-transform: uppercase; font-weight: 500; color: var(--muted); margin: 0 0 20px; }
.intro { font-size: 22px; line-height: 1.55; margin-bottom: 20px; }
.hero-description { max-width: 420px; color: var(--muted); margin-bottom: 29px; }
.session-format { font-size: 14px; line-height: 1.7; border-left: 2px solid var(--accent); padding-left: 13px; margin: 0 0 24px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 25px; padding: 17px 24px; min-height: 56px; border-radius: 5px; font-size: 14px; font-weight: 500; transition: background .2s, transform .2s; }
.primary { background: var(--accent); color: white; }
.primary:hover { filter: brightness(.9); transform: translateY(-2px); }
.hero-facts { display: flex; gap: 38px; margin-top: 28px; }
.hero-facts > div + div { border-left: 1px solid var(--line); padding-left: 38px; }
.hero-facts strong { display: block; font: 30px/1.2 var(--serif); }
.hero-facts span { display: block; font-size: 12px; color: var(--muted); margin-top: 7px; }
.portrait { margin: 0; width: 100%; max-width: 370px; justify-self: end; }
.portrait img { display: block; width: 100%; height: 400px; object-fit: cover; object-position: 50% 35%; border-radius: 150px 150px 8px 8px; }
.section { padding-block: 56px; }
.section-heading { margin-bottom: 30px; }
.topics { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.topics article { padding: 27px 30px 4px 0; }
.topics article + article { padding-left: 32px; border-left: 1px solid var(--line); }
.topics article:last-child { padding-right: 0; }
.topic-number { font-size: 12px; color: var(--muted); }
.topics h3 { font: 29px/1.17 var(--serif); letter-spacing: -.02em; margin: 27px 0 17px; }
.topics p { color: var(--muted); font-size: 15px; max-width: 290px; }
.scope-note { color: var(--muted); font-size: 12px; margin: 28px 0 0; }
.about { display: grid; grid-template-columns: 1fr 1.13fr; gap: 70px; padding-block: 64px; }
.approach-tag { display: inline-block; font-size: 12px; border: 1px solid var(--line); border-radius: 30px; padding: 6px 15px; margin-top: 30px; color: var(--accent); }
.about-body > p { color: var(--muted); }
.about-body .lead { font-size: 21px; line-height: 1.6; color: var(--ink); }
.education-title { font-size: 14px; font-weight: 500; margin: 36px 0 10px; }
.education { list-style: none; padding: 0; margin: 0; }
.education li { display: grid; grid-template-columns: 92px 1fr; gap: 20px; padding-block: 21px; border-top: 1px solid var(--line); }
.education li > span { font-size: 12px; color: var(--muted); padding-top: 2px; }
.education h4 { font-size: 15px; font-weight: 500; line-height: 1.5; margin: 0 0 6px; }
.education p { font-size: 14px; color: var(--muted); line-height: 1.6; margin: 0; }
.contact-section { padding-bottom: 40px; }
.contact-panel { display: grid; grid-template-columns: 1fr 1.15fr; gap: 45px; align-items: center; background: #f0dce3; border-radius: 8px; padding: 38px 42px; }
.phone { display: inline-block; font-size: 21px; line-height: 1.5; margin-top: 20px; border-bottom: 1px solid var(--line); white-space: nowrap; }
.contact-copy { padding-top: 6px; }
.contact-copy > p { max-width: 460px; margin-bottom: 0; }
.messengers { display: flex; gap: 12px; margin-top: 25px; }
.messenger { border: 1px solid var(--line); flex: 1; gap: 10px; padding: 14px 17px; }
.messenger > span { margin-left: auto; }
.messenger svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.messenger:hover { background: #e8ccd6; }
.sms-contact { display: flex; width: 100%; margin-top: 12px; justify-content: flex-start; }
.footer { display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line); padding-block: 27px; font-size: 12px; color: var(--muted); }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 10; background: var(--accent); color: white; padding: 12px; }
.skip-link:focus { top: 12px; }

@media (max-width: 1050px) {
  .wrap { width: calc(100% - 64px); }
  .hero-facts { gap: 25px; }
  .hero-facts > div + div { padding-left: 25px; }
  .messengers { flex-wrap: wrap; }
  .messenger { min-width: 150px; }
}

@media (max-width: 700px) {
  .wrap { width: calc(100% - 40px); }
  .header { min-height: 78px; gap: 12px; }
  .brand { font-size: 14px; gap: 9px; }
  .brand-mark { height: 38px; width: 38px; line-height: 33px; font-size: 28px; }
  .brand-sub { font-size: 10px; }
  nav { gap: 0; font-size: 12px; }
  nav a:not(.nav-contact) { display: none; }
  .nav-contact span { margin-left: 5px; }
  .hero { grid-template-columns: 1fr; padding: 24px 20px; margin-block: 20px 16px; gap: 25px; }
  h1 { font-size: 38px; max-width: 330px; }
  h2 { font-size: 32px; }
  .eyebrow { font-size: 10px; letter-spacing: .1em; }
  .intro { font-size: 19px; }
  .hero-description { margin-bottom: 24px; }
  .session-format { margin-bottom: 20px; }
  .primary { width: 100%; justify-content: space-between; }
  .hero-facts { margin-top: 24px; gap: 30px; }
  .hero-facts > div + div { padding-left: 30px; }
  .hero-facts strong { font-size: 27px; }
  .portrait { justify-self: center; max-width: 100%; }
  .portrait img { height: auto; aspect-ratio: 1; object-position: center 31%; border-radius: 130px 130px 6px 6px; }
  .section { padding-block: 36px; }
  .topics { grid-template-columns: 1fr; }
  .topics article, .topics article + article { padding: 23px 0 8px; border-left: 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 40px 1fr; }
  .topics h3 { font-size: 26px; margin: 0 0 14px; }
  .topics h3 br { display: none; }
  .topics p { grid-column: 2; max-width: 100%; font-size: 16px; }
  .topic-number { padding-top: 5px; }
  .scope-note { font-size: 13px; }
  .about { grid-template-columns: 1fr; gap: 24px; padding-block: 40px; }
  .approach-tag { margin-top: 23px; }
  .about-body .lead { font-size: 19px; }
  .education li { grid-template-columns: 77px 1fr; gap: 12px; }
  .contact-panel { grid-template-columns: 1fr; padding: 26px 22px; gap: 22px; }
  .phone { font-size: 20px; margin-top: 12px; }
  .contact-copy { padding: 0; }
  .messengers { flex-direction: column; gap: 10px; margin-top: 20px; }
  .messenger { justify-content: flex-start; min-height: 54px; font-size: 15px; }
  .footer { flex-wrap: wrap; padding-block: 23px; }
  .footer > span:nth-child(2) { order: 3; width: 100%; }
}

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