:root{--color-primary: #1c1c1c;--color-on-primary: #ffffff;--color-secondary: #8a7360;--color-on-secondary: #ffffff;--color-primary-hover: color-mix(in srgb, var(--color-primary) 85%, #000000);--color-primary-soft: color-mix(in srgb, var(--color-primary) 8%, #ffffff);--color-secondary-hover: color-mix(in srgb, var(--color-secondary) 85%, #000000);--color-secondary-soft: color-mix(in srgb, var(--color-secondary) 10%, #ffffff);--color-neutral-0: #ffffff;--color-neutral-50: #f7f4ef;--color-neutral-100: #efeae2;--color-neutral-200: #e2dcd2;--color-neutral-300: #c9c2b6;--color-neutral-400: #a39b8d;--color-neutral-500: #7d766b;--color-neutral-600: #5b554c;--color-neutral-700: #423e37;--color-neutral-800: #2b2822;--color-neutral-900: #1c1c1c;--color-bg: var(--color-neutral-0);--color-surface: var(--color-neutral-50);--color-surface-alt: var(--color-neutral-100);--color-text: var(--color-neutral-900);--color-text-muted: var(--color-neutral-600);--color-text-subtle: var(--color-neutral-500);--color-border: var(--color-neutral-200);--color-success: #0a7a3d;--color-success-soft: #e6f7ec;--color-warning: #8a5a00;--color-warning-soft: #fdf3dc;--color-error: #b3261e;--color-error-soft: #fdecea;--font-sans: "Helvetica Neue", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-display: var(--font-sans);--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.375rem;--text-5xl: 3rem;--text-6xl: 3.75rem;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--leading-tight: 1.15;--leading-snug: 1.3;--leading-normal: 1.6;--tracking-normal: 0;--tracking-wide: .08em;--tracking-wider: .14em;--space-1: .25rem;--space-2: .5rem;--space-3: .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;--space-20: 5rem;--space-24: 6rem;--space-32: 8rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgb(28 28 28 / .06);--shadow-md: 0 4px 12px rgb(28 28 28 / .08);--shadow-lg: 0 12px 32px rgb(28 28 28 / .12);--container-max: 75rem;--container-padding: var(--space-6);--section-gap: var(--space-24)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-sans);font-size:var(--text-base);font-weight:var(--font-weight-regular);line-height:var(--leading-normal);color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:var(--font-weight-medium);line-height:var(--leading-tight);text-wrap:balance}h1{font-size:var(--text-5xl)}h2{font-size:var(--text-4xl)}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl)}img,picture,video,canvas,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}:where(p,li) a{text-decoration:underline;text-underline-offset:.2em}ul[role=list],ol[role=list]{list-style:none}input,button,textarea,select{font:inherit;color:inherit}button{background:none;border:none;cursor:pointer}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.section-style{display:block}.section-style--align-left{text-align:left}.section-style--align-center{text-align:center}.section-style--align-right{text-align:right}.section-style--size-sm{--section-scale: .9}.section-style--size-lg{--section-scale: 1.15}.section-style--size-sm,.section-style--size-lg{font-size:calc(1rem * var(--section-scale));--text-xs: calc(.75rem * var(--section-scale));--text-sm: calc(.875rem * var(--section-scale));--text-base: calc(1rem * var(--section-scale));--text-lg: calc(1.125rem * var(--section-scale));--text-xl: calc(1.25rem * var(--section-scale));--text-2xl: calc(1.5rem * var(--section-scale));--text-3xl: calc(1.875rem * var(--section-scale));--text-4xl: calc(2.375rem * var(--section-scale));--text-5xl: calc(3rem * var(--section-scale));--text-6xl: calc(3.75rem * var(--section-scale));--section-gap: calc(var(--space-24) * var(--section-scale))}.section-style--tone-dark{background:var(--color-neutral-900, #111);color:var(--color-neutral-50, #f7f4ef);--color-bg: var(--color-neutral-900);--color-surface: var(--color-neutral-800);--color-surface-alt: var(--color-neutral-800);--color-text: var(--color-neutral-50);--color-text-muted: var(--color-neutral-300);--color-text-subtle: var(--color-neutral-400);--color-border: var(--color-neutral-700)}.section-style--tone-light{background:var(--color-neutral-0, #fff);color:var(--color-neutral-900, #1c1c1c)}.section-style--width-narrow{max-width:45rem;margin-inline:auto}.section-style--width-full{width:100%;max-width:none}
