:root {
	--page: #f5efeb;
	--paper: #fbf8f5;
	--ink: #2d2927;
	--muted: #746a64;
	--line: #d8ccc5;
	--sand: #ebe1db;
	--rose: #eaded6;
	--brown: #956e59;
	--dark: #3b302b;
	--header-height: 120px;
	--radius: 24px;
	--shell: 1280px;
}

*, *::before, *::after { box-sizing: border-box; }

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--header-height) + 16px);
}

body {
	margin: 0;
	min-width: 320px;
	overflow-x: hidden;
	background: var(--page);
	color: var(--ink);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
p, h1, h2, h3, figure, dl, dd { margin: 0; }
ul { margin: 0; padding: 0; }

:focus-visible {
	outline: 2px solid var(--ink);
	outline-offset: 4px;
}

.skip-link {
	position: fixed;
	left: 16px;
	top: -100px;
	z-index: 2000;
	padding: 10px 16px;
	background: #fff;
	transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

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

.section { position: relative; scroll-margin-top: 90px; }
.overline {
	font-size: 11px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .18em;
	text-transform: uppercase;
}
.script-label {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 27px;
	font-style: italic;
	line-height: 1.15;
}
.text-link {
	display: inline-flex;
	align-items: center;
	gap: 30px;
	min-height: 32px;
	font-size: 11px;
	line-height: 1.5;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.icon-arrow { display: block; flex: 0 0 auto; overflow: visible; transition: transform .25s ease; }
.text-link:hover .icon-arrow--up-right, .button:hover .icon-arrow--up-right { transform: translate(3px, -3px); }

.button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	min-height: 58px;
	padding: 0 20px 0 26px;
	border: 1px solid currentColor;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .05em;
	text-transform: uppercase;
	transition: color .25s ease, background-color .25s ease, transform .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button--dark { border-color: var(--dark); background: var(--dark); color: #fff; }
.button--dark:hover { background: transparent; color: var(--dark); }
.button--light { border-color: #fff; background: #fff; color: var(--ink); }
.button--light:hover { background: transparent; color: #fff; }

.site-header {
	position: fixed;
	inset: 0 0 auto;
	z-index: 1000;
	height: var(--header-height);
	transition: height .35s ease, background-color .35s ease, box-shadow .35s ease, backdrop-filter .35s ease;
}
.site-header.is-compact {
	height: 76px;
	background: rgb(245 239 235 / 92%);
	box-shadow: 0 1px 0 rgb(45 41 39 / 10%);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
}
.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(calc(100% - 32px), 1292px);
	height: 100%;
	margin-inline: auto;
}
.site-brand { display: block; width: 100px; height: 96px; transition: width .35s ease, height .35s ease; }
.site-brand img { width: 100%; height: 100%; object-fit: contain; }
.site-header.is-compact .site-brand { width: 62px; height: 60px; }
.site-nav__panel, .site-nav__list { display: flex; align-items: center; }
.site-nav__list { gap: 60px; list-style: none; }
.site-nav a {
	display: block;
	padding: 8px 0;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: .08em;
	text-transform: uppercase;
	transition: opacity .2s ease;
}
.site-nav a:hover { opacity: .55; }
.site-nav__consult { display: none; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 100%; height: 1px; margin: 6px 0; background: currentColor; transition: transform .3s ease, opacity .3s ease; }

.hero { position: relative; min-height: 910px; overflow: hidden; }
.hero__inner { position: relative; min-height: 910px; }
.hero__content { position: relative; z-index: 2; width: 510px; padding-top: 163px; }
.hero h1 {
	margin-top: 27px;
	font-size: 72px;
	font-weight: 700;
	line-height: .96;
	letter-spacing: -.045em;
}
.hero h1 em {
	display: inline-block;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.08em;
	font-weight: 400;
	line-height: .96;
}
.hero__lead { max-width: 490px; margin-top: 27px; color: var(--muted); font-size: 18px; line-height: 1.5; }
.hero__actions { display: flex; align-items: center; gap: 30px; margin-top: 44px; }
.hero__actions .button { min-width: 238px; }
.hero__actions .text-link { min-width: 270px; }
.hero__stat { display: flex; align-items: center; gap: 18px; margin-top: 72px; }
.hero__stat strong { font-family: Georgia, serif; font-size: 50px; font-weight: 400; line-height: 1; }
.hero__stat span { color: var(--muted); font-size: 12px; line-height: 1.45; letter-spacing: .06em; }
.hero__visual {
	position: absolute;
	z-index: 1;
	top: 61px;
	right: 72px;
	width: 641px;
	height: 845px;
	margin: 0;
	pointer-events: none;
}
.hero__visual img { width: 100%; height: 100%; object-fit: contain; transform: scaleX(-1); transform-origin: center; }
.hero__ornament {
	position: absolute;
	z-index: 0;
	width: 405px;
	height: 520px;
	background: url('../images/logo-mark.png') center / contain no-repeat;
	opacity: .11;
}
.hero__ornament--left { left: calc(50% + 20px); top: -70px; width: 890px; height: 1050px; }
.hero__ornament--right { display: none; }

.about { min-height: 1004px; padding: 110px 0 105px; background: var(--paper); }
.about > .shell > .overline { margin-bottom: -62px; }
.about__title {
	max-width: 930px;
	margin: 0 auto 67px;
	font-size: 72px;
	font-weight: 700;
	line-height: 1.03;
	letter-spacing: -.045em;
	text-align: center;
}
.about__title em { font-family: Georgia, serif; font-weight: 400; }
.about__grid { display: grid; grid-template-columns: 625px 520px; align-items: center; justify-content: space-between; gap: 70px; }
.about__image { height: 530px; overflow: hidden; border-radius: 33px; }
.about__image img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.about__copy h3 { margin-top: 14px; font-family: Georgia, serif; font-size: 38px; font-weight: 400; line-height: 1.12; letter-spacing: -.045em; }
.about__copy > p:not(.script-label) { margin-top: 28px; color: var(--muted); line-height: 1.75; }
.about__copy > p + p { margin-top: 0 !important; }
.signature { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 50px; }
.signature em { font-family: Georgia, serif; font-size: 28px; }
.signature span { padding-bottom: 5px; font-size: 10px; letter-spacing: .12em; }

.audience { min-height: 1117px; padding: 75px 0 136px; background: var(--sand); }
.section-heading--center { text-align: center; }
.section-heading--center h2 { margin-top: 8px; font-size: 72px; font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.section-heading--center > p:last-child { margin-top: 17px; color: var(--muted); }
.audience__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 64px; }
.audience-card { display: grid; grid-template-columns: 270px minmax(0, 1fr); min-height: 610px; overflow: hidden; border-radius: var(--radius); background: var(--paper); }
.audience-card--dark { background: var(--brown); color: #fff; }
.audience-card__image { position: relative; min-height: 610px; overflow: hidden; }
.audience-card__image img, .audience-card__image video { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.audience-card__image span { position: absolute; top: 22px; left: 24px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--dark); color: #fff; font-size: 10px; }
.audience-card__body { display: flex; flex-direction: column; padding: 61px 42px 42px; }
.audience-card__body .script-label { color: #62625f; }
.audience-card--dark .script-label { color: #fff; }
.audience-card h3 { margin-top: 8px; font-size: 36px; font-weight: 400; line-height: 1.05; letter-spacing: -.045em; }
.audience-card ul { margin-top: 25px; list-style: none; }
.audience-card li { position: relative; padding: 11px 0 11px 24px; border-bottom: 1px solid rgb(116 106 100 / 24%); color: var(--muted); font-size: 14px; line-height: 1.55; }
.audience-card--dark li { border-color: rgb(255 255 255 / 22%); color: #fff; }
.audience-card li::before { content: ''; position: absolute; left: 0; top: 20px; width: 4px; height: 4px; border-radius: 50%; background: currentColor; }
.audience-card .text-link { justify-content: space-between; width: 100%; margin-top: auto; padding-bottom: 9px; border-bottom: 1px solid currentColor; }

.courses { padding: 100px 0 143px; }
.courses__heading { display: grid; grid-template-columns: 2fr 1.2fr; align-items: end; gap: 60px; }
.courses__heading h2 { margin-top: 0; font-size: 86px; font-weight: 400; line-height: .9; letter-spacing: -.045em; }
.courses__heading > p { max-width: 458px; padding-bottom: 4px; color: var(--muted); line-height: 1.7; }
.courses__grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; margin-top: 62px; }
.course-card { display: flex; grid-column: span 7; flex-direction: column; min-height: 740px; overflow: hidden; border-radius: var(--radius); background: var(--paper); }
.course-card--small { grid-column: span 5; }
.course-card--half { grid-column: span 6; }
.course-card--wide { grid-column: 1 / -1; }
.course-card--dark { background: var(--brown); color: #fff; }
.course-card__meta { display: flex; justify-content: space-between; min-height: 65px; padding: 23px 23px 18px; font-size: 10px; line-height: 1.5; letter-spacing: .14em; }
.course-card figure { height: 268px; margin: 0 23px; overflow: hidden; }
.course-card figure img, .course-card figure video { display: block; width: 100%; height: 250px; object-fit: cover; object-position: center; border-radius: 16px; }
.course-card--small:nth-child(1) figure img { object-position: center 57%; }
.course-card__content { position: relative; display: flex; flex: 1 1 auto; flex-direction: column; min-height: 407px; padding: 26px 23px 23px; }
.course-card__title { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.course-card__title h3 { font-family: Georgia, serif; font-size: 46px; font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.course-card__title strong { flex: 0 0 auto; padding-top: 1px; font-family: Georgia, serif; font-size: 26px; line-height: 1; }
.course-card__content > p { max-width: 495px; margin-top: 17px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.course-card--dark .course-card__content > p { color: #efe3dc; }
.course-card__bonus { margin: 24px 0; padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; background: rgb(234 222 214 / 42%); }
.course-card--dark .course-card__bonus { border-color: rgb(255 255 255 / 26%); background: rgb(255 255 255 / 8%); }
.course-card__bonus > span { display: block; font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.course-card__bonus > strong { display: block; max-width: 570px; margin-top: 8px; font-family: Georgia, serif; font-size: 17px; font-weight: 400; line-height: 1.25; }
.course-card__bonus > div { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 16px; padding-top: 13px; border-top: 1px solid var(--line); }
.course-card--dark .course-card__bonus > div { border-color: rgb(255 255 255 / 22%); }
.course-card__bonus > div span { color: var(--muted); font-size: 9px; letter-spacing: .12em; }
.course-card--dark .course-card__bonus > div span { color: #efe3dc; }
.course-card__bonus time { font-family: Georgia, serif; font-size: 25px; font-variant-numeric: tabular-nums; letter-spacing: .04em; }
.course-card__program { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 43px; margin-top: auto; padding: 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: inherit; font-size: 12px; letter-spacing: .05em; text-align: left; cursor: pointer; }
.course-card--dark .course-card__program { border-color: rgb(255 255 255 / 28%); }
.course-card__program[aria-expanded='true'] .icon-arrow { transform: rotate(180deg); }
.course-card__program-panel { padding: 17px 0 2px; }
.course-program__content { color: var(--muted); font-size: 13px; line-height: 1.7; }
.course-program__content p + p, .course-program__content ul + p { margin-top: 18px; }
.course-program__content ul { display: grid; gap: 9px; margin-top: 18px; list-style: none; }
.course-program__content li { position: relative; padding-left: 19px; }
.course-program__content li::before { content: '◆'; position: absolute; left: 0; top: .05em; font-size: 8px; }
.course-program__content .course-program__subtitle { color: var(--ink); font-size: 15px; }
.course-program__content .course-program__result { padding: 16px 18px; border-radius: 12px; background: var(--rose); color: var(--ink); }
.course-card--dark .course-program__content { color: #fff; }
.course-card--dark .course-program__content .course-program__subtitle { color: #fff; }
.course-card--dark .course-program__content .course-program__result { background: rgb(255 255 255 / 11%); color: #fff; }
.course-card__content > .button { align-self: flex-start; margin-top: 24px; }
.course-card--dark .button { border-color: #fff; background: #fff; color: var(--ink); }

.benefits { min-height: 1179px; padding: 76px 0 120px; background: var(--rose); }
.benefits .section-heading h2 { margin-top: 8px; }
.benefits__grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 63px; border-block: 1px solid #ccbdb5; }
.benefit { min-height: 370px; padding: 56px 30px 36px; border-right: 1px solid #ccbdb5; }
.benefit:last-child { border-right: 0; }
.benefit > span { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid #bdaea6; border-radius: 50%; font-family: Georgia, serif; font-size: 15px; font-style: italic; }
.benefit h3 { margin-top: 113px; font-size: 25px; font-weight: 400; line-height: 1.05; letter-spacing: -.045em; }
.benefit p { margin-top: 18px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.outcome { position: relative; display: grid; grid-template-columns: 202px 1fr 34px; gap: 50px; align-items: center; min-height: 292px; margin-top: 64px; padding: 40px 72px; border-radius: var(--radius); background: var(--dark); color: #eaded6; }
.outcome > span { align-self: center; font-size: 10px; letter-spacing: .15em; }
.outcome p { max-width: 810px; font-size: 54px; line-height: 1.04; letter-spacing: -.045em; }
.outcome em { font-family: Georgia, serif; color: #fbf8f5; }
.outcome > .icon-arrow { width: 27px; height: 27px; }

.results { min-height: 1064px; padding: 89px 0 112px; background: var(--paper); }
.results__heading .script-label { margin-bottom: 8px; }
.results__heading h2 { font-size: 72px; font-weight: 400; line-height: .96; letter-spacing: -.045em; }
.results__grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 24px; border-top: 1px solid var(--line); }
.result-card { min-width: 0; padding: 24px 31px 0; border-right: 1px solid var(--line); }
.result-card:last-child { border-right: 0; }
.result-card figure { height: 230px; overflow: hidden; border-radius: 16px; background: var(--sand); }
.result-card figure img { width: 100%; height: 100%; object-fit: cover; }
.result-card:nth-child(1) figure img { object-position: center 49%; }
.result-card:nth-child(2) figure img { object-position: center 61%; }
.result-card h3 { margin-top: 28px; font-family: Georgia, serif; font-size: 34px; font-style: italic; font-weight: 400; line-height: 1.08; }
.result-card__handle { display: inline-block; margin-top: 8px; padding-bottom: 2px; border-bottom: 1px solid currentColor; color: var(--muted); font-size: 12px; letter-spacing: .04em; }
.result-card > p { min-height: 0; margin-top: 28px; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink); font-size: 18px; line-height: 1.45; }

.faq { min-height: 803px; padding: 94px 0 57px; }
.faq__grid { display: grid; grid-template-columns: 472px minmax(0, 1fr); gap: 100px; }
.faq__intro, .faq__list, .faq__contact { min-width: 0; }
.faq__intro h2 { margin-top: 13px; font-size: 72px; font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.faq__intro { grid-column: 1; grid-row: 1; }
.faq__list { grid-column: 2; grid-row: 1 / span 2; border-top: 1px solid var(--line); }
.faq__contact { grid-column: 1; grid-row: 2; align-self: start; }
.faq__contact > p { max-width: 414px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.faq__contact .text-link { margin-top: 28px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 93px; padding: 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.faq-item button span { padding-right: 30px; font-size: 18px; letter-spacing: -.04em; }
.faq-item button i { position: relative; flex: 0 0 18px; height: 18px; }
.faq-item button i::before, .faq-item button i::after { content: ''; position: absolute; left: 5px; top: 8px; width: 8px; height: 1px; background: currentColor; transition: transform .25s ease; }
.faq-item button i::after { transform: rotate(90deg); }
.faq-item.is-open button i::after { transform: rotate(0); }
.faq-item__answer { overflow: hidden; }
.faq-item__answer p { max-width: 680px; padding: 0 0 28px; color: var(--muted); font-size: 15px; line-height: 1.7; }

.cta { padding: 31px 0 0; background: var(--page); }
.cta__panel { display: grid; grid-template-columns: 704px 576px; min-height: 864px; overflow: hidden; border-radius: var(--radius); background: linear-gradient(125deg, #bca8a0 0%, #d9c8c0 58%, #ead9d2 100%); }
.cta__copy { padding: 170px 40px 80px 101px; }
.cta__copy h2 { margin-top: 13px; font-size: 79px; font-weight: 400; line-height: .93; letter-spacing: -.045em; }
.cta__copy > p:not(.script-label) { max-width: 370px; margin-top: 20px; color: #655854; line-height: 1.65; }
.cta__actions { display: flex; align-items: center; gap: 54px; margin-top: 36px; }
.cta__panel figure { min-height: 864px; }
.cta__panel figure img { width: 100%; height: 100%; object-fit: cover; object-position: center 44%; }

.vip-modal[hidden] { display: none; }
.vip-modal { position: fixed; inset: 0; z-index: 1800; display: grid; place-items: center; padding: 24px; }
.vip-modal__backdrop { position: absolute; inset: 0; background: rgb(45 41 39 / 62%); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.vip-modal__dialog { position: relative; z-index: 1; width: min(100%, 620px); max-height: calc(100vh - 48px); overflow-y: auto; padding: 62px 66px 54px; border-radius: var(--radius); background: var(--paper); box-shadow: 0 30px 100px rgb(0 0 0 / 26%); }
.vip-modal__close { position: absolute; top: 22px; right: 22px; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.vip-modal__close span { position: absolute; left: 11px; top: 20px; width: 18px; height: 1px; background: currentColor; transform: rotate(45deg); }
.vip-modal__close span:last-child { transform: rotate(-45deg); }
.vip-modal h2 { margin-top: 10px; font-size: 54px; font-weight: 400; line-height: .96; letter-spacing: -.045em; }
.vip-modal__lead { max-width: 430px; margin-top: 20px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.vip-modal__form { margin-top: 32px; }
.vip-modal__form form, .vip-modal__form .wpcf7-form { display: grid; gap: 18px; }
.vip-modal__form label { display: grid; gap: 8px; color: var(--muted); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.vip-modal__form input:not([type='submit']) { width: 100%; height: 56px; padding: 0 18px; border: 1px solid var(--line); border-radius: 12px; outline: 0; background: var(--page); color: var(--ink); font-size: 16px; letter-spacing: 0; text-transform: none; }
.vip-modal__form input:not([type='submit']):focus { border-color: var(--ink); }
.vip-modal__form .wpcf7-submit { min-height: 58px; padding: 0 27px; border: 1px solid var(--dark); border-radius: 999px; background: var(--dark); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }
.vip-modal__form .wpcf7-spinner { position: absolute; }
.vip-modal__form .wpcf7-response-output { margin: 0 !important; padding: 12px !important; border-width: 1px !important; font-size: 13px; }

.thank-you-page { min-height: 100vh; padding: 150px 0 64px; background: var(--rose); }
.thank-you-card { position: relative; display: grid; min-height: 720px; overflow: hidden; border-radius: var(--radius); background: var(--paper); }
.thank-you-card__ornament { position: absolute; right: -90px; top: 50%; width: 720px; height: 700px; background: url('../images/logo-mark.png') center / contain no-repeat; opacity: .07; transform: translateY(-50%); }
.thank-you-card__content { position: relative; z-index: 1; align-self: center; width: min(100%, 760px); padding: 70px 80px; }
.thank-you-card h1 { margin-top: 22px; font-size: clamp(72px, 8vw, 116px); font-weight: 400; line-height: .86; letter-spacing: -.055em; }
.thank-you-card__description { max-width: 620px; margin-top: 30px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.thank-you-card__socials { margin-top: 42px; }
.thank-you-card__socials > p { color: var(--muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.thank-you-card__socials > div { display: flex; gap: 12px; margin-top: 16px; }
.thank-social { display: inline-flex; align-items: center; gap: 12px; min-height: 54px; padding: 0 22px; border: 1px solid var(--line); border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .08em; transition: background-color .2s ease, color .2s ease; }
.thank-social:hover { background: var(--dark); color: #fff; }
.thank-you-card__back { margin-top: 34px; }

.legal-page { padding: 180px 0 110px; background: var(--paper); }
.legal-page__inner { max-width: 980px; }
.legal-page h1 { margin-top: 28px; font-size: clamp(62px, 8vw, 104px); font-weight: 400; line-height: .9; letter-spacing: -.055em; }
.legal-page__updated { margin-top: 32px; color: var(--muted); font-size: 13px; }
.legal-page__content { margin-top: 70px; border-top: 1px solid var(--line); }
.legal-page__content section { display: grid; grid-template-columns: 270px 1fr; gap: 50px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.legal-page__content h2 { margin: 0; font-size: 20px; font-weight: 400; }
.legal-page__content p { color: var(--muted); line-height: 1.75; }
.legal-page__content a { border-bottom: 1px solid currentColor; }
.legal-page__back { margin-top: 54px; }

.error-page { display: grid; min-height: 760px; padding: 150px 0 80px; background: var(--rose); }
.error-page__inner { position: relative; display: flex; align-items: center; flex-direction: column; justify-content: center; text-align: center; }
.error-page__mark { position: absolute; inset: 50% auto auto 50%; color: rgb(45 41 39 / 7%); font-family: Georgia, serif; font-size: clamp(220px, 36vw, 520px); line-height: 1; transform: translate(-50%, -50%); }
.error-page .script-label, .error-page h1, .error-page p, .error-page .button { position: relative; z-index: 1; }
.error-page h1 { margin-top: 12px; font-size: clamp(62px, 8vw, 100px); font-weight: 400; line-height: .9; letter-spacing: -.05em; }
.error-page p:not(.script-label) { max-width: 520px; margin-top: 28px; color: var(--muted); line-height: 1.7; }
.error-page .button { margin-top: 36px; }

.site-footer { width: min(calc(100% - 32px), var(--shell)); margin-inline: auto; background: var(--page); }
.site-footer__inner { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; min-height: 245px; border-bottom: 1px solid var(--line); }
.site-footer__logo { display: none; }
.site-footer__contact { display: flex; align-items: flex-start; flex-direction: column; gap: 20px; }
.site-footer__contact a, .site-footer__links a { font-size: 12px; }
.site-footer__consult { min-height: 48px; padding-inline: 20px 16px; font-size: 10px; cursor: pointer; }
.site-footer__about { font-size: 10px; line-height: 1.4; letter-spacing: .12em; text-align: center; }
.site-footer__links { display: flex; flex-direction: column; align-items: flex-end; gap: 17px; }
.site-footer__bottom { display: flex; align-items: center; justify-content: space-between; min-height: 82px; font-size: 10px; letter-spacing: .1em; }
.mobile-course-cta { display: none; }
.generic-page { min-height: 70vh; padding: 150px 0 80px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.stagger > .reveal:nth-child(2) { transition-delay: .08s; }
.stagger > .reveal:nth-child(3) { transition-delay: .16s; }
.stagger > .reveal:nth-child(4) { transition-delay: .24s; }
[data-hero-item] { animation: hero-in .75s cubic-bezier(.2,.7,.2,1) both; }
.hero__visual[data-hero-item] { animation-delay: .12s; }
@keyframes hero-in { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1279px) {
	:root { --shell: calc(100% - 64px); }
	.site-nav__list { gap: 38px; }
	.hero__visual { right: -36px; width: 58vw; }
	.hero__content { width: 47%; }
	.hero h1 { font-size: clamp(58px, 5.5vw, 70px); }
	.hero__actions { align-items: flex-start; flex-direction: column; gap: 16px; }
	.hero__stat { margin-top: 42px; }
	.about__title { font-size: clamp(58px, 5.6vw, 70px); }
	.about__grid { grid-template-columns: 1.1fr .9fr; gap: 50px; }
	.audience-card { grid-template-columns: 42% 58%; }
	.audience-card__body { padding-inline: 28px; }
	.audience-card h3 { font-size: 32px; }
	.courses__heading h2 { font-size: clamp(66px, 6.5vw, 84px); }
	.course-card__title { gap: 12px; }
	.course-card__title h3 { font-size: 38px; }
	.outcome p { font-size: 46px; }
	.cta__panel { grid-template-columns: 55% 45%; }
	.cta__copy { padding-left: 8vw; }
	.cta__copy h2 { font-size: clamp(61px, 6.2vw, 78px); }
}

@media (max-width: 992px) {
	:root { --shell: calc(100% - 48px); --header-height: 88px; }
	.site-header, .site-header.is-compact { height: 72px; background: rgb(245 239 235 / 94%); box-shadow: 0 1px 0 rgb(45 41 39 / 10%); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
	.site-brand, .site-header.is-compact .site-brand { width: 60px; height: 58px; }
	.menu-toggle { display: block; z-index: 2; cursor: pointer; }
	.menu-toggle[aria-expanded='true'] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
	.menu-toggle[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
	.menu-toggle[aria-expanded='true'] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
	.site-nav { position: fixed; inset: 0; display: grid; place-items: center; padding: 90px 24px 40px; background: rgb(45 41 39 / 36%); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .3s ease, visibility .3s ease, transform .3s ease; }
	.site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
	.site-nav__panel { align-items: center; flex-direction: column; width: min(100%, 430px); padding: 58px 32px; border-radius: 24px; background: var(--page); box-shadow: 0 24px 80px rgb(45 41 39 / 20%); }
	.site-nav__list { width: 100%; flex-direction: column; gap: 24px; text-align: center; }
	.site-nav a { font-size: 22px; }
	.site-nav__consult { display: inline-flex; width: min(100%, 300px); margin: 28px auto 0; cursor: pointer; }
	.hero, .hero__inner { min-height: 820px; }
	.hero__content { width: 54%; padding-top: 132px; }
	.hero h1 { font-size: clamp(50px, 6.8vw, 66px); }
	.hero__lead { font-size: 16px; }
	.hero__visual { top: 90px; right: -80px; width: 56vw; height: 730px; }
	.hero__ornament--left { left: 40%; }
	.hero__ornament--left { top: 80px; width: 620px; height: 760px; }
	.hero__stat { margin-top: 32px; }
	.about { padding-block: 90px; }
	.about > .shell > .overline { margin-bottom: 28px; }
	.about__title { margin-bottom: 55px; text-align: left; }
	.about__grid { grid-template-columns: 1fr 1fr; gap: 36px; }
	.about__image { height: 520px; }
	.about__copy h3 { font-size: 32px; }
	.signature { align-items: flex-start; flex-direction: column; gap: 8px; margin-top: 36px; }
	.section-heading--center h2, .results__heading h2, .faq__intro h2 { font-size: clamp(50px, 7vw, 66px); }
	.audience { padding-block: 80px 100px; }
	.audience-card { grid-template-columns: 1fr; }
	.audience-card__image { min-height: 340px; max-height: 340px; }
	.audience-card__body { min-height: 470px; padding: 42px 28px 32px; }
	.courses { padding-block: 90px 110px; }
	.courses__heading { grid-template-columns: 1fr; gap: 28px; }
	.courses__heading > p { max-width: 580px; }
	.course-card, .course-card--small { grid-column: span 6; }
	.course-card--wide { grid-column: 1 / -1; }
	.course-card__title h3 { font-size: 36px; }
	.course-card__title { display: block; }
	.course-card__title strong { display: block; margin-top: 12px; }
	.benefits { padding-block: 80px 100px; }
	.benefits__grid { grid-template-columns: repeat(2, 1fr); }
	.benefit:nth-child(2) { border-right: 0; }
	.benefit:nth-child(-n+2) { border-bottom: 1px solid #ccbdb5; }
	.outcome { grid-template-columns: 130px 1fr; }
	.outcome > .icon-arrow { display: none; }
	.outcome p { font-size: 40px; }
	.results { padding-block: 80px 100px; }
	.results__grid { grid-template-columns: repeat(2, 1fr); }
	.result-card:nth-child(2) { border-right: 0; }
	.result-card:nth-child(3) { grid-column: 1 / -1; width: 50%; margin-inline: auto; border-right: 0; border-top: 1px solid var(--line); }
	.faq { padding-block: 80px; }
	.faq__grid { grid-template-columns: 38% minmax(0, 1fr); gap: 50px; }
	.cta__panel { grid-template-columns: 58% 42%; min-height: 760px; }
	.cta__copy { padding: 110px 34px 60px 54px; }
	.cta__copy h2 { font-size: 58px; }
	.cta__panel figure { min-height: 760px; }
	.cta__actions { align-items: flex-start; flex-direction: column; gap: 20px; }
}

@media (max-width: 768px) {
	:root { --shell: calc(100% - 32px); }
	.shell, .site-footer, .site-header__inner { width: min(calc(100% - 32px), var(--shell)); }
	.hero, .hero__inner { min-height: 1180px; }
	.hero__content { position: relative; width: 100%; padding-top: 116px; }
	.hero h1 { max-width: 500px; font-size: clamp(47px, 12vw, 66px); }
	.hero__lead { width: 100%; max-width: min(450px, 100%); overflow-wrap: anywhere; }
	.hero__visual { top: 700px; right: -62px; width: min(510px, 72vw); height: 480px; opacity: 1; }
	.hero__actions { position: relative; z-index: 2; align-items: flex-start; width: 270px; }
	.hero__stat { position: relative; z-index: 3; left: auto; bottom: auto; justify-content: center; width: max-content; margin: 44px auto 0; transform: none; }
	.hero__ornament--left { left: 16px; top: 758px; width: 230px; height: 295px; }
	.hero__ornament--right { display: none; }
	.about { padding-block: 72px; }
	.about__title { font-size: clamp(43px, 10vw, 61px); }
	.about__grid { grid-template-columns: 1fr; }
	.about__image { height: min(540px, 92vw); }
	.about__copy { padding-top: 12px; }
	.audience { padding-block: 72px; }
	.audience__grid { grid-template-columns: 1fr; }
	.audience-card { grid-template-columns: 42% 58%; min-height: 560px; }
	.audience-card__image { max-height: none; min-height: 560px; }
	.audience-card__body { min-height: 560px; padding-top: 42px; }
	.audience-card h3 { font-size: 30px; }
	.courses { padding-block: 72px 90px; }
	.courses__heading h2 { font-size: clamp(49px, 12vw, 70px); }
	.course-card, .course-card--small { grid-column: 1 / -1; }
	.course-card__title { display: flex; }
	.course-card__title strong { display: block; margin-top: 0; }
	.course-card__title h3 { font-size: 42px; }
	.benefits { padding-block: 72px; }
	.outcome { grid-template-columns: 1fr; gap: 24px; min-height: 0; padding: 48px 32px; }
	.outcome p { font-size: clamp(35px, 7vw, 44px); }
	.results { padding-block: 72px; }
	.results__grid { grid-template-columns: 1fr; }
	.result-card, .result-card:nth-child(3) { width: 100%; border-right: 0; border-top: 1px solid var(--line); }
	.result-card:first-child { border-top: 0; }
	.result-card > p { min-height: 0; padding-bottom: 24px; }
	.faq { padding-block: 72px; }
	.faq__grid { grid-template-columns: minmax(0, 1fr); gap: 54px; }
	.faq__intro, .faq__list, .faq__contact { grid-column: 1; grid-row: auto; }
	.faq__intro { order: 1; }
	.faq__list { order: 2; }
	.faq__contact { order: 3; }
	.cta__panel { grid-template-columns: 1fr; }
	.cta__copy { position: relative; z-index: 2; padding: 72px 32px 56px; }
	.cta__copy h2 { font-size: clamp(50px, 11vw, 67px); }
	.cta__panel figure { min-height: 620px; max-height: 620px; }
	.cta__actions { align-items: center; width: 100%; text-align: center; }
	.cta__actions .button { width: min(100%, 310px); }
	.cta__actions .text-link { justify-content: center; }
	.site-footer__inner { grid-template-columns: 1fr; justify-items: center; gap: 30px; padding-block: 55px; text-align: center; }
	.site-footer__logo { display: block; width: 140px; height: 134px; margin-bottom: 6px; }
	.site-footer__logo img { width: 100%; height: 100%; object-fit: contain; }
	.site-footer__about { grid-column: auto; grid-row: auto; text-align: center; }
	.site-footer__contact { align-items: center; }
	.site-footer__links { align-items: center; }
	.site-footer__bottom { align-items: center; flex-direction: column; justify-content: center; gap: 14px; min-height: 110px; text-align: center; }
	.mobile-course-cta { position: fixed; left: 16px; right: 16px; bottom: max(12px, env(safe-area-inset-bottom)); z-index: 950; display: flex; min-height: 56px; box-shadow: 0 8px 28px rgb(45 41 39 / 24%); }
	.legal-page__content section { grid-template-columns: 1fr; gap: 12px; }
	.thank-you-card__content { padding: 60px 48px; }
}

@media (max-width: 480px) {
	:root { --shell: calc(100% - 24px); --radius: 18px; }
	.shell, .site-footer, .site-header__inner { width: calc(100% - 24px); }
	.script-label { font-size: 23px; }
	.hero, .hero__inner { min-height: 740px; }
	.hero__content { padding-top: 104px; }
	.hero .overline { max-width: 300px; font-size: 9px; }
	.hero h1 { margin-top: 20px; font-size: clamp(42px, 13.5vw, 58px); }
	.hero__lead { max-width: 280px; margin-top: 20px; font-size: 13px; line-height: 1.55; }
	.hero__actions { width: min(210px, 59vw); margin-top: 25px; gap: 14px; }
	.hero__actions .button { min-width: 0; width: 210px; max-width: 100%; padding-inline: 17px; font-size: 9px; }
	.hero__actions .text-link { min-width: 0; gap: 14px; font-size: 9px; }
	.hero__visual { top: auto; right: -45px; bottom: 0; width: 300px; height: 405px; }
	.hero__visual img { object-position: center bottom; }
	.hero__ornament { top: auto; left: 82px; bottom: 18px; width: 150px; height: 188px; }
	.hero__content .hero__stat { display: none; }
	.hero__stat strong { font-size: 40px; }
	.hero__stat span { display: block; padding-top: 10px; font-size: 10px; line-height: 1.35; text-align: left; }
	.about { padding-block: 58px; }
	.about__title { margin-bottom: 36px; font-size: 40px; }
	.about__title br { display: none; }
	.about__image { height: 390px; border-radius: 20px; }
	.about__copy h3 { font-size: 30px; }
	.about__copy > p:not(.script-label) { font-size: 15px; line-height: 1.65; }
	.section-heading--center h2, .results__heading h2, .faq__intro h2 { font-size: 42px; }
	.audience__grid { margin-top: 42px; }
	.audience-card { grid-template-columns: 1fr; }
	.audience-card__image { min-height: 330px; max-height: 330px; }
	.audience-card__body { min-height: 500px; padding: 34px 24px 26px; }
	.audience-card h3 { font-size: 34px; }
	.courses__heading h2 { font-size: 47px; }
	.courses__grid { margin-top: 42px; }
	.course-card { min-height: 720px; }
	.course-card figure { height: 230px; }
	.course-card figure img, .course-card figure video { height: 212px; }
	.course-card__content { min-height: 425px; }
	.course-card__title { display: block; }
	.course-card__title h3 { font-size: 37px; }
	.course-card__title strong { margin-top: 10px; }
	.course-card__program { font-size: 10px; }
	.course-card__bonus { padding: 16px; }
	.course-card__bonus > strong { font-size: 15px; }
	.benefits__grid { grid-template-columns: 1fr; }
	.benefit { min-height: 230px; padding: 32px 18px 28px; border-right: 0; border-bottom: 1px solid #ccbdb5; }
	.benefit:last-child { border-bottom: 0; }
	.benefit h3 { margin-top: 36px; }
	.benefit p { margin-top: 12px; }
	.outcome { margin-top: 44px; padding: 38px 24px; }
	.outcome p { font-size: 34px; }
	.result-card { padding-inline: 12px; }
	.faq-item button { min-height: 82px; }
	.faq-item button span { font-size: 16px; }
	.cta { padding-top: 12px; }
	.cta__copy { padding: 50px 24px 42px; }
	.cta__copy h2 { font-size: 48px; }
	.cta__actions { align-items: center; width: 100%; text-align: center; }
	.cta__actions .button { width: min(100%, 310px); }
	.cta__actions .text-link { justify-content: center; }
	.cta__panel figure { min-height: 470px; max-height: 470px; }
	.site-footer__inner { grid-template-columns: 1fr; justify-items: center; gap: 30px; padding-block: 52px; text-align: center; }
	.site-footer__logo { display: block; width: 140px; height: 134px; margin-bottom: 6px; }
	.site-footer__logo img { width: 100%; height: 100%; object-fit: contain; }
	.site-footer__about { grid-column: auto; grid-row: auto; text-align: center; }
	.site-footer__links { align-items: center; }
	.site-footer__bottom { align-items: center; flex-direction: column; justify-content: center; gap: 14px; min-height: 110px; text-align: center; }
	.vip-modal { padding: 12px; }
	.vip-modal__dialog { max-height: calc(100vh - 24px); padding: 52px 24px 30px; border-radius: 18px; }
	.vip-modal h2 { font-size: 42px; }
	.vip-modal__close { top: 14px; right: 14px; }
	.legal-page { padding: 120px 0 72px; }
	.legal-page h1 { font-size: 51px; }
	.legal-page__content { margin-top: 46px; }
	.legal-page__content section { padding-block: 24px; }
	.error-page { min-height: 680px; padding-top: 110px; }
	.error-page h1 { font-size: 56px; }
	.thank-you-page { padding: 96px 0 28px; }
	.thank-you-card { min-height: 680px; }
	.thank-you-card__content { padding: 52px 24px; }
	.thank-you-card h1 { font-size: 60px; }
	.thank-you-card__description { font-size: 15px; }
	.thank-you-card__socials > div { align-items: stretch; flex-direction: column; }
	.thank-social { justify-content: center; width: 100%; }
	.thank-you-card__back { width: 100%; font-size: 10px; }
	.thank-you-card__ornament { right: -180px; width: 560px; height: 560px; }
}

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