:root{
  --c-pinktint-100:#feedf3;
  --c-pinktint-200:#f9deeb;
  --c-pinktint-300:#f7c7de;
  --c-pinktint-deep:#f5a9c6;
  --c-lavender:#eae8f6;
  --c-lavender-strong:#daddf4;

  --c-panel:#fffffd;
  --c-panel-light:#fef4f6;
  --c-panel-strong:#fee8ee;

  --c-rose:#ec4d97;
  --c-rose-dark:#df2e7d;
  --c-salmon:#fb5b75;
  --c-salmon-strong:#f84a61;
  --c-tangerine:#fa7a3c;
  --c-tangerine-strong:#f76c24;
  --c-crimson:#fd4e5d;
  --c-indigo:#c6cbf1;

  --c-copy:#2c252f;
  --c-copy-light:#6e6670;
  --c-muted:#9895a1;
  --c-line:#f2d7e3;

  --c-contrast:#fffffd;
  --c-white:#fffffd;
  --c-positive:#2fae67;
  --c-line-light:rgba(255,255,253,.91);
  --c-panel-bg:rgba(255,255,253,.93);
  --c-shroud:rgba(44,37,47,.48);
  --c-bottom-bg:#2c252f;
  --c-bottom:#d6d1df;
  --c-bottom-strong:#fffffd;
  --c-bottom-light:#aa9eb1;
  --c-bottom-edge:rgba(255,255,253,.11);

  --c-r-sm:14px;
  --c-r-md:20px;
  --c-r-lg:28px;
  --c-r-xl:36px;
  --c-r-pill:999px;

  --c-sd-sm:0 6px 16px -8px rgba(236,77,151,.37);
  --c-sd-md:0 18px 38px -18px rgba(236,77,151,.42);
  --c-sd-lg:0 30px 60px -24px rgba(223,46,125,.4);

  --c-heading:"Trebuchet MS","Segoe UI",system-ui,-apple-system,"Helvetica Neue",sans-serif;
  --c-font:"Segoe UI",system-ui,-apple-system,"Helvetica Neue",Arial,sans-serif;

  --c-frame:1200px;
  --c-gap:24px;
  --c-block-y:clamp(56px,7vw,104px);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  color:var(--c-copy);background:
    radial-gradient(1200px 700px at 85% -8%, var(--c-pinktint-300) 0%, transparent 55%),
    radial-gradient(900px 600px at -10% 8%, var(--c-lavender) 0%, transparent 55%),
    linear-gradient(180deg, var(--c-pinktint-100) 0%, var(--c-panel-light) 40%, var(--c-pinktint-100) 100%);background-attachment:fixed;line-height:1.6;
  margin:0;
  font-family:var(--c-font);-webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%}
.intro-head{margin:0 auto 44px;max-width:640px;text-align:center}
.sym-done svg{fill:currentColor;stroke:none}

.form-box{max-width:640px}
.form-holder{position:absolute;width:1px;height:1px;overflow:hidden;left:-9999px}
.trail a:hover{color:var(--c-rose-dark)}
.council-heading{margin-bottom:14px;font-family:var(--c-heading);font-weight:800}
.council-row{font-size:.94rem;margin-top:10px;display:flex;align-items:flex-start;gap:10px;color:var(--c-copy-light)}
.council-row .tack{color:var(--c-rose);flex:none}
.council-row .tack svg{width:16px;height:16px}
.info-council{background:var(--c-panel);box-shadow:var(--c-sd-md);border-radius:var(--c-r-lg);padding:24px;border:1px solid var(--c-line-light)}
.bottombar-cols{display:grid;gap:40px;grid-template-columns:1.6fr 1fr 1fr}
.bottombar-mark{font-family:var(--c-heading);gap:10px;display:flex;align-items:center;font-weight:800;font-size:1.2rem;color:var(--c-bottom-strong);margin-bottom:12px}
.bottombar-column>p:not(.bottombar-heading){font-size:.94rem;color:var(--c-bottom-light);max-width:34ch}
.bottombar-heading{margin-bottom:14px;color:var(--c-bottom-strong);font-size:1rem;font-weight:800}
.bottombar-menu{display:grid;gap:10px;font-size:.94rem}
.round{color:var(--c-positive);font-size:.6rem;line-height:1}
.stat{padding:14px 16px;gap:12px;align-items:center;background:var(--c-panel);border-radius:var(--c-r-md);box-shadow:var(--c-sd-sm);border:1px solid var(--c-line-light);display:flex}
.stat-sym{height:40px;background:var(--c-panel-strong);place-items:center;color:var(--c-rose);flex:none;border-radius:12px;display:grid;width:40px}
.stat-sym svg{height:18px;width:18px}
.stat-line dt{font-size:.78rem;letter-spacing:.05em;text-transform:uppercase;color:var(--c-muted)}
.stat-line dd{font-family:var(--c-heading);font-weight:800;font-size:.98rem;margin:2px 0 0}

.wrapper{padding-inline:var(--c-gap);margin-inline:auto;max-width:var(--c-frame)}
h1,h2,h3,h4{color:var(--c-copy);line-height:1.12;letter-spacing:-.01em;font-family:var(--c-heading);margin:0}

.content{gap:clamp(28px,4vw,56px);display:grid;grid-template-columns:1fr 1fr;align-items:center}
.content__line>p:not(.kicker){margin-top:16px;color:var(--c-copy-light);font-size:1.04rem}
.content__tagline{font-family:var(--c-heading);font-size:1.1rem;margin-top:22px;color:var(--c-rose-dark);font-weight:800}
:focus-visible{outline:3px solid var(--c-rose);outline-offset:2px;border-radius:6px}
.profile-card{overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;background:var(--c-panel);position:relative;border-radius:var(--c-r-lg);border:1px solid var(--c-line-light);box-shadow:var(--c-sd-md)}
.profile-card:hover{transform:translateY(-6px);box-shadow:var(--c-sd-lg)}
.profile__pic{position:relative;aspect-ratio:1/1;background:linear-gradient(160deg,var(--c-pinktint-200),var(--c-lavender-strong));overflow:hidden}
.profile__pic img{height:100%;object-fit:cover;display:block;width:100%}
.profile__status{z-index:2;top:12px;display:inline-flex;align-items:center;box-shadow:var(--c-sd-sm);font-weight:700;color:var(--c-positive);position:absolute;gap:6px;left:12px;background:var(--c-panel-bg);padding:5px 10px;border-radius:var(--c-r-pill);font-size:.72rem}
.body-menu{margin-left:auto;gap:8px;display:flex;align-items:center}
.hours{gap:4px;display:grid;margin-top:10px}
.mark{font-family:var(--c-heading);color:var(--c-copy);gap:11px;display:flex;font-weight:800;align-items:center;font-size:1.28rem;letter-spacing:-.02em}
.mark:hover{color:var(--c-copy)}
.mark__icon{justify-content:center;border-radius:14px;align-items:center;width:42px;box-shadow:0 8px 18px -8px rgba(236,77,151,.8);flex-shrink:0;color:var(--c-contrast);background:linear-gradient(135deg,var(--c-rose),var(--c-salmon) 55%,var(--c-tangerine));height:42px;display:inline-flex}
.mark__icon svg{width:22px;height:22px}
ul{list-style:none;margin:0;padding:0}

.region{display:flex;flex-direction:column;gap:32px}
.region-block h2{color:var(--c-copy);margin-bottom:16px;font-size:1.15rem;font-weight:800}
.region-menu{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:12px}
.region-menu a{background:var(--c-panel);gap:10px;color:var(--c-copy);padding:13px 16px;border:1px solid var(--c-line);transition:transform .14s,box-shadow .14s,color .14s;font-size:.92rem;display:flex;align-items:center;box-shadow:var(--c-sd-sm);justify-content:space-between;border-radius:var(--c-r-md);font-weight:600}
.region-menu a:hover{color:var(--c-rose-dark);box-shadow:var(--c-sd-md);transform:translateY(-3px)}
.region-menu a .tack{place-items:center;color:var(--c-rose);display:grid;flex:none}
.region-menu a .tack svg{height:16px;width:16px}
.title-2{font-size:clamp(1.9rem,3.6vw,3rem);font-weight:800}
.reasons-list{margin-top:14px;gap:10px;display:grid}
.reasons-list li{color:var(--c-copy);padding-left:24px;position:relative}
.reasons-list li::before{width:10px;background:var(--c-salmon);border-radius:50%;height:10px;left:0;position:absolute;top:.5em;content:""}
.kicker{font-weight:800;color:var(--c-rose);text-transform:uppercase;font-size:.8rem;margin-bottom:10px;letter-spacing:.1em}
.menu-link{color:var(--c-copy);font-weight:600;font-size:.96rem;padding:9px 14px;border-radius:var(--c-r-pill);transition:background .18s,color .18s}
.menu-link:hover{background:var(--c-panel-strong);color:var(--c-rose-dark)}
.menu-sparkle{color:var(--c-copy);border:none;gap:7px;position:relative;text-decoration:none;cursor:pointer;transition:background .18s ease,color .18s ease;border-radius:var(--c-r-pill);font-weight:600;display:inline-flex;padding:9px 12px;background:none;align-items:center;font-size:.96rem}
.menu-sparkle:hover{background:var(--c-panel-strong);color:var(--c-rose-dark)}
.menu-sparkle svg{height:20px;color:var(--c-rose);width:20px}
.menu-sparkle:hover svg{color:var(--c-rose-dark)}
.menu-sparkle__line{white-space:nowrap}
.menu-sparkle .inbox-status{top:auto;right:auto;position:static}
.menu-sparkle-phone{background:none;border:none;border-bottom:1px solid var(--c-line);display:flex;width:100%;font-weight:600;text-align:left;gap:9px;color:var(--c-copy);padding:14px 2px;cursor:pointer;align-items:center;text-decoration:none;font-size:15px}
.menu-sparkle-phone:hover{color:var(--c-rose-dark)}
.menu-sparkle-phone svg{height:18px;width:18px;color:var(--c-rose)}

.site-bottombar{color:var(--c-bottom);background:var(--c-bottom-bg)}
.site-bottombar .wrapper{padding-block:56px 22px}
.site-bottombar a{color:var(--c-bottom)}
.site-bottombar a:hover{color:var(--c-bottom-strong)}
.intro{font-size:1.06rem;color:var(--c-copy-light);margin-top:14px}

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

.info{grid-template-columns:1.2fr 1fr;gap:clamp(28px,4vw,48px);display:grid;align-items:start}
.info-stats{gap:16px;display:grid;grid-template-columns:1fr 1fr}
.form-note{font-weight:700}
.form-note--done{color:var(--c-positive)}
.form-note--hidden{color:var(--c-rose-dark)}
.film-shot{height:100%;background:#000100;pointer-events:none;display:block;width:100%;object-fit:cover}
.film-round{place-items:center;display:grid;padding-left:2px;font-size:.64rem;box-shadow:var(--c-sd-sm);pointer-events:none;background:rgba(0,1,0,.54);color:#fffffd;line-height:1;height:28px;top:50%;transform:translate(-50%,-50%);border-radius:50%;left:50%;width:28px;position:absolute}
.film-status{letter-spacing:.02em;font-weight:700;align-items:center;position:absolute;background:rgba(0,1,0,.64);gap:4px;border-radius:var(--c-r-pill);box-shadow:var(--c-sd-sm);bottom:12px;z-index:2;padding:5px 9px;color:#fffffd;display:inline-flex;font-size:.7rem;left:12px}
.content-zone .trail{display:flex}.content-zone .trail li{padding-left:0}.content-zone .trail li::before{display:none}

.action{
  border:1.5px solid transparent;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease;white-space:nowrap;cursor:pointer;
  font-weight:700;font-size:1rem;padding:14px 26px;justify-content:center;
  gap:9px;display:inline-flex;text-align:center;border-radius:var(--c-r-pill);
  align-items:center;
}
.action svg{height:18px;width:18px}
.action--mini{padding:10px 18px;font-size:.9rem}
.action--large{padding:17px 32px;font-size:1.06rem}
.action--block{width:100%}
.action--cta{background:linear-gradient(95deg,var(--c-tangerine),var(--c-salmon) 55%,var(--c-rose));box-shadow:0 14px 26px -12px rgba(248,74,97,.76);color:var(--c-contrast)}
.action--cta:hover{color:var(--c-contrast);transform:translateY(-2px);box-shadow:0 20px 34px -12px rgba(248,74,97,.84)}
.action--ghost{border-color:var(--c-line);color:var(--c-rose);background:var(--c-panel)}
.action--ghost:hover{transform:translateY(-2px);color:var(--c-rose-dark);background:var(--c-panel-strong)}
.action--plain{background:var(--c-white);color:var(--c-rose-dark)}
.action--plain:hover{transform:translateY(-2px);box-shadow:var(--c-sd-md);color:var(--c-rose-dark)}
.menu-screen{transition:opacity .3s ease;inset:0;z-index:1090;opacity:0;visibility:hidden;background:var(--c-shroud);position:fixed}
.menu-screen.current{opacity:1;visibility:visible}

.popup-offer{border-radius:var(--c-r-lg);padding:20px;z-index:80;background:var(--c-panel);right:22px;bottom:22px;border:1px solid var(--c-line-light);max-width:calc(100vw - 44px);width:300px;box-shadow:var(--c-sd-lg);position:fixed}
.popup-dismiss{border-radius:50%;top:12px;border:none;padding:0;font-size:1.1rem;background:var(--c-panel-strong);position:absolute;color:var(--c-copy-light);cursor:pointer;place-items:center;width:28px;right:12px;display:grid;height:28px;line-height:1}
.popup-dismiss:hover{color:var(--c-contrast);background:var(--c-rose)}
.popup-heading{font-family:var(--c-heading);font-weight:800;font-size:1.04rem;padding-right:26px}
.popup-line{color:var(--c-copy-light);font-size:.86rem;margin-top:4px;margin-bottom:14px}
.popup-trigger{border-radius:50%;height:60px;display:none;z-index:80;color:var(--c-contrast);align-items:center;background:linear-gradient(135deg,var(--c-rose),var(--c-salmon));cursor:pointer;width:60px;justify-content:center;right:22px;position:fixed;border:none;box-shadow:var(--c-sd-lg);bottom:22px}
.popup-trigger svg{width:26px;height:26px;fill:currentColor;stroke:none}
.hour{display:flex;justify-content:space-between;gap:12px;font-size:.9rem;color:var(--c-copy-light)}

.burger{border:none;padding:6px;z-index:1105;gap:5px;flex-direction:column;display:none;background:none;cursor:pointer}
.burger span{display:block;border-radius:2px;background:var(--c-copy);height:3px;transition:transform .3s ease,opacity .3s ease;width:26px}
.burger.current span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}
.burger.current span:nth-child(2){opacity:0}
.burger.current span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}
svg{display:block}
.profile__sparkle{display:grid;box-shadow:var(--c-sd-sm);position:absolute;transition:transform .16s,background .16s,color .16s;top:12px;place-items:center;width:36px;z-index:2;height:36px;cursor:pointer;border-radius:50%;background:var(--c-panel-bg);border:none;right:12px;color:var(--c-salmon)}
.profile__sparkle svg{width:18px;height:18px}
.profile__sparkle:hover{transform:scale(1.08)}
.profile__sparkle.done{background:var(--c-salmon);color:var(--c-contrast)}
.profile__sparkle.done svg{fill:currentColor}
.profile-shot__sparkle{top:14px;width:46px;right:14px;height:46px}
.profile-shot__sparkle svg{width:21px;height:21px}
.profile__body{padding:16px 18px}
.profile__heading{font-family:var(--c-heading);font-weight:800;font-size:1.12rem}
.profile__heading a{text-decoration:none;outline-offset:3px;color:inherit}
.profile__heading a::after{position:absolute;z-index:1;content:"";inset:0}
.profile__heading span{font-weight:600;color:var(--c-muted)}
.profile__addr{align-items:center;color:var(--c-copy-light);font-size:.88rem;display:flex;margin-top:4px;gap:6px}
.profile__addr .tack svg{height:14px;color:var(--c-rose);width:14px}
.profile__inbox{margin-top:12px;align-items:center;z-index:2;gap:7px;font-weight:700;justify-content:center;display:inline-flex;color:var(--c-contrast);border-radius:var(--c-r-pill);font-size:.9rem;background:linear-gradient(135deg,var(--c-rose),var(--c-salmon));padding:9px 14px;box-shadow:var(--c-sd-sm);width:100%;position:relative;transition:transform .16s ease,box-shadow .16s ease}
.profile__inbox svg{width:16px;height:16px}
.profile__inbox:hover{box-shadow:var(--c-sd-md);transform:translateY(-1px)}
.profile-cols{align-items:start;gap:clamp(24px,4vw,52px);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);margin-top:22px}
.profile-column{min-width:0}
.profile-shot{border-radius:var(--c-r-lg);position:relative;overflow:hidden;margin:0;box-shadow:var(--c-sd-md);background:linear-gradient(160deg,var(--c-pinktint-200),var(--c-lavender-strong))}
.profile-shot img{display:block;object-fit:cover;height:auto;aspect-ratio:4/5;width:100%}
.profile-pager{color:var(--c-rose-dark);box-shadow:var(--c-sd-md);top:50%;width:44px;z-index:2;background:var(--c-panel-bg);display:grid;transform:translateY(-50%);border-radius:50%;place-items:center;height:44px;transition:transform .15s ease,background .15s ease;position:absolute;border:none;cursor:pointer}
.profile-pager:hover{transform:translateY(-50%) scale(1.07);background:var(--c-panel-bg)}
.profile-pager svg{width:22px;height:22px}
.profile-left{left:12px}
.profile-right{right:12px}
.profile-band{display:flex;margin-top:12px;flex-wrap:wrap;gap:10px}
.profile-entry{border:2px solid transparent;cursor:pointer;padding:0;overflow:hidden;box-shadow:var(--c-sd-sm);aspect-ratio:3/4;width:72px;border-radius:var(--c-r-sm);transition:transform .15s ease,border-color .15s ease;flex:0 0 auto;background:var(--c-panel-strong)}
.profile-entry img{object-fit:cover;width:100%;display:block;height:100%}
.profile-entry:hover{transform:translateY(-2px)}
.profile-entry.done{border-color:var(--c-rose)}
.profile-column [hidden]{display:none!important}
.profile-film{max-height:70vh;height:auto;display:block;object-fit:contain;width:100%;background:#000100}
.profile-entry--film{position:relative}

.holder{text-align:center;padding-block:clamp(60px,10vw,140px)}
.holder__rank{font-family:var(--c-heading);font-weight:800;line-height:.9;font-size:clamp(6rem,20vw,13rem)}
.holder__block{gap:14px;display:flex;justify-content:center;flex-wrap:wrap;margin-top:30px}

.offer__panel{padding:clamp(38px,5vw,64px);border-radius:var(--c-r-xl);gap:30px;color:var(--c-contrast);background:linear-gradient(100deg,var(--c-rose-dark),var(--c-salmon) 60%,var(--c-tangerine));align-items:center;overflow:hidden;display:flex;justify-content:space-between;box-shadow:var(--c-sd-lg);flex-wrap:wrap;position:relative}
.offer__blob{border-radius:50%;background:rgba(255,255,253,.14);width:320px;position:absolute;right:-90px;top:-120px;height:320px}
.offer__line{z-index:2;position:relative}
.offer__line h2{color:var(--c-contrast);max-width:16ch}
.offer__line p{margin-top:10px;color:rgba(255,255,253,.93);max-width:46ch}
.offer__panel .action{position:relative;z-index:2}
button{font-family:inherit}

.seek-form{background:var(--c-panel);display:flex;box-shadow:var(--c-sd-md);border-radius:var(--c-r-pill);margin:0 auto;padding:12px;gap:12px;border:1px solid var(--c-line-light)}
.seek-form .input{box-shadow:none;font-size:1.06rem;background:transparent;border:none}
.seek-form .input:focus{box-shadow:none}
.seek-form+.region{margin-top:40px}
.mark,.menu-link,.aside-phone a,.action,.trail a,.site-bottombar a,.region-menu a,.profile__inbox{text-decoration:none}
.input-row{gap:18px;display:grid;grid-template-columns:1fr 1fr}
.input{border-radius:var(--c-r-sm);font-family:inherit;transition:border-color .16s,box-shadow .16s;border:1.5px solid var(--c-line);padding:13px 16px;color:var(--c-copy);font-size:1rem;width:100%;background:var(--c-panel-light)}
.input:focus{outline:none;border-color:var(--c-rose);box-shadow:0 0 0 3px rgba(236,77,151,.16)}
textarea.input{min-height:140px;resize:vertical}

.form{padding:clamp(24px,3vw,40px);background:var(--c-panel);border-radius:var(--c-r-lg);box-shadow:var(--c-sd-md);border:1px solid var(--c-line-light)}
.form-entry{margin-bottom:18px;gap:7px;display:grid}
.form-entry label{font-weight:700;font-size:.92rem}

.site-topbar{border-bottom:1px solid var(--c-line);position:sticky;z-index:60;background:var(--c-panel);top:0}
.site-topbar__body{min-height:74px;display:flex;gap:20px;align-items:center;justify-content:space-between;padding-block:12px}
.content__line .action{margin-top:26px}
.trail li:not(:last-child)::after{content:"\00203a";color:var(--c-muted);margin-left:6px}
.trail a{color:var(--c-copy-light)}
.aside-phone{padding:84px 22px 22px;top:0;transition:right .3s ease;height:100vh;overflow-y:auto;box-shadow:-6px 0 30px rgba(44,37,47,.18);height:100dvh;width:80%;background:var(--c-panel);position:fixed;z-index:1100;max-width:320px;right:-100%}
.aside-phone.current{right:0}
.aside-phone nav{display:flex;flex-direction:column}
.aside-phone a:not(.action){color:var(--c-copy);font-weight:600;padding:14px 2px;border-bottom:1px solid var(--c-line);font-size:15px}
.aside-phone a:not(.action):hover{color:var(--c-rose-dark)}
.aside-phone a.action{margin-top:22px}
.trail{display:flex;font-size:.86rem;flex-wrap:wrap;margin-bottom:14px;gap:6px;justify-content:flex-start;color:var(--c-muted)}

.screen-splash{padding-block:clamp(40px,6vw,80px) 20px}
.screen-splash h1{font-size:clamp(2rem,4.4vw,3.4rem);font-weight:800}
.screen-splash p{margin:16px auto 0;font-size:1.08rem;color:var(--c-copy-light)}

.status-pill{border:1px solid var(--c-line);border-radius:var(--c-r-pill);background:var(--c-panel);align-items:center;letter-spacing:.06em;font-weight:700;font-size:.82rem;display:inline-flex;gap:8px;padding:8px 16px;box-shadow:var(--c-sd-sm);color:var(--c-rose)}
.status-pill svg{width:16px;height:16px;color:var(--c-salmon)}
figure{margin:0}
.profile-film-play{cursor:pointer;place-items:center;border-radius:50%;position:absolute;display:grid;line-height:1;transition:transform .15s ease,background .15s ease;background:rgba(0,1,0,.48);padding-left:6px;transform:translate(-50%,-50%);top:50%;font-size:1.9rem;border:none;color:#fffffd;left:50%;z-index:3;width:78px;box-shadow:var(--c-sd-md);height:78px}
.profile-film-play:hover{transform:translate(-50%,-50%) scale(1.07);background:rgba(0,1,0,.72)}
.profile-aside{top:96px;position:sticky}
.profile-head{gap:12px;flex-wrap:wrap;display:flex;align-items:center;margin-top:14px}
.profile-head .status-pill{flex:none}
.profile-intro{font-family:var(--c-heading);font-weight:800;font-size:clamp(1.7rem,3.2vw,2.3rem);line-height:1.1}
.profile-intro span{font-weight:600;color:var(--c-muted);font-size:.62em}
.profile-note{align-items:center;margin-top:10px;font-size:1.02rem;gap:7px;color:var(--c-copy-light);display:flex}
.profile-note .tack svg{color:var(--c-rose);height:18px;width:18px}
.profile-note a{transition:border-color .15s ease;font-weight:600;text-decoration:none;color:var(--c-rose-dark);border-bottom:1px solid transparent}
.profile-note a:hover{border-bottom-color:currentColor}
.profile-stats{display:flex;margin-top:16px;flex-wrap:wrap;gap:8px}
.profile-aside .intro{margin-top:18px}
.profile-list{margin-top:24px;flex-wrap:wrap;display:flex;gap:12px}
.area-card{background:var(--c-lavender);position:relative;border-radius:var(--c-r-lg);box-shadow:var(--c-sd-md);border:1px solid var(--c-line-light);overflow:hidden;aspect-ratio:4/3}
.area-card.area-later{cursor:pointer}
.area-holder{background:linear-gradient(160deg,var(--c-lavender-strong),var(--c-panel-strong));position:absolute;gap:10px;text-align:center;place-items:center;display:grid;inset:0;padding:20px}
.area-holder p{color:var(--c-copy);font-weight:700}
.area-tack{color:var(--c-salmon);filter:drop-shadow(0 10px 12px rgba(248,74,97,.48))}
.area-tack svg{stroke:none;height:40px;fill:currentColor;width:40px}
.area-card iframe{height:100%;inset:0;position:absolute;width:100%;border:0}
.area-card.ready .area-holder{display:none}

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

.inbox-status{font-size:.72rem;border-radius:var(--c-r-pill);border:2px solid var(--c-panel);height:22px;display:grid;box-shadow:var(--c-sd-sm);position:absolute;top:-3px;right:-3px;line-height:1;padding:0 6px;color:var(--c-contrast);place-items:center;background:var(--c-crimson);min-width:22px;font-weight:800}
.inbox-status[hidden]{display:none}
.rights{color:var(--c-bottom-light);border-top:1px solid var(--c-bottom-edge);font-size:.86rem;padding-top:22px;margin-top:34px}
::selection{background:rgba(236,77,151,.2)}
p{margin:0}
.qna-entry{overflow:hidden;border-radius:var(--c-r-md);box-shadow:var(--c-sd-sm);background:var(--c-panel);border:1px solid var(--c-line);margin-bottom:14px}
.qna-entry summary{cursor:pointer;color:var(--c-copy);font-family:var(--c-heading);align-items:center;list-style:none;justify-content:space-between;font-weight:800;font-size:1.05rem;display:flex;gap:16px;padding:20px 22px}
.qna-entry summary::-webkit-details-marker{display:none}
.qna-entry summary::after{content:"+";transition:transform .25s ease;border-radius:50%;flex:none;width:30px;color:var(--c-rose);background:var(--c-panel-strong);font-size:1.2rem;place-items:center;height:30px;display:grid}
.qna-entry[open] summary::after{color:var(--c-contrast);background:var(--c-rose);transform:rotate(45deg)}
.qna-ans{padding:0 22px 20px;color:var(--c-copy-light)}
.em{background:linear-gradient(92deg,var(--c-rose),var(--c-salmon) 60%,var(--c-tangerine));-webkit-background-clip:text;color:transparent;background-clip:text}

@media (max-width:980px){
  .profiles-cols{grid-template-columns:repeat(3,1fr)}
  .profile-cols{grid-template-columns:1fr}
  .profile-shot{width:100%;max-width:380px;justify-self:start}
  .profile-aside{position:static}
  .content,.info{grid-template-columns:1fr}
  .bottombar-cols{grid-template-columns:1fr 1fr}
}
@media (max-width:860px){
  .body-menu{display:none}
  .burger{display:flex;position:fixed;top:22px;right:18px}
}
@media (min-width:861px){
  .aside-phone,.menu-screen{display:none}
}
@media (max-width:600px){
  :root{--c-block-y:clamp(30px,7vw,48px)}
  .bottombar-cols,.input-row{grid-template-columns:1fr}
  .profiles-cols{grid-template-columns:repeat(2,1fr);gap:12px}
  .profile__body{padding:16px 10px}
  .offer__panel{flex-direction:column;align-items:stretch;padding:32px 24px}
  .offer__panel .action{width:100%;white-space:normal}
  .seek-form{flex-direction:column;border-radius:var(--c-r-lg)}
  .seek-form .action{width:100%}
  .zone--profile{padding-top:0}
  .profile-shot img{aspect-ratio:1/1;max-height:46vh}
  .profile-cols{margin-top:0}
  .profile-aside{display:flex;flex-direction:column;margin-top:14px}
  .profile-head{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-band{display:none}
  .profile-stats{order:4}
  .profile-aside .intro{order:5}
  .info-stats{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}
  .stat{padding:11px 12px;gap:8px;flex-direction:column;align-items:flex-start}
  .stat-sym{width:34px;height:34px}
  .stat-line{min-width:0}
  .stat-line dd{font-size:.92rem;overflow-wrap:anywhere}
}
