/*
	Theme Name:   Savoy Child
	Theme URI:    http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description:  Savoy child theme
	Author:       NordicMade
	Author URI:   http://www.nordicmade.com
	Template:     savoy
	Version:      1.0
*/

/* Child theme CSS
--------------------------------------------------------------- */

/* Header: Montigo-inspired navigation shell
--------------------------------------------------------------- */

:root {
  --nm-brand-orange: #c6943b;
  --nm-brand-gold: #c6943b;
  --nm-brand-brown: #8a5a2b;
  --nm-brand-navy: #132a4f;
  --nm-brand-blue: #132a4f;
  --nm-brand-white: #fff;
  --nm-brand-cream: #f7f3e8;
  --nm-header-surface: #f7f3e8;
  --nm-header-top-bg: #f7f3e8;
  --nm-header-top-text: #132a4f;
  --nm-header-nav-bg: #e6a53c;
  --nm-header-nav-text: #fff;
  --nm-header-accent: #c6943b;
  --nm-header-category-bg: #f7f3e8;
  --nm-header-category-text: #132a4f;
  --nm-header-dropdown-bg: #fff;
  --nm-header-dropdown-text: #132a4f;
  --nm-header-logo-width: 180px;
  --nm-header-logo-height: 44px;
  --nm-footer-benefits-bg: #f7f3e8;
  --nm-footer-benefits-text: #132a4f;
  --nm-footer-bg: #e6a53c;
  --nm-footer-text: #f7f3e8;
  --nm-footer-accent: #c6943b;
  --nm-footer-button-bg: #fff;
  --nm-footer-button-text: #132a4f;
}

/* Editable Contact page */
.nm-contact-editorial {
  width: min(1320px, calc(100% - 80px));
  margin: 0 auto;
  padding: clamp(75px, 8vw, 130px) 0 clamp(90px, 10vw, 150px);
  color: #132a4f;
}

.nm-contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  align-items: end;
  gap: 60px;
  padding-bottom: clamp(70px, 8vw, 120px);
}

.nm-contact-hero > p:first-child,
.nm-contact-form-panel > p:first-child {
  grid-column: 1 / -1;
  margin: 0 0 18px;
  color: #3159aa;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding-bottom: 10px;
}

.nm-contact-hero h1 {
  margin: 0;
  color: #132a4f;
  font-size: clamp(58px, 7.3vw, 112px);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.nm-contact-hero > p:last-child {
  max-width: 500px;
  margin: 0 0 8px;
  color: #52698f;
  font-size: 18px;
  line-height: 1.7;
}

.nm-contact-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  overflow: hidden;
  border: 1px solid #dbe2ef;
  border-radius: 30px;
  background: #fff;
}

.nm-contact-info {
  padding: clamp(34px, 5vw, 68px);
  background: #e6a53c;
  color: #111;
}

.nm-contact-info > div {
  padding: 34px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.nm-contact-info > div:first-child {
  padding-top: 0;
}
.nm-contact-info > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.nm-contact-info span {
  display: block;
  margin-bottom: 18px;
  color: #f0ab31;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.nm-contact-info h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 24px;
}

.nm-contact-info p {
  margin: 0 0 13px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.nm-contact-info a {
  color: #fff;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.nm-contact-form-panel {
  padding: clamp(38px, 6vw, 82px);
  background: #f5f7fc;
}

.nm-contact-form-panel h2 {
  margin: 0 0 12px;
  color: #132a4f;
  font-size: clamp(36px, 4vw, 58px);
  letter-spacing: -0.045em;
  line-height: 1;
}

.nm-contact-form-panel > p:nth-child(3) {
  margin-bottom: 38px;
  color: #647797;
}

.nm-contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.nm-contact-form label {
  display: block;
  margin-bottom: 20px;
  color: #132a4f;
  font-size: 13px;
  font-weight: 700;
}

.nm-contact-form label > span {
  color: #e05c45;
}
.nm-contact-form label small {
  color: #7d8ca7;
  font-weight: 400;
}

.nm-contact-form input[type="text"],
.nm-contact-form input[type="email"],
.nm-contact-form select,
.nm-contact-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 14px 16px;
  border: 1px solid #d4ddeb;
  border-radius: 12px;
  background: #fff;
  color: #132a4f;
  font: inherit;
  font-weight: 400;
  outline: 0;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.nm-contact-form input[type="text"],
.nm-contact-form input[type="email"],
.nm-contact-form select {
  height: 50px;
}

.nm-contact-form textarea {
  min-height: 145px;
  resize: vertical;
}

.nm-contact-form input:focus,
.nm-contact-form select:focus,
.nm-contact-form textarea:focus {
  border-color: #3159aa;
  box-shadow: 0 0 0 3px rgba(49, 89, 170, 0.12);
}

.nm-contact-form .nm-contact-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #687a98;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.nm-contact-form__consent input {
  margin-top: 3px;
  accent-color: #132a4f;
}

.nm-contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 190px;
  min-height: 52px;
  padding: 0 21px;
  border: 0;
  border-radius: 999px;
  background: #e6a53c;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.nm-contact-form__website {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.nm-contact-alert {
  margin-bottom: 24px;
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.55;
}

.nm-contact-alert.is-success {
  background: #dff2e7;
  color: #17633b;
}
.nm-contact-alert.is-error {
  background: #fde6e1;
  color: #9d3425;
}

@media (max-width: 900px) {
  .nm-contact-editorial {
    width: calc(100% - 36px);
  }
  .nm-contact-hero {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .nm-contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .nm-contact-editorial {
    width: calc(100% - 24px);
    padding-top: 58px;
  }
  .nm-contact-hero h1 {
    font-size: 52px;
  }
  .nm-contact-form__row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .nm-contact-info,
  .nm-contact-form-panel {
    padding: 30px 22px;
  }
}

/* Site-wide brand foundations. */
body,
.nm-page-wrap,
.nm-page-wrap-inner {
  background-color: var(--nm-brand-white);
  color: var(--nm-brand-navy);
}
::selection {
  background: var(--nm-brand-gold);
  color: var(--nm-brand-navy);
}
a:hover,
a:focus-visible {
  color: var(--nm-brand-brown);
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-color: #e6a53c;
  background-color: #e6a53c;
  color: #111;
}
button:hover,
button:focus-visible,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  border-color: var(--nm-brand-gold);
  background-color: var(--nm-brand-gold);
  color: var(--nm-brand-navy);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border-color: var(--nm-brand-gold);
}
.woocommerce .price,
.woocommerce-Price-amount,
.nm-shop-loop-price {
  color: var(--nm-brand-brown);
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-color: var(--nm-brand-gold);
  background-color: var(--nm-brand-cream);
  color: var(--nm-brand-navy);
}

/* Simple Cloudflare Turnstile in the theme's custom contact forms. */
.nm-child-turnstile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  margin: 2px 0 6px;
  overflow: hidden;
}
.nm-child-turnstile .cf-turnstile,
.nm-child-turnstile .nm-child-turnstile__widget {
  max-width: 100%;
}
.nm-child-turnstile .cf-turnstile[data-size="flexible"],
.nm-child-turnstile .nm-child-turnstile__widget[data-size="flexible"] {
  width: 100%;
}

/* Announcement bar: a light, compact pill above the main navigation. */
.nm-top-bar {
  width: calc(100% - 40px);
  max-width: 1420px;
  min-height: 36px;
  line-height: 35px;
  margin: 10px auto 0;
  padding-bottom: 0;
  border: 0;
  border-radius: 999px;
  background: var(--nm-header-top-bg) !important;
  overflow: hidden;
}
.nm-top-bar:before,
.nm-top-bar:after {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 48px;
  height: 36px;
  color: var(--nm-header-top-text);
  font-size: 22px;
  font-weight: 300;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.nm-top-bar:before {
  content: "\2039";
  left: 10px;
}
.nm-top-bar:after {
  content: "\203A";
  right: 10px;
}
.nm-top-bar-text,
.nm-top-bar-text a {
  color: var(--nm-header-top-text) !important;
  font-size: 13px;
  font-weight: 600;
}
.nm-top-bar-text a:hover {
  color: var(--nm-header-accent);
}
.nm-top-bar-cycles,
.nm-top-bar-cycles .cycle {
  height: 36px;
}
.nm-top-bar-right {
  display: none;
}

/* Main navigation: the navy rounded shell carries the menu and actions. */
.nm-header {
  background: transparent !important;
  padding-top: 10px;
  padding-bottom: 0;
}

/* Fix only the menu header; the announcement bar scrolls away normally. */
.header-fixed:not(.has-top-bar) .nm-header,
.touch.header-fixed:not(.has-top-bar) .nm-header,
.has-top-bar.header-fixed.header-on-scroll .nm-header {
  position: fixed;
  top: 0 !important;
  right: 0;
  left: 0;
  z-index: 1002;
  margin-top: 0 !important;
}

.has-top-bar.header-fixed:not(.header-on-scroll) .nm-header {
  position: absolute;
  top: 0;
}

.header-fixed.header-on-scroll .nm-header {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  animation: nm-child-fixed-header-in 180ms ease-out both;
}

@keyframes nm-child-fixed-header-in {
  from {
    opacity: 0.96;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.admin-bar.header-fixed:not(.has-top-bar) .nm-header,
.admin-bar.has-top-bar.header-fixed.header-on-scroll .nm-header {
  top: 32px !important;
}

@media screen and (max-width: 782px) {
  .admin-bar.header-fixed:not(.has-top-bar) .nm-header,
  .admin-bar.has-top-bar.header-fixed.header-on-scroll .nm-header {
    top: 46px !important;
  }
}

@media screen and (max-width: 600px) {
  .admin-bar.header-fixed.header-on-scroll .nm-header,
  .admin-bar.has-top-bar.header-fixed.header-on-scroll .nm-header {
    top: 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .header-fixed.header-on-scroll .nm-header {
    animation: none;
  }
}
.header-border-1 .nm-header {
  border-bottom: none;
}
.nm-header-inner {
  width: calc(100% - 40px);
  max-width: 1480px;
  margin: 0 auto;
  padding: 12px 30px;
  background: var(--nm-header-nav-bg);
  border-radius: 28px;
  box-shadow: none;
  transition:
    box-shadow 150ms linear,
    transform 150ms linear;
}
.header-on-scroll .nm-header-inner {
  box-shadow: 0 10px 30px rgba(19, 42, 79, 0.18);
}

/* Use the white asset in the dark header; nm_logo() remains unchanged for the footer. */
.nm-header .nm-logo {
  display: none !important;
}
.nm-header .nm-alt-logo {
  display: inline-block !important;
}
.nm-header .nm-header-logo img,
.nm-header .nm-header-logo svg {
  width: var(--nm-header-logo-width);
  max-width: 100%;
  height: 60px !important;
  object-fit: contain;
}

/* Keep the logo on the left while retaining the centered layout's menu markup. */
.nm-header.centered .nm-header-logo {
  right: auto;
  left: 22px;
  transform: translateY(-50%);
}

@media (min-width: 992px) {
  .nm-header-inner {
    min-height: 76px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .nm-header-inner > .nm-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }
  .nm-header-inner > .nm-row::before,
  .nm-header-inner > .nm-row::after {
    display: none;
  }
  .nm-header.centered .nm-main-menu-wrap {
    float: none;
    width: auto;
    padding-left: max(80px, calc(var(--nm-header-logo-width) + 24px));
  }
  .nm-header.centered .nm-main-menu {
    width: 100%;
    margin-left: 0;
  }
  .nm-header.centered .nm-main-menu > ul {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(18px, 1.6vw, 32px);
    padding-right: 24px;
    white-space: nowrap;
  }
  .nm-header.centered .nm-menu > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .nm-header.centered .nm-right-menu-wrap {
    float: none;
    width: auto;
  }
}

.nm-header-placeholder {
  height: 98px !important;
}

/* Menu: sit at the bottom of the 50px header row instead of the middle
   (parent theme uses "vertical-align: middle", which leaves empty space
   below the menu — that empty space is the gap between the header and
   the dropdown). This makes the <li> (the dropdown's position: relative
   anchor) reach all the way down to the header's bottom edge. */
.nm-header .nm-main-menu > ul,
.nm-header .nm-right-menu > ul {
  vertical-align: bottom !important;
}

/* Top-level navigation and action icons stay white on the navy shell. */
.nm-header .nm-menu > li > a,
.nm-header .nm-menu > li > a i,
.nm-header .nm-menu > li > a .count,
.nm-header .nm-menu > li > a .nm-menu-cart-title {
  color: var(--nm-header-nav-text) !important;
}
.nm-header .nm-menu > li > a {
  font-size: 14px;
  font-weight: 600;
}
.nm-header .nm-menu > li > a:hover,
.nm-header .nm-menu > li.current-menu-item > a {
  color: var(--nm-header-nav-text) !important;
  opacity: 0.82;
}

/* Menu: swipe-underline effect on top-level links (like shopmontigo.com) */
.nm-header .nm-menu > li > a {
  position: relative;
}
.nm-header .nm-menu > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background: var(--nm-header-accent);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

/* Keep Savoy's hamburger readable against the dark mobile header. */
.nm-header .nm-menu-icon span {
  background: var(--nm-header-nav-text) !important;
}

/* Compact cart count badge, matching the rounded action language. */
.nm-header .nm-menu-cart .count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  margin-left: 3px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--nm-header-accent);
  font-size: 11px;
  line-height: 18px;
}
.nm-header .nm-menu > li > a:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}

/* Desktop dropdowns and mega menus: spacious white panels below the navy shell. */
@media (min-width: 992px) {
  .nm-header-inner {
    padding-right: 22px;
    padding-left: 22px;
  }
  .nm-header-inner > .nm-row {
    max-width: none;
    padding-right: 0;
    padding-left: 0;
  }

  .nm-header .nm-menu > li > .sub-menu {
    top: 100%;
    left: -14px;
    min-width: 280px;
    margin: 0;
    padding: 14px 8px 16px;
    border: 1px solid rgba(19, 42, 79, 0.1);
    border-radius: 20px;
    background: #fff !important;
    box-shadow: 0 20px 50px rgba(19, 42, 79, 0.14);
    animation: nm-child-menu-in 180ms ease both;
  }

  /* Protect the final few pixels at the panel edge. */
  .nm-header .nm-menu > li > .sub-menu > .nm-sub-menu-bridge {
    display: block;
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    z-index: 10011;
    height: 4px;
    background: transparent;
    pointer-events: auto;
  }

  /*
	 * Savoy vertically centres each menu item inside a taller header, leaving
	 * a real hover gap below the link even when the panel looks visually flush.
	 * Attach the bridge to the trigger itself so only that item's path is
	 * covered (a full-width panel bridge would block the other header links).
	 */
  .nm-header .nm-menu > li.menu-item-has-children > a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10012;
    width: 100%;
    height: 34px;
    background: transparent;
    pointer-events: auto;
  }

  /* Standard dropdown rows. */
  .nm-header .nm-menu > li:not(.megamenu) > .sub-menu > ul > li > a {
    margin: 1px 0;
    padding: 13px 16px;
    border-radius: 10px;
    color: var(--nm-brand-navy) !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
    transition:
      color 160ms ease,
      background-color 160ms ease,
      transform 160ms ease;
  }
  .nm-header .nm-menu > li:not(.megamenu) > .sub-menu > ul > li > a:hover {
    color: var(--nm-brand-navy) !important;
    background: var(--nm-header-surface);
    transform: translateX(3px);
  }

  /* Nested standard dropdowns open as matching side cards. */
  .nm-header .nm-menu > li:not(.megamenu) .sub-menu .sub-menu {
    top: -15px;
    left: calc(100% + 9px);
    padding: 14px 8px 16px;
    border: 1px solid rgba(19, 42, 79, 0.1);
    border-radius: 16px;
    background: #fff !important;
    box-shadow: 0 18px 42px rgba(19, 42, 79, 0.12);
  }
  .nm-header .nm-menu .sub-menu li.menu-item-has-children > a:after {
    color: var(--nm-brand-navy);
  }

  /* Multi-column mega menu shell. */
  .nm-header .nm-menu .megamenu > .sub-menu {
    padding: 25px 12px 19px;
  }
  .nm-header .nm-menu .megamenu.col-2 > .sub-menu {
    width: min(620px, calc(100vw - 40px));
  }
  .nm-header .nm-menu .megamenu.col-3 > .sub-menu {
    width: min(840px, calc(100vw - 40px));
  }
  .nm-header .nm-menu .megamenu.col-4 > .sub-menu,
  .nm-header .nm-menu .megamenu.col-5 > .sub-menu,
  .nm-header .nm-menu .megamenu.col-6 > .sub-menu {
    width: min(1180px, calc(100vw - 40px));
  }
  .nm-header .nm-menu .megamenu > .sub-menu > ul > li {
    margin-bottom: 0;
    padding: 0 10px 10px;
  }
  .nm-header
    .nm-menu
    .megamenu
    > .sub-menu
    > ul
    > li:not(.nm-menu-item-has-image)
    > a {
    padding: 5px 16px 13px;
    color: var(--nm-brand-navy) !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
  }
  .nm-header .nm-menu .megamenu .sub-menu .sub-menu {
    padding: 0;
    border: 0;
    background: transparent !important;
    box-shadow: none;
  }
  .nm-header .nm-menu .megamenu .sub-menu .sub-menu li a {
    margin: 1px 0;
    padding: 7px 16px;
    border-radius: 9px;
    color: color-mix(in srgb, var(--nm-brand-navy) 72%, #fff) !important;
    font-size: 13px;
    line-height: 1.35;
    transition:
      color 160ms ease,
      background-color 160ms ease;
  }
  .nm-header .nm-menu .megamenu .sub-menu .sub-menu li a:hover {
    color: var(--nm-brand-navy) !important;
    background: var(--nm-header-surface);
  }

  /* Full-width image mega menu: visual collection cards like Montigo. */
  .nm-header .nm-menu .megamenu.full > .sub-menu {
    left: 0;
    width: 100%;
    padding: 24px 22px 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .nm-header .nm-menu .megamenu.full > .sub-menu > ul {
    display: flex;
    max-width: none;
    gap: 12px;
  }
  .nm-header
    .nm-menu
    .megamenu.full
    > .sub-menu
    > ul
    > li.nm-menu-item-has-image {
    flex: 1 1 0;
    width: auto;
    margin: 0;
    padding: 0;
    border-right: 0;
  }
  .nm-header
    .nm-menu
    .megamenu.full
    > .sub-menu
    > ul
    > li.nm-menu-item-has-image
    > a {
    padding: 8px;
    border-radius: 14px;
    color: var(--nm-brand-navy) !important;
    font-size: 13px;
    font-weight: 700;
    transition:
      background-color 160ms ease,
      transform 160ms ease;
  }
  .nm-header
    .nm-menu
    .megamenu.full
    > .sub-menu
    > ul
    > li.nm-menu-item-has-image
    > a:hover {
    background: var(--nm-header-surface);
    transform: translateY(-2px);
  }
  .nm-header .nm-menu .megamenu.full > .sub-menu > ul > li > a img {
    width: 100%;
    max-height: none;
    aspect-ratio: 4 / 3;
    margin: 0 0 12px;
    border-radius: 12px;
    object-fit: cover;
  }
  .nm-header .nm-menu .sub-menu li a .label.bubble {
    color: var(--nm-brand-navy) !important;
    background: var(--nm-header-surface);
  }
}

@media (min-width: 992px) {
  .nm-header .nm-menu > li > .sub-menu,
  .nm-header .nm-menu .megamenu > .sub-menu,
  .nm-header .nm-menu .sub-menu .sub-menu {
    background: var(--nm-header-dropdown-bg) !important;
  }
  .nm-header .nm-menu .sub-menu a,
  .nm-header .nm-menu .sub-menu li a,
  .nm-header .nm-menu .megamenu .sub-menu a {
    color: var(--nm-header-dropdown-text) !important;
  }
}

@keyframes nm-child-menu-in {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .nm-top-bar {
    width: calc(100% - 30px);
    margin-top: 8px;
  }
  .nm-top-bar:before,
  .nm-top-bar:after {
    width: 32px;
  }
  .nm-top-bar-text,
  .nm-top-bar-text a {
    font-size: 12px;
  }
  .nm-header {
    padding-top: 8px;
  }
  .nm-header-inner {
    width: calc(100% - 30px);
    min-height: 62px;
    padding: 6px 16px;
    border-radius: 22px;
  }
  .nm-header .nm-header-logo img,
  .nm-header .nm-header-logo svg {
    width: min(var(--nm-header-logo-width), 150px);
    height: 60px !important;
  }
  .nm-header.centered .nm-header-logo {
    right: auto;
    left: 16px;
    transform: translateY(-50%);
  }
  .nm-header.centered .nm-main-menu-wrap {
    padding-left: 112px;
  }
  .nm-header-placeholder {
    height: 78px !important;
  }
  .nm-header .nm-menu > li > a {
    font-size: 15px;
  }
}

/* Tablet: separate the logo and hamburger, with equal outer gutters. */
@media (min-width: 551px) and (max-width: 991px) {
  .nm-header-inner {
    padding-right: 18px;
    padding-left: 18px;
  }
  .nm-header.centered .nm-header-logo {
    left: 18px;
  }
  .nm-header.centered .nm-main-menu-wrap {
    padding-left: 148px;
  }
  .nm-header.centered .nm-main-menu {
    margin-left: 0;
  }
  .nm-header.centered .nm-right-menu {
    margin-right: 0;
  }
}

@media (max-width: 400px) {
  .nm-header-inner {
    padding-right: 12px;
    padding-left: 12px;
  }
  .nm-header .nm-header-logo img,
  .nm-header .nm-header-logo svg {
    width: min(var(--nm-header-logo-width), 126px);
    height: 60px !important;
  }
}

/* Preserve Savoy's original centered logo layout on smaller phones. */
@media (max-width: 550px) {
  .nm-header.centered .nm-header-logo {
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .nm-header.centered .nm-main-menu-wrap {
    padding-left: 15px;
  }
}

/* Homepage: product category row, like shopmontigo.com
--------------------------------------------------------------- */

.nm-home-categories {
  padding: 10px 20px 10px;
}
.nm-home-categories-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 32px;
  overflow-x: auto;
  scrollbar-width: none;
}
.nm-home-categories-inner::-webkit-scrollbar {
  display: none;
}
.nm-home-category {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  width: 90px;
  padding-top: 10px;
}
.nm-home-category-image {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--nm-header-category-bg);
  border: 1px solid rgba(19, 42, 79, 0.1);
}
.nm-home-category-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
/* Ring on hover: SVG stroke draws itself starting from the bottom, all the way around
   (an actual stroked circle — no gradient/mask seam issues, and the stroke-width
   below controls how thin the ring is) */
.nm-home-category-ring {
  position: absolute;
  inset: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  transform: rotate(90deg);
  pointer-events: none;
}
.nm-home-category-ring circle {
  fill: none;
  stroke: var(--nm-header-accent);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-dasharray: 301.6; /* 2 * PI * r(48) */
  stroke-dashoffset: 301.6;
}
.nm-home-category:hover .nm-home-category-ring circle {
  animation: nm-home-category-ring-draw 0.9s ease forwards;
}
@keyframes nm-home-category-ring-draw {
  to {
    stroke-dashoffset: 0;
  }
}
.nm-home-category-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--nm-header-category-text);
  white-space: nowrap;
}

@media (max-width: 699px) {
  .nm-home-categories {
    padding-right: 0;
    padding-left: 0;
  }
  .nm-home-categories-inner {
    justify-content: flex-start;
    gap: 22px;
    padding-right: 20px;
    padding-left: 20px;
    scroll-padding-left: 20px;
  }
}

/* Homepage: Montigo-inspired campaign hero slider
--------------------------------------------------------------- */

.nm-home-hero {
  width: calc(100% - 40px);
  max-width: 1400px;
  margin: 22px auto 70px;
}
.nm-home-hero-slider {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: #e6a53c;
  box-shadow: 0 18px 50px rgba(19, 42, 79, 0.08);
  touch-action: pan-y;
}
.nm-home-hero-slides {
  position: relative;
  aspect-ratio: 2.5 / 1;
}
.nm-home-hero-slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  visibility: hidden;
  clip-path: inset(0 0 0 100%);
  transform: perspective(1400px) rotateY(8deg) scale(1.015);
  transform-origin: right center;
  transition:
    clip-path 1200ms cubic-bezier(0.77, 0, 0.18, 1),
    transform 1200ms cubic-bezier(0.77, 0, 0.18, 1),
    visibility 1200ms;
  will-change: clip-path, transform;
}
.nm-home-hero-slide.is-active {
  z-index: 2;
  visibility: visible;
  clip-path: inset(0 0 0 0);
  transform: perspective(1400px) rotateY(0deg) scale(1);
}
.nm-home-hero-slide.is-leaving {
  z-index: 1;
  visibility: visible;
  clip-path: inset(0 0 0 0);
  transform: none;
  transition: none;
}
.nm-home-hero-link {
  position: absolute;
  inset: 0;
  display: block;
  cursor: pointer;
}
.nm-home-hero-link::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 70px;
  background: linear-gradient(
    90deg,
    rgba(19, 42, 79, 0),
    rgba(19, 42, 79, 0.22),
    rgba(255, 255, 255, 0.18)
  );
  content: "";
  opacity: 0;
  pointer-events: none;
}
.nm-home-hero-slide.is-active .nm-home-hero-link::after {
  animation: nm-hero-page-edge 1200ms cubic-bezier(0.77, 0, 0.18, 1);
}
@keyframes nm-hero-page-edge {
  0% {
    left: 100%;
    opacity: 0.65;
    transform: translateX(-100%);
  }
  85% {
    opacity: 0.38;
  }
  100% {
    left: 0;
    opacity: 0;
    transform: translateX(-100%);
  }
}
.nm-home-hero-link:focus-visible {
  outline: 3px solid #fff;
  outline-offset: -6px;
}
.nm-home-hero-image,
.nm-home-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.nm-home-hero-image {
  object-fit: cover;
  border-radius: 0;
}
.nm-home-hero-shade {
  background: linear-gradient(
    0deg,
    rgba(19, 42, 79, 0.52) 0%,
    rgba(19, 42, 79, 0.1) 48%,
    rgba(19, 42, 79, 0.08) 100%
  );
}
.nm-home-hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: min(76%, 980px);
  color: #fff;
  text-align: center;
  text-shadow: 0 3px 24px rgba(19, 42, 79, 0.38);
  transform: translate(-50%, -44%);
}
.nm-home-hero-slide.align-right .nm-home-hero-content {
  right: auto;
  left: 50%;
}
.nm-home-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 17px;
  padding: 6px 13px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.nm-home-hero-title {
  max-width: 900px;
  margin: 0 auto;
  color: inherit;
  font-size: clamp(38px, 4.2vw, 68px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.045em;
}
.nm-home-hero-description {
  max-width: 620px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 1.55;
}
.nm-home-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 48px;
  margin-top: 28px;
  padding: 10px 22px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  background: #fff;
  color: var(--nm-brand-navy);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}
.nm-home-hero-cta:hover,
.nm-home-hero-cta:focus-visible {
  background: var(--nm-brand-orange);
  color: #fff;
  transform: translateY(-2px);
}
.nm-home-hero-slide.theme-dark .nm-home-hero-shade {
  background: linear-gradient(
    0deg,
    rgba(247, 243, 232, 0.62) 0%,
    rgba(247, 243, 232, 0.14) 54%,
    rgba(247, 243, 232, 0.08) 100%
  );
}
.nm-home-hero-slide.theme-dark .nm-home-hero-content {
  color: var(--nm-brand-navy);
  text-shadow: 0 3px 24px rgba(255, 255, 255, 0.72);
}
.nm-home-hero-slide.theme-dark .nm-home-hero-description {
  color: rgba(19, 42, 79, 0.78);
}
.nm-home-hero-slide.theme-dark .nm-home-hero-eyebrow {
  border-color: rgba(19, 42, 79, 0.24);
  background: rgba(255, 255, 255, 0.62);
}
.nm-home-hero-slide.theme-dark .nm-home-hero-cta {
  border-color: #e6a53c;
  background: #e6a53c;
  color: #111;
}
.nm-home-hero-slide.theme-dark .nm-home-hero-cta:hover,
.nm-home-hero-slide.theme-dark .nm-home-hero-cta:focus-visible {
  border-color: var(--nm-brand-orange);
  background: var(--nm-brand-orange);
}

/* Montigo-like vertical slide previews */
.nm-home-hero-thumbs {
  position: absolute;
  top: auto;
  right: 18px;
  bottom: 18px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 7px;
  transform: none;
}
.nm-home-hero-thumb {
  position: relative;
  width: 68px;
  height: 42px;
  padding: 2px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.18);
  opacity: 0.62;
  overflow: hidden;
  transition:
    opacity 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}
.nm-home-hero-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.nm-home-hero-thumb:hover,
.nm-home-hero-thumb:focus-visible,
.nm-home-hero-thumb.is-active {
  border-color: #fff;
  opacity: 1;
  transform: translateX(-3px);
}

@media (max-width: 991px) {
  .nm-home-hero {
    width: calc(100% - 30px);
    margin-top: 16px;
    margin-bottom: 50px;
  }
  .nm-home-hero-slides {
    aspect-ratio: 2.5 / 1;
  }
  .nm-home-hero-slide.position-community .nm-home-hero-image {
    object-position: 68% center;
  }
  .nm-home-hero-slide.position-collection .nm-home-hero-image {
    object-position: 32% center;
  }
  .nm-home-hero-slide.position-city .nm-home-hero-image {
    object-position: 31% center;
  }
  .nm-home-hero-shade,
  .nm-home-hero-slide.theme-dark .nm-home-hero-shade {
    background: linear-gradient(
      0deg,
      rgba(19, 42, 79, 0.94) 0%,
      rgba(19, 42, 79, 0.62) 34%,
      rgba(19, 42, 79, 0) 68%
    );
  }
  .nm-home-hero-slide.theme-dark .nm-home-hero-content,
  .nm-home-hero-slide.theme-dark .nm-home-hero-description {
    color: #fff;
  }
  .nm-home-hero-content,
  .nm-home-hero-slide.align-right .nm-home-hero-content {
    top: auto;
    right: 28px;
    bottom: 38px;
    left: 28px;
    width: auto;
    text-align: center;
    text-shadow: 0 3px 20px rgba(19, 42, 79, 0.46);
    transform: none;
  }
  .nm-home-hero-title {
    max-width: 600px;
    font-size: clamp(38px, 7vw, 58px);
  }
  .nm-home-hero-description {
    max-width: 540px;
  }
  .nm-home-hero-thumbs {
    top: auto;
    right: 14px;
    bottom: 12px;
    flex-direction: row;
    gap: 8px;
    transform: none;
  }
  .nm-home-hero-thumb {
    width: 26px;
    height: 4px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.48);
    overflow: visible;
  }
  .nm-home-hero-thumb img {
    display: none;
  }
  .nm-home-hero-thumb.is-active {
    width: 48px;
    background: #fff;
    transform: none;
  }
}

@media (max-width: 550px) {
  .nm-home-hero {
    margin-bottom: 40px;
  }
  .nm-home-hero-slider {
    border-radius: 18px;
  }
  .nm-home-hero-content,
  .nm-home-hero-slide.align-right .nm-home-hero-content {
    right: 20px;
    bottom: 32px;
    left: 20px;
  }
  .nm-home-hero-eyebrow {
    margin-bottom: 12px;
  }
  .nm-home-hero-title {
    font-size: clamp(34px, 10.5vw, 48px);
  }
  .nm-home-hero-description {
    display: none;
  }
  .nm-home-hero-cta {
    min-height: 44px;
    margin-top: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nm-home-hero-slide,
  .nm-home-hero-cta,
  .nm-home-hero-thumb {
    transition-duration: 1ms !important;
  }
  .nm-home-hero-link::after {
    animation-duration: 1ms !important;
  }
}

/* Homepage product customisation highlight
--------------------------------------------------------------- */

.nm-product-customizer {
  --nm-tumbler-color: #132a4f;
  --nm-tumbler-accent: #c6943b;
  width: calc(100% - 40px);
  max-width: 1480px;
  margin: 0 auto;
  padding: 74px clamp(38px, 5vw, 86px);
  border-radius: 32px;
  background: transparent;
  box-shadow: none;
  color: var(--nm-brand-navy);
  overflow: hidden;
}
.nm-product-customizer-grid {
  display: grid;
  grid-template-columns: minmax(230px, 0.9fr) minmax(380px, 1.55fr) minmax(
      260px,
      0.95fr
    );
  align-items: center;
  gap: clamp(30px, 4vw, 70px);
}
.nm-product-customizer-options {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.nm-product-customizer-option {
  --option-color: #132a4f;
  --option-accent: #c6943b;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 335px);
  min-height: 50px;
  padding: 10px 40px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--nm-brand-navy);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transition:
    border-color 300ms ease,
    background-color 300ms ease,
    transform 300ms ease;
}
.nm-product-customizer-option::before,
.nm-product-customizer-option::after {
  position: absolute;
  inset: -1px;
  z-index: 1;
  border: 1px solid var(--option-accent);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
.nm-product-customizer-option::before {
  opacity: 0.88;
  -webkit-mask-image: linear-gradient(
    90deg,
    #000 0%,
    #000 58%,
    rgba(0, 0, 0, 0.48) 76%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    #000 0%,
    #000 58%,
    rgba(0, 0, 0, 0.48) 76%,
    transparent 100%
  );
  transition: opacity 320ms ease;
}
.nm-product-customizer-option::after {
  opacity: 0;
  transition: opacity 320ms ease;
}
.nm-product-customizer-option:hover,
.nm-product-customizer-option:focus-visible,
.nm-product-customizer-option.is-active {
  background: rgba(255, 255, 255, 0.62);
}
.nm-product-customizer-option:hover::after,
.nm-product-customizer-option:focus-visible::after,
.nm-product-customizer-option.is-active::after {
  opacity: 1;
}
.nm-product-customizer-option:hover::before,
.nm-product-customizer-option:focus-visible::before,
.nm-product-customizer-option.is-active::before {
  opacity: 0;
}
.nm-product-customizer-option-thumb {
  position: absolute;
  top: 50%;
  left: 18px;
  z-index: 2;
  width: 96px;
  height: 112px;
  transform: translateY(-50%);
}
.nm-product-customizer-option-thumb img,
.nm-product-customizer-option-thumb span {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nm-product-customizer-option-thumb span {
  background: var(--option-color);
  -webkit-mask: var(--nm-tumbler-mask) center / contain no-repeat;
  mask: var(--nm-tumbler-mask) center / contain no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.9;
}
.nm-product-customizer-option > span:last-child {
  position: relative;
  z-index: 2;
}
.nm-product-customizer-option:hover .nm-product-customizer-option-thumb img,
.nm-product-customizer-option.is-active
  .nm-product-customizer-option-thumb
  img {
  transform: scale(1.08);
}
.nm-product-customizer-preview {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 620px;
}
.nm-product-customizer-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(95%, 560px);
  aspect-ratio: 1;
  border: 1px solid
    color-mix(in srgb, var(--nm-tumbler-accent) 42%, transparent);
  border-radius: 50%;
  background: radial-gradient(
    circle at 50% 45%,
    rgba(255, 255, 255, 0.98) 0 36%,
    color-mix(in srgb, var(--nm-tumbler-color) 18%, #fff) 68%,
    transparent 69%
  );
  transform: translate(-50%, -50%);
  transition:
    border-color 500ms ease,
    background 500ms ease;
}
.nm-product-customizer-orbit::before,
.nm-product-customizer-orbit::after {
  position: absolute;
  border: 1px solid
    color-mix(in srgb, var(--nm-tumbler-accent) 28%, transparent);
  border-radius: 50%;
  content: "";
}
.nm-product-customizer-orbit::before {
  inset: 10%;
}
.nm-product-customizer-orbit::after {
  inset: 22%;
}
.nm-product-customizer-tumbler {
  position: relative;
  z-index: 2;
  width: min(88%, 500px);
  aspect-ratio: 2 / 3;
  filter: drop-shadow(0 28px 26px rgba(19, 42, 79, 0.14));
}
.nm-product-customizer-tumbler img,
.nm-product-customizer-tumbler-color {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nm-product-customizer-tumbler-color {
  background: var(--nm-tumbler-color);
  -webkit-mask: var(--nm-tumbler-mask) center / contain no-repeat;
  mask: var(--nm-tumbler-mask) center / contain no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.92;
  transition: background-color 500ms ease;
}
.nm-product-customizer-tumbler.is-changing {
  animation: nm-tumbler-color-change 550ms cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes nm-tumbler-color-change {
  0% {
    opacity: 0.72;
    transform: scale(0.965) rotate(-1.5deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}
.nm-product-customizer-copy {
  max-width: 360px;
}
.nm-product-customizer-kicker {
  margin: 0 0 18px !important;
  color: #8a5a2b !important;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.nm-product-customizer-copy h2 {
  margin: 0;
  color: var(--nm-brand-navy);
  font-size: clamp(34px, 3vw, 52px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.04em;
}
.nm-product-customizer-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 270px;
  min-height: 56px;
  margin-top: 30px;
  padding: 13px 32px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--nm-brand-navy) !important;
  font-size: 15px;
  font-weight: 700;
  isolation: isolate;
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}
.nm-product-customizer-cta::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    #42dfa0 0%,
    #20cad6 22%,
    #ffd42a 45%,
    #ff7043 63%,
    #e600ff 82%,
    #42dfa0 100%
  );
  background-size: 220% 100%;
  content: "";
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: nm-customizer-cta-border 2.8s linear infinite;
  pointer-events: none;
}
@keyframes nm-customizer-cta-border {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.nm-product-customizer-cta:hover {
  background: #fff;
  color: var(--nm-brand-navy) !important;
  transform: translateY(-2px);
}

@media (max-width: 1100px) {
  .nm-product-customizer-grid {
    grid-template-columns: minmax(210px, 0.9fr) minmax(330px, 1.35fr) minmax(
        230px,
        0.85fr
      );
    gap: 25px;
  }
  .nm-product-customizer-preview {
    min-height: 540px;
  }
}

@media (max-width: 991px) {
  .nm-product-customizer {
    padding: 54px 32px;
  }
  .nm-product-customizer-grid {
    grid-template-columns: 1fr;
  }
  .nm-product-customizer-copy {
    order: 1;
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
  }
  .nm-product-customizer-preview {
    order: 2;
    min-height: 580px;
  }
  .nm-product-customizer-options {
    order: 3;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .nm-product-customizer-option {
    width: min(100%, 335px);
    justify-self: center;
  }
}

@media (max-width: 550px) {
  .nm-product-customizer {
    width: calc(100% - 30px);
    margin: 54px auto;
    padding: 42px 20px 28px;
    border-radius: 22px;
  }
  .nm-product-customizer-copy h2 {
    font-size: clamp(32px, 10vw, 44px);
  }
  .nm-product-customizer-preview {
    min-height: 430px;
  }
  .nm-product-customizer-tumbler {
    width: min(96%, 350px);
  }
  .nm-product-customizer-options {
    grid-template-columns: 1fr;
    padding-left: 4px;
  }
  .nm-product-customizer-option {
    width: min(100%, 320px);
    min-height: 62px;
    padding: 10px 70px;
  }
  .nm-product-customizer-option-thumb {
    left: 12px;
    width: 82px;
    height: 98px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nm-product-customizer-tumbler.is-changing,
  .nm-product-customizer-option,
  .nm-product-customizer-option::before,
  .nm-product-customizer-option::after {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
  }
  .nm-product-customizer-cta::before {
    animation-duration: 1ms !important;
  }
}

/* Homepage best sellers
--------------------------------------------------------------- */

body.home.woocommerce-shop #nm-shop > .nm-shop-header,
body.home.woocommerce-shop #nm-shop > .nm-shop-products {
  display: none;
}

.nm-home-best-sellers {
  width: calc(100% - 110px);
  max-width: 1480px;
  margin: 0 auto 60px;
  color: var(--nm-brand-navy);
  clip-path: inset(0 -100vmax);
}
.nm-home-best-sellers-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}
.nm-home-best-sellers-header h2 {
  margin: 0;
  color: #111;
  font-size: clamp(36px, 2.5vw, 42px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.035em;
}
.nm-home-best-sellers-header > a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 46px;
  margin-left: auto;
  padding: 10px 18px;
  border: 1px solid #e6a53c;
  border-radius: 999px;
  background: #e6a53c;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}
.nm-home-best-sellers-header > a:hover,
.nm-home-best-sellers-header > a:focus-visible {
  border-color: #6e503e;
  background: #6e503e;
  box-shadow: 0 8px 20px rgba(19, 42, 79, 0.09);
  color: #fff;
  transform: translateY(-2px);
}
.nm-home-best-sellers-header > a:focus-visible {
  outline: 2px solid rgba(17, 17, 17, 0.5);
  outline-offset: 3px;
}

/* About Us and FAQs content pages. */
body.page-id-358 .elementor-358 {
  color: #111111;
}
body.page-id-358 .elementor-358 :where(h1, h2, h3, h4, h5, h6) {
  color: #111111;
}
body.page-id-358 .elementor-358 .elementor-widget-text-editor {
  color: #222222;
}
body.page-id-358 .elementor-358 a:not(.nm-banner-link) {
  color: #111111;
}
body.page-id-358 .elementor-358 a:not(.nm-banner-link):hover,
body.page-id-358 .elementor-358 a:not(.nm-banner-link):focus-visible {
  color: #e6a53c;
}
body.page-id-358 .elementor-358 .nm-team-member h3 {
  color: #555555;
}
body.page-id-358 .elementor-358 .nm-team-member-overlay {
  background: rgba(230, 165, 60, 0.88);
}

.nm-story-page {
  --story-navy: #111111;
  --story-blue: #e6a53c;
  --story-muted: #555555;
  --story-line: rgba(110, 80, 62, 0.16);
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: 60px 0;
  color: var(--story-navy);
}
.nm-story-page *,
.nm-story-page *::before,
.nm-story-page *::after {
  box-sizing: border-box;
}
.nm-story-page :where(section, div, article, ol, li) {
  min-width: 0;
}
.nm-story-page :where(h1, h2, h3, p) {
  max-width: 100%;
  margin-top: 0;
  overflow-wrap: break-word;
}
.nm-story-eyebrow {
  display: block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.nm-story-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
  min-height: 560px;
  border-radius: 32px;
  overflow: hidden;
  color: #fff;
  background: var(--story-navy);
}
.nm-story-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(42px, 6vw, 82px);
}
.nm-story-hero h1 {
  max-width: 720px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(48px, 6vw, 84px);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.055em;
}
.nm-story-hero p {
  max-width: 610px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.7;
}
.nm-story-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 52px;
  padding: 13px 24px;
  border-radius: 999px;
  color: #111;
  background: var(--story-blue);
  font-size: 13px;
  font-weight: 700;
}
.nm-story-button:hover {
  color: #fff;
  background: #6e503e;
}
.nm-story-hero__visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 460px;
  overflow: hidden;
  background: #fff7e8;
}
.nm-story-hero__visual strong {
  position: relative;
  z-index: 2;
  color: var(--story-navy);
  font-size: clamp(42px, 5vw, 72px);
  letter-spacing: -0.06em;
}
.nm-story-hero__visual small {
  position: relative;
  z-index: 2;
  margin-top: 5px;
  color: var(--story-muted);
  letter-spacing: 0.08em;
}
.nm-story-orbit {
  position: absolute;
  border: 1px solid rgba(110, 80, 62, 0.22);
  border-radius: 50%;
}
.nm-story-orbit--one {
  width: 360px;
  height: 360px;
}
.nm-story-orbit--two {
  width: 520px;
  height: 520px;
}
.nm-story-orbit--one::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 50px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #e6a53c;
  box-shadow: -220px 220px 0 #ee8c78;
}
.nm-story-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(36px, 7vw, 110px);
  padding: clamp(74px, 9vw, 128px) clamp(0px, 4vw, 60px);
}
.nm-story-intro h2,
.nm-story-section-head h2,
.nm-story-cta h2,
.nm-faq-contact h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.045em;
}
.nm-story-intro__copy p {
  color: var(--story-muted);
  font-size: 16px;
  line-height: 1.8;
}
.nm-story-intro__copy p:last-child {
  margin-bottom: 0;
}
.nm-story-journey,
.nm-story-values {
  padding: clamp(50px, 7vw, 90px);
  border-radius: 30px;
}
.nm-story-journey {
  background: #fff7e8;
}
.nm-story-section-head {
  max-width: 760px;
  margin-bottom: 52px;
}
.nm-story-timeline {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nm-story-timeline li {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 26px;
  padding: 28px 0;
  border-top: 1px solid var(--story-line);
}
.nm-story-timeline li:last-child {
  border-bottom: 1px solid var(--story-line);
}
.nm-story-timeline > li > span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #111;
  background: var(--story-blue);
  font-size: 12px;
  font-weight: 700;
}
.nm-story-timeline h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
}
.nm-story-timeline p {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--story-muted);
  line-height: 1.7;
}
.nm-story-values {
  margin-top: 28px;
  border: 1px solid var(--story-line);
}
.nm-story-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.nm-story-value-grid article {
  min-height: 250px;
  padding: 28px;
  border-radius: 20px;
  background: #fff7e8;
}
.nm-story-value-grid article > span {
  display: block;
  margin-bottom: 52px;
  color: var(--story-muted);
  font-size: 13px;
  font-weight: 700;
}
.nm-story-value-grid h3 {
  margin-bottom: 13px;
  font-size: 20px;
}
.nm-story-value-grid p {
  margin-bottom: 0;
  color: var(--story-muted);
  line-height: 1.65;
}
.nm-story-cta {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 50px;
  margin-top: 28px;
  padding: clamp(48px, 7vw, 86px);
  border-radius: 30px;
  color: #fff;
  background: var(--story-navy);
}
.nm-story-cta h2 {
  color: #fff;
}
.nm-story-cta p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
}
.nm-story-button--light {
  color: #111;
  background: var(--story-blue);
}
.nm-story-button--light:hover {
  color: var(--story-navy);
  background: #fff;
}

.nm-faq-hero {
  max-width: 850px;
  padding: 10px 0 clamp(54px, 7vw, 90px);
}
.nm-faq-hero h1 {
  margin-bottom: 20px;
  font-size: clamp(52px, 7vw, 92px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.06em;
}
.nm-faq-hero p {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--story-muted);
  font-size: 17px;
  line-height: 1.7;
}
.nm-faq-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 82px;
}
.nm-faq-links br {
  display: none;
}
.nm-faq-links a {
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-height: 132px;
  padding: 22px;
  border: 1px solid var(--story-line);
  border-radius: 18px;
  color: var(--story-navy);
  background: #fff;
  font-size: 16px;
  font-weight: 700;
}
.nm-faq-links a:hover {
  color: #fff;
  background: var(--story-blue);
  transform: translateY(-3px);
}
.nm-faq-links span {
  font-size: 11px;
  letter-spacing: 0.12em;
  opacity: 0.65;
}
.nm-faq-group {
  display: grid;
  grid-template-columns: minmax(230px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(35px, 7vw, 105px);
  padding: 52px 0;
  border-top: 1px solid var(--story-line);
  scroll-margin-top: 110px;
}
.nm-faq-group__title > span {
  display: block;
  margin-bottom: 18px;
  color: var(--story-muted);
  font-size: 13px;
  font-weight: 700;
}
.nm-faq-group__title h2 {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.035em;
}
.nm-faq-list details {
  border-bottom: 1px solid var(--story-line);
}
.nm-faq-list details:first-child {
  border-top: 1px solid var(--story-line);
}
.nm-faq-list summary {
  position: relative;
  padding: 23px 52px 23px 0;
  color: var(--story-navy);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}
.nm-faq-list summary::-webkit-details-marker {
  display: none;
}
.nm-faq-list summary::before,
.nm-faq-list summary::after {
  content: "";
  position: absolute;
  top: 32px;
  right: 8px;
  width: 15px;
  height: 1px;
  background: currentColor;
  transition: transform 0.2s ease;
}
.nm-faq-list summary::after {
  transform: rotate(90deg);
}
.nm-faq-list details[open] summary::after {
  transform: rotate(0);
}
.nm-faq-list details p {
  max-width: 740px;
  margin: -5px 52px 24px 0;
  color: var(--story-muted);
  line-height: 1.75;
}
.nm-faq-list details a {
  color: var(--story-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.nm-faq-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  margin-top: 55px;
  padding: clamp(38px, 6vw, 72px);
  border-radius: 28px;
  background: #f4f6fa;
}
.nm-faq-contact h2 {
  max-width: 680px;
}
.nm-faq-note {
  max-width: 820px;
  margin: 24px auto 0;
  color: var(--story-muted);
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

@media (max-width: 900px) {
  .nm-story-hero,
  .nm-story-intro,
  .nm-story-cta,
  .nm-faq-group {
    grid-template-columns: 1fr;
  }
  .nm-story-hero__visual {
    min-height: 360px;
  }
  .nm-story-value-grid {
    grid-template-columns: 1fr;
  }
  .nm-story-value-grid article {
    min-height: 0;
  }
  .nm-story-value-grid article > span {
    margin-bottom: 28px;
  }
  .nm-faq-links {
    grid-template-columns: repeat(2, 1fr);
  }
  .nm-faq-contact {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  body.page-id-358 {
    overflow-x: hidden;
  }
  .nm-story-page {
    width: calc(100% - 24px);
    max-width: calc(100vw - 24px);
    padding-top: 30px;
    padding-bottom: 64px;
    overflow: hidden;
  }
  .nm-story-hero {
    min-height: 0;
    border-radius: 22px;
  }
  .nm-story-hero__content {
    padding: 36px 22px 44px;
  }
  .nm-story-hero h1 {
    margin-bottom: 20px;
    font-size: clamp(36px, 10.5vw, 41px);
    line-height: 1;
    letter-spacing: -0.04em;
  }
  .nm-story-hero p {
    margin-bottom: 26px;
    font-size: 15px;
    line-height: 1.65;
  }
  .nm-story-hero__visual {
    min-height: 280px;
  }
  .nm-story-hero__visual strong {
    font-size: clamp(38px, 12vw, 50px);
  }
  .nm-story-intro {
    gap: 28px;
    padding: 54px 12px;
  }
  .nm-story-intro h2,
  .nm-story-section-head h2,
  .nm-story-cta h2 {
    font-size: clamp(28px, 8.2vw, 32px);
    line-height: 1.08;
    letter-spacing: -0.035em;
  }
  .nm-story-intro__copy p {
    font-size: 15px;
    line-height: 1.7;
  }
  .nm-story-journey,
  .nm-story-values,
  .nm-story-cta {
    padding: 30px 20px;
    border-radius: 22px;
  }
  .nm-story-timeline li {
    grid-template-columns: 46px 1fr;
    gap: 15px;
    padding: 23px 0;
  }
  .nm-story-timeline > li > span {
    width: 42px;
    height: 42px;
  }
  .nm-story-timeline h3 {
    font-size: 17px;
    line-height: 1.35;
  }
  .nm-story-timeline p,
  .nm-story-value-grid p {
    font-size: 13px;
  }
  .nm-story-section-head {
    margin-bottom: 32px;
  }
  .nm-story-value-grid article {
    padding: 24px;
  }
  .nm-story-value-grid article > span {
    margin-bottom: 24px;
  }
  .nm-story-cta {
    gap: 26px;
  }
  .nm-story-button {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    white-space: normal;
  }
  .nm-faq-hero h1 {
    font-size: 51px;
  }
  .nm-faq-links {
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-bottom: 58px;
  }
  .nm-faq-links a {
    min-height: 108px;
    padding: 17px;
  }
  .nm-faq-group {
    padding: 40px 0;
  }
  .nm-faq-contact {
    padding: 34px 24px;
    border-radius: 22px;
  }
}

/* About Us: align palette and typography with the current Elefante identity. */
body.page-id-358 .nm-story-page {
  --story-navy: #6e503e;
  --story-blue: var(--nm-header-nav-bg, #e6a53c);
  --story-muted: #6f6259;
  --story-line: rgba(110, 80, 62, 0.18);
}

body.page-id-358 .nm-story-eyebrow {
  color: var(--story-navy);
  line-height: 1.55;
}

body.page-id-358 .nm-story-hero,
body.page-id-358 .nm-story-cta {
  background: var(--story-navy);
}

body.page-id-358 .nm-story-hero h1 {
  color: #fff;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

body.page-id-358 .nm-story-hero p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.82;
}

body.page-id-358 .nm-story-hero .nm-story-eyebrow,
body.page-id-358 .nm-story-cta .nm-story-eyebrow {
  color: #f7d18e;
}

body.page-id-358 .nm-story-hero__visual,
body.page-id-358 .nm-story-journey,
body.page-id-358 .nm-story-value-grid article {
  background: #fff7e8;
}

body.page-id-358 .nm-story-hero__visual {
  background: #fff7e8 url("assets/src/images/hero/elefante-hero-community.jpg")
    center / cover no-repeat;
}

body.page-id-358 .nm-story-hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hide the old decorative placeholder when an older About-page database is used. */
body.page-id-358 .nm-story-hero__visual > :not(img) {
  display: none;
}

body.page-id-358 .nm-story-hero__content,
body.page-id-358 .nm-story-intro__copy,
body.page-id-358 .nm-story-timeline > li > div,
body.page-id-358 .nm-story-value-grid > article {
  line-height: 1.82;
}

body.page-id-358 .nm-story-hero__visual strong,
body.page-id-358 .nm-story-intro h2,
body.page-id-358 .nm-story-section-head h2,
body.page-id-358 .nm-story-timeline h3,
body.page-id-358 .nm-story-value-grid h3 {
  color: var(--story-navy);
}

body.page-id-358 .nm-story-intro h2,
body.page-id-358 .nm-story-section-head h2,
body.page-id-358 .nm-story-cta h2 {
  line-height: 1.16;
  letter-spacing: -0.025em;
}

body.page-id-358 .nm-story-timeline h3,
body.page-id-358 .nm-story-value-grid h3 {
  line-height: 1.4;
  letter-spacing: -0.01em;
}

body.page-id-358 .nm-story-intro__copy p,
body.page-id-358 .nm-story-timeline p,
body.page-id-358 .nm-story-value-grid p,
body.page-id-358 .nm-story-cta p {
  line-height: 1.82;
}

body.page-id-358 .nm-story-button {
  background: var(--story-blue);
  color: #111;
}

body.page-id-358 .nm-story-button:hover,
body.page-id-358 .nm-story-button:focus-visible {
  background: #fff;
  color: var(--story-navy);
}

body.page-id-358 .nm-story-timeline > li > span {
  background: var(--story-blue);
  color: #111;
}

body.page-id-358 .nm-story-values {
  border-color: var(--story-line);
}

html.nm-about-motion-ready
  body.page-id-358
  :is(
    .nm-story-hero,
    .nm-story-intro > *,
    .nm-story-journey,
    .nm-story-timeline > li,
    .nm-story-values,
    .nm-story-value-grid > article,
    .nm-story-cta
  ) {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 680ms cubic-bezier(0.22, 1, 0.36, 1) var(--nm-about-delay, 0ms),
    transform 680ms cubic-bezier(0.22, 1, 0.36, 1) var(--nm-about-delay, 0ms);
}

html.nm-about-motion-ready
  body.page-id-358
  :is(
    .nm-story-hero,
    .nm-story-intro > *,
    .nm-story-journey,
    .nm-story-timeline > li,
    .nm-story-values,
    .nm-story-value-grid > article,
    .nm-story-cta
  ).is-revealed {
  opacity: 1;
  transform: translateY(0);
}

body.page-id-358 .nm-story-value-grid article {
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease;
}

body.page-id-358 .nm-story-value-grid article:hover {
  background: #fff2d9;
  box-shadow: 0 16px 34px rgba(110, 80, 62, 0.1);
  transform: translateY(-6px);
}

body.page-id-358 .nm-story-timeline > li > span {
  transition:
    transform 200ms ease,
    box-shadow 200ms ease;
}

body.page-id-358 .nm-story-timeline li:hover > span {
  box-shadow: 0 8px 18px rgba(230, 165, 60, 0.3);
  transform: scale(1.08) rotate(-4deg);
}

body.page-id-358 .nm-story-button span {
  transition: transform 180ms ease;
}

body.page-id-358 .nm-story-button:hover span,
body.page-id-358 .nm-story-button:focus-visible span {
  transform: translateX(4px);
}

@media (max-width: 600px) {
  body.page-id-358 .nm-story-hero h1 {
    line-height: 1.12;
    letter-spacing: -0.025em;
  }

  body.page-id-358 .nm-story-intro h2,
  body.page-id-358 .nm-story-section-head h2,
  body.page-id-358 .nm-story-cta h2 {
    line-height: 1.2;
    letter-spacing: -0.018em;
  }

  body.page-id-358 .nm-story-timeline h3,
  body.page-id-358 .nm-story-value-grid h3 {
    line-height: 1.45;
  }

  body.page-id-358 .nm-story-hero p,
  body.page-id-358 .nm-story-intro__copy p,
  body.page-id-358 .nm-story-timeline p,
  body.page-id-358 .nm-story-value-grid p,
  body.page-id-358 .nm-story-cta p {
    line-height: 1.75;
  }
}
.nm-home-best-sellers-header > a::after {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 400;
  content: "\2192";
  transition: transform 180ms ease;
}
.nm-home-best-sellers-header > a:hover::after,
.nm-home-best-sellers-header > a:focus-visible::after {
  transform: translateX(4px);
}
.nm-home-best-sellers-carousel {
  position: relative;
}
.nm-home-best-sellers-products .woocommerce {
  margin: 0;
}
.nm-home-best-sellers-products ul.products {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start;
  gap: clamp(16px, 1.4vw, 22px);
  margin: 0 !important;
  padding: 0 0 12px !important;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.nm-home-best-sellers-products ul.products::-webkit-scrollbar {
  display: none;
}
.nm-home-best-sellers-products ul.products > li.product {
  float: none !important;
  display: flex;
  flex: 0 0 calc((100% - clamp(48px, 4.2vw, 66px)) / 4);
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  scroll-snap-align: start;
}
.nm-home-best-sellers-products .nm-shop-loop-product-wrap {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: auto;
  aspect-ratio: auto;
  padding: 16px 16px 18px;
  border: 1px solid rgba(19, 42, 79, 0.07);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(19, 42, 79, 0.055);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}
.nm-home-best-sellers-products li.product:hover .nm-shop-loop-product-wrap {
  border-color: rgba(19, 42, 79, 0.12);
  box-shadow: 0 9px 22px rgba(19, 42, 79, 0.085);
  transform: translateY(-2px);
}
.nm-home-best-sellers-products .nm-shop-loop-thumbnail {
  position: relative;
  flex: 0 0 auto;
  aspect-ratio: 1 / 1.08;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}
.nm-home-best-sellers-products
  .nm-shop-loop-thumbnail
  > .nm-shop-loop-thumbnail-link {
  display: block;
  width: 100%;
  height: 100%;
}
.nm-home-best-sellers-products .nm-shop-loop-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 550ms cubic-bezier(0.22, 1, 0.36, 1);
}
.nm-home-best-sellers-products li.product:hover .nm-shop-loop-thumbnail img {
  transform: scale(1.025);
}

.nm-home-best-sellers-products .nm-card-quickview-cart {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--nm-brand-gold);
  border-radius: 50%;
  background: var(--nm-brand-gold);
  box-shadow: 0 5px 18px rgba(19, 42, 79, 0.1);
  color: var(--nm-brand-navy);
  opacity: 0;
  transform: translateY(7px) scale(0.94);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.nm-home-best-sellers-products .nm-card-quickview-cart svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nm-home-best-sellers-products li.product:hover .nm-card-quickview-cart,
.nm-home-best-sellers-products li.product:focus-within .nm-card-quickview-cart {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.nm-home-best-sellers-products .nm-card-quickview-cart:hover,
.nm-home-best-sellers-products .nm-card-quickview-cart:focus-visible {
  border-color: var(--nm-brand-brown);
  background: var(--nm-brand-brown);
  color: #fff;
}

.nm-home-best-sellers-products .nm-card-quickview-cart:focus-visible {
  outline: 2px solid var(--nm-brand-brown);
  outline-offset: 3px;
}
.nm-home-best-sellers-products .nm-shop-loop-details {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 18px 2px 0;
}
.nm-home-best-sellers-products .nm-shop-loop-title-price {
  display: flex;
  flex-direction: column;
}
.nm-best-seller-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 26px;
  margin-bottom: 12px;
}
.nm-best-seller-swatches {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.nm-home-best-sellers-products button.nm-best-seller-swatch {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  margin: 0;
  padding: 0;
  border: 2px solid #fff !important;
  border-radius: 50%;
  background-color: var(--swatch-color) !important;
  background-image: none !important;
  box-shadow: 0 0 0 1px rgba(19, 42, 79, 0.08);
  color: transparent !important;
  cursor: pointer;
  appearance: none;
  overflow: hidden;
  transition:
    box-shadow 160ms ease,
    transform 160ms ease;
}
.nm-home-best-sellers-products button.nm-best-seller-swatch.is-selected {
  box-shadow: 0 0 0 1px var(--nm-brand-navy);
  transform: scale(1.08);
}
.nm-home-best-sellers-products button.nm-best-seller-swatch:hover {
  transform: scale(1.12);
}
.nm-home-best-sellers-products button.nm-best-seller-swatch:focus-visible {
  outline: 2px solid var(--nm-brand-navy);
  outline-offset: 3px;
}
.nm-home-best-sellers-products
  li.product.is-changing-variation
  .nm-shop-loop-thumbnail
  img {
  animation: nm-best-seller-variation-change 300ms ease both;
}
@keyframes nm-best-seller-variation-change {
  0% {
    opacity: 0.48;
    transform: scale(0.975);
  }
  100% {
    opacity: 1;
    transform: scale(1.025);
  }
}

/* Header product search: compact panel aligned with the storefront header. */
.nm-page-overlay.nm-header-search-overlay {
  position: fixed !important;
  inset: 0;
  background: rgba(19, 42, 79, 0.32);
  backdrop-filter: blur(3px);
}

#nm-header-search {
  right: 20px;
  left: 20px;
  width: auto;
  max-width: 1420px;
  margin: 0 auto;
  border: 1px solid rgba(19, 42, 79, 0.1);
  border-radius: 0 0 26px 26px;
  background: #fff;
  box-shadow: 0 24px 65px rgba(19, 42, 79, 0.18);
}

.nm-header-search-wrap {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  padding: 24px 76px 24px 28px;
}

#nm-header-search-form {
  width: 100%;
}

#nm-header-search-input {
  box-sizing: border-box;
  width: 100%;
  height: 58px;
  margin: 0;
  padding: 0 64px 0 52px;
  border: 1px solid rgba(19, 42, 79, 0.14);
  border-radius: 999px;
  background: #f4f7fc;
  color: #132a4f;
  box-shadow: none;
  font-size: 18px;
  line-height: 56px;
  outline: 0;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

#nm-header-search-input::placeholder {
  color: #7887a3;
  opacity: 1;
}

#nm-header-search-input:hover {
  border-color: rgba(19, 42, 79, 0.25);
}

#nm-header-search-input:focus {
  border-color: #3159aa;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(49, 89, 170, 0.11);
}

#nm-header-search-form > i {
  top: 50%;
  left: 20px;
  color: #132a4f;
  font-size: 18px;
  transform: translateY(-50%);
}

#nm-header-search-close {
  top: 33px;
  right: 25px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(19, 42, 79, 0.1);
  border-radius: 50%;
  background: #fff;
  color: #132a4f;
  font-size: 16px;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

#nm-header-search-close:hover,
#nm-header-search-close:focus-visible {
  background: #e6a53c;
  color: #fff;
  transform: rotate(4deg);
}

.admin-bar #nm-header-search-close {
  top: 65px;
}

#nm-header-search-clear-button,
#nm-header-search.has-suggestions #nm-header-search-clear-button {
  top: 50%;
  left: 20px;
  width: 20px;
  height: 20px;
  border: 0;
  background: transparent;
  color: #132a4f;
}

#nm-header-search.has-suggestions #nm-header-search-clear-button {
  transform: translateY(-50%);
}

.nm-search-keywords-title {
  margin: 18px 0 12px;
  color: #647797;
  font-size: 12px;
  font-weight: 700;
}

.nm-search-keywords-list .button.border {
  border-color: rgba(19, 42, 79, 0.12);
  background: #f4f7fc;
  color: #132a4f;
}

.nm-search-keywords-list .button.border:hover,
.nm-search-keywords-list .button.border:focus-visible {
  border-color: #e6a53c;
  background: #e6a53c;
  color: #111;
}

#nm-search-suggestions {
  margin-top: 18px;
}

#nm-search-suggestions-product-list {
  gap: 18px;
}

#nm-search-suggestions-product-list li {
  box-sizing: border-box;
  padding: 12px;
  border: 1px solid rgba(19, 42, 79, 0.1);
  border-radius: 16px;
  background: #fff;
}

#nm-search-suggestions-product-list img {
  border-radius: 13px;
  background: #f4f7fc;
  object-fit: contain;
}

#nm-search-suggestions-product-list strong {
  color: #132a4f;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 768px) {
  #nm-header-search {
    right: 10px;
    left: 10px;
    border-radius: 0 0 22px 22px;
  }

  .nm-header-search-wrap {
    padding: 14px 58px 14px 14px;
  }

  #nm-header-search-input {
    height: 52px;
    padding: 0 48px 0 44px;
    font-size: 16px;
    line-height: 50px;
  }

  #nm-header-search-form > i,
  #nm-header-search-clear-button,
  #nm-header-search.has-suggestions #nm-header-search-clear-button {
    left: 16px;
  }

  #nm-header-search-close {
    top: 20px;
    right: 18px;
    width: 38px;
    height: 38px;
    font-size: 14px;
  }

  .admin-bar #nm-header-search {
    padding-top: 46px;
  }

  .admin-bar #nm-header-search-close {
    top: 67px;
  }
}
.nm-home-best-sellers-products
  li.product.has-active-card-variation
  .nm-shop-hover-image {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}
.nm-best-seller-swatch-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 22px;
  padding: 0 6px;
  border: 1px solid #efe2c5;
  border-radius: 999px;
  background: #fff;
  color: var(--nm-brand-navy);
  font-size: 13px;
  font-weight: 700;
}
.nm-best-seller-capacity {
  margin-left: auto;
  color: rgba(19, 42, 79, 0.86);
  font-size: 12px;
  white-space: nowrap;
}
.nm-home-best-sellers-products .woocommerce-loop-product__title {
  font-size: 15px;
  font-weight: 700;
}
.nm-home-best-sellers-products .price {
  display: block !important;
  color: rgba(19, 42, 79, 0.72);
  font-size: 14px;
  opacity: 1 !important;
  visibility: visible !important;
}
.nm-home-best-sellers-products .nm-shop-loop-actions {
  position: static;
  display: block;
  width: 100%;
  margin-top: auto;
  opacity: 1;
}
.nm-home-best-sellers-products .nm-shop-loop-actions > a {
  display: none;
}
.nm-best-seller-categories {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  min-width: 0;
  padding-top: 16px;
  overflow: hidden;
}
.nm-best-seller-categories span {
  display: inline-flex;
  flex: 0 1 auto;
  align-items: center;
  min-width: 0;
  min-height: 24px;
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--nm-brand-cream);
  color: var(--nm-brand-navy);
  font-size: clamp(10px, 0.68vw, 12px);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.nm-home-best-sellers-arrow {
  position: absolute;
  top: 42%;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(19, 42, 79, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 4px 12px rgba(19, 42, 79, 0.1);
  color: var(--nm-brand-navy);
  font-size: 30px;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
  transition:
    opacity 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}
.nm-home-best-sellers-carousel:hover .nm-home-best-sellers-arrow:not(:disabled),
.nm-home-best-sellers-carousel:focus-within
  .nm-home-best-sellers-arrow:not(:disabled) {
  opacity: 1;
  pointer-events: auto;
}
.nm-home-best-sellers-arrow:hover:not(:disabled) {
  background: #fff;
  transform: translateY(-50%) scale(1.04);
}
.nm-home-best-sellers-arrow:disabled {
  display: none !important;
}
.nm-home-best-sellers-arrow.is-unavailable {
  display: none !important;
}
.nm-home-best-sellers-arrow[hidden] {
  display: none !important;
}
.nm-home-best-sellers-arrow.is-prev {
  left: -23px;
}
.nm-home-best-sellers-arrow.is-next {
  right: -23px;
}

/* Homepage 4.6: Shop by Color
--------------------------------------------------------------- */
.nm-home-color {
  width: min(1480px, calc(100% - 110px));
  margin: 0 auto 112px;
  color: #111;
  text-align: center;
}
.nm-home-color__header {
  margin-bottom: 34px;
}
.nm-home-color__header h2 {
  margin: 0;
  color: #111;
  font-size: 36px;
  font-weight: 650;
  line-height: 1.12;
  letter-spacing: -0.025em;
}
.nm-home-color__header p {
  margin: 8px 0 0;
  color: #6f6f6f;
  font-size: 15px;
  line-height: 1.5;
}
.nm-home-color__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(26px, 3.25vw, 58px);
  padding: 2px 8px 10px;
}
.nm-home-color__item {
  display: inline-flex;
  flex: 0 0 82px;
  align-items: center;
  color: #111;
  flex-direction: column;
  gap: 12px;
  text-decoration: none;
}
.nm-home-color__swatch {
  display: block;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(17, 17, 17, 0.15);
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  box-shadow: 0 5px 16px rgba(19, 42, 79, 0.06);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}
a.nm-home-color__item:hover,
a.nm-home-color__item:focus-visible {
  color: #111;
}
a.nm-home-color__item:hover .nm-home-color__swatch,
a.nm-home-color__item:focus-visible .nm-home-color__swatch {
  border-color: rgba(17, 17, 17, 0.28);
  box-shadow: 0 9px 22px rgba(19, 42, 79, 0.11);
  transform: translateY(-3px) scale(1.035);
}
.nm-home-color__name {
  color: #111;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
}
.nm-home-color__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 28px;
  padding: 10px 22px;
  border: 1px solid #e6a53c;
  border-radius: 999px;
  background: #e6a53c;
  box-shadow: 0 7px 18px rgba(19, 42, 79, 0.14);
  color: #111;
  font-size: 14px;
  font-weight: 700;
  gap: 12px;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}
.nm-home-color__cta:hover,
.nm-home-color__cta:focus-visible {
  border-color: #6e503e;
  background: #6e503e;
  box-shadow: 0 10px 24px rgba(19, 42, 79, 0.2);
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .nm-home-color {
    width: calc(100% - 50px);
    margin-bottom: 82px;
  }
  .nm-home-color__list {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x pinch-zoom;
    scroll-snap-type: none;
    scroll-padding-inline: 8px;
    scrollbar-width: none;
    cursor: grab;
  }
  .nm-home-color__list.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    user-select: none;
  }
  .nm-home-color__list::-webkit-scrollbar {
    display: none;
  }
  .nm-home-color__item {
    scroll-snap-align: start;
  }
}
@media (max-width: 550px) {
  .nm-home-color {
    width: calc(100% - 30px);
    margin-bottom: 64px;
  }
  .nm-home-color__header {
    margin-bottom: 26px;
  }
  .nm-home-color__header h2 {
    font-size: 30px;
  }
  .nm-home-color__list {
    gap: 18px;
    padding-right: 24px;
  }
  .nm-home-color__item {
    flex-basis: 70px;
  }
  .nm-home-color__swatch {
    width: 62px;
    height: 62px;
  }
}

/* Homepage 4.7 + 4.8: Made for You and B2B
--------------------------------------------------------------- */
.nm-home-promos {
  --services-gold: var(--nm-header-nav-bg, #e6a53c);
  --services-brown: #6e503e;
  --services-ink: #171717;
  --services-muted: #6c6863;
  --services-line: #e4ddd3;
  display: grid;
  width: min(1480px, calc(100% - 110px));
  margin: 0 auto 112px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.nm-home-promo {
  position: relative;
  display: grid;
  min-height: 430px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 14px;
  background: var(--promo-bg, #f1f1ef);
  box-shadow: 0 6px 20px rgba(19, 42, 79, 0.055);
  color: var(--promo-color, #111);
  grid-template-columns: minmax(0, 1.18fr) minmax(180px, 0.82fr);
  overflow: hidden;
}
.nm-home-promo__content {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  padding: clamp(30px, 3.2vw, 48px);
  flex-direction: column;
}
.nm-home-promo__eyebrow {
  margin: 0 0 10px;
  color: inherit;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.nm-home-promo h2 {
  max-width: 430px;
  margin: 0;
  color: inherit;
  font-size: clamp(30px, 2.3vw, 40px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.035em;
}
.nm-home-promo__description {
  max-width: 430px;
  margin: 14px 0 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.55;
  opacity: 0.74;
}
.nm-home-promo__features {
  display: grid;
  margin: 24px 0 26px;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  list-style: none;
}
.nm-home-promo--personal .nm-home-promo__features {
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}
.nm-home-promo__features li {
  display: flex;
  align-items: flex-start;
  min-width: 0;
  color: inherit;
  gap: 9px;
}
.nm-home-promo__feature-icon {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border: 1px solid color-mix(in srgb, currentColor 22%, transparent);
  border-radius: 50%;
  color: inherit;
  place-items: center;
  overflow: hidden;
}
.nm-home-promo__feature-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nm-home-promo__feature-icon > span {
  font-size: 13px;
  font-weight: 800;
}
.nm-home-promo__features strong,
.nm-home-promo__features small {
  display: block;
  color: inherit;
  line-height: 1.35;
}
.nm-home-promo__features strong {
  font-size: 12px;
  font-weight: 750;
}
.nm-home-promo__features small {
  margin-top: 2px;
  font-size: 11px;
  opacity: 0.66;
}
.nm-home-promo__cta {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  min-height: 44px;
  margin-top: auto;
  padding: 10px 18px;
  border: 0;
  border-radius: 4px;
  background: var(--services-gold);
  color: var(--services-ink);
  font-size: 13px;
  font-weight: 750;
  font-family: inherit;
  cursor: pointer;
  gap: 13px;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}
.nm-home-promo__cta:hover,
.nm-home-promo__cta:focus-visible {
  background: var(--services-brown);
  box-shadow: 0 8px 20px rgba(17, 17, 17, 0.18);
  color: #fff;
  transform: translateY(-2px);
}
.nm-home-promo__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 28px 22px 28px 0;
}
.nm-home-promo__media img {
  display: block;
  width: 100%;
  max-height: 350px;
  object-fit: contain;
  filter: drop-shadow(0 14px 22px rgba(17, 17, 17, 0.13));
}

@media (max-width: 1100px) {
  .nm-home-promos {
    width: calc(100% - 50px);
    grid-template-columns: minmax(0, 1fr);
  }
  .nm-home-promo {
    min-height: 390px;
    grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.65fr);
  }
}
@media (max-width: 650px) {
  .nm-home-promos {
    width: calc(100% - 30px);
    margin-bottom: 64px;
    gap: 12px;
  }
  .nm-home-promo {
    min-height: 270px;
    border-radius: 12px;
    grid-template-columns: minmax(0, 1.35fr) minmax(112px, 0.8fr);
  }
  .nm-home-promo__content {
    padding: 20px 0 18px 18px;
  }
  .nm-home-promo__eyebrow {
    margin-bottom: 7px;
    font-size: 10px;
    line-height: 1.25;
    letter-spacing: 0.045em;
  }
  .nm-home-promo h2 {
    max-width: 205px;
    font-size: clamp(21px, 6.5vw, 26px);
    line-height: 1.03;
  }
  .nm-home-promo__description {
    display: -webkit-box;
    max-width: 205px;
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .nm-home-promo__features,
  .nm-home-promo--personal .nm-home-promo__features {
    margin: 12px 0 13px;
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
  }
  .nm-home-promo__features li {
    align-items: center;
    gap: 6px;
  }
  .nm-home-promo__feature-icon {
    flex-basis: 16px;
    width: 16px;
    height: 16px;
  }
  .nm-home-promo__feature-icon > span {
    font-size: 10px;
  }
  .nm-home-promo__features strong {
    font-size: 10px;
    line-height: 1.25;
  }
  .nm-home-promo__features small {
    display: none;
  }
  .nm-home-promo__cta {
    min-height: 34px;
    padding: 7px 11px;
    border-radius: 3px;
    font-size: 10px;
    gap: 8px;
  }
  .nm-home-promo__media {
    align-self: stretch;
    min-height: 0;
    padding: 18px 12px 18px 4px;
  }
  .nm-home-promo__media img {
    height: 100%;
    max-height: 230px;
    object-fit: contain;
  }
}

@media (max-width: 370px) {
  .nm-home-promo {
    grid-template-columns: minmax(0, 1.4fr) minmax(100px, 0.75fr);
  }
  .nm-home-promo__content {
    padding-left: 15px;
  }
  .nm-home-promo h2 {
    font-size: 20px;
  }
}

/* Homepage 4.9: Case Studies. */
.nm-home-cases {
  width: min(1480px, calc(100% - 110px));
  margin-right: auto;
  margin-left: auto;
}

.nm-home-cases {
  margin-bottom: 104px;
}

.nm-home-cases__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-bottom: 30px;
  text-align: center;
}

.nm-home-cases__header > div {
  max-width: min(720px, 60%);
}

.nm-home-cases__header h2 {
  margin: 0;
  color: #111;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.nm-home-cases__header p {
  margin: 9px 0 0;
  color: rgba(17, 17, 17, 0.62);
  font-size: 15px;
  line-height: 1.55;
}

.nm-home-cases__cta {
  display: flex;
  width: fit-content;
  flex: 0 0 auto;
  align-items: center;
  min-height: 46px;
  margin: 28px auto 0;
  padding: 10px 18px;
  border: 1px solid #e6a53c;
  border-radius: 999px;
  background: #e6a53c;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.nm-home-cases__cta:hover,
.nm-home-cases__cta:focus-visible {
  border-color: #6e503e;
  background: #6e503e;
  box-shadow: 0 8px 20px rgba(19, 42, 79, 0.09);
  color: #fff;
  transform: translateY(-2px);
}

.nm-home-cases__cta:focus-visible {
  outline: 2px solid rgba(23, 51, 95, 0.45);
  outline-offset: 3px;
}

.nm-home-cases__cta::after {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 400;
  content: "\2192";
  transition: transform 180ms ease;
}

.nm-home-cases__cta:hover::after,
.nm-home-cases__cta:focus-visible::after {
  transform: translateX(4px);
}

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

.nm-home-case-card {
  display: grid;
  grid-template-columns: minmax(0, 46%) minmax(0, 54%);
  min-height: 220px;
  overflow: hidden;
  border: 1px solid rgba(23, 51, 95, 0.1);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(17, 40, 76, 0.07);
}

.nm-home-case-card__media {
  min-height: 220px;
  overflow: hidden;
  background: #f4f1eb;
}

.nm-home-case-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
}

.nm-home-case-card:hover .nm-home-case-card__media img {
  transform: scale(1.035);
}

.nm-home-case-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 27px 24px 24px;
}

.nm-home-case-card__content h3 {
  margin: 0;
  color: #111;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
}

.nm-home-case-card__content p {
  margin: 10px 0 18px;
  color: rgba(17, 17, 17, 0.62);
  font-size: 13px;
  line-height: 1.55;
}

.nm-home-case-card__content a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding: 9px 14px;
  border: 1px solid #e6a53c;
  border-radius: 999px;
  background: #e6a53c;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    gap 180ms ease;
}

.nm-home-case-card__content a:hover,
.nm-home-case-card__content a:focus-visible {
  gap: 14px;
  border-color: #6e503e;
  background: #6e503e;
  color: #fff;
}

.nm-home-cases__gallery {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.nm-home-cases__gallery-item {
  display: block;
  aspect-ratio: 1.3 / 1;
  overflow: hidden;
  border-radius: 10px;
  background: #f4f1eb;
}

.nm-home-cases__gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
}

a.nm-home-cases__gallery-item:hover img,
a.nm-home-cases__gallery-item:focus-visible img {
  transform: scale(1.05);
}

@media (max-width: 1199px) {
  .nm-home-case-card {
    grid-template-columns: 1fr;
  }

  .nm-home-case-card__media {
    min-height: 190px;
    aspect-ratio: 16 / 9;
  }

  .nm-home-cases__gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .nm-home-cases {
    width: calc(100% - 50px);
  }

  .nm-home-cases__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .nm-home-cases {
    width: calc(100% - 30px);
  }

  .nm-home-cases {
    margin-bottom: 72px;
  }

  .nm-home-cases__header {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 23px;
  }

  .nm-home-cases__header > div {
    max-width: 100%;
  }

  .nm-home-cases__header h2 {
    font-size: 30px;
  }

  .nm-home-cases__cta {
    margin-top: 22px;
    font-size: 14px;
  }

  .nm-home-cases__grid {
    display: flex;
    width: auto;
    max-width: none;
    gap: 14px;
    margin-right: -15px;
    padding-right: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: auto;
    /* Let mobile browsers distinguish vertical page scroll from horizontal swiping. */
    touch-action: auto;
    scroll-snap-type: none;
    scrollbar-width: none;
    cursor: grab;
  }

  .nm-home-cases__grid::-webkit-scrollbar,
  .nm-home-cases__gallery::-webkit-scrollbar {
    display: none;
  }

  .nm-home-case-card {
    flex: 0 0 min(84vw, 355px);
    scroll-snap-align: start;
  }

  .nm-home-cases__gallery {
    display: flex;
    width: auto;
    max-width: none;
    gap: 12px;
    margin-right: -15px;
    padding-right: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: auto;
    /* Let mobile browsers distinguish vertical page scroll from horizontal swiping. */
    touch-action: auto;
    scroll-snap-type: none;
    scrollbar-width: none;
    cursor: grab;
  }

  .nm-home-cases__grid.is-dragging,
  .nm-home-cases__gallery.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    user-select: none;
  }

  .nm-home-cases__gallery-item {
    flex: 0 0 min(58vw, 230px);
    scroll-snap-align: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nm-home-case-card__media img,
  .nm-home-cases__gallery-item img {
    transition: none;
  }
}

/* Montigo-style cart drawer. */
.nm-page-overlay.nm-cart-panel-overlay {
  background: rgba(110, 80, 62, 0.28);
  backdrop-filter: blur(3px);
}

body.cart-panel-open {
  overflow: hidden;
}

.nm-cart-panel-holder,
.cart-panel-open .nm-cart-panel-holder,
.cart-panel-closing .nm-cart-panel-holder {
  z-index: 1000200;
}

.cart-panel-open .nm-cart-panel-holder,
.cart-panel-closing .nm-cart-panel-holder {
  width: 100vw;
}

#nm-cart-panel {
  left: auto;
  right: 0;
  width: min(550px, 100%);
  max-width: 550px;
  color: #6e503e;
  background: #fff;
  box-shadow: -22px 0 60px rgba(110, 80, 62, 0.14);
  transform: translate3d(100%, 0, 0);
}

.cart-panel-open #nm-cart-panel {
  transform: translate3d(0, 0, 0);
}

.nm-cart-panel-header {
  flex: 0 0 auto;
  padding: 0 24px;
  color: #6e503e;
  background: #fff;
  border-bottom: 1px solid rgba(110, 80, 62, 0.16);
}

.nm-cart-panel-header-inner {
  display: flex;
  align-items: center;
  height: 80px;
  border-bottom: 0;
}

.nm-child-cart-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.nm-child-cart-heading svg {
  display: block;
  width: 27px;
  height: 27px;
}

#nm-cart-panel-close {
  position: absolute;
  top: 50%;
  right: 0;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #6e503e;
  transform: translateY(-50%);
}

.nm-cart-panel-close-title {
  margin: 0;
}

#nm-cart-panel-close .nm-font-close2 {
  font-size: 21px;
}

#nm-cart-panel .widget_shopping_cart_content {
  background: #fff;
  transition: opacity 160ms ease;
}

#nm-cart-panel.nm-child-cart-fragment-pending .widget_shopping_cart_content {
  opacity: 0;
  pointer-events: none;
}

#nm-cart-panel.nm-child-cart-fragment-pending::after {
  content: "Đang đồng bộ giỏ hàng…";
  position: absolute;
  top: 112px;
  left: 50%;
  z-index: 110;
  color: #7b6a5f;
  font-size: 13px;
  transform: translateX(-50%);
  white-space: nowrap;
}

.nm-child-cart-shipping {
  flex: 0 0 auto;
  padding: 26px 24px 22px;
  color: #6e503e;
}

.nm-child-cart-shipping p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.45;
  text-align: center;
}

.nm-child-cart-shipping p strong {
  font-weight: 700;
}

.nm-child-cart-shipping__track {
  position: relative;
  height: 9px;
  border: 2px solid #e6a53c;
  border-radius: 999px;
  background: transparent;
  overflow: hidden;
}

.nm-child-cart-shipping__track span {
  display: block;
  width: var(--nm-child-cart-progress, 0%);
  height: 100%;
  border-radius: inherit;
  background: #e6a53c;
  transition: width 350ms ease;
}

.nm-child-cart-shipping.is-qualified .nm-child-cart-shipping__track span {
  background: #4f7437;
}

#nm-cart-panel .nm-cart-panel-list-wrap {
  flex: 1 1 auto;
  padding: 22px 24px 24px;
  overflow-x: hidden;
  overflow-y: auto;
}

#nm-cart-panel .product_list_widget {
  display: block;
  color: #6e503e;
}

#nm-cart-panel .product_list_widget > li.woocommerce-mini-cart-item {
  position: relative;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  align-items: start;
  gap: 22px;
  min-height: 132px;
  padding: 0 0 24px;
  border: 0;
}

#nm-cart-panel
  .product_list_widget
  > li.woocommerce-mini-cart-item
  + li.woocommerce-mini-cart-item {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(110, 80, 62, 0.16);
}

#nm-cart-panel .nm-cart-panel-item-thumbnail {
  align-self: start;
  width: 104px;
}

#nm-cart-panel .nm-cart-panel-thumbnail-wrap {
  display: grid;
  place-items: center;
  width: 104px;
  height: 126px;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

#nm-cart-panel .product_list_widget li .nm-cart-panel-thumbnail-wrap img {
  display: block;
  width: 100%;
  max-width: none;
  height: 126px;
  border-radius: 0;
  object-fit: contain;
}

#nm-cart-panel .nm-cart-panel-item-details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-content: start;
  column-gap: 14px;
  min-width: 0;
  padding-top: 2px;
}

#nm-cart-panel .nm-cart-panel-item-details > *:not(:last-child) {
  margin-bottom: 0;
}

#nm-cart-panel .product_list_widget li .nm-cart-panel-product-title {
  display: -webkit-box;
  grid-column: 1;
  margin: 0;
  padding: 0;
  color: #6e503e;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#nm-cart-panel .nm-cart-panel-item-price {
  grid-column: 2;
  grid-row: 1;
  float: none;
  color: #6e503e;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  align-self: start;
  white-space: nowrap;
}

#nm-cart-panel .nm-cart-panel-item-price .amount {
  color: inherit;
  font-size: inherit;
}

#nm-cart-panel .variation {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 3px 7px;
  margin: 15px 0 0;
  color: #7b6a5f;
  font-size: 13px;
  line-height: 1.4;
}

#nm-cart-panel .variation dt,
#nm-cart-panel .variation dd,
#nm-cart-panel .variation li,
#nm-cart-panel .variation p {
  margin: 0;
  padding: 0;
  font: inherit;
}

#nm-cart-panel .variation dt {
  display: none;
}

#nm-cart-panel .variation dd:not(:last-child)::after,
#nm-cart-panel .variation li:not(:last-child)::after {
  content: "/";
  margin-left: 7px;
}

#nm-cart-panel .nm-child-cart-variation {
  grid-column: 1 / -1;
  margin: 15px 0 0;
  color: #7b6a5f;
  font-size: 13px;
  line-height: 1.4;
}

#nm-cart-panel .nm-cart-panel-quantity-pricing {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  margin-top: 22px;
  overflow: visible;
}

#nm-cart-panel .nm-cart-panel-quantity-pricing > span.quantity,
#nm-cart-panel .product-quantity {
  float: none;
  font-size: 14px;
}

#nm-cart-panel .nm-quantity-wrap {
  width: 106px;
  height: 38px;
  border: 1px solid rgba(110, 80, 62, 0.16);
  border-radius: 999px;
  background: #fff7e8;
  overflow: hidden;
}

#nm-cart-panel .nm-quantity-wrap .quantity {
  display: grid;
  grid-template-columns: 34px 38px 34px;
  align-items: center;
  width: 106px;
  height: 36px;
  margin: 0;
}

#nm-cart-panel .quantity .nm-qty-minus,
#nm-cart-panel .quantity .nm-qty-plus,
#nm-cart-panel .quantity .qty {
  display: grid;
  place-items: center;
  width: 100%;
  height: 36px;
  padding: 0;
  color: #6e503e;
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  border: 0;
  background: transparent;
}

#nm-cart-panel .product_list_widget .remove {
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 2px 0;
  border-bottom: 1px solid currentColor;
  color: #7b6a5f;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
  opacity: 1;
  text-align: left;
  text-transform: uppercase;
}

#nm-cart-panel .nm-cart-panel-summary {
  flex: 0 0 auto;
  margin-top: auto;
  padding: 24px;
  color: #7b6a5f;
  background: #fff;
  box-shadow: 0 -18px 30px rgba(251, 250, 245, 0.94);
}

#nm-cart-panel .nm-child-cart-summary-note {
  margin: 0 0 26px;
  font-size: 13px;
  line-height: 1.5;
}

#nm-cart-panel .buttons {
  margin: 0;
}

#nm-cart-panel .buttons .button,
#nm-cart-panel .buttons a:first-child,
#nm-cart-panel .buttons .button.checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 14px 22px;
  border: 0;
  border-radius: 999px;
  color: #111;
  background: #e6a53c;
  font-size: 15px;
  font-weight: 700;
  opacity: 1;
}

#nm-cart-panel .buttons .button:hover,
#nm-cart-panel .buttons a:first-child:hover {
  color: #fff;
  background: #6e503e;
}

/* Graceful fallback while an old WooCommerce fragment is being replaced. */
#nm-cart-panel .nm-cart-panel-item-details > .remove {
  display: none;
}

#nm-cart-panel .nm-cart-panel-quantity-pricing .nm-cart-panel-item-price {
  float: none;
  margin-left: auto;
}

#nm-cart-panel .nm-cart-panel-summary .woocommerce-mini-cart__total,
#nm-cart-panel .nm-cart-panel-summary .button.checkout {
  display: none;
}

#nm-cart-panel .product_list_widget .empty {
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  padding: 10vh 0;
  color: #7b6a5f;
}

#nm-cart-panel .nm-cart-panel-empty .product_list_widget .empty {
  display: flex;
}

.nm-child-empty-cart-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: #6e503e;
  background: #fff7e8;
  font-size: 24px;
}

/* The drawer always uses the light Montigo palette, even when Savoy's
   cart-panel-dark option is enabled in the theme settings. */
.cart-panel-dark #nm-cart-panel,
.cart-panel-dark #nm-cart-panel-loader,
.cart-panel-dark #nm-cart-panel .widget_shopping_cart_content,
.cart-panel-dark #nm-cart-panel .product_list_widget,
.cart-panel-dark #nm-cart-panel .nm-cart-panel-summary {
  color: #6e503e;
  background: #fff;
}

.cart-panel-dark #nm-cart-panel-close,
.cart-panel-dark
  #nm-cart-panel
  .product_list_widget
  li
  .nm-cart-panel-product-title,
.cart-panel-dark #nm-cart-panel .nm-cart-panel-item-price,
.cart-panel-dark #nm-cart-panel .nm-cart-panel-item-price .amount,
.cart-panel-dark #nm-cart-panel .nm-quantity-wrap .quantity .nm-qty-minus,
.cart-panel-dark #nm-cart-panel .nm-quantity-wrap .quantity .nm-qty-plus,
.cart-panel-dark #nm-cart-panel .nm-quantity-wrap .quantity .qty {
  color: #6e503e;
}

.cart-panel-dark .nm-cart-panel-header-inner {
  border-color: transparent;
}

.cart-panel-dark #nm-cart-panel .nm-cart-panel-thumbnail-loader {
  background: rgba(255, 255, 255, 0.9);
}

@media (max-width: 550px) {
  #nm-cart-panel {
    width: 100%;
    max-width: 100%;
  }
  .nm-cart-panel-header,
  #nm-cart-panel .nm-cart-panel-list-wrap,
  #nm-cart-panel .nm-cart-panel-summary {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nm-child-cart-shipping {
    padding-right: 20px;
    padding-left: 20px;
  }
  #nm-cart-panel .product_list_widget > li.woocommerce-mini-cart-item {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 16px;
  }
  #nm-cart-panel .nm-cart-panel-item-thumbnail,
  #nm-cart-panel .nm-cart-panel-thumbnail-wrap {
    width: 88px;
  }
}

/* Product Quick View: right-side drawer shared by Home and Shop cards. */
#nm-quickview-overlay {
  z-index: 1000100;
  display: block;
  background: rgba(19, 42, 79, 0.34);
  backdrop-filter: blur(3px);
}

.mfp-wrap.nm-mfp-quickview {
  z-index: 1000101;
}

.mfp-wrap.nm-mfp-quickview .mfp-container {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  padding: 0;
  text-align: left;
}

.mfp-wrap.nm-mfp-quickview .mfp-container::before {
  display: none;
}

.mfp-wrap.nm-mfp-quickview .mfp-content {
  display: block;
  width: min(550px, 100vw);
  height: 100dvh;
  margin: 0 0 0 auto;
  vertical-align: top;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview {
  --nm-product-ink: #132a4f;
  --nm-product-accent: #c6943b;
  --nm-product-surface: #f4f6f9;
  --nm-product-muted: #6d7b91;
  --nm-product-line: rgba(19, 42, 79, 0.14);
  --nm-product-shadow-sm: 0 6px 18px rgba(19, 42, 79, 0.055);
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100dvh;
  margin: 0;
  background: #fff;
  box-shadow: -24px 0 70px rgba(19, 42, 79, 0.18);
  overflow-x: hidden;
  overflow-y: auto;
  transform: translateX(102%);
  transition:
    transform 380ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 180ms ease;
}

.mfp-wrap.nm-mfp-quickview.mfp-ready #nm-quickview {
  transform: translateX(0);
}

.mfp-wrap.nm-mfp-quickview.mfp-removing #nm-quickview {
  transform: translateX(102%);
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .mfp-close {
  top: 14px;
  right: 18px;
  z-index: 20;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f4f4f2;
  box-shadow: none;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview > .product {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  grid-template-rows: auto auto auto auto;
  min-height: 100%;
  color: #132a4f;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-qv-drawer-header {
  grid-column: 1 / -1;
  grid-row: 1;
  padding: 20px 64px 18px 28px;
  border-bottom: 1px solid #e7e7e2;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-qv-drawer-header h2 {
  margin: 0;
  color: #132a4f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-qv-product-image {
  grid-column: 1;
  grid-row: 2;
  float: none;
  width: 112px;
  height: 112px;
  margin: 24px 0 24px 28px;
  border-radius: 12px;
  background: #f7f7f3;
  overflow: hidden;
}

.mfp-wrap.nm-mfp-quickview
  #nm-quickview
  .nm-qv-product-image
  :where(#nm-quickview-slider, .slick-list, .slick-track, .slick-slide),
.mfp-wrap.nm-mfp-quickview
  #nm-quickview
  .nm-qv-product-image
  .slick-slide
  > div {
  height: 112px !important;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-qv-product-image img {
  display: block;
  width: 100%;
  height: 112px;
  object-fit: contain;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-qv-product-image .slick-arrow,
.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-qv-product-image .slick-dots {
  display: none !important;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-qv-summary {
  display: contents;
  float: none;
  width: auto;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview #nm-qv-product-summary {
  display: contents;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-qv-summary-top {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  min-width: 0;
  padding: 22px 64px 22px 20px;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-qv-summary-top .product_title {
  display: -webkit-box;
  margin: 0 0 8px;
  color: #132a4f;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-qv-summary-top .price {
  margin: 0 0 8px;
  padding: 0;
  color: #50699d;
  font-size: 15px;
  line-height: 1.4;
}

.mfp-wrap.nm-mfp-quickview
  #nm-quickview
  .nm-qv-summary-top
  .woocommerce-product-rating {
  display: none;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-qv-inline-details {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
  color: #132a4f;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-qv-summary-content,
.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-qv-summary-content.align-bottom {
  position: static !important;
  grid-column: 1 / -1;
  grid-row: 3;
  float: none;
  width: auto !important;
  padding: 24px 28px 28px !important;
  border-top: 1px solid #e7e7e2;
  transform: none !important;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-qv-summary-content form.cart,
.mfp-wrap.nm-mfp-quickview
  #nm-quickview
  .nm-qv-summary-content
  .variations_form {
  margin: 0;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .variations {
  margin: 0 0 18px;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .variations tr,
.mfp-wrap.nm-mfp-quickview #nm-quickview .variations tbody {
  display: block;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .variations tr + tr {
  margin-top: 18px;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .variations,
.mfp-wrap.nm-mfp-quickview #nm-quickview .variations tr,
.mfp-wrap.nm-mfp-quickview #nm-quickview .variations th,
.mfp-wrap.nm-mfp-quickview #nm-quickview .variations td {
  border: 0 !important;
  background: transparent !important;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .variations th,
.mfp-wrap.nm-mfp-quickview #nm-quickview .variations td {
  display: block;
  width: 100%;
  padding: 0;
  text-align: left;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .variations th label,
.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-product-static-attribute__label {
  display: block;
  margin: 0 0 9px;
  color: #132a4f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-select-hidden {
  display: none;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-variation-control {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin: 0;
  padding: 0 0 4px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.mfp-wrap.nm-mfp-quickview
  #nm-quickview
  .nm-variation-control::-webkit-scrollbar {
  display: none;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-variation-control li {
  position: relative;
  flex: 0 0 auto;
  list-style: none;
  cursor: pointer;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-variation-control-color li {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 4px;
  border: 1.5px solid transparent;
  border-radius: 50%;
  background: #fff;
}

.mfp-wrap.nm-mfp-quickview
  #nm-quickview
  .nm-variation-control-color
  li.selected,
.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-variation-control-color li:hover {
  border-color: #173878;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-variation-control-color li i {
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(19, 42, 79, 0.1);
  border-radius: 50%;
  background: var(--nm-swatch-color, #d6d8d4);
  overflow: hidden;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-variation-control-color li i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-variation-control-color li span {
  position: absolute;
  bottom: calc(100% + 7px);
  left: 50%;
  z-index: 3;
  padding: 4px 7px;
  border-radius: 5px;
  color: #fff;
  background: #e6a53c;
  font-size: 11px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 3px);
  transition:
    opacity 150ms ease,
    transform 150ms ease;
  white-space: nowrap;
}

.mfp-wrap.nm-mfp-quickview
  #nm-quickview
  .nm-variation-control-color
  li:hover
  span {
  opacity: 1;
  transform: translate(-50%, 0);
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-variation-control-size li {
  min-width: 48px;
  border: 1px solid #dcdedb;
  border-radius: 8px;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-variation-control-size li span {
  display: grid;
  place-items: center;
  min-height: 40px;
  padding: 0 13px;
  color: #132a4f;
  font-size: 12px;
  font-weight: 600;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-variation-control-size li.selected,
.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-variation-control-size li:hover {
  border-color: #173878;
  box-shadow: inset 0 0 0 1px #173878;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .reset_variations {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .single_variation_wrap {
  margin-top: 20px;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .woocommerce-variation-price {
  margin-bottom: 12px;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .woocommerce-variation-add-to-cart,
.mfp-wrap.nm-mfp-quickview #nm-quickview form.cart:not(.variations_form) {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 10px;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-quantity-wrap {
  width: 118px;
  height: 50px;
  margin: 24px 0 0;
  border: 1px solid #dcdedb;
  border-radius: 8px;
  overflow: visible;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-quantity-wrap label {
  display: none !important;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-quantity-wrap::before {
  content: "SỐ LƯỢNG";
  position: absolute;
  top: -24px;
  left: 0;
  color: #132a4f;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.06em;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .quantity {
  display: grid;
  grid-template-columns: 34px 1fr 34px;
  align-items: center;
  width: 100%;
  height: 48px;
  margin: 0;
  border: 0;
}

.mfp-wrap.nm-mfp-quickview
  #nm-quickview
  .quantity
  :where(.nm-qty-minus, .nm-qty-plus, .qty) {
  width: 100%;
  height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .single_add_to_cart_button {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  width: 100%;
  min-height: 50px;
  margin: 0;
  border-radius: 8px;
  background: #e6a53c;
  font-size: 13px;
  font-weight: 700;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-product-customise-button,
.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-product-payment-note {
  grid-column: 1 / -1;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-product-customise-button {
  grid-row: 2;
  margin: 2px 0 0;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-product-payment-note {
  grid-row: 3;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-product-collection {
  margin: 22px 0 20px;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-product-collection__track {
  padding: 10px;
  border-radius: 18px;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-product-feature-panel {
  margin-top: 26px;
  padding-top: 22px;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-product-feature-grid {
  gap: 12px;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-product-accordions {
  margin-top: 26px;
  padding: 0;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-qv-product-information {
  grid-column: 1 / -1;
  grid-row: 4;
  padding: 0 28px 36px;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-qv-feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-qv-feature-pills span {
  padding: 7px 13px;
  border-radius: 999px;
  color: #40577f;
  background: #f3f4f8;
  font-size: 13px;
  font-weight: 600;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-qv-info-row {
  border-top: 1px solid #e7e7e2;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-qv-info-row:last-child {
  border-bottom: 1px solid #e7e7e2;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-qv-info-row summary {
  position: relative;
  padding: 17px 28px 17px 0;
  color: #132a4f;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.mfp-wrap.nm-mfp-quickview
  #nm-quickview
  .nm-qv-info-row
  summary::-webkit-details-marker {
  display: none;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-qv-info-row summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 2px;
  font-size: 20px;
  font-weight: 400;
  transform: translateY(-50%);
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-qv-info-row[open] summary::after {
  content: "\2212";
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-qv-info-row > div {
  padding: 0 0 18px;
  color: #667085;
  font-size: 12px;
  line-height: 1.65;
}

.mfp-wrap.nm-mfp-quickview #nm-quickview .nm-qv-info-row table {
  margin: 0;
}

@media (max-width: 991px) {
  .nm-home-best-sellers {
    width: calc(100% - 50px);
  }
  .nm-home-best-sellers-products ul.products > li.product {
    flex-basis: calc((100% - 20px) / 2.15);
  }
  .nm-home-best-sellers-arrow {
    width: 42px;
    height: 42px;
    font-size: 27px;
  }
  .nm-home-best-sellers-arrow.is-prev {
    left: -14px;
  }
  .nm-home-best-sellers-arrow.is-next {
    right: -14px;
  }
  .mfp-wrap.nm-mfp-quickview .mfp-content {
    width: min(550px, 100vw);
  }
  .mfp-wrap.nm-mfp-quickview #nm-quickview {
    border-radius: 18px 0 0 18px;
  }
}

@media (max-width: 550px) {
  .nm-home-best-sellers {
    width: calc(100% - 30px);
    margin: 0 auto 82px;
  }
  .nm-home-best-sellers-header {
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
  }
  .nm-home-best-sellers-header h2 {
    max-width: 54%;
    font-size: clamp(23px, 7vw, 30px);
    line-height: 1.05;
  }
  .nm-home-best-sellers-header > a {
    flex: 0 0 auto;
    min-height: 44px;
    padding: 0 18px;
    font-size: 13px;
  }
  .nm-home-best-sellers-products ul.products {
    gap: 10px;
  }
  .nm-home-best-sellers-products ul.products > li.product {
    flex-basis: calc((100% - 10px) / 2);
    min-width: 0;
  }
  .nm-home-best-sellers-products .nm-shop-loop-product-wrap {
    padding: 10px 10px 13px;
    border-radius: 14px;
  }
  .nm-home-best-sellers-products .nm-shop-loop-thumbnail {
    aspect-ratio: 1 / 1.08;
    border-radius: 10px;
  }
  .nm-home-best-sellers-products .nm-shop-loop-details {
    padding: 11px 1px 0;
  }
  .nm-best-seller-meta {
    gap: 5px;
    min-height: 21px;
    margin-bottom: 8px;
  }
  .nm-best-seller-swatches {
    gap: 5px;
  }
  .nm-home-best-sellers-products button.nm-best-seller-swatch {
    flex-basis: 15px;
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
  }
  .nm-best-seller-swatch-more {
    min-width: 23px;
    height: 19px;
    padding: 0 4px;
    font-size: 11px;
  }
  .nm-best-seller-capacity {
    display: none;
  }
  .nm-home-best-sellers-products .woocommerce-loop-product__title {
    display: -webkit-box;
    min-height: 6.75em;
    font-size: 12px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
  .nm-home-best-sellers-products .price {
    font-size: 13px;
  }
  .nm-best-seller-categories {
    display: none;
  }
  .nm-home-best-sellers-arrow {
    top: 31%;
    width: 36px;
    height: 36px;
    font-size: 23px;
  }
  .nm-home-best-sellers-arrow.is-prev {
    left: -9px;
  }
  .nm-home-best-sellers-arrow.is-next {
    right: -9px;
  }
  .nm-home-best-sellers-products .nm-card-quickview-cart {
    right: 7px;
    bottom: 7px;
    width: 32px;
    height: 32px;
    opacity: 1;
    transform: none;
  }
  .nm-home-best-sellers-products .nm-card-quickview-cart svg {
    width: 17px;
    height: 17px;
  }
  .mfp-wrap.nm-mfp-quickview #nm-quickview {
    border-radius: 0;
  }
  .mfp-wrap.nm-mfp-quickview #nm-quickview > .product {
    grid-template-columns: 116px minmax(0, 1fr);
  }
  .mfp-wrap.nm-mfp-quickview #nm-quickview .nm-qv-drawer-header {
    padding: 18px 54px 16px 20px;
  }
  .mfp-wrap.nm-mfp-quickview #nm-quickview .mfp-close {
    top: 13px;
    right: 12px;
  }
  .mfp-wrap.nm-mfp-quickview #nm-quickview .nm-qv-product-image {
    width: 88px;
    height: 88px;
    margin: 20px 0 20px 18px;
  }
  .mfp-wrap.nm-mfp-quickview
    #nm-quickview
    .nm-qv-product-image
    :where(#nm-quickview-slider, .slick-list, .slick-track, .slick-slide),
  .mfp-wrap.nm-mfp-quickview
    #nm-quickview
    .nm-qv-product-image
    .slick-slide
    > div,
  .mfp-wrap.nm-mfp-quickview #nm-quickview .nm-qv-product-image img {
    height: 88px !important;
  }
  .mfp-wrap.nm-mfp-quickview #nm-quickview .nm-qv-summary-top {
    padding: 18px 50px 18px 12px;
  }
  .mfp-wrap.nm-mfp-quickview #nm-quickview .nm-qv-summary-top .product_title {
    font-size: 16px;
  }
  .mfp-wrap.nm-mfp-quickview #nm-quickview .nm-qv-summary-content,
  .mfp-wrap.nm-mfp-quickview #nm-quickview .nm-qv-summary-content.align-bottom {
    padding: 22px 20px 24px !important;
  }
  .mfp-wrap.nm-mfp-quickview #nm-quickview .nm-qv-product-information {
    padding: 0 20px 28px;
  }
}

@media (hover: none), (pointer: coarse) {
  .nm-home-best-sellers-arrow:not(:disabled):not([hidden]) {
    opacity: 1;
    pointer-events: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nm-home-best-sellers-products ul.products {
    scroll-behavior: auto;
  }
  .nm-home-best-sellers-products .nm-shop-loop-thumbnail img {
    transition-duration: 1ms !important;
  }
}

/* Static card copy must not display a text-entry caret when clicked. */
:where(
    .nm-elefante-home,
    .nm-home-collab-card,
    .nm-home-best-sellers-products li.product,
    .nm-collection-catalog-head,
    .nm-collection-sections,
    .nm-footer-benefits
  )
  :where(h1, h2, h3, h4, h5, h6, p, span, small) {
  caret-color: transparent;
  cursor: default;
}

:where(
    .nm-elefante-home,
    .nm-home-collab-card,
    .nm-home-best-sellers-products li.product,
    .nm-collection-catalog-head,
    .nm-collection-sections,
    .nm-footer-benefits
  )
  :where(a, button, [role="button"]),
:where(
    .nm-elefante-home,
    .nm-home-collab-card,
    .nm-home-best-sellers-products li.product,
    .nm-collection-catalog-head,
    .nm-collection-sections,
    .nm-footer-benefits
  )
  :where(a, button, [role="button"])
  :where(span, small) {
  cursor: pointer;
}

/* Drink Your Way: keep the hero aligned with the site content width. */
@media (min-width: 821px) {
  body.fdtc-dyw-page .dyw-hero {
    width: min(1480px, calc(100% - 40px));
    margin-right: auto;
    margin-left: auto;
  }
}

/* Homepage lifestyle story (section 7)
--------------------------------------------------------------- */

.nm-elefante-home {
  overflow-x: clip;
}

.nm-home-lifestyle {
  position: relative;
  width: 100%;
  min-height: clamp(510px, 43vw, 700px);
  color: var(--nm-brand-navy);
  overflow: visible;
  isolation: isolate;
}
.nm-home-lifestyle h2 {
  position: absolute;
  top: 42%;
  left: 50%;
  z-index: 3;
  width: max-content;
  max-width: 70%;
  margin: 0;
  color: var(--nm-brand-navy);
  font-size: clamp(44px, 5vw, 76px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.055em;
  text-align: center;
  transform: translate(-50%, -50%);
}
.nm-home-lifestyle-art {
  position: absolute;
  inset: 0;
}
.nm-home-lifestyle-orb {
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  background: var(--nm-brand-cream);
  box-shadow: 0 12px 34px rgba(19, 42, 79, 0.08);
  overflow: hidden;
}
.nm-home-lifestyle-orb img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    opacity 520ms ease,
    transform 850ms cubic-bezier(0.22, 1, 0.36, 1);
}
.nm-home-lifestyle-orb img.is-default {
  opacity: 1;
}
.nm-home-lifestyle-orb img.is-hover {
  opacity: 0;
  transform: scale(1.08) rotate(-2deg);
}
/* Images swap when the section's end-of-block marker scrolls into view
   (.is-revealed, added by lifestyle-scroll.js) — not on hover. */
.nm-home-lifestyle.is-revealed .nm-home-lifestyle-orb img.is-default {
  opacity: 0;
  transform: scale(0.96) rotate(2deg);
}
.nm-home-lifestyle.is-revealed .nm-home-lifestyle-orb img.is-hover {
  opacity: 1;
  transform: scale(1.035) rotate(0deg);
}
.nm-home-lifestyle-orb.is-top {
  top: 2.5%;
  left: 47.5%;
  width: clamp(145px, 14vw, 220px);
  aspect-ratio: 1;
  transform: translateX(-50%);
  animation: nm-lifestyle-rock-top 5.8s ease-in-out infinite;
}
.nm-home-lifestyle-orb.is-left {
  top: 40%;
  left: 8%;
  width: clamp(190px, 20vw, 310px);
  aspect-ratio: 1;
  animation: nm-lifestyle-rock-left 7.2s ease-in-out -1.4s infinite;
}
.nm-home-lifestyle-orb.is-right {
  top: 58%;
  right: 10%;
  width: clamp(165px, 17vw, 260px);
  aspect-ratio: 1;
  animation: nm-lifestyle-rock-right 6.4s ease-in-out -2.7s infinite;
}
@keyframes nm-lifestyle-rock-top {
  0%,
  100% {
    transform: translateX(-50%) translateY(0) rotate(-1.5deg);
  }
  50% {
    transform: translateX(-50%) translateY(7px) rotate(1.8deg);
  }
}
@keyframes nm-lifestyle-rock-left {
  0%,
  100% {
    transform: translateY(0) rotate(1.4deg);
  }
  50% {
    transform: translateY(-9px) rotate(-1.7deg);
  }
}
@keyframes nm-lifestyle-rock-right {
  0%,
  100% {
    transform: translateY(0) rotate(-1.6deg);
  }
  50% {
    transform: translateY(8px) rotate(1.5deg);
  }
}
.nm-home-lifestyle-burst {
  position: absolute;
  z-index: 1;
  display: block;
  width: clamp(54px, 6vw, 92px);
  aspect-ratio: 1;
  background: var(--nm-brand-gold);
  clip-path: polygon(
    48% 0,
    57% 36%,
    100% 18%,
    68% 48%,
    95% 67%,
    61% 62%,
    52% 100%,
    43% 65%,
    8% 89%,
    32% 54%,
    0 40%,
    39% 39%
  );
}
.nm-home-lifestyle-burst.is-lime {
  top: 32%;
  left: 6%;
  transform: rotate(-14deg);
}
.nm-home-lifestyle-burst.is-cyan {
  right: 32%;
  bottom: 14%;
  width: clamp(30px, 3vw, 52px);
  background: #e6a53c;
  transform: rotate(20deg);
}
.nm-home-lifestyle-start-marker,
.nm-home-lifestyle-end-marker {
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
}
.nm-home-lifestyle-start-marker {
  top: 0;
}
.nm-home-lifestyle-end-marker {
  bottom: 0;
}
.nm-home-lifestyle-pixel {
  position: absolute;
  top: 14%;
  right: 26%;
  z-index: 2;
  color: var(--nm-brand-gold);
  font-size: clamp(54px, 6vw, 94px);
  font-weight: 900;
  line-height: 1;
  text-shadow: 7px 7px 0 var(--nm-brand-brown);
  transform: rotate(-18deg);
}
.nm-home-lifestyle-marquee {
  position: absolute;
  right: auto;
  bottom: -2%;
  left: 50%;
  z-index: 0;
  width: 100vw;
  max-width: none;
  height: 45%;
  overflow: visible;
  transform: translateX(-50%);
}
.nm-home-lifestyle-marquee path {
  fill: none;
}
.nm-home-lifestyle-marquee text {
  fill: #f1d59a;
  font-family: inherit;
  font-size: 29px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

@media (prefers-reduced-motion: reduce) {
  .nm-home-lifestyle-orb {
    animation: none !important;
  }
  .nm-home-lifestyle-orb img {
    transition-duration: 1ms !important;
  }
}

@media (max-width: 991px) {
  .nm-home-lifestyle {
    min-height: 560px;
    margin-bottom: 70px;
  }
  .nm-home-lifestyle h2 {
    top: 38%;
    max-width: 80%;
    font-size: clamp(40px, 8vw, 62px);
  }
  .nm-home-lifestyle-orb.is-left {
    left: 5%;
  }
  .nm-home-lifestyle-orb.is-right {
    right: 7%;
  }
  .nm-home-lifestyle-pixel {
    right: 14%;
  }
}

@media (max-width: 550px) {
  .nm-home-lifestyle {
    min-height: 520px;
    margin: 10px 0 55px;
  }
  .nm-home-lifestyle h2 {
    top: 42%;
    width: 82%;
    max-width: none;
    font-size: 34px;
    line-height: 1.02;
  }
  .nm-home-lifestyle-orb.is-top {
    left: 52%;
    width: 126px;
  }
  .nm-home-lifestyle-orb.is-left {
    top: 43%;
    left: -11%;
    width: 180px;
  }
  .nm-home-lifestyle-orb.is-right {
    top: 55%;
    right: -9%;
    width: 155px;
  }
  .nm-home-lifestyle-burst.is-lime {
    top: 28%;
    left: 2%;
  }
  .nm-home-lifestyle-pixel {
    top: 16%;
    right: 6%;
  }
  .nm-home-lifestyle-marquee {
    bottom: 0;
    height: 36%;
  }
  .nm-home-lifestyle-marquee text {
    font-size: 36px;
  }
}

/* Homepage collaboration collections
--------------------------------------------------------------- */

.nm-home-collabs {
  width: calc(100% - 40px);
  max-width: 1420px;
  margin: 82px auto 100px;
  color: var(--nm-brand-navy);
  clip-path: inset(0 -100vmax);
}
.nm-home-collabs-header {
  margin-bottom: 32px;
  text-align: center;
}
.nm-home-collabs-header h2 {
  margin: 0;
  color: var(--nm-brand-navy);
  font-size: clamp(29px, 2.2vw, 35px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.035em;
}
.nm-home-collabs-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2vw, 34px);
}
.nm-home-collab-card {
  min-width: 0;
}
.nm-home-collab-image {
  display: block;
  aspect-ratio: 4 / 5;
  border-radius: 16px;
  background: var(--nm-brand-cream);
  overflow: hidden;
}
.nm-home-collab-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}
.nm-home-collab-card:hover .nm-home-collab-image img {
  transform: scale(1.035);
}
.nm-home-collab-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 0 0;
}
.nm-home-collab-content h3 {
  margin: 0;
  font-size: clamp(17px, 1.25vw, 19px);
  font-weight: 500;
  line-height: 1.15;
}
.nm-home-collab-content h3 a {
  color: var(--nm-brand-navy);
}
.nm-home-collab-cta {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 24px;
  border: 1px solid #e6a53c;
  border-radius: 999px;
  background: #e6a53c;
  color: #111 !important;
  font-size: 13px;
  font-weight: 700;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}
.nm-home-collab-cta::after {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  content: "\2192";
}
.nm-home-collab-cta:hover {
  background: transparent;
  color: var(--nm-brand-navy) !important;
  transform: translateY(-2px);
}

@media (max-width: 900px) {
  .nm-home-collabs {
    width: calc(100% - 30px);
    margin: 64px auto 76px;
    padding: 48px 0 34px;
    overflow: hidden;
  }
  .nm-home-collabs-header {
    margin-bottom: 30px;
    text-align: left;
  }
  .nm-home-collabs-track {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .nm-home-collabs-track::-webkit-scrollbar {
    display: none;
  }
  .nm-home-collab-card {
    flex: 0 0 min(84vw, 420px);
    scroll-snap-align: start;
  }
}

@media (max-width: 550px) {
  .nm-home-collabs-header h2 {
    font-size: 31px;
  }
  .nm-home-collab-image {
    border-radius: 20px;
  }
  .nm-home-collab-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-top: 18px;
  }
  .nm-home-collab-content h3 {
    font-size: 21px;
  }
  .nm-home-collab-cta {
    min-height: 42px;
    padding: 9px 17px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nm-home-collab-image img,
  .nm-home-collab-cta,
  .nm-home-collabs-track {
    transition-duration: 1ms !important;
    scroll-behavior: auto;
  }
}

/* Footer: shopmontigo.com-style layout, Elefante brand colors, merged into a single block
--------------------------------------------------------------- */

#nm-footer {
  padding: 0 20px 24px;
}
.nm-footer-widgets {
  padding: 0;
  border: 0;
  background: transparent;
}
.nm-footer-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1480px;
  margin: 0 auto 34px;
  padding: 42px 60px;
  border-radius: 26px;
  background: var(--nm-footer-benefits-bg);
}
.nm-footer-benefit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 68px;
  padding: 0 28px;
  text-align: left;
}
.nm-footer-benefit + .nm-footer-benefit {
  border-left: 1px solid
    color-mix(in srgb, var(--nm-footer-benefits-text) 14%, transparent);
}
.nm-footer-benefit-icon {
  display: inline-flex;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid
    color-mix(in srgb, var(--nm-footer-benefits-text) 20%, transparent);
  border-radius: 50%;
  font-size: 19px;
}
.nm-footer-benefit p {
  margin: 0;
  color: var(--nm-footer-benefits-text);
  font-size: 13px;
  line-height: 1.5;
}
.nm-footer-benefit .nm-footer-benefit-title {
  margin-bottom: 4px;
  color: var(--nm-footer-benefits-text);
  font-size: 16px;
  font-weight: 700;
}
.nm-footer-benefit a {
  color: var(--nm-footer-benefits-text);
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.nm-footer-card {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  border-radius: 30px;
  background: var(--nm-footer-bg);
  color: var(--nm-footer-text);
  overflow: hidden;
}
.nm-footer-card-inner {
  padding: 40px 80px 30px;
}
.nm-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 20px;
}
.nm-footer-brand-logo {
  display: block;
  flex: 0 0 auto;
}
.nm-footer-brand-logo img {
  display: block;
  width: 400px;
  max-width: 100%;
  height: auto;
}
.nm-footer-newsletter {
  width: min(100%, 475px);
}
.nm-footer-newsletter > p {
  margin: 0 0 14px;
  color: var(--nm-footer-text);
  font-size: 15px;
}
.nm-footer-newsletter-form {
  display: flex;
  gap: 10px;
}
.nm-footer-newsletter-form input[type="email"] {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  height: 46px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: color-mix(in srgb, var(--nm-footer-text) 20%, transparent);
  box-shadow: none;
  color: var(--nm-footer-text);
}
.nm-footer-newsletter-form input[type="email"]::placeholder {
  color: color-mix(in srgb, var(--nm-footer-text) 72%, transparent);
}
.nm-footer-newsletter-form input[type="email"]:focus {
  outline: 2px solid color-mix(in srgb, var(--nm-footer-text) 65%, transparent);
  outline-offset: 2px;
}
.nm-footer-newsletter-form button {
  flex: 0 0 auto;
  min-width: 150px;
  height: 46px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  background: var(--nm-footer-button-bg);
  color: var(--nm-footer-button-text);
  font-size: 13px;
  font-weight: 700;
  transition:
    color 180ms ease,
    background-color 180ms ease;
}
.nm-footer-newsletter-form button:hover {
  background: var(--nm-footer-accent);
  color: var(--nm-footer-button-bg);
}

form.nm-contact-form.is-submitting button[type="submit"],
form.nm-services-contact-form.is-submitting button[type="submit"],
form.nm-footer-newsletter-form.is-submitting button[type="submit"] {
  cursor: wait;
  opacity: 0.72;
  pointer-events: none;
  transform: none;
}

form.is-submitting .nm-form-submit-spinner {
  display: inline-block;
  flex: 0 0 14px;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: nm-form-submit-spin 700ms linear infinite;
}

@keyframes nm-form-submit-spin {
  to { transform: rotate(360deg); }
}

/* iOS zooms the viewport when a focused form control renders below 16px. */
@media (max-width: 1024px) {
  form.nm-contact-form input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]),
  form.nm-contact-form select,
  form.nm-contact-form textarea,
  form.nm-services-contact-form input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]),
  form.nm-services-contact-form select,
  form.nm-services-contact-form textarea,
  form.nm-footer-newsletter-form input[type="email"],
  form[data-design-form] input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]),
  form[data-design-form] select,
  form[data-design-form] textarea,
  form.woocommerce-checkout input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]),
  form.woocommerce-checkout select,
  form.woocommerce-checkout textarea {
    font-size: 16px !important;
  }
}

.nm-footer-newsletter-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.nm-footer-newsletter-alert {
  margin: 12px 0 0 !important;
  padding: 9px 12px;
  border: 1px solid color-mix(in srgb, var(--nm-footer-text) 35%, transparent);
  border-radius: 8px;
  color: var(--nm-footer-text) !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.nm-footer-newsletter-alert.is-invalid,
.nm-footer-newsletter-alert.is-error {
  border-color: rgba(120, 25, 25, 0.45);
}
.nm-footer-columns {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.nm-footer-column {
  flex: 0 1 220px;
  min-width: 0;
}
.nm-footer-column-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--nm-footer-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  cursor: default;
}
.nm-footer-column-toggle {
  display: none;
}
.nm-footer-column-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nm-footer-information-column {
  flex-basis: 290px;
}

.nm-footer-information-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nm-footer-information-list li {
  display: grid;
  grid-template-columns: 19px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  margin: 0;
  color: var(--nm-footer-text);
  font-size: 13px;
  line-height: 1.55;
}

.nm-footer-information-list svg {
  display: block;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nm-footer-information-list a {
  color: var(--nm-footer-text) !important;
}

.nm-footer-information-list a:hover {
  opacity: .72;
}

.nm-footer-information-social {
  margin-top: 24px;
}

.nm-footer-information-social > span {
  display: block;
  margin-bottom: 10px;
  color: var(--nm-footer-text);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.nm-footer-information-social a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  color: var(--nm-footer-bg) !important;
  background: var(--nm-footer-text);
  transition: transform 180ms ease, opacity 180ms ease;
}

.nm-footer-information-social a:hover {
  opacity: .88;
  transform: translateY(-2px);
}

.nm-footer-information-social svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.nm-footer-column-list li {
  margin: 0 0 5px;
}
.nm-footer-card .nm-footer-column-list a {
  color: var(--nm-footer-text) !important;
  font-size: 13px;
  line-height: 1.4;
  transition:
    color 180ms ease,
    opacity 180ms ease;
}
.nm-footer-card .nm-footer-column-list a:hover {
  color: var(--nm-footer-text) !important;
}
.nm-footer-column-social {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nm-footer-column-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 0;
  color: var(--nm-footer-text);
  font-size: 15px;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}
.nm-footer-card .nm-footer-column-social a,
.nm-footer-card .nm-footer-column-social a i {
  color: var(--nm-footer-text) !important;
}
.nm-footer-column-social a:hover {
  background: transparent;
  color: var(--nm-footer-accent);
  transform: translateY(-2px);
}
.nm-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 12px;
  padding-top: 24px;
  border-top: 1px solid
    color-mix(in srgb, var(--nm-footer-text) 16%, transparent);
}
.nm-footer-bottom p {
  margin: 0;
  color: var(--nm-footer-text);
  font-size: 12px;
}
.nm-footer-payments {
  display: flex;
  align-items: center;
  gap: 7px;
  width: min(100%, 530px);
}
.nm-footer-payments small {
  margin-right: auto;
  color: color-mix(in srgb, var(--nm-footer-text) 68%, transparent);
  font-size: 13px;
}
.nm-footer-payments span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  padding: 3px 8px;
  border-radius: 5px;
  background: #fff;
  color: var(--nm-brand-navy);
  font-size: 10px;
  font-weight: 700;
}
.nm-footer-payments .nm-footer-payment-image {
  display: block;
  width: min(100%, 420px);
  height: 34px;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.nm-footer-payments .nm-footer-payment-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
}
.nm-footer-image-links a,
.nm-footer-image-links span {
  display: grid;
  width: 34px;
  height: 34px;
  padding: 3px;
  place-items: center;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
}
.nm-footer-image-links img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .nm-footer-benefits {
    padding: 34px 24px;
  }
  .nm-footer-benefit {
    padding: 0 16px;
  }
  .nm-footer-card-inner {
    padding: 48px 34px 26px;
  }
  .nm-footer-top {
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .nm-footer-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 699px) {
  #nm-footer {
    padding: 0 15px 15px;
  }
  .nm-footer-benefits {
    align-items: start;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 20px;
    padding: 20px 8px 18px;
    border-radius: 20px;
  }
  .nm-footer-benefit {
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 9px;
    min-height: 0;
    padding: 0 5px;
    text-align: center;
  }
  .nm-footer-benefit + .nm-footer-benefit {
    border-top: 0;
    border-left: 0;
  }
  .nm-footer-benefit-icon {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
  .nm-footer-benefit > div {
    min-width: 0;
  }
  .nm-footer-benefit p,
  .nm-footer-benefit a {
    font-size: 10px;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }
  .nm-footer-benefit .nm-footer-benefit-title {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1.4;
  }
  .nm-footer-card {
    border-radius: 22px;
  }
  .nm-footer-card-inner {
    padding: 38px 24px 24px;
  }
  .nm-footer-top {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
  }
  .nm-footer-brand-logo img {
    width: 220px;
    height: auto;
  }
  .nm-footer-newsletter {
    width: 100%;
  }
  .nm-footer-newsletter-form {
    flex-direction: column;
  }
  .nm-footer-newsletter-form button {
    width: 100%;
  }
  .nm-footer-columns {
    display: block;
  }
  .nm-footer-column {
    border: 0;
  }
  .nm-footer-column:last-child {
    border-bottom: 1px solid
      color-mix(in srgb, var(--nm-footer-text) 30%, transparent);
  }
  .nm-footer-column-title {
    min-height: 56px;
    margin: 0;
    padding: 15px 0;
    font-size: 15px;
    cursor: pointer;
  }
  .nm-footer-card .nm-footer-column-title:hover,
  .nm-footer-card .nm-footer-column-title:focus,
  .nm-footer-card .nm-footer-column-title:active {
    border-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--nm-footer-text) !important;
    transform: none !important;
  }
  .nm-footer-card .nm-footer-column-title:focus-visible {
    outline: 1px solid
      color-mix(in srgb, var(--nm-footer-text) 55%, transparent);
    outline-offset: -4px;
  }
  .nm-footer-column-toggle {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin-left: 16px;
  }
  .nm-footer-column-toggle::before,
  .nm-footer-column-toggle::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 1.5px;
    border-radius: 2px;
    background: currentColor;
    content: "";
    transform: translate(-50%, -50%);
    transition: transform 180ms ease;
  }
  .nm-footer-column-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .nm-footer-column-title[aria-expanded="true"]
    .nm-footer-column-toggle::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .nm-footer-column-panel {
    padding: 0 0 18px;
    animation: nm-footer-panel-in 180ms ease both;
  }
  .nm-footer-column-panel[hidden] {
    display: none;
  }
  .nm-footer-column-list li {
    margin-bottom: 10px;
  }
  .nm-footer-card .nm-footer-column-list a {
    font-size: 14px;
  }
  .nm-footer-information-list li {
    font-size: 14px;
  }
  .nm-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    border-top: 0;
  }
}

@media (max-width: 400px) {
  .nm-footer-columns {
    grid-template-columns: 1fr;
  }
}

/* Homepage: BRD 2026 brand hero
--------------------------------------------------------------- */

.nm-elefante-home > .nm-home-hero {
  width: calc(100% - 40px);
  max-width: 1480px;
  margin: 28px auto 96px;
}

.nm-home-hero__slider {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 18px 55px rgba(19, 42, 79, 0.08);
  cursor: grab;
  overflow: hidden;
  touch-action: pan-y;
}

.nm-home-hero__slider.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.nm-home-hero__slides {
  display: grid;
}

.nm-home-hero__inner {
  position: relative;
  display: grid;
  grid-area: 1 / 1;
  grid-template-columns: minmax(0, 44%) minmax(0, 56%);
  min-height: clamp(560px, 41vw, 680px);
  background: #f7f5ef;
  opacity: 0;
  overflow: hidden;
  isolation: isolate;
  pointer-events: none;
  transform: translateX(3%);
  visibility: hidden;
  transition:
    opacity 520ms ease,
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 720ms;
}

.nm-home-hero__inner.is-active {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
}

.nm-home-hero__slider.is-dragging .nm-home-hero__inner.is-active {
  transform: translateX(var(--nm-hero-drag-x, 0));
  transition: none;
}

.nm-home-hero__slider.is-dragging .nm-home-hero__visual img {
  pointer-events: none;
  transform: scale(1.01);
}

.nm-home-hero__inner.is-leaving {
  z-index: 1;
  opacity: 0;
  transform: translateX(-2%);
  visibility: visible;
}

.nm-home-hero__inner::before {
  display: none;
  content: none;
}

.nm-home-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: clamp(48px, 6vw, 96px);
  color: var(--nm-hero-slide-text-color, #111);
  grid-column: 1;
}

.nm-home-hero__eyebrow {
  margin: 0 0 24px;
  color: var(--nm-hero-slide-text-color, #111);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.nm-home-hero__title {
  max-width: 650px;
  margin: 0;
  color: var(--nm-hero-slide-text-color, #111);
  font-size: clamp(45px, 4.5vw, 68px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  text-wrap: balance;
}

.nm-home-hero__description {
  max-width: 535px;
  margin: 28px 0 0;
  color: var(--nm-hero-slide-text-color, #111);
  opacity: 0.76;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.65;
}

.nm-home-hero__cta {
  position: relative;
  left: var(--nm-hero-cta-x, 0px);
  top: var(--nm-hero-cta-y, 0px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 54px;
  margin-top: 34px;
  padding: 13px 24px 13px 26px;
  border: 1px solid var(--nm-brand-gold);
  border-radius: 3px;
  background: var(--nm-brand-gold);
  color: var(--nm-brand-navy);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.nm-home-hero__cta:hover,
.nm-home-hero__cta:focus-visible {
  border-color: var(--nm-brand-brown);
  background: var(--nm-brand-brown);
  color: #fff;
  transform: translateY(-2px);
}

.nm-home-hero__cta:focus-visible {
  outline: 3px solid rgba(110, 80, 62, 0.28);
  outline-offset: 4px;
}

.nm-home-hero__note {
  max-width: 560px;
  margin: 34px 0 0;
  color: var(--nm-hero-slide-text-color, #111);
  opacity: 0.62;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.035em;
}

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

.nm-home-hero__usps {
  display: grid;
  width: 100%;
  margin: 0;
  padding: 22px clamp(24px, 3vw, 46px);
  border: 1px solid rgba(17, 17, 17, 0.035);
  border-radius: 8px;
  background: #f7f7f6;
  box-shadow: 0 8px 24px rgba(19, 42, 79, 0.045);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.nm-home-hero__usp {
  display: grid;
  align-items: center;
  min-width: 0;
  color: #111;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
}

.nm-home-hero__usp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

.nm-home-hero__usp-icon img {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 0;
  object-fit: contain;
}

.nm-home-hero__usp:not(:has(.nm-home-hero__usp-icon)) {
  grid-template-columns: 1fr;
}

.nm-home-hero__usp-copy {
  display: block;
  min-width: 0;
}

.nm-home-hero__usp-copy strong,
.nm-home-hero__usp-copy small {
  display: block;
}

.nm-home-hero__usp-copy strong {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.nm-home-hero__usp-copy small {
  margin-top: 4px;
  color: rgba(17, 17, 17, 0.58);
  font-size: 16px;
  line-height: 1.35;
}

.nm-home-hero__visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-width: 0;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
}

.nm-home-hero__visual::after {
  display: none;
  content: none;
}

.nm-home-hero__visual picture,
.nm-home-hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
}

.nm-home-hero__visual img {
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nm-home-hero__inner:hover .nm-home-hero__visual img {
  transform: scale(1.018);
}

.nm-home-hero__dots {
	position: absolute;
	bottom: 6px;
  left: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
	gap: 0;
  transform: translateX(-50%);
}

button.nm-home-hero__dot,
button.nm-home-hero__dot:hover,
button.nm-home-hero__dot:focus,
button.nm-home-hero__dot:focus-visible,
button.nm-home-hero__dot:active {
	position: relative;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0 !important;
	border-radius: 0;
	background: transparent !important;
	box-shadow: none !important;
	transform: none !important;
}

.nm-home-hero__dot::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: rgba(19, 42, 79, 0.28);
	content: "";
	transform: translate(-50%, -50%);
	transition:
		width 180ms ease,
		background-color 180ms ease;
}

.nm-home-hero__dot:hover::before,
.nm-home-hero__dot:focus-visible::before,
.nm-home-hero__dot.is-active::before {
	background: #e6a53c;
}

.nm-home-hero__dot.is-active::before {
	width: 22px;
	border-radius: 999px;
}

.nm-home-hero__dot:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .nm-home-hero__inner {
    grid-template-columns: minmax(0, 48%) minmax(0, 52%);
    min-height: 540px;
  }

  .nm-home-hero__content {
    padding: 52px;
  }

  .nm-home-hero__title {
    font-size: clamp(46px, 6vw, 64px);
  }

  .nm-home-hero__note {
    margin-top: 26px;
  }
}

@media (max-width: 767px) {
  .nm-elefante-home > .nm-home-hero {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    margin-top: 14px;
    margin-bottom: 64px;
  }

  .nm-home-hero__inner {
    display: flex;
    min-height: clamp(560px, 145vw, 680px);
    flex-direction: column;
    background: #171717;
  }

  .nm-home-hero__content {
    min-height: clamp(560px, 145vw, 680px);
    padding: 48px 28px 42px;
  }

  .nm-home-hero__usps {
    align-items: start;
    padding: 20px 8px 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .nm-home-hero__usp-section {
    margin-top: 18px;
  }

  .nm-home-hero__usp {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 9px;
    text-align: center;
  }

  .nm-home-hero__usp-icon {
    width: 44px;
    height: 44px;
  }

  .nm-home-hero__usp-icon img {
    width: 44px;
    height: 44px;
  }

  .nm-home-hero__usp-copy strong {
    font-size: 12px;
    line-height: 1.4;
  }

  .nm-home-hero__usp-copy small {
    margin-top: 3px;
    font-size: 10px;
    line-height: 1.35;
  }

  .nm-home-hero__eyebrow {
    margin-bottom: 18px;
    font-size: 11px;
  }

  .nm-home-hero__title {
    max-width: 520px;
    font-size: clamp(44px, 13vw, 62px);
  }

  .nm-home-hero__description {
    margin-top: 22px;
    font-size: 15px;
  }

  .nm-home-hero__cta {
    left: var(--nm-hero-cta-mobile-x, 0px);
    top: var(--nm-hero-cta-mobile-y, 0px);
    min-height: 50px;
    margin-top: 28px;
  }

  .nm-home-hero__note {
    margin-top: 26px;
  }

  .nm-home-hero__visual {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    margin: 0;
    border-radius: 0;
    order: initial;
  }

  .nm-home-hero__visual::after {
    position: absolute;
    inset: 0;
    display: block;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.06) 48%,
      rgba(0, 0, 0, 0.34) 100%
    );
    content: "";
    pointer-events: none;
  }

  .nm-home-hero__visual picture,
  .nm-home-hero__visual img {
    width: 100%;
    height: 100%;
  }

  .nm-home-hero__visual img {
    object-fit: cover;
    object-position: center;
  }

  .nm-home-hero__visual.uses-desktop-image img {
    object-position: 42% center;
  }
}

@keyframes nm-footer-panel-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 420px) {
  .nm-home-hero__content {
    min-height: clamp(560px, 145vw, 640px);
    padding-right: 22px;
    padding-left: 22px;
  }

  .nm-home-hero__title {
    font-size: 42px;
    line-height: 1.02;
    letter-spacing: -0.045em;
  }

  .nm-home-hero__note {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nm-home-hero__inner,
  .nm-home-hero__visual img,
  .nm-home-hero__cta {
    transition: none;
  }
}

/* Homepage 4.3: Bạn thuộc GU nào? / Shop by Lifestyle
--------------------------------------------------------------- */

.nm-elefante-home > .nm-home-hero:has(+ .nm-home-gu) {
  margin-bottom: 68px;
}

.nm-home-gu {
  width: calc(100% - 40px);
  max-width: 1480px;
  margin: 0 auto 112px;
  color: #111;
}

.nm-home-gu__header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 34px;
  text-align: center;
}

.nm-home-gu__header h2 {
  margin: 0;
  color: #111;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.nm-home-gu__header p {
  max-width: 560px;
  margin: 0;
  color: rgba(17, 17, 17, 0.62);
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}

.nm-home-gu__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.nm-home-gu__card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 350px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(19, 42, 79, 0.06);
  color: #111;
  flex-direction: column;
  overflow: hidden;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.nm-home-gu__card:hover,
.nm-home-gu__card:focus-visible {
  border-color: rgba(17, 17, 17, 0.2);
  box-shadow: 0 12px 30px rgba(19, 42, 79, 0.11);
  color: #111;
  transform: translateY(-4px);
}

.nm-home-gu__card:focus-visible {
  border-radius: 14px;
  outline: 3px solid rgba(19, 42, 79, 0.24);
  outline-offset: 5px;
}

.nm-home-gu__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 230px;
  border-radius: 0;
  background: #f5f3ed;
  overflow: hidden;
}

.nm-home-gu__media img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  transition: transform 550ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nm-home-gu__card:hover .nm-home-gu__media img,
.nm-home-gu__card:focus-visible .nm-home-gu__media img {
  transform: scale(1.035);
}

.nm-home-gu__copy {
  position: relative;
  display: block;
  flex: 1;
  min-height: 116px;
  padding: 20px 16px 22px;
  text-align: center;
}

.nm-home-gu__copy strong,
.nm-home-gu__copy small {
  display: block;
}

.nm-home-gu__copy strong {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.nm-home-gu__copy small {
  margin-top: 5px;
  color: rgba(17, 17, 17, 0.58);
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 991px) {
  .nm-home-gu__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px 16px;
  }
}

@media (max-width: 767px) {
  .nm-elefante-home > .nm-home-hero:has(+ .nm-home-gu) {
    margin-bottom: 52px;
  }

  .nm-home-gu {
    width: calc(100vw - 24px);
    margin-bottom: 76px;
  }

  .nm-home-gu__header {
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    text-align: center;
  }

  .nm-home-gu__header h2 {
    font-size: 36px;
  }

  .nm-home-gu__header p {
    font-size: 14px;
  }

  .nm-home-gu__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 12px;
  }

  .nm-home-gu__copy {
    min-height: 104px;
    padding: 17px 12px 19px;
  }

  .nm-home-gu__copy strong {
    font-size: 15px;
  }

  .nm-home-gu__copy small {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nm-home-gu__media img,
  .nm-home-gu__card {
    transition: none;
  }
}

/* FAQ: warm editorial layout aligned with the current Elefante palette. */
body.page-id-379 {
  overflow-x: hidden;
}

body.page-id-379 .nm-faq-page {
  --story-navy: #171717;
  --story-blue: var(--nm-header-nav-bg, #e6a53c);
  --story-muted: #6f6259;
  --story-line: rgba(110, 80, 62, 0.14);
  width: min(1380px, calc(100% - 48px));
  padding: 48px 0 90px;
}

body.page-id-379 .nm-faq-hero {
  position: relative;
  max-width: none;
  min-height: 390px;
  padding: clamp(48px, 7vw, 88px);
  border: 1px solid rgba(110, 80, 62, 0.1);
  border-radius: 32px;
  background: linear-gradient(125deg, #f7f3e8 0%, #fff8ea 64%, #f4dfb8 100%);
  overflow: hidden;
}

body.page-id-379 .nm-faq-hero::before,
body.page-id-379 .nm-faq-hero::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

body.page-id-379 .nm-faq-hero::before {
  right: clamp(45px, 10vw, 150px);
  bottom: -115px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(110, 80, 62, 0.14);
}

body.page-id-379 .nm-faq-hero::after {
  right: clamp(80px, 14vw, 210px);
  bottom: 70px;
  width: 94px;
  height: 94px;
  background: var(--story-blue);
  box-shadow: 105px -95px 0 rgba(110, 80, 62, 0.16);
}

body.page-id-379 .nm-faq-hero > * {
  position: relative;
  z-index: 1;
}

body.page-id-379 .nm-faq-hero .nm-story-eyebrow {
  color: #6e503e;
}

body.page-id-379 .nm-faq-hero h1 {
  max-width: 780px;
  margin-bottom: 22px;
  color: #171717;
  font-size: clamp(52px, 6.5vw, 88px);
  line-height: 0.98;
}

body.page-id-379 .nm-faq-hero p {
  max-width: 670px;
  color: var(--story-muted);
  font-size: 17px;
  line-height: 1.75;
}

body.page-id-379 .nm-faq-links {
  gap: 14px;
  margin: 24px 0 54px;
}

body.page-id-379 .nm-faq-links a {
  position: relative;
  justify-content: space-between;
  min-height: 126px;
  padding: 20px;
  border-color: rgba(110, 80, 62, 0.13);
  background: #fff;
  box-shadow: 0 8px 24px rgba(110, 80, 62, 0.06);
  color: #171717;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

body.page-id-379 .nm-faq-links a::after {
  position: absolute;
  top: 21px;
  right: 21px;
  color: #6e503e;
  font-size: 18px;
  content: "↘";
}

body.page-id-379 .nm-faq-links span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--nm-header-surface, #f7f3e8);
  color: #6e503e;
  opacity: 1;
}

body.page-id-379 .nm-faq-links a:hover,
body.page-id-379 .nm-faq-links a:focus-visible {
  border-color: var(--story-blue);
  background: var(--story-blue);
  box-shadow: 0 14px 30px rgba(110, 80, 62, 0.12);
  color: #171717;
  transform: translateY(-4px);
}

body.page-id-379 .nm-faq-group {
  grid-template-columns: minmax(215px, 0.48fr) minmax(0, 1.52fr);
  gap: clamp(28px, 5vw, 72px);
  margin-bottom: 18px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(110, 80, 62, 0.12);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(110, 80, 62, 0.055);
}

body.page-id-379 .nm-faq-group__title > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--story-blue);
  color: #171717;
  font-size: 11px;
}

body.page-id-379 .nm-faq-group__title h2 {
  color: #171717;
  font-size: clamp(26px, 2.5vw, 34px);
  line-height: 1.16;
}

body.page-id-379 .nm-faq-list details,
body.page-id-379 .nm-faq-list details:first-child {
  margin-bottom: 10px;
  border: 1px solid rgba(110, 80, 62, 0.1);
  border-radius: 16px;
  background: #fbf9f4;
  overflow: hidden;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

body.page-id-379 .nm-faq-list details:last-child {
  margin-bottom: 0;
}

body.page-id-379 .nm-faq-list details[open] {
  border-color: rgba(230, 165, 60, 0.48);
  background: #fff8ea;
  box-shadow: inset 4px 0 0 var(--story-blue);
}

body.page-id-379 .nm-faq-list summary {
  padding: 20px 58px 20px 22px;
  color: #171717;
  font-size: 16px;
  line-height: 1.5;
}

body.page-id-379 .nm-faq-list details[open] summary {
  color: #6e503e;
}

body.page-id-379 .nm-faq-list summary::before,
body.page-id-379 .nm-faq-list summary::after {
  top: 50%;
  right: 25px;
  width: 14px;
  background: #6e503e;
}

body.page-id-379 .nm-faq-list details p {
  max-width: 800px;
  margin: 0;
  padding: 0 58px 22px 22px;
  color: var(--story-muted);
  font-size: 14px;
  line-height: 1.8;
}

body.page-id-379 .nm-faq-list details a {
  color: #6e503e;
  text-decoration-color: var(--story-blue);
}

body.page-id-379 .nm-faq-contact {
  margin-top: 34px;
  padding: clamp(38px, 5vw, 64px);
  border-radius: 28px;
  background: var(--nm-header-nav-bg, #e6a53c);
  color: #171717;
}

body.page-id-379 .nm-faq-contact .nm-story-eyebrow {
  color: #6e503e;
}

body.page-id-379 .nm-faq-contact h2 {
  color: #171717;
  line-height: 1.08;
}

body.page-id-379 .nm-faq-contact > p {
  margin: 0;
}

body.page-id-379 .nm-faq-contact br {
  display: none;
}

body.page-id-379 .nm-faq-contact .nm-story-button {
  min-width: 190px;
  background: #171717;
  color: #fff;
}

body.page-id-379 .nm-faq-contact .nm-story-button:hover,
body.page-id-379 .nm-faq-contact .nm-story-button:focus-visible {
  background: #6e503e;
  color: #fff;
  transform: translateY(-2px);
}

body.page-id-379 .nm-faq-note {
  margin-top: 28px;
  color: rgba(23, 23, 23, 0.58);
}

@media (max-width: 900px) {
  body.page-id-379 .nm-faq-group {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 600px) {
  body.page-id-379 .nm-faq-page {
    width: calc(100% - 24px);
    padding: 28px 0 64px;
  }

  body.page-id-379 .nm-faq-hero {
    min-height: 0;
    padding: 38px 24px 48px;
    border-radius: 24px;
  }

  body.page-id-379 .nm-faq-hero::before {
    right: -105px;
    bottom: -155px;
  }

  body.page-id-379 .nm-faq-hero::after {
    right: 22px;
    bottom: 24px;
    width: 48px;
    height: 48px;
    box-shadow: none;
    opacity: 0.5;
  }

  body.page-id-379 .nm-faq-hero h1 {
    font-size: clamp(40px, 12vw, 52px);
  }

  body.page-id-379 .nm-faq-hero p {
    font-size: 15px;
  }

  body.page-id-379 .nm-faq-links {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 38px;
  }

  body.page-id-379 .nm-faq-links a {
    min-height: 112px;
    padding: 16px;
    font-size: 14px;
  }

  body.page-id-379 .nm-faq-links a::after {
    top: 17px;
    right: 16px;
  }

  body.page-id-379 .nm-faq-group {
    padding: 22px 16px;
    border-radius: 20px;
  }

  body.page-id-379 .nm-faq-group__title h2 {
    font-size: 25px;
  }

  body.page-id-379 .nm-faq-list summary {
    padding: 18px 48px 18px 17px;
    font-size: 14px;
  }

  body.page-id-379 .nm-faq-list summary::before,
  body.page-id-379 .nm-faq-list summary::after {
    right: 19px;
  }

  body.page-id-379 .nm-faq-list details p {
    padding: 0 20px 19px 17px;
    font-size: 13px;
  }

  body.page-id-379 .nm-faq-contact {
    padding: 34px 24px;
    border-radius: 22px;
  }
}

/* Global back-to-top button. */
.nm-scroll-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1000;
  display: grid;
  width: 52px;
  height: 52px;
  padding: 0;
  place-items: center;
  border: 1px solid #e6a53c;
  border-radius: 50%;
  background: #e6a53c;
  box-shadow: 0 12px 30px rgba(110, 80, 62, 0.2);
  color: #111;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px) scale(0.92);
  transition:
    opacity 180ms ease,
    visibility 180ms ease,
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
  pointer-events: none;
}

.nm-scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.nm-scroll-top svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nm-scroll-top:hover,
.nm-scroll-top:focus-visible {
  border-color: #6e503e;
  background: #6e503e;
  color: #fff;
  transform: translateY(-3px) scale(1);
}

.nm-scroll-top:focus-visible {
  outline: 3px solid rgba(230, 165, 60, 0.32);
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .nm-scroll-top {
    right: 14px;
    bottom: 14px;
    width: 44px;
    height: 44px;
  }

  .nm-scroll-top svg {
    width: 19px;
    height: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.nm-about-motion-ready
    body.page-id-358
    :is(
      .nm-story-hero,
      .nm-story-intro > *,
      .nm-story-journey,
      .nm-story-timeline > li,
      .nm-story-values,
      .nm-story-value-grid > article,
      .nm-story-cta
    ) {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .nm-scroll-top {
    transition: none;
  }
}
/* About Us 2026 — editorial, full-width layout. */
body.page-id-358 .nm-page-default,
body.page-id-358 .nm-page-default-col {
  width: 100%;
  max-width: none;
  padding: 0;
}

.nm-about-v2 {
  --about-ink: #171717;
  --about-primary: var(--nm-header-nav-bg);
  --about-muted: #666;
  --about-line: rgba(23, 23, 23, .14);
  --about-soft: var(--nm-brand-cream);
  width: min(1416px, calc(100% - 48px));
  margin: 32px auto 40px;
  color: var(--about-ink);
  background: #fff;
}

.nm-about-v2 *,
.nm-about-v2 *::before,
.nm-about-v2 *::after {
  box-sizing: border-box;
}

.nm-about-v2 :where(h1, h2, h3, p, figure, ol, ul) {
  margin-top: 0;
}

.nm-about-v2 :where(h1, h2, h3) {
  color: var(--about-ink);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.nm-about-v2 :where(p, li) {
  font-size: 17px;
  line-height: 1.65;
}

.nm-about-v2__eyebrow {
  display: block;
  margin-bottom: 28px;
  color: var(--nm-brand-brown);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.nm-about-v2__hero {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  min-height: 650px;
  border-radius: 28px;
  overflow: hidden;
  background: var(--nm-brand-cream);
  box-shadow: 0 16px 44px rgba(19, 42, 79, .07);
}

.nm-about-v2__hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(48px, 7vw, 100px);
}

.nm-about-v2__hero h1 {
  max-width: 690px;
  margin-bottom: 28px;
  font-size: clamp(42px, 4.7vw, 70px);
  line-height: 1.04;
}

.nm-about-v2__hero p {
  max-width: 650px;
  margin-bottom: 34px;
  color: var(--about-muted);
}

.nm-about-v2__hero-media {
  min-height: 650px;
  margin: 0;
  overflow: hidden;
  background: var(--about-soft);
}

.nm-about-v2__hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nm-about-v2__button {
  display: inline-flex;
  align-items: center;
  gap: 26px;
  min-height: 52px;
  padding: 14px 23px;
  color: var(--about-ink) !important;
  background: var(--about-primary);
  font-size: 15px;
  font-weight: 500;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.nm-about-v2__button:hover,
.nm-about-v2__button:focus-visible {
  color: #fff !important;
  background: var(--nm-brand-brown);
  transform: translateY(-2px);
}

.nm-about-v2__section {
  margin-top: clamp(30px, 4vw, 56px);
  padding: clamp(72px, 8vw, 120px) clamp(28px, 6vw, 88px);
  border: 0;
  border-radius: 28px;
}

.nm-about-v2__section h2 {
  font-size: clamp(34px, 3.6vw, 54px);
  line-height: 1.12;
}

.nm-about-v2__story {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(50px, 9vw, 150px);
  padding-right: clamp(18px, 4vw, 58px);
  padding-left: clamp(18px, 4vw, 58px);
}

.nm-about-v2__story header i {
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 34px;
  background: var(--about-primary);
}

.nm-about-v2__story-copy p { margin-bottom: 26px; color: var(--about-muted); }
.nm-about-v2__story-copy p:last-child { margin-bottom: 0; }

.nm-about-v2__section-heading { max-width: 760px; }
.nm-about-v2__journey {
  background: var(--nm-brand-cream);
  box-shadow: 0 14px 38px rgba(19, 42, 79, .055);
}

.nm-about-v2__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  gap: 40px;
  margin: 68px 0 0;
  padding: 0;
  list-style: none;
}

.nm-about-v2__steps::before {
  content: "";
  position: absolute;
  top: 38px;
  right: 12%;
  left: 12%;
  height: 1px;
  background: var(--about-line);
}

.nm-about-v2__steps li { position: relative; text-align: center; }
.nm-about-v2__steps li > span {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin: 0 auto 25px;
  border: 1px solid color-mix(in srgb, var(--about-primary) 55%, transparent);
  color: var(--about-ink);
  background: color-mix(in srgb, var(--about-primary) 18%, #fff);
  font-size: 16px;
}
.nm-about-v2__steps h3 { margin-bottom: 14px; font-size: 21px; }
.nm-about-v2__steps p { margin: 0 auto; color: var(--about-muted); }

.nm-about-v2__beliefs {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 52px;
  background: var(--nm-brand-cream);
  box-shadow: 0 14px 38px rgba(19, 42, 79, .055);
}

.nm-about-v2__belief-intro {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 520px;
  padding: clamp(35px, 5vw, 70px);
  color: var(--about-ink);
  background: var(--about-primary);
  border-radius: 22px;
}

.nm-about-v2__belief-intro :where(.nm-about-v2__eyebrow, h2) {
  color: var(--about-ink);
}

.nm-about-v2__belief-list {
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  background: #fff;
}
.nm-about-v2__belief-list article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 28px;
  padding: clamp(28px, 4vw, 48px);
  border-bottom: 1px solid var(--about-line);
}
.nm-about-v2__belief-list article:last-child { border-bottom: 0; }
.nm-about-v2__belief-list article > span { color: var(--about-muted); }
.nm-about-v2__belief-list h3 { margin-bottom: 10px; font-size: 23px; }
.nm-about-v2__belief-list p { margin-bottom: 0; color: var(--about-muted); }

.nm-about-v2__process-heading {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 55px;
}
.nm-about-v2__process-heading p { color: var(--about-muted); }
.nm-about-v2__process-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  border: 1px solid var(--about-line);
  list-style: none;
}
.nm-about-v2__process-list li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 280px;
  padding: 30px;
  border-right: 1px solid var(--about-line);
}
.nm-about-v2__process-list li:nth-child(odd) { background: var(--nm-brand-cream); }
.nm-about-v2__process-list li:nth-child(even) {
  background: color-mix(in srgb, var(--nm-brand-cream) 58%, #fff);
}
.nm-about-v2__process-list li:last-child { border-right: 0; }
.nm-about-v2__process-list span { color: var(--about-muted); }
.nm-about-v2__process-list strong { font-size: 20px; font-weight: 500; line-height: 1.35; }

.nm-about-v2__audience {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(50px, 9vw, 140px);
  background: var(--nm-brand-cream);
  box-shadow: 0 14px 38px rgba(19, 42, 79, .05);
}
.nm-about-v2__audience ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--about-line);
  border-left: 1px solid var(--about-line);
  list-style: none;
}
.nm-about-v2__audience li {
  min-height: 155px;
  padding: 28px;
  border-right: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
}

.nm-about-v2__cta {
  color: var(--about-ink);
  text-align: center;
  background: var(--about-primary);
  box-shadow: 0 16px 42px rgba(230, 165, 60, .16);
}
.nm-about-v2__cta :where(.nm-about-v2__eyebrow, h2) { color: var(--about-ink); }
.nm-about-v2__cta p { color: rgba(23, 23, 23, .74); }
.nm-about-v2__cta h2 { margin-bottom: 24px; }
.nm-about-v2__cta p { max-width: 1040px; margin: 0 auto 34px; }
.nm-about-v2__cta > div { display: flex; align-items: center; justify-content: center; gap: 28px; }
.nm-about-v2__cta .nm-about-v2__button {
  color: #fff !important;
  background: var(--about-ink);
}
.nm-about-v2__cta .nm-about-v2__button:hover,
.nm-about-v2__cta .nm-about-v2__button:focus-visible {
  color: var(--about-ink) !important;
  background: #fff;
}
.nm-about-v2__text-link { color: var(--about-ink); font-weight: 600; text-decoration: underline; text-underline-offset: 5px; }

/* Lightweight entry/scroll motion for the current About layout. */
html.nm-about-motion-ready .nm-about-v2 .nm-about-motion-item {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 620ms cubic-bezier(.22, 1, .36, 1) var(--nm-about-delay, 0ms),
    transform 680ms cubic-bezier(.22, 1, .36, 1) var(--nm-about-delay, 0ms);
}

html.nm-about-motion-ready .nm-about-v2 .nm-about-motion-item.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

html.nm-about-motion-ready .nm-about-v2__hero-media img {
  transform: scale(1.025);
  transition: transform 1.1s cubic-bezier(.22, 1, .36, 1);
}

html.nm-about-motion-ready .nm-about-v2__hero.is-revealed .nm-about-v2__hero-media img {
  transform: scale(1);
}

/* Homepage sections reveal once; no continuous animation or layout movement. */
html.nm-home-motion-ready body.home .nm-home-motion-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 580ms ease, transform 650ms cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform;
}

html.nm-home-motion-ready body.home .nm-home-motion-item.is-revealed {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}

@media (max-width: 991px) {
  .nm-about-v2__hero { grid-template-columns: 1fr; }
  .nm-about-v2__hero-media { min-height: 480px; order: -1; }
  .nm-about-v2__story,
  .nm-about-v2__beliefs,
  .nm-about-v2__process-heading,
  .nm-about-v2__audience { grid-template-columns: 1fr; }
  .nm-about-v2__belief-intro { min-height: 320px; }
  .nm-about-v2__process-list { grid-template-columns: repeat(2, 1fr); }
  .nm-about-v2__process-list li { min-height: 220px; }
}

@media (max-width: 600px) {
  .nm-about-v2 { width: calc(100% - 28px); margin-top: 18px; }
  .nm-about-v2__hero-copy { padding: 38px 24px 44px; }
  .nm-about-v2__hero-media { min-height: 330px; }
  .nm-about-v2__hero h1 { font-size: 38px; }
  .nm-about-v2__section { padding: 58px 24px; }
  .nm-about-v2__section h2 { font-size: 34px; }
  .nm-about-v2__steps { grid-template-columns: 1fr; gap: 34px; margin-top: 44px; }
  .nm-about-v2__steps::before { display: none; }
  .nm-about-v2__beliefs { gap: 20px; }
  .nm-about-v2__belief-intro { min-height: 280px; padding: 30px; }
  .nm-about-v2__belief-list article { grid-template-columns: 38px 1fr; gap: 12px; padding: 26px 20px; }
  .nm-about-v2__process-list { grid-template-columns: 1fr; }
  .nm-about-v2__process-list li { min-height: 160px; border-right: 0; border-bottom: 1px solid var(--about-line); }
  .nm-about-v2__process-list li:last-child { border-bottom: 0; }
  .nm-about-v2__audience ul { grid-template-columns: 1fr; }
  .nm-about-v2__audience li { min-height: auto; }
  .nm-about-v2__cta > div { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html.nm-about-motion-ready .nm-about-v2 .nm-about-motion-item,
  html.nm-home-motion-ready body.home .nm-home-motion-item,
  html.nm-about-motion-ready .nm-about-v2__hero-media img {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Elefante initial page preloader (kept in the main stylesheet to avoid an
   additional render-blocking CSS request). */
html.nm-site-preloader-active,
html.nm-site-preloader-active body {
  overflow: hidden !important;
}

body:has(.nm-site-preloader) #nm-page-load-overlay {
  display: none !important;
}

.nm-site-preloader {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 100dvh;
  padding: 32px;
  overflow: hidden;
  background: #fff;
  opacity: 1;
  visibility: visible;
  transition: opacity 480ms cubic-bezier(.22, 1, .36, 1), visibility 480ms linear;
}

.nm-site-preloader::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(520px, 80vw);
  height: min(180px, 28vw);
  border-radius: 50%;
  background: rgba(234, 166, 52, .08);
  content: "";
  filter: blur(42px);
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.nm-site-preloader.is-leaving {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.nm-site-preloader__logo {
  position: relative;
  width: min(430px, 72vw);
  aspect-ratio: 2084 / 712;
  filter: drop-shadow(0 13px 20px rgba(108, 75, 42, .18)) drop-shadow(0 2px 3px rgba(27, 22, 17, .12));
}

.nm-site-preloader__logo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

.nm-site-preloader__logo-base {
  opacity: .18;
  filter: brightness(0);
}

.nm-site-preloader__logo-fill {
  clip-path: inset(0 100% 0 0);
  filter: brightness(0) saturate(100%) invert(72%) sepia(71%) saturate(1096%) hue-rotate(343deg) brightness(100%) contrast(89%);
  animation: nm-site-logo-fill 1.45s cubic-bezier(.65, 0, .35, 1) infinite;
  will-change: clip-path;
}

.nm-site-preloader.is-leaving .nm-site-preloader__logo-fill {
  clip-path: inset(0);
  animation: none;
}

@keyframes nm-site-logo-fill {
  0% { clip-path: inset(0 100% 0 0); }
  72%, 100% { clip-path: inset(0); }
}

@media (max-width: 600px) {
  .nm-site-preloader { padding: 24px; }
  .nm-site-preloader__logo { width: min(340px, 80vw); }
}

@media (prefers-reduced-motion: reduce) {
  .nm-site-preloader { transition-duration: 160ms; }
  .nm-site-preloader__logo-fill {
    clip-path: inset(0);
    animation: none;
  }
}
