/* =============================================================================
   LFGC HOMEPAGE
   Implements Figma node 115:20103 — "00 Home"
   ============================================================================= */

/* ── Shared tokens ─────────────────────────────────────────────────────────── */

:root {
  --font-serif: 'Area_Extended_Regular', Georgia, serif;
  --font-sans: 'Area_Extended_Regular', 'Arial Narrow', Arial, sans-serif;
  --font-body: 'Lato', Arial, sans-serif;
}

/* ── Reset / base ──────────────────────────────────────────────────────────── */

.lfgc-home {
  background: var(--lfgc-grey-lt);
  overflow-x: hidden;
}

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

.lfgc-home a {
  text-decoration: none;
}

/* ── CTA button ────────────────────────────────────────────────────────────── */

.lfgc-cta {
  align-items: center;
  display: inline-flex;
  gap: 9px;
  height: 55px;
  justify-content: center;
  padding: 0 18px;
}

.lfgc-cta--magenta {
  background: var(--lfgc-magenta);
}
.lfgc-cta--charcoal {
  background: var(--lfgc-charcoal);
}

.lfgc-cta__label {
  color: var(--lfgc-white);
  font-family: var(--font-serif);
  font-size: 1rem;
  letter-spacing: 0.29em;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}

.lfgc-cta__icon {
  display: block;
  flex-shrink: 0;
  height: 26px;
  width: 26px;
}

/* =============================================================================
   1. HERO
   ============================================================================= */

.lfgc-hero {
  display: flex;
  justify-content: center;
  padding: 40px clamp(20px, 8vw, 152px);
}

.lfgc-hero__inner {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1440px;
}

.lfgc-hero__bg {
  display: block;
  height: clamp(480px, 65vw, 780px);
  object-fit: cover;
  width: 100%;
}

.lfgc-hero__content {
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  padding: 0 clamp(24px, 8vw, 120px);
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}

.lfgc-hero__title {
  color: var(--lfgc-white);
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 6vw, 6.75rem);
  font-weight: 400;
  line-height: 1.17;
  margin: 0 0 clamp(16px, 2vw, 32px);
  max-width: 900px;
}

.lfgc-hero__subtitle {
  color: var(--lfgc-white);
  font-family: var(--font-sans);
  font-size: clamp(0.875rem, 1.2vw, 1.125rem);
  line-height: 0.887;
  margin: 0 0 clamp(24px, 3vw, 48px);
  max-width: 760px;
}

/* =============================================================================
   2. EVENT BAR
   ============================================================================= */

.lfgc-event-bar {
  align-items: center;
  display: flex;
  gap: clamp(12px, 2vw, 24px);
  justify-content: center;
  padding: clamp(16px, 2.5vw, 32px) clamp(20px, 8vw, 152px);
  flex-wrap: wrap;
}

.lfgc-event-bar__item {
  align-items: center;
  color: var(--lfgc-grey-corp);
  display: flex;
  font-family: var(--font-sans);
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  gap: 8px;
  line-height: 0.887;
  white-space: nowrap;
}

.lfgc-event-bar__sep {
  background: var(--lfgc-grey-corp);
  display: block;
  height: 13px;
  opacity: 0.4;
  width: 1px;
}

.lfgc-event-bar__item img {
  display: block;
  height: 20px;
  width: 20px;
}

/* =============================================================================
   3. EDITORIAL SECTION
   ============================================================================= */

.lfgc-editorial {
  background: var(--lfgc-grey-lt);
  overflow: hidden;
  padding: 0 0 clamp(40px, 5vw, 80px);
}

.lfgc-editorial__tabs {
  align-items: center;
  display: flex;
  gap: 0;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: clamp(24px, 3vw, 46px) clamp(20px, 8vw, 152px);
  flex-wrap: wrap;
}

.lfgc-editorial__tab {
  color: var(--lfgc-charcoal);
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: clamp(0.75rem, 1.2vw, 1.125rem);
  line-height: 0.887;
  padding: 17px 22px;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}

.lfgc-editorial__tab:hover,
.lfgc-editorial__tab.is-active {
  color: var(--lfgc-magenta);
}

.lfgc-editorial__hero {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3vw, 42px);
  padding: clamp(24px, 3vw, 42px) clamp(20px, 8vw, 152px);
  text-align: center;
}

.lfgc-editorial__logo {
  display: block;
  height: 60px;
  width: auto;
}

.lfgc-editorial__tagline {
  color: var(--lfgc-charcoal);
  font-family: var(--font-serif);
  font-size: clamp(0.75rem, 0.9vw, 0.9rem);
  letter-spacing: 0.29em;
  text-transform: uppercase;
}

.lfgc-editorial__heading {
  color: var(--lfgc-charcoal);
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4.5vw, 4.375rem);
  font-weight: 400;
  line-height: 1.17;
  margin: 0;
  max-width: 900px;
}

.lfgc-editorial__body {
  color: var(--lfgc-grey-body);
  font-family: var(--font-sans);
  font-size: clamp(0.875rem, 1vw, 1rem);
  line-height: 1.53;
  max-width: 500px;
}

/* =============================================================================
   4. OPERATORS GRID
   ============================================================================= */

.lfgc-grid {
  padding: clamp(20px, 3vw, 40px) clamp(20px, 8vw, 152px);
  position: relative;
}

.lfgc-grid__row-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(16px, 2vw, 32px);
}

.lfgc-grid__row-title {
  color: var(--lfgc-charcoal);
  font-family: var(--font-sans);
  font-size: clamp(0.875rem, 1.2vw, 1.25rem);
  font-weight: 400;
  line-height: 1.21;
}

.lfgc-grid__see-all {
  align-items: center;
  color: var(--lfgc-charcoal);
  display: flex;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  gap: 8px;
  line-height: 1;
}

.lfgc-grid__see-all:hover {
  color: var(--lfgc-magenta);
}

.lfgc-grid__cards {
  display: grid;
  gap: clamp(12px, 1.5vw, 20px);
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: clamp(24px, 3vw, 40px);
}

@media (max-width: 1024px) {
  .lfgc-grid__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .lfgc-grid__cards {
    grid-template-columns: 1fr;
  }
}

.lfgc-card {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.5vw, 19px);
}

.lfgc-card__img-wrap {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  position: relative;
}

.lfgc-card__img-wrap--tall {
  aspect-ratio: 9 / 16;
}

.lfgc-card__img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  width: 100%;
}

.lfgc-card:hover .lfgc-card__img {
  transform: scale(1.04);
}

.lfgc-card__footer {
  align-items: center;
  display: flex;
  gap: 19px;
  justify-content: space-between;
}

.lfgc-card__info {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.lfgc-card__name {
  color: var(--lfgc-charcoal);
  font-family: var(--font-sans);
  font-size: clamp(0.875rem, 1.2vw, 1.25rem);
  line-height: 1.07;
}

.lfgc-card__tag {
  border: 1px solid var(--lfgc-border);
  border-radius: 89px;
  color: var(--lfgc-charcoal);
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.875rem;
  line-height: 1.53;
  padding: 7px 10px;
}

.lfgc-card__arrow {
  display: block;
  flex-shrink: 0;
  height: 42px;
  opacity: 0;
  transition: opacity 0.2s;
  width: 42px;
}

.lfgc-card:hover .lfgc-card__arrow {
  opacity: 1;
}

.lfgc-grid__fashion .lfgc-card__img-wrap {
  aspect-ratio: 2 / 3;
}

/* =============================================================================
   5 & 6. MARQUEES
   ============================================================================= */

.lfgc-marquee-wrap {
  overflow: hidden;
  padding: clamp(16px, 2.5vw, 32px) 0;
}

.lfgc-marquee-wrap--large {
  padding: clamp(24px, 3vw, 40px) 0;
}

.lfgc-marquee {
  animation: lfgc-scroll 30s linear infinite;
  display: flex;
  gap: 0;
  white-space: nowrap;
  width: max-content;
}

.lfgc-marquee--large {
  animation-duration: 40s;
}

@keyframes lfgc-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.lfgc-marquee__inner {
  color: var(--lfgc-grey-corp);
  display: inline-block;
  font-family: 'Area_Extended_Regular', Arial, sans-serif;
  font-weight: 200;
  white-space: nowrap;
}

.lfgc-marquee--large .lfgc-marquee__inner {
  font-size: clamp(2.5rem, 7vw, 7.5rem);
  line-height: 0.887;
}

.lfgc-marquee--small .lfgc-marquee__inner {
  font-size: clamp(1.25rem, 3vw, 2.5rem);
  line-height: 0.887;
}

.lfgc-marquee__inner .lfgc-marquee__dot {
  color: var(--lfgc-magenta);
}

/* =============================================================================
   7. FASHION BANNER
   ============================================================================= */

.lfgc-banner {
  border-radius: 40px;
  display: flex;
  justify-content: center;
  margin: clamp(20px, 3vw, 40px) clamp(20px, 8vw, 80px);
  overflow: hidden;
  position: relative;
}

.lfgc-banner__bg {
  display: block;
  height: clamp(400px, 55vw, 780px);
  object-fit: cover;
  width: 100%;
}

.lfgc-banner__content {
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  padding: 0 clamp(24px, 8vw, 120px);
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.lfgc-banner__title {
  color: var(--lfgc-white);
  font-family: var(--font-serif);
  font-size: clamp(2rem, 6vw, 7.375rem);
  font-weight: 400;
  line-height: 0.81;
  margin: 0 0 clamp(16px, 2.5vw, 40px);
}

.lfgc-banner__subtitle {
  color: var(--lfgc-white);
  font-family: var(--font-sans);
  font-size: clamp(0.875rem, 1.2vw, 1.125rem);
  line-height: 0.887;
  margin: 0 0 clamp(20px, 2.5vw, 40px);
}

/* =============================================================================
   8 & 9. CLUB SECTIONS
   ============================================================================= */

.lfgc-club {
  align-items: center;
  display: flex;
  gap: clamp(40px, 8vw, 120px);
  justify-content: center;
  overflow: hidden;
  padding: clamp(40px, 7vw, 100px) clamp(20px, 8vw, 152px);
}

.lfgc-club--petit {
  flex-direction: row-reverse;
}

@media (max-width: 900px) {
  .lfgc-club,
  .lfgc-club--petit {
    flex-direction: column;
  }
}

.lfgc-club__img {
  border-radius: 4px;
  display: block;
  flex-shrink: 0;
  height: clamp(320px, 45vw, 640px);
  object-fit: cover;
  width: clamp(320px, 45vw, 640px);
}

.lfgc-club__content {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 4vw, 60px);
  max-width: 580px;
}

.lfgc-club__texts {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.5vw, 16px);
}

.lfgc-club__eyebrow {
  color: var(--lfgc-charcoal);
  font-family: var(--font-serif);
  font-size: clamp(0.875rem, 1.2vw, 1.25rem);
  line-height: 1.17;
}

.lfgc-club__heading {
  color: var(--lfgc-charcoal);
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3.75rem);
  font-weight: 400;
  line-height: 1.17;
  margin: 0;
  text-transform: uppercase;
}

.lfgc-club__body {
  color: var(--lfgc-grey-body);
  font-family: var(--font-sans);
  font-size: clamp(0.875rem, 1vw, 1rem);
  line-height: 1.53;
}

.lfgc-club__features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 14px 0;
}

.lfgc-club__feature {
  align-items: center;
  background: var(--lfgc-white);
  border-radius: 48px;
  display: flex;
  gap: 18px;
  padding: 9px 23px 9px 15px;
}

.lfgc-club__feature-icon {
  display: block;
  flex-shrink: 0;
  height: 8px;
  width: 12px;
}

.lfgc-club__feature-label {
  color: var(--lfgc-charcoal);
  font-family: var(--font-sans);
  font-size: clamp(0.75rem, 1vw, 1rem);
  line-height: 1.53;
  white-space: nowrap;
}

/* =============================================================================
   10. NOTICIAS
   ============================================================================= */

.lfgc-news {
  background: var(--lfgc-grey-lt);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(32px, 4vw, 57px);
  overflow: hidden;
  padding: clamp(40px, 6vw, 115px) clamp(20px, 8vw, 152px);
}

.lfgc-news__heading {
  color: var(--lfgc-charcoal);
  font-family: var(--font-sans);
  font-size: clamp(0.875rem, 1.2vw, 1.25rem);
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

/* Featured article — Indochina */
.lfgc-news__featured {
  background: var(--lfgc-grey-lt);
  overflow: hidden;
  position: relative;
  width: 100%;
}

.lfgc-news__featured-img {
  display: block;
  height: clamp(300px, 40vw, 600px);
  object-fit: cover;
  width: 100%;
}

.lfgc-news__featured-title {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  padding: clamp(16px, 2.5vw, 32px) 0;
}

/* Small news cards */
.lfgc-news__cards {
  display: grid;
  gap: clamp(16px, 2vw, 20px);
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}

@media (max-width: 900px) {
  .lfgc-news__cards {
    grid-template-columns: 1fr;
  }
}

.lfgc-news-card {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.5vw, 19px);
}

.lfgc-news-card__img-wrap {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  position: relative;
}

.lfgc-news-card__img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  width: 100%;
}

.lfgc-news-card:hover .lfgc-news-card__img {
  transform: scale(1.04);
}

.lfgc-news-card__meta {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.lfgc-news-card__date {
  color: var(--lfgc-grey-body);
  font-family: var(--font-body);
  font-size: 0.875rem;
  line-height: 1.53;
}

.lfgc-news-card__title {
  color: var(--lfgc-charcoal);
  font-family: var(--font-sans);
  font-size: clamp(0.875rem, 1.2vw, 1.25rem);
  font-weight: 500;
  line-height: 1.45;
}

.lfgc-news-card__cat {
  border: 1px solid var(--lfgc-border);
  border-radius: 89px;
  color: var(--lfgc-charcoal);
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.875rem;
  line-height: 1.53;
  padding: 7px 10px;
}

/* =============================================================================
   11. EXPLORA
   ============================================================================= */

.lfgc-explora {
  overflow: hidden;
  position: relative;
  padding: 0 clamp(20px, 8vw, 152px);
  padding-bottom: 0;
}

.lfgc-explora__header {
  padding: clamp(40px, 6vw, 80px) 0 clamp(20px, 3vw, 40px);
  text-align: center;
}

.lfgc-explora__title {
  color: var(--lfgc-charcoal);
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 7vw, 6.25rem);
  font-weight: 400;
  line-height: 1.17;
  margin: 0 0 clamp(16px, 2vw, 28px);
  text-transform: uppercase;
}

.lfgc-explora__body {
  color: var(--lfgc-white);
  font-family: var(--font-sans);
  font-size: clamp(0.875rem, 1vw, 1rem);
  line-height: 1.53;
  margin: 0 auto clamp(20px, 3vw, 40px);
  max-width: 720px;
}

.lfgc-explora__ctas {
  align-items: center;
  display: flex;
  gap: clamp(12px, 2vw, 24px);
  justify-content: center;
  flex-wrap: wrap;
}

.lfgc-explora__bg-wrap {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.lfgc-explora__bg {
  display: block;
  height: clamp(300px, 45vw, 700px);
  object-fit: cover;
  width: 100%;
}

.lfgc-explora__overlay {
  align-items: center;
  background: linear-gradient(to bottom, rgba(44, 46, 49, 0.35) 0%, rgba(44, 46, 49, 0) 60%);
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  left: 0;
  padding: clamp(40px, 5vw, 80px) clamp(24px, 6vw, 80px);
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.lfgc-explora .lfgc-explora__title {
  color: var(--lfgc-charcoal);
}

/* Re-color when inside bg wrap overlay */
.lfgc-explora__bg-wrap .lfgc-explora__overlay .lfgc-explora__title {
  color: var(--lfgc-white);
}

.lfgc-explora__section {
  position: relative;
}

.lfgc-explora__section .lfgc-explora__title {
  color: var(--lfgc-charcoal);
  padding: 0;
}

/* =============================================================================
   12. HORARIOS + COMO LLEGAR
   ============================================================================= */

.lfgc-info {
  background: var(--lfgc-grey-lt);
  display: grid;
  gap: clamp(40px, 6vw, 80px);
  grid-template-columns: 1fr 1fr;
  padding: clamp(40px, 6vw, 80px) clamp(20px, 8vw, 152px);
}

@media (max-width: 900px) {
  .lfgc-info {
    grid-template-columns: 1fr;
  }
}

.lfgc-info__col-title {
  color: var(--lfgc-charcoal);
  font-family: var(--font-sans);
  font-size: clamp(0.875rem, 1.2vw, 1.25rem);
  letter-spacing: 0.05em;
  margin-bottom: clamp(16px, 2.5vw, 32px);
  text-transform: uppercase;
}

/* Horarios table */
.lfgc-schedule {
  border-collapse: collapse;
  font-family: var(--font-sans);
  width: 100%;
}

.lfgc-schedule tr:nth-child(even) td {
  background: var(--lfgc-grey-lt);
}

.lfgc-schedule tr:nth-child(odd) td {
  background: var(--lfgc-white);
}

.lfgc-schedule td {
  font-size: clamp(0.875rem, 1.1vw, 1.125rem);
  line-height: 3.34;
  padding: 0 17px;
}

.lfgc-schedule td:first-child {
  font-weight: 400;
}

.lfgc-schedule td:last-child {
  text-align: right;
}

/* How to get there */
.lfgc-directions {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.5vw, 32px);
}

.lfgc-directions__intro {
  color: var(--lfgc-charcoal);
  font-family: var(--font-sans);
  font-size: clamp(0.875rem, 1vw, 1rem);
  line-height: 1.53;
}

.lfgc-directions__item {
  display: flex;
  gap: 16px;
}

.lfgc-directions__icon {
  display: block;
  flex-shrink: 0;
  height: 30px;
  width: 30px;
}

.lfgc-directions__text {
  color: var(--lfgc-charcoal);
  font-family: var(--font-sans);
  font-size: clamp(0.875rem, 1vw, 1rem);
  line-height: 1.53;
}

.lfgc-directions__text strong {
  display: block;
  font-weight: 700;
  margin-bottom: 4px;
}

/* =============================================================================
   13. NEWSLETTER
   ============================================================================= */

.lfgc-newsletter {
  background: var(--lfgc-magenta);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(24px, 3.5vw, 39px);
  overflow: hidden;
  padding: clamp(60px, 8vw, 130px) clamp(20px, 8vw, 120px);
  position: relative;
  text-align: center;
}

.lfgc-newsletter__bg {
  inset: 0;
  object-fit: cover;
  opacity: 0.12;
  pointer-events: none;
  position: absolute;
}

.lfgc-newsletter__title {
  color: var(--lfgc-white);
  font-family: var(--font-serif);
  font-size: clamp(1.875rem, 4vw, 3.125rem);
  font-weight: 400;
  line-height: 1.17;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}

.lfgc-newsletter__subtitle {
  color: var(--lfgc-white);
  font-family: var(--font-sans);
  font-size: clamp(0.875rem, 1vw, 1rem);
  line-height: 1.53;
  max-width: 415px;
  position: relative;
}

.lfgc-newsletter__form {
  align-items: stretch;
  display: flex;
  gap: 0;
  position: relative;
}

.lfgc-newsletter__input {
  background: transparent;
  border: 1px solid var(--lfgc-white);
  color: var(--lfgc-white);
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.53;
  padding: 0 23px;
  width: clamp(200px, 35vw, 432px);
}

.lfgc-newsletter__input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.lfgc-newsletter__input:focus {
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: -2px;
}

.lfgc-newsletter__submit {
  align-items: center;
  background: var(--lfgc-charcoal);
  border: none;
  cursor: pointer;
  display: flex;
  gap: 9px;
  height: 55px;
  justify-content: center;
  padding: 0 18px;
  transition: background 0.2s;
}

.lfgc-newsletter__submit:hover {
  background: var(--lfgc-black);
}

.lfgc-newsletter__submit-label {
  color: var(--lfgc-white);
  font-family: var(--font-serif);
  font-size: 1rem;
  letter-spacing: 0.29em;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}

.lfgc-newsletter__submit-icon {
  display: block;
  flex-shrink: 0;
  height: 26px;
  width: 26px;
}

/* =============================================================================
   14. BRANDS STRIP
   ============================================================================= */

.lfgc-brands {
  background: var(--lfgc-white);
  display: flex;
  gap: 0;
  overflow: hidden;
  padding: clamp(32px, 5vw, 70px) 0;
}

.lfgc-brands__track {
  align-items: center;
  animation: lfgc-scroll 25s linear infinite;
  display: flex;
  gap: 0;
  width: max-content;
}

.lfgc-brands__item {
  align-items: center;
  background: var(--lfgc-white);
  border-radius: 4px;
  display: flex;
  flex-shrink: 0;
  height: clamp(90px, 10vw, 147px);
  justify-content: center;
  padding: 16.33% 4.89%;
  width: clamp(150px, 16vw, 235px);
}

.lfgc-brands__img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

/* =============================================================================
   15. FOOTER
   ============================================================================= */

.lfgc-footer {
  background: var(--lfgc-charcoal);
  color: var(--lfgc-white);
  overflow: hidden;
  padding: clamp(60px, 8vw, 114px) clamp(20px, 8vw, 152px);
  position: relative;
}

.lfgc-footer__top {
  align-items: flex-start;
  display: flex;
  gap: clamp(32px, 5vw, 80px);
  justify-content: space-between;
  margin-bottom: clamp(40px, 6vw, 80px);
}

@media (max-width: 900px) {
  .lfgc-footer__top {
    flex-direction: column;
    gap: clamp(24px, 4vw, 48px);
  }
}

.lfgc-footer__logo-col {
  flex-shrink: 0;
}

.lfgc-footer__logo {
  display: block;
  height: 40px;
  margin-bottom: clamp(24px, 3vw, 40px);
  width: auto;
}

.lfgc-footer__social {
  align-items: center;
  display: flex;
  gap: clamp(8px, 1.5vw, 16px);
  flex-wrap: wrap;
}

.lfgc-footer__social-link {
  display: block;
  height: clamp(36px, 4vw, 58px);
  opacity: 0.8;
  transition: opacity 0.2s;
  width: clamp(36px, 4vw, 58px);
}

.lfgc-footer__social-link:hover {
  opacity: 1;
}

.lfgc-footer__social-link img {
  display: block;
  height: 100%;
  width: 100%;
}

.lfgc-footer__nav {
  display: grid;
  flex: 1;
  gap: clamp(24px, 4vw, 60px);
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1100px) {
  .lfgc-footer__nav {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .lfgc-footer__nav {
    grid-template-columns: 1fr;
  }
}

.lfgc-footer__col-title {
  color: var(--lfgc-white);
  font-family: var(--font-sans);
  font-size: clamp(0.875rem, 1.2vw, 1.375rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: clamp(16px, 2.5vw, 26px);
  text-transform: uppercase;
}

.lfgc-footer__col-links {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.5vw, 26px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.lfgc-footer__col-links a,
.lfgc-footer__col-links span {
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--font-body);
  font-size: clamp(0.75rem, 0.9vw, 1rem);
  line-height: 1.53;
  text-decoration: none;
  transition: color 0.2s;
}

.lfgc-footer__col-links a:hover {
  color: var(--lfgc-white);
  text-decoration: underline;
}

.lfgc-footer__bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(16px, 2vw, 32px);
  justify-content: space-between;
  padding-top: clamp(16px, 2.5vw, 32px);
}

.lfgc-footer__legal {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, 2vw, 32px);
}

.lfgc-footer__legal a,
.lfgc-footer__legal span {
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--font-body);
  font-size: clamp(0.75rem, 0.9vw, 1.25rem);
  line-height: 1.53;
  text-decoration: none;
}

.lfgc-footer__legal a:hover {
  color: var(--lfgc-white);
}

.lfgc-footer__copy {
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-body);
  font-size: clamp(0.75rem, 0.9vw, 1.25rem);
  line-height: 1.53;
}

/* =============================================================================
   UTILITIES
   ============================================================================= */

/* Disable Divi page builder layout when front-page.php is used */
.lfgc-home ~ #main-footer,
body.home #main-footer,
body.front-page #main-footer {
  display: none;
}
