:root{--orange-primary: oklch(63% .18 52);--orange-hover: oklch(57% .2 52);--orange-pale: oklch(97% .02 52);--text-primary: oklch(20% .005 100);--text-secondary: oklch(40% 0 0);--text-tertiary: oklch(55% 0 0);--bg-cream: oklch(96% .005 100);--surface-white: oklch(99% 0 0);--border-light: oklch(92% .005 100);--border-medium: oklch(85% .005 100);--success-green: oklch(52% .15 150);--surface-inverse: oklch(20% .005 100);--text-on-inverse: oklch(95% .005 100);--text-on-inverse-muted: oklch(75% .005 100);--text-on-inverse-dim: oklch(50% .005 100);--surface-dark: oklch(32% .015 60);--surface-dark-elevated: oklch(36% .015 60);--surface-dark-border: oklch(44% .012 60);--text-on-dark: oklch(82% .008 60);--text-on-dark-bright: oklch(95% .005 60);--header-bg: oklch(99% .005 100 / .95);--font-heading: "Tiempos Headline", Georgia, serif;--font-prose: "Tiempos Text", Georgia, serif;--font-body: "Söhne", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "JetBrains Mono", monospace;--text-xs: clamp(.6875rem, .65rem + .2vw, .75rem);--text-sm: clamp(.8125rem, .78rem + .2vw, .875rem);--text-base: clamp(.9375rem, .9rem + .2vw, 1rem);--text-lg: clamp(1.0625rem, 1rem + .3vw, 1.125rem);--text-xl: clamp(1.25rem, 1.1rem + .75vw, 1.5rem);--text-2xl: clamp(1.75rem, 1.5rem + 1.25vw, 2.25rem);--text-3xl: clamp(2.25rem, 1.75rem + 2.5vw, 3rem);--text-hero: clamp(2.75rem, 2rem + 3.75vw, 4rem)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}html,body{overflow-x:hidden;width:100%}body{font-family:var(--font-body);background:var(--bg-cream);color:var(--text-secondary);line-height:1.65;font-size:var(--text-base);font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1200px;margin:0 auto;padding:0 24px}.container-narrow{max-width:720px;margin:0 auto;padding:0 24px}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-primary);line-height:1.1;font-weight:400;letter-spacing:-.02em}h1{font-size:var(--text-hero);font-weight:400;line-height:1}h2{font-size:var(--text-2xl);font-weight:400}h3{font-size:var(--text-xl);font-weight:400}h4{font-size:var(--text-xl);font-weight:500}p{margin-bottom:1.25em}a{color:var(--text-primary);text-decoration:underline;text-decoration-color:var(--border-medium);text-underline-offset:2px;transition:all .15s ease}a:hover{color:var(--orange-primary);text-decoration-color:var(--orange-primary)}strong{color:var(--text-primary);font-weight:600}em{font-style:italic}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:4px;font-weight:600;font-size:var(--text-sm);text-decoration:none;transition:all .15s ease;border:none;cursor:pointer;letter-spacing:.01em}.btn-primary{background:var(--surface-inverse);color:var(--text-on-inverse);box-shadow:0 1px 2px #0000001a}.btn-primary:hover{background:var(--surface-inverse);color:var(--text-on-inverse);filter:brightness(1.2);transform:translateY(-1px);box-shadow:0 4px 12px #0003}.btn-primary:active{transform:translateY(0);box-shadow:0 1px 2px #00000026}.btn-secondary{background:transparent;border:2px solid var(--text-primary);color:var(--text-primary)}.btn-secondary:hover{background:var(--text-primary);color:var(--bg-cream)}.btn-lg{padding:18px 40px;font-size:var(--text-base);border-radius:6px}.badge{display:inline-block;background:var(--surface-inverse);color:var(--text-on-inverse);border-radius:2px;padding:8px 16px;font-size:11px;font-weight:700;letter-spacing:.1em;font-family:var(--font-body);text-transform:uppercase}.card{background:var(--surface-white);border:1px solid var(--border-light);border-radius:8px;padding:32px}.card-featured{border:2px solid var(--orange-primary);box-shadow:0 8px 32px oklch(58% .22 52 / .08)}section{padding:100px 0}.section-cream{background:var(--bg-cream)}.section-white{background:var(--surface-white)}.section-orange{background:var(--orange-pale)}.section-dark{background:var(--surface-dark);color:var(--text-on-dark)}.section-dark h2,.section-dark h3,.section-dark strong{color:var(--text-on-dark-bright)}.text-orange,.text-emphasis{color:var(--orange-primary)}ul,ol{padding-left:1.5em;margin-bottom:1.25em}li{margin-bottom:.5em}.list-check{list-style:none;padding-left:0}.list-check li{padding-left:32px;position:relative;margin-bottom:12px}.list-check li:before{content:"";position:absolute;left:0;top:6px;width:18px;height:18px;background:var(--orange-primary);border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");background-size:12px;background-position:center;background-repeat:no-repeat}img{max-width:100%;height:auto}table{width:100%;border-collapse:collapse}th,td{padding:20px 24px;text-align:left}th{background:var(--surface-inverse);color:var(--text-on-inverse);font-weight:600;font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.05em;font-family:var(--font-body)}td{border-bottom:1px solid var(--border-light)}details summary{position:relative;padding-right:40px;cursor:pointer;list-style:none}details summary:after{content:"+";position:absolute;right:0;top:50%;transform:translateY(-50%);font-family:var(--font-body);font-size:28px;font-weight:300;color:var(--text-tertiary);transition:transform .2s ease}details[open] summary:after{content:"−"}details summary::-webkit-details-marker{display:none}@media(max-width:768px){section{padding:64px 0}.container{padding:0 20px}.btn-lg{padding:16px 32px}}.text-center{text-align:center}.text-left{text-align:left}.mb-0{margin-bottom:0}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mb-4{margin-bottom:32px}.mb-5{margin-bottom:48px}.mb-6{margin-bottom:64px}.mt-0{margin-top:0}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}.grid{display:grid;gap:32px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}@media(max-width:768px){.grid-2,.grid-3{grid-template-columns:1fr}}.video-container{background:var(--text-primary);border-radius:8px;overflow:hidden;box-shadow:0 8px 32px #00000026}.font-prose{font-family:var(--font-prose)}.font-heading{font-family:var(--font-heading)}.lead{font-family:var(--font-prose);font-size:var(--text-lg);color:var(--text-secondary);line-height:1.7}.prose{font-family:var(--font-prose);font-size:var(--text-base);color:var(--text-secondary);line-height:1.75}.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6{font-family:var(--font-heading);color:var(--text-primary);margin-top:2em;margin-bottom:.75em}.prose h1:first-child,.prose h2:first-child,.prose h3:first-child{margin-top:0}.prose p{margin-bottom:1.5em}.prose strong{font-weight:500;color:var(--text-primary)}.prose a{color:var(--orange-primary);text-decoration:underline;text-underline-offset:2px}.prose a:hover{color:var(--orange-hover)}.prose ul,.prose ol{margin-bottom:1.5em;padding-left:1.5em}.prose li{margin-bottom:.5em}.prose blockquote{border-left:3px solid var(--orange-primary);padding-left:1.5em;margin:1.5em 0;font-style:italic;color:var(--text-tertiary)}.prose code{font-family:var(--font-mono);font-size:.9em;background:var(--border-light);padding:.2em .4em;border-radius:3px}.prose pre{font-family:var(--font-mono);font-size:.875em;background:var(--text-primary);color:#fff;padding:1.5em;border-radius:6px;overflow-x:auto;margin:1.5em 0}.prose pre code{background:transparent;padding:0}@media(prefers-color-scheme:dark){:root{--orange-primary: oklch(70% .17 52);--orange-hover: oklch(64% .19 52);--orange-pale: oklch(20% .04 52);--text-primary: oklch(93% .005 100);--text-secondary: oklch(72% 0 0);--text-tertiary: oklch(55% 0 0);--bg-cream: oklch(18% .012 60);--surface-white: oklch(22% .012 60);--border-light: oklch(28% .01 60);--border-medium: oklch(36% .01 60);--success-green: oklch(60% .15 150);--surface-inverse: oklch(90% .005 100);--text-on-inverse: oklch(13% .005 100);--text-on-inverse-muted: oklch(35% .005 100);--text-on-inverse-dim: oklch(50% .005 100);--surface-dark: oklch(15% .012 60);--surface-dark-elevated: oklch(19% .012 60);--surface-dark-border: oklch(30% .01 60);--text-on-dark: oklch(80% .008 60);--text-on-dark-bright: oklch(95% .005 60);--header-bg: oklch(18% .012 60 / .92)}.prose pre{background:#040302}.card-featured{box-shadow:0 8px 32px #0000004d}.video-container{box-shadow:0 8px 32px #0006}img:not([src*=".svg"]){filter:brightness(.92)}}
