/* Translation Endeavors - site styles for the bold v2 website.
   Tokens come from colors_and_type.css. */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

/* Default page density - site renders as if the browser is at ~80% zoom.
   This shrinks every element + spacing proportionally so more of the page
   fits in view without scrolling. Users can still zoom in via Cmd/Ctrl + (+)
   in the browser. */
body { zoom: 0.9; }
img, svg { display: block; max-width: 100%; }
/* Future-map exception: the tube-map SVG must overflow its container so
   horizontal scroll + zoom work. Defeat the global max-width cap above. */
.te-future-map-wrap svg { max-width: none !important; }
.te-future-map-wrap {
  scrollbar-width: thin;
  scrollbar-color: rgba(20,17,11,0.35) rgba(20,17,11,0.06);
}
.te-future-map-wrap::-webkit-scrollbar { height: 14px; width: 14px; }
.te-future-map-wrap::-webkit-scrollbar-track { background: rgba(20,17,11,0.05); border-radius: 8px; }
.te-future-map-wrap::-webkit-scrollbar-thumb { background: rgba(20,17,11,0.35); border-radius: 8px; border: 3px solid var(--te-paper-200); }
.te-future-map-wrap::-webkit-scrollbar-thumb:hover { background: rgba(20,17,11,0.55); }

/* Portfolio Timeline scroll wrap - same scrollbar treatment + max-width fix */
.te-portfolio-timeline-wrap svg { max-width: none !important; }
.te-portfolio-timeline-wrap {
  scrollbar-width: thin;
  scrollbar-color: rgba(20,17,11,0.35) rgba(20,17,11,0.06);
}
.te-portfolio-timeline-wrap::-webkit-scrollbar { height: 12px; }
.te-portfolio-timeline-wrap::-webkit-scrollbar-track { background: rgba(20,17,11,0.05); border-radius: 8px; }
.te-portfolio-timeline-wrap::-webkit-scrollbar-thumb { background: rgba(20,17,11,0.35); border-radius: 8px; border: 3px solid var(--te-paper-200); }
.te-portfolio-timeline-wrap::-webkit-scrollbar-thumb:hover { background: rgba(20,17,11,0.55); }
button { font: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }

#root { min-height: 100vh; }

/* Faint grid pattern scoped to the Team page only. Runs as a fixed
   overlay at very low opacity so it reads as background texture
   throughout the page without affecting legibility. */
body.te-team-page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  background-image:
    linear-gradient(rgba(20, 17, 11, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 17, 11, 0.025) 1px, transparent 1px);
  background-size: 96px 96px;
  mix-blend-mode: multiply;
}

.te-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 768px) {
  .te-container { padding: 0 24px; }
}

/* Reusable spectrum bar */
.te-spectrum-bar {
  display: flex;
  height: 8px;
  width: 100%;
}
.te-spectrum-bar > span { flex: 1; }

/* Marquee animation */
@keyframes te-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Headline cycling word - gentle fade + rise.
   Kept within bounds (small translate) so the container needs no
   overflow mask - that mask was clipping italic descenders (e.g. the
   tail of "p" in "patents"). */
@keyframes te-word-in {
  0%   { transform: translateY(0.28em); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

/* ============================================================
   HOME HERO - sector-image collage in the right whitespace.
   2×2 image grid, low-opacity, fades to white on the left so
   the headline + cycling word remain unobstructed.
   ============================================================ */
.te-hero-collage {
  position: absolute;
  top: 170px;
  right: 56px;
  width: 26vw;
  max-width: 360px;
  height: 240px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0;
  z-index: 3;
  padding: 12px;
  background: var(--te-paper-200);
  border-radius: 18px;
}
.te-hero-collage-cell {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: transparent;
  border: 0;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: background var(--te-dur) var(--te-ease);
}
.te-hero-collage-cell:hover {
  background: var(--te-paper-100);
}
.te-hero-collage-label {
  position: absolute;
  top: 12px;
  left: 14px;
  z-index: 2;
  font-family: var(--te-font-mono);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(20, 17, 11, 0.78);
  pointer-events: none;
}
.te-hero-collage-icon {
  position: absolute;
  inset: 0;
  transition: opacity var(--te-dur) var(--te-ease);
  pointer-events: none;
}
/* In-tile label - appears (replacing the icon) only when this cell
   is being hovered. */
.te-hero-collage-cell-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  text-align: center;
  font-family: var(--te-font-mono);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--te-ink-900);
  transition: opacity var(--te-dur) var(--te-ease);
  pointer-events: none;
}

/* Legacy in-cell themes list - no longer rendered, but the styles
   stay so any cached client doesn't break. */
.te-hero-collage-themes { display: none; }
.te-hero-collage-themes li {
  position: relative;
  padding-left: 12px;
}
.te-hero-collage-themes li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: rgba(20, 17, 11, 0.55);
  font-weight: 700;
}

/* Shared sub-themes panel - sits to the LEFT of the 2×2 cluster
   (in the whitespace between the headline and the icon grid).
   All 4 cards stack at the same external position; only the
   hovered one fades in. */
.te-hero-collage-panel {
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 240px;
  margin-right: 16px;
  pointer-events: none;
}
.te-hero-collage-panel-card {
  position: absolute;
  inset: 0;
  padding: 18px 20px;
  background: var(--te-paper-200);
  border-radius: 14px;
  transition: opacity var(--te-dur) var(--te-ease);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.te-hero-collage-panel-label {
  font-family: var(--te-font-mono);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--te-ink-900);
  margin-bottom: 10px;
}
.te-hero-collage-panel-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: var(--te-font-serif);
  font-size: 14px;
  line-height: 1.35;
  color: var(--te-ink-700);
}
.te-hero-collage-panel-list li {
  position: relative;
  padding-left: 12px;
}
.te-hero-collage-panel-list li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: rgba(20, 17, 11, 0.55);
  font-weight: 700;
}

@media (max-width: 1023px) {
  /* Hide the collage on smaller screens - text would clash */
  .te-hero-collage { display: none; }
}

/* ============================================================
   RESPONSIVE OVERRIDES (tablet ≤ 1024px, mobile ≤ 768px)

   Two layers:
   1) Explicit className handles on each responsive grid:
        .te-stack            → collapses to 1-col at ≤ 768px
        .te-stack-tab-2      → 2-col at 769–1024px (tablet)
        .te-stack-tab-keep   → don't collapse at tablet
        .te-stack-fluid      → general media-query collapse for
                                inline-styled grids (fallback)
   2) Attribute selectors as a fallback for grids without classes.
   ============================================================ */

/* Layer 1 - explicit class collapses */
@media (min-width: 769px) and (max-width: 1024px) {
  .te-stack.te-stack-tab-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 768px) {
  .te-stack,
  .te-stack.te-stack-tab-2 {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  /* Right-aligned blocks flip to left so loose CTAs sit naturally */
  [style*="align-items: flex-end"] {
    align-items: flex-start !important;
  }
  [style*="text-align: right"] {
    text-align: left !important;
  }
  [style*="align-self: end"],
  [style*="alignSelf: end"] {
    align-self: start !important;
  }

  /* Footer email addresses - 40px italic display is much too large on phones */
  footer a[style*="font-size: 40px"] {
    font-size: 22px !important;
    line-height: 1.25 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  /* Footer brand wordmark inside link grid - also 40px display */
  footer div[style*="font-size: 40px"] {
    font-size: 28px !important;
  }

  /* Ecosystem launch credit, ThesisTrio bottom quote - 28px italic */
  [style*="font-size: 28px"][style*="font-style: italic"],
  [style*="font-size: 28px"][style*="fontStyle: italic"],
  [style*="font-size: 32px"][style*="font-style: italic"],
  [style*="font-size: 32px"][style*="fontStyle: italic"] {
    font-size: 20px !important;
    line-height: 1.3 !important;
  }

  /* ThesisTrio big step words (88px) */
  h3[style*="font-size: 88px"] {
    font-size: 52px !important;
    line-height: 1.0 !important;
  }

  /* Chair card name - keep on mobile (already uses clamp) */
  /* TrackRecord big numbers already use clamp() */

  /* Hero primary CTA button - restrain height/padding on phones */
  button[style*="height: 60px"] {
    height: 52px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}

/* Tablet - collapse 4-col to 2, 3-col stays */
@media (max-width: 1024px) {
  [style*="grid-template-columns: repeat(4"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  [style*="grid-template-columns: repeat(3"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  [style*="grid-template-columns: repeat(5"] {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  /* 1.X fr / 1fr 2-col splits - stack content + sidebar */
  [style*="grid-template-columns: minmax(0, 1.2fr)"],
  [style*="grid-template-columns: minmax(0, 1.3fr)"],
  [style*="grid-template-columns: minmax(0, 1.4fr)"],
  [style*="grid-template-columns: minmax(0, 1.6fr)"],
  [style*="grid-template-columns: minmax(0, 1.2"],
  [style*="grid-template-columns: minmax(0, 1.3"],
  [style*="grid-template-columns: minmax(0, 1.4"],
  [style*="grid-template-columns: minmax(0, 1.6"] {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  /* PageHero content (1.6fr / 1fr) */
  /* FourThemes block, Initiatives card, FeaturedInitiatives */
}

/* Mobile - everything 1-col */
@media (max-width: 768px) {
  .te-container { padding: 0 20px; }

  [style*="grid-template-columns: repeat(2"],
  [style*="grid-template-columns: repeat(3"],
  [style*="grid-template-columns: repeat(4"],
  [style*="grid-template-columns: repeat(5"] {
    grid-template-columns: 1fr !important;
  }
  /* TrackRecord stats - 4-col → 2-col so the big numbers stay legible */
  .te-tr-stats[style*="grid-template-columns: repeat(4"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  /* TeamGrid partners - 4-col → 2-col so faces stay visible */
  .te-team-grid[style*="grid-template-columns: repeat(4"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  /* Chair card 140px + 1fr - stack portrait above text */
  [style*="grid-template-columns: 140px"] {
    grid-template-columns: 1fr !important;
  }
  /* Hero bottom row, FeaturedInitiatives, FourThemes, Initiatives card inner */
  [style*="grid-template-columns: minmax"] {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  /* Insights credit (160px + 1fr) and similar fixed-first-col grids */
  [style*="grid-template-columns: 160px"] {
    grid-template-columns: 1fr !important;
  }

  /* Reduce huge paddings on dark slabs */
  section[style*="padding: 160px 0"],
  section[style*="padding: \"160px 0\""] {
    padding: 88px 0 !important;
  }
  section[style*="padding: 128px 0"] {
    padding: 80px 0 !important;
  }
  section[style*="padding: 112px 0"] {
    padding: 72px 0 !important;
  }

  /* PageHero - less top space on mobile */
  section[style*="padding-top: 200"] {
    padding-top: 140px !important;
  }
  section[style*="padding-top: 160"] {
    padding-top: 110px !important;
    padding-bottom: 72px !important;
  }
  /* Initiatives + Insights shellTight ("24px 0 96px") on mobile - trim a touch more */
  section[style*="padding: 24px 0 96px"] {
    padding: 16px 0 72px !important;
  }
  /* TeamGrid shell ("16px 0 64px") - fine as-is, but tighten gap below header */
  section[style*="padding: 16px 0 64px"] {
    padding: 12px 0 48px !important;
  }
  /* Card inner paddings - too generous on mobile */
  [style*="padding: 48px 56px"],
  [style*="padding: 56px 56px"] {
    padding: 32px 24px !important;
  }
}

/* Very small phones - extra trim */
@media (max-width: 480px) {
  .te-container { padding: 0 16px; }
  /* Stack track-record stats fully */
  [style*="grid-template-columns: repeat(2"] {
    grid-template-columns: 1fr !important;
  }
}

/* ============================================================
   PAGEHERO MOTIF - hide the upper-right deep-tech illustration
   on small screens where it would collide with the headline.
   ============================================================ */
@media (max-width: 1023px) {
  section[style*="padding-top: 160"] svg[aria-hidden="true"] { display: none; }
}

/* ============================================================
   ECOSYSTEM PAGE - spacer that pushes the marquee below the hero
   so the partnership grid sits on the next scroll.
   ============================================================ */
.te-eco-hero-gap { height: 88px; background: var(--te-paper-100); }
@media (max-width: 1024px) { .te-eco-hero-gap { height: 56px; } }
@media (max-width: 768px)  { .te-eco-hero-gap { height: 32px; } }

/* ============================================================
   TEAM PAGE - grayscale portraits with color-on-hover.
   Filter on the card wrapper (not the img directly) so it composes
   over both the foreground portrait AND the blurred backdrop image
   that fills any fit:contain letterbox.
   ============================================================ */
.te-team-card {
  filter: grayscale(100%);
  transition: filter var(--te-dur) var(--te-ease);
}
.te-team-card:hover,
.te-team-card:focus-visible {
  filter: grayscale(0%);
}

/* Tighten the team-page hero so the founding-team grid (including the
   names under each portrait) lands above the fold on standard laptops.
   The hero now renders in `compact` mode (padding-bottom: 40px); we
   trim it further on the team page specifically. */
body.te-team-page section[style*="padding-bottom: 40px"] {
  padding-top: 72px !important;
  padding-bottom: 8px !important;
}

/* Thesis page hero - pull it up so the stats panel below is visible
   in the first viewport on a standard laptop. */
body.te-thesis-page section[style*="padding-top: 160"] {
  padding-top: 96px !important;
  padding-bottom: 40px !important;
}

body.te-team-page section[style*="padding: 16px 0 64px"] {
  padding-top: 4px !important;
  padding-bottom: 56px !important;
}

/* ============================================================
   TOP NAV MOBILE - hamburger + dropdown
   ============================================================ */
.te-nav-toggle { display: none; }
.te-nav-mobile-menu { display: none; }

@media (max-width: 880px) {
  .te-nav-links { display: none !important; }
  .te-nav-toggle {
    display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px;
    background: transparent;
    border: 1px solid currentColor;
    border-radius: 999px;
    color: inherit;
    cursor: pointer;
    padding: 0;
  }
  .te-nav-toggle svg { width: 18px; height: 18px; }

  .te-nav-mobile-menu {
    display: block;
    position: absolute;
    top: 80px; left: 0; right: 0;
    background: var(--te-ink-bg);
    color: var(--te-paper-100);
    padding: 24px 24px 32px;
    border-bottom: 1px solid var(--te-line-inverse);
  }
  .te-nav-mobile-menu a {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,0.10);
    font-family: var(--te-font-mono);
    font-size: 13px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--te-paper-100);
  }
  .te-nav-mobile-menu a:last-child { border-bottom: 0; }
  .te-nav-mobile-menu a.te-cta {
    margin-top: 20px;
    border: 1px solid var(--te-paper-100);
    border-radius: 999px;
    padding: 14px 24px;
    text-align: center;
  }
}

/* ============================================================
   PHONE POLISH - gap fixes from the cross-component audit.
   Most of the site is already responsive via the rules above.
   This block patches the specific holes:
     · grid templates the existing fallback selectors missed
     · decorative motifs that overlap text on phones
     · oversized typography that wasn't caught by the 768px clamps
     · paddings & gaps that read fine on desktop but cramp on phones
   ============================================================ */

/* --- Tablet (≤1024px): extra grid templates not yet covered --- */
@media (max-width: 1024px) {
  /* `1fr 1fr` 2-col splits (Footer contactRow) - fallback for non-repeat
     2-col grids the existing selector misses */
  [style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  /* `auto 1fr` splits (Article closing colorMark + quote) */
  [style*="grid-template-columns: auto 1fr"] {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  /* `minmax(0, 100px) ...` splits (Ecosystem card badge col,
     Initiatives cardMeta row) */
  [style*="grid-template-columns: minmax(0, 100px"] {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  /* Reduce huge inline gaps (mostly minmax cards) on tablet */
  [style*="gap: 64"] { gap: 32px !important; }
  [style*="gap: 56"] { gap: 28px !important; }
  [style*="gap: 48"] { gap: 24px !important; }
}

/* --- Phone (≤768px): main consolidation --- */
@media (max-width: 768px) {

  /* Decorative DeeptechMotif overlays - hide everywhere on phones so
     they don't overlap text or sit awkwardly behind dense content
     (FourThemes blocks, Urgency, ThesisTrio cap, Initiatives card,
     Ecosystem credit, Footer wave, etc.) */
  .te-motif { display: none !important; }

  /* minWidth: 280 floors used in Ecosystem credit + ThesisTrio bottomLine
     overflow narrow phones - release the floor */
  [style*="min-width: 280"],
  [style*="minWidth: 280"] {
    min-width: 0 !important;
  }

  /* `justify-self: end` (Footer Follow column, scattered CTAs) flips
     to start so right-justified blocks align with stacked content */
  [style*="justify-self: end"],
  [style*="justifySelf: end"] {
    justify-self: start !important;
  }

  /* LogoMarquee - the 40px wordmark items are oversized on phones,
     making the marquee feel jittery and chew screen height */
  [style*="font-size: 40"][style*="font-style: italic"],
  [style*="fontSize: 40"][style*="fontStyle: italic"] {
    font-size: 26px !important;
  }

  /* Generic large display sizes the existing rules missed:
     - 38px (Ecosystem partnership name)
     - 36px (FourThemes pfName) */
  [style*="font-size: 38px"][style*="font-family"],
  [style*="font-size: 36px"][style*="font-family"] {
    font-size: 24px !important;
    line-height: 1.15 !important;
  }

  /* Article hero - paddingTop: 180 not in earlier override */
  section[style*="padding-top: 180"] {
    padding-top: 110px !important;
    padding-bottom: 72px !important;
  }
  /* Article body block - padding: 96px 0 32px */
  section[style*="padding: 96px 0 32px"] {
    padding: 56px 0 24px !important;
  }
  section[style*="padding: 80px 0"] {
    padding: 56px 0 !important;
  }

  /* Insights featured card - `padding: 32px 36px` was outside
     the 48px/56px override rule */
  [style*="padding: 32px 36px"] {
    padding: 24px 20px !important;
  }

  /* HomeTeasers, Footer, etc.: residual inline gaps that survive
     the tablet block above */
  [style*="gap: 64"] { gap: 20px !important; }
  [style*="gap: 56"] { gap: 18px !important; }

  /* Insights article art - 16:10 boxes feel too tall once they
     stretch full-width on phones; loosen to 16:9 */
  [style*="aspect-ratio: 16 / 10"],
  [style*="aspectRatio: 16 / 10"],
  [style*="aspectRatio: '16 / 10'"] {
    aspect-ratio: 16 / 9 !important;
  }

  /* Article - asymmetric cosItem padding (designed for two-col)
     becomes lopsided when stacked. Equalise. */
  [style*="padding: 20px 24px 20px 0"],
  [style*="padding: 20px 0 20px 24px"] {
    padding: 16px 0 !important;
  }
  /* And remove the orphan left border that becomes a stray
     vertical line above each stacked cos item */
  [style*="border-left: 1px solid"][style*="padding: 20px 0 20px 24px"] {
    border-left: 0 !important;
  }

  /* TrackRecord stat right borders - when 4-col collapses to 2-col,
     every row's last cell still has borderRight (only the global
     last-index zero is removed). Hide right border on every other
     cell so the 2-col grid reads clean. */
  .te-tr-stats > div:nth-child(2n) {
    border-right: 0 !important;
  }
}

/* --- Tight phone (≤420px): one final pass --- */
@media (max-width: 420px) {
  /* Section-padding tightening for the dark slabs (above only
     handles ≥768 versions) */
  section[style*="padding: 88px 0"] { padding: 64px 0 !important; }
  /* Display headlines that already use clamp() are fine; this
     catches any straggler inline 56–72px sizes */
  [style*="font-size: 64"],
  [style*="font-size: 72"],
  [style*="fontSize: 64"],
  [style*="fontSize: 72"] {
    font-size: 40px !important;
    line-height: 1.05 !important;
  }
}

/* ============================================================
   TOP NAV DROPDOWN - hover submenu (e.g. Team → Advisors)
   ============================================================ */
.te-nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.te-nav-caret {
  font-size: 9px;
  margin-left: 6px;
  opacity: 0.6;
  transition: transform var(--te-dur) var(--te-ease);
  display: inline-block;
}
.te-nav-item:hover .te-nav-caret { transform: rotate(180deg); }

.te-nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 184px;
  background: var(--te-paper-100);
  border: 1px solid var(--te-line);
  border-radius: 10px;
  box-shadow: 0 12px 32px -12px rgba(20, 17, 11, 0.22);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity var(--te-dur) var(--te-ease),
              transform var(--te-dur) var(--te-ease),
              visibility var(--te-dur) var(--te-ease);
  z-index: 60;
}
/* Invisible bridge so the cursor can travel from link to dropdown
   without the :hover dropping in the gap. */
.te-nav-dropdown::before {
  content: "";
  position: absolute;
  top: -10px; left: 0; right: 0;
  height: 10px;
}
.te-nav-item:hover .te-nav-dropdown,
.te-nav-item:focus-within .te-nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.te-nav-dropdown-link {
  display: block;
  padding: 10px 12px;
  font-family: var(--te-font-mono);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--te-fg);
  border-radius: 6px;
  white-space: nowrap;
  transition: background var(--te-dur) var(--te-ease), color var(--te-dur) var(--te-ease);
}
.te-nav-dropdown-link:hover {
  background: var(--te-paper-300);
  color: var(--te-ink-900);
}

/* Mobile submenu item - indented under its parent */
.te-nav-mobile-sub {
  padding-left: 20px !important;
  opacity: 0.75;
}
.te-nav-mobile-sub::before {
  content: "↳ ";
  opacity: 0.5;
}
