:root{--container-max:1440px;--page-gutter:28px;--page-gutter-mobile:16px;--space-1:8px;--space-2:12px;--space-3:16px;--space-4:24px;--space-5:32px;--space-6:48px;--space-7:64px;--space-8:64px;--section-gap-sm:24px;--section-gap-md:36px;--section-gap-lg:48px;--card-gap:18px;--section-radius:22px;--color-bg:#fffdfd;--color-surface:#fff7fa;--color-surface-soft:#fffafb;--color-text:#161616;--color-muted:#6f686b;--color-border:rgba(79,48,59,.13);--color-accent:#ef6996;--color-accent-dark:#d94f7e;--color-accent-soft:#fdebf2;--radius-sm:10px;--radius-md:18px;--radius-lg:22px;--font-heading:"Helvetica Neue",Arial,sans-serif;--font-body:"Helvetica Neue",Arial,sans-serif;--text-xs:.72rem;--text-sm:.84rem;--text-md:1rem;--text-lg:1.2rem;--text-xl:clamp(2rem,3.5vw,3.6rem);--text-2xl:clamp(2.8rem,5vw,5.1rem);}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-size:var(--text-md);line-height:1.5;-webkit-font-smoothing:antialiased;}
img{display:block;max-width:100%;height:auto;}
a{color:inherit;text-decoration:none;}
button,input,textarea,select{font:inherit;}
button{cursor:pointer;}
h1,h2,h3,h4{margin:0 0 var(--space-4);font-family:var(--font-heading);font-weight:500;line-height:1;letter-spacing:-.045em;}
p{margin:0 0 var(--space-4);}
.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
.skip-link:focus{position:fixed;top:12px;left:12px;width:auto;height:auto;padding:12px 16px;margin:0;clip:auto;background:#fff;z-index:9999;}
