:root {
  --ink: #152b3d;
  --ink-soft: #3e5263;
  --paper: #f6f8fb;
  --white: #ffffff;
  --blue: #24557d;
  --blue-pale: #e8f0f6;
  --brown: #9a6847;
  --brown-pale: #ead5c5;
  --line: #d3dde5;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "Golos Text", Arial, sans-serif; font-weight: 400; }
body, button, a { letter-spacing: 0; }
a { color: inherit; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; color: #fff; background: var(--blue); }
.skip-link:focus { top: 16px; }

.site-header { position: relative; z-index: 10; width: 100%; height: 88px; padding-inline: max(32px, calc((100% - var(--max)) / 2)); display: flex; align-items: center; justify-content: space-between; color: var(--ink); background: #fff; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand > span { display: grid; place-items: center; width: 40px; height: 40px; color: #fff; background: var(--brown); font-family: "Commissioner", sans-serif; font-weight: 600; }
.brand strong { font-size: 15px; font-weight: 600; }
.site-header nav { display: flex; gap: 30px; }
.site-header nav a, .header-action { position: relative; font-size: 14px; text-decoration: none; }
.site-header nav a::after, .header-action::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .35s ease; }
.site-header nav a:hover::after, .site-header nav a:focus-visible::after, .header-action:hover::after, .header-action:focus-visible::after { transform: scaleX(1); transform-origin: left; }

.hero { position: relative; min-height: calc(100svh - 88px); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); color: var(--ink); background: #fff; overflow: hidden; }
.hero-content { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: clamp(72px,8vw,120px) clamp(48px,6vw,100px) clamp(72px,8vw,120px) max(32px, calc((100vw - var(--max)) / 2)); }
.hero-role { max-width: 610px; margin: 0 0 34px; color: var(--brown); font-size: 13px; font-weight: 600; text-transform: uppercase; }
.hero h1 { max-width: 760px; margin: 0; font-family: "Commissioner", sans-serif; font-size: clamp(56px,5.2vw,84px); line-height: 1.02; font-weight: 400; }
.hero h1 span { color: var(--blue); }
.hero-copy { max-width: 590px; margin: 34px 0 0; color: var(--ink-soft); font-size: 18px; line-height: 1.65; }
.hero-portrait { position: relative; min-height: calc(100svh - 88px); margin: 0; overflow: hidden; background: var(--ink); }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 18%; filter: saturate(.96) contrast(1.03); }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border: 0; text-decoration: none; font-weight: 600; transition: transform .3s ease, background-color .3s ease, color .3s ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button-primary { color: #fff; background: var(--blue); }
.button-primary:hover { background: var(--brown); }
.text-link { text-decoration: none; font-weight: 600; }
.text-link span { display: inline-block; margin-left: 8px; transition: transform .3s ease; }
.text-link:hover span { transform: translateY(5px); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); padding-inline: max(32px, calc((100% - var(--max)) / 2)); color: var(--ink); background: var(--blue-pale); }
.hero-proof article { min-width: 0; padding: 28px 24px; border-right: 1px solid rgba(36,85,125,.18); }
.hero-proof article:last-child { border-right: 0; }
.hero-proof strong { display: block; margin-bottom: 7px; font-family: "Commissioner", sans-serif; font-size: 27px; font-weight: 400; color: var(--brown); }
.hero-proof span { display: block; color: var(--ink-soft); font-size: 13px; line-height: 1.4; }

.section-pad { padding: 112px max(32px, calc((100% - var(--max)) / 2)); }
.section-label { margin: 0 0 24px; color: var(--blue); font-family: "Commissioner", sans-serif; font-size: 13px; font-weight: 600; text-transform: uppercase; }
.positioning { background: var(--white); }
.positioning-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: 90px; align-items: end; }
.positioning h2, .program h2, .experience h2, .results h2, .magic h2, .formats h2, .credentials h2, .contact h2 { margin: 0; font-family: "Commissioner", sans-serif; font-size: 60px; line-height: 1.08; font-weight: 400; }
.positioning h2 em { color: var(--blue); font-family: "Cormorant Garamond", serif; font-weight: 400; }
.positioning-copy > p { max-width: 600px; margin: 0; font-size: 20px; line-height: 1.6; }
.method-line { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 42px; padding-top: 20px; border-top: 1px solid var(--line); font-family: "Commissioner", sans-serif; font-size: 14px; font-weight: 600; }
.method-line i { color: var(--brown); font-style: normal; }

.program { color: #fff; background: var(--blue); }
.program-heading { display: grid; grid-template-columns: .55fr 1fr .8fr; gap: 40px; align-items: end; margin-bottom: 60px; }
.program .section-label { color: var(--brown-pale); }
.program-heading > p:last-child { max-width: 430px; margin: 0; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.55; }
.program-builder { display: grid; grid-template-columns: 42% 58%; min-height: 590px; border: 1px solid rgba(255,255,255,.35); }
.program-tabs { display: flex; flex-direction: column; }
.program-tab { flex: 1; min-height: 86px; padding: 20px 26px; border: 0; border-bottom: 1px solid rgba(255,255,255,.25); color: #fff; background: transparent; text-align: left; font-family: "Commissioner", sans-serif; font-size: 21px; cursor: pointer; transition: color .3s ease, background-color .3s ease, padding-left .3s ease; }
.program-tab:last-child { border-bottom: 0; }
.program-tab:hover, .program-tab:focus-visible { background: rgba(255,255,255,.09); }
.program-tab.is-active { padding-left: 42px; color: #fff; background: var(--brown); }
.program-result { padding: 58px 64px; color: var(--ink); background: var(--paper); }
.result-kicker { margin: 0 0 16px; color: var(--blue); font-size: 13px; font-weight: 600; text-transform: uppercase; }
.program-result h3 { max-width: 720px; margin: 0; font-family: "Commissioner", sans-serif; font-size: 42px; line-height: 1.08; }
#result-description { max-width: 720px; margin: 24px 0 0; color: var(--ink-soft); font-size: 18px; line-height: 1.55; }
.result-meta { display: grid; grid-template-columns: 1fr 1fr; margin: 34px 0; border-block: 1px solid var(--line); }
.result-meta span { padding: 20px 20px 20px 0; }
.result-meta span + span { padding-left: 24px; border-left: 1px solid var(--line); }
.result-meta small, .result-meta strong { display: block; }
.result-meta small { margin-bottom: 5px; color: #68757e; }
.result-meta strong { font-family: "Commissioner", sans-serif; font-size: 18px; }
.program-result ul { display: grid; gap: 14px; margin: 0 0 34px; padding: 0; list-style: none; }
.program-result li { position: relative; padding-left: 25px; line-height: 1.45; }
.program-result li::before { content: ""; position: absolute; left: 0; top: .55em; width: 8px; height: 8px; background: var(--brown); }
.button-dark { color: #fff; background: var(--ink); }
.button-dark:hover { background: var(--brown); }

.experience { display: grid; grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr); gap: 100px; background: var(--paper); }
.experience-photo { position: sticky; top: 32px; align-self: start; }
.experience-photo img { width: 100%; max-height: 740px; object-fit: cover; object-position: 50% 40%; }
.experience-photo p { max-width: 430px; margin: 22px 0 0; font-family: "Cormorant Garamond", serif; font-size: 25px; line-height: 1.25; }
.experience-content h2 { max-width: 850px; font-size: 52px; }
.career-list { margin-top: 56px; border-top: 1px solid var(--line); }
.career-list article { display: grid; grid-template-columns: 150px 1fr; gap: 0 32px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.career-list article > span { grid-row: 1 / 3; color: var(--blue); font-size: 12px; font-weight: 600; text-transform: uppercase; }
.career-list h3 { margin: 0; font-family: "Commissioner", sans-serif; font-size: 24px; line-height: 1.2; }
.career-list p { margin: 10px 0 0; color: var(--ink-soft); line-height: 1.55; }

.results { color: #fff; background: var(--ink); }
.results .section-label { color: var(--brown-pale); }
.results-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 56px; }
.result-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid rgba(255,255,255,.25); }
.result-grid article { min-height: 270px; padding: 32px 26px; border-right: 1px solid rgba(255,255,255,.25); }
.result-grid article:last-child { border-right: 0; }
.result-grid strong { display: block; margin-bottom: 70px; color: var(--brown-pale); font-family: "Commissioner", sans-serif; font-size: 48px; font-weight: 400; }
.result-grid p { margin: 0; color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.5; }
.results-note { max-width: 740px; margin: 22px 0 0 auto; color: rgba(255,255,255,.52); font-size: 12px; line-height: 1.5; }

.magic { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; background: var(--blue-pale); }
.magic-copy { max-width: 680px; }
.magic-copy > p:not(.section-label) { max-width: 590px; margin: 28px 0; font-size: 19px; line-height: 1.6; }
.magic-button { min-height: 52px; padding: 0 22px; border: 1px solid var(--ink); color: var(--ink); background: transparent; font-weight: 600; cursor: pointer; transition: color .3s ease, background-color .3s ease; }
.magic-button:hover, .magic-button:focus-visible { color: #fff; background: var(--ink); }
.magic-steps { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 22px; padding: 20px; color: #fff; background: var(--ink); }
.magic-steps i { color: var(--brown-pale); font-style: normal; }
.magic-photo { margin: 0; }
.magic-photo img { width: 100%; max-height: 680px; object-fit: cover; object-position: center 32%; }
.magic-photo figcaption { margin-top: 12px; color: #54616a; font-size: 12px; }

.formats { background: #fff; }
.formats-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 56px; }
.formats-heading h2 { max-width: 850px; }
.format-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.format-grid article { min-height: 330px; padding: 28px; border-right: 1px solid var(--line); transition: color .35s ease, background-color .35s ease; }
.format-grid article:last-child { border-right: 0; }
.format-grid article:hover { color: #fff; background: var(--blue); }
.format-grid span { color: var(--blue); font-family: "Commissioner", sans-serif; font-size: 13px; }
.format-grid article:hover span { color: var(--brown-pale); }
.format-grid h3 { min-height: 82px; margin: 62px 0 20px; font-family: "Commissioner", sans-serif; font-size: 28px; line-height: 1.1; }
.format-grid p { min-height: 76px; margin: 0 0 32px; color: #58656e; line-height: 1.5; }
.format-grid article:hover p { color: rgba(255,255,255,.75); }
.format-grid strong { font-size: 13px; text-transform: uppercase; }

.credentials { display: grid; grid-template-columns: 43% 1fr; gap: 90px; align-items: center; background: var(--blue-pale); }
.credentials-photo img { width: 100%; max-height: 720px; object-fit: cover; object-position: center 38%; }
.credentials-copy > p:not(.section-label) { max-width: 700px; margin: 28px 0; font-size: 18px; line-height: 1.65; }
.credentials .section-label { color: var(--ink); }
.credential-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.credential-tags span { padding: 10px 13px; border: 1px solid rgba(17,26,34,.45); font-size: 13px; }

.contact { display: grid; grid-template-columns: 1fr .8fr; gap: 110px; color: #fff; background: var(--blue); }
.contact .section-label { color: var(--brown-pale); }
.contact-action { align-self: end; }
.contact-action > p { max-width: 590px; margin: 0 0 36px; color: rgba(255,255,255,.78); font-size: 19px; line-height: 1.6; }
.contact-phone { display: flex; justify-content: space-between; align-items: center; max-width: 590px; padding: 20px 0; border-block: 1px solid rgba(255,255,255,.55); font-family: "Commissioner", sans-serif; font-size: 34px; font-weight: 600; text-decoration: none; }
.contact-phone span { transition: transform .3s ease; }
.contact-phone:hover span { transform: translate(5px, -5px); }
footer { display: flex; justify-content: space-between; gap: 20px; padding: 26px max(32px, calc((100% - var(--max)) / 2)); color: #fff; background: var(--ink); font-size: 12px; }
footer a { text-decoration: none; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid var(--brown); outline-offset: 4px; }

@media (max-width: 1120px) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr); }
  .hero h1 { font-size: 66px; }
  .positioning h2, .program h2, .results h2, .magic h2, .formats h2, .credentials h2, .contact h2 { font-size: 50px; }
  .program-heading { grid-template-columns: 1fr 1fr; }
  .program-heading .section-label { grid-column: 1 / -1; }
  .program-result { padding: 46px 40px; }
  .experience { gap: 60px; }
  .result-grid, .format-grid { grid-template-columns: repeat(2, 1fr); }
  .result-grid article:nth-child(2), .format-grid article:nth-child(2) { border-right: 0; }
  .result-grid article:nth-child(-n+2), .format-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.25); }
  .format-grid article:nth-child(-n+2) { border-bottom-color: var(--line); }
}

@media (max-width: 820px) {
  .site-header { height: 70px; padding-inline: 18px; }
  .site-header nav { display: none; }
  .hero { display: flex; min-height: 0; flex-direction: column; }
  .hero-portrait { order: 1; min-height: 0; aspect-ratio: 4 / 3; }
  .hero-photo { object-position: center 16%; }
  .hero-content { order: 2; width: 100%; padding: 68px 24px 76px; }
  .hero h1 { font-size: 56px; }
  .hero-copy { max-width: 500px; }
  .hero-proof { padding-inline: 24px; }
  .section-pad { padding: 84px 24px; }
  .positioning-grid, .experience, .magic, .credentials, .contact { grid-template-columns: 1fr; gap: 52px; }
  .positioning h2, .program h2, .experience h2, .results h2, .magic h2, .formats h2, .credentials h2, .contact h2 { font-size: 44px; }
  .experience-photo { position: relative; top: auto; }
  .program-heading { grid-template-columns: 1fr; gap: 22px; }
  .program-heading .section-label { grid-column: auto; }
  .program-builder { grid-template-columns: 1fr; }
  .program-tabs { display: grid; grid-template-columns: 1fr 1fr; }
  .program-tab { min-height: 78px; border-right: 1px solid rgba(255,255,255,.25); }
  .program-tab.is-active { padding-left: 26px; }
  .program-result { min-height: 560px; }
  .results-head, .formats-heading { display: block; }
  .results-head h2, .formats-heading h2 { margin-top: 18px; }
  .credentials-photo { order: 2; }
  .contact-action { align-self: auto; }
}

@media (max-width: 560px) {
  .brand strong { display: none; }
  .header-action { font-size: 13px; }
  .hero-portrait { aspect-ratio: 1 / 1; }
  .hero-photo { object-position: center 12%; }
  .hero-content { padding: 54px 18px 62px; }
  .hero-role { max-width: 320px; margin-bottom: 24px; font-size: 11px; line-height: 1.5; }
  .hero h1 { font-size: 42px; line-height: 1.08; }
  .hero-copy { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .text-link { padding-left: 4px; }
  .hero-proof { grid-template-columns: repeat(3,1fr); padding-inline: 0; }
  .hero-proof article { padding: 20px 12px; }
  .hero-proof strong { font-size: 21px; }
  .hero-proof span { font-size: 10px; }
  .section-pad { padding: 68px 18px; }
  .positioning h2, .program h2, .experience h2, .results h2, .magic h2, .formats h2, .credentials h2, .contact h2 { font-size: 36px; }
  .positioning-copy > p, .contact-action > p, .magic-copy > p:not(.section-label), .credentials-copy > p:not(.section-label) { font-size: 16px; }
  .method-line { flex-wrap: wrap; justify-content: flex-start; }
  .program-tabs { grid-template-columns: 1fr; }
  .program-tab { min-height: 64px; border-right: 0; font-size: 17px; }
  .program-result { min-height: 0; padding: 34px 22px; }
  .program-result h3 { font-size: 30px; }
  #result-description { font-size: 16px; }
  .result-meta { grid-template-columns: 1fr; }
  .result-meta span + span { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .experience-content h2 { font-size: 36px; }
  .career-list article { grid-template-columns: 1fr; }
  .career-list article > span { grid-row: auto; margin-bottom: 12px; }
  .career-list h3 { font-size: 21px; }
  .result-grid, .format-grid { grid-template-columns: 1fr; }
  .result-grid article, .format-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .format-grid article { border-bottom-color: var(--line); }
  .result-grid strong { margin-bottom: 36px; }
  .format-grid h3, .format-grid p { min-height: 0; }
  .format-grid h3 { margin-top: 40px; }
  .magic-steps { align-items: flex-start; flex-direction: column; }
  .magic-steps i { transform: rotate(90deg); }
  .contact-phone { font-size: 23px; }
  footer { align-items: flex-start; flex-direction: column; padding-inline: 18px; }
}

@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; }
}
