[hidden]{display:none!important}
/* ==========================================================================
   chrome.css — the navbar menu, the footer and the legal pages.
   Loaded by every public page so the shell is identical everywhere.
   Relies on the design tokens each page already defines (--ink, --line, ...)
   and falls back to literals where a page might not.
   ========================================================================== */

/* ---------- full-screen menu (mobile) ---------- */
.nav-sheet{position:fixed;inset:0;z-index:400;background:#fff;display:flex;flex-direction:column;
  opacity:0;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease}
.nav-sheet[hidden]{display:none}
.nav-sheet.on{opacity:1;transform:none}
.ns-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:16px 20px;border-bottom:1px solid #EAEAE7;flex:none}
.ns-bar .logo{color:#151515}
.ns-close{width:42px;height:42px;border-radius:12px;border:1px solid #EAEAE7;background:#F6F6F4;
  display:grid;place-items:center;cursor:pointer;color:#151515;flex:none}
.ns-close svg{width:20px;height:20px}
.ns-list{flex:1;overflow-y:auto;padding:8px 20px}
.ns-list a{display:flex;align-items:center;justify-content:space-between;gap:14px;
  padding:20px 4px;border-bottom:1px solid #F0F0ED;
  font-size:22px;font-weight:700;letter-spacing:-.02em;color:#151515;text-decoration:none}
.ns-list a:last-child{border-bottom:0}
.ns-list a svg{width:20px;height:20px;color:#B9B9B4;flex:none}
.ns-list a:active{color:#5B5B58}
.ns-foot{flex:none;padding:18px 20px calc(18px + env(safe-area-inset-bottom));
  border-top:1px solid #EAEAE7;display:grid;gap:10px}
.ns-foot .btn{width:100%;justify-content:center;font-size:16px;padding:14px 20px}
body.no-scroll{overflow:hidden}

/* ---------- footer ---------- */
.ft{background:#141414;color:#fff;border-radius:var(--r-panel,38px);padding:52px 48px 26px;margin-bottom:22px}
.ft a{text-decoration:none}
.ft-top{display:grid;grid-template-columns:1.5fr 1fr 1.15fr 1fr 1.35fr;gap:38px;padding-bottom:36px;
  border-bottom:1px solid rgba(255,255,255,.12)}
.ft-brand .logo{color:#fff;margin-bottom:16px}
.ft-brand .logo .mark{background:#fff}
.ft-brand p{font-size:14.5px;line-height:1.65;color:rgba(255,255,255,.62);max-width:290px}
.ft-social{display:flex;gap:10px;margin-top:20px;flex-wrap:wrap}
.ft-social a{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.09);display:grid;
  place-items:center;color:#fff;transition:background .18s,transform .18s}
.ft-social a:hover{transform:translateY(-2px)}
.ft-social .s-fb:hover{background:#1877F2}
.ft-social .s-ig:hover{background:#E1306C}
.ft-social .s-yt:hover{background:#FF0000}
.ft-social .s-wa:hover{background:#25D366}
.ft-social .s-em:hover{background:#7C3AED}
.ft-social svg{width:17px;height:17px}
.ft-col h4{font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;
  color:rgba(255,255,255,.45);margin-bottom:16px}
.ft-col a{display:block;font-size:14.5px;color:rgba(255,255,255,.74);padding:6px 0;transition:color .14s}
.ft-col a:hover{color:#fff}
.ft-line{display:flex!important;align-items:center;gap:9px}
.ft-line svg{width:16px;height:16px;color:rgba(255,255,255,.45);flex:none}
/* the WhatsApp call-to-action: a proper card, not a squeezed pill */
.wa-btn{display:flex!important;align-items:center;gap:12px;margin-top:16px;padding:12px 14px;
  border-radius:14px;background:rgba(37,211,102,.10);border:1px solid rgba(37,211,102,.30);
  transition:background .18s,border-color .18s,transform .18s}
.wa-btn:hover{background:rgba(37,211,102,.18);border-color:rgba(37,211,102,.55);transform:translateY(-1px)}
.wa-ic{width:38px;height:38px;border-radius:11px;background:#25D366;color:#fff;flex:none;
  display:grid;place-items:center}
.wa-ic svg{width:20px;height:20px}
.wa-t{flex:1;min-width:0}
.wa-t b{display:block;font-size:14px;font-weight:700;color:#fff;letter-spacing:-.01em}
.wa-t em{display:block;font-style:normal;font-size:11.5px;color:rgba(255,255,255,.55);
  margin-top:1px;white-space:nowrap}
.wa-go{color:rgba(255,255,255,.4);flex:none}
.wa-go svg{width:16px;height:16px}
.wa-btn:hover .wa-go{color:#fff}
.ft-hours{display:flex;align-items:center;gap:6px;font-size:12.5px;color:rgba(255,255,255,.42);margin-top:12px}
.ft-hours svg{width:13px;height:13px}
.ft-contact .btn-dark{background:#fff;color:#141414;box-shadow:none}
.ft-contact .btn-dark:hover{background:rgba(255,255,255,.88)}
.ft-bot{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;
  padding-top:22px;font-size:13.5px;color:rgba(255,255,255,.45)}
.ft-links{display:flex;gap:22px;flex-wrap:wrap}
.ft-links a{color:rgba(255,255,255,.62)}
.ft-links a:hover{color:#fff}
@media(max-width:1080px){.ft-top{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:700px){
  .ft{padding:36px 22px 20px;border-radius:28px}
  .ft-top{grid-template-columns:1fr 1fr;gap:26px}
  .ft-brand{grid-column:1/-1}
  .ft-brand p{max-width:none}
  .ft-bot{flex-direction:column;text-align:center;gap:12px}
}

/* ---------- legal pages ---------- */
.legal{max-width:840px;margin:0 auto 22px;padding:52px 56px 40px}
.legal h1{font-size:clamp(30px,5vw,46px);letter-spacing:-.03em;margin:14px 0 12px}
.legal-lede{font-size:17px;color:var(--ink-2,#5B5B58);line-height:1.6}
.legal-date{margin-top:10px;font-size:13px;color:var(--faint,#9A9A96)}
.legal-body{margin-top:34px;padding-top:30px;border-top:1px solid var(--line,#EAEAE7)}
.legal-body h2{font-size:20px;letter-spacing:-.02em;margin:32px 0 10px}
.legal-body h2:first-child{margin-top:0}
.legal-body p,.legal-body li{font-size:15.5px;line-height:1.75;color:var(--ink-2,#5B5B58)}
.legal-body p{margin-bottom:12px}
.legal-body ul{margin:0 0 14px 20px;display:grid;gap:6px}
.legal-body a{color:#7C3AED;font-weight:600}
.legal-body b{color:var(--ink,#151515)}
.legal-help{margin-top:38px;padding:22px 24px;border-radius:20px;background:var(--panel-2,#F6F6F4);
  display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.legal-help b{font-size:15px}
.legal-help span{flex:1;min-width:200px;font-size:14.5px;color:var(--ink-2,#5B5B58)}
@media(max-width:700px){
  .legal{padding:34px 22px 30px;border-radius:28px}
  .legal-help{flex-direction:column;align-items:flex-start}
}

/* ---------- card rails (phones) ----------
   On desktop the track keeps whatever grid the page gave it and the arrows
   stay hidden. Under 760px it turns into a snapping horizontal row. */
.rail{position:relative}
/* The landing page styles its own rail; this block is for pages that don't. */
.rail:not(.rail-own) .rail-nav{display:none}
@media(max-width:760px){
  .rail:not(.rail-own) .rail-nav{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:16px}
  .rail-btn{width:40px;height:40px;border-radius:50%;border:1px solid var(--line,#EAEAE7);
    background:#fff;display:grid;place-items:center;cursor:pointer;color:var(--ink,#151515);
    box-shadow:0 4px 14px rgba(20,20,20,.07);transition:opacity .16s,transform .16s;flex:none}
  .rail-btn:active{transform:scale(.94)}
  .rail-btn:disabled{opacity:.32;cursor:default}
  .rail-btn svg{width:19px;height:19px}
  .rail-dots{display:flex;align-items:center;gap:7px}
  .rail-dot{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#D6D6D2;
    cursor:pointer;transition:width .2s,background .2s}
  .rail-dot.on{width:22px;border-radius:4px;background:#7C3AED}

  .rail:not(.rail-own) [data-rail-track]{
    display:grid!important;
    grid-auto-flow:column;
    grid-auto-columns:86%;
    grid-template-columns:none!important;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    padding:4px 4px 12px;
    margin:0 -4px;
  }
  .rail:not(.rail-own) [data-rail-track]::-webkit-scrollbar{display:none}
  .rail:not(.rail-own) [data-rail-track] > *{scroll-snap-align:center;min-width:0}
  /* cards in a rail must not wait for the scroll-reveal to fire */
  .rail:not(.rail-own) [data-rail-track] > .reveal{opacity:1;transform:none;transition-delay:0s!important}
}

/* On a phone the nav keeps one action plus the menu — two buttons crowd the logo. */
@media(max-width:560px){
  .nav-r .btn-ghost{display:none}
  .nav-in{padding:10px 14px}
  .logo{font-size:17px}
  .logo .mark{width:38px;height:38px}
}

/* long rails show "4 / 23" rather than a row of dots */
.rail-count{font-size:12.5px;font-weight:700;color:var(--faint,#9A9A96);
  font-variant-numeric:tabular-nums;letter-spacing:.02em}


/* A rail that drifts continuously must not snap — the snap points fight the
   animation and make it stutter. */
.rail-flowing [data-rail-track]{scroll-snap-type:none!important;scroll-behavior:auto!important}
.rail-flowing [data-rail-track] > *{scroll-snap-align:none!important}
