/* ============================================================
   Fahavi — New Arrivals page  (fahavi-arrivals.css)
   Dark editorial hero + Just-Landed spotlight + fresh grids.
   ============================================================ */

.fahavi-arrivals .ct-container, .fahavi-arrivals .ct-container-full { width: 100%; max-width: none; padding-top: 0; }
.fahavi-arrivals .entry-content > * { width: 100%; max-width: none !important; margin-inline: 0 !important; }
.fahavi-arrivals .entry-content { margin-top: 0; }
.fh-na { background: #F3F5F9; padding-bottom: 56px; }
.fh-na__wrap { width: min(100% - clamp(32px, 4vw, 64px), var(--fh-maxw-wide)); margin-inline: auto; }

/* ---- hero ---- */
.fh-na__hero {
  background:
    radial-gradient(46% 80% at 84% 18%, rgba(37, 99, 235, .24), transparent 62%),
    radial-gradient(36% 60% at 8% 100%, rgba(76, 29, 149, .22), transparent 70%),
    linear-gradient(140deg, #050B1E 0%, #0A1340 58%, #060D26 100%);
  color: #fff;
  padding: clamp(30px, 3.4vw, 52px) 0 clamp(64px, 6vw, 92px);
  position: relative; overflow: hidden;
}
.fh-na__hero::after {
  content: ''; position: absolute; top: 30px; right: 8%; width: 150px; height: 90px;
  background-image: radial-gradient(rgba(147, 180, 255, .2) 1.4px, transparent 1.8px);
  background-size: 20px 20px; pointer-events: none;
}
.fh-na__crumb { display: flex; gap: 8px; font-size: 13px; color: #8FA0C7; margin-bottom: 18px; }
.fh-na__crumb a { color: #8FA0C7; text-decoration: none; }
.fh-na__crumb a:hover { color: #fff; }
.fh-na__eyebrow {
  display: inline-block; font-size: 12.5px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: #7FA6FF;
  padding-top: 14px; position: relative;
}
.fh-na__eyebrow::before { content: ''; position: absolute; top: 0; left: 0; width: 34px; height: 3px; border-radius: 2px; background: var(--fh-red); }
.fh-na__hero h1 { margin: 12px 0 12px; font-size: clamp(32px, 3.8vw, 54px); font-weight: 800; line-height: 1.1; letter-spacing: -.015em; color: #fff; }
.fh-na__hero h1 em {
  font-style: normal;
  background: linear-gradient(92deg, #3B82F6 10%, #8B5CF6 85%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.fh-na__lede { margin: 0 0 22px; max-width: 520px; font-size: clamp(14.5px, 1.2vw, 16.5px); line-height: 1.7; color: #B8C2DC; }
.fh-na__jump { display: flex; gap: 10px; flex-wrap: wrap; }
.fh-na__jump a {
  display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 0 18px;
  border: 1px solid rgba(147, 180, 255, .32); border-radius: 999px;
  font-size: 13.5px; font-weight: 700; color: #D6E0F7; text-decoration: none;
  background: rgba(255, 255, 255, .05);
}
.fh-na__jump a:hover { border-color: #3B82F6; color: #fff; background: rgba(59, 130, 246, .12); }
.fh-na__jump svg { width: 16px; height: 16px; }

/* ---- spotlight: newest computer, floats over the hero edge ---- */
.fh-na__spotwrap { margin-top: clamp(-56px, -4vw, -36px); position: relative; z-index: 2; }
.fh-na__spot {
  display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(18px, 3vw, 44px); align-items: center;
  background: #fff; border: 1px solid var(--fh-border); border-radius: 18px;
  box-shadow: 0 18px 44px rgba(10, 20, 60, .14);
  padding: clamp(18px, 2.4vw, 34px);
}
.fh-na__spotmedia { position: relative; display: block; border-radius: 12px; overflow: hidden; background: #fff; }
.fh-na__spotmedia img { width: 100%; height: clamp(240px, 24vw, 380px); object-fit: contain; display: block; }
.fh-na__spotbadge {
  position: absolute; top: 12px; left: 12px; z-index: 1;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 13px; border-radius: 999px;
  background: var(--fh-red); color: #fff;
  font-size: 11.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
}
.fh-na__spotbadge svg { width: 13px; height: 13px; }
.fh-na__spoteyebrow { display: block; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--fh-muted); margin-bottom: 8px; }
.fh-na__spotbody h2 { margin: 0 0 14px; font-size: clamp(20px, 2.1vw, 30px); font-weight: 800; line-height: 1.32; }
.fh-na__spottitle a { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.fh-na__spotbody h2 a { color: var(--fh-ink); text-decoration: none; }
.fh-na__spotbody h2 a:hover { color: var(--fh-navy); }
.fh-na__spotprice { margin: 12px 0 16px; }
.fh-na__spotprice .fh-card__price { font-size: 26px; }
.fh-na__spotbtns { display: flex; gap: 12px; flex-wrap: wrap; }
.fh-na__spotbtns .fh-btn { min-width: 190px; }

/* ---- sections ---- */
.fh-na__sec { padding-top: clamp(30px, 3.4vw, 48px); }
.fh-na__sechead { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
.fh-na__sechead h2 { margin: 0; font-size: clamp(21px, 2.2vw, 27px); font-weight: 800; color: var(--fh-ink); padding-bottom: 10px; position: relative; }
.fh-na__sechead h2::after { content: ''; position: absolute; left: 0; bottom: 0; width: 44px; height: 3px; border-radius: 2px; background: #2563EB; }
.fh-na__seclink { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 700; color: var(--fh-navy); text-decoration: none; }
.fh-na__seclink:hover { text-decoration: underline; }
.fh-na__seclink svg { width: 15px; height: 15px; }

/* ---- responsive ---- */
@media (max-width: 900px) {
  .fh-na__spot { grid-template-columns: 1fr; }
  .fh-na__spotmedia img { height: clamp(220px, 40vw, 300px); }
}
@media (max-width: 560px) {
  .fh-na__spotbtns .fh-btn { flex: 1 1 100%; min-width: 0; }
}
/* spotlight v2: icon spec pills, trust micro-row, equal CTAs */
.fh-na__chips { display: flex; flex-wrap: wrap; gap: 9px; margin: 2px 0 6px; }
.fh-na__chip { display: inline-flex; align-items: center; gap: 7px; min-height: 36px; padding: 0 14px; border-radius: 999px; background: #EAF1FE; color: var(--fh-navy); font-size: 13px; font-weight: 700; }
.fh-na__chip svg { width: 15px; height: 15px; color: #2563EB; flex: none; }
.fh-na__spotprice .fh-card__price { font-size: clamp(24px, 2.2vw, 30px); }
.fh-na__assure { list-style: none; display: flex; align-items: center; flex-wrap: wrap; gap: 8px 0; margin: 0 0 18px; padding: 12px 0 0; border-top: 1px solid var(--fh-border); }
.fh-na__assure li { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; color: var(--fh-muted); }
.fh-na__assure li + li { border-left: 1px solid var(--fh-border); margin-left: 14px; padding-left: 14px; }
.fh-na__assure svg { width: 16px; height: 16px; color: var(--fh-navy); flex: none; }
.fh-na__spotbtns { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fh-na__spotbtns .fh-btn { min-width: 0; width: 100%; min-height: 52px; font-size: 15px; transition: filter .18s ease, transform .18s ease; }
.fh-na__spotbtns .fh-btn:hover { filter: brightness(1.08); transform: translateY(-1px); }
@media (prefers-reduced-motion: reduce) { .fh-na__spotbtns .fh-btn { transition: none; } .fh-na__spotbtns .fh-btn:hover { transform: none; } }
@media (max-width: 560px) { .fh-na__spotbtns { grid-template-columns: 1fr; } .fh-na__assure li + li { border-left: 0; margin-left: 0; padding-left: 0; } .fh-na__assure { gap: 8px 16px; } }

.fh-na__spotbtns .added_to_cart { display: none !important; }
