/* Portal UAD — DOSM-inspired visual system */
@font-face { font-family: "Poppins"; src: url("../fonts/poppins-300.ttf") format("truetype"); font-style: normal; font-weight: 300; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/poppins-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/poppins-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/poppins-600.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/poppins-700.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }

:root {
    --brand-teal: #15818D;
    --brand-teal-dark: #0E6670;
    --brand-navy: #0B3F66;
    --brand-blue: #1467A8;
    --brand-sky: #E7F5FA;
    --brand-gold: #E0B441;
    --brand-red: #C9363E;
    --surface: #FFFFFF;
    --ink: #102A43;
    --dosm-teal: var(--brand-teal);
    --dosm-teal-hover: var(--brand-teal-dark);
    --dosm-teal-active: var(--brand-navy);
    --dosm-teal-soft: rgba(21, 129, 141, .09);
    --dosm-teal-wash: var(--brand-sky);
    --dosm-gold: var(--brand-gold);
    --dosm-yellow: #F2CF66;
    --dosm-rose: var(--brand-red);
    --dosm-lavender: #8bbce0;
    --dosm-sage: #cfe5f6;
    --dosm-black: var(--ink);
    --dosm-text: #1e3550;
    --dosm-muted: #5a6f85;
    --dosm-border: #c9dceb;
    --dosm-white: #fff;
    --navy-950: var(--brand-navy);
    --navy-900: var(--brand-navy);
    --navy-800: var(--brand-blue);
    --blue-700: var(--brand-blue);
    --blue-100: var(--brand-sky);
    --gold-500: var(--brand-gold);
    --gold-400: #F2CF66;
    --gold-100: #FFF8DD;
    --red-600: var(--brand-red);
    --slate-950: var(--ink);
    --slate-800: #1e3550;
    --slate-600: #5a6f85;
    --slate-400: #7f96aa;
    --slate-200: #c9dceb;
    --slate-100: #edf5fb;
    --slate-50: #f7fbff;
    --shadow-sm: 0 1px 3px rgba(7, 59, 111, .08);
    --shadow-md: 0 4px 12px rgba(7, 59, 111, .14);
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 8px;
    --container: 1440px;
    --transition: 180ms ease;
}

html { scroll-padding-top: 112px; }
body { color: var(--dosm-text); background: var(--dosm-white); font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-weight: 400; line-height: 1.5; }
h1, h2, h3, h4, h5, h6 { color: var(--dosm-black); font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: 0; }
h1 { font-size: clamp(40px, 4.4vw, 56px); font-weight: 700; line-height: 1.35; }
h2 { font-size: clamp(28px, 3vw, 32px); font-weight: 600; line-height: 1.2; }
h3 { font-size: 18px; font-weight: 700; line-height: 1.2; }
a { transition: color var(--transition), background var(--transition), border-color var(--transition), opacity var(--transition); }
a:where(:not(.button):not(.brand):not(.service-card):not(.quick-access a)):hover { color: var(--dosm-teal-hover); }
:focus-visible { outline: 2px solid var(--dosm-teal); outline-offset: 3px; }
.container { width: min(var(--container), calc(100% - 80px)); }
.eyebrow { margin-bottom: 12px; color: var(--dosm-teal); font-size: 13px; font-weight: 600; letter-spacing: .08em; }
.eyebrow--blue, .eyebrow--gold { color: var(--dosm-teal); }
.skip-link { color: var(--dosm-white); background: var(--dosm-teal); border-radius: 4px; }

/* Government utility and identity */
.government-bar { color: var(--dosm-white); background: var(--dosm-teal); font-size: 12px; }
.government-bar__inner { min-height: 48px; }
.utility-links button { width: 44px; min-width: 44px; height: 44px; min-height: 44px; padding: 0; border-color: rgba(255,255,255,.45); border-radius: 3px; font-size: 14px; line-height: 1; }
.utility-links button:hover, .utility-links button.is-active { color: var(--dosm-teal-active); background: var(--dosm-white); border-color: var(--dosm-white); }
.utility-links strong { color: var(--dosm-white); }
.malaysia-flag { box-shadow: 0 0 0 1px rgba(255,255,255,.6); }
.brand-bar { background: var(--dosm-white); border-bottom: 1px solid var(--dosm-border); }
.brand-bar__inner { min-height: 112px; gap: 32px; }
.brand { gap: 16px; }
.brand__crest { display: grid; flex: 0 0 auto; place-items: center; width: 92px; height: 80px; }
.brand__crest img { width: 100%; height: 100%; object-fit: contain; }
.brand__text { gap: 2px; line-height: 1.25; }
.brand__text strong { color: var(--dosm-black); font-family: "Poppins", sans-serif; font-size: 28px; font-weight: 700; letter-spacing: 0; text-transform: uppercase; }
.brand__ministry { margin-bottom: 0; color: var(--dosm-teal); font-size: 12px; font-weight: 600; letter-spacing: .08em; }
.brand__text > span:last-child { margin-top: 0; color: var(--dosm-muted); font-size: 12px; font-weight: 400; letter-spacing: 0; }
.site-search { width: min(359px, 34vw); min-height: 50px; padding: 4px; background: var(--dosm-white); border: 0; border-radius: 40px; box-shadow: 0 2px 8px rgba(7,59,111,.1); }
.site-search:focus-within { box-shadow: 0 2px 12px rgba(7,59,111,.18); }
.site-search input { padding: 8px 16px; color: var(--dosm-black); font-size: 14px; font-weight: 300; }
.site-search input::placeholder { color: #888; opacity: .65; }
.site-search button { min-width: 72px; min-height: 42px; padding: 8px 16px; color: var(--dosm-white); background: var(--dosm-teal); border-radius: 40px; font-size: 14px; font-weight: 500; }
.site-search button:hover { background: var(--dosm-teal-hover); }
.menu-toggle { width: 48px; height: 48px; padding: 12px; background: var(--dosm-teal); border-radius: 4px; }

/* DOSM white navigation */
.main-nav { color: var(--dosm-black); background: var(--dosm-white); border-bottom: 1px solid var(--dosm-border); box-shadow: 0 1px 3px rgba(7,59,111,.07); }
.main-nav__inner { gap: 4px; }
.main-nav a { min-width: 0; padding: 16px 20px 13px; color: var(--dosm-black); border-bottom: 3px solid transparent; font-size: 16px; font-weight: 400; }
.main-nav a:hover { color: var(--dosm-black); background: var(--dosm-teal-soft); }
.main-nav a[aria-current="page"] { color: var(--dosm-black); background: transparent; border-bottom-color: var(--dosm-teal); font-weight: 700; }
.main-nav a[aria-current="page"]::after { display: none; }
.mobile-site-search { display: none; }

/* Buttons and links */
.button { min-height: 50px; padding: 12px 24px; border-radius: 40px; font-size: 14px; font-weight: 500; line-height: 21px; box-shadow: 0 1px 3px rgba(7,59,111,.14), 0 1px 2px rgba(7,59,111,.2); }
.button:hover { transform: none; box-shadow: 0 2px 6px rgba(7,59,111,.2); }
.button--gold { color: var(--dosm-white); background: var(--dosm-teal); }
.button--gold:hover { color: var(--dosm-white); background: var(--dosm-teal-hover); }
.button--outline-light { color: var(--dosm-teal); background: rgba(11,99,169,.06); border-color: var(--dosm-teal); box-shadow: none; }
.button--outline-light:hover { color: var(--dosm-white); background: var(--dosm-teal); }
.text-link, .link-button, .panel-heading > a { color: var(--dosm-teal); font-weight: 600; }
.text-link:hover, .link-button:hover { color: var(--dosm-teal-hover); text-decoration: underline; }

/* Full-image homepage hero */
.hero-visual {
    width: min(calc(100% - 40px), 1600px);
    height: clamp(500px, 38vw, 560px);
    margin: 20px auto 0;
    overflow: hidden;
    background: #073b5c;
    border: 1px solid var(--dosm-teal);
    border-radius: 20px;
    box-shadow: 0 18px 42px rgba(7,59,92,.16);
}
.hero-visual img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }

/* Legacy carousel theme retained for non-hero carousel components. */
.hero-carousel {
    width: calc(100% - 40px);
    min-height: 560px;
    margin: 20px auto 0;
    overflow: hidden;
    color: var(--dosm-text);
    background: var(--dosm-white);
    border: 2px solid var(--dosm-teal);
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(7,59,111,.14);
}
.hero-slide { min-height: 560px; overflow: hidden; background: linear-gradient(135deg, #fff 0%, var(--dosm-teal-wash) 100%); }
.hero-slide > img { right: 0; left: auto; width: 53%; height: 100%; object-fit: cover; clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%); }
.hero-slide__overlay { z-index: 1; background: linear-gradient(90deg, #fff 0%, #fff 43%, rgba(255,255,255,.92) 49%, rgba(11,99,169,.14) 100%); }
.hero-slide:first-child .hero-slide__overlay,
.hero-slide:nth-child(2) .hero-slide__overlay,
.hero-slide:nth-child(3) .hero-slide__overlay { inset: 0 auto 0 0; width: 56%; background: var(--dosm-white); clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%); }
.hero-particles {
    position: absolute;
    z-index: 2;
    inset: 0 auto 0 0;
    width: 56%;
    overflow: hidden;
    pointer-events: none;
    clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%);
    -webkit-mask-image: radial-gradient(ellipse 48% 58% at 38% 48%, rgba(0,0,0,.56) 0 48%, rgba(0,0,0,.78) 72%, #000 100%);
    mask-image: radial-gradient(ellipse 48% 58% at 38% 48%, rgba(0,0,0,.56) 0 48%, rgba(0,0,0,.78) 72%, #000 100%);
}
.hero-particles canvas { display: block; width: 100% !important; height: 100% !important; }
.hero-slide::after { content: ""; position: absolute; z-index: 1; right: 0; bottom: 0; width: 48%; height: 12px; background: linear-gradient(90deg, var(--dosm-teal), var(--dosm-teal-hover)); transform: skewX(-28deg); transform-origin: right bottom; }
.hero-slide__content { position: relative; z-index: 3; display: flex; align-items: center; justify-content: center; min-height: 560px; padding-block: 64px; padding-right: 55%; }
.hero-slide__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; width: 100%; max-width: 680px; margin-inline: auto; }
.hero-slide__copy[data-hero-copy-align="panel-center"] { transform: none; }
.hero-slide__content :is(h1, h2) { max-width: 680px; margin-bottom: 20px; color: var(--dosm-black); font-family: "Poppins", sans-serif; font-weight: 700; line-height: 1.28; }
.hero-slide__content :is(h1, h2) [data-hero-title-line] { display: block; white-space: nowrap; }
.hero-slide__copy > p:not(.eyebrow) { max-width: 600px; margin-bottom: 32px; color: var(--dosm-text); font-size: 16px; line-height: 1.6; }
.hero-carousel.carousel--single [data-slide].is-active { animation: heroBannerEnter .9s cubic-bezier(.22, 1, .36, 1) both; }
.hero-carousel.carousel--single [data-slide].is-active > img { animation: heroBannerImageEnter 1.1s cubic-bezier(.22, 1, .36, 1) both; }
.hero-carousel.carousel--single [data-slide].is-active .hero-slide__copy > * { animation: heroBannerCopyEnter .72s cubic-bezier(.22, 1, .36, 1) both; }
.hero-carousel.carousel--single [data-slide].is-active .hero-slide__copy > :nth-child(2) { animation-delay: .08s; }
.hero-carousel.carousel--single [data-slide].is-active .hero-slide__copy > :nth-child(3) { animation-delay: .16s; }
.hero-carousel.carousel--single [data-slide].is-active .hero-slide__copy > :nth-child(4) { animation-delay: .24s; }
@keyframes heroBannerEnter {
    from { opacity: .35; }
    to { opacity: 1; }
}
@keyframes heroBannerImageEnter {
    from { opacity: .55; transform: translateX(32px) scale(1.025); }
    to { opacity: 1; transform: translateX(0) scale(1); }
}
@keyframes heroBannerCopyEnter {
    from { opacity: 0; transform: translateX(-24px); }
    to { opacity: 1; transform: translateX(0); }
}
.hero-carousel .carousel__overlay-controls {
    right: 0;
    bottom: 18px;
    left: 0;
    width: 100%;
    max-width: none;
    padding-inline: 20px;
}
.carousel__buttons button, .rail-controls button { width: 44px; height: 44px; color: var(--dosm-white); background: var(--dosm-teal); border: 0; box-shadow: 0 2px 8px rgba(7,59,111,.12); }
.carousel__buttons .carousel__toggle { width: auto; min-width: 76px; padding-inline: 14px; }
.carousel__buttons button:hover, .rail-controls button:hover { color: var(--dosm-white); background: var(--dosm-teal-hover); border-color: transparent; }
.carousel__dots button::before { background: rgba(11,99,169,.28); }
.carousel__dots button.is-active::before { background: var(--dosm-teal); }

/* Quick access indicator cards */
.quick-access { padding-block: 20px; background: var(--dosm-white); border-bottom: 0; box-shadow: none; }
.quick-access__grid { gap: 20px; }
.quick-access a { position: relative; grid-template-columns: 68px 1fr; min-height: 108px; padding: 20px; overflow: hidden; background: var(--dosm-white); border: 0; border-radius: 8px; box-shadow: 0 2px 8px rgba(7,59,111,.1); }
.quick-access a::after { content: ""; position: absolute; right: -12px; bottom: -4px; left: -12px; height: 12px; background: var(--dosm-teal); transform: rotate(-1deg); }
.quick-access a:nth-child(2)::after { background: var(--dosm-teal-hover); }
.quick-access a:nth-child(3)::after { background: var(--dosm-sage); }
.quick-access a:nth-child(4)::after { background: var(--dosm-lavender); }
.quick-access a:hover { background: var(--dosm-teal-soft); box-shadow: 0 4px 12px rgba(7,59,111,.14); }
.quick-access a > span { grid-row: 1 / 3; width: 48px; height: 48px; color: var(--dosm-white); background: var(--dosm-teal); border-radius: 50%; }
.quick-access a > .quick-icon { position: relative; display: grid; width: 62px; height: 62px; overflow: hidden; place-items: center; color: inherit; background: radial-gradient(circle at 30% 20%, #fff 0 5%, #eaf4fc 34%, #cfe5f6 100%); border: 1px solid rgba(11,99,169,.15); border-radius: 18px; box-shadow: inset 0 2px 2px rgba(255,255,255,.9), inset 0 -5px 9px rgba(11,99,169,.13), 0 7px 12px rgba(7,59,111,.18); transform: translateY(0); transition: transform .3s ease, box-shadow .3s ease; }
.quick-icon svg { position: relative; z-index: 1; display: block; width: 54px; height: 54px; overflow: visible; filter: drop-shadow(0 3px 2px rgba(7,59,111,.18)); }
.quick-icon::after { content: ""; position: absolute; z-index: 2; top: -20%; bottom: -20%; left: -48%; width: 22px; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(255,255,255,.82), transparent); opacity: 0; transform: rotate(18deg); transition: left .55s ease, opacity .24s ease; }
.quick-access a:hover .quick-icon, .quick-access a:focus-visible .quick-icon { box-shadow: inset 0 2px 2px rgba(255,255,255,.95), inset 0 -5px 9px rgba(11,99,169,.11), 0 12px 18px rgba(7,59,111,.24); transform: translateY(-4px) rotate(-1deg); }
.quick-access a:hover .quick-icon::after, .quick-access a:focus-visible .quick-icon::after { left: 122%; opacity: 1; }
.quick-access strong { color: var(--dosm-black); font-size: 16px; font-weight: 600; }
.quick-access small { color: var(--dosm-muted); }

/* Section rhythm and cards */
.section { padding-block: 64px; }
.section--soft { background: #f4f9fd; }
.section-heading { margin-bottom: 32px; }
.section-heading h2 { margin-bottom: 12px; }
.section-heading p:last-child { color: var(--dosm-muted); }
.staff-card { position: relative; display: flex; width: 272px; overflow: hidden; flex-direction: column; border: 0; border-radius: 8px; box-shadow: 0 2px 8px rgba(7,59,111,.1); }
.staff-card::after { content: ""; position: absolute; right: -8px; bottom: -4px; left: -8px; height: 12px; background: var(--dosm-teal); transform: rotate(-1deg); }
.staff-card:nth-child(3n+2)::after { background: var(--dosm-teal-hover); }
.staff-card:nth-child(3n)::after { background: var(--dosm-sage); }
.staff-card:hover { transform: scale(1.02); box-shadow: 0 4px 12px rgba(7,59,111,.14); }
.staff-card__image { height: 240px; flex: 0 0 240px; background: var(--dosm-teal-wash); }
.staff-card__body { display: flex; padding: 20px 20px 28px; flex: 1; flex-direction: column; }
.staff-card__section { color: var(--dosm-teal); font-size: 12px; font-weight: 600; letter-spacing: .04em; }
.staff-card h3 { min-height: 2.4em; color: var(--dosm-black); font-size: 18px; font-weight: 700; }
.staff-card__body > p:not(.staff-card__section) { color: var(--dosm-muted); }
.staff-card__contact a { min-height: 44px; padding: 11px 8px; color: var(--dosm-teal); background: var(--dosm-teal-soft); border-radius: 40px; font-weight: 500; }
.staff-card__contact { margin-top: auto; }
.staff-card__contact a:hover { color: var(--dosm-white); background: var(--dosm-teal); text-decoration: none !important; }
.vacancy-notice { display: grid; grid-template-columns: 32px minmax(0, 1fr) auto; gap: 14px; align-items: center; margin: -10px 0 22px; padding: 14px 16px; color: #073b6f; background: #eaf4fc; border: 1px solid #b9d9f2; border-left: 4px solid var(--dosm-gold); border-radius: 6px; }
.vacancy-notice > span { display: grid; width: 30px; height: 30px; place-items: center; color: #073b6f; background: var(--dosm-gold); border-radius: 50%; font-weight: 700; }
.vacancy-notice p { margin: 0; }
.vacancy-notice a { min-height: 44px; padding: 10px 12px; color: var(--dosm-teal); font-weight: 700; }
.rail-controls { gap: 8px; margin-top: 8px; }
.content-panel { padding: 32px; border: 0; border-radius: 8px; box-shadow: 0 2px 8px rgba(7,59,111,.1); }
.announcement-item { padding-block: 16px; }
.announcement-item p span { padding: 4px 12px; color: var(--dosm-white); background: var(--dosm-gold); border-radius: 20px; font-size: 12px; font-weight: 600; }
.announcement-item > span { color: var(--dosm-teal); }
.calendar-item { grid-template-columns: 64px 1fr; padding: 16px 0; }
.calendar-item time { min-height: 64px; color: var(--dosm-white); background: var(--dosm-teal); border-radius: 4px; }
.calendar-item time span { color: var(--dosm-white); }

/* Feature and service sections */
.activity-feature { position: relative; overflow: hidden; color: var(--dosm-white); background: linear-gradient(130deg, var(--dosm-teal-active), var(--dosm-teal)); }
.activity-feature::before { content: ""; position: absolute; top: -80px; right: -60px; width: 280px; height: 280px; background: var(--dosm-rose); border-radius: 50%; opacity: .16; }
.activity-copy h2 { color: var(--dosm-white); font-family: "Poppins", sans-serif; font-weight: 600; }
.activity-copy > p:not(.eyebrow):not(.activity-meta) { color: rgba(255,255,255,.82); }
.activity-copy .eyebrow, .activity-meta { color: var(--dosm-white); }
.activity-copy .button--outline-light { color: var(--dosm-white); background: transparent; border-color: var(--dosm-white); }
.activity-copy .button--outline-light:hover { color: var(--dosm-teal); background: var(--dosm-white); }
.activity-source { display: inline-flex; align-items: center; gap: 7px; margin: -10px 0 24px; color: rgba(255,255,255,.82); font-size: 13px; font-weight: 500; text-decoration: underline; text-decoration-color: rgba(255,255,255,.4); text-underline-offset: 4px; }
.activity-source:hover { color: var(--dosm-white); text-decoration-color: var(--dosm-white); }
.activity-carousel { border-radius: 8px; box-shadow: 0 8px 20px rgba(7,59,111,.2); }
.activity-carousel__controls, .dialog-carousel__controls { background: var(--dosm-teal-active); }
.activity-carousel .carousel__dots button::before, .dialog-carousel .carousel__dots button::before { background: rgba(255,255,255,.35); }
.activity-carousel .carousel__dots button.is-active::before, .dialog-carousel .carousel__dots button.is-active::before { background: var(--dosm-white); }
.services-grid { gap: 20px; }
.service-card { min-height: 272px; padding: 24px 24px 36px; border: 0; border-radius: 8px; box-shadow: 0 2px 8px rgba(7,59,111,.1); }
.service-card::after { right: -12px; bottom: -4px; left: -12px; width: auto; height: 12px; background: var(--dosm-teal); border-radius: 0; transform: rotate(-1deg); }
.service-card:nth-child(2)::after { background: var(--dosm-teal-hover); }
.service-card:nth-child(3)::after { background: var(--dosm-sage); }
.service-card:nth-child(4)::after { background: var(--dosm-lavender); }
.service-card:nth-child(5)::after { background: var(--dosm-rose); }
.service-card:hover { color: var(--dosm-text); background: var(--dosm-white); box-shadow: 0 4px 12px rgba(7,59,111,.14); transform: scale(1.02); }
.service-card:hover h3 { color: var(--dosm-black); }
.service-card:hover p { color: var(--dosm-muted); }
.service-card:hover strong { color: var(--dosm-teal); }
.service-card__icon {
    position: relative;
    width: 68px;
    height: 68px;
    margin-bottom: 22px;
    overflow: hidden;
    color: var(--dosm-white);
    background: radial-gradient(circle at 29% 18%, #fff 0 4%, #eaf4fc 31%, #cfe5f6 100%);
    border: 1px solid rgba(11,99,169,.16);
    border-radius: 19px;
    box-shadow: inset 0 2px 2px rgba(255,255,255,.95), inset 0 -6px 10px rgba(11,99,169,.14), 0 8px 14px rgba(7,59,111,.2);
    transform: translateY(0);
    transform-style: preserve-3d;
    transition: transform .3s ease, box-shadow .3s ease;
}
.service-card__icon svg { position: relative; z-index: 1; display: block; width: 60px; height: 60px; overflow: visible; filter: drop-shadow(0 3px 2px rgba(7,59,111,.2)); }
.service-card__icon::after { content: ""; position: absolute; z-index: 2; top: -18%; bottom: -18%; left: -50%; width: 24px; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(255,255,255,.85), transparent); opacity: 0; transform: rotate(18deg); transition: left .58s ease, opacity .24s ease; }
.service-card:hover .service-card__icon, .service-card:focus-visible .service-card__icon { box-shadow: inset 0 2px 2px rgba(255,255,255,.98), inset 0 -6px 10px rgba(11,99,169,.11), 0 14px 22px rgba(7,59,111,.26); transform: perspective(300px) translateY(-5px) rotateX(3deg) rotateY(-3deg); }
.service-card:hover .service-card__icon::after, .service-card:focus-visible .service-card__icon::after { left: 124%; opacity: 1; }
.service-card p { color: var(--dosm-muted); }
.service-card strong { color: var(--dosm-teal); }

/* Inner pages */
.page-hero { padding-block: 48px; color: rgba(255,255,255,.9); background: linear-gradient(105deg, rgba(7,59,111,.97), rgba(11,99,169,.88)), url("../images/banner-governance.svg") center/cover; }
.page-hero nav { margin-bottom: 20px; color: rgba(255,255,255,.78); }
.page-hero nav a { color: var(--dosm-white); }
.page-hero nav a:hover { color: var(--dosm-white); }
.page-hero h1 { color: var(--dosm-white); font-family: "Poppins", sans-serif; font-weight: 700; }
.page-hero .eyebrow { color: var(--dosm-white); }
.draft-notice { color: #073b6f; background: #eaf4fc; border-color: #b9d9f2; }
.draft-notice .container { padding-block: 12px; }
.corporate-layout { grid-template-columns: 240px minmax(0, 1fr); gap: 40px; padding-block: 64px; }
.in-page-nav { top: 24px; padding: 16px; background: var(--dosm-white); border: 1px solid var(--dosm-border); border-radius: 4px; box-shadow: 0 1px 3px rgba(7,59,111,.08); }
.in-page-nav strong { color: var(--dosm-black); border-bottom-color: var(--dosm-teal); }
.in-page-nav a:hover { color: var(--dosm-teal); background: var(--dosm-teal-soft); }
.corporate-section { padding-bottom: 64px; margin-bottom: 40px; }
.message-photo img { background: var(--dosm-teal-wash); border-radius: 8px; }
.message-section blockquote { color: var(--dosm-teal); border-left-color: var(--dosm-teal); font-family: "Poppins", sans-serif; font-size: 22px; font-weight: 500; }
.fact-grid { gap: 20px; }
.fact-grid article { position: relative; padding: 24px 24px 32px; overflow: hidden; background: var(--dosm-white); border: 0; border-radius: 8px; box-shadow: 0 2px 8px rgba(7,59,111,.1); }
.fact-grid article::after { content: ""; position: absolute; right: -8px; bottom: -4px; left: -8px; height: 12px; background: var(--dosm-teal); transform: rotate(-1deg); }
.vision-grid { gap: 20px; }
.vision-grid article { min-height: 256px; padding: 24px; background: var(--dosm-white); border: 1px solid var(--dosm-border); border-radius: 4px; box-shadow: 0 1px 3px rgba(7,59,111,.08); }
.vision-grid .number { color: rgba(11,99,169,.12); }
.vision-grid h3 { color: var(--dosm-teal); }
.charter { color: rgba(255,255,255,.85); background: var(--dosm-teal); border-radius: 8px; }
.charter .eyebrow { color: var(--dosm-white); }
.org-chart { background: #f4f9fd; border-color: var(--dosm-border); border-radius: 8px; }
.org-node { border: 1px solid var(--dosm-border); border-top: 4px solid var(--dosm-teal); border-radius: 4px; box-shadow: 0 1px 3px rgba(7,59,111,.08); }
.org-node--head { background: var(--dosm-teal); border-color: var(--dosm-teal-hover); }
.org-line, .org-branches::before { background: var(--dosm-teal-hover); }

/* Directory, gallery and references */
.directory-contact { display: grid; grid-template-columns: 1.05fr 1fr .9fr; gap: 24px 36px; align-items: center; margin-bottom: 28px; padding: 30px 32px; color: var(--dosm-white); background: linear-gradient(120deg, #073b6f 0%, var(--dosm-teal) 72%, #2d86c9 100%); border-radius: 8px; box-shadow: 0 8px 24px rgba(7,59,111,.2); }
.directory-contact__eyebrow { color: var(--dosm-white); }
.directory-contact__identity h2 { margin: 3px 0 4px; color: var(--dosm-white); font-size: clamp(24px, 2vw, 32px); }
.directory-contact__identity > strong { display: block; max-width: 280px; color: rgba(255, 255, 255, .82); font-size: 14px; font-weight: 500; }
.directory-contact address { padding-left: 24px; border-left: 1px solid rgba(255, 255, 255, .28); color: rgba(255, 255, 255, .9); font-size: 14px; font-style: normal; line-height: 1.8; }
.directory-contact__channels { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.directory-contact__channels a, .directory-contact__channels > div { display: flex; min-height: 76px; padding: 13px 15px; flex-direction: column; justify-content: center; color: var(--dosm-white); background: rgba(255, 255, 255, .11); border: 1px solid rgba(255, 255, 255, .2); border-radius: 6px; }
.directory-contact__channels a:hover { background: rgba(255, 255, 255, .2); text-decoration: none !important; }
.directory-contact__channels span { color: rgba(255, 255, 255, .72); font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.directory-contact__channels strong { margin-top: 3px; font-size: 15px; white-space: nowrap; }
.directory-contact__note { display: flex; grid-column: 1 / -1; gap: 12px; align-items: center; margin: 0; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .2); color: rgba(255, 255, 255, .82); font-size: 13px; }
.directory-contact__note > span:first-child { display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; color: var(--dosm-teal); background: var(--dosm-gold); border-radius: 50%; font-weight: 700; }
.directory-contact__note strong { display: block; color: var(--dosm-white); }
.directory-tools { grid-template-columns: 1fr 1fr auto auto; gap: 20px; padding: 20px; background: #f4f9fd; border-color: var(--dosm-border); border-radius: 4px; }
.directory-tools input, .directory-tools select { min-height: 50px; padding: 12px; color: var(--dosm-black); background: var(--dosm-white); border: 1px solid #888; border-radius: 3px; font-size: 14px; font-weight: 300; }
.directory-tools input:focus, .directory-tools select:focus { border: 2px solid var(--dosm-teal); outline: 0; }
.directory-reset { min-height: 50px; padding: 10px 16px; color: var(--brand-teal-dark); background: #fff; border: 1px solid var(--brand-teal); border-radius: 5px; cursor: pointer; font-weight: 700; }
.directory-reset:hover { color: #fff; background: var(--brand-teal-dark); }
.directory-pagination { display: flex; justify-content: center; margin-top: 28px; }
.directory-pagination button { min-width: 180px; min-height: 50px; padding: 11px 20px; color: #fff; background: var(--dosm-teal); border: 1px solid var(--dosm-teal); border-radius: 999px; cursor: pointer; font-weight: 700; }
.directory-pagination button:hover { background: var(--dosm-teal-hover); }
.directory-pagination button[hidden] { display: none; }
.mobile-staff-toggle { display: none; min-height: 44px; margin: 4px auto 16px; padding: 9px 18px; color: var(--brand-teal-dark); background: #fff; border: 1px solid var(--brand-teal); border-radius: 999px; font-weight: 700; }
.carousel__dots button, .carousel__buttons button, .rail-controls button, .gallery-dialog__header button { min-width: 44px; min-height: 44px; }
.site-footer li a { display: inline-flex; min-height: 44px; align-items: center; }
.directory-grid { gap: 20px; }
.directory-card { position: relative; overflow: hidden; border: 0; border-radius: 8px; box-shadow: 0 2px 8px rgba(7,59,111,.1); }
.directory-card::after { content: ""; position: absolute; right: -8px; bottom: -4px; left: -8px; height: 12px; background: var(--dosm-teal); transform: rotate(-1deg); }
.directory-card__photo { background: var(--dosm-teal-wash); }
.directory-card__content { padding: 20px 20px 28px; }
.directory-card__content > p, .directory-card dd a { color: var(--dosm-teal); }
.directory-card__photo, .staff-card__image { position: relative; }
.directory-card__photo > span, .staff-card__image > span { position: absolute; right: 10px; bottom: 10px; left: 10px; padding: 6px 8px; color: var(--dosm-white); background: rgba(7,59,111,.92); border-radius: 4px; font-size: 11px; font-weight: 700; letter-spacing: .05em; text-align: center; text-transform: uppercase; }
.directory-card.is-vacant, .staff-card.is-vacant { background: #f7fbff; }
.staff-code { display: inline-flex; width: fit-content; margin-top: 8px; padding: 4px 9px; color: var(--dosm-teal); background: var(--dosm-teal-soft); border-radius: 20px; font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.directory-card__content > .staff-note { margin: 9px 0 0; padding: 8px 10px; color: #073b6f; background: #eaf4fc; border-left: 3px solid var(--dosm-gold); font-size: 11px; font-weight: 500; letter-spacing: 0; line-height: 1.45; text-transform: none; }
.directory-card dd small { display: block; margin-top: 2px; color: var(--dosm-muted); font-size: 11px; }
.contact-unavailable { color: var(--dosm-muted); font-size: 12px; }
.staff-card__contact > .contact-unavailable { display: grid; min-height: 44px; padding: 8px; flex: 1; place-items: center; background: #edf5fb; border-radius: 40px; text-align: center; }
.gallery-grid { gap: 20px; }
.gallery-card { border: 0; border-radius: 8px; box-shadow: 0 2px 8px rgba(7,59,111,.1); }
.gallery-card > button { min-height: 50px; }
.gallery-card__image > span { color: var(--dosm-white); background: var(--dosm-teal); }
.gallery-card__body small, .gallery-card__body em { color: var(--dosm-teal); }
.gallery-dialog { border-radius: 8px; box-shadow: 0 8px 20px rgba(7,59,111,.2); }
.gallery-dialog__header { background: var(--dosm-teal); }
.gallery-dialog__header small { color: var(--dosm-white); }
.dialog-slide, .dialog-slide figcaption { background: var(--dosm-teal-active); }
.reference-grid { gap: 20px; }
.reference-card { border: 0; border-radius: 8px; box-shadow: 0 2px 8px rgba(7,59,111,.1); }
.reference-card__head { background: var(--dosm-teal); }
.reference-icon { color: var(--dosm-white); background: var(--dosm-teal-hover); }
.document-row { min-height: 64px; }
.document-row:hover strong { color: var(--dosm-teal); }
.file-type { color: var(--dosm-teal); background: var(--dosm-teal-soft); }
.document-row > span:last-child { color: var(--dosm-teal); }
.search-summary { color: var(--dosm-black); background: var(--dosm-teal-soft); border-radius: 4px; }

/* Audience pathways and public service pages */
.audience-section { position: relative; overflow: hidden; background: linear-gradient(145deg, var(--brand-sky), #fff 62%); }
.audience-section::before { content: ""; position: absolute; right: -8rem; top: -9rem; width: 24rem; height: 24rem; border: 1px solid rgba(20,103,168,.16); border-radius: 50%; box-shadow: 0 0 0 3rem rgba(21,129,141,.035), 0 0 0 6rem rgba(20,103,168,.025); }
.audience-section > .container { position: relative; z-index: 1; }
.audience-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.audience-card { position: relative; display: grid; grid-template-columns: 64px 1fr; grid-column: span 3; gap: 18px; min-height: 250px; padding: 28px 24px 26px; overflow: hidden; background: var(--surface); border: 1px solid rgba(16,42,67,.1); border-radius: 12px; box-shadow: 0 10px 28px rgba(11,63,102,.09); }
.audience-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--brand-teal); }
.audience-card--warga-kpt::before { background: var(--brand-blue); }
.audience-card--institusi::before { background: var(--brand-gold); }
.audience-card--orang-awam::before { background: var(--brand-red); }
.audience-card__icon { display: grid; width: 64px; height: 64px; place-items: center; color: var(--brand-teal); background: var(--brand-sky); border-radius: 18px; box-shadow: inset 0 -5px 12px rgba(11,63,102,.09); }
.audience-card--warga-kpt .audience-card__icon { color: var(--brand-blue); }
.audience-card--institusi .audience-card__icon { color: #8b6a00; background: #fff8dd; }
.audience-card--orang-awam .audience-card__icon { color: var(--brand-red); background: #fff0f1; }
.audience-card__icon svg { width: 42px; height: 42px; fill: currentColor; }
.audience-card h3 { margin: 4px 0 10px; color: var(--ink); font-size: 20px; }
.audience-card p { margin-bottom: 18px; color: var(--dosm-muted); font-size: 14px; }
.audience-card a { display: inline-flex; align-items: center; gap: 8px; color: var(--brand-teal-dark); font-weight: 700; }
.audience-card a:hover { text-decoration: underline; }

.search-page__form { display: grid; grid-template-columns: minmax(0, 1fr) minmax(190px, .34fr) minmax(160px, .24fr) auto; gap: 16px; align-items: end; margin-bottom: 34px; padding: 24px; background: var(--brand-sky); border: 1px solid rgba(21,129,141,.2); border-radius: 10px; }
.search-page__form > div { display: grid; gap: 7px; }
.search-page__form label { color: var(--ink); font-size: 13px; font-weight: 700; }
.search-page__form input, .search-page__form select { min-height: 50px; padding: 10px 14px; color: var(--ink); background: #fff; border: 1px solid #7890a4; border-radius: 5px; }
.search-results__heading { margin-bottom: 18px; padding-bottom: 12px; border-bottom: 1px solid var(--dosm-border); }
.search-results { display: grid; gap: 14px; }
.search-results__groups { display: grid; gap: 34px; }
.search-result-group > h2 { display: flex; gap: 10px; align-items: baseline; margin-bottom: 14px; color: var(--dosm-black); font-size: 23px; }
.search-result-group > h2 small { color: var(--dosm-muted); font-size: 13px; font-weight: 500; }
.search-result { padding: 22px 24px; background: #fff; border: 1px solid var(--dosm-border); border-left: 5px solid var(--brand-teal); border-radius: 7px; box-shadow: 0 3px 12px rgba(11,63,102,.07); }
.search-result > span { display: inline-flex; padding: 4px 9px; color: var(--brand-teal-dark); background: var(--brand-sky); border-radius: 999px; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.search-result h3 { margin: 10px 0 7px; font-size: 20px; }
.search-result h3 a:hover { color: var(--brand-blue); text-decoration: underline; }
.search-result p { margin: 0; color: var(--dosm-muted); }
.search-result mark { padding: 0 .12em; color: inherit; background: #fff0b3; }
.pagination { display: flex; gap: 8px; align-items: center; justify-content: center; margin-top: 36px; flex-wrap: wrap; }
.pagination a { display: inline-grid; min-width: 44px; min-height: 44px; padding: 9px 12px; place-items: center; color: var(--dosm-teal); background: #fff; border: 1px solid var(--dosm-border); border-radius: 5px; font-weight: 700; }
.pagination a:hover, .pagination a[aria-current="page"] { color: #fff; background: var(--dosm-teal); border-color: var(--dosm-teal); text-decoration: none !important; }
.policy-page .corporate-content, .faq-page .corporate-content { max-width: 900px; margin-inline: auto; }
.policy-page__updated { color: var(--dosm-muted); font-size: 13px; }
.sitemap-list { display: grid; gap: 0; margin: 0; padding: 8px 20px 20px; list-style: none; }
.sitemap-list a { display: flex; min-height: 48px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--dosm-border); color: var(--ink); font-weight: 600; }
.faq-item { margin-bottom: 12px; background: #fff; border: 1px solid var(--dosm-border); border-radius: 7px; }
.faq-item summary { min-height: 52px; padding: 14px 52px 14px 18px; color: var(--ink); cursor: pointer; font-weight: 700; }
.faq-item p { padding: 0 18px 18px; color: var(--dosm-muted); }
.feedback-page address { color: var(--ink); font-style: normal; }
.feedback-form .button[type="submit"] { color: #fff; background: var(--dosm-teal); border-color: var(--dosm-teal); }
.feedback-form .button[type="submit"]:hover { color: #fff; background: var(--dosm-teal-hover); }
.feedback-form .button[type="submit"]:disabled { color: var(--dosm-muted); background: #e5edf3; border-color: #c9d6df; box-shadow: none; cursor: not-allowed; }
.document-row--unavailable { opacity: .72; cursor: not-allowed; }

/* Footer */
.site-footer { position: relative; overflow: hidden; color: rgba(255,255,255,.82); background: var(--dosm-teal-active); }
.site-footer::before { content: ""; position: absolute; right: -72px; top: 56px; width: 220px; height: 220px; background: var(--dosm-lavender); border-radius: 50%; opacity: .12; }
.site-footer__main { padding-block: 64px; border-top: 12px solid var(--dosm-teal-hover); }
.footer-grid { gap: 40px; }
.brand--footer { align-items: center; }
.brand__crest--footer { width: 104px; height: 84px; padding: 8px; background: var(--dosm-white); border-radius: 4px; }
.brand--footer .brand__text strong { color: var(--dosm-white); font-family: "Poppins", sans-serif; font-size: 18px; font-weight: 600; }
.brand--footer .brand__text span { color: rgba(255,255,255,.72); }
.footer-brand > p, .site-footer section > p { color: rgba(255,255,255,.72); }
.site-footer h2 { color: var(--dosm-white); font-size: 16px; font-weight: 600; }
.site-footer a:hover { color: var(--dosm-white); }
.site-footer__bottom { color: rgba(255,255,255,.72); background: #052a4e; }

@media (max-width: 900px) {
    .hero-visual {
        width: 100%;
        height: clamp(220px, 62vw, 260px);
        margin-top: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }
}

@media (min-width: 576px) and (max-width: 1499px) {
    .hero-slide__content :is(h1, h2) { font-size: clamp(20px, 3.5vw, 52px); }
}

@media (min-width: 1024px) {
    .hero-slide__content.container {
        width: 100%;
        align-items: flex-start;
        justify-content: center;
        padding-left: clamp(24px, 2vw, 40px);
    }
    .hero-slide__copy[data-hero-copy-align="panel-center"] {
        margin-inline: 0;
        transform: none;
    }
}

/* Tablet */
@media (max-width: 1023px) {
    .container { width: min(100% - 48px, 1024px); }
    .brand-bar__inner { min-height: 96px; }
    .brand__crest { width: 76px; height: 68px; }
    .brand__text strong { font-size: 23px; }
    .main-nav { display: none; }
    .main-nav.is-open { display: block; }
    .main-nav__inner { gap: 0; }
    .main-nav a { border-bottom: 1px solid var(--dosm-border); }
    .main-nav a[aria-current="page"] { border-bottom: 3px solid var(--dosm-teal); }
    .main-nav.is-open .mobile-site-search { display: grid; gap: 7px; padding: 16px 20px 20px; }
    .mobile-site-search label { color: var(--dosm-black); font-size: 14px; font-weight: 700; }
    .mobile-site-search > div { display: flex; gap: 8px; }
    .mobile-site-search input { min-width: 0; min-height: 46px; padding: 10px 12px; flex: 1; color: var(--dosm-black); background: #fff; border: 1px solid #7890a4; border-radius: 5px; }
    .mobile-site-search button { min-width: 64px; min-height: 46px; padding: 10px 14px; color: #fff; background: var(--dosm-teal); border: 0; border-radius: 5px; font-weight: 700; }
    .hero-slide > img { width: 50%; }
    .hero-slide__content { padding-right: 50%; }
    .services-grid { grid-template-columns: repeat(3, 1fr); }
    .directory-grid { grid-template-columns: repeat(2, 1fr); }
    .audience-card { grid-column: span 6; min-height: 210px; }
    .search-page__form { grid-template-columns: 1fr 1fr; }
    .search-page__form .button { grid-column: 1 / -1; }
}

/* Mobile */
@media (max-width: 575px) {
    html { scroll-padding-top: 80px; }
    .container { width: calc(100% - 40px); }
    .government-bar__inner { min-height: 48px; }
    .brand-bar__inner { min-height: 88px; gap: 12px; }
    .brand { gap: 8px; min-width: 0; }
    .brand__crest { width: 58px; height: 52px; }
    .brand__text { min-width: 0; }
    .brand__text strong { font-size: 15px; white-space: nowrap; }
    .brand__ministry { font-size: 9px; letter-spacing: .02em; }
    .menu-toggle { flex: 0 0 auto; }
    .main-nav a { min-height: 52px; padding: 14px 20px; }
    .hero-carousel {
        width: calc(100% - 20px);
        min-height: 0;
        margin-top: 10px;
        border-radius: 14px;
    }
    .hero-carousel.carousel--single [data-slide].is-active { display: flex; flex-direction: column; }
    .hero-slide { min-height: 0; background: var(--dosm-white); }
    .hero-slide > img { position: relative; order: 1; width: 100%; height: 180px; clip-path: none; }
    .hero-slide__overlay { display: none; }
    .hero-particles {
        top: 180px;
        bottom: 0;
        width: 100%;
        opacity: .66;
        clip-path: none;
        -webkit-mask-image: radial-gradient(ellipse 54% 56% at 50% 50%, rgba(0,0,0,.3) 0 55%, rgba(0,0,0,.78) 82%, #000 100%);
        mask-image: radial-gradient(ellipse 54% 56% at 50% 50%, rgba(0,0,0,.3) 0 55%, rgba(0,0,0,.78) 82%, #000 100%);
    }
    .hero-slide::after { right: -8px; bottom: auto; top: 172px; width: calc(100% + 16px); height: 12px; }
    .hero-slide__content { order: 2; min-height: 0; padding: 24px 0 72px; }
    .hero-slide__copy { max-width: none; margin-inline: 0; }
    .hero-slide__content :is(h1, h2) { margin-bottom: 16px; font-size: 24px; line-height: 1.25; }
    .hero-slide__copy > p:not(.eyebrow) { margin-bottom: 24px; }
    .hero-carousel .carousel__overlay-controls { bottom: 12px; padding-inline: 12px; }
    .quick-access { padding-block: 20px 32px; }
    .quick-access__grid { grid-template-columns: 1fr; gap: 16px; }
    .quick-access a { grid-template-columns: 60px 1fr; min-height: 94px; border: 0 !important; }
    .quick-access a > .quick-icon { width: 54px; height: 54px; border-radius: 15px; }
    .quick-icon svg { width: 48px; height: 48px; }
    .section { padding-block: 32px; }
    .section-heading { margin-bottom: 24px; }
    .vacancy-notice { grid-template-columns: 32px 1fr; margin-top: -6px; }
    .vacancy-notice a { grid-column: 2; width: fit-content; padding-inline: 0; }
    .information-grid { gap: 16px; }
    .content-panel { padding: 20px; }
    .staff-card { width: 272px; }
    .services-grid, .directory-grid, .gallery-grid, .reference-grid { grid-template-columns: 1fr; gap: 16px; }
    .service-card { min-height: 240px; }
    .service-card__icon { width: 64px; height: 64px; border-radius: 18px; }
    .service-card__icon svg { width: 56px; height: 56px; }
    .activity-feature__grid { gap: 32px; }
    .page-hero { padding-block: 40px; }
    .page-hero nav { margin-bottom: 20px; }
    .corporate-layout { gap: 32px; padding-block: 32px; }
    .corporate-section { padding-bottom: 40px; margin-bottom: 32px; }
    .directory-tools { grid-template-columns: 1fr; gap: 16px; padding: 20px; }
    .directory-tools input, .directory-tools select { min-height: 50px; }
    .directory-contact { grid-template-columns: 1fr; gap: 20px; padding: 24px 20px; }
    .directory-contact address { padding: 18px 0 0; border-top: 1px solid rgba(255, 255, 255, .22); border-left: 0; }
    .directory-contact__channels { grid-template-columns: 1fr; }
    .directory-contact__note { align-items: flex-start; }
    .directory-card dd { overflow: visible; overflow-wrap: anywhere; text-overflow: clip; white-space: normal; }
    .gallery-card > button, .document-row, .link-button { min-height: 44px; }
    .site-footer__main { padding-block: 40px; }
    .footer-grid { gap: 32px; }
    .brand__crest--footer { width: 92px; height: 76px; }
    .mobile-staff-toggle:not([hidden]) { display: block; }
    .staff-carousel[data-mobile-collapsible] .carousel__viewport { margin-inline: 0; padding-inline: 0; overflow: visible; }
    .staff-carousel[data-mobile-collapsible] .carousel__track { display: grid; width: 100%; gap: 16px; }
    .staff-carousel[data-mobile-collapsible] .staff-card { width: 100%; }
    .staff-carousel[data-mobile-collapsible] .rail-controls { display: none; }
    .audience-grid { grid-template-columns: 1fr; }
    .audience-card { grid-template-columns: 54px 1fr; grid-column: auto; min-height: 0; padding: 22px 18px; }
    .audience-card__icon { width: 54px; height: 54px; border-radius: 14px; }
    .audience-card__icon svg { width: 36px; height: 36px; }
    .search-page__form { grid-template-columns: 1fr; padding: 18px; }
    .search-page__form .button { grid-column: auto; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .hero-carousel.carousel--single [data-slide].is-active,
    .hero-carousel.carousel--single [data-slide].is-active > img,
    .hero-carousel.carousel--single [data-slide].is-active .hero-slide__copy > * { animation: none; }
    .staff-card:hover, .service-card:hover { transform: none; }
    .service-card__icon { transition: none; }
    .service-card:hover .service-card__icon, .service-card:focus-visible .service-card__icon { transform: none; }
    .service-card__icon::after { display: none; }
    .quick-access a > .quick-icon { transition: none; }
    .quick-access a:hover .quick-icon, .quick-access a:focus-visible .quick-icon { transform: none; }
    .quick-icon::after { display: none; }
    .hero-particles { opacity: .52; }
}
