/* Base — fonts, variables, reset, nav, footer, i18n */

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

:root {
  --cyan: #0a8080;
  --cyan-dark: #086868;
  --cyan-soft: rgba(10, 128, 128, 0.1);
  --cyan-soft-2: rgba(10, 128, 128, 0.16);
  --cyan-100: var(--cyan-soft-2);
  --magenta: #EC008C;
  --magenta-soft: rgba(236, 0, 140, 0.1);
  --yellow: #FFF200;
  --yellow-dark: #B8A000;
  --yellow-soft: rgba(255, 242, 0, 0.14);
  --black: #1A1A1A;
  --gray-light: #F5F5F5;
  --gray-medium: #E0E0E0;
  --gray-text: #555;
  --white: #FFFFFF;

  --blue: #2563eb;
  --blue-light: #3b82f6;
  --blue-50: #eff6ff;
  --blue-100: #dbeafe;
  --blue-200: #bfdbfe;
  --indigo: #4f46e5;
  --green: #10b981;
  --green-50: #ecfdf5;
  --green-soft: #ecfdf5;

  --bg: #ffffff;
  --surface: #f8fafc;
  --border: #e2e8f0;
  --border-light: #eef2f7;
  --text-main: #0f172a;
  --text-secondary: #475569;
  --text-tertiary: #94a3b8;

  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.03);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 10px 10px -5px rgba(0, 0, 0, 0.02);
  --glass: rgba(255, 255, 255, 0.75);
  --glass-border: rgba(255, 255, 255, 0.9);

  --font: "Ubuntu", system-ui, sans-serif;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;

  --text-3xs: 8px;
  --text-2xs: 12px;
  --text-xs: var(--text-sm);
  --text-sm: 16px;
  --text-md: 20px;
  --text-lg: 24px;
  --text-xl: 32px;
  --text-lead: var(--text-md);
  --text-display: 48px;
  --text-h1: 32px;
  --text-h2: 28px;
  --text-h3: 20px;
  --text-h4: 16px;
  --text-h5: 16px;
  --tracking-wide: 0.16em;
  --tracking-tight: -0.03em;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);

  --nav-height: 76px;
  --logo-size: 82px;
  --logo-size-scrolled: 44px;
  --logo-overhang: 22px;
  /* Space reserved under nav so hanging logo never overlaps content */
  --logo-clearance: calc(
    var(--logo-size) - var(--nav-height) + (var(--logo-overhang) * 0.35) + 1.5rem
  );

  /* Site boxed layout — use .grid-container for all boxed section content.
     Fluid sections (e.g. .mps-shell) stay full-bleed and do not use this. */
  --grid-max: 1300px;
  --grid-gutter: 2rem;
}

@media (min-width: 481px) {
  :root {
    --logo-size: 96px;
    --logo-size-scrolled: 48px;
    --logo-overhang: 28px;
  }
}

@media (min-width: 768px) {
  :root {
    --text-h1: 44px;
    --text-h2: 36px;
    --text-h3: 24px;
    --text-h4: 20px;
    --text-h5: 16px;
    --text-display: 56px;
  }
}

@media (min-width: 992px) {
  :root {
    --nav-height: 92px;
    --logo-size: 132px;
    --logo-size-scrolled: 56px;
    --logo-overhang: 42px;
  }
}

@media (min-width: 1100px) {
  :root {
    --text-h1: 56px;
    --text-h2: 40px;
    --text-h3: 24px;
    --text-h4: 20px;
    --text-h5: 16px;
    --text-display: 72px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  /* clip (not hidden): kills horizontal bleed without creating a scroll
     container — overflow-x:hidden on html/body breaks position:sticky nav */
  overflow-x: clip;
}

body {
  font-family: var(--font);
  font-weight: var(--font-weight-regular);
  font-size: var(--text-sm);
  background-color: #fafbfc;
  background-image:
    radial-gradient(ellipse 80% 50% at 100% -10%, rgba(10, 128, 128, 0.09), transparent 50%),
    radial-gradient(ellipse 55% 40% at 0% 35%, rgba(236, 0, 140, 0.06), transparent 45%),
    radial-gradient(ellipse 40% 30% at 50% 100%, rgba(255, 242, 0, 0.07), transparent 40%);
  background-attachment: fixed;
  color: var(--black);
  line-height: 1.6;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

/* CMYK line lives on contact (.contact::before) */

button,
input,
select,
textarea {
  font-family: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Boxed layout shell — same width + gutters site-wide */
.grid-container,
.container {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--grid-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--grid-gutter);
  padding-right: var(--grid-gutter);
}

/*
  .col-intro — title/intro column (mobile-first)
  default: center · ≥1200px: left
  No max-width needed for alignment.
*/
.col-intro {
  text-align: center !important;
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
}

.col-intro .eyebrow {
  justify-content: center !important;
}

.col-intro [class*="__kicker"],
.col-intro [class*="__ctas"],
.col-intro [class*="-metric"] {
  justify-content: center !important;
}

.col-intro [class*="__ctas"],
.col-intro [class*="-details"] {
  align-items: center !important;
}

@media (min-width: 1200px) {
  .col-intro {
    text-align: left !important;
    align-items: flex-start !important;
  }

  .col-intro .eyebrow:not(.eyebrow--center) {
    justify-content: flex-start !important;
  }

  .col-intro [class*="__kicker"],
  .col-intro [class*="__ctas"],
  .col-intro [class*="-metric"] {
    justify-content: flex-start !important;
  }

  .col-intro [class*="__ctas"],
  .col-intro [class*="-details"] {
    align-items: flex-start !important;
  }
}

/* ——— Atoms: headings (tag or .h1–.h5) ——— */
h1,
h2,
h3,
h4,
h5 {
  font-family: var(--font);
  font-weight: var(--font-weight-bold);
  color: var(--text-main);
}

h1,
.h1 {
  font-size: var(--text-h1);
  letter-spacing: var(--tracking-tight);
  line-height: 1.08;
}

h2,
.h2 {
  font-size: var(--text-h2);
  letter-spacing: var(--tracking-tight);
  line-height: 1.1;
}

h3,
.h3 {
  font-size: var(--text-h3);
  letter-spacing: -0.02em;
  line-height: 1.25;
}

h4,
.h4 {
  font-size: var(--text-h4);
  letter-spacing: -0.015em;
  line-height: 1.3;
}

h5,
.h5 {
  font-size: var(--text-h5);
  letter-spacing: -0.01em;
  line-height: 1.35;
}

a {
  color: inherit;
}

/* Eyebrow — mobile-first (bar accents from tablet up) */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin: 0 0 1.1rem;
  font-size: var(--text-2xs);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--cyan);
  line-height: 1.2;
}

.eyebrow b {
  color: var(--cyan);
  font-weight: var(--font-weight-bold);
}

.eyebrow--center {
  justify-content: center;
}

@media (min-width: 769px) {
  .eyebrow {
    font-size: var(--text-xs);
    gap: 10px;
  }

  .eyebrow::before,
  .eyebrow--center::after {
    content: "";
    flex: none;
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: var(--cyan);
  }
}

/* ——— i18n ——— */
.lang-fr,
.lang-en {
  display: none !important;
}

html[lang="fr"] .lang-fr {
  display: block !important;
}

html[lang="fr"] span.lang-fr,
html[lang="fr"] a .lang-fr,
html[lang="fr"] label .lang-fr,
html[lang="fr"] button .lang-fr,
html[lang="fr"] .lang-fr.inline {
  display: inline !important;
}

html[lang="fr"] h1 .lang-fr,
html[lang="fr"] h2.lang-fr,
html[lang="fr"] h3.lang-fr,
html[lang="fr"] h3 .lang-fr,
html[lang="fr"] h4.lang-fr,
html[lang="fr"] p.lang-fr,
html[lang="fr"] b.lang-fr,
html[lang="fr"] .section-tag.lang-fr,
html[lang="fr"] .section-subtitle.lang-fr,
html[lang="fr"] .center-desc.lang-fr,
html[lang="fr"] .node-desc.lang-fr,
html[lang="fr"] .why-desc.lang-fr,
html[lang="fr"] .ind-desc.lang-fr,
html[lang="fr"] .title-fr.lang-fr,
html[lang="fr"] .title-en.lang-fr,
html[lang="fr"] .sub-fr.lang-fr,
html[lang="fr"] .sub-en.lang-fr,
html[lang="fr"] .lede.lang-fr,
html[lang="fr"] .orbit-note.lang-fr,
html[lang="fr"] .cmp-sub.lang-fr,
html[lang="fr"] .head-note.lang-fr {
  display: block !important;
}

html[lang="fr"] .eyebrow.lang-fr,
html[lang="fr"] .cmp-badge.lang-fr,
html[lang="fr"] .hub-tag.lang-fr {
  display: inline-flex !important;
}

html[lang="fr"] .lang-fr.flex {
  display: flex !important;
}

html[lang="fr"] .lang-fr.grid {
  display: grid !important;
}

html[lang="en"] .lang-en {
  display: block !important;
}

html[lang="en"] span.lang-en,
html[lang="en"] a .lang-en,
html[lang="en"] label .lang-en,
html[lang="en"] button .lang-en,
html[lang="en"] .lang-en.inline {
  display: inline !important;
}

html[lang="en"] h1 .lang-en,
html[lang="en"] h2.lang-en,
html[lang="en"] h3.lang-en,
html[lang="en"] h3 .lang-en,
html[lang="en"] h4.lang-en,
html[lang="en"] p.lang-en,
html[lang="en"] b.lang-en,
html[lang="en"] .section-tag.lang-en,
html[lang="en"] .section-subtitle.lang-en,
html[lang="en"] .center-desc.lang-en,
html[lang="en"] .node-desc.lang-en,
html[lang="en"] .why-desc.lang-en,
html[lang="en"] .ind-desc.lang-en,
html[lang="en"] .title-fr.lang-en,
html[lang="en"] .title-en.lang-en,
html[lang="en"] .sub-fr.lang-en,
html[lang="en"] .sub-en.lang-en,
html[lang="en"] .lede.lang-en,
html[lang="en"] .orbit-note.lang-en,
html[lang="en"] .cmp-sub.lang-en,
html[lang="en"] .head-note.lang-en {
  display: block !important;
}

html[lang="en"] .eyebrow.lang-en,
html[lang="en"] .cmp-badge.lang-en,
html[lang="en"] .hub-tag.lang-en {
  display: inline-flex !important;
}

html[lang="en"] .lang-en.flex {
  display: flex !important;
}

html[lang="en"] .lang-en.grid {
  display: grid !important;
}

html[lang="fr"] .lang-btn[data-lang="fr"],
html[lang="en"] .lang-btn[data-lang="en"] {
  background-color: var(--black);
  color: var(--white);
}

/* ——— Navigation ——— */
.site-nav {
  --nav-logo-size: var(--logo-size);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 0 rgba(226, 232, 240, 0.8), 0 8px 24px rgba(15, 23, 42, 0.04);
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  overflow: visible;
  transition:
    background 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.site-nav.is-scrolled {
  --nav-logo-size: var(--logo-size-scrolled);
  --logo-overhang: 0px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 1px 0 rgba(226, 232, 240, 0.95), 0 10px 28px rgba(15, 23, 42, 0.08);
}

/* Keep layout clearance for the large logo even while scrolled (no content jump / overlap) */
.site-nav + * {
  padding-top: var(--logo-clearance);
}

.nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--nav-height);
  padding-left: var(--grid-gutter);
  padding-right: var(--grid-gutter);
  max-width: var(--grid-max);
  margin: 0 auto;
  position: relative;
  overflow: visible;
}

/* Composed logo: circle + 2R + wordmark */
.brand-logo {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: calc(var(--nav-logo-size) * 0.055);
  width: max-content;
  margin-top: calc(var(--logo-overhang) * 0.35);
  margin-bottom: calc(var(--logo-overhang) * -1);
  text-decoration: none;
  transition:
    margin 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.35s ease;
}

.brand-logo:hover {
  transform: translateY(-2px);
}

.brand-logo:hover .brand-logo__badge {
  filter: drop-shadow(0 14px 28px rgba(15, 23, 42, 0.22));
}

.brand-logo:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 6px;
  border-radius: 999px;
}

.brand-logo__badge {
  position: relative;
  display: grid;
  place-items: center;
  width: var(--nav-logo-size);
  flex-shrink: 0;
  aspect-ratio: 1;
  filter: drop-shadow(0 10px 22px rgba(15, 23, 42, 0.16));
  transition:
    width 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.35s ease;
}

.brand-logo__badge::before {
  content: "";
  grid-area: 1 / 1;
  width: 62%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.08);
  z-index: 0;
}

.brand-logo__circle,
.brand-logo__mark {
  max-width: none;
  height: auto;
  user-select: none;
  pointer-events: none;
}

.brand-logo__circle {
  width: 100%;
  grid-area: 1 / 1;
  z-index: 1;
  animation: brand-spin 14s linear infinite;
  transform-origin: 50% 50%;
}

.brand-logo__mark {
  width: 46%;
  grid-area: 1 / 1;
  z-index: 2;
  transform: translateY(-2%);
}

.brand-logo__wordmark {
  display: block;
  width: max-content;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
  font-family: var(--font);
  font-size: clamp(var(--text-3xs), calc(var(--nav-logo-size) * 0.1), var(--text-2xs));
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.14em;
  /* Balances trailing letter-spacing so the label stays centered under the badge */
  text-indent: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  color: #222525;
  user-select: none;
  pointer-events: none;
  transition: font-size 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes brand-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-logo,
  .site-nav {
    transition: none;
  }

  .brand-logo__circle {
    animation: none;
  }
}

.nav-links {
  display: none;
  align-items: center;
  gap: clamp(0.75rem, 1.6vw, 1.5rem);
  min-width: 0;
}

@media (min-width: 992px) {
  .nav-links {
    display: flex;
  }

  .mobile-toggle {
    display: none !important;
  }
}

.nav-links a {
  text-decoration: none;
  color: var(--black);
  font-size: var(--text-xs);
  font-weight: 500;
  transition: color 0.3s ease;
  position: relative;
  white-space: nowrap;
}

.nav-links a:not(.btn-primary):hover {
  color: var(--cyan);
}

/* CMYK line — contact section only */
.nav-links a:not(.btn-primary)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 0;
  background: var(--cyan);
  transition: width 0.3s ease;
}

.nav-links a:not(.btn-primary):hover::after {
  width: 100%;
}

.lang-switcher {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: var(--text-xs);
  font-weight: 700;
}

.lang-switcher button {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--gray-text);
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-family: inherit;
  font-weight: 700;
  font-size: var(--text-xs);
}

.lang-switcher button:hover {
  color: var(--black);
}

.btn-primary {
  background: var(--black);
  color: var(--white) !important;
  padding: 0.75rem 1.5rem;
  font-size: var(--text-sm);
  font-weight: 700;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease,
    width 0.25s ease,
    padding 0.25s ease;
  box-shadow: 0 6px 18px rgba(26, 26, 26, 0.22);
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.btn-primary__icon {
  width: 18px;
  height: 18px;
  flex: none;
}

.btn-primary::after {
  display: none !important;
}

.btn-primary:hover {
  transform: translateY(-2px);
  background: var(--cyan);
  color: var(--white) !important;
  box-shadow: 0 10px 24px rgba(10, 128, 128, 0.28);
}

.btn-primary:active {
  transform: translateY(0);
  background: var(--cyan-dark, #086868);
}

.nav-links .btn-primary,
.nav-links .btn-primary:hover,
.mobile-menu .btn-primary,
.mobile-menu .btn-primary:hover {
  color: var(--white) !important;
}

/* Compact nav CTA when horizontal space is tight */
@media (min-width: 992px) and (max-width: 1279px) {
  .nav-links .btn-primary--nav {
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 50%;
    gap: 0;
  }

  .nav-links .btn-primary--nav .btn-primary__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .nav-links .btn-primary--nav .btn-primary__icon {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 1280px) {
  .nav-links a {
    font-size: var(--text-sm);
  }

  .nav-links {
    gap: clamp(1.25rem, 2vw, 2rem);
  }
}

.mobile-menu {
  display: none;
  position: fixed;
  top: var(--nav-height);
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  z-index: 999;
  padding: 2rem;
  transform: translateY(-10px);
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}

.mobile-menu.active {
  display: block;
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu a {
  display: block;
  padding: 1rem 0;
  color: var(--black);
  text-decoration: none;
  font-size: var(--text-md);
  font-weight: 700;
  border-bottom: 1px solid var(--gray-medium);
  transition: color 0.3s ease;
}

.mobile-menu a:not(.btn-primary):hover {
  color: var(--cyan);
}

.mobile-menu a.btn-primary {
  display: inline-flex;
  width: 100%;
  padding: 0.85rem 1.25rem;
  border-bottom: none;
}

.mobile-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  color: var(--black);
}

/* ——— CMYK badge (legacy) ——— */
.cmyk-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cmyk-badge .swatch {
  width: 20px;
  height: 20px;
  border-radius: 4px;
}

/* ——— Footer ——— */
.site-footer {
  background:
    radial-gradient(ellipse 60% 80% at 10% 0%, rgba(10, 128, 128, 0.18), transparent 50%),
    radial-gradient(ellipse 40% 60% at 90% 100%, rgba(236, 0, 140, 0.12), transparent 45%),
    #121212;
  color: var(--white);
  padding: 4rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: 1.2fr 1.4fr 1fr;
    gap: 2.5rem 2rem;
    align-items: start;
  }
}

.footer-logo {
  height: 72px;
  width: auto;
  margin-bottom: 1.25rem;
}

.footer-tagline {
  max-width: 36ch;
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: var(--text-sm);
  line-height: 1.55;
}

.footer-cmyk {
  display: flex;
  width: min(100%, 200px);
  height: 3px;
  border-radius: 2px;
  overflow: hidden;
  gap: 0;
}

.footer-cmyk span {
  flex: 1;
  display: block;
  min-width: 0;
}

.footer-section h3 {
  font-size: var(--text-sm);
  font-weight: 700;
  margin: 0 0 1.1rem;
  color: var(--white);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-nav__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1.25rem;
  row-gap: 0.75rem;
}

.footer-nav__grid a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: var(--text-sm);
  line-height: 1.4;
  margin: 0;
  display: block;
  transition: color 0.25s ease;
}

.footer-nav__grid a:hover,
.footer-nav__grid a:focus-visible {
  color: var(--cyan);
  outline: none;
}

.footer-section p,
.footer-section > a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: var(--text-sm);
  margin-bottom: 0.5rem;
  display: block;
  transition: color 0.3s ease;
}

.footer-section > a:hover {
  color: var(--cyan);
}

/* Contact rows on dark footer */
.contact-details--footer {
  border-top-color: rgba(255, 255, 255, 0.12);
  margin-top: 0;
}

.contact-details--footer .contact-row {
  border-bottom-color: rgba(255, 255, 255, 0.12);
  padding: 0.85rem 0;
}

.contact-details--footer .contact-row__value {
  color: var(--white);
  font-size: var(--text-sm);
}

.contact-details--footer a.contact-row__value:hover,
.contact-details--footer a.contact-row__value:focus-visible {
  color: var(--cyan);
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
    align-items: center;
  }
}

.footer-copyright {
  font-size: var(--text-2xs);
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  line-height: 1.5;
}

/* ——— Scroll top ——— */
.scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 50px;
  height: 50px;
  background: var(--black);
  color: var(--white);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  box-shadow: 0 4px 15px rgba(26, 26, 26, 0.25);
}

.scroll-top.visible {
  opacity: 1;
  visibility: visible;
}

.scroll-top:hover {
  background: #333;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(26, 26, 26, 0.3);
}

/* ——— Shared animations ——— */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(16, 185, 129, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
  }
}

.animate-fade-in-up {
  animation: fadeInUp 0.6s ease-out forwards;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
