:root {

  --green-950:
    #143b1b;

  --green-900:
    #194d22;

  --green-800:
    #22632a;

  --green-700:
    #2f7a2e;

  --green-600:
    #3d8b32;

  --green-100:
    #eaf3e6;

  --cream:
    #f8f7f0;

  --cream-2:
    #f1efe4;

  --white:
    #ffffff;

  --text:
    #19331d;

  --muted:
    #687369;

  --line:
    #dde5da;

  --radius-xl:
    30px;

  --radius-lg:
    22px;

  --radius-md:
    15px;

  --shadow:
    0 20px 60px rgba(28, 62, 31, .10);
}


* {
  box-sizing:
    border-box;
}


html {
  scroll-behavior:
    smooth;
}


body {

  margin:
    0;

  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;

  color:
    var(--text);

  background:
    #fff;

  line-height:
    1.55;
}


a {
  color:
    inherit;

  text-decoration:
    none;
}


button,
input {
  font:
    inherit;
}


img {
  display:
    block;

  max-width:
    100%;
}


/* HEADER */


.site-header {

  position:
    sticky;

  top:
    0;

  z-index:
    50;

  border-bottom:
    1px solid rgba(30, 70, 35, .09);

  background:
    rgba(255, 255, 255, .94);

  backdrop-filter:
    blur(15px);
}


.header-inner {

  width:
    min(1240px, calc(100% - 40px));

  min-height:
    82px;

  margin:
    auto;

  display:
    flex;

  align-items:
    center;

  justify-content:
    space-between;

  gap:
    30px;
}


.brand {

  display:
    flex;

  align-items:
    center;

  gap:
    12px;
}


.brand img {

  width:
    58px;

  height:
    58px;

  object-fit:
    cover;

  border-radius:
    50%;
}


.brand-copy strong {

  display:
    block;

  font-size:
    20px;

  font-weight:
    900;

  line-height:
    1;
}


.brand-copy span {

  display:
    block;

  margin-top:
    5px;

  font-size:
    9px;

  font-weight:
    900;

  letter-spacing:
    4px;

  color:
    var(--green-700);
}


.desktop-nav {

  display:
    flex;

  align-items:
    center;

  gap:
    30px;

  margin-left:
    auto;
}


.desktop-nav a {

  font-size:
    14px;

  font-weight:
    800;
}


.desktop-nav a:hover {
  color:
    var(--green-700);
}


.header-cart {

  padding:
    11px 16px;

  border-radius:
    10px;

  background:
    var(--green-700);

  color:
    #fff;

  font-size:
    13px;

  font-weight:
    900;
}


/* HERO */


.hero {

  padding:
    36px 20px 52px;

  background:
    linear-gradient(
      180deg,
      #fbfcf8 0%,
      #f5f6ef 100%
    );
}


.hero-inner {

  width:
    min(1280px, 100%);

  min-height:
    590px;

  margin:
    auto;

  overflow:
    hidden;

  display:
    grid;

  grid-template-columns:
    .87fr 1.13fr;

  align-items:
    stretch;

  border:
    1px solid rgba(30, 70, 35, .08);

  border-radius:
    var(--radius-xl);

  background:
    #f4f2e8;

  box-shadow:
    var(--shadow);
}


.hero-copy {

  display:
    flex;

  flex-direction:
    column;

  justify-content:
    center;

  padding:
    clamp(38px, 5vw, 78px);

  position:
    relative;

  z-index:
    2;
}


.eyebrow,
.section-kicker {

  color:
    var(--green-700);

  font-size:
    11px;

  font-weight:
    950;

  letter-spacing:
    2px;
}


.hero h1 {

  max-width:
    620px;

  margin:
    17px 0 20px;

  font-size:
    clamp(48px, 5vw, 76px);

  line-height:
    .98;

  letter-spacing:
    -3.5px;
}


.hero h1 span {

  display:
    block;

  color:
    var(--green-700);
}


.hero-copy > p {

  max-width:
    580px;

  margin:
    0;

  color:
    #5d685e;

  font-size:
    17px;
}


.hero-actions {

  display:
    flex;

  flex-wrap:
    wrap;

  gap:
    12px;

  margin-top:
    30px;
}


.button {

  min-height:
    48px;

  padding:
    13px 20px;

  border:
    0;

  border-radius:
    11px;

  display:
    inline-flex;

  align-items:
    center;

  justify-content:
    center;

  font-weight:
    900;

  cursor:
    pointer;
}


.button-primary {

  background:
    var(--green-700);

  color:
    #fff;
}


.button-primary:hover {

  background:
    var(--green-800);
}


.button-secondary {

  border:
    1px solid var(--green-700);

  background:
    rgba(255, 255, 255, .55);

  color:
    var(--green-800);
}


.hero-trust {

  display:
    flex;

  flex-wrap:
    wrap;

  gap:
    8px 16px;

  margin-top:
    31px;

  color:
    #657064;

  font-size:
    12px;

  font-weight:
    800;
}


.hero-visual {

  min-height:
    590px;

  position:
    relative;
}


.hero-visual img {

  width:
    100%;

  height:
    100%;

  object-fit:
    cover;

  object-position:
    center;
}


/* COMMON SECTION */


.section {

  width:
    min(1240px, calc(100% - 40px));

  margin:
    auto;

  padding:
    86px 0;
}


.section-heading {

  display:
    flex;

  align-items:
    end;

  justify-content:
    space-between;

  gap:
    30px;

  margin-bottom:
    31px;
}


.section-heading h2,
.section-centered h2 {

  margin:
    7px 0 0;

  font-size:
    clamp(34px, 4vw, 52px);

  line-height:
    1.05;

  letter-spacing:
    -2px;
}


.section-heading p,
.section-centered p {

  max-width:
    620px;

  margin:
    10px 0 0;

  color:
    var(--muted);
}


.section-heading > a {

  color:
    var(--green-700);

  font-size:
    14px;

  font-weight:
    900;

  white-space:
    nowrap;
}


/* CATEGORY */


.category-grid {

  display:
    grid;

  grid-template-columns:
    1.25fr .75fr;

  grid-template-rows:
    repeat(2, 295px);

  gap:
    18px;
}


.category-card {

  overflow:
    hidden;

  position:
    relative;

  border-radius:
    var(--radius-lg);

  background:
    #e8eee4;

  color:
    #fff;
}


.category-card-large {

  grid-row:
    1 / 3;
}


.category-card img {

  width:
    100%;

  height:
    100%;

  object-fit:
    cover;

  transition:
    transform .45s ease;
}


.category-card:hover img {

  transform:
    scale(1.035);
}


.category-card::after {

  content:
    "";

  position:
    absolute;

  inset:
    0;

  background:
    linear-gradient(
      180deg,
      transparent 27%,
      rgba(7, 29, 12, .76) 100%
    );
}


.category-overlay {

  position:
    absolute;

  left:
    26px;

  right:
    26px;

  bottom:
    25px;

  z-index:
    2;
}


.category-overlay span,
.category-card-green span {

  font-size:
    10px;

  font-weight:
    950;

  letter-spacing:
    1.5px;

  text-transform:
    uppercase;
}


.category-overlay h3,
.category-card-green h3 {

  margin:
    5px 0;

  font-size:
    30px;

  line-height:
    1.03;
}


.category-overlay p {

  max-width:
    420px;

  margin:
    8px 0 15px;

  color:
    rgba(255, 255, 255, .86);

  font-size:
    13px;
}


.category-overlay strong,
.category-card-green strong {

  font-size:
    13px;
}


.category-card-green {

  padding:
    32px;

  display:
    flex;

  align-items:
    center;

  gap:
    23px;

  background:
    linear-gradient(
      135deg,
      var(--green-800),
      var(--green-950)
    );
}


.category-card-green::after {
  display:
    none;
}


.category-card-green > div:last-child {

  position:
    relative;

  z-index:
    2;
}


.category-card-green p {

  margin:
    8px 0 14px;

  color:
    rgba(255, 255, 255, .75);

  font-size:
    13px;
}


.category-symbol {

  font-size:
    54px;
}


/* PRODUCTS */


.products-section {

  padding-top:
    44px;
}


.product-grid {

  display:
    grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap:
    17px;
}


.home-product {

  overflow:
    hidden;

  border:
    1px solid var(--line);

  border-radius:
    17px;

  background:
    #fff;

  transition:
    transform .2s ease,
    box-shadow .2s ease;
}


.home-product:hover {

  transform:
    translateY(-4px);

  box-shadow:
    0 18px 40px rgba(27, 58, 30, .09);
}


.home-product-image {

  display:
    block;

  aspect-ratio:
    1 / 1;

  padding:
    18px;

  background:
    #f7f8f3;
}


.home-product-image img {

  width:
    100%;

  height:
    100%;

  object-fit:
    contain;
}


.home-product-body {

  padding:
    17px;
}


.home-product-category {

  color:
    var(--green-700);

  font-size:
    10px;

  font-weight:
    950;

  text-transform:
    uppercase;

  letter-spacing:
    1px;
}


.home-product h3 {

  min-height:
    48px;

  margin:
    7px 0 10px;

  font-size:
    17px;

  line-height:
    1.25;
}


.home-product-price {

  display:
    flex;

  align-items:
    center;

  gap:
    7px;

  margin-bottom:
    14px;
}


.home-product-price strong {

  font-size:
    18px;
}


.old-price {

  color:
    #9ba19a;

  text-decoration:
    line-through;

  font-size:
    12px;
}


.home-product button {

  width:
    100%;

  padding:
    10px;

  border:
    0;

  border-radius:
    8px;

  background:
    var(--green-700);

  color:
    #fff;

  font-weight:
    900;

  cursor:
    pointer;
}


.loading-card {

  grid-column:
    1 / -1;

  padding:
    50px;

  border-radius:
    15px;

  text-align:
    center;

  background:
    #f5f7f2;

  color:
    var(--muted);
}


/* SEA */


.sea-section {

  padding:
    86px 20px;

  background:
    #eef7f3;
}


.sea-inner {

  width:
    min(1240px, 100%);

  margin:
    auto;

  display:
    grid;

  grid-template-columns:
    .95fr 1.05fr;

  align-items:
    center;

  gap:
    70px;
}


.sea-image {

  overflow:
    hidden;

  max-height:
    650px;

  border-radius:
    var(--radius-lg);

  box-shadow:
    var(--shadow);
}


.sea-image img {

  width:
    100%;

  height:
    650px;

  object-fit:
    cover;

  object-position:
    center;
}


.sea-copy {

  max-width:
    560px;
}


.sea-copy h2 {

  margin:
    8px 0 18px;

  font-size:
    clamp(40px, 4.5vw, 61px);

  line-height:
    1.02;

  letter-spacing:
    -2.5px;
}


.sea-copy > p {

  margin:
    0;

  color:
    var(--muted);

  font-size:
    16px;
}


.sea-features {

  display:
    grid;

  grid-template-columns:
    1fr 1fr;

  gap:
    12px;

  margin:
    28px 0;
}


.sea-features div {

  padding:
    17px;

  border:
    1px solid #d7e6df;

  border-radius:
    12px;

  background:
    rgba(255, 255, 255, .62);
}


.sea-features strong {

  display:
    block;

  color:
    var(--green-800);
}


.sea-features span {

  display:
    block;

  margin-top:
    4px;

  color:
    var(--muted);

  font-size:
    12px;
}


/* BENEFITS */


.section-centered {

  max-width:
    720px;

  margin:
    0 auto 35px;

  text-align:
    center;
}


.benefit-grid {

  display:
    grid;

  grid-template-columns:
    repeat(4, 1fr);

  gap:
    15px;
}


.benefit-grid article {

  padding:
    27px;

  border:
    1px solid var(--line);

  border-radius:
    var(--radius-md);

  background:
    #fff;
}


.benefit-icon {

  width:
    48px;

  height:
    48px;

  margin-bottom:
    17px;

  display:
    grid;

  place-items:
    center;

  border-radius:
    13px;

  background:
    var(--green-100);

  font-size:
    22px;
}


.benefit-grid h3 {

  margin:
    0 0 8px;

  font-size:
    18px;
}


.benefit-grid p {

  margin:
    0;

  color:
    var(--muted);

  font-size:
    13px;
}


/* WELLNESS */


.wellness-section {

  padding:
    20px;

  background:
    #fff;
}


.wellness-inner {

  width:
    min(1280px, 100%);

  min-height:
    590px;

  margin:
    auto;

  overflow:
    hidden;

  display:
    grid;

  grid-template-columns:
    .85fr 1.15fr;

  border-radius:
    var(--radius-xl);

  background:
    var(--green-950);

  color:
    #fff;
}


.wellness-copy {

  display:
    flex;

  flex-direction:
    column;

  justify-content:
    center;

  padding:
    clamp(38px, 5vw, 76px);
}


.section-kicker.light {

  color:
    #a9d69e;
}


.wellness-copy h2 {

  margin:
    10px 0 19px;

  font-size:
    clamp(40px, 4.3vw, 61px);

  line-height:
    1;

  letter-spacing:
    -2px;
}


.wellness-copy p {

  max-width:
    500px;

  margin:
    0 0 27px;

  color:
    rgba(255, 255, 255, .74);

  font-size:
    16px;
}


.button-light {

  align-self:
    flex-start;

  background:
    #fff;

  color:
    var(--green-900);
}


.wellness-image {

  min-height:
    590px;
}


.wellness-image img {

  width:
    100%;

  height:
    100%;

  object-fit:
    cover;
}


/* FINAL CTA */


.final-cta {

  width:
    min(1240px, calc(100% - 40px));

  margin:
    86px auto;

  padding:
    42px 48px;

  display:
    flex;

  align-items:
    center;

  justify-content:
    space-between;

  gap:
    40px;

  border:
    1px solid var(--line);

  border-radius:
    var(--radius-lg);

  background:
    var(--cream);
}


.final-cta > div:first-child {

  max-width:
    700px;
}


.final-cta span {

  color:
    var(--green-700);

  font-size:
    10px;

  font-weight:
    950;

  letter-spacing:
    1.5px;
}


.final-cta h2 {

  margin:
    7px 0 10px;

  font-size:
    clamp(31px, 4vw, 46px);

  line-height:
    1.04;

  letter-spacing:
    -1.5px;
}


.final-cta p {

  margin:
    0;

  color:
    var(--muted);
}


.final-actions {

  display:
    flex;

  gap:
    9px;

  flex-shrink:
    0;
}


/* FOOTER */


.site-footer {

  padding:
    65px 20px 25px;

  background:
    #102d17;

  color:
    #fff;
}


.footer-grid {

  width:
    min(1240px, 100%);

  margin:
    auto;

  display:
    grid;

  grid-template-columns:
    1.7fr 1fr 1fr 1.2fr;

  gap:
    55px;
}


.footer-brand {

  display:
    flex;

  align-items:
    flex-start;

  gap:
    14px;
}


.footer-brand img {

  width:
    62px;

  height:
    62px;

  border-radius:
    50%;
}


.footer-brand strong {

  font-size:
    17px;
}


.footer-brand p {

  max-width:
    280px;

  margin:
    7px 0 0;

  color:
    rgba(255, 255, 255, .63);

  font-size:
    12px;
}


.footer-grid h4 {

  margin:
    0 0 15px;

  font-size:
    13px;
}


.footer-grid > div:not(:first-child) a {

  display:
    block;

  margin:
    9px 0;

  color:
    rgba(255, 255, 255, .68);

  font-size:
    12px;
}


#footerContact {

  color:
    rgba(255, 255, 255, .68);

  font-size:
    12px;

  white-space:
    pre-line;
}


.footer-bottom {

  width:
    min(1240px, 100%);

  margin:
    48px auto 0;

  padding-top:
    20px;

  display:
    flex;

  justify-content:
    space-between;

  gap:
    20px;

  border-top:
    1px solid rgba(255, 255, 255, .1);

  color:
    rgba(255, 255, 255, .45);

  font-size:
    11px;
}


/* TABLET */


@media (max-width: 1000px) {

  .desktop-nav {
    display:
      none;
  }


  .hero-inner {

    grid-template-columns:
      1fr;
  }


  .hero-visual {

    min-height:
      450px;

    order:
      -1;
  }


  .hero-copy {

    padding:
      45px;
  }


  .category-grid {

    grid-template-columns:
      1fr 1fr;

    grid-template-rows:
      430px 260px;
  }


  .category-card-large {

    grid-column:
      1 / 3;

    grid-row:
      auto;
  }


  .product-grid {

    grid-template-columns:
      repeat(2, 1fr);
  }


  .sea-inner {

    gap:
      35px;
  }


  .benefit-grid {

    grid-template-columns:
      repeat(2, 1fr);
  }


  .wellness-inner {

    grid-template-columns:
      1fr;
  }


  .wellness-image {

    min-height:
      470px;
  }


  .footer-grid {

    grid-template-columns:
      1.5fr 1fr 1fr;

  }


  .footer-grid > div:last-child {

    grid-column:
      1 / -1;
  }
}


/* MOBILE */


@media (max-width: 680px) {

  .header-inner {

    width:
      calc(100% - 24px);

    min-height:
      70px;
  }


  .brand img {

    width:
      48px;

    height:
      48px;
  }


  .brand-copy strong {

    font-size:
      16px;
  }


  .brand-copy span {

    font-size:
      7px;

    letter-spacing:
      2.5px;
  }


  .header-cart {

    padding:
      9px 11px;

    font-size:
      11px;
  }


  .hero {

    padding:
      14px 12px 35px;
  }


  .hero-inner {

    border-radius:
      22px;
  }


  .hero-visual {

    min-height:
      320px;
  }


  .hero-copy {

    padding:
      30px 24px 35px;
  }


  .hero h1 {

    margin-top:
      12px;

    font-size:
      44px;

    letter-spacing:
      -2.5px;
  }


  .hero-copy > p {

    font-size:
      14px;
  }


  .hero-actions {

    display:
      grid;
  }


  .hero-actions .button {

    width:
      100%;
  }


  .hero-trust {

    display:
      grid;
  }


  .section {

    width:
      calc(100% - 24px);

    padding:
      64px 0;
  }


  .section-heading {

    display:
      block;
  }


  .section-heading > a {

    display:
      inline-block;

    margin-top:
      13px;
  }


  .section-heading h2,
  .section-centered h2 {

    font-size:
      37px;
  }


  .category-grid {

    display:
      grid;

    grid-template-columns:
      1fr;

    grid-template-rows:
      auto;

    gap:
      12px;
  }


  .category-card,
  .category-card-large {

    grid-column:
      auto;

    grid-row:
      auto;

    min-height:
      340px;
  }


  .category-card:not(.category-card-large) {

    min-height:
      280px;
  }


  .category-card-green {

    min-height:
      auto;

    padding:
      28px 24px;
  }


  .product-grid {

    grid-template-columns:
      1fr 1fr;

    gap:
      10px;
  }


  .home-product-body {

    padding:
      12px;
  }


  .home-product h3 {

    min-height:
      56px;

    font-size:
      14px;
  }


  .home-product-price strong {

    font-size:
      15px;
  }


  .home-product button {

    font-size:
      11px;
  }


  .sea-section {

    padding:
      55px 12px;
  }


  .sea-inner {

    grid-template-columns:
      1fr;

    gap:
      34px;
  }


  .sea-image img {

    height:
      450px;
  }


  .sea-copy h2 {

    font-size:
      40px;
  }


  .sea-features {

    grid-template-columns:
      1fr;
  }


  .benefit-grid {

    grid-template-columns:
      1fr;
  }


  .wellness-section {

    padding:
      12px;
  }


  .wellness-inner {

    border-radius:
      22px;
  }


  .wellness-copy {

    padding:
      37px 25px;
  }


  .wellness-copy h2 {

    font-size:
      42px;
  }


  .wellness-image {

    min-height:
      410px;
  }


  .final-cta {

    width:
      calc(100% - 24px);

    margin:
      60px auto;

    padding:
      30px 24px;

    display:
      block;
  }


  .final-actions {

    display:
      grid;

    margin-top:
      25px;
  }


  .footer-grid {

    grid-template-columns:
      1fr 1fr;

    gap:
      35px 20px;
  }


  .footer-brand {

    grid-column:
      1 / -1;
  }


  .footer-grid > div:last-child {

    grid-column:
      1 / -1;
  }


  .footer-bottom {

    display:
      grid;
  }
}

/* ============================================================
   TERRA HERBS — HERO POLISH V2
   ============================================================ */

@media (min-width: 1001px) {

  .hero-inner {
    min-height: 520px;
    grid-template-columns: 1fr 1.18fr;
  }

  .hero-copy {
    padding: 48px 54px;
  }

  .hero h1 {
    max-width: 560px;
    margin: 14px 0 18px;
    font-size: clamp(54px, 4.2vw, 66px);
    line-height: .96;
    letter-spacing: -3px;
  }

  .hero-copy > p {
    max-width: 520px;
    font-size: 16px;
  }

  .hero-visual {
    min-height: 520px;
  }

  .hero-visual img {
    object-position: 62% center;
  }

  .hero-actions {
    margin-top: 25px;
  }

  .hero-trust {
    margin-top: 24px;
  }

}


/* MOBILE */

@media (max-width: 680px) {

  .hero {
    padding: 12px 12px 28px;
  }

  .hero-inner {
    min-height: auto;
  }

  .hero-visual {
    min-height: 280px;
    height: 280px;
  }

  .hero-visual img {
    object-position: 68% center;
  }

  .hero-copy {
    padding: 28px 23px 30px;
  }

  .hero h1 {
    max-width: 100%;
    margin: 12px 0 18px;
    font-size: 39px;
    line-height: 1.02;
    letter-spacing: -2px;
  }

  .hero-copy > p {
    font-size: 14px;
    line-height: 1.55;
  }

  .hero-actions {
    margin-top: 24px;
    gap: 9px;
  }

  .hero-trust {
    margin-top: 24px;
    gap: 7px;
    font-size: 11px;
  }

}

