:root {
  --nv-bg: #f8f7f3;
  --nv-surface: #ffffff;
  --nv-surface-soft: #f1f4ef;
  --nv-text: #111318;
  --nv-muted: #5f6874;
  --nv-line: #e3e7eb;
  --nv-primary: #0f766e;
  --nv-primary-hover: #0b5e58;
  --nv-brand-fixed: #0f766e;
  --nv-brand-fixed-hover: #0b5e58;
  --nv-accent: #c2410c;
  --nv-success: #1e8e5a;
  --nv-radius-lg: 18px;
  --nv-radius-md: 14px;
  --nv-shadow-lg: 0 24px 60px rgba(17, 19, 24, 0.08);
  --nv-shadow-sm: 0 6px 18px rgba(17, 19, 24, 0.06);
}

/*
 * If legacy page-level "HeroUI" Elementor snippets are still active,
 * keep the core brand tokens pinned to the premium light palette.
 */
html.nv-shop-heroui.nv-shop-heroui,
html.nv-checkout-heroui.nv-checkout-heroui,
body.nv-shop-heroui-active.nv-shop-heroui-active,
body.nv-checkout-heroui-active.nv-checkout-heroui-active {
  --nv-primary: var(--nv-brand-fixed) !important;
  --nv-primary-hover: var(--nv-brand-fixed-hover) !important;
  --nv-accent: #c2410c !important;
  --nv-text: #111318 !important;
  --nv-line: #e3e7eb !important;
  --nv-surface: #ffffff !important;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--nv-text);
  line-height: 1.55;
  background:
    radial-gradient(900px 500px at 100% -10%, rgba(15, 118, 110, 0.12), transparent 65%),
    radial-gradient(700px 420px at -10% 24%, rgba(30, 142, 90, 0.08), transparent 60%),
    var(--nv-bg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sora", sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 0.55em;
}

p {
  margin: 0 0 1em;
}

a {
  color: inherit;
  text-decoration-color: rgba(17, 19, 24, 0.25);
  text-underline-offset: 3px;
}

a:hover {
  text-decoration-color: rgba(17, 19, 24, 0.7);
}

img {
  max-width: 100%;
  height: auto;
}

.nv-container {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.screen-reader-text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  overflow: hidden;
  white-space: nowrap;
}

.screen-reader-text:focus {
  clip: auto;
  clip-path: none;
  height: auto;
  width: auto;
  background: #fff;
  color: #000;
  padding: 8px 12px;
  border-radius: 8px;
  top: 12px;
  left: 12px;
  z-index: 100000;
}

.nv-announcement-bar {
  border-bottom: 1px solid #d2e7e0;
  background: #e8f3ef;
  overflow: hidden;
}

.nv-announcement-track {
  display: flex;
  width: max-content;
  min-width: 100%;
  align-items: center;
  padding: 10px 0;
  animation: nvAnnouncementTicker var(--nv-announcement-duration, 24s) linear infinite;
}

.nv-announcement-row {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding-inline: 18px;
}

.nv-announcement-item {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: #15584f;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.nv-announcement-item + .nv-announcement-item::before {
  content: "•";
  margin: 0 10px 0 2px;
  color: rgba(21, 88, 79, 0.45);
}

@keyframes nvAnnouncementTicker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.nv-site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(17, 19, 24, 0.06);
  backdrop-filter: blur(8px);
  background: rgba(248, 247, 243, 0.92);
}

.nv-site-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  min-height: 74px;
}

.nv-brand-name,
.nv-branding .custom-logo-link {
  display: inline-flex;
  align-items: center;
  color: var(--nv-text);
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.nv-branding img {
  max-height: 44px;
  width: auto;
}

.nv-primary-nav {
  display: none;
}

.nv-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.nv-menu a {
  text-decoration: none;
  font-weight: 600;
  color: #273443;
}

.nv-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nv-header-link,
.nv-header-cart {
  border: 1px solid var(--nv-line);
  border-radius: 999px;
  background: var(--nv-surface);
  color: #233142;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  padding: 9px 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.nv-header-cart {
  cursor: pointer;
}

/* Keep header cart styles stable even when Elementor global button styles are active. */
.nv-site-header .nv-header-cart,
.nv-site-header .nv-header-cart:hover,
.nv-site-header .nv-header-cart:focus {
  border: 1px solid var(--nv-line) !important;
  background: var(--nv-surface) !important;
  color: #233142 !important;
}

.nv-cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--nv-brand-fixed);
  color: #fff;
  font-size: 12px;
  padding: 0 6px;
}

.nv-site-main {
  min-height: 62vh;
}

.nv-default-section {
  padding: 34px 0;
}

.nv-page-header {
  margin-bottom: 22px;
}

.nv-page-header h1 {
  font-size: clamp(30px, 4vw, 46px);
}

.nv-page-card,
.nv-single-post,
.nv-post-card,
.nv-empty-state {
  border: 1px solid var(--nv-line);
  border-radius: var(--nv-radius-lg);
  background: var(--nv-surface);
  box-shadow: var(--nv-shadow-sm);
}

.nv-page-card,
.nv-single-post {
  padding: clamp(20px, 5vw, 36px);
}

.nv-page-card__header h1,
.nv-single-post h1 {
  font-size: clamp(28px, 4vw, 42px);
}

.nv-page-card__content,
.nv-single-post__content {
  color: #243040;
}

.nv-post-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.nv-post-card {
  overflow: hidden;
}

.nv-post-card__thumb {
  display: block;
}

.nv-post-card__thumb img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.nv-post-card__content {
  padding: 18px;
}

.nv-post-card__meta,
.nv-single-post__meta {
  color: var(--nv-muted);
  font-size: 14px;
}

.nv-empty-state {
  padding: clamp(20px, 5vw, 32px);
  text-align: center;
}

.nv-btn {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 18px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.nv-btn-primary {
  background: var(--nv-primary);
  color: #fff;
  box-shadow: 0 10px 24px rgba(15, 118, 110, 0.26);
}

.nv-btn-primary:hover {
  background: var(--nv-primary-hover);
}

.nv-btn-ghost {
  border-color: var(--nv-line);
  color: #1f2d3e;
  background: var(--nv-surface);
}

.nv-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  color: var(--nv-primary);
}

.nv-hero {
  padding: 26px 0 20px;
}

.nv-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.nv-hero-copy,
.nv-hero-panel {
  border: 1px solid var(--nv-line);
  border-radius: var(--nv-radius-lg);
  background: var(--nv-surface);
  box-shadow: var(--nv-shadow-lg);
}

.nv-hero-copy {
  padding: clamp(24px, 5vw, 36px);
}

.nv-hero-copy h1 {
  font-size: clamp(34px, 7vw, 60px);
}

.nv-hero-copy p {
  color: #4e5c6f;
}

.nv-hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 18px 0;
}

.nv-proof-chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.nv-proof-chips span {
  border: 1px solid #dce3dd;
  border-radius: 999px;
  background: var(--nv-surface-soft);
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 700;
}

.nv-hero-panel {
  padding: clamp(20px, 4vw, 28px);
  background: linear-gradient(145deg, #eff6f4 0%, #ffffff 70%);
}

.nv-hero-panel ul {
  margin: 0 0 14px;
  padding-left: 18px;
  color: #2f3f52;
}

.nv-benefits {
  padding: 22px 0;
}

.nv-benefit-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.nv-benefit-grid article {
  border: 1px solid var(--nv-line);
  border-radius: var(--nv-radius-md);
  background: var(--nv-surface);
  padding: 18px;
}

.nv-benefit-grid p {
  margin-bottom: 0;
  color: #4f5d6f;
}

.nv-home-products {
  padding: 16px 0 44px;
}

.nv-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.nv-section-head h2 {
  font-size: clamp(26px, 4vw, 40px);
}

.nv-section-head a {
  font-weight: 700;
  color: var(--nv-primary);
  text-decoration: none;
}

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

.nv-product-card {
  border: 1px solid var(--nv-line);
  border-radius: var(--nv-radius-md);
  background: var(--nv-surface);
  overflow: hidden;
}

.nv-product-card__image {
  display: block;
  background: #f7f8fa;
}

.nv-product-card__image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.nv-product-card__content {
  padding: 12px;
}

.nv-product-card__content h3 {
  font-size: 15px;
  margin-bottom: 8px;
}

.nv-product-card__price {
  font-weight: 800;
  margin-bottom: 12px;
}

.nv-policy-shell {
  padding: 36px 0 44px;
  width: min(900px, calc(100% - 32px));
}

.nv-policy-card {
  border: 1px solid var(--nv-line);
  border-radius: var(--nv-radius-lg);
  background: var(--nv-surface);
  box-shadow: var(--nv-shadow-sm);
  padding: clamp(22px, 5vw, 38px);
}

.nv-policy-header h1 {
  font-size: clamp(28px, 4vw, 40px);
}

.nv-policy-content {
  color: #2b394a;
}

.nv-site-footer {
  margin-top: 30px;
  border-top: 1px solid var(--nv-line);
  background: #f0f3ef;
}

.nv-site-footer__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 22px 0;
}

.nv-footer-brand {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  margin-bottom: 6px;
}

.nv-footer-text {
  color: #4e5c6f;
  margin: 0;
}

.nv-footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nv-footer-menu a {
  text-decoration: none;
  color: #223245;
  font-weight: 600;
}

.nv-footer-bottom {
  border-top: 1px solid #dbe0e6;
}

.nv-footer-bottom .nv-container {
  padding: 12px 0 16px;
  color: #5f6d7e;
}

@media (min-width: 768px) {
  .nv-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .nv-benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nv-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .nv-container {
    width: min(1200px, calc(100% - 48px));
  }

  .nv-primary-nav {
    display: block;
  }

  .nv-hero {
    padding: 54px 0 28px;
  }

  .nv-hero-grid {
    grid-template-columns: 1.08fr 0.92fr;
    gap: 22px;
  }

  .nv-post-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nv-site-footer__inner {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}
