/* Editorial visual system. Content and existing interaction hooks are retained. */
:root {
  --color-primary: #776e60;
  --color-primary-dark: #62594e;
  --color-secondary: #f5f2ec;
  --color-secondary-strong: #eae4da;
  --color-accent: #e5dfd4;
  --color-surface: #faf8f3;
  --color-text: #39332c;
  --color-heading: #30271f;
  --color-border: #d6cec1;
  --color-muted: #72695f;
  --shadow-sm: none;
  --shadow-md: none;
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 10px;
  --font-body: 'Manrope', sans-serif;
  --font-heading: 'Cormorant Garamond', Georgia, serif;
  --header-height: 106px;
}
body {font-size: 16px; line-height: 1.75; background: var(--color-secondary); -webkit-font-smoothing: antialiased;}
h1,h2,h3,h4 {font-weight: 500; letter-spacing: -.025em; text-wrap: balance;}
h2 {font-size: clamp(2.2rem, 3.6vw, 3.65rem);}
h3 {font-size: 1.85rem; line-height: 1.15;}
p {text-wrap: pretty;}
::selection {background: #ded4c3; color: #30271f;}
a {text-underline-offset: .25em;}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible {outline: 2px solid #776e60; outline-offset: 5px;}
section[id] {scroll-margin-top: 120px;}
.container {width: min(1360px, calc(100% - 112px));}
.site-header {background: rgba(245,242,236,.96); border-bottom: 1px solid rgba(128,114,94,.18);}
.header-wrapper {gap: 32px;}
.logo {gap: 0; flex-shrink: 0;}
.logo-avatar {display: none;}
.logo .name {font-size: clamp(1.65rem,2.25vw,2.45rem);font-weight: 500;letter-spacing: -.04em;line-height:1.05;}
.logo .subtitle {font-size: .66rem;letter-spacing:.15em;margin-top:11px;color:#665c50;}
.nav {margin-left:auto;}
.nav ul {gap: 30px;}
.nav a {font-size:.85rem;font-weight:500;}
.nav-link.active {font-weight:600;}
.nav-link::after {height:1px;}
.btn {min-height:50px;padding:13px 25px;border-radius:7px;font-family:var(--font-body);font-size:.88rem;font-weight:500;line-height:1.5;transition:background-color .2s,border-color .2s,box-shadow .2s;}
.btn:hover {transform:none;}
.btn.primary {background:var(--color-primary);border-color:var(--color-primary);color:#fffdf8;box-shadow:0 2px 5px rgba(63,50,34,.04);}
.btn.primary:hover {background:var(--color-primary-dark);border-color:var(--color-primary-dark);}
.btn.secondary {background:#e8e2d8;color:#4b4237;border-color:#d8cfc1;}
.btn.secondary:hover {background:#dcd4c7;color:#392f24;}
.btn.outline {background:rgba(250,248,243,.72);border-color:#a89d8c;color:#51473b;}
.btn.outline:hover {background:#e9e3d8;border-color:#827664;}
.btn.large {font-size:.9rem;padding:16px 25px;}
.home-page .site-header {position:absolute;inset:0 0 auto;background:transparent;backdrop-filter:none;border-bottom:0;}
.home-page .hero {padding:0;background:#eee9df;min-height:820px;position:relative;}
.home-page .hero-overlay {background:linear-gradient(90deg,rgba(245,242,236,.96) 0%,rgba(245,242,236,.94) 28%,rgba(245,242,236,.75) 43%,rgba(245,242,236,0) 65%),url('Images/hero-editorial.webp') center center / cover no-repeat;}
.home-page .hero-grid {min-height:820px;display:grid;grid-template-columns:1fr;align-content:center;padding-top:135px;padding-bottom:125px;gap:0;}
.home-page .hero-copy {width:53%;max-width:715px;}
.eyebrow,.section-kicker {font-size:.69rem;line-height:1.8;letter-spacing:.13em;text-transform:uppercase;font-weight:500;color:#6c6153;}
.home-page .hero h1 {font-size:clamp(3.3rem,4.65vw,4.7rem);line-height:.98;letter-spacing:-.035em;margin:25px 0;}
.home-page .hero h1 em {font-weight:400;color:#786753;}
.home-page .hero .lead {font-size:.96rem;line-height:1.8;max-width:540px;margin-bottom:29px;}
.hero-actions {gap:12px;align-items:center;}
.hero-actions a[href="#video-intro"]::before {content:'▶';display:inline-grid;place-items:center;width:25px;height:25px;border:1px solid currentColor;border-radius:50%;font-size:9px;margin-right:12px;flex-shrink:0;}
.home-page .hero-card {position:absolute;right:0;bottom:20px;width:40%;background:rgba(245,242,236,.87);border:0;border-radius:0;box-shadow:none;}
.home-page .hero-photo {display:none;}
.home-page .hero-card-body {padding:15px 23px;border-top:1px solid #bdb2a1;}
.home-page .hero-card-body p {font-family:var(--font-heading);font-size:1.65rem;line-height:1.12;margin:0;}
.home-page .hero-card-body strong {font-weight:500;}
.home-page .hero-inline-links {margin-top:8px;font-size:.75rem;}
.section {padding:92px 0;}
.section--alt {background:#efebe3;border:0;}
.section--feature,.content-page-hero,.stub-page .stub-hero {background:#eee8de;}
.section-heading {max-width:870px;margin-bottom:40px;}
.section-heading h2 {font-size:clamp(2.4rem,3.9vw,3.9rem);line-height:1.08;}
.section-heading>p:not(.section-kicker) {max-width:680px;}
.split-layout {grid-template-columns:.8fr 1.2fr;gap:80px;}
.split-copy {max-width:700px;}
.split-copy h2 {margin-bottom:27px;}
#video-intro {background:#f7f4ee;border-bottom:1px solid var(--color-border);}
#video-intro .video-shell {padding:0 40px;border-right:1px solid var(--color-border);}
.video-placeholder {border:0;background:linear-gradient(180deg,rgba(30,25,20,.02),rgba(30,25,20,.4)),url('Images/nikita.jpg') 49% center / cover;border-radius:4px;box-shadow:none;align-items:end;}
.video-placeholder__inner {margin-bottom:15px;background:rgba(248,245,239,.94);color:#44392d;border-radius:5px;padding:22px 15px;}
.video-placeholder__inner>span:last-child {font-size:.75rem;}
.play-icon {background:#776e60;color:#fffdf8;border:1px solid #776e60;width:55px;height:55px;font-size:1rem;}
#audience .container {display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:start;}
#audience .content-page-card {padding:0;border:0;}
.card-grid {gap:24px;}
.info-card,.format-card,.topic-card,.practice-card,.review-card,.approach-item,.content-panel {background:transparent;border:0;border-top:1px solid var(--color-border);border-radius:0;box-shadow:none;padding:29px 0;}
.format-card {padding:30px; background:var(--color-surface);border:1px solid var(--color-border);border-radius:5px;}
.format-card--intro {background:#e8e2d7;}
.format-card--accent {background:#f0ece4;}
.format-card h3 {font-size:2.15rem;margin-bottom:20px;}
.format-card ul {font-size:.9rem;}
.format-meta,.practice-time,.review-topic {padding:0;min-height:0;border-radius:0;background:none;font-size:.72rem;font-weight:500;letter-spacing:.045em;color:#736654;margin-bottom:20px;}
.format-card .text-link {padding-top:20px;border-top:1px solid var(--color-border);font-size:.85rem;}
.text-link {font-weight:600;}
.approach-grid {gap:32px;}
.approach-item {padding-right:24px;}
.approach-item h3 {font-size:2rem;}
.review-card {padding:32px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:5px;}
.content-panel {padding:28px;}
.feature-banner {background:#eae3d8;border:0;border-radius:5px;padding:45px;}
.badge,.meta-pill {background:#e6ded2;border-radius:5px;font-weight:500;color:#554938;}
.faq-items {gap:0;}
.faq-items details {padding:24px 0;background:transparent;border:0;border-bottom:1px solid var(--color-border);border-radius:0;box-shadow:none;}
.faq-items details:first-child {border-top:1px solid var(--color-border);}
.faq-items summary {font-size:1.06rem;font-weight:500;display:flex;align-items:baseline;justify-content:space-between;gap:20px;}
.faq-items summary::after {content:'+';font-family:var(--font-heading);font-size:1.7rem;font-weight:400;line-height:1;}
.faq-items details[open] summary::after {content:'−';}
.faq-items details[open] summary {margin-bottom:20px;}
.faq-items details p {max-width:880px;}
.booking {background:#e9e3d9;border-top:1px solid var(--color-border);}
.booking-layout {gap:80px;}
.booking-copy h2 {font-size:clamp(2.4rem,3.7vw,3.7rem);line-height:1.1;}
.booking-card {background:#f7f4ee;border:1px solid #d2c9ba;border-radius:8px;padding:32px;}
.booking-form label {font-size:.88rem;font-weight:500;}
.booking-form input,.booking-form select,.booking-form textarea,.booking-message {background:#fcfaf6;border-color:#bdb3a4;border-radius:5px;font-size:16px;}
.booking-success {background:#e7e2d7;border-radius:5px;}
.content-page-shell {max-width:1040px;}
.content-page-card {background:transparent;border:0;border-radius:0;box-shadow:none;padding:0;}
.content-page-main>.section+.section {padding-top:45px;padding-bottom:45px;}
.content-page-card h1 {font-size:clamp(3rem,5.3vw,5.5rem);line-height:1.04;margin-bottom:30px;}
.content-page-card h2 {font-size:clamp(2rem,3.2vw,3.2rem);line-height:1.13;margin-bottom:25px;}
.content-page-lead {font-size:1.13rem;max-width:900px;}
.content-page-card--closing {border-top:1px solid var(--color-border);padding-top:35px;}
.content-page-card--diagnosis {background:#e9e2d7;padding:32px;border-radius:5px;}
.content-page-chiplist li,.content-page-quicklist li,.content-page-subcard,.content-page-step {background:#f9f6f0;border:1px solid #d8cfc1;border-radius:5px;padding:22px;}
.content-page-subcard h3,.content-page-step h3 {font-size:1.65rem;}
.content-page-figure img {border-radius:5px;box-shadow:none;}
.content-page-divider {font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;font-weight:500;}
.stub-page .stub-card {background:transparent;border:0;border-radius:0;box-shadow:none;padding:0;}
.stub-page .stub-card h1 {font-size:clamp(3rem,5vw,5rem);}
.footer {background:#e2dacd;border:0;}
.footer--expanded {padding-top:55px;}
.footer-grid {gap:45px;}
.footer-column h3 {font-size:1.5rem;font-weight:500;}
.footer-links {font-size:.85rem;}
.footer-bottom {padding-top:35px;margin-top:30px;border-top:1px solid #c8bcaa;font-size:.8rem;}
.hero-soft-entry__link {border-color:var(--color-border);}
@media(min-width:1500px){.home-page .hero,.home-page .hero-grid{min-height:880px}.home-page .hero h1{font-size:5rem}}
@media(max-width:1150px){
 .container{width:calc(100% - 64px)}.header-wrapper{gap:20px}.nav ul{gap:18px}.nav a{font-size:.77rem}.logo .name{font-size:1.8rem}
 .home-page .hero-copy{width:55%}.home-page .hero h1{font-size:3.5rem}.home-page .hero .lead{font-size:.9rem}
 .split-layout,#audience .container{gap:40px;grid-template-columns:.85fr 1.15fr}.booking-layout{gap:35px}.footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
 :root{--header-height:90px}.container{width:calc(100% - 40px)}.nav{position:absolute;top:100%;left:0;right:0;margin:0;max-height:0;overflow:hidden;background:#f5f2ec;border-bottom:1px solid #d6cec1}.nav.open{max-height:380px}.nav ul{flex-direction:column;gap:0;padding:15px 20px}.nav a{font-size:.95rem;padding:12px 0}.nav-toggle{display:flex}.header-actions{margin-left:auto}
 .home-page .site-header{position:relative;background:#f5f2ec}.home-page .hero,.home-page .hero-grid{min-height:0}.home-page .hero-grid{padding:50px 0 0;display:flex;flex-direction:column;align-items:stretch}.home-page .hero-overlay{background:linear-gradient(110deg,#f5f2ec,#eee8dd)}
 .home-page .hero-copy{width:100%;max-width:720px}.home-page .hero h1{font-size:clamp(2.9rem,7.7vw,4.3rem);max-width:700px}.home-page .hero .lead{font-size:1rem;max-width:630px}
 .home-page .hero-card{position:relative;right:auto;bottom:auto;width:100%;margin-top:30px;background:transparent;display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:30px}.home-page .hero-photo{display:block;height:440px;object-fit:cover;object-position:50% 30%;aspect-ratio:auto;border-radius:4px 4px 0 0}.home-page .hero-card-body{padding:25px 0 40px}.home-page .hero-card-body p{font-size:2rem}
 .section{padding:65px 0}.split-layout,#audience .container{grid-template-columns:1fr;gap:35px}#video-intro .video-shell{border:0;padding:0}.split-copy{max-width:none}#audience .section-heading{margin-bottom:0}.booking-layout{grid-template-columns:1fr}
}
@media(max-width:600px){
 :root{--header-height:84px}body{font-size:15px}.container{width:calc(100% - 36px)}.header-wrapper{gap:12px}.logo .name{font-size:1.6rem}.logo .subtitle{font-size:.52rem;letter-spacing:.08em;margin-top:8px}.header-actions{gap:6px}.header-actions .btn.primary{font-size:.75rem;min-height:43px;padding:10px 12px}.nav-toggle{width:34px}
 .home-page .hero-grid{padding-top:28px}.home-page .hero h1{font-size:2.9rem;line-height:1.02;margin-top:18px}.home-page .hero .lead{font-size:.92rem;line-height:1.7}.eyebrow{font-size:.59rem;letter-spacing:.09em}.hero-actions{gap:10px}.hero-actions .btn{width:100%;min-height:52px}
 .home-page .hero-card{grid-template-columns:1fr;gap:0;margin-top:24px}.home-page .hero-photo{height:auto;max-height:490px;aspect-ratio:1/1.08;object-position:50% 25%}.home-page .hero-card-body{padding:22px 0 28px;border:0}.home-page .hero-card-body p{font-size:1.85rem}.home-page .hero-inline-links{font-size:.85rem}
 .section{padding:50px 0}.section-heading{margin-bottom:28px}.section-heading h2{font-size:2.65rem}.format-card,.review-card,.booking-card{padding:24px}.format-card h3{font-size:1.9rem}.card-grid{gap:16px}.feature-banner{padding:25px}.content-page-card--diagnosis{padding:24px}.content-panel{padding:20px 0}.footer-grid{grid-template-columns:1fr 1fr;gap:30px 20px}.footer-column:first-child{grid-column:1/-1}.content-page-card h1{overflow-wrap:anywhere}
}
/* Editorial copy: clear facts and short, readable paragraphs. */
.media-page h1 {font-size:clamp(3rem,5vw,5rem);line-height:1.1;max-width:950px;}
.media-nav {display:flex;flex-wrap:wrap;gap:12px;margin-top:28px;}
.media-nav a {display:inline-flex;align-items:center;min-height:44px;padding:10px 20px;border:1px solid #bcb09f;border-radius:5px;color:#51473b;background:#faf8f3;font-size:.9375rem;}
.media-nav a:hover {background:#e4dccc;}
.media-outlet {border-bottom:1px solid #d6cec1;}
.media-outlet-heading {display:flex;justify-content:space-between;align-items:baseline;gap:24px;border-bottom:1px solid #c9bdab;padding-bottom:20px;}
.media-outlet-heading h2 {margin:0;}
.media-outlet-heading>span,.media-date {color:#72695f;font-size:.875rem;}
.media-list {list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;column-gap:48px;}
.media-item {padding:28px 0;border-bottom:1px solid #d6cec1;min-width:0;}
.media-item .media-date {margin:0 0 12px;}
.media-item h3 {font-family:var(--font-body);font-size:1.06rem;letter-spacing:0;line-height:1.6;margin:0 0 12px;font-weight:600;}
.media-item h3 a {color:#39332c;text-decoration:underline;text-decoration-color:#c1b49f;text-underline-offset:4px;}
.media-item h3 a:hover {text-decoration-color:#51473b;}
.media-item>p:last-child {font-size:.9375rem;line-height:1.7;margin:0;}
.media-archive {margin-top:32px;}
.media-archive summary {cursor:pointer;min-height:44px;padding:10px 0;color:#51473b;font-weight:500;}
.media-channels {display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:32px;}
.media-channels>a {display:flex;flex-direction:column;gap:12px;padding:32px;border:1px solid #c9bdab;background:#faf8f3;border-radius:6px;color:#39332c;}
.media-channels strong {font-family:var(--font-heading);font-size:2.5rem;line-height:1.2;font-weight:500;}
.media-channel-link {margin-top:12px;text-decoration:underline;text-underline-offset:4px;font-size:.9375rem;}
.media-teaser {border-block:1px solid #d6cec1;}
@media(max-width:700px){.media-list,.media-channels{grid-template-columns:1fr}.media-outlet-heading{display:block}.media-outlet-heading>span{display:block;margin-top:8px}.media-page h1{font-size:3rem}.media-item{padding:24px 0}.media-channels>a{padding:24px}}
.profile-links {border-top:1px solid var(--color-border);margin-top:30px;padding-top:22px;}
.profile-links>p {font-size:.875rem;color:#72695f;margin:0 0 12px;}
.profile-links>div {display:flex;flex-wrap:wrap;gap:14px;}
.profile-links a {display:inline-flex;align-items:center;gap:12px;min-height:48px;padding:8px 16px;border:1px solid #d6cec1;border-radius:5px;color:#39332c;text-decoration:none!important;font-size:.9375rem;}
.profile-links img {width:32px;height:32px;}
.profile-links a:hover {background:#eae4da;}
.profile-links {margin-top:40px;padding:32px;background:#eee8de;border:1px solid #d6cec1;border-radius:8px;}
.profile-links[id] {scroll-margin-top:125px;}
.profile-links>h3 {font-size:2rem;margin:0 0 10px;}
.profile-links>p {font-size:1rem;margin:0 0 24px;color:#655c50;}
.profile-links>div {display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.profile-links a {width:100%;min-height:112px;gap:18px;padding:24px;background:#faf8f3;border-color:#c9beae;border-radius:6px;transition:background-color .2s,border-color .2s;}
.profile-links a:hover {background:#f5f0e7;border-color:#8d7d66;}
.profile-links img {width:48px;height:48px;flex-shrink:0;}
.profile-card-copy {display:flex;flex-direction:column;gap:6px;}
.profile-card-copy strong {font-size:1.4rem;line-height:1.3;font-weight:600;}
.profile-card-copy>span {font-size:.9375rem;line-height:1.5;color:#655c50;}
.profile-card-arrow {margin-left:auto;font-size:1.5rem;color:#786753;}
@media(max-width:650px){.profile-links{padding:24px 20px}.profile-links>div{grid-template-columns:1fr;gap:14px}.profile-links a{padding:20px;min-height:104px;gap:14px}.profile-links>h3{font-size:1.8rem}.profile-card-copy strong{font-size:1.25rem}.profile-links img{width:40px;height:40px}}
.course-page h1 {font-size:clamp(3rem,5.3vw,5.5rem);line-height:1.04;max-width:950px;}
.course-page h2 {margin-bottom:28px;}
.course-keyfacts {font-size:.9375rem;margin:25px 0;}
.course-benefits {display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px;}
.course-benefits article {border-top:1px solid #d6cec1;padding-top:24px;}
.course-benefits h3 {font-size:1.65rem;}
.course-program {list-style:decimal-leading-zero;margin:0;padding-left:2.5em;}
.course-program li {padding:20px 0 20px 12px;border-bottom:1px solid #d6cec1;}
.course-program li::marker {color:#786753;font-size:.875rem;}
.course-program h3 {font-family:var(--font-body);font-size:1.05rem;letter-spacing:0;line-height:1.6;margin-bottom:8px;}
.course-program p {margin:0;}
.course-prices {display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px;}
.course-price {font-size:2rem;font-family:var(--font-heading);}
.course-reviews {display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px;align-items:start;}
.course-review {border-top:1px solid #cbbfad;padding-top:22px;min-width:0;}
.course-review blockquote {margin:0 0 24px;font-size:.9375rem;line-height:1.8;}
.course-review summary {cursor:pointer;text-decoration:underline;text-underline-offset:4px;font-size:.875rem;min-height:44px;}
.course-review details img {width:100%;height:auto;display:block;margin:16px 0;}
.course-review details a {font-size:.875rem;}
.course-teaser {background:#ece6dc;border-block:1px solid #d6cec1;}
.course-teaser-inner {display:grid;grid-template-columns:1fr auto;align-items:center;gap:40px;max-width:1040px;margin:auto;}
.course-teaser h2 {font-size:clamp(2.1rem,3vw,3rem);}
.course-teaser p {max-width:720px;}
.course-teaser-meta {font-size:.875rem;color:#72695f;margin-bottom:0;}
@media(max-width:800px){.course-benefits,.course-reviews,.course-prices,.course-teaser-inner{grid-template-columns:1fr}.course-teaser-inner{gap:24px}.course-teaser-inner>.btn{justify-self:start}.course-page h1{font-size:3rem}.course-review details img{max-width:460px}}
.education-section {border-top:1px solid var(--color-border);}
.education-timeline {list-style:none;padding:0;margin:40px 0 64px;}
.education-timeline>li {position:relative;display:grid;grid-template-columns:95px 1fr;gap:35px;padding:0 0 32px;}
.education-timeline>li::before {content:'';position:absolute;left:108px;top:10px;bottom:-10px;width:1px;background:#d6cec1;}
.education-timeline>li:last-child::before {display:none;}
.education-timeline>li::after {content:'';position:absolute;left:105px;top:9px;width:7px;height:7px;border-radius:50%;background:#9b8d79;}
.education-year {font-size:1rem;color:#756957;font-variant-numeric:tabular-nums;}
.education-timeline h3 {font-family:var(--font-body);font-size:1rem;font-weight:600;line-height:1.6;letter-spacing:0;margin:0 0 5px;}
.education-timeline p {font-size:.9rem;color:#72695f;margin:0;}
.education-timeline h4 {font-family:var(--font-body);font-size:.875rem;font-weight:500;letter-spacing:0;margin:22px 0 8px;}
.education-timeline ul {padding-left:20px;margin:0;font-size:.9375rem;}
.education-gallery {border-top:1px solid var(--color-border);padding-top:32px;}
.education-gallery-header {display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px;}
.education-gallery-header h3 {margin:0 0 8px;}
.education-gallery-header p {font-size:.9rem;color:#72695f;margin:0;}
.education-controls {display:flex;gap:8px;flex-shrink:0;}
.education-controls[hidden] {display:none;}
.education-controls button,.document-close {font:inherit;background:#faf8f3;color:#51473b;border:1px solid #bcb09f;border-radius:5px;min-width:44px;min-height:44px;cursor:pointer;}
.education-controls button:disabled {opacity:.35;cursor:default;}
.education-documents {display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;list-style:none;padding:4px 2px 18px;margin:0;scrollbar-width:thin;scrollbar-color:#afa28e #eae4da;}
.education-document {flex:0 0 calc((100% - 40px)/3);scroll-snap-align:start;min-width:0;}
.document-open {display:block;color:var(--color-text);text-decoration:none!important;}
.document-image {height:205px;display:flex;align-items:center;justify-content:center;background:#ede8de;border:1px solid #d6cec1;border-radius:5px;padding:16px;}
.document-image img {width:100%;height:100%;object-fit:contain;}
.document-title,.document-caption,.document-hint {display:block;}
.document-title {font-size:.9375rem;font-weight:600;line-height:1.5;margin:15px 0 5px;}
.document-caption {font-size:.875rem;color:#72695f;line-height:1.6;}
.document-hint {font-size:.8rem;color:#6c6153;margin-top:10px;text-decoration:underline;text-underline-offset:4px;}
.document-dialog {width:min(1000px,calc(100% - 32px));max-height:calc(100dvh - 32px);padding:24px;border:1px solid #d6cec1;border-radius:8px;background:#faf8f3;color:#39332c;overflow:auto;}
.document-dialog::backdrop {background:rgba(35,30,24,.72);}
.document-dialog-header {display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;}
.document-dialog-header p {margin:0;font-size:1rem;}
.document-close {padding:8px 14px;flex-shrink:0;}
.document-full {display:block;width:100%;max-height:70dvh;object-fit:contain;background:#eee9df;}
.document-original {display:inline-block;font-size:.9rem;padding:14px 0 0;text-decoration:underline;}
body:has(.document-dialog[open]) {overflow:hidden;}
@media(max-width:700px){.education-document{flex-basis:72%}.education-timeline>li{grid-template-columns:64px 1fr;gap:22px}.education-timeline>li::before{left:73px}.education-timeline>li::after{left:70px}.education-gallery-header{align-items:flex-start}.document-dialog{padding:16px}.document-dialog-header{align-items:flex-start;gap:12px}.document-dialog-header p{font-size:.875rem}.document-close{padding:8px;font-size:.875rem}}
/* A stable navigation surface keeps every link legible over the portrait. */
.site-header,.home-page .site-header {position:sticky;top:0;inset:auto;top:0;z-index:100;background:#f5f2ec;border-bottom:1px solid #d6cec1;backdrop-filter:none;}
.nav a {color:#39332c;font-size:.9375rem;min-height:44px;display:flex;align-items:center;}
.nav a:hover,.nav a:focus-visible {color:#51473b;}
.nav-link.active {color:#39332c;}
.home-page .hero-grid {padding-top:70px;}
.logo .subtitle {font-size:.75rem;letter-spacing:.08em;}
.eyebrow,.section-kicker {font-size:.75rem;}
.format-meta,.practice-time,.review-topic {font-size:.875rem;}
.footer-links,.home-page .hero-inline-links {font-size:.875rem;}
.kinescope-review-lazy {background:#e8e2d8;align-items:center;}
.booking-message {width:100%;}
.footer-links a,.content-page-card a {overflow-wrap:anywhere;}
.content-page-card p a:not(.btn),.footer-links a {text-decoration:underline;text-decoration-color:#a89d8c;}
@media(max-width:1150px){.nav ul{gap:16px}.header-wrapper{gap:18px}.nav a{font-size:.875rem}}
@media(max-width:900px){.nav{visibility:hidden;pointer-events:none}.nav.open{visibility:visible;pointer-events:auto}.home-page .hero-grid{padding-top:40px}.nav a{font-size:1rem}}
@media(max-width:600px){.home-page .site-header{position:sticky}.home-page .hero-grid{padding-top:28px}.logo .subtitle{font-size:.65rem;letter-spacing:0}.eyebrow{font-size:.75rem}.header-actions .btn.primary{font-size:.875rem}.nav-toggle{min-width:44px;min-height:44px}.header-wrapper{gap:8px}.logo .name{font-size:1.5rem}.header-actions{gap:2px}}
@media(max-width:360px){.header-wrapper{gap:4px}.logo .name{font-size:1.25rem}.logo .subtitle{font-size:.6rem}.header-actions .btn.primary{font-size:.8rem;padding:10px 8px}.footer-grid{grid-template-columns:1fr}.footer-column:first-child{grid-column:auto}}
.hero-reassurance {font-size:.87rem;line-height:1.6;margin:16px 0 0;max-width:480px;}
.hero-facts {font-size:.82rem;line-height:1.6;margin:12px 0 0;color:#655c50;max-width:480px;}
.professional-facts,.request-list {padding-left:1.2em;}
.professional-facts li,.request-list li {margin-bottom:15px;line-height:1.7;}
.secondary-formats-heading {margin-top:50px;margin-bottom:24px;}
.secondary-formats-heading h3 {font-size:2rem;}
.contact-primary {margin:28px 0;}
@media(max-width:600px){.hero-reassurance,.hero-facts{font-size:.875rem}.home-page .hero .lead{font-size:1rem}.content-page-main p{font-size:1rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}

/* Keep the expanded primary navigation comfortable on smaller laptops. */
.site-header .nav a {white-space:nowrap;}
.site-header .nav a[aria-current="page"] {font-weight:600;text-decoration:underline;text-decoration-color:#a89d8c;}
@media (min-width:901px) and (max-width:1100px) {
 .site-header .nav {position:absolute;top:100%;left:0;right:0;margin:0;max-height:0;overflow:hidden;background:#f5f2ec;border-bottom:1px solid #d6cec1;visibility:hidden;pointer-events:none;}
 .site-header .nav.open {max-height:380px;visibility:visible;pointer-events:auto;}
 .site-header .nav ul {flex-direction:column;gap:0;padding:15px 32px;}
 .site-header .nav a {display:block;font-size:1rem;padding:12px 0;}
 .site-header .nav li + li {border-top:1px solid #d6cec1;}
 .site-header .nav-toggle {display:flex;min-width:44px;min-height:44px;}
 .site-header .header-actions {margin-left:auto;}
}

/* Purposeful hierarchy and progressive disclosure. */
.process-section {background:#ebe5db;border-block:1px solid #d6cec1;}
.process-layout {display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:start;}
.process-intro {position:sticky;top:140px;}
.process-intro p {max-width:360px;}
.process-intro .text-link {display:inline-block;margin-top:18px;}
.process-step {border-bottom:1px solid #c7bcac;}
.process-step:first-child {border-top:1px solid #c7bcac;}
.process-step summary {display:grid;grid-template-columns:40px 1fr 24px;gap:18px;align-items:start;list-style:none;cursor:pointer;padding:28px 0;}
.process-step summary::-webkit-details-marker,.message-help summary::-webkit-details-marker,.media-more summary::-webkit-details-marker {display:none;}
.process-step summary::after {content:none;}
.step-number {font-size:.85rem;padding-top:5px;color:#736553;font-variant-numeric:tabular-nums;}
.process-step strong {display:block;font-family:var(--font-heading);font-size:1.9rem;font-weight:500;line-height:1.15;}
.process-step small {display:block;font-size:.875rem;margin-top:10px;color:#62594e;}
.disclosure-mark {font-size:1.5rem;line-height:1;transition:transform .2s;}
.process-step[open] .disclosure-mark {transform:rotate(45deg);}
.process-step[open] .step-number {font-weight:700;color:#39332c;}
.step-body {padding:0 42px 22px 58px;max-width:620px;}
.step-body p {margin:0;}
.competence-note {margin-top:30px;padding:24px;border-left:2px solid #9e907c;background:#f3eee6;}
.competence-note strong {font-size:.9rem;font-weight:600;}
.competence-note p {font-size:.9rem;margin:10px 0 0;}
.other-formats {display:flex;flex-wrap:wrap;gap:16px 28px;margin:32px 0 0;padding-top:24px;border-top:1px solid var(--color-border);font-size:.9rem;}
.other-formats a,.contact-alternative a {text-decoration:underline;text-decoration-color:#a89d8c;}
.home-page #formats .format-card {padding:32px;background:#faf8f3;border:1px solid var(--color-border);}
.home-page #formats .format-card--intro {background:#eee8de;}
.home-page #formats .format-card h3 {font-size:2rem;}
.home-page #formats .format-meta {font-weight:600;color:#51473b;}
.booking-simple {background:#e3dbce;}
.booking-simple .booking-layout {grid-template-columns:1fr 1fr;gap:70px;align-items:start;}
.booking-simple .booking-copy {padding:0;}
.booking-simple .booking-copy>p {max-width:460px;}
.booking-direct {padding:36px;background:#f8f5ef;border:1px solid #cfc4b3;border-radius:8px;}
.booking-direct h3 {font-size:2.25rem;}
.booking-response,.contact-alternative {font-size:.9rem;}
.booking-direct .split-actions {gap:12px;}
.message-help {margin-top:28px;border-top:1px solid #d6cec1;}
.message-help summary,.media-more summary {display:flex;justify-content:space-between;align-items:center;gap:20px;cursor:pointer;list-style:none;min-height:56px;padding:16px 0;font-size:.95rem;}
.message-help summary::after,.media-more summary::after {content:none;}
.message-help[open] summary>span:last-child,.media-more[open] summary>span:last-child {transform:rotate(45deg);}
.message-help-body {border-top:1px solid #e1d9cd;padding-top:20px;}
#intro-message {padding:18px;background:#eee8de;font-size:.95rem;user-select:text;}
.copy-status {font-size:.875rem;}
.copy-status:empty {display:none;}
.message-help small {display:block;color:#62594e;}
.professional-section {padding-block:56px;}
.professional-section h2 {font-size:2.75rem;}
.professional-grid {display:grid;grid-template-columns:1.3fr 1fr;gap:60px;margin-top:28px;}
.professional-grid article {border-top:1px solid var(--color-border);padding-top:24px;}
.professional-grid h3 {font-size:1.75rem;}
.professional-grid p {font-size:.95rem;max-width:560px;}
.media-feature-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;list-style:none;margin:32px 0 0;padding:0;}
.media-feature {padding:28px;border-top:2px solid #9a8972;background:#eee8de;}
.media-feature h3 {font-family:var(--font-body);font-weight:600;font-size:1.05rem;line-height:1.55;margin:16px 0;}
.media-feature h3 a {text-decoration:underline;text-decoration-color:#a89d8c;}
.media-feature>p:last-child {font-size:.9rem;}
.media-more {border-bottom:1px solid #d6cec1;}
.media-more .when-open,.media-more[open] .when-closed {display:none;}
.media-more[open] .when-open {display:inline;}
.media-page .content-page-hero {padding-block:64px;}
.document-position {font-size:.85rem;white-space:nowrap;font-variant-numeric:tabular-nums;}
.media-selected+.media-outlet {border-top:1px solid var(--color-border);}
@keyframes detail-enter {from {opacity:.4;transform:translateY(-4px)} to {opacity:1;transform:none}}
.process-step[open] .step-body,.message-help[open] .message-help-body {animation:detail-enter .2s ease-out;}
@media(max-width:1000px) {
 .process-layout {gap:36px;grid-template-columns:1fr 1.3fr;}
 .booking-simple .booking-layout {gap:32px;}
 .media-feature-grid {grid-template-columns:1fr;}
 .media-feature {padding:24px;}
}
@media(max-width:700px) {
 .process-layout,.booking-simple .booking-layout,.professional-grid {grid-template-columns:1fr;gap:28px;}
 .process-intro {position:static;}
 .process-intro p {max-width:none;}
 .process-intro h2 br,.professional-section h2 br {display:none;}
 .process-step summary {grid-template-columns:28px 1fr 20px;gap:12px;padding:24px 0;}
 .process-step strong {font-size:1.65rem;}
 .step-body {padding:0 0 24px 40px;}
 .booking-direct {padding:24px;}
 .booking-direct .split-actions {display:flex;flex-direction:column;align-items:stretch;}
 .booking-simple h2 br {display:none;}
 .other-formats {flex-direction:column;gap:16px;}
 .home-page #formats .format-card {padding:24px;}
 .professional-section h2 {font-size:2.3rem;}
 .education-gallery-header {flex-wrap:wrap;}
 .education-controls {align-items:center;}
}
@media(prefers-reduced-motion:reduce) {
 .process-step[open] .step-body,.message-help[open] .message-help-body {animation:none;}
}

/* One underline close to the navigation label, in every state. */
.site-header .nav .nav-link::after {content:none;display:none;}
.site-header .nav .nav-link {text-decoration:none;text-underline-offset:5px;text-decoration-thickness:1px;}
.site-header .nav .nav-link:is(.active,[aria-current="page"],:hover,:focus-visible) {text-decoration-line:underline;text-decoration-color:#9c8e7b;}

/* Personal recommendations remain secondary to the consultation journey. */
.trusted-section {border-top:1px solid var(--color-border);}
.trusted-intro {max-width:700px;}
.trusted-list {margin-top:36px;}
.trusted-person {display:grid;grid-template-columns:1fr 1.45fr;gap:48px;padding:32px 0;border-top:1px solid var(--color-border);}
.trusted-person:last-child {border-bottom:1px solid var(--color-border);}
.trusted-role {font-size:.82rem;color:#62594e;line-height:1.6;margin:0 0 12px;}
.trusted-person h3 {font-size:2rem;margin:0 0 16px;}
.trusted-person .text-link {display:inline-flex;align-items:center;min-height:44px;font-size:.9rem;text-decoration:underline;text-decoration-color:#a89d8c;}
.trusted-description p {margin:0 0 14px;}
.trusted-description p:last-child {margin-bottom:0;}
.contact-primary {flex-wrap:wrap;gap:12px;}
@media(max-width:700px) {
 .trusted-person {grid-template-columns:1fr;gap:16px;padding:28px 0;}
 .trusted-section h2 br {display:none;}
 .contact-primary {display:flex;flex-direction:column;align-items:stretch;}
}

/* Colleague portraits and legible professional titles. */
.trusted-person {grid-template-columns:144px minmax(0,1fr) minmax(0,1.25fr);gap:28px;align-items:start;padding-block:36px;}
.trusted-portrait {display:block;width:144px;height:144px;object-fit:cover;object-position:center;border-radius:50%;}
.portrait-andrey-prosvetov {object-position:50% 28%;}
.trusted-person .trusted-role {font-size:1.1rem;font-weight:600;color:#51473b;line-height:1.5;margin-bottom:12px;}
.trusted-person h3 {font-size:1.9rem;line-height:1.2;}
@media(max-width:800px) {
 .trusted-person {grid-template-columns:112px minmax(0,1fr);gap:20px 24px;}
 .trusted-portrait {width:112px;height:112px;}
 .trusted-description {grid-column:2;}
}
@media(max-width:480px) {
 .trusted-person {grid-template-columns:88px minmax(0,1fr);gap:18px;}
 .trusted-portrait {width:88px;height:88px;}
 .trusted-person .trusted-role {font-size:1rem;}
 .trusted-person h3 {font-size:1.7rem;}
 .trusted-description {grid-column:1 / -1;}
}
