@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,500;0,9..144,700&family=Outfit:wght@400;500;600;700&display=swap');

:root {
  --sage-800: #3d5c48;
  --sage-600: #5a7d66;
  --sage-400: #8fb89a;
  --sage-200: #d4e8da;
  --sage-100: #edf5ef;
  --cream: #fefcf8;
  --cream-2: #f8f4ec;
  --warm: #f0e8dc;
  --gold: #c4a35a;
  --ink: #2c2c28;
  --ink-muted: #6b6b63;
  --white: #ffffff;
  --radius: 20px;
  --shadow: 0 8px 32px rgba(60, 80, 65, 0.08);
  --shadow-lg: 0 20px 50px rgba(60, 80, 65, 0.12);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Outfit', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font-body); background: var(--cream); color: var(--ink); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1140px, calc(100% - 36px)); margin-inline: auto; }
main { overflow-x: clip; }

/* Header — centered nav, no logo */
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 200; padding: max(12px, env(safe-area-inset-top)) 0 12px; transition: 0.35s var(--ease); }
.header.is-scrolled { background: rgba(254, 252, 248, 0.94); backdrop-filter: blur(14px); box-shadow: var(--shadow); padding: 10px 0; }
.header__inner { display: flex; align-items: center; justify-content: center; position: relative; min-height: 48px; }
.menu-btn { position: absolute; left: 0; display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,0.55); background: rgba(255,255,255,0.45); backdrop-filter: blur(14px); border-radius: 12px; cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.menu-btn span { width: 18px; height: 2px; background: var(--ink); border-radius: 2px; }
.cart-btn { position: absolute; right: 0; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,0.55); background: rgba(255,255,255,0.45); backdrop-filter: blur(14px); border-radius: 50%; cursor: pointer; color: #6b4423; font-size: 1.1rem; transition: 0.25s; box-shadow: 0 4px 16px rgba(107,68,35,0.1); }
.cart-btn:hover { background: rgba(255,255,255,0.75); transform: scale(1.05); }
.cart-btn__badge { position: absolute; top: -4px; right: -4px; min-width: 18px; height: 18px; padding: 0 5px; background: var(--gold); color: var(--white); font-size: 0.65rem; font-weight: 700; border-radius: 99px; display: grid; place-items: center; }

.nav {
  display: flex; gap: 6px; align-items: center; flex-wrap: wrap; justify-content: center;
  padding: 8px 14px; border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(18px) saturate(1.3);
  -webkit-backdrop-filter: blur(18px) saturate(1.3);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 8px 32px rgba(107, 68, 35, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.65);
}
.header.is-scrolled .nav {
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 28px rgba(60, 80, 65, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.85);
}
.nav__link {
  padding: 10px 18px; border-radius: 99px; font-size: 0.92rem; font-weight: 600;
  color: #5c4a3a; transition: 0.25s; text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.nav__link:hover { color: #6b4423; background: rgba(255,255,255,0.55); }
.nav__link.is-active { color: #6b4423; background: rgba(255,255,255,0.75); box-shadow: 0 2px 12px rgba(107,68,35,0.12); }

/* Hero — glassy faded logo */
.hero { position: relative; min-height: 100vh; min-height: 100dvh; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero__media { position: absolute; inset: 0; }
.hero__poster, .hero__video { width: 100%; height: 100%; object-fit: cover; }
.hero__poster { position: absolute; inset: 0; z-index: 0; }
.hero__video { position: relative; z-index: 1; }
.hero__fade { position: absolute; inset: 0; z-index: 2; background: linear-gradient(to bottom, rgba(254,252,248,0.15) 0%, rgba(254,252,248,0.35) 45%, rgba(248,244,236,0.75) 100%); }
.hero__vignette { position: absolute; inset: 0; z-index: 3; box-shadow: inset 0 0 100px rgba(255,255,255,0.4); pointer-events: none; }

.hero__content { position: relative; z-index: 10; text-align: center; padding: clamp(88px, 14vh, 100px) 20px clamp(48px, 8vh, 60px); }
.hero__logo-wrap {
  position: relative; width: min(220px, 42vw); margin: 0 auto 18px;
  padding: clamp(16px, 4vw, 28px); border-radius: 50%;
  background: rgba(255,255,255,0.22);
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  border: 1px solid rgba(255,255,255,0.45);
  box-shadow: 0 16px 48px rgba(255,255,255,0.25), inset 0 1px 0 rgba(255,255,255,0.6);
  animation: float 5s ease-in-out infinite;
}
.hero__logo-wrap::before {
  content: ''; position: absolute; inset: -20px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.5) 0%, transparent 65%);
  filter: blur(16px); z-index: -1;
}
.hero__logo {
  width: 100%; opacity: 0.88;
  -webkit-mask-image: radial-gradient(circle at center, #000 28%, transparent 72%);
  mask-image: radial-gradient(circle at center, #000 28%, transparent 72%);
  filter: drop-shadow(0 8px 24px rgba(255,255,255,0.4));
}
.hero__title {
  font-family: Georgia, 'Times New Roman', var(--font-display), serif;
  font-size: clamp(2.4rem, 9vw, 5.8rem); font-weight: 700; font-style: normal;
  color: #1f7a3a; letter-spacing: -0.01em; margin-bottom: 8px;
  text-shadow: 0 2px 24px rgba(255,255,255,0.85), 0 1px 2px rgba(255,255,255,0.6);
}
.hero__title span { color: inherit; font-style: normal; }
.hero__tagline {
  font-family: Georgia, 'Times New Roman', var(--font-display), serif;
  font-size: clamp(0.82rem, 2.5vw, 1.45rem); font-weight: 600; font-style: normal; letter-spacing: 0.12em;
  text-transform: uppercase; color: #8b5a2b;
  text-shadow: 0 1px 16px rgba(255,255,255,0.8);
}
.hero__scroll { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); z-index: 10; color: var(--ink-muted); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; display: flex; flex-direction: column; align-items: center; gap: 6px; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; border-radius: 99px; font-weight: 600; font-size: 0.92rem; border: none; cursor: pointer; transition: 0.3s var(--ease); font-family: inherit; }
.btn--primary { background: var(--sage-600); color: var(--white); box-shadow: 0 6px 20px rgba(90,125,102,0.25); }
.btn--primary:hover { background: var(--sage-800); transform: translateY(-2px); }
.btn--soft { background: var(--sage-100); color: var(--sage-800); border: 1px solid var(--sage-200); }
.btn--soft:hover { background: var(--sage-200); }
.btn--whatsapp { background: #25d366; color: var(--white); }
.btn--sm { padding: 9px 16px; font-size: 0.85rem; }

/* Sections */
.section { padding: 56px 0; scroll-margin-top: 72px; }
.section--compact { padding: 40px 0; }
.section--discover { padding-top: 36px; padding-bottom: 40px; scroll-margin-top: 64px; }
.section--videos { padding-top: 44px; padding-bottom: 44px; }
.section--warm { background: var(--cream-2); }
.section--sage { background: var(--sage-100); }
.section__eyebrow { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sage-600); margin-bottom: 6px; }
.section__title { font-family: var(--font-display); font-size: clamp(1.65rem, 4vw, 2.6rem); font-weight: 700; line-height: 1.2; margin-bottom: 0; color: var(--sage-800); }
.section__lead { font-size: 1.05rem; color: var(--ink-muted); max-width: 560px; line-height: 1.7; }
.section__lead--spaced { margin-bottom: 18px; }
.section__link-below { display: inline-flex; margin-top: 10px; margin-bottom: 0; }
.section__media-scroll { margin-top: 16px; }
.section__media-grid { margin-top: 18px; }
.section__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; flex-wrap: wrap; margin-bottom: 20px; }
.section__block { margin-top: 18px; }
.link-arrow { font-weight: 600; color: var(--sage-700, var(--sage-600)); display: inline-flex; align-items: center; gap: 8px; transition: gap 0.25s; }
.link-arrow:hover { gap: 12px; color: var(--sage-800); }

/* Tiles */
.tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.tile-cat { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3; box-shadow: var(--shadow); transition: 0.4s var(--ease); }
.tile-cat:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.tile-cat img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.tile-cat:hover img { transform: scale(1.06); }
.tile-cat__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(61,92,72,0.75), transparent 50%); display: flex; align-items: flex-end; padding: 20px; }
.tile-cat__label { color: var(--white); font-weight: 600; font-size: 1rem; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step { text-align: center; padding: 24px 16px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid rgba(0,0,0,0.04); transition: 0.35s var(--ease); }
.step:hover { transform: translateY(-4px); }
.step__num { width: 44px; height: 44px; margin: 0 auto 16px; background: var(--sage-100); color: var(--sage-800); border-radius: 50%; display: grid; place-items: center; font-weight: 700; }
.step__title { font-family: var(--font-display); font-size: 1.1rem; margin-bottom: 8px; color: var(--sage-800); }
.step__text { color: var(--ink-muted); font-size: 0.92rem; }

/* Trust pills — light */
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.trust-card {
  text-align: center; padding: 28px 20px; background: var(--white);
  border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid var(--sage-200);
  transition: 0.35s var(--ease);
}
.trust-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.trust-card__icon { font-size: 2rem; color: var(--sage-600); margin-bottom: 14px; }
.trust-card__title { font-family: var(--font-display); font-size: 1.1rem; margin-bottom: 8px; color: var(--sage-800); }
.trust-card__text { font-size: 0.9rem; color: var(--ink-muted); line-height: 1.55; margin-bottom: 16px; }

/* Products */
.grid-products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(0,0,0,0.04); transition: 0.4s var(--ease); display: flex; flex-direction: column; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.product-card__img-wrap { aspect-ratio: 4/3; overflow: hidden; background: var(--warm); }
.product-card__img-wrap--thumb { aspect-ratio: 1; max-height: 180px; background: #fafafa; display: flex; align-items: center; justify-content: center; }
.product-card__img-wrap--thumb .product-card__img { width: auto; height: auto; max-width: 85%; max-height: 85%; object-fit: contain; }
.product-card__img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.product-card__img-wrap--thumb .product-card__img { transition: transform 0.4s var(--ease); }
.product-card:hover .product-card__img { transform: scale(1.05); }
.product-card__icon-wrap { aspect-ratio: 4/3; display: grid; place-items: center; font-size: 2.2rem; color: var(--sage-600); background: var(--sage-100); }
.product-card__body { padding: 20px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.product-card__title { font-family: var(--font-display); font-size: 1.15rem; color: var(--sage-800); }
.product-card__price { font-weight: 700; color: var(--gold); font-size: 1.05rem; }
.product-card__desc { color: var(--ink-muted); font-size: 0.9rem; flex: 1; }
.product-card__footer { display: flex; flex-direction: column; gap: 8px; margin-top: auto; padding-top: 10px; }
.product-qty-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.product-qty { display: flex; align-items: center; gap: 8px; background: var(--sage-100); border-radius: 10px; padding: 4px 6px; }
.product-qty__btn { width: 32px; height: 32px; border: none; background: var(--white); border-radius: 8px; cursor: pointer; font-weight: 700; font-size: 1rem; color: var(--sage-800); box-shadow: 0 1px 2px rgba(0,0,0,0.06); }
.product-qty__btn:hover { background: var(--sage-200); }
.product-qty__num { min-width: 24px; text-align: center; font-weight: 700; font-size: 0.95rem; }
.product-card__add { flex: 1; min-width: 120px; justify-content: center; }
.product-card__add.is-added { background: var(--sage-700); }
.product-card__reports { display: flex; flex-direction: column; gap: 6px; padding-top: 10px; border-top: 1px dashed var(--sage-200); }

.badge { display: inline-flex; align-items: center; gap: 5px; padding: 4px 10px; border-radius: 99px; font-size: 0.7rem; font-weight: 700; width: fit-content; }
.badge--available { background: var(--sage-100); color: var(--sage-800); }
.badge--low { background: #fff4e0; color: #9a7200; }
.badge--soon { background: var(--warm); color: var(--ink-muted); }
.badge--lab { background: #faf6eb; color: #8a7340; border: 1px solid #e8dcc4; flex-wrap: wrap; max-width: 100%; line-height: 1.35; }
.report-request { display: flex; flex-direction: column; gap: 8px; margin-top: 4px; }
.report-request__label { font-size: 0.82rem; font-weight: 700; color: var(--sage-800); }
.report-request__hint { font-size: 0.88rem; color: var(--ink-muted); line-height: 1.45; margin: 0 0 4px; }
.report-request__input { width: 100%; padding: 10px 12px; border: 1px solid var(--sage-200); border-radius: 10px; font: inherit; font-size: 0.88rem; background: var(--white); }
.report-request__input:focus { outline: 2px solid var(--sage-300); border-color: var(--sage-400); }
.report-request__btn { width: 100%; justify-content: center; margin-top: 4px; }
.report-request-panel { background: var(--white); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-lg); border: 1px solid var(--sage-200); max-width: 520px; margin: 0 auto; }
.report-request-panel__title { font-family: var(--font-display); font-size: 1.45rem; color: var(--sage-800); margin-bottom: 8px; }
.report-request-panel__sub { font-size: 0.92rem; color: var(--ink-muted); line-height: 1.55; margin-bottom: 18px; }

/* Reports */
.grid-reports { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.report-card { background: var(--white); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); border: 1px solid var(--sage-200); display: flex; flex-direction: column; gap: 10px; }
.report-card__title { font-family: var(--font-display); font-size: 1.05rem; color: var(--sage-800); }
.report-card__meta, .report-card__summary { font-size: 0.88rem; color: var(--ink-muted); }
.report-card__summary { flex: 1; line-height: 1.6; }

/* Gallery + YouTube scroll */
.gallery-scroll, .yt-scroll { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; scrollbar-width: thin; -webkit-overflow-scrolling: touch; }
.gallery-empty { padding: 16px 12px; text-align: center; color: var(--ink-muted); font-size: 0.9rem; width: 100%; }
.gallery-empty--inline { padding: 12px 0; text-align: left; width: auto; }
.gallery-item, .yt-scroll-card { flex: 0 0 auto; scroll-snap-align: start; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: 0.3s var(--ease); background: var(--white); }
.gallery-item { width: 280px; min-height: 210px; }
.gallery-item img { width: 100%; aspect-ratio: 4/3; object-fit: cover; min-height: 210px; background: var(--warm); }
.yt-scroll-card { width: 300px; background: var(--white); }
.yt-scroll-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.yt-scroll-card__cap { padding: 12px 14px; font-size: 0.88rem; font-weight: 600; color: var(--ink); }

.grid-videos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.video-card { border-radius: var(--radius); overflow: hidden; background: var(--white); box-shadow: var(--shadow); transition: 0.35s var(--ease); }
.video-card:hover { transform: translateY(-4px); }
.video-card video, .video-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; background: #111; }
.video-card__cap { padding: 12px 14px; font-size: 0.88rem; font-weight: 600; }

/* Testimonials + Feedback */
.testimonials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.testimonial { background: var(--white); padding: 22px; border-radius: var(--radius); box-shadow: var(--shadow); border-left: 4px solid var(--sage-400); }
.testimonial__stars { color: var(--gold); font-size: 0.9rem; margin-bottom: 10px; letter-spacing: 2px; }
.testimonial__text { font-size: 1rem; line-height: 1.65; color: var(--ink); font-style: italic; margin-bottom: 14px; }
.testimonial__author { font-size: 0.88rem; color: var(--ink-muted); }

.feedback-box { background: var(--white); padding: 24px; border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid var(--sage-200); max-width: 560px; }
.feedback-box label { display: block; font-size: 0.85rem; font-weight: 600; margin-bottom: 6px; color: var(--sage-800); }
.feedback-box input, .feedback-box textarea, .feedback-box select {
  width: 100%; padding: 12px 14px; margin-bottom: 16px; border: 1px solid var(--sage-200);
  border-radius: 12px; font-family: inherit; font-size: 0.95rem; background: var(--cream);
}
.feedback-box textarea { min-height: 100px; resize: vertical; }
.feedback-note { font-size: 0.82rem; color: var(--ink-muted); margin-top: 12px; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.contact-card { display: flex; gap: 14px; padding: 20px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid rgba(0,0,0,0.04); }
.contact-card__icon { width: 44px; height: 44px; flex-shrink: 0; background: var(--sage-100); border-radius: 12px; display: grid; place-items: center; color: var(--sage-700, var(--sage-600)); }
.contact-card__label { font-weight: 700; font-size: 0.82rem; color: var(--sage-800); margin-bottom: 4px; }
.contact-card__value { font-size: 0.92rem; color: var(--ink-muted); line-height: 1.55; }
.contact-card a { color: var(--sage-600); font-weight: 600; }
.map-embed { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 16/11; min-height: 260px; border: 1px solid var(--sage-200); background: var(--sage-100); }
.map-embed iframe { width: 100%; height: 100%; border: 0; display: block; min-height: 260px; }
.map-link-row { margin-top: 14px; text-align: center; }

/* Rich story pages */
.story-page { position: relative; min-height: 85vh; display: flex; align-items: center; overflow: hidden; }
.story-page__bg { position: absolute; inset: 0; }
.story-page__bg img, .story-page__bg video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.story-page__veil {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(254,252,248,0.92) 0%, rgba(254,252,248,0.75) 45%, rgba(237,245,239,0.55) 100%);
}
.story-page__content { position: relative; z-index: 2; padding: 140px 0 80px; max-width: 640px; }
.story-page__label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--sage-600); margin-bottom: 12px; }
.story-page__title { font-family: var(--font-display); font-size: clamp(2.2rem, 5vw, 3.2rem); color: var(--sage-800); margin-bottom: 28px; line-height: 1.15; }
.story-rich {
  background: rgba(255,255,255,0.75); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.9); border-radius: var(--radius);
  padding: 32px; box-shadow: var(--shadow-lg);
}
.story-rich p { font-size: 1.05rem; line-height: 1.75; color: var(--ink); margin-bottom: 14px; }
.story-rich p:last-child { margin-bottom: 0; }

.page-hero { padding: 112px 0 48px; background: linear-gradient(180deg, var(--sage-100) 0%, var(--cream) 100%); text-align: center; scroll-margin-top: 72px; }
.page-hero__title { font-family: var(--font-display); font-size: clamp(1.75rem, 4vw, 2.8rem); color: var(--sage-800); margin-bottom: 8px; }
.page-hero__sub { color: var(--ink-muted); max-width: 520px; margin-inline: auto; font-size: 0.95rem; line-height: 1.55; padding-inline: 8px; }
.reports-section-title { margin-top: 28px; margin-bottom: 16px; font-size: 1.35rem; }
.contact-stack { display: flex; flex-direction: column; gap: 14px; }
.section__head--stack { margin-bottom: 14px; align-items: flex-start; }
.contact-actions { margin-top: 16px; text-align: center; }

/* Cart panel */
.cart-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.35); z-index: 300; opacity: 0; pointer-events: none; transition: 0.3s; }
.cart-overlay.is-open { opacity: 1; pointer-events: auto; }
.cart-panel {
  position: fixed; top: 0; right: 0; width: min(400px, 100%); height: 100%; height: 100dvh; z-index: 301;
  background: var(--cream); box-shadow: -8px 0 40px rgba(0,0,0,0.12);
  transform: translateX(100%); transition: transform 0.4s var(--ease);
  display: flex; flex-direction: column; padding: 20px; padding-bottom: max(20px, env(safe-area-inset-bottom));
}
.cart-panel.is-open { transform: none; }
.cart-panel__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.cart-panel__title { font-family: var(--font-display); font-size: 1.35rem; color: var(--sage-800); }
.cart-close { width: 36px; height: 36px; border: none; background: var(--sage-100); border-radius: 50%; cursor: pointer; font-size: 1.1rem; }
.cart-list { flex: 1; overflow-y: auto; margin-bottom: 16px; }
.cart-empty { color: var(--ink-muted); font-size: 0.92rem; padding: 20px 0; }
.cart-row { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--sage-200); gap: 12px; }
.cart-row__price { display: block; font-size: 0.85rem; color: var(--gold); font-weight: 600; }
.cart-qty { display: flex; align-items: center; gap: 8px; }
.cart-qty__btn { width: 28px; height: 28px; border: 1px solid var(--sage-200); background: var(--white); border-radius: 8px; cursor: pointer; font-weight: 700; }
.cart-qty__num { min-width: 20px; text-align: center; font-weight: 600; }
.checkout-form label { display: block; font-size: 0.82rem; font-weight: 600; margin-bottom: 4px; color: var(--sage-800); }
.checkout-form input, .checkout-form textarea {
  width: 100%; padding: 10px 12px; margin-bottom: 12px; border: 1px solid var(--sage-200);
  border-radius: 10px; font-family: inherit; font-size: max(16px, 0.92rem);
}
.checkout-form textarea { min-height: 70px; resize: vertical; }
.checkout-form .btn { min-height: 44px; }
.checkout-hint { font-size: 0.78rem; color: var(--ink-muted); margin-bottom: 14px; line-height: 1.5; }
.btn-full { width: 100%; justify-content: center; min-height: 44px; }

/* Footer */
.footer { background: var(--cream-2); border-top: 1px solid var(--sage-200); padding: 56px 0 28px; }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 36px; margin-bottom: 36px; }
.footer__name { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; color: #1f7a3a; }
.footer__tag { font-size: 0.72rem; color: #8b5a2b; letter-spacing: 0.08em; text-transform: uppercase; }
.footer__desc { margin-top: 12px; font-size: 0.9rem; color: var(--ink-muted); line-height: 1.65; max-width: 300px; }
.footer__heading { font-weight: 700; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sage-800); margin-bottom: 14px; }
.footer__links { display: flex; flex-direction: column; gap: 8px; }
.footer__links a { font-size: 0.9rem; color: var(--ink-muted); transition: color 0.2s; }
.footer__links a:hover { color: var(--sage-800); }
.footer__social { display: flex; gap: 8px; margin-top: 16px; }
.footer__social a { width: 38px; height: 38px; border-radius: 50%; background: var(--white); border: 1px solid var(--sage-200); display: grid; place-items: center; color: var(--sage-700, var(--sage-600)); transition: 0.25s; }
.footer__social a:hover { background: var(--sage-100); transform: translateY(-2px); }
.footer__bottom { border-top: 1px solid var(--sage-200); padding-top: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 0.84rem; color: var(--ink-muted); }

/* Reveal — subtle; avoids large empty gaps while scrolling */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity 0.45s var(--ease), transform 0.45s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 0.04s; }
.reveal-delay-2 { transition-delay: 0.08s; }
.reveal-delay-3 { transition-delay: 0.12s; }
.reveal-delay-4 { transition-delay: 0.16s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .hero__logo-wrap { animation: none; } }

@media (max-width: 900px) {
  .container { width: min(1140px, calc(100% - 28px)); }
  .menu-btn { display: flex; }
  .nav {
    position: fixed; top: 68px; left: 12px; right: 12px; flex-direction: column; align-items: stretch;
    background: rgba(255,255,255,0.96); backdrop-filter: blur(18px); padding: 12px;
    border-radius: var(--radius); box-shadow: var(--shadow-lg); border: 1px solid rgba(255,255,255,0.8);
    display: none; z-index: 199; gap: 4px;
  }
  .nav.is-open { display: flex; }
  .nav__link { text-align: center; padding: 12px 16px; }
  .header__inner { min-height: 44px; }
  .tiles, .grid-products, .grid-videos, .grid-reports, .trust-row, .testimonials-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .steps { grid-template-columns: 1fr; gap: 16px; }
  .contact-grid { grid-template-columns: 1fr; gap: 16px; }
  .footer__grid { grid-template-columns: 1fr; gap: 24px; }
  .section { padding: 40px 0; scroll-margin-top: 64px; }
  .section--compact { padding: 32px 0; }
  .section--discover { padding-top: 28px; padding-bottom: 32px; }
  .section--videos { padding-top: 32px; padding-bottom: 32px; }
  .section__media-scroll { margin-top: 12px; }
  .section__media-grid { margin-top: 14px; }
  .section__head { margin-bottom: 14px; }
  .story-page { min-height: auto; }
  .story-page__content { padding: 108px 0 56px; }
  .page-hero { padding: 96px 0 40px; }
  .trust-card { padding: 28px 18px; }
  .step { padding: 24px 16px; }
  .tile-cat { aspect-ratio: 4/3; }
  .yt-scroll-card { width: min(280px, 78vw); }
  .gallery-item { width: min(260px, 72vw); min-height: 0; }
  .gallery-item img { min-height: 0; }
}

@media (max-width: 640px) {
  .container { width: min(1140px, calc(100% - 24px)); }
  .tiles, .grid-products, .grid-videos, .grid-reports, .testimonials-grid { grid-template-columns: 1fr; gap: 14px; }
  .section { padding: 32px 0; scroll-margin-top: 60px; }
  .section--compact { padding: 28px 0; }
  .section--discover { padding-top: 24px; padding-bottom: 28px; }
  .section--videos { padding-top: 28px; padding-bottom: 28px; }
  .section__link-below { margin-top: 8px; }
  .section__media-scroll { margin-top: 10px; }
  .section__media-grid { margin-top: 12px; }
  .section__lead--spaced { margin-bottom: 14px; }
  .section__head { flex-direction: column; align-items: flex-start; gap: 10px; margin-bottom: 16px; }
  .section__block { margin-top: 14px; }
  .hero__content { padding-top: 80px; padding-bottom: 44px; }
  .hero__logo-wrap { width: min(180px, 52vw); margin-bottom: 14px; }
  .hero__scroll { display: none; }
  .page-hero { padding: 88px 0 32px; }
  .page-hero__sub { font-size: 0.9rem; }
  .story-page__content { padding: 96px 0 44px; }
  .story-rich { padding: 22px 18px; }
  .story-rich p { font-size: 0.98rem; }
  .product-card__body { padding: 16px; }
  .product-card__title { font-size: 1.05rem; }
  .product-qty-row { flex-direction: column; align-items: stretch; }
  .product-card__add { width: 100%; min-height: 44px; }
  .product-qty { justify-content: center; }
  .product-qty__btn { width: 40px; height: 40px; }
  .report-request-panel { padding: 22px 18px; }
  .report-request__input { font-size: max(16px, 0.88rem); }
  .feedback-box { padding: 22px 18px; }
  .feedback-box input, .feedback-box textarea, .feedback-box select { font-size: max(16px, 0.95rem); }
  .map-embed { min-height: 220px; aspect-ratio: 16/11; }
  .footer { padding: 40px 0 24px; }
  .footer__bottom { flex-direction: column; align-items: flex-start; }
  .cart-panel { width: 100%; padding-top: max(16px, env(safe-area-inset-top)); }
  .cart-qty__btn { width: 36px; height: 36px; }
  .trust-row { gap: 14px; }
  .reveal { transform: translateY(10px); }
  .reveal-delay-1, .reveal-delay-2, .reveal-delay-3, .reveal-delay-4 { transition-delay: 0s; }
  .reports-section-title { margin-top: 20px; margin-bottom: 12px; font-size: 1.2rem; }
}

@media (hover: none) {
  .product-card:hover, .tile-cat:hover, .step:hover, .trust-card:hover, .video-card:hover { transform: none; box-shadow: var(--shadow); }
  .product-card:hover .product-card__img, .tile-cat:hover img { transform: none; }
}
