*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) { all: unset; display: revert; }
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #07111f; color: #f6f8fb; font-family: Inter, system-ui, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a, button { cursor: pointer; }
a { text-decoration: none; }
ul { list-style: none; padding: 0; margin: 0; }
.container { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.section { position: relative; padding: 120px 0; overflow: hidden; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 10px 16px; background: #73e0cd; color: #07111f; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: .3s ease; }
.site-header.scrolled { background: rgba(7,17,31,.84); backdrop-filter: blur(18px); border-color: rgba(255,255,255,.08); }
.nav-wrap { height: 80px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 12px; color: #fff; font-weight: 700; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(115,224,205,.5); border-radius: 12px; color: #73e0cd; font-size: 13px; letter-spacing: .05em; }
.brand-name { font-size: 15px; }
.site-nav { display: flex; gap: 34px; }
.site-nav a { color: #aebac9; font-size: 14px; transition: color .2s; }
.site-nav a:hover, .site-nav a:focus { color: #73e0cd; }
.menu-toggle { display: none; }
.hero { min-height: 100svh; display: grid; align-items: center; padding-top: 140px; }
.hero-grid { display: grid; grid-template-columns: 1.45fr .65fr; align-items: center; gap: 100px; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #73e0cd; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 24px; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
.eyebrow.dark { color: #087f72; }
h1 { font-size: clamp(3.4rem, 7vw, 6.5rem); line-height: .98; letter-spacing: -.065em; font-weight: 800; max-width: 820px; }
h1 span { color: #73e0cd; }
.hero-intro { max-width: 670px; margin-top: 32px; color: #aebac9; font-size: clamp(1.05rem, 1.6vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; padding: 14px 20px; border-radius: 10px; font-size: 14px; font-weight: 700; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: #73e0cd; color: #07111f; }
.button-primary:hover { background: #91eadb; }
.button-secondary { border: 1px solid rgba(255,255,255,.18); color: #fff; }
.button-secondary:hover { border-color: #73e0cd; }
.hero-card { position: relative; padding: 26px; min-height: 430px; background: linear-gradient(160deg, rgba(255,255,255,.09), rgba(255,255,255,.025)); border: 1px solid rgba(255,255,255,.12); border-radius: 28px; box-shadow: 0 30px 80px rgba(0,0,0,.3); backdrop-filter: blur(14px); }
.card-topline { display: flex; justify-content: space-between; color: #8494a8; font-size: 11px; text-transform: uppercase; letter-spacing: .16em; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: #73e0cd; box-shadow: 0 0 0 6px rgba(115,224,205,.1); }
.monogram { display: grid; place-items: center; width: 180px; height: 180px; margin: 52px auto; border-radius: 50%; border: 1px solid rgba(115,224,205,.35); background: radial-gradient(circle at 30% 25%, #18395a, #0a1727 60%); color: #73e0cd; font-size: 48px; font-weight: 800; letter-spacing: -.08em; box-shadow: inset 0 0 50px rgba(115,224,205,.08), 0 20px 50px rgba(0,0,0,.2); }
.profile-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.profile-meta p { padding: 7px 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 99px; color: #aebac9; font-size: 11px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; opacity: .4; }
.hero-glow-one { width: 520px; height: 520px; right: -180px; top: 5%; background: radial-gradient(circle, rgba(33,139,143,.28), transparent 70%); }
.hero-glow-two { width: 420px; height: 420px; left: -180px; bottom: 0; background: radial-gradient(circle, rgba(40,91,158,.22), transparent 70%); }
.scroll-note { position: absolute; bottom: 34px; display: flex; align-items: center; gap: 10px; color: #718095; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.scroll-note span { display: block; width: 42px; height: 1px; background: #445267; }
.section-light { background: #f4f7f8; color: #07111f; }
.two-column { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.section-heading h2 { font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1.08; letter-spacing: -.05em; font-weight: 750; }
.about-copy > p { color: #526171; margin-bottom: 20px; font-size: 1.03rem; }
.about-copy .lead { color: #122033; font-size: 1.3rem; line-height: 1.55; }
.highlight { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 24px; margin-top: 38px; padding-top: 30px; border-top: 1px solid #d4dce1; }
.highlight strong { color: #087f72; font-size: 3.2rem; line-height: 1; letter-spacing: -.06em; }
.highlight span { color: #526171; font-size: .92rem; }
.section-heading.narrow { max-width: 720px; }
.section-heading.narrow > p:last-child { color: #91a0b2; margin-top: 20px; max-width: 600px; }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 60px; }
.expertise-card { padding: 34px; min-height: 430px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.035); transition: transform .25s, border-color .25s, background .25s; }
.expertise-card:hover { transform: translateY(-6px); border-color: rgba(115,224,205,.4); background: rgba(255,255,255,.055); }
.card-number { color: #73e0cd; font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.expertise-card h3 { margin: 70px 0 18px; font-size: 1.55rem; line-height: 1.2; letter-spacing: -.025em; font-weight: 700; }
.expertise-card > p { color: #91a0b2; font-size: .94rem; }
.expertise-card ul { margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); }
.expertise-card li { position: relative; padding: 6px 0 6px 18px; color: #c2ccd7; font-size: .83rem; }
.expertise-card li::before { content: ''; position: absolute; left: 0; top: 14px; width: 5px; height: 5px; border-radius: 50%; background: #73e0cd; }
.section-accent { background: #73e0cd; color: #07111f; padding: 96px 0; }
.connect-wrap { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 80px; }
.connect-wrap h2 { font-size: clamp(2.6rem, 5vw, 5rem); line-height: 1; letter-spacing: -.06em; font-weight: 800; }
.connect-wrap p:not(.eyebrow) { max-width: 620px; margin-top: 20px; color: #1d5c57; }
.connect-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.button-dark { background: #07111f; color: #fff; min-width: 180px; }
.button-dark:hover { background: #13243a; }
.text-link { color: #0b3835; font-size: 14px; border-bottom: 1px solid rgba(7,17,31,.3); }
.site-footer { padding: 30px 0; background: #050c16; color: #718095; font-size: 12px; }
.footer-wrap { display: flex; justify-content: space-between; align-items: center; }
.footer-wrap a { color: #91a0b2; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { transition-duration: .01ms !important; } }
@media (max-width: 900px) {
  .section { padding: 90px 0; }
  .hero-grid, .two-column, .connect-wrap { grid-template-columns: 1fr; gap: 55px; }
  .hero { padding-top: 130px; }
  .hero-card { display: none; }
  .cards-grid { grid-template-columns: 1fr; }
  .expertise-card { min-height: auto; }
  .expertise-card h3 { margin-top: 38px; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 32px, 1120px); }
  .nav-wrap { height: 70px; }
  .menu-toggle { display: grid; gap: 5px; padding: 8px; }
  .menu-toggle span { display: block; width: 23px; height: 2px; background: #fff; }
  .site-nav { position: absolute; top: 70px; left: 16px; right: 16px; display: none; flex-direction: column; gap: 0; padding: 12px; background: #0d1a2b; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; box-shadow: 0 18px 40px rgba(0,0,0,.3); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 10px; }
  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .two-column { gap: 40px; }
  .highlight { grid-template-columns: 1fr; }
  .connect-actions { width: 100%; }
  .button-dark { width: 100%; }
  .footer-wrap { align-items: flex-start; flex-direction: column; gap: 8px; }
}


/* Anchor positioning for the fixed navigation header */
.page-top { position: absolute; top: 0; left: 0; width: 1px; height: 1px; }
section[id] { scroll-margin-top: 88px; }
