:root{
  --ascend-red:#b60000;--ascend-red-dark:#900000;--ascend-red-soft:#fff2f2;
  --ascend-navy:#0b1f3a;--ascend-navy-2:#122d50;--ascend-ink:#20252d;
  --ascend-muted:#687386;--ascend-paper:#f6f7f9;--ascend-line:#e5e8ed;--ascend-white:#fff;
  --ascend-radius:24px;--ascend-shadow:0 24px 70px rgba(11,31,58,.10)
}
.ascend-network-page,.ascend-directory-shell,.ascend-single-shell,.ascend-group-page{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ascend-ink)}
.ascend-network-page *,.ascend-directory-shell *,.ascend-single-shell *,.ascend-group-page *{box-sizing:border-box}
.ascend-kicker,.ascend-eyebrow{font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:var(--ascend-red)}
.ascend-btn,.ascend-action{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:0 18px;border:0;border-radius:12px;font:inherit;font-size:14px;font-weight:850;text-decoration:none;cursor:pointer;transition:.18s transform,.18s box-shadow,.18s background}
.ascend-btn:hover,.ascend-action:hover{transform:translateY(-1px)}
.ascend-btn-primary,.ascend-action-primary{background:var(--ascend-red);color:#fff;box-shadow:0 10px 24px rgba(182,0,0,.18)}
.ascend-btn-primary:hover,.ascend-action-primary:hover{background:var(--ascend-red-dark);color:#fff}
.ascend-btn-light,.ascend-action-light{background:#fff;color:var(--ascend-navy);border:1px solid var(--ascend-line)}
.ascend-btn-ghost-light{border:1px solid rgba(255,255,255,.5);color:#fff;background:transparent}

/* Our Network */
.ascend-network-page{background:#fff;margin-inline:calc(50% - 50vw);width:100vw;overflow:hidden}
.ascend-network-hero{background:linear-gradient(115deg,var(--ascend-red) 0%,#cb0000 58%,#9b0000 100%);color:#fff;position:relative;isolation:isolate}
.ascend-network-hero:after{content:"A";position:absolute;right:-.04em;bottom:-.31em;font-weight:950;font-size:min(47vw,680px);line-height:1;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.13);z-index:-1;pointer-events:none}
.ascend-network-hero-inner{max-width:1320px;margin:0 auto;padding:52px 28px 82px}
.ascend-network-brand{background:#fff;width:max-content;padding:10px 16px;border-radius:14px;margin-bottom:72px;box-shadow:0 12px 32px rgba(71,0,0,.18)}
.ascend-network-logo{display:block;width:235px;max-width:56vw;height:auto}
.ascend-network-hero .ascend-kicker{color:#fff;opacity:.82}
.ascend-network-hero h1{font-size:clamp(58px,8.6vw,126px);line-height:.82;letter-spacing:-.066em;margin:18px 0 28px;max-width:1000px;color:#fff}
.ascend-network-hero h1 em{font-style:normal;color:#fff;opacity:.54}
.ascend-network-hero p{max-width:690px;font-size:clamp(18px,2vw,24px);line-height:1.5;color:#fff;margin:0}
.ascend-network-stats{display:flex;flex-wrap:wrap;gap:32px;margin-top:52px;padding-top:30px;border-top:1px solid rgba(255,255,255,.28)}
.ascend-network-stats span{display:flex;align-items:baseline;gap:8px;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:800;color:rgba(255,255,255,.78)}
.ascend-network-stats strong{font-size:28px;letter-spacing:-.04em;color:#fff}
.ascend-groups-section{max-width:1320px;margin:0 auto;padding:84px 28px 36px}
.ascend-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:32px}
.ascend-section-heading h2{font-size:clamp(40px,5vw,72px);line-height:.92;letter-spacing:-.055em;margin:7px 0 0;color:var(--ascend-navy)}
.ascend-section-heading>p{max-width:450px;color:var(--ascend-muted);font-size:16px;line-height:1.6;margin:0}
.ascend-group-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.ascend-group-card{min-height:460px;display:flex;flex-direction:column;background:var(--ascend-navy);color:#fff;border-radius:26px;padding:24px;text-decoration:none;overflow:hidden;position:relative;isolation:isolate;box-shadow:0 18px 44px rgba(11,31,58,.12);transition:.22s transform,.22s box-shadow}
.ascend-group-card:after{content:"A";position:absolute;right:-20px;top:45px;font-size:230px;line-height:1;font-weight:950;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.08);z-index:-1}
.ascend-group-card:nth-child(2n){background:var(--ascend-red)}
.ascend-group-card:hover{transform:translateY(-5px);box-shadow:0 28px 65px rgba(11,31,58,.20);color:#fff}
.ascend-group-card-top{display:flex;justify-content:space-between;gap:12px;text-transform:uppercase;font-size:10px;letter-spacing:.12em;font-weight:900;color:rgba(255,255,255,.68)}
.ascend-group-card-top b{color:#fff;font-weight:800}
.ascend-group-card-main{margin:auto 0}
.ascend-group-monogram{width:54px;height:54px;display:grid;place-items:center;background:#fff;color:var(--ascend-red);border-radius:50%;font-weight:950;font-size:25px;margin-bottom:20px}
.ascend-group-card h3{font-size:clamp(38px,4vw,54px);line-height:.9;letter-spacing:-.055em;margin:0 0 14px;color:#fff}
.ascend-group-card p{font-size:14px;line-height:1.55;color:rgba(255,255,255,.74);max-width:330px;margin:0}
.ascend-group-card-meta{display:grid;grid-template-columns:1fr 1fr;gap:10px;border-top:1px solid rgba(255,255,255,.17);padding-top:18px;margin-top:24px}
.ascend-group-card-meta span{font-size:12px;line-height:1.4}.ascend-group-card-meta small{display:block;color:rgba(255,255,255,.52);font-size:9px;letter-spacing:.12em;font-weight:900;margin-bottom:3px}
.ascend-group-card-action{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.17);margin-top:18px;padding-top:17px;font-size:13px;font-weight:900}
.ascend-group-card-action span{font-size:20px}

/* Directory */
.ascend-directory-shell{max-width:1320px;margin:0 auto;padding:72px 28px 96px}
.ascend-directory-shell.is-embedded{padding-top:66px}
.ascend-directory-heading{max-width:780px;margin-bottom:32px}.ascend-directory-heading h2{font-size:clamp(48px,6vw,82px);line-height:.88;letter-spacing:-.06em;margin:10px 0 16px;color:var(--ascend-navy)}.ascend-directory-heading p{font-size:19px;color:var(--ascend-muted)}
.ascend-directory-title{margin-bottom:28px}
.ascend-directory-filters{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr auto;gap:9px;background:var(--ascend-paper);border:1px solid var(--ascend-line);padding:12px;border-radius:18px;box-shadow:0 12px 36px rgba(11,31,58,.05)}
.ascend-directory-filters label{display:flex;flex-direction:column;gap:6px}.ascend-directory-filters label>span{padding-left:4px;color:var(--ascend-muted);font-size:9px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.ascend-directory-filters input,.ascend-directory-filters select{width:100%;height:49px;padding:0 13px;border:1px solid #dce1e8;border-radius:11px;background:#fff;color:var(--ascend-navy);font:inherit;outline:none}.ascend-directory-filters input:focus,.ascend-directory-filters select:focus{border-color:var(--ascend-red);box-shadow:0 0 0 3px rgba(182,0,0,.08)}
.ascend-directory-filters .ascend-btn{align-self:end;height:49px;white-space:nowrap}
.ascend-result-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:26px 2px 17px;color:var(--ascend-muted);font-size:14px}.ascend-result-bar strong{color:var(--ascend-navy);font-size:20px}.ascend-result-bar a{color:var(--ascend-red);font-weight:850;text-decoration:none}
.ascend-member-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.ascend-member-card{background:#fff;border:1px solid var(--ascend-line);border-radius:22px;overflow:hidden;box-shadow:0 8px 26px rgba(11,31,58,.045);transition:.2s transform,.2s box-shadow,.2s border-color}
.ascend-member-card:hover{transform:translateY(-4px);border-color:rgba(182,0,0,.25);box-shadow:0 22px 50px rgba(11,31,58,.10)}
.ascend-card-image{display:block;aspect-ratio:4/3;background:var(--ascend-navy);overflow:hidden;position:relative;text-decoration:none}.ascend-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:.35s transform}.ascend-member-card:hover .ascend-card-image img{transform:scale(1.025)}
.ascend-image-placeholder{display:grid;place-items:center;align-content:center;width:100%;height:100%;color:#fff}.ascend-image-placeholder b{font-size:90px;line-height:.8}.ascend-image-placeholder small{font-size:9px;letter-spacing:.18em;margin-top:18px}
.ascend-card-trade{position:absolute;left:12px;bottom:12px;max-width:calc(100% - 24px);background:#fff;color:var(--ascend-red);border-radius:99px;padding:7px 10px;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 8px 20px rgba(11,31,58,.10)}
.ascend-card-body{padding:20px 20px 16px}.ascend-card-group{display:block;font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;color:var(--ascend-red);margin-bottom:9px}.ascend-card-body h3{font-size:25px;line-height:1.02;letter-spacing:-.04em;margin:0 0 9px}.ascend-card-body h3 a{color:var(--ascend-navy);text-decoration:none}.ascend-card-contact-name{margin:0 0 3px;color:var(--ascend-ink);font-size:14px}.ascend-location{margin:0;color:var(--ascend-muted);font-size:13px;line-height:1.4}.ascend-card-link{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--ascend-line);padding-top:14px;margin-top:18px;color:var(--ascend-navy);text-decoration:none;font-size:13px;font-weight:900}.ascend-card-link b{font-size:18px;color:var(--ascend-red)}
.ascend-empty-network{grid-column:1/-1;border:1px dashed #cfd5dd;border-radius:20px;padding:42px;text-align:center;background:var(--ascend-paper)}.ascend-empty-network strong{display:block;font-size:22px;color:var(--ascend-navy)}.ascend-empty-network p{color:var(--ascend-muted);margin-bottom:0}
.ascend-pagination{display:flex;gap:7px;justify-content:center;margin-top:34px}.ascend-pagination a{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--ascend-line);border-radius:11px;text-decoration:none;color:var(--ascend-navy);font-weight:800}.ascend-pagination a.is-current{background:var(--ascend-red);border-color:var(--ascend-red);color:#fff}

/* Individual group */
.ascend-group-page{margin-inline:calc(50% - 50vw);width:100vw;background:#fff}
.ascend-group-hero{background:var(--ascend-navy);color:#fff;overflow:hidden;position:relative;isolation:isolate}.ascend-group-hero:after{content:"A";position:absolute;right:-60px;bottom:-190px;font-size:min(52vw,700px);font-weight:950;line-height:1;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.08);z-index:-1}.ascend-group-hero-inner{max-width:1320px;margin:0 auto;padding:46px 28px 80px}.ascend-network-back{display:inline-flex;color:#fff;text-decoration:none;font-size:13px;font-weight:850;margin-bottom:62px;opacity:.82}.ascend-group-hero-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.6fr);gap:64px;align-items:end}.ascend-group-hero .ascend-kicker{color:#ff7070}.ascend-group-hero h1{font-size:clamp(64px,9vw,128px);line-height:.8;letter-spacing:-.07em;margin:15px 0 26px;color:#fff}.ascend-group-hero h1 em{font-style:normal;color:#ff5b5b}.ascend-group-hero p{max-width:720px;color:#d3dbe7;font-size:19px;line-height:1.62}.ascend-group-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:34px}
.ascend-group-facts{background:#fff;color:var(--ascend-navy);border-radius:25px;padding:25px;box-shadow:0 28px 70px rgba(0,0,0,.2)}.ascend-group-mark{width:62px;height:62px;border-radius:18px;background:var(--ascend-red);color:#fff;display:grid;place-items:center;font-size:31px;font-weight:950;margin-bottom:12px}.ascend-group-facts>div{padding:16px 2px;border-top:1px solid var(--ascend-line)}.ascend-group-facts small{display:block;color:var(--ascend-muted);font-size:9px;letter-spacing:.13em;font-weight:900;margin-bottom:5px}.ascend-group-facts strong{font-size:16px;line-height:1.3}.ascend-group-promise{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding:0 28px;transform:translateY(-1px)}.ascend-group-promise>div{padding:28px;border:1px solid var(--ascend-line);border-right:0;background:#fff}.ascend-group-promise>div:first-child{border-radius:0 0 0 20px}.ascend-group-promise>div:last-child{border-right:1px solid var(--ascend-line);border-radius:0 0 20px 0}.ascend-group-promise b{display:block;color:var(--ascend-red);font-size:11px;letter-spacing:.12em}.ascend-group-promise strong{display:block;color:var(--ascend-navy);font-size:18px;margin:7px 0}.ascend-group-promise span{font-size:13px;color:var(--ascend-muted)}

/* Individual member */
.ascend-single-shell{max-width:1220px;margin:0 auto;padding:38px 24px 90px}.ascend-single-back{margin-bottom:18px}.ascend-single-back a{color:var(--ascend-navy);text-decoration:none;font-size:13px;font-weight:850}.ascend-single-hero{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:0;background:var(--ascend-navy);color:#fff;border-radius:28px;overflow:hidden;box-shadow:var(--ascend-shadow)}.ascend-single-image{min-height:470px;background:var(--ascend-red)}.ascend-single-image img{display:block;width:100%;height:100%;object-fit:cover}.ascend-single-intro{padding:50px}.ascend-badges{display:flex;gap:6px;flex-wrap:wrap}.ascend-badges span{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);color:#fff;border-radius:99px;padding:7px 10px;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.ascend-single-intro h1{font-size:clamp(44px,6vw,76px);line-height:.88;letter-spacing:-.06em;margin:18px 0}.ascend-contact-name,.ascend-single-location{color:#d5deea}.ascend-google-chip{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:800;margin-top:12px}.ascend-google-chip b{color:#ffca28}.ascend-single-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:27px}.ascend-btn-ghost-dark{color:#fff;border:1px solid rgba(255,255,255,.35);background:transparent}.ascend-single-content{display:grid;grid-template-columns:1fr 340px;gap:54px;padding:58px 0}.ascend-single-copy .ascend-kicker{display:block;margin-bottom:12px}.ascend-prose{font-size:18px;line-height:1.78}.ascend-contact-card{border:1px solid var(--ascend-line);border-radius:20px;padding:24px;height:max-content;position:sticky;top:24px;background:#fff;box-shadow:0 14px 42px rgba(11,31,58,.06)}.ascend-contact-card h2{margin:0 0 8px;color:var(--ascend-navy)}.ascend-contact-card>div{display:flex;flex-direction:column;padding:13px 0;border-top:1px solid var(--ascend-line)}.ascend-contact-card small{font-weight:900;text-transform:uppercase;font-size:9px;letter-spacing:.12em;color:var(--ascend-muted)}.ascend-contact-card a{color:var(--ascend-navy);text-decoration:none;overflow-wrap:anywhere}.ascend-single-gallery{padding-top:38px;border-top:1px solid var(--ascend-line)}.ascend-public-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.ascend-public-gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:16px}.ascend-google-public{background:var(--ascend-navy);color:#fff;border-radius:26px;padding:34px;margin:8px 0 54px}.ascend-google-public-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.ascend-google-public-score strong{font-size:50px}.ascend-google-public-score span{color:#ffc400;letter-spacing:2px}.ascend-google-public-reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px}.ascend-google-public-reviews article{background:var(--ascend-navy-2);border:1px solid rgba(255,255,255,.08);padding:19px;border-radius:17px}.ascend-google-public-reviews p{color:#e0e6ee;line-height:1.58}.ascend-google-public-reviews small{color:#aeb9c8}.ascend-google-public-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.ascend-google-attribution{font-family:Roboto,Arial,sans-serif;font-size:13px;color:#b9c3d0;margin-top:14px}.ascend-google-note,.ascend-google-third-party{font-size:11px;color:#9faaba}.ascend-google-third-party a,.ascend-google-public-reviews small a{color:inherit}.ascend-review-author{display:flex;align-items:center;gap:9px}.ascend-review-author img{width:34px;height:34px;border-radius:50%;object-fit:cover}.ascend-review-author a{color:inherit;text-decoration:none}

/* Admin helpers */
.ascend-admin-wrap .ascend-panel{background:#fff;border:1px solid #dcdcde;border-radius:12px;padding:22px;margin:18px 0;max-width:1050px}.ascend-admin-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:1050px}.ascend-admin-card{padding:20px;background:#fff;border:1px solid #dcdcde;border-radius:12px}.ascend-admin-card strong{display:block;font-size:28px;color:var(--ascend-navy)}.ascend-admin-card span{color:#666}.ascend-lead{font-size:16px;color:#555}.ascend-button-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.ascend-button-row form{margin:0}

@media(max-width:1050px){.ascend-group-grid,.ascend-member-grid{grid-template-columns:repeat(2,1fr)}.ascend-directory-filters{grid-template-columns:1fr 1fr}.ascend-directory-filters .ascend-btn{grid-column:1/-1}.ascend-group-hero-grid,.ascend-single-hero,.ascend-single-content{grid-template-columns:1fr}.ascend-single-intro{padding:36px}.ascend-contact-card{position:static}.ascend-google-public-reviews{grid-template-columns:1fr}.ascend-admin-grid{grid-template-columns:1fr}.ascend-group-facts{max-width:650px}}
@media(max-width:700px){.ascend-network-hero-inner,.ascend-groups-section,.ascend-directory-shell,.ascend-group-hero-inner{padding-left:16px;padding-right:16px}.ascend-network-brand{margin-bottom:48px}.ascend-network-logo{width:190px}.ascend-network-hero h1{font-size:56px}.ascend-network-stats{gap:18px}.ascend-section-heading{align-items:flex-start;flex-direction:column;gap:12px}.ascend-group-grid,.ascend-member-grid,.ascend-directory-filters,.ascend-group-promise{grid-template-columns:1fr}.ascend-group-card{min-height:390px}.ascend-directory-filters .ascend-btn{grid-column:auto}.ascend-group-hero h1{font-size:68px}.ascend-group-hero-grid{gap:34px}.ascend-group-promise{padding:0 16px}.ascend-group-promise>div{border-right:1px solid var(--ascend-line);border-bottom:0}.ascend-group-promise>div:first-child{border-radius:0}.ascend-group-promise>div:last-child{border-bottom:1px solid var(--ascend-line);border-radius:0 0 18px 18px}.ascend-single-shell{padding-left:14px;padding-right:14px}.ascend-single-image{min-height:320px}.ascend-single-intro{padding:26px}.ascend-single-intro h1{font-size:44px}.ascend-single-actions .ascend-btn{width:100%}.ascend-public-gallery{grid-template-columns:1fr 1fr}.ascend-google-public{padding:22px}.ascend-google-public-head{flex-direction:column}.ascend-google-public-actions .ascend-btn{width:100%}}
.ascend-badges span a{color:inherit;text-decoration:none}.ascend-badges span a:hover{text-decoration:underline}

/* ================================================================
   Ascend v0.6 — premium public experience
   Real Ascend palette: red + white led, deep navy for contrast.
   ================================================================ */
:root{
  --ascend-red:#e30613;
  --ascend-red-bright:#ff1425;
  --ascend-red-dark:#b3000b;
  --ascend-red-soft:#fff1f2;
  --ascend-navy:#071d3a;
  --ascend-navy-2:#0c2a50;
  --ascend-navy-3:#17395f;
  --ascend-ink:#0b1930;
  --ascend-muted:#66758a;
  --ascend-paper:#f7f9fc;
  --ascend-line:#dfe6ee;
  --ascend-white:#fff;
  --ascend-radius:26px;
  --ascend-shadow:0 28px 70px rgba(7,29,58,.12);
  --ascend-shadow-soft:0 14px 40px rgba(7,29,58,.075)
}
.ascend-btn,.ascend-action{border-radius:13px;font-weight:850;letter-spacing:-.01em;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}
.ascend-btn svg,.ascend-action svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.ascend-btn-primary,.ascend-action-primary{background:linear-gradient(135deg,var(--ascend-red) 0%,var(--ascend-red-bright) 100%);color:#fff;box-shadow:0 12px 28px rgba(227,6,19,.24)}
.ascend-btn-primary:hover,.ascend-action-primary:hover{background:linear-gradient(135deg,var(--ascend-red-dark),var(--ascend-red));box-shadow:0 15px 32px rgba(227,6,19,.28);color:#fff}
.ascend-btn-white{background:#fff;color:var(--ascend-red);border:1px solid #fff;box-shadow:0 10px 24px rgba(4,20,39,.12)}
.ascend-btn-white:hover{color:var(--ascend-red-dark);box-shadow:0 14px 30px rgba(4,20,39,.18)}
.ascend-btn-outline{background:rgba(255,255,255,.04);color:#fff;border:1px solid rgba(255,255,255,.42);backdrop-filter:blur(8px)}
.ascend-btn-outline:hover{background:#fff;color:var(--ascend-navy);border-color:#fff}
.ascend-btn-block{width:100%}

/* Network and directory polish */
.ascend-network-page{background:linear-gradient(#fff 0,#fff 58%,#f8fafd 100%)}
.ascend-network-hero{background:linear-gradient(116deg,var(--ascend-red) 0%,#dc0714 58%,#ae0009 100%)}
.ascend-network-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 22%,rgba(255,255,255,.17),transparent 30%),linear-gradient(120deg,transparent 60%,rgba(7,29,58,.18));z-index:-1}
.ascend-network-brand{border-radius:16px;padding:11px 18px;box-shadow:0 16px 38px rgba(80,0,6,.18)}
.ascend-groups-section,.ascend-directory-shell{position:relative}
.ascend-group-card{background:linear-gradient(145deg,var(--ascend-navy),#0a2a50);border:1px solid rgba(255,255,255,.06);box-shadow:0 18px 46px rgba(7,29,58,.13)}
.ascend-group-card:nth-child(2n){background:linear-gradient(145deg,var(--ascend-red),#b7000c)}
.ascend-group-card:hover{box-shadow:0 30px 68px rgba(7,29,58,.22)}
.ascend-member-card{border-color:#e1e7ef;box-shadow:0 10px 28px rgba(7,29,58,.055)}
.ascend-member-card:hover{border-color:rgba(227,6,19,.28);box-shadow:0 22px 54px rgba(7,29,58,.11)}
.ascend-card-trade{color:var(--ascend-red)}
.ascend-directory-filters{background:#fff;border-color:#e2e8f0;box-shadow:0 14px 40px rgba(7,29,58,.065)}
.ascend-directory-filters input,.ascend-directory-filters select{background:#f9fbfd;border-color:#dbe3ec}

/* Club pages */
.ascend-group-hero{background:linear-gradient(128deg,var(--ascend-navy) 0%,#0b2a50 62%,#0b2444 100%)}
.ascend-group-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(125deg,transparent 57%,rgba(227,6,19,.84) 57%,rgba(227,6,19,.98) 100%);z-index:-2}
.ascend-group-facts{box-shadow:0 28px 70px rgba(2,16,34,.24);border:1px solid rgba(7,29,58,.05)}
.ascend-group-mark{background:linear-gradient(145deg,var(--ascend-red),var(--ascend-red-bright));box-shadow:0 12px 28px rgba(227,6,19,.22)}

/* Premium individual member profile */
.ascend-profile-page{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:linear-gradient(180deg,#fff 0%,#fff 55%,#f7f9fc 100%);color:var(--ascend-ink);margin-inline:calc(50% - 50vw);width:100vw;overflow:hidden}
.ascend-profile-page *{box-sizing:border-box}
.ascend-profile-page svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ascend-profile-wrap{max-width:1320px;margin:0 auto;padding:34px 28px 80px}
.ascend-profile-topline{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:18px}
.ascend-profile-back,.ascend-member-switcher a{color:var(--ascend-red);text-decoration:none;font-size:13px;font-weight:900}
.ascend-profile-back:hover,.ascend-member-switcher a:hover{text-decoration:underline}
.ascend-member-switcher{display:flex;align-items:center;gap:18px}.ascend-member-switcher a+a{padding-left:18px;border-left:1px solid var(--ascend-line)}

.ascend-profile-hero{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);min-height:500px;border-radius:29px;overflow:hidden;background:#fff;box-shadow:0 28px 75px rgba(7,29,58,.12);border:1px solid rgba(7,29,58,.06)}
.ascend-profile-visual{position:relative;min-height:500px;display:grid;place-items:center;padding:48px;background:radial-gradient(circle at 82% 18%,rgba(227,6,19,.09),transparent 26%),linear-gradient(145deg,#fff 0%,#f7f9fb 100%);overflow:hidden}
.ascend-profile-visual:after{content:"";position:absolute;left:-100px;bottom:-155px;width:320px;height:320px;border:36px solid rgba(227,6,19,.06);transform:rotate(42deg);border-radius:34px}
.ascend-profile-visual>img{position:relative;z-index:1;display:block;width:100%;height:100%;max-height:355px;object-fit:contain;object-position:center;filter:drop-shadow(0 12px 25px rgba(7,29,58,.08))}
.ascend-profile-placeholder{position:relative;z-index:1;width:100%;height:100%;display:grid;place-items:center;align-content:center;color:var(--ascend-navy)}
.ascend-profile-placeholder span{font-size:160px;line-height:.8;font-weight:950;color:var(--ascend-red)}.ascend-profile-placeholder small{margin-top:22px;font-size:10px;letter-spacing:.2em;font-weight:900}
.ascend-profile-image-note{position:absolute;z-index:2;left:24px;bottom:24px;max-width:330px;padding:16px 20px 16px 47px;border:1px solid rgba(7,29,58,.06);border-radius:22px;background:rgba(255,255,255,.92);box-shadow:0 12px 35px rgba(7,29,58,.12);backdrop-filter:blur(12px);color:var(--ascend-navy);font-size:13px;font-weight:700;line-height:1.45}
.ascend-profile-image-note>span{position:absolute;left:17px;top:7px;color:var(--ascend-red);font-size:38px;font-weight:950;line-height:1}

.ascend-profile-hero-copy{position:relative;isolation:isolate;padding:49px 50px 44px;background:linear-gradient(125deg,var(--ascend-navy) 0%,#092747 64%,#0c2c50 100%);color:#fff;overflow:hidden}
.ascend-profile-hero-copy:after{content:"";position:absolute;z-index:-2;right:-85px;top:-45px;width:340px;height:650px;background:linear-gradient(160deg,rgba(227,6,19,.24) 0%,rgba(227,6,19,.92) 60%,var(--ascend-red) 100%);transform:rotate(23deg);border-radius:45px;filter:saturate(1.1)}
.ascend-profile-hero-copy:before{content:"";position:absolute;z-index:-1;right:32px;bottom:-80px;width:290px;height:290px;border:1px solid rgba(255,255,255,.12);border-radius:50%}
.ascend-hero-watermark{position:absolute;z-index:-1;right:-6px;bottom:-68px;font-size:340px;line-height:1;font-weight:950;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.10);opacity:.8}
.ascend-profile-hero-copy .ascend-badges{position:relative;z-index:2}
.ascend-profile-hero-copy .ascend-badges span{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.22);backdrop-filter:blur(8px);padding:7px 11px}
.ascend-profile-hero-copy h1{position:relative;z-index:2;margin:17px 0 12px;max-width:740px;color:#fff;font-size:clamp(48px,5.4vw,76px);line-height:.92;letter-spacing:-.055em}
.ascend-profile-person{position:relative;z-index:2;margin:0 0 14px;color:#fff;font-size:18px;font-weight:700}
.ascend-profile-location{position:relative;z-index:2;display:flex;align-items:center;gap:8px;margin:0;color:#f5f8fc;font-size:14px}.ascend-profile-location svg{color:var(--ascend-red-bright)}
.ascend-profile-summary{position:relative;z-index:2;max-width:650px;margin:19px 0 0;color:#dbe5f1;font-size:16px;line-height:1.62}
.ascend-profile-google-chip{position:relative;z-index:2;display:flex;align-items:center;gap:8px;width:max-content;max-width:100%;margin-top:18px;padding:9px 12px;border:1px solid rgba(255,255,255,.15);border-radius:99px;background:rgba(255,255,255,.07);font-size:12px;color:#eaf0f6}
.ascend-google-g{display:inline-grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#fff;color:#4285f4;font:bold 15px Arial,sans-serif;box-shadow:0 3px 9px rgba(0,0,0,.08);flex:0 0 auto}
.ascend-profile-google-chip strong{color:#fff;font-size:15px}.ascend-stars{color:#ffb400;letter-spacing:.08em}
.ascend-profile-actions{position:relative;z-index:2;display:flex;flex-wrap:wrap;gap:10px;margin-top:27px}.ascend-profile-actions .ascend-btn{min-height:49px;padding:0 18px}
.ascend-profile-socials{position:relative;z-index:2;display:flex;gap:8px;margin-top:17px}.ascend-profile-socials a{width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;text-decoration:none;font-size:10px;font-weight:950;transition:.17s}.ascend-profile-socials a:hover{background:#fff;color:var(--ascend-red);transform:translateY(-2px)}

.ascend-profile-tabs{display:flex;align-items:center;gap:42px;margin:26px 0 0;padding:0 8px;border-bottom:1px solid var(--ascend-line);overflow:auto;scrollbar-width:none}.ascend-profile-tabs::-webkit-scrollbar{display:none}.ascend-profile-tabs a{position:relative;flex:0 0 auto;padding:17px 2px 16px;color:var(--ascend-navy);font-size:13px;font-weight:800;text-decoration:none}.ascend-profile-tabs a:hover,.ascend-profile-tabs a.is-active{color:var(--ascend-red)}.ascend-profile-tabs a.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;border-radius:3px 3px 0 0;background:var(--ascend-red)}

.ascend-profile-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:48px;padding-top:37px;align-items:start}
.ascend-profile-main{min-width:0}.ascend-profile-section{scroll-margin-top:120px}.ascend-profile-about{padding:0 2px 24px}.ascend-profile-section .ascend-kicker{display:block;margin-bottom:9px;color:var(--ascend-red)}
.ascend-profile-section h2{margin:0 0 18px;color:var(--ascend-navy);font-size:clamp(35px,4vw,52px);line-height:1;letter-spacing:-.045em}
.ascend-prose{font-size:17px;line-height:1.78;color:#24334a}.ascend-prose p{margin:0 0 18px}.ascend-prose a{color:var(--ascend-red)}

.ascend-profile-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:20px 0 52px;scroll-margin-top:120px}
.ascend-profile-facts article{min-height:165px;padding:20px;border:1px solid var(--ascend-line);border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(7,29,58,.045)}
.ascend-fact-icon{width:45px;height:45px;display:grid;place-items:center;margin-bottom:20px;border-radius:13px;background:var(--ascend-red-soft);color:var(--ascend-red)}.ascend-fact-icon svg{width:23px;height:23px}
.ascend-profile-facts small{display:block;margin-bottom:5px;color:var(--ascend-muted);font-size:9px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.ascend-profile-facts strong{display:block;color:var(--ascend-navy);font-size:17px;line-height:1.35}

.ascend-section-title-row{display:flex;justify-content:space-between;align-items:end;gap:18px}.ascend-section-title-row>span{padding:7px 10px;border-radius:99px;background:var(--ascend-paper);color:var(--ascend-muted);font-size:11px;font-weight:800}
.ascend-profile-gallery{padding:45px 0;border-top:1px solid var(--ascend-line)}
.ascend-profile-gallery .ascend-public-gallery{display:grid;grid-template-columns:1.25fr .75fr .75fr;grid-auto-rows:210px;gap:12px;margin-top:4px}.ascend-profile-gallery .ascend-public-gallery img{width:100%;height:100%;object-fit:cover;border-radius:18px}.ascend-profile-gallery .ascend-public-gallery img:first-child{grid-row:span 2}

.ascend-profile-sidebar{position:sticky;top:28px;display:flex;flex-direction:column;gap:16px}
.ascend-profile-contact-card,.ascend-sidebar-review-card,.ascend-profile-club-card{border:1px solid var(--ascend-line);border-radius:22px;background:#fff;box-shadow:var(--ascend-shadow-soft)}
.ascend-profile-contact-card{padding:25px}.ascend-profile-contact-card .ascend-kicker{color:var(--ascend-red)}.ascend-profile-contact-card h2{margin:5px 0 5px;color:var(--ascend-navy);font-size:31px;letter-spacing:-.035em}.ascend-profile-contact-card>p{margin:0 0 16px;color:var(--ascend-muted);font-size:13px}
.ascend-contact-links{border-top:1px solid var(--ascend-line);margin-top:16px}.ascend-contact-links>a{display:grid;grid-template-columns:41px minmax(0,1fr);gap:12px;align-items:center;padding:13px 0;border-bottom:1px solid var(--ascend-line);color:var(--ascend-navy);text-decoration:none}.ascend-contact-links>a>span{width:41px;height:41px;display:grid;place-items:center;border-radius:50%;background:var(--ascend-red);color:#fff}.ascend-contact-links>a:hover>span{background:var(--ascend-red-dark)}.ascend-contact-links small,.ascend-contact-links strong{display:block}.ascend-contact-links small{margin-bottom:2px;color:var(--ascend-muted);font-size:8px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.ascend-contact-links strong{overflow-wrap:anywhere;color:var(--ascend-red);font-size:13px;line-height:1.35}.ascend-profile-contact-card>.ascend-btn{margin-top:16px}

.ascend-sidebar-review-card{padding:23px}.ascend-sidebar-review-heading{display:flex;align-items:center;gap:9px;color:var(--ascend-navy)}.ascend-sidebar-review-heading strong{font-size:17px}.ascend-sidebar-review-score{display:flex;align-items:baseline;gap:8px;margin:12px 0}.ascend-sidebar-review-score b{font-size:29px;color:var(--ascend-navy)}.ascend-sidebar-review-score span{color:#ffb000;letter-spacing:.08em}.ascend-sidebar-review-score small{color:var(--ascend-muted);font-size:10px}.ascend-sidebar-review-card blockquote{margin:13px 0;padding:16px;border-radius:14px;background:#f7f9fc;color:#334258;font-size:13px;font-style:italic;line-height:1.55}.ascend-sidebar-review-author{display:flex;align-items:center;gap:10px}.ascend-sidebar-review-author img{width:38px;height:38px;object-fit:cover;border-radius:50%}.ascend-sidebar-review-author strong,.ascend-sidebar-review-author small{display:block}.ascend-sidebar-review-author strong{font-size:12px;color:var(--ascend-navy)}.ascend-sidebar-review-author small{margin-top:2px;color:var(--ascend-muted);font-size:10px}.ascend-text-link{display:inline-block;margin-top:15px;color:var(--ascend-red);font-size:12px;font-weight:900;text-decoration:none}.ascend-text-link:hover{text-decoration:underline}
.ascend-profile-club-card{display:grid;grid-template-columns:46px minmax(0,1fr);gap:12px;padding:19px}.ascend-club-card-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:var(--ascend-red-soft);color:var(--ascend-red)}.ascend-profile-club-card small,.ascend-profile-club-card strong,.ascend-profile-club-card span{display:block}.ascend-profile-club-card small{color:var(--ascend-red);font-size:8px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.ascend-profile-club-card strong{margin:3px 0;color:var(--ascend-navy);font-size:14px;line-height:1.35}.ascend-profile-club-card span{color:var(--ascend-muted);font-size:11px}.ascend-profile-club-card>a{grid-column:2;color:var(--ascend-red);font-size:11px;font-weight:900;text-decoration:none}

.ascend-profile-page .ascend-google-public{scroll-margin-top:120px;margin:45px 0 0;padding:29px;border:1px solid var(--ascend-line);border-radius:22px;background:#fff;color:var(--ascend-ink);box-shadow:var(--ascend-shadow-soft)}
.ascend-profile-page .ascend-google-public-head{align-items:end}.ascend-profile-page .ascend-google-public-head h2{margin-bottom:0}.ascend-profile-page .ascend-google-public-score{display:flex;align-items:baseline;gap:7px}.ascend-profile-page .ascend-google-public-score strong{font-size:38px;color:var(--ascend-navy)}.ascend-profile-page .ascend-google-public-score span{color:#ffb000}.ascend-profile-page .ascend-google-public-score small{color:var(--ascend-muted)}
.ascend-profile-page .ascend-google-public-reviews{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.ascend-profile-page .ascend-google-public-reviews article{background:#f7f9fc;border:1px solid #edf1f5;color:var(--ascend-ink);padding:18px}.ascend-profile-page .ascend-google-public-reviews p{color:#334258;font-size:13px;line-height:1.58}.ascend-profile-page .ascend-google-public-reviews small{color:var(--ascend-muted);font-size:9px}.ascend-profile-page .ascend-review-author>div span{display:block;margin-top:2px;color:#ffb000;font-size:10px;letter-spacing:.05em}.ascend-profile-page .ascend-google-public-reviews a{color:var(--ascend-red)}
.ascend-google-meta-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px;padding-top:16px;border-top:1px solid var(--ascend-line)}.ascend-google-meta-row>div:first-child{display:flex;align-items:center;gap:8px;color:var(--ascend-navy);font-size:12px;font-weight:800}.ascend-profile-page .ascend-google-note,.ascend-profile-page .ascend-google-third-party{color:#8a96a7}.ascend-profile-page .ascend-google-third-party a{color:var(--ascend-red)}

.ascend-profile-cta{position:relative;isolation:isolate;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:23px;align-items:center;margin-top:58px;padding:26px 30px;overflow:hidden;border-radius:22px;background:linear-gradient(110deg,var(--ascend-navy) 0%,#0b2c53 61%,var(--ascend-red) 100%);color:#fff;box-shadow:0 24px 60px rgba(7,29,58,.17)}
.ascend-profile-cta:after{content:"";position:absolute;z-index:-1;right:130px;top:-140px;width:300px;height:300px;border:1px solid rgba(255,255,255,.10);border-radius:50%}.ascend-cta-mark{width:64px;height:64px;display:grid;place-items:center;border-radius:17px;background:var(--ascend-red);color:#fff;font-size:34px;font-weight:950;box-shadow:0 12px 28px rgba(0,0,0,.17)}
.ascend-profile-cta .ascend-kicker{color:#ff9da4}.ascend-profile-cta h2{margin:3px 0 3px;color:#fff;font-size:23px;letter-spacing:-.025em}.ascend-profile-cta p{margin:0;color:#d9e3ee;font-size:12px}.ascend-profile-cta .ascend-btn{min-width:160px}

@media(max-width:1100px){
  .ascend-profile-hero{grid-template-columns:1fr 1.25fr}.ascend-profile-visual{padding:30px}.ascend-profile-hero-copy{padding:40px 36px}
  .ascend-profile-layout{grid-template-columns:minmax(0,1fr) 320px;gap:28px}.ascend-profile-facts{grid-template-columns:1fr 1fr}.ascend-profile-page .ascend-google-public-reviews{grid-template-columns:1fr}
}
@media(max-width:880px){
  .ascend-profile-wrap{padding-left:18px;padding-right:18px}.ascend-profile-topline{align-items:flex-start}.ascend-member-switcher{display:none}
  .ascend-profile-hero{grid-template-columns:1fr}.ascend-profile-visual{min-height:360px}.ascend-profile-visual>img{max-height:270px}.ascend-profile-image-note{max-width:300px}
  .ascend-profile-hero-copy{padding:34px}.ascend-profile-hero-copy:after{right:-160px;opacity:.78}.ascend-profile-layout{grid-template-columns:1fr}.ascend-profile-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr}.ascend-profile-contact-card{grid-row:span 2}
  .ascend-profile-cta{grid-template-columns:auto 1fr}.ascend-profile-cta>.ascend-btn{grid-column:2;width:max-content}
}
@media(max-width:640px){
  .ascend-profile-wrap{padding:22px 13px 58px}.ascend-profile-back{font-size:12px}.ascend-profile-hero{border-radius:20px;min-height:0}.ascend-profile-visual{min-height:280px;padding:27px}.ascend-profile-visual>img{max-height:205px}.ascend-profile-image-note{left:13px;right:13px;bottom:13px;max-width:none;border-radius:15px;font-size:11px;padding:12px 14px 12px 38px}.ascend-profile-image-note>span{left:12px;top:6px;font-size:31px}
  .ascend-profile-hero-copy{padding:28px 21px 25px}.ascend-profile-hero-copy h1{font-size:42px;line-height:.96}.ascend-profile-person{font-size:16px}.ascend-profile-summary{font-size:14px}.ascend-profile-google-chip{flex-wrap:wrap;border-radius:16px}.ascend-profile-actions{display:grid;grid-template-columns:1fr}.ascend-profile-actions .ascend-btn{width:100%}.ascend-profile-socials{margin-top:15px}
  .ascend-profile-tabs{gap:26px;margin-top:17px}.ascend-profile-tabs a{padding-top:14px;padding-bottom:14px}
  .ascend-profile-layout{padding-top:29px}.ascend-profile-section h2{font-size:36px}.ascend-prose{font-size:16px}.ascend-profile-facts{grid-template-columns:1fr;margin-bottom:39px}.ascend-profile-facts article{min-height:135px}.ascend-profile-sidebar{display:flex}.ascend-profile-contact-card,.ascend-sidebar-review-card,.ascend-profile-club-card{border-radius:18px}
  .ascend-profile-gallery{padding:38px 0}.ascend-profile-gallery .ascend-public-gallery{grid-template-columns:1fr 1fr;grid-auto-rows:155px}.ascend-profile-gallery .ascend-public-gallery img:first-child{grid-row:span 1;grid-column:span 2;height:225px}
  .ascend-profile-page .ascend-google-public{padding:20px;border-radius:18px}.ascend-profile-page .ascend-google-public-head{display:block}.ascend-profile-page .ascend-google-public-score{margin-top:8px}.ascend-google-meta-row{align-items:flex-start;flex-direction:column}.ascend-google-public-actions{width:100%;display:grid}.ascend-google-public-actions .ascend-btn{width:100%}
  .ascend-profile-cta{grid-template-columns:1fr;margin-top:38px;padding:23px;border-radius:18px}.ascend-cta-mark{width:50px;height:50px}.ascend-profile-cta>.ascend-btn{grid-column:auto;width:100%}
}


/* ================================================================
   Ascend v0.7 — member profile reliability + reviews + map
   Fixes oversized hero, theme colour leakage, and missing location UI.
   ================================================================ */
.ascend-profile-page{
  overflow-x:clip;
  overflow-y:visible;
  background:linear-gradient(180deg,#ffffff 0%,#ffffff 66%,#f7f9fc 100%);
}
.ascend-profile-wrap{max-width:1280px;padding-top:28px}
.ascend-profile-hero{
  grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);
  min-height:390px;
  border-radius:26px;
}
.ascend-profile-visual{
  min-height:390px;
  padding:34px;
}
.ascend-profile-visual>img{
  width:92%;
  height:auto;
  max-height:282px;
  object-fit:contain;
}
.ascend-profile-image-note{
  left:20px;
  bottom:18px;
  max-width:300px;
  padding:13px 16px 13px 42px;
  border-radius:17px;
  font-size:12px;
}
.ascend-profile-image-note>span{left:14px;top:6px;font-size:32px}

.ascend-profile-hero-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  padding:35px 38px 33px;
  background:linear-gradient(112deg,#071d3a 0%,#0b294b 72%,#761526 100%);
}
.ascend-profile-hero-copy:after{
  right:-205px;
  top:-178px;
  width:430px;
  height:760px;
  opacity:.92;
  background:linear-gradient(160deg,rgba(227,6,19,.22),rgba(227,6,19,.95) 68%,#e30613 100%);
}
.ascend-profile-hero-copy:before{
  right:24px;
  bottom:-140px;
  width:320px;
  height:320px;
  opacity:.6;
}
.ascend-hero-watermark{right:-26px;bottom:-122px;font-size:300px;opacity:.45}

.ascend-profile-page .ascend-profile-hero-copy h1{
  margin:13px 0 9px;
  max-width:720px;
  color:#fff !important;
  font-size:clamp(40px,4.35vw,62px) !important;
  line-height:.94 !important;
  letter-spacing:-.052em !important;
  overflow-wrap:anywhere;
}
.ascend-profile-hero.is-title-medium .ascend-profile-hero-copy h1{
  font-size:clamp(38px,3.8vw,54px) !important;
}
.ascend-profile-hero.is-title-long .ascend-profile-hero-copy h1{
  font-size:clamp(34px,3.25vw,48px) !important;
  line-height:.98 !important;
}
.ascend-profile-page .ascend-profile-person{
  margin-bottom:10px;
  color:#fff !important;
  font-size:17px;
}
.ascend-profile-page .ascend-profile-location{color:#f6f9fd !important}
.ascend-profile-page .ascend-profile-summary{
  max-width:620px;
  margin-top:14px;
  color:#dce7f3 !important;
  font-size:14px;
  line-height:1.55;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
}
.ascend-profile-google-chip{margin-top:13px}
.ascend-profile-actions{gap:9px;margin-top:18px}
.ascend-profile-actions .ascend-btn{
  min-height:44px;
  padding:0 15px;
  font-size:13px;
}
.ascend-profile-page .ascend-btn-primary,
.ascend-profile-page .ascend-action-primary{color:#fff !important}
.ascend-profile-page .ascend-btn-white{color:var(--ascend-red) !important}
.ascend-profile-page .ascend-btn-outline{color:#fff !important}
.ascend-profile-socials{margin-top:13px}

.ascend-profile-tabs{
  margin-top:19px;
  gap:34px;
  background:#fff;
}
.ascend-profile-layout{
  grid-template-columns:minmax(0,1fr) 370px;
  gap:34px;
  padding-top:30px;
}
.ascend-profile-sidebar{
  position:relative;
  top:auto;
  gap:15px;
}
.ascend-profile-section h2{
  color:var(--ascend-navy) !important;
}
.ascend-profile-about{padding-bottom:18px}
.ascend-profile-about h2{font-size:clamp(34px,4vw,50px)}
.ascend-prose{
  color:#26364d !important;
  font-size:17px;
  line-height:1.72;
}
.ascend-prose p{margin:0 0 1.12em}
.ascend-prose strong{color:var(--ascend-navy)}
.ascend-profile-facts{margin-top:12px}

/* Google Reviews: strong white card treatment instead of dark blocks. */
.ascend-profile-page .ascend-google-public{
  margin-top:34px;
  padding:26px;
  border:1px solid #dfe6ee;
  border-top:5px solid var(--ascend-red);
  border-radius:22px;
  background:#fff;
  box-shadow:0 16px 42px rgba(7,29,58,.075);
}
.ascend-profile-page .ascend-google-public-head h2{color:var(--ascend-navy) !important}
.ascend-profile-page .ascend-google-public-reviews article{
  border-radius:16px;
  background:#f8fafc;
}
.ascend-sidebar-review-card{
  border-top:5px solid var(--ascend-red);
  background:#fff;
}
.ascend-sidebar-review-heading strong{color:var(--ascend-navy)}
.ascend-sidebar-review-score b{color:var(--ascend-navy)}
.ascend-google-g{
  display:inline-grid;
  place-items:center;
  width:27px;
  height:27px;
  border-radius:8px;
  background:#fff;
  border:1px solid #e1e6ed;
  color:#4285f4;
  font-family:Arial,sans-serif;
  font-weight:900;
  box-shadow:0 4px 12px rgba(7,29,58,.06)
}

/* Visible location card and embedded map. */
.ascend-profile-map-card{
  scroll-margin-top:110px;
  overflow:hidden;
  border:1px solid var(--ascend-line);
  border-radius:22px;
  background:#fff;
  box-shadow:var(--ascend-shadow-soft);
}
.ascend-profile-map-heading{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding:20px 20px 16px;
}
.ascend-profile-map-heading h2{
  margin:4px 0 0;
  color:var(--ascend-navy) !important;
  font-size:22px;
  line-height:1.05;
  letter-spacing:-.035em;
}
.ascend-map-pin{
  flex:0 0 auto;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:var(--ascend-red);
  color:#fff;
  box-shadow:0 9px 22px rgba(227,6,19,.20);
}
.ascend-map-frame{
  position:relative;
  min-height:245px;
  background:#eef3f8;
  border-top:1px solid var(--ascend-line);
  border-bottom:1px solid var(--ascend-line);
}
.ascend-map-frame iframe{
  display:block;
  width:100%;
  height:245px;
  border:0;
}
.ascend-map-footer{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:15px;
  padding:14px 17px 16px;
  color:var(--ascend-muted);
  font-size:12px;
  line-height:1.45;
}
.ascend-map-footer span{max-width:230px}
.ascend-map-footer a{
  flex:0 0 auto;
  color:var(--ascend-red);
  font-weight:900;
  text-decoration:none;
}
.ascend-map-footer a:hover{text-decoration:underline}

.ascend-profile-admin-note{
  padding:16px 17px;
  border:1px solid #ffd0d4;
  border-radius:17px;
  background:#fff4f5;
  color:#5c1a21;
  font-size:12px;
  line-height:1.5;
}
.ascend-profile-admin-note strong{
  display:block;
  margin-bottom:5px;
  color:var(--ascend-red-dark);
}
.ascend-profile-admin-note span{display:block}

/* Prevent host themes from recolouring profile typography/buttons. */
.ascend-profile-page a:not(.ascend-btn){text-decoration-thickness:1px}
.ascend-profile-page .ascend-badges span,
.ascend-profile-page .ascend-badges span a{color:#fff !important}
.ascend-profile-page .ascend-profile-back,
.ascend-profile-page .ascend-member-switcher a,
.ascend-profile-page .ascend-text-link,
.ascend-profile-page .ascend-profile-club-card>a,
.ascend-profile-page .ascend-map-footer a{color:var(--ascend-red) !important}

@media(max-width:1100px){
  .ascend-profile-hero{grid-template-columns:.85fr 1.15fr;min-height:370px}
  .ascend-profile-visual{min-height:370px;padding:26px}
  .ascend-profile-visual>img{max-height:255px}
  .ascend-profile-hero-copy{padding:30px 30px 28px}
  .ascend-profile-page .ascend-profile-hero-copy h1{font-size:clamp(36px,4vw,52px) !important}
  .ascend-profile-hero.is-title-long .ascend-profile-hero-copy h1{font-size:clamp(32px,3.4vw,43px) !important}
  .ascend-profile-layout{grid-template-columns:minmax(0,1fr) 330px;gap:25px}
}
@media(max-width:880px){
  .ascend-profile-hero{grid-template-columns:1fr;min-height:0}
  .ascend-profile-visual{min-height:300px}
  .ascend-profile-hero-copy{padding:30px 28px}
  .ascend-profile-page .ascend-profile-summary{-webkit-line-clamp:4}
  .ascend-profile-layout{grid-template-columns:1fr}
  .ascend-profile-sidebar{position:static}
}
@media(max-width:640px){
  .ascend-profile-wrap{padding-top:18px}
  .ascend-profile-visual{min-height:240px;padding:20px}
  .ascend-profile-visual>img{max-height:190px}
  .ascend-profile-image-note{display:none}
  .ascend-profile-hero-copy{padding:25px 19px 22px}
  .ascend-profile-page .ascend-profile-hero-copy h1,
  .ascend-profile-hero.is-title-medium .ascend-profile-hero-copy h1,
  .ascend-profile-hero.is-title-long .ascend-profile-hero-copy h1{
    font-size:38px !important;
    line-height:.98 !important;
  }
  .ascend-profile-tabs{gap:22px}
  .ascend-profile-layout{padding-top:25px}
  .ascend-prose{font-size:16px;line-height:1.67}
  .ascend-map-frame,.ascend-map-frame iframe{height:220px;min-height:220px}
  .ascend-map-footer{flex-direction:column}
}

/* v0.8 leads + appointment availability */
.ascend-profile-availability-card,.ascend-profile-lead-card{border:1px solid var(--ascend-line);border-radius:22px;background:#fff;box-shadow:var(--ascend-shadow-soft);padding:23px}.ascend-profile-availability-card .ascend-kicker,.ascend-profile-lead-card .ascend-kicker{color:var(--ascend-red)}.ascend-profile-availability-card h2,.ascend-profile-lead-card h2{margin:5px 0;color:var(--ascend-navy);font-size:27px;letter-spacing:-.035em}.ascend-profile-availability-card>p,.ascend-profile-lead-card>p{margin:3px 0 15px;color:var(--ascend-muted);font-size:12px;line-height:1.5}.ascend-public-slots{display:grid;gap:8px}.ascend-public-slots>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 0;border-top:1px solid var(--ascend-line)}.ascend-public-slots>div:first-child{border-top:0}.ascend-public-slots strong,.ascend-public-slots small{display:block}.ascend-public-slots strong{font-size:12px;color:var(--ascend-navy)}.ascend-public-slots small{margin-top:3px;font-size:10px;color:var(--ascend-muted)}.ascend-public-slots a{flex:0 0 auto;color:var(--ascend-red);font-size:11px;font-weight:900;text-decoration:none}.ascend-public-lead-form{display:grid;gap:10px;margin-top:13px}.ascend-public-lead-form label{display:grid;gap:5px}.ascend-public-lead-form label>span{font-size:10px;font-weight:850;color:var(--ascend-navy)}.ascend-public-lead-form input,.ascend-public-lead-form textarea{width:100%;border:1px solid var(--ascend-line);border-radius:10px;background:#f9fafc;color:var(--ascend-navy);font:inherit;padding:10px 11px;outline:none}.ascend-public-lead-form input:focus,.ascend-public-lead-form textarea:focus{border-color:var(--ascend-red);box-shadow:0 0 0 3px rgba(226,29,47,.08)}.ascend-public-lead-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.ascend-profile-lead-card .ascend-check{display:flex;grid-template-columns:auto 1fr;align-items:flex-start}.ascend-profile-lead-card .ascend-check input{width:auto;margin-top:2px}.ascend-profile-lead-card .ascend-check span{font-weight:600;color:var(--ascend-muted);line-height:1.4}.ascend-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important}.ascend-public-form-notice{padding:10px 11px;margin:10px 0;border-radius:10px;background:#ecfdf3;color:#166534;font-size:11px;font-weight:800}.ascend-public-form-notice.is-error{background:#fff0f2;color:#9f1239}.ascend-profile-sidebar>.ascend-profile-availability-card,.ascend-profile-sidebar>.ascend-profile-lead-card{width:100%}
@media(max-width:760px){.ascend-profile-availability-card,.ascend-profile-lead-card{border-radius:18px}.ascend-public-lead-row{grid-template-columns:1fr}}
.ascend-standalone-lead-wrap{max-width:820px;margin:55px auto;padding:0 20px}.ascend-standalone-lead-card{padding:clamp(24px,4vw,42px)}.ascend-standalone-lead-card h2{font-size:clamp(32px,5vw,52px);line-height:.98}.ascend-public-lead-form select{width:100%;border:1px solid var(--ascend-line);border-radius:10px;background:#f9fafc;color:var(--ascend-navy);font:inherit;padding:10px 11px;outline:none}
.ascend-network-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.ascend-btn-ghost-white{border:1px solid rgba(255,255,255,.58);color:#fff;background:transparent}.ascend-btn-ghost-white:hover{background:#fff;color:var(--ascend-red)}

/* v0.9 public group meeting + member RSVP */
.ascend-public-event-section{max-width:1240px;margin:34px auto 44px;padding:0 24px}.ascend-public-event-shell{display:grid;grid-template-columns:108px minmax(0,1fr) 250px;gap:24px;align-items:center;padding:28px;border-radius:25px;background:linear-gradient(118deg,var(--ascend-navy) 0%,#0c2a50 70%,#d00616 100%);box-shadow:0 22px 55px rgba(7,29,58,.14);color:#fff}.ascend-public-event-date{width:96px;height:105px;border-radius:20px;background:#fff;color:var(--ascend-navy);display:grid;place-items:center;align-content:center;line-height:1}.ascend-public-event-date strong{font-size:11px;letter-spacing:.12em;color:var(--ascend-red);text-transform:uppercase}.ascend-public-event-date b{font-size:42px;margin:6px 0;color:var(--ascend-navy)}.ascend-public-event-date small{font-size:11px;font-weight:900;text-transform:uppercase}.ascend-public-event-copy .ascend-kicker{color:#ffadb3}.ascend-public-event-copy h2{margin:7px 0 8px;color:#fff!important;font-size:clamp(30px,4vw,48px);line-height:1;letter-spacing:-.045em}.ascend-public-event-copy p{margin:0;color:#fff;font-size:14px}.ascend-public-event-copy>small{display:block;margin-top:4px;color:#d8e5f2;font-size:11px}.ascend-public-event-count{display:inline-flex;gap:5px;align-items:center;margin-top:13px;padding:7px 10px;border-radius:99px;background:rgba(255,255,255,.11);color:#fff;font-size:10px}.ascend-public-event-count strong{font-size:13px}.ascend-public-event-action{padding-left:22px;border-left:1px solid rgba(255,255,255,.17)}.ascend-public-event-action strong{display:block;font-size:16px}.ascend-public-event-action p{margin:5px 0 13px;color:#d8e5f2;font-size:11px;line-height:1.45}.ascend-public-event-member-rsvp{margin-top:12px;padding:24px;border:1px solid var(--ascend-line);border-radius:22px;background:#fff;box-shadow:var(--ascend-shadow-soft)}.ascend-public-event-member-rsvp>div:first-of-type h3{margin:5px 0 16px;color:var(--ascend-navy)!important;font-size:28px}.ascend-public-event-member-rsvp .ascend-event-rsvp-form{display:grid;gap:14px}.ascend-public-event-member-rsvp .ascend-rsvp-choice{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ascend-public-event-member-rsvp .ascend-rsvp-button{border:1px solid #dfe4eb;border-radius:14px;background:#fff;min-height:67px;padding:11px 13px;display:grid;grid-template-columns:34px 1fr;grid-template-rows:auto auto;column-gap:10px;text-align:left;cursor:pointer}.ascend-public-event-member-rsvp .ascend-rsvp-button>span{grid-row:1/3;width:34px;height:34px;border-radius:10px;display:grid;place-items:center;font-weight:950}.ascend-public-event-member-rsvp .ascend-rsvp-button strong{color:var(--ascend-navy);font-size:12px}.ascend-public-event-member-rsvp .ascend-rsvp-button small{color:var(--ascend-muted);font-size:9px}.ascend-public-event-member-rsvp .ascend-rsvp-button.is-going>span{background:#ecfdf3;color:#0a7a36}.ascend-public-event-member-rsvp .ascend-rsvp-button.is-not-going>span{background:#fff0f2;color:#b42331}.ascend-public-event-member-rsvp .ascend-rsvp-button.is-selected{border:2px solid var(--ascend-red);box-shadow:0 0 0 3px rgba(227,6,19,.06)}.ascend-public-event-member-rsvp .ascend-guest-block{padding:14px;border-radius:15px;background:#f8fafc;border:1px solid #e6eaf0}.ascend-public-event-member-rsvp .ascend-guest-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.ascend-public-event-member-rsvp .ascend-guest-heading strong,.ascend-public-event-member-rsvp .ascend-guest-heading small{display:block}.ascend-public-event-member-rsvp .ascend-guest-heading strong{color:var(--ascend-navy);font-size:12px}.ascend-public-event-member-rsvp .ascend-guest-heading small{color:var(--ascend-muted);font-size:9px;margin-top:2px}.ascend-public-event-member-rsvp [data-add-guest]{border:0;border-radius:10px;background:var(--ascend-red);color:#fff;padding:9px 11px;font-weight:900;font-size:10px;cursor:pointer}.ascend-public-event-member-rsvp .ascend-guest-list{display:grid;gap:8px}.ascend-public-event-member-rsvp .ascend-guest-row{display:grid;grid-template-columns:1fr 1fr 1fr 30px;gap:8px;align-items:end}.ascend-public-event-member-rsvp .ascend-guest-row label{display:grid;gap:4px}.ascend-public-event-member-rsvp .ascend-guest-row label>span{font-size:8px;letter-spacing:.08em;text-transform:uppercase;font-weight:900;color:#687687}.ascend-public-event-member-rsvp .ascend-guest-row input{width:100%;min-width:0;border:1px solid #dce2e9;border-radius:9px;background:#fff;color:var(--ascend-navy);font:inherit;font-size:11px;padding:9px 10px}.ascend-public-event-member-rsvp .ascend-remove-guest{width:30px;height:36px;border:0;border-radius:9px;background:#fff0f2;color:#a01421;font-size:17px;cursor:pointer}.ascend-public-event-member-rsvp .ascend-guest-privacy{margin:8px 0 0;color:#7a8796;font-size:9px}.ascend-public-event-member-rsvp .ascend-event-save-guests{justify-self:start;border:0;border-radius:11px;background:var(--ascend-navy);color:#fff;padding:11px 14px;font-weight:900;cursor:pointer}.ascend-public-event-member-rsvp .ascend-event-notice{margin:0 0 15px;padding:11px 13px;border-radius:11px;background:#ecfdf3;color:#166534;font-size:11px;font-weight:850}.ascend-public-event-member-rsvp .ascend-event-notice.is-error{background:#fff0f2;color:#9f1239}
@media(max-width:900px){.ascend-public-event-shell{grid-template-columns:88px 1fr}.ascend-public-event-action{grid-column:1/-1;padding:15px 0 0;border-left:0;border-top:1px solid rgba(255,255,255,.16)}.ascend-public-event-date{width:82px;height:92px}.ascend-public-event-date b{font-size:36px}}@media(max-width:650px){.ascend-public-event-section{padding:0 14px;margin:26px auto 34px}.ascend-public-event-shell{grid-template-columns:62px 1fr;gap:13px;padding:18px 15px;border-radius:19px}.ascend-public-event-date{width:60px;height:70px;border-radius:14px}.ascend-public-event-date b{font-size:28px;margin:4px 0}.ascend-public-event-copy h2{font-size:27px}.ascend-public-event-copy p{font-size:11px}.ascend-public-event-member-rsvp{padding:17px 14px;border-radius:18px}.ascend-public-event-member-rsvp .ascend-rsvp-choice{grid-template-columns:1fr}.ascend-public-event-member-rsvp .ascend-guest-row{grid-template-columns:1fr 1fr 28px}.ascend-public-event-member-rsvp .ascend-guest-row label:nth-child(3){grid-column:1/3}}

/* Ascend v1.0 — brighter red, deeper navy, white-led surfaces */
:root{--ascend-red:#d71920;--ascend-red-dark:#ad1016;--ascend-red-soft:#fff1f2;--ascend-navy:#071c35;--ascend-navy-2:#102f55;--ascend-paper:#f7f8fa;--ascend-line:#e6e9ef;--ascend-shadow:0 28px 80px rgba(7,28,53,.10)}
.ascend-btn-primary,.ascend-action-primary{box-shadow:0 12px 26px rgba(215,25,32,.18)}
.ascend-network-hero{background:linear-gradient(125deg,#df1d24 0%,#cf1118 54%,#a60910 100%)}
.ascend-network-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:34px}.ascend-btn-white{background:#fff;color:var(--ascend-red)}.ascend-btn-ghost-white{border:1px solid rgba(255,255,255,.55);color:#fff;background:rgba(255,255,255,.06)}
.ascend-network-concierge-strip{max-width:1264px;margin:34px auto 0;padding:30px 34px;border-radius:24px;background:linear-gradient(120deg,var(--ascend-navy),#123861);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:28px;box-shadow:0 24px 60px rgba(7,28,53,.16)}.ascend-network-concierge-strip h2{color:#fff;font-size:42px;letter-spacing:-.045em;margin:4px 0 6px}.ascend-network-concierge-strip p{margin:0;color:#cbd7e5;max-width:720px}.ascend-network-concierge-strip .ascend-kicker{color:#ff7f83}

/* Apply for a profile */
.ascend-application-page{max-width:1050px;margin:60px auto 100px;padding:0 24px;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ascend-ink)}.ascend-application-page *{box-sizing:border-box}.ascend-application-hero{background:linear-gradient(120deg,var(--ascend-red),#ba0f16);color:#fff;border-radius:30px;padding:54px;position:relative;overflow:hidden;box-shadow:0 28px 70px rgba(215,25,32,.18)}.ascend-application-hero:after{content:"A";position:absolute;right:-18px;bottom:-105px;font-size:330px;line-height:1;font-weight:950;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.17)}.ascend-application-hero .ascend-kicker{color:#fff;opacity:.8}.ascend-application-hero h1{position:relative;margin:10px 0 14px;font-size:clamp(50px,7vw,82px);line-height:.9;letter-spacing:-.06em;color:#fff;z-index:1}.ascend-application-hero p{position:relative;max-width:650px;font-size:18px;line-height:1.6;color:#fff;opacity:.9;z-index:1}.ascend-application-form{margin-top:18px;background:#fff;border:1px solid var(--ascend-line);border-radius:28px;padding:34px;box-shadow:0 20px 55px rgba(7,28,53,.07)}.ascend-application-step{display:flex;align-items:center;gap:15px;border-top:1px solid var(--ascend-line);padding-top:30px;margin:30px 0 18px}.ascend-application-step:first-of-type{border-top:0;padding-top:0;margin-top:0}.ascend-application-step>b{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:var(--ascend-navy);color:#fff}.ascend-application-step small{font-size:10px;font-weight:900;letter-spacing:.14em;color:var(--ascend-red)}.ascend-application-step h2{margin:2px 0 0;color:var(--ascend-navy);font-size:28px;letter-spacing:-.035em}.ascend-application-form .ascend-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ascend-application-form .ascend-field{display:flex;flex-direction:column;gap:7px}.ascend-application-form .ascend-field>span{font-size:12px;font-weight:850;color:var(--ascend-navy)}.ascend-application-form input,.ascend-application-form select,.ascend-application-form textarea{width:100%;border:1px solid #dbe0e8;background:#fff;border-radius:13px;padding:13px 14px;font:inherit;color:var(--ascend-ink);outline:0}.ascend-application-form input:focus,.ascend-application-form select:focus,.ascend-application-form textarea:focus{border-color:var(--ascend-red);box-shadow:0 0 0 4px rgba(215,25,32,.08)}.ascend-application-form .ascend-field-wide{grid-column:1/-1}.ascend-application-approval{display:flex;gap:12px;align-items:center;background:var(--ascend-red-soft);border:1px solid #ffd2d4;border-radius:16px;padding:16px 18px;margin:28px 0 18px}.ascend-application-approval span{background:var(--ascend-red);color:#fff;border-radius:99px;padding:6px 9px;font-size:9px;font-weight:950;letter-spacing:.11em;white-space:nowrap}.ascend-application-approval p{margin:0;color:#6b2b2e;font-size:13px}.ascend-application-success{display:flex;gap:18px;margin-top:18px;padding:30px;border:1px solid #bfe7ce;background:#f1fbf5;border-radius:22px}.ascend-application-success>span{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:#137a3e;color:#fff;font-weight:900}.ascend-application-success strong{display:block;font-size:24px;color:var(--ascend-navy)}.ascend-application-success p{margin:6px 0 0;color:var(--ascend-muted)}.ascend-public-notice{padding:14px 16px;border-radius:13px;background:#effaf4;border:1px solid #bfe7ce;color:#176a3b;margin:16px 0}.ascend-public-notice.is-error{background:#fff2f2;border-color:#f2c0c3;color:#9d1720}.ascend-honeypot{position:absolute!important;left:-9999px!important;opacity:0!important}.ascend-btn-large{min-height:56px;padding:0 24px;font-size:15px}

/* YouTube profile section */
.ascend-profile-videos .ascend-video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ascend-video-embed{position:relative;overflow:hidden;border-radius:18px;background:#000;aspect-ratio:16/9;box-shadow:0 12px 30px rgba(7,28,53,.10)}.ascend-video-embed iframe{position:absolute;inset:0;width:100%!important;height:100%!important;border:0}.ascend-video-embed>div{height:100%}

/* Visit another club */
.ascend-visit-card{max-width:1264px;margin:30px auto;padding:30px 34px;background:#fff;border:1px solid var(--ascend-line);border-left:6px solid var(--ascend-red);border-radius:22px;box-shadow:0 15px 40px rgba(7,28,53,.06)}.ascend-visit-card h3{font-size:32px;color:var(--ascend-navy);letter-spacing:-.04em;margin:6px 0}.ascend-visit-card p{color:var(--ascend-muted);max-width:720px}.ascend-visit-form{display:flex;align-items:end;gap:12px;margin-top:18px}.ascend-visit-form label{flex:1;display:flex;flex-direction:column;gap:6px}.ascend-visit-form label span{font-size:11px;font-weight:900;color:var(--ascend-navy)}.ascend-visit-form textarea{width:100%;border:1px solid var(--ascend-line);border-radius:12px;padding:12px;font:inherit;min-height:78px}

/* Ascend Concierge */
.ascend-concierge{position:fixed;right:22px;bottom:22px;z-index:999999;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.ascend-concierge *{box-sizing:border-box}.ascend-concierge-launch{display:flex;align-items:center;gap:11px;border:0;background:var(--ascend-red);color:#fff;border-radius:999px;padding:8px 18px 8px 8px;box-shadow:0 18px 48px rgba(126,7,13,.28);cursor:pointer;transition:.2s transform,.2s box-shadow}.ascend-concierge-launch:hover{transform:translateY(-2px);box-shadow:0 24px 60px rgba(126,7,13,.34)}.ascend-concierge-launch>span{width:45px;height:45px;display:grid;place-items:center;background:#fff;color:var(--ascend-red);border-radius:50%;font-weight:950;font-size:21px}.ascend-concierge-launch div{display:flex;flex-direction:column;align-items:flex-start;line-height:1.05}.ascend-concierge-launch strong{font-size:14px}.ascend-concierge-launch small{margin-top:4px;font-size:11px;opacity:.8}.ascend-concierge-panel{position:absolute;right:0;bottom:68px;width:min(420px,calc(100vw - 28px));max-height:min(710px,calc(100vh - 110px));display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid rgba(7,28,53,.09);border-radius:26px;box-shadow:0 34px 100px rgba(7,28,53,.24)}.ascend-concierge-panel[hidden]{display:none}.ascend-concierge-panel>header{display:flex;align-items:center;gap:11px;padding:16px 17px;background:var(--ascend-navy);color:#fff}.ascend-concierge-avatar{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:var(--ascend-red);font-weight:950;font-size:21px}.ascend-concierge-panel>header>div:nth-child(2){display:flex;flex-direction:column;flex:1}.ascend-concierge-panel>header strong{font-size:15px}.ascend-concierge-panel>header span{display:flex;align-items:center;gap:6px;color:#b8c8da;font-size:11px;margin-top:2px}.ascend-concierge-panel>header span i{width:7px;height:7px;border-radius:50%;background:#44d17b;box-shadow:0 0 0 3px rgba(68,209,123,.13)}.ascend-concierge-panel>header button{width:36px;height:36px;border:0;background:rgba(255,255,255,.08);color:#fff;border-radius:10px;font-size:24px;cursor:pointer}.ascend-concierge-thread{overflow:auto;padding:18px;background:linear-gradient(180deg,#f8fafc,#fff);overscroll-behavior:contain}.ascend-chat-bubble{display:flex;align-items:flex-start;gap:9px;margin-bottom:14px}.ascend-chat-bubble>span{flex:0 0 30px;width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:var(--ascend-red);color:#fff;font-size:13px;font-weight:950}.ascend-chat-bubble p{margin:0;background:#fff;border:1px solid var(--ascend-line);border-radius:4px 16px 16px 16px;padding:12px 13px;color:var(--ascend-navy);font-size:13px;line-height:1.5;box-shadow:0 6px 18px rgba(7,28,53,.045)}.ascend-chat-step>label{display:flex;flex-direction:column;gap:7px}.ascend-chat-step>label>span{font-size:11px;font-weight:900;color:var(--ascend-navy)}.ascend-chat-step input{width:100%;height:49px;border:1px solid #d9dfe7;border-radius:13px;padding:0 13px;font:inherit;color:var(--ascend-navy);outline:0}.ascend-chat-step input:focus{border-color:var(--ascend-red);box-shadow:0 0 0 4px rgba(215,25,32,.08)}.ascend-chat-chips{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0 13px}.ascend-chat-chips button{border:1px solid #dde2e9;background:#fff;color:var(--ascend-navy);border-radius:999px;padding:7px 10px;font:inherit;font-size:11px;font-weight:800;cursor:pointer}.ascend-chat-chips button:hover{border-color:#ef9a9f;color:var(--ascend-red);background:var(--ascend-red-soft)}.ascend-chat-step>.ascend-btn{width:100%;margin-top:11px}.ascend-concierge-location-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:11px}.ascend-location-privacy{display:block;color:#8993a1;line-height:1.4;font-size:10px;margin-top:8px}.ascend-concierge-thinking{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--ascend-line);padding:15px;border-radius:14px;font-size:12px;color:var(--ascend-muted)}.ascend-concierge-thinking i{width:18px;height:18px;border:2px solid #e3e6eb;border-top-color:var(--ascend-red);border-radius:50%;animation:ascend-spin .8s linear infinite}@keyframes ascend-spin{to{transform:rotate(360deg)}}.ascend-concierge-results{display:grid;gap:10px}.ascend-concierge-result{background:#fff;border:1px solid var(--ascend-line);border-radius:17px;padding:13px;box-shadow:0 8px 20px rgba(7,28,53,.045)}.ascend-concierge-result.is-best{border-color:#eea6aa;box-shadow:0 12px 30px rgba(215,25,32,.08)}.ascend-concierge-result-top{display:flex;gap:11px}.ascend-concierge-result-media{flex:0 0 58px;width:58px;height:58px;border-radius:13px;overflow:hidden;background:var(--ascend-navy);display:grid;place-items:center}.ascend-concierge-result-media img{width:100%;height:100%;object-fit:cover}.ascend-concierge-result-media span{color:#fff;font-size:27px;font-weight:950}.ascend-concierge-result-top>div:last-child{min-width:0;display:flex;flex-direction:column}.ascend-concierge-result-top small{font-size:9px;font-weight:950;letter-spacing:.1em;color:var(--ascend-red)}.ascend-concierge-result-top strong{font-size:16px;line-height:1.1;color:var(--ascend-navy);margin:3px 0}.ascend-concierge-result-top p{margin:0;color:var(--ascend-muted);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ascend-concierge-distance{font-size:10px;color:#536176;margin-top:4px}.ascend-concierge-result-meta{display:flex;flex-wrap:wrap;gap:5px;margin-top:9px}.ascend-concierge-result-meta span{font-size:9px;font-weight:800;color:#5d6877;background:#f4f6f8;border-radius:99px;padding:5px 7px}.ascend-concierge-result-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.ascend-concierge-result-actions .ascend-btn{min-height:38px;padding:0 11px;font-size:11px}.ascend-concierge-mini-action{display:inline-flex;align-items:center;min-height:38px;padding:0 8px;color:var(--ascend-navy);font-size:10px;font-weight:850;text-decoration:none}.ascend-concierge-reset{display:flex;justify-content:space-between;gap:10px;margin-top:13px;padding-top:12px;border-top:1px solid var(--ascend-line)}.ascend-concierge-reset button,.ascend-concierge-reset a{border:0;background:none;padding:0;font:inherit;font-size:10px;font-weight:850;color:var(--ascend-red);text-decoration:none;cursor:pointer}.ascend-concierge-empty{padding:18px;background:#fff;border:1px solid var(--ascend-line);border-radius:15px}.ascend-concierge-empty strong{display:block;color:var(--ascend-navy)}.ascend-concierge-empty p{font-size:12px;color:var(--ascend-muted)}.ascend-concierge-panel>footer{display:flex;justify-content:space-between;padding:10px 17px;border-top:1px solid var(--ascend-line);background:#fff;color:#8b95a2;font-size:9px}.ascend-concierge-panel>footer span{font-weight:950;color:var(--ascend-navy)}.ascend-concierge.is-inline{position:relative;right:auto;bottom:auto;z-index:auto;max-width:440px}.ascend-concierge.is-inline .ascend-concierge-panel{position:relative;right:auto;bottom:auto;width:100%;max-height:none}

@media(max-width:760px){.ascend-network-concierge-strip{margin:20px 16px 0;padding:24px;align-items:flex-start;flex-direction:column}.ascend-network-concierge-strip h2{font-size:34px}.ascend-application-page{margin-top:24px;padding:0 14px}.ascend-application-hero{padding:34px 24px;border-radius:22px}.ascend-application-form{padding:22px 16px;border-radius:20px}.ascend-application-form .ascend-form-grid{grid-template-columns:1fr}.ascend-application-form .ascend-field-wide{grid-column:auto}.ascend-profile-videos .ascend-video-grid{grid-template-columns:1fr}.ascend-visit-card{margin:20px 14px;padding:22px}.ascend-visit-form{align-items:stretch;flex-direction:column}.ascend-concierge{right:12px;bottom:12px}.ascend-concierge-launch div{display:none}.ascend-concierge-launch{padding:6px}.ascend-concierge-launch>span{width:50px;height:50px}.ascend-concierge-panel{right:0;bottom:65px;width:calc(100vw - 24px);max-height:calc(100vh - 90px);border-radius:22px}.ascend-concierge-location-actions{grid-template-columns:1fr}}

/* v1.2 Meet the Faces */
.ascend-faces-section{max-width:1280px;margin:72px auto;padding:0 28px}.ascend-faces-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:24px}.ascend-faces-heading h2{margin:5px 0 0;color:#081d38;font-size:clamp(34px,4vw,58px);line-height:.95;letter-spacing:-.045em}.ascend-faces-heading p{max-width:460px;margin:0;color:#68778a;font-size:15px;line-height:1.6}.ascend-faces-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.ascend-face-card{display:block;border:1px solid #e5e9ee;border-radius:18px;overflow:hidden;background:#fff;color:#081d38;text-decoration:none;box-shadow:0 12px 32px rgba(8,29,56,.06);transition:.2s transform,.2s box-shadow}.ascend-face-card:hover{transform:translateY(-4px);box-shadow:0 20px 48px rgba(8,29,56,.12)}.ascend-face-photo{position:relative;aspect-ratio:4/5;background:linear-gradient(145deg,#081d38,#173e69);overflow:hidden}.ascend-face-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:.35s transform}.ascend-face-card:hover .ascend-face-photo img{transform:scale(1.035)}.ascend-face-photo>span{display:grid;place-items:center;width:100%;height:100%;font-size:72px;color:#fff;font-weight:950}.ascend-face-photo:after{content:"";position:absolute;inset:auto 0 0;height:35%;background:linear-gradient(transparent,rgba(8,29,56,.72));pointer-events:none}.ascend-face-photo i{position:absolute;z-index:2;left:12px;bottom:12px;padding:7px 9px;border-radius:7px;background:#e30613;color:#fff;font-style:normal;font-size:8px;font-weight:900;letter-spacing:.08em;opacity:0;transform:translateY(7px);transition:.2s}.ascend-face-card:hover .ascend-face-photo i{opacity:1;transform:none}.ascend-face-copy{padding:15px}.ascend-face-copy small,.ascend-face-copy strong,.ascend-face-copy span,.ascend-face-copy b{display:block}.ascend-face-copy small{font-size:8px;color:#e30613;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.ascend-face-copy strong{font-size:18px;line-height:1.08;margin:5px 0;color:#081d38}.ascend-face-copy span{font-size:11px;color:#657386;line-height:1.4}.ascend-face-copy b{margin-top:10px;font-size:9px;color:#081d38}.ascend-faces-footer{text-align:center;margin-top:24px}

/* v1.2 public warm introduction */
.ascend-profile-lead-cta{border:1px solid #e3e7ed;border-radius:22px;padding:24px;background:linear-gradient(145deg,#fff,#fff7f7);box-shadow:0 16px 40px rgba(8,29,56,.07)}.ascend-profile-lead-cta h2{margin:5px 0 9px;color:#081d38;font-size:28px;line-height:1.05}.ascend-profile-lead-cta>p{color:#657386;line-height:1.6}.ascend-profile-lead-recipient{display:grid;grid-template-columns:56px 1fr;gap:12px;align-items:center;margin:17px 0;padding:10px;border-radius:13px;background:#fff;border:1px solid #e6e9ee}.ascend-profile-lead-recipient>div{width:56px;height:56px;border-radius:11px;overflow:hidden;background:#081d38;display:grid;place-items:center;color:#fff;font-size:22px;font-weight:900}.ascend-profile-lead-recipient img{width:100%;height:100%;object-fit:cover}.ascend-profile-lead-recipient strong,.ascend-profile-lead-recipient small{display:block}.ascend-profile-lead-recipient strong{color:#081d38;font-size:14px}.ascend-profile-lead-recipient small{color:#718094;font-size:9px;margin-top:4px}.ascend-btn-block{width:100%;justify-content:center}
.ascend-lead-page{max-width:1260px;margin:40px auto 80px;padding:0 26px}.ascend-lead-page-hero{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;align-items:end;padding:38px;border-radius:28px;background:linear-gradient(135deg,#081d38 0%,#081d38 58%,#b81020 100%);color:#fff;overflow:hidden;position:relative}.ascend-lead-page-hero:after{content:"A";position:absolute;right:-15px;bottom:-90px;font-size:300px;line-height:1;font-weight:950;color:rgba(255,255,255,.035);pointer-events:none}.ascend-lead-page-hero .ascend-kicker{color:#ff8f98}.ascend-lead-page-hero h1{margin:8px 0 12px;font-size:clamp(42px,6vw,76px);line-height:.9;letter-spacing:-.055em}.ascend-lead-page-hero p{max-width:760px;margin:0;color:#d3dce6;font-size:16px;line-height:1.6}.ascend-lead-page-trust{position:relative;z-index:1;border:1px solid rgba(255,255,255,.18);border-radius:16px;padding:18px;background:rgba(255,255,255,.08);backdrop-filter:blur(12px)}.ascend-lead-page-trust strong,.ascend-lead-page-trust span{display:block}.ascend-lead-page-trust strong{font-size:14px}.ascend-lead-page-trust span{font-size:11px;line-height:1.5;color:#d5dde7;margin-top:5px}.ascend-lead-page-form{margin-top:18px}.ascend-lead-page-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,.72fr);gap:18px;align-items:start}.ascend-lead-page-grid>main,.ascend-lead-page-grid>aside{display:grid;gap:14px}.ascend-lead-page-grid>aside{position:sticky;top:112px}.ascend-lead-page-section{border:1px solid #e3e7ec;border-radius:20px;background:#fff;padding:24px;box-shadow:0 12px 35px rgba(8,29,56,.05)}.ascend-lead-page-step{display:grid;grid-template-columns:36px 1fr;gap:12px;align-items:center;margin-bottom:18px}.ascend-lead-page-step>span{width:36px;height:36px;border-radius:10px;background:#e30613;color:#fff;display:grid;place-items:center;font-size:13px;font-weight:900}.ascend-lead-page-step strong,.ascend-lead-page-step small{display:block}.ascend-lead-page-step strong{font-size:18px;color:#081d38}.ascend-lead-page-step small{font-size:10px;color:#6f7d8f;margin-top:3px}.ascend-lead-page-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ascend-lead-page-field,.ascend-lead-page-fields label,.ascend-lead-page-you label{display:flex;flex-direction:column;gap:6px}.ascend-lead-page-field>span,.ascend-lead-page-fields label>span,.ascend-lead-page-you label>span{font-size:10px;font-weight:850;color:#21334b}.ascend-lead-page input,.ascend-lead-page textarea,.ascend-lead-page select{width:100%;border:1px solid #d8dee6;border-radius:11px;background:#fbfcfd;color:#081d38;padding:13px 14px;min-height:48px;font:inherit;outline:none}.ascend-lead-page textarea{resize:vertical;line-height:1.5}.ascend-lead-page input:focus,.ascend-lead-page textarea:focus,.ascend-lead-page select:focus{border-color:#e30613;box-shadow:0 0 0 3px rgba(227,6,19,.09);background:#fff}.ascend-public-recipient-card{display:grid;grid-template-columns:70px 1fr auto;gap:14px;align-items:center;border:1px solid #dfe5eb;border-radius:16px;background:linear-gradient(145deg,#f8fafc,#fff);padding:12px}.ascend-public-recipient-photo{width:70px;height:70px;border-radius:14px;overflow:hidden;background:#081d38;display:grid;place-items:center;color:#fff;font-size:28px;font-weight:950}.ascend-public-recipient-photo img{width:100%;height:100%;object-fit:cover}.ascend-public-recipient-card small,.ascend-public-recipient-card strong,.ascend-public-recipient-card p{display:block;margin:0}.ascend-public-recipient-card small{font-size:8px;letter-spacing:.09em;font-weight:900;color:#e30613}.ascend-public-recipient-card strong{font-size:20px;color:#081d38;margin:4px 0}.ascend-public-recipient-card p{font-size:10px;color:#6c7a8d}.ascend-public-recipient-card>a{font-size:10px;font-weight:900;color:#e30613;text-decoration:none}.ascend-public-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:13px}.ascend-public-choice-grid fieldset{border:0;padding:0;margin:0}.ascend-public-choice-grid legend{font-size:10px;font-weight:850;color:#21334b;margin-bottom:7px}.ascend-public-choice-grid fieldset label{display:inline-flex;margin:0 5px 5px 0}.ascend-public-choice-grid input[type=radio]{position:absolute;opacity:0;width:1px;height:1px}.ascend-public-choice-grid fieldset span{display:inline-flex;align-items:center;min-height:34px;border:1px solid #dfe4ea;border-radius:99px;padding:0 10px;background:#fff;color:#56667a;font-size:9px;font-weight:850;cursor:pointer}.ascend-public-choice-grid input:checked+span{border-color:#e30613;background:#fff1f2;color:#c1000f}.ascend-lead-page-you h2{margin:5px 0 16px;color:#081d38;font-size:24px}.ascend-lead-page-you{display:grid;gap:11px}.ascend-lead-page-you>p{margin:0;color:#718095;font-size:10px;line-height:1.5}.ascend-lead-sender-fixed{border-radius:14px;background:#081d38;color:#fff;padding:15px}.ascend-lead-sender-fixed strong,.ascend-lead-sender-fixed span,.ascend-lead-sender-fixed small{display:block}.ascend-lead-sender-fixed strong{font-size:17px}.ascend-lead-sender-fixed span{font-size:11px;color:#d3dbe5;margin:3px 0}.ascend-lead-sender-fixed small{font-size:9px;color:#ff989f}.ascend-public-permission{display:grid;grid-template-columns:20px 1fr;gap:10px;align-items:start;border:1px solid #e2e6eb;border-radius:15px;background:#fff;padding:15px}.ascend-public-permission input{width:18px;height:18px;min-height:0;accent-color:#e30613}.ascend-public-permission strong,.ascend-public-permission small{display:block}.ascend-public-permission strong{font-size:11px;color:#081d38}.ascend-public-permission small{font-size:9px;color:#758397;margin-top:4px;line-height:1.45}.ascend-lead-page-submit{min-height:55px;border-radius:13px}.ascend-lead-page-tip{border-radius:16px;background:#fff4f4;border-left:4px solid #e30613;padding:15px}.ascend-lead-page-tip strong{font-size:12px;color:#081d38}.ascend-lead-page-tip p{font-size:10px;color:#6c7889;margin:5px 0 0;line-height:1.5}.ascend-lead-page-success{margin-top:18px;border:1px solid #dce5df;border-radius:24px;background:#fff;padding:35px;display:grid;grid-template-columns:64px 1fr;gap:18px;align-items:center;box-shadow:0 14px 40px rgba(8,29,56,.06)}.ascend-lead-page-success>span{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#e7f6ec;color:#178342;font-size:30px;font-weight:900}.ascend-lead-page-success small{color:#178342;font-weight:900;letter-spacing:.12em}.ascend-lead-page-success h2{font-size:34px;color:#081d38;margin:4px 0}.ascend-lead-page-success p{color:#667589}.ascend-lead-page-success div>div{display:flex;gap:8px;flex-wrap:wrap}.ascend-public-form-notice{margin:16px 0;border-radius:12px;padding:13px 15px;font-size:11px;font-weight:800}.ascend-public-form-notice.is-error{background:#fff0f1;color:#a90c18;border:1px solid #facdd0}.ascend-honeypot{position:absolute!important;left:-9999px!important}
@media(max-width:1050px){.ascend-faces-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.ascend-lead-page-grid{grid-template-columns:1fr}.ascend-lead-page-grid>aside{position:static}.ascend-lead-page-hero{grid-template-columns:1fr}.ascend-lead-page-trust{max-width:420px}}
@media(max-width:760px){.ascend-faces-section{margin:46px auto;padding:0 14px}.ascend-faces-heading{display:block}.ascend-faces-heading h2{font-size:38px}.ascend-faces-heading p{font-size:12px;margin-top:10px}.ascend-faces-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.ascend-face-card{border-radius:15px}.ascend-face-copy{padding:11px}.ascend-face-copy strong{font-size:15px}.ascend-face-copy span{font-size:9px}.ascend-face-photo i{opacity:1;transform:none;font-size:6.5px}.ascend-lead-page{margin:18px auto 60px;padding:0 12px}.ascend-lead-page-hero{padding:25px 19px;border-radius:21px}.ascend-lead-page-hero h1{font-size:44px}.ascend-lead-page-hero p{font-size:12px}.ascend-lead-page-trust{padding:13px}.ascend-lead-page-section{padding:17px 14px;border-radius:17px}.ascend-lead-page-fields,.ascend-public-choice-grid{grid-template-columns:1fr}.ascend-public-recipient-card{grid-template-columns:58px 1fr auto;gap:10px}.ascend-public-recipient-photo{width:58px;height:58px}.ascend-public-recipient-card strong{font-size:16px}.ascend-lead-page-success{grid-template-columns:1fr;padding:22px;border-radius:19px}.ascend-lead-page-success>span{width:52px;height:52px}.ascend-lead-page-success h2{font-size:29px}}
.ascend-profile-person-row{display:flex;align-items:center;gap:11px;margin:8px 0}.ascend-profile-person-row .ascend-profile-person{margin:0}.ascend-profile-person-row .ascend-profile-person small{display:block;margin-top:3px;color:#c7d3df;font-size:9px;font-weight:600}.ascend-profile-person-photo{width:52px;height:52px;flex:0 0 52px;border-radius:50%;overflow:hidden;border:3px solid rgba(255,255,255,.22);box-shadow:0 6px 18px rgba(0,0,0,.17)}.ascend-profile-person-photo img{width:100%;height:100%;object-fit:cover}
@media(max-width:760px){.ascend-profile-person-photo{width:44px;height:44px;flex-basis:44px}.ascend-profile-person-row .ascend-profile-person small{font-size:8px}}

/* v1.3 network, visitor booking and meeting registration */
.ascend-network-businesses{background:#fff;border-bottom:1px solid var(--ascend-line)}
.ascend-network-businesses .ascend-directory-shell{padding-top:76px;padding-bottom:82px}
.ascend-visit-network-strip{max-width:1264px;margin:22px auto 84px;padding:32px 34px;display:flex;align-items:center;justify-content:space-between;gap:34px;border-radius:28px;background:linear-gradient(120deg,var(--ascend-navy),#102d52 62%,var(--ascend-red));color:#fff;box-shadow:0 22px 58px rgba(11,31,58,.13);position:relative;overflow:hidden}
.ascend-visit-network-strip:after{content:"A";position:absolute;right:100px;bottom:-100px;font-size:230px;line-height:1;font-weight:950;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.1);pointer-events:none}
.ascend-visit-network-strip>div,.ascend-visit-network-strip>a{position:relative;z-index:1}.ascend-visit-network-strip .ascend-kicker{color:#ffb6bc}.ascend-visit-network-strip h2{margin:6px 0 7px;color:#fff;font-size:clamp(32px,4vw,52px);line-height:.95;letter-spacing:-.045em}.ascend-visit-network-strip p{margin:0;color:#d9e3ef;max-width:650px;font-size:15px;line-height:1.55}.ascend-visit-network-strip .ascend-btn{background:#fff;color:var(--ascend-red);white-space:nowrap;box-shadow:none}

.ascend-public-event-action{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:7px;min-width:250px}.ascend-public-event-action strong{font-size:18px;color:var(--ascend-navy)}.ascend-public-event-action p{margin:0 0 7px;color:var(--ascend-muted);line-height:1.45}.ascend-public-member-login{margin-top:3px;color:var(--ascend-red);font-size:12px;font-weight:850;text-decoration:none}.ascend-public-member-login:hover{text-decoration:underline}.ascend-public-event-count span{margin-left:7px;color:var(--ascend-muted);font-size:11px;font-weight:700}

.ascend-visitor-page{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ascend-ink);background:#fff;margin-inline:calc(50% - 50vw);width:100vw;min-height:70vh;padding-bottom:90px}.ascend-visitor-page *{box-sizing:border-box}
.ascend-visitor-hero{padding:72px max(28px,calc((100vw - 1264px)/2)) 58px;background:linear-gradient(115deg,var(--ascend-red) 0%,#c80016 58%,#8c0012 100%);color:#fff;position:relative;overflow:hidden}.ascend-visitor-hero:after{content:"A";position:absolute;right:-30px;bottom:-160px;font-size:440px;line-height:1;font-weight:950;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.13)}.ascend-visitor-hero .ascend-kicker{color:#fff;opacity:.78}.ascend-visitor-hero h1{position:relative;z-index:1;margin:12px 0 20px;color:#fff;font-size:clamp(54px,8vw,105px);line-height:.84;letter-spacing:-.065em;max-width:930px}.ascend-visitor-hero h1 em{font-style:normal;opacity:.58}.ascend-visitor-hero p{position:relative;z-index:1;margin:0;max-width:680px;color:#fff;font-size:19px;line-height:1.55}
.ascend-visitor-layout{max-width:1264px;margin:-26px auto 0;padding:0 28px;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(290px,.55fr);gap:22px;position:relative;z-index:2}.ascend-visitor-main{background:#fff;border:1px solid var(--ascend-line);border-radius:26px;box-shadow:var(--ascend-shadow);padding:28px}.ascend-visitor-group-picker{background:var(--ascend-paper);border:1px solid var(--ascend-line);padding:15px;border-radius:17px;margin-bottom:18px}.ascend-visitor-group-picker label{display:grid;gap:8px}.ascend-visitor-group-picker label>span{font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:var(--ascend-navy)}.ascend-visitor-group-picker select{width:100%;min-height:54px;border:1px solid #d9dfe7;border-radius:12px;background:#fff;padding:0 14px;color:var(--ascend-navy);font:inherit;font-weight:750;outline:none}.ascend-visitor-group-picker select:focus{border-color:var(--ascend-red);box-shadow:0 0 0 3px rgba(182,0,0,.08)}
.ascend-visitor-next-event{display:grid;grid-template-columns:92px 1fr;gap:18px;align-items:center;padding:19px;border-radius:20px;background:linear-gradient(120deg,var(--ascend-navy),#123b67);color:#fff;margin-bottom:18px}.ascend-visitor-date{width:92px;height:104px;border-radius:18px;background:#fff;color:var(--ascend-red);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 12px 28px rgba(0,0,0,.12)}.ascend-visitor-date strong,.ascend-visitor-date small{font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.ascend-visitor-date b{font-size:42px;line-height:.95}.ascend-visitor-next-event .ascend-kicker{color:#ff9eaa}.ascend-visitor-next-event h2{margin:5px 0 8px;color:#fff;font-size:31px;line-height:1;letter-spacing:-.04em}.ascend-visitor-next-event p{margin:0;color:#d7e1ec}.ascend-visitor-next-event p strong,.ascend-visitor-next-event p span{display:block}.ascend-visitor-next-event p span{font-size:13px;margin-top:4px}
.ascend-visitor-form{display:grid;gap:16px}.ascend-visitor-form-title{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center}.ascend-visitor-form-title>span{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:var(--ascend-red);color:#fff;font-size:12px;font-weight:900}.ascend-visitor-form-title strong,.ascend-visitor-form-title small{display:block}.ascend-visitor-form-title strong{color:var(--ascend-navy);font-size:20px}.ascend-visitor-form-title small{color:var(--ascend-muted);margin-top:2px}.ascend-visitor-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ascend-visitor-fields label{display:grid;gap:6px}.ascend-visitor-fields label.is-wide{grid-column:1/-1}.ascend-visitor-fields label>span{font-size:10px;font-weight:850;color:#263b53}.ascend-visitor-fields input,.ascend-visitor-fields textarea{width:100%;border:1px solid #d8dfe7;border-radius:12px;background:#fbfcfd;padding:12px 13px;font:inherit;color:var(--ascend-navy);outline:none}.ascend-visitor-fields input{min-height:48px}.ascend-visitor-fields input:focus,.ascend-visitor-fields textarea:focus{background:#fff;border-color:var(--ascend-red);box-shadow:0 0 0 3px rgba(182,0,0,.08)}.ascend-visitor-consent{display:grid;grid-template-columns:20px 1fr;gap:9px;align-items:start;padding:13px;border-radius:14px;background:#f7f8fa;color:var(--ascend-muted);font-size:11px;line-height:1.45}.ascend-visitor-consent input{width:17px;height:17px;accent-color:var(--ascend-red);margin-top:1px}.ascend-visitor-submit{min-height:55px;font-size:15px}
.ascend-visitor-side{align-self:start;background:var(--ascend-navy);color:#fff;border-radius:26px;padding:27px;box-shadow:0 20px 50px rgba(11,31,58,.13);position:sticky;top:120px}.ascend-visitor-side .ascend-kicker{color:#ff9eaa}.ascend-visitor-side h3{font-size:32px;line-height:.96;letter-spacing:-.04em;color:#fff;margin:8px 0 24px}.ascend-visitor-side ul{list-style:none;padding:0;margin:0;display:grid;gap:17px}.ascend-visitor-side li{display:grid;grid-template-columns:34px 1fr;gap:10px;padding-top:17px;border-top:1px solid rgba(255,255,255,.12)}.ascend-visitor-side li>b{width:34px;height:34px;border-radius:10px;background:var(--ascend-red);display:grid;place-items:center;font-size:10px}.ascend-visitor-side li span,.ascend-visitor-side li strong{display:block}.ascend-visitor-side li strong{color:#fff;font-size:13px;margin-bottom:3px}.ascend-visitor-side li span{color:#c9d5e3;font-size:11px;line-height:1.45}.ascend-visitor-start,.ascend-visitor-no-date{padding:42px 30px;text-align:center;border:1px dashed #ccd4de;border-radius:20px;background:#fafbfc}.ascend-visitor-start strong,.ascend-visitor-no-date h2{color:var(--ascend-navy)}.ascend-visitor-start p,.ascend-visitor-no-date p{color:var(--ascend-muted);max-width:580px;margin-left:auto;margin-right:auto}.ascend-visitor-no-date>span{color:var(--ascend-red);font-size:10px;font-weight:900;letter-spacing:.12em}.ascend-visitor-success{max-width:920px;margin:-24px auto 0;position:relative;z-index:2;background:#fff;border:1px solid var(--ascend-line);border-radius:28px;box-shadow:var(--ascend-shadow);padding:42px;display:grid;grid-template-columns:74px 1fr;gap:22px}.ascend-visitor-success>span{width:74px;height:74px;border-radius:50%;display:grid;place-items:center;background:#e9f7ee;color:#15743a;font-size:34px;font-weight:900}.ascend-visitor-success small{color:var(--ascend-red);font-weight:900;letter-spacing:.14em}.ascend-visitor-success h2{color:var(--ascend-navy);font-size:42px;line-height:.95;letter-spacing:-.045em;margin:7px 0 12px}.ascend-visitor-success p{color:var(--ascend-muted);line-height:1.6}

@media(max-width:900px){.ascend-visit-network-strip{margin-left:18px;margin-right:18px;align-items:flex-start;flex-direction:column}.ascend-visitor-layout{grid-template-columns:1fr}.ascend-visitor-side{position:static}.ascend-public-event-action{min-width:0;width:100%}}
@media(max-width:620px){.ascend-visitor-hero{padding-top:54px;padding-bottom:48px}.ascend-visitor-hero h1{font-size:54px}.ascend-visitor-layout{padding:0 14px}.ascend-visitor-main{padding:16px;border-radius:20px}.ascend-visitor-next-event{grid-template-columns:72px 1fr;gap:12px;padding:13px}.ascend-visitor-date{width:72px;height:86px;border-radius:15px}.ascend-visitor-date b{font-size:34px}.ascend-visitor-next-event h2{font-size:23px}.ascend-visitor-fields{grid-template-columns:1fr}.ascend-visitor-fields label.is-wide{grid-column:auto}.ascend-visitor-success{margin-left:14px;margin-right:14px;padding:24px;grid-template-columns:1fr}.ascend-visitor-success h2{font-size:34px}.ascend-visit-network-strip{padding:25px 22px}.ascend-visit-network-strip .ascend-btn{width:100%}}

/* ================================================================
   Ascend v1.4 — member benefits + Instagram + LinkedIn identity
   ================================================================ */
.ascend-profile-benefit-chip{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:11px;align-items:center;margin:15px 0 0;padding:12px 14px;border-radius:14px;background:#fff;color:#071d3a;text-decoration:none;box-shadow:0 12px 30px rgba(0,0,0,.18);max-width:720px}.ascend-profile-benefit-chip>span{background:#e30613;color:#fff;border-radius:999px;padding:7px 9px;font-size:8px;font-weight:950;letter-spacing:.12em;white-space:nowrap}.ascend-profile-benefit-chip strong{font-size:14px}.ascend-profile-benefit-chip b{font-size:11px;color:#e30613;white-space:nowrap}.ascend-profile-person-photo.is-linkedin{position:relative;text-decoration:none}.ascend-profile-person-photo.is-linkedin i{position:absolute;right:-3px;bottom:-2px;width:20px;height:20px;border-radius:6px;background:#0a66c2;color:#fff;border:2px solid #071d3a;display:grid;place-items:center;font-size:10px;font-style:normal;font-weight:950}.ascend-person-linkedin{display:inline-block!important;margin-top:5px;color:#72b7ff!important;font-size:11px;font-weight:800;text-decoration:none}.ascend-profile-tabs .is-benefit-tab{color:#e30613;font-weight:900}

.ascend-member-benefit-public{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(240px,.75fr);padding:0!important;overflow:hidden;background:linear-gradient(135deg,#071d3a,#0d315c);color:#fff;border:0!important;box-shadow:0 22px 54px rgba(7,29,58,.16)}.ascend-member-benefit-copy{padding:clamp(24px,4vw,40px)}.ascend-member-benefit-label{display:inline-flex;border-radius:999px;padding:8px 11px;background:#e30613;color:#fff;font-size:9px;font-weight:950;letter-spacing:.13em}.ascend-member-benefit-public h2{color:#fff!important;font-size:clamp(29px,4vw,48px)!important;line-height:1!important;margin:15px 0 12px!important;letter-spacing:-.04em}.ascend-member-benefit-public p{color:#d9e4ef;font-size:16px;line-height:1.65;max-width:690px}.ascend-member-benefit-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:20px}.ascend-benefit-code{display:flex;flex-direction:column;background:#fff;color:#071d3a;border-radius:13px;padding:9px 13px;min-width:130px}.ascend-benefit-code small{font-size:8px;font-weight:900;letter-spacing:.11em;color:#e30613}.ascend-benefit-code strong{font-size:16px;margin-top:2px}.ascend-benefit-expiry{display:block;color:#b9c8d7;margin-top:13px}.ascend-benefit-terms{margin-top:15px;color:#d9e4ef}.ascend-benefit-terms summary{cursor:pointer;font-weight:850;color:#fff}.ascend-member-benefit-media{min-height:310px;background:#fff;overflow:hidden}.ascend-member-benefit-media img{width:100%;height:100%;object-fit:cover}.ascend-member-benefit-media.is-pattern{display:grid;grid-template-columns:1fr;align-content:center;justify-items:center;background:linear-gradient(145deg,#e30613,#ba0010);color:#fff;position:relative}.ascend-member-benefit-media.is-pattern:before{content:"";position:absolute;width:290px;height:290px;border:38px solid rgba(255,255,255,.10);border-radius:50%;right:-100px;top:-110px}.ascend-member-benefit-media.is-pattern span{font-size:78px;font-weight:950;line-height:.8;z-index:1}.ascend-member-benefit-media.is-pattern b{text-align:center;font-size:16px;letter-spacing:.13em;margin-top:12px;z-index:1}

.ascend-instagram-public{overflow:hidden}.ascend-instagram-feed-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:start;margin-top:18px}.ascend-instagram-embed-wrap{min-width:0;background:#fff;border:1px solid #e2e8ef;border-radius:18px;padding:8px;overflow:hidden}.ascend-instagram-embed-wrap .instagram-media{min-width:0!important;width:100%!important;max-width:100%!important}.ascend-instagram-public .ascend-section-title-row>a{font-weight:850;color:#e30613;text-decoration:none}

.ascend-benefits-page{max-width:1320px;margin:0 auto;padding:36px 24px 90px}.ascend-benefits-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) 180px;gap:30px;align-items:center;background:linear-gradient(118deg,#e30613,#c2000d 64%,#071d3a);color:#fff;border-radius:30px;padding:clamp(30px,6vw,70px);box-shadow:0 28px 70px rgba(7,29,58,.18)}.ascend-benefits-hero h1{color:#fff!important;font-size:clamp(42px,7vw,82px)!important;line-height:.92!important;letter-spacing:-.06em!important;margin:12px 0 18px!important;max-width:900px}.ascend-benefits-hero p{font-size:18px;line-height:1.65;max-width:760px;color:#fff}.ascend-benefits-hero .ascend-kicker{color:#fff}.ascend-benefits-hero-mark{font-size:150px;font-weight:950;line-height:1;opacity:.18;text-align:right}.ascend-benefits-public-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:30px}.ascend-benefit-card-public{background:#fff;border:1px solid #dfe6ee;border-radius:22px;overflow:hidden;box-shadow:0 14px 38px rgba(7,29,58,.07)}.ascend-benefit-card-media{display:block;position:relative;height:220px;background:linear-gradient(135deg,#071d3a,#e30613);overflow:hidden;text-decoration:none}.ascend-benefit-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.ascend-benefit-card-media:hover img{transform:scale(1.025)}.ascend-benefit-card-media>span{display:grid;place-items:center;height:100%;font-size:70px;color:#fff;font-weight:950}.ascend-benefit-card-media b{position:absolute;left:13px;top:13px;background:#e30613;color:#fff;border-radius:999px;padding:7px 9px;font-size:8px;letter-spacing:.11em}.ascend-benefit-card-copy{padding:20px}.ascend-benefit-card-copy>small{color:#e30613;font-weight:900;text-transform:uppercase;letter-spacing:.1em;font-size:9px}.ascend-benefit-card-copy h2{font-size:24px!important;line-height:1.04!important;margin:8px 0 10px!important;color:#071d3a!important}.ascend-benefit-card-copy p{color:#66758a;line-height:1.55;min-height:70px}.ascend-benefit-card-copy>div{display:flex;justify-content:space-between;gap:12px;align-items:center;padding-top:15px;border-top:1px solid #e5eaf0}.ascend-benefit-card-copy>div strong{font-size:13px}.ascend-benefit-card-copy>div a{color:#e30613;text-decoration:none;font-weight:900;font-size:12px}.ascend-benefits-empty{text-align:center;padding:70px 20px}.ascend-benefits-empty span{display:grid;place-items:center;margin:0 auto 18px;width:70px;height:70px;border-radius:20px;background:#e30613;color:#fff;font-size:31px;font-weight:950}.ascend-benefits-empty h2{color:#071d3a!important}

@media(max-width:1000px){.ascend-benefits-public-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ascend-member-benefit-public{grid-template-columns:1fr}.ascend-member-benefit-media{min-height:230px;max-height:350px}.ascend-benefits-hero{grid-template-columns:1fr}.ascend-benefits-hero-mark{display:none}}
@media(max-width:700px){.ascend-profile-benefit-chip{grid-template-columns:1fr;gap:5px}.ascend-profile-benefit-chip>span{width:max-content}.ascend-profile-benefit-chip b{margin-top:2px}.ascend-instagram-feed-grid,.ascend-benefits-public-grid{grid-template-columns:1fr}.ascend-member-benefit-copy{padding:22px}.ascend-member-benefit-actions .ascend-btn{width:100%}.ascend-benefits-page{padding-left:14px;padding-right:14px}.ascend-benefits-hero{border-radius:22px;padding:30px 22px}.ascend-benefits-hero h1{font-size:46px!important}}
.ascend-card-benefit{position:absolute;right:12px;bottom:12px;background:#e30613;color:#fff;border-radius:999px;padding:7px 9px;font-size:8px;font-weight:950;letter-spacing:.1em;box-shadow:0 8px 18px rgba(227,6,19,.25)}

/* ================================================================
   Ascend v1.5 — cleaner member hero + signed-in member tools
   ================================================================ */
.ascend-profile-page .ascend-profile-hero{min-height:345px;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr)}
.ascend-profile-page .ascend-profile-visual{min-height:345px;padding:30px}.ascend-profile-page .ascend-profile-visual>img{max-height:250px}
.ascend-profile-page .ascend-profile-hero-copy{padding:30px 36px 28px;justify-content:center}
.ascend-profile-page .ascend-profile-hero-copy h1{margin:11px 0 8px;font-size:clamp(38px,4vw,56px)!important}
.ascend-profile-page .ascend-profile-hero.is-title-long .ascend-profile-hero-copy h1{font-size:clamp(31px,3.15vw,44px)!important}
.ascend-profile-page .ascend-profile-summary{-webkit-line-clamp:2;max-width:650px;margin-top:10px;font-size:13px}
.ascend-profile-page .ascend-profile-person-row{margin:6px 0}.ascend-profile-page .ascend-profile-person-row .ascend-profile-person small{max-width:430px}
.ascend-profile-actions-simple{margin-top:16px}.ascend-profile-actions-simple .ascend-btn{min-height:43px}.ascend-profile-actions-simple .ascend-btn-outline{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.3)}
.ascend-profile-signal-strip{display:flex;align-items:stretch;gap:9px;margin:14px 0 0}.ascend-profile-signal{min-width:0;flex:1;display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:center;padding:12px 14px;border:1px solid var(--ascend-line);border-radius:15px;background:#fff;color:var(--ascend-navy);text-decoration:none;box-shadow:0 6px 18px rgba(7,29,58,.035)}.ascend-profile-signal>span{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#f2f5f8;color:var(--ascend-red);font-weight:950}.ascend-profile-signal small,.ascend-profile-signal strong{display:block}.ascend-profile-signal small{font-size:8px;letter-spacing:.09em;color:#7b8796;font-weight:900}.ascend-profile-signal strong{margin-top:2px;font-size:12px;color:var(--ascend-navy)}.ascend-profile-signal strong span{font-weight:650;color:#78869a}.ascend-profile-signal.is-benefit{border-color:#f1b8bb;background:#fff8f8}.ascend-profile-signal.is-benefit>span{background:var(--ascend-red);color:#fff}.ascend-profile-follow nav{display:flex;gap:5px;margin-top:4px;flex-wrap:wrap}.ascend-profile-follow nav a{width:27px;height:27px;border-radius:7px;background:var(--ascend-navy);color:#fff;display:grid;place-items:center;text-decoration:none;font-size:8px;font-weight:900}.ascend-profile-member-tools{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:11px 0 0;padding:13px 16px;border-radius:14px;background:linear-gradient(105deg,#071c35,#0d345e);color:#fff}.ascend-profile-member-tools .ascend-kicker{color:#ff9da3}.ascend-profile-member-tools strong{display:block;margin-top:2px;font-size:12px}.ascend-profile-member-tools nav{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}.ascend-profile-member-tools nav a{display:inline-flex;align-items:center;min-height:34px;padding:0 10px;border-radius:8px;background:rgba(255,255,255,.1);color:#fff;text-decoration:none;font-size:9px;font-weight:900}.ascend-profile-member-tools nav a:hover{background:var(--ascend-red)}
@media(max-width:980px){.ascend-profile-page .ascend-profile-hero{grid-template-columns:1fr}.ascend-profile-page .ascend-profile-visual{min-height:270px}.ascend-profile-signal-strip{display:grid;grid-template-columns:1fr 1fr}.ascend-profile-follow{grid-column:1/-1}.ascend-profile-member-tools{align-items:flex-start;flex-direction:column}.ascend-profile-member-tools nav{justify-content:flex-start}}
@media(max-width:620px){.ascend-profile-page .ascend-profile-visual{min-height:235px;padding:22px}.ascend-profile-page .ascend-profile-visual>img{max-height:185px}.ascend-profile-page .ascend-profile-hero-copy{padding:23px 18px 21px}.ascend-profile-page .ascend-profile-hero-copy h1{font-size:36px!important}.ascend-profile-page .ascend-profile-hero.is-title-medium .ascend-profile-hero-copy h1,.ascend-profile-page .ascend-profile-hero.is-title-long .ascend-profile-hero-copy h1{font-size:32px!important}.ascend-profile-actions-simple{display:grid;grid-template-columns:1fr}.ascend-profile-signal-strip{grid-template-columns:1fr}.ascend-profile-follow{grid-column:auto}.ascend-profile-member-tools nav{display:grid;width:100%;grid-template-columns:1fr}.ascend-profile-member-tools nav a{min-height:40px}}
.ascend-faces-admin-link{display:inline-flex;margin-top:8px;color:#d4141b;text-decoration:none;font-size:10px;font-weight:900}.ascend-faces-photographer{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:18px 0 0;padding:16px 18px;border-radius:16px;background:linear-gradient(105deg,#071c35,#0d345e);color:#fff}.ascend-faces-photographer span,.ascend-faces-photographer strong{display:block}.ascend-faces-photographer span{color:#ff9da3;font-size:8px;font-weight:950;letter-spacing:.1em}.ascend-faces-photographer strong{font-size:17px;margin:3px 0}.ascend-faces-photographer p{margin:0;color:#c8d3df;font-size:10px}.ascend-faces-photographer>a{flex:0 0 auto;display:inline-flex;align-items:center;min-height:40px;padding:0 13px;border-radius:9px;background:#d4141b;color:#fff;text-decoration:none;font-size:10px;font-weight:900}@media(max-width:700px){.ascend-faces-photographer{align-items:flex-start;flex-direction:column}.ascend-faces-photographer>a{width:100%;justify-content:center}}
