:root{
  --u-rose-100:#fdeff6;
  --u-rose-200:#fadee7;
  --u-rose-300:#f8c6dd;
  --u-rose-deep:#f3a7c8;
  --u-lilac:#e8e5f5;
  --u-lilac-deep:#d7dbf4;

  --u-paper:#fdfeff;
  --u-paper-soft:#fdf5f9;
  --u-paper-deep:#fbebf2;

  --u-rose:#ea5098;
  --u-rose-active:#e1307d;
  --u-coral:#fa5d72;
  --u-coral-deep:#fc4865;
  --u-orange:#fa7a3b;
  --u-orange-deep:#f56927;
  --u-like:#ff4c5c;
  --u-indigo:#c5cef1;

  --u-foreground:#282532;
  --u-foreground-soft:#6a6372;
  --u-dim:#99949e;
  --u-divider:#f1d9e3;

  --u-inverse:#fdfeff;
  --u-pure:#fdfeff;
  --u-go:#2fad68;
  --u-divider-soft:rgba(253,254,255,.88);
  --u-paper-wash:rgba(253,254,255,.92);
  --u-veil:rgba(40,37,50,.48);
  --u-ft-wash:#282532;
  --u-ft:#d9d4dc;
  --u-ft-deep:#fdfeff;
  --u-ft-soft:#aaa1af;
  --u-ft-line:rgba(253,254,255,.09);

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

  --u-elev-sm:0 6px 16px -8px rgba(234,80,152,.33);
  --u-elev-md:0 18px 38px -18px rgba(234,80,152,.41);
  --u-elev-lg:0 30px 60px -24px rgba(225,48,125,.44);

  --u-font-head:"Trebuchet MS","Segoe UI",system-ui,-apple-system,"Helvetica Neue",sans-serif;
  --u-ff:"Segoe UI",system-ui,-apple-system,"Helvetica Neue",Arial,sans-serif;

  --u-wrap:1200px;
  --u-gutter:24px;
  --u-section-y:clamp(56px,7vw,104px);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:var(--u-ff);color:var(--u-foreground);line-height:1.6;background:
    radial-gradient(1200px 700px at 85% -8%, var(--u-rose-300) 0%, transparent 55%),
    radial-gradient(900px 600px at -10% 8%, var(--u-lilac) 0%, transparent 55%),
    linear-gradient(180deg, var(--u-rose-100) 0%, var(--u-paper-soft) 40%, var(--u-rose-100) 100%);
  margin:0;
  -webkit-font-smoothing:antialiased;background-attachment:fixed;
}
img{display:block;max-width:100%}
.title-2{font-size:clamp(1.9rem,3.6vw,3rem);font-weight:800}
.movie-window{background:#000202;height:100%;display:block;width:100%;pointer-events:none;object-fit:cover}
.movie-dot{display:grid;border-radius:50%;top:50%;width:28px;place-items:center;font-size:.64rem;transform:translate(-50%,-50%);left:50%;color:#fdfeff;background:rgba(0,2,2,.57);pointer-events:none;padding-left:2px;height:28px;box-shadow:var(--u-elev-sm);line-height:1;position:absolute}
.movie-marker{font-weight:700;font-size:.7rem;display:inline-flex;padding:5px 9px;color:#fdfeff;box-shadow:var(--u-elev-sm);z-index:2;border-radius:var(--u-rad-pill);letter-spacing:.02em;bottom:12px;left:12px;align-items:center;position:absolute;background:rgba(0,2,2,.61);gap:4px}
h1,h2,h3,h4{margin:0;font-family:var(--u-font-head);line-height:1.12;color:var(--u-foreground);letter-spacing:-.01em}
.icon-ticked svg{stroke:none;fill:currentColor}
.input-line{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.input{width:100%;background:var(--u-paper-soft);border-radius:var(--u-rad-sm);font-family:inherit;border:1.5px solid var(--u-divider);padding:13px 16px;transition:border-color .16s,box-shadow .16s;font-size:1rem;color:var(--u-foreground)}
.input:focus{border-color:var(--u-rose);box-shadow:0 0 0 3px rgba(234,80,152,.16);outline:none}
textarea.input{min-height:140px;resize:vertical}

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

.request{border-radius:var(--u-rad-lg);border:1px solid var(--u-divider-soft);box-shadow:var(--u-elev-md);background:var(--u-paper);padding:clamp(24px,3vw,40px)}
.request-block{display:grid;margin-bottom:18px;gap:7px}
.request-block label{font-weight:700;font-size:.92rem}

.towns{display:flex;gap:32px;flex-direction:column}
.towns-group h2{font-size:1.15rem;margin-bottom:16px;font-weight:800;color:var(--u-foreground)}
.towns-menu{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:12px}
.towns-menu a{transition:transform .14s,box-shadow .14s,color .14s;color:var(--u-foreground);font-size:.92rem;font-weight:600;border:1px solid var(--u-divider);border-radius:var(--u-rad-md);padding:13px 16px;gap:10px;justify-content:space-between;display:flex;box-shadow:var(--u-elev-sm);background:var(--u-paper);align-items:center}
.towns-menu a:hover{transform:translateY(-3px);box-shadow:var(--u-elev-md);color:var(--u-rose-active)}
.towns-menu a .pin{color:var(--u-rose);place-items:center;display:grid;flex:none}
.towns-menu a .pin svg{width:16px;height:16px}

.web-appbar{background:var(--u-paper);border-bottom:1px solid var(--u-divider);top:0;z-index:60;position:sticky}
.web-appbar-in{align-items:center;padding-block:12px;gap:20px;justify-content:space-between;display:flex;min-height:74px}
.dot{line-height:1;font-size:.6rem;color:var(--u-go)}
.eyebrow{text-transform:uppercase;font-weight:800;color:var(--u-rose);margin-bottom:10px;font-size:.8rem;letter-spacing:.1em}
.request-note{font-weight:700}
.request-note-ticked{color:var(--u-go)}
.request-note-hidden{color:var(--u-rose-active)}
.sign,.menu-link,.drawer-mob a,.action,.path a,.web-base a,.towns-menu a,.profile-messaging{text-decoration:none}
.path{gap:6px;margin-bottom:14px;font-size:.86rem;color:var(--u-dim);display:flex;flex-wrap:wrap;justify-content:flex-start}
.place-tile{border-radius:var(--u-rad-lg);overflow:hidden;aspect-ratio:4/3;position:relative;background:var(--u-lilac);border:1px solid var(--u-divider-soft);box-shadow:var(--u-elev-md)}
.place-tile.place-defer{cursor:pointer}
.place-ghost{gap:10px;padding:20px;text-align:center;display:grid;place-items:center;position:absolute;background:linear-gradient(160deg,var(--u-lilac-deep),var(--u-paper-deep));inset:0}
.place-ghost p{font-weight:700;color:var(--u-foreground)}
.place-pin{filter:drop-shadow(0 10px 12px rgba(252,72,101,.48));color:var(--u-coral)}
.place-pin svg{height:40px;width:40px;fill:currentColor;stroke:none}
.place-tile iframe{height:100%;position:absolute;border:0;inset:0;width:100%}
.place-tile.loaded .place-ghost{display:none}
.schedule{gap:4px;margin-top:10px;display:grid}

.search-request{background:var(--u-paper);padding:12px;border-radius:var(--u-rad-pill);display:flex;margin:0 auto;border:1px solid var(--u-divider-soft);gap:12px;box-shadow:var(--u-elev-md)}
.search-request .input{background:transparent;border:none;box-shadow:none;font-size:1.06rem}
.search-request .input:focus{box-shadow:none}
.search-request+.towns{margin-top:40px}
.support-block{border-radius:var(--u-rad-md);background:var(--u-paper);box-shadow:var(--u-elev-sm);overflow:hidden;border:1px solid var(--u-divider);margin-bottom:14px}
.support-block summary{color:var(--u-foreground);font-family:var(--u-font-head);cursor:pointer;font-weight:800;list-style:none;display:flex;font-size:1.05rem;padding:20px 22px;gap:16px;justify-content:space-between;align-items:center}
.support-block summary::-webkit-details-marker{display:none}
.support-block summary::after{flex:none;transition:transform .25s ease;font-size:1.2rem;place-items:center;display:grid;border-radius:50%;background:var(--u-paper-deep);height:30px;content:"+";color:var(--u-rose);width:30px}
.support-block[open] summary::after{color:var(--u-inverse);transform:rotate(45deg);background:var(--u-rose)}
.support-resp{color:var(--u-foreground-soft);padding:0 22px 20px}
.why-list{margin-top:14px;display:grid;gap:10px}
.why-list li{position:relative;color:var(--u-foreground);padding-left:24px}
.why-list li::before{width:10px;height:10px;border-radius:50%;position:absolute;left:0;content:"";background:var(--u-coral);top:.5em}
svg{display:block}

.profiles-layout{gap:22px;display:grid;grid-template-columns:repeat(4,1fr)}
button{font-family:inherit}
::selection{background:rgba(234,80,152,.23)}
ul{margin:0;padding:0;list-style:none}

.offer-panel{border-radius:var(--u-rad-xl);flex-wrap:wrap;box-shadow:var(--u-elev-lg);overflow:hidden;color:var(--u-inverse);position:relative;justify-content:space-between;background:linear-gradient(100deg,var(--u-rose-active),var(--u-coral) 60%,var(--u-orange));padding:clamp(38px,5vw,64px);display:flex;gap:30px;align-items:center}
.offer-glob{border-radius:50%;right:-90px;width:320px;position:absolute;top:-120px;background:rgba(253,254,255,.12);height:320px}
.offer-txt{z-index:2;position:relative}
.offer-txt h2{color:var(--u-inverse);max-width:16ch}
.offer-txt p{max-width:46ch;margin-top:10px;color:rgba(253,254,255,.92)}
.offer-panel .action{position:relative;z-index:2}
.town-hall-heading{margin-bottom:14px;font-family:var(--u-font-head);font-weight:800}
.town-hall-line{color:var(--u-foreground-soft);gap:10px;align-items:flex-start;display:flex;font-size:.94rem;margin-top:10px}
.town-hall-line .pin{flex:none;color:var(--u-rose)}
.town-hall-line .pin svg{height:16px;width:16px}

.ghost{text-align:center;padding-block:clamp(60px,10vw,140px)}
.ghost-idx{line-height:.9;font-family:var(--u-font-head);font-weight:800;font-size:clamp(6rem,20vw,13rem)}
.ghost-group{gap:14px;margin-top:30px;flex-wrap:wrap;justify-content:center;display:flex}
.drawer-mob{top:0;height:100vh;position:fixed;width:80%;z-index:1100;max-width:320px;transition:right .3s ease;height:100dvh;background:var(--u-paper);box-shadow:-6px 0 30px rgba(40,37,50,.21);right:-100%;overflow-y:auto;padding:84px 22px 22px}
.drawer-mob.open{right:0}
.drawer-mob nav{flex-direction:column;display:flex}
.drawer-mob a:not(.action){padding:14px 2px;border-bottom:1px solid var(--u-divider);font-weight:600;font-size:15px;color:var(--u-foreground)}
.drawer-mob a:not(.action):hover{color:var(--u-rose-active)}
.drawer-mob a.action{margin-top:22px}
.profile-glint{place-items:center;box-shadow:var(--u-elev-sm);border-radius:50%;background:var(--u-paper-wash);color:var(--u-coral);display:grid;position:absolute;border:none;transition:transform .16s,background .16s,color .16s;cursor:pointer;top:12px;right:12px;z-index:2;width:36px;height:36px}
.profile-glint svg{width:18px;height:18px}
.profile-glint:hover{transform:scale(1.08)}
.profile-glint.ticked{color:var(--u-inverse);background:var(--u-coral)}
.profile-glint.ticked svg{fill:currentColor}
.profile-window-glint{width:46px;top:14px;right:14px;height:46px}
.profile-window-glint svg{height:21px;width:21px}
.profile-in{padding:16px 18px}
.profile-heading{font-family:var(--u-font-head);font-weight:800;font-size:1.12rem}
.profile-heading a{outline-offset:3px;text-decoration:none;color:inherit}
.profile-heading a::after{content:"";z-index:1;position:absolute;inset:0}
.profile-heading span{font-weight:600;color:var(--u-dim)}
.profile-place{gap:6px;display:flex;color:var(--u-foreground-soft);margin-top:4px;align-items:center;font-size:.88rem}
.profile-place .pin svg{color:var(--u-rose);height:14px;width:14px}
.profile-messaging{background:linear-gradient(135deg,var(--u-rose),var(--u-coral));box-shadow:var(--u-elev-sm);margin-top:12px;position:relative;transition:transform .16s ease,box-shadow .16s ease;gap:7px;padding:9px 14px;border-radius:var(--u-rad-pill);justify-content:center;color:var(--u-inverse);font-weight:700;width:100%;z-index:2;font-size:.9rem;align-items:center;display:inline-flex}
.profile-messaging svg{width:16px;height:16px}
.profile-messaging:hover{box-shadow:var(--u-elev-md);transform:translateY(-1px)}
.profile-layout{align-items:start;grid-template-columns:minmax(0,1fr) minmax(0,1fr);margin-top:22px;display:grid;gap:clamp(24px,4vw,52px)}
.profile-col{min-width:0}
.profile-window{background:linear-gradient(160deg,var(--u-rose-200),var(--u-lilac-deep));margin:0;box-shadow:var(--u-elev-md);border-radius:var(--u-rad-lg);position:relative;overflow:hidden}
.profile-window img{aspect-ratio:4/5;width:100%;object-fit:cover;height:auto;display:block}
.profile-ctrl{transition:transform .15s ease,background .15s ease;cursor:pointer;background:var(--u-paper-wash);border-radius:50%;top:50%;display:grid;place-items:center;height:44px;border:none;transform:translateY(-50%);width:44px;position:absolute;box-shadow:var(--u-elev-md);color:var(--u-rose-active);z-index:2}
.profile-ctrl:hover{background:var(--u-paper-wash);transform:translateY(-50%) scale(1.07)}
.profile-ctrl svg{width:22px;height:22px}
.profile-prev{left:12px}
.profile-next{right:12px}
.profile-track{display:flex;flex-wrap:wrap;margin-top:12px;gap:10px}
.profile-block{flex:0 0 auto;box-shadow:var(--u-elev-sm);width:72px;transition:transform .15s ease,border-color .15s ease;border:2px solid transparent;border-radius:var(--u-rad-sm);aspect-ratio:3/4;overflow:hidden;background:var(--u-paper-deep);padding:0;cursor:pointer}
.profile-block img{height:100%;object-fit:cover;display:block;width:100%}
.profile-block:hover{transform:translateY(-2px)}
.profile-block.ticked{border-color:var(--u-rose)}
.profile-col [hidden]{display:none!important}
.profile-movie{display:block;max-height:70vh;height:auto;object-fit:contain;width:100%;background:#000202}
.profile-block-movie{position:relative}
.copyright{margin-top:34px;padding-top:22px;font-size:.86rem;color:var(--u-ft-soft);border-top:1px solid var(--u-ft-line)}

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

.popup-offer{border-radius:var(--u-rad-lg);max-width:calc(100vw - 44px);z-index:80;padding:20px;right:22px;position:fixed;border:1px solid var(--u-divider-soft);width:300px;bottom:22px;background:var(--u-paper);box-shadow:var(--u-elev-lg)}
.popup-dismiss{border-radius:50%;cursor:pointer;width:28px;background:var(--u-paper-deep);height:28px;top:12px;border:none;place-items:center;padding:0;position:absolute;line-height:1;color:var(--u-foreground-soft);font-size:1.1rem;display:grid;right:12px}
.popup-dismiss:hover{color:var(--u-inverse);background:var(--u-rose)}
.popup-heading{font-family:var(--u-font-head);padding-right:26px;font-weight:800;font-size:1.04rem}
.popup-txt{margin-top:4px;font-size:.86rem;color:var(--u-foreground-soft);margin-bottom:14px}
.popup-trigger{height:60px;border-radius:50%;background:linear-gradient(135deg,var(--u-rose),var(--u-coral));right:22px;display:none;border:none;position:fixed;box-shadow:var(--u-elev-lg);bottom:22px;cursor:pointer;color:var(--u-inverse);justify-content:center;width:60px;z-index:80;align-items:center}
.popup-trigger svg{stroke:none;height:26px;fill:currentColor;width:26px}
.record-town-hall{box-shadow:var(--u-elev-md);padding:24px;background:var(--u-paper);border-radius:var(--u-rad-lg);border:1px solid var(--u-divider-soft)}
p{margin:0}
.hl{background:linear-gradient(92deg,var(--u-rose),var(--u-coral) 60%,var(--u-orange));-webkit-background-clip:text;color:transparent;background-clip:text}
.base-layout{display:grid;gap:40px;grid-template-columns:1.6fr 1fr 1fr}
.base-sign{font-family:var(--u-font-head);font-weight:800;font-size:1.2rem;align-items:center;display:flex;color:var(--u-ft-deep);gap:10px;margin-bottom:12px}
.base-col>p:not(.base-heading){max-width:34ch;color:var(--u-ft-soft);font-size:.94rem}
.base-heading{margin-bottom:14px;font-size:1rem;font-weight:800;color:var(--u-ft-deep)}
.base-menu{font-size:.94rem;gap:10px;display:grid}

.read{align-items:center;grid-template-columns:1fr 1fr;gap:clamp(28px,4vw,56px);display:grid}
.read-txt>p:not(.eyebrow){margin-top:16px;color:var(--u-foreground-soft);font-size:1.04rem}
.read-deck{margin-top:22px;font-family:var(--u-font-head);font-size:1.1rem;color:var(--u-rose-active);font-weight:800}
.path a:hover{color:var(--u-rose-active)}
.section{padding-block:var(--u-section-y)}
.section-second{background:var(--u-paper-deep)}
.head-zone{text-align:center;max-width:640px;margin:0 auto 44px}
.figure{border-radius:var(--u-rad-md);display:flex;background:var(--u-paper);align-items:center;gap:12px;border:1px solid var(--u-divider-soft);box-shadow:var(--u-elev-sm);padding:14px 16px}
.figure-icon{height:40px;display:grid;color:var(--u-rose);flex:none;background:var(--u-paper-deep);width:40px;place-items:center;border-radius:12px}
.figure-icon svg{height:18px;width:18px}
.figure-txt dt{letter-spacing:.05em;font-size:.78rem;color:var(--u-dim);text-transform:uppercase}
.figure-txt dd{font-family:var(--u-font-head);font-weight:800;font-size:.98rem;margin:2px 0 0}

.view-hero{padding-block:clamp(40px,6vw,80px) 20px}
.view-hero h1{font-size:clamp(2rem,4.4vw,3.4rem);font-weight:800}
.view-hero p{font-size:1.08rem;margin:16px auto 0;color:var(--u-foreground-soft)}
.sign{display:flex;letter-spacing:-.02em;font-family:var(--u-font-head);font-weight:800;gap:11px;font-size:1.28rem;color:var(--u-foreground);align-items:center}
.sign:hover{color:var(--u-foreground)}
.sign-mark{height:42px;border-radius:14px;background:linear-gradient(135deg,var(--u-rose),var(--u-coral) 55%,var(--u-orange));flex-shrink:0;width:42px;display:inline-flex;box-shadow:0 8px 18px -8px rgba(234,80,152,.81);color:var(--u-inverse);align-items:center;justify-content:center}
.sign-mark svg{height:22px;width:22px}

.messaging-marker{padding:0 6px;position:absolute;border-radius:var(--u-rad-pill);place-items:center;box-shadow:var(--u-elev-sm);color:var(--u-inverse);font-size:.72rem;border:2px solid var(--u-paper);display:grid;line-height:1;background:var(--u-like);top:-3px;min-width:22px;height:22px;right:-3px;font-weight:800}
.messaging-marker[hidden]{display:none}
.read-txt .action{margin-top:26px}

.marker-chip{letter-spacing:.06em;border:1px solid var(--u-divider);gap:8px;align-items:center;font-weight:700;display:inline-flex;box-shadow:var(--u-elev-sm);border-radius:var(--u-rad-pill);padding:8px 16px;font-size:.82rem;background:var(--u-paper);color:var(--u-rose)}
.marker-chip svg{width:16px;color:var(--u-coral);height:16px}

.web-base{color:var(--u-ft);background:var(--u-ft-wash)}
.web-base .inner{padding-block:56px 22px}
.web-base a{color:var(--u-ft)}
.web-base a:hover{color:var(--u-ft-deep)}
.read-section .path{display:flex}.read-section .path li{padding-left:0}.read-section .path li::before{display:none}
figure{margin:0}
.path li:not(:last-child)::after{margin-left:6px;color:var(--u-dim);content:"\00203a"}
.path a{color:var(--u-foreground-soft)}

.action{
  display:inline-flex;font-weight:700;font-size:1rem;justify-content:center;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease;cursor:pointer;text-align:center;padding:14px 26px;
  gap:9px;border:1.5px solid transparent;align-items:center;white-space:nowrap;
  border-radius:var(--u-rad-pill);
}
.action svg{height:18px;width:18px}
.action-small{padding:10px 18px;font-size:.9rem}
.action-large{font-size:1.06rem;padding:17px 32px}
.action-stretch{width:100%}
.action-cta{box-shadow:0 14px 26px -12px rgba(252,72,101,.75);color:var(--u-inverse);background:linear-gradient(95deg,var(--u-orange),var(--u-coral) 55%,var(--u-rose))}
.action-cta:hover{color:var(--u-inverse);box-shadow:0 20px 34px -12px rgba(252,72,101,.87);transform:translateY(-2px)}
.action-soft{background:var(--u-paper);border-color:var(--u-divider);color:var(--u-rose)}
.action-soft:hover{background:var(--u-paper-deep);color:var(--u-rose-active);transform:translateY(-2px)}
.action-plain{color:var(--u-rose-active);background:var(--u-pure)}
.action-plain:hover{box-shadow:var(--u-elev-md);color:var(--u-rose-active);transform:translateY(-2px)}
.menu-link{padding:9px 14px;font-weight:600;border-radius:var(--u-rad-pill);color:var(--u-foreground);font-size:.96rem;transition:background .18s,color .18s}
.menu-link:hover{background:var(--u-paper-deep);color:var(--u-rose-active)}
.menu-glint{align-items:center;color:var(--u-foreground);background:none;border:none;padding:9px 12px;transition:background .18s ease,color .18s ease;font-weight:600;display:inline-flex;position:relative;text-decoration:none;font-size:.96rem;border-radius:var(--u-rad-pill);cursor:pointer;gap:7px}
.menu-glint:hover{background:var(--u-paper-deep);color:var(--u-rose-active)}
.menu-glint svg{width:20px;color:var(--u-rose);height:20px}
.menu-glint:hover svg{color:var(--u-rose-active)}
.menu-glint-txt{white-space:nowrap}
.menu-glint .messaging-marker{top:auto;position:static;right:auto}
.menu-glint-mob{align-items:center;text-align:left;color:var(--u-foreground);padding:14px 2px;border:none;font-weight:600;width:100%;font-size:15px;background:none;border-bottom:1px solid var(--u-divider);text-decoration:none;cursor:pointer;gap:9px;display:flex}
.menu-glint-mob:hover{color:var(--u-rose-active)}
.menu-glint-mob svg{height:18px;color:var(--u-rose);width:18px}

.menu-btn{flex-direction:column;padding:6px;display:none;background:none;cursor:pointer;z-index:1105;border:none;gap:5px}
.menu-btn span{width:26px;background:var(--u-foreground);transition:transform .3s ease,opacity .3s ease;border-radius:2px;height:3px;display:block}
.menu-btn.open span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}
.menu-btn.open span:nth-child(2){opacity:0}
.menu-btn.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}
.profile-movie-run{cursor:pointer;background:rgba(0,2,2,.48);z-index:3;width:78px;border-radius:50%;border:none;box-shadow:var(--u-elev-md);top:50%;transition:transform .15s ease,background .15s ease;place-items:center;transform:translate(-50%,-50%);display:grid;color:#fdfeff;left:50%;line-height:1;position:absolute;padding-left:6px;font-size:1.9rem;height:78px}
.profile-movie-run:hover{background:rgba(0,2,2,.7);transform:translate(-50%,-50%) scale(1.07)}
.profile-drawer{top:96px;position:sticky}
.profile-top{gap:12px;display:flex;align-items:center;margin-top:14px;flex-wrap:wrap}
.profile-top .marker-chip{flex:none}
.profile-hook{font-family:var(--u-font-head);font-weight:800;font-size:clamp(1.7rem,3.2vw,2.3rem);line-height:1.1}
.profile-hook span{font-weight:600;color:var(--u-dim);font-size:.62em}
.profile-note{margin-top:10px;display:flex;font-size:1.02rem;align-items:center;color:var(--u-foreground-soft);gap:7px}
.profile-note .pin svg{width:18px;height:18px;color:var(--u-rose)}
.profile-note a{text-decoration:none;transition:border-color .15s ease;font-weight:600;color:var(--u-rose-active);border-bottom:1px solid transparent}
.profile-note a:hover{border-bottom-color:currentColor}
.profile-figures{display:flex;margin-top:16px;gap:8px;flex-wrap:wrap}
.profile-drawer .hook{margin-top:18px}
.profile-list{gap:12px;margin-top:24px;flex-wrap:wrap;display:flex}
.core-menu{display:flex;margin-left:auto;gap:8px;align-items:center}

.inner{max-width:var(--u-wrap);margin-inline:auto;padding-inline:var(--u-gutter)}

.request-frame{max-width:640px}
.request-ghost{position:absolute;height:1px;overflow:hidden;width:1px;left:-9999px}
.hook{color:var(--u-foreground-soft);margin-top:14px;font-size:1.06rem}
:focus-visible{outline:3px solid var(--u-rose);border-radius:6px;outline-offset:2px}
.slot{color:var(--u-foreground-soft);gap:12px;justify-content:space-between;display:flex;font-size:.9rem}
.profile-tile{background:var(--u-paper);position:relative;border-radius:var(--u-rad-lg);box-shadow:var(--u-elev-md);border:1px solid var(--u-divider-soft);transition:transform .2s ease,box-shadow .2s ease;overflow:hidden}
.profile-tile:hover{transform:translateY(-6px);box-shadow:var(--u-elev-lg)}
.profile-portrait{position:relative;aspect-ratio:1/1;overflow:hidden;background:linear-gradient(160deg,var(--u-rose-200),var(--u-lilac-deep))}
.profile-portrait img{width:100%;display:block;height:100%;object-fit:cover}
.profile-marker{top:12px;position:absolute;display:inline-flex;font-weight:700;padding:5px 10px;border-radius:var(--u-rad-pill);align-items:center;gap:6px;box-shadow:var(--u-elev-sm);color:var(--u-go);z-index:2;left:12px;background:var(--u-paper-wash);font-size:.72rem}
.menu-backdrop{opacity:0;inset:0;position:fixed;transition:opacity .3s ease;z-index:1090;background:var(--u-veil);visibility:hidden}
.menu-backdrop.open{visibility:visible;opacity:1}

@media (max-width:980px){
  .profiles-layout{grid-template-columns:repeat(3,1fr)}
  .profile-layout{grid-template-columns:1fr}
  .profile-window{width:100%;max-width:380px;justify-self:start}
  .profile-drawer{position:static}
  .read,.record{grid-template-columns:1fr}
  .base-layout{grid-template-columns:1fr 1fr}
}
@media (max-width:860px){
  .core-menu{display:none}
  .menu-btn{display:flex;position:fixed;top:22px;right:18px}
}
@media (min-width:861px){
  .drawer-mob,.menu-backdrop{display:none}
}
@media (max-width:600px){
  :root{--u-section-y:clamp(30px,7vw,48px)}
  .base-layout,.input-line{grid-template-columns:1fr}
  .profiles-layout{grid-template-columns:repeat(2,1fr);gap:12px}
  .profile-in{padding:16px 10px}
  .offer-panel{flex-direction:column;align-items:stretch;padding:32px 24px}
  .offer-panel .action{width:100%;white-space:normal}
  .search-request{flex-direction:column;border-radius:var(--u-rad-lg)}
  .search-request .action{width:100%}
  .section-profile{padding-top:0}
  .profile-window img{aspect-ratio:1/1;max-height:46vh}
  .profile-layout{margin-top:0}
  .profile-drawer{display:flex;flex-direction:column;margin-top:14px}
  .profile-top{order:1;margin-top:0}
  .profile-note{order:2}
  .profile-list{order:3;margin-top:16px;gap:10px}
  .profile-list .action{flex:1 1 auto}
  .profile-track{display:none}
  .profile-figures{order:4}
  .profile-drawer .hook{order:5}
  .record-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-icon{width:34px;height:34px}
  .figure-txt{min-width:0}
  .figure-txt dd{font-size:.92rem;overflow-wrap:anywhere}
}
