:root {
  --dark: #362f2d;
  --dark-2: #4a403c;
  --menu: #594c46;
  --accent: #ffc361;
  --beige: #d3cdbe;
  --secondary: #827670;
  --paper: #fbfaf7;
  --editorial: #f5f1e8;
  --white: #fffefd;
  --line: rgba(54, 47, 45, .18);
  --line-dark: rgba(255, 255, 255, .18);
  --container: 1360px;
  --sidebar: 342px;
  --topbar: 78px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--dark); font-family: "Inter Tight", Inter, Arial, sans-serif; font-size: 18px; line-height: 1.82; -webkit-font-smoothing: antialiased; }
body.modal-open, body.menu-open { overflow: hidden; }
img, picture { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button, input, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.04; letter-spacing: -.045em; }
h1, h2 { font-weight: 800; }
h3 { font-weight: 700; }
::selection { background: var(--accent); color: var(--dark); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: -80px; left: 20px; padding: 12px 20px; background: var(--accent); color: var(--dark); font-weight: 700; }
.skip-link:focus { top: 16px; }
.reading-line { position: fixed; z-index: 300; top: 0; left: 0; width: 100%; height: 3px; background: var(--accent); transform: scaleX(0); transform-origin: left; }
.section-container { width: min(var(--container), calc(100% - 64px)); margin-inline: auto; }
.light-section { background: var(--paper); }
.editorial-section { padding: clamp(110px, 10vw, 170px) 0; background: var(--editorial); }
.corporate-dark { background: var(--dark); color: var(--white); }
.eyebrow, .block-label { margin: 0 0 20px; color: var(--secondary); font-size: 11px; font-weight: 750; line-height: 1.3; letter-spacing: .16em; text-transform: uppercase; }
.corporate-dark .eyebrow { color: var(--accent); }
.wordmark { color: inherit; font-size: 16px; font-weight: 800; line-height: 1; letter-spacing: .055em; text-decoration: none; white-space: nowrap; }

.topbar { position: fixed; z-index: 200; top: 0; left: 0; width: 100%; height: var(--topbar); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 0 max(32px, calc((100vw - var(--container)) / 2)); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.16); transition: background .25s, border-color .25s; }
.topbar.scrolled { background: rgba(54,47,45,.97); border-color: var(--line-dark); }
.main-nav { display: flex; gap: 28px; }
.main-nav a { color: rgba(255,255,255,.75); font-size: 12px; font-weight: 600; text-decoration: none; }
.main-nav a:hover { color: var(--white); }
.topbar-actions { display: flex; justify-content: flex-end; align-items: center; gap: 18px; }
.top-progress { font-size: 11px; font-weight: 700; color: rgba(255,255,255,.65); }
.account-button { width: 46px; height: 46px; display: grid; place-items: center; flex: none; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: transparent; color: var(--white); transition: border-color .2s, background .2s, color .2s; }
.account-button:hover { border-color: var(--accent); background: var(--accent); color: var(--dark); }
.account-button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }
.menu-button { display: none; width: 48px; height: 44px; padding: 10px 6px; border: 0; background: transparent; }
.menu-button span { display: block; height: 2px; margin: 7px 0; background: var(--white); }

.pill-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 11px 24px; border-radius: 999px; font-size: 13px; font-weight: 650; letter-spacing: .01em; text-decoration: none; transition: background .2s, color .2s, border-color .2s, transform .2s; }
.pill-button:hover { transform: translateY(-1px); }
.pill-button-accent { border: 2px solid var(--accent); background: transparent; color: var(--white); }
.pill-button-accent:hover { background: var(--accent); color: var(--dark); }
.pill-button-light { border: 2px solid var(--dark); background: transparent; color: var(--dark); }
.pill-button-light:hover { background: var(--dark); color: var(--white); }
.pill-button-dark { border: 2px solid var(--dark); background: var(--dark); color: var(--white); }
.pill-button-dark:hover { background: transparent; color: var(--dark); }
.pill-button:disabled { opacity: .3; pointer-events: none; }
.text-button { border: 0; border-bottom: 1px solid currentColor; background: transparent; padding: 3px 0; color: var(--secondary); font-size: 12px; }

.hero { position: relative; min-height: 100vh; min-height: 100dvh; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; background: var(--dark); color: var(--white); }
.hero-photo, .hero-overlay { position: absolute; inset: 0; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(39,31,29,.95) 0%, rgba(54,47,45,.76) 42%, rgba(54,47,45,.16) 76%), linear-gradient(0deg, rgba(54,47,45,.9) 0%, transparent 45%); }
.hero-inner { position: relative; z-index: 2; width: min(var(--container), calc(100% - 64px)); margin: 0 auto; padding: calc(var(--topbar) + 80px) 0 180px; }
.hero-kicker { margin-bottom: 26px; color: rgba(255,255,255,.72); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hero h1 { max-width: 930px; margin-bottom: 28px; font-size: clamp(44px, 5.5vw, 78px); }
.hero h1 span { color: var(--accent); }
.hero-lead { max-width: 690px; margin-bottom: 35px; color: rgba(255,255,255,.76); font-size: clamp(18px, 1.6vw, 23px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.hero-link { font-size: 13px; font-weight: 650; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.6); }
.hero-link span { margin-left: 12px; }
.hero-stats { position: absolute; z-index: 2; bottom: 0; left: 50%; width: min(var(--container), calc(100% - 64px)); display: grid; grid-template-columns: repeat(4, 1fr); transform: translateX(-50%); border-top: 1px solid rgba(255,255,255,.22); }
.hero-stats div { min-height: 116px; display: flex; flex-direction: column; justify-content: center; padding: 20px 28px; border-right: 1px solid rgba(255,255,255,.22); }
.hero-stats div:first-child { padding-left: 0; }
.hero-stats div:last-child { border: 0; }
.hero-stats strong { font-size: 30px; line-height: 1; }
.hero-stats span { margin-top: 9px; color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.35; }

.course-intro { padding: clamp(120px, 11vw, 180px) 0; }
.intro-layout { display: grid; grid-template-columns: 220px 1fr; gap: 70px; }
.section-index { padding-top: 10px; color: var(--secondary); font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.section-heading { max-width: 980px; }
.section-heading h2, .wide-heading h2, .corporate-heading h2, .company-copy h2, .work-cta h2, .brands h2, .cta-content h2 { margin-bottom: 30px; font-size: clamp(42px, 5.3vw, 74px); }
.section-heading > p:last-child { max-width: 760px; color: var(--secondary); font-size: 20px; }
.course-facts { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 100px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.course-facts div { min-height: 150px; display: flex; flex-direction: column; justify-content: center; padding: 25px 28px; border-right: 1px solid var(--line); }
.course-facts div:first-child { padding-left: 0; }
.course-facts div:last-child { border: 0; }
.course-facts strong { font-size: 44px; line-height: 1; }
.course-facts span { margin-top: 13px; color: var(--secondary); font-size: 13px; }
.audience-columns { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 100px; }
.audience-columns article { padding: 0 42px; border-right: 1px solid var(--line); }
.audience-columns article:first-child { padding-left: 0; }
.audience-columns article:last-child { border: 0; }
.audience-columns article > span { color: #b27e2b; font-size: 11px; }
.audience-columns h3 { margin: 70px 0 20px; font-size: 27px; }
.audience-columns p { margin: 0; color: var(--secondary); font-size: 15px; }

.static-program { padding: clamp(100px, 10vw, 160px) 0; background: var(--dark-2); color: var(--white); }
.program-heading, .wide-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; margin-bottom: 70px; }
.program-heading h2, .wide-heading h2 { max-width: 850px; margin: 0; }
.program-heading > p, .wide-heading > p { max-width: 540px; margin: 0; color: rgba(255,255,255,.62); font-size: 15px; }
.static-course-list { border-top: 1px solid var(--line-dark); }
.static-phase { border-bottom: 1px solid var(--line-dark); }
.static-phase > summary { display: grid; grid-template-columns: 80px 1fr auto; align-items: center; gap: 24px; padding: 30px 0; list-style: none; cursor: pointer; }
.static-phase > summary::-webkit-details-marker { display: none; }
.static-phase > summary span { color: var(--accent); font-size: 11px; }
.static-phase > summary strong { font-size: 22px; }
.static-phase > summary i { color: rgba(255,255,255,.5); font-size: 11px; font-style: normal; }
.static-lessons { padding: 0 0 36px 104px; }
.static-lesson { display: grid; grid-template-columns: 52px 1fr; gap: 22px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); }
.static-lesson > span { color: rgba(255,255,255,.4); font-size: 11px; }
.static-lesson h3 { margin: 0 0 8px; font-size: 18px; letter-spacing: -.02em; }
.static-lesson p { max-width: 780px; margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.55; }
.static-lesson a { display: inline-block; margin-top: 10px; color: var(--accent); font-size: 11px; font-weight: 700; text-decoration: none; }

.course-area { background: var(--editorial); }
.course-shell { display: grid; grid-template-columns: var(--sidebar) minmax(0, 1fr); border-top: 1px solid var(--line); }
.sidebar { position: sticky; z-index: 20; top: 0; height: 100vh; overflow-y: auto; overscroll-behavior: contain; background: var(--menu); color: var(--white); border-right: 1px solid rgba(255,255,255,.1); scrollbar-width: thin; }
.sidebar-brand { height: 70px; display: flex; align-items: center; padding: 0 24px; border-bottom: 1px solid var(--line-dark); font-size: 12px; font-weight: 800; letter-spacing: .06em; }
.sidebar-head { position: sticky; z-index: 3; top: 0; display: flex; justify-content: space-between; align-items: center; padding: 25px 24px 18px; background: var(--menu); }
.sidebar-head .eyebrow { margin-bottom: 3px; color: rgba(255,255,255,.45); }
.sidebar-head strong { margin-right: 7px; font-size: 30px; }
.sidebar-head span { color: rgba(255,255,255,.5); font-size: 10px; }
.progress-ring { width: 47px; transform: rotate(-90deg); }
.progress-ring circle { fill: none; stroke: rgba(255,255,255,.15); stroke-width: 3; }
.progress-ring circle:last-child { stroke: var(--accent); stroke-dasharray: 113.1; stroke-dashoffset: 113.1; transition: stroke-dashoffset .35s; }
.search-box { position: sticky; z-index: 3; top: 93px; display: flex; align-items: center; gap: 8px; margin: 0 14px 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; padding-left: 14px; background: var(--menu); }
.search-box > span { color: rgba(255,255,255,.5); }
.search-box input { min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; padding: 10px 12px 10px 0; color: white; font-size: 12px; }
.search-box input::placeholder { color: rgba(255,255,255,.48); }
.course-nav { padding: 0 8px 28px; }
.nav-phase h3 { display: flex; justify-content: space-between; margin: 24px 12px 8px; color: rgba(255,255,255,.43); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.nav-lesson { width: 100%; display: grid; grid-template-columns: 29px 1fr; align-items: start; gap: 7px; border: 0; border-radius: 8px; background: transparent; padding: 9px 10px; color: rgba(255,255,255,.77); text-align: left; }
.nav-lesson:hover { background: rgba(255,255,255,.08); }
.nav-lesson.active { background: var(--accent); color: var(--dark); }
.nav-lesson i { font-size: 9px; font-style: normal; line-height: 1.8; }
.nav-lesson span { font-size: 11px; line-height: 1.45; }
.nav-lesson.done i { font-weight: 800; }
.empty-search { padding: 20px 14px; color: rgba(255,255,255,.6); font-size: 12px; }
.sidebar-contact { margin: 18px; padding: 22px 4px; border-top: 1px solid var(--line-dark); }
.sidebar-contact p { margin-bottom: 4px; color: rgba(255,255,255,.5); font-size: 11px; }
.sidebar-contact a { color: var(--accent); font-size: 12px; font-weight: 700; text-decoration: none; }
.sidebar-scrim { display: none; }
.course-content { min-width: 0; padding: 0 clamp(32px, 7vw, 118px) 110px; }
.course-toolbar { height: 98px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.course-toolbar .eyebrow { margin-bottom: 3px; }
.course-toolbar span { color: var(--secondary); font-size: 11px; }
.lesson { max-width: 940px; margin-inline: auto; }
.lesson-header { padding: 100px 0 55px; }
.lesson-number { display: block; margin-bottom: 26px; color: #a86e19; font-size: 12px; font-weight: 750; }
.lesson-header h2 { max-width: 880px; margin-bottom: 28px; font-size: clamp(46px, 5vw, 56px); }
.lesson-header p { max-width: 740px; margin: 0; color: var(--secondary); font-size: 20px; line-height: 1.65; }
.lesson-photo { margin: 0 0 90px; }
.lesson-photo picture, .lesson-photo img { width: 100%; }
.lesson-photo img { aspect-ratio: 16 / 9; object-fit: cover; border-radius: 28px; }
.lesson-photo figcaption { margin-top: 12px; color: var(--secondary); font-size: 11px; }
.lesson-block { max-width: 740px; margin-inline: auto; padding: 65px 0; border-top: 1px solid var(--line); }
.lesson-block h3, .lesson-checklist h3 { margin-bottom: 26px; font-size: clamp(28px, 3vw, 38px); }
.lesson-block p { color: #5f5550; font-size: 18px; line-height: 1.88; }
.lesson-block p:last-child { margin-bottom: 0; }
.outcome-block { padding-top: 0; border: 0; }
.block-label { margin-bottom: 12px !important; color: #9e6718 !important; }
.definition { display: grid; grid-template-columns: 190px 1fr; gap: 35px; margin-bottom: 30px; padding: 24px 0; border-top: 1px solid var(--dark); border-bottom: 1px solid var(--dark); }
.definition strong, .definition span { font-size: 14px; line-height: 1.55; }
.definition span { color: var(--secondary); }
.prepare-list, .mistake-list { list-style: none; margin: 30px 0 0; padding: 0; }
.prepare-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.prepare-list li { position: relative; padding: 19px 18px 19px 43px; border-radius: 16px; background: var(--paper); font-size: 14px; line-height: 1.55; }
.prepare-list li::before { content: ""; position: absolute; left: 18px; top: 26px; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.steps-list { margin: 36px 0 0; padding: 0; list-style: none; counter-reset: step; }
.steps-list li { position: relative; display: grid; grid-template-columns: 56px 1fr; counter-increment: step; padding-bottom: 35px; }
.steps-list li::before { content: counter(step, decimal-leading-zero); width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--beige); border-radius: 50%; color: #9e6718; font-size: 10px; font-weight: 700; }
.steps-list li:not(:last-child)::after { content: ""; position: absolute; left: 19px; top: 45px; bottom: 8px; width: 1px; background: var(--beige); }
.steps-list strong { display: block; margin: 4px 0 7px; font-size: 16px; }
.steps-list p { margin: 0; color: var(--secondary); font-size: 15px; line-height: 1.7; }
.attention { max-width: 800px; margin: 30px auto 78px; padding: 10px 0 10px 32px; border-left: 3px solid var(--accent); }
.attention span { color: #9e6718; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.attention p { margin: 12px 0 0; color: var(--dark-2); font-size: 18px; }
.mistake-list li { position: relative; margin-bottom: 15px; padding-left: 27px; color: #625852; font-size: 16px; }
.mistake-list li::before { content: "—"; position: absolute; left: 0; color: #9e6718; }
.verify-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 30px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.verify-grid div { padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.verify-grid strong { display: block; margin-bottom: 8px; color: #9e6718; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.verify-grid span { color: var(--secondary); font-size: 13px; line-height: 1.55; }
.expert-callout { max-width: 820px; margin: 35px auto 80px; padding: 42px; border-radius: 28px; background: var(--dark); color: var(--white); }
.expert-callout span { color: var(--accent); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.expert-callout h3 { max-width: 650px; margin: 14px 0 30px; font-size: 26px; line-height: 1.28; }
.expert-callout a { color: var(--accent); font-size: 13px; font-weight: 700; }
.partner-insert { max-width: 820px; display: grid; grid-template-columns: 210px 1fr; gap: 35px; align-items: center; margin: 30px auto 80px; padding: 24px; border: 1px solid var(--line); border-radius: 26px; background: var(--paper); }
.partner-insert img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 16px; }
.partner-insert span { color: var(--secondary); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.partner-insert h3 { margin: 9px 0; font-size: 21px; }
.partner-insert p, .partner-insert a { font-size: 12px; }
.lesson-checklist { max-width: 820px; display: grid; grid-template-columns: 230px 1fr; gap: 35px; margin: 40px auto; padding: 45px; border-radius: 28px; background: var(--dark-2); color: var(--white); }
.lesson-checklist label, .template-card label { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.13); font-size: 14px; cursor: pointer; }
.lesson-checklist input, .template-card input { flex: 0 0 auto; width: 19px; height: 19px; margin: 3px 0 0; accent-color: var(--accent); }
.lesson-checklist input:checked + span, .template-card input:checked + span { opacity: .5; text-decoration: line-through; }
.complete-button { width: min(820px, 100%); display: grid; grid-template-columns: 48px 1fr; grid-template-rows: auto auto; align-items: center; margin: 20px auto 80px; padding: 22px 27px; border: 2px solid var(--dark); border-radius: 999px; background: transparent; text-align: left; }
.complete-button > span { grid-row: 1/3; width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid var(--dark); border-radius: 50%; }
.complete-button b { font-size: 14px; }
.complete-button small { color: var(--secondary); font-size: 10px; }
.complete-button.completed { background: var(--dark); color: var(--white); }
.complete-button.completed small { color: rgba(255,255,255,.55); }
.lesson-pagination { max-width: 940px; display: flex; justify-content: space-between; gap: 18px; margin: 0 auto; padding-top: 35px; border-top: 1px solid var(--line); }

.project-workspace { background: var(--paper); }
.project-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 9vw, 140px); align-items: start; }
.project-copy { position: sticky; top: 120px; }
.project-copy h2 { margin-bottom: 28px; font-size: clamp(40px, 4.5vw, 66px); }
.project-copy > p:not(.eyebrow) { color: var(--secondary); font-size: 16px; }
.draft-status { display: inline-flex; align-items: center; gap: 9px; margin-top: 25px; color: var(--secondary); font-size: 11px; }
.draft-status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #71916f; }
.project-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 20px; }
.project-field { display: block; }
.project-field.wide { grid-column: 1 / -1; }
.project-field span, .registration-panel label > span { display: block; margin-bottom: 8px; color: var(--secondary); font-size: 11px; font-weight: 650; }
.project-field input, .project-field textarea, .registration-panel input[type="text"], .registration-panel input[type="email"] { width: 100%; border: 0; border-bottom: 1px solid var(--beige); border-radius: 0; background: transparent; outline: 0; padding: 13px 0; font-size: 16px; }
.project-field textarea { min-height: 100px; resize: vertical; }
.project-field input:focus, .project-field textarea:focus { border-bottom-color: var(--dark); }
.save-project { margin-top: 45px; min-width: 180px; }

.calculators { background: var(--beige); }
.calculators .wide-heading > p, .templates .wide-heading > p, .cases .wide-heading > p { color: var(--secondary); }
.calculator-tabs { display: flex; overflow-x: auto; border-bottom: 1px solid rgba(54,47,45,.25); scrollbar-width: thin; }
.calculator-tabs button { flex: 0 0 auto; display: flex; gap: 8px; border: 0; border-bottom: 3px solid transparent; background: transparent; padding: 16px 17px; color: var(--secondary); font-size: 12px; }
.calculator-tabs button span { font-size: 9px; }
.calculator-tabs button[aria-selected="true"] { border-bottom-color: var(--dark); color: var(--dark); font-weight: 700; }
.calculator-panel { display: grid; grid-template-columns: minmax(360px, .8fr) minmax(430px, 1.2fr); gap: clamp(50px, 9vw, 140px); padding-top: 60px; }
.calc-inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.calc-inputs .block-label { grid-column: 1 / -1; }
.calc-intro { grid-column: 1 / -1; max-width: 640px; margin: -8px 0 12px; color: var(--secondary); font-size: 15px; line-height: 1.7; }
.calc-field { display: flex; min-width: 0; flex-direction: column; }
.calc-inputs label span { display: block; margin-bottom: 6px; color: var(--secondary); font-size: 11px; }
.calc-inputs input { width: 100%; border: 0; border-bottom: 1px solid rgba(54,47,45,.4); background: rgba(255,255,255,.2); outline: 0; padding: 13px 11px; font-size: 17px; }
.calc-field > span { display: block; margin-bottom: 6px; color: var(--secondary); font-size: 11px; }
.calc-field small { margin-top: 7px; color: rgba(54,47,45,.55); font-size: 9px; line-height: 1.4; }
.calc-field-linked output { min-height: 49px; padding: 13px 11px; border-bottom: 1px solid rgba(54,47,45,.2); background: rgba(255,255,255,.12); color: var(--dark); font-size: 17px; font-weight: 650; }
.calc-result { min-height: 350px; display: grid; grid-template-columns: auto 1fr; align-content: center; padding: clamp(40px, 6vw, 78px); border-radius: 30px; background: var(--dark); color: var(--white); }
.calc-result > p { grid-column: 1 / -1; margin: 0 0 16px; color: var(--accent); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.calc-result > strong { font-size: clamp(48px, 7vw, 100px); line-height: 1; letter-spacing: -.06em; overflow-wrap: anywhere; }
.calc-result > span { align-self: end; padding: 0 0 10px 12px; color: rgba(255,255,255,.6); font-size: 14px; }
.calc-result > div { grid-column: 1 / -1; max-width: 620px; margin-top: 28px; color: rgba(255,255,255,.75); font-size: 14px; line-height: 1.65; }
.calc-result .calc-breakdown { grid-column: 1 / -1; display: grid; gap: 8px; margin: 22px 0 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.16); }
.calc-breakdown div { display: flex; justify-content: space-between; gap: 18px; }
.calc-breakdown dt, .calc-breakdown dd { margin: 0; font-size: 11px; }
.calc-breakdown dt { color: rgba(255,255,255,.58); }
.calc-breakdown dd { color: var(--white); font-weight: 650; text-align: right; }
.calc-apply { grid-column: 1 / -1; justify-self: start; margin-top: 22px; padding: 10px 18px; border: 1px solid var(--accent); border-radius: 999px; background: transparent; color: var(--white); font: inherit; font-size: 11px; font-weight: 650; cursor: pointer; }
.calc-apply:hover { background: var(--accent); color: var(--dark); }
.calc-result > small { grid-column: 1 / -1; margin-top: 18px; color: rgba(255,255,255,.42); font-size: 9px; }

.templates { background: var(--editorial); }
.template-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 40px; }
.template-filter button { border: 1px solid var(--dark); border-radius: 999px; background: transparent; padding: 8px 15px; font-size: 11px; }
.template-filter button.active { background: var(--dark); color: var(--white); }
.template-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: start; }
.template-card { border: 1px solid var(--line); border-radius: 24px; background: var(--paper); overflow: hidden; }
.template-card summary { min-height: 165px; position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; list-style: none; cursor: pointer; }
.template-card summary::-webkit-details-marker { display: none; }
.template-card summary > span { color: #9e6718; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.template-card summary h3 { max-width: 80%; margin: 25px 0 0; font-size: 20px; }
.template-card summary i { position: absolute; right: 23px; bottom: 23px; color: var(--secondary); font-size: 10px; font-style: normal; }
.template-card[open] summary { border-bottom: 1px solid var(--line); }
.template-card > div { padding: 10px 23px 18px; }
.template-card label { border-bottom-color: var(--line); color: var(--secondary); font-size: 12px; }

.services { padding: clamp(120px, 11vw, 180px) 0; }
.corporate-heading { max-width: 990px; margin-bottom: 80px; }
.corporate-heading > p:last-child { max-width: 720px; color: rgba(255,255,255,.63); }
.service-list { border-top: 1px solid var(--line-dark); }
.service-list button { width: 100%; display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 25px; border: 0; border-bottom: 1px solid var(--line-dark); background: transparent; padding: 25px 0; color: var(--white); text-align: left; }
.service-list button span { color: var(--accent); font-size: 11px; }
.service-list button strong { font-size: clamp(19px, 2vw, 28px); letter-spacing: -.025em; }
.service-list button i { color: rgba(255,255,255,.5); font-size: 11px; font-style: normal; }
.service-list button:hover strong { color: var(--accent); }

.company { padding: clamp(120px, 11vw, 180px) 0; }
.company-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(60px, 8vw, 120px); align-items: center; }
.company-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 30px; }
.company-copy h2 { font-size: clamp(40px, 4.5vw, 64px); }
.company-copy > p:not(.eyebrow) { margin-bottom: 35px; color: var(--secondary); }
.cases { padding: 0 0 clamp(120px, 11vw, 180px); }
.case-hero { position: relative; }
.case-hero img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 30px; }
.case-hero figcaption { position: absolute; left: 30px; bottom: 30px; max-width: 440px; padding: 24px 28px; border-radius: 22px; background: rgba(54,47,45,.9); color: var(--white); }
.case-hero figcaption span { display: block; margin-bottom: 9px; color: var(--accent); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.case-hero figcaption strong { font-size: 17px; line-height: 1.4; }

.work-cta { padding: clamp(100px, 9vw, 150px) 0; }
.work-cta-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; }
.work-cta h2 { margin: 0; }
.work-cta-grid > div:last-child p { margin-bottom: 30px; color: rgba(255,255,255,.64); }
.brands { padding: clamp(110px, 10vw, 160px) 0; }
.brands h2 { max-width: 920px; font-size: clamp(40px, 5vw, 70px); }
.brands-note { max-width: 620px; color: var(--secondary); }
.brand-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.brand-grid span { min-height: 135px; display: grid; place-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--editorial); font-size: 15px; font-weight: 800; letter-spacing: .04em; text-align: center; }

.commercial-cta { min-height: 760px; position: relative; display: flex; align-items: center; overflow: hidden; color: var(--white); }
.cta-photo, .cta-overlay { position: absolute; inset: 0; }
.cta-photo img { width: 100%; height: 100%; object-fit: cover; }
.cta-overlay { background: linear-gradient(90deg, rgba(54,47,45,.96), rgba(54,47,45,.6) 58%, rgba(54,47,45,.18)); }
.cta-content { position: relative; z-index: 1; }
.cta-content h2 { max-width: 850px; }
.cta-content > p:not(.eyebrow) { max-width: 670px; color: rgba(255,255,255,.72); }
.cta-content > div { display: flex; align-items: center; gap: 30px; margin-top: 35px; }
.cta-email { font-size: 14px; font-weight: 650; }
.faq { padding: clamp(110px, 10vw, 160px) 0; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; gap: 30px; padding: 28px 0; list-style: none; font-size: 20px; font-weight: 700; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { font-size: 25px; font-weight: 400; transition: transform .2s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 760px; padding-bottom: 28px; color: var(--secondary); }

.footer { padding: 80px 0 35px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .6fr 1fr; gap: 70px; }
.footer-grid > div:first-child p { max-width: 350px; margin-top: 22px; color: rgba(255,255,255,.5); font-size: 12px; }
.footer-nav, .footer-contacts { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-nav a, .footer-nav button, .footer-contacts a, .footer-contacts span { border: 0; background: transparent; padding: 0; color: rgba(255,255,255,.72); font-size: 12px; text-decoration: none; }
.footer-contacts a:first-child { color: var(--accent); font-size: 18px; font-weight: 700; }
.footer-legal { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 25px; margin-top: 45px; padding-top: 22px; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.4); font-size: 10px; }
.footer-legal button { border: 0; background: transparent; padding: 0; color: inherit; font-size: inherit; }

.modal { width: 100%; height: 100%; max-width: none; max-height: none; margin: 0; border: 0; background: rgba(54,47,45,.68); padding: 28px; }
.modal::backdrop { background: rgba(54,47,45,.68); }
.modal[open] { display: grid; place-items: center; }
.modal-panel { position: relative; width: min(980px, 100%); max-height: calc(100dvh - 56px); overflow-y: auto; border-radius: 30px; background: var(--paper); padding: clamp(35px, 6vw, 80px); color: var(--dark); }
.modal-panel h2 { max-width: 800px; margin-bottom: 35px; font-size: clamp(38px, 5vw, 64px); }
.modal-close { position: absolute; z-index: 2; top: 22px; right: 25px; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 24px; line-height: 1; }
.modal-service-content article[hidden] { display: none; }
.modal-service-content article { max-width: 720px; margin-bottom: 35px; }
.modal-service-content article > span { color: #9e6718; font-size: 11px; }
.modal-service-content h3 { margin: 18px 0; font-size: 34px; }
.modal-service-content p { color: var(--secondary); }
.work-timeline { display: grid; grid-template-columns: 1fr 1fr; margin: 0 0 45px; padding: 0; list-style: none; counter-reset: none; }
.work-timeline li { min-height: 90px; display: grid; grid-template-columns: 42px 1fr; gap: 18px; align-items: start; padding: 20px 18px 20px 0; border-top: 1px solid var(--line); }
.work-timeline li span { color: #9e6718; font-size: 10px; }
.work-timeline li strong { font-size: 15px; line-height: 1.45; }
.save-modal-panel { width: min(780px, 100%); }
.save-modal-panel h2 { font-size: clamp(35px, 4.5vw, 56px); }
.save-modal-panel > p:not(.eyebrow) { color: var(--secondary); }
.save-modal-note { margin-top: -6px; font-size: 14px; }
.registration-panel { width: min(760px, 100%); }
.registration-intro { max-width: 610px; padding-left: 20px; border-left: 3px solid var(--accent); color: var(--secondary); font-size: 14px; }
.registration-panel form { display: grid; gap: 22px; margin-top: 35px; }
.consent { display: flex; align-items: flex-start; gap: 12px; color: var(--secondary); font-size: 12px; line-height: 1.5; }
.consent input { flex: none; width: 18px; height: 18px; margin-top: 2px; accent-color: var(--dark); }
.consent span { margin: 0 !important; }
.registration-panel .pill-button { justify-self: start; }
.form-status { margin: 0; color: #8d5b14; font-size: 12px; }
.legal-accordions { margin-top: 38px; border-top: 1px solid var(--line); }
.legal-accordions details { border-bottom: 1px solid var(--line); }
.legal-accordions summary { padding: 17px 0; font-size: 13px; font-weight: 700; cursor: pointer; }
.legal-accordions p { color: var(--secondary); font-size: 12px; }
.registration-success > p { max-width: 620px; color: var(--secondary); }
.telegram-offer { margin-top: 35px; padding-top: 35px; border-top: 1px solid var(--line); }
.telegram-offer h3 { max-width: 560px; margin-bottom: 18px; font-size: clamp(27px, 3vw, 38px); }
.telegram-offer > p { max-width: 610px; color: var(--secondary); font-size: 15px; }
.registration-actions { display: flex; align-items: center; gap: 24px; margin: 30px 0 20px; }
.telegram-channel-link { color: var(--secondary); font-size: 13px; }
.account-panel { width: min(820px, 100%); }
.account-user { display: grid; grid-template-columns: 1fr 1fr; margin: 0 0 34px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.account-user > div { padding: 20px 24px 20px 0; }
.account-user > div + div { padding-left: 24px; border-left: 1px solid var(--line); }
.account-user dt { margin-bottom: 5px; color: var(--secondary); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.account-user dd { margin: 0; font-size: 16px; font-weight: 700; overflow-wrap: anywhere; }
.account-course, .account-consultation { padding: 34px 0; border-top: 1px solid var(--line); }
.account-course h3, .account-consultation h3 { margin-bottom: 15px; font-size: 32px; }
.account-course > p:not(.block-label), .account-consultation > p:not(.block-label) { max-width: 640px; color: var(--secondary); font-size: 15px; }
.account-course .pill-button { margin-top: 12px; }
.account-links { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 28px; border-top: 1px solid var(--line); }
.account-links a { padding: 16px 18px 16px 0; border-bottom: 1px solid var(--line); color: var(--dark); font-size: 14px; font-weight: 700; text-decoration: none; }
.account-links a:nth-child(even) { padding-left: 18px; border-left: 1px solid var(--line); }
.account-logout { margin-top: 24px; }
.toast { position: fixed; z-index: 500; left: 50%; bottom: 28px; transform: translate(-50%, 20px); padding: 12px 20px; border-radius: 999px; background: var(--dark); color: var(--white); font-size: 11px; opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; }
.toast.visible { opacity: 1; transform: translate(-50%, 0); }

/* Premium motion: progressive enhancement; content remains visible without JavaScript. */
@keyframes hero-fade {
  from { opacity: .56; }
  to { opacity: 1; }
}
@keyframes hero-fade-up {
  from { opacity: .62; transform: translate3d(0, 16px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes hero-image-drift {
  from { transform: scale(1); }
  to { transform: scale(1.025); }
}
.motion-enabled .hero-kicker { animation: hero-fade .5s ease-out both; }
.motion-enabled .hero h1 { animation: hero-fade-up .65s cubic-bezier(.22,1,.36,1) .04s both; }
.motion-enabled .hero-lead { animation: hero-fade-up .6s cubic-bezier(.22,1,.36,1) .09s both; }
.motion-enabled .hero-actions > * { animation: hero-fade-up .6s cubic-bezier(.22,1,.36,1) both; }
.motion-enabled .hero-actions > :nth-child(1) { animation-delay: .14s; }
.motion-enabled .hero-actions > :nth-child(2) { animation-delay: .21s; }
.motion-enabled .hero-stats > div { animation: hero-fade-up .55s cubic-bezier(.22,1,.36,1) both; }
.motion-enabled .hero-stats > div:nth-child(1) { animation-delay: .2s; }
.motion-enabled .hero-stats > div:nth-child(2) { animation-delay: .25s; }
.motion-enabled .hero-stats > div:nth-child(3) { animation-delay: .3s; }
.motion-enabled .hero-stats > div:nth-child(4) { animation-delay: .35s; }
.motion-enabled .hero-photo img { animation: hero-image-drift 14s cubic-bezier(.2,.65,.3,1) both; transform-origin: center; }

.reading-line { transition: transform .4s cubic-bezier(.22,1,.36,1); }
.topbar { transition-duration: .25s; }
.progress-ring circle:last-child { transition-duration: .4s; }
.sidebar, .sidebar-scrim { transition-duration: .22s; }

.pill-button { transition-duration: .22s; }
.pill-button:hover { transform: translateY(-1px) scale(1.015); }
.pill-button:active { transform: scale(.985); }
.account-button:active, .menu-button:active, .calc-apply:active, .template-filter button:active { transform: scale(.985); }

.lesson-photo picture, .company-photo, .case-hero { display: block; overflow: hidden; border-radius: 30px; }
.lesson-photo picture { border-radius: 28px; }
.lesson-photo img, .company-photo img, .case-hero img { transition: transform .45s cubic-bezier(.22,1,.36,1); }
.template-card, .audience-columns article, .service-list button, .brand-grid span { transition: transform .25s cubic-bezier(.22,1,.36,1), border-color .25s, background-color .25s, color .25s; }

.modal {
  opacity: 0;
  transition: opacity .18s ease, display .18s allow-discrete, overlay .18s allow-discrete;
}
.modal::backdrop { opacity: 0; transition: opacity .18s ease, display .18s allow-discrete, overlay .18s allow-discrete; }
.modal[open], .modal[open]::backdrop { opacity: 1; }
.modal-panel { opacity: 0; transform: scale(.985); transition: opacity .22s ease, transform .22s cubic-bezier(.22,1,.36,1); }
.modal[open] .modal-panel { opacity: 1; transform: scale(1); }
@starting-style {
  .modal[open], .modal[open]::backdrop { opacity: 0; }
  .modal[open] .modal-panel { opacity: 0; transform: scale(.985); }
}

@media (hover: hover) and (pointer: fine) {
  .lesson-photo:hover img, .company-photo:hover img, .case-hero:hover img { transform: scale(1.015); }
  .template-card:hover, .audience-columns article:hover, .service-list button:hover { transform: translateY(-3px); }
  .brand-grid span:hover { transform: scale(1.02); }
}

@media (max-width: 1180px) {
  :root { --sidebar: 300px; }
  .topbar { grid-template-columns: 1fr auto; padding-inline: 28px; }
  .main-nav { display: none; }
  .hero-inner { padding-bottom: 170px; }
  .template-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  @keyframes hero-fade-up-mobile {
    from { opacity: .68; transform: translate3d(0, 10px, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
  }
  .motion-enabled .hero h1,
  .motion-enabled .hero-lead,
  .motion-enabled .hero-actions > *,
  .motion-enabled .hero-stats > div { animation-name: hero-fade-up-mobile; }
  .motion-enabled .hero-photo img { animation: none; transform: none; }
  :root { --topbar: 68px; }
  .topbar { padding-inline: 22px; }
  .topbar .pill-button { display: none; }
  .menu-button { display: block; }
  .hero-inner { padding: 130px 0 220px; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .hero-stats div { min-height: 90px; }
  .hero-stats div:nth-child(2) { border-right: 0; }
  .hero-stats div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.22); }
  .intro-layout { grid-template-columns: 1fr; gap: 35px; }
  .course-facts { grid-template-columns: 1fr 1fr; }
  .course-facts div:nth-child(2) { border-right: 0; }
  .audience-columns { grid-template-columns: 1fr; }
  .audience-columns article, .audience-columns article:first-child { padding: 35px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .audience-columns h3 { margin-top: 28px; }
  .program-heading, .wide-heading { grid-template-columns: 1fr; gap: 30px; align-items: start; }
  .course-shell { display: block; }
  .sidebar { position: fixed; z-index: 250; top: 0; left: 0; width: min(89vw, 380px); transform: translateX(-105%); transition: transform .25s; }
  .sidebar.open { transform: translateX(0); }
  .sidebar-scrim { position: fixed; z-index: 240; inset: 0; display: block; background: rgba(54,47,45,.7); opacity: 0; pointer-events: none; transition: opacity .25s; }
  .sidebar-scrim.visible { opacity: 1; pointer-events: auto; }
  .course-content { padding-inline: max(24px, 6vw); }
  .project-layout { grid-template-columns: 1fr; }
  .project-copy { position: static; }
  .calculator-panel { grid-template-columns: 1fr; }
  .company-grid { grid-template-columns: 1fr; }
  .company-photo img { aspect-ratio: 16 / 10; }
  .work-cta-grid { grid-template-columns: 1fr; gap: 45px; }
  .brand-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .section-container { width: min(100% - 36px, var(--container)); }
  .topbar { gap: 10px; padding-inline: 18px; }
  .topbar-actions { gap: 8px; }
  .account-button { width: 40px; height: 40px; }
  .wordmark { font-size: 13px; }
  .top-progress { display: none; }
  .hero-overlay { background: linear-gradient(180deg, rgba(54,47,45,.32), rgba(54,47,45,.92) 62%, rgba(54,47,45,.98)); }
  .hero-photo img { object-position: 64% center; }
  .hero-inner { width: calc(100% - 36px); padding: 115px 0 235px; }
  .hero h1 { font-size: clamp(38px, 10vw, 54px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .pill-button { width: 100%; }
  .hero-link { align-self: flex-start; }
  .hero-stats { width: calc(100% - 36px); }
  .hero-stats div { min-height: 82px; padding: 14px; }
  .hero-stats div:first-child { padding-left: 14px; }
  .hero-stats strong { font-size: 23px; }
  .hero-stats span { font-size: 9px; }
  .course-intro, .editorial-section, .services, .company, .brands, .faq { padding-block: 86px; }
  .section-heading h2, .wide-heading h2, .corporate-heading h2, .company-copy h2, .work-cta h2, .brands h2, .cta-content h2 { font-size: 38px; }
  .section-heading > p:last-child { font-size: 16px; }
  .course-facts { margin-top: 60px; }
  .course-facts div { min-height: 110px; padding: 18px; }
  .course-facts div:first-child { padding-left: 18px; }
  .course-facts strong { font-size: 34px; }
  .audience-columns { margin-top: 60px; }
  .static-program { padding-block: 84px; }
  .static-phase > summary { grid-template-columns: 44px 1fr; gap: 12px; }
  .static-phase > summary i { display: none; }
  .static-phase > summary strong { font-size: 16px; }
  .static-lessons { padding-left: 0; }
  .static-lesson { grid-template-columns: 36px 1fr; gap: 10px; }
  .course-content { padding: 0 18px 70px; }
  .course-toolbar { height: 72px; }
  .lesson-header { padding: 65px 0 42px; }
  .lesson-header h2 { font-size: 42px; }
  .lesson-header p { font-size: 17px; }
  .lesson-photo { margin-bottom: 55px; }
  .lesson-photo img { border-radius: 20px; }
  .lesson-block { padding: 50px 0; }
  .lesson-block p { font-size: 16px; line-height: 1.82; }
  .prepare-list, .verify-grid { grid-template-columns: 1fr; }
  .definition { grid-template-columns: 1fr; gap: 7px; }
  .attention { margin-bottom: 55px; padding-left: 22px; }
  .expert-callout { padding: 28px 24px; border-radius: 22px; }
  .partner-insert { grid-template-columns: 1fr; border-radius: 22px; }
  .lesson-checklist { grid-template-columns: 1fr; gap: 10px; padding: 30px 23px; border-radius: 22px; }
  .complete-button { grid-template-columns: 42px 1fr; border-radius: 24px; padding: 18px; }
  .lesson-pagination { align-items: stretch; flex-direction: column; }
  .project-fields { grid-template-columns: 1fr; }
  .project-field.wide { grid-column: auto; }
  .calc-inputs { grid-template-columns: 1fr; }
  .calc-result { min-height: 300px; padding: 30px 24px; border-radius: 24px; }
  .template-grid { grid-template-columns: 1fr; }
  .service-list button { grid-template-columns: 42px 1fr; }
  .service-list button i { display: none; }
  .case-hero img { min-height: 520px; border-radius: 24px; }
  .case-hero figcaption { right: 16px; left: 16px; bottom: 16px; }
  .work-cta { padding-block: 85px; }
  .brand-grid span { min-height: 100px; font-size: 11px; }
  .commercial-cta { min-height: 700px; }
  .cta-content > div { align-items: stretch; flex-direction: column; }
  .cta-content .pill-button { width: 100%; }
  .cta-email { align-self: flex-start; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-legal { align-items: flex-start; flex-direction: column; }
  .modal { padding: 10px; }
  .modal-panel { max-height: calc(100dvh - 20px); border-radius: 24px; padding: 60px 24px 30px; }
  .modal-close { top: 13px; right: 15px; }
  .work-timeline { grid-template-columns: 1fr; }
  .registration-actions { align-items: stretch; flex-direction: column; }
  .registration-actions .pill-button { width: 100%; }
  .account-user, .account-links { grid-template-columns: 1fr; }
  .account-user > div + div, .account-links a:nth-child(even) { padding-left: 0; border-left: 0; }
}

@media (max-width: 360px) {
  .hero h1 { font-size: 38px; }
  .hero-kicker { font-size: 9px; }
  .hero-stats strong { font-size: 20px; }
  .lesson-header h2 { font-size: 37px; }
  .section-heading h2, .wide-heading h2, .corporate-heading h2, .company-copy h2, .work-cta h2, .brands h2, .cta-content h2 { font-size: 34px; }
}

@media (min-width: 1700px) {
  :root { --container: 1400px; }
  .hero-inner { padding-bottom: 190px; }
  .lesson-header h2 { font-size: 56px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .motion-enabled .hero-photo img,
  .motion-reduced .hero-photo img,
  [data-motion-state] { animation: none !important; transform: none !important; opacity: 1 !important; clip-path: none !important; }
  .modal, .modal::backdrop, .modal-panel { transition: none !important; }
}

@media print {
  .topbar, .sidebar, .course-toolbar, .lesson-pagination, .complete-button, .commercial-cta, .footer, dialog { display: none !important; }
  .course-shell { display: block; }
  .course-content { padding: 0; }
  body { background: white; }
}
