@charset "UTF-8";
:root {
  --ink: #131b43;
  --text: #656875;
  --surface: #f5f5f7;
  --orange: #e87515;
  --ease: cubic-bezier(.22,.61,.36,1);
  color: var(--ink);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 64px; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
a, button, summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
img, video { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
::selection { background: #ffe1c7; color: var(--ink); }
:focus-visible { outline: 2px solid #c65c09; outline-offset: 5px; }
[hidden] { display: none !important; }
.container { width: min(1080px, calc(100% - 96px)); margin-inline: auto; }
.section-space { padding-block: clamp(88px, 9vw, 136px); }
h2 { font-size: clamp(2.65rem, 4.7vw, 4.3rem); font-weight: 600; line-height: 1.08; letter-spacing: -.045em; }
.muted { color: #777b87; }
.orange-text { color: var(--orange); }
.skip-link { position: fixed; top: 8px; left: 12px; z-index: 100; background: #fff; padding: 12px 18px; transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.header { position: sticky; top: 0; z-index: 30; background: #ffffffed; border-bottom: 1px solid #131b430c; }
@supports (backdrop-filter: blur(12px)) { .header { background: #ffffffd9; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); } }
.nav-shell { width: min(1160px, calc(100% - 64px)); min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-inline: auto; }
.brand { display: inline-flex; flex-shrink: 0; }
.brand-crop { position: relative; display: block; width: 116px; height: 51px; overflow: hidden; mix-blend-mode: multiply; }
.brand-crop img { position: absolute; width: 282.6px; height: 131.4px; max-width: none; left: -128.8px; top: -20px; }
.navigation { display: flex; align-items: center; gap: 32px; font-size: .875rem; }
.navigation > a:not(.button) { display: inline-flex; align-items: center; min-height: 44px; transition: color .2s; }
.navigation > a:not(.button):hover { color: #bf5908; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 13px 26px; border-radius: 100px; background: var(--ink); color: #fff; font-size: 1rem; line-height: 1.3; font-weight: 500; transition: background .2s; }
.button:hover { background: #2b3769; }
.button.nav-contact { min-height: 36px; padding: 9px 19px; font-size: .875rem; }
.hero { padding-top: clamp(52px, 6vw, 90px); overflow: clip; }
.hero-copy { width: min(860px, calc(100% - 40px)); margin-inline: auto; text-align: center; }
.hero h1 { font-size: clamp(3.35rem, 7.3vw, 6.8rem); font-weight: 600; line-height: 1.02; letter-spacing: -.055em; }
.hero-copy > p { margin-top: 26px; font-size: clamp(1.1rem, 1.7vw, 1.35rem); line-height: 1.5; letter-spacing: -.015em; color: var(--text); }
.text-link { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; color: var(--ink); font-size: 1.0625rem; }
.text-link span { font-size: 1.55em; line-height: .7; transition: transform .25s var(--ease); }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.text-link:hover span { transform: translateX(3px); }
.hero .text-link { margin-top: 17px; }
.hero-art { position: relative; width: min(860px, 100%); aspect-ratio: 3 / 2; margin: -5px auto 14px; isolation: isolate; background: #fff; }
.ribbon { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; filter: brightness(1.03); -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent), linear-gradient(0deg, transparent, #000 7%, #000 95%, transparent); -webkit-mask-composite: source-in; mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent), linear-gradient(0deg, transparent, #000 7%, #000 95%, transparent); mask-composite: intersect; }
.ribbon-video { opacity: 0; background: #fff; pointer-events: none; transition: opacity .2s; }
.ribbon-video.is-ready { opacity: 1; }
.ribbon-control { position: absolute; right: 28px; bottom: 28px; display: grid; place-items: center; width: 36px; height: 36px; padding: 0; border: 1px solid #131b4312; border-radius: 50%; background: #f5f5f7; color: #727681; z-index: 2; transition: background .2s; }
.ribbon-control:hover { background: #e8e9ed; }
.ribbon-control .play-icon, .ribbon-control.is-paused .pause-icon { display: none; }
.ribbon-control.is-paused .play-icon { display: block; }
.services { background: var(--surface); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 58px; margin-top: 70px; }
.service h3 { font-size: 1.6rem; font-weight: 600; letter-spacing: -.035em; line-height: 1.2; }
.service p { margin-top: 18px; font-size: 1.0625rem; line-height: 1.65; color: var(--text); max-width: 310px; }
.support { color: #fff; background: radial-gradient(ellipse at 15% 12%, rgba(52,82,137,.3), transparent 62%), radial-gradient(ellipse at 95% 100%, rgba(255,155,71,.045), transparent 55%), #10162d; }
.support-layout { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 100px; }
.eyebrow { font-size: .9375rem; line-height: 1.5; color: #b5b9c6; margin-bottom: 27px; }
.support h2 span { color: #ff9b47; }
.support-copy p { color: #c1c5d1; font-size: 1.1875rem; line-height: 1.65; letter-spacing: -.01em; }
.support .text-link { color: #fff; margin-top: 22px; }
.contact { text-align: center; padding-block: clamp(96px, 10vw, 150px); }
.contact h2 { font-size: clamp(3rem, 5.8vw, 5.25rem); }
.contact p { margin-top: 24px; color: var(--text); font-size: 1.1875rem; line-height: 1.6; }
.contact-actions { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 30px; margin-top: 32px; }
.phone-link { display: inline-flex; align-items: center; min-height: 44px; font-size: 1.0625rem; white-space: nowrap; }
.phone-link:hover, .email-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.email-link { display: inline-block; margin-top: 24px; padding: 6px; color: var(--text); font-size: .9375rem; }
.footer { background: var(--surface); color: #6b6e79; font-size: .8125rem; line-height: 1.6; }
.footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 16px; padding-block: 24px; }
.company-details { max-width: 540px; }
.company-details summary { list-style: none; cursor: pointer; text-align: right; padding-block: 4px; }
.company-details summary::-webkit-details-marker { display: none; }
.company-details summary:hover { color: var(--ink); }
.company-details[open] summary { color: var(--ink); }
.company-details > div { padding-top: 16px; }
.company-details p + p { margin-top: 9px; }
.company-details a:hover { text-decoration: underline; }
.motion-ready .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.motion-ready .reveal.visible { opacity: 1; transform: none; }
.cursor-layer { position: fixed; inset: 0; z-index: 60; pointer-events: none; overflow: hidden; }
.cursor-effect { position: absolute; top: 0; left: 0; width: 0; height: 0; opacity: 0; transition: opacity .2s; will-change: transform; }
.cursor-effect.is-visible { opacity: 1; }
.cursor-effect::before { content: ""; position: absolute; left: -120px; top: -120px; width: 240px; height: 240px; border-radius: 50%; background: radial-gradient(circle at 40% 40%, rgba(247,126,22,.12), transparent 63%), radial-gradient(circle at 65% 65%, rgba(66,107,180,.075), transparent 65%); }
.cursor-effect::after { content: ""; position: absolute; left: -18px; top: -18px; width: 36px; height: 36px; border: 1px solid rgba(247,126,22,.65); border-radius: 50%; background: rgba(247,126,22,.025); box-shadow: 0 0 14px rgba(247,126,22,.07); transition: transform .3s var(--ease), background .3s, border-color .3s; }
.cursor-effect.is-interactive::after { transform: scale(1.6); background: rgba(247,126,22,.07); border-color: rgba(247,126,22,.85); }
.cursor-effect.is-pressed::after { transform: scale(.75); background: rgba(247,126,22,.14); }
@media (min-width: 801px) { .service:nth-child(2) { transition-delay: .06s; } .service:nth-child(3) { transition-delay: .12s; } }
@media (max-width: 800px) {
  .container { width: calc(100% - 56px); }
  .service-grid { gap: 30px; margin-top: 50px; }
  .service h3 { font-size: 1.3rem; }
  .service p { font-size: 1rem; }
  .support-layout { gap: 40px; }
  .support-copy p { font-size: 1.0625rem; }
  .hero-art { width: min(760px, 100%); }
}
@media (max-width: 600px) {
  html { scroll-padding-top: 60px; }
  .container { width: calc(100% - 48px); }
  .nav-shell { width: calc(100% - 32px); min-height: 60px; gap: 16px; }
  .navigation { gap: 18px; }
  .navigation .nav-support { display: none; }
  .button.nav-contact { padding: 9px 16px; }
  .hero { padding-top: 52px; }
  .hero h1 { font-size: clamp(3rem, 11.5vw, 4.25rem); }
  .hero-copy > p { max-width: 320px; margin: 24px auto 0; font-size: 1.0625rem; }
  .desktop-break { display: none; }
  .hero .text-link { font-size: 1rem; margin-top: 13px; }
  .hero-art { width: 110%; max-width: none; margin: 4px -5% 10px; }
  .ribbon-control { right: 9%; bottom: 14px; width: 36px; height: 36px; }
  .service-grid { grid-template-columns: 1fr; gap: 36px; margin-top: 46px; }
  .service h3 { font-size: 1.5rem; }
  .service p { margin-top: 12px; max-width: 360px; font-size: 1.0625rem; }
  .support-layout { grid-template-columns: 1fr; gap: 32px; }
  .support h2 { font-size: clamp(2.5rem, 10vw, 3.15rem); }
  .support-copy { max-width: 370px; }
  .eyebrow { margin-bottom: 23px; }
  .contact p { font-size: 1.0625rem; }
  .contact-actions { gap: 24px; }
  .footer-inner { gap: 12px; }
  .company-details { max-width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .motion-ready .reveal { opacity: 1; transform: none; }
  .ribbon-video, .ribbon-control, .cursor-layer { display: none !important; }
}
