:root {
  --paper: #f3efe6;
  --navy: #0d2b45;
  --ink: #2a2e33;
  --gold: #e7c98a;
  --sage: #a7b79a;
  --muted: #5d645f;
  --line: #d4d2c8;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 26px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 18px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: 5px; }
button { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
figure, p, h1, h2, h3, h4 { margin: 0; }
p + p { margin-top: 18px; }
h1, h2, .editorial-heading, .professional h3 { font-family: var(--serif); color: var(--navy); font-weight: 400; }
h1 { font-size: clamp(46px, 4.15vw, 64px); line-height: 1.12; letter-spacing: -.045em; }
h2 { font-size: clamp(36px, 3.3vw, 49px); line-height: 1.14; letter-spacing: -.035em; }
h3, h4 { line-height: 1.35; }
:focus-visible { outline: 3px solid var(--navy); outline-offset: 5px; border-radius: 2px; }
.container { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.section { padding-block: 104px; }
.eyebrow { color: var(--navy); font-size: 11px; line-height: 1.5; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; margin-bottom: 23px; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 30; padding: 12px 20px; background: var(--navy); color: var(--paper); }
.skip-link:focus { top: 10px; }
.site-header { border-bottom: 1px solid var(--line); }
.header-inner { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { text-decoration: none; flex: 0 1 auto; }
.brand-title { display: block; color: var(--navy); font-family: var(--serif); font-size: 21px; line-height: 1.3; letter-spacing: -.035em; }
.brand-motto { display: block; font-size: 10px; letter-spacing: .035em; color: var(--muted); margin-top: 7px; }
.main-nav { display: flex; align-items: center; gap: 24px; font-size: 12px; }
.main-nav a { text-decoration: none; padding-block: 12px; white-space: nowrap; }
.main-nav a:last-child { border-bottom: 1px solid var(--navy); }
.main-nav a:hover { text-decoration: underline; }
.menu-toggle { display: none; }
.hero { display: grid; grid-template-columns: 1.12fr 1fr; gap: 0 64px; padding-block: 62px 28px; align-items: center; }
.hero-copy { padding-block: 18px 34px; min-width: 0; }
.hero .eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 30px; }
.small-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--sage); flex: 0 0 auto; }
.hero-intro { margin-top: 27px; max-width: 505px; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 54px; padding: 15px 25px; background: var(--navy); color: var(--paper); border: 1px solid var(--navy); text-decoration: none; font: 14px/1.4 var(--sans); cursor: pointer; transition: background .18s, transform .18s; }
.button:hover { background: #21465d; transform: translateY(-2px); }
.button span { font-size: 22px; font-weight: 400; line-height: 1; }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 13px; text-decoration: none; border-bottom: 1px solid #8e998f; }
.text-link:hover { border-color: var(--navy); }
.action-note { font-size: 12px; line-height: 1.65; color: var(--muted); max-width: 380px; margin-top: 14px; }
.hero-portrait { min-width: 0; position: relative; }
.hero-portrait img { width: 100%; height: 580px; object-fit: cover; object-position: 58% 50%; }
.hero-portrait figcaption { display: flex; justify-content: space-between; gap: 20px; font-size: 10px; color: var(--muted); line-height: 1.5; padding-top: 13px; }
.hero-portrait figcaption span:last-child { font-style: italic; }
.scroll-cue { grid-column: 1 / -1; display: flex; align-items: center; gap: 28px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; text-decoration: none; color: var(--muted); margin-top: 34px; padding-bottom: 16px; }
.scroll-cue span { font-size: 20px; color: var(--navy); }
.recognition { border-top: 1px solid var(--line); }
.recognition-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.section-intro > p:not(.eyebrow) { font-size: 16px; margin-top: 24px; }
.recognition-list { padding: 0; margin: 0; list-style: none; }
.recognition-list li { display: flex; gap: 24px; padding: 23px 0; border-top: 1px solid var(--line); }
.item-number { color: #727c6b; font-size: 12px; letter-spacing: .07em; padding-top: 5px; }
.recognition-list h3 { font-size: 17px; font-weight: 500; color: var(--navy); }
.recognition-list p { font-size: 15px; margin-top: 9px; line-height: 1.65; }
.quiet-thought { margin-top: 26px; font-family: var(--serif); font-size: 23px; font-style: italic; color: var(--navy); }
.energy { background: #e7e9dd; }
.energy-grid { display: grid; grid-template-columns: 1fr .88fr; gap: 100px; align-items: center; }
.energy h2 { margin-bottom: 25px; }
.energy-copy > p:not(.eyebrow):not(.action-note) { font-size: 16px; }
.energy-results { padding: 0; list-style: none; margin: 26px 0; font-size: 16px; }
.energy-results li { position: relative; padding: 8px 0 8px 25px; }
.energy-results li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--navy); position: absolute; left: 1px; top: 18px; }
.pending-button { margin-top: 30px; background: transparent; color: #4c5851; border-color: #8c978a; cursor: not-allowed; }
.pending-button:hover { background: transparent; transform: none; }
.spheres-panel { padding: 36px; border: 1px solid #acb7a3; background: rgba(243,239,230,.42); }
.spheres-panel .eyebrow { margin-bottom: 24px; }
.sphere-list { padding: 0; margin: 0; list-style: none; }
.sphere-list li { display: flex; align-items: baseline; gap: 18px; border-top: 1px solid #c5ccb9; padding: 17px 0; color: var(--navy); font: 22px/1.4 var(--serif); }
.sphere-list span { font: 10px/1.5 var(--sans); color: var(--muted); }
.sphere-legend { border-top: 1px solid #c5ccb9; padding-top: 20px; margin-top: 0; font-size: 12px; color: #515c50; line-height: 1.7; }
.about-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 86px; align-items: start; }
.about-visual { position: sticky; top: 35px; }
.about-visual img { width: 100%; height: auto; }
.about-visual figcaption { font-size: 11px; color: var(--muted); padding-top: 12px; }
.portrait-motto { font: italic 27px/1.35 var(--serif); color: var(--navy); margin-top: 30px; max-width: 300px; }
.about-copy { min-width: 0; }
.about-copy h2 { margin: 33px 0 27px; }
.about-copy p { font-size: 16px; line-height: 1.8; }
.editorial-heading { font-size: 31px; line-height: 1.2; margin: 43px 0 24px; }
.professional { margin-top: 86px; padding-top: 55px; border-top: 1px solid var(--line); }
.professional-intro { max-width: 675px; }
.professional h3 { font-size: 37px; margin-bottom: 20px; line-height: 1.2; }
.professional-intro > p:last-child { font-size: 16px; }
.proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 66px; margin-block: 42px; }
.proof-item { border-top: 1px solid var(--line); padding-top: 18px; }
.proof-item h4 { color: var(--navy); font: 26px/1.25 var(--serif); margin: 16px 0; }
.proof-item p { font-size: 15px; line-height: 1.75; }
.professional > p { max-width: 800px; font-size: 17px; border-left: 2px solid var(--gold); padding-left: 24px; }
.route { background: #eae5db; }
.route-intro { max-width: 730px; margin-bottom: 49px; }
.route-intro h2 { margin-bottom: 25px; }
.route-intro > p:last-child { font-size: 16px; }
.route-item { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; padding: 39px 0; border-top: 1px solid #ccc8bd; }
.route-item > * { min-width: 0; }
.route-name h3 { overflow-wrap: anywhere; hyphens: auto; }
.route-name h3 { font: 32px/1.22 var(--serif); color: var(--navy); max-width: 370px; }
.route-name .eyebrow { margin-bottom: 13px; }
.route-copy p { font-size: 16px; }
.route-copy .price { font-size: 13px; color: #4b534c; padding-top: 18px; border-top: 1px solid #d2cec3; }
.price em { font-style: normal; }
.route-action { display: flex; align-items: center; gap: 30px; margin-top: 10px; }
.route-action .action-note { margin: 0; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.story-mark { display: flex; align-items: baseline; gap: 18px; font: 114px/1.1 var(--serif); color: #87957b; margin-top: 34px; }
.story-mark span { font: italic 20px/1.5 var(--serif); color: var(--navy); }
.story-step { border-top: 1px solid var(--line); padding-block: 24px; }
.story-step h3 { font-size: 15px; margin-bottom: 14px; color: var(--navy); }
.story-step p { font-size: 16px; }
.meeting { border-top: 1px solid var(--line); }
.meeting-intro { max-width: 700px; }
.meeting-intro h2 { margin-bottom: 24px; }
.meeting-intro > p:last-child { font-size: 16px; }
.meeting-steps { padding: 0; margin: 50px 0 37px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; list-style: none; }
.meeting-steps li { border-top: 1px solid #b4bcaa; padding-top: 18px; }
.step-number { color: #6e7d62; font: 35px/1.4 var(--serif); }
.meeting-steps h3 { font: 26px/1.3 var(--serif); color: var(--navy); margin: 16px 0 14px; }
.meeting-steps p { font-size: 15px; }
.meeting-bottom { display: flex; gap: 35px; align-items: center; }
.meeting-bottom .action-note { margin: 0; max-width: 640px; }
.contacts { background: var(--navy); color: var(--paper); }
.contacts-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 100px; }
.contacts h2 { color: var(--paper); margin-bottom: 26px; }
.contacts .eyebrow { color: var(--gold); }
.contacts p:not(.eyebrow) { font-size: 16px; color: #d6dcd9; }
.contact-links { align-self: start; }
.contact-links > a { min-height: 93px; padding: 17px 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid #486071; text-decoration: none; font-size: 17px; }
.contact-links > a:last-child { border-bottom: 1px solid #486071; }
.contact-links small { display: block; color: #c0cbd0; font-size: 12px; margin-top: 4px; }
.contact-links > a > span:last-child { color: var(--gold); font-size: 26px; transition: transform .18s; }
.contact-links a:hover > span:last-child { transform: translate(3px, -3px); }
.contacts :focus-visible { outline-color: var(--gold); }
.site-footer { background: var(--navy); color: var(--paper); }
.footer-inner { border-top: 1px solid #486071; display: flex; justify-content: space-between; gap: 30px; padding-block: 30px 40px; }
.footer-brand { font: 20px/1.4 var(--serif); text-decoration: none; }
.footer-inner p { color: #c0cbd0; font-size: 11px; margin-top: 7px; }
.back-top { font-size: 12px; align-self: center; text-decoration: none; white-space: nowrap; padding: 12px 0 12px 15px; }
.back-top span { padding-left: 16px; }
.site-footer :focus-visible { outline-color: var(--gold); }

@media (min-width: 1600px) {
  .hero { padding-top: 75px; }
  .hero-portrait img { height: 650px; }
}
@media (max-width: 1150px) {
  .container { width: calc(100% - 72px); }
  .main-nav { gap: 15px; font-size: 11px; }
  .brand-title { font-size: 18px; }
  .brand-motto { font-size: 9px; }
  .hero { gap: 0 35px; }
  .hero-portrait img { height: 540px; }
  .hero-actions { gap: 12px 20px; }
  .recognition-grid, .energy-grid, .about-grid, .story-grid, .contacts-grid { gap: 55px; }
  .route-item { gap: 55px; }
  .spheres-panel { padding: 27px; }
}
@media (max-width: 950px) {
  .header-inner { flex-wrap: wrap; min-height: 92px; padding-block: 20px; gap: 18px; }
  .brand-title { font-size: 20px; }
  .main-nav { width: 100%; justify-content: space-between; flex-wrap: wrap; font-size: 12px; }
  .menu-toggle:not([hidden]) { display: inline-flex; align-items: center; gap: 12px; background: none; border: 0; color: var(--navy); font-size: 12px; min-height: 44px; padding: 8px 0 8px 8px; }
  .menu-icon { width: 19px; height: 8px; border-top: 1px solid; border-bottom: 1px solid; }
  .menu-toggle[aria-expanded="true"] .menu-icon { transform: rotate(-45deg); height: 1px; border-bottom: 0; }
  .js .main-nav { display: none; }
  .js .main-nav.is-open { display: flex; }
  .hero { grid-template-columns: 1fr 1fr; gap: 0 28px; padding-top: 40px; }
  h1 { font-size: 43px; }
  .hero-portrait img { height: 500px; }
  .hero-intro { font-size: 15px; }
  .hero-portrait figcaption span:last-child { display: none; }
  .section { padding-block: 78px; }
  .recognition-grid, .energy-grid, .story-grid, .contacts-grid { gap: 38px; }
  .recognition-grid { grid-template-columns: 1fr 1fr; }
  .about-grid { gap: 40px; grid-template-columns: .8fr 1.2fr; }
  .about-copy h2 { font-size: 37px; }
  .portrait-motto { font-size: 23px; }
  .route-item { gap: 38px; }
  .route-name h3 { font-size: 28px; }
  .proof-grid { gap: 32px; }
  .sphere-list li { font-size: 20px; }
}
@media (max-width: 700px) {
  .container { width: calc(100% - 40px); }
  body { font-size: 16px; }
  h1 { font-size: clamp(32px, 8.9vw, 49px); line-height: 1.13; letter-spacing: -.04em; }
  h2 { font-size: 35px; }
  .brand-title { font-size: 18px; }
  .brand-motto { max-width: 240px; font-size: 9px; letter-spacing: 0; margin-top: 4px; }
  .header-inner { min-height: 88px; gap: 12px; }
  .main-nav { justify-content: flex-start; gap: 7px 23px; padding-top: 8px; }
  .hero { display: flex; flex-direction: column; align-items: stretch; padding-top: 30px; gap: 0; }
  .hero-copy { padding: 0; }
  .hero .eyebrow { margin-bottom: 20px; font-size: 10px; }
  .hero-intro { margin-top: 22px; font-size: 16px; line-height: 1.65; }
  .hero-actions { margin-top: 25px; gap: 12px 18px; }
  .button { padding: 14px 21px; min-height: 52px; }
  .text-link { font-size: 12px; gap: 8px; }
  .action-note { font-size: 11px; max-width: 345px; }
  .hero-portrait { margin-top: 30px; }
  .hero-portrait img { height: clamp(280px, 78vw, 420px); object-position: 58% 42%; }
  .hero-portrait figcaption span:last-child { display: block; }
  .scroll-cue { margin-top: 24px; padding: 0; font-size: 10px; }
  .section { padding-block: 60px; }
  .eyebrow { margin-bottom: 18px; font-size: 10px; }
  .recognition-grid, .energy-grid, .about-grid, .story-grid, .contacts-grid { grid-template-columns: 1fr; gap: 35px; }
  .recognition-list li { gap: 20px; padding-block: 22px; }
  .recognition-list h3 { font-size: 17px; }
  .quiet-thought { font-size: 24px; }
  .energy-copy h2 { max-width: 400px; }
  .spheres-panel { padding: 26px; }
  .sphere-list li { font-size: 22px; padding-block: 14px; }
  .about-grid { display: flex; flex-direction: column; }
  .about-visual { position: static; width: 100%; }
  .about-visual figure { width: min(100%, 440px); }
  .about-visual img { width: 100%; max-height: 470px; object-fit: cover; object-position: center 27%; }
  .portrait-motto { max-width: 340px; font-size: 25px; margin-top: 20px; }
  .about-copy h2 { margin-top: 0; font-size: 37px; }
  .about-copy p { font-size: 16px; line-height: 1.75; }
  .editorial-heading { font-size: 29px; margin-top: 34px; }
  .professional { margin-top: 50px; padding-top: 35px; }
  .professional h3 { font-size: 32px; }
  .proof-grid { grid-template-columns: 1fr; gap: 26px; margin-block: 30px; }
  .proof-item h4 { font-size: 25px; margin: 12px 0; }
  .professional > p { font-size: 16px; padding-left: 18px; }
  .route-intro { margin-bottom: 30px; }
  .route-item { grid-template-columns: 1fr; gap: 20px; padding-block: 30px; }
  .route-name h3 { font-size: 30px; max-width: 400px; }
  .route-name .eyebrow { margin-bottom: 10px; }
  .route-action { flex-direction: column; align-items: flex-start; gap: 14px; }
  .story-grid { gap: 28px; }
  .story-mark { font-size: 80px; margin-top: 22px; }
  .story-mark span { font-size: 19px; }
  .meeting-steps { grid-template-columns: 1fr; gap: 26px; margin-top: 32px; }
  .meeting-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 12px; }
  .step-number { grid-row: 1 / 3; font-size: 26px; }
  .meeting-steps h3 { font-size: 25px; margin: 3px 0 0; }
  .meeting-steps p { grid-column: 2; }
  .meeting-bottom { align-items: flex-start; flex-direction: column; gap: 18px; }
  .contacts-grid { gap: 35px; }
  .contact-links > a { min-height: 87px; font-size: 16px; }
  .footer-inner { flex-direction: column; gap: 18px; padding-block: 25px; }
  .footer-brand { font-size: 19px; }
  .back-top { align-self: flex-start; padding-left: 0; }
}
@media (max-width: 370px) {
  .container { width: calc(100% - 32px); }
  .brand-title { font-size: 15px; }
  .brand-motto { font-size: 8px; max-width: 220px; }
  h1 { font-size: 32px; }
  .route-name h3 { font-size: 27px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .spheres-panel { padding: 20px; }
  .sphere-list li { font-size: 20px; gap: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  .menu-toggle, .scroll-cue, .back-top, .hero-actions, .pending-button { display: none !important; }
  .container { width: 100%; }
  .section { padding-block: 28px; }
  .about-visual { position: static; }
  .contacts, .site-footer { background: #fff; color: #000; }
  .contacts h2, .contacts p:not(.eyebrow), .contact-links small, .footer-inner p { color: #000; }
}

/* Version 2: beige portraits and lighter editorial typography. */
:root { --serif: Didot, "Bodoni MT", "Times New Roman", serif; --sans: Optima, Candara, Arial, sans-serif; }
body { background: #f5f0e7; }
h1 { font-size: clamp(46px, 4.3vw, 66px); letter-spacing: -.028em; line-height: 1.09; }
h2 { letter-spacing: -.018em; }
.brand-title { font-size: 23px; letter-spacing: -.015em; }
.brand-motto { font-family: Baskerville, Georgia, serif; font-style: italic; font-size: 13px; letter-spacing: 0; }
.hero { padding-top: 46px; }
.hero .eyebrow { margin-bottom: 25px; }
.hero-intro { font-size: 18px; }
.hero-portrait img { height: 640px; object-position: 50% 38%; }
.hero-portrait { padding: 0 0 0 14px; border-left: 1px solid #c6b58f; }
.hero-portrait figcaption { font-family: Arial, sans-serif; }
.portrait-motto { font-family: Baskerville, Georgia, serif; font-weight: 400; }
.about-visual img { object-position: center 37%; }
.energy { background: #e9ece2; }
.spheres-panel { position: relative; background: #f1eee4; padding-top: 40px; }
.botanical-detail { position: absolute; right: 10px; top: -63px; width: 80px; height: 136px; color: #8b987c; opacity: .55; pointer-events: none; }
.sphere-list { position: relative; }
.spheres-panel .eyebrow { max-width: 75%; }
.route { background: #eee7dc; }
.button { border-radius: 2px; }
.professional h3, .route-name h3, .editorial-heading { letter-spacing: -.01em; }
@media (max-width: 1150px) {
 .brand-title { font-size: 20px; }
 .brand-motto { font-size: 11px; }
 .hero-portrait img { height: 570px; }
}
@media (max-width: 950px) {
 h1 { font-size: 43px; }
 .hero-intro { font-size: 16px; }
 .hero-portrait img { height: 530px; }
}
@media (max-width: 700px) {
 .hero { padding-top: 28px; }
 .hero-copy { display: contents; }
 .hero .eyebrow { order: 0; }
 .hero h1 { order: 1; font-size: clamp(32px,9.1vw,48px); line-height: 1.1; }
 .hero-intro { order: 2; }
 .hero-portrait { order: 3; margin-top: 25px; padding-left: 10px; }
 .hero-portrait img { height: clamp(360px,110vw,540px); object-position: 50% 35%; }
 .hero-actions { order: 4; margin-top: 25px; }
 .hero-copy > .action-note { order: 5; }
 .scroll-cue { order: 6; }
 .brand-title { font-size: 19px; }
 .brand-motto { font-size: 11px; max-width: 255px; }
 .about-visual img { max-height: 540px; object-position: 50% 29%; }
 .botanical-detail { width: 65px; height: 110px; top: -45px; }
 h2 { font-size: 36px; }
}
@media (max-width: 370px) {
 .brand-title { font-size: 17px; }
 .brand-motto { font-size: 10px; max-width: 225px; }
 .hero h1 { font-size: 32px; }
 .route-name h3 { font-size: 26px; }
}

/* Handwritten accents and stronger heading hierarchy. */
:root {
 --forest: #304f43;
 --terracotta: #985039;
 --hand: "Snell Roundhand", "Savoye LET", "Segoe Script", cursive;
}
h1, h2 { color: var(--forest); font-weight: 600; }
.brand-title, .footer-brand { font-weight: 600; }
.brand-title { color: var(--forest); }
.brand-motto {
 font-family: var(--hand); font-size: 24px; line-height: 1.35;
 font-style: normal; font-weight: 400; color: var(--terracotta);
 max-width: 365px; margin-top: 7px;
}
.header-inner { min-height: 120px; }
.brand { max-width: 400px; }
.main-nav { font-weight: 600; }
.portrait-motto, .quiet-thought {
 font-family: var(--hand); font-style: normal; font-weight: 400;
 color: var(--terracotta); font-size: 37px; line-height: 1.35;
 letter-spacing: 0;
}
.portrait-motto { max-width: 365px; }
.editorial-heading, .professional h3 {
 color: var(--terracotta); font-weight: 600;
}
.proof-item h4, .route-name h3, .meeting-steps h3 {
 color: var(--terracotta); font-weight: 600;
}
.recognition-list h3, .story-step h3 { color: var(--forest); font-weight: 700; }
.eyebrow { color: var(--forest); font-weight: 700; }
strong { font-weight: 700; color: var(--forest); }
.contacts h2 { color: var(--paper); }
.contacts .eyebrow { color: var(--gold); }
.site-footer .footer-inner p {
 font-family: var(--hand); font-size: 25px; line-height: 1.4;
 color: var(--gold); font-weight: 400;
}
@media (max-width: 1150px) {
 .brand-motto { font-size: 22px; max-width: 310px; }
 .main-nav { gap: 13px; }
}
@media (max-width: 950px) {
 .header-inner { min-height: 110px; }
 .brand { max-width: calc(100% - 70px); }
}
@media (max-width: 700px) {
 .brand-motto { font-size: 22px; max-width: 255px; }
 .header-inner { min-height: 115px; }
 .hero h1 { font-size: clamp(31px,8.6vw,46px); }
 .portrait-motto, .quiet-thought { font-size: 33px; }
 .site-footer .footer-inner p { font-size: 24px; }
 h2, .about-copy h2 { font-size: 34px; }
 .professional h3 { font-size: 31px; }
 .route-name h3 { font-size: 28px; }
}
@media (max-width: 370px) {
 .brand-motto { font-size: 20px; max-width: 212px; }
 .hero h1 { font-size: 30px; }
 .route-name h3 { font-size: 25px; }
}

/* Facts, bullet lists and confirmed programme pricing. */
.expert-numbers { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; list-style: none; padding: 0; margin: 32px 0; }
.expert-numbers li { display: flex; flex-direction: column; gap: 12px; border-top: 1px solid var(--line); padding-top: 20px; min-width: 0; }
.fact-number { font: 600 48px/1.1 var(--serif); color: var(--terracotta); }
.expert-numbers strong { font-size: 16px; line-height: 1.4; }
.expert-numbers li > span:last-child { font-size: 14px; line-height: 1.65; }
.expert-bullets, .program-includes { padding-left: 21px; margin: 20px 0 0; }
.expert-bullets li { padding-left: 5px; margin: 0 0 15px; font-size: 16px; line-height: 1.7; }
.expert-bullets li::marker, .program-includes li::marker { color: var(--terracotta); }
.program-includes li { font-size: 16px; margin: 10px 0; }
.price-value { display: block; font: 600 28px/1.3 var(--serif); color: var(--terracotta); margin-bottom: 10px; }
.price > span { display: block; line-height: 1.6; }
.about .editorial-heading { margin-top: 33px; margin-bottom: 17px; }
@media (max-width: 700px) {
 .expert-numbers { gap: 20px; margin-top: 27px; }
 .fact-number { font-size: 40px; }
 .expert-bullets li { font-size: 16px; }
 .price-value { font-size: 26px; }
}
@media (max-width: 370px) {
 .expert-numbers { grid-template-columns: 1fr; }
}

/* The shoulder portrait is a square 640px source. */
.about-visual figure { max-width: 420px; }
.about-visual img { width: 100%; height: auto; max-height: none; aspect-ratio: 1; object-fit: contain; }

/* Polished enamel finish for primary actions and contact controls. */
.button:not(:disabled) {
 position: relative; isolation: isolate; overflow: hidden;
 background: linear-gradient(180deg, rgba(255,255,255,.16) 0%, rgba(255,255,255,.025) 46%, rgba(0,0,0,.10) 49%, rgba(255,255,255,.035) 100%), linear-gradient(135deg, #416556, #203f35 62%, #17372e);
 border: 1px solid #254638; border-top-color: #809184; border-radius: 8px;
 color: #fffaf0; font-weight: 600; letter-spacing: .025em;
 box-shadow: inset 0 1px 0 rgba(255,255,255,.38), inset 0 -1px 0 rgba(0,0,0,.25), 0 5px 12px rgba(27,49,37,.15), 0 1px 2px rgba(27,49,37,.14);
 min-height: 56px; padding: 16px 26px;
 transition: box-shadow .18s ease, transform .18s ease, filter .18s ease;
}
.button:not(:disabled)::before {
 content: ''; pointer-events: none; position: absolute; z-index: -1;
 inset: 0; border-radius: inherit;
 background: linear-gradient(115deg, transparent 12%, rgba(255,255,255,.10) 34%, transparent 53%);
}
.button:not(:disabled) > span { color: #e7c98a; text-shadow: 0 1px 1px rgba(0,0,0,.45); }
.button:not(:disabled):hover {
 transform: translateY(-2px); filter: brightness(1.08);
 box-shadow: inset 0 1px 0 rgba(255,255,255,.48), inset 0 -1px 0 rgba(0,0,0,.25), 0 8px 18px rgba(27,49,37,.20);
}
.button:not(:disabled):active { transform: translateY(1px); box-shadow: inset 0 2px 5px rgba(0,0,0,.23), 0 1px 3px rgba(27,49,37,.16); }
.button:not(:disabled):focus-visible { outline: 3px solid var(--terracotta); outline-offset: 5px; }
.contact-links { display: grid; gap: 12px; }
.contact-links > a, .contact-links > a:last-child {
 padding: 18px 23px; min-height: 90px; border: 1px solid #456070;
 border-top-color: #72858e; border-radius: 8px;
 background: linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.015) 48%, rgba(0,0,0,.07) 49%, rgba(255,255,255,.025));
 box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 4px 9px rgba(0,0,0,.13);
 transition: background-color .18s, box-shadow .18s, transform .18s;
}
.contact-links > a:hover { background-color: rgba(255,255,255,.06); transform: translateY(-1px); box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 6px 14px rgba(0,0,0,.2); }
.contact-links > a:active { transform: translateY(1px); }
.pending-button { border-radius: 8px; box-shadow: none; background: transparent; }
@media (max-width: 700px) {
 .button:not(:disabled) { padding: 15px 23px; }
 .contact-links > a, .contact-links > a:last-child { padding: 16px 20px; }
}
@media (prefers-reduced-motion: reduce) {
 .button:not(:disabled):hover, .button:not(:disabled):active, .contact-links > a:hover, .contact-links > a:active { transform: none; }
}

/* Hero based on the supplied “я в белом” presentation. */
.hero-copy { padding-top: 8px; }
.hero h1 { font-size: clamp(62px,6vw,86px); line-height: .98; letter-spacing: -.025em; }
.hero .eyebrow { margin-bottom: 23px; }
.hero-roles { font-size: 14px; line-height: 1.7; font-weight: 600; max-width: 500px; margin-top: 22px; color: var(--forest); }
.hero-intro { border-top: 1px solid #c6b58f; padding-top: 22px; margin-top: 22px; font-size: 18px; }
.hero-intro strong { color: var(--terracotta); }
.hero-pillars { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 9px; }
.hero-pillars li { display: flex; align-items: baseline; gap: 12px; font-size: 13px; font-weight: 600; color: var(--forest); }
.hero-pillars li::before { content: ''; width: 6px; height: 6px; border: 1px solid #a48248; border-radius: 50%; flex: 0 0 auto; }
.hero-handwritten { font: 400 32px/1.35 var(--hand); color: var(--terracotta); margin-top: 20px; max-width: 510px; }
.hero-actions { margin-top: 24px; }
.hero-portrait img { height: 700px; }
@media (max-width: 1150px) { .hero h1 { font-size: 72px; } .hero-portrait img { height: 690px; } }
@media (max-width: 950px) { .hero h1 { font-size: 62px; } .hero-intro { font-size: 16px; } .hero-handwritten { font-size: 29px; } }
@media (max-width: 700px) {
 .hero h1 { order: 1; font-size: clamp(56px,14vw,76px); }
 .hero-roles { order: 2; margin-top: 20px; font-size: 13px; }
 .hero-intro { order: 3; font-size: 17px; }
 .hero-portrait { order: 4; }
 .hero-portrait img { height: clamp(360px,110vw,540px); }
 .hero-pillars { order: 5; margin-top: 24px; }
 .hero-handwritten { order: 6; font-size: 30px; margin-top: 20px; }
 .hero-actions { order: 7; }
 .hero-copy > .action-note { order: 8; }
 .scroll-cue { order: 9; }
}
@media (max-width: 370px) { .hero h1 { font-size: 54px; } .hero-handwritten { font-size: 28px; } }

/* Centered brand and slogan with navigation on its own row. */
.header-inner {
 flex-direction: column; justify-content: center; align-items: center;
 min-height: 0; padding-block: 22px 14px; gap: 14px;
}
.site-header .brand { width: 100%; max-width: 100%; text-align: center; }
.site-header .brand-motto { max-width: 640px; margin: 7px auto 0; }
.site-header .main-nav { width: 100%; justify-content: center; flex-wrap: wrap; }
.site-header .menu-toggle { padding-inline: 10px; }
@media (max-width: 950px) {
 .header-inner { gap: 8px; padding-block: 18px 10px; }
 .site-header .main-nav { justify-content: center; }
}
@media (max-width: 700px) {
 .site-header .brand-motto { max-width: 330px; }
 .site-header .main-nav { gap: 5px 20px; }
}

/* Rounded glossy green and pearl-white controls. */
.button:not(:disabled) {
 border-radius: 999px;
 background: linear-gradient(180deg, rgba(255,255,255,.38) 0%, rgba(255,255,255,.14) 24%, rgba(255,255,255,.03) 48%, rgba(0,0,0,.12) 50%, rgba(255,255,255,.09) 100%), linear-gradient(120deg, #456e59, #214f3c 65%, #163d2e);
 border-color: #345744; border-top-color: #a1b7a2;
 box-shadow: inset 0 2px 1px rgba(255,255,255,.52), inset 0 -2px 2px rgba(0,0,0,.22), 0 6px 13px rgba(27,49,37,.2);
 padding-inline: 28px;
}
.button:not(:disabled)::before {
 inset: 3px 14px auto; height: 42%; border-radius: 999px;
 background: linear-gradient(180deg, rgba(255,255,255,.25), rgba(255,255,255,0));
}
.button:not(:disabled):hover {
 filter: brightness(1.08);
 box-shadow: inset 0 2px 1px rgba(255,255,255,.6), inset 0 -2px 2px rgba(0,0,0,.22), 0 8px 18px rgba(27,49,37,.24);
}
.hero-actions .text-link, .contact-links > a, .contact-links > a:last-child {
 border-radius: 999px; color: #254638;
 background: linear-gradient(180deg, #fff 0%, #fff 22%, #f5f5f0 48%, #e4e8e1 51%, #f8faf5 100%);
 border: 1px solid #c5cec2; border-top-color: #fff;
 box-shadow: inset 0 2px 1px rgba(255,255,255,.95), inset 0 -2px 2px rgba(105,121,102,.15), 0 5px 12px rgba(20,37,30,.15);
 text-decoration: none;
}
.hero-actions .text-link { min-height: 56px; padding: 15px 23px; font-weight: 600; justify-content: center; }
.hero-actions .text-link:hover, .contact-links > a:hover {
 background: linear-gradient(180deg, #fff, #fff 40%, #edf1e9 51%, #fff);
 box-shadow: inset 0 2px 1px #fff, inset 0 -2px 2px rgba(105,121,102,.12), 0 7px 16px rgba(20,37,30,.19);
}
.hero-actions .text-link:active, .contact-links > a:active { box-shadow: inset 0 2px 4px rgba(65,82,62,.18), 0 2px 5px rgba(20,37,30,.12); }
.contact-links > a, .contact-links > a:last-child { padding-inline: 28px; }
.contact-links small { color: #506251; }
.contact-links > a > span:last-child { color: #985039; }
.hero-actions .text-link:focus-visible { outline: 3px solid var(--terracotta); outline-offset: 5px; }
.pending-button { border-radius: 999px; background: linear-gradient(#fafbf7, #ecefe7); color: #586354; border-color: #bdc7b7; }
.pending-button:hover { background: linear-gradient(#fafbf7, #ecefe7); }
@media (max-width: 700px) {
 .hero-actions { gap: 14px; }
 .hero-actions .text-link { min-height: 54px; padding-inline: 23px; }
 .contact-links > a, .contact-links > a:last-child { padding-inline: 24px; }
}

/* Compact closing thought in the recognition section. */
.recognition .quiet-thought { font-size: 24px; line-height: 1.3; margin-top: 16px; }
@media (max-width: 700px) {
 .recognition .quiet-thought { font-size: 22px; margin-top: 12px; }
}

/* Closing thought spans the entire section rather than one column. */
.recognition-grid { row-gap: 20px; }
.recognition .quiet-thought { grid-column: 1 / -1; margin-top: 0; }
@media (min-width: 701px) {
 .recognition .quiet-thought { white-space: nowrap; }
}
@media (max-width: 700px) {
 .recognition .quiet-thought { white-space: normal; }
}

/* Pearl finish matches the other light actions; availability is unchanged. */
.energy .pending-button, .energy .pending-button:hover {
 border-radius: 999px; color: #254638; font-weight: 600;
 background: linear-gradient(180deg, #fff 0%, #fff 22%, #f5f5f0 48%, #e4e8e1 51%, #f8faf5 100%);
 border: 1px solid #c5cec2; border-top-color: #fff;
 box-shadow: inset 0 2px 1px rgba(255,255,255,.95), inset 0 -2px 2px rgba(105,121,102,.15), 0 5px 12px rgba(20,37,30,.15);
 opacity: 1; transform: none;
}
.energy .pending-button > span { color: #985039; }

/* Equal widths for the two first-screen actions. */
.hero-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: min(100%, 570px); gap: 14px; }
.hero-actions > .button, .hero-actions > .text-link { width: 100%; min-width: 0; min-height: 56px; justify-content: center; gap: 12px; padding-inline: 18px; }
@media (max-width: 1150px) {
 .hero-actions { grid-template-columns: 1fr; width: min(100%, 285px); }
}

/* Right-aligned navigation; the brand remains centered. */
.site-header .main-nav { justify-content: flex-end; }
.site-header .menu-toggle { align-self: flex-end; }

/* Botanical accents: visible, fine lines with generous breathing room. */
.hero, .about, .route, .contacts { position: relative; }
.botanical-accent { position: absolute; display: block; width: 80px; height: 136px; color: #7e8f70; opacity: .7; pointer-events: none; user-select: none; }
.botanical-accent path { stroke-width: 1.6; }
.botanical-hero { width: 60px; height: 102px; right: 20px; bottom: 9px; transform: rotate(18deg); }
.botanical-about { left: 22px; bottom: 18px; transform: rotate(-12deg); }
.botanical-route { right: 24px; top: 20px; transform: rotate(12deg); }
.botanical-contacts { left: 24px; bottom: 18px; color: #e7c98a; opacity: .6; transform: rotate(-12deg); }
@media (max-width: 950px) {
 .botanical-accent { width: 52px; height: 88px; }
 .botanical-about, .botanical-contacts { left: 18px; bottom: 12px; }
 .botanical-route { right: 18px; top: 12px; }
}
@media (max-width: 700px) {
 .botanical-accent { width: 40px; height: 68px; }
 .botanical-hero { right: 12px; bottom: 8px; }
 .botanical-about, .botanical-contacts { left: auto; right: 16px; bottom: 8px; }
 .botanical-route { right: 16px; top: 8px; }
}

/* Consistent size for handwritten phrases throughout the page. */
:root { --handwritten-size: 24px; }
.site-header .brand-motto,
.hero-handwritten,
.portrait-motto,
.recognition .quiet-thought,
.site-footer .footer-inner p {
 font-size: var(--handwritten-size);
 line-height: 1.35;
}
@media (max-width: 700px) {
 :root { --handwritten-size: 22px; }
}

/* First-screen message and everyday explanations. */
.hero-client-message { margin-bottom: 12px; font-size: 22px; line-height: 1.35; }
.hero-pillars li { line-height: 1.5; font-weight: 400; }
.hero-pillars li:first-child { font-weight: 600; }
@media (max-width: 700px) {
 .hero-client-message { font-size: 21px; }
}
