:root{
  --base-rose-100:#ffecf3;
  --base-rose-200:#fadde7;
  --base-rose-300:#f9c4db;
  --base-rose-deep:#f2a6c8;
  --base-lavender:#eae8f5;
  --base-lavender-alt:#d7def5;

  --base-surface:#fdfffe;
  --base-surface-pale:#fff6f9;
  --base-surface-alt:#fdebef;

  --base-rose:#ed4d97;
  --base-rose-dark:#e0317a;
  --base-red:#fa5e72;
  --base-red-alt:#f84963;
  --base-peach:#fb7b3e;
  --base-peach-alt:#f76b27;
  --base-love:#ff4c5c;
  --base-periwinkle:#c5caf3;

  --base-copy:#2b2431;
  --base-copy-pale:#6e6472;
  --base-dim:#9c949f;
  --base-edge:#f0d7e2;

  --base-contrast:#fdfffe;
  --base-pure:#fdfffe;
  --base-go:#31ad67;
  --base-edge-pale:rgba(253,255,254,.88);
  --base-surface-surface:rgba(253,255,254,.91);
  --base-scrim:rgba(43,36,49,.48);
  --base-baseline-surface:#2b2431;
  --base-baseline:#dad2df;
  --base-baseline-alt:#fdfffe;
  --base-baseline-pale:#aa9eaf;
  --base-baseline-ring:rgba(253,255,254,.12);

  --base-rad-sm:14px;
  --base-rad-md:20px;
  --base-rad-lg:28px;
  --base-rad-xl:36px;
  --base-rad-pill:999px;

  --base-elev-sm:0 6px 16px -8px rgba(237,77,151,.35);
  --base-elev-md:0 18px 38px -18px rgba(237,77,151,.39);
  --base-elev-lg:0 30px 60px -24px rgba(224,49,122,.4);

  --base-display:"Trebuchet MS","Segoe UI",system-ui,-apple-system,"Helvetica Neue",sans-serif;
  --base-type:"Segoe UI",system-ui,-apple-system,"Helvetica Neue",Arial,sans-serif;

  --base-shell:1200px;
  --base-gutter:24px;
  --base-block-y:clamp(56px,7vw,104px);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  line-height:1.6;background:
    radial-gradient(1200px 700px at 85% -8%, var(--base-rose-300) 0%, transparent 55%),
    radial-gradient(900px 600px at -10% 8%, var(--base-lavender) 0%, transparent 55%),
    linear-gradient(180deg, var(--base-rose-100) 0%, var(--base-surface-pale) 40%, var(--base-rose-100) 100%);margin:0;background-attachment:fixed;
  font-family:var(--base-type);
  -webkit-font-smoothing:antialiased;color:var(--base-copy);
}
img{display:block;max-width:100%}
.round{line-height:1;font-size:.6rem;color:var(--base-go)}
.hl{background:linear-gradient(92deg,var(--base-rose),var(--base-red) 60%,var(--base-peach));-webkit-background-clip:text;background-clip:text;color:transparent}
.blog__txt .press{margin-top:26px}
.account-card{transition:transform .2s ease,box-shadow .2s ease;position:relative;box-shadow:var(--base-elev-md);overflow:hidden;border-radius:var(--base-rad-lg);background:var(--base-surface);border:1px solid var(--base-edge-pale)}
.account-card:hover{transform:translateY(-6px);box-shadow:var(--base-elev-lg)}
.account__pic{background:linear-gradient(160deg,var(--base-rose-200),var(--base-lavender-alt));overflow:hidden;aspect-ratio:1/1;position:relative}
.account__pic img{width:100%;height:100%;object-fit:cover;display:block}
.account__stamp{background:var(--base-surface-surface);display:inline-flex;box-shadow:var(--base-elev-sm);z-index:2;align-items:center;font-weight:700;padding:5px 10px;border-radius:var(--base-rad-pill);font-size:.72rem;position:absolute;gap:6px;top:12px;color:var(--base-go);left:12px}
.section{padding-block:var(--base-block-y)}
.section--inv{background:var(--base-surface-alt)}
.account-teaser-watch{border-radius:50%;transform:translate(-50%,-50%);color:#fdfffe;height:78px;top:50%;width:78px;left:50%;font-size:1.9rem;line-height:1;place-items:center;transition:transform .15s ease,background .15s ease;padding-left:6px;cursor:pointer;background:rgba(2,0,2,.48);display:grid;z-index:3;border:none;position:absolute;box-shadow:var(--base-elev-md)}
.account-teaser-watch:hover{transform:translate(-50%,-50%) scale(1.07);background:rgba(2,0,2,.68)}
.account-drawer{top:96px;position:sticky}
.account-intro{margin-top:14px;gap:12px;display:flex;flex-wrap:wrap;align-items:center}
.account-intro .stamp-tag{flex:none}
.account-hook{line-height:1.1;font-family:var(--base-display);font-weight:800;font-size:clamp(1.7rem,3.2vw,2.3rem)}
.account-hook span{font-weight:600;color:var(--base-dim);font-size:.62em}
.account-note{font-size:1.02rem;gap:7px;align-items:center;display:flex;color:var(--base-copy-pale);margin-top:10px}
.account-note .tack svg{color:var(--base-rose);width:18px;height:18px}
.account-note a{transition:border-color .15s ease;color:var(--base-rose-dark);text-decoration:none;font-weight:600;border-bottom:1px solid transparent}
.account-note a:hover{border-bottom-color:currentColor}
.account-figures{display:flex;margin-top:16px;flex-wrap:wrap;gap:8px}
.account-drawer .hook{margin-top:18px}
.account-list{flex-wrap:wrap;margin-top:24px;display:flex;gap:12px}
.location-card{border-radius:var(--base-rad-lg);overflow:hidden;box-shadow:var(--base-elev-md);position:relative;aspect-ratio:4/3;border:1px solid var(--base-edge-pale);background:var(--base-lavender)}
.location-card.location-async{cursor:pointer}
.location-holder{text-align:center;place-items:center;background:linear-gradient(160deg,var(--base-lavender-alt),var(--base-surface-alt));padding:20px;display:grid;position:absolute;inset:0;gap:10px}
.location-holder p{color:var(--base-copy);font-weight:700}
.location-tack{filter:drop-shadow(0 10px 12px rgba(248,73,99,.48));color:var(--base-red)}
.location-tack svg{stroke:none;width:40px;fill:currentColor;height:40px}
.location-card iframe{width:100%;position:absolute;inset:0;border:0;height:100%}
.location-card.is-on .location-holder{display:none}
.account__glint{top:12px;transition:transform .16s,background .16s,color .16s;z-index:2;border-radius:50%;position:absolute;right:12px;place-items:center;background:var(--base-surface-surface);color:var(--base-red);box-shadow:var(--base-elev-sm);height:36px;display:grid;border:none;width:36px;cursor:pointer}
.account__glint svg{height:18px;width:18px}
.account__glint:hover{transform:scale(1.08)}
.account__glint.lit{color:var(--base-contrast);background:var(--base-red)}
.account__glint.lit svg{fill:currentColor}
.account-shot__glint{top:14px;width:46px;right:14px;height:46px}
.account-shot__glint svg{width:21px;height:21px}
.account__in{padding:16px 18px}
.account__title{font-family:var(--base-display);font-weight:800;font-size:1.12rem}
.account__title a{outline-offset:3px;color:inherit;text-decoration:none}
.account__title a::after{position:absolute;content:"";inset:0;z-index:1}
.account__title span{font-weight:600;color:var(--base-dim)}
.account__addr{gap:6px;color:var(--base-copy-pale);align-items:center;display:flex;margin-top:4px;font-size:.88rem}
.account__addr .tack svg{width:14px;height:14px;color:var(--base-rose)}
.account__talk{justify-content:center;position:relative;color:var(--base-contrast);transition:transform .16s ease,box-shadow .16s ease;background:linear-gradient(135deg,var(--base-rose),var(--base-red));font-weight:700;border-radius:var(--base-rad-pill);margin-top:12px;padding:9px 14px;z-index:2;gap:7px;align-items:center;width:100%;display:inline-flex;box-shadow:var(--base-elev-sm);font-size:.9rem}
.account__talk svg{height:16px;width:16px}
.account__talk:hover{box-shadow:var(--base-elev-md);transform:translateY(-1px)}
.account-layout{gap:clamp(24px,4vw,52px);margin-top:22px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start}
.account-part{min-width:0}
.account-shot{background:linear-gradient(160deg,var(--base-rose-200),var(--base-lavender-alt));margin:0;border-radius:var(--base-rad-lg);overflow:hidden;box-shadow:var(--base-elev-md);position:relative}
.account-shot img{object-fit:cover;height:auto;display:block;aspect-ratio:4/5;width:100%}
.account-pager{display:grid;place-items:center;background:var(--base-surface-surface);top:50%;border-radius:50%;height:44px;width:44px;position:absolute;box-shadow:var(--base-elev-md);color:var(--base-rose-dark);border:none;cursor:pointer;transform:translateY(-50%);z-index:2;transition:transform .15s ease,background .15s ease}
.account-pager:hover{background:var(--base-surface-surface);transform:translateY(-50%) scale(1.07)}
.account-pager svg{width:22px;height:22px}
.account-back{left:12px}
.account-next{right:12px}
.account-strip{gap:10px;flex-wrap:wrap;display:flex;margin-top:12px}
.account-item{padding:0;transition:transform .15s ease,border-color .15s ease;box-shadow:var(--base-elev-sm);flex:0 0 auto;width:72px;border:2px solid transparent;cursor:pointer;aspect-ratio:3/4;border-radius:var(--base-rad-sm);overflow:hidden;background:var(--base-surface-alt)}
.account-item img{width:100%;display:block;object-fit:cover;height:100%}
.account-item:hover{transform:translateY(-2px)}
.account-item.lit{border-color:var(--base-rose)}
.account-part [hidden]{display:none!important}
.account-teaser{display:block;max-height:70vh;width:100%;height:auto;object-fit:contain;background:#020002}
.account-item--teaser{position:relative}

.form{box-shadow:var(--base-elev-md);padding:clamp(24px,3vw,40px);border-radius:var(--base-rad-lg);border:1px solid var(--base-edge-pale);background:var(--base-surface)}
.form-item{gap:7px;margin-bottom:18px;display:grid}
.form-item label{font-weight:700;font-size:.92rem}

.burger{display:none;padding:6px;background:none;border:none;flex-direction:column;cursor:pointer;gap:5px;z-index:1105}
.burger span{width:26px;height:3px;background:var(--base-copy);transition:transform .3s ease,opacity .3s ease;display:block;border-radius:2px}
.burger.active span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}
.burger.active span:nth-child(2){opacity:0}
.burger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}
.trail a:hover{color:var(--base-rose-dark)}
.bottombar-layout{grid-template-columns:1.6fr 1fr 1fr;display:grid;gap:40px}
.bottombar-identity{font-family:var(--base-display);font-weight:800;margin-bottom:12px;display:flex;align-items:center;gap:10px;font-size:1.2rem;color:var(--base-baseline-alt)}
.bottombar-part>p:not(.bottombar-title){font-size:.94rem;color:var(--base-baseline-pale);max-width:34ch}
.bottombar-title{color:var(--base-baseline-alt);font-size:1rem;font-weight:800;margin-bottom:14px}
.bottombar-links{font-size:.94rem;display:grid;gap:10px}

.form-wrap{max-width:640px}
.form-holder{height:1px;left:-9999px;overflow:hidden;width:1px;position:absolute}
.textbox-entry{gap:18px;display:grid;grid-template-columns:1fr 1fr}
.textbox{width:100%;padding:13px 16px;font-family:inherit;font-size:1rem;border-radius:var(--base-rad-sm);transition:border-color .16s,box-shadow .16s;color:var(--base-copy);background:var(--base-surface-pale);border:1.5px solid var(--base-edge)}
.textbox:focus{outline:none;border-color:var(--base-rose);box-shadow:0 0 0 3px rgba(237,77,151,.15)}
textarea.textbox{resize:vertical;min-height:140px}
.identity{color:var(--base-copy);font-family:var(--base-display);font-weight:800;display:flex;letter-spacing:-.02em;align-items:center;font-size:1.28rem;gap:11px}
.identity:hover{color:var(--base-copy)}
.identity__icon{border-radius:14px;flex-shrink:0;display:inline-flex;box-shadow:0 8px 18px -8px rgba(237,77,151,.81);color:var(--base-contrast);height:42px;justify-content:center;width:42px;align-items:center;background:linear-gradient(135deg,var(--base-rose),var(--base-red) 55%,var(--base-peach))}
.identity__icon svg{height:22px;width:22px}
.values-list{margin-top:14px;display:grid;gap:10px}
.values-list li{padding-left:24px;color:var(--base-copy);position:relative}
.values-list li::before{left:0;background:var(--base-red);height:10px;border-radius:50%;content:"";position:absolute;width:10px;top:.5em}

.press{
  text-align:center;font-weight:700;gap:9px;border:1.5px solid transparent;
  cursor:pointer;font-size:1rem;display:inline-flex;justify-content:center;
  align-items:center;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease;border-radius:var(--base-rad-pill);white-space:nowrap;
  padding:14px 26px;
}
.press svg{height:18px;width:18px}
.press--small{padding:10px 18px;font-size:.9rem}
.press--lg{font-size:1.06rem;padding:17px 32px}
.press--block{width:100%}
.press--cta{color:var(--base-contrast);box-shadow:0 14px 26px -12px rgba(248,73,99,.75);background:linear-gradient(95deg,var(--base-peach),var(--base-red) 55%,var(--base-rose))}
.press--cta:hover{box-shadow:0 20px 34px -12px rgba(248,73,99,.83);transform:translateY(-2px);color:var(--base-contrast)}
.press--light{color:var(--base-rose);background:var(--base-surface);border-color:var(--base-edge)}
.press--light:hover{color:var(--base-rose-dark);transform:translateY(-2px);background:var(--base-surface-alt)}
.press--white{color:var(--base-rose-dark);background:var(--base-pure)}
.press--white:hover{box-shadow:var(--base-elev-md);transform:translateY(-2px);color:var(--base-rose-dark)}

.blog{grid-template-columns:1fr 1fr;gap:clamp(28px,4vw,56px);display:grid;align-items:center}
.blog__txt>p:not(.topline){color:var(--base-copy-pale);font-size:1.04rem;margin-top:16px}
.blog__tagline{font-family:var(--base-display);color:var(--base-rose-dark);font-size:1.1rem;margin-top:22px;font-weight:800}
figure{margin:0}

.widget-offer{background:var(--base-surface);z-index:80;right:22px;border-radius:var(--base-rad-lg);padding:20px;border:1px solid var(--base-edge-pale);width:300px;box-shadow:var(--base-elev-lg);bottom:22px;max-width:calc(100vw - 44px);position:fixed}
.widget-dismiss{background:var(--base-surface-alt);top:12px;position:absolute;display:grid;padding:0;height:28px;place-items:center;color:var(--base-copy-pale);border-radius:50%;line-height:1;cursor:pointer;font-size:1.1rem;right:12px;width:28px;border:none}
.widget-dismiss:hover{background:var(--base-rose);color:var(--base-contrast)}
.widget-title{font-family:var(--base-display);font-weight:800;font-size:1.04rem;padding-right:26px}
.widget-txt{color:var(--base-copy-pale);margin-top:4px;margin-bottom:14px;font-size:.86rem}
.widget-launcher{color:var(--base-contrast);width:60px;right:22px;align-items:center;z-index:80;display:none;border-radius:50%;height:60px;border:none;cursor:pointer;position:fixed;justify-content:center;box-shadow:var(--base-elev-lg);background:linear-gradient(135deg,var(--base-rose),var(--base-red));bottom:22px}
.widget-launcher svg{height:26px;fill:currentColor;stroke:none;width:26px}
.sym-lit svg{fill:currentColor;stroke:none}
.h2{font-size:clamp(1.9rem,3.6vw,3rem);font-weight:800}
::selection{background:rgba(237,77,151,.23)}

.talk-stamp{line-height:1;border-radius:var(--base-rad-pill);background:var(--base-love);place-items:center;box-shadow:var(--base-elev-sm);color:var(--base-contrast);height:22px;padding:0 6px;position:absolute;min-width:22px;top:-3px;display:grid;border:2px solid var(--base-surface);font-size:.72rem;font-weight:800;right:-3px}
.talk-stamp[hidden]{display:none}
.drawer-small{height:100vh;position:fixed;padding:84px 22px 22px;z-index:1100;max-width:320px;top:0;background:var(--base-surface);overflow-y:auto;box-shadow:-6px 0 30px rgba(43,36,49,.18);width:80%;height:100dvh;right:-100%;transition:right .3s ease}
.drawer-small.active{right:0}
.drawer-small nav{display:flex;flex-direction:column}
.drawer-small a:not(.press){border-bottom:1px solid var(--base-edge);color:var(--base-copy);font-weight:600;font-size:15px;padding:14px 2px}
.drawer-small a:not(.press):hover{color:var(--base-rose-dark)}
.drawer-small a.press{margin-top:22px}

.site-bottombar{color:var(--base-baseline);background:var(--base-baseline-surface)}
.site-bottombar .wrapper{padding-block:56px 22px}
.site-bottombar a{color:var(--base-baseline)}
.site-bottombar a:hover{color:var(--base-baseline-alt)}
.notice{font-size:.86rem;border-top:1px solid var(--base-baseline-ring);padding-top:22px;margin-top:34px;color:var(--base-baseline-pale)}
.teaser-shot{pointer-events:none;height:100%;object-fit:cover;background:#020002;width:100%;display:block}
.teaser-round{font-size:.64rem;border-radius:50%;place-items:center;top:50%;transform:translate(-50%,-50%);box-shadow:var(--base-elev-sm);left:50%;line-height:1;display:grid;pointer-events:none;position:absolute;padding-left:2px;height:28px;background:rgba(2,0,2,.57);width:28px;color:#fdfffe}
.teaser-stamp{bottom:12px;box-shadow:var(--base-elev-sm);align-items:center;font-weight:700;display:inline-flex;left:12px;color:#fdfffe;border-radius:var(--base-rad-pill);position:absolute;font-size:.7rem;letter-spacing:.02em;background:rgba(2,0,2,.64);padding:5px 9px;z-index:2;gap:4px}
.questions-item{overflow:hidden;box-shadow:var(--base-elev-sm);border-radius:var(--base-rad-md);border:1px solid var(--base-edge);background:var(--base-surface);margin-bottom:14px}
.questions-item summary{justify-content:space-between;font-family:var(--base-display);gap:16px;color:var(--base-copy);font-weight:800;cursor:pointer;align-items:center;list-style:none;display:flex;padding:20px 22px;font-size:1.05rem}
.questions-item summary::-webkit-details-marker{display:none}
.questions-item summary::after{border-radius:50%;display:grid;background:var(--base-surface-alt);height:30px;font-size:1.2rem;transition:transform .25s ease;flex:none;width:30px;place-items:center;color:var(--base-rose);content:"+"}
.questions-item[open] summary::after{background:var(--base-rose);color:var(--base-contrast);transform:rotate(45deg)}
.questions-ans{padding:0 22px 20px;color:var(--base-copy-pale)}

.stamp-tag{gap:8px;color:var(--base-rose);border:1px solid var(--base-edge);border-radius:var(--base-rad-pill);box-shadow:var(--base-elev-sm);background:var(--base-surface);display:inline-flex;letter-spacing:.06em;align-items:center;font-weight:700;padding:8px 16px;font-size:.82rem}
.stamp-tag svg{width:16px;height:16px;color:var(--base-red)}
.nav-link{font-weight:600;transition:background .18s,color .18s;color:var(--base-copy);padding:9px 14px;border-radius:var(--base-rad-pill);font-size:.96rem}
.nav-link:hover{color:var(--base-rose-dark);background:var(--base-surface-alt)}
.nav-glint{align-items:center;padding:9px 12px;display:inline-flex;transition:background .18s ease,color .18s ease;gap:7px;font-weight:600;text-decoration:none;background:none;border:none;font-size:.96rem;position:relative;cursor:pointer;color:var(--base-copy);border-radius:var(--base-rad-pill)}
.nav-glint:hover{background:var(--base-surface-alt);color:var(--base-rose-dark)}
.nav-glint svg{color:var(--base-rose);height:20px;width:20px}
.nav-glint:hover svg{color:var(--base-rose-dark)}
.nav-glint__txt{white-space:nowrap}
.nav-glint .talk-stamp{position:static;top:auto;right:auto}
.nav-glint-small{text-align:left;border:none;font-weight:600;width:100%;color:var(--base-copy);align-items:center;gap:9px;cursor:pointer;background:none;font-size:15px;text-decoration:none;padding:14px 2px;display:flex;border-bottom:1px solid var(--base-edge)}
.nav-glint-small:hover{color:var(--base-rose-dark)}
.nav-glint-small svg{color:var(--base-rose);height:18px;width:18px}
.times{gap:4px;margin-top:10px;display:grid}
.details-council{border-radius:var(--base-rad-lg);box-shadow:var(--base-elev-md);border:1px solid var(--base-edge-pale);padding:24px;background:var(--base-surface)}

.locate-form{border-radius:var(--base-rad-pill);box-shadow:var(--base-elev-md);display:flex;border:1px solid var(--base-edge-pale);background:var(--base-surface);gap:12px;padding:12px;margin:0 auto}
.locate-form .textbox{font-size:1.06rem;box-shadow:none;background:transparent;border:none}
.locate-form .textbox:focus{box-shadow:none}
.locate-form+.zones{margin-top:40px}
.hook{font-size:1.06rem;margin-top:14px;color:var(--base-copy-pale)}

.zones{display:flex;flex-direction:column;gap:32px}
.zones-part h2{font-size:1.15rem;font-weight:800;color:var(--base-copy);margin-bottom:16px}
.zones-links{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));display:grid;gap:12px}
.zones-links a{transition:transform .14s,box-shadow .14s,color .14s;font-size:.92rem;justify-content:space-between;background:var(--base-surface);color:var(--base-copy);display:flex;box-shadow:var(--base-elev-sm);gap:10px;border:1px solid var(--base-edge);padding:13px 16px;border-radius:var(--base-rad-md);font-weight:600;align-items:center}
.zones-links a:hover{color:var(--base-rose-dark);transform:translateY(-3px);box-shadow:var(--base-elev-md)}
.zones-links a .tack{flex:none;color:var(--base-rose);display:grid;place-items:center}
.zones-links a .tack svg{width:16px;height:16px}
ul{padding:0;margin:0;list-style:none}
.slot{color:var(--base-copy-pale);font-size:.9rem;display:flex;gap:12px;justify-content:space-between}
.figure{background:var(--base-surface);padding:14px 16px;border-radius:var(--base-rad-md);align-items:center;border:1px solid var(--base-edge-pale);display:flex;box-shadow:var(--base-elev-sm);gap:12px}
.figure-sym{border-radius:12px;background:var(--base-surface-alt);place-items:center;height:40px;width:40px;flex:none;color:var(--base-rose);display:grid}
.figure-sym svg{width:18px;height:18px}
.figure-txt dt{font-size:.78rem;letter-spacing:.05em;color:var(--base-dim);text-transform:uppercase}
.figure-txt dd{margin:2px 0 0;font-family:var(--base-display);font-weight:800;font-size:.98rem}
.council-title{font-family:var(--base-display);margin-bottom:14px;font-weight:800}
.council-entry{gap:10px;display:flex;font-size:.94rem;color:var(--base-copy-pale);align-items:flex-start;margin-top:10px}
.council-entry .tack{color:var(--base-rose);flex:none}
.council-entry .tack svg{height:16px;width:16px}
.identity,.nav-link,.drawer-small a,.press,.trail a,.site-bottombar a,.zones-links a,.account__talk{text-decoration:none}
.trail li:not(:last-child)::after{content:"\00203a";color:var(--base-dim);margin-left:6px}
.trail a{color:var(--base-copy-pale)}
.blog-section .trail{display:flex}.blog-section .trail li{padding-left:0}.blog-section .trail li::before{display:none}
.topline{font-weight:800;font-size:.8rem;margin-bottom:10px;color:var(--base-rose);letter-spacing:.1em;text-transform:uppercase}
h1,h2,h3,h4{line-height:1.12;letter-spacing:-.01em;font-family:var(--base-display);color:var(--base-copy);margin:0}

.wrapper{margin-inline:auto;max-width:var(--base-shell);padding-inline:var(--base-gutter)}
button{font-family:inherit}
.core-nav{display:flex;margin-left:auto;align-items:center;gap:8px}

.blog-section h1{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:800}
.blog-section h2{margin-top:34px;font-size:1.35rem;color:var(--base-rose-dark);font-weight:800}
.blog-section p{font-size:1.04rem;color:var(--base-copy-pale);margin-top:14px}
.blog-section p a{font-weight:600}
.blog-section ul{gap:10px;display:grid;margin-top:14px}
.blog-section li{padding-left:24px;color:var(--base-copy-pale);position:relative}
.blog-section li::before{left:0;top:.5em;border-radius:50%;position:absolute;height:10px;background:var(--base-red);width:10px;content:""}
.blog-questions>.wrapper>h2{margin-bottom:28px;text-align:center}

.holder{padding-block:clamp(60px,10vw,140px);text-align:center}
.holder__no{font-family:var(--base-display);line-height:.9;font-weight:800;font-size:clamp(6rem,20vw,13rem)}
.holder__part{display:flex;flex-wrap:wrap;margin-top:30px;justify-content:center;gap:14px}
.nav-backdrop{inset:0;z-index:1090;transition:opacity .3s ease;visibility:hidden;opacity:0;position:fixed;background:var(--base-scrim)}
.nav-backdrop.active{opacity:1;visibility:visible}

.page-splash{padding-block:clamp(40px,6vw,80px) 20px}
.page-splash h1{font-size:clamp(2rem,4.4vw,3.4rem);font-weight:800}
.page-splash p{color:var(--base-copy-pale);font-size:1.08rem;margin:16px auto 0}
.form-note{font-weight:700}
.form-note--lit{color:var(--base-go)}
.form-note--shut{color:var(--base-rose-dark)}
.trail{font-size:.86rem;justify-content:flex-start;flex-wrap:wrap;gap:6px;margin-bottom:14px;color:var(--base-dim);display:flex}

.details{gap:clamp(28px,4vw,48px);align-items:start;grid-template-columns:1.2fr 1fr;display:grid}
.details-figures{display:grid;gap:16px;grid-template-columns:1fr 1fr}

.site-head{z-index:60;top:0;position:sticky;border-bottom:1px solid var(--base-edge);background:var(--base-surface)}
.site-head__in{display:flex;padding-block:12px;gap:20px;align-items:center;min-height:74px;justify-content:space-between}
:focus-visible{border-radius:6px;outline:3px solid var(--base-rose);outline-offset:2px}

.offer__panel{position:relative;box-shadow:var(--base-elev-lg);justify-content:space-between;border-radius:var(--base-rad-xl);background:linear-gradient(100deg,var(--base-rose-dark),var(--base-red) 60%,var(--base-peach));display:flex;overflow:hidden;padding:clamp(38px,5vw,64px);flex-wrap:wrap;gap:30px;color:var(--base-contrast);align-items:center}
.offer__deco{background:rgba(253,255,254,.11);height:320px;border-radius:50%;right:-90px;top:-120px;width:320px;position:absolute}
.offer__txt{z-index:2;position:relative}
.offer__txt h2{max-width:16ch;color:var(--base-contrast)}
.offer__txt p{max-width:46ch;margin-top:10px;color:rgba(253,255,254,.91)}
.offer__panel .press{position:relative;z-index:2}
.head-zone{margin:0 auto 44px;text-align:center;max-width:640px}
p{margin:0}
svg{display:block}

.accounts-layout{gap:22px;display:grid;grid-template-columns:repeat(4,1fr)}

@media (max-width:980px){
  .accounts-layout{grid-template-columns:repeat(3,1fr)}
  .account-layout{grid-template-columns:1fr}
  .account-shot{width:100%;max-width:380px;justify-self:start}
  .account-drawer{position:static}
  .blog,.details{grid-template-columns:1fr}
  .bottombar-layout{grid-template-columns:1fr 1fr}
}
@media (max-width:860px){
  .core-nav{display:none}
  .burger{display:flex;position:fixed;top:22px;right:18px}
}
@media (min-width:861px){
  .drawer-small,.nav-backdrop{display:none}
}
@media (max-width:600px){
  :root{--base-block-y:clamp(30px,7vw,48px)}
  .bottombar-layout,.textbox-entry{grid-template-columns:1fr}
  .accounts-layout{grid-template-columns:repeat(2,1fr);gap:12px}
  .account__in{padding:16px 10px}
  .offer__panel{flex-direction:column;align-items:stretch;padding:32px 24px}
  .offer__panel .press{width:100%;white-space:normal}
  .locate-form{flex-direction:column;border-radius:var(--base-rad-lg)}
  .locate-form .press{width:100%}
  .section--account{padding-top:0}
  .account-shot img{aspect-ratio:1/1;max-height:46vh}
  .account-layout{margin-top:0}
  .account-drawer{display:flex;flex-direction:column;margin-top:14px}
  .account-intro{order:1;margin-top:0}
  .account-note{order:2}
  .account-list{order:3;margin-top:16px;gap:10px}
  .account-list .press{flex:1 1 auto}
  .account-strip{display:none}
  .account-figures{order:4}
  .account-drawer .hook{order:5}
  .details-figures{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}
  .figure{padding:11px 12px;gap:8px;flex-direction:column;align-items:flex-start}
  .figure-sym{width:34px;height:34px}
  .figure-txt{min-width:0}
  .figure-txt dd{font-size:.92rem;overflow-wrap:anywhere}
}
