:root{--hero-plum:#6d394a;--dusty-rose:#c98f9a;--berry-plum:#8b5c74;--graphite:#2e3138;--gunmetal:#2b3036;--warm-grey:#c9c4c1;--stone:#d9d6d3;--ivory:#f6f2ef;--rose-berry:#b86c7c;--muted-berry:#7c4a5d;--blush-pink:#e7c4cc;--deep-mauve:#5a2e3e;--font-heading:"Playfair Display", Georgia, serif;--font-body:"Montserrat", system-ui, sans-serif;--surface-primary:#fff;--surface-secondary:#f6f2ef;--surface-card:#fff;--surface-card-alt:#f6f2ef;--ease-out:cubic-bezier(.23, 1, .32, 1);--ease-in-out:cubic-bezier(.77, 0, .175, 1);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-theme=dark]{--hero-plum:#c98f9a;--dusty-rose:#d4a0aa;--berry-plum:#b87a90;--graphite:#e8e4e1;--gunmetal:#1a1d22;--warm-grey:#8a8580;--stone:#3a3d44;--ivory:#1e2128;--rose-berry:#c98f9a;--muted-berry:#b8909c;--blush-pink:#3d2a30;--deep-mauve:#d4a0aa;--surface-primary:#252830;--surface-secondary:#1e2128;--surface-card:#2a2d36;--surface-card-alt:#252830}[data-theme=dark] body{color:#e8e4e1;background:#1e2128}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4{color:#e8e4e1}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--graphite);background:var(--ivory);font-weight:400;line-height:1.6;overflow-x:hidden}#root{width:100%;min-height:100svh}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--graphite);font-weight:700;line-height:1.15}a{color:var(--hero-plum);text-decoration:none}img{max-width:100%;display:block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes fadeInUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.cookie-banner-wrap{z-index:100;pointer-events:none;padding:16px;position:fixed;bottom:0;left:0;right:0}.cookie-card{pointer-events:auto;background:#1a1a1a;border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:480px;margin:0 auto;padding:24px;animation:.3s ease-out both fadeInUp;box-shadow:0 16px 48px #00000059}@media (width>=640px){.cookie-banner-wrap{padding:24px}.cookie-banner-wrap .cookie-card{margin:0 0 0 auto}}.cookie-card-title-row{color:#fff;align-items:center;gap:10px;margin-bottom:12px;display:flex}.cookie-card-title{color:#fff;font-size:14px;font-weight:600}.cookie-card-text{color:#c4c0bd;margin-bottom:18px;font-size:13.5px;line-height:1.6}.cookie-card-text a{color:#fff;text-decoration:underline}.cookie-actions{gap:12px;display:flex}.cookie-btn{font-family:var(--font-body);cursor:pointer;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;padding:11px 16px;font-size:13px;font-weight:600;transition:background .2s,color .2s;display:inline-flex}.cookie-btn-primary{color:#111;background:#fff;border:none}.cookie-btn-primary:hover{background:#e2ddd9}.cookie-btn-secondary{color:#c4c0bd;background:0 0;border:1px solid #fff3}.cookie-btn-secondary:hover{color:#fff;background:#ffffff1a}.cookie-decline-link{width:100%;font-family:var(--font-body);color:#8a8580;cursor:pointer;text-align:center;background:0 0;border:none;margin-top:14px;font-size:12px;text-decoration:underline;display:block}.cookie-decline-link:hover{color:#c4c0bd}.cookie-modal-overlay{z-index:101;background:#0009;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.cookie-modal{max-width:440px}.cookie-modal-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.cookie-modal-header .cookie-card-title-row{margin-bottom:0}.cookie-modal-close{color:#8a8580;cursor:pointer;background:0 0;border:none;padding:4px;transition:color .2s;display:inline-flex}.cookie-modal-close:hover{color:#fff}.cookie-toggles{margin-bottom:20px}.cookie-toggle-row{cursor:pointer;border-top:1px solid #ffffff1a;align-items:flex-start;gap:12px;padding:14px 0;display:flex}.cookie-toggle-row:first-child{border-top:none}.cookie-toggle-info{flex:1;min-width:0}.cookie-toggle-label{color:#fff;align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.cookie-badge{color:#a09b96;background:#33312f;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:500}.cookie-toggle-desc{color:#a09b96;margin-top:3px;font-size:12px;line-height:1.55}.toggle-switch{cursor:pointer;transition:background .2s var(--ease-out);background:#55524f;border:none;border-radius:100px;flex-shrink:0;align-items:center;padding:0;display:inline-flex;position:relative}.toggle-switch.on{background:#fff}.toggle-switch:disabled{opacity:.6;cursor:not-allowed}.toggle-switch-knob{transition:transform .2s var(--ease-out);background:#111;border-radius:50%;display:block;transform:translate(3px);box-shadow:0 1px 3px #0006}.toggle-switch-sm{width:36px;height:20px}.toggle-switch-sm .toggle-switch-knob{width:14px;height:14px}.toggle-switch-sm.on .toggle-switch-knob{transform:translate(19px)}.toggle-switch-md{width:44px;height:24px}.toggle-switch-md .toggle-switch-knob{width:18px;height:18px}.toggle-switch-md.on .toggle-switch-knob{transform:translate(23px)}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
