/* layer: preflights */
*,::before,::after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / 0.5);}::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / 0.5);}
/* layer: default */
.m\.5{margin:0.125rem;}
.m\.65{margin:0.1625rem;}
.m4\.5{margin:1.125rem;}
.m5{margin:1.25rem;}
.m5\.23{margin:1.3075rem;}
.m5\.5{margin:1.375rem;}
.m6{margin:1.5rem;}
.m6\.42{margin:1.605rem;}
.m6\.983{margin:1.74575rem;}
.m9{margin:2.25rem;}
.block{display:block;}
.hidden{display:none;}
.transform{transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}
.resize{resize:both;}
.px{padding-left:1rem;padding-right:1rem;}
.pt{padding-top:1rem;}
.tab{-moz-tab-size:4;-o-tab-size:4;tab-size:4;}


:root,
:host {
  color-scheme: light;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-synthesis: none;

  /* Foundation */
  --hw-unit: 4px;
  --hw-space-1: var(--hw-unit);
  --hw-space-2: calc(var(--hw-unit) * 2);
  --hw-space-3: calc(var(--hw-unit) * 3);
  --hw-space-4: calc(var(--hw-unit) * 4);
  --hw-space-5: calc(var(--hw-unit) * 5);
  --hw-space-6: calc(var(--hw-unit) * 6);
  --hw-space-8: calc(var(--hw-unit) * 8);
  --hw-space-10: calc(var(--hw-unit) * 10);
  --hw-border-width: calc(var(--hw-unit) / 4);

  /* Color */
  --hw-canvas: #f7f7f5;
  --hw-ink: #171816;
  --hw-ink-muted: #888a85;
  --hw-field: #4d4d4d;
  --hw-field-border: #2d2d2d;
  --hw-field-ink: #fff;
  --hw-field-placeholder: #dedede;
  --hw-panel: #a6a6a4;
  --hw-panel-border: #d0d0cd;
  --hw-accent: #bf4545;
  --hw-accent-hover: #a83737;
  --hw-focus: #b8ed57;

  /* Layout: every panel corner is derived from the bottom action circle. */
  --hw-hero-width: calc(var(--hw-unit) * 155);
  --hw-panel-width: calc(var(--hw-unit) * 100);
  --hw-panel-inset: calc(var(--hw-space-2) + var(--hw-border-width));
  --hw-panel-padding: var(--hw-space-2);
  /* Composer geometry is scaled from the action circle at 70%. */
  --hw-composer-inset: calc(var(--hw-unit) * 1.4);
  --hw-composer-gap: calc(var(--hw-unit) * 0.7);
  --hw-composer-cell: calc(var(--hw-unit) * 7.7);
  --hw-panel-action: calc(var(--hw-unit) * 9.8);
  --hw-panel-action-radius: calc(var(--hw-panel-action) / 2);
  --hw-composer-radius: calc(
    var(--hw-border-width) + var(--hw-composer-inset) + var(--hw-panel-action-radius)
  );
  --hw-panel-corner-radius: calc(
    var(--hw-panel-padding) + var(--hw-composer-inset) + var(--hw-panel-action-radius) +
      var(--hw-border-width) + var(--hw-border-width)
  );
  --hw-collapsed-offset: calc(
    var(--hw-panel-inset) + var(--hw-panel-corner-radius) - var(--hw-panel-action-radius)
  );
  --hw-panel-stage-offset: calc(
    var(--hw-panel-width) + var(--hw-panel-inset) + var(--hw-panel-inset)
  );


  --hw-font-size-sm: calc(var(--hw-unit) * 3.5);
  --hw-font-size-md: calc(var(--hw-unit) * 4);
  --hw-font-size-lg: calc(var(--hw-unit) * 5);
  --hw-font-size-wordmark: calc(var(--hw-unit) * 16);
  --hw-hero-gap: calc(var(--hw-unit) * 4.5);
  --hw-input-height: calc(var(--hw-unit) * 8.4);
  --hw-input-max-height: calc(var(--hw-unit) * 21);
  --hw-message-gap: calc(var(--hw-unit) * 2.5);
  --hw-message-radius: calc(var(--hw-unit) * 4.5);
  --hw-message-padding-y: calc(var(--hw-unit) * 2.5);
  --hw-message-padding-x: calc(var(--hw-unit) * 3.25);
  --hw-motion-fast: 160ms;
  --hw-motion-panel: 240ms;
}

:root.dark {
  color-scheme: dark;
  --hw-canvas: #090a09;
  --hw-ink: #f1f3ec;
  --hw-ink-muted: #a5aaa1;
  --hw-field: #30312f;
  --hw-field-border: #4a4d47;
  --hw-field-ink: #f6f7f1;
  --hw-field-placeholder: #b8bcb4;
  --hw-panel: #20221f;
  --hw-panel-border: #363a34;
  --hw-accent: #d35454;
  --hw-accent-hover: #e46767;
  --hw-focus: #b8ed57;
}

@media (max-width: 680px) {
  :root,
  :host {
    --hw-composer-cell: calc(var(--hw-unit) * 7);
    --hw-panel-action: calc(var(--hw-unit) * 9.1);
    --hw-panel-action-radius: calc(var(--hw-panel-action) / 2);
  }
}


:root {
  --landing-canvas: #f2f5e9;
  --landing-canvas-muted: #edf0e8;
  --landing-surface: #fbfbf8;
  --landing-surface-warm: #f3efe1;
  --landing-ink: #182019;
  --landing-ink-strong: #0a1b0c;
  --landing-ink-muted: #657064;
  --landing-ink-subtle: #84917e;
  --landing-line: #cbd0c5;
  --landing-line-soft: #dfe3da;
  --landing-action: #1b2d1a;
  --landing-action-ink: #fff;
  --landing-accent: #b8ed57;
  --landing-accent-ink: #10240f;
  --landing-on-dark: #f7f7f4;
  --landing-on-dark-muted: #d7dfd3;
  --landing-dark: #111713;
  --landing-dark-raised: #172018;
  --landing-dark-line: #42503f;
  --landing-success: #31582d;
  --landing-success-surface: #e6f2dd;
  --landing-warning: #b36e22;
  --landing-document-line: #c4beae;
  --landing-shadow: rgba(0, 0, 0, 0.12);
}

:root.dark {
  --landing-canvas: #0b0c0b;
  --landing-canvas-muted: #111210;
  --landing-surface: #181a17;
  --landing-surface-warm: #20241e;
  --landing-ink: #f1f3ec;
  --landing-ink-strong: #f4f6f1;
  --landing-ink-muted: #b5bbb1;
  --landing-ink-subtle: #98a28f;
  --landing-line: #2d302b;
  --landing-line-soft: #3a4038;
  --landing-action: #b8ed57;
  --landing-action-ink: #10240f;
  --landing-accent: #b8ed57;
  --landing-accent-ink: #10240f;
  --landing-on-dark: #f1f3ec;
  --landing-on-dark-muted: #d2edb5;
  --landing-dark: #090a09;
  --landing-dark-raised: #111210;
  --landing-dark-line: #3a4038;
  --landing-success: #b8ed57;
  --landing-success-surface: #263022;
  --landing-warning: #e7b66f;
  --landing-document-line: #596154;
  --landing-shadow: rgba(0, 0, 0, 0.38);
}



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

button,
textarea {
  font: inherit;
}

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

.composer {
  position: relative;
  width: 100%;
  min-height: calc(
    var(--hw-composer-inset) + var(--hw-composer-inset) + var(--hw-panel-action)
  );
  display: grid;
  grid-template-columns:
    var(--hw-composer-cell) minmax(0, 1fr) var(--hw-composer-cell) var(--hw-composer-cell)
    var(--hw-panel-action);
  align-items: end;
  gap: var(--hw-composer-gap);
  padding: var(--hw-composer-inset);
  border: var(--hw-border-width) solid var(--hw-field-border);
  border-radius: var(--hw-composer-radius);
  background: var(--hw-field);
}

.composer-cell {
  width: var(--hw-composer-cell);
  height: var(--hw-composer-cell);
  margin-bottom: calc((var(--hw-panel-action) - var(--hw-composer-cell)) / 2);
  display: grid;
  place-items: center;
}

.composer.is-expanded {
  grid-template-rows: auto var(--hw-panel-action);
}

.composer.is-expanded .composer-input {
  grid-column: 1 / -1;
  grid-row: 1;
  align-self: start;
}

.composer.is-expanded .composer-cell {
  grid-row: 2;
}

.composer.is-expanded .voice-button {
  grid-column: 1;
}

.composer.is-expanded .dictation-button {
  grid-column: 3;
}

.composer.is-expanded .icon-button:not(.voice-button):not(.dictation-button) {
  grid-column: 4;
}

.composer.is-expanded .panel-toggle {
  grid-column: 5;
  grid-row: 2;
}

.composer:not(.is-expanded) .composer-input {
  margin-bottom: calc((var(--hw-panel-action) - var(--hw-input-height)) / 2);
}

.composer-mark {
  color: var(--hw-field-ink);
}

.composer-input {
  width: 100%;
  height: var(--hw-input-height);
  max-height: var(--hw-input-max-height);
  padding: calc(var(--hw-unit) * 1.2) var(--hw-space-2);
  resize: none;
  overflow-y: auto;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--hw-field-ink);
  font-size: var(--hw-font-size-md);
  line-height: var(--hw-space-6);
}

.composer-input::placeholder {
  color: var(--hw-field-placeholder);
}

.icon-button {
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--hw-field-ink);
  cursor: pointer;
}

.icon-button:hover {
  background: rgba(255, 255, 255, 0.1);
}

.voice-button.is-active {
  color: var(--hw-focus);
}

.voice-button:disabled {
  cursor: wait;
}


.composer-status {
  position: absolute;
  bottom: calc(100% + var(--hw-unit));
  left: var(--hw-composer-inset);
  right: var(--hw-composer-inset);
  margin: 0;
  color: var(--hw-focus);
  font-size: var(--hw-font-size-sm, 0.78rem);
  line-height: 1.35;
  pointer-events: none;
}

.composer-status.is-error {
  color: var(--hw-danger, #ff8a7a);
}

/* Shared live waveform for dictation and calls. The visual data comes from
 * browser analysers; it does not create an additional recording or transport. */
.composer-audio-diagram {
  position: absolute;
  z-index: 1;
  bottom: calc(100% + (var(--hw-unit) * 4));
  left: var(--hw-composer-inset);
  right: var(--hw-composer-inset);
  pointer-events: none;
  opacity: 0.95;
}

.composer-audio-diagram canvas {
  border-radius: calc(var(--hw-unit) * 1.5);
  background: color-mix(in srgb, var(--hw-field) 78%, transparent);
}


.dictation-button {
  position: relative;
}

.dictation-button.is-recording {
  color: var(--hw-focus);
}

.dictation-button.is-recording::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: var(--hw-border-width) solid var(--hw-focus);
  opacity: calc(0.25 + var(--hw-mic-level, 0) * 0.75);
  transform: scale(calc(1 + var(--hw-mic-level, 0) * 0.45));
  transition:
    transform 90ms linear,
    opacity 90ms linear;
  pointer-events: none;
}

.dictation-button:disabled {
  cursor: progress;
  opacity: 0.6;
}

@media (prefers-reduced-motion: reduce) {
  .dictation-button.is-recording::before {
    transform: none;
    transition: none;
  }
}

.panel-toggle {
  width: var(--hw-panel-action);
  height: var(--hw-panel-action);
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--hw-accent);
  color: var(--hw-field-ink);
  cursor: pointer;
}

.panel-toggle:hover {
  background: var(--hw-accent-hover);
}

.panel-toggle:focus-visible,
.icon-button:focus-visible {
  outline: calc(var(--hw-unit) * 0.75) solid var(--hw-focus);
  outline-offset: calc(var(--hw-unit) * 0.75);
}

.send-tooltip {
  padding: calc(var(--hw-unit) * 1.5) calc(var(--hw-unit) * 2.5);
  border-radius: calc(var(--hw-unit) * 1.5);
  background: var(--hw-ink);
  color: var(--hw-field-ink);
  font-size: var(--hw-space-3);
}

.chat-panel {
  position: fixed;
  top: var(--hw-panel-inset);
  right: var(--hw-panel-inset);
  bottom: var(--hw-panel-inset);
  width: var(--hw-panel-width);
  display: flex;
  flex-direction: column;
  gap: var(--hw-space-4);
  padding: var(--hw-panel-padding);
  border: var(--hw-border-width) solid var(--hw-panel-border);
  border-radius: var(--hw-panel-corner-radius);
  background: var(--hw-panel);
  color: var(--hw-ink);
  box-shadow:
    calc(-1 * var(--hw-space-4)) calc(var(--hw-unit) * 4.5) var(--hw-space-10)
    rgba(20, 20, 18, 0.14);
  animation: panel-in var(--hw-motion-panel) ease-out both;
}

.panel-header {
  min-height: var(--hw-space-10);
  display: flex;
  align-items: center;
}

.panel-label {
  margin: 0;
  font-size: var(--hw-font-size-lg);
  font-weight: 650;
  letter-spacing: 0;
}

.panel-label span {
  color: var(--hw-accent);
}

.panel-messages {
  min-height: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: var(--hw-message-gap);
  overflow-y: auto;
}

@keyframes panel-in {
  from {
    opacity: 0;
    transform: translateX(var(--hw-space-5));
  }
}

@media (max-width: 680px) {
  .chat-panel {
    top: var(--hw-panel-inset);
    right: var(--hw-panel-inset);
    bottom: var(--hw-panel-inset);
    left: var(--hw-panel-inset);
    width: auto;
  }
}


@media (display-mode: standalone), (display-mode: fullscreen) {
  .chat-panel {
    top: calc(var(--hw-panel-inset) + env(safe-area-inset-top));
    bottom: calc(var(--hw-panel-inset) + env(safe-area-inset-bottom));
    left: calc(var(--hw-panel-inset) + env(safe-area-inset-left));
    right: calc(var(--hw-panel-inset) + env(safe-area-inset-right));
  }

  .minimized-toggle {
    bottom: calc(var(--hw-collapsed-offset) + env(safe-area-inset-bottom));
  }
}

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



html,
body,
#app {
  min-height: 100%;
}

body {
  margin: 0;
}

.app-shell {
  min-height: 100dvh;
  background: var(--hw-canvas);
  color: var(--hw-ink);
}

.landing-surface {
  --landing-header-height: 68px;
  min-height: 100dvh;
  transition: margin-right var(--hw-motion-panel) ease;
}

.landing-header {
  display: grid;
  grid-template-columns: minmax(140px, 1fr) auto minmax(140px, 1fr);
  align-items: center;
  gap: 24px;
  min-height: var(--landing-header-height);
  padding: 14px max(34px, calc((100% - 1380px) / 2));
  border-bottom: 1px solid #d8d8ce;
  background: #f2f5e9;
  position: relative;
  z-index: 30;
}

.landing-header a,
.landing-theme-toggle {
  color: #233323;
  font: 700 12px "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.landing-header-brand {
  justify-self: start;
  text-decoration: none;
}

.landing-header-brand span { color: #7c8a73; }

.landing-header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

.landing-header-nav a {
  padding: 6px 0;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.landing-header-nav a:hover,
.landing-header-nav a:focus-visible,
.landing-header-nav a[aria-current="page"] {
  color: #10240f;
  border-bottom-color: currentColor;
}

.landing-header-controls {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 8px;
}

.landing-theme-toggle {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid #c5ccbc;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
}

.landing-theme-toggle:hover,
.landing-theme-toggle:focus-visible {
  border-color: #10240f;
  background: #e6eddc;
  outline: none;
}

.landing-theme-icon-sun { display: none; }
html.dark .landing-theme-icon-moon { display: none; }
html.dark .landing-theme-icon-sun { display: block; }


.is-panel-open .landing-surface {
  margin-right: 0;
}

.landing-hero {
  min-height: calc(100dvh - var(--landing-header-height));
  display: grid;
  grid-template-rows: 1fr 26px;
  padding: 22px 34px 26px;
  overflow: hidden;
  background: #f2f5e9;
}

.landing-hero-layout {
  display: grid;
  grid-template-columns: minmax(440px, 0.96fr) minmax(420px, 1.04fr);
  column-gap: clamp(32px, 6vw, 110px);
  align-items: center;
  width: min(1380px, 100%);
  min-height: 0;
  margin: 0 auto;
}

.landing-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 600px;
}

.landing-kicker,
.assistant-stage-copy p {
  margin: 0 0 24px;
  color: #667363;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  font-weight: 700;
}

.landing-hero h1 {
  max-width: 680px;
  margin: 0;
  color: #0a1b0c;
  font-size: clamp(52px, 5vw, 76px);
  font-weight: 820;
  line-height: 0.94;
}

.landing-description {
  max-width: 480px;
  margin: 30px 0 28px;
  color: #425042;
  font-size: 17px;
  line-height: 1.48;
}

.landing-hero-composer {
  width: min(100%, 530px);
  margin-bottom: 18px;
}

.landing-explore,
.assistant-return {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--hw-space-3);
  min-width: 0;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid #10240f;
  border-radius: 4px;
  background: #10240f;
  color: #d8edbf;
  font: 700 12px "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  text-decoration: none;
  cursor: pointer;
}

.landing-explore:hover,
.landing-explore:focus-visible,
.assistant-return:hover,
.assistant-return:focus-visible {
  background: #b7dd75;
  color: #10240f;
}

.landing-workshop-visual {
  position: relative;
  align-self: center;
  width: min(760px, 100%);
  min-height: 0;
  margin-left: auto;
}

.landing-workshop-visual img {
  display: block;
  width: 116%;
  max-height: min(68dvh, 700px);
  margin-left: -7%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.workshop-note {
  position: absolute;
  z-index: 1;
  display: grid;
  gap: 7px;
  padding: 11px 12px;
  border: 1px solid #0c1b0c;
  border-radius: 3px;
  background: rgba(242, 245, 233, 0.9);
  color: #0a180a;
  font: 700 11px/1.25 "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.workshop-note hr {
  width: 100%;
  height: 1px;
  margin: 3px 0;
  border: 0;
  background: rgba(10, 24, 10, 0.28);
}

.workshop-note-left { top: 20%; left: -2%; width: 202px; }
.workshop-note-right { top: 18%; right: -1%; width: 218px; }

.landing-index {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  width: min(1380px, 100%);
  margin: 0 auto;
  color: #75806e;
  font: 700 11px "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.landing-index i { height: 1px; background: #cdd4c5; }

html.dark .landing-hero,
html.dark .capabilities-section,
html.dark .landing-header { background: #0b0c0b; }

html.dark .landing-header { border-color: #2d302b; }
html.dark .landing-header a,
html.dark .landing-theme-toggle { color: #edf0e9; }
html.dark .landing-header-brand span { color: #aab4a0; }
html.dark .landing-header-nav a:hover,
html.dark .landing-header-nav a:focus-visible,
html.dark .landing-header-nav a[aria-current="page"] { color: #d2edb5; }
html.dark .landing-theme-toggle { border-color: #3a4038; }
html.dark .landing-theme-toggle:hover,
html.dark .landing-theme-toggle:focus-visible { background: #20241e; border-color: #b8ed57; }

html.dark .landing-hero h1,
html.dark .assistant-stage-copy h2,
html.dark .capability h2 { color: #f1f3ec; }

html.dark .landing-description,
html.dark .assistant-stage-note,
html.dark .capability p { color: #b8bdb5; }

html.dark .landing-kicker,
html.dark .assistant-stage-copy p,
html.dark .landing-index,
html.dark .capability > span { color: #929a8d; }

html.dark .landing-workshop-visual img {
  filter: invert(1);
  mix-blend-mode: screen;
}

html.dark .workshop-note {
  border-color: #3f493c;
  background: rgba(21, 27, 22, 0.92);
  color: #f2f7ef;
}

html.dark .workshop-note hr { background: rgba(220, 233, 215, 0.24); }

html.dark .assistant-stage { background: #111210; border-color: #2d302b; }
html.dark .landing-block-error { border-color: #8b5b26; background: #2b1d10; color: #f4d3ac; }
html.dark .business-impact { background: #111210; border-color: #2d302b; }
html.dark .business-impact-table th,
html.dark .business-impact-table td { border-color: #2d302b; }
html.dark .business-impact-copy h2,
html.dark .business-impact-table tbody th,
html.dark .business-impact-table td:nth-child(2) { color: #f1f3ec; }
html.dark .business-impact-copy > div,
html.dark .business-impact-table td,
html.dark .business-impact-note { color: #b8bdb5; }
html.dark .business-impact-table thead th,
html.dark .business-impact-copy > p { color: #929a8d; }
html.dark .capabilities-grid { border-color: #2d302b; }
html.dark .capability { border-color: #2d302b; }
html.dark .landing-index i { background: #343832; }

.assistant-stage {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(28px, 8vw, 150px);
  align-items: center;
  min-height: 360px;
  padding: 72px max(34px, calc((100% - 1380px) / 2));
  border-top: 1px solid #d8d8ce;
  border-bottom: 1px solid #d8d8ce;
  background: #fbfbf8;
}

.landing-block-error {
  display: grid;
  gap: 6px;
  padding: 22px max(34px, calc((100% - 1380px) / 2));
  border-block: 1px solid #d6a87a;
  background: #fff5eb;
  color: #59360e;
  font-size: 14px;
}

.landing-block-error strong { font-size: 15px; }
.landing-block-error code { color: inherit; font: 12px "SFMono-Regular", Consolas, "Liberation Mono", monospace; }

.assistant-stage-copy p { margin-bottom: 18px; }
.assistant-stage-copy h2 {
  max-width: 500px;
  margin: 0;
  color: #101110;
  font-size: clamp(30px, 3.1vw, 48px);
  font-weight: 790;
  line-height: 1.04;
}

.assistant-stage-note {
  max-width: 460px;
  color: #505049;
  font-size: 17px;
  line-height: 1.5;
}

.business-impact {
  padding: 72px max(34px, calc((100% - 1380px) / 2));
  border-top: 1px solid #d8d8ce;
  border-bottom: 1px solid #d8d8ce;
  background: #fbfbf8;
}

.business-impact-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(42px, 7vw, 112px);
  align-items: start;
}

.business-impact-copy > p {
  margin: 0 0 18px;
  color: #667363;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.business-impact-copy h2 {
  max-width: 460px;
  margin: 0;
  color: #101110;
  font-size: clamp(30px, 3.1vw, 48px);
  font-weight: 790;
  line-height: 1.04;
}

.business-impact-copy > div {
  max-width: 430px;
  margin-top: 24px;
  color: #505049;
  font-size: 17px;
  line-height: 1.48;
}

.business-impact-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.business-impact-table th,
.business-impact-table td { border-bottom: 1px solid #d8d8ce; text-align: left; vertical-align: top; }
.business-impact-table thead th { padding: 0 14px 12px 0; color: #77776e; font: 700 11px "SFMono-Regular", Consolas, "Liberation Mono", monospace; text-transform: uppercase; }
.business-impact-table thead th:nth-child(1) { width: 30%; }
.business-impact-table thead th:nth-child(2) { width: 21%; }
.business-impact-table tbody th { padding: 18px 14px 18px 0; color: #101110; font-size: 15px; font-weight: 720; line-height: 1.3; }
.business-impact-table td { padding: 18px 14px 18px 0; color: #505049; font-size: 14px; line-height: 1.42; }
.business-impact-table td:nth-child(2) { color: #10240f; font: 720 16px "SFMono-Regular", Consolas, "Liberation Mono", monospace; }
.business-impact-note { margin: 14px 0 0; color: #77776e; font-size: 12px; line-height: 1.4; }

.landing-hero-composer .assistant-return { width: 100%; }

.capabilities-section {
  padding: 26px max(34px, calc((100% - 1380px) / 2)) 54px;
  background: #f2f5e9;
}

.capabilities-heading {
  display: flex;
  justify-content: space-between;
  gap: var(--hw-space-4);
  padding-bottom: 28px;
  color: #667363;
  font: 700 12px "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #cdd4c5;
}

.capability {
  min-height: 260px;
  padding: 24px 22px 24px 0;
  border-right: 1px solid #cdd4c5;
}

.capability + .capability { padding-left: 22px; }
.capability:last-child { border-right: 0; }
.capability > span { color: #75806e; font: 700 11px "SFMono-Regular", Consolas, "Liberation Mono", monospace; }
.capability h2 { margin: 44px 0 16px; color: #10240f; font-size: 24px; line-height: 1.05; }
.capability p { max-width: 245px; margin: 0; color: #425042; font-size: 15px; line-height: 1.48; }

.minimized-toggle {
  position: fixed;
  right: var(--hw-collapsed-offset);
  bottom: var(--hw-collapsed-offset);
  z-index: 5;
  filter: drop-shadow(0 var(--hw-message-gap) var(--hw-space-4) rgba(20, 20, 18, 0.16));
}


@media (max-width: 1098px) {
  .app-shell .chat-panel {
    left: var(--hw-panel-inset);
    width: auto;
  }
}

@media (max-width: 900px) {
  .landing-surface { --landing-header-height: 112px; }
  .landing-header {
    grid-template-columns: 1fr auto;
    gap: 12px 20px;
    padding: 14px 20px;
  }
  .landing-header-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    gap: 12px 20px;
  }
  .landing-hero { grid-template-rows: 1fr 18px; padding: 18px 20px; }
  .landing-hero-layout { grid-template-columns: 1fr; grid-template-rows: minmax(0, 0.94fr) minmax(0, 1.06fr); gap: 0; }
  .landing-kicker { margin-bottom: 16px; font-size: 10px; }
  .landing-hero h1 { max-width: 360px; font-size: clamp(40px, 12vw, 58px); }
  .landing-description { max-width: 350px; margin: 20px 0; font-size: 14px; }
  .landing-hero-composer { max-width: 100%; margin-bottom: 14px; }
  .landing-explore { min-height: 40px; padding-inline: 14px; font-size: 11px; }
  .landing-workshop-visual { align-self: stretch; width: 100%; }
  .landing-workshop-visual img { width: 130%; max-height: none; margin: -3% 0 0 -15%; }
  .workshop-note { display: none; }
  .assistant-stage { grid-template-columns: 1fr; gap: 30px; min-height: auto; padding: 52px 20px; }
  .business-impact { padding: 52px 20px; }
  .business-impact-inner { grid-template-columns: 1fr; gap: 34px; }
  .business-impact-table thead th:nth-child(1) { width: 31%; }
  .business-impact-table thead th:nth-child(2) { width: 20%; }
  .business-impact-table tbody th { padding-block: 14px; font-size: 13px; }
  .business-impact-table td { padding-block: 14px; font-size: 12px; }
  .business-impact-table td:nth-child(2) { font-size: 13px; }
  .capabilities-section { padding: 20px 20px 40px; }
  .capabilities-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .capability:nth-child(2) { border-right: 0; }
  .capability:nth-child(n + 3) { border-top: 1px solid #cdd4c5; }
}

@media (max-width: 680px) {
  .is-panel-open .landing-surface {
    margin-right: 0;
  }

  .landing-hero { min-height: 720px; }
  .capabilities-heading { font-size: 10px; }
  .capability { min-height: 220px; padding-top: 18px; }
  .capability h2 { margin-top: 32px; font-size: 21px; }
  .capability p { font-size: 14px; }
}



.surface {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  height: 100dvh;
  background: var(--hw-canvas);
  transition: margin-right var(--hw-motion-panel) ease;
}

.is-panel-open .surface {
  margin-right: var(--hw-panel-stage-offset);
}

.surface-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--hw-space-4);
  height: calc(var(--hw-unit) * 12);
  padding: 0 var(--hw-space-4);
  border-bottom: var(--hw-border-width) solid var(--hw-panel-border);
}

.surface-crumbs {
  display: flex;
  align-items: center;
  gap: var(--hw-space-2);
  min-width: 0;
  font-size: var(--hw-font-size-sm);
  color: var(--hw-ink-muted);
}

.surface-crumbs span {
  display: inline-flex;
  align-items: center;
  gap: var(--hw-space-2);
}


.surface-crumbs span:last-child b {
  color: var(--hw-ink);
}

.surface-crumbs b {
  font-weight: 600;
}

.surface-close {
  display: grid;
  place-items: center;
  width: calc(var(--hw-unit) * 8);
  height: calc(var(--hw-unit) * 8);
  border: none;
  border-radius: 50%;
  background: transparent;
  color: var(--hw-ink);
  cursor: pointer;
}

.surface-close:hover {
  background: var(--hw-panel-border);
}


.surface-content {
  container-type: inline-size;
  min-height: 0;
  overflow: auto;
}


@media (display-mode: standalone), (display-mode: fullscreen) {
  .surface-header {
    padding-top: env(safe-area-inset-top);
    height: calc(var(--hw-unit) * 12 + env(safe-area-inset-top));
  }

  .surface-content {
    padding-bottom: env(safe-area-inset-bottom);
  }
}

@media (max-width: 680px) {
  .is-panel-open .surface {
    margin-right: 0;
  }
}

.symbols-v2-preview {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.symbols-v2-stream-demo {
  width: min(1180px, 100%);
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.symbols-v2-preview-copy h2 {
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0;
}

.symbols-v2-preview-copy span {
  display: block;
  color: #55554e;
  font-size: 15px;
  line-height: 1.45;
}

.v2-stage {
  position: relative;
  width: calc(var(--v2-stage-w) * var(--v2-grid));
  height: calc(var(--v2-stage-h) * var(--v2-grid));
  border: 1px solid #d7d7cd;
  border-radius: 8px;
  overflow: hidden;
  background: #fbfbf8;
}

.v2-diagram {
  isolation: isolate;
}

.v2-connections {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.v2-connections marker path {
  fill: currentColor;
}

.v2-connection {
  color: #6f6f68;
}

.v2-connection.tone-default {
  color: #6f6f68;
}

.v2-connection.tone-warning {
  color: #6f6f68;
}

.v2-connection-path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.55;
}

.v2-edge-message {
  color: #4f4f4a;
  opacity: 0;
}

.v2-edge-message circle {
  fill: #f7f7f4;
  stroke: #9a9a92;
  stroke-width: 0.25;
}

.v2-edge-message text {
  fill: currentColor;
  font-size: 1.45px;
  font-weight: 800;
  letter-spacing: 0;
  text-anchor: middle;
  text-transform: uppercase;
}

.v2-symbol {
  position: absolute;
  left: calc(var(--v2-x) * var(--v2-grid));
  top: calc(var(--v2-y) * var(--v2-grid));
  width: calc(var(--v2-w) * var(--v2-grid));
  height: calc(var(--v2-h) * var(--v2-grid));
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-template-rows: auto 1fr;
  gap: 10px;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #cfcfc5;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none;
  z-index: 2;
}

.v2-symbol-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #565650;
}

.v2-symbol-icon svg {
  width: 20px;
  height: 20px;
}

.v2-symbol-copy {
  min-width: 0;
  align-self: center;
}

.v2-symbol-copy strong {
  display: block;
  color: #242421;
  font-size: 14px;
  line-height: 1.05;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.v2-symbol-copy small {
  display: block;
  margin-top: 4px;
  color: #6f6f66;
  font-size: 10px;
  font-weight: 760;
  line-height: 1.15;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.v2-symbol-rows {
  grid-column: 1 / -1;
  min-height: 0;
  overflow: hidden;
}

.v2-symbol-row-track {
  display: grid;
  gap: 5px;
}

.v2-symbol-rows span {
  min-width: 0;
  min-height: 20px;
  padding: 4px 6px;
  border: 1px solid #e2e2da;
  border-radius: 3px;
  color: #4f4f48;
  font-size: 10px;
  font-weight: 720;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.v2-smartphone {
  border-width: 6px;
  border-color: #171715;
  border-radius: 24px;
  padding-top: 50px;
}

.v2-smartphone::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  width: 60px;
  height: 14px;
  border-radius: 0 0 10px 10px;
  background: #171715;
  transform: translateX(-50%);
}

.v2-processor {
  border-width: 2px;
  border-color: #77776f;
  background: #f3f3ee;
}

.v2-processor-gear {
  position: absolute;
  right: 12px;
  bottom: 10px;
  width: 28px;
  height: 28px;
  color: #565650;
}

.v2-processor-gear svg {
  width: 28px;
  height: 28px;
}

.v2-diagram .v2-processor-gear {
  transform: rotate(var(--v2-gear-rotation, 0deg));
}

.v2-symbol.is-processing {
  border-color: #171715;
}

.v2-gateway {
  grid-template-columns: 30px 1fr;
  gap: 0;
  padding: 10px;
  border-color: #c7c7bd;
}

.v2-gateway .v2-symbol-icon,
.v2-channel .v2-symbol-icon {
  width: 30px;
  height: 30px;
}

.v2-gateway .v2-symbol-icon svg,
.v2-channel .v2-symbol-icon svg {
  width: 22px;
  height: 22px;
}

.v2-gateway .v2-symbol-copy strong,
.v2-channel .v2-symbol-copy strong {
  font-size: 11px;
  line-height: 1;
}

.v2-channel {
  grid-template-columns: 30px 1fr;
  gap: 0;
  padding: 10px;
}

.v2-stream {
  grid-template-columns: 40px 1fr;
  grid-template-rows: 56px 1fr;
  gap: 8px 10px;
  background: #f3f3ee;
  overflow: hidden;
}

.v2-stream .v2-symbol-icon,
.v2-stream .v2-symbol-copy {
  position: relative;
  z-index: 2;
}

.v2-stream .v2-symbol-copy {
  align-self: center;
}

.v2-stream .v2-symbol-rows {
  position: relative;
  grid-column: 1 / -1;
  align-self: stretch;
  display: block;
  margin: 0 -10px -10px;
  border-top: 1px solid #d8d8cf;
  overflow: hidden;
}

.v2-stream .v2-symbol-rows::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  height: 30px;
  box-sizing: border-box;
  border: 3px solid #5f5f58;
  pointer-events: none;
  z-index: 3;
}

.v2-stream .v2-symbol-row-track {
  gap: 0;
}

.v2-stream .v2-symbol-rows span {
  display: block;
  height: 30px;
  min-height: 30px;
  box-sizing: border-box;
  padding: 9px 10px 0;
  border: 0;
  border-bottom: 1px solid #e1e1d8;
  border-radius: 0;
  background: transparent;
}

.v2-stream .v2-symbol-row-track {
  transform: translateY(var(--v2-stream-y, 0));
  will-change: transform;
}

.v2-stream .v2-symbol-row-track span.is-active {
  background: #d9d9cf;
  color: #242421;
}

.v2-storage {
  grid-template-columns: 1fr;
  grid-template-rows: 60px auto;
  justify-items: center;
  align-content: center;
  gap: 6px;
  padding: 8px 10px;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.v2-storage .v2-symbol-icon {
  width: 70px;
  height: 60px;
}

.v2-storage .v2-symbol-icon svg {
  width: 52px;
  height: 52px;
}

.v2-storage .v2-symbol-copy {
  width: 100%;
  text-align: center;
}

.v2-storage .v2-symbol-copy strong {
  font-size: 12px;
}

.v2-storage .v2-symbol-copy small {
  font-size: 10px;
}

.v2-message {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  padding: 0;
  border: 1px solid #9a9a92;
  border-radius: 50%;
  background: #f7f7f4;
  box-shadow: none;
}

.v2-message .v2-symbol-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #4f4f4a;
}

.v2-message .v2-symbol-icon svg {
  width: 20px;
  height: 20px;
}

.v2-message .v2-symbol-copy,
.v2-message .v2-symbol-rows {
  display: none;
}

.tone-accent .v2-symbol-icon {
  color: #565650;
}

.tone-warning {
  border-color: #9a9a92;
  background: #f7f7f4;
}

.tone-warning .v2-symbol-icon {
  color: #4f4f4a;
}

.tone-muted {
  background: #f3f3ee;
}

.mail-flow-v2-page {
  min-height: 100vh;
  padding: 28px 34px 70px;
  background: #f7f7f4;
  color: #171715;
}

.mail-flow-v2-header {
  width: min(1180px, 100%);
  margin: 0 auto 24px;
}

.mail-flow-v2-header nav {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-bottom: 36px;
}

.mail-flow-v2-header a {
  color: #55554e;
  font-size: 13px;
  font-weight: 760;
  text-decoration: none;
  text-transform: uppercase;
}

.mail-flow-v2-header p {
  margin: 0 0 12px;
  color: #77776f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mail-flow-v2-header h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(34px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
}

.mail-flow-v2-canvas {
  width: min(1180px, 100%);
  margin: 0 auto;
  overflow: hidden;
}

.v2-ink {
  width: 1060px;
  max-width: 100%;
}

.v2-ink.v2-stage {
  border: 1px solid rgba(6, 20, 7, 0.12);
  border-radius: 4px;
  background: #fbfcf7;
}

.v2-ink .v2-symbol,
.v2-ink .v2-edge-message text {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

.v2-ink .v2-symbol {
  border: 1.4px solid #0a1b0c;
  border-radius: 4px;
  background: transparent;
  color: #0a1b0c;
}

.v2-ink .v2-symbol-icon {
  color: #0a1b0c;
}

.v2-ink .v2-symbol-icon svg {
  width: 23px;
  height: 23px;
  stroke-width: 1.7;
}

.v2-ink .v2-symbol-copy strong {
  color: #0a1b0c;
  font-size: 14px;
  font-weight: 860;
  letter-spacing: 0;
}

.v2-ink .v2-symbol-copy small {
  color: rgba(10, 27, 12, 0.68);
  font-size: 10px;
  font-weight: 760;
}

.v2-ink .v2-connection {
  color: #0a1b0c;
}

.v2-ink .v2-connection-path {
  stroke-width: 0.45;
}

.v2-ink .v2-connections marker path {
  fill: #0a1b0c;
}

.v2-ink .v2-edge-message {
  color: #0a1b0c;
}

.v2-ink .v2-edge-message circle {
  fill: #fbfcf7;
  stroke: #0a1b0c;
  stroke-width: 0.22;
}

.v2-ink .v2-stream {
  border-color: #0a1b0c;
  background: transparent;
}

.v2-ink .v2-stream .v2-symbol-rows {
  border-top: 1.2px solid #0a1b0c;
}

.v2-ink .v2-stream .v2-symbol-rows::after {
  border: 3px solid #0a1b0c;
}

.v2-ink .v2-stream .v2-symbol-rows span {
  border-bottom: 1px solid rgba(10, 27, 12, 0.13);
  color: rgba(10, 27, 12, 0.76);
  font-size: 10px;
  font-weight: 780;
}

.v2-ink .v2-stream .v2-symbol-row-track span.is-active {
  background: rgba(10, 27, 12, 0.08);
  color: #0a1b0c;
}

.v2-ink .v2-processor {
  border-width: 1.6px;
  background: transparent;
}

.v2-ink .v2-processor-gear {
  color: #0a1b0c;
}

.v2-ink .v2-storage {
  grid-template-columns: 38px 1fr;
  grid-template-rows: 1fr;
  gap: 8px;
  align-items: center;
  justify-items: start;
  padding: 8px 10px;
  border: 1.4px solid #0a1b0c;
}

.v2-ink .v2-storage .v2-symbol-icon {
  width: 38px;
  height: 38px;
}

.v2-ink .v2-storage .v2-symbol-icon svg {
  width: 28px;
  height: 28px;
  stroke-width: 1.5;
}

.v2-ink .v2-storage .v2-symbol-copy {
  text-align: left;
}

.v2-ink .v2-storage .v2-symbol-copy strong {
  font-size: 12px;
}

.v2-ink .v2-storage .v2-symbol-copy small {
  font-size: 9px;
}

.v2-ink .v2-smartphone {
  border-width: 4px;
  border-color: #0a1b0c;
  border-radius: 20px;
  background: transparent;
}

.v2-ink .v2-smartphone::before {
  background: #0a1b0c;
}

.v2-ink .v2-smartphone .v2-symbol-rows span {
  border: 1px solid rgba(10, 27, 12, 0.13);
  background: transparent;
  color: rgba(10, 27, 12, 0.76);
  font-size: 10px;
}

.v2-ink .v2-recipient {
  grid-template-columns: 34px 1fr;
  grid-template-rows: 1fr;
  gap: 8px;
  align-items: center;
  padding: 8px;
  border-width: 1.2px;
}

.v2-ink .v2-recipient .v2-symbol-icon {
  width: 34px;
  height: 34px;
}

.v2-ink .v2-recipient .v2-symbol-icon svg {
  width: 24px;
  height: 24px;
}

.v2-ink .v2-recipient .v2-symbol-copy strong {
  font-size: 11px;
}

.v2-ink .v2-recipient .v2-symbol-copy small {
  font-size: 9px;
}

.landing-v2-motion {
  height: 372px;
  overflow: hidden;
}

.landing-v2-motion .landing-v2-diagram.v2-stage {
  flex: none;
  width: 1060px;
  max-width: none;
  transform: scale(0.6);
  transform-origin: top left;
}

.product-case-scroll {
  height: 100dvh;
  --product-case-canvas: #fbfbf8;
  --product-case-grid: transparent;
  --product-case-stage-border: #d8d8ce;
  --product-case-topline: #77776e;
  --product-case-tab: #77776e;
  --product-case-tab-border: #97978e;
  --product-case-active: #10240f;
  --product-case-focus: #52704c;
  --product-case-dot-border: #10240f;
  --product-case-dot: #b7dd75;
  --product-case-eyebrow: #727269;
  --product-case-heading: #101110;
  --product-case-copy: #505049;
  --product-case-node-border: #0a1b0c;
  --product-case-node-bg: transparent;
  --product-case-node-shadow: none;
  --product-case-node-icon: #0a1b0c;
  --product-case-node-heading: #0a1b0c;
  --product-case-node-copy: rgba(10, 27, 12, 0.68);
  --product-case-connection: #0a1b0c;
  --product-case-message-bg: #fbfcf7;
  --product-case-processor-border: #0a1b0c;
  --product-case-processor-bg: transparent;
  --product-case-processing-border: #0a1b0c;
  --product-case-processing-shadow: none;
  background: var(--product-case-canvas);
}

html.dark .product-case-scroll {
  --product-case-canvas: #0a0d0b;
  --product-case-grid: rgba(216, 233, 211, 0.025);
  --product-case-stage-border: #2a302b;
  --product-case-topline: #8d968d;
  --product-case-tab: #838c83;
  --product-case-tab-border: #59625a;
  --product-case-active: #f0f4ee;
  --product-case-focus: #b7dd75;
  --product-case-dot-border: #d9f0aa;
  --product-case-dot: #b7dd75;
  --product-case-eyebrow: #b7dd75;
  --product-case-heading: #f4f6f1;
  --product-case-copy: #b8c1b7;
  --product-case-node-border: #59675b;
  --product-case-node-bg: #151b16;
  --product-case-node-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
  --product-case-node-icon: #dce9d7;
  --product-case-node-heading: #f2f7ef;
  --product-case-node-copy: #a7b5a3;
  --product-case-connection: #c3e77e;
  --product-case-message-bg: #19201a;
  --product-case-processor-border: #b7dd75;
  --product-case-processor-bg: #1a241b;
  --product-case-processing-border: #e6ffc0;
  --product-case-processing-shadow: 0 0 0 2px rgba(183, 221, 117, 0.14), 0 0 24px rgba(183, 221, 117, 0.18);
}

.product-case-stage {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  overflow: hidden;
  padding: 26px 34px 28px;
  border-top: 1px solid var(--product-case-stage-border);
  background:
    linear-gradient(var(--product-case-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--product-case-grid) 1px, transparent 1px),
    var(--product-case-canvas);
  background-size: 32px 32px;
}

.product-case-topline {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: var(--product-case-topline);
  font: 700 12px "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.product-case-layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: clamp(28px, 3vw, 48px);
  align-items: center;
  width: min(1380px, 100%);
  height: min(590px, calc(100dvh - 102px));
  min-height: 0;
  margin: 0 auto;
}

.product-case-tabs {
  display: grid;
  gap: 8px;
  align-content: center;
}

.product-case-tab {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--product-case-tab);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  text-align: left;
}

.product-case-tab i {
  width: 9px;
  height: 9px;
  border: 1px solid var(--product-case-tab-border);
  border-radius: 50%;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.product-case-tab span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.product-case-tab:hover, .product-case-tab:focus-visible, .product-case-tab.is-active { color: var(--product-case-active); }
.product-case-tab:focus-visible { outline: 2px solid var(--product-case-focus); outline-offset: 4px; }
.product-case-tab.is-active i { border-color: var(--product-case-dot-border); background: var(--product-case-dot); transform: scale(1.25); }

.product-case-panels { position: relative; min-width: 0; height: 100%; }

.product-case-panel {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(360px, 420px) minmax(0, 1fr);
  gap: clamp(28px, 3vw, 48px);
  align-items: start;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 260ms ease, transform 260ms ease;
}

.product-case-panel.is-active { opacity: 1; pointer-events: auto; transform: translateY(0); }

.product-case-copy { align-self: start; padding-top: 54px; }
.product-case-copy > p { margin: 0 0 16px; color: var(--product-case-eyebrow); font-size: 13px; font-weight: 720; text-transform: uppercase; }
.product-case-copy h2 { max-width: 420px; margin: 0; color: var(--product-case-heading); font-size: clamp(28px, 2.55vw, 42px); font-weight: 790; line-height: 1.04; }
.product-case-description { max-width: 405px; margin-top: 22px; color: var(--product-case-copy); font-size: 16px; line-height: 1.44; }
.product-case-description p { margin: 0; }
.product-case-description p + p { margin-top: 10px; }
.product-case-description p.is-outcome { margin-top: 18px; color: var(--product-case-heading); font-weight: 720; line-height: 1.35; }

.product-case-diagram {
  display: flex;
  --product-case-diagram-scale: 0.62;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 0;
  height: 400px;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: transparent;
  align-self: center;
}

.product-case-diagram .product-case-v2.v2-stage {
  flex: none;
  width: 1060px;
  max-width: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  transform: scale(var(--product-case-diagram-scale));
  transform-origin: top left;
}

/* Scope the dark treatment to the product cases; standalone diagram pages remain light. */
.product-case-diagram .product-case-v2 .v2-symbol {
  border-color: var(--product-case-node-border);
  background: var(--product-case-node-bg);
  box-shadow: var(--product-case-node-shadow);
}

.product-case-diagram .product-case-v2 .v2-symbol-icon,
.product-case-diagram .product-case-v2 .v2-processor-gear { color: var(--product-case-node-icon); }
.product-case-diagram .product-case-v2 .v2-symbol-copy strong { color: var(--product-case-node-heading); }
.product-case-diagram .product-case-v2 .v2-symbol-copy small { color: var(--product-case-node-copy); }

.product-case-diagram .product-case-v2 .v2-connection,
.product-case-diagram .product-case-v2 .v2-edge-message { color: var(--product-case-connection); }
.product-case-diagram .product-case-v2 .v2-connection-path { stroke-width: 0.62; }
.product-case-diagram .product-case-v2 .v2-connections marker path { fill: var(--product-case-connection); }

.product-case-diagram .product-case-v2 .v2-edge-message circle {
  fill: var(--product-case-message-bg);
  stroke: var(--product-case-connection);
  stroke-width: 0.28;
}

.product-case-diagram .product-case-v2 .v2-processor {
  border-color: var(--product-case-processor-border);
  background: var(--product-case-processor-bg);
}

.product-case-diagram .product-case-v2 .v2-symbol.is-processing {
  border-color: var(--product-case-processing-border);
  box-shadow: var(--product-case-processing-shadow);
}

@media (max-width: 900px) {
  .product-case-stage { padding: 18px 20px 20px; }
  .product-case-topline { font-size: 10px; }
  .product-case-layout { display: flex; flex-direction: column; gap: 14px; align-items: stretch; height: auto; }
  .product-case-tabs { display: flex; flex: none; gap: 7px; order: 2; justify-content: space-between; }
  .product-case-tab { grid-template-columns: 1fr; min-width: 20px; min-height: 25px; justify-items: center; }
  .product-case-tab span { display: none; }
  .product-case-panels { display: flex; flex: 1 1 auto; width: 100%; height: auto; min-height: 0; overflow: hidden; }
  .product-case-panel { position: absolute; display: grid; grid-template-columns: 1fr; grid-template-rows: auto minmax(0, 1fr); gap: 16px; }
  .product-case-copy { padding-top: 0; }
  .product-case-copy > p { margin-bottom: 8px; font-size: 11px; }
  .product-case-copy h2 { max-width: 360px; font-size: clamp(28px, 8vw, 38px); line-height: 1; }
  .product-case-description { max-width: 360px; margin-top: 12px; font-size: 14px; line-height: 1.38; }
  .product-case-description p + p { margin-top: 8px; }
  .product-case-description p.is-outcome { margin-top: 12px; }
  .product-case-diagram { --product-case-diagram-scale: 0.31; align-self: start; height: 280px; min-height: 0; padding: 0; overflow: hidden; }
}

.cnc-hero, .cnc-rail, .cnc-proof, .cnc-reviews, .cnc-certificates, .cnc-contacts, .cnc-sales { box-sizing: border-box; width: 100%; --cnc-gutter: max(24px, calc((100vw - 1280px) / 2)); padding: 80px var(--cnc-gutter); color: var(--landing-ink); background: var(--landing-canvas); transition: padding-right var(--hw-motion-panel) ease; }


.is-panel-open :is(.cnc-hero, .cnc-rail, .cnc-proof, .cnc-reviews, .cnc-certificates, .cnc-contacts, .cnc-sales) { padding-right: calc(var(--cnc-gutter) + var(--hw-panel-stage-offset)); }
.cnc-hero { position: relative; display: grid; min-height: calc(100dvh - var(--landing-header-height)); align-items: center; overflow: hidden; padding-block: 120px 56px; background: var(--landing-dark); color: var(--landing-on-dark); }
.cnc-hero-image, .cnc-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.cnc-hero-image { object-fit: cover; filter: saturate(.72) contrast(1.05) brightness(.68); }
.cnc-hero-shade { background: linear-gradient(90deg, rgba(7, 12, 8, .92) 0%, rgba(7, 12, 8, .56) 55%, rgba(7, 12, 8, .2) 100%); }
.cnc-hero-content { position: relative; width: min(740px, 100%); }
.cnc-eyebrow { margin: 0 0 14px; color: var(--landing-ink-muted); font: 700 12px "SFMono-Regular", Consolas, monospace; letter-spacing: .08em; text-transform: uppercase; }
.cnc-hero .cnc-eyebrow { color: var(--landing-on-dark-muted); }
.cnc-hero h1, .cnc-section-head h2, .cnc-proof h2, .cnc-sales h2 { margin: 0; font-size: clamp(42px, 6vw, 78px); font-weight: 760; letter-spacing: 0; line-height: .98; }
.cnc-hero h1 em { display: block; color: var(--landing-accent); font-style: normal; }
.cnc-hero-description { max-width: 620px; margin: 24px 0; color: var(--landing-on-dark-muted); font-size: 18px; line-height: 1.55; }
.cnc-hero-composer { width: min(620px, 100%); margin-top: 28px; }
.cnc-hero-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.cnc-hero-chips span, .cnc-status { border: 1px solid rgba(238, 245, 232, .3); border-radius: 999px; padding: 8px 11px; color: var(--landing-ink-muted); font-size: 13px; }
.cnc-hero-chips span { color: var(--landing-on-dark); }
.cnc-section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; max-width: 1280px; margin: 0 auto 36px; }
.cnc-section-head h2 { max-width: 800px; }
.cnc-section-copy, .cnc-meta, .cnc-rating { max-width: 420px; margin: 0; color: var(--landing-ink-muted); line-height: 1.5; }
.cnc-meta { display: flex; flex-wrap: wrap; justify-content: end; gap: 5px; text-align: right; }
.cnc-meta strong, .cnc-rating strong { color: var(--landing-ink); }
.cnc-rail { background: var(--landing-canvas-muted); }
.cnc-rail-layout { display: grid; grid-template-columns: minmax(180px, .38fr) minmax(0, 1fr); gap: 28px; max-width: 1280px; margin: auto; }
.cnc-rail-tabs { display: grid; align-content: start; border-top: 1px solid var(--landing-line); }
.cnc-rail-tabs button { display: grid; grid-template-columns: 34px 1fr; gap: 8px; padding: 14px 0; border: 0; border-bottom: 1px solid var(--landing-line); background: transparent; color: var(--landing-ink-muted); cursor: pointer; font: 600 14px inherit; text-align: left; }
.cnc-rail-tabs button.is-active { color: var(--landing-ink); }
.cnc-rail-tabs button span { color: var(--landing-ink-subtle); font-family: monospace; }
.cnc-rail-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .78fr); min-height: 500px; overflow: hidden; border: 1px solid var(--landing-line); border-radius: 8px; background: var(--landing-surface); }
.cnc-rail-card > img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; }
.cnc-rail-card-copy { display: flex; flex-direction: column; align-items: start; padding: clamp(24px, 4vw, 52px); }
.cnc-rail-card-copy > p, .cnc-rail-card-copy blockquote { margin: 0 0 18px; color: var(--landing-ink-muted); line-height: 1.52; }
.cnc-rail-card-copy h3 { margin: 0 0 18px; font-size: clamp(28px, 3vw, 46px); letter-spacing: 0; line-height: 1; }
.cnc-rail-card-copy ul, .cnc-proof ul { margin: auto 0 0; padding: 0; list-style: none; }
.cnc-rail-card-copy li { padding: 7px 0; border-top: 1px solid var(--landing-line-soft); font-size: 14px; }
.cnc-status { margin-top: 20px; border-color: var(--landing-line); color: var(--landing-ink-muted); }.cnc-status.is-free { border-color: var(--landing-success); color: var(--landing-success); background: var(--landing-success-surface); }
.cnc-proof { display: grid; grid-template-columns: 1.05fr .95fr; gap: 30px; background: var(--landing-dark-raised); color: var(--landing-on-dark); }.cnc-proof .cnc-eyebrow { color: var(--landing-accent); }.cnc-proof h2 { max-width: 700px; }.cnc-proof-copy > p:last-of-type, .cnc-sales > div > p { max-width: 640px; color: var(--landing-on-dark-muted); font-size: 18px; line-height: 1.55; }.cnc-proof ul { display: flex; flex-wrap: wrap; gap: 8px; }.cnc-proof li { border: 1px solid var(--landing-dark-line); border-radius: 999px; padding: 8px 11px; font-size: 13px; }
.cnc-proof-metrics { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }.cnc-proof-metrics div { display: grid; align-content: space-between; min-height: 190px; padding: 20px; border: 1px solid var(--landing-dark-line); border-radius: 8px; }.cnc-proof-metrics strong { color: var(--landing-accent); font-size: clamp(36px, 5vw, 64px); line-height: 1; }.cnc-proof-metrics span { color: var(--landing-on-dark-muted); font-size: 14px; }
.cnc-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 1280px; margin: auto; }.cnc-review { display: grid; grid-template-columns: 42px 1fr auto; gap: 12px; padding: 22px; border: 1px solid var(--landing-line); border-radius: 8px; background: var(--landing-surface); }.cnc-review-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--landing-on-dark); font-weight: 700; }.cnc-review-name { margin: 0; font-weight: 700; }.cnc-review-name span { margin-left: 8px; color: var(--landing-success); font-size: 11px; }.cnc-review-meta { margin: 4px 0 0; color: var(--landing-ink-subtle); font-size: 12px; }.cnc-review-stars { margin: 0; color: var(--landing-warning); letter-spacing: 2px; }.cnc-review blockquote { grid-column: 1 / -1; margin: 8px 0 0; color: var(--landing-ink-muted); line-height: 1.55; }
.cnc-certificates { background: var(--landing-canvas-muted); }.cnc-certificate-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 1280px; margin: auto; }.cnc-certificate { display: grid; grid-template-columns: 72px 1fr; gap: 14px; padding: 16px; border: 1px solid var(--landing-line); border-radius: 8px; background: var(--landing-surface); }.cnc-certificate > img, .cnc-certificate-sheet { grid-row: span 2; width: 72px; aspect-ratio: .707; object-fit: cover; }.cnc-certificate-sheet { display: flex; flex-direction: column; gap: 5px; padding: 9px; background: var(--landing-surface-warm); box-shadow: 0 8px 18px var(--landing-shadow); }.cnc-certificate-sheet small { font-size: 7px; letter-spacing: .08em; }.cnc-certificate-sheet strong { font-size: 11px; line-height: 1; }.cnc-certificate-sheet i { height: 2px; background: var(--landing-document-line); }.cnc-certificate-sheet b { margin-top: auto; color: var(--landing-ink-muted); font-size: 8px; }.cnc-certificate h3, .cnc-certificate p { margin: 0; }.cnc-certificate h3 { font-size: 17px; line-height: 1.1; }.cnc-certificate p { color: var(--landing-ink-muted); font-size: 13px; line-height: 1.45; }
.cnc-contact-layout { display: grid; grid-template-columns: minmax(280px, .65fr) minmax(0, 1.35fr); max-width: 1280px; min-height: 450px; margin: auto; border: 1px solid var(--landing-line); border-radius: 8px; overflow: hidden; }.cnc-contact-layout aside { display: flex; flex-direction: column; align-items: start; gap: 12px; padding: 28px; background: var(--landing-surface); }.cnc-contact-address { max-width: 340px; margin: 0 auto 12px 0; font-size: 24px; line-height: 1.08; }.cnc-contact-layout a { color: var(--landing-ink-strong); font-weight: 700; text-decoration: none; }.cnc-contact-layout span { color: var(--landing-ink-muted); font-size: 14px; }.cnc-contact-layout iframe { width: 100%; min-height: 450px; border: 0; filter: grayscale(.8); }
.cnc-sales { display: flex; align-items: end; justify-content: space-between; gap: 32px; background: var(--landing-accent); color: var(--landing-accent-ink); }.cnc-sales .cnc-eyebrow { color: var(--landing-accent-ink); }.cnc-sales h2 { max-width: 800px; }.cnc-sales > div > p { color: var(--landing-accent-ink); }.cnc-sales-action { display: grid; gap: 16px; min-width: 260px; }.cnc-sales-action p { margin: 0; }.cnc-sales-action strong { display: block; font-size: 48px; line-height: 1; }.cnc-sales-action small { display: block; margin-top: 7px; }.cnc-sales-action a { display: block; padding: 14px 18px; border-radius: 6px; background: var(--landing-action); color: var(--landing-action-ink); font-weight: 700; text-align: center; text-decoration: none; }

@media (max-width: 1098px) { .is-panel-open :is(.cnc-hero, .cnc-rail, .cnc-proof, .cnc-reviews, .cnc-certificates, .cnc-contacts, .cnc-sales) { padding-right: var(--cnc-gutter); } }
@media (max-width: 860px) { .cnc-section-head, .cnc-sales { align-items: start; flex-direction: column; }.cnc-meta { justify-content: start; text-align: left; }.cnc-rail-layout, .cnc-proof, .cnc-contact-layout { grid-template-columns: 1fr; }.cnc-rail-card { grid-template-columns: 1fr; }.cnc-rail-card > img { max-height: 340px; }.cnc-review-grid { grid-template-columns: 1fr 1fr; }.cnc-certificate-grid { grid-template-columns: 1fr 1fr; }.cnc-sales-action { width: 100%; } }
@media (max-width: 560px) { .cnc-hero, .cnc-rail, .cnc-proof, .cnc-reviews, .cnc-certificates, .cnc-contacts, .cnc-sales { padding: 56px 18px; }.cnc-hero { min-height: 760px; }.cnc-hero h1, .cnc-section-head h2, .cnc-proof h2, .cnc-sales h2 { font-size: 42px; }.cnc-proof-metrics, .cnc-review-grid, .cnc-certificate-grid { grid-template-columns: 1fr; }.cnc-proof-metrics div { min-height: 130px; }.cnc-contact-layout iframe { min-height: 300px; }.cnc-rail-tabs { display: flex; overflow-x: auto; }.cnc-rail-tabs button { flex: 0 0 180px; } }



.club-section {
  padding: 72px max(34px, calc((100% - 1380px) / 2));
  border-top: 1px solid #d8d8ce;
  background: var(--hw-canvas);
}

.club-section-title {
  max-width: 780px;
  margin: 0;
  color: #101110;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 790;
  line-height: 1.05;
}

.club-section-note {
  max-width: 640px;
  margin: 18px 0 0;
  color: #505049;
  font-size: 17px;
  line-height: 1.5;
}

.club-eyebrow,
.club-catalog-summary {
  margin: 0 0 14px;
  color: #667363;
  font: 700 12px "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.club-link {
  color: #10240f;
  font: 700 12px "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.club-cta {
  display: inline-flex;
  align-items: center;
  gap: var(--hw-space-2);
  min-height: 46px;
  margin-top: 24px;
  padding: 0 18px;
  border: 1px solid #10240f;
  border-radius: 4px;
  background: #10240f;
  color: #d8edbf;
  font: 700 12px "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  text-decoration: none;
  cursor: pointer;
}

.club-cta:hover,
.club-cta:focus-visible {
  background: #b7dd75;
  color: #10240f;
}



.club-language-trigger,
.club-language-option {
  color: #233323;
  font: 700 12px "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.club-language {
  position: relative;
}

.club-language-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.club-language-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 78px;
  min-height: 36px;
  padding: 0 10px;
  border: 1px solid #c5ccbc;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
}

.club-language-trigger:hover,
.club-language-trigger:focus-visible {
  border-color: #10240f;
  background: #e6eddc;
  outline: none;
}

.club-language-positioner { z-index: 40; }

.club-language-content {
  min-width: 164px;
  padding: 4px;
  border: 1px solid #b8c1b1;
  border-radius: 4px;
  background: #fbfbf8;
  box-shadow: 0 10px 24px rgba(23, 35, 21, 0.16);
}

.club-language-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
  padding: 0 8px;
  cursor: pointer;
  outline: none;
}

.club-language-option[data-highlighted],
.club-language-option:hover { background: #e6eddc; }

.club-language-check { display: inline-flex; color: #10240f; }



.club-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--hw-space-4);
  padding: 22px max(34px, calc((100% - 1380px) / 2));
  background: #f2f5e9;
}

.club-navbar a,
.club-wordmark {
  color: #233323;
  font: 700 12px "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  text-decoration: none;
}

.club-wordmark span {
  color: #7c8a73;
}

.club-navbar-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--hw-space-5);
}



.club-hero {
  display: grid;
  grid-template-columns: minmax(440px, 1fr) minmax(380px, 1fr);
  column-gap: clamp(32px, 6vw, 100px);
  align-items: center;
  padding: 56px max(34px, calc((100% - 1380px) / 2)) 72px;
  background: #f2f5e9;
}

.club-hero h1 {
  max-width: 680px;
  margin: 0;
  color: #0a1b0c;
  font-size: clamp(40px, 4.4vw, 68px);
  font-weight: 820;
  line-height: 0.98;
}

.club-hero-description {
  max-width: 520px;
  margin: 26px 0 0;
  color: #425042;
  font-size: 17px;
  line-height: 1.48;
}

.club-hero-composer {
  width: min(100%, 530px);
  margin-top: 28px;
}

.club-hero-composer p {
  margin: 12px 0 0;
  color: #667363;
  font-size: 13px;
}

.club-hero-visual {
  position: relative;
}

.club-hero .club-hero-visual img {
  display: block;
  width: 100%;
  max-height: min(62dvh, 620px);
  object-fit: contain;
  mix-blend-mode: multiply;
}

.club-hero-badge {
  position: absolute;
  top: 20%;
  left: 50%;
  display: grid;
  min-width: 142px;
  padding: 11px 14px;
  border: 1px solid #73806c;
  border-radius: 4px;
  background: rgba(242, 245, 233, 0.96);
  color: #263526;
  font: 700 11px "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  line-height: 1.25;
  letter-spacing: 0;
  transform: translateX(-50%);
}

.club-hero-badge strong {
  margin-top: 4px;
  color: #0a1b0c;
  font-size: 24px;
  line-height: 1;
}

.club-hero-badge small {
  margin-top: 4px;
  color: #5a6957;
  font: inherit;
}



.club-feature-grid,
.club-stats-grid,
.club-catalog-cities,
.club-pricing-grid {
  display: grid;
  gap: 1px;
  margin-top: 36px;
  background: #d8d8ce;
  border: 1px solid #d8d8ce;
}

.club-feature-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.club-feature-card {
  padding: 24px 22px;
  background: #fbfbf8;
}

.club-feature-card h3 {
  margin: 16px 0 10px;
  color: #10240f;
  font-size: 20px;
  line-height: 1.1;
}

.club-feature-card p {
  margin: 0;
  color: #425042;
  font-size: 15px;
  line-height: 1.48;
}



.club-stats-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--hw-space-4);
}

.club-stats-grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.club-stat {
  display: grid;
  gap: 8px;
  padding: 26px 22px;
  background: #fbfbf8;
}

.club-stat strong {
  color: #10240f;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 800;
  line-height: 1;
}

.club-stat span {
  color: #505049;
  font-size: 14px;
  line-height: 1.4;
}



.club-video-layout {
  display: grid;
  grid-template-columns: minmax(320px, 1.1fr) minmax(280px, 1fr);
  gap: clamp(24px, 4vw, 56px);
  margin-top: 36px;
}

.club-video-player {
  width: 100%;
  border: 1px solid #d8d8ce;
  border-radius: 4px;
  background: #101110;
}

.club-video-notes {
  display: grid;
  gap: 22px;
  align-content: start;
}

.club-video-notes h3 {
  margin: 0 0 8px;
  color: #10240f;
  font-size: 18px;
}

.club-video-notes p {
  margin: 0;
  color: #425042;
  font-size: 15px;
  line-height: 1.48;
}



.club-logos-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(24px, 5vw, 64px);
  margin-top: 36px;
  padding: 28px 24px;
  border: 1px solid #d8d8ce;
  background: #101110;
}

.club-logos-row img {
  height: 32px;
  width: auto;
}



.club-pricing-head {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  gap: var(--hw-space-4);
}

.club-period {
  display: inline-flex;
  border: 1px solid #10240f;
  border-radius: 4px;
  overflow: hidden;
}

.club-period button {
  min-height: 34px;
  padding: 0 16px;
  border: 0;
  background: transparent;
  color: #10240f;
  font: 700 11px "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  cursor: pointer;
}

.club-period button.is-active {
  background: #10240f;
  color: #d8edbf;
}

.club-pricing-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.club-plan {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 26px 22px;
  background: #fbfbf8;
}

.club-plan h3 {
  margin: 0;
  color: #10240f;
  font-size: 20px;
}

.club-plan-note {
  margin: 0;
  color: #667363;
  font-size: 14px;
}

.club-plan-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 0;
}

.club-plan-price strong {
  color: #101110;
  font-size: 32px;
  font-weight: 800;
}

.club-plan-price span {
  color: #75806e;
  font: 700 11px "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.club-plan-price small {
  color: #667363;
  font: 700 12px "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.club-plan-billing-note {
  max-width: 680px;
  margin: 0;
  color: #667363;
  font-size: 13px;
  line-height: 1.4;
}

.club-plan ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.club-plan li {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 8px;
  align-items: start;
  color: #425042;
  font-size: 14px;
  line-height: 1.4;
}



.club-faq-list {
  margin-top: 32px;
  border-top: 1px solid #d8d8ce;
}

.club-faq-list details {
  border-bottom: 1px solid #d8d8ce;
}

.club-faq-list summary {
  padding: 18px 0;
  color: #10240f;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}

.club-faq-list p {
  margin: 0 0 14px;
  max-width: 900px;
  color: #425042;
  font-size: 15px;
  line-height: 1.5;
}



.club-platform {
  display: grid;
  gap: 32px;
}

.club-platform h2 {
  max-width: 780px;
  margin: 0;
  color: #101110;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 790;
  line-height: 1.05;
}

.club-platform p {
  max-width: 640px;
  margin: 18px 0 0;
  color: #505049;
  font-size: 17px;
  line-height: 1.5;
}

.club-platform-shot {
  width: 100%;
  border: 1px solid #d8d8ce;
  border-radius: 4px;
}



.club-comparison-scroll {
  margin-top: 36px;
  overflow-x: auto;
}

.club-comparison table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.club-comparison th,
.club-comparison td {
  padding: 14px 16px;
  border: 1px solid #d8d8ce;
  text-align: left;
  vertical-align: top;
  background: #fbfbf8;
}

.club-comparison thead th {
  background: #f2f5e9;
}

.club-comparison th strong {
  display: block;
  color: #10240f;
}

.club-comparison th span {
  display: block;
  margin-top: 4px;
  color: #75806e;
  font-size: 12px;
  font-weight: 400;
}

.club-comparison th img {
  height: 22px;
  width: auto;
  margin-bottom: 8px;
}

.club-comparison .is-highlight {
  background: #eef6df;
}

.club-yes,
.club-no {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font: 700 11px "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.club-yes { color: #2f6a2a; }
.club-no { color: #9a5050; }



.club-magic {
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(260px, 0.95fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: center;
  background: #f2f5e9;
}

.club-magic h2 {
  margin: 0;
  color: #0a1b0c;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 800;
  line-height: 1.04;
}

.club-magic p {
  max-width: 520px;
  margin: 18px 0 0;
  color: #425042;
  font-size: 16px;
  line-height: 1.48;
}

.club-magic-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #d8d8ce;
  border: 1px solid #d8d8ce;
}



.club-catalog-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 36px;
  background: #d8d8ce;
  border: 1px solid #d8d8ce;
}

.club-catalog-stats div,
.club-catalog-country {
  display: grid;
  gap: 8px;
  padding: 26px 22px;
  background: #fbfbf8;
}

.club-catalog-stats strong {
  color: #10240f;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 800;
  line-height: 1;
}

.club-catalog-stats span,
.club-catalog-country span {
  color: #505049;
  font-size: 14px;
  line-height: 1.4;
}

.club-catalog-heading {
  margin: 48px 0 16px;
  color: #101110;
  font-size: 20px;
}

.club-catalog-country-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1px;
  background: #d8d8ce;
  border: 1px solid #d8d8ce;
}

.club-catalog-country {
  color: inherit;
  text-decoration: none;
}



.club-catalog-country-map,
.club-catalog-map {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #f4f4ee;
}

.club-catalog-country-map {
  aspect-ratio: 640 / 420;
  margin-bottom: 4px;
}

.club-catalog-map {
  aspect-ratio: 960 / 630;
  max-width: 720px;
  margin: 24px 0 8px;
  padding: 12px;
  border: 1px solid #d8d8ce;
  background: #fbfbf8;
}


html.dark .club-catalog-country-map,
html.dark .club-catalog-map {
  background: #0f100e;
  border-color: #2d302b;
}

.club-catalog-country:hover,
.club-catalog-country:focus-visible {
  background: #e9f2dc;
}

.club-catalog-country strong {
  color: #10240f;
  font-size: 17px;
}

.club-catalog-back {
  margin: 26px 0 0;
}

.club-catalog-back a {
  color: #10240f;
  font: 700 12px "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.club-catalog-countries {
  display: flex;
  flex-wrap: wrap;
  gap: var(--hw-space-2);
  margin: 28px 0 16px;
}

.club-catalog-countries button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid #cdd4c5;
  border-radius: 4px;
  background: #fbfbf8;
  color: #10240f;
  font: 700 11px "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  cursor: pointer;
}

.club-catalog-countries button.is-active {
  border-color: #10240f;
  background: #10240f;
  color: #d8edbf;
}

.club-catalog-countries button span {
  color: inherit;
  opacity: 0.7;
}

.club-catalog-cities {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  margin-top: 8px;
}

.club-city {
	display: grid;
	gap: 6px;
	padding: 18px;
	background: #fbfbf8;
	color: inherit;
	text-decoration: none;
}

.club-city:hover,
.club-city:focus-visible {
	background: #e9f2dc;
}

.club-city h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #10240f;
  font-size: 16px;
}

.club-city span {
  color: #75806e;
  font-size: 13px;
}

.club-city p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #425042;
  font: 700 12px "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.club-company-list { margin-top: 42px; }

.club-company-table {
	display: grid;
	border: 1px solid #d8d8ce;
}

.club-company-table article {
	display: grid;
	grid-template-columns: minmax(200px, 0.35fr) minmax(0, 1fr);
	gap: 16px;
	padding: 12px 16px;
	border-bottom: 1px solid #d8d8ce;
	background: #fbfbf8;
}

.club-company-table article:last-child { border-bottom: 0; }
.club-company-table strong { color: #10240f; }
.club-company-table span { color: #505049; font-size: 13px; }
.club-company-table a { color: #10240f; font-weight: 700; text-decoration: none; }
.club-company-table a:hover { text-decoration: underline; }

.club-company-detail {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1px;
  margin-top: 36px;
  border: 1px solid #d8d8ce;
  background: #d8d8ce;
}

.club-company-heading { display: flex; align-items: center; gap: 18px; }
.club-company-heading img { width: 76px; height: 76px; object-fit: contain; padding: 8px; border: 1px solid #d8d8ce; background: #fbfbf8; }

.club-company-detail section { padding: 22px; background: #fbfbf8; }
.club-company-detail h2 { margin: 0 0 14px; color: #10240f; font-size: 18px; }
.club-company-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.club-company-tags span { padding: 5px 8px; background: #e9f2dc; color: #263c25; font-size: 13px; }
.club-company-contacts { display: grid; align-content: start; gap: 8px; }
.club-company-contacts h2 { margin-bottom: 6px; }
.club-company-contacts a { color: #10240f; overflow-wrap: anywhere; }
.club-company-contacts p { margin: 0; color: #505049; }

.club-company-gallery { margin-top: 42px; }
.club-company-gallery > div { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 1px; border: 1px solid #d8d8ce; background: #d8d8ce; }
.club-company-gallery img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #fbfbf8; }
.club-company-preview { margin-top: 42px; }
.club-company-preview a, .club-company-preview > img { display: block; max-width: 960px; border: 1px solid #d8d8ce; }
.club-company-preview img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: top; }


html.dark .club-navbar,
html.dark .club-hero,
html.dark .club-magic { background: #0b0c0b; border-color: #2d302b; }

html.dark .club-section { background: #111210; border-color: #2d302b; }

html.dark .club-language-trigger,
html.dark .club-language-option,
html.dark .club-navbar a,
html.dark .club-wordmark { color: #edf0e9; }

html.dark .club-wordmark span { color: #aab4a0; }

html.dark .club-language-trigger { border-color: #3a4038; }
html.dark .club-language-trigger:hover,
html.dark .club-language-trigger:focus-visible,
html.dark .club-language-option[data-highlighted],
html.dark .club-language-option:hover { background: #20241e; border-color: #b8ed57; }
html.dark .club-language-content { background: #171916; border-color: #3a4038; box-shadow: 0 10px 24px rgba(0, 0, 0, 0.38); }
html.dark .club-language-check { color: #b8ed57; }

html.dark .club-section-title,
html.dark .club-hero h1,
html.dark .club-feature-card h3,
html.dark .club-stat strong,
html.dark .club-video-notes h3,
html.dark .club-plan h3,
html.dark .club-plan-price strong,
html.dark .club-faq-list summary,
html.dark .club-platform h2,
html.dark .club-comparison th strong,
html.dark .club-magic h2,
html.dark .club-catalog-stats strong,
html.dark .club-catalog-heading,
html.dark .club-catalog-country strong,
html.dark .club-catalog-back a,
html.dark .club-company-table strong,
html.dark .club-company-table a,
html.dark .club-company-detail h2,
html.dark .club-company-contacts a { color: #f1f3ec; }

html.dark .club-section-note,
html.dark .club-hero-description,
html.dark .club-feature-card p,
html.dark .club-stat span,
html.dark .club-video-notes p,
html.dark .club-plan-note,
html.dark .club-plan-price span,
html.dark .club-plan-price small,
html.dark .club-plan-billing-note,
html.dark .club-plan li,
html.dark .club-faq-list p,
html.dark .club-platform p,
html.dark .club-comparison th span,
html.dark .club-magic p,
html.dark .club-catalog-stats span,
html.dark .club-catalog-country span,
html.dark .club-city span,
html.dark .club-city p,
html.dark .club-company-table span,
html.dark .club-company-contacts p { color: #b5bbb1; }

html.dark .club-eyebrow,
html.dark .club-catalog-summary,
html.dark .club-hero-composer p { color: #98a28f; }

html.dark .club-feature-grid,
html.dark .club-stats-grid,
html.dark .club-catalog-cities,
html.dark .club-pricing-grid,
html.dark .club-magic-stats,
html.dark .club-catalog-stats,
html.dark .club-catalog-country-grid,
html.dark .club-company-gallery > div { background: #2d302b; border-color: #2d302b; }

html.dark .club-feature-card,
html.dark .club-stat,
html.dark .club-plan,
html.dark .club-catalog-stats div,
html.dark .club-catalog-country,
html.dark .club-city,
html.dark .club-company-table article,
html.dark .club-company-detail section,
html.dark .club-comparison th,
html.dark .club-comparison td { background: #181a17; }

html.dark .club-catalog-country:hover,
html.dark .club-catalog-country:focus-visible,
html.dark .club-comparison .is-highlight { background: #263022; }
html.dark .club-catalog-countries button { background: #181a17; border-color: #3a4038; color: #f1f3ec; }
html.dark .club-catalog-countries button.is-active { border-color: #b8ed57; background: #b8ed57; color: #10240f; }
html.dark .club-period { border-color: #596154; }
html.dark .club-period button { color: #edf0e9; }
html.dark .club-period button.is-active { background: #b8ed57; color: #10240f; }
html.dark .club-faq-list,
html.dark .club-faq-list details,
html.dark .club-company-table,
html.dark .club-company-table article,
html.dark .club-comparison th,
html.dark .club-comparison td,
html.dark .club-company-heading img,
html.dark .club-company-gallery > div,
html.dark .club-company-preview a,
html.dark .club-company-preview > img { border-color: #2d302b; }
html.dark .club-company-tags span { background: #263022; color: #d2edb5; }
html.dark .club-hero .club-hero-visual img {
  filter: invert(1);
  mix-blend-mode: screen;
}
html.dark .club-hero-badge {
  border-color: #3f493c;
  background: rgba(21, 27, 22, 0.94);
  color: #f2f7ef;
}
html.dark .club-hero-badge strong { color: #f2f7ef; }
html.dark .club-hero-badge small { color: #b5bbb1; }

@media (max-width: 900px) {
  .club-section { padding: 52px 20px; }
  .club-navbar { padding: 18px 20px; }
  .club-hero {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px 20px 52px;
  }
  .club-video-layout,
  .club-magic { grid-template-columns: 1fr; }
  .club-hero h1 { font-size: clamp(34px, 10vw, 48px); }
  .club-hero-badge { top: 18%; }
}

@media (max-width: 620px) {
  .club-catalog-stats { grid-template-columns: 1fr; }
  .club-company-table article { grid-template-columns: 1fr; }
}

:root {
  --landing-canvas: #f2f5e9;
  --landing-canvas-muted: #edf0e9;
  --landing-surface: #fbfbf8;
  --landing-ink: #101110;
  --landing-ink-strong: #10240f;
  --landing-ink-muted: #505049;
  --landing-ink-subtle: #667363;
  --landing-line: #d8d8ce;
  --landing-line-soft: #cdd4c5;
  --landing-action: #10240f;
  --landing-accent: #b7dd75;
}

:root.dark {
  --landing-canvas: #0b0c0b;
  --landing-canvas-muted: #111210;
  --landing-surface: #181a17;
  --landing-ink: #f1f3ec;
  --landing-ink-strong: #f1f3ec;
  --landing-ink-muted: #b5bbb1;
  --landing-ink-subtle: #98a28f;
  --landing-line: #2d302b;
  --landing-line-soft: #3a4038;
  --landing-action: #b8ed57;
  --landing-accent: #b8ed57;
}
