:root{
  --ink:#0b1e3f; --muted:#5a6479; --cream:#f4f4ed; --paper:#fbfbf7;
  --orange:#ff7a1a; --line:rgba(11,30,63,.14); --line2:rgba(11,30,63,.28);
  --glass:linear-gradient(100deg,rgba(255,255,255,.82),rgba(255,255,255,.62) 42%,rgba(214,228,255,.72) 76%,rgba(178,204,255,.78));
}
*{box-sizing:border-box}
html,body,#root{margin:0;min-height:100%;font-family:Poppins,system-ui,-apple-system,sans-serif;color:var(--ink)}
body{background:var(--cream);font-size:15px;line-height:1.65;overflow:hidden auto}
a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.hero-canvas{position:fixed;inset:0;background:var(--cream);z-index:0;overflow:hidden}.hero-canvas canvas{width:100%;height:100%}
.shell{position:relative;z-index:1;display:flex;width:100vw;height:100vh;overflow:hidden}
.rail{position:relative;flex:0 0 312px;width:312px;padding:28px 30px}
.rail__inner{min-height:100%;display:flex;flex-direction:column;align-items:center}
.rail__avatar{position:relative;display:block;width:133.55px;height:133.55px;border-radius:50%;padding:5px;background:linear-gradient(145deg,#fff,rgba(255,255,255,.45));box-shadow:0 0 0 1px var(--line),0 18px 42px -28px rgba(6,12,26,.75)}
.rail__avatar img{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%}
.rail__name{margin:20px 0 0;display:flex;align-items:center;gap:7px;font-size:22px;line-height:1.2;font-weight:700}.rail__name svg{color:#0866ff}
.rail__handle{margin:5px 0 0;color:var(--muted);font-size:14.5px}.rail__visits{display:inline-flex;margin-left:8px;padding:0 8px;height:20px;align-items:center;border:1px solid var(--line);border-radius:999px;font-size:10.5px;font-weight:600;background:rgba(255,255,255,.55)}
.rail__actions{display:flex;align-items:center;gap:10px;margin-top:18px}.rail__socials{display:flex;gap:10px;list-style:none;margin:0;padding:0}.rail__social,.rail__theme{display:grid;place-items:center;width:44px;height:44px;padding:0;border:0;border-radius:50%;background:#fff;color:var(--ink);box-shadow:inset 0 0 0 1px var(--line),0 10px 24px -18px rgba(6,12,26,.55)}
.rail__social-icon{width:20px;height:20px;display:block;background:currentColor;mask:var(--icon-url) center/contain no-repeat;-webkit-mask:var(--icon-url) center/contain no-repeat}
.rail__nav{width:100%;margin-top:20px;padding-top:18px}.rail__nav ul{display:flex;flex-direction:column;gap:3px;margin:0;padding:0;list-style:none}.rail__link{display:flex;align-items:center;width:100%;height:46px;padding:0 16px;gap:15px;border-radius:14px;color:var(--muted);font-size:17px;font-weight:500;transition:.2s ease}.rail__link:hover{background:rgba(255,255,255,.5);color:var(--ink);transform:translateX(2px)}.rail__link.active{background:#fff;color:var(--ink);font-weight:600;box-shadow:inset 0 0 0 1px var(--line)}.rail__link svg{width:21px;height:21px}.rail__copy{align-self:flex-start;margin:18px 16px 0;font-size:11px;line-height:1.5;color:var(--muted)}
.shell__panel{position:relative;flex:1 1 auto;height:100vh;overflow:hidden}
.home{height:100%;display:grid;grid-template-rows:108px 72px minmax(340px,1fr);gap:16px;padding:31.8px 54.32px 19.08px}
.home__headline{display:flex;align-items:flex-start;justify-content:space-between;gap:54px}.home__title{margin:0;font-size:clamp(34px,3.5vw,47.53px);line-height:1.06;letter-spacing:-.03em;font-weight:700}.home__cta{display:flex;align-items:center;gap:8px;height:46px;padding:0 22px;border-radius:999px;background:var(--ink);color:var(--cream);font-size:14px;font-weight:600;box-shadow:0 8px 24px -8px rgba(11,30,63,.25)}.home__lede{max-width:626px;margin:12px 0 0;color:var(--muted);font-size:14.25px;line-height:1.6}
.home__glass{background:linear-gradient(rgba(255,255,255,.28),rgba(255,255,255,0) 38%),var(--glass);border-radius:30px;box-shadow:inset 0 0 0 1px var(--line),inset 0 1px 0 rgba(255,255,255,.5),0 30px 70px -40px rgba(6,12,26,.5);backdrop-filter:blur(18px) saturate(1.2)}
.home__glass--tools{padding:10px 16px}.home__glass--showcase{padding:14px 19px;overflow:hidden}.home__tools{display:flex;align-items:center;height:100%;gap:18px}.home__tools-head{flex:0 0 auto}.home__tools-eyebrow{display:block;color:var(--orange);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.11em}.home__tools-label{margin:0;font-size:14px;line-height:1.3}.tools-marquee{flex:1;overflow:hidden}.tools-marquee__track{display:flex;gap:8px;width:max-content;animation:toolscroll 34s linear infinite}.tools-marquee__item{display:flex;align-items:center;gap:7px;height:34px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.7);box-shadow:inset 0 0 0 1px rgba(11,30,63,.12);white-space:nowrap;font-size:11.5px;font-weight:600}.tools-marquee__img,.tools-marquee__icon{width:20px;height:20px;object-fit:contain}.tools-marquee__icon{display:block;background:var(--brand-color,currentColor);mask:var(--icon-url) center/contain no-repeat;-webkit-mask:var(--icon-url) center/contain no-repeat}@keyframes toolscroll{to{transform:translateX(-50%)}}
.home__showcase,.bento{height:100%}.bento{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:13.58px}.bento__card{position:relative;min-width:0;overflow:hidden;padding:12px 15px;border-radius:24px;background:var(--paper);box-shadow:inset 0 0 0 1px var(--line2),0 1px 2px rgba(6,12,26,.04),0 24px 50px -36px rgba(6,12,26,.45);transition:transform .24s ease,box-shadow .24s ease}.bento__card:hover{transform:translateY(-3px);box-shadow:inset 0 0 0 1px rgba(11,30,63,.22),0 24px 48px -28px rgba(6,12,26,.42)}.bento__card--projects,.bento__card--quotes{grid-column:span 2}.bento__head{position:relative;z-index:3}.bento__label{display:flex;align-items:center;gap:8px}.bento__icon{display:grid;place-items:center;width:30px;height:30px;border-radius:10px;background:rgba(255,122,26,.1);color:var(--orange)}.bento__title{margin:0;font-size:15px;line-height:1.1}.bento__desc{margin:3px 24px 0 38px;color:var(--muted);font-size:11.5px;line-height:1.4}.bento__arrow{position:absolute;right:0;top:3px}.bento__media{position:absolute;inset:auto 14px 12px;overflow:hidden}.bento__reel{left:50%;top:12px;bottom:12px}.bento__reel-track{display:flex;gap:10px;width:max-content;animation:reel 18s linear infinite}.bento__shot{width:82px;height:132px;display:block;border-radius:14px;overflow:hidden;box-shadow:0 10px 24px -16px rgba(6,12,26,.6)}.bento__shot img{width:100%;height:100%;object-fit:cover}@keyframes reel{to{transform:translateX(-50%)}}
.bento__fan{left:auto;top:74px;right:14px;width:184px;height:76px}.bento__photo{position:absolute;left:54px;top:4px;width:65px;height:65px;border-radius:14px;overflow:hidden;transform:translateX(calc((var(--i) - 1) * 48px)) rotate(calc((var(--i) - 1) * 8deg));box-shadow:0 10px 26px -14px rgba(11,30,63,.4)}.bento__photo img{width:100%;height:100%;object-fit:cover}
.bento__chips{top:85px;left:14px;right:14px;bottom:12px}.bento__chip-row{overflow:hidden;margin:5px 0}.bento__chip-track{display:flex;gap:8px;width:max-content}.bento__chip{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border-radius:999px;background:#fff;box-shadow:inset 0 0 0 1px var(--line);font-size:9.5px;font-weight:600;white-space:nowrap}.bento__chip-row[data-dir="left"] .bento__chip-track{animation:chipleft 22s linear infinite}.bento__chip-row[data-dir="right"] .bento__chip-track{animation:chipright 24s linear infinite}@keyframes chipleft{to{transform:translateX(-50%)}}@keyframes chipright{from{transform:translateX(-50%)}to{transform:translateX(0)}}
.bento__creds,.bento__services,.bento__review-list{margin-top:8px}
.cursor-ring{position:fixed;z-index:99;width:36px;height:36px;border:1px solid rgba(11,30,63,.2);border-radius:50%;pointer-events:none;transition:width .2s,height .2s,opacity .2s;mix-blend-mode:multiply}.skip-link{position:fixed;z-index:1000;left:16px;top:-100px;background:#fff;padding:12px 16px;border-radius:12px}.skip-link:focus{top:16px}
/* chat fallback */
.kape{position:fixed;z-index:60;right:26px;bottom:24px}.kape__launcher{position:relative;width:66px;height:66px;padding:0;border:0;border-radius:50%;background:#fff;box-shadow:0 16px 38px -16px rgba(6,12,26,.6)}.kape__launcher img{width:100%;height:100%;border-radius:50%;object-fit:cover}.kape__launcher-dot{position:absolute;right:2px;bottom:5px;width:14px;height:14px;border-radius:50%;background:#2e9e6b;border:2px solid var(--cream)}.kape__nudge{position:absolute;right:76px;bottom:10px;border:0;border-radius:999px;padding:8px 12px;background:var(--ink);color:#fff;font-size:11px;white-space:nowrap;box-shadow:0 8px 24px -14px rgba(6,12,26,.7)}.kape__panel{display:none;position:absolute;right:0;bottom:80px;width:360px;max-height:min(560px,calc(100vh - 120px));overflow:hidden;border-radius:24px;background:rgba(244,244,237,.96);box-shadow:0 30px 70px -24px rgba(11,30,63,.35);border:1px solid rgba(11,30,63,.14);backdrop-filter:blur(18px)}.kape.is-open .kape__panel{display:flex;flex-direction:column}.kape__head{display:flex;align-items:center;padding:14px 14px;border-bottom:1px solid var(--line)}.kape__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.kape__id{display:flex;flex-direction:column;margin-left:10px}.kape__title{font-weight:700}.kape__sub{font-size:11px;color:var(--muted)}.kape__online{display:inline-block;width:7px;height:7px;border-radius:50%;background:#2e9e6b;margin-right:5px}.kape__tools{margin-left:auto;display:flex;gap:6px}.kape__tool{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:50%;background:#fff;color:var(--ink);box-shadow:inset 0 0 0 1px var(--line)}.kape__thread{list-style:none;margin:0;padding:16px;overflow:auto;display:flex;flex-direction:column;gap:8px}.kape__msg{max-width:88%}.kape__bubble{padding:11px 15px;border-radius:18px 18px 18px 6px;background:#fff;border:1px solid rgba(11,30,63,.12);box-shadow:0 1px 2px rgba(11,30,63,.05);font-size:13.5px;line-height:1.55}.kape__msg--user{align-self:flex-end}.kape__msg--user .kape__bubble{background:var(--ink);color:#fff;border-radius:18px 18px 6px 18px}.kape__meta{display:block;margin-top:3px;font-size:9.5px;color:var(--muted)}.kape__starters{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.kape__starter{border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.72);padding:7px 10px;font-size:10.5px;color:var(--ink)}.kape__composer{border-top:1px solid var(--line);padding:12px}.kape__form{display:flex;gap:8px}.kape__input{flex:1;height:42px;padding:0 13px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--ink);outline:none}.kape__send{width:42px;height:42px;display:grid;place-items:center;border:0;border-radius:14px;background:var(--orange);color:#fff}.kape__send:disabled{opacity:.45}.kape__legal{margin:7px 0 0;color:var(--muted);font-size:9px;text-align:center}
[data-theme="dark"]{--ink:#f4f4ed;--muted:#abb4c6;--cream:#071224;--paper:#10213a;--line:rgba(244,244,237,.16);--line2:rgba(244,244,237,.22);--glass:linear-gradient(100deg,rgba(25,43,75,.9),rgba(18,37,66,.78),rgba(14,50,91,.82))}[data-theme="dark"] body,[data-theme="dark"] .hero-canvas{background:#071224}[data-theme="dark"] .rail__social,[data-theme="dark"] .rail__theme,[data-theme="dark"] .rail__link.active,[data-theme="dark"] .bento__card,[data-theme="dark"] .tools-marquee__item,[data-theme="dark"] .kape__bubble,[data-theme="dark"] .kape__input{background:#10213a;color:#f4f4ed}[data-theme="dark"] .kape__panel{background:rgba(7,18,36,.96)}
@media (max-width:900px){body{overflow:auto}.shell{display:block;height:auto;min-height:100vh;overflow:visible}.rail{position:relative;width:100%;padding:16px 18px;flex:none}.rail__inner{display:grid;grid-template-columns:64px 1fr auto;grid-template-rows:auto auto;column-gap:12px;min-height:0;align-items:center}.rail__avatar{grid-row:1/3;width:58px;height:58px;padding:2px}.rail__name{margin:0;font-size:18px}.rail__handle{margin:0;font-size:12px}.rail__actions{grid-column:3;grid-row:1/3;margin:0}.rail__socials{display:none}.rail__theme{width:40px;height:40px}.rail__nav{grid-column:1/-1;margin:12px 0 0;padding:0;overflow:auto}.rail__nav ul{flex-direction:row;gap:7px;width:max-content}.rail__link{width:auto;height:40px;padding:0 12px;gap:8px;font-size:13px}.rail__link svg{width:18px!important;height:18px!important}.rail__copy{display:none}.shell__panel{height:auto;min-height:calc(100vh - 116px);overflow:visible}.home{height:auto;min-height:calc(100vh - 116px);grid-template-rows:auto auto auto;padding:22px 18px 100px}.home__headline{gap:16px}.home__title{font-size:clamp(31px,9vw,44px)}.home__cta{height:42px;padding:0 15px;font-size:12px;white-space:nowrap}.home__lede{font-size:13px}.home__glass--tools{min-height:72px}.home__tools{align-items:flex-start}.home__tools-head{display:none}.home__glass--showcase{padding:12px}.bento{grid-template-columns:1fr 1fr;grid-auto-rows:190px;grid-template-rows:none}.bento__card--projects,.bento__card--quotes{grid-column:span 2}.kape{right:18px;bottom:18px}.kape__panel{width:min(360px,calc(100vw - 36px))}}
@media (max-width:540px){.rail__name svg{width:16px;height:16px}.home__headline{display:block}.home__cta{display:inline-flex;margin-top:14px}.home__lede{margin-top:10px}.home__glass--tools{display:none}.bento{grid-template-columns:1fr;grid-auto-rows:188px}.bento__card,.bento__card--projects,.bento__card--quotes{grid-column:span 1}.bento__reel{left:56%}.bento__desc{margin-right:0}.kape__launcher{width:58px;height:58px}.kape__nudge{display:none}}
/* Prevent long marquee tracks from contributing intrinsic width to the CSS-grid columns. */
.home>*{min-width:0}.home__glass,.home__tools,.tools-marquee,.home__showcase,.bento{min-width:0;max-width:100%}
/* Captured homepage detail fallbacks (used when the reference stylesheet is unavailable). */
.tools-marquee{height:52.27px;border:1px solid rgba(11,30,63,.28);border-radius:14px;background:#fff}
.tools-marquee__track{height:50.27px;padding:14px 28px;gap:44px;align-items:center}
.tools-marquee__item{height:22.27px;padding:0 44px 0 0;gap:10px;border-radius:0;background:transparent;box-shadow:none;font-size:13.5px;line-height:22.275px}
.bento__fan{left:14px;right:14px;top:auto;bottom:12px;width:auto;height:73.55px}
.bento__chips{top:auto;height:57.45px;left:14px;right:14px;bottom:12px}
.bento__badge{display:flex;flex-direction:column;align-items:center;gap:10px;height:57.45px;left:14px;right:14px;bottom:12px;overflow:visible}
.bento__badge-ring{display:grid;place-items:center;width:86.9px;height:57.34px;border-radius:50%;background:#fff;box-shadow:0 8px 22px -16px rgba(11,30,63,.45)}
.bento__badge-ring img{width:72px;height:72px;object-fit:contain}
.bento__badge-tag{display:flex;align-items:center;gap:5px;height:18.14px;padding:0 10px;border-radius:999px;background:#0b1e3f;color:#f4f4ed;font-size:11px;font-weight:600;line-height:18.15px;white-space:nowrap}
.bento__offers{display:flex;flex-direction:column;justify-content:space-between;left:14px;right:14px;bottom:12px;height:61px;margin:0;padding:0;list-style:none;overflow:hidden}
.bento__offer{display:flex;align-items:center;gap:7px;min-height:11.4px;padding:0 2px;list-style:none}
.bento__offer-tile{display:grid;place-items:center;flex:0 0 18px;width:18px;height:18px;border-radius:6px;background:rgba(255,122,26,.12);color:#ff7a1a}
.bento__offer-tile svg{width:12px!important;height:12px!important}.bento__offer-text{display:flex;min-width:0;flex-direction:column;font-size:9.5px;line-height:1.2}.bento__offer-text b{font-size:10px}.bento__offer-text span{color:#5a6479;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.bento__reviews{left:auto;right:14px;top:12px;bottom:12px;width:220.56px;height:auto;overflow:hidden}
.bento__reviews-track{display:flex;flex-direction:column;gap:10px;width:100%;animation:reviewscroll 22s linear infinite}
.bento__review{display:flex;flex-direction:column;gap:4px;width:100%;padding:10px 12px;border-radius:12px;background:#fff;box-shadow:inset 0 0 0 1px rgba(11,30,63,.08)}
.bento__review-top{display:flex;align-items:center;gap:7px;font-size:12px;line-height:19.8px}.bento__review-top img{width:18px;height:18px;object-fit:contain}.bento__review-top svg{width:14px!important;height:14px!important}
.bento__review-role{font-size:11.5px;line-height:16.1px;color:#5a6479}.bento__review-work{font-size:11px;line-height:18.15px;font-weight:600;color:#b4490a}
@keyframes reviewscroll{to{transform:translateY(-50%)}}
