/* Eurolockers homepage CSS — extracted verbatim from the designed site
   (Eurolockers Website (offline).html, Design System v4.0). Do not restyle;
   edit the design source and re-extract. */
/* Eurolockers website UI kit styles */
/* =============================================================
   Eurolockers â Colors & Type Tokens
   Design system v4.0 Â· June 2026
   Tracks Brand Guidelines v5.15 (EL-2026-BRAND-Guidelines-v5.15-DRAFT)
   --------------------------------------------------------------
   v4.0 changes vs v3.2 (absorbing v5.9 â v5.15):
   - Heritage strapline now has THREE approved forms (v5.9):
     full      "Designed and developed in the Netherlands. Operating
                across Europe since 2008."           â .el-strapline
     medium    "Designed in the Netherlands. Operating across Europe
                since 2008." (homepage hero trust)   â .el-strapline-medium
     compressed "Designed in the Netherlands Â· since 2008"
                (â¤280-char surfaces)                 â .el-strapline-short
     Never invent a fourth variant.
   - Eyebrow now has THREE approved forms (v5.9) â pick ONE per surface:
     value strip (homepage hero / Level 2A):
                "NO UPFRONT COST Â· FULLY MANAGED Â· REVENUE SHARE"
     display    (covers, exhibitions, decks / Level 2B):
                "EUROPEAN OPERATOR Â· REVENUE-SHARE LOCKERS Â· SINCE 2008"
     SEO        (sector landing pages / Level 2C):
                "[SECTOR] LOCKERS Â· REVENUE-SHARE"
     All use .el-eyebrow (.el-value-strip is a documented alias).
   - Homepage hero is 4-TIER (v5.9): value strip Â· H1 Â· subline Â·
     trust (medium strapline). Strategic line dropped on homepage;
     optional on sector pages. Hero rule line: .el-hero-rule.
   - Dark-greys hierarchy named (v5.10) â never improvise dark greys:
     Ink #1A1D22 Â· Ink-2 #2E3239 Â· Slate #5B6068 Â· Slate-2 #7A7F87 Â·
     Anthracite #293133 (product finish ONLY, never a brand surface).
   - Typography in Application (v5.10): Arial = operational backbone
     (nav, body, forms, tables, kiosk, cards); Actor = editorial accent
     ONLY (strapline moments, tagline moments, pull quotes, covers).
     Never Actor for body, nav, forms, tables, or metadata.
   - Controlled boldness (v5.10): boldness from scale, spacing, type,
     photography â never gradients, glows, glossy effects, mascots.
   - Amber framing (v5.10): "decisively, not decoratively" â
     70/20/10 neutral/amber/sky surface split still applies.
   Still in force:
   - Tagline: "Hassle-free lockers. Extra income."
   - Vision (v5.11): "A world where self-service guest storage is a
     standard part of the venue experience."
   - Brand thesis (v5.12): "The commercial idea leads; hardware
     proves it."
   - 13 sectors (v5.8); installation-count claims require Finance sign-off
   - Duotone rule (Amber + Sky) â see :root note below
   - Eyebrow tag-cloud pattern (.el-eyebrow) Â· .el-pending flag
   - Origin-claim governance: see README Â§4 / SKILL.md
   ============================================================= */

/* --- Fonts -------------------------------------------------- */
/* Primary: Arial Bold (system). Secondary: Actor (Google Fonts). */
/* latin */
@font-face {
  font-family: 'Actor';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/actor.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 {
  /* ---------- BRAND COLORS (primary palette) ---------------- */
  /*
   * DUOTONE RULE: Eurolockers is a TWO-COLOUR brand â Amber + Sky.
   * Every Eurolockers surface (page, slide, doc, mock, screen) MUST use BOTH.
   * Amber drives action (CTAs, lead headlines, brand bars, hero accent).
   * Sky carries trust + structure (links, stats numerals, step indicators,
   * trust marks, focus rings, supporting icon strokes, pull-quote rules).
   * An amber-only or sky-only layout is OFF-BRAND. Sky must appear in at
   * least 2 supporting roles on every surface.
   */
  --el-amber:        #FF8A15;  /* Amber Orange â lead brand colour */
  --el-sky:          #00A1E4;  /* Sky Blue â co-equal secondary; mandatory presence */
  --el-slate:        #5B6068;  /* Slate Grey â body copy */
  --el-slate-tint:   #EEF0F2;  /* Slate Grey 8% â section surface */
  --el-slate-line:   #C8CDD3;  /* Slate Grey 30% â grounded borders */
  --el-white:        #FFFFFF;

  /* ---------- PRODUCT COLOUR (physical hardware) ------------ */
  /*
   * Anthracite is the colour of the lockers themselves (RAL 7016).
   * It is a PRODUCT colour, not a brand colour. Use it to depict the
   * physical hardware in renders, photography, product cards, and dark
   * UI surfaces that evoke the locker face. NEVER use anthracite as a
   * substitute for ink or slate in body copy, and NEVER use it as a
   * brand accent â that's amber's job.
   */
  --el-anthracite:       #293133;  /* RAL 7016 â lockers IRL */
  --el-anthracite-light: #3A4144;  /* lit faces / 30% lighter */
  --el-anthracite-deep:  #1C2123;  /* recesses / shadow */

  /* ---------- BRAND TINTS (shades card) --------------------- */
  --el-amber-tint:   #FFE5D2;
  --el-sky-tint:     #B3EDFF;
  --el-grey-tint:    #F7F7F7;

  /* ---------- EXTENDED NEUTRAL SCALE (canonical, v5.10) ------ */
  /*
   * DARK-GREYS HIERARCHY â do not improvise. Designers reaching for
   * a dark grey pick from this named ladder; arbitrary values
   * (#333, #444, #555) are a documented failure mode.
   *   Ink     #1A1D22 â strongest dark; H1 + heaviest type
   *   Ink-2   #2E3239 â large display type where full Ink reads heavy
   *   Slate   #5B6068 â body copy; the default reading colour
   *   Slate-2 #7A7F87 â muted captions, H3 small-caps labels
   *   Anthracite #293133 â PRODUCT FINISH, not a brand surface colour
   */
  --el-ink:          #1A1D22;  /* canonical dark neutral (v5.10) */
  --el-ink-2:        #2E3239;  /* H1 / large display */
  --el-slate-2:      #7A7F87;  /* muted / H3 labels */
  --el-slate-3:      #9DA1A8;  /* disabled, captions over light */
  --el-line:         #E5E6E8;  /* hairline dividers */
  --el-surface:      #F7F7F7;  /* card/section background */
  --el-surface-2:    #FAFBFC;  /* subtle alt surface */

  /* ---------- SEMANTIC TOKENS ------------------------------- */
  --fg-1:            var(--el-ink-2);        /* primary text */
  --fg-2:            var(--el-slate);        /* secondary text */
  --fg-3:            var(--el-slate-2);      /* tertiary / captions */
  --fg-disabled:     var(--el-slate-3);
  --fg-on-brand: var(--el-ink);
  --fg-link: var(--el-slate);
  --fg-accent: var(--el-ink);

  --bg-1:            var(--el-white);        /* page background */
  --bg-2:            var(--el-surface);      /* card background */
  --bg-3:            var(--el-surface-2);
  --bg-inverse:      var(--el-ink);

  --border-1:        var(--el-line);
  --border-strong:   var(--el-slate-3);

  --brand-primary:   var(--el-amber);
  --brand-primary-hover: #F07A00;           /* 8% darker */
  --brand-primary-press: #D96C00;
  --brand-secondary: var(--el-sky);
  --brand-secondary-hover: #0090CC;

  /* ---------- STATUS (derived, brand-adjacent) -------------- */
  --status-success:  #1EA260;
  --status-warning:  #E8A430;
  --status-danger:   #D1443C;
  --status-info:     var(--el-sky);

  /* ---------- RADII ----------------------------------------- */
  --radius-xs: 4px;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-pill: 999px;

  /* ---------- SPACING (4px base) ---------------------------- */
  --space-1:  4px;
  --space-2:  8px;
  --space-3:  12px;
  --space-4:  16px;
  --space-5:  20px;
  --space-6:  24px;
  --space-8:  32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;

  /* ---------- SHADOWS --------------------------------------- */
  --shadow-xs: 0 1px 2px rgba(26,29,34,0.06);
  --shadow-sm: 0 1px 3px rgba(26,29,34,0.08), 0 1px 2px rgba(26,29,34,0.04);
  --shadow-md: 0 4px 12px rgba(26,29,34,0.08), 0 2px 4px rgba(26,29,34,0.04);
  --shadow-lg: 0 12px 32px rgba(26,29,34,0.10), 0 4px 8px rgba(26,29,34,0.05);
  --shadow-amber: none;

  /* ---------- MOTION (calm, reliable) ----------------------- */
  --ease-out: cubic-bezier(0.22, 0.61, 0.36, 1); /* @kind other */
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1); /* @kind other */
  --dur-fast: 120ms; /* @kind other */
  --dur-med:  200ms; /* @kind other */
  --dur-slow: 320ms; /* @kind other */

  /* ---------- TYPE FAMILIES --------------------------------- */
  --font-primary: "Arial", "Helvetica Neue", Helvetica, sans-serif;
  --font-primary-bold: "Arial", "Helvetica Neue", Helvetica, sans-serif;
  --font-accent: "Actor", "Arial", sans-serif;

  /* ---------- TYPE SCALE (per guidelines) ------------------- */
  /* Display 40â60pt / H1 24â30pt / H2 18â22pt / H3 12â14pt
     Body 10â12pt print â 14â16px screen. */
  --fs-display:  56px;
  --fs-h1:       32px;
  --fs-h2:       22px;
  --fs-h3:       14px;
  --fs-body:     16px;
  --fs-small:    14px;
  --fs-caption:  12px;

  --lh-display: 1.05; /* @kind other */
  --lh-h1:      1.15; /* @kind other */
  --lh-h2:      1.25; /* @kind other */
  --lh-body:    1.55; /* @kind other */
  --lh-tight:   1.25; /* @kind other */

  --tracking-display: -0.01em; /* @kind other */
  --tracking-label:    0.08em; /* @kind other */

  /* ---------- Z ---------------------------------------------- */
  --z-sticky: 10; /* @kind other */
  --z-overlay: 40; /* @kind other */
  --z-modal: 50; /* @kind other */
  --z-toast: 60; /* @kind other */
}

/* =============================================================
   Semantic element styles
   ============================================================= */

html, body {
  font-family: var(--font-primary);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: var(--fg-1);
  background: var(--bg-1);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.el-display {
  font-family: var(--font-primary-bold);
  font-weight: 700;
  font-size: var(--fs-display);
  line-height: var(--lh-display);
  letter-spacing: var(--tracking-display);
  color: var(--el-ink);
  text-wrap: balance;
}

h1, .el-h1 {
  font-family: var(--font-primary-bold);
  font-weight: 700;
  font-size: var(--fs-h1);
  line-height: var(--lh-h1);
  letter-spacing: -0.005em;
  color: var(--el-ink-2);
  margin: 0 0 var(--space-4);
  text-wrap: balance;
}

h2, .el-h2 {
  font-family: var(--font-primary-bold);
  font-weight: 700;
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  color: var(--el-ink);  /* sub-titles use Orange per guidelines */
  margin: 0 0 var(--space-3);
  text-wrap: balance;
}

h3, .el-h3 {
  font-family: var(--font-primary-bold);
  font-weight: 700;
  font-size: var(--fs-h3);
  line-height: var(--lh-tight);
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: var(--tracking-label);
  margin: 0 0 var(--space-2);
}

p, .el-body {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: var(--fg-2);
  margin: 0 0 var(--space-3);
  text-wrap: pretty;
}

.el-small { font-size: var(--fs-small); color: var(--fg-2); }
.el-caption { font-size: var(--fs-caption); color: var(--fg-3); }

.el-lede, .el-pull-quote {
  font-family: var(--font-accent);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--el-ink-2);
}

.el-pull-quote {
  color: var(--el-ink);
  border-left: 3px solid var(--brand-primary);
  padding-left: var(--space-4);
}

a, .el-link {
  color: var(--fg-link);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
  transition: color var(--dur-fast) var(--ease-out);
}
a:hover { color: var(--brand-secondary-hover); }

.el-label {
  font-family: var(--font-primary-bold);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: var(--tracking-label);
  font-size: 11px;
  color: var(--fg-3);
}

code, .el-mono {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.92em;
  background: var(--bg-2);
  padding: 1px 6px;
  border-radius: var(--radius-xs);
  color: var(--el-ink-2);
}

/* =============================================================
   Brand patterns (v5.2 base Â· v5.9/v5.10 forms)
   ============================================================= */

/* Eyebrow â three-clause Â· separator pattern, three approved FORMS
   (v5.9; surface mapping per the v5.10 surface intensity model):
     Â· Value strip (Level 2A â homepage hero, exhibition rollups):
       "NO UPFRONT COST Â· FULLY MANAGED Â· REVENUE SHARE"
     Â· Display eyebrow (Level 2B â covers, brochures, decks):
       "EUROPEAN OPERATOR Â· REVENUE-SHARE LOCKERS Â· SINCE 2008"
     Â· SEO eyebrow (Level 2C â sector landing pages):
       "[SECTOR] LOCKERS Â· REVENUE-SHARE"
   Pick ONE form per surface and hold it; never mix beats. The middle
   REVENUE-SHARE beat is the only shared anchor. Level 1 (operational)
   and Level 3 (product/UI) surfaces carry no eyebrow at all.
   Eyebrows are scanned, not read â they may stack keyword clauses;
   body copy stays under the 2% keyword-density rule. */
.el-eyebrow {
  font-family: var(--font-primary-bold);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--el-ink);
  margin: 0 0 var(--space-3);
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.el-eyebrow .sep { color: var(--el-slate-3); font-weight: 400; }

/* Value strip â documented alias for the homepage-hero eyebrow form
   (v5.9). Same visual treatment; the class name keeps markup honest
   about which form a surface is using. */
.el-value-strip {
  font-family: var(--font-primary-bold);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--el-ink);
  margin: 0 0 var(--space-3);
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.el-value-strip .sep { color: var(--el-slate-3); font-weight: 400; }

/* Hero rule line â the orange + blue rule above the eyebrow/value
   strip. Visual DNA from the logo; constant across all hero forms
   while the eyebrow form below it changes by surface (v5.9). */
.el-hero-rule {
  display: block;
  width: 56px;
  height: 4px;
  border-radius: 2px;
  margin: 0 0 var(--space-4);
  background: linear-gradient(90deg,
    var(--el-amber) 0%, var(--el-amber) 70%,
    var(--el-sky) 70%, var(--el-sky) 100%);
}

/* Heritage strapline â Actor accent face, Sky Blue. THREE approved
   forms as of v5.9 â never invent a fourth:
     Â· FULL (heritage-emphasis / Level 2B covers, footers, about):
       "Designed and developed in the Netherlands. Operating across
        Europe since 2008."                       â .el-strapline
     Â· MEDIUM (homepage hero trust layer / Level 2A surfaces):
       "Designed in the Netherlands. Operating across Europe since
        2008."                                    â .el-strapline-medium
     Â· COMPRESSED (email signatures, ads, â¤280-char social, Level 1):
       "Designed in the Netherlands Â· since 2008" â .el-strapline-short
   Never on kiosk surfaces. */
.el-strapline {
  font-family: var(--font-accent);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.45;
  color: var(--el-ink);
  letter-spacing: 0.005em;
}
.el-strapline-medium {
  font-family: var(--font-accent);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.45;
  color: var(--el-ink);
  letter-spacing: 0.005em;
}
.el-strapline-short {
  font-family: var(--font-primary-bold);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--el-ink);
}

/* Pending-Finance marker â claims governance per Brand v5.2 Ch 9.
   Use this on any numeric claim that has not yet been signed off by
   Finance (target sign-off: 31 July 2026). The marker is visible in
   internal/preview surfaces so the audit trail is obvious; remove once
   signed off â do not publish externally with the marker still on. */
.el-pending {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-primary-bold);
  font-weight: 700;
  font-size: 9.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--el-ink);
  background: var(--el-amber-tint);
  border-radius: var(--radius-pill);
  padding: 2px 8px 2px 6px;
  vertical-align: middle;
  margin-left: 6px;
  white-space: nowrap;
}
.el-pending::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 999px;
  background: var(--el-amber);
}


* { box-sizing: border-box; }
body { margin: 0; background: var(--bg-1); color: var(--fg-1); }

.el-container { max-width: 1120px; margin: 0 auto; padding: 0 32px; }

/* ---------- Nav ---------- */
.el-nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 32px; max-width: 1120px; margin: 0 auto;
  position: sticky; top: 0; background: rgba(255,255,255,0.96);
  z-index: var(--z-sticky); border-bottom: 1px solid var(--el-line);
}
.el-nav__brand img { height: 36px; display: block; }
.el-nav__links { display: flex; gap: 28px; }
.el-nav__links a {
  font-family: var(--font-primary); font-weight: 700;
  font-size: 14px; color: var(--fg-1); text-decoration: none;
  transition: color var(--dur-fast) var(--ease-out);
}
.el-nav__links a:hover { color: var(--el-ink); }

/* ---------- Buttons ---------- */
.el-btn {
  font-family: var(--font-primary-bold); font-weight: 700;
  font-size: 14px; padding: 12px 20px; border: 0;
  border-radius: var(--radius-sm); cursor: pointer;
  transition: all var(--dur-med) var(--ease-out);
  text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
}
.el-btn--primary {
  background: var(--brand-primary); color: var(--el-ink);
  box-shadow: var(--shadow-amber);
}
.el-btn--primary:hover { background: var(--brand-primary-hover); }
.el-btn--primary:active { background: var(--brand-primary-press); }
.el-btn--ghost { background: transparent; color: var(--el-ink); border: 1px solid var(--el-line); }
.el-btn--ghost:hover { background: var(--el-grey-tint); border-color: var(--el-ink); }
.el-btn--ghost-dark {
  background: transparent; color: var(--el-white);
  border: 1.5px solid rgba(255,255,255,0.25);
}
.el-btn--ghost-dark:hover { border-color: var(--el-white); }
.el-btn--block { width: 100%; justify-content: center; padding: 14px 20px; }
.el-btn--link {
  background: transparent; color: var(--el-slate); padding: 12px 4px;
  font-family: var(--font-primary-bold); text-decoration: underline;
  text-underline-offset: 4px; text-decoration-thickness: 1px;
}
.el-btn--link:hover { color: var(--el-ink); }  /* Sky â link hover */

/* ---------- Eyebrow & section title ---------- */
.el-eyebrow {
  font-family: var(--font-primary-bold); font-weight: 700;
  font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--el-ink); margin-bottom: 10px;  /* Sky â section labels */
}
.el-eyebrow--dark { color: var(--el-ink); }
.el-section-title {
  font-family: var(--font-primary-bold); font-weight: 700;
  font-size: 40px; line-height: 1.1; letter-spacing: -0.01em;
  color: var(--el-ink); margin: 0 0 40px; text-wrap: balance;
}
.el-section-title--light { color: var(--el-white); }

/* ---------- Hero ---------- */
.el-hero {
  background: var(--el-white); color: var(--el-ink);
  position: relative; overflow: hidden;
  border-bottom: 1px solid var(--el-line);
}
.el-hero::after {
  content: ''; position: absolute; right: -140px; top: 40%;
  width: 520px; height: 520px; border-radius: 50%;
  background: none;
  pointer-events: none;
}
.el-hero__inner { max-width: 1120px; margin: 0 auto; padding: 96px 32px 104px; position: relative; z-index: 1; }
.el-hero__title {
  font-family: var(--font-primary-bold); font-weight: 700;
  font-size: 88px; line-height: 0.98; letter-spacing: -0.02em;
  color: var(--el-ink); margin: 0 0 24px; text-wrap: balance;
  max-width: 14ch;
}
.el-hero__title .amber { color: var(--el-ink); }
/* v5.9 4-tier homepage hero â Tier 1: value strip (amber, per v5.9) + rule line */
.el-hero__rule {
  display: block; width: 56px; height: 4px; border-radius: 2px;
  margin: 0 0 16px;
  background: linear-gradient(90deg, var(--brand-primary) 0%, var(--brand-primary) 70%, var(--brand-secondary) 70%, var(--brand-secondary) 100%);
}
.el-eyebrow--value-strip { color: var(--el-ink); }
/* Tier 3: subline (sector-audience descriptor) */
.el-hero__subline {
  font-family: var(--font-primary); font-size: 22px; line-height: 1.45;
  color: var(--el-ink); max-width: 50ch; margin: 0 0 18px;
  font-weight: 500;
}
/* Tier 4: trust strapline (heritage anchor) */
.el-hero__strap {
  font-family: var(--font-accent); font-size: 16px; line-height: 1.5;
  color: var(--el-ink); max-width: 52ch; margin: 0 0 8px;
}
/* Tier 5 (sector pages only, optional since v5.9): strategic line */
.el-hero__strategic {
  font-family: var(--font-primary-bold); font-weight: 700;
  font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--el-ink); margin: 0 0 32px;
}
.el-hero__lede {
  font-family: var(--font-primary); font-size: 20px; line-height: 1.5;
  color: var(--el-slate); max-width: 54ch; margin: 0 0 36px;
}
.el-hero__cta { display: flex; gap: 12px; margin-bottom: 48px; flex-wrap: wrap; }
.el-hero__meta {
  display: flex; gap: 16px; font-size: 13px;
  color: var(--el-slate); font-family: var(--font-primary);
}

/* ---------- Pillars ---------- */
.el-pillars { padding: 96px 0; background: var(--bg-1); }
.el-pillars__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.el-pillar {
  background: var(--el-white); border: 1px solid var(--el-line);
  border-radius: var(--radius-md); padding: 32px;
  box-shadow: var(--shadow-sm);
  transition: transform var(--dur-med) var(--ease-out), box-shadow var(--dur-med) var(--ease-out);
}
.el-pillar:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.el-pillar__num {
  font-family: var(--font-primary-bold); font-size: 14px;
  color: var(--el-ink); margin-bottom: 16px;  /* Sky â ordinal markers */
}
.el-pillar__t {
  font-family: var(--font-primary-bold); font-weight: 700;
  font-size: 22px; color: var(--el-ink-2);
  text-transform: none; letter-spacing: 0; margin: 0 0 10px;
}
.el-pillar__d { color: var(--fg-2); font-size: 15px; line-height: 1.55; margin: 0; }

/* ---------- How it works ---------- */
.el-how { padding: 96px 0; background: var(--el-slate-tint); }
.el-how__list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 32px 48px; }
.el-how__step { display: flex; gap: 20px; }
.el-how__num {
  font-family: var(--font-primary-bold); font-weight: 700;
  font-size: 20px; color: var(--el-white);
  background: var(--brand-secondary);  /* Sky â step indicators */
  width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.el-how__t { font-family: var(--font-primary-bold); font-size: 18px; color: var(--el-ink-2); text-transform: none; letter-spacing: 0; margin: 6px 0 6px; }
.el-how__d { color: var(--fg-2); font-size: 15px; margin: 0; }

/* ---------- Stats â amber accent band (restrained height) ---------- */
.el-stats { background: var(--brand-primary); color: var(--el-ink); padding: 36px 0; }
.el-stat__n .accent { color: var(--el-sky-tint); }
.el-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.el-stat__n { font-family: var(--font-primary-bold); font-weight: 700; font-size: 38px; line-height: 1; margin-bottom: 6px; }
.el-stat__l { font-size: 12px; opacity: 0.88; max-width: 22ch; line-height: 1.4; }

/* ---------- Products ---------- */
.el-products { padding: 96px 0; background: var(--bg-1); }
.el-section-lede { font-family: var(--font-primary); font-size: 18px; line-height: 1.55; color: var(--el-slate); max-width: 62ch; margin: -24px 0 40px; }
.el-products__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.el-products__grid--two { grid-template-columns: repeat(2, 1fr); gap: 24px; }
.el-product {
  background: var(--el-white); border: 1px solid var(--el-line);
  border-radius: var(--radius-md); padding: 32px;
  display: flex; flex-direction: column; gap: 12px;
  transition: all var(--dur-med) var(--ease-out);
}
.el-product:hover { border-color: var(--brand-primary); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.el-product__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 4px; }
.el-product__icon {
  width: 48px; height: 48px; border-radius: var(--radius-sm);
  background: var(--el-amber-tint); color: var(--el-ink);
  display: flex; align-items: center; justify-content: center;
}
.el-product__icon svg { width: 24px; height: 24px; stroke-width: 1.75; }
.el-product__tag {
  font-family: var(--font-primary-bold); font-size: 10px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--el-ink);
  background: var(--el-amber-tint); padding: 6px 10px; border-radius: var(--radius-pill);
}
.el-product__t { font-family: var(--font-primary-bold); font-size: 24px; color: var(--el-ink); margin: 0; text-transform: none; letter-spacing: -0.005em; }
.el-product__d { font-size: 15px; color: var(--el-slate); margin: 0; line-height: 1.55; }
.el-product__use { font-size: 12px; color: var(--fg-3); font-style: italic; margin-top: 4px; letter-spacing: 0.01em; }
.el-product__link {
  font-family: var(--font-primary-bold); font-size: 13px;
  color: var(--el-ink); text-decoration: none;
  margin-top: auto; padding-top: 12px; display: inline-flex; align-items: center; gap: 6px;
}
.el-product__link:hover { gap: 10px; }

/* ---------- Commercial model ---------- */
.el-commercial { margin-top: 64px; }
.el-commercial__head { margin-bottom: 24px; }
.el-commercial__t { font-family: var(--font-primary-bold); font-size: 28px; color: var(--el-ink); margin: 4px 0 0; letter-spacing: -0.01em; }
.el-commercial__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.el-commercial__card {
  background: var(--el-white); border: 1px solid var(--el-line);
  border-radius: var(--radius-md); padding: 32px;
  position: relative;
}
.el-commercial__card--primary {
  border: 2px solid var(--brand-primary); box-shadow: var(--shadow-amber, 0 8px 24px -8px rgba(255,138,21,0.25));
}
.el-commercial__badge {
  position: absolute; top: -12px; left: 24px;
  font-family: var(--font-primary-bold); font-size: 10px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--el-white);
  background: var(--brand-primary); padding: 6px 12px; border-radius: var(--radius-pill);
}
.el-commercial__badge--muted {
  background: var(--el-grey-tint); color: var(--el-slate); border: 1px solid var(--el-line);
}
.el-commercial__card h4 { font-family: var(--font-primary-bold); font-size: 22px; color: var(--el-ink); margin: 12px 0 8px; }
.el-commercial__card p { font-size: 15px; color: var(--el-slate); line-height: 1.55; margin: 0 0 20px; }
.el-commercial__card ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.el-commercial__card li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--el-ink); }
.el-commercial__card li svg { width: 18px; height: 18px; color: var(--el-ink); stroke-width: 2; flex-shrink: 0; }

/* ---------- Venues â simple proof strip ---------- */
.el-venues { padding: 56px 0; border-top: 1px solid var(--el-line); border-bottom: 1px solid var(--el-line); }
.el-venues__row {
  display: flex; justify-content: space-between; align-items: center;
  gap: 20px 32px; flex-wrap: wrap; margin-top: 18px;
}
.el-venues__foot-note {
  margin-top: 18px; font-size: 12px; color: var(--el-slate-3);
  font-family: var(--font-primary);
}
.el-venue-logo--slot { display: flex; }
.el-venues__lede {
  font-family: "Actor", Georgia, serif; font-size: 17px; line-height: 1.55;
  color: var(--el-slate); margin: 12px 0 0;
}
.el-venues__track { margin-bottom: 32px; }
.el-venues__track-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; flex-wrap: wrap; }
.el-venues__chip {
  font-family: var(--font-primary-bold); font-weight: 700; font-size: 10.5px;
  letter-spacing: .08em; text-transform: uppercase;
  background: var(--el-amber-tint); color: var(--el-ink);
  padding: 5px 10px; border-radius: 999px;
}
.el-venues__chip--alt { background: var(--el-sky-tint); color: var(--el-ink); }
.el-venues__track-note { font-family: var(--font-primary); font-size: 13px; color: var(--el-slate-2); }
.el-venues__row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
@media (max-width: 920px) { .el-venues__row { grid-template-columns: repeat(2, 1fr); } }
.el-venues__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
@media (max-width: 920px) { .el-venues__grid { grid-template-columns: repeat(2, 1fr); } }

.el-venue {
  background: #fff; border: 1px solid var(--el-line); border-radius: 8px;
  padding: 16px; display: flex; flex-direction: column; gap: 4px;
  min-height: 96px;
}
.el-venue.is-anon { background: linear-gradient(180deg,#fff,#fbfaf6); border-style: dashed; }
.el-venue__name {
  font-family: var(--font-primary-bold); font-weight: 700; font-size: 18px;
  color: var(--el-ink); letter-spacing: -0.01em; line-height: 1.15;
}
.el-venue__meta {
  display: flex; gap: 6px; font-size: 12px; color: var(--el-slate-2);
  font-family: var(--font-primary); letter-spacing: .01em;
}
.el-venue__note { font-size: 12px; color: var(--el-slate); margin-top: 6px; }
.el-venue__perm {
  display: inline-flex; align-items: center; gap: 4px;
  margin-top: auto; padding-top: 8px;
  font-family: var(--font-primary); font-size: 10.5px; color: var(--el-ink);
  letter-spacing: .02em;
}
.el-venue--grid { min-height: 86px; }
.el-venue__sector {
  font-family: var(--font-primary-bold); font-weight: 700; font-size: 10px;
  letter-spacing: .08em; text-transform: uppercase; color: var(--el-ink);
  margin-bottom: 2px;
}
.el-venue__country { font-size: 12px; color: var(--el-slate-2); margin-top: 2px; }

.el-venues__foot {
  margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--el-line);
  display: flex; align-items: center; gap: 32px; flex-wrap: wrap;
}
.el-venues__foot-stat { display: flex; align-items: baseline; gap: 10px; }
.el-venues__foot-num {
  font-family: var(--font-primary-bold); font-weight: 700;
  font-size: 36px; color: var(--el-ink); letter-spacing: -0.02em;
}
.el-venues__foot-lbl { font-size: 11.5px; color: var(--el-slate); line-height: 1.3; font-family: var(--font-primary); }
.el-venues__foot-cta { margin-left: auto; text-align: right; }
.el-venues__cta {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-primary-bold); font-weight: 700; font-size: 14px;
  color: var(--el-ink); text-decoration: none;
  border-bottom: 1.5px solid var(--el-amber);
  padding-bottom: 2px;
}
.el-venues__cta:hover { color: var(--el-ink); }
.el-venues__cta-note { font-size: 11px; color: var(--el-slate-3); margin-top: 6px; }

/* legacy class kept harmless */
.el-venue-logo--slot { display: none; }
  font-size: 18px; color: var(--fg-3); letter-spacing: -0.01em;
  opacity: 0.72;
}

/* ---------- Contact ---------- */
.el-contact { background: var(--el-grey-tint); color: var(--el-ink); padding: 96px 0; border-top: 1px solid var(--el-line); }
.el-contact__inner { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: start; }
.el-contact__lede { font-family: var(--font-primary); font-size: 17px; line-height: 1.55; color: var(--el-slate); max-width: 44ch; margin-bottom: 28px; }
.el-entity-toggle { display: inline-flex; background: var(--el-white); border: 1px solid var(--el-line); border-radius: var(--radius-pill); padding: 4px; margin-bottom: 24px; }
.el-entity-tab {
  font-family: var(--font-primary-bold); font-size: 13px;
  padding: 8px 16px; border-radius: var(--radius-pill);
  background: transparent; color: var(--el-slate);
  border: 0; cursor: pointer; transition: all var(--dur-med) var(--ease-out);
}
.el-entity-tab.is-active { background: var(--brand-primary); color: var(--el-ink); }
.el-contact__meta { display: flex; flex-direction: column; gap: 14px; font-size: 14px; color: var(--el-slate); }
.el-contact__meta > div { display: flex; gap: 12px; align-items: baseline; }
.el-contact__meta a { color: var(--el-ink); }

.el-label {
  font-family: var(--font-primary-bold); font-size: 10px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--fg-3); display: inline-block; min-width: 72px;
}
.el-label--on-dark { color: rgba(255,255,255,0.5); margin-bottom: 8px; }

/* ---------- Form ---------- */
.el-form {
  background: var(--el-white); color: var(--el-ink-2);
  border-radius: var(--radius-lg); padding: 32px;
  box-shadow: var(--shadow-lg);
}
.el-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.el-field label {
  font-family: var(--font-primary-bold); font-size: 11px;
  text-transform: uppercase; letter-spacing: 0.08em; color: var(--fg-2);
}
.el-field input, .el-field select {
  font-family: var(--font-primary); font-size: 15px;
  padding: 12px 14px; border: 1.5px solid var(--el-line);
  border-radius: var(--radius-sm); background: var(--el-white);
  color: var(--el-ink-2); outline: none;
  transition: border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);
}
.el-field input:focus, .el-field select:focus {
  border-color: var(--brand-secondary);
  box-shadow: 0 0 0 3px rgba(0,161,228,0.18);
}
.el-form__note { font-size: 12px; color: var(--fg-3); margin-top: 12px; text-align: center; }

.el-form__success { text-align: center; padding: 24px 0; }
.el-form__success-icon {
  width: 56px; height: 56px; border-radius: 50%;
  background: #E4F5EC; color: #14744A;
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.el-form__success h3 { font-family: var(--font-primary-bold); font-size: 22px; color: var(--el-ink); text-transform: none; letter-spacing: 0; margin: 0 0 8px; }
.el-form__success p { color: var(--fg-2); margin: 0 0 20px; }

/* ---------- Footer (calm, restrained, light-led) ---------- */
.el-footer {
  background: var(--el-paper, #ffffff);
  color: var(--el-slate, #2A2D33);
  position: relative;
}
.el-footer a { color: inherit; text-decoration: none; }
.el-footer a:hover { color: var(--el-ink); }

/* Thin sky-blue divider above the footer (system balance + trust signal) */
.el-footer__rule {
  height: 1px;
  background: var(--brand-secondary, #4FA8D8);
  opacity: 0.4;
}

/* Main grid â three calm columns, generous breathing room */
.el-footer__main {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 72px;
  padding: 72px 32px 56px;
  max-width: 1120px;
  margin: 0 auto;
  align-items: start;
}

/* Brand column */
.el-footer__brand img { height: 32px; margin-bottom: 22px; display: block; }
.el-footer__seo {
  font-size: 14px; line-height: 1.6;
  color: var(--fg-1, #2A2D33);
  margin: 0 0 18px; max-width: 36ch;
}
.el-footer__heritage {
  font-size: 13px; line-height: 1.55;
  color: var(--fg-2, #5a5e66);
  margin: 0; max-width: 36ch;
  border-left: 2px solid var(--brand-secondary, #4FA8D8);
  padding-left: 12px;
}

/* Minimal navigation */
.el-footer__nav {
  display: flex; flex-direction: column; gap: 12px;
  padding-top: 4px;
}
.el-footer__nav a {
  font-size: 14px;
  color: var(--fg-1, #2A2D33);
}
.el-footer__nav a:hover { color: var(--el-ink); }

/* CTA column */
.el-footer__cta { display: flex; flex-direction: column; gap: 16px; }
.el-footer__cta-label {
  font-family: var(--font-primary-bold); font-weight: 700;
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--fg-2, #5a5e66);
}
.el-footer__cta-btn { align-self: flex-start; }

.el-footer__contact {
  list-style: none; padding: 0; margin: 4px 0 0;
  display: flex; flex-direction: column; gap: 6px;
}
.el-footer__contact a {
  font-size: 13px;
  color: var(--fg-1, #2A2D33) !important;
  font-family: inherit !important; font-weight: 400 !important;
}
.el-footer__contact a:hover { color: var(--el-ink) !important; }

.el-footer__linkedin {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 6px;
  font-size: 12px; letter-spacing: 0.04em;
  color: var(--brand-secondary, #4FA8D8);
  font-family: var(--font-primary-bold); font-weight: 600;
}
.el-footer__linkedin i {
  width: 18px; height: 18px;
  stroke-width: 1.75;
}
.el-footer__linkedin:hover { color: var(--el-ink); }

/* Legal bar â slate anchor at the very bottom, never dominant */
.el-footer__legal {
  background: var(--el-slate, #2A2D33);
  color: rgba(255,255,255,0.6);
}
.el-footer__legal-inner {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 10px 24px;
  padding: 18px 32px;
  font-size: 12px;
}
.el-footer__legal a { color: rgba(255,255,255,0.7); }
.el-footer__legal a:hover { color: var(--el-white); }
.el-footer__entities,
.el-footer__legal-meta {
  display: flex; align-items: center; flex-wrap: wrap; gap: 8px 10px;
}
.el-footer__entities strong {
  font-family: var(--font-primary-bold); font-weight: 600;
  color: var(--el-white);
}
.el-footer__dot { color: rgba(255,255,255,0.3); }
.el-footer__version {
  font-family: var(--font-mono, ui-monospace, "SF Mono", Menlo, Consolas, monospace);
  font-size: 11px;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.02em;
}

@media (max-width: 960px) {
  .el-footer__main { grid-template-columns: 1fr; gap: 40px; padding: 56px 24px 40px; }
  .el-footer__legal-inner { flex-direction: column; align-items: flex-start; }
}

/* ---------- Trust strip ---------- */
.el-trust { padding: 28px 0; background: var(--el-white); border-bottom: 1px solid var(--el-line); }
.el-trust__inner { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.el-trust__item { display: flex; align-items: center; gap: 12px; }
.el-trust__icon {
  width: 40px; height: 40px; border-radius: var(--radius-sm);
  background: var(--el-sky-tint); color: var(--el-ink);  /* Sky â trust badges */
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.el-trust__icon svg { width: 20px; height: 20px; stroke-width: 1.75; }
.el-trust__t { font-family: var(--font-primary-bold); font-size: 13px; color: var(--el-ink); letter-spacing: -0.005em; }
.el-trust__d { font-size: 12px; color: var(--el-slate); margin-top: 2px; }

/* ---------- Calculator ---------- */
.el-calc { padding: 96px 0; background: var(--bg-1); }
.el-calc__head { max-width: 720px; margin-bottom: 48px; }
.el-calc__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 28px; align-items: start; }
.el-calc__controls {
  background: var(--el-white); border: 1px solid var(--el-line);
  border-radius: var(--radius-md); padding: 32px;
  display: flex; flex-direction: column; gap: 24px;
}
.el-calc__controls .el-field { margin: 0; }
.el-calc__controls .el-field label { display: block; font-family: var(--font-primary-bold); font-size: 13px; color: var(--el-ink); margin-bottom: 10px; letter-spacing: 0.01em; }
.el-calc__controls .el-field strong { color: var(--el-ink); font-family: var(--font-primary-bold); }
.el-calc__controls select, .el-calc__controls input[type=text] {
  width: 100%; padding: 12px 14px; font-size: 15px;
  border: 1px solid var(--el-line); border-radius: var(--radius-sm);
  background: var(--el-white); color: var(--el-ink); font-family: var(--font-primary);
}
.el-calc__controls select:focus { outline: 2px solid var(--brand-primary); outline-offset: 1px; }
.el-calc__controls input[type=range] {
  -webkit-appearance: none; appearance: none;
  width: 100%; height: 6px; border-radius: 999px;
  background: var(--el-grey-tint); outline: none; cursor: pointer;
}
.el-calc__controls input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--brand-primary); cursor: pointer;
  box-shadow: 0 2px 6px rgba(255,138,21,0.4);
  border: 3px solid var(--el-white);
}
.el-calc__controls input[type=range]::-moz-range-thumb {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--brand-primary); cursor: pointer;
  border: 3px solid var(--el-white);
}
.el-calc__range-meta { display: flex; justify-content: space-between; margin-top: 8px; font-size: 11px; color: var(--fg-3); font-family: var(--font-primary); }
.el-segmented { display: inline-flex; background: var(--el-grey-tint); border-radius: var(--radius-pill); padding: 3px; gap: 2px; }
.el-segmented button {
  font-family: var(--font-primary-bold); font-size: 13px;
  padding: 8px 16px; border: 0; border-radius: var(--radius-pill);
  background: transparent; color: var(--el-slate); cursor: pointer;
  transition: all var(--dur-fast) var(--ease-out);
}
.el-segmented button.is-active { background: var(--el-white); color: var(--el-ink); box-shadow: var(--shadow-sm); }
.el-calc__assumptions { border-top: 1px solid var(--el-line); padding-top: 20px; }
.el-calc__assumptions ul { list-style: none; padding: 0; margin: 10px 0 0; display: flex; flex-direction: column; gap: 6px; }
.el-calc__assumptions li { font-size: 13px; color: var(--el-slate); line-height: 1.5; }
.el-calc__assumptions strong { color: var(--el-ink); font-family: var(--font-primary-bold); }

.el-calc__result {
  background: var(--el-ink); color: var(--el-white);
  border-radius: var(--radius-md); padding: 36px;
  display: flex; flex-direction: column; gap: 24px;
  position: sticky; top: 88px;
}
.el-calc__result .el-eyebrow { color: var(--el-ink); margin-bottom: 12px; }
.el-calc__big {
  font-family: var(--font-primary-bold); font-size: 68px; line-height: 1;
  letter-spacing: -0.02em; color: var(--el-white);
  display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap;
}
.el-calc__big span { font-size: 18px; color: rgba(255,255,255,0.5); font-family: var(--font-primary); letter-spacing: 0; }
.el-calc__sub { font-size: 14px; color: rgba(255,255,255,0.65); }
.el-calc__breakdown { border-top: 1px solid rgba(255,255,255,0.12); border-bottom: 1px solid rgba(255,255,255,0.12); padding: 20px 0; display: flex; flex-direction: column; gap: 10px; }
.el-calc__breakdown > div { display: flex; justify-content: space-between; align-items: baseline; }
.el-calc__breakdown span { font-size: 13px; color: rgba(255,255,255,0.65); }
.el-calc__breakdown strong { font-family: var(--font-primary-bold); font-size: 16px; color: var(--el-white); }
.el-calc__cta { display: flex; flex-direction: column; gap: 10px; }
.el-calc__cta .el-btn { justify-content: center; }
.el-calc__cta .el-btn--ghost {
  background: transparent; color: var(--el-white);
  border-color: rgba(255,255,255,0.2);
}
.el-calc__cta .el-btn--ghost:hover { border-color: var(--el-white); background: transparent; }
.el-calc__note { font-size: 12px; color: rgba(255,255,255,0.5); line-height: 1.5; margin: 0; }

/* ---------- Nav dropdown (Industries menu) ---------- */
.el-nav__dd { position: relative; }
.el-nav__dd-trigger {
  display: inline-flex; align-items: center; gap: 6px;
  background: transparent; border: 0; padding: 0;
  font: inherit; color: inherit; cursor: pointer;
  font-weight: 500;
}
.el-nav__dd-trigger:hover { color: var(--el-ink); }
.el-nav__dd-trigger.is-open { color: var(--el-ink); }
.el-nav__dd-panel {
  position: absolute; top: calc(100% + 16px); left: 50%;
  transform: translateX(-50%);
  background: var(--el-white);
  border: 1px solid var(--el-line);
  border-radius: var(--radius-md);
  box-shadow: 0 16px 48px rgba(0,0,0,0.12);
  padding: 18px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
  min-width: 540px;
  z-index: 100;
}
.el-nav__dd-group-label {
  font-family: var(--font-primary-bold); font-size: 11px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--el-slate); padding: 0 8px 8px;
  border-bottom: 1px solid var(--el-line); margin-bottom: 6px;
}
.el-nav__dd-items { display: flex; flex-direction: column; }
.el-nav__dd-item {
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px 8px; border-radius: var(--radius-sm);
  font-size: 14px; color: var(--el-ink); text-decoration: none;
  transition: background var(--dur-med) var(--ease-out);
}
.el-nav__dd-item:hover { background: var(--el-amber-tint); color: var(--el-ink); }
.el-nav__dd-item.is-current { background: var(--el-amber-tint); color: var(--el-ink); font-weight: 600; }
.el-nav__dd-foot {
  grid-column: 1 / -1;
  border-top: 1px solid var(--el-line);
  padding-top: 12px; margin-top: 4px;
}
.el-nav__dd-home {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 8px; border-radius: var(--radius-sm);
  font-size: 13px; color: var(--el-slate); text-decoration: none;
}
.el-nav__dd-home:hover { color: var(--el-ink); }
.el-nav__dd-home.is-current { color: var(--el-ink); font-weight: 600; }

/* ---------- Industry tiles as links ---------- */
.el-industry--link {
  text-decoration: none;
  display: flex; flex-direction: column;
  transition: transform var(--dur-med) var(--ease-out), border-color var(--dur-med) var(--ease-out);
  cursor: pointer;
}
.el-industry--link:hover {
  transform: translateY(-2px);
  border-color: var(--brand-primary);
}
.el-industry__cta {
  margin-top: auto;
  padding-top: 14px;
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 600;
  color: var(--el-ink);
  letter-spacing: 0.01em;
}
.el-industry--link:hover .el-industry__cta { gap: 8px; }

.el-origin--link {
  text-decoration: none; cursor: pointer;
  transition: transform var(--dur-med) var(--ease-out);
}
.el-origin--link:hover { transform: translateY(-2px); }
.el-origin--link:hover .el-origin__t { color: var(--el-ink); }

/* ---------- Vertical Switcher (floating preview tool) ---------- */
.el-vsw {
  position: fixed; bottom: 16px; left: 16px; z-index: 9999;
  font-family: var(--font-primary), system-ui, sans-serif;
}
.el-vsw__btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--el-ink); color: var(--el-white);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px; padding: 8px 14px;
  font-size: 12px; font-weight: 600; cursor: pointer;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  transition: background var(--dur-med) var(--ease-out);
}
.el-vsw__btn:hover { background: #1a1a1a; }
.el-vsw__menu {
  position: absolute; bottom: calc(100% + 8px); left: 0;
  background: var(--el-white); border: 1px solid var(--el-line);
  border-radius: var(--radius-md); padding: 6px;
  min-width: 280px; max-height: 60vh; overflow-y: auto;
  box-shadow: 0 12px 40px rgba(0,0,0,0.18);
}
.el-vsw__head {
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--el-slate); padding: 10px 12px 6px;
}
.el-vsw__item {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; background: transparent; border: 0;
  padding: 10px 12px; border-radius: var(--radius-sm);
  font-size: 13px; color: var(--el-ink); cursor: pointer;
  text-align: left; gap: 12px;
}
.el-vsw__item:hover { background: var(--el-amber-tint); }
.el-vsw__item.is-current { background: var(--el-ink); color: var(--el-white); }
.el-vsw__item.is-current .el-vsw__slug { color: rgba(255,255,255,0.6); }
.el-vsw__slug {
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 11px; color: var(--el-slate);
}

/* ---------- Operational / Commercial two-sided value ---------- */
.el-ops { padding: 96px 0; background: var(--bg-1); }
.el-ops__dual {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
  margin-top: 16px;
}
.el-ops__col {
  background: var(--el-white); border: 1px solid var(--el-line);
  border-radius: var(--radius-md); padding: 36px;
}
.el-ops__col--accent {
  background: var(--el-ink); color: var(--el-white); border-color: var(--el-ink);
}
.el-ops__col-head { margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid var(--el-line); }
.el-ops__col--accent .el-ops__col-head { border-bottom-color: rgba(255,255,255,0.12); }
.el-ops__col-kicker {
  font-family: var(--font-primary-bold); font-size: 11px;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--el-ink); display: block; margin-bottom: 6px;
}
.el-ops__col-title {
  font-family: var(--font-primary-bold); font-size: 22px; line-height: 1.2;
  color: var(--el-ink); margin: 0; letter-spacing: -0.01em;
}
.el-ops__col--accent .el-ops__col-title { color: var(--el-white); }
.el-ops__list { display: flex; flex-direction: column; gap: 22px; }
.el-ops__item { display: flex; gap: 16px; align-items: flex-start; }
.el-ops__icon {
  width: 40px; height: 40px; border-radius: var(--radius-sm);
  background: var(--el-sky-tint); color: var(--el-ink);  /* Sky â informational icons */
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.el-ops__icon--accent {
  background: var(--el-amber-tint); color: var(--el-ink);  /* Amber â action / value icons */
}
.el-ops__icon svg { width: 20px; height: 20px; stroke-width: 1.75; }
.el-ops__t {
  font-family: var(--font-primary-bold); font-size: 16px;
  color: var(--el-ink); margin: 0 0 4px; letter-spacing: -0.005em;
}
.el-ops__col--accent .el-ops__t { color: var(--el-white); }
.el-ops__d { font-size: 14px; color: var(--el-slate); line-height: 1.55; margin: 0; }
.el-ops__col--accent .el-ops__d { color: rgba(255,255,255,0.72); }

/* dual-stat case card */
.el-case__stats-dual {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
  padding: 16px 0; border-top: 1px solid var(--el-line); border-bottom: 1px solid var(--el-line);
}
.el-case__stats-dual > div { display: flex; flex-direction: column; gap: 4px; }
.el-case__n--accent { color: var(--el-ink) !important; font-size: 22px !important; line-height: 1.2 !important; letter-spacing: -0.01em !important; }  /* Sky â stat numerals */

/* ---------- Video demo ---------- */
.el-video { padding: 96px 0; background: var(--el-white); }
.el-video__inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: center; }
.el-video__points { list-style: none; padding: 0; margin: 24px 0 32px; display: flex; flex-direction: column; gap: 12px; }
.el-video__points li { display: flex; align-items: center; gap: 10px; font-size: 15px; color: var(--el-ink); }
.el-video__points svg { width: 18px; height: 18px; color: var(--el-ink); stroke-width: 2.25; flex-shrink: 0; }
.el-video__cta { display: flex; gap: 12px; flex-wrap: wrap; }
.el-video__frame {
  position: relative; aspect-ratio: 16 / 9; border-radius: var(--radius-md);
  background: linear-gradient(135deg, #1a1d22 0%, #2a2f36 100%);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; cursor: pointer;
  box-shadow: var(--shadow-lg, 0 20px 50px -10px rgba(0,0,0,0.3));
}
.el-video__frame::before {
  content: ''; position: absolute; inset: 0;
  background: none;
}
.el-video__play {
  position: relative; z-index: 1;
  width: 72px; height: 72px; border-radius: 50%;
  background: var(--brand-primary); color: var(--el-ink);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(255,138,21,0.5);
  transition: transform var(--dur-med) var(--ease-out);
}
.el-video__frame:hover .el-video__play { transform: scale(1.08); }
.el-video__label {
  position: absolute; bottom: 16px; left: 16px;
  font-family: var(--font-primary-bold); font-size: 12px;
  color: rgba(255,255,255,0.85); letter-spacing: 0.04em;
  padding: 6px 10px; background: rgba(0,0,0,0.4);
  border-radius: var(--radius-sm); backdrop-filter: blur(4px);
}
.el-video__caption { font-size: 12px; color: var(--fg-3); text-align: center; margin-top: 12px; font-style: italic; }

/* ---------- Case studies ---------- */
.el-cases { padding: 96px 0; background: var(--bg-1); }
.el-cases__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 8px; }
.el-case {
  background: var(--el-white); border: 1px solid var(--el-line);
  border-radius: var(--radius-md); padding: 36px;
  display: flex; flex-direction: column; gap: 16px;
  transition: all var(--dur-med) var(--ease-out);
}
.el-case:hover { border-color: var(--brand-primary); box-shadow: var(--shadow-md); }
.el-case__head { display: flex; justify-content: space-between; align-items: center; }
.el-case__kind {
  font-family: var(--font-primary-bold); font-size: 10px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--el-slate); background: var(--el-grey-tint);
  padding: 6px 10px; border-radius: var(--radius-pill);
}
.el-case__model {
  font-family: var(--font-primary-bold); font-size: 10px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--el-ink);
}
.el-case__stat { display: flex; flex-direction: column; gap: 4px; padding: 16px 0; border-top: 1px solid var(--el-line); border-bottom: 1px solid var(--el-line); }
.el-case__n { font-family: var(--font-primary-bold); font-size: 44px; line-height: 1; color: var(--el-ink); letter-spacing: -0.02em; }
.el-case__l { font-size: 13px; color: var(--el-slate); }
.el-case__venue { font-family: var(--font-primary-bold); font-size: 20px; color: var(--el-ink); margin: 4px 0 0; letter-spacing: -0.005em; }
.el-case__country { font-family: var(--font-primary); font-size: 14px; color: var(--el-slate); font-weight: 400; }
.el-case__body { font-size: 14px; color: var(--el-slate); line-height: 1.55; margin: 0; }
.el-case__quote {
  font-family: var(--font-accent); font-size: 16px; line-height: 1.5;
  color: var(--el-ink); margin: 0; padding: 16px 20px;
  background: var(--el-amber-tint); border-radius: var(--radius-sm);
  position: relative;
}
.el-case__quote span { color: var(--el-ink); font-weight: 700; }  /* Sky â pull-quote accents */
.el-case__quote cite { display: block; font-family: var(--font-primary); font-style: normal; font-size: 12px; color: var(--el-slate); margin-top: 8px; }
.el-case__link {
  font-family: var(--font-primary-bold); font-size: 13px;
  color: var(--el-ink); text-decoration: none;
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: auto; padding-top: 8px;
}
.el-case__link:hover { gap: 10px; }

/* ---------- FAQ ---------- */
.el-faq { padding: 96px 0; background: var(--el-white); }
.el-faq__list { max-width: 820px; display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--el-line); }
.el-faq__item { border-bottom: 1px solid var(--el-line); }
.el-faq__q {
  width: 100%; text-align: left; background: transparent; border: 0;
  padding: 22px 0; font-family: var(--font-primary-bold); font-size: 17px;
  color: var(--el-ink); cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  letter-spacing: -0.005em;
}
.el-faq__q:hover { color: var(--el-ink); }
.el-faq__q svg { color: var(--el-ink); flex-shrink: 0; }  /* Sky â disclosure affordance */
.el-faq__a {
  font-size: 15px; color: var(--el-slate); line-height: 1.6;
  padding: 0 40px 22px 0; max-width: 70ch;
}
.el-faq__item.is-open .el-faq__q { color: var(--el-ink); }

/* Mobile */
@media (max-width: 860px) {
  .el-hero__title { font-size: 56px; }
  .el-section-title { font-size: 30px; }
  .el-nav__links { display: none; }
  .el-pillars__grid, .el-products__grid, .el-stats__grid, .el-how__list, .el-contact__inner, .el-footer__inner, .el-footer__cols, .el-commercial__grid, .el-video__inner, .el-cases__grid, .el-ops__dual { grid-template-columns: 1fr; }
  .el-trust__inner { grid-template-columns: repeat(2, 1fr); }
  .el-industries__grid { grid-template-columns: repeat(2, 1fr) !important; }
  .el-origins__grid { grid-template-columns: repeat(2, 1fr) !important; }
  .el-calc__result { position: static; }
  .el-calc__big { font-size: 48px; }
}

/* ---------- Industries (Suitable Industries grid) ---------- */
.el-industries { padding: 96px 0; background: var(--el-white); }
.el-industries__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.el-industry {
  background: var(--el-white); border: 1px solid var(--el-slate-line);
  border-radius: 10px; padding: 28px 20px 24px;
  display: flex; flex-direction: column; align-items: flex-start;
  transition: box-shadow 200ms ease-out, transform 200ms ease-out, border-color 200ms ease-out;
}
.el-industry:hover {
  box-shadow: var(--shadow-md); transform: translateY(-2px);
  border-color: var(--el-amber);
}
.el-industry__icon {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--el-grey-tint); color: var(--el-ink);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.el-industry__icon svg { width: 22px; height: 22px; stroke-width: 1.75; }
.el-industry__t {
  font-family: var(--font-primary-bold); font-weight: 700;
  font-size: 16px; color: var(--el-ink); margin-bottom: 4px;
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
}
.el-industry__flag {
  font-family: var(--font-primary-bold); font-weight: 700;
  font-size: 9.5px; letter-spacing: .06em; text-transform: uppercase;
  color: var(--el-ink); background: var(--el-amber-tint);
  padding: 2px 6px; border-radius: 4px;
}
.el-industry__d { font-size: 13px; color: var(--el-slate); line-height: 1.4; }

/* ---------- Origins (Where we started) ---------- */
.el-origins { padding: 96px 0; background: var(--bg-1); }
.el-origins__head { max-width: 680px; margin-bottom: 48px; }
.el-origins__lede {
  font-family: "Actor", Georgia, serif; font-size: 18px; line-height: 1.55;
  color: var(--el-slate); margin: 0;
}
.el-origins__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.el-origin {
  background: var(--el-white); border: 1px solid var(--el-line);
  border-radius: 10px; padding: 32px 24px;
  display: flex; flex-direction: column; align-items: flex-start; gap: 14px;
}
.el-origin__icon {
  width: 52px; height: 52px; border-radius: 10px;
  background: var(--el-amber); color: var(--el-ink);
  display: flex; align-items: center; justify-content: center;
}
.el-origin__icon svg { width: 26px; height: 26px; stroke-width: 1.75; }
/* ---------- Languages strip ---------- */
.el-langs { padding: 84px 0; background: var(--bg-1); }
.el-langs__row {
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; margin-top: 28px;
}
.el-lang {
  background: var(--el-white); border: 1px solid var(--el-line);
  border-radius: 10px; padding: 18px 12px; text-align: center;
}
.el-lang__code {
  font-family: var(--font-primary-bold); font-weight: 700;
  font-size: 22px; color: var(--el-ink); letter-spacing: .04em; line-height: 1;
}
.el-lang__name {
  font-family: var(--font-primary-bold); font-weight: 700;
  font-size: 13px; color: var(--el-ink); margin-top: 8px;
}
.el-lang__native {
  font-family: var(--font-accent); font-size: 12px;
  color: var(--el-slate); margin-top: 4px;
}
@media (max-width: 900px) {
  .el-langs__row { grid-template-columns: repeat(4, 1fr); }
}


/* ---------- Image placeholder + caption system ---------- */
.el-img { margin: 0; display: flex; flex-direction: column; width: 100%; align-self: stretch; }
.el-img__frame {
  position: relative; width: 100%;
  border-radius: var(--radius-md, 12px);
  overflow: hidden;
  background: var(--el-slate-tint, #EEF2F4);
  border: 1px solid var(--el-line);
}
.el-img__photo {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.el-img__ph {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  color: var(--el-slate);
  background: var(--el-slate-tint, #EEF2F4);
}
.el-img__ph-stripes {
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(
    -45deg,
    transparent 0,
    transparent 14px,
    rgba(15, 30, 45, 0.045) 14px,
    rgba(15, 30, 45, 0.045) 15px
  );
  pointer-events: none;
}
.el-img__ph-corner {
  position: absolute;
  display: inline-flex; align-items: center; gap: 6px;
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 10px; letter-spacing: 0.04em;
  background: var(--el-white);
  border: 1px solid var(--el-line);
  border-radius: 4px;
  padding: 5px 8px;
  color: var(--el-ink-2, #1B232C);
  z-index: 2;
}
.el-img__ph-corner--tl { top: 12px; left: 12px; }
.el-img__ph-corner--br { bottom: 12px; right: 12px; }
.el-img__ph-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--brand-primary);
  display: inline-block;
}
.el-img__ph-slot {
  font-weight: 700; text-transform: uppercase;
}
.el-img__ph-ratio {
  color: var(--el-ink);
  font-weight: 700;
}
.el-img__ph-center {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  text-align: center; padding: 24px;
  max-width: 80%;
}
.el-img__ph-center i, .el-img__ph-center svg {
  width: 36px; height: 36px;
  color: var(--el-slate);
  opacity: 0.55;
  stroke-width: 1.4;
}
.el-img__ph-subject {
  font-family: var(--font-primary-bold); font-weight: 700;
  font-size: 14px; color: var(--el-ink-2, #1B232C);
  letter-spacing: -0.005em;
  line-height: 1.35;
  margin-top: 4px;
  text-wrap: balance;
}
.el-img__ph-replace {
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--el-slate); opacity: 0.6;
}

/* Dark tone â for amber/slate backgrounds */
.el-img--dark .el-img__frame {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.12);
}
.el-img--dark .el-img__ph {
  background: transparent;
  color: rgba(255,255,255,0.7);
}
.el-img--dark .el-img__ph-stripes {
  background-image: repeating-linear-gradient(
    -45deg,
    transparent 0, transparent 14px,
    rgba(255,255,255,0.05) 14px, rgba(255,255,255,0.05) 15px
  );
}
.el-img--dark .el-img__ph-corner {
  background: rgba(0,0,0,0.35);
  border-color: rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.85);
}
.el-img--dark .el-img__ph-subject { color: var(--el-white); }
.el-img--dark .el-img__ph-replace { color: rgba(255,255,255,0.5); }
.el-img--dark .el-img__ph-center i, .el-img--dark .el-img__ph-center svg {
  color: var(--el-white); opacity: 0.45;
}

/* Caption */
.el-img__caption {
  margin-top: 10px;
  font-size: 12px; color: var(--el-slate);
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-primary);
  letter-spacing: 0.005em;
}
.el-img__caption-venue {
  font-family: var(--font-primary-bold); font-weight: 700;
  color: var(--el-ink-2, #1B232C);
}
.el-img__caption-sep { color: var(--el-line, #D9DEE3); }
.el-img__caption-location { color: var(--el-slate); }

/* Inside dark surfaces, captions read on dark */
.el-img--dark .el-img__caption { color: rgba(255,255,255,0.65); }
.el-img--dark .el-img__caption-venue { color: var(--el-white); }
.el-img--dark .el-img__caption-sep { color: rgba(255,255,255,0.25); }

/* ---------- Hero with image (split layout) ---------- */
.el-hero__inner.el-hero__inner--split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
  padding: 80px 32px 96px;
}
.el-hero__copy { min-width: 0; }
.el-hero__media {
  position: relative;
  display: flex; flex-direction: column; gap: 16px;
}
.el-hero__media-main { width: 100%; }
.el-hero__media-inset {
  position: absolute;
  bottom: -28px; left: -28px;
  width: 42%;
  box-shadow: 0 24px 48px -16px rgba(0,0,0,0.18);
  border-radius: var(--radius-md, 12px);
  overflow: hidden;
  border: 4px solid var(--el-white);
  background: var(--el-white);
}
@media (max-width: 960px) {
  .el-hero__inner.el-hero__inner--split { grid-template-columns: 1fr; gap: 40px; }
  .el-hero__media-inset { position: static; width: 65%; }
}

/* ---------- Product card with image ---------- */
.el-product__media {
  margin: -32px -32px 4px;
  border-radius: var(--radius-md) var(--radius-md) 0 0;
  overflow: hidden;
  align-self: stretch;
}
.el-product__media .el-img__frame {
  border-radius: 0; border: 0;
  border-bottom: 1px solid var(--el-line);
}
.el-product__specs {
  display: flex; flex-wrap: wrap; gap: 6px;
  margin-top: 8px;
}
.el-product__spec {
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 11px; letter-spacing: 0.02em;
  color: var(--el-slate);
  background: var(--el-grey-tint);
  border: 1px solid var(--el-line);
  border-radius: 4px;
  padding: 4px 8px;
}

/* ---------- Case study with image ---------- */
.el-case__media { margin: -36px -36px 8px; align-self: stretch; }
.el-case__media .el-img__frame {
  border-radius: var(--radius-md) var(--radius-md) 0 0;
  border: 0;
  border-bottom: 1px solid var(--el-line);
}

/* ---------- Industry mood image ---------- */
.el-industry__media {
  margin: -28px -20px 18px;
  align-self: stretch;
}
.el-industry__media .el-img__frame {
  border-radius: 10px 10px 0 0;
  border: 0;
  border-bottom: 1px solid var(--el-slate-line, var(--el-line));
}

/* ---------- Kiosk module (new section) ---------- */
.el-kiosk { padding: 96px 0; background: var(--el-white); border-top: 1px solid var(--el-line); }
.el-kiosk__grid {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px;
  align-items: center;
}
.el-kiosk__media { width: 100%; }
.el-kiosk__lede {
  font-family: var(--font-accent); font-size: 18px; line-height: 1.55;
  color: var(--el-slate); max-width: 56ch; margin: 0 0 28px;
}
.el-kiosk__features {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px 24px;
}
.el-kiosk__features li { display: flex; gap: 12px; align-items: flex-start; }
.el-kiosk__feature-ic {
  width: 36px; height: 36px; flex-shrink: 0;
  border-radius: var(--radius-sm);
  background: var(--el-sky-tint); color: var(--el-ink);
  display: flex; align-items: center; justify-content: center;
}
.el-kiosk__feature-ic svg { width: 18px; height: 18px; stroke-width: 1.75; }
.el-kiosk__feature-t {
  font-family: var(--font-primary-bold); font-weight: 700;
  font-size: 14px; color: var(--el-ink); margin: 0 0 4px;
  letter-spacing: -0.005em;
}
.el-kiosk__feature-d {
  font-size: 13px; color: var(--el-slate); margin: 0; line-height: 1.5;
}
@media (max-width: 960px) {
  .el-kiosk__grid { grid-template-columns: 1fr; gap: 40px; }
  .el-kiosk__features { grid-template-columns: 1fr; }
}

/* ---------- VenueLogos with logo slots ---------- */
.el-venue-logo--slot {
  display: flex; align-items: center; justify-content: center;
  height: 56px; width: 140px;
  border: 1px dashed var(--el-line);
  border-radius: var(--radius-sm);
  background: var(--el-grey-tint);
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 11px; color: var(--el-slate);
  letter-spacing: 0.04em; text-transform: uppercase;
  position: relative;
}
.el-venue-logo--slot::before {
  content: ""; position: absolute; inset: 0;
  background-image: repeating-linear-gradient(
    -45deg,
    transparent 0, transparent 10px,
    rgba(15,30,45,0.04) 10px, rgba(15,30,45,0.04) 11px
  );
  border-radius: inherit;
}
.el-venue-logo--slot span { position: relative; z-index: 1; }
