:root{--ink:#092238;--blue:#1688e8;--blue-dark:#066ac3;--mist:#dff4ff;--line:#cfe6f4;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fbfdff;color:var(--ink);font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}.ambient{position:fixed;z-index:-1;border-radius:50%;filter:blur(90px);opacity:.72;pointer-events:none}.ambient-one{width:34rem;height:34rem;background:#c8efff;top:-12rem;right:-9rem}.ambient-two{width:28rem;height:28rem;background:#d9f3ff;top:42rem;left:-13rem}.site-header{width:min(1180px,calc(100% - 48px));height:90px;margin:auto;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(9,34,56,.1);position:relative;z-index:5}.brand{font-size:1.4rem;font-weight:900;letter-spacing:-.08em}.brand span{color:var(--blue)}nav{display:flex;align-items:center;gap:32px;font-size:.88rem;font-weight:700}nav a{transition:.2s ease}nav a:hover{color:var(--blue)}.hero{width:min(1180px,calc(100% - 48px));min-height:690px;margin:auto;padding:72px 0 88px;display:grid;grid-template-columns:1.06fr .94fr;align-items:center;gap:72px}.eyebrow,.section-index{font-size:.72rem;letter-spacing:.2em;font-weight:800;color:#47718d}.eyebrow{display:flex;align-items:center;gap:9px;margin:0 0 25px}.eyebrow span{width:8px;height:8px;background:var(--blue);border-radius:50%;box-shadow:0 0 0 6px rgba(22,136,232,.12)}.hero h1{font-size:clamp(4.5rem,9vw,8.5rem);line-height:.79;letter-spacing:-.085em;margin:0;font-weight:900}.hero h1 em{color:var(--blue);font-style:normal}.hero-subtitle{font-size:clamp(1.15rem,2.2vw,1.55rem);margin:32px 0 34px;max-width:520px;color:#355c75;letter-spacing:-.02em}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.button{min-height:52px;padding:0 23px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:18px;font-size:.87rem;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--blue);color:white;box-shadow:0 12px 30px rgba(22,136,232,.25)}.button-primary:hover{background:var(--blue-dark);box-shadow:0 16px 36px rgba(22,136,232,.33)}.hero-visual{position:relative;width:min(100%,470px);justify-self:end}.photo-frame{position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:220px 220px 28px 28px;background:#d9e6ee;box-shadow:0 30px 80px rgba(15,78,119,.18)}.photo-frame img{width:100%;height:100%;object-fit:cover;object-position:54% 36%;transform:scale(1.04)}.photo-ring{position:absolute;inset:-22px -22px 32px 28px;border:1px solid #9edcff;border-radius:250px 250px 38px 38px}.floating-note{position:absolute;z-index:2;background:rgba(255,255,255,.88);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.8);box-shadow:0 12px 34px rgba(9,54,86,.13)}.note-top{top:14%;left:-45px;padding:13px 18px;border-radius:999px;font-size:.67rem;font-weight:900;letter-spacing:.16em}.note-bottom{right:-32px;bottom:12%;border-radius:20px;padding:16px 19px;display:flex;align-items:center;gap:12px}.note-bottom strong{font-size:1.8rem;color:var(--blue)}.note-bottom span{font-size:.67rem;line-height:1.35;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.section-shell{width:min(1180px,calc(100% - 48px));margin:auto}.about{padding:115px 0;border-top:1px solid var(--line)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;margin-top:34px}.about h2,.section-heading h2{font-size:clamp(2.7rem,5vw,5.2rem);line-height:.95;letter-spacing:-.065em;margin:0}.about h2 span,.section-heading h2 span{color:#65b9ef}.about-copy{padding-top:5px}.about-copy>p{font-size:1.06rem;line-height:1.85;color:#41657d;margin:0 0 18px}.about-copy strong{color:var(--ink)}.skill-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}.skill-row span{padding:9px 13px;border:1px solid var(--line);border-radius:999px;font-size:.72rem;font-weight:800;color:#376985;background:rgba(255,255,255,.7)}.portfolio{padding:115px 0 125px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:60px;margin-bottom:92px}.section-heading .section-index{margin-bottom:26px}.section-heading>p{max-width:340px;color:#52738a;line-height:1.75;margin:0 0 7px}.category-block{margin-bottom:112px}.category-heading{display:grid;grid-template-columns:55px 1fr auto;align-items:end;gap:18px;border-bottom:1px solid var(--line);padding-bottom:21px;margin-bottom:34px}.category-heading>span{width:42px;height:42px;background:var(--mist);color:var(--blue);border-radius:50%;display:grid;place-items:center;font-size:.72rem;font-weight:900}.category-heading p,.category-heading small{margin:0;font-size:.63rem;letter-spacing:.17em;color:#6d8ca1;font-weight:800}.category-heading h3{font-size:1.85rem;letter-spacing:-.04em;margin:4px 0 0}.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:start}.video-grid-two{grid-template-columns:repeat(2,minmax(0,340px));justify-content:center;gap:32px}.video-card{background:rgba(255,255,255,.78);border:1px solid #d8eaf5;border-radius:22px;padding:14px;box-shadow:0 18px 45px rgba(31,96,137,.08);transition:transform .25s ease,box-shadow .25s ease}.video-card:hover{transform:translateY(-7px);box-shadow:0 25px 60px rgba(31,96,137,.15)}.video-meta{display:flex;align-items:center;gap:12px;min-height:68px;padding:2px 5px 11px}.video-meta>span{font-size:.62rem;color:var(--blue);font-weight:900}.video-meta h4{margin:0 0 4px;font-size:.92rem;letter-spacing:-.015em}.video-meta p{margin:0;color:#7090a4;font-size:.66rem;text-transform:uppercase;letter-spacing:.09em}.video-frame{position:relative;overflow:hidden;aspect-ratio:9/16;border-radius:15px;background:#dcecf6}.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}footer{width:min(1180px,calc(100% - 48px));margin:auto;min-height:120px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:30px;border-top:1px solid var(--line)}footer>p{text-align:right;color:#7892a3;font-size:.7rem}
@media(max-width:820px){.site-header{height:76px}nav>a:not(.nav-cta){display:none}.hero{grid-template-columns:1fr;min-height:auto;padding:68px 0 105px;gap:80px}.hero-copy{text-align:center}.eyebrow,.hero-actions{justify-content:center}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-visual{justify-self:center;width:min(86%,430px)}.about-grid{grid-template-columns:1fr;gap:36px}.section-heading{display:block}.section-heading>p{margin-top:28px}.video-grid{grid-template-columns:repeat(2,1fr)}footer{grid-template-columns:1fr;text-align:center;padding:35px 0}footer .brand,footer>p{justify-self:center;text-align:center}footer>div{flex-direction:column;gap:9px}}
@media(max-width:560px){.site-header,.hero,.section-shell,footer{width:min(100% - 28px,1180px)}.hero{padding-top:52px}.hero h1{font-size:4.1rem}.note-top{left:-9px}.note-bottom{right:-7px}.about,.portfolio{padding:82px 0}.section-heading{margin-bottom:62px}.category-heading{grid-template-columns:45px 1fr}.category-heading small{display:none}.video-grid,.video-grid-two{grid-template-columns:minmax(0,310px);justify-content:center}.video-card{border-radius:20px}.contact{padding:75px 20px;border-radius:28px}.hero-actions{flex-direction:column;align-items:stretch}.button{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.video-card{transition:none}}
.video-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start}.video-card{flex:0 1 340px;width:100%}
@media(max-width:820px){.video-card{flex-basis:calc(50% - 12px)}}
@media(max-width:560px){.video-card{flex-basis:min(100%,310px)}}
a:focus-visible{outline:3px solid rgba(22,136,232,.45);outline-offset:4px}
