/*
Theme Name: ASRM Modern
Theme URI: https://www.asrm.org.sg/
Author: Asian Society for Regenerative Medicine
Description: Accessible editorial theme for ASRM membership, events, and professional education.
Version: 1.8.0
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: asrm-modern
*/

:root {
	--asrm-ink: #263047;
	--asrm-muted: #687184;
	--asrm-purple-950: #263047;
	--asrm-purple-900: #5b5fa6;
	--asrm-purple-800: #676cb9;
	--asrm-purple-600: #747ac2;
	--asrm-blue: #6b75cf;
	--asrm-lilac: #a98bcf;
	--asrm-lavender: #eceefa;
	--asrm-lavender-2: #f6f8fb;
	--asrm-blue-gray: #eef3f7;
	--asrm-white: #fff;
	--asrm-line: #dce3eb;
	--asrm-success: #146c43;
	--asrm-radius: 3px;
	--asrm-shadow: 0 14px 34px rgba(38, 48, 71, .08);
	--asrm-container: min(1120px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--asrm-ink); background: var(--asrm-white); font: 400 16px/1.68 "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; }
[hidden] { display: none !important; }
a, body.asrm-modern a { color: var(--asrm-purple-900); text-decoration-thickness: 1px; text-underline-offset: .22em; }
a:hover, body.asrm-modern a:hover { color: var(--asrm-purple-800); }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid #3f70c8; outline-offset: 3px; }
.asrm-honeypot { position: absolute !important; left: -10000px !important; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { position: fixed; z-index: 99999; top: 8px; left: 8px; width: auto; height: auto; padding: 12px 18px; clip: auto; background: #fff; color: #111; }
.asrm-container { width: var(--asrm-container); margin-inline: auto; }
.asrm-narrow { width: min(790px, calc(100vw - 40px)); margin-inline: auto; }
.asrm-section { padding: clamp(72px, 7vw, 100px) 0; }
.asrm-section--compact { padding: clamp(44px, 5vw, 66px) 0; }
.asrm-section--tint { background: var(--asrm-blue-gray); }
.asrm-section--dark { color: var(--asrm-ink); background: var(--asrm-lavender); }
.asrm-eyebrow { display: flex; margin: 0 0 1px; align-items: center; color: var(--asrm-purple-900); font-family: Poppins, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 23px; font-weight: 500; line-height: calc(1.68em - 6px); letter-spacing: .1em; text-transform: uppercase; }
.asrm-eyebrow::before { display: none; content: none; }
.asrm-section--dark .asrm-eyebrow, .asrm-callout .asrm-eyebrow { color: var(--asrm-purple-900); }
h1, h2, h3, h4, h5, h6 { color: var(--asrm-ink); font-family: Poppins, "Segoe UI", Helvetica, Arial, sans-serif; font-weight: 500; line-height: calc(1.13em - 4px); letter-spacing: -.025em; text-wrap: balance; }
h1 { margin: 0 0 22px; font-size: clamp(2.5rem, 4.6vw, 4rem); }
h2 { margin: 0 0 20px; font-size: clamp(1.9rem, 3.15vw, 2.9rem); }
h3 { margin: 0 0 12px; font-size: clamp(1.2rem, 1.8vw, 1.55rem); }
.asrm-section--dark h2, .asrm-section--dark h3 { color: var(--asrm-ink); }
p { text-wrap: pretty; }
.asrm-lede { max-width: 720px; margin: 0 0 28px; color: var(--asrm-muted); font-size: clamp(1.03rem, 1.35vw, 1.18rem); line-height: 1.65; }
.asrm-section--dark .asrm-lede { color: var(--asrm-muted); }
.asrm-button { display: inline-flex; min-height: 46px; padding: 11px 19px; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--asrm-purple-900); border-radius: var(--asrm-radius); background: var(--asrm-purple-900); color: #fff; font-family: Poppins, "Segoe UI", Helvetica, Arial, sans-serif; font-size: .88rem; font-weight: 500; line-height: 1.2; text-decoration: none; cursor: pointer; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
body.asrm-modern a.asrm-button { color: #fff !important; }
.asrm-button:hover { transform: translateY(-1px); border-color: #4e528f; background: #4e528f; color: #fff; }
.asrm-button--light { border-color: #fff; background: #fff; color: var(--asrm-ink); }
body.asrm-modern a.asrm-button--light { color: var(--asrm-ink) !important; }
.asrm-button--light:hover { border-color: var(--asrm-lavender); background: var(--asrm-lavender); }
.asrm-button--outline { border-color: var(--asrm-purple-900); background: transparent; color: var(--asrm-purple-900); }
body.asrm-modern a.asrm-button--outline { color: var(--asrm-purple-900) !important; }
.asrm-button--outline:hover { background: var(--asrm-lavender); }
.asrm-section--dark .asrm-button--outline, .asrm-callout .asrm-button--outline { border-color: var(--asrm-purple-900); color: var(--asrm-purple-900); }
body.asrm-modern .asrm-section--dark a.asrm-button--outline, body.asrm-modern .asrm-callout a.asrm-button--outline { color: var(--asrm-purple-900) !important; }
.asrm-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.asrm-section-heading { max-width: 760px; margin-bottom: 38px; }
.asrm-section-heading h2 { margin-bottom: 12px; }
.asrm-section-heading--row { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 30px; }

/* Header */
.asrm-site-header { position: sticky; z-index: 1000; top: 0; border-bottom: 1px solid var(--asrm-line); background: #fff; box-shadow: 0 5px 18px rgba(38,48,71,.06); }
body.admin-bar .asrm-site-header { top: 32px; }
.asrm-topbar { padding: 6px 0; background: #191526; color: #fff; font-size: .74rem; letter-spacing: .025em; }
.asrm-topbar .asrm-container { display: flex; min-height: 31px; align-items: center; justify-content: space-between; gap: 24px; }
.asrm-topbar__tagline { font-weight: 400; letter-spacing: .09em; text-transform: uppercase; }
.asrm-topbar a { color: #fff; text-decoration: none; }
body.asrm-modern .asrm-topbar a:not(.asrm-member-link), body.asrm-modern .asrm-topbar a:not(.asrm-member-link):hover { color: #fff; }
.asrm-topbar i { margin: 0 5px; font-style: normal; }
.asrm-topbar__right { display: flex; align-items: center; gap: 17px; }
.asrm-header-inner { display: flex; min-height: 86px; align-items: center; gap: 24px; }
.asrm-brand { display: inline-flex; flex: 0 0 auto; align-items: center; text-decoration: none; }
.asrm-brand img { display: block; width: min(276px, 40vw); max-height: 78px; object-fit: contain; object-position: left center; }
.asrm-nav { display: flex; margin-left: auto; align-items: center; gap: 11px; }
.asrm-nav ul { display: flex; margin: 0; padding: 0; align-items: center; gap: 19px; list-style: none; }
.asrm-nav li { position: relative; }
.asrm-nav li > a { display: block; padding: 12px 0; color: #3b4355; font-family: Poppins, "Segoe UI", Helvetica, Arial, sans-serif; font-size: .85rem; font-weight: 500; text-decoration: none; white-space: nowrap; }
.asrm-nav li > a:hover, .asrm-nav .current-menu-item > a, .asrm-nav .current_page_parent > a { color: var(--asrm-purple-900); }
.asrm-nav .current-menu-item > a::after, .asrm-nav .current_page_parent > a::after { position: absolute; right: 0; bottom: 3px; left: 0; height: 2px; background: var(--asrm-purple-600); content: ""; }
.asrm-nav-search { display: inline-grid; width: 38px; height: 38px; place-items: center; border-left: 1px solid var(--asrm-line); color: var(--asrm-ink); }
.asrm-nav-search svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.7; }
a.asrm-member-link { display: inline-flex; min-height: 27px; padding: 4px 11px; align-items: center; border: 1px solid #c6b6e0; border-radius: 2px; background: #b8a1d8; color: #211a35; font-family: Poppins, "Segoe UI", Helvetica, Arial, sans-serif; font-size: .71rem; font-weight: 500; line-height: 1; text-decoration: none; white-space: nowrap; }
.asrm-topbar a.asrm-member-link:hover { border-color: #d4c7e7; background: #c9b8e1; color: #211a35; }
.asrm-topbar a.asrm-member-link--logged-in { border-color: #fed02b; background: #fed02b; color: #111; font-weight: 600; }
.asrm-topbar a.asrm-member-link--logged-in:hover { border-color: #ffdc58; background: #ffdc58; color: #111; }
.asrm-button--header { min-height: 40px; padding: 9px 13px; font-size: .81rem; white-space: nowrap; }
.asrm-menu-toggle { display: none; margin-left: auto; padding: 9px 11px; align-items: center; gap: 9px; border: 1px solid var(--asrm-line); border-radius: 2px; background: #fff; color: var(--asrm-ink); font-family: Poppins, "Segoe UI", Helvetica, Arial, sans-serif; font-size: .84rem; font-weight: 500; }
.asrm-menu-toggle span, .asrm-menu-toggle span::before, .asrm-menu-toggle span::after { display: block; width: 17px; height: 2px; background: currentColor; content: ""; }
.asrm-menu-toggle span { position: relative; }
.asrm-menu-toggle span::before { position: absolute; top: -5px; }
.asrm-menu-toggle span::after { position: absolute; top: 5px; }

/* Reference-led hero and inner banners */
.asrm-home-hero { position: relative; min-height: 685px; overflow: hidden; background: #313847; }
.asrm-home-hero__slides, .asrm-home-hero__slide { position: absolute; inset: 0; min-height: 685px; }
.asrm-home-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.asrm-home-hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(26,34,50,.86) 0%, rgba(26,34,50,.66) 48%, rgba(26,34,50,.2) 82%); }
.asrm-home-hero__content { position: relative; z-index: 2; display: flex; min-height: 685px; max-width: var(--asrm-container); padding: 104px 0 136px; justify-content: center; flex-direction: column; }
.asrm-home-hero__content > * { max-width: 650px; }
.asrm-home-hero__content h1, .asrm-home-hero__content h2 { margin-bottom: 17px; color: #fff; font-size: clamp(2.45rem, 4vw, 3.65rem); line-height: calc(1.06em - 4px); }
.asrm-home-hero__content .asrm-eyebrow { color: #d8d9f1; }
.asrm-home-hero__meta { margin: 0 0 12px; color: #fff; font-size: .84rem; font-weight: 750; letter-spacing: .015em; }
.asrm-home-hero__summary { max-width: 600px; margin: 0 0 25px; color: #eef0f6; font-size: 1rem; line-height: 1.65; }
.asrm-home-hero__controls { position: absolute; z-index: 5; top: 50%; right: clamp(18px, 3vw, 48px); display: flex; padding: 11px 9px; transform: translateY(-50%); align-items: center; flex-direction: column; gap: 12px; background: rgba(27,35,52,.28); }
.asrm-home-hero__dot { width: 17px; height: 17px; padding: 0; border: 2px solid #fff; border-radius: 50%; background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,.25); cursor: pointer; transition: background .18s ease, transform .18s ease; }
.asrm-home-hero__dot:hover { transform: scale(1.1); }
.asrm-home-hero__dot.is-active { background: var(--asrm-blue); box-shadow: 0 0 0 2px rgba(255,255,255,.45), 0 1px 4px rgba(0,0,0,.28); }
.asrm-home-hero__pause { display: grid; width: 31px; height: 31px; padding: 0; place-items: center; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; background: rgba(27,35,52,.55); color: #fff; font-size: .68rem; line-height: 1; cursor: pointer; }
.asrm-page-banner { position: relative; min-height: 330px; overflow: hidden; background: var(--asrm-blue-gray); }
.asrm-page-banner > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.asrm-page-banner__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247,249,252,.97) 0%, rgba(247,249,252,.9) 47%, rgba(247,249,252,.68) 100%); }
.asrm-page-banner__content { position: relative; z-index: 2; display: flex; min-height: 330px; padding: 62px 0; justify-content: center; flex-direction: column; }
.asrm-page-banner__content h1 { max-width: 850px; margin-bottom: 14px; font-size: clamp(2.4rem, 4.4vw, 3.65rem); }
.asrm-page-banner__content > p:last-child { max-width: 690px; margin: 0; color: #505b70; font-size: 1.08rem; }
.asrm-page-banner--article .asrm-page-banner__content h1 { max-width: 900px; font-size: clamp(2.2rem, 4vw, 3.4rem); }
.asrm-page-banner--video { min-height: 270px; background: linear-gradient(120deg,#171a3d 0%,#353a76 58%,#5b5fa6 100%); }
.asrm-page-banner--video .asrm-page-banner__content { min-height: 270px; }
.asrm-page-banner--video .asrm-page-banner__content h1,.asrm-page-banner--video .asrm-eyebrow { color: #fff; }
.asrm-page-banner--video .asrm-page-banner__content > p:last-child { color: rgba(255,255,255,.82); }
.asrm-inner-hero { overflow: hidden; background: var(--asrm-blue-gray); }
.asrm-inner-hero__grid { display: grid; min-height: 420px; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); align-items: stretch; }
.asrm-inner-hero__copy { display: flex; max-width: 670px; padding: 64px clamp(42px, 6vw, 76px) 64px 0; justify-content: center; flex-direction: column; }
.asrm-inner-hero__copy h1 { font-size: clamp(2.35rem, 4.3vw, 3.65rem); }
.asrm-inner-hero__media { min-height: 420px; background: var(--asrm-lavender); }
.asrm-inner-hero__media img { display: block; width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.asrm-membership-hero { position: relative; min-height: 520px; isolation: isolate; }
.asrm-membership-hero__background, .asrm-membership-hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.asrm-membership-hero__background { z-index: -2; object-fit: cover; object-position: center 44%; }
.asrm-membership-hero__veil { z-index: -1; background: linear-gradient(90deg, rgba(247,249,252,.98) 0%, rgba(247,249,252,.92) 42%, rgba(247,249,252,.44) 72%, rgba(247,249,252,.12) 100%); }
.asrm-membership-hero .asrm-container { display: flex; min-height: 520px; align-items: center; }
.asrm-membership-hero .asrm-inner-hero__copy { width: min(660px, 62%); max-width: none; padding: 70px 0; }
.asrm-page-hero { padding: clamp(56px, 7vw, 82px) 0; border-bottom: 1px solid var(--asrm-line); background: var(--asrm-blue-gray); }
.asrm-page-hero h1 { max-width: 890px; font-size: clamp(2.35rem, 4.3vw, 3.65rem); }
.asrm-page-hero .asrm-lede { margin-bottom: 0; }
.asrm-page-intro { padding: clamp(56px, 7vw, 82px) 0 34px; }

/* Home */
.asrm-home-events { position: relative; z-index: 4; margin-top: -70px; padding-bottom: 76px; }
.asrm-home-event-slider { position: relative; box-shadow: 0 18px 42px rgba(38,48,71,.14); }
.asrm-home-event-slider__label { position: absolute; z-index: 4; top: -53px; right: 34px; min-width: 220px; padding: 15px 24px; border: 1px solid var(--asrm-line); background: #fff; color: var(--asrm-ink); font-family: Poppins, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 1.05rem; font-weight: 500; text-align: center; box-shadow: 0 8px 18px rgba(38,48,71,.08); }
.asrm-slide { display: none; }
.asrm-slide.is-active { display: block; }
.asrm-home-hero .asrm-home-hero__slide { display: block; visibility: hidden; opacity: 0; transform: translateY(0); }
.asrm-home-hero.is-slider-ready .asrm-home-hero__slide { transition: opacity 1.2s cubic-bezier(.22,.68,.24,1), transform 1.2s cubic-bezier(.22,.68,.24,1), visibility 0s linear 1.2s; will-change: opacity, transform; }
.asrm-home-hero.is-transition-resetting .asrm-home-hero__slide { transition: none !important; }
.asrm-home-hero .asrm-home-hero__slide.is-active { visibility: visible; opacity: 1; transform: translateY(0); transition-delay: 0s; }
.asrm-home-hero .asrm-home-hero__slide.is-entering-from-below { visibility: visible; opacity: .38; transform: translateY(100%); transition: none; }
.asrm-home-hero .asrm-home-hero__slide.is-entering-from-above { visibility: visible; opacity: .38; transform: translateY(-100%); transition: none; }
.asrm-home-hero .asrm-home-hero__slide.is-leaving-up { visibility: visible; opacity: .28; transform: translateY(-100%); }
.asrm-home-hero .asrm-home-hero__slide.is-leaving-down { visibility: visible; opacity: .28; transform: translateY(100%); }
.asrm-home-event-panel, .asrm-home-event-panel.asrm-slide.is-active { position: relative; display: grid; min-height: 390px; padding: 42px; overflow: hidden; grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr); align-items: center; gap: 38px; background: var(--asrm-purple-800); color: #fff; }
.asrm-home-event-panel::after { position: absolute; z-index: 0; right: -5%; bottom: -24%; width: 58%; height: 94%; background: url("assets/images/asrm-cellular-dna-overlay.png") right bottom / contain no-repeat; content: ""; mix-blend-mode: screen; opacity: .3; pointer-events: none; }
.asrm-home-event-panel > * { position: relative; z-index: 1; }
.asrm-home-event-panel__media { align-self: center; background: #fff; box-shadow: 0 8px 18px rgba(31,35,73,.2); }
.asrm-home-event-panel__media img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #fff; }
.asrm-home-event-panel__media > time { display: block; padding: 10px 15px; border-bottom: 5px solid #28224f; background: #fff; color: var(--asrm-ink); font-family: Poppins, "Segoe UI", Helvetica, Arial, sans-serif; font-size: .9rem; font-weight: 500; text-align: center; }
.asrm-home-event-panel__body { display: flex; padding: 2px 34px 2px 0; justify-content: center; flex-direction: column; }
.asrm-home-event-panel__body h2 { margin-bottom: 14px; color: #fff; font-size: clamp(1.65rem, 2.35vw, 2.3rem); }
.asrm-home-event-panel__body > p { margin: 0 0 15px; color: #f3f3fa; }
.asrm-home-event-panel__venue { font-size: .86rem; font-weight: 600; }
.asrm-event-countdown { display: flex; margin: 0 0 24px; align-items: end; flex-wrap: wrap; gap: 10px; color: #fff; font-style: normal; }
.asrm-event-countdown > span { display: flex; align-items: center; flex-direction: column; gap: 4px; }
.asrm-event-countdown small { color: #fff; font-family: Poppins, "Segoe UI", Helvetica, Arial, sans-serif; font-size: .69rem; font-weight: 500; line-height: 1; }
.asrm-event-countdown strong { display: grid; min-width: 48px; height: 45px; padding: 0 6px; place-items: center; border: 1px solid rgba(255,255,255,.78); background: #282e45; color: #fff; font-family: Poppins, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 1.02rem; font-weight: 500; line-height: 1; }
.asrm-event-countdown em { margin: 0 0 10px 2px; color: #fff; font-size: .78rem; font-style: normal; font-weight: 600; }
.asrm-button--event { align-self: flex-start; margin-top: 4px; border-color: #fff; background: transparent; }
body.asrm-modern a.asrm-button--event { color: #fff !important; }
.asrm-button--event:hover { border-color: #fff; background: #fff; color: var(--asrm-purple-900); }
body.asrm-modern a.asrm-button--event:hover { color: var(--asrm-purple-900) !important; }
.asrm-home-event-controls { position: absolute; z-index: 4; right: 10px; bottom: 10px; display: flex; }
.asrm-home-event-controls button { display: grid; width: 44px; height: 44px; padding: 0; place-items: center; border: 0; background: #858ad2; color: #fff; font: 500 2rem/1 Poppins, sans-serif; cursor: pointer; }
.asrm-home-event-controls button + button { border-left: 1px solid rgba(255,255,255,.45); }
.asrm-home-event-controls button:disabled { cursor: default; opacity: .45; }
.asrm-slider-controls { display: flex; padding: 12px 16px; align-items: center; justify-content: flex-end; gap: 7px; border-top: 1px solid var(--asrm-line); background: #fff; }
.asrm-slider-controls button { min-width: 36px; height: 36px; padding: 0 9px; border: 1px solid var(--asrm-line); border-radius: 2px; background: #fff; color: var(--asrm-ink); cursor: pointer; }
.asrm-slider-status { margin-left: 5px; color: var(--asrm-muted); font-size: .8rem; font-weight: 700; }
.asrm-home-society { overflow: hidden; }
.asrm-home-intro { display: grid; width: 100%; grid-template-columns: minmax(0, calc(42vw + 30px)) minmax(0, 1fr); align-items: center; gap: 0; }
.asrm-home-intro__media { min-height: 470px; }
.asrm-home-intro__media img { display: block; width: 100%; height: 100%; min-height: 470px; object-fit: cover; }
.asrm-home-intro article { position: relative; z-index: 2; margin-right: max(32px, calc((100vw - 1120px) / 2)); margin-left: -110px; padding: clamp(38px, 5vw, 66px); border: 10px solid #e1e9f4; background: var(--asrm-blue-gray); box-shadow: none; }
.asrm-guides-section { position: relative; overflow: hidden; }
.asrm-guides-section::before { position: absolute; inset: 0; background: url("assets/images/asrm-cellular-dna-overlay.png") right bottom / min(820px, 62vw) auto no-repeat; content: ""; opacity: .22; pointer-events: none; }
.asrm-guides-section .asrm-container { position: relative; z-index: 1; }
.asrm-focus-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--asrm-line); border-left: 1px solid var(--asrm-line); }
.asrm-focus-grid article { min-height: 190px; padding: 27px; border-right: 1px solid var(--asrm-line); border-bottom: 1px solid var(--asrm-line); background: rgba(255,255,255,.7); }
.asrm-focus-grid article > span { display: inline-grid; width: 60px; height: 60px; margin-bottom: 23px; place-items: center; border: 1px solid #d5d8ed; background: var(--asrm-lavender); color: var(--asrm-purple-900); font-family: Poppins, "Segoe UI", sans-serif; font-size: 1.05rem; font-weight: 500; }
.asrm-focus-grid h3 { font-size: 1.1rem; }
.asrm-focus-grid p { margin: 0; color: var(--asrm-muted); font-size: .91rem; }
.asrm-video-link { display: flex; margin-top: 28px; padding: 34px 38px; align-items: center; justify-content: space-between; gap: 34px; border: 1px solid #d6d8eb; border-top: 4px solid var(--asrm-purple-600); background: #f2f1f9; box-shadow: 0 12px 30px rgba(38,48,71,.07); }
.asrm-video-link > div { max-width: 720px; }
.asrm-video-link h3 { margin-bottom: 7px; font-weight: 500; }
.asrm-video-link p { margin: 0; color: var(--asrm-muted); }
.asrm-button--video span { font-size: .72rem; }
.asrm-conference-highlights__cta { margin: 28px 0 0; text-align: center; }
.asrm-president-section { position: relative; overflow: hidden; background: #fff; }
.asrm-president-section::before { position: absolute; inset: 0; background: url("assets/images/asrm-cellular-dna-overlay.png") right bottom / min(760px, 56vw) auto no-repeat; content: ""; opacity: .17; pointer-events: none; }
.asrm-president-panel { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(390px, .9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(42px, 7vw, 90px); }
.asrm-president-image { overflow: hidden; height: 600px; background: var(--asrm-lavender); }
.asrm-president-image img { width: 100%; height: 100%; filter: grayscale(1); object-fit: cover; object-position: center top; transition: filter .35s ease, transform .35s ease; }
.asrm-president-image:hover img { filter: grayscale(0); transform: scale(1.012); }
.asrm-president-panel blockquote { font-size: clamp(1.25rem, 2vw, 1.7rem); }
.asrm-signoff { display: flex; flex-direction: column; }
.asrm-signoff span { color: var(--asrm-muted); font-size: .88rem; }
.asrm-membership-section { padding: 72px 0; background: var(--asrm-lavender); }
.asrm-membership-panel { display: grid; padding: 0; grid-template-columns: 1fr; gap: 30px; background: transparent; }
.asrm-membership-panel > div { max-width: 820px; }
.asrm-membership-paths { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; counter-reset: asrm-membership-path; list-style: none; }
.asrm-membership-paths li { position: relative; display: flex; min-height: 156px; padding: 24px 20px; border: 1px solid #d1d4e9; border-top: 4px solid var(--asrm-purple-600); justify-content: space-between; flex-direction: column; gap: 18px; background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(248,248,253,.7)); color: var(--asrm-ink); font-family: Poppins, "Segoe UI", Helvetica, Arial, sans-serif; box-shadow: 0 8px 20px rgba(38,48,71,.035); counter-increment: asrm-membership-path; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.asrm-membership-paths strong { display: block; min-height: 2.35em; padding-right: 18px; color: var(--asrm-ink); font: 700 calc(.95rem + 10px)/1.16 Poppins, "Segoe UI", Helvetica, Arial, sans-serif; letter-spacing: -.025em; }
.asrm-membership-paths li::before { position: absolute; top: 13px; right: 15px; color: rgba(91,95,166,.46); font: 500 .68rem/1 Poppins, sans-serif; letter-spacing: .05em; content: "0" counter(asrm-membership-path); }
.asrm-membership-paths li:hover { border-color: #b9bcda; transform: translateY(-2px); box-shadow: 0 12px 24px rgba(38,48,71,.07); }
.asrm-membership-paths span { color: var(--asrm-muted); font-family: Poppins, "Segoe UI", Helvetica, Arial, sans-serif; font-size: .76rem; font-weight: 500; }
.asrm-final-cta { position: relative; display: flex; padding: clamp(38px, 5vw, 58px); overflow: hidden; align-items: center; justify-content: space-between; gap: 45px; border-left: 5px solid var(--asrm-purple-600); background: #fff; }
.asrm-final-cta::after { position: absolute; z-index: 0; inset: 0; background: url("assets/images/asrm-cellular-dna-overlay.png") right bottom / min(500px, 47vw) auto no-repeat; content: ""; opacity: .16; pointer-events: none; }
.asrm-final-cta > * { position: relative; z-index: 1; }
.asrm-final-cta h2 { max-width: 720px; }

/* Galleries */
.asrm-gallery-tabs, .asrm-archive-tabs { display: flex; margin: -18px 0 48px; flex-wrap: wrap; justify-content: center; gap: 0; border-bottom: 2px solid var(--asrm-purple-600); }
.asrm-gallery-tabs button, .asrm-archive-tabs a { min-height: 47px; padding: 12px 25px; border: 0; background: var(--asrm-lavender); color: var(--asrm-ink); font-weight: 700; text-decoration: none; cursor: pointer; }
.asrm-gallery-tabs button.is-active, .asrm-archive-tabs a.is-active { background: var(--asrm-purple-900); color: #fff; }
.asrm-gallery-album { margin-bottom: 86px; }
.asrm-gallery-album > header { display: flex; margin-bottom: 30px; align-items: end; justify-content: space-between; gap: 30px; }
.asrm-gallery-album > header > div { max-width: 760px; }
.asrm-gallery-album h2 { margin-bottom: 10px; }
.asrm-gallery-slider__viewport { overflow: hidden; }
.asrm-gallery-slider__track { display: flex; width: 100%; transition: transform .5s cubic-bezier(.22,.61,.36,1); }
.asrm-gallery-page { flex: 0 0 100%; min-width: 0; }
.asrm-gallery-pagination { display: flex; margin-top: 20px; align-items: center; justify-content: flex-end; gap: 14px; }
.asrm-gallery-pagination button { display: inline-flex; min-height: 46px; padding: 10px 18px; align-items: center; gap: 9px; border: 1px solid var(--asrm-purple-600); background: #fff; color: var(--asrm-purple-900); font: 600 .84rem/1 Poppins, sans-serif; cursor: pointer; }
.asrm-gallery-pagination button:hover { background: var(--asrm-purple-900); color: #fff; }
.asrm-gallery-pagination span { color: var(--asrm-muted); font: 500 .8rem/1 Poppins, sans-serif; }
.asrm-gallery-mosaic { display: grid; height: 520px; grid-template-columns: 1.08fr .92fr .92fr; grid-template-rows: 1fr 1fr; gap: 10px; }
.asrm-gallery-mosaic figure { margin: 0; overflow: hidden; background: var(--asrm-lavender); }
.asrm-gallery-mosaic figure > a { display: block; width: 100%; height: 100%; cursor: zoom-in; }
.asrm-gallery-mosaic img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.asrm-gallery-mosaic figure:hover img { transform: scale(1.018); }
.asrm-gallery-mosaic__tall { grid-row: 1 / 3; }
.asrm-gallery-mosaic__wide { grid-column: 2 / 4; }
.asrm-gallery-mosaic--extended { height: auto; grid-template-rows: repeat(3, 250px); grid-auto-rows: 250px; }
.asrm-gallery-mosaic__third-row-wide { grid-column: 1 / 3; }
.asrm-gallery-mosaic--home { height: auto; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: repeat(2, 210px); gap: 11px; }
.asrm-lightbox { width: min(1120px, calc(100vw - 48px)); max-width: none; max-height: calc(100vh - 48px); padding: 0; overflow: visible; border: 0; background: #12101b; color: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.42); }
.asrm-lightbox::backdrop { background: rgba(12,10,18,.86); backdrop-filter: blur(3px); }
.asrm-lightbox__close { position: absolute; z-index: 2; top: -17px; right: -17px; display: grid; width: 42px; height: 42px; padding: 0; place-items: center; border: 2px solid #fff; border-radius: 50%; background: #6f66ad; color: #fff; font: 400 1.8rem/1 Arial, sans-serif; cursor: pointer; }
.asrm-lightbox img, .asrm-lightbox video { display: block; width: 100%; max-height: calc(100vh - 105px); object-fit: contain; background: #08070c; }
.asrm-lightbox p { margin: 0; padding: 13px 18px; color: #f0eff7; font-size: .85rem; }

/* Society */
.asrm-society-intro { display: grid; grid-template-columns: .9fr 1.1fr; align-items: end; gap: clamp(48px, 7vw, 96px); }
.asrm-society-intro__summary { padding: 30px 34px; border-left: 5px solid var(--asrm-purple-600); background: linear-gradient(135deg, var(--asrm-lavender), #f8f8fc); box-shadow: 0 12px 30px rgba(38,48,71,.06); }
.asrm-society-intro__summary .asrm-lede { margin: 0; color: var(--asrm-ink); }
.asrm-society-about { background: #fff; }
.asrm-society-about__grid { display: grid; margin-top: 52px; grid-template-columns: minmax(0, .96fr) minmax(420px, 1.04fr); align-items: start; gap: clamp(44px, 6vw, 76px); }
.asrm-society-about__copy { font-size: 1.04rem; }
.asrm-society-about__copy p:first-child { margin-top: 0; }
.asrm-society-about__media { position: relative; min-height: 480px; }
.asrm-society-about__media figure { position: absolute; width: 72%; margin: 0; overflow: hidden; border: 9px solid #fff; background: var(--asrm-blue-gray); box-shadow: 0 18px 38px rgba(38,48,71,.13); }
.asrm-society-about__media figure:first-child { top: 0; left: 0; z-index: 1; }
.asrm-society-about__media figure:last-child { right: 0; bottom: 0; z-index: 2; }
.asrm-society-about__media img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: contain; background: #fff; }
.asrm-society-about__media figcaption { min-height: 58px; padding: 11px 14px 13px; color: var(--asrm-muted); font-size: .78rem; line-height: 1.4; }
.asrm-society-timeline { position: relative; overflow: hidden; }
.asrm-society-timeline::before { position: absolute; inset: 0; background: url("assets/images/asrm-cellular-dna-overlay.png") right 18% / min(880px, 64vw) auto no-repeat; content: ""; opacity: .11; pointer-events: none; }
.asrm-society-timeline > .asrm-container { position: relative; z-index: 1; }
.asrm-history { margin: 0; padding: 0; list-style: none; }
.asrm-history li { display: grid; margin: 0 auto 70px; grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr); align-items: center; gap: 0; }
.asrm-history li:nth-child(even) .asrm-history__image { order: 2; }
.asrm-history li:nth-child(even) article { margin-right: -34px; margin-left: 0; }
.asrm-history__image { min-height: 360px; }
.asrm-history__image img { display: block; width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.asrm-history article { position: relative; z-index: 2; margin-left: -34px; padding: clamp(34px, 5vw, 58px); background: #fff; box-shadow: var(--asrm-shadow); }
.asrm-history article > span { position: absolute; top: -38px; right: 22px; color: rgba(91,95,166,.18); font-size: clamp(3.8rem, 8vw, 7rem); font-weight: 750; line-height: 1; }
.asrm-history h3 { font-size: clamp(1.55rem, 2.6vw, 2.25rem); }
.asrm-focus-band { padding: 44px 0; background: var(--asrm-lavender); }
.asrm-focus-band .asrm-focus-grid { border: 0; }
.asrm-focus-band .asrm-focus-grid article { min-height: 145px; border-color: #d2d5ea; background: transparent; }
.asrm-partners-panel { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; }
.asrm-mission-section { position: relative; overflow: hidden; }
.asrm-mission-section::before { position: absolute; bottom: -150px; left: -110px; width: min(740px, 58vw); height: 620px; background: url("assets/images/asrm-cellular-dna-overlay.png") left bottom / contain no-repeat; content: ""; opacity: .15; pointer-events: none; transform: scaleX(-1); }
.asrm-mission-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: stretch; border: 1px solid var(--asrm-line); }
.asrm-mission-grid { position: relative; z-index: 1; }
.asrm-mission-grid article { padding: clamp(34px, 5vw, 58px); background: #fff; }
.asrm-mission-grid article:last-child { border-left: 1px solid #d7d9ef; background: var(--asrm-lavender); color: var(--asrm-ink); }
.asrm-mission-grid article:last-child h2 { color: var(--asrm-ink); }
.asrm-mission-grid article:last-child .asrm-eyebrow { color: var(--asrm-purple-900); }

/* Cards and leadership */
.asrm-grid { display: grid; gap: 26px; }
.asrm-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.asrm-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.asrm-card { overflow: hidden; padding: 25px; border: 1px solid var(--asrm-line); border-radius: 0; background: #fff; }
.asrm-card__image { display: block; width: calc(100% + 50px); max-width: none; height: 210px; margin: -25px -25px 21px; object-fit: cover; }
.asrm-card__meta { color: var(--asrm-muted); font-size: .86rem; font-weight: 650; }
.asrm-card__kicker { margin: 0 0 10px; color: var(--asrm-purple-900); font-size: .71rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.asrm-card h2 { font-size: 1.35rem; line-height: calc(1.25em - 4px); }
.asrm-card h2 a, .asrm-card h3 a { color: inherit; text-decoration: none; }
.asrm-post-card { display: flex; min-height: 100%; flex-direction: column; }
.asrm-post-card .asrm-text-link { margin-top: auto; padding-top: 10px; font-size: .86rem; font-weight: 750; text-decoration: none; }
.asrm-officer { min-width: 0; overflow: hidden; border: 1px solid var(--asrm-line); background: #fff; text-align: left; }
.asrm-officer__portrait { overflow: hidden; aspect-ratio: 4 / 4.7; margin: 0; background: var(--asrm-lavender); }
.asrm-officer__portrait img { width: 100%; height: 100%; object-fit: cover; }
.asrm-officer__portrait--empty { display: grid; place-items: center; color: var(--asrm-purple-600); font-size: 3rem; }
.asrm-officer h3 { margin: 0; padding: 14px 16px 4px; color: #fff; background: var(--asrm-purple-900); font-size: 1.05rem; }
.asrm-officer > p { min-height: 58px; margin: 0; padding: 2px 16px 14px; color: #eef0fa; background: var(--asrm-purple-900); font-size: .82rem; }
.asrm-officer__details { margin: 0; padding: 0 16px; border-top: 0; }
.asrm-officer__details summary { padding: 13px 0; color: var(--asrm-purple-900); cursor: pointer; font-size: .84rem; font-weight: 700; }
.asrm-officer__bio { max-height: 420px; overflow: auto; padding: 0 0 14px; font-size: .88rem; }
.asrm-officer__bio p { margin: 0 0 1em; color: var(--asrm-muted); background: transparent; }
.asrm-leadership-section .asrm-section-heading { margin-inline: auto; text-align: center; }
.asrm-leadership-section .asrm-section-heading .asrm-eyebrow { justify-content: center; text-align: center; }
.asrm-leadership-grid--executive { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.asrm-leadership-grid--executive .asrm-officer, .asrm-leadership-grid--honorary .asrm-officer { padding: 27px 22px 0; text-align: center; box-shadow: 0 12px 30px rgba(38,48,71,.06); }
.asrm-leadership-grid--executive .asrm-officer__portrait, .asrm-leadership-grid--honorary .asrm-officer__portrait { width: 206px; max-width: 86%; aspect-ratio: 1; min-height: 0; margin: 0 auto 22px; padding: 10px; overflow: hidden; border-radius: 50%; }
.asrm-leadership-grid--executive .asrm-officer__portrait { background: #eef0fa url("assets/images/asrm-cellular-dna-overlay.png") center / 145% auto no-repeat; box-shadow: 0 0 0 1px #d9dcef, 0 10px 26px rgba(91,95,166,.16); }
.asrm-leadership-grid--honorary .asrm-officer__portrait { padding: 8px; border: 1px solid #dce3eb; background: #fff; box-shadow: 0 9px 22px rgba(38,48,71,.08); }
.asrm-leadership-grid--executive .asrm-officer__portrait img, .asrm-leadership-grid--honorary .asrm-officer__portrait img { border-radius: 50%; background: #fff; }
.asrm-leadership-grid--executive .asrm-officer:first-child .asrm-officer__portrait img { object-position: center top; transform: scale(1.15); transform-origin: center top; }
.asrm-leadership-grid--executive .asrm-officer:nth-child(2) .asrm-officer__portrait img { object-position: center 38%; transform: scale(1.18); }
.asrm-leadership-grid--executive .asrm-officer h3, .asrm-leadership-grid--honorary .asrm-officer h3 { padding: 0 8px 6px; background: transparent; color: var(--asrm-ink); font-size: 1.12rem; }
.asrm-leadership-grid--executive .asrm-officer > p, .asrm-leadership-grid--honorary .asrm-officer > p { min-height: 62px; padding: 0 8px 18px; background: transparent; color: var(--asrm-muted); }
.asrm-leadership-grid--executive .asrm-officer__details, .asrm-leadership-grid--honorary .asrm-officer__details { margin: 0 -22px; padding: 0 22px; border-top: 1px solid var(--asrm-line); text-align: left; }

/* Archives and article layouts */
.asrm-filter-bar { margin: 0 auto 38px; padding: 20px; border: 1px solid var(--asrm-line); background: #fff; }
.asrm-filter-bar--compact { max-width: 880px; }
.asrm-filter-bar .asrm-actions { display: grid; grid-template-columns: minmax(220px, 1.4fr) minmax(150px, .8fr) minmax(110px, .55fr) auto; }
.asrm-filter-bar input, .asrm-filter-bar select, .asrm-sidebar input, .asrm-sidebar select, .asrm-sidebar__filter input, .asrm-sidebar__filter select { width: 100%; min-height: 45px; padding: 9px 11px; border: 1px solid #b8c0cc; border-radius: 2px; background: #fff; color: var(--asrm-ink); }
.asrm-event-list { display: grid; gap: 24px; }
.asrm-event-row { display: grid; overflow: hidden; grid-template-columns: minmax(310px, .88fr) minmax(0, 1.12fr); border: 1px solid #d8dbea; background: var(--asrm-lavender); }
.asrm-event-row__media { position: relative; min-height: 310px; padding: 16px; background: #fff; }
.asrm-event-row__media img { display: block; width: 100%; height: 100%; min-height: 278px; object-fit: contain; background: #fff; }
.asrm-event-row__media > time { position: absolute; right: 16px; bottom: 16px; left: 16px; padding: 9px 12px; background: rgba(255,255,255,.94); color: var(--asrm-ink); font-size: .82rem; font-weight: 800; text-align: center; }
.asrm-event-row__body { display: flex; padding: clamp(30px, 4vw, 50px); justify-content: center; flex-direction: column; }
.asrm-event-row__body > .asrm-button { align-self: flex-start; }
.asrm-event-row__body h2 { margin-bottom: 11px; font-size: clamp(1.55rem, 2.5vw, 2.2rem); }
.asrm-event-row__body h2 a { color: inherit; text-decoration: none; }
.asrm-event-row__countdown { margin: 0 0 18px; }
.asrm-event-row__timer { display: flex; align-items: end; flex-wrap: wrap; gap: 8px; color: var(--asrm-ink); }
.asrm-event-row__timer span { display: grid; min-width: 58px; gap: 3px; }
.asrm-event-row__timer small { color: var(--asrm-muted); font-size: .66rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.asrm-event-row__timer strong { display: grid; width: 100%; height: 43px; place-items: center; border: 1px solid #cfd3e7; background: #fff; color: var(--asrm-purple-900); font: 500 1rem/1 Poppins, sans-serif; }
.asrm-event-row__timer [data-countdown-state] { min-width: auto; padding-bottom: 11px; color: var(--asrm-muted); font-size: .72rem; font-weight: 500; }
.asrm-content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; align-items: start; gap: 34px; }
.asrm-resource-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.asrm-sidebar { display: grid; gap: 20px; }
.asrm-sidebar__panel { margin-bottom: 20px; padding: 25px; border: 1px solid var(--asrm-line); background: #fff; }
.asrm-sidebar__panel h2 { margin-bottom: 16px; font-size: 1.13rem; }
.asrm-sidebar__panel ul { margin: 0; padding: 0; list-style: none; }
.asrm-sidebar__panel li { border-top: 1px solid var(--asrm-line); }
.asrm-sidebar__panel li:last-child { border-bottom: 1px solid var(--asrm-line); }
.asrm-sidebar__panel li a { display: flex; padding: 10px 0; justify-content: space-between; color: var(--asrm-ink); font-size: .88rem; text-decoration: none; }
.asrm-sidebar__panel li span { color: var(--asrm-muted); }
.asrm-sidebar-search { display: grid; grid-template-columns: 1fr auto; }
.asrm-sidebar-search button { border: 1px solid var(--asrm-purple-900); background: var(--asrm-purple-900); color: #fff; cursor: pointer; }
.asrm-topic-links { display: flex; flex-wrap: wrap; gap: 8px; }
.asrm-topic-links a { padding: 6px 9px; border: 1px solid var(--asrm-line); color: var(--asrm-ink); font-size: .78rem; text-decoration: none; }
.asrm-sidebar__filter form { display: grid; gap: 13px; }
.asrm-sidebar__filter label { color: var(--asrm-ink); font-size: .82rem; font-weight: 750; }
.asrm-sidebar__filter select, .asrm-sidebar__filter input { display: block; margin-top: 5px; }
.asrm-sidebar__membership { position: relative; min-height: 350px; overflow: hidden; background: #302b68; color: #fff; }
.asrm-sidebar__membership::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(30,25,74,.28), rgba(30,25,74,.95)); content: ""; }
.asrm-sidebar__membership > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.asrm-sidebar__membership > div { position: relative; z-index: 1; display: flex; min-height: 350px; padding: 28px 25px; justify-content: flex-end; flex-direction: column; }
.asrm-sidebar__membership .asrm-eyebrow, .asrm-sidebar__membership h2, .asrm-sidebar__membership p { color: #fff; }
.asrm-sidebar__membership h2 { margin-bottom: 10px; font-size: 1.55rem; }
.asrm-sidebar__membership p:not(.asrm-eyebrow) { margin: 0 0 20px; font-size: .88rem; }
.asrm-sidebar__membership .asrm-button { width: 100%; }
.asrm-article-card { overflow: hidden; border: 1px solid var(--asrm-line); background: #fff; }
.asrm-article-card__image { display: block; width: 100%; max-height: 500px; object-fit: cover; }
.asrm-article-card > header, .asrm-article-card .asrm-prose, .asrm-article-card > footer { padding-right: clamp(28px, 5vw, 60px); padding-left: clamp(28px, 5vw, 60px); }
.asrm-article-card > header { padding-top: 25px; }
.asrm-article-card .asrm-prose { padding-top: 10px; padding-bottom: 42px; }
.asrm-article-meta { color: var(--asrm-purple-900); font-size: .84rem; font-weight: 750; }
.asrm-article-footer { padding-top: 18px; padding-bottom: 18px; border-top: 1px solid var(--asrm-line); background: var(--asrm-lavender); }
.asrm-prose { line-height: 1.78; }
.asrm-prose > * { max-width: 790px; }
.asrm-prose > .alignwide { max-width: 1120px; }
.asrm-prose blockquote, blockquote { margin: 28px 0; padding: 8px 0 8px 22px; border-left: 3px solid var(--asrm-lilac); color: var(--asrm-purple-900); font-size: 1.24rem; line-height: 1.55; }
.asrm-pagination { margin-top: 36px; }
.asrm-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 6px; }
.asrm-pagination .page-numbers { display: inline-grid; min-width: 40px; min-height: 40px; padding: 6px; place-items: center; border: 1px solid var(--asrm-line); background: #fff; text-decoration: none; }
.asrm-pagination .current { border-color: var(--asrm-purple-900); background: var(--asrm-purple-900); color: #fff; }

/* General page and forms */
.asrm-values { counter-reset: asrm-value; }
.asrm-values article { position: relative; min-height: 142px; padding: 31px 0 31px 116px; border-top: 1px solid var(--asrm-line); counter-increment: asrm-value; }
.asrm-values article::before { position: absolute; top: 24px; left: 0; width: 94px; color: rgba(91,95,166,.75); font: 500 clamp(3.25rem, 5vw, 4.6rem)/.9 Poppins, sans-serif; letter-spacing: -.06em; content: "0" counter(asrm-value); }
.asrm-values article:last-child { border-bottom: 1px solid var(--asrm-line); }
.asrm-values article h3 { font-size: 1.15rem; }
.asrm-values article p { margin: 0; color: var(--asrm-muted); }
.asrm-principles { margin: 0; padding: 0; list-style: none; counter-reset: principles; }
.asrm-principles li { position: relative; padding: 20px 15px 20px 56px; border-top: 1px solid var(--asrm-line); counter-increment: principles; }
.asrm-principles li:last-child { border-bottom: 1px solid var(--asrm-line); }
.asrm-principles li::before { position: absolute; top: 21px; left: 0; color: var(--asrm-purple-600); font-size: .77rem; font-weight: 800; content: "0" counter(principles); }
.asrm-principles strong { display: block; color: var(--asrm-ink); font-size: 1.1rem; }
.asrm-principles span { color: var(--asrm-muted); }
.asrm-split { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); align-items: center; gap: clamp(46px, 8vw, 98px); }
.asrm-fee { display: flex; padding: 18px 0; justify-content: space-between; gap: 20px; border-top: 1px solid var(--asrm-line); }
.asrm-fee strong { color: var(--asrm-purple-900); }
.asrm-timeline { margin: 30px 0 0; padding: 0; border-top: 1px solid var(--asrm-line); list-style: none; }
.asrm-timeline li { display: grid; padding: 18px 0; grid-template-columns: 54px 1fr; gap: 12px; border-bottom: 1px solid var(--asrm-line); }
.asrm-timeline span { color: var(--asrm-muted); }
.asrm-ethics-panel { padding: clamp(30px, 4vw, 46px); border-left: 4px solid var(--asrm-lilac); background: #fff; }
.asrm-contact-lead { display: grid; padding: clamp(54px, 7vw, 82px) 0; grid-template-columns: 1.05fr .95fr; align-items: stretch; gap: 0; }
.asrm-contact-lead__copy { padding-right: clamp(44px, 8vw, 96px); }
.asrm-contact-form { grid-template-columns: minmax(230px, .6fr) minmax(0, 1.4fr); align-items: start; gap: clamp(32px, 5vw, 62px); }
.asrm-contact-form__intro { position: sticky; top: 28px; padding: 30px; border-top: 4px solid var(--asrm-purple-600); background: var(--asrm-lavender); }
.asrm-contact-form__intro h2 { font-size: clamp(2rem, 3vw, 3rem); }
.asrm-contact-form__intro p { color: var(--asrm-muted); }
.asrm-contact-form__note { margin-top: 28px; padding-top: 20px; border-top: 1px solid #d3d6e7; font-size: .9rem; }
.asrm-contact-details { position: relative; min-height: 0; overflow: hidden; padding: 0; border: 1px solid #d8daee; border-top: 5px solid var(--asrm-purple-600); border-radius: 0; background: var(--asrm-lavender); color: var(--asrm-ink); }
.asrm-contact-details__copy { width: auto; padding: clamp(26px, 3vw, 38px); }
.asrm-contact-map { position: relative; width: 100%; height: 162px; overflow: hidden; border-bottom: 8px solid #fff; background: #e5e8f0; }
.asrm-contact-map iframe { position: absolute; top: -48px; left: 0; display: block; width: 100%; height: calc(100% + 48px); border: 0; }
.asrm-contact-details h2, .asrm-contact-details a { color: var(--asrm-ink); }
.asrm-contact-details .asrm-eyebrow { color: var(--asrm-purple-900); }
.asrm-chapters { overflow: hidden; }
.asrm-chapter-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.asrm-chapter-card { position: relative; min-height: 360px; overflow: hidden; border: 1px solid #d4d8e4; background: #eef1f5; isolation: isolate; }
.asrm-chapter-card__content { position: relative; z-index: 2; display: flex; min-height: 360px; padding: clamp(28px, 4vw, 42px); justify-content: flex-end; align-items: flex-start; flex-direction: column; }
.asrm-chapter-card__status { position: absolute; top: 22px; right: 22px; padding: 7px 10px; border-radius: 999px; background: #fff; color: var(--asrm-purple-900); font: 700 .7rem/1 Poppins, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.asrm-chapter-card h3 { max-width: 460px; margin-bottom: 14px; }
.asrm-chapter-card address { color: #4f596c; font-style: normal; line-height: 1.75; }
.asrm-chapter-card--active { border-top: 5px solid var(--asrm-purple-600); background: var(--asrm-purple-950); color: #fff; }
.asrm-chapter-card--active::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(112deg, rgba(0,56,168,.88) 0 41%, rgba(31,25,52,.76) 55% 100%), linear-gradient(20deg, transparent 0 55%, rgba(206,17,38,.68) 56% 100%); content: ""; }
.asrm-chapter-card--active::after { position: absolute; z-index: 1; top: 24px; right: 23%; width: 58px; height: 58px; border-radius: 50%; background: radial-gradient(circle, #fcd116 0 29%, transparent 30%), repeating-conic-gradient(from 0deg, #fcd116 0 4deg, transparent 4deg 15deg); content: ""; opacity: .74; }
.asrm-chapter-card__photo { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.asrm-chapter-card--active .asrm-eyebrow, .asrm-chapter-card--active h3, .asrm-chapter-card--active address { color: #fff; }
.asrm-chapter-card__actions { display: flex; margin-top: 18px; align-items: center; gap: 10px; flex-wrap: wrap; }
.asrm-chapter-card__actions > * { box-sizing: border-box; height: 46px; min-height: 46px !important; margin-top: 0 !important; padding: 10px 17px !important; align-items: center; justify-content: center; }
.asrm-chapter-card__actions button[disabled] { margin-top: 0; }
.asrm-chapter-card--active .asrm-chapter-card__whatsapp { display: inline-flex; align-items: center; gap: 8px; border: 1px solid #1f9d55; background: #1f9d55; color: #fff !important; font-family: Poppins, sans-serif; font-size: .82rem; font-weight: 700; text-decoration: none; }
.asrm-chapter-card__whatsapp svg { width: 18px; height: 18px; fill: currentColor; }
.asrm-chapter-card--active .asrm-chapter-card__whatsapp:hover { background: #167a41; color: #fff !important; }
.asrm-chapter-card--soon { color: #fff; background: #333542; }
.asrm-chapter-card--soon::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(31,34,44,.34), rgba(31,34,44,.92)); content: ""; }
.asrm-chapter-card--soon .asrm-eyebrow, .asrm-chapter-card--soon h3, .asrm-chapter-card--soon p { color: #fff; }
.asrm-chapter-card--thailand { background: linear-gradient(135deg, #5f6290, #292a38); }
.asrm-chapter-card--thailand::before { position: absolute; inset: 0; background: radial-gradient(circle at 76% 22%, rgba(255,255,255,.17) 0 3px, transparent 4px), radial-gradient(circle at 62% 38%, rgba(255,255,255,.12) 0 5px, transparent 6px); background-size: 38px 38px, 64px 64px; content: ""; }
.asrm-chapter-card__map { position: absolute; z-index: 0; inset: 0; }
.asrm-chapter-card__map { overflow: hidden; }
.asrm-chapter-card__map iframe { position: absolute; top: -112px; left: -3%; width: 106%; height: calc(100% + 112px); border: 0; filter: grayscale(1) contrast(.8); pointer-events: none; transform: scale(1.05); transform-origin: center; }
.asrm-chapter-card button[disabled] { min-height: 44px; margin-top: 18px; padding: 10px 18px; border: 1px solid rgba(255,255,255,.35); background: #858891; color: #e7e8eb; font-weight: 700; cursor: not-allowed; opacity: .78; }
.asrm-form-shell { width: 100%; max-width: none; }
.asrm-form-shell input:not([type=checkbox]):not([type=radio]), .asrm-form-shell select, .asrm-form-shell textarea { width: 100%; padding: 12px 13px; border: 1px solid #aeb6c3; border-radius: 2px; background: #fff; }
.asrm-form-shell label { font-weight: 700; }
.asrm-form-shell .wpcf7-list-item { margin-left: 0; }
.asrm-callout { padding: clamp(36px, 6vw, 60px); border: 1px solid #d7d9ef; border-top: 5px solid var(--asrm-purple-600); border-radius: 0; background: var(--asrm-lavender); color: var(--asrm-ink); }
.asrm-callout h2 { max-width: 830px; color: var(--asrm-ink); }
.asrm-callout p { max-width: 700px; color: var(--asrm-muted); }
details { border-top: 1px solid var(--asrm-line); }
details:last-of-type { border-bottom: 1px solid var(--asrm-line); }
summary { padding: 16px 3px; color: var(--asrm-ink); cursor: pointer; font-weight: 700; }
details > p, details > div:not(.asrm-officer__bio) { padding: 0 3px 15px; }
.asrm-empty { padding: 24px; border: 1px solid var(--asrm-line); background: rgba(255,255,255,.72); color: var(--asrm-muted); }

/* Focused member login */
body.asrm-login-page { position: relative; min-height: 100vh; overflow-x: hidden; background: #fff; }
body.asrm-login-page::before { position: fixed; z-index: 0; inset: 0; background: url("assets/images/asrm-login-dna.svg") center / cover no-repeat; content: ""; opacity: .13; pointer-events: none; }

.asrm-status-dialog { width: min(460px, calc(100vw - 32px)); padding: clamp(26px, 5vw, 38px); border: 0; border-top: 6px solid var(--asrm-purple-600); border-radius: 8px; background: #fff; color: var(--asrm-ink); box-shadow: 0 28px 80px rgba(22, 23, 45, .3); }
.asrm-status-dialog::backdrop { background: rgba(17, 17, 34, .58); backdrop-filter: blur(3px); }
.asrm-status-dialog--success { border-top-color: #21834d; }.asrm-status-dialog--error { border-top-color: #b4233a; }.asrm-status-dialog--warning { border-top-color: #b06d00; }
.asrm-status-dialog__close { position: absolute; top: 12px; right: 13px; display: grid; width: 36px; height: 36px; padding: 0; place-items: center; border: 0; border-radius: 50%; background: #f0f1f6; color: var(--asrm-ink); font: 500 25px/1 Arial,sans-serif; cursor: pointer; }
.asrm-status-dialog__icon { display: grid; width: 48px; height: 48px; margin-bottom: 18px; place-items: center; border-radius: 50%; background: #eeedf8; color: var(--asrm-purple-600); font: 600 24px/1 Poppins,sans-serif; }
.asrm-status-dialog--success .asrm-status-dialog__icon { background: #e9f6ef; color: #17663a; }.asrm-status-dialog--error .asrm-status-dialog__icon { background: #fff1f3; color: #a3152d; }.asrm-status-dialog--warning .asrm-status-dialog__icon { background: #fff7e8; color: #8a5700; }
.asrm-status-dialog__eyebrow { margin: 0 0 5px; color: var(--asrm-purple-600); font: 600 .75rem/1.3 Poppins,sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.asrm-status-dialog h2 { margin: 0 0 10px; color: var(--asrm-ink); font-size: clamp(1.45rem, 4vw, 1.9rem); line-height: 1.15; }.asrm-status-dialog > p:not(.asrm-status-dialog__eyebrow) { margin: 0 0 22px; color: var(--asrm-muted); }
.asrm-status-dialog > .asrm-button { min-width: 120px; }.asrm-confirm-dialog__actions { display: flex; justify-content: flex-end; gap: 10px; }.asrm-confirm-dialog__actions .asrm-button { min-width: 120px; }
.asrm-confirm-dialog__actions button[data-confirm-cancel] { border-color: var(--asrm-purple-900); background: var(--asrm-purple-900); color: #fff !important; }
.asrm-confirm-dialog__actions button[data-confirm-cancel]:hover { border-color: #4e528f; background: #4e528f; color: #fff !important; }
.asrm-login-screen { position: relative; z-index: 1; display: grid; min-height: 100vh; padding: 40px 20px; place-items: center; }
.asrm-login-panel { width: min(460px, 100%); padding: clamp(30px, 5vw, 48px); border: 1px solid #dedfea; border-top: 5px solid var(--asrm-purple-600); background: rgba(255,255,255,.96); box-shadow: 0 24px 64px rgba(38,48,71,.12); }
.asrm-login-panel__brand { display: flex; margin-bottom: 34px; justify-content: center; }
.asrm-login-panel__brand .asrm-brand img { width: min(320px, 80vw); max-height: 105px; object-position: center; }
.asrm-login-panel .asrm-auth h1 { margin-bottom: 10px; color: var(--asrm-ink); }
.asrm-login-panel .asrm-auth__links { display: grid; margin-top: 22px; padding-top: 19px; gap: 8px; border-top: 1px solid var(--asrm-line); font-size: .9rem; }
.asrm-login-panel__home { margin: 30px 0 0; text-align: center; font-size: .84rem; }
.asrm-login-panel__home a { color: var(--asrm-muted); text-decoration: none; }
.asrm-login-panel__home a:hover { color: var(--asrm-purple-900); }

/* Footer */
.asrm-site-footer { padding: 108px 0 72px; border-top: 5px solid var(--asrm-purple-600); color: #d9d9e8; background: #171320; font-size: 14px; }
.asrm-footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3, .72fr); gap: 42px; }
.asrm-footer-brand .asrm-brand { width: 273px; max-width: 100%; }
.asrm-footer-brand .asrm-brand img { width: 273px; max-width: none; max-height: none; }
.asrm-brand--inverse { position: relative; display: block; width: 273px; height: 113px; overflow: hidden; }
.asrm-brand--inverse > span { position: absolute; top: 0; height: 113px; overflow: hidden; }
.asrm-brand--inverse__mark { left: 0; width: 128px; }
.asrm-brand--inverse__type { left: 113px; width: 160px; }
.asrm-brand--inverse img { position: absolute; top: 0; width: 273px !important; height: 113px !important; max-width: none; object-fit: contain; object-position: left top; }
.asrm-brand--inverse__mark img { left: 0; filter: none; }
.asrm-brand--inverse__type img { left: -113px; filter: brightness(0) invert(1); }
.asrm-footer-brand p { max-width: 360px; }
.asrm-site-footer h3 { color: #fff; font-size: .83rem; letter-spacing: 0; }
body.asrm-modern .asrm-site-footer a { color: #fff; font-family: Poppins, "Segoe UI", Helvetica, Arial, sans-serif; font-weight: 500; }
.asrm-site-footer address { color: #d9d9e8; font-style: normal; }
.asrm-site-footer ul { margin: 0; padding: 0; list-style: none; }
.asrm-site-footer li { margin: 7px 0; }
.asrm-footer-legal { display: flex; margin-top: 43px; padding-top: 19px; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.18); font-size: .79rem; }

/* Global Poppins Medium typography contract, including plugin-rendered screens. */
body.asrm-modern h1, body.asrm-modern h2, body.asrm-modern h3, body.asrm-modern h4, body.asrm-modern h5, body.asrm-modern h6 { font-family: Poppins, "Segoe UI", Helvetica, Arial, sans-serif; font-weight: 500; }
body.asrm-modern .asrm-eyebrow, body.asrm-modern .asrm-event__eyebrow { margin-bottom: 1px; font-family: Poppins, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 23px; font-weight: 500; line-height: calc(1.68em - 6px); letter-spacing: .1em; }
body.asrm-modern .asrm-auth h1 { line-height: calc(1.03em - 4px); }
body.asrm-modern .asrm-event__banner h1 { line-height: calc(1.08em - 4px); }
body.asrm-modern .asrm-event__section h2, body.asrm-modern .asrm-event__programme h2, body.asrm-modern .asrm-event__registration h2 { line-height: calc(1.1em - 4px); }
body.asrm-modern .asrm-eyebrow::before, body.asrm-modern .asrm-event__eyebrow::before { display: none; content: none; }
body.asrm-modern .asrm-button, body.asrm-modern .asrm-event__button, body.asrm-modern .asrm-event-form button, body.asrm-modern .asrm-auth #wp-submit, body.asrm-modern .asrm-stepper button { font-family: Poppins, "Segoe UI", Helvetica, Arial, sans-serif; font-weight: 500; }
body.asrm-modern .asrm-nav a, body.asrm-modern .asrm-event__jump a, body.asrm-modern .asrm-portal__nav a { font-family: Poppins, "Segoe UI", Helvetica, Arial, sans-serif; font-weight: 500; }

@media (max-width: 1180px) {
	:root { --asrm-container: min(100% - 44px, 1120px); }
	.asrm-menu-toggle { display: inline-flex; }
	.asrm-nav { position: absolute; top: 100%; left: 0; display: none; width: 100%; max-height: calc(100vh - 82px); padding: 22px; overflow: auto; border-top: 1px solid var(--asrm-line); background: #fff; box-shadow: 0 22px 35px rgba(38,48,71,.12); }
	.asrm-nav.is-open { display: block; }
	.asrm-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
	.asrm-nav li > a { padding: 11px 2px; border-bottom: 1px solid var(--asrm-line); }
	.asrm-nav .current-menu-item > a::after, .asrm-nav .current_page_parent > a::after { display: none; }
	.asrm-nav-search { display: inline-grid; margin: 13px 12px 0 0; border: 1px solid var(--asrm-line); }
	.asrm-button--header { margin-top: 13px; }
}

@media (max-width: 900px) {
	.asrm-home-event-panel, .asrm-inner-hero__grid, .asrm-home-intro, .asrm-president-panel, .asrm-membership-panel, .asrm-society-intro, .asrm-content-layout, .asrm-contact-lead, .asrm-split { grid-template-columns: 1fr; }
	.asrm-home-intro article { margin: -28px 24px 0; }
	.asrm-home-event-panel__body { padding-right: 50px; }
	.asrm-inner-hero__copy { max-width: 760px; padding-right: 0; }
	.asrm-membership-hero .asrm-inner-hero__copy { width: min(700px, 72%); }
	.asrm-inner-hero__media, .asrm-inner-hero__media img { min-height: 360px; }
	.asrm-focus-grid, .asrm-membership-paths { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.asrm-grid--4, .asrm-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.asrm-event-row { grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr); }
	.asrm-resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.asrm-history li { grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr); }
	.asrm-footer-grid { grid-template-columns: 1.25fr repeat(2, .75fr); }
	.asrm-footer-grid > :last-child { grid-column: 1 / -1; }
	.asrm-contact-lead__copy { padding-right: 0; padding-bottom: 40px; }
	.asrm-contact-details__copy { width: auto; }
	.asrm-contact-form__intro { position: relative; top: auto; }
	.asrm-chapter-grid { grid-template-columns: 1fr; }
	.asrm-chapter-card__map iframe { left: 0; width: 100%; transform: none; }
}

@media (max-width: 782px) {
	body.admin-bar .asrm-site-header { top: 46px; }
}

@media (max-width: 700px) {
	:root { --asrm-container: min(100% - 28px, 1120px); }
	body { font-size: 15.5px; }
	.asrm-topbar { display: block; }
	.asrm-topbar .asrm-container { justify-content: flex-end; }
	.asrm-topbar__tagline, .asrm-topbar__contact { display: none; }
	.asrm-header-inner { min-height: 78px; }
	.asrm-brand img { width: 216px; max-width: 68vw; max-height: 68px; }
	h1 { font-size: clamp(2.25rem, 11vw, 3.1rem); }
	h2 { font-size: clamp(1.75rem, 8vw, 2.4rem); }
	.asrm-section { padding: 62px 0; }
	.asrm-section-heading--row, .asrm-gallery-album > header, .asrm-video-link, .asrm-final-cta { align-items: flex-start; flex-direction: column; }
	.asrm-home-hero, .asrm-home-hero__slides, .asrm-home-hero__slide, .asrm-home-hero__content { min-height: 640px; }
	.asrm-home-hero__content { padding: 58px 48px 98px 0; }
	.asrm-home-hero__content h1, .asrm-home-hero__content h2 { font-size: clamp(2.05rem, 9vw, 2.85rem); }
	.asrm-home-hero__summary { font-size: .96rem; line-height: 1.55; }
	.asrm-home-hero__controls { right: 9px; padding: 9px 7px; gap: 10px; }
	.asrm-home-hero__dot { width: 15px; height: 15px; }
	.asrm-home-hero__veil { background: rgba(29,37,54,.76); }
	.asrm-home-events { margin-top: -52px; padding-bottom: 44px; }
	.asrm-home-event-slider__label { top: -45px; right: 14px; min-width: 180px; padding: 12px 17px; font-size: .92rem; }
	.asrm-home-event-panel, .asrm-home-event-panel.asrm-slide.is-active { padding: 44px 18px 70px; grid-template-columns: 1fr; gap: 26px; }
	.asrm-home-event-panel__body { padding: 0; }
	.asrm-event-countdown { gap: 7px; }
	.asrm-event-countdown strong { min-width: 43px; height: 41px; }
	.asrm-home-event-controls { right: 8px; bottom: 8px; }
	.asrm-home-intro__media, .asrm-home-intro__media img { min-height: 320px; }
	.asrm-home-intro article { margin: -22px 14px 0; padding: 30px 24px; }
	.asrm-focus-grid, .asrm-membership-paths, .asrm-grid--4, .asrm-grid--3, .asrm-resource-grid, .asrm-mission-grid, .asrm-partners-panel, .asrm-filter-bar .asrm-actions, .asrm-footer-grid { grid-template-columns: 1fr; }
	.asrm-gallery-mosaic { height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 180px); }
	.asrm-gallery-mosaic--extended { grid-template-rows: repeat(4, 180px); grid-auto-rows: 180px; }
	.asrm-gallery-mosaic--home { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(4, 170px); }
	.asrm-gallery-mosaic--home figure { grid-column: auto; grid-row: auto; }
	.asrm-gallery-mosaic__tall { grid-row: 1 / 3; }
	.asrm-gallery-mosaic__wide { grid-column: 1 / 3; }
	.asrm-gallery-mosaic__third-row-wide { grid-column: auto; }
	.asrm-president-image { height: 520px; }
	.asrm-lightbox { width: calc(100vw - 28px); max-height: calc(100vh - 28px); }
	.asrm-lightbox__close { top: -12px; right: -8px; }
	.asrm-site-footer { padding: 82px 0 42px; }
	.asrm-history li, .asrm-history li:nth-child(even) { display: flex; margin-bottom: 52px; flex-direction: column; }
	.asrm-history li:nth-child(even) .asrm-history__image { order: 0; }
	.asrm-history article, .asrm-history li:nth-child(even) article { margin: -20px 14px 0; padding: 30px 24px; }
	.asrm-history__image, .asrm-history__image img { min-height: 270px; }
	.asrm-society-about__grid { grid-template-columns: 1fr; }
	.asrm-society-about__media { width: min(680px, 100%); min-height: 520px; margin-inline: auto; }
	.asrm-leadership-grid--executive { grid-template-columns: 1fr; }
	.asrm-mission-grid article:last-child { border-top: 1px solid #d7d9ef; border-left: 0; }
	.asrm-event-row { grid-template-columns: 1fr; }
	.asrm-event-row__media, .asrm-event-row__media img { min-height: 250px; }
	.asrm-event-row__body { padding: 28px 24px; }
	.asrm-page-banner, .asrm-page-banner__content { min-height: 300px; }
	.asrm-gallery-tabs, .asrm-archive-tabs { margin-top: 0; justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; }
	.asrm-gallery-tabs button, .asrm-archive-tabs a { flex: 0 0 auto; }
	.asrm-gallery-pagination { justify-content: space-between; }
	.asrm-timeline li { grid-template-columns: 1fr; gap: 5px; }
	.asrm-membership-hero { min-height: 560px; }
	.asrm-membership-hero .asrm-container { min-height: 560px; }
	.asrm-membership-hero .asrm-inner-hero__copy { width: 100%; }
	.asrm-membership-hero__veil { background: linear-gradient(90deg, rgba(247,249,252,.98), rgba(247,249,252,.82)); }
	.asrm-values article { min-height: 120px; padding-left: 96px; }
	.asrm-values article::before { width: 76px; font-size: 3.25rem; }
	.asrm-contact-details__copy { width: auto; }
	.asrm-contact-map { height: 150px; }
	.asrm-society-intro__summary { padding: 25px 24px; }
	.asrm-society-about__media { min-height: 0; padding-bottom: 36px; }
	.asrm-society-about__media figure { position: relative; width: 88%; }
	.asrm-society-about__media figure:first-child { top: auto; left: auto; }
	.asrm-society-about__media figure:last-child { right: auto; bottom: auto; z-index: 2; margin: -42px 0 0 auto; }
	.asrm-society-about__media figcaption { min-height: 0; }
	.asrm-timeline li { grid-template-columns: 45px 1fr; gap: 8px; }
	.asrm-footer-grid > :last-child { grid-column: auto; }
	.asrm-footer-legal { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
	.asrm-site-header, .asrm-site-footer, .asrm-slider-controls, .asrm-home-hero__controls, .asrm-home-event-controls { display: none; }
	body { color: #000; font-size: 12pt; }
	a { color: #000; }
}
