/* Carousel geometry shared by every slide; translated by the existing controller. */
.nf-hero-carousel { position:relative; display:block; width:100%; height:340px; margin:0; overflow:hidden; border:1px solid #d7e8f2; border-radius:8px; background:#edf8ff; }
.nf-hero-track { display:flex; flex-wrap:nowrap; width:100%; height:100%; transition:transform .3s ease; }
.nf-mobile-hero.nf-hero-slide { position:relative; display:block; flex:0 0 100%; width:100%; min-width:100%; max-width:none; height:100%; min-height:0; max-height:none; margin:0; padding:0; overflow:hidden; border:0; border-radius:0; background:#edf8ff; color:#152438; text-decoration:none; box-shadow:none; }
.nf-hero-v2>img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.nf-hero-v2-content { position:relative; z-index:1; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; width:min(660px,72%); height:100%; margin:0; padding:28px 36px; }
.nf-hero-v2-content .nf-hero-v2-kicker { display:flex; align-items:center; gap:8px; font-size:14px; font-weight:600; color:#078dcc; }
.nf-hero-v2-content h2 { margin:10px 0!important; font-size:32px!important; line-height:1.15!important; letter-spacing:0!important; }
.nf-hero-v2-content p { margin:0 0 18px; font-size:17px; line-height:1.4; color:#506d82; }
.nf-hero-v2-action, .nf-hero-v2-time { display:inline-flex; flex-shrink:0; align-items:center; gap:8px; min-height:42px; padding:8px 16px; border-radius:8px; background:#078fe0; color:#fff; font-size:14px; font-weight:600; }
.nf-hero-v2-content i { width:24px; height:24px; font-size:22px; line-height:24px; }
.nf-today-hero { display:flex!important; align-items:center; justify-content:center; gap:28px; padding:28px!important; }
.nf-today-copy { display:flex; flex-direction:column; gap:12px; }
.nf-today-copy small { font-size:16px; }
.nf-today-copy strong { font-size:32px; line-height:1.2; }
.nf-today-copy em { font-size:18px; font-style:normal; }
.nf-today-icon i, .nf-today-cart i { display:block; width:64px; height:64px; font-size:60px; line-height:64px; color:#078fe0; }
.nf-mobile-dots { display:flex; align-items:center; justify-content:center; gap:8px; height:30px; margin:0; padding:0; }
.nf-mobile-dots span { display:block; width:8px; height:8px; border-radius:50%; background:#c9d2d9; cursor:pointer; }
.nf-mobile-dots span.is-active { background:#078fe0; }
@media(max-width:767px) {
  .nf-hero-carousel { height:240px; }
  .nf-hero-v2-content { width:100%; padding:20px; }
  .nf-hero-v2-content h2 { max-width:320px; font-size:25px!important; }
  .nf-hero-v2-content p { max-width:320px; font-size:14px; margin-bottom:14px; }
  .nf-hero-v2-content .nf-hero-v2-kicker { font-size:12px; }
  .nf-hero-v2-action { min-height:38px; font-size:13px; }
  .nf-today-hero { gap:12px; padding:20px!important; }
  .nf-today-copy strong { font-size:26px; }
  .nf-today-copy em { font-size:14px; }
  .nf-today-icon i, .nf-today-cart i { width:30px; height:36px; font-size:30px; line-height:36px; }
}
@media(prefers-reduced-motion:reduce) { .nf-hero-track { transition:none; } }
