/*
Theme Name: SipSip
Theme URI: https://sipsipbd.com/
Author: SipSip
Description: A fast, mobile-first WooCommerce theme created for SipSip.
Version: 1.7.3
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: sipsip
*/

:root {
  --sipsip-green-900: #083f21;
  --sipsip-green-800: #0b582b;
  --sipsip-green-700: #0e6c33;
  --sipsip-green-600: #168743;
  --sipsip-green-100: #eaf7ee;
  --sipsip-green-050: #f6fbf7;
  --sipsip-orange: #f47a00;
  --sipsip-ink: #183125;
  --sipsip-muted: #607268;
  --sipsip-border: #dce9df;
  --sipsip-white: #ffffff;
  --sipsip-shadow: 0 16px 45px rgba(8, 63, 33, 0.10);
  --sipsip-radius: 22px;
  --sipsip-wrap: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--sipsip-ink);
  background: var(--sipsip-white);
  font-family: "Hind Siliguri", "Noto Sans Bengali", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
.woocommerce-loop-product__title {
  font-family: "Hind Siliguri", "Noto Sans Bengali", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

body.admin-bar .site-header {
  top: 32px;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--sipsip-green-700);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover,
a:focus {
  color: var(--sipsip-orange);
}

button,
input,
select,
textarea {
  font: inherit;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sipsip-wrap {
  width: min(calc(100% - 40px), var(--sipsip-wrap));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(220, 233, 223, 0.85);
  backdrop-filter: blur(14px);
}

.header-main {
  min-height: 94px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-branding {
  flex: 0 0 auto;
}

.site-logo,
.custom-logo-link {
  display: block;
  line-height: 0;
}

.site-logo img,
.custom-logo {
  display: block;
  width: auto;
  height: 66px;
  object-fit: contain;
}

.site-navigation {
  display: flex;
  align-items: center;
  min-height: 54px;
}

.site-navigation ul {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 26px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-navigation a {
  color: var(--sipsip-white);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

#categories,
#products,
#benefits,
#delivery,
#contact {
  scroll-margin-top: 132px;
}

.site-navigation .current-menu-item > a,
.site-navigation a:hover {
  color: #d9ff8d;
}

.navigation-bar {
  color: var(--sipsip-white);
  background: var(--sipsip-green-700);
}

.product-search {
  position: relative;
  display: flex;
  flex: 1 1 520px;
  max-width: 660px;
  margin-left: auto;
}

.product-search input[type="search"] {
  width: 100%;
  min-height: 48px;
  padding: 10px 54px 10px 18px;
  color: var(--sipsip-ink);
  background: var(--sipsip-white);
  border: 1px solid #adc2b3;
  border-radius: 14px;
  outline: 0;
}

.product-search input[type="search"]:focus {
  border-color: var(--sipsip-green-600);
  box-shadow: 0 0 0 3px rgba(22, 135, 67, 0.13);
}

.product-search button {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--sipsip-white);
  background: var(--sipsip-green-700);
  border: 0;
  border-radius: 11px;
  font-size: 24px;
  cursor: pointer;
}

.menu-toggle {
  display: none;
  padding: 9px 12px;
  color: var(--sipsip-green-800);
  background: var(--sipsip-green-100);
  border: 0;
  border-radius: 10px;
  font-weight: 700;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  color: var(--sipsip-white);
  background: var(--sipsip-green-700);
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}

.header-action:hover {
  color: var(--sipsip-white);
  background: var(--sipsip-green-900);
}

.cart-count {
  min-width: 23px;
  height: 23px;
  display: inline-grid;
  place-items: center;
  margin-left: 7px;
  color: var(--sipsip-green-900);
  background: var(--sipsip-white);
  border-radius: 50%;
  font-size: 12px;
}

.sipsip-hero {
  position: relative;
  overflow: hidden;
  padding: 24px 0 0;
  background: linear-gradient(135deg, var(--sipsip-green-050), var(--sipsip-white));
  border-bottom: 1px solid var(--sipsip-border);
}

.hero-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--sipsip-border);
  border-radius: var(--sipsip-radius);
  box-shadow: var(--sipsip-shadow);
}

.hero-track {
  display: flex;
  width: 100%;
  transition: transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  touch-action: pan-y;
}

.hero-slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 0;
  background: var(--sipsip-white);
}

.hero-showcase {
  width: 100%;
  height: clamp(390px, 36vw, 485px);
  display: block;
  object-fit: cover;
  object-position: center;
}

.hero-summary {
  position: absolute;
  top: 50%;
  left: clamp(28px, 5vw, 64px);
  width: min(420px, 39%);
  padding: 0;
  color: var(--sipsip-ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: translateY(-50%);
}

.hero-kicker {
  display: inline-flex;
  padding: 5px 11px;
  margin-bottom: 10px;
  color: var(--sipsip-green-900);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(14, 108, 51, 0.16);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

.hero-summary h1,
.hero-summary h2 {
  margin: 0;
  color: var(--sipsip-green-900);
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.12;
}

.hero-summary p {
  max-width: 390px;
  margin: 10px 0 14px;
  color: var(--sipsip-muted);
  font-size: 17px;
  font-weight: 600;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0 0 18px;
  list-style: none;
}

.hero-points li {
  padding: 6px 10px;
  color: var(--sipsip-green-900);
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(14, 108, 51, 0.16);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}

.hero-price .hero-price-amount {
  display: inline-block;
  margin-left: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

.hero-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 42px;
  height: 42px;
  padding: 0 0 4px;
  color: var(--sipsip-green-900);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(14, 108, 51, 0.18);
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(9, 76, 36, 0.14);
  font-family: Arial, sans-serif;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 160ms ease, transform 160ms ease;
}

.hero-arrow:hover,
.hero-arrow:focus-visible {
  background: var(--sipsip-white);
  transform: translateY(-50%) scale(1.06);
}

.hero-arrow--previous {
  left: 12px;
}

.hero-arrow--next {
  right: 12px;
}

.hero-pagination {
  position: absolute;
  z-index: 4;
  bottom: 14px;
  left: 50%;
  display: flex;
  gap: 8px;
  padding: 6px 9px;
  background: rgba(255, 255, 255, 0.76);
  border-radius: 999px;
  transform: translateX(-50%);
  backdrop-filter: blur(8px);
}

.hero-pagination button {
  width: 9px;
  height: 9px;
  padding: 0;
  background: rgba(14, 108, 51, 0.34);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease;
}

.hero-pagination button.is-active {
  width: 24px;
  background: var(--sipsip-green-700);
  border-radius: 999px;
}

@media (prefers-reduced-motion: reduce) {
  .hero-track {
    transition: none;
  }
}

.sipsip-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wp-element-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 20px;
  color: var(--sipsip-white) !important;
  background: var(--sipsip-green-700) !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.sipsip-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wp-element-button:hover {
  color: var(--sipsip-white) !important;
  background: var(--sipsip-green-900) !important;
  box-shadow: 0 10px 24px rgba(8, 63, 33, 0.2);
  transform: translateY(-1px);
}

.sipsip-section {
  padding: 76px 0;
}

.sipsip-section--soft {
  background: var(--sipsip-green-050);
}

.section-heading {
  max-width: 700px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading .eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--sipsip-orange);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-heading h1,
.section-heading h2 {
  margin: 0;
  color: var(--sipsip-green-900);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.18;
}

.section-heading p {
  margin: 12px 0 0;
  color: var(--sipsip-muted);
}

.section-heading--left {
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.section-heading--left h1,
.section-heading--left h2 {
  font-size: clamp(28px, 3vw, 38px);
}

.category-section {
  padding-top: 52px;
  padding-bottom: 60px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
}

.category-card {
  min-width: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  color: var(--sipsip-ink);
  text-align: center;
  text-decoration: none;
}

.category-image {
  width: min(170px, 100%);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--sipsip-green-900);
  background: var(--sipsip-white);
  border: 1px solid var(--sipsip-border);
  border-radius: 26px;
  box-shadow: 0 12px 32px rgba(8, 63, 33, 0.12);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-card strong {
  line-height: 1.35;
}

.category-card:hover .category-image {
  border-color: var(--sipsip-orange);
  box-shadow: 0 16px 38px rgba(8, 63, 33, 0.18);
  transform: translateY(-4px);
}

.category-grid--preview {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 660px;
  margin-inline: auto;
}

.benefit-grid,
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.benefit-card,
.service-card {
  padding: 26px;
  background: var(--sipsip-white);
  border: 1px solid var(--sipsip-border);
  border-radius: var(--sipsip-radius);
  box-shadow: 0 8px 26px rgba(8, 63, 33, 0.05);
}

.benefit-icon,
.service-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  color: var(--sipsip-white);
  background: var(--sipsip-green-700);
  border-radius: 16px;
  font-size: 24px;
}

.benefit-card h3,
.service-card h3 {
  margin: 0 0 8px;
  color: var(--sipsip-green-900);
  font-size: 20px;
}

.benefit-card p,
.service-card p {
  margin: 0;
  color: var(--sipsip-muted);
}

.home-products ul.products,
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 0 !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: auto !important;
  float: none !important;
  padding: 14px 14px 20px;
  margin: 0 !important;
  background: var(--sipsip-white);
  border: 1px solid var(--sipsip-border);
  border-radius: var(--sipsip-radius);
  box-shadow: 0 10px 30px rgba(8, 63, 33, 0.07);
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.woocommerce ul.products li.product > .button,
.woocommerce ul.products li.product > .added_to_cart {
  align-self: center;
  margin-top: auto !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center;
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin-bottom: 14px !important;
  border-radius: 16px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--sipsip-green-900);
  font-size: 20px !important;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--sipsip-green-700) !important;
  font-size: 18px !important;
  font-weight: 700;
}

.single-product form.cart:not(.variations_form),
.single-product .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.single-product .sipsip-buy-now.button {
  margin: 0 !important;
  color: var(--sipsip-white) !important;
  background: var(--sipsip-orange) !important;
}

.single-product .sipsip-buy-now.button:hover,
.single-product .sipsip-buy-now.button:focus {
  color: var(--sipsip-white) !important;
  background: #d96500 !important;
}

.product-placeholder {
  max-width: 760px;
  padding: 34px;
  margin: 0 auto;
  text-align: center;
  background: var(--sipsip-white);
  border: 1px dashed var(--sipsip-green-600);
  border-radius: var(--sipsip-radius);
}

.product-placeholder h3 {
  margin-top: 0;
  color: var(--sipsip-green-900);
}

.trust-strip {
  padding: 36px 0;
  color: var(--sipsip-white);
  background: var(--sipsip-green-900);
}

.trust-strip .service-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0;
  color: var(--sipsip-white);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.trust-strip .service-icon {
  flex: 0 0 50px;
  margin: 0;
  color: var(--sipsip-green-900);
  background: var(--sipsip-white);
  border-radius: 50%;
}

.trust-strip .service-card h3 {
  margin-bottom: 2px;
  color: var(--sipsip-white);
  font-size: 17px;
}

.trust-strip .service-card p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.delivery-section {
  background: linear-gradient(180deg, var(--sipsip-white), var(--sipsip-green-050));
}

.delivery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.delivery-card {
  padding: 28px;
  background: var(--sipsip-white);
  border: 1px solid var(--sipsip-border);
  border-radius: var(--sipsip-radius);
  box-shadow: 0 10px 30px rgba(8, 63, 33, 0.07);
}

.delivery-badge {
  min-width: 58px;
  height: 50px;
  display: inline-grid;
  place-items: center;
  padding: 0 12px;
  margin-bottom: 16px;
  color: var(--sipsip-white);
  background: var(--sipsip-green-700);
  border-radius: 15px;
  font-size: 20px;
  font-weight: 800;
}

.delivery-badge--text {
  font-family: Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.delivery-card h3 {
  margin: 0 0 8px;
  color: var(--sipsip-green-900);
  font-size: 20px;
}

.delivery-card p,
.delivery-card address {
  margin: 0;
  color: var(--sipsip-muted);
  font-style: normal;
}

.sipsip-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 38px;
  color: var(--sipsip-white);
  background: linear-gradient(135deg, var(--sipsip-green-900), var(--sipsip-green-600));
  border-radius: 28px;
  box-shadow: var(--sipsip-shadow);
}

.sipsip-cta h2 {
  margin: 0 0 6px;
  font-size: clamp(26px, 3vw, 38px);
}

.sipsip-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.83);
}

.sipsip-cta .sipsip-button {
  color: var(--sipsip-green-900) !important;
  background: var(--sipsip-white) !important;
  white-space: nowrap;
}

.content-area {
  width: min(calc(100% - 40px), var(--sipsip-wrap));
  min-height: 60vh;
  padding: 56px 0 80px;
  margin-inline: auto;
}

.entry-header {
  margin-bottom: 30px;
}

.entry-title,
.woocommerce-products-header__title {
  margin: 0;
  color: var(--sipsip-green-900);
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.15;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content h2,
.entry-content h3 {
  color: var(--sipsip-green-900);
}

.sipsip-career-intro {
  max-width: 760px;
  color: var(--sipsip-muted);
  font-size: 18px;
}

.sipsip-career-form {
  max-width: 900px;
  padding: clamp(24px, 4vw, 42px);
  margin-top: 28px;
  background: linear-gradient(145deg, var(--sipsip-white), var(--sipsip-green-050));
  border: 1px solid var(--sipsip-border);
  border-radius: 24px;
  box-shadow: var(--sipsip-shadow);
}

.sipsip-career-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.sipsip-career-form label > span:first-child {
  display: block;
  margin-bottom: 7px;
  color: var(--sipsip-ink);
  font-weight: 700;
}

.sipsip-career-form label strong {
  color: #b3261e;
}

.sipsip-career-form input:not([type="checkbox"]):not([type="file"]),
.sipsip-career-form textarea {
  width: 100%;
}

.sipsip-career-message {
  display: block;
  margin-top: 20px;
}

.sipsip-cv-drop {
  display: block;
  padding: 28px;
  margin-top: 20px;
  text-align: center;
  background: #f4fbf6;
  border: 2px dashed #8dbb99;
  border-radius: 18px;
  cursor: pointer;
}

.sipsip-cv-drop:hover {
  background: #ecf8ef;
  border-color: var(--sipsip-green-600);
}

.sipsip-cv-drop .sipsip-cv-drop__title {
  margin-bottom: 3px;
  color: var(--sipsip-green-900);
  font-size: 18px;
}

.sipsip-cv-drop .sipsip-cv-drop__help {
  color: var(--sipsip-muted);
  font-size: 14px;
  font-weight: 500;
}

.sipsip-cv-drop input[type="file"] {
  width: min(100%, 520px);
  margin-top: 16px;
}

.sipsip-career-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 22px 0;
}

.sipsip-career-consent input {
  flex: 0 0 auto;
  margin-top: 5px;
}

.sipsip-career-consent span {
  color: var(--sipsip-muted);
}

.sipsip-form-notice {
  max-width: 900px;
  padding: 14px 18px;
  margin: 20px 0;
  border-radius: 12px;
  font-weight: 700;
}

.sipsip-form-notice--success {
  color: #075a2b;
  background: #e7f7ec;
  border: 1px solid #9ad0aa;
}

.sipsip-form-notice--error {
  color: #8b1d18;
  background: #fff0ef;
  border: 1px solid #e8aaa5;
}

.sipsip-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.entry-content input:not([type="submit"]),
.entry-content select,
.entry-content textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce .quantity .qty {
  min-height: 46px;
  padding: 10px 12px;
  background: var(--sipsip-white);
  border: 1px solid #cbdace;
  border-radius: 10px;
}

.woocommerce-message,
.woocommerce-info {
  border-top-color: var(--sipsip-green-600) !important;
  background: var(--sipsip-green-050);
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: var(--sipsip-green-600) !important;
}

.site-footer {
  color: rgba(255, 255, 255, 0.84);
  background: var(--sipsip-green-900);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(210px, 0.9fr) minmax(430px, 1.8fr) minmax(230px, 1fr);
  gap: 32px;
  padding: 40px 0 28px;
}

.footer-logo {
  width: 150px;
  padding: 7px;
  background: var(--sipsip-white);
  border-radius: 14px;
}

.footer-column h2 {
  margin: 0 0 14px;
  color: var(--sipsip-white);
  font-size: 19px;
}

.footer-column p,
.footer-column ul {
  margin: 0;
}

.footer-column ul {
  padding: 0;
  list-style: none;
}

.footer-column li + li {
  margin-top: 8px;
}

.footer-column:nth-child(2) .menu {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px 20px;
}

.footer-column:nth-child(2) .menu li + li {
  margin-top: 0;
}

.footer-column a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.footer-column a:hover {
  color: var(--sipsip-white);
}

.footer-contact-list {
  display: grid;
  justify-items: start;
  gap: 10px;
}

.footer-contact-list li + li {
  margin-top: 0;
}

.footer-contact-action {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 16px;
  border-radius: 999px;
  color: var(--sipsip-green-900) !important;
  background: var(--sipsip-white);
  font-weight: 800;
}

.footer-contact-action--secondary {
  color: var(--sipsip-white) !important;
  background: var(--sipsip-green-600);
}

.footer-contact-action:hover {
  transform: translateY(-1px);
}

.footer-payments {
  background: #050505;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-payments-scroll {
  overflow-x: auto;
  padding: 12px 0;
  scrollbar-color: rgba(255, 255, 255, 0.32) transparent;
  scrollbar-width: thin;
}

.footer-payments img {
  display: block;
  width: 100%;
  min-width: 1020px;
  height: auto;
  margin: 0 auto;
}

.footer-bottom {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 14px;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
}

.landing-hero {
  overflow: hidden;
  padding: 46px 0;
  background: radial-gradient(circle at 82% 20%, rgba(168, 224, 101, 0.28), transparent 32%), linear-gradient(135deg, #f7fff4, #fff);
}

.landing-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
  align-items: center;
  gap: clamp(34px, 6vw, 82px);
}

.landing-copy {
  max-width: 650px;
}

.landing-kicker {
  display: inline-flex;
  padding: 7px 12px;
  margin-bottom: 16px;
  color: var(--sipsip-green-900);
  background: var(--sipsip-green-100);
  border-radius: 999px;
  font-weight: 700;
}

.landing-copy h1 {
  max-width: 620px;
  margin: 0;
  color: var(--sipsip-green-900);
  font-size: clamp(39px, 5vw, 66px);
  line-height: 1.08;
}

.landing-copy > p {
  max-width: 600px;
  margin: 18px 0;
  color: var(--sipsip-muted);
  font-size: 19px;
}

.landing-price-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.landing-price {
  color: var(--sipsip-green-900);
  font-size: 32px;
  font-weight: 800;
}

.landing-stock {
  padding: 5px 10px;
  color: var(--sipsip-green-900);
  background: var(--sipsip-white);
  border: 1px solid var(--sipsip-border);
  border-radius: 999px;
  font-weight: 700;
}

.landing-primary-cta {
  min-height: 54px;
  padding-inline: 27px;
  font-size: 18px;
}

.landing-order-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.landing-order-form label {
  font-weight: 700;
  color: var(--sipsip-green-900);
}

.landing-order-form input[type="number"] {
  width: 74px;
  min-height: 48px;
  padding: 0.5rem;
  border: 1px solid var(--sipsip-border);
  border-radius: 12px;
  font: inherit;
}

.landing-order-form .landing-primary-cta {
  margin-top: 0;
}

.landing-copy .landing-microcopy {
  margin: 12px 0 0;
  font-size: 14px;
}

.landing-product-visual {
  padding: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--sipsip-border);
  border-radius: 36px;
  box-shadow: 0 24px 70px rgba(8, 63, 33, 0.14);
  transform: rotate(1.5deg);
}

.landing-product-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 26px;
}

.landing-benefits {
  padding: 26px 0;
  color: var(--sipsip-white);
  background: var(--sipsip-green-900);
}

.landing-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.landing-benefit-grid article {
  display: grid;
  gap: 2px;
}

.landing-benefit-grid strong {
  font-size: 18px;
}

.landing-benefit-grid span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.landing-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.landing-step-grid article {
  padding: 28px;
  background: var(--sipsip-white);
  border: 1px solid var(--sipsip-border);
  border-radius: var(--sipsip-radius);
  box-shadow: 0 10px 28px rgba(8, 63, 33, 0.06);
}

.landing-step-grid article > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  color: var(--sipsip-white);
  background: var(--sipsip-green-700);
  border-radius: 14px;
  font-weight: 800;
}

.landing-step-grid h3 {
  margin: 0 0 6px;
  color: var(--sipsip-green-900);
}

.landing-step-grid p {
  margin: 0;
  color: var(--sipsip-muted);
}

.landing-narrow {
  max-width: 820px;
}

.landing-faq details {
  padding: 18px 20px;
  background: var(--sipsip-white);
  border: 1px solid var(--sipsip-border);
  border-radius: 16px;
}

.landing-faq details + details {
  margin-top: 12px;
}

.landing-faq summary {
  color: var(--sipsip-green-900);
  font-weight: 700;
  cursor: pointer;
}

.landing-faq details p {
  margin: 10px 0 0;
  color: var(--sipsip-muted);
}

.landing-mobile-cta {
  display: none;
}

@media (max-width: 960px) {
  .benefit-grid,
  .service-grid,
  .delivery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-products ul.products,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .landing-hero-grid {
    grid-template-columns: 1fr 0.8fr;
    gap: 28px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-navigation {
    display: none;
    padding: 18px;
    background: var(--sipsip-green-800);
  }

  .site-navigation.is-open {
    display: block;
  }

  .site-navigation ul {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .site-navigation a {
    display: block;
    padding: 9px 10px;
  }
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .hero-showcase {
    height: auto;
    aspect-ratio: 1830 / 846;
    object-position: center;
  }

  .hero-summary {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    padding: 26px 24px;
    background: var(--sipsip-white);
    border: 0;
    border-top: 1px solid var(--sipsip-border);
    border-radius: 0;
    box-shadow: none;
    transform: none;
  }

  .hero-summary h1,
  .hero-summary h2 {
    font-size: clamp(28px, 7.4vw, 36px);
  }

  .hero-summary p {
    font-size: 16px;
  }

  .hero-summary {
    padding-bottom: 56px;
  }

  .hero-arrow {
    top: clamp(76px, 21vw, 96px);
    width: 36px;
    height: 36px;
    font-size: 27px;
  }

  .hero-arrow--previous {
    left: 8px;
  }

  .hero-arrow--next {
    right: 8px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-column:nth-child(2) .menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-hero {
    padding: 28px 0 34px;
  }

  .landing-hero-grid {
    grid-template-columns: 1fr;
  }

  .landing-copy h1 {
    font-size: clamp(36px, 10.5vw, 52px);
  }

  .landing-product-visual {
    order: -1;
    max-width: 500px;
    margin: 0 auto;
  }

  .landing-benefit-grid,
  .landing-step-grid {
    grid-template-columns: 1fr;
  }

  .landing-mobile-cta {
    position: fixed;
    z-index: 20;
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 12px 10px 18px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid var(--sipsip-border);
    border-radius: 999px;
    box-shadow: 0 14px 42px rgba(8, 63, 33, 0.22);
    backdrop-filter: blur(10px);
  }

  .landing-mobile-cta strong {
    color: var(--sipsip-green-900);
    font-size: 20px;
  }

  .landing-mobile-cta .sipsip-button {
    min-height: 42px;
    padding: 8px 16px;
  }
}

@media (max-width: 620px) {
  .sipsip-wrap,
  .content-area {
    width: min(calc(100% - 28px), var(--sipsip-wrap));
  }

  .header-main {
    min-height: 72px;
    gap: 12px;
  }

  .site-logo img,
  .custom-logo {
    height: 54px;
  }

  .product-search {
    order: 4;
    flex-basis: 100%;
    max-width: none;
    padding-bottom: 12px;
  }

  .header-main {
    flex-wrap: wrap;
  }

  .header-action {
    min-height: 40px;
    padding-inline: 12px;
    font-size: 14px;
  }

  .benefit-grid,
  .service-grid,
  .delivery-grid,
  .home-products ul.products,
  .woocommerce ul.products,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-column:nth-child(2) .menu {
    grid-template-columns: 1fr;
  }

  .sipsip-career-grid {
    grid-template-columns: 1fr;
  }

  .sipsip-career-form {
    padding: 22px 18px;
  }

  .sipsip-cv-drop {
    padding: 22px 14px;
  }

  .category-grid,
  .category-grid--preview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .category-image {
    font-size: 34px;
  }

  .sipsip-section {
    padding: 56px 0;
  }

  .sipsip-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
