    :root {
      color-scheme: dark light;
      --bg: #0d141b;
      --bg-elevated: #121b23;
      --surface: #18222c;
      --surface-2: #202c37;
      --surface-3: #2a3742;
      --text: #f1f6f8;
      --muted: #aab9c1;
      --soft: #d9e2e6;
      --accent: #981116;
      --accent-strong: #d40000;
      --signal: #b71c1c;
      --info: #56beff;
      --border: rgba(210, 220, 226, 0.18);
      --border-strong: rgba(220, 228, 233, 0.34);
      --shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
      --radius-lg: 28px;
      --radius-md: 20px;
      --radius-sm: 14px;
      --max: 1200px;
      --space-1: 0.25rem;
      --space-2: 0.5rem;
      --space-3: 0.75rem;
      --space-4: 1rem;
      --space-5: 1.5rem;
      --space-6: 2rem;
      --space-7: 3rem;
      --space-8: 4rem;
      --space-9: 5rem;
      --h1: clamp(3rem, 7vw, 5.75rem);
      --h2: clamp(2.2rem, 4vw, 3.6rem);
      --h3: clamp(1.5rem, 2vw, 2rem);
      --h4: 1.25rem;
      --h5: 1rem;
      --h6: 0.875rem;
      --body: 1rem;
      --caption: 0.875rem;
      --display: "Rajdhani", "Arial Narrow", sans-serif;
      --body-font: "Inter", Arial, sans-serif;
      --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
      --page-orb-a: rgba(255, 255, 255, 0.08);
      --page-orb-b: rgba(212, 0, 0, 0.12);
      --page-gradient-start: #0d141b;
      --page-gradient-mid: #121a23;
      --page-gradient-end: #111922;
      --page-grid-a: rgba(212, 0, 0, 0.06);
      --page-grid-b: rgba(255, 255, 255, 0.05);
      --page-grid-c: rgba(255, 255, 255, 0.045);
      --sweep-color: rgba(255, 255, 255, 0.12);
      --skip-text: #071015;
      --panel-bg: linear-gradient(180deg, rgba(35, 46, 57, 0.9), rgba(25, 34, 43, 0.96));
      --subtle-bg: rgba(255, 255, 255, 0.05);
      --subtle-bg-strong: rgba(255, 255, 255, 0.075);
      --subtle-border: rgba(220, 228, 233, 0.12);
      --subtle-border-strong: rgba(220, 228, 233, 0.18);
      --header-bg: #05070b;
      --header-border: transparent;
      --theme-toggle-bg: rgba(255, 255, 255, 0.06);
      --brand-border: rgba(212, 0, 0, 0.24);
      --brand-accent-a: rgba(152, 17, 22, 0.28);
      --brand-accent-b: rgba(212, 0, 0, 0.94);
      --brand-accent-c: rgba(183, 28, 28, 0.88);
      --hero-visual-bg: linear-gradient(140deg, rgba(212, 0, 0, 0.12), rgba(255, 255, 255, 0.04)), linear-gradient(180deg, rgba(29, 40, 50, 0.95), rgba(19, 28, 36, 0.98));
      --hero-visual-glow: rgba(212, 0, 0, 0.26);
      --dash-bg: rgba(20, 28, 36, 0.74);
      --menu-bg: #05070b;
      --field-bg: rgba(25, 35, 44, 0.86);
      --field-bg-focus: rgba(31, 42, 52, 0.96);
      --footer-bg: rgba(18, 26, 34, 0.72);
      --wireframe-bg: rgba(21, 31, 40, 0.86);
      --women-led-bg: linear-gradient(140deg, rgba(212, 0, 0, 0.12), rgba(152, 17, 22, 0.06));
      --women-led-border: rgba(212, 0, 0, 0.22);
      --compare-good-bg: linear-gradient(180deg, rgba(212, 0, 0, 0.12), rgba(29, 40, 50, 0.92));
      --compare-bad-bg: linear-gradient(180deg, rgba(152, 17, 22, 0.12), rgba(29, 40, 50, 0.92));
      --success-bg: rgba(212, 0, 0, 0.1);
      --success-border: rgba(212, 0, 0, 0.24);
      --accent-ring: rgba(212, 0, 0, 0.18);
      --accent-shadow: rgba(152, 17, 22, 0.28);
      --signal-soft: rgba(212, 0, 0, 0.1);
      --signal-soft-strong: rgba(212, 0, 0, 0.28);
      --signal-soft-border: rgba(212, 0, 0, 0.22);
      --signal-ring: rgba(212, 0, 0, 0.12);
      --text-soft-fill: rgba(255, 255, 255, 0.1);
      --surface-cut: rgba(31, 42, 52, 0.92);
    }

    html[data-theme="light"] {
      --bg: #f6f7fb;
      --bg-elevated: #f0f4f7;
      --surface: #ffffff;
      --surface-2: #eef3f7;
      --surface-3: #dfe7ee;
      --text: #0d1720;
      --muted: #4f6472;
      --soft: #23313c;
      --border: rgba(23, 37, 46, 0.12);
      --border-strong: rgba(23, 37, 46, 0.22);
      --shadow: 0 20px 56px rgba(9, 19, 26, 0.12);
      --page-orb-a: rgba(86, 190, 255, 0.12);
      --page-orb-b: rgba(212, 0, 0, 0.1);
      --page-gradient-start: #f6f7fb;
      --page-gradient-mid: #edf2f6;
      --page-gradient-end: #ffffff;
      --page-grid-a: rgba(212, 0, 0, 0.06);
      --page-grid-b: rgba(212, 0, 0, 0.04);
      --page-grid-c: rgba(9, 19, 26, 0.04);
      --sweep-color: rgba(212, 0, 0, 0.12);
      --skip-text: #ffffff;
      --panel-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 248, 251, 0.98));
      --subtle-bg: rgba(9, 19, 26, 0.03);
      --subtle-bg-strong: rgba(9, 19, 26, 0.045);
      --subtle-border: rgba(23, 37, 46, 0.1);
      --subtle-border-strong: rgba(23, 37, 46, 0.14);
      --header-bg: #05070b;
      --header-border: transparent;
      --theme-toggle-bg: rgba(255, 255, 255, 0.06);
      --brand-border: rgba(212, 0, 0, 0.18);
      --brand-accent-a: rgba(152, 17, 22, 0.14);
      --brand-accent-b: rgba(212, 0, 0, 0.92);
      --brand-accent-c: rgba(183, 28, 28, 0.82);
      --hero-visual-bg: linear-gradient(140deg, rgba(212, 0, 0, 0.08), rgba(212, 0, 0, 0.03)), linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(241, 245, 249, 0.98));
      --hero-visual-glow: rgba(212, 0, 0, 0.18);
      --dash-bg: rgba(255, 255, 255, 0.74);
      --menu-bg: #05070b;
      --field-bg: rgba(255, 255, 255, 0.92);
      --field-bg-focus: rgba(255, 255, 255, 1);
      --footer-bg: rgba(235, 240, 244, 0.78);
      --wireframe-bg: rgba(248, 250, 252, 0.98);
      --women-led-bg: linear-gradient(140deg, rgba(212, 0, 0, 0.08), rgba(152, 17, 22, 0.04));
      --women-led-border: rgba(212, 0, 0, 0.16);
      --compare-good-bg: linear-gradient(180deg, rgba(212, 0, 0, 0.09), rgba(255, 255, 255, 0.94));
      --compare-bad-bg: linear-gradient(180deg, rgba(152, 17, 22, 0.08), rgba(255, 255, 255, 0.94));
      --success-bg: rgba(212, 0, 0, 0.08);
      --success-border: rgba(212, 0, 0, 0.18);
      --accent-ring: rgba(212, 0, 0, 0.14);
      --accent-shadow: rgba(152, 17, 22, 0.18);
      --signal-soft: rgba(212, 0, 0, 0.08);
      --signal-soft-strong: rgba(212, 0, 0, 0.18);
      --signal-soft-border: rgba(212, 0, 0, 0.16);
      --signal-ring: rgba(212, 0, 0, 0.1);
      --text-soft-fill: rgba(13, 23, 32, 0.08);
      --surface-cut: rgba(255, 255, 255, 0.94);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      background:
        radial-gradient(circle at top right, var(--page-orb-a), transparent 26%),
        radial-gradient(circle at 15% 10%, var(--page-orb-b), transparent 24%),
        linear-gradient(180deg, var(--page-gradient-start) 0%, var(--page-gradient-mid) 36%, var(--page-gradient-end) 100%);
      color: var(--text);
      font-family: var(--body-font);
      font-size: var(--body);
      line-height: 1.65;
      overflow-x: hidden;
      min-height: 100vh;
      padding-bottom: env(safe-area-inset-bottom);
      -webkit-font-smoothing: antialiased;
    }

    body::before,
    body::after {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: -1;
    }

    body::before {
      background:
        linear-gradient(125deg, transparent 0 72%, var(--page-grid-a) 72% 73%, transparent 73%),
        linear-gradient(155deg, transparent 0 80%, var(--page-grid-b) 80% 81%, transparent 81%),
        repeating-linear-gradient(115deg, var(--page-grid-c) 0 1px, transparent 1px 72px);
      opacity: 0.8;
    }

    body::after {
      background:
        linear-gradient(90deg, transparent, var(--sweep-color), transparent);
      width: 42vw;
      transform: skewX(-24deg) translateX(-120%);
      animation: sweep 10s linear infinite;
      filter: blur(18px);
    }

    @keyframes sweep {
      to {
        transform: skewX(-24deg) translateX(420%);
      }
    }

    a {
      color: inherit;
    }

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

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

    .skip-link {
      position: absolute;
      left: 1rem;
      top: -3rem;
      background: var(--signal);
      color: var(--skip-text);
      padding: 0.75rem 1rem;
      border-radius: 999px;
      z-index: 1000;
      text-decoration: none;
      font-weight: 700;
    }

    .skip-link:focus {
      top: 1rem;
    }

    :focus-visible {
      outline: 3px solid var(--signal);
      outline-offset: 3px;
    }

    .shell {
      width: min(calc(100% - 2rem), var(--max));
      margin: 0 auto;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 0.8rem;
      margin-bottom: 1rem;
      color: var(--signal);
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.22em;
      text-transform: uppercase;
    }

    .eyebrow::before {
      content: "";
      width: 2.5rem;
      height: 2px;
      background: linear-gradient(90deg, var(--signal), transparent);
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      margin: 0;
      font-family: var(--display);
      line-height: 0.96;
      letter-spacing: -0.035em;
      text-transform: uppercase;
    }

    h1 {
      font-size: var(--h1);
    }

    h2 {
      font-size: var(--h2);
      margin-bottom: 1rem;
    }

    h3 {
      font-size: var(--h3);
      margin-bottom: 0.8rem;
    }

    p {
      margin: 0;
      color: var(--muted);
    }

    .lede {
      font-size: clamp(1.05rem, 1.5vw, 1.18rem);
      max-width: 42rem;
    }

    .section {
      padding: clamp(4.5rem, 8vw, 7rem) 0;
      position: relative;
    }

    .section-header {
      display: grid;
      gap: 1rem;
      margin-bottom: 2.5rem;
    }

    .section-header.compact {
      margin-bottom: 1.75rem;
    }

    .grid-2,
    .grid-3,
    .grid-4 {
      display: grid;
      gap: 1.25rem;
    }

    .grid-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .grid-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .grid-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .panel,
    .card {
      position: relative;
      background: var(--panel-bg);
      border: 1px solid var(--border);
      border-radius: var(--radius-md);
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .panel::before,
    .card::before {
      content: "";
      position: absolute;
      inset: 0 auto auto 0;
      width: 100%;
      height: 2px;
      background: linear-gradient(90deg, var(--accent), var(--signal), transparent 72%);
      opacity: 0.8;
    }

    .card {
      padding: 1.5rem;
    }

    .label {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--soft);
      margin-bottom: 1rem;
    }

    .label::before {
      content: "";
      width: 0.7rem;
      height: 0.7rem;
      border-radius: 999px;
      background: var(--accent);
      box-shadow: 0 0 0 6px var(--accent-ring);
    }

    .btn-row {
      display: flex;
      flex-wrap: wrap;
      gap: 0.9rem;
      margin-top: 2rem;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.65rem;
      min-height: 3.25rem;
      padding: 0.9rem 1.25rem;
      border-radius: 999px;
      text-decoration: none;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
      border: 1px solid transparent;
    }

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

    .btn-primary {
      background: linear-gradient(135deg, var(--accent), var(--accent-strong));
      color: var(--skip-text);
      box-shadow: 0 16px 32px var(--accent-shadow);
    }

    .btn-secondary {
      background: var(--subtle-bg);
      border-color: var(--border-strong);
      color: var(--text);
    }

    .btn-ghost {
      background: var(--signal-soft);
      border-color: var(--signal-soft-strong);
      color: var(--signal);
    }

    header.site-header {
      position: sticky;
      top: 0;
      z-index: 40;
      padding-top: env(safe-area-inset-top);
      backdrop-filter: none;
      background: var(--header-bg);
      border-bottom: 1px solid var(--header-border);
    }

    .nav {
      width: min(calc(100% - 2rem), var(--max));
      height: 5.9rem;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      position: relative;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      text-decoration: none;
      flex-shrink: 0;
      min-width: 0;
      max-width: min(38vw, 12rem);
      position: relative;
      z-index: 3;
      overflow: visible;
    }

    .brand-logo-stack {
      display: block;
      width: clamp(10.6rem, 19vw, 13.8rem);
      height: auto;
      line-height: 0;
      padding: 0.22rem 0.42rem;
      border-radius: 0.9rem;
      background: #05070b;
      box-shadow: 0 14px 24px rgba(0, 0, 0, 0.18);
    }

    .brand-logo-variant {
      display: block;
      width: 100%;
      height: auto;
    }

    .brand-logo-on-light {
      display: none;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 0.88rem;
      list-style: none;
      margin: 0 0 0 auto;
      padding: 0;
      position: relative;
      z-index: 1;
    }

    .nav-links a {
      text-decoration: none;
      font-size: 0.84rem;
      color: #d9e2e6;
      transition: color 180ms ease;
    }

    .nav-links a:hover {
      color: #ffffff;
    }

    .nav-links a[aria-current="page"] {
      color: #ffffff;
      font-weight: 700;
    }

    .nav-mobile-cta {
      display: none;
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 0.8rem;
    }

    .nav-actions .btn-ghost {
      min-height: 2.7rem;
      padding: 0.68rem 0.95rem;
      font-size: 0.74rem;
      letter-spacing: 0.06em;
      background: rgba(255, 255, 255, 0.07);
      border-color: rgba(220, 228, 233, 0.18);
      color: #f1f6f8;
    }

    .theme-toggle {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 2.6rem;
      height: 2.6rem;
      min-height: 2.6rem;
      padding: 0;
      border-radius: 999px;
      border: 1px solid rgba(220, 228, 233, 0.18);
      background: var(--theme-toggle-bg);
      color: #f1f6f8;
      cursor: pointer;
      transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
    }

    .theme-toggle:hover {
      transform: translateY(-1px);
      border-color: rgba(220, 228, 233, 0.34);
    }

    .theme-toggle-icon {
      position: relative;
      display: grid;
      place-items: center;
      width: 1.2rem;
      height: 1.2rem;
      border-radius: 999px;
      color: var(--signal);
      flex-shrink: 0;
    }

    .theme-toggle-icon::before {
      content: "☾";
      font-size: 1rem;
      line-height: 1;
    }

    html[data-theme="light"] .theme-toggle-icon::before {
      content: "☼";
      color: var(--accent);
    }

    .theme-toggle-text {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    .menu-toggle {
      display: none;
      width: 2.9rem;
      height: 2.9rem;
      border-radius: 999px;
      border: 1px solid rgba(220, 228, 233, 0.18);
      background: var(--theme-toggle-bg);
      color: #f1f6f8;
      font-size: 0;
      position: relative;
    }

    .menu-toggle:hover {
      border-color: rgba(220, 228, 233, 0.34);
    }

    .menu-toggle::before {
      content: "☰";
      font-size: 1.1rem;
      line-height: 1;
    }

    .nav[data-open="true"] .menu-toggle::before {
      content: "✕";
      font-size: 1rem;
    }

    .hero {
      padding: clamp(3.2rem, 7vw, 6rem) 0 4rem;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
      gap: 1.5rem;
      align-items: stretch;
    }

    .hero-copy,
    .hero-visual {
      min-height: 100%;
    }

    .hero-copy {
      padding: clamp(1.75rem, 3vw, 2.75rem);
    }

    .hero-copy h1 span {
      color: var(--signal);
    }

    .hero-subtitle {
      max-width: 42rem;
      font-size: clamp(1.06rem, 1.45vw, 1.2rem);
      margin-top: 1.25rem;
    }

    .hero-note {
      margin-top: 1.15rem;
      display: inline-flex;
      align-items: center;
      gap: 0.7rem;
      padding: 0.9rem 1.1rem;
      border-radius: 999px;
      background: var(--signal-soft);
      border: 1px solid var(--signal-soft-border);
      font-size: 0.92rem;
      color: var(--soft);
    }

    .hero-note strong {
      color: var(--signal);
    }

    .chip-row {
      display: flex;
      flex-wrap: wrap;
      gap: 0.7rem;
      margin-top: 1.2rem;
    }

    .chip {
      padding: 0.65rem 0.85rem;
      border-radius: 999px;
      border: 1px solid var(--border);
      background: var(--subtle-bg);
      color: var(--soft);
      font-size: 0.85rem;
      white-space: nowrap;
    }

    .mini-proof {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0.85rem;
      margin-top: 2rem;
    }

    .mini-proof .card {
      padding: 1rem;
      min-height: 100%;
    }

    .mini-proof strong {
      display: block;
      margin-bottom: 0.3rem;
      color: var(--text);
    }

    .hero-visual {
      padding: 1.5rem;
      display: grid;
      gap: 1rem;
      background: var(--hero-visual-bg);
    }

    .hero-visual::after {
      content: "";
      position: absolute;
      right: -3rem;
      bottom: -2rem;
      width: 13rem;
      height: 13rem;
      background: radial-gradient(circle, var(--hero-visual-glow), transparent 70%);
      filter: blur(18px);
    }

    .dash {
      display: grid;
      gap: 1rem;
      padding: 1rem;
      border-radius: var(--radius-md);
      border: 1px solid var(--border);
      background: var(--dash-bg);
      position: relative;
      overflow: hidden;
    }

    .dash::before {
      content: "";
      position: absolute;
      inset: 0;
      background: repeating-linear-gradient(140deg, var(--subtle-bg) 0 1px, transparent 1px 32px);
      pointer-events: none;
    }

    .dash-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
    }

    .dash-top strong {
      font-size: 1rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--text);
    }

    .status-pill {
      display: inline-flex;
      align-items: center;
      gap: 0.45rem;
      padding: 0.45rem 0.7rem;
      border-radius: 999px;
      font-size: 0.78rem;
      background: var(--signal-soft);
      color: var(--signal);
      border: 1px solid var(--signal-soft-border);
    }

    .status-pill::before {
      content: "";
      width: 0.55rem;
      height: 0.55rem;
      border-radius: 999px;
      background: currentColor;
      box-shadow: 0 0 0 6px var(--signal-ring);
    }

    .pillar-metric {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 0.9rem;
      align-items: center;
      padding: 1rem 0;
      border-top: 1px solid rgba(160, 188, 200, 0.16);
    }

    .pillar-metric:first-of-type {
      border-top: 0;
      padding-top: 0;
    }

    .pillar-number {
      font-family: var(--display);
      font-size: 2.45rem;
      color: var(--accent-strong);
      letter-spacing: -0.05em;
      line-height: 1;
    }

    .metric-copy strong,
    .signal-card strong,
    .outcome-card strong,
    .audience-card strong,
    .service-card strong,
    .process-card strong,
    .role-card strong,
    .proof-card strong,
    .theme-card strong,
    .token-card strong,
    .copy-card strong {
      color: var(--text);
      display: block;
    }

    .visual-subgrid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1rem;
    }

    .signal-card {
      padding: 1rem;
      border-radius: var(--radius-sm);
      border: 1px solid var(--border);
      background: var(--subtle-bg);
    }

    .signal-bar {
      width: 100%;
      height: 0.55rem;
      margin-top: 0.8rem;
      border-radius: 999px;
      background: var(--text-soft-fill);
      overflow: hidden;
    }

    .signal-bar span {
      display: block;
      height: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, var(--accent), var(--signal));
    }

    .credibility-rail {
      padding: 1rem;
      border-radius: var(--radius-md);
      border: 1px solid var(--border);
      background: var(--subtle-bg);
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 1rem;
      align-items: stretch;
    }

    .proof-card {
      padding: 1.15rem 1rem;
      border-radius: 1rem;
      background: var(--subtle-bg);
      border: 1px solid var(--subtle-border);
    }

    .proof-card p {
      margin-top: 0.45rem;
      font-size: 0.94rem;
    }

    .stat-number {
      display: block;
      margin-bottom: 0.35rem;
      font-family: var(--display);
      font-size: 2.3rem;
      color: var(--signal);
      line-height: 1;
    }

    .two-track {
      align-items: start;
    }

    .list {
      display: grid;
      gap: 0.95rem;
      padding: 0;
      margin: 1.5rem 0 0;
      list-style: none;
    }

    .list li {
      display: flex;
      gap: 0.8rem;
      align-items: flex-start;
      color: var(--soft);
    }

    .list li::before {
      content: ">";
      color: var(--signal);
      font-weight: 800;
      margin-top: 0.05rem;
    }

    .mission-card,
    .scope-card {
      padding: 1.5rem;
    }

    .scope-card {
      margin-top: 1rem;
      background: linear-gradient(180deg, var(--accent-ring), var(--signal-soft));
    }

    .scope-card p strong {
      color: var(--text);
    }

    .service-grid,
    .role-grid,
    .audience-grid,
    .process-grid,
    .theme-grid,
    .token-grid,
    .copy-grid {
      display: grid;
      gap: 1rem;
    }

    .service-grid,
    .role-grid,
    .audience-grid,
    .theme-grid,
    .copy-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .token-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .process-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .service-card,
    .role-card,
    .audience-card,
    .process-card,
    .theme-card,
    .token-card,
    .copy-card {
      padding: 1.35rem;
    }

    .service-card span,
    .role-card span,
    .audience-card span,
    .process-card span,
    .theme-card span,
    .token-card span,
    .copy-card span {
      display: inline-block;
      margin-bottom: 0.75rem;
      color: var(--signal);
      font-size: 0.78rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      font-weight: 700;
    }

    .network-compare {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1rem;
      margin-bottom: 1.25rem;
    }

    .compare-card {
      padding: 1.5rem;
    }

    .compare-card.good {
      background: var(--compare-good-bg);
    }

    .compare-card.bad {
      background: var(--compare-bad-bg);
    }

    .compare-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 1rem;
      margin-bottom: 1rem;
    }

    .compare-score {
      font-family: var(--display);
      font-size: 2.4rem;
      line-height: 1;
      color: var(--signal);
    }

    .compare-card.bad .compare-score {
      color: var(--accent-strong);
    }

    .bars {
      display: grid;
      gap: 0.8rem;
      margin-top: 1rem;
    }

    .bars p {
      display: flex;
      justify-content: space-between;
      gap: 1rem;
      font-size: 0.92rem;
      color: var(--soft);
    }

    .bars small {
      color: var(--muted);
    }

    .bars .signal-bar {
      margin-top: 0.35rem;
    }

    .roles-intro {
      margin: 0 0 1.2rem;
      max-width: 44rem;
    }

    .case-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1rem;
    }

    .case-card {
      padding: 1.5rem;
    }

    .case-card h3 {
      margin: 0 0 1rem;
      font-size: clamp(1.45rem, 2vw, 1.9rem);
      line-height: 1.08;
    }

    .case-block-title {
      display: block;
      margin-top: 0.85rem;
      margin-bottom: 0.35rem;
      color: var(--text);
      letter-spacing: 0.02em;
    }

    .case-list {
      list-style: none;
      padding: 0;
      margin: 0.35rem 0 0;
      display: grid;
      gap: 0.55rem;
    }

    .case-list li {
      color: var(--soft);
      padding-left: 1rem;
      position: relative;
    }

    .case-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.6rem;
      width: 0.42rem;
      height: 0.42rem;
      border-radius: 999px;
      background: var(--signal);
    }

    .partner-pillars {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1rem;
    }

    .outcome-card {
      padding: 1.5rem;
      position: relative;
      overflow: hidden;
    }

    .outcome-card::after {
      content: "";
      position: absolute;
      right: -1rem;
      top: -2rem;
      width: 7rem;
      height: 12rem;
      transform: rotate(24deg);
      background: linear-gradient(180deg, var(--text-soft-fill), transparent);
    }

    .outcome-card ul {
      list-style: none;
      padding: 0;
      margin: 1rem 0 0;
      display: grid;
      gap: 0.65rem;
    }

    .outcome-card li {
      color: var(--soft);
      padding-left: 1rem;
      position: relative;
    }

    .outcome-card li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.55rem;
      width: 0.4rem;
      height: 0.4rem;
      border-radius: 999px;
      background: var(--signal);
    }

    .women-led {
      padding: 1.5rem;
      border-radius: var(--radius-md);
      border: 1px solid var(--women-led-border);
      background: var(--women-led-bg);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1.5rem;
      margin-top: 1.5rem;
    }

    .helen-headshot {
      width: 8.5rem;
      height: 8.5rem;
      flex: 0 0 auto;
      border-radius: 50%;
      object-fit: cover;
      object-position: center center;
      border: 1px solid var(--border-strong);
      box-shadow: var(--shadow);
    }

    .women-led-copy {
      flex: 1 1 auto;
      min-width: 0;
    }

    .women-led-aside {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1rem;
      flex: 0 0 auto;
    }

    .women-led-aside .btn {
      width: 100%;
      justify-content: center;
      min-height: 2.85rem;
      padding: 0.72rem 1rem;
      font-size: 0.76rem;
      letter-spacing: 0.06em;
    }

    .women-led strong {
      display: block;
      color: var(--text);
      margin-bottom: 0.45rem;
    }

    .insights-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1.25rem;
    }

    .insight-card {
      appearance: none;
      border: 1px solid var(--border);
      background: var(--panel-bg);
      font: inherit;
      padding: 1.5rem;
      min-height: 100%;
      display: grid;
      gap: 0.95rem;
      align-content: start;
      text-decoration: none;
      color: inherit;
      transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
      width: 100%;
      text-align: left;
      cursor: pointer;
    }

    .insight-card:hover {
      transform: translateY(-3px);
      border-color: var(--border-strong);
    }

    a.insight-card {
      color: inherit;
      text-decoration: none;
    }

    .insight-card.is-active {
      border-color: var(--border-strong);
      background: linear-gradient(180deg, var(--subtle-bg-strong), var(--panel-bg));
      box-shadow: 0 18px 36px var(--accent-shadow);
    }

    .insight-card h3 {
      margin: 0;
      font-size: 1.45rem;
      line-height: 1.08;
    }

    .article-stack {
      scroll-margin-top: 7rem;
    }

    .article-panel {
      padding: 1.75rem;
      margin-top: 1.25rem;
      scroll-margin-top: 7rem;
      display: none;
    }

    .article-panel.is-active {
      display: block;
    }

    .article-panel h3 {
      margin: 0.35rem 0 0.9rem;
      font-size: clamp(1.9rem, 2vw, 2.4rem);
      line-height: 1.02;
    }

    .article-panel h4 {
      margin: 2rem 0 0.8rem;
      font-family: var(--display);
      font-size: 1.55rem;
      line-height: 1.04;
      color: var(--text);
    }

    .article-panel h5 {
      margin: 1.35rem 0 0.55rem;
      font-family: var(--display);
      font-size: 1.08rem;
      line-height: 1.08;
      color: var(--text);
    }

    .article-panel p {
      margin: 0 0 1rem;
      color: var(--soft);
    }

    .article-panel ul {
      margin: 0 0 1.1rem 1.2rem;
      color: var(--soft);
    }

    .article-panel li {
      margin-bottom: 0.55rem;
    }

    .article-inline-cta {
      margin: 1.6rem 0;
      padding: 1.2rem;
      border-radius: 1rem;
      background: linear-gradient(180deg, var(--subtle-bg-strong), var(--signal-soft));
      border: 1px solid var(--subtle-border-strong);
    }

    .article-inline-cta p {
      margin-bottom: 0.9rem;
    }

    .article-topline {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 0.8rem;
      align-items: center;
    }

    .insight-category,
    .insight-meta {
      font-size: 0.78rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      font-weight: 700;
    }

    .insight-category {
      color: var(--signal);
    }

    .insight-meta {
      color: var(--muted);
    }

    .article-page {
      padding-top: 7.5rem;
      padding-bottom: 4rem;
    }

    .article-page .article-panel {
      display: block;
      max-width: 56rem;
      margin: 0 auto;
    }

    .article-page .article-panel h3 {
      font-size: clamp(2.2rem, 4vw, 3.4rem);
    }

    .article-page .article-panel h4 {
      margin-top: 2.35rem;
    }

    .article-page .article-panel h5 {
      margin-top: 1.65rem;
    }

    .article-back {
      display: inline-flex;
      margin: 0 auto 1.1rem;
    }

    .story-rail {
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 1.25rem;
      align-items: stretch;
    }

    .story-card,
    .consult-card,
    .form-card,
    .pack-card {
      padding: 1.5rem;
    }

    .process-card {
      min-height: 100%;
    }

    .process-card strong {
      margin-bottom: 0.75rem;
    }

    .consult-layout {
      display: grid;
      grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
      gap: 1.25rem;
    }

    .consult-checklist,
    .meta-list,
    .wire-list {
      list-style: none;
      padding: 0;
      margin: 1rem 0 0;
      display: grid;
      gap: 0.8rem;
    }

    .consult-checklist li,
    .meta-list li,
    .wire-list li {
      padding: 0.85rem 0.95rem;
      border-radius: 1rem;
      background: var(--subtle-bg-strong);
      color: var(--soft);
      border: 1px solid var(--subtle-border);
    }

    form {
      display: grid;
      gap: 1rem;
    }

    .form-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1rem;
    }

    label {
      display: grid;
      gap: 0.45rem;
      font-size: 0.88rem;
      color: var(--soft);
    }

    label span {
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--muted);
    }

    input,
    select,
    textarea {
      width: 100%;
      padding: 0.95rem 1rem;
      border-radius: 1rem;
      border: 1px solid var(--border);
      background: var(--field-bg);
      color: var(--text);
      transition: border-color 180ms ease, background 180ms ease;
    }

    select {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      padding-right: 3.15rem;
      background-image:
        linear-gradient(45deg, transparent 50%, var(--muted) 50%),
        linear-gradient(135deg, var(--muted) 50%, transparent 50%);
      background-position:
        calc(100% - 1.35rem) calc(50% - 0.16rem),
        calc(100% - 0.95rem) calc(50% - 0.16rem);
      background-size: 0.5rem 0.5rem, 0.5rem 0.5rem;
      background-repeat: no-repeat;
    }

    input:hover,
    select:hover,
    textarea:hover {
      border-color: var(--border-strong);
    }

    input:focus,
    select:focus,
    textarea:focus {
      border-color: var(--signal);
      background: var(--field-bg-focus);
      outline: none;
    }

    textarea {
      min-height: 8rem;
      resize: vertical;
    }

    .form-footnote {
      font-size: 0.82rem;
    }

    .success-message {
      display: none;
      margin-top: 1rem;
      padding: 1rem;
      border-radius: 1rem;
      background: var(--success-bg);
      border: 1px solid var(--success-border);
      color: var(--soft);
    }

    .redesign-pack {
      position: relative;
    }

    .pack-head {
      margin-bottom: 2rem;
    }

    .theme-swatches {
      display: flex;
      gap: 0.55rem;
      margin-top: 1rem;
      flex-wrap: wrap;
    }

    .swatch {
      width: 2.35rem;
      height: 2.35rem;
      border-radius: 0.8rem;
      border: 1px solid var(--subtle-border);
    }

    .pairing {
      padding: 1rem;
      border-radius: 1rem;
      margin-top: 1rem;
      border: 1px solid var(--subtle-border);
      background: var(--subtle-bg);
    }

    .pairing p + p {
      margin-top: 0.4rem;
    }

    .type-scale {
      display: grid;
      gap: 0.8rem;
      margin-top: 1rem;
    }

    .type-row {
      display: grid;
      grid-template-columns: 8rem 1fr auto;
      gap: 1rem;
      align-items: center;
      padding: 0.8rem 0.9rem;
      border-radius: 1rem;
      background: var(--subtle-bg);
      border: 1px solid var(--subtle-border);
    }

    .type-row code,
    .wireframe code,
    .meta-code {
      font-family: var(--mono);
      font-size: 0.85rem;
      color: var(--soft);
    }

    .wireframe {
      padding: 1.5rem;
      border-radius: var(--radius-md);
      border: 1px solid var(--border);
      background: var(--wireframe-bg);
      overflow-x: auto;
      font-family: var(--mono);
      font-size: 0.9rem;
      line-height: 1.7;
      color: var(--soft);
      white-space: pre;
    }

    .tagline-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.8rem;
      margin-top: 1rem;
    }

    .tagline {
      padding: 0.95rem 1rem;
      border-radius: 1rem;
      border: 1px solid var(--subtle-border);
      background: var(--subtle-bg);
      color: var(--text);
    }

    .hero-option {
      margin-top: 1rem;
      padding: 1rem;
      border-radius: 1rem;
      background: var(--subtle-bg);
      border: 1px solid var(--subtle-border);
    }

    .hero-option strong {
      margin-bottom: 0.45rem;
    }

    .rationale-list {
      list-style: none;
      padding: 0;
      margin: 1rem 0 0;
      display: grid;
      gap: 0.8rem;
    }

    .rationale-list li {
      padding: 1rem;
      border-radius: 1rem;
      background: var(--subtle-bg);
      border: 1px solid var(--subtle-border);
      color: var(--soft);
    }

    footer {
      padding: 2rem 0 3rem;
      border-top: 1px solid var(--header-border);
      background: var(--footer-bg);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.15fr 0.85fr;
      gap: 1.25rem;
      align-items: start;
    }

    .brand-copy {
      display: inline-flex;
      align-items: center;
    }

    .footer-brand-logo {
      width: clamp(12rem, 19vw, 15rem);
    }

    .footer-nav {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      margin-top: 1rem;
    }

    .footer-nav a {
      color: var(--muted);
      text-decoration: none;
      font-size: 0.92rem;
    }

    .footer-nav a[aria-current="page"] {
      color: var(--text);
      font-weight: 700;
    }

    .footer-note {
      font-size: 0.84rem;
      text-align: right;
    }

    .reveal {
      opacity: 0;
      transform: translateY(22px);
      transition: opacity 500ms ease, transform 500ms ease;
    }

    .reveal.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    @media (display-mode: standalone) {
      header.site-header {
        backdrop-filter: blur(24px);
      }

      .hero {
        padding-top: clamp(2.8rem, 6vw, 5rem);
      }
    }

    @media (max-width: 1180px) {
      .nav {
        height: 5.2rem;
      }

      .brand {
        max-width: min(48vw, 13rem);
      }

      .brand-logo-stack {
        width: clamp(9.4rem, 18vw, 11.6rem);
      }

      .nav-links,
      .nav-actions .btn {
        display: none;
      }

      .theme-toggle {
        width: 2.9rem;
        justify-content: center;
        padding: 0;
      }

      .menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }

      .nav[data-open="true"] .nav-links {
        display: grid;
        position: absolute;
        left: 1rem;
        right: 1rem;
        top: calc(100% + 0.75rem);
        padding: 1rem;
        gap: 0.15rem;
        border-radius: 1rem;
        background: var(--menu-bg);
        border: 1px solid var(--border);
        box-shadow: var(--shadow);
        z-index: 4;
      }

      .nav[data-open="true"] .nav-links a {
        padding: 0.65rem 0;
        color: #f1f6f8;
      }

      .nav[data-open="true"] .nav-links a:hover {
        color: #ffffff;
      }

      .nav[data-open="true"] .nav-links .nav-mobile-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: 0.4rem;
        padding: 0.8rem 1rem;
        border-radius: 999px;
        border: 1px solid rgba(255, 94, 108, 0.42);
        background: linear-gradient(135deg, #ff3a46, #d50f1a);
        color: #ffffff !important;
        font-weight: 700;
      }
    }

    @media (max-width: 1080px) {
      .nav {
        height: 5.1rem;
      }

      .brand {
        max-width: 11.2rem;
      }

      .brand-logo-stack {
        width: 10.1rem;
      }

      .credibility-rail,
      .service-grid,
      .role-grid,
      .case-grid,
      .partner-pillars,
      .process-grid,
      .insights-grid,
      .theme-grid,
      .token-grid,
      .copy-grid,
      .mini-proof,
      .tagline-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .hero-grid,
      .consult-layout,
      .story-rail {
        grid-template-columns: 1fr;
      }

      .footer-grid {
        grid-template-columns: 1fr;
      }

      .footer-note {
        text-align: left;
      }
    }

    @media (max-width: 860px) {
      .nav {
        height: 4.95rem;
      }

      .brand {
        max-width: 10rem;
      }

      .brand-logo-stack {
        width: 9.2rem;
      }

      .hero-copy,
      .hero-visual {
        padding: 1.25rem;
      }

      .credibility-rail,
      .service-grid,
      .role-grid,
      .audience-grid,
      .partner-pillars,
      .process-grid,
      .insights-grid,
      .case-grid,
      .theme-grid,
      .token-grid,
      .copy-grid,
      .mini-proof,
      .tagline-list,
      .visual-subgrid,
      .network-compare,
      .form-grid,
      .grid-2,
      .grid-3,
      .grid-4 {
        grid-template-columns: 1fr;
      }

      .story-rail {
        gap: 1rem;
      }

      .women-led {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .women-led-aside {
        width: 100%;
        align-items: center;
      }

      .women-led-aside .btn {
        width: min(100%, 13rem);
        margin-inline: auto;
      }

      .helen-headshot {
        width: 7.5rem;
        height: 7.5rem;
      }

      .type-row {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 640px) {
      .nav {
        width: min(calc(100% - 1.1rem), var(--max));
        height: 4.7rem;
        gap: 0.65rem;
      }

      .brand {
        max-width: 9rem;
      }

      .brand-logo-stack {
        width: 8.55rem;
        padding: 0.16rem 0.3rem;
      }

      .nav-actions {
        gap: 0.5rem;
      }

      .theme-toggle,
      .menu-toggle {
        width: 2.65rem;
        height: 2.65rem;
        min-height: 2.65rem;
      }

      .women-led {
        padding: 1.25rem;
        gap: 1.15rem;
      }

      .women-led-copy {
        width: 100%;
      }

      .women-led-copy strong {
        text-align: center;
        font-size: 1.34rem;
        line-height: 1.05;
        margin-bottom: 0.7rem;
      }

      .women-led-copy p {
        text-align: left;
      }

      .women-led-aside {
        width: 100%;
        align-items: center;
      }

      .helen-headshot {
        width: 7rem;
        height: 7rem;
      }

      .brand-copy {
        width: 100%;
        justify-content: center;
      }

      .footer-nav {
        justify-content: center;
      }
    }

    @media (max-width: 480px) {
      .nav {
        width: min(calc(100% - 0.85rem), var(--max));
        height: 4.45rem;
      }

      .brand {
        max-width: 8.2rem;
      }

      .brand-logo-stack {
        width: 7.8rem;
        padding: 0.14rem 0.24rem;
      }

      .theme-toggle,
      .menu-toggle {
        width: 2.45rem;
        height: 2.45rem;
        min-height: 2.45rem;
      }

      .women-led {
        padding: 1.05rem;
      }

      .women-led-copy strong {
        font-size: 1.46rem;
      }

      .helen-headshot {
        width: 6.65rem;
        height: 6.65rem;
      }

      .women-led-aside .btn {
        width: 100%;
        max-width: 13rem;
        margin-inline: auto;
      }

      .brand-copy {
        width: 100%;
        justify-content: center;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      html {
        scroll-behavior: auto;
      }

      *,
      *::before,
      *::after {
        animation: none !important;
        transition-duration: 0.01ms !important;
        transition-delay: 0ms !important;
      }

      body::after {
        display: none;
      }

      .reveal,
      .reveal.is-visible {
        opacity: 1;
        transform: none;
      }
    }

    .dayta-cookie-banner *,
    .dayta-cookie-banner *::before,
    .dayta-cookie-banner *::after,
    .dayta-prefs-panel *,
    .dayta-prefs-panel *::before,
    .dayta-prefs-panel *::after,
    .dayta-toast *,
    .dayta-toast *::before,
    .dayta-toast *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    .dayta-cookie-banner {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 99998;
      background: #111110;
      border-top: 1px solid rgba(240, 237, 232, 0.12);
      font-family: var(--body-font);
      transform: translateY(100%);
      animation: dayta-slide-up 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
    }

    @keyframes dayta-slide-up {
      to {
        transform: translateY(0);
      }
    }

    .dayta-cookie-banner.dayta-dismissed {
      animation: dayta-slide-down 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    }

    @keyframes dayta-slide-down {
      to {
        transform: translateY(110%);
      }
    }

    .dayta-banner-inner {
      max-width: 1200px;
      margin: 0 auto;
      padding: 1.5rem 2rem;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 2rem;
      align-items: center;
    }

    .dayta-banner-label {
      font-family: var(--mono);
      font-size: 0.63rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: rgba(240, 237, 232, 0.38);
      display: block;
      margin-bottom: 0.3rem;
    }

    .dayta-banner-title {
      font-size: 0.93rem;
      font-weight: 500;
      color: #f0ede8;
      line-height: 1.4;
      margin-bottom: 0.4rem;
    }

    .dayta-banner-text {
      font-size: 0.78rem;
      font-weight: 300;
      color: rgba(240, 237, 232, 0.58);
      line-height: 1.65;
      max-width: 660px;
    }

    .dayta-banner-text a {
      color: rgba(240, 237, 232, 0.82);
      text-decoration: underline;
      text-underline-offset: 2px;
      transition: color 0.2s;
    }

    .dayta-banner-text a:hover {
      color: #f0ede8;
    }

    .dayta-banner-actions {
      display: flex;
      flex-direction: column;
      gap: 0.6rem;
      min-width: 210px;
    }

    .dayta-btn {
      font-family: var(--body-font);
      font-size: 0.78rem;
      font-weight: 500;
      letter-spacing: 0.025em;
      padding: 0.65rem 1.4rem;
      border: 1px solid transparent;
      cursor: pointer;
      transition: all 0.18s ease;
      text-align: center;
      white-space: nowrap;
      line-height: 1;
      border-radius: 0;
    }

    .dayta-btn-primary {
      background: #f0ede8;
      color: #0a0a0a;
      border-color: #f0ede8;
    }

    .dayta-btn-primary:hover {
      background: #ffffff;
      border-color: #ffffff;
    }

    .dayta-btn-secondary {
      background: transparent;
      color: rgba(240, 237, 232, 0.7);
      border-color: rgba(240, 237, 232, 0.22);
    }

    .dayta-btn-secondary:hover {
      color: #f0ede8;
      border-color: rgba(240, 237, 232, 0.5);
    }

    .dayta-btn-ghost {
      background: transparent;
      color: rgba(240, 237, 232, 0.38);
      border-color: transparent;
      font-size: 0.72rem;
      font-weight: 400;
      padding: 0.4rem 1.4rem;
    }

    .dayta-btn-ghost:hover {
      color: rgba(240, 237, 232, 0.65);
    }

    .dayta-prefs-panel {
      display: none;
      position: fixed;
      inset: 0;
      z-index: 99999;
      background: rgba(0, 0, 0, 0.72);
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px);
      align-items: flex-end;
      justify-content: center;
      padding: 2rem;
      font-family: var(--body-font);
    }

    .dayta-prefs-panel.dayta-open {
      display: flex;
      animation: dayta-fade-in 0.22s ease forwards;
    }

    @keyframes dayta-fade-in {
      from {
        opacity: 0;
      }
      to {
        opacity: 1;
      }
    }

    .dayta-prefs-box {
      background: #111110;
      border: 1px solid rgba(240, 237, 232, 0.15);
      padding: 2rem;
      max-width: 520px;
      width: 100%;
      animation: dayta-rise-up 0.32s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    }

    @keyframes dayta-rise-up {
      from {
        transform: translateY(32px);
        opacity: 0;
      }
      to {
        transform: translateY(0);
        opacity: 1;
      }
    }

    .dayta-prefs-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 0.5rem;
    }

    .dayta-prefs-title {
      font-size: 0.98rem;
      font-weight: 500;
      color: #f0ede8;
    }

    .dayta-prefs-subtitle {
      font-size: 0.75rem;
      color: rgba(240, 237, 232, 0.45);
      line-height: 1.6;
      margin-bottom: 1.25rem;
    }

    .dayta-prefs-close {
      background: none;
      border: none;
      color: rgba(240, 237, 232, 0.35);
      font-size: 1.1rem;
      cursor: pointer;
      padding: 0;
      line-height: 1;
      transition: color 0.18s;
      font-family: inherit;
    }

    .dayta-prefs-close:hover {
      color: #f0ede8;
    }

    .dayta-cookie-category {
      border-top: 1px solid rgba(240, 237, 232, 0.08);
      padding: 1rem 0;
    }

    .dayta-category-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 0.35rem;
      gap: 1rem;
    }

    .dayta-category-name {
      font-size: 0.84rem;
      font-weight: 500;
      color: #f0ede8;
    }

    .dayta-category-desc {
      font-size: 0.73rem;
      color: rgba(240, 237, 232, 0.48);
      line-height: 1.55;
    }

    .dayta-always-on {
      font-family: var(--mono);
      font-size: 0.6rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: rgba(240, 237, 232, 0.28);
      white-space: nowrap;
    }

    .dayta-toggle {
      position: relative;
      width: 38px;
      height: 20px;
      flex-shrink: 0;
    }

    .dayta-toggle input {
      opacity: 0;
      width: 0;
      height: 0;
      position: absolute;
    }

    .dayta-toggle-track {
      position: absolute;
      inset: 0;
      background: rgba(240, 237, 232, 0.1);
      border: 1px solid rgba(240, 237, 232, 0.2);
      cursor: pointer;
      transition: background 0.2s, border-color 0.2s;
      border-radius: 999px;
    }

    .dayta-toggle input:checked + .dayta-toggle-track {
      background: #f0ede8;
      border-color: #f0ede8;
    }

    .dayta-toggle-thumb {
      position: absolute;
      top: 3px;
      left: 3px;
      width: 12px;
      height: 12px;
      background: rgba(240, 237, 232, 0.45);
      transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1), background 0.2s;
      pointer-events: none;
      border-radius: 50%;
    }

    .dayta-toggle input:checked ~ .dayta-toggle-thumb {
      transform: translateX(18px);
      background: #0a0a0a;
    }

    .dayta-prefs-footer {
      margin-top: 1.5rem;
      padding-top: 1rem;
      border-top: 1px solid rgba(240, 237, 232, 0.08);
      display: flex;
      gap: 0.75rem;
      justify-content: flex-end;
    }

    .dayta-toast {
      position: fixed;
      bottom: 2rem;
      left: 50%;
      transform: translateX(-50%) translateY(12px);
      background: #1c1c1a;
      border: 1px solid rgba(240, 237, 232, 0.14);
      color: rgba(240, 237, 232, 0.8);
      font-size: 0.72rem;
      font-family: var(--mono);
      letter-spacing: 0.04em;
      padding: 0.65rem 1.5rem;
      opacity: 0;
      transition: opacity 0.3s ease, transform 0.3s ease;
      pointer-events: none;
      z-index: 100000;
      white-space: nowrap;
    }

    .dayta-toast.dayta-toast-show {
      opacity: 1;
      transform: translateX(-50%) translateY(0);
    }

    @media (max-width: 680px) {
      .dayta-banner-inner {
        grid-template-columns: 1fr;
        padding: 1.25rem 1.25rem 1.5rem;
        gap: 1.25rem;
      }

      .dayta-banner-actions {
        flex-direction: row;
        flex-wrap: wrap;
        min-width: unset;
      }

      .dayta-btn {
        flex: 1;
        min-width: 130px;
      }

      .dayta-btn-ghost {
        flex-basis: 100%;
      }

      .dayta-prefs-panel {
        padding: 0;
        align-items: flex-end;
      }

      .dayta-prefs-box {
        max-width: 100%;
        border-left: none;
        border-right: none;
        border-bottom: none;
      }
    }
