.inner-page { background: #f4f8f1; }
.inner-page .site-header { background: rgba(244,248,241,.94); }
.compact-nav { min-height: 78px; }
.compact-nav .main-nav { margin-left: auto; }
.breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; padding-top: 28px; color: var(--muted); font-size: .82rem; }
.breadcrumb a:hover { color: #39734e; }
.breadcrumb span[aria-hidden] { color: #9cad9f; }
.preview-note { border-bottom: 1px solid rgba(57,115,78,.18); padding: 9px 20px; text-align: center; color: #315b43; background: #e7f3ad; font-size: .78rem; font-weight: 700; }

.product-detail { display: grid; grid-template-columns: minmax(0,.96fr) minmax(0,1.04fr); gap: clamp(34px,6vw,82px); align-items: start; padding-block: 38px 72px; }
.product-gallery { position: sticky; top: 112px; min-height: 610px; display: grid; place-items: center; overflow: hidden; border-radius: 38px 38px 120px 38px; background: radial-gradient(circle at 25% 20%, rgba(255,255,255,.92), transparent 28%), linear-gradient(145deg, #e6f0d1, #d8e8df); box-shadow: var(--shadow); }
.product-gallery::before, .product-gallery::after { content: ""; position: absolute; border: 1px solid rgba(57,115,78,.18); border-radius: 50%; }
.product-gallery::before { width: 430px; height: 430px; }
.product-gallery::after { width: 330px; height: 330px; }
.product-gallery img { position: relative; z-index: 2; width: 76%; height: 500px; object-fit: contain; filter: drop-shadow(0 28px 26px rgba(21,61,48,.2)); }
.gallery-stamp { position: absolute; z-index: 3; left: 24px; bottom: 24px; display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; padding: 8px 13px; color: #fff; background: #39734e; font-size: .74rem; font-weight: 700; }
.gallery-stamp::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); }
.product-summary { padding-top: 18px; }
.product-summary h1 { margin: 5px 0 14px; font: 800 clamp(2.75rem,5vw,5rem)/.98 "Manrope",sans-serif; letter-spacing: -.06em; }
.product-tagline { max-width: 650px; margin: 0 0 22px; color: var(--muted); font-size: 1.08rem; }
.price-pack { display: flex; align-items: baseline; gap: 14px; padding-block: 18px; border-block: 1px solid var(--line); }
.price-pack strong { font: 800 1.75rem "Manrope",sans-serif; }
.price-pack span { color: var(--muted); font-size: .84rem; }
.benefit-list { display: grid; gap: 10px; list-style: none; margin: 24px 0; padding: 0; }
.benefit-list li { position: relative; padding-left: 29px; font-weight: 600; }
.benefit-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; color: #173125; background: var(--lime); font-size: .72rem; font-weight: 900; }
.offer-title { display: block; margin: 26px 0 10px; font: 800 .88rem "Manrope",sans-serif; }
.offer-list { display: grid; gap: 9px; }
.offer-option { position: relative; display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; border: 1px solid var(--line); border-radius: 16px; padding: 14px 15px; cursor: pointer; background: rgba(255,255,255,.7); }
.offer-option:has(input:checked) { border-color: #39734e; box-shadow: 0 0 0 2px rgba(57,115,78,.13); background: #fff; }
.offer-option input { accent-color: #39734e; }
.offer-option span { display: flex; flex-direction: column; line-height: 1.35; }
.offer-option small { color: var(--muted); }
.offer-option strong { white-space: nowrap; font-family: "Manrope",sans-serif; }
.offer-option em { position: absolute; top: -9px; right: 12px; border-radius: 999px; padding: 3px 9px; color: #173125; background: var(--lime); font-size: .65rem; font-style: normal; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.selection-button { width: 100%; min-height: 56px; margin-top: 14px; border: 0; border-radius: 999px; color: #fff; background: #39734e; cursor: pointer; font: 800 .96rem "Manrope",sans-serif; box-shadow: 0 14px 30px rgba(57,115,78,.2); }
.selection-button:hover { background: #285d3d; }
.selection-message { min-height: 24px; margin: 8px 0 0; color: #39734e; font-size: .8rem; font-weight: 700; text-align: center; }
.service-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin-top: 16px; }
.service-row span { border-radius: 10px; padding: 9px; color: var(--muted); background: #eaf1e6; font-size: .7rem; font-weight: 700; text-align: center; }

.product-information { padding-block: 24px 100px; }
.info-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.info-card { border: 1px solid var(--line); border-radius: 24px; padding: clamp(24px,3vw,38px); background: #fff; }
.info-card.wide { grid-column: 1 / -1; }
.info-card h2 { margin: 0 0 15px; font-size: clamp(1.5rem,2.4vw,2.2rem); line-height: 1.15; }
.info-card p { margin: 0; color: var(--muted); }
.info-card .rich-text { white-space: pre-line; }
.review-flag { display: inline-flex; margin-bottom: 14px; border-radius: 999px; padding: 6px 10px; color: #5f5021; background: #f3eab9; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.info-card ul { margin: 12px 0 0; padding-left: 20px; color: var(--muted); }
.ingredients-table { width: 100%; border-collapse: collapse; }
.ingredients-table th, .ingredients-table td { padding: 11px 8px; border-bottom: 1px solid var(--line); text-align: left; }
.ingredients-table th:last-child, .ingredients-table td:last-child { text-align: right; }
.ingredients-table th { color: #39734e; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.ingredients-table td { font-size: .9rem; }
.caution-card { background: #f7f4e7; }
.legal-note { margin-top: 18px; padding: 18px 20px; border-left: 3px solid var(--lime); color: var(--muted); background: #fff; font-size: .8rem; }

.catalog-hero, .blog-hero, .simple-hero { padding-block: 75px 48px; }
.catalog-hero h1, .blog-hero h1, .simple-hero h1 { max-width: 900px; margin: 0; font-size: clamp(3rem,6vw,6rem); line-height: .98; }
.catalog-hero p, .blog-hero p, .simple-hero > p { max-width: 660px; margin: 22px 0 0; color: var(--muted); font-size: 1.08rem; }
.catalog-tools { display: flex; align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 34px; }
.catalog-search { flex: 1; max-width: 440px; display: grid; gap: 7px; color: #39734e; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.catalog-search input { width: 100%; min-height: 50px; border: 1px solid var(--line); border-radius: 999px; padding: 0 19px; color: var(--ink); background: #fff; font: 500 .92rem "DM Sans",sans-serif; outline: none; }
.catalog-search input:focus { border-color: #39734e; box-shadow: 0 0 0 3px rgba(57,115,78,.12); }
.catalog-filters { display: flex; flex-wrap: wrap; gap: 7px; }
.catalog-search { width: 100%; }
.catalog-filters .filter { min-height: 42px; font-size: .875rem; }
.filter-count { margin-left: 4px; opacity: .7; }
.catalog-filters .filter { color: #39734e; border-color: var(--line); }
.catalog-filters .filter.active, .catalog-filters .filter:hover { color: #173125; border-color: var(--lime); }
.catalog-count { margin: 14px 0 0 !important; color: #39734e !important; font-size: .875rem !important; font-weight: 800; }
.catalog-empty { border-radius: 18px; padding: 28px; background: #fff; text-align: center; }
.catalog-section { padding-block: 30px 100px; }
.catalog-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.catalog-group-heading { grid-column: 1 / -1; display: flex; align-items: baseline; flex-wrap: wrap; gap: 12px; margin-top: 22px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.catalog-group-heading:first-child { margin-top: 0; }
.catalog-group-heading h2 { margin: 0; color: #39734e; font-size: clamp(1.35rem,3vw,2rem); }
.catalog-group-heading span { color: var(--muted); font-size: .875rem; }
.catalog-card { overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 22px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.catalog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.catalog-card-image { position: relative; height: 245px; display: grid; place-items: center; background: linear-gradient(145deg,#f6f8ef,#dfeada); }
.catalog-card-image img { width: 78%; height: 88%; object-fit: contain; filter: drop-shadow(0 15px 12px rgba(21,61,48,.14)); }
.catalog-card-body { display: flex; flex-direction: column; flex: 1; padding: 20px; }
.catalog-card-body small { color: #39734e; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.catalog-card-body h2, .catalog-card-body h3 { margin: 6px 0 7px; font-size: 1.28rem; }
.catalog-card-body p { margin: 0 0 18px; color: var(--muted); font-size: .84rem; }
.catalog-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); }
.catalog-card-meta strong { font-family: "Manrope",sans-serif; }
.catalog-card-meta span { color: #39734e; font-size: .8rem; font-weight: 800; }

.blog-list { padding-block: 24px 100px; }
.blog-page-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.blog-tile { overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.blog-tile:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.blog-tile img { width: 100%; height: 245px; object-fit: cover; }
.blog-tile-body { padding: 24px; }
.blog-tile-body h2 { margin: 8px 0 10px; font-size: 1.55rem; line-height: 1.15; }
.blog-tile-body p { color: var(--muted); font-size: .9rem; }
.blog-tile-body span { color: #39734e; font-weight: 800; }

.article-hero { padding-block: 48px 32px; }
.article-hero h1 { max-width: 940px; margin: 14px 0 20px; font-size: clamp(2.8rem,6vw,5.7rem); line-height: .98; }
.article-deck { max-width: 760px; color: var(--muted); font-size: 1.14rem; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; color: #39734e; font-size: .8rem; font-weight: 700; }
.article-cover { width: min(1180px,calc(100% - 40px)); height: min(62vw,590px); margin: 0 auto; object-fit: cover; border-radius: 34px; box-shadow: var(--shadow); }
.article-layout { display: grid; grid-template-columns: minmax(0,720px) 270px; justify-content: center; gap: 70px; padding-block: 70px 110px; }
.article-content { color: #334b40; font-size: 1.04rem; line-height: 1.82; }
.article-content h2 { margin: 52px 0 14px; color: var(--ink); font-size: 2rem; line-height: 1.18; }
.article-content h2:first-child { margin-top: 0; }
.article-content h3 { margin: 30px 0 10px; color: var(--ink); font-size: 1.3rem; }
.article-content ul { padding-left: 22px; }
.article-callout { margin: 34px 0; border-radius: 22px; padding: 26px; color: #fff; background: #39734e; }
.article-callout strong { display: block; margin-bottom: 5px; font: 800 1.15rem "Manrope",sans-serif; }
.article-callout p { margin: 0; color: rgba(255,255,255,.82); }
.article-aside { position: sticky; top: 110px; align-self: start; border-radius: 22px; padding: 24px; background: #e7f3ad; }
.article-aside strong { display: block; font: 800 1.1rem "Manrope",sans-serif; }
.article-aside p { color: #425843; font-size: .85rem; }
.article-aside a { display: inline-flex; border-radius: 999px; padding: 10px 14px; color: #fff; background: #39734e; font-size: .8rem; font-weight: 800; }

.simple-content { max-width: 850px; padding-bottom: 100px; }
.simple-card { border-radius: 28px; padding: clamp(28px,5vw,55px); background: #fff; box-shadow: var(--shadow); }
.simple-card h2 { margin-top: 0; }
.simple-card p, .simple-card li { color: var(--muted); }
.contact-options { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 30px; }
.contact-option { border: 1px solid var(--line); border-radius: 18px; padding: 20px; }
.contact-option strong, .contact-option span { display: block; }
.contact-option span { margin-top: 4px; color: var(--muted); font-size: .85rem; }
.product-type-title { margin: 0 0 18px; color: #39734e; font: 800 .95rem/1.4 "Manrope", sans-serif; letter-spacing: .04em; }
.product-promo-note { margin: 14px 0; color: #39734e; font-weight: 700; }
.catalog-pack { margin: -8px 0 16px; color: var(--muted); font-size: .875rem; }
.cart-heading h1 { margin-bottom: 24px; }
.cart-layout { display: grid; grid-template-columns: minmax(0,1.7fr) minmax(0,1fr); gap: 30px; padding-bottom: 100px; align-items: start; }
.cart-item { display: grid; grid-template-columns: 110px minmax(0,1fr) auto; gap: 24px; align-items: start; padding: 24px; margin-bottom: 16px; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.cart-item-image { display: grid; place-items: center; width: 110px; height: 130px; border-radius: 18px; background: #edf3e6; }
.cart-item-image img { width: 86%; height: 110px; object-fit: contain; }
.cart-item h2 { margin: 0 0 6px; font-size: 1.2rem; letter-spacing: -.02em; line-height: 1.35; }
.cart-item-copy p { margin: 0 0 10px; color: var(--muted); font-size: .875rem; }
.cart-item-copy > span { display: block; font-size: .875rem; }
.cart-promo { margin-bottom: 8px; color: #39734e; font-weight: 800; }
.quantity-control { display: flex; align-items: center; gap: 6px; margin-top: 16px; flex-wrap: wrap; }
.quantity-control button { min-width: 36px; min-height: 36px; border: 1px solid var(--line); border-radius: 8px; color: #39734e; background: #f4f8f1; cursor: pointer; }
.quantity-control input { width: 52px; min-height: 36px; padding: 4px; border: 1px solid var(--line); border-radius: 8px; text-align: center; font: inherit; }
.quantity-control .remove-item { margin-left: 8px; padding-inline: 10px; font-size: .875rem; }
.cart-subtotal { white-space: nowrap; }
.cart-summary { position: sticky; top: 110px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.cart-summary h2 { margin: 0 0 24px; font-size: 1.5rem; }
.cart-total { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.cart-total strong { color: #39734e; font-size: 1.5rem; }
.cart-summary p { color: var(--muted); font-size: .875rem; }
.cart-summary small { display: block; margin-top: 18px; color: var(--muted); font-size: .875rem; }
.cart-empty { padding: 40px; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.cart-empty h2 { margin-top: 0; font-size: 1.75rem; }
.cart-empty p { color: var(--muted); }
.terms-layout { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 36px; padding-bottom: 100px; align-items: start; }
.terms-nav { position: sticky; top: 110px; display: grid; gap: 10px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: #fff; font-size: .875rem; }
.terms-content { padding: clamp(24px,4vw,48px); border-radius: 26px; background: #fff; }
.terms-content h2 { margin: 40px 0 14px; font-size: 1.65rem; line-height: 1.25; }
.terms-content h2:first-child { margin-top: 0; }
.terms-content p, .terms-content li { color: #42584b; }
.terms-draft { margin-bottom: 30px; padding: 24px; border-left: 4px solid #9cc52c; border-radius: 14px; background: #eaf3d7; }
.terms-draft h2 { margin-top: 0; font-size: 1.35rem; }
.terms-placeholder { color: #794719; font-weight: 700; }
@media (max-width: 1020px) { .cart-layout, .terms-layout { grid-template-columns: 1fr; } .cart-summary, .terms-nav { position: static; } .terms-nav { display: none; } }
@media (max-width: 700px) { .cart-item { grid-template-columns: 80px minmax(0,1fr); padding: 18px; gap: 16px; } .cart-item-image { width: 80px; height: 105px; } .cart-item-image img { height: 90px; } .cart-subtotal { grid-column: 2; } .cart-empty { padding: 26px; } }

@media (max-width: 1020px) {
  .compact-nav .nav-cta { display: inline-flex; margin-left: auto; }
  .catalog-tools { align-items: flex-start; flex-direction: column; }
  .catalog-search { width: 100%; max-width: none; }
  .product-detail { grid-template-columns: 1fr; }
  .product-gallery { position: relative; top: auto; min-height: 520px; }
  .catalog-grid { grid-template-columns: repeat(2,1fr); }
  .blog-page-grid { grid-template-columns: repeat(2,1fr); }
  .article-layout { grid-template-columns: minmax(0,720px); }
  .article-aside { position: relative; top: auto; }
}

@media (max-width: 700px) {
  .compact-nav .nav-cta { display: none; }
  .preview-note { font-size: .7rem; }
  .product-detail { padding-top: 24px; }
  .product-gallery { min-height: 410px; border-radius: 25px 25px 75px 25px; }
  .product-gallery img { height: 350px; }
  .product-summary h1 { font-size: clamp(2.55rem,14vw,4rem); }
  .service-row, .info-grid, .catalog-grid, .blog-page-grid, .contact-options { grid-template-columns: 1fr; }
  .info-card.wide { grid-column: auto; }
  .catalog-hero, .blog-hero, .simple-hero { padding-top: 54px; }
  .catalog-card-image, .blog-tile img { height: 220px; }
  .article-cover { width: calc(100% - 24px); height: 68vw; border-radius: 24px; }
  .article-layout { padding-top: 45px; }
}
