/*
 Theme Name: Core Australia
 Author: CIB (Jobst)
 Template: astra
 Description: Configurable theme
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: astra-cib
*/
/* various searchkit and afform forms */
.af-admin-edit-form-link {
 display: none;
}
.crm-search-display-list ul {
 list-style-type: none;
 padding: 0;
 margin: 0;
}
.crm-search-display-pager ul {
 list-style-type: none;
 padding: 0;
 margin: 0;
 margin-top: 20px;
}
.crm-search-display-pager li {
 display: inline-block;
 margin-right: 10px;
}
.crm-contact-relationship-selector-user .action-item,
.crm-ajax-table .action-item,
.dataTable .action-item {
 display:block;
}
/* if this doesn't work try a href as shown below */
/* .crm-contact-relationship-selector-user a { */
.crm-contact-relationship-selector-user .action-item {
 pointer-events: none;
 cursor: default;
 color: #222;
 text-decoration: none;
 opacity: 0.6;
}
.crm-contact-relationship-selector-user .crm-tooltip-wrapper {
 display:none;
}
.post-273 .breadcrumb,
.post-273 .crm-summary-contactname-block,
.post-273 .crm-actions-ribbon {
 display:none;
}
/* Fix the content area to take full width to go UNDERNEAATH the nav menu */
.woocommerce-account .woocommerce-MyAccount-content {
 float:none!important;
 width:100%!important;
}
/* --------------------------------------------------------------------------- */
/* website design 2026 from here onwards                                       */
/* --------------------------------------------------------------------------- */
/*
color master does this now
:root {
 --purple: #5c2d91;
 --purple-dark: #3d1d61;
 --purple-light: #7a45a8;
 --mauve: #aa8ba8;
 --mauve-light: #c9afc7;
 --mauve-pale: #f0e8ef;
 --white: #ffffff;
 --off-white: #faf7fc;
 --grey-dark: #535458;
 --grey-mid: #7a7b80;
 --grey-light: #e8e6ec;
 --text-body: #2a2b2e;
}
*/
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
 font-family: 'DM Sans', sans-serif;
 font-weight: 400;
 color: var(--text-body);
 background: var(--white);
 line-height: 1.65;
 overflow-x: hidden;
}
/* ── HERO ── */
.hero {
 min-height: 100vh;
 background: var(--purple-dark);
 position: relative;
 display: flex; align-items: center;
 overflow: hidden;
 padding: 8rem 2rem 5rem;
}
.hero-bg-pattern {
 position: absolute; inset: 0; opacity: 0.07;
 background-image: radial-gradient(circle, var(--mauve-light) 1px, transparent 1px);
 background-size: 32px 32px;
}
.hero-arc {
 position: absolute; bottom: -2px; left: 0; right: 0;
 height: 120px;
 background: var(--white);
 clip-path: ellipse(55% 100% at 50% 100%);
}
.hero-inner {
 max-width: 1100px; margin: 0 auto; width: 100%;
 position: relative; z-index: 2;
 display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
}
.hero-eyebrow {
 display: inline-block;
 font-size: 0.75rem; font-weight: 600;
 letter-spacing: 0.12em; text-transform: uppercase;
 color: var(--mauve-light);
 margin-bottom: 1.25rem;
 padding: 0.35rem 0.85rem;
 border: 1px solid rgba(170,139,168,0.4);
 border-radius: 100px;
}
.hero h1 {
 font-family: 'Playfair Display', serif;
 font-size: clamp(2.6rem, 5vw, 4rem);
 font-weight: 900;
 color: var(--white);
 line-height: 1.12;
 letter-spacing: -0.02em;
 margin-bottom: 1.5rem;
}
.hero h1 em { color: var(--mauve-light); font-style: normal; }
.hero-lead {
 font-size: 1.1rem; font-weight: 300;
 color: rgba(255,255,255,0.75);
 max-width: 480px;
 line-height: 1.7;
 margin-bottom: 2.5rem;
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-primary {
 display: inline-block;
 background: var(--mauve);
 color: var(--white);
 padding: 0.85rem 2rem;
 border-radius: 8px;
 font-weight: 600;
 font-size: 0.95rem;
 text-decoration: none;
 transition: background 0.2s, transform 0.15s;
 letter-spacing: 0.01em;
}
.btn-primary:hover { background: var(--mauve-light); transform: translateY(-1px); }
.btn-outline {
 display: inline-block;
 background: transparent;
 color: rgba(255,255,255,0.85);
 padding: 0.85rem 2rem;
 border-radius: 8px;
 font-weight: 500;
 font-size: 0.95rem;
 text-decoration: none;
 border: 1px solid rgba(255,255,255,0.3);
 transition: border-color 0.2s, color 0.2s;
}
.btn-outline:hover { border-color: rgba(255,255,255,0.7); color: var(--white); }
.hero-visual {
 position: relative;
 display: flex; justify-content: center; align-items: center;
}
/* ── LATEST hero cards ── */
.hero-ticker {
 position: relative;
 width: 320px;
 overflow: hidden;
}
.ticker-track {
 display: flex;
 transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.ticker-card {
 min-width: 320px;
 background: rgba(255, 255, 255, 0.08);
 border: 1px solid rgba(255, 255, 255, 0.15);
 border-radius: 16px;
 padding: 1.75rem;
 backdrop-filter: blur(4px);
}
.ticker-label {
 font-size: 0.72rem;
 font-weight: 700;
 letter-spacing: 0.12em;
 text-transform: uppercase;
 color: var(--mauve-light);
 margin-bottom: 0.6rem;
}
.ticker-title {
 font-size: 1.15rem;
 font-weight: 700;
 color: #ffffff;
 margin-bottom: 0.4rem;
 font-family: 'Playfair Display', serif;
}
.ticker-sub {
 font-size: 0.85rem;
 color: rgba(255, 255, 255, 0.6);
 line-height: 1.5;
}
.ticker-bar {
 height: 4px;
 border-radius: 4px;
 background: rgba(255, 255, 255, 0.1);
 margin-top: 1.25rem;
 overflow: hidden;
}
.ticker-bar-fill {
 height: 100%;
 border-radius: 4px;
 background: var(--mauve);
}
.ticker-dots {
 display: flex;
 gap: 6px;
 margin-top: 1rem;
 padding-left: 0.25rem;
}
.ticker-dot {
 width: 6px;
 height: 6px;
 border-radius: 50%;
 background: rgba(255, 255, 255, 0.25);
 transition: background 0.3s, width 0.3s;
 cursor: pointer;
}
.ticker-dot.active {
 background: var(--mauve);
 width: 20px;
 border-radius: 3px;
}
/* ── ORIGINAL hero cards ── */
.hero-card-stack {
 position: relative; width: 340px; height: 380px;
}
.hcard {
 position: absolute;
 background: rgba(255,255,255,0.06);
 border: 1px solid rgba(255,255,255,0.12);
 border-radius: 16px;
 padding: 1.5rem;
 backdrop-filter: blur(4px);
}
.hcard-1 { 
 width: 280px;
 top: 0;
 left: 30px;
 transform: rotate(-4deg); 
}
.hcard-2 {
 width: 300px;
 top: 60px;
 left: 10px;
 transform: rotate(-1deg);
}
.hcard-3 {
 width: 300px;
 top: 130px;
 left: 20px;
 z-index: 3;
 transform: rotate(1deg);
 background: rgba(255,255,255,0.1);
}
.hcard-label {
 font-size: 0.7rem;
 font-weight: 600;
 letter-spacing: 0.1em;
 text-transform: uppercase;
 color: var(--mauve-light);
 margin-bottom: 0.5rem;
}
.hcard-title {
 font-size: 1rem;
 font-weight: 600;
 color: var(--white);
 margin-bottom: 0.35rem;
}
.hcard-sub {
 font-size: 0.82rem;
 color: rgba(255,255,255,0.55);
}
.hcard-bar {
 height: 4px;
 border-radius: 4px;
 background: rgba(255,255,255,0.12);
 margin-top: 1rem;
 overflow: hidden;
}
.hcard-bar-fill {
 height: 100%;
 border-radius: 4px;
 background: var(--mauve);
}
/* -- backgrounds -- */
.what-section { background: var(--white); }
.why-section { background: var(--off-white); }
.features-section { background: var(--white); }
.roadmap-section { background: var(--off-white); }
.values-section { background: var(--purple-dark); padding: 6rem 2rem; }
.ecosystem-section { background: var(--white); }
.join-section { background: var(--off-white); }

/* ── SECTION WRAPPER ── */
section { padding: 6rem 2rem; }
.container { max-width: 1100px; margin: 0 auto; }
.section-label {
 font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
 color: var(--mauve); margin-bottom: 1rem;
}
.section-title {
 font-family: 'Playfair Display', serif;
 font-size: clamp(2rem, 4vw, 3rem);
 font-weight: 700;
 color: var(--purple-dark);
 line-height: 1.15;
 letter-spacing: -0.02em;
 margin-bottom: 1.25rem;
}
.section-lead {
 font-size: 1.05rem; color: var(--grey-dark); max-width: 600px; line-height: 1.7;
}
/* ── WHAT IS CORE ── */
.what-grid {
 display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
 gap: 1.5rem;
 margin-top: 3.5rem;
}
.what-card {
 background: var(--white);
 border-radius: 14px;
 padding: 2rem;
 border: 1px solid var(--grey-light);
 transition: box-shadow 0.25s, transform 0.2s;
}
.what-card:hover { 
 box-shadow: 0 8px 32px rgba(92,45,145,0.1);
 transform: translateY(-3px); 
}
.what-icon {
 width: 48px; height: 48px; border-radius: 12px;
 background: var(--mauve-pale);
 display: flex; align-items: center; justify-content: center;
 margin-bottom: 1.25rem;
}
.what-icon svg { width: 24px; height: 24px; }
.what-card h3 {
 font-size: 1.05rem; font-weight: 600; color: var(--purple-dark);
 margin-bottom: 0.5rem;
}
.what-card p { font-size: 0.9rem; color: var(--grey-dark); line-height: 1.65; }
.what-card .tag {
 display: inline-block; margin-top: 1.25rem;
 font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
 color: var(--purple); border: 1px solid var(--mauve-pale);
 padding: 0.25rem 0.65rem; border-radius: 100px;
 background: var(--mauve-pale);
}
.what-card .hint {
 display: inline-block;
 margin-top: 1.25rem;
 font-size: 0.72rem;
 font-weight: 700;
 letter-spacing: 0.08em;
 text-transform: uppercase;
 color: var(--purple);
 border: none;
 padding: 0.25rem 0.65rem;
 background: transparent;
}

/* ── WHY CORE ── */
.why-layout {
 display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start;
 margin-top: 3.5rem;
}
.why-items { display: flex; flex-direction: column; gap: 1.75rem; }
.why-item { display: flex; gap: 1.25rem; }
.why-bullet {
 width: 36px; height: 36px; border-radius: 50%;
 background: var(--purple); color: var(--white);
 display: flex; align-items: center; justify-content: center;
 font-size: 0.8rem; font-weight: 700; flex-shrink: 0; margin-top: 0.15rem;
}
.why-item h4 { font-size: 0.95rem; font-weight: 600; color: var(--purple-dark); margin-bottom: 0.3rem; }
.why-item p { font-size: 0.88rem; color: var(--grey-dark); line-height: 1.65; }
.why-visual {
 position: sticky; top: 100px;
 background: var(--purple-dark);
 border-radius: 20px; padding: 2.5rem;
 color: var(--white);
}
.why-visual-title {
 font-family: 'Playfair Display', serif;
 font-size: 1.4rem; font-weight: 700; margin-bottom: 1.5rem;
 color: var(--white);
}
.why-stat { margin-bottom: 1.25rem; padding-bottom: 1.25rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
.why-stat:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.why-stat-num { font-family: 'Playfair Display', serif; font-size: 2.5rem; font-weight: 900; color: var(--mauve-light); line-height: 1; }
.why-stat-label { font-size: 0.83rem; color: rgba(255,255,255,0.6); margin-top: 0.25rem; }
/* ── FEATURES ── */
.features-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: end; margin-bottom: 3.5rem; }
.features-grid {
 display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
 gap: 1.25rem;
}
.feat-card {
 background: var(--white); border: 1px solid var(--grey-light);
 border-radius: 12px; padding: 1.5rem;
 transition: border-color 0.2s;
}
.feat-card:hover { border-color: var(--mauve); }
.feat-dot {
 width: 8px; height: 8px; border-radius: 50%; background: var(--mauve);
 display: inline-block; margin-right: 0.5rem;
}
.feat-card h4 { font-size: 0.9rem; font-weight: 600; color: var(--purple-dark); margin-bottom: 0.4rem; display: flex; align-items: center; }
.feat-card p { font-size: 0.83rem; color: var(--grey-dark); line-height: 1.6; }
/* ── ROADMAP ── */
.roadmap-grid {
 display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
 gap: 1.5rem; margin-top: 3.5rem;
}
.roadmap-card {
 border-radius: 12px; padding: 1.75rem;
 position: relative; overflow: hidden;
}
.roadmap-card.purple { background: var(--purple-dark); }
.roadmap-card.mauve { background: var(--mauve); }
.roadmap-card.light { background: var(--mauve-pale); }
.roadmap-card.grey { background: var(--grey-dark); }
.roadmap-badge {
 display: inline-block; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em;
 text-transform: uppercase; padding: 0.25rem 0.65rem; border-radius: 100px;
 margin-bottom: 1rem;
}
.purple .roadmap-badge { background: rgba(255,255,255,0.15); color: rgba(255,255,255,0.8); }
.mauve .roadmap-badge { background: rgba(255,255,255,0.2); color: rgba(255,255,255,0.9); }
.light .roadmap-badge { background: var(--mauve-light); color: var(--white); }
.grey .roadmap-badge { background: rgba(255,255,255,0.15); color: rgba(255,255,255,0.8); }
.roadmap-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.5rem; }
.purple h3, .mauve h3, .grey h3 { color: var(--white); }
.light h3 { color: var(--purple-dark); }
.roadmap-card p { font-size: 0.85rem; line-height: 1.6; }
.purple p, .mauve p, .grey p { color: rgba(255,255,255,0.7); }
.light p { color: var(--grey-dark); }
.roadmap-new {
 position: absolute; top: 1rem; right: 1rem;
 font-size: 0.65rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
 color: var(--mauve); border: 1px solid var(--mauve-pale); border-radius: 100px;
 padding: 0.2rem 0.55rem; background: var(--mauve-pale);
}

/* ── VALUES ── */
.values-section .section-title { color: var(--white); }
.values-section .section-lead { color: rgba(255,255,255,0.65); }
.values-section .section-label { color: var(--mauve-light); }
.values-grid {
 display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
 gap: 1.5rem; margin-top: 3.5rem;
}
.value-card {
 background: rgba(255,255,255,0.06);
 border: 1px solid rgba(255,255,255,0.1);
 border-radius: 14px; padding: 1.75rem;
 transition: background 0.2s;
}
.value-card:hover { background: rgba(255,255,255,0.1); }
.value-card h3 { font-size: 1rem; font-weight: 600; color: var(--mauve-light); margin-bottom: 0.6rem; }
.value-card p { font-size: 0.87rem; color: rgba(255,255,255,0.65); line-height: 1.65; }
/* ── ECOSYSTEM ── */
.eco-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; margin-top: 3.5rem; }
.eco-text p { color: var(--grey-dark); line-height: 1.75; margin-bottom: 1.25rem; font-size: 0.95rem; }
.eco-visual {
 background: var(--white); border-radius: 20px; padding: 2.5rem;
 border: 1px solid var(--grey-light);
 display: flex; flex-direction: column; gap: 1.25rem;
}
.eco-tier {
 border-radius: 10px; padding: 1rem 1.25rem;
 display: flex; align-items: center; gap: 1rem;
}
.eco-tier.t1 { background: var(--mauve-pale); }
.eco-tier.t2 { background: #ede5f0; }
.eco-tier.t3 { background: var(--purple); color: var(--white); }
.eco-tier-icon {
 width: 36px; height: 36px; border-radius: 8px;
 display: flex; align-items: center; justify-content: center; flex-shrink: 0;
 font-size: 1.1rem;
}
.t1 .eco-tier-icon { background: var(--mauve); }
.t2 .eco-tier-icon { background: var(--purple-light); }
.t3 .eco-tier-icon { background: rgba(255,255,255,0.2); }
.eco-tier-name { font-weight: 600; font-size: 0.9rem; }
.t3 .eco-tier-name { color: var(--white); }
.t1 .eco-tier-name, .t2 .eco-tier-name { color: var(--purple-dark); }
.eco-tier-desc { font-size: 0.8rem; margin-top: 0.1rem; }
.t3 .eco-tier-desc { color: rgba(255,255,255,0.7); }
.t1 .eco-tier-desc, .t2 .eco-tier-desc { color: var(--grey-dark); }
/* ── JOIN / CTA ── */
.join-inner {
 background: linear-gradient(135deg, var(--purple-dark) 0%, #3d1d61 60%, #6a3499 100%);
 border-radius: 24px; padding: 5rem 4rem;
 text-align: center; position: relative; overflow: hidden;
}
.join-inner::before {
 content: '';
 position: absolute; inset: 0;
 background-image: radial-gradient(circle, rgba(170,139,168,0.15) 1px, transparent 1px);
 background-size: 28px 28px;
}
.join-inner > * { position: relative; z-index: 1; }
.join-inner h2 {
 font-family: 'Playfair Display', serif;
 font-size: clamp(2rem, 4vw, 3rem);
 font-weight: 900; color: var(--white); margin-bottom: 1rem;
 letter-spacing: -0.02em;
}
.join-inner p { color: rgba(255,255,255,0.7); max-width: 520px; margin: 0 auto 2.5rem; font-size: 1rem; }
.join-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
/* ── ANIMATIONS ── */
@keyframes fadeUp {
 from { opacity: 0; transform: translateY(24px); }
 to { opacity: 1; transform: translateY(0); }
}
.fade-up { animation: fadeUp 0.65s ease both; }
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.22s; }
.delay-3 { animation-delay: 0.34s; }
.delay-4 { animation-delay: 0.46s; }
/* ── RESPONSIVE ── */
@media (max-width: 768px) {
 .hero-inner { grid-template-columns: 1fr; gap: 2.5rem; }
 .hero-visual { display: none; }
 .why-layout { grid-template-columns: 1fr; }
 .why-visual { position: static; }
 .features-intro { grid-template-columns: 1fr; gap: 1.5rem; }
 .eco-layout { grid-template-columns: 1fr; }
 .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
 .join-inner { padding: 3rem 1.5rem; }
}
/* ── FOOTER ── */
footer {
 background: var(--text-body);
 color: rgba(255,255,255,0.6);
 padding: 3rem 2rem 2rem;
}
.footer-inner {
 max-width: 1100px; margin: 0 auto;
 display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem;
 padding-bottom: 2rem;
 border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand .nav-logo { display: block; margin-top:0px; padding-top:0px; margin-bottom: 0.75rem; color: var(--mauve-light); }
.footer-brand p { font-size: 0.85rem; line-height: 1.65; max-width: 280px; }
footer h4 { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mauve); margin-bottom: 1rem; }
footer ul { list-style: none; display: flex; flex-direction: column; padding: 0; margin: 0; }
footer ul a { text-decoration: none; color: rgba(255,255,255,0.55); font-size: 0.88rem; transition: color 0.2s; }
footer ul a:hover { color: var(--white); }
.footer-bottom {
 max-width: 1100px; margin: 0 auto;
 padding-top: 1.5rem;
 display: flex; justify-content: space-between; align-items: center;
 font-size: 0.8rem; flex-wrap: wrap; gap: 0.5rem;
}
