/* ================================================================
   NUVORA layout system — forest greens, organic nutrition storefront
   Fonts: Fraunces (headings), Manrope (body) via nuvora-brand.css
   ================================================================ */

/* ── Google Fonts ── */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=Outfit:wght@300;400;500;600;700&display=swap');

/* ── CSS Custom Properties ── */
:root {
  /* Primary Palette */
  --color-primary: #1B5E3B;
  --color-primary-light: #3D9A55;
  --color-primary-dark: #0A2E1C;

  /* Accent Palette */
  --color-accent: #8BC34A;
  --color-accent-light: #D4F0A8;
  --color-accent-dark: #4F8A2F;

  /* Surfaces */
  --color-background: #F5FAF3;
  --color-surface: #E4F0DC;

  /* Text */
  --color-text-primary: #1A1A0E;
  --color-text-secondary: #4A4A3A;
  --color-text-tertiary: #7A7A6A;

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(26, 26, 14, 0.06), 0 1px 2px rgba(26, 26, 14, 0.04);
  --shadow-md: 0 4px 12px rgba(26, 26, 14, 0.08), 0 2px 6px rgba(26, 26, 14, 0.04);
  --shadow-lg: 0 12px 32px rgba(26, 26, 14, 0.1), 0 4px 12px rgba(26, 26, 14, 0.06);
  --shadow-xl: 0 20px 48px rgba(26, 26, 14, 0.14), 0 8px 20px rgba(26, 26, 14, 0.08);

  /* Transitions */
  --ease-out: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-in-out: cubic-bezier(0.42, 0, 0.58, 1);

  /* Spacing */
  --header-height: 72px;

  /* Legacy compat */
  --color4: #1A1A0E;
  --color-teal: #1B5E3B;
  --color-teal-dark: #0A2E1C;
  --color-teal-light: #E4F0DC;
  --varHover: #0A2E1C;
}

/* ================================================================
   1. CSS Reset / Normalize
   ================================================================ */
html,
body,
div,
span,
applet,
object,
iframe,
h1, h2, h3, h4, h5, h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl, dt, dd,
ol, ul, li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr, th, td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

main {
  display: block;
  min-height: 65vh;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* ================================================================
   2. Base Typography — Shrine-Inspired Scale
   ================================================================ */
* {
  box-sizing: border-box;
  outline: none;
}

body {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-text-primary);
  background-color: var(--color-background);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.home-title,
.main-title,
.banner-box__name,
.why-choose-title,
.shipping-box__title,
.footer-topbar__title {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  color: var(--color-text-primary);
  line-height: 1.15;
}

/* Shrine-inspired type scale */
h1, .h0 {
  font-size: 4.25rem;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

h2, .h1 {
  font-size: 3rem;
  letter-spacing: -0.015em;
  line-height: 1.1;
}

h3, .h2 {
  font-size: 2rem;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

h4, .h3 {
  font-size: 1.5rem;
  letter-spacing: -0.005em;
  line-height: 1.25;
}

h5, .h4 {
  font-size: 1.25rem;
  line-height: 1.3;
}

h6, .h5 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

.subtitle {
  font-family: 'Outfit', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-text-secondary);
}

.caption {
  font-family: 'Outfit', sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-text-tertiary);
}

.overline {
  font-family: 'Outfit', sans-serif;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-accent);
}

.title-with-highlight strong {
  color: var(--color-accent);
}

#terms-text ol {
  margin-bottom: 15px;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: var(--color-accent);
  transition: color 0.3s var(--ease-out);
}

a:hover {
  color: var(--color-primary);
}

button {
  cursor: pointer;
}

body.hidden {
  overflow: hidden;
}

/* ================================================================
   3. Layout Utilities
   ================================================================ */
.container,
.page-width {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 5rem;
}

.page-width--narrow {
  max-width: 72.6rem;
}

.isolate {
  position: relative;
  z-index: 0;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.text-center {
  text-align: center;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Visibility utilities */
.desktop-hidden {
  display: none;
}

.mobile-hidden {
  display: block;
}

/* ================================================================
   4. Button System — Shrine-Inspired
   ================================================================ */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.7rem;
  padding: 0 2.5rem;
  border-radius: 6px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all 0.3s var(--ease-out);
  gap: 0.5rem;
  white-space: nowrap;
  line-height: 1;
}

.button--primary {
  background: var(--color-accent);
  color: #ffffff;
  border: 2px solid var(--color-accent);
}

.button--primary:hover {
  background: var(--color-accent-dark);
  border-color: var(--color-accent-dark);
  color: #ffffff;
  box-shadow: var(--shadow-md);
  transform: translateY(-1px);
}

.button--secondary {
  background: transparent;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.button--secondary:hover {
  background: var(--color-primary);
  color: #ffffff;
  box-shadow: var(--shadow-md);
  transform: translateY(-1px);
}

.button--tertiary {
  background: transparent;
  color: var(--color-accent);
  border: none;
  min-height: auto;
  padding: 0.25rem 0;
  position: relative;
}

.button--tertiary::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color-accent);
  transition: width 0.3s var(--ease-out);
}

.button--tertiary:hover::after {
  width: 100%;
}

.button--tertiary:hover {
  color: var(--color-accent-dark);
}

.btn-hover,
.order-item__quantity button {
  transition: all 0.2s var(--ease-out);
}

.btn-hover:hover,
.order-item__quantity button:hover {
  background: var(--varHover);
}

/* ================================================================
   5. Announcement Bar
   ================================================================ */
.announcement-bar {
  background: var(--color-primary);
  color: #ffffff;
  padding: 10px 0;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.4;
  position: relative;
  z-index: 101;
}

.announcement-bar a {
  color: var(--color-accent-light);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.announcement-bar a:hover {
  color: #ffffff;
}

.announcement-bar__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.announcement-bar__icon {
  display: inline-flex;
  align-items: center;
}

.announcement-bar__icon svg {
  width: 16px;
  height: 16px;
}

.announcement-bar__timer {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

/* Countdown timer in announcement bar */
.announcement-bar .countdown {
  display: inline-flex;
  gap: 4px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.announcement-bar .countdown__separator {
  animation: blink 1s step-end infinite;
}

@keyframes blink {
  50% { opacity: 0; }
}

/* ================================================================
   6. Subheader (Phone/Email Bar)
   ================================================================ */
.subheader-soc {
  background: var(--color-primary-dark);
  height: 40px;
}

.subheader-soc_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  gap: 42px;
}

.subheader-soc_phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  color: #ffffff;
}

.subheader-soc_itm {
  display: flex;
  align-items: center;
  justify-content: center;
}

.subheader-soc_cont a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  font-weight: 400;
  transition: all 0.2s var(--ease-out);
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.subheader-soc_cont a.email__line {
  text-decoration: none;
}

.subheader-soc_cont a:hover {
  color: var(--color-accent-light);
}

.subheader-soc_cont img {
  margin-right: 7px;
  height: 15px;
  width: auto;
  opacity: 0.85;
}

/* ================================================================
   7. Header — Shrine-Inspired Sticky Header
   ================================================================ */
.header-section {
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(26, 26, 14, 0.06);
  position: sticky;
  top: 0;
  z-index: 100;
  transition: box-shadow 0.3s var(--ease-out);
}

.header-section.scrolled {
  box-shadow: var(--shadow-md);
}

.header-topbar {
  display: flex;
  align-items: center;
  padding: 16px 0;
}

.header-logo {
  cursor: pointer;
  flex-shrink: 0;
}

.header-logo img,
.header-logo {
  max-width: 150px;
  transition: opacity 0.2s;
}

.header-logo:hover {
  opacity: 0.8;
}

/* Header Navigation */
.header-navigations {
  margin-left: 30px;
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 28px;
}

.header-navigations a {
  color: var(--color-primary);
  padding: 4px 10px;
  transition: color 0.2s var(--ease-out);
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
}

.header-navigations a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 10px;
  right: 10px;
  height: 2px;
  background: var(--color-accent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s var(--ease-out);
}

.header-navigations a:hover::after,
.header-navigations a.active::after {
  transform: scaleX(1);
}

.header-navigations a:hover,
.header-navigations a.active {
  color: var(--color-accent);
}

.header-navigations__close {
  display: none;
}

/* Header Cart */
.header-cart {
  display: block;
  margin-left: auto;
  position: relative;
  width: 25px;
  height: 20px;
  transition: transform 0.2s var(--ease-out);
}

.header-cart:hover {
  transform: scale(1.1);
}

.header-cart img {
  width: 25px;
  height: 25px;
}

.header-cart svg path {
  fill: var(--color-primary) !important;
}

.header-cart__quantity {
  background: var(--color-accent);
  position: absolute;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: -8px;
  right: -8px;
  border: 2px solid #ffffff;
}

/* Header Social / Phone */
.mob-header-soc {
  height: 40px;
  background-color: var(--color-surface);
  display: none !important;
}

.mob-header-soc,
.header-soc {
  margin-left: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mob-header-soc a,
.header-soc a {
  text-decoration: none;
  color: var(--color-text-primary);
  position: relative;
  display: block;
  transition: all 0.2s var(--ease-out);
  font-size: 13px;
  font-weight: 500;
}

.mob-header-soc a:hover,
.header-soc a:hover {
  color: var(--color-accent);
}

.mob-header-soc a:first-child,
.header-soc a:first-child {
  margin-right: 20px;
}

.mob-header-soc a:first-child:after,
.header-soc a:first-child:after {
  cursor: auto;
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  right: -10px;
  background-color: var(--color-text-tertiary);
  opacity: 0.4;
}

.header-soc .phone__line,
.mob-header-soc .phone__line {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Burger Menu */
.header-burger-menu {
  display: none;
  border: none;
  background: none;
  padding: 8px;
  cursor: pointer;
}

.header-burger-menu span {
  background: var(--color-primary);
  width: 24px;
  height: 2px;
  display: block;
  border-radius: 2px;
  transition: all 0.3s var(--ease-out);
}

.header-burger-menu span:nth-child(2) {
  margin-top: 6px;
  margin-bottom: 6px;
  width: 18px;
}

.hd-navigation__close {
  display: none;
}

/* Header Dropdown */
.header-categories__dropmenu {
  position: absolute;
  background: #fff;
  top: 40px;
  width: 300px;
  padding: 20px;
  display: none;
  border-radius: 8px;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(26, 26, 14, 0.06);
}

.header-categories__dropmenu a {
  color: var(--color-text-primary);
  font-size: 15px;
  border-bottom: 1px solid var(--color-surface);
  padding: 12px 0;
  display: block;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.header-categories__dropmenu a:last-child {
  border-bottom: 0;
}

.header-categories__dropmenu a::after {
  display: none;
}

/* ================================================================
   8. Section Patterns
   ================================================================ */
.section-padding {
  padding: 60px 0;
}

.section-header {
  text-align: center;
  margin-bottom: 48px;
}

.section-label {
  font-family: 'Outfit', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 12px;
  display: block;
}

.section-title {
  font-family: 'Sora', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

.section-subtitle {
  font-size: 1.0625rem;
  color: var(--color-text-secondary);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Animate on scroll */
.animate-section.animate--hidden {
  opacity: 0;
  transform: translateY(30px);
}

.animate-section {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s var(--ease-out) calc(var(--index, 0) * 0.1s),
              transform 0.6s var(--ease-out) calc(var(--index, 0) * 0.1s);
}

/* ================================================================
   9. Card System
   ================================================================ */
.card {
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(26, 26, 14, 0.06);
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

/* ================================================================
   10. Hero Section
   ================================================================ */

/* Hero Gradient Animation */
@keyframes heroGradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.home-hero {
  background: linear-gradient(135deg, #0A2E1C 0%, #1B5E3B 20%, #3D9A55 40%, #4F8A2F 60%, #8BC34A 80%, #3D9A55 100%);
  background-size: 300% 300%;
  animation: heroGradientMove 12s ease infinite;
  position: relative;
  padding: 102px 0 80px;
  overflow: hidden;
}

@keyframes heroGlowDrift {
  0% { transform: translate(0, 0); }
  50% { transform: translate(-8%, 6%); }
  100% { transform: translate(0, 0); }
}

.home-hero::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 80%;
  height: 200%;
  background: radial-gradient(ellipse at center, rgba(139, 195, 74, 0.25) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
  animation: heroGlowDrift 16s ease-in-out infinite;
  will-change: transform;
}

.home-hero::after {
  display: none;
}

/* Hero Layout */
.shadow-bg__box .container {
  position: relative;
  z-index: 2;
}

.shadow-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: none !important;
  left: 0;
  top: 0;
  z-index: 1;
}

.home-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.home-left {
  width: 61%;
}

.home-title {
  color: #ffffff;
  font-family: 'Sora', sans-serif;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 25px;
  letter-spacing: -0.02em;
}

/* Hero Badge */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

.hero-badge__icon {
  font-size: 16px;
}

/* Hero CTA Group */
.hero-cta-group {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.home-button {
  background: #ffffff;
  border-radius: 6px;
  color: var(--color-primary);
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
  padding: 16px 32px;
  transition: all 0.3s var(--ease-out);
  border: 2px solid #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.home-button:hover {
  color: #ffffff;
  border-color: #ffffff;
  background: transparent;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.home-button-outline {
  background: transparent;
  border-radius: 6px;
  color: #ffffff;
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
  padding: 16px 32px;
  transition: all 0.3s var(--ease-out);
  border: 2px solid rgba(255, 255, 255, 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.home-button-outline:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  transform: translateY(-2px);
}

/* Animated Leaf Waves */
.hero-ocean {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.hero-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6400px;
  height: 100%;
  background-repeat: repeat-x;
  background-size: 1600px 100%;
  background-position: 0 bottom;
}

.hero-wave--back {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 120' preserveAspectRatio='none'%3E%3Cpath d='M0,60 Q200,120 400,70 Q600,20 800,60 Q1000,100 1200,50 Q1400,0 1600,60 L1600,120 L0,120 Z' fill='%238BC34A' fill-opacity='0.25'/%3E%3C/svg%3E");
  animation: waveScroll 8s linear infinite;
  opacity: 0.8;
}

.hero-wave--mid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 120' preserveAspectRatio='none'%3E%3Cpath d='M0,70 Q200,20 400,70 Q600,120 800,60 Q1000,10 1200,70 Q1400,110 1600,70 L1600,120 L0,120 Z' fill='%23D4F0A8' fill-opacity='0.3'/%3E%3C/svg%3E");
  animation: waveScroll 6s linear infinite reverse;
  bottom: -5px;
}

.hero-wave--front {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 120' preserveAspectRatio='none'%3E%3Cpath d='M0,80 Q200,40 400,80 Q600,120 800,70 Q1000,30 1200,80 Q1400,120 1600,80 L1600,120 L0,120 Z' fill='%23F5FAF3'/%3E%3C/svg%3E");
  animation: waveScroll 10s linear infinite;
  bottom: -2px;
}

@keyframes waveScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-1600px); }
}

/* Floating Botanical Particles */
.hero-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.particle {
  position: absolute;
  display: block;
  border-radius: 50%;
  opacity: 0;
  animation: particleFloat linear infinite;
}

.particle.p1, .particle.p3, .particle.p5, .particle.p7 {
  border-radius: 60% 40% 60% 40%;
}

.particle.p2, .particle.p4, .particle.p6, .particle.p8 {
  border-radius: 50%;
}

.particle.p1 {
  width: 10px; height: 10px;
  background: rgba(212, 240, 168, 0.25);
  left: 8%;
  animation-duration: 14s;
  animation-delay: 0s;
}

.particle.p2 {
  width: 6px; height: 6px;
  background: rgba(255, 255, 255, 0.15);
  left: 20%;
  animation-duration: 18s;
  animation-delay: 2s;
}

.particle.p3 {
  width: 14px; height: 14px;
  background: rgba(139, 195, 74, 0.15);
  left: 35%;
  animation-duration: 16s;
  animation-delay: 4s;
}

.particle.p4 {
  width: 8px; height: 8px;
  background: rgba(212, 240, 168, 0.2);
  left: 50%;
  animation-duration: 20s;
  animation-delay: 1s;
}

.particle.p5 {
  width: 12px; height: 12px;
  background: rgba(255, 255, 255, 0.12);
  left: 65%;
  animation-duration: 15s;
  animation-delay: 3s;
}

.particle.p6 {
  width: 7px; height: 7px;
  background: rgba(139, 195, 74, 0.2);
  left: 78%;
  animation-duration: 17s;
  animation-delay: 5s;
}

.particle.p7 {
  width: 11px; height: 11px;
  background: rgba(212, 240, 168, 0.18);
  left: 88%;
  animation-duration: 13s;
  animation-delay: 2.5s;
}

.particle.p8 {
  width: 5px; height: 5px;
  background: rgba(255, 255, 255, 0.2);
  left: 45%;
  animation-duration: 19s;
  animation-delay: 6s;
}

@keyframes particleFloat {
  0% {
    transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 0;
    bottom: -20px;
  }
  10% { opacity: 0.7; }
  50% {
    transform: translateY(-50vh) translateX(30px) rotate(180deg);
    opacity: 0.5;
  }
  90% { opacity: 0; }
  100% {
    transform: translateY(-100vh) translateX(-20px) rotate(360deg);
    opacity: 0;
    bottom: -20px;
  }
}

/* All Products Hero Variant */
.all-product .hero-section {
  background: linear-gradient(135deg, #0A2E1C 0%, #1B5E3B 25%, #3D9A55 50%, #4F8A2F 80%, #8BC34A 100%);
}

/* ================================================================
   11. Product Grid
   ================================================================ */
.home-product {
  margin-top: 30px;
  margin-bottom: 30px;
}

.main-title {
  color: var(--color-text-primary);
  font-family: 'Sora', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  letter-spacing: -0.01em;
}

.home-product__content {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 24px;
}

.home-product__box {
  text-align: center;
  width: 20%;
  padding: 30px 20px;
  transition: all 0.3s var(--ease-out);
  border-radius: 12px;
  background: transparent;
}

.home-product__box:hover {
  background: #ffffff;
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}

.home-product__box span {
  color: var(--color-text-primary);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  margin-top: 15px;
}

.home-product__box img {
  width: 112px;
  transition: transform 0.3s var(--ease-out);
}

.home-product__box:hover img {
  transform: scale(1.05);
}

.home-product__box[data-order-type="fertilitysupport"],
.home-product__box[data-order-type="prenatalplus"],
.home-product__box[data-order-type="moodlift"],
.home-product__box[data-order-type="energyboost"],
.home-product__box[data-order-type="immuneshield"],
.home-product__box[data-order-type="digestharmony"] {
  display: none !important;
}

/* Product Card */
.product-card {
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(26, 26, 14, 0.06);
  transition: all 0.3s var(--ease-out);
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.product-card__image {
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  position: relative;
}

.product-card__image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s var(--ease-out);
}

.product-card:hover .product-card__image img {
  transform: scale(1.05);
}

.product-card__info {
  padding: 20px;
}

.product-card__category {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 6px;
}

.product-card__description {
  font-size: 13px;
  color: var(--color-text-secondary);
  line-height: 1.5;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-card__title {
  font-family: 'Sora', sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--color-text-primary);
  margin-bottom: 8px;
}

.product-card__price {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-accent);
  margin-bottom: 16px;
}

.product-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 20px;
  border-radius: 6px;
  background: var(--color-primary);
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: all 0.3s var(--ease-out);
  text-decoration: none;
}

.product-card__button:hover {
  background: var(--color-primary-dark);
  color: #ffffff;
  transform: translateY(-1px);
}

/* ================================================================
   12. Banner Section
   ================================================================ */
.banner-section {
  background: url(../images/bg-banner.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.banner-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.banner-box {
  border-radius: 16px;
  border: 1px solid rgba(26, 26, 14, 0.06);
  background: #ffffff;
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  padding: 24px 48px;
  width: 49%;
  justify-content: space-between;
  transition: all 0.3s var(--ease-out);
}

.banner-box:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}

.banner-flex .banner-box:nth-child(1),
.banner-flex .banner-box:nth-child(2) {
  margin-top: 0;
}

.banner-flex .banner-box:nth-child(odd) .banner-box__img {
  order: 2;
}

.banner-box__name {
  color: var(--color-text-primary);
  font-family: 'Sora', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  min-width: 300px;
  min-height: 114px;
  letter-spacing: -0.01em;
}

.banner-box__img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-box__img img {
  width: 126px;
  transition: transform 0.3s var(--ease-out);
}

.banner-box:hover .banner-box__img img {
  transform: scale(1.05);
}

.banner-box__button {
  color: #ffffff;
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
  background: var(--color-primary);
  padding: 14px 24px;
  border-radius: 6px;
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid var(--color-primary);
  transition: all 0.3s var(--ease-out);
}

.banner-box__button:hover {
  background: transparent;
  color: var(--color-primary);
}

.get_product {
  cursor: pointer;
}

.banner-box__body {
  display: inline-block;
  max-width: 310px;
  width: 100%;
}

/* ================================================================
   13. Benefits Section
   ================================================================ */
.benefits-content-section {
  padding: 60px 0;
  background: var(--color-surface);
}

.benefits-content-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.benefit-content-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 36px 28px;
  text-align: center;
  transition: all 0.3s var(--ease-out);
  border: 1px solid transparent;
}

.benefit-content-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--color-primary);
}

.benefit-content-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(27, 94, 59, 0.1), rgba(139, 195, 74, 0.1));
  color: var(--color-primary);
  margin-bottom: 20px;
}

.benefit-content-card h3 {
  font-family: 'Sora', sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--color-text-primary);
  margin-bottom: 10px;
}

.benefit-content-card p {
  font-size: 0.875rem;
  color: var(--color-text-secondary);
  line-height: 1.6;
}

/* ================================================================
   14. Why Choose Us Section
   ================================================================ */
.why-choose-section {
  padding: 80px 0;
  background: var(--color-surface);
}

.why-choose-header {
  text-align: center;
  margin-bottom: 56px;
}

.why-choose-title {
  font-family: 'Sora', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 12px;
}

.why-choose-subtitle {
  font-size: 1rem;
  color: var(--color-text-secondary);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.6;
}

.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.why-choose-card {
  background: var(--color-background);
  border-radius: 16px;
  padding: 36px 28px;
  text-align: center;
  transition: all 0.3s var(--ease-out);
  border: 1px solid transparent;
}

.why-choose-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--color-primary);
}

.why-choose-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(27, 94, 59, 0.1), rgba(139, 195, 74, 0.1));
  color: var(--color-primary);
  margin-bottom: 20px;
}

.why-choose-icon svg path {
  fill: none !important;
  stroke: var(--color-primary) !important;
}

.why-choose-card h3 {
  font-family: 'Sora', sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--color-text-primary);
  margin-bottom: 10px;
}

.why-choose-card p {
  font-size: 0.875rem;
  color: var(--color-text-secondary);
  line-height: 1.6;
}

/* ================================================================
   15. All Products Section
   ================================================================ */
.home-all-product {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: var(--color-surface);
}

.ha-product__info {
  color: var(--color-text-primary);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  padding-top: 10px;
}

.ha-product__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 30px;
  gap: 16px;
}

.ha-product__box {
  text-align: center;
  width: 20%;
}

.ha-product__box img {
  width: 112px;
}

.ha-product__price {
  padding-top: 10px;
  font-weight: 600;
  color: var(--color-accent);
}

/* ================================================================
   16. Shipping Section
   ================================================================ */
.shipping-section {
  background: var(--color-surface);
  padding-top: 40px;
  padding-bottom: 40px;
}

.shipping-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shipping-box {
  display: flex;
  align-items: center;
  width: 32%;
}

.shipping-box__title {
  font-family: 'Sora', sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
  color: var(--color-text-primary);
  padding-bottom: 8px;
  text-transform: none;
}

.shipping-box__text {
  font-size: 0.875rem;
  text-transform: none;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-text-secondary);
}

.shipping-box__img {
  width: 65px;
  height: 65px;
  min-width: 65px;
  flex-shrink: 0;
}

.shipping-box__info {
  padding-left: 15px;
}

.subscribe__text {
  background: var(--color-surface);
  color: var(--color-accent);
  position: relative;
  padding: 10px 29px 10px 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
  border-radius: 6px;
}

.ft-form__input.error {
  border: 1px solid #dc3545;
}

.form-error-text {
  background: #dc3545;
  padding: 10px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 9px;
  border-radius: 6px;
  font-size: 14px;
}

.subscribe-block {
  position: relative;
}

.subscribe-block.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
}

/* ================================================================
   17. Trust Ticker — Shrine-Inspired Marquee
   ================================================================ */
.trust-ticker {
  overflow: hidden;
  background: var(--color-surface);
  padding: 20px 0;
  border-top: 1px solid rgba(26, 26, 14, 0.06);
  border-bottom: 1px solid rgba(26, 26, 14, 0.06);
}

.trust-ticker__track {
  display: flex;
  align-items: center;
  gap: 48px;
  animation: trustTickerScroll 30s linear infinite;
  width: max-content;
}

.trust-ticker__item {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-text-secondary);
  letter-spacing: 0.02em;
}

.trust-ticker__icon {
  color: var(--color-accent);
  font-size: 1.125rem;
}

@keyframes trustTickerScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ================================================================
   18. Breadcrumbs
   ================================================================ */
.breadcrumbs {
  color: var(--color-text-tertiary);
  display: flex;
  padding: 15px 0;
  font-size: 0.875rem;
  gap: 8px;
}

.breadcrumbs a {
  color: var(--color-text-tertiary) !important;
  transition: color 0.2s;
}

.breadcrumbs a:hover {
  color: var(--color-accent) !important;
}

.breadcrumbs span {
  color: var(--color-primary) !important;
  font-weight: 500;
}

.cart-null {
  background: var(--color-surface);
  color: var(--color-accent);
  position: relative;
  margin-bottom: 20px;
  padding: 15px 29px 15px 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  margin-top: 30px;
  border-radius: 8px;
}

/* ================================================================
   19. GDPR Cookie Banner
   ================================================================ */
.gdpr__box {
  background: #ffffff;
  padding: 20px 24px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 -4px 20px rgba(26, 26, 14, 0.1);
  border-top: 1px solid rgba(26, 26, 14, 0.06);
}

.gdpr__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-text-primary);
  max-width: 1000px;
  margin: 0 auto;
}

.gdpr__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  max-width: 540px;
  width: 100%;
  color: var(--color-text-secondary);
}

.gdpr__text a {
  color: var(--color-accent) !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

.gdpr__buttons {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-left: 44px;
  text-align: center;
  gap: 12px;
}

.gdpr__close {
  border-radius: 6px;
  border: 2px solid var(--color-text-primary);
  padding: 12px 24px;
  box-sizing: border-box;
  cursor: pointer;
  background: transparent;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s var(--ease-out);
  color: var(--color-text-primary);
}

.gdpr__close:hover {
  background: var(--color-surface);
}

.gdpr__dark {
  color: #ffffff;
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.gdpr__dark:hover {
  background: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
}

/* ================================================================
   20. Footer — Shrine-Inspired Dark Footer
   ================================================================ */
footer {
  background: #1A1A0E;
  color: #C4C0B4;
}

.footer-container {
  padding-top: 60px;
  padding-bottom: 30px;
}

.footer-topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.footer-topbar__title {
  font-family: 'Sora', sans-serif;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 16px;
  letter-spacing: -0.01em;
}

.footer-topbar__info-box {
  align-items: center;
  color: #C4C0B4;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4;
  padding-bottom: 10px;
}

.footer-topbar__info-box svg {
  width: 16px;
  float: left;
  position: relative;
  bottom: -3px;
}

.footer-topbar__info-box svg path {
  fill: var(--color-accent-light) !important;
}

.footer-topbar__info-box p {
  padding-left: 25px;
}

/* Footer Newsletter Form */
.footer-topbar__form {
  width: 40%;
}

.ft-form__text {
  font-size: 0.9375rem;
  color: #8A8778;
  line-height: 1.5;
}

.ft-form {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 8px;
}

.ft-form__input {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border-radius: 6px;
  padding: 12px 16px;
  width: 75%;
  font-size: 0.9375rem;
  transition: border-color 0.3s var(--ease-out);
}

.ft-form__input:focus {
  border-color: var(--color-accent-light);
  outline: none;
}

.ft-form__input::placeholder {
  color: #6A6758;
}

.ft-form__button {
  color: #ffffff;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 6px;
  background: var(--color-primary);
  padding: 12px 20px;
  border: none;
  transition: all 0.3s var(--ease-out);
  cursor: pointer;
}

.ft-form__button:hover {
  background: var(--color-primary-light);
}

/* Footer Bottom Bar */
.footer-lowbar {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-navigation a {
  color: #C4C0B4;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  margin-right: 20px;
  transition: color 0.2s var(--ease-out);
}

.footer-navigation a:hover {
  color: var(--color-accent-light);
}

.footer-cards {
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-cards img {
  opacity: 0.7;
  transition: opacity 0.2s;
  height: 24px;
  width: auto;
}

.footer-cards img:hover {
  opacity: 1;
}

.copyright {
  font-size: 0.8125rem;
  color: #6A6758;
  margin-top: 16px;
}

/* Footer Phone Line */
footer .phone__line {
  text-decoration: underline;
  text-underline-offset: 2px;
  position: relative;
  color: #C4C0B4;
  margin-right: 20px;
  display: inline-block;
  transition: color 0.2s var(--ease-out);
}

footer .phone__line:hover {
  color: var(--color-accent-light);
}

footer .phone__line:after {
  cursor: auto;
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  right: -10px;
  background-color: rgba(255, 255, 255, 0.1);
}

footer .phone__line:last-child:after {
  display: none;
}

/* ================================================================
   21. Scroll to Top Button
   ================================================================ */
.scroll-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #ffffff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-md);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.3s var(--ease-out);
  z-index: 90;
}

.scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-to-top:hover {
  background: var(--color-primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

/* ================================================================
   22. SVG / Icon Defaults
   ================================================================ */
main svg path,
header svg path {
  fill: var(--color-primary) !important;
}

.loader div {
  background: var(--color-primary) !important;
}

/* ================================================================
   23. Reduced Motion
   ================================================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .home-hero {
    animation: none;
    background-size: 100% 100%;
  }

  .home-hero::before {
    animation: none;
  }

  .hero-wave {
    animation: none !important;
  }

  .particle {
    animation: none !important;
    opacity: 0 !important;
  }

  .trust-ticker__track {
    animation: none !important;
  }
}

/* ================================================================
   24. Responsive: 1240px
   ================================================================ */
@media screen and (max-width: 1240px) {
  .container,
  .page-width {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .banner-box__name {
    font-size: 2rem;
    min-width: 250px;
  }

  .banner-box {
    padding: 20px 30px;
  }

  .footer-topbar__form,
  .footer-topbar__info {
    width: 47%;
  }
}

/* ================================================================
   25. Responsive: 1110px
   ================================================================ */
@media screen and (max-width: 1110px) {
  .header-soc {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-soc a:first-child {
    margin-right: 0;
  }

  .header-soc a:first-child:after {
    display: none;
  }
}

/* ================================================================
   26. Responsive: 1023px (Why Choose + GDPR)
   ================================================================ */
@media (max-width: 1023px) {
  .why-choose-grid,
  .benefits-content-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .why-choose-section,
  .benefits-content-section {
    padding: 60px 0;
  }

  .gdpr__box {
    padding: 15px;
  }

  .gdpr__container {
    flex-direction: column;
    gap: 12px;
  }

  .gdpr__text {
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
  }

  .gdpr__buttons {
    margin: 0;
    font-size: 14px;
    width: 100%;
    justify-content: center;
  }

  .gdpr__close {
    padding: 10px 20px;
  }
}

/* ================================================================
   27. Responsive: 992px
   ================================================================ */
@media screen and (max-width: 992px) {
  h1, .h0 { font-size: 3rem; }
  h2, .h1 { font-size: 2.25rem; }
  h3, .h2 { font-size: 1.75rem; }

  .section-title { font-size: 2rem; }

  .home-hero {
    padding: 50px 0 80px;
  }

  .hero-ocean {
    height: 80px;
  }

  .home-right img {
    width: 400px;
  }

  .home-title {
    font-size: 2.75rem;
    line-height: 1.1;
  }

  .home-product__box,
  .ha-product__box {
    width: 25%;
    padding: 15px;
  }

  .banner-flex {
    flex-direction: column;
  }

  .banner-box {
    width: 100%;
  }

  .banner-flex .banner-box:nth-child(odd) .banner-box__img {
    order: 1;
  }

  .banner-flex .banner-box:nth-child(odd) .banner-box__body {
    order: 2;
  }

  .banner-box {
    justify-content: center;
  }

  .banner-box__body {
    margin-left: 30px;
  }

  .banner-flex .banner-box:nth-child(2) {
    margin-top: 0;
  }

  .banner-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ha-product__content {
    flex-wrap: wrap;
  }

  .shipping-box {
    flex-direction: column;
    text-align: center;
  }

  .shipping-box__info {
    padding-left: 0;
    padding-top: 15px;
  }

  .shipping-flex {
    align-items: flex-start;
  }

  .home-product__box span {
    margin-top: 5px;
  }

  .header-searchbar {
    width: 55%;
    margin-left: 0;
  }

  .header-cart {
    margin-left: auto;
  }

  .footer-topbar {
    flex-direction: column;
  }

  .footer-topbar__form,
  .footer-topbar__info {
    width: 100%;
  }

  .footer-topbar__form {
    margin-top: 30px;
  }
}

/* ================================================================
   28. Responsive: 880px (Subheader)
   ================================================================ */
@media screen and (max-width: 880px) {
  .subheader-soc_cont {
    height: auto;
  }

  .subheader-soc {
    height: auto;
    padding: 12px 0;
  }

  .subheader-soc_phone {
    gap: 0;
    flex-direction: column;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 10px;
    margin-right: 10px;
    align-items: flex-start;
  }

  .subheader-soc_cont {
    gap: 0;
  }
}

/* ================================================================
   29. Responsive: 768px — Major Mobile Breakpoint
   ================================================================ */
@media screen and (max-width: 768px) {
  /* Typography mobile scale */
  h1, .h0 { font-size: 2.5rem; }
  h2, .h1 { font-size: 2rem; }
  h3, .h2 { font-size: 1.5rem; }

  .container,
  .page-width {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-padding {
    padding: 40px 0;
  }

  .section-title { font-size: 1.75rem; }

  /* Visibility toggles */
  .desktop-hidden {
    display: block;
  }

  .mobile-hidden {
    display: none;
  }

  /* Header mobile */
  .mob-header-soc {
    display: flex !important;
    font-size: 15px !important;
  }

  .header-soc {
    display: none;
  }

  .header-burger-menu {
    display: block;
    padding: 0;
  }

  .header-topbar {
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-cart {
    margin-left: 0;
    margin-right: 5px;
  }

  .header-logo img {
    width: 200px;
  }

  .header-logo {
    position: relative;
    top: 2px;
  }

  /* Full-screen mobile nav overlay */
  .header-navigations {
    position: fixed;
    margin-left: 0;
    background: #ffffff;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    overflow: auto;
    padding: 80px 20px 40px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: none;
    gap: 0;
  }

  .header-navigations.active {
    display: flex;
  }

  .header-navigations a {
    display: block;
    text-align: center;
    font-size: 1.125rem;
    padding: 18px 10px;
    border-bottom: 1px solid var(--color-surface);
    width: 80%;
    letter-spacing: 0.08em;
  }

  .header-navigations a::after {
    display: none;
  }

  .header-navigations a:last-child {
    border-bottom: 0;
  }

  .header-navigations__close {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary);
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    transition: background 0.2s;
  }

  .header-navigations__close:hover {
    background: var(--color-primary-dark);
  }

  /* Hero mobile */
  .home-flex {
    flex-direction: column;
    gap: 24px;
  }

  .home-left {
    order: 2;
    width: 100%;
    text-align: center;
  }

  .home-right {
    width: 100%;
    text-align: center;
  }

  .home-right img {
    max-width: 100%;
  }

  .home-title {
    font-size: 2.25rem;
  }

  .hero-cta-group {
    justify-content: center;
  }

  .home-button:hover {
    background: #ffffff;
    color: var(--color-primary);
  }

  /* Products mobile */
  .home-product__box {
    width: 33%;
    padding: 15px 2px;
  }

  .home-product__content {
    justify-content: space-between;
    gap: 12px;
  }

  .home-product__box:hover {
    box-shadow: none;
    transform: none;
  }

  .home-product__box span {
    margin-top: 5px;
    font-size: 1rem;
    line-height: 1.3;
  }

  .ha-product__info {
    font-size: 15px;
    width: 90%;
    margin: 0 auto;
  }

  .ha-product__box {
    width: 33%;
    padding: 15px 2px;
  }

  /* Banner mobile */
  .banner-box__img img {
    width: 80px;
  }

  .banner-box__body {
    margin-left: 10px;
  }

  .banner-box__name {
    font-size: 1.75rem;
    min-width: auto;
    min-height: auto;
  }

  .banner-box {
    padding: 16px;
  }

  .banner-box__button {
    font-size: 0.9375rem;
  }

  /* Shipping mobile */
  .shipping-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .shipping-box {
    width: 100%;
    flex-direction: row;
    text-align: left;
  }

  .shipping-box__info {
    padding-left: 15px;
    padding-top: 0;
  }

  .shipping-flex .shipping-box:nth-child(2) {
    border-top: 1px solid rgba(27, 94, 59, 0.2);
    border-bottom: 1px solid rgba(27, 94, 59, 0.2);
    padding: 20px 0;
    margin: 20px 0;
  }

  .shipping-box__img {
    width: 55px;
    height: 55px;
    min-width: 55px;
    flex-shrink: 0;
  }

  .shipping-flex,
  .ft-form {
    flex-direction: column;
  }

  /* Footer mobile */
  .footer-lowbar {
    flex-direction: column;
    margin-top: 30px;
    gap: 20px;
  }

  .footer-navigation {
    margin-bottom: 0;
    text-align: center;
  }

  .footer-navigation a {
    margin: 0;
    padding: 10px;
  }

  .ft-form__input,
  .ft-form__button {
    width: 100%;
  }

  .ft-form__button {
    margin-left: 0;
    margin-top: 8px;
  }

  .ft-form {
    gap: 0;
  }

  .footer-container {
    padding-top: 40px;
  }

  /* Buttons mobile */
  .btn-hover:hover,
  .order-item__quantity button:hover {
    background: var(--color-primary);
  }

  .drop-categories__btn span {
    padding-right: 0;
  }

  /* Scroll to top mobile */
  .scroll-to-top {
    bottom: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
  }
}

/* ================================================================
   30. Responsive: 639px (Why Choose + Benefits)
   ================================================================ */
@media (max-width: 639px) {
  .why-choose-grid,
  .benefits-content-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .why-choose-section,
  .benefits-content-section {
    padding: 48px 0;
  }

  .why-choose-title {
    font-size: 1.625rem;
  }

  .why-choose-card,
  .benefit-content-card {
    padding: 28px 20px;
  }
}

/* ================================================================
   31. Responsive: 500px
   ================================================================ */
@media screen and (max-width: 500px) {
  h1, .h0 { font-size: 2rem; }
  h2, .h1 { font-size: 1.625rem; }

  .home-title {
    font-size: 1.875rem;
    line-height: 1.15;
  }

  .home-button {
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
  }

  .home-product__box span {
    font-size: 0.9375rem;
    line-height: 1.3;
  }

  .home-product__box,
  .ha-product__box {
    width: 50%;
    padding: 15px 7px;
  }

  .home-product__box img,
  .ha-product__box img {
    width: 90px;
  }

  .main-title {
    font-size: 1.75rem;
  }

  .section-title {
    font-size: 1.5rem;
  }
}

/* ================================================================
   32. GDPR Special Breakpoint
   ================================================================ */
@media (min-width: 639px) and (max-width: 641px) {
  .gdpr__box {
    padding: 15px 15px 25px;
  }
}
