:root{--navy:#0b2940;--blue:#0869b4;--pale:#eff7fc;--ink:#344958;--line:#d9e4ed;--white:#fbfdff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);font-family:'Segoe UI',Arial,sans-serif;color:var(--navy);font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,textarea,select{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #2593d8;outline-offset:5px}header{height:104px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;background:#fbfdfff5;border-bottom:1px solid #eaf0f4;position:sticky;top:0;z-index:10}.brand img{width:285px;display:block}nav{display:flex;align-items:center;gap:32px}nav>a:not(.button){font-size:15px;padding:9px 0;border-bottom:2px solid transparent}nav>a.active{border-color:var(--blue)}.button{border:1px solid var(--blue);display:inline-flex;align-items:center;justify-content:center;gap:24px;padding:14px 24px;background:var(--blue);color:white;border-radius:4px;font-weight:500;cursor:pointer;transition:background .2s,transform .2s}.button:hover{background:#084c81;transform:translateY(-1px)}.button.secondary{background:transparent;color:var(--navy);border-color:#86a4b9}.button.secondary:hover{background:#e4eff7}.menu{display:none}.hero{position:relative;min-height:570px;display:flex;align-items:center;overflow:hidden}.hero-copy{position:relative;z-index:2;width:58%;padding:60px 0 56px 6%;}.hero-copy>p:not(.eyebrow):not(.signature){max-width:590px}.hero-photo{position:absolute;right:0;top:0;bottom:0;width:57%;background:url('assets/home-v3.webp') center center/cover}.hero-photo:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,var(--white),#fbfdff30 26%,transparent 50%)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(40px,4.3vw,66px);font-weight:350;line-height:1.08;letter-spacing:-2px;margin-bottom:24px}h1 strong{font-weight:650}h2{font-size:clamp(30px,3vw,44px);line-height:1.17;font-weight:550;letter-spacing:-1px}h3{font-size:22px;line-height:1.25;font-weight:600}p{color:var(--ink)}.hero-copy>p{font-size:19px}.hero-copy .eyebrow,.eyebrow{font-size:13px;letter-spacing:3.6px;color:var(--navy);margin-bottom:18px}.topics{font-weight:550;color:var(--navy);font-size:17px!important}.actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:28px}.signature{font-size:11px!important;letter-spacing:3px;margin-top:64px;margin-bottom:0}.signature:before{content:'';display:inline-block;vertical-align:middle;width:38px;height:2px;background:var(--blue);margin-right:18px}footer{border-top:1px solid var(--line);padding:34px 6%;display:flex;gap:28px;align-items:center;justify-content:space-between;font-size:13px}footer img{width:215px}footer p{margin:0}.skip{position:fixed;top:-80px;left:20px;z-index:99;background:white;padding:12px}.skip:focus{top:10px}@media(min-width:1500px){.hero{min-height:720px}}@media(max-width:1000px){header{height:85px}.brand img{width:230px}nav{gap:18px}nav .button{display:none}.hero-copy{width:68%;padding-left:5%}.hero-photo{width:60%;opacity:.75}.hero-copy>p:not(.eyebrow):not(.signature){max-width:480px}}@media(max-width:650px){header{height:78px;padding:0 6%}.brand img{width:220px}.menu{display:block;background:none;border:0;font-size:25px;color:var(--navy)}nav{display:none;position:absolute;left:0;right:0;top:78px;background:var(--white);padding:22px 6%;box-shadow:0 12px 15px #0b294011;flex-direction:column;align-items:stretch}nav.open{display:flex}nav .button{display:flex}.hero{display:block;min-height:0}.hero-copy{padding:36px 6% 35px;width:100%}.hero-photo{position:relative;width:100%;height:300px;opacity:1;background-position:center 57%}.hero-photo:before{background:linear-gradient(var(--white),transparent 25%)}h1{font-size:43px;letter-spacing:-1.5px}.hero-copy>p{font-size:17px}.hero-copy .eyebrow{font-size:11px;letter-spacing:2px}.signature{margin-top:35px}.actions .button{padding:13px 18px;font-size:15px}footer{flex-direction:column;align-items:flex-start;gap:14px}}
:root{color-scheme:light}.section{padding:64px 6%}.section-heading{max-width:850px;margin-bottom:35px}.section-heading>p{font-size:19px}.grid{display:grid;gap:25px}.four{grid-template-columns:repeat(4,minmax(0,1fr))}.three{grid-template-columns:repeat(3,minmax(0,1fr))}.two{grid-template-columns:repeat(2,minmax(0,1fr))}.icon{display:inline-grid;place-items:center;width:64px;height:64px;border-radius:50%;background:#e9f3fb;color:#123c5b;margin-bottom:20px;flex-shrink:0}.icon svg{width:33px;height:33px}.question{padding:25px;border:1px solid #e0e9ef;border-radius:5px}.question h3{min-height:56px;font-size:22px}.question h3:after{content:'';display:block;width:35px;height:2px;background:#2088cb;margin-top:20px}.question p{margin-bottom:0}.decision-band{padding:48px 6% 75px;background:linear-gradient(#eff6fcec,#eff6fce6);text-align:center}.decision-band h2{max-width:740px;margin:0 auto 12px}.decision-band>p{font-size:23px}.steps{display:flex;justify-content:center;gap:85px;margin-top:32px}.steps h3{font-size:14px;text-transform:uppercase;letter-spacing:3px}.steps .icon{margin-bottom:12px}.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:34px}.service-card{position:relative;display:flex;align-items:flex-start;gap:20px;padding:30px 25px 34px;background:#eaf4fc;border:1px solid transparent;border-radius:5px;transition:border-color .2s,transform .2s;overflow:hidden}.service-card:hover{border-color:#7eaed0;transform:translateY(-3px)}.service-card .icon{width:43px;height:43px;background:transparent}.service-card .icon svg{width:38px;height:38px}.service-card h3{font-size:21px;letter-spacing:-.35px}.service-card p{font-size:16px;margin-bottom:24px}.tone-1{background:#f5f3ef}.tone-2{background:#edf2fc}.tone-3{background:#eaf5f4}.tone-4{background:#f2f1f9}.tone-5{background:#eef1f5}.text-link{color:#125a87;font-weight:550}.number{position:absolute;right:18px;bottom:4px;font-weight:300;font-size:42px;color:#1b65931c;pointer-events:none}.banner{padding:58px 6%;display:flex;gap:28px;justify-content:space-between;align-items:center;background:linear-gradient(90deg,#0b2940f5,#0b2940b0);color:white}.banner h2{font-size:30px;font-weight:400;letter-spacing:2px;max-width:660px;text-transform:uppercase;margin-bottom:10px}.banner p{color:#e4edf5;margin:0}.banner .button{background:white;color:#154b72;border-color:white;flex-shrink:0}.inner{min-height:410px;background:#f6fbff}.inner h1{font-size:clamp(36px,3.7vw,54px);font-weight:550;max-width:700px}.inner .hero-copy{padding-top:45px;padding-bottom:45px}.inner .hero-photo{width:53%}.inner .hero-photo:before{background:linear-gradient(90deg,#f6fbff,transparent 40%)}.inner .tagline{font-size:21px;font-weight:500;color:var(--navy)}.inner .hero-copy>p{font-size:17px;max-width:550px}.inner .hero-copy>.eyebrow{font-size:13px}.breadcrumb{padding:16px 6%;font-size:14px;background:#f6fbff;color:#38566c}.breadcrumb a{text-decoration:underline;text-underline-offset:4px}.benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:32px 6%;gap:28px;background:#f4f9fd}.benefits>div{padding-right:24px;border-right:1px solid #e0e8ee}.benefits>div:last-child{border:none}.benefits h3{font-size:18px}.benefits p{font-size:15px;margin-bottom:0}.benefits .icon{margin-bottom:14px}.detail-split{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.detail-photo{width:100%;min-height:370px;max-height:600px;object-fit:cover;border-radius:5px}.checklist{list-style:none;padding:0;margin:0}.checklist li{display:flex;gap:17px;margin:19px 0}.check{display:grid;place-items:center;flex:0 0 32px;height:32px;border-radius:50%;background:#e6f1f9;color:#104e76}.checklist h3{font-size:17px;margin-bottom:5px}.checklist p{font-size:15px;margin-bottom:0}.plans{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:20px;align-items:stretch;background:#f7fbfe}.plans>div{padding:18px 16px 0 0}.plans h2{font-size:34px}.plan{padding:26px 22px;background:white;border:1px solid #e0e7ed;border-radius:5px;display:flex;flex-direction:column;box-shadow:0 3px 12px #15385104}.plan.featured{border-color:#70a3c6;border-top:5px solid #448ab9;padding-top:22px}.plan h3{font-size:25px;margin-bottom:6px}.plan-tag{font-size:12px;letter-spacing:1px;text-transform:uppercase;min-height:44px;border-bottom:1px solid #dce6ed;padding-bottom:14px}.plan ul{list-style:none;margin:4px 0 25px;padding:0;flex:1}.plan li{font-size:15px;margin:9px 0;padding-left:24px;position:relative}.plan li:before{content:'✓';position:absolute;left:0;color:#11466c}.plan .button{font-size:14px;padding:11px 10px}.founder{border-bottom:1px solid var(--line);margin-bottom:42px;padding-bottom:22px}.founder h2{font-size:26px;margin-bottom:5px}.founder p{margin:0}.split{display:grid;grid-template-columns:1fr 1fr;gap:75px}.timeline{border-left:1px solid #a3bed2;padding-left:32px}.timeline article{position:relative;margin-bottom:30px}.timeline article:before{content:'';position:absolute;left:-38px;top:7px;width:11px;height:11px;border:2px solid #187cb8;background:white;border-radius:50%}.timeline h3{margin-bottom:5px}.timeline p{margin-bottom:8px}.soft{background:#f0f7fc}.small{font-size:14px}.partner-box{padding:32px;display:flex;gap:25px;background:#edf6fd;border:1px solid #dcebf6}.partner-box>div{flex:1}.process{background:#f6fafd}.step-number{display:inline-block;color:#1781c4;font-size:30px;font-weight:300;margin:5px 0 15px}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:65px}.interest-list{margin:30px 0}.interest-list label{display:flex;gap:15px;align-items:center;padding:16px;background:#f0f6fb;margin-bottom:10px;cursor:pointer}.interest-list .icon{width:42px;height:42px;margin:0}.interest-list .icon svg{width:29px;height:29px}.interest-list label>span[data-copy]{flex:1;font-weight:550;font-size:16px}.interest-list input{width:20px;height:20px;accent-color:var(--blue)}.meeting{padding:26px;background:#eaf3fb;margin-top:28px}.meeting p:last-child{margin-bottom:0}form{padding:32px;border:1px solid #dce6ee;border-radius:6px;box-shadow:0 3px 16px #0b294005}form h2{font-size:27px}form label{display:block;font-size:14px;font-weight:500;margin-bottom:18px}form .grid{gap:18px}input:not([type=checkbox]):not([type=file]),textarea,select{width:100%;border:1px solid #bfcedb;border-radius:3px;background:var(--white);padding:11px;margin-top:6px;color:var(--navy);min-width:0}textarea{resize:vertical}form .button{width:100%}.form-note{font-size:13px;line-height:1.5;color:#577083}.form-status{font-size:14px;margin:14px 0 0}.editor-bar{position:fixed;bottom:0;left:0;right:0;z-index:50;background:#08263d;color:white;padding:14px 22px;display:flex;gap:12px;align-items:center;box-shadow:0 -4px 20px #0002}.editor-bar>div{flex:1}.editor-bar strong{display:block}.editor-bar small{display:block;font-size:12px;color:#d2e4f0}.editor-bar button,.import-label,.editor-bar>a{background:#1b4f73;color:white;border:1px solid #5a83a2;border-radius:4px;padding:9px 12px;cursor:pointer;font-size:14px}.import-label input{position:absolute;width:1px;height:1px;opacity:0}.import-label:focus-within{outline:3px solid #88cfff}.editing{padding-bottom:105px}.editing [contenteditable]{outline:1px dashed #2b92ce70;outline-offset:4px;cursor:text;min-width:10px}.editing [contenteditable]:focus{outline:2px solid #1684c7;background:#e9f5ff;color:#0b2940}.editing .banner [contenteditable]:focus{color:#0b2940}@media(max-width:1100px){.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.plans{grid-template-columns:repeat(3,minmax(0,1fr))}.plans>div{grid-column:1/-1;max-width:700px}.four{grid-template-columns:repeat(2,minmax(0,1fr))}.inner .hero-copy{width:65%}.contact-layout{gap:32px}.service-card{padding:25px 20px}.steps{gap:50px}.split{gap:40px}}@media(max-width:650px){.section{padding:40px 6%}.grid.two,.grid.three,.grid.four,.service-grid,.plans,.detail-split,.split,.contact-layout{grid-template-columns:1fr}.question h3{min-height:0}.question{padding:24px}.decision-band{padding:40px 6%}.steps{display:grid;grid-template-columns:1fr 1fr;gap:15px}.service-card{gap:18px}.service-card h3{font-size:22px}.banner{display:block;padding:40px 6%}.banner h2{font-size:26px;letter-spacing:1px}.banner .button{margin-top:24px}.inner .hero-copy{width:100%;padding:34px 6%}.inner .hero-photo{width:100%;height:250px}.inner .hero-photo:before{background:linear-gradient(#f6fbff,transparent 25%)}.inner h1{font-size:38px}.inner .hero-copy>.eyebrow{font-size:12px}.benefits{grid-template-columns:1fr 1fr;gap:24px;padding:28px 6%}.benefits>div{padding:0;border:none}.benefits h3{font-size:17px}.detail-split{gap:25px}.detail-photo{min-height:250px;max-height:390px}.plans>div{grid-column:auto}.plan-tag{min-height:0}.plan{padding:26px}.partner-box{padding:24px;display:block}.partner-box .grid{gap:16px}.contact-layout{gap:25px}form{padding:22px}form .grid.two{grid-template-columns:1fr}.editor-bar{flex-wrap:wrap;padding:10px 12px;gap:8px}.editor-bar>div{flex-basis:100%}.editor-bar button,.import-label,.editor-bar>a{font-size:12px;padding:7px}.editing{padding-bottom:170px}.inner .hero-copy>p{font-size:17px}.breadcrumb{font-size:12px}}

.editor-bar select{width:165px;margin:0;background:#1b4f73;color:white;border-color:#5a83a2;padding:9px;font-size:14px}.editor-bar{flex-wrap:wrap}.editor-bar>div{min-width:230px}@media(max-width:650px){.editor-bar select{width:145px;font-size:12px;padding:7px}.editing{padding-bottom:210px}}


.home-next,.journey-strip{display:flex;align-items:center;gap:50px;justify-content:space-between}.home-next>div,.journey-strip>div{max-width:720px}.home-next h2,.journey-strip h2{font-size:34px}.home-next .button,.journey-strip .button{flex-shrink:0}.home-next p:last-child{margin-bottom:0}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.product-card{padding:35px;border:1px solid #d6e4ed;border-radius:6px;background:linear-gradient(140deg,#f3f9fe,#fff);display:flex;flex-direction:column}.product-card:nth-child(2){background:linear-gradient(140deg,#f5f3f0,#fff)}.product-card:nth-child(4){background:linear-gradient(140deg,#edf6f6,#fff)}.product-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.product-top .icon{margin:0}.product-number{font-size:32px;color:#278bc6;font-weight:300;letter-spacing:2px}.product-card h3{font-size:30px;line-height:1.18;letter-spacing:-.7px;max-width:500px;margin-bottom:14px}.product-name{font-size:14px;font-weight:600;color:#166899;margin-bottom:20px}.product-deliverables{list-style:none;padding:20px 0 0;margin:6px 0 24px;border-top:1px solid #cbdde9}.product-deliverables li{position:relative;padding-left:22px;margin:10px 0;color:#314e63}.product-deliverables li:before{content:'✓';position:absolute;left:0;color:#237fae}.product-result{padding:19px 20px;background:#e7f1f9;border-radius:4px;margin-top:auto;margin-bottom:25px}.product-result strong{font-size:12px;letter-spacing:1.5px;text-transform:uppercase;color:#1b628f}.product-result p{margin:8px 0 0;color:#173e5a}.level-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.offering-levels{background:#eef5fa}.level-tag{font-size:20px;color:#204860;margin:4px 0 18px}.level-scope{padding:13px 0;border-top:1px solid #cfdee9;border-bottom:1px solid #cfdee9;font-size:14px;min-height:72px;color:#176496}.level-outcome{font-size:16px;background:#edf5fb;padding:17px;border-radius:3px;margin:0 0 24px}.ecosystem{display:grid;grid-template-columns:1.3fr 1fr;gap:75px;align-items:center}.ecosystem-links a{display:flex;justify-content:space-between;padding:23px 0;border-bottom:1px solid #cbdbe7;color:#0b466d;font-size:22px}.ecosystem-links a:hover{color:#0c79bc}.ecosystem h2{font-size:34px}.acquisition{background:#edf5fa}.case-question{font-family:Georgia,serif;font-style:italic;color:#275d7b;font-size:20px;margin-top:15px}.journey-strip{background:#f0f6fa}#planes{scroll-margin-top:104px}.home .hero-photo{width:100%;background-position:center}.home .hero-photo:before{background:linear-gradient(90deg,#fbfdff 1%,#fbfdfff2 22%,#fbfdffab 42%,#fbfdff00 68%)}.inner .hero-photo{background-position:center}.hero-copy{pointer-events:none}.hero-copy a,.hero-copy [contenteditable]{pointer-events:auto}@media(max-width:1000px){.home .hero-photo{opacity:1}.home .hero-photo:before{background:linear-gradient(90deg,#fbfdff 5%,#fbfdfff2 26%,#fbfdffbb 46%,#fbfdff00 85%)}.level-grid{gap:15px}.product-card{padding:28px}.ecosystem{gap:35px}.home-next,.journey-strip{flex-direction:column;align-items:flex-start;gap:25px}}@media(max-width:650px){.product-grid,.level-grid,.ecosystem{grid-template-columns:1fr}.product-card{padding:26px}.product-card h3{font-size:27px}.product-top{margin-bottom:18px}.product-card .product-name{font-size:13px}.home .hero-photo{width:100%;height:300px;background-position:72% center;background-size:auto 100%}.home .hero-photo:before{background:linear-gradient(#fbfdff,transparent 25%)}.ecosystem{gap:20px}.level-scope{min-height:0}.home-next h2,.journey-strip h2{font-size:30px}#planes{scroll-margin-top:80px}}


.education-section{background:linear-gradient(125deg,#edf5fc,#f7fafc);border-top:1px solid #e0eaf2;border-bottom:1px solid #e0eaf2}.education-heading{display:flex;align-items:center;gap:23px;margin-bottom:32px}.education-heading h2{font-size:33px;margin:0;max-width:660px}.education-heading .eyebrow{margin-bottom:10px}.education-symbol{display:grid;place-items:center;width:84px;height:84px;border-radius:50%;background:#deedf8;color:#0c3d67;flex-shrink:0}.education-symbol svg{width:53px;height:53px}.education-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.education-card{background:#fff;border:1px solid #d6e3ed;border-top:3px solid #218bc7;border-radius:5px;overflow:hidden;box-shadow:0 7px 22px #163c5b06;display:flex;flex-direction:column}.university-mark{height:110px;margin:0 25px;border-bottom:1px solid #dfe8ef;display:flex;align-items:center;justify-content:center}.university-mark img{max-width:180px;max-height:54px;width:auto;height:auto;object-fit:contain;mix-blend-mode:multiply}.degree-copy{padding:24px 25px 18px;flex:1}.degree-copy h3{font-size:24px;line-height:1.2;min-height:58px;margin-bottom:14px}.university-name{font-size:15px;color:#46677f;margin:0}.degree-meta{display:flex;justify-content:space-between;gap:12px;padding:16px 25px;background:#f5f9fc;font-size:14px;color:#3a5b74;border-top:1px solid #e7eef4}.degree-years{font-weight:600;color:#0b517d}@media(max-width:650px){.education-grid{grid-template-columns:1fr;gap:20px}.education-heading{gap:15px;align-items:flex-start}.education-symbol{width:58px;height:58px}.education-symbol svg{width:38px;height:38px}.education-heading h2{font-size:27px}.education-heading .eyebrow{font-size:11px;letter-spacing:2px}.degree-copy h3{min-height:0}.university-mark{height:95px}.degree-copy{padding-top:20px}}

.university-mark img[src$="skema.svg"]{max-height:76px;width:165px}.university-mark img[src$="utdt.svg"]{max-height:74px;width:74px}.university-mark img[src$="uade.png"]{max-height:65px;width:130px}

/* Photography belongs to one page only; shared sections use color. */
.home .hero-photo{background-image:url('assets/home-original.png');filter:none;background-blend-mode:normal}
.service-includes .checklist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 48px}.service-includes .checklist li{padding:20px 0;border-bottom:1px solid var(--line);margin:0}.service-includes .checklist p{font-size:16px}
.founder .linkedin-link{margin-top:18px}.linkedin-link{display:inline-flex;align-items:center;gap:10px;color:#0869b4;font-weight:600;font-size:16px}.linkedin-link:hover{text-decoration:underline;text-underline-offset:4px}.linkedin-symbol{display:grid;place-items:center;background:#0869b4;color:#fff;border-radius:3px;width:26px;height:26px;font-weight:700;font-family:Arial,sans-serif}.linkedin-pending{display:inline-block;font-size:14px;color:#52677a;border-top:1px solid var(--line);padding-top:16px}.consultants{background:#edf5fb}.consultant-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.consultant-card{display:flex;gap:24px;background:white;padding:32px;border:1px solid var(--line);border-radius:6px}.consultant-card h3{font-size:28px;margin-bottom:8px}.consultant-role{font-weight:600;color:#155c88}.consultant-avatar{display:grid;place-items:center;flex:0 0 76px;height:76px;background:#dcecf8;color:#14537d;border-radius:50%;font-size:34px;font-weight:400}.team-draft-note{font-size:14px;color:#52677a;margin-bottom:28px}.consultant-card .linkedin-link{margin-top:12px}@media(max-width:650px){.consultant-grid,.service-includes .checklist{grid-template-columns:1fr}.consultant-card{padding:24px;display:block}.consultant-avatar{width:64px;height:64px;margin-bottom:20px}}

/* Brand and experience refresh, September 2026. */
.brand img{width:265px;height:auto;max-height:88px;object-fit:contain}footer>img{width:265px;height:auto;object-fit:contain}
.founder-hero{min-height:550px}.founder-hero .hero-photo{width:42%;height:440px;top:48px;right:5%;background-size:contain;background-repeat:no-repeat;background-position:center top;border-radius:8px}.founder-hero .hero-photo:before{display:none}.founder-hero .hero-copy{max-width:55%}
.experience-intro{max-width:900px;margin-bottom:35px}.experience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.experience-card{padding:28px;background:#eff7fc;border:1px solid #dce9f2;border-radius:7px}.company-mark{height:90px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #9ed0ec;margin-bottom:23px}.company-mark img{max-width:190px;max-height:70px;object-fit:contain;mix-blend-mode:multiply}.company-mark img[src*="funds"]{max-width:100%}.experience-date{font-size:14px;color:#1975a9;font-weight:600}.experience-card h3{font-size:23px}.experience-card ul{padding-left:18px}.experience-card li{margin-bottom:16px;font-size:16px;line-height:1.65}.experience-context{font-size:13px;color:#557084}.university-mark img{max-width:185px;max-height:55px}.university-mark img[src*="mark-uade"]{width:115px}.university-mark img[src*="mark-skema"]{width:150px}.university-mark img[src*="mark-utdt"]{width:190px}.education-card{background:#faf8f5}.university-mark{border-color:#ddd}.degree-copy h3{margin-bottom:0}.degree-meta{background:transparent}.contact-hero .hero-photo{width:51%;background-position:center}.contact-hero .hero-photo:before{background:linear-gradient(90deg,#fbfdff,transparent 16%)}
@media(max-width:800px){.experience-grid{grid-template-columns:1fr}.company-mark img{max-width:210px}.founder-hero .hero-copy{max-width:100%}.founder-hero .hero-photo{position:relative;width:100%;right:auto;top:auto;height:350px;margin:20px auto}.founder-hero{padding-bottom:25px}.contact-hero .hero-photo{width:100%;height:300px;background-size:cover}.brand img{width:210px;max-height:65px}}

.booking-highlight{margin:40px auto 0;max-width:1180px;padding:38px 42px;border-radius:10px;background:#103e61;color:#fff;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;box-shadow:0 12px 32px #103e611c}.booking-highlight h2{color:white;font-size:34px;margin-bottom:12px}.booking-highlight p{color:#e2eff8;margin-bottom:10px}.booking-highlight .eyebrow{color:#7bd4ff}.booking-highlight .button{background:#fff;color:#123c5c;padding:20px 27px;white-space:nowrap}.booking-highlight .button:hover{background:#daf1ff}.booking-highlight .icon{color:#8ad5ff;background:#255271}.booking-meta{font-size:13px;line-height:1.6}.contact-form-section{display:grid;grid-template-columns:1fr 1.6fr;gap:50px;align-items:start}.contact-form-intro{position:sticky;top:135px}.contact-form-section iframe{border:0;background:#fafafa;border-radius:8px}.contact-form-intro h2{font-size:36px}@media(max-width:900px){.booking-highlight{margin:25px 20px 0;grid-template-columns:1fr;padding:28px;gap:16px}.booking-icon{display:none}.booking-highlight .button{justify-self:start}.contact-form-section{grid-template-columns:1fr;gap:25px}.contact-form-intro{position:static}.booking-highlight h2{font-size:30px}} 
.founder-hero .hero-copy{width:46%;max-width:46%}.founder-hero .hero-photo{width:38%}@media(max-width:800px){.founder-hero .hero-copy{width:100%;max-width:100%}.founder-hero .hero-photo{width:100%}}
.university-mark img,.company-mark img{filter:brightness(1.08) contrast(1.16)}

.contact-launcher{background:#edf5fc;border:1px solid #d4e4f0;padding:40px;border-radius:8px}.contact-launcher h3{font-size:29px}.contact-launcher .button{margin:15px 0 22px}.contact-launcher .form-note{margin:0}.contact-form-intro{position:static}

/* Contact: native form first, optional compact booking card. */
.contact-layout{scroll-margin-top:115px;align-items:start}.meeting-compact{margin-top:30px;padding:24px;background:#eaf3fa;border:1px solid #c8dfef;border-left:4px solid #2689c6;border-radius:6px}.meeting-compact h3{font-size:24px;margin:0 0 10px}.meeting-compact p{font-size:15px;line-height:1.6;margin-bottom:18px}.meeting-compact .button{font-size:15px;padding:13px 20px;background:#fff}.form-trap{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}#contact-form{position:relative}#contact-form button:disabled{opacity:.75;cursor:default}.form-status{font-size:15px;line-height:1.5;margin-top:18px}.form-status.success{color:#17604b;background:#eaf7f0;padding:18px;border-radius:5px}header nav>.button{padding:13px 18px;font-size:14px}.contact-layout .interest-list{margin-top:25px}@media(max-width:650px){.meeting-compact{padding:22px}.contact-layout{scroll-margin-top:90px}}

.founder-hero .hero-photo{width:43%;height:480px;right:2%;top:32px}@media(max-width:800px){.founder-hero .hero-photo{width:100%;height:390px;right:auto;top:auto}}

.experience-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.company-wordmark{font-size:30px;font-weight:600;letter-spacing:.4px;color:#123e60}@media(max-width:800px){.experience-grid{grid-template-columns:1fr}}

/* Compact education cards. */
.education-section{background:#f5f9fc;padding-top:46px;padding-bottom:46px}.education-heading{margin-bottom:24px;gap:16px}.education-heading h2{font-size:29px}.education-symbol{width:56px;height:56px}.education-symbol svg{width:36px;height:36px}.education-grid{gap:18px}.education-card{background:#fff;border:1px solid #dce6ec;border-radius:6px;box-shadow:none}.university-mark{height:76px;margin:0 20px;border-bottom:0}.university-mark img{max-height:39px;max-width:160px}.university-mark img[src*="mark-uade"]{width:88px}.university-mark img[src*="mark-skema"]{width:112px}.university-mark img[src*="mark-utdt"]{width:160px}.degree-copy{padding:2px 20px 13px;flex:0}.degree-copy h3{font-size:19px;line-height:1.3;min-height:0;margin:0}.degree-meta{padding:11px 20px;font-size:12px;background:#fff;border-top:1px solid #edf1f4;margin-top:auto}@media(max-width:650px){.education-section{padding-top:32px;padding-bottom:32px}.education-heading h2{font-size:25px}.education-grid{gap:12px}.education-card{display:grid;grid-template-columns:132px 1fr;align-items:center}.university-mark{height:90px;margin:0 12px;grid-row:1 / 3}.university-mark img{max-width:108px;max-height:34px}.degree-copy{padding:17px 14px 5px 0}.degree-copy h3{font-size:18px}.degree-meta{border:0;padding:0 14px 17px 0;gap:8px;margin:0;justify-content:flex-start;font-size:12px}.degree-years{margin-left:7px}}
