/*
Theme Name: Flatsome Child
Description: Child theme for Flatsome
Author: Tomy Thang
Template: flatsome
Version: 1.0.0
Text Domain: flatsome-child
*/

/* Giang Nghia Land: first deployment cleanup */
.header-top,
.top-divider,
.absolute-footer,
.footer-widgets,
#comments,
#respond,
.blog-share,
.post-sidebar,
.entry-category,
.entry-divider,
.entry-meta,
.is-divider {
  display: none !important;
}

.page-id-7 #main,
.page-id-7 #content,
.page-id-7 .page-wrapper {
  background: #fff;
}

.page-id-7 .page-inner,
.page-id-7 .entry-content {
  padding: 0 !important;
}

.gnl-wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.gnl-home-hero {
  padding: 88px 0 56px;
  background: linear-gradient(180deg, #f7fafc 0%, #ffffff 100%);
  text-align: center;
}

.gnl-kicker {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #1f4b7f;
}

.gnl-home-hero h1 {
  margin: 0;
  font-size: clamp(42px, 7vw, 88px);
  line-height: .95;
  color: #24364b;
}

.gnl-lead {
  max-width: 760px;
  margin: 22px auto 0;
  font-size: 21px;
  line-height: 1.7;
  color: #4b5d73;
}

.gnl-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 28px;
}

.gnl-home-grid {
  padding: 28px 0 72px;
}

.gnl-grid3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.gnl-card {
  padding: 28px 24px;
  border: 1px solid rgba(36, 54, 75, .08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(17, 24, 39, .05);
}

.gnl-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  color: #24364b;
}

.gnl-card p {
  margin: 0;
  color: #4b5d73;
  line-height: 1.7;
}

@media (max-width: 849px) {
  .gnl-grid3 { grid-template-columns: 1fr; }
  .gnl-home-hero { padding-top: 64px; }
  .gnl-lead { font-size: 18px; }
}

/* Strong cleanup overrides */
#top-bar,
.header-top,
.header-newsletter-item,
.social-icons,
.footer-secondary,
.absolute-footer,
.footer-widgets,
#logo img,
.header-logo img,
img.header_logo,
img.header-logo-dark,
img.header-logo-sticky,
img.nav-dark-logo,
img.nav-light-logo {
  display: none !important;
}

#logo a::after,
.header-logo a::after {
  content: "Giang Nghia Land";
  display: inline-block;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: .02em;
  color: #24364b;
}

/* 2026-04-26 homepage polish pass */
.gnl-home-page,
.gnl-home-section,
.gnl-featured-panel,
.gnl-need-lane,
.gnl-area-card,
.gnl-trust-card,
.gnl-blog-card {
  position: relative;
}

.gnl-home-page {
  gap: 32px;
}

.gnl-hero-shell {
  background: linear-gradient(180deg, #f7f4ee 0%, #fbfaf7 100%);
  border: 1px solid rgba(36, 54, 75, 0.08);
  border-radius: 32px;
  padding: 34px 34px 28px;
  box-shadow: 0 22px 60px rgba(36, 54, 75, 0.08);
}

.gnl-hero-copy {
  gap: 18px;
}

.gnl-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(36, 54, 75, 0.06);
  color: #53657a;
  font-weight: 700;
  letter-spacing: .01em;
}

.gnl-headline {
  max-width: 13ch;
  line-height: 1.08;
}

.gnl-subtext {
  max-width: 58ch;
  font-size: 16px;
  color: #556476;
}

.gnl-support-row {
  gap: 10px;
}

.gnl-signal-chip {
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(36, 54, 75, 0.08);
}

.gnl-stats {
  margin-top: 8px;
  gap: 14px;
}

.gnl-stat {
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(36, 54, 75, 0.08);
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: 0 10px 24px rgba(36, 54, 75, 0.04);
}

.gnl-hero-action,
.gnl-featured-panel,
.gnl-home-section,
.gnl-need-lane,
.gnl-area-card,
.gnl-trust-card,
.gnl-blog-preview article {
  background: #fff;
  border: 1px solid rgba(36, 54, 75, 0.08);
  box-shadow: 0 16px 40px rgba(36, 54, 75, 0.06);
}

.gnl-featured-panel,
.gnl-home-section {
  border-radius: 28px;
  padding: 26px;
}

.gnl-home-section {
  margin-top: 24px;
}

.gnl-home-section-head {
  margin-bottom: 18px;
}

.gnl-home-section-head h3,
.gnl-featured-head h3 {
  letter-spacing: -0.02em;
}

.gnl-badge-soft {
  background: linear-gradient(180deg, #f5efe5 0%, #f8f4ec 100%);
  color: #7a5c34;
  border: 1px solid rgba(122, 92, 52, 0.14);
  border-radius: 999px;
  font-weight: 700;
  padding: 7px 12px;
}

.gnl-chip-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(36, 54, 75, 0.1);
  background: #fff;
  box-shadow: 0 8px 18px rgba(36, 54, 75, 0.05);
}

.gnl-need-lane-grid,
.gnl-area-grid,
.gnl-trust-grid {
  gap: 18px;
}

.gnl-need-lane,
.gnl-area-card,
.gnl-trust-card {
  border-radius: 22px;
  padding: 20px;
}

.gnl-need-lane-head p,
.gnl-area-card p,
.gnl-trust-card p,
.gnl-featured-head p,
.gnl-home-section-head p {
  color: #5b697a;
}

.gnl-area-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(36, 54, 75, 0.06);
  color: #5a6979;
  font-size: 12px;
  font-weight: 700;
}

.gnl-home-footer {
  margin-top: 26px;
  text-align: center;
  color: #677587;
}

@media (max-width: 849px) {
  .gnl-hero-shell {
    padding: 24px 18px 20px;
    border-radius: 24px;
  }

  .gnl-featured-panel,
  .gnl-home-section {
    padding: 18px;
    border-radius: 20px;
  }

  .gnl-need-lane,
  .gnl-area-card,
  .gnl-trust-card {
    padding: 16px;
    border-radius: 18px;
  }
}

/* 2026-04-26 homepage refine pass 2 */
.gnl-hero-grid {
  align-items: start;
  gap: 28px;
}

.gnl-hero-copy,
.gnl-hero-action {
  min-width: 0;
}

.gnl-featured-head,
.gnl-home-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.gnl-featured-head-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.gnl-featured-panel {
  background: linear-gradient(180deg, #ffffff 0%, #fcfaf6 100%);
}

.gnl-featured-grid,
.gnl-need-card-grid,
.gnl-blog-preview,
.gnl-trust-grid,
.gnl-area-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gnl-need-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gnl-card,
.gnl-blog-preview article {
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
}

.gnl-card-media {
  min-height: 220px;
}

.gnl-card-body {
  padding: 18px 18px 20px;
}

.gnl-card-title {
  line-height: 1.28;
  letter-spacing: -0.01em;
}

.gnl-meta {
  gap: 8px;
}

.gnl-meta-item {
  border-radius: 999px;
  background: rgba(36, 54, 75, 0.05);
  padding: 5px 10px;
}

.gnl-need-lane {
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf8 100%);
}

.gnl-area-card {
  background: linear-gradient(180deg, #fff 0%, #f9f7f2 100%);
}

.gnl-trust-card {
  background: linear-gradient(180deg, #fff 0%, #faf8f4 100%);
}

.gnl-home-section + .gnl-home-section {
  margin-top: 28px;
}

.gnl-home-footer {
  padding: 10px 0 4px;
  font-size: 14px;
}

@media (max-width: 1080px) {
  .gnl-featured-grid,
  .gnl-blog-preview,
  .gnl-trust-grid,
  .gnl-area-grid {
    grid-template-columns: 1fr;
  }

  .gnl-need-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 849px) {
  .gnl-featured-head,
  .gnl-home-section-head {
    flex-direction: column;
    align-items: stretch;
  }

  .gnl-card-media {
    min-height: 190px;
  }
}

/* 2026-04-26 homepage art-direction pass */
.gnl-hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(201, 169, 97, 0.12), transparent 32%),
    radial-gradient(circle at top left, rgba(36, 54, 75, 0.06), transparent 28%);
  pointer-events: none;
}

.gnl-hero-shell > * {
  position: relative;
  z-index: 1;
}

.gnl-headline {
  font-size: clamp(38px, 5vw, 58px);
  max-width: 11ch;
}

.gnl-headline .light {
  color: #8a6b3d;
}

.gnl-featured-panel {
  border-color: rgba(138, 107, 61, 0.14);
  box-shadow: 0 22px 54px rgba(122, 92, 52, 0.08);
}

.gnl-featured-head h3,
.gnl-home-section-head h3 {
  font-size: clamp(24px, 3vw, 30px);
}

.gnl-featured-panel .gnl-card:first-child {
  transform: translateY(-2px);
  box-shadow: 0 22px 50px rgba(36, 54, 75, 0.1);
}

.gnl-chip-ghost:hover,
.gnl-card-link:hover,
.gnl-area-card:hover,
.gnl-need-lane:hover,
.gnl-trust-card:hover,
.gnl-blog-preview article:hover {
  transform: translateY(-2px);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  box-shadow: 0 24px 50px rgba(36, 54, 75, 0.1);
}

.gnl-area-card:hover,
.gnl-need-lane:hover,
.gnl-trust-card:hover,
.gnl-blog-preview article:hover {
  border-color: rgba(138, 107, 61, 0.16);
}

.gnl-card-link,
.gnl-chip-ghost {
  font-weight: 700;
}

.gnl-home-section-head p,
.gnl-featured-head p,
.gnl-subtext {
  max-width: 62ch;
}

@media (max-width: 849px) {
  .gnl-hero-shell::before {
    border-radius: 24px;
  }

  .gnl-headline {
    font-size: 34px;
    max-width: 12ch;
  }
}

/* 2026-04-26 homepage header continuity fix */
.home.page-id-1 #header,
.home.page-id-1 .header,
.home.page-id-1 .header-wrapper,
.home.page-id-1 #masthead {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

.home.page-id-1 #logo,
.home.page-id-1 .header-logo,
.home.page-id-1 .flex-left,
.home.page-id-1 .header-nav,
.home.page-id-1 .nav,
.home.page-id-1 .nav-left,
.home.page-id-1 .nav-right {
  display: none !important;
}

.home.page-id-1 .header-main,
.home.page-id-1 .header-inner,
.home.page-id-1 .header-wrapper,
.home.page-id-1 .stuck,
.home.page-id-1 .sticky-wrapper {
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
}

.home.page-id-1 #main,
.home.page-id-1 .page-wrapper {
  padding-top: 0 !important;
}

.home.page-id-1 .page-inner {
  padding-top: 10px !important;
}

/* 2026-04-26 homepage restructure pass */
.gnl-home-page {
  display: block;
}

.gnl-hero-shell {
  padding: 24px 24px 18px;
}

.gnl-topbar {
  margin-bottom: 18px;
}

.gnl-brand-copy p {
  max-width: 42ch;
  margin: 8px 0 0;
}

.gnl-hero-grid {
  grid-template-columns: 1.05fr .95fr;
  gap: 20px;
}

.gnl-hero-copy {
  gap: 12px;
}

.gnl-eyebrow {
  padding: 6px 10px;
  font-size: 13px;
}

.gnl-headline {
  max-width: 10ch;
  font-size: clamp(34px, 4.8vw, 52px);
  line-height: 1.02;
}

.gnl-subtext {
  max-width: 42ch;
  font-size: 15px;
  line-height: 1.6;
}

.gnl-support-row,
.gnl-stats,
.gnl-area-grid,
.gnl-trust-grid {
  display: none !important;
}

.gnl-featured-panel,
.gnl-home-section {
  padding: 20px;
  border-radius: 22px;
}

.gnl-featured-panel {
  margin-top: 20px;
}

.gnl-featured-head p,
.gnl-home-section-head p {
  font-size: 14px;
  line-height: 1.55;
  max-width: 46ch;
}

.gnl-featured-grid,
.gnl-blog-preview {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gnl-need-card-grid {
  gap: 14px;
}

.gnl-card-media {
  min-height: 168px;
  aspect-ratio: 4 / 3;
  background-size: cover !important;
  background-position: center !important;
}

.gnl-card-body {
  padding: 14px 14px 16px;
}

.gnl-card-title,
.gnl-blog-preview h4 {
  font-size: 18px;
  line-height: 1.32;
}

.gnl-card-desc,
.gnl-blog-preview p,
.gnl-need-lane p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gnl-meta {
  row-gap: 6px;
}

.gnl-meta-item {
  font-size: 12px;
  padding: 4px 8px;
}

.gnl-home-section + .gnl-home-section {
  margin-top: 18px;
}

.gnl-home-footer {
  margin-top: 18px;
  text-align: center;
}

@media (max-width: 1080px) {
  .gnl-hero-grid,
  .gnl-featured-grid,
  .gnl-blog-preview {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 849px) {
  .gnl-hero-shell {
    padding: 18px 16px 14px;
  }

  .gnl-headline {
    max-width: none;
    font-size: 30px;
  }

  .gnl-subtext {
    font-size: 14px;
  }

  .gnl-card-media {
    min-height: 156px;
  }
}

/* 2026-04-26 homepage restructure pass 2 */
.gnl-home-featured-shell .gnl-featured-panel {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin-top: 0;
}

.gnl-home-featured-shell .gnl-featured-head {
  display: none !important;
}

.gnl-need-lane {
  padding: 16px;
}

.gnl-need-lane > p:first-of-type,
.gnl-blog-preview article p {
  font-size: 14px;
  line-height: 1.5;
}

.gnl-card-desc,
.gnl-need-lane p,
.gnl-blog-preview article p {
  -webkit-line-clamp: 1;
}

.gnl-need-card-grid,
.gnl-blog-preview {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gnl-home-section-head {
  align-items: center;
}

.gnl-home-section-head h3 {
  margin-bottom: 4px;
}

@media (max-width: 849px) {
  .gnl-need-card-grid,
  .gnl-blog-preview {
    grid-template-columns: 1fr;
  }
}

/* 2026-04-26 homepage card preview compact */
.gnl-card-grid-compact .gnl-card-media {
  min-height: 150px;
  aspect-ratio: 4 / 3;
}

.gnl-card-grid-compact .gnl-card-body {
  padding: 12px 12px 14px;
}

.gnl-card-grid-compact .gnl-card-title {
  font-size: 17px;
  line-height: 1.28;
}

.gnl-card-grid-compact .gnl-meta {
  gap: 6px;
}

.gnl-card-grid-compact .gnl-meta-item:nth-child(n+3) {
  display: none;
}

.gnl-card-grid-compact .gnl-card-desc {
  font-size: 13px;
  line-height: 1.45;
  -webkit-line-clamp: 1;
}


/* 2026-04-26 homepage topfold rescue */
.home.page-id-1 .gnl-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.home.page-id-1 .gnl-brand-copy h1 {
  margin: 0;
  font-size: 18px;
  line-height: 1.1;
}

.home.page-id-1 .gnl-brand-copy p {
  margin: 4px 0 0;
  max-width: 34ch;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(15, 23, 42, .72);
}

.home.page-id-1 .gnl-topnav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.home.page-id-1 .gnl-nav-pill {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
}

.home.page-id-1 .gnl-hero-grid {
  grid-template-columns: .9fr 1.1fr;
  align-items: start;
  gap: 16px;
}

.home.page-id-1 .gnl-hero-copy {
  padding-top: 6px;
}

.home.page-id-1 .gnl-headline {
  max-width: 9ch;
  font-size: clamp(30px, 4vw, 44px);
}

.home.page-id-1 .gnl-subtext {
  max-width: 28ch;
  font-size: 14px;
  line-height: 1.45;
}

.home.page-id-1 .gnl-search-card {
  padding: 16px;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}

.home.page-id-1 .gnl-search-card-header {
  margin-bottom: 12px;
}

.home.page-id-1 .gnl-search-card-header h2 {
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 1.2;
}

.home.page-id-1 .gnl-search-card-header p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.home.page-id-1 .gnl-helper-row,
.home.page-id-1 .gnl-helper-pills,
.home.page-id-1 .gnl-badge-soft {
  display: none !important;
}

.home.page-id-1 .gnl-search-form {
  gap: 10px;
}

.home.page-id-1 .gnl-field-label {
  font-size: 12px;
}

.home.page-id-1 .gnl-field-select,
.home.page-id-1 .gnl-search-button {
  min-height: 46px;
}

@media (max-width: 849px) {
  .home.page-id-1 .gnl-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .home.page-id-1 .gnl-topnav {
    justify-content: flex-start;
  }

  .home.page-id-1 .gnl-hero-grid {
    grid-template-columns: 1fr;
  }

  .home.page-id-1 .gnl-subtext,
  .home.page-id-1 .gnl-brand-copy p {
    max-width: none;
  }
}


/* 2026-04-26 homepage UX flow pass */
.home.page-id-1 .gnl-home-page,
.home.page-id-1 .gnl-home-section,
.home.page-id-1 .gnl-home-footer {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.home.page-id-1 .gnl-home-page {
  display: grid;
  gap: 20px;
}

.home.page-id-1 .gnl-home-section {
  padding: 20px 22px;
  border-radius: 24px;
}

.home.page-id-1 .gnl-home-featured-shell,
.home.page-id-1 .gnl-need-section,
.home.page-id-1 .gnl-blog-section {
  max-width: 980px;
}

.home.page-id-1 .gnl-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.home.page-id-1 .gnl-topnav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home.page-id-1 .gnl-nav-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(148,163,184,0.18);
  color: #334155;
  font-weight: 600;
  text-decoration: none;
}

.home.page-id-1 .gnl-hero-grid {
  align-items: center;
}

.home.page-id-1 .gnl-hero-copy {
  gap: 0;
}

.home.page-id-1 .gnl-headline {
  max-width: 12ch;
}

.home.page-id-1 .gnl-subtext {
  max-width: 44ch;
}

.home.page-id-1 .gnl-featured-grid {
  grid-template-columns: 1fr;
  gap: 14px;
}

.home.page-id-1 .gnl-card-grid-home-featured .gnl-card {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

.home.page-id-1 .gnl-card-grid-home-featured .gnl-card-media {
  min-height: 176px;
  height: 100%;
  border-radius: 16px 0 0 16px;
  background-size: cover;
  background-position: center;
}

.home.page-id-1 .gnl-card-grid-home-featured .gnl-card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 18px 18px 18px 16px;
}

.home.page-id-1 .gnl-card-grid-home-featured .gnl-card-title {
  font-size: 22px;
  line-height: 1.25;
}

.home.page-id-1 .gnl-card-grid-home-featured .gnl-card-desc {
  max-width: 40ch;
}

.home.page-id-1 .gnl-card-grid-home-featured .gnl-meta {
  gap: 8px;
}

.home.page-id-1 .gnl-need-lane-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: none;
  margin: 0;
}

.home.page-id-1 .gnl-need-lane {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px 18px 16px;
  border-radius: 20px;
  height: 100%;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  border: 1px solid rgba(148,163,184,0.14);
  text-decoration: none;
}

.home.page-id-1 .gnl-need-lane-preview {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.home.page-id-1 .gnl-need-preview-media {
  min-height: 88px;
  border-radius: 14px;
  background-size: cover;
  background-position: center;
}

.home.page-id-1 .gnl-need-preview-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #0f172a;
}

.home.page-id-1 .gnl-need-preview-body strong {
  font-size: 15px;
  line-height: 1.35;
}

.home.page-id-1 .gnl-need-preview-body span,
.home.page-id-1 .gnl-need-lane-cta {
  font-size: 14px;
  font-weight: 600;
  color: #475569;
}

.home.page-id-1 .gnl-need-card-grid,
.home.page-id-1 .gnl-blog-preview,
.home.page-id-1 .gnl-blog-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.home.page-id-1 .gnl-card-grid-home-teaser {
  grid-template-columns: 1fr;
}

.home.page-id-1 .gnl-card,
.home.page-id-1 .gnl-blog-card,
.home.page-id-1 .gnl-blog-preview article {
  border-radius: 16px;
}

.home.page-id-1 .gnl-blog-card-compact-home p {
  display: none;
}

.home.page-id-1 .gnl-blog-card-compact-home {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px 18px 16px;
  min-height: 180px;
  background: #fff;
  box-shadow: 0 16px 32px rgba(15,23,42,0.06);
}

.home.page-id-1 .gnl-blog-card-compact-home h4 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.35;
}

.home.page-id-1 .gnl-card-media {
  min-height: 120px;
}

.home.page-id-1 .gnl-card-grid-compact .gnl-card-media {
  min-height: 104px;
}

.home.page-id-1 .gnl-card-grid-home-teaser .gnl-card-media {
  min-height: 96px;
}

.home.page-id-1 .gnl-card-body {
  padding: 12px 12px 14px;
}

.home.page-id-1 .gnl-card-title,
.home.page-id-1 .gnl-blog-grid h4 {
  font-size: 16px;
  line-height: 1.28;
}

.home.page-id-1 .gnl-home-section-head {
  margin-bottom: 12px;
}

.home.page-id-1 .gnl-home-section-head h3 {
  font-size: 22px;
}

@media (max-width: 849px) {
  .home.page-id-1 .gnl-home-featured-shell,
  .home.page-id-1 .gnl-need-section,
  .home.page-id-1 .gnl-blog-section,
  .home.page-id-1 .gnl-need-lane-grid {
    max-width: none;
  }

  .home.page-id-1 .gnl-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .home.page-id-1 .gnl-featured-grid,
  .home.page-id-1 .gnl-need-lane-grid,
  .home.page-id-1 .gnl-need-card-grid,
  .home.page-id-1 .gnl-blog-grid {
    grid-template-columns: 1fr;
  }

  .home.page-id-1 .gnl-card-grid-home-featured .gnl-card {
    grid-template-columns: 1fr;
  }

  .home.page-id-1 .gnl-card-grid-home-featured .gnl-card-media {
    border-radius: 16px 16px 0 0;
    min-height: 156px;
  }

  .home.page-id-1 .gnl-need-lane-preview {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .home.page-id-1 .gnl-need-preview-media {
    min-height: 72px;
  }
}


/* 2026-04-26 homepage final rebuild */
.home.page-id-1 .gnl-home-final--grid-first{display:grid;gap:28px;max-width:1140px;margin:0 auto}.home.page-id-1 .gnl-home-final__intro,.home.page-id-1 .gnl-home-final__listing-block,.home.page-id-1 .gnl-home-final__guides{max-width:1020px;margin:0 auto}.home.page-id-1 .gnl-home-final__intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,390px);gap:20px}.home.page-id-1 .gnl-home-final__intro-copy,.home.page-id-1 .gnl-home-final__hero-search,.home.page-id-1 .gnl-home-final__listing-card,.home.page-id-1 .gnl-home-final__guide-card{background:#fff;border:1px solid rgba(148,163,184,.14);box-shadow:0 18px 42px rgba(15,23,42,.08)}.home.page-id-1 .gnl-home-final__intro-copy{border-radius:28px;padding:30px}.home.page-id-1 .gnl-home-final__eyebrow{margin-bottom:8px;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#64748b}.home.page-id-1 .gnl-home-final__intro-copy h1{margin:0 0 12px;font-size:40px;line-height:1.08;color:#0f172a}.home.page-id-1 .gnl-home-final__intro-copy p{margin:0;max-width:44ch;font-size:16px;line-height:1.65;color:#475569}.home.page-id-1 .gnl-home-final__hero-search{border-radius:28px;padding:20px}.home.page-id-1 .gnl-home-final__section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:14px}.home.page-id-1 .gnl-home-final__section-head h2{margin:0 0 6px;font-size:28px;line-height:1.14;color:#0f172a}.home.page-id-1 .gnl-home-final__section-head p{margin:0;color:#64748b}.home.page-id-1 .gnl-home-final__section-head a{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;background:#f8fafc;color:#334155;font-weight:700;text-decoration:none}.home.page-id-1 .gnl-home-final__cards-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.home.page-id-1 .gnl-home-final__listing-card,.home.page-id-1 .gnl-home-final__guide-card{overflow:hidden;border-radius:24px;text-decoration:none}.home.page-id-1 .gnl-home-final__listing-media,.home.page-id-1 .gnl-home-final__guide-media{aspect-ratio:4/3;background:#e2e8f0;overflow:hidden}.home.page-id-1 .gnl-home-final__listing-media img,.home.page-id-1 .gnl-home-final__guide-media img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}.home.page-id-1 .gnl-home-final__listing-body,.home.page-id-1 .gnl-home-final__guide-body{display:flex;flex-direction:column;gap:10px;padding:16px}.home.page-id-1 .gnl-home-final__pill{display:inline-flex;width:fit-content;padding:5px 10px;border-radius:999px;background:#eef2ff;color:#3730a3;font-size:12px;font-weight:700}.home.page-id-1 .gnl-home-final__listing-body h3{margin:0;font-size:18px;line-height:1.35;color:#0f172a}.home.page-id-1 .gnl-home-final__listing-foot{display:flex;flex-direction:column;gap:4px}.home.page-id-1 .gnl-home-final__listing-foot strong{font-size:20px;color:#0f172a}.home.page-id-1 .gnl-home-final__listing-foot span{color:#64748b;font-weight:600}.home.page-id-1 .gnl-home-final__guide-body span{color:#6366f1;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.home.page-id-1 .gnl-home-final__guide-body strong{color:#0f172a;font-size:16px;line-height:1.45}.home.page-id-1 .gnl-home-final__guide-body em{font-style:normal;color:#475569;font-weight:700}@media (max-width:1100px){.home.page-id-1 .gnl-home-final__cards-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:980px){.home.page-id-1 .gnl-home-final__intro,.home.page-id-1 .gnl-home-final__cards-grid{grid-template-columns:1fr}}

/* 2026-04-27 visual qa fixes */
.home.page-id-1 .gnl-home-search-form .gnl-search-form{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:stretch}.home.page-id-1 .gnl-search-button{width:100%;height:100%;min-height:56px;display:inline-flex;align-items:center;justify-content:center;align-self:stretch;margin:0}.home.page-id-1 .gnl-home-final__listing-card,.home.page-id-1 .gnl-home-final__guide-card{display:flex!important;flex-direction:column!important;height:100%}.home.page-id-1 .gnl-home-final__listing-body,.home.page-id-1 .gnl-home-final__guide-body{flex:1 1 auto}.home.page-id-1 .gnl-home-final__listing-foot,.home.page-id-1 .gnl-home-final__guide-body em{margin-top:auto}.home.page-id-1 .gnl-home-final__listing-media img,.home.page-id-1 .gnl-home-final__guide-media img{background:#e5e7eb}.home.page-id-1 .gnl-home-final__listing-media,.home.page-id-1 .gnl-home-final__guide-media{min-height:190px}@media (max-width:980px){.home.page-id-1 .gnl-home-search-form .gnl-search-form{grid-template-columns:1fr}}

/* 2026-04-27 visual qa fixes pass 2 */
.home.page-id-1 .gnl-home-final__hero-search{align-self:start}.home.page-id-1 .gnl-home-search-form .gnl-search-form{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.home.page-id-1 .gnl-home-search-form .gnl-search-form>.gnl-search-button{grid-column:span 2;min-height:58px!important}.home.page-id-1 .gnl-field{min-height:112px}.home.page-id-1 .gnl-home-final__listing-card{min-height:320px}.home.page-id-1 .gnl-home-final__listing-body h3{min-height:3.9em}.home.page-id-1 .gnl-home-final__guide-card{min-height:232px}.home.page-id-1 .gnl-home-final__guide-body strong{min-height:2.9em}

/* 2026-04-27 search structure pass */
.home.page-id-1 .gnl-home-final__hero-search{align-self:start}.home.page-id-1 .gnl-search-form--stacked{display:flex;flex-direction:column;gap:14px}.home.page-id-1 .gnl-search-form__row--fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.home.page-id-1 .gnl-search-form__row--cta{display:block}.home.page-id-1 .gnl-search-form__row--cta .gnl-search-button{width:100%;min-height:56px;display:inline-flex;align-items:center;justify-content:center;margin:0}.home.page-id-1 .gnl-field{min-height:112px}.home.page-id-1 .gnl-home-final__listing-card,.home.page-id-1 .gnl-home-final__guide-card{position:relative}.home.page-id-1 .gnl-home-final__listing-media::after,.home.page-id-1 .gnl-home-final__guide-media::after{content:'';position:absolute;inset:auto 0 0 0;height:56px;background:linear-gradient(to top,rgba(15,23,42,.14),rgba(15,23,42,0))}@media (max-width:980px){.home.page-id-1 .gnl-search-form__row--fields{grid-template-columns:1fr}}

/* 2026-05-02 homepage v2 full rebuild */
.home.page-id-1 .gnl-home-final,.home.page-id-1 .gnl-home-section{display:none!important}.home.page-id-1 .gnl-home-v2{--ink:#10231f;--muted:#66736f;--line:#dfe8e4;--soft:#f4f8f5;--green:#0f6b4f;--gold:#c58b2b;max-width:1180px;margin:0 auto;padding:10px 16px 42px;color:var(--ink);display:grid;gap:54px}.home.page-id-1 .gnl-home-v2 a{text-decoration:none;color:inherit}.home.page-id-1 .gnl-home-v2__hero{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.64fr);gap:26px;align-items:stretch;background:linear-gradient(135deg,#f8fbf8 0%,#eef6ef 54%,#e7efe9 100%);border:1px solid rgba(15,107,79,.14);border-radius:36px;padding:28px;box-shadow:0 24px 70px rgba(16,35,31,.08)}.home.page-id-1 .gnl-home-v2__hero-copy{padding:18px 8px 18px 8px;display:flex;flex-direction:column;justify-content:center}.home.page-id-1 .gnl-home-v2__eyebrow,.home.page-id-1 .gnl-home-v2__section-head>span,.home.page-id-1 .gnl-home-v2__trust span{color:var(--green);font-size:12px;text-transform:uppercase;letter-spacing:.13em;font-weight:900}.home.page-id-1 .gnl-home-v2 h1{margin:12px 0 16px;max-width:760px;font-size:54px;line-height:.98;letter-spacing:-.055em;color:var(--ink)}.home.page-id-1 .gnl-home-v2__hero-copy p{margin:0;max-width:620px;color:#40514b;font-size:17px;line-height:1.75}.home.page-id-1 .gnl-home-v2__hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.home.page-id-1 .gnl-home-v2__btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 18px;font-weight:900}.home.page-id-1 .gnl-home-v2__btn--primary{background:var(--green);color:#fff!important;box-shadow:0 14px 28px rgba(15,107,79,.2)}.home.page-id-1 .gnl-home-v2__btn--ghost{background:#fff;color:var(--ink);border:1px solid var(--line)}.home.page-id-1 .gnl-home-v2__search{background:#fff;border:1px solid rgba(15,107,79,.14);border-radius:28px;padding:22px;box-shadow:0 20px 48px rgba(16,35,31,.1);display:grid;gap:14px}.home.page-id-1 .gnl-home-v2__search-head strong{display:block;font-size:22px;color:var(--ink);margin-bottom:4px}.home.page-id-1 .gnl-home-v2__search-head span{color:var(--muted);font-size:13px;line-height:1.45}.home.page-id-1 .gnl-home-v2__search label{display:grid;gap:7px;margin:0}.home.page-id-1 .gnl-home-v2__search label span{font-size:12px;font-weight:900;color:#52615d;text-transform:uppercase;letter-spacing:.08em}.home.page-id-1 .gnl-home-v2__search select{width:100%;height:48px;border:1px solid var(--line);border-radius:14px;background:#f8faf9;color:var(--ink);font-weight:800;padding:0 12px;box-shadow:none}.home.page-id-1 .gnl-home-v2__search button{height:52px;border:0;border-radius:16px;background:var(--ink);color:#fff;font-weight:950;letter-spacing:.01em;margin:4px 0 0;box-shadow:0 14px 26px rgba(16,35,31,.18)}.home.page-id-1 .gnl-home-v2__section{display:grid;gap:20px}.home.page-id-1 .gnl-home-v2__section-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px 18px;align-items:end}.home.page-id-1 .gnl-home-v2__section-head span{grid-column:1/-1}.home.page-id-1 .gnl-home-v2__section-head h2{margin:0;max-width:680px;color:var(--ink);font-size:32px;line-height:1.12;letter-spacing:-.035em}.home.page-id-1 .gnl-home-v2__section-head a{align-self:center;background:#fff;border:1px solid var(--line);border-radius:999px;padding:10px 14px;font-weight:900;color:#28413a}.home.page-id-1 .gnl-home-v2__showcase-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:22px}.home.page-id-1 .gnl-home-v2__feature,.home.page-id-1 .gnl-home-v2__mini,.home.page-id-1 .gnl-home-v2__need,.home.page-id-1 .gnl-home-v2__new-card,.home.page-id-1 .gnl-home-v2__area-grid a,.home.page-id-1 .gnl-home-v2__trust,.home.page-id-1 .gnl-home-v2__guide-list a{background:#fff;border:1px solid rgba(148,163,184,.18);box-shadow:0 18px 46px rgba(16,35,31,.07)}.home.page-id-1 .gnl-home-v2__feature{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(260px,.92fr);overflow:hidden;border-radius:30px;min-height:390px}.home.page-id-1 .gnl-home-v2__feature img,.home.page-id-1 .gnl-home-v2__mini img,.home.page-id-1 .gnl-home-v2__new-card img{width:100%;height:100%;object-fit:cover;display:block;background:#e5ece8}.home.page-id-1 .gnl-home-v2__feature>div{padding:30px;display:flex;flex-direction:column;justify-content:center;gap:12px}.home.page-id-1 .gnl-home-v2__feature span,.home.page-id-1 .gnl-home-v2__mini span,.home.page-id-1 .gnl-home-v2__new-card span{width:fit-content;border-radius:999px;background:#edf7f1;color:var(--green);font-size:11px;font-weight:900;padding:6px 9px;text-transform:uppercase;letter-spacing:.08em}.home.page-id-1 .gnl-home-v2__feature h3{margin:0;font-size:30px;line-height:1.14;letter-spacing:-.035em;color:var(--ink)}.home.page-id-1 .gnl-home-v2__feature p{margin:0;color:var(--muted);line-height:1.6}.home.page-id-1 .gnl-home-v2 strong{color:var(--ink)}.home.page-id-1 .gnl-home-v2 em{font-style:normal;color:var(--muted)}.home.page-id-1 .gnl-home-v2__feature strong{font-size:26px}.home.page-id-1 .gnl-home-v2__side-list{display:grid;gap:14px}.home.page-id-1 .gnl-home-v2__mini{display:grid;grid-template-columns:132px minmax(0,1fr);border-radius:24px;overflow:hidden;min-height:120px}.home.page-id-1 .gnl-home-v2__mini>div,.home.page-id-1 .gnl-home-v2__new-card>div{padding:15px;display:flex;flex-direction:column;gap:7px}.home.page-id-1 .gnl-home-v2__mini h3,.home.page-id-1 .gnl-home-v2__new-card h3{margin:0;color:var(--ink);font-size:16px;line-height:1.32}.home.page-id-1 .gnl-home-v2__need-grid,.home.page-id-1 .gnl-home-v2__new-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.home.page-id-1 .gnl-home-v2__need{border-radius:26px;padding:24px}.home.page-id-1 .gnl-home-v2__need strong{display:block;font-size:22px}.home.page-id-1 .gnl-home-v2__need p{margin:10px 0 16px;color:var(--muted);line-height:1.58}.home.page-id-1 .gnl-home-v2__need em{font-weight:900;color:var(--green)}.home.page-id-1 .gnl-home-v2__new-card{border-radius:24px;overflow:hidden;display:grid;grid-template-rows:190px auto}.home.page-id-1 .gnl-home-v2__area-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.home.page-id-1 .gnl-home-v2__area-grid a{border-radius:22px;padding:20px;font-size:18px;font-weight:950}.home.page-id-1 .gnl-home-v2__area-grid span{display:block;margin-top:8px;font-size:13px;color:var(--green)}.home.page-id-1 .gnl-home-v2__trust{border-radius:32px;padding:30px;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.7fr);gap:24px;background:linear-gradient(135deg,#10231f,#184d3b);color:#fff}.home.page-id-1 .gnl-home-v2__trust h2{color:#fff;margin:10px 0 0;font-size:32px;line-height:1.15}.home.page-id-1 .gnl-home-v2__trust ul{margin:0;padding:0;list-style:none;display:grid;gap:12px}.home.page-id-1 .gnl-home-v2__trust li{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);border-radius:16px;padding:13px 15px;font-weight:850}.home.page-id-1 .gnl-home-v2__guide-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.home.page-id-1 .gnl-home-v2__guide-list a{border-radius:20px;padding:18px;font-weight:900;line-height:1.45}.home.page-id-1 .gnl-home-v2__guide-list span{display:block;margin-top:12px;color:var(--green);font-size:13px}@media(max-width:1000px){.home.page-id-1 .gnl-home-v2__hero,.home.page-id-1 .gnl-home-v2__showcase-grid,.home.page-id-1 .gnl-home-v2__feature,.home.page-id-1 .gnl-home-v2__trust{grid-template-columns:1fr}.home.page-id-1 .gnl-home-v2 h1{font-size:42px}.home.page-id-1 .gnl-home-v2__feature img{min-height:300px}.home.page-id-1 .gnl-home-v2__area-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.home.page-id-1 .gnl-home-v2{padding:4px 12px 32px;gap:38px}.home.page-id-1 .gnl-home-v2__hero{padding:18px;border-radius:28px}.home.page-id-1 .gnl-home-v2 h1{font-size:34px}.home.page-id-1 .gnl-home-v2__section-head{grid-template-columns:1fr}.home.page-id-1 .gnl-home-v2__need-grid,.home.page-id-1 .gnl-home-v2__new-grid,.home.page-id-1 .gnl-home-v2__guide-list{grid-template-columns:1fr}.home.page-id-1 .gnl-home-v2__mini{grid-template-columns:112px minmax(0,1fr)}.home.page-id-1 .gnl-home-v2__area-grid{grid-template-columns:1fr}.home.page-id-1 .gnl-home-v2__feature h3{font-size:24px}.home.page-id-1 .gnl-home-v2__feature>div{padding:22px}}
