:root{--blue:#255c7b;--dark:#15384b;--yellow:#f2cc36;--ink:#15242c;--muted:#66757d;--line:#dce5e8;--soft:#f5f7f8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:white}a{text-decoration:none;color:inherit}.header{height:104px;padding:0 6vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(255,255,255,.96);z-index:5}.header img{width:198px;max-width:198px;height:auto;display:block}.nav{display:flex;gap:28px;font-size:14px;color:#425761}.header-cta{padding:11px 20px;border:1px solid var(--blue);border-radius:999px;color:var(--blue);font-weight:700}.hero{position:relative;min-height:calc(100vh - 88px);overflow:hidden}.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:65% 42%;display:block;filter:brightness(1.06) contrast(1.02) saturate(1.03)}.hero-scrim{position:absolute;inset:0;background:linear-gradient(100deg,rgba(13,22,28,.92) 0%,rgba(13,22,28,.68) 34%,rgba(13,22,28,.22) 58%,rgba(13,22,28,0) 76%)}.hero-copy{position:relative;z-index:1;padding:8vh 6vw;display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh - 88px);max-width:760px}.kicker{font-size:11px;text-transform:uppercase;letter-spacing:.22em;color:#a9c9d8;font-weight:700;margin-bottom:26px}h1,h2{font-family:Georgia,serif;font-weight:500;line-height:1.04;margin:0}h1{font-size:clamp(52px,6.4vw,94px);letter-spacing:-.03em;max-width:850px;color:#fff;text-shadow:0 2px 24px rgba(0,0,0,.25)}.hero-copy>p{font-size:19px;color:rgba(255,255,255,.82);line-height:1.7;max-width:640px;margin:28px 0 0}.actions{display:flex;gap:14px;margin-top:36px;flex-wrap:wrap}.btn{display:inline-flex;justify-content:center;align-items:center;padding:15px 24px;border-radius:999px;font-size:14px;font-weight:700}.primary{background:var(--blue);color:#fff}.secondary{border:1px solid rgba(255,255,255,.5);color:#fff}.trust{display:flex;gap:26px;flex-wrap:wrap;margin-top:54px;padding-top:24px;border-top:1px solid rgba(255,255,255,.22);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.72)}.caption{position:absolute;z-index:1;right:6%;bottom:7%;width:270px;padding:18px 20px;background:rgba(255,255,255,.92);border-left:4px solid var(--yellow);box-shadow:0 16px 32px rgba(21,36,44,.12)}.caption small{display:block;color:var(--blue);font-size:10px;letter-spacing:.14em;text-transform:uppercase;margin-bottom:7px}.caption strong{font-family:Georgia,serif;font-size:19px;font-weight:500}.statement{padding:110px 12vw;text-align:center;background:var(--soft)}.statement p{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--blue)}.statement h2{font-size:clamp(38px,4.7vw,68px);max-width:1000px;margin:auto}.section{padding:110px 7vw}.section h2{font-size:clamp(40px,5vw,66px);max-width:850px}.flow{display:grid;grid-template-columns:repeat(4,1fr);margin-top:65px;border-top:1px solid var(--line)}.flow article{padding:28px 25px 0 0;border-right:1px solid var(--line)}.flow article:last-child{border-right:0}.flow span,.card span{font-size:11px;letter-spacing:.14em;color:var(--blue)}.flow h3,.card h3{font-family:Georgia,serif;font-size:31px;font-weight:500;margin:24px 0 8px}.flow p,.card p{color:var(--muted);line-height:1.6}.opps{background:#fafbfb}.opps-head{display:grid;grid-template-columns:1fr .7fr;gap:70px;align-items:end}.opps-head p{color:var(--muted);font-size:18px}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:58px}.card{min-height:420px;padding:0;display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);overflow:hidden}.card-photo{height:340px;flex-shrink:0;background:repeating-linear-gradient(135deg,#eef2f3 0 14px,#e4eaec 14px 28px);display:grid;place-items:center;overflow:hidden}.card-photo img{width:100%;height:100%;object-fit:cover;object-position:center 52%;display:block}.apto-photo{height:auto;aspect-ratio:1300/919;background:#eef1f0}.apto-card .card-body{padding-top:6px;padding-bottom:16px}.apto-card .card-body span{margin-bottom:2px}.apto-card .card-body h3{margin-bottom:4px}.card-photo span{font-family:'SF Mono',ui-monospace,Consolas,monospace;font-size:10px;letter-spacing:.02em;color:#8b979c;text-align:center;padding:0 20px}.card-body{padding:18px 24px 22px;display:flex;flex-direction:column;justify-content:space-between;flex:1}.card h3{font-size:32px;margin-top:0}.card.dark .card-body{background:var(--dark);color:#fff}.card.dark .card-body p,.card.dark .card-body span{color:rgba(255,255,255,.66)}.card.accent .card-body{background:var(--yellow)}.olivia{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center;background:var(--dark);color:#fff}.orb-wrap{min-height:450px;display:grid;place-items:center;position:relative}.orb{width:230px;height:230px;border-radius:50%;display:grid;place-items:center;font:100px Georgia,serif;background:radial-gradient(circle at 35% 30%,#6fb1cf,#255c7b 48%,#15384b);box-shadow:0 0 100px rgba(90,164,195,.3)}.ring{position:absolute;width:340px;height:340px;border:1px solid rgba(255,255,255,.18);border-radius:50%}.status{position:absolute;bottom:40px;left:12%;padding:15px 18px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.15)}.status small{display:block;color:rgba(255,255,255,.58)}.olivia h2{font-size:clamp(42px,5vw,68px)}.olivia p{font-size:18px;color:rgba(255,255,255,.7);line-height:1.7;max-width:580px}.olivia .primary{background:#fff;color:var(--dark)}.final{padding:100px 7vw;background:var(--yellow);display:grid;grid-template-columns:1.25fr .75fr;gap:60px;align-items:end}.final h2{font-size:clamp(42px,5vw,70px)}footer{padding:120px 7vw 40px;background:#15171a;color:#fff}.foot-grid{display:grid;grid-template-columns:1.6fr .9fr .9fr .9fr .9fr;gap:48px;padding-bottom:64px;border-bottom:1px solid rgba(255,255,255,.09)}.foot-col{display:flex;flex-direction:column;gap:16px}.foot-col strong{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.4);font-weight:600}.foot-col a,.foot-col span{color:rgba(255,255,255,.68);font-size:14.5px;transition:color .15s}.foot-col a:hover{color:#fff}.foot-brand{display:inline-flex;align-items:center;gap:14px}.foot-brand img{width:48px;height:48px;display:block;border-radius:50%;background:#fff}.foot-brand span{font-family:Georgia,serif;font-size:17px;letter-spacing:.01em;color:#fff;display:block}.foot-brand span small{display:block;font-family:Arial,Helvetica,sans-serif;font-size:10.5px;letter-spacing:.04em;text-transform:uppercase;color:rgba(255,255,255,.42);margin-top:5px}.foot-lede{margin:22px 0 0;font-size:14.5px;line-height:1.7;color:rgba(255,255,255,.5);max-width:320px}.bottom{padding-top:30px;color:rgba(255,255,255,.36);font-size:12px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}.foot-credit{color:rgba(255,255,255,.24)}@media(max-width:900px){.header{height:96px}.nav,.header-cta{display:none}.hero-copy{padding:80px 7vw 65px;max-width:100%}.opps-head,.olivia,.final{grid-template-columns:1fr}.flow{grid-template-columns:repeat(2,1fr)}footer{grid-template-columns:none;gap:28px}.foot-grid{grid-template-columns:1fr 1fr 1fr;gap:36px 28px}.foot-brand-col{grid-column:1/-1}}@media(max-width:600px){.header{height:84px}.header img{width:170px;max-width:170px}h1{font-size:49px}.hero-copy{padding:62px 22px 50px}.actions{flex-direction:column}.btn{width:100%}.trust{flex-direction:column;gap:8px}.caption{left:16px;right:16px;width:auto}.statement,.section,.final{padding:78px 22px}.flow,.grid{grid-template-columns:1fr}.flow article{border-right:0}.olivia{padding-left:22px;padding-right:22px}.orb-wrap{min-height:390px}footer{padding:70px 22px 24px}.foot-grid{grid-template-columns:1fr;gap:36px;padding-bottom:44px}}