:root {
  --bg: #050a12;
  --bg-soft: #08111f;
  --bg-card: #0c1727;
  --bg-card-2: #0f1d31;
  --white: #f8fbff;
  --text: #dbe6f4;
  --muted: #91a3b8;
  --blue: #4b8cff;
  --blue-2: #6eb7ff;
  --line: rgba(142, 174, 214, .16);
  --line-strong: rgba(96, 159, 255, .34);
  --shadow: 0 24px 70px rgba(0, 7, 20, .36);
  --radius: 22px;
  --container: 1180px;
  --header: 82px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 80% 8%, rgba(44, 111, 255, .13), transparent 28%),
    radial-gradient(circle at 8% 42%, rgba(18, 93, 216, .09), transparent 30%),
    linear-gradient(180deg, #050a12 0%, #06101d 48%, #050a12 100%);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: .18;
  background-image:
    linear-gradient(rgba(111, 176, 255, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(111, 176, 255, .07) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--white); line-height: 1.12; letter-spacing: -.035em; }
p { color: var(--muted); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 10px 14px; color: #04101e; background: #fff; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: var(--header);
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled {
  background: rgba(5, 10, 18, .84);
  border-color: var(--line);
  box-shadow: 0 10px 40px rgba(0, 6, 18, .28);
  backdrop-filter: blur(18px);
}
.navbar { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.identity { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.identity-mark {
  width: 43px; height: 43px; display: grid; place-items: center; overflow: hidden;
  border: 1px solid rgba(110, 183, 255, .48); border-radius: 13px;
  color: var(--white); background: linear-gradient(145deg, #071321, #0e2037);
  font-weight: 800; letter-spacing: -.04em; box-shadow: inset 0 0 22px rgba(54, 129, 255, .08);
}
.identity-mark img { width: 100%; height: 100%; object-fit: contain; padding: 6px; }
.identity-name { color: var(--white); font-size: 14px; font-weight: 760; letter-spacing: -.015em; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { color: #c5d2e2; font-size: 13px; font-weight: 650; transition: color .2s ease; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--white); }
.nav-cta { padding: 11px 16px; border: 1px solid var(--line-strong); border-radius: 12px; background: rgba(13, 29, 49, .68); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line-strong); border-radius: 13px; background: rgba(9, 22, 39, .8); }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { display: block; width: 19px; height: 2px; margin: auto; border-radius: 99px; background: #fff; content: ""; transition: .25s; }
.nav-toggle span::before { transform: translateY(-6px); }
.nav-toggle span::after { transform: translateY(4px); }
.nav-open .nav-toggle span { background: transparent; }
.nav-open .nav-toggle span::before { transform: translateY(0) rotate(45deg); }
.nav-open .nav-toggle span::after { transform: translateY(-2px) rotate(-45deg); }

.hero { position: relative; overflow: hidden; padding: calc(var(--header) + 72px) 0 80px; }
.hero::after {
  content: ""; position: absolute; width: 620px; height: 620px; right: -220px; top: 40px;
  border: 1px solid rgba(65, 137, 255, .17); border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(44, 111, 255, .018), 0 0 130px rgba(36, 112, 255, .12);
  pointer-events: none;
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 76px; min-height: 640px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--blue-2); font-size: 11px; font-weight: 760; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 1px; background: currentColor; }
.hero h1 { max-width: 650px; margin-bottom: 24px; font-size: clamp(56px, 6.6vw, 88px); font-weight: 760; letter-spacing: -.055em; }
.hero h1 .accent { display: block; min-height: 1.12em; color: var(--blue-2); text-shadow: 0 0 34px rgba(63, 135, 255, .22); transition: opacity .22s ease, transform .22s ease; }
.hero h1 .accent.is-changing { opacity: 0; transform: translateY(10px); }
.hero-desc { max-width: 650px; margin-bottom: 30px; color: #a8b8ca; font-size: 16px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 19px; border: 1px solid transparent; border-radius: 12px; font-size: 13px; font-weight: 720; transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, #2f72eb, #4b9aff); box-shadow: 0 14px 34px rgba(39, 115, 255, .26); }
.btn-outline { color: #eff6ff; border-color: var(--line-strong); background: rgba(9, 21, 36, .58); }
.hero-visual { position: relative; width: min(100%, 440px); justify-self: center; }
.portrait-shell { position: relative; padding: 14px; border: 1px solid rgba(87, 157, 255, .32); border-radius: 27px; background: linear-gradient(145deg, rgba(18, 41, 70, .82), rgba(7, 17, 30, .94)); box-shadow: var(--shadow), 0 0 70px rgba(37, 111, 255, .12); }
.portrait-shell::before { content: ""; position: absolute; inset: -1px; z-index: -1; border-radius: inherit; background: linear-gradient(145deg, rgba(98, 172, 255, .26), transparent 44%); filter: blur(12px); }
.portrait-media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; border-radius: 18px; background: radial-gradient(circle at 50% 28%, rgba(63, 133, 242, .28), transparent 38%), #0b1625; }
.portrait-media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.status-pill { position: absolute; right: 14px; top: 14px; padding: 8px 10px; border: 1px solid rgba(101, 172, 255, .26); border-radius: 999px; color: #dcecff; background: rgba(4, 12, 23, .78); backdrop-filter: blur(12px); font-size: 10px; font-weight: 700; }
.status-pill::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #58d8a6; box-shadow: 0 0 12px #58d8a6; }
.portrait-caption { position: absolute; left: 16px; right: 16px; bottom: 16px; padding: 15px 16px; border: 1px solid rgba(119, 175, 255, .23); border-radius: 14px; background: rgba(5, 13, 24, .83); backdrop-filter: blur(14px); }
.portrait-caption strong { display: block; color: #fff; font-size: 14px; }
.portrait-caption span { display: block; margin-top: 2px; color: #9db0c7; font-size: 11px; }
.expertise-bar { position: relative; z-index: 2; display: flex; align-items: center; gap: 24px; overflow-x: auto; margin-top: 24px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; background: rgba(7, 18, 32, .64); scrollbar-width: none; }
.expertise-bar::-webkit-scrollbar { display: none; }
.expertise-title { color: var(--blue-2); font-size: 10px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.expertise-items { display: flex; gap: 24px; min-width: max-content; }
.expertise-items span { color: #a8b6c8; font-size: 11px; white-space: nowrap; }
.expertise-items span::before { content: "•"; margin-right: 8px; color: var(--blue); }

.section { position: relative; padding: 100px 0; border-top: 1px solid rgba(109, 150, 199, .09); }
.section-soft { background: linear-gradient(180deg, rgba(8, 18, 32, .5), rgba(6, 13, 23, .2)); }
.section-head { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 54px; margin-bottom: 42px; }
.section-head h2, .about-copy h2 { margin-bottom: 0; font-size: clamp(38px, 4.6vw, 62px); font-weight: 740; }
.section-head p { max-width: 520px; margin-bottom: 4px; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { min-height: 260px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(14, 29, 49, .92), rgba(7, 17, 30, .92)); box-shadow: 0 16px 46px rgba(0, 7, 19, .18); transition: transform .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: var(--line-strong); }
.service-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 42px; border: 1px solid rgba(79, 151, 255, .24); border-radius: 13px; color: var(--blue-2); background: rgba(47, 113, 235, .09); }
.service-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin-bottom: 12px; font-size: 20px; }
.service-card p { margin-bottom: 0; font-size: 13px; }
.about-grid { display: grid; grid-template-columns: 1fr .86fr; gap: 76px; align-items: center; }
.about-copy .lead { color: #d9e5f3; font-size: 19px; }
.about-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.point-card { padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: rgba(11, 25, 43, .72); }
.point-card strong { display: block; margin-bottom: 7px; color: #fff; font-size: 17px; }
.point-card span { color: var(--muted); font-size: 12px; }
.brands-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.brand-card { min-height: 330px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(14, 29, 49, .9), rgba(7, 17, 30, .94)); transition: transform .25s ease, border-color .25s ease; }
.brand-card:hover { transform: translateY(-5px); border-color: var(--line-strong); }
.brand-card-top, .brand-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand-mark { width: 50px; height: 50px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(104, 168, 255, .29); border-radius: 14px; background: rgba(33, 83, 151, .1); }
.brand-mark img { width: 100%; height: 100%; padding: 7px; object-fit: contain; }
.brand-mark b { color: #fff; font-size: 14px; }
.brand-number { color: #536981; font-size: 10px; font-weight: 700; }
.brand-card-body { flex: 1; padding: 36px 0 28px; }
.brand-category { display: block; margin-bottom: 10px; color: var(--blue-2); font-size: 10px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.brand-card h3 { margin-bottom: 12px; font-size: 24px; }
.brand-card p { margin-bottom: 0; font-size: 13px; }
.brand-card-bottom { color: #94a5b9; font-size: 10px; }
.brand-link { color: #73b7ff; font-weight: 700; }
.brand-link span { margin-left: 3px; }
.quote-panel { position: relative; overflow: hidden; padding: 60px; border: 1px solid rgba(91, 155, 255, .23); border-radius: 26px; background: linear-gradient(135deg, rgba(11, 27, 47, .95), rgba(5, 14, 26, .96)); box-shadow: var(--shadow); }
.quote-panel::after { content: ""; position: absolute; width: 330px; height: 330px; right: -140px; bottom: -180px; border: 1px solid rgba(65, 139, 255, .24); border-radius: 50%; box-shadow: 0 0 0 54px rgba(42, 113, 255, .025); }
.quote-panel blockquote { position: relative; z-index: 2; max-width: 860px; margin: 0 0 20px; color: #fff; font-size: clamp(34px, 4.2vw, 56px); font-weight: 720; line-height: 1.12; letter-spacing: -.045em; }
.quote-panel blockquote span { color: var(--blue-2); }
.quote-panel cite { position: relative; z-index: 2; color: #91a2b5; font-style: normal; font-size: 12px; }
.cta-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; padding: 48px; border: 1px solid var(--line); border-radius: 24px; background: rgba(10, 23, 40, .75); }
.cta-panel h2 { margin-bottom: 10px; font-size: clamp(34px, 4vw, 52px); }
.cta-panel p { margin-bottom: 0; }

.page-hero { padding: calc(var(--header) + 88px) 0 84px; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 880px; margin-bottom: 18px; font-size: clamp(52px, 6.5vw, 82px); font-weight: 760; }
.page-hero h1 span { color: var(--blue-2); }
.page-hero p { max-width: 720px; margin-bottom: 0; }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; }
.story-grid h2 { font-size: clamp(38px, 4.6vw, 60px); }
.timeline { display: grid; gap: 14px; }
.timeline-item { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(10, 23, 40, .72); }
.timeline-no { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(91, 155, 255, .25); border-radius: 13px; color: var(--blue-2); background: rgba(43, 106, 218, .09); font-weight: 760; }
.timeline-item h3 { margin-bottom: 7px; font-size: 19px; }
.timeline-item p { margin-bottom: 0; font-size: 13px; }
.all-brands-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 18px; }
.contact-card, .form-card { padding: 32px; border: 1px solid var(--line); border-radius: 22px; background: rgba(10, 23, 40, .78); }
.contact-card h2, .form-card h2 { font-size: 34px; }
.contact-list { display: grid; gap: 12px; margin: 28px 0; }
.contact-item { padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: rgba(5, 15, 27, .55); }
.contact-item small { display: block; color: var(--blue-2); font-size: 9px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.contact-item strong { display: block; margin-top: 3px; color: #fff; font-size: 13px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: #d8e3f1; font-size: 11px; font-weight: 700; }
.field input, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 13px 14px; color: #fff; background: rgba(4, 13, 24, .72); outline: none; }
.field input:focus, .field textarea:focus { border-color: rgba(85, 155, 255, .75); box-shadow: 0 0 0 4px rgba(57, 126, 255, .1); }
.field textarea { min-height: 150px; resize: vertical; }
.hp { position: absolute !important; left: -9999px !important; }
.social-row { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.social-link { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 12px; color: #ddebff; background: rgba(11, 25, 43, .72); transition: transform .2s ease, color .2s ease, border-color .2s ease; }
.social-link:hover { transform: translateY(-2px); color: var(--blue-2); border-color: rgba(99, 169, 255, .72); }
.social-link.is-disabled { opacity: .42; cursor: not-allowed; }
.social-link svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.social-link svg path[fill] { stroke: none; fill: currentColor; }

.site-footer { padding: 72px 0 24px; border-top: 1px solid var(--line); background: rgba(3, 8, 15, .78); }
.footer-top { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 48px; padding-bottom: 46px; }
.footer-title { max-width: 620px; margin: 20px 0 12px; font-size: clamp(34px, 4vw, 50px); }
.footer-copy { max-width: 620px; margin-bottom: 0; }
.footer-right { display: grid; justify-items: end; gap: 14px; }
.footer-right small { color: #7f91a6; font-size: 10px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid var(--line); color: #71849a; font-size: 11px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .hero-grid { gap: 42px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { gap: 44px; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  :root { --header: 72px; }
  .nav-toggle { display: block; }
  .nav-links { position: fixed; inset: var(--header) 0 0; z-index: 999; display: flex; flex-direction: column; align-items: stretch; gap: 4px; padding: 24px; background: rgba(4, 10, 18, .97); transform: translateX(100%); transition: transform .3s ease; }
  .nav-open .nav-links { transform: none; }
  .nav-links a { padding: 14px 4px; border-bottom: 1px solid var(--line); font-size: 16px; }
  .nav-cta { margin-top: 14px; text-align: center; }
  .hero { padding-top: calc(var(--header) + 56px); }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(100%, 480px); justify-self: start; }
  .section { padding: 82px 0; }
  .section-head, .about-grid, .story-grid { grid-template-columns: 1fr; }
  .section-head { gap: 20px; }
  .brands-grid, .all-brands-grid { grid-template-columns: 1fr; }
  .cta-panel, .footer-top { grid-template-columns: 1fr; }
  .footer-right { justify-items: start; }
}
@media (max-width: 620px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .identity-name { font-size: 13px; }
  .hero { padding-bottom: 62px; }
  .hero-grid { gap: 40px; }
  .hero h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero-desc { font-size: 14px; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .status-pill { right: 10px; top: 10px; font-size: 8px; }
  .expertise-bar { padding: 14px 15px; }
  .section { padding: 68px 0; }
  .section-head h2, .about-copy h2 { font-size: 38px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .service-icon { margin-bottom: 28px; }
  .about-points { grid-template-columns: 1fr; }
  .quote-panel { padding: 38px 24px; }
  .quote-panel blockquote { font-size: 34px; }
  .cta-panel { padding: 32px 24px; }
  .page-hero h1 { font-size: 48px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .contact-card, .form-card { padding: 24px; }
  .footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
