:root{
	--asav-navy:#102a3b;
	--asav-navy-2:#183d52;
	--asav-teal:#168f87;
	--asav-teal-soft:#eaf7f5;
	--asav-ink:#16252e;
	--asav-muted:#65747c;
	--asav-line:#dce5e7;
	--asav-bg:#f5f7f7;
	--asav-white:#fff;
	--asav-soft:#f9fbfb;
}

body.asav-public-ui{
	margin:0;
	background:var(--asav-bg);
	color:var(--asav-ink);
	font:15px/1.66 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
}

.asav-public-ui *{box-sizing:border-box}
.asav-public-ui a{color:inherit}
.asav-header{background:#fff;border-bottom:1px solid var(--asav-line);box-shadow:0 1px 0 rgba(16,42,59,.02)}
.asav-header__inner{max-width:1240px;margin:auto;padding:13px 22px;display:flex;align-items:center;gap:28px;min-height:68px}
.asav-logo{display:flex;align-items:center;gap:11px;text-decoration:none!important;font-weight:900;color:var(--asav-navy)!important}
.asav-logo__mark{width:38px;height:38px;border-radius:11px;background:linear-gradient(145deg,var(--asav-navy),#17465d);color:#fff;display:grid;place-items:center;font-size:11px;letter-spacing:.02em;box-shadow:0 5px 16px rgba(16,42,59,.12)}
.asav-logo__copy{display:flex;flex-direction:column;line-height:1.08}
.asav-logo__text{font-size:15px;letter-spacing:-.01em}
.asav-logo__copy small{margin-top:3px;color:var(--asav-teal);font-size:9px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.asav-nav{margin-left:auto;display:flex;gap:5px;align-items:center}
.asav-nav a{text-decoration:none!important;font-size:13px;font-weight:760;color:#42525a!important;padding:9px 11px;border-radius:10px;transition:background .15s ease,color .15s ease,border-color .15s ease}
.asav-nav a:hover{background:#f4f8f8;color:var(--asav-navy)!important}
.asav-nav__brands{border:1px solid var(--asav-line);margin-left:5px;background:#fff}

.asav-page{max-width:1240px;margin:auto;padding:24px 22px 76px}
.asav-content{max-width:1120px;margin:auto}
.asav-breadcrumb{font-size:12px;color:#78868d;margin:0 0 14px;display:flex;gap:7px;align-items:center}
.asav-breadcrumb a{text-decoration:none}
.asav-hero{background:linear-gradient(135deg,var(--asav-navy),var(--asav-navy-2));color:#fff!important;border-radius:26px;padding:50px 50px 48px;box-shadow:0 15px 38px rgba(16,42,59,.09)}
.asav-hero__kicker,.asav-kicker{font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;color:var(--asav-teal)}
.asav-hero__kicker{color:#88dfd7}
.asav-hero h1,.asav-selector-panel h2,.asav-intent h2,.asav-contacts h2,.asav-faq h2,.asav-recourses h2,.asav-directory-hero h1{
	font-family:Georgia,serif;
	letter-spacing:-.035em;
}
.asav-public-ui .asav-hero h1{font-size:48px;line-height:1.07;margin:8px 0 16px;max-width:930px;color:#fff!important}
.asav-public-ui .asav-selector-panel h2,
.asav-public-ui .asav-intent h2,
.asav-public-ui .asav-contacts h2,
.asav-public-ui .asav-faq h2,
.asav-public-ui .asav-recourses h2,
.asav-public-ui .asav-directory-hero h1,
.asav-public-ui .asav-branch h3,
.asav-public-ui .asav-branch-card h4{color:var(--asav-ink)!important}
.asav-hero>p:not(.asav-hero__kicker){max-width:900px;color:#e7eef2;font-size:17px;margin:0}
.asav-hero .asav-independence{margin-top:15px!important;font-size:13px!important;color:#d4e1e7!important;max-width:850px!important}

.asav-selector-panel,.asav-intent,.asav-contacts,.asav-faq,.asav-recourses,.asav-internal-links,.asav-directory-hero,.asav-empty,.asav-system-message{
	background:#fff;
	border:1px solid var(--asav-line);
	border-radius:22px;
	padding:33px 35px;
	margin-top:18px;
	box-shadow:0 8px 26px rgba(16,42,59,.025);
}
.asav-selector-panel h2,.asav-contacts h2,.asav-faq h2,.asav-recourses h2,.asav-directory-hero h1{font-size:31px;line-height:1.17;margin:5px 0 10px}
.asav-panel-intro{color:var(--asav-muted);max-width:900px;margin:0}
.asav-issue-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:20px}
.asav-issue-card{text-decoration:none;border:1px solid var(--asav-line);border-radius:16px;padding:14px;display:flex;align-items:center;gap:12px;min-height:96px;background:#fff}
.asav-issue-card{transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}
.asav-issue-card:hover{border-color:#9bcac6;transform:translateY(-1px);box-shadow:0 7px 18px rgba(16,42,59,.055)}
.asav-issue-card:focus-visible,.asav-direct-access a:focus-visible,.asav-cta:focus-visible,.asav-nav a:focus-visible,.asav-faq-item summary:focus-visible{outline:3px solid rgba(22,143,135,.25);outline-offset:2px}
.asav-thumb{width:60px;height:60px;flex:0 0 auto;background:linear-gradient(135deg,#fbfdfd,#eef8f6);border-radius:14px;padding:4px}
.asav-thumb img,.asav-big-visual img,.asav-small-visual img{width:100%;height:100%;object-fit:contain;display:block}
.asav-issue-card small{display:block;color:var(--asav-teal);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;margin-bottom:3px}
.asav-issue-card strong{display:block;font-size:14px;line-height:1.25}
.asav-direct-access{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}
.asav-direct-access a{text-decoration:none;border:1px solid var(--asav-line);border-radius:11px;padding:9px 12px;font-size:12px;font-weight:800;background:#fff}

.asav-intent-head{display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:30px;align-items:start}
.asav-intent-head--no-visual{grid-template-columns:minmax(0,1fr)}
.asav-intent:not(.asav-intent--supported) h2{font-size:33px;line-height:1.14;margin:5px 0 10px}
.asav-intent--supported{padding:26px 29px}
.asav-intent--supported h2{font-size:25px;line-height:1.17;margin:5px 0 8px}
.asav-big-visual{width:180px;height:180px;justify-self:end;background:linear-gradient(135deg,#fbfdfd,#eef8f6);border:1px solid #e2eceb;border-radius:22px;padding:8px}
.asav-small-visual{width:110px;height:110px;justify-self:end;background:linear-gradient(135deg,#fbfdfd,#eef8f6);border:1px solid #e2eceb;border-radius:19px;padding:7px}
.asav-summary{font-size:16px;margin:0 0 8px}
.asav-context{color:#596971;max-width:870px}
.asav-cases{margin-top:18px;background:#fbfcfc;border:1px solid #e2e7e9;border-radius:15px;padding:16px 18px}
.asav-list,.asav-note-list{margin:8px 0 0;padding-left:20px;color:#52636b}
.asav-note{margin-top:14px;border-radius:15px;padding:15px 17px}
.asav-note__title{font-size:12px;font-weight:900;letter-spacing:.035em;margin-bottom:6px}
.asav-note__text{margin:0!important}
.asav-note-list{margin:6px 0 0;padding-left:20px}
.asav-note-list li+li{margin-top:5px}
.asav-note--prepare{background:#eef5fb;border:1px solid #d4e4f1;color:#435c70}
.asav-note--prepare .asav-note__title{color:#315f82}
.asav-note--info{background:var(--asav-teal-soft);border:1px solid #cde7e4;color:#45635f}
.asav-note--info .asav-note__title{color:#13746d}
.asav-note--check{background:#fff8e8;border:1px solid #eadcad;color:#655b38}
.asav-note--check .asav-note__title{color:#8a6d16}
.asav-steps{margin-top:18px;display:grid;gap:10px}
.asav-step{border:1px solid var(--asav-line);border-radius:14px;padding:15px 17px}
.asav-actions{display:flex;flex-wrap:wrap;gap:9px}
.asav-cta{display:inline-flex;margin-top:17px;background:var(--asav-navy);color:#fff!important;text-decoration:none!important;font-weight:850;border-radius:11px;padding:10px 14px;transition:transform .15s ease,background .15s ease,box-shadow .15s ease}
.asav-cta:hover{background:#173b4f;color:#fff!important;transform:translateY(-1px);box-shadow:0 7px 17px rgba(16,42,59,.13)}
.asav-branch{margin-top:20px;border-top:1px solid var(--asav-line);padding-top:20px}
.asav-branch h3{font-size:17px;margin:0 0 11px}
.asav-branch-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
.asav-branch-card{border:1px solid var(--asav-line);border-radius:15px;padding:17px;background:#fff}
.asav-branch-card h4{margin:0 0 7px;font-size:14px}

.asav-contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;margin-top:18px}
.asav-contact-card{border:1px solid var(--asav-line);border-radius:15px;padding:17px}
.asav-contact-card strong,.asav-contact-card span{display:block}
.asav-contact-card span{color:#5f7077;font-size:13px;margin-top:3px}
.asav-contact-card a{display:inline-block;margin-top:9px;color:var(--asav-teal);font-weight:850;text-decoration:none}
.asav-recourse-grid{display:grid;gap:12px;margin-top:18px}
.asav-recourse-card{border:1px solid var(--asav-line);border-radius:15px;padding:18px}
.asav-recourse-card h3{margin:0 0 7px}

.asav-faq-item{border-top:1px solid var(--asav-line)}
.asav-faq-item:first-of-type{border-top:0}
.asav-faq-item summary{cursor:pointer;list-style:none;position:relative;padding:17px 42px 17px 0;font-weight:850;font-size:14px}
.asav-faq-item summary::-webkit-details-marker{display:none}
.asav-faq-item summary:after{content:"+";position:absolute;right:4px;top:50%;transform:translateY(-50%);width:26px;height:26px;border-radius:9px;border:1px solid var(--asav-line);display:grid;place-items:center;color:var(--asav-teal);background:#fff;font-size:18px;line-height:1}
.asav-faq-item[open] summary:after{content:"−"}
.asav-faq-answer{padding:0 42px 17px 0;color:#5c6d74}
.asav-faq-answer p{margin:0}

.asav-link-grid{display:flex;flex-wrap:wrap;gap:8px}
.asav-link-grid a{border:1px solid var(--asav-line);border-radius:11px;padding:9px 12px;text-decoration:none}
.asav-publication-meta{display:flex;flex-wrap:wrap;gap:12px;font-size:12px;color:#74828a;margin:18px 2px 0}
.asav-footer{background:#fff;border-top:1px solid var(--asav-line)}
.asav-footer__inner{max-width:1120px;margin:auto;padding:34px 22px;display:flex;justify-content:space-between;align-items:flex-start;gap:44px;color:#5d6d75;font-size:13px}
.asav-footer__brand{max-width:610px}
.asav-footer__logo{display:flex;align-items:center;gap:10px;color:var(--asav-navy)}
.asav-footer__logo>span:last-child{display:flex;flex-direction:column;line-height:1.1}
.asav-footer__logo strong{font-size:14px}
.asav-footer__logo small{margin-top:3px;color:var(--asav-teal);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}
.asav-footer p{margin:9px 0 0}
.asav-footer__independence{font-size:12px;color:#7a878d}
.asav-footer__nav{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}
.asav-footer__nav a{text-decoration:none!important;padding:7px 9px;border-radius:8px;color:#52636b!important}
.asav-footer__nav a:hover{background:#f4f8f8;color:var(--asav-navy)!important}

.asav-brand-search{display:flex;gap:9px;margin-top:18px}
.asav-brand-search input{min-width:0;flex:1;border:1px solid var(--asav-line);border-radius:12px;padding:12px 14px;font:inherit}
.asav-brand-search button{border:0;background:var(--asav-navy);color:#fff;border-radius:12px;padding:11px 16px;font-weight:800}
.asav-directory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}
.asav-directory-card{background:#fff;border:1px solid var(--asav-line);border-radius:15px;padding:17px;text-decoration:none;display:flex;flex-direction:column;gap:6px}
.asav-directory-card span{font-size:12px;color:var(--asav-teal);font-weight:800}
.asav-pagination{margin-top:24px}.asav-pagination ul{list-style:none;display:flex;gap:7px;padding:0;flex-wrap:wrap}
.asav-pagination a,.asav-pagination span{display:block;background:#fff;border:1px solid var(--asav-line);border-radius:9px;padding:7px 10px;text-decoration:none}

@media(max-width:780px){
	.asav-nav{display:none}
	.asav-hero{padding:34px 25px 32px}
	.asav-public-ui .asav-hero h1{font-size:37px}
	.asav-issue-grid,.asav-contact-grid,.asav-branch-grid,.asav-directory-grid{grid-template-columns:1fr}
	.asav-intent-head{grid-template-columns:1fr}
	.asav-big-visual{width:145px;height:145px;justify-self:start}
	.asav-small-visual{justify-self:start}
	.asav-selector-panel,.asav-intent,.asav-contacts,.asav-faq,.asav-recourses,.asav-internal-links,.asav-directory-hero{padding:25px 22px}
	.asav-footer__inner{flex-direction:column}
	.asav-footer__nav{justify-content:flex-start}
}

/* v0.1.1 - Astra compatibility safeguards */
body.asav-public-ui .asav-hero,
body.asav-public-ui .asav-hero h1,
body.asav-public-ui .asav-hero p{
	color:#fff!important;
}
body.asav-public-ui .asav-hero .asav-hero__kicker{color:#88dfd7!important}
body.asav-public-ui .asav-hero .asav-independence{color:#d4e1e7!important}
body.asav-public-ui .asav-intent p,
body.asav-public-ui .asav-selector-panel p,
body.asav-public-ui .asav-contacts p,
body.asav-public-ui .asav-faq p{
	margin-top:0;
}


/* v0.1.3 - branch layout */
.asav-branch-grid{align-items:stretch}
.asav-branch-card{
	display:flex;
	flex-direction:column;
	min-width:0;
	height:100%;
}
.asav-branch-card > .asav-summary:first-of-type{margin-top:0}
.asav-branch-card .asav-actions{
	margin-top:auto;
	padding-top:2px;
}
.asav-branch-card .asav-actions .asav-cta{
	margin-top:15px;
}
.asav-branch-card .asav-note{
	width:100%;
}

@media(min-width:781px){
	.asav-intent-head--no-visual .asav-branch-grid{
		grid-template-columns:repeat(2,minmax(0,1fr));
		max-width:none;
	}
}


/* v0.1.4 - supported compaction + natural branches */
.asav-supported-cluster{
	background:#fff;
	border:1px solid var(--asav-line);
	border-radius:22px;
	padding:31px 33px;
	margin-top:18px;
	box-shadow:0 8px 26px rgba(16,42,59,.025);
}
.asav-supported-cluster>h2{font-size:29px;line-height:1.15;margin:5px 0 8px}
.asav-supported-grid{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:12px;
	margin-top:18px;
}
.asav-supported-card{
	border:1px solid var(--asav-line);
	border-radius:16px;
	padding:18px 19px;
	background:#fbfcfc;
	min-width:0;
}
.asav-supported-card__head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}
.asav-supported-card h3{font-size:20px;line-height:1.18;margin:4px 0 7px}
.asav-supported-card p{margin:0 0 8px}
.asav-supported-card .asav-actions{margin-top:8px}
.asav-supported-card .asav-cta{margin-top:7px;padding:9px 12px;font-size:12px}
.asav-supported-visual{width:62px;height:62px;display:grid;place-items:center;flex:0 0 62px}
.asav-supported-visual img{max-width:62px;max-height:62px}
.asav-supported-card__note{margin-top:9px;background:#eef5fb;border:1px solid #d4e4f1;border-radius:11px;padding:9px 11px}

/* Do not create large blank zones just to align unequal branch contents. */
.asav-branch-grid{align-items:start!important}
.asav-branch-card{height:auto!important;display:block!important}
.asav-branch-card .asav-actions{margin-top:0!important;padding-top:0!important}

@media(max-width:780px){
	.asav-supported-cluster{padding:25px 22px}
	.asav-supported-grid{grid-template-columns:1fr}
}


/* v0.1.5 - global layout/role/responsive rules */
.asav-issue-grid,
.asav-supported-grid,
.asav-contact-grid{
	align-items:stretch;
	grid-auto-rows:1fr;
}
.asav-issue-card,
.asav-supported-card,
.asav-contact-card{
	height:100%;
	box-sizing:border-box;
}

.asav-role-marker{
	width:58px;
	height:58px;
	flex:0 0 58px;
	display:grid;
	place-items:center;
	border-radius:14px;
}
.asav-role-marker svg{
	width:30px;
	height:30px;
	fill:none;
	stroke:currentColor;
	stroke-width:1.8;
	stroke-linecap:round;
	stroke-linejoin:round;
}
.asav-role-marker--orientation{
	color:#13746d;
	background:#e9f7f5;
	border:1px solid #cde7e4;
}
.asav-role-marker--procedure{
	color:#315f82;
	background:#eef5fb;
	border:1px solid #d4e4f1;
}
.asav-issue-card--orientation{
	background:#fbfefd;
}
.asav-issue-card--orientation small{
	color:#13746d;
}
.asav-issue-card--procedure small{
	color:var(--asav-teal);
}

/* Section visual is attached to title, never to the full body. */
.asav-intent-title-row{
	display:grid;
	grid-template-columns:minmax(0,1fr) auto;
	gap:22px;
	align-items:start;
}
.asav-intent-title-copy{min-width:0}
.asav-intent-body{min-width:0}
.asav-intent-title-row .asav-big-visual{
	width:138px;
	height:138px;
	margin:0;
	justify-self:end;
}
.asav-intent-title-row .asav-small-visual{
	width:82px;
	height:82px;
	margin:0;
	justify-self:end;
}

/* Semantic branch rows: JS only equalizes rows that exist in every branch. */
.asav-branch-card .asav-resolution-slot{
	width:100%;
	box-sizing:border-box;
}
.asav-branch-card .asav-resolution-slot + .asav-resolution-slot{
	margin-top:0;
}
.asav-branch-card .asav-resolution-slot--use-cases .asav-cases,
.asav-branch-card .asav-resolution-slot--prepare .asav-note,
.asav-branch-card .asav-resolution-slot--conditions .asav-note,
.asav-branch-card .asav-resolution-slot--distinction .asav-note{
	height:calc(100% - 14px);
	box-sizing:border-box;
}
.asav-branch-card .asav-resolution-slot--actions{
	display:flex;
	align-items:flex-start;
}
.asav-branch-card .asav-resolution-slot--actions .asav-actions{
	width:100%;
}

/* The old two-column full-body intent layout is no longer used. */
.asav-intent-head{display:block}
.asav-intent-head--no-visual{display:block}

/* Better responsive title/visual behavior. */
@media(max-width:780px){
	.asav-issue-grid,
	.asav-supported-grid,
	.asav-contact-grid{
		grid-auto-rows:auto;
	}
	.asav-intent-title-row{
		grid-template-columns:minmax(0,1fr) 70px;
		gap:12px;
		align-items:start;
	}
	.asav-intent-title-row .asav-big-visual,
	.asav-intent-title-row .asav-small-visual{
		width:66px;
		height:66px;
		border-radius:15px;
		padding:4px;
		justify-self:end;
	}
	.asav-role-marker{
		width:48px;
		height:48px;
		flex-basis:48px;
	}
	.asav-role-marker svg{width:25px;height:25px}
	.asav-resolution-slot{min-height:0!important}
}

/* Avoid huge heading/visual imbalance on very narrow phones. */
@media(max-width:420px){
	.asav-intent-title-row{
		grid-template-columns:minmax(0,1fr) 56px;
	}
	.asav-intent-title-row .asav-big-visual,
	.asav-intent-title-row .asav-small-visual{
		width:52px;
		height:52px;
	}
}


/* v0.1.6 - role marker regression fix */
.asav-role-marker svg{
    display:block;
    overflow:visible;
}

/* v0.1.7 - global typography hierarchy + illustrated role markers */
:root{
	--asav-font-display:Georgia,"Times New Roman",serif;
	--asav-font-ui:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
	--asav-h2-size:30px;
	--asav-h2-line:1.18;
	--asav-h3-size:18px;
	--asav-h3-line:1.28;
	--asav-h4-size:15px;
	--asav-h4-line:1.3;
}

/* One H2 system across every brand-page module. */
body.asav-public-ui .asav-selector-panel h2,
body.asav-public-ui .asav-intent h2,
body.asav-public-ui .asav-supported-cluster > h2,
body.asav-public-ui .asav-contacts h2,
body.asav-public-ui .asav-faq h2,
body.asav-public-ui .asav-recourses h2,
body.asav-public-ui .asav-internal-links h2{
	font-family:var(--asav-font-display);
	font-size:var(--asav-h2-size);
	font-weight:700;
	line-height:var(--asav-h2-line);
	letter-spacing:-.032em;
	margin:5px 0 11px;
	color:var(--asav-ink)!important;
}

/* One H3 system for branches, supported orientations and recourses. */
body.asav-public-ui .asav-branch h3,
body.asav-public-ui .asav-supported-card h3,
body.asav-public-ui .asav-recourse-card h3{
	font-family:var(--asav-font-ui);
	font-size:var(--asav-h3-size);
	font-weight:800;
	line-height:var(--asav-h3-line);
	letter-spacing:-.012em;
	margin:0 0 9px;
	color:var(--asav-ink)!important;
}

body.asav-public-ui .asav-branch-card h4{
	font-family:var(--asav-font-ui);
	font-size:var(--asav-h4-size);
	font-weight:800;
	line-height:var(--asav-h4-line);
	letter-spacing:-.008em;
	margin:0 0 7px;
	color:var(--asav-ink)!important;
}

/* Selector labels have one stable weight/size independent of role. */
body.asav-public-ui .asav-issue-card strong{
	font-family:var(--asav-font-ui);
	font-size:15px;
	font-weight:800;
	line-height:1.28;
	letter-spacing:-.006em;
}
body.asav-public-ui .asav-issue-card small,
body.asav-public-ui .asav-kicker,
body.asav-public-ui .asav-hero__kicker{
	font-family:var(--asav-font-ui);
	font-weight:900;
}

/* Role markers now share the same visual volume/framing as need thumbnails. */
.asav-role-marker{
	width:60px;
	height:60px;
	flex:0 0 60px;
	border:0;
	border-radius:14px;
	background:linear-gradient(135deg,#fbfdfd,#eef8f6);
	padding:0;
	overflow:hidden;
}
.asav-role-marker svg{
	width:60px;
	height:60px;
	display:block;
	stroke:none;
	overflow:visible;
}
.asav-role-marker--orientation,
.asav-role-marker--procedure{
	color:inherit;
	background:linear-gradient(135deg,#fbfdfd,#eef8f6);
	border:0;
}

/* Keep section title/icon alignment calm and consistent. */
.asav-intent-title-row{align-items:center}
.asav-intent-title-copy{align-self:center}

@media(max-width:780px){
	:root{
		--asav-h2-size:27px;
		--asav-h3-size:17px;
	}
	.asav-role-marker{
		width:52px;
		height:52px;
		flex-basis:52px;
	}
	.asav-role-marker svg{width:52px;height:52px}
	.asav-intent-title-row{align-items:start}
}


/* v0.1.8 - branch-choice emphasis + contact language chips */
body.asav-public-ui .asav-branch .asav-branch-question{
    width:fit-content;
    max-width:100%;
    box-sizing:border-box;
    margin:0 auto 16px;
    padding:9px 15px;
    text-align:center;
    border:1px solid #d8e7e8;
    border-radius:12px;
    background:#f5fafa;
    font-size:18px;
    font-weight:850;
    line-height:1.25;
}
.asav-contact-languages{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:7px;
    margin-top:10px;
}
.asav-contact-languages__label{
    color:#6a7d85;
    font-size:11px;
    font-weight:800;
    letter-spacing:.045em;
    text-transform:uppercase;
}
.asav-language-chips{
    display:flex;
    flex-wrap:wrap;
    gap:5px;
}
.asav-contact-card .asav-language-chip{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:30px;
    min-height:25px;
    box-sizing:border-box;
    margin:0;
    padding:4px 8px;
    border:1px solid #cfe4e3;
    border-radius:999px;
    background:#eef8f7;
    color:#087f78;
    font-size:11px;
    font-weight:900;
    line-height:1;
}
@media(max-width:780px){
    body.asav-public-ui .asav-branch .asav-branch-question{
        width:100%;
        margin-bottom:13px;
        font-size:17px;
    }
}


/* v0.1.9 - cache-bust hard + visual fixes forced */
.asav-branch-question{
    display:block !important;
    width:max-content !important;
    max-width:100% !important;
    margin:0 auto 18px !important;
    padding:10px 16px !important;
    text-align:center !important;
    border:1px solid #d8e7e8 !important;
    border-radius:12px !important;
    background:#f5fafa !important;
    color:var(--asav-ink) !important;
    font-size:18px !important;
    font-weight:850 !important;
    line-height:1.25 !important;
}

.asav-contact-languages{
    display:flex !important;
    align-items:center !important;
    flex-wrap:wrap !important;
    gap:7px !important;
    margin-top:10px !important;
}
.asav-contact-languages__label{
    display:inline-block !important;
    margin:0 !important;
    color:#6a7d85 !important;
    font-size:10px !important;
    font-weight:850 !important;
    letter-spacing:.05em !important;
    text-transform:uppercase !important;
}
.asav-language-chips{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:5px !important;
}
.asav-contact-card .asav-language-chip{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-width:32px !important;
    min-height:26px !important;
    margin:0 !important;
    padding:5px 8px !important;
    border:1px solid #cfe4e3 !important;
    border-radius:999px !important;
    background:#eef8f7 !important;
    color:#087f78 !important;
    font-size:11px !important;
    font-weight:900 !important;
    line-height:1 !important;
}

/* 4 contacts = 4 cartes propres sur grand écran au lieu d'une carte orpheline. */
@media(min-width:1050px){
    .asav-contact-grid{
        grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    }
}
@media(min-width:781px) and (max-width:1049px){
    .asav-contact-grid{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    }
}
@media(max-width:780px){
    .asav-branch-question{
        width:100% !important;
        margin-bottom:13px !important;
        font-size:17px !important;
    }
    .asav-contact-grid{
        grid-template-columns:1fr !important;
    }
}

/* v0.2.0 - homepage V8 + need/sector hubs */
.asav-home{background:var(--asav-bg);padding-bottom:72px}
.asav-home-shell{max-width:1120px;margin:0 auto;padding-left:22px;padding-right:22px}
.asav-home-hero{padding:46px 0;background:linear-gradient(135deg,var(--asav-navy),var(--asav-navy-2));box-shadow:0 12px 34px rgba(16,42,59,.08)}
.asav-home-hero__grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:42px;align-items:center;color:#fff;padding:20px 22px}
.asav-home-kicker{color:#88dfd7!important}
body.asav-public-ui .asav-home-hero h1,body.asav-public-ui .asav-home-section h2,body.asav-public-ui .asav-hub-index-hero h1,body.asav-public-ui .asav-hub-hero h1,body.asav-public-ui .asav-hub-directory h2{font-family:Georgia,"Times New Roman",serif;letter-spacing:-.038em;color:var(--asav-ink)!important}
body.asav-public-ui .asav-home-hero h1{font-size:49px;line-height:1.04;color:#fff!important;margin:8px 0 17px}
.asav-home-lead{font-size:17px;line-height:1.58;color:#e3edf1;margin:0 0 22px;max-width:650px}
.asav-home-hero__visual{min-width:0}
.asav-home-hero__visual img{display:block;width:100%;height:auto;max-height:370px;object-fit:contain;filter:drop-shadow(0 18px 28px rgba(0,0,0,.12))}
.asav-home-search{max-width:650px}
.asav-home-search>label{display:block;font-size:12px;font-weight:850;margin-bottom:7px;color:#f4fbfc}
.asav-home-search__row{display:flex;gap:8px;background:#fff;border-radius:14px;padding:6px;box-shadow:0 10px 26px rgba(0,0,0,.11)}
.asav-home-search input{min-width:0;flex:1;border:0!important;box-shadow:none!important;border-radius:10px!important;padding:12px 13px!important;font:inherit!important;color:var(--asav-ink)!important;background:#fff!important}
.asav-home-search button{border:0;border-radius:10px;background:var(--asav-teal);color:#fff;font-weight:850;padding:0 18px;cursor:pointer}
.asav-home-search button:hover{background:#117d76}
.asav-home-all-brands{display:inline-block;margin-top:13px;color:#dcecef!important;font-size:12px;font-weight:800;text-decoration:none!important;border-bottom:1px solid rgba(255,255,255,.28)}
.asav-home-section{padding:54px 0 12px}
.asav-home-editorial{padding-top:64px;padding-bottom:22px}
.asav-home-editorial__grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:46px;align-items:start}
.asav-home-editorial__intro{max-width:690px}
body.asav-public-ui .asav-home-editorial h2{font-size:38px;line-height:1.08;margin:6px 0 16px}
.asav-home-editorial__intro>p:not(.asav-kicker){font-size:16px;line-height:1.72;color:var(--asav-muted);margin:0 0 13px}
.asav-home-editorial__points{display:grid;gap:10px}
.asav-home-editorial__points article{background:#fff;border:1px solid var(--asav-line);border-radius:16px;padding:18px 19px;box-shadow:0 6px 18px rgba(16,42,59,.025)}
.asav-home-editorial__points h3{font-size:16px;line-height:1.28;margin:0 0 6px;color:var(--asav-ink)}
.asav-home-editorial__points p{font-size:13px;line-height:1.58;margin:0;color:var(--asav-muted)}
.asav-home-section--soft{margin-top:44px;padding:52px 0;background:#edf4f3;border-top:1px solid #dfe9e8;border-bottom:1px solid #dfe9e8}
.asav-home-section__head{max-width:780px;margin-bottom:24px}
.asav-home-section__head--center{text-align:center;margin-left:auto;margin-right:auto}
body.asav-public-ui .asav-home-section h2{font-size:38px;line-height:1.08;margin:6px 0 10px}
.asav-home-section__head>p:last-child{color:var(--asav-muted);font-size:16px;margin:0}
.asav-home-need-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.asav-home-need-card{display:flex;align-items:center;gap:14px;min-height:132px;padding:15px 17px;border:1px solid var(--asav-line);border-radius:19px;background:#fff;text-decoration:none!important;box-shadow:0 7px 22px rgba(16,42,59,.025);transition:transform .15s,border-color .15s,box-shadow .15s}
.asav-home-need-card:hover{transform:translateY(-2px);border-color:#9bcac6;box-shadow:0 10px 24px rgba(16,42,59,.06)}
.asav-home-need-card__visual{width:92px;height:92px;flex:0 0 92px;border-radius:18px;background:linear-gradient(135deg,#fbfdfd,#eef8f6);display:grid;place-items:center;padding:5px}
.asav-home-need-card__visual img{width:100%;height:100%;object-fit:contain}
.asav-home-need-card__copy{min-width:0;display:flex;flex-direction:column;gap:6px}
.asav-home-need-card__copy strong{font-size:16px;line-height:1.25;color:var(--asav-ink)}
.asav-home-need-card__copy span{font-size:12px;color:var(--asav-teal);font-weight:800}
.asav-home-why-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.asav-home-why-grid article{background:#fff;border:1px solid var(--asav-line);border-radius:18px;padding:24px 23px}
.asav-home-why-grid article>span{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:var(--asav-teal-soft);color:var(--asav-teal);font-weight:900;font-size:13px}
.asav-home-why-grid h3{font-size:18px;line-height:1.25;margin:14px 0 8px}
.asav-home-why-grid p{margin:0;color:var(--asav-muted);font-size:14px}
.asav-home-sector-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}
.asav-home-sector-card{display:flex;align-items:center;gap:12px;min-height:78px;border:1px solid var(--asav-line);border-radius:16px;background:#fff;padding:13px 15px;text-decoration:none!important;transition:transform .15s,border-color .15s,box-shadow .15s}
.asav-home-sector-card:hover{transform:translateY(-1px);border-color:#9bcac6;box-shadow:0 7px 18px rgba(16,42,59,.05)}
.asav-home-sector-card__icon{width:44px;height:44px;flex:0 0 44px;display:grid;place-items:center;border-radius:13px;background:#f3f9f8;padding:6px}
.asav-home-sector-card__icon img{max-width:100%;max-height:100%;display:block}
.asav-home-sector-card strong{font-size:13px;line-height:1.25}
.asav-home-section__cta{text-align:center;margin-top:25px}

.asav-hub-index-hero,.asav-hub-hero,.asav-hub-directory{background:#fff;border:1px solid var(--asav-line);border-radius:22px;padding:34px 36px;box-shadow:0 8px 26px rgba(16,42,59,.025)}
.asav-hub-index-hero{margin-bottom:18px}
body.asav-public-ui .asav-hub-index-hero h1,body.asav-public-ui .asav-hub-hero h1{font-size:40px;line-height:1.08;margin:6px 0 11px}
.asav-hub-index-hero>p:last-child,.asav-hub-hero__copy>p:not(.asav-kicker):not(.asav-hub-count){color:var(--asav-muted);font-size:16px;margin:0;max-width:760px}
.asav-hub-index-needs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
.asav-hub-index-need-card{display:grid;grid-template-columns:154px minmax(0,1fr);align-items:center;gap:18px;background:#fff;border:1px solid var(--asav-line);border-radius:19px;overflow:hidden;text-decoration:none!important;padding:12px 18px 12px 12px;min-height:160px}
.asav-hub-index-need-card__visual{height:136px;border-radius:15px;background:#f7fbfa;overflow:hidden;display:grid;place-items:center}
.asav-hub-index-need-card__visual img{width:100%;height:100%;object-fit:contain}
.asav-hub-index-card__copy{display:flex;flex-direction:column;gap:7px}
.asav-hub-index-card__copy strong{font-size:18px;line-height:1.2}
.asav-hub-index-card__copy span{font-size:12px;font-weight:800;color:var(--asav-teal)}
.asav-hub-index-sectors{margin-top:0}
.asav-hub-hero{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:34px;align-items:center;background:linear-gradient(180deg,#fff,#fbfdfd)}
.asav-hub-hero__visual{height:250px;display:grid;place-items:center}
.asav-hub-hero__visual img{width:100%;height:100%;object-fit:contain}
.asav-hub-count{display:inline-flex!important;margin:15px 0 0!important;background:var(--asav-teal-soft);border:1px solid #cde7e4;border-radius:999px;padding:6px 10px;color:#13746d!important;font-size:12px!important;font-weight:850}
.asav-hub-directory{margin-top:18px}
.asav-hub-directory__head{margin-bottom:17px}
body.asav-public-ui .asav-hub-directory h2{font-size:31px;line-height:1.15;margin:5px 0 0}
.asav-hub-brand-grid{margin-top:0}
.asav-hub-empty{border:1px dashed #cfdcde;border-radius:15px;background:#fafcfc;padding:20px;color:#56676f}
.asav-hub-empty strong{color:var(--asav-ink)}
.asav-hub-empty p{margin:5px 0 0}

@media(max-width:980px){
	.asav-home-hero__grid{grid-template-columns:1fr;gap:20px;padding:10px 22px}
	.asav-home-editorial__grid{grid-template-columns:1fr;gap:24px}
	.asav-home-hero__visual{max-width:520px;margin:0 auto}
	.asav-home-need-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
	.asav-home-sector-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
	.asav-hub-hero{grid-template-columns:1fr 260px}
}
@media(max-width:720px){
	.asav-home-shell{padding-left:16px;padding-right:16px}
	.asav-home-hero{padding:28px 0}
	.asav-home-hero__grid{padding:8px 16px}
	body.asav-public-ui .asav-home-hero h1{font-size:38px}
	.asav-home-lead{font-size:15px}
	.asav-home-search__row{display:block;padding:6px}
	.asav-home-search input{width:100%}
	.asav-home-search button{width:100%;padding:11px 14px;margin-top:5px}
	.asav-home-hero__visual{max-width:360px}
	.asav-home-section{padding-top:40px}
	body.asav-public-ui .asav-home-section h2,body.asav-public-ui .asav-home-editorial h2{font-size:31px}
	.asav-home-need-grid,.asav-home-why-grid,.asav-home-sector-grid,.asav-hub-index-needs{grid-template-columns:1fr}
	.asav-home-need-card{min-height:112px}
	.asav-home-need-card__visual{width:78px;height:78px;flex-basis:78px}
	.asav-hub-index-hero,.asav-hub-hero,.asav-hub-directory{padding:27px 23px;border-radius:18px}
	body.asav-public-ui .asav-hub-index-hero h1,body.asav-public-ui .asav-hub-hero h1{font-size:33px}
	.asav-hub-index-need-card{grid-template-columns:105px minmax(0,1fr);min-height:122px}
	.asav-hub-index-need-card__visual{height:100px}
	.asav-hub-hero{grid-template-columns:1fr}
	.asav-hub-hero__visual{height:190px}
}

/* v0.2.2 - approved brand identity + richer human homepage copy */
.asav-header__inner{min-height:78px;padding-top:12px;padding-bottom:12px}
.asav-logo{gap:12px}
.asav-logo__mark{position:relative;width:46px;height:46px;border-radius:12px;font-size:15px;letter-spacing:-.055em;font-weight:950;background:linear-gradient(145deg,#0f2638,#143e55);overflow:hidden}
.asav-logo__mark:after{content:"";position:absolute;left:10px;bottom:11px;width:16px;height:5px;background:#27b8aa;transform:skewX(-28deg);border-radius:2px;opacity:.95}
.asav-logo__divider{width:1px;height:37px;background:#cfdadd;flex:0 0 1px}
.asav-logo__copy{line-height:1.02}
.asav-logo__text{font-size:16px;letter-spacing:.045em;text-transform:uppercase;font-weight:900}
.asav-logo__copy small{font-size:9px;letter-spacing:.28em;margin-top:6px}

.asav-home-editorial__intro>p:not(.asav-kicker){font-size:16.5px;line-height:1.76}
.asav-home-editorial__points article{padding:20px 20px}
.asav-home-editorial__points h3{font-size:17px}
.asav-home-editorial__points p{font-size:13.5px;line-height:1.62}

.asav-footer{background:linear-gradient(135deg,#0f2638,#14384c);border-top:0;color:#fff}
.asav-footer__inner{padding-top:42px;padding-bottom:42px;color:#c6d7de;align-items:center}
.asav-footer__brand{max-width:650px}
.asav-footer__logo{display:inline-flex;align-items:center;gap:12px;color:#fff!important;text-decoration:none!important}
.asav-footer__logo .asav-logo__mark{background:#fff;color:#0f2638;box-shadow:none}
.asav-footer__logo .asav-logo__mark:after{background:#27b8aa}
.asav-footer__logo .asav-logo__divider{background:rgba(255,255,255,.35)}
.asav-footer__logo strong{font-size:16px;letter-spacing:.045em;text-transform:uppercase;color:#fff}
.asav-footer__logo small{color:#67ddd1;font-size:9px;letter-spacing:.28em;margin-top:6px;font-weight:900;text-transform:uppercase}
.asav-footer p{max-width:620px;color:#c6d7de}
.asav-footer__independence{color:#9fb6c1}
.asav-footer__nav{max-width:380px}
.asav-footer__nav a{color:#d8e5ea!important}
.asav-footer__nav a:hover{background:rgba(255,255,255,.08);color:#fff!important}

@media(max-width:780px){
 .asav-header__inner{min-height:70px}
 .asav-logo__mark{width:42px;height:42px}
 .asav-logo__divider{height:33px}
 .asav-logo__text{font-size:14px}
 .asav-logo__copy small{font-size:8px}
 .asav-footer__inner{align-items:flex-start}
}

/* Approved raster wordmarks extracted from the validated identity board. */
.asav-logo--approved{display:block;line-height:0}
.asav-logo__image{display:block;width:255px;height:auto;max-width:100%}
.asav-footer__logo{display:block;line-height:0}
.asav-footer__logo-image{display:block;width:300px;height:auto;max-width:100%;border-radius:8px}
@media(max-width:780px){
 .asav-logo__image{width:220px}
 .asav-footer__logo-image{width:255px}
}

/* v0.2.3 - richer index pages + sector icons from approved kit */
.asav-home-sector-card__icon{
	background:transparent;
	padding:0;
	width:52px;
	height:52px;
	flex:0 0 52px;
	border-radius:14px;
	overflow:hidden;
}
.asav-home-sector-card__icon img{
	width:100%;
	height:100%;
	object-fit:contain;
	border-radius:14px;
}
.asav-index-editorial{
	margin:26px 0 28px;
	border:1px solid var(--asav-line);
	border-radius:22px;
	background:#fff;
	padding:28px 30px;
}
.asav-index-editorial--soft{
	background:#f7fbfb;
}
.asav-index-editorial__grid{
	display:grid;
	grid-template-columns:1.7fr 1fr;
	gap:24px;
	align-items:start;
}
.asav-index-editorial__grid h2{
	margin:0 0 14px;
	font-size:32px;
	line-height:1.12;
}
.asav-index-editorial__grid p{
	margin:0 0 14px;
	font-size:17px;
	line-height:1.72;
	color:#50606b;
}
.asav-index-editorial__grid p:last-child,
.asav-index-note p:last-child{
	margin-bottom:0;
}
.asav-index-note{
	border:1px solid var(--asav-line);
	border-radius:18px;
	background:#f9fbfb;
	padding:18px 18px 16px;
}
.asav-index-note h3,
.asav-index-help-grid h3{
	margin:0 0 10px;
	font-size:19px;
	line-height:1.25;
	color:var(--asav-navy);
}
.asav-index-note p{
	font-size:15px;
	line-height:1.68;
}
.asav-index-help-grid{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:16px;
}
.asav-index-help-grid article{
	border:1px solid var(--asav-line);
	border-radius:18px;
	background:#fff;
	padding:18px;
}
.asav-index-help-grid p{
	margin:0;
	font-size:15px;
	line-height:1.65;
	color:#50606b;
}
.asav-empty-links{
	display:flex;
	gap:12px;
	flex-wrap:wrap;
	margin-top:18px;
}
.asav-cta--ghost{
	background:#fff;
	color:var(--asav-navy);
	border:1px solid #b9c7cf;
}
.asav-cta--ghost:hover,
.asav-cta--ghost:focus{
	border-color:#8ca5b0;
	background:#f8fbfc;
}
@media (max-width: 980px){
	.asav-index-editorial__grid,
	.asav-index-help-grid{
		grid-template-columns:1fr;
	}
}
@media (max-width: 768px){
	.asav-index-editorial{
		padding:22px 18px;
		margin:20px 0 22px;
	}
	.asav-index-editorial__grid h2{
		font-size:28px;
	}
	.asav-index-editorial__grid p{
		font-size:16px;
		line-height:1.68;
	}
	.asav-home-sector-card__icon{
		width:48px;
		height:48px;
		flex-basis:48px;
	}
}

/* v0.2.5 sector icon fix and editorial style safeguards */
.asav-home-sector-card{align-items:center;}
.asav-home-sector-card strong{line-height:1.25;}
.asav-hub-index-card__copy span{display:block;color:var(--asav-teal,#0da39a);font-weight:700;font-size:14px;margin-top:6px;}

/* v0.2.6 : category pages with sector-specific editorial content */
.asav-category-page .asav-content{max-width:1180px}
.asav-category-hero{
	display:grid;
	grid-template-columns:minmax(0,1.55fr) minmax(260px,.7fr);
	gap:34px;
	align-items:center;
	margin:0 0 26px;
	border-radius:26px;
	padding:38px 42px;
	background:linear-gradient(135deg,#fff 0%,#f7fbfb 65%,#eef8f6 100%);
	border:1px solid var(--asav-line);
	overflow:hidden;
	position:relative;
}
.asav-category-hero:before{
	content:"";
	position:absolute;
	right:-90px;
	top:-130px;
	width:310px;
	height:310px;
	border-radius:50%;
	background:rgba(22,143,135,.06);
	pointer-events:none;
}
.asav-category-hero__copy{position:relative;z-index:1}
body.asav-public-ui .asav-category-hero h1{
	font-family:Georgia,"Times New Roman",serif;
	font-size:clamp(34px,4.1vw,52px);
	line-height:1.02;
	letter-spacing:-.04em;
	margin:9px 0 18px;
	color:var(--asav-ink)!important;
}
.asav-category-hero__lead{
	max-width:760px;
	font-size:18px;
	line-height:1.72;
	color:#4d606a;
	margin:0;
}
.asav-category-hero__visual{
	min-height:230px;
	position:relative;
	display:grid;
	place-items:center;
	border-radius:24px;
	background:linear-gradient(145deg,#eaf7f5,#edf5ff);
	border:1px solid #d6e7e6;
	overflow:hidden;
}
.asav-category-hero__visual:after{
	content:"";
	position:absolute;
	width:170px;
	height:170px;
	border-radius:50%;
	background:#fff;
	box-shadow:0 15px 45px rgba(20,63,82,.10);
}
.asav-category-hero__visual img{position:relative;z-index:1;display:block}
.asav-category-hero__visual--sector img{width:170px;height:170px;object-fit:contain}
.asav-category-hero__visual--need img{width:min(100%,310px);height:auto;max-height:250px;object-fit:contain}
.asav-category-page--need .asav-category-hero__visual:after{width:210px;height:210px}
.asav-category-story{
	display:grid;
	grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);
	gap:26px;
	align-items:start;
	margin:0 0 24px;
}
.asav-category-story__copy{
	background:#fff;
	border:1px solid var(--asav-line);
	border-radius:22px;
	padding:30px 32px;
}
body.asav-public-ui .asav-category-story h2{
	font-family:Georgia,"Times New Roman",serif;
	font-size:34px;
	line-height:1.1;
	letter-spacing:-.035em;
	margin:8px 0 16px;
	color:var(--asav-ink)!important;
}
.asav-category-story__copy>p:not(.asav-kicker){
	font-size:17px;
	line-height:1.72;
	color:#52636d;
	margin:0 0 15px;
}
.asav-category-story__copy>p:last-child{margin-bottom:0}
.asav-category-problems{display:grid;gap:12px}
.asav-category-problem{
	display:grid;
	grid-template-columns:38px 1fr;
	gap:14px;
	align-items:start;
	padding:18px 19px;
	border-radius:18px;
	border:1px solid var(--asav-line);
	background:#fff;
	box-shadow:0 5px 18px rgba(16,42,59,.025);
}
.asav-category-problem__num{
	width:34px;
	height:34px;
	border-radius:11px;
	display:grid;
	place-items:center;
	font-weight:900;
	font-size:13px;
	color:#0e726b;
	background:#eaf7f5;
}
.asav-category-problem h3{font-size:17px!important;line-height:1.25!important;margin:1px 0 6px!important}
.asav-category-problem p{margin:0;color:#64727a;font-size:14px;line-height:1.55}
.asav-category-tip{
	display:grid;
	grid-template-columns:56px 1fr;
	gap:18px;
	align-items:start;
	margin:0 0 28px;
	padding:22px 24px;
	border-radius:20px;
	background:linear-gradient(135deg,var(--asav-navy),#17445a);
	color:#fff;
}
.asav-category-tip__mark{
	width:50px;
	height:50px;
	border-radius:15px;
	display:grid;
	place-items:center;
	font-weight:900;
	letter-spacing:-.04em;
	background:#fff;
	color:var(--asav-navy);
	box-shadow:0 7px 20px rgba(0,0,0,.08);
}
body.asav-public-ui .asav-category-tip h2{
	font-family:var(--asav-font-ui);
	font-size:21px;
	line-height:1.25;
	margin:1px 0 7px;
	color:#fff!important;
	letter-spacing:-.015em;
}
.asav-category-tip p{margin:0;color:#d8e7ed;font-size:15px;line-height:1.65;max-width:900px}
.asav-category-page .asav-hub-directory{
	background:#fff;
	border:1px solid var(--asav-line);
	border-radius:22px;
	padding:28px 30px 30px;
}
.asav-category-page .asav-hub-directory__head{margin-bottom:18px}
.asav-category-page .asav-hub-directory__head p:last-child{margin:7px 0 0;color:#65747c;font-size:15px;line-height:1.6}

@media(max-width:900px){
	.asav-category-hero,.asav-category-story{grid-template-columns:1fr}
	.asav-category-hero__visual{min-height:190px}
	.asav-category-hero__visual--sector img{width:145px;height:145px}
}
@media(max-width:620px){
	.asav-category-hero{padding:28px 22px;gap:22px}
	.asav-category-hero__lead{font-size:16px;line-height:1.65}
	.asav-category-story__copy,.asav-category-page .asav-hub-directory{padding:23px 20px}
	body.asav-public-ui .asav-category-story h2{font-size:29px}
	.asav-category-tip{grid-template-columns:1fr;padding:20px}
}

/* v0.2.9 - accessible mobile navigation */
.asav-menu-toggle{
	display:none;
	align-items:center;
	justify-content:center;
	gap:8px;
	min-width:44px;
	min-height:44px;
	margin-left:auto;
	padding:8px 11px;
	border:1px solid var(--asav-line);
	border-radius:11px;
	background:#fff;
	color:var(--asav-navy);
	font:800 13px/1 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
	cursor:pointer;
}
.asav-menu-toggle:hover{background:#f4f8f8}
.asav-menu-toggle:focus-visible{outline:3px solid rgba(22,143,135,.25);outline-offset:2px}
.asav-menu-toggle__icon{display:grid;gap:4px;width:18px}
.asav-menu-toggle__icon span{display:block;width:18px;height:2px;border-radius:2px;background:currentColor;transition:transform .18s ease,opacity .18s ease}
.asav-menu-toggle[aria-expanded="true"] .asav-menu-toggle__icon span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.asav-menu-toggle[aria-expanded="true"] .asav-menu-toggle__icon span:nth-child(2){opacity:0}
.asav-menu-toggle[aria-expanded="true"] .asav-menu-toggle__icon span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}

@media(max-width:780px){
	.asav-header__inner{position:relative;flex-wrap:wrap;gap:8px 12px;padding-left:16px;padding-right:16px}
	.asav-logo{min-width:0;flex:0 1 auto}
	.asav-logo__image{width:190px}
	.asav-menu-toggle{display:inline-flex}
	.asav-nav{
		display:none;
		flex:1 0 100%;
		width:100%;
		margin:0;
		padding:10px 0 2px;
		border-top:1px solid var(--asav-line);
		flex-direction:column;
		align-items:stretch;
		gap:3px;
	}
	.asav-nav.is-open{display:flex}
	.asav-nav a{display:block;width:100%;padding:12px 13px;font-size:14px}
	.asav-nav__brands{margin-left:0}
}

@media(max-width:360px){
	.asav-logo__image{width:174px}
	.asav-menu-toggle__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
}

@media(prefers-reduced-motion:reduce){
	.asav-menu-toggle__icon span{transition:none}
}

/* v0.3.0 - standard, legal and contact pages */
.asav-standard-page{
	min-height:60vh;
	padding:48px 16px 72px;
	background:var(--asav-bg);
}
.asav-standard-content{
	width:min(900px,100%);
	margin:0 auto;
	padding:44px 48px 50px;
	border:1px solid var(--asav-line);
	border-radius:24px;
	background:#fff;
	box-shadow:0 12px 34px rgba(16,42,59,.06);
	color:var(--asav-ink);
}
.asav-standard-content>p:first-child{margin-top:0}
.asav-standard-content>p:last-child{margin-bottom:0}
.asav-standard-content h1,
.asav-standard-content h2,
.asav-standard-content h3{
	color:var(--asav-navy)!important;
	letter-spacing:-.02em;
}
.asav-standard-content h1{margin:0 0 24px;font-size:42px;line-height:1.12}
.asav-standard-content h2{margin:38px 0 12px;font-size:27px;line-height:1.22}
.asav-standard-content h3{margin:28px 0 10px;font-size:20px;line-height:1.3}
.asav-standard-content p,
.asav-standard-content li{color:#45575f;line-height:1.72}
.asav-standard-content ul,
.asav-standard-content ol{padding-left:23px}
.asav-standard-content a{color:var(--asav-teal)!important;text-underline-offset:2px}
.asav-standard-content hr{margin:34px 0;border:0;border-top:1px solid var(--asav-line)}
.asav-standard-page--contact{padding:0}
.asav-standard-page--contact .asav-standard-content{
	width:100%;
	max-width:none;
	margin:0;
	padding:0;
	border:0;
	border-radius:0;
	background:transparent;
	box-shadow:none;
}
.asav-standard-page--contact .asav-contact-page .asav-contact-grid{
	display:flex;
	grid-template-columns:none;
}
.asav-footer__nav{max-width:540px}

@media(max-width:781px){
	.asav-standard-page{padding:24px 12px 48px}
	.asav-standard-content{padding:30px 24px 36px;border-radius:18px}
	.asav-standard-content h1{font-size:34px}
	.asav-standard-content h2{font-size:24px}
	.asav-standard-page--contact{padding:0}
	.asav-standard-page--contact .asav-contact-page .asav-contact-grid{
		display:grid!important;
		grid-template-columns:1fr!important;
	}
}

/* v0.3.2 - unified WordPress templates and branded 404 */
.asav-not-found-card{text-align:left}
.asav-not-found-card .asav-kicker{margin:0 0 8px}
.asav-not-found-card>p:not(.asav-kicker){max-width:700px;font-size:17px}
.asav-standard-search{display:flex;gap:10px;margin-top:26px}
.asav-standard-search input{
	min-width:0;
	flex:1;
	height:48px;
	border:1px solid var(--asav-line);
	border-radius:12px;
	padding:11px 14px;
	background:#fff;
	font:inherit;
}
.asav-standard-search button{
	min-height:48px;
	border:0;
	border-radius:12px;
	padding:11px 18px;
	background:var(--asav-navy);
	color:#fff;
	font:800 14px/1 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
	cursor:pointer;
}
.asav-not-found-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}
.asav-cta--secondary{background:#fff!important;color:var(--asav-navy)!important;border:1px solid var(--asav-line)}
.asav-article-meta{margin:-12px 0 28px!important;color:var(--asav-muted)!important;font-size:13px}
.asav-listing-content{width:min(1040px,100%)}
.asav-listing-intro{max-width:780px;margin-bottom:24px}
.asav-listing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:25px}
.asav-listing-card{border:1px solid var(--asav-line);border-radius:16px;padding:20px;background:#fbfcfc}
.asav-listing-card h2{margin:0 0 10px;font-size:21px;line-height:1.25}
.asav-listing-card h2 a{text-decoration:none!important;color:var(--asav-navy)!important}
.asav-listing-card p{margin:0 0 13px}
.asav-listing-link{color:var(--asav-teal)!important;font-weight:800;text-decoration:none!important}
.asav-listing-content .navigation.pagination{margin-top:28px}
.asav-listing-content .nav-links{display:flex;flex-wrap:wrap;gap:7px}
.asav-listing-content .page-numbers{display:inline-flex;min-width:38px;min-height:38px;align-items:center;justify-content:center;border:1px solid var(--asav-line);border-radius:9px;padding:6px 10px;text-decoration:none!important;background:#fff}
.asav-listing-content .page-numbers.current{background:var(--asav-navy);border-color:var(--asav-navy);color:#fff}

@media(max-width:700px){
	.asav-standard-search{display:grid}
	.asav-standard-search button{width:100%}
	.asav-listing-grid{grid-template-columns:1fr}
}
