:root{--background:#0b0b0b;--surface:#fff;--surface-muted:#f5f1eb;--surface-glass:#ffffff14;--text-primary:#111827;--text-muted:#4b5563;--text-muted-on-dark:#a5abb6;--border:#e5e7eb;--border-strong:#ffffff1f;--accent:#c93636;--accent-hover:#b62828;--accent-soft:#c9363629;--text-black:#0b0b0b;--text-white:#f9f9f9;--shadow-soft:0 18px 40px #0000003d;--shadow-card:0 24px 60px #11182729;--shadow-glow:0 12px 28px #c9363640;--max-width:1120px;--font-sans:"Space Grotesk","Helvetica Neue",Arial,sans-serif;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-pill:999px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-7:32px;--space-8:40px;--space-9:56px;--space-10:72px;--space-11:96px;--page-gutter:20px}@font-face{font-family:Stanford Breath;src:url(/fonts/stanford-breath/Stanford_Breath.woff2)format("woff2"),url(/fonts/stanford-breath/Stanford_Breath.woff)format("woff"),url(/fonts/stanford-breath/Stanford_Breath.ttf)format("truetype"),url(/fonts/stanford-breath/Stanford_Breath.otf)format("opentype");font-weight:400;font-style:normal;font-display:swap}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--background);color:var(--text-white);font-family:var(--font-sans,"Helvetica Neue",Arial,sans-serif);text-rendering:optimizeLegibility;background-image:radial-gradient(circle at 15% 20%,#c936362e,#0000 55%),radial-gradient(circle at 80% 0,#ffffff14,#0000 50%),repeating-linear-gradient(135deg,#ffffff08 0 1px,#0000 1px 12px);min-height:100vh;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Stanford Breath,Helvetica Neue,Arial,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;height:auto;display:block}::selection{color:var(--text-white);background:#c9363659}.text-black{color:var(--text-black)}.text-white{color:var(--text-white)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
.app-shell{background:var(--background);min-height:100vh;font-family:var(--font-sans,"Helvetica Neue",Arial,sans-serif);color:var(--text-white);flex-direction:column;display:flex}.app-main{flex:1}.page{max-width:var(--max-width);padding:var(--space-9)var(--page-gutter)var(--space-11);gap:var(--space-10);flex-direction:column;margin:0 auto;display:flex}.section{gap:var(--space-5);flex-direction:column;display:flex;position:relative}.sectionHeader{gap:var(--space-3);flex-direction:column;display:flex}.pageTitle{letter-spacing:.02em;font-size:clamp(2.2rem,6vw,3.5rem);font-weight:700;line-height:1.05}.sectionTitle{letter-spacing:.02em;font-size:clamp(1.2rem,3vw,1.6rem);font-weight:700}.eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--text-muted-on-dark);font-size:.72rem}.muted{color:var(--text-muted-on-dark)}.panel .muted,.sectionSurface .muted,.panel .eyebrow,.sectionSurface .eyebrow{color:var(--text-muted)}.lead{color:var(--text-muted-on-dark);max-width:50ch;font-size:1.05rem}.grid{gap:var(--space-5);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));display:grid}.cardGrid{gap:var(--space-5);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-6);color:var(--text-primary);box-shadow:var(--shadow-card)}.panelDark{border:1px solid var(--border-strong);border-radius:var(--radius-md);padding:var(--space-6);color:var(--text-white);box-shadow:var(--shadow-soft);background:#0b0b0bb8}.panelAccent{border-radius:var(--radius-md);padding:var(--space-6);color:var(--text-white);background:#c9363624;border:1px solid #c9363659}.sectionSurface{background:var(--surface-muted);color:var(--text-primary);border-radius:var(--radius-lg);padding:var(--space-8);border:1px solid var(--border);box-shadow:var(--shadow-card)}.sectionBleed{margin:0 calc(-1*var(--page-gutter))}.sectionBleed>.sectionInner{padding:var(--space-8)var(--page-gutter);max-width:var(--max-width);margin:0 auto}.stack{gap:var(--space-4);flex-direction:column;display:flex}.buttonRow{gap:var(--space-3);flex-wrap:wrap;display:flex}.button,.ghostButton{border-radius:var(--radius-sm);cursor:pointer;text-transform:uppercase;letter-spacing:.18em;border:1px solid #0000;justify-content:center;align-items:center;padding:10px 18px;font-size:.78rem;font-weight:600;text-decoration:none;transition:transform .2s,background .2s,border-color .2s,color .2s;display:inline-flex}.button{color:var(--text-white);border-color:var(--accent);box-shadow:none;background:0 0}.button:hover{border-color:var(--accent);background:#c936362e;transform:translateY(-1px)}.button:active{background:#c9363647;transform:translateY(0)}.button:focus-visible,.ghostButton:focus-visible,.input:focus-visible,.textarea:focus-visible,.select:focus-visible{outline-offset:2px;outline:2px solid #1d4ed8}.button:disabled{opacity:.6;cursor:not-allowed;transform:none}.ghostButton{color:var(--text-white);box-shadow:none;background:0 0;border-color:#ffffff3d}.ghostButton:hover{background:#ffffff0f;border-color:#ffffff73;transform:translateY(-1px)}.panel .button,.sectionSurface .button{color:var(--accent);border-color:var(--accent);box-shadow:none;background:#c9363614}.panel .button:hover,.sectionSurface .button:hover{background:#c9363629}.panel .ghostButton,.sectionSurface .ghostButton{color:var(--text-primary);border-color:var(--border);box-shadow:none;background:0 0}.panel .ghostButton:hover,.sectionSurface .ghostButton:hover{background:var(--surface-muted);border-color:var(--text-muted)}.tag{border-radius:var(--radius-pill);color:var(--text-white);letter-spacing:.12em;text-transform:uppercase;background:#ffffff14;border:1px solid #ffffff2e;align-items:center;gap:6px;padding:6px 12px;font-size:.75rem;display:inline-flex}.tagDark{border-color:var(--border);background:var(--surface-muted);color:var(--text-primary)}.hero{gap:var(--space-8);align-items:center;display:grid}.heroContent{gap:var(--space-4);flex-direction:column;display:flex}.heroTitle{letter-spacing:.01em;font-size:clamp(2.8rem,7vw,5.2rem);line-height:.92}.heroTitle em{color:var(--accent);font-style:normal}.heroSubtitle{color:var(--text-muted-on-dark);max-width:48ch;font-size:1.05rem}.heroActions{gap:var(--space-3);flex-wrap:wrap;display:flex}.heroMeta{gap:var(--space-2);flex-wrap:wrap;align-items:center;display:flex}.heroPill{border-radius:var(--radius-pill);color:var(--text-white);letter-spacing:.12em;text-transform:uppercase;background:#ffffff1a;align-items:center;gap:8px;padding:6px 12px;font-size:.72rem;display:inline-flex}.heroStats{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(140px,1fr));display:grid}.statCard{padding:var(--space-4);border-radius:var(--radius-md);border:1px solid var(--border-strong);background:#ffffff0f;flex-direction:column;gap:4px;display:flex}.statValue{font-size:1.3rem;font-weight:700}.statLabel{color:var(--text-muted-on-dark);letter-spacing:.08em;text-transform:uppercase;font-size:.8rem}.heroMedia{border-radius:var(--radius-lg);min-height:320px;box-shadow:none;background:0 0;border:none;place-items:center;display:grid;position:relative;overflow:hidden}.heroMedia:before,.heroMedia:after{content:none}.carousel{gap:var(--space-4);z-index:1;flex-direction:column;width:min(460px,90%);display:flex;position:relative}.carouselStage{align-items:center;gap:var(--space-2);grid-template-columns:36px minmax(0,1fr) 36px;grid-template-areas:"prev frame next";display:grid}.carouselFrame{border-radius:var(--radius-lg);aspect-ratio:4/3;touch-action:pan-y;background:0 0;border:none;grid-area:frame;place-items:center;width:100%;display:grid;position:relative;overflow:hidden}.carouselButtonPrev{grid-area:prev}.carouselButtonNext{grid-area:next}.carouselDots{justify-content:center;align-items:center;gap:8px;display:none}.carouselDot{cursor:pointer;background:0 0;border:1px solid #ffffff59;border-radius:999px;width:8px;height:8px;transition:transform .2s,background .2s,border-color .2s}.carouselDotActive{background:var(--accent);border-color:var(--accent);transform:scale(1.2)}.carouselImage{object-fit:cover;width:100%;height:100%}.carouselButton{width:34px;height:34px;color:var(--text-white);cursor:pointer;background:#0b0b0b99;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;transition:transform .2s,border-color .2s,background .2s;display:inline-flex}.carouselButton:hover{background:#0b0b0bbf;border-color:#ffffff80;transform:translateY(-1px)}.carouselMeta{gap:var(--space-2);color:var(--text-white);flex-direction:column;display:flex}.carouselText{flex-direction:column;gap:2px;display:flex}.carouselText strong{font-size:1.15rem;line-height:1.2}.carouselMeta .muted{color:var(--text-muted-on-dark);line-height:1.4}.featureCard{gap:var(--space-3);padding:var(--space-5);background:var(--surface);border-radius:var(--radius-md);border:1px solid var(--border);box-shadow:var(--shadow-card);flex-direction:column;display:flex}.featureCard span{text-transform:uppercase;letter-spacing:.18em;color:var(--text-muted);font-size:.75rem}.split{gap:var(--space-6);display:grid}.sectionTight{margin-top:calc(-1*var(--space-6))}.splitReverse{gap:var(--space-6);display:grid}.mediaStack{gap:var(--space-4);display:grid}.mediaTile{border-radius:var(--radius-md);padding:var(--space-5);justify-content:flex-start;gap:var(--space-3);background:linear-gradient(135deg,#ffffff14,#c9363629);border:1px solid #ffffff1f;flex-direction:column;min-height:160px;display:flex}.mediaImage{object-fit:cover;object-position:center;border-radius:12px;width:100%;height:clamp(220px,30vw,280px)}.mediaTile strong{font-size:1.1rem}.iconList{gap:var(--space-4);display:grid}.iconItem{gap:var(--space-3);grid-template-columns:auto 1fr;align-items:start;display:grid}.iconItemFull{grid-template-columns:minmax(0,1fr)}.iconBadge{background:#ffffff14;border:1px solid #fff3;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-weight:700;display:inline-flex}.divider{background:#ffffff1f;width:100%;height:1px}.panel .divider,.sectionSurface .divider{background:#1118271f}.placeholder{border:1px dashed var(--border);border-radius:var(--radius-md);min-height:120px;color:var(--text-muted);padding:var(--space-4);text-align:center;background:var(--surface-muted);justify-content:center;align-items:center;display:flex}.formGrid{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.formField{gap:var(--space-2);flex-direction:column;display:flex}.formFieldFull{grid-column:1/-1}.label{font-weight:600}.input,.textarea,.select{border:1px solid var(--border);color:var(--text-primary);background:#fff;border-radius:12px;padding:10px 12px;font-size:1rem}.textarea{resize:vertical;min-height:120px}.plainList{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.quoteCard{border-radius:var(--radius-md);padding:var(--space-5);gap:var(--space-3);background:#ffffff14;border:1px solid #ffffff1f;flex-direction:column;display:flex}.quoteCard span{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted-on-dark);font-size:.8rem}.menuHeader{gap:var(--space-4);flex-direction:column;display:flex}.menuHeader .eyebrow{margin-bottom:var(--space-4);display:block}.menuStats,.categoryNav{gap:var(--space-2);flex-wrap:wrap;display:flex}.categoryLink{border-radius:var(--radius-pill);letter-spacing:.08em;text-transform:uppercase;color:var(--text-white);background:#ffffff0f;border:1px solid #fff3;padding:6px 12px;font-size:.8rem;transition:transform .2s,border-color .2s}.categoryLink:hover{border-color:#fff6;transform:translateY(-1px)}.categoryDropdownWrap{flex-direction:column;gap:10px;width:min(100%,420px);display:flex;position:relative}.categoryDropdownLabel{letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted-on-dark);font-size:.72rem;font-weight:600}.categoryDropdownTrigger{border-radius:var(--radius-pill);width:100%;min-height:50px;color:var(--text-white);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;text-align:left;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(125deg,#c936363d 0%,#c9363614 46%,#ffffff1a 100%);border:1px solid #c9363673;padding:12px 42px 12px 16px;font-family:inherit;font-size:.82rem;font-weight:600;transition:border-color .2s,box-shadow .2s,transform .2s,background .2s;position:relative;box-shadow:0 14px 30px #00000038,inset 0 1px #ffffff24}.categoryDropdownTrigger:after{content:"";transform-origin:50%;pointer-events:none;border-bottom:2px solid #ffffffe6;border-right:2px solid #ffffffe6;width:8px;height:8px;transition:transform .2s,border-color .2s;position:absolute;top:50%;right:16px;transform:translateY(-62%)rotate(45deg)}.categoryDropdownTriggerOpen:after{border-color:var(--accent);transform:translateY(-34%)rotate(225deg)}.categoryDropdownTrigger:hover{box-shadow:var(--shadow-glow);border-color:#c93636d1;transform:translateY(-1px)}.categoryDropdownTrigger:focus-visible{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #c9363642,0 14px 30px #0000004d}.categoryDropdownValue{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}.categoryDropdownPlaceholder{color:#f9f9f9c7}.categoryDropdownMenu{scrollbar-width:none;-ms-overflow-style:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:30;background:linear-gradient(160deg,#111111f5 0%,#0b0b0bf0 65%,#c9363633 100%);border:1px solid #c9363673;border-radius:18px;width:100%;max-height:min(56vh,360px);margin:0;padding:8px;list-style:none;position:absolute;top:calc(100% + 10px);left:0;overflow:hidden auto;box-shadow:0 18px 45px #00000073,inset 0 0 0 1px #ffffff0a}.categoryDropdownOption{width:100%;color:var(--text-white);text-align:left;cursor:pointer;letter-spacing:.08em;text-transform:uppercase;white-space:normal;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;background:0 0;border:1px solid #0000;border-radius:12px;padding:10px 12px;font-size:.8rem;line-height:1.32;transition:background .18s,border-color .18s,transform .18s}.categoryDropdownOption:hover{background:#c9363629;border-color:#c9363666;transform:translate(2px)}.categoryDropdownOption:focus-visible{background:#c9363633;border-color:#c93636a8;outline:none}.categoryDropdownOptionActive{background:#c9363638;border-color:#c93636b8}.categoryDropdownMenu::-webkit-scrollbar{width:0;height:0;display:none}.categoryDropdownMenu::-webkit-scrollbar-thumb{background:0 0}.categoryDropdownMenu::-webkit-scrollbar-track{background:0 0}@media (max-width:640px){.categoryDropdownWrap{width:100%}}.menuGrid{gap:var(--space-5);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));display:grid}.menuCard{gap:var(--space-3);flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex}.menuCard:hover{transform:translateY(-4px);box-shadow:0 18px 35px #11182729}.menuImageFrame{aspect-ratio:4/3;background:#f3f4f6;border-radius:14px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.menuImage{object-fit:cover;width:100%;height:100%}.menuCardSoldOut .menuImage{opacity:.45;filter:grayscale()}.menuBadge{border-radius:var(--radius-pill);color:#fff;letter-spacing:.02em;background:#111827;padding:6px 12px;font-size:.75rem;font-weight:600;position:absolute;top:12px;left:12px}.menuBadgeSoldOut{background:#b91c1c}.menuTitleRow{justify-content:space-between;align-items:baseline;gap:var(--space-3);display:flex}.menuMeta{flex-wrap:wrap;justify-content:flex-end;align-items:baseline;gap:8px;display:flex}.adminHeader{justify-content:space-between;align-items:flex-start;gap:var(--space-4);flex-wrap:wrap;display:flex}.adminGroup,.adminList{gap:var(--space-4);flex-direction:column;display:flex}.adminRow{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;display:flex}.adminItem{align-items:center;gap:var(--space-3);min-width:0;display:flex}.adminThumb{object-fit:cover;background:#f3f4f6;border-radius:12px;flex-shrink:0;width:56px;height:56px}.adminInfo{gap:var(--space-2);flex-direction:column;display:flex}.adminControls{align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.adminToggle{align-items:center;gap:var(--space-2);display:inline-flex}.switch{cursor:pointer;align-items:center;display:inline-flex;position:relative}.switchInput{opacity:0;width:1px;height:1px;position:absolute}.switchTrack{border-radius:var(--radius-pill);background:#d1d5db;align-items:center;width:44px;height:24px;padding:2px;transition:background .2s;display:inline-flex}.switchThumb{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;transform:translate(0);box-shadow:0 1px 2px #0000001f}.switchInput:checked+.switchTrack{background:#111827}.switchInput:checked+.switchTrack .switchThumb{transform:translate(20px)}.switchInput:focus-visible+.switchTrack{outline-offset:2px;outline:2px solid #1d4ed8}.switchInput:disabled+.switchTrack{opacity:.6;cursor:not-allowed}.status{color:var(--text-primary);border-radius:var(--radius-pill);background:#1118270f;border:1px solid #11182714;align-items:center;gap:6px;padding:4px 10px;font-size:.78rem;font-weight:600;display:inline-flex}.statusMuted{color:var(--text-muted);background:#1118270a;border-color:#1118270f}.statusOk{color:#047857;background:#0478571f;border-color:#04785733}.statusWarning{color:#b45309;background:#b4530924;border-color:#b4530938}.statusError{color:#b91c1c;background:#b91c1c1f;border-color:#b91c1c38}@media (max-width:720px){.page{padding:var(--space-7)var(--page-gutter)var(--space-9)}.heroStrip{flex-direction:column;align-items:flex-start}.carouselButton{display:none}.carouselDots{display:flex}}@media (min-width:900px){.hero{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}.heroContent .eyebrow{margin-bottom:var(--space-3)}.sectionTight{margin-top:calc(-1*var(--space-8))}.split{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center}.split.sectionTight{align-items:stretch}.split.sectionTight>*,.split.sectionTight .mediaStack,.split.sectionTight .mediaTile{height:100%}.splitReverse{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center}}.reviewsSlider{align-items:center;gap:var(--space-4);flex-direction:column;width:100%;max-width:800px;margin:0 auto;display:flex}.reviewBlockContainer{touch-action:pan-y;width:100%}.reviewBlock{border-radius:var(--radius-md);padding:var(--space-6);color:var(--text-white);text-align:center;background:#ffffff14;border:1px solid #ffffff1f;justify-content:center;align-items:center;width:100%;min-height:140px;font-size:1.05rem;line-height:1.5;transition:opacity .3s;display:flex}.openingHours{color:var(--text-white);background:0 0;border:0;border-radius:0;max-width:500px;margin:0;padding:0}.openingHoursWrapper{justify-content:flex-start;display:flex}.openingHours h3{margin-bottom:var(--space-3);color:var(--text-white);font-size:1.1rem}.openingHours p{color:var(--text-muted-on-dark);font-size:.95rem}.hoursList{gap:var(--space-2);flex-direction:column;display:flex}.hoursRow{column-gap:var(--space-10);color:var(--text-muted-on-dark);grid-template-columns:180px max-content;justify-content:start;align-items:baseline;font-size:.9rem;display:grid}.hoursRow span:first-child{color:var(--text-white);font-weight:500}.reviewControls button{width:36px;height:36px;color:var(--text-white);cursor:pointer;background:#0b0b0b99;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;transition:transform .2s,border-color .2s,background .2s;display:inline-flex}.reviewControls button:hover{background:#0b0b0bbf;border-color:#ffffff80;transform:translateY(-1px)}.reviewsSlider span{color:var(--text-muted-on-dark);justify-content:center;align-items:center;min-width:48px;font-size:.85rem;display:inline-flex}.reviewControls{align-items:center;gap:var(--space-2);display:flex}.reviewDots{justify-content:center;align-items:center;gap:6px;display:flex}.reviewDot{cursor:pointer;background:#fff3;border:1px solid #ffffff59;border-radius:999px;width:8px;height:8px;padding:0;transition:width .2s,background-color .2s,border-color .2s}.reviewDotActive{background:var(--accent);border-color:var(--accent);width:22px;height:8px}@media (max-width:768px){.reviewsSlider{width:100%}.reviewBlock{min-height:160px;padding:var(--space-5);font-size:.95rem}.reviewControls{display:none}.reviewDots{display:flex}.hoursRow{justify-content:space-between;gap:var(--space-4);display:flex}.openingHours{width:100%;max-width:unset}}
.Header-module__arFiJq__header{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f5f1eb;border-bottom:1px solid #11182714;position:sticky;top:0;box-shadow:0 10px 24px #0f172a14}.Header-module__arFiJq__ribbon{letter-spacing:.18em;text-transform:uppercase;color:var(--text-white);background:#c936362e;border-bottom:1px solid #ffffff14;justify-content:center;align-items:center;gap:10px;padding:8px 24px;font-size:.68rem;display:flex}.Header-module__arFiJq__ribbonDot{background:var(--accent);border-radius:50%;width:8px;height:8px}.Header-module__arFiJq__ribbonDivider{background:#fff3;width:1px;height:12px}.Header-module__arFiJq__container{max-width:var(--max-width);padding:18px var(--page-gutter);justify-content:space-between;align-items:center;gap:24px;margin:0 auto;display:flex}.Header-module__arFiJq__brand{color:var(--text-primary);align-items:center;gap:12px;text-decoration:none;display:flex}.Header-module__arFiJq__logoWrap{justify-content:center;align-items:center;width:auto;height:auto;display:inline-flex}.Header-module__arFiJq__logo{object-fit:contain;filter:drop-shadow(0 6px 14px #0f172a2e);border-radius:12px;width:40px;height:40px}.Header-module__arFiJq__brandText{flex-direction:column;gap:2px;display:flex}.Header-module__arFiJq__brandName{letter-spacing:.08em;text-transform:uppercase;font-size:.8rem;font-weight:700}.Header-module__arFiJq__brandTagline{color:var(--text-muted);font-size:.78rem}.Header-module__arFiJq__nav{flex-wrap:wrap;align-items:center;gap:10px;display:none}.Header-module__arFiJq__link{color:var(--text-primary);text-transform:uppercase;letter-spacing:.16em;border:1px solid #0000;border-radius:999px;padding:8px 12px;font-size:.7rem;text-decoration:none;transition:background .2s,border-color .2s,transform .2s}.Header-module__arFiJq__link:hover{background:#1118270f;border-color:#1118271f;transform:translateY(-1px)}.Header-module__arFiJq__link:focus-visible{outline-offset:2px;outline:2px solid #1d4ed8}.Header-module__arFiJq__actions{align-items:center;gap:12px;display:flex}.Header-module__arFiJq__cta{color:var(--accent);border-color:var(--accent);background:#c9363614;padding:10px 18px;font-size:.9rem;display:none}.Header-module__arFiJq__menuButton{color:var(--text-primary);cursor:pointer;background:0 0;border:1px solid #1118271f;border-radius:999px;align-items:center;gap:10px;padding:8px 10px;font-weight:600;transition:background .2s,border-color .2s,transform .2s;display:inline-flex}.Header-module__arFiJq__menuButton:hover{background:#1118270d;border-color:#11182733;transform:translateY(-1px)}.Header-module__arFiJq__menuButtonLabel{letter-spacing:.12em;text-transform:uppercase;font-size:.85rem}.Header-module__arFiJq__menuIcon{justify-content:center;align-items:center;width:22px;height:14px;display:inline-flex;position:relative}.Header-module__arFiJq__menuIcon span{background:currentColor;border-radius:999px;width:22px;height:2px;transition:transform .2s,opacity .2s;position:absolute}.Header-module__arFiJq__menuIcon span:first-child{transform:translateY(-5px)}.Header-module__arFiJq__menuIcon span:last-child{transform:translateY(5px)}.Header-module__arFiJq__menuButtonOpen .Header-module__arFiJq__menuIcon span:first-child{transform:rotate(45deg)}.Header-module__arFiJq__menuButtonOpen .Header-module__arFiJq__menuIcon span:last-child{transform:rotate(-45deg)}.Header-module__arFiJq__menuOverlay{z-index:1000;background:#080808e6;justify-content:stretch;align-items:stretch;display:flex;position:fixed;inset:0}.Header-module__arFiJq__menuPanel{width:100%;height:100%;color:var(--text-white);padding:calc(24px + env(safe-area-inset-top))22px calc(28px + env(safe-area-inset-bottom));background:linear-gradient(160deg,#0b0b0bfa,#141414fa);flex-direction:column;gap:28px;display:flex}.Header-module__arFiJq__menuTop{justify-content:space-between;align-items:center;gap:16px;display:flex}.Header-module__arFiJq__menuBrand{align-items:center;gap:12px;display:flex}.Header-module__arFiJq__menuLogo{object-fit:contain;filter:drop-shadow(0 6px 16px #00000059);border-radius:12px;width:40px;height:40px}.Header-module__arFiJq__menuTitle{letter-spacing:.08em;text-transform:uppercase;font-size:.85rem;font-weight:700}.Header-module__arFiJq__menuSubtitle{color:var(--text-muted-on-dark);font-size:.75rem}.Header-module__arFiJq__menuClose{width:44px;height:44px;color:var(--text-white);cursor:pointer;background:#ffffff0f;border:none;border-radius:50%;padding:0;position:relative}.Header-module__arFiJq__menuClose span{transform-origin:50%;background:currentColor;border-radius:999px;width:22px;height:2px;position:absolute;top:50%;left:50%}.Header-module__arFiJq__menuClose span:first-child{transform:translate(-50%,-50%)rotate(45deg)}.Header-module__arFiJq__menuClose span:last-child{transform:translate(-50%,-50%)rotate(-45deg)}.Header-module__arFiJq__menuNav{flex-direction:column;gap:18px;display:flex}.Header-module__arFiJq__menuLink{color:var(--text-white);font-family:Stanford Breath,Helvetica Neue,Arial,sans-serif;font-size:clamp(1.7rem,6vw,2.4rem);text-decoration:none}.Header-module__arFiJq__menuFooter{flex-direction:column;gap:16px;margin-top:auto;display:flex}.Header-module__arFiJq__menuNote{color:var(--text-muted-on-dark);max-width:36ch}.Header-module__arFiJq__menuActions{flex-direction:column;gap:12px;display:flex}.Header-module__arFiJq__menuCta{width:100%}.Header-module__arFiJq__menuGhost{justify-content:center;width:100%}@media (max-width:760px){.Header-module__arFiJq__ribbon{display:none}}@media (min-width:900px){.Header-module__arFiJq__nav{display:flex}.Header-module__arFiJq__menuButton{display:none}.Header-module__arFiJq__cta{display:inline-flex}}
.Footer-module__rnk_JG__footer{background:#f5f1eb;border-top:1px solid #11182714;flex-direction:column;gap:0;display:flex}.Footer-module__rnk_JG__ctaBand{padding:48px var(--page-gutter);background:linear-gradient(140deg,#c9363640,#ffffff0d);border-bottom:1px solid #ffffff14}.Footer-module__rnk_JG__ctaContent{width:min(100%,var(--max-width));align-items:center;gap:20px;margin:0 auto;display:grid}.Footer-module__rnk_JG__kicker{letter-spacing:.2em;text-transform:uppercase;color:var(--text-white);font-size:.72rem}.Footer-module__rnk_JG__ctaTitle{color:var(--text-white);margin-top:8px;font-size:clamp(1.8rem,4vw,2.6rem)}.Footer-module__rnk_JG__ctaText{color:var(--text-muted-on-dark);max-width:48ch;margin-top:10px}.Footer-module__rnk_JG__ctaActions{flex-wrap:wrap;gap:12px;display:flex}.Footer-module__rnk_JG__container{width:min(100%,var(--max-width));padding:48px var(--page-gutter)32px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:flex-start;gap:24px;margin:0 auto;display:grid}.Footer-module__rnk_JG__brandRow{align-items:flex-start;gap:12px;display:flex}.Footer-module__rnk_JG__logoWrap{background:0 0;border:none;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;display:inline-flex}.Footer-module__rnk_JG__logo{object-fit:contain;width:32px;height:32px}.Footer-module__rnk_JG__block{flex-direction:column;gap:8px;display:flex}.Footer-module__rnk_JG__title{color:var(--text-primary);font-size:1.05rem;font-weight:700}.Footer-module__rnk_JG__subtitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.85rem}.Footer-module__rnk_JG__text{color:var(--text-muted);line-height:1.5}.Footer-module__rnk_JG__noWrap{white-space:nowrap}.Footer-module__rnk_JG__list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__rnk_JG__linkRow{flex-wrap:wrap;gap:12px;display:flex}.Footer-module__rnk_JG__link{color:var(--text-primary);letter-spacing:.08em;text-transform:uppercase;padding:6px 0;font-size:.78rem;text-decoration:none}.Footer-module__rnk_JG__link:focus-visible{outline-offset:2px;outline:2px solid #1d4ed8}.Footer-module__rnk_JG__bottom{padding:18px var(--page-gutter)32px;color:var(--text-muted);width:min(100%,var(--max-width));border-top:1px solid #11182714;flex-direction:column;gap:6px;margin:0 auto;font-size:.8rem;display:flex}@media (max-width:720px){.Footer-module__rnk_JG__noWrap{white-space:normal}.Footer-module__rnk_JG__ctaActions{flex-direction:column;align-items:stretch}.Footer-module__rnk_JG__ctaActions a{justify-content:center;width:100%}.Footer-module__rnk_JG__ctaBand{padding-top:32px;padding-bottom:32px}.Footer-module__rnk_JG__container{padding-top:36px;padding-bottom:28px}}@media (min-width:900px){.Footer-module__rnk_JG__ctaContent{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr)}.Footer-module__rnk_JG__bottom{flex-direction:row;justify-content:space-between}}
@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/32687112bd2dd8db-s.cfdd66c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/28868e710e86be81-s.c30238d4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.4564287c.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk Fallback;src:local(Arial);ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.0%;size-adjust:109.69%}.space_grotesk_64c52139-module__4Ae43a__className{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.space_grotesk_64c52139-module__4Ae43a__variable{--font-sans:"Space Grotesk","Space Grotesk Fallback"}
