.cookie-consent[data-astro-cid-garwan2p]{position:fixed;inset:auto 1rem 1rem;z-index:150;opacity:0;transform:translateY(12px);transition:opacity .4s ease,transform .4s ease;pointer-events:none}.cookie-consent--visible[data-astro-cid-garwan2p]{opacity:1;transform:translateY(0);pointer-events:auto}.cookie-consent__inner[data-astro-cid-garwan2p]{max-width:var(--default);margin-inline:auto;display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border:1px solid var(--border);border-radius:var(--r-xl);background:color-mix(in srgb,var(--bg) 92%,transparent);box-shadow:var(--shadow-md)}.cookie-consent__message[data-astro-cid-garwan2p]{margin:0;flex:1 1 18rem;font-size:var(--text-xs);color:var(--text-muted);line-height:1.6}.cookie-consent__message[data-astro-cid-garwan2p] a[data-astro-cid-garwan2p]{color:var(--text);text-decoration:underline;text-underline-offset:3px}.cookie-consent__actions[data-astro-cid-garwan2p]{display:flex;gap:.5rem;flex-shrink:0}.cookie-consent__btn[data-astro-cid-garwan2p]{padding:.55rem 1.1rem;border-radius:9999px;font:inherit;font-size:var(--text-xs);font-weight:500;cursor:pointer;transition:opacity var(--ease),background var(--ease),color var(--ease),border-color var(--ease);border:1px solid transparent}.cookie-consent__btn--ghost[data-astro-cid-garwan2p]{background:transparent;color:var(--text-muted);border-color:var(--border-mid)}.cookie-consent__btn--ghost[data-astro-cid-garwan2p]:hover,.cookie-consent__btn--ghost[data-astro-cid-garwan2p]:focus-visible{color:var(--text)}.cookie-consent__btn--primary[data-astro-cid-garwan2p]{background:var(--pill-bg);color:var(--pill-text)}.cookie-consent__btn--primary[data-astro-cid-garwan2p]:hover,.cookie-consent__btn--primary[data-astro-cid-garwan2p]:focus-visible{opacity:.85}@media(max-width:640px){.cookie-consent__inner[data-astro-cid-garwan2p]{flex-direction:column;align-items:stretch;padding:1rem}.cookie-consent__actions[data-astro-cid-garwan2p]{justify-content:flex-end}}@supports (backdrop-filter: blur(1px)){.cookie-consent__inner[data-astro-cid-garwan2p]{backdrop-filter:blur(14px)}}@media(prefers-reduced-motion:reduce){.cookie-consent[data-astro-cid-garwan2p]{transition:none}.cookie-consent__inner[data-astro-cid-garwan2p]{backdrop-filter:none}}.fchat[data-astro-cid-44znwch3]{position:fixed;bottom:1rem;left:1rem;z-index:140;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end}.fchat__window[data-astro-cid-44znwch3]{width:calc(100vw - 2rem);max-width:24rem;overflow:hidden;display:grid;grid-template-rows:0fr;transition:grid-template-rows .45s cubic-bezier(.22,1,.36,1);margin-bottom:.5rem}.fchat__window--open[data-astro-cid-44znwch3]{grid-template-rows:1fr}.fchat__window-inner[data-astro-cid-44znwch3]{overflow:hidden;min-height:0}.fchat__card[data-astro-cid-44znwch3]{background:var(--bg);border:1px solid var(--border);border-radius:var(--r-xl);overflow:hidden;box-shadow:var(--shadow-lg);display:flex;flex-direction:column}.fchat__header[data-astro-cid-44znwch3]{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.875rem 1rem;border-bottom:1px solid var(--border)}.fchat__header-actions[data-astro-cid-44znwch3]{display:flex;align-items:center;gap:.25rem}.fchat__identity[data-astro-cid-44znwch3]{display:flex;align-items:center;gap:.625rem}.fchat__avatar[data-astro-cid-44znwch3]{width:2.25rem;height:2.25rem;border-radius:50%;background:var(--surface-2);color:var(--text-muted);display:flex;align-items:center;justify-content:center;flex-shrink:0}.fchat__title[data-astro-cid-44znwch3]{margin:0;font-size:var(--text-sm);font-weight:600;color:var(--text)}.fchat__subtitle[data-astro-cid-44znwch3]{margin:.1rem 0 0;font-size:var(--text-xs);color:var(--text-faint)}.fchat__close[data-astro-cid-44znwch3],.fchat__voice[data-astro-cid-44znwch3]{width:1.75rem;height:1.75rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-faint);transition:color var(--ease),background var(--ease)}.fchat__close[data-astro-cid-44znwch3]:hover,.fchat__close[data-astro-cid-44znwch3]:focus-visible,.fchat__voice[data-astro-cid-44znwch3]:hover,.fchat__voice[data-astro-cid-44znwch3]:focus-visible{color:var(--text);background:var(--surface-2)}.fchat__voice--active[data-astro-cid-44znwch3]{color:var(--text)}.fchat__voice--active[data-astro-cid-44znwch3] .fchat__voice-wave2[data-astro-cid-44znwch3]{opacity:1}.fchat__voice-wave2[data-astro-cid-44znwch3]{opacity:0;transition:opacity var(--ease)}.fchat__intro[data-astro-cid-44znwch3]{display:grid;grid-template-rows:1fr;transition:grid-template-rows .35s ease,opacity .25s ease}.fchat__intro--hidden[data-astro-cid-44znwch3]{grid-template-rows:0fr;opacity:0}.fchat__intro-inner[data-astro-cid-44znwch3]{overflow:hidden;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.fchat__greeting[data-astro-cid-44znwch3]{margin:0;font-size:1rem;font-weight:500;line-height:1.35;color:var(--text)}.fchat__chips[data-astro-cid-44znwch3]{display:flex;flex-direction:column;gap:.625rem}.fchat__fitcheck[data-astro-cid-44znwch3]{margin-top:.875rem;display:flex;justify-content:center}.fchat__fitcheck-btn[data-astro-cid-44znwch3]{font:inherit;font-size:var(--text-xs);color:var(--text-muted);background:transparent;border:0;padding:.25rem .5rem;text-decoration:underline;text-underline-offset:3px;cursor:pointer;transition:color var(--ease)}.fchat__fitcheck-btn[data-astro-cid-44znwch3]:hover,.fchat__fitcheck-btn[data-astro-cid-44znwch3]:focus-visible{color:var(--text);outline:none}.fchat__thread-wrap[data-astro-cid-44znwch3]{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s ease .15s,opacity .3s ease .15s;opacity:0;overflow:hidden}.fchat__thread-wrap--visible[data-astro-cid-44znwch3]{grid-template-rows:1fr;opacity:1}.fchat__thread[data-astro-cid-44znwch3]{overflow-y:auto;max-height:50vh;padding:1.25rem 1.25rem .5rem;display:flex;flex-direction:column;gap:.875rem;scrollbar-width:thin}.fchat__chip-row[data-astro-cid-44znwch3]{display:flex;flex-direction:column;gap:.625rem;padding:.875rem 1.25rem 1.125rem}.fchat__chip-row[data-astro-cid-44znwch3]:empty{padding:0}.fmsg[data-astro-cid-44znwch3]{max-width:88%;padding:.55rem .85rem;border-radius:1rem;font-size:var(--text-sm);line-height:1.5;animation:fmsg-in .25s ease-out both}.fmsg[data-astro-cid-44znwch3] p[data-astro-cid-44znwch3]{margin:0;white-space:pre-wrap;word-break:break-word}.fmsg--assistant[data-astro-cid-44znwch3]{background:transparent;color:var(--text);align-self:flex-start;padding-left:.3rem;padding-right:0;max-width:100%}.fmsg--user[data-astro-cid-44znwch3]{background:var(--surface-2);color:var(--text);align-self:flex-end;border-bottom-right-radius:.35rem}@keyframes fmsg-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.fchat__typing[data-astro-cid-44znwch3]{display:flex;align-items:center;gap:.3rem;padding:.2rem .3rem}.fchat__typing[data-astro-cid-44znwch3] span[data-astro-cid-44znwch3]{width:.35rem;height:.35rem;border-radius:50%;background:var(--text-muted);animation:fchat-bounce 1.2s ease-in-out infinite}.fchat__typing[data-astro-cid-44znwch3] span[data-astro-cid-44znwch3]:nth-child(2){animation-delay:.15s}.fchat__typing[data-astro-cid-44znwch3] span[data-astro-cid-44znwch3]:nth-child(3){animation-delay:.3s}@keyframes fchat-bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.fchat__form[data-astro-cid-44znwch3]{display:flex;align-items:flex-end;gap:.5rem;padding:.875rem 1.25rem;border-top:1px solid var(--border)}.fchat__form[data-astro-cid-44znwch3] textarea[data-astro-cid-44znwch3]{flex:1;background:transparent;border:0;outline:none;resize:none;font:inherit;font-size:var(--text-sm);line-height:1.5;color:var(--text);min-height:1.5rem;max-height:7rem;overflow-y:auto;padding:.25rem 0}.fchat__form[data-astro-cid-44znwch3] textarea[data-astro-cid-44znwch3]::placeholder{color:var(--text-faint)}.fchat__form[data-astro-cid-44znwch3] textarea[data-astro-cid-44znwch3]:focus-visible{outline:none}.fchat__send[data-astro-cid-44znwch3]{width:2rem;height:2rem;border-radius:50%;background:var(--pill-bg);color:var(--pill-text);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:.05rem;transition:opacity var(--ease);border:0}.fchat__send[data-astro-cid-44znwch3]:hover:not(:disabled){opacity:.85}.fchat__send[data-astro-cid-44znwch3]:disabled{opacity:.3;cursor:not-allowed}.fchat__trigger[data-astro-cid-44znwch3]{position:relative}.fchat__trigger-pill[data-astro-cid-44znwch3]{display:inline-flex;align-items:center;gap:0;padding:.5rem;background:var(--bg);border-radius:9999px;border:1px solid var(--border-mid);box-shadow:var(--shadow-md);transition:box-shadow var(--ease),transform var(--ease),border-color var(--ease);cursor:pointer}.fchat__trigger-pill[data-astro-cid-44znwch3]:hover,.fchat__trigger-pill[data-astro-cid-44znwch3]:focus-visible{box-shadow:var(--shadow-lg);border-color:var(--text-faint);transform:translateY(-1px)}.fchat__trigger-icon[data-astro-cid-44znwch3]{width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--text)}.fchat__trigger-label-wrap[data-astro-cid-44znwch3]{display:grid;grid-template-columns:1fr;transition:grid-template-columns .3s ease;overflow:hidden}.fchat__trigger-label-wrap--collapsed[data-astro-cid-44znwch3]{grid-template-columns:0fr}.fchat__trigger-label[data-astro-cid-44znwch3]{overflow:hidden;font-size:var(--text-sm);font-weight:500;color:var(--text);white-space:nowrap;padding:0 .875rem 0 .5rem;transition:opacity .3s ease,filter .3s ease}.fchat__trigger-label--hidden[data-astro-cid-44znwch3]{opacity:0;filter:blur(3px);pointer-events:none}.booking-card[data-astro-cid-44znwch3]{padding:.75rem .9rem;border-radius:.875rem;font-size:var(--text-sm);line-height:1.5;animation:fmsg-in .28s ease-out both;align-self:flex-start;max-width:92%}.booking-card--success[data-astro-cid-44znwch3]{border:1px solid color-mix(in srgb,var(--color-online) 30%,var(--border));background:color-mix(in srgb,var(--color-online) 6%,var(--surface))}.booking-card--conflict[data-astro-cid-44znwch3]{border:1px solid color-mix(in srgb,var(--accent) 30%,var(--border));background:color-mix(in srgb,var(--accent) 5%,var(--surface))}.booking-card__title[data-astro-cid-44znwch3]{margin:0 0 .25rem;font-weight:500;color:var(--text)}.booking-card__body[data-astro-cid-44znwch3]{margin:0;color:var(--text-muted)}.booking-card__link[data-astro-cid-44znwch3]{display:inline-block;margin-top:.5rem;font-size:var(--text-xs);color:var(--text-muted);text-decoration:underline;text-underline-offset:3px}.booking-card__link[data-astro-cid-44znwch3]:hover{color:var(--text)}.booking-card__slots[data-astro-cid-44znwch3]{display:flex;flex-direction:column;gap:.4rem;margin-top:.75rem}.routing-card[data-astro-cid-44znwch3]{padding:.875rem .95rem;border-radius:.875rem;font-size:var(--text-sm);line-height:1.5;animation:fmsg-in .28s ease-out both;align-self:flex-start;max-width:92%;border:1px solid color-mix(in srgb,var(--accent) 22%,var(--border));background:color-mix(in srgb,var(--accent) 4%,var(--surface))}.routing-card__headline[data-astro-cid-44znwch3]{margin:0 0 .35rem;font-weight:500;color:var(--text)}.routing-card__summary[data-astro-cid-44znwch3]{margin:0 0 .75rem;color:var(--text-muted)}.routing-card__label[data-astro-cid-44znwch3]{margin:0 0 .25rem;font-size:var(--text-xs);font-weight:500;letter-spacing:.02em;text-transform:uppercase;color:var(--text-faint)}.routing-card__list[data-astro-cid-44znwch3]{margin:0 0 .65rem;padding-left:1.1rem;color:var(--text-muted)}.routing-card__list--muted[data-astro-cid-44znwch3]{color:var(--text-faint)}.routing-card__price[data-astro-cid-44znwch3]{margin:.35rem 0 0;font-size:var(--text-xs);font-weight:500;color:var(--text)}.slot-btn[data-astro-cid-44znwch3]{padding:.5rem .85rem;border:1px solid var(--border-mid);border-radius:.5rem;background:var(--bg);color:var(--text-muted);font:inherit;font-size:var(--text-xs);text-align:left;cursor:pointer;transition:color var(--ease),background var(--ease),border-color var(--ease)}.slot-btn[data-astro-cid-44znwch3]:hover,.slot-btn[data-astro-cid-44znwch3]:focus-visible{color:var(--text);background:var(--surface-2);border-color:var(--text-faint);outline:none}.chip{display:flex;align-items:center;justify-content:center;width:100%;padding:.75rem;border-radius:9999px;font-size:var(--text-sm);font-weight:500;line-height:1;cursor:pointer;text-align:center;transition:background var(--ease),color var(--ease),opacity var(--ease),border-color var(--ease)}.chip--primary{background:var(--pill-bg);color:var(--pill-text);border:1px solid transparent;margin-bottom:.5rem}.chip--primary:hover,.chip--primary:focus-visible{opacity:.85}.chip--ghost{background:transparent;color:var(--text-muted);border:1px solid var(--border-mid)}.chip--ghost:hover,.chip--ghost:focus-visible{color:var(--text);border-color:var(--text-faint);background:var(--surface-2)}.sr-only[data-astro-cid-44znwch3]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:480px){.fchat[data-astro-cid-44znwch3]{bottom:.75rem;left:.75rem;right:.75rem}.fchat__window[data-astro-cid-44znwch3]{width:100%;max-width:none}.fchat__thread[data-astro-cid-44znwch3]{max-height:55vh}.fchat__trigger-label[data-astro-cid-44znwch3]{font-size:var(--text-xs)}}@media(prefers-reduced-motion:reduce){.fchat__window[data-astro-cid-44znwch3],.fchat__intro[data-astro-cid-44znwch3],.fchat__thread-wrap[data-astro-cid-44znwch3],.fchat__trigger-label-wrap[data-astro-cid-44znwch3],.fchat__trigger-label[data-astro-cid-44znwch3],.fchat__trigger-pill[data-astro-cid-44znwch3],.fmsg[data-astro-cid-44znwch3],.booking-card[data-astro-cid-44znwch3]{transition:none;animation:none}}:root,[data-theme=light]{--bg:#fdfdfc;--surface:#f5f5f3;--surface-2:#eeede9;--surface-3:#e5e4e0;--border:rgba(18,17,13,.1);--border-mid:rgba(18,17,13,.15);--text:#12110d;--text-muted:rgba(18,17,13,.5);--text-faint:rgba(18,17,13,.3);--text-inverse:#fdfdfc;--pill-bg:#12110d;--pill-text:#fdfdfc;--shadow-sm:0 1px 2px rgba(18,17,13,.06);--shadow-md:0 4px 16px rgba(18,17,13,.08);--shadow-lg:0 12px 40px rgba(18,17,13,.12)}[data-theme=dark]{--bg:#12110d;--surface:#1a1916;--surface-2:#232220;--surface-3:#2c2b28;--border:rgba(255,255,255,.08);--border-mid:rgba(255,255,255,.13);--text:#edecec;--text-muted:rgba(237,236,236,.5);--text-faint:rgba(237,236,236,.28);--text-inverse:#12110d;--pill-bg:#edecec;--pill-text:#12110d;--shadow-sm:0 1px 2px rgba(0,0,0,.3);--shadow-md:0 4px 16px rgba(0,0,0,.4);--shadow-lg:0 12px 40px rgba(0,0,0,.5)}:root{--text-xs:clamp(.6875rem,.65rem + .2vw,.8125rem);--text-sm:clamp(.875rem,.82rem + .25vw,1rem);--text-base:clamp(.9375rem,.9rem + .2vw,1.0625rem);--text-lg:clamp(1.125rem,1rem + .7vw,1.4375rem);--text-xl:clamp(1.5rem,1.2rem + 1.2vw,2.125rem);--text-2xl:clamp(2rem,1.2rem + 2.4vw,3.25rem);--text-hero:clamp(2.75rem,.5rem + 6.5vw,7rem);--sp1:.25rem;--sp2:.5rem;--sp3:.75rem;--sp4:1rem;--sp5:1.25rem;--sp6:1.5rem;--sp8:2rem;--sp10:2.5rem;--sp12:3rem;--sp16:4rem;--sp20:5rem;--sp24:6rem;--sp32:8rem;--r-sm:.375rem;--r-md:.5rem;--r-lg:.75rem;--r-xl:1rem;--r-full:9999px;--ease:.18s cubic-bezier(.16,1,.3,1);--accent:oklch(.72 .12 55);--color-online:oklch(.78 .14 145);--color-error:oklch(.62 .22 25);--narrow:640px;--default:960px;--wide:1200px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;scroll-behavior:smooth;scroll-padding-top:5rem}body{font-family:Figtree,Helvetica Neue,sans-serif;font-size:var(--text-base);color:var(--text);background:var(--bg);min-height:100dvh;line-height:1.6;overflow-x:hidden}img,svg{display:block;max-width:100%}button{cursor:pointer;background:none;border:none;font:inherit;color:inherit}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:Bricolage Grotesque,Helvetica Neue,sans-serif;text-wrap:balance;line-height:1.1}p,li{text-wrap:pretty}::selection{background:#12110d1f}[data-theme=dark] ::selection{background:#edecec26}:focus-visible{outline:2px solid var(--text);outline-offset:3px;border-radius:var(--r-sm)}a,button{transition:color var(--ease),background var(--ease),border-color var(--ease),opacity var(--ease)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}html{scroll-behavior:auto}nav{backdrop-filter:none}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:var(--sp4) var(--sp8);background:color-mix(in srgb,var(--bg) 85%,transparent);border-bottom:1px solid var(--border)}@supports (backdrop-filter:blur(1px)){nav{backdrop-filter:blur(16px)}}@media(max-width:768px){nav{padding:var(--sp4)}}.nav-logo{display:flex;align-items:center;gap:var(--sp2);font-size:var(--text-sm);font-weight:600;letter-spacing:-.01em}.nav-logo-mark{width:26px;height:26px;border:1.5px solid var(--text);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:11px;font-weight:700;line-height:1}.nav-links{display:flex;align-items:center;gap:var(--sp8);list-style:none}.nav-links a{font-size:var(--text-sm);color:var(--text-muted)}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--text)}.nav-links a[aria-current=page]{font-weight:500}@media(max-width:640px){.nav-links{display:none}.nav-menu-btn{display:flex}.nav-mobile{display:none;position:fixed;top:57px;left:0;right:0;z-index:99;background:var(--bg);border-bottom:1px solid var(--border);padding:var(--sp2) var(--sp4) var(--sp4)}.nav-mobile.open{display:block}.nav-mobile ul{list-style:none;display:flex;flex-direction:column}.nav-mobile a{display:block;padding:var(--sp4) var(--sp2);font-size:var(--text-base);color:var(--text-muted);border-bottom:1px solid var(--border)}.nav-mobile li:last-child a{border-bottom:none}.nav-mobile a:hover{color:var(--text)}}.nav-menu-btn{display:none;width:40px;height:40px;border:1px solid var(--border);border-radius:var(--r-full);align-items:center;justify-content:center;color:var(--text-muted)}.nav-mobile{display:none}.nav-menu-btn:hover{color:var(--text)}.nav-actions{display:flex;align-items:center;gap:var(--sp3)}.btn-nav{padding:var(--sp2) var(--sp4);font-size:var(--text-sm);font-weight:500;border:1px solid var(--border-mid);border-radius:var(--r-full);color:var(--text-muted)}.btn-nav:hover{color:var(--text);border-color:#12110d40}[data-theme=dark] .btn-nav:hover{border-color:#ffffff38}.theme-btn{width:40px;height:40px;border:1px solid var(--border);border-radius:var(--r-full);display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.theme-btn:hover{color:var(--text)}footer{border-top:1px solid var(--border);padding:var(--sp10) var(--sp8);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--sp4)}@media(max-width:640px){footer{padding:var(--sp8) var(--sp4);flex-direction:column;align-items:flex-start}}.foot-copy{font-size:var(--text-xs);color:var(--text-faint)}.foot-links{display:flex;gap:var(--sp6);list-style:none;flex-wrap:wrap}.foot-links a{font-size:var(--text-xs);color:var(--text-faint)}.foot-links a:hover{color:var(--text-muted)}main{padding-top:5rem}.section{padding:clamp(var(--sp16),8vw,var(--sp32)) var(--sp8)}@media(max-width:768px){.section{padding:var(--sp16) var(--sp4)}}.section-surface{background:var(--surface);border-top:1px solid var(--border)}.wrap-wide{max-width:var(--wide);margin-inline:auto}.wrap-default{max-width:var(--default);margin-inline:auto}.wrap-narrow{max-width:var(--narrow);margin-inline:auto}.eyebrow{font-size:var(--text-xs);font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--text-faint);margin-bottom:var(--sp4)}.s-title{font-size:var(--text-2xl);font-weight:300;letter-spacing:-.03em;margin-bottom:var(--sp6)}.s-title em,.s-body em{font-style:italic;font-weight:300}.s-body{font-size:var(--text-base);color:var(--text-muted);max-width:56ch;line-height:1.7}.divider{height:1px;background:var(--border);margin:var(--sp12) 0}.btn-primary{display:inline-flex;align-items:center;gap:var(--sp2);padding:var(--sp3) var(--sp6);background:var(--pill-bg);color:var(--pill-text);border-radius:var(--r-full);font-size:var(--text-sm);font-weight:500}.btn-primary:hover{opacity:.85}.btn-outline{display:inline-flex;align-items:center;gap:var(--sp2);padding:var(--sp3) var(--sp6);border:1px solid var(--border-mid);border-radius:var(--r-full);font-size:var(--text-sm);font-weight:400;color:var(--text-muted)}.btn-outline:hover{color:var(--text)}.cta-section{text-align:center}.cta-section .s-title{max-width:none;text-align:center}.cta-section .s-body{margin:0 auto var(--sp8);text-align:center;max-width:42ch}.cta-section__actions{display:flex;justify-content:center;gap:var(--sp4);flex-wrap:wrap}.s-body+.s-body{margin-top:var(--sp6)}.reveal,.reveal-up{opacity:0;transform:translateY(14px);transition:opacity .55s ease,transform .55s ease}.reveal.in-view,.reveal-up.in-view{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.reveal,.reveal-up{opacity:1;transform:none;transition:none}}.page-hero{padding:clamp(var(--sp20),10vw,var(--sp32)) var(--sp8) var(--sp16);border-bottom:1px solid var(--border)}@media(max-width:768px){.page-hero{padding:var(--sp16) var(--sp4) var(--sp12)}}.page-hero-tag{font-size:var(--text-xs);font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--text-faint);margin-bottom:var(--sp4);display:flex;align-items:center;gap:var(--sp2)}.page-hero-tag-line{width:20px;height:1px;background:var(--text-faint)}.page-hero h1{font-size:var(--text-2xl);font-weight:300;letter-spacing:-.03em;max-width:18ch;margin-bottom:var(--sp6)}.page-hero h1 em{font-style:italic;font-weight:300}.page-hero p{font-size:var(--text-base);color:var(--text-muted);max-width:52ch;line-height:1.7}.legal-wrap{max-width:var(--narrow);margin-inline:auto;padding:var(--sp12) var(--sp8)}@media(max-width:640px){.legal-wrap{padding:var(--sp8) var(--sp4)}}.legal-wrap h1{font-size:var(--text-xl);font-weight:400;letter-spacing:-.02em;margin-bottom:var(--sp3)}.legal-wrap .lu{font-size:var(--text-xs);color:var(--text-faint);margin-bottom:var(--sp10)}.legal-wrap h2{font-size:var(--text-base);font-weight:600;margin:var(--sp10) 0 var(--sp3)}.legal-wrap p,.legal-wrap li{font-size:var(--text-sm);color:var(--text-muted);line-height:1.75;margin-bottom:var(--sp3)}.legal-wrap ul{padding-left:var(--sp6);margin-bottom:var(--sp4)}.legal-wrap a{text-decoration:underline;text-underline-offset:3px}.svc-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--r-xl);overflow:hidden}@media(max-width:640px){.svc-grid{grid-template-columns:1fr}}.svc-card{background:var(--bg);padding:var(--sp8);display:flex;flex-direction:column;gap:var(--sp4)}.svc-num{font-size:var(--text-xs);color:var(--text-faint);font-weight:500;text-transform:uppercase;letter-spacing:.1em}.svc-title{font-size:var(--text-xl);font-weight:300;letter-spacing:-.02em}.svc-desc{font-size:var(--text-sm);color:var(--text-muted);line-height:1.7;flex:1}.svc-link{font-size:var(--text-xs);font-weight:500;color:var(--text-faint);text-transform:uppercase;letter-spacing:.08em;display:inline-flex;align-items:center;gap:var(--sp2);padding:var(--sp2) 0}.svc-link:hover{color:var(--text)}.svc-detail{display:grid;grid-template-columns:280px 1fr;gap:var(--sp16);align-items:start;padding:var(--sp12) 0}@media(max-width:768px){.svc-detail{grid-template-columns:1fr;gap:var(--sp6)}}.svc-list{list-style:none;display:flex;flex-direction:column;gap:var(--sp3);margin-top:var(--sp6)}.svc-list li{font-size:var(--text-sm);color:var(--text-muted);padding-left:var(--sp4);position:relative;line-height:1.6}.svc-list li:before{content:"";position:absolute;left:0;top:.55em;width:4px;height:4px;border-radius:50%;background:var(--text-faint)}.proc-list{display:flex;flex-direction:column}.proc-item{display:grid;grid-template-columns:80px 1fr;gap:var(--sp8);padding:var(--sp10) 0;border-bottom:1px solid var(--border)}.proc-item:last-child{border-bottom:none}@media(max-width:640px){.proc-item{grid-template-columns:1fr;gap:var(--sp3)}}.proc-num{font-size:var(--text-xs);font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--text-faint);padding-top:4px}.proc-title{font-size:var(--text-lg);font-weight:400;letter-spacing:-.01em;margin-bottom:var(--sp3)}.proc-desc{font-size:var(--text-sm);color:var(--text-muted);line-height:1.75;max-width:64ch}.form-label{display:block;font-size:var(--text-xs);font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--text-faint);margin-bottom:var(--sp2)}.form-input{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:var(--sp3) var(--sp4);font-size:var(--text-sm);font-family:inherit;color:var(--text);transition:border-color var(--ease)}.form-input:focus-visible{outline:2px solid var(--text);outline-offset:0;border-color:var(--text-muted)}.form-input::placeholder{color:var(--text-faint)}.form-ta{min-height:120px;resize:vertical}.sm-section{padding:var(--sp12) var(--sp8)}@media(max-width:640px){.sm-section{padding:var(--sp10) var(--sp4)}}.sm-wrap{max-width:var(--default);margin-inline:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--sp10)}.sm-group h2{font-size:var(--text-xs);font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--text-faint);margin-bottom:var(--sp5);padding-bottom:var(--sp3);border-bottom:1px solid var(--border)}.sm-group ul{list-style:none;display:flex;flex-direction:column;gap:var(--sp3)}.sm-group li a{display:flex;align-items:flex-start;gap:var(--sp3);font-size:var(--text-sm);color:var(--text-muted);padding:var(--sp3) 0;border-bottom:1px solid var(--border)}.sm-group li a:hover{color:var(--text)}.sm-group li:last-child a{border-bottom:none}.sm-link-icon{flex-shrink:0;margin-top:2px;color:var(--text-faint)}.sm-link-title{display:block;font-weight:500;color:var(--text);margin-bottom:var(--sp1)}.sm-link-desc{display:block;font-size:var(--text-xs);color:var(--text-muted);line-height:1.5}.sm-tech{padding:var(--sp10) var(--sp8);border-top:1px solid var(--border);background:var(--surface)}@media(max-width:640px){.sm-tech{padding:var(--sp8) var(--sp4)}}.sm-tech-wrap{max-width:var(--default);margin-inline:auto}.sm-tech h2{font-size:var(--text-xs);font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--text-faint);margin-bottom:var(--sp5)}.sm-tech-list{display:flex;flex-wrap:wrap;gap:var(--sp3)}.sm-tech-item{display:flex;align-items:center;gap:var(--sp2);padding:var(--sp2) var(--sp4);background:var(--bg);border:1px solid var(--border);border-radius:var(--r-full);font-size:var(--text-xs);color:var(--text-muted)}.sm-tech-item:hover{color:var(--text)}
