/* Homepage-specific layout and imagery. Keep this file as the single owner of home-only sections. */

body.page-home .luxury-hero {
  position: relative;
  min-height: clamp(500px, 44vw, 640px);
  overflow: hidden;
  background-color: #FAF4E8;
  background-image: url("/images/new-hero-ai-logo-1600.webp?v=20260612f");
  background-image: image-set(
    url("/images/new-hero-ai-logo-1600.webp?v=20260612f") type("image/webp") 1x,
    url("/images/new-hero-ai-logo-1600.webp?v=20260612f") type("image/webp") 2x
  );
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  color: #1F1D1A;
}

body.page-home .luxury-hero-media {
  /* Fill the full hero band even when older global hero grid styles are present. */
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 50%;
  z-index: 0;
  display: block;
  width: 100vw;
  min-width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  transform: translateX(-50%);
  pointer-events: none;
}

body.page-home .luxury-hero-media img {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center right;
}

body.page-home .luxury-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(250, 244, 232, 0.96) 0%,
    rgba(250, 244, 232, 0.86) 28%,
    rgba(250, 244, 232, 0.52) 50%,
    rgba(250, 244, 232, 0.18) 72%,
    rgba(250, 244, 232, 0.00) 100%
  );
}

body.page-home .luxury-hero::after,
body.page-home .luxury-hero-image {
  display: none;
}

body.page-home .luxury-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: min(100%, 1200px);
  min-height: inherit;
  margin: 0 auto;
  padding: clamp(38px, 4vw, 58px) 32px clamp(58px, 5vw, 76px);
}

body.page-home .luxury-hero-eyebrow,
body.page-home .luxury-hero h1,
body.page-home .luxury-hero-divider,
body.page-home .luxury-hero-sub,
body.page-home .luxury-hero-ctas,
body.page-home .luxury-hero-meta {
  width: min(100%, 600px);
  max-width: 600px;
}

body.page-home .luxury-hero-eyebrow {
  color: var(--gold-deep, #A67C00);
  letter-spacing: 0.16em;
}

body.page-home .luxury-hero h1 {
  margin: 0 0 16px;
  color: #1F1D1A;
  font-family: "Iowan Old Style", Cambria, Georgia, serif;
  font-size: clamp(2.55rem, 4.5vw, 4.55rem);
  line-height: 1.04;
  letter-spacing: 0;
  text-shadow: none;
}

body.page-home .luxury-hero-divider {
  margin: 0 0 18px;
}

body.page-home .luxury-hero-sub {
  max-width: 520px;
  margin: 0 0 22px;
  color: #3E3A33;
  font-size: clamp(1.02rem, 1.25vw, 1.14rem);
  line-height: 1.52;
}

body.page-home .luxury-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 0;
}

body.page-home .luxury-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  margin-top: 18px;
  color: #4D473E;
}

body.page-home .luxury-hero-meta span {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 0;
  color: #4D473E;
  font-size: 0.82rem;
  line-height: 1.25;
  white-space: nowrap;
  background: transparent;
  border: 0;
}

body.page-home .luxury-hero-meta span + span::before {
  display: inline-block;
  width: 1px;
  height: 14px;
  content: "";
  background: rgba(166, 124, 0, 0.34);
}

.war-section {
  padding: 3rem 1.5rem 2rem;
  background: #FCF8F1;
}

.war-inner {
  max-width: 1360px;
  margin: 0 auto;
}

.war-grid {
  display: grid;
  grid-template-columns: 44% 1fr;
  gap: 48px;
  align-items: start;
}

.war-eyebrow {
  margin: 0 0 10px;
  color: var(--gold-deep, #A67C00);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.war-rule {
  width: 56px;
  height: 1px;
  margin-bottom: 18px;
  background: var(--brand-gold, #D4AF37);
}

.war-heading {
  margin: 0 0 18px;
  color: #1F1D1A;
  font-family: "Iowan Old Style", Cambria, Georgia, serif;
  font-size: clamp(2rem, 3.6vw, 3.1rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.war-body {
  max-width: 560px;
  margin: 0 0 24px;
  color: #374151;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.05rem;
  line-height: 1.6;
}

.war-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.war-btn-primary,
.war-btn-secondary {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  padding: 12px 22px;
  color: #1F1D1A;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.war-btn-primary {
  background: var(--metallic-gold-gradient, linear-gradient(135deg, #F3E3B3 0%, #D4AF37 45%, #A67C00 100%));
  border: 1px solid rgba(91, 62, 20, 0.45);
  box-shadow: 0 2px 6px rgba(212, 175, 55, 0.30);
}

.war-btn-secondary {
  background: #FCF8F1;
  border: 1px solid #1F1D1A;
}

.war-btn-primary:hover,
.war-btn-secondary:hover {
  transform: translateY(-1px);
}

.war-btn-primary:hover {
  box-shadow: 0 6px 14px rgba(212, 175, 55, 0.40);
}

.war-btn-secondary:hover {
  background: #F4EEDF;
}

.war-trust {
  padding: 30px;
  background: #FFF9EC;
  border: 1px solid rgba(212, 175, 55, 0.30);
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(31, 29, 26, 0.05);
}

.war-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.war-trust-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 20px;
}

.war-trust-item:nth-child(odd) {
  border-right: 1px solid rgba(212, 175, 55, 0.20);
}

.war-trust-item:nth-child(-n+2) {
  border-bottom: 1px solid rgba(212, 175, 55, 0.20);
}

.war-trust-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--gold-deep, #A67C00);
  border: 1.5px solid var(--brand-gold, #D4AF37);
  border-radius: 50%;
}

.war-trust-icon svg {
  width: 22px;
  height: 22px;
}

.war-trust-text {
  flex: 1;
  font-family: "Inter", system-ui, sans-serif;
}

.war-trust-title {
  display: block;
  margin-bottom: 5px;
  color: #1F1D1A;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

.war-trust-desc {
  display: block;
  color: #5F5C56;
  font-size: 0.86rem;
  line-height: 1.45;
}

.war-divider {
  height: 1px;
  margin: 28px 0 18px;
  background: rgba(212, 175, 55, 0.25);
}

.war-disclosure {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #5F5C56;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.88rem;
  line-height: 1.5;
}

.war-disclosure svg {
  flex-shrink: 0;
  color: var(--gold-deep, #A67C00);
}

.war-disclosure a {
  color: var(--gold-deep, #A67C00);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(166, 124, 0, 0.40);
}

.war-disclosure a:hover {
  border-bottom-color: var(--gold-deep, #A67C00);
}

.home-split {
  padding: 3rem 1rem;
  background: #FCF8F1;
}

.home-split-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
  max-width: 1140px;
  margin: 0 auto 28px;
}

.home-split-row:first-of-type {
  grid-template-columns: minmax(0, 1.22fr) minmax(320px, 0.78fr);
  align-items: stretch;
}

.home-split-row:first-of-type > div:first-child {
  display: flex;
  flex-direction: column;
}

.home-split-row:first-of-type > div:first-child .hs-featured-card {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.home-split-row:first-of-type > div:first-child .hs-featured-img {
  flex: 1;
  min-height: 360px;
  aspect-ratio: auto;
}

.home-split-row:first-of-type > div:first-child .na-wrap--feature {
  flex: 1;
  min-height: 430px;
}

.home-split-row--lp {
  grid-template-columns: 1fr 1fr;
}

.home-split-row:last-child {
  margin-bottom: 0;
}

.hs-section-label {
  margin-bottom: 10px;
  color: #1F1D1A;
  font-family: "Iowan Old Style", Cambria, Georgia, serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.hs-section-label--latest {
  margin-top: 1.5rem;
}

.hs-rule {
  width: 48px;
  height: 1px;
  margin-bottom: 14px;
  background: var(--brand-gold, #D4AF37);
}

.hs-featured-card {
  display: block;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: #FFFFFF;
  border: 0.5px solid rgba(212, 175, 55, 0.30);
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(31, 29, 26, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.hs-featured-card:hover {
  box-shadow: 0 12px 28px rgba(31, 29, 26, 0.14);
  transform: translateY(-2px);
}

.hs-featured-img,
.lp-card-img,
.fb-photo,
.category-photo {
  display: block;
  overflow: hidden;
  background: #F4EFE6;
}

.hs-featured-img {
  aspect-ratio: 16 / 9;
}

.hs-featured-img img,
.lp-card-img img,
.fb-photo img,
.category-photo img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}

.hs-featured-img img,
.lp-card-img img {
  transition: transform 0.45s ease;
}

.hs-featured-card:hover .hs-featured-img img,
.lp-card:hover .lp-card-img img {
  transform: scale(1.03);
}

.hs-featured-body {
  padding: 1rem 1.2rem 1.2rem;
}

.hs-kicker {
  margin-bottom: 6px;
  color: var(--gold-deep, #A67C00);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hs-featured-headline {
  margin: 0 0 8px;
  color: #1F1D1A;
  font-family: "Iowan Old Style", Cambria, Georgia, serif;
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.01em;
}

.hs-featured-dek {
  margin: 0 0 12px;
  color: #5F5C56;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.92rem;
  line-height: 1.5;
}

.hs-featured-cta {
  display: inline-block;
  padding: 8px 18px;
  color: #FFFFFF;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  background: #1F1D1A;
  border-radius: 999px;
}

.hs-featured-card--compact {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.hs-featured-card--compact .hs-featured-img {
  width: 100%;
  min-height: 0;
  height: auto;
  aspect-ratio: 16 / 9;
}

.hs-featured-card--compact .hs-featured-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem 1.1rem 1.15rem;
}

.hs-featured-card--compact .hs-featured-headline {
  margin-bottom: 8px;
  font-size: 1.16rem;
  line-height: 1.23;
}

.hs-featured-card--compact .hs-featured-dek {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 12px;
  font-size: 0.86rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hs-featured-card--compact .hs-featured-cta {
  margin-top: auto;
  padding: 6px 14px;
  font-size: 0.74rem;
}

.na-wrap {
  display: flex;
  flex-direction: column;
  padding: 1.15rem 1.3rem 1.25rem;
  background: #FFFCF7;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(31, 29, 26, 0.08);
}

.na-wrap--feature {
  justify-content: space-between;
  padding: 1.35rem 1.35rem 1.4rem;
}

.na-wrap--feature .na-head-meta {
  max-width: 520px;
  font-size: 0.92rem;
}

.na-wrap--feature .na-viewall {
  margin-top: 18px;
}

.na-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 10px;
}

.na-head-meta {
  color: #6D675D;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.75rem;
  line-height: 1.45;
}

.na-dashboard {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.na-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(210px, 0.95fr);
  gap: 14px;
  align-items: start;
}

.na-panel-title {
  margin: 3px 0 8px;
  color: var(--gold-deep, #A67C00);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.na-counter {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 6px 14px;
  align-items: center;
  margin: 0 0 10px;
  padding: 0 0 12px;
  border-bottom: 0.5px solid rgba(212, 175, 55, 0.28);
}

.na-counter-number {
  min-width: 2.7ch;
  color: #1F1D1A;
  font-family: "Iowan Old Style", Cambria, Georgia, serif;
  font-size: clamp(2.45rem, 4.6vw, 3.7rem);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

.na-counter-label {
  max-width: 220px;
  color: var(--gold-deep, #A67C00);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.na-update-list {
  display: flex;
  flex-direction: column;
  border-top: 0.5px solid rgba(31, 29, 26, 0.10);
}

.na-update-row {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) 48px;
  column-gap: 14px;
  align-items: center;
  padding: 15px 8px 15px 0;
  color: #1F1D1A;
  font-family: "Inter", system-ui, sans-serif;
  text-decoration: none;
  border-bottom: 0.5px solid rgba(31, 29, 26, 0.10);
  transition: background 0.15s ease;
}

.na-update-row:last-child {
  border-bottom: 0;
}

.na-update-row:hover,
.na-update-row:focus-visible,
.na-tool-row:hover,
.na-review-card:hover {
  background: rgba(212, 175, 55, 0.06);
}

.na-update-row:focus-visible {
  outline: 2px solid rgba(212, 175, 55, 0.55);
  outline-offset: 2px;
}

.na-update-main,
.na-row-main {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.na-update-row .na-row-meta {
  display: none;
}

.na-pill-update {
  box-sizing: border-box;
  width: 88px;
  padding-right: 6px;
  padding-left: 6px;
  justify-self: start;
  color: var(--gold-deep, #A67C00);
  font-size: 0.54rem;
  letter-spacing: 0.045em;
  white-space: nowrap;
  background: #F3EAD9;
  border: 1px solid rgba(212, 175, 55, 0.24);
}

.na-tool-list,
.na-review-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.na-tool-row {
  display: grid;
  grid-template-areas: "badge main meta" ". main cta";
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 4px 10px;
  padding: 9px 0;
  color: #1F1D1A;
  font-family: "Inter", system-ui, sans-serif;
  text-decoration: none;
  border-top: 0.5px solid rgba(31, 29, 26, 0.10);
  transition: background 0.15s ease;
}

.na-row-main {
  grid-area: main;
}

.na-row-title {
  display: block;
  color: #1F1D1A;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.24;
}

.na-row-desc {
  display: -webkit-box;
  overflow: hidden;
  color: #625C52;
  font-size: 0.74rem;
  line-height: 1.38;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.na-row-meta {
  display: flex;
  grid-area: meta;
  gap: 6px;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
}

.na-row-cta {
  align-self: center;
  justify-self: end;
  padding-right: 4px;
  color: var(--gold-deep, #A67C00);
  font-size: 0.7rem;
  font-weight: 750;
}

.na-pill {
  flex-shrink: 0;
  min-width: 74px;
  padding: 4px 8px;
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  border-radius: 999px;
}

.na-pill-tool {
  grid-area: badge;
  color: var(--gold-deep, #A67C00);
  background: #F3EAD9;
}

.na-pill-review {
  color: #155B49;
  background: #E5F0EC;
}

.na-pill-spacer {
  display: inline-block;
  flex-shrink: 0;
  width: 42px;
}

.na-cat {
  flex-shrink: 0;
  padding: 3px 9px;
  color: #5E5547;
  font-size: 0.68rem;
  font-weight: 500;
  background: #F2EEE7;
  border-radius: 999px;
}

.na-date {
  flex-shrink: 0;
  min-width: 48px;
  color: #8A8478;
  font-size: 0.7rem;
  text-align: right;
}

.na-sponsored {
  color: var(--gold-deep, #A67C00);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.na-review-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 12px 13px;
  color: #1F1D1A;
  font-family: "Inter", system-ui, sans-serif;
  text-decoration: none;
  background: #FFFFFF;
  border: 0.5px solid rgba(212, 175, 55, 0.22);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(31, 29, 26, 0.04);
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.na-review-card h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #1F1D1A;
  font-family: "Iowan Old Style", Cambria, Georgia, serif;
  font-size: 0.98rem;
  line-height: 1.23;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.na-review-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  color: #6D675D;
  font-size: 0.68rem;
  line-height: 1.35;
}

.na-review-rating {
  color: var(--gold-deep, #A67C00);
  font-weight: 700;
}

.na-review-cta,
.lp-card-cta,
.fb-cta {
  display: inline-block;
  align-self: flex-start;
  margin-top: auto;
  color: #FFFFFF;
  font-weight: 600;
  background: #1D9E75;
  border-radius: 999px;
}

.na-review-cta {
  padding: 5px 12px;
  font-size: 0.7rem;
  font-weight: 700;
}

.na-viewall {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: flex-end;
  margin-top: 14px;
  text-align: right;
}

.na-viewall a {
  display: inline-block;
  padding: 7px 16px;
  color: #FFFFFF;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  background: #1F1D1A;
  border-radius: 999px;
}

.na-viewall a + a,
.na-viewall .na-viewall-secondary {
  color: #1F1D1A;
  background: #FFFFFF;
  border: 1px solid rgba(31, 29, 26, 0.25);
}

.na-viewall .na-viewall-secondary {
  border-color: rgba(212, 175, 55, 0.45);
}

.na-viewall .na-viewall-secondary:hover {
  background: #F5E8CF;
}

.lp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.lp-grid--rightcol {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.lp-grid--rightcol .lp-card-img {
  aspect-ratio: 16 / 10;
}

.lp-grid--rightcol .lp-card-body {
  padding: 0.7rem 0.85rem 0.9rem;
}

.lp-grid--rightcol .lp-card-headline {
  margin-bottom: 6px;
  font-size: 0.85rem;
  line-height: 1.25;
  -webkit-line-clamp: 2;
}

.lp-grid--rightcol .lp-card-rating {
  margin-bottom: 6px;
  font-size: 0.68rem;
}

.lp-grid--rightcol .lp-card-cta {
  padding: 4px 11px;
  font-size: 0.66rem;
}

.lp-grid--strip {
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.lp-grid--strip .lp-card-img {
  aspect-ratio: 16 / 9;
}

.lp-grid--strip .lp-card-body {
  padding: 1.1rem 1.4rem 1.3rem;
}

.lp-grid--strip .lp-badge {
  margin-bottom: 10px;
  padding: 4px 11px;
  font-size: 0.7rem;
  border-radius: 4px;
}

.lp-grid--strip .lp-card-headline {
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.3;
  -webkit-line-clamp: 3;
}

.lp-grid--strip .lp-card-rating {
  margin-bottom: 14px;
  font-size: 0.85rem;
}

.lp-grid--strip .lp-card-cta {
  padding: 7px 18px;
  font-size: 0.82rem;
}

.lp-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: #FFFFFF;
  border: 0.5px solid rgba(212, 175, 55, 0.20);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(31, 29, 26, 0.04);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.lp-card:hover {
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: 0 8px 22px rgba(31, 29, 26, 0.12);
  transform: translateY(-2px);
}

.lp-card-img {
  aspect-ratio: 16 / 10;
}

.lp-card:hover .lp-card-img img {
  transform: scale(1.05);
}

.lp-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0.75rem 0.9rem 0.95rem;
  font-family: "Inter", system-ui, sans-serif;
}

.lp-badge {
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 6px;
  padding: 3px 9px;
  color: #1F1D1A;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--brand-gold, #D4AF37);
  border-radius: 3px;
}

.lp-card-headline {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 8px;
  color: #1F1D1A;
  font-family: "Iowan Old Style", Cambria, Georgia, serif;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.lp-card-rating {
  margin-bottom: 8px;
  color: #8A8478;
  font-size: 0.72rem;
}

.lp-card-cta,
.fb-cta {
  padding: 5px 14px;
  font-size: 0.72rem;
}

.fb-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  row-gap: 22px;
}

.home-featured-strip {
  max-width: 1140px;
  margin: 0 auto;
}

.fb-tile {
  display: flex;
  flex-direction: column;
}

.fb-heading {
  margin-bottom: 12px;
  color: #1F1D1A;
  font-family: "Iowan Old Style", Cambria, Georgia, serif;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
}

.fb-card {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: #FFFFFF;
  border: 0.5px solid rgba(212, 175, 55, 0.20);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(31, 29, 26, 0.04);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.fb-card:hover {
  box-shadow: 0 8px 22px rgba(31, 29, 26, 0.12);
  transform: translateY(-2px);
}

.fb-photo {
  position: relative;
  aspect-ratio: 16 / 10;
}

.fb-sponsored {
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 2px 7px;
  color: #8A8478;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.6rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.95);
  border: 0.5px solid rgba(31, 29, 26, 0.15);
  border-radius: 3px;
}

.fb-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0.75rem 0.9rem 0.95rem;
  font-family: "Inter", system-ui, sans-serif;
}

.fb-name {
  margin: 0 0 5px;
  color: #1F1D1A;
  font-family: "Iowan Old Style", Cambria, Georgia, serif;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.25;
}

.fb-sub {
  margin: 0 0 10px;
  color: #5F5C56;
  font-size: 0.78rem;
  line-height: 1.4;
}

@media (max-width: 960px) {
  body.page-home .luxury-hero {
    min-height: 0;
    background-image: url("/images/new-hero-ai-logo-1200.webp?v=20260612f");
    background-size: cover;
    background-position: 64% center;
  }

  body.page-home .luxury-hero-media img {
    object-position: 64% center;
  }

  body.page-home .luxury-hero::before {
    background: linear-gradient(
      180deg,
      rgba(250, 244, 232, 0.96) 0%,
      rgba(250, 244, 232, 0.90) 62%,
      rgba(250, 244, 232, 0.70) 100%
    );
  }

  body.page-home .luxury-hero-inner {
    padding-top: 34px;
    padding-bottom: 46px;
  }

  .war-grid,
  .home-split-row,
  .home-split-row:first-of-type {
    grid-template-columns: 1fr;
  }

  .war-grid {
    gap: 32px;
  }

  .war-body {
    max-width: none;
  }

  .war-trust-item:nth-child(odd) {
    border-right: none;
  }

  .war-trust-item:nth-child(-n+2) {
    border-bottom: 1px solid rgba(212, 175, 55, 0.20);
  }

  .home-split-row {
    gap: 22px;
  }

  .home-split-row:first-of-type > div:first-child .na-wrap--feature {
    min-height: 0;
  }

  .na-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .lp-grid,
  .fb-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  body.page-home .luxury-hero-inner {
    width: 100%;
    max-width: 100%;
    padding: 30px 22px 42px;
    overflow: hidden;
  }

  body.page-home .luxury-hero h1 {
    max-width: 12ch;
    font-size: clamp(2.12rem, 10.2vw, 2.72rem);
    line-height: 1.05;
  }

  body.page-home .luxury-hero-sub {
    max-width: 31rem;
    font-size: 1rem;
  }

  body.page-home .luxury-hero-ctas {
    width: min(100%, 330px);
  }

  body.page-home .luxury-hero-meta {
    max-width: 330px;
    gap: 8px 10px;
  }

  body.page-home .luxury-hero-meta span {
    white-space: normal;
  }
}

@media (max-width: 560px) {
  body.page-home .luxury-hero {
    background-image: url("/images/new-hero-ai-logo-800.webp?v=20260612f");
    background-position: 67% top;
  }

  body.page-home .luxury-hero-media img {
    object-position: 67% top;
  }

  .war-section {
    padding: 1.45rem 1rem 1.25rem;
  }

  .war-grid {
    gap: 18px;
  }

  .war-eyebrow {
    max-width: 32ch;
    margin-bottom: 8px;
    font-size: 0.68rem;
    line-height: 1.4;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .war-heading,
  .war-body {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .war-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .war-btn-primary,
  .war-btn-secondary {
    justify-content: center;
  }

  .war-trust {
    padding: 14px;
    border-radius: 12px;
  }

  .war-trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .war-trust-item {
    gap: 9px;
    padding: 10px 8px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.20);
  }

  .war-trust-item:nth-child(odd) {
    border-right: 1px solid rgba(212, 175, 55, 0.20);
  }

  .war-trust-item:nth-child(n+3) {
    border-bottom: none;
  }

  .war-trust-icon {
    width: 32px;
    height: 32px;
  }

  .war-trust-icon svg {
    width: 17px;
    height: 17px;
  }

  .war-trust-title {
    margin-bottom: 2px;
    font-size: 0.78rem;
    line-height: 1.2;
  }

  .war-trust-desc {
    font-size: 0.68rem;
    line-height: 1.35;
  }

  .lp-grid,
  .fb-grid {
    grid-template-columns: 1fr;
  }

  .hs-featured-card--compact .hs-featured-img {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .na-tool-row {
    grid-template-areas: "badge" "main" "meta" "cta";
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 12px 0;
  }

  .na-update-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px 12px;
    padding: 14px 4px 14px 0;
  }

  .na-update-row .na-pill-update {
    grid-column: 1;
    width: auto;
    min-width: 88px;
    justify-self: start;
  }

  .na-update-row .na-update-main {
    grid-row: 2;
    grid-column: 1 / -1;
  }

  .na-update-row .na-row-cta {
    grid-row: 1;
    grid-column: 2;
    justify-self: end;
    padding-right: 2px;
  }

  .na-update-row .na-row-meta,
  .na-row-meta {
    justify-content: flex-start;
  }

  .na-row-meta {
    white-space: normal;
  }

  .na-row-cta {
    justify-self: start;
  }

  .na-row-desc {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .na-cat {
    display: inline-flex;
  }

  .na-counter {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .na-counter-number {
    font-size: 3rem;
  }

  .na-counter-label {
    padding-bottom: 0;
  }
}

@media (max-width: 420px) {
  body.page-home .luxury-hero-inner {
    padding-right: 18px;
    padding-left: 18px;
  }

  body.page-home .luxury-hero-meta span + span::before {
    display: none;
  }
}

.playbook-video-section {
  padding: 2.5rem 1rem;
  background: #FCF8F1;
  text-align: center;
}

.playbook-video-inner {
  max-width: 420px;
  margin: 0 auto;
}

.playbook-video-title {
  margin: 0 0 0.5rem;
  color: #2F2F2F;
  font-size: 1.5rem;
  font-weight: 700;
}

.playbook-video-copy {
  margin: 0 0 1.25rem;
  color: #6E6A63;
  font-size: 0.95rem;
}

.playbook-video-frame {
  position: relative;
  height: 0;
  padding-bottom: 177.78%;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(31, 29, 26, 0.15);
}

.playbook-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.playbook-video-subscribe {
  margin: 1rem 0 0;
  font-size: 0.85rem;
}

.playbook-video-subscribe a {
  color: #D4AF37;
  font-weight: 600;
}

body.page-home .free-guide-banner {
  max-width: 900px;
  margin: 2rem auto;
  padding: 2.5rem 2rem;
  text-align: center;
  background: linear-gradient(135deg, #1F1D1A, #2F2F2F) !important;
  border: 1px solid rgba(212, 175, 55, 0.20);
  border-radius: 16px;
}

body.page-home .free-guide-kicker {
  margin: 0 0 0.5rem;
  color: #E6C766;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.page-home .free-guide-title {
  margin: 0 0 0.75rem;
  color: #FCF8F1;
  font-size: 1.5rem;
  font-weight: 700;
}

body.page-home .free-guide-copy {
  margin: 0 0 1.25rem;
  color: #E0E0E0;
  font-size: 1rem;
}

body.page-home .free-guide-btn {
  display: inline-block;
  padding: 0.85rem 2rem;
  color: #1F1D1A;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(135deg, #D4AF37 0%, #E6C766 55%, #D4AF37 100%);
  border: 1px solid #A67C00;
  border-radius: 10px;
  transition: filter 0.2s, transform 0.2s, box-shadow 0.2s;
}

body.page-home .free-guide-btn:hover {
  color: #1F1D1A;
  filter: brightness(1.08);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.40);
}
