/* Universal Assets Cache Booster & BSQ Creations Stylesheet */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700&family=Oswald:wght@400;500;600;700;800&family=Caveat:wght@700&family=Pacifico&display=swap');

:root {
  --primary: #A31E22;
  --primary-dark: #781619;
  --accent: #EE252B;
  --accent-pink: #f0428a;
  --bg-light: #f6ede6;
  --bg-dark: #3a3a3a;
  --text-dark: #222222;
  --text-muted: #555555;
  --white: #ffffff;
  --font-script: 'Caveat', 'Pacifico', cursive;
}

/* Reset & Base */
*, *:before, *:after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  color: var(--text-dark);
  background-color: #ffffff;
  line-height: 1.5;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
  line-height: 1.15;
  letter-spacing: 0.5px;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: 92%;
  max-width: 1220px;
  margin: 0 auto;
}

.script-text {
  font-family: var(--font-script);
  text-transform: none;
  font-weight: 700;
  letter-spacing: normal;
}

/* ==========================================================================
   TOP NOTIFICATION / MESSAGE BAR
   ========================================================================== */
#header-message-bar {
  background: var(--primary);
  color: #fff;
  font-size: 0.88rem;
  padding: 8px 0;
  text-align: center;
  position: relative;
  font-weight: 500;
  z-index: 1000;
}

#header-message-bar .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
}

#header-message-bar a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}

#header-message-bar .close-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  cursor: pointer;
  font-size: 1.25rem;
  background: none;
  border: none;
  padding: 0 5px;
  line-height: 1;
}

/* ==========================================================================
   HEADER WRAPPER & MASTHEAD (Screenshot 1 Match)
   ========================================================================== */
#header-wrapper {
  background: #f6ede6;
  border-bottom: 2px solid rgba(0,0,0,0.05);
  position: relative;
  z-index: 999;
}

.site-header {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 80px;
}

.header-branding {
  display: flex;
  align-items: stretch;
}

.header-branding-nav-btn {
  background: #EE252B;
  color: #fff;
  border: none;
  width: 74px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: 'Oswald', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1px;
  gap: 4px;
  transition: background 0.2s;
  padding: 0;
}

.header-branding-nav-btn:hover {
  background: #A31E22;
}

.header-branding-nav-btn i.fa-bars {
  font-size: 1.25rem;
  line-height: 1;
}

.header-logo-block {
  background: #EE252B;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  text-decoration: none;
  border-left: 1px solid rgba(255,255,255,0.2);
  transition: background 0.2s;
}

.header-logo-block:hover {
  background: #d41e24;
}

.header-logo-svg {
  height: 54px;
  width: auto;
}

.main-navigation {
  display: flex;
  align-items: center;
  gap: 22px;
}

/* Location Selector Pill & Modal-like Dropdown (Screenshot 2) */
.location-nav-wrapper {
  position: relative;
}

.location-nav-trigger {
  background: #ffffff;
  border-radius: 6px;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: all 0.2s;
}

.location-nav-trigger:hover,
.location-nav-wrapper.active .location-nav-trigger {
  box-shadow: 0 4px 15px rgba(0,0,0,0.12);
  border-color: #EE252B;
}

.flame-icon-img {
  width: 22px;
  height: 28px;
  object-fit: contain;
}

.location-pill-text {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.location-pill-state {
  font-family: 'Oswald', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  color: #f0428a;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.location-pill-action {
  font-family: 'Oswald', sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: #A31E22;
  letter-spacing: 0.5px;
  line-height: 1.15;
}

.location-close-icon {
  font-size: 1.1rem;
  color: #888888;
  margin-left: 8px;
  display: none;
}

.location-nav-wrapper.active .location-close-icon {
  display: inline-block;
}

/* Big 3-Column Modal Grid Dropdown (Screenshot 2 Match) */
.location-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 820px;
  background: #f6ede6;
  box-shadow: 0 15px 40px rgba(0,0,0,0.25);
  border-radius: 4px;
  list-style: none;
  margin: 10px 0 0 0;
  padding: 30px;
  display: none;
  z-index: 1000;
  border-top: 4px solid #A31E22;
}

/* Hover Bridge: Anti-Flicker */
.location-dropdown-menu::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 15px;
  background: transparent;
}

.location-nav-wrapper:hover .location-dropdown-menu,
.location-nav-wrapper.active .location-dropdown-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 30px;
}

.location-grid-item a {
  display: block;
  text-decoration: none;
}

.location-grid-name {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: #A31E22;
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin-bottom: 2px;
  transition: color 0.2s;
}

.location-grid-item:hover .location-grid-name {
  color: #EE252B;
}

.location-grid-cat {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  color: #f0428a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.nav-links-cluster {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-link-item {
  font-family: 'Oswald', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.5px;
  transition: color 0.2s;
}

.nav-link-item:hover {
  color: var(--accent);
}

.btn-header-order {
  background: #ffffff;
  color: #EE252B;
  font-family: 'Oswald', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  padding: 9px 24px;
  border: 2px solid #EE252B;
  border-radius: 4px;
  letter-spacing: 0.5px;
  transition: all 0.2s;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.btn-header-order:hover {
  background: #EE252B;
  color: #ffffff;
}

/* Sub-header Location Message Bar (Screenshot 1) */
.select-location-message {
  background: #f6ede6;
  border-top: 1px solid rgba(0,0,0,0.06);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  padding: 10px 0;
  text-align: center;
  font-size: 0.82rem;
  letter-spacing: 0.5px;
  color: #555555;
  text-transform: uppercase;
}

.select-location-message strong {
  color: #222222;
  font-weight: 800;
}

/* ==========================================================================
   HERO / FEATURE SECTION (Screenshots 1 & 2 Match)
   ========================================================================== */
.feature-header-wrapper {
  background: #111111;
  position: relative;
  overflow: hidden;
}

.feature-header-container {
  display: flex;
  position: relative;
  min-height: 560px;
}

/* Left Vertical Rotated Sidebar */
.header-side-copy {
  width: 50px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-right: 1px solid rgba(0,0,0,0.08);
  flex-shrink: 0;
}

.header-side-copy-inner {
  transform: rotate(-90deg);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 12px;
}

.side-copy-label {
  font-family: 'Oswald', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #EE252B;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-left: 2px solid #EE252B;
  padding-left: 8px;
}

.side-copy-value {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: #666666;
}

/* Main Hero Content Area */
.feature-hero-banner {
  flex: 1;
  position: relative;
  background: #1b191a url('https://sugarfiresmokehouse.com/wp-content/uploads/2018/05/sf-hero.jpg') center right / cover no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 40px;
}

.header-feature-headline {
  position: absolute;
  top: 45px;
  left: 45px;
  max-width: 480px;
  z-index: 5;
}

.header-feature-headline img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.5));
}

/* Top Right Badge: "The Carolina" */
.header-menu-item-badge {
  position: absolute;
  top: 30px;
  right: 50px;
  text-align: right;
  z-index: 5;
}

.header-menu-item-badge .badge-intro {
  font-family: var(--font-script);
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 1;
}

.header-menu-item-badge .badge-title {
  font-family: var(--font-script);
  color: #f0428a;
  font-size: 3.8rem;
  line-height: 0.9;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

/* Bottom Right Floating News/Award Card */
.header-press-card {
  margin-left: auto;
  background: #ffffff;
  padding: 20px 24px;
  max-width: 420px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  position: relative;
  z-index: 5;
}

.press-heading {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.press-xxx-icon {
  color: #EE252B;
  font-size: 1.1rem;
  letter-spacing: 3px;
  line-height: 1.2;
}

.press-heading-text {
  font-family: 'Oswald', sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  color: #222222;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

.award-item-link {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.award-item-thumb {
  width: 75px;
  height: 75px;
  border-radius: 4px;
  object-fit: cover;
  flex-shrink: 0;
}

.award-item-details {
  display: flex;
  flex-direction: column;
}

.award-badge-tag {
  font-family: 'Oswald', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: #EE252B;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.award-name-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #222222;
  line-height: 1.3;
}

.view-all-press-link {
  font-family: 'Oswald', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #222222;
  letter-spacing: 1px;
  text-decoration: underline;
  text-transform: uppercase;
}

.view-all-press-link:hover {
  color: #EE252B;
}

/* ==========================================================================
   SECTION 2: HERE'S WHAT'S UP (Screenshot 2 Match)
   ========================================================================== */
.module-resources-wrapper {
  background: #f6ede6;
  padding: 60px 0 70px;
}

.resources-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: start;
}

.resources-header h2 {
  font-size: 3.4rem;
  color: #EE252B;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 25px;
}

.resources-header h2 span {
  display: block;
  color: #EE252B;
}

.btn-all-news {
  background: #EE252B;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 10px 22px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  transition: background 0.2s;
}

.btn-all-news:hover {
  background: #A31E22;
}

.resources-articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.resource-card {
  background: #ffffff;
  padding: 24px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 160px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.resource-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.resource-category {
  font-family: var(--font-script);
  color: #f0428a;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 8px;
}

.resource-title {
  font-family: 'Oswald', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #222222;
  line-height: 1.25;
  margin-bottom: 20px;
}

.resource-cta {
  font-family: 'Oswald', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #EE252B;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* ==========================================================================
   SECTION 3: REINVENTING BARBECUE 50/50 SPLIT (Screenshot 3 Match)
   ========================================================================== */
.module-featured-content-wrapper {
  background: #A31E22;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.featured-split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 580px;
}

.split-copy-column {
  padding: 70px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pink-highlight-bar {
  width: 45px;
  height: 4px;
  background: #f0428a;
  margin-bottom: 20px;
}

.fc-headline {
  font-size: 3.5rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 6px;
}

.fc-subtitle {
  font-family: var(--font-script);
  font-size: 2.2rem;
  color: #f0428a;
  margin-bottom: 25px;
  text-transform: none;
}

.split-copy-column p {
  font-size: 0.95rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.92);
  margin-bottom: 18px;
}

.split-image-column {
  position: relative;
  background: url('https://sugarfiresmokehouse.com/wp-content/uploads/2025/08/NN0A9735-1800x900.jpg') center/cover no-repeat;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
}

.fc-menu-item-overlay {
  text-align: right;
}

.fc-menu-intro {
  font-family: var(--font-script);
  font-size: 3rem;
  color: #ffffff;
  line-height: 1;
}

.fc-menu-name {
  font-family: var(--font-script);
  font-size: 4.5rem;
  color: #f0428a;
  line-height: 0.9;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.fc-slider-dots {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.fc-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
  transition: all 0.2s;
}

.fc-dot.active {
  background: #f0428a;
  transform: scale(1.2);
}

/* ==========================================================================
   SECTION 4: OUR HOMETOWN FAMILY (Screenshot 4 Match)
   ========================================================================== */
.module-grid-content-wrapper {
  background: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.module-grid-content-headlines h2 {
  font-size: 3.4rem;
  color: #222222;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 2px;
}

.module-grid-content-headlines h5 {
  font-family: var(--font-script);
  font-size: 2.2rem;
  color: #f0428a;
  margin-bottom: 45px;
  text-transform: none;
}

.team-grid-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}

.teammate-card {
  flex: 1;
  max-width: 400px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.teammate-card img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}

.teammate-content-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
  padding: 30px 25px 20px;
  color: #ffffff;
  text-align: left;
}

.teammate-first {
  font-family: var(--font-script);
  font-size: 2rem;
  line-height: 1;
  color: #ffffff;
}

.teammate-last {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 6px;
}

.teammate-last span {
  border-bottom: 3px solid #f0428a;
  padding-bottom: 2px;
}

.teammate-position {
  font-family: 'Oswald', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #cccccc;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* ==========================================================================
   FOOTER (Screenshot 5 Match)
   ========================================================================== */
#footer-order-online-wrapper {
  background: #EE252B;
  color: #ffffff;
  text-align: center;
  padding: 35px 20px;
}

#footer-order-online-wrapper h3 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 4px;
  color: #ffffff;
}

#footer-order-online-wrapper h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  text-transform: none;
  margin: 0;
  color: rgba(255,255,255,0.92);
}

#footer-wrapper {
  background: #A31E22;
  color: #ffffff;
  padding: 60px 0;
}

.footer-main-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}

/* Left: Do Gooders / Donation */
.footer-donation h2 {
  font-family: var(--font-script);
  font-size: 2.4rem;
  color: #ffffff;
  margin-bottom: 4px;
  text-transform: none;
}

.footer-donation h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 12px;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.footer-donation p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255,255,255,0.85);
  margin-bottom: 18px;
}

.footer-donation .btn-request-donation {
  font-family: 'Oswald', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  background: #ffffff;
  color: #A31E22;
  padding: 8px 18px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background 0.2s;
}

.footer-donation .btn-request-donation:hover {
  background: #f6ede6;
}

/* Center: Smoked Meat Graphic */
.footer-branding-center {
  text-align: center;
}

.footer-branding-center img {
  max-height: 140px;
  margin: 0 auto;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.2));
}

/* Right: Location Selector */
.footer-location-select-box {
  display: flex;
  justify-content: flex-end;
}

.footer-location-dropdown {
  background: #ffffff;
  color: #222222;
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 14px 20px;
  border: none;
  width: 100%;
  max-width: 280px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

/* Sub-Footer */
#sub-footer-wrapper {
  background: #781619;
  color: rgba(255,255,255,0.7);
  padding: 20px 0;
  font-size: 0.8rem;
}

.sub-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.legal-links {
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.legal-links li a {
  color: rgba(255,255,255,0.7);
  font-family: 'Oswald', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.legal-links li a:hover {
  color: #ffffff;
}

/* ==========================================================================
   SISTER SITES FOOTER SECTION (Screenshot 1 Match)
   ========================================================================== */
#footer-sister-sites {
  background: #3e3e3e;
  padding: 60px 0;
  text-align: center;
  color: #ffffff;
}

#footer-sister-sites h3 {
  font-size: 2.8rem;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 2px;
}

#footer-sister-sites h5 {
  font-family: var(--font-script);
  font-size: 2.2rem;
  color: #ffffff;
  text-transform: none;
  margin-bottom: 40px;
}

.sister-sites-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.sister-site-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.92;
  transition: opacity 0.2s, transform 0.2s;
  height: 80px;
}

.sister-site-item:hover {
  opacity: 1;
  transform: translateY(-3px);
}

.sister-site-item img {
  height: 65px;
  max-height: 70px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  display: block;
}

/* ==========================================================================
   DRAWER NAVIGATION
   ========================================================================== */
#branding-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #A31E22;
  z-index: 10000;
  display: none;
  opacity: 0;
  overflow-y: auto;
  transition: opacity 0.3s ease;
}

#branding-drawer.active {
  display: block;
  opacity: 1;
}

.drawer-inner {
  padding: 30px 0 50px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.drawer-close {
  background: #EE252B;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}

.drawer-close:hover {
  transform: rotate(90deg);
}

.drawer-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

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

.drawer-menu-list li {
  margin-bottom: 20px;
}

.drawer-menu-list a {
  display: block;
  color: #ffffff;
}

.drawer-menu-list .link-title {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(255,255,255,0.8);
  transition: all 0.2s;
}

.drawer-menu-list .menu-sub {
  font-size: 1rem;
  color: #ffffff;
  font-family: var(--font-script);
  margin-top: 2px;
  display: block;
}

.drawer-menu-list a:hover .link-title {
  color: #ffffff;
  transform: translateX(10px);
}

.drawer-intro {
  color: #ffffff;
  padding-left: 40px;
  border-left: 1px solid rgba(255,255,255,0.2);
}

.drawer-intro h3 {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}

.drawer-intro p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.9);
  margin-bottom: 20px;
}

/* ==========================================================================
   RESPONSIVE STYLES
   ========================================================================== */
@media (max-width: 1024px) {
  .location-dropdown-menu {
    width: 600px;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .resources-grid {
    grid-template-columns: 1fr;
  }
  .resources-articles {
    grid-template-columns: repeat(2, 1fr);
  }
  .featured-split-layout {
    grid-template-columns: 1fr;
  }
  .footer-main-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-location-select-box {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .header-side-copy {
    display: none;
  }
  .nav-links-cluster {
    display: none;
  }
  .location-nav-wrapper {
    display: none;
  }
  .resources-articles {
    grid-template-columns: 1fr;
  }
  .team-grid-container {
    flex-direction: column;
    align-items: center;
  }
  .split-copy-column {
    padding: 40px 20px;
  }
  .drawer-body {
    grid-template-columns: 1fr;
  }
  .drawer-intro {
    display: none;
  }
  .sister-sites-container {
    gap: 30px;
  }
}
