/*
Theme Name: Holomathesis Global Hub
Description: The global information and location hub for Holomathesis.
Version: 1.3.0
Text Domain: holomathesis
*/

/* ================================================================
   HUB LINK FIX V1.3
   This block is intentionally placed at the top for easy checking.
   No hub link is underlined. Hover colours remain visible.
   A matching late-loading copy is printed by functions.php.
   ================================================================ */

html body.hm-hub-home a,
html body.hm-hub-home a:link,
html body.hm-hub-home a:visited,
html body.hm-hub-home a:hover,
html body.hm-hub-home a:focus,
html body.hm-hub-home a:active {
	text-decoration: none !important;
	text-decoration-line: none !important;
}

html body.hm-hub-home .hm-hub-strip a,
html body.hm-hub-home .hm-hub-strip a:visited {
	color: #ffffff !important;
	background: transparent !important;
	background-image: none !important;
}

html body.hm-hub-home .hm-hub-strip a:hover,
html body.hm-hub-home .hm-hub-strip a:focus-visible {
	color: #d8a94d !important;
	background: rgba(255, 255, 255, .10) !important;
}

html body.hm-hub-home .hm-footer__lead .hm-arrow-link--light,
html body.hm-hub-home .hm-footer__lead .hm-arrow-link--light:visited {
	color: #ffffff !important;
	background: transparent !important;
	background-image: none !important;
}

html body.hm-hub-home .hm-footer__lead .hm-arrow-link--light:hover,
html body.hm-hub-home .hm-footer__lead .hm-arrow-link--light:focus-visible {
	color: #d8a94d !important;
	background: rgba(255, 255, 255, .10) !important;
}

html body.hm-hub-home .hm-footer__grid a,
html body.hm-hub-home .hm-footer__grid a:visited {
	color: #d6dfdc !important;
	background: transparent !important;
	background-image: none !important;
}

html body.hm-hub-home .hm-footer__grid a:hover,
html body.hm-hub-home .hm-footer__grid a:focus-visible {
	color: #d8a94d !important;
	background: rgba(216, 169, 77, .12) !important;
}

/* ========================== END HUB LINK FIX V1.3 =============== */

:root{--ink:#102b2a;--soft:#405c57;--cream:#f6f0e5;--paper:#fffdf8;--coral:#e06b50;--coral-dark:#bd4f39;--gold:#d8a94d;--sage:#a9c6b6;--mist:#e4ece8;--line:rgba(16,43,42,.16);--shadow:0 28px 70px rgba(16,43,42,.14);--serif:Georgia,"Times New Roman",serif;--sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--cream);font:17px/1.68 var(--sans);-webkit-font-smoothing:antialiased}body:before{position:fixed;inset:0;z-index:-3;background:linear-gradient(rgba(16,43,42,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(16,43,42,.035) 1px,transparent 1px);background-size:46px 46px;content:"";pointer-events:none}a{color:inherit}.hm-shell{width:min(calc(100% - 40px),var(--max));margin-inline:auto}.hm-skip-link{position:fixed;top:10px;left:10px;z-index:1000;padding:10px 16px;color:#fff;background:var(--ink);transform:translateY(-150%)}.hm-skip-link:focus{transform:none}:focus-visible{outline:3px solid var(--coral);outline-offset:4px}
.hm-hub-strip{color:#fff;background:var(--ink);font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.hm-hub-strip .hm-shell{display:flex;justify-content:space-between;gap:20px;padding-block:8px}.hm-hub-strip p{margin:0}.hm-hub-strip p span{margin-right:7px;color:var(--gold)}.hm-hub-strip nav{display:flex;gap:22px}.hm-hub-strip a{text-decoration:none}.hm-hub-strip a:hover{text-decoration:none}.hm-header{position:relative;z-index:20;border-bottom:1px solid var(--line);background:rgba(246,240,229,.96);backdrop-filter:blur(12px)}.hm-header__inner{display:flex;align-items:center;min-height:88px;gap:30px}.hm-brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none}.hm-brand>span:last-child{display:grid}.hm-brand strong{font:700 1.55rem/1 var(--serif);letter-spacing:-.025em}.hm-brand small{margin-top:5px;color:var(--soft);font-size:.6rem;font-weight:850;letter-spacing:.16em;text-transform:uppercase}.hm-brand__mark{position:relative;display:grid;width:43px;height:43px;place-items:center}.hm-brand__mark:before,.hm-brand__mark:after{position:absolute;width:35px;height:19px;border:2px solid var(--coral);border-radius:50%;content:"";transform:rotate(32deg)}.hm-brand__mark:after{width:19px;height:35px;border-color:var(--gold)}.hm-brand__mark i{width:8px;height:8px;border-radius:50%;background:var(--ink)}.hm-primary-nav{display:flex;align-items:center;justify-content:flex-end;gap:26px;margin-left:auto}.hm-primary-nav>a{font-size:.84rem;font-weight:800;text-decoration:none}.hm-primary-nav>a:not(.hm-button):hover{text-decoration:none}.hm-menu-toggle{display:none;border:0;background:transparent;color:var(--ink);font:800 .85rem var(--sans)}
.hm-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:12px 22px;border:2px solid var(--coral);border-radius:3px;color:#fff;background:var(--coral);font-weight:850;text-decoration:none;box-shadow:5px 5px 0 var(--ink);transition:transform .18s,box-shadow .18s}.hm-button:hover{transform:translate(2px,2px);box-shadow:3px 3px 0 var(--ink)}.hm-button--small{min-height:42px;padding:8px 15px;font-size:.78rem}.hm-arrow-link{display:inline-flex;align-items:center;gap:9px;font-weight:850;text-decoration:none}.hm-arrow-link span{color:var(--coral);transition:transform .18s}.hm-arrow-link:hover span{transform:translateX(4px)}
.hm-kicker{margin:0 0 15px;color:var(--coral-dark);font-size:.73rem;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.hm-hero{position:relative;padding:100px 0 120px;overflow:hidden}.hm-hero:after{position:absolute;top:7%;left:-8%;z-index:-1;width:390px;height:390px;border:1px solid rgba(16,43,42,.15);border-radius:50%;content:""}.hm-hero__grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:80px}.hm-hero h1{max-width:760px;margin:0;font:700 clamp(3.5rem,6.7vw,6.5rem)/.93 var(--serif);letter-spacing:-.06em}.hm-lede{max-width:720px;margin:34px 0 28px;font-size:clamp(1.15rem,2vw,1.34rem);line-height:1.58}.hm-actions{display:flex;align-items:center;gap:30px}.hm-hero__note{max-width:670px;margin:28px 0 0;color:var(--soft);font-size:.8rem}
.hm-orbit{position:relative;width:min(100%,500px);aspect-ratio:1;margin:auto}.hm-orbit__ring{position:absolute;inset:13%;border:1px solid rgba(16,43,42,.3);border-radius:50%;transform:rotate(17deg)}.hm-orbit__ring--two{inset:9% 18%;border-color:rgba(224,107,80,.38);transform:rotate(-38deg)}.hm-orbit__centre,.hm-orbit__node{position:absolute;display:grid;place-items:center;border-radius:50%;text-align:center}.hm-orbit__centre{top:35%;left:35%;width:30%;aspect-ratio:1;border:8px solid #839b92;color:#fff;background:var(--ink);font:1rem/1.25 var(--serif);box-shadow:var(--shadow)}.hm-orbit__centre strong{font-size:1.35rem}.hm-orbit__node{width:21%;aspect-ratio:1;padding:8px;border:1px solid var(--line);background:var(--paper);font-size:clamp(.58rem,1.1vw,.75rem);font-weight:850;overflow-wrap:anywhere}.hm-orbit__node--1{top:0;left:39.5%}.hm-orbit__node--2{top:17%;right:0;background:var(--mist)}.hm-orbit__node--3{right:0;bottom:17%;background:#f0d58f}.hm-orbit__node--4{bottom:0;left:39.5%;background:#d4e5da}.hm-orbit__node--5{bottom:17%;left:0;background:#f0c1b6}.hm-orbit__node--6{top:17%;left:0;background:#dceae5}
.hm-region-section{padding:110px 0;color:#fff;background:var(--ink)}.hm-region-section .hm-kicker{color:var(--gold)}.hm-section-heading{display:grid;grid-template-columns:1.12fr .88fr;align-items:end;gap:80px;margin-bottom:50px}.hm-section-heading h2,.hm-whole h2,.hm-boundaries h2,.hm-final h2{margin:0;font:700 clamp(2.5rem,4.7vw,4.5rem)/1.02 var(--serif);letter-spacing:-.045em}.hm-section-heading>p{margin:0}.hm-region-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.hm-region-card{display:flex;min-width:0;flex-direction:column;padding:38px;color:var(--ink);background:var(--paper);border-radius:25px;box-shadow:0 25px 65px rgba(0,0,0,.2)}.hm-region-card--us{background:#f0c86f}.hm-region-card header{display:flex;align-items:start;justify-content:space-between;gap:25px;padding-bottom:25px;border-bottom:1px solid var(--line)}.hm-region-card header span{font-size:.7rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.hm-region-card h3{margin:7px 0 0;font:700 2rem/1.1 var(--serif)}.hm-region-card header b{display:grid;width:50px;aspect-ratio:1;place-items:center;border:1px solid var(--ink);border-radius:50%;font-size:.72rem}.hm-region-card ul{margin:25px 0;padding:0;list-style:none}.hm-region-card li{display:grid;grid-template-columns:70px 1fr;gap:18px;padding:10px 0;border-bottom:1px solid var(--line)}.hm-region-card li span{color:var(--coral-dark);font:italic 1rem var(--serif)}.hm-region-card li strong{font-size:.87rem}.hm-region-card>p{margin:0 0 26px;color:var(--soft);font-size:.78rem}.hm-region-card>a{display:flex;justify-content:space-between;margin-top:auto;padding-top:20px;border-top:1px solid var(--ink);font-weight:900;text-decoration:none}.hm-region-card>a span{color:var(--coral-dark);transition:transform .18s}.hm-region-card>a:hover span{transform:translate(3px,-3px)}.hm-region-caveat{max-width:900px;margin:28px auto 0;color:rgba(255,255,255,.72);font-size:.77rem;text-align:center}.hm-region-caveat strong{color:#fff}
.hm-whole{padding:120px 0}.hm-whole__grid{display:grid;grid-template-columns:.85fr 1.15fr;align-items:start;gap:110px}.hm-whole__grid>div>p:not(.hm-kicker){color:var(--soft)}.hm-six{margin:0;padding:0;list-style:none}.hm-six li{display:grid;grid-template-columns:65px 1fr;gap:20px;padding:24px 8px;border-top:1px solid var(--line)}.hm-six li:last-child{border-bottom:1px solid var(--line)}.hm-six>li>span{color:var(--coral);font:italic 1.1rem var(--serif)}.hm-six div{display:grid;grid-template-columns:160px 1fr;align-items:baseline;gap:20px}.hm-six strong{font:700 1.45rem var(--serif)}.hm-six small{color:var(--soft);font-size:.82rem}
.hm-audiences{padding:110px 0;background:var(--paper)}.hm-audience-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--ink)}.hm-audience-grid article{min-height:350px;padding:35px;border-right:1px solid var(--ink)}.hm-audience-grid article:last-child{border:0}.hm-audience-grid span{color:var(--coral);font:italic 1rem var(--serif)}.hm-audience-grid h3{margin:70px 0 16px;font:700 2rem/1.1 var(--serif)}.hm-audience-grid p{color:var(--soft)}.hm-age-notice{display:grid;grid-template-columns:65px 1fr;align-items:start;gap:22px;margin-top:24px;padding:25px;border-left:5px solid var(--coral);background:var(--cream)}.hm-age-notice>b{display:grid;width:55px;aspect-ratio:1;place-items:center;border-radius:50%;color:#fff;background:var(--coral);font-size:.78rem}.hm-age-notice strong{font-family:var(--serif);font-size:1.15rem}.hm-age-notice p{margin:5px 0 0;color:var(--soft);font-size:.82rem}
.hm-boundaries{padding:100px 0;background:var(--mist)}.hm-boundaries__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px}.hm-boundary-list p{display:grid;grid-template-columns:180px 1fr;gap:20px;margin:0;padding:19px 0;border-top:1px solid var(--line);font-size:.84rem}.hm-boundary-list p:last-child{border-bottom:1px solid var(--line)}.hm-boundary-list span{font-weight:900}.hm-final{padding:105px 0;background:var(--gold)}.hm-final__inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:100px}.hm-final__links{display:grid;border-top:1px solid var(--ink)}.hm-final__links a{display:flex;align-items:center;justify-content:space-between;padding:22px 5px;border-bottom:1px solid var(--ink);font:700 1.35rem var(--serif);text-decoration:none}.hm-final__links small{display:block;margin-bottom:3px;font:850 .65rem var(--sans);letter-spacing:.1em;text-transform:uppercase}.hm-final__links b{transition:transform .18s}.hm-final__links a:hover b{transform:translateX(5px)}
.hm-footer{padding:85px 0 25px;color:#fff;background:#091e1d}.hm-footer__lead{display:grid;grid-template-columns:1fr auto;align-items:end;gap:60px;padding-bottom:42px;border-bottom:1px solid rgba(255,255,255,.18)}.hm-brand--footer strong{font-size:2rem}.hm-brand--footer small{color:#b9c7c3}.hm-brand--footer .hm-brand__mark i{background:#fff}.hm-footer__lead p{max-width:650px;margin:24px 0 0;color:#b7c6c2}.hm-arrow-link--light{color:#fff}.hm-footer__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;padding:45px 0}.hm-footer__grid nav{display:flex;flex-direction:column;align-items:flex-start}.hm-footer__grid h2{margin:0 0 15px;color:var(--gold);font-size:.7rem;letter-spacing:.14em;text-transform:uppercase}.hm-footer__grid a{margin:5px 0;color:#d6dfdc;font-size:.82rem}.hm-footer__notice{display:grid;grid-template-columns:.7fr 1.3fr;gap:40px;padding:24px;border:1px solid rgba(255,255,255,.2);border-left:4px solid var(--coral)}.hm-footer__notice p{margin:0;color:#b7c6c2;font-size:.77rem}.hm-footer__base{display:flex;justify-content:space-between;gap:25px;margin-top:32px;padding-top:20px;border-top:1px solid rgba(255,255,255,.15);color:#91a39e;font-size:.68rem}.hm-footer__base p{margin:0}.hm-footer__base a{color:inherit;text-decoration:none}.hm-footer__base a:hover{color:#fff}
@media(max-width:950px){.hm-primary-nav{flex-wrap:wrap}.js .hm-menu-toggle{display:flex;align-items:center;gap:8px;margin-left:auto}.hm-menu-toggle i,.hm-menu-toggle i:before,.hm-menu-toggle i:after{display:block;width:22px;height:2px;background:var(--ink);content:""}.hm-menu-toggle i{position:relative}.hm-menu-toggle i:before{position:absolute;top:-7px}.hm-menu-toggle i:after{position:absolute;top:7px}.js .hm-primary-nav{position:absolute;top:100%;right:0;left:0;display:none;align-items:stretch;padding:22px 20px;border-bottom:1px solid var(--ink);background:var(--cream)}.js .hm-primary-nav.is-open{display:grid}.hm-primary-nav>a{padding:10px 0}.hm-hero__grid{grid-template-columns:1fr .8fr;gap:30px}.hm-region-card{padding:28px}.hm-whole__grid{gap:60px}}
@media(max-width:760px){body{font-size:16px}.hm-shell{width:min(calc(100% - 28px),var(--max))}.hm-hub-strip{font-size:.58rem}.hm-hub-strip nav a:first-child{display:none}.hm-header__inner{min-height:75px}.hm-hero{padding:65px 0 80px}.hm-hero__grid,.hm-section-heading,.hm-region-grid,.hm-whole__grid,.hm-boundaries__grid,.hm-final__inner{grid-template-columns:1fr;gap:45px}.hm-hero h1{font-size:clamp(3.1rem,16vw,5rem);overflow-wrap:break-word}.hm-actions{align-items:flex-start;flex-direction:column}.hm-orbit{width:min(100%,430px)}.hm-orbit__node{font-size:.58rem}.hm-region-section,.hm-whole,.hm-audiences{padding:80px 0}.hm-region-card{padding:24px}.hm-region-card h3{font-size:1.65rem}.hm-six div{grid-template-columns:1fr;gap:2px}.hm-audience-grid{grid-template-columns:1fr}.hm-audience-grid article{min-height:280px;border-right:0;border-bottom:1px solid var(--ink)}.hm-audience-grid h3{margin-top:45px}.hm-age-notice{grid-template-columns:1fr}.hm-boundary-list p{grid-template-columns:1fr;gap:4px}.hm-footer__lead,.hm-footer__notice{grid-template-columns:1fr}.hm-footer__grid{grid-template-columns:1fr 1fr}.hm-footer__base{align-items:flex-start;flex-direction:column}}
@media(max-width:450px){.hm-brand strong{font-size:1.3rem}.hm-brand small{font-size:.53rem}.hm-hero h1{font-size:3.25rem}.hm-orbit__centre{width:34%;top:33%;left:33%;font-size:.75rem}.hm-orbit__node{width:23%;font-size:.52rem}.hm-region-card header b{display:none}.hm-region-card li{grid-template-columns:55px 1fr}.hm-footer__grid{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* Link system: no underlines, no disappearing hover states. */
a,a:hover,a:focus,a:active{text-decoration:none!important}
.hm-hub-strip a:hover,.hm-hub-strip a:focus-visible{color:var(--gold)}
.hm-primary-nav>a:not(.hm-button){padding:7px 9px;border-radius:4px;transition:color .18s ease,background .18s ease}
.hm-primary-nav>a:not(.hm-button):hover,.hm-primary-nav>a:not(.hm-button):focus-visible{color:var(--ink);background:rgba(169,198,182,.38)}
.hm-button:hover,.hm-button:focus-visible{color:#fff;background:var(--coral-dark)}
.hm-arrow-link{padding:5px 7px;border-radius:4px;transition:color .18s ease,background .18s ease}
.hm-arrow-link:hover,.hm-arrow-link:focus-visible{color:var(--ink);background:var(--mist)}
.hm-arrow-link--light:hover,.hm-arrow-link--light:focus-visible{color:var(--gold);background:rgba(255,255,255,.08)}
.hm-region-card>a:hover,.hm-region-card>a:focus-visible{color:var(--ink);background:rgba(169,198,182,.3)}
.hm-region-card--us>a:hover,.hm-region-card--us>a:focus-visible{background:rgba(255,255,255,.38)}
.hm-final__links a:hover,.hm-final__links a:focus-visible{color:var(--ink);background:rgba(255,255,255,.38)}
.hm-footer__grid a:hover,.hm-footer__grid a:focus-visible{color:var(--gold)}
.hm-footer__base a:hover,.hm-footer__base a:focus-visible{color:#fff}
html body.hm-hub-home a,html body.hm-hub-home a:visited,html body.hm-hub-home a:hover,html body.hm-hub-home a:focus,html body.hm-hub-home a:active{text-decoration:none!important;text-decoration-line:none!important}
html body.hm-hub-home .hm-hub-strip a,html body.hm-hub-home .hm-hub-strip a:visited{color:#fff!important;background:transparent!important;background-image:none!important}
html body.hm-hub-home .hm-hub-strip a:hover,html body.hm-hub-home .hm-hub-strip a:focus-visible{color:var(--gold)!important;background:rgba(255,255,255,.08)!important}
html body.hm-hub-home .hm-footer__lead .hm-arrow-link--light,html body.hm-hub-home .hm-footer__lead .hm-arrow-link--light:visited{color:#fff!important;background:transparent!important;background-image:none!important}
html body.hm-hub-home .hm-footer__lead .hm-arrow-link--light:hover,html body.hm-hub-home .hm-footer__lead .hm-arrow-link--light:focus-visible{color:var(--gold)!important;background:rgba(255,255,255,.08)!important}
html body.hm-hub-home .hm-footer__grid a,html body.hm-hub-home .hm-footer__grid a:visited{color:#d6dfdc!important;background:transparent!important;background-image:none!important}
html body.hm-hub-home .hm-footer__grid a:hover,html body.hm-hub-home .hm-footer__grid a:focus-visible{color:var(--gold)!important;background:rgba(216,169,77,.09)!important}
