:root {
  --nxt-orange: #f7931e;
  --nxt-orange-dark: #d8780b;
  --charcoal: #1a1a1a;
  --charcoal-soft: #2a2a2a;
  --off-white: #f9f9f9;
  --light-grey-header: #eeeeee;
  --border-color: #dddddd;
  --border-soft: #e9e9e9;
  --text-soft: #666666;
  --text-muted: #7a7a7a;
  --product-photo-bg: #f9f7f8;
  --surface: #ffffff;
  --surface-soft: #f5f5f3;
  --shop-cream: #f3efe7;
  --shop-warm: #e8decd;
  --shop-ink: #183247;
  --radius-sm: 6px;
  --radius-md: 8px;
  --shadow-soft: 0 18px 48px rgba(26, 26, 26, 0.08);
}

.admin-body .admin-priced-option-row {
  border-color: var(--admin-site-line);
  background: #ffffff;
  color: var(--admin-site-ink);
  box-shadow: none;
}

.admin-body .admin-priced-option-row label {
  color: var(--admin-site-muted);
}

.admin-body .admin-priced-option-row button {
  min-height: 40px;
  align-self: end;
}

.admin-body .admin-priced-option-row-compact {
  grid-template-columns: minmax(0, 1fr) minmax(96px, 140px) auto;
}

.admin-body .admin-option-add-button {
  min-height: 38px;
  margin-top: 10px;
  padding: 0 14px;
  border: 1px solid var(--admin-site-line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--admin-site-ink);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.admin-body .admin-option-add-button:hover {
  border-color: var(--admin-site-line-strong);
  background: #fff7ea;
}

@media (max-width: 720px) {
  .admin-body .admin-priced-option-row,
  .admin-body .admin-priced-option-row-compact {
    grid-template-columns: minmax(0, 1fr);
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Trebuchet MS", "Segoe UI", Helvetica, Arial, sans-serif;
  background-color: var(--off-white);
  color: var(--charcoal);
  text-rendering: optimizeLegibility;
}

.promo-banner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 60;
  width: 100%;
  height: 38px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: var(--announcement-bg, var(--charcoal));
  border-bottom: 0;
  color: var(--announcement-text, #ffffff);
}

.promo-banner-track {
  min-width: max-content;
  display: flex;
  align-items: center;
  gap: 84px;
  white-space: nowrap;
  animation: promoMarquee var(--announcement-speed, 42s) linear infinite;
}

.promo-banner[data-announcement-mode="static"] {
  justify-content: center;
  padding: 0 18px;
  text-align: center;
}

.promo-banner[data-announcement-mode="static"] .promo-banner-track {
  min-width: 0;
  animation: none;
  white-space: normal;
}

.promo-banner span {
  color: var(--announcement-text, #ffffff);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

body.has-promo-banner .navbar {
  top: 38px;
}

body.has-promo-banner {
  padding-top: 38px;
}

@keyframes promoMarquee {
  from {
    transform: translateX(100vw);
  }

  to {
    transform: translateX(-100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .promo-banner .promo-banner-track {
    animation: none;
    min-width: 0;
    white-space: normal;
  }
}

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  min-height: 132px;
  padding: 22px 56px 34px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  background: linear-gradient(
    180deg,
    rgba(249, 249, 249, 0.96) 0%,
    rgba(249, 249, 249, 0.78) 68%,
    rgba(249, 249, 249, 0) 100%
  );
}

.brand {
  grid-column: 2;
  grid-row: 1;
  text-align: center;
}

.brand a {
  display: inline-grid;
  justify-items: center;
  color: inherit;
  text-decoration: none;
}

.logo {
  width: 118px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.brand p {
  margin-top: 7px;
  color: var(--charcoal);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav-left {
  grid-column: 1;
  grid-row: 1;
  justify-content: flex-start;
}

.nav-right {
  grid-column: 3;
  grid-row: 1;
  justify-content: flex-end;
}

.nav-left a,
.nav-right a,
.mobile-cart-link {
  color: var(--charcoal);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-left a:hover,
.nav-right a:hover,
.mobile-cart-link:hover {
  color: var(--nxt-orange);
}

.nav-left a,
.nav-right a,
.mobile-cart-link,
.product-info a,
.product-listing-card a,
.hero-button,
.secondary-button {
  transition:
    color 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.mobile-cart-link,
.menu-button,
.mobile-menu {
  display: none;
}

.account-link {
  position: relative;
  min-width: 44px;
  min-height: 42px;
  border: 0;
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--charcoal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px;
  text-decoration: none;
  box-shadow: none;
  transition:
    color 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

.admin-link[hidden] {
  display: none;
}

.admin-link {
  position: relative;
  min-width: 36px;
  min-height: 36px;
  border-radius: var(--radius-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}

.admin-icon {
  position: relative;
  width: 24px;
  height: 24px;
  display: block;
  border: 2px solid var(--charcoal);
  border-radius: 5px 5px 7px 7px;
}

.admin-icon::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 5px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--charcoal);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.admin-icon::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--nxt-orange);
  transform: translateX(-50%);
}

.admin-link span:last-child {
  display: none;
}

.admin-link:hover .admin-icon,
.admin-link:hover .admin-icon::before {
  border-color: var(--nxt-orange-dark);
}

.account-link:hover {
  color: var(--charcoal);
  transform: translateY(-1px);
}

.account-icon {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: transparent;
  display: block;
  flex: 0 0 auto;
}

.account-icon::before,
.account-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  background: var(--charcoal);
  transform: translateX(-50%);
}

.account-icon::before {
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.account-icon::after {
  bottom: 5px;
  width: 18px;
  height: 10px;
  border-radius: 8px 8px 4px 4px;
}

.account-link span:last-child {
  display: none;
  max-width: 112px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.account-link.is-signed-in span:last-child {
  display: inline;
}

.auth-modal[hidden] {
  display: none;
}

.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
}

.auth-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(26, 26, 26, 0.58);
  backdrop-filter: blur(4px);
}

.auth-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 430px);
  padding: 28px;
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
}

.auth-close-button {
  position: absolute;
  top: 18px;
  right: 18px;
  border: 0;
  background: transparent;
  color: var(--text-soft);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.auth-panel h2 {
  margin-top: 10px;
  color: var(--charcoal);
  font-size: 32px;
  line-height: 1.05;
}

.auth-helper {
  margin-top: 12px;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.55;
}

.auth-tabs {
  margin: 22px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.auth-tabs button {
  min-height: 42px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  background: var(--surface-soft);
  color: var(--charcoal);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.auth-tabs button.is-active {
  border-color: var(--nxt-orange);
  background: var(--nxt-orange);
}

.auth-form {
  display: grid;
  gap: 14px;
}

.auth-form label {
  display: grid;
  gap: 7px;
  color: var(--charcoal);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.auth-form label[hidden] {
  display: none;
}

.auth-form input {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  padding: 10px 12px;
  background: #ffffff;
  color: var(--charcoal);
  font: inherit;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
}

.auth-form input:focus {
  border-color: var(--nxt-orange);
  outline: 3px solid rgba(247, 147, 30, 0.16);
}

.auth-form .hero-button {
  width: 100%;
  margin-top: 4px;
  cursor: pointer;
}

.auth-form .hero-button:disabled {
  opacity: 0.62;
  cursor: wait;
}

.auth-message {
  min-height: 20px;
  color: var(--text-soft);
  font-size: 13px;
  line-height: 1.4;
}

.auth-message.is-error {
  color: #b33218;
}

.auth-modal-open {
  overflow: hidden;
}

.account-page {
  padding: 64px 56px 76px;
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(249, 249, 249, 0.88), var(--off-white) 260px),
    var(--off-white);
}

.account-auth {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(620px, 1.28fr);
  gap: 54px;
  align-items: start;
  max-width: 1280px;
  margin: 0 auto;
}

.account-auth-copy {
  padding-top: 42px;
}

.account-auth-copy h1,
.account-dashboard-header h1 {
  margin: 14px 0 18px;
  color: var(--charcoal);
  font-size: 54px;
  line-height: 1.02;
  font-weight: 900;
}

.account-auth-copy p {
  max-width: 420px;
  color: var(--text-soft);
  font-size: 17px;
  line-height: 1.65;
}

.account-return-link,
.text-button {
  display: inline-block;
  margin-top: 18px;
  border: 0;
  background: none;
  color: var(--charcoal);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  text-decoration: underline;
  text-transform: uppercase;
}

.account-return-link:hover,
.text-button:hover {
  color: var(--nxt-orange);
}

.account-auth-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(26, 26, 26, 0.11);
  border-radius: var(--radius-md);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(245, 245, 243, 0.78)),
    var(--surface);
  box-shadow:
    0 28px 70px rgba(26, 26, 26, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.account-form {
  min-height: 456px;
  padding: 28px;
  background: transparent;
}

.account-panel {
  padding: 28px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.account-form-muted {
  border-left: 1px solid rgba(26, 26, 26, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(245, 245, 243, 0.82)),
    var(--surface-soft);
}

.account-form-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 8px;
}

.account-form .section-label {
  color: var(--nxt-orange-dark);
  font-size: 11px;
}

.account-form h2,
.account-panel h2 {
  color: var(--charcoal);
  font-size: 30px;
  line-height: 1.08;
}

.account-form {
  display: grid;
  align-content: start;
  gap: 18px;
}

.account-login-form .hero-button {
  margin-top: 10px;
}

.account-form label {
  display: grid;
  gap: 9px;
  color: var(--charcoal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.account-form input {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(26, 26, 26, 0.14);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--charcoal);
  font: inherit;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease;
}

.account-form input:focus {
  border-color: var(--nxt-orange);
  background: #ffffff;
  outline: 3px solid rgba(247, 147, 30, 0.15);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 10px 26px rgba(247, 147, 30, 0.12);
}

.account-form .hero-button,
.account-form .secondary-button,
.account-dashboard-header .secondary-button {
  cursor: pointer;
}

.account-form .hero-button,
.account-form .secondary-button {
  width: 100%;
  justify-content: center;
  min-height: 52px;
  margin-top: 8px;
  border-radius: var(--radius-sm);
}

.account-form .secondary-button {
  background: var(--charcoal);
  border-color: var(--charcoal);
  color: #ffffff;
}

.account-form .secondary-button:hover {
  background: var(--nxt-orange-dark);
  border-color: var(--nxt-orange-dark);
  color: #ffffff;
}

.account-form .text-button {
  justify-self: center;
  margin-top: 2px;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.account-form .hero-button:disabled,
.account-form .secondary-button:disabled {
  opacity: 0.62;
  cursor: wait;
}

.account-dashboard[hidden],
.account-auth[hidden] {
  display: none;
}

.account-dashboard-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.account-top-actions {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 28px;
}

.account-top-actions:has(.admin-dashboard-link[hidden]) {
  display: none;
}

.account-bottom-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--border-soft);
}

.account-top-actions .secondary-button,
.account-bottom-actions .secondary-button {
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid var(--border-color);
  background: #ffffff;
  color: var(--charcoal);
  box-shadow: 0 10px 24px rgba(26, 26, 26, 0.08);
}

.account-top-actions .admin-dashboard-link {
  border-color: var(--charcoal);
  background: var(--charcoal);
  color: #ffffff;
}

.account-top-actions .secondary-button:hover,
.account-bottom-actions .secondary-button:hover {
  border-color: var(--nxt-orange);
  background: var(--nxt-orange);
  color: var(--charcoal);
}

.admin-dashboard-link[hidden] {
  display: none;
}

.admin-dashboard-link {
  background: var(--nxt-orange);
  border-color: var(--nxt-orange);
  color: var(--charcoal);
}

.admin-dashboard-link:hover {
  background: var(--nxt-orange-dark);
  border-color: var(--nxt-orange-dark);
  color: #ffffff;
}

.account-dashboard-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  align-items: start;
}

.account-menu {
  position: sticky;
  top: 132px;
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  background: var(--surface);
}

.account-menu a {
  padding: 11px 12px;
  border-radius: var(--radius-sm);
  color: var(--charcoal);
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.account-menu a:hover {
  background: var(--surface-soft);
  color: var(--nxt-orange-dark);
}

.account-panels {
  display: grid;
  gap: 18px;
}

.account-panel {
  display: grid;
  gap: 22px;
}

.profile-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.profile-details div,
.account-record {
  padding: 16px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: var(--surface-soft);
}

.profile-details dt,
.account-record span,
.account-record small {
  color: var(--text-soft);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.profile-details dd,
.account-record strong {
  margin-top: 8px;
  color: var(--charcoal);
  font-size: 16px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.orders-list {
  display: grid;
  gap: 12px;
}

.saved-products-list {
  display: grid;
  gap: 12px;
}

.account-cart-list {
  display: grid;
  gap: 12px;
}

.account-cart-item {
  padding: 12px;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: var(--surface-soft);
}

.account-cart-item img {
  width: 86px;
  height: 86px;
  display: block;
  object-fit: contain;
  border-radius: var(--radius-sm);
  background: #ffffff;
}

.account-cart-item-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
}

.account-cart-item-heading strong {
  color: var(--charcoal);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.22;
}

.account-cart-item-heading span,
.account-cart-item-details small {
  color: var(--text-soft);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.account-cart-item-details {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
}

.account-cart-link {
  width: fit-content;
  margin-top: 14px;
}

.account-record {
  display: grid;
  gap: 0;
  align-items: stretch;
}

.account-order-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  list-style: none;
}

.account-order-summary::-webkit-details-marker {
  display: none;
}

.account-order-summary-main {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  min-width: 0;
}

.account-order-summary-main strong,
.account-order-summary-main small {
  margin-top: 0;
}

.account-order-view-button {
  min-height: 44px;
  padding: 8px 10px 8px 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 3px solid var(--bold-black, #111111);
  border-radius: 999px;
  background: #ffffff;
  color: var(--bold-orange, #f7931e) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase;
}

.account-order-view-button strong {
  width: 18px;
  height: 18px;
  margin: 0;
  display: grid;
  place-items: center;
  border-radius: 0;
  background: transparent;
  color: var(--bold-black, #111111);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 18px;
  transform: translateY(-1px);
}

.account-order-dropdown[open] .account-order-view-button {
  background: var(--bold-orange, #f7931e);
}

.account-order-dropdown[open] .account-order-view-button strong {
  font-size: 0;
}

.account-order-dropdown[open] .account-order-view-button strong::before {
  content: "-";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 18px;
  transform: translateY(-2px);
}

.account-order-dropdown-content {
  margin-top: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.42fr);
  gap: 16px;
  align-items: start;
}

.account-order-dropdown-content .account-order-status-grid {
  grid-column: 1;
}

.account-order-products {
  display: grid;
  gap: 10px;
}

.account-order-status-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
}

.account-order-status-grid span {
  padding: 12px;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 8px;
  background: var(--surface-soft);
  min-width: 0;
}

.account-order-status-grid small {
  display: block;
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.account-order-status-grid strong,
.order-status-pill {
  overflow-wrap: anywhere;
}

.order-status-pill {
  padding: 5px 9px;
  border-radius: 999px;
  background: #fff1dd;
  color: var(--nxt-orange-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.account-order-product {
  padding: 12px;
  display: grid;
  gap: 10px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: #ffffff;
}

.account-order-product-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 12px;
  align-items: start;
}

.account-order-product-attributes {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
}

.account-order-product-attributes small {
  min-width: 0;
}

.account-order-product strong,
.account-order-product span,
.account-order-product small,
.account-order-tracking strong {
  overflow-wrap: anywhere;
}

.account-order-product small,
.account-order-empty {
  color: var(--text-soft);
  font-size: 12px;
  font-weight: 800;
}

.account-order-tracking {
  min-height: 100%;
  padding: 14px;
  display: grid;
  align-content: start;
  gap: 8px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: #ffffff;
}

.account-order-tracking span {
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.saved-product-record {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: var(--surface-soft);
}

.saved-product-record a {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.saved-product-record img {
  width: 72px;
  height: 72px;
  display: block;
  object-fit: contain;
  border-radius: var(--radius-sm);
  background: #ffffff;
}

.saved-product-record strong,
.saved-product-record small {
  display: block;
}

.saved-product-record small {
  margin-top: 5px;
  color: var(--text-soft);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.saved-product-remove {
  min-width: 108px;
}

.cart-action-block {
  position: relative;
  margin-top: 22px;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.cart-success-message {
  padding: 12px 14px;
  border: 1px solid rgba(247, 147, 30, 0.42);
  border-radius: var(--radius-sm);
  background: var(--surface);
  color: var(--charcoal);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.4px;
  box-shadow: var(--shadow-soft);
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.cart-success-message.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cart-success-message a {
  color: var(--nxt-orange-dark);
  text-decoration: underline;
}

.cart-page {
  padding: 176px 56px 76px;
  min-height: 100vh;
  background: var(--off-white);
}

.cart-hero {
  max-width: 720px;
  margin-bottom: 34px;
}

.cart-hero h1 {
  margin: 14px 0 18px;
  color: var(--charcoal);
  font-size: 54px;
  line-height: 1.02;
  font-weight: 900;
}

.cart-hero p,
.cart-empty p,
.cart-line-item p,
.cart-summary p {
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.55;
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  align-items: start;
}

.cart-items-panel,
.cart-summary {
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.cart-items-panel {
  padding: 24px;
}

.cart-empty {
  min-height: 300px;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 16px;
}

.cart-empty h2,
.cart-summary h2,
.cart-line-item h2 {
  color: var(--charcoal);
  font-size: 30px;
  line-height: 1.08;
}

.cart-items {
  display: grid;
  gap: 16px;
}

.cart-empty[hidden],
.cart-items[hidden] {
  display: none;
}

.cart-line-item {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  background: var(--surface-soft);
}

.cart-line-item img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--radius-sm);
  background: var(--product-photo-bg);
}

.cart-design-selection {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.cart-design-selection img {
  width: 58px;
  height: 58px;
  aspect-ratio: 1;
  object-fit: contain;
  background: #ffffff;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
}

.cart-design-selection small,
.cart-design-selection strong {
  display: block;
}

.cart-design-selection small {
  color: var(--text-soft);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cart-design-selection strong {
  color: var(--charcoal);
  font-size: 15px;
}

.cart-line-meta {
  display: grid;
  justify-items: end;
  gap: 9px;
  color: var(--charcoal);
}

.cart-line-meta strong {
  font-size: 20px;
}

.cart-line-meta span {
  color: var(--text-soft);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cart-line-meta button {
  border: 0;
  background: none;
  color: var(--charcoal);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-decoration: underline;
  text-transform: uppercase;
}

.cart-summary {
  position: sticky;
  top: 132px;
  padding: 24px;
  display: grid;
  gap: 14px;
}

.cart-summary .secondary-button {
  width: 100%;
  cursor: pointer;
}

.cart-summary .secondary-button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.cart-checkout-email {
  display: grid;
  gap: 8px;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cart-checkout-email input {
  min-height: 44px;
  border: 1px solid rgba(26, 26, 26, 0.14);
  border-radius: 8px;
  padding: 0 12px;
  color: var(--charcoal);
  font: inherit;
  text-transform: none;
}

.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 48px auto 0;
  padding: 22px 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(26, 26, 26, 0.1);
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 800;
}

.site-footer nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.site-footer a {
  color: var(--charcoal);
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--nxt-orange-dark);
}

.policy-page {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0 24px;
}

.policy-hero {
  padding: 42px 0 28px;
}

.policy-hero h1 {
  max-width: 760px;
  color: var(--charcoal);
  font-size: clamp(42px, 7vw, 76px);
  line-height: 0.95;
  letter-spacing: 0;
}

.policy-hero p:last-child {
  max-width: 640px;
  color: var(--text-soft);
  font-size: 18px;
  line-height: 1.6;
}

.policy-content {
  display: grid;
  gap: 16px;
}

.policy-content article {
  padding: 22px;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(26, 26, 26, 0.05);
}

.policy-content h2 {
  margin: 0 0 10px;
  color: var(--charcoal);
  font-size: 22px;
  letter-spacing: 0;
}

.policy-content p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.7;
}

.thank-you-page {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  overflow: hidden;
}

.thank-you-page::before {
  content: "";
  position: absolute;
  inset: 132px 0 auto auto;
  width: min(42vw, 520px);
  height: min(42vw, 520px);
  background:
    radial-gradient(circle at 50% 50%, rgba(247, 147, 30, 0.14), transparent 58%),
    radial-gradient(circle at 60% 46%, rgba(24, 50, 71, 0.08), transparent 62%);
  pointer-events: none;
  transform: translate(18%, -16%);
}

.thank-you-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 1120px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 18px;
  align-items: stretch;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 26px 70px rgba(26, 26, 26, 0.11);
  overflow: hidden;
}

.thank-you-hero {
  min-height: 448px;
  margin-bottom: 0;
  padding: 62px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(243, 239, 231, 0.82)),
    linear-gradient(180deg, rgba(247, 147, 30, 0.08), transparent 34%);
}

.thank-you-mark {
  width: 54px;
  height: 54px;
  margin-bottom: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(247, 147, 30, 0.55);
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(26, 26, 26, 0.08);
}

.thank-you-mark::before {
  content: "";
  width: 20px;
  height: 11px;
  border-left: 3px solid var(--nxt-orange);
  border-bottom: 3px solid var(--nxt-orange);
  transform: rotate(-45deg) translate(1px, -1px);
}

.thank-you-hero h1 {
  max-width: 660px;
  margin: 14px 0 18px;
  color: var(--charcoal);
  font-size: clamp(46px, 5.8vw, 76px);
  line-height: 0.98;
  font-weight: 900;
}

.thank-you-hero p:not(.section-label) {
  max-width: 650px;
  color: var(--text-soft);
  font-size: 18px;
  line-height: 1.65;
}

.thank-you-hero::after {
  display: none;
}

.thank-you-card {
  margin: 18px 18px 18px 0;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(24, 50, 71, 0.96), rgba(24, 50, 71, 0.9)),
    var(--shop-ink);
  box-shadow: none;
}

.thank-you-card .section-label,
.thank-you-card h2,
.thank-you-card p {
  color: #ffffff;
}

.thank-you-card .section-label {
  color: var(--nxt-orange);
}

.thank-you-card h2 {
  margin: 14px 0 16px;
  font-size: 30px;
  line-height: 1.12;
}

.thank-you-card p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.6;
}

.thank-you-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.thank-you-actions .secondary-button {
  border-color: rgba(255, 255, 255, 0.62);
  background: transparent;
  color: #ffffff;
}

.thank-you-actions .secondary-button:hover {
  border-color: var(--nxt-orange);
  background: var(--nxt-orange);
  color: var(--charcoal);
}

.thank-you-support {
  position: relative;
  z-index: 1;
  width: min(100%, 1120px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.thank-you-support article {
  min-height: 86px;
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.78);
}

.thank-you-support strong {
  color: var(--charcoal);
  font-size: 15px;
}

.thank-you-support span,
.thank-you-support a {
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.45;
}

.thank-you-support a {
  text-decoration-color: var(--nxt-orange);
  text-underline-offset: 4px;
}

.checkout-message {
  min-height: 20px;
  color: var(--text-soft);
  font-size: 13px;
  line-height: 1.45;
}

.checkout-message.is-error {
  color: #b33218;
}

.admin-page {
  padding: 76px 56px 76px;
  min-height: 100vh;
  background: var(--off-white);
}

.admin-hero {
  max-width: 760px;
  margin-bottom: 34px;
}

.admin-hero h1 {
  margin: 14px 0 18px;
  color: var(--charcoal);
  font-size: 54px;
  line-height: 1.02;
  font-weight: 900;
}

.admin-hero p,
.admin-locked p,
.admin-toolbar p,
.admin-panel p {
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.65;
}

.admin-locked,
.admin-workspace {
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.admin-locked {
  max-width: 620px;
  padding: 28px;
}

.admin-locked h2,
.admin-toolbar h2 {
  color: var(--charcoal);
  font-size: 30px;
  line-height: 1.08;
}

.admin-locked .hero-button {
  margin-top: 22px;
}

.admin-workspace[hidden],
.admin-locked[hidden] {
  display: none;
}

.admin-workspace {
  padding: 28px;
}

.admin-toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.admin-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.admin-tabs {
  margin-bottom: 18px;
  display: inline-flex;
  gap: 6px;
  padding: 5px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: var(--surface-soft);
}

.admin-tabs button {
  min-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--charcoal);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.admin-tabs button.is-active {
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(26, 26, 26, 0.08);
}

.admin-product-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
  gap: 22px;
}

.admin-product-layout[hidden] {
  display: none;
}

.admin-promotion-type-menu {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-self: start;
}

.admin-promotion-type-menu[hidden] {
  display: none;
}

.admin-promotion-type-menu button {
  min-height: 150px;
  padding: 18px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f4 100%);
  color: var(--charcoal);
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.admin-promotion-type-menu button:hover {
  border-color: var(--nxt-orange-dark);
  box-shadow: 0 18px 36px rgba(26, 26, 26, 0.1);
  transform: translateY(-1px);
}

.admin-promotion-type-menu strong,
.admin-promotion-type-menu span {
  display: block;
}

.admin-promotion-type-menu strong {
  font-size: 20px;
  line-height: 1.15;
}

.admin-promotion-type-menu span {
  margin-top: 10px;
  color: var(--text-soft);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.announcement-preview {
  --announcement-bg: #111111;
  --announcement-text: #ffffff;
  --announcement-accent: #f7931e;
  --announcement-speed: 18s;
  min-height: 44px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 18px;
  border: 1px solid var(--announcement-accent);
  border-radius: var(--radius-sm);
  background: var(--announcement-bg);
  color: var(--announcement-text);
}

.announcement-preview .promo-banner-track {
  min-width: max-content;
  display: flex;
  align-items: center;
  gap: 54px;
  white-space: nowrap;
  animation: promoMarquee var(--announcement-speed) linear infinite;
}

.announcement-preview[data-announcement-mode="static"] {
  justify-content: center;
  text-align: center;
}

.announcement-preview[data-announcement-mode="static"] .promo-banner-track,
.announcement-preview[data-announcement-enabled="false"] .promo-banner-track {
  min-width: 0;
  animation: none;
  white-space: normal;
}

.announcement-preview[data-announcement-enabled="false"] {
  opacity: 0.52;
}

.announcement-preview span {
  color: var(--announcement-text);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.admin-site-layout {
  align-items: start;
}

.admin-site-menu {
  display: grid;
  gap: 10px;
}

.admin-site-menu button {
  width: 100%;
  min-height: 72px;
  padding: 14px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: #ffffff;
  color: var(--charcoal);
  text-align: left;
  cursor: pointer;
}

.admin-site-menu button.is-active {
  border-color: var(--nxt-orange-dark);
  background: #fff8ef;
  box-shadow: inset 4px 0 0 var(--nxt-orange);
}

.admin-site-menu strong,
.admin-site-menu small {
  display: block;
}

.admin-site-menu small {
  margin-top: 4px;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 800;
}

.admin-site-faq-editor {
  display: grid;
  grid-template-columns: minmax(240px, 0.36fr) minmax(0, 1fr);
  gap: 22px;
}

.admin-site-faq-editor[hidden] {
  display: none;
}

.admin-home-hero-preview img {
  width: 100%;
  max-height: 280px;
  object-fit: cover;
}

.admin-product-list,
.admin-product-form {
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: #ffffff;
}

.admin-product-list {
  padding: 18px;
}

.admin-list-heading,
.admin-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.admin-list-heading {
  margin-bottom: 14px;
}

.admin-list-heading h3 {
  color: var(--charcoal);
  font-size: 22px;
}

.admin-list-heading button,
.admin-product-row,
.admin-product-form input,
.admin-product-form select,
.admin-product-form textarea,
.admin-inline-control button,
.admin-finish-row button,
.admin-priced-option-row button,
.admin-link-row button {
  font: inherit;
}

.admin-list-heading button {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  background: var(--surface-soft);
  color: var(--charcoal);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.admin-product-row {
  position: relative;
  width: 100%;
  min-height: 76px;
  margin-bottom: 8px;
  padding: 8px 8px 8px 18px;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: #ffffff;
  color: var(--charcoal);
  text-align: left;
  cursor: pointer;
  overflow: hidden;
}

.admin-product-row.is-active {
  border-color: var(--nxt-orange-dark);
}

.admin-product-row::before {
  content: "";
  position: absolute;
  inset: 12px auto 12px 8px;
  width: 5px;
  border-radius: 999px;
  background: transparent;
  transition: background-color 160ms ease;
}

.admin-product-row.is-active::before,
.admin-product-row.is-selected::before {
  background: var(--nxt-orange);
}

.admin-product-row > span {
  min-width: 0;
}

.admin-order-row,
.admin-summary-row {
  min-height: 64px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 12px 12px 12px 18px;
}

.admin-dashboard-layout {
  grid-template-columns: minmax(0, 1fr);
}

.admin-dashboard-cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.admin-dashboard-chart-panel {
  margin-bottom: 18px;
}

.admin-dashboard-chart-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: end;
}

.admin-dashboard-chart-controls label {
  min-width: 160px;
}

.admin-dashboard-chart {
  display: grid;
  gap: 14px;
}

.admin-dashboard-chart-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-dashboard-chart-summary span {
  padding: 6px 10px;
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--text-soft);
  font-size: 12px;
  font-weight: 900;
}

.admin-dashboard-chart svg {
  width: 100%;
  height: auto;
  display: block;
}

.admin-dashboard-chart-axis {
  fill: var(--text-muted);
  font-size: 10px;
  font-weight: 800;
}

.admin-dashboard-chart-grid {
  stroke: rgba(26, 26, 26, 0.1);
  stroke-width: 1;
}

.admin-dashboard-chart-line {
  fill: none;
  stroke: var(--nxt-orange);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.admin-dashboard-chart-fill {
  fill: rgba(247, 147, 30, 0.14);
}

.admin-dashboard-chart-point {
  fill: #ffffff;
  stroke: var(--nxt-orange);
  stroke-width: 2;
}

.admin-dashboard-chart-point.is-empty {
  fill: var(--surface-soft);
  stroke: rgba(26, 26, 26, 0.18);
}

.admin-dashboard-card {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(26, 26, 26, 0.05);
}

.admin-dashboard-card span,
.admin-dashboard-card small {
  display: block;
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.admin-dashboard-card strong {
  display: block;
  margin: 6px 0;
  color: var(--charcoal);
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1;
  overflow-wrap: anywhere;
}

.admin-dashboard-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.admin-abandoned-carts-list {
  display: grid;
  gap: 10px;
}

.admin-abandoned-cart {
  grid-template-columns: minmax(0, 1fr) auto auto auto;
}

.admin-abandoned-cart .secondary-button {
  padding: 8px 10px;
}

.admin-order-row.is-new-order {
  border-color: rgba(247, 147, 30, 0.44);
  background: #fffaf2;
  box-shadow: 0 10px 22px rgba(247, 147, 30, 0.1);
}

.admin-order-row.is-new-order::before {
  background: var(--nxt-orange);
}

.admin-order-row.is-new-order em {
  border-color: rgba(247, 147, 30, 0.42);
  background: #fff1dd;
  color: var(--nxt-orange-dark);
}

.admin-order-summary {
  min-width: 0;
}

.admin-product-row.is-selected {
  border-color: var(--charcoal);
  background: #fff8ef;
  box-shadow:
    inset 4px 0 0 var(--nxt-orange),
    0 10px 24px rgba(26, 26, 26, 0.08);
}

.admin-product-row img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: var(--radius-sm);
  background: var(--surface-soft);
}

.admin-order-status-dot {
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, var(--nxt-orange) 0 34%, transparent 36%),
    linear-gradient(135deg, #f7f7f5, #ececea);
}

.admin-product-image-empty {
  width: 56px;
  height: 56px;
  display: block;
  border: 1px dashed var(--border-color);
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, #f7f7f5, #ececea);
}

.admin-product-row strong,
.admin-product-row small,
.admin-product-row em {
  display: block;
  max-width: 100%;
}

.admin-product-row strong {
  font-size: 14px;
  line-height: 1.25;
}

.admin-order-row strong,
.admin-summary-row strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-product-row small,
.admin-product-row em {
  color: var(--text-muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.admin-access-row {
  grid-template-columns: 56px minmax(0, 1fr);
}

.admin-access-row strong,
.admin-access-row small {
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}

.admin-order-row em,
.admin-summary-row em {
  align-self: center;
  padding: 5px 8px;
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--text-soft);
  text-transform: uppercase;
  white-space: nowrap;
}

.admin-product-form {
  padding: 22px;
  display: grid;
  gap: 16px;
}

.admin-product-form[hidden] {
  display: none;
}

.admin-product-form [hidden] {
  display: none;
}

.admin-form-grid,
.admin-upload-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.admin-product-form label,
.admin-file-control,
.admin-file-drop {
  display: grid;
  gap: 8px;
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.admin-product-form input,
.admin-product-form select,
.admin-product-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: #ffffff;
  color: var(--charcoal);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.admin-product-form textarea {
  resize: vertical;
  line-height: 1.45;
}

.admin-actions {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.admin-actions p {
  margin: 0;
  color: var(--text-soft);
  font-size: 14px;
  font-weight: 800;
}

.admin-actions p.is-error {
  color: #b42318;
}

.admin-order-meta {
  display: grid;
  gap: 6px;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.45;
}

.admin-order-meta strong {
  color: var(--charcoal);
  font-size: 16px;
}

.admin-order-meta span,
.admin-order-meta small {
  overflow-wrap: anywhere;
}

.admin-order-items {
  display: grid;
  gap: 10px;
}

.admin-order-item {
  padding: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px 12px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: #ffffff;
}

.admin-order-item strong,
.admin-order-item span,
.admin-order-item small {
  overflow-wrap: anywhere;
}

.admin-order-item small {
  color: var(--text-soft);
  font-size: 12px;
  font-weight: 800;
}

.admin-order-designs {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.admin-order-design-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 8px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.58);
}

.admin-order-design-card img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  background: #ffffff;
  border: 1px solid var(--border-soft);
  border-radius: 6px;
}

.admin-order-design-card small,
.admin-order-design-card strong {
  display: block;
}

.admin-email-menu-button {
  width: 100%;
  margin-top: 10px;
  padding: 14px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: var(--surface);
  color: var(--charcoal);
  font: inherit;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.admin-email-menu-button.is-active {
  border-color: rgba(247, 147, 30, 0.7);
  background: #fff7ed;
}

.admin-email-list {
  display: grid;
  gap: 10px;
}

.admin-email-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: var(--surface);
}

.admin-email-contact strong,
.admin-email-contact span,
.admin-email-contact small {
  overflow-wrap: anywhere;
}

.admin-email-contact span,
.admin-email-contact small {
  color: var(--text-soft);
  font-size: 13px;
  font-weight: 800;
}

.admin-email-contact em {
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--text-soft);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-media-preview {
  min-height: 190px;
  display: grid;
  gap: 12px;
  align-content: center;
  color: var(--text-soft);
  font-size: 14px;
}

.admin-media-preview img {
  width: min(100%, 420px);
  max-height: 320px;
  object-fit: contain;
  border-radius: var(--radius-sm);
  background: #ffffff;
  border: 1px solid var(--border-soft);
}

.admin-media-preview strong,
.admin-media-preview small {
  display: block;
  overflow-wrap: anywhere;
}

.admin-media-preview small {
  margin-top: 5px;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 800;
}

.admin-media-library-panel {
  display: grid;
  gap: 18px;
}

.admin-media-shell > .admin-product-form {
  grid-column: 1 / -1;
}

.admin-media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 14px;
}

.admin-media-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-media-tile {
  position: relative;
  min-width: 0;
  padding: 10px;
  display: grid;
  gap: 10px;
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--charcoal);
  cursor: pointer;
  text-align: left;
  font: inherit;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.admin-media-tile:hover,
.admin-media-tile.is-active,
.admin-media-tile.is-selected {
  border-color: var(--nxt-orange);
  box-shadow: 0 12px 28px rgba(26, 26, 26, 0.08);
  transform: translateY(-1px);
}

.admin-media-tile.is-selected {
  box-shadow:
    0 0 0 3px rgba(247, 147, 30, 0.18),
    0 12px 28px rgba(26, 26, 26, 0.08);
}

.admin-media-select {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 6px 16px rgba(26, 26, 26, 0.18);
}

.admin-media-select input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--nxt-orange);
  cursor: pointer;
}

.admin-media-tile img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 8px;
  background: #ffffff;
}

.admin-media-tile strong,
.admin-media-tile small {
  display: block;
  overflow-wrap: anywhere;
}

.admin-media-tile small {
  margin-top: 4px;
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 800;
}

.admin-media-editor-layout {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(240px, 1fr);
  gap: 18px;
  align-items: start;
}

.admin-media-picker-preview {
  min-height: 78px;
  padding: 10px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--text-soft);
  font-size: 13px;
  font-weight: 800;
}

.admin-media-picker-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-media-picker-preview img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 7px;
  background: #ffffff;
}

.admin-media-picker-stack {
  display: flex;
  align-items: center;
  min-width: 58px;
}

.admin-media-picker-stack img {
  width: 34px;
  height: 34px;
  margin-left: -14px;
  border: 2px solid #ffffff;
  box-shadow: 0 6px 14px rgba(26, 26, 26, 0.14);
}

.admin-media-picker-stack img:first-child {
  margin-left: 0;
}

.admin-media-picker-preview strong,
.admin-media-picker-preview small {
  display: block;
  overflow-wrap: anywhere;
}

.admin-media-picker-preview small {
  margin-top: 3px;
  color: var(--text-muted);
  font-size: 11px;
}

.admin-media-picker-trigger {
  text-align: left;
  justify-content: flex-start;
}

.admin-media-picker-menu {
  position: fixed;
  inset: 0;
  z-index: 70;
  padding: min(6vw, 56px);
  display: grid;
  place-items: center;
  background: rgba(18, 18, 18, 0.38);
  backdrop-filter: blur(5px);
}

.admin-media-picker-menu[hidden] {
  display: none;
}

.admin-media-picker-menu-panel {
  width: min(980px, 100%);
  max-height: 84vh;
  overflow: auto;
  padding: 24px;
  border: 1px solid rgba(26, 26, 26, 0.12);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 30px 90px rgba(18, 18, 18, 0.24);
}

.admin-media-picker-options {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 14px;
}

.admin-media-picker-option {
  min-width: 0;
  padding: 10px;
  display: grid;
  gap: 10px;
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  background: var(--surface);
  color: var(--charcoal);
  cursor: pointer;
  text-align: left;
  font: inherit;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.admin-media-picker-option:hover,
.admin-media-picker-option.is-active {
  border-color: var(--nxt-orange);
  box-shadow: 0 12px 28px rgba(26, 26, 26, 0.08);
  transform: translateY(-1px);
}

.admin-media-picker-option.is-active {
  box-shadow:
    0 0 0 3px rgba(247, 147, 30, 0.2),
    0 12px 28px rgba(26, 26, 26, 0.08);
}

.admin-media-picker-option img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 8px;
  background: #ffffff;
}

.admin-media-picker-option strong,
.admin-media-picker-option small {
  display: block;
  overflow-wrap: anywhere;
}

.admin-media-picker-option small {
  margin-top: 4px;
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 800;
}

.admin-link-manager,
.admin-finish-editor {
  padding: 16px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: var(--surface-soft);
}

.admin-file-drop {
  margin-top: 12px;
  padding: 14px;
  border: 1px dashed var(--border-color);
  border-radius: var(--radius-sm);
  background: #ffffff;
  color: var(--charcoal);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
}

.admin-file-drop input {
  margin-top: 8px;
  padding: 0;
  border: 0;
  min-height: auto;
  cursor: pointer;
}

.admin-subsection-heading {
  margin-bottom: 14px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.admin-subsection-heading h3 {
  margin-top: 5px;
  color: var(--charcoal);
  font-size: 20px;
  line-height: 1.1;
}

.admin-subsection-heading p:not(.section-label) {
  margin: 0;
  color: var(--text-soft);
  font-size: 13px;
  line-height: 1.45;
}

.admin-inline-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.admin-inline-control button,
.admin-subsection-heading button,
.admin-finish-row button,
.admin-link-row button {
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  background: #ffffff;
  color: var(--charcoal);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.admin-finish-list,
.admin-link-list {
  display: grid;
  gap: 10px;
}

.admin-inline-control + .admin-link-list {
  margin-top: 12px;
}

.admin-product-checklist {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
}

.admin-product-form .admin-product-check {
  min-height: 72px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: #ffffff;
  cursor: pointer;
}

.admin-product-form .admin-product-check input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  padding: 0;
  accent-color: var(--nxt-orange);
}

.admin-product-check strong,
.admin-product-check small {
  display: block;
}

.admin-product-check strong {
  color: var(--charcoal);
  font-size: 14px;
  line-height: 1.2;
}

.admin-product-check small {
  margin-top: 3px;
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 800;
}

.admin-empty-note {
  color: var(--text-soft);
  font-size: 14px;
  font-weight: 800;
}

.admin-finish-row {
  display: grid;
  grid-template-columns: minmax(150px, 1.2fr) minmax(130px, 0.9fr) minmax(110px, 0.7fr) auto;
  gap: 10px;
  align-items: end;
  padding: 12px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: #ffffff;
}

.admin-priced-option-row {
  display: grid;
  grid-template-columns: minmax(150px, 1.2fr) minmax(130px, 0.9fr) minmax(110px, 0.7fr) auto;
  gap: 10px;
  align-items: end;
  padding: 10px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: #ffffff;
}

.admin-priced-option-row-compact {
  grid-template-columns: minmax(0, 1fr) minmax(110px, 150px) auto;
  padding: 8px;
}

.admin-option-add-button {
  margin-top: 10px;
  justify-self: start;
}

.admin-link-row {
  position: relative;
  display: grid;
  grid-template-columns: auto 58px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 9px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: #ffffff;
  transition: box-shadow 140ms ease, transform 140ms ease, opacity 140ms ease;
}

.admin-link-row[draggable="true"] {
  cursor: grab;
}

.admin-link-row.is-dragging {
  opacity: 0.45;
  transform: scale(0.99);
}

.admin-link-row.is-drop-before,
.admin-link-row.is-drop-after {
  box-shadow: 0 16px 32px rgba(26, 26, 26, 0.1);
}

.admin-link-row.is-drop-before::before,
.admin-link-row.is-drop-after::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  height: 4px;
  border-radius: 999px;
  background: var(--nxt-orange);
  box-shadow: 0 0 0 5px rgba(247, 147, 30, 0.16);
}

.admin-link-row.is-drop-before::before {
  top: -8px;
}

.admin-link-row.is-drop-after::after {
  bottom: -8px;
}

.admin-drag-handle {
  width: 20px;
  min-height: 46px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #b8b8b3;
  font-size: 0;
  cursor: grab;
  display: grid;
  place-items: center;
}

.admin-drag-handle::before {
  content: "";
  width: 4px;
  height: 28px;
  display: block;
  background:
    radial-gradient(circle, currentColor 2px, transparent 2.5px) center 4px / 4px 4px no-repeat,
    radial-gradient(circle, currentColor 2px, transparent 2.5px) center 14px / 4px 4px no-repeat,
    radial-gradient(circle, currentColor 2px, transparent 2.5px) center 24px / 4px 4px no-repeat;
}

.admin-product-form .admin-checkbox-line {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 12px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: #ffffff;
  color: var(--charcoal);
  font-size: 15px;
  font-weight: 900;
}

.admin-product-form .admin-checkbox-line input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  padding: 0;
  accent-color: var(--nxt-orange);
}

.admin-catalog-image-row {
  position: relative;
  display: grid;
  grid-template-columns: auto 92px minmax(160px, 0.8fr) minmax(220px, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: #ffffff;
}

.admin-catalog-image-row[draggable="true"] {
  cursor: grab;
}

.admin-catalog-image-row.is-dragging {
  opacity: 0.45;
  transform: scale(0.99);
}

.admin-catalog-image-row.is-drop-before,
.admin-catalog-image-row.is-drop-after {
  box-shadow: 0 16px 32px rgba(26, 26, 26, 0.1);
}

.admin-catalog-image-row.is-drop-before::before,
.admin-catalog-image-row.is-drop-after::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  height: 3px;
  border-radius: 999px;
  background: var(--nxt-orange);
}

.admin-catalog-image-row.is-drop-before::before {
  top: -8px;
}

.admin-catalog-image-row.is-drop-after::after {
  bottom: -8px;
}

.admin-catalog-image-row img {
  width: 92px;
  height: 92px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  background: var(--surface-soft);
}

.admin-catalog-image-meta {
  min-width: 0;
}

.admin-catalog-image-meta strong,
.admin-catalog-image-meta small {
  display: block;
}

.admin-catalog-image-meta strong {
  color: var(--charcoal);
  font-size: 14px;
  line-height: 1.2;
}

.admin-catalog-image-meta label {
  display: grid;
  gap: 6px;
  color: var(--charcoal);
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.admin-catalog-image-meta small {
  margin-top: 5px;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.admin-catalog-tag-editor {
  display: grid;
  gap: 8px;
}

.admin-link-row img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  background: var(--surface-soft);
}

.admin-catalog-choice-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
}

.admin-catalog-slot-group {
  display: grid;
  gap: 12px;
}

.admin-catalog-slot-group + .admin-catalog-slot-group {
  padding-top: 10px;
  border-top: 1px solid var(--border-soft);
}

.admin-catalog-slot-header {
  display: grid;
  gap: 4px;
}

.admin-catalog-slot-header strong,
.admin-catalog-slot-header small {
  display: block;
}

.admin-catalog-slot-header strong {
  color: var(--charcoal);
  font-size: 14px;
}

.admin-catalog-choice {
  min-height: 76px;
  padding: 10px;
  display: grid;
  grid-template-columns: auto 58px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: #ffffff;
  cursor: pointer;
}

.admin-catalog-choice input {
  width: 18px;
  min-height: 18px;
}

.admin-catalog-choice img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  background: var(--surface-soft);
}

.admin-catalog-choice strong,
.admin-catalog-choice small {
  display: block;
}

.admin-catalog-choice strong {
  color: var(--charcoal);
  font-size: 14px;
}

.admin-catalog-choice small,
.admin-empty-note {
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 800;
}

.admin-design-preview {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: var(--surface-soft);
}

.admin-design-preview div {
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: var(--radius-sm);
  background: #ffffff;
}

.admin-design-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.admin-design-preview span,
.admin-design-preview p {
  color: var(--text-soft);
  font-size: 13px;
  font-weight: 800;
}

.admin-panel {
  min-height: 240px;
  padding: 22px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  background: var(--surface-soft);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.admin-panel span {
  color: var(--nxt-orange-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
}

.admin-panel h3 {
  color: var(--charcoal);
  font-size: 24px;
  line-height: 1.08;
}

.admin-panel button {
  margin-top: auto;
  min-height: 42px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  background: var(--surface);
  color: var(--text-muted);
  cursor: not-allowed;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 0 14px;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 720px;
  background-image: linear-gradient(
      90deg,
      rgba(249, 249, 249, 0.97) 0%,
      rgba(249, 249, 249, 0.9) 42%,
      rgba(249, 249, 249, 0.58) 70%,
      rgba(249, 249, 249, 0.22) 100%
    ),
    var(--hero-image, url("images/banner.png"));
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 190px 56px 120px;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(
    180deg,
    rgba(249, 249, 249, 0) 0%,
    var(--off-white) 100%
  );
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 650px;
}

.hero-content::before {
  content: "";
  width: 74px;
  height: 4px;
  margin-bottom: 24px;
  display: block;
  background: var(--nxt-orange);
}

.eyebrow,
.section-label {
  color: var(--nxt-orange-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 690px;
  margin: 16px 0 22px;
  color: var(--charcoal);
  font-size: 64px;
  line-height: 1;
  font-weight: 900;
}

.hero-text {
  max-width: 570px;
  color: var(--text-soft);
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 32px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.hero-button,
.secondary-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-color: var(--nxt-orange);
  color: var(--charcoal);
  text-decoration: none;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid var(--nxt-orange);
  border-radius: var(--radius-sm);
}

.hero-button::after,
.catalog-product-link::after,
.product-listing-card a::after,
.recent-product-card::after {
  content: "";
  position: absolute;
  inset: -45% auto -45% -80%;
  width: 54%;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(255, 255, 255, 0.08) 34%,
    rgba(255, 255, 255, 0.52) 48%,
    rgba(255, 255, 255, 0.1) 62%,
    transparent 100%
  );
  transform: skewX(-18deg);
}

.hero-button:hover::after,
.catalog-product-link:hover::after,
.product-listing-card a:hover::after,
.recent-product-card:hover::after {
  animation: metalShineSweep 760ms ease;
}

.hero-button:hover,
.secondary-button:hover {
  background-color: var(--nxt-orange-dark);
  border-color: var(--nxt-orange-dark);
  box-shadow: 0 10px 24px rgba(216, 120, 11, 0.22);
  transform: translateY(-1px);
}

.hero-button.is-added {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
  animation: addToCartConfirm 520ms cubic-bezier(0.18, 1.35, 0.35, 1);
}

@keyframes metalShineSweep {
  from {
    left: -80%;
  }
  to {
    left: 128%;
  }
}

@keyframes addToCartConfirm {
  0% {
    transform: translateY(0) scale(1);
  }
  42% {
    transform: translateY(1px) scale(0.96);
  }
  100% {
    transform: translateY(-1px) scale(1);
  }
}

.service-tile span,
.process-list span {
  color: var(--nxt-orange-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.service-tile span,
.process-list span {
  display: block;
}

[data-reveal] {
  opacity: 1;
  filter: none;
  transform: none;
  transition: none;
  will-change: auto;
}

[data-reveal].is-revealed {
  opacity: 1;
  filter: none;
  transform: none;
}

.service-tile[data-reveal],
.product-card[data-reveal],
.process-list li[data-reveal],
.faq-item[data-reveal] {
  transform: none;
}

.service-tile[data-reveal].is-revealed,
.product-card[data-reveal].is-revealed,
.process-list li[data-reveal].is-revealed,
.faq-item[data-reveal].is-revealed {
  transform: translateY(0) scale(1);
}

.hero-content {
  animation: none;
}

@keyframes heroReveal {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal],
  [data-reveal].is-revealed,
  .service-tile[data-reveal],
  .product-card[data-reveal],
  .process-list li[data-reveal],
  .faq-item[data-reveal],
  .save-product-button.save-pop::before,
  .product-card:hover .catalog-product-link,
  .hero-content {
    opacity: 1;
    filter: none;
    transform: none;
    animation: none;
    transition: none;
  }

}

.home-services {
  padding: 82px 56px;
  background:
    linear-gradient(180deg, rgba(249, 249, 249, 0.94), rgba(243, 239, 231, 0.86)),
    var(--shop-cream);
}

.home-services .section-heading {
  max-width: 780px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.service-tile {
  min-height: 250px;
  padding: 26px;
  display: grid;
  align-content: start;
  gap: 14px;
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 36px rgba(26, 26, 26, 0.05);
}

.service-tile h3 {
  color: var(--shop-ink);
  font-size: 28px;
  line-height: 1.05;
}

.service-tile p {
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.65;
}

.intro-section {
  padding: 82px 56px;
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 56px;
  background-color: var(--off-white);
}

.intro-copy h2,
.section-heading h2,
.quote-section h2 {
  margin-top: 12px;
  color: var(--charcoal);
  font-size: 38px;
  line-height: 1.14;
  font-weight: 900;
}

.intro-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.intro-points div {
  padding-top: 18px;
  border-top: 3px solid var(--nxt-orange);
}

.intro-points span {
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 900;
}

.intro-points h3 {
  margin: 14px 0 10px;
  color: var(--charcoal);
  font-size: 20px;
}

.intro-points p,
.section-heading p,
.product-info p,
.quote-section p {
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.65;
}

.home-about {
  padding: 82px 56px;
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 54px;
  align-items: center;
  background-color: var(--surface-soft);
}

.home-about-image img {
  width: 100%;
  height: 520px;
  display: block;
  object-fit: cover;
  border-radius: var(--radius-md);
}

.home-about-content {
  max-width: 760px;
}

.home-about-content h2 {
  margin-bottom: 22px;
  color: var(--charcoal);
  font-size: 48px;
  line-height: 1.02;
  font-weight: 900;
  text-transform: uppercase;
}

.home-about-content p:not(.about-eyebrow) {
  color: var(--charcoal-soft);
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 18px;
}

.home-reviews {
  padding: 82px 56px;
  background:
    linear-gradient(180deg, #ffffff 0%, rgba(245, 245, 243, 0.95) 100%),
    var(--surface);
}

.home-reviews .section-heading {
  max-width: 720px;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.review-card {
  min-height: 260px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: var(--radius-sm);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 250, 247, 0.96)),
    #ffffff;
  box-shadow: 0 18px 42px rgba(26, 26, 26, 0.07);
}

.review-card-header {
  display: grid;
  gap: 5px;
}

.review-card-header strong {
  color: var(--charcoal);
  font-size: 20px;
  line-height: 1.1;
}

.review-card-header span,
.review-card small {
  color: var(--nxt-orange-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.review-card p {
  margin: 22px 0;
  color: var(--charcoal-soft);
  font-size: 16px;
  line-height: 1.65;
}

.products-section {
  padding: 82px 56px 86px;
  background-color: var(--surface);
}

.home-process {
  padding: 74px 56px;
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 44px;
  align-items: start;
  background: var(--charcoal);
  color: #ffffff;
}

.process-copy h2 {
  max-width: 560px;
  margin-top: 12px;
  color: #ffffff;
  font-size: 42px;
  line-height: 1.08;
}

.home-process .section-label {
  color: var(--nxt-orange);
}

.process-list {
  position: relative;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.process-list li {
  position: relative;
  z-index: 1;
  min-height: 220px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.06);
}

.process-list strong {
  display: block;
  margin: 22px 0 10px;
  color: #ffffff;
  font-size: 22px;
}

.process-list p {
  color: #d8d8d2;
  font-size: 14px;
  line-height: 1.6;
}

.home-faq {
  padding: 82px 56px 96px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(245, 245, 243, 0.92)),
    var(--surface-soft);
}

.home-faq .section-heading {
  max-width: 760px;
}

.faq-list {
  max-width: 980px;
  display: grid;
  gap: 10px;
}

.faq-item {
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(26, 26, 26, 0.05);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  min-height: 72px;
  padding: 0 20px 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 0;
  background: #ffffff;
  color: var(--charcoal);
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.faq-question span {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
}

.faq-question strong {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: var(--surface-soft);
  color: var(--nxt-orange-dark);
  font-size: 22px;
  line-height: 1;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.faq-item.is-open .faq-question strong {
  background: var(--nxt-orange);
  color: var(--charcoal);
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 360ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease;
}

.faq-answer > div {
  transform: translateY(-8px);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-answer p {
  max-width: 760px;
  padding: 0 22px 22px;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.7;
}

.faq-item.is-open .faq-answer {
  max-height: 260px;
  opacity: 1;
}

.faq-item.is-open .faq-answer > div {
  transform: translateY(0);
}

.home-contact {
  padding: 78px 56px 84px;
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
  gap: 42px;
  align-items: center;
  background: var(--charcoal);
  color: #ffffff;
}

.contact-copy {
  max-width: 720px;
}

.contact-copy .section-label {
  color: var(--nxt-orange);
}

.contact-copy h2 {
  max-width: 650px;
  margin: 12px 0 18px;
  color: #ffffff;
  font-size: 44px;
  line-height: 1.04;
}

.contact-copy p {
  max-width: 620px;
  color: #d8d8d2;
  font-size: 16px;
  line-height: 1.65;
}

.contact-card {
  display: grid;
  gap: 10px;
}

.contact-card a {
  min-height: 94px;
  padding: 20px 22px;
  display: grid;
  align-content: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  text-decoration: none;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.contact-card a:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 143, 25, 0.66);
  background: rgba(255, 143, 25, 0.12);
}

.contact-card span {
  color: var(--nxt-orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

.contact-card strong {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.section-heading {
  max-width: 620px;
  margin-bottom: 34px;
}

.section-heading h2 {
  margin-bottom: 12px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 370px));
  gap: 14px;
}

.product-card {
  position: relative;
  background-color: transparent;
  border: 0;
  perspective: 900px;
}

.product-placeholder {
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--product-photo-bg);
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: var(--radius-md);
}

.quote-section {
  margin: 0;
  padding: 70px 56px;
  background:
    linear-gradient(135deg, rgba(247, 147, 30, 0.13), rgba(247, 147, 30, 0) 36%),
    var(--charcoal);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.quote-section h2 {
  color: var(--off-white);
}

.quote-section p {
  max-width: 680px;
  margin-top: 14px;
  color: #cfcfcf;
}

.quote-section .section-label {
  color: var(--nxt-orange);
}

.page-navbar {
  position: relative;
  background: rgba(249, 249, 249, 0.98);
  border-bottom: 1px solid var(--border-soft);
}

.products-page {
  background-color: var(--surface);
}

.products-hero {
  padding: 50px 56px 40px;
  background: var(--surface-soft);
}

.products-hero h1 {
  max-width: 860px;
  margin: 16px 0 18px;
  color: var(--charcoal);
  font-size: 46px;
  line-height: 1.02;
  font-weight: 900;
}

.products-hero p:last-child {
  max-width: 720px;
  color: var(--text-soft);
  font-size: 17px;
  line-height: 1.7;
}

.product-showcase {
  padding: 54px 56px 82px;
}

.catalog-section {
  padding: 42px 56px 82px;
}

.product-listing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 370px));
  gap: 14px;
}

.product-listing-card {
  position: relative;
  background-color: transparent;
  border: 0;
  border-radius: var(--radius-md);
}

.save-product-button {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--charcoal);
  box-shadow: none;
  cursor: pointer;
  text-shadow: 0 1px 8px rgba(255, 255, 255, 0.9);
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.save-product-button::before {
  content: "\2661";
  font-size: 30px;
  line-height: 1;
  display: block;
}

.save-product-button:hover {
  transform: translateY(-1px) scale(1.06);
}

.save-product-button.is-saved {
  color: #e83f77;
}

.save-product-button.is-saved::before {
  content: "\2665";
}

.save-product-button.save-pop::before {
  animation: saveHeartPop 360ms cubic-bezier(0.18, 1.35, 0.35, 1);
}

@keyframes saveHeartPop {
  0% {
    transform: scale(0.82);
  }

  55% {
    transform: scale(1.28);
  }

  100% {
    transform: scale(1);
  }
}

.catalog-product-link,
.product-listing-card a {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  padding: 12px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(26, 26, 26, 0.05);
  text-align: left;
}

.catalog-image {
  min-height: 0;
  display: block;
  padding: 22px 18px;
  background-color: #f7f7f6;
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.catalog-image img {
  width: 100%;
  height: 240px;
  display: block;
  object-fit: contain;
}

.catalog-product-info {
  padding: 20px 6px 4px;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.catalog-product-info strong {
  color: var(--charcoal);
  font-size: 20px;
  line-height: 1.08;
  font-weight: 500;
}

.catalog-product-info span {
  color: var(--text-soft);
  font-size: 18px;
  line-height: 1.35;
}

.catalog-visibility-badges {
  display: flex !important;
  flex-wrap: wrap;
  gap: 6px;
}

.catalog-visibility-badges em {
  padding: 5px 7px;
  border: 1px solid rgba(247, 143, 25, 0.34);
  border-radius: var(--radius-sm);
  background: rgba(247, 143, 25, 0.12);
  color: var(--nxt-orange-dark);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 1.4px;
  line-height: 1;
  text-transform: uppercase;
}

.catalog-price {
  color: var(--charcoal) !important;
}

.catalog-price.is-sale {
  display: grid;
  gap: 3px;
}

.catalog-price.is-sale s {
  color: var(--text-muted);
  font-size: 13px;
}

.catalog-price.is-sale strong {
  color: #b42318;
  font-size: 18px;
}

.catalog-price.is-sale em,
.cart-sale-note {
  color: var(--nxt-orange-dark);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.catalog-action {
  display: inline-block;
  margin-top: 6px;
  color: var(--charcoal) !important;
  font-size: 19px !important;
  line-height: 1.2 !important;
  border-bottom: 1px solid rgba(26, 26, 26, 0.5);
}

.product-listing-card a:hover .catalog-product-info strong,
.product-card a:hover .catalog-product-info strong {
  color: var(--nxt-orange-dark);
}

.product-listing-card a:hover,
.product-card a:hover {
  transform: translateY(-2px);
}

.product-card:hover .catalog-product-link {
  transform: translateY(-6px) rotateX(1.5deg) rotateY(-1.5deg);
  box-shadow: 0 24px 48px rgba(26, 26, 26, 0.13);
}

.shop-product-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  gap: 30px;
  align-items: start;
  border: 0;
  background-color: transparent;
}

.shop-product-media {
  position: sticky;
  top: 116px;
  display: grid;
  gap: 12px;
}

.product-photo-stage {
  position: relative;
  min-height: 590px;
  background-color: #f2f2ef;
  overflow: hidden;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-soft);
}

.save-product-button-detail {
  top: 18px;
  right: 18px;
}

.product-photo-stage img,
.product-thumb-button img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.product-thumb-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.product-thumb-button {
  aspect-ratio: 1 / 1;
  padding: 0;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: #ffffff;
  overflow: hidden;
  cursor: pointer;
}

.product-thumb-button.is-active {
  border-color: var(--bold-black, #111111);
  box-shadow: none;
}

.shop-product-details {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product-story-panel,
.product-purchase-panel {
  padding: 26px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(26, 26, 26, 0.06);
}

.product-kicker {
  color: var(--nxt-orange-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.shop-product-details h1 {
  color: var(--charcoal);
  font-size: 48px;
  line-height: 1.05;
  font-weight: 900;
  margin-bottom: 16px;
}

.product-description {
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.7;
}

.product-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.product-specs div {
  padding: 18px;
  background-color: #ffffff;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
}

.product-specs dt,
.product-options h2 {
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.product-specs dd {
  margin-top: 8px;
  color: var(--charcoal);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.product-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.product-purchase-heading {
  margin-bottom: 22px;
}

.product-purchase-heading h2 {
  margin-top: 8px;
  color: var(--charcoal);
  font-size: 24px;
  line-height: 1.1;
  font-weight: 900;
}

.option-helper {
  margin: 8px 0 14px;
  color: var(--text-soft);
  font-size: 13px;
  line-height: 1.45;
}

.design-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.option-button,
.finish-select,
.catalog-close-button,
.design-catalog-item {
  font: inherit;
}

.option-button {
  min-height: 76px;
  padding: 14px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background-color: #ffffff;
  color: var(--charcoal);
  text-align: left;
  cursor: pointer;
}

.option-button span {
  display: block;
  margin-bottom: 7px;
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.option-button strong {
  display: block;
  font-size: 14px;
  line-height: 1.35;
}

.selected-design-preview {
  width: 100%;
  height: 118px;
  display: block;
  margin: 10px 0;
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  background: #ffffff;
  object-fit: contain;
}

.selected-design-preview[hidden] {
  display: none;
}

.option-button:hover,
.design-catalog-item:hover {
  background-color: #ececea;
}

.finish-select-label {
  display: block;
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.finish-select {
  width: 100%;
  min-height: 50px;
  padding: 0 42px 0 14px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background-color: #ffffff;
  color: var(--charcoal);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.design-catalog-panel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 50;
  width: min(50vw, 680px);
  height: 100vh;
  padding: 30px;
  background-color: #ffffff;
  box-shadow: -24px 0 60px rgba(26, 26, 26, 0.16);
  transform: translateX(104%);
  transition: transform 220ms ease;
  overflow-y: auto;
}

.design-catalog-panel.is-open {
  transform: translateX(0);
}

.design-catalog-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.design-catalog-header h2 {
  margin-top: 8px;
  color: var(--charcoal);
  font-size: 32px;
  line-height: 1.05;
  font-weight: 900;
}

.catalog-close-button {
  padding: 10px 14px;
  border: 0;
  border-radius: var(--radius-sm);
  background-color: var(--surface-soft);
  color: var(--charcoal);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.design-category-tabs {
  margin-bottom: 22px;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
}

.design-category-tabs button {
  flex: 0 0 auto;
  padding: 10px 13px;
  border: 0;
  border-radius: var(--radius-sm);
  background-color: var(--surface-soft);
  color: var(--charcoal);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.design-category-tabs button.is-active {
  background-color: var(--charcoal);
  color: var(--off-white);
}

.design-catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.design-catalog-item {
  min-height: 136px;
  padding: 18px;
  border: 0;
  border-radius: var(--radius-md);
  background-color: var(--surface-soft);
  color: var(--charcoal);
  text-align: left;
  cursor: pointer;
}

.design-catalog-item span,
.design-catalog-item em {
  display: block;
}

.design-catalog-item img {
  width: 100%;
  aspect-ratio: 16 / 10;
  margin-bottom: 14px;
  display: block;
  object-fit: contain;
  border-radius: var(--radius-sm);
  background: #ffffff;
}

.design-catalog-item span {
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.design-catalog-item strong {
  display: block;
  margin: 18px 0 8px;
  color: var(--nxt-orange-dark);
  font-size: 24px;
  line-height: 1;
}

.design-catalog-item em {
  color: var(--charcoal);
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.35;
}

.product-gallery {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.product-gallery img {
  height: 260px;
  background-color: var(--product-photo-bg);
  border: 0;
  border-radius: var(--radius-md);
}

.product-not-found {
  max-width: 720px;
  padding: 64px;
  border: 0;
  border-radius: var(--radius-md);
  background-color: var(--surface-soft);
}

.product-not-found h1 {
  margin: 14px 0 24px;
  color: var(--charcoal);
  font-size: 44px;
  line-height: 1.05;
  font-weight: 900;
}

.family-about {
  min-height: 100vh;
  padding: 170px 56px 80px;
  background-color: var(--surface-soft);
  display: grid;
  grid-template-columns: 0.82fr 1.28fr;
  gap: 54px;
  align-items: center;
}

.family-about-image img {
  width: 100%;
  height: 680px;
  display: block;
  object-fit: cover;
  border-radius: var(--radius-md);
}

.family-about-content {
  max-width: 760px;
}

.about-eyebrow {
  color: var(--nxt-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.family-about-content h1 {
  color: var(--charcoal);
  font-size: 58px;
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.family-about-content p {
  color: var(--charcoal-soft);
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 18px;
}

@media (max-width: 1000px) {
  .family-about {
    grid-template-columns: 1fr;
  }

  .shop-product-card {
    grid-template-columns: 1fr;
  }

  .shop-product-media {
    position: static;
  }

  .product-photo-stage {
    min-height: 420px;
  }

  .shop-product-details {
    padding: 0;
  }

  .family-about-image img {
    height: auto;
    max-height: 620px;
  }
}

@media (max-width: 900px) {
  .intro-section,
  .home-about,
  .home-process,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .intro-points,
  .service-grid,
  .process-list {
    grid-template-columns: 1fr;
  }

  .quote-section {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-specs,
  .product-listing-grid,
  .product-gallery {
    grid-template-columns: 1fr;
  }

  .product-gallery img {
    height: auto;
    aspect-ratio: 4 / 3;
  }
}

/* Mobile customer experience cleanup */
@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body:not(.admin-body) {
    font-size: 16px;
  }

  body:not(.admin-body) .navbar,
  body:not(.admin-body) .page-navbar,
  body:has(.hero-background-video) .navbar,
  body:has(.hero-background-video).is-header-scrolled .navbar {
    position: sticky;
    top: 0;
    min-height: 74px;
    padding: 10px 16px;
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    gap: 10px;
    align-items: center;
    background: rgba(255, 255, 255, 0.96) !important;
    border-bottom: 3px solid var(--bold-black);
    box-shadow: none;
    transform: none !important;
  }

  body:not(.admin-body) .brand {
    grid-column: 1;
    justify-self: start;
    text-align: left;
  }

  body:not(.admin-body) .brand p,
  body:not(.admin-body) .nav-left,
  body:not(.admin-body) .nav-right,
  body:not(.admin-body) .floating-shop-access {
    display: none !important;
  }

  body:not(.admin-body) .logo,
  body:has(.hero-background-video) .logo,
  body:has(.hero-background-video).is-header-scrolled .logo {
    width: 82px;
    margin: 0;
    filter: none;
  }

  body:not(.admin-body) .mobile-cart-link {
    grid-column: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 10px;
    border: 3px solid var(--bold-black);
    border-radius: 10px;
    background: #ffffff;
    color: var(--bold-black) !important;
    text-shadow: none !important;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0.5px;
    line-height: 1;
    white-space: nowrap;
  }

  body:not(.admin-body) .menu-button {
    grid-column: 4;
    width: 42px;
    height: 40px;
    display: grid;
    align-content: center;
    gap: 5px;
    padding: 0 9px;
    border: 3px solid var(--bold-black);
    border-radius: 10px;
    background: var(--bold-orange);
  }

  body:not(.admin-body) .menu-button span,
  body:has(.hero-background-video) .menu-button span,
  body:has(.hero-background-video).is-header-scrolled .menu-button span {
    width: 100%;
    height: 3px;
    display: block;
    border-radius: 999px;
    background: var(--bold-black);
  }

  body:not(.admin-body) .mobile-menu {
    grid-column: 1 / -1;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding-top: 10px;
  }

  body:not(.admin-body) .mobile-menu.is-open,
  body:not(.admin-body) .navbar.is-open .mobile-menu {
    display: grid;
  }

  body:not(.admin-body) .mobile-menu a {
    min-height: 42px;
    padding: 11px 12px;
    border: 3px solid var(--bold-black);
    border-radius: 10px;
    background: #ffffff;
    color: var(--bold-black);
    text-decoration: none;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.7px;
    text-align: center;
    text-transform: uppercase;
  }

  body:not(.admin-body) .hero,
  body:has(.hero-background-video) .hero {
    min-height: calc(100svh - 74px);
    padding: 84px 18px 42px;
    background-position: center;
  }

  body:not(.admin-body) .hero-shell,
  body:has(.hero-background-video) .hero-shell {
    min-height: auto;
    display: block;
  }

  body:not(.admin-body) .hero-content,
  body:has(.hero-background-video) .hero-content {
    max-width: 100%;
    padding: 0;
  }

  body:not(.admin-body) .hero h1,
  body:has(.hero-background-video) .hero h1 {
    max-width: 100%;
    font-size: clamp(42px, 13vw, 56px);
    line-height: 0.98;
    overflow-wrap: anywhere;
  }

  body:not(.admin-body) .hero-text {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.55;
  }

  body:not(.admin-body) .hero-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body:not(.admin-body) .hero-button,
  body:not(.admin-body) .secondary-button {
    width: 100%;
    min-height: 48px;
    justify-content: center;
    padding: 13px 16px;
    font-size: 12px;
  }

  body:not(.admin-body) .products-hero,
  body:not(.admin-body) .catalog-section,
  body:not(.admin-body) .product-showcase,
  body:not(.admin-body) .account-page,
  body:not(.admin-body) .cart-page,
  body:not(.admin-body) .policy-page,
  body:not(.admin-body) .faq-page,
  body:not(.admin-body) .family-about,
  body:not(.admin-body) .thank-you-page {
    width: 100%;
    padding: 28px 14px 44px !important;
  }

  body:not(.admin-body) .products-hero,
  body:not(.admin-body) .account-dashboard-header,
  body:not(.admin-body) .account-auth-copy,
  body:not(.admin-body) .policy-hero {
    padding-top: 26px !important;
  }

  body:not(.admin-body) .products-hero h1,
  body:not(.admin-body) .account-dashboard-header h1,
  body:not(.admin-body) .account-auth-copy h1,
  body:not(.admin-body) .policy-hero h1,
  body:not(.admin-body) .family-about-content h1,
  body:not(.admin-body) .shop-product-details h1 {
    font-size: clamp(34px, 11vw, 46px) !important;
    line-height: 1.02;
    overflow-wrap: anywhere;
  }

  body:not(.admin-body) .section-label {
    font-size: 11px;
    letter-spacing: 2px;
  }

  body:not(.admin-body) .product-listing-grid,
  body:not(.admin-body) .catalog-grid,
  body:not(.admin-body) .account-auth-grid,
  body:not(.admin-body) .account-dashboard-grid,
  body:not(.admin-body) .cart-layout,
  body:not(.admin-body) .shop-product-card,
  body:not(.admin-body) .family-about,
  body:not(.admin-body) .profile-details,
  body:not(.admin-body) .product-specs,
  body:not(.admin-body) .product-option-grid,
  body:not(.admin-body) .product-detail-page .product-purchase-panel {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body:not(.admin-body) .account-dashboard-header {
    gap: 12px;
    margin-bottom: 14px;
  }

  body:not(.admin-body) .account-dashboard-grid,
  body:not(.admin-body) .account-panels,
  body:not(.admin-body) .cart-layout,
  body:not(.admin-body) .cart-items,
  body:not(.admin-body) .orders-list {
    gap: 12px;
  }

  body:not(.admin-body) .account-menu {
    position: static;
    display: flex;
    gap: 8px;
    padding: 10px;
    overflow-x: auto;
    scrollbar-width: none;
    border-width: 3px !important;
    border-radius: 14px !important;
  }

  body:not(.admin-body) .account-menu::-webkit-scrollbar {
    display: none;
  }

  body:not(.admin-body) .account-menu a {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 11px 12px;
    border: 3px solid var(--bold-black);
    border-radius: 10px;
    background: #ffffff;
    font-size: 11px;
    letter-spacing: 0.5px;
    white-space: nowrap;
  }

  body:not(.admin-body) .account-panel,
  body:not(.admin-body) .account-form,
  body:not(.admin-body) .cart-items-panel,
  body:not(.admin-body) .cart-summary,
  body:not(.admin-body) .product-detail-page .shop-product-card,
  body:not(.admin-body) .product-purchase-panel,
  body:not(.admin-body) .product-option-card,
  body:not(.admin-body) .profile-details div,
  body:not(.admin-body) .account-record,
  body:not(.admin-body) .catalog-product-link,
  body:not(.admin-body) .product-listing-card a {
    padding: 16px !important;
    border-width: 3px !important;
    border-radius: 14px !important;
    box-shadow: none !important;
  }

  body:not(.admin-body) .account-panel h2,
  body:not(.admin-body) .cart-empty h2,
  body:not(.admin-body) .cart-summary h2,
  body:not(.admin-body) .cart-line-item h2 {
    font-size: clamp(24px, 8vw, 32px);
  }

  body:not(.admin-body) .account-cart-item,
  body:not(.admin-body) .cart-line-item {
    grid-template-columns: 86px minmax(0, 1fr) !important;
    gap: 12px;
    align-items: start;
    padding: 12px !important;
  }

  body:not(.admin-body) .cart-line-meta {
    grid-column: 1 / -1;
    width: 100%;
    justify-items: stretch;
    text-align: left;
  }

  body:not(.admin-body) .cart-line-meta button {
    width: 100%;
    min-height: 42px;
    border: 3px solid var(--bold-black);
    border-radius: 10px;
    background: #ffffff;
  }

  body:not(.admin-body) .account-cart-item img,
  body:not(.admin-body) .cart-line-item > img {
    width: 86px !important;
    height: 86px !important;
    min-width: 86px;
  }

  body:not(.admin-body) .account-cart-item-heading,
  body:not(.admin-body) .account-order-summary,
  body:not(.admin-body) .account-order-dropdown-content,
  body:not(.admin-body) .account-order-summary-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px;
  }

  body:not(.admin-body) .account-order-view-button {
    width: 100%;
    justify-content: space-between;
  }

  body:not(.admin-body) .account-cart-item-details,
  body:not(.admin-body) .cart-line-item p,
  body:not(.admin-body) .account-order-product-attributes {
    display: grid;
    gap: 6px;
  }

  body:not(.admin-body) .account-cart-item-heading strong,
  body:not(.admin-body) .cart-line-item h2,
  body:not(.admin-body) .catalog-product-info strong {
    font-size: 18px;
    line-height: 1.15;
  }

  body:not(.admin-body) .account-cart-item-heading span,
  body:not(.admin-body) .account-cart-item-details small,
  body:not(.admin-body) .cart-design-selection small,
  body:not(.admin-body) .profile-details dt,
  body:not(.admin-body) .account-record small {
    font-size: 10px;
    letter-spacing: 0.5px;
  }

  body:not(.admin-body) .product-detail-page .shop-product-media {
    position: static;
    border-radius: 14px 14px 0 0 !important;
  }

  body:not(.admin-body) .product-detail-page .product-photo-stage {
    min-height: 0;
    height: auto;
    aspect-ratio: 1 / 1;
    padding: 12px;
  }

  body:not(.admin-body) .product-detail-page .product-photo-stage img,
  body:not(.admin-body) .catalog-image img {
    max-width: 100%;
    height: auto;
    max-height: 260px;
    object-fit: contain;
  }

  body:not(.admin-body) .product-detail-page .shop-product-details {
    padding: 16px !important;
    border-top: 3px solid var(--bold-black) !important;
    border-left: 0 !important;
  }

  body:not(.admin-body) .product-thumb-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 10px !important;
  }

  body:not(.admin-body) .product-thumb-button {
    min-height: 78px;
  }

  body:not(.admin-body) .catalog-image {
    padding: 12px;
  }

  body:not(.admin-body) .catalog-product-info {
    padding: 14px 0 0;
  }

  body:not(.admin-body) .site-footer {
    width: 100%;
    padding: 18px 14px 24px;
    display: grid;
    gap: 12px;
    text-align: center;
  }

  body:not(.admin-body) .site-footer nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
}

/* Homepage category mosaic: image-led shop entry points under featured products. */
body:not(.admin-body) .home-category-mosaic {
  padding: 76px 56px 88px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  background:
    radial-gradient(circle at 50% 0%, rgba(247, 147, 30, 0.1), transparent 30rem),
    #f6f0e6;
}

body:not(.admin-body) .home-category-mosaic-heading {
  max-width: 980px;
  margin: 0 auto 34px;
  text-align: center;
}

body:not(.admin-body) .home-category-mosaic-heading div {
  display: grid;
  gap: 5px;
}

body:not(.admin-body) .home-category-mosaic-heading .section-label {
  color: #f7931e;
}

body:not(.admin-body) .home-category-mosaic-heading h2 {
  color: #111111;
  font-family: var(--font-body);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 950;
  letter-spacing: -1.6px;
  line-height: 1;
}

body:not(.admin-body) .home-category-mosaic-heading h2::after {
  content: "";
  width: 72px;
  height: 4px;
  margin: 14px auto 0;
  display: block;
  background: var(--bold-orange, #f7931e);
}

body:not(.admin-body) .home-category-mosaic-grid {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr;
  grid-template-rows: repeat(2, minmax(220px, 1fr));
  gap: 16px;
}

body:not(.admin-body) .home-category-mosaic-card {
  min-height: 0;
  position: relative;
  display: grid;
  place-items: end center;
  border: 2px solid #171717;
  border-radius: 14px;
  background: #dfd7ca;
  color: #111111;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(17, 17, 17, 0.12);
  isolation: isolate;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

body:not(.admin-body) .home-category-mosaic-card.is-lead {
  grid-row: 1 / 3;
}

body:not(.admin-body) .home-category-mosaic-card:last-child {
  grid-column: 2 / 4;
}

body:not(.admin-body) .home-category-mosaic-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.42) 100%);
}

body:not(.admin-body) .home-category-mosaic-card:hover {
  border-color: #f7931e;
  box-shadow: 0 20px 36px rgba(17, 17, 17, 0.18);
  transform: translateY(-3px);
}

body:not(.admin-body) .home-category-mosaic-card img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -2;
  display: block;
  object-fit: cover;
  transition: transform 360ms ease;
}

body:not(.admin-body) .home-category-mosaic-card:hover img {
  transform: scale(1.045);
}

body:not(.admin-body) .home-category-mosaic-card strong {
  margin: 18px;
  padding: 11px 15px;
  border: 2px solid #111111;
  border-radius: 5px;
  background: #fffdf8;
  box-shadow: 4px 4px 0 #111111;
  color: #111111;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0.35px;
  line-height: 1.1;
  text-align: center;
}

body:not(.admin-body) .home-category-mosaic-actions {
  width: 100%;
  max-width: 1240px;
  margin-top: 26px;
  margin-inline: auto;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 2px solid #171717;
  border-radius: 14px;
  background: #ffffff;
}

body:not(.admin-body) .home-category-mosaic-actions > strong {
  margin-right: auto;
  color: #171717;
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 950;
  line-height: 1.1;
}

body:not(.admin-body) .home-category-mosaic-actions .secondary-button {
  min-width: 260px;
  justify-content: center;
  text-align: center;
}

@media (max-width: 760px) {
  body:not(.admin-body) .home-category-mosaic {
    padding: 54px 18px 62px;
  }

  body:not(.admin-body) .home-category-mosaic-heading {
    margin-bottom: 24px;
    gap: 12px;
  }

  body:not(.admin-body) .home-category-mosaic-heading h2 {
    font-size: clamp(32px, 10vw, 42px);
    letter-spacing: -0.8px;
  }

  body:not(.admin-body) .home-category-mosaic-heading h2::after {
    width: 58px;
    height: 4px;
    margin-top: 10px;
  }

  body:not(.admin-body) .home-category-mosaic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(290px, 1fr) repeat(2, minmax(178px, 1fr));
    gap: 12px;
  }

  body:not(.admin-body) .home-category-mosaic-card.is-lead {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  body:not(.admin-body) .home-category-mosaic-card:last-child {
    grid-column: 1 / -1;
  }

  body:not(.admin-body) .home-category-mosaic-card strong {
    margin: 12px;
    padding: 9px 11px;
    font-size: 12px;
    box-shadow: 3px 3px 0 #111111;
  }

  body:not(.admin-body) .home-category-mosaic-actions {
    margin-top: 20px;
    padding: 14px;
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  body:not(.admin-body) .home-category-mosaic-actions > strong {
    margin-right: 0;
  }

  body:not(.admin-body) .home-category-mosaic-actions .secondary-button {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 420px) {
  body:not(.admin-body) .mobile-cart-link {
    padding-inline: 8px;
    font-size: 10px;
  }

  body:not(.admin-body) .menu-button {
    width: 40px;
  }

  body:not(.admin-body) .hero h1,
  body:has(.hero-background-video) .hero h1 {
    font-size: clamp(38px, 12vw, 48px);
  }

  body:not(.admin-body) .account-cart-item,
  body:not(.admin-body) .cart-line-item {
    grid-template-columns: 72px minmax(0, 1fr) !important;
  }

  body:not(.admin-body) .account-cart-item img,
  body:not(.admin-body) .cart-line-item > img {
    width: 72px !important;
    height: 72px !important;
    min-width: 72px;
  }
}

@media (max-width: 700px) {
  .account-order-status-grid,
  .admin-dashboard-cards,
  .admin-dashboard-split {
    grid-template-columns: 1fr;
  }

  .admin-dashboard-chart-controls {
    flex-direction: column;
    align-items: stretch;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-abandoned-cart {
    grid-template-columns: 1fr;
  }

  .navbar {
    min-height: 92px;
    padding: 14px 18px 24px;
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    gap: 14px;
  }

  .brand {
    grid-column: 1;
    justify-self: start;
    text-align: left;
  }

  .logo {
    width: 72px;
    margin: 0;
  }

  .brand p {
    margin-top: 4px;
    font-size: 10px;
    letter-spacing: 1.4px;
  }

  .nav-left,
  .nav-right {
    display: none;
  }

  .mobile-cart-link {
    display: block;
    grid-column: 3;
    justify-self: end;
    font-size: 12px;
    letter-spacing: 0.5px;
    white-space: nowrap;
  }

  .menu-button {
    grid-column: 4;
    width: 40px;
    height: 34px;
    border: 1px solid rgba(26, 26, 26, 0.35);
    background: rgba(249, 249, 249, 0.46);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 0 9px;
    cursor: pointer;
    border-radius: var(--radius-sm);
  }

  .menu-button span {
    width: 100%;
    height: 2px;
    background-color: var(--charcoal);
    display: block;
  }

  .mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(249, 249, 249, 0.98);
    border-top: 1px solid var(--border-color);
    display: none;
    flex-direction: column;
    padding: 14px 18px;
    z-index: 10;
  }

  .mobile-menu.is-open {
    display: flex;
  }

  .mobile-menu a {
    color: var(--charcoal);
    text-decoration: none;
    padding: 14px 0;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--border-soft);
  }

  .mobile-auth-button {
    width: 100%;
    min-height: 46px;
    padding: 14px 0;
    text-align: left;
    border-bottom: 1px solid var(--border-soft);
  }

  .mobile-menu a:last-child {
    border-bottom: none;
  }

  .mobile-menu a:hover {
    color: var(--nxt-orange);
  }

  .auth-modal {
    align-items: end;
    padding: 0;
  }

  .auth-panel {
    width: 100%;
    max-height: 92vh;
    overflow: auto;
    border-radius: 8px 8px 0 0;
    padding: 26px 22px 28px;
  }

  .auth-panel h2 {
    font-size: 28px;
  }

  .hero {
    min-height: 650px;
    padding: 150px 22px 96px;
    background-image: linear-gradient(
        90deg,
        rgba(249, 249, 249, 0.98) 0%,
        rgba(249, 249, 249, 0.9) 62%,
        rgba(249, 249, 249, 0.62) 100%
      ),
      var(--hero-image, url("images/banner.png"));
    background-position: center;
  }

  .hero::after {
    height: 96px;
  }

  .hero h1 {
    font-size: 44px;
    line-height: 1.04;
  }

  .hero-text {
    font-size: 16px;
  }

  .intro-section,
  .home-about,
  .home-reviews,
  .home-faq,
  .home-contact,
  .home-services,
  .home-process,
  .products-section,
  .quote-section,
  .products-hero,
  .catalog-section,
  .product-showcase,
  .account-page,
  .admin-page {
    padding-left: 22px;
    padding-right: 22px;
  }

  .intro-copy h2,
  .home-about-content h2,
  .process-copy h2,
  .section-heading h2,
  .quote-section h2 {
    font-size: 30px;
  }

  .service-tile,
  .process-list li {
    min-height: auto;
  }

  .home-about-image img {
    height: auto;
    max-height: 520px;
  }

  .review-grid {
    grid-template-columns: 1fr;
  }

  .review-card {
    min-height: auto;
  }

  .home-contact {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .contact-copy h2 {
    font-size: 30px;
  }

  .contact-card strong {
    font-size: 18px;
  }

  .faq-question {
    min-height: 64px;
    padding: 0 14px;
  }

  .faq-question span {
    font-size: 16px;
  }

  .faq-answer p {
    padding: 0 14px 18px;
  }

  .products-hero {
    padding-top: 48px;
    padding-bottom: 38px;
  }

  .products-hero h1 {
    font-size: 38px;
  }

  .product-showcase {
    padding-top: 32px;
    padding-bottom: 56px;
  }

  .account-page {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .account-auth,
  .account-auth-grid,
  .account-dashboard-grid,
  .profile-details {
    grid-template-columns: 1fr;
  }

  .account-auth {
    gap: 28px;
  }

  .account-auth-copy {
    padding-top: 0;
  }

  .account-auth-copy h1,
  .account-dashboard-header h1 {
    font-size: 40px;
  }

  .account-form,
  .account-panel {
    padding: 22px;
  }

  .account-auth-grid {
    border-radius: 8px;
  }

  .account-form {
    min-height: auto;
  }

  .account-form-muted {
    border-top: 1px solid rgba(26, 26, 26, 0.1);
    border-left: 0;
  }

  .account-login-form .hero-button {
    margin-top: 8px;
  }

  .account-dashboard-header {
    flex-direction: column;
  }

  .account-top-actions,
  .account-bottom-actions {
    width: 100%;
    justify-content: stretch;
  }

  .account-top-actions .secondary-button,
  .account-bottom-actions .secondary-button {
    flex: 1 1 180px;
  }

  .account-menu {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .account-record {
    grid-template-columns: 1fr;
  }

  .admin-page {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .admin-hero h1 {
    font-size: 40px;
  }

  .admin-toolbar {
    flex-direction: column;
  }

  .admin-grid {
    grid-template-columns: 1fr;
  }

  .admin-product-layout,
  .admin-site-faq-editor,
  .admin-form-grid,
  .admin-inline-control,
  .admin-finish-row,
  .admin-link-row,
  .admin-catalog-image-row,
  .admin-design-preview {
    grid-template-columns: 1fr;
  }

  .admin-link-row img {
    width: 100%;
    height: 150px;
  }

  .admin-drag-handle {
    width: 100%;
  }

  .admin-catalog-image-row img {
    width: 100%;
    height: 150px;
  }

  .admin-tabs {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }

  .admin-workspace,
  .admin-locked {
    padding: 22px;
  }

  .cart-page {
    padding: 128px 22px 54px;
  }

  .cart-hero h1 {
    font-size: 40px;
  }

  .cart-layout,
  .cart-line-item,
  .thank-you-panel {
    grid-template-columns: 1fr;
  }

  .thank-you-page {
    display: block;
  }

  .thank-you-page::before {
    width: 340px;
    height: 340px;
  }

  .thank-you-hero,
  .thank-you-card {
    padding: 28px;
  }

  .thank-you-hero {
    min-height: auto;
  }

  .thank-you-card {
    margin: 0;
    border-radius: 0;
  }

  .thank-you-support {
    margin-top: 14px;
    grid-template-columns: 1fr;
  }

  .cart-summary {
    position: static;
  }

  .cart-line-meta {
    justify-items: start;
  }

  .shop-product-card {
    gap: 0;
  }

  .shop-product-media {
    min-height: auto;
  }

  .product-photo-stage {
    min-height: 320px;
  }

  .shop-product-details {
    padding: 0;
  }

  .shop-product-details h1 {
    font-size: 32px;
  }

  .product-options {
    grid-template-columns: 1fr;
  }

  .design-choice-grid,
  .design-catalog-grid {
    grid-template-columns: 1fr;
  }

  .design-catalog-panel {
    top: auto;
    bottom: 0;
    width: 100vw;
    max-width: none;
    height: 88vh;
    padding: 22px;
    border-radius: 8px 8px 0 0;
    transform: translateY(104%);
  }

  .design-catalog-panel.is-open {
    transform: translateY(0);
  }

  .design-catalog-header {
    gap: 14px;
    margin-bottom: 16px;
  }

  .design-catalog-header h2 {
    font-size: 26px;
  }

  .catalog-close-button {
    padding: 9px 11px;
  }

  .design-category-tabs {
    margin-left: -2px;
    margin-right: -2px;
  }

  .design-category-tabs button {
    padding: 9px 11px;
    font-size: 12px;
  }

  .product-placeholder {
    min-height: 220px;
  }

  .family-about {
    padding: 130px 22px 56px;
    gap: 30px;
  }

  .family-about-image img {
    border-radius: 8px;
  }

  .about-eyebrow {
    font-size: 11px;
    letter-spacing: 2.8px;
  }

  .family-about-content h1 {
    font-size: 40px;
  }

  .family-about-content p {
    font-size: 14px;
  }
}

/* Dark admin redesign */
.admin-body {
  --admin-bg: #0b0e11;
  --admin-panel: #12171d;
  --admin-panel-soft: #171d24;
  --admin-panel-strong: #1d252d;
  --admin-line: rgba(255, 255, 255, 0.1);
  --admin-line-strong: rgba(247, 147, 30, 0.42);
  --admin-text: #f2f4f5;
  --admin-muted: #9aa4ad;
  --admin-dim: #68737d;
  --admin-input: #0e1318;
  --admin-warn: #ffb15f;
  background: var(--admin-bg);
  color: var(--admin-text);
  overflow-x: hidden;
}

.admin-body .page-navbar {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 86px;
  padding: 14px 34px;
  background:
    linear-gradient(180deg, rgba(11, 14, 17, 0.98), rgba(11, 14, 17, 0.86)),
    var(--admin-bg);
  border-bottom: 1px solid var(--admin-line);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
}

.admin-body .brand p,
.admin-body .nav-left a,
.admin-body .nav-right a,
.admin-body .mobile-cart-link,
.admin-body .account-link {
  color: var(--admin-text);
}

.admin-body .logo {
  width: 76px;
}

.admin-body .brand p {
  margin-top: 4px;
  font-size: 11px;
  letter-spacing: 1.8px;
}

.admin-body .admin-page {
  padding: 34px clamp(18px, 3vw, 42px) 46px;
  background:
    linear-gradient(180deg, rgba(247, 147, 30, 0.09), transparent 250px),
    radial-gradient(circle at 18% 0%, rgba(247, 147, 30, 0.1), transparent 360px),
    var(--admin-bg);
}

.admin-body .admin-hero-command {
  max-width: none;
  margin: 0 0 18px;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
  border: 1px solid var(--admin-line);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
    var(--admin-panel);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.admin-body .admin-hero-command h1 {
  margin: 0;
  color: var(--admin-text);
  font-family: var(--font-display);
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 650;
}

.admin-body .admin-hero-command p:not(.section-label) {
  max-width: 760px;
  margin: 0;
  color: var(--admin-muted);
  font-size: 14px;
  line-height: 1.5;
}

.admin-body .section-label,
.admin-body .eyebrow {
  color: var(--nxt-orange);
}

.admin-body .admin-locked,
.admin-body .admin-workspace-command {
  border: 1px solid var(--admin-line);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
    var(--admin-panel);
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.32);
}

.admin-body .admin-locked {
  color: var(--admin-text);
}

.admin-body .admin-locked h2,
.admin-body .admin-toolbar h2 {
  color: var(--admin-text);
}

.admin-body .admin-locked p,
.admin-body .admin-toolbar p,
.admin-body .admin-panel p,
.admin-body .admin-empty-note {
  color: var(--admin-muted);
}

.admin-body .admin-workspace-command {
  padding: 14px;
  display: grid;
  grid-template-columns: 284px minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.admin-body .admin-workspace-command[hidden] {
  display: none;
}

.admin-body .admin-toolbar-command {
  grid-column: 1 / -1;
  margin: 0;
  padding: 16px 18px;
  align-items: center;
  border: 1px solid var(--admin-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
}

.admin-body .admin-toolbar-command h2 {
  margin-top: 4px;
  font-family: var(--font-display);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 650;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.admin-body [data-admin-status] {
  max-width: 360px;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid rgba(247, 147, 30, 0.2);
  border-radius: 999px;
  background: rgba(247, 147, 30, 0.1);
  color: var(--admin-warn);
  font-size: 12px;
  font-weight: 900;
}

.admin-body .admin-tabs-command {
  grid-column: 1;
  grid-row: 2;
  position: sticky;
  top: 104px;
  max-height: calc(100vh - 124px);
  margin: 0;
  padding: 12px;
  display: grid;
  gap: 6px;
  overflow: auto;
  border: 1px solid var(--admin-line);
  border-radius: 10px;
  background: rgba(5, 8, 11, 0.56);
  scrollbar-color: rgba(247, 147, 30, 0.5) rgba(255, 255, 255, 0.06);
  scrollbar-width: thin;
}

.admin-body .admin-tabs-command::-webkit-scrollbar,
.admin-body .admin-product-list::-webkit-scrollbar {
  width: 8px;
}

.admin-body .admin-tabs-command::-webkit-scrollbar-track,
.admin-body .admin-product-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}

.admin-body .admin-tabs-command::-webkit-scrollbar-thumb,
.admin-body .admin-product-list::-webkit-scrollbar-thumb {
  background: rgba(247, 147, 30, 0.48);
  border-radius: 999px;
}

.admin-body .admin-menu-heading {
  padding: 8px 8px 10px;
  display: grid;
  gap: 2px;
  border-bottom: 1px solid var(--admin-line);
  margin-bottom: 4px;
}

.admin-body .admin-menu-heading span {
  color: var(--admin-text);
  font-size: 13px;
  font-weight: 900;
}

.admin-body .admin-menu-heading small {
  color: var(--admin-dim);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.admin-body .admin-tabs-command button {
  width: 100%;
  min-height: 58px;
  padding: 9px 10px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  grid-template-areas:
    "num title"
    "num meta";
  gap: 2px 10px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: var(--admin-muted);
  text-align: left;
  box-shadow: none;
}

.admin-body .admin-tabs-command button span {
  grid-area: num;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid var(--admin-line);
  border-radius: 7px;
  color: var(--admin-dim);
  font-size: 10px;
  font-weight: 900;
}

.admin-body .admin-tabs-command button strong,
.admin-body .admin-tabs-command button small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-body .admin-tabs-command button strong {
  grid-area: title;
  color: inherit;
  font-size: 13px;
  line-height: 1.1;
}

.admin-body .admin-tabs-command button small {
  grid-area: meta;
  color: var(--admin-dim);
  font-size: 11px;
  font-weight: 800;
}

.admin-body .admin-tabs-command button:hover {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
  color: var(--admin-text);
}

.admin-body .admin-tabs-command button.is-active {
  border-color: var(--admin-line-strong);
  background:
    linear-gradient(135deg, rgba(247, 147, 30, 0.22), rgba(247, 147, 30, 0.06)),
    rgba(255, 255, 255, 0.055);
  color: var(--admin-text);
  box-shadow:
    inset 3px 0 0 var(--nxt-orange),
    0 12px 28px rgba(0, 0, 0, 0.24);
}

.admin-body .admin-tabs-command button.is-active span {
  border-color: rgba(247, 147, 30, 0.55);
  background: rgba(247, 147, 30, 0.2);
  color: var(--nxt-orange);
}

.admin-body .admin-panel-shell {
  grid-column: 2;
  grid-row: 2;
  min-width: 0;
}

.admin-body .admin-product-layout {
  grid-template-columns: minmax(240px, 0.3fr) minmax(0, 1fr);
  gap: 14px;
}

.admin-body .admin-dashboard-layout {
  grid-template-columns: minmax(0, 1fr);
}

.admin-body .admin-site-faq-editor {
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr);
}

.admin-body .admin-product-list,
.admin-body .admin-product-form,
.admin-body .admin-link-manager,
.admin-body .admin-finish-editor,
.admin-body .admin-catalog-picker,
.admin-body .admin-media-picker-menu-panel {
  border: 1px solid var(--admin-line);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    var(--admin-panel);
  box-shadow: none;
}

.admin-body .admin-product-list {
  padding: 14px;
  align-self: start;
  max-height: calc(100vh - 124px);
  overflow: auto;
}

.admin-body .admin-product-form {
  padding: 18px;
  gap: 14px;
}

.admin-body .admin-link-manager,
.admin-body .admin-finish-editor,
.admin-body .admin-catalog-picker,
.admin-body .admin-dashboard-chart-panel {
  padding: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    var(--admin-panel-soft);
}

.admin-body .admin-list-heading {
  margin-bottom: 12px;
}

.admin-body .admin-list-heading h3,
.admin-body .admin-subsection-heading h3 {
  color: var(--admin-text);
  font-family: var(--font-display);
  font-size: clamp(20px, 1.8vw, 28px);
  font-weight: 650;
}

.admin-body .admin-subsection-heading {
  margin-bottom: 12px;
  align-items: start;
}

.admin-body .admin-subsection-heading p:not(.section-label),
.admin-body .admin-subsection-heading small,
.admin-body .admin-catalog-slot-header small {
  color: var(--admin-muted);
}

.admin-body .admin-product-row,
.admin-body .admin-order-row,
.admin-body .admin-summary-row,
.admin-body .admin-finish-row,
.admin-body .admin-priced-option-row,
.admin-body .admin-link-row,
.admin-body .admin-catalog-image-row,
.admin-body .admin-catalog-choice,
.admin-body .admin-product-form .admin-product-check,
.admin-body .admin-product-form .admin-checkbox-line,
.admin-body .admin-dashboard-card,
.admin-body .admin-order-item,
.admin-body .admin-order-design-card,
.admin-body .admin-email-contact,
.admin-body .admin-media-tile,
.admin-body .admin-media-picker-option,
.admin-body .admin-media-picker-preview,
.admin-body .admin-file-drop,
.admin-body .admin-site-menu button,
.admin-body .admin-email-menu-button {
  border-color: var(--admin-line);
  background: var(--admin-panel-strong);
  color: var(--admin-text);
  box-shadow: none;
}

.admin-body .admin-product-row {
  min-height: 72px;
  margin-bottom: 7px;
  padding: 9px 10px 9px 18px;
}

.admin-body .admin-product-row:hover,
.admin-body .admin-media-tile:hover,
.admin-body .admin-media-picker-option:hover,
.admin-body .admin-site-menu button:hover,
.admin-body .admin-email-menu-button:hover {
  border-color: rgba(247, 147, 30, 0.34);
  background: #222b34;
}

.admin-body .admin-product-row.is-active,
.admin-body .admin-product-row.is-selected,
.admin-body .admin-site-menu button.is-active,
.admin-body .admin-email-menu-button.is-active {
  border-color: var(--admin-line-strong);
  background: rgba(247, 147, 30, 0.12);
  box-shadow: inset 3px 0 0 var(--nxt-orange);
}

.admin-body .admin-product-row strong,
.admin-body .admin-order-row strong,
.admin-body .admin-summary-row strong,
.admin-body .admin-product-check strong,
.admin-body .admin-catalog-choice strong,
.admin-body .admin-catalog-image-meta strong,
.admin-body .admin-dashboard-card strong,
.admin-body .admin-order-meta strong,
.admin-body .admin-order-item strong,
.admin-body .admin-media-tile strong,
.admin-body .admin-media-picker-option strong,
.admin-body .admin-media-preview strong,
.admin-body .admin-media-picker-preview strong,
.admin-body .admin-access-row strong {
  color: var(--admin-text);
}

.admin-body .admin-product-row small,
.admin-body .admin-product-row em,
.admin-body .admin-order-row em,
.admin-body .admin-summary-row em,
.admin-body .admin-product-check small,
.admin-body .admin-catalog-choice small,
.admin-body .admin-catalog-image-meta small,
.admin-body .admin-dashboard-card span,
.admin-body .admin-dashboard-card small,
.admin-body .admin-order-meta,
.admin-body .admin-order-meta span,
.admin-body .admin-order-meta small,
.admin-body .admin-order-item small,
.admin-body .admin-email-contact span,
.admin-body .admin-email-contact small,
.admin-body .admin-media-tile small,
.admin-body .admin-media-picker-option small,
.admin-body .admin-media-preview,
.admin-body .admin-media-preview small,
.admin-body .admin-media-picker-preview,
.admin-body .admin-media-picker-preview small {
  color: var(--admin-muted);
}

.admin-body .admin-product-row img,
.admin-body .admin-link-row img,
.admin-body .admin-catalog-choice img,
.admin-body .admin-catalog-image-row img,
.admin-body .admin-media-tile img,
.admin-body .admin-media-picker-option img,
.admin-body .admin-media-preview img,
.admin-body .admin-media-picker-preview img,
.admin-body .admin-order-design-card img,
.admin-body .admin-product-image-empty {
  background: #0b0e11;
  border-color: var(--admin-line);
}

.admin-body .admin-dashboard-cards {
  grid-template-columns: repeat(5, minmax(130px, 1fr));
  gap: 10px;
}

.admin-body .admin-dashboard-card {
  padding: 14px;
  min-height: 104px;
}

.admin-body .admin-dashboard-card strong {
  font-size: clamp(22px, 2vw, 30px);
}

.admin-body .admin-dashboard-chart-grid {
  stroke: rgba(255, 255, 255, 0.1);
}

.admin-body .admin-dashboard-chart-summary span {
  border-color: var(--admin-line);
  background: rgba(255, 255, 255, 0.055);
  color: var(--admin-text);
}

.admin-body .admin-dashboard-chart-axis {
  fill: var(--admin-muted);
}

.admin-body .admin-dashboard-chart-point {
  fill: var(--admin-bg);
}

.admin-body .admin-form-grid,
.admin-body .admin-upload-row {
  gap: 10px;
}

.admin-body .admin-product-form label,
.admin-body .admin-file-control,
.admin-body .admin-file-drop {
  color: var(--admin-muted);
  letter-spacing: 0.8px;
}

.admin-body .admin-product-form input,
.admin-body .admin-product-form select,
.admin-body .admin-product-form textarea {
  min-height: 42px;
  border-color: var(--admin-line);
  background: var(--admin-input);
  color: var(--admin-text);
}

.admin-body .admin-product-form input::placeholder,
.admin-body .admin-product-form textarea::placeholder {
  color: var(--admin-dim);
}

.admin-body .admin-product-form input:focus,
.admin-body .admin-product-form select:focus,
.admin-body .admin-product-form textarea:focus {
  outline: 2px solid rgba(247, 147, 30, 0.34);
  border-color: rgba(247, 147, 30, 0.64);
}

.admin-body .admin-checkbox-line input,
.admin-body .admin-product-check input,
.admin-body input[type="checkbox"] {
  accent-color: var(--nxt-orange);
}

.admin-body .admin-inline-control button,
.admin-body .admin-subsection-heading button,
.admin-body .admin-finish-row button,
.admin-body .admin-priced-option-row button,
.admin-body .admin-link-row button,
.admin-body .admin-list-heading button,
.admin-body .secondary-button {
  border-color: var(--admin-line);
  background: #202832;
  color: var(--admin-text);
}

.admin-body .admin-inline-control button:hover,
.admin-body .admin-subsection-heading button:hover,
.admin-body .admin-finish-row button:hover,
.admin-body .admin-priced-option-row button:hover,
.admin-body .admin-link-row button:hover,
.admin-body .admin-list-heading button:hover,
.admin-body .secondary-button:hover {
  border-color: rgba(247, 147, 30, 0.42);
  background: #29333e;
}

.admin-body .hero-button {
  border-color: var(--nxt-orange);
  background: var(--nxt-orange);
  color: #15100a;
}

.admin-body .hero-button:hover {
  border-color: #ffad4e;
  background: #ffad4e;
}

.admin-body .admin-actions {
  gap: 10px;
  padding-top: 4px;
}

.admin-body .admin-actions p {
  color: var(--admin-muted);
}

.admin-body .admin-actions p.is-error {
  color: #ff806c;
}

.admin-body .admin-media-picker-menu {
  background: rgba(0, 0, 0, 0.72);
}

.admin-body .site-footer {
  background: transparent;
  border-top: 3px solid var(--admin-final-black, #111111);
  color: var(--admin-final-black, #111111);
}

.admin-body .site-footer a,
.admin-body .site-footer span {
  color: var(--admin-final-black, #111111);
}

.admin-return-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 74px;
  padding: 14px clamp(18px, 3vw, 42px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--admin-line);
  background:
    linear-gradient(180deg, rgba(11, 14, 17, 0.98), rgba(11, 14, 17, 0.9)),
    var(--admin-bg);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
}

.admin-return-link {
  min-height: 44px;
  padding: 0 15px 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--admin-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--admin-text);
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.admin-return-link span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--nxt-orange);
  color: #15100a;
  font-size: 18px;
  line-height: 1;
}

.admin-return-link:hover {
  border-color: rgba(247, 147, 30, 0.52);
  background: rgba(247, 147, 30, 0.12);
  transform: translateY(-1px);
}

.admin-return-brand {
  display: inline-grid;
  justify-items: end;
  gap: 3px;
  color: var(--admin-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.admin-return-brand img {
  width: 78px;
  height: auto;
  display: block;
}

.admin-product-redesign-form {
  align-content: start;
}

.admin-product-editor-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: 12px;
  align-items: start;
}

.admin-editor-card {
  min-width: 0;
  padding: 16px;
  display: grid;
  gap: 12px;
  border: 1px solid var(--admin-line);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.014)),
    var(--admin-panel-soft);
}

.admin-editor-card-wide {
  grid-column: 1 / -1;
}

.admin-form-grid-compact {
  gap: 10px;
}

.admin-toggle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.admin-body .admin-editor-card .admin-subsection-heading {
  margin-bottom: 0;
  display: grid;
  gap: 4px;
}

.admin-body .admin-editor-card .admin-subsection-heading p:not(.section-label) {
  max-width: none;
}

.admin-body .admin-editor-card .admin-subsection-heading h3 {
  font-size: clamp(19px, 1.45vw, 24px);
}

.admin-sell-card .admin-form-grid {
  grid-template-columns: 1fr;
}

.admin-body .admin-product-redesign-form textarea {
  min-height: 84px;
}

.admin-body .admin-toggle-grid .admin-checkbox-line {
  min-height: 52px;
}

@media (max-width: 1240px) {
  .admin-body .admin-workspace-command {
    grid-template-columns: 1fr;
  }

  .admin-body .admin-tabs-command,
  .admin-body .admin-panel-shell {
    grid-column: 1;
    grid-row: auto;
  }

  .admin-body .admin-tabs-command {
    position: static;
    max-height: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .admin-body .admin-menu-heading {
    grid-column: 1 / -1;
  }

  .admin-body .admin-product-layout,
  .admin-body .admin-site-faq-editor,
  .admin-product-editor-grid {
    grid-template-columns: 1fr;
  }

  .admin-body .admin-product-list {
    max-height: none;
  }
}

@media (max-width: 760px) {
  .admin-body .page-navbar {
    padding: 12px 18px;
  }

  .admin-body .admin-page {
    padding: 22px 12px 34px;
  }

  .admin-body .admin-hero-command,
  .admin-body .admin-workspace-command,
  .admin-body .admin-toolbar-command,
  .admin-body .admin-product-list,
  .admin-body .admin-product-form,
  .admin-body .admin-link-manager,
  .admin-body .admin-finish-editor,
  .admin-body .admin-catalog-picker,
  .admin-body .admin-dashboard-chart-panel {
    padding: 14px;
  }

  .admin-body .admin-toolbar-command,
  .admin-body .admin-subsection-heading,
  .admin-body .admin-list-heading {
    display: grid;
    align-items: start;
  }

  .admin-body .admin-tabs-command {
    grid-template-columns: 1fr;
  }

  .admin-body .admin-dashboard-cards,
  .admin-body .admin-dashboard-split,
  .admin-body .admin-form-grid,
  .admin-toggle-grid,
  .admin-body .admin-upload-row,
  .admin-body .admin-media-editor-layout,
  .admin-body .admin-inline-control {
    grid-template-columns: 1fr;
  }

  .admin-body .admin-finish-row,
  .admin-body .admin-link-row,
  .admin-body .admin-catalog-image-row {
    grid-template-columns: 1fr;
  }

  .admin-return-header {
    min-height: 68px;
    padding: 12px;
  }

  .admin-return-brand img {
    width: 64px;
  }

  .admin-return-link strong {
    display: none;
  }

  .admin-return-link {
    padding: 0 8px;
  }
}

/* Admin redesign v3: accordion editor with sticky context */
.admin-body .admin-product-redesign-form {
  padding: 0;
  gap: 0;
  overflow: visible;
  background: transparent;
  border: 0;
}

.admin-body .admin-selected-context {
  position: sticky;
  top: 0;
  z-index: 8;
  min-height: 74px;
  padding: 12px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border: 1px solid var(--admin-line-strong);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(247, 147, 30, 0.18), rgba(247, 147, 30, 0.04)),
    #111820;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.25);
}

.admin-body .admin-selected-context img,
.admin-body .admin-selected-context .admin-product-image-empty {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border: 1px solid var(--admin-line);
  border-radius: 7px;
  background: #0b1016;
}

.admin-body .admin-selected-context small,
.admin-body .admin-selected-context strong,
.admin-body .admin-selected-context em {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-body .admin-selected-context small {
  color: var(--nxt-orange);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.admin-body .admin-selected-context strong {
  margin-top: 2px;
  color: var(--admin-text);
  font-size: 17px;
  font-weight: 900;
}

.admin-body .admin-selected-context em {
  margin-top: 3px;
  color: var(--admin-muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.admin-body .admin-product-editor-grid {
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 10px;
}

.admin-body .admin-accordion {
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}

.admin-body .admin-accordion > summary {
  min-height: 62px;
  padding: 12px 44px 12px 14px;
  display: block;
  position: relative;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.admin-body .admin-accordion > summary::-webkit-details-marker {
  display: none;
}

.admin-body .admin-accordion > summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid var(--admin-line);
  border-radius: 999px;
  color: var(--nxt-orange);
  font-size: 18px;
  font-weight: 900;
  transform: translateY(-50%);
}

.admin-body .admin-accordion[open] > summary::after {
  content: "-";
}

.admin-body .admin-accordion > summary:hover {
  background: rgba(255, 255, 255, 0.035);
}

.admin-body .admin-accordion .admin-subsection-heading {
  margin: 0;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.7fr);
  align-items: center;
}

.admin-body .admin-accordion .admin-subsection-heading p:not(.section-label) {
  margin: 0;
  color: var(--admin-muted);
  font-size: 12px;
}

.admin-body .admin-accordion .admin-subsection-heading h3 {
  margin: 2px 0 0;
}

.admin-body .admin-accordion-body {
  padding: 0 14px 14px;
  display: grid;
  gap: 10px;
}

.admin-body .admin-accordion:not([open]) {
  background: #101720;
}

.admin-body .admin-accordion:not([open]) .admin-subsection-heading p:not(.section-label) {
  color: var(--admin-dim);
}

.admin-body .admin-sell-card .admin-form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-body .admin-link-manager.admin-accordion,
.admin-body .admin-finish-editor.admin-accordion,
.admin-body .admin-catalog-picker.admin-accordion {
  margin-top: 8px;
}

.admin-body .admin-link-manager.admin-accordion > .admin-accordion-body > button,
.admin-body .admin-finish-editor.admin-accordion > .admin-accordion-body > button {
  justify-self: start;
}

.admin-body .admin-actions {
  margin-top: 8px;
  border-radius: 8px;
  border: 1px solid var(--admin-line);
}

@media (max-width: 900px) {
  .admin-body .admin-accordion .admin-subsection-heading {
    grid-template-columns: 1fr;
  }

  .admin-body .admin-sell-card .admin-form-grid {
    grid-template-columns: 1fr;
  }
}

/* Admin redesign v2: compact operations console */
.admin-body {
  --admin-bg: #0d1117;
  --admin-panel: #151b23;
  --admin-panel-soft: #111820;
  --admin-panel-strong: #1b2430;
  --admin-line: rgba(154, 164, 173, 0.18);
  --admin-line-strong: rgba(247, 147, 30, 0.5);
  --admin-text: #eef2f6;
  --admin-muted: #a7b2bd;
  --admin-dim: #73808c;
  --admin-input: #0b1016;
  --admin-warn: #ffb35c;
  font-family: var(--font-body), Arial, Helvetica, sans-serif;
}

.admin-body .admin-return-header {
  min-height: 58px;
  padding: 8px 24px;
}

.admin-body .admin-return-brand {
  grid-auto-flow: column;
  align-items: center;
  gap: 10px;
}

.admin-body .admin-return-brand img {
  width: 58px;
}

.admin-body .admin-return-link {
  min-height: 38px;
  font-size: 12px;
}

.admin-body .admin-page {
  padding: 16px;
  min-height: calc(100vh - 58px);
  background: var(--admin-bg);
}

.admin-body .admin-hero-command {
  display: none;
}

.admin-body .admin-workspace-command {
  min-height: calc(100vh - 90px);
  padding: 0;
  grid-template-columns: 216px minmax(0, 1fr);
  grid-template-rows: 64px minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  border-radius: 10px;
  background: var(--admin-panel-soft);
}

.admin-body .admin-toolbar-command {
  grid-column: 2;
  grid-row: 1;
  min-height: 64px;
  padding: 10px 18px;
  border-width: 0 0 1px 1px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.025);
}

.admin-body .admin-toolbar-command .section-label {
  display: none;
}

.admin-body .admin-toolbar-command h2 {
  margin: 0;
  font-family: var(--font-body), Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: 0;
}

.admin-body [data-admin-status] {
  max-width: 300px;
  padding: 7px 10px;
  font-size: 11px;
  text-align: right;
}

.admin-body .admin-tabs-command {
  grid-column: 1;
  grid-row: 1 / -1;
  top: 0;
  max-height: none;
  height: 100%;
  padding: 12px;
  border-width: 0 1px 0 0;
  border-radius: 0;
  background: #0a0f15;
}

.admin-body .admin-menu-heading {
  padding: 4px 6px 12px;
  margin-bottom: 8px;
}

.admin-body .admin-menu-heading span {
  font-size: 14px;
}

.admin-body .admin-tabs-command button {
  min-height: 48px;
  padding: 8px;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 1px 9px;
  border-radius: 7px;
}

.admin-body .admin-tabs-command button span {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  font-size: 9px;
}

.admin-body .admin-tabs-command button strong {
  font-size: 12px;
  letter-spacing: 0.3px;
}

.admin-body .admin-tabs-command button small {
  font-size: 10px;
  letter-spacing: 0.8px;
}

.admin-body .admin-panel-shell {
  grid-column: 2;
  grid-row: 2;
  height: calc(100vh - 154px);
  min-height: 0;
  padding: 14px;
  overflow: auto;
}

.admin-body .admin-product-layout {
  grid-template-columns: 238px minmax(0, 1fr);
  gap: 12px;
}

.admin-body .admin-dashboard-layout {
  grid-template-columns: minmax(0, 1fr);
}

.admin-body .admin-product-list,
.admin-body .admin-product-form,
.admin-body .admin-link-manager,
.admin-body .admin-finish-editor,
.admin-body .admin-catalog-picker,
.admin-body .admin-editor-card {
  border-radius: 8px;
  background: var(--admin-panel);
}

.admin-body .admin-product-list {
  max-height: calc(100vh - 184px);
  padding: 12px;
}

.admin-body .admin-product-form {
  padding: 12px;
}

.admin-body .admin-product-editor-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 10px;
}

.admin-body .admin-editor-card {
  padding: 14px;
  gap: 10px;
}

.admin-body .admin-list-heading {
  margin-bottom: 10px;
}

.admin-body .admin-list-heading h3,
.admin-body .admin-subsection-heading h3,
.admin-body .admin-editor-card .admin-subsection-heading h3,
.admin-body .admin-dashboard-card strong {
  font-family: var(--font-body), Arial, Helvetica, sans-serif;
  font-weight: 850;
  letter-spacing: 0;
}

.admin-body .admin-list-heading h3 {
  font-size: 20px;
}

.admin-body .admin-subsection-heading h3,
.admin-body .admin-editor-card .admin-subsection-heading h3 {
  font-size: 18px;
}

.admin-body .admin-subsection-heading {
  gap: 6px;
}

.admin-body .admin-subsection-heading p:not(.section-label) {
  font-size: 12px;
  line-height: 1.4;
}

.admin-body .section-label {
  font-size: 10px;
  letter-spacing: 2px;
}

.admin-body .admin-product-row {
  min-height: 64px;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 9px;
  padding: 8px 8px 8px 15px;
}

.admin-body .admin-product-row img,
.admin-body .admin-product-image-empty {
  width: 46px;
  height: 46px;
}

.admin-body .admin-product-row strong {
  font-size: 13px;
}

.admin-body .admin-product-row small,
.admin-body .admin-product-row em {
  font-size: 10px;
}

.admin-body .admin-form-grid,
.admin-body .admin-form-grid-compact {
  gap: 9px;
}

.admin-body .admin-product-form label,
.admin-body .admin-file-control,
.admin-body .admin-file-drop {
  gap: 6px;
  font-size: 10px;
  letter-spacing: 0.9px;
}

.admin-body .admin-product-form input,
.admin-body .admin-product-form select,
.admin-body .admin-product-form textarea {
  min-height: 38px;
  padding: 10px 11px;
  border-radius: 7px;
  font-size: 13px;
}

.admin-body .admin-product-redesign-form textarea {
  min-height: 76px;
}

.admin-body .admin-toggle-grid {
  gap: 8px;
}

.admin-body .admin-product-form .admin-checkbox-line,
.admin-body .admin-toggle-grid .admin-checkbox-line {
  min-height: 44px;
  padding: 9px 10px;
  font-size: 13px;
  letter-spacing: 0.2px;
  text-transform: none;
}

.admin-body .admin-product-form .admin-checkbox-line input {
  width: 16px;
  height: 16px;
  min-height: 16px;
}

.admin-body .admin-link-manager,
.admin-body .admin-finish-editor,
.admin-body .admin-catalog-picker,
.admin-body .admin-dashboard-chart-panel {
  padding: 14px;
}

.admin-body .admin-dashboard-cards {
  grid-template-columns: repeat(5, minmax(110px, 1fr));
  gap: 8px;
}

.admin-body .admin-dashboard-card {
  min-height: 86px;
  padding: 12px;
}

.admin-body .admin-dashboard-card strong {
  font-size: 24px;
}

.admin-body .admin-dashboard-card span,
.admin-body .admin-dashboard-card small {
  font-size: 10px;
}

.admin-body .admin-actions {
  position: static;
  margin: 4px 0 0;
  padding: 12px;
  border-top: 1px solid var(--admin-line);
  background: rgba(255, 255, 255, 0.025);
  backdrop-filter: none;
}

@media (max-width: 1240px) {
  .admin-body .admin-workspace-command {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto minmax(0, 1fr);
  }

  .admin-body .admin-toolbar-command {
    grid-column: 1;
    grid-row: 1;
    border-width: 0 0 1px;
  }

  .admin-body .admin-tabs-command {
    grid-column: 1;
    grid-row: 2;
    height: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-width: 0 0 1px;
  }

  .admin-body .admin-panel-shell {
    grid-column: 1;
    grid-row: 3;
    height: auto;
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .admin-body .admin-page {
    padding: 10px;
  }

  .admin-body .admin-workspace-command {
    min-height: auto;
  }

  .admin-body .admin-tabs-command {
    grid-template-columns: 1fr;
  }

  .admin-body .admin-product-layout,
  .admin-body .admin-product-editor-grid {
    grid-template-columns: 1fr;
  }

  .admin-body .admin-product-list {
    max-height: none;
  }
}

/* Site-wide visual refresh layer */
:root {
  --off-white: #fbfaf7;
  --surface: #fffefa;
  --surface-soft: #f2f0ea;
  --border-color: #ded8cc;
  --border-soft: rgba(26, 26, 26, 0.1);
  --text-soft: #575a5d;
  --text-muted: #74716b;
  --shop-ink: #142d41;
  --shadow-soft: 0 18px 52px rgba(26, 26, 26, 0.09);
  --shadow-card: 0 18px 38px rgba(26, 26, 26, 0.08);
  --shadow-hover: 0 26px 58px rgba(26, 26, 26, 0.13);
  --focus-ring: 0 0 0 3px rgba(247, 147, 30, 0.22);
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 8% 2%, rgba(247, 147, 30, 0.08), transparent 28rem),
    linear-gradient(180deg, #fbfaf7 0%, #f7f4ee 42%, #fbfaf7 100%);
}

.navbar,
.page-navbar {
  background: rgba(251, 250, 247, 0.9);
  border-bottom: 1px solid rgba(26, 26, 26, 0.08);
  box-shadow: 0 14px 34px rgba(26, 26, 26, 0.06);
  backdrop-filter: blur(18px);
}

.nav-left a,
.nav-right a,
.mobile-cart-link {
  position: relative;
  padding-bottom: 6px;
}

.nav-left a::after,
.nav-right a::after,
.mobile-cart-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--nxt-orange);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.nav-left a:hover::after,
.nav-right a:hover::after,
.mobile-cart-link:hover::after {
  transform: scaleX(1);
}

.account-link,
.admin-link {
  border: 1px solid transparent;
}

.account-link:hover,
.admin-link:hover {
  border-color: rgba(26, 26, 26, 0.12);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(26, 26, 26, 0.08);
}

.hero {
  min-height: 740px;
  background-image:
    linear-gradient(90deg, rgba(251, 250, 247, 0.98) 0%, rgba(251, 250, 247, 0.88) 43%, rgba(251, 250, 247, 0.52) 72%, rgba(251, 250, 247, 0.2) 100%),
    var(--hero-image, url("images/banner.png"));
  background-position: center;
}

.hero-content::before {
  height: 3px;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(247, 147, 30, 0.28);
}

.hero h1,
.products-hero h1,
.cart-hero h1,
.admin-hero h1,
.account-dashboard-header h1,
.account-auth-copy h1 {
  letter-spacing: 0;
}

.hero-button,
.secondary-button,
.admin-product-form > button,
.admin-toolbar button,
.admin-panel button:not(:disabled),
.checkout-button,
.remove-button,
.account-top-actions a,
.account-bottom-actions button {
  box-shadow: 0 12px 26px rgba(216, 120, 11, 0.18);
}

.hero-button:hover,
.secondary-button:hover,
.admin-product-form > button:hover,
.admin-toolbar button:hover,
.checkout-button:hover,
.account-top-actions a:hover,
.account-bottom-actions button:hover {
  box-shadow: 0 18px 34px rgba(216, 120, 11, 0.24);
}

.home-services,
.products-section,
.home-reviews,
.home-faq,
.catalog-section,
.product-showcase,
.account-page,
.cart-page,
.admin-page {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(251, 250, 247, 0.94)),
    var(--off-white);
}

.home-services,
.products-section,
.home-reviews,
.home-faq,
.home-contact,
.home-process,
.family-about {
  position: relative;
}

.home-services::before,
.products-section::before,
.home-reviews::before,
.home-faq::before,
.family-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 56px;
  right: 56px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(26, 26, 26, 0.12), transparent);
}

.service-tile,
.review-card,
.faq-item,
.contact-card a,
.catalog-product-link,
.product-listing-card a,
.cart-line-item,
.cart-summary,
.account-panel,
.account-form,
.account-menu,
.admin-workspace,
.admin-locked,
.admin-product-list,
.admin-product-form,
.admin-promotion-type-menu button {
  border-color: rgba(26, 26, 26, 0.1);
  box-shadow: var(--shadow-card);
}

.service-tile,
.review-card,
.faq-item,
.catalog-product-link,
.product-listing-card a,
.cart-line-item,
.cart-summary,
.account-panel,
.account-form,
.admin-workspace,
.admin-product-list,
.admin-product-form {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 253, 248, 0.88)),
    var(--surface);
}

.service-tile:hover,
.review-card:hover,
.faq-item:hover,
.catalog-product-link:hover,
.product-listing-card a:hover,
.cart-line-item:hover,
.account-panel:hover,
.admin-promotion-type-menu button:hover {
  box-shadow: var(--shadow-hover);
}

.catalog-image,
.product-photo-stage,
.product-placeholder,
.admin-link-row img,
.admin-catalog-image-row img,
.media-library-thumb,
.family-about-image img,
.review-card header img {
  background:
    linear-gradient(135deg, rgba(247, 147, 30, 0.08), transparent 45%),
    #f2f0ea;
}

.catalog-image img,
.product-photo-stage img,
.family-about-image img {
  transition: transform 420ms ease, filter 420ms ease;
}

.product-card:hover .catalog-image img,
.product-listing-card:hover .catalog-image img {
  transform: scale(1.025);
}

.save-product-button {
  text-shadow:
    0 1px 0 #ffffff,
    0 8px 18px rgba(255, 255, 255, 0.85);
}

.catalog-visibility-badges em,
.catalog-price.is-sale em,
.cart-sale-note {
  border-radius: var(--radius-sm);
}

.home-process,
.home-contact {
  background: #1b1b1b;
}

.process-list li,
.contact-card a {
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.13);
}

.process-list li:hover,
.contact-card a:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.22);
}

.family-about {
  background:
    linear-gradient(180deg, rgba(251, 250, 247, 0.96), rgba(243, 240, 234, 0.9)),
    var(--off-white);
}

.family-about-image img {
  box-shadow: var(--shadow-soft);
}

.review-card {
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.review-card:hover {
  transform: translateY(-3px);
  border-color: rgba(247, 147, 30, 0.26);
}

.faq-question {
  background: transparent;
}

.faq-question strong {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

.faq-item.is-open {
  border-color: rgba(247, 147, 30, 0.34);
}

.products-hero,
.cart-hero,
.admin-hero,
.account-dashboard-header,
.account-auth-copy {
  position: relative;
}

.products-hero::after,
.cart-hero::after,
.admin-hero::after,
.account-auth-copy::after {
  content: "";
  display: block;
  width: 76px;
  height: 3px;
  margin-top: 20px;
  border-radius: 999px;
  background: var(--nxt-orange);
}

.shop-product-details,
.product-option-card,
.design-choice,
.design-catalog-panel,
.cart-summary,
.cart-line-item,
.account-panel,
.profile-details div,
.admin-product-row,
.admin-link-row,
.admin-catalog-image-row,
.admin-inline-control,
.admin-finish-row,
.admin-design-preview,
.admin-media-card,
.admin-order-card {
  border-color: rgba(26, 26, 26, 0.1);
}

.shop-product-details,
.design-catalog-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 253, 248, 0.9)),
    var(--surface);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
}

.product-photo-stage {
  box-shadow: var(--shadow-card);
}

input,
select,
textarea {
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease;
}

input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible {
  outline: none;
  border-color: var(--nxt-orange-dark) !important;
  box-shadow: var(--focus-ring);
}

.admin-tabs {
  background: rgba(242, 240, 234, 0.86);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.58);
}

.admin-tabs button.is-active {
  box-shadow: 0 10px 24px rgba(26, 26, 26, 0.1);
}

.admin-product-row,
.admin-media-card,
.admin-order-card {
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease,
    background-color 160ms ease;
}

.admin-product-row:hover,
.admin-media-card:hover,
.admin-order-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(26, 26, 26, 0.08);
}

.admin-product-row.is-active {
  background: linear-gradient(180deg, #fffdfa, #fff6ec);
}

.admin-drag-handle {
  background: transparent;
}

.admin-drag-handle::before {
  opacity: 0.62;
}

.promo-banner {
  box-shadow: 0 10px 24px rgba(26, 26, 26, 0.14);
  border-bottom: 0 !important;
}

@media (max-width: 900px) {
  .home-services::before,
  .products-section::before,
  .home-reviews::before,
  .home-faq::before,
  .family-about::before {
    left: 22px;
    right: 22px;
  }

  .navbar,
  .page-navbar {
    backdrop-filter: none;
  }
}

/* Premium handcrafted homepage refresh */
:root {
  --font-body: "Manrope", "Segoe UI", Helvetica, Arial, sans-serif;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --premium-ink: #111111;
  --premium-muted: #5f584f;
  --premium-panel: rgba(17, 17, 17, 0.72);
  --premium-line: rgba(17, 17, 17, 0.12);
  --premium-cream: #f4efe6;
}

body {
  font-family: var(--font-body);
  color: var(--premium-ink);
}

.brand p,
.eyebrow,
.section-label,
.about-eyebrow,
.contact-card span,
.review-card-header span,
.review-card small,
.faq-question strong,
.hero-details-label,
.hero-detail-list span,
.hero-highlights li::before,
.home-proof span,
.materials-points span,
.text-link {
  font-family: var(--font-body);
}

.hero h1,
.section-heading h2,
.process-copy h2,
.home-about-content h2,
.contact-copy h2,
.home-materials-copy h2,
.faq-question span,
.catalog-product-info strong,
.review-card-header strong {
  font-family: var(--font-display);
  font-weight: 600;
}

.hero {
  isolation: isolate;
  min-height: 860px;
  padding: 196px 56px 110px;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(251, 248, 243, 0.98) 0%, rgba(251, 248, 243, 0.88) 42%, rgba(251, 248, 243, 0.54) 67%, rgba(251, 248, 243, 0.14) 100%),
    var(--hero-image, url("images/banner.png"));
}

.hero::before {
  content: "";
  position: absolute;
  inset: 110px auto auto 50%;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(247, 147, 30, 0.18) 0%, rgba(247, 147, 30, 0.08) 32%, rgba(247, 147, 30, 0) 70%);
  filter: blur(10px);
  opacity: 0.78;
  transform: translateX(-8%);
  animation: heroHaloDrift 14s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 0;
}

.hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.6fr);
  gap: 56px;
  align-items: end;
}

.hero-content {
  max-width: 760px;
}

.hero-content::before {
  width: 92px;
  height: 2px;
  margin-bottom: 28px;
}

.eyebrow,
.section-label,
.about-eyebrow {
  letter-spacing: 3px;
}

.hero h1 {
  max-width: 760px;
  margin: 18px 0 18px;
  font-size: clamp(4.3rem, 7vw, 5.9rem);
  line-height: 0.92;
}

.hero-text {
  max-width: 610px;
  color: var(--premium-muted);
  font-size: 17px;
  line-height: 1.85;
  margin-bottom: 30px;
}

.hero-actions {
  gap: 14px;
}

.secondary-button-dark {
  background: transparent;
  border-color: rgba(17, 17, 17, 0.16);
  color: var(--premium-ink);
}

.secondary-button-dark:hover {
  background: rgba(17, 17, 17, 0.9);
  border-color: rgba(17, 17, 17, 0.9);
  color: #ffffff;
}

.hero-highlights {
  margin-top: 28px;
  max-width: 620px;
  list-style: none;
  display: grid;
  gap: 10px;
}

.hero-highlights li {
  position: relative;
  padding-left: 28px;
  color: #3f3a35;
  font-size: 14px;
  line-height: 1.7;
}

.hero-highlights li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--nxt-orange), #c56e0f);
  box-shadow: 0 0 0 5px rgba(247, 147, 30, 0.12);
}

.hero-details {
  position: relative;
  padding: 28px 28px 30px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0.76), rgba(17, 17, 17, 0.58)),
    rgba(17, 17, 17, 0.52);
  color: #f7f2ea;
  box-shadow: 0 30px 60px rgba(17, 17, 17, 0.18);
  backdrop-filter: blur(10px);
}

.hero-details::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: inherit;
  pointer-events: none;
}

.hero-details-label {
  color: rgba(247, 147, 30, 0.95);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero-detail-list {
  margin-top: 16px;
  list-style: none;
  display: grid;
  gap: 18px;
}

.hero-detail-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
}

.hero-detail-list span {
  min-width: 34px;
  min-height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(247, 147, 30, 0.14);
  color: #ffcb87;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.hero-detail-list strong {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.hero-detail-list p {
  margin-top: 6px;
  color: rgba(247, 242, 234, 0.8);
  font-size: 14px;
  line-height: 1.7;
}

.home-proof {
  position: relative;
  z-index: 2;
  margin: -38px 56px 0;
  padding: 0 0 82px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-proof article {
  min-height: 138px;
  padding: 24px 24px 26px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 8px;
  background: rgba(255, 254, 250, 0.82);
  box-shadow: 0 18px 42px rgba(17, 17, 17, 0.08);
  backdrop-filter: blur(16px);
}

.home-proof span {
  display: block;
  color: var(--nxt-orange-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.home-proof strong {
  display: block;
  margin-top: 16px;
  color: var(--premium-ink);
  font-family: var(--font-display);
  font-size: 30px;
  line-height: 1.05;
  font-weight: 600;
}

.products-section {
  padding: 86px 56px 96px;
  background: #f5f5f5;
}

.shop-categories-section {
  position: relative;
  padding: 86px 56px 96px;
  background: #f0f0f0;
}

.shop-categories-section::before,
.shop-categories-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 72px;
  pointer-events: none;
}

.shop-categories-section::before {
  top: 0;
  background: linear-gradient(180deg, #f5f5f5 0%, #f0f0f0 100%);
}

.shop-categories-section::after {
  bottom: 0;
  background: linear-gradient(180deg, rgba(240, 240, 240, 0) 0%, #fbfaf7 100%);
}

.shop-categories-section > * {
  position: relative;
  z-index: 1;
}

.featured-products-shell {
  max-width: 1320px;
  margin: 0 auto 70px;
  padding: 0;
  position: relative;
  text-align: center;
}

.featured-products-copy {
  max-width: none;
  margin: 0 auto;
  display: block;
}

.featured-products-copy .section-label {
  display: none;
}

.featured-products-copy h2 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 34px;
  color: #111111;
  font-family: var(--font-body);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  font-weight: 900;
}

.featured-products-copy h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 108px;
  height: 2px;
  background: #222222;
  transform: translateX(-50%);
}

.featured-products-copy p:not(.section-label),
.products-section .catalog-action,
.products-section .save-product-button {
  display: none;
}

.section-shop-all-link {
  position: absolute;
  top: 4px;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #111111;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.section-shop-all-link span {
  font-size: 26px;
  line-height: 1;
  transform: translateY(-1px);
}

.section-shop-all-link:hover {
  color: var(--nxt-orange-dark);
}

.text-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--premium-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(17, 17, 17, 0.38);
}

.text-link:hover {
  color: var(--nxt-orange-dark);
  border-bottom-color: var(--nxt-orange-dark);
}

.product-grid {
  max-width: 1320px;
  margin: 0 auto;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.products-section .catalog-product-link {
  min-height: 100%;
  padding: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.products-section .catalog-image {
  position: relative;
  width: 100%;
  min-height: 0;
  aspect-ratio: 1 / 1;
  padding: 0;
  display: grid;
  place-items: center;
  background: #eeeeee;
  overflow: hidden;
}

.products-section .catalog-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.products-section .catalog-product-info {
  padding: 14px 0 0;
  display: grid;
  align-content: start;
  gap: 7px;
}

.products-section .catalog-product-info strong {
  max-width: none;
  color: #111111;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
}

.products-section .catalog-product-info span {
  font-size: 14px;
}

.products-section .catalog-product-category,
.products-section .catalog-visibility-badges {
  color: #747474;
  font-size: 13px;
  line-height: 1.3;
}

.products-section .catalog-price {
  color: #111111;
  font-size: 15px;
  font-weight: 900;
}

.products-section .product-card:hover .catalog-product-link {
  transform: none;
}

.shop-category-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.shop-category-card {
  display: grid;
  color: #111111;
  text-decoration: none;
}

.shop-category-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  background: #eeeeee;
  overflow: hidden;
}

.shop-category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-category-info {
  padding-top: 14px;
  display: grid;
  gap: 7px;
}

.shop-category-info strong {
  color: #111111;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
}

.shop-category-info small {
  color: #747474;
  font-size: 13px;
  line-height: 1.45;
}

.home-materials {
  padding: 0 56px 86px;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: stretch;
}

.home-materials-media {
  position: relative;
  min-height: 100%;
}

.home-materials-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 24px 56px rgba(17, 17, 17, 0.12);
}

.home-materials-copy {
  padding: 34px 36px 38px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 239, 230, 0.92)),
    var(--premium-cream);
  box-shadow: var(--shadow-card);
}

.home-materials-copy h2 {
  margin: 14px 0 18px;
  color: var(--premium-ink);
  font-size: 54px;
  line-height: 0.96;
}

.home-materials-copy > p {
  max-width: 700px;
  color: var(--premium-muted);
  font-size: 16px;
  line-height: 1.85;
}

.materials-points {
  margin-top: 28px;
  display: grid;
  gap: 16px;
}

.materials-points div {
  padding-top: 16px;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
}

.materials-points span {
  display: block;
  color: var(--nxt-orange-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

.materials-points strong {
  display: block;
  margin-top: 10px;
  color: var(--premium-ink);
  font-size: 18px;
  line-height: 1.5;
}

.recent-products-section {
  padding: 0 56px 86px;
  background: var(--surface);
}

.recent-products-section[hidden] {
  display: none;
}

.recent-products-section .section-heading {
  max-width: 860px;
  margin-bottom: 26px;
}

.recent-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.recent-product-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(96px, 0.44fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 243, 236, 0.92)),
    #ffffff;
  box-shadow: 0 18px 42px rgba(26, 26, 26, 0.08);
  text-decoration: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.recent-product-card:hover {
  border-color: rgba(214, 123, 19, 0.42);
  box-shadow: 0 24px 54px rgba(26, 26, 26, 0.12);
  transform: translateY(-4px);
}

.recent-product-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 6px;
  background: #f3f0ea;
}

.recent-product-card span {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.recent-product-card small {
  color: var(--nxt-orange-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.recent-product-card strong {
  color: var(--premium-ink);
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  overflow-wrap: anywhere;
}

.recent-product-card em {
  color: var(--premium-muted);
  font-style: normal;
  font-weight: 900;
}

.home-process,
.home-contact {
  background:
    linear-gradient(180deg, rgba(18, 18, 18, 0.96), rgba(18, 18, 18, 0.94)),
    #121212;
}

.process-copy h2,
.contact-copy h2 {
  font-size: 58px;
  line-height: 1.08;
}

.process-list li,
.contact-card a {
  border-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.03);
}

.process-list strong {
  font-size: 32px;
  line-height: 0.96;
  font-family: var(--font-display);
  font-weight: 600;
}

.home-about {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(244, 239, 230, 0.9)),
    var(--surface-soft);
}

.home-about-content h2,
.home-reviews .section-heading h2,
.home-faq .section-heading h2 {
  font-size: 56px;
  line-height: 0.95;
}

.review-card {
  min-height: 290px;
}

.review-card p {
  font-size: 15px;
  line-height: 1.8;
}

.faq-question span {
  font-size: 32px;
  line-height: 1;
}

@keyframes heroHaloDrift {
  from {
    transform: translateX(-12%) translateY(0);
  }

  to {
    transform: translateX(-2%) translateY(18px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero::before {
    animation: none;
  }
}

@media (max-width: 1100px) {
  .hero-shell,
  .featured-products-shell,
  .home-materials,
  .home-process,
  .home-contact {
    grid-template-columns: 1fr;
  }

  .recent-products-grid {
    grid-template-columns: 1fr;
  }

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

  .shop-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    min-height: auto;
  }

  .hero-details,
  .home-proof {
    margin-top: 0;
  }

  .home-proof {
    margin-left: 56px;
    margin-right: 56px;
    grid-template-columns: 1fr;
  }

  .process-copy h2,
  .contact-copy h2,
  .home-about-content h2,
  .home-materials-copy h2,
  .home-reviews .section-heading h2,
  .home-faq .section-heading h2 {
    font-size: 46px;
  }
}

@media (max-width: 700px) {
  .hero {
    min-height: auto;
    padding: 142px 22px 72px;
  }

  .hero::before {
    inset: 100px auto auto 54%;
    width: 340px;
    height: 340px;
  }

  .hero h1 {
    font-size: 56px;
  }

  .hero-text,
  .hero-highlights li,
  .home-materials-copy > p {
    font-size: 15px;
    line-height: 1.75;
  }

  .hero-details,
  .home-proof article,
  .home-materials-copy {
    padding: 22px;
  }

  .home-proof {
    margin: -22px 22px 0;
    padding-bottom: 56px;
  }

  .home-materials {
    padding-left: 22px;
    padding-right: 22px;
  }

  .products-section {
    padding: 62px 22px 72px;
  }

  .shop-categories-section {
    padding: 62px 0 72px;
  }

  .shop-categories-section::before,
  .shop-categories-section::after {
    height: 48px;
  }

  .featured-products-shell {
    padding: 18px;
  }

  .featured-products-copy h2 {
    font-size: 42px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .shop-categories-section .featured-products-shell {
    padding-left: 22px;
    padding-right: 22px;
  }

  .section-shop-all-link {
    position: static;
    width: fit-content;
    margin: 18px auto 0;
    font-size: 16px;
  }

  .shop-category-grid {
    display: flex;
    gap: 16px;
    max-width: none;
    padding: 0 22px 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .shop-category-card {
    flex: 0 0 78vw;
    scroll-snap-align: start;
  }

  .products-section .catalog-product-link {
    grid-template-rows: minmax(220px, auto) 1fr;
  }

  .products-section .catalog-image {
    min-height: 230px;
  }

  .recent-products-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .home-materials-media img {
    min-height: 360px;
  }

  .featured-products-shell {
    margin-bottom: 18px;
  }

  .catalog-product-info strong,
  .faq-question span {
    font-size: 28px;
  }

  .process-copy h2,
  .contact-copy h2,
  .home-about-content h2,
  .home-materials-copy h2,
  .home-reviews .section-heading h2,
  .home-faq .section-heading h2 {
    font-size: 38px;
  }

  .home-proof strong,
  .process-list strong {
    font-size: 26px;
  }
}

/* Homepage theme alignment */
.products-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f5f5f3 100%);
  color: #111111;
}

.products-section .featured-products-copy h2 {
  color: #111111;
}

.products-section .featured-products-copy h2::after {
  background: var(--nxt-orange);
}

.products-section .catalog-product-info strong,
.products-section .catalog-price {
  color: #111111;
}

.products-section .catalog-product-category,
.products-section .catalog-visibility-badges {
  color: #747474;
}

.products-section .catalog-image {
  background:
    radial-gradient(circle at 70% 12%, rgba(247, 147, 30, 0.13), transparent 34%),
    #f1eee8;
}

.home-about {
  background:
    linear-gradient(180deg, #f6f1e8 0%, #fbfaf7 100%);
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.home-about-image img {
  border: 1px solid rgba(17, 17, 17, 0.1);
  box-shadow: 0 24px 58px rgba(17, 17, 17, 0.14);
}

.shop-categories-section {
  background: #e8e8e6;
}

.shop-categories-section::before {
  background: linear-gradient(180deg, #fbfaf7 0%, #e8e8e6 100%);
}

.shop-categories-section::after {
  background: linear-gradient(180deg, rgba(232, 232, 230, 0) 0%, #4f5356 100%);
}

.shop-category-image {
  background: #f4f2ed;
}

.home-materials {
  padding-top: 86px;
  background:
    radial-gradient(circle at 0% 0%, rgba(247, 147, 30, 0.12), transparent 26rem),
    linear-gradient(180deg, #4f5356 0%, #3e4245 100%);
  color: #ffffff;
}

.home-materials-copy {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.24);
}

.home-materials-copy h2,
.materials-points strong {
  color: #ffffff;
}

.home-materials-copy > p {
  color: rgba(255, 255, 255, 0.74);
}

.materials-points div {
  border-top-color: rgba(255, 255, 255, 0.14);
}

.materials-points span {
  color: var(--nxt-orange);
}

.recent-products-section,
.home-reviews {
  background:
    linear-gradient(180deg, #fbfaf7 0%, #f2eee6 100%);
}

.home-faq {
  background:
    radial-gradient(circle at 100% 0%, rgba(247, 147, 30, 0.12), transparent 24rem),
    linear-gradient(180deg, #565a5d 0%, #464a4d 100%);
  color: #ffffff;
}

.home-faq .section-heading h2,
.home-faq .section-heading p {
  color: #ffffff;
}

.home-faq .section-heading .section-label {
  color: var(--nxt-orange);
}

.faq-item {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: none;
}

.faq-question {
  background: transparent;
  color: #ffffff;
}

.faq-question strong {
  border-color: rgba(247, 147, 30, 0.34);
  background: rgba(247, 147, 30, 0.12);
  color: var(--nxt-orange);
}

.faq-answer p {
  color: rgba(255, 255, 255, 0.72);
}

.home-contact {
  background:
    linear-gradient(180deg, #464a4d 0%, #383c3f 100%);
}

@media (max-width: 700px) {
  .home-materials {
    padding-top: 62px;
  }
}

/* Homepage professional polish */
main {
  background: #fbfaf7;
}

.products-section,
.home-about,
.shop-categories-section,
.home-materials,
.recent-products-section,
.home-reviews,
.home-faq,
.home-contact {
  border-top: 1px solid rgba(17, 17, 17, 0.07);
}

.products-section {
  padding: 92px 56px 100px;
  background: #ffffff;
}

.products-section .featured-products-shell,
.shop-categories-section .featured-products-shell {
  margin-bottom: 54px;
}

.featured-products-copy h2 {
  color: #161616;
  font-size: clamp(38px, 4.2vw, 58px);
  letter-spacing: 0;
}

.featured-products-copy h2::after {
  width: 88px;
  height: 2px;
  background: var(--nxt-orange);
}

.product-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 250px));
  justify-content: center;
  gap: 32px;
}

.products-section .catalog-image,
.shop-category-image {
  border: 1px solid rgba(17, 17, 17, 0.07);
  border-radius: 4px;
  background: #f4f3ef;
}

.products-section .catalog-product-info strong,
.shop-category-info strong {
  font-size: 16px;
}

.home-about {
  padding-top: 96px;
  padding-bottom: 96px;
  background:
    linear-gradient(180deg, #f7f3ec 0%, #fbfaf7 100%);
}

.home-about-content h2 {
  color: #1f2020;
  text-transform: none;
}

.home-about-content p:not(.about-eyebrow) {
  color: #55585a;
}

.shop-categories-section {
  padding-top: 92px;
  padding-bottom: 104px;
  background: #ececea;
}

.shop-categories-section::before,
.shop-categories-section::after {
  height: 46px;
}

.shop-categories-section::before {
  background: linear-gradient(180deg, #fbfaf7 0%, #ececea 100%);
}

.shop-categories-section::after {
  background: linear-gradient(180deg, rgba(236, 236, 234, 0) 0%, #ffffff 100%);
}

.section-shop-all-link {
  color: #1d1d1d;
}

.home-materials {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #ffffff;
  color: #1f2020;
}

.home-materials-copy {
  border-color: rgba(17, 17, 17, 0.1);
  background:
    linear-gradient(180deg, rgba(250, 248, 243, 0.98), rgba(240, 237, 231, 0.94)),
    #f6f2ea;
  box-shadow: 0 20px 48px rgba(17, 17, 17, 0.08);
}

.home-materials-copy h2,
.materials-points strong {
  color: #1f2020;
}

.home-materials-copy > p {
  color: #5a5d5f;
}

.materials-points div {
  border-top-color: rgba(17, 17, 17, 0.1);
}

.materials-points span {
  color: var(--nxt-orange-dark);
}

.recent-products-section,
.home-reviews {
  background: #fbfaf7;
}

.review-card,
.recent-product-card {
  border-color: rgba(17, 17, 17, 0.09);
  box-shadow: 0 16px 34px rgba(17, 17, 17, 0.06);
}

.home-faq {
  background: #eeeeec;
  color: #1f2020;
}

.home-faq .section-heading h2,
.home-faq .section-heading p {
  color: #1f2020;
}

.home-faq .section-heading .section-label {
  color: var(--nxt-orange-dark);
}

.faq-item {
  border-color: rgba(17, 17, 17, 0.09);
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(17, 17, 17, 0.05);
}

.faq-question {
  color: #1f2020;
}

.faq-answer p {
  color: #5a5d5f;
}

.home-contact {
  background:
    linear-gradient(180deg, #5b5f62 0%, #4a4e51 100%);
}

@media (max-width: 700px) {
  .products-section,
  .home-about,
  .shop-categories-section,
  .home-materials,
  .home-reviews,
  .home-faq,
  .home-contact {
    padding-top: 64px;
    padding-bottom: 68px;
  }

  .product-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }
}

/* Unified public light theme */
body:not(.admin-body) {
  --site-light-bg: #ffffff;
  --site-light-panel: #ffffff;
  --site-light-panel-soft: #f6f6f4;
  --site-light-line: rgba(17, 17, 17, 0.1);
  --site-light-text: #151515;
  --site-light-muted: #696969;
  background: var(--site-light-bg);
  color: var(--site-light-text);
}

body:not(.admin-body) main,
body:not(.admin-body) .products-section,
body:not(.admin-body) .home-about,
body:not(.admin-body) .shop-categories-section,
body:not(.admin-body) .home-materials,
body:not(.admin-body) .recent-products-section,
body:not(.admin-body) .home-reviews,
body:not(.admin-body) .home-faq,
body:not(.admin-body) .home-contact,
body:not(.admin-body) .catalog-section,
body:not(.admin-body) .product-showcase,
body:not(.admin-body) .products-page,
body:not(.admin-body) .cart-page,
body:not(.admin-body) .account-page,
body:not(.admin-body) .quote-section,
body:not(.admin-body) .family-about {
  background: var(--site-light-bg) !important;
  color: var(--site-light-text);
}

body:not(.admin-body) .shop-categories-section::before,
body:not(.admin-body) .shop-categories-section::after,
body:not(.admin-body) .products-section::before,
body:not(.admin-body) .home-reviews::before,
body:not(.admin-body) .home-faq::before,
body:not(.admin-body) .family-about::before {
  display: none;
}

body:not(.admin-body) .section-heading h2,
body:not(.admin-body) .featured-products-copy h2,
body:not(.admin-body) .home-about-content h2,
body:not(.admin-body) .home-materials-copy h2,
body:not(.admin-body) .contact-copy h2,
body:not(.admin-body) .products-hero h1,
body:not(.admin-body) .cart-hero h1,
body:not(.admin-body) .account-dashboard-header h1,
body:not(.admin-body) .shop-product-details h1,
body:not(.admin-body) .family-about-content h1,
body:not(.admin-body) .catalog-product-info strong,
body:not(.admin-body) .shop-category-info strong,
body:not(.admin-body) .review-card-header strong,
body:not(.admin-body) .faq-question,
body:not(.admin-body) .recent-product-card strong,
body:not(.admin-body) .materials-points strong {
  color: var(--site-light-text) !important;
}

body:not(.admin-body) .section-heading p,
body:not(.admin-body) .home-about-content p:not(.about-eyebrow),
body:not(.admin-body) .home-materials-copy > p,
body:not(.admin-body) .shop-category-info small,
body:not(.admin-body) .catalog-product-category,
body:not(.admin-body) .catalog-visibility-badges,
body:not(.admin-body) .review-card p,
body:not(.admin-body) .faq-answer p,
body:not(.admin-body) .recent-product-card em,
body:not(.admin-body) .product-description,
body:not(.admin-body) .family-about-content p {
  color: var(--site-light-muted) !important;
}

body:not(.admin-body) .section-label,
body:not(.admin-body) .about-eyebrow,
body:not(.admin-body) .materials-points span,
body:not(.admin-body) .review-card-header span,
body:not(.admin-body) .review-card small,
body:not(.admin-body) .recent-product-card small,
body:not(.admin-body) .contact-card span {
  color: var(--nxt-orange) !important;
}

body:not(.admin-body) .catalog-product-link,
body:not(.admin-body) .product-listing-card a,
body:not(.admin-body) .shop-category-card,
body:not(.admin-body) .home-materials-copy,
body:not(.admin-body) .review-card,
body:not(.admin-body) .faq-item,
body:not(.admin-body) .recent-product-card,
body:not(.admin-body) .cart-line-item,
body:not(.admin-body) .cart-summary,
body:not(.admin-body) .account-panel,
body:not(.admin-body) .account-form,
body:not(.admin-body) .shop-product-details,
body:not(.admin-body) .product-option-card,
body:not(.admin-body) .product-story-panel,
body:not(.admin-body) .product-purchase-panel,
body:not(.admin-body) .contact-card a {
  border-color: var(--site-light-line) !important;
  background: var(--site-light-panel) !important;
  color: var(--site-light-text);
  box-shadow: none;
}

body:not(.admin-body) .catalog-image,
body:not(.admin-body) .shop-category-image,
body:not(.admin-body) .product-photo-stage,
body:not(.admin-body) .product-placeholder,
body:not(.admin-body) .recent-product-card img,
body:not(.admin-body) .home-about-image img,
body:not(.admin-body) .home-materials-media img {
  border-color: var(--site-light-line) !important;
  background: var(--site-light-panel-soft) !important;
}

body:not(.admin-body) .catalog-price,
body:not(.admin-body) .section-shop-all-link {
  color: var(--site-light-text) !important;
}

body:not(.admin-body) .featured-products-copy h2::after {
  background: var(--nxt-orange);
}

body:not(.admin-body) .products-section .product-grid {
  width: min(100% - 88px, 1480px);
  max-width: 1480px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-content: center;
  gap: clamp(22px, 2.4vw, 42px);
}

body:not(.admin-body) .products-section .product-card {
  text-align: center;
}

body:not(.admin-body) .products-section .catalog-product-link {
  display: grid;
  gap: 18px;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
}

body:not(.admin-body) .products-section .catalog-image {
  aspect-ratio: 1 / 1;
  padding: clamp(12px, 1.4vw, 22px);
  display: grid;
  place-items: center;
  border: 1px solid rgba(17, 17, 17, 0.18) !important;
  border-radius: 4px;
  background: #ffffff !important;
  box-shadow: 0 18px 44px rgba(17, 17, 17, 0.06);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

body:not(.admin-body) .products-section .catalog-image img {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  object-position: center;
}

body:not(.admin-body) .products-section .catalog-product-info {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 0 8px;
  text-align: center;
}

body:not(.admin-body) .products-section .catalog-product-info strong {
  max-width: 230px;
  margin: 0 auto;
  line-height: 1.24;
}

body:not(.admin-body) .products-section .catalog-price,
body:not(.admin-body) .products-section .catalog-price.is-sale {
  display: grid;
  justify-items: center;
  gap: 3px;
  line-height: 1.1;
}

body:not(.admin-body) .products-section .catalog-price.is-sale em {
  color: var(--nxt-orange) !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

body:not(.admin-body) .products-section .catalog-visibility-badges {
  width: auto;
  min-height: 0;
  margin: 2px 0 1px;
  padding: 0;
  justify-content: center;
  background: transparent;
  color: #111111 !important;
}

body:not(.admin-body) .products-section .catalog-visibility-badges em {
  padding: 0 0 5px;
  border: 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.35);
  border-radius: 0;
  background: transparent;
  color: #111111;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.6px;
  line-height: 1;
}

body:not(.admin-body) .products-section .product-card:hover .catalog-image {
  border-color: rgba(17, 17, 17, 0.34) !important;
  box-shadow: none;
  transform: none;
}

body:not(.admin-body) .faq-question strong {
  border-color: rgba(247, 147, 30, 0.4);
  background: rgba(247, 147, 30, 0.14);
  color: var(--nxt-orange);
}

body:not(.admin-body) .navbar,
body:not(.admin-body) .page-navbar {
  background: rgba(255, 255, 255, 0.94);
  border-bottom-color: var(--site-light-line);
}

body:not(.admin-body) .nav-left a,
body:not(.admin-body) .nav-right a,
body:not(.admin-body) .mobile-cart-link,
body:not(.admin-body) .account-link,
body:not(.admin-body) .site-footer,
body:not(.admin-body) .site-footer a {
  color: var(--site-light-text);
}

/* Premium admin command center refresh */
.admin-page {
  padding: 98px 56px 92px;
  background:
    radial-gradient(circle at top left, rgba(247, 147, 30, 0.09), transparent 22rem),
    linear-gradient(180deg, #fbfaf7 0%, #f3efe7 42%, #fbfaf7 100%);
}

.admin-hero-command {
  max-width: none;
  margin-bottom: 28px;
  padding: 30px 34px 28px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 243, 234, 0.92)),
    #ffffff;
  box-shadow: 0 24px 58px rgba(17, 17, 17, 0.08);
}

.admin-hero-command h1 {
  margin: 14px 0 0;
  font-family: var(--font-display);
  font-size: clamp(3.3rem, 6vw, 4.8rem);
  line-height: 0.94;
  font-weight: 600;
}

.admin-workspace-command {
  padding: 34px;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 244, 236, 0.93)),
    #ffffff;
}

.admin-toolbar-command {
  align-items: end;
  gap: 30px;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.admin-toolbar-command h2 {
  font-family: var(--font-display);
  font-size: 48px;
  line-height: 0.96;
  font-weight: 600;
}

.admin-toolbar-command > p {
  max-width: 320px;
  padding: 14px 16px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.6;
}

.admin-tabs-command {
  width: 100%;
  margin-bottom: 28px;
  padding: 7px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(242, 240, 234, 0.9), rgba(237, 232, 223, 0.86)),
    var(--surface-soft);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.admin-tabs-command button {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  color: var(--premium-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.admin-tabs-command button.is-active {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 248, 241, 0.92)),
    #ffffff;
  color: var(--premium-ink);
  box-shadow: 0 14px 28px rgba(17, 17, 17, 0.08);
}

.admin-panel-shell {
  gap: 28px;
}

.admin-editor-shell,
.admin-dashboard-shell {
  padding-top: 6px;
}

.admin-product-layout {
  grid-template-columns: minmax(290px, 0.34fr) minmax(0, 1fr);
  gap: 28px;
}

.admin-dashboard-layout {
  grid-template-columns: minmax(0, 1fr);
}

.admin-product-list,
.admin-product-form {
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 245, 238, 0.92)),
    #ffffff;
  box-shadow: 0 18px 42px rgba(17, 17, 17, 0.07);
}

.admin-product-list {
  padding: 24px;
}

.admin-product-form {
  padding: 28px;
  gap: 20px;
}

.admin-list-heading {
  margin-bottom: 18px;
}

.admin-list-heading h3,
.admin-subsection-heading h3 {
  font-family: var(--font-display);
  font-size: 34px;
  line-height: 0.98;
  font-weight: 600;
}

.admin-list-heading button {
  min-height: 40px;
  padding: 0 14px;
  border-radius: 8px;
  background: rgba(244, 239, 230, 0.88);
}

.admin-product-row {
  min-height: 88px;
  margin-bottom: 10px;
  padding: 12px 12px 12px 22px;
  gap: 14px;
  border-radius: 8px;
}

.admin-product-row strong {
  font-size: 16px;
}

.admin-product-row small,
.admin-product-row em {
  font-size: 11px;
  letter-spacing: 0.4px;
}

.admin-dashboard-cards {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 22px;
}

.admin-dashboard-card {
  padding: 22px 20px 20px;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(247, 243, 235, 0.9)),
    #ffffff;
  box-shadow: 0 16px 34px rgba(17, 17, 17, 0.06);
}

.admin-dashboard-card strong {
  margin: 8px 0 10px;
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 600;
}

.admin-link-manager,
.admin-finish-editor,
.admin-catalog-picker {
  padding: 24px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 243, 235, 0.9)),
    #ffffff;
  box-shadow: 0 14px 30px rgba(17, 17, 17, 0.05);
}

.admin-subsection-heading {
  align-items: end;
  gap: 20px;
  margin-bottom: 18px;
}

.admin-subsection-heading p {
  max-width: 380px;
  font-size: 14px;
  line-height: 1.65;
}

.admin-dashboard-chart-panel {
  margin-bottom: 24px;
  padding: 28px;
}

.admin-dashboard-chart-controls {
  gap: 14px;
}

.admin-dashboard-chart-controls label {
  min-width: 190px;
}

.admin-dashboard-chart {
  gap: 18px;
}

.admin-dashboard-chart svg {
  min-height: 260px;
}

.admin-dashboard-split {
  gap: 20px;
  margin-top: 20px;
}

.admin-form-grid,
.admin-upload-row {
  gap: 18px;
}

.admin-product-form label,
.admin-file-control,
.admin-file-drop {
  gap: 10px;
  font-size: 11px;
  letter-spacing: 1.2px;
}

.admin-product-form input,
.admin-product-form select,
.admin-product-form textarea {
  min-height: 48px;
  padding: 13px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  font-size: 14px;
  font-weight: 700;
}

.admin-product-form textarea {
  min-height: 120px;
  line-height: 1.6;
}

.admin-inline-control,
.admin-finish-row,
.admin-link-row,
.admin-catalog-image-row,
.admin-design-preview {
  gap: 16px;
}

.admin-actions {
  gap: 16px;
  padding-top: 8px;
}

.admin-actions p {
  font-size: 13px;
}

.admin-site-faq-editor {
  grid-template-columns: minmax(280px, 0.36fr) minmax(0, 1fr);
  gap: 28px;
}

@media (max-width: 1200px) {
  .admin-dashboard-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-product-layout,
  .admin-site-faq-editor {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .admin-page {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .admin-hero-command,
  .admin-workspace-command,
  .admin-product-list,
  .admin-product-form,
  .admin-link-manager,
  .admin-finish-editor,
  .admin-catalog-picker,
  .admin-dashboard-chart-panel {
    padding: 22px;
  }

  .admin-dashboard-cards {
    grid-template-columns: 1fr;
  }

  .admin-toolbar-command {
    align-items: start;
  }

  .admin-toolbar-command h2 {
    font-size: 38px;
  }

  .admin-tabs-command {
    display: grid;
    grid-template-columns: 1fr;
  }

  .admin-tabs-command button {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
  }
}

/* Admin redesign v4: compact grouped control center */
.admin-body {
  --admin-bg: #10151a;
  --admin-frame: #1f252b;
  --admin-frame-soft: #2a3138;
  --admin-cream: #f5efe5;
  --admin-cream-2: #fffaf2;
  --admin-cream-3: #ebe1d3;
  --admin-ink: #18212a;
  --admin-ink-soft: #4d5964;
  --admin-rule: rgba(24, 33, 42, 0.14);
  --admin-rule-strong: rgba(24, 33, 42, 0.24);
  --admin-accent: #f7931e;
  color: var(--admin-ink);
  background: var(--admin-bg);
}

.admin-body .admin-return-header {
  min-height: 56px;
  padding: 8px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #0b0f13;
}

.admin-body .admin-page {
  padding: 12px;
  min-height: calc(100vh - 56px);
  background: var(--admin-bg);
}

.admin-body .admin-hero-command {
  display: none;
}

.admin-body .admin-workspace-command {
  min-height: calc(100vh - 80px);
  display: grid;
  grid-template-columns: 246px minmax(0, 1fr);
  grid-template-rows: 58px minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: var(--admin-cream);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.24);
}

.admin-body .admin-toolbar-command {
  grid-column: 2;
  grid-row: 1;
  min-height: 58px;
  padding: 10px 18px;
  border-width: 0 0 1px 1px;
  border-color: var(--admin-rule);
  border-radius: 0;
  background: linear-gradient(180deg, #fffaf2, #f0e7da);
  color: var(--admin-ink);
}

.admin-body .admin-toolbar-command .section-label {
  display: none;
}

.admin-body .admin-toolbar-command h2 {
  margin: 0;
  color: var(--admin-ink);
  font-family: var(--font-body), Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0;
}

.admin-body [data-admin-status] {
  max-width: 340px;
  padding: 7px 10px;
  border: 1px solid rgba(247, 147, 30, 0.22);
  background: rgba(247, 147, 30, 0.08);
  color: #8a4d07;
  font-size: 11px;
  text-align: right;
}

.admin-body .admin-tabs-command {
  grid-column: 1;
  grid-row: 1 / -1;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 14px 12px;
  display: grid;
  align-content: start;
  gap: 10px;
  overflow: auto;
  border-width: 0 1px 0 0;
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  background: var(--admin-frame);
  color: #eef3f6;
}

.admin-body .admin-menu-heading {
  padding: 4px 6px 10px;
  margin: 0 0 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.admin-body .admin-menu-heading span {
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
}

.admin-body .admin-menu-heading small {
  color: #96a4b1;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.2px;
}

.admin-body .admin-nav-quick,
.admin-body .admin-nav-group {
  display: grid;
  gap: 5px;
}

.admin-body .admin-nav-group {
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.035);
}

.admin-body .admin-nav-group.has-active {
  border-color: rgba(247, 147, 30, 0.34);
  background: rgba(247, 147, 30, 0.065);
}

.admin-body .admin-nav-group > summary {
  list-style: none;
  cursor: pointer;
  color: #c8d2da;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.admin-body .admin-nav-group > summary::-webkit-details-marker {
  display: none;
}

.admin-body .admin-nav-group > summary::after {
  content: "+";
  float: right;
  color: var(--admin-accent);
}

.admin-body .admin-nav-group[open] > summary::after {
  content: "-";
}

.admin-body .admin-tabs-command button {
  width: 100%;
  min-height: 42px;
  padding: 8px 10px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "title"
    "meta";
  gap: 2px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: #dfe7ec;
  text-align: left;
  box-shadow: none;
}

.admin-body .admin-tabs-command button span {
  display: none;
}

.admin-body .admin-tabs-command button strong,
.admin-body .admin-tabs-command button small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-body .admin-tabs-command button strong {
  grid-area: title;
  color: inherit;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: 0.2px;
}

.admin-body .admin-tabs-command button small {
  grid-area: meta;
  color: #8f9ca8;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.5px;
}

.admin-body .admin-tabs-command button:hover {
  border-color: rgba(255, 255, 255, 0.12);
  background: var(--admin-frame-soft);
}

.admin-body .admin-tabs-command button.is-active {
  border-color: rgba(247, 147, 30, 0.48);
  background: linear-gradient(135deg, rgba(247, 147, 30, 0.28), rgba(247, 147, 30, 0.08)), #303841;
  color: #ffffff;
  box-shadow: inset 3px 0 0 var(--admin-accent);
}

.admin-body .admin-panel-shell {
  grid-column: 2;
  grid-row: 2;
  height: calc(100vh - 138px);
  min-height: 0;
  padding: 14px;
  overflow: auto;
  background: var(--admin-cream);
  color: var(--admin-ink);
}

.admin-body .admin-product-layout {
  grid-template-columns: minmax(230px, 0.28fr) minmax(0, 1fr);
  gap: 12px;
}

.admin-body .admin-dashboard-layout {
  grid-template-columns: minmax(0, 1fr);
}

.admin-body .admin-product-list,
.admin-body .admin-product-form,
.admin-body .admin-link-manager,
.admin-body .admin-finish-editor,
.admin-body .admin-catalog-picker,
.admin-body .admin-editor-card,
.admin-body .admin-dashboard-card,
.admin-body .admin-media-picker-menu-panel {
  border: 1px solid var(--admin-rule);
  border-radius: 10px;
  background: var(--admin-cream-2);
  color: var(--admin-ink);
  box-shadow: 0 10px 24px rgba(38, 30, 20, 0.06);
}

.admin-body .admin-product-list {
  max-height: calc(100vh - 170px);
  padding: 12px;
  align-self: start;
  overflow: auto;
}

.admin-body .admin-product-form {
  padding: 14px;
  gap: 12px;
}

.admin-body .admin-list-heading {
  margin-bottom: 10px;
  align-items: center;
}

.admin-body .admin-list-heading h3,
.admin-body .admin-subsection-heading h3,
.admin-body .admin-editor-card .admin-subsection-heading h3,
.admin-body .admin-dashboard-card strong {
  color: var(--admin-ink);
  font-family: var(--font-body), Arial, Helvetica, sans-serif;
  font-weight: 950;
  letter-spacing: 0;
}

.admin-body .admin-list-heading h3 {
  font-size: 18px;
}

.admin-body .admin-subsection-heading h3,
.admin-body .admin-editor-card .admin-subsection-heading h3 {
  font-size: 17px;
  line-height: 1.12;
}

.admin-body .admin-subsection-heading {
  gap: 8px;
  margin-bottom: 10px;
  align-items: start;
}

.admin-body .admin-subsection-heading p:not(.section-label),
.admin-body .admin-catalog-slot-header small,
.admin-body .admin-empty-note,
.admin-body .admin-actions p {
  color: var(--admin-ink-soft);
}

.admin-body .section-label {
  color: #b45c00;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 1.7px;
}

.admin-body .admin-product-row,
.admin-body .admin-order-row,
.admin-body .admin-summary-row,
.admin-body .admin-finish-row,
.admin-body .admin-priced-option-row,
.admin-body .admin-link-row,
.admin-body .admin-catalog-image-row,
.admin-body .admin-catalog-choice,
.admin-body .admin-product-form .admin-product-check,
.admin-body .admin-product-form .admin-checkbox-line,
.admin-body .admin-order-item,
.admin-body .admin-order-design-card,
.admin-body .admin-email-contact,
.admin-body .admin-media-tile,
.admin-body .admin-media-picker-option,
.admin-body .admin-media-picker-preview,
.admin-body .admin-file-drop,
.admin-body .admin-site-menu button,
.admin-body .admin-email-menu-button {
  border-color: var(--admin-rule);
  background: #fffdf8;
  color: var(--admin-ink);
  box-shadow: none;
}

.admin-body .admin-product-row {
  min-height: 60px;
  margin-bottom: 7px;
  padding: 8px 9px;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 9px;
  border-radius: 9px;
}

.admin-body .admin-summary-row,
.admin-body [data-local-links-list] .admin-product-row {
  grid-template-columns: minmax(0, 1fr) auto;
  padding-left: 10px;
}

.admin-body .admin-product-row:hover,
.admin-body .admin-site-menu button:hover,
.admin-body .admin-email-menu-button:hover,
.admin-body .admin-media-tile:hover {
  border-color: rgba(247, 147, 30, 0.45);
  background: #fff6e7;
}

.admin-body .admin-product-row.is-active,
.admin-body .admin-product-row.is-selected {
  border-color: rgba(247, 147, 30, 0.62);
  background: #fff0d8;
  box-shadow: inset 3px 0 0 var(--admin-accent);
}

.admin-body .admin-product-row img,
.admin-body .admin-product-image-empty {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #111820;
}

.admin-body .admin-product-row strong,
.admin-body .admin-summary-row strong {
  color: var(--admin-ink);
  font-size: 13px;
  line-height: 1.1;
  font-weight: 950;
}

.admin-body .admin-product-row small,
.admin-body .admin-product-row em,
.admin-body .admin-summary-row em {
  color: var(--admin-ink-soft);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.3px;
}

.admin-body .admin-product-row em,
.admin-body .admin-summary-row em {
  padding: 4px 7px;
  border-radius: 999px;
  background: #efe3d4;
  color: #6c4c23;
  text-transform: uppercase;
}

.admin-body .admin-product-editor-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.admin-body .admin-editor-card-wide,
.admin-body .admin-selected-context,
.admin-body .admin-actions {
  grid-column: 1 / -1;
}

.admin-body .admin-selected-context {
  position: sticky;
  top: 0;
  z-index: 3;
  padding: 10px 12px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(247, 147, 30, 0.42);
  border-radius: 10px;
  background: linear-gradient(135deg, #262a2e, #161b20);
  color: #ffffff;
}

.admin-body .admin-selected-context strong {
  color: #ffffff;
  font-size: 15px;
}

.admin-body .admin-selected-context small {
  color: var(--admin-accent);
}

.admin-body .admin-selected-context em {
  color: #cfd8df;
}

.admin-body .admin-accordion {
  padding: 0;
  overflow: hidden;
}

.admin-body .admin-accordion:not([open]) {
  background: #fffdf8;
}

.admin-body .admin-accordion > summary {
  min-height: 58px;
  padding: 12px 42px 12px 14px;
}

.admin-body .admin-accordion > summary:hover {
  background: #fff6e7;
}

.admin-body .admin-accordion > summary::after {
  border-color: rgba(24, 33, 42, 0.18);
  background: #f2e6d6;
  color: #a85b08;
}

.admin-body .admin-accordion .admin-subsection-heading {
  grid-template-columns: minmax(0, 1fr) minmax(210px, 0.7fr);
}

.admin-body .admin-accordion-body {
  padding: 0 14px 14px;
  gap: 10px;
}

.admin-body .admin-form-grid,
.admin-body .admin-form-grid-compact,
.admin-body .admin-upload-row {
  gap: 10px;
}

.admin-body .admin-product-form label,
.admin-body .admin-file-control,
.admin-body .admin-file-drop,
.admin-body .admin-catalog-select-row {
  color: var(--admin-ink-soft);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.8px;
}

.admin-body .admin-product-form input,
.admin-body .admin-product-form select,
.admin-body .admin-product-form textarea,
.admin-body .admin-catalog-select-row select {
  min-height: 40px;
  padding: 10px 11px;
  border: 1px solid var(--admin-rule);
  border-radius: 8px;
  background: #fffdf8;
  color: var(--admin-ink);
  font-size: 13px;
  font-weight: 750;
}

.admin-body .admin-product-form textarea {
  min-height: 90px;
}

.admin-body .admin-toggle-grid {
  gap: 8px;
}

.admin-body .admin-product-form .admin-checkbox-line,
.admin-body .admin-toggle-grid .admin-checkbox-line {
  min-height: 42px;
  padding: 9px 10px;
  font-size: 13px;
  letter-spacing: 0.2px;
  text-transform: none;
}

.admin-body .admin-link-manager,
.admin-body .admin-finish-editor,
.admin-body .admin-catalog-picker,
.admin-body .admin-dashboard-chart-panel {
  padding: 14px;
}

.admin-body .admin-actions {
  position: sticky;
  bottom: 0;
  z-index: 4;
  margin: 4px 0 0;
  padding: 12px;
  border: 1px solid var(--admin-rule);
  border-radius: 10px;
  background: rgba(255, 250, 242, 0.94);
  backdrop-filter: blur(10px);
}

.admin-body .admin-dashboard-cards {
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  gap: 10px;
}

.admin-body .admin-dashboard-card {
  min-height: 92px;
  padding: 14px;
}

.admin-body .admin-dashboard-card strong {
  font-size: 24px;
}

.admin-body .admin-dashboard-card span,
.admin-body .admin-dashboard-card small {
  color: var(--admin-ink-soft);
  font-size: 10px;
}

.admin-body .admin-site-menu,
.admin-body .admin-email-menu {
  gap: 7px;
}

.admin-body .admin-media-library-panel {
  background: var(--admin-cream-2);
}

@media (max-width: 1240px) {
  .admin-body .admin-workspace-command {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto minmax(0, 1fr);
  }

  .admin-body .admin-toolbar-command {
    grid-column: 1;
    grid-row: 1;
    border-width: 0 0 1px;
  }

  .admin-body .admin-tabs-command {
    grid-column: 1;
    grid-row: 2;
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-width: 0 0 1px;
  }

  .admin-body .admin-panel-shell {
    grid-column: 1;
    grid-row: 3;
    height: auto;
  }
}

@media (max-width: 900px) {
  .admin-body .admin-product-layout,
  .admin-body .admin-product-editor-grid,
  .admin-body .admin-site-faq-editor {
    grid-template-columns: 1fr;
  }

  .admin-body .admin-product-list {
    max-height: none;
  }

  .admin-body .admin-dashboard-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-body .admin-accordion .admin-subsection-heading {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .admin-body .admin-page {
    padding: 8px;
  }

  .admin-body .admin-tabs-command {
    grid-template-columns: 1fr;
  }

  .admin-body .admin-dashboard-cards {
    grid-template-columns: 1fr;
  }
}

/* Admin polish: simplified tabs, catalog dropdowns, and lighter media panels */
.admin-body .admin-tabs-command {
  background: #252b32;
  border-color: rgba(205, 213, 222, 0.18);
}

.admin-body .admin-tabs-command button {
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "title"
    "meta";
  padding: 9px 12px;
  background: transparent;
}

.admin-body .admin-tabs-command button span {
  display: none;
}

.admin-body .admin-tabs-command button.is-active {
  background:
    linear-gradient(135deg, rgba(247, 147, 30, 0.22), rgba(247, 147, 30, 0.06)),
    #343b43;
}

.admin-body .admin-tabs-command button:hover {
  background: #303740;
}

.admin-body .admin-catalog-choice-list {
  display: grid;
  gap: 10px;
}

.admin-body .admin-catalog-select-row {
  display: grid;
  gap: 7px;
  color: var(--admin-muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.admin-body .admin-catalog-select-row select {
  width: 100%;
  min-height: 42px;
}

.admin-body [data-local-links-list] .admin-product-row {
  grid-template-columns: minmax(0, 1fr) auto;
  padding-left: 12px;
}

.admin-body .admin-media-library-panel {
  border-color: rgba(24, 31, 38, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 239, 230, 0.94)),
    #fbf8f1;
  color: #18212a;
}

.admin-body .admin-media-library-panel .section-label {
  color: var(--nxt-orange);
}

.admin-body .admin-media-library-panel .admin-subsection-heading h3,
.admin-body .admin-media-library-panel .admin-subsection-heading p:not(.section-label),
.admin-body .admin-media-library-panel label,
.admin-body .admin-media-library-panel small {
  color: #18212a;
}

.admin-body .admin-media-library-panel .admin-file-control,
.admin-body .admin-media-library-panel .admin-file-drop,
.admin-body .admin-media-library-panel .admin-media-tile {
  border-color: rgba(24, 31, 38, 0.14);
  background: #fffdf8;
  color: #18212a;
}

.admin-body .admin-media-library-panel .admin-media-tile img {
  background: #0b1117;
}

.admin-body .admin-media-library-panel input {
  color: #18212a;
}

/* Admin redesign v4 final color alignment */
.admin-body .admin-catalog-select-row {
  color: var(--admin-ink-soft);
}

.admin-body .admin-nav-group.has-active .is-active small,
.admin-body .admin-tabs-command button.is-active small {
  color: #f3d3a7;
}

/* Admin dark grey menu pass */
.admin-body {
  --admin-panel-grey: #252b32;
  --admin-panel-grey-soft: #2d343c;
  --admin-panel-grey-strong: #343c45;
  --admin-panel-line: rgba(219, 226, 232, 0.15);
  --admin-panel-text: #eef3f6;
  --admin-panel-muted: #aab6c0;
}

.admin-body .admin-workspace-command,
.admin-body .admin-panel-shell {
  background: #171c22;
}

.admin-body .admin-toolbar-command {
  border-color: var(--admin-panel-line);
  background: linear-gradient(180deg, #252b32, #20262d);
  color: var(--admin-panel-text);
}

.admin-body .admin-toolbar-command h2 {
  color: var(--admin-panel-text);
}

.admin-body [data-admin-status] {
  border-color: rgba(247, 147, 30, 0.38);
  background: rgba(247, 147, 30, 0.13);
  color: #ffd29a;
}

.admin-body .admin-product-list,
.admin-body .admin-product-form,
.admin-body .admin-link-manager,
.admin-body .admin-finish-editor,
.admin-body .admin-catalog-picker,
.admin-body .admin-editor-card,
.admin-body .admin-dashboard-card,
.admin-body .admin-media-library-panel,
.admin-body .admin-media-picker-menu-panel,
.admin-body .admin-site-menu button,
.admin-body .admin-email-menu-button {
  border-color: var(--admin-panel-line);
  background: var(--admin-panel-grey);
  color: var(--admin-panel-text);
  box-shadow: none;
}

.admin-body .admin-link-manager,
.admin-body .admin-finish-editor,
.admin-body .admin-catalog-picker,
.admin-body .admin-dashboard-chart-panel,
.admin-body .admin-media-library-panel {
  background: var(--admin-panel-grey-soft);
}

.admin-body .admin-list-heading h3,
.admin-body .admin-subsection-heading h3,
.admin-body .admin-editor-card .admin-subsection-heading h3,
.admin-body .admin-dashboard-card strong,
.admin-body .admin-media-library-panel .admin-subsection-heading h3 {
  color: var(--admin-panel-text);
}

.admin-body .admin-subsection-heading p:not(.section-label),
.admin-body .admin-catalog-slot-header small,
.admin-body .admin-empty-note,
.admin-body .admin-actions p,
.admin-body .admin-dashboard-card span,
.admin-body .admin-dashboard-card small,
.admin-body .admin-media-library-panel .admin-subsection-heading p:not(.section-label),
.admin-body .admin-media-library-panel label,
.admin-body .admin-media-library-panel small {
  color: var(--admin-panel-muted);
}

.admin-body .admin-product-row,
.admin-body .admin-order-row,
.admin-body .admin-summary-row,
.admin-body .admin-finish-row,
.admin-body .admin-link-row,
.admin-body .admin-catalog-image-row,
.admin-body .admin-catalog-choice,
.admin-body .admin-product-form .admin-product-check,
.admin-body .admin-product-form .admin-checkbox-line,
.admin-body .admin-order-item,
.admin-body .admin-order-design-card,
.admin-body .admin-email-contact,
.admin-body .admin-media-tile,
.admin-body .admin-media-picker-option,
.admin-body .admin-media-picker-preview,
.admin-body .admin-file-drop,
.admin-body .admin-file-control,
.admin-body .admin-media-library-panel .admin-file-control,
.admin-body .admin-media-library-panel .admin-file-drop,
.admin-body .admin-media-library-panel .admin-media-tile {
  border-color: var(--admin-panel-line);
  background: var(--admin-panel-grey-strong);
  color: var(--admin-panel-text);
}

.admin-body .admin-product-row:hover,
.admin-body .admin-site-menu button:hover,
.admin-body .admin-email-menu-button:hover,
.admin-body .admin-media-tile:hover {
  border-color: rgba(247, 147, 30, 0.52);
  background: #3b4650;
}

.admin-body .admin-product-row.is-active,
.admin-body .admin-product-row.is-selected {
  border-color: rgba(247, 147, 30, 0.68);
  background: #40362b;
}

.admin-body .admin-product-row strong,
.admin-body .admin-summary-row strong,
.admin-body .admin-media-library-panel strong {
  color: var(--admin-panel-text);
}

.admin-body .admin-product-row small,
.admin-body .admin-product-row em,
.admin-body .admin-summary-row em,
.admin-body .admin-catalog-select-row {
  color: var(--admin-panel-muted);
}

.admin-body .admin-product-row em,
.admin-body .admin-summary-row em {
  background: rgba(255, 255, 255, 0.08);
  color: #dce6ee;
}

.admin-body .admin-accordion:not([open]),
.admin-body .admin-accordion > summary:hover {
  background: var(--admin-panel-grey);
}

.admin-body .admin-actions {
  border-color: var(--admin-panel-line);
  background: rgba(37, 43, 50, 0.95);
}

.admin-body .admin-product-form input,
.admin-body .admin-product-form select,
.admin-body .admin-product-form textarea,
.admin-body .admin-catalog-select-row select,
.admin-body .admin-media-library-panel input {
  border-color: var(--admin-panel-line);
  background: #141a20;
  color: var(--admin-panel-text);
}

.admin-body .admin-media-library-panel .admin-media-tile,
.admin-body .admin-media-library-panel .admin-media-tile:hover,
.admin-body .admin-media-library-panel .admin-media-tile.is-active {
  background: #ffffff;
}

.admin-body .admin-media-library-panel .admin-media-tile img {
  background: #ffffff;
}

/* Admin menu theme and mobile pass */
.admin-body {
  --admin-menu-black: #111111;
  --admin-menu-ink: #151515;
  --admin-menu-orange: var(--bold-orange, #f7931e);
  --admin-menu-cream: #fffaf2;
  --admin-menu-soft: #f4efe6;
  --admin-menu-line: rgba(17, 17, 17, 0.16);
  background:
    radial-gradient(circle at 14% 0%, rgba(247, 147, 30, 0.12), transparent 320px),
    linear-gradient(180deg, #fffaf2 0%, #f3eee5 100%);
  color: var(--admin-menu-ink);
}

.admin-body .admin-return-header {
  min-height: 72px;
  padding: 10px clamp(14px, 3vw, 34px);
  border-bottom: 4px solid var(--admin-menu-black);
  background: #ffffff;
  color: var(--admin-menu-black);
  box-shadow: none;
}

.admin-body .admin-return-link {
  min-height: 44px;
  border: 3px solid var(--admin-menu-black);
  border-radius: 10px;
  background: #ffffff;
  color: var(--admin-menu-black);
  box-shadow: none;
}

.admin-body .admin-return-link span {
  border-radius: 7px;
  background: var(--admin-menu-orange);
  color: var(--admin-menu-black);
  font-weight: 950;
}

.admin-body .admin-return-brand {
  color: var(--admin-menu-black);
}

.admin-body .admin-return-brand img {
  width: 78px;
}

.admin-body .admin-page {
  padding: clamp(12px, 2vw, 22px);
  background: transparent;
}

.admin-body .admin-workspace-command {
  min-height: calc(100vh - 112px);
  border: 4px solid var(--admin-menu-black);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: none;
}

.admin-body .admin-toolbar-command {
  min-height: 72px;
  padding: 14px 18px;
  border-color: var(--admin-menu-black);
  border-width: 0 0 4px 4px;
  background: var(--admin-menu-cream);
  color: var(--admin-menu-black);
}

.admin-body .admin-toolbar-command h2 {
  color: var(--admin-menu-black);
  font-family: var(--font-body), Arial, Helvetica, sans-serif;
  font-size: clamp(20px, 2.3vw, 32px);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.admin-body [data-admin-status] {
  border: 3px solid var(--admin-menu-black);
  border-radius: 10px;
  background: #ffffff;
  color: var(--admin-menu-black);
  font-weight: 950;
  text-transform: uppercase;
}

.admin-body .admin-tabs-command {
  padding: 14px;
  gap: 12px;
  border-color: var(--admin-menu-black);
  border-width: 0 4px 0 0;
  background: var(--admin-menu-black);
  color: #ffffff;
  scrollbar-color: var(--admin-menu-orange) rgba(255, 255, 255, 0.14);
}

.admin-body .admin-menu-heading {
  padding: 4px 4px 12px;
  border-bottom: 3px solid rgba(247, 147, 30, 0.58);
}

.admin-body .admin-menu-heading span {
  color: #ffffff;
  font-family: var(--font-body), Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 950;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.admin-body .admin-menu-heading small,
.admin-body .admin-nav-group > summary {
  color: rgba(255, 255, 255, 0.72);
}

.admin-body .admin-nav-group,
.admin-body .admin-nav-quick {
  gap: 8px;
}

.admin-body .admin-nav-group {
  padding: 8px;
  border: 3px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
}

.admin-body .admin-nav-group.has-active {
  border-color: rgba(247, 147, 30, 0.72);
  background: rgba(247, 147, 30, 0.1);
}

.admin-body .admin-tabs-command button {
  min-height: 50px;
  padding: 9px 11px;
  border: 3px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
}

.admin-body .admin-tabs-command button strong {
  color: inherit;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.admin-body .admin-tabs-command button small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 900;
}

.admin-body .admin-tabs-command button:hover {
  border-color: rgba(247, 147, 30, 0.46);
  background: rgba(247, 147, 30, 0.1);
}

.admin-body .admin-tabs-command button.is-active {
  border-color: var(--admin-menu-orange);
  background: var(--admin-menu-orange);
  color: var(--admin-menu-black);
  box-shadow: none;
}

.admin-body .admin-tabs-command button.is-active small,
.admin-body .admin-nav-group.has-active .is-active small {
  color: rgba(17, 17, 17, 0.72);
}

.admin-body .admin-panel-shell {
  background: var(--admin-menu-soft);
}

.admin-body .admin-product-list,
.admin-body .admin-product-form,
.admin-body .admin-link-manager,
.admin-body .admin-finish-editor,
.admin-body .admin-catalog-picker,
.admin-body .admin-editor-card,
.admin-body .admin-dashboard-card,
.admin-body .admin-media-library-panel,
.admin-body .admin-media-picker-menu-panel,
.admin-body .admin-site-menu button,
.admin-body .admin-email-menu-button,
.admin-body .admin-actions {
  border: 3px solid var(--admin-menu-black);
  border-radius: 14px;
  background: #ffffff;
  color: var(--admin-menu-black);
  box-shadow: none;
}

.admin-body .admin-list-heading h3,
.admin-body .admin-subsection-heading h3,
.admin-body .admin-editor-card .admin-subsection-heading h3,
.admin-body .admin-dashboard-card strong {
  color: var(--admin-menu-black);
  font-family: var(--font-body), Arial, Helvetica, sans-serif;
  font-weight: 950;
  text-transform: uppercase;
}

.admin-body .admin-product-row,
.admin-body .admin-order-row,
.admin-body .admin-summary-row,
.admin-body .admin-finish-row,
.admin-body .admin-priced-option-row,
.admin-body .admin-link-row,
.admin-body .admin-catalog-image-row,
.admin-body .admin-catalog-choice,
.admin-body .admin-product-form .admin-product-check,
.admin-body .admin-product-form .admin-checkbox-line,
.admin-body .admin-order-item,
.admin-body .admin-order-design-card,
.admin-body .admin-email-contact,
.admin-body .admin-media-tile,
.admin-body .admin-media-picker-option,
.admin-body .admin-media-picker-preview,
.admin-body .admin-file-drop,
.admin-body .admin-file-control {
  border-color: var(--admin-menu-line);
  background: #fffdf8;
  color: var(--admin-menu-black);
}

.admin-body .admin-product-row:hover,
.admin-body .admin-product-row.is-active,
.admin-body .admin-product-row.is-selected {
  border-color: var(--admin-menu-orange);
  background: #fff1dc;
}

.admin-body .admin-product-form input,
.admin-body .admin-product-form select,
.admin-body .admin-product-form textarea,
.admin-body .admin-catalog-select-row select,
.admin-body .admin-media-library-panel input {
  border: 3px solid var(--admin-menu-line);
  border-radius: 10px;
  background: #ffffff;
  color: var(--admin-menu-black);
}

.admin-body .admin-product-form input:focus,
.admin-body .admin-product-form select:focus,
.admin-body .admin-product-form textarea:focus {
  outline: 3px solid rgba(247, 147, 30, 0.26);
  border-color: var(--admin-menu-orange);
}

@media (max-width: 760px) {
  .admin-body .admin-return-header {
    min-height: 68px;
    padding: 10px 12px;
    gap: 10px;
  }

  .admin-body .admin-return-brand img {
    width: 66px;
  }

  .admin-body .admin-page {
    padding: 8px;
  }

  .admin-body .admin-workspace-command {
    min-height: 0;
    display: block;
    overflow: visible;
    border-width: 3px;
    border-radius: 14px;
  }

  .admin-body .admin-toolbar-command {
    min-height: 0;
    padding: 14px;
    display: grid;
    gap: 10px;
    border-width: 0 0 3px;
  }

  .admin-body .admin-toolbar-command h2 {
    font-size: clamp(24px, 9vw, 36px);
  }

  .admin-body [data-admin-status] {
    width: 100%;
    max-width: none;
    text-align: left;
  }

  .admin-body .admin-tabs-command {
    position: sticky;
    top: 68px;
    z-index: 20;
    height: auto;
    max-height: 54vh;
    padding: 10px;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    border-width: 0 0 3px;
    border-radius: 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .admin-body .admin-menu-heading {
    flex: 0 0 124px;
    min-height: 100%;
    margin: 0;
    padding: 10px;
    display: grid;
    align-content: center;
    border: 3px solid rgba(247, 147, 30, 0.58);
    border-radius: 12px;
    scroll-snap-align: start;
  }

  .admin-body .admin-nav-quick,
  .admin-body .admin-nav-group {
    flex: 0 0 min(72vw, 260px);
    min-width: 0;
    scroll-snap-align: start;
  }

  .admin-body .admin-nav-group {
    max-height: calc(54vh - 20px);
    overflow-y: auto;
  }

  .admin-body .admin-tabs-command button {
    min-height: 48px;
  }

  .admin-body .admin-panel-shell {
    height: auto;
    min-height: 0;
    padding: 10px;
    overflow: visible;
  }

  .admin-body .admin-product-layout,
  .admin-body .admin-product-editor-grid,
  .admin-body .admin-site-faq-editor,
  .admin-body .admin-dashboard-cards,
  .admin-body .admin-dashboard-split,
  .admin-body .admin-form-grid,
  .admin-body .admin-form-grid-compact,
  .admin-body .admin-upload-row,
  .admin-body .admin-toggle-grid,
  .admin-body .admin-inline-control,
  .admin-body .admin-finish-row,
  .admin-body .admin-link-row,
  .admin-body .admin-catalog-image-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .admin-body .admin-product-list,
  .admin-body .admin-product-form,
  .admin-body .admin-link-manager,
  .admin-body .admin-finish-editor,
  .admin-body .admin-catalog-picker,
  .admin-body .admin-editor-card,
  .admin-body .admin-dashboard-card,
  .admin-body .admin-media-library-panel,
  .admin-body .admin-actions {
    padding: 12px;
    border-width: 3px;
    border-radius: 12px;
  }

  .admin-body .admin-product-list {
    max-height: none;
  }

  .admin-body .admin-selected-context,
  .admin-body .admin-actions {
    position: static;
  }

  .admin-body .admin-accordion .admin-subsection-heading {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Admin row indicator alignment */
.admin-body .admin-product-row {
  overflow: hidden;
}

.admin-body .admin-product-row::before {
  left: 8px;
  right: auto;
  z-index: 1;
  pointer-events: none;
}

.admin-body .admin-product-row > * {
  position: relative;
  z-index: 2;
}

.admin-body .admin-order-row,
.admin-body .admin-summary-row,
.admin-body [data-local-links-list] .admin-product-row {
  grid-template-columns: minmax(0, 1fr) auto;
  padding-left: 22px;
}

.admin-body .admin-order-row::before,
.admin-body .admin-summary-row::before,
.admin-body [data-local-links-list] .admin-product-row::before {
  left: 9px;
}

/* Admin accordion toggle alignment */
.admin-body .admin-product-redesign-form .admin-product-editor-grid {
  grid-template-columns: minmax(0, 1fr);
}

.admin-body .admin-product-redesign-form .admin-accordion,
.admin-body .admin-product-redesign-form .admin-editor-card,
.admin-body .admin-product-redesign-form .admin-link-manager,
.admin-body .admin-product-redesign-form .admin-finish-editor,
.admin-body .admin-product-redesign-form .admin-catalog-picker {
  grid-column: 1 / -1;
}

.admin-body .admin-accordion > summary {
  padding-right: 58px;
}

.admin-body .admin-accordion > summary::after {
  top: 50%;
  right: 16px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  line-height: 1;
  text-align: center;
  transform: translateY(-50%);
}

/* Admin website theme restore */
.admin-body {
  --admin-site-bg: #f9f7f2;
  --admin-site-surface: #fffefa;
  --admin-site-soft: #f2eee5;
  --admin-site-cream: #f4efe6;
  --admin-site-ink: #1a1a1a;
  --admin-site-muted: #5f584f;
  --admin-site-line: rgba(26, 26, 26, 0.12);
  --admin-site-line-strong: rgba(247, 147, 30, 0.45);
  background: var(--admin-site-bg);
  color: var(--admin-site-ink);
}

.admin-body .admin-return-header {
  border-bottom: 2px solid var(--nxt-orange);
  background: var(--charcoal);
}

.admin-body .admin-page,
.admin-body .admin-workspace-command,
.admin-body .admin-panel-shell {
  background:
    linear-gradient(180deg, rgba(255, 254, 250, 0.86), rgba(244, 239, 230, 0.92)),
    var(--admin-site-cream);
  color: var(--admin-site-ink);
}

.admin-body .admin-workspace-command {
  border-color: var(--admin-site-line);
  box-shadow: 0 20px 52px rgba(26, 26, 26, 0.12);
}

.admin-body .admin-toolbar-command {
  border-color: var(--admin-site-line);
  background:
    linear-gradient(180deg, rgba(255, 254, 250, 0.98), rgba(242, 238, 229, 0.94)),
    var(--admin-site-surface);
  color: var(--admin-site-ink);
}

.admin-body .admin-toolbar-command h2,
.admin-body .admin-list-heading h3,
.admin-body .admin-subsection-heading h3,
.admin-body .admin-editor-card .admin-subsection-heading h3,
.admin-body .admin-dashboard-card strong,
.admin-body .admin-media-library-panel .admin-subsection-heading h3 {
  color: var(--admin-site-ink);
}

.admin-body [data-admin-status] {
  border-color: rgba(247, 147, 30, 0.28);
  background: rgba(247, 147, 30, 0.1);
  color: #875009;
}

.admin-body .admin-tabs-command {
  border-color: rgba(247, 147, 30, 0.24);
  background: var(--charcoal);
  color: var(--off-white);
}

.admin-body .admin-menu-heading {
  border-bottom-color: rgba(247, 147, 30, 0.22);
}

.admin-body .admin-menu-heading span {
  color: #ffffff;
}

.admin-body .admin-menu-heading small,
.admin-body .admin-nav-group > summary,
.admin-body .admin-tabs-command button small {
  color: rgba(249, 249, 249, 0.68);
}

.admin-body .admin-nav-group {
  border-color: rgba(247, 147, 30, 0.18);
  background: rgba(255, 255, 255, 0.045);
}

.admin-body .admin-nav-group.has-active {
  border-color: rgba(247, 147, 30, 0.5);
  background: rgba(247, 147, 30, 0.12);
}

.admin-body .admin-tabs-command button {
  color: rgba(255, 255, 255, 0.9);
}

.admin-body .admin-tabs-command button:hover {
  border-color: rgba(247, 147, 30, 0.34);
  background: rgba(247, 147, 30, 0.1);
}

.admin-body .admin-tabs-command button.is-active {
  border-color: rgba(247, 147, 30, 0.68);
  background:
    linear-gradient(135deg, rgba(247, 147, 30, 0.26), rgba(247, 147, 30, 0.08)),
    rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.admin-body .admin-nav-group.has-active .is-active small,
.admin-body .admin-tabs-command button.is-active small {
  color: #ffd8a5;
}

.admin-body .admin-product-list,
.admin-body .admin-product-form,
.admin-body .admin-link-manager,
.admin-body .admin-finish-editor,
.admin-body .admin-catalog-picker,
.admin-body .admin-editor-card,
.admin-body .admin-dashboard-card,
.admin-body .admin-media-library-panel,
.admin-body .admin-media-picker-menu-panel,
.admin-body .admin-site-menu button,
.admin-body .admin-email-menu-button,
.admin-body .admin-actions {
  border-color: var(--admin-site-line);
  background: var(--admin-site-surface);
  color: var(--admin-site-ink);
  box-shadow: 0 12px 28px rgba(26, 26, 26, 0.06);
}

.admin-body .admin-link-manager,
.admin-body .admin-finish-editor,
.admin-body .admin-catalog-picker,
.admin-body .admin-dashboard-chart-panel,
.admin-body .admin-media-library-panel {
  background: var(--admin-site-surface);
}

.admin-body .admin-subsection-heading p:not(.section-label),
.admin-body .admin-catalog-slot-header small,
.admin-body .admin-empty-note,
.admin-body .admin-actions p,
.admin-body .admin-dashboard-card span,
.admin-body .admin-dashboard-card small,
.admin-body .admin-media-library-panel .admin-subsection-heading p:not(.section-label),
.admin-body .admin-media-library-panel label,
.admin-body .admin-media-library-panel small,
.admin-body .admin-catalog-select-row {
  color: var(--admin-site-muted);
}

.admin-body .admin-product-row,
.admin-body .admin-order-row,
.admin-body .admin-summary-row,
.admin-body .admin-finish-row,
.admin-body .admin-link-row,
.admin-body .admin-catalog-image-row,
.admin-body .admin-catalog-choice,
.admin-body .admin-product-form .admin-product-check,
.admin-body .admin-product-form .admin-checkbox-line,
.admin-body .admin-order-item,
.admin-body .admin-order-design-card,
.admin-body .admin-email-contact,
.admin-body .admin-media-tile,
.admin-body .admin-media-picker-option,
.admin-body .admin-media-picker-preview,
.admin-body .admin-file-drop,
.admin-body .admin-file-control,
.admin-body .admin-media-library-panel .admin-file-control,
.admin-body .admin-media-library-panel .admin-file-drop,
.admin-body .admin-media-library-panel .admin-media-tile {
  border-color: var(--admin-site-line);
  background: #ffffff;
  color: var(--admin-site-ink);
}

.admin-body .admin-product-row:hover,
.admin-body .admin-site-menu button:hover,
.admin-body .admin-email-menu-button:hover,
.admin-body .admin-media-tile:hover {
  border-color: var(--admin-site-line-strong);
  background: #fff7ea;
}

.admin-body .admin-product-row.is-active,
.admin-body .admin-product-row.is-selected,
.admin-body .admin-site-menu button.is-active,
.admin-body .admin-email-menu-button.is-active {
  border-color: var(--admin-site-line-strong);
  background: #fff1dc;
}

.admin-body .admin-product-row strong,
.admin-body .admin-summary-row strong,
.admin-body .admin-media-library-panel strong {
  color: var(--admin-site-ink);
}

.admin-body .admin-product-row small,
.admin-body .admin-product-row em,
.admin-body .admin-summary-row em {
  color: var(--admin-site-muted);
}

.admin-body .admin-product-row em,
.admin-body .admin-summary-row em {
  background: var(--admin-site-soft);
  color: #6e4a1f;
}

.admin-body .admin-accordion:not([open]),
.admin-body .admin-accordion > summary:hover {
  background: var(--admin-site-surface);
}

.admin-body .admin-accordion > summary::after {
  border-color: rgba(247, 147, 30, 0.32);
  background: #fff2df;
  color: var(--nxt-orange-dark);
}

.admin-body .admin-selected-context {
  border-color: rgba(247, 147, 30, 0.45);
  background:
    linear-gradient(135deg, rgba(26, 26, 26, 0.94), rgba(42, 42, 42, 0.9)),
    var(--charcoal);
}

.admin-body .admin-product-form input,
.admin-body .admin-product-form select,
.admin-body .admin-product-form textarea,
.admin-body .admin-catalog-select-row select,
.admin-body .admin-media-library-panel input {
  border-color: var(--admin-site-line);
  background: #ffffff;
  color: var(--admin-site-ink);
}

.admin-body .admin-media-library-panel .admin-media-tile,
.admin-body .admin-media-library-panel .admin-media-tile:hover,
.admin-body .admin-media-library-panel .admin-media-tile.is-active,
.admin-body .admin-media-library-panel .admin-media-tile img {
  background: #ffffff;
}

/* Homepage full-video hero */
.hero {
  min-height: 100vh;
  padding: 186px 56px 110px;
  position: relative;
  overflow: hidden;
  background: #0d0d0d;
  background-image: none !important;
}

.hero-background-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(0.95) contrast(1.08) brightness(0.72);
  transform: scale(1.12);
  transform-origin: center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.36) 48%, rgba(0, 0, 0, 0.18)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.12) 48%, rgba(0, 0, 0, 0.54));
  filter: none;
  opacity: 1;
  transform: none;
  animation: none;
  pointer-events: none;
  z-index: 1;
}

.hero-shell {
  grid-template-columns: minmax(0, 0.72fr) minmax(220px, 0.28fr);
  min-height: calc(100vh - 296px);
  position: relative;
  z-index: 2;
  align-items: center;
}

.hero-content {
  max-width: 760px;
  color: #ffffff;
  text-shadow: 0 5px 28px rgba(0, 0, 0, 0.62);
}

.hero h1 {
  color: #ffffff;
}

.hero-text,
.hero-highlights li {
  color: rgba(255, 255, 255, 0.86);
}

.secondary-button-dark {
  border-color: rgba(255, 255, 255, 0.38);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.secondary-button-dark:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--charcoal);
}

body:has(.hero-background-video) .navbar {
  min-height: 118px;
  border-bottom: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body:has(.hero-background-video) .brand p,
body:has(.hero-background-video) .nav-left a,
body:has(.hero-background-video) .nav-right a,
body:has(.hero-background-video) .mobile-cart-link,
body:has(.hero-background-video) .account-link {
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.62);
}

body:has(.hero-background-video) .nav-left a:hover,
body:has(.hero-background-video) .nav-right a:hover,
body:has(.hero-background-video) .mobile-cart-link:hover,
body:has(.hero-background-video) .account-link:hover {
  color: #ffffff;
}

body:has(.hero-background-video) .logo {
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.48));
}

body:has(.hero-background-video) .menu-button span {
  background: #ffffff;
}

@media (max-width: 1100px) {
  .hero-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .hero {
    min-height: 100vh;
    padding: 132px 22px 72px;
  }

  .hero-shell {
    min-height: calc(100vh - 204px);
  }

  body:has(.hero-background-video) .navbar {
    min-height: 86px;
  }
}

/* Homepage video hero spacing polish */
body:has(.hero-background-video) .hero {
  min-height: 100vh;
  padding-top: 230px;
  padding-bottom: 104px;
}

body:has(.hero-background-video) .hero-shell {
  min-height: calc(100vh - 334px);
  align-items: start;
}

body:has(.hero-background-video) .hero-content {
  padding-top: 0;
}

body:has(.hero-background-video) .hero-content::before {
  content: none;
}

body:has(.hero-background-video) .hero h1 {
  max-width: 820px;
  font-size: clamp(4rem, 6.7vw, 5.5rem);
  line-height: 1.02;
}

body:has(.hero-background-video) .hero::after {
  content: none;
  display: none;
}

body:has(.hero-background-video) .home-proof {
  margin-top: 0;
  padding-top: 34px;
}

body:has(.hero-background-video) .navbar {
  position: fixed;
  min-height: 96px;
  padding-top: 18px;
  padding-bottom: 18px;
  transition:
    min-height 180ms ease,
    padding 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    transform 220ms ease;
  transform: translateY(0);
  will-change: transform;
}

body:has(.hero-background-video).is-header-scrolled .navbar {
  min-height: 78px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 36px rgba(17, 17, 17, 0.1);
  backdrop-filter: blur(16px);
}

body:has(.hero-background-video).is-header-hidden .navbar {
  transform: translateY(-112%);
}

body:has(.hero-background-video).is-header-scrolled .nav-left a,
body:has(.hero-background-video).is-header-scrolled .nav-right a,
body:has(.hero-background-video).is-header-scrolled .mobile-cart-link,
body:has(.hero-background-video).is-header-scrolled .account-link {
  color: #171717;
  text-shadow: none;
}

body:has(.hero-background-video).is-header-scrolled .logo {
  width: 96px;
  filter: none;
}

body:has(.hero-background-video).is-header-scrolled .menu-button span {
  background: #171717;
}

body:has(.hero-background-video) .brand {
  align-self: start;
}

body:has(.hero-background-video) .logo {
  width: 108px;
  margin-top: 0;
}

body:has(.hero-background-video) .brand p {
  display: none;
}

body:has(.hero-background-video) .hero-shell {
  grid-template-columns: minmax(0, 0.82fr) minmax(160px, 0.18fr);
}

body:has(.hero-background-video) .hero-content {
  max-width: 1040px;
}

body:has(.hero-background-video) .hero h1 {
  max-width: 1040px;
  font-size: clamp(4.6rem, 7.4vw, 6.4rem);
}

body:has(.hero-background-video) .hero-text {
  max-width: 720px;
}

body:has(.hero-background-video) .nav-right .account-link,
body:has(.hero-background-video) .nav-right [data-cart-label] {
  display: none;
}

body:has(.hero-background-video) .nav-right {
  padding-right: 228px;
}

.floating-shop-access {
  position: fixed;
  top: 0;
  right: 22px;
  z-index: 80;
  display: flex;
  align-items: center;
  gap: 34px;
  height: 96px;
  transition: transform 220ms ease;
  transform: translateY(0);
  will-change: transform;
}

body:has(.hero-background-video).is-header-hidden .floating-shop-access {
  transform: translateY(-112px);
}

body:has(.hero-background-video).is-header-scrolled .floating-shop-access {
  height: 78px;
}

.floating-shop-access a {
  min-width: auto;
  min-height: auto;
  padding: 0 0 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: none;
  backdrop-filter: none;
}

.floating-shop-access a:hover {
  color: #ffffff;
}

.floating-shop-access .account-link {
  min-width: auto;
  min-height: auto;
  padding: 0 0 6px;
  color: #ffffff;
  transform: none;
}

.floating-shop-access .account-icon {
  display: none;
}

.floating-shop-access .account-link span:last-child {
  display: inline;
  max-width: none;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

body:has(.hero-background-video) .floating-shop-access a {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body:has(.hero-background-video) .floating-shop-access a:hover {
  background: transparent;
  border-color: transparent;
  color: rgba(255, 255, 255, 0.72);
}

body:has(.hero-background-video).is-header-scrolled .floating-shop-access a,
body:has(.hero-background-video).is-header-scrolled .floating-shop-access .account-link {
  color: #171717;
}

body:has(.hero-background-video).is-header-scrolled .floating-shop-access a:hover {
  color: rgba(23, 23, 23, 0.68);
}

body:has(.hero-background-video) .hero-button {
  border-color: var(--nxt-orange);
  background: var(--nxt-orange);
  color: #111111;
  box-shadow: none;
}

body:has(.hero-background-video) .hero-button:hover {
  border-color: var(--nxt-orange-dark);
  background: var(--nxt-orange-dark);
  color: #111111;
  box-shadow: 0 10px 24px rgba(216, 120, 11, 0.18);
}

body:has(.hero-background-video) .secondary-button {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

body:has(.hero-background-video) .secondary-button:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

body:has(.hero-background-video) .hero-highlights li::before {
  background: rgba(255, 255, 255, 0.88);
  box-shadow: none;
}

.home-category-feature {
  padding: 88px 56px 96px;
  border-top: 1px solid rgba(17, 17, 17, 0.06);
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfaf8 100%);
}

.home-category-feature-heading,
.home-category-feature-grid {
  max-width: 1320px;
  margin-inline: auto;
}

.home-category-feature-heading {
  margin-bottom: 34px;
  display: grid;
  gap: 8px;
  text-align: center;
}

.home-category-feature-heading span {
  color: var(--nxt-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.home-category-feature-heading h2 {
  color: #111111;
  font-family: var(--font-body);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.home-category-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.home-category-card {
  min-width: 0;
  display: grid;
  grid-template-rows: minmax(240px, 1fr) auto;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 18px;
  background: #ffffff;
  color: #111111;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(17, 17, 17, 0.08);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.home-category-card:hover {
  border-color: rgba(247, 147, 30, 0.38);
  box-shadow: 0 24px 60px rgba(17, 17, 17, 0.12);
  transform: translateY(-3px);
}

.home-category-feature .simple-featured-product {
  min-width: 0;
  opacity: 1;
  transform: none;
  transition:
    opacity 520ms ease,
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--featured-delay, 0ms);
}

.home-category-feature .simple-featured-product.is-featured-visible {
  opacity: 1;
  transform: none;
}

.home-category-card-image {
  min-height: 0;
  aspect-ratio: 1 / 1;
  display: block;
  overflow: hidden;
  background: #f5f2ee;
}

.home-category-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.96);
  transition: transform 360ms ease;
}

.home-category-card:hover .home-category-card-image img {
  transform: scale(1.035);
}

.home-category-card-copy {
  min-height: 132px;
  padding: 18px 18px 20px;
  display: grid;
  align-content: start;
  gap: 8px;
  border-top: 1px solid rgba(17, 17, 17, 0.06);
  background: #ffffff;
}

.home-category-card-copy strong {
  color: #111111;
  font-size: clamp(18px, 1.6vw, 23px);
  font-weight: 900;
  line-height: 1.08;
}

.home-category-card-copy em {
  color: #606060;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
}

.home-category-card-badge,
.catalog-visibility-badges {
  width: fit-content;
  min-height: 24px;
  padding: 5px 9px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(247, 147, 30, 0.12);
  color: var(--nxt-orange);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

.catalog-visibility-badges {
  gap: 6px;
}

.catalog-visibility-badges em {
  color: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  line-height: inherit;
}

.home-category-card-price {
  margin-top: 3px;
  color: #111111;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.home-category-card-price.is-sale {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 7px;
}

.home-category-card-price.is-sale s {
  color: #8a8a8a;
  font-size: 13px;
  font-weight: 800;
}

.home-category-card-price.is-sale strong {
  color: #111111;
  font-size: 16px;
  font-weight: 900;
}

.home-category-card-price.is-sale em {
  color: var(--nxt-orange);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.home-featured-simple {
  padding: 92px 56px 104px;
  background: #ffffff;
}

.home-featured-simple .featured-products-shell {
  max-width: 1320px;
  margin-bottom: 46px;
}

.home-featured-simple .featured-products-copy h2 {
  padding-bottom: 0;
  color: #111111;
}

.home-featured-simple .featured-products-copy h2::after {
  content: none;
}

.home-featured-simple .product-grid {
  max-width: 1320px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.home-featured-simple .simple-featured-product {
  min-width: 0;
  opacity: 0;
  transform: translateY(110px);
  filter: blur(8px);
  transition:
    opacity 700ms ease,
    filter 700ms ease,
    transform 820ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--featured-delay, 0ms);
  will-change: transform, opacity, filter;
}

.home-featured-simple .simple-featured-product.is-featured-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.home-featured-simple .catalog-product-link {
  min-height: 100%;
  padding: 0;
  display: grid;
  grid-template-rows: minmax(180px, 1fr) auto;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  color: #111111;
  text-decoration: none;
  overflow: hidden;
}

.home-featured-simple .catalog-product-link::after {
  content: none;
}

.home-featured-simple .catalog-image {
  min-height: 0;
  aspect-ratio: 1 / 1;
  padding: 0;
  display: grid;
  place-items: center;
  background: #ffffff;
  border: 1.5px solid #111111;
  box-shadow: none;
}

.home-featured-simple .catalog-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #ffffff;
}

.home-featured-simple .catalog-product-info {
  padding-top: 18px;
  display: grid;
  gap: 6px;
  justify-items: center;
  text-align: center;
}

.home-featured-simple .catalog-product-info strong,
.home-featured-simple .catalog-price {
  color: #111111;
}

.home-featured-simple .catalog-product-category {
  color: #5f5f5f;
}

.home-featured-simple .catalog-price,
.home-featured-simple .catalog-price.is-sale {
  display: grid;
  justify-items: center;
  gap: 2px;
  text-align: center;
}

.home-featured-simple .catalog-price.is-sale em {
  color: var(--nxt-orange);
}

.home-featured-simple .simple-featured-product-empty .catalog-product-link {
  min-height: 100%;
  pointer-events: none;
}

.home-featured-simple .simple-featured-product-empty .catalog-product-link {
  grid-template-rows: 1fr;
}

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

.home-section-heading h2,
.home-story-copy h2,
.home-final-cta h2 {
  color: #111111;
  font-family: var(--font-body);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.home-section-heading a,
.home-story-copy a,
.home-final-cta a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #111111;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.home-section-heading a:hover,
.home-story-copy a:hover,
.home-final-cta a:hover {
  color: var(--nxt-orange);
}

.home-shop-categories,
.home-order-flow,
.home-story-preview,
.home-review-strip,
.home-final-cta {
  background: #ffffff;
  border-top: 1px solid #e8e8e8;
}

.home-shop-categories {
  padding: 92px 56px 104px;
  background:
    radial-gradient(circle at 18% 18%, rgba(247, 147, 30, 0.09), transparent 24rem),
    linear-gradient(180deg, #fbfaf8 0%, #f2eee7 100%);
}

.home-shop-categories .shop-category-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.home-shop-categories-heading {
  max-width: 1320px;
  margin: 0 auto 34px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.home-shop-categories-heading div {
  display: grid;
  gap: 8px;
}

.home-shop-categories-heading span {
  color: var(--nxt-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.home-shop-categories-heading h2 {
  color: #111111;
  font-family: var(--font-body);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.home-shop-categories-heading a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111111;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.home-shop-categories-heading a:hover {
  color: var(--nxt-orange);
}

.shop-category-card {
  min-width: 0;
  height: 100%;
  display: grid;
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 620ms ease,
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--category-index, 0) * 70ms);
}

.shop-category-card.is-category-visible {
  opacity: 1;
  transform: translateY(0);
}

.shop-category-card-link {
  height: 100%;
  min-height: 100%;
  padding: 14px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 18px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  color: #111111;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(17, 17, 17, 0.07);
  overflow: hidden;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.shop-category-card-link:hover {
  border-color: rgba(247, 147, 30, 0.35);
  background: #ffffff;
  box-shadow: 0 24px 56px rgba(17, 17, 17, 0.1);
  transform: translateY(-3px);
}

.shop-category-placeholder {
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: inset 0 0 0 10px rgba(247, 147, 30, 0.035);
}

.shop-category-placeholder span {
  color: rgba(17, 17, 17, 0.16);
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.shop-category-card-copy {
  min-height: 178px;
  padding: 0 4px 5px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.shop-category-card-copy small {
  color: var(--nxt-orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.shop-category-card-copy strong {
  color: #111111;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 900;
  line-height: 1.02;
}

.shop-category-card-copy em {
  color: #606060;
  font-size: 14px;
  font-style: normal;
  font-weight: 650;
  line-height: 1.45;
}

.shop-category-card-copy > span {
  margin-top: auto;
  color: #111111;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.category-feature-heading {
  margin-top: 8px;
  color: #111111;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.category-feature-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.category-feature-product {
  min-width: 0;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 10px;
  border: 1px solid #dedede;
  color: #111111;
  text-decoration: none;
  transition:
    border-color 160ms ease,
    transform 160ms ease;
}

.category-feature-product:hover {
  border-color: #111111;
  transform: translateY(-1px);
}

.category-feature-product span {
  grid-row: 1 / 3;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  background: #ffffff;
}

.category-feature-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.category-feature-product strong,
.category-feature-product em {
  grid-column: 2;
}

.category-feature-product strong {
  align-self: end;
  font-size: 12px;
  line-height: 1.25;
}

.category-feature-product em {
  align-self: start;
  color: #606060;
  font-size: 12px;
  font-style: normal;
}

.category-feature-empty {
  grid-column: 1 / -1;
  color: #606060;
}

.category-shop-link {
  width: fit-content;
  margin-top: 2px;
  color: #111111;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.category-shop-link:hover {
  color: var(--nxt-orange);
}

.home-order-flow {
  padding: 86px 56px;
}

.home-order-steps {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-order-steps article,
.home-review-grid article {
  min-height: 190px;
  padding: 26px;
  border: 1px solid #111111;
  background: #ffffff;
}

.home-order-steps span {
  display: block;
  margin-bottom: 34px;
  color: var(--nxt-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.4px;
}

.home-order-steps h3 {
  color: #111111;
  font-size: 22px;
  line-height: 1.15;
}

.home-order-steps p,
.home-review-grid p {
  margin-top: 12px;
  color: #5f5f5f;
  font-size: 14px;
  line-height: 1.55;
}

.home-story-preview {
  padding: 0 56px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(36px, 6vw, 92px);
}

.home-story-image {
  min-height: 520px;
}

.home-story-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
}

.home-story-copy {
  max-width: 610px;
  padding: 72px 0;
}

.home-story-copy p {
  margin-bottom: 18px;
  color: var(--nxt-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.home-story-copy h2 {
  margin-bottom: 28px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 600;
  line-height: 0.98;
}

.home-review-strip {
  padding: 92px 56px 104px;
}

.home-review-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-review-grid strong {
  color: #111111;
  font-size: 17px;
}

.home-final-cta {
  padding: 88px 56px 96px;
  display: grid;
  justify-items: center;
  gap: 28px;
  text-align: center;
}

.home-final-cta a {
  min-height: 48px;
  padding: 14px 28px;
  border: 1.5px solid #111111;
}

.home-final-cta a:hover {
  border-color: var(--nxt-orange);
}

@media (prefers-reduced-motion: reduce) {
  .home-featured-simple .simple-featured-product {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

@media (max-width: 700px) {
  body:has(.hero-background-video) .hero {
    min-height: 100vh;
    padding-top: 154px;
    padding-bottom: 84px;
  }

  body:has(.hero-background-video) .hero-shell {
    min-height: calc(100vh - 214px);
  }

  body:has(.hero-background-video) .home-proof {
    margin-top: 0;
    padding-top: 26px;
  }

  body:has(.hero-background-video) .hero::after {
    left: 0;
    right: 0;
    height: 64px;
  }

  .floating-shop-access {
    top: auto;
    right: 14px;
    bottom: 14px;
  }

  body:has(.hero-background-video).is-header-hidden .floating-shop-access {
    transform: translateY(112px);
  }

  body:has(.hero-background-video) .nav-right {
    padding-right: 0;
  }

  .floating-shop-access a {
    min-height: 40px;
    padding: 9px 12px;
  }

  .home-featured-simple {
    padding: 64px 20px 72px;
  }

  .home-category-feature {
    padding: 64px 20px 72px;
  }

  .home-category-feature-heading {
    margin-bottom: 28px;
  }

  .home-category-feature-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .home-category-card {
    grid-template-rows: minmax(210px, auto) auto;
  }

  .home-category-card-image {
    aspect-ratio: 4 / 3;
  }

  .home-featured-simple .featured-products-shell {
    margin-bottom: 30px;
  }

  .home-featured-simple .product-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .home-section-heading {
    align-items: start;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .home-shop-categories,
  .home-order-flow,
  .home-review-strip,
  .home-final-cta {
    padding: 64px 20px 72px;
  }

  .home-shop-categories .shop-category-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .home-shop-categories-heading {
    align-items: start;
    flex-direction: column;
    margin-bottom: 28px;
  }

  .shop-category-card-link {
    grid-template-columns: 108px minmax(0, 1fr);
    grid-template-rows: auto;
    align-items: stretch;
    gap: 14px;
  }

  .shop-category-placeholder {
    min-height: 108px;
  }

  .shop-category-card-copy {
    align-content: center;
  }

  .category-feature-products {
    grid-template-columns: 1fr;
  }

  .category-feature-product {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  .home-order-steps,
  .home-review-grid {
    grid-template-columns: 1fr;
  }

  .home-story-preview {
    padding: 0 20px 68px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home-story-image,
  .home-story-image img {
    min-height: 360px;
  }

  .home-story-copy {
    padding: 0;
  }
}

/* Homepage full-screen section rhythm */
body:not(.admin-body) main > section:not(.hero) {
  width: 100%;
  min-height: 100svh;
  margin: 0;
  padding-top: clamp(72px, 8vh, 104px);
  padding-bottom: clamp(72px, 8vh, 104px);
  display: grid;
  align-content: center;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

body:not(.admin-body) .products-section,
body:not(.admin-body) .home-reviews,
body:not(.admin-body) .home-faq {
  justify-items: center;
}

body:not(.admin-body) .home-about,
body:not(.admin-body) .home-contact {
  align-items: center;
}

body:not(.admin-body) .products-section .featured-products-shell {
  margin-bottom: clamp(32px, 5vh, 58px);
}

body:not(.admin-body) .home-contact {
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.72fr);
}

/* Denser homepage about section */
body:not(.admin-body) .home-about {
  min-height: auto !important;
  padding: clamp(52px, 6vw, 72px) 56px !important;
  grid-template-columns: minmax(420px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(44px, 5vw, 78px);
  align-content: center;
  background:
    linear-gradient(180deg, #f6f2eb 0%, #fbfaf7 100%) !important;
}

body:not(.admin-body) .home-about-image {
  align-self: center;
}

body:not(.admin-body) .home-about-image img {
  height: clamp(620px, 68vh, 720px);
  min-height: 0;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(17, 17, 17, 0.12);
}

body:not(.admin-body) .home-about-content {
  max-width: 840px;
  align-self: center;
}

body:not(.admin-body) .home-about-content h2 {
  max-width: 760px;
  margin-bottom: 30px;
  font-size: clamp(54px, 4.7vw, 74px);
  line-height: 0.95;
}

body:not(.admin-body) .home-about-content p:not(.about-eyebrow) {
  max-width: 780px;
  font-size: 18px;
  line-height: 1.78;
  margin-bottom: 22px;
}

body:not(.admin-body) .home-about .about-eyebrow {
  margin-bottom: 18px;
  font-size: 13px;
}

@media (max-width: 900px) {
  body:not(.admin-body) main > section:not(.hero) {
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  body:not(.admin-body) .home-about,
  body:not(.admin-body) .home-contact {
    grid-template-columns: 1fr;
  }

  body:not(.admin-body) .home-about {
    padding: 58px 22px !important;
    gap: 30px;
  }

  body:not(.admin-body) .home-about-image img {
    min-height: 420px;
  }

  body:not(.admin-body) .home-about-content h2 {
    font-size: 44px;
  }

  body:not(.admin-body) .home-about-content p:not(.about-eyebrow) {
    font-size: 16px;
  }
}

/* Reference-inspired customer review layout */
body:not(.admin-body) .home-reviews {
  min-height: auto !important;
  padding: clamp(72px, 8vw, 104px) 56px clamp(86px, 9vw, 118px) !important;
  display: grid;
  align-content: start;
  background: #fbfaf7 !important;
}

body:not(.admin-body) .home-reviews .section-heading {
  max-width: 1320px;
  margin: 0 auto clamp(56px, 7vw, 86px);
  text-align: center;
}

body:not(.admin-body) .home-reviews .section-heading .section-label,
body:not(.admin-body) .home-reviews .section-heading p:not(.section-label) {
  display: none;
}

body:not(.admin-body) .home-reviews .section-heading h2 {
  max-width: none;
  color: #111111 !important;
  font-family: var(--font-body);
  font-size: clamp(42px, 5.4vw, 86px);
  font-weight: 950;
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}

body:not(.admin-body) .review-grid {
  width: min(100%, 1320px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

body:not(.admin-body) .review-card {
  min-height: 420px;
  padding: clamp(30px, 3.2vw, 48px) clamp(24px, 2.8vw, 38px);
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 22px;
  border: 4px solid #111111 !important;
  border-radius: 18px;
  background: #f7931e !important;
  color: #111111;
  box-shadow: none !important;
  text-align: center;
}

body:not(.admin-body) .review-card:nth-child(2) {
  min-height: 330px;
  transform: translateY(44px);
}

body:not(.admin-body) .review-card:nth-child(3) {
  min-height: 390px;
  transform: translateY(-18px);
}

body:not(.admin-body) .review-card::before {
  content: "★★★★★";
  color: #111111;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 950;
  letter-spacing: 5px;
  line-height: 1;
}

body:not(.admin-body) .review-card-header {
  order: 3;
  display: block;
}

body:not(.admin-body) .review-card-header strong {
  color: #111111 !important;
  font-family: var(--font-body);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

body:not(.admin-body) .review-card-header strong::before {
  content: "- ";
}

body:not(.admin-body) .review-card-header span,
body:not(.admin-body) .review-card small {
  display: none;
}

body:not(.admin-body) .review-card p {
  order: 2;
  margin: 0;
  color: #111111 !important;
  font-size: clamp(22px, 2.1vw, 32px);
  font-weight: 600;
  line-height: 1.28;
}

@media (max-width: 900px) {
  body:not(.admin-body) .home-reviews {
    padding: 64px 18px 76px !important;
  }

  body:not(.admin-body) .review-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  body:not(.admin-body) .review-card,
  body:not(.admin-body) .review-card:nth-child(2),
  body:not(.admin-body) .review-card:nth-child(3) {
    min-height: 300px;
    transform: none;
  }
}

@media (max-width: 760px) {
  body:not(.admin-body) .home-reviews {
    min-height: calc(100svh - 74px) !important;
    padding: 22px 12px 24px !important;
    align-content: center !important;
    overflow: hidden;
  }

  body:not(.admin-body) .home-reviews .section-heading {
    margin: 0 auto 14px !important;
  }

  body:not(.admin-body) .home-reviews .section-heading h2 {
    font-size: clamp(26px, 9vw, 34px) !important;
    line-height: 0.95 !important;
  }

  body:not(.admin-body) .review-grid {
    width: 100% !important;
    max-width: 390px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-areas:
      "first second"
      "third third" !important;
    gap: 9px !important;
    align-items: center !important;
  }

  body:not(.admin-body) .review-card,
  body:not(.admin-body) .review-card:nth-child(2),
  body:not(.admin-body) .review-card:nth-child(3) {
    min-height: 0 !important;
    padding: 12px 10px !important;
    gap: 8px !important;
    border-width: 3px !important;
    border-radius: 12px !important;
    transform: none;
  }

  body:not(.admin-body) .review-card:nth-child(1) {
    grid-area: first;
    min-height: 214px !important;
    transform: translateY(-8px);
  }

  body:not(.admin-body) .review-card:nth-child(2) {
    grid-area: second;
    min-height: 184px !important;
    transform: translateY(12px);
  }

  body:not(.admin-body) .review-card:nth-child(3) {
    grid-area: third;
    width: min(100%, 82%) !important;
    min-height: 156px !important;
    justify-self: center !important;
    transform: translateY(-2px);
  }

  body:not(.admin-body) .review-card::before {
    font-size: 18px !important;
    letter-spacing: 2px !important;
  }

  body:not(.admin-body) .review-card p {
    font-size: clamp(12px, 3.3vw, 14px) !important;
    line-height: 1.22 !important;
  }

  body:not(.admin-body) .review-card-header strong {
    font-size: clamp(11px, 3vw, 13px) !important;
    line-height: 1.05 !important;
  }
}

/* Bold NXT visual language to match the review section */
body:not(.admin-body) {
  --bold-cream: #fbfaf7;
  --bold-panel: #fff6e7;
  --bold-orange: #f7931e;
  --bold-black: #111111;
  --bold-muted: #4d4d4d;
  background: var(--bold-cream);
}

body:not(.admin-body) .navbar,
body:not(.admin-body) .page-navbar {
  border-bottom: 0 !important;
  background: transparent !important;
  box-shadow: none;
}

body:not(.admin-body) .nav-left a,
body:not(.admin-body) .nav-right a,
body:not(.admin-body) .mobile-cart-link,
body:not(.admin-body) .account-link {
  color: rgba(255, 255, 255, 0.88) !important;
  font-weight: 900;
}

body:not(.admin-body) .nav-left a:hover,
body:not(.admin-body) .nav-right a:hover,
body:not(.admin-body) .mobile-cart-link:hover,
body:not(.admin-body) .account-link:hover {
  color: var(--bold-orange) !important;
}

body:not(.admin-body) .floating-shop-access a {
  min-height: auto;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

body:not(.admin-body) .floating-shop-access .account-link {
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.88) !important;
  transform: none;
}

body:not(.admin-body) .floating-shop-access a:hover {
  background: transparent !important;
  color: var(--bold-orange) !important;
}

body:not(.admin-body).is-header-scrolled .nav-left a,
body:not(.admin-body).is-header-scrolled .nav-right a,
body:not(.admin-body).is-header-scrolled .mobile-cart-link,
body:not(.admin-body).is-header-scrolled .account-link,
body:not(.admin-body).is-header-scrolled .floating-shop-access a,
body:not(.admin-body).is-header-scrolled .floating-shop-access .account-link {
  color: var(--bold-black) !important;
  text-shadow: none !important;
}

body:not(.admin-body).is-header-scrolled .nav-left a:hover,
body:not(.admin-body).is-header-scrolled .nav-right a:hover,
body:not(.admin-body).is-header-scrolled .mobile-cart-link:hover,
body:not(.admin-body).is-header-scrolled .account-link:hover,
body:not(.admin-body).is-header-scrolled .floating-shop-access a:hover {
  color: var(--bold-orange) !important;
}

body:not(.admin-body) main > section:not(.hero):not(.home-reviews) {
  background: var(--bold-cream) !important;
}

body:not(.admin-body) .hero::before {
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.82) 0%, rgba(17, 17, 17, 0.5) 44%, rgba(17, 17, 17, 0.24) 100%),
    linear-gradient(180deg, rgba(17, 17, 17, 0.18) 0%, rgba(17, 17, 17, 0.68) 100%);
}

body:not(.admin-body) .hero h1 {
  color: #ffffff;
  font-family: var(--font-body);
  font-weight: 950;
  text-transform: uppercase;
}

body:not(.admin-body) .hero .eyebrow,
body:not(.admin-body) .hero-highlights li::before,
body:not(.admin-body) .section-label,
body:not(.admin-body) .about-eyebrow {
  color: var(--bold-orange) !important;
}

body:not(.admin-body) .hero-button,
body:not(.admin-body) .secondary-button,
body:not(.admin-body) .section-shop-all-link,
body:not(.admin-body) .text-link {
  border: 3px solid var(--bold-black) !important;
  border-radius: 14px !important;
  background: var(--bold-orange) !important;
  color: var(--bold-black) !important;
  box-shadow: none !important;
  font-weight: 950;
}

body:not(.admin-body) .secondary-button,
body:not(.admin-body) .text-link {
  background: #ffffff !important;
}

body:not(.admin-body) .hero-button:hover,
body:not(.admin-body) .secondary-button:hover,
body:not(.admin-body) .section-shop-all-link:hover,
body:not(.admin-body) .text-link:hover {
  transform: translateY(-2px);
  background: var(--bold-black) !important;
  color: #ffffff !important;
}

body:not(.admin-body) .featured-products-copy h2,
body:not(.admin-body) .home-about-content h2,
body:not(.admin-body) .home-faq .section-heading h2,
body:not(.admin-body) .contact-copy h2,
body:not(.admin-body) .products-hero h1,
body:not(.admin-body) .cart-hero h1 {
  color: var(--bold-black) !important;
  font-family: var(--font-body);
  font-weight: 950;
  line-height: 0.95;
  text-transform: uppercase;
}

body:not(.admin-body) .featured-products-copy h2::after {
  height: 4px;
  background: var(--bold-orange);
}

body:not(.admin-body) .products-section {
  border-top: 4px solid var(--bold-black);
  border-bottom: 4px solid var(--bold-black);
  background: #ffffff !important;
}

body:not(.admin-body) .products-section .catalog-product-link,
body:not(.admin-body) .product-listing-card .catalog-product-link {
  border: 4px solid var(--bold-black) !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  overflow: hidden;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

body:not(.admin-body) .products-section .catalog-product-link:hover,
body:not(.admin-body) .product-listing-card .catalog-product-link:hover {
  transform: translateY(-5px);
  box-shadow: none;
}

body:not(.admin-body) .products-section .catalog-image,
body:not(.admin-body) .catalog-section .catalog-image {
  position: relative;
  border: 0 !important;
  border-bottom: 4px solid var(--bold-black) !important;
  border-radius: 0;
  background: var(--bold-panel) !important;
  box-shadow: none !important;
  overflow: hidden;
}

body:not(.admin-body) .catalog-image .catalog-image-primary,
body:not(.admin-body) .catalog-image .catalog-image-hover {
  transition:
    opacity 220ms ease,
    transform 260ms ease;
}

body:not(.admin-body) .catalog-image .catalog-image-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

body:not(.admin-body) .catalog-product-link:hover .catalog-image .catalog-image-primary {
  opacity: 0;
  transform: scale(1.02);
}

body:not(.admin-body) .catalog-product-link:hover .catalog-image .catalog-image-hover {
  opacity: 1;
  transform: scale(1.02);
}

body:not(.admin-body) .products-section .catalog-product-info,
body:not(.admin-body) .catalog-section .catalog-product-info {
  padding: 18px !important;
}

body:not(.admin-body) .products-section .catalog-product-info strong,
body:not(.admin-body) .catalog-section .catalog-product-info strong,
body:not(.admin-body) .catalog-price {
  color: var(--bold-black) !important;
  font-weight: 950;
}

body:not(.admin-body) .home-about {
  border-top: 4px solid var(--bold-black);
  border-bottom: 4px solid var(--bold-black);
  background: var(--bold-panel) !important;
}

body:not(.admin-body) .home-about-image img {
  border: 4px solid var(--bold-black) !important;
  border-radius: 18px;
  box-shadow: none;
}

body:not(.admin-body) .home-about-content p:not(.about-eyebrow),
body:not(.admin-body) .home-faq .section-heading p,
body:not(.admin-body) .contact-copy p {
  color: var(--bold-muted) !important;
  font-weight: 650;
}

body:not(.admin-body) .home-faq {
  border-bottom: 4px solid var(--bold-black);
  background: var(--bold-cream) !important;
}

body:not(.admin-body) .faq-item {
  border: 4px solid var(--bold-black) !important;
  border-radius: 18px;
  background: #ffffff !important;
  box-shadow: none !important;
}

body:not(.admin-body) .faq-question {
  color: var(--bold-black) !important;
  font-weight: 950;
}

body:not(.admin-body) .faq-question strong {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 3px solid var(--bold-black);
  border-radius: 999px;
  background: var(--bold-orange);
  color: var(--bold-black);
}

body:not(.admin-body) .home-contact {
  border-top: 4px solid var(--bold-black);
  background: var(--bold-cream) !important;
}

body:not(.admin-body) .home-contact .section-label {
  color: var(--bold-orange) !important;
}

body:not(.admin-body) .contact-card a {
  border: 4px solid var(--bold-black) !important;
  border-radius: 18px;
  background: #ffffff !important;
  color: var(--bold-black) !important;
  box-shadow: none !important;
}

body:not(.admin-body) .contact-card a:hover {
  transform: translateY(-3px);
  background: var(--bold-panel) !important;
  box-shadow: 8px 8px 0 var(--bold-black) !important;
}

body:not(.admin-body) .contact-card span {
  color: var(--bold-orange) !important;
}

body:not(.admin-body) .contact-card strong {
  color: var(--bold-black) !important;
}

body:not(.admin-body) .home-contact {
  min-height: auto !important;
  padding: clamp(74px, 8vw, 108px) 56px !important;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 0.78fr) !important;
  justify-content: center;
  gap: clamp(40px, 5vw, 76px);
}

body:not(.admin-body) .contact-copy {
  max-width: 650px;
}

body:not(.admin-body) .contact-copy h2 {
  max-width: 620px;
  font-size: clamp(54px, 5.2vw, 76px);
}

body:not(.admin-body) .contact-copy p {
  max-width: 560px;
  font-size: 18px;
  line-height: 1.65;
}

body:not(.admin-body) .contact-card {
  width: min(100%, 640px);
  gap: 14px;
}

body:not(.admin-body) .contact-card a {
  min-height: 118px;
  padding: 24px 28px;
}

body:not(.admin-body) .contact-card span {
  font-size: 12px;
}

body:not(.admin-body) .contact-card strong {
  font-size: clamp(24px, 2.4vw, 34px);
}

body:not(.admin-body) .site-footer {
  border-top: 1px solid rgba(17, 17, 17, 0.16);
  background: transparent !important;
}

body:not(.admin-body) .site-footer span,
body:not(.admin-body) .site-footer a {
  color: var(--bold-black) !important;
  font-weight: 950;
}

body:not(.admin-body) .site-footer a:hover {
  color: var(--bold-orange) !important;
}

/* Product listing page polish */
body:not(.admin-body):has(.products-page) {
  background: var(--bold-cream);
}

body:not(.admin-body) .page-navbar {
  background: rgba(251, 250, 247, 0.94) !important;
  border-bottom: 1px solid rgba(17, 17, 17, 0.14) !important;
  backdrop-filter: blur(18px);
}

body:not(.admin-body) .page-navbar .nav-left a,
body:not(.admin-body) .page-navbar .nav-right a,
body:not(.admin-body) .page-navbar .mobile-cart-link,
body:not(.admin-body) .page-navbar .account-link {
  color: var(--bold-black) !important;
  text-shadow: none !important;
}

body:not(.admin-body) .page-navbar .nav-left a:hover,
body:not(.admin-body) .page-navbar .nav-right a:hover,
body:not(.admin-body) .page-navbar .mobile-cart-link:hover,
body:not(.admin-body) .page-navbar .account-link:hover {
  color: var(--bold-orange) !important;
}

body:not(.admin-body) .products-page {
  min-height: 100vh;
  background: var(--bold-cream) !important;
  color: var(--bold-black);
}

body:not(.admin-body) .products-hero {
  min-height: auto !important;
  display: block !important;
  align-content: normal !important;
  padding: clamp(64px, 6vw, 88px) 56px clamp(44px, 5vw, 64px) !important;
  border-bottom: 4px solid var(--bold-black);
  background: var(--bold-cream) !important;
}

body:not(.admin-body) .products-hero::after {
  display: none !important;
}

body:not(.admin-body) .products-hero .section-label {
  margin: 0 auto 20px;
  width: min(100%, 1260px);
  color: var(--bold-orange) !important;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 3.2px;
}

body:not(.admin-body) .products-hero h1 {
  width: min(100%, 1260px);
  max-width: 1260px;
  margin: 0 auto 22px;
  color: var(--bold-black) !important;
  font-family: var(--font-body);
  font-size: clamp(46px, 4.4vw, 70px);
  font-weight: 950;
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: uppercase;
}

body:not(.admin-body) .products-hero p:last-child {
  width: min(100%, 780px);
  max-width: 780px;
  margin: 0 auto 0 max(0px, calc((100% - 1260px) / 2));
  color: var(--bold-muted) !important;
  font-size: clamp(18px, 1.55vw, 22px);
  font-weight: 650;
  line-height: 1.58;
}

body:not(.admin-body) .catalog-section {
  min-height: auto !important;
  display: block !important;
  align-content: normal !important;
  padding: clamp(58px, 7vw, 92px) 56px clamp(84px, 9vw, 128px) !important;
  background: var(--bold-cream) !important;
}

body:not(.admin-body) .product-listing-grid {
  width: min(100%, 1320px);
  margin: 0 auto;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(24px, 3vw, 42px);
}

body:not(.admin-body) .product-listing-card {
  min-width: 0;
}

body:not(.admin-body) .product-listing-card .catalog-product-link {
  min-height: 100%;
  padding: 0;
  border: 4px solid var(--bold-black) !important;
  border-radius: 20px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

body:not(.admin-body) .product-listing-card .catalog-product-link:hover {
  transform: translateY(-5px);
  box-shadow: 10px 10px 0 var(--bold-black) !important;
}

body:not(.admin-body) .catalog-section .catalog-image {
  aspect-ratio: 1 / 1;
  padding: 0;
  background: #e9f5ff !important;
}

body:not(.admin-body) .catalog-section .catalog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body:not(.admin-body) .catalog-section .catalog-product-info {
  padding: 24px !important;
  gap: 12px;
}

body:not(.admin-body) .catalog-section .catalog-product-info .section-label {
  color: var(--bold-orange) !important;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 2.2px;
}

body:not(.admin-body) .catalog-section .catalog-product-info strong {
  color: var(--bold-black) !important;
  font-family: var(--font-body);
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 950;
  line-height: 1.04;
}

body:not(.admin-body) .catalog-section .catalog-product-info > span:not(.section-label):not(.catalog-price):not(.catalog-action):not(.catalog-visibility-badges) {
  color: var(--bold-muted) !important;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.5;
}

body:not(.admin-body) .catalog-section .catalog-price {
  color: var(--bold-black) !important;
  font-size: 18px;
  font-weight: 950;
}

body:not(.admin-body) .catalog-section .catalog-price.is-sale {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 10px;
}

body:not(.admin-body) .catalog-section .catalog-price.is-sale s {
  color: var(--bold-muted);
  font-size: 15px;
}

body:not(.admin-body) .catalog-section .catalog-price.is-sale strong {
  font-size: 20px;
}

body:not(.admin-body) .catalog-section .catalog-price.is-sale em {
  color: var(--bold-orange);
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

body:not(.admin-body) .catalog-section .catalog-action {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 3px solid var(--bold-black);
  border-radius: 999px;
  background: var(--bold-orange);
  color: var(--bold-black) !important;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 1px;
  text-transform: uppercase;
}

body:not(.admin-body) .catalog-section .catalog-visibility-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body:not(.admin-body) .catalog-section .catalog-visibility-badges em {
  padding: 6px 10px;
  border: 2px solid var(--bold-black);
  border-radius: 999px;
  background: #ffffff;
  color: var(--bold-black);
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

body:not(.admin-body) .product-listing-card .save-product-button {
  top: 16px;
  right: 16px;
  width: 46px;
  height: 46px;
  border: 3px solid var(--bold-black) !important;
  background: #ffffff !important;
  color: var(--bold-black);
  box-shadow: none;
  text-shadow: none;
}

body:not(.admin-body) .catalog-loading {
  grid-column: 1 / -1;
  padding: 34px;
  border: 4px solid var(--bold-black);
  border-radius: 18px;
  background: #ffffff;
  color: var(--bold-black);
  font-size: 20px;
  font-weight: 950;
  text-align: center;
}

@media (max-width: 900px) {
  body:not(.admin-body) .products-hero,
  body:not(.admin-body) .catalog-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  body:not(.admin-body) .products-hero h1 {
    font-size: clamp(44px, 13vw, 66px);
  }

  body:not(.admin-body) .product-listing-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body:not(.admin-body) .product-listing-card .catalog-product-link:hover {
    box-shadow: none !important;
    transform: none;
  }
}

@media (max-width: 900px) {
  body:not(.admin-body) .products-section .catalog-product-link,
  body:not(.admin-body) .product-listing-card .catalog-product-link,
  body:not(.admin-body) .faq-item,
  body:not(.admin-body) .contact-card a {
    border-width: 3px !important;
    border-radius: 14px;
  }

  body:not(.admin-body) .home-about-image img {
    box-shadow: none;
  }
}

/* Calm the video hero while keeping the background media */
body:not(.admin-body) body:has(.hero-background-video) .hero,
body:not(.admin-body):has(.hero-background-video) .hero {
  padding-top: 190px;
}

body:not(.admin-body):has(.hero-background-video) .hero-shell {
  grid-template-columns: minmax(0, 1020px) minmax(0, 1fr);
}

body:not(.admin-body):has(.hero-background-video) .hero-content {
  width: min(100%, 1020px) !important;
  max-width: 1020px !important;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.58);
}

body:not(.admin-body):has(.hero-background-video) .hero h1 {
  max-width: 1020px;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(5.2rem, 7.4vw, 7.5rem);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: none;
}

body:not(.admin-body):has(.hero-background-video) .hero h1 span {
  display: block;
}

body:not(.admin-body):has(.hero-background-video) .hero-text {
  max-width: 660px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  line-height: 1.65;
}

body:not(.admin-body):has(.hero-background-video) .hero-highlights {
  display: none;
}

body:not(.admin-body):has(.hero-background-video) .hero-actions {
  margin-top: 34px;
}

body:not(.admin-body):has(.hero-background-video) .hero::before {
  background:
    linear-gradient(90deg, rgba(4, 8, 10, 0.78) 0%, rgba(4, 8, 10, 0.4) 48%, rgba(4, 8, 10, 0.14) 100%),
    linear-gradient(180deg, rgba(4, 8, 10, 0.32) 0%, rgba(4, 8, 10, 0.18) 48%, rgba(4, 8, 10, 0.56) 100%);
}

@media (max-width: 700px) {
  body:not(.admin-body):has(.hero-background-video) .hero {
    padding-top: 142px;
  }

  body:not(.admin-body):has(.hero-background-video) .hero h1 {
    font-size: 54px;
  }
}

/* Larger, more readable FAQ */
body:not(.admin-body) .home-faq {
  padding: clamp(78px, 8vw, 112px) 56px clamp(92px, 9vw, 126px) !important;
}

body:not(.admin-body) .home-faq .section-heading {
  width: min(100%, 1040px);
  max-width: 1040px;
  margin: 0 auto 46px;
}

body:not(.admin-body) .home-faq .section-heading h2 {
  font-size: clamp(48px, 5.6vw, 82px);
}

body:not(.admin-body) .home-faq .section-heading p {
  max-width: 760px;
  font-size: 18px;
  line-height: 1.6;
}

body:not(.admin-body) .faq-list {
  width: min(100%, 1120px);
  max-width: 1120px;
  gap: 16px;
}

body:not(.admin-body) .faq-item {
  border-radius: 20px;
}

body:not(.admin-body) .faq-question {
  min-height: 96px;
  padding: 0 26px 0 32px;
}

body:not(.admin-body) .faq-question span {
  font-size: clamp(28px, 2.9vw, 40px);
  line-height: 1.12;
}

body:not(.admin-body) .faq-question strong {
  width: 54px;
  height: 54px;
  font-size: 28px;
}

body:not(.admin-body) .faq-answer p {
  max-width: 960px;
  padding: 0 32px 32px;
  font-size: 19px;
  line-height: 1.72;
}

body:not(.admin-body) .faq-item.is-open .faq-answer {
  max-height: 360px;
}

@media (max-width: 700px) {
  body:not(.admin-body) .home-faq {
    padding: 64px 18px 76px !important;
  }

  body:not(.admin-body) .faq-question {
    min-height: 84px;
    padding: 0 18px;
  }

  body:not(.admin-body) .faq-question span {
    font-size: 24px;
  }

  body:not(.admin-body) .faq-question strong {
    width: 44px;
    height: 44px;
  }

  body:not(.admin-body) .faq-answer p {
    padding: 0 18px 24px;
    font-size: 17px;
  }
}

/* Full-site QA polish for inner storefront pages */
body:not(.admin-body):has(.policy-page),
body:not(.admin-body):has(.cart-page),
body:not(.admin-body):has(.account-page),
body:not(.admin-body):has(.product-detail-page),
body:not(.admin-body):has(.family-about),
body:not(.admin-body):has(.faq-page) {
  background: var(--bold-cream);
  color: var(--bold-black);
}

body:not(.admin-body) .policy-page,
body:not(.admin-body) .cart-page,
body:not(.admin-body) .account-page,
body:not(.admin-body) .product-showcase,
body:not(.admin-body) .family-about,
body:not(.admin-body) .faq-page,
body:not(.admin-body) .thank-you-page {
  min-height: auto !important;
  background: var(--bold-cream) !important;
}

body:not(.admin-body) .policy-hero,
body:not(.admin-body) .policy-content,
body:not(.admin-body) .cart-hero,
body:not(.admin-body) .cart-layout,
body:not(.admin-body) .thank-you-panel,
body:not(.admin-body) .thank-you-support {
  min-height: auto !important;
  display: block !important;
  align-content: normal !important;
}

body:not(.admin-body) .cart-layout,
body:not(.admin-body) .account-auth-grid,
body:not(.admin-body) .account-dashboard-grid,
body:not(.admin-body) .thank-you-panel {
  display: grid !important;
}

body:not(.admin-body) [hidden] {
  display: none !important;
}

body:not(.admin-body) .account-auth:not([hidden]),
body:not(.admin-body) .account-dashboard:not([hidden]) {
  min-height: auto !important;
  display: block !important;
  align-content: normal !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-top: 0 !important;
}

body:not(.admin-body) .policy-page,
body:not(.admin-body) .cart-page,
body:not(.admin-body) .account-page {
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: clamp(116px, 11vw, 154px) 56px clamp(80px, 9vw, 118px) !important;
}

body:not(.admin-body) .cart-page {
  padding-top: clamp(122px, 10vw, 150px) !important;
}

body:not(.admin-body) .account-page {
  padding-top: clamp(94px, 8vw, 112px) !important;
}

body:not(.admin-body) .account-top-actions {
  margin-bottom: 18px;
}

body:not(.admin-body) .account-dashboard-header {
  margin-bottom: clamp(20px, 3vw, 30px);
}

body:not(.admin-body) .account-dashboard:not([hidden]) {
  display: grid !important;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 18px 24px;
  align-items: start;
}

body:not(.admin-body) .account-dashboard:not([hidden]) .account-top-actions {
  grid-column: 1 / -1;
}

body:not(.admin-body) .account-dashboard:not([hidden]) .account-dashboard-header {
  grid-column: 2;
  margin-bottom: 0;
}

body:not(.admin-body) .account-dashboard:not([hidden]) .account-dashboard-grid {
  display: contents !important;
}

body:not(.admin-body) .account-dashboard:not([hidden]) .account-menu {
  grid-column: 1;
  grid-row: 1 / span 2;
}

body:not(.admin-body) .account-dashboard:has(.admin-dashboard-link:not([hidden])) .account-menu {
  grid-row: 2 / span 2;
}

body:not(.admin-body) .account-dashboard:not([hidden]) .account-panels,
body:not(.admin-body) .account-dashboard:not([hidden]) .account-bottom-actions {
  grid-column: 2;
}

body:not(.admin-body) .product-showcase {
  padding: clamp(128px, 11vw, 166px) 56px clamp(70px, 8vw, 104px) !important;
}

body:not(.admin-body) .policy-hero,
body:not(.admin-body) .cart-hero,
body:not(.admin-body) .account-auth-copy,
body:not(.admin-body) .account-dashboard-header,
body:not(.admin-body) .thank-you-hero {
  max-width: 920px;
  margin-bottom: clamp(28px, 4vw, 46px);
}

body:not(.admin-body) .policy-hero::after,
body:not(.admin-body) .cart-hero::after,
body:not(.admin-body) .account-auth-copy::after,
body:not(.admin-body) .account-dashboard-header::after {
  display: none !important;
}

body:not(.admin-body) .policy-hero h1,
body:not(.admin-body) .cart-hero h1,
body:not(.admin-body) .account-auth-copy h1,
body:not(.admin-body) .account-dashboard-header h1,
body:not(.admin-body) .thank-you-hero h1,
body:not(.admin-body) .faq-page .section-heading h1 {
  color: var(--bold-black) !important;
  font-family: var(--font-body);
  font-size: clamp(48px, 5.6vw, 84px);
  font-weight: 950;
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: uppercase;
}

body:not(.admin-body) .policy-hero p:last-child,
body:not(.admin-body) .cart-hero p,
body:not(.admin-body) .account-auth-copy p:not(.section-label),
body:not(.admin-body) .account-dashboard-header p:not(.section-label),
body:not(.admin-body) .thank-you-hero p:not(.section-label),
body:not(.admin-body) .faq-page .section-heading p {
  max-width: 780px;
  color: var(--bold-muted) !important;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.62;
}

body:not(.admin-body) .policy-content {
  gap: 18px;
}

body:not(.admin-body) .policy-content article,
body:not(.admin-body) .cart-items-panel,
body:not(.admin-body) .cart-summary,
body:not(.admin-body) .account-form,
body:not(.admin-body) .account-panel,
body:not(.admin-body) .account-menu,
body:not(.admin-body) .thank-you-card,
body:not(.admin-body) .thank-you-support article,
body:not(.admin-body) .shop-product-card,
body:not(.admin-body) .product-photo-stage,
body:not(.admin-body) .product-specs div,
body:not(.admin-body) .product-purchase-panel {
  border: 4px solid var(--bold-black) !important;
  border-radius: 20px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  color: var(--bold-black);
}

body:not(.admin-body) .policy-content h2,
body:not(.admin-body) .cart-empty h2,
body:not(.admin-body) .cart-summary h2,
body:not(.admin-body) .cart-line-item h2,
body:not(.admin-body) .account-form-heading h2,
body:not(.admin-body) .account-panel h2,
body:not(.admin-body) .thank-you-card h2,
body:not(.admin-body) .thank-you-support strong,
body:not(.admin-body) .product-story-panel h1,
body:not(.admin-body) .product-purchase-heading h2,
body:not(.admin-body) .design-selector-group h2 {
  color: var(--bold-black) !important;
  font-family: var(--font-body);
  font-weight: 950;
  letter-spacing: 0;
}

body:not(.admin-body) .policy-content p,
body:not(.admin-body) .cart-empty p,
body:not(.admin-body) .cart-line-item p,
body:not(.admin-body) .cart-summary p,
body:not(.admin-body) .account-panel p,
body:not(.admin-body) .account-form label,
body:not(.admin-body) .thank-you-card p,
body:not(.admin-body) .thank-you-support span,
body:not(.admin-body) .thank-you-support a,
body:not(.admin-body) .product-description,
body:not(.admin-body) .option-helper {
  color: var(--bold-muted) !important;
  font-weight: 650;
}

body:not(.admin-body) .cart-layout,
body:not(.admin-body) .account-auth-grid,
body:not(.admin-body) .account-dashboard-grid,
body:not(.admin-body) .thank-you-panel {
  gap: clamp(22px, 3vw, 38px);
}

body:not(.admin-body) .cart-line-item {
  border: 3px solid var(--bold-black) !important;
  border-radius: 16px !important;
  background: var(--bold-panel) !important;
  box-shadow: none !important;
}

body:not(.admin-body) .account-record {
  padding: 18px;
}

body:not(.admin-body) .account-cart-item {
  border: 3px solid var(--bold-black) !important;
  border-radius: 16px;
  background: #ffffff;
}

body:not(.admin-body) .account-cart-item img {
  border: 2px solid var(--bold-black);
  background: #e9f5ff;
}

body:not(.admin-body) .account-cart-item-heading strong {
  color: var(--bold-black);
  font-weight: 950;
}

body:not(.admin-body) .account-cart-item-heading span,
body:not(.admin-body) .account-cart-item-details small {
  color: var(--bold-muted);
  font-weight: 950;
}

body:not(.admin-body) .account-order-summary {
  min-height: 62px;
}

body:not(.admin-body) .account-order-summary-main > strong {
  font-size: 18px;
}

body:not(.admin-body) .account-order-dropdown-content {
  padding-top: 16px;
  border-top: 3px solid var(--bold-black);
}

body:not(.admin-body) .cart-summary {
  position: sticky;
  top: 116px;
}

body:not(.admin-body) input,
body:not(.admin-body) select,
body:not(.admin-body) textarea {
  border: 3px solid var(--bold-black);
  border-radius: 12px;
  background: #ffffff;
  color: var(--bold-black);
  font-weight: 800;
}

body:not(.admin-body) .account-menu a,
body:not(.admin-body) .product-thumb-button,
body:not(.admin-body) .option-button,
body:not(.admin-body) .catalog-close-button,
body:not(.admin-body) .text-button {
  border: 3px solid var(--bold-black) !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  color: var(--bold-black) !important;
  box-shadow: none !important;
  font-weight: 950;
}

body:not(.admin-body) .account-menu a:hover,
body:not(.admin-body) .product-thumb-button:hover,
body:not(.admin-body) .option-button:hover,
body:not(.admin-body) .catalog-close-button:hover,
body:not(.admin-body) .text-button:hover {
  background: var(--bold-orange) !important;
  color: var(--bold-black) !important;
}

body:not(.admin-body) .family-about {
  padding: clamp(128px, 11vw, 166px) 56px clamp(78px, 8vw, 112px) !important;
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1fr);
  border-top: 0;
  border-bottom: 4px solid var(--bold-black);
}

body:not(.admin-body) .family-about-image img {
  height: clamp(520px, 48vw, 720px);
  border: 4px solid var(--bold-black) !important;
  border-radius: 20px;
  box-shadow: none !important;
}

body:not(.admin-body) .family-about-content h1 {
  font-size: clamp(48px, 5vw, 76px);
}

body:not(.admin-body) .family-about-content p {
  color: var(--bold-muted) !important;
  font-size: 17px;
  font-weight: 650;
}

body:not(.admin-body) .faq-page {
  border-top: 0;
  padding-top: clamp(128px, 11vw, 166px) !important;
}

body:not(.admin-body) .design-catalog-panel {
  border-left: 4px solid var(--bold-black);
  background: var(--bold-cream);
}

body:not(.admin-body) .thank-you-page {
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: clamp(128px, 11vw, 166px) 56px clamp(80px, 9vw, 118px) !important;
  justify-content: start;
}

body:not(.admin-body) .thank-you-page::before,
body:not(.admin-body) .thank-you-mark {
  display: none !important;
}

/* Product detail card border cleanup */
body:not(.admin-body) .product-detail-page .shop-product-card {
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border: 4px solid var(--bold-black) !important;
  border-radius: 20px !important;
  background: #ffffff !important;
}

body:not(.admin-body) .product-detail-page .shop-product-media {
  position: sticky;
  top: 116px;
  min-height: 100%;
  gap: 0;
  align-self: stretch;
  background: #e9f5ff;
}

body:not(.admin-body) .product-detail-page .product-photo-stage {
  min-height: clamp(560px, 46vw, 760px);
  height: 100%;
  border: 0 !important;
  border-radius: 0 !important;
  background: #e9f5ff !important;
}

body:not(.admin-body) .product-detail-page .shop-product-details {
  gap: 16px;
  padding: 28px;
  border-left: 4px solid var(--bold-black) !important;
  background: #ffffff;
}

body:not(.admin-body) .product-detail-page .product-story-panel {
  padding: 0 0 8px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body:not(.admin-body) .product-detail-page .product-purchase-panel,
body:not(.admin-body) .product-detail-page .product-specs div {
  border-width: 3px !important;
}

body:not(.admin-body) .product-detail-page .product-specs {
  gap: 14px;
  align-items: stretch;
}

body:not(.admin-body) .product-detail-page .product-specs div {
  min-height: 132px;
  padding: 20px 16px;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
}

body:not(.admin-body) .product-detail-page .product-specs dt {
  margin-bottom: 10px;
  color: var(--bold-muted) !important;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.8px;
}

body:not(.admin-body) .product-detail-page .product-specs dd {
  margin: 0;
  width: 100%;
  color: var(--bold-black) !important;
  font-size: clamp(18px, 1.55vw, 24px);
  font-weight: 950;
  line-height: 1.15;
}

body:not(.admin-body) .product-detail-page .product-specs .product-price.is-sale {
  display: grid;
  justify-items: center;
  gap: 4px;
}

body:not(.admin-body) .product-detail-page .product-specs .product-price.is-sale s {
  color: var(--bold-muted);
  font-size: 14px;
}

body:not(.admin-body) .product-detail-page .product-specs .product-price.is-sale strong {
  color: #b42020;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1;
}

body:not(.admin-body) .product-detail-page .product-specs .product-price.is-sale em {
  color: var(--bold-orange);
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

body:not(.admin-body) .product-detail-page .product-thumb-strip {
  padding: 14px;
  border-top: 4px solid var(--bold-black);
  background: #ffffff;
}

body:not(.admin-body) .product-detail-page .product-thumb-button {
  border-width: 3px !important;
  border-radius: 12px !important;
}

@media (min-width: 1000px) {
  body:not(.admin-body) .products-page .product-detail-page,
  body:not(.admin-body) .product-detail-page {
    padding: clamp(64px, 7vh, 82px) 48px 58px !important;
  }

  body:not(.admin-body) .product-detail-page .shop-product-card {
    grid-template-columns: minmax(460px, 0.94fr) minmax(440px, 0.86fr);
    max-height: none;
    min-height: 0;
    align-items: start;
  }

  body:not(.admin-body) .product-detail-page .shop-product-media {
    position: sticky;
    top: 112px;
    min-height: 0;
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    align-items: stretch;
    align-self: start;
  }

  body:not(.admin-body) .product-detail-page .product-photo-stage {
    min-height: 0;
    height: clamp(400px, 48vh, 520px);
    grid-column: 2;
    grid-row: 1;
  }

  body:not(.admin-body) .product-detail-page .product-thumb-strip {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 10px;
    height: fit-content !important;
    max-height: none;
    align-self: start;
    border-top: 0;
    border-right: 4px solid var(--bold-black);
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
  }

  body:not(.admin-body) .product-detail-page .product-thumb-strip::-webkit-scrollbar {
    display: none;
  }

  body:not(.admin-body) .product-detail-page .product-thumb-button {
    flex: 0 0 72px;
    width: 72px;
    max-height: 82px;
    align-self: center;
  }

  body:not(.admin-body) .product-detail-page .shop-product-details {
    gap: 14px;
    padding: 24px !important;
    overflow: visible;
  }

  body:not(.admin-body) .product-detail-page .product-story-panel {
    padding-bottom: 4px;
  }

  body:not(.admin-body) .product-detail-page .product-kicker {
    margin-bottom: 8px;
    font-size: 11px;
    letter-spacing: 1.6px;
  }

  body:not(.admin-body) .product-detail-page .shop-product-details h1 {
    margin-bottom: 10px;
    font-size: clamp(34px, 2.9vw, 46px) !important;
    line-height: 1;
  }

  body:not(.admin-body) .product-detail-page .product-description {
    display: -webkit-box;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.48;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  body:not(.admin-body) .product-detail-page .product-specs {
    gap: 10px;
  }

  body:not(.admin-body) .product-detail-page .product-specs div {
    min-height: 82px;
    padding: 12px 10px;
  }

  body:not(.admin-body) .product-detail-page .product-specs dt {
    margin-bottom: 7px;
    font-size: 10px;
    letter-spacing: 1.2px;
  }

  body:not(.admin-body) .product-detail-page .product-specs dd {
    font-size: clamp(15px, 1.2vw, 20px);
    line-height: 1.15;
  }

  body:not(.admin-body) .product-detail-page .local-only-notice {
    padding: 12px 14px;
  }

  body:not(.admin-body) .product-detail-page .local-only-notice p {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.35;
  }

  body:not(.admin-body) .product-detail-page .product-purchase-panel {
    padding: 16px !important;
  }

  body:not(.admin-body) .product-detail-page .product-purchase-heading {
    margin-bottom: 12px;
  }

  body:not(.admin-body) .product-detail-page .product-purchase-heading h2 {
    margin-top: 5px;
    font-size: 20px;
  }

  body:not(.admin-body) .product-detail-page .product-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body:not(.admin-body) .product-detail-page .design-selector-group,
  body:not(.admin-body) .product-detail-page [data-personalization-option-group] {
    grid-column: 1 / -1;
  }

  body:not(.admin-body) .product-detail-page .design-selector-group h2 {
    font-size: 11px;
  }

  body:not(.admin-body) .product-detail-page .option-helper {
    margin: 5px 0 10px;
    font-size: 12px;
    line-height: 1.35;
  }

  body:not(.admin-body) .product-detail-page .option-button {
    min-height: 66px;
    padding: 12px;
  }

  body:not(.admin-body) .product-detail-page .option-button span {
    margin-bottom: 5px;
    font-size: 10px;
    letter-spacing: 1px;
  }

  body:not(.admin-body) .product-detail-page .option-button strong {
    font-size: 13px;
    line-height: 1.28;
  }

  body:not(.admin-body) .product-detail-page .selected-design-preview {
    height: 86px;
    margin: 8px 0;
  }

  body:not(.admin-body) .product-detail-page .finish-select-label {
    margin-bottom: 7px;
    font-size: 10px;
    letter-spacing: 1px;
  }

  body:not(.admin-body) .product-detail-page .finish-select {
    min-height: 44px;
    padding: 10px 12px;
    font-size: 14px;
  }

  body:not(.admin-body) .product-detail-page .cart-action-block {
    margin-top: 12px;
  }

  body:not(.admin-body) .product-detail-page [data-add-to-cart] {
    min-height: 50px;
    padding: 13px 18px;
  }
}

@media (max-width: 900px) {
  body:not(.admin-body) .policy-page,
  body:not(.admin-body) .cart-page,
  body:not(.admin-body) .account-page,
  body:not(.admin-body) .product-showcase,
  body:not(.admin-body) .family-about,
  body:not(.admin-body) .thank-you-page,
  body:not(.admin-body) .faq-page {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  body:not(.admin-body) .family-about,
  body:not(.admin-body) .shop-product-card,
  body:not(.admin-body) .cart-layout,
  body:not(.admin-body) .account-auth-grid,
  body:not(.admin-body) .account-dashboard-grid,
  body:not(.admin-body) .thank-you-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  body:not(.admin-body) .account-dashboard:not([hidden]) {
    display: block !important;
  }

  body:not(.admin-body) .account-dashboard:not([hidden]) .account-dashboard-grid {
    display: grid !important;
  }

  body:not(.admin-body) .cart-summary {
    position: static;
  }

  body:not(.admin-body) .account-order-summary,
  body:not(.admin-body) .account-order-dropdown-content {
    grid-template-columns: minmax(0, 1fr);
  }

  body:not(.admin-body) .account-order-view-button {
    justify-content: space-between;
  }

  body:not(.admin-body) .account-cart-item {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  body:not(.admin-body) .account-cart-item img {
    width: 72px;
    height: 72px;
  }

  body:not(.admin-body) .product-detail-page .shop-product-card {
    gap: 0;
  }

  body:not(.admin-body) .product-detail-page .shop-product-media {
    position: static;
  }

  body:not(.admin-body) .product-detail-page .shop-product-details {
    border-top: 4px solid var(--bold-black);
    border-left: 0;
    padding: 20px;
  }

  body:not(.admin-body) .policy-content article,
  body:not(.admin-body) .cart-items-panel,
  body:not(.admin-body) .cart-summary,
  body:not(.admin-body) .account-form,
  body:not(.admin-body) .account-panel,
  body:not(.admin-body) .account-menu,
  body:not(.admin-body) .thank-you-card,
  body:not(.admin-body) .shop-product-card,
  body:not(.admin-body) .product-photo-stage,
  body:not(.admin-body) .product-purchase-panel {
    border-width: 3px !important;
    border-radius: 14px !important;
  }
}

/* Final mobile overrides: keep this at the end so older theme layers cannot win. */
@media (max-width: 760px) {
  body:not(.admin-body) .navbar,
  body:not(.admin-body) .page-navbar,
  body:has(.hero-background-video) .navbar,
  body:has(.hero-background-video).is-header-scrolled .navbar {
    position: sticky !important;
    top: 0 !important;
    min-height: 74px !important;
    padding: 10px 16px !important;
    grid-template-columns: auto 1fr auto auto !important;
    gap: 10px !important;
    background: rgba(255, 255, 255, 0.97) !important;
    border-bottom: 3px solid var(--bold-black) !important;
    box-shadow: none !important;
    transform: none !important;
  }

  body:not(.admin-body) .brand {
    grid-column: 1 !important;
    justify-self: start !important;
  }

  body:not(.admin-body) .brand p,
  body:not(.admin-body) .nav-left,
  body:not(.admin-body) .nav-right,
  body:not(.admin-body) .floating-shop-access {
    display: none !important;
  }

  body:not(.admin-body) .logo,
  body:has(.hero-background-video) .logo,
  body:has(.hero-background-video).is-header-scrolled .logo {
    width: 82px !important;
    margin: 0 !important;
    filter: none !important;
  }

  body:not(.admin-body) .mobile-cart-link {
    grid-column: 3 !important;
    display: inline-flex !important;
    min-height: 40px !important;
    padding: 0 10px !important;
    align-items: center !important;
    justify-content: center !important;
    border: 3px solid var(--bold-black) !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    color: var(--bold-black) !important;
    text-shadow: none !important;
    font-size: 11px !important;
    font-weight: 950 !important;
    letter-spacing: 0.5px !important;
    white-space: nowrap !important;
  }

  body:not(.admin-body) .menu-button {
    grid-column: 4 !important;
    width: 42px !important;
    height: 40px !important;
    display: grid !important;
    align-content: center !important;
    gap: 5px !important;
    padding: 0 9px !important;
    border: 3px solid var(--bold-black) !important;
    border-radius: 10px !important;
    background: var(--bold-orange) !important;
  }

  body:not(.admin-body) .menu-button span,
  body:has(.hero-background-video) .menu-button span {
    width: 100% !important;
    height: 3px !important;
    display: block !important;
    background: var(--bold-black) !important;
  }

  body:not(.admin-body) .mobile-menu.is-open {
    display: grid !important;
    grid-column: 1 / -1 !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    padding-top: 10px !important;
  }

  body:not(.admin-body) .mobile-menu a {
    min-height: 42px !important;
    padding: 11px 12px !important;
    border: 3px solid var(--bold-black) !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    color: var(--bold-black) !important;
    text-align: center !important;
    font-size: 12px !important;
    font-weight: 950 !important;
    letter-spacing: 0.7px !important;
    text-transform: uppercase !important;
  }

  body:not(.admin-body) .account-page,
  body:not(.admin-body) .cart-page,
  body:not(.admin-body) .products-page .product-showcase,
  body:not(.admin-body) .product-showcase,
  body:not(.admin-body) .catalog-section,
  body:not(.admin-body) .policy-page,
  body:not(.admin-body) .faq-page,
  body:not(.admin-body) .thank-you-page {
    width: 100% !important;
    max-width: none !important;
    padding: 24px 14px 44px !important;
  }

  body:not(.admin-body) .products-hero {
    padding: 26px 14px 28px !important;
  }

  body:not(.admin-body) .account-auth-copy {
    padding-top: 24px !important;
  }

  body:not(.admin-body) .cart-layout,
  body:not(.admin-body) .account-auth-grid,
  body:not(.admin-body) .account-dashboard-grid,
  body:not(.admin-body) .profile-details,
  body:not(.admin-body) .shop-product-card,
  body:not(.admin-body) .product-specs,
  body:not(.admin-body) .product-purchase-panel,
  body:not(.admin-body) .product-listing-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body:not(.admin-body) .products-section,
  body:not(.admin-body) .home-featured-simple {
    padding: 44px 14px 50px !important;
  }

  body:not(.admin-body) .home-contact {
    width: 100% !important;
    max-width: 100% !important;
    padding: 44px 14px 50px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  body:not(.admin-body) .contact-copy,
  body:not(.admin-body) .contact-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body:not(.admin-body) .contact-copy h2 {
    max-width: 100% !important;
    font-size: clamp(34px, 11vw, 46px) !important;
    line-height: 1.02 !important;
    overflow-wrap: anywhere !important;
  }

  body:not(.admin-body) .contact-card a {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 16px !important;
    box-sizing: border-box !important;
  }

  body:not(.admin-body) .contact-card strong {
    max-width: 100% !important;
    font-size: clamp(18px, 6vw, 24px) !important;
    overflow-wrap: anywhere !important;
  }

  body:not(.admin-body) .featured-products-shell {
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
  }

  body:not(.admin-body) .featured-products-copy,
  body:not(.admin-body) .featured-products-copy h2 {
    width: 100% !important;
    max-width: 100% !important;
  }

  body:not(.admin-body) .featured-products-copy h2 {
    font-size: clamp(32px, 10vw, 42px) !important;
    overflow-wrap: anywhere !important;
  }

  body:not(.admin-body) .product-grid,
  body:not(.admin-body) .products-section .product-grid,
  body:not(.admin-body) .home-featured-simple .product-grid {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
    justify-content: stretch !important;
  }

  body:not(.admin-body) .product-card,
  body:not(.admin-body) .product-card .catalog-product-link,
  body:not(.admin-body) .products-section .catalog-product-link {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body:not(.admin-body) .products-section .catalog-image,
  body:not(.admin-body) .product-card .catalog-image {
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
  }

  body:not(.admin-body) .design-category-tabs {
    overflow-x: auto !important;
    scrollbar-width: none !important;
  }

  body:not(.admin-body) .design-category-tabs::-webkit-scrollbar {
    display: none !important;
  }

  body:not(.admin-body) .account-menu {
    position: static !important;
    display: flex !important;
    gap: 8px !important;
    padding: 10px !important;
    overflow-x: auto !important;
    border-width: 3px !important;
    border-radius: 14px !important;
    box-shadow: none !important;
  }

  body:not(.admin-body) .account-menu a {
    flex: 0 0 auto !important;
    min-height: 40px !important;
    padding: 11px 12px !important;
    border: 3px solid var(--bold-black) !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    font-size: 11px !important;
    letter-spacing: 0.5px !important;
    white-space: nowrap !important;
  }

  body:not(.admin-body) .account-panel,
  body:not(.admin-body) .account-form,
  body:not(.admin-body) .cart-items-panel,
  body:not(.admin-body) .cart-summary,
  body:not(.admin-body) .account-record,
  body:not(.admin-body) .profile-details div,
  body:not(.admin-body) .catalog-product-link,
  body:not(.admin-body) .product-listing-card a,
  body:not(.admin-body) .product-purchase-panel {
    padding: 16px !important;
    border-width: 3px !important;
    border-radius: 14px !important;
    box-shadow: none !important;
  }

  body:not(.admin-body) .account-dashboard-header h1,
  body:not(.admin-body) .account-auth-copy h1,
  body:not(.admin-body) .products-hero h1,
  body:not(.admin-body) .shop-product-details h1,
  body:not(.admin-body) .policy-hero h1 {
    font-size: clamp(34px, 11vw, 46px) !important;
    line-height: 1.02 !important;
    overflow-wrap: anywhere !important;
  }

  body:not(.admin-body) .account-cart-item,
  body:not(.admin-body) .cart-line-item {
    grid-template-columns: 86px minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: start !important;
    padding: 12px !important;
  }

  body:not(.admin-body) .account-cart-item img,
  body:not(.admin-body) .cart-line-item > img {
    width: 86px !important;
    height: 86px !important;
    min-width: 86px !important;
  }

  body:not(.admin-body) .cart-line-meta {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    justify-items: stretch !important;
    text-align: left !important;
  }

  body:not(.admin-body) .account-cart-item-heading,
  body:not(.admin-body) .account-order-summary,
  body:not(.admin-body) .account-order-dropdown-content,
  body:not(.admin-body) .account-order-summary-main {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  body:not(.admin-body) .product-detail-page .shop-product-media {
    position: static !important;
  }

  body:not(.admin-body) .product-detail-page .product-photo-stage {
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    padding: 12px !important;
  }

  body:not(.admin-body) .product-detail-page .shop-product-details {
    padding: 16px !important;
    border-top: 3px solid var(--bold-black) !important;
    border-left: 0 !important;
  }

  body:not(.admin-body) .product-detail-page .shop-product-details {
    display: flex !important;
    flex-direction: column !important;
  }

  body:not(.admin-body) .product-detail-page .product-specs {
    order: 1;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  body:not(.admin-body) .product-detail-page .product-specs div {
    min-height: 76px !important;
    padding: 10px 8px !important;
  }

  body:not(.admin-body) .product-detail-page .product-specs dt {
    margin-bottom: 5px !important;
    font-size: 9px !important;
    letter-spacing: 0.8px !important;
  }

  body:not(.admin-body) .product-detail-page .product-specs dd {
    font-size: clamp(12px, 3.6vw, 16px) !important;
    line-height: 1.1 !important;
    overflow-wrap: anywhere !important;
  }

  body:not(.admin-body) .product-detail-page .product-purchase-panel {
    order: 2;
    display: flex !important;
    flex-direction: column !important;
  }

  body:not(.admin-body) .product-detail-page .product-purchase-heading {
    order: 1;
  }

  body:not(.admin-body) .product-detail-page .cart-action-block {
    order: 2;
    margin: 0 0 14px !important;
  }

  body:not(.admin-body) .product-detail-page .product-options {
    order: 3;
  }

  body:not(.admin-body) .product-detail-page .product-story-panel {
    order: 3;
  }

  body:not(.admin-body) .product-detail-page .local-only-notice {
    order: 4;
  }

  body:not(.admin-body) .site-footer {
    padding: 18px 14px 24px !important;
    display: grid !important;
    gap: 12px !important;
    text-align: center !important;
  }
}

@media (max-width: 420px) {
  body:not(.admin-body) .account-cart-item,
  body:not(.admin-body) .cart-line-item {
    grid-template-columns: 72px minmax(0, 1fr) !important;
  }

  body:not(.admin-body) .account-cart-item img,
  body:not(.admin-body) .cart-line-item > img {
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
  }
}

/* Mobile homepage hero and featured-product carousel refinements */
@media (max-width: 760px) {
  body:not(.admin-body):has(.hero-background-video) .hero {
    min-height: 100svh !important;
    padding: 74px 18px 56px !important;
    display: flex !important;
    align-items: center !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero-background-video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
    background: #050505 !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero::before {
    inset: 0 !important;
    width: auto !important;
    height: auto !important;
    background:
      linear-gradient(90deg, rgba(4, 8, 10, 0.78) 0%, rgba(4, 8, 10, 0.44) 52%, rgba(4, 8, 10, 0.16) 100%),
      linear-gradient(180deg, rgba(4, 8, 10, 0.28) 0%, rgba(4, 8, 10, 0.2) 45%, rgba(4, 8, 10, 0.58) 100%) !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero-shell {
    width: 100% !important;
    min-height: 0 !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: center !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero-content {
    width: min(100%, 1020px) !important;
    max-width: 1020px !important;
    padding: 0 !important;
    color: #ffffff !important;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.58) !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero h1 {
    max-width: 1020px !important;
    color: #ffffff !important;
    font-family: var(--font-display) !important;
    font-size: clamp(48px, 15vw, 72px) !important;
    font-weight: 600 !important;
    line-height: 0.9 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    overflow-wrap: normal !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero-text {
    max-width: 660px !important;
    margin-top: 24px !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 17px !important;
    line-height: 1.62 !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero-actions {
    width: auto !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin-top: 30px !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero-button,
  body:not(.admin-body):has(.hero-background-video) .secondary-button {
    width: auto !important;
    min-height: 50px !important;
    padding: 14px 22px !important;
    justify-content: center !important;
    font-size: 12px !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero-button {
    border-color: var(--nxt-orange) !important;
    background: var(--nxt-orange) !important;
    color: #111111 !important;
  }

  body:not(.admin-body):has(.hero-background-video) .secondary-button {
    border-color: rgba(255, 255, 255, 0.72) !important;
    background: rgba(255, 255, 255, 0.06) !important;
    color: #ffffff !important;
  }

  body:not(.admin-body) .products-section .product-grid[data-featured-products-grid] {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 14px !important;
    align-items: flex-start !important;
    padding-top: 18px !important;
    padding-bottom: 14px !important;
    padding-left: 8px !important;
    padding-right: 18px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-inline: 8px !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  body:not(.admin-body) .products-section .product-grid[data-featured-products-grid]::-webkit-scrollbar {
    display: none !important;
  }

  body:not(.admin-body) .products-section .product-grid[data-featured-products-grid] .product-card {
    flex: 0 0 min(82vw, 340px) !important;
    width: min(82vw, 340px) !important;
    max-width: min(82vw, 340px) !important;
    scroll-snap-align: start !important;
    transform-origin: center center !important;
    transition:
      transform 260ms cubic-bezier(0.2, 0.78, 0.24, 1),
      filter 260ms ease,
      opacity 260ms ease !important;
  }

  body:not(.admin-body) .products-section .product-grid[data-featured-products-grid] .product-card:nth-child(3n + 1) {
    margin-top: 0 !important;
  }

  body:not(.admin-body) .products-section .product-grid[data-featured-products-grid] .product-card:nth-child(3n + 2) {
    margin-top: 18px !important;
  }

  body:not(.admin-body) .products-section .product-grid[data-featured-products-grid] .product-card:nth-child(3n) {
    margin-top: 9px !important;
  }

  body:not(.admin-body) .products-section .product-grid[data-featured-products-grid] .catalog-product-link {
    height: 100% !important;
  }

  body:not(.admin-body) .products-section .product-grid[data-featured-products-grid]:has(.is-carousel-focused) .product-card {
    opacity: 0.72;
    filter: saturate(0.88);
    transform: scale(0.94) translateY(8px) !important;
  }

  body:not(.admin-body) .products-section .product-grid[data-featured-products-grid] .product-card.is-carousel-focused {
    z-index: 2;
    opacity: 1;
    filter: saturate(1.04);
    transform: scale(1.02) translateY(-6px) !important;
  }

  body:not(.admin-body) .products-section .product-grid[data-featured-products-grid] .product-card.is-carousel-focused .catalog-product-link {
    box-shadow: 0 18px 34px rgba(17, 17, 17, 0.12) !important;
  }
}

/* Final admin menu override: keep after all admin history and mobile homepage rules. */
.admin-body {
  --admin-final-black: #111111;
  --admin-final-blue: var(--shop-ink, #183247);
  --admin-final-blue-soft: #23425c;
  --admin-final-blue-muted: rgba(233, 245, 255, 0.72);
  --admin-final-orange: var(--bold-orange, #f7931e);
  --admin-final-cream: #fffaf2;
  --admin-final-soft: #f4efe6;
  --admin-final-line: rgba(17, 17, 17, 0.16);
  background:
    radial-gradient(circle at 14% 0%, rgba(247, 147, 30, 0.12), transparent 320px),
    linear-gradient(180deg, #fffaf2 0%, #f3eee5 100%) !important;
  color: var(--admin-final-black) !important;
}

.admin-body .admin-return-header {
  min-height: 72px !important;
  padding: 10px clamp(14px, 3vw, 34px) !important;
  border-bottom: 4px solid var(--admin-final-black) !important;
  background: #ffffff !important;
  color: var(--admin-final-black) !important;
  box-shadow: none !important;
}

.admin-body .admin-return-link {
  min-height: 44px !important;
  border: 3px solid var(--admin-final-black) !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  color: var(--admin-final-black) !important;
}

.admin-body .admin-return-link span,
.admin-body .admin-tabs-command button.is-active {
  background: var(--admin-final-orange) !important;
  color: var(--admin-final-black) !important;
}

.admin-body .admin-return-brand {
  color: var(--admin-final-black) !important;
}

.admin-body .admin-return-brand img {
  width: 78px !important;
}

.admin-body .admin-page {
  padding: clamp(12px, 2vw, 22px) !important;
  background: transparent !important;
}

.admin-body .admin-workspace-command {
  min-height: calc(100vh - 112px) !important;
  grid-template-rows: 72px auto !important;
  border: 3px solid var(--admin-final-black) !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.admin-body .admin-toolbar-command {
  min-height: 72px !important;
  padding: 14px 18px !important;
  border-color: var(--admin-final-black) !important;
  border-width: 0 0 3px 0 !important;
  background: var(--admin-final-cream) !important;
  color: var(--admin-final-black) !important;
  position: relative !important;
  z-index: 2 !important;
}

.admin-body .admin-toolbar-command h2,
.admin-body .admin-list-heading h3,
.admin-body .admin-subsection-heading h3,
.admin-body .admin-editor-card .admin-subsection-heading h3,
.admin-body .admin-dashboard-card strong {
  color: var(--admin-final-black) !important;
  font-family: var(--font-body), Arial, Helvetica, sans-serif !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
}

.admin-body [data-admin-status] {
  max-width: 340px !important;
  border: 3px solid var(--admin-final-black) !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  color: var(--admin-final-black) !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
}

.admin-body .admin-tabs-command {
  padding: 14px !important;
  gap: 12px !important;
  border-color: var(--admin-final-black) !important;
  border-width: 0 3px 0 0 !important;
  background:
    linear-gradient(180deg, var(--admin-final-blue), #10283b) !important;
  color: #ffffff !important;
}

.admin-body .admin-menu-heading {
  padding: 4px 4px 12px !important;
  border-bottom: 3px solid rgba(247, 147, 30, 0.58) !important;
}

.admin-body .admin-menu-heading span {
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 950 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
}

.admin-body .admin-menu-heading small,
.admin-body .admin-nav-group > summary,
.admin-body .admin-tabs-command button small {
  color: var(--admin-final-blue-muted) !important;
}

.admin-body .admin-nav-group {
  padding: 8px !important;
  border: 3px solid rgba(233, 245, 255, 0.16) !important;
  border-radius: 12px !important;
  background: rgba(233, 245, 255, 0.06) !important;
}

.admin-body .admin-nav-group.has-active {
  border-color: rgba(247, 147, 30, 0.72) !important;
  background: rgba(247, 147, 30, 0.1) !important;
}

.admin-body .admin-tabs-command button {
  min-height: 50px !important;
  padding: 9px 11px !important;
  border: 3px solid transparent !important;
  border-radius: 10px !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.94) !important;
}

.admin-body .admin-tabs-command button strong {
  color: inherit !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: 0.4px !important;
  text-transform: uppercase !important;
}

.admin-body .admin-tabs-command button:hover {
  border-color: rgba(247, 147, 30, 0.46) !important;
  background: rgba(233, 245, 255, 0.1) !important;
}

.admin-body .admin-tabs-command button.is-active {
  border-color: var(--admin-final-orange) !important;
  box-shadow: none !important;
}

.admin-body .admin-tabs-command button.is-active small,
.admin-body .admin-nav-group.has-active .is-active small {
  color: rgba(17, 17, 17, 0.72) !important;
}

.admin-body .admin-panel-shell {
  background: var(--admin-final-soft) !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

.admin-body .admin-product-list,
.admin-body .admin-product-form,
.admin-body .admin-link-manager,
.admin-body .admin-finish-editor,
.admin-body .admin-catalog-picker,
.admin-body .admin-editor-card,
.admin-body .admin-dashboard-card,
.admin-body .admin-media-library-panel,
.admin-body .admin-media-picker-menu-panel,
.admin-body .admin-site-menu button,
.admin-body .admin-email-menu-button,
.admin-body .admin-actions {
  border: 3px solid var(--admin-final-black) !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  color: var(--admin-final-black) !important;
  box-shadow: none !important;
}

.admin-body .admin-product-row,
.admin-body .admin-order-row,
.admin-body .admin-summary-row,
.admin-body .admin-finish-row,
.admin-body .admin-priced-option-row,
.admin-body .admin-link-row,
.admin-body .admin-catalog-image-row,
.admin-body .admin-catalog-choice,
.admin-body .admin-product-form .admin-product-check,
.admin-body .admin-product-form .admin-checkbox-line,
.admin-body .admin-order-item,
.admin-body .admin-order-design-card,
.admin-body .admin-email-contact,
.admin-body .admin-media-tile,
.admin-body .admin-media-picker-option,
.admin-body .admin-media-picker-preview,
.admin-body .admin-file-drop,
.admin-body .admin-file-control {
  border-color: var(--admin-final-line) !important;
  background: #fffdf8 !important;
  color: var(--admin-final-black) !important;
}

.admin-body .admin-product-row:hover,
.admin-body .admin-product-row.is-active,
.admin-body .admin-product-row.is-selected {
  border-color: var(--admin-final-orange) !important;
  background: #fff1dc !important;
}

.admin-body .admin-product-form input,
.admin-body .admin-product-form select,
.admin-body .admin-product-form textarea,
.admin-body .admin-catalog-select-row select,
.admin-body .admin-media-library-panel input {
  border: 3px solid var(--admin-final-line) !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  color: var(--admin-final-black) !important;
}

@media (max-width: 760px) {
  .admin-body .admin-return-header {
    min-height: 68px !important;
    padding: 10px 12px !important;
    gap: 10px !important;
  }

  .admin-body .admin-return-brand img {
    width: 66px !important;
  }

  .admin-body .admin-page {
    padding: 8px !important;
  }

  .admin-body .admin-workspace-command {
    min-height: 0 !important;
    display: block !important;
    overflow: visible !important;
    border-width: 3px !important;
    border-radius: 14px !important;
  }

  .admin-body .admin-toolbar-command {
    min-height: 0 !important;
    padding: 14px !important;
    display: grid !important;
    gap: 10px !important;
    border-width: 0 0 3px !important;
  }

  .admin-body .admin-toolbar-command h2 {
    font-size: clamp(24px, 9vw, 36px) !important;
  }

  .admin-body [data-admin-status] {
    width: 100% !important;
    max-width: none !important;
    text-align: left !important;
  }

  .admin-body .admin-tabs-command {
    position: sticky !important;
    top: 68px !important;
    z-index: 20 !important;
    height: auto !important;
    max-height: 310px !important;
    padding: 12px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: stretch !important;
    gap: 8px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    border-width: 0 0 3px !important;
    border-radius: 0 !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .admin-body .admin-menu-heading {
    height: auto !important;
    margin: 0 !important;
    min-height: 0 !important;
    padding: 0 0 10px !important;
    display: grid !important;
    align-content: start !important;
    border: 0 !important;
    border-bottom: 3px solid rgba(247, 147, 30, 0.58) !important;
    border-radius: 0 !important;
  }

  .admin-body .admin-nav-quick,
  .admin-body .admin-nav-group {
    width: 100% !important;
    flex: none !important;
    min-width: 0 !important;
  }

  .admin-body .admin-nav-quick {
    display: grid !important;
    gap: 8px !important;
  }

  .admin-body .admin-nav-group {
    max-height: none !important;
    overflow: visible !important;
    padding: 8px !important;
  }

  .admin-body .admin-nav-group > summary {
    min-height: 30px !important;
    display: block !important;
  }

  .admin-body .admin-tabs-command button {
    min-height: 44px !important;
    padding: 8px 10px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas:
      "title title"
      "meta meta" !important;
    gap: 1px !important;
  }

  .admin-body .admin-tabs-command button strong,
  .admin-body .admin-tabs-command button small {
    white-space: nowrap !important;
  }

  .admin-body .admin-panel-shell {
    height: auto !important;
    min-height: 0 !important;
    padding: 10px !important;
    overflow: visible !important;
  }

  .admin-body .admin-product-layout,
  .admin-body .admin-product-editor-grid,
  .admin-body .admin-site-faq-editor,
  .admin-body .admin-dashboard-cards,
  .admin-body .admin-dashboard-split,
  .admin-body .admin-form-grid,
  .admin-body .admin-form-grid-compact,
  .admin-body .admin-upload-row,
  .admin-body .admin-toggle-grid,
  .admin-body .admin-inline-control,
  .admin-body .admin-finish-row,
  .admin-body .admin-link-row,
  .admin-body .admin-catalog-image-row {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .admin-body .admin-product-list,
  .admin-body .admin-product-form,
  .admin-body .admin-link-manager,
  .admin-body .admin-finish-editor,
  .admin-body .admin-catalog-picker,
  .admin-body .admin-editor-card,
  .admin-body .admin-dashboard-card,
  .admin-body .admin-media-library-panel,
  .admin-body .admin-actions {
    padding: 12px !important;
    border-width: 3px !important;
    border-radius: 12px !important;
  }

  .admin-body .admin-product-list {
    max-height: none !important;
  }

  .admin-body .admin-selected-context,
  .admin-body .admin-actions {
    position: static !important;
  }
}

/* Final condensed mobile navigation pass. */
@media (max-width: 760px) {
  body:not(.admin-body) .navbar,
  body:not(.admin-body) .page-navbar,
  body:not(.admin-body):has(.hero-background-video) .navbar,
  body:not(.admin-body):has(.hero-background-video).is-header-scrolled .navbar {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    height: auto !important;
    min-height: 72px !important;
    padding: 12px 18px !important;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto auto !important;
    gap: 14px !important;
    align-items: center !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(17, 17, 17, 0.14) !important;
    background: rgba(251, 250, 247, 0.95) !important;
    color: var(--bold-black) !important;
    box-shadow: none !important;
    backdrop-filter: blur(14px) !important;
    transform: none !important;
  }

  body:not(.admin-body):has(.hero-background-video):not(.is-header-scrolled) .navbar:not(.is-open) {
    border-bottom-color: transparent !important;
    background: transparent !important;
    color: #ffffff !important;
    backdrop-filter: none !important;
  }

  body:not(.admin-body):has(.hero-background-video) .navbar {
    position: fixed !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }

  body:not(.admin-body):has(.hero-background-video).is-header-scrolled .navbar,
  body:not(.admin-body):has(.hero-background-video).is-header-hidden .navbar {
    position: fixed !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    background: rgba(251, 250, 247, 0.96) !important;
    color: var(--bold-black) !important;
    transform: none !important;
  }

  body:not(.admin-body) .brand {
    grid-column: 1 !important;
    justify-self: start !important;
    align-self: center !important;
    margin: 0 !important;
    text-align: left !important;
  }

  body:not(.admin-body) .logo,
  body:not(.admin-body) .brand img,
  body:not(.admin-body) .page-navbar .brand img {
    width: 82px !important;
    height: auto !important;
    display: block !important;
  }

  body:not(.admin-body) .mobile-cart-link {
    grid-column: 3 !important;
    justify-self: end !important;
    align-self: center !important;
    min-width: 0 !important;
    min-height: 0 !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
    font-size: 11px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: 0.9px !important;
    text-align: right !important;
    text-shadow: none !important;
  }

  body:not(.admin-body) .menu-button {
    grid-column: 4 !important;
    justify-self: end !important;
    align-self: center !important;
    width: 34px !important;
    height: 28px !important;
    min-height: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 5px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body:not(.admin-body) .menu-button span {
    width: 100% !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: currentColor !important;
  }

  body:not(.admin-body) .mobile-menu {
    position: static !important;
    inset: auto !important;
    grid-column: 1 / -1 !important;
    width: 100% !important;
    margin: 2px 0 0 !important;
    padding: 14px 0 2px !important;
    display: none !important;
    grid-template-columns: repeat(3, minmax(0, auto)) !important;
    justify-content: space-between !important;
    gap: 14px 18px !important;
    border: 0 !important;
    border-top: 1px solid currentColor !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body:not(.admin-body) .mobile-menu.is-open,
  body:not(.admin-body) .navbar.is-open .mobile-menu {
    display: grid !important;
  }

  body:not(.admin-body) .mobile-menu a {
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
    font-size: 11px !important;
    font-weight: 950 !important;
    line-height: 1.15 !important;
    letter-spacing: 0.9px !important;
    text-align: left !important;
    text-shadow: none !important;
  }

  body:not(.admin-body):has(.hero-background-video):not(.is-header-scrolled) .navbar:not(.is-open) .mobile-cart-link,
  body:not(.admin-body):has(.hero-background-video):not(.is-header-scrolled) .navbar:not(.is-open) .mobile-menu a,
  body:not(.admin-body):has(.hero-background-video):not(.is-header-scrolled) .navbar:not(.is-open) .menu-button {
    color: #ffffff !important;
    text-shadow: 0 1px 18px rgba(0, 0, 0, 0.48) !important;
  }

  body:not(.admin-body) .navbar.is-open {
    border-bottom-color: rgba(17, 17, 17, 0.14) !important;
    background: rgba(251, 250, 247, 0.96) !important;
    color: var(--bold-black) !important;
    backdrop-filter: blur(14px) !important;
  }

  body:not(.admin-body) .navbar.is-open .mobile-cart-link,
  body:not(.admin-body) .navbar.is-open .mobile-menu a,
  body:not(.admin-body) .navbar.is-open .menu-button {
    color: var(--bold-black) !important;
    text-shadow: none !important;
  }
}

/* Final compact mobile about section pass. */
@media (max-width: 760px) {
  body:not(.admin-body) .home-about {
    min-height: auto !important;
    padding: 34px 16px 38px !important;
    gap: 18px !important;
    align-content: start !important;
    border-top-width: 3px !important;
    border-bottom-width: 3px !important;
  }

  body:not(.admin-body) .home-about-image img {
    width: 100% !important;
    height: clamp(420px, 124vw, 560px) !important;
    min-height: 0 !important;
    border-width: 3px !important;
    border-radius: 12px !important;
    object-position: center 42% !important;
  }

  body:not(.admin-body) .family-about-image img {
    width: 100% !important;
    height: clamp(420px, 124vw, 560px) !important;
    min-height: 0 !important;
    object-position: center 42% !important;
  }

  body:not(.admin-body) .home-about-content {
    max-width: none !important;
  }

  body:not(.admin-body) .home-about .about-eyebrow {
    margin-bottom: 8px !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
    letter-spacing: 1.7px !important;
  }

  body:not(.admin-body) .home-about-content h2 {
    max-width: 340px !important;
    margin-bottom: 14px !important;
    font-size: clamp(31px, 9.4vw, 37px) !important;
    line-height: 0.98 !important;
  }

  body:not(.admin-body) .home-about-content p:not(.about-eyebrow) {
    max-width: 100% !important;
    margin-bottom: 10px !important;
    font-size: 13px !important;
    line-height: 1.46 !important;
  }

  body:not(.admin-body) .home-about-content p:not(.about-eyebrow):last-child {
    margin-bottom: 0 !important;
  }
}

/* Keep desktop cart/account joined with the main navigation. */
@media (min-width: 761px) {
  body:not(.admin-body):has(.hero-background-video) .nav-right {
    padding-right: 0 !important;
    justify-content: flex-end !important;
    gap: 34px !important;
  }

  body:not(.admin-body):has(.hero-background-video) .nav-right .account-link,
  body:not(.admin-body):has(.hero-background-video) .nav-right [data-cart-label] {
    display: inline-flex !important;
  }

  body:not(.admin-body):has(.hero-background-video) .nav-left a,
  body:not(.admin-body):has(.hero-background-video) .nav-right a {
    min-height: 20px !important;
    height: 20px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    line-height: 20px !important;
  }

  body:not(.admin-body):has(.hero-background-video) .nav-right .account-link {
    min-width: auto !important;
    min-height: auto !important;
    height: auto !important;
    padding: 0 !important;
    gap: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 0 !important;
    transform: none !important;
  }

  body:not(.admin-body) .floating-shop-access {
    display: none !important;
  }

  body:not(.admin-body):has(.hero-background-video) .nav-right .account-icon {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    flex: 0 0 0 !important;
  }

  body:not(.admin-body):has(.hero-background-video) .nav-right .account-link span:last-child {
    display: inline !important;
    max-width: none !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    letter-spacing: inherit !important;
    line-height: 20px !important;
    transform: none !important;
  }
}

@media (max-width: 760px) {
  body:not(.admin-body) .page-navbar.page-navbar {
    position: fixed !important;
    top: 0 !important;
    min-height: 66px !important;
    padding: 8px 12px 8px 8px !important;
    grid-template-columns: auto minmax(0, 1fr) 44px !important;
    gap: 8px !important;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1) !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 16px 36px rgba(17, 17, 17, 0.1) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
  }

  body:not(.admin-body).has-promo-banner:not(.is-header-scrolled) .page-navbar.page-navbar {
    top: 38px !important;
  }
}

@media (min-width: 761px) {
  body:not(.admin-body) .page-navbar.page-navbar {
    transition:
      transform 220ms ease,
      background-color 180ms ease,
      border-color 180ms ease !important;
    will-change: transform;
  }

  body:not(.admin-body).is-header-hidden .page-navbar.page-navbar:not(.is-open) {
    transform: translateY(-115%) !important;
  }

  body:not(.admin-body) .page-navbar.page-navbar.is-open {
    transform: translateY(0) !important;
  }
}

.admin-body .admin-media-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-body .admin-media-tile.is-selected {
  border-color: var(--nxt-orange) !important;
  box-shadow:
    0 0 0 3px rgba(247, 147, 30, 0.22),
    0 12px 28px rgba(26, 26, 26, 0.1) !important;
}

.admin-body .admin-media-select {
  background: rgba(255, 255, 255, 0.96);
}

/* Final FAQ toggle cleanup. */
body:not(.admin-body) .faq-question strong {
  width: auto !important;
  height: auto !important;
  min-width: 32px !important;
  min-height: 32px !important;
  display: inline-grid !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--bold-black) !important;
  box-shadow: none !important;
  font-family: var(--font-body) !important;
  font-size: clamp(28px, 2.8vw, 38px) !important;
  font-weight: 850 !important;
  line-height: 1 !important;
}

body:not(.admin-body) .faq-question:hover strong {
  color: var(--bold-orange) !important;
}

/* Featured products enter one at a time from below. */
body:not(.admin-body) [data-featured-products-grid] .product-card {
  opacity: 0;
  transform: translateY(44px);
}

body:not(.admin-body) [data-featured-products-grid] .product-card.is-revealed {
  animation: featuredProductSlideUp 680ms cubic-bezier(0.2, 0.75, 0.24, 1) both;
}

body:not(.admin-body) [data-featured-products-grid] .product-card:nth-child(1).is-revealed {
  animation-delay: 80ms;
}

body:not(.admin-body) [data-featured-products-grid] .product-card:nth-child(2).is-revealed {
  animation-delay: 220ms;
}

body:not(.admin-body) [data-featured-products-grid] .product-card:nth-child(3).is-revealed {
  animation-delay: 360ms;
}

@keyframes featuredProductSlideUp {
  from {
    opacity: 0;
    transform: translateY(54px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body:not(.admin-body) [data-featured-products-grid] .product-card,
  body:not(.admin-body) [data-featured-products-grid] .product-card.is-revealed {
    opacity: 1;
    transform: none;
    animation: none;
  }

  body:not(.admin-body) [data-featured-products-grid] .product-card.is-carousel-focused,
  body:not(.admin-body) [data-featured-products-grid]:has(.is-carousel-focused) .product-card {
    filter: none;
    opacity: 1;
    transform: none !important;
  }
}
body:not(.admin-body) .local-only-notice {
  display: grid;
  gap: 0.35rem;
  margin: 1rem 0;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(196, 124, 42, 0.34);
  border-left: 4px solid #c47c2a;
  border-radius: 8px;
  background: rgba(255, 247, 236, 0.94);
  color: #2f261f;
  box-shadow: 0 12px 30px rgba(47, 38, 31, 0.08);
}

body:not(.admin-body) .local-only-notice strong {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body:not(.admin-body) .local-only-notice p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
}

body:not(.admin-body) .cart-local-only-notice {
  margin: 0.85rem 0 1rem;
}

body:not(.admin-body) .product-detail-page .product-photo-stage > img[data-product-main-image] {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.22);
  transform-origin: center center;
}

@media (max-width: 760px) {
  body:not(.admin-body) .product-detail-page .shop-product-media {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
    border-radius: 14px 14px 0 0 !important;
    background: #ffffff !important;
  }

  body:not(.admin-body) .product-detail-page .product-photo-stage {
    grid-column: 1 !important;
    grid-row: 1 !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
    padding: 12px !important;
    border-radius: 14px 14px 0 0 !important;
    touch-action: pan-y;
  }

  body:not(.admin-body) .product-detail-page .product-photo-stage > img[data-product-main-image] {
    transform: scale(1.14);
  }

  body:not(.admin-body) .product-detail-page .product-thumb-strip {
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    min-height: 32px !important;
    padding: 8px 10px 12px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    border: 0 !important;
    background: #e9f5ff !important;
    overflow: visible !important;
  }

  body:not(.admin-body) .product-detail-page .product-thumb-button {
    width: 9px !important;
    height: 9px !important;
    min-width: 9px !important;
    min-height: 9px !important;
    max-width: 9px !important;
    max-height: 9px !important;
    flex: 0 0 9px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(17, 17, 17, 0.28) !important;
    box-shadow: none !important;
    font-size: 0 !important;
  }

  body:not(.admin-body) .product-detail-page .product-thumb-button.is-active {
    width: 22px !important;
    max-width: 22px !important;
    flex-basis: 22px !important;
    background: var(--bold-black) !important;
  }

  body:not(.admin-body) .product-detail-page .product-thumb-button img {
    display: none !important;
  }

  body:not(.admin-body) .product-detail-page .shop-product-details {
    gap: 9px !important;
    padding: 12px !important;
  }

  body:not(.admin-body) .product-detail-page .product-story-panel {
    padding: 0 !important;
  }

  body:not(.admin-body) .product-detail-page .product-kicker {
    margin-bottom: 4px !important;
    font-size: 9px !important;
    letter-spacing: 1.2px !important;
  }

  body:not(.admin-body) .product-detail-page .shop-product-details h1 {
    margin: 0 0 6px !important;
    font-size: clamp(24px, 7vw, 31px) !important;
    line-height: 1 !important;
  }

  body:not(.admin-body) .product-detail-page .product-description {
    display: -webkit-box !important;
    overflow: hidden !important;
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 5 !important;
  }

  body:not(.admin-body) .product-detail-page .product-specs {
    gap: 6px !important;
  }

  body:not(.admin-body) .product-detail-page .product-specs div {
    min-height: 54px !important;
    padding: 7px 5px !important;
    border-width: 2px !important;
    border-radius: 10px !important;
  }

  body:not(.admin-body) .product-detail-page .product-specs dt {
    margin-bottom: 3px !important;
    font-size: 8px !important;
    letter-spacing: 0.6px !important;
  }

  body:not(.admin-body) .product-detail-page .product-specs dd {
    font-size: clamp(10px, 3.2vw, 14px) !important;
    line-height: 1.05 !important;
  }

  body:not(.admin-body) .product-detail-page .product-purchase-panel {
    gap: 8px !important;
    padding: 10px !important;
    border-width: 2px !important;
    border-radius: 12px !important;
  }

  body:not(.admin-body) .product-detail-page .product-purchase-heading {
    margin-bottom: 2px !important;
  }

  body:not(.admin-body) .product-detail-page .product-purchase-heading .section-label {
    font-size: 8px !important;
    letter-spacing: 1.6px !important;
  }

  body:not(.admin-body) .product-detail-page .product-purchase-heading h2 {
    margin-top: 3px !important;
    font-size: 17px !important;
    line-height: 1.05 !important;
  }

  body:not(.admin-body) .product-detail-page .cart-action-block {
    margin-bottom: 9px !important;
  }

  body:not(.admin-body) .product-detail-page [data-add-to-cart] {
    width: 100% !important;
    min-height: 42px !important;
    padding: 10px 12px !important;
    font-size: 11px !important;
  }

  body:not(.admin-body) .product-detail-page .product-options {
    gap: 8px !important;
  }

  body:not(.admin-body) .product-detail-page .design-choice-grid {
    gap: 7px !important;
  }

  body:not(.admin-body) .product-detail-page .option-helper {
    margin: 3px 0 6px !important;
    font-size: 10px !important;
    line-height: 1.25 !important;
  }

  body:not(.admin-body) .product-detail-page .option-button {
    min-height: 54px !important;
    padding: 8px !important;
    border-width: 2px !important;
    border-radius: 10px !important;
  }

  body:not(.admin-body) .product-detail-page .option-button span,
  body:not(.admin-body) .product-detail-page .finish-select-label {
    margin-bottom: 4px !important;
    font-size: 8px !important;
    letter-spacing: 0.7px !important;
  }

  body:not(.admin-body) .product-detail-page .option-button strong {
    font-size: 11px !important;
    line-height: 1.15 !important;
  }

  body:not(.admin-body) .product-detail-page .finish-select,
  body:not(.admin-body) .product-detail-page .product-personalization-input {
    min-height: 40px !important;
    padding: 8px 10px !important;
    border-width: 2px !important;
    border-radius: 10px !important;
    font-size: 12px !important;
  }

  body:not(.admin-body) .product-detail-page .local-only-notice {
    margin: 6px 0 0 !important;
    padding: 9px 10px !important;
    border-radius: 10px !important;
    box-shadow: none !important;
  }

  body:not(.admin-body) .product-detail-page .local-only-notice strong {
    font-size: 10px !important;
    letter-spacing: 0.8px !important;
  }

  body:not(.admin-body) .product-detail-page .local-only-notice p {
    font-size: 11px !important;
    line-height: 1.3 !important;
  }
}

.admin-body .admin-product-row img,
.admin-body .admin-product-row .admin-product-image-empty {
  background: #fffdf8 !important;
  border: 1px solid rgba(26, 26, 26, 0.12) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7) !important;
}

.admin-body .admin-return-link span {
  background: transparent !important;
  border-radius: 0 !important;
  color: var(--admin-final-black) !important;
}

/* Desktop product page rebuild: keep mobile rules untouched. */
@media (min-width: 901px) {
  body:not(.admin-body) .products-page .product-detail-page,
  body:not(.admin-body) .product-detail-page {
    width: 100% !important;
    max-width: none !important;
    padding: clamp(18px, 2.5vh, 28px) 38px clamp(42px, 5vh, 64px) !important;
    background:
      linear-gradient(180deg, #fbfaf7 0%, #f6f1e8 100%) !important;
  }

  body:not(.admin-body) .product-detail-page .shop-product-card {
    width: min(100%, 1500px);
    height: auto !important;
    min-height: clamp(528px, calc(100svh - 202px), 648px) !important;
    margin: 0 auto;
    display: grid !important;
    grid-template-columns: minmax(620px, 1.12fr) minmax(430px, 0.72fr) !important;
    align-items: stretch !important;
    gap: 0 !important;
    overflow: visible !important;
    border: 4px solid var(--bold-black) !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    box-shadow: 0 22px 50px rgba(17, 17, 17, 0.08);
  }

  body:not(.admin-body) .product-detail-page .shop-product-media {
    position: static !important;
    top: auto !important;
    height: auto !important;
    min-height: clamp(528px, calc(100svh - 202px), 648px) !important;
    align-self: start !important;
    display: grid !important;
    grid-template-columns: 90px minmax(0, 1fr) !important;
    gap: 0 !important;
    background: #ffffff !important;
  }

  body:not(.admin-body) .product-detail-page .product-thumb-strip {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 90px !important;
    height: 100% !important;
    max-height: none !important;
    box-sizing: border-box !important;
    padding: 12px 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    border-top: 0 !important;
    border-right: 0 !important;
    background: #ffffff !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    scrollbar-width: none !important;
  }

  body:not(.admin-body) .product-detail-page .product-thumb-strip::-webkit-scrollbar {
    display: none !important;
  }

  body:not(.admin-body) .product-detail-page .product-thumb-button {
    flex: 0 0 68px !important;
    width: 68px !important;
    height: 68px !important;
    min-height: 68px !important;
    max-height: 68px !important;
    padding: 0 !important;
    border: 3px solid var(--bold-black) !important;
    border-radius: 11px !important;
    background: #ffffff !important;
    box-shadow: none !important;
  }

  body:not(.admin-body) .product-detail-page .product-thumb-button.is-active {
    border-color: var(--bold-black) !important;
    background: #fffdf8 !important;
    box-shadow: inset 0 0 0 2px #ffffff !important;
  }

  body:not(.admin-body) .product-detail-page .product-thumb-button img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  body:not(.admin-body) .product-detail-page .product-photo-stage {
    grid-column: 2 !important;
    grid-row: 1 !important;
    position: relative !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 12px !important;
    padding: 0 !important;
    align-self: stretch !important;
    justify-self: stretch !important;
    display: block !important;
    box-sizing: border-box !important;
    border: 4px solid var(--bold-black) !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    overflow: hidden !important;
  }

  body:not(.admin-body) .product-detail-page .product-photo-stage > img[data-product-main-image] {
    position: absolute !important;
    inset: 14px !important;
    width: calc(100% - 28px) !important;
    height: calc(100% - 28px) !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: none !important;
  }

  body:not(.admin-body)[data-product-id="collapsible-fire-pit-ring"] .product-detail-page .product-photo-stage > img[data-product-main-image] {
    object-fit: cover !important;
    object-position: center 46% !important;
  }

  body:not(.admin-body) .product-detail-page .shop-product-details {
    height: auto !important;
    min-height: 0 !important;
    padding: 16px 18px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 7px !important;
    border-left: 4px solid var(--bold-black) !important;
    background: #ffffff !important;
    overflow: visible !important;
    scrollbar-width: none !important;
  }

  body:not(.admin-body) .product-detail-page .product-story-panel {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  body:not(.admin-body) .product-detail-page .product-kicker {
    margin: 0 0 4px !important;
    font-size: 10px !important;
    letter-spacing: 1.6px !important;
  }

  body:not(.admin-body) .product-detail-page .shop-product-details h1 {
    max-width: 620px;
    margin: 0 0 5px !important;
    font-size: clamp(28px, 2.35vw, 38px) !important;
    line-height: 0.98 !important;
  }

  body:not(.admin-body) .product-detail-page .product-description {
    display: -webkit-box !important;
    overflow: hidden !important;
    margin: 0 !important;
    color: var(--bold-muted) !important;
    font-size: 14px !important;
    font-weight: 750 !important;
    line-height: 1.32 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  body:not(.admin-body) .product-detail-page .product-specs {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }

  body:not(.admin-body) .product-detail-page .product-specs div {
    min-height: 54px !important;
    padding: 6px 7px !important;
    border: 3px solid var(--bold-black) !important;
    border-radius: 14px !important;
    display: grid !important;
    place-items: center !important;
    text-align: center !important;
  }

  body:not(.admin-body) .product-detail-page .product-specs dt {
    margin: 0 0 3px !important;
    font-size: 9px !important;
    letter-spacing: 1px !important;
  }

  body:not(.admin-body) .product-detail-page .product-specs dd {
    font-size: clamp(14px, 1.15vw, 18px) !important;
    line-height: 1.05 !important;
  }

  body:not(.admin-body) .product-detail-page .local-only-notice {
    margin: 0 !important;
    padding: 8px 11px !important;
    border: 3px solid #c46f00 !important;
    border-left-width: 8px !important;
    border-radius: 10px !important;
    background: #fff2df !important;
    color: var(--bold-black) !important;
    box-shadow: 0 10px 22px rgba(196, 111, 0, 0.14) !important;
  }

  body:not(.admin-body) .product-detail-page .local-only-notice strong {
    font-size: 11px !important;
    font-weight: 950 !important;
    letter-spacing: 1.2px !important;
  }

  body:not(.admin-body) .product-detail-page .local-only-notice p {
    margin-top: 2px !important;
    font-size: 11px !important;
    font-weight: 850 !important;
    line-height: 1.3 !important;
  }

  body:not(.admin-body) .product-detail-page .product-purchase-panel {
    flex: 1 1 auto !important;
    margin-top: 2px !important;
    padding: 12px 13px 13px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    justify-content: flex-start !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
  }

  body:not(.admin-body) .product-detail-page .product-purchase-heading {
    margin: 0 !important;
  }

  body:not(.admin-body) .product-detail-page .product-purchase-heading h2 {
    margin-top: 2px !important;
    font-size: 17px !important;
    line-height: 1.05 !important;
  }

  body:not(.admin-body) .product-detail-page .product-options {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
  }

  body:not(.admin-body) .product-detail-page .design-selector-group,
  body:not(.admin-body) .product-detail-page [data-personalization-option-group] {
    grid-column: 1 / -1 !important;
  }

  body:not(.admin-body) .product-detail-page .option-helper {
    margin: 2px 0 4px !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
  }

  body:not(.admin-body) .product-detail-page .option-button {
    min-height: 46px !important;
    padding: 7px !important;
    border-width: 3px !important;
    border-radius: 12px !important;
  }

  body:not(.admin-body) .product-detail-page .finish-select,
  body:not(.admin-body) .product-detail-page .product-personalization-input {
    min-height: 34px !important;
    padding: 6px 10px !important;
    border-width: 3px !important;
    border-radius: 12px !important;
    font-size: 13px !important;
  }

  body:not(.admin-body) .product-detail-page .cart-action-block {
    margin-top: auto !important;
  }

body:not(.admin-body) .product-detail-page [data-add-to-cart] {
    width: fit-content !important;
    flex: 0 0 auto !important;
    min-height: 42px !important;
    padding: 10px 20px !important;
    font-size: 12px !important;
  }
}

/* Local catalog polish: cleaner shop feel and calmer scale. */
body:not(.admin-body) {
  --local-line: rgba(17, 17, 17, 0.18);
  --local-line-strong: #171717;
  --local-paper: #fffdf8;
  --local-panel: #ffffff;
  --local-blue: #edf7ff;
}

body:not(.admin-body) .page-navbar {
  border-bottom: 1px solid var(--local-line) !important;
  background: rgba(255, 253, 248, 0.96) !important;
}

body:not(.admin-body) .hero-button,
body:not(.admin-body) .secondary-button,
body:not(.admin-body) .catalog-section .catalog-action {
  border-width: 2px !important;
  border-radius: 10px !important;
}

body:not(.admin-body):has(.hero-background-video) .hero h1 {
  max-width: 940px !important;
  font-size: clamp(4.4rem, 6.4vw, 6.7rem) !important;
  line-height: 0.94 !important;
}

body:not(.admin-body) .products-hero {
  padding: clamp(38px, 4vw, 58px) 56px clamp(34px, 4vw, 50px) !important;
  border-bottom: 2px solid var(--local-line-strong) !important;
  background:
    linear-gradient(180deg, #fffdf8 0%, #f7f1e8 100%) !important;
}

body:not(.admin-body) .products-hero .section-label {
  letter-spacing: 2.4px !important;
}

body:not(.admin-body) .products-hero h1 {
  max-width: 980px !important;
  margin-left: max(0px, calc((100% - 1260px) / 2)) !important;
  margin-right: auto !important;
  font-size: clamp(42px, 3.8vw, 62px) !important;
  line-height: 1 !important;
}

body:not(.admin-body) .products-hero p:last-child {
  max-width: 720px !important;
  font-size: clamp(17px, 1.35vw, 20px) !important;
}

body:not(.admin-body) .catalog-section {
  background: #fffaf2 !important;
}

body:not(.admin-body) .product-listing-grid {
  gap: clamp(22px, 2.4vw, 34px) !important;
}

body:not(.admin-body) .product-listing-card .catalog-product-link,
body:not(.admin-body) .products-section .catalog-product-link {
  border: 2px solid var(--local-line-strong) !important;
  border-radius: 14px !important;
  background: var(--local-panel) !important;
  box-shadow: 0 16px 36px rgba(17, 17, 17, 0.07) !important;
}

body:not(.admin-body) .product-listing-card .catalog-product-link:hover,
body:not(.admin-body) .products-section .catalog-product-link:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 20px 42px rgba(17, 17, 17, 0.1) !important;
}

body:not(.admin-body) .products-section .catalog-image,
body:not(.admin-body) .catalog-section .catalog-image {
  border-bottom: 2px solid var(--local-line-strong) !important;
  background: var(--local-blue) !important;
}

body:not(.admin-body) .catalog-section .catalog-product-info {
  padding: 20px !important;
}

body:not(.admin-body) .catalog-section .catalog-product-info strong {
  font-size: clamp(22px, 1.65vw, 28px) !important;
  line-height: 1.08 !important;
}

body:not(.admin-body) .catalog-section .catalog-product-info > span:not(.section-label):not(.catalog-price):not(.catalog-action):not(.catalog-visibility-badges) {
  font-size: 15px !important;
  line-height: 1.45 !important;
}

body:not(.admin-body) .catalog-section .catalog-visibility-badges em,
body:not(.admin-body) .product-listing-card .save-product-button {
  border-width: 2px !important;
}

body:not(.admin-body) .product-detail-page {
  background:
    radial-gradient(circle at 22% 0%, rgba(247, 147, 30, 0.08), transparent 30%),
    linear-gradient(180deg, #fffdf8 0%, #f6f0e7 100%) !important;
}

@media (min-width: 901px) {
  body:not(.admin-body) .products-page .product-detail-page,
  body:not(.admin-body) .product-detail-page {
    padding: clamp(24px, 3vh, 34px) 42px clamp(48px, 6vh, 72px) !important;
  }

  body:not(.admin-body) .product-detail-page .shop-product-card {
    width: min(100%, 1440px) !important;
    min-height: clamp(560px, calc(100svh - 196px), 680px) !important;
    grid-template-columns: minmax(600px, 1.08fr) minmax(460px, 0.72fr) !important;
    border: 2px solid var(--local-line-strong) !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 24px 54px rgba(17, 17, 17, 0.09) !important;
  }

  body:not(.admin-body) .product-detail-page .shop-product-media {
    min-height: clamp(560px, calc(100svh - 196px), 680px) !important;
    grid-template-columns: 86px minmax(0, 1fr) !important;
    border-right: 2px solid var(--local-line-strong) !important;
    background: var(--local-paper) !important;
  }

  body:not(.admin-body) .product-detail-page .product-thumb-strip {
    width: 86px !important;
    padding: 14px 10px !important;
    border-right: 1px solid var(--local-line) !important;
    background: #fffaf2 !important;
  }

  body:not(.admin-body) .product-detail-page .product-thumb-button {
    flex-basis: 64px !important;
    width: 64px !important;
    height: 64px !important;
    min-height: 64px !important;
    border: 2px solid var(--local-line-strong) !important;
    border-radius: 9px !important;
  }

  body:not(.admin-body) .product-detail-page .product-photo-stage {
    margin: 16px !important;
    border: 1px solid var(--local-line) !important;
    border-radius: 12px !important;
    background: #ffffff !important;
  }

  body:not(.admin-body) .product-detail-page .product-photo-stage > img[data-product-main-image] {
    inset: 20px !important;
    width: calc(100% - 40px) !important;
    height: calc(100% - 40px) !important;
  }

  body:not(.admin-body)[data-product-id="collapsible-fire-pit-ring"] .product-detail-page .product-photo-stage > img[data-product-main-image] {
    object-fit: contain !important;
    object-position: center center !important;
  }

  body:not(.admin-body) .product-detail-page .shop-product-details {
    padding: 26px 28px 24px !important;
    gap: 14px !important;
    border-left: 0 !important;
    background: #ffffff !important;
  }

  body:not(.admin-body) .product-detail-page .product-kicker {
    margin-bottom: 7px !important;
    font-size: 11px !important;
    letter-spacing: 1.8px !important;
  }

  body:not(.admin-body) .product-detail-page .shop-product-details h1 {
    font-size: clamp(32px, 2.4vw, 42px) !important;
    line-height: 1.02 !important;
  }

  body:not(.admin-body) .product-detail-page .product-description {
    -webkit-line-clamp: 3 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  body:not(.admin-body) .product-detail-page .product-specs {
    gap: 10px !important;
  }

  body:not(.admin-body) .product-detail-page .product-specs div {
    min-height: 68px !important;
    padding: 10px 8px !important;
    border: 2px solid var(--local-line-strong) !important;
    border-radius: 10px !important;
    background: #fffdf8 !important;
  }

  body:not(.admin-body) .product-detail-page .local-only-notice {
    padding: 12px 14px !important;
    border: 1px solid rgba(196, 111, 0, 0.34) !important;
    border-left: 5px solid #c46f00 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
  }

  body:not(.admin-body) .product-detail-page .product-purchase-panel {
    margin-top: 0 !important;
    padding: 16px 0 0 !important;
    gap: 12px !important;
    border-top: 1px solid var(--local-line) !important;
  }

  body:not(.admin-body) .product-detail-page .product-purchase-heading h2 {
    font-size: 19px !important;
  }

  body:not(.admin-body) .product-detail-page .option-button,
  body:not(.admin-body) .product-detail-page .finish-select,
  body:not(.admin-body) .product-detail-page .product-personalization-input {
    border-width: 2px !important;
    border-radius: 10px !important;
  }

  body:not(.admin-body) .product-detail-page .option-button {
    min-height: 58px !important;
    padding: 10px !important;
    background: #ffffff !important;
  }

  body:not(.admin-body) .product-detail-page .finish-select,
  body:not(.admin-body) .product-detail-page .product-personalization-input {
    min-height: 42px !important;
  }

  body:not(.admin-body) .product-detail-page [data-add-to-cart] {
    min-height: 46px !important;
    padding: 11px 22px !important;
  }
}

@media (max-width: 760px) {
  body:not(.admin-body):has(.hero-background-video) .hero h1 {
    font-size: clamp(42px, 13vw, 60px) !important;
    line-height: 0.94 !important;
  }

  body:not(.admin-body) .products-hero {
    padding: 30px 16px 32px !important;
  }

  body:not(.admin-body) .products-hero h1 {
    font-size: clamp(32px, 10vw, 42px) !important;
    line-height: 1.04 !important;
  }

  body:not(.admin-body) .products-hero p:last-child {
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  body:not(.admin-body) .product-listing-card .catalog-product-link,
  body:not(.admin-body) .products-section .catalog-product-link,
  body:not(.admin-body) .product-detail-page .shop-product-card {
    border-width: 2px !important;
    border-radius: 14px !important;
    box-shadow: 0 14px 30px rgba(17, 17, 17, 0.07) !important;
  }

  body:not(.admin-body) .product-detail-page .product-photo-stage {
    border-width: 0 0 2px !important;
    border-radius: 12px 12px 0 0 !important;
  }

  body:not(.admin-body) .product-detail-page .shop-product-details {
    gap: 12px !important;
    border-top: 0 !important;
    padding: 14px !important;
  }

  body:not(.admin-body) .product-detail-page .product-specs div {
    border-width: 2px !important;
    border-radius: 10px !important;
    background: #fffdf8 !important;
  }

  body:not(.admin-body) .product-detail-page .product-purchase-panel {
    padding: 14px !important;
    border: 2px solid var(--local-line-strong) !important;
    border-radius: 12px !important;
    background: #ffffff !important;
  }

  body:not(.admin-body) .product-detail-page .product-options {
    order: 2 !important;
  }

  body:not(.admin-body) .product-detail-page .cart-action-block {
    order: 3 !important;
    margin: 4px 0 0 !important;
  }

  body:not(.admin-body) .product-detail-page [data-add-to-cart] {
    width: 100% !important;
  }

  body:not(.admin-body) .product-detail-page .product-story-panel {
    order: 4 !important;
  }

  body:not(.admin-body) .product-detail-page .local-only-notice {
    order: 5 !important;
    border-left-width: 4px !important;
    box-shadow: none !important;
  }
}

/* Account phone capture polish. */
body:not(.admin-body) .profile-details {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

body:not(.admin-body) .profile-edit-form {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--local-line, rgba(17, 17, 17, 0.18));
  border-radius: 12px;
  background: #fffdf8;
}

body:not(.admin-body) .profile-edit-form h3 {
  margin: 0;
  color: var(--bold-black, #111111);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.05;
}

body:not(.admin-body) .profile-edit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body:not(.admin-body) .profile-edit-form label {
  display: grid;
  gap: 8px;
  color: var(--bold-black, #111111);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1px;
  text-transform: uppercase;
}

body:not(.admin-body) .profile-edit-form input {
  width: 100%;
  min-height: 46px;
  border: 2px solid var(--bold-black, #111111);
  border-radius: 10px;
  padding: 10px 12px;
  background: #ffffff;
  color: var(--bold-black, #111111);
  font: inherit;
  font-size: 15px;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: none;
}

body:not(.admin-body) .profile-edit-form input[readonly] {
  border-color: rgba(17, 17, 17, 0.2);
  background: #f2eee6;
  color: var(--bold-muted, #4d4d4d);
}

body:not(.admin-body) .profile-edit-form .secondary-button {
  width: fit-content;
  min-height: 44px;
  padding: 11px 18px;
}

@media (max-width: 760px) {
  body:not(.admin-body) .profile-edit-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body:not(.admin-body) .profile-edit-form .secondary-button {
    width: 100%;
  }
}

/* Mobile menu polish: make the dropdown feel like a real navigation panel. */
@media (max-width: 760px) {
  body:not(.admin-body) .menu-button {
    width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
    align-items: center !important;
    border: 1px solid currentColor !important;
    border-radius: 999px !important;
  }

  body:not(.admin-body) .navbar.is-open .menu-button {
    background: var(--bold-orange, #f7931e) !important;
    color: var(--bold-black, #111111) !important;
  }

  body:not(.admin-body) .navbar.is-open .menu-button span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  body:not(.admin-body) .navbar.is-open .menu-button span:nth-child(2) {
    opacity: 0;
  }

  body:not(.admin-body) .navbar.is-open .menu-button span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  body:not(.admin-body) .menu-button span {
    width: 22px !important;
    transition:
      opacity 160ms ease,
      transform 160ms ease;
  }

  body:not(.admin-body) .mobile-menu {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    margin: 12px 0 0 !important;
    padding: 10px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
    border: 1px solid rgba(17, 17, 17, 0.16) !important;
    border-radius: 16px !important;
    background: #fffdf8 !important;
    box-shadow: 0 18px 40px rgba(17, 17, 17, 0.12) !important;
  }

  body:not(.admin-body) .mobile-menu.is-open,
  body:not(.admin-body) .navbar.is-open .mobile-menu {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body:not(.admin-body) .mobile-menu a {
    min-height: 48px !important;
    width: 100% !important;
    padding: 0 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border: 1px solid rgba(17, 17, 17, 0.14) !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    color: var(--bold-black, #111111) !important;
    font-size: 13px !important;
    line-height: 1.1 !important;
    letter-spacing: 1px !important;
    text-align: left !important;
    text-shadow: none !important;
  }

  body:not(.admin-body) .mobile-menu a::after {
    content: ">";
    color: var(--bold-orange, #f7931e);
    font-size: 16px;
    font-weight: 950;
    line-height: 1;
  }

  body:not(.admin-body) .mobile-menu a:hover,
  body:not(.admin-body) .mobile-menu a:focus-visible {
    border-color: var(--bold-black, #111111) !important;
    background: #fff3df !important;
    outline: none !important;
  }

  body:not(.admin-body):has(.hero-background-video):not(.is-header-scrolled) .navbar.is-open {
    background: rgba(251, 250, 247, 0.98) !important;
    color: var(--bold-black, #111111) !important;
    backdrop-filter: blur(14px) !important;
  }
}

/* Mobile scroll-aware header: hide on downward scroll, return on upward scroll. */
@media (max-width: 760px) {
  body:not(.admin-body) .navbar,
  body:not(.admin-body) .page-navbar,
  body:not(.admin-body):has(.hero-background-video) .navbar,
  body:not(.admin-body):has(.hero-background-video).is-header-scrolled .navbar {
    transition:
      transform 220ms ease,
      background-color 180ms ease,
      border-color 180ms ease !important;
    will-change: transform;
  }

  body:not(.admin-body).is-header-hidden .navbar:not(.is-open),
  body:not(.admin-body).is-header-hidden .page-navbar:not(.is-open),
  body:not(.admin-body):has(.hero-background-video).is-header-hidden .navbar:not(.is-open) {
    transform: translateY(-115%) !important;
  }

  body:not(.admin-body) .navbar.is-open,
  body:not(.admin-body):has(.hero-background-video) .navbar.is-open {
    transform: translateY(0) !important;
  }
}

/* Mobile hero rebuild: full-bleed video, tighter copy, less empty space. */
@media (max-width: 760px) {
  body:not(.admin-body):has(.hero-background-video) .hero {
    min-height: min(720px, 92svh) !important;
    padding: 92px 18px 42px !important;
    align-items: end !important;
    background: #071016 !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero-background-video {
    object-fit: cover !important;
    object-position: center 48% !important;
    transform: none !important;
    background: #071016 !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero::before {
    background:
      linear-gradient(90deg, rgba(4, 8, 10, 0.8) 0%, rgba(4, 8, 10, 0.42) 58%, rgba(4, 8, 10, 0.14) 100%),
      linear-gradient(180deg, rgba(4, 8, 10, 0.18) 0%, rgba(4, 8, 10, 0.22) 44%, rgba(4, 8, 10, 0.74) 100%) !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero-shell {
    align-items: end !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero-content {
    max-width: 350px !important;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.54) !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero .eyebrow {
    max-width: 300px !important;
    margin-bottom: 12px !important;
    font-size: 10px !important;
    line-height: 1.35 !important;
    letter-spacing: 2.4px !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero h1 {
    max-width: 330px !important;
    font-size: clamp(36px, 11vw, 46px) !important;
    line-height: 0.96 !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero-actions {
    margin-top: 24px !important;
    gap: 10px !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero-button,
  body:not(.admin-body):has(.hero-background-video) .secondary-button {
    min-height: 46px !important;
    padding: 12px 17px !important;
    border-radius: 10px !important;
    font-size: 11px !important;
  }
}

/* Mobile hero glass navigation: keep the homepage header translucent like desktop. */
@media (max-width: 760px) {
  body:not(.admin-body):has(.hero-background-video) .navbar:not(.is-open),
  body:not(.admin-body):has(.hero-background-video).is-header-scrolled .navbar:not(.is-open),
  body:not(.admin-body):has(.hero-background-video).is-header-hidden .navbar:not(.is-open) {
    background:
      linear-gradient(180deg, rgba(7, 12, 16, 0.42), rgba(7, 12, 16, 0.16)) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16) !important;
    box-shadow: none !important;
    color: #ffffff !important;
    backdrop-filter: blur(10px) saturate(1.12) !important;
    -webkit-backdrop-filter: blur(10px) saturate(1.12) !important;
  }

  body:not(.admin-body):has(.hero-background-video) .navbar:not(.is-open) .mobile-cart-link,
  body:not(.admin-body):has(.hero-background-video) .navbar:not(.is-open) .menu-button,
  body:not(.admin-body):has(.hero-background-video).is-header-scrolled .navbar:not(.is-open) .mobile-cart-link,
  body:not(.admin-body):has(.hero-background-video).is-header-scrolled .navbar:not(.is-open) .menu-button {
    color: #ffffff !important;
    text-shadow: 0 1px 14px rgba(0, 0, 0, 0.55) !important;
  }

  body:not(.admin-body):has(.hero-background-video) .navbar:not(.is-open) .menu-button {
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(255, 255, 255, 0.72) !important;
  }

  body:not(.admin-body):has(.hero-background-video) .navbar:not(.is-open) .menu-button span {
    background: currentColor !important;
  }

  body:not(.admin-body):has(.hero-background-video) .navbar:not(.is-open) .brand img {
    filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.55)) !important;
  }
}

/* Mobile hero balance: keep the copy visible without a large empty top field. */
@media (max-width: 760px) {
  body:not(.admin-body):has(.hero-background-video) .hero {
    min-height: min(600px, 72svh) !important;
    padding: 74px 18px 30px !important;
    align-items: center !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero-shell {
    align-items: center !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero-content {
    transform: translateY(10px) !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero .eyebrow {
    margin-bottom: 10px !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero-actions {
    margin-top: 20px !important;
  }
}

/* Mobile product catalog: two-up cards for easier browsing. */
@media (max-width: 760px) {
  body:not(.admin-body) .products-page .catalog-section {
    padding: 22px 14px 52px !important;
  }

  body:not(.admin-body) .products-page .product-listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  body:not(.admin-body) .products-page .product-listing-card .catalog-product-link {
    min-height: 100% !important;
    border-width: 2px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
  }

  body:not(.admin-body) .products-page .catalog-section .catalog-image {
    aspect-ratio: 1 / 1 !important;
    border-bottom-width: 2px !important;
    width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }

  body:not(.admin-body) .products-page .catalog-section .catalog-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    padding: 0 !important;
  }

  body:not(.admin-body) .products-page .catalog-section .catalog-product-info {
    padding: 10px !important;
    gap: 6px !important;
  }

  body:not(.admin-body) .products-page .catalog-section .catalog-product-info .section-label {
    font-size: 8px !important;
    line-height: 1.25 !important;
    letter-spacing: 1.6px !important;
  }

  body:not(.admin-body) .products-page .catalog-section .catalog-product-info strong {
    font-size: clamp(15px, 4.15vw, 18px) !important;
    line-height: 1.08 !important;
  }

  body:not(.admin-body) .products-page .catalog-section .catalog-product-info > span:not(.section-label):not(.catalog-price):not(.catalog-action):not(.catalog-visibility-badges) {
    display: none !important;
  }

  body:not(.admin-body) .products-page .catalog-section .catalog-price {
    font-size: 13px !important;
    line-height: 1.1 !important;
  }

  body:not(.admin-body) .products-page .catalog-section .catalog-price.is-sale {
    gap: 3px 6px !important;
  }

  body:not(.admin-body) .products-page .catalog-section .catalog-price.is-sale s {
    font-size: 11px !important;
  }

  body:not(.admin-body) .products-page .catalog-section .catalog-price.is-sale strong {
    font-size: 15px !important;
  }

  body:not(.admin-body) .products-page .catalog-section .catalog-price.is-sale em {
    font-size: 9px !important;
    letter-spacing: 0.5px !important;
  }

  body:not(.admin-body) .products-page .catalog-section .catalog-action {
    margin-top: 2px !important;
    width: fit-content !important;
    min-height: 36px !important;
    padding: 9px 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 10px !important;
    line-height: 1 !important;
    letter-spacing: 0.45px !important;
    white-space: nowrap !important;
  }

  body:not(.admin-body) .products-page .product-listing-card .save-product-button {
    top: 10px !important;
    right: 10px !important;
    width: 30px !important;
    height: 30px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow:
      0 1px 0 rgba(255, 255, 255, 0.92),
      0 5px 14px rgba(255, 255, 255, 0.82) !important;
  }

  body:not(.admin-body) .products-page .product-listing-card .save-product-button::before {
    font-size: 28px !important;
  }
}

/* Product card badge: simple slanted shop label instead of a pill. */
body:not(.admin-body) .catalog-section .product-listing-card .catalog-visibility-badges {
  position: absolute !important;
  top: 14px !important;
  left: 10px !important;
  z-index: 4 !important;
  width: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--bold-orange, #f7931e) !important;
  transform: rotate(-9deg) !important;
  pointer-events: none !important;
}

body:not(.admin-body) .catalog-section .product-listing-card .catalog-sale-badge {
  position: absolute !important;
  top: 14px !important;
  left: 10px !important;
  z-index: 5 !important;
  width: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--bold-orange, #f7931e) !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 950 !important;
  letter-spacing: 0.9px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.88),
    0 5px 12px rgba(255, 255, 255, 0.74) !important;
  transform: rotate(-9deg) !important;
  pointer-events: none !important;
}

body:not(.admin-body) .catalog-section .product-listing-card .catalog-sale-badge + .catalog-image + .catalog-product-info .catalog-visibility-badges {
  top: 34px !important;
}

body:not(.admin-body) .catalog-section .product-listing-card .catalog-visibility-badges em {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 950 !important;
  letter-spacing: 0.9px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.84),
    0 5px 12px rgba(255, 255, 255, 0.68) !important;
}

@media (max-width: 760px) {
  body:not(.admin-body) .products-page .product-listing-card .catalog-product-link {
    padding: 0 !important;
  }

  body:not(.admin-body) .products-page .product-listing-card .catalog-visibility-badges {
    top: 11px !important;
    left: 8px !important;
  }

  body:not(.admin-body) .products-page .product-listing-card .catalog-sale-badge {
    top: 11px !important;
    left: 8px !important;
    font-size: 12px !important;
    letter-spacing: 0.7px !important;
  }

  body:not(.admin-body) .products-page .product-listing-card .catalog-visibility-badges em {
    font-size: 10px !important;
    letter-spacing: 0.7px !important;
  }
}

/* Admin command menu: white navigation treatment. */
.admin-body .admin-tabs-command {
  border-color: var(--admin-final-black, #111111) !important;
  background: #ffffff !important;
  color: var(--admin-final-black, #111111) !important;
  scrollbar-color: var(--admin-final-orange, #f7931e) rgba(17, 17, 17, 0.12) !important;
}

.admin-body .admin-menu-heading {
  border-bottom-color: rgba(17, 17, 17, 0.18) !important;
}

.admin-body .admin-menu-heading span {
  color: var(--admin-final-black, #111111) !important;
}

.admin-body .admin-menu-heading small,
.admin-body .admin-nav-group > summary,
.admin-body .admin-tabs-command button small {
  color: rgba(17, 17, 17, 0.62) !important;
}

.admin-body .admin-nav-group {
  border-color: rgba(17, 17, 17, 0.14) !important;
  background: #ffffff !important;
}

.admin-body .admin-nav-group.has-active {
  border-color: var(--admin-final-orange, #f7931e) !important;
  background: #fff8ef !important;
}

.admin-body .admin-tabs-command button {
  position: relative;
  background: transparent !important;
  color: var(--admin-final-black, #111111) !important;
}

.admin-body .admin-tabs-command button .admin-notification-badge {
  position: absolute;
  top: 6px;
  right: 7px;
  width: auto;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  display: grid !important;
  place-items: center;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: #d7261e;
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: 0 2px 7px rgba(17, 17, 17, 0.22);
}

.admin-body .admin-tabs-command button .admin-notification-badge[hidden] {
  display: none !important;
}

.admin-body .admin-nav-group > summary {
  position: relative;
}

.admin-body .admin-nav-group > summary .admin-notification-badge {
  position: absolute;
  top: 50%;
  right: 28px;
  width: auto;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  display: grid !important;
  place-items: center;
  transform: translateY(-50%);
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: #d7261e;
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: 0 2px 7px rgba(17, 17, 17, 0.22);
}

.admin-body .admin-nav-group > summary .admin-notification-badge[hidden] {
  display: none !important;
}

.admin-body .admin-product-row.is-unread-record {
  border-color: rgba(215, 38, 30, 0.62) !important;
  box-shadow: inset 4px 0 0 #d7261e;
}

.admin-body .admin-quote-details {
  display: grid;
  gap: 9px;
}

.cart-marketing-consent,
.custom-marketing-consent {
  display: flex !important;
  gap: 9px;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.4;
}

.cart-marketing-consent input,
.custom-marketing-consent input {
  width: 16px !important;
  height: 16px;
  margin-top: 1px;
  flex: 0 0 auto;
}

.admin-body .admin-tabs-command button:hover {
  border-color: rgba(247, 147, 30, 0.5) !important;
  background: #fff8ef !important;
}

.admin-body .admin-tabs-command button.is-active {
  border-color: var(--admin-final-orange, #f7931e) !important;
  background: var(--admin-final-orange, #f7931e) !important;
  color: var(--admin-final-black, #111111) !important;
}

/* Admin sidebar readability bump. */
.admin-body .admin-nav-group > summary {
  font-size: 12px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.1em !important;
}

.admin-body .admin-tabs-command button {
  min-height: 56px !important;
  padding: 12px 13px !important;
}

.admin-body .admin-tabs-command button strong {
  font-size: 14px !important;
  line-height: 1.05 !important;
  letter-spacing: 0.02em !important;
}

.admin-body .admin-tabs-command button small {
  font-size: 10px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.04em !important;
}

/* Admin responsive control polish. */
.admin-body .admin-product-layout {
  grid-template-columns: minmax(220px, 0.28fr) minmax(0, 1fr) !important;
}

.admin-body .admin-list-heading {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 10px !important;
}

.admin-body .admin-list-heading h3 {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}

.admin-body .admin-list-heading button,
.admin-body [data-new-promotion] {
  width: auto !important;
  max-width: 100% !important;
  min-height: 40px !important;
  padding: 8px 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: normal !important;
  line-height: 1.05 !important;
  text-align: center !important;
}

.admin-body .admin-promotion-type-menu {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)) !important;
}

@media (max-width: 1120px) {
  .admin-body .admin-product-layout {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .admin-body .admin-product-list {
    max-height: none !important;
  }
}

@media (max-width: 520px) {
  .admin-body .admin-list-heading {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .admin-body .admin-list-heading button,
  .admin-body [data-new-promotion] {
    width: 100% !important;
  }
}

/* Dashboard uses the whole command workspace, unlike the product editor panels. */
.admin-body .admin-dashboard-layout {
  grid-template-columns: minmax(0, 1fr) !important;
}

.admin-body .admin-dashboard-shell > .admin-product-form {
  width: 100% !important;
  min-width: 0 !important;
}

.admin-body .admin-dashboard-shell .admin-dashboard-cards {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)) !important;
}

.admin-body .admin-dashboard-shell .admin-dashboard-chart-panel,
.admin-body .admin-dashboard-shell .admin-dashboard-split {
  width: 100% !important;
  min-width: 0 !important;
}

.admin-body .admin-category-row::before {
  content: none !important;
  display: none !important;
}

.admin-body .admin-product-row::before {
  content: none !important;
  display: none !important;
}

.admin-body .admin-product-row.is-selected {
  box-shadow: 0 10px 24px rgba(26, 26, 26, 0.08) !important;
}

/* Custom quote request page */
body:not(.admin-body):has(.custom-quote-page) {
  background: var(--bold-cream, #fbfaf7);
}

body:not(.admin-body) .custom-quote-page {
  min-height: 100vh;
  background: var(--bold-cream, #fbfaf7);
  color: var(--bold-black, #111111);
}

body:not(.admin-body) .custom-quote-hero {
  padding: clamp(76px, 8vw, 116px) 56px clamp(44px, 5vw, 70px);
  border-bottom: 4px solid var(--bold-black, #111111);
  background:
    radial-gradient(circle at 85% 18%, rgba(247, 147, 30, 0.15), transparent 26%),
    var(--bold-cream, #fbfaf7);
}

body:not(.admin-body) .custom-quote-hero > * {
  width: min(100%, 1260px);
  margin-left: auto;
  margin-right: auto;
}

body:not(.admin-body) .custom-quote-hero h1 {
  max-width: 960px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: clamp(46px, 6vw, 86px);
  font-weight: 950;
  line-height: 0.92;
  text-transform: uppercase;
}

body:not(.admin-body) .custom-quote-hero p:last-child {
  max-width: 780px;
  margin-left: max(0px, calc((100% - 1260px) / 2));
  color: var(--bold-muted, #5f5a52);
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 650;
  line-height: 1.6;
}

body:not(.admin-body) .custom-quote-shell {
  width: min(100% - 32px, 1240px);
  margin: 0 auto;
  padding: clamp(34px, 5vw, 70px) 0 clamp(86px, 9vw, 132px);
}

body:not(.admin-body) .custom-quote-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

body:not(.admin-body) .custom-quote-tab {
  min-height: 104px;
  padding: 20px;
  border: 4px solid var(--bold-black, #111111);
  border-radius: 18px;
  background: #ffffff;
  color: var(--bold-black, #111111);
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

body:not(.admin-body) .custom-quote-tab:hover {
  transform: translateY(-3px);
}

body:not(.admin-body) .custom-quote-tab.is-active {
  background: var(--bold-orange, #f7931e);
}

body:not(.admin-body) .custom-quote-tab strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
}

body:not(.admin-body) .custom-quote-tab span {
  color: var(--bold-muted, #5f5a52);
  font-weight: 750;
  line-height: 1.45;
}

body:not(.admin-body) .custom-quote-panel {
  display: none;
  border: 4px solid var(--bold-black, #111111);
  border-radius: 22px;
  background: #ffffff;
  overflow: hidden;
}

body:not(.admin-body) .custom-quote-panel.is-active {
  display: block;
}

body:not(.admin-body) .custom-quote-panel-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(24px, 4vw, 40px);
  border-bottom: 4px solid var(--bold-black, #111111);
  background: var(--bold-panel, #f3eee4);
}

body:not(.admin-body) .custom-quote-panel-heading h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 950;
  line-height: 0.96;
  text-transform: uppercase;
}

body:not(.admin-body) .custom-quote-panel-heading p:not(.section-label) {
  max-width: 720px;
  margin: 12px 0 0;
  color: var(--bold-muted, #5f5a52);
  font-weight: 650;
  line-height: 1.55;
}

body:not(.admin-body) .custom-quote-panel-heading > span {
  align-self: flex-start;
  padding: 10px 14px;
  border: 3px solid var(--bold-black, #111111);
  border-radius: 999px;
  background: #ffffff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

body:not(.admin-body) .custom-quote-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(18px, 3vw, 28px);
  border-bottom: 4px solid var(--bold-black, #111111);
  background: #ffffff;
}

body:not(.admin-body) .custom-quote-gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 4px solid var(--bold-black, #111111);
  border-radius: 18px;
}

body:not(.admin-body) .custom-quote-form {
  padding: clamp(22px, 4vw, 42px);
}

body:not(.admin-body) .custom-form-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

body:not(.admin-body) .custom-form-intro h3 {
  margin: 0;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 950;
  text-transform: uppercase;
}

body:not(.admin-body) .custom-form-intro p,
body:not(.admin-body) .custom-form-intro strong,
body:not(.admin-body) .custom-quote-form label strong {
  color: var(--bold-orange, #f7931e);
}

body:not(.admin-body) .custom-help-note {
  display: grid;
  gap: 4px;
  margin-bottom: 24px;
  padding: 18px 20px;
  border: 3px solid rgba(247, 147, 30, 0.45);
  border-radius: 16px;
  background: rgba(247, 147, 30, 0.08);
}

body:not(.admin-body) .custom-help-note strong {
  font-weight: 950;
  text-transform: uppercase;
}

body:not(.admin-body) .custom-help-note span {
  color: var(--bold-muted, #5f5a52);
  font-weight: 650;
}

body:not(.admin-body) .custom-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body:not(.admin-body) .custom-quote-form label {
  display: grid;
  gap: 8px;
  color: var(--bold-black, #111111);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

body:not(.admin-body) .custom-label-text {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  min-height: 16px;
}

body:not(.admin-body) .custom-label-text strong,
body:not(.admin-body) .custom-label-text small {
  display: inline;
}

body:not(.admin-body) .custom-quote-form label small {
  color: var(--bold-muted, #5f5a52);
  font-size: 11px;
  font-weight: 850;
}

body:not(.admin-body) .custom-quote-form input,
body:not(.admin-body) .custom-quote-form select,
body:not(.admin-body) .custom-quote-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border: 3px solid var(--bold-black, #111111);
  border-radius: 14px;
  background: #ffffff;
  color: var(--bold-black, #111111);
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

body:not(.admin-body) .custom-quote-form textarea {
  min-height: 150px;
  resize: vertical;
}

body:not(.admin-body) .custom-form-wide {
  margin: 18px 0;
}

body:not(.admin-body) .custom-quote-form .is-hidden {
  display: none;
}

body:not(.admin-body) .custom-upload-note,
body:not(.admin-body) .custom-form-status {
  color: var(--bold-muted, #5f5a52);
  font-weight: 700;
}

body:not(.admin-body) .custom-form-status.is-error {
  color: #9c230d;
}

body:not(.admin-body) .custom-submit-button {
  margin-top: 14px;
  min-height: 56px;
  padding: 16px 24px;
  border: 4px solid var(--bold-black, #111111);
  border-radius: 16px;
  background: var(--bold-orange, #f7931e);
  color: var(--bold-black, #111111);
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

body:not(.admin-body) .custom-submit-button:disabled {
  opacity: 0.64;
  cursor: wait;
}

body:not(.admin-body) .custom-submit-overlay {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(17, 17, 17, 0.72);
}

body:not(.admin-body) .custom-submit-overlay.is-visible {
  display: flex;
}

body:not(.admin-body) .custom-submit-card {
  width: min(100%, 460px);
  padding: 30px;
  border: 4px solid var(--bold-black, #111111);
  border-radius: 22px;
  background: #ffffff;
  text-align: center;
}

body:not(.admin-body) .custom-submit-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 950;
  text-transform: uppercase;
}

body:not(.admin-body) .custom-submit-card button {
  margin-top: 12px;
  padding: 12px 18px;
  border: 3px solid var(--bold-black, #111111);
  border-radius: 999px;
  background: var(--bold-orange, #f7931e);
  color: var(--bold-black, #111111);
  font-weight: 950;
}

@media (max-width: 820px) {
  body:not(.admin-body) .custom-quote-hero {
    padding: 86px 20px 42px;
  }

  body:not(.admin-body) .custom-quote-tabs,
  body:not(.admin-body) .custom-quote-gallery,
  body:not(.admin-body) .custom-form-grid {
    grid-template-columns: 1fr;
  }

  body:not(.admin-body) .custom-quote-panel-heading,
  body:not(.admin-body) .custom-form-intro {
    flex-direction: column;
    align-items: flex-start;
  }
}

.admin-body .admin-selected-context {
  border: 3px solid var(--admin-final-black, #111111) !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  color: var(--admin-final-black, #111111) !important;
  box-shadow: none !important;
}

.admin-body .admin-selected-context img,
.admin-body .admin-selected-context .admin-product-image-empty {
  border-color: rgba(17, 17, 17, 0.16) !important;
  background: #fffdf8 !important;
  box-shadow: none !important;
}

.admin-body .admin-selected-context small {
  color: var(--admin-final-orange, #f7931e) !important;
}

.admin-body .admin-selected-context strong,
.admin-body .admin-selected-context em {
  color: var(--admin-final-black, #111111) !important;
}

.admin-body .admin-selected-context em {
  opacity: 0.72 !important;
}

/* Minimal dashboard refresh: same data, calmer surface. */
.admin-body .admin-dashboard-shell {
  background: #fffaf2 !important;
}

.admin-body .admin-dashboard-surface {
  padding: clamp(18px, 2vw, 28px) !important;
  display: grid !important;
  gap: 18px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.admin-body .admin-dashboard-heading {
  margin: 0 !important;
  padding: 0 0 14px !important;
  display: flex !important;
  align-items: end !important;
  justify-content: space-between !important;
  gap: 18px !important;
  border-bottom: 1px solid rgba(17, 17, 17, 0.16) !important;
}

.admin-body .admin-dashboard-heading h3 {
  margin: 0 !important;
  font-size: clamp(24px, 2.8vw, 40px) !important;
  letter-spacing: 0 !important;
  line-height: 0.98 !important;
}

.admin-body .admin-dashboard-heading p:not(.section-label) {
  max-width: 420px !important;
  margin: 0 !important;
  color: rgba(17, 17, 17, 0.58) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  text-align: right !important;
}

.admin-body .admin-dashboard-surface .section-label {
  margin-bottom: 6px !important;
  color: var(--admin-final-orange, #f7931e) !important;
  font-size: 10px !important;
  letter-spacing: 1.4px !important;
}

.admin-body .admin-dashboard-shell .admin-dashboard-cards {
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 1px !important;
  overflow: hidden !important;
  border: 2px solid rgba(17, 17, 17, 0.18) !important;
  border-radius: 12px !important;
  background: rgba(17, 17, 17, 0.18) !important;
}

.admin-body .admin-dashboard-shell .admin-dashboard-card {
  min-height: 92px !important;
  padding: 16px !important;
  display: grid !important;
  align-content: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.admin-body .admin-dashboard-shell .admin-dashboard-card span,
.admin-body .admin-dashboard-shell .admin-dashboard-card small {
  color: rgba(17, 17, 17, 0.54) !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: 0.8px !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.admin-body .admin-dashboard-shell .admin-dashboard-card strong {
  margin: 7px 0 !important;
  color: var(--admin-final-black, #111111) !important;
  font-family: var(--font-body), Arial, Helvetica, sans-serif !important;
  font-size: clamp(22px, 2.2vw, 34px) !important;
  font-weight: 950 !important;
  line-height: 0.95 !important;
  text-transform: none !important;
}

.admin-body .admin-dashboard-shell .admin-dashboard-chart-panel {
  margin: 0 !important;
  padding: clamp(18px, 2vw, 28px) !important;
  border: 2px solid rgba(17, 17, 17, 0.18) !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.admin-body .admin-dashboard-shell .admin-dashboard-chart-panel .admin-subsection-heading {
  margin-bottom: 16px !important;
  align-items: start !important;
}

.admin-body .admin-dashboard-shell .admin-dashboard-chart-panel h3,
.admin-body .admin-dashboard-shell .admin-dashboard-secondary-card h3 {
  font-size: clamp(18px, 1.4vw, 24px) !important;
  line-height: 1 !important;
}

.admin-body .admin-dashboard-chart-controls {
  gap: 10px !important;
}

.admin-body .admin-dashboard-chart-controls label {
  min-width: 150px !important;
  color: rgba(17, 17, 17, 0.58) !important;
}

.admin-body .admin-dashboard-chart-controls select {
  min-height: 40px !important;
  border-width: 2px !important;
}

.admin-body .admin-dashboard-chart-summary {
  gap: 6px !important;
}

.admin-body .admin-dashboard-chart-summary span {
  padding: 5px 9px !important;
  border: 1px solid rgba(17, 17, 17, 0.12) !important;
  background: #fffaf2 !important;
  color: rgba(17, 17, 17, 0.62) !important;
  font-size: 10px !important;
  letter-spacing: 0.5px !important;
}

.admin-body .admin-dashboard-chart svg {
  height: clamp(190px, 20vw, 280px) !important;
  min-height: 0 !important;
}

.admin-body .admin-dashboard-chart-grid {
  stroke: rgba(17, 17, 17, 0.1) !important;
}

.admin-body .admin-dashboard-chart-axis {
  fill: rgba(17, 17, 17, 0.54) !important;
}

.admin-body .admin-dashboard-chart-point {
  fill: #ffffff !important;
}

.admin-body .admin-dashboard-shell .admin-dashboard-split {
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.admin-body .admin-dashboard-secondary-card {
  min-height: 180px !important;
  padding: 18px !important;
  border: 2px solid rgba(17, 17, 17, 0.18) !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.admin-body .admin-dashboard-secondary-card .admin-subsection-heading {
  margin-bottom: 12px !important;
}

.admin-body .admin-dashboard-secondary-card .admin-summary-row {
  min-height: 52px !important;
  margin: 0 !important;
  padding: 10px 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(17, 17, 17, 0.1) !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.admin-body .admin-dashboard-secondary-card .admin-summary-row:first-of-type {
  border-top: 0 !important;
}

.admin-body .admin-dashboard-secondary-card .admin-summary-row strong,
.admin-body .admin-dashboard-secondary-card .admin-summary-row em {
  color: var(--admin-final-black, #111111) !important;
}

.admin-body .admin-dashboard-secondary-card .admin-summary-row em {
  padding: 5px 8px !important;
  border-radius: 999px !important;
  background: #fff1dc !important;
  color: var(--admin-final-black, #111111) !important;
  font-size: 10px !important;
}

@media (max-width: 980px) {
  .admin-body .admin-dashboard-shell .admin-dashboard-cards,
  .admin-body .admin-dashboard-shell .admin-dashboard-split {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .admin-body .admin-dashboard-heading {
    display: grid !important;
  }

  .admin-body .admin-dashboard-heading p:not(.section-label) {
    text-align: left !important;
  }
}

/* Desktop homepage hero: match the bold local-shop catalog theme while keeping video motion. */
@media (min-width: 761px) {
  body:not(.admin-body):has(.hero-background-video) .hero {
    min-height: 100svh !important;
    padding: clamp(136px, 12vh, 176px) 56px clamp(76px, 9vh, 112px) !important;
    align-items: center !important;
    background: #fbfaf7 !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero::before {
    background:
      linear-gradient(90deg, rgba(251, 250, 247, 0.78) 0%, rgba(251, 250, 247, 0.62) 32%, rgba(251, 250, 247, 0.24) 58%, rgba(251, 250, 247, 0.04) 100%),
      linear-gradient(180deg, rgba(17, 17, 17, 0.04) 0%, rgba(17, 17, 17, 0.02) 48%, rgba(17, 17, 17, 0.12) 100%) !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero-shell {
    width: min(100%, 1480px) !important;
    min-height: auto !important;
    margin: 0 auto !important;
    grid-template-columns: minmax(0, 900px) minmax(0, 1fr) !important;
    align-items: center !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero-content {
    width: min(100%, 900px) !important;
    max-width: 900px !important;
    padding: 0 !important;
    text-shadow: none !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero .eyebrow {
    margin-bottom: 18px !important;
    color: var(--bold-orange, #f7931e) !important;
    font-family: var(--font-body);
    font-size: 13px !important;
    font-weight: 950 !important;
    letter-spacing: 3px !important;
    line-height: 1.25 !important;
    text-shadow: none !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero h1 {
    max-width: 900px !important;
    color: var(--bold-black, #111111) !important;
    font-family: var(--font-body) !important;
    font-size: clamp(64px, 6.15vw, 100px) !important;
    font-weight: 950 !important;
    line-height: 0.9 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    text-wrap: balance !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero-actions {
    margin-top: 34px !important;
    gap: 14px !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero-button,
  body:not(.admin-body):has(.hero-background-video) .secondary-button {
    min-height: 52px !important;
    padding: 14px 24px !important;
    border: 3px solid var(--bold-black, #111111) !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    color: var(--bold-black, #111111) !important;
    font-family: var(--font-body);
    font-size: 12px !important;
    font-weight: 950 !important;
    letter-spacing: 0.9px !important;
    text-transform: uppercase !important;
    text-shadow: none !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero-button {
    background: var(--bold-orange, #f7931e) !important;
  }

  body:not(.admin-body):has(.hero-background-video) .secondary-button {
    background: #ffffff !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero-button:hover,
  body:not(.admin-body):has(.hero-background-video) .secondary-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 5px 5px 0 var(--bold-black, #111111) !important;
  }

  body:not(.admin-body):has(.hero-background-video) .navbar {
    min-height: 78px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1) !important;
    background: rgba(251, 250, 247, 0.96) !important;
    color: var(--bold-black, #111111) !important;
    box-shadow: 0 16px 36px rgba(17, 17, 17, 0.1) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
  }

  body:not(.admin-body).has-promo-banner:not(.is-header-scrolled) .page-navbar.page-navbar {
    top: 38px !important;
  }

  body:not(.admin-body):has(.hero-background-video) .nav-left a,
  body:not(.admin-body):has(.hero-background-video) .nav-right a,
  body:not(.admin-body):has(.hero-background-video) .mobile-cart-link,
  body:not(.admin-body):has(.hero-background-video) .account-link {
    color: var(--bold-black, #111111) !important;
    text-shadow: none !important;
  }

  body:not(.admin-body):has(.hero-background-video) .logo {
    width: 96px !important;
    filter: none !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero {
    background: #f6f1e8 !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero::before {
    background:
      linear-gradient(90deg, rgba(246, 241, 232, 0.88) 0%, rgba(246, 241, 232, 0.68) 34%, rgba(246, 241, 232, 0.24) 58%, rgba(246, 241, 232, 0.02) 100%),
      linear-gradient(180deg, rgba(17, 17, 17, 0.02) 0%, rgba(17, 17, 17, 0.04) 52%, rgba(17, 17, 17, 0.16) 100%) !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero h1 {
    max-width: 780px !important;
    color: #111111 !important;
    font-size: clamp(58px, 5.3vw, 84px) !important;
    line-height: 0.96 !important;
    text-wrap: balance !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero-local-note {
    max-width: 560px;
    margin-top: 22px;
    color: #303030;
    font-size: clamp(17px, 1.25vw, 20px);
    font-weight: 750;
    line-height: 1.5;
    text-shadow: none;
  }

  body:not(.admin-body):has(.hero-background-video) .hero-actions {
    margin-top: 26px !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero-local-proof {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  body:not(.admin-body):has(.hero-background-video) .hero-local-proof span {
    min-height: 32px;
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    border: 2px solid rgba(17, 17, 17, 0.22);
    border-radius: 999px;
    background: rgba(251, 250, 247, 0.72);
    color: #111111;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
  }
}

/* Mobile product card equalizer: consistent card, image, and CTA heights. */
@media (max-width: 760px) {
  body:not(.admin-body) .products-page .product-listing-grid {
    align-items: stretch !important;
  }

  body:not(.admin-body) .products-page .product-listing-card {
    min-height: 0 !important;
    height: 100% !important;
  }

  body:not(.admin-body) .products-page .product-listing-card .catalog-product-link {
    height: 100% !important;
    min-height: 318px !important;
    max-height: 318px !important;
    display: grid !important;
    grid-template-rows: 154px 1fr !important;
  }

  body:not(.admin-body) .products-page .catalog-section .catalog-image {
    height: 154px !important;
    aspect-ratio: auto !important;
  }

  body:not(.admin-body) .products-page .catalog-section .catalog-product-info {
    min-height: 142px !important;
    display: grid !important;
    grid-template-rows: auto minmax(36px, auto) auto 1fr auto !important;
    align-content: start !important;
    justify-items: center !important;
    text-align: center !important;
    gap: 5px !important;
  }

  body:not(.admin-body) .products-page .catalog-section .catalog-product-info strong {
    min-height: 36px !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  body:not(.admin-body) .products-page .catalog-section .catalog-price {
    min-height: 22px !important;
    align-self: start !important;
    justify-content: center !important;
    text-align: center !important;
  }

  body:not(.admin-body) .products-page .catalog-section .catalog-price.is-sale {
    min-height: 24px !important;
    justify-content: center !important;
  }

  body:not(.admin-body) .products-page .catalog-section .catalog-action {
    align-self: end !important;
    margin-top: 0 !important;
    justify-self: center !important;
  }
}

/* Mobile homepage hero: match the bold local-shop hero treatment. */
@media (max-width: 760px) {
  body:not(.admin-body):has(.hero-background-video) .hero {
    min-height: min(620px, 76svh) !important;
    padding: 88px 18px 34px !important;
    align-items: center !important;
    background: #fbfaf7 !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero::before {
    background:
      linear-gradient(90deg, rgba(251, 250, 247, 0.8) 0%, rgba(251, 250, 247, 0.62) 58%, rgba(251, 250, 247, 0.12) 100%),
      linear-gradient(180deg, rgba(251, 250, 247, 0.5) 0%, rgba(251, 250, 247, 0.18) 48%, rgba(17, 17, 17, 0.12) 100%) !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero-shell {
    width: 100% !important;
    min-height: auto !important;
    align-items: center !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero-content {
    max-width: 354px !important;
    padding: 0 !important;
    text-shadow: none !important;
    transform: none !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero .eyebrow {
    max-width: 330px !important;
    margin-bottom: 12px !important;
    color: var(--bold-orange, #f7931e) !important;
    font-family: var(--font-body) !important;
    font-size: 10px !important;
    font-weight: 950 !important;
    line-height: 1.35 !important;
    letter-spacing: 2.2px !important;
    text-shadow: none !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero h1 {
    max-width: 354px !important;
    color: var(--bold-black, #111111) !important;
    font-family: var(--font-body) !important;
    font-size: clamp(42px, 11.5vw, 54px) !important;
    font-weight: 950 !important;
    line-height: 0.94 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    text-wrap: balance !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero-local-note {
    max-width: 336px !important;
    margin-top: 14px !important;
    color: #303030 !important;
    font-size: 14px !important;
    font-weight: 750 !important;
    line-height: 1.45 !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero-actions {
    margin-top: 18px !important;
    gap: 10px !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero-local-proof {
    margin-top: 16px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero-local-proof span {
    min-height: 28px !important;
    padding: 7px 10px !important;
    border: 2px solid rgba(17, 17, 17, 0.2) !important;
    border-radius: 999px !important;
    background: rgba(251, 250, 247, 0.72) !important;
    color: #111111 !important;
    font-size: 9px !important;
    font-weight: 950 !important;
    letter-spacing: 0.7px !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero-button,
  body:not(.admin-body):has(.hero-background-video) .secondary-button {
    width: auto !important;
    min-height: 44px !important;
    padding: 11px 15px !important;
    border: 2px solid var(--bold-black, #111111) !important;
    border-radius: 9px !important;
    box-shadow: none !important;
    color: var(--bold-black, #111111) !important;
    font-family: var(--font-body) !important;
    font-size: 10px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: 0.75px !important;
    text-transform: uppercase !important;
    text-shadow: none !important;
  }

  body:not(.admin-body):has(.hero-background-video) .hero-button {
    background: var(--bold-orange, #f7931e) !important;
  }

  body:not(.admin-body):has(.hero-background-video) .secondary-button {
    background: #ffffff !important;
  }

  body:not(.admin-body):has(.hero-background-video) .navbar:not(.is-open),
  body:not(.admin-body):has(.hero-background-video).is-header-scrolled .navbar:not(.is-open),
  body:not(.admin-body):has(.hero-background-video).is-header-hidden .navbar:not(.is-open) {
    background:
      linear-gradient(180deg, rgba(255, 250, 242, 0.78), rgba(255, 250, 242, 0.22)) !important;
    border-bottom: 1px solid rgba(17, 17, 17, 0.16) !important;
    color: var(--bold-black, #111111) !important;
    backdrop-filter: blur(10px) saturate(1.08) !important;
    -webkit-backdrop-filter: blur(10px) saturate(1.08) !important;
  }

  body:not(.admin-body):has(.hero-background-video) .navbar:not(.is-open) .mobile-cart-link,
  body:not(.admin-body):has(.hero-background-video) .navbar:not(.is-open) .menu-button,
  body:not(.admin-body):has(.hero-background-video):not(.is-header-scrolled) .navbar:not(.is-open) .mobile-cart-link,
  body:not(.admin-body):has(.hero-background-video):not(.is-header-scrolled) .navbar:not(.is-open) .menu-button {
    color: var(--bold-black, #111111) !important;
    text-shadow: none !important;
  }

  body:not(.admin-body):has(.hero-background-video) .navbar:not(.is-open) .menu-button {
    background: rgba(255, 250, 242, 0.32) !important;
    border-color: var(--bold-black, #111111) !important;
  }

  body:not(.admin-body):has(.hero-background-video) .navbar:not(.is-open) .menu-button span,
  body:not(.admin-body):has(.hero-background-video):not(.is-header-scrolled) .navbar:not(.is-open) .menu-button span {
    background: currentColor !important;
  }
}

/* Homepage hero background-only mode. */
body:not(.admin-body) .hero.hero-background-only {
  min-height: 100svh !important;
  padding: 0 !important;
  display: block !important;
  position: relative !important;
  overflow: hidden !important;
  background: #111111 !important;
}

body:not(.admin-body) .hero.hero-background-only::after {
  display: none !important;
}

body:not(.admin-body) .hero.hero-background-only::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  z-index: 1 !important;
  width: 100% !important;
  display: block !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.66) 30%, rgba(0, 0, 0, 0.42) 50%, rgba(0, 0, 0, 0.16) 72%, rgba(0, 0, 0, 0.04) 88%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.08) 42%, rgba(0, 0, 0, 0.32) 100%) !important;
}

body:not(.admin-body) .hero.hero-background-only .hero-background-video {
  filter: none !important;
}

body:not(.admin-body) .hero.hero-background-only .hero-statement {
  position: relative !important;
  z-index: 2 !important;
  width: min(760px, calc(100% - 96px)) !important;
  min-height: 100svh !important;
  padding: 174px 0 82px 64px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  color: #ffffff !important;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.34) !important;
}

body:not(.admin-body) .hero.hero-background-only .hero-statement h1 {
  max-width: 680px !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-family: var(--font-body) !important;
  font-size: 78px !important;
  font-weight: 950 !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

body:not(.admin-body) .hero.hero-background-only .hero-statement h1 span {
  display: block !important;
}

body:not(.admin-body) .hero.hero-background-only .hero-statement h1 strong {
  color: #f7931e !important;
  font-weight: inherit !important;
}

body:not(.admin-body) .hero.hero-background-only .hero-statement-rule {
  width: 42px !important;
  height: 3px !important;
  margin-top: 22px !important;
  display: block !important;
  background: #f7931e !important;
}

body:not(.admin-body) .hero.hero-background-only .hero-statement p {
  max-width: 560px !important;
  margin: 24px 0 0 !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 19px !important;
  font-weight: 750 !important;
  line-height: 1.45 !important;
}

body:not(.admin-body) .hero.hero-background-only .hero-statement-actions {
  margin-top: 28px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}

body:not(.admin-body) .hero.hero-background-only .hero-statement-actions a {
  min-height: 48px !important;
  padding: 13px 22px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 2px solid #f7931e !important;
  border-radius: 0 !important;
  background: #f7931e !important;
  color: #111111 !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: 0.9px !important;
  line-height: 1 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
}

body:not(.admin-body) .hero.hero-background-only .hero-statement-actions a:nth-child(2) {
  border-color: rgba(255, 255, 255, 0.82) !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
}

body:not(.admin-body) .hero.hero-background-only .hero-statement-actions a:hover {
  transform: translateY(-2px) !important;
}

body:not(.admin-body) .hero.hero-background-only .hero-statement-proof {
  margin-top: 22px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

body:not(.admin-body) .hero.hero-background-only .hero-statement-proof span {
  min-height: 30px !important;
  padding: 8px 11px !important;
  display: inline-flex !important;
  align-items: center !important;
  border: 1px solid rgba(255, 255, 255, 0.34) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 10px !important;
  font-weight: 950 !important;
  letter-spacing: 0.9px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body:not(.admin-body):has(.hero-background-only):not(.is-header-scrolled) .navbar:not(.is-open) {
  min-height: 80px !important;
  padding: 10px 60px !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  gap: 44px !important;
  border-top: 0 !important;
  border-bottom: 1px solid transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #ffffff !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body:not(.admin-body):has(.hero-background-only):not(.is-header-scrolled) .navbar:not(.is-open) .brand {
  grid-column: 1 !important;
  justify-self: start !important;
  text-align: left !important;
}

body:not(.admin-body):has(.hero-background-only):not(.is-header-scrolled) .navbar:not(.is-open) .brand a {
  justify-items: start !important;
}

body:not(.admin-body):has(.hero-background-only):not(.is-header-scrolled) .navbar:not(.is-open) .nav-left {
  grid-column: 2 !important;
  justify-content: flex-start !important;
}

body:not(.admin-body):has(.hero-background-only):not(.is-header-scrolled) .navbar:not(.is-open) .nav-right {
  grid-column: 3 !important;
  justify-content: flex-end !important;
}

body:not(.admin-body):has(.hero-background-only):not(.is-header-scrolled) .navbar:not(.is-open) .nav-left,
body:not(.admin-body):has(.hero-background-only):not(.is-header-scrolled) .navbar:not(.is-open) .nav-right {
  gap: 34px !important;
}

body:not(.admin-body):has(.hero-background-only):not(.is-header-scrolled) .navbar:not(.is-open) .nav-left a,
body:not(.admin-body):has(.hero-background-only):not(.is-header-scrolled) .navbar:not(.is-open) .nav-right a,
body:not(.admin-body):has(.hero-background-only):not(.is-header-scrolled) .navbar:not(.is-open) .mobile-cart-link,
body:not(.admin-body):has(.hero-background-only):not(.is-header-scrolled) .navbar:not(.is-open) .account-link {
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: 1px !important;
  text-shadow: none !important;
}

body:not(.admin-body):has(.hero-background-only):not(.is-header-scrolled) .navbar:not(.is-open) .logo {
  width: 96px !important;
  filter: none !important;
}

body:not(.admin-body):has(.hero-background-only):not(.is-header-scrolled) .navbar:not(.is-open) .brand p {
  display: block !important;
  margin-top: -8px !important;
  margin-left: 36px !important;
  color: #ffffff !important;
  font-size: 10px !important;
  font-weight: 950 !important;
  letter-spacing: 1.8px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body:not(.admin-body):has(.hero-background-only):not(.is-header-scrolled) .navbar:not(.is-open) .nav-left a.products-nav-link,
body:not(.admin-body):has(.hero-background-only):not(.is-header-scrolled) .navbar:not(.is-open) .mobile-menu a.products-nav-link {
  color: #f7931e !important;
  text-decoration: underline !important;
  text-decoration-color: #f7931e !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 7px !important;
}

@media (max-width: 900px) {
  body:not(.admin-body) .hero.hero-background-only::before {
    width: 100% !important;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.5) 62%, rgba(0, 0, 0, 0.16) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.06) 44%, rgba(0, 0, 0, 0.34) 100%) !important;
  }

  body:not(.admin-body) .hero.hero-background-only .hero-statement {
    width: min(100%, 520px) !important;
    padding: 128px 26px 58px !important;
  }

  body:not(.admin-body) .hero.hero-background-only .hero-statement h1 {
    font-size: 52px !important;
  }

  body:not(.admin-body) .hero.hero-background-only .hero-statement p {
    max-width: 420px !important;
    font-size: 16px !important;
  }
}

@media (max-width: 520px) {
  body:not(.admin-body) .hero.hero-background-only .hero-statement {
    padding: 108px 18px 46px !important;
  }

  body:not(.admin-body) .hero.hero-background-only .hero-statement h1 {
    font-size: 42px !important;
  }

  body:not(.admin-body) .hero.hero-background-only .hero-statement-actions {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  body:not(.admin-body) .hero.hero-background-only .hero-statement-actions a {
    width: 100% !important;
  }
}

/* Final mobile hero polish. */
@media (max-width: 760px) {
  body:not(.admin-body):has(.hero-background-only) .navbar {
    padding-left: 8px !important;
    padding-right: 12px !important;
    grid-template-columns: auto minmax(0, 1fr) 44px 44px !important;
  }

  body:not(.admin-body):has(.hero-background-only):not(.is-header-scrolled) .navbar:not(.is-open) {
    padding-left: 8px !important;
    padding-right: 12px !important;
    grid-template-columns: auto minmax(0, 1fr) 44px 44px !important;
    gap: 8px !important;
  }

  body:not(.admin-body):has(.hero-background-only) .brand {
    margin-left: 0 !important;
    transform: translateX(-6px) !important;
  }

  body:not(.admin-body):has(.hero-background-only):not(.is-header-scrolled) .navbar:not(.is-open) .brand {
    transform: translateX(-6px) !important;
  }

  body:not(.admin-body):has(.hero-background-only) .brand img,
  body:not(.admin-body):has(.hero-background-only) .logo {
    width: 86px !important;
  }

  body:not(.admin-body):has(.hero-background-only):not(.is-header-scrolled) .navbar:not(.is-open) .logo {
    width: 86px !important;
  }

  body:not(.admin-body):has(.hero-background-only) .brand p {
    margin-left: 30px !important;
  }

  body:not(.admin-body):has(.hero-background-only) .mobile-cart-link {
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    display: inline-grid !important;
    place-items: center !important;
    overflow: hidden !important;
    border-color: currentColor !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    font-size: 0 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    text-indent: -999px !important;
    background: transparent url("images/cart-icon-dark.png") center / 25px 25px no-repeat !important;
  }

  body:not(.admin-body):has(.hero-background-only):not(.is-header-scrolled) .navbar:not(.is-open) .mobile-cart-link {
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    overflow: hidden !important;
    font-size: 0 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    text-indent: -999px !important;
    background-image: url("images/cart-icon-white.png") !important;
  }

  body:not(.admin-body):has(.hero-background-only) .mobile-cart-link::before {
    content: none !important;
    display: none !important;
  }

  body:not(.admin-body):has(.hero-background-only) .mobile-cart-link::after {
    content: none !important;
    display: none !important;
  }

  body:not(.admin-body):has(.hero-background-only).is-header-scrolled .mobile-cart-link,
  body:not(.admin-body):has(.hero-background-only) .navbar.is-open .mobile-cart-link {
    color: #111111 !important;
    background-image: url("images/cart-icon-dark.png") !important;
  }

  body:not(.admin-body) .hero.hero-background-only .hero-statement {
    width: min(100%, 440px) !important;
    min-height: 100svh !important;
    padding: 132px 20px 44px !important;
  }

  body:not(.admin-body) .hero.hero-background-only .hero-statement h1 {
    font-size: clamp(52px, 15vw, 66px) !important;
    line-height: 0.92 !important;
  }

  body:not(.admin-body) .hero.hero-background-only .hero-statement p {
    max-width: 390px !important;
    margin-top: 26px !important;
    font-size: 18px !important;
    line-height: 1.44 !important;
  }

  body:not(.admin-body) .hero.hero-background-only .hero-statement-actions {
    width: min(100%, 360px) !important;
    margin-top: clamp(42px, 8vh, 72px) !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  body:not(.admin-body) .hero.hero-background-only .hero-statement-actions a {
    width: 100% !important;
    min-height: 52px !important;
  }

  body:not(.admin-body) .hero.hero-background-only .hero-statement-proof {
    max-width: 360px !important;
    gap: 7px !important;
  }
}

/* Use supplied cart artwork for mobile navigation. */
@media (max-width: 760px) {
  body:not(.admin-body) .mobile-cart-link {
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    display: inline-grid !important;
    place-items: center !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent url("images/cart-icon-dark.png") center / 28px 28px no-repeat !important;
    box-shadow: none !important;
    color: transparent !important;
    font-size: 0 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    text-indent: -999px !important;
    text-shadow: none !important;
  }

  body:not(.admin-body) .mobile-cart-link::before,
  body:not(.admin-body) .mobile-cart-link::after {
    content: none !important;
    display: none !important;
  }

  body:not(.admin-body):has(.hero-background-video):not(.is-header-scrolled) .navbar:not(.is-open) .mobile-cart-link,
  body:not(.admin-body):has(.hero-background-only):not(.is-header-scrolled) .navbar:not(.is-open) .mobile-cart-link {
    background-image: url("images/cart-icon-white.png") !important;
  }

  body:not(.admin-body).is-header-scrolled .mobile-cart-link,
  body:not(.admin-body) .navbar.is-open .mobile-cart-link,
  body:not(.admin-body) .page-navbar .mobile-cart-link {
    background-image: url("images/cart-icon-dark.png") !important;
  }
}

/* Keep the bundled dimension tool roomy inside the admin workspace. */
.admin-body .admin-product-app-shell {
  min-height: calc(100vh - 184px) !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #090909 !important;
}

.admin-body .admin-product-app-frame {
  display: block;
  width: 100%;
  min-height: calc(100vh - 184px);
  border: 0;
  background: #090909;
}

@media (max-width: 760px) {
  .admin-body .admin-product-app-shell,
  .admin-body .admin-product-app-frame {
    min-height: calc(100vh - 132px) !important;
  }
}

/* Project gallery: varied frames with the same dark industrial edge. */
body:not(.admin-body) .gallery-page {
  min-height: 100vh;
  padding: 152px clamp(20px, 5vw, 76px) 96px;
  background: #f7f4ef;
}

body:not(.admin-body) .gallery-page > .gallery-hero {
  display: block !important;
  min-height: 0 !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 clamp(18px, 4vw, 34px) !important;
  margin-bottom: 46px;
}

body:not(.admin-body) .gallery-hero h1 {
  max-width: 700px;
  margin: 8px 0 14px;
  color: #10263c;
  font-size: clamp(58px, 8vw, 112px);
  line-height: 0.9;
  text-transform: uppercase;
}

body:not(.admin-body) .gallery-hero > p:last-child {
  max-width: 620px;
  margin: 0;
  color: #3d4953;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}

body:not(.admin-body) .gallery-page > .gallery-editorial {
  display: grid !important;
  min-height: 0 !important;
  padding: 0 !important;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 92px;
  grid-auto-flow: dense;
  gap: clamp(12px, 1.6vw, 24px);
  max-width: 1540px;
  margin: 0 auto;
}

body:not(.admin-body) .gallery-frame {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 3px solid #111820;
  background: #111820;
  box-shadow: 8px 8px 0 rgba(17, 24, 32, 0.1);
}

body:not(.admin-body) .gallery-frame-1 {
  grid-column: span 7;
  grid-row: span 6;
}

body:not(.admin-body) .gallery-frame-2 {
  grid-column: span 5;
  grid-row: span 4;
}

body:not(.admin-body) .gallery-frame-3 {
  grid-column: span 5;
  grid-row: span 5;
}

body:not(.admin-body) .gallery-frame-4 {
  grid-column: span 7;
  grid-row: span 4;
}

body:not(.admin-body) .gallery-frame-5 {
  grid-column: span 4;
  grid-row: span 4;
}

body:not(.admin-body) .gallery-frame-6 {
  grid-column: span 8;
  grid-row: span 5;
}

body:not(.admin-body) .gallery-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 280ms ease;
}

body:not(.admin-body) .gallery-frame:hover img {
  transform: scale(1.035);
}

body:not(.admin-body) .gallery-frame figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 10px 12px;
  color: #ffffff;
  background: rgba(9, 14, 19, 0.84);
  border-left: 3px solid #f7931e;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

body:not(.admin-body) .gallery-loading {
  grid-column: 1 / -1;
  color: #10263c;
  font-weight: 800;
}

.admin-body .admin-gallery-shell {
  padding: 14px !important;
}

.admin-body .admin-gallery-editor {
  display: grid;
  gap: 14px;
}

.admin-body .admin-gallery-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.admin-body .admin-gallery-image-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 10px;
}

.admin-body .admin-gallery-image-row {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 10px;
  min-width: 0;
  padding: 8px;
  border: 2px solid #111820;
  background: #ffffff;
}

.admin-body .admin-gallery-image-row img {
  width: 72px;
  height: 64px;
  object-fit: cover;
  border: 1px solid #111820;
}

.admin-body .admin-gallery-image-row span {
  min-width: 0;
}

.admin-body .admin-gallery-image-row strong,
.admin-body .admin-gallery-image-row small {
  display: block;
}

.admin-body .admin-gallery-image-row small {
  margin-top: 5px;
  color: #6f7780;
}

.admin-body .admin-gallery-image-row button {
  grid-column: 1 / -1;
  min-height: 34px;
}

@media (max-width: 760px) {
  body:not(.admin-body) .gallery-page {
    padding: 116px 14px 56px;
  }

  body:not(.admin-body) .gallery-hero {
    margin-bottom: 28px;
  }

  body:not(.admin-body) .gallery-hero h1 {
    font-size: clamp(56px, 19vw, 78px);
  }

  body:not(.admin-body) .gallery-hero > p:last-child {
    font-size: 16px;
  }

  body:not(.admin-body) .gallery-page > .gallery-editorial {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 128px;
    gap: 10px;
  }

  body:not(.admin-body) .gallery-frame-1,
  body:not(.admin-body) .gallery-frame-4,
  body:not(.admin-body) .gallery-frame-6 {
    grid-column: span 2;
    grid-row: span 2;
  }

  body:not(.admin-body) .gallery-frame-2,
  body:not(.admin-body) .gallery-frame-3,
  body:not(.admin-body) .gallery-frame-5 {
    grid-column: span 1;
    grid-row: span 2;
  }

  body:not(.admin-body) .gallery-frame figcaption {
    right: 7px;
    bottom: 7px;
    left: 7px;
    padding: 7px 8px;
    font-size: 9px;
  }
}

/* Final homepage header behavior: keep one layout through scroll states. */
body:not(.admin-body).has-promo-banner:has(.hero-background-only) {
  padding-top: 0 !important;
}

body:not(.admin-body):has(.hero-background-only) .promo-banner {
  position: absolute !important;
}

body:not(.admin-body):has(.hero-background-only) .navbar:not(.is-open) {
  min-height: 80px !important;
  padding: 10px 60px !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  gap: 44px !important;
}

body:not(.admin-body):has(.hero-background-only) .navbar:not(.is-open) .brand {
  grid-column: 1 !important;
  justify-self: start !important;
  text-align: left !important;
}

body:not(.admin-body):has(.hero-background-only) .navbar:not(.is-open) .brand a {
  justify-items: start !important;
}

body:not(.admin-body):has(.hero-background-only) .navbar:not(.is-open) .logo {
  width: 96px !important;
  margin: 0 !important;
}

body:not(.admin-body):has(.hero-background-only) .navbar:not(.is-open) .brand p {
  display: block !important;
  margin-top: -8px !important;
  margin-left: 36px !important;
  font-size: 10px !important;
  font-weight: 950 !important;
  letter-spacing: 1.8px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body:not(.admin-body):has(.hero-background-only) .navbar:not(.is-open) .nav-left {
  grid-column: 2 !important;
  justify-content: flex-start !important;
}

body:not(.admin-body):has(.hero-background-only) .navbar:not(.is-open) .nav-right {
  grid-column: 3 !important;
  justify-content: flex-end !important;
}

body:not(.admin-body):has(.hero-background-only) .navbar:not(.is-open) .nav-left,
body:not(.admin-body):has(.hero-background-only) .navbar:not(.is-open) .nav-right {
  gap: 34px !important;
}

body:not(.admin-body):has(.hero-background-only).is-header-scrolled .navbar:not(.is-open) {
  top: 0 !important;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 16px 36px rgba(17, 17, 17, 0.1) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}

body:not(.admin-body):has(.hero-background-only).has-promo-banner:not(.is-header-scrolled) .navbar:not(.is-open) {
  top: 38px !important;
}

body:not(.admin-body):has(.hero-background-only):not(.is-header-scrolled) .navbar:not(.is-open) {
  top: 0;
}

body:not(.admin-body):has(.hero-background-only).is-header-scrolled .navbar:not(.is-open) .nav-left a,
body:not(.admin-body):has(.hero-background-only).is-header-scrolled .navbar:not(.is-open) .nav-right a,
body:not(.admin-body):has(.hero-background-only).is-header-scrolled .navbar:not(.is-open) .mobile-cart-link,
body:not(.admin-body):has(.hero-background-only).is-header-scrolled .navbar:not(.is-open) .account-link {
  color: #111111 !important;
  text-shadow: none !important;
}

body:not(.admin-body):has(.hero-background-only).is-header-scrolled .navbar:not(.is-open) .logo {
  width: 96px !important;
  margin: 0 !important;
  filter: none !important;
}

body:not(.admin-body):has(.hero-background-only).is-header-scrolled .navbar:not(.is-open) .brand p {
  display: block !important;
  margin-top: -8px !important;
  margin-left: 36px !important;
  color: #111111 !important;
  font-size: 10px !important;
  font-weight: 950 !important;
  letter-spacing: 1.8px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body:not(.admin-body):has(.hero-background-only).is-header-scrolled .navbar:not(.is-open) .nav-left a.products-nav-link,
body:not(.admin-body):has(.hero-background-only).is-header-scrolled .navbar:not(.is-open) .mobile-menu a.products-nav-link {
  color: #f7931e !important;
  text-decoration: underline !important;
  text-decoration-color: #f7931e !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 7px !important;
}

@media (max-width: 760px) {
  body:not(.admin-body):has(.hero-background-only) .navbar:not(.is-open),
  body:not(.admin-body):has(.hero-background-only).is-header-scrolled .navbar:not(.is-open) {
    min-height: 66px !important;
    padding: 8px 12px 8px 8px !important;
    grid-template-columns: auto minmax(0, 1fr) 44px 44px !important;
    gap: 8px !important;
  }
}

/* Final mobile hamburger treatment. */
@media (max-width: 760px) {
  body:not(.admin-body) .menu-button,
  body:not(.admin-body) .navbar.is-open .menu-button,
  body:not(.admin-body):has(.hero-background-video) .navbar:not(.is-open) .menu-button,
  body:not(.admin-body):has(.hero-background-video).is-header-scrolled .navbar:not(.is-open) .menu-button,
  body:not(.admin-body):has(.hero-background-only) .navbar:not(.is-open) .menu-button,
  body:not(.admin-body):has(.hero-background-only).is-header-scrolled .navbar:not(.is-open) .menu-button {
    border-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body:not(.admin-body) .menu-button span,
  body:not(.admin-body) .navbar.is-open .menu-button span,
  body:not(.admin-body):has(.hero-background-video) .navbar:not(.is-open) .menu-button span,
  body:not(.admin-body):has(.hero-background-video).is-header-scrolled .navbar:not(.is-open) .menu-button span,
  body:not(.admin-body):has(.hero-background-only) .navbar:not(.is-open) .menu-button span,
  body:not(.admin-body):has(.hero-background-only).is-header-scrolled .navbar:not(.is-open) .menu-button span {
    background: var(--bold-orange, #f7931e) !important;
  }
}

@media (max-width: 760px) {
  body:not(.admin-body) button.menu-button {
    border-color: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
  }

  body:not(.admin-body) button.menu-button > span {
    background-color: #f7931e !important;
    background-image: none !important;
  }
}

/* Mobile cart belongs inside the expanded menu. Keep the hero-top hamburger visible over imagery. */
@media (max-width: 760px) {
  body:not(.admin-body) .navbar.navbar.navbar.navbar > .mobile-cart-link {
    display: none !important;
  }

  body:not(.admin-body) .navbar.navbar.navbar,
  body:not(.admin-body) .page-navbar.page-navbar.page-navbar,
  body:not(.admin-body):has(.hero-background-video) .navbar.navbar.navbar,
  body:not(.admin-body):has(.hero-background-only) .navbar.navbar.navbar {
    grid-template-columns: auto minmax(0, 1fr) 44px !important;
  }

  body:not(.admin-body):has(.hero-background-video):not(.is-header-scrolled) .navbar:not(.is-open) button.menu-button > span,
  body:not(.admin-body):has(.hero-background-only):not(.is-header-scrolled) .navbar:not(.is-open) button.menu-button > span {
    background-color: #ffffff !important;
  }
}

/* Keep the category mosaic snug around its cards instead of inheriting full-screen homepage spacing. */
body:not(.admin-body) main > .home-category-mosaic.home-category-mosaic {
  min-height: 0;
  padding-top: 34px;
  padding-bottom: 38px;
  align-content: start;
}

body:not(.admin-body) .home-category-mosaic-heading {
  margin-bottom: 22px;
}

@media (max-width: 760px) {
  body:not(.admin-body) main > .home-category-mosaic.home-category-mosaic {
    padding: 26px 18px 30px;
  }

  body:not(.admin-body) .home-category-mosaic-heading {
    margin-bottom: 18px;
  }
}

/* Homepage sections flow together without heavy divider rules. */
body:not(.admin-body) main > section:not(.hero),
body:not(.admin-body) .products-section,
body:not(.admin-body) .home-category-mosaic,
body:not(.admin-body) .home-about,
body:not(.admin-body) .home-reviews,
body:not(.admin-body) .home-faq,
body:not(.admin-body) .home-contact {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

/* Use one even homepage rhythm without full-screen filler between sections. */
body:not(.admin-body) main > section:not(.hero) {
  min-height: 0 !important;
  padding-top: 52px !important;
  padding-bottom: 52px !important;
  align-content: start;
}

@media (max-width: 760px) {
  body:not(.admin-body) main > section:not(.hero) {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
}

/* Desktop gallery: three-column masonry rhythm with varied frame heights. */
@media (min-width: 761px) {
  body:not(.admin-body) .gallery-page > .gallery-editorial {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 74px;
    grid-auto-flow: dense;
  }

  body:not(.admin-body) .gallery-page .gallery-frame-1 {
    grid-column: span 1;
    grid-row: span 6;
  }

  body:not(.admin-body) .gallery-page .gallery-frame-2 {
    grid-column: span 1;
    grid-row: span 5;
  }

  body:not(.admin-body) .gallery-page .gallery-frame-3 {
    grid-column: span 1;
    grid-row: span 7;
  }

  body:not(.admin-body) .gallery-page .gallery-frame-4 {
    grid-column: span 1;
    grid-row: span 5;
  }

  body:not(.admin-body) .gallery-page .gallery-frame-5 {
    grid-column: span 1;
    grid-row: span 6;
  }

  body:not(.admin-body) .gallery-page .gallery-frame-6 {
    grid-column: span 1;
    grid-row: span 5;
  }
}

@media (max-width: 760px) {
  body:not(.admin-body) .account-page {
    padding-top: 82px !important;
  }
}

/* Interior pages match the compact homepage header shown after scrolling. */
@media (min-width: 761px) {
  body:not(.admin-body) .page-navbar.page-navbar {
    position: fixed !important;
    top: 0 !important;
    min-height: 80px !important;
    padding: 10px 60px !important;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1) !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 16px 36px rgba(17, 17, 17, 0.1) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
  }

  body:not(.admin-body) .page-navbar.page-navbar .logo {
    width: 96px !important;
    margin: 0 !important;
    filter: none !important;
  }

  body:not(.admin-body) .page-navbar.page-navbar .brand p {
    display: block !important;
    margin-top: -8px !important;
    margin-left: 36px !important;
    color: #111111 !important;
    font-size: 10px !important;
    font-weight: 950 !important;
    letter-spacing: 1.8px !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
  }

  body:not(.admin-body) .page-navbar.page-navbar .nav-left a,
  body:not(.admin-body) .page-navbar.page-navbar .nav-right a,
  body:not(.admin-body) .page-navbar.page-navbar .account-link {
    color: #111111 !important;
    text-shadow: none !important;
  }
}
