.elementor-247 .elementor-element.elementor-element-00c7e9e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ba94f0f */.nrl-site {
  --nrl-green: #184c3b;
  --nrl-sage: #dfece2;
  --nrl-mint: #f2f8f2;
  --nrl-cream: #fbfaf5;
  --nrl-gold: #c99a57;
  --nrl-ink: #17352d;
  --nrl-muted: #63736d;
  --nrl-white: #fff;

  font-family: Inter, Arial, sans-serif;
  color: var(--nrl-ink);
  line-height: 1.6;
  background: #fff;
}

.nrl-site * {
  box-sizing: border-box;
}

.nrl-site a {
  text-decoration: none;
  color: inherit;
}

.nrl-container {
  width: min(1140px, 92%);
  margin: auto;
}

/* Header */
.nrl-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #e8eee9;
  backdrop-filter: blur(12px);
}

.nrl-nav-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nrl-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--nrl-green);
}

.nrl-brand strong {
  display: block;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.15;
}

.nrl-brand small {
  display: block;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--nrl-gold);
  margin-top: 3px;
}

.nrl-brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--nrl-gold);
  border-radius: 50%;
  font-size: 20px;
  color: var(--nrl-gold);
}

.nrl-nav {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 13px;
  font-weight: 600;
  color: #40564d;
}

.nrl-nav a:hover,
.nrl-text-link:hover,
.nrl-card-link:hover {
  color: var(--nrl-gold);
}

.nrl-nav-cta {
  background: var(--nrl-green);
  color: #fff !important;
  padding: 11px 17px;
  border-radius: 99px;
}

.nrl-menu-toggle {
  display: none;
  border: 0;
  background: none;
  font-size: 25px;
  color: var(--nrl-green);
}

/* Hero */
.nrl-hero {
  background: linear-gradient(
    110deg,
    var(--nrl-cream),
    #f0f7f0
  );
  padding: 82px 0 76px;
}

.nrl-hero-grid {
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  align-items: center;
  gap: 65px;
}

.nrl-eyebrow {
  font-size: 11px;
  letter-spacing: 2.2px;
  color: var(--nrl-gold);
  font-weight: 800;
  margin: 0 0 13px;
}

.nrl-hero h1 {
  font-family: Georgia, serif;
  font-size: clamp(43px, 5.5vw, 72px);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -2px;
  margin: 0 0 22px;
  color: var(--nrl-green);
}

.nrl-hero-text {
  font-size: 18px;
  color: var(--nrl-muted);
  max-width: 510px;
  margin: 0 0 28px;
}

.nrl-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.nrl-button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: 0;
  border-radius: 99px;
  padding: 14px 21px;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
}

.nrl-button span {
  font-size: 18px;
  line-height: 0;
}

.nrl-button-primary {
  background: var(--nrl-green);
  color: #fff;
}

.nrl-button-primary:hover {
  background: #266b52;
}

.nrl-button-dark {
  background: var(--nrl-ink);
  color: #fff;
}

.nrl-button-light {
  background: #fff;
  color: var(--nrl-green);
}

.nrl-text-link {
  font-size: 13px;
  font-weight: 800;
  color: var(--nrl-green);
}

.nrl-trust-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 11px;
  color: #718179;
  margin-top: 30px;
}

.nrl-hero-card {
  position: relative;
}

.nrl-hero-image,
.nrl-article-image,
.nrl-feature-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.nrl-hero-image {
  height: 465px;
  border-radius: 160px 160px 20px 20px;
  background-image:
    linear-gradient(
      0deg,
      rgba(19, 65, 48, 0.18),
      rgba(19, 65, 48, 0.02)
    ),
    url("https://images.unsplash.com/photo-1543362906-acfc16c67564?auto=format&fit=crop&w=1100&q=85");
}

.nrl-floating-note {
  position: absolute;
  left: -27px;
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 11px;
  background: #fff;
  padding: 14px 18px;
  border-radius: 12px;
  box-shadow: 0 12px 35px rgba(31, 73, 55, 0.16);
  font-size: 12px;
}

.nrl-note-icon {
  font-size: 25px;
  color: var(--nrl-gold);
}

.nrl-floating-note strong,
.nrl-floating-note small {
  display: block;
}

.nrl-floating-note small {
  color: var(--nrl-muted);
  font-size: 11px;
}

/* Sections */
.nrl-section {
  padding: 92px 0;
}

.nrl-soft-bg {
  background: var(--nrl-mint);
}

.nrl-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 35px;
}

.nrl-section-heading h2,
.nrl-feature-copy h2,
.nrl-wellness-grid h2,
.nrl-newsletter h2 {
  font-family: Georgia, serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 400;
  line-height: 1.12;
  color: var(--nrl-green);
  margin: 0;
}

.nrl-section-heading > p {
  max-width: 390px;
  color: var(--nrl-muted);
  margin: 0;
}

/* Categories */
.nrl-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.nrl-category-card {
  background: #fff;
  padding: 28px;
  border-radius: 14px;
  border: 1px solid #e5eee7;
  transition: 0.25s;
}

.nrl-category-card:hover,
.nrl-article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(24, 76, 59, 0.1);
}

.nrl-card-icon {
  color: var(--nrl-gold);
  font-size: 30px;
}

.nrl-category-card h3,
.nrl-article-card h3 {
  font-family: Georgia, serif;
  color: var(--nrl-green);
  font-size: 23px;
  line-height: 1.2;
  margin: 13px 0 8px;
}

.nrl-category-card p,
.nrl-article-card p {
  color: var(--nrl-muted);
  font-size: 14px;
  margin: 0 0 18px;
}

.nrl-card-link {
  color: var(--nrl-green);
  font-size: 12px;
  font-weight: 800;
}

/* Articles */
.nrl-article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.nrl-article-card {
  border: 1px solid #e5eee7;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  transition: 0.25s;
}

.nrl-article-image {
  height: 220px;
}

.nrl-image-tea {
  background-image: url("https://images.unsplash.com/photo-1544787219-7f47ccb76574?auto=format&fit=crop&w=800&q=80");
}

.nrl-image-breakfast {
  background-image: url("https://images.unsplash.com/photo-1512621776951-a57141f2eefd?auto=format&fit=crop&w=800&q=80");
}

.nrl-image-habits {
  background-image: url("https://images.unsplash.com/photo-1498837167922-ddd27525d352?auto=format&fit=crop&w=800&q=80");
}

.nrl-article-content {
  padding: 22px;
}

.nrl-tag {
  font-size: 10px;
  letter-spacing: 1.5px;
  color: var(--nrl-gold);
  font-weight: 800;
}

.nrl-article-card h3 {
  font-size: 21px;
}

/* Recipe section */
.nrl-feature {
  background: var(--nrl-cream);
}

.nrl-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 68px;
  align-items: center;
}

.nrl-feature-image {
  height: 470px;
  border-radius: 14px;
  background-image:
    linear-gradient(
      0deg,
      rgba(19, 65, 48, 0.18),
      rgba(19, 65, 48, 0)
    ),
    url("https://images.unsplash.com/photo-1547592180-85f173990554?auto=format&fit=crop&w=1100&q=85");
}

.nrl-feature-copy > p:not(.nrl-eyebrow),
.nrl-wellness-grid p {
  color: var(--nrl-muted);
  font-size: 16px;
}

.nrl-check-list {
  list-style: none;
  padding: 0;
  margin: 25px 0 30px;
}

.nrl-check-list li {
  margin: 10px 0;
  color: var(--nrl-ink);
  font-size: 14px;
}

.nrl-check-list li::before {
  content: "✓";
  color: var(--nrl-gold);
  font-weight: bold;
  margin-right: 10px;
}

/* Wellness section */
.nrl-wellness-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.nrl-quote-card {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  border-left: 4px solid var(--nrl-gold);
}

.nrl-quote-mark {
  font-family: Georgia, serif;
  font-size: 65px;
  line-height: 0.5;
  color: var(--nrl-gold);
}

.nrl-quote-card p {
  font-family: Georgia, serif !important;
  font-size: 25px !important;
  line-height: 1.25;
  color: var(--nrl-green) !important;
}

.nrl-quote-card small {
  color: var(--nrl-muted);
}

/* Newsletter */
.nrl-newsletter {
  background: var(--nrl-green);
  color: #fff;
  padding: 65px 0;
}

.nrl-newsletter-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.nrl-newsletter h2 {
  color: #fff;
}

.nrl-newsletter p:not(.nrl-eyebrow) {
  color: #c4d9cb;
}

.nrl-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nrl-form input {
  flex: 1;
  min-width: 190px;
  border: 0;
  border-radius: 99px;
  padding: 15px 19px;
  font-size: 14px;
}

.nrl-form-message {
  width: 100%;
  font-size: 12px;
  margin: 4px 0 0 !important;
}

/* Disclaimer */
.nrl-disclaimer {
  background: #f4f5f1;
  color: #65736c;
  font-size: 12px;
  padding: 20px 0;
}

/* Footer */
.nrl-footer {
  background: #12372c;
  color: #d6e5da;
  padding: 55px 0 20px;
}

.nrl-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 45px;
}

.nrl-brand-footer {
  color: #fff;
}

.nrl-footer h4 {
  color: #fff;
  margin: 0 0 15px;
}

.nrl-footer-grid p {
  color: #a9c0b2;
  font-size: 13px;
}

.nrl-footer-grid > div > a:not(.nrl-brand) {
  display: block;
  color: #bcd0c2;
  font-size: 13px;
  margin: 7px 0;
}

.nrl-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  margin-top: 40px;
  padding-top: 18px;
  color: #91ada0;
  font-size: 11px;
}

/* Accessibility */
.nrl-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Tablet and mobile */
@media (max-width: 850px) {
  .nrl-nav {
    position: absolute;
    left: 4%;
    right: 4%;
    top: 70px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    padding: 18px;
    border-radius: 12px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
  }

  .nrl-nav.is-open {
    display: flex;
  }

  .nrl-nav a {
    padding: 10px;
  }

  .nrl-menu-toggle {
    display: block;
  }

  .nrl-hero-grid,
  .nrl-feature-grid,
  .nrl-wellness-grid,
  .nrl-newsletter-inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .nrl-hero {
    padding-top: 55px;
  }

  .nrl-hero-image {
    height: 350px;
  }

  .nrl-section-heading {
    display: block;
  }

  .nrl-section-heading > .nrl-text-link {
    display: inline-block;
    margin-top: 15px;
  }

  .nrl-category-grid,
  .nrl-article-grid {
    grid-template-columns: 1fr;
  }

  .nrl-feature-image {
    height: 330px;
  }

  .nrl-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nrl-footer-bottom {
    display: block;
  }

  .nrl-footer-bottom span {
    display: block;
    margin: 5px 0;
  }
}

@media (max-width: 480px) {
  .nrl-brand strong {
    font-size: 15px;
  }

  .nrl-brand small {
    font-size: 7px;
  }

  .nrl-hero h1 {
    font-size: 43px;
  }

  .nrl-trust-row {
    display: block;
  }

  .nrl-trust-row span {
    display: block;
    margin: 5px 0;
  }

  .nrl-footer-grid {
    grid-template-columns: 1fr;
  }

  .nrl-form {
    display: block;
  }

  .nrl-form input,
  .nrl-form button {
    width: 100%;
    margin-bottom: 10px;
  }
}/* End custom CSS */