@font-face {
  font-family: 'Geist';
  src: url('/assets/fonts/GeistVariable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;   
}

@font-face {
  font-family: 'Gochi Hand';
  src: url('/assets/fonts/GochiHand-latin.woff2') format('woff2');
  font-weight: 400;          
  font-style: normal;
  font-display: swap;
}

:root {
  
  
  --brand-100:  oklch(0.900 0.060 269.5);   
  --brand-500:  oklch(0.478 0.239 269.5);   
  --brand-600:  oklch(0.400 0.225 269.5);   
  --brand-700:  oklch(0.340 0.200 269.5);   

  
  --neutral-0:   oklch(1.000 0.000 89.9);   
  --neutral-25:  oklch(0.971 0.003 48.7);   
  --neutral-100: oklch(0.948 0.004 56.4);   
  --neutral-200: oklch(0.905 0.006 56.4);   
  --neutral-400: oklch(0.640 0.020 281.1);  
  --neutral-600: oklch(0.437 0.035 281.1);  
  --neutral-900: oklch(0.309 0.056 277.0);  

  
  
  
  --positive:          oklch(0.405 0.150 145);      
  --positive-surface:  oklch(0.960 0.024 145);      
  --positive-border:   oklch(0.615 0.135 145);      

  --negative:          oklch(0.375 0.200 25);       
  --negative-surface:  oklch(0.960 0.032 25);       
  --negative-border:   oklch(0.631 0.180 25);       

  
  --warning:           oklch(0.425 0.150 75);       
  --warning-surface:   oklch(0.960 0.024 75);       

  
  --info:              oklch(0.400 0.120 269.5);    
  
  --info-surface:      oklch(0.945 0.010 56.4);     

  
  --paper-canary: oklch(0.940 0.105 101);   
  --paper-rose:   oklch(0.925 0.050  20);   
  
  --paper-sky:    oklch(0.928 0.050 250);   
  --paper-mint:   oklch(0.930 0.048 155);   

  
  
  --background:        var(--neutral-25);    
  --foreground:        var(--neutral-900);
  --muted-foreground:  var(--neutral-600);
  --surface:           var(--neutral-0);     
  --divider:           var(--neutral-200);   
  --input-border:      var(--neutral-400);   
  --primary:           var(--brand-500);
  --primary-hover:     var(--brand-600);
  --primary-active:    var(--brand-700);
  --primary-foreground: var(--neutral-0);
  
  --primary-tint:      oklch(0.945 0.006 48.7);  
  --focus-ring:        var(--brand-500);
  --link-active-bg:    oklch(0.880 0.180 90);  

  
  --font-sans: 'Geist', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;

  
  --text-xs:   0.75rem;    
  --text-sm:   0.875rem;   
  --text-base: 1rem;       
  --text-lg:   1.333rem;   
  --text-xl:   1.777rem;   
  --text-2xl:  2.369rem;   
  --text-3xl:  3.157rem;   
  
  --text-4xl:  4.209rem;   
  --text-5xl:  5.610rem;   

  --leading-tight:   1.15;
  --leading-snug:    1.3;
  --leading-normal:  1.6;
  --leading-relaxed: 1.7;

  --tracking-tight: -0.02em;  
  --tracking-wide:   0.04em;  

  --weight-normal:   400;
  --weight-medium:   500;
  --weight-semibold: 600;
  --weight-bold:     700;

  
  --space-1:  0.25rem;
  --space-2:  0.5rem;
  --space-3:  0.75rem;
  --space-4:  1rem;
  --space-5:  1.25rem;
  --space-6:  1.5rem;
  --space-8:  2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;

  
  
  
  --width-page:    64rem;   
  --width-gutter:  1.5rem;  

  
  --width-wide:    calc(var(--width-page) - 2 * var(--width-gutter));

  
  
  --width-breakout: calc(var(--width-wide) + 2 * var(--width-gutter));

  
  --width-content: 36rem;   

  

  
  
  --shadow-panel-lift: -4px 9px 25px -6px oklch(0.20 0.02 277 / 0.10);

  
  --shadow-note-peel:
    -6px 20px 34px -10px oklch(0.20 0.02 277 / 0.18),
    -2px  4px 10px  -4px oklch(0.20 0.02 277 / 0.10);

  --shadow-popover: 0 4px 12px oklch(0.30 0.02 277 / 0.10);
  --shadow-panel:   0 8px 24px oklch(0.30 0.02 277 / 0.12);

  
  --inverted:            oklch(0.201 0.028 277.3);  
  --inverted-foreground: var(--neutral-0);          
  --inverted-muted:      oklch(0.780 0.020 281.1);  
  
  --inverted-wash:       oklch(1 0 0 / 0.12);

  --radius-sm: 0.375rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;

  --touch-target: 2.75rem;  
}

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

html {
  font-size: 112.5%;              
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--text-base);
  line-height: var(--leading-normal);
  color: var(--foreground);
  background: var(--background);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; }

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

:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
  border-radius: var(--radius-sm);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  padding: var(--space-3) var(--space-4);
  background: var(--foreground);
  color: var(--background);
  font-weight: var(--weight-semibold);
  text-decoration: none;
  border-radius: 0 0 var(--radius-md) 0;
}
.skip-link:focus {
  left: 0;
}

.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;
}

.section--wide {
  
  
  width: min(var(--width-breakout), 100dvw);
  max-width: none;
  margin-inline: calc(50% - min(var(--width-breakout), 100dvw) / 2);
}

.section--wide > .section__grid {
  
  padding-inline: var(--width-gutter);
}

.section--full {
  
  
  width: 100dvw;
  margin-inline: calc(50% - 50dvw);
}

.section__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--space-6);
}

.section__col {
  
  grid-column: span var(--span, 12);
  
  min-width: 0;
}

@media (max-width: 47.5em) {
  
  .section__grid { grid-template-columns: 1fr; }
  .section__col { grid-column: 1 / -1; }
}

.section--full > .section__grid {
  
  max-width: none;
  padding-inline: 0;
}

.section--full > .section__grid > .section__col > * {
  
  
  padding-inline: max(var(--width-gutter), calc((100% - var(--width-wide)) / 2));
}

main {
  
  max-width: var(--width-page);
  margin-inline: auto;
  padding: var(--space-8) var(--space-6) var(--space-10);

  
}

section { margin-block: var(--space-12); }

.section__col > section > .lede {
  
  max-width: none;
}

hr {
  border: 0;
  border-top: 1px solid var(--divider);
  margin-block: var(--space-10);
}

h1, h2, h3, h4 {
  color: var(--foreground);
  margin: 0;
}

h1 {
  
  font-size: var(--text-2xl);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
  font-weight: var(--weight-bold);
}
@media (min-width: 40em) {
  h1 { font-size: var(--text-3xl); }   
}

h2 {
  
  font-size: var(--text-xl);
  line-height: var(--leading-snug);
  letter-spacing: var(--tracking-tight);
  font-weight: var(--weight-bold);
  margin-bottom: var(--space-4);
}
@media (min-width: 40em) {
  h2 { font-size: var(--text-2xl); }
}

h3 {
  font-size: var(--text-xl);
  line-height: var(--leading-snug);
  font-weight: var(--weight-semibold);
}

p { margin-block: var(--space-4) 0; }
p:first-child { margin-top: 0; }

section > p,
.prose p { color: var(--muted-foreground); }

.eyebrow {
  font-size: var(--text-sm);
  font-weight: var(--weight-semibold);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--muted-foreground);
  margin: 0 0 var(--space-3);
}

.lede {
  font-size: var(--text-lg);
  font-weight: var(--weight-medium);
  color: var(--foreground);
}

.caption {
  font-size: var(--text-xs);
  color: var(--muted-foreground);
}

blockquote {
  margin: var(--space-6) 0 0;
  padding-left: var(--space-5);
  border-left: 4px solid var(--foreground);
  
  font-size: var(--text-lg);
  font-weight: var(--weight-medium);
  color: var(--foreground);
}

a {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
a:hover {
  color: var(--primary-hover);
  text-decoration-thickness: 2px;
}
a:active {
  background: var(--link-active-bg);
  color: var(--foreground);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  
  min-height: var(--touch-target);
  padding: var(--space-2) var(--space-5);
  border: 1px solid transparent;
  border-radius: var(--radius-md);
  font-size: var(--text-sm);
  font-weight: var(--weight-semibold);
  text-decoration: none;
  cursor: pointer;
}
.btn:active { background-image: none; }

.btn-primary {
  background: var(--primary);
  color: var(--primary-foreground);   
}
.btn-primary:hover {
  background: var(--primary-hover);   
  color: var(--primary-foreground);
}
.btn-primary:active { background: var(--primary-active); }

.btn-secondary {
  
  background: var(--surface);
  color: var(--foreground);
  border-color: var(--input-border);  
}
.btn-secondary:hover {
  
  background: var(--neutral-100);
  color: var(--foreground);
}

.btn:disabled,
.btn[aria-disabled="true"] {
  opacity: 0.5;
  cursor: not-allowed;
}

.field {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.field label {
  font-size: var(--text-sm);
  font-weight: var(--weight-semibold);
}

.field input,
.field textarea,
.field select {
  font: inherit;
  min-height: var(--touch-target);
  padding: var(--space-3);
  color: var(--foreground);
  
  background: var(--surface);
  border: 1px solid var(--input-border);   
  border-radius: var(--radius-md);
}
.field textarea { min-height: calc(var(--touch-target) * 2); }

.field-error {
  margin: 0;
  font-size: var(--text-sm);
  color: var(--negative);                  
}
.field-invalid input,
.field-invalid textarea {
  border-color: var(--negative-border);    
  border-width: 2px;
}

.field-hint {
  font-size: var(--text-sm);
  color: var(--muted-foreground);
}

.field-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px; height: 1px;
  overflow: hidden;
}

.card {
  padding: var(--space-6);
  background: var(--surface);
  box-shadow: var(--shadow-panel-lift);
  border-radius: var(--radius-lg);
}
.card h3 { margin: 0 0 var(--space-2); font-size: var(--text-lg); }
.card p  { color: var(--muted-foreground); font-size: var(--text-sm); }

.grid {
  display: grid;
  gap: var(--space-6);
  
  grid-template-columns: repeat(auto-fit, minmax(min(var(--grid-min, 15rem), 100%), 1fr));
  margin-top: var(--space-6);
  
  align-items: start;
}
.grid-wide { --grid-min: 20rem; }

.note {
  padding: var(--space-4) var(--space-5);
  border-radius: var(--radius-md);
}
.note-title {
  display: block;
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  margin-bottom: var(--space-2);
}
.note p { margin: 0; }

.note-positive { background: var(--positive-surface); }
.note-positive .note-title { color: var(--positive); }
.note-negative { background: var(--negative-surface); }
.note-negative .note-title { color: var(--negative); }
.note-warning  { background: var(--warning-surface);  }
.note-warning  .note-title { color: var(--warning); }
.note-info     { background: var(--info-surface);     }
.note-info     .note-title { color: var(--info); }

.image-missing-alt {
  display: block;
  padding: var(--space-4) var(--space-5);
  border-radius: var(--radius-md);
  background: var(--warning-surface);
  
  max-width: none;
}
.image-missing-alt strong {
  display: block;
  color: var(--warning);
  font-size: var(--text-sm);
}
.image-missing-alt-file {
  display: block;
  margin-top: var(--space-1);
  font-family: var(--font-mono, monospace);
  font-size: var(--text-sm);
}
.image-missing-alt-how {
  display: block;
  margin-top: var(--space-2);
  font-size: var(--text-sm);
  color: var(--muted-foreground);
}

header { border-bottom: 1px solid var(--divider); }

.header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  max-width: var(--width-page);
  margin-inline: auto;
  padding: var(--space-3) var(--space-6);
}

.logo {
  display: inline-flex;
  align-items: center;
  min-height: var(--touch-target);
  text-decoration: none;
}

.logo img { display: block; height: 32px; width: auto; }

a[target="_blank"]:not(.btn):not(.social-link):not(.logo-strip-link)::after {
  content: "↗";
  display: inline-block;
  margin-left: 0.25em;
  font-size: 0.85em;
  line-height: 1;
  
  vertical-align: baseline;
}

.header-link {
  font-size: var(--text-sm);
  font-weight: var(--weight-medium);
  color: var(--foreground);
  text-decoration: none;
  min-height: var(--touch-target);
  display: inline-flex;
  align-items: center;
}
.header-link:hover { color: var(--primary-hover); }

header nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-5);
}

header nav a {
  display: inline-flex;
  align-items: center;
  min-height: var(--touch-target);
  padding-inline: var(--space-1);
  color: var(--foreground);
  font-size: var(--text-sm);
  font-weight: var(--weight-medium);
  text-decoration: none;
}
header nav a:hover {
  color: var(--primary-hover);
  text-decoration: underline;
  text-underline-offset: 4px;
}
header nav a.btn:hover { text-decoration: none; }

.menu { position: relative; }

.menu-toggle { display: none; }

.menu-panel {
  align-items: center;
  gap: var(--space-5);
}

@media (min-width: 52em) {
  .menu-links {
    display: flex;
    align-items: center;
    gap: var(--space-5);
  }
  
  .menu { display: none; }
  .menu--has-overflow { display: block; }

  
  .menu-panel .in-row { display: none; }
}

header nav > .btn,
.lang-menu > summary {
  min-height: var(--touch-target);
  padding-block: 0;
  display: inline-flex;
  align-items: center;
}

.lang-menu { position: relative; }

.lang-menu > summary {
  
  list-style: none;
  cursor: pointer;
  font-size: var(--text-sm);
  color: var(--muted-foreground);
  padding-inline: var(--space-3);
  border: 1px solid var(--input-border);
  border-radius: var(--radius-md);
  white-space: nowrap;
}
.lang-menu > summary::-webkit-details-marker { display: none; }

.lang-menu > summary::after {
  
  content: "";
  margin-left: var(--space-2);
  border: 4px solid transparent;
  border-top-color: currentColor;
  translate: 0 2px;
}
.lang-menu[open] > summary::after { rotate: 180deg; translate: 0 -2px; }

.lang-menu > summary:hover,
.lang-menu[open] > summary {
  color: var(--foreground);
  border-color: var(--primary);
}
.lang-menu > summary:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
}

.lang-panel {
  
  position: absolute;
  top: calc(100% + var(--space-1));
  right: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  min-width: 100%;
  padding: var(--space-1);
  background: var(--surface);
  border: 1px solid var(--input-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-popover);
}
.lang-panel a {
  padding: var(--space-2) var(--space-3);
  border-radius: var(--radius-sm);
  font-size: var(--text-sm);
  color: var(--foreground);
  text-decoration: none;
  white-space: nowrap;
  min-height: var(--touch-target);
}
.lang-panel a:hover { background: var(--neutral-100); }

@media (max-width: 51.9375em) {
  
  .menu-links { display: none; }

  .header-inner {
    
    flex-wrap: nowrap;
    gap: var(--space-3);
  }

  header nav {
    flex-wrap: nowrap;
    gap: var(--space-2);
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    
    width: var(--touch-target);
    height: var(--touch-target);
    border-radius: var(--radius-md);
    cursor: pointer;
    list-style: none;
  }
  .menu-toggle::-webkit-details-marker { display: none; }
  .menu-toggle:focus-visible {
    outline: 2px solid var(--focus-ring);
    outline-offset: 2px;
  }

  
  .menu-icon,
  .menu-icon::before,
  .menu-icon::after {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--foreground);
    border-radius: 1px;
  }
  .menu-icon { position: relative; }
  .menu-icon::before,
  .menu-icon::after { content: ""; position: absolute; left: 0; }
  .menu-icon::before { top: -6px; }
  .menu-icon::after  { top: 6px; }

  
  .menu[open] .menu-icon { background: transparent; }
  .menu[open] .menu-icon::before { top: 0; rotate: 45deg; }
  .menu[open] .menu-icon::after  { top: 0; rotate: -45deg; }

  
  .menu[open] .menu-panel {
    display: flex;
  }

  
  .menu-panel { display: none; }

  .menu-panel {
    position: absolute;
    top: calc(100% + var(--space-3));
    left: 0;
    right: 0;
    z-index: 30;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: var(--space-2);
    background: var(--surface);
    border: 1px solid var(--divider);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-panel);
  }
  
  .menu { position: static; }
  .header-inner { position: relative; }

  .menu-panel a {
    padding: var(--space-3);
    border-radius: var(--radius-sm);
  }
  .menu-panel a:hover { background: var(--neutral-100); text-decoration: none; }

  
  

  
  .logo { flex-shrink: 0; }
  .logo img { height: 28px; }

  .menu { flex-shrink: 0; }

  
  header nav > .btn,
  header nav > .lang-menu,
  header nav > .lang-switch,
  header nav > .header-link { display: none; }

  
  .menu-panel-actions .btn { display: inline-flex; }
  .menu-panel-actions .lang-menu { display: block; }

  
  .menu-panel-actions {
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
    margin-top: var(--space-2);
    padding-top: var(--space-3);
    border-top: 1px solid var(--divider);
  }
  .menu-panel-actions .btn {
    width: 100%;
    font-size: var(--text-base);
  }
  .menu-panel-actions .lang-menu,
  .menu-panel-actions .lang-menu > summary { width: 100%; }
  .menu-panel-link {
    display: flex;
    align-items: center;
    min-height: var(--touch-target);
    padding: var(--space-3);
    border-radius: var(--radius-sm);
    color: var(--foreground);
    text-decoration: none;
  }
  .menu-panel-link:hover { background: var(--neutral-100); }

  
  .menu-panel a {
    font-size: var(--text-lg);
    min-height: var(--touch-target);
    display: flex;
    align-items: center;
  }
}

footer {
  margin-top: var(--space-12);
  border-top: 1px solid var(--divider);
}

.footer-inner {
  display: flex;
  flex-direction: column;
  
  gap: var(--space-8);
  
  max-width: var(--width-page);
  margin-inline: auto;
  padding: var(--space-10) var(--space-6);
  font-size: var(--text-sm);
  color: var(--muted-foreground);
}
.footer-inner a { color: var(--muted-foreground); }
.footer-inner a:hover { color: var(--primary-hover); }

.footer-top,
.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}

.footer-logo { display: inline-flex; }
.footer-logo img { height: 28px; width: auto; }

.footer-tagline {
  margin: var(--space-3) 0 0;
  
  max-width: 32ch;
}

.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.footer-credit,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-2);
  margin: 0;
}

.footer-credit span,
.footer-links span { color: var(--divider); }

.footer-nav a,
.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: var(--touch-target);
}

.footer-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-1);
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--touch-target);
  height: var(--touch-target);
  border-radius: var(--radius-md);
  color: var(--muted-foreground);
}
.social-link:hover {
  color: var(--primary-hover);
  background: var(--neutral-100);
}

.social-icon { flex: none; }

@media (min-width: 52em) {
  
  .footer-top {
    flex-direction: row;
    align-items: flex-start;
    gap: var(--space-12);
  }

  
  .footer-brand { flex: 1 1 auto; max-width: 34ch; }
  .footer-nav { flex: none; }

  .footer-bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-6);
    
    padding-top: var(--space-6);
    border-top: 1px solid var(--divider);
  }

  .footer-logo img { height: 40px; }
}

.hero { padding-bottom: var(--space-6); }

.hero--dark,
.hero--light,
.section--full .cta-box:not(.cta-box--plain) {
  max-width: var(--width-page);
  margin-inline: auto;
  padding: var(--space-12) var(--width-gutter) !important;
  border-radius: var(--radius-xl);
}
@media (min-width: 40em) {
  .hero--dark,
  .hero--light,
  .section--full .cta-box:not(.cta-box--plain) { padding-block: var(--space-16) !important; }
}

.hero--has-media { display: grid; gap: var(--space-8); }
@media (min-width: 60em) {
  .hero--has-media {
    grid-template-columns: 3fr 2fr;
    gap: var(--space-12);
    align-items: center;
  }
}
.hero-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
}

.hero--plain .hero-media img { box-shadow: var(--shadow-popover); }

.hero-sub {
  
  max-width: none;
  margin-top: var(--space-5);
  
  font-size: var(--text-base);
  color: var(--muted-foreground);
}
@media (min-width: 40em) {
  .hero-sub { font-size: var(--text-lg); }
}
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-top: var(--space-8);
}

.hero-narrow { max-width: none; }

.card ul { margin: 0; padding: 0; list-style: none; }
.card li {
  margin-bottom: var(--space-4);
  font-size: var(--text-sm);
  color: var(--muted-foreground);
}
.card li:last-child { margin-bottom: 0; }
.card li strong {
  display: block;
  margin-bottom: var(--space-1);
  color: var(--foreground);
  font-weight: var(--weight-semibold);
}

.team-card {
  padding: var(--space-6);
  
  background: var(--surface);
  box-shadow: var(--shadow-panel-lift);
  border-radius: var(--radius-lg);
}
.team-card h3 { margin: 0 0 var(--space-3); font-size: var(--text-lg); }

.pain {
  margin: 0 0 var(--space-3);
  padding-left: 0;
  border-left: 0;
  font-size: var(--text-base);
  font-style: italic;
  font-weight: var(--weight-normal);
  color: var(--muted-foreground);
}

figure {
  margin: var(--space-6) 0 0;
}
figure blockquote {
  margin-top: 0;
}
figure figcaption {
  margin-top: var(--space-3);
  padding-left: var(--space-5);
}

.solve { margin: 0; color: var(--foreground); }
.solve > :first-child { margin-top: 0; }
.solve > :last-child  { margin-bottom: 0; }

.cta-box {
  padding: var(--space-12) var(--space-8);
  text-align: center;
  border-radius: var(--radius-xl);
}

.cta-box--tint { background: var(--primary-tint); }

.hero--dark,
.cta-box--dark {
  background: var(--inverted);
  --foreground: var(--inverted-foreground);
  --muted-foreground: var(--inverted-muted);
  color: var(--inverted-foreground);
}

.hero--dark .btn-primary,
.cta-box--dark .btn-primary {
  background: var(--inverted-foreground);
  color: var(--inverted);
  border-color: transparent;
}
.hero--dark .btn-primary:hover,
.cta-box--dark .btn-primary:hover { background: var(--neutral-100); color: var(--inverted); }
.hero--dark .btn-primary:active,
.cta-box--dark .btn-primary:active { background: var(--neutral-200); }
.hero--dark .btn-secondary,
.cta-box--dark .btn-secondary {
  background: transparent;
  color: var(--inverted-foreground);
  border-color: var(--inverted-muted);
}
.hero--dark .btn-secondary:hover,
.cta-box--dark .btn-secondary:hover { background: var(--inverted-wash); color: var(--inverted-foreground); }

.hero--dark :focus-visible,
.cta-box--dark :focus-visible { outline-color: var(--inverted-foreground); }

.hero--light,
.cta-box--light {
  background: var(--surface);
  
  box-shadow: var(--shadow-panel-lift);
}

.cta-box--plain {
  background: none;
  border-radius: 0;
  padding-inline: 0;
}

.cta-box h2 { margin-bottom: var(--space-3); }
.cta-box p {
  max-width: 34rem;
  margin-inline: auto;
  color: var(--muted-foreground);
}
.cta-box .hero-ctas { justify-content: center; margin-top: var(--space-6); }

.demo-layout { display: grid; gap: var(--space-8); }
@media (min-width: 60em) {
  .demo-layout--split {
    grid-template-columns: 3fr 2fr;
    gap: var(--space-12);
    align-items: start;
  }
}

@media (min-width: 60em) {
  .demo-layout--aside-left { grid-template-columns: 2fr 3fr; }
  .demo-layout--aside-left .form-section { order: 2; }
  .demo-layout--aside-left .demo-aside   { order: 1; }
}
.demo-aside > * + * { margin-top: var(--space-6); }
.demo-form {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}
.demo-form .btn { align-self: flex-start; }

.form-success {
  padding: var(--space-8);
  background: var(--positive-surface);
  border: 1px solid var(--positive-border);
  border-radius: var(--radius-xl);
}
.form-success h2 { margin-top: 0; }
.form-success p  { margin: 0; color: var(--muted-foreground); }

.legal {
  
  max-width: var(--width-page);
  margin-inline: auto;
  padding: var(--space-8) var(--space-6) var(--space-16);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin: 0 0 var(--space-6);
  font-size: var(--text-sm);
  color: var(--muted-foreground);
}
.breadcrumb a { color: var(--muted-foreground); text-decoration: none; }
.breadcrumb a:hover { color: var(--primary-hover); text-decoration: underline; }

.legal h1 { margin: 0; }
.legal-updated {
  margin: var(--space-3) 0 0;
  font-size: var(--text-sm);
  color: var(--muted-foreground);
}

.legal-layout {
  
  display: grid;
  grid-template-columns: 11rem 1fr;
  align-items: start;
  column-gap: var(--space-8);
  margin-top: var(--space-10);
}

.legal-toc {
  
  position: sticky;
  top: var(--space-6);
}
.legal-toc-label {
  margin: 0 0 var(--space-3);
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--muted-foreground);
}
.legal-toc ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.legal-toc a {
  display: flex;
  align-items: center;
  min-height: var(--touch-target);
  font-size: var(--text-sm);
  color: var(--foreground);
  text-decoration: none;
}
.legal-toc a:hover { color: var(--primary-hover); text-decoration: underline; }

.legal-content {
  min-width: 0;
  
  max-width: none;
}
.legal-content section { margin: 0 0 var(--space-10); }
.legal-content section:last-child { margin-bottom: 0; }
.legal-content h2 { font-size: var(--text-xl); margin: 0 0 var(--space-3); }
.legal-content h3 { font-size: var(--text-lg); margin: var(--space-5) 0 var(--space-2); }
.legal-content p,
.legal-content ul {
  color: var(--muted-foreground);
  line-height: var(--leading-relaxed);
  margin: 0 0 var(--space-3);
}
.legal-content ul { padding-left: var(--space-5); }
.legal-content li { margin-bottom: var(--space-1); }

@media (max-width: 47.5em) {
  
  .legal-layout { grid-template-columns: 1fr; row-gap: var(--space-6); }
  .legal-toc { position: static; width: 100%; }
}

.disclosures {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  margin-top: var(--space-6);
}

.disclosure {
  box-shadow: var(--shadow-panel-lift);
  border-radius: var(--radius-md);
  
  background: var(--surface);
}

.disclosure > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  
  min-height: var(--touch-target);
  padding: var(--space-3) var(--space-4);
  border-radius: var(--radius-md);
  font-weight: var(--weight-medium);
  color: var(--foreground);
  cursor: pointer;
  list-style: none;   
}
.disclosure > summary::-webkit-details-marker { display: none; }

.disclosure > summary::after {
  content: "";
  flex: none;
  width: 0.5rem;
  height: 0.5rem;
  margin-inline-start: auto;
  border-right: 2px solid var(--muted-foreground);
  border-bottom: 2px solid var(--muted-foreground);
  transform: rotate(45deg) translate(-0.125rem, -0.125rem);
  transition: transform 150ms ease;
}
.disclosure[open] > summary::after {
  transform: rotate(225deg) translate(-0.125rem, -0.125rem);
}
.disclosure > summary:hover { background: var(--surface); }
.disclosure[open] > summary { font-weight: var(--weight-semibold); }

.disclosure-body {
  
  padding: var(--space-4);
  color: var(--muted-foreground);
  font-size: var(--text-sm);
  line-height: var(--leading-relaxed);
}
.disclosure-body > :first-child { margin-top: 0; }

.compare { margin-top: var(--space-6); }

.compare-grid {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--divider);
}
@media (min-width: 40em) {
  .compare-grid { grid-template-columns: 1fr 1fr; }
  .compare-before { border-right: 1px solid var(--divider); }
}

.compare-side { padding: var(--space-4); }
.compare-side:not(:last-child) { border-bottom: 1px solid var(--divider); }
@media (min-width: 40em) {
  .compare-side:not(:last-child) { border-bottom: 0; }
}

.compare-label {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  margin: 0 0 var(--space-2);
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
}
.compare-before .compare-label { color: var(--negative); }
.compare-after  .compare-label { color: var(--positive); }

.compare-side p:not(.compare-label) {
  margin: 0;
  font-size: var(--text-sm);
  line-height: var(--leading-relaxed);
  color: var(--muted-foreground);
}

.steps {
  margin: var(--space-6) 0 0;
  padding: 0;
  list-style: none;   
  counter-reset: none;
}

.step {
  display: flex;
  gap: var(--space-5);
  padding-bottom: var(--space-8);
  position: relative;
}
.step:last-child { padding-bottom: 0; }

.step-number {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--space-10);
  height: var(--space-10);
  border-radius: 50%;
  background: var(--foreground);
  color: var(--background);
  font-weight: var(--weight-bold);
  font-size: var(--text-base);
}

.step-number--positive { background: var(--positive); }  
.step-number--negative { background: var(--negative); }  
.step-number--warning  { background: var(--warning); }   
.step-number--info     { background: var(--info); }      

.step-icon {
  width: 45%;
  height: 45%;
}

.step-body { min-width: 0; }
.step-body h3 { margin: var(--space-1) 0 0; }

.step-text {
  margin: var(--space-2) 0 0;
  color: var(--muted-foreground);
  line-height: var(--leading-relaxed);
}
.step-text > :first-child { margin-top: 0; }
.step-text > :last-child  { margin-bottom: 0; }

.step-text ul,
.step-text ol { margin: var(--space-2) 0 0; padding-left: var(--space-5); }
.step-text ul { list-style: disc; }
.step-text ol { list-style: decimal; }
.step-text li { margin: 0 0 var(--space-1); }

.logo-strip { margin: var(--space-8) 0 0; }

.logo-strip-label {
  margin: 0 0 var(--space-5);
  text-align: center;
  font-size: var(--text-sm);
  color: var(--muted-foreground);
}

.hero .logo-strip-label { text-align: left; }
.hero .logo-strip-track { justify-content: flex-start; }

.hero .logo-strip { margin-top: var(--space-6); }
.hero .logo-strip-track { gap: var(--space-8); }

.logo-strip-rail {
  display: flex;
  overflow-x: clip;
}

.logo-strip-track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: var(--space-12);
  
  flex: 1 0 auto;
  justify-content: center;
  min-width: 0;
}

.logo-strip-mark {
  display: block;
  width: 160px;
  height: auto;
  filter: grayscale(1);
}

.logo-strip-link {
  display: block;
  padding-block: calc((44px - 25px) / 2);
  border-radius: var(--radius-sm);
  transition: filter 150ms ease;
}

.logo-strip-link:hover .logo-strip-mark,
.logo-strip-link:focus-visible .logo-strip-mark {
  filter: grayscale(0);
}

.logo-strip-link:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}

.logo-strip-rail { container-type: inline-size; }

@container (max-width: 46rem) {
  .logo-strip-track {
    flex: 0 0 auto;
    justify-content: flex-start;
    animation: logo-marquee 32s linear infinite;
  }
}

@keyframes logo-marquee {
  from { transform: translateX(0); }
  
  to   { transform: translateX(calc(-100% - var(--space-12))); }
}

@media (prefers-reduced-motion: reduce) {
  .logo-strip-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: var(--space-6);
  }
  
  .logo-strip-track[aria-hidden="true"] { display: none; }
}

.included {
  margin: var(--space-6) 0 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}
.included-item { display: flex; flex-direction: column; gap: var(--space-1); }
.included dt {
  font-size: var(--text-lg);
  font-weight: var(--weight-semibold);
  color: var(--foreground);
}
.included dd {
  margin: 0;
  color: var(--muted-foreground);
  line-height: var(--leading-relaxed);
}

.stats {
  display: grid;
  gap: var(--space-6);
  grid-template-columns: repeat(auto-fit, minmax(min(10rem, 100%), 1fr));
  margin: var(--space-6) 0 0;
}
.stat {
  display: flex;
  flex-direction: column;
  padding: var(--space-5);
  background: var(--surface);
  box-shadow: var(--shadow-panel-lift);
  border-radius: var(--radius-lg);
}
.stat-value {
  order: -1;                    
  margin: 0;
  font-size: var(--text-3xl);
  font-weight: var(--weight-bold);
  letter-spacing: var(--tracking-tight);
  line-height: var(--leading-tight);
  color: var(--foreground);
}
.stat-label {
  margin-top: var(--space-2);
  font-size: var(--text-sm);
  font-weight: var(--weight-semibold);
  color: var(--foreground);
}
.stat-note {
  margin: var(--space-2) 0 0;
  font-size: var(--text-xs);
  color: var(--muted-foreground);
}

.media-text {
  display: grid;
  gap: var(--space-6);
  align-items: center;
}
@media (min-width: 48em) {
  .media-text { grid-template-columns: 1fr 1fr; }
  
  .media-left .media-text-body   { order: 2; }
  .media-left .media-text-figure { order: 1; }
}
.media-text-body > :first-child { margin-top: 0; }
.media-text-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
}

.sg { max-width: var(--width-page); margin-inline: auto; padding: var(--space-8) var(--space-6) var(--space-16); }

.sg-banner { margin-bottom: var(--space-10); }

.sg-toc { margin-bottom: var(--space-12); }
.sg-toc ul {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2) var(--space-4);
  margin: var(--space-3) 0 0;
  padding: 0;
  list-style: none;
}
.sg-toc a { font-size: var(--text-sm); }

.sg section { scroll-margin-top: var(--space-6); }

.sg-why {
  margin-top: var(--space-4);
  padding: var(--space-4) var(--space-5);
  background: var(--surface);
  border-left: 3px solid var(--divider);
  border-radius: var(--radius-sm);
  font-size: var(--text-sm);
  color: var(--muted-foreground);
}
.sg-why b { color: var(--foreground); font-weight: var(--weight-semibold); }
.sg-why p { margin: var(--space-2) 0 0; color: inherit; }
.sg-why p:first-of-type { margin-top: 0; }

.sg-never { color: var(--negative); font-weight: var(--weight-semibold); }

.sg-swatches {
  display: grid;
  gap: var(--space-4);
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  margin-top: var(--space-5);
  padding: 0;
  list-style: none;
}
.sg-swatch {
  border: 1px solid var(--divider);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.sg-chip {
  display: block;
  height: 4.5rem;
  border-bottom: 1px solid var(--divider);
}
.sg-meta { padding: var(--space-3) var(--space-4); }
.sg-meta code {
  display: block;
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  color: var(--foreground);
}
.sg-meta .sg-val {
  font-size: var(--text-xs);
  color: var(--muted-foreground);
}
.sg-meta .sg-use {
  display: block;
  margin-top: var(--space-2);
  font-size: var(--text-sm);
  color: var(--foreground);
}

.sg-ratio {
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
  margin-top: var(--space-2);
  padding: 2px var(--space-2);
  border-radius: var(--radius-sm);
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  font-family: var(--font-mono);
}
.sg-pass { background: var(--positive-surface); color: var(--positive); }
.sg-fail { background: var(--negative-surface); color: var(--negative); }

.sg-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: var(--space-4);
  padding: var(--space-4) 0;
  border-bottom: 1px solid var(--divider);
}
.sg-row:last-child { border-bottom: 0; }
.sg-label {
  
  flex: 0 1 9rem;
  min-width: 0;
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--muted-foreground);
}
.sg-bar {
  height: var(--space-4);
  background: var(--brand-100);
  border-left: 2px solid var(--primary);
}

.sg-demo {
  padding: var(--space-6);
  margin-top: var(--space-5);
  border: 1px dashed var(--input-border);
  border-radius: var(--radius-lg);
}
.sg-demo + .sg-demo { margin-top: var(--space-4); }
.sg-demo-label {
  display: block;
  margin-bottom: var(--space-4);
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--muted-foreground);
}
.sg-inline { display: flex; flex-wrap: wrap; gap: var(--space-4); align-items: center; }

.post-list {
  --grid-min: 20rem;
  margin-top: var(--space-8);
}

.post-card {
  
}

.post-meta {
  margin: 0 0 var(--space-2);
  font-size: var(--text-sm);
  color: var(--muted-foreground);
  font-variant-numeric: tabular-nums;
}

.post-card-title {
  margin: 0 0 var(--space-3);
  
  font-size: var(--text-lg);
}
.post-card-title a {
  
  text-decoration: none;
}
.post-card-title a:hover { text-decoration: underline; text-underline-offset: 4px; }

.post-card-summary {
  margin: 0 0 var(--space-3);
  color: var(--muted-foreground);
  
  max-width: none;
}

.post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-tags a {
  display: inline-block;
  padding: var(--space-1) var(--space-3);
  border: 1px solid var(--input-border);
  border-radius: 999px;
  font-size: var(--text-sm);
  text-decoration: none;
  
  line-height: 1.9;
}
.post-tags a:hover { border-color: var(--primary); }

.post-header { margin-bottom: var(--space-8); }
.post-header h1 { margin-bottom: var(--space-3); }

.post-footer {
  
  margin-top: var(--space-10);
  padding-top: var(--space-6);
  
}
.post-footer-label {
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
  color: var(--muted-foreground);
  margin: 0 0 var(--space-3);
}

.post-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(16rem, 100%), 1fr));
  gap: var(--space-4);
  margin-top: var(--space-10);
  
}
.post-nav-link {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
  padding: var(--space-4);
  border: 1px solid var(--input-border);
  border-radius: var(--radius-md);
  text-decoration: none;
}
.post-nav-link:hover { border-color: var(--primary); }
.post-nav-next { text-align: right; }
.post-nav-label {
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
  color: var(--muted-foreground);
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  flex-wrap: wrap;
  margin-top: var(--space-10);
  padding-top: var(--space-6);
}
.pagination-status {
  font-size: var(--text-sm);
  color: var(--muted-foreground);
  font-variant-numeric: tabular-nums;
  
  margin-inline: auto;
}

.image-block {
  margin-block: var(--space-8);
  
  max-width: none;
}

.image-block img,
.figure img {
  display: block;
  width: 100%;
  
  height: auto;
  border-radius: var(--radius-md);
}

.figure {
  margin: 0;
}

.figure figcaption {
  margin-top: var(--space-2);
  font-size: var(--text-sm);
  color: var(--muted-foreground);
}

.lang-switch {
  display: flex;
  gap: var(--space-2);
  align-items: center;
}
.lang-switch a {
  
  font-size: var(--text-sm);
  color: var(--muted-foreground);
  text-decoration: none;
  padding: var(--space-2) var(--space-3);
  border: 1px solid var(--input-border);
  border-radius: var(--radius-md);
  
  line-height: 1.7;
}
.lang-switch a:hover {
  color: var(--foreground);
  border-color: var(--primary);
}

.jobs-wall {
  list-style: none;
  margin: var(--space-8) 0 0;
  padding: 0;
  display: grid;
  
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--space-6);
}

@media (max-width: 62rem) {
  .jobs-wall { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 34rem) {
  .jobs-wall { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--space-4); }
}

@media (max-width: 22rem) {
  .jobs-wall { grid-template-columns: minmax(0, 1fr); }
}

.jobs-note {
  position: relative;
  display: flex;
  
  align-items: stretch;
  justify-content: center;
  
  flex-direction: column;
  gap: var(--space-1);
  
  aspect-ratio: 1;
  height: auto;
  
  padding: 1.15rem 0.65rem;
  background: var(--paper);
  color: var(--foreground);
  text-decoration: none;
  
  box-shadow: var(--shadow-panel-lift);
  text-wrap: balance;
  
  transition: transform 140ms ease, box-shadow 140ms ease, color 140ms ease;
}

.jobs-note-label {
  
  color: inherit;
  
  text-align: center;
  font-family: 'Gochi Hand', 'Bradley Hand', 'Segoe Script', cursive;
  
  font-size: clamp(1.05rem, 0.72rem + 1.02vw, 1.52rem);
  
  font-weight: var(--weight-normal);
  line-height: var(--leading-tight);
}

.jobs-note-caption {
  
  
  text-align: left;
  
  margin-top: var(--space-4);
  
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  font-weight: var(--weight-normal);
  line-height: var(--leading-normal);
  color: var(--muted-foreground);
  text-wrap: pretty;
}

.jobs-wall-closing {
  max-width: var(--width-content);
  margin-top: var(--space-6);
  color: var(--muted-foreground);
}
.jobs-wall-closing > :first-child { margin-top: 0; }
.jobs-wall-closing > :last-child  { margin-bottom: 0; }

.jobs-wall > li:nth-child(1)  .jobs-note { --paper: var(--paper-canary); }
.jobs-wall > li:nth-child(2)  .jobs-note { --paper: var(--paper-rose); }
.jobs-wall > li:nth-child(3)  .jobs-note { --paper: var(--paper-sky); }
.jobs-wall > li:nth-child(4)  .jobs-note { --paper: var(--paper-mint); }
.jobs-wall > li:nth-child(5)  .jobs-note { --paper: var(--paper-canary); }
.jobs-wall > li:nth-child(6)  .jobs-note { --paper: var(--paper-sky); }
.jobs-wall > li:nth-child(7)  .jobs-note { --paper: var(--paper-mint); }
.jobs-wall > li:nth-child(8)  .jobs-note { --paper: var(--paper-canary); }
.jobs-wall > li:nth-child(9)  .jobs-note { --paper: var(--paper-rose); }
.jobs-wall > li:nth-child(10) .jobs-note { --paper: var(--paper-sky); }

.jobs-note { --paper: var(--paper-canary); }

.jobs-wall > li:nth-child(4n+1) .jobs-note { transform: rotate(-2.2deg); }
.jobs-wall > li:nth-child(4n+2) .jobs-note { transform: rotate( 1.6deg); }
.jobs-wall > li:nth-child(4n+3) .jobs-note { transform: rotate(-1.1deg); }
.jobs-wall > li:nth-child(4n+4) .jobs-note { transform: rotate( 2.5deg); }

a.jobs-note { color: var(--primary); }
a.jobs-note:hover,
a.jobs-note:focus-visible { color: var(--primary-hover); }
a.jobs-note:active { color: var(--primary-active); }

a.jobs-note:hover {
  transform: rotate(0deg) translateY(-4px);
  box-shadow: var(--shadow-note-peel);
}

a.jobs-note:focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 3px;
  transform: rotate(0deg) translateY(-4px);
  
  box-shadow: var(--shadow-note-peel);
}

@media (prefers-reduced-motion: reduce) {
  
  .jobs-note { transition: none; }
}
