/* NCW Homepage Redesign V1 plugin assets.
   Source: homepage-editable-v1
   Generated: 2026-07-11
   Scope: staging-only plugin package; no live-site write was performed. */

:root {
  --ncw-green: #062d21;
  --ncw-green-2: #0e3b2c;
  --ncw-green-3: #0b1d15;
  --ncw-ivory: #f8f4ea;
  --ncw-cream: #eee5d3;
  --ncw-paper: #fffdf7;
  --ncw-gold: #c8a86a;
  --ncw-gold-2: #8a6a32;
  --ncw-ink: #27332c;
  --ncw-muted: #626257;
  --ncw-border: rgba(24, 39, 31, .12);
  --ncw-shadow: 0 24px 60px -38px rgba(6, 45, 33, .6);
  --ncw-serif: "Playfair Display", Georgia, serif;
  --ncw-mono: "Montserrat", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --ncw-body: "Montserrat", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  background: #ebe6da;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ncw-ink);
  background: #ebe6da;
  font-family: var(--ncw-body);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

body.ncw-homepage-v1-body.drawer-open {
  overflow: hidden;
}

body.ncw-homepage-v1-body.chat-choice-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.site-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  background: var(--ncw-paper);
  box-shadow: 0 0 0 1px rgba(24, 39, 31, .08);
}

section {
  scroll-margin-top: 142px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--ncw-paper);
  box-shadow: 0 1px 0 rgba(24, 39, 31, .1);
}

.utility-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 42px;
  padding: 0 54px;
  color: var(--ncw-gold);
  background: var(--ncw-green);
  font-family: var(--ncw-mono);
  font-size: 12px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.utility-bar p,
.utility-bar a {
  margin: 0;
}

.utility-bar div {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--ncw-cream);
  font-family: Georgia, serif;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}

.nav-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 332px) minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  min-height: 84px;
  padding: 0 54px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-seal {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(14, 59, 44, .55);
  border-radius: 50%;
  overflow: hidden;
  background: #fffdf7;
}

.brand-seal img {
  display: block;
  width: 78%;
  height: 78%;
  object-fit: contain;
}

.brand strong {
  display: block;
  color: var(--ncw-green-2);
  font-family: var(--ncw-serif);
  font-size: 25px;
  font-weight: 600;
  line-height: .98;
  white-space: nowrap;
}

.brand small {
  display: block;
  margin-top: 5px;
  color: var(--ncw-gold-2);
  font-family: var(--ncw-mono);
  font-size: 10px;
  letter-spacing: .24em;
  text-transform: uppercase;
  white-space: nowrap;
}

.desktop-nav,
.nav-tools {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.desktop-nav {
  justify-content: center;
  justify-content: safe center;
  gap: 15px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
  font-family: ui-sans-serif, Arial, sans-serif;
  font-size: 13px;
}

.desktop-nav::-webkit-scrollbar {
  display: none;
}

.desktop-nav a,
.nav-trigger {
  position: relative;
  border: 0;
  padding: 8px 0;
  color: var(--ncw-ink);
  background: transparent;
  cursor: pointer;
}

.nav-trigger {
  color: var(--ncw-ink);
  font-weight: 400;
}

.nav-trigger-muted {
  color: var(--ncw-ink);
}

.elite-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ncw-ink) !important;
  font-weight: 400;
}

.menu-label {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  height: 16px;
  border-radius: 3px;
  padding: 0 5px;
  color: #fff;
  background: #b89768;
  font-family: var(--ncw-mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
}

.nav-trigger::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--ncw-gold-2);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .18s ease;
}

.mega-open [data-mega-toggle]::after,
.all-brands-open [data-all-brands-toggle]::after {
  transform: scaleX(1);
}

.nav-tools {
  justify-content: flex-end;
  gap: 12px;
  font-family: ui-sans-serif, Arial, sans-serif;
  font-size: 14px;
}

.nav-tools > a:not(.cart-pill) {
  color: var(--ncw-green-2) !important;
  font-weight: 700;
}

.nav-tools > a:not(.cart-pill):hover,
.nav-tools > a:not(.cart-pill):focus-visible {
  color: var(--ncw-gold-2) !important;
}

.header-search-toggle {
  display: inline-grid;
  width: 58px;
  height: 42px;
  flex: 0 0 58px;
  place-items: center;
  margin: 0;
  border: 0;
  border-radius: 10px;
  padding: 0;
  appearance: none;
  color: #fff;
  background: var(--ncw-green-2);
  box-shadow: none;
  line-height: 1;
  cursor: pointer;
}

.header-search-toggle:hover,
.header-search-toggle:focus-visible,
.search-open .header-search-toggle {
  color: #1c1407;
  background: var(--ncw-gold);
}

.header-search-toggle:focus-visible {
  outline: 2px solid rgba(200, 168, 106, .42);
  outline-offset: 2px;
}

.header-search-toggle svg {
  width: 19px;
  height: 19px;
}

.cart-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 17px;
  border-radius: 10px;
  color: #fff;
  background: var(--ncw-green-2);
  font-weight: 700;
}

.cart-pill .cart-count {
  display: grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  border-radius: 20px;
  color: var(--ncw-green-2);
  background: var(--ncw-gold);
  font-size: 11px;
}

.mobile-cart-link {
  position: relative;
  display: none;
}

.mobile-cart-link svg {
  width: 21px;
  height: 21px;
}

.mobile-cart-link .cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  display: grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  border: 2px solid var(--ncw-paper);
  border-radius: 999px;
  padding: 0 4px;
  color: var(--ncw-green-2);
  background: var(--ncw-gold);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.menu-button {
  display: none;
}

.header-search-panel {
  border-top: 1px solid var(--ncw-border);
  border-bottom: 1px solid rgba(14, 59, 44, .08);
  padding: 18px 54px;
  background: var(--ncw-paper);
  box-shadow: 0 12px 24px rgba(7, 35, 25, .08);
}

.header-search-panel[hidden] {
  display: none !important;
}

.header-search-form {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  width: min(760px, 100%);
  min-height: 48px;
  margin: 0 auto;
  border: 1px solid rgba(14, 59, 44, .22);
  border-radius: 6px;
  padding: 5px 6px 5px 16px;
  background: #fffdf7;
}

.header-search-form:focus-within {
  border-color: var(--ncw-gold-2);
  box-shadow: 0 0 0 3px rgba(200, 168, 106, .13);
}

.header-search-leading {
  width: 20px;
  height: 20px;
  color: var(--ncw-green-2);
}

.header-search-form input[type="search"] {
  min-width: 0;
  height: 38px;
  border: 0;
  outline: 0;
  padding: 0;
  color: var(--ncw-ink);
  background: transparent;
  font: inherit;
  font-size: 14px;
}

.header-search-form input[type="search"]::placeholder {
  color: var(--ncw-muted);
}

.header-search-form button[type="submit"] {
  min-width: 92px;
  height: 38px;
  border: 0;
  border-radius: 4px;
  padding: 0 18px;
  color: #fff;
  background: var(--ncw-green-2);
  font-family: ui-sans-serif, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  cursor: pointer;
}

.header-search-form button[type="submit"]:hover,
.header-search-form button[type="submit"]:focus-visible {
  color: #1c1407;
  background: var(--ncw-gold);
}

.mega-panel,
.all-brands-panel {
  display: none;
  border-top: 1px solid var(--ncw-border);
  background: var(--ncw-paper);
}

.mega-open .mega-panel {
  display: block;
}

.all-brands-open .all-brands-panel {
  display: block;
}

.mega-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, .9fr);
  gap: 36px;
  padding: 38px 126px 48px;
}

.mega-rolex-index {
  min-width: 0;
}

.mega-rolex-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 34px;
}

.mega-rolex-group {
  min-width: 0;
}

.mega-rolex-group .kicker {
  margin-bottom: 8px;
  letter-spacing: .16em;
}

.all-brands-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px 18px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px 54px 28px;
}

.all-brands-grid a {
  display: flex;
  align-items: center;
  min-height: 42px;
  border-bottom: 1px solid rgba(24, 39, 31, .08);
  color: var(--ncw-ink);
  font-family: ui-sans-serif, Arial, sans-serif;
  font-size: 13px;
}

.all-brands-grid .all-brands-guide {
  color: var(--ncw-gold-2);
  font-family: var(--ncw-mono);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.kicker {
  margin: 0 0 24px;
  color: var(--ncw-gold-2);
  font-family: var(--ncw-mono);
  font-size: 11px;
  letter-spacing: .28em;
  line-height: 1.4;
  text-transform: uppercase;
}

.kicker.centered {
  margin-bottom: 12px;
  text-align: center;
}

.mega-grid section > a:not(.feature-card):not(.rating-card) {
  display: block;
  padding: 9px 0 10px;
  border-bottom: 1px solid rgba(24, 39, 31, .08);
  color: #0d2018;
  font-family: ui-sans-serif, Arial, sans-serif;
  font-size: 16px;
}

.mega-grid .all-models {
  display: inline-block;
  width: auto;
  margin-top: 20px;
  border-bottom: 1px solid rgba(138, 106, 50, .45);
  color: var(--ncw-gold-2);
  font-family: var(--ncw-mono);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.drawer-rolex-groups {
  padding: 2px 0 14px;
}

.drawer-rolex-group + .drawer-rolex-group {
  margin-top: 12px;
}

.drawer-rolex-group-title {
  margin: 0 0 7px;
  color: var(--ncw-gold);
  font-family: var(--ncw-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.drawer-all-models {
  display: inline-flex;
  margin-top: 4px;
  border-bottom: 1px solid rgba(200, 168, 106, .48);
  padding: 8px 0 5px;
  color: var(--ncw-gold);
  font-family: var(--ncw-mono);
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.feature-card {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 18px;
  align-items: center;
  padding: 15px;
  border: 1px solid var(--ncw-border);
  border-radius: 14px;
  background: #fff;
}

.feature-card small,
.feature-card b {
  display: block;
  color: var(--ncw-gold-2);
  font-family: var(--ncw-mono);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.feature-card strong {
  display: block;
  margin: 7px 0 4px;
  color: var(--ncw-green-2);
  font-family: var(--ncw-serif);
  font-size: 25px;
  font-weight: 600;
}

.feature-card em {
  display: block;
  margin-bottom: 12px;
  color: var(--ncw-muted);
  font-style: normal;
  font-size: 13px;
}

.feature-media,
.media-block,
.hero-media,
.consult-media,
.video-card {
  background-color: var(--ncw-green);
  background-image:
    radial-gradient(circle at 50% 50%, rgba(200, 168, 106, .18) 0 15%, transparent 16%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .018) 0 3px, transparent 3px 8px);
}

.feature-media img,
.media-block img,
.hero-media img,
.consult-media img,
.video-card img,
.standard-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-block picture,
.standard-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.feature-media {
  display: block;
  width: 104px;
  height: 104px;
  border-radius: 10px;
  overflow: hidden;
}

.media-gold {
  background-color: #d9c089;
  background-image:
    linear-gradient(135deg, rgba(6, 45, 33, .08), rgba(196, 155, 84, .2)),
    url("https://www.newclonewatches.com/wp-content/uploads/2026/06/IMG_20260616_211656-4-1024x1024.jpg.webp");
  background-position: center;
  background-size: cover;
}

.rating-card {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
  padding: 14px;
  border: 1px solid rgba(200, 168, 106, .28);
  border-radius: 8px;
  color: var(--ncw-cream);
  background: var(--ncw-green-2);
  text-decoration: none;
}

.verify-card {
  background: linear-gradient(135deg, #062d21 0%, #0d3b2e 58%, #1d2017 100%);
  box-shadow: inset 0 1px 0 rgba(244, 238, 224, .08);
}

.rating-mark {
  display: grid;
  place-items: center;
  flex: 0 0 68px;
  min-height: 54px;
  border-right: 1px solid rgba(200, 168, 106, .22);
  color: var(--ncw-gold);
  font-family: var(--ncw-serif);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0;
}

.verify-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.rating-card strong {
  color: var(--ncw-gold);
  font-family: ui-sans-serif, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
}

.rating-card small {
  color: rgba(244, 238, 224, .9);
  font-family: var(--ncw-mono);
  font-size: 10px;
  letter-spacing: .08em;
  line-height: 1.45;
}

.hero-section {
  position: relative;
  overflow: hidden;
  color: var(--ncw-cream);
  background-color: #123428;
}

.hero-picture,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-picture {
  z-index: 0;
  display: block;
}

.hero-picture .hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(6, 45, 33, .94) 0%, rgba(6, 45, 33, .78) 39%, rgba(6, 45, 33, .22) 72%, rgba(6, 45, 33, .08) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 680px);
  align-items: stretch;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 560px;
  padding: 88px 54px 76px;
}

.hero-copy {
  max-width: 670px;
  align-self: center;
}

.hero-copy h1,
.section-heading h2,
.standard-section h2,
.reality-section h2,
.detail-section h2,
.reviews-section h2,
.definition-section h2,
.consult-section h2 {
  margin: 0;
  font-family: var(--ncw-serif);
  font-weight: 600;
  letter-spacing: 0;
  text-wrap: pretty;
}

.hero-copy h1 {
  max-width: 650px;
  color: #f4eee0;
  font-size: 66px;
  line-height: 1.02;
}

.hero-copy p:not(.kicker) {
  max-width: 520px;
  margin: 20px 0 16px;
  color: rgba(244, 238, 224, .82);
  font-size: 18px;
  line-height: 1.65;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 26px;
}

.hero-tags span {
  border: 1px solid rgba(200, 168, 106, .4);
  border-radius: 20px;
  padding: 6px 11px;
  color: var(--ncw-gold);
  font-family: var(--ncw-mono);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0;
  border-radius: 9px;
  padding: 13px 22px;
  font-family: "Montserrat", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  cursor: pointer;
}

.button.gold {
  color: #1c1407;
  background: linear-gradient(92deg, var(--ncw-gold), #b8965a);
  box-shadow: 0 10px 24px -10px rgba(200, 168, 106, .65);
}

.button.ghost {
  gap: 9px;
  border: 1px solid rgba(234, 226, 208, .45);
  color: #eae2d0;
}

.button.ghost span,
.button.whatsapp::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #25d366;
}

.button.whatsapp {
  gap: 10px;
  color: #073d22;
  background: #25d366;
}

.button.whatsapp::before {
  background: #073d22;
}

.video-card::after,
.consult-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(6, 45, 33, .38), rgba(6, 45, 33, .08));
}

.hero-image {
  filter: saturate(.9) contrast(.98);
}

.orb {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(200, 168, 106, .18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orb::after {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(200, 168, 106, .16);
  border-radius: 50%;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid rgba(24, 39, 31, .08);
  color: var(--ncw-muted);
  background: var(--ncw-ivory);
}

.trust-strip > * {
  display: block;
  min-height: 74px;
  padding: 17px 10px;
  border-right: 1px solid rgba(24, 39, 31, .08);
  color: inherit;
  text-align: center;
}

.trust-strip > a {
  transition: background .18s ease, color .18s ease;
}

.trust-strip > a:hover,
.trust-strip > a:focus-visible {
  background: #fff;
  outline: none;
}

.trust-strip strong {
  display: block;
  color: var(--ncw-green-2);
  font-family: var(--ncw-serif);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.05;
}

.trust-strip span {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.25;
}

.trust-strip em {
  display: block;
  margin-top: 2px;
  color: var(--ncw-gold-2);
  font-style: normal;
}

.section-light {
  background: #fbfaf4;
}

.brand-section,
.detail-section,
.definition-section {
  padding: 70px 54px;
}

.section-heading.split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  max-width: 1332px;
  margin: 0 auto 28px;
}

.section-heading h2,
.standard-section h2,
.reality-section h2,
.detail-section h2,
.reviews-section h2,
.definition-section h2,
.consult-section h2 {
  color: var(--ncw-green-2);
  font-size: 42px;
  line-height: 1.05;
}

.section-heading a,
.read-standard {
  color: var(--ncw-gold-2);
  border-bottom: 1px solid rgba(138, 106, 50, .4);
  font-family: var(--ncw-mono);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1332px;
  margin: 0 auto;
}

.brand-card {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(24, 39, 31, .1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 40px -34px rgba(6, 45, 33, .45);
  transition: transform .18s ease, box-shadow .18s ease;
}

.brand-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ncw-shadow);
}

.media-block {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.55 / 1;
  width: 100%;
}

.brand-card strong,
.detail-card strong,
.detail-feature strong {
  display: block;
  padding: 14px 14px 0;
  color: var(--ncw-green-2);
  font-family: var(--ncw-serif);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.05;
}

.brand-card em,
.brand-card small,
.detail-card em,
.detail-feature em {
  display: block;
  padding: 4px 14px 14px;
  color: var(--ncw-gold-2);
  font-family: var(--ncw-mono);
  font-size: 10px;
  font-style: normal;
  letter-spacing: .07em;
}

.brand-card em {
  padding-bottom: 0;
  color: var(--ncw-muted);
  font-family: Georgia, serif;
  font-size: 12px;
  letter-spacing: 0;
}

.standard-section,
.reviews-section {
  padding: 76px 54px;
  background: var(--ncw-cream);
}

.standard-section h2,
.reviews-section h2,
.detail-section h2,
.definition-section h2 {
  max-width: 720px;
  margin: 0 auto 38px;
  text-align: center;
}

.standard-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  max-width: 1120px;
  margin: 0 auto;
}

.standard-grid article {
  position: relative;
  padding-top: 20px;
}

.standard-media {
  display: block;
  width: 100%;
  aspect-ratio: 1.45 / 1;
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: 4px;
}

.standard-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 1px;
  background: var(--ncw-gold);
}

.standard-grid article > span:not(.standard-media) {
  display: block;
  margin-bottom: 20px;
  color: var(--ncw-gold);
  font-family: var(--ncw-serif);
  font-size: 26px;
  font-style: italic;
}

.standard-grid h3,
.definition-columns h3 {
  margin: 0 0 8px;
  color: var(--ncw-green-2);
  font-family: var(--ncw-serif);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
}

.standard-grid p,
.definition-columns p {
  margin: 0 0 14px;
  color: #4d4d43;
  font-size: 13px;
  line-height: 1.6;
}

.standard-grid a {
  color: var(--ncw-gold-2);
  font-family: var(--ncw-mono);
  font-size: 10px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.reality-section {
  padding: 78px 54px 86px;
  color: var(--ncw-cream);
  background-color: var(--ncw-green);
  background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, .018) 0 3px, transparent 3px 8px);
}

.reality-section h2 {
  color: #f4eee0;
  text-align: center;
}

.section-intro {
  max-width: 560px;
  margin: 14px auto 34px;
  color: rgba(244, 238, 224, .72);
  text-align: center;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  max-width: 1100px;
  margin: 0 auto;
}

.video-card {
  position: relative;
  min-height: 282px;
  overflow: hidden;
  border: 1px solid rgba(234, 226, 208, .08);
  border-radius: 8px;
  padding: 24px;
  color: var(--ncw-cream);
  background-color: rgba(0, 0, 0, .14);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.video-card img {
  position: absolute;
  inset: 0;
  opacity: .62;
}

.video-label {
  position: relative;
  z-index: 1;
  color: var(--ncw-gold);
  font-family: var(--ncw-mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--ncw-green);
  background: var(--ncw-gold);
  transform: translate(-50%, -50%);
}

.video-card strong {
  position: absolute;
  z-index: 1;
  left: 24px;
  bottom: 48px;
  font-family: var(--ncw-serif);
  font-size: 20px;
  font-weight: 600;
}

.video-card small {
  position: absolute;
  z-index: 1;
  left: 24px;
  right: 24px;
  bottom: 24px;
  color: rgba(244, 238, 224, .7);
}

.detail-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr;
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}

.detail-feature,
.detail-card {
  overflow: hidden;
  border: 1px solid rgba(24, 39, 31, .1);
  border-radius: 8px;
  background: #fff;
}

.detail-feature {
  grid-row: span 2;
}

.media-block.tall {
  aspect-ratio: auto;
  height: 420px;
}

.media-block.small {
  aspect-ratio: 1.8 / 1;
}

.detail-feature p,
.detail-card p {
  margin: 6px 0 0;
  padding: 0 14px;
  color: var(--ncw-muted);
  font-size: 13px;
  line-height: 1.55;
}

.reviews-score {
  margin: -20px 0 30px;
  text-align: center;
}

.reviews-score strong {
  display: inline-block;
  margin-right: 12px;
  color: var(--ncw-green-2);
  font-family: var(--ncw-serif);
  font-size: 32px;
  font-weight: 600;
}

.reviews-score span {
  color: var(--ncw-gold-2);
  letter-spacing: .15em;
}

.reviews-score small {
  display: block;
  color: var(--ncw-muted);
  font-family: var(--ncw-mono);
  font-size: 10px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.review-marquee {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  overflow: hidden;
}

.review-marquee::before,
.review-marquee::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 70px;
  pointer-events: none;
}

.review-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--ncw-cream), rgba(244, 238, 224, 0));
}

.review-marquee::after {
  right: 0;
  background: linear-gradient(270deg, var(--ncw-cream), rgba(244, 238, 224, 0));
}

.review-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: reviewMarquee 58s linear infinite;
}

.review-marquee:focus-within .review-track {
  animation-play-state: paused;
}

@keyframes reviewMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 9px));
  }
}

blockquote {
  flex: 0 0 360px;
  margin: 0;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px -32px rgba(6, 45, 33, .5);
}

blockquote span {
  color: var(--ncw-gold);
  letter-spacing: .15em;
}

blockquote p {
  margin: 18px 0;
  color: #33332d;
  font-style: italic;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  color: var(--ncw-muted);
  font-family: var(--ncw-mono);
  font-size: 10px;
  font-style: normal;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.reviews-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  min-height: 44px;
  margin: 26px auto 0;
  border: 1px solid rgba(6, 45, 33, .16);
  border-radius: 8px;
  padding: 12px 18px;
  color: #f4eee0;
  background: var(--ncw-green-2);
  font-family: var(--ncw-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.definition-section {
  text-align: center;
}

.definition-section h2 {
  max-width: 560px;
  margin-bottom: 20px;
}

.definition-intro {
  max-width: 780px;
  margin: 0 auto 28px;
  color: #2a2a28;
  font-size: 17px;
  line-height: 1.75;
}

.definition-intro a {
  color: var(--ncw-gold-2);
  border-bottom: 1px solid rgba(138, 106, 50, .4);
}

.pill-row {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
  max-width: 920px;
  margin: 0 auto 34px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.pill-row a {
  flex: 0 0 auto;
  border: 1px solid rgba(24, 39, 31, .14);
  border-radius: 20px;
  padding: 8px 15px;
  color: var(--ncw-ink);
  background: #fff;
  font-family: var(--ncw-mono);
  font-size: 10px;
  letter-spacing: .06em;
}

.definition-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px;
  max-width: 860px;
  margin: 0 auto 34px;
  border-top: 1px solid rgba(138, 106, 50, .55);
  padding-top: 28px;
  text-align: left;
}

.definition-columns span {
  display: block;
  margin-bottom: 8px;
  color: var(--ncw-gold-2);
  font-family: var(--ncw-mono);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.definition-section .read-standard {
  display: inline-block;
}

.structure-lab {
  display: grid;
  grid-template-columns: minmax(320px, .86fr) minmax(420px, 1.14fr);
  max-width: 980px;
  margin: 36px auto 0;
  overflow: hidden;
  border: 1px solid rgba(6, 45, 33, .14);
  border-radius: 8px;
  color: #f4eee0;
  background: #062d21;
  box-shadow: 0 22px 60px rgba(6, 45, 33, .14);
  text-align: left;
}

.structure-visual {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(200, 168, 106, .32), transparent 28%),
    linear-gradient(145deg, #062d21 0%, #0d3b2e 48%, #12130f 100%);
}

.structure-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .48;
  background:
    repeating-linear-gradient(0deg, rgba(244, 238, 224, .05) 0 1px, transparent 1px 24px),
    repeating-linear-gradient(90deg, rgba(244, 238, 224, .04) 0 1px, transparent 1px 24px);
}

.structure-core {
  position: absolute;
  inset: 114px 82px 82px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(244, 238, 224, .42);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(244, 238, 224, .16) 0 20%, transparent 21%),
    radial-gradient(circle, rgba(6, 45, 33, .9) 0 50%, rgba(200, 168, 106, .18) 51% 58%, rgba(6, 45, 33, .9) 59%);
  box-shadow: inset 0 0 0 18px rgba(255, 255, 255, .03), 0 24px 60px rgba(0, 0, 0, .3);
}

.structure-core i {
  display: block;
  width: 42%;
  height: 42%;
  border: 1px solid rgba(200, 168, 106, .72);
  border-radius: 50%;
  background:
    repeating-conic-gradient(from 20deg, rgba(200, 168, 106, .42) 0 9deg, transparent 9deg 18deg),
    rgba(244, 238, 224, .08);
  animation: movementSweep 12s linear infinite;
}

.structure-layer {
  position: absolute;
  z-index: 1;
  left: 70px;
  right: 70px;
  display: grid;
  place-items: center;
  height: 50px;
  border: 1px solid rgba(244, 238, 224, .22);
  border-radius: 50%;
  color: rgba(244, 238, 224, .82);
  background: rgba(255, 255, 255, .06);
  opacity: .62;
  transform: translateY(0) scale(1);
  transition: opacity .2s ease, transform .2s ease, border-color .2s ease, background .2s ease;
  animation: structureLayerFloat 5.8s ease-in-out infinite;
}

.structure-layer::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 1px;
  height: 18px;
  background: rgba(200, 168, 106, .28);
}

.structure-layer b {
  display: inline-grid;
  min-width: 92px;
  place-items: center;
  border-radius: 999px;
  padding: 5px 12px;
  color: #f4eee0;
  background: rgba(6, 45, 33, .76);
  font-family: var(--ncw-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.structure-layer.is-active {
  border-color: rgba(200, 168, 106, .82);
  background: rgba(200, 168, 106, .16);
  opacity: 1;
  transform: translateY(-4px) scale(1.02);
}

.structure-layer.is-dimmed {
  opacity: .28;
}

.layer-crystal {
  top: 70px;
  animation-delay: 0s;
}

.layer-dial {
  top: 132px;
  animation-delay: -.9s;
}

.layer-case {
  top: 202px;
  animation-delay: -1.8s;
}

.layer-movement {
  top: 274px;
  animation-delay: -2.7s;
}

.layer-bracelet {
  top: 344px;
  animation-delay: -3.6s;
}

@keyframes structureLayerFloat {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -7px;
  }
}

@keyframes movementSweep {
  to {
    transform: rotate(360deg);
  }
}

.structure-visual-royal-oak {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 470px;
  padding: 18px 18px;
}

.structure-visual-royal-oak .roo-stage {
  position: relative;
  z-index: 1;
  width: min(100%, 220px);
  max-width: 220px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 0;
  transform: none;
  transform-origin: center center;
}

.structure-visual-royal-oak .roo-layer {
  position: relative;
  display: block;
  cursor: pointer;
  animation: roo-float var(--dur, 6.5s) ease-in-out var(--del, 0s) infinite, roo-enter .9s ease var(--en, 0s) both;
}

.structure-visual-royal-oak .roo-layer:focus-visible {
  outline: none;
}

.structure-visual-royal-oak .roo-layer:focus-visible .roo-img {
  filter: brightness(1.08) drop-shadow(0 0 30px rgba(200, 168, 106, .54));
}

.structure-visual-royal-oak .roo-layer.is-active {
  z-index: 8;
  animation-play-state: paused;
}

.structure-visual-royal-oak .roo-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  filter: drop-shadow(0 16px 17px rgba(0, 0, 0, .55));
  transform: scale(1);
  transition: opacity .5s ease, filter .5s ease, transform .55s cubic-bezier(.2, .7, .2, 1);
}

.structure-visual-royal-oak .roo-img-media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.structure-visual-royal-oak .roo-layer.is-active .roo-img {
  z-index: 7;
  filter: brightness(1.07) drop-shadow(0 18px 20px rgba(0, 0, 0, .55)) drop-shadow(0 0 34px rgba(200, 168, 106, .45));
  transform: scale(1.085) translateY(-4px);
}

.structure-visual-royal-oak .roo-layer.is-dimmed .roo-img {
  opacity: .78;
  filter: brightness(.82) blur(.35px) drop-shadow(0 10px 13px rgba(0, 0, 0, .38));
  transform: scale(.985);
}

.structure-visual-royal-oak .roo-pill {
  position: absolute;
  left: 50%;
  bottom: -6px;
  z-index: 9;
  display: flex;
  align-items: baseline;
  gap: 10px;
  border: 1px solid rgba(200, 168, 106, .42);
  padding: 7px 13px;
  color: var(--ncw-gold);
  background: rgba(10, 10, 12, .74);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .5);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(8px);
  transition: opacity .4s ease, transform .45s cubic-bezier(.2, .7, .2, 1);
  white-space: nowrap;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.structure-visual-royal-oak .roo-layer.is-active .roo-pill {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.structure-visual-royal-oak .roo-pn {
  font-family: var(--ncw-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.structure-visual-royal-oak .roo-pl {
  color: #ece6dc;
  font-family: var(--ncw-mono);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

@keyframes roo-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-13px);
  }
}

@keyframes roo-enter {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.structure-copy {
  display: flex;
  flex-direction: column;
  padding: 26px;
  color: var(--ncw-ink);
  background:
    linear-gradient(180deg, rgba(251, 250, 244, .98), rgba(243, 234, 217, .96)),
    #fbfaf4;
}

.structure-copy .kicker {
  margin-bottom: 11px;
  text-align: left;
}

.structure-copy h3 {
  max-width: 390px;
  margin: 0;
  color: var(--ncw-green-2);
  font-family: var(--ncw-serif);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.05;
}

.structure-copy p:not(.kicker) {
  max-width: 430px;
  margin: 12px 0 0;
  color: #4f554e;
  font-size: 13px;
  line-height: 1.6;
}

.structure-controls {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  margin: 17px 0 14px;
}

.structure-controls button {
  display: grid;
  gap: 5px;
  width: 100%;
  border: 1px solid rgba(24, 39, 31, .11);
  border-radius: 8px;
  padding: 8px 7px;
  color: var(--ncw-ink);
  background: rgba(255, 255, 255, .62);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.structure-controls button:hover,
.structure-controls button:focus-visible,
.structure-controls button.is-active {
  border-color: rgba(138, 106, 50, .46);
  background: #fff;
  box-shadow: 0 12px 30px -26px rgba(6, 45, 33, .5);
  transform: translateY(-1px);
  outline: none;
}

.structure-controls span {
  color: var(--ncw-gold-2);
  font-family: var(--ncw-mono);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
}

.structure-controls strong {
  min-width: 0;
  color: var(--ncw-green-2);
  font-size: 12px;
  line-height: 1.1;
}

.structure-controls em {
  display: none;
  min-width: 0;
  color: var(--ncw-muted);
  font-size: 11px;
  font-style: normal;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.structure-layer-detail {
  display: grid;
  margin: 0 0 15px;
}

.structure-layer-detail article {
  display: none;
  border: 1px solid rgba(138, 106, 50, .22);
  border-radius: 8px;
  padding: 12px 13px;
  background: rgba(255, 255, 255, .72);
}

.structure-layer-detail article.is-active {
  display: grid;
  gap: 4px;
}

.structure-layer-detail span {
  color: var(--ncw-gold-2);
  font-family: var(--ncw-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
}

.structure-layer-detail strong {
  color: var(--ncw-green-2);
  font-family: var(--ncw-serif);
  font-size: 22px;
  line-height: 1.05;
}

.structure-layer-detail p {
  margin: 2px 0 0;
  color: #4f554e;
  font-size: 12px;
  line-height: 1.55;
}

.structure-blog-cta {
  display: grid;
  gap: 11px;
  max-width: 100%;
  border: 1px solid rgba(6, 45, 33, .16);
  border-radius: 8px;
  padding: 13px 14px;
  color: #f4eee0;
  background: var(--ncw-green-2);
  font-family: var(--ncw-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.structure-blog-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #f4eee0;
}

.structure-blog-main span {
  min-width: 0;
}

.structure-blog-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 30px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--ncw-green);
  background: var(--ncw-gold);
  font-family: var(--ncw-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.structure-blog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  border-top: 1px solid rgba(244, 238, 224, .12);
  padding-top: 10px;
  text-transform: none;
}

.structure-blog-grid b {
  grid-column: 1 / -1;
  color: rgba(244, 238, 224, .62);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.structure-blog-card {
  display: grid;
  grid-template-rows: 92px auto auto;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(244, 238, 224, .14);
  border-radius: 8px;
  color: rgba(244, 238, 224, .88);
  background: rgba(255, 255, 255, .06);
  font-family: ui-sans-serif, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.structure-blog-card img {
  display: block;
  width: 100%;
  height: 92px;
  aspect-ratio: auto;
  object-fit: cover;
  filter: brightness(1.16) contrast(1.04) saturate(1.08);
}

.structure-blog-card span,
.structure-blog-card em {
  display: block;
  padding-inline: 10px;
}

.structure-blog-card span {
  padding-top: 8px;
  color: #f4eee0;
  font-size: 10px;
  line-height: 1.25;
}

.structure-blog-card em {
  padding-block: 4px 8px;
  color: rgba(200, 168, 106, .86);
  font-family: var(--ncw-mono);
  font-size: 7px;
  font-style: normal;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.consult-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: var(--ncw-cream);
  background: var(--ncw-green);
}

.consult-section > div:first-child {
  padding: 74px 54px;
}

.consult-section h2 {
  max-width: 440px;
  color: #f4eee0;
  font-size: 43px;
}

.consult-section p {
  max-width: 520px;
  color: rgba(244, 238, 224, .76);
}

.consult-section ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 22px;
  max-width: 520px;
  margin: 26px 0;
  padding: 0;
  list-style: none;
  color: rgba(244, 238, 224, .82);
  font-size: 14px;
}

.consult-section li::before {
  content: "- ";
  color: var(--ncw-gold);
}

.consult-media {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-left: 1px solid rgba(244, 238, 224, .08);
}

.consult-media small {
  position: absolute;
  z-index: 1;
  right: 26px;
  bottom: 26px;
  color: rgba(244, 238, 224, .45);
  font-family: var(--ncw-mono);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 46px;
  padding: 62px 54px 72px;
  color: rgba(244, 238, 224, .72);
  background: #082f24;
}

.ncw-homepage-v1 .site-header {
  display: block !important;
  flex-direction: column !important;
  align-items: stretch !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 30 !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  background: var(--ncw-paper) !important;
}

.ncw-homepage-v1 .utility-bar {
  display: flex !important;
}

.ncw-homepage-v1 .nav-row {
  display: grid !important;
}

.ncw-homepage-v1 .site-shell,
.ncw-homepage-v1 .hero-section,
.ncw-homepage-v1 .trust-strip,
.ncw-homepage-v1 .brand-section,
.ncw-homepage-v1 .standard-section,
.ncw-homepage-v1 .reality-section,
.ncw-homepage-v1 .detail-section,
.ncw-homepage-v1 .reviews-section,
.ncw-homepage-v1 .definition-section,
.ncw-homepage-v1 .consult-section,
.ncw-homepage-v1 .site-footer {
  width: 100% !important;
  max-width: none !important;
}

.site-footer .brand strong {
  color: #f4eee0;
}

.site-footer .brand-seal {
  border-color: rgba(244, 238, 224, .5);
  background: rgba(255, 255, 255, .92);
}

.site-footer p {
  max-width: 290px;
  font-size: 13px;
  line-height: 1.65;
}

.site-footer summary {
  list-style: none;
  margin: 0 0 16px;
  color: var(--ncw-gold);
  font-family: var(--ncw-mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
}

.site-footer summary::-webkit-details-marker {
  display: none;
}

.site-footer nav a {
  display: block;
  margin: 0 0 9px;
  font-size: 13px;
}

.mobile-drawer,
.drawer-scrim,
.mobile-sticky-actions,
.chat-choice-scrim,
.chat-choice-panel,
.video-scrim,
.video-lightbox {
  display: none;
}

.mobile-drawer nav > .drawer-elite-link {
  border-bottom: 1px solid rgba(200, 168, 106, .48);
}

.mobile-drawer nav > .drawer-account-link {
  border-bottom: 1px solid rgba(200, 168, 106, .48);
}

.video-scrim {
  position: fixed;
  inset: 0;
  z-index: 86;
  display: block;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, .66);
  transition: opacity .2s ease;
}

body.ncw-homepage-v1-body.video-open .video-scrim {
  opacity: 1;
  pointer-events: auto;
}

.video-lightbox {
  position: fixed;
  z-index: 90;
  top: 50%;
  left: 50%;
  display: block;
  width: min(920px, calc(100vw - 36px));
  max-width: 920px;
  border: 1px solid rgba(200, 168, 106, .34);
  border-radius: 10px;
  padding: 14px;
  background: #061b15;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .5);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -48%) scale(.98);
  transition: opacity .18s ease, transform .18s ease;
}

body.ncw-homepage-v1-body.video-open .video-lightbox {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.video-close {
  position: absolute;
  top: -14px;
  right: -14px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(200, 168, 106, .45);
  border-radius: 50%;
  color: var(--ncw-gold);
  background: var(--ncw-green-2);
  font-size: 22px;
  cursor: pointer;
}

.video-frame {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
  background: #000;
}

.video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.chat-choice-scrim {
  position: fixed;
  inset: 0;
  z-index: 88;
  display: block;
  opacity: 0;
  pointer-events: none;
  background: rgba(6, 45, 33, .28);
  transition: opacity .18s ease;
}

.chat-choice-panel {
  position: fixed;
  z-index: 90;
  right: 22px;
  bottom: 22px;
  display: grid;
  gap: 11px;
  width: min(330px, calc(100vw - 32px));
  border: 1px solid rgba(244, 238, 224, .16);
  border-radius: 10px;
  padding: 22px;
  color: #f4eee0;
  background: #062d21;
  box-shadow: 0 24px 70px rgba(6, 45, 33, .36);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity .18s ease, transform .18s ease;
}

body.ncw-homepage-v1-body.chat-choice-open .chat-choice-scrim,
body.ncw-homepage-v1-body.chat-choice-open .chat-choice-panel {
  opacity: 1;
  pointer-events: auto;
}

body.ncw-homepage-v1-body.chat-choice-open .chat-choice-panel {
  transform: translateY(0);
}

.chat-choice-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  color: #f4eee0;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
}

.chat-choice-panel span {
  color: var(--ncw-gold);
  font-family: var(--ncw-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.chat-choice-panel strong {
  max-width: 245px;
  font-family: var(--ncw-serif);
  font-size: 27px;
  line-height: 1;
}

.chat-choice-panel p {
  margin: 0;
  color: rgba(244, 238, 224, .72);
  font-size: 13px;
  line-height: 1.55;
}

.chat-choice-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.chat-choice-actions a {
  display: grid;
  min-height: 42px;
  place-items: center;
  border: 1px solid rgba(244, 238, 224, .2);
  border-radius: 9px;
  color: #f4eee0;
  font-family: ui-sans-serif, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.chat-choice-actions .chat-choice-whatsapp {
  border-color: #25d366;
  color: #073d22;
  background: #25d366;
}

.ncw-cart-scrim {
  position: fixed;
  inset: 0;
  z-index: 1180;
  opacity: 0;
  visibility: hidden;
  background: rgba(6, 20, 15, .42);
  transition: opacity .22s ease, visibility .22s ease;
}

.ncw-v1-mini-cart {
  position: fixed;
  z-index: 1190;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: min(460px, 100vw);
  color: var(--ncw-ink);
  background: #fff;
  box-shadow: -22px 0 62px rgba(0, 27, 18, .18);
  transform: translateX(102%);
  transition: transform .28s cubic-bezier(.22, .61, .36, 1);
}

body.panel-open-cart #side-cart.ncw-v1-mini-cart {
  z-index: 1190;
}

body.panel-open-cart .ncw-cart-scrim {
  opacity: 1;
  visibility: visible;
}

body.panel-open-cart .ncw-v1-mini-cart {
  transform: translateX(0);
}

.ncw-v1-mini-cart > header {
  flex: 0 0 auto;
  border-bottom: 1px solid var(--ncw-border);
  background: #fff;
}

.ncw-v1-mini-cart .panel-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  padding: 0 30px;
}

.ncw-v1-mini-cart .side-panel-title {
  color: var(--ncw-green-2);
  font-family: var(--ncw-serif);
  font-size: 25px;
  font-weight: 600;
}

.ncw-v1-mini-cart .minicart-counter {
  display: inline-grid;
  min-width: 22px;
  min-height: 22px;
  place-items: center;
  margin-left: 6px;
  border-radius: 50%;
  color: #1c1407;
  background: var(--ncw-gold);
  font-family: var(--ncw-body);
  font-size: 10px;
  line-height: 1;
  vertical-align: middle;
}

.ncw-v1-mini-cart .et-close {
  position: relative;
  width: 42px;
  height: 42px;
  border: 0;
  padding: 0;
  color: var(--ncw-green-2);
  background: transparent;
  cursor: pointer;
}

.ncw-v1-mini-cart .et-close::before,
.ncw-v1-mini-cart .et-close::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 11px;
  width: 20px;
  height: 1px;
  background: currentColor;
}

.ncw-v1-mini-cart .et-close::before {
  transform: rotate(45deg);
}

.ncw-v1-mini-cart .et-close::after {
  transform: rotate(-45deg);
}

.ncw-v1-mini-cart .side-panel-content {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 30px;
}

.ncw-v1-mini-cart #minicart-loader {
  display: none;
}

.ncw-v1-mini-cart .et-cart-empty {
  display: grid;
  justify-items: center;
  gap: 15px;
  padding: 72px 20px 34px;
  text-align: center;
}

.ncw-v1-mini-cart .empty-circle {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 1px solid rgba(14, 59, 44, .16);
  border-radius: 50%;
  color: var(--ncw-green-2);
}

.ncw-v1-mini-cart .empty-circle svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ncw-v1-mini-cart .woocommerce-mini-cart__empty-message {
  margin: 0;
  color: var(--ncw-muted);
  font-size: 14px;
}

.ncw-v1-mini-cart .woocommerce-mini-cart__buttons {
  margin: 0;
}

.ncw-v1-mini-cart .woocommerce-mini-cart__buttons .button {
  display: grid;
  min-height: 48px;
  place-items: center;
  width: 100%;
  border: 1px solid var(--ncw-green-2);
  color: var(--ncw-green-2);
  background: transparent;
  font-family: var(--ncw-body);
  font-size: 12px;
  font-weight: 700;
}

.ncw-v1-mini-cart .woocommerce-mini-cart__buttons .button.checkout {
  color: #fff;
  background: var(--ncw-green-2);
}

.ncw-v1-mini-cart .woocommerce-mini-cart__buttons .button.checkout:hover,
.ncw-v1-mini-cart .woocommerce-mini-cart__buttons .button.checkout:focus-visible {
  color: #1c1407;
  background: var(--ncw-gold);
}

/* Fragment replacement must not replay the parent theme's price fade. */
body.ncw-homepage-v1-body #side-cart .et-cart-panel-item-subtotal,
body.ncw-homepage-v1-body #side-cart .et-cart-panel-summary-subtotal,
body.ncw-homepage-v1-body #side-cart .woocommerce-mini-cart__total,
body.ncw-homepage-v1-body #side-cart .woocommerce-mini-cart__total .amount {
  animation: none;
  transition: none;
}

body.admin-bar .ncw-v1-mini-cart {
  top: var(--ncw-admin-bar-height, 32px);
}

@media (max-width: 1200px) {
  .nav-row {
    grid-template-columns: minmax(300px, 316px) 1fr auto;
    gap: 18px;
    padding-inline: 34px;
  }

  .utility-bar {
    padding-inline: 34px;
  }

  .desktop-nav {
    gap: 16px;
    font-size: 13px;
  }

  .nav-tools {
    gap: 12px;
  }

  .mega-grid {
    padding-inline: 80px;
  }

  .all-brands-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-inline: 34px;
  }
}

@media (max-width: 1200px) and (min-width: 901px) {
  .nav-row {
    grid-template-columns: minmax(210px, 250px) minmax(0, 1fr) auto;
    gap: 10px;
    padding-inline: 24px;
  }

  .brand {
    gap: 9px;
  }

  .brand-seal {
    width: 38px;
    height: 38px;
  }

  .brand strong {
    font-size: 20px;
  }

  .brand small {
    font-size: 8px;
    letter-spacing: .16em;
  }

  .desktop-nav {
    gap: 8px;
    font-size: 11px;
  }

  .nav-tools {
    gap: 6px;
    font-size: 12px;
  }
}

@media (max-width: 900px) {
  body {
    background: #f2eee5;
  }

  .site-shell {
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-shadow: none;
  }

  .ncw-homepage-v1 .utility-bar,
  .ncw-homepage-v1 .desktop-nav,
  .ncw-homepage-v1 .nav-tools,
  .ncw-homepage-v1 .header-search-panel,
  .ncw-homepage-v1 .all-brands-panel,
  .ncw-homepage-v1 .mega-panel {
    display: none !important;
  }

  .site-header {
    position: sticky;
  }

  .ncw-homepage-v1 .nav-row {
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr) 54px;
    min-height: 56px !important;
    padding: 0 14px !important;
    gap: 10px;
  }

  .menu-button {
    display: inline-grid;
    gap: 4px;
    width: 34px;
    height: 34px;
    place-content: center;
    border: 0;
    background: transparent;
  }

  .menu-button span {
    display: block;
    width: 17px;
    height: 1px;
    background: var(--ncw-green-2);
  }

  .brand {
    justify-content: center;
    gap: 8px;
  }

  .brand-seal {
    width: 28px;
    height: 28px;
  }

  .brand strong {
    font-size: 16px;
  }

  .brand small {
    font-size: 7px;
    letter-spacing: .18em;
  }

  .mobile-cart-link {
    display: grid;
    place-items: center;
    justify-self: end;
    width: 42px;
    height: 34px;
    border: 1px solid rgba(14, 59, 44, .16);
    border-radius: 9px;
    color: #f4eee0;
    background: var(--ncw-green-2);
  }

  .mobile-cart-link svg {
    width: 19px;
    height: 19px;
  }

  .hero-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    min-height: min(720px, 88svh);
    padding: 110px 18px 46px;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(6, 45, 33, .04) 0%, rgba(6, 45, 33, .1) 34%, rgba(6, 45, 33, .88) 86%, rgba(6, 45, 33, .96) 100%);
  }

  .hero-copy {
    width: 100%;
  }

  .hero-copy h1 {
    max-width: 315px;
    font-size: 34px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .38);
  }

  .hero-copy p:not(.kicker) {
    max-width: 315px;
    margin: 10px 0 13px;
    color: rgba(244, 238, 224, .88);
    font-size: 12px;
    line-height: 1.45;
  }

  .kicker {
    margin-bottom: 10px;
    font-size: 8px;
    letter-spacing: .18em;
  }

  .hero-tags {
    display: none;
  }

  .orb {
    width: 96px;
    height: 96px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    max-width: 315px;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 40px;
    margin-top: 0;
    border-radius: 11px;
    padding: 10px;
    font-size: 11px;
    line-height: 1.1;
    white-space: nowrap;
  }

  .hero-actions .button.ghost {
    background: rgba(6, 45, 33, .44);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }

  .trust-strip {
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
  }

  .trust-strip > * {
    min-height: 56px;
    padding: 10px 4px;
  }

  .trust-strip > *:nth-child(5) {
    display: none;
  }

  .trust-strip strong {
    font-size: 11px;
  }

  .trust-strip span {
    font-size: 8px;
  }

  .brand-section,
  .detail-section,
  .definition-section,
  .standard-section,
  .reviews-section,
  .reality-section,
  .consult-section > div:first-child {
    padding: 42px 18px;
  }

  .section-heading.split {
    display: block;
    margin-bottom: 18px;
  }

  .section-heading h2,
  .standard-section h2,
  .reality-section h2,
  .detail-section h2,
  .reviews-section h2,
  .definition-section h2,
  .consult-section h2 {
    font-size: 28px;
    line-height: 1.06;
  }

  .brand-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .brand-card {
    border-radius: 6px;
  }

  .brand-card strong {
    padding: 10px 10px 0;
    font-size: 16px;
  }

  .brand-card em,
  .brand-card small {
    padding-inline: 10px;
    font-size: 8px;
  }

  .standard-grid,
  .video-grid,
  .definition-columns,
  .consult-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .review-marquee {
    margin-inline: -18px;
  }

  .review-marquee::before,
  .review-marquee::after {
    width: 28px;
  }

  .review-track {
    gap: 12px;
    animation-duration: 58s;
  }

  .review-track blockquote {
    flex-basis: 302px;
  }

  .reviews-cta {
    width: 100%;
    font-size: 9px;
  }

  .standard-grid {
    gap: 18px;
  }

  .structure-lab {
    display: block;
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .structure-visual {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .structure-visual-royal-oak {
    align-items: center;
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: 16px 10px;
  }

  .structure-visual-royal-oak .roo-stage {
    width: min(100%, 220px);
    max-width: 220px;
    min-height: 0;
    gap: 6px;
    touch-action: manipulation;
    transform: none;
    transform-origin: top center;
  }

  .structure-visual-royal-oak .roo-pill {
    padding: 6px 10px;
  }

  .structure-visual-royal-oak .roo-pl {
    font-size: 9px;
  }

  .structure-core {
    inset: 88px 58px 68px;
  }

  .structure-layer {
    left: 36px;
    right: 36px;
    height: 42px;
  }

  .structure-layer b {
    min-width: 82px;
    padding: 4px 10px;
    font-size: 8px;
  }

  .layer-crystal {
    top: 48px;
  }

  .layer-dial {
    top: 98px;
  }

  .layer-case {
    top: 152px;
  }

  .layer-movement {
    top: 208px;
  }

  .layer-bracelet {
    top: 262px;
  }

  .structure-copy {
    display: flex;
    flex-direction: column;
    padding: 24px;
  }

  .structure-controls {
    order: 0;
  }

  .structure-layer-detail {
    order: 1;
  }

  .structure-copy > .kicker {
    order: 2;
    margin-top: 18px;
  }

  .structure-copy h3 {
    order: 3;
  }

  .structure-copy p:not(.kicker) {
    order: 4;
  }

  .structure-blog-cta {
    order: 5;
  }

  .structure-copy h3 {
    font-size: 26px;
  }

  .structure-controls {
    display: grid;
    grid-template-columns: 1fr;
    overflow: visible;
    scroll-snap-type: none;
    margin: 18px 0;
    padding-bottom: 0;
    scrollbar-width: none;
  }

  .structure-controls::-webkit-scrollbar {
    display: none;
  }

  .structure-controls button {
    flex: none;
    width: 100%;
    scroll-snap-align: none;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 2px 11px;
    padding: 11px 12px;
  }

  .structure-controls span {
    font-size: 21px;
  }

  .structure-blog-cta {
    width: 100%;
    gap: 12px;
    font-size: 9px;
  }

  .structure-blog-grid {
    grid-template-columns: 1fr;
  }

  .structure-blog-card {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: stretch;
  }

  .structure-blog-card img {
    grid-row: span 2;
    height: 100%;
    aspect-ratio: auto;
  }

  .structure-blog-card span {
    align-self: end;
    padding: 10px 10px 2px;
  }

  .structure-blog-card em {
    align-self: start;
    padding: 0 10px 10px;
  }

  .standard-grid article {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 0 12px;
    padding: 0 0 18px;
    border-bottom: 1px solid rgba(138, 106, 50, .22);
  }

  .standard-grid article::before {
    display: none;
  }

  .standard-media {
    grid-column: 1 / -1;
    aspect-ratio: 1.8 / 1;
    margin-bottom: 10px;
  }

  .standard-grid article > span:not(.standard-media) {
    grid-row: span 3;
    margin: 0;
    font-size: 22px;
  }

  .standard-grid h3 {
    font-size: 18px;
  }

  .reality-section {
    padding-bottom: 48px;
  }

  .section-intro {
    font-size: 12px;
  }

  .video-grid {
    gap: 12px;
  }

  .video-card {
    min-height: 184px;
    padding: 16px;
  }

  .play {
    width: 35px;
    height: 35px;
  }

  .video-card strong {
    left: 16px;
    bottom: 40px;
    font-size: 16px;
  }

  .video-card small {
    left: 16px;
    right: 16px;
    bottom: 16px;
    font-size: 10px;
  }

  .detail-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .detail-feature {
    grid-row: auto;
  }

  .detail-feature,
  .detail-card {
    display: grid;
    grid-template-columns: 68px 1fr;
    min-height: 86px;
  }

  .detail-feature .media-block,
  .detail-card .media-block {
    grid-row: span 3;
    width: 54px;
    height: 54px;
    margin: 16px 0 16px 16px;
    border-radius: 6px;
    aspect-ratio: auto;
  }

  .detail-feature strong,
  .detail-card strong {
    padding: 14px 12px 0;
    font-size: 17px;
  }

  .detail-feature p,
  .detail-card p {
    padding: 0 12px;
    font-size: 11px;
  }

  .detail-feature em,
  .detail-card em {
    padding: 4px 12px 12px;
    font-size: 8px;
  }

  .reviews-score strong {
    font-size: 28px;
  }

  blockquote {
    padding: 16px;
  }

  blockquote p {
    margin: 10px 0;
    font-size: 12px;
  }

  .definition-intro {
    font-size: 14px;
    line-height: 1.65;
  }

  .pill-row {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .pill-row a {
    flex: 0 0 auto;
    font-size: 9px;
  }

  .definition-columns {
    gap: 18px;
  }

  .consult-section {
    display: block;
  }

  .consult-section ul {
    grid-template-columns: 1fr;
  }

  .consult-media {
    display: none;
  }

  .site-footer {
    gap: 22px;
    padding: 36px 18px 100px;
  }

  .footer-accordion {
    border-top: 1px solid rgba(200, 168, 106, .22);
    padding-top: 12px;
  }

  .footer-accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding: 10px 0;
  }

  .footer-accordion summary::after {
    content: "+";
    color: rgba(244, 238, 224, .78);
    font-size: 15px;
  }

  .footer-accordion[open] summary {
    margin-bottom: 10px;
  }

  .footer-accordion[open] summary::after {
    content: "−";
  }

  .mobile-drawer {
    position: fixed;
    z-index: 70;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: min(86vw, 360px);
    height: 100dvh;
    max-height: none;
    overflow: auto;
    border: 0;
    border-radius: 0 18px 18px 0;
    color: #f4eee0;
    background: var(--ncw-green);
    box-shadow: 0 30px 80px -36px #000;
    transform: translateX(-105%);
    transition: transform .24s ease;
  }

  body.ncw-homepage-v1-body.drawer-open .mobile-drawer {
    transform: translateX(0);
  }

  .drawer-scrim {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: block;
    pointer-events: none;
    background: rgba(0, 0, 0, 0);
    transition: background .2s ease;
  }

  body.ncw-homepage-v1-body.drawer-open .drawer-scrim {
    pointer-events: auto;
    background: rgba(0, 0, 0, .3);
  }

  .drawer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 18px 8px;
    font-family: var(--ncw-mono);
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .drawer-top button {
    border: 0;
    color: #f4eee0;
    background: transparent;
    font-size: 22px;
    cursor: pointer;
  }

  .drawer-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 52px;
    align-items: center;
    gap: 0;
    margin: 10px 18px 16px;
    min-height: 52px;
    padding: 0;
    border: 1px solid rgba(244, 238, 224, .08);
    border-radius: 10px;
    overflow: hidden;
    background: rgba(0, 0, 0, .12);
  }

  .drawer-search:focus-within {
    border-color: rgba(200, 168, 106, .62);
    box-shadow: 0 0 0 2px rgba(200, 168, 106, .12);
  }

  .drawer-search input[type="search"] {
    width: 100%;
    min-width: 0;
    height: 52px;
    margin: 0;
    border: 0;
    outline: 0;
    padding: 0 16px;
    appearance: none;
    color: #f4eee0;
    background: transparent;
    box-shadow: none;
    font: inherit;
    font-size: 12px;
  }

  .drawer-search input[type="search"]::placeholder {
    color: rgba(244, 238, 224, .58);
  }

  .drawer-search button[type="submit"] {
    display: grid;
    width: 52px;
    min-width: 52px;
    height: 52px;
    place-items: center;
    margin: 0;
    border: 0;
    border-left: 1px solid rgba(244, 238, 224, .08);
    border-radius: 0 9px 9px 0;
    padding: 0;
    appearance: none;
    color: #1c1407;
    background: var(--ncw-gold);
    box-shadow: none;
    line-height: 1;
    transform: none;
    cursor: pointer;
  }

  .drawer-search button[type="submit"] svg {
    width: 18px;
    height: 18px;
  }

  .mobile-drawer nav {
    padding: 0 18px 22px;
  }

  .mobile-drawer nav > a,
  .mobile-drawer summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(244, 238, 224, .1);
    padding: 13px 0;
    color: #f4eee0;
    font-family: ui-sans-serif, Arial, sans-serif;
    font-size: 14px;
  }

  .mobile-drawer summary {
    cursor: pointer;
  }

  .mobile-drawer details {
    border-bottom: 1px solid rgba(244, 238, 224, .1);
  }

  .drawer-ready span {
    border-radius: 20px;
    padding: 2px 7px;
    color: #073d22;
    background: var(--ncw-gold);
    font-family: var(--ncw-mono);
    font-size: 8px;
    text-transform: uppercase;
  }

  .drawer-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding-bottom: 13px;
  }

  .drawer-chip-grid a {
    border: 1px solid rgba(200, 168, 106, .22);
    border-radius: 5px;
    padding: 7px 9px;
    color: rgba(244, 238, 224, .8);
    font-size: 10px;
  }

  .drawer-chat-trigger {
    justify-content: center !important;
    width: 100%;
    margin-top: 16px;
    border: 0 !important;
    border-radius: 10px;
    color: #073d22 !important;
    background: #25d366;
    font-weight: 700;
    cursor: pointer;
  }

  .mobile-sticky-actions {
    position: fixed;
    z-index: 80;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    padding: 10px 12px calc(12px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(24, 39, 31, .14);
    background: rgba(248, 244, 234, .96);
    transform: none;
  }

  .mobile-sticky-actions a {
    display: grid;
    place-items: center;
    min-height: 42px;
    border: 1px solid rgba(14, 59, 44, .24);
    border-radius: 10px;
    color: var(--ncw-green-2);
    font-family: ui-sans-serif, Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
  }

  .mobile-sticky-actions button {
    display: grid;
    place-items: center;
    min-height: 42px;
    border: 1px solid rgba(14, 59, 44, .24);
    border-radius: 10px;
    color: var(--ncw-green-2);
    background: transparent;
    font-family: ui-sans-serif, Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
  }

  .mobile-sticky-actions a:last-child,
  .mobile-sticky-actions button:last-child {
    color: #073d22;
    background: #25d366;
  }

  .mobile-sticky-actions .elite-sticky {
    border-color: rgba(200, 168, 106, .48);
    color: var(--ncw-gold);
    background: var(--ncw-green-2);
  }

  .mobile-sticky-actions .sticky-menu-trigger {
    background: #fffdf7;
  }

  body.ncw-homepage-v1-body.drawer-open .mobile-sticky-actions {
    display: none !important;
  }

  body.ncw-homepage-v1-body.chat-choice-open .mobile-sticky-actions {
    display: none !important;
  }

  body.ncw-homepage-v1-body.video-open .mobile-sticky-actions {
    display: none !important;
  }

  body.panel-open-cart .mobile-sticky-actions {
    display: none !important;
  }

  body.ncw-homepage-v1-body .glass-fab.gens-pos-right {
    right: 12px !important;
    bottom: calc(78px + env(safe-area-inset-bottom)) !important;
  }

  body.ncw-homepage-v1-body.ncw-homepage-v1-body.drawer-open .glass-fab.gens-pos-right,
  body.ncw-homepage-v1-body.ncw-homepage-v1-body.chat-choice-open .glass-fab.gens-pos-right {
    display: none !important;
  }

  .chat-choice-panel {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
  }
}

@media (max-width: 1100px) and (min-width: 901px) {
  .ncw-homepage-v1 .nav-tools .nav-account-link {
    display: none !important;
  }

  .site-footer {
    padding-bottom: 112px;
  }

  .mobile-drawer {
    position: fixed;
    z-index: 70;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: min(86vw, 360px);
    height: 100dvh;
    max-height: none;
    overflow: auto;
    border: 0;
    border-radius: 0 18px 18px 0;
    color: #f4eee0;
    background: var(--ncw-green);
    box-shadow: 0 30px 80px -36px #000;
    transform: translateX(-105%);
    transition: transform .24s ease;
  }

  body.ncw-homepage-v1-body.drawer-open .mobile-drawer {
    transform: translateX(0);
  }

  .drawer-scrim {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: block;
    pointer-events: none;
    background: rgba(0, 0, 0, 0);
    transition: background .2s ease;
  }

  body.ncw-homepage-v1-body.drawer-open .drawer-scrim {
    pointer-events: auto;
    background: rgba(0, 0, 0, .3);
  }

  .drawer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 18px 8px;
    font-family: var(--ncw-mono);
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .drawer-top button {
    border: 0;
    color: #f4eee0;
    background: transparent;
    font-size: 22px;
    cursor: pointer;
  }

  .drawer-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 52px;
    align-items: center;
    gap: 0;
    min-height: 52px;
    margin: 10px 18px 16px;
    border: 1px solid rgba(244, 238, 224, .08);
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, .12);
  }

  .drawer-search:focus-within {
    border-color: rgba(200, 168, 106, .62);
    box-shadow: 0 0 0 2px rgba(200, 168, 106, .12);
  }

  .drawer-search input[type="search"] {
    width: 100%;
    min-width: 0;
    height: 52px;
    margin: 0;
    border: 0;
    outline: 0;
    padding: 0 16px;
    appearance: none;
    color: #f4eee0;
    background: transparent;
    box-shadow: none;
    font: inherit;
    font-size: 12px;
  }

  .drawer-search input[type="search"]::placeholder {
    color: rgba(244, 238, 224, .58);
  }

  .drawer-search button[type="submit"] {
    display: grid;
    width: 52px;
    min-width: 52px;
    height: 52px;
    place-items: center;
    margin: 0;
    border: 0;
    border-left: 1px solid rgba(244, 238, 224, .08);
    border-radius: 0 9px 9px 0;
    padding: 0;
    appearance: none;
    color: #1c1407;
    background: var(--ncw-gold);
    box-shadow: none;
    line-height: 1;
    transform: none;
    cursor: pointer;
  }

  .drawer-search button[type="submit"] svg {
    width: 18px;
    height: 18px;
  }

  .mobile-drawer nav {
    padding: 0 18px 22px;
  }

  .mobile-drawer nav > a,
  .mobile-drawer summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(244, 238, 224, .1);
    padding: 13px 0;
    color: #f4eee0;
    font-family: ui-sans-serif, Arial, sans-serif;
    font-size: 14px;
  }

  .mobile-drawer summary {
    cursor: pointer;
  }

  .mobile-drawer details {
    border-bottom: 1px solid rgba(244, 238, 224, .1);
  }

  .drawer-ready span {
    border-radius: 20px;
    padding: 2px 7px;
    color: #073d22;
    background: var(--ncw-gold);
    font-family: var(--ncw-mono);
    font-size: 8px;
    text-transform: uppercase;
  }

  .drawer-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding-bottom: 13px;
  }

  .drawer-chip-grid a {
    border: 1px solid rgba(200, 168, 106, .22);
    border-radius: 5px;
    padding: 7px 9px;
    color: rgba(244, 238, 224, .8);
    font-size: 10px;
  }

  .drawer-chat-trigger {
    justify-content: center !important;
    width: 100%;
    margin-top: 16px;
    border: 0 !important;
    border-radius: 10px;
    color: #073d22 !important;
    background: #25d366;
    font-weight: 700;
    cursor: pointer;
  }

  .mobile-sticky-actions {
    position: fixed;
    z-index: 80;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    padding: 10px 12px calc(12px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(24, 39, 31, .14);
    background: rgba(248, 244, 234, .96);
    transform: none;
  }

  .mobile-sticky-actions a,
  .mobile-sticky-actions button {
    display: grid;
    place-items: center;
    min-height: 42px;
    border: 1px solid rgba(14, 59, 44, .24);
    border-radius: 10px;
    color: var(--ncw-green-2);
    background: transparent;
    font-family: ui-sans-serif, Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
  }

  .mobile-sticky-actions a:last-child,
  .mobile-sticky-actions button:last-child {
    color: #073d22;
    background: #25d366;
  }

  .mobile-sticky-actions .elite-sticky {
    border-color: rgba(200, 168, 106, .48);
    color: var(--ncw-gold);
    background: var(--ncw-green-2);
  }

  .mobile-sticky-actions .sticky-menu-trigger {
    background: #fffdf7;
  }

  body.ncw-homepage-v1-body.drawer-open .mobile-sticky-actions,
  body.ncw-homepage-v1-body.chat-choice-open .mobile-sticky-actions,
  body.ncw-homepage-v1-body.video-open .mobile-sticky-actions,
  body.panel-open-cart .mobile-sticky-actions {
    display: none !important;
  }

  .chat-choice-panel {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
  }

  .review-track {
    animation-name: reviewMarquee !important;
    animation-duration: 58s !important;
    animation-timing-function: linear !important;
    animation-iteration-count: infinite !important;
    animation-direction: normal !important;
    animation-fill-mode: none !important;
  }

  .structure-visual-royal-oak .roo-layer {
    animation: none !important;
  }
}


body.ncw-homepage-v1-body {
  margin: 0 !important;
}

.ncw-homepage-v1 {
  min-height: 100vh;
}

body.admin-bar.ncw-homepage-v1-body {
  --ncw-admin-bar-height: 32px;
}

body.admin-bar.ncw-homepage-v1-body .site-header {
  top: var(--ncw-admin-bar-height);
}

html body.ncw-homepage-v1-body .ncw-homepage-v1 .desktop-nav > a,
html body.ncw-homepage-v1-body .ncw-homepage-v1 .desktop-nav > a:visited {
  color: var(--ncw-ink);
}

html body.ncw-homepage-v1-body .ncw-homepage-v1 .header-search-toggle {
  margin: 0;
  appearance: none;
  box-shadow: none;
  line-height: 1;
}

html body.ncw-homepage-v1-body .ncw-homepage-v1 .mobile-drawer .drawer-search button[type="submit"] {
  display: grid;
  width: 52px;
  min-width: 52px;
  height: 52px;
  place-items: center;
  margin: 0;
  border: 0;
  border-left: 1px solid rgba(244, 238, 224, .08);
  border-radius: 0 9px 9px 0;
  padding: 0;
  appearance: none;
  box-shadow: none;
  line-height: 1;
  transform: none;
}

html body.ncw-homepage-v1-body .ncw-homepage-v1 .mobile-drawer .drawer-search button[type="submit"] svg {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0;
}

html body.ncw-homepage-v1-body .ncw-homepage-v1 .hero-section .hero-actions a.button {
  font-family: "Montserrat", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

html body.ncw-homepage-v1-body .ncw-homepage-v1 .site-header .all-brands-panel .all-brands-grid a,
html body.ncw-homepage-v1-body .ncw-homepage-v1 .site-header .all-brands-panel .all-brands-grid a:visited {
  color: var(--ncw-ink);
}

html body.ncw-homepage-v1-body .ncw-homepage-v1 .site-header .all-brands-panel .all-brands-grid a:hover,
html body.ncw-homepage-v1-body .ncw-homepage-v1 .site-header .all-brands-panel .all-brands-grid a:focus-visible {
  color: var(--ncw-green-2);
}

html body.ncw-homepage-v1-body .ncw-homepage-v1 .site-footer nav a,
html body.ncw-homepage-v1-body .ncw-homepage-v1 .site-footer nav a:visited {
  color: #f4eee0;
}

html body.ncw-homepage-v1-body .ncw-homepage-v1 .site-footer nav a:hover,
html body.ncw-homepage-v1-body .ncw-homepage-v1 .site-footer nav a:focus-visible {
  color: var(--ncw-gold);
}

.cart-pill {
  justify-content: center;
  min-width: 58px;
  height: 42px;
  padding: 0 12px;
}

.utility-bar p a {
  color: var(--ncw-gold);
}

.cart-pill svg {
  display: block;
  width: 21px;
  height: 21px;
  color: #fff;
}

.cart-pill svg path,
.mobile-cart-link svg path {
  stroke: #fff;
}

.cart-pill svg circle,
.mobile-cart-link svg circle {
  fill: #fff;
}

.site-footer summary {
  pointer-events: none;
  cursor: default;
}

@media (max-width: 1100px) {
  .site-footer summary {
    pointer-events: auto;
    cursor: pointer;
  }
}

@media (max-width: 900px) {
  body.admin-bar.ncw-homepage-v1-body .mobile-drawer {
    top: var(--ncw-admin-bar-height);
    height: calc(100dvh - var(--ncw-admin-bar-height));
  }

  body.admin-bar.ncw-homepage-v1-body .drawer-scrim {
    top: var(--ncw-admin-bar-height);
  }
}

@media (max-width: 782px) {
  body.admin-bar.ncw-homepage-v1-body {
    --ncw-admin-bar-height: 46px;
  }
}

@media (max-width: 1100px) and (min-width: 901px) {
  .footer-accordion {
    border-top: 1px solid rgba(200, 168, 106, .22);
    padding-top: 12px;
  }

  .footer-accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding: 10px 0;
  }

  .footer-accordion summary::after {
    content: "+";
    color: rgba(244, 238, 224, .78);
    font-size: 15px;
  }

  .footer-accordion[open] summary {
    margin-bottom: 10px;
  }

  .footer-accordion[open] summary::after {
    content: "−";
  }
}
