/* ==========================================================================
   Home — editorial light / dark (architectural)
   Scoped to .home-editorial so shop and interior pages stay untouched.
   ========================================================================== */

:root {
  --home---colors--akoma-blue-20: #ebf6ff;
  --home---colors--akoma-blue-100: #008fff;
  --home---colors--ally-blue-100: #002347;
  --home---colors--akoma-white: #fbfbfb;
  --home---colors--button-blue-e8: #0046a2e8;
}

.home-editorial {
  --navy: #061428;
  --navy-mid: #0b1c38;
  --navy-lift: #12284a;
  --gold: #c4a46a;
  --gold-soft: #d8c08a;
  --cream: #f4f0e8;
  --cream-deep: #ebe4d4;
  --muted: #5d6b7e;
  --stroke: rgba(6, 20, 40, 0.1);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

body.home {
  background: var(--cream, #f4f0e8);
}

/* --------------------------------------------------------------------------
   Shared editorial type
   -------------------------------------------------------------------------- */

.home-editorial .home-kicker {
  margin: 0 0 1rem;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}

.home-editorial .home-display {
  margin: 0 0 1.1rem;
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 4vw, 3.35rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--home---colors--ally-blue-100);
}

.home-editorial .home-lede {
  margin: 0;
  max-width: 36rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--muted);
}

.home-editorial .home-intro {
  max-width: 40rem;
  margin-bottom: 3.25rem;
}

.home-editorial .home-band {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
}

.home-editorial .home-band--light {
  background: var(--home---colors--akoma-white);
}

.home-editorial .home-band--navy {
  background: var(--cream-deep);
}

/* --------------------------------------------------------------------------
   CTAs — architectural, not storefront
   -------------------------------------------------------------------------- */

.home-editorial .home-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 48px;
  padding: 0.85rem 1.35rem;
  border-radius: 2px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 0.35s var(--ease-out), color 0.35s var(--ease-out), border-color 0.35s var(--ease-out), transform 0.35s var(--ease-out);
}

.home-editorial .home-cta svg {
  width: 14px;
  height: 14px;
  transition: transform 0.35s var(--ease-out);
}

.home-editorial .home-cta:hover {
  transform: translateY(-1px);
}

.home-editorial .home-cta:hover svg {
  transform: translateX(3px);
}

.home-editorial .home-cta--solid {
  background: var(--gold);
  color: var(--navy);
  border: 1px solid var(--gold);
}

.home-editorial .home-cta--solid:hover {
  background: var(--gold-soft);
  border-color: var(--gold-soft);
}

.home-editorial .home-cta--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.home-editorial .home-cta--ghost:hover {
  border-color: var(--gold);
  color: var(--gold-soft);
}

.home-editorial .home-cta--navy {
  background: var(--navy);
  color: #fff;
  border: 1px solid var(--navy);
}

.home-editorial .home-cta--navy:hover {
  background: var(--navy-mid);
}

.home-editorial .home-cta--text {
  padding-inline: 0.25rem;
  color: var(--home---colors--ally-blue-100);
  border: 0;
  letter-spacing: 0.08em;
}

.home-editorial .home-cta--text:hover {
  color: var(--gold);
}

/* --------------------------------------------------------------------------
   Hero — more photography, less template chrome
   -------------------------------------------------------------------------- */

.home-editorial .hero {
  min-height: min(100svh, 920px);
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(6, 20, 40, 0.92) 0%, rgba(6, 20, 40, 0.72) 38%, rgba(6, 20, 40, 0.4) 72%, rgba(6, 20, 40, 0.22) 100%);
}

.home-editorial .hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(6 20 40 / 20%) 0%, rgb(6 20 40 / 7%) 45%, #00000000 100%);
  pointer-events: none;
}

.home-editorial .hero__video {
  transform: scale(1.04);
  transition: transform 12s linear;
}

.home-editorial .hero:hover .hero__video {
  transform: scale(1.08);
}

.home-editorial .hero__content {
  min-height: min(100svh, 920px);
  max-width: 38rem;
  margin-left: clamp(1.25rem, 6vw, 7rem);
  padding: 5rem 0 6rem;
}

.home-editorial .hero__content::before {
  display: none;
}

.home-editorial .hero__text-slides {
  position: relative;
  isolation: isolate;
  width: 100%;
  padding: clamp(1.35rem, 2.8vw, 4.85rem) clamp(1.25rem, 2.4vw, 2.5rem);
  margin-bottom: 0;
}

.home-editorial .hero__text-slide.is-active {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.home-editorial .hero__text-slides::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 19px;
  background: linear-gradient(145deg, rgb(6 20 40 / 69%) 0%, rgb(6 20 40 / 44%) 100%);
  border: 1px solid rgb(255 255 255 / 10%);
  box-shadow: 0 16px 48px rgba(6, 20, 40, 0.28);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(4px);
}

.home-editorial .eyebrow {
  color: var(--gold);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.home-editorial .hero__title {
  font-size: clamp(2.7rem, 5.4vw, 3.3rem);
  font-weight: 500;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45), 0 1px 3px rgba(0, 0, 0, 0.35);
}

.home-editorial .hero__title em {
  color: var(--gold-soft);
  font-weight: 500;
}

.home-editorial .hero__text {
  max-width: 36rem;
  margin: 0 0 1.35rem;
  color: rgba(255, 255, 255, 0.96);
  font-size: 1.02rem;
  line-height: 1.75;
  text-shadow:
    0 1px 14px rgba(0, 0, 0, 0.4),
    0 1px 2px rgba(0, 0, 0, 0.28);
}

.home-editorial .hero__actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  width: 100%;
  margin-top: 0;
}

.home-editorial .hero__dot.is-active {
  background: var(--gold);
}

/* --------------------------------------------------------------------------
   Hub cards — Our Collections, Cabinetry, Accessories (below hero)
   -------------------------------------------------------------------------- */

.home-editorial .home-hub {
  padding: clamp(2.75rem, 5vw, 4rem) 0 clamp(2rem, 4vw, 3.25rem);
  background: var(--home---colors--akoma-blue-20);
}

.home-editorial .home-hub__intro {
  max-width: 42rem;
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
}

.home-editorial .home-hub__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.85rem, 2vw, 1.35rem);
}

.home-editorial .home-hub-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: clamp(240px, 28vw, 340px);
  border: 1px solid var(--stroke);
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  background: var(--navy);
}

.home-editorial .home-hub-card__media {
  position: absolute;
  inset: 0;
}

.home-editorial .home-hub-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 0.9s var(--ease-out);
  filter: saturate(0.94) contrast(1.03);
}

.home-editorial .home-hub-card:hover .home-hub-card__media img,
.home-editorial .home-hub-card:focus-visible .home-hub-card__media img {
  transform: scale(1.08);
}

.home-editorial .home-hub-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(6 20 40 / 4%) 55%, rgb(6 20 40 / 72%) 100%);
  transition: background 0.45s var(--ease-out);
  pointer-events: none;
}

.home-editorial .home-hub-card:hover::after,
.home-editorial .home-hub-card:focus-visible::after {
  background: linear-gradient(180deg, rgb(6 20 40 / 2%) 45%, rgb(6 20 40 / 58%) 100%);
}

.home-editorial .home-hub-card__copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 1.35rem 1.25rem 1.2rem;
}

.home-editorial .home-hub-card__title {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 500;
  line-height: 1.15;
}

.home-editorial .home-hub-card__desc {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.84rem;
  line-height: 1.45;
  color: rgb(255 255 255 / 78%);
  transform: translateY(6px);
  opacity: 0;
  transition: opacity 0.4s var(--ease-out), transform 0.4s var(--ease-out);
}

.home-editorial .home-hub-card:hover .home-hub-card__desc,
.home-editorial .home-hub-card:focus-visible .home-hub-card__desc {
  opacity: 1;
  transform: translateY(0);
}

.home-editorial .home-hub-card:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

/* --------------------------------------------------------------------------
   Featured collections — light band, large portraits
   -------------------------------------------------------------------------- */

.home-editorial .home-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.home-editorial .home-featured__card {
  position: relative;
  display: grid;
  min-height: min(78vh, 580px);
  overflow: hidden;
  color: inherit;
}

.home-editorial .home-featured__card--aline {
  background: #fbf8f2;
  color: var(--home---colors--ally-blue-100);
}

.home-editorial .home-featured__card--divine {
  background: var(--navy);
  color: #f6f3ee;
}

.home-editorial .home-featured__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.home-editorial .home-featured__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 1.1s var(--ease-out);
}

.home-editorial .home-featured__card:hover .home-featured__media img {
  transform: scale(1.1);
}

.home-editorial .home-featured__card--aline .home-featured__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.05) 30%, rgba(251, 248, 242, 0.92) 100%);
}

.home-editorial .home-featured__card--divine .home-featured__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 20, 40, 0.15) 25%, rgba(6, 20, 40, 0.88) 100%);
}

.home-editorial .home-featured__copy {
  position: relative;
  z-index: 1;
  align-self: end;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 2.25rem 2rem 2rem;
}

.home-editorial .home-featured__kicker {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold);
}

.home-editorial .home-featured__title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 2.6vw, 2.35rem);
  font-weight: 500;
  line-height: 1.15;
}

.home-editorial .home-featured__text {
  max-width: 26rem;
  font-size: 0.95rem;
  line-height: 1.65;
  opacity: 0.78;
}

.home-editorial .home-featured__cta {
  margin-top: 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}

.home-editorial .home-featured__card:hover .home-featured__cta {
  letter-spacing: 0.2em;
}

/* Homepage collection spotlight — small cards from Aline/Divine grids */

.home-editorial .home-collection-spotlight {
  position: relative;
  margin-top: 0.5rem;
}

.home-editorial .home-collection-spotlight__viewport {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  touch-action: pan-y pinch-zoom;
  user-select: none;
}

.home-editorial .home-collection-spotlight__viewport::-webkit-scrollbar {
  display: none;
}

.home-editorial .home-collection-spotlight__viewport.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  user-select: none;
}

.home-editorial .home-collection-spotlight__viewport.is-dragging .home-collection-spotlight__card {
  pointer-events: none;
}

.home-editorial .home-collection-spotlight__viewport-blur {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 8rem;
  background-image: linear-gradient(90deg, var(--home---colors--akoma-white) 0%, #fbfbfb5e 51%, transparent);
  pointer-events: none;
}

.home-editorial .home-collection-spotlight__viewport-blur.is-right {
  left: auto;
  right: 0;
  background-image: linear-gradient(270deg, var(--home---colors--akoma-white) 5%, #fbfbfb82 51%, transparent);
}

.home-editorial .home-collection-spotlight__track {
  display: flex;
  width: max-content;
}

.home-editorial .home-collection-spotlight__group {
  display: flex;
  flex: 0 0 auto;
  align-items: stretch;
  gap: 1.15rem;
  padding-right: 1.15rem;
}

.home-editorial .home-collection-spotlight__card {
  flex: 0 0 clamp(143px, 25vw, 450px);
  width: clamp(143px, 18vw, 277px);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  color: inherit;
  text-decoration: none;
}

.home-editorial .home-collection-spotlight__media {
  display: block;
  aspect-ratio: 1.45 / 1;
  overflow: hidden;
  border: 1px solid rgb(28 26 23 / 8%);
  border-radius: 15px;
  background: #ece7de;
}

.home-editorial .home-collection-spotlight__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s var(--ease-out);
}

.home-editorial .home-collection-spotlight__card:hover .home-collection-spotlight__media img,
.home-editorial .home-collection-spotlight__card:focus-visible .home-collection-spotlight__media img {
  transform: scale(1.04);
}

.home-editorial .home-collection-spotlight__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  color: var(--muted);
}

.home-editorial .home-collection-spotlight__name {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: var(--home---colors--ally-blue-100);
}

.home-editorial .home-collection-spotlight__card:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 3px;
}

/* --------------------------------------------------------------------------
   Destinations — dark navy, asymmetric photography grid
   -------------------------------------------------------------------------- */

.home-editorial .home-destinations__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: minmax(220px, 1.15fr) minmax(220px, 1.15fr) minmax(220px, 1.15fr);
  gap: 13px;
  min-height: min(82vh, 800px);
  background: transparent;
}

.home-editorial .home-dest--left {
  grid-column: 1 / 5;
  grid-row: 1 / 3;
}

.home-editorial .home-dest--midwide {
  grid-column: 5 / 9;
  grid-row: 1 / 2;
}

.home-editorial .home-dest--midsq {
  grid-column: 9 / 11;
  grid-row: 1 / 2;
}

.home-editorial .home-dest--midlow {
  grid-column: 5 / 11;
  grid-row: 2 / 3;
}

.home-editorial .home-dest--right {
  grid-column: 11 / 13;
  grid-row: 1 / 3;
}

.home-editorial .home-dest--botl {
  grid-column: 1 / 7;
  grid-row: 3 / 4;
}

.home-editorial .home-dest--botm {
  grid-column: 7 / 9;
  grid-row: 3 / 4;
}

.home-editorial .home-dest--botr {
  grid-column: 9 / 13;
  grid-row: 3 / 4;
}

.home-editorial .home-dest {
  position: relative;
  overflow: hidden;
  min-height: 0;
  min-width: 0;
  color: #fff;
}

.home-editorial .home-dest__media {
  position: absolute;
  inset: 0;
}

.home-editorial .home-dest__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 1s var(--ease-out);
  filter: saturate(0.92) contrast(1.04);
}

.home-editorial .home-dest:hover .home-dest__media img {
  transform: scale(1.1);
}

.home-editorial .home-dest::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 20, 40, 0.03) 76%, rgba(6, 20, 40, 0.68) 100%);
  transition: background 0.45s var(--ease-out);
}

.home-editorial .home-dest:hover::after {
  background: linear-gradient(180deg, rgba(6, 20, 40, 0.02) 61%, rgba(6, 20, 40, 0.5) 100%);
}

.home-editorial .home-dest__copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 0.6rem 2.5rem;
}

.home-editorial .home-dest__title {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2vw, 1.85rem);
  font-weight: 500;
}

.home-editorial .home-dest__desc {
  display: block;
  margin-top: 0.05rem;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.72);
  transform: translateY(6px);
  opacity: 0;
  transition: opacity 0.4s var(--ease-out), transform 0.4s var(--ease-out);
}

.home-editorial .home-dest:hover .home-dest__desc {
  opacity: 1;
  transform: translateY(0);
}

/* --------------------------------------------------------------------------
   Products — portrait tiles, not shop cards
   -------------------------------------------------------------------------- */

.home-editorial .popular-products {
  background: var(--home---colors--akoma-blue-20);
  padding-bottom: clamp(4.5rem, 8vw, 7rem);
}

.home-editorial .popular-products__head {
  align-items: flex-start;
  text-align: left;
  margin-bottom: 2.75rem;
}

.home-editorial .popular-products__intro {
  align-items: flex-start;
  gap: 0.85rem;
}

.home-editorial .popular-products__kicker {
  justify-content: flex-start;
}

.home-editorial .popular-products__kicker-line,
.home-editorial .popular-products__ornament-line {
  width: 40px;
  background: var(--gold);
}

.home-editorial .popular-products__kicker-text,
.home-editorial .popular-products__ornament-star {
  color: var(--gold);
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: 0.28em;
}

.home-editorial .popular-products__ornament {
  display: none;
}

.home-editorial .popular-products__title {
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 4vw, 3.35rem);
  font-weight: 500;
  letter-spacing: -0.02em;
}

.home-editorial .popular-products__title-dark {
  color: var(--home---colors--ally-blue-100);
}

.home-editorial .popular-products__title-accent {
  color: var(--gold);
  font-style: italic;
  font-weight: 500;
}

.home-editorial .popular-products__marquee {
  position: relative;
  padding: 0;
}

.home-editorial .popular-products__marquee-viewport {
  position: relative;
}

.home-editorial .popular-products__marquee-viewport-blur {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 8rem;
  background-image: linear-gradient(90deg, var(--home---colors--akoma-blue-20) 0%, #ebf6ff5e 51%, transparent);
  pointer-events: none;
}

.home-editorial .popular-products__marquee-viewport-blur.is-right {
  left: auto;
  right: 0;
  background-image: linear-gradient(270deg, var(--home---colors--akoma-blue-20) 5%, #ebf6ff82 51%, transparent);
}

.home-editorial .popular-products__marquee-group {
  align-items: stretch;
  gap: 1.35rem;
  padding-right: 1.35rem;
}

.home-editorial .popular-products__marquee-group .popular-card,
.home-editorial .popular-products .popular-card,
.home-editorial .popular-products .popular-card--default {
  display: flex;
  flex-direction: column;
  flex: 0 0 clamp(260px, 26vw, 360px);
  width: clamp(260px, 26vw, 360px);
  min-height: 0;
  height: auto;
  border: 1px solid #ffffff;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  isolation: isolate;
  transition: border-color 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out), transform 0.4s var(--ease-out);
  margin-bottom: 30px;
  box-shadow: 0px 4px 0px 0px rgb(0 35 71 / 9%);
}

.home-editorial .popular-products .popular-card::before,
.home-editorial .popular-products .popular-card--default::before {
  content: none;
}

.home-editorial .popular-products .popular-card:hover,
.home-editorial .popular-products .popular-card--default:hover {
  transform: translateY(0px);
  box-shadow: 0px 5px 3px 0px rgba(0, 35, 71, 0.08);
}

.home-editorial .popular-products .popular-card--default .popular-card__media,
.home-editorial .popular-products .popular-card__media {
  position: relative;
  inset: auto;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  padding: 1.15rem 1.15rem 0.35rem;
  background: #ffffff;
  overflow: hidden;
}

.home-editorial .popular-products .popular-card__media::before,
.home-editorial .popular-products .popular-card__media::after {
  content: none;
}

.home-editorial .popular-products .popular-card--default .popular-card__img,
.home-editorial .popular-products .popular-card__img,
.home-editorial .popular-products .popular-card:hover .popular-card__img,
.home-editorial .popular-products .popular-card--default:hover .popular-card__img {
  position: relative;
  z-index: 1;
  width: 100% !important;
  height: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center;
  transform: none;
  transition: transform 0.45s var(--ease-out);
}

.home-editorial .popular-products .popular-card:hover .popular-card__img,
.home-editorial .popular-products .popular-card--default:hover .popular-card__img {
  transform: scale(1.035);
}

.home-editorial .popular-products .popular-card--default .popular-card__body,
.home-editorial .popular-products .popular-card__body {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 0.55rem;
  margin: 0;
  padding: 1.15rem 1.35rem 1.4rem;
  background: #fff;
}

.home-editorial .popular-products .popular-card__category {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  line-height: 1.4;
}

.home-editorial .popular-products .popular-card--default .popular-card__title,
.home-editorial .popular-products .popular-card--default .popular-card__title a,
.home-editorial .popular-products .popular-card__title,
.home-editorial .popular-products .popular-card__title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
  min-height: 2.6em;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--home---colors--ally-blue-100);
  text-decoration: none;
}

.home-editorial .popular-products .popular-card--default .popular-card__title a:hover,
.home-editorial .popular-products .popular-card__title a:hover {
  color: var(--home---colors--ally-blue-100);
}

.home-editorial .popular-products .popular-card__title a::after {
  content: none;
}

.home-editorial .popular-products .popular-card__action {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
  padding-top: 0.45rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--home---colors--ally-blue-100);
  transition: color 0.35s var(--ease-out), gap 0.35s var(--ease-out);
}

.home-editorial .popular-products .popular-card__action-arrow {
  display: inline-block;
  transition: transform 0.35s var(--ease-out);
}

.home-editorial .popular-products .popular-card:hover .popular-card__action,
.home-editorial .popular-products .popular-card__action:hover {
  color: var(--gold);
}

.home-editorial .popular-products .popular-card:hover .popular-card__action-arrow,
.home-editorial .popular-products .popular-card__action:hover .popular-card__action-arrow {
  transform: translateX(4px);
}

@media (prefers-reduced-motion: reduce) {
  .home-editorial .popular-products .popular-card,
  .home-editorial .popular-products .popular-card--default,
  .home-editorial .popular-products .popular-card__img,
  .home-editorial .popular-products .popular-card:hover .popular-card__img,
  .home-editorial .popular-products .popular-card__action,
  .home-editorial .popular-products .popular-card__action-arrow {
    transition: none;
    transform: none;
  }
}

/* --------------------------------------------------------------------------
   Testimonials — navy, not forest green
   -------------------------------------------------------------------------- */

.home-editorial .testimonials {
  background-color: #12284a;
}

.home-editorial .testimonials__kicker-text {
  color: var(--gold);
}

.home-editorial .testimonials__kicker-line {
  background: rgba(196, 164, 106, 0.45);
}

.home-editorial .testimonials__title {
  font-family: var(--font-display);
  font-weight: 500;
}

.home-editorial .testimonials__dot.is-active {
  background: var(--gold);
}

.home-editorial .testimonial-card {
  background: #fbf8f2;
  color: var(--home---colors--ally-blue-100);
  border-radius: 20px;
  box-shadow: none;
}

.home-editorial .testimonial-card__name {
  color: var(--home---colors--ally-blue-100);
}

/* --------------------------------------------------------------------------
   Closing atelier panel
   -------------------------------------------------------------------------- */

.home-editorial .home-close__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--stroke);
}

.home-editorial .home-close__media {
  min-height: 100%;
  overflow: hidden;
}

.home-editorial .home-close__media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  transition: transform 1.1s var(--ease-out);
}

.home-editorial .home-close__panel:hover .home-close__media img {
  transform: scale(1.06);
}

.home-editorial .home-close__content {
  padding: clamp(2rem, 4vw, 3.5rem);
}

.home-editorial .home-close__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
  margin: 1.75rem 0 2rem;
}

.home-editorial .home-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-editorial .home-points strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.92rem;
  color: var(--home---colors--ally-blue-100);
}

.home-editorial .home-points span {
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--muted);
}

/* --------------------------------------------------------------------------
   Motion
   -------------------------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  .home-editorial .hero__video,
  .home-editorial .home-featured__media img,
  .home-editorial .home-dest__media img,
  .home-editorial .home-close__media img,
  .home-editorial .home-cta,
  .home-editorial .home-dest__desc {
    transition: none;
  }

  .home-editorial .hero:hover .hero__video,
  .home-editorial .home-featured__card:hover .home-featured__media img,
  .home-editorial .home-dest:hover .home-dest__media img {
    transform: none;
  }
}

/* --------------------------------------------------------------------------
   Breakpoints
   -------------------------------------------------------------------------- */

@media (max-width: 1100px) {
  .home-editorial .home-hub__grid {
    grid-template-columns: 1fr;
  }

  .home-editorial .home-hub-card {
    min-height: 280px;
  }

  .home-editorial .home-hub-card__desc {
    opacity: 1;
    transform: none;
  }

  .home-editorial .home-featured,
  .home-editorial .home-close__panel {
    grid-template-columns: 1fr;
  }

  .home-editorial .home-featured__card,
  .home-editorial .home-close__media img {
    min-height: 560px;
  }

  .home-editorial .home-destinations__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    min-height: 0;
  }

  .home-editorial .home-dest--left,
  .home-editorial .home-dest--midwide,
  .home-editorial .home-dest--midsq,
  .home-editorial .home-dest--midlow,
  .home-editorial .home-dest--right,
  .home-editorial .home-dest--botl,
  .home-editorial .home-dest--botm,
  .home-editorial .home-dest--botr {
    grid-column: auto;
    grid-row: auto;
    min-height: 220px;
  }

  .home-editorial .home-dest--left,
  .home-editorial .home-dest--right {
    grid-column: 1 / -1;
    min-height: 320px;
  }

  .home-editorial .home-collection-spotlight__viewport-blur {
    width: 6rem;
  }

  .home-editorial .popular-products__marquee-viewport-blur {
    width: 6rem;
  }

  .home-editorial .popular-products__marquee-group .popular-card,
  .home-editorial .popular-products .popular-card,
  .home-editorial .popular-products .popular-card--default {
    flex-basis: min(42vw, 320px);
    width: min(42vw, 320px);
  }
}

@media (max-width: 720px) {
  .home-editorial .hero__content {
    margin-left: 0;
    margin-inline: auto;
  }

  .home-editorial .hero__actions {
    justify-content: flex-start;
  }

  .home-editorial .home-destinations__grid,
  .home-editorial .home-points {
    grid-template-columns: 1fr;
  }

  .home-editorial .home-dest--left,
  .home-editorial .home-dest--right,
  .home-editorial .home-dest--midwide,
  .home-editorial .home-dest--midsq,
  .home-editorial .home-dest--midlow,
  .home-editorial .home-dest--botl,
  .home-editorial .home-dest--botm,
  .home-editorial .home-dest--botr {
    grid-column: auto;
    min-height: 240px;
  }

  .home-editorial .home-featured__card {
    min-height: 520px;
  }

  .home-editorial .popular-products__marquee-group .popular-card,
  .home-editorial .popular-products .popular-card,
  .home-editorial .popular-products .popular-card--default {
    flex-basis: min(82vw, 300px);
    width: min(82vw, 300px);
    min-height: 0;
  }

  .home-editorial .home-collection-spotlight__viewport-blur {
    width: clamp(2.25rem, 10vw, 3.25rem);
  }

  .home-editorial .popular-products__marquee-viewport-blur {
    width: clamp(2.25rem, 10vw, 3.25rem);
  }
}
