:root{--ink:#162033;--muted:#5c687c;--paper:#f7f8fb;--surface:#fff;--line:#dfe5ee;--brand:#2457d6;--brand-dark:#173b98;--soft:#eaf0ff;--dark:#18253d;--max:1120px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--paper);font-family:Arial,Helvetica,sans-serif;line-height:1.6}
a{color:inherit;text-decoration:none}
a:hover{color:var(--brand)}
.container{width:min(var(--max),calc(100% - 40px));margin:0 auto}
.narrow{max-width:760px;margin-left:auto;margin-right:auto}
.site-header{background:var(--surface);border-bottom:1px solid var(--line)}
.header-inner{min-height:76px;display:flex;align-items:center;gap:28px}
.brand{font-size:1.2rem;font-weight:800;letter-spacing:-.03em}
.header-inner nav{display:flex;gap:22px;margin-left:auto}
.header-inner nav a{color:var(--muted);font-size:.95rem}
.header-inner nav a.active,.header-inner nav a:hover{color:var(--ink)}
.button{display:inline-block;border:1px solid var(--brand);border-radius:6px;background:var(--brand);color:#fff;padding:.78rem 1.15rem;font-weight:700;line-height:1.2}
.button:hover{background:var(--brand-dark);color:#fff}
.button-small{padding:.55rem .8rem;font-size:.9rem}
.button-light{background:#fff;color:var(--brand);border-color:#fff}
.hero{padding:90px 0 100px;background:var(--soft)}
.hero-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:70px;align-items:center}
.eyebrow{margin:0 0 12px;color:var(--brand);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.hero h1,.page-hero h1{max-width:760px;margin:0;font-size:clamp(2.5rem,6vw,5.2rem);line-height:1.02;letter-spacing:-.06em}
.lead{font-size:1.18rem;color:var(--muted);max-width:680px}
.hero-panel{background:var(--surface);border:1px solid var(--line);padding:34px}
.hero-panel span,.card-number{color:var(--brand);font-weight:800;font-size:.82rem}
.hero-panel h2{margin:36px 0 10px;font-size:1.55rem;line-height:1.15}
.page-hero{padding:78px 0 72px;background:var(--soft)}
.page-hero h1{font-size:clamp(2.4rem,5vw,4.5rem)}
.section{padding:82px 0}
.section-muted{background:#eef2f7}
.section-dark{background:var(--dark);color:#fff}
.section-heading{max-width:650px;margin-bottom:34px}
.section-heading h2,.split h2{margin:0;font-size:clamp(2rem,4vw,3.2rem);line-height:1.08;letter-spacing:-.05em}
.cards{display:grid;gap:18px}
.cards.three{grid-template-columns:repeat(3,1fr)}
.cards article{background:var(--surface);border:1px solid var(--line);padding:28px}
.cards h2,.cards h3{margin:16px 0 8px;line-height:1.15}
.cards p{color:var(--muted)}
.cards ul{padding-left:20px;color:var(--muted)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}
.split>div+div{color:var(--muted)}
.text-link{color:var(--brand);font-weight:700}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:72px}
.contact-grid h2{font-size:2rem;line-height:1.1}
.contact-form{display:grid;gap:18px;background:var(--surface);border:1px solid var(--line);padding:28px}
.contact-form label{display:grid;gap:7px;font-weight:700}
.contact-form input,.contact-form textarea{width:100%;border:1px solid #c9d2df;border-radius:4px;padding:.78rem;font:inherit;background:#fff}
.contact-form input:focus,.contact-form textarea:focus{outline:2px solid var(--brand);outline-offset:1px}
.contact-form .check{display:flex;align-items:flex-start;gap:9px;font-weight:400;color:var(--muted)}
.contact-form .check input{width:auto;margin-top:5px}
.legal{max-width:760px}
.legal h2{margin-top:38px;line-height:1.15}
.legal h2:first-child{margin-top:0}
.legal p{color:var(--muted)}
code{background:#edf1f7;padding:.15rem .35rem;border-radius:3px}
.site-footer{padding:56px 0 22px;background:var(--surface);border-top:1px solid var(--line)}
.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .8fr 1fr;gap:32px}
.footer-grid h2{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}
.footer-grid p,.footer-grid a,.footer-grid span{display:block;color:var(--muted);font-size:.92rem;margin:.45rem 0}
.footer-grid a:hover{color:var(--brand)}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:42px;padding-top:16px;border-top:1px solid var(--line);color:var(--muted);font-size:.85rem}
.footer-bottom button{border:0;background:none;color:var(--brand);cursor:pointer;font:inherit}
.cookie-banner{position:fixed;z-index:10;left:20px;right:20px;bottom:20px;display:flex;align-items:center;justify-content:space-between;gap:22px;background:var(--dark);color:#fff;padding:16px 20px;border-radius:6px}
.cookie-banner[hidden]{display:none}
.cookie-banner p{margin:0;font-size:.9rem}
.cookie-banner div{display:flex;gap:8px;flex-shrink:0}
.cookie-banner button{border:1px solid #fff;background:transparent;color:#fff;border-radius:4px;padding:.5rem .75rem;cursor:pointer;font:inherit}
.cookie-banner .button{background:var(--brand);border-color:var(--brand)}
@media(max-width:760px){.header-inner{flex-wrap:wrap;padding:16px 0;gap:14px}.header-inner nav{order:3;width:100%;overflow:auto;margin-left:0;gap:16px}.header-inner>.button{margin-left:auto}.hero,.page-hero{padding:60px 0}.hero-grid,.split,.contact-grid,.cards.three,.footer-grid{grid-template-columns:1fr;gap:28px}.section{padding:58px 0}.hero h1,.page-hero h1{font-size:clamp(2.5rem,14vw,4rem)}.cookie-banner{left:10px;right:10px;bottom:10px;display:block}.cookie-banner div{margin-top:12px}}
.hero,.page-hero{background:#f0eee7}
.hero{padding:74px 0 82px}
.hero-grid{grid-template-columns:1fr 0.86fr;gap:64px}
.hero h1,.page-hero h1{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.06em}
.hero-copy{padding:22px 0}
.hero-actions{display:flex;align-items:center;gap:24px;margin-top:30px}
.text-link{color:#d45a3d;font-weight:700}
.text-link span{font-size:1.1em}
.hero-stats{display:flex;gap:30px;margin-top:62px;padding-top:20px;border-top:1px solid #c9c5bc}
.hero-stats div{display:grid;gap:1px}
.hero-stats strong{font-family:Georgia,serif;font-size:1.65rem;font-weight:400}
.hero-stats span{color:#69706d;font-size:.76rem;text-transform:uppercase;letter-spacing:.08em}
.hero-visual{position:relative}
.hero-visual img{display:block;width:100%;height:520px;object-fit:cover;filter:saturate(.72)}
.image-label{position:absolute;right:-22px;bottom:22px;display:grid;gap:5px;width:215px;padding:16px;background:#dce85c;color:#162033}
.image-label span{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em}
.image-label strong{font-family:Georgia,serif;font-size:1.05rem;line-height:1.15}
.intro-section{background:#fff}
.section-ink{background:#202b2b;color:#f4f2eb}
.section-ink .eyebrow{color:#dce85c}
.section-ink .cards article{background:transparent;border-color:#50605b}
.section-ink .cards p{color:#b9c1bc}
.feature-icon{color:#dce85c;font-family:Georgia,serif;font-size:1.6rem}
.section-heading-row{display:flex;justify-content:space-between;align-items:end;gap:30px}
.programs-preview{background:#f0eee7}
.program-cards{grid-template-columns:repeat(3,1fr)}
.program-card{background:#fff;border:1px solid #d7d3ca;transition:transform .2s ease,box-shadow .2s ease}
.program-card:hover{color:inherit;transform:translateY(-5px);box-shadow:0 14px 30px rgba(32,43,43,.1)}
.program-card img{display:block;width:100%;height:210px;object-fit:cover;filter:saturate(.7)}
.program-card>div{padding:22px}
.program-card h3{margin:12px 0 7px;font-family:Georgia,serif;font-weight:400;font-size:1.55rem}
.program-card p{min-height:52px}
.program-card strong{color:#d45a3d}
.sales-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.sales-card{display:flex;flex-direction:column;align-items:flex-start;background:#fff;border:1px solid #d7d3ca;padding:30px;min-height:390px}
.sales-card-featured{background:#202b2b;color:#f4f2eb;border-color:#202b2b}
.sales-card-featured .card-number,.sales-card-featured p,.sales-card-featured li{color:#b9c1bc}
.sales-card h2{margin:24px 0 10px;font-family:Georgia,serif;font-size:2rem;font-weight:400;line-height:1.05}
.sales-card p{color:#69706d}
.sales-card ul{margin:12px 0 28px;color:#69706d;line-height:2}
.sales-card .button{margin-top:auto}
.sales-top{display:flex;justify-content:space-between;width:100%;align-items:start}
.price{font-family:Georgia,serif;font-size:1.55rem}
.button-outline{background:transparent;color:#d45a3d;border-color:#d45a3d}
.button-outline:hover{background:#d45a3d;color:#fff}
.sales-card-wide{grid-column:1 / -1;display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px;min-height:0;background:#dce85c;border-color:#dce85c}
.sales-card-wide p{max-width:680px;color:#263332}
.sales-card-wide .button-light{background:#202b2b;border-color:#202b2b;color:#fff}
.sales-card-budget{min-height:340px;background:#fbfaf6}
.sales-card-budget .price{color:#d45a3d}
.contact-intro h2{font-family:Georgia,serif;font-size:2.8rem;font-weight:400;line-height:1.05}
.contact-note{display:grid;gap:5px;margin-top:42px;padding:18px 0;border-top:1px solid #d7d3ca;border-bottom:1px solid #d7d3ca}
.contact-note span{color:#69706d}
.contact-form{border:0;background:#fff;box-shadow:0 14px 35px rgba(32,43,43,.08);padding:32px}
.contact-form select{width:100%;border:1px solid #c9d2df;border-radius:4px;padding:.78rem;font:inherit;background:#fff}
.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{outline:2px solid #dce85c;outline-offset:1px}
@media(max-width:760px){.hero-grid{gap:32px}.hero-visual img{height:390px}.image-label{right:10px}.hero-stats{margin-top:38px;gap:18px}.hero-actions{align-items:flex-start;flex-direction:column;gap:14px}.section-heading-row{display:block}.section-heading-row .text-link{display:inline-block;margin-top:12px}.program-cards,.sales-grid{grid-template-columns:1fr}.sales-card-wide{grid-column:auto;display:flex}.sales-card{min-height:0}.contact-intro h2{font-size:2.35rem}}
.brand-mark{font-size:.65rem;color:#6b746f;font-weight:500;letter-spacing:.08em;text-transform:uppercase}
body{font-family:"Trebuchet MS",Arial,sans-serif;background:#fffdf7}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif}
.hero{border-bottom:1px solid #d7d3ca}
.hero h1 em{font-style:normal;color:#00a389}
.cards.four{grid-template-columns:repeat(4,1fr)}
.method-cards article{min-height:240px}
.method-cards h3{color:#f4f2eb}
.editorial-split{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.editorial-photo{min-height:450px}
.editorial-photo img{display:block;width:100%;height:450px;object-fit:cover;filter:saturate(.72)}
.editorial-copy blockquote{margin:18px 0;font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.4rem);line-height:1.05;letter-spacing:-.04em}
.format-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.format-card{background:#fff;border:1px solid #d7d3ca;padding:28px;display:grid;gap:12px}
.format-card h3{font-size:1.4rem;font-weight:400}
.format-card p{margin:0;color:#69706d}
.format-card strong{color:#d45a3d}
.quote-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.quote-card{display:flex;flex-direction:column;gap:18px;background:#fff;border:1px solid #d7d3ca;padding:26px}
.quote-card>span{color:#d45a3d;letter-spacing:.15em}
.quote-card blockquote{margin:0;font-family:Georgia,serif;font-size:1.18rem;line-height:1.35}
.quote-card strong{margin-top:auto;color:#69706d;font-size:.85rem}
.faq{display:grid;max-width:850px;border-top:1px solid #d7d3ca}
.faq details{border-bottom:1px solid #d7d3ca;padding:20px 0}
.faq summary{display:flex;justify-content:space-between;gap:20px;cursor:pointer;font-weight:700}
.faq summary span{color:#d45a3d;font-size:1.4rem;font-weight:400}
.faq details p{max-width:700px;margin:12px 0 0;color:#69706d}
.section-cta{background:#dce85c}
.section-cta .eyebrow{color:#202b2b}
.section-cta h2{max-width:600px}
@media(max-width:900px){.cards.four{grid-template-columns:repeat(2,1fr)}.editorial-split{gap:35px}.format-grid,.quote-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.cards.four,.editorial-split,.format-grid,.quote-grid{grid-template-columns:1fr}.editorial-photo,.editorial-photo img{min-height:320px;height:320px}.brand-mark{display:none}}
:root{--ink:#10182b;--muted:#687084;--paper:#f7f5f0;--surface:#fff;--line:#ddd9d0;--brand:#ec6a45;--brand-dark:#be4930;--soft:#ebe7f8;--dark:#10182b}
body{background:var(--paper);font-family:Arial,Helvetica,sans-serif}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif}
.brand-accent{color:#ec6a45}
.brand-mark{color:#687084}
.site-header{background:rgba(247,245,240,.94);backdrop-filter:blur(10px);position:sticky;top:0;z-index:20}
.button{border-radius:999px;background:#ec6a45;border-color:#ec6a45;padding:.85rem 1.25rem}
.button:hover{background:#be4930;border-color:#be4930}
.button-outline{border-radius:999px}
.hero-reverse{background:#10182b;color:#fff;padding:64px 0 72px}
.hero-reverse .hero-copy{order:2}
.hero-reverse .hero-visual{order:1}
.hero-reverse .eyebrow{color:#f2c94c}
.hero-reverse .lead,.hero-reverse .hero-stats span{color:#c7ccda}
.hero-reverse .hero-stats{border-color:#424b62}
.hero-reverse h1{color:#fff}
.hero-reverse .text-link{color:#f2c94c}
.hero-visual img{filter:saturate(.55) contrast(1.05)}
.image-label{background:#f2c94c}
.intro-section{background:#f7f5f0}
.split-reverse>div:first-child{order:2}
.split-reverse>div:last-child{order:1}
.section-ink{background:#2f2850}
.section-ink .eyebrow{color:#f2c94c}
.section-ink .cards article{border-color:#655d86}
.section-ink .cards p{color:#d0cce0}
.feature-icon{color:#f2c94c}
.programs-preview{background:#ebe7f8}
.program-card-offset{transform:translateY(28px)}
.program-card-offset:hover{transform:translateY(22px)}
.editorial-split-reverse .editorial-copy{order:1}
.editorial-split-reverse .editorial-photo{order:2}
.editorial-copy blockquote{font-size:clamp(2.1rem,4.8vw,4rem)}
.format-card{border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(16,24,43,.06)}
.format-card .feature-icon{color:#ec6a45}
.quote-card{border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(16,24,43,.06)}
.quote-card>span{color:#ec6a45;font-family:monospace;font-size:.74rem;letter-spacing:.08em}
.quote-person{display:flex;align-items:center;gap:10px;margin-top:auto}
.quote-person img{width:42px;height:42px;object-fit:cover;border-radius:50%;filter:grayscale(1)}
.quote-person strong{color:#687084;font-size:.82rem}
.sales-card{border-radius:18px}
.sales-card-featured{background:#2f2850;border-color:#2f2850}
.sales-card-wide{border-radius:18px;background:#f2c94c;border-color:#f2c94c}
.sales-card-wide .button-light{background:#10182b;border-color:#10182b}
.sales-card-budget{background:#fff}
.section-cta{background:#ec6a45;color:#fff}
.section-cta .eyebrow,.section-cta h2{color:#fff}
.contact-form{border-radius:18px}
.contact-form select{border-radius:8px}
@media(max-width:760px){.hero-reverse .hero-copy,.hero-reverse .hero-visual,.split-reverse>div:first-child,.split-reverse>div:last-child,.editorial-split-reverse .editorial-copy,.editorial-split-reverse .editorial-photo{order:initial}.program-card-offset{transform:none}.program-card-offset:hover{transform:translateY(-5px)}}
.course-section{background:#f7f5f0}
.course-list{border-top:2px solid #10182b}
.course-row{display:grid;grid-template-columns:70px minmax(0,1fr) 180px;gap:28px;align-items:center;padding:30px 0;border-bottom:1px solid #cfcac0}
.course-row-featured{padding:38px 22px;background:#ebe7f8;border-bottom-color:#10182b}
.course-row-team{background:#f2c94c;padding-left:22px;padding-right:22px;border-bottom-color:#10182b}
.course-index{font-family:monospace;color:#ec6a45;font-size:1.2rem}
.course-main h2{margin:5px 0 8px;font-family:Georgia,serif;font-size:2rem;font-weight:400}
.course-main p{max-width:650px;margin:0;color:#687084}
.course-kicker{font-family:monospace;text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;color:#687084}
.course-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:17px}
.course-tags span{border:1px solid #c4bfc1;border-radius:999px;padding:4px 9px;color:#687084;font-size:.75rem}
.course-cta{display:flex;flex-direction:column;align-items:flex-end;gap:16px}
.course-cta strong{font-family:Georgia,serif;font-size:1.55rem;font-weight:400}
.course-row-compact{padding-top:22px;padding-bottom:22px}
.course-row-compact .course-main h2{font-size:1.55rem}
.course-row-team .course-main p,.course-row-team .course-kicker{color:#10182b}
@media(max-width:760px){.course-row{grid-template-columns:42px 1fr;gap:15px;padding:24px 0}.course-row-featured,.course-row-team{padding-left:15px;padding-right:15px}.course-cta{grid-column:2;align-items:flex-start;flex-direction:row;flex-wrap:wrap;gap:12px}.course-main h2{font-size:1.65rem}.course-tags{margin-top:12px}}
.contact-section{background:#ebe7f8}
.contact-shell{display:grid;grid-template-columns:.85fr 1.15fr;gap:72px;align-items:start}
.contact-steps{display:grid;gap:8px;margin-top:32px;font-family:monospace;font-size:.75rem;letter-spacing:.06em;color:#ec6a45}
.contact-form-raised{border-radius:22px;box-shadow:0 20px 45px rgba(16,24,43,.13);padding:38px}
.form-intro{padding-bottom:8px;border-bottom:1px solid #ddd9d0}
.form-intro h2{margin:0;font-size:2rem;font-weight:400}
.form-intro .eyebrow{margin-bottom:8px}
@media(max-width:760px){.contact-shell{grid-template-columns:1fr;gap:35px}.contact-form-raised{padding:24px}}
.site-header{background:#111;border-bottom:0}
.header-inner{min-height:88px}
.header-inner nav a{color:#eee}
.header-inner nav a.active,.header-inner nav a:hover{color:#f2c94c}
.brand{color:#fff}
.brand-accent{color:#ec6a45}
.brand-icon{width:22px;height:22px;object-fit:contain;margin-right:3px;vertical-align:middle}
.button,.button-outline,.button-light{border-radius:0;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem}
.button{background:#ec6a45;border-color:#ec6a45}
.button-outline{background:transparent;color:#10182b;border-color:#10182b}
.button-light{background:#10182b;color:#f2c94c;border-color:#10182b}
.hero-reverse{background:#111;padding:36px 0 0}
.hero-reverse .hero-grid{width:100%;max-width:none;padding:0;grid-template-columns:1fr 1fr;gap:0;align-items:stretch}
.hero-reverse .hero-copy{order:1;padding:75px max(40px,calc((100vw - 1120px)/2)) 70px 6vw}
.hero-reverse .hero-visual{order:2}
.hero-reverse .hero-visual img{height:650px;border-left:12px solid #f2c94c;filter:grayscale(1) contrast(1.15)}
.hero-reverse .image-label{right:28px;bottom:28px;background:#ec6a45;color:#fff}
.hero-reverse h1{max-width:600px;font-size:clamp(3.3rem,7vw,7.4rem);line-height:.91}
.hero-reverse .lead{max-width:480px;font-size:1.08rem}
.hero-reverse .hero-stats{max-width:540px}
.section{padding:110px 0;border-top:10px solid #111}
.intro-section{background:#f4ead2}
.split-reverse>div:first-child{order:1}
.split-reverse>div:last-child{order:2}
.section-heading h2,.split h2{font-size:clamp(2.5rem,5vw,5rem);line-height:.98}
.section-ink{background:#211b38;border-top-color:#f2c94c}
.method-cards{gap:0}
.method-cards article{border-width:0 1px 0 0!important;border-style:solid;padding:26px 24px;min-height:260px}
.method-cards article:last-child{border-right:0!important}
.programs-preview{background:#ec6a45;border-top-color:#111}
.programs-preview .eyebrow,.programs-preview .text-link{color:#111}
.programs-preview .section-heading h2{color:#fff}
.program-cards{gap:0;align-items:start}
.program-card{border:0;border-right:1px solid #111;border-radius:0;box-shadow:none}
.program-card:last-child{border-right:0}
.program-card img{height:250px;filter:grayscale(1);border-bottom:8px solid #f2c94c}
.program-card-offset{transform:none;margin-top:60px}
.program-card-offset:hover{transform:translateY(-8px)}
.program-card>div{padding:24px;background:#f4ead2}
.program-card h3{font-size:2rem}
.program-card strong{color:#ec6a45}
.editorial-split{gap:0;align-items:stretch}
.editorial-split-reverse .editorial-copy{order:2;padding:60px 7vw;background:#211b38;color:#fff}
.editorial-split-reverse .editorial-photo{order:1}
.editorial-split-reverse .editorial-copy .eyebrow{color:#f2c94c}
.editorial-split-reverse .editorial-copy blockquote{color:#fff}
.editorial-split-reverse .editorial-copy p{color:#d0cce0}
.editorial-split-reverse .editorial-photo img{height:100%;min-height:560px;filter:grayscale(1)}
.format-grid,.quote-grid{gap:0}
.format-card,.quote-card{border:1px solid #111;border-radius:0;box-shadow:none}
.format-card:nth-child(2){background:#f2c94c}
.quote-card{background:#f4ead2}
.quote-card:nth-child(2){background:#fff}
.faq{max-width:none;border-top:4px solid #111}
.faq details{padding:25px 0}
.section-cta{background:#f2c94c;border-top-color:#111}
.section-cta .eyebrow,.section-cta h2{color:#111}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.signup{background:#111;color:#fff;padding:90px 0;border-top:10px solid #ec6a45}
.signup .eyebrow{color:#f2c94c;font-family:monospace;letter-spacing:.08em}
.signup h2{max-width:560px;margin:0 0 16px;color:#fff;font-weight:400;font-size:clamp(2.2rem,4.6vw,4rem);line-height:.98}
.signup p{margin:0;max-width:460px;color:#aeb3c0}
.signup-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:end}
.signup-row{display:flex;gap:0}
.signup-form input[type=email]{flex:1;min-width:0;border:2px solid #fff;background:#fff;color:#111;border-radius:0;padding:.95rem 1rem;font:inherit}
.signup-form input[type=email]:focus{outline:2px solid #f2c94c;outline-offset:0}
.signup-form .button{border-radius:0;background:#ec6a45;border-color:#ec6a45;color:#fff;white-space:nowrap}
.signup-note{margin-top:14px;font-family:monospace;font-size:.72rem;letter-spacing:.04em;color:#8b909c}
.page-hero-about{background:#111;color:#fff;padding:0;border-bottom:10px solid #f2c94c}
.page-hero-about .eyebrow{color:#f2c94c}
.page-hero-about .lead{color:#c7ccda}
.page-hero-about h1{color:#fff}
.page-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch;width:100%;max-width:none;padding:0}
.page-hero-grid-reverse{grid-template-columns:1fr 1fr}
.page-hero-about .page-hero-grid>div:last-child{padding:72px max(40px,calc((100vw - 1120px)/2)) 64px 6vw}
.page-hero-photo{position:relative}
.page-hero-photo img{display:block;width:100%;height:100%;min-height:420px;object-fit:cover;filter:grayscale(1) contrast(1.15)}
.section-ink .section-heading p{max-width:680px;color:#d0cce0}
.course-section{background:#f4ead2;border-top-color:#111}
.course-list{border-top:4px solid #111}
.course-row{grid-template-columns:90px minmax(0,1fr) 210px;padding:38px 0;border-bottom:2px solid #111}
.course-row-featured{background:#211b38;color:#fff;padding:45px 28px;border-bottom-color:#f2c94c}
.course-row-featured .course-main p,.course-row-featured .course-kicker,.course-row-featured .course-tags span{color:#d0cce0}
.course-row-featured .course-tags span{border-color:#655d86}
.course-row-team{background:#ec6a45;border-bottom:0}
.course-row-team .course-main p,.course-row-team .course-kicker{color:#111}
.course-main h2{font-size:2.6rem}
.course-cta strong{font-size:2rem}
.contact-section{background:#211b38;border-top-color:#f2c94c}
.contact-section .contact-intro{color:#fff}
.contact-section .contact-intro h2{color:#fff}
.contact-section .contact-intro p{color:#d0cce0}
.contact-section .contact-note{border-color:#655d86}
.contact-section .contact-steps{color:#f2c94c}
.contact-form-raised{border-radius:0;box-shadow:none;background:#f4ead2;border:10px solid #f2c94c}
.contact-form-raised .form-intro h2{color:#111}
.site-footer{background:#111;border-top:10px solid #f2c94c}
.site-footer .brand,.site-footer h2{color:#fff}
.footer-grid p,.footer-grid a,.footer-grid span,.footer-bottom{color:#aeb3c0}
.footer-grid a:hover,.footer-bottom button{color:#f2c94c}
@media(max-width:760px){.hero-reverse .hero-grid{display:flex;flex-direction:column}.hero-reverse .hero-copy{padding:58px 20px 48px}.hero-reverse .hero-visual{order:2}.hero-reverse .hero-visual img{height:390px;border-left:0;border-top:8px solid #f2c94c}.method-cards article{border-width:0 0 1px!important}.program-cards{gap:14px}.program-card,.program-card:last-child{border:0}.program-card-offset{margin-top:0}.editorial-split-reverse .editorial-copy{order:2;padding:40px 24px}.editorial-split-reverse .editorial-photo img{min-height:330px;height:330px}.course-row{grid-template-columns:45px 1fr;padding:26px 0}.course-row-featured,.course-row-team{padding:30px 16px}.course-main h2{font-size:2rem}.course-cta{grid-column:2}.section{padding:72px 0}.signup{padding:64px 0}.signup-grid{grid-template-columns:1fr;gap:28px}.signup-row{flex-direction:column;gap:8px}.page-hero-grid,.page-hero-grid-reverse{grid-template-columns:1fr}.page-hero-about .page-hero-grid>div:last-child{padding:48px 20px}.page-hero-photo img{min-height:300px;height:300px}}
.program-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}
.program-card,.program-card:last-child{border:1px solid #111;display:flex;flex-direction:column;height:100%;transform:none;margin-top:0}
.program-card:hover,.program-card-offset:hover{transform:translateY(-6px)}
.program-card img{height:205px;flex:0 0 205px}
.program-card>div{display:flex;flex:1;flex-direction:column}
.program-card p{min-height:68px}
.program-card strong{margin-top:auto}
@media(max-width:900px){.program-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.program-cards{grid-template-columns:1fr}.program-card img{height:220px;flex-basis:220px}}
.course-row{grid-template-columns:132px 70px minmax(0,1fr) 190px;gap:22px;align-items:center}
.course-photo img{display:block;width:132px;height:96px;object-fit:cover;filter:grayscale(1) contrast(1.12);border-bottom:5px solid #f2c94c}
.course-row-featured .course-photo img{border-bottom-color:#ec6a45}
.course-row-team .course-photo img{border-bottom-color:#111}
.course-row-compact .course-photo img{height:80px}
.course-section .section-heading{margin-bottom:28px}
@media(max-width:900px){.course-row{grid-template-columns:100px 48px minmax(0,1fr) 160px}.course-photo img{width:100px;height:88px}}
@media(max-width:760px){.course-row{grid-template-columns:1fr;gap:14px}.course-photo img{width:100%;height:190px}.course-cta{grid-column:auto}}
