/* ------------------------------------------------------------
   BaseTheme (Bootstrap-first) main.css
------------------------------------------------------------ */
img {max-width:100%;}
.navbar-toggler {border:none;}
h1 sup {
  font-size: 0.25em;
  vertical-align: super;
  line-height: 0;
}



@font-face {
  font-family: 'APK Galeria';
  src: url('../fonts/APKGaleria-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'APK Galeria';
  src: url('../fonts/APKGaleria-ThinItalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'APK Galeria';
  src: url('../fonts/APKGaleria-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'APK Galeria';
  src: url('../fonts/APKGaleria-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'APK Galeria';
  src: url('../fonts/APKGaleria-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'APK Galeria';
  src: url('../fonts/APKGaleria-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'APK Galeria';
  src: url('../fonts/APKGaleria-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'APK Galeria';
  src: url('../fonts/APKGaleria-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'APK Galeria';
  src: url('../fonts/APKGaleria-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'APK Galeria';
  src: url('../fonts/APKGaleria-SemiboldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'APK Galeria';
  src: url('../fonts/APKGaleria-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'APK Galeria';
  src: url('../fonts/APKGaleria-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'APK Galeria';
  src: url('../fonts/APKGaleria-Extrabold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'APK Galeria';
  src: url('../fonts/APKGaleria-ExtraboldItalic.woff2') format('woff2');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}









/* ============================================================
   1) TOKENS (Design System)
============================================================ */

:root {
  /* Palette */
  --white: #ffffff;
  --black: #000000;
  --lightgrey: #EBE8EE;	
  --midgrey: #BFB8C4;		
  --midgrey2: #3C3246;			
  --darkgrey: #22162C;			
  --darkpurple: #27142E;	
  --midpurple: #AC4FC6;		
  --lightpink: #EAB8E4;		
  --yellow: #FFB81C;	
	/* Add RGB versions */
  --darkpurple-rgb: 39, 20, 46;
  --black-rgb: 0, 0, 0;
  --white-rgb: 255, 255, 255;
  --midpurple-rgb: 172, 79, 198;

}

.lightgrey {color:var(--lightgrey);}
.midgrey {color:var(--midgrey);}
.midgrey2 {color:var(--midgrey2);}
.darkgrey {color:var(--darkgrey);}
.darkpurple {color:var(--darkpurple);}
.midpurple {color:var(--midpurple);}
.lightpink {color:var(--lightpink);}
.yellow {color:var(--yellow);}
.white {color:var(--white);}
.black {color:var(--black);}


.bg_black {background-color:var(--black);}
.bg_white {background-color:var(--white);}
.bg_lightgrey {background-color:var(--lightgrey);}
.bg_midgrey {background-color:var(--midgrey);}
.bg_midgrey2 {background-color:var(--midgrey2);}
.bg_darkgrey {background-color:var(--darkgrey);}
.bg_darkpurple {background-color:var(--darkpurple);}
.bg_midpurple {background-color:var(--midpurple);}
.bg_lightpink {background-color:var(--lightpink);}
.bg_yellow {background-color:var(--yellow);}












/* ============================================================
   2) BASE 
============================================================ */

html {
  min-height: 100%;
  background: linear-gradient(to bottom, #22162C, #3B0C35);
}

body {
  min-height: 100%;
  background: none;
}


img, svg, video { max-width: 100%; height: auto; }
iframe { border: 0; }

*, *::before, *::after { box-sizing: border-box; }

a {color:var(--midpurple);}
/* ============================================================
   Screen reader text (WordPress standard)
============================================================ */

.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;
}

/* Allow screen-reader-text to be visible when focused (keyboard users) */
.screen-reader-text:focus {
  position: static !important;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.75rem 1rem;
  overflow: visible;
  clip: auto;
  white-space: normal;
  background: #000;
  color: #fff;
  z-index: 100000;
}

.visually-hidden {
  composes: screen-reader-text;
}

/* ============================================================
   3) GLOBAL INTERACTIONS
============================================================ */

a,
button,
.btn,
select,
textarea {
  transition:
    color var(--bt-duration) ease,
    background-color var(--bt-duration) ease,
    border-color var(--bt-duration) ease,
 
    transform var(--bt-duration) var(--bt-ease),
    opacity var(--bt-duration) ease;
}


/* ============================================================
   4) ACCESSIBILITY
============================================================ */

/* Skip to content (place after wp_body_open()) */
.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.75rem 1rem;
  background: #000;
  color: #fff;
  z-index: 10000;
  text-decoration: none;
  transform: translateY(-120%);
  transition: transform var(--bt-duration-fast) var(--bt-ease);
}
.skip-link:focus { transform: translateY(0); }

/* Visible focus for non-Bootstrap elements */
:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(13,110,253,.35);
}

.btn:focus-visible,
a:focus-visible {
  box-shadow: 0 0 0 3px rgba(13,110,253,.35);
}


/* ============================================================
   5) TYPOGRAPHY 
============================================================ */

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.6em;
}

/* Fluid type scale */

h1 {
  font-size: clamp(36px, 4vw, 60px);
  font-family: 'APK Galeria', sans-serif;
  font-weight: 500;
  line-height: 120%;
}

h2 {
  font-size: clamp(30px, 3.2vw, 48px);
  font-family: 'APK Galeria', sans-serif;
  font-weight: 500;
  line-height: 120%;
}

h3 {
  font-size: clamp(24px, 2.4vw, 34px);
  font-family: 'APK Galeria', sans-serif;
  font-weight: 500;
  line-height: 120%;
}

h4 {
  font-size: clamp(20px, 1.8vw, 24px);
  font-family: 'APK Galeria', sans-serif;
  font-weight: 600;
  line-height: 130%;
}

h5 {
  font-size: clamp(16px, 1.4vw, 18px);
  font-family: 'APK Galeria', sans-serif;
  font-weight: 700;
  line-height: 140%;
}

h6 {
  font-size: clamp(14px, 1.2vw, 16px);
  font-family: 'APK Galeria', sans-serif;
  font-weight: 600;
  line-height: 140%;
}

/* Body + utility text */

p {
  font-size: clamp(15px, 1.2vw, 16px);
  font-weight: 400;
  line-height: 130%;
  font-family: "Inter", sans-serif; margin-bottom:30px;
	color: #3C3246;
}

.subheader {
  font-size: clamp(16px, 1.3vw, 18px);
  font-weight: 400;
  line-height: 150%;
  font-family: "Inter", sans-serif;
}

.statement {
  font-size: clamp(22px, 2vw, 30px);
  font-family: 'APK Galeria', sans-serif;
  font-weight: 400;
  line-height: 130%;
}
.statement .infotext {text-transform:uppercase;}
.yellowbutton,
.whitebutton, .purplebutton,
.infotext {
  font-family: "Inter", sans-serif;
  font-size: clamp(13px, 1vw, 14px);
  font-weight: 500;
  line-height: 20px;
}

.team-card .infotext { font-weight: 400; letter-spacing:-1px;}




.copyright {
  font-family: "Inter", sans-serif;
  font-size: clamp(9px, 0.8vw, 10px);
  font-weight: 400;
  line-height: 150%;
}


.yellowbutton {
  display: inline-block;
  background-color: var(--yellow);
  border-radius: 5px;
  color: black;
  padding: 8px 30px;
	border:none;
  
  /* transition */
  transition: all 0.25s ease;
}

/* Hover */
.yellowbutton:hover {
  background-color: #FFD63A; 
	color:black;
}

/* Active (click feel) */
.yellowbutton:active {
  transform: translateY(0);

}




.whitebutton {
  display: inline-block;
  background-color: var(--white);
  border-radius: 5px;
  color: black;
  padding: 5px 20px;
	border: 1px solid var(--darkpurple);
  
  /* transition */
  transition: all 0.25s ease;
}

/* Hover */
.whitebutton:hover {
  background-color: #fafafa; /* slightly darker yellow */

	color:black;
}

/* Active (click feel) */
.whitebutton:active {
  transform: translateY(0);

}


a.purplebutton {text-decoration:none;}
.purplebutton {
  display: inline-block;
margin-top:20px;
  border-radius: 5px;
  color: white;
  padding: 5px 20px;
	border: 1px solid var(--white);
  
  /* transition */
  transition: all 0.25s ease;
}

/* Hover */
.purplebutton:hover {

	color:white;
}

/* Active (click feel) */
.purplebutton:active {
  transform: translateY(0);
 
}


section {max-width:1460px; margin:auto;}





/* Classic WP content rhythm  */
.entry-content > *:first-child { margin-top: 0; }
.entry-content > *:last-child  { margin-bottom: 0; }

.entry-content p { margin-bottom: var(--bt-space-4); }

.entry-content ul,
.entry-content ol {
  padding-left: 1.25rem;
  margin-bottom: var(--bt-space-4);
}

.entry-content blockquote {
  border-left: 4px solid var(--bt-border);
  padding-left: var(--bt-space-4);
  margin: var(--bt-space-6) 0;
  color: var(--bt-muted);
}

.entry-content a { text-underline-offset: 0.15em; }
.entry-content a:hover { opacity: 0.85; }


/* ============================================================
   6) WYSIWYG CONTENT (use inside ACF modules)
   Wrap output in <div class="bt-wysiwyg">…</div>
============================================================ */

.bt-wysiwyg > *:first-child { margin-top: 0; }
.bt-wysiwyg > *:last-child  { margin-bottom: 0; }

.bt-wysiwyg p { margin-bottom: var(--bt-space-4); }

.bt-wysiwyg h1,
.bt-wysiwyg h2,
.bt-wysiwyg h3,
.bt-wysiwyg h4,
.bt-wysiwyg h5,
.bt-wysiwyg h6 {
  line-height: 1.15;
  margin: 0 0 0.6em;
}

.bt-wysiwyg ul,
.bt-wysiwyg ol {
  padding-left: 1.25rem;
  margin-bottom: var(--bt-space-4);
}

.bt-wysiwyg li { margin-bottom: 0.25rem; }

.bt-wysiwyg blockquote {
  border-left: 4px solid var(--bt-border);
  padding-left: var(--bt-space-4);
  margin: var(--bt-space-6) 0;
  color: var(--bt-muted);
}

.bt-wysiwyg a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}
.bt-wysiwyg a:hover { opacity: 0.85; }

.bt-wysiwyg img { border-radius: var(--bt-radius-sm); }


/* ============================================================
   7) WORDPRESS CORE ALIGNMENTS 
============================================================ */

.alignleft   { float: left;  margin: 0.25rem 1.5rem 1rem 0; }
.alignright  { float: right; margin: 0.25rem 0 1rem 1.5rem; }
.aligncenter { display: block; margin: 0 auto 1rem; }

/* Wide/full support  */
.alignwide {
  max-width: 1200px; /* adjust per project */
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.entry-content::after,
.bt-wysiwyg::after {
  content: "";
  display: table;
  clear: both;
}


/* ============================================================
   8) HEADER / NAV 
============================================================ */

.navbar-brand img {
width: 253px; height:auto;
  display: block;
}

.navbar-brandmob img {
width: 97px; height:auto;
  display: block;
}


.nav-link a {color:black font-weight:500; font-size:14px;}
.nav-link  {color:black;  font-weight:500; font-size:14px;}

 a.nav-link:hover {color: #FFB81C !important;}

.active a.nav-link {color: #FFB81C !important;}


.nav-item {padding-left:20px;}

.offcanvas-body  .nav-item {padding-left:0px;}

/* ============================================================
   9) MODULE SYSTEM
============================================================ */

.module { padding-block: var(--bt-space-12); }
.module--tight { padding-block: var(--bt-space-8); }
.module--loose { padding-block: var(--bt-space-16); }

.module--bg-surface { background: var(--bt-surface); }
.module--bg-white   { background: var(--bt-white); }
.module--bg-dark    { background: var(--bt-black); color: var(--bt-white); }
.module--bg-dark a  { color: var(--bt-white); }




/* ============================================================
   11) COMPONENTS 
============================================================ */

/* Buttons */
.bt-btn-outline-white {
  border: 1px solid var(--bt-white);
  color: var(--bt-white);
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.875rem 1.5rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: clamp(16px, 0.8vw + 0.4rem, 18px);
  transition: opacity var(--bt-duration) var(--bt-ease), transform var(--bt-duration) var(--bt-ease);
}

.bt-btn-outline-white:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.bt-card {
  border: 1px solid var(--bt-border);
  border-radius: var(--bt-radius);
  box-shadow: var(--bt-shadow-sm);
  background: var(--bt-white);
  padding: var(--bt-space-6);
}

/* Slick slider helpers */

.my-slider .slide { padding-inline: var(--bt-space-3); }
.my-slider { margin-inline: calc(var(--bt-space-3) * -1); }


/* ============================================================
   12) RESPONSIVE VIDEO
============================================================ */

.responsive-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: var(--bt-space-8) 0;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed,
.responsive-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}


/* ============================================================
   13) REDUCED MOTION 
============================================================ */

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}


/* ============================================================
   14) BREAKPOINT PLACEHOLDERS
============================================================ */

@media (min-width: 992px) {
  /* lg+ tweaks here */
}








/* ============================================================
 FOOTER
============================================================ */




.footer {background-color: var(--lightpink); border-top-right-radius:20px; border-top-left-radius:20px; min-height:300px; padding:10px; color: var(--darkpurple); padding-top:40px; padding-bottom:30px; ; margin:auto;}

.largelogo img {width:100%; height:auto; margin-top:70px;  }

.footer p {  font-size: clamp(16px, 1.3vw, 18px);
  font-weight: 400;
  font-family: "Inter", sans-serif;}

.footer .copyright  {margin-top:15px;}
.footer  img.social {width:32px; height:auto;}

.footer h5 {margin-top:20px;}

.vertical-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vertical-menu li {
  margin: 0;
  padding: 0;
}

.vertical-menu a {
  display: block;
  font-size: clamp(16px, 1.3vw, 18px);
  font-weight: 400;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  padding: 0px 0;
color: var(--darkpurple); 
}

.vertical-menu a:hover {
  text-decoration: underline; /* optional */
}


.vertical-menu a:focus {
  outline: none;
}












#siteNav {
  transform: translateY(0);
}

#siteNav.nav-scrolled {
  transform: translate(-50%, 0) scale(0.98);
}


#siteNav.nav-scrolled {
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(10px);
}


/* Base state */
#siteNav {
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Scrolled state */
#siteNav.nav-scrolled {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  
  width: calc(100% - 40px); /* gives “contained” look */
  max-width: 1200px; /* match your container */
  
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  
  z-index: 9999;
}

.slantcontainer {width:100%; height:auto; padding: 0px !important; margin-bottom:-20px;}
.slantcontainer img {width:100%; height:auto; }
.slantcontainerbottom {width:100%; height:auto; padding: 0px !important; margin-top:-20px;}
.slantcontainerbottom img {width:100%; height:auto; }









/* ============================================================
   MOBILE NAV / OFFCANVAS
============================================================ */

.offcanvas {
    background-color: var(--white);
    color: black;
 
}

.offcanvas-header {
    border-bottom: 1px solid var(--lightgrey);
    padding: 1.25rem 1.5rem;
}

.offcanvas .btn-close {
  color:black
}

.offcanvas .btn-close:hover {
    opacity: 1;
}

.offcanvas-body {
    padding: 1.5rem;
}

/* Nav links */
.offcanvas .navbar-nav .nav-link {
    color: var(--black);
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    padding: 0.6rem 0;
    border-bottom: 1px solid var(--lightgrey);
}

.offcanvas .navbar-nav .nav-link:hover,
.offcanvas .navbar-nav .nav-link.active {
    color: var(--yellow);
}

/* Dropdown menus inside offcanvas */
.offcanvas .dropdown-menu {
    background: transparent;
    border: none;
    padding-left: 1rem;
    box-shadow: none;
    position: static !important; /* override Bootstrap's absolute positioning */
    transform: none !important;
}

.offcanvas .dropdown-item {
    color: var(--midgrey);
    font-family: "Inter", sans-serif;
    font-size: 0.9rem;
    padding: 0.4rem 0;
    background: transparent;
    border-bottom: 1px solid var(--lightgrey);
}

.offcanvas .dropdown-item:hover {
    color: var(--yellow);
    background: transparent;
}

/* Make dropdowns open inline rather than as floating panels */
.offcanvas .dropdown-toggle::after {
    margin-left: 0.5em;
}

.offcanvas .nav-item.dropdown.show .dropdown-menu {
    display: block;
}


.offcanvas.offcanvas-end {
   --bs-offcanvas-width: 100%;
    width: var(--bs-offcanvas-width) !important;
}

.offcanvas-body {
    padding: 1.5rem;
    overflow-y: auto;
}


.navbar-toggler:focus,
.navbar-toggler:focus-visible {
    outline: none;
    box-shadow: none;
}



/* ============================================================
   15) DEBUG (uncomment when building layouts)
============================================================ */

/*
.module { outline: 1px dashed rgba(255,0,0,0.3); }
*/