*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
html, body { overflow-x: clip; }
::selection { background:#1E4CF5; color:#fff; }
body { font-family:'Inter',system-ui,sans-serif; color:#0A0A0E; background:#F2F0EA; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; font-feature-settings: "ss01","ss02"; }
h1,h2,h3,h4 { font-family:'Inter Tight',Inter,system-ui,sans-serif; }

.mono { font-family: Inter, system-ui, sans-serif; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; }
.rule { height: 1px; background: rgba(10,10,14,.12); }
.rule-w { height: 1px; background: rgba(255,255,255,.18); }
.tnum { font-variant-numeric: tabular-nums; }

.display {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.05;
}
.hero-h {
  font-size: clamp(2.25rem, 6vw, 5rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.mega {
  font-size: clamp(1.85rem, 4vw, 3.5rem);
  letter-spacing: -0.025em;
  line-height: 1.05;
  font-weight: 700;
}

.ulink { position: relative; display:inline-block; padding-bottom: 1px; }
.ulink::after { content:''; position:absolute; left:0; right:0; bottom:0; height: 1px; background: currentColor; transform-origin: right; transform: scaleX(0); transition: transform .4s cubic-bezier(.22,1,.36,1); }
.ulink:hover::after { transform-origin: left; transform: scaleX(1); }
.ulink.is-open::after { transform: scaleX(1); }

.pill { display:inline-flex; align-items: center; gap: .6rem; padding: .85rem 1.35rem; border-radius: 9999px; font-size: .875rem; font-weight: 600; line-height: 1; letter-spacing: -0.005em; transition: background-color .28s, color .28s, border-color .28s, transform .28s; }
.pill svg { transition: transform .28s cubic-bezier(.22,1,.36,1); }
.pill:hover svg { transform: translateX(4px); }
.pill-ink { background:#0A0A0E; color:#fff; }
.pill-ink:hover { background:#1E4CF5; }
.pill-blue { background:#1E4CF5; color:#fff; }
.pill-blue:hover { background:#0A2AE0; }
.pill-white { background:#fff; color:#0A0A0E; }
.pill-white:hover { background:#E7E4DB; }
.pill-ghost { color:#fff; border: 1px solid rgba(255,255,255,.3); }
.pill-ghost:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.7); }
.pill-outline { color:#0A0A0E; border: 1px solid #0A0A0E; }
.pill-outline:hover { background:#0A0A0E; color:#fff; }

#topbar { transition: transform .4s cubic-bezier(.22,1,.36,1); }
#topbar.topbar-hidden { transform: translateY(-100%); }

#navbar {
  position: fixed; top: 0; left:0; right:0; z-index: 50;
  transition: top .4s cubic-bezier(.22,1,.36,1), background .4s, border-color .4s, color .4s;
  border-bottom: 1px solid transparent;
}
#navbar.has-topbar { top: 36px; }
#navbar.scrolled { background: rgba(242,240,234,.9); backdrop-filter: blur(18px) saturate(1.2); -webkit-backdrop-filter: blur(18px) saturate(1.2); border-bottom-color: rgba(10,10,14,.08); }
#navbar .logo-light { display: block; }
#navbar .logo-dark { display: none; }
#navbar.scrolled .logo-light { display: none; }
#navbar.scrolled .logo-dark { display: block; }
#navbar.scrolled .menu-bar { background: #0A0A0E; }
#navbar.scrolled .nav-text { color: #0A0A0E; }
.nav-text { color: #fff; }

.slide { opacity: 0; transition: opacity 1.4s cubic-bezier(.22,1,.36,1); }
.slide.is-active { opacity: 1; }
.slide-img { transform: scale(1.06); transition: transform 14s ease-out; }
.slide.is-active .slide-img { transform: scale(1.14); }

@keyframes rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
.slide.is-active .stagger > * { animation: rise .9s cubic-bezier(.22,1,.36,1) both; }
.slide.is-active .stagger > *:nth-child(1) { animation-delay: .1s; }
.slide.is-active .stagger > *:nth-child(2) { animation-delay: .24s; }
.slide.is-active .stagger > *:nth-child(3) { animation-delay: .38s; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .85s cubic-bezier(.22,1,.36,1), transform .85s cubic-bezier(.22,1,.36,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.d-1 { transition-delay: .1s; }
.d-2 { transition-delay: .22s; }
.d-3 { transition-delay: .34s; }
.d-4 { transition-delay: .46s; }

.reveal-split { overflow: hidden; }
.reveal-split span { display:inline-block; transform: translateY(110%); transition: transform 1s cubic-bezier(.22,1,.36,1); }
.reveal-split.is-visible span { transform: translateY(0); }
.reveal-split span:nth-child(2) { transition-delay: .08s; }
.reveal-split span:nth-child(3) { transition-delay: .16s; }
.reveal-split span:nth-child(4) { transition-delay: .24s; }

.prod-visual { position: relative; overflow: hidden; }
.prod-visual img { transition: transform 1.2s cubic-bezier(.22,1,.36,1); }
.prod-visual:hover img { transform: scale(1.04); }

.sp { display:block; padding: 1.5rem; border: 1px solid rgba(10,10,14,.12); border-radius: 4px; background: #fff; transition: border-color .28s, transform .28s, background .28s; position: relative; }
.sp:hover { border-color: #0A0A0E; transform: translateY(-2px); }
.sp-img { aspect-ratio: 1; display:flex; align-items:center; justify-content:center; margin-bottom: 1rem; }
.sp-img img { max-width: 75%; max-height: 75%; object-fit: contain; transition: transform .5s cubic-bezier(.22,1,.36,1); }
.sp:hover .sp-img img { transform: scale(1.06); }

.prod-card { display: flex; flex-direction: column; background: #fff; border: 1px solid rgba(10,10,14,.08); border-radius: 6px; overflow: hidden; text-decoration: none; color: inherit; transition: border-color .35s, box-shadow .35s, transform .35s; }
.prod-card:hover { border-color: rgba(10,10,14,.28); box-shadow: 0 14px 36px rgba(10,10,14,.08); transform: translateY(-4px); }
.prod-card-img { position: relative; aspect-ratio: 4/3; overflow: hidden; background: #F2F0EA; }
.prod-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.22,1,.36,1); }
.prod-card:hover .prod-card-img img { transform: scale(1.04); }
.prod-card-img--contain { background: #E7E4DB; }
.prod-card-img--contain img { object-fit: contain; padding: 1.5rem; }
.prod-card-body { padding: 1.35rem 1.4rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.prod-card-brand { display: flex; align-items: center; min-height: 1.25rem; margin-bottom: .6rem; opacity: .9; }
.prod-card-title { font-family: 'Inter Tight', sans-serif; font-weight: 700; font-size: 1.35rem; letter-spacing: -.025em; line-height: 1.1; color: #0A0A0E; }
.prod-card-desc { margin-top: .55rem; color: #6F6F78; font-size: .875rem; line-height: 1.55; flex: 1; }
.prod-card-more { margin-top: 1rem; display: inline-flex; align-items: center; gap: .35rem; font-weight: 600; font-size: .8125rem; color: #1E4CF5; }
.prod-card-more svg { transition: transform .35s cubic-bezier(.22,1,.36,1); }
.prod-card:hover .prod-card-more svg { transform: translateX(4px); }

.contact-card { background: #fff; border: 1px solid rgba(10,10,14,.08); border-radius: 10px; padding: 2rem; box-shadow: 0 2px 24px rgba(10,10,14,.04); }
@media (min-width: 1024px) { .contact-card { padding: 2.5rem 2.75rem; } }
.contact-card .inp { border-bottom-color: rgba(10,10,14,.12); }
.contact-card .inp:focus { border-bottom-color: #1E4CF5; }

.info-card { display: block; padding: 1.25rem 1.25rem 1.35rem; background: #fff; border: 1px solid rgba(10,10,14,.08); border-radius: 8px; text-decoration: none; color: inherit; transition: border-color .3s, transform .3s, box-shadow .3s; }
.info-card--row { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.25rem; }
a.info-card:hover { border-color: rgba(10,10,14,.28); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(10,10,14,.06); }
.info-card-icon { width: 2.5rem; height: 2.5rem; border-radius: 8px; background: #F2F0EA; color: #0A0A0E; display: flex; align-items: center; justify-content: center; transition: background .3s, color .3s; }
a.info-card:hover .info-card-icon { background: #1E4CF5; color: #fff; }

.inp { width: 100%; padding: 1.1rem 0 .9rem; background: transparent; border: none; border-bottom: 1px solid rgba(10,10,14,.18); font-family: Inter, sans-serif; font-size: 1rem; color: #0A0A0E; outline: none; transition: border-color .25s; border-radius: 2px; }
.inp::placeholder { color: #6F6F78; }
.inp:focus { border-bottom-color: #1E4CF5; }
.inp-group { position: relative; }
.inp-label { display:block; font-family: Inter, system-ui, sans-serif; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; color: #6F6F78; margin-bottom: .25rem; }
textarea.inp { resize: none; padding-top: 1rem; }
select.inp { appearance: none; -webkit-appearance: none; padding-right: 2rem; cursor: pointer; }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid #1E4CF5; outline-offset: 3px; }

.menu-open .menu-bar:nth-child(1) { transform: translateY(4px) rotate(45deg); }
.menu-open .menu-bar:nth-child(2) { opacity: 0; }
.menu-open .menu-bar:nth-child(3) { transform: translateY(-4px) rotate(-45deg); width: 1.5rem; }
#mobile-menu { transition: opacity .4s, visibility .4s; }

.sec-top { border-top: 1px solid rgba(10,10,14,.12); }

@keyframes brandGlide {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.brand-marquee { animation: brandGlide 30s linear infinite; }
.brand-marquee:hover { animation-play-state: paused; }

#contact-form { max-width: 100%; overflow: hidden; }
#contact-form .g-recaptcha { transform-origin: left center; max-width: 100%; }

@media (max-width: 400px) {
  #contact-form .g-recaptcha { transform: scale(0.85); }
}
@media (max-width: 340px) {
  #contact-form .g-recaptcha { transform: scale(0.75); }
}

@media (max-width: 640px) {
  section, section > div, section > div > div, section > div > div > div {
    max-width: 100%;
    box-sizing: border-box;
  }
  .contact-grid > div, .grid > div {
    min-width: 0;
    max-width: 100%;
  }
}

body.subpage #navbar { background: rgba(242,240,234,.9); backdrop-filter: blur(18px) saturate(1.2); -webkit-backdrop-filter: blur(18px) saturate(1.2); border-bottom-color: rgba(10,10,14,.08); }
body.subpage #navbar .logo-light { display: none; }
body.subpage #navbar .logo-dark { display: block; }
body.subpage #navbar .menu-bar { background: #0A0A0E; }
body.subpage #navbar .nav-text { color: #0A0A0E; }

.page-hero { position: relative; background: #0A0A0E; color: #fff; overflow: hidden; }
.page-hero-bg { position: absolute; inset: 0; }
.page-hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,10,14,.55) 0%, rgba(10,10,14,.75) 100%); }
.page-hero-inner { position: relative; z-index: 2; }
.page-hero-h { font-family: 'Inter Tight', sans-serif; font-weight: 700; letter-spacing: -0.03em; line-height: 1.02; font-size: clamp(2.25rem, 5.2vw, 4.25rem); }

.crumbs { display: inline-flex; align-items: center; gap: .55rem; font-family: Inter, system-ui, sans-serif; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; }
.crumbs a { color: rgba(255,255,255,.7); transition: color .25s; }
.crumbs a:hover { color: #fff; }
.crumbs .sep { color: rgba(255,255,255,.35); }
.crumbs .here { color: #fff; }
.crumbs-dark a { color: #6F6F78; }
.crumbs-dark a:hover { color: #0A0A0E; }
.crumbs-dark .sep { color: rgba(10,10,14,.3); }
.crumbs-dark .here { color: #0A0A0E; }

.eyebrow { font-family: Inter, system-ui, sans-serif; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; color: #6F6F78; }
.eyebrow-w { color: rgba(255,255,255,.65); }

.prose-body { font-size: 1.0625rem; line-height: 1.72; color: #3A3A42; max-width: 62ch; }
.prose-body p + p { margin-top: 1.15rem; }
.prose-body strong { color: #0A0A0E; font-weight: 600; }
.prose-body a { color: #1E4CF5; }
.prose-body a:hover { text-decoration: underline; text-underline-offset: 3px; }

.cat-card { display: flex; flex-direction: column; background: #fff; border: 1px solid rgba(10,10,14,.08); border-radius: 6px; overflow: hidden; transition: border-color .3s, transform .3s, box-shadow .3s; }
.cat-card:hover { border-color: rgba(10,10,14,.28); transform: translateY(-3px); box-shadow: 0 12px 30px rgba(10,10,14,.06); }
.cat-card-img { aspect-ratio: 4/3; background: #E7E4DB; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.cat-card-img img { width: 82%; height: 82%; object-fit: contain; transition: transform .6s cubic-bezier(.22,1,.36,1); }
.cat-card:hover .cat-card-img img { transform: scale(1.04); }
.cat-card-body { padding: 1.1rem 1.25rem 1.35rem; border-top: 1px solid rgba(10,10,14,.06); }
.cat-card-title { font-family: 'Inter Tight', sans-serif; font-weight: 600; font-size: 1.02rem; letter-spacing: -.02em; color: #0A0A0E; }
.cat-card-sub { font-size: .78rem; color: #6F6F78; margin-top: .2rem; letter-spacing: .02em; }

.spec-list { border-top: 1px solid rgba(10,10,14,.12); }
.spec-list > li { display: flex; align-items: baseline; gap: 1.5rem; padding: .95rem 0; border-bottom: 1px solid rgba(10,10,14,.08); font-size: .94rem; }
.spec-list > li .k { flex: 0 0 40%; color: #6F6F78; font-family: Inter, system-ui, sans-serif; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; padding-top: 2px; }
.spec-list > li .v { flex: 1; color: #0A0A0E; font-weight: 500; }

.ref-card { display: block; text-decoration: none; color: inherit; }
.ref-card-media { position: relative; overflow: hidden; border-radius: 4px; aspect-ratio: 4/5; background: #16161D; }
.ref-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.22,1,.36,1); }
.ref-card:hover .ref-card-media img { transform: scale(1.04); }
.ref-card-meta { margin-top: 1rem; }
.ref-card-tag { font-family: Inter, system-ui, sans-serif; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; color: #6F6F78; }
.ref-card-title { font-family: 'Inter Tight', sans-serif; font-weight: 600; font-size: 1.12rem; letter-spacing: -.02em; color: #0A0A0E; margin-top: .3rem; }
.ref-card-sub { font-size: .84rem; color: #6F6F78; margin-top: .25rem; }

.project-gallery { column-count: 1; column-gap: .9rem; }
@media (min-width: 640px) { .project-gallery { column-count: 2; column-gap: 1rem; } }
@media (min-width: 1024px) { .project-gallery { column-count: 3; column-gap: 1.1rem; } }
.proj-img { display: block; width: 100%; margin: 0 0 .9rem 0; border-radius: 4px; background: #16161D; border: 0; padding: 0; cursor: zoom-in; position: relative; overflow: hidden; break-inside: avoid; -webkit-column-break-inside: avoid; page-break-inside: avoid; }
@media (min-width: 640px) { .proj-img { margin-bottom: 1rem; } }
@media (min-width: 1024px) { .proj-img { margin-bottom: 1.1rem; } }
.proj-img img { width: 100%; height: auto; display: block; transition: transform .6s cubic-bezier(.22,1,.36,1); }
.proj-img:hover img { transform: scale(1.04); }
.proj-img::after { content: '+'; position: absolute; top: .75rem; right: .75rem; width: 32px; height: 32px; border-radius: 9999px; background: rgba(255,255,255,.92); color: #0A0A0E; font-family: 'Inter Tight', sans-serif; font-size: 20px; font-weight: 400; line-height: 30px; text-align: center; opacity: 0; transform: translateY(-4px); transition: opacity .25s, transform .25s; pointer-events: none; }
.proj-img:hover::after { opacity: 1; transform: translateY(0); }

.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(10,10,14,.94); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; display: flex; align-items: center; justify-content: center; padding: 1.5rem; }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox-stage { position: relative; width: 100%; max-width: min(92vw, 1100px); max-height: 88vh; display: flex; align-items: center; justify-content: center; }
.lightbox-stage img { max-width: 100%; max-height: 88vh; width: 100%; height: auto; object-fit: contain; border-radius: 6px; box-shadow: 0 30px 60px rgba(0,0,0,.5); transition: opacity .25s; }
.lightbox-stage.is-loading img { opacity: 0; }
.lightbox-close, .lightbox-prev, .lightbox-next { position: absolute; z-index: 3; width: 48px; height: 48px; border-radius: 9999px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background .2s, border-color .2s, transform .2s; padding: 0; }
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover { background: rgba(255,255,255,.2); border-color: rgba(255,255,255,.5); }
.lightbox-close { top: 1.25rem; right: 1.25rem; }
.lightbox-prev { left: 1.25rem; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 1.25rem; top: 50%; transform: translateY(-50%); }
.lightbox-prev:hover { transform: translateY(-50%) translateX(-2px); }
.lightbox-next:hover { transform: translateY(-50%) translateX(2px); }
.lightbox-counter { position: absolute; bottom: 1.25rem; left: 50%; transform: translateX(-50%); font-family: Inter, system-ui, sans-serif; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; color: rgba(255,255,255,.7); font-variant-numeric: tabular-nums; }
@media (max-width: 640px) {
  .lightbox-close { top: .75rem; right: .75rem; width: 40px; height: 40px; }
  .lightbox-prev { left: .5rem; width: 40px; height: 40px; }
  .lightbox-next { right: .5rem; width: 40px; height: 40px; }
}

.gallery-thumbs { display: grid; gap: .6rem; grid-template-columns: repeat(4, minmax(0,1fr)); max-width: 720px; margin-left: auto; margin-right: auto; }
@media (min-width: 640px) { .gallery-thumbs { grid-template-columns: repeat(6, minmax(0,1fr)); gap: .65rem; } }
.gallery-thumbs .t { aspect-ratio: 1; overflow: hidden; border-radius: 4px; background: #E7E4DB; border: 1px solid rgba(10,10,14,.08); transition: border-color .3s, transform .3s; cursor: pointer; display: block; padding: 0; }
.gallery-thumbs .t img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.22,1,.36,1); pointer-events: none; }
.gallery-thumbs .t:hover { border-color: rgba(10,10,14,.4); }
.gallery-thumbs .t:hover img { transform: scale(1.05); }
.gallery-thumbs .t.is-active { border-color: #0A0A0E; }
.gallery-thumbs .t.is-active::after { content: ''; }

.fact { display: flex; flex-direction: column; gap: .3rem; padding: .95rem 0 1rem; border-top: 1px solid rgba(10,10,14,.1); }
.fact .k { font-family: Inter, system-ui, sans-serif; font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; color: #6F6F78; }
.fact .v { font-family: 'Inter Tight', sans-serif; font-weight: 600; font-size: 1rem; letter-spacing: -.015em; color: #0A0A0E; line-height: 1.35; }

.facts-grid { display: grid; grid-template-columns: 1fr; }
.facts-grid > .fact:first-child { border-top: 0; padding-top: 0; }
@media (min-width: 480px) {
  .facts-grid { grid-template-columns: 1fr 1fr; column-gap: 1.5rem; }
  .facts-grid > .fact:nth-child(2) { border-top: 0; padding-top: 0; }
}

.tag-chip { display: inline-flex; align-items: center; gap: .35rem; padding: .35rem .7rem; border-radius: 9999px; background: rgba(255,255,255,.12); color: #fff; font-family: Inter, system-ui, sans-serif; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; border: 1px solid rgba(255,255,255,.2); }
.tag-chip-dark { background: #0A0A0E; color: #fff; border: 1px solid #0A0A0E; }
.tag-chip-outline { background: transparent; color: #0A0A0E; border: 1px solid rgba(10,10,14,.2); }

.prose-doc h2 { font-family: 'Inter Tight', sans-serif; font-weight: 700; font-size: 1.55rem; letter-spacing: -.02em; margin-top: 2.5rem; margin-bottom: .85rem; }
.prose-doc h3 { font-family: 'Inter Tight', sans-serif; font-weight: 600; font-size: 1.15rem; letter-spacing: -.015em; margin-top: 1.75rem; margin-bottom: .5rem; }
.prose-doc p { font-size: 1.02rem; line-height: 1.7; color: #3A3A42; margin-bottom: 1rem; }
.prose-doc ul { list-style: disc outside; margin: 0 0 1rem 1.2rem; font-size: 1.02rem; line-height: 1.7; color: #3A3A42; }
.prose-doc ul li { margin-bottom: .35rem; }

.block-link { display: inline-flex; align-items: center; gap: .45rem; font-weight: 600; font-size: .92rem; color: #1E4CF5; }
.block-link svg { transition: transform .3s cubic-bezier(.22,1,.36,1); }
.block-link:hover svg { transform: translateX(4px); }
.block-link-w { color: #fff; }

.cta-strip { background: #16161D; color: #fff; position: relative; overflow: hidden; isolation: isolate; }
.cta-strip > .cta-strip-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.cta-strip > .cta-strip-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .22; mix-blend-mode: luminosity; }
.cta-strip > .cta-strip-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(22,22,29,.72) 0%, rgba(22,22,29,.55) 45%, rgba(22,22,29,.88) 100%); }
.cta-strip > div:not(.cta-strip-bg) { position: relative; z-index: 1; }
.cta-strip h3 { font-family: 'Inter Tight', sans-serif; font-weight: 700; letter-spacing: -.025em; line-height: 1.08; font-size: clamp(1.65rem, 3vw, 2.5rem); }

.brand-badge { display: inline-flex; align-items: center; gap: .55rem; padding: .4rem .8rem; border-radius: 9999px; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.2); }
.brand-badge img { height: 16px; width: auto; }
.brand-badge span { font-family: Inter, system-ui, sans-serif; font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; color: #0A0A0E; }

.brand-badge-dark { background: #fff; border: 1px solid rgba(10,10,14,.12); }
.brand-badge-dark span { color: #6F6F78; }

.feat-icon { width: 44px; height: 44px; border-radius: 10px; background: #F2F0EA; color: #0A0A0E; display: flex; align-items: center; justify-content: center; }
.feat-icon svg { width: 20px; height: 20px; }
.feat-card { padding: 1.5rem 1.75rem; border: 1px solid rgba(10,10,14,.1); border-radius: 6px; background: #fff; transition: border-color .3s, transform .3s; }
.feat-card:hover { border-color: rgba(10,10,14,.3); transform: translateY(-2px); }
.feat-card h4 { font-family: 'Inter Tight', sans-serif; font-weight: 600; font-size: 1.08rem; letter-spacing: -.015em; margin-top: 1rem; color: #0A0A0E; }
.feat-card p { margin-top: .5rem; font-size: .92rem; line-height: 1.6; color: #6F6F78; }

.rounded-feature { background: #fff; border: 1px solid rgba(10,10,14,.08); border-radius: 10px; padding: 1.75rem; }
.rounded-feature-dark { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); }

.video-embed { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 6px; background: #0A0A0E; }
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.nav-dropdown { position: relative; }
.nav-dropdown-trigger { display: inline-flex; align-items: center; gap: .35rem; cursor: pointer; }
.nav-dropdown-chev { transition: transform .3s cubic-bezier(.22,1,.36,1); }
.nav-dropdown:hover .nav-dropdown-chev,
.nav-dropdown:focus-within .nav-dropdown-chev { transform: rotate(180deg); }
.nav-dropdown-menu { position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%) translateY(-6px); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .25s, visibility .25s, transform .3s cubic-bezier(.22,1,.36,1); background: #fff; border: 1px solid rgba(10,10,14,.08); border-radius: 10px; box-shadow: 0 18px 40px rgba(10,10,14,.1); padding: .65rem; min-width: 300px; z-index: 70; }
.nav-dropdown-menu::before { content: ''; position: absolute; top: -16px; left: 0; right: 0; height: 16px; }
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.nav-dropdown-item { display: flex; flex-direction: column; gap: 3px; padding: .7rem .9rem; border-radius: 6px; text-decoration: none; color: inherit; transition: background .22s; }
.nav-dropdown-item:hover { background: #F2F0EA; }
.nav-dropdown-brand { font-family: Inter, system-ui, sans-serif; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; color: #6F6F78; }
.nav-dropdown-name { font-family: 'Inter Tight', sans-serif; font-weight: 600; font-size: .94rem; letter-spacing: -.015em; color: #0A0A0E; }

.mobile-sub { display: flex; flex-direction: column; gap: .75rem; padding-left: 1rem; margin-top: .5rem; border-left: 1px solid rgba(255,255,255,.15); }
.mobile-sub a { font-family: Inter, system-ui, sans-serif; font-size: 1.05rem; font-weight: 500; color: rgba(255,255,255,.75); text-decoration: none; transition: color .2s; }
.mobile-sub a:hover { color: #fff; }

#mobile-menu nav { mask-image: linear-gradient(to bottom, black calc(100% - 28px), transparent 100%); -webkit-mask-image: linear-gradient(to bottom, black calc(100% - 28px), transparent 100%); scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.25) transparent; }
#mobile-menu nav::-webkit-scrollbar { width: 4px; }
#mobile-menu nav::-webkit-scrollbar-track { background: transparent; }
#mobile-menu nav::-webkit-scrollbar-thumb { background: rgba(255,255,255,.25); border-radius: 2px; }
#mobile-menu nav::-webkit-scrollbar-thumb:hover { background: rgba(255,255,255,.45); }

.slide-dots { display: inline-flex; align-items: center; gap: .4rem; }
.slide-dot { width: 6px; height: 6px; border-radius: 9999px; background: rgba(255,255,255,.3); transition: width .35s cubic-bezier(.22,1,.36,1), background .3s; }
.slide-dot.is-active { background: #fff; width: 22px; }

.ref-read-more { display: inline-flex; align-items: center; gap: .3rem; margin-top: .55rem; font-size: .82rem; font-weight: 600; color: #1E4CF5; letter-spacing: -.005em; }
.ref-read-more svg { width: 13px; height: 13px; transition: transform .3s cubic-bezier(.22,1,.36,1); }
a.group:hover .ref-read-more svg,
.ref-card:hover .ref-read-more svg { transform: translateX(4px); }
