.hero--home{overflow:hidden;min-height:620px;display:flex;align-items:center;background:linear-gradient(120deg,#f7f8ed 0%,#fbfaf3 55%,#f0f4df 100%);border-bottom:1px solid var(--color-border)}
.hero--home .hero__grid{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.9fr);align-items:center;gap:56px;margin:0 auto}
.hero--home .hero__content{position:relative;z-index:2;padding:44px 0}
.hero--home h1{margin:0;color:var(--color-text);font-size:clamp(4rem,7vw,6.5rem);line-height:.86;letter-spacing:-.055em}
.hero--home h1 em{font-style:italic;color:var(--color-text)}
.hero--home .hero__copy{max-width:590px;margin:24px 0 0;font-size:1rem;line-height:1.8}
.hero--home .hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.hero--home .hero__actions .btn span{font-size:1.05em}
.hero__stats{display:flex;flex-wrap:wrap;gap:30px;margin-top:34px}
.hero__stats div{display:grid;gap:2px}
.hero__stats strong{font-family:var(--font-display);font-size:1.35rem;line-height:1}
.hero__stats span{font-size:.72rem;color:var(--color-text-muted)}
.hero--home .hero__visual{position:relative;min-height:460px;display:flex;align-items:center;justify-content:center;pointer-events:none}
.hero--home .hero-card{position:relative;width:min(100%,500px);aspect-ratio:1.08;overflow:hidden;border:1px solid rgba(24,48,15,.10);border-radius:28px;background:var(--color-surface);box-shadow:0 24px 60px rgba(24,48,15,.14)}
.hero--home .hero-card__image{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-badge{position:absolute;display:flex;align-items:center;gap:8px;padding:12px 16px;border:1px solid rgba(24,48,15,.10);border-radius:14px;background:rgba(255,254,249,.94);box-shadow:0 10px 30px rgba(24,48,15,.10);color:var(--color-text);backdrop-filter:blur(8px)}
.hero-badge strong{font-size:.78rem;font-weight:800}.hero-badge span{font-size:.72rem;color:var(--color-text-muted)}
.hero-badge--fresh{top:14%;right:2%;display:grid;gap:0;background:var(--color-accent)}
.hero-badge--fresh span{color:var(--color-accent-ink)}
.hero-badge--natural{left:0;bottom:10%;padding:14px 18px}.hero-badge--natural .icon{width:24px;height:24px;color:#5e8314}.hero-badge--natural span{display:grid;gap:1px}.hero-badge--natural small{font-size:.66rem;color:var(--color-text-subtle)}

.section{padding:var(--section-padding) 0}.featured-section{background:var(--color-bg)}
.section-heading-row{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:34px}.section-heading-row h2,.section-heading-centered h2{margin:0;font-family:var(--font-display);font-size:clamp(2.35rem,4vw,3.5rem);line-height:.95;letter-spacing:-.045em}.section-heading-row .eyebrow,.section-heading-centered .eyebrow{margin-bottom:12px}.text-link{display:inline-flex;align-items:center;gap:7px;color:var(--color-text);font-size:.82rem;font-weight:800;text-decoration:none;border-bottom:1px solid var(--color-border-strong);padding-bottom:4px}.text-link:hover{color:var(--color-accent-dark);border-color:var(--color-accent-dark)}
.home-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}.home-product-card{overflow:hidden;display:flex;flex-direction:column}.home-product-card .product-card__media{position:relative;display:block;aspect-ratio:1.05;background:var(--color-surface-subtle);border:0;border-radius:0;text-decoration:none}.home-product-card .product-card__image{width:100%;height:100%;object-fit:cover}.product-card__image-placeholder{width:100%;height:100%;display:grid;place-items:center;color:var(--color-accent-dark)}.product-card__image-placeholder .icon{width:44px;height:44px}.home-product-card .product-card__badge{position:absolute;top:12px;right:12px;padding:6px 9px;border-radius:var(--radius-pill);background:rgba(255,254,249,.94);color:var(--color-text);font-size:.64rem;font-weight:800}.home-product-card .product-card__body{display:flex;flex:1;flex-direction:column;padding:20px}.home-product-card .product-card__category{margin:0 0 5px;color:#6f9420;font-size:.65rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.home-product-card h3{margin:0;font-family:var(--font-display);font-size:1.5rem;line-height:1.05;letter-spacing:-.025em}.home-product-card h3 a{text-decoration:none}.home-product-card .product-card__meta{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:8px 0 16px;color:var(--color-text-muted);font-size:.78rem;line-height:1.5}.home-product-card .product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto}.home-product-card .product-card__footer strong{font-size:.96rem}.home-product-card .product-card__add{min-height:38px;padding:9px 13px;font-size:.72rem}
.categories-section{background:var(--color-surface)}.section-heading-centered{text-align:center;margin:0 auto 34px;max-width:640px}.section-heading-centered>p:last-child{margin:12px auto 0;color:var(--color-text-muted);line-height:1.7}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.category-card{display:flex;align-items:center;gap:14px;min-height:116px;padding:20px 22px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);color:var(--color-text);text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.category-card:hover{transform:translateY(-2px);border-color:var(--color-border-strong);box-shadow:var(--shadow-sm)}.category-card__icon{width:28px;height:28px;flex:0 0 auto;color:#6f9420}.category-card>span:not(.icon){display:grid;gap:3px;flex:1}.category-card strong{font-family:var(--font-display);font-size:1.35rem;line-height:1}.category-card small{font-size:.7rem;color:var(--color-text-muted)}.category-card__arrow{width:18px;height:18px;color:var(--color-text-subtle)}
.why-section{background:#f2f5e8}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.benefit-card{min-height:210px;padding:24px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);box-shadow:none}.icon-wrap{width:44px;height:44px;display:grid;place-items:center;margin-bottom:26px;border-radius:12px;background:var(--color-accent-soft);color:var(--color-accent-ink)}.benefit-card .icon{width:24px;height:24px}.benefit-card h3{margin:0;font-family:var(--font-display);font-size:1.35rem;line-height:1.05}.benefit-card p{margin:10px 0 0;color:var(--color-text-muted);font-size:.78rem;line-height:1.65}
.cta-home{padding:64px 0 88px;background:var(--color-bg)}.cta-home__box{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:56px;align-items:center;padding:54px 48px;border-radius:24px;background:#18300f;color:#fff;box-shadow:var(--shadow-md)}.cta-home__box h2{margin:0;font-family:var(--font-display);font-size:clamp(2.6rem,4vw,4rem);line-height:.92;letter-spacing:-.04em}.cta-home__box>div:first-child>p:not(.eyebrow){max-width:540px;margin:14px 0 24px;color:rgba(255,255,255,.72);font-size:.84rem;line-height:1.65}.cta-home__box .eyebrow{color:var(--color-accent)}.cta-home__benefits{display:grid;gap:14px;min-width:210px}.cta-home__benefits>div{display:flex;align-items:center;gap:11px;min-width:0}.cta-home__benefits .icon{width:28px;height:28px;flex:0 0 28px;padding:5px;border-radius:8px;background:rgba(255,255,255,.08);color:var(--color-accent)}.cta-home__benefits span{display:grid;gap:1px;min-width:0}.cta-home__benefits strong,.cta-home__benefits small{white-space:nowrap}.cta-home__benefits strong{font-size:.72rem}.cta-home__benefits small{color:rgba(255,255,255,.55);font-size:.62rem}
.site-footer .footer__inner{display:grid;grid-template-columns:minmax(180px,1fr) minmax(0,1.5fr) auto;align-items:start;gap:48px}.footer__links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.footer__links div{display:grid;gap:8px;min-width:0}.footer__links strong{font-size:.65rem;color:var(--color-accent);letter-spacing:.12em;text-transform:uppercase}.footer__links a{color:rgba(245,246,236,.72);font-size:.76rem;text-decoration:none;overflow-wrap:anywhere}.footer__links a:hover{color:#fff}.footer__copyright{white-space:nowrap}
.icon{display:inline-block;width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle}

@media(max-width:1000px){.hero--home .hero__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.hero--home h1{font-size:clamp(3.5rem,7vw,5.4rem)}.home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cta-home__box{grid-template-columns:1fr}.cta-home__benefits{grid-template-columns:repeat(3,minmax(0,1fr));min-width:0}.site-footer .footer__inner{grid-template-columns:1fr;gap:28px}.footer__links{max-width:720px}}
@media(max-width:760px){.hero--home{min-height:auto}.hero--home .hero__grid{grid-template-columns:1fr}.hero--home .hero__content{padding:64px 0 24px}.hero--home .hero__visual{min-height:360px;padding-bottom:48px}.hero--home .hero-card{width:min(100%,520px)}.hero-badge--fresh{right:0}.hero-badge--natural{left:0}.category-grid{grid-template-columns:1fr}.section-heading-row{align-items:flex-start;flex-direction:column}.cta-home__box{grid-template-columns:1fr;width:100%;margin:0;padding:42px 28px}.cta-home__benefits{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.site-footer .footer__inner{width:min(100% - 24px,var(--container-width))}}
@media(max-width:560px){.hero--home h1{font-size:clamp(3.1rem,16vw,4.4rem)}.hero--home .hero__copy{font-size:.92rem}.hero__stats{gap:20px}.home-product-grid{grid-template-columns:1fr}.benefit-grid{grid-template-columns:1fr}.cta-home__box{padding:38px 22px}.cta-home__benefits{grid-template-columns:1fr;gap:12px}.cta-home__benefits>div{justify-content:flex-start}.footer__links{grid-template-columns:1fr 1fr}.footer__copyright{white-space:normal}}

/* Final alignment override: this stylesheet is loaded after the base/component layers. */
.cta-home > .section__inner,
.site-footer > .footer__inner {
  box-sizing: border-box;
  display: block;
  width: min(1240px, calc(100% - 40px)) !important;
  max-width: 1240px !important;
  margin-inline: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  transform: none !important;
  position: relative;
  left: auto !important;
  right: auto !important;
}

.cta-home > .section__inner > .cta-home__box {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: none !important;
}

.site-footer > .footer__inner {
  display: grid;
  grid-template-columns: minmax(220px, 1.05fr) minmax(0, 1.8fr) auto;
  align-items: start;
  gap: 48px;
  padding-top: 56px !important;
  padding-bottom: 28px !important;
}

@media (max-width: 1000px) {
  .site-footer > .footer__inner { grid-template-columns: minmax(180px, 1fr) minmax(0, 2fr); gap: 36px; }
}

@media (max-width: 760px) {
  .cta-home > .section__inner,
  .site-footer > .footer__inner {
    width: calc(100% - 24px) !important;
    max-width: 1240px !important;
  }
  .site-footer > .footer__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 44px !important;
    padding-bottom: 24px !important;
  }
}

@media (max-width: 400px) {
  .cta-home > .section__inner,
  .site-footer > .footer__inner { width: calc(100% - 24px) !important; }
}
