/*
Theme Name: astra-Child
Template: astra
*/
/* ============================================
   GLOBAL TYPOGRAPHY - TEXT ONLY
   Inter for body text
   Playfair Display for headings
============================================ */

/* Body text */
html,
body,
p,
span,
li,
a,
label,
small,
strong,
em,
blockquote,
cite,
figcaption,
button,
input,
select,
textarea,
td,
th {
  font-family: 'Inter', sans-serif;
}

/* Common WordPress / Astra text areas */
body,
.entry-content,
.entry-content p,
.entry-content li,
.entry-content a,
.page-content,
.page-content p,
.page-content li,
.post-content,
.post-content p,
.post-content li,
.ast-container,
.site-content,
.widget,
.widget p,
.widget li,
.footer-col p,
.footer-bottom,
.global-hr-solutions-subtitle,
.global-hr-solutions-eyebrow,
.global-hr-solution-text,
.sector-support-card-text {
  font-family: 'Inter', sans-serif;
}

/* Navigation and buttons text */
.global-site-header__menu li a,
.global-site-header__button,
.footer-form input,
.footer-form button,
.wp-block-button__link,
.button,
.btn {
  font-family: 'Inter', sans-serif;
}

/* Headings */
h1, h2, h3, h4, h5, h6,
.entry-title,
.post-title,
.page-title,
.widget-title,
.section-title,
.hero-title,
.global-site-header__logo-text,
.global-hr-solutions-title,
.global-hr-solution-title,
.sector-support-card-title,
.footer-col h4 {
  font-family: 'Playfair Display', serif;
}

/* Optional heading weights */
h1,
h2,
.entry-title,
.page-title,
.global-hr-solutions-title,
.sector-support-card-title {
  font-weight: 700;
}

h3,
h4,
h5,
h6,
.global-hr-solution-title,
.footer-col h4 {
  font-weight: 600;
}
/* ================================
   PREMIUM FOOTER
================================ */
.custom-footer {
  font-family: 'Inter', sans-serif;
  position: relative;
  overflow: hidden;
  background: transparent;
}

/* ================================
   TOP CURVED FOOTER AREA
================================ */
.footer-top {
  position: relative;
  background: linear-gradient(180deg, #00263a 0%, #05273b 100%);
  color: #ffffff;
  padding: 110px 24px 72px;
  overflow: hidden;
  border-top-left-radius: 50% 70px;
  border-top-right-radius: 50% 70px;
  border-bottom-left-radius: 50% 40px;
  border-bottom-right-radius: 50% 40px;
  z-index: 1;
}

/* subtle world-map-like texture feel */
.footer-top::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.04) 0, transparent 22%),
    radial-gradient(circle at 75% 35%, rgba(255,255,255,0.035) 0, transparent 24%),
    radial-gradient(circle at 60% 70%, rgba(255,255,255,0.03) 0, transparent 22%);
  pointer-events: none;
  z-index: 0;
}

/* premium gold curved line */
.footer-top::after {
/*   content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(92%, 1180px);
  height: 30px;
  border-top: 3px solid rgba(211, 163, 52, 0.95);
  border-radius: 50%;
  filter: drop-shadow(0 0 14px rgba(211, 163, 52, 0.28));
  pointer-events: none;
  z-index: 1; */
  content: "";
  position: absolute;
  left: 50%;
  top: -6px;
  transform: translateX(-50%);
  width: 112%;
  height: 220px;
  border-top: 15px solid #d6a43a;
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(214, 164, 58, 0.22);
  pointer-events: none;
  z-index: 1;
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .footer-top::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -2px;
    transform: translateX(-50%);
    width: 112%;
    height: 180px;
    border-top: 12px solid #d6a43a;
    border-radius: 30%;
    box-shadow: 0 0 14px rgba(214, 164, 58, 0.22);
    pointer-events: none;
    z-index: 1;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .footer-top::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 114%;
    height: 110px;
    border-top: 8px solid #d6a43a;
    border-radius: 32%;
    box-shadow: 0 0 10px rgba(214, 164, 58, 0.18);
    pointer-events: none;
    z-index: 1;
  }
}

/* premium blurred glow */
.custom-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8%;
  width: 260px;
  height: 120px;
  background: radial-gradient(circle, rgba(211, 163, 52, 0.22) 0%, rgba(211, 163, 52, 0) 72%);
  filter: blur(24px);
  z-index: 0;
  pointer-events: none;
}

.custom-footer::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 12%;
  width: 240px;
  height: 120px;
  background: radial-gradient(circle, rgba(211, 163, 52, 0.16) 0%, rgba(211, 163, 52, 0) 72%);
  filter: blur(28px);
  z-index: 0;
  pointer-events: none;
}

/* ================================
   CONTAINER
================================ */
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.footer-col {
  flex: 1;
  min-width: 220px;
  display: flex;
  flex-direction: column;
}

.footer-col h4 {
  margin: 0 0 22px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
}

.footer-col p,
.footer-col li,
.footer-col a {
  font-size: 15px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

/* ================================
   LOGO COLUMN
================================ */
.footer-logo img {
  max-width: 132px;
  margin-bottom: 22px;
}

.footer-logo p {
  max-width: 260px;
  margin-bottom: 22px;
}

/* ================================
   LINKS
================================ */
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 6px;
}

.footer-col ul li a,
.footer-bottom a {
  transition: color 0.3s ease, opacity 0.3s ease;
}

.footer-col ul li a:hover,
.footer-bottom a:hover {
  color: #d3a334;
}

/* ================================
   CONTACT
================================ */
.footer-col p {
  margin: 0 0 8px;
}

/* ================================
   NEWSLETTER
================================ */
.footer-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-top: 18px;
  max-width: 300px;
}

.footer-form input {
  width: 100%;
  height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  outline: none;
  font-size: 14px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.footer-form input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.footer-form input:focus {
  border-color: rgba(211, 163, 52, 0.45);
  box-shadow: 0 0 0 4px rgba(211, 163, 52, 0.08);
}

.footer-form button {
  height: 40px;
  padding: 0 22px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #d3a334 0%, #b88317 100%);
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(211, 163, 52, 0.24);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.footer-form button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(211, 163, 52, 0.3);
}

/* ================================
   BOTTOM STRIP
================================ */
.footer-bottom {
  background: #f7f5f1;
  padding: 18px 24px 20px;
  margin-top: -8px;
  position: relative;
  z-index: 2;
}

.footer-bottom-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #666666;
}

.footer-bottom a {
  margin-left: 18px;
  color: #666666;
}

/* ================================
   RESPONSIVE
================================ */
@media (max-width: 991px) {
  .footer-top {
    padding: 90px 20px 60px;
    border-top-left-radius: 40% 50px;
    border-top-right-radius: 40% 50px;
    border-bottom-left-radius: 40% 28px;
    border-bottom-right-radius: 40% 28px;
  }

  .footer-container {
    gap: 36px;
  }
}

@media (max-width: 767px) {
  .footer-top {
    padding: 78px 20px 48px;
    border-top-left-radius: 34% 36px;
    border-top-right-radius: 34% 36px;
    border-bottom-left-radius: 34% 24px;
    border-bottom-right-radius: 34% 24px;
  }

  .footer-top::after {
    top: 1px;
        /* height: 2px; */
        content: "";
        position: absolute;
        left: 50%;
        /* top: -1px; */
        transform: translateX(-50%);
        width: 118%;
        height: 90px;
        border-top: 6px solid #d6a43a;
        border-radius: 40%;
        box-shadow: 0 0 10px rgba(214, 164, 58, 0.18);
        pointer-events: none;
        z-index: 1;

  }

  .footer-container {
    flex-direction: column;
    gap: 28px;
  }

  .footer-col {
    min-width: 100%;
  }

  .footer-col h4 {
    margin-bottom: 14px;
  }

  .footer-form {
    max-width: 100%;
  }

  .footer-form button {
    min-width: 120px;
  }

  .footer-bottom-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom a {
    margin-left: 0;
    margin-right: 16px;
  }
}
/* subscribe message */
.footer-subscribe-message {
  margin-top: 14px;
  padding: 14px 18px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.6;
  max-width: 320px;
  animation: footerFadeUp 0.35s ease;
}

.footer-subscribe-message--success {
  background: rgba(211, 163, 52, 0.12);
  border: 1px solid rgba(211, 163, 52, 0.28);
  color: #f7d67a;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.footer-subscribe-message--error {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

@keyframes footerFadeUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ================================
   REMOVE DEFAULT ASTRA FOOTER
================================ */
.ast-footer-wrap {
  display: none;
}
/* -------------- */

/* =========================
   Global Header - GOLDEN PREMIUM + MOBILE TOGGLE
========================= */
/* MOBILE HORIZONTAL SCROLL FIX - GLOBAL */
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

/* Prevent any child element from breaking viewport */
* {
  max-width: 100%;
  box-sizing: border-box;
}

.global-site-header {
  position: relative;
  z-index: 9999;
  width: 100%;
  background: linear-gradient(135deg, #fbf8f3 0%, #f7f4ef 100%);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(200, 161, 63, 0.25);
  box-shadow: 
    0 8px 32px rgba(200, 161, 63, 0.15),
    0 1px 3px rgba(0,0,0,0.04),
    inset 0 1px 0 rgba(255,255,255,0.9);
}

.global-site-header__container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 16px;
  position: relative;
}

.global-site-header__logo {
  display: flex;
  align-items: center;
  min-width: 0;
}

.global-site-header__logo .custom-logo-link,
.global-site-header__logo a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.global-site-header__logo img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(200, 161, 63, 0.2));
}

.global-site-header__logo-text {
  color: #0a2b45;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(200, 161, 63, 0.1);
}

.global-site-header__nav {
  display: none;
}

.global-site-header__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-site-header__menu li {
  margin: 0;
  padding: 0;
}

.global-site-header__menu li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #5b544d;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
/*   background: rgba(255,255,255,0.6); */
}

/* .global-site-header__menu li a:hover {
  color: #c8a13f;
  background: linear-gradient(135deg, rgba(200, 161, 63, 0.15), rgba(234, 173, 83, 0.1));
  box-shadow: 0 6px 20px rgba(200, 161, 63, 0.25);
  transform: translateY(-1px);
} */

.global-site-header__menu li.current-menu-item > a,
.global-site-header__menu li.current_page_item > a,
.global-site-header__menu li.current-menu-ancestor > a,
.global-site-header__menu li.current-page-ancestor > a {
  position: relative;
  color: #c8a13f !important;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 10px;
}

/* Sleek premium underline */
.global-site-header__menu li.current-menu-item > a::after,
.global-site-header__menu li.current_page_item > a::after,
.global-site-header__menu li.current-menu-ancestor > a::after,
.global-site-header__menu li.current-page-ancestor > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 50px;
  height: 1.5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #b68d2a 0%, #d7b45a 50%, #b68d2a 100%);
}

.global-site-header__cta {
  display: none;
}

.global-site-header__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
/*   border: 1px solid rgba(200, 161, 63, 0.4); */
  border: 1px solid rgb(8 2 54 / 40%);
  border-radius: 999px;
  background: linear-gradient(135deg, #fbf8f3, #f7f4ef);
  color: #c8a13f;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  box-shadow: 
    0 6px 20px rgba(200, 161, 63, 0.2),
    inset 0 1px 0 rgba(255,255,255,0.9);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.global-site-header__button:hover {
  background: linear-gradient(135deg, #0A2540, #0A2540);
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(200, 161, 63, 0.4), 0 4px 12px rgba(0, 0, 0, 0.1);
}
}

.global-site-header__toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: none;
  background: rgba(255,255,255,0.7);
  border-radius: 12px;
  cursor: pointer;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 16px rgba(200, 161, 63, 0.15);
  transition: all 0.3s ease;
}

.global-site-header__toggle:hover {
  background: rgba(200, 161, 63, 0.15);
  box-shadow: 0 8px 25px rgba(200, 161, 63, 0.3);
  transform: scale(1.05);
}

.global-site-header__toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: linear-gradient(90deg, #c8a13f, #eaad53);
  border-radius: 999px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

/* =========================
   MOBILE MENU - WORKING TOGGLE
========================= */
@media (max-width: 991px) {
  .global-site-header__nav {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 16px;
    right: 16px;
    background: linear-gradient(135deg, rgba(251, 248, 243, 0.98), rgba(247, 244, 239, 0.95));
    backdrop-filter: blur(32px);
    padding: 32px 28px;
    border-radius: 24px;
    margin-top: 12px;
    box-shadow: 
      0 32px 80px rgba(200, 161, 63, 0.25),
      0 8px 24px rgba(0,0,0,0.15),
      inset 0 1px 0 rgba(255,255,255,0.95);
    border: 1px solid rgba(200, 161, 63, 0.2);
    z-index: 1000;
  }
  
  /* SHOW WHEN ACTIVE */
  .global-site-header.active .global-site-header__nav {
    display: block !important;
    animation: slideDownGlow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  @keyframes slideDownGlow {
    0% { 
      opacity: 0; 
      transform: translateY(-20px) scale(0.95);
      box-shadow: 0 16px 40px rgba(200, 161, 63, 0.15);
    }
    100% { 
      opacity: 1; 
      transform: translateY(0) scale(1);
      box-shadow: 0 32px 80px rgba(200, 161, 63, 0.25);
    }
  }
  
  .global-site-header.active .global-site-header__menu {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .global-site-header.active .global-site-header__menu li {
    width: 100%;
  }
  
  .global-site-header.active .global-site-header__menu li a {
    display: block;
    padding: 16px 20px;
    font-size: 16px;
    border-radius: 16px;
/*     background: rgba(255,255,255,0.7);
    border: 1px solid rgba(200, 161, 63, 0.1); */
  }
  
  .global-site-header.active .global-site-header__menu li a:hover {
    background: linear-gradient(135deg, rgba(200, 161, 63, 0.2), rgba(234, 173, 83, 0.15));
    transform: translateX(8px);
  }
  
  .global-site-header__cta {
    display: none !important;
  }
}

/* =========================
   Small Mobile
========================= */
@media (max-width: 479px) {
  .global-site-header__container {
    padding: 12px 14px;
  }

  .global-site-header__logo img {
    max-height: 42px;
  }

  .global-site-header__logo-text {
    font-size: 20px;
  }

  .global-site-header__toggle {
    width: 40px;
    height: 40px;
  }
  
  .global-site-header.active .global-site-header__nav {
    left: 12px;
    right: 12px;
    padding: 28px 24px;
  }
}

/* =========================
   Tablet and Up
========================= */
@media (min-width: 768px) {
  .global-site-header__container {
    padding: 16px 20px;
  }

  .global-site-header__logo img {
    max-height: 52px;
  }
}

/* =========================
   Laptop / Desktop - Your Original Design
========================= */
@media (min-width: 992px) {
  .global-site-header__container {
    grid-template-columns: 220px 1fr 180px;
    column-gap: 24px;
    padding: 16px 24px;
  }

  .global-site-header__nav {
    display: flex !important;
    position: static !important;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: flex-end;
    min-width: 0;
  }

  .global-site-header__menu {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    background: linear-gradient(135deg, rgba(251, 248, 243, 0.9), rgba(247, 244, 239, 0.85));
    padding: 12px 28px;
    border-radius: 9999px;
    backdrop-filter: blur(20px);
/*     border: 1px solid rgba(255,255,255,0.4);
    box-shadow: 
      0 8px 32px rgba(200, 161, 63, 0.15),
      inset 0 1px 0 rgba(255,255,255,0.9); */
  }

  .global-site-header__menu li a {
    font-size: 13px;
    padding: 10px 20px;
  }

  .global-site-header__cta {
    display: flex !important;
    justify-content: flex-start;
  }

  .global-site-header__toggle {
    display: none !important;
  }
}

/* =========================
   Large Desktop
========================= */
@media (min-width: 1200px) {
  .global-site-header__container {
    grid-template-columns: 240px 1fr 190px;
    column-gap: 30px;
    padding: 18px 28px;
  }

  .global-site-header__logo img {
    max-height: 58px;
  }

  .global-site-header__menu {
    gap: 4px;
    padding: 14px 32px;
  }

  .global-site-header__menu li a {
    font-size: 14px;
/*     padding: 12px 24px; */
  }

  .global-site-header__button {
    min-height: 46px;
    padding: 0 28px;
    font-size: 14px;
  }
}

/* =========================
   Extra Large Screens
========================= */
@media (min-width: 1440px) {
  .global-site-header__container {
    max-width: 1380px;
    grid-template-columns: 250px 1fr 200px;
  }

  .global-site-header__menu {
    gap: 4px;
  }
}

/* Smooth animations */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .global-site-header__menu li.current-menu-item > a::after,
  .global-site-header__menu li.current_page_item > a::after,
  .global-site-header__menu li.current-menu-ancestor > a::after,
  .global-site-header__menu li.current-page-ancestor > a::after {
    content: "";
    position: absolute;
    left: 9%;
    bottom: 6px;
    transform: translateX(-100%);
    width: 36px;
    height: 1px;
    border-radius: 999px;
    background: linear-gradient(90deg, #b68d2a 0%, #d7b45a 50%, #b68d2a 100%);
  }
}

@media (max-width: 767px) {
  .global-site-header__menu li.current-menu-item > a::after,
  .global-site-header__menu li.current_page_item > a::after,
  .global-site-header__menu li.current-menu-ancestor > a::after,
  .global-site-header__menu li.current-page-ancestor > a::after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: 8px;
    transform: none;
    width: 28px;
    height: 1px;
    border-radius: 999px;
    background: linear-gradient(90deg, #b68d2a 0%, #d7b45a 50%, #b68d2a 100%);
  }
}
/* Premium burger CSS */
.global-site-header__toggle {
  position: relative;
  width: 52px;
  height: 52px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(200, 161, 63, 0.22);
  border-radius: 14px;
  background: rgba(255, 250, 240, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    0 10px 24px rgba(200, 161, 63, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.global-site-header__toggle:hover {
  transform: translateY(-1px);
  box-shadow:
    0 14px 30px rgba(200, 161, 63, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
  border-color: rgba(200, 161, 63, 0.35);
}

.global-site-header__toggle span {
  display: block;
  width: 18px;
  height: 1.6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #b68d2a 0%, #d4b258 100%);
  transition: transform 0.32s ease, opacity 0.24s ease, width 0.28s ease;
  transform-origin: center;
}

.global-site-header__toggle span:nth-child(2) {
  width: 14px;
  margin-left: 4px;
}

.global-site-header__toggle:hover span:nth-child(2) {
  width: 18px;
  margin-left: 0;
}

.global-site-header__toggle:focus-visible {
  outline: 2px solid rgba(200, 161, 63, 0.45);
  outline-offset: 4px;
}
.global-site-header__toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
  width: 18px;
}

.global-site-header__toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.global-site-header__toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
  width: 18px;
}
