:root {
  --brand:#76172b;
  --brand-2:#5f1122;
  --brand-soft:#f2e7ea;
  --bg:#f7f5f1;
  --surface:#ffffff;
  --surface-2:#f1efeb;
  --text:#1f2328;
  --muted:#68707a;
  --border:#dedbd5;
  --shadow:0 14px 36px rgba(31,35,40,.08);
  --shadow-sm:0 6px 18px rgba(31,35,40,.06);
  --radius-sm:10px;
  --radius:16px;
  --radius-lg:24px;
  --space-1:.25rem;
  --space-2:.5rem;
  --space-3:.75rem;
  --space-4:1rem;
  --space-5:1.5rem;
  --space-6:2rem;
  --space-7:3rem;
  --space-8:4rem;
  --space-9:5rem;
  --page-gutter:clamp(1rem,3.2vw,2.5rem);
  --section-space:clamp(3rem,5.5vw,5rem);
  --content-max:75rem;
  --fast:140ms;
  --base:220ms;
  --slow:420ms;
  --ease:cubic-bezier(.2,.8,.2,1);
  --ease-enter:cubic-bezier(.16,1,.3,1);
  color-scheme:light;
}
html[data-theme="dark"] {
  --bg:#101214;
  --surface:#17191c;
  --surface-2:#1f2226;
  --text:#f3f4f6;
  --muted:#a9afb7;
  --border:#30343a;
  --brand-soft:#2a1720;
  --shadow:0 14px 36px rgba(0,0,0,.28);
  --shadow-sm:0 6px 18px rgba(0,0,0,.22);
  color-scheme:dark;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(.975rem,.94rem + .16vw,1.0625rem);line-height:1.6;-webkit-text-size-adjust:100%;position:relative;isolation:isolate;transition:background-color var(--base) var(--ease),color var(--base) var(--ease)}
body::before{content:"";position:fixed;inset:0;z-index:-2;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='900' viewBox='0 0 1200 900'%3E%3Cg fill='none' stroke='%2368707A' stroke-opacity='.14' stroke-width='1.15'%3E%3Cpath d='M-120 190C145 24 390 22 572 156s362 159 558 35 314-87 408-24'/%3E%3Cpath d='M-90 380C150 246 350 252 528 362s350 132 545 18 319-95 444-36'/%3E%3Cpath d='M-150 617C98 458 333 461 523 586s377 146 585 19 312-101 424-56'/%3E%3Cpath d='M67 834C242 688 439 667 608 769s336 116 521 15 308-67 438-4'/%3E%3C/g%3E%3C/svg%3E");background-size:min(90rem,125vw) auto;background-position:center 8rem;background-repeat:repeat-y;opacity:.42}
html[data-theme="dark"] body::before{filter:invert(1) brightness(1.1);opacity:.18}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
img{max-width:100%;display:block}
.container{width:min(calc(100% - (2 * var(--page-gutter))),var(--content-max));margin-inline:auto}
.skip-link{position:absolute;left:-999px;top:auto}
.skip-link:focus{left:1rem;top:1rem;z-index:999;background:var(--surface);padding:.7rem 1rem;border-radius:8px}
@media(hover:none){.card:hover,.btn:hover,.icon-btn:hover{transform:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}}.reveal{opacity:1;transform:none}}
