:root {
  --nr-green: #3f6424;
  --nr-green-dark: #263f17;
  --nr-sage: #e8f0df;
  --nr-cream: #fbf7ed;
  --nr-cream-strong: #f3ead8;
  --nr-gold: #c8942e;
  --nr-ink: #172112;
  --nr-muted: rgba(23, 33, 18, 0.66);
  --nr-line: rgba(39, 55, 31, 0.13);
  --nr-card: rgba(255, 255, 255, 0.82);
  --nr-shadow: 0 18px 44px rgba(32, 45, 24, 0.12);
  --nr-font: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --nr-serif: Georgia, "Times New Roman", serif;
}

html {
  scroll-behavior: smooth;
}

#pack-size,
#mills,
#learn-more,
#popular {
  scroll-margin-top: 190px;
}

.app-header {
  display: none;
}

.app-main {
  max-width: none;
  padding: 0;
}

.nr-market {
  min-height: 100vh;
  overflow-x: clip;
  background:
    radial-gradient(800px 360px at 10% 0%, rgba(200, 148, 46, 0.15), transparent 58%),
    radial-gradient(760px 420px at 92% 8%, rgba(63, 100, 36, 0.14), transparent 58%),
    linear-gradient(180deg, #fbf7ed 0%, #f5eddd 100%);
  color: var(--nr-ink);
  font-family: var(--nr-font);
  padding-bottom: 42px;
}

.nr-shell {
  width: min(1240px, calc(100% - 24px));
  margin: 0 auto;
}

.nr-market-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(39, 55, 31, 0.1);
  background: rgba(251, 247, 237, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.nr-header-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 14px 0 10px;
}

.nr-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--nr-ink);
  text-decoration: none;
  min-width: 0;
}

.nr-brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #fff;
  background: linear-gradient(180deg, #5e7d38, var(--nr-green));
  box-shadow: 0 14px 24px rgba(38, 63, 23, 0.22);
  font-size: 13px;
  font-weight: 900;
}

.nr-brand-name,
.nr-brand-sub {
  display: block;
}

.nr-brand-name {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.05;
}

.nr-brand-sub {
  margin-top: 3px;
  color: var(--nr-muted);
  font-size: 12px;
  font-weight: 650;
}

.nr-searchbar {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  height: 46px;
  border: 1px solid rgba(39, 55, 31, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(32, 45, 24, 0.07);
  overflow: hidden;
}

.nr-searchbar input {
  min-width: 0;
  height: 100%;
  border: 0;
  background: transparent;
  color: var(--nr-ink);
  padding: 0 14px;
  font: inherit;
  font-size: 14px;
  outline: 0;
}

.nr-searchbar button {
  height: 36px;
  margin-right: 5px;
  border: 0;
  border-radius: 11px;
  background: var(--nr-green);
  color: #fff;
  padding: 0 14px;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}

.nr-location {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  border: 1px solid rgba(39, 55, 31, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.58);
  padding: 8px 12px;
}

.nr-location-pin {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--nr-gold);
  color: transparent;
  box-shadow: 0 0 0 5px rgba(200, 148, 46, 0.18);
  flex: 0 0 auto;
}

.nr-location strong,
.nr-location small {
  display: block;
  line-height: 1.1;
}

.nr-location strong {
  font-size: 12px;
  color: var(--nr-muted);
}

.nr-location small {
  margin-top: 2px;
  font-size: 14px;
  font-weight: 850;
}

.nr-account-nav,
.nr-category-nav {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.nr-account-nav::-webkit-scrollbar,
.nr-category-nav::-webkit-scrollbar {
  display: none;
}

.nr-account-nav a,
.nr-category-nav a {
  white-space: nowrap;
  border-radius: 999px;
  color: rgba(23, 33, 18, 0.74);
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

.nr-account-nav a {
  border: 1px solid rgba(39, 55, 31, 0.13);
  background: rgba(255, 255, 255, 0.64);
  padding: 9px 12px;
}

.nr-category-nav {
  padding: 0 0 12px;
}

.nr-category-nav a {
  padding: 8px 0;
}

.nr-account-nav a:hover,
.nr-category-nav a:hover {
  color: var(--nr-green-dark);
}

.nr-hero {
  position: relative;
  display: grid;
  gap: 18px;
  margin-top: 14px;
  border: 1px solid rgba(39, 55, 31, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(232, 240, 223, 0.74)),
    var(--nr-sage);
  box-shadow: var(--nr-shadow);
  overflow: hidden;
}

.nr-hero-copy {
  position: relative;
  z-index: 2;
  padding: 24px 18px 0;
}

.nr-kicker,
.nr-section-eyebrow {
  margin: 0 0 8px;
  color: var(--nr-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nr-hero h1 {
  margin: 0;
  max-width: 620px;
  font-family: var(--nr-serif);
  font-size: 34px;
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: 0;
}

html[lang="te"] .nr-hero h1,
html[lang="te"] .nr-section h2,
html[lang="te"] .nr-mill-hero h1 {
  font-family: var(--nr-font);
  line-height: 1.16;
}

.nr-announcements {
  min-height: 34px;
  display: grid;
  place-items: center;
  background: linear-gradient(90deg, #063f22, #0b6338, #063f22);
  color: #fff;
}

.nr-announcement-shell {
  position: relative;
  width: min(1240px, calc(100% - 24px));
  min-height: 34px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.nr-announcement-shell p {
  position: absolute;
  inset: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.96);
  font-size: 13px;
  font-weight: 850;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 380ms ease, transform 380ms ease;
  pointer-events: none;
}

.nr-announcement-shell p.is-active {
  opacity: 1;
  transform: translateY(0);
}

.nr-market .nr-prelaunch-notice {
  display: none;
}

.nr-launch {
  display: grid;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(39, 55, 31, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 26px rgba(32, 45, 24, 0.08);
  padding: 16px;
}

.nr-launch-copy p:last-child {
  max-width: 640px;
  margin: 9px 0 0;
  color: var(--nr-muted);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 650;
}

.nr-countdown {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.nr-countdown-item {
  min-height: 76px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 3px;
  border: 1px solid rgba(63, 100, 36, 0.14);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 22px rgba(32, 45, 24, 0.08);
}

.nr-countdown-item strong {
  color: var(--nr-green-dark);
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.nr-countdown-item span {
  color: var(--nr-muted);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

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

.nr-stats {
  border: 1px solid rgba(39, 55, 31, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 34px rgba(32, 45, 24, 0.08);
  padding: 12px;
}

.nr-stat-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-template-areas:
    "icon value"
    "icon label";
  align-items: center;
  column-gap: 12px;
  min-height: 72px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
}

.nr-stat-icon,
.nr-why-icon,
.nr-learn-icon {
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(63, 100, 36, 0.12);
  color: var(--nr-green);
  font-weight: 900;
}

.nr-stat-icon {
  grid-area: icon;
  width: 48px;
  height: 48px;
}

.nr-stat-card strong {
  grid-area: value;
  color: var(--nr-green-dark);
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}

.nr-stat-card span:last-child {
  grid-area: label;
  color: var(--nr-muted);
  font-size: 13px;
  font-weight: 760;
}

.nr-why article {
  border: 1px solid rgba(39, 55, 31, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 24px rgba(32, 45, 24, 0.07);
  padding: 16px;
}

.nr-learn {
  border: 1px solid rgba(39, 55, 31, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 14px 34px rgba(32, 45, 24, 0.08);
  padding: 16px;
}

.nr-launch-brief-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 12px;
}

.nr-brief-card {
  min-width: 0;
  border: 1px solid rgba(39, 55, 31, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 22px rgba(32, 45, 24, 0.07);
  padding: 14px;
}

.nr-brief-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.nr-brief-head h3 {
  margin: 0;
  color: var(--nr-green-dark);
  font-family: var(--nr-serif);
  font-size: 19px;
  line-height: 1.15;
}

.nr-brief-head button {
  border: 0;
  background: transparent;
  color: var(--nr-green);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
}

.nr-mini-list,
.nr-mini-progress {
  display: grid;
  gap: 8px;
}

.nr-mini-list p,
.nr-mini-progress p {
  margin: 0;
  display: grid;
  align-items: center;
  gap: 8px;
  color: var(--nr-muted);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 650;
}

.nr-mini-list p {
  grid-template-columns: auto 1fr;
}

.nr-mini-list time,
.nr-mini-progress em {
  border-radius: 999px;
  background: rgba(63, 100, 36, 0.12);
  color: var(--nr-green-dark);
  padding: 5px 8px;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.nr-mini-progress p {
  grid-template-columns: 18px 1fr auto;
}

.nr-mini-progress p > span {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(63, 100, 36, 0.12);
  color: var(--nr-green);
  font-weight: 900;
}

.nr-brief-action {
  width: 100%;
  min-height: 100%;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 12px;
  color: var(--nr-ink);
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.nr-brief-action strong,
.nr-brief-action small {
  display: block;
}

.nr-brief-action strong {
  color: var(--nr-green-dark);
  font-size: 15px;
  line-height: 1.25;
}

.nr-brief-action small {
  margin-top: 3px;
  color: var(--nr-muted);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 650;
}

.nr-learn-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.nr-learn-card {
  width: 100%;
  min-height: 76px;
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(39, 55, 31, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--nr-ink);
  padding: 13px;
  text-align: left;
  text-decoration: none;
  font: inherit;
  box-shadow: 0 10px 22px rgba(32, 45, 24, 0.07);
  cursor: pointer;
}

.nr-learn-card-primary {
  background: linear-gradient(135deg, rgba(232, 240, 223, 0.96), rgba(255, 255, 255, 0.82));
  border-color: rgba(63, 100, 36, 0.2);
}

.nr-learn-card:hover,
.nr-learn-card:focus-visible {
  border-color: rgba(63, 100, 36, 0.28);
  box-shadow: 0 14px 28px rgba(32, 45, 24, 0.11);
}

.nr-learn-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  font-size: 14px;
}

.nr-learn-card strong,
.nr-learn-card small {
  display: block;
}

.nr-learn-card strong {
  color: var(--nr-green-dark);
  font-size: 15px;
  line-height: 1.22;
}

.nr-learn-card small {
  margin-top: 3px;
  color: var(--nr-muted);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 650;
}

.nr-info-dialog {
  width: min(560px, calc(100% - 28px));
  max-height: min(760px, calc(100vh - 40px));
  border: 0;
  border-radius: 20px;
  background: transparent;
  color: var(--nr-ink);
  padding: 0;
  overflow: visible;
}

.nr-info-dialog::backdrop {
  background: rgba(18, 22, 15, 0.56);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.nr-dialog-card {
  position: relative;
  max-height: min(760px, calc(100vh - 40px));
  overflow: auto;
  border: 1px solid rgba(39, 55, 31, 0.13);
  border-radius: 20px;
  background: #fffdf7;
  box-shadow: 0 28px 70px rgba(13, 18, 10, 0.28);
  padding: 24px;
}

.nr-dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(39, 55, 31, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--nr-ink);
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
}

.nr-dialog-card h2 {
  margin: 0 42px 16px 0;
  font-family: var(--nr-serif);
  font-size: 26px;
  line-height: 1.12;
}

.nr-dialog-steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nr-dialog-steps li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  border: 1px solid rgba(39, 55, 31, 0.1);
  border-radius: 14px;
  background: rgba(232, 240, 223, 0.48);
  padding: 13px;
}

.nr-dialog-steps li > span,
.nr-progress-list p > span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: var(--nr-green);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.nr-dialog-steps strong,
.nr-dialog-list strong,
.nr-progress-list strong {
  color: var(--nr-green-dark);
  font-size: 14px;
  line-height: 1.25;
}

.nr-dialog-steps p,
.nr-dialog-list span {
  margin: 4px 0 0;
  color: var(--nr-muted);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}

.nr-dialog-list,
.nr-progress-list {
  display: grid;
  gap: 10px;
}

.nr-dialog-list p,
.nr-progress-list p {
  margin: 0;
  border-bottom: 1px solid rgba(39, 55, 31, 0.09);
  padding: 0 0 10px;
}

.nr-dialog-list p:last-child,
.nr-progress-list p:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.nr-dialog-list span {
  display: block;
}

.nr-progress-list p {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  align-items: center;
  gap: 10px;
}

.nr-progress-list em {
  border-radius: 999px;
  background: rgba(63, 100, 36, 0.12);
  color: var(--nr-green-dark);
  padding: 5px 8px;
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
  white-space: nowrap;
}

html[lang="te"] .nr-hero h1 {
  max-width: 600px;
  font-size: 28px;
  line-height: 1.08;
}

html[lang="te"] .nr-kicker,
html[lang="te"] .nr-section-eyebrow {
  letter-spacing: 0;
}

.nr-hero-text {
  max-width: 560px;
  margin: 12px 0 0;
  color: var(--nr-muted);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 600;
}

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

.nr-btn {
  min-height: 42px;
  border-radius: 13px;
  border: 1px solid rgba(39, 55, 31, 0.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 15px;
  color: var(--nr-ink);
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
}

.nr-btn:disabled {
  opacity: 0.62;
  cursor: not-allowed;
}

.nr-btn-primary {
  border-color: rgba(38, 63, 23, 0.22);
  background: linear-gradient(180deg, #5f7e3a, var(--nr-green));
  color: #fff;
  box-shadow: 0 14px 26px rgba(38, 63, 23, 0.24);
}

.nr-btn-soft {
  background: rgba(255, 255, 255, 0.72);
  color: var(--nr-green-dark);
}

.nr-product-actions .nr-btn-soft[data-add-to-cart-button] {
  border-color: rgba(200, 148, 46, 0.45);
  background: linear-gradient(180deg, #fff5df, #f1d39b);
  color: #68470f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.nr-product-actions .nr-btn-soft[data-add-to-cart-button]:hover {
  border-color: rgba(200, 148, 46, 0.68);
  background: linear-gradient(180deg, #fff1d1, #eac278);
  color: #553909;
}

.nr-hero-panel {
  position: relative;
  min-height: 210px;
  margin: 0 12px 58px;
  border-radius: 16px;
  background: var(--nr-cream-strong);
  overflow: hidden;
}

.nr-hero-panel img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  display: block;
}

.nr-hero-badges {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  z-index: 3;
}

.nr-hero-badges span {
  min-height: 34px;
  border: 1px solid rgba(39, 55, 31, 0.12);
  border-radius: 12px;
  display: grid;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.86);
  color: var(--nr-green-dark);
  font-size: 12px;
  font-weight: 850;
  text-align: center;
  box-shadow: 0 8px 18px rgba(32, 45, 24, 0.08);
}

.nr-hero-badges strong,
.nr-hero-badges small {
  display: block;
}

.nr-hero-badges small {
  margin-top: 2px;
  color: var(--nr-muted);
  font-size: 10px;
  font-weight: 700;
}

.nr-section {
  margin-top: 26px;
}

.nr-mill-hero {
  border: 1px solid rgba(39, 55, 31, 0.12);
  border-radius: 18px;
  background:
    radial-gradient(520px 240px at 90% 10%, rgba(63, 100, 36, 0.13), transparent 62%),
    rgba(255, 255, 255, 0.78);
  box-shadow: var(--nr-shadow);
  padding: 22px 18px;
}

.nr-mill-hero h1 {
  margin: 0;
  font-family: var(--nr-serif);
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: 0;
}

.nr-mill-hero p {
  max-width: 720px;
  margin: 10px 0 0;
  color: var(--nr-muted);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 650;
}

.nr-mill-hero span {
  display: inline-flex;
  margin-top: 14px;
  border-radius: 999px;
  background: rgba(63, 100, 36, 0.11);
  color: var(--nr-green-dark);
  padding: 7px 11px;
  font-size: 13px;
  font-weight: 850;
}

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

.nr-section h2 {
  margin: 0;
  font-family: var(--nr-serif);
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: 0;
}

.nr-section h2 span {
  display: inline-flex;
  margin-left: 8px;
  border-radius: 999px;
  background: rgba(63, 100, 36, 0.1);
  color: var(--nr-green);
  padding: 4px 9px;
  font-family: var(--nr-font);
  font-size: 12px;
  vertical-align: middle;
}

.nr-text-link,
.nr-coming-note {
  color: var(--nr-green);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.nr-pack-grid,
.nr-mill-grid,
.nr-product-grid,
.nr-why-grid {
  display: grid;
  gap: 12px;
}

.nr-pack-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42%;
  min-height: 160px;
  border: 1px solid rgba(39, 55, 31, 0.12);
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(220px 180px at 90% 90%, rgba(200, 148, 46, 0.16), transparent 62%),
    rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 34px rgba(32, 45, 24, 0.1);
  color: var(--nr-ink);
  text-decoration: none;
}

.nr-pack-card-alt {
  background:
    radial-gradient(220px 180px at 88% 90%, rgba(63, 100, 36, 0.16), transparent 62%),
    rgba(255, 255, 255, 0.76);
}

.nr-pack-copy {
  padding: 18px;
  display: grid;
  align-content: center;
  gap: 8px;
}

.nr-pack-copy strong {
  font-size: 22px;
  line-height: 1.08;
}

.nr-pack-copy small {
  color: var(--nr-muted);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 650;
}

.nr-pack-copy em {
  width: fit-content;
  margin-top: 4px;
  border-radius: 999px;
  background: var(--nr-green);
  color: #fff;
  padding: 7px 11px;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

.nr-pack-card img {
  align-self: end;
  width: 120%;
  max-width: 240px;
  transform: translateX(8px);
  filter: drop-shadow(0 20px 24px rgba(30, 36, 24, 0.2));
}

.nr-mill-card,
.nr-product-card,
.nr-why article {
  border: 1px solid rgba(39, 55, 31, 0.12);
  border-radius: 18px;
  background: var(--nr-card);
  box-shadow: 0 14px 34px rgba(32, 45, 24, 0.1);
  overflow: hidden;
}

.nr-mill-card {
  display: grid;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.nr-mill-card:hover,
.nr-mill-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(63, 100, 36, 0.25);
  box-shadow: 0 18px 38px rgba(32, 45, 24, 0.14);
}

.nr-mill-media {
  position: relative;
  color: inherit;
  text-decoration: none;
}

.nr-mill-media img {
  width: 100%;
  height: 168px;
  object-fit: cover;
  display: block;
}

.nr-mill-media span {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-flex;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--nr-green-dark);
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(32, 45, 24, 0.12);
}

.nr-mill-body {
  padding: 15px;
}

.nr-mill-card h3,
.nr-product-card h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.2;
}

.nr-mill-card p {
  margin: 6px 0 12px;
  color: var(--nr-muted);
  font-size: 13px;
  font-weight: 650;
}

.nr-mill-action {
  display: inline-flex;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(63, 100, 36, 0.28);
  background: rgba(255, 255, 255, 0.66);
  color: var(--nr-green-dark);
  padding: 8px 11px;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

.nr-product-card {
  display: grid;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.nr-product-card:hover,
.nr-product-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(63, 100, 36, 0.25);
  box-shadow: 0 18px 38px rgba(32, 45, 24, 0.14);
}

.nr-product-image {
  position: relative;
  aspect-ratio: 1.08 / 1;
  display: block;
  background: linear-gradient(135deg, rgba(243, 234, 216, 0.9), rgba(232, 240, 223, 0.76));
  overflow: hidden;
}

.nr-product-image span {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  border-radius: 999px;
  background: rgba(23, 33, 18, 0.78);
  color: #fff;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 850;
}

.nr-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  display: block;
}

.nr-product-body {
  padding: 15px;
  display: grid;
  gap: 10px;
}

.nr-product-body p {
  margin: 0;
  min-height: 40px;
  color: var(--nr-muted);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 620;
}

.nr-product-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.nr-product-meta strong {
  color: var(--nr-green-dark);
  font-size: 21px;
  font-weight: 900;
}

.nr-product-meta small {
  color: var(--nr-muted);
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}

.nr-product-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  margin: 0;
}

.nr-out-stock,
.nr-empty {
  border: 1px dashed rgba(39, 55, 31, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--nr-muted);
  padding: 13px;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.nr-empty {
  grid-column: 1 / -1;
  text-align: left;
}

.nr-search-page {
  min-height: calc(100vh - 92px);
  padding-top: 34px;
  padding-bottom: 110px;
}

.nr-search-intro {
  margin-bottom: 22px;
}

.nr-search-intro h1 {
  margin: 4px 0 8px;
  color: var(--nr-green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
}

.nr-search-intro > p:last-child {
  margin: 0;
  color: var(--nr-muted);
  font-size: 14px;
  font-weight: 650;
}

.nr-search-product-heading {
  display: grid;
  gap: 5px;
  min-height: 48px;
}

.nr-search-product-heading small {
  color: var(--nr-muted);
  font-size: 12px;
  font-weight: 750;
}

.nr-search-empty-state {
  width: min(560px, 100%);
  margin: 54px auto 0;
  border: 1px solid rgba(39, 55, 31, 0.12);
  border-radius: 18px;
  background: var(--nr-card);
  box-shadow: 0 14px 34px rgba(32, 45, 24, 0.08);
  padding: 34px 24px;
  text-align: center;
}

.nr-search-empty-mark {
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0 auto 16px;
  place-items: center;
  border-radius: 50%;
  background: var(--nr-green);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.nr-search-empty-state h2 {
  margin: 0;
  color: var(--nr-green-dark);
  font-size: 22px;
}

.nr-search-empty-state p {
  margin: 9px auto 20px;
  color: var(--nr-muted);
  font-size: 14px;
  line-height: 1.5;
}

.nr-search-empty-state .nr-btn {
  display: inline-flex;
}

.nr-why {
  padding-bottom: 10px;
}

.nr-why article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 4px 12px;
  align-items: center;
  padding: 18px;
}

.nr-why-icon {
  grid-row: 1 / 3;
  width: 46px;
  height: 46px;
}

.nr-why strong {
  display: block;
  font-size: 16px;
  color: var(--nr-green-dark);
}

.nr-why p {
  margin: 0;
  color: var(--nr-muted);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 620;
}

.nr-launch-promise {
  display: grid;
  gap: 16px;
  border: 1px solid rgba(63, 100, 36, 0.14);
  border-radius: 18px;
  background:
    radial-gradient(360px 180px at 12% 0%, rgba(63, 100, 36, 0.13), transparent 62%),
    linear-gradient(135deg, rgba(232, 240, 223, 0.92), rgba(255, 255, 255, 0.76));
  box-shadow: 0 14px 34px rgba(32, 45, 24, 0.08);
  padding: 18px;
  text-align: center;
}

.nr-launch-promise h2 {
  margin: 0;
  font-family: var(--nr-serif);
  color: var(--nr-green-dark);
  font-size: 24px;
  line-height: 1.15;
}

.nr-launch-promise p:last-child {
  margin: 8px auto 0;
  max-width: 560px;
  color: var(--nr-muted);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}

.nr-promise-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.nr-promise-strip span {
  display: grid;
  gap: 2px;
  min-height: 64px;
  align-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(39, 55, 31, 0.1);
  padding: 10px 8px;
}

.nr-promise-strip strong {
  color: var(--nr-green-dark);
  font-size: 12px;
  line-height: 1.2;
}

.nr-promise-strip small {
  color: var(--nr-muted);
  font-size: 10px;
  line-height: 1.25;
  font-weight: 650;
}

@media (min-width: 640px) {
  #pack-size,
  #mills,
  #learn-more,
  #popular {
    scroll-margin-top: 145px;
  }

  .nr-header-inner {
    grid-template-columns: minmax(220px, auto) minmax(260px, 1fr);
    align-items: center;
  }

  .nr-location,
  .nr-account-nav {
    grid-column: auto;
  }

  .nr-search-account-nav {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }

  .nr-hero-badges {
    grid-template-columns: repeat(4, 1fr);
  }

  .nr-launch {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.92fr);
    padding: 16px 18px;
  }

  .nr-countdown {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

  .nr-launch-brief-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nr-brief-action {
    grid-column: 1 / -1;
  }

  .nr-stat-card {
    min-height: 84px;
  }

  .nr-pack-grid,
  .nr-mill-grid,
  .nr-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .nr-launch-promise {
    text-align: left;
  }

  .nr-promise-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 920px) {
  #pack-size,
  #mills,
  #learn-more,
  #popular {
    scroll-margin-top: 118px;
  }

  .nr-market {
    padding-bottom: 56px;
  }

  .nr-shell {
    width: min(1480px, calc(100% - 56px));
  }

  .nr-header-inner {
    grid-template-columns: minmax(220px, 270px) minmax(360px, 1fr) minmax(150px, 176px) auto;
    gap: 14px;
    padding: 12px 0 8px;
  }

  .nr-account-nav {
    justify-content: flex-end;
  }

  .nr-category-nav {
    gap: 28px;
    padding-bottom: 10px;
  }

  .nr-hero {
    grid-template-columns: minmax(460px, 0.78fr) minmax(520px, 1.05fr);
    min-height: clamp(390px, calc(72vh - 96px), 500px);
    margin-top: 12px;
    border-radius: 22px;
  }

  .nr-hero-copy {
    padding: 38px 0 58px 40px;
    align-self: center;
  }

  .nr-hero h1 {
    max-width: 700px;
    font-size: clamp(52px, 4.3vw, 70px);
    line-height: 0.98;
  }

  .nr-hero-text {
    max-width: 600px;
    font-size: 17px;
  }

  .nr-hero-panel {
    min-height: auto;
    margin: 18px 18px 58px 0;
    align-self: stretch;
    border-radius: 20px;
  }

  .nr-hero-panel img {
    min-height: 100%;
    object-position: center;
  }

  html[lang="te"] .nr-hero {
    align-items: center;
    min-height: clamp(390px, calc(72vh - 96px), 500px);
  }

  html[lang="te"] .nr-hero-copy {
    align-self: center;
    padding-top: 38px;
  }

  html[lang="te"] .nr-hero h1 {
    max-width: 600px;
    font-size: clamp(36px, 2.65vw, 48px);
    line-height: 1.06;
  }

  html[lang="te"] .nr-hero-panel {
    align-self: center;
    height: clamp(340px, 23vw, 430px);
  }

  html[lang="te"] .nr-hero-panel img {
    min-height: 0;
    height: 100%;
    object-fit: cover;
  }

  .nr-hero-badges {
    left: 40px;
    right: 40px;
    bottom: 16px;
    gap: 10px;
  }

  .nr-hero-badges span {
    min-height: 48px;
    font-size: 13px;
  }

  .nr-hero-badges small {
    font-size: 10px;
  }

  .nr-section {
    margin-top: 20px;
  }

  .nr-launch {
    gap: 16px;
    border-radius: 16px;
    padding: 16px 18px;
  }

  .nr-countdown {
    gap: 8px;
  }

  .nr-countdown-item {
    min-height: 78px;
    border-radius: 12px;
  }

  .nr-countdown-item strong {
    font-size: 28px;
  }

  .nr-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  .nr-learn {
    padding: 18px;
  }

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

  .nr-launch-brief-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(260px, 0.72fr);
    gap: 12px;
  }

  .nr-brief-action {
    grid-column: auto;
  }

  .nr-section-head {
    margin-bottom: 10px;
  }

  .nr-section h2 {
    font-size: 30px;
  }

  .nr-pack-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .nr-pack-card {
    min-height: 136px;
  }

  .nr-pack-copy {
    padding: 18px 20px;
    gap: 6px;
  }

  .nr-pack-copy strong {
    font-size: 24px;
  }

  .nr-pack-card img {
    max-width: 230px;
  }

  .nr-mill-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 340px));
    justify-content: start;
    gap: 14px;
  }

  .nr-mill-media img {
    height: 170px;
  }

  .nr-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  .nr-why-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .nr-launch-promise {
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
    align-items: center;
    padding: 20px 22px;
  }
}

@media (min-width: 1180px) {
  .nr-product-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1500px) {
  .nr-shell {
    width: min(1560px, calc(100% - 72px));
  }

  .nr-product-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  #pack-size,
  #mills,
  #learn-more,
  #popular {
    scroll-margin-top: 158px;
  }

  .nr-market {
    padding-bottom: 28px;
  }

  .nr-announcement-shell p {
    padding: 0 8px;
    font-size: 11px;
    text-align: center;
  }

  .nr-shell {
    width: calc(100% - 20px);
    min-width: 0;
  }

  .nr-header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px 10px;
    padding: 8px 0 7px;
  }

  .nr-brand {
    gap: 7px;
  }

  .nr-brand-mark {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    font-size: 10px;
    box-shadow: 0 8px 16px rgba(38, 63, 23, 0.18);
  }

  .nr-brand-name {
    font-size: 15px;
  }

  .nr-brand-sub {
    margin-top: 1px;
    font-size: 10px;
  }

  .nr-searchbar {
    grid-column: 1 / -1;
    grid-row: 2;
    height: 38px;
    border-radius: 11px;
  }

  .nr-searchbar input {
    padding: 0 11px;
    font-size: 13px;
  }

  .nr-searchbar button {
    height: 30px;
    margin-right: 4px;
    border-radius: 8px;
    padding: 0 11px;
    font-size: 12px;
  }

  .nr-location {
    grid-column: 2;
    grid-row: 1;
    min-height: 32px;
    gap: 6px;
    border-radius: 10px;
    padding: 4px 8px;
  }

  .nr-location-pin {
    width: 7px;
    height: 7px;
    box-shadow: 0 0 0 3px rgba(200, 148, 46, 0.18);
  }

  .nr-location strong {
    font-size: 9px;
  }

  .nr-location small {
    margin-top: 1px;
    font-size: 12px;
  }

  .nr-account-nav {
    grid-column: 1 / -1;
    grid-row: 3;
    gap: 6px;
    padding-bottom: 1px;
  }

  .nr-account-nav a {
    padding: 6px 9px;
    font-size: 11px;
  }

  .nr-account-nav a[data-cart-nav] {
    border-color: rgba(63, 100, 36, 0.28);
    background: var(--nr-green);
    color: #fff;
  }

  .nr-category-nav {
    width: 100%;
    gap: 18px;
    padding: 0 10px 7px;
    scroll-padding-inline: 10px;
    overscroll-behavior-inline: contain;
  }

  .nr-category-nav a {
    flex: 0 0 auto;
    padding: 5px 0;
    font-size: 11px;
  }

  .nr-hero {
    gap: 10px;
    margin-top: 9px;
    border-radius: 15px;
  }

  .nr-hero-copy {
    padding: 16px 14px 0;
  }

  .nr-kicker,
  .nr-section-eyebrow {
    margin-bottom: 5px;
    font-size: 10px;
  }

  .nr-hero h1 {
    font-size: clamp(27px, 8vw, 31px);
    line-height: 1.02;
  }

  html[lang="te"] .nr-hero h1 {
    max-width: 330px;
    font-size: clamp(22px, 6.4vw, 26px);
    line-height: 1.08;
  }

  .nr-hero-text {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.42;
  }

  .nr-hero-actions {
    gap: 7px;
    margin-top: 12px;
  }

  .nr-btn {
    min-height: 36px;
    border-radius: 10px;
    padding: 0 11px;
    font-size: 12px;
  }

  .nr-hero-panel {
    min-height: 0;
    margin: 0 10px 48px;
    border-radius: 13px;
    background: rgba(243, 234, 216, 0.72);
  }

  .nr-hero-panel img {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1870 / 841;
    object-fit: contain;
  }

  html[lang="te"] .nr-hero-panel {
    margin-bottom: 44px;
  }

  html[lang="te"] .nr-hero-panel img {
    max-height: 170px;
    object-fit: cover;
  }

  .nr-hero-badges {
    left: 10px;
    right: 10px;
    bottom: 9px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }

  .nr-hero-badges span {
    min-height: 43px;
    border-radius: 9px;
    padding: 3px 4px;
    font-size: 10px;
    text-align: center;
  }

  .nr-hero-badges small {
    font-size: 8px;
    line-height: 1.2;
  }

  .nr-section {
    margin-top: 20px;
  }

  .nr-stats {
    gap: 8px;
  }

  .nr-stats {
    padding: 8px;
  }

  .nr-stat-card {
    border-radius: 12px;
    padding: 12px;
  }

  .nr-learn {
    border-radius: 14px;
    padding: 12px;
  }

  .nr-launch-brief-grid {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scroll-padding-inline: 12px;
    scrollbar-width: none;
  }

  .nr-launch-brief-grid::-webkit-scrollbar {
    display: none;
  }

  .nr-brief-card {
    flex: 0 0 286px;
    border-radius: 12px;
    padding: 12px;
  }

  .nr-brief-head h3 {
    font-size: 17px;
  }

  .nr-mini-list p,
  .nr-mini-progress p {
    font-size: 11px;
  }

  .nr-learn-grid {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scroll-padding-inline: 12px;
    scrollbar-width: none;
  }

  .nr-learn-grid::-webkit-scrollbar {
    display: none;
  }

  .nr-learn-card {
    flex: 0 0 235px;
    min-height: 72px;
    grid-template-columns: 38px 1fr;
    gap: 10px;
    border-radius: 12px;
    padding: 11px;
  }

  .nr-learn-icon {
    width: 38px;
    height: 38px;
    font-size: 12px;
  }

  .nr-learn-card strong {
    font-size: 13px;
  }

  .nr-learn-card small {
    font-size: 11px;
  }

  .nr-info-dialog {
    width: 100%;
    max-width: none;
    max-height: 88vh;
    margin: auto 0 0;
    border-radius: 18px 18px 0 0;
  }

  .nr-dialog-card {
    max-height: 88vh;
    border-radius: 18px 18px 0 0;
    padding: 20px 16px 18px;
  }

  .nr-dialog-card::before {
    content: "";
    display: block;
    width: 44px;
    height: 4px;
    margin: 0 auto 14px;
    border-radius: 999px;
    background: rgba(39, 55, 31, 0.22);
  }

  .nr-dialog-card h2 {
    font-size: 22px;
  }

  .nr-progress-list p {
    grid-template-columns: 28px 1fr;
  }

  .nr-progress-list em {
    width: fit-content;
    grid-column: 2;
  }

  .nr-stat-card {
    min-height: 68px;
  }

  .nr-section-head {
    gap: 8px;
    margin-bottom: 9px;
  }

  .nr-section h2 {
    font-size: 21px;
  }

  .nr-text-link,
  .nr-coming-note {
    font-size: 11px;
  }

  .nr-pack-grid,
  .nr-product-grid,
  .nr-why-grid {
    gap: 9px;
  }

  .nr-mill-grid,
  .nr-product-grid {
    display: flex;
    overflow-x: auto;
    gap: 9px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .nr-mill-grid::-webkit-scrollbar,
  .nr-product-grid::-webkit-scrollbar {
    display: none;
  }

  .nr-mill-card,
  .nr-product-card {
    flex: 0 0 178px;
    scroll-snap-align: start;
  }

  .nr-mill-card {
    flex-basis: 214px;
  }

  .nr-pack-card {
    grid-template-columns: minmax(0, 1fr) 35%;
    min-height: 112px;
    border-radius: 14px;
  }

  .nr-pack-copy {
    gap: 4px;
    padding: 12px;
  }

  .nr-pack-copy strong {
    font-size: 17px;
  }

  .nr-pack-copy small {
    font-size: 11px;
    line-height: 1.25;
  }

  .nr-pack-copy em {
    margin-top: 2px;
    padding: 5px 8px;
    font-size: 10px;
  }

  .nr-pack-card img {
    width: 118%;
    max-width: 145px;
    transform: translateX(5px);
  }

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

  .nr-product-card {
    min-width: 0;
    border-radius: 13px;
  }

  .nr-product-image {
    aspect-ratio: 4 / 3;
  }

  .nr-product-image span {
    top: 7px;
    left: 7px;
    padding: 4px 7px;
    font-size: 10px;
  }

  .nr-product-image img {
    object-fit: contain;
    padding: 5px;
  }

  .nr-product-body {
    gap: 7px;
    padding: 10px;
  }

  .nr-product-card h3 {
    font-size: 14px;
  }

  .nr-product-body p {
    min-height: 32px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 11px;
    line-height: 1.4;
  }

  .nr-product-meta {
    display: grid;
    gap: 2px;
  }

  .nr-product-meta strong {
    font-size: 16px;
  }

  .nr-product-meta small {
    font-size: 10px;
    text-align: left;
  }

  .nr-product-actions {
    gap: 6px;
  }

  .nr-product-actions .nr-btn {
    width: 100%;
    min-height: 34px;
    padding: 0 6px;
    font-size: 11px;
  }

  .nr-mill-card,
  .nr-why article {
    border-radius: 14px;
  }
}

@media (max-width: 390px) {
  .nr-shell {
    width: calc(100% - 16px);
  }

  .nr-hero h1 {
    font-size: 27px;
  }

  html[lang="te"] .nr-hero h1 {
    font-size: 24px;
  }

  .nr-brand-sub {
    display: none;
  }

  .nr-category-nav {
    padding-inline: 8px;
  }

  .nr-product-body {
    padding: 9px;
  }
}
