:root { --accent: #ffde03; --canvas: #050505; --surface: #111318; --surface-raised: #17191f; --text: #f6f6f3; --muted: #a9abb2; --line: rgba(255,255,255,.12); --ink: #111318; --warm: #eeece5; --container: 1920px; --radius-card: 22px; --radius-small: 15px; --transition: 220ms ease; }
* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; overflow-x: hidden; color: var(--text); background: transparent; font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-synthesis: none; text-rendering: optimizeLegibility; }
a, button { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.site-header { position: absolute; top: 16px; right: 0; left: 0; z-index: 1000; overflow: visible; }
.site-header > .container { position: relative; overflow: visible; }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 72px; padding: 11px 14px; color: #111318; background: rgba(244,244,239,.91); border-radius: 999px; -webkit-backdrop-filter: blur(22px); backdrop-filter: blur(22px); overflow: visible; }
.topbar__left { display: flex; align-items: center; gap: 12px; }
.iconbtn { display: grid; width: 44px; height: 44px; padding: 0; cursor: pointer; place-items: center; background: rgba(17,19,24,.08); border: 0; border-radius: 15px; }
.iconbtn__lines { position: relative; width: 18px; height: 12px; }
.iconbtn__lines::before, .iconbtn__lines::after { content: ""; position: absolute; right: 0; left: 0; height: 2px; background: #111318; border-radius: 2px; transition: transform var(--transition); }
.iconbtn__lines::before { top: 0; }.iconbtn__lines::after { bottom: 0; }
.iconbtn[aria-expanded="true"] .iconbtn__lines::before { transform: translateY(5px) rotate(45deg); }.iconbtn[aria-expanded="true"] .iconbtn__lines::after { transform: translateY(-5px) rotate(-45deg); }
.brand, .brand__logo { display: block; }.brand__logo { width: auto; height: 49px; max-width: 160px; object-fit: contain; }
.topbar__nav { display: flex; align-items: center; gap: 6px; padding: 7px; background: rgba(17,19,24,.06); border-radius: 999px; }
.navlink { padding: 9px 12px; color: rgba(17,19,24,.7); border-radius: 999px; font-size: .875rem; font-weight: 700; text-decoration: none; white-space: nowrap; transition: color var(--transition), background-color var(--transition); }
.navlink:hover, .navlink.is-active { color: #fff; background: #111318; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 11px 16px; border: 1px solid transparent; border-radius: 999px; font-size: .875rem; font-weight: 700; text-decoration: none; transition: color var(--transition), background-color var(--transition), border-color var(--transition), transform var(--transition); }
.button:hover { transform: translateY(-2px); }.button--dark { color: #fff; background: #111318; }.button--dark:hover { background: #000; }.button--accent { color: #171717; background: var(--accent); }.button--accent:hover { background: #fff1a1; }.button--outline { color: #fff; border-color: rgba(255,255,255,.36); background: transparent; }.button--outline:hover { color: #111318; border-color: #fff; background: #fff; }
.hero { padding: 112px 0 28px; background: var(--canvas); }.hero__layout { display: grid; grid-template-columns: minmax(0,45fr) minmax(0,55fr); gap: 20px; }.hero-film { position: relative; display: flex; min-height: 655px; overflow: hidden; align-items: flex-end; padding: clamp(28px,4vw,62px); border-radius: var(--radius-card); background: #141412; isolation: isolate; }.hero-film__media { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; }.hero-film__scrim { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(3,3,3,.78) 0%, rgba(3,3,3,.28) 65%, rgba(3,3,3,.18)), linear-gradient(0deg, rgba(3,3,3,.82), transparent 55%); }.hero-film__grid { position: absolute; inset: 0; z-index: -1; opacity: .26; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 82px 82px; -webkit-mask-image: linear-gradient(to right, #000, transparent 83%); mask-image: linear-gradient(to right, #000, transparent 83%); }.eyebrow { margin: 0 0 15px; color: #716821; font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }.eyebrow--light { color: var(--accent); }.hero-film__content { max-width: 640px; }.hero-film h1, h2 { margin: 0; font-weight: 700; letter-spacing: -.052em; text-transform: uppercase; }.hero-film h1 { font-size: clamp(2.65rem,5.25vw,5.7rem); line-height: .94; }.hero-film h1 span { color: var(--accent); }.hero-film__content > p:not(.eyebrow) { max-width: 530px; margin: 25px 0 28px; color: rgba(255,255,255,.74); font-size: clamp(.91rem,1.1vw,1.05rem); line-height: 1.75; }.hero-film__actions { display: flex; flex-wrap: wrap; gap: 12px; }.hero-film__caption { position: absolute; right: 30px; bottom: 27px; display: flex; gap: 9px; align-items: center; margin: 0; color: rgba(255,255,255,.64); font-size: .75rem; }.hero-film__caption span { width: 8px; height: 8px; background: var(--accent); border-radius: 50%; }.hero-models { display: flex; min-height: 655px; padding: 24px; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius-card); background: #0c0d0c; }.hero-models__heading { margin-bottom: 18px; }.hero-models__heading .eyebrow { margin-bottom: 5px; }.hero-models__heading p:last-child { margin: 0; color: var(--muted); font-size: .85rem; }.model-picker { display: grid; flex: 1; grid-template-columns: 1fr 1fr; gap: 12px; }.model-picker__item { position: relative; display: flex; overflow: hidden; min-height: 160px; padding: 17px; align-items: flex-end; color: var(--text); border: 1px solid rgba(255,255,255,.13); background: #111312; text-decoration: none; transition: background-color var(--transition); }.model-picker__item::before, .model-picker__item::after { content: ""; position: absolute; top: 0; left: 0; background: var(--accent); }.model-picker__item::before { width: 0; height: 2px; transition: width var(--transition); }.model-picker__item::after { width: 2px; height: 0; transition: height var(--transition); }.model-picker__item:hover { background: #171914; }.model-picker__item:hover::before { width: 42%; }.model-picker__item:hover::after { height: 38%; }.model-picker__copy { position: relative; z-index: 1; display: grid; gap: 4px; }.model-picker__copy strong { font-size: 1.05rem; }.model-picker__copy small { color: var(--muted); font-size: .67rem; }.model-picker__item img { position: absolute; top: 14%; right: -9%; width: 72%; height: 70%; object-fit: contain; transition: transform var(--transition); }.model-picker__item:hover img { transform: translate(3px,-3px) scale(1.04); }.model-picker__item i { position: absolute; top: 16px; right: 16px; color: var(--accent); font-size: .68rem; transition: transform var(--transition); }.model-picker__item:hover i { transform: translate(3px,-3px); }
.about { padding: clamp(88px,11vw,170px) 0 0; color: var(--ink); background: var(--warm); }.about__layout { display: grid; grid-template-columns: minmax(0,.93fr) minmax(0,1.07fr); column-gap: clamp(42px,7vw,150px); }.about__copy { padding: 12px 0 68px; }.about h2, .products h2 { font-size: clamp(2.55rem,4.65vw,5.4rem); line-height: .96; }.about__copy > p:not(.eyebrow) { max-width: 580px; margin: 28px 0 29px; color: rgba(17,19,24,.72); font-size: 1rem; line-height: 1.82; }.text-link { display: inline-flex; gap: 10px; align-items: center; padding-bottom: 5px; color: var(--ink); border-bottom: 1px solid rgba(17,19,24,.55); font-size: .88rem; font-weight: 700; text-decoration: none; transition: color var(--transition), border-color var(--transition); }.text-link:hover { color: #806e00; border-color: var(--accent); }.text-link i { color: #9b8500; transition: transform var(--transition); }.text-link:hover i { transform: translateX(4px); }.about__visual { position: relative; overflow: hidden; align-self: start; margin: 0; background: #c6c4bc; }.about__visual::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 45%; background: linear-gradient(transparent, rgba(17,19,24,.66)); pointer-events: none; }.about__visual img { width: 100%; aspect-ratio: 1.59; object-fit: cover; filter: saturate(.65) contrast(1.06); }.about__visual figcaption { position: absolute; right: 30px; bottom: 24px; left: 30px; z-index: 1; color: #fff; font-size: .8rem; font-weight: 600; }.about__principles { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(4,1fr); margin: 55px 0 0; border-top: 1px solid rgba(17,19,24,.18); }.about__principles div { min-height: 143px; padding: 24px 28px 25px 0; border-right: 1px solid rgba(17,19,24,.18); }.about__principles div + div { padding-left: 28px; }.about__principles div:last-child { border-right: 0; }.about__principles dt { margin-bottom: 10px; font-size: .82rem; font-weight: 700; }.about__principles dd { margin: 0; color: rgba(17,19,24,.63); font-size: .77rem; line-height: 1.65; }
.products { padding: clamp(88px,10vw,160px) 0; background: var(--canvas); }.products__layout { display: grid; grid-template-columns: minmax(265px,.64fr) minmax(0,1.36fr); gap: clamp(36px,7vw,140px); align-items: start; }.products__intro { position: sticky; top: 24px; }.products__intro > p:not(.eyebrow) { max-width: 350px; margin: 25px 0 30px; color: var(--muted); font-size: .94rem; line-height: 1.75; }.product-showcase { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }.product-showcase__card { position: relative; display: block; min-height: 495px; overflow: hidden; padding: 26px; color: var(--text); border: 1px solid var(--line); border-radius: var(--radius-card); background: var(--surface); text-decoration: none; transition: background-color var(--transition); }.product-showcase__card::after { content: ""; position: absolute; top: 0; bottom: auto; left: 0; width: 2px; height: 0; background: var(--accent); transition: height var(--transition); }.product-showcase__card:hover { background: var(--surface-raised); }.product-showcase__card:hover::after { height: 36%; }.product-showcase__line { position: absolute; top: 0; left: 0; width: 0; height: 2px; background: var(--accent); transition: width var(--transition); }.product-showcase__card:hover .product-showcase__line { width: 38%; }.product-showcase__number { display: none; }.product-showcase h3 { position: relative; z-index: 1; margin: 0; font-size: clamp(1.75rem,2.4vw,2.5rem); letter-spacing: -.055em; }.product-showcase__card > img { width: 100%; height: 232px; margin: 4px auto 3px; object-fit: contain; transition: transform var(--transition); }.product-showcase__card:hover > img { transform: translateX(7px); }.product-showcase dl { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin: 0; }.product-showcase dl div { min-height: 82px; padding: 11px; border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius-small); background: rgba(0,0,0,.14); }.product-showcase dt { margin-bottom: 8px; color: rgba(255,255,255,.52); font-size: .58rem; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }.product-showcase dd { margin: 0; font-size: .79rem; font-weight: 700; }.product-showcase dd small { display: block; margin-top: 2px; color: rgba(255,255,255,.52); font-size: .56rem; font-weight: 500; }.product-showcase__link { position: absolute; top: 31px; right: 26px; display: inline-flex; gap: 9px; align-items: center; color: #fff; font-size: .77rem; font-weight: 700; }.product-showcase__link i { color: var(--accent); transition: transform var(--transition); }.product-showcase__card:hover .product-showcase__link i { transform: translate(3px,-3px); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 620ms ease, transform 620ms ease; }.reveal.is-visible { opacity: 1; transform: none; } .button:focus-visible, .navlink:focus-visible, .iconbtn:focus-visible, .model-picker__item:focus-visible, .product-showcase__card:focus-visible, .text-link:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
@media (max-width: 1280px) { .topbar { gap: 14px; }.navlink { padding-inline: 9px; font-size: .78rem; }.hero__layout { grid-template-columns: minmax(0,45fr) minmax(0,55fr); }.hero-film, .hero-models { min-height: 605px; }.model-picker__item { min-height: 145px; }.product-showcase__card { min-height: 470px; padding: 21px; }.product-showcase__card > img { height: 212px; }.product-showcase dl { gap: 5px; }.product-showcase dl div { padding: 9px; }.product-showcase__link { top: 24px; right: 21px; } }
@media (max-width: 980px) { .topbar__contact { display: none; }.hero__layout, .about__layout, .products__layout { grid-template-columns: 1fr; }.hero-film { min-height: 570px; }.hero-models { min-height: auto; }.model-picker { min-height: 435px; }.about__copy { max-width: 690px; padding-bottom: 44px; }.about__visual { max-width: 870px; }.products__intro { position: static; max-width: 620px; }.products__intro > p:not(.eyebrow) { max-width: 520px; }.product-showcase { margin-top: 8px; } }
@media (max-width: 760px) { .container { width: min(calc(100% - 20px),var(--container)); }.site-header { top: 12px; }.topbar { position: relative; min-height: 66px; padding: 8px 10px; }.brand__logo { height: 43px; }.topbar__nav { position: absolute; top: calc(100% + 9px); right: 0; left: 0; display: none; padding: 9px; border: 1px solid rgba(17,19,24,.13); border-radius: 18px; background: rgba(244,244,239,.98); }.topbar__nav.is-open { display: grid; }.navlink { padding: 11px 13px; }.hero { padding-top: 94px; }.hero__layout { gap: 12px; }.hero-film { min-height: 560px; padding: 26px 23px; border-radius: 18px; }.hero-film__grid { background-size: 52px 52px; }.hero-film h1 { font-size: clamp(2.55rem,12.5vw,4.2rem); }.hero-film__content > p:not(.eyebrow) { margin: 20px 0 24px; line-height: 1.65; }.hero-film__caption { right: 22px; bottom: 19px; font-size: .65rem; }.hero-models { padding: 15px; border-radius: 18px; }.model-picker { min-height: 415px; gap: 8px; }.model-picker__item { min-height: 133px; padding: 13px; }.model-picker__item img { top: 6%; right: -13%; width: 81%; height: 75%; }.model-picker__copy strong { font-size: .88rem; }.model-picker__copy small { font-size: .57rem; }.model-picker__item i { top: 12px; right: 12px; font-size: .56rem; }.about { padding-top: 78px; }.about__copy { padding: 0 0 40px; }.about h2, .products h2 { font-size: clamp(2.3rem,11.7vw,4.1rem); }.about__copy > p:not(.eyebrow) { margin: 21px 0 24px; font-size: .91rem; line-height: 1.75; }.about__visual figcaption { right: 18px; bottom: 17px; left: 18px; font-size: .68rem; }.about__principles { grid-template-columns: 1fr 1fr; margin-top: 38px; }.about__principles div { min-height: 151px; padding: 19px 16px 20px 0; }.about__principles div + div { padding-left: 16px; }.about__principles div:nth-child(2) { border-right: 0; }.about__principles div:nth-child(n+3) { border-top: 1px solid rgba(17,19,24,.18); }.about__principles div:nth-child(3) { padding-left: 0; }.products { padding: 82px 0; }.product-showcase { grid-template-columns: 1fr; gap: 12px; }.product-showcase__card { min-height: 465px; }.product-showcase__card > img { height: 235px; }.product-showcase dl div { min-height: 76px; }.product-showcase dt { font-size: .54rem; }.product-showcase dd { font-size: .72rem; }.product-showcase__link { top: 23px; right: 18px; } }
@media (max-width: 380px) { .hero-film { min-height: 530px; }.hero-film__actions { gap: 8px; }.button { min-height: 43px; padding: 10px 13px; font-size: .78rem; }.model-picker { min-height: 384px; }.model-picker__item { min-height: 122px; }.model-picker__copy strong { font-size: .79rem; }.model-picker__copy small { font-size: .52rem; }.product-showcase__card { min-height: 438px; padding: 18px; }.product-showcase__card > img { height: 210px; }.product-showcase__link { bottom: 19px; left: 18px; }.product-showcase h3 { font-size: 1.72rem; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.button, .model-picker__item, .model-picker__item img, .model-picker__item i, .product-showcase__card, .product-showcase__card > img, .product-showcase__line, .product-showcase__link i, .text-link i { transition: none; }.hero-film__media { display: none; } }

@media (min-width: 981px) {
  .hero-film,
  .hero-models {
    min-height: 720px;
  }

  .model-picker__item img {
    top: 7%;
    right: -5%;
    width: 84%;
    height: 82%;
  }
}

@media (min-width: 761px) {
  .product-showcase__card {
    min-height: 535px;
  }

  .product-showcase__card > img {
    height: 270px;
    margin-top: 10px;
    margin-bottom: 8px;
  }
}

@media (max-width: 760px) {
  .product-showcase__card {
    min-height: 490px;
  }

  .product-showcase__card > img {
    height: 260px;
    margin-top: 8px;
    margin-bottom: 7px;
  }
}

.hero-film {
  container-type: inline-size;
}

.hero-film h1 {
  max-inline-size: 100%;
  font-size: clamp(1.85rem, 9.3cqw, 5.6rem);
  line-height: 1.02;
}

@media (min-width: 981px) {
  .hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

.product-showcase dl {
  margin-top: 50px;
}

.model-picker__item {
  border-radius: var(--radius-small);
}

.product-showcase__card:hover {
  background:
    radial-gradient(ellipse at top left, rgba(255, 222, 3, 0.09), transparent 44%),
    var(--surface-raised);
}

.hero-film {
  background: #141412 url("./assets/images/ark-products-background.webp") center / cover no-repeat;
}

.products {
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.52), rgba(5, 5, 5, 0.74)),
    url("./assets/images/ark-products-background.webp") center / cover no-repeat;
}

.hero-film__media {
  opacity: 0.16;
}

.hero-film__scrim {
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.76) 0%, rgba(3, 3, 3, 0.34) 67%, rgba(3, 3, 3, 0.26)),
    linear-gradient(0deg, rgba(3, 3, 3, 0.74), rgba(3, 3, 3, 0.08) 58%),
    url("./assets/images/ark-products-background.webp") center / cover no-repeat;
}

.hero__layout {
  isolation: isolate;
  background: #050505 url("./assets/images/ark-products-background.webp") center / cover no-repeat;
  border-radius: var(--radius-card);
}

.hero-film__media {
  opacity: 1;
}

.hero-film__scrim {
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.78) 0%, rgba(3, 3, 3, 0.28) 65%, rgba(3, 3, 3, 0.18)),
    linear-gradient(0deg, rgba(3, 3, 3, 0.82), transparent 55%);
}

.hero-models {
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.58), rgba(5, 5, 5, 0.74)),
    url("./assets/images/ark-products-background.webp") center / cover no-repeat;
}

.model-picker__item {
  background: rgba(17, 19, 18, 0.87);
}

.products {
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.4), rgba(5, 5, 5, 0.6)),
    url("./assets/images/ark-products-background.webp") center / cover no-repeat;
}

.product-showcase__card {
  background: rgba(17, 19, 24, 0.93);
}

.hero-models {
  background: transparent;
}

.hero {
  background: #050505 url("./assets/images/ark-products-background.webp") center / cover no-repeat;
}

.hero__layout {
  background: transparent;
}

.products {
  background: #050505 url("./assets/images/ark-products-background.webp") center / cover no-repeat;
}

.products .product-showcase {
  gap: max(18px, 0.8vw);
}

.products .product-showcase__card {
  min-height: max(535px, 25vw);
}

.products .product-showcase__card > img {
  height: clamp(270px, 15vw, 1200px);
}

.products .product-showcase h3 {
  font-size: max(2.5rem, 2vw);
}

.products .product-showcase dt {
  font-size: max(0.58rem, 0.52vw);
}

.products .product-showcase dd {
  font-size: max(0.79rem, 0.7vw);
}

.products .product-showcase__link {
  font-size: max(0.77rem, 0.65vw);
}

.products .product-showcase__link i,
.model-picker__link i {
  display: none;
}

.products .product-showcase__link::after,
.model-picker__link::after {
  display: inline-block;
  color: #fff;
  font-size: 1.05em;
  line-height: 1;
  content: "\2197";
  transform: translateZ(0);
  transition: color var(--transition), transform var(--transition);
}

.products .product-showcase__card:hover .product-showcase__link::after,
.products .product-showcase__card:focus-visible .product-showcase__link::after,
.model-picker__item:hover .model-picker__link::after,
.model-picker__item:focus-visible .model-picker__link::after {
  color: var(--accent);
  transform: translate(3px, -3px);
}

.hero {
  min-height: 100vh;
  box-sizing: border-box;
}

.hero-models {
  border: 0;
}

.model-picker__item,
.product-showcase__card,
.product-showcase dl div {
  border: 0;
}

.model-picker {
  align-content: stretch;
}

.hero {
  display: grid;
  align-items: flex-start;
}

.hero__layout {
  align-items: stretch;
}

.reveal.is-visible > :not(.hero-film__media):not(.hero-film__scrim):not(.hero-film__grid) {
  animation: reveal-content-up 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.reveal.is-visible > :nth-child(2) {
  animation-delay: 70ms;
}

.reveal.is-visible > :nth-child(3) {
  animation-delay: 140ms;
}

.reveal.is-visible > :nth-child(4) {
  animation-delay: 210ms;
}

@keyframes reveal-content-up {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal.is-visible > :not(.hero-film__media):not(.hero-film__scrim):not(.hero-film__grid) {
    animation: none;
  }
}

.products .container {
  width: min(calc(100% - 32px), var(--container));
}

.products h2 {
  font-size: clamp(2.55rem, 4.65vw, 12rem);
  line-height: 1.08;
}

.products .product-showcase__card {
  min-height: clamp(535px, 20vw, 1100px);
}

.products .product-showcase__card > img {
  height: clamp(270px, 10vw, 600px);
}

.products .product-showcase dt {
  font-size: clamp(0.58rem, 0.55vw, 1.35rem);
}

.products .product-showcase dd {
  font-size: clamp(0.79rem, 0.75vw, 1.8rem);
}


@media (min-width: 981px) {
  .about {
    padding-top: 72px;
  }

  .about__copy {
    padding-top: 0;
    padding-bottom: 42px;
  }

  .about h2 {
    font-size: clamp(2.7rem, 3.8vw, 4.35rem);
  }

  .about__copy > p:not(.eyebrow) {
    margin-block: 20px 22px;
    font-size: 0.9rem;
    line-height: 1.7;
  }

  .about__visual img {
    aspect-ratio: 1.72;
  }

  .about__principles {
    margin-top: 38px;
  }

  .about__principles div {
    min-height: 118px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media (min-width: 761px) {
  .product-showcase dd small {
    display: inline;
    margin-top: 0;
    margin-left: 4px;
  }
}

@media (min-width: 761px) {
  .product-showcase dl div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 82px;
    padding: 12px 14px;
  }

  .product-showcase dt {
    margin-bottom: 0;
  }
}

/* Engineering process — desktop composition */
.engineering-process {
  position: relative;
  overflow: hidden;
  min-width: 1200px;
  color: var(--ink);
  background: var(--warm);
}

.process-bands {
  position: relative;
  z-index: 3;
  height: 88px;
  overflow: hidden;
  border-bottom: 1px solid rgba(17, 19, 24, 0.16);
}

.process-band {
  position: absolute;
  left: -3%;
  display: flex;
  width: 106%;
  height: 38px;
  overflow: hidden;
  align-items: center;
  white-space: nowrap;
}

.process-band--dark {
  top: 7px;
  color: #f6f6f3;
  background: #111318;
  transform: rotate(-1.1deg);
}

.process-band--light {
  bottom: 6px;
  color: #111318;
  border-top: 1px solid rgba(17, 19, 24, 0.25);
  border-bottom: 1px solid rgba(17, 19, 24, 0.25);
  background: #e6e4dc;
  transform: rotate(0.8deg);
}

.process-band__track {
  display: flex;
  min-width: max-content;
  align-items: center;
  gap: 20px;
  padding-right: 20px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  animation: process-marquee 32s linear infinite;
}

.process-band--light .process-band__track {
  animation-direction: reverse;
  animation-duration: 36s;
}

.process-band b {
  color: var(--accent);
  font-size: 0.82rem;
}

.process-shell {
  position: relative;
  width: min(calc(100% - 32px), var(--container));
  min-height: 845px;
  margin-inline: auto;
  padding: 104px 0 70px;
}

.process-heading {
  position: relative;
  z-index: 1;
  max-width: 750px;
  margin: 0 auto;
  text-align: left;
}

.process-heading__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #706714;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 520ms ease 120ms, transform 520ms ease 120ms;
}

.process-heading__eyebrow::before {
  width: 30px;
  height: 1px;
  background: var(--accent);
  content: "";
}

.process-heading h2 {
  font-size: clamp(3rem, 4.75vw, 5.45rem);
  line-height: 0.94;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 640ms cubic-bezier(0.22, 1, 0.36, 1) 180ms, transform 640ms cubic-bezier(0.22, 1, 0.36, 1) 180ms;
}

.process-heading > p:last-child {
  max-width: 690px;
  margin: 25px auto 0;
  color: rgba(17, 19, 24, 0.67);
  font-size: 0.93rem;
  line-height: 1.75;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 580ms ease 300ms, transform 580ms ease 300ms;
}

.process-journey {
  position: relative;
  z-index: 1;
  min-width: 1180px;
  height: 472px;
  margin-top: 44px;
}

.process-route,
.process-route::before,
.process-route::after {
  position: absolute;
  inset: 0;
  content: "";
}

.process-route {
  z-index: 0;
  pointer-events: none;
}

.process-route::before,
.process-route::after {
  inset: auto 4% 44px;
  height: 1px;
  border-top: 1px dashed rgba(17, 19, 24, 0.19);
}

.process-route::after {
  inset: auto 50% 44px 4%;
  border-color: rgba(255, 222, 3, 0.8);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 900ms linear 540ms;
}

.route__line {
  position: absolute;
  z-index: 1;
  display: block;
  height: 1px;
  background: rgba(17, 19, 24, 0.25);
  transform-origin: left center;
}

.route__line::after {
  position: absolute;
  inset: 0;
  background: var(--accent);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 520ms ease;
}

.route__line--one { top: 57%; left: 5%; width: 13%; }
.route__line--two { top: 57%; left: 18%; width: 15%; transform: rotate(8deg); }
.route__line--three { top: 61%; left: 33%; width: 11%; transform: rotate(9deg); }
.route__line--four { top: 62%; left: 56%; width: 13%; transform: rotate(-10deg); }
.route__line--five { top: 58%; left: 69%; width: 15%; transform: rotate(-9deg); }
.route__line--six { top: 54%; left: 84%; width: 10%; transform: rotate(-2deg); }

.route__node {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(17, 19, 24, 0.37);
  border-radius: 50%;
  background: var(--warm);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
  transition: transform 240ms ease, border-color 240ms ease, opacity 320ms ease;
}

.route__node::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  content: "";
  transform: translate(-50%, -50%);
}

.route__node--one { top: 57%; left: 18%; }
.route__node--two { top: 59%; left: 33%; }
.route__node--three { top: 63%; left: 44%; }
.route__node--four { top: 62%; left: 56%; }
.route__node--five { top: 58%; left: 69%; }
.route__node--six { top: 53%; left: 84%; }

.process-stage {
  position: absolute;
  z-index: 2;
  width: 205px;
  min-height: 134px;
  padding-top: 17px;
  border-top: 1px solid rgba(17, 19, 24, 0.28);
  opacity: 0;
  transform: translateY(18px);
  transition: color 220ms ease, opacity 220ms ease, transform 540ms cubic-bezier(0.22, 1, 0.36, 1), border-color 220ms ease;
}

.process-stage::after {
  position: absolute;
  width: 1px;
  background: rgba(17, 19, 24, 0.22);
  content: "";
}

.process-stage__number {
  position: absolute;
  top: -34px;
  right: 2px;
  color: rgba(17, 19, 24, 0.1);
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 1;
}

.process-stage > i {
  display: inline-grid;
  width: 28px;
  height: 28px;
  margin-bottom: 12px;
  place-items: center;
  color: #5c5d5f;
  font-size: 0.92rem;
  transition: color 220ms ease;
}

.process-stage h3 {
  position: relative;
  margin: 0 0 6px;
  color: #24262b;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  transition: color 220ms ease;
}

.process-stage p {
  position: relative;
  margin: 0;
  color: rgba(17, 19, 24, 0.57);
  font-size: 0.72rem;
  line-height: 1.65;
  transition: color 220ms ease;
}

.process-stage--one { top: 20px; left: 4%; }
.process-stage--one::after { bottom: -96px; left: 33px; height: 96px; }
.process-stage--two { top: 236px; left: 12%; }
.process-stage--two::after { top: -45px; right: 42px; height: 45px; }
.process-stage--three { top: 286px; left: 29%; }
.process-stage--three::after { top: -69px; right: 28px; height: 69px; }
.process-stage--four { top: 286px; right: 29%; }
.process-stage--four::after { top: -69px; left: 28px; height: 69px; }
.process-stage--five { top: 236px; right: 12%; }
.process-stage--five::after { top: -45px; left: 42px; height: 45px; }
.process-stage--six { top: 20px; right: 4%; }
.process-stage--six::after { bottom: -92px; right: 33px; height: 92px; }

.process-focus {
  position: absolute;
  top: 61%;
  left: 50%;
  z-index: 3;
  display: grid;
  width: 214px;
  height: 214px;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(17, 19, 24, 0.38);
  background: #e4e2da;
  clip-path: polygon(21% 0, 79% 0, 100% 21%, 100% 79%, 79% 100%, 21% 100%, 0 79%, 0 21%);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.88);
  transition: opacity 640ms ease 760ms, transform 640ms cubic-bezier(0.22, 1, 0.36, 1) 760ms;
}

.process-focus::before,
.process-focus::after {
  position: absolute;
  inset: 13px;
  border: 1px solid rgba(17, 19, 24, 0.19);
  content: "";
  clip-path: inherit;
}

.process-focus::after {
  inset: auto 28px 28px;
  height: 1px;
  border: 0;
  background: var(--accent);
}

.process-focus img {
  position: absolute;
  bottom: 14px;
  left: 50%;
  width: 185px;
  max-width: none;
  opacity: 0.6;
  transform: translateX(-50%);
}

.process-focus strong,
.process-focus small {
  position: relative;
  z-index: 1;
  text-align: center;
}

.process-focus strong {
  margin-top: 36px;
  color: #111318;
  font-size: 1.65rem;
  letter-spacing: 0.25em;
  line-height: 1;
}

.process-focus small {
  align-self: end;
  margin-bottom: 34px;
  color: #4a4b4d;
  font-size: 0.45rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.process-focus__tick {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 1px;
  background: #111318;
}

.process-focus__tick--one { top: 16px; left: 28px; }
.process-focus__tick--two { right: 16px; bottom: 42px; transform: rotate(90deg); }
.process-focus__tick--three { bottom: 16px; left: 42px; }

.process-journey:has(.process-stage:hover) .process-stage:not(:hover) {
  opacity: 0.58;
}

.process-stage:hover {
  border-color: var(--accent);
}

.process-stage:hover > i,
.process-stage:hover h3 {
  color: #111318;
}

.process-stage:hover > i {
  color: #a68f00;
}

.process-stage:hover p {
  color: rgba(17, 19, 24, 0.83);
}

.process-journey:has(.process-stage--one:hover) .route__line--one::after,
.process-journey:has(.process-stage--two:hover) .route__line--two::after,
.process-journey:has(.process-stage--three:hover) .route__line--three::after,
.process-journey:has(.process-stage--four:hover) .route__line--four::after,
.process-journey:has(.process-stage--five:hover) .route__line--five::after,
.process-journey:has(.process-stage--six:hover) .route__line--six::after {
  transform: scaleX(1);
}

.process-journey:has(.process-stage--one:hover) .route__node--one,
.process-journey:has(.process-stage--two:hover) .route__node--two,
.process-journey:has(.process-stage--three:hover) .route__node--three,
.process-journey:has(.process-stage--four:hover) .route__node--four,
.process-journey:has(.process-stage--five:hover) .route__node--five,
.process-journey:has(.process-stage--six:hover) .route__node--six {
  border-color: #a68f00;
  transform: translate(-50%, -50%) scale(1.3);
}

.engineering-process.is-visible .process-heading__eyebrow,
.engineering-process.is-visible .process-heading h2,
.engineering-process.is-visible .process-heading > p:last-child,
.engineering-process.is-visible .process-focus {
  opacity: 1;
}

.engineering-process.is-visible .process-heading__eyebrow,
.engineering-process.is-visible .process-heading h2,
.engineering-process.is-visible .process-heading > p:last-child {
  transform: translateY(0);
}

.engineering-process.is-visible .process-route::after {
  transform: scaleX(1);
}

.engineering-process.is-visible .route__line::after {
  transform: scaleX(1);
}

.engineering-process.is-visible .route__node {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  animation: process-node-pulse 900ms ease 2;
}

.engineering-process.is-visible .process-stage {
  opacity: 1;
  transform: translateY(0);
}

.engineering-process.is-visible .process-stage--one { transition-delay: 860ms; }
.engineering-process.is-visible .process-stage--two { transition-delay: 950ms; }
.engineering-process.is-visible .process-stage--three { transition-delay: 1040ms; }
.engineering-process.is-visible .process-stage--four { transition-delay: 1130ms; }
.engineering-process.is-visible .process-stage--five { transition-delay: 1220ms; }
.engineering-process.is-visible .process-stage--six { transition-delay: 1310ms; }

@keyframes process-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-33.333%); }
}

@keyframes process-orbit {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes process-node-pulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  45% { transform: translate(-50%, -50%) scale(1.34); }
}

/* Keep the model grid flush with the hero media at both edges. */
.hero-models {
  padding-top: 0;
  padding-bottom: 0;
}

/* Keep the products backdrop at the same visible scale as the hero artwork. */
.products {
  position: relative;
  isolation: isolate;
  background: #050505 url("./assets/images/ark-products-background.webp") center / cover fixed no-repeat;
}

.products::before {
  display: none;
}

.products .products__layout {
  position: relative;
  z-index: 1;
}

.product-gallery { overflow: hidden; padding: 120px 0 100px; color: var(--text); background: #0b0d10; }
.product-gallery__inner { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; overflow: hidden; }
.product-gallery header { display: flex; align-items: end; justify-content: space-between; margin-bottom: 46px; }.product-gallery h2 { margin: 0; font-size: clamp(3.3rem,5vw,5.7rem); line-height: .94; letter-spacing: -.055em; text-transform: uppercase; }
.gallery-controls { display: flex; gap: 12px; align-items: center; }.gallery-controls button { display:grid; width:46px; height:46px; place-items:center; color:#fff; border:1px solid rgba(255,255,255,.28); border-radius:50%; background:#111318; cursor:pointer; }.gallery-controls button:hover { color:#111318; border-color:var(--accent); background:var(--accent); }.gallery-controls span { margin-inline:8px; font-weight:700; }
.gallery-viewport { overflow:hidden; perspective:1500px; }.gallery-track { display:flex; width:max-content; gap:30px; padding-inline:calc(50vw - 270px); transform-style:preserve-3d; transition:transform 780ms cubic-bezier(.22,1,.36,1); }
.gallery-card { position:relative; display:block; width:540px; min-height:580px; padding:30px; overflow:hidden; color:#fff; border:1px solid rgba(255,255,255,.13); border-radius:18px; background:#111318; opacity:.45; text-decoration:none; transform:scale(.84) rotateY(-34deg); transition:transform 780ms cubic-bezier(.22,1,.36,1),opacity 500ms ease,border-color 500ms ease; }.gallery-card.is-before { transform:scale(.88) rotateY(34deg); }.gallery-card.is-after { transform:scale(.88) rotateY(-34deg); }.gallery-card.is-far { opacity:.22; }.gallery-card.is-active { z-index:2; opacity:1; border-color:rgba(255,255,255,.16); transform:scale(1) rotateY(0); }.gallery-card span { color:var(--accent); font-size:.68rem; font-weight:700; letter-spacing:.14em; }.gallery-card h3 { margin:12px 0 0; font-size:2.7rem; letter-spacing:-.06em; }.gallery-card img { width:100%; height:360px; object-fit:contain; transition:transform 600ms ease; }.gallery-card.is-active img { transform:translateY(-10px) scale(1.04); }.gallery-card p { margin:0; padding-top:16px; border-top:1px solid rgba(255,255,255,.13); color:var(--muted); font-size:.82rem; font-weight:700; }
.gallery-dots { display:flex; align-items:center; gap:10px; margin-top:38px; }.gallery-dots button { width:30px; height:6px; padding:0; color:transparent; border:0; background:rgba(255,255,255,.28); cursor:pointer; }.gallery-dots button[aria-current="true"] { width:64px; background:var(--accent); }.gallery-dots strong { margin-left:auto; font-size:.9rem; }

.gallery-card { min-height: 560px; padding: 26px; background: #111318; }
.gallery-card::before { position:absolute; inset:0; z-index:4; pointer-events:none; border-top:2px solid var(--accent); border-left:2px solid var(--accent); border-top-left-radius:18px; clip-path:polygon(0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0); content:""; opacity:0; transition:opacity 120ms ease,clip-path 480ms cubic-bezier(.22,1,.36,1); }
.gallery-card::after { position:absolute; top:31px; right:26px; color:#fff; content:"View Product  →"; font-size:.77rem; font-weight:700; transition:color var(--transition),transform var(--transition); }
.gallery-card h3 { margin-top:10px; font-size:2.45rem; }.gallery-card > span { color:rgba(255,255,255,.55); font-size:.64rem; }.gallery-card img { height:300px; margin:8px auto 4px; }.gallery-card.is-active img { transform:translateY(-8px) scale(1.03); }
.gallery-specs { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px; margin:12px 0 0; }.gallery-specs div { min-width:0; padding:13px; border:1px solid rgba(255,255,255,.075); border-radius:14px; background:#0d0f13; }.gallery-specs dt { min-height:32px; margin-bottom:7px; color:rgba(255,255,255,.52); font-size:.58rem; font-weight:700; line-height:1.35; text-transform:uppercase; }.gallery-specs dd { margin:0; color:#fff; font-size:.83rem; font-weight:700; white-space:nowrap; }
.gallery-card:hover::before { opacity:1; clip-path:polygon(0 0,29% 0,29% 2px,26px 2px,26px 26px,2px 26px,2px 36%,0 36%); }.gallery-card:hover::after { color:var(--accent); transform:translateX(4px); }.gallery-card:hover img { transform:translateY(-4px) scale(1.018); }

/* Homepage refinements. */
.topbar {
  color: #fff;
  background: rgba(12, 14, 18, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.topbar__nav { background: rgba(255, 255, 255, 0.07); }
.navlink { color: rgba(255, 255, 255, 0.76); }
.navlink:hover, .navlink.is-active { color: #fff; background: rgba(255, 255, 255, 0.14); }

/* Dark header → dark Products dropdown */
.topbar .navDropdown__menu {
  background: rgba(20, 22, 26, 0.98);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4);
}
.topbar .navDropdown__option { color: rgba(255, 255, 255, 0.88); }
.topbar .navDropdown__option:hover,
.topbar .navDropdown__option.is-active { background: rgba(255, 255, 255, 0.12); }
.topbar .navDropdown__trigger.is-active,
.topbar .navDropdown.is-open .navDropdown__trigger {
  color: #111318;
  background: #fff;
}

.topbar__contact {
  color: #111318;
  background: var(--accent);
  padding: 9px 16px;
}
.topbar__contact:hover,
.topbar__contact.is-active {
  color: #111318;
  background: #fff1a1;
}
.topbar__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
.topbar__nav,
.topbar__actions {
  overflow: visible;
}
.langDropdown {
  position: relative;
  flex: 0 0 auto;
  z-index: 40;
}
.langDropdown__trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 10px 15px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  font: inherit;
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color var(--transition);
}
.langDropdown__trigger:hover,
.langDropdown.is-open .langDropdown__trigger {
  background: rgba(255, 255, 255, 0.2);
}
.langDropdown__flag {
  display: block;
  width: 28px;
  height: 18px;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(15, 17, 21, 0.12);
  flex: 0 0 auto;
}
.langDropdown__name {
  max-width: 9.5ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: inherit;
  font-variant-ligatures: none;
  line-height: 1.35;
}
.langDropdown__code {
  margin-inline-start: auto;
  color: rgba(17, 19, 24, 0.55);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.langDropdown__chevron {
  font-size: 0.65rem;
  opacity: 0.7;
  transition: transform 180ms ease;
}
.langDropdown.is-open .langDropdown__chevron {
  transform: rotate(180deg);
}
.langDropdown__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 50;
  min-width: 220px;
  margin: 0;
  padding: 8px;
  list-style: none;
  border: 0;
  border-radius: 18px;
  background: rgba(236, 234, 228, 0.96);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  box-shadow: 0 16px 36px rgba(15, 17, 21, 0.16);
  color: #111318;
  overflow: hidden;
}
.langDropdown__option {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  color: inherit;
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 600;
  transition: background-color 140ms ease;
}
.langDropdown__option:hover {
  background: rgba(255, 255, 255, 0.55);
}
.langDropdown__option.is-active {
  background: rgba(255, 255, 255, 0.7);
}
.navDropdown {
  position: relative;
  flex: 0 0 auto;
  z-index: 40;
}
.navDropdown--mobile {
  display: none;
}
.navlink--products-mobile {
  display: none;
}
.navDropdown__trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 9px 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  white-space: nowrap;
  cursor: pointer;
  transition: color var(--transition), background-color var(--transition);
}
.navDropdown__chevron {
  font-size: 0.65rem;
  opacity: 0.7;
  transition: transform 180ms ease;
}
.navDropdown.is-open .navDropdown__chevron {
  transform: rotate(180deg);
}
.navDropdown__menu {
  position: absolute;
  top: calc(100% + 8px);
  inset-inline-start: 0;
  z-index: 50;
  min-width: 230px;
  margin: 0;
  padding: 8px;
  list-style: none;
  border: 0;
  border-radius: 18px;
  background: rgba(236, 234, 228, 0.96);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  box-shadow: 0 16px 36px rgba(15, 17, 21, 0.16);
  color: #111318;
  overflow: hidden;
}
.navDropdown__option {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  color: inherit;
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 600;
  transition: background-color 140ms ease;
}
.navDropdown__option:hover,
.navDropdown__option.is-active {
  background: rgba(255, 255, 255, 0.7);
}

@media (max-width: 760px) {
  .langDropdown__trigger .langDropdown__name {
    display: none;
  }
  .langDropdown__trigger {
    min-height: 40px;
    padding: 8px 12px;
  }
  .topbar__actions {
    gap: 6px;
    position: relative;
    z-index: 1200;
    overflow: visible;
  }

  .navDropdown--desktop,
  .navDropdown--mobile,
  .navlink--products-mobile,
  .topbar__nav .navCatalog,
  .topbar__nav [data-nav-catalog],
  .topbar__nav .navProducts {
    display: none !important;
  }

  .topbar__nav,
  .topbar__nav.is-open {
    display: none !important;
  }
}

@media (min-width: 761px) {
  .navDropdown--mobile,
  .navlink--products-mobile,
  .navProducts--mobile,
  .megamenu__products-item,
  .topbar__nav .navCatalog,
  .topbar__nav [data-nav-catalog] {
    display: none !important;
  }
}
.iconbtn { background: rgba(255, 255, 255, 0.1); }.iconbtn__lines::before, .iconbtn__lines::after { background: #fff; }
.topbar .button--dark { color: #111318; background: var(--accent); }.topbar .button--dark:hover { background: #fff1a1; }

.process-focus { border-color: rgba(17, 19, 24, 0.2); }
.process-focus::before { border-color: rgba(17, 19, 24, 0.1); }
.process-focus__tick { background: rgba(17, 19, 24, 0.42); }

.products__intro h2 { max-width: 640px; font-size: clamp(3.15rem, 4.35vw, 5.35rem); line-height: 1.06; letter-spacing: -0.06em; }
.products__intro h2 span { color: var(--accent); }
.products__intro > p:not(.eyebrow) { max-width: 430px; margin-top: 24px; font-size: 0.96rem; line-height: 1.75; }

/* Engineering process refinements — preserve the existing section structure. */
.process-bands {
  height: 102px;
}

.process-band {
  height: 44px;
}

.process-band--dark {
  top: 8px;
  transform: rotate(-0.75deg);
}

.process-band--light {
  bottom: 8px;
  height: 36px;
  transform: rotate(0.55deg);
}

.process-band__track {
  gap: 25px;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
}

.process-shell {
  min-height: 1000px;
  padding-top: 104px;
  padding-bottom: 54px;
}

.process-heading {
  max-width: 960px;
}

.process-heading h2 {
  font-size: clamp(3.15rem, 4.35vw, 5.1rem);
  line-height: 1.1;
}

.process-heading > p:last-child {
  margin-top: 22px;
  font-size: 0.97rem;
}

.process-journey {
  height: 410px;
  margin-top: 72px;
}

.process-route::before,
.process-route::after {
  display: none;
}

.process-journey::before,
.process-journey::after {
  position: absolute;
  right: 7%;
  bottom: 3px;
  left: 7%;
  z-index: 0;
  height: 1px;
  border-top: 1px dashed rgba(17, 19, 24, 0.2);
  content: "";
}

.process-journey::after {
  right: auto;
  width: 116px;
  border-top: 1px solid var(--accent);
}

.route__line {
  height: 2px;
  background: rgba(17, 19, 24, 0.3);
}

.route__line--one { top: 35%; left: 11%; width: 18%; transform: rotate(11deg); }
.route__line--two { top: 49%; left: 29%; width: 14%; transform: rotate(12deg); }
.route__line--three { top: 62%; left: 43%; width: 7%; transform: rotate(5deg); }
.route__line--four { top: 62%; left: 56%; width: 14%; transform: rotate(-12deg); }
.route__line--five { top: 49%; left: 70%; width: 14%; transform: rotate(-11deg); }
.route__line--six { top: 35%; left: 84%; width: 7%; transform: rotate(-2deg); }

.route__node {
  width: 17px;
  height: 17px;
  border-color: rgba(17, 19, 24, 0.52);
}

.route__node::before {
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(17, 19, 24, 0.12);
  border-radius: 50%;
  content: "";
}

.route__node--one { top: 35%; left: 11%; }
.route__node--two { top: 49%; left: 29%; }
.route__node--three { top: 62%; left: 43%; }
.route__node--four { top: 62%; left: 56%; }
.route__node--five { top: 49%; left: 70%; }
.route__node--six { top: 35%; left: 84%; }

.process-stage {
  width: min(220px, 17vw);
  min-height: 122px;
  padding-top: 14px;
}

.process-stage__number {
  top: -28px;
  color: rgba(17, 19, 24, 0.145);
  font-size: 3rem;
}

.process-stage > i {
  margin-bottom: 10px;
  font-size: 0.98rem;
}

.process-stage h3 {
  margin-bottom: 7px;
  font-size: 0.9rem;
}

.process-stage p {
  color: rgba(17, 19, 24, 0.64);
  font-size: 0.78rem;
  line-height: 1.58;
}

.process-stage--one { top: 6px; left: 7%; }
.process-stage--one::after { bottom: -27px; left: 32px; height: 27px; }
.process-stage--two { top: 92px; left: 21%; }
.process-stage--two::after { top: -31px; right: 34px; height: 31px; }
.process-stage--three { top: 203px; left: 22%; }
.process-stage--three::after { top: -42px; right: 25px; height: 42px; }
.process-stage--four { top: 203px; right: 22%; }
.process-stage--four::after { top: -42px; left: 25px; height: 42px; }
.process-stage--five { top: 92px; right: 21%; }
.process-stage--five::after { top: -31px; left: 34px; height: 31px; }
.process-stage--six { top: 6px; right: 7%; }
.process-stage--six::after { bottom: -27px; right: 32px; height: 27px; }

.process-focus {
  top: 62%;
  width: 258px;
  height: 258px;
  background: #e6e4dc;
}

.process-focus::before {
  inset: 16px;
}

.process-focus::after {
  right: 34px;
  bottom: 32px;
  left: 34px;
}

.process-focus img {
  bottom: 7px;
  width: 230px;
  opacity: 0.78;
}

.process-focus strong {
  margin-top: 45px;
  font-size: 1.9rem;
}

.process-focus small {
  margin-bottom: 38px;
  font-size: 0.5rem;
}

/* Process map — six-column technical route. */
.process-journey {
  width: min(100%, 1360px);
  min-width: 0;
  height: 450px;
  margin: 72px auto 0;
}

.process-journey::before,
.process-journey::after,
.process-route::before,
.process-route::after {
  display: none;
}

.process-route {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 0;
  height: 200px;
  transform: translateY(-50%);
}

.route-node {
  opacity: 0;
  transition: opacity 280ms ease;
}

.route-node__ring {
  fill: var(--warm);
  stroke: rgba(17, 19, 24, 0.52);
  stroke-width: 1.25;
  transition: r 220ms ease, stroke 220ms ease;
}

.route-node__dot {
  fill: var(--accent);
}

.process-stages {
  position: relative;
  z-index: 2;
  display: grid;
  height: 100%;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: 14px;
}

.process-stage,
.process-stage--one,
.process-stage--two,
.process-stage--three,
.process-stage--four,
.process-stage--five,
.process-stage--six {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: min(190px, 100%);
  min-height: 135px;
  margin: 0;
  padding: 0;
  border: 0;
}

.process-stage--one,
.process-stage--three,
.process-stage--five {
  align-self: start;
  justify-self: center;
}

.process-stage--two,
.process-stage--four,
.process-stage--six {
  align-self: end;
  justify-self: center;
}

.process-stage--three {
  justify-self: start;
  margin-left: -110px;
}

.process-stage--four {
  justify-self: end;
  margin-right: -110px;
}

.process-stage::after {
  right: auto;
  bottom: auto;
  left: 50%;
  width: 1px;
  background: rgba(17, 19, 24, 0.28);
  transform: translateX(-50%);
}

.process-stage--one::after,
.process-stage--three::after,
.process-stage--five::after {
  top: 135px;
  height: 90px;
}

.process-stage--two::after,
.process-stage--four::after,
.process-stage--six::after {
  top: -90px;
  height: 90px;
}

.process-stage__number {
  top: 0;
  right: 0;
  color: rgba(17, 19, 24, 0.16);
  font-size: 3.15rem;
}

.process-stage > i {
  margin-top: 39px;
  margin-bottom: 9px;
  color: #505258;
}

.process-stage h3 {
  max-width: 165px;
  margin-bottom: 7px;
  color: #202228;
  font-size: 0.86rem;
}

.process-stage p {
  max-width: 185px;
  color: rgba(17, 19, 24, 0.67);
  font-size: 0.83rem;
  line-height: 1.55;
}

.process-focus {
  top: 50%;
  z-index: 1;
  width: 184px;
  height: 184px;
  background: #e9e7df;
}

.process-focus::before {
  inset: 11px;
}

.process-focus::after {
  right: 24px;
  bottom: 18px;
  left: 24px;
}

.process-focus img {
  right: auto;
  bottom: 30px;
  left: 50%;
  width: 172px;
  height: auto;
  object-fit: contain;
  opacity: 1;
  transform: translateX(-50%);
}

.process-focus small {
  z-index: 2;
  margin-bottom: 19px;
  color: #3d3f43;
  font-size: 0.45rem;
}

.process-focus__tick--one { top: 13px; left: 23px; }
.process-focus__tick--two { right: 13px; bottom: 30px; }
.process-focus__tick--three { bottom: 13px; left: 30px; }

.engineering-process.is-visible .route-node {
  opacity: 1;
}

.engineering-process.is-visible .route-node--one { transition-delay: 650ms; }
.engineering-process.is-visible .route-node--two { transition-delay: 770ms; }
.engineering-process.is-visible .route-node--three { transition-delay: 890ms; }
.engineering-process.is-visible .route-node--four { transition-delay: 1010ms; }
.engineering-process.is-visible .route-node--five { transition-delay: 1130ms; }
.engineering-process.is-visible .route-node--six { transition-delay: 1250ms; }

.process-journey:has(.process-stage--one:hover) .route-node--one .route-node__ring,
.process-journey:has(.process-stage--two:hover) .route-node--two .route-node__ring,
.process-journey:has(.process-stage--three:hover) .route-node--three .route-node__ring,
.process-journey:has(.process-stage--four:hover) .route-node--four .route-node__ring,
.process-journey:has(.process-stage--five:hover) .route-node--five .route-node__ring,
.process-journey:has(.process-stage--six:hover) .route-node--six .route-node__ring {
  r: 13px;
  stroke: #aa9200;
}

/* CSS route: no SVG assets or inline SVG markup. */
.process-route::before {
  position: absolute;
  top: 50%;
  right: 8.333%;
  left: 8.333%;
  display: block;
  height: 1px;
  border-top: 1px dashed rgba(17, 19, 24, 0.2);
  content: "";
}

.process-route__line {
  position: absolute;
  z-index: 1;
  display: block;
  height: 2px;
  background: #d7ba00;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: opacity 160ms ease, transform 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.process-route__line--one { top: 45%; left: 8.333%; width: 16.667%; transform: rotate(4deg) scaleX(0); }
.process-route__line--two { top: 53%; left: 25%; width: 16.667%; transform: rotate(-4deg) scaleX(0); }
.process-route__line--three { top: 47%; left: 41.667%; width: 8.333%; transform: rotate(4deg) scaleX(0); }
.process-route__line--four { top: 50%; left: 50%; width: 8.333%; transform: rotate(4deg) scaleX(0); }
.process-route__line--five { top: 53%; left: 58.333%; width: 16.667%; transform: rotate(-4deg) scaleX(0); }
.process-route__line--six { top: 47%; left: 75%; width: 16.667%; transform: rotate(4deg) scaleX(0); }

.route-node {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
  transition: opacity 280ms ease, transform 240ms ease;
}

.route-node__ring {
  position: relative;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 1.25px solid rgba(17, 19, 24, 0.52);
  border-radius: 50%;
  background: var(--warm);
  transition: width 220ms ease, height 220ms ease, border-color 220ms ease;
}

.route-node__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.route-node--one { top: 45%; left: 8.333%; }
.route-node--two { top: 53%; left: 25%; }
.route-node--three { top: 47%; left: 41.667%; }
.route-node--four { top: 53%; left: 58.333%; }
.route-node--five { top: 47%; left: 75%; }
.route-node--six { top: 53%; left: 91.667%; }

.engineering-process.is-visible .process-route__line {
  opacity: 1;
  transform: scaleX(1);
}

.engineering-process.is-visible .process-route__line--one { transform: rotate(4deg) scaleX(1); transition-delay: 520ms; }
.engineering-process.is-visible .process-route__line--two { transform: rotate(-4deg) scaleX(1); transition-delay: 650ms; }
.engineering-process.is-visible .process-route__line--three { transform: rotate(4deg) scaleX(1); transition-delay: 780ms; }
.engineering-process.is-visible .process-route__line--four { transform: rotate(4deg) scaleX(1); transition-delay: 900ms; }
.engineering-process.is-visible .process-route__line--five { transform: rotate(-4deg) scaleX(1); transition-delay: 1020ms; }
.engineering-process.is-visible .process-route__line--six { transform: rotate(4deg) scaleX(1); transition-delay: 1140ms; }

.engineering-process.is-visible .route-node {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.process-journey:has(.process-stage--one:hover) .route-node--one .route-node__ring,
.process-journey:has(.process-stage--two:hover) .route-node--two .route-node__ring,
.process-journey:has(.process-stage--three:hover) .route-node--three .route-node__ring,
.process-journey:has(.process-stage--four:hover) .route-node--four .route-node__ring,
.process-journey:has(.process-stage--five:hover) .route-node--five .route-node__ring,
.process-journey:has(.process-stage--six:hover) .route-node--six .route-node__ring {
  width: 26px;
  height: 26px;
  border-color: #aa9200;
}

/* Keep the two angled transition bands centred on the viewport axis. */
.process-band {
  left: 50%;
  width: 100%;
  transform-origin: center;
}

.process-band--dark {
  transform: translateX(-50%) rotate(-0.75deg);
}

.process-band--light {
  transform: translateX(-50%) rotate(0.55deg);
}

/* Strengthen the central ARK machine focal point without changing the map. */
.process-focus {
  width: 336px;
  height: 336px;
}

.process-focus::before {
  inset: 18px;
}

.process-focus::after {
  right: 42px;
  bottom: 31px;
  left: 42px;
}

.process-focus img {
  bottom: 46px;
  width: 314px;
}

.process-focus small {
  margin-bottom: 28px;
}

.process-stage--three {
  margin-left: -180px;
}

.process-stage--four {
  margin-right: -180px;
}

/* Hero-to-process transition: two continuous, offset ticker bands. */
.engineering-process {
  margin-top: -150px;
  overflow: visible;
  background: linear-gradient(to bottom, transparent 0 105px, var(--warm) 105px);
}

.process-bands {
  height: 105px;
  overflow: visible;
  border: 0;
  z-index: 10;
}

.process-band {
  left: -60px;
  width: calc(100% + 120px);
  overflow: hidden;
  transform-origin: center;
}

.process-band--dark {
  top: 93px;
  z-index: 2;
  height: 44px;
  color: #eeece5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: #050503;
  transform: rotate(-2.2deg);
}

.process-band--light {
  top: 93px;
  bottom: auto;
  z-index: 1;
  height: 38px;
  color: #050503;
  border-top: 0;
  border-bottom: 1px solid rgba(17, 19, 24, 0.18);
  background: #fff;
  transform: rotate(2.2deg);
}

.process-band__track {
  width: max-content;
  min-width: 200vw;
  height: 100%;
  gap: 0;
  padding: 0;
  line-height: 1;
  animation: process-ticker-left 28s linear infinite;
}

.process-band--light .process-band__track {
  animation: process-ticker-right 32s linear infinite;
}

.process-band__group {
  display: flex;
  width: 100vw;
  height: 100%;
  flex: 0 0 100vw;
  align-items: center;
  justify-content: space-around;
  gap: 22px;
  padding-inline: 22px;
}

.process-band__item {
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.115em;
  white-space: nowrap;
}

.process-band b {
  flex: 0 0 auto;
  display: block;
  width: 29px;
  height: 14px;
  background: url("./assets/images/ark-logo.png") center / contain no-repeat;
  font-size: 0;
}

.process-band b::before {
  content: none;
}

@keyframes process-ticker-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes process-ticker-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

/* Global field coverage */
.global-reach {
  overflow: hidden;
  padding: 120px 0;
  color: #f2f1eb;
  background: #08090a;
}

.global-reach__inner {
  display: grid;
  width: min(calc(100% - 32px), var(--container));
  min-height: 760px;
  margin-inline: auto;
  grid-template-columns: minmax(320px, 29%) minmax(0, 71%);
  background: #101214;
}

.global-reach h2 {
  margin: 0;
  color: #f5f4ee;
  font-size: clamp(2.1rem, 2.7vw, 3.3rem);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.94;
  text-transform: uppercase;
}

.global-reach__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
  gap: 7px;
}

.global-reach__stats article {
  position: relative;
  display: grid;
  min-height: 112px;
  overflow: hidden;
  place-items: center;
  align-content: center;
  border: 0;
  background: transparent;
  text-align: center;
  transition: border-color var(--transition), background-color var(--transition);
}

.global-reach__stats article::before,
.global-reach__stats article::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.global-reach__stats article::before {
  top: 50%;
  left: 50%;
  width: 82px;
  height: 82px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transform: translate(-50%, -50%);
}

.global-reach__stats article::after {
  top: 50%;
  left: 50%;
  width: 82px;
  height: 82px;
  border: 1px solid var(--accent);
  transform: translate(-50%, -50%);
}

.global-reach__stats article:hover {
  background: rgba(255, 222, 3, 0.025);
}

.global-reach__stats strong,
.global-reach__stats span {
  position: relative;
  z-index: 1;
}

.global-reach__stats strong {
  color: #f8f7f1;
  font-size: clamp(1.25rem, 1.5vw, 1.7rem);
  letter-spacing: -0.06em;
  line-height: 1;
}

.global-reach__stats span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.global-reach__countries {
  margin-top: 38px;
}

.global-reach__countries h3 {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.global-reach__countries > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.global-reach__countries a {
  min-width: 0;
  padding: 6px 7px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.012);
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color var(--transition), border-color var(--transition), background-color var(--transition);
}

.global-reach__countries a:hover,
.global-reach__countries a:focus-visible {
  color: #fff8c9;
  border-color: rgba(255, 222, 3, 0.35);
  background: rgba(255, 222, 3, 0.035);
}

.global-reach__note {
  max-width: 310px;
  margin: auto 0 0;
  padding-top: 23px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.74rem;
  line-height: 1.7;
}

.global-map {
  position: relative;
  display: grid;
  min-width: 0;
  overflow: hidden;
  padding: 28px 34px 24px;
  grid-template-rows: auto 1fr auto;
  background: #0d0f11;
}

.global-map::before {
  display: none;
}

.global-map__figure {
  position: relative;
  z-index: 1;
  min-height: 570px;
  margin: 0;
}

.global-map__figure img {
  position: absolute;
  inset: 50% 0 auto;
  width: 100%;
  height: auto;
  opacity: 0.84;
  transform: translateY(-50%);
}

.global-map__marker {
  position: absolute;
  z-index: 2;
  top: var(--y);
  left: var(--x);
  width: 9px;
  height: 9px;
  cursor: default;
  border: 2px solid #f2e4a0;
  border-radius: 50%;
  background: var(--accent);
  transform: translate(-50%, -50%);
}

.global-map__marker::after {
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(255, 222, 3, 0.46);
  border-radius: 50%;
  content: "";
  animation: global-marker-pulse 2.7s ease-out infinite;
  transition: border-color var(--transition);
}

.global-map__marker::before {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  padding: 6px 8px;
  color: #f5f3ea;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #121416;
  content: attr(data-label);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 4px);
  transition: opacity var(--transition), transform var(--transition);
  white-space: nowrap;
}

.global-map__marker--large {
  width: 12px;
  height: 12px;
}

.global-map__marker--large::after {
  inset: -11px;
  animation-duration: 3.1s;
}

.global-map__marker:hover::after {
  border-color: rgba(255, 222, 3, 0.8);
}

.global-map__marker:hover::before {
  opacity: 1;
  transform: translate(-50%, 0);
}

.global-map__marker:nth-of-type(2)::after { animation-delay: -0.4s; }
.global-map__marker:nth-of-type(3)::after { animation-delay: -1.2s; }
.global-map__marker:nth-of-type(4)::after { animation-delay: -1.8s; }
.global-map__marker:nth-of-type(5)::after { animation-delay: -0.8s; }
.global-map__marker:nth-of-type(6)::after { animation-delay: -2.2s; }
.global-map__marker:nth-of-type(7)::after { animation-delay: -1.5s; }
.global-map__marker:nth-of-type(8)::after { animation-delay: -0.2s; }
.global-map__marker:nth-of-type(9)::after { animation-delay: -2.5s; }

@keyframes global-marker-pulse {
  0%, 18% { opacity: 0.72; transform: scale(0.82); }
  64% { opacity: 0; transform: scale(1.65); }
  100% { opacity: 0; transform: scale(1.65); }
}

/* Global field coverage — map-first hierarchy. */
.global-reach__inner {
  display: grid;
  min-height: 0;
  grid-template-columns: minmax(430px, 37%) minmax(0, 1fr);
  gap: 28px 48px;
  background: transparent;
}

.global-map {
  grid-column: 2;
  grid-row: 1 / span 3;
  display: block;
  overflow: visible;
  padding: 0;
  background: transparent;
  isolation: isolate;
}

.global-map__figure {
  min-height: 0;
  aspect-ratio: 2 / 1;
  overflow: hidden;
}

.global-map__figure img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: none;
}

.global-reach__title {
  position: relative;
  z-index: 2;
  width: auto;
  max-width: none;
  margin: 0 0 15px;
  color: #f5f4ee;
  font-size: clamp(3.1rem, 5vw, 6.2rem);
  line-height: 0.9;
  text-align: center;
}

.global-reach__details {
  display: contents;
}

.global-reach__countries,
.global-reach__stats {
  margin-top: 0;
}

.global-reach__countries {
  grid-column: 1;
  grid-row: 2;
}

.global-reach__stats {
  grid-column: 1;
  grid-row: 1;
  order: 0;
  align-self: center;
}

.global-reach__note {
  grid-column: 1;
  grid-row: 3;
  max-width: 560px;
  margin: 0;
  padding-top: 0;
}

/* ARK YouTube video showcase */
.video-showcase {
  overflow: hidden;
  padding: 124px 0 132px;
  color: #f4f2ea;
  background: #090a0b;
}

.video-showcase__inner {
  width: min(calc(100% - 32px), var(--container));
  margin-inline: auto;
}

.video-showcase__head {
  display: grid;
  margin-bottom: 48px;
  grid-template-columns: minmax(0, 1fr);
  text-align: center;
}

.video-showcase__head > div {
  width: 100%;
  margin-inline: auto;
}

.video-showcase h2 {
  margin: 0;
  color: #f7f5ee;
  font-size: 3.75rem;
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.9;
  text-transform: uppercase;
}

.video-showcase__head > div > p:last-child {
  max-width: 680px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.96rem;
  line-height: 1.75;
}

.video-showcase__stage {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1.8fr) minmax(410px, 1fr);
  gap: clamp(28px, 3vw, 54px);
  align-items: start;
}

.video-feature-column {
  min-width: 0;
}

.video-feature {
  position: relative;
  min-width: 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #111315;
  opacity: 1;
  transition: opacity 220ms ease;
}

.video-feature.is-switching {
  opacity: 0.62;
}

.video-feature__media,
.video-feature__media > img,
.video-feature__media > video,
.video-feature__media iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-feature__media > img,
.video-feature__media > video,
.video-feature__media iframe {
  display: block;
  object-fit: cover;
}

.video-feature__media > video {
  position: relative;
  z-index: 3;
  background: #090a0b;
}

.video-feature__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 5, 6, 0.78), transparent 58%);
  content: "";
  pointer-events: none;
}

.video-feature__title {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 24px;
  left: 28px;
  overflow: hidden;
  color: #fff;
  font-size: clamp(1rem, 1.45vw, 1.45rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video-feature__play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 76px;
  height: 76px;
  cursor: pointer;
  place-items: center;
  color: #171717;
  border: 0;
  border-radius: 50%;
  background: var(--accent);
  font-size: 1.15rem;
  text-decoration: none;
  transform: translate(-50%, -50%);
  transition: background-color var(--transition), transform var(--transition);
}

.video-feature__play:hover {
  background: #fff2a1;
  transform: translate(-50%, -50%) scale(1.025);
}

.video-feature__play:focus-visible,
.video-select:focus-visible {
  outline: 0;
  background-color: rgba(255, 222, 3, 0.14);
}

.video-feature__details {
  display: flex;
  gap: 26px;
  align-items: end;
  justify-content: space-between;
  padding-top: 20px;
}

.video-feature__details span {
  color: rgba(255, 255, 255, 0.49);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.video-feature__details a {
  display: inline-flex;
  margin-left: auto;
  gap: 9px;
  flex: 0 0 auto;
  align-items: center;
  padding-bottom: 4px;
  color: rgba(255, 255, 255, 0.69);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  transition: color var(--transition);
}

.video-feature__details a i {
  color: var(--accent);
  transition: transform var(--transition);
}

.video-feature__details a:hover {
  color: var(--accent);
}

.video-feature__details a:hover i {
  transform: translateX(4px);
}

.video-selector {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 20px;
}

.video-select {
  display: grid;
  min-width: 0;
  padding: 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.62);
  border: 0;
  background: transparent;
  font-family: inherit;
  text-align: left;
  transition: color var(--transition), opacity var(--transition), transform var(--transition);
}

.video-select__visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #131517;
}

.video-select__visual::after {
  position: absolute;
  inset: 0;
  background: rgba(4, 5, 6, 0.32);
  content: "";
  transition: background-color var(--transition);
}

.video-select img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 340ms cubic-bezier(0.22, 1, 0.36, 1), opacity var(--transition);
}

.video-select__playing,
.video-select__play {
  position: absolute;
  z-index: 1;
}

.video-select__play {
  top: 50%;
  left: 50%;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #1c1b15;
  border-radius: 50%;
  background: rgba(255, 222, 3, 0.9);
  font-size: 0.62rem;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.92);
  transition: opacity var(--transition), transform var(--transition);
}

.video-select__playing {
  right: 12px;
  bottom: 11px;
  color: var(--accent);
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  opacity: 0;
  text-transform: uppercase;
}

.video-select:hover {
  color: #fff;
}

.video-select:hover img {
  transform: scale(1.025);
}

.video-select:hover .video-select__visual::after {
  background: rgba(4, 5, 6, 0.13);
}

.video-select:hover .video-select__play {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.video-select.is-active {
  color: #f8f6ed;
}

.video-select.is-active img {
  opacity: 0.55;
  transform: scale(0.98);
}

.video-select.is-active .video-select__playing {
  color: var(--accent);
  opacity: 1;
}

/* Keep the technical frame present but visually secondary to the machine. */
.process-focus {
  border-color: rgba(17, 19, 24, 0.11);
}

.process-focus::before {
  border-color: rgba(17, 19, 24, 0.055);
}

.process-focus__tick {
  background: rgba(17, 19, 24, 0.26);
}

/* Imported ARK About section, adapted to the existing Font Awesome icon system. */
.ark-about-v2,
.ark-about-v2 * {
  box-sizing: border-box;
}

.ark-about-v2 {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  height: 780px;
  min-height: 0;
  margin: 0;
  overflow: visible;
  color: #111214;
  background: #f4f1ea;
}

.ark-about-v2::before,
.ark-about-v2::after {
  position: absolute;
  inset: 0;
  content: "";
}

.ark-about-v2::before {
  z-index: 3;
  background: #dfdcd4;
  clip-path: polygon(55.6% 0, 59.6% 0, 46.6% 50%, 59.6% 100%, 55.6% 100%, 43.6% 50%);
}

.ark-about-v2::after {
  z-index: 4;
  background: var(--accent);
  clip-path: polygon(55% 0, 59% 0, 46% 50%, 59% 100%, 55% 100%, 43% 50%);
}

.ark-about-v2__content {
  position: relative;
  z-index: 5;
  display: flex;
  width: 54%;
  height: 100%;
  min-width: 0;
  padding: 52px 86px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.ark-about-v2__title {
  max-width: 720px;
  margin: 0;
  color: #0e0f11;
  font-size: clamp(2.8rem, 3.45vw, 3.9rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-align: left;
  text-transform: uppercase;
}

.ark-about-v2__title span {
  color: #111318;
}

.ark-about-v2__description {
  max-width: 630px;
  margin: 27px 0 0;
  color: #484842;
  font-size: 0.98rem;
  line-height: 1.8;
}

.ark-about-v2__visual {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 55%;
  height: auto;
  overflow: visible;
  background: none;
}

.ark-about-v2__visual::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("./assets/images/about-field-background.webp") 54% center / cover no-repeat;
  clip-path: polygon(25.5% 0, 100% 0, 100% 100%, 25.5% 100%, 0 50%);
  content: "";
}

.ark-about-v2__machine {
  position: absolute;
  right: 4%;
  bottom: -20px;
  z-index: 2;
  width: auto;
  height: calc(100% + 160px);
  max-width: none;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
}

/* Primary headings use a calmer, more open letter rhythm. */
.hero-film h1,
.process-heading h2,
.products h2,
.product-gallery h2,
.ark-about-v2__title,
.global-reach h2,
.video-showcase h2 {
  letter-spacing: -0.018em;
}

/* Countries where ARK machines work */
.world-coverage {
  padding: 50px 16px 22px;
  color: #fff;
  background: #090a0b;
}

.world-coverage__layout {
  display: grid;
  width: min(100%, var(--container));
  min-height: 760px;
  margin-inline: auto;
  grid-template-columns: 394px minmax(0, 1fr);
  gap: 22px;
}

.world-coverage__panel,
.world-coverage__map {
  border: 0;
  border-radius: 22px;
  background: #1e1e1e6b;
}

.world-coverage__panel {
  padding: 15px 18px 25px;
}

.world-coverage__panel h2 {
  margin: 0;
  color: #fff;
  font-size: 3.75rem;
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.34;
}

.world-coverage__divider {
  height: 1px;
  margin: 17px 0 16px;
  background: rgba(224, 231, 244, 0.28);
}

.world-coverage__panel h3 {
  margin: 0;
  color: #fff;
  font-size: 1.04rem;
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.3;
}

.world-coverage__stats {
  display: grid;
  margin: 17px 0 30px;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.world-stat {
  position: relative;
  display: grid;
  min-width: 0;
  padding-top: 96px;
  place-items: center;
}

.world-stat::before,
.world-stat::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  content: "";
  transform: translateX(-50%);
}

.world-stat::before {
  background: conic-gradient(var(--accent) 0 79%, #e5e8eb 79% 100%);
}

.world-stat::after {
  inset: 6px auto auto 50%;
  width: 76px;
  height: 76px;
  background: #121213;
}

.world-stat--countries::before,
.world-stat--machines::before { background: var(--accent); }
.world-stat--continents::before { background: conic-gradient(var(--accent) 0 48%, #e5e8eb 48% 95%, var(--accent) 95% 100%); }

.world-stat span,
.world-stat strong {
  position: relative;
  z-index: 1;
}

.world-stat span {
  position: absolute;
  top: 30px;
  color: var(--accent);
  font-size: 1.28rem;
  font-weight: 600;
  letter-spacing: -0.06em;
}

.world-stat strong {
  overflow: hidden;
  max-width: 100%;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: -0.035em;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.world-coverage__countries h3 { margin-bottom: 15px; }

.world-coverage__countries ul {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 8px 7px;
  list-style: none;
}

.world-coverage__countries li {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 5px;
  padding: 6px 9px;
  color: #f5f7fc;
  border: 1px solid rgba(255, 222, 3, 0.55);
  border-radius: 10px;
  background: rgba(255, 222, 3, 0.06);
  box-shadow: inset 0 0 12px rgba(255, 222, 3, 0.08);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  white-space: nowrap;
}

.world-coverage__countries li span { display: none; }

.world-coverage__map {
  position: relative;
  min-height: 0;
  overflow: hidden;
  isolation: isolate;
}

.world-map-canvas {
  position: absolute;
  inset: 50% 4% auto;
  width: 92%;
  aspect-ratio: 1774 / 887;
  opacity: 1;
  transform: translateY(-50%);
}

.world-map-canvas img {
  display: block;
  width: 100%;
  height: 100%;
}

.world-map-point {
  position: absolute;
  top: var(--y);
  left: var(--x);
  width: 22px;
  height: 22px;
  padding: 0;
  cursor: pointer;
  border: 1px solid rgba(255, 222, 3, 0.68);
  border-radius: 50%;
  background: rgba(255, 222, 3, 0.1);
  box-shadow: 0 0 10px rgba(255, 222, 3, 0.22);
  opacity: 0.72;
  transform: translate(-50%, -50%) scale(0.38);
  will-change: opacity, transform;
}

.world-map-tooltip {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  z-index: 4;
  padding: 7px 9px;
  color: #15120a;
  border-radius: 5px;
  background: var(--accent);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
  font-family: inherit;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 5px);
  transition: opacity 180ms ease, transform 180ms ease;
  white-space: nowrap;
}

.world-map-tooltip::after {
  position: absolute;
  top: 100%;
  left: 50%;
  border: 5px solid transparent;
  border-top-color: var(--accent);
  content: "";
  transform: translateX(-50%);
}

.world-map-point:hover .world-map-tooltip,
.world-map-point:focus-visible .world-map-tooltip {
  opacity: 1;
  transform: translate(-50%, 0);
}

.world-map-point:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }

.world-map-point::before {
  position: absolute;
  inset: -7px;
  border: 2px solid rgba(255, 222, 3, 0.82);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255, 222, 3, 0.1);
  content: "";
  opacity: 0;
}

.world-coverage__map.is-animated .world-map-point {
  background: rgba(255, 222, 3, 0.1);
  box-shadow: 0 0 10px rgba(255, 222, 3, 0.22);
  animation: world-map-marker-enter 460ms cubic-bezier(0.22, 1, 0.36, 1) var(--entry-delay) both;
}

.world-coverage__map.is-animated .world-map-point::before {
  animation: world-map-marker-pulse 2.8s cubic-bezier(0.15, 0.55, 0.35, 1) calc(var(--entry-delay) + 460ms) infinite;
}

.world-map-point::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 8px var(--accent);
  content: "";
  transform: translate(-50%, -50%);
}

.world-coverage__map.is-animated .world-map-point::after {
  animation: world-map-dot-glow 2.8s ease-in-out calc(var(--entry-delay) + 460ms) infinite;
}

.world-map-point--sm,
.world-map-point--md,
.world-map-point--lg,
.world-map-point--xl { width: 22px; height: 22px; }

.world-map-point:nth-of-type(1) { --entry-delay: 0ms; }
.world-map-point:nth-of-type(2) { --entry-delay: 130ms; }
.world-map-point:nth-of-type(3) { --entry-delay: 260ms; }
.world-map-point:nth-of-type(4) { --entry-delay: 390ms; }
.world-map-point:nth-of-type(5) { --entry-delay: 520ms; }
.world-map-point:nth-of-type(6) { --entry-delay: 650ms; }
.world-map-point:nth-of-type(7) { --entry-delay: 780ms; }
.world-map-point:nth-of-type(8) { --entry-delay: 910ms; }
.world-map-point:nth-of-type(9) { --entry-delay: 1040ms; }
.world-map-point:nth-of-type(10) { --entry-delay: 1170ms; }
.world-map-point:nth-of-type(11) { --entry-delay: 1300ms; }
.world-map-point:nth-of-type(12) { --entry-delay: 1430ms; }
.world-map-point:nth-of-type(13) { --entry-delay: 1560ms; }
.world-map-point:nth-of-type(14) { --entry-delay: 1690ms; }
.world-map-point:nth-of-type(15) { --entry-delay: 1820ms; }
.world-map-point:nth-of-type(16) { --entry-delay: 1950ms; }
.world-map-point:nth-of-type(17) { --entry-delay: 2080ms; }
.world-map-point:nth-of-type(18) { --entry-delay: 2210ms; }
.world-map-point:nth-of-type(19) { --entry-delay: 2340ms; }
.world-map-point:nth-of-type(20) { --entry-delay: 2470ms; }
.world-map-point:nth-of-type(21) { --entry-delay: 2600ms; }
.world-map-point:nth-of-type(22) { --entry-delay: 2730ms; }
.world-map-point:nth-of-type(23) { --entry-delay: 2860ms; }

@keyframes world-map-marker-enter {
  0% { opacity: 0.72; transform: translate(-50%, -50%) scale(0.38); }
  72% { opacity: 1; transform: translate(-50%, -50%) scale(1.08); }
  100% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

@keyframes world-map-marker-pulse {
  0%, 16% { opacity: 0; transform: scale(0.72); }
  28% { opacity: 0.95; }
  76%, 100% { opacity: 0; transform: scale(1.62); }
}

@keyframes world-map-dot-glow {
  0%, 16%, 100% { opacity: 0.72; box-shadow: 0 0 5px rgba(255, 222, 3, 0.55); transform: translate(-50%, -50%) scale(1); }
  30% { opacity: 1; box-shadow: 0 0 13px var(--accent); transform: translate(-50%, -50%) scale(1.65); }
}

@media (max-width: 1000px) {
  .world-coverage__layout { min-height: 0; grid-template-columns: 330px minmax(0, 1fr); }
  .world-coverage__panel { padding-inline: 15px; }
  .world-stat::before { width: 76px; height: 76px; }
  .world-stat::after { width: 64px; height: 64px; }
  .world-stat { padding-top: 84px; }
  .world-stat span { top: 25px; }
}

@media (max-width: 760px) {
  .product-gallery__inner,
  .global-reach__inner,
  .video-showcase__inner { width: min(calc(100% - 20px), var(--container)); }
  .world-coverage { padding: 12px 10px; }
  .world-coverage__layout { grid-template-columns: 1fr; gap: 12px; }
  .world-coverage__panel { padding: 20px 16px; }
  .world-coverage__map { min-height: 280px; }
  .world-map-canvas { right: auto; left: 2%; width: 96%; }
}

/* Sector showcase — above FAQ */
.sector-showcase {
  padding: clamp(80px, 9vw, 120px) 16px clamp(64px, 7vw, 96px);
  background: #090a0b;
}

.sector-showcase__inner {
  display: grid;
  width: min(100%, var(--container));
  min-height: clamp(420px, 38vw, 500px);
  margin-inline: auto;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 1fr);
  gap: 16px;
  align-items: stretch;
}

.sector-showcase__hero {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: 100%;
  align-items: flex-end;
  padding: clamp(28px, 4vw, 42px);
  border-radius: var(--radius-card);
  isolation: isolate;
}

.sector-showcase__hero img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sector-showcase__hero-scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(0deg, rgba(5, 5, 5, 0.88) 0%, rgba(5, 5, 5, 0.28) 52%, rgba(5, 5, 5, 0.12)),
    linear-gradient(90deg, rgba(5, 5, 5, 0.55), transparent 70%);
}

.sector-showcase__hero h2 {
  max-width: 10ch;
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 4.2vw, 3.75rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.12;
  text-transform: uppercase;
}

.sector-showcase__aside {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 16px;
  min-height: 100%;
  overflow: visible;
}

.sector-showcase__about,
.sector-showcase__cta {
  position: relative;
  z-index: 1;
  overflow: visible;
  border-radius: var(--radius-card);
}

.sector-showcase__about {
  display: flex;
  min-height: 0;
  height: auto;
  padding: clamp(28px, 3.2vw, 40px);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: var(--ink);
  background: var(--warm);
}

.sector-showcase__about h3 {
  max-width: 100%;
  margin: 0;
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.08;
  text-transform: uppercase;
}

.sector-showcase__about h3 span {
  color: #111318;
}

.sector-showcase__about p {
  max-width: 100%;
  margin: 16px 0 0;
  color: rgba(17, 19, 24, 0.68);
  font-size: 0.95rem;
  line-height: 1.72;
}

.sector-showcase__cta {
  display: flex;
  width: 100%;
  max-width: none;
  min-height: 0;
  padding: 16px 20px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  color: #fff;
  background: #111318;
}

.sector-showcase__product {
  display: none;
}

.sector-showcase__cta h3 {
  max-width: none;
  margin: 0;
  font-size: clamp(0.95rem, 1.35vw, 1.15rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.08;
  text-transform: uppercase;
}

.sector-showcase__btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  margin-top: 22px;
  padding: 12px 18px;
  border: 0;
  border-radius: 14px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform var(--transition), background-color var(--transition), color var(--transition);
}

.sector-showcase__cta .sector-showcase__btn {
  margin-top: 0;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.72rem;
}

.sector-showcase__btn:hover {
  transform: translateY(-2px);
}

.sector-showcase__btn--dark {
  color: #fff;
  background: #111318;
}

.sector-showcase__btn--dark i {
  color: var(--accent);
  transition: transform var(--transition), color var(--transition);
}

.sector-showcase__btn--dark:hover {
  color: #111318;
  background: var(--accent);
}

.sector-showcase__btn--dark:hover i {
  color: #111318;
  transform: translateX(3px);
}

.sector-showcase__btn--accent {
  color: #111318;
  background: var(--accent);
}

.sector-showcase__btn--accent i {
  font-size: 0.92rem;
}

.sector-showcase__btn--accent:hover {
  background: #fff1a1;
}

.sector-showcase__btn:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .sector-showcase__inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .sector-showcase__hero {
    min-height: clamp(320px, 58vw, 420px);
  }

  .sector-showcase__aside {
    grid-template-rows: auto auto;
  }

  .sector-showcase__about {
    min-height: 300px;
  }

  .sector-showcase__cta {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .sector-showcase {
    padding-inline: 10px;
  }

  .sector-showcase__inner {
    gap: 12px;
  }

  .sector-showcase__hero,
  .sector-showcase__about,
  .sector-showcase__cta {
    border-radius: 18px;
  }

  .sector-showcase__cta {
    min-height: 0;
  }
}

/* Frequently asked questions */
.faq-section {
  padding: 126px 16px;
  color: var(--ink);
  background: var(--warm);
}

.faq-section__inner {
  display: grid;
  width: min(100%, var(--container));
  margin-inline: auto;
  grid-template-columns: minmax(270px, 0.63fr) minmax(0, 1.37fr);
  gap: clamp(46px, 9vw, 170px);
  align-items: start;
}

.faq-section__heading {
  position: sticky;
  top: 30px;
}

.faq-section__heading > span {
  margin: 0;
  color: rgba(17, 19, 24, 0.5);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.world-coverage__panel h2 span {
  white-space: nowrap;
}

.faq-section__heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: 3.75rem;
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 0.9;
  text-transform: uppercase;
}

.faq-section__heading h2 span { color: var(--ink); }

.faq-section__description {
  max-width: 680px;
  margin: 16px auto 0;
  color: rgba(17, 19, 24, 0.62);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7;
  text-transform: none;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  border: 1px solid rgba(17, 19, 24, 0.1);
  background: rgba(255, 255, 255, 0.72);
  transition: background-color 240ms ease;
}

.faq-item::before,
.faq-item::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  background: var(--accent);
  content: "";
  transition: width 300ms ease, height 300ms ease;
}

.faq-item::before { width: 0; height: 2px; }
.faq-item::after { width: 2px; height: 0; }
.faq-item:hover::before,
.faq-item:focus-within::before { width: 38%; }
.faq-item:hover::after,
.faq-item:focus-within::after { height: 100%; }
.faq-item:not([open]):hover { background: #fff; }

.faq-item[open] { background: #fff; }

.faq-item summary {
  position: relative;
  display: grid;
  min-height: 112px;
  cursor: pointer;
  padding: 22px 104px 22px 28px;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: center;
  list-style: none;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item__number {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: rgba(17, 19, 24, 0.72);
  border: 1px solid rgba(17, 19, 24, 0.14);
  border-radius: 11px;
  background: rgba(17, 19, 24, 0.05);
  font-size: 0.72rem;
  font-weight: 700;
}

.faq-item__question {
  color: var(--ink);
  font-size: clamp(1rem, 1.35vw, 1.28rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.25;
}

.faq-item__icon {
  position: absolute;
  top: 50%;
  right: 28px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: translateY(-50%);
  transition: background-color 220ms ease, transform 220ms ease;
}

.faq-item__icon::before,
.faq-item__icon::after {
  position: absolute;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: #111318;
  content: "";
  transition: transform 220ms ease, background-color 220ms ease;
}

.faq-item__icon::after { transform: rotate(90deg); }

.faq-item__answer {
  display: grid;
  max-width: 700px;
  padding: 0 104px 0 28px;
  grid-template-rows: 0fr;
  transition: grid-template-rows 240ms ease, padding-bottom 240ms ease;
}

.faq-item__answer p {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  color: rgba(17, 19, 24, 0.68);
  font-size: 0.96rem;
  line-height: 1.75;
}

.faq-item[open] .faq-item__question { color: var(--ink); }
.faq-item[open] .faq-item__number { color: #111214; border-color: var(--accent); background: var(--accent); }
.faq-item:hover .faq-item__icon::before,
.faq-item:hover .faq-item__icon::after { background: #9b8500; }
.faq-item[open] .faq-item__icon { background: transparent; transform: translateY(-50%) rotate(45deg); }
.faq-item[open] .faq-item__icon::before,
.faq-item[open] .faq-item__icon::after { background: #111318; }
.faq-item[open] .faq-item__answer { padding-bottom: 28px; grid-template-rows: 1fr; }

.faq-item summary:focus-visible { outline: 3px solid var(--accent); outline-offset: -3px; }

@media (max-width: 860px) {
  .faq-section { padding-block: 82px; }
  .faq-section__inner { grid-template-columns: 1fr; gap: 44px; }
  .faq-section__heading { position: static; }
}

@media (max-width: 560px) {
  .faq-section { padding: 70px 10px; }
  .faq-item { border-radius: 19px; }
  .faq-item summary { min-height: 95px; padding: 18px 70px 18px 17px; grid-template-columns: minmax(0, 1fr); gap: 0; }
  .faq-item__number { width: 28px; height: 28px; border-radius: 9px; font-size: 0.66rem; }
  .faq-item__question { font-size: 0.92rem; }
  .faq-item__icon { right: 17px; width: 37px; height: 37px; }
  .faq-item__icon::before,
  .faq-item__icon::after { width: 13px; }
  .faq-item__answer { padding: 0 22px 0 17px; }
  .faq-item[open] .faq-item__answer { padding-bottom: 23px; }
  .faq-item__answer p { font-size: 0.86rem; line-height: 1.65; }
}

/* Homepage refinements */
.hero-film h1 {
  font-size: 36px;
  letter-spacing: 0.055em;
  line-height: 1.08;
}

/* Match the archive cards' joined top-left hover drawing. */
.product-showcase__line {
  display: none;
}

.model-picker__item::before,
.product-showcase__card::before,
.faq-item::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 222, 3, 0.08), transparent 42%);
  content: "";
  opacity: 0;
  transition: opacity var(--transition);
}

.model-picker__item::after,
.product-showcase__card::after,
.faq-item::after {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: auto;
  height: auto;
  pointer-events: none;
  border-top: 2px solid var(--accent);
  border-left: 2px solid var(--accent);
  border-top-left-radius: var(--radius-card);
  background: transparent;
  clip-path: inset(0 100% 100% 0);
  content: "";
  opacity: 0;
  transition: opacity 120ms ease, clip-path 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.model-picker__item:hover::before,
.model-picker__item:focus-visible::before,
.product-showcase__card:hover::before,
.product-showcase__card:focus-visible::before,
.faq-item:hover::before,
.faq-item:focus-within::before {
  width: auto;
  height: auto;
  opacity: 1;
}

.model-picker__item:hover::after,
.model-picker__item:focus-visible::after,
.product-showcase__card:hover::after,
.product-showcase__card:focus-visible::after,
.faq-item:hover::after,
.faq-item:focus-within::after {
  width: auto;
  height: auto;
  opacity: 1;
  clip-path: inset(0 71% 64% 0);
}

.faq-item::after {
  border-top-color: var(--accent);
  border-left-color: var(--accent);
  border-top-left-radius: 25px;
  clip-path: inset(0 100% 0 0);
}

.faq-item::before {
  background: linear-gradient(135deg, rgba(255, 222, 3, 0.1), transparent 42%);
}

.faq-item:hover::after,
.faq-item:focus-within::after {
  clip-path: inset(0 62% 0 0);
}

.model-picker__item::after {
  border-top-left-radius: var(--radius-small);
}

/* Keep the moving transition fully inside the process section. */
.engineering-process {
  min-width: 0;
  margin-top: 0;
  overflow: hidden;
  isolation: isolate;
  background: var(--warm);
  clip-path: inset(0);
}

.process-bands {
  height: 116px;
  overflow: hidden;
  contain: paint;
}

.process-band {
  left: -60px;
  width: calc(100% + 120px);
}

.process-band--dark,
.process-band--light {
  top: 38px;
}

.process-shell {
  min-height: 0;
  padding: 88px 0 110px;
}

.process-heading {
  max-width: 700px;
  margin: 0;
}

.process-heading h2,
.process-heading > p:last-child {
  opacity: 1;
  transform: none;
}

.process-heading h2 {
  font-size: clamp(2.8rem, 4.1vw, 4.8rem);
  line-height: 0.96;
}

.process-heading > p:last-child {
  max-width: 610px;
  margin: 20px 0 0;
  font-size: 1rem;
}

.process-simple {
  display: grid;
  margin-top: 64px;
  grid-template-columns: minmax(240px, 1fr) minmax(360px, 1.18fr) minmax(240px, 1fr);
  gap: clamp(30px, 4vw, 78px);
  align-items: center;
}

.process-simple__steps {
  display: grid;
  gap: 0;
}

.process-simple__step {
  display: grid;
  min-height: 132px;
  padding: 26px 0;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  border-bottom: 1px solid rgba(17, 19, 24, 0.16);
}

.process-simple__step:first-child {
  border-top: 1px solid rgba(17, 19, 24, 0.16);
}

.process-simple__step > span {
  color: #a68f00;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.process-simple__step h3 {
  margin: 0 0 8px;
  color: #161719;
  font-size: 0.94rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.process-simple__step p {
  margin: 0;
  color: rgba(17, 19, 24, 0.62);
  font-size: 0.83rem;
  line-height: 1.62;
}

.process-product {
  min-width: 0;
  margin: 0;
}

.process-product__frame {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 440px;
  place-items: center;
  border: 1px solid rgba(17, 19, 24, 0.16);
  background: rgba(255, 255, 255, 0.3);
}

.process-product__frame::before {
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(17, 19, 24, 0.07);
  content: "";
}

.process-product__frame::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42%;
  height: 3px;
  background: var(--accent);
  content: "";
}

.process-product__index {
  position: absolute;
  top: 25px;
  left: 27px;
  z-index: 2;
  color: rgba(17, 19, 24, 0.52);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.process-product img {
  position: relative;
  z-index: 1;
  width: 94%;
  height: 330px;
  object-fit: contain;
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity 320ms ease, transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.process-product.is-switching img {
  opacity: 0;
  transform: translateY(12px) scale(0.97);
}

.process-product figcaption {
  display: flex;
  padding-top: 18px;
  align-items: baseline;
  justify-content: space-between;
  gap: 22px;
}

.process-product figcaption strong {
  color: #111318;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}

.process-product figcaption small {
  color: rgba(17, 19, 24, 0.56);
  font-size: 0.72rem;
  text-align: right;
}

.ark-about-v2__button {
  display: inline-flex;
  min-height: 48px;
  margin-top: 28px;
  padding: 12px 19px;
  align-items: center;
  gap: 12px;
  color: #fff;
  border: 1px solid #111318;
  background: #111318;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  transition: color var(--transition), background-color var(--transition), transform var(--transition);
}

.ark-about-v2__button i {
  color: var(--accent);
  transition: transform var(--transition);
}

.ark-about-v2__button:hover {
  color: #111318;
  background: var(--accent);
  transform: translateY(-2px);
}

.ark-about-v2__button:hover i {
  color: #111318;
  transform: translateX(4px);
}

@media (max-width: 1100px) {
  .process-simple {
    grid-template-columns: 1fr 1.15fr;
  }

  .process-simple__steps:last-child {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
  }

  .process-simple__steps:last-child .process-simple__step {
    border-top: 1px solid rgba(17, 19, 24, 0.16);
  }
}

@media (max-width: 760px) {
  .hero-film h1 {
    font-size: 36px;
    letter-spacing: 0.04em;
  }

  .process-shell {
    width: min(calc(100% - 20px), var(--container));
    padding: 68px 0 80px;
  }

  .process-heading h2 {
    font-size: 2.55rem;
  }

  .process-simple {
    margin-top: 42px;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .process-product {
    grid-row: 1;
  }

  .process-product__frame {
    min-height: 330px;
  }

  .process-product img {
    height: 250px;
  }

  .process-simple__steps:last-child {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .process-simple__step {
    min-height: 0;
  }

  .process-product figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .process-product figcaption small {
    text-align: left;
  }

  .faq-item::after {
    border-top-left-radius: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .process-product img,
  .model-picker__item::before,
  .model-picker__item::after,
  .product-showcase__card::before,
  .product-showcase__card::after,
  .faq-item::before,
  .faq-item::after {
    transition: none;
  }
}

/* Unified heading scale and the ARK production board */
:root {
  --type-h1: 2.25rem;
  --type-h2: 2rem;
  --type-h3: 1.125rem;
  --type-h4: 1rem;
  --type-h5: 0.875rem;
  --type-h6: 0.75rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

.hero-film h1 {
  font-size: var(--type-h1);
  letter-spacing: 0.045em;
  line-height: 1.08;
}

.process-heading h2,
.products h2,
.product-gallery h2,
.ark-about-v2__title,
.global-reach h2,
.world-coverage h2 {
  font-size: 3.75rem;
  letter-spacing: -0.018em;
  line-height: 1.08;
}

.world-coverage h2 {
  letter-spacing: -0.018em;
  line-height: 1.3;
}

#world-coverage-title {
  font-size: 1.75rem;
}

.process-sequence h3,
.products .product-showcase h3,
.gallery-card h3,
.world-coverage h3,
.video-showcase h3 {
  font-size: var(--type-h3);
  letter-spacing: -0.012em;
  line-height: 1.25;
}

h4 { font-size: var(--type-h4); }
h5 { font-size: var(--type-h5); }
h6 { font-size: var(--type-h6); }

.products,
.product-gallery,
.world-coverage,
.video-showcase,
.faq-section {
  content-visibility: auto;
  contain-intrinsic-size: auto 900px;
}

.process-shell {
  padding: 82px 0 112px;
}

.process-heading--industrial {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(46px, 8vw, 150px);
  align-items: end;
}

.process-kicker {
  display: flex;
  margin: 0 0 18px;
  align-items: center;
  gap: 11px;
  color: rgba(17, 19, 24, 0.62);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.process-kicker span {
  width: 28px;
  height: 2px;
  background: var(--accent);
}

.process-heading--industrial h2 {
  opacity: 1;
  transform: none;
}

.process-heading__summary {
  padding-bottom: 2px;
}

.process-heading__summary > p {
  max-width: 610px;
  margin: 0;
  color: rgba(17, 19, 24, 0.68);
  font-size: 0.96rem;
  line-height: 1.75;
}

.process-heading__meta {
  display: flex;
  margin-top: 24px;
  flex-wrap: wrap;
  gap: 8px;
}

.process-heading__meta span {
  padding: 8px 11px;
  color: rgba(17, 19, 24, 0.72);
  border: 1px solid rgba(17, 19, 24, 0.16);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-board {
  display: grid;
  margin-top: 54px;
  grid-template-columns: minmax(0, 1.36fr) minmax(390px, 0.64fr);
  gap: 14px;
}

.process-machine {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #fff;
  border-radius: 26px;
  background: #0b0c0b;
}

.process-machine__stage {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 570px;
  place-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 74% 28%, rgba(255, 222, 3, 0.11), transparent 24%),
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    #0b0c0b;
  background-size: auto, 76px 76px, 76px 76px, auto;
}

.process-machine__stage::before {
  position: absolute;
  top: 72px;
  right: 7%;
  bottom: 112px;
  left: 7%;
  border: 1px solid rgba(255, 255, 255, 0.09);
  content: "";
}

.process-machine__stage::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(44vw, 540px);
  height: min(44vw, 540px);
  border: 1px solid rgba(255, 222, 3, 0.12);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.process-machine__topline {
  position: absolute;
  top: 27px;
  right: 30px;
  left: 30px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.process-machine__topline span:first-child {
  color: var(--accent);
}

.process-machine__stage img {
  position: relative;
  z-index: 2;
  width: 91%;
  height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 28px 26px rgba(0, 0, 0, 0.34));
  opacity: 1;
  transform: translateY(-4px) scale(1);
  transition: opacity 300ms ease, transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.process-machine.is-switching .process-machine__stage img {
  opacity: 0;
  transform: translateY(13px) scale(0.975);
}

.process-machine__identity {
  position: absolute;
  right: 30px;
  bottom: 27px;
  left: 30px;
  z-index: 3;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.process-machine__identity span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-machine__identity strong {
  color: #fff;
  font-size: 1.75rem;
  letter-spacing: -0.035em;
}

.process-machine__specs {
  display: grid;
  margin: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(210px, 0.9fr);
  background: #141614;
}

.process-machine__specs > div,
.process-machine__specs > p,
.process-machine__specs > a {
  min-height: 102px;
  margin: 0;
  padding: 23px 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.process-machine__specs > div {
  display: grid;
  align-content: center;
  gap: 7px;
}

.process-machine__specs > div span {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-machine__specs > div strong {
  color: #fff;
  font-size: 1rem;
}

.process-machine__specs > p {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.47);
  border-right: 0;
  font-size: 0.68rem;
  line-height: 1.65;
}

.process-machine__link {
  display: flex;
  gap: 11px;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-right: 0 !important;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
  transition: color var(--transition), background-color var(--transition);
}

.process-machine__link i {
  color: #fff;
  transition: color var(--transition), transform var(--transition);
}

.process-machine__link:hover,
.process-machine__link:focus-visible {
  color: #fff;
  background: transparent;
}

.process-machine__link:hover i,
.process-machine__link:focus-visible i {
  color: var(--accent);
  transform: translate(3px, -3px);
}

.process-sequence {
  overflow: hidden;
  border: 1px solid rgba(17, 19, 24, 0.14);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.22);
}

.process-sequence__head {
  display: flex;
  min-height: 64px;
  padding: 0 24px;
  align-items: center;
  justify-content: space-between;
  color: rgba(17, 19, 24, 0.6);
  border-bottom: 1px solid rgba(17, 19, 24, 0.14);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.process-sequence ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-sequence li {
  position: relative;
  display: grid;
  min-height: 101px;
  padding: 20px 24px;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  align-content: center;
  border-bottom: 1px solid rgba(17, 19, 24, 0.12);
  transition: color 260ms ease, background-color 260ms ease;
}

.process-sequence li:last-child {
  border-bottom: 0;
}

.process-sequence li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 0;
  background: var(--accent);
  content: "";
  transform: translateY(-50%);
  transition: height 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.process-sequence li > span {
  color: #a68f00;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.process-sequence li h3 {
  margin: 0 0 5px;
  color: #17181a;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.process-sequence li p {
  margin: 0;
  color: rgba(17, 19, 24, 0.57);
  font-size: 0.72rem;
  line-height: 1.55;
}

.process-sequence li.is-active {
  color: #fff;
  background: #111318;
}

.process-sequence li.is-active::before {
  height: 100%;
}

.process-sequence li.is-active > span {
  color: var(--accent);
}

.process-sequence li.is-active h3 {
  color: #fff;
}

.process-sequence li.is-active p {
  color: rgba(255, 255, 255, 0.58);
}

@media (max-width: 1180px) {
  .process-board {
    grid-template-columns: 1fr;
  }

  .process-sequence ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-sequence li:nth-child(odd) {
    border-right: 1px solid rgba(17, 19, 24, 0.12);
  }
}

@media (max-width: 760px) {
  :root {
    --type-h1: 2.125rem;
    --type-h2: 1.75rem;
    --type-h3: 1.05rem;
  }

  .process-shell {
    padding: 64px 0 78px;
  }

  .process-heading--industrial {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .process-board {
    margin-top: 38px;
  }

  .process-machine,
  .process-sequence {
    border-radius: 19px;
  }

  .process-machine__stage {
    min-height: 390px;
  }

  .process-machine__stage::before {
    top: 62px;
    right: 14px;
    bottom: 90px;
    left: 14px;
  }

  .process-machine__stage img {
    width: 100%;
    height: 280px;
  }

  .process-machine__topline {
    top: 22px;
    right: 19px;
    left: 19px;
    font-size: 0.56rem;
  }

  .process-machine__identity {
    right: 19px;
    bottom: 20px;
    left: 19px;
  }

  .process-machine__identity strong {
    font-size: 1.32rem;
  }

  .process-machine__specs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .process-machine__specs > div {
    min-height: 86px;
    padding: 17px 12px;
  }

  .process-machine__specs > div strong {
    font-size: 0.78rem;
  }

  .process-machine__specs > p {
    display: none;
  }

  .process-machine__link {
    min-height: 58px;
    padding: 14px 18px;
    grid-column: 1 / -1;
  }

  .process-sequence ol {
    grid-template-columns: 1fr;
  }

  .process-sequence li:nth-child(odd) {
    border-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .process-machine__stage img,
  .process-sequence li,
  .process-sequence li::before {
    transition: none;
  }
}

/* Centre the FAQ title within its own column. */
.faq-section__inner {
  grid-template-columns: 1fr;
  gap: 52px;
  align-items: start;
}

.faq-section__heading {
  position: static;
  display: grid;
  min-height: 0;
  align-self: auto;
  align-content: center;
  gap: 12px;
  place-items: center;
  text-align: center;
}

.faq-list {
  width: min(100%, 1280px);
  margin-inline: auto;
}

/* Rounded video surfaces */
.video-feature {
  border-radius: 24px;
}

.video-select__visual {
  border-radius: 15px;
}

@media (max-width: 760px) {
  .faq-section__inner {
    gap: 36px;
  }

  .video-feature {
    border-radius: 18px;
  }

  .video-select__visual {
    border-radius: 12px;
  }
}

/* Diagonal FAQ opening transition: top-left to bottom-right. */
.faq-item::before {
  inset: 0;
  z-index: 0;
  width: auto;
  height: auto;
  background: rgba(255, 222, 3, 0.12);
  clip-path: polygon(0 0, 0 0, 0 0);
  opacity: 0;
  transition:
    clip-path 680ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 120ms ease;
}

.faq-item[open] {
  background: #fff;
}

.faq-item[open]::before {
  clip-path: polygon(0 0, 200% 0, 0 200%);
  opacity: 1;
}

.faq-item summary,
.faq-item__answer {
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .faq-item::before {
    transition: none;
  }
}

/* Production flow — modular technical cards */
.process-sequence {
  display: flex;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  flex-direction: column;
}

.process-sequence__head {
  min-height: 54px;
  padding: 0 18px;
  border: 0;
  border-left: 3px solid var(--accent);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.34);
}

.process-sequence ol {
  display: grid;
  flex: 1;
  padding-top: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.process-sequence li,
.process-sequence li:nth-child(odd) {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 0;
  padding: 23px 20px 20px;
  grid-template-columns: 1fr;
  align-content: end;
  border: 1px solid rgba(17, 19, 24, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.25);
  clip-path: none;
  cursor: pointer;
  isolation: isolate;
  transition: color 260ms ease, background-color 260ms ease, transform 260ms ease;
}

.process-sequence li::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: auto;
  height: auto;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.22), transparent 44%);
  content: "";
  opacity: 0;
  transform: none;
  transition: opacity 260ms ease;
}

.process-sequence li::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  pointer-events: none;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-top-left-radius: 18px;
  background: transparent;
  clip-path: inset(0 100% 100% 0);
  content: "";
  opacity: 0;
  transition: opacity 120ms ease, clip-path 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.process-sequence li > span {
  position: absolute;
  top: 15px;
  right: 17px;
  color: rgba(17, 19, 24, 0.2);
  font-size: 1.35rem;
  line-height: 1;
}

.process-sequence li > span,
.process-sequence li > div {
  position: relative;
  z-index: 1;
}

.process-sequence li h3 {
  max-width: 88%;
  margin-bottom: 7px;
  font-size: 0.83rem;
}

.process-sequence li p {
  font-size: 0.68rem;
  line-height: 1.55;
}

.process-sequence li:hover,
.process-sequence li:focus-visible,
.process-sequence li.is-active {
  color: #fff;
  background: #111318;
  transform: translateY(-2px);
}

.process-sequence li:hover::before,
.process-sequence li:focus-visible::before,
.process-sequence li.is-active::before {
  opacity: 1;
}

.process-sequence li:hover::after,
.process-sequence li:focus-visible::after,
.process-sequence li.is-active::after {
  opacity: 1;
  clip-path: inset(0 71% 64% 0);
}

.process-sequence li:hover > span,
.process-sequence li:focus-visible > span,
.process-sequence li.is-active > span {
  color: rgba(255, 255, 255, 0.48);
}

.process-sequence li:hover h3,
.process-sequence li:focus-visible h3,
.process-sequence li.is-active h3 {
  color: #fff;
}

.process-sequence li:hover p,
.process-sequence li:focus-visible p,
.process-sequence li.is-active p {
  color: rgba(255, 255, 255, 0.58);
}

@media (max-width: 760px) {
  .process-sequence ol {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .process-sequence li,
  .process-sequence li:nth-child(odd) {
    min-height: 132px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .process-sequence li,
  .process-sequence li::before,
  .process-sequence li::after {
    transition: none;
  }
}

/* Hero product-card text link */
.model-picker__link {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  white-space: nowrap;
}

.model-picker__link i {
  position: static;
  color: #fff;
  font-size: 0.64rem;
  transform: none;
  transition: color var(--transition), transform var(--transition);
}

.model-picker__item:hover .model-picker__link i,
.model-picker__item:focus-visible .model-picker__link i {
  color: var(--accent);
  transform: translate(3px, -3px);
}

@media (max-width: 760px) {
  .model-picker__link {
    top: 12px;
    right: 12px;
    gap: 5px;
    font-size: 0.58rem;
  }

  .model-picker__link i {
    font-size: 0.56rem;
  }
}

/* Light company spotlight */
.company-spotlight {
  overflow: hidden;
  padding: clamp(70px, 7vw, 118px) 16px;
  color: #111318;
  background: #e9e9e4;
}

.company-spotlight__inner {
  display: grid;
  overflow: hidden;
  width: min(100%, var(--container));
  min-height: clamp(610px, 42vw, 810px);
  margin-inline: auto;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  border: 1px solid rgba(17, 19, 24, 0.12);
  border-radius: 28px;
  background: #f2f2ed;
}

.company-spotlight__copy {
  position: relative;
  z-index: 3;
  display: flex;
  max-width: 660px;
  padding: clamp(52px, 6vw, 110px);
  justify-content: center;
  flex-direction: column;
}

.company-spotlight__eyebrow {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 24px;
  color: rgba(17, 19, 24, 0.58);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.company-spotlight__eyebrow span {
  width: 32px;
  height: 3px;
  background: var(--accent);
}

.company-spotlight h2 {
  margin: 0;
  color: #111318;
  font-size: clamp(2.7rem, 4.25vw, 5.1rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.92;
  text-transform: uppercase;
}

.company-spotlight__description {
  max-width: 570px;
  margin: 30px 0 34px;
  color: rgba(17, 19, 24, 0.67);
  font-size: clamp(0.93rem, 1vw, 1.05rem);
  line-height: 1.82;
}

.company-spotlight__button {
  display: inline-flex;
  width: fit-content;
  min-height: 52px;
  padding: 13px 20px;
  gap: 12px;
  align-items: center;
  color: #fff;
  border-radius: 999px;
  background: #111318;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  transition: color var(--transition), background-color var(--transition), transform var(--transition);
}

.company-spotlight__button i {
  color: var(--accent);
  transition: transform var(--transition);
}

.company-spotlight__button:hover {
  color: #111318;
  background: var(--accent);
  transform: translateY(-2px);
}

.company-spotlight__button:hover i {
  color: #111318;
  transform: translateX(4px);
}

.company-spotlight__visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
  isolation: isolate;
}

.company-spotlight__visual::after {
  position: absolute;
  right: -4%;
  bottom: -18%;
  z-index: 0;
  width: 80%;
  height: 46%;
  border-radius: 50%;
  background: rgba(17, 19, 24, 0.15);
  filter: blur(34px);
  content: "";
  transform: rotate(-5deg);
}

.company-spotlight__slash {
  position: absolute;
  top: -13%;
  right: -5%;
  bottom: -13%;
  z-index: 0;
  width: 78%;
  background: var(--accent);
  clip-path: polygon(33% 0, 100% 0, 67% 100%, 0 100%);
}

.company-spotlight__visual img {
  position: absolute;
  right: -27%;
  bottom: -18%;
  z-index: 2;
  width: 138%;
  height: 120%;
  max-width: none;
  object-fit: contain;
  object-position: right bottom;
  filter: drop-shadow(0 28px 24px rgba(17, 19, 24, 0.24));
  transform: translate(5%, 6%) scale(1.12);
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.company-spotlight__inner:hover .company-spotlight__visual img {
  transform: translate(2%, 3%) scale(1.14);
}

.company-spotlight__model {
  position: absolute;
  right: 32px;
  bottom: 27px;
  z-index: 3;
  display: grid;
  margin: 0;
  text-align: right;
}

.company-spotlight__model span {
  color: rgba(17, 19, 24, 0.58);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.company-spotlight__model strong {
  color: #111318;
  font-size: clamp(1.45rem, 2vw, 2.25rem);
  letter-spacing: -0.045em;
}

@media (max-width: 980px) {
  .company-spotlight__inner {
    min-height: 950px;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(500px, 1fr);
  }

  .company-spotlight__copy {
    max-width: 760px;
    padding-bottom: 26px;
  }

  .company-spotlight__slash {
    right: -9%;
    width: 80%;
  }

  .company-spotlight__visual img {
    right: -21%;
    bottom: -15%;
    width: 128%;
    height: 116%;
  }
}

@media (max-width: 620px) {
  .company-spotlight {
    padding: 54px 10px;
  }

  .company-spotlight__inner {
    min-height: 760px;
    grid-template-rows: auto minmax(360px, 1fr);
    border-radius: 20px;
  }

  .company-spotlight__copy {
    padding: 38px 24px 20px;
  }

  .company-spotlight h2 {
    font-size: clamp(2.35rem, 12vw, 3.55rem);
  }

  .company-spotlight__description {
    margin: 22px 0 26px;
    line-height: 1.68;
  }

  .company-spotlight__slash {
    top: -5%;
    right: -24%;
    bottom: -9%;
    width: 105%;
  }

  .company-spotlight__visual img {
    right: -34%;
    bottom: -14%;
    width: 154%;
    height: 116%;
    transform: translate(3%, 4%) scale(1.08);
  }

  .company-spotlight__model {
    right: 20px;
    bottom: 18px;
  }
}

/* Homepage refinements — video, production ribbons and contact */
.process-bands {
  position: relative;
  z-index: 8;
  height: 118px;
  margin: 0;
  overflow: hidden;
  border: 0;
  background: #f1efe8;
}

.process-bands .process-band {
  position: absolute;
  left: -4%;
  width: 108%;
  overflow: hidden;
  transform-origin: center;
}

.process-bands .process-band--light {
  top: 22px;
  bottom: auto;
  height: 40px;
  color: #090a0b;
  border: 0;
  background: #fff;
  transform: rotate(2.2deg);
}

.process-bands .process-band--dark {
  top: 51px;
  height: 45px;
  color: #f6f5ef;
  border: 0;
  background: #090a0b;
  transform: rotate(-2deg);
}

.process-bands .process-band__track {
  display: flex;
  width: max-content;
  min-width: 200vw;
  height: 100%;
  padding: 0;
  gap: 0;
  align-items: center;
}

.process-bands .process-band__group {
  display: flex;
  width: 100vw;
  height: 100%;
  padding-inline: 24px;
  gap: 24px;
  flex: 0 0 100vw;
  align-items: center;
  justify-content: space-around;
}

.video-showcase__stage {
  grid-template-columns: minmax(0, 1.46fr) minmax(390px, 0.84fr);
  align-items: stretch;
}

.video-feature-column {
  display: grid;
  min-height: 0;
  grid-template-rows: minmax(0, 1fr) auto;
}

.video-feature {
  min-height: 0;
  aspect-ratio: auto;
  border: 0;
  box-shadow: none;
}

.video-select {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.video-select:hover {
  border-color: transparent;
  background: transparent;
}

.video-select__visual {
  border-radius: 15px;
}

.contact-hub {
  padding: clamp(64px, 6vw, 96px) 16px;
}

.contact-hub::before,
.contact-hub::after {
  display: none;
}

.contact-hub__grid {
  grid-template-columns: minmax(260px, 0.78fr) minmax(470px, 1.35fr) minmax(260px, 0.7fr);
}

.contact-company,
.contact-form-card,
.contact-social-card {
  color: #fff;
  border: 0;
}

.contact-company__logo {
  width: 76px;
  height: 42px;
  object-fit: contain;
  object-position: left center;
}

.contact-form-card__head {
  margin-bottom: 27px;
}

.contact-social-card__head {
  display: block;
  margin-bottom: 27px;
}

.contact-social-card__head h3 {
  margin: 0;
  font-size: clamp(1.6rem, 2.2vw, 2.5rem);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.contact-social-card__head p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.82rem;
  line-height: 1.7;
}

@media (max-width: 1180px) {
  .video-showcase__stage {
    grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.85fr);
  }
}

@media (max-width: 900px) {
  .video-showcase__stage {
    grid-template-columns: 1fr;
  }

  .video-feature-column {
    display: block;
  }

  .video-feature {
    aspect-ratio: 16 / 9;
  }
}

/* Keep primary media visible even while videos and lazy assets initialize. */
.hero-film {
  background-image: url("./assets/images/ark-products-background.webp");
  background-position: center;
  background-size: cover;
}

.hero-film.hero-film .hero-film__media {
  opacity: 0.72;
}

.hero-film.hero-film .hero-film__scrim {
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.58) 0%, rgba(3, 3, 3, 0.16) 68%, rgba(3, 3, 3, 0.08)),
    linear-gradient(0deg, rgba(3, 3, 3, 0.62), transparent 58%);
}

main img {
  visibility: visible;
}

/* Keep the crossed ribbons flush with the top of the second section. */
.video-showcase {
  padding-top: 0 !important;
}

.video-showcase > .process-bands {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100vw;
  height: 130px;
  margin: 0 0 0 calc(50% - 50vw);
  overflow: hidden;
  background: transparent;
}

.video-showcase > .process-bands .process-band--light {
  top: 51px;
  bottom: auto;
  height: 38px;
}

.video-showcase > .process-bands .process-band--dark {
  top: 47px;
  bottom: auto;
  height: 42px;
}

/* Light contact hub and compact crossed production bands */
.process-bands {
  height: 96px;
  background: #090a0b;
}

.process-bands .process-band--light {
  top: 12px;
  height: 39px;
  transform: rotate(2.3deg);
}

.process-bands .process-band--dark {
  top: 40px;
  height: 43px;
  transform: rotate(-2.3deg);
}

.contact-hub {
  color: #111318;
  background: #fff;
}

.contact-company,
.contact-form-card,
.contact-social-card {
  color: #111318;
  border: 0;
  background: #f3f2ed;
  box-shadow: none;
}

.contact-company::before,
.contact-form-card::before,
.contact-social-card::before {
  position: absolute;
  z-index: 5;
  inset: 0;
  width: auto;
  height: auto;
  pointer-events: none;
  opacity: 0;
  border-top: 2px solid #111318;
  border-left: 2px solid #111318;
  border-top-left-radius: 26px;
  background: transparent;
  clip-path: polygon(0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
  transition:
    opacity 120ms ease,
    clip-path 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-company:hover::before,
.contact-form-card:hover::before,
.contact-social-card:hover::before {
  width: auto;
  opacity: 1;
  clip-path: polygon(
    0 0,
    42% 0,
    42% 2px,
    26px 2px,
    26px 26px,
    2px 26px,
    2px 42%,
    0 42%
  );
}

.contact-company__summary,
.contact-social-card__head p {
  color: rgba(17, 19, 24, 0.62);
}

.contact-company__details div {
  border-top-color: rgba(17, 19, 24, 0.12);
}

.contact-company__details dt {
  color: rgba(17, 19, 24, 0.48);
}

.contact-company__details dd {
  color: #111318;
}

.contact-form label {
  color: rgba(17, 19, 24, 0.55);
}

.contact-form input,
.contact-form textarea {
  color: #111318;
  border-color: rgba(17, 19, 24, 0.14);
  background: #fff;
}

.contact-form input:hover,
.contact-form textarea:hover,
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--accent);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 222, 3, 0.14);
}

.contact-form__status {
  color: rgba(17, 19, 24, 0.58);
}

.contact-socials a {
  color: rgba(17, 19, 24, 0.72);
  border-color: rgba(17, 19, 24, 0.1);
  background: #fff;
}

.contact-socials a:hover {
  color: #111318;
  border-color: var(--accent);
  background: var(--accent);
}

@media (max-width: 620px) {
  .process-bands {
    height: 84px;
  }

  .process-bands .process-band--light {
    top: 9px;
  }

  .process-bands .process-band--dark {
    top: 37px;
  }
}

.video-showcase {
  padding-top: 0;
}

.video-showcase > .process-bands {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-bottom: clamp(40px, 5vw, 80px);
}

@media (max-width: 620px) {
  .process-bands {
    height: 90px;
  }

  .process-bands .process-band--light {
    top: 15px;
  }

  .process-bands .process-band--dark {
    top: 42px;
  }

  .process-bands .process-band__group {
    width: 180vw;
    flex-basis: 180vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  .company-spotlight__visual img,
  .company-spotlight__button,
  .company-spotlight__button i {
    transition: none;
  }
}

/* ==========================================================================
   Refined homepage flow: light video archive and contact hub
   ========================================================================== */

.video-showcase {
  padding: clamp(88px, 8vw, 132px) 16px;
  color: #111318;
  background: #eeece5;
}

.video-showcase__inner {
  width: min(100%, var(--container));
}

.video-showcase__head {
  margin-bottom: clamp(38px, 5vw, 72px);
}

.video-showcase__eyebrow {
  margin: 0 0 18px !important;
  color: rgba(17, 19, 24, 0.58) !important;
  font-size: 0.7rem !important;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.video-showcase h2 {
  color: #111318;
  font-size: 3.75rem;
  letter-spacing: -0.04em;
}

.video-showcase__head > div > p:last-child {
  max-width: 720px;
  color: rgba(17, 19, 24, 0.62);
}

.video-showcase__stage {
  grid-template-columns: minmax(0, 1.8fr) minmax(340px, 0.82fr);
  gap: clamp(22px, 3vw, 46px);
}

.video-feature {
  background: #d9d8d3;
  border-radius: 26px;
  box-shadow: 0 22px 60px rgba(17, 19, 24, 0.12);
}

.video-feature__details {
  padding: 18px 4px 0;
}

.video-feature__details a {
  color: rgba(17, 19, 24, 0.68);
}

.video-feature__details a:hover {
  color: #111318;
}

.video-selector {
  gap: 16px;
}

.video-select {
  overflow: hidden;
  padding: 8px;
  border: 1px solid rgba(17, 19, 24, 0.1);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 10px 28px rgba(17, 19, 24, 0.055);
}

.video-select__visual {
  border-radius: 13px;
  background: #d7d6d1;
}

.video-select:hover {
  background: #fff;
  border-color: rgba(17, 19, 24, 0.22);
  transform: translateY(-3px);
}

.contact-hub {
  position: relative;
  overflow: hidden;
  padding: clamp(92px, 9vw, 150px) 16px;
  color: #f6f5ef;
  background: #090a0b;
}

.contact-hub::before {
  position: absolute;
  top: -220px;
  right: -120px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(255, 222, 3, 0.16);
  border-radius: 50%;
  content: "";
}

.contact-hub::after {
  position: absolute;
  top: -90px;
  right: 120px;
  width: 2px;
  height: 460px;
  background: var(--accent);
  content: "";
  transform: rotate(26deg);
  transform-origin: top;
}

.contact-hub__inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--container));
  margin-inline: auto;
}

.contact-hub__heading {
  display: grid;
  margin-bottom: clamp(42px, 6vw, 82px);
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(30px, 8vw, 150px);
  align-items: end;
}

.contact-hub__eyebrow {
  display: flex;
  grid-column: 1 / -1;
  gap: 12px;
  align-items: center;
  margin: 0 0 -12px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.contact-hub__eyebrow span {
  width: 34px;
  height: 2px;
  background: var(--accent);
}

.contact-hub__heading h2 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(3.1rem, 5.7vw, 6.7rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.88;
  text-transform: uppercase;
}

.contact-hub__heading > p:last-child {
  max-width: 590px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.95rem;
  line-height: 1.8;
}

.contact-hub__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(470px, 1.35fr) minmax(240px, 0.68fr);
  gap: 14px;
  align-items: stretch;
}

.contact-company,
.contact-form-card,
.contact-social-card {
  position: relative;
  min-width: 0;
  padding: clamp(24px, 2.6vw, 40px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 26px;
  background: #121417;
}

.contact-company::before,
.contact-form-card::before,
.contact-social-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--accent);
  content: "";
  transition: width 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-company:hover::before,
.contact-form-card:hover::before,
.contact-social-card:hover::before {
  width: 42%;
}

.contact-company {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.contact-company__mark {
  display: grid;
  width: 74px;
  height: 74px;
  padding: 12px;
  place-items: center;
  border-radius: 18px;
  background: #f1efe8;
}

.contact-company__mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-card__label {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.contact-company h3,
.contact-form-card h3 {
  margin: 0;
  font-size: clamp(1.6rem, 2.2vw, 2.5rem);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.contact-company__summary {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.82rem;
  line-height: 1.7;
}

.contact-company__details {
  display: grid;
  margin: auto 0 0;
  gap: 0;
}

.contact-company__details div {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.contact-company__details dt {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.contact-company__details dd {
  margin: 0;
  color: #fff;
  font-size: 0.77rem;
  font-weight: 600;
  line-height: 1.55;
}

.contact-company__details a {
  color: inherit;
  text-decoration: none;
}

.contact-company__details i {
  margin-left: 5px;
  color: var(--accent);
}

.contact-form-card__head,
.contact-social-card__head {
  display: flex;
  margin-bottom: 27px;
  gap: 22px;
  align-items: start;
  justify-content: space-between;
}

.contact-form-card__head > span,
.contact-social-card__head > span {
  color: rgba(255, 255, 255, 0.13);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 13px;
  outline: 0;
  background: #0d0f11;
  font: inherit;
  resize: vertical;
  transition: border-color var(--transition), background-color var(--transition), box-shadow var(--transition);
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--accent);
  background: #090a0b;
  box-shadow: 0 0 0 3px rgba(255, 222, 3, 0.1);
}

.contact-form__wide,
.contact-form__status {
  grid-column: 1 / -1;
}

.contact-form button {
  display: inline-flex;
  min-height: 48px;
  padding: 12px 17px;
  gap: 10px;
  justify-self: start;
  align-items: center;
  cursor: pointer;
  color: #111318;
  border: 0;
  border-radius: 999px;
  background: var(--accent);
  font: inherit;
  font-size: 0.75rem;
  font-weight: 700;
  transition: background-color var(--transition), transform var(--transition);
}

.contact-form button:hover {
  background: #fff;
  transform: translateY(-2px);
}

.contact-form__status {
  min-height: 1.4em;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.7rem;
  line-height: 1.5;
}

.contact-social-card {
  display: flex;
  flex-direction: column;
}

.contact-socials {
  display: grid;
  margin-top: auto;
  gap: 8px;
}

.contact-socials a {
  display: grid;
  grid-template-columns: 24px 1fr 16px;
  min-height: 54px;
  padding: 11px 13px;
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 14px;
  background: #0d0f11;
  font-size: 0.76rem;
  font-weight: 700;
  text-decoration: none;
  transition: color var(--transition), border-color var(--transition), background-color var(--transition), transform var(--transition);
}

.contact-socials a > i:first-child {
  color: var(--accent);
  font-size: 1rem;
  text-align: center;
}

.contact-socials a > i:last-child {
  font-size: 0.66rem;
  opacity: 0.55;
  transition: transform var(--transition);
}

.contact-socials a:hover {
  color: #111318;
  border-color: var(--accent);
  background: var(--accent);
  transform: translateX(3px);
}

.contact-socials a:hover > i {
  color: #111318;
}

.contact-socials a:hover > i:last-child {
  opacity: 1;
  transform: translate(2px, -2px);
}

@media (max-width: 1180px) {
  .contact-hub__grid {
    grid-template-columns: minmax(250px, 0.8fr) minmax(0, 1.35fr);
  }

  .contact-social-card {
    grid-column: 1 / -1;
  }

  .contact-socials {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .video-showcase__stage {
    grid-template-columns: minmax(0, 1.55fr) minmax(310px, 0.85fr);
  }
}

@media (max-width: 900px) {
  .video-showcase__stage {
    grid-template-columns: 1fr;
  }

  .video-selector {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-hub__heading,
  .contact-hub__grid {
    grid-template-columns: 1fr;
  }

  .contact-hub__heading {
    gap: 24px;
  }

  .contact-social-card {
    grid-column: auto;
  }

  .contact-socials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .video-showcase,
  .contact-hub {
    padding-right: 10px;
    padding-left: 10px;
  }

  .video-showcase__head {
    text-align: left;
  }

  .video-showcase__head > div > p:last-child {
    margin-left: 0;
  }

  .video-selector {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-hub__heading h2 {
    font-size: clamp(2.8rem, 14vw, 4.3rem);
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-form__wide,
  .contact-form__status {
    grid-column: 1;
  }

  .contact-company,
  .contact-form-card,
  .contact-social-card {
    padding: 23px;
    border-radius: 21px;
  }

  .contact-socials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Final homepage layout overrides */
.video-showcase {
  padding-top: 0 !important;
}

.video-showcase > .process-bands {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100vw;
  height: 130px;
  margin: 0 0 0 calc(50% - 50vw);
  overflow: hidden;
  background: transparent;
}

.video-showcase > .process-bands .process-band--light {
  top: 51px;
  bottom: auto;
  height: 38px;
}

.video-showcase > .process-bands .process-band--dark {
  top: 47px;
  bottom: auto;
  height: 42px;
}

.video-showcase__stage {
  grid-template-columns: minmax(0, 1.46fr) minmax(390px, 0.84fr);
  align-items: stretch;
}

.video-feature-column {
  display: grid;
  min-height: 0;
  grid-template-rows: minmax(0, 1fr) auto;
}

.video-feature {
  min-height: 0;
  aspect-ratio: auto;
  border: 0;
  box-shadow: none;
}

.video-select,
.video-select:hover {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.video-select__visual {
  border-radius: 15px;
}

.contact-hub {
  padding: clamp(64px, 6vw, 96px) 16px;
}

.contact-hub::before,
.contact-hub::after {
  display: none;
}

.contact-hub__grid {
  grid-template-columns: minmax(260px, 0.78fr) minmax(470px, 1.35fr) minmax(260px, 0.7fr);
}

.contact-company,
.contact-form-card,
.contact-social-card {
  color: #fff;
  border: 0;
}

.contact-company__logo {
  width: 76px;
  height: 42px;
  object-fit: contain;
  object-position: left center;
}

.contact-form-card__head {
  margin-bottom: 27px;
}

.contact-social-card__head {
  display: block;
  margin-bottom: 27px;
}

.contact-social-card__head h3 {
  margin: 0;
  font-size: clamp(1.6rem, 2.2vw, 2.5rem);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.contact-social-card__head p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.82rem;
  line-height: 1.7;
}

@media (max-width: 1180px) {
  .video-showcase__stage {
    grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.85fr);
  }
}

@media (max-width: 900px) {
  .video-showcase__stage {
    grid-template-columns: 1fr;
  }

  .video-feature-column {
    display: block;
  }

  .video-feature {
    aspect-ratio: 16 / 9;
  }
}

/* Final contact field interaction override. */
.contact-form input:hover,
.contact-form textarea:hover,
.contact-form input:focus,
.contact-form textarea:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
  background: #0d0f11;
  box-shadow: none;
}

/* Hero-style corner border for the three contact cards. */
.contact-company::before,
.contact-form-card::before,
.contact-social-card::before {
  position: absolute;
  z-index: 5;
  inset: 0;
  width: auto;
  height: auto;
  pointer-events: none;
  content: "";
  opacity: 0;
  border-top: 2px solid var(--accent);
  border-left: 2px solid var(--accent);
  border-top-left-radius: 26px;
  background: transparent;
  clip-path: inset(0 100% 100% 0);
  transition:
    opacity 120ms ease,
    clip-path 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-company:hover::before,
.contact-company:focus-within::before,
.contact-form-card:hover::before,
.contact-form-card:focus-within::before,
.contact-social-card:hover::before,
.contact-social-card:focus-within::before {
  width: auto;
  height: auto;
  opacity: 1;
  clip-path: inset(0 71% 64% 0);
}

/* Soft hero-style glow beneath the animated corner. */
.contact-company::after,
.contact-form-card::after,
.contact-social-card::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 222, 3, 0.08),
    transparent 42%
  );
  transition: opacity var(--transition);
}

.contact-company:hover::after,
.contact-company:focus-within::after,
.contact-form-card:hover::after,
.contact-form-card:focus-within::after,
.contact-social-card:hover::after,
.contact-social-card:focus-within::after {
  opacity: 1;
}

/* Homepage: every h1 is 2.25rem regardless of viewport size. */
:root {
  --type-h1: 2.25rem;
}

h1,
.hero-film h1 {
  font-size: 2.25rem;
}

/* Light contact hub. */
.contact-hub {
  color: #111318;
  background: #f1efe8;
}

.contact-company,
.contact-form-card,
.contact-social-card {
  color: #111318;
  border: 1px solid rgba(17, 19, 24, 0.08);
  background: #fff;
  box-shadow: 0 18px 44px rgba(17, 19, 24, 0.07);
}

.contact-company__summary,
.contact-social-card__head p,
.contact-company__details dt,
.contact-form__status {
  color: rgba(17, 19, 24, 0.6);
}

.contact-company__details dd {
  color: #111318;
}

.contact-form-card__head > span,
.contact-social-card__head > span {
  color: rgba(17, 19, 24, 0.12);
}

.contact-form label {
  color: rgba(17, 19, 24, 0.55);
}

.contact-form input,
.contact-form textarea {
  color: #111318;
  border-color: rgba(17, 19, 24, 0.14);
  background: #f6f5f0;
}

.contact-form input:hover,
.contact-form textarea:hover,
.contact-form input:focus,
.contact-form textarea:focus {
  color: #111318;
  border-color: var(--accent);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 222, 3, 0.18);
}

.contact-form button:hover {
  background: #fff1a1;
}

.contact-socials a {
  color: rgba(17, 19, 24, 0.72);
  border-color: rgba(17, 19, 24, 0.1);
  background: #f6f5f0;
}

.contact-socials a:hover {
  color: #111318;
  border-color: var(--accent);
  background: var(--accent);
}

.contact-company::before,
.contact-form-card::before,
.contact-social-card::before {
  border-top-color: var(--accent);
  border-left-color: var(--accent);
}

/* Ensure the hero video renders above the section background. */
.hero-film__media {
  z-index: 1;
  opacity: 1;
  pointer-events: none;
}

.hero-film__scrim {
  z-index: 2;
}

.hero-film__grid {
  z-index: 3;
}

.hero-film__content {
  position: relative;
  z-index: 4;
}

@media (prefers-reduced-motion: reduce) {
  .hero-film__media {
    display: block;
  }
}

/* Social links: black icons by default, brand backgrounds on hover. */
.contact-socials a > i:first-child {
  color: #111318;
}

.contact-socials a:hover {
  color: #fff;
  border-color: transparent;
}

.contact-socials a:hover > i:first-child,
.contact-socials a:hover > i:last-child {
  color: #fff;
}

.contact-socials a[href*="youtube"]:hover {
  background: #ff0000;
}

.contact-socials a[href*="instagram"]:hover {
  background-image: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.contact-socials a[href*="facebook"]:hover {
  background: #1877f2;
}

.contact-socials a[href*="tiktok"]:hover {
  color: #fff;
  background: #010101;
}

.contact-socials a[href*="tiktok"]:hover > i:first-child {
  color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #25f4ee 0%, #fe2c55 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.contact-socials a[href*="t.me"]:hover {
  background: #229ed9;
}

.video-showcase h2 {
  font-size: 3.75rem;
}

/* ==========================================================================
   Mega menu (opened by the hamburger / .iconbtn)
   ========================================================================== */

.megamenu {
  position: absolute;
  top: calc(100% + 14px);
  left: auto;
  right: auto;
  margin-inline: auto;
  z-index: 15;
  width: min(calc(100% - 32px), 1080px);
  padding: clamp(26px, 3vw, 44px);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  color: #f6f5ef;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(12, 14, 18, 0.97);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.55);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  transform: translateY(-14px);
  transition:
    opacity 240ms ease,
    transform 240ms ease,
    visibility 240ms ease;
}

.megamenu.is-open {
  transform: none;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.megamenu__inner {
  display: grid;
  width: min(100%, 960px);
  margin-inline: auto;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.6fr);
}

.megamenu__group {
  min-width: 0;
}

.megamenu__title {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.megamenu__list {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.megamenu__list a {
  display: inline-flex;
  padding: 8px 10px;
  gap: 8px;
  align-items: center;
  color: rgba(246, 245, 239, 0.78);
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease;
}

.megamenu__list a i {
  color: var(--accent);
  font-size: 0.58rem;
}

.megamenu__list a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}

.megamenu__catalog {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: center;
  width: 100%;
  max-width: 240px;
  margin-top: 18px;
  padding: 10px 12px;
  color: #f6f5ef;
  border: none;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  box-shadow: none;
  transition: color var(--transition), background-color var(--transition);
}

.megamenu__catalog-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--accent);
  border: none;
  border-radius: 0;
  background: transparent;
  font-size: 0.95rem;
}

.megamenu__catalog-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.megamenu__catalog-copy strong {
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
}

.megamenu__catalog-copy small {
  color: rgba(246, 245, 239, 0.52);
  font-size: 0.68rem;
  font-weight: 500;
  line-height: 1.2;
}

.megamenu__catalog-arrow {
  display: none;
}

.megamenu__catalog:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
  transform: none;
}

.megamenu__catalog:hover .megamenu__catalog-icon {
  border: none;
  background: transparent;
}

.megamenu__catalog:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.megamenu__picker {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.megamenu__picker .model-picker__item {
  min-height: 160px;
  min-width: 200px;
  padding: 13px;
  border-radius: var(--radius-small);
  background: #141618;
}

.megamenu__picker .model-picker__item img {
  top: 10%;
  right: 0;
  width: 80%;
  height: 68%;
}

.megamenu__picker .model-picker__copy strong {
  font-size: 0.82rem;
}

.megamenu__picker .model-picker__copy small {
  font-size: 0.55rem;
}

.megamenu__picker .model-picker__link {
  top: 9px;
  right: 9px;
  gap: 4px;
  font-size: 0.5rem;
}

.megamenu__picker .model-picker__link::after {
  font-size: 0.95em;
}

.megamenu__picker .model-picker__item::after {
  border-top-left-radius: var(--radius-small);
}

@media (max-width: 900px) {
  .megamenu__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 760px) {
  .megamenu {
    display: block;
    top: calc(100% + 6px);
    left: 12px;
    right: 12px;
    width: auto;
    max-height: calc(100vh - 110px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 22px 18px 18px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #f6f5ef;
    background: rgba(12, 14, 18, 0.72);
    -webkit-backdrop-filter: blur(28px) saturate(140%);
    backdrop-filter: blur(28px) saturate(140%);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
  }

  .megamenu.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .megamenu__inner {
    display: block;
    width: 100%;
  }

  /* Attachment 2: Explore list + Products accordion; hide product card picker */
  .megamenu__group--products {
    display: none !important;
  }

  .megamenu__title {
    margin: 0 0 18px;
    color: #ffde03;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .megamenu__list {
    gap: 2px;
  }

  .megamenu__list a {
    display: flex;
    padding: 12px 4px;
    font-size: 1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
    background: transparent;
  }

  .megamenu__list a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
  }

  .megamenu__products-item {
    list-style: none;
    margin: 0;
  }

  .navProducts--mega {
    display: grid;
    gap: 4px;
  }

  .navProducts__trigger {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 12px 4px;
    border: 0;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.92);
    background: transparent;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
  }

  .navProducts.is-open .navProducts__trigger,
  .navProducts__trigger.is-active {
    color: #fff;
    background: transparent;
  }

  .navProducts__trigger .navDropdown__chevron {
    margin-inline-start: 6px;
    font-size: 0.62rem;
    opacity: 0.85;
    transition: transform 180ms ease;
  }

  .navProducts.is-open .navProducts__trigger .navDropdown__chevron {
    transform: rotate(180deg);
  }

  .navProducts__menu {
    display: grid;
    gap: 2px;
    margin: 0 0 4px;
    padding: 0 0 0 12px;
    list-style: none;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }

  .navProducts__menu[hidden] {
    display: none !important;
  }

  .navProducts__option {
    display: flex;
    padding: 10px 12px;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.86);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
  }

  .navProducts__option:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
  }

  .megamenu__catalog {
    max-width: none;
    margin-top: 20px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
  }

  .megamenu__catalog-icon {
    color: #ffde03;
  }
}

/* Site footer */
.site-footer {
  padding: 0 20px 20px;
  background: #eeece5;
}

.site-footer__card {
  width: min(100%, var(--container));
  margin-inline: auto;
  padding: clamp(36px, 5vw, 56px) clamp(28px, 4vw, 48px) clamp(28px, 3.5vw, 36px);
  border: none;
  border-radius: var(--radius-card);
  background: var(--surface);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 52px);
}

.site-footer__brand {
  display: grid;
  gap: 14px;
  align-content: start;
}

.site-footer__logo {
  display: inline-block;
  width: fit-content;
  text-decoration: none;
}

.site-footer__logo img {
  width: auto;
  height: 44px;
  max-width: 150px;
  object-fit: contain;
}

.site-footer__tagline {
  margin: 0;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-footer__desc {
  max-width: 340px;
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.72;
}

.site-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.site-footer__socials a {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--muted);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  font-size: 0.95rem;
  text-decoration: none;
  transition: color var(--transition), border-color var(--transition), background var(--transition);
}

.site-footer__socials a:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.04) 55%, transparent 100%);
}

.site-footer__col h3 {
  margin: 0 0 18px;
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 700;
}

.site-footer__col ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__col a {
  color: var(--muted);
  font-size: 0.86rem;
  text-decoration: none;
  transition: color var(--transition);
}

.site-footer__col a:hover {
  color: var(--accent);
}

.site-footer__contact dl {
  display: grid;
  gap: 18px;
  margin: 0;
}

.site-footer__contact dt {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer__contact dd {
  margin: 0;
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.55;
}

.site-footer__contact a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.site-footer__contact a:hover {
  color: var(--accent);
}

.site-footer__divider {
  height: 1px;
  margin: clamp(28px, 4vw, 40px) 0 clamp(22px, 3vw, 28px);
  background: var(--line);
}

.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  align-items: center;
  justify-content: space-between;
}

.site-footer__copy {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  justify-content: center;
}

.site-footer__legal a {
  color: var(--muted);
  font-size: 0.8rem;
  text-decoration: none;
  white-space: nowrap;
  transition: color var(--transition);
}

.site-footer__legal a:hover {
  color: var(--text);
}

.site-footer__socials a:focus-visible,
.site-footer__col a:focus-visible,
.site-footer__legal a:focus-visible,
.site-footer__logo:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .site-footer__grid {
    grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 1fr));
  }

  .site-footer__brand {
    grid-column: 1 / -1;
    max-width: 480px;
  }
}

@media (max-width: 760px) {
  .site-footer {
    padding: 0 20px 20px;
  }

  .site-footer__card {
    padding: 28px 20px 22px;
    border-radius: 18px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
  }

  .site-footer__brand {
    grid-column: 1 / -1;
    max-width: none;
  }

  .site-footer__bottom {
    flex-direction: column;
    text-align: center;
  }

  .site-footer__legal {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px 16px;
  }

  .site-footer__brand,
  .site-footer__contact {
    grid-column: 1 / -1;
  }
}

/* Blog archive and article pages: dark footer background. */
.blog-page .site-footer,
.blog-detail .site-footer {
  background: #090a0b;
}

/* Mobile: restore clear X-shaped crossed process bands */
@media (max-width: 760px) {
  .video-showcase {
    background: #eeece5;
  }

  .video-showcase > .process-bands {
    height: 170px;
    overflow: hidden;
    background: #eeece5;
  }

  .video-showcase > .process-bands .process-band {
    left: -28%;
    width: 156%;
    transform-origin: center center;
  }

  .video-showcase > .process-bands .process-band--light {
    top: 50%;
    bottom: auto;
    height: 36px;
    margin-top: -18px;
    background: #fff;
    transform: rotate(8.5deg);
  }

  .video-showcase > .process-bands .process-band--dark {
    top: 50%;
    bottom: auto;
    height: 40px;
    margin-top: -20px;
    background: #090a0b;
    transform: rotate(-8.5deg);
  }

  .video-showcase > .process-bands .process-band__group {
    width: 220vw;
    flex-basis: 220vw;
    padding-inline: 18px;
    gap: 18px;
  }
}

/* ==========================================================================
   Homepage mobile pass — smaller type + tighter layout
   ========================================================================== */
@media (max-width: 760px) {
  :root {
    --type-h1: 1.85rem;
    --type-h2: 1.65rem;
    --type-h3: 1rem;
  }

  h1,
  .hero-film h1 {
    font-size: clamp(1.7rem, 7.2vw, 1.95rem);
    letter-spacing: -0.02em;
    line-height: 1.05;
  }

  .hero {
    padding: 88px 0 18px;
  }

  .hero-film {
    min-height: 420px;
    padding: 22px 18px;
  }

  .hero-film__content > p:not(.eyebrow) {
    margin: 14px 0 18px;
    font-size: 0.88rem;
    line-height: 1.55;
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: 0.62rem;
  }

  .button {
    min-height: 42px;
    padding: 10px 14px;
    font-size: 0.78rem;
  }

  .hero-models {
    padding: 12px;
  }

  .model-picker {
    min-height: 0;
    gap: 8px;
  }

  .model-picker__item {
    min-height: 112px;
    padding: 12px;
  }

  .model-picker__copy strong {
    font-size: 0.82rem;
  }

  .model-picker__copy small {
    font-size: 0.58rem;
  }

  .model-picker__link {
    font-size: 0.62rem;
  }

  .process-band__item {
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }

  .video-showcase {
    padding: 28px 12px 56px;
  }

  .video-showcase h2,
  .video-showcase__head h2 {
    font-size: clamp(1.65rem, 7vw, 1.95rem) !important;
    letter-spacing: -0.03em;
    line-height: 1.08;
  }

  .video-showcase__head {
    margin-bottom: 28px;
  }

  .video-showcase__head > div > p:last-child {
    margin-top: 12px;
    font-size: 0.88rem;
    line-height: 1.6;
  }

  .video-feature__details a {
    font-size: 0.8rem;
  }

  .world-coverage {
    padding: 10px 8px 18px;
  }

  .world-coverage__panel {
    padding: 18px 14px 20px;
  }

  .world-coverage__panel h2,
  #world-coverage-title {
    font-size: 1.45rem !important;
    letter-spacing: -0.02em;
    line-height: 1.2;
  }

  .world-coverage__panel h3 {
    font-size: 0.92rem;
  }

  .world-stat span {
    font-size: 1.15rem;
  }

  .world-stat strong {
    font-size: 0.62rem;
  }

  .world-coverage__countries li {
    font-size: 0.72rem;
  }

  .world-coverage__map {
    min-height: 240px;
  }

  .contact-hub {
    padding: 48px 10px;
    background: #eeece5;
  }

  .contact-hub__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contact-social-card {
    grid-column: auto;
  }

  .contact-socials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .contact-hub__heading h2 {
    font-size: clamp(1.7rem, 8vw, 2.1rem) !important;
    line-height: 1.05;
  }

  .contact-hub__heading > p:last-child {
    font-size: 0.88rem;
    line-height: 1.6;
  }

  .contact-company,
  .contact-form-card,
  .contact-social-card {
    padding: 20px;
    border-radius: 18px;
  }

  .contact-company h3,
  .contact-form-card h3,
  .contact-social-card__head h3 {
    font-size: 1.35rem !important;
    line-height: 1.12;
  }

  .contact-company__summary,
  .contact-social-card__head p {
    font-size: 0.8rem;
    line-height: 1.55;
  }

  .contact-company__details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 14px;
  }

  .contact-company__details div {
    padding: 12px 0;
  }

  .contact-company__details div:last-child {
    grid-column: 1 / -1;
  }

  .contact-form label span {
    font-size: 0.68rem;
  }

  .contact-form input,
  .contact-form textarea,
  .contact-form button {
    font-size: 0.86rem;
  }

  .sector-showcase {
    padding: 48px 10px;
  }

  .sector-showcase__inner {
    min-height: 0;
    gap: 12px;
  }

  .sector-showcase__hero {
    min-height: 260px;
    padding: 22px;
  }

  .sector-showcase__hero h2 {
    font-size: clamp(1.7rem, 8vw, 2.1rem);
    line-height: 1.08;
  }

  .sector-showcase__about {
    padding: 22px;
  }

  .sector-showcase__about h3 {
    font-size: clamp(1.2rem, 5.5vw, 1.45rem);
  }

  .sector-showcase__about p {
    margin-top: 12px;
    font-size: 0.86rem;
    line-height: 1.55;
  }

  .sector-showcase__cta {
    padding: 18px;
  }

  .sector-showcase__cta h3 {
    font-size: 1.15rem;
  }

  .sector-showcase__btn {
    min-height: 44px;
    padding: 10px 14px;
    font-size: 0.78rem;
  }

  .faq-section {
    padding: 56px 10px;
  }

  .faq-section__heading h2 {
    font-size: clamp(1.65rem, 7vw, 1.95rem) !important;
    letter-spacing: -0.03em;
    line-height: 1.08;
  }

  .faq-section__description {
    margin-top: 12px;
    font-size: 0.88rem;
    line-height: 1.55;
  }

  .faq-item summary {
    min-height: 72px;
    padding: 16px 58px 16px 16px;
  }

  .faq-item__question {
    font-size: 0.86rem;
    line-height: 1.35;
  }

  .faq-item__answer p {
    font-size: 0.84rem;
    line-height: 1.55;
  }

  .faq-item__icon {
    width: 34px;
    height: 34px;
  }

  .process-heading h2,
  .products h2,
  .product-gallery h2,
  .ark-about-v2__title,
  .global-reach h2,
  .company-spotlight h2 {
    font-size: clamp(1.65rem, 7vw, 1.95rem) !important;
    line-height: 1.08;
  }

  .products__intro > p:not(.eyebrow),
  .about__copy > p:not(.eyebrow) {
    font-size: 0.88rem;
    line-height: 1.6;
  }

  .product-showcase h3 {
    font-size: 1.45rem;
  }

  .topbar__contact {
    padding: 8px 12px;
    font-size: 0.75rem;
  }

  .site-footer__tagline {
    font-size: 0.72rem;
  }

  .site-footer__desc {
    font-size: 0.8rem;
    line-height: 1.55;
  }

  .site-footer__col h3 {
    margin-bottom: 12px;
    font-size: 0.86rem;
  }

  .site-footer__col a,
  .site-footer__contact dd {
    font-size: 0.8rem;
  }

  .site-footer__copy,
  .site-footer__legal a {
    font-size: 0.72rem;
  }
}

@media (max-width: 480px) {
  h1,
  .hero-film h1 {
    font-size: 1.65rem;
  }

  .hero-film {
    min-height: 380px;
  }

  .video-showcase h2,
  .faq-section__heading h2,
  .sector-showcase__hero h2 {
    font-size: 1.55rem !important;
  }

  .world-coverage__panel h2,
  #world-coverage-title {
    font-size: 1.3rem !important;
  }

  .contact-company h3,
  .contact-form-card h3,
  .contact-social-card__head h3 {
    font-size: 1.2rem !important;
  }
}

/* Contact hub: force 3 cards stacked on mobile */
@media (max-width: 900px) {
  .contact-hub__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .contact-hub__grid > * {
    width: 100%;
    max-width: 100%;
    grid-column: 1 / -1;
  }
}

/* Homepage mobile alignment: center the main content cards and their controls. */
@media (max-width: 760px) {
  .hero-film__content {
    width: 100%;
    max-width: none;
    margin-inline: auto;
    text-align: center;
  }

  .hero-film__content > p:not(.eyebrow) {
    margin-inline: auto;
  }

  .hero-film__actions {
    justify-content: center;
  }

  .video-showcase__head,
  .video-showcase__head > div {
    width: 100%;
    margin-inline: auto;
    text-align: center;
  }

  .video-showcase__head > div > p:last-child {
    margin-inline: auto;
  }

  .world-coverage__panel,
  .world-coverage__countries {
    text-align: center;
  }

  .world-coverage__countries ul {
    justify-content: center;
  }

  .contact-company,
  .contact-form-card,
  .contact-social-card {
    text-align: center;
  }

  .contact-company {
    align-items: center;
  }

  .contact-company__logo {
    margin-inline: auto;
    object-position: center;
  }

  .contact-company__details {
    width: 100%;
  }

  .contact-form-card__head,
  .contact-social-card__head {
    justify-content: center;
    text-align: center;
  }

  .contact-form label,
  .contact-form input,
  .contact-form textarea,
  .contact-form__status {
    text-align: center;
  }

  .contact-form button {
    justify-self: center;
  }

  .contact-socials {
    width: 100%;
  }

  .contact-socials a {
    grid-template-columns: 24px auto 24px;
    justify-content: center;
    text-align: center;
  }

  .sector-showcase__about,
  .sector-showcase__cta {
    align-items: center;
    text-align: center;
  }

  .sector-showcase__about h3,
  .sector-showcase__about p,
  .sector-showcase__cta h3 {
    margin-inline: auto;
  }

  .site-footer__grid,
  .site-footer__brand,
  .site-footer__col,
  .site-footer__contact {
    text-align: center;
  }

  .site-footer__brand {
    justify-items: center;
  }

  .site-footer__desc {
    margin-inline: auto;
  }

  .site-footer__socials,
  .site-footer__legal {
    justify-content: center;
  }

  .site-footer__contact dl {
    justify-items: center;
  }
}

/* Homepage hero and mobile-only quick social links. */
.hero-film__media {
  object-fit: contain;
  transform: scale(1.1);
  transform-origin: center;
}

.mobile-social-dock {
  display: none;
}

@media (max-width: 760px) {
  .mobile-social-dock {
    position: fixed;
    z-index: 80;
    right: 14px;
    bottom: 18px;
    display: flex;
    flex-direction: column;
    gap: 9px;
  }

  .mobile-social-dock__link {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
    font-size: 1.2rem;
    text-decoration: none;
  }

  .mobile-social-dock__link--whatsapp {
    background: #25d366;
  }

  .mobile-social-dock__link--youtube {
    background: #ff0033;
  }

  .mobile-social-dock__link--instagram {
    background: linear-gradient(135deg, #833ab4, #e1306c 55%, #f77737);
  }
}

/* Contact form and social links: borderless controls. */
.contact-form input,
.contact-form textarea,
.contact-socials a {
  border: 0;
}
