*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth;overflow-x:clip;max-width:100%;overscroll-behavior-x:none;-webkit-tap-highlight-color:transparent}:root{--primary-color: #1a1a1a;--primary-dark: #000000;--primary-light: #525252;--primary-gradient: linear-gradient(135deg, #1a1a1a 0%, #404040 100%);--accent-color: #1a1a1a;--accent-light: #525252;--accent-highlight: #0066cc;--text-primary: #0f0f0f;--text-secondary: #525252;--text-light: #878787;--bg-primary: #ffffff;--bg-secondary: #fafafa;--bg-tertiary: #f5f5f5;--bg-accent: #f9f9f9;--bg-dark: #1a1a1a;--border-color: #e5e5e5;--border-light: #f0f0f0;--success-color: #10b981;--error-color: #ef4444;--warning-color: #f59e0b;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .03);--shadow-md: 0 4px 12px 0 rgba(0, 0, 0, .05);--shadow-lg: 0 8px 24px 0 rgba(0, 0, 0, .08);--shadow-xl: 0 12px 32px 0 rgba(0, 0, 0, .12)}body{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#fff;color:#0f0f0f;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip;max-width:100%;overscroll-behavior-x:none}.container{max-width:1200px;margin:0 auto;padding:0 24px}.btn{padding:12px 24px;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block;text-align:center;white-space:nowrap;outline:none}.btn:focus,.btn:active{outline:none}.btn-primary{background:#1a1a1a;color:#fff;box-shadow:0 1px 2px #00000008}.btn-primary:hover{background:#000;color:#fff;box-shadow:0 8px 24px #00000014;transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-primary:focus{outline:none;box-shadow:0 0 0 3px #1a1a1a33}.btn-secondary{background:#fff;color:#0f0f0f;border:2px solid #e5e5e5}.btn-secondary:hover{border-color:#1a1a1a;color:#1a1a1a;background:#fafafa}.btn-secondary:active{border-color:#000}.btn-secondary:focus{box-shadow:0 0 0 3px #1a1a1a1a}.btn-large{padding:16px 32px;font-size:16px}.btn-icon{display:inline-flex;align-items:center;gap:12px}.btn-icon__image{width:20px;height:20px;display:block}@media (max-width: 640px){.btn-icon__image{width:18px;height:18px}}.card{background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 12px #0000000d;border:1px solid #f0f0f0;transition:all .3s ease}.card:hover{box-shadow:0 8px 24px #00000014}input[type=text],input[type=email],input[type=password],select,textarea{width:100%;padding:12px;border:2px solid #e5e5e5;border-radius:8px;font-size:14px;transition:all .2s ease;outline:none}input[type=text]:focus,input[type=text]:active,input[type=email]:focus,input[type=email]:active,input[type=password]:focus,input[type=password]:active,select:focus,select:active,textarea:focus,textarea:active{outline:none;border-color:#1a1a1a;box-shadow:0 0 0 3px #6366f11a}.error-message{color:#ef4444;font-size:14px;margin-top:8px}.success-message{color:#10b981;font-size:14px;margin-top:8px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease-out}button:focus{outline:none}button:focus-visible{box-shadow:0 0 0 3px #1a1a1a33}a:focus{outline:none}a:focus-visible{outline:2px solid #1a1a1a;outline-offset:2px;border-radius:6px}::selection{background-color:#e5e5e5;color:#0f0f0f}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#fafafa}::-webkit-scrollbar-thumb{background:#e5e5e5;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#878787}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;border-radius:3px;outline:none;cursor:pointer;transition:all .2s ease}input[type=range]:hover{opacity:.9}input[type=range]:focus{outline:none;box-shadow:0 0 0 3px #1a1a1a1a}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#1a1a1a;cursor:pointer;border:3px solid white;box-shadow:0 2px 6px #0003;transition:all .2s ease}input[type=range]::-webkit-slider-thumb:hover{background:#000;transform:scale(1.1);box-shadow:0 3px 8px #00000040}input[type=range]::-webkit-slider-thumb:active{transform:scale(.95);box-shadow:0 1px 4px #0003}input[type=range]::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#1a1a1a;cursor:pointer;border:3px solid white;box-shadow:0 2px 6px #0003;transition:all .2s ease}input[type=range]::-moz-range-thumb:hover{background:#000;transform:scale(1.1);box-shadow:0 3px 8px #00000040}input[type=range]::-moz-range-thumb:active{transform:scale(.95);box-shadow:0 1px 4px #0003}input[type=range]::-moz-range-track{height:6px;border-radius:3px}input[type=number]{width:100%;padding:12px;border:2px solid #e5e5e5;border-radius:8px;font-size:14px;transition:all .2s ease;outline:none}@media (max-width: 768px){.container{padding:0 16px}}@media (max-width: 640px){.btn-large{padding:14px 24px;font-size:15px}.card{padding:24px}}.rmk-display-1{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:clamp(40px,6vw,72px);line-height:1.04;letter-spacing:-.03em;font-weight:600}.rmk-display-2{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:clamp(32px,4.4vw,52px);line-height:1.08;letter-spacing:-.025em;font-weight:600}.rmk-heading-1{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:clamp(26px,3vw,36px);line-height:1.15;letter-spacing:-.015em;font-weight:600}.rmk-heading-2{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:22px;line-height:1.25;letter-spacing:-.01em;font-weight:600}.rmk-heading-3{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:18px;line-height:1.3;letter-spacing:-.005em;font-weight:600}.rmk-body-lg{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:18px;line-height:1.6;font-weight:400}.rmk-body{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.6;font-weight:400}.rmk-caption{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.45;font-weight:400}.rmk-eyebrow{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:13px;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;font-weight:500}.rmk-measure{max-width:58ch}.rmk-muted{color:#4a4a4a}.rmk-subtle{color:#5f5b53}.rmk-container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:24px}@media (max-width: 639px){.rmk-container{padding-inline:20px}}.rmk-container--narrow{max-width:760px}.rmk-section{padding-block:128px}@media (max-width: 1023px){.rmk-section{padding-block:96px}}@media (max-width: 639px){.rmk-section{padding-block:64px}}.rmk-section{position:relative;background:#fff;color:#0a0a0a}.rmk-section--sand{background:#f5f3ef}.rmk-section--dark{background:#0a0a0a;color:#fff}.rmk-section--tight{padding-block:64px}@media (max-width: 1023px){.rmk-section--tight{padding-block:48px}}@media (max-width: 639px){.rmk-section--tight{padding-block:32px}}.rmk-section--flush-top{padding-top:0}.rmk-section--flush-bottom{padding-bottom:0}.rmk-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1.5px solid transparent;border-radius:999px;padding:13px 26px;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;font-weight:500;line-height:1.2;text-align:center;text-decoration:none;white-space:nowrap;cursor:pointer;transition-property:background-color,border-color,color,opacity;transition-duration:.2s;transition-timing-function:cubic-bezier(.22,1,.36,1)}.rmk-btn:focus-visible{outline:3px solid rgba(10,10,10,.28);outline-offset:2px}.rmk-btn:disabled,.rmk-btn[aria-disabled=true]{opacity:.45;cursor:not-allowed}.rmk-btn__icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0}.rmk-btn__icon>*{display:block;width:100%;height:100%}.rmk-btn--lg{padding:17px 34px;font-size:17px}.rmk-btn--sm{padding:9px 18px;font-size:14px}.rmk-btn--block{width:100%}.rmk-btn--primary{background:#0a0a0a;color:#fff}.rmk-btn--primary:hover:not(:disabled){background:#1c1c1c}.rmk-btn--secondary{background:transparent;border-color:#cfcbc3;color:#0a0a0a}.rmk-btn--secondary:hover:not(:disabled){background:#f5f3ef;border-color:#0a0a0a}.rmk-btn--ghost{background:transparent;color:#0a0a0a;padding-inline:12px}.rmk-btn--ghost:hover:not(:disabled){background:#f5f3ef}.rmk-btn--inverse{background:#fff;color:#0a0a0a}.rmk-btn--inverse:hover:not(:disabled){background:#eae7e1}.rmk-btn--inverse:focus-visible{outline-color:#ffffff80}.rmk-btn--inverse-outline{background:transparent;border-color:#ffffff2e;color:#fff}.rmk-btn--inverse-outline:hover:not(:disabled){border-color:#fff}.rmk-btn--inverse-outline:focus-visible{outline-color:#ffffff80}.rmk-chip{display:inline-flex;align-items:center;gap:8px;border:1px solid #e4e1db;border-radius:999px;padding:6px 14px;background:#fff;color:#4a4a4a;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:13px;font-weight:500;line-height:1.3}.rmk-chip--sand{background:#f5f3ef;border-color:#e4e1db}.rmk-chip--dark{background:#0a0a0a;border-color:#0a0a0a;color:#fff}.rmk-chip--inverse{background:#ffffff14;border-color:#ffffff2e;color:#fff}.rmk-chip__dot{width:6px;height:6px;border-radius:50%;background:currentColor;flex-shrink:0}.rmk-card{border:1px solid #e4e1db;border-radius:24px;padding:32px;background:#fff;color:#0a0a0a}@media (max-width: 639px){.rmk-card{padding:24px}}.rmk-card--sand{background:#f5f3ef}.rmk-card--dark{background:#0a0a0a;border-color:#0a0a0a;color:#fff}.rmk-card--highlight{border-color:#0a0a0a;border-width:1.5px}.rmk-card--flush{padding:0;overflow:hidden}.rmk-card--interactive{transition-property:border-color,background-color,transform;transition-duration:.2s;transition-timing-function:cubic-bezier(.22,1,.36,1)}.rmk-card--interactive:hover{border-color:#cfcbc3}.rmk-card--interactive:focus-within{border-color:#0a0a0a}.rmk-media{position:relative;overflow:hidden;border-radius:32px;background:#f5f3ef;aspect-ratio:var(--rmk-media-aspect, auto)}@media (max-width: 639px){.rmk-media{border-radius:24px}}.rmk-media--sand-2{background:#eae7e1}.rmk-media--dark{background:#0a0a0a}.rmk-media--bordered{border:1px solid #e4e1db}.rmk-media__img{display:block;width:100%;height:100%;object-fit:var(--rmk-media-fit, cover);object-position:center}.rmk-stat__value{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:clamp(36px,4vw,56px);line-height:1;letter-spacing:-.03em;font-weight:600;font-variant-numeric:tabular-nums;display:block}.rmk-stat__label{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.45;font-weight:400;display:block;margin-top:8px;color:#4a4a4a}.rmk-section--dark .rmk-stat__label{color:#ffffffb8}.rmk-accordion{border-top:1px solid #e4e1db}.rmk-accordion__item{border-bottom:1px solid #e4e1db}.rmk-accordion__trigger{display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%;padding:24px 0;background:none;border:none;cursor:pointer;text-align:left;color:#0a0a0a;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:18px;font-weight:500;line-height:1.35;transition-property:color;transition-duration:.2s;transition-timing-function:cubic-bezier(.22,1,.36,1)}.rmk-accordion__trigger:hover{color:#4a4a4a}.rmk-accordion__trigger:focus-visible{outline:3px solid rgba(10,10,10,.28);outline-offset:2px}.rmk-accordion__icon{position:relative;flex-shrink:0;width:20px;height:20px}.rmk-accordion__icon:before,.rmk-accordion__icon:after{content:"";position:absolute;inset:50% 0 auto 0;height:1.5px;background:currentColor;transition-property:transform,opacity;transition-duration:.2s;transition-timing-function:cubic-bezier(.22,1,.36,1)}.rmk-accordion__icon:after{transform:rotate(90deg)}.rmk-accordion__icon[data-open=true]:after{transform:rotate(0);opacity:0}.rmk-accordion__panel{display:grid;grid-template-rows:0fr;overflow:hidden;opacity:0;visibility:hidden;transition-property:grid-template-rows,opacity,visibility;transition-duration:.2s;transition-timing-function:cubic-bezier(.22,1,.36,1)}.rmk-accordion__panel[data-open=true]{grid-template-rows:1fr;opacity:1;visibility:visible}.rmk-accordion__panel-inner{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.6;font-weight:400;max-width:58ch;min-height:0;padding-bottom:24px;color:#4a4a4a}@media (prefers-reduced-motion: no-preference){.rmk-reveal{opacity:0;transform:translateY(16px);transition:opacity .36s cubic-bezier(.22,1,.36,1) 0ms,transform .36s cubic-bezier(.22,1,.36,1) 0ms}.rmk-reveal.is-visible{opacity:1;transform:none}}.rmk-field{display:flex;flex-direction:column;gap:8px;margin-top:24px}.rmk-field__label{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.45;font-weight:400;font-weight:500;color:#0a0a0a}.rmk-field__hint{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.45;font-weight:400;color:#5f5b53}.rmk-input,.rmk-select{width:100%;padding:13px 16px;border:1.5px solid #e4e1db;border-radius:14px;background:#fff;color:#0a0a0a;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.3;transition-property:border-color,background-color;transition-duration:.2s;transition-timing-function:cubic-bezier(.22,1,.36,1)}.rmk-input::placeholder,.rmk-select::placeholder{color:#5f5b53}.rmk-input:hover,.rmk-select:hover{border-color:#cfcbc3}.rmk-input:focus,.rmk-input:focus-visible,.rmk-select:focus,.rmk-select:focus-visible{outline:none;border-color:#0a0a0a}.rmk-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;padding-right:40px;background-repeat:no-repeat;background-position:right 16px center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%234A4A4A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.rmk-alert{display:flex;align-items:flex-start;gap:12px;padding:16px;border:1px solid #e4e1db;border-radius:14px;background:#f5f3ef;color:#0a0a0a;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.6;font-weight:400}.rmk-alert__icon{display:flex;flex-shrink:0;margin-top:1px}.rmk-alert__body{flex:1;min-width:0}.rmk-alert--error{border-color:#b3261e40;background:#fbefee;color:#b3261e}.rmk-alert--success{border-color:#1f7a4d40;background:#eef5f1;color:#1f7a4d}.rmk-alert--info{border-color:#e4e1db;background:#f5f3ef;color:#4a4a4a}:root{--rmk-ink: #0a0a0a;--rmk-ink-2: #1c1c1c;--rmk-ink-muted: #4a4a4a;--rmk-ink-subtle: #5f5b53;--rmk-ink-inverse: #ffffff;--rmk-ink-inverse-muted: rgba(255, 255, 255, .72);--rmk-surface: #ffffff;--rmk-surface-sand: #f5f3ef;--rmk-surface-sand-2: #eae7e1;--rmk-surface-dark: #0a0a0a;--rmk-surface-dark-2: #161616;--rmk-border: #e4e1db;--rmk-border-strong: #cfcbc3;--rmk-border-inverse: rgba(255, 255, 255, .18);--rmk-status-success: #1f7a4d;--rmk-status-error: #b3261e;--rmk-status-warning: #8a5a00;--rmk-radius-sm: 10px;--rmk-radius-input: 14px;--rmk-radius-card: 24px;--rmk-radius-media: 32px;--rmk-radius-pill: 999px;--rmk-container-max: 1200px;--rmk-container-gutter: 24px;--rmk-font-sans: Inter Tight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;--rmk-font-display: Inter Tight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;--rmk-font-mono: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, monospace;--rmk-shadow-overlay: 0 24px 48px -12px rgba(10, 10, 10, .18), 0 2px 6px rgba(10, 10, 10, .06)}:root{--rmk-header-height: 72px}@media (max-width: 1023px){:root{--rmk-header-height: 60px}}.site-header{position:sticky;top:0;z-index:1000;background:#ffffffe0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #e4e1db}.site-header__inner{width:100%;max-width:1200px;margin-inline:auto;padding-inline:24px}@media (max-width: 639px){.site-header__inner{padding-inline:20px}}.site-header__inner{display:flex;align-items:center;gap:24px;height:72px}@media (max-width: 1023px){.site-header__inner{height:60px;gap:16px}}.site-header__logo{display:flex;align-items:center;flex-shrink:0;margin-right:auto;text-decoration:none;border-radius:10px}.site-header__logo:focus-visible{outline:3px solid rgba(10,10,10,.28);outline-offset:2px}.site-header__logo-image{display:block;height:40px;width:auto}@media (max-width: 1023px){.site-header__logo-image{height:34px}}.site-header__nav,.site-header__actions{display:flex;align-items:center;gap:8px}@media (max-width: 1023px){.site-header__nav,.site-header__actions{display:none}}.site-header__actions{gap:12px}.site-header__link{transition-property:color,background-color;transition-duration:.2s;transition-timing-function:cubic-bezier(.22,1,.36,1);padding:8px 14px;border-radius:999px;color:#4a4a4a;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:15px;font-weight:500;text-decoration:none;white-space:nowrap}.site-header__link:hover{color:#0a0a0a;background:#f5f3ef}.site-header__link:focus-visible{outline:3px solid rgba(10,10,10,.28);outline-offset:2px}.site-header__link--active{color:#0a0a0a}.site-header__email{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.45;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:190px;color:#5f5b53}.site-header__toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;margin-right:-12px;padding:0;background:none;border:none;border-radius:999px;color:#0a0a0a;cursor:pointer}@media (max-width: 1023px){.site-header__toggle{display:flex}}.site-header__toggle:focus-visible{outline:3px solid rgba(10,10,10,.28);outline-offset:2px}.site-header__burger{position:relative;display:block;width:20px;height:2px;background:currentColor;border-radius:2px;transition-property:background-color,transform;transition-duration:.2s;transition-timing-function:cubic-bezier(.22,1,.36,1)}.site-header__burger:before,.site-header__burger:after{content:"";position:absolute;left:0;width:100%;height:2px;background:currentColor;border-radius:2px;transition-property:transform,top;transition-duration:.2s;transition-timing-function:cubic-bezier(.22,1,.36,1)}.site-header__burger:before{top:-6px}.site-header__burger:after{top:6px}.site-header__burger[data-open=true]{background:transparent}.site-header__burger[data-open=true]:before{top:0;transform:rotate(45deg)}.site-header__burger[data-open=true]:after{top:0;transform:rotate(-45deg)}.site-header__backdrop{display:none;padding:0;border:none;font-size:0;color:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent}@media (max-width: 1023px){.site-header__backdrop{display:block;position:fixed;top:60px;right:0;bottom:0;left:0;z-index:999;background:#0a0a0a59}}.site-header__drawer{display:none}@media (max-width: 1023px){.site-header__drawer{display:grid;grid-template-rows:0fr;overflow:hidden;visibility:hidden;position:absolute;left:0;right:0;top:100%;z-index:1000;background:#fff;border-bottom:1px solid #e4e1db;box-shadow:0 24px 48px -12px #0a0a0a2e,0 2px 6px #0a0a0a0f;transition-property:grid-template-rows,visibility;transition-duration:.2s;transition-timing-function:cubic-bezier(.22,1,.36,1)}.site-header__drawer[data-open=true]{grid-template-rows:1fr;visibility:visible}}.site-header__drawer-nav,.site-header__drawer-actions{display:flex;flex-direction:column;min-height:0}.site-header__drawer-nav{padding:8px 24px}.site-header__drawer-nav .site-header__link{padding:14px 0;border-radius:0;font-size:17px}.site-header__drawer-nav .site-header__link:hover{background:none}.site-header__drawer-actions{gap:8px;padding:16px 24px calc(24px + env(safe-area-inset-bottom));border-top:1px solid #e4e1db}.site-header__drawer-email{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.45;font-weight:400;padding-bottom:8px;color:#5f5b53;overflow-wrap:anywhere}.app-webview-embed{--rmk-header-height: 0px}.app-webview-embed .site-header{display:none}.site-footer{background:#f5f3ef;border-top:1px solid #e4e1db;color:#0a0a0a}.site-footer__inner{width:100%;max-width:1200px;margin-inline:auto;padding-inline:24px}@media (max-width: 639px){.site-footer__inner{padding-inline:20px}}.site-footer__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:64px;padding-block:96px}@media (max-width: 1023px){.site-footer__inner{grid-template-columns:1fr;gap:48px;padding-block:64px}}.site-footer__brand{display:flex;flex-direction:column;gap:16px}.site-footer__logo{display:inline-flex;align-items:center;width:fit-content;text-decoration:none;border-radius:10px}.site-footer__logo:focus-visible{outline:3px solid rgba(10,10,10,.28);outline-offset:2px}.site-footer__logo-image{display:block;height:30px;width:auto}.site-footer__tagline{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.6;font-weight:400;max-width:34ch;color:#4a4a4a}.site-footer__columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px}@media (max-width: 767px){.site-footer__columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 24px}}.site-footer__column{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.site-footer__column-title{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.45;font-weight:400;margin-bottom:4px;color:#0a0a0a;font-weight:600}.site-footer__link{transition-property:color;transition-duration:.2s;transition-timing-function:cubic-bezier(.22,1,.36,1);color:#4a4a4a;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:15px;line-height:1.35;text-decoration:none;overflow-wrap:anywhere}.site-footer__link:hover{color:#0a0a0a;text-decoration:underline;text-underline-offset:3px}.site-footer__link:focus-visible{outline:3px solid rgba(10,10,10,.28);outline-offset:2px;border-radius:4px}.site-footer__link--button{padding:0;background:none;border:none;text-align:left;cursor:pointer}.site-footer__legal{width:100%;max-width:1200px;margin-inline:auto;padding-inline:24px}@media (max-width: 639px){.site-footer__legal{padding-inline:20px}}.site-footer__legal{display:flex;flex-wrap:wrap;gap:8px 24px;padding-block:24px;border-top:1px solid #e4e1db;color:#5f5b53;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:13px}.site-footer__legal-note{color:#5f5b53}.app-webview-embed .site-footer{display:none}.cookie-consent{position:fixed;inset:auto 0 0;z-index:9999;padding:24px 24px calc(24px + env(safe-area-inset-bottom,0px));pointer-events:none;animation:cookieSlideUp .28s ease-out}.cookie-consent__card{max-width:720px;margin:0 auto;padding:32px;border:1px solid #e4e1db;border-radius:24px;background:#fff;pointer-events:auto}@media (max-width: 639px){.cookie-consent__card{max-width:100%;padding:24px}}.cookie-consent__eyebrow{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:13px;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;font-weight:500;margin-bottom:12px;color:#5f5b53}.cookie-consent__title{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:22px;line-height:1.25;letter-spacing:-.01em;font-weight:600;margin:0 0 12px;color:#0a0a0a}.cookie-consent__text{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.6;font-weight:400;margin:0 0 24px;color:#4a4a4a}.cookie-consent__text--modal{margin-bottom:32px}.cookie-consent__text a{color:#0a0a0a;text-decoration:underline;text-underline-offset:2px}.cookie-consent__text a:hover{color:#1c1c1c}.cookie-consent__notice{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.45;font-weight:400;margin-bottom:24px;padding:16px 24px;border:1px solid #e4e1db;border-radius:14px;background:#f5f3ef;color:#4a4a4a}.cookie-consent__notice--modal{margin-bottom:32px}.cookie-consent__actions{display:flex;gap:8px;margin-bottom:16px}@media (max-width: 639px){.cookie-consent__actions{flex-direction:column}}.cookie-consent__btn{flex:1;display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 24px;border:1.5px solid transparent;border-radius:999px;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;font-weight:500;line-height:1.2;text-align:center;cursor:pointer;background:transparent;transition-property:background-color,border-color,color;transition-duration:.2s;transition-timing-function:cubic-bezier(.22,1,.36,1)}.cookie-consent__btn:focus-visible{outline:3px solid rgba(10,10,10,.28);outline-offset:2px}.cookie-consent__btn--primary{background:#0a0a0a;color:#fff}.cookie-consent__btn--primary:hover{background:#1c1c1c}.cookie-consent__btn--secondary{background:#fff;color:#0a0a0a;border-color:#cfcbc3}.cookie-consent__btn--secondary:hover{background:#f5f3ef}.cookie-consent__btn--ghost{background:transparent;color:#4a4a4a;border-color:#e4e1db}.cookie-consent__btn--ghost:hover{background:#f5f3ef;color:#0a0a0a}.cookie-consent__meta{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.45;font-weight:400;margin:0;color:#5f5b53}.cookie-consent__meta a{color:#0a0a0a;text-decoration:underline;text-underline-offset:2px}.cookie-consent__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:32px;background:#0a0a0a66;animation:cookieFadeIn .2s ease-out}@media (max-width: 639px){.cookie-consent__modal{align-items:flex-end;padding:16px}}.cookie-consent__modal-card{width:min(720px,100%);max-height:min(80vh,920px);overflow:auto;padding:48px;border:1px solid #e4e1db;border-radius:24px;background:#fff;box-shadow:0 24px 48px -12px #0a0a0a2e,0 2px 6px #0a0a0a0f;animation:cookieScaleIn .22s ease-out}@media (max-width: 639px){.cookie-consent__modal-card{max-height:92vh;padding:32px 24px;border-radius:24px 24px 0 0}}.cookie-consent__modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:16px}.cookie-consent__modal-title{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:clamp(26px,3vw,36px);line-height:1.15;letter-spacing:-.015em;font-weight:600;margin:0;color:#0a0a0a}.cookie-consent__close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex:0 0 40px;border:1px solid #e4e1db;border-radius:999px;background:#f5f3ef;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:22px;line-height:1;color:#0a0a0a;cursor:pointer;transition-property:background-color;transition-duration:.2s;transition-timing-function:cubic-bezier(.22,1,.36,1)}.cookie-consent__close:hover{background:#eae7e1}.cookie-consent__close:focus-visible{outline:3px solid rgba(10,10,10,.28);outline-offset:2px}.cookie-consent__preferences{display:grid;gap:16px;margin-bottom:32px}.cookie-consent__preference{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px;border:1px solid #e4e1db;border-radius:24px;background:#f5f3ef}@media (max-width: 639px){.cookie-consent__preference{align-items:flex-start;flex-direction:column}}.cookie-consent__preference-copy{flex:1}.cookie-consent__preference-title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:8px}.cookie-consent__preference-title{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:18px;line-height:1.3;letter-spacing:-.005em;font-weight:600;margin:0;color:#0a0a0a}.cookie-consent__preference-text{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.6;font-weight:400;margin:0;color:#4a4a4a}.cookie-consent__badge{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.45;font-weight:400;display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:999px;background:#eae7e1;font-weight:500;color:#4a4a4a}.cookie-consent__badge--locked{background:#0a0a0a;color:#fff}.cookie-consent__switch{position:relative;display:inline-flex;align-items:center;width:56px;min-width:56px;height:32px}.cookie-consent__switch input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.cookie-consent__switch input:disabled{cursor:not-allowed}.cookie-consent__switch input:checked+.cookie-consent__switch-slider{background:#0a0a0a}.cookie-consent__switch input:checked+.cookie-consent__switch-slider:before{transform:translate(24px)}.cookie-consent__switch input:focus-visible+.cookie-consent__switch-slider{outline:3px solid rgba(10,10,10,.28);outline-offset:2px}.cookie-consent__switch-slider{width:100%;height:100%;border-radius:999px;background:#cfcbc3;position:relative;transition-property:background-color;transition-duration:.2s;transition-timing-function:cubic-bezier(.22,1,.36,1)}.cookie-consent__switch-slider:before{content:"";position:absolute;top:4px;left:4px;width:24px;height:24px;border-radius:50%;background:#fff;transition-property:transform;transition-duration:.2s;transition-timing-function:cubic-bezier(.22,1,.36,1)}.cookie-consent__details{display:grid;gap:8px;margin-bottom:32px;padding:24px;border:1px solid #e4e1db;border-radius:24px;background:#f5f3ef}.cookie-consent__detail{display:flex;justify-content:space-between;gap:16px}@media (max-width: 639px){.cookie-consent__detail{flex-direction:column;gap:4px}}.cookie-consent__detail-label{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.45;font-weight:400;font-weight:600;color:#0a0a0a}.cookie-consent__detail-value{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.45;font-weight:400;color:#4a4a4a;text-align:right}@media (max-width: 639px){.cookie-consent__detail-value{text-align:left}}.cookie-consent__modal-actions{display:flex;gap:8px}@media (max-width: 639px){.cookie-consent__modal-actions{flex-direction:column}}@keyframes cookieSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes cookieFadeIn{0%{opacity:0}to{opacity:1}}@keyframes cookieScaleIn{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion: reduce){.cookie-consent,.cookie-consent__modal,.cookie-consent__modal-card{animation:none}}
