/*
Theme Name: AI Disruptor Awards Theme
Description: WordPress theme for AI Disruptor Awards
Version: 1.0
Author: Aaron Calilan (2025)
Text Domain: aida-theme
*/

@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Barlow Semi Condensed', sans-serif;
*/

/* ================================
Responsive Display Classes
================================= */

@media screen and (min-width:577px) {
  .desk { display: block;}
  .mob { display: none;}
}

@media all and (min-width: 0px) and (max-width:576px) {
  .mob { display: block;}
  .desk { display: none;}
}

/* ================================
Font Weight Classes
================================= */

.barlow-semi-condensed-thin {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-semi-condensed-extralight {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-semi-condensed-light {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-semi-condensed-regular {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-semi-condensed-medium {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-semi-condensed-semibold {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-semi-condensed-bold {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-semi-condensed-extrabold {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-semi-condensed-black {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/* ================================
CSS Variables
================================= */

:root {
  --wht: #ffffff;
  --blk: #1F1833;
  --blu: #0062AE;
  --dblu: #083D91;
  --nblu: #6A8FAB;
  --teal: #046162;
  --org: #DE1802;
  --coal: #262a30;
  --slate: #425c77;
  --lgry: #f7f7fa;
  --mgry: #d5dce5;
  --ngry: #f1f1f1;
  --dgry: #989898;

  --blur: 1rem;
  --fs: clamp(3rem, 8vw, 7rem);
  --ls: clamp(-1.75px, -0.25vw, -3.5px);
}

/* ================================
Fix Background Image Margins - CRITICAL FIXES
================================= */

body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
  width: 100%;
}

html {
  overflow-x: hidden;
  width: 100%;
  scroll-behavior: auto;
  scrollbar-gutter: stable;
}

body.admin-bar {
  margin-top: 0 !important;
}

section {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.site,
.site-wrapper,
#page,
.page-wrapper,
.site-content,
.content-area,
#content,
#primary,
.site-main {
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 768px) {
  #hero .container,
  #categories .container {
    padding: 0 20px;
  }
}

/* ================================
General Styles
================================= */

html, body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.5px;
}

h1, h2, h3, h4, h5 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3em;
  letter-spacing: 1px;
}

h1 {
  font-size: 62px;
  font-weight: 400;
  color: var(--dblu);
}

h2 {
  font-size: 50px;
  margin-bottom: 48px;
  font-weight: 400;
  color: #10219e;
}

h3 {
  font-size: 34px;
  margin-bottom: 24px;
  font-weight: 400;
  color: var(--teal);
}

h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 20px;
  color: #1D8CAD;
}

h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1D8CAD;
}

@media (max-width: 576px) {
  h2 {
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 34px;
  }
  h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  h4 {
    font-size: 18px;
  }
}

p {
  color: var(--coal);
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.5px;
}

p span {
  font-weight: 600;
}

ol, ul {
  list-style-type: disc;
  color: var(--teal);
  line-height: 1.2em;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 800;
}

ul.horizontal {
  margin-top: 24px;
}

ul.horizontal li {
  display: inline;
  padding: 0 12px;
}

ol li span, ul li span {
  font-family: 'Open Sans', sans-serif;
  color: var(--blk);
  letter-spacing: 0.5px;
  margin-bottom: 18px;
    font-weight: 400;
}
ul.nodot {
    list-style: none;
    font-family: 'Open Sans', sans-serif;
  color: var(--coal);
}
ul.nodot li {
    font-weight:400;
    margin-left:-3%;
margin-bottom:1.3em;
}

a {
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}

.important {
  font-size: 1.3em;
  text-align: start;
}

* {
  box-sizing: border-box;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* ================================
Button Styles
================================= */

.primary {
  display: inline-block;
  padding: 16px 36px;
  min-width: 230px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--wht);
  background-color: transparent;
  border: solid 2px var(--wht);
  border-radius: 30px;
  box-shadow: -3px 3px 6px var(--coal);
  text-decoration: none;
  text-align: center;
}

.primary:hover {
  color: var(--blk);
  background-color: var(--mgry);
}

.btn-grad, .btn-grad-sm {
  background-image: linear-gradient(to right, #00c6ff 0%, #0072ff 51%, #00c6ff 100%);
  margin: 10px;
  padding: 15px 45px;
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: var(--wht);
  border: solid 3px var(--dgry);
  border-radius: 50px;
  display: block;
}

.btn-grad-sm {
  margin: 0;
  padding: 15px 45px;
  background-size: 200% auto;
  border: solid 3px var(--wht);
  width: fit-content;
}

.btn-grad:hover, .btn-grad-sm:hover {
  background-position: right center;
  color: var(--wht);
  text-decoration: none;
  border: solid 3px var(--blu);
}

.btn-grad-sm:hover {
  border: solid 3px var(--wht);
}

/* ================================
Text Utility Classes
================================= */

.tl {text-align: left;}
.tc {text-align: center;}
.tr {text-align: right;}

.spc05 {letter-spacing: 0.5px;}
.spc1 {letter-spacing: 1px;}

.bld {font-weight: 600;}
.blk {font-weight: 800;}

.hdr {font-weight: 600; color: var(--org);}

/* ================================
Structure
================================= */

section {
  width: 100%;
  padding: 100px 0;
}

.container {padding: 0;}

.row {
}

.custom-full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.full-width-content .wp-block {
  max-width: none;
}
.w95 {width:95%;margin:0 auto 0 auto;}

.scroll-margin {
  scroll-margin-top: 50px;
  position: relative;
}

@media (max-width: 640px) {
  .scroll-margin {
    scroll-margin-top: 265px;
    position: relative;
  }
}

.opacity {
  background-color: var(--wht);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.opacity.scrolled {
  opacity: 1;
}
/* ================================
Text Colors
================================= */
  .wht { color: var(--wht);}
  .blu { color: var(--blu);}
  .dblu { color: var(--dblu);}
  .nblu { color: var(--nblu);}
  .teal { color: var(--teal);}
  .coal { color: var(--coal);}
  .slate { color: var(--slat);}
  .lgry { color: var(--lgry);}
  .mgry { color: var(--mgry);}
  .ngry { color: var(--ngry);}
  .dgry { color: var(--dgry);}


/* ================================
Spacing Utilities
================================= */

.pt12 {padding-top: 12px;}
.pt18 {padding-top: 18px;}
.pt24 {padding-top: 24px;}
.pt36 {padding-top: 36px;}
.pt42 {padding-top: 42px;}
.pt50 {padding-top: 50px;}
.pt75 {padding-top: 75px;}
.pt100 {padding-top: 100px;}
.pt150 {padding-top: 100px;}
.pt175 {padding-top: 100px;}
.pt200 {padding-top: 100px;}

.pb12 {padding-bottom: 12px;}
.pb18 {padding-bottom: 18px;}
.pb24 {padding-bottom: 24px;}
.pb36 {padding-bottom: 36px;}
.pb50 {padding-bottom: 50px;}
.pb75 {padding-bottom: 75px;}
.pb100 {padding-bottom: 100px;}


.py24 {padding: 24px 0 24px 0;}
.py36 {padding: 36px 0 36px 0;}
.py50 {padding: 50px 0 50px 0;}
.py75 {padding: 75px 0;}
.py100 {padding: 100px 0;}

.px8 {padding-right: 8px; padding-left: 8px;}
.px10 {padding-right: 10px; padding-left: 10px;}
.px12 {padding-right: 12px; padding-left: 12px;}
.px15 {padding-right: 15px; padding-left: 15px;}
.px18 {padding-right: 18px; padding-left: 18px;}
.px24 {padding-right: 24px; padding-left: 24px;}
.px36 {padding-right: 36px; padding-left: 36px;}

.mt24 {margin-top: 24px;}
.mt36 {margin-top: 36px;}
.mt50 {margin-top: 50px;}
.mt75 {margin-top: 75px;}
.mt100 {margin-top: 100px;}

.mb24 {margin-bottom: 24px;}
.mb36 {margin-bottom: 36px;}
.mb50 {margin-bottom: 50px;}
.mb75 {margin-bottom: 75px;}
.mb100 {margin-bottom: 100px;}

.mx8 {margin-right: 8px; margin-left: 8px;}
.mx10 {margin-right: 10px; margin-left: 10px;}
.mx18 {margin-right: 18px; margin-left: 18px;}
.mx24 {margin-right: 24px; margin-left: 24px;}
.mx36 {margin-right: 36px; margin-left: 36px;}

.my12 {margin-top: 12px; margin-bottom: 12px;}
.my18 {margin-top: 18px; margin-bottom: 18px;}
.my24 {margin-top: 24px; margin-bottom: 24px;}
.my36 {margin-top: 36px; margin-bottom: 36px;}
.my50 {margin-top: 50px; margin-bottom: 50px;}
.my75 {margin-top: 75px; margin-bottom: 75px;}
.my100 {margin-top: 100px; margin-bottom: 100px;}

/* ================================
Color Utilities
================================= */

.wht {color: var(--wht);}
.blk {color: var(--blk);}
.blu {color: var(--blu);}
.dblu {color: var(--dblu);}
.teal {color: var(--teal);}
.nblu {color: var(--nblu);}
.org {color: var(--org);}
.coal {color: var(--coal);}
.slate {color: var(--slate);}
.lgry {color: var(--lgry);}
.mgry {color: var(--mgry);}
.ngry {color: var(--ngry);}
.dgry {color: var(--dgry);}

.bg-wht {background-color: var(--wht);}
.bg-blk {background-color: var(--blk);}
.bg-blu {background-color: var(--blu);}
.bg-dblu {background-color: var(--dblu);}
.bg-teal {background-color: var(--teal);}
.bg-nblu {background-color: var(--nblu);}
.bg-org {background-color: var(--org);}
.bg-coal {background-color: var(--coal);}
.bg-slate {background-color: var(--slate);}
.bg-lgry {background-color: var(--lgry);}
.bg-mgry {background-color: var(--mgry);}
.bg-ngry {background-color: var(--ngry);}
.bg-dgry {background-color: var(--dgry); color: var(--wht);}

.bg-lgry2 {
  background-color: #eff5f5;
  color: #e9ebed;
}

.bg-gry {
  background-color: #c5cfda;
  color: var(--wht);
}

.bg-dgry2 {
  background-color: #3e4957;
  color: var(--wht);
}

.grad-gry {
  background: rgb(226, 232, 239);
  background: linear-gradient(0deg, rgba(226, 232, 239) 11%, rgba(246, 251, 255, 1) 100%);
}

.blk-gry-fade {
  background: #A8A8A8;
  background: linear-gradient(to right, #A8A8A8 24%, #080808 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blu-dblu {
  background: rgba(35, 116, 238, 1);
  background: linear-gradient(90deg, rgba(35, 116, 238, 1) 7%, rgba(6, 13, 144, 1) 72%);
}

.blu-dblu-fade {
  background: linear-gradient(90deg, rgba(35, 116, 238, 1) 7%, rgba(6, 13, 144, 1) 72%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ================================
Layout Utilities
================================= */

.wrap {
  width: 90%;
  margin: 0 auto;
}

.box-shadow-top {
  box-shadow: inset 0px 8px 6px -6px #ccc;
}

.reverse, .reverse a {
  color: var(--wht);
  font-weight: 400;
}

.btn-close {
  color: var(--org);
}

/* ================================
Skip Link (Accessibility)
================================= */

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--coal);
  color: var(--wht);
  padding: 8px;
  text-decoration: none;
  z-index: 100;
}

.skip-link:focus {
  top: 0;
}

/* ================================
Nomination
================================= */

@media (min-width: 641px) and (max-width: 1200px) {
  #nomination-form {text-align: left;}
}

@media (max-width: 640px) {
  #nomination-form {text-align: center;}
}

#nomination-form h3 {
  color: var(--teal);
}

@media (max-width: 640px) {
  #nomination-form h3 {
    font-size: 1.5em;
    margin-top: 22px;
  }
}

/* ================================
Form Styles
================================= */

@media (max-width: 576px) {
  #contactForm {
    margin-top: 32px;
  }
}

#contactForm .modal-header {
  border-bottom: none;
  padding-bottom: 0;
}

#contactForm .modal-title {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1em;
  color: var(--teal);
}

#contactForm .modal-body {
  padding-top: 18px 0 18px 0;
}

#contactForm .modal-footer {
  border-top: none;
}

.form-label {
  color: var(--teal);
}

.form-control {
  background-color: var(--lgry);
  border-radius: 0.5rem;
  border: 1px solid var(--slate);
  font-size: 0.95rem;
  padding: 0.75rem 1rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control:focus {
  border-color: #66afe9;
  box-shadow: 0 0 0 0.2rem rgba(102, 175, 233, 0.25);
}

.form-select {
  background-color: var(--lgry);
  padding: 0.75rem 1rem;
  border: solid 1px var(--slate);
  border-radius: 0.5rem;
}

@media (max-width: 640px) {
  .mob24 .form-label {
    margin-top: 24px;
  }
}

#formAlert {
  font-size: 0.9rem;
  padding: 0.75rem;
  border-radius: 0.5rem;
}

.g-recaptcha {
  display: flex;
  justify-content: center;
}

.fade-select {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.fade-select.show {
  opacity: 1;
}

.modal-content {
  background-color: #fff;
  padding: 24px 20px 24px 20px;
  border-radius: 1rem;
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.1);
  border: none;
}

@media (max-width: 576px) {
  .modal-content {
    width: 100%;
    padding: 24px 5px 24px 5px;
    border-radius: 0;
    box-shadow: none;
    border: none;
  }
}

#formOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}

#formOverlay.active {
  display: flex;
}

/* ============================================
   WORDPRESS - SLEEK HORIZONTAL NAVIGATION MENU STYLES
   ============================================ */

.primary-navigation {
  height: 72px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: var(--coal);
  padding: 0;
  box-sizing: border-box;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-bottom: solid 2px var(--wht);
  transition: all 0.3s ease;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 40px;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  height: 72px;
  box-sizing: border-box;
}

.site-logo {
  flex-shrink: 0;
  z-index: 10;
}

.site-logo a {
  display: block;
  padding: 15px 0;
  line-height: 0;
  transition: padding 0.3s ease;
}

.site-logo img {
  height: 70px;
  width: auto;
  max-width: 250px;
  display: block;
  transition: all 0.3s ease;
}

.site-logo a:hover img {
  opacity: 0.8;
}

.site-logo .logo-text {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
  flex-grow: 0;
  flex-shrink: 0;
}

.nav-menu li {
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
}

.nav-menu a {
  display: block;
  padding: 10px 30px;
  color: var(--wht);
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  position: relative;
  white-space: nowrap;
}

.nav-menu a:hover {
  color: #4fd1c5;
  background: rgba(79, 209, 197, 0.1);
}

.nav-menu .current-menu-item a,
.nav-menu .current_page_item a {
  color: #4fd1c5;
  background: rgba(79, 209, 197, 0.15);
}

.nav-menu a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #4fd1c5, #00d4ff);
  transition: width 0.3s ease;
}

.nav-menu a:hover::after,
.nav-menu .current-menu-item a::after,
.nav-menu .current_page_item a::after {
  width: 80%;
}

.nav-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #1a1a2e;
  min-width: 220px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  list-style: none;
  margin: 0;
  padding: 10px 0;
  z-index: 1001;
}

.nav-menu li:hover > .sub-menu {
  display: block;
}

.nav-menu .sub-menu li {
  display: block;
  width: 100%;
}

.nav-menu .sub-menu a {
  padding: 12px 20px;
  font-size: 14px;
  text-transform: none;
}

.nav-menu .sub-menu a:hover {
  background: rgba(79, 209, 197, 0.2);
  padding-left: 25px;
}

.nav-menu li:last-child a {
  margin-top: 0;
  width: 250px;
  font-size: 1.2em;
  text-align: center;
  position: relative;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  box-sizing: border-box;
  display: block;
  z-index: 2;
  overflow: hidden;
  padding: 4px;
  height: 50px;
}

.nav-menu li:last-child {
  display: flex;
  align-items: center;
}

.nav-menu li:last-child a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(115deg, #fff, #12bcfe, #0d50e0, #fff);
  background-size: 50% 100%;
}

.nav-menu li:last-child a span {
  position: relative;
  z-index: 2;
  padding: 0.8rem 0;
  font-weight: 600;
  background: #1a1a2e;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 100%;
  color: #ffffff;
}

.nav-menu li:last-child a:hover::before {
  animation: rainbow-btn 0.75s linear infinite;
}

@keyframes rainbow-btn {
  to {transform: translateX(-50%);}
}

.nav-menu li:last-child a::after {
  display: none !important;
}

.mobile-menu-toggle {
  display: none;
}

@media (max-width: 991px) {
  .primary-navigation {
    padding: 0;
  }

  .nav-container {
    padding: 8px 20px;
    flex-wrap: nowrap;
  }

  .site-logo a {
    padding: 8px 0;
  }

  .site-logo img {
    height: 45px;
  }

  .mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    margin-left: auto;
    order: 3;
  }

  .hamburger-line {
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    border-radius: 3px;
    transition: all 0.3s ease;
  }

  .mobile-menu-toggle.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translateY(10px);
  }

  .mobile-menu-toggle.active .hamburger-line:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-toggle.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translateY(-10px);
  }

  .nav-menu-wrapper {
    position: fixed;
    top: 61px;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    order: 4;
  }

  .nav-menu-wrapper.active {
    max-height: 500px;
  }

  .nav-menu {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 10px 0;
  }

  .nav-menu li {
    width: 100%;
    text-align: center;
    display: block;
  }

  .nav-menu a {
    padding: 15px 20px;
    width: 100%;
  }

  .nav-menu .sub-menu {
    position: static;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.2);
  }

  .nav-menu li:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 20px 0;
  }

  .nav-menu li:last-child a {
    width: 250px;
    max-width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .site-logo img {
    height: 40px;
  }

  .nav-menu li:last-child a {
    width: 220px;
    max-width: 85%;
    font-size: 1.1em;
  }
}

.primary-navigation.full-width .nav-container {
  max-width: 100%;
}

.primary-navigation.centered .nav-menu {
  justify-content: center;
  flex-grow: 1;
}

/* ================================
Footer Styles
================================= */

footer {
  padding: 0;
  background: var(--coal);
  border-top: 2px solid #ccc;
  color: var(--wht);
}

.footer h4 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: var(--wht);
  text-decoration: none;
}

.footer p {
  color: var(--wht);
  font-size: 13px;
  font-weight: 400;
}

.footer a {
  color: var(--wht);
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.footer li, .social-list li {
  color: var(--wht);
  font-weight: 400;
  font-variant-ligatures: common-ligatures;
  font-size: 1em;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 1em;
  padding-right: 10px;
}

.footer li a {
  font-weight: 300;
  text-decoration: none;
}

.social-list li {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  opacity: 0.5;
  display: inline-block;
  margin: 0;
}

.social-list li a {
  font-size: 18px;
  margin-right: 15px;
}

.type-underline, .type-underline:hover {
  color: var(--wht);
}

.footer__lower {
  margin-top: 3.25em;
}

.type--fine-print {
  color: var(--wht);
}

.copyright {
  color: var(--wht);
  font-size: 14px;
  letter-spacing: 1px;
}


/* ===================================
   Full Height Page Template
   =================================== */

/* Only apply to this specific template */
body.page-template-full-height-page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

/* Header stays at top (fixed height) */
body.page-template-full-height-page header,
body.page-template-full-height-page .primary-navigation {
    flex-shrink: 0;
}

/* Main content expands to fill available space */
body.page-template-full-height-page #full-height-main {
    flex: 1 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* Footer stays at bottom (fixed height) */
body.page-template-full-height-page footer {
    flex-shrink: 0;
    margin-top: auto;
}

/* Optional: Make sections inside expand */
body.page-template-full-height-page #full-height-main > section {
    flex: 1 0 auto;
}
└─────────────────────────┘