:root {
  --nrm-bg: #f2f5f3;
  --nrm-surface: #ffffff;
  --nrm-surface-muted: #ebf2ee;
  --nrm-text: #132019;
  --nrm-muted: #4b5e53;
  --nrm-primary: #0f4d3a;
  --nrm-primary-strong: #0a3a2b;
  --nrm-accent: #2d7d62;
  --nrm-border: #d1ddd6;
  --nrm-shell: 1180px;
  --nrm-radius: 16px;
  --nrm-shadow: 0 14px 34px rgba(12, 28, 22, 0.08);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: radial-gradient(circle at 100% 0%, #f7fbf9 0%, var(--nrm-bg) 48%, #edf3ef 100%);
  color: var(--nrm-text);
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.65;
}

a {
  color: var(--nrm-primary);
  text-decoration: none;
}

a:hover {
  color: var(--nrm-primary-strong);
}

h1,
h2,
h3,
h4 {
  margin: 0 0 0.75rem;
  font-family: "Newsreader", serif;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 1.1;
}

p {
  margin: 0 0 1rem;
}

.nrm-shell {
  width: min(var(--nrm-shell), calc(100% - 2rem));
  margin-inline: auto;
}

.nrm-main {
  overflow: clip;
}

.nrm-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(247, 251, 249, 0.92);
  border-bottom: 1px solid rgba(209, 221, 214, 0.9);
  backdrop-filter: blur(8px);
  transition: box-shadow 220ms ease, border-color 220ms ease;
}

.nrm-header.is-compact {
  box-shadow: 0 8px 20px rgba(14, 38, 29, 0.08);
  border-bottom-color: rgba(191, 207, 198, 0.95);
}

.nrm-header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.nrm-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--nrm-text);
}

.nrm-brand-mark {
  width: 39px;
  height: 39px;
  border-radius: 9px;
  background: linear-gradient(140deg, var(--nrm-primary) 0%, #0d6950 100%);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  letter-spacing: 0.4px;
}

.nrm-brand-text {
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.1px;
}

.nrm-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nrm-nav-list a {
  position: relative;
  display: inline-block;
  padding: 0.24rem 0.05rem;
  color: #23352c;
  font-weight: 600;
  font-size: 0.93rem;
}

.nrm-nav-list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.12rem;
  width: 100%;
  height: 2px;
  background: var(--nrm-primary);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 240ms ease;
}

.nrm-nav-list a:hover::after,
.nrm-nav-list .current-menu-item > a::after,
.nrm-nav-list .current_page_item > a::after {
  transform: scaleX(1);
}

.nrm-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.66rem 1.2rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease, color 220ms ease;
}

.nrm-button:hover {
  transform: translateY(-1px);
}

.nrm-button-primary {
  background: linear-gradient(140deg, var(--nrm-primary) 0%, #0f5f49 100%);
  color: #fff;
  box-shadow: 0 8px 20px rgba(15, 77, 58, 0.25);
}

.nrm-button-primary:hover {
  color: #fff;
  box-shadow: 0 12px 24px rgba(15, 77, 58, 0.3);
}

.nrm-button-outline {
  border-color: var(--nrm-border);
  background: rgba(255, 255, 255, 0.78);
  color: var(--nrm-text);
}

.nrm-button-outline:hover {
  background: #fff;
}

.nrm-hero {
  position: relative;
  padding: 4.5rem 0 3.2rem;
}

.nrm-hero::before {
  content: "";
  position: absolute;
  top: -12rem;
  right: -12rem;
  width: 26rem;
  height: 26rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(16, 93, 71, 0.16) 0%, rgba(16, 93, 71, 0) 65%);
  filter: blur(2px);
  pointer-events: none;
  animation: nrmDrift 13s ease-in-out infinite alternate;
}

@keyframes nrmDrift {
  from {
    transform: translate(0, 0) scale(1);
  }
  to {
    transform: translate(-28px, 22px) scale(1.06);
  }
}

.nrm-hero-layout {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: 1.35fr 1fr;
  align-items: start;
}

.nrm-eyebrow {
  margin-bottom: 0.8rem;
  color: var(--nrm-primary-strong);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.nrm-hero h1 {
  font-size: clamp(2.05rem, 5.2vw, 3.8rem);
  max-width: 18ch;
}

.nrm-lead {
  color: var(--nrm-muted);
  max-width: 68ch;
}

.nrm-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.76rem;
  margin-top: 1.25rem;
}

.nrm-hero-panel {
  border: 1px solid var(--nrm-border);
  border-radius: calc(var(--nrm-radius) + 2px);
  background: linear-gradient(155deg, #ffffff 0%, #f0f6f2 100%);
  box-shadow: var(--nrm-shadow);
  padding: 1.1rem;
  display: grid;
  gap: 0.7rem;
}

.nrm-kpi {
  border: 1px solid #dae5df;
  border-radius: 12px;
  background: #fff;
  padding: 0.88rem 0.9rem;
}

.nrm-kpi p {
  margin-bottom: 0.42rem;
  color: #4b5f54;
  font-size: 0.84rem;
  font-weight: 600;
}

.nrm-kpi h3 {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.18rem;
  font-weight: 750;
}

.nrm-section {
  padding: 3rem 0;
}

.nrm-section-alt {
  background: linear-gradient(180deg, #f6faf8 0%, #eef4f0 100%);
  border-top: 1px solid #dde7e1;
  border-bottom: 1px solid #dde7e1;
}

.nrm-page-hero {
  padding: 3.4rem 0 1.3rem;
}

.nrm-page-hero h1 {
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  max-width: 20ch;
}

.nrm-story {
  border: 1px solid #cfdcd5;
  border-radius: calc(var(--nrm-radius) + 2px);
  background: linear-gradient(155deg, #ffffff 0%, #f2f8f4 100%);
  box-shadow: var(--nrm-shadow);
  padding: clamp(1.2rem, 2.1vw, 1.85rem);
}

.nrm-story h2 {
  font-size: clamp(1.65rem, 3vw, 2.3rem);
  margin-bottom: 0.85rem;
}

.nrm-story > p {
  color: #33493d;
  max-width: 84ch;
}

.nrm-story-note {
  margin-top: 1rem;
  border: 1px solid #c4e5da;
  border-left: 5px solid var(--nrm-accent);
  border-radius: 12px;
  padding: 0.95rem 1rem;
  background: #edf9f4;
}

.nrm-story-note h3 {
  margin-bottom: 0.4rem;
  color: #0b4c3a;
}

.nrm-story-note p {
  margin: 0;
  color: #1f4d3d;
}

.nrm-capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.2rem;
}

.nrm-capability {
  border: 1px solid #d5e1db;
  border-radius: var(--nrm-radius);
  background: #fff;
  box-shadow: 0 8px 20px rgba(12, 28, 22, 0.06);
  padding: 1.05rem 1rem;
  transition: transform 230ms ease, box-shadow 230ms ease, border-color 230ms ease;
}

.nrm-capability:hover {
  transform: translateY(-4px);
  border-color: #aac6ba;
  box-shadow: 0 16px 28px rgba(12, 28, 22, 0.12);
}

.nrm-capability h3 {
  font-size: 1.35rem;
  margin-bottom: 0.48rem;
}

.nrm-capability p {
  margin: 0;
  color: #465a50;
}

.nrm-split {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1.1rem;
  align-items: start;
}

.nrm-insight-card {
  border: 1px solid #cedbd4;
  border-radius: var(--nrm-radius);
  background: #fff;
  box-shadow: 0 9px 22px rgba(12, 28, 22, 0.08);
  padding: 1.05rem;
}

.nrm-insight-card ul {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
  color: #2f463b;
}

.nrm-process {
  margin: 1.15rem 0 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.76rem;
}

.nrm-process li {
  border: 1px solid #d5e2db;
  border-radius: 12px;
  background: #fff;
  padding: 0.72rem 0.92rem;
}

.nrm-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 700;
  color: var(--nrm-primary);
}

.nrm-link-arrow::after {
  content: "->";
  transition: transform 200ms ease;
}

.nrm-link-arrow:hover::after {
  transform: translateX(4px);
}

.nrm-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.nrm-cta-band {
  display: grid;
  grid-template-columns: 1.55fr auto;
  gap: 1rem;
  align-items: center;
  border: 1px solid #cad8d1;
  border-radius: calc(var(--nrm-radius) + 3px);
  background: linear-gradient(140deg, #0f4d3a 0%, #0b3e2e 100%);
  color: #e9f4ef;
  box-shadow: 0 16px 32px rgba(10, 43, 32, 0.28);
  padding: 1.25rem;
}

.nrm-cta-band .nrm-eyebrow {
  color: #b8d9cb;
}

.nrm-cta-band h2,
.nrm-cta-band p {
  color: #eef7f2;
}

.nrm-cta-band .nrm-button-primary {
  background: #fff;
  color: #0c3c2d;
  box-shadow: none;
}

.nrm-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: start;
}

.nrm-form-shell {
  border: 1px solid #cfdbd5;
  border-radius: var(--nrm-radius);
  background: #fff;
  box-shadow: 0 8px 20px rgba(12, 28, 22, 0.06);
  padding: 1rem;
}

.nrm-page-content,
.nrm-post-list {
  border: 1px solid #cfddd6;
  border-radius: var(--nrm-radius);
  background: #fff;
  padding: 1.2rem;
  box-shadow: 0 8px 20px rgba(12, 28, 22, 0.06);
}

.nrm-post-item + .nrm-post-item {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #d9e4de;
}

.nrm-empty-state {
  border: 1px dashed #bed0c6;
  border-radius: 12px;
  background: #fff;
  padding: 1rem;
}

.nrm-footer {
  margin-top: 2rem;
  border-top: 1px solid #dae3de;
  background: #11221b;
  color: #d4e4dc;
}

.nrm-footer a {
  color: #e7f1ec;
}

.nrm-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 1.2rem;
  padding: 2.35rem 0 1.3rem;
}

.nrm-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.36rem;
}

.nrm-footer-bottom {
  border-top: 1px solid rgba(205, 224, 215, 0.2);
  padding: 0.86rem 0 1rem;
}

.section-reveal {
  opacity: 1;
  transform: none;
}

.js .section-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.js .section-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.nrm-stagger > * {
  opacity: 1;
  transform: none;
}

.js .nrm-stagger > * {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
  transition-delay: calc(var(--stagger, 0) * 90ms);
}

.js .section-reveal.is-visible .nrm-stagger > * {
  opacity: 1;
  transform: translateY(0);
}

.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 1rem;
  color: var(--nrm-muted);
}

.nrm-shop-hero {
  margin: 1rem 0 1.4rem;
}

.nrm-shop-hero-inner {
  border: 1px solid #cedcd5;
  border-radius: calc(var(--nrm-radius) + 2px);
  background: linear-gradient(150deg, #ffffff 0%, #edf6f1 100%);
  box-shadow: var(--nrm-shadow);
  padding: 1.25rem;
}

.nrm-shop-hero-inner h1 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.nrm-shop-meta {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.nrm-shop-meta span {
  display: inline-flex;
  align-items: center;
  border: 1px solid #b8d3c7;
  border-radius: 999px;
  background: #eaf7f1;
  color: #134b39;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.3px;
  padding: 0.34rem 0.7rem;
}

.woocommerce .woocommerce-result-count {
  color: var(--nrm-muted);
  font-weight: 600;
}

.woocommerce .woocommerce-ordering select {
  border: 1px solid #ccdbd4;
  border-radius: 10px;
  background: #fff;
  color: var(--nrm-text);
  padding: 0.5rem 0.75rem;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  border: 1px solid #d1ddd6;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(12, 28, 22, 0.07);
  padding: 0.9rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 28px rgba(12, 28, 22, 0.12);
}

.woocommerce ul.products li.product a img {
  border-radius: 12px;
  border: 1px solid #dde7e2;
  background: linear-gradient(150deg, #f5faf7 0%, #edf4f0 100%);
  padding: 0.45rem;
  margin: 0 0 0.8rem;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: "Newsreader", serif;
  font-size: 1.25rem;
  color: var(--nrm-text);
  line-height: 1.2;
  min-height: 2.45em;
  margin-bottom: 0.45rem;
}

.nrm-loop-excerpt {
  margin: 0.2rem 0 0.75rem;
  min-height: 4em;
  color: var(--nrm-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.woocommerce ul.products li.product .price {
  margin: 0 0 0.65rem;
  color: #0d583f;
  font-weight: 800;
}

.woocommerce ul.products li.product .button {
  margin-top: auto;
  width: 100%;
  text-align: center;
}

.woocommerce div.product {
  border: 1px solid #d2ddd7;
  border-radius: var(--nrm-radius);
  background: #fff;
  padding: 1.1rem;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 999px;
  background: var(--nrm-primary);
  color: #fff;
  border: none;
  font-weight: 700;
}

@media (max-width: 1040px) {
  .nrm-header-cta {
    display: none;
  }

  .nrm-hero-layout,
  .nrm-split,
  .nrm-contact-grid,
  .nrm-footer-grid,
  .nrm-cta-band {
    grid-template-columns: 1fr;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .nrm-nav-list {
    gap: 0.58rem;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .nrm-capability-grid,
  .nrm-section-head {
    grid-template-columns: 1fr;
  }

  .nrm-section-head {
    display: grid;
    align-items: start;
    gap: 0.35rem;
  }

  .woocommerce .woocommerce-result-count,
  .woocommerce .woocommerce-ordering {
    float: none;
    width: 100%;
    margin-bottom: 0.7rem;
  }

  .woocommerce .woocommerce-ordering select {
    width: 100%;
  }

  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
}
