/* =========================================================
   LEMAN CYBER SECURITY — Refonte "Cabinet Privé"
   Light, editorial, institutional Swiss aesthetic
   ========================================================= */

/* ----- Self-hosted fonts (no Google Fonts / no external transfer) ----- */
@font-face {
  font-family: 'Newsreader';
  src: url('assets/fonts/newsreader/newsreader-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newsreader';
  src: url('assets/fonts/newsreader/newsreader-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newsreader';
  src: url('assets/fonts/newsreader/newsreader-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newsreader';
  src: url('assets/fonts/newsreader/newsreader-400-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('assets/fonts/geist/geist-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('assets/fonts/geist/geist-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('assets/fonts/geist/geist-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('assets/fonts/geist/geist-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('assets/fonts/geist/geist-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('assets/fonts/jetbrains-mono/jetbrains-mono-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('assets/fonts/jetbrains-mono/jetbrains-mono-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

:root {
  /* ----- Surfaces ----- */
  --bg:        oklch(0.975 0.008 80);      /* warm bone */
  --bg-soft:   oklch(0.955 0.012 78);      /* deeper bone — alternating sections */
  --bg-card:   oklch(0.992 0.004 80);      /* near-white card */
  --bg-ink:    oklch(0.18 0.014 50);       /* deep contrast (footer / dark band) */

  /* ----- Ink ----- */
  --ink:       oklch(0.22 0.014 55);
  --ink-2:     oklch(0.42 0.012 55);
  --ink-3:     oklch(0.58 0.010 55);
  --ink-4:     oklch(0.72 0.008 55);

  /* ----- Lines ----- */
  --line:        oklch(0.89 0.010 70);
  --line-strong: oklch(0.82 0.012 65);
  --line-on-dark: oklch(1 0 0 / 0.10);

  /* ----- Brand ----- */
  --brand:        oklch(0.48 0.16 25);     /* deep bordeaux */
  --brand-2:      oklch(0.42 0.15 25);     /* hover deeper */
  --brand-ink:    oklch(0.30 0.10 25);     /* dark crimson for text */
  --brand-soft:   oklch(0.95 0.035 25);    /* pale pink wash */
  --brand-line:   oklch(0.85 0.05 25);

  /* ----- Status ----- */
  --green:  oklch(0.55 0.10 150);
  --amber:  oklch(0.70 0.13 70);
  --red:    oklch(0.55 0.18 25);

  /* ----- Type ----- */
  --serif: 'Newsreader', 'Cormorant Garamond', Georgia, serif;
  --sans:  'Geist', 'Söhne', -apple-system, BlinkMacSystemFont, 'Inter', system-ui, sans-serif;
  --mono:  'JetBrains Mono', 'IBM Plex Mono', ui-monospace, monospace;

  /* ----- Spacing ----- */
  --gutter: clamp(1.25rem, 4vw, 3rem);
  --section-y: clamp(4rem, 9vw, 7rem);
  --max-w: 1320px;
  --content-w: 1080px;
  --measure: 62ch;

  /* ----- Radii ----- */
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 18px;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  font-feature-settings: "ss01", "cv11";
  background: var(--bg);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.55;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; cursor: pointer; }

/* ============================================
   TYPOGRAPHY
   ============================================ */

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 400;
  color: var(--ink);
  letter-spacing: -0.018em;
  line-height: 1.05;
  text-wrap: balance;
}
h1 { font-size: clamp(2.4rem, 6vw, 4.6rem); line-height: 1.02; }
h2 { font-size: clamp(2rem, 4.5vw, 3.2rem); line-height: 1.06; }
h3 { font-size: clamp(1.3rem, 2.2vw, 1.6rem); line-height: 1.15; }
h4 { font-size: 1.15rem; line-height: 1.2; }

em, .italic { font-style: italic; color: var(--brand-ink); }

p { color: var(--ink-2); line-height: 1.65; max-width: var(--measure); text-wrap: pretty; }

/* small eyebrow label */
.eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}
.eyebrow::before {
  content: '';
  width: 22px; height: 1px;
  background: var(--brand);
  flex-shrink: 0;
}

/* ============================================
   LAYOUT
   ============================================ */
.wrap { width: 100%; max-width: var(--max-w); margin: 0 auto; padding-inline: var(--gutter); }
.wrap-narrow { max-width: var(--content-w); margin: 0 auto; padding-inline: var(--gutter); }

section { padding-block: var(--section-y); position: relative; }
section.tight { padding-block: clamp(2rem, 5vw, 3.5rem); }
section.bg-soft { background: var(--bg-soft); }
section.bg-ink  { background: var(--bg-ink); color: oklch(0.92 0.005 70); }
section.bg-ink h2, section.bg-ink h3, section.bg-ink h4 { color: oklch(0.96 0.005 70); }
section.bg-ink p { color: oklch(0.78 0.008 70); }

/* dividers */
.hr {
  height: 1px;
  background: var(--line);
  margin-block: clamp(2rem, 5vw, 3rem);
}

/* ============================================
   NAV
   ============================================ */
.nav {
  position: fixed; inset: 0 0 auto 0;
  z-index: 100;
  background: oklch(0.975 0.008 80 / 0.82);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  max-width: var(--max-w); margin: 0 auto;
  padding: 0.9rem var(--gutter);
  gap: 2rem;
}
.brand-link {
  display: flex; align-items: center; gap: 12px;
  text-decoration: none; color: var(--ink);
  flex-shrink: 0;
}
.brand-mark {
  width: 44px; height: 44px;
  display: grid; place-items: center;
}
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-name {
  display: flex; flex-direction: column; line-height: 1.1;
}
.brand-name .t1 {
  font-family: var(--serif);
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  color: var(--ink);
}
.brand-name .t1 b { font-weight: 400; color: var(--brand-ink); font-style: italic; }
.brand-name .t2 {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
}

.nav-links {
  list-style: none; display: flex; gap: 1.8rem; align-items: center;
}
.nav-links a {
  font-size: 14.5px; color: var(--ink-2);
  text-decoration: none;
  transition: color 0.15s ease;
  position: relative;
}
.nav-links a:hover { color: var(--ink); }
.nav-links a.is-active { color: var(--brand-ink); }
.nav-links a.is-active::after {
  content: ''; position: absolute; bottom: -6px; left: 0; right: 0;
  height: 1px; background: var(--brand);
}

.nav-cta {
  background: var(--ink);
  color: var(--bg);
  border: none;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.005em;
  transition: background 0.15s, transform 0.15s;
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
}
.nav-cta:hover { background: var(--brand); transform: translateY(-1px); }
.nav-cta::after { content: '→'; font-size: 14px; }

.has-dropdown { position: relative; }

.drop-caret {
  font-size: 10px;
  opacity: 0.5;
  display: inline-block;
  vertical-align: 0.1em;
  margin-left: 2px;
  transition: transform 0.18s ease;
}

.nav-dropdown { list-style: none; margin: 0; padding: 0; }

.menu-toggle {
  display: none;
  background: none; border: none;
  width: 38px; height: 38px;
  flex-direction: column; gap: 5px; justify-content: center; align-items: center;
}
.menu-toggle span {
  width: 22px; height: 1.5px; background: var(--ink);
  transition: transform 0.25s, opacity 0.25s;
}
.menu-toggle.is-open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ============================================
   BUTTONS
   ============================================ */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 0.95rem 1.6rem;
  border-radius: 999px;
  font-size: 14.5px; font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.18s ease;
  background: none;
  color: var(--ink);
  white-space: nowrap;
  font-family: inherit;
}
.btn-primary {
  background: var(--ink);
  color: var(--bg);
}
.btn-primary:hover { background: var(--brand); transform: translateY(-1px); }
.btn-brand {
  background: var(--brand);
  color: #fff;
}
.btn-brand:hover { background: var(--brand-2); transform: translateY(-1px); }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line-strong);
}
.btn-ghost:hover { border-color: var(--ink); }
.btn-link {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--brand-ink); font-weight: 500;
  text-decoration: none; font-size: 14.5px;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: border-color 0.15s, gap 0.15s;
}
.btn-link:hover { border-bottom-color: var(--brand); gap: 10px; }
.btn-link::after { content: '→'; transition: transform 0.15s; }
.btn-link:hover::after { transform: translateX(2px); }

/* ============================================
   CARDS / SURFACES
   ============================================ */
.card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(1.5rem, 3vw, 2.2rem);
}

/* ============================================
   FOOTER — Light, institutional, quiet
   ============================================ */
.footer {
  background: var(--bg-soft);
  color: var(--ink-2);
  padding: clamp(4rem, 7vw, 6rem) 0 1.75rem;
  position: relative;
  border-top: 1px solid var(--line);
}
/* subtle top accent — bordeaux hairline */
.footer::before {
  content: '';
  position: absolute;
  top: -1px; left: 50%;
  transform: translateX(-50%);
  width: 280px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--brand) 50%, transparent);
}

.footer .brand-mark {
  width: 48px; height: 48px;
}

.footer h4 {
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--ink-3);
  margin-bottom: 1.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer h4::before {
  content: '';
  width: 16px; height: 1px;
  background: var(--brand);
}

.footer ul { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
.footer a {
  color: var(--ink-2);
  text-decoration: none;
  font-size: 14.5px;
  transition: color 0.18s, padding 0.18s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
}
.footer li a:hover {
  color: var(--brand-ink);
  padding-left: 8px;
}
.footer li a::before {
  content: '';
  position: absolute;
  left: -4px; top: 50%;
  width: 0; height: 1px;
  background: var(--brand);
  transition: width 0.18s;
}
.footer li a:hover::before { width: 8px; }

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem;
  max-width: var(--max-w);
  margin: 0 auto;
  padding-inline: var(--gutter);
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--line);
}
.footer-brand .brand-link {
  display: flex; align-items: center; gap: 14px;
  text-decoration: none;
  margin-bottom: 1.25rem;
}
.footer-brand .brand-name .t1 { color: var(--ink); font-size: 1.15rem; }
.footer-brand .brand-name .t1 b { color: var(--brand-ink); font-style: italic; font-weight: 400; }
.footer-brand .brand-name .t2 { color: var(--ink-3); }
.footer-brand p {
  color: var(--ink-2);
  font-size: 14.5px;
  max-width: 34ch;
  line-height: 1.65;
}
.footer-brand p strong { color: var(--ink); font-weight: 500; }

/* Bottom row */
.footer-bot {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 1.75rem var(--gutter) 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem 2rem;
  font-size: 12px;
  color: var(--ink-3);
  font-family: var(--mono);
  letter-spacing: 0.06em;
}
.footer-bot > span:first-child { justify-self: start; }
.footer-bot > span:nth-child(2) {
  justify-self: center;
  display: flex; gap: 1.5rem; align-items: center;
}
.footer-bot > span:last-child { justify-self: end; }
.footer-bot a {
  color: var(--ink-3);
  text-decoration: none;
  font-size: 12px;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
  transition: color 0.15s, border-color 0.15s;
}
.footer-bot a:hover {
  color: var(--brand-ink);
  border-bottom-color: var(--brand-line);
}

/* ============================================
   FORM ELEMENTS
   ============================================ */
input[type=text], input[type=email], input[type=tel], textarea, select {
  width: 100%;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 0.95rem 1.15rem;
  font: inherit;
  color: var(--ink);
  transition: border-color 0.15s, background 0.15s;
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: var(--brand);
  background: #fff;
}
input::placeholder { color: var(--ink-4); }

/* ============================================
   REVEAL
   ============================================ */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.is-in { opacity: 1; transform: none; }

/* ============================================
   COOKIE BANNER + BACK TO TOP
   ============================================ */
.cookie {
  position: fixed; bottom: 1rem; left: 1rem; right: 1rem;
  max-width: 520px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 1rem 1.15rem;
  display: flex; gap: 1rem; align-items: center;
  font-size: 13.5px;
  box-shadow: 0 8px 30px oklch(0 0 0 / 0.06);
  z-index: 90;
}
.cookie p { color: var(--ink-2); margin: 0; max-width: none; font-size: 13.5px; }
.cookie button {
  background: var(--ink); color: var(--bg);
  border: none; border-radius: 999px;
  padding: 0.45rem 0.95rem;
  font-size: 13px; flex-shrink: 0;
}
.cookie a { color: var(--brand-ink); text-decoration: underline; text-underline-offset: 3px; }

.back-top {
  position: fixed; bottom: 1.5rem; right: 1.5rem;
  width: 44px; height: 44px; border-radius: 999px;
  background: var(--ink); color: var(--bg);
  border: none;
  display: grid; place-items: center;
  opacity: 0; pointer-events: none;
  transition: opacity 0.25s, transform 0.25s;
  z-index: 80;
  box-shadow: 0 6px 20px oklch(0 0 0 / 0.1);
}
.back-top.is-on { opacity: 1; pointer-events: auto; }
.back-top:hover { background: var(--brand); }

/* ============================================
   MOBILE
   ============================================ */
@media (max-width: 920px) {
  .menu-toggle { display: inline-flex; z-index: 110; position: relative; }
  .nav-cta { display: none; }

  /* backdrop scrim */
  .nav-scrim {
    position: fixed; inset: 0;
    background: oklch(0.18 0.014 50 / 0.35);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0; pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 95;
  }
  .nav-scrim.is-open { opacity: 1; pointer-events: auto; }

  /* slide-down panel */
  .nav-links {
    position: fixed;
    top: 0; left: 0; right: 0;
    background: var(--bg);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    padding: clamp(5rem, 14vw, 6rem) var(--gutter) 2rem;
    gap: 0;
    align-items: stretch;
    transform: translateY(-100%);
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 100;
    box-shadow: 0 24px 60px oklch(0 0 0 / 0.08);
    max-height: 100vh;
    overflow-y: auto;
  }
  .nav-links.is-open { transform: none; }

  .nav-links li {
    border-bottom: 1px solid var(--line);
  }
  .nav-links li:first-child { border-top: 1px solid var(--line); }
  .nav-links a {
    display: flex; justify-content: space-between; align-items: center;
    font-family: var(--serif);
    font-size: clamp(1.6rem, 5.5vw, 2rem);
    font-weight: 400;
    color: var(--ink);
    padding: 1rem 0;
    letter-spacing: -0.01em;
    text-decoration: none;
    transition: color 0.18s, padding-left 0.18s;
  }
  .nav-links a::after {
    content: '→';
    font-family: var(--sans);
    font-size: 1rem;
    color: var(--ink-3);
    transition: transform 0.18s, color 0.18s;
  }
  .nav-links a:active,
  .nav-links a:hover {
    color: var(--brand-ink);
    padding-left: 6px;
  }
  .nav-links a:active::after,
  .nav-links a:hover::after { color: var(--brand); transform: translateX(4px); }
  .nav-links a.is-active { color: var(--brand-ink); }

  /* CTA + contact block at the bottom of the mobile menu */
  .nav-mobile-foot {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--line);
    border-bottom: none !important;
    display: flex; flex-direction: column; gap: 1rem;
    list-style: none;
  }
  .nav-mobile-foot::after { display: none; }
  /* CTA — override the big serif .nav-links a inheritance */
  .nav-links a.nav-mobile-cta {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    background: var(--ink);
    color: var(--bg);
    padding: 1rem 1.5rem;
    border-radius: 999px;
    font-family: var(--sans);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.005em;
    text-decoration: none;
    transition: background 0.18s;
    border-bottom: none;
  }
  .nav-links a.nav-mobile-cta::after {
    content: '→';
    font-family: var(--sans);
    font-size: 14px;
    color: var(--bg);
    transform: none !important;
  }
  .nav-links a.nav-mobile-cta:hover,
  .nav-links a.nav-mobile-cta:active {
    background: var(--brand);
    color: #fff;
    padding-left: 1.5rem;
  }
  .nav-links a.nav-mobile-cta:hover::after,
  .nav-links a.nav-mobile-cta:active::after { color: #fff; }

  .nav-mobile-contact {
    display: flex; flex-direction: column;
    border-top: 1px solid var(--line);
  }
  .nav-links .nav-mobile-contact a {
    color: var(--ink-2);
    text-decoration: none;
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    border-bottom: 1px solid var(--line);
    padding: 0.85rem 0;
    justify-content: space-between;
  }
  .nav-links .nav-mobile-contact a::after {
    content: '→';
    font-family: var(--sans);
    font-size: 13px;
    color: var(--ink-4);
  }
  .nav-links .nav-mobile-contact a:hover {
    color: var(--brand-ink);
    padding-left: 4px;
  }

  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem 2rem; }
  .footer-bot {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-bot > span:first-child,
  .footer-bot > span:nth-child(2),
  .footer-bot > span:last-child {
    justify-self: center;
  }
  .footer-bot > span:nth-child(2) { order: 3; padding-top: 0.5rem; border-top: 1px solid var(--line); width: 100%; }
}

/* desktop — hide mobile-only foot block */
@media (min-width: 921px) {
    .has-dropdown:hover .drop-caret { transform: rotate(180deg); opacity: 0.8; }

  .nav-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    min-width: 215px;
    background: var(--bg-card);
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    padding: 5px;
    box-shadow: 0 8px 28px oklch(0 0 0 / 0.09), 0 2px 6px oklch(0 0 0 / 0.04);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.17s ease, transform 0.17s ease;
    z-index: 150;
  }
  /* transparent bridge — prevents hover gap between link and panel */
  .nav-dropdown::before {
    content: '';
    position: absolute;
    top: -12px; left: 0; right: 0;
    height: 12px;
  }
  /* small caret arrow */
  .nav-dropdown::after {
    content: '';
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 7px; height: 7px;
    background: var(--bg-card);
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
  }
  .has-dropdown:hover .nav-dropdown,
  .has-dropdown:focus-within .nav-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }
  .nav-dropdown a {
    display: block;
    font-family: var(--sans);
    font-size: 13.5px;
    font-weight: 400;
    color: var(--ink-2);
    padding: 7px 12px;
    border-radius: calc(var(--r-md) - 3px);
    white-space: nowrap;
    transition: background 0.14s, color 0.14s;
    letter-spacing: 0;
    text-decoration: none;
  }
  .nav-dropdown a:hover { background: var(--brand-soft); color: var(--brand-ink); }
  .nav-dropdown a.is-active { background: var(--brand-soft); color: var(--brand-ink); }
  /* suppress is-active underline on dropdown items */
  .nav-dropdown a::after,
  .nav-dropdown a.is-active::after { display: none !important; }

  .nav-mobile-foot, .nav-scrim { display: none; }
}

@media (max-width: 540px) {
  .footer-grid { grid-template-columns: 1fr; }
  .brand-name .t2 { display: none; }
}
