:root {
  --primary: #f8d58a;
  --star: #f8d58a;
  --lantern: #f5a742;
  --ink: #eef6ff;
  --muted: #c1d0df;
  --soft: #dbe7f2;
  --dim: #9fb3c7;
  --paper: #050505;
  --surface: rgba(8, 10, 14, 0.72);
  --surface-light: #f4f8fb;
  --surface-ink: #08162a;
  --line: rgba(125, 211, 252, 0.18);
  --harbor: #0b1424;
  --deep: #050505;
  --font-body: Inter, Avenir, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.68;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid rgba(248, 213, 138, 0.78);
  outline-offset: 4px;
}

img {
  max-width: 100%;
  display: block;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  padding: 26px 0 14px;
  color: var(--ink);
  border-bottom: 1px solid rgba(248, 213, 138, 0.08);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0));
  backdrop-filter: blur(8px);
}

.site-header--solid {
  position: sticky;
  width: auto;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(5, 5, 5, 0.86);
  border-bottom: 1px solid rgba(248, 213, 138, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
  padding: 5px 7px;
  border: 1px solid rgba(248, 213, 138, 0.13);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 250, 232, 0.34), rgba(218, 209, 186, 0.18));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 8px 22px rgba(0, 0, 0, 0.18);
}

.brand::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 8px;
  width: 54px;
  height: 36px;
  border-top: 1px solid rgba(248, 213, 138, 0.22);
  border-left: 1px solid rgba(248, 213, 138, 0.16);
  border-radius: 50% 0 0 50%;
  pointer-events: none;
  opacity: 0.62;
}

.brand img {
  position: relative;
  z-index: 1;
  width: auto;
  height: 34px;
  max-width: min(310px, 30vw);
  border-radius: 9px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.brand--transparent {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand--transparent::before {
  display: none;
}

.brand--transparent img {
  height: 46px;
  max-width: min(360px, 32vw);
  border-radius: 0;
  mix-blend-mode: normal;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  color: rgba(238, 246, 255, 0.84);
  font-size: 15px;
  font-weight: 680;
}

.site-nav a {
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #fff;
}

.nav-pill {
  min-height: 42px;
  padding: 8px 17px;
  border: 1px solid rgba(248, 213, 138, 0.28);
  border-radius: 999px;
  background: rgba(248, 213, 138, 0.065);
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.nav-pill:hover,
.nav-pill:focus-visible {
  border-color: rgba(248, 213, 138, 0.52);
  background: rgba(248, 213, 138, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 10px 28px rgba(245, 167, 66, 0.12);
}

.nav-toggle {
  display: none;
  border: 1px solid rgba(125, 211, 252, 0.32);
  background: rgba(232, 243, 255, 0.08);
  color: #f4fbff;
  padding: 8px 12px;
  border-radius: 8px;
}

.hero {
  --hero-image: url("../images/hero-night-ferry.webp");
  position: relative;
  min-height: 880px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  overflow: hidden;
  padding: 146px clamp(20px, 6vw, 96px) 78px;
  color: #f4fbff;
  background-size: cover;
  background-position: center;
  text-align: center;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero::before {
  inset: -8px;
  z-index: 0;
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.08) 54%, rgba(0, 0, 0, 0.2)),
    var(--hero-image);
  background-position: center 58%;
  background-size: cover;
  filter: blur(2.5px);
  transform: scale(1.015);
}

.hero::after {
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse at 50% 46%, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.14) 60%, rgba(0, 0, 0, 0.34) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), transparent 38%, rgba(0, 0, 0, 0.12) 72%, rgba(0, 0, 0, 0.34));
}

.hero__content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1500px;
  margin-inline: auto;
  padding: clamp(28px, 5vw, 54px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.eyebrow {
  margin: 0 0 14px;
  color: rgba(248, 213, 138, 0.88);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  max-width: 900px;
  margin-bottom: 38px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 1.45;
}

.hero__headline h2,
.section__head h2,
.cta h2,
.listing-head h1,
.article h1,
.error-page h1 {
  margin: 0;
  line-height: 1.12;
  font-family: var(--font-display);
  font-weight: 560;
  letter-spacing: 0;
}

.hero__headline {
  display: grid;
  gap: clamp(30px, 4vw, 56px);
}

.hero__headline h2 {
  max-width: 1240px;
  margin-inline: auto;
  color: #f8fbff;
  font-family: var(--font-body);
  font-size: clamp(30px, 3.15vw, 50px);
  font-weight: 680;
  line-height: 1.28;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.42);
}

.hero p:not(.eyebrow) {
  max-width: 1460px;
  margin: 38px auto 0;
  color: var(--soft);
  font-size: clamp(18px, 1.65vw, 25px);
  line-height: 1.7;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.36);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 13px 24px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 740;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.button--primary {
  border: 1px solid rgba(255, 238, 179, 0.45);
  background: linear-gradient(135deg, #ffe29a, #efb84c);
  color: #120c05;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    0 12px 28px rgba(245, 167, 66, 0.18);
}

.button--ghost {
  border: 1px solid rgba(186, 230, 253, 0.34);
  background: rgba(232, 243, 255, 0.055);
  color: var(--ink);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button--primary:hover,
.button--primary:focus-visible {
  border-color: rgba(255, 238, 179, 0.7);
  background: linear-gradient(135deg, #ffe8ad, #f2c15f);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 16px 34px rgba(245, 167, 66, 0.24);
}

.button--ghost:hover,
.button--ghost:focus-visible {
  border-color: rgba(186, 230, 253, 0.56);
  background: rgba(232, 243, 255, 0.095);
}

.logo-marquee {
  position: relative;
  overflow: hidden;
  padding: 24px 0 28px;
  border-top: 1px solid rgba(226, 196, 128, 0.055);
  border-bottom: 1px solid rgba(226, 196, 128, 0.055);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(125, 211, 252, 0.055), transparent 46%),
    linear-gradient(180deg, rgba(3, 7, 9, 0.78), rgba(4, 6, 7, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.012),
    inset 0 -22px 60px rgba(0, 0, 0, 0.2);
}

.logo-marquee::before,
.logo-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: min(20vw, 260px);
  pointer-events: none;
}

.logo-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #040607 8%, rgba(4, 6, 7, 0.82) 40%, transparent);
}

.logo-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #040607 8%, rgba(4, 6, 7, 0.82) 40%, transparent);
}

.logo-marquee__track {
  display: flex;
  width: max-content;
  animation: logoDrift 38s linear infinite;
}

.logo-marquee__track:hover {
  animation-play-state: paused;
}

.logo-marquee__group {
  display: flex;
  flex: 0 0 auto;
  justify-content: space-around;
  min-width: 100vw;
  gap: 0;
  padding-inline: 0;
}

.logo-marquee__group .partner-logo {
  position: relative;
  display: grid;
  width: 196px;
  min-width: 196px;
  height: 74px;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.partner-logo::before {
  position: absolute;
  inset: 13px 20px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(176, 210, 224, 0.06), transparent 70%);
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}

.partner-logo::after {
  position: absolute;
  top: 18px;
  right: 0;
  bottom: 18px;
  width: 1px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(190, 207, 215, 0.1), transparent);
  pointer-events: none;
}

.partner-logo img {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 70%;
  height: auto;
  max-height: 48px;
  object-fit: contain;
  opacity: 0.74;
  filter: grayscale(0.25) saturate(0.78) brightness(0.96);
  transition: opacity 220ms ease, filter 220ms ease, transform 220ms ease;
}

.partner-logo:hover::before {
  opacity: 1;
}

.partner-logo:hover img {
  opacity: 1;
  filter: none;
  transform: translateY(-2px) scale(1.025);
}

.partner-logo--portrait img {
  max-width: 52%;
  max-height: 50px;
}

.partner-logo--square img {
  max-width: 52px;
  max-height: 52px;
}

.partner-logo--wide img {
  max-width: 74%;
  max-height: 42px;
}

.partner-logo--light img {
  padding: 4px 7px;
  border: 1px solid rgba(226, 218, 198, 0.1);
  border-radius: 4px;
  background: rgba(226, 221, 208, 0.88);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
  opacity: 0.84;
  filter: saturate(0.84) brightness(0.95);
}

.section,
.cta,
.listing-shell,
.content-shell {
  padding: 96px clamp(20px, 5vw, 72px);
}

.section {
  background:
    radial-gradient(circle at 12% 10%, rgba(248, 213, 138, 0.06), transparent 28%),
    var(--paper);
  color: var(--ink);
}

.section--muted {
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.98), rgba(8, 10, 14, 0.98)),
    var(--paper);
}

.section__head {
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
}

.section__head h2,
.cta h2,
.listing-head h1 {
  color: #f8fbff;
  font-size: clamp(34px, 4.2vw, 60px);
  font-weight: 560;
  line-height: 1.13;
}

.card-grid,
.service-grid,
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.product-showcase {
  display: grid;
  gap: 54px;
  max-width: 1320px;
  margin: 0 auto;
}

.product-row {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 96px);
  align-items: center;
  padding-bottom: 52px;
  border-bottom: 2px solid rgba(232, 243, 255, 0.28);
}

.product-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.product-row__media {
  display: block;
  width: 100%;
}

.product-row__media img,
.product-row__media .card-fallback {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

.product-row__body {
  display: grid;
  align-content: center;
  min-height: 260px;
}

.product-row__body p {
  margin: 0 0 12px;
  color: rgba(248, 213, 138, 0.86);
  font-size: 15px;
  font-weight: 720;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.product-row__body h3 {
  max-width: 860px;
  margin: 0;
  color: #f8fbff;
  font-size: clamp(34px, 4vw, 58px);
  font-family: var(--font-display);
  font-weight: 560;
  line-height: 1.12;
}

.product-row__highlight {
  display: block;
  margin-top: 12px;
  color: rgba(248, 213, 138, 0.92);
  font-size: clamp(16px, 1.35vw, 20px);
  font-weight: 680;
  line-height: 1.45;
}

.product-row__body span {
  display: block;
  max-width: 900px;
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid rgba(232, 243, 255, 0.42);
  color: var(--soft);
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.78;
}

.product-row__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 30px;
}

.mini-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 20px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 740;
}

.mini-button--primary {
  border: 1px solid rgba(248, 213, 138, 0.38);
  background: rgba(248, 213, 138, 0.88);
  color: #120c05;
}

.mini-button--accent {
  border: 1px solid rgba(125, 211, 252, 0.42);
  background: rgba(14, 116, 144, 0.78);
  color: #f5fbff;
}

.mini-button--secondary {
  border: 1px solid rgba(232, 243, 255, 0.34);
  background: rgba(232, 243, 255, 0.08);
  color: var(--ink);
}

.mini-button:hover,
.mini-button:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.08);
}

.product-card,
.service-grid article,
.news-grid article,
.archive-list article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.18);
}

.product-card img,
.card-fallback {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.card-fallback {
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(125, 211, 252, 0.18), rgba(255, 255, 255, 0.04)),
    linear-gradient(90deg, rgba(186, 230, 253, 0.09) 1px, transparent 1px),
    linear-gradient(rgba(186, 230, 253, 0.08) 1px, transparent 1px);
  background-size: auto, 42px 42px, 42px 42px;
  color: rgba(219, 231, 242, 0.72);
  font-weight: 720;
}

.product-card__body,
.service-grid article,
.news-grid article,
.archive-list article {
  padding: 22px;
}

.product-card__body p,
.news-grid time,
.archive-list time {
  margin: 0 0 8px;
  color: rgba(248, 213, 138, 0.86);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.product-card h3,
.service-grid h3,
.news-grid h3 {
  margin: 0 0 10px;
  color: #f8fbff;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 680;
}

.product-card span,
.service-grid p,
.news-grid p,
.archive-list p,
.listing-head p,
.article__content,
.error-page p {
  color: var(--muted);
}

.news-grid a {
  display: block;
}

.news-grid a:hover h3,
.news-grid a:focus-visible h3,
.archive-list a:hover,
.archive-list a:focus-visible {
  color: #fff7df;
}

.partner-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.partner-strip span {
  display: grid;
  min-height: 90px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(10, 24, 48, 0.72);
  color: var(--soft);
  font-weight: 720;
}

.section--us {
  background:
    radial-gradient(circle at 50% 18%, rgba(248, 213, 138, 0.08), transparent 34%),
    linear-gradient(180deg, #050505, #070707);
}

.us-panel {
  max-width: 940px;
  margin: 0 auto;
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid rgba(248, 213, 138, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--soft);
  text-align: center;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(18px);
}

.us-panel p {
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.78;
}

.us-panel__marks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.us-panel__marks span {
  padding: 8px 13px;
  border: 1px solid rgba(248, 213, 138, 0.16);
  border-radius: 999px;
  color: rgba(248, 213, 138, 0.82);
  font-size: 12px;
  font-weight: 720;
  text-transform: uppercase;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 0;
  list-style: none;
}

.process-list li {
  padding: 26px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--primary);
  border-radius: 18px;
  background: rgba(10, 24, 48, 0.72);
}

.process-list span {
  color: var(--primary);
  font-weight: 740;
}

.process-list strong {
  display: block;
  margin-top: 12px;
  color: #f8fbff;
  font-size: 24px;
  font-weight: 680;
}

.cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 18%, rgba(245, 167, 66, 0.08), transparent 30%),
    linear-gradient(135deg, #020202, #080b0f 58%, #050505);
  color: #f4fbff;
  text-align: center;
}

.cta h2 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 26px;
}

.site-footer {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 116px;
  padding: 34px clamp(24px, 5vw, 80px);
  background: #050607;
  color: rgba(219, 231, 242, 0.72);
}

.site-footer::before {
  position: absolute;
  top: 0;
  right: clamp(24px, 5vw, 80px);
  left: clamp(24px, 5vw, 80px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(226, 196, 128, 0.32) 12%, rgba(226, 196, 128, 0.32) 88%, transparent);
}

.site-footer p {
  margin: 0;
}

.listing-shell,
.content-shell {
  min-height: 70vh;
  color-scheme: dark;
  background:
    radial-gradient(circle at 12% 8%, rgba(248, 213, 138, 0.055), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(125, 211, 252, 0.05), transparent 30%),
    linear-gradient(180deg, #060708, #050505 58%, #020304);
  color: var(--ink);
}

.listing-head {
  max-width: 860px;
}

.article {
  max-width: 860px;
  margin: 0 auto;
}

.listing-head {
  margin-bottom: 34px;
}

.listing-head h1,
.article h1 {
  color: #f8fbff;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.34);
}

.archive-list {
  display: grid;
  gap: 16px;
  max-width: 920px;
}

.archive-list article {
  border-color: rgba(186, 230, 253, 0.14);
  background: rgba(9, 14, 18, 0.78);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

.archive-list a {
  display: block;
  margin-bottom: 8px;
  color: #f8fbff;
  font-size: 24px;
  font-weight: 740;
}

.archive-list a:hover,
.archive-list a:focus-visible {
  color: var(--primary);
}

.reading-progress {
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary);
  box-shadow: 0 0 14px rgba(248, 213, 138, 0.3);
  pointer-events: none;
}

.content-shell--article {
  padding-top: clamp(64px, 8vw, 112px);
  padding-bottom: clamp(86px, 11vw, 150px);
}

.post-page .article {
  max-width: 1180px;
}

.article__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.72fr);
  align-items: center;
  gap: clamp(48px, 8vw, 112px);
}

.article__intro--no-cover {
  display: block;
  max-width: 780px;
}

.article__intro-copy {
  min-width: 0;
}

.article__kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 0 0 24px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article__kicker span + span::before {
  margin-right: 20px;
  color: rgba(230, 237, 243, 0.38);
  content: "/";
}

.article__intro h1 {
  max-width: 720px;
  color: #f8fbff;
  font-size: clamp(48px, 6vw, 82px);
  font-weight: 560;
  line-height: 1.02;
  text-shadow: 0 16px 40px rgba(0, 0, 0, 0.36);
}

.article__dek {
  max-width: 650px;
  margin: 28px 0 0;
  color: #cbd6df;
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.68;
}

.article__cover-card {
  position: relative;
  width: min(100%, 470px);
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  justify-self: end;
  border: 1px solid rgba(186, 230, 253, 0.15);
  border-radius: 12px;
  background: #101419;
  box-shadow: 0 30px 84px rgba(0, 0, 0, 0.42);
  transform: perspective(1000px) rotateX(var(--article-cover-rx, 0deg)) rotateY(var(--article-cover-ry, 0deg)) translateY(var(--article-cover-lift, 0));
  transform-style: preserve-3d;
  transition: transform 180ms ease-out, border-color 220ms ease, box-shadow 220ms ease;
  will-change: transform;
}

.article__cover-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.11) 48%, transparent 66%);
  opacity: 0;
  transform: translateX(-70%);
  pointer-events: none;
}

.article-motion-enhanced .article__cover-card::after {
  animation: articleCoverShine 7s ease-in-out infinite;
}

.article__cover-card:hover {
  border-color: rgba(248, 213, 138, 0.3);
  box-shadow: 0 36px 92px rgba(0, 0, 0, 0.5);
}

.article__cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 0;
}

.article__meta a {
  padding: 7px 11px;
  border: 1px solid rgba(186, 230, 253, 0.2);
  border-radius: 999px;
  background: rgba(125, 211, 252, 0.055);
  color: #c8e8f7;
  font-size: 13px;
  font-weight: 690;
  transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

.article__meta a:hover,
.article__meta a:focus-visible {
  border-color: rgba(248, 213, 138, 0.48);
  background: rgba(248, 213, 138, 0.055);
  color: #fff;
}

.article__content {
  color: var(--soft);
  font-size: 18px;
  line-height: 1.78;
}

.post-page .article__content {
  max-width: 760px;
  margin: clamp(76px, 9vw, 122px) auto 0;
  color: #d2dbe2;
  font-size: clamp(17px, 1.45vw, 19px);
  line-height: 1.84;
}

.article__content > :first-child {
  margin-top: 0;
}

.article__content p,
.article__content ul,
.article__content ol {
  margin-top: 0;
  margin-bottom: 1.45em;
}

.article__content img,
.article__content video,
.article__content iframe {
  max-width: 100%;
  border-radius: 10px;
}

.article__content a {
  color: #c8e8f7;
  text-decoration: underline;
  text-decoration-color: rgba(186, 230, 253, 0.46);
  text-underline-offset: 3px;
}

.article__content a:hover,
.article__content a:focus-visible {
  color: var(--primary);
  text-decoration-color: currentColor;
}

.article__content h1,
.article__content h2,
.article__content h3,
.article__content h4,
.article__content h5,
.article__content h6 {
  margin: 1.8em 0 0.6em;
  color: #f8fbff;
  font-family: var(--font-display);
  font-weight: 560;
  line-height: 1.2;
}

.article__content h2 {
  font-size: clamp(32px, 4vw, 46px);
}

.article__content h3 {
  font-size: clamp(24px, 3vw, 32px);
}

.article__content strong {
  color: #f8fbff;
}

.article__content blockquote {
  margin: 36px 0;
  padding: 8px 0 8px 24px;
  border-left: 2px solid rgba(248, 213, 138, 0.66);
  color: #eef3f7;
  font-family: var(--font-display);
  font-size: 1.18em;
  line-height: 1.62;
}

.article__content code {
  padding: 0.16em 0.38em;
  border: 1px solid rgba(186, 230, 253, 0.14);
  border-radius: 5px;
  background: rgba(125, 211, 252, 0.07);
  color: #dff5ff;
}

.article__content pre {
  overflow-x: auto;
  padding: 20px;
  border: 1px solid rgba(186, 230, 253, 0.14);
  border-radius: 10px;
  background: #020507;
}

.article__content pre code {
  padding: 0;
  border: 0;
  background: transparent;
}

.article__content hr {
  margin: 48px 0;
  border: 0;
  border-top: 1px solid rgba(186, 230, 253, 0.16);
}

.article__content table {
  width: 100%;
  border-collapse: collapse;
}

.article__content th,
.article__content td {
  padding: 10px 12px;
  border: 1px solid rgba(186, 230, 253, 0.16);
}

.article__content th {
  background: rgba(125, 211, 252, 0.07);
  color: #f8fbff;
}

.article-motion-enhanced [data-article-reveal],
.article-motion-enhanced .article__content > * {
  opacity: 0;
  transform: translateY(14px);
}

.article-motion-enhanced [data-article-reveal].is-visible,
.article-motion-enhanced .article__content > *.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
  font-weight: 740;
}

.pagination a {
  color: #bae6fd;
}

.pagination a:hover,
.pagination a:focus-visible {
  color: var(--primary);
}

.empty {
  color: var(--muted);
}

.error-page {
  min-height: 100vh;
  display: grid;
  align-content: center;
  justify-items: start;
  padding: 48px clamp(20px, 5vw, 72px);
  background:
    radial-gradient(circle at 18% 20%, rgba(248, 213, 138, 0.06), transparent 28%),
    linear-gradient(180deg, #060708, #020304);
  color: var(--ink);
}

.error-page h1 {
  color: #f8fbff;
}

.motion-enhanced .motion-load,
.motion-enhanced .motion-reveal {
  opacity: 0;
  transform: translateY(24px);
}

.motion-enhanced .motion-load.is-visible,
.motion-enhanced .motion-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--motion-delay, 0ms);
}

.motion-enhanced .site-header.motion-load {
  transform: translateY(-14px);
}

.motion-enhanced .hero::before {
  animation: homeHeroDrift 18s ease-in-out infinite alternate;
  will-change: transform;
}

.motion-enhanced .product-row.motion-reveal .product-row__media {
  opacity: 0;
  transform: translateY(24px) scale(0.975);
}

.motion-enhanced .product-row.motion-reveal .product-row__body > * {
  opacity: 0;
  transform: translateY(18px);
}

.motion-enhanced .product-row.motion-reveal.is-visible .product-row__media {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition:
    opacity 820ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 820ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-enhanced .product-row.motion-reveal.is-visible .product-row__body > * {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 680ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-enhanced .product-row.motion-reveal.is-visible .product-row__body > :nth-child(1) {
  transition-delay: 100ms;
}

.motion-enhanced .product-row.motion-reveal.is-visible .product-row__body > :nth-child(2) {
  transition-delay: 160ms;
}

.motion-enhanced .product-row.motion-reveal.is-visible .product-row__body > :nth-child(3) {
  transition-delay: 220ms;
}

.motion-enhanced .product-row.motion-reveal.is-visible .product-row__body > :nth-child(4) {
  transition-delay: 280ms;
}

.motion-enhanced .product-row.motion-reveal.is-visible .product-row__body > :nth-child(5) {
  transition-delay: 340ms;
}

.motion-enhanced .product-motion-media {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  perspective: 900px;
}

.motion-enhanced .product-motion-media::after {
  position: absolute;
  inset: -45%;
  content: "";
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(112deg, transparent 39%, rgba(255, 246, 213, 0.17) 50%, transparent 61%);
  transform: translateX(-58%) rotate(8deg);
}

.motion-enhanced .product-row.is-visible .product-motion-media::after {
  animation: homeCoverShine 7.5s ease-in-out infinite 900ms;
}

.motion-enhanced .product-motion-media img {
  transform:
    perspective(900px)
    rotateX(var(--cover-y, 0deg))
    rotateY(var(--cover-x, 0deg))
    scale(var(--cover-scale, 1));
  transform-origin: center;
  transition: transform 180ms ease-out, filter 220ms ease;
  will-change: transform;
}

.motion-enhanced .product-motion-media:hover img {
  filter: brightness(1.035) saturate(1.025);
}

.motion-enhanced .news-grid article,
.motion-enhanced .us-panel__marks span {
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.motion-enhanced .news-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(248, 213, 138, 0.28);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.motion-enhanced .us-panel__marks span:hover {
  transform: translateY(-2px);
  border-color: rgba(248, 213, 138, 0.36);
  background: rgba(248, 213, 138, 0.075);
}

@keyframes homeHeroDrift {
  from {
    transform: scale(1.015) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.035) translate3d(-0.35%, -0.4%, 0);
  }
}

@keyframes homeCoverShine {
  0%,
  28% {
    opacity: 0;
    transform: translateX(-58%) rotate(8deg);
  }

  42% {
    opacity: 0.72;
  }

  58%,
  100% {
    opacity: 0;
    transform: translateX(58%) rotate(8deg);
  }
}

@keyframes logoDrift {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes articleCoverShine {
  0%,
  34% {
    opacity: 0;
    transform: translateX(-70%);
  }

  47% {
    opacity: 0.5;
  }

  62%,
  100% {
    opacity: 0;
    transform: translateX(70%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-enhanced .motion-load,
  .motion-enhanced .motion-reveal,
  .motion-enhanced .product-row.motion-reveal .product-row__media,
  .motion-enhanced .product-row.motion-reveal .product-row__body > *,
  .article-motion-enhanced [data-article-reveal],
  .article-motion-enhanced .article__content > * {
    opacity: 1;
    transform: none;
  }

  .motion-enhanced .hero::before,
  .motion-enhanced .product-motion-media::after,
  .article-motion-enhanced .article__cover-card::after {
    animation: none;
  }

  .motion-enhanced .product-motion-media img,
  .article__cover-card {
    transform: none;
  }

  .partner-logo img {
    transition: none;
  }

  .reading-progress {
    display: none;
  }
}

@media (min-width: 901px) {
  .site-header {
    width: min(1240px, calc(100% - 48px));
    padding-top: 20px;
    padding-bottom: 11px;
  }

  .brand--transparent img {
    height: 38px;
    max-width: min(300px, 28vw);
  }

  .site-nav {
    gap: 17px;
    font-size: 14px;
  }

  .nav-pill {
    min-height: 38px;
    padding: 7px 15px;
  }

  .hero {
    min-height: 720px;
    gap: 22px;
    padding: 116px clamp(20px, 5vw, 76px) 62px;
  }

  .hero__content {
    max-width: 1220px;
    padding: clamp(22px, 3.5vw, 38px);
  }

  .hero .eyebrow {
    max-width: 760px;
    margin-bottom: 28px;
    font-size: clamp(13px, 1vw, 15px);
  }

  .hero__headline {
    gap: clamp(24px, 3vw, 40px);
  }

  .hero__headline h2 {
    max-width: 1040px;
    font-size: clamp(29px, 2.65vw, 42px);
    line-height: 1.25;
  }

  .hero p:not(.eyebrow) {
    max-width: 1160px;
    margin-top: 28px;
    font-size: clamp(17px, 1.35vw, 20px);
    line-height: 1.62;
  }

  .hero__actions {
    margin-top: 26px;
  }

  .button {
    min-height: 48px;
    padding: 11px 21px;
    border-radius: 10px;
    font-size: 14px;
  }

  .logo-marquee {
    padding: 24px 0 28px;
  }

  .logo-marquee__group .partner-logo {
    width: 196px;
    min-width: 196px;
    height: 74px;
  }

  .section,
  .cta,
  .listing-shell,
  .content-shell {
    padding: 74px clamp(20px, 4.5vw, 62px);
  }

  .section__head {
    max-width: 720px;
    margin-bottom: 30px;
  }

  .section__head h2,
  .cta h2,
  .listing-head h1 {
    font-size: clamp(32px, 3.4vw, 50px);
  }

  .product-showcase {
    gap: 42px;
    max-width: 1120px;
  }

  .product-row {
    grid-template-columns: minmax(200px, 270px) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 70px);
    padding-bottom: 42px;
  }

  .product-row__body {
    min-height: 220px;
  }

  .product-row__body p {
    font-size: 13px;
  }

  .product-row__body h3 {
    font-size: clamp(31px, 3.2vw, 46px);
  }

  .product-row__highlight {
    font-size: clamp(15px, 1.15vw, 18px);
  }

  .product-row__body span {
    margin-top: 22px;
    padding-top: 20px;
    font-size: clamp(16px, 1.28vw, 20px);
    line-height: 1.68;
  }

  .product-row__actions {
    margin-top: 24px;
  }

  .mini-button {
    min-height: 38px;
    padding: 7px 17px;
    border-radius: 10px;
    font-size: 14px;
  }

  .news-grid,
  .process-list {
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
  }

  .product-card__body,
  .service-grid article,
  .news-grid article,
  .archive-list article {
    padding: 19px;
  }

  .product-card h3,
  .service-grid h3,
  .news-grid h3 {
    font-size: 20px;
  }

  .us-panel {
    max-width: 820px;
    padding: clamp(24px, 4vw, 42px);
    border-radius: 20px;
  }

  .us-panel p {
    max-width: 680px;
    font-size: clamp(16px, 1.4vw, 19px);
    line-height: 1.7;
  }

  .process-list li {
    padding: 22px;
    border-radius: 15px;
  }

  .process-list strong {
    font-size: 21px;
  }

  .cta h2 {
    max-width: 660px;
    margin-bottom: 22px;
  }

  .site-footer {
    min-height: 90px;
    padding: 26px clamp(24px, 4vw, 64px);
  }

  .post-page .article {
    max-width: 1040px;
  }

  .article__intro {
    gap: clamp(42px, 6vw, 80px);
  }

  .article__intro h1 {
    font-size: clamp(44px, 5vw, 68px);
  }

  .article__dek {
    font-size: clamp(17px, 1.4vw, 19px);
  }

  .article__cover-card {
    width: min(100%, 400px);
  }

  .post-page .article__content {
    max-width: 720px;
    margin-top: clamp(68px, 7vw, 96px);
    font-size: 18px;
  }
}

@media (max-width: 1040px) {
  .hero {
    min-height: auto;
  }
}

@media (min-width: 901px) and (max-width: 1040px) {
  .hero {
    min-height: 720px;
  }
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    width: calc(100% - 32px);
    padding-top: 18px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: 66px;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    min-width: 230px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(3, 10, 28, 0.96);
    backdrop-filter: blur(18px);
  }

  .site-nav.is-open {
    display: flex;
  }

  .hero {
    padding-top: 132px;
  }

  .hero::before {
    background-position: 62% center;
  }

  .card-grid,
  .service-grid,
  .news-grid,
  .process-list,
  .partner-strip {
    grid-template-columns: 1fr;
  }

  .product-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .product-row__media {
    max-width: 360px;
  }

  .product-row__body {
    min-height: auto;
  }

  .product-row__actions {
    justify-content: flex-start;
  }

  .article__intro {
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
  }

  .article__intro-copy {
    grid-row: 2;
  }

  .article__cover-card {
    grid-row: 1;
    width: min(100%, 430px);
    justify-self: center;
  }

  .article__intro--no-cover .article__intro-copy {
    grid-row: auto;
  }

}

@media (max-width: 560px) {
  .site-header {
    width: calc(100% - 28px);
  }

  .brand {
    padding: 4px 6px;
    border-radius: 12px;
  }

  .brand::before {
    left: 11px;
    top: 7px;
    width: 42px;
    height: 28px;
  }

  .brand img {
    width: auto;
    height: 28px;
    max-width: 190px;
    border-radius: 7px;
  }

  .brand--transparent {
    padding: 0;
    border-radius: 0;
  }

  .brand--transparent img {
    height: 34px;
    max-width: min(230px, 62vw);
    border-radius: 0;
  }

  .hero {
    padding: 112px 18px 56px;
  }

  .hero::before {
    background-position: 66% center;
    filter: blur(2px);
  }

  .logo-marquee {
    padding: 20px 0 23px;
  }

  .logo-marquee__group {
    gap: 0;
    padding-inline: 0;
  }

  .logo-marquee__group .partner-logo {
    width: 154px;
    min-width: 154px;
    height: 62px;
  }

  .partner-logo img {
    max-height: 40px;
  }

  .partner-logo--portrait img,
  .partner-logo--square img {
    max-height: 43px;
  }

  .hero__headline {
    gap: 24px;
  }

  .hero__headline h2 {
    font-size: 30px;
    line-height: 1.28;
  }

  .hero .eyebrow {
    margin-bottom: 24px;
  }

  .product-showcase {
    gap: 34px;
  }

  .product-row {
    padding-bottom: 34px;
  }

  .product-row__body h3 {
    font-size: 30px;
  }

  .product-row__body span {
    margin-top: 18px;
    padding-top: 18px;
    font-size: 17px;
  }

  .hero p:not(.eyebrow) {
    font-size: 17px;
  }

  .hero__actions,
  .button {
    width: 100%;
  }

  .button {
    min-height: 54px;
  }

  .content-shell--article {
    padding: 54px 18px 84px;
  }

  .article__intro {
    gap: 34px;
  }

  .article__intro h1 {
    font-size: clamp(42px, 14vw, 58px);
    line-height: 1.04;
  }

  .article__kicker {
    margin-bottom: 18px;
  }

  .article__kicker span + span {
    display: none;
  }

  .article__dek {
    margin-top: 22px;
    font-size: 17px;
  }

  .article__content {
    margin-top: 68px;
    font-size: 17px;
    line-height: 1.76;
  }

  .article__content h2 {
    font-size: 32px;
  }
}
