:root {
  --ubf-pink: #D90E8E;
  --ubf-pink-dark: #980963;
  --ubf-pink-soft: #fff0fa;
  --ubf-ink: #17121A;
  --ubf-heading: #17121A;
  --ubf-muted: #5E5665;
  --ubf-soft: #EFF2F5;
  --ubf-white: #FFFFFF;
  --ubf-border: #E5DDE7;
  --ubf-border-strong: #D8CDDC;
  --ubf-success: #0A7A4B;
  --ubf-error: #B42318;
  --ubf-shadow-sm: 0 14px 34px rgba(23, 18, 26, 0.07);
  --ubf-shadow-md: 0 24px 70px rgba(23, 18, 26, 0.12);
  --ubf-shadow-pink: 0 18px 38px rgba(217, 14, 142, 0.22);
  --ubf-radius: 24px;
  --ubf-container: 1200px;
  --ubf-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --ubf-transition: 360ms cubic-bezier(0.22, 1, 0.36, 1);
  --ubf-transition-slow: 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  margin: 0;
  color: var(--ubf-ink);
  background: var(--ubf-white);
  font-family: var(--ubf-font);
  font-size: 16px;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.ubf-modal-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; transition: color var(--ubf-transition), background-color var(--ubf-transition), border-color var(--ubf-transition), transform var(--ubf-transition), box-shadow var(--ubf-transition), opacity var(--ubf-transition); }
p { margin: 0 0 1rem; color: var(--ubf-muted); }
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1rem;
  color: var(--ubf-heading);
  font-family: var(--ubf-font);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.035em;
}
h1 { font-size: clamp(2.7rem, 5.8vw, 5.1rem); }
h2 { font-size: clamp(2rem, 4vw, 3.45rem); max-width: 780px; }
h3 { font-size: clamp(1.18rem, 1.6vw, 1.42rem); line-height: 1.25; letter-spacing: -0.025em; }
h4 { font-size: 1.08rem; }
small { font-size: 0.875rem; color: var(--ubf-muted); }
ul, ol { color: var(--ubf-muted); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--ubf-pink); color: var(--ubf-white); }

.container { width: min(calc(100% - 40px), var(--ubf-container)); margin-inline: auto; }
.narrow { max-width: 900px; }
.site-main { overflow: hidden; }
.screen-reader-text { position: absolute !important; 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, .skip-link:focus { background: var(--ubf-white); border: 2px solid var(--ubf-pink); border-radius: 14px; clip: auto !important; color: var(--ubf-ink); display: block; font-size: 0.95rem; font-weight: 800; height: auto; left: 14px; padding: 12px 16px; top: 14px; width: auto; z-index: 100000; }
:focus-visible { outline: 3px solid rgba(217, 14, 142, 0.28); outline-offset: 4px; border-radius: 10px; }

/* Header */
.topbar { background: #17121A; color: var(--ubf-white); font-size: 0.875rem; }
.topbar__inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar p { margin: 0; color: rgba(255,255,255,0.78); }
.topbar__links { display: inline-flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.topbar__links a { display: inline-flex; align-items: center; gap: 8px; color: var(--ubf-white); font-weight: 700; }
.topbar__links a:hover { color: #ffd5ef; }
.topbar__links svg { width: 16px; height: 16px; fill: var(--ubf-pink); }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,0.94); backdrop-filter: saturate(150%) blur(18px); border-bottom: 1px solid rgba(229,221,231,0.9); box-shadow: 0 8px 24px rgba(23,18,26,0.04); }
.admin-bar .site-header { top: 32px; }
.nav-shell { min-height: 82px; display: flex; align-items: center; gap: 22px; }
.site-branding { min-width: 280px; }
.brand-mark { display: inline-flex; align-items: center; gap: 13px; color: var(--ubf-heading); }
.brand-mark__logo-wrap { height: 62px; display: flex; align-items: center; justify-content: center; background: transparent; transition: transform var(--ubf-transition); }
.brand-mark:hover .brand-mark__logo-wrap { transform: translateY(-2px); }
.brand-mark__logo-wrap img { height: 100%; width: auto; object-fit: contain; }
.brand-mark__text { display: grid; gap: 3px; line-height: 1.14; }
.brand-mark__text strong { max-width: 310px; font-size: 1.03rem; font-weight: 800; letter-spacing: -0.025em; color: var(--ubf-heading); }
.brand-mark__text small { font-size: 0.8rem; font-weight: 600; color: var(--ubf-muted); }
.custom-logo-link img { max-height: 70px; width: auto; }
.main-navigation { margin-left: auto; }
.main-navigation ul, .main-navigation .menu { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.main-navigation a { display: inline-flex; align-items: center; min-height: 42px; padding: 10px 13px; border-radius: 999px; color: #332A38; font-size: 0.94rem; font-weight: 700; letter-spacing: -0.01em; }
.main-navigation a:hover, .main-navigation .current-menu-item > a, .main-navigation .current_page_item > a { background: var(--ubf-pink-soft); color: var(--ubf-pink-dark); transform: translateY(-1px); }
.header-cta { margin-left: 4px; white-space: nowrap; }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 12px; border: 1px solid var(--ubf-border); border-radius: 999px; background: var(--ubf-white); box-shadow: var(--ubf-shadow-sm); }
.menu-toggle span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; border-radius: 2px; background: var(--ubf-heading); margin: 5px 0; transition: transform var(--ubf-transition), opacity var(--ubf-transition); }
.menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 14px 22px; border-radius: 999px; border: 1px solid transparent; font-size: 0.96rem; font-weight: 800; line-height: 1; letter-spacing: -0.01em; transition: transform var(--ubf-transition), box-shadow var(--ubf-transition), background-color var(--ubf-transition), color var(--ubf-transition), border-color var(--ubf-transition); }
.btn svg { width: 18px; height: 18px; fill: currentColor; transition: transform var(--ubf-transition); }
.btn:hover { transform: translateY(-2px); }
.btn:hover svg { transform: translateX(3px); }
.btn--primary { background: var(--ubf-pink); color: var(--ubf-white); box-shadow: var(--ubf-shadow-pink); }
.btn--primary:hover { color: var(--ubf-white); background: var(--ubf-pink-dark); box-shadow: 0 24px 54px rgba(217,14,142,0.28); }
.btn--outline { background: var(--ubf-white); border-color: var(--ubf-border-strong); color: var(--ubf-heading); box-shadow: 0 10px 24px rgba(23,18,26,0.04); }
.btn--outline:hover { border-color: rgba(217,14,142,0.4); color: var(--ubf-pink-dark); }
.btn--light { background: var(--ubf-white); color: var(--ubf-pink-dark); border-color: rgba(255,255,255,0.72); box-shadow: 0 12px 30px rgba(0,0,0,0.16); }
.btn--small { min-height: 44px; padding: 12px 17px; font-size: 0.9rem; }
.btn--full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ubf-pink-dark); font-weight: 800; letter-spacing: -0.01em; }
.text-link svg { width: 17px; height: 17px; fill: currentColor; transition: transform var(--ubf-transition); }
.text-link:hover { color: var(--ubf-pink); }
.text-link:hover svg { transform: translateX(4px); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--ubf-pink-dark); text-transform: uppercase; letter-spacing: 0.15em; font-size: 0.75rem; font-weight: 800; }
.eyebrow:before { content: ""; width: 30px; height: 2px; background: currentColor; border-radius: 3px; }
.eyebrow--light { color: #ffd5ef; }
.section { padding: clamp(72px, 8vw, 112px) 0; position: relative; }
.section--soft { background: var(--ubf-soft); }
.large-text { font-size: 1.08rem; line-height: 1.8; color: var(--ubf-muted); }
.prose { color: var(--ubf-muted); font-size: 1.05rem; line-height: 1.78; }
.prose h2, .prose h3 { color: var(--ubf-heading); }
.prose a { color: var(--ubf-pink-dark); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.copy-stack > * + * { margin-top: 1rem; }
.section-heading { margin-bottom: 38px; }
.section-heading--between { display: flex; align-items: end; justify-content: space-between; gap: 28px; }

/* Homepage professional cards */
.ubf-tw-hero svg { width: 18px; height: 18px; fill: currentColor; }
.ubf-tw-mini-card { border: 1px solid var(--ubf-border); background: rgba(255,255,255,0.88); border-radius: 18px; padding: 18px; box-shadow: 0 12px 30px rgba(23,18,26,0.05); transition: transform var(--ubf-transition), box-shadow var(--ubf-transition), border-color var(--ubf-transition); }
.ubf-tw-mini-card:hover { transform: translateY(-3px); border-color: rgba(217,14,142,0.26); box-shadow: var(--ubf-shadow-sm); }
.ubf-tw-mini-card strong { display: block; margin: 0; color: var(--ubf-heading); font-size: 1.22rem; font-weight: 850; letter-spacing: -0.03em; }
.ubf-tw-mini-card span { display: block; margin-top: 3px; color: var(--ubf-muted); font-size: 0.9rem; font-weight: 600; }
.ubf-tw-panel { transition: transform var(--ubf-transition), box-shadow var(--ubf-transition); }
.ubf-tw-panel:hover { transform: translateY(-3px); box-shadow: 0 30px 84px rgba(23,18,26,0.14); }
.ubf-path-card { display: flex; align-items: flex-start; gap: 15px; padding: 16px; border: 1px solid var(--ubf-border); border-radius: 20px; background: #fff; transition: transform var(--ubf-transition), border-color var(--ubf-transition), background-color var(--ubf-transition), box-shadow var(--ubf-transition); }
.ubf-path-card > span { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 14px; background: var(--ubf-pink-soft); color: var(--ubf-pink); }
.ubf-path-card svg { width: 19px; height: 19px; fill: currentColor; }
.ubf-path-card strong { display: block; font-size: 0.98rem; font-weight: 800; color: var(--ubf-heading); letter-spacing: -0.015em; }
.ubf-path-card small { display: block; margin-top: 2px; line-height: 1.5; }
.ubf-path-card:hover { transform: translateY(-3px); border-color: rgba(217,14,142,0.3); box-shadow: var(--ubf-shadow-sm); }
.ubf-path-card--active { border-color: rgba(217,14,142,0.35); background: linear-gradient(135deg, #fff, var(--ubf-pink-soft)); }
.ubf-stat-card, .ubf-feature-card, .ubf-initiative-card, .ubf-resource-card { border: 1px solid var(--ubf-border); border-radius: var(--ubf-radius); background: var(--ubf-white); padding: 24px; box-shadow: 0 12px 30px rgba(23,18,26,0.05); transition: transform var(--ubf-transition), box-shadow var(--ubf-transition), border-color var(--ubf-transition), background-color var(--ubf-transition); }
.ubf-stat-card:hover, .ubf-feature-card:hover, .ubf-initiative-card:hover, .ubf-resource-card:hover { transform: translateY(-4px); border-color: rgba(217,14,142,0.32); box-shadow: var(--ubf-shadow-sm); }
.ubf-stat-card span, .ubf-feature-card span, .ubf-initiative-card span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 16px; background: var(--ubf-pink-soft); color: var(--ubf-pink); margin-bottom: 18px; }
.ubf-stat-card svg, .ubf-feature-card svg, .ubf-initiative-card svg { width: 21px; height: 21px; fill: currentColor; }
.ubf-stat-card strong { display: block; margin-bottom: 8px; font-size: 1.42rem; font-weight: 850; line-height: 1.1; color: var(--ubf-heading); letter-spacing: -0.03em; }
.ubf-stat-card p, .ubf-feature-card p, .ubf-initiative-card p, .ubf-resource-card p { margin: 0; font-size: 0.96rem; line-height: 1.68; }
.ubf-feature-card h3, .ubf-initiative-card h3, .ubf-resource-card h3 { margin-bottom: 10px; }
.ubf-resource-card small { display: inline-flex; margin-bottom: 14px; padding: 7px 10px; border-radius: 999px; background: var(--ubf-pink-soft); color: var(--ubf-pink-dark); font-weight: 800; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.12em; }
.ubf-resource-card .text-link { margin-top: 18px; }
.ubf-image-card { margin: 0; overflow: hidden; border-radius: 26px; background: #fff; border: 1px solid rgba(255,255,255,0.16); box-shadow: 0 24px 65px rgba(0,0,0,0.18); transition: transform var(--ubf-transition), box-shadow var(--ubf-transition); }
.ubf-image-card:hover { transform: translateY(-4px); box-shadow: 0 30px 84px rgba(0,0,0,0.24); }
.ubf-image-card img { width: 100%; height: 280px; object-fit: cover; transition: transform var(--ubf-transition-slow); }
.ubf-image-card:hover img { transform: scale(1.035); }
.ubf-image-card figcaption { padding: 16px 18px; color: var(--ubf-heading); font-weight: 800; }
.ubf-contact-stack { display: grid; gap: 12px; }
.ubf-contact-stack a { display: inline-flex; align-items: center; gap: 12px; color: var(--ubf-heading); font-weight: 800; }
.ubf-contact-stack svg { width: 20px; height: 20px; fill: var(--ubf-pink); }

/* Older component compatibility */
.page-hero { padding: clamp(70px, 8vw, 110px) 0; background: linear-gradient(135deg, #fff, var(--ubf-soft)); border-bottom: 1px solid var(--ubf-border); }
.page-hero--pink { background: linear-gradient(135deg, var(--ubf-pink), #9f0866); }
.page-hero--pink h1, .page-hero--pink p, .page-hero--pink .eyebrow { color: var(--ubf-white); }
.page-hero p { max-width: 760px; font-size: 1.12rem; line-height: 1.8; }
.entry-card, .timeline-card, .initiative-card, .pdf-card, .resource-panel, .resource-showcase, .pink-connexion-visual, .helpline-panel, .contact-info-card, .contact-form-card, .center-card, .post-card, .widget.card, .post-navigation-card { border: 1px solid var(--ubf-border); border-radius: var(--ubf-radius); background: var(--ubf-white); box-shadow: 0 12px 30px rgba(23,18,26,0.05); }
.entry-card, .timeline-card, .initiative-card, .pdf-card, .resource-panel, .resource-showcase, .contact-info-card, .contact-form-card, .center-card, .widget.card { padding: 26px; }
.timeline-grid, .initiative-grid, .pdf-grid, .journey-grid, .service-grid { display: grid; gap: 22px; }
.timeline-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
.initiative-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
.initiative-grid--wide { grid-template-columns: repeat(2, minmax(0,1fr)); }
.pdf-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
.pink-connexion-grid, .resource-layout, .contact-page-grid, .split-grid, .campaign-grid, .intro-grid { display: grid; gap: 42px; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); align-items: center; }
.campaign-gallery { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0,1fr)); }
.campaign-gallery figure, .tilt-card { margin: 0; border-radius: 24px; overflow: hidden; background: #fff; box-shadow: var(--ubf-shadow-sm); transition: transform var(--ubf-transition), box-shadow var(--ubf-transition); }
.campaign-gallery img, .tilt-card img { width: 100%; height: 280px; object-fit: cover; }
.campaign-gallery figcaption, .tilt-card figcaption { padding: 14px 16px; font-weight: 800; }
.icon-badge { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 16px; background: var(--ubf-pink-soft); color: var(--ubf-pink); margin-bottom: 18px; }
.icon-badge svg { width: 22px; height: 22px; fill: currentColor; }
.issue-pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0; padding: 0; list-style: none; }
.issue-pills li { border: 1px solid var(--ubf-border); border-radius: 999px; padding: 9px 13px; background: #fff; color: var(--ubf-heading); font-weight: 700; }
.app-badges { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.app-badges img { height: 48px; width: auto; }
.feature-list { display: grid; gap: 12px; padding: 0; margin: 22px 0; list-style: none; }
.feature-list li { display: flex; gap: 10px; align-items: flex-start; color: var(--ubf-muted); }
.feature-list svg { width: 18px; height: 18px; fill: var(--ubf-pink); flex: 0 0 18px; margin-top: 4px; }
.resource-list { display: grid; gap: 14px; }
.resource-list article { padding: 18px; border: 1px solid var(--ubf-border); border-radius: 18px; background: #fff; }
.mini-map { margin-top: 22px; border-radius: 22px; padding: 24px; background: var(--ubf-soft); color: var(--ubf-muted); }
.center-card { text-align: center; max-width: 720px; margin-inline: auto; }
.content-sidebar-layout { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 42px; align-items: start; }
.content-area { min-width: 0; }
.entry-header, .archive-header { margin-bottom: 30px; }
.entry-title { max-width: 900px; }
.entry-meta { color: var(--ubf-muted); font-size: 0.94rem; }
.entry-featured-image { margin: 28px 0; overflow: hidden; border-radius: 24px; }
.entry-featured-image img { width: 100%; }
.post-list { display: grid; gap: 22px; }
.post-card { padding: 24px; transition: transform var(--ubf-transition), box-shadow var(--ubf-transition), border-color var(--ubf-transition); }
.post-card:hover { transform: translateY(-4px); border-color: rgba(217,14,142,0.3); box-shadow: var(--ubf-shadow-sm); }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-list a { padding: 8px 12px; background: var(--ubf-pink-soft); color: var(--ubf-pink-dark); border-radius: 999px; font-weight: 700; }

/* Forms */
.ubf-contact-form { display: grid; gap: 16px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.ubf-contact-form label { display: grid; gap: 7px; color: var(--ubf-heading); font-weight: 700; }
.ubf-contact-form label span { font-size: 0.92rem; }
.ubf-contact-form input, .ubf-contact-form select, .ubf-contact-form textarea { width: 100%; border: 1px solid var(--ubf-border-strong); border-radius: 16px; background: #fff; color: var(--ubf-heading); padding: 13px 14px; outline: none; transition: border-color var(--ubf-transition), box-shadow var(--ubf-transition); }
.ubf-contact-form textarea { resize: vertical; }
.ubf-contact-form input:focus, .ubf-contact-form select:focus, .ubf-contact-form textarea:focus { border-color: rgba(217,14,142,0.55); box-shadow: 0 0 0 4px rgba(217,14,142,0.12); }
.checkbox-label { display: flex !important; align-items: flex-start; gap: 10px; font-weight: 600 !important; color: var(--ubf-muted) !important; }
.checkbox-label input { width: 18px; height: 18px; margin-top: 4px; flex: 0 0 18px; }
.form-status { margin: 0; font-weight: 700; }
.form-status.is-success { color: var(--ubf-success); }
.form-status.is-error { color: var(--ubf-error); }

/* Contact modal */
.ubf-contact-modal[hidden] { display: none; }
.ubf-contact-modal { position: fixed; inset: 0; z-index: 10000; display: grid; place-items: center; padding: 24px; }
.ubf-contact-modal__backdrop { position: absolute; inset: 0; border: 0; background: rgba(23,18,26,0.62); backdrop-filter: blur(8px); }
.ubf-contact-modal__dialog { position: relative; width: min(720px, 100%); max-height: min(90vh, 820px); overflow: auto; border: 1px solid rgba(255,255,255,0.65); border-radius: 28px; background: #fff; padding: 28px; box-shadow: 0 40px 120px rgba(0,0,0,0.32); }
.ubf-contact-modal__close { position: absolute; right: 18px; top: 18px; width: 42px; height: 42px; border: 1px solid var(--ubf-border); border-radius: 999px; background: #fff; color: var(--ubf-heading); font-size: 24px; line-height: 1; transition: transform var(--ubf-transition), border-color var(--ubf-transition), color var(--ubf-transition); }
.ubf-contact-modal__close:hover { transform: rotate(90deg); border-color: rgba(217,14,142,0.4); color: var(--ubf-pink); }

/* Footer */
.site-footer { background: #17121A; color: var(--ubf-white); }
.footer-cta { padding: 54px 0; border-bottom: 1px solid rgba(255,255,255,0.12); }
.footer-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-cta h2 { color: #fff; margin-bottom: 0; }
.footer-cta p, .site-footer p, .site-footer small { color: rgba(255,255,255,0.68); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .9fr .7fr; gap: 40px; padding: 48px 0; }
.brand-mark--footer .brand-mark__text strong { color: #fff; }
.brand-mark--footer .brand-mark__text small { color: rgba(255,255,255,0.6); }
.social-links { display: flex; gap: 10px; margin-top: 20px; }
.social-links a { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 999px; background: rgba(255,255,255,0.08); color: #fff; }
.social-links a:hover { background: var(--ubf-pink); transform: translateY(-2px); }
.social-links svg { width: 19px; height: 19px; fill: currentColor; }
.footer-contact h3, .footer-nav h3 { color: #fff; font-size: 1rem; letter-spacing: -0.01em; }
.footer-contact a, .footer-nav a { color: rgba(255,255,255,0.72); }
.footer-contact a:hover, .footer-nav a:hover { color: #fff; }
.footer-nav ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,0.12); }
.footer-bottom p { margin: 0; }

/* Animation */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 500ms ease, transform 500ms cubic-bezier(0.22,1,0.36,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.floating-card { animation: floatSoft 7s ease-in-out infinite; }
@keyframes floatSoft { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.shine-card { position: relative; overflow: hidden; }
.shine-card:after { content: ""; position: absolute; inset: -80% auto auto -80%; width: 60%; height: 220%; background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.35) 50%, rgba(255,255,255,0) 100%); transform: rotate(25deg); transition: left 650ms cubic-bezier(0.22, 1, 0.36, 1); pointer-events: none; }
.shine-card:hover:after { left: 120%; }

@media (max-width: 1120px) {
  .site-branding { min-width: auto; }
  .brand-mark__text strong { max-width: 240px; }
  .header-cta { display: none; }
}
@media (max-width: 960px) {
  .topbar__inner { justify-content: center; text-align: center; }
  .topbar__links { display: none; }
  .nav-shell { min-height: 76px; justify-content: space-between; }
  .menu-toggle { display: block; }
  .main-navigation { position: fixed; left: 20px; right: 20px; top: 128px; padding: 22px; border: 1px solid rgba(217, 14, 142, 0.14); border-radius: 28px; background: rgba(255, 255, 255, 0.96); backdrop-filter: blur(16px); box-shadow: 0 24px 62px rgba(23, 18, 26, 0.15); opacity: 0; visibility: hidden; transform: translateY(-14px); transition: opacity var(--ubf-transition), visibility var(--ubf-transition), transform var(--ubf-transition); }
  .admin-bar .main-navigation { top: 160px; }
  .menu-open .main-navigation { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-navigation ul, .main-navigation .menu { display: grid; gap: 5px; }
  .main-navigation a { width: 100%; border-radius: 14px; padding-inline: 14px; }
  .content-sidebar-layout, .pink-connexion-grid, .resource-layout, .contact-page-grid, .split-grid, .campaign-grid, .intro-grid { grid-template-columns: 1fr; }
  .timeline-grid, .initiative-grid, .pdf-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer-cta__inner, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--ubf-container)); }
  h1 { font-size: clamp(2.35rem, 12vw, 3.6rem); }
  h2 { font-size: clamp(1.85rem, 9vw, 2.75rem); }
  .brand-mark__logo-wrap { width: 56px; height: 56px; border-radius: 16px; }
  .brand-mark__text strong { max-width: 205px; font-size: 0.92rem; }
  .brand-mark__text small { display: none; }
  .form-grid, .timeline-grid, .initiative-grid, .initiative-grid--wide, .pdf-grid, .campaign-gallery { grid-template-columns: 1fr; }
  .entry-card, .timeline-card, .initiative-card, .pdf-card, .resource-panel, .resource-showcase, .contact-info-card, .contact-form-card, .center-card { padding: 22px; }
  .ubf-contact-modal { padding: 12px; }
  .ubf-contact-modal__dialog { padding: 22px; border-radius: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.001ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ================================
   V7 Premium Redesign Overrides
   - 1300px desktop grid
   - Source Sans 3 professional typography
   - GSAP-ready scroll animation hooks
   - 300-500ms hover transitions
================================ */
:root {
  --ubf-container: 1300px;
  --ubf-font: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --ubf-transition: 380ms cubic-bezier(0.22, 1, 0.36, 1);
  --ubf-transition-slow: 500ms cubic-bezier(0.22, 1, 0.36, 1);
  --ubf-pink-soft: #fff2fa;
  --ubf-border: #E8E2EA;
  --ubf-muted: #615A66;
  --ubf-shadow-sm: 0 16px 44px rgba(23, 18, 26, 0.08);
  --ubf-shadow-md: 0 32px 90px rgba(23, 18, 26, 0.13);
}
html { font-size: 16px; }
body { font-family: var(--ubf-font); font-size: 17px; line-height: 1.7; color: #17121A; }
h1, h2, h3, h4, h5, h6 { font-family: var(--ubf-font); letter-spacing: -0.026em; font-weight: 800; }
h1 { font-size: clamp(3rem, 5.7vw, 5.6rem); line-height: .98; }
h2 { font-size: clamp(2.15rem, 3.75vw, 4rem); line-height: 1.04; max-width: 900px; }
h3 { font-size: clamp(1.24rem, 1.45vw, 1.55rem); line-height: 1.22; }
p { font-size: 1rem; }
.container { width: min(calc(100% - 48px), 1300px); }
.site-header { box-shadow: 0 8px 30px rgba(23,18,26,.045); }
.main-navigation a { font-size: .98rem; font-weight: 700; transition-duration: 380ms; }
.btn { min-height: 54px; padding: 15px 24px; font-weight: 800; transition-duration: 380ms; }
.btn:hover { transform: translateY(-3px); }
.btn--primary { background: #D90E8E; box-shadow: 0 18px 38px rgba(217,14,142,.22); }
.btn--primary:hover { box-shadow: 0 26px 62px rgba(217,14,142,.30); }
.text-link { transition-duration: 380ms; }

.ubf-v7-home { background: #fff; }
.ubf-v7-hero { min-height: 760px; background: radial-gradient(circle at 14% 8%, rgba(217,14,142,.12), transparent 32%), radial-gradient(circle at 88% 18%, rgba(217,14,142,.08), transparent 34%), linear-gradient(180deg, #fff 0%, #fff 62%, #EFF2F5 100%); }
.ubf-v7-hero__gridline { position: absolute; inset: 0; opacity: .44; background-image: linear-gradient(rgba(23,18,26,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(23,18,26,.045) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 74%); }
.ubf-v7-hero__glow { position: absolute; border-radius: 999px; filter: blur(24px); pointer-events: none; }
.ubf-v7-hero__glow--one { left: -170px; top: 70px; width: 370px; height: 370px; background: rgba(217,14,142,.14); }
.ubf-v7-hero__glow--two { right: -180px; bottom: 110px; width: 430px; height: 430px; background: rgba(217,14,142,.10); }
.ubf-v7-kicker { display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(217,14,142,.18); background: rgba(255,255,255,.78); backdrop-filter: blur(14px); padding: 10px 14px; border-radius: 999px; color: #980963; font-size: .82rem; line-height: 1; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; box-shadow: 0 12px 28px rgba(23,18,26,.05); }
.ubf-v7-kicker svg { width: 17px; height: 17px; fill: currentColor; }
.ubf-v7-title { max-width: 920px; margin: 26px 0 0; color: #17121A; }
.ubf-v7-lede { max-width: 730px; margin: 26px 0 0; color: #4F4856; font-size: clamp(1.12rem, 1.4vw, 1.28rem); line-height: 1.72; }
.ubf-v7-cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.ubf-v7-proof-row { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin-top: 42px; max-width: 760px; }
.ubf-v7-proof-card { border: 1px solid rgba(232,226,234,.95); border-radius: 22px; background: rgba(255,255,255,.78); padding: 18px 18px 16px; box-shadow: 0 14px 34px rgba(23,18,26,.06); backdrop-filter: blur(16px); transition: transform 380ms cubic-bezier(.22,1,.36,1), box-shadow 380ms cubic-bezier(.22,1,.36,1), border-color 380ms cubic-bezier(.22,1,.36,1); }
.ubf-v7-proof-card:hover { transform: translateY(-5px); border-color: rgba(217,14,142,.24); box-shadow: 0 24px 54px rgba(23,18,26,.10); }
.ubf-v7-proof-card strong { display: block; color: #17121A; font-size: 1.36rem; line-height: 1; letter-spacing: -.03em; }
.ubf-v7-proof-card span { display: block; margin-top: 8px; color: #635C68; font-size: .95rem; font-weight: 650; line-height: 1.35; }
.ubf-v7-hero__visual { position: relative; perspective: 1100px; }
.ubf-v7-orbit { position: absolute; inset: -40px -20px auto auto; width: 320px; height: 320px; border-radius: 999px; border: 1px solid rgba(217,14,142,.10); animation: ubfOrbitSpin 18s linear infinite; }
.ubf-v7-orbit span { position: absolute; width: 13px; height: 13px; border-radius: 999px; background: #D90E8E; box-shadow: 0 0 0 10px rgba(217,14,142,.12); }
.ubf-v7-orbit span:nth-child(1) { left: 18%; top: 10%; }
.ubf-v7-orbit span:nth-child(2) { right: 4%; top: 48%; transform: scale(.72); }
.ubf-v7-orbit span:nth-child(3) { left: 32%; bottom: 0; transform: scale(.55); }
@keyframes ubfOrbitSpin { to { transform: rotate(360deg); } }
.ubf-v7-command-card { position: relative; z-index: 2; width: min(100%, 610px); margin-left: auto; border: 1px solid rgba(255,255,255,.88); border-radius: 38px; background: rgba(255,255,255,.86); padding: clamp(24px, 3vw, 36px); box-shadow: 0 42px 110px rgba(23,18,26,.15); backdrop-filter: blur(20px); transform-style: preserve-3d; transition: transform 500ms cubic-bezier(.22,1,.36,1), box-shadow 500ms cubic-bezier(.22,1,.36,1); }
.ubf-v7-command-card:hover { transform: translateY(-6px); box-shadow: 0 54px 130px rgba(23,18,26,.18); }
.ubf-v7-command-card__head { display: flex; align-items: center; gap: 18px; padding-bottom: 24px; border-bottom: 1px solid #EEE7F0; }
.ubf-v7-logo-disc { height: 86px; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; background: transparent; }
.ubf-v7-logo-disc img { height: 100%; width: auto; object-fit: contain; }
.ubf-v7-command-card small { color: #9A0865; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; font-size: .77rem; }
.ubf-v7-command-card h2 { margin: 7px 0 0; font-size: clamp(1.7rem, 2.4vw, 2.35rem); line-height: 1.05; }
.ubf-v7-path-list { display: grid; gap: 13px; margin-top: 24px; }
.ubf-v7-path-item { display: flex; gap: 14px; align-items: flex-start; border: 1px solid #ECE5EE; border-radius: 22px; background: rgba(255,255,255,.8); padding: 16px; transition: transform 380ms cubic-bezier(.22,1,.36,1), box-shadow 380ms cubic-bezier(.22,1,.36,1), border-color 380ms cubic-bezier(.22,1,.36,1), background-color 380ms ease; }
.ubf-v7-path-item:hover { transform: translateX(6px); border-color: rgba(217,14,142,.28); background: #fff; box-shadow: 0 18px 42px rgba(23,18,26,.08); }
.ubf-v7-path-item > span { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 44px; border-radius: 15px; background: #FFF2FA; color: #D90E8E; }
.ubf-v7-path-item svg { width: 21px; height: 21px; fill: currentColor; }
.ubf-v7-path-item strong { display: block; color: #17121A; font-size: 1.02rem; line-height: 1.2; }
.ubf-v7-path-item small { display: block; margin-top: 5px; color: #625B67; text-transform: none; letter-spacing: 0; font-weight: 600; font-size: .93rem; line-height: 1.4; }
.ubf-v7-path-item--active { background: #17121A; border-color: #17121A; color: #fff; }
.ubf-v7-path-item--active:hover { background: #17121A; }
.ubf-v7-path-item--active strong { color: #fff; }
.ubf-v7-path-item--active small { color: rgba(255,255,255,.72); }
.ubf-v7-path-item--active > span { background: rgba(255,255,255,.12); color: #fff; }
.ubf-v7-call-strip { margin-top: 20px; border-radius: 24px; background: linear-gradient(135deg, #D90E8E, #9F0866); padding: 20px; color: #fff; box-shadow: 0 22px 54px rgba(217,14,142,.22); }
.ubf-v7-call-strip small { color: rgba(255,255,255,.72); }
.ubf-v7-call-strip a { display: block; margin-top: 6px; color: #fff; font-weight: 900; font-size: clamp(1.35rem, 2vw, 1.85rem); letter-spacing: -.03em; }

.ubf-v7-section { padding: clamp(76px, 8vw, 120px) 0; position: relative; }
.ubf-v7-section--soft { background: #EFF2F5; }
.ubf-v7-split { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(34px, 6vw, 84px); align-items: start; }
.ubf-v7-section-copy h2, .ubf-v7-section-head h2 { margin-bottom: 0; }
.ubf-v7-copy-card { border: 1px solid #E8E2EA; border-radius: 30px; background: #fff; padding: clamp(24px, 3vw, 36px); box-shadow: 0 20px 50px rgba(23,18,26,.06); }
.ubf-v7-copy-card p { font-size: 1.08rem; line-height: 1.75; }
.ubf-v7-metrics-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.ubf-v7-metric-card { min-height: 230px; border: 1px solid #E7E1EA; border-radius: 30px; background: #fff; padding: 28px; box-shadow: 0 18px 46px rgba(23,18,26,.06); transition: transform 380ms cubic-bezier(.22,1,.36,1), box-shadow 380ms cubic-bezier(.22,1,.36,1), border-color 380ms cubic-bezier(.22,1,.36,1); }
.ubf-v7-metric-card:hover { transform: translateY(-7px); border-color: rgba(217,14,142,.26); box-shadow: 0 28px 72px rgba(23,18,26,.10); }
.ubf-v7-metric-card > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 18px; background: #FFF2FA; color: #D90E8E; }
.ubf-v7-metric-card svg { width: 24px; height: 24px; fill: currentColor; }
.ubf-v7-metric-card strong { display: block; margin-top: 30px; color: #17121A; font-size: clamp(2rem, 2.8vw, 2.75rem); line-height: .95; letter-spacing: -.04em; }
.ubf-v7-metric-card p { margin: 12px 0 0; color: #615A66; font-weight: 600; }
.ubf-v7-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; margin-top: 44px; }
.ubf-v7-service-card, .ubf-v7-initiative-card, .ubf-v7-journey-card { position: relative; border: 1px solid #E8E2EA; border-radius: 30px; background: #fff; padding: 28px; box-shadow: 0 16px 44px rgba(23,18,26,.055); transition: transform 380ms cubic-bezier(.22,1,.36,1), box-shadow 380ms cubic-bezier(.22,1,.36,1), border-color 380ms cubic-bezier(.22,1,.36,1); }
.ubf-v7-service-card:hover, .ubf-v7-initiative-card:hover, .ubf-v7-journey-card:hover { transform: translateY(-7px); border-color: rgba(217,14,142,.28); box-shadow: 0 30px 76px rgba(23,18,26,.10); }
.ubf-v7-service-card > span, .ubf-v7-initiative-card > span { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 18px; background: #FFF2FA; color: #D90E8E; margin-bottom: 24px; }
.ubf-v7-service-card svg, .ubf-v7-initiative-card svg { width: 25px; height: 25px; fill: currentColor; }
.ubf-v7-service-card h3, .ubf-v7-initiative-card h3, .ubf-v7-journey-card h3 { margin-bottom: 10px; }
.ubf-v7-service-card p, .ubf-v7-initiative-card p, .ubf-v7-journey-card p { margin: 0; color: #635C68; font-weight: 550; }
.ubf-v7-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 40px; }
.ubf-v7-initiative-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.ubf-v7-card-number { position: absolute; top: 22px; right: 24px; color: rgba(23,18,26,.12); font-size: 1.5rem; font-weight: 900; letter-spacing: -.04em; }
.ubf-v7-resource-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px, 7vw, 90px); align-items: center; }
.ubf-v7-resource-showcase { position: relative; min-height: 610px; border-radius: 42px; background: linear-gradient(145deg, #17121A, #2A1726); overflow: hidden; box-shadow: 0 40px 110px rgba(23,18,26,.18); }
.ubf-v7-resource-showcase:before { content: ""; position: absolute; inset: auto -100px -140px auto; width: 340px; height: 340px; border-radius: 999px; background: rgba(217,14,142,.36); filter: blur(34px); }
.ubf-v7-phone-frame { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(-5deg); width: min(300px, 68%); border: 10px solid #fff; border-radius: 38px; overflow: hidden; box-shadow: 0 36px 90px rgba(0,0,0,.36); }
.ubf-v7-phone-frame img { width: 100%; height: 520px; object-fit: cover; }
.ubf-v7-floating-note { position: absolute; left: 30px; right: 30px; bottom: 30px; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; background: rgba(255,255,255,.10); backdrop-filter: blur(18px); padding: 18px; color: #fff; }
.ubf-v7-floating-note strong { display: block; color: #fff; font-size: 1.18rem; line-height: 1.1; }
.ubf-v7-floating-note span { display: block; margin-top: 6px; color: rgba(255,255,255,.72); font-weight: 600; }
.ubf-v7-body-text { max-width: 720px; color: #615A66; font-size: 1.12rem; line-height: 1.76; }
.ubf-v7-resource-list { display: grid; gap: 12px; margin: 28px 0; }
.ubf-v7-resource-row { display: grid; grid-template-columns: 48px minmax(0,1fr) 22px; align-items: center; gap: 15px; border: 1px solid #E8E2EA; border-radius: 22px; background: #fff; padding: 16px; box-shadow: 0 12px 30px rgba(23,18,26,.045); transition: transform 380ms cubic-bezier(.22,1,.36,1), box-shadow 380ms cubic-bezier(.22,1,.36,1), border-color 380ms cubic-bezier(.22,1,.36,1); }
.ubf-v7-resource-row:hover { transform: translateX(6px); border-color: rgba(217,14,142,.28); box-shadow: 0 22px 54px rgba(23,18,26,.09); }
.ubf-v7-resource-row > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; background: #FFF2FA; color: #D90E8E; }
.ubf-v7-resource-row svg { width: 20px; height: 20px; fill: currentColor; }
.ubf-v7-resource-row small { display: block; color: #9A0865; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; }
.ubf-v7-resource-row strong { display: block; color: #17121A; font-size: 1.05rem; }
.ubf-v7-dark-section { background: #17121A; color: #fff; overflow: hidden; }
.ubf-v7-dark-section:before { content: ""; position: absolute; inset: -180px auto auto -140px; width: 460px; height: 460px; border-radius: 999px; background: rgba(217,14,142,.20); filter: blur(34px); }
.ubf-v7-dark-section h2 { color: #fff; }
.ubf-v7-dark-section .ubf-v7-body-text { color: rgba(255,255,255,.72); }
.ubf-v7-campaign-layout { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px, 7vw, 90px); align-items: center; }
.ubf-v7-gallery { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.ubf-v7-gallery-card { margin: 0; overflow: hidden; border-radius: 32px; background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.22); transform: translateZ(0); transition: transform 500ms cubic-bezier(.22,1,.36,1), box-shadow 500ms cubic-bezier(.22,1,.36,1); }
.ubf-v7-gallery-card:nth-child(2) { margin-top: 64px; }
.ubf-v7-gallery-card:hover { transform: translateY(-8px); box-shadow: 0 42px 100px rgba(0,0,0,.30); }
.ubf-v7-gallery-card img { width: 100%; height: 390px; object-fit: cover; transition: transform 500ms cubic-bezier(.22,1,.36,1); }
.ubf-v7-gallery-card:hover img { transform: scale(1.045); }
.ubf-v7-gallery-card figcaption { padding: 18px 20px; color: #17121A; font-weight: 850; }
.ubf-v7-journey-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.ubf-v7-journey-card small { display: inline-flex; color: #9A0865; font-size: .76rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 30px; }
.ubf-v7-contact-band { background: linear-gradient(180deg, #fff 0%, #EFF2F5 100%); }
.ubf-v7-contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px, 7vw, 90px); align-items: center; }
.ubf-v7-contact-links { display: grid; gap: 12px; margin-top: 24px; }
.ubf-v7-contact-links a { display: inline-flex; align-items: center; gap: 12px; color: #17121A; font-weight: 850; }
.ubf-v7-contact-links svg { width: 21px; height: 21px; fill: #D90E8E; }
.ubf-v7-form-shell { border: 1px solid rgba(255,255,255,.9); border-radius: 34px; background: rgba(255,255,255,.86); padding: clamp(22px, 3vw, 34px); box-shadow: 0 36px 100px rgba(23,18,26,.12); backdrop-filter: blur(18px); }
.ubf-v7-form-shell .ubf-contact-form input,
.ubf-v7-form-shell .ubf-contact-form select,
.ubf-v7-form-shell .ubf-contact-form textarea { min-height: 52px; border-radius: 18px; }

[data-gsap] { will-change: transform, opacity; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 500ms ease, transform 500ms cubic-bezier(.22,1,.36,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  .ubf-v7-initiative-grid, .ubf-v7-metrics-grid, .ubf-v7-journey-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .ubf-v7-resource-layout, .ubf-v7-campaign-layout, .ubf-v7-contact-layout, .ubf-v7-split { grid-template-columns: 1fr; }
  .ubf-v7-resource-showcase { min-height: 540px; }
}
@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), 1300px); }
  body { font-size: 16px; }
  h1, .ubf-v7-title { font-size: clamp(2.45rem, 11vw, 4rem); }
  .ubf-v7-hero { min-height: auto; }
  .ubf-v7-proof-row, .ubf-v7-service-grid, .ubf-v7-gallery, .ubf-v7-initiative-grid, .ubf-v7-metrics-grid, .ubf-v7-journey-grid { grid-template-columns: 1fr; }
  .ubf-v7-command-card { border-radius: 28px; }
  .ubf-v7-command-card__head { align-items: flex-start; }
  .ubf-v7-logo-disc { width: 72px; height: 72px; border-radius: 22px; }
  .ubf-v7-logo-disc img { width: 58px; height: 58px; }
  .ubf-v7-gallery-card:nth-child(2) { margin-top: 0; }
  .ubf-v7-gallery-card img { height: 300px; }
  .ubf-v7-resource-showcase { min-height: 520px; border-radius: 32px; }
  .ubf-v7-phone-frame img { height: 430px; }
}

/* ==========================================================================
   Horizontal Scroll, Marquee, SVG & Component Refinement (V7 Core Additions)
   ========================================================================== */

/* 1. Horizontal Scroll Layouts */
.ubf-v7-horizontal-scroll-container {
  width: 100%;
  position: relative;
}
.ubf-v7-horizontal-scroll-inner {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
}
.ubf-v7-horizontal-panel {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(24px, 4vw, 80px);
  flex: 0 0 100vw;
}
.ubf-v7-horizontal-panel--intro {
  background: #EFF2F5;
}
.panel-content {
  max-width: 680px;
  text-align: center;
  margin: 0 auto;
}
.panel-content h2 {
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  margin-bottom: 20px;
}
.ubf-v7-journey-card-outer {
  width: min(100%, 780px);
  padding: 0 20px;
}
.ubf-v7-journey-card-inner {
  background: #fff;
  border: 1px solid #E8E2EA;
  border-radius: 38px;
  padding: clamp(32px, 5vw, 64px);
  box-shadow: var(--ubf-shadow-md);
  position: relative;
  overflow: hidden;
  text-align: left;
}
.ubf-v7-journey-card-inner small {
  display: block;
  color: #D90E8E;
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
.ubf-v7-journey-card-inner h3 {
  font-size: clamp(1.8rem, 2.5vw, 2.8rem);
  margin-bottom: 18px;
}
.ubf-v7-journey-card-inner p {
  font-size: 1.12rem;
  line-height: 1.7;
  color: #5E5665;
  margin: 0;
}

@media (max-width: 1180px) {
  .ubf-v7-horizontal-scroll-inner {
    width: 100%;
    flex-wrap: wrap;
    display: grid;
    gap: 24px;
    padding: 60px 0;
  }
  .ubf-v7-horizontal-panel {
    width: 100%;
    height: auto;
    flex: 0 0 100%;
    padding: 0;
    display: block;
  }
  .ubf-v7-horizontal-panel--intro {
    background: transparent;
  }
  .panel-content {
    text-align: left;
    margin: 0;
  }
  .ubf-v7-journey-card-outer {
    width: 100%;
    padding: 0;
  }
  .ubf-v7-journey-card-inner {
    border-radius: 28px;
    padding: 28px;
  }
}

/* 2. Ticker Marquee Strip */
.ubf-v7-marquee-bar {
  border-color: #E8E2EA;
  background: #fff;
  z-index: 10;
}
.ubf-v7-marquee-track {
  animation: marqueeLoop 34s linear infinite;
  display: inline-flex;
}
.ubf-v7-marquee-group {
  display: inline-flex;
  align-items: center;
  gap: 48px;
  padding-right: 48px;
}
.ubf-v7-marquee-group span {
  font-family: var(--ubf-font);
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  font-weight: 800;
  color: #D90E8E;
}
@keyframes marqueeLoop {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-33.3333%, 0, 0); }
}

/* 3. SVG ribbon path draw-in */
.ubf-ribbon-draw svg {
  stroke: #D90E8E;
  stroke-width: 1.5;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  fill: none;
  animation: drawRibbon 2.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes drawRibbon {
  to {
    stroke-dashoffset: 0;
    fill: rgba(217, 14, 142, 0.05);
  }
}

/* 4. Blog Post Listing Cards */
.listing-card {
  display: flex;
  gap: 28px;
  background: var(--ubf-white);
  border: 1px solid var(--ubf-border);
  border-radius: var(--ubf-radius);
  padding: 28px;
  box-shadow: 0 12px 30px rgba(23,18,26,0.045);
  transition: transform var(--ubf-transition), box-shadow var(--ubf-transition), border-color var(--ubf-transition);
}
.listing-card:hover {
  transform: translateY(-4px);
  border-color: rgba(217, 14, 142, 0.3);
  box-shadow: var(--ubf-shadow-sm);
}
.listing-card__image {
  flex: 0 0 260px;
  max-width: 260px;
  height: 180px;
  border-radius: 18px;
  overflow: hidden;
  background: var(--ubf-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--ubf-shadow-sm);
}
.listing-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--ubf-transition-slow);
}
.listing-card:hover .listing-card__image img {
  transform: scale(1.045);
}
.listing-card__image span {
  color: var(--ubf-pink);
  opacity: 0.6;
}
.listing-card__image svg {
  width: 48px;
  height: 48px;
}
.listing-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.listing-card__body time {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--ubf-pink-dark);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  display: block;
}
.listing-card__body h2 {
  font-size: 1.45rem;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
  font-weight: 850;
  line-height: 1.2;
}
.listing-card__body h2 a {
  color: var(--ubf-heading);
  transition: color var(--ubf-transition);
}
.listing-card__body h2 a:hover {
  color: var(--ubf-pink);
}
.listing-card__body p {
  font-size: 0.98rem;
  line-height: 1.62;
  margin-bottom: 18px;
  color: var(--ubf-muted);
}
.listing-card--compact {
  padding: 22px 26px;
}
.listing-card--compact .listing-card__body h2 {
  font-size: 1.3rem;
}
@media (max-width: 760px) {
  .listing-card {
    flex-direction: column;
    gap: 16px;
    padding: 20px;
  }
  .listing-card__image {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
    height: 180px;
  }
}

/* 5. Search Bar Form Layout */
.search-form {
  display: flex;
  gap: 12px;
  max-width: 580px;
  width: 100%;
  margin-top: 16px;
}
.search-form label {
  flex: 1;
}
.search-form input[type="search"] {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--ubf-border-strong);
  border-radius: 18px;
  background: #fff;
  color: var(--ubf-heading);
  padding: 13px 18px;
  outline: none;
  font-size: 0.98rem;
  transition: border-color var(--ubf-transition), box-shadow var(--ubf-transition);
}
.search-form input[type="search"]:focus {
  border-color: rgba(217, 14, 142, 0.55);
  box-shadow: 0 0 0 4px rgba(217, 14, 142, 0.12);
}
.search-form .search-submit {
  min-height: 52px;
  padding-inline: 28px;
  margin: 0;
}
@media (max-width: 640px) {
  .search-form {
    flex-direction: column;
    gap: 8px;
  }
  .search-form .search-submit {
    width: 100%;
  }
}

/* 6. Motion Spring Easing Default Hook */
.spring-hover {
  transition: transform var(--ubf-transition);
}
.spring-hover:hover {
  transform: translateY(-4px) scale(1.02);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Snappy spring physics */
}

/* 7. Icon Badge Components */
.ubf-v7-circle-badge {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--ubf-pink-soft);
  color: var(--ubf-pink);
  border-radius: 999px;
  flex-shrink: 0;
}
.ubf-v7-circle-badge svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
  display: block;
}

.ubf-v7-circle-badge--small {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--ubf-pink-soft);
  color: var(--ubf-pink);
  border-radius: 999px;
  flex-shrink: 0;
}
.ubf-v7-circle-badge--small svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  display: block;
}

/* 8. Winding SVG Scroll Path & Follower */
.ubf-v7-scroll-path-wrapper {
  position: absolute;
  top: 900px;
  bottom: 800px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1300px;
  pointer-events: none;
  z-index: 1;
  opacity: 0.16;
}
.ubf-v7-scroll-path {
  width: 100%;
  height: 100%;
}
.ubf-v7-scroll-path path {
  will-change: stroke-dashoffset;
}

@media (prefers-reduced-motion: reduce) {
  .ubf-v7-orbit, .ubf-v7-marquee-track, .ubf-ribbon-draw svg, .ubf-v7-scroll-path path { animation: none !important; }
  .listing-card, .listing-card img, .spring-hover { transition: none !important; transform: none !important; }
}
