:root {
  --bg: #fbf8f2;
  --bg-soft: #f6f0e7;
  --paper: #fffdf9;
  --paper-strong: #ffffff;
  --text: #37332f;
  --text-soft: #6f6961;
  --line: #dfd7cb;
  --line-strong: #cdbfae;
  --sage: #78845e;
  --sage-dark: #5e6949;
  --sage-soft: #e7eadf;
  --sand: #c6aa88;
  --sand-dark: #a78662;
  --shadow: 0 24px 70px rgba(83, 70, 52, .12);
  --shadow-soft: 0 14px 38px rgba(83, 70, 52, .08);
  --radius: 24px;
  --container: 1180px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.skip-link {
  position: fixed;
  left: 12px;
  top: -60px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--text);
  color: white;
  border-radius: 8px;
  transition: top .2s ease;
}
.skip-link:focus { top: 12px; }

.container {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 248, 242, .91);
  border-bottom: 1px solid rgba(205, 191, 174, .48);
  backdrop-filter: blur(18px);
}
.header-inner {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: max-content;
}
.brand-mark {
  position: relative;
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1;
  color: var(--sand-dark);
  letter-spacing: -5px;
  padding-right: 5px;
}
.brand-mark::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 1px;
  width: 1px;
  height: 30px;
  background: var(--sand);
  transform: rotate(18deg);
}
.brand-copy { display: grid; line-height: 1.16; }
.brand-copy strong { font-size: 15px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
.brand-copy small { color: var(--sand-dark); font-size: 10px; letter-spacing: .02em; }
.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.2vw, 36px);
}
.main-nav a {
  position: relative;
  color: #4f4a44;
  text-decoration: none;
  font-size: 13px;
  white-space: nowrap;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -5px;
  height: 1px;
  background: var(--sage);
  transition: right .25s ease;
}
.main-nav a:hover::after,
.main-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .slider-button:focus-visible, .menu-toggle:focus-visible {
  outline: 3px solid rgba(120, 132, 94, .28);
  outline-offset: 3px;
}
.button svg { width: 20px; height: 20px; fill: currentColor; }
.button-primary {
  color: white;
  background: linear-gradient(135deg, var(--sage), var(--sage-dark));
  box-shadow: 0 10px 26px rgba(94, 105, 73, .2);
}
.button-primary:hover { box-shadow: 0 15px 34px rgba(94, 105, 73, .28); }
.button-secondary {
  color: #4d463e;
  background: rgba(255,255,255,.44);
  border-color: var(--line-strong);
}
.button-secondary:hover { background: white; border-color: var(--sand); }
.button-ghost {
  min-height: 42px;
  padding: 10px 20px;
  font-size: 13px;
  border-color: var(--line-strong);
  background: rgba(255,255,255,.35);
}
.button-link { background: transparent; color: var(--sage-dark); text-decoration: underline; text-underline-offset: 4px; }
.max-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #4b423a;
  position: relative;
}
.max-dot::after { content: ""; position: absolute; inset: 5px; border-radius: 50%; background: var(--bg-soft); }

.section { padding: 100px 0; position: relative; }
.section-soft { background: var(--bg-soft); }
.eyebrow {
  margin: 0 0 12px;
  color: var(--sage-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; }
h1 { margin-bottom: 25px; font-size: clamp(54px, 6.5vw, 92px); line-height: .98; letter-spacing: -.045em; }
h1 em { color: var(--sand-dark); font-weight: 400; }
h2 { margin-bottom: 18px; font-size: clamp(38px, 4vw, 56px); line-height: 1.05; letter-spacing: -.025em; }
h3 { line-height: 1.25; }
.section-heading { max-width: 730px; margin-bottom: 46px; }
.section-heading > p:not(.eyebrow) { color: var(--text-soft); max-width: 670px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.row-heading {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
}
.row-heading h2 { margin-bottom: 0; }

.hero {
  min-height: calc(100svh - 78px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 72px 0 54px;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr);
  align-items: center;
  gap: clamp(46px, 7vw, 100px);
}
.hero-copy { position: relative; z-index: 2; padding: 28px 0 42px; }
.hero-copy::before {
  content: "";
  position: absolute;
  left: -120px;
  top: -10px;
  width: 210px;
  height: 310px;
  opacity: .26;
  background:
    radial-gradient(circle at 50% 30%, transparent 0 30%, rgba(198,170,136,.42) 31% 33%, transparent 34%),
    linear-gradient(112deg, transparent 46%, rgba(120,132,94,.24) 47% 48%, transparent 49%);
  filter: blur(.2px);
  pointer-events: none;
}
.hero-lead { max-width: 580px; margin-bottom: 34px; font-size: clamp(18px, 2vw, 22px); color: #5d5750; line-height: 1.55; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-notes {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: var(--text-soft);
  font-size: 13px;
}
.hero-notes li { display: flex; align-items: center; gap: 8px; }
.hero-notes li::before { content: ""; width: 6px; height: 6px; border: 1px solid var(--sage); border-radius: 50%; }
.hero-visual { position: relative; z-index: 1; min-width: 0; }
.hero-photo-wrap {
  position: relative;
  width: min(100%, 520px);
  margin-left: auto;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 46% 46% 30px 30px / 25% 25% 30px 30px;
  box-shadow: var(--shadow);
  background: #eae4da;
}
.hero-photo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.5);
  border-radius: inherit;
}
.hero-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; }
.hero-caption {
  position: absolute;
  left: -34px;
  bottom: 26px;
  width: 250px;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 15px 18px;
  border: 1px solid rgba(205,191,174,.8);
  border-radius: 14px;
  background: rgba(255,253,249,.87);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-soft);
  color: var(--text-soft);
  font-size: 12px;
  line-height: 1.35;
}
.leaf-icon { color: var(--sage); font-size: 26px; }
.hero-decor { position: absolute; pointer-events: none; opacity: .38; }
.hero-decor-left { left: -140px; bottom: 30px; width: 330px; height: 330px; border-radius: 45% 55% 58% 42%; background: radial-gradient(circle at 66% 42%, rgba(198,170,136,.33), transparent 55%); border: 1px solid rgba(198,170,136,.22); }
.hero-decor-right { right: -130px; top: 70px; width: 340px; height: 580px; background: repeating-linear-gradient(73deg, transparent 0 28px, rgba(120,132,94,.12) 29px 30px); transform: rotate(-10deg); border-radius: 50%; }

.topic-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.topic-card {
  min-height: 232px;
  padding: 28px 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.48);
  box-shadow: 0 8px 30px rgba(83,70,52,.035);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.topic-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); border-color: var(--line-strong); }
.topic-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  color: var(--sage);
}
.topic-icon svg { width: 44px; height: 44px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.topic-card h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 20px; font-weight: 400; }
.topic-card p { margin: 0; color: var(--text-soft); font-size: 13px; }

.section-about { background: linear-gradient(180deg, rgba(246,240,231,.72), rgba(251,248,242,.45)); overflow: hidden; }
.about-grid { display: grid; grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr); gap: clamp(54px, 8vw, 108px); align-items: center; }
.about-visual { position: relative; min-height: 690px; }
.about-photo-main {
  width: min(100%, 510px);
  height: 650px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #eee9e1;
}
.about-photo-main img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; }
.about-photo-small {
  position: absolute;
  right: -20px;
  bottom: 8px;
  width: 210px;
  aspect-ratio: 1;
  border: 10px solid var(--bg-soft);
  border-radius: 50%;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.about-photo-small img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.about-copy > p { color: var(--text-soft); }
.about-intro { color: var(--text) !important; font-size: 20px; }
.facts-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin: 34px 0 0; }
.facts-grid > div { padding: 22px 22px 22px 0; border-top: 1px solid var(--line); }
.facts-grid > div:nth-child(even) { padding-left: 26px; border-left: 1px solid var(--line); }
.facts-grid dt { display: flex; align-items: center; gap: 12px; margin-bottom: 7px; color: var(--sand-dark); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.facts-grid dt svg { flex: 0 0 auto; width: 30px; height: 30px; fill: none; stroke: var(--sage); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.facts-grid dd { margin: 0 0 0 42px; color: var(--text-soft); font-size: 13px; }
.about-leaf { position: absolute; width: 250px; height: 380px; left: -80px; bottom: -80px; opacity: .16; border-radius: 50%; background: repeating-linear-gradient(66deg, transparent 0 25px, var(--sage) 26px 27px); transform: rotate(12deg); }

.section-process { background: var(--paper); }
.process-list { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); margin: 0; padding: 0; list-style: none; }
.process-step { position: relative; display: grid; grid-template-columns: 58px 1fr; gap: 14px; padding: 16px 30px 28px 0; }
.process-step:not(:last-child)::after { content: "→"; position: absolute; right: 12px; top: 31px; color: var(--line-strong); font-size: 24px; }
.step-number { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; font-family: var(--serif); font-size: 20px; background: var(--bg); }
.process-step h3 { margin: 6px 0 9px; font-family: var(--serif); font-weight: 400; font-size: 20px; }
.process-step p { margin: 0; color: var(--text-soft); font-size: 13px; }
.process-meta { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 0; margin-top: 34px; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--bg); }
.process-meta div { display: flex; align-items: center; justify-content: center; gap: 9px; padding: 16px; color: var(--text-soft); font-size: 12px; text-align: center; }
.process-meta div + div { border-left: 1px solid var(--line); }
.process-meta span { color: var(--sage); font-size: 18px; }
.process-meta strong { color: var(--text); }

.section-gallery { overflow: hidden; }
.gallery-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(50px, 7vw, 94px); align-items: center; }
.gallery-copy p { color: var(--text-soft); }
.gallery-copy blockquote { margin: 30px 0 0; padding: 24px 26px; border-left: 2px solid var(--sage); background: rgba(231,234,223,.5); font-family: var(--serif); font-size: 20px; line-height: 1.5; }
.photo-strip { min-height: 590px; position: relative; }
.photo-card { position: absolute; margin: 0; overflow: hidden; box-shadow: var(--shadow); background: #eee8de; }
.photo-card img { width: 100%; height: 100%; object-fit: cover; }
.photo-card-wide { left: 0; top: 0; width: 58%; height: 510px; border-radius: 28px; transform: rotate(-2deg); }
.photo-card-wide img { object-position: 50% 18%; }
.photo-card-tall { right: 0; bottom: 0; width: 49%; height: 480px; border-radius: 120px 28px 28px 28px; transform: rotate(3deg); border: 10px solid var(--bg); }
.photo-card-tall img { object-position: 50% 30%; }

.section-credentials { background: var(--paper); }
.slider-controls { display: flex; gap: 10px; }
.slider-button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: var(--bg);
  color: var(--text);
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.slider-button:hover { background: var(--sage-soft); transform: translateY(-2px); }
.horizontal-slider {
  display: grid;
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  padding: 8px 4px 24px;
  scroll-snap-type: x mandatory;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  scrollbar-color: var(--line-strong) transparent;
}
.horizontal-slider::-webkit-scrollbar { height: 6px; }
.horizontal-slider::-webkit-scrollbar-track { background: transparent; }
.horizontal-slider::-webkit-scrollbar-thumb { background: var(--line-strong); border-radius: 999px; }
.diploma-slider { grid-auto-columns: minmax(300px, 1fr); }
.diploma-card {
  min-height: 230px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  scroll-snap-align: start;
  padding: 36px 28px;
  border: 12px solid #e7ddd0;
  outline: 1px solid #cdbba6;
  outline-offset: -18px;
  background: linear-gradient(135deg, #fffdf8, #f5eee5);
  color: #665c51;
  box-shadow: var(--shadow-soft);
}
.diploma-card-warm { border-color: #e9dec5; background: linear-gradient(135deg, #fffdf5, #f6edd7); }
.diploma-card-blue { border-color: #d7e4e8; background: linear-gradient(135deg, #faffff, #e9f1f2); }
.diploma-card-sage { border-color: #dce3d5; background: linear-gradient(135deg, #fbfdf8, #edf1e8); }
.diploma-card-lilac { border-color: #e3dce7; background: linear-gradient(135deg, #fdfbff, #f0ebf2); }
.diploma-type { margin-bottom: 16px; font-family: var(--serif); font-size: 26px; text-transform: uppercase; letter-spacing: .08em; }
.diploma-card h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 18px; font-weight: 400; }
.diploma-card p:last-of-type { font-size: 12px; }
.diploma-seal { position: absolute; right: 34px; bottom: 28px; width: 44px; height: 44px; display: grid; place-items: center; border: 2px solid rgba(120,132,94,.35); border-radius: 50%; color: rgba(94,105,73,.7); font-size: 9px; transform: rotate(-12deg); }
.diploma-corner { position: absolute; width: 58px; height: 58px; border-color: rgba(167,134,98,.35); }
.diploma-corner-1 { left: 22px; top: 22px; border-left: 2px solid; border-top: 2px solid; }
.diploma-corner-2 { right: 22px; bottom: 22px; border-right: 2px solid; border-bottom: 2px solid; }

.section-reviews { overflow: hidden; }
.reviews-note { margin: 0 0 8px auto; color: var(--text-soft); font-size: 12px; }
.reviews-slider { grid-auto-columns: minmax(330px, 1fr); }
.review-card {
  min-height: 235px;
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.55);
}
.quote-mark { height: 38px; color: var(--sand); font-family: var(--serif); font-size: 48px; line-height: 1; }
.placeholder-label { align-self: flex-start; margin: 0 0 14px; padding: 5px 9px; border-radius: 999px; background: var(--sage-soft); color: var(--sage-dark); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.review-card p { color: #57514a; font-size: 14px; }
.review-card footer { margin-top: auto; padding-top: 20px; color: var(--text-soft); font-size: 12px; }

.contact-section {
  position: relative;
  padding: 96px 0 84px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 84%, rgba(198,170,136,.22), transparent 24%),
    radial-gradient(circle at 88% 68%, rgba(120,132,94,.16), transparent 26%),
    linear-gradient(180deg, #f5efe5, #eee6d9);
}
.contact-inner { max-width: 850px; position: relative; z-index: 1; text-align: center; }
.contact-inner > p:not(.eyebrow) { max-width: 660px; margin: 0 auto 26px; color: var(--text-soft); }
.contact-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }
.contact-facts { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; margin-top: 27px; color: var(--text-soft); font-size: 12px; }
.contact-facts span { display: flex; align-items: center; gap: 8px; }
.contact-facts span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--sage); }
.contact-decor { position: absolute; pointer-events: none; }
.contact-decor-left { left: -70px; bottom: -100px; width: 380px; height: 420px; border-radius: 50%; background: repeating-linear-gradient(55deg, transparent 0 24px, rgba(120,132,94,.11) 25px 26px); transform: rotate(12deg); }
.contact-decor-right { right: -40px; bottom: -120px; width: 330px; height: 330px; border-radius: 50%; background: radial-gradient(circle at 40% 40%, rgba(255,255,255,.6), rgba(198,170,136,.14) 65%, transparent 66%); }

.site-footer { background: #ebe2d5; border-top: 1px solid rgba(205,191,174,.6); }
.footer-inner { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--text-soft); font-size: 12px; }
.footer-inner p { margin: 0; }
.footer-inner a { text-decoration: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1060px) {
  .header-inner { grid-template-columns: auto auto 1fr auto; gap: 18px; }
  .menu-toggle {
    display: inline-flex;
    grid-column: 4;
    width: 44px;
    height: 44px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid var(--line-strong);
    border-radius: 10px;
    background: rgba(255,255,255,.45);
    cursor: pointer;
  }
  .menu-toggle span { width: 19px; height: 1px; background: var(--text); transition: transform .25s ease, opacity .25s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav {
    position: fixed;
    inset: 79px 0 auto;
    display: grid;
    justify-content: stretch;
    gap: 0;
    padding: 20px 24px 30px;
    background: rgba(251,248,242,.98);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-soft);
    transform: translateY(-120%);
    opacity: 0;
    visibility: hidden;
    transition: transform .28s ease, opacity .28s ease, visibility .28s ease;
  }
  .main-nav.is-open { transform: none; opacity: 1; visibility: visible; }
  .main-nav a { padding: 14px 6px; border-bottom: 1px solid var(--line); font-size: 15px; }
  .main-nav a:last-child { border-bottom: 0; }
  .header-cta { margin-left: auto; grid-column: 3; }
  .hero-grid { grid-template-columns: 1fr 420px; gap: 40px; }
  .topic-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .process-list { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 0; }
  .process-step:nth-child(2)::after { display: none; }
  .process-meta { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .process-meta div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .process-meta div:nth-child(4) { border-top: 1px solid var(--line); }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-copy { max-width: 720px; }
  .photo-strip { max-width: 760px; width: 100%; margin-inline: auto; }
}

@media (max-width: 820px) {
  .container { width: min(var(--container), calc(100% - 32px)); }
  .section { padding: 76px 0; }
  .header-cta { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .menu-toggle { grid-column: 2; }
  .brand { grid-column: 1; }
  .hero { min-height: auto; padding: 48px 0 68px; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-copy { padding-bottom: 0; }
  h1 { max-width: 690px; }
  .hero-lead { max-width: 640px; }
  .hero-visual { width: min(100%, 620px); margin-inline: auto; }
  .hero-photo-wrap { width: 100%; aspect-ratio: 4 / 4.8; }
  .hero-photo-wrap img { object-position: 50% 18%; }
  .hero-caption { left: 18px; bottom: 18px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-visual { min-height: 640px; width: min(100%, 620px); margin-inline: auto; }
  .about-photo-main { width: 88%; height: 610px; }
  .about-photo-small { right: 0; }
  .row-heading { flex-wrap: wrap; align-items: center; }
  .reviews-note { order: 3; width: 100%; margin-left: 0; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 72px; }
  .container { width: min(var(--container), calc(100% - 24px)); }
  .site-header { backdrop-filter: blur(12px); }
  .header-inner { min-height: 68px; }
  .brand-copy small { display: none; }
  .brand-copy strong { font-size: 13px; }
  .brand-mark { font-size: 27px; }
  .main-nav { inset: 69px 0 auto; }
  .section { padding: 64px 0; }
  h1 { font-size: clamp(46px, 15vw, 68px); }
  h2 { font-size: clamp(34px, 11vw, 46px); }
  .hero { padding-top: 38px; }
  .hero-actions, .contact-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button, .contact-actions .button { width: 100%; }
  .hero-notes { gap: 10px 18px; }
  .hero-photo-wrap { aspect-ratio: 4 / 5.15; border-radius: 120px 120px 22px 22px; }
  .hero-photo-wrap img { object-position: 50% 15%; }
  .hero-caption { position: relative; left: auto; bottom: auto; width: 100%; margin-top: 12px; }
  .topic-grid { grid-template-columns: 1fr; }
  .topic-card { min-height: auto; padding: 24px; }
  .about-visual { min-height: 510px; }
  .about-photo-main { width: 100%; height: 500px; border-radius: 22px; }
  .about-photo-main img { object-position: 50% 15%; }
  .about-photo-small { width: 138px; right: -4px; bottom: -18px; border-width: 7px; }
  .facts-grid { grid-template-columns: 1fr; }
  .facts-grid > div, .facts-grid > div:nth-child(even) { padding: 18px 0; border-left: 0; }
  .process-list { grid-template-columns: 1fr; }
  .process-step { grid-template-columns: 52px 1fr; padding-right: 0; }
  .process-step:not(:last-child)::after { content: "↓"; right: auto; left: 17px; top: auto; bottom: -6px; display: block; }
  .process-meta { grid-template-columns: 1fr; }
  .process-meta div + div, .process-meta div:nth-child(3), .process-meta div:nth-child(4) { border-left: 0; border-top: 1px solid var(--line); }
  .photo-strip { min-height: 470px; }
  .photo-card-wide { width: 70%; height: 400px; }
  .photo-card-tall { width: 52%; height: 350px; border-width: 7px; }
  .diploma-slider { grid-auto-columns: 86%; }
  .reviews-slider { grid-auto-columns: 88%; }
  .row-heading { margin-bottom: 32px; }
  .slider-controls { margin-left: auto; }
  .review-card { min-height: 270px; padding: 26px; }
  .contact-section { padding: 72px 0 64px; }
  .contact-facts { gap: 12px 20px; }
  .footer-inner { min-height: 76px; flex-direction: column; justify-content: center; text-align: center; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Decorative botanical elements */
.botanical-decor {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  color: rgba(120, 132, 94, .58);
}
.botanical-decor svg { width: 100%; height: 100%; overflow: visible; }
.botanical-stem {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.botanical-leaf {
  fill: rgba(120, 132, 94, .11);
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linejoin: round;
}
.botanical-leaf-soft {
  fill: rgba(198, 170, 136, .12);
  color: rgba(167, 134, 98, .58);
}
.botanical-bud {
  fill: rgba(198, 170, 136, .18);
  stroke: rgba(167, 134, 98, .7);
  stroke-width: 1.25;
}
.botanical-bud-soft { opacity: .72; }

.hero > .container,
.section-about > .container,
.section-reviews > .container {
  position: relative;
  z-index: 2;
}

.hero::before {
  content: "";
  position: absolute;
  left: 23%;
  top: 5%;
  width: 250px;
  height: 160px;
  border-radius: 48% 52% 62% 38%;
  background: radial-gradient(circle at 35% 45%, rgba(255,255,255,.55), rgba(198,170,136,.12) 58%, transparent 60%);
  transform: rotate(-12deg);
  pointer-events: none;
}
.hero-botanical {
  left: -18px;
  bottom: -74px;
  width: 250px;
  height: 390px;
  opacity: .55;
  transform: rotate(-5deg);
}
.hero-decor-left {
  background:
    radial-gradient(circle at 66% 42%, rgba(198,170,136,.33), transparent 55%),
    radial-gradient(circle at 35% 72%, rgba(120,132,94,.13), transparent 44%);
}
.hero-decor-right {
  opacity: .26;
}

.section-about::before {
  content: "";
  position: absolute;
  left: 7%;
  top: 7%;
  width: 300px;
  height: 220px;
  border-radius: 48% 52% 56% 44%;
  background: radial-gradient(circle at 45% 45%, rgba(255,255,255,.68), rgba(198,170,136,.13) 60%, transparent 62%);
  filter: blur(.2px);
  transform: rotate(9deg);
  pointer-events: none;
}
.about-soft-shape {
  position: absolute;
  right: 12%;
  bottom: 7%;
  width: 220px;
  height: 150px;
  border: 1px solid rgba(198,170,136,.22);
  border-radius: 54% 46% 42% 58%;
  background: rgba(255,255,255,.18);
  transform: rotate(-11deg);
  pointer-events: none;
}
.about-botanical {
  right: -20px;
  top: 18px;
  width: 250px;
  height: 380px;
  opacity: .52;
  transform: rotate(5deg);
}
.about-leaf {
  opacity: .12;
}

.section-reviews {
  background:
    radial-gradient(circle at 5% 78%, rgba(198,170,136,.15), transparent 22%),
    radial-gradient(circle at 91% 17%, rgba(120,132,94,.11), transparent 20%),
    linear-gradient(180deg, rgba(251,248,242,.98), rgba(246,240,231,.72));
}
.reviews-soft-shape {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border: 1px solid rgba(198,170,136,.2);
  background: rgba(255,255,255,.16);
}
.reviews-soft-shape-left {
  left: 10%;
  top: 18%;
  width: 160px;
  height: 110px;
  border-radius: 58% 42% 51% 49%;
  transform: rotate(16deg);
}
.reviews-soft-shape-right {
  right: 11%;
  bottom: 7%;
  width: 220px;
  height: 140px;
  border-radius: 44% 56% 58% 42%;
  transform: rotate(-12deg);
}
.reviews-botanical {
  opacity: .48;
}
.reviews-botanical-left {
  left: -26px;
  bottom: -92px;
  width: 220px;
  height: 350px;
  transform: rotate(-8deg);
}
.reviews-botanical-right {
  right: -18px;
  top: -42px;
  width: 190px;
  height: 290px;
  transform: rotate(8deg);
}
.review-card {
  position: relative;
  z-index: 1;
  background: rgba(255,255,255,.68);
  backdrop-filter: blur(4px);
  box-shadow: 0 12px 34px rgba(83,70,52,.045);
}

@media (max-width: 1060px) {
  .hero-botanical { left: -54px; opacity: .4; }
  .about-botanical { right: -70px; opacity: .38; }
  .reviews-botanical-left { left: -72px; }
  .reviews-botanical-right { right: -64px; }
}

@media (max-width: 820px) {
  .hero::before { left: 42%; top: 4%; width: 190px; height: 130px; opacity: .7; }
  .hero-botanical { width: 190px; height: 300px; bottom: 34%; left: -68px; opacity: .32; }
  .about-botanical { width: 190px; height: 290px; top: 34%; right: -76px; opacity: .3; }
  .about-soft-shape { right: -30px; bottom: 4%; }
  .reviews-botanical-left { width: 170px; height: 280px; opacity: .34; }
  .reviews-botanical-right { width: 150px; height: 230px; opacity: .32; }
}

@media (max-width: 620px) {
  .hero::before { left: auto; right: -55px; top: 23%; width: 170px; height: 115px; }
  .hero-botanical { left: -92px; bottom: 37%; width: 165px; height: 260px; opacity: .27; }
  .hero-decor-right { opacity: .18; }
  .section-about::before { left: -78px; top: 3%; width: 220px; height: 170px; opacity: .68; }
  .about-botanical { right: -88px; top: 46%; width: 165px; height: 250px; opacity: .26; }
  .about-soft-shape { display: none; }
  .reviews-soft-shape-left { left: -55px; top: 14%; }
  .reviews-soft-shape-right { right: -78px; bottom: 2%; }
  .reviews-botanical-left { left: -96px; bottom: -75px; width: 160px; height: 250px; opacity: .3; }
  .reviews-botanical-right { display: none; }
}

/* Prevent decorative elements from widening the document */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
@supports (overflow: clip) {
  html,
  body { overflow-x: clip; }
}
.hero {
  isolation: isolate;
  contain: paint;
}
.hero-decor-right {
  right: -42px;
  width: 250px;
  height: 520px;
  transform: rotate(-7deg);
}

/* Pricing and Telegram blog */
.section-pricing {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 22%, rgba(198,170,136,.13), transparent 24%),
    radial-gradient(circle at 91% 78%, rgba(120,132,94,.11), transparent 22%),
    linear-gradient(180deg, #fbf8f2, #f5efe6);
}
.pricing-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: stretch;
}
.pricing-copy > p:not(.eyebrow) {
  max-width: 680px;
  color: var(--text-soft);
}
.price-card {
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.64);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(8px);
}
.price-card-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 32px;
}
.price-label {
  display: block;
  margin-bottom: 5px;
  font-family: var(--serif);
  font-size: clamp(23px, 2.4vw, 31px);
  line-height: 1.15;
}
.price-card-main p {
  margin: 0;
  color: var(--text-soft);
  font-size: 13px;
}
.price-value {
  flex: 0 0 auto;
  color: var(--sage-dark);
  font-family: var(--serif);
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 400;
  white-space: nowrap;
}
.price-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  border-top: 1px solid var(--line);
  color: var(--text-soft);
  font-size: 12px;
}
.price-meta span {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  text-align: center;
}
.price-meta span + span { border-left: 1px solid var(--line); }

.blog-card {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(30px, 4vw, 46px);
  overflow: hidden;
  border: 1px solid rgba(205,191,174,.9);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.76), rgba(231,234,223,.7));
  box-shadow: var(--shadow-soft);
}
.blog-card::after {
  content: "";
  position: absolute;
  right: -72px;
  bottom: -88px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(120,132,94,.18);
  border-radius: 46% 54% 58% 42%;
  background: radial-gradient(circle at 40% 35%, rgba(255,255,255,.5), rgba(120,132,94,.08) 62%, transparent 63%);
  transform: rotate(-15deg);
  pointer-events: none;
}
.blog-card-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--sage);
  color: white;
  box-shadow: 0 10px 26px rgba(94,105,73,.18);
}
.blog-card-icon svg { width: 25px; height: 25px; fill: currentColor; }
.blog-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
  font-family: var(--serif);
  font-size: clamp(29px, 3vw, 40px);
  font-weight: 400;
  line-height: 1.08;
}
.blog-card > p:not(.eyebrow) {
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  color: var(--text-soft);
}
.blog-button {
  position: relative;
  z-index: 1;
  margin-top: auto;
  background: rgba(255,255,255,.62);
}
.pricing-decor {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.pricing-decor-left {
  left: -95px;
  bottom: -125px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: repeating-linear-gradient(52deg, transparent 0 23px, rgba(120,132,94,.09) 24px 25px);
  transform: rotate(12deg);
}
.pricing-decor-right {
  right: 5%;
  top: 5%;
  width: 170px;
  height: 105px;
  border: 1px solid rgba(198,170,136,.2);
  border-radius: 55% 45% 47% 53%;
  background: rgba(255,255,255,.14);
  transform: rotate(-12deg);
}
.footer-links {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--sage-dark); }

@media (max-width: 1060px) {
  .hero-decor-right {
    right: -70px;
    width: 220px;
    height: 470px;
  }
  .pricing-grid { grid-template-columns: 1fr; }
  .blog-card { min-height: 350px; }
}

@media (max-width: 620px) {
  .hero-decor-right { display: none; }
  .price-card-main {
    align-items: flex-start;
    flex-direction: column;
    padding: 26px 22px;
  }
  .price-meta { grid-template-columns: 1fr; }
  .price-meta span + span {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .price-meta span {
    min-height: 48px;
    justify-content: flex-start;
    text-align: left;
    padding-inline: 22px;
  }
  .blog-card { min-height: 330px; padding: 28px 24px; }
  .blog-button { width: 100%; }
  .footer-links { gap: 16px; }
}



/* Content additions: methods, expanded price list and education details */
.about-methods {
  margin: 22px 0 0;
  padding: 18px 20px;
  border-left: 3px solid rgba(120, 132, 94, .48);
  border-radius: 0 14px 14px 0;
  background: rgba(255, 255, 255, .38);
  color: var(--text-soft);
  font-size: 14px;
}
.about-methods strong { color: var(--text); }

.price-list { display: grid; }
.price-row {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 28px;
}
.price-row + .price-row { border-top: 1px solid var(--line); }
.price-row-featured {
  background: linear-gradient(90deg, rgba(231,234,223,.62), rgba(255,255,255,.18));
}
.price-row-copy { display: grid; gap: 3px; }
.price-row-copy strong {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
.price-row-copy span {
  color: var(--text-soft);
  font-size: 12px;
}
.price-row-value {
  flex: 0 0 auto;
  color: var(--sage-dark);
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1;
  white-space: nowrap;
}
.diploma-card .diploma-org {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(205, 191, 174, .7);
  color: var(--text-soft);
  font-size: 11px;
  line-height: 1.45;
}

@media (max-width: 620px) {
  .price-row {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 20px 22px;
  }
  .price-row-value { font-size: 25px; }
  .about-methods { padding: 16px; }
}
.blog-gift {
  position: relative;
  z-index: 1;
  margin: 2px 0 24px;
  padding: 14px 16px;
  border: 1px solid rgba(120, 132, 94, .22);
  border-radius: 14px;
  background: rgba(255,255,255,.46);
  color: var(--text-soft);
  font-size: 13px;
}
.blog-gift strong { color: var(--sage-dark); }
