@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("assets/fonts/SpaceGrotesk-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("assets/fonts/SpaceGrotesk-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/Inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/Inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --navy: #020b16;
  --navy-2: #041423;
  --navy-3: #071d31;
  --white: #f5f7fa;
  --paper: #eef2f6;
  --ink: #05111e;
  --orange: #ff7a00;
  --orange-bright: #ff8d21;
  --orange-soft: #ffb066;
  --orange-deep: #e06400;
  --accent-rgb: 255, 122, 0;
  --blue: #27a8ff;
  --line: rgba(245, 247, 250, 0.16);
  --ot-zoom: 1;
  --wrap: min(calc(92vw / var(--ot-zoom)), 1440px);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* colour schemes (accent swap, selected from the navbar picker) */
html[data-theme="midnight"] {
  --orange: #6d8bff;
  --orange-bright: #87a0ff;
  --orange-soft: #b3c2ff;
  --orange-deep: #4a63d8;
  --accent-rgb: 109, 139, 255;
}
html[data-theme="ocean"] {
  --orange: #23cdb9;
  --orange-bright: #3fdccb;
  --orange-soft: #8ceadf;
  --orange-deep: #12a294;
  --accent-rgb: 35, 205, 185;
}
html[data-theme="crimson"] {
  --orange: #ff5f52;
  --orange-bright: #ff7c70;
  --orange-soft: #ffaba2;
  --orange-deep: #d84237;
  --accent-rgb: 255, 95, 82;
}
html[data-theme="forest"] {
  --orange: #63d637;
  --orange-bright: #7ce353;
  --orange-soft: #abee90;
  --orange-deep: #45ab20;
  --accent-rgb: 99, 214, 55;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--navy); }
body {
  margin: 0;
  color: var(--white);
  background: var(--navy);
  font-family: "Space Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
::selection { background: var(--orange); color: #06101a; }
body.is-loading { overflow: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
/* images carry intrinsic width/height attributes for layout-shift prevention;
   keep the rendered height following the CSS width, not the attribute */
img[width][height] { height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.wrap { width: var(--wrap); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 1000; left: 16px; top: 12px; transform: translateY(-160%);
  background: var(--orange); color: #06101a; padding: 12px 16px; font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }
.eyebrow {
  margin: 0 0 22px; text-transform: uppercase; letter-spacing: .18em;
  font-family: "Inter", "Space Grotesk", sans-serif;
  font-size: 13px; font-weight: 700;
}
.eyebrow::before { content: ""; display: inline-block; width: 34px; height: 2px; margin: 0 14px 3px 0; background: var(--orange); }
.button {
  min-height: 48px; display: inline-flex; align-items: center; justify-content: center;
  padding: 0 22px; border: 1px solid var(--orange); background: var(--orange); color: #08111a;
  font-family: "Inter", "Space Grotesk", sans-serif;
  text-transform: uppercase; letter-spacing: .09em; font-size: 13px; font-weight: 700;
  transition: color .3s ease, background .3s ease, transform .3s var(--ease);
}
.button:hover { background: transparent; color: var(--white); transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, .desktop-nav a:focus-visible, .menu-toggle:focus-visible {
  outline: 2px solid var(--orange); outline-offset: 4px;
}
.button--small { min-height: 40px; padding-inline: 18px; }
.text-link {
  min-height: 48px; display: inline-flex; align-items: center; gap: 9px;
  font-family: "Inter", "Space Grotesk", sans-serif;
  text-transform: uppercase; letter-spacing: .09em; font-size: 13px; font-weight: 700;
}
.text-link span { color: var(--orange); transition: transform .3s var(--ease); }
.text-link:hover span { transform: translate(4px, -4px); }

.loader {
  position: fixed; inset: 0; z-index: 999; display: grid; place-items: center;
  background: var(--navy); transition: opacity .8s var(--ease), visibility .8s;
}
.loader::before {
  content: ""; position: absolute; inset: 0; opacity: .25;
  background: radial-gradient(circle at 50% 42%, rgba(39,168,255,.12), transparent 34%);
}
.loader.is-complete { opacity: 0; visibility: hidden; pointer-events: none; }
.loader__inner { position: relative; width: min(330px, 75vw); text-align: center; }
.loader__inner img { width: 132px; margin: 0 auto 34px; }
.loader__label { margin-bottom: 8px; }
.loader__label::before { display: none; }
.loader__percent { margin: 0 0 22px; font-size: clamp(42px, 7vw, 70px); font-weight: 300; letter-spacing: -.03em; }
.loader__track { height: 1px; background: rgba(255,255,255,.14); overflow: hidden; }
.loader__track span { display: block; width: 0; height: 100%; background: var(--orange); box-shadow: 0 0 18px rgba(var(--accent-rgb), .7); transition: width .18s linear; }

.site-header {
  position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 84px;
  display: flex; align-items: center; justify-content: space-between; padding: 10px 4vw;
  border-bottom: 1px solid transparent; transition: height .35s ease, background .35s ease, border-color .35s ease;
}
.site-header.is-scrolled { height: 68px; background: rgba(2,11,22,.84); border-color: var(--line); backdrop-filter: blur(18px); }
.brand { width: 100px; height: 62px; display: grid; place-items: center; overflow: hidden; }
.brand img { width: 92px; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 42px); }
.desktop-nav > a:not(.button), .nav-drop > a {
  position: relative; padding-bottom: 6px;
  font-family: "Inter", "Space Grotesk", sans-serif;
  text-transform: uppercase; letter-spacing: .09em; font-size: 15px; font-weight: 600; color: rgba(245,247,250,.92);
  transition: color .25s ease;
}
.desktop-nav > a:not(.button)::after, .nav-drop > a::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px;
  background: var(--orange); transform: scaleX(0); transform-origin: left;
  transition: transform .35s var(--ease);
}
.desktop-nav > a:not(.button):hover, .nav-drop > a:hover { color: var(--white); }
.desktop-nav > a:not(.button):hover::after, .nav-drop > a:hover::after,
.desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }

.nav-drop { position: relative; }
.nav-drop > a { display: block; }
.nav-drop__caret { display: inline-block; margin-left: 7px; vertical-align: 1px; opacity: .7; transition: transform .25s var(--ease), opacity .25s ease; }
.nav-drop:hover > a .nav-drop__caret, .nav-drop:focus-within > a .nav-drop__caret { transform: rotate(180deg); opacity: 1; }
.nav-drop:hover > a, .nav-drop:focus-within > a { color: var(--white); }
.nav-drop:hover > a::after, .nav-drop:focus-within > a::after { transform: scaleX(1); }
.nav-drop__menu {
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  min-width: 258px;
  border-top: 14px solid transparent;
  background-clip: padding-box;
  border-radius: 14px;
  background-color: rgba(3, 12, 22, .96);
  box-shadow: inset 0 0 0 1px var(--line), 0 26px 60px rgba(0, 0, 0, .5);
  backdrop-filter: blur(18px);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .28s var(--ease), transform .28s var(--ease), visibility 0s linear .28s;
}
.nav-drop:hover .nav-drop__menu, .nav-drop:focus-within .nav-drop__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition-delay: 0s;
}
.nav-drop__menu a {
  display: block;
  padding: 12px 16px;
  border-radius: 8px;
  color: rgba(245, 247, 250, .92);
  font-family: "Inter", "Space Grotesk", sans-serif;
  letter-spacing: .01em;
  font-size: 17px;
  font-weight: 500;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease, padding-left .2s ease;
}
.nav-drop__menu a:hover, .nav-drop__menu a:focus-visible { color: var(--white); background: rgba(255, 255, 255, .08); padding-left: 20px; }
.nav-drop__all { margin-top: 6px; border-top: 1px solid var(--line); border-radius: 0 0 8px 8px !important; color: var(--orange) !important; font-weight: 600 !important; }
.nav-drop__all span { transition: transform .2s ease; display: inline-block; }
.nav-drop__all:hover span { transform: translateX(3px); }
.menu-toggle, .mobile-menu { display: none; }

.header-contact { display: flex; align-items: center; gap: 18px; }
.header-contact a {
  font-family: "Inter", "Space Grotesk", sans-serif;
  letter-spacing: .04em;
  font-size: 15px;
  font-weight: 600;
  color: rgba(245, 247, 250, .92);
  white-space: nowrap;
  transition: color .25s ease;
}
.header-contact a:hover, .header-contact a:focus-visible { color: var(--orange); }
.header-contact a + a { padding-left: 18px; border-left: 1px solid var(--line); }
@media (max-width: 1240px) { .header-contact { display: none; } }

.floating-contact {
  position: fixed;
  z-index: 96;
  top: 104px;
  right: 4vw;
  min-height: 46px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 999px;
  background: rgba(var(--accent-rgb), .94);
  color: var(--white);
  box-shadow: 0 14px 38px rgba(0, 0, 0, .3);
  backdrop-filter: blur(14px);
  font-family: "Inter", "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: 13px;
  font-weight: 700;
  transition: transform .25s var(--ease), background .25s var(--ease), box-shadow .25s var(--ease);
}
.floating-contact:hover { transform: translateY(-2px); background: var(--orange-bright); box-shadow: 0 18px 46px rgba(0, 0, 0, .38); }
.floating-contact:focus-visible { outline: 2px solid var(--white); outline-offset: 4px; }
.floating-contact.is-current { background: rgba(4, 20, 35, .88); }

.sequence { position: relative; height: 440vh; background: var(--navy); }
.sequence--connect { height: 520vh; }
.sequence--reverse { height: 420vh; }
.sequence--business { height: 400vh; }
.autoplay-hero { height: 100svh; min-height: 680px; }
.autoplay-hero .sticky-stage { position: relative; }
.autoplay-hero .sequence__video { display: block; }
.autoplay-hero .hero-copy { opacity: 1; }
.autoplay-hero .cinema-vignette {
  background:
    linear-gradient(90deg, rgba(2,11,22,.98), rgba(2,11,22,.76) 38%, rgba(2,11,22,.12) 70%, rgba(2,11,22,.42)),
    linear-gradient(0deg, rgba(2,11,22,.74), transparent 40%, rgba(2,11,22,.26));
}
.sticky-stage { position: sticky; top: 0; height: 100vh; min-height: 620px; overflow: hidden; isolation: isolate; }
.sequence__canvas, .sequence__video, .fallback-environment {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.sequence__canvas { z-index: -4; contain: strict; }
.sequence__video { display: none; z-index: -4; }
.fallback-product {
  position: absolute; z-index: -5; inset: 0; display: grid; place-items: center;
  background: radial-gradient(circle at 66% 50%, #0e2e47 0, #041423 28%, #020b16 68%);
}
.fallback-product img { width: min(58vw, 850px); margin-left: 24vw; filter: drop-shadow(0 30px 70px rgba(0,0,0,.6)); }
.fallback-environment { z-index: -5; background: url("assets/images/hospitality.png") center / cover no-repeat; }
.cinema-vignette {
  position: absolute; z-index: -2; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, rgba(2,11,22,.92), rgba(2,11,22,.22) 44%, rgba(2,11,22,.15) 68%, rgba(2,11,22,.58)),
    linear-gradient(0deg, rgba(2,11,22,.72), transparent 38%, rgba(2,11,22,.2));
}
.sequence--connect .cinema-vignette {
  background:
    linear-gradient(90deg, rgba(2,11,22,.9) 0%, rgba(2,11,22,.52) 26%, transparent 43%, transparent 82%, rgba(2,11,22,.16) 100%),
    linear-gradient(0deg, rgba(2,11,22,.28), transparent 28%, rgba(2,11,22,.08));
}
.particle-field { position: absolute; z-index: -1; inset: 0; pointer-events: none; opacity: .65; }
.particle-field i {
  position: absolute; width: 2px; height: 2px; border-radius: 50%; background: var(--orange);
  box-shadow: 0 0 10px var(--orange); animation: drift 8s linear infinite;
}
@keyframes drift { from { transform: translate3d(0, 40px, 0); opacity: 0; } 25% { opacity: .8; } to { transform: translate3d(30px, -120px, 0); opacity: 0; } }
.hero-copy { position: absolute; left: 4vw; top: 50%; width: min(620px, 47vw); transform: translateY(-46%); opacity: calc(1 - var(--hero-progress, 0) * 1.8); }
.hero-copy h1 {
  margin: 0; font-size: clamp(62px, 7.8vw, 132px); line-height: .84; letter-spacing: -.045em;
  text-transform: uppercase; font-weight: 700;
}
.hero-copy h1 span { color: var(--orange); }
.hero-copy__support { margin: 30px 0 32px; font-size: clamp(18px, 1.35vw, 21px); color: rgba(245,247,250,.72); }
.hero-copy__actions { display: flex; align-items: center; gap: 26px; }
.scroll-cue {
  position: absolute; left: 4vw; bottom: 28px; margin: 0; display: flex; align-items: center; gap: 12px;
  text-transform: uppercase; letter-spacing: .16em; font-size: 11px; color: rgba(245,247,250,.75);
}
.scroll-cue span { position: relative; width: 42px; height: 1px; overflow: hidden; background: rgba(245,247,250,.2); }
.scroll-cue span::after { content: ""; position: absolute; inset: 0; background: var(--orange); animation: scan 1.8s ease-in-out infinite; }
@keyframes scan { from { transform: translateX(-105%); } to { transform: translateX(105%); } }
.chapter-index { position: absolute; right: 4vw; bottom: 28px; margin: 0; color: rgba(245,247,250,.7); font-weight: 700; font-size: 11px; line-height: 1; letter-spacing: .15em; text-transform: uppercase; }

.manifesto { height: 430vh; background: var(--white); color: var(--ink); }
.manifesto__sticky { position: sticky; top: 0; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; }
.manifesto__phrases p {
  margin: 0; text-transform: uppercase; font-size: clamp(50px, 7.3vw, 115px); line-height: .88;
  letter-spacing: -.04em; font-weight: 700; color: rgba(5,17,30,.12); transition: color .35s ease, transform .5s var(--ease);
}
.manifesto__phrases p.is-active { color: var(--ink); transform: translateX(1.5vw); }
.manifesto__phrases p.accent.is-active { color: var(--orange); }

.places-showcase { position: relative; padding: 0; overflow: visible; background: var(--navy); }
.place-slider { position: relative; z-index: 2; width: 100%; margin-inline: auto; }
.place-slider__viewport { position: relative; height: auto; min-height: 0; overflow: visible; }
.place-slide {
  position: relative;
  width: 100%;
  min-height: 100svh;
  margin: 0;
  padding: 8vw max(4vw, calc((100vw - 1440px) / 2));
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: center;
  gap: 6vw;
  overflow: hidden;
  isolation: isolate;
  border-top: 1px solid rgba(245,247,250,.13);
  background: linear-gradient(145deg, #020b16, #071d31 62%, #020b16);
  color: var(--white);
}
.place-slide:nth-child(even) { grid-template-columns: 1.28fr .72fr; background: var(--paper); color: var(--ink); border-color: rgba(5,17,30,.12); }
.place-slide__video {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #071726;
  border: 1px solid rgba(245,247,250,.2);
  box-shadow: 0 38px 90px rgba(0,0,0,.36);
  transform: scale(.985);
  transition: transform 1.1s var(--ease), filter .65s ease;
  filter: saturate(.86) brightness(.78);
}
.place-slide:nth-child(even) .place-slide__video { grid-column: 1; border-color: rgba(5,17,30,.14); }
.place-slide.is-active .place-slide__video { transform: scale(1); filter: saturate(1) brightness(1); }
.place-slide__shade { display: none; }
.place-slide__copy { position: relative; grid-column: 1; grid-row: 1; width: 100%; }
.place-slide:nth-child(even) .place-slide__copy { grid-column: 2; }
.place-slide__copy > span { display: block; margin-bottom: 20px; color: var(--orange); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 800; }
.place-slide__copy h3 { margin: 0; font-size: clamp(44px, 4.8vw, 80px); line-height: .9; letter-spacing: -.035em; text-transform: uppercase; }
.place-slide__copy p { max-width: 620px; margin: 28px 0 30px; color: rgba(245,247,250,.7); font-size: clamp(18px, 1.25vw, 19px); }
.place-slide__copy > div { display: flex; flex-wrap: wrap; gap: 8px; }
.place-slide__copy b { padding: 8px 12px; border: 1px solid rgba(245,247,250,.24); color: rgba(245,247,250,.84); text-transform: uppercase; letter-spacing: .1em; font-size: 12px; }
.place-slide:nth-child(even) .place-slide__copy p { color: rgba(5,17,30,.68); }
.place-slide:nth-child(even) .place-slide__copy b { border-color: rgba(5,17,30,.2); color: rgba(5,17,30,.72); }

.services-deep { background: var(--paper); color: var(--ink); }
.services-deep__intro {
  min-height: 92vh;
  padding-block: 12vw;
  display: grid;
  grid-template-columns: 1.25fr .55fr;
  gap: 9vw;
  align-items: end;
}
.services-deep__intro h2 {
  margin: 0;
  font-size: clamp(58px, 7.7vw, 130px);
  line-height: .86;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.services-deep__intro h2 span { color: var(--orange); }
.services-deep__intro > p { margin: 0 0 8px; color: rgba(5,17,30,.62); font-size: clamp(18px, 1.4vw, 21px); }
.service-story {
  min-height: 90vh;
  padding-block: 10vw;
  display: grid;
  align-items: center;
  background: linear-gradient(145deg, #020b16, #082238 58%, #020b16);
  color: var(--white);
  content-visibility: auto;
  contain-intrinsic-size: 980px;
  overflow: hidden;
}
.service-story--light { background: var(--paper); color: var(--ink); }
.service-story__inner { display: grid; grid-template-columns: .82fr 1.18fr; gap: 7vw; align-items: center; }
.service-story__inner--reverse { grid-template-columns: 1.18fr .82fr; }
.service-story__inner--reverse .service-story__copy { order: 2; }
.service-story__number {
  display: block;
  margin-bottom: 42px;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 10px;
  font-weight: 800;
}
.service-story__copy h3 {
  margin: 0;
  font-size: clamp(44px, 5vw, 82px);
  line-height: .9;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.service-story__copy h3 span { color: var(--orange); }
.service-story__copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 30px 0;
  color: rgba(245,247,250,.74);
  font-size: 18px;
}
.service-story--light .service-story__copy > p:not(.eyebrow) { color: rgba(5,17,30,.66); }
.service-story__copy ul { list-style: none; margin: 0 0 34px; padding: 0; border-top: 1px solid var(--line); }
.service-story--light .service-story__copy ul { border-color: rgba(5,17,30,.15); }
.service-story__copy li {
  position: relative;
  padding: 13px 0 13px 26px;
  border-bottom: 1px solid var(--line);
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: 13px;
  font-weight: 700;
}
.service-story--light .service-story__copy li { border-color: rgba(5,17,30,.15); }
.service-story__copy li::before { content: ""; position: absolute; left: 0; top: 19px; width: 8px; height: 2px; background: var(--orange); }
.service-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 6px;
  font-family: "Inter", "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: 13px;
  font-weight: 700;
}
.service-link span { color: var(--orange); transition: transform .3s var(--ease); }
.service-link:hover span { transform: translate(4px, -4px); }
.service-motion {
  position: relative;
  min-height: clamp(420px, 48vw, 690px);
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(245,247,250,.2);
  background: #07131f;
  box-shadow: 0 45px 100px rgba(0,0,0,.28);
}
.service-story--light .service-motion { border-color: rgba(5,17,30,.18); box-shadow: 0 40px 90px rgba(5,17,30,.18); }
.service-motion > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.service-motion::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(0deg, rgba(2,11,22,.74), transparent 55%); }
.service-film {
  --film-rx: 0deg;
  --film-ry: 0deg;
  perspective: 1500px;
  background:
    radial-gradient(circle at 50% 45%, rgba(39,168,255,.17), transparent 38%),
    linear-gradient(145deg, #061727, #020b16 72%);
}
.service-film::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: .28;
  background-image:
    linear-gradient(rgba(39,168,255,.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(39,168,255,.16) 1px, transparent 1px);
  background-size: 42px 42px;
  transform: perspective(600px) rotateX(68deg) scale(1.5) translateY(28%);
  transform-origin: bottom;
  mask-image: linear-gradient(0deg, #000, transparent 72%);
}
.service-film::after {
  z-index: 3;
  background: radial-gradient(circle at 50% 45%, transparent 44%, rgba(2,11,22,.55) 100%), linear-gradient(0deg, rgba(2,11,22,.52), transparent 34%);
}
.service-film__stage {
  position: absolute;
  z-index: 2;
  inset: 6%;
  display: grid;
  place-items: center;
  transform-style: preserve-3d;
  transform: rotateX(var(--film-rx)) rotateY(var(--film-ry)) translateZ(50px);
  transition: transform .35s var(--ease);
}
.service-film__stage::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 74%;
  height: 16%;
  left: 13%;
  bottom: 2%;
  border-radius: 50%;
  background: rgba(0,0,0,.7);
  filter: blur(28px);
  transform: translateZ(-100px) rotateX(78deg);
}
.service-film__video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 2px;
  box-shadow: 0 40px 90px rgba(0,0,0,.38), 0 0 55px rgba(39,168,255,.1);
  transform: translateZ(45px) scale(.96);
  background: #edf1f4;
}
.service-film.is-playing .service-film__stage { animation: service-film-float 6s var(--ease) infinite; }
@keyframes service-film-float {
  0%,100% { transform: rotateX(var(--film-rx)) rotateY(var(--film-ry)) translate3d(0,0,50px); }
  50% { transform: rotateX(var(--film-rx)) rotateY(var(--film-ry)) translate3d(0,-10px,72px); }
}
.service-film__label {
  position: absolute;
  z-index: 5;
  left: 20px;
  bottom: 18px;
  color: rgba(245,247,250,.72);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 9px;
  font-weight: 800;
}
.service-film__control {
  position: absolute;
  z-index: 5;
  right: 16px;
  bottom: 12px;
  min-height: 34px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(245,247,250,.28);
  background: rgba(2,11,22,.7);
  color: var(--white);
  backdrop-filter: blur(10px);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 9px;
  font-weight: 800;
  cursor: pointer;
}
.service-film__control i { display: block; width: 7px; height: 7px; border-left: 2px solid var(--orange); border-right: 2px solid var(--orange); }
.service-film__control[data-state="paused"] i { width: 0; height: 0; border: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 7px solid var(--orange); }
.service-film__control:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }
.service-motion--epos > img, .service-motion--menu > img, .service-motion--payment > img, .service-motion--support > img { object-fit: contain; background: #07131f; padding: 4%; }
.motion-chip, .order-status, .payment-pulse, .recording-dot {
  position: absolute;
  z-index: 3;
  padding: 10px 14px;
  border: 1px solid rgba(245,247,250,.24);
  background: rgba(2,11,22,.84);
  color: var(--white);
  backdrop-filter: blur(12px);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 9px;
  font-weight: 800;
}
.motion-chip--one { left: 6%; bottom: 8%; animation: chip-float 4s var(--ease) infinite; }
.motion-chip--two { right: 6%; top: 8%; animation: chip-float 4s .8s var(--ease) infinite; }
.motion-cursor { position: absolute; z-index: 4; left: 20%; top: 24%; width: 20px; height: 20px; border: 2px solid var(--orange); border-radius: 50%; box-shadow: 0 0 0 8px rgba(var(--accent-rgb), .16); animation: motion-cursor 5.6s var(--ease) infinite; }
@keyframes chip-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes motion-cursor { 0%,12%,100% { transform: translate(0,0) scale(.8); opacity: 0; } 20% { opacity: 1; } 48% { transform: translate(280px,80px) scale(1); opacity: 1; } 54% { transform: translate(280px,80px) scale(.55); } 75% { transform: translate(390px,210px) scale(1); opacity: 1; } 88% { opacity: 0; } }

.browser-bar { position: absolute; z-index: 4; top: 0; left: 0; right: 0; height: 38px; display: flex; align-items: center; gap: 7px; padding: 0 14px; background: #0b1723; color: rgba(245,247,250,.55); font-size: 9px; }
.browser-bar i { width: 6px; height: 6px; border-radius: 50%; background: #355064; }
.browser-bar i:first-child { background: var(--orange); }
.browser-bar span { margin-left: 10px; }
.service-motion--website > img { filter: brightness(.6) saturate(.8); }
.order-journey { position: absolute; z-index: 3; left: 6%; right: 6%; bottom: 8%; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(245,247,250,.18); }
.order-journey b { padding: 16px 8px; background: rgba(2,11,22,.88); color: var(--white); text-align: center; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; animation: order-step 4.8s infinite; }
.order-journey b:nth-child(2) { animation-delay: 1.6s; }.order-journey b:nth-child(3) { animation-delay: 3.2s; }
.order-status { right: 7%; top: 14%; color: var(--orange); animation: status-pop 4.8s var(--ease) infinite; }
@keyframes order-step { 0%,28% { background: var(--orange); color: #07111a; } 36%,100% { background: rgba(2,11,22,.88); color: var(--white); } }
@keyframes status-pop { 0%,62%,100% { opacity: 0; transform: translateY(10px); } 72%,92% { opacity: 1; transform: translateY(0); } }

.menu-ticker { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; display: flex; width: max-content; background: var(--orange); color: #07111a; animation: menu-ticker 10s linear infinite; }
.menu-ticker span { min-width: 220px; padding: 14px 28px; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 900; }
@keyframes menu-ticker { to { transform: translateX(-33.33%); } }

.service-motion--advertising > img { filter: brightness(.62) saturate(.78); transform: scale(1.06); animation: campaign-zoom 8s var(--ease) infinite alternate; }
.film-frame { position: absolute; z-index: 3; width: 42%; aspect-ratio: 4/5; border: 1px solid rgba(245,247,250,.38); background: rgba(2,11,22,.3); color: var(--white); padding: 14px; font-size: 10px; letter-spacing: .16em; }
.film-frame--a { left: 9%; top: 18%; animation: film-a 6s var(--ease) infinite; }.film-frame--b { right: 9%; bottom: 15%; animation: film-b 6s var(--ease) infinite; }
.recording-dot { top: 7%; right: 7%; padding-left: 27px; }.recording-dot::before { content: ""; position: absolute; left: 11px; top: 50%; width: 7px; height: 7px; border-radius: 50%; background: #ff3c32; transform: translateY(-50%); animation: blink 1s steps(1) infinite; }
@keyframes campaign-zoom { to { transform: scale(1.16); } } @keyframes film-a { 50% { transform: translate(18px,-12px) rotate(-2deg); } } @keyframes film-b { 50% { transform: translate(-18px,12px) rotate(2deg); } } @keyframes blink { 50% { opacity: .2; } }

.payment-pulse { left: 7%; bottom: 8%; color: #63f5b4; }
.payment-pulse::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 14px currentColor; }
.payment-ring { position: absolute; z-index: 3; right: 12%; top: 16%; width: 84px; aspect-ratio: 1; border: 1px solid var(--orange); border-radius: 50%; animation: payment-ring 2.4s ease-out infinite; }
@keyframes payment-ring { from { transform: scale(.35); opacity: 1; } to { transform: scale(1.8); opacity: 0; } }

.service-motion--social { display: grid; place-items: center; background: radial-gradient(circle at 50% 50%, #103a5c, #030d17 65%); }
.social-post { position: absolute; z-index: 2; width: 62%; min-height: 170px; padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid rgba(245,247,250,.2); background: linear-gradient(145deg, rgba(39,168,255,.28), rgba(2,11,22,.92)); box-shadow: 0 24px 65px rgba(0,0,0,.34); }
.social-post i { position: absolute; inset: 0; opacity: .36; background: linear-gradient(135deg, transparent 45%, var(--orange)); }
.social-post b, .social-post span { position: relative; text-transform: uppercase; }.social-post b { color: var(--white); font-size: 19px; }.social-post span { margin-top: 5px; color: rgba(245,247,250,.55); letter-spacing: .12em; font-size: 8px; }
.social-post--one { transform: translate(-16%,-34%) rotate(-5deg); animation: social-one 6s var(--ease) infinite; }.social-post--two { transform: translate(14%,0) rotate(4deg); animation: social-two 6s .5s var(--ease) infinite; }.social-post--three { transform: translate(-8%,34%) rotate(-1deg); animation: social-three 6s 1s var(--ease) infinite; }
@keyframes social-one { 50% { transform: translate(-19%,-39%) rotate(-7deg); } } @keyframes social-two { 50% { transform: translate(18%,-5%) rotate(6deg); } } @keyframes social-three { 50% { transform: translate(-4%,39%) rotate(1deg); } }

.service-motion--seo { padding: 12%; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(145deg, #f7f9fb, #dce7ef); color: var(--ink); }
.service-motion--seo::after { display: none; }
.search-box { position: relative; z-index: 2; padding: 18px 20px; display: flex; justify-content: space-between; border: 1px solid rgba(5,17,30,.18); background: #fff; box-shadow: 0 18px 40px rgba(5,17,30,.1); color: rgba(5,17,30,.6); font-size: 13px; }.search-box b { color: var(--orange); }
.rank-chart { height: 58%; display: flex; align-items: end; gap: 6%; border-bottom: 1px solid rgba(5,17,30,.18); }
.rank-chart i { flex: 1; height: var(--rank); transform-origin: bottom; background: linear-gradient(0deg, var(--orange), #ffac61); animation: rank-rise 5s var(--ease) infinite; }.rank-chart i:nth-child(2){animation-delay:.15s}.rank-chart i:nth-child(3){animation-delay:.3s}.rank-chart i:nth-child(4){animation-delay:.45s}.rank-chart i:nth-child(5){animation-delay:.6s}
.rank-label { text-transform: uppercase; letter-spacing: .16em; font-size: 9px; font-weight: 800; }
@keyframes rank-rise { 0%,100% { transform: scaleY(.12); opacity: .35; } 30%,80% { transform: scaleY(1); opacity: 1; } }

.system-health { position: absolute; z-index: 3; left: 6%; right: 6%; bottom: 6%; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(245,247,250,.15); }
.system-health span { padding: 14px; background: rgba(2,11,22,.9); color: var(--white); text-transform: uppercase; letter-spacing: .08em; font-size: 8px; }.system-health i { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: #63f5b4; box-shadow: 0 0 10px #63f5b4; animation: blink 1.5s infinite; }

.service-motion--clock { padding: 10%; display: flex; flex-direction: column; justify-content: center; background: radial-gradient(circle at 50% 15%, #123f60, #030d17 60%); }
.service-motion--clock::after { display: none; }
.digital-time { display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--white); font-size: clamp(54px, 7vw, 108px); line-height: 1; letter-spacing: -.03em; }.digital-time span { min-width: 1.65em; text-align: center; }.digital-time i { color: var(--orange); font-style: normal; animation: blink 1s steps(1) infinite; }
.service-motion--clock button { align-self: center; margin: 30px 0; padding: 14px 25px; border: 1px solid #63f5b4; background: rgba(99,245,180,.12); color: #63f5b4; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; font-weight: 800; animation: clock-pulse 2s infinite; }
.shift-list { border-top: 1px solid rgba(245,247,250,.18); }.shift-list > span { padding: 13px 0; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(245,247,250,.18); color: rgba(245,247,250,.65); font-size: 10px; }.shift-list b { text-transform: uppercase; letter-spacing: .08em; }.shift-list i { color: var(--orange); font-style: normal; }
@keyframes clock-pulse { 50% { box-shadow: 0 0 24px rgba(99,245,180,.2); } }

.connect-intro { position: absolute; left: 4vw; top: 50%; transform: translateY(-50%); max-width: 540px; opacity: calc(1 - var(--connect-progress, 0) * 3); }
.connect-intro h2, .reassembly-copy h2, .business-copy h2 {
  margin: 0; font-size: clamp(56px, 7.7vw, 130px); line-height: .86; letter-spacing: -.045em; text-transform: uppercase;
}
.connect-intro h2 span, .reassembly-copy h2 span, .business-copy h2 span { color: var(--orange); }
.callout {
  position: absolute; width: min(310px, 25vw); display: grid; grid-template-columns: 38px 1fr; gap: 14px;
  opacity: 0; transform: translateY(18px); transition: opacity .35s ease, transform .5s var(--ease);
}
.callout::after { content: ""; position: absolute; top: 18px; height: 1px; width: clamp(40px, 8vw, 130px); background: linear-gradient(90deg, var(--orange), transparent); }
.callout--left { left: 4vw; }
.callout--right { right: 4vw; }
.callout--left::after { left: calc(100% + 18px); }
.callout--right::after { right: calc(100% + 18px); transform: scaleX(-1); }
.callout:nth-child(1), .callout:nth-child(2) { top: 24%; }
.callout:nth-child(3), .callout:nth-child(4) { top: 47%; }
.callout:nth-child(5), .callout:nth-child(6) { top: 70%; }
.callout.is-active { opacity: 1; transform: translateY(0); }
.callout > span { color: var(--orange); font-weight: 700; font-size: 10px; line-height: 1; letter-spacing: .12em; padding-top: 6px; }
.callout h3 { margin: 0 0 4px; text-transform: uppercase; letter-spacing: .08em; font-size: 16px; }
.callout p { margin: 0; color: rgba(245,247,250,.72); font-size: 12px; }

.chapter { position: relative; padding: 12vw 0; overflow: hidden; background: var(--navy); content-visibility: auto; contain-intrinsic-size: 1100px; }
.chapter--light { background: var(--paper); color: var(--ink); }
.chapter-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 8vw; margin-bottom: 7vw; }
.chapter-heading h2 { margin: 0; font-size: clamp(53px, 7.1vw, 116px); line-height: .88; letter-spacing: -.04em; text-transform: uppercase; }
.chapter-heading h2 span { color: var(--orange); }
.chapter-heading > p { max-width: 410px; margin: 0 0 8px; color: rgba(5,17,30,.62); font-size: clamp(18px, 1.3vw, 20px); }
.chapter:not(.chapter--light) .chapter-heading > p { color: rgba(245,247,250,.72); }
.ui-theatre { display: grid; grid-template-columns: .74fr 1.26fr; gap: 3vw; align-items: center; }
.ui-screen {
  position: relative; margin: 0; overflow: hidden; background: #060f19;
  border: 1px solid rgba(107,129,149,.32); box-shadow: 0 40px 100px rgba(0,0,0,.28);
}
.ui-screen::before { content: ""; display: block; height: 28px; background: #0a1622; border-bottom: 1px solid rgba(255,255,255,.08); }
.ui-screen::after { content: ""; position: absolute; top: 10px; left: 15px; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); box-shadow: 12px 0 #294359, 24px 0 #294359; }
.ui-screen img { width: 100%; height: auto; }
.ui-screen figcaption {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  min-height: 64px; padding: 12px 18px; background: #07121e; color: rgba(245,247,250,.68);
  text-transform: uppercase; letter-spacing: .1em; font-size: 10px;
}
.ui-screen figcaption > span { color: var(--orange); font-weight: 800; }
.service-modes { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px; }
.service-modes b { font-size: 10px; color: rgba(245,247,250,.8); }
.touch-cursor {
  position: absolute; z-index: 3; top: 9%; left: 9%; width: 18px; height: 18px; border-radius: 50%;
  border: 1px solid var(--orange); box-shadow: 0 0 0 5px rgba(var(--accent-rgb), .14); animation: touch 5s var(--ease) infinite;
}
@keyframes touch { 0%,100% { transform: translateX(0) scale(.8); opacity: 0; } 12% { opacity: 1; } 45% { transform: translateX(280px) scale(1); opacity: 1; } 55% { transform: translateX(280px) scale(.55); opacity: .8; } 70% { transform: translateX(420px) scale(1); } 85% { opacity: 1; } }

.catalogue { background: linear-gradient(180deg, #020b16, #061a2b 58%, #020b16); }
.chapter-heading--wide { grid-template-columns: 1.25fr .45fr; }
.catalogue-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 3vw; align-items: start; }
.catalogue-grid figure:nth-child(2) { margin-top: 10vw; }
.payment__layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 6vw; align-items: center; }
.chapter-heading--stack { display: block; margin: 0; }
.chapter-heading--stack h2 { font-size: clamp(53px, 6.4vw, 103px); }
.transaction-line { margin-top: 64px; display: flex; align-items: center; gap: 8px; overflow: hidden; }
.transaction-line span { text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 800; color: rgba(5,17,30,.35); }
.transaction-line span.active { color: var(--orange); }
.transaction-line i { flex: 1 0 18px; height: 1px; background: rgba(5,17,30,.2); position: relative; overflow: hidden; }
.transaction-line i::after { content: ""; position: absolute; inset: 0; background: var(--orange); transform: translateX(-100%); animation: flow 2.6s var(--ease) forwards; }
@keyframes flow { to { transform: translateX(0); } }
.management-stage { display: grid; grid-template-columns: 1.45fr .55fr; gap: 5vw; align-items: center; }
.management-stage .ui-screen { transform: perspective(1400px) rotateY(4deg); }
.management-labels { counter-reset: item; }
.management-labels p { margin: 0; padding: 18px 0; display: grid; grid-template-columns: 44px 1fr; border-top: 1px solid var(--line); text-transform: uppercase; letter-spacing: .08em; font-size: 12px; }
.management-labels p:last-child { border-bottom: 1px solid var(--line); }
.management-labels span { color: var(--orange); font-size: 9px; }

.reassembly-copy { position: absolute; left: 4vw; bottom: 12vh; }
.reassembly-copy > p { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .2em; font-size: 11px; }
.sequence--reverse .cinema-vignette { background: linear-gradient(90deg, rgba(2,11,22,.84), transparent 54%, rgba(2,11,22,.25)), linear-gradient(0deg, rgba(2,11,22,.75), transparent 45%); }
.business-copy { position: absolute; top: 50%; left: 4vw; width: min(700px, 55vw); transform: translateY(-50%); }
.business-copy > p:not(.eyebrow) { max-width: 520px; font-size: clamp(18px, 1.4vw, 20px); color: rgba(245,247,250,.72); }
.sector-line { display: flex; gap: 0; margin-top: 34px; }
.sector-line span { padding: 10px 18px; border: 1px solid rgba(245,247,250,.24); border-right: 0; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; }
.sector-line span:last-child { border-right: 1px solid rgba(245,247,250,.24); }

.final-product { min-height: 108vh; display: grid; align-items: center; padding-block: 8vw; isolation: isolate; }
.final-product__glow { position: absolute; z-index: -1; width: 64vw; aspect-ratio: 1; right: -10vw; top: 50%; transform: translateY(-50%); border-radius: 50%; background: radial-gradient(circle, rgba(var(--accent-rgb), .18), rgba(39,168,255,.09) 38%, transparent 68%); filter: blur(22px); }
.final-product__grid { display: grid; grid-template-columns: .62fr 1.38fr; align-items: center; gap: 3vw; }
.final-product__logo { width: 120px; margin-bottom: 48px; }
.final-product__copy h2 { margin: 0; font-size: clamp(46px, 5.5vw, 94px); line-height: .92; letter-spacing: -.035em; text-transform: uppercase; }
.final-product__copy h2 span { color: var(--orange); }
.final-product__image { position: relative; width: 100%; margin: 0; perspective: 1500px; }
.final-system__stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: radial-gradient(circle at 50% 46%, rgba(39,168,255,.17), rgba(4,20,35,.74) 48%, rgba(2,11,22,.96) 75%);
  border: 1px solid rgba(245,247,250,.14);
  box-shadow: 0 45px 100px rgba(0,0,0,.42);
  transform-style: preserve-3d;
}
.final-system__stage::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image: linear-gradient(rgba(39,168,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(39,168,255,.14) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at 50% 50%, #000, transparent 72%);
}
.final-system__video { position: relative; z-index: 2; width: 96%; height: 96%; object-fit: contain; background: transparent; filter: drop-shadow(0 38px 52px rgba(0,0,0,.46)); }
.final-system__screen-focus {
  position: absolute;
  z-index: 4;
  left: 18px;
  bottom: 18px;
  width: min(42%, 390px);
  overflow: hidden;
  border: 1px solid rgba(245,247,250,.3);
  background: rgba(2,11,22,.88);
  box-shadow: 0 22px 48px rgba(0,0,0,.45);
  backdrop-filter: blur(14px);
}
.final-system__screen-focus span {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 0 11px;
  color: rgba(245,247,250,.76);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 9px;
  font-weight: 800;
}
.final-system__screen-focus span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 12px rgba(var(--accent-rgb), .8); }
.final-system__screen-focus img { width: 100%; aspect-ratio: 2.02; object-fit: cover; object-position: top; }
.final-system__control {
  position: absolute;
  z-index: 4;
  right: 14px;
  bottom: 14px;
  min-height: 36px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(245,247,250,.28);
  background: rgba(2,11,22,.72);
  color: var(--white);
  backdrop-filter: blur(12px);
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: 9px;
  font-weight: 800;
  cursor: pointer;
}
.final-system__control i { display: block; width: 7px; height: 7px; border-left: 2px solid var(--orange); border-right: 2px solid var(--orange); }
.final-system__control[data-state="paused"] i { width: 0; height: 0; border: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 7px solid var(--orange); }
.final-system__control:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }

.contact { min-height: 100vh; display: flex; flex-direction: column; justify-content: space-between; background: var(--orange); color: #07111a; padding: 10vw 0 28px; }
.contact .eyebrow::before { background: #07111a; }
.contact h2 { margin: 0; font-size: clamp(72px, 11.8vw, 200px); line-height: .82; letter-spacing: -.045em; text-transform: uppercase; }
.contact h2 span { color: var(--white); }
.contact__actions { margin-top: 56px; display: flex; align-items: center; gap: 28px; }
.button--light { border-color: var(--white); background: var(--white); }
.button--light:hover { color: #07111a; border-color: #07111a; }
.contact .text-link span { color: #07111a; }
.contact__url { display: inline-block; margin-top: 42px; border-bottom: 1px solid currentColor; font-size: 13px; }
/* ── sitemap footer (shared by home and inner pages, rendered by the server) ── */
.big-footer { padding: 72px 0 34px; background: var(--navy); border-top: 1px solid var(--line); text-align: left; }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1.25fr 1fr 1fr; gap: 44px 48px; align-items: start; }
.footer-col { display: grid; gap: 13px; align-content: start; justify-items: start; }
.footer-col h2 {
  margin: 0 0 8px; font-family: "Inter", "Space Grotesk", sans-serif; font-weight: 700;
  font-size: 14px; text-transform: uppercase; letter-spacing: .14em; color: var(--orange);
}
.footer-col a {
  color: rgba(245, 247, 250, .82); font-family: "Inter", "Space Grotesk", sans-serif;
  font-size: 16px; line-height: 1.45; letter-spacing: .01em;
  transition: color .2s ease;
}
.footer-col a:hover, .footer-col a:focus-visible { color: var(--orange-bright, var(--orange)); }
.footer-col__more { font-weight: 700; color: var(--white); }
.footer-col--brand { gap: 11px; }
.footer-brand img { width: 96px; }
.footer-tag {
  margin: 0 0 6px; color: rgba(245, 247, 250, .65); font-family: "Inter", "Space Grotesk", sans-serif;
  font-size: 13px; text-transform: uppercase; letter-spacing: .1em;
}
.footer-col--brand .footer-social { margin-top: 10px; }
.footer-legal {
  margin-top: 52px; padding-top: 24px; border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 28px;
}
.footer-legal p { margin: 0; color: rgba(245, 247, 250, .6); font-family: "Inter", "Space Grotesk", sans-serif; font-size: 14px; }
.footer-legal nav { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 24px; }
.footer-legal a { color: rgba(245, 247, 250, .75); font-family: "Inter", "Space Grotesk", sans-serif; font-size: 14px; letter-spacing: .02em; }
.footer-legal a:hover, .footer-legal a:focus-visible { color: var(--white); }
/* home page: the footer lives inside the orange contact section; bleed it to the page edges */
.site-footer.big-footer { margin-top: 72px; margin-bottom: -28px; }
@media (max-width: 1023px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .footer-grid { grid-template-columns: 1fr; gap: 36px; } .footer-legal { flex-direction: column; align-items: flex-start; } }
.noscript { position: fixed; z-index: 1001; left: 0; right: 0; bottom: 0; padding: 12px; text-align: center; background: var(--orange); color: var(--ink); }

@media (max-width: 900px) {
  .chapter-heading, .chapter-heading--wide, .payment__layout, .management-stage, .final-product__grid { grid-template-columns: 1fr; }
  .place-slide, .place-slide:nth-child(even) { min-height: 100svh; padding: 14vw 6vw; grid-template-columns: 1fr; gap: 56px; }
  .place-slide:nth-child(n) .place-slide__copy { grid-column: 1; grid-row: 1; width: min(680px, 100%); }
  .place-slide:nth-child(n) .place-slide__video { grid-column: 1; grid-row: 2; }
  .services-deep__intro, .service-story__inner, .service-story__inner--reverse { grid-template-columns: 1fr; }
  .services-deep__intro { align-items: start; gap: 38px; }
  .service-story__inner--reverse .service-story__copy { order: 0; }
  .service-story__copy { max-width: 680px; }
  .service-motion { min-height: min(72vw, 640px); }
  .chapter-heading { align-items: start; gap: 30px; }
  .chapter-heading > p { max-width: 560px; }
  .payment__layout { gap: 72px; }
  .management-stage { gap: 54px; }
  .management-labels { display: grid; grid-template-columns: 1fr 1fr; }
  .management-labels p:nth-child(even) { padding-left: 20px; }
  .final-product__image { width: min(88vw, 820px); justify-self: center; }
}

@media (max-width: 767px) {
  :root { --wrap: calc(100vw / var(--ot-zoom) - 40px); }
  .desktop-nav { display: none; }
  .site-header { height: 70px; padding-inline: 20px; }
  .brand { width: 68px; height: 52px; justify-content: start; }
  .brand img { width: 64px; }
  .menu-toggle { display: grid; width: 48px; height: 48px; border: 0; padding: 14px 8px; background: transparent; align-content: center; gap: 7px; }
  .menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 1px; background: var(--white); transition: transform .3s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu {
    position: fixed; z-index: 90; inset: 0; display: flex; flex-direction: column;
    padding: 90px 20px 40px; background: rgba(2,11,22,.98); opacity: 0; visibility: hidden; transition: opacity .35s ease, visibility .35s;
    overflow-y: auto;
  }
  /* auto margins centre the links when there is room and allow scrolling when there is not */
  .mobile-menu > :first-child { margin-top: auto; }
  .mobile-menu > :last-child { margin-bottom: auto; }
  .mobile-menu.is-open { opacity: 1; visibility: visible; }
  .mobile-menu > a:not(.button) { display: flex; align-items: center; min-height: 62px; border-top: 1px solid var(--line); text-transform: uppercase; font-size: 26px; letter-spacing: -.02em; }
  .mobile-menu__sub { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 18px; padding: 2px 0 16px; }
  .mobile-menu__sub a {
    display: flex; align-items: center; min-height: 34px;
    font-family: "Inter", "Space Grotesk", sans-serif; font-size: 15px; letter-spacing: .01em;
    color: rgba(245, 247, 250, .78);
  }
  .mobile-menu__sub a:hover, .mobile-menu__sub a:focus-visible { color: var(--orange); }
  .mobile-menu .button { margin-top: 28px; }
  .mobile-menu__contact { display: grid; gap: 14px; margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); }
  .mobile-menu__contact a { color: rgba(245, 247, 250, .9); font-family: "Inter", "Space Grotesk", sans-serif; letter-spacing: .02em; font-size: 17px; font-weight: 600; }
  .mobile-menu__contact a:hover, .mobile-menu__contact a:focus-visible { color: var(--orange); }
  .floating-contact { top: 82px; right: 20px; min-height: 42px; padding-inline: 16px; }
  body.menu-open .floating-contact,
  body.menu-open .whatsapp-chat,
  body.menu-open .a11y-widget { opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s; }
  .sequence { height: auto; min-height: 100vh; }
  .autoplay-hero { height: 100svh; min-height: 100svh; }
  .autoplay-hero .sticky-stage { min-height: 100svh; }
  .autoplay-hero .sequence__video { display: block; }
  .sequence .sticky-stage { position: relative; min-height: 100svh; }
  .sequence--connect .sticky-stage, .sequence--reverse .sticky-stage, .sequence--business .sticky-stage { min-height: 118svh; }
  .sequence__canvas { display: none; }
  .sequence__video { display: block; }
  .fallback-product img { width: 76vw; margin: 9vh 0 0 22vw; }
  .cinema-vignette { background: linear-gradient(0deg, rgba(2,11,22,.94), rgba(2,11,22,.08) 68%, rgba(2,11,22,.46)); }
  .hero-copy { left: 20px; right: 20px; top: auto; bottom: 108px; width: auto; transform: none; }
  .hero-copy .eyebrow { margin-bottom: 14px; }
  .hero-copy h1 { font-size: clamp(44px, 14vw, 60px); }
  .hero-copy__support { margin-block: 18px 22px; max-width: 320px; }
  .hero-copy__actions { gap: 18px; }
  .scroll-cue { left: 20px; bottom: 24px; }
  .chapter-index { display: none; }
  .manifesto { height: auto; padding: 30vw 0; }
  .manifesto__sticky { position: relative; min-height: auto; }
  .manifesto__phrases p { color: var(--ink); font-size: clamp(44px, 15vw, 68px); line-height: .9; margin-bottom: 4px; }
  .manifesto__phrases p.accent { color: var(--orange); margin-top: 18px; }
  .places-showcase { padding: 0; }
  .place-slider__viewport { height: auto; min-height: 0; }
  .place-slide, .place-slide:nth-child(even) { min-height: 100svh; padding: 28vw 20px 22vw; gap: 42px; }
  .place-slide__video { object-position: 58% center; }
  .place-slide__copy > span { margin-bottom: 14px; font-size: 8px; }
  .place-slide__copy h3 { font-size: clamp(38px, 11vw, 56px); }
  .place-slide__copy p { margin: 17px 0 18px; font-size: 15px; }
  .place-slide__copy b { padding: 7px 9px; font-size: 8px; }
  .services-deep__intro { min-height: auto; padding-block: 28vw; }
  .services-deep__intro h2 { font-size: clamp(52px, 15vw, 76px); }
  .service-story { min-height: auto; padding-block: 26vw; }
  .service-story__number { margin-bottom: 28px; }
  .service-story__copy h3 { font-size: clamp(40px, 12.5vw, 60px); }
  .service-story__copy > p:not(.eyebrow) { font-size: 16px; }
  .service-motion { min-height: 76vw; }
  .service-film__stage { inset: 4%; }
  .service-film__label { left: 12px; bottom: 14px; max-width: 58%; font-size: 8px; }
  .service-film__control { right: 10px; bottom: 8px; }
  .motion-cursor, .payment-ring { display: none; }
  .motion-chip { padding: 8px 10px; font-size: 7px; }
  .order-journey b { padding: 12px 4px; font-size: 7px; }
  .order-status { top: 16%; font-size: 7px; }
  .social-post { width: 72%; min-height: 120px; padding: 16px; }
  .social-post b { font-size: 15px; }
  .system-health { grid-template-columns: 1fr; }
  .system-health span { padding: 9px 12px; }
  .connect-intro { left: 20px; right: 20px; top: 14vh; transform: none; opacity: 1; }
  .connect-intro h2, .reassembly-copy h2, .business-copy h2 { font-size: clamp(44px, 14vw, 64px); }
  .callouts { position: absolute; inset: 0; }
  .callout { width: 44vw; grid-template-columns: 24px 1fr; opacity: 1; transform: none; }
  .callout::after { display: none; }
  .callout:nth-child(1), .callout:nth-child(2) { top: auto; bottom: 22vh; }
  .callout:nth-child(n+3) { display: none; }
  .callout--left { left: 20px; }
  .callout--right { right: 14px; }
  .chapter { padding-block: 28vw; }
  .chapter-heading { margin-bottom: 18vw; }
  .chapter-heading h2 { font-size: clamp(52px, 15vw, 76px); }
  .ui-theatre, .catalogue-grid { grid-template-columns: 1fr; gap: 12vw; }
  .ui-screen::before { height: 20px; }
  .ui-screen::after { top: 7px; }
  .ui-screen figcaption { min-height: 56px; padding: 10px 12px; }
  .ui-screen--login { width: 88%; }
  .service-modes { gap: 7px; }
  .service-modes b { font-size: 7px; }
  .touch-cursor { display: none; }
  .catalogue-grid figure:nth-child(2) { margin-top: 0; }
  .transaction-line { margin-top: 34px; }
  .transaction-line span { font-size: 7px; }
  .management-labels { grid-template-columns: 1fr; }
  .management-labels p:nth-child(even) { padding-left: 0; }
  .management-stage .ui-screen { transform: none; }
  .reassembly-copy { left: 20px; right: 20px; bottom: 10vh; }
  .reassembly-copy h2 { font-size: clamp(48px, 13vw, 62px); }
  .business-copy { left: 20px; right: 20px; top: auto; bottom: 9vh; width: auto; transform: none; }
  .sector-line { flex-wrap: wrap; }
  .sector-line span { padding-inline: 11px; }
  .final-product { min-height: auto; }
  .final-product__copy h2 { font-size: clamp(48px, 14vw, 74px); }
  .final-product__logo { width: 82px; margin-bottom: 32px; }
  .final-product__image { width: 100%; margin: 36px 0 0; }
  .final-system__screen-focus { left: 8px; bottom: 52px; width: 58%; }
  .final-system__screen-focus span { min-height: 26px; padding-inline: 8px; font-size: 8px; }
  .final-product__glow { right: 0; }
  .contact { padding: 28vw 0 24px; }
  .contact h2 { font-size: clamp(56px, 17vw, 80px); }
  .contact h2 span { display: block; font-size: .82em; }
  .contact__actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .site-footer.big-footer { padding-top: 54px; margin-top: 60px; margin-bottom: -24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .sequence { height: auto; }
  .sticky-stage { position: relative; min-height: 100vh; }
  .sequence__canvas, .sequence__video, .particle-field { display: none !important; }
  .fallback-product, .fallback-environment { z-index: -4; }
  .hero-copy, .connect-intro { opacity: 1 !important; }
  .manifesto { height: auto; padding: 15vw 0; }
  .manifesto__sticky { position: relative; min-height: auto; }
  .manifesto__phrases p { color: var(--ink); }
  .manifesto__phrases p.accent { color: var(--orange); }
  .callout { opacity: 1; transform: none; }
  .autoplay-hero .sequence__video { display: block !important; }
  .transaction-line i::after { animation: none; transform: translateX(0); }
  .service-film__stage, .service-film.is-playing .service-film__stage { animation: none !important; transform: none; }
}

/* ── accessibility modes (mirrors prefers-reduced-motion for the widget toggle) ── */
html[data-a11y-motion] { scroll-behavior: auto; }
html[data-a11y-motion] *,
html[data-a11y-motion] *::before,
html[data-a11y-motion] *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
html[data-a11y-motion] .sequence { height: auto; }
html[data-a11y-motion] .sticky-stage { position: relative; min-height: 100vh; }
html[data-a11y-motion] .sequence__canvas,
html[data-a11y-motion] .sequence__video,
html[data-a11y-motion] .particle-field { display: none !important; }
html[data-a11y-motion] .fallback-product,
html[data-a11y-motion] .fallback-environment { z-index: -4; }
html[data-a11y-motion] .hero-copy,
html[data-a11y-motion] .connect-intro { opacity: 1 !important; }
html[data-a11y-motion] .manifesto { height: auto; padding: 15vw 0; }
html[data-a11y-motion] .manifesto__sticky { position: relative; min-height: auto; }
html[data-a11y-motion] .manifesto__phrases p { color: var(--ink); }
html[data-a11y-motion] .manifesto__phrases p.accent { color: var(--orange); }
html[data-a11y-motion] .callout { opacity: 1; transform: none; }
html[data-a11y-motion] .autoplay-hero .sequence__video { display: block !important; }
html[data-a11y-motion] .transaction-line i::after { animation: none; transform: translateX(0); }
html[data-a11y-motion] .service-film__stage,
html[data-a11y-motion] .service-film.is-playing .service-film__stage { animation: none !important; transform: none; }

html[data-a11y-contrast] { --navy: #000; --navy-2: #000; --navy-3: #010914; --white: #fff; --line: rgba(255, 255, 255, .45); }
html[data-a11y-contrast] body { background: #000; }
html[data-a11y-contrast] :where(p, li, figcaption, label, time, dt, dd) { color: #fff !important; }
html[data-a11y-contrast] :where(.page-intro, .page-section--light, .services-deep, .manifesto, .page-cta, .place-slide:nth-child(even), .epos-cta__panel, .service-story--light, .chapter--light, .search-box) :where(p, li, figcaption, label) { color: #05111e !important; }

html[data-a11y-font] :where(body, body *):not(svg, svg *) { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important; letter-spacing: normal !important; }

html[data-a11y-underline] main a, html[data-a11y-underline] footer a, html[data-a11y-underline] nav a { text-decoration: underline !important; text-underline-offset: 3px; }

/* ── accessibility widget ── */
.a11y-widget { position: fixed; z-index: 1001; left: 18px; bottom: calc(18px + var(--ot-banner-h, 0px)); font-family: "Inter", "Space Grotesk", sans-serif; transition: bottom .3s ease; }
.a11y-widget__toggle {
  display: grid; place-items: center; width: 56px; height: 56px;
  border: 1px solid rgba(255, 255, 255, .4); border-radius: 50%;
  background: #0b3d91; color: #fff; cursor: pointer;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .45);
  transition: transform .25s var(--ease), background .25s ease;
}
.a11y-widget__toggle:hover { transform: scale(1.07); background: #0d4aad; }
.a11y-widget__toggle:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.a11y-panel[hidden], .cookie-modal[hidden], .cookie-banner[hidden] { display: none; }
.a11y-panel {
  position: absolute; left: 0; bottom: calc(100% + 12px); width: min(320px, calc(100vw - 36px));
  display: grid; gap: 6px; padding: 16px;
  border: 1px solid rgba(255, 255, 255, .18); border-radius: 16px;
  background: rgba(3, 12, 22, .97); backdrop-filter: blur(18px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .55);
}
.a11y-panel__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.a11y-panel__head strong { font-size: 17px; letter-spacing: .01em; }
.a11y-panel__close { border: 0; background: transparent; color: rgba(245, 247, 250, .8); font-size: 16px; cursor: pointer; padding: 6px 8px; border-radius: 8px; }
.a11y-panel__close:hover { color: #fff; background: rgba(255, 255, 255, .08); }
.a11y-panel__row--text { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 12px; border-radius: 10px; background: rgba(255, 255, 255, .05); font-size: 16px; }
.a11y-panel__stepper { display: inline-flex; align-items: center; gap: 8px; }
.a11y-panel__stepper button {
  width: 40px; height: 36px; border-radius: 8px; border: 1px solid rgba(255, 255, 255, .25);
  background: transparent; color: #fff; font-size: 15px; font-weight: 700; cursor: pointer;
}
.a11y-panel__stepper button:hover { background: rgba(255, 255, 255, .1); }
.a11y-panel__stepper output { min-width: 46px; text-align: center; font-size: 15px; font-variant-numeric: tabular-nums; }
.a11y-panel__switch {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 11px 12px; border: 0; border-radius: 10px; background: rgba(255, 255, 255, .05);
  color: #fff; font-size: 16px; text-align: left; cursor: pointer;
  transition: background .2s ease;
}
.a11y-panel__switch:hover { background: rgba(255, 255, 255, .1); }
.a11y-panel__switch i {
  position: relative; flex: 0 0 auto; width: 42px; height: 24px; border-radius: 999px;
  background: rgba(255, 255, 255, .22); transition: background .2s ease;
}
.a11y-panel__switch i::after {
  content: ""; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%;
  background: #fff; transition: transform .2s ease;
}
.a11y-panel__switch[aria-checked="true"] i { background: var(--orange); }
.a11y-panel__switch[aria-checked="true"] i::after { transform: translateX(18px); }
.a11y-panel__reset {
  margin-top: 4px; padding: 10px; border: 1px solid rgba(255, 255, 255, .25); border-radius: 10px;
  background: transparent; color: rgba(245, 247, 250, .85); font-size: 15px; cursor: pointer;
}
.a11y-panel__reset:hover { color: #fff; background: rgba(255, 255, 255, .08); }
.a11y-panel button:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }

/* ── WhatsApp chat button ── */
.whatsapp-chat {
  position: fixed; right: 26px; bottom: calc(24px + var(--ot-banner-h-right, 0px)); z-index: 990;
  display: flex; align-items: center; gap: 10px;
  padding: 12px 18px 12px 14px; border-radius: 99px;
  background: #25d366; color: #06281a; text-decoration: none;
  font-family: "Inter", "Space Grotesk", sans-serif; font-weight: 700; font-size: 15px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .4);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), bottom .3s ease;
}
.whatsapp-chat:hover { transform: translateY(-2px); box-shadow: 0 20px 50px rgba(0, 0, 0, .45); }
.whatsapp-chat:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
@media (max-width: 767px) {
  .whatsapp-chat { right: 14px; bottom: calc(14px + var(--ot-banner-h-right, 0px)); padding: 12px; }
  .whatsapp-chat span { display: none; }
}

/* ── footer social icons ── */
.footer-social { display: flex; gap: 6px; align-items: center; }
.footer-social a {
  display: grid; place-items: center; width: 40px; height: 40px;
  border: 1px solid var(--line); border-radius: 50%;
  color: rgba(245, 247, 250, .8);
  transition: color .2s ease, border-color .2s ease, transform .2s ease;
}
.footer-social a:hover { color: var(--orange); border-color: var(--orange); transform: translateY(-2px); }

/* ── colour scheme picker ── */
.theme-picker { position: relative; flex: 0 0 auto; margin-left: clamp(10px, 1.4vw, 22px); font-family: "Inter", "Space Grotesk", sans-serif; }
.theme-picker__toggle {
  display: grid; place-items: center; width: 40px; height: 40px;
  border: 1px solid rgba(255, 255, 255, .25); border-radius: 50%;
  background: rgba(255, 255, 255, .05); cursor: pointer;
  transition: border-color .25s ease, background .25s ease;
}
.theme-picker__toggle:hover { border-color: var(--orange); background: rgba(255, 255, 255, .1); }
.theme-picker__toggle:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }
.theme-picker__toggle svg { display: block; color: var(--orange); filter: drop-shadow(0 0 8px rgba(var(--accent-rgb), .55)); }
.theme-picker__menu {
  position: absolute; top: calc(100% + 12px); right: 0; min-width: 190px;
  display: grid; gap: 2px; padding: 8px;
  border: 1px solid rgba(255, 255, 255, .16); border-radius: 14px;
  background: rgba(3, 12, 22, .97); backdrop-filter: blur(18px);
  box-shadow: 0 26px 60px rgba(0, 0, 0, .5);
}
.theme-picker__menu[hidden] { display: none; }
.theme-picker__option {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 12px; border: 0; border-radius: 9px;
  background: transparent; color: rgba(245, 247, 250, .88);
  font-family: inherit; font-size: 15px; font-weight: 600; text-align: left; cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
.theme-picker__option:hover, .theme-picker__option:focus-visible { background: rgba(255, 255, 255, .08); color: #fff; }
.theme-picker__option i { flex: 0 0 auto; width: 14px; height: 14px; border-radius: 50%; }
.theme-picker__option span { flex: 1; }
.theme-picker__option em { font-style: normal; color: var(--orange); font-weight: 700; visibility: hidden; }
.theme-picker__option[aria-checked="true"] { color: #fff; }
.theme-picker__option[aria-checked="true"] em { visibility: visible; }

@media (max-width: 767px) {
  .theme-picker { margin-left: auto; margin-right: 8px; }
  .theme-picker__toggle { width: 38px; height: 38px; }
}

/* ── cookie consent ── */
.cookie-banner {
  position: fixed; z-index: 1002; left: 50%; bottom: 18px; transform: translateX(-50%);
  width: min(1100px, calc(100vw - 32px));
  background: rgba(4, 14, 26, .96); border: 1px solid rgba(255, 255, 255, .16); border-radius: 18px;
  backdrop-filter: blur(18px); box-shadow: 0 26px 70px rgba(0, 0, 0, .55);
  font-family: "Inter", "Space Grotesk", sans-serif;
  animation: cookie-banner-in .45s var(--ease);
}
@keyframes cookie-banner-in {
  from { opacity: 0; transform: translate(-50%, 14px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}
.cookie-banner__inner {
  display: flex; align-items: center; gap: 18px;
  padding: 16px 18px 16px 22px;
}
.cookie-banner__icon { flex: 0 0 auto; display: grid; place-items: center; color: var(--orange); }
.cookie-banner p { flex: 1 1 320px; margin: 0; font-size: 15.5px; line-height: 1.55; color: rgba(245, 247, 250, .88); }
.cookie-banner p a { color: var(--orange); text-decoration: underline; text-underline-offset: 3px; }
.cookie-banner__actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.cookie-banner__btn {
  min-height: 44px; padding: 0 20px; border-radius: 10px; cursor: pointer;
  border: 1px solid var(--orange); background: var(--orange); color: #140900;
  font-family: inherit; font-size: 14.5px; font-weight: 700; letter-spacing: .02em;
  transition: background .2s ease, color .2s ease;
}
.cookie-banner__btn:hover { background: var(--orange-bright); }
.cookie-banner__btn--ghost { background: transparent; border-color: rgba(255, 255, 255, .4); color: #fff; }
.cookie-banner__btn--ghost:hover { background: rgba(255, 255, 255, .08); }
.cookie-banner__btn--link { background: transparent; border-color: transparent; color: rgba(245, 247, 250, .8); text-decoration: underline; text-underline-offset: 3px; padding-inline: 8px; }
.cookie-banner__btn--link:hover { color: #fff; background: transparent; }
.cookie-banner__btn:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.cookie-banner__close {
  flex: 0 0 auto; align-self: flex-start;
  border: 0; background: transparent; cursor: pointer;
  padding: 8px 10px; border-radius: 8px;
  color: rgba(245, 247, 250, .6); font-size: 15px;
}
.cookie-banner__close:hover { color: #fff; background: rgba(255, 255, 255, .08); }
.cookie-banner__close:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }

.cookie-modal {
  position: fixed; z-index: 1003; inset: 0; display: grid; place-items: center;
  padding: 20px; background: rgba(0, 0, 0, .6); backdrop-filter: blur(6px);
  font-family: "Inter", "Space Grotesk", sans-serif;
}
.cookie-modal__panel {
  width: min(560px, 100%); max-height: min(86vh, 720px); overflow: auto;
  display: grid; gap: 14px; padding: 26px;
  border: 1px solid rgba(255, 255, 255, .2); border-radius: 18px;
  background: rgba(3, 12, 22, .99); box-shadow: 0 40px 100px rgba(0, 0, 0, .6);
}
.cookie-modal__head { display: flex; align-items: center; justify-content: space-between; }
.cookie-modal__head h2 { margin: 0; font-size: 22px; letter-spacing: -.01em; }
.cookie-modal__close { border: 0; background: transparent; color: rgba(245, 247, 250, .8); font-size: 17px; cursor: pointer; padding: 8px 10px; border-radius: 8px; }
.cookie-modal__close:hover { color: #fff; background: rgba(255, 255, 255, .08); }
.cookie-modal__intro { margin: 0; font-size: 15.5px; line-height: 1.55; color: rgba(245, 247, 250, .8); }
.cookie-modal__intro a { color: var(--orange); text-decoration: underline; text-underline-offset: 3px; }
.cookie-modal__cat {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 14px 16px; border-radius: 12px; background: rgba(255, 255, 255, .05); cursor: pointer;
}
div.cookie-modal__cat { cursor: default; }
.cookie-modal__cat strong { display: block; font-size: 16px; margin-bottom: 4px; }
.cookie-modal__cat p { margin: 0; font-size: 14.5px; line-height: 1.5; color: rgba(245, 247, 250, .72); }
.cookie-modal__always { flex: 0 0 auto; font-size: 12px; font-weight: 700; color: var(--orange); text-transform: uppercase; letter-spacing: .08em; }
.cookie-modal__cat input { position: absolute; opacity: 0; pointer-events: none; }
.cookie-modal__cat i {
  position: relative; flex: 0 0 auto; width: 46px; height: 26px; border-radius: 999px;
  background: rgba(255, 255, 255, .22); transition: background .2s ease;
}
.cookie-modal__cat i::after {
  content: ""; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%;
  background: #fff; transition: transform .2s ease;
}
.cookie-modal__cat input:checked + i { background: var(--orange); }
.cookie-modal__cat input:checked + i::after { transform: translateX(20px); }
.cookie-modal__cat input:focus-visible + i { outline: 2px solid var(--orange); outline-offset: 2px; }
.cookie-modal__actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 6px; }
body.ot-modal-open { overflow: hidden; }

.cookie-settings-link {
  border: 0; padding: 0; background: transparent; cursor: pointer;
  color: rgba(245, 247, 250, .75); font-family: "Inter", "Space Grotesk", sans-serif;
  font-size: 14px; letter-spacing: .02em;
}
.cookie-settings-link:hover { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 767px) {
  .a11y-widget { left: 14px; bottom: calc(14px + var(--ot-banner-h, 0px)); }
  .a11y-widget__toggle { width: 50px; height: 50px; }
  .cookie-banner { bottom: 12px; width: calc(100vw - 24px); }
  .cookie-banner__inner { flex-wrap: wrap; padding: 16px 16px 14px; gap: 12px; }
  .cookie-banner p { flex-basis: calc(100% - 60px); padding-right: 24px; }
  .cookie-banner__close { position: absolute; top: 6px; right: 6px; }
  .cookie-banner__actions { width: 100%; }
  .cookie-banner__btn { min-height: 44px; flex: 1 1 auto; }
  .cookie-banner__btn--link { flex: 0 0 100%; }
}
