/* Compact layout overrides + restored galleries / hero / collage */

:root {
  --header-h: 82px;
  --section-y: 2.75rem;
  --card-gap: 0.75rem;
  --container: min(1240px, calc(100% - 2rem));
}

/* ---------- Attractive single-line navbar ---------- */
.site-header {
  height: var(--header-h) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(243, 247, 245, 0.92)) !important;
  border-bottom: 1px solid rgba(15, 74, 68, 0.1) !important;
  box-shadow: 0 6px 24px rgba(6, 36, 34, 0.05);
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 10px 28px rgba(6, 36, 34, 0.08) !important;
}

.header-inner {
  gap: 1.15rem !important;
  flex-wrap: nowrap !important;
}

.brand {
  gap: 0.8rem !important;
  flex: 0 1 auto;
  min-width: 0 !important;
  align-items: center !important;
  max-width: min(520px, 46%);
}

/* Never stretch the logo — keep natural aspect ratio */
.brand-logo,
.brand-logo-mark,
.brand-logo-footer {
  object-fit: contain !important;
  object-position: left center;
  flex-shrink: 0;
}

.site-header .brand-mark-wrap,
.site-header .brand-logo-mark,
.site-header .brand-name,
.site-header .brand-sep {
  display: none !important;
}

/* Full logo lockup — proper aspect, no stretch */
.site-header .brand-logo {
  display: block !important;
  width: auto !important;
  height: 54px !important;
  max-height: 54px !important;
  max-width: min(250px, 38vw) !important;
  object-fit: contain !important;
}

.site-header .brand-text,
.site-header .brand-text--inline {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  justify-content: center;
  gap: 0.15rem !important;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  padding: 0.2rem 0 0.2rem 0.85rem;
  border-left: 2px solid rgba(201, 146, 46, 0.55);
}

.site-header .brand-sub {
  font-size: 0.78rem !important;
  max-width: 22ch !important;
  line-height: 1.3 !important;
  white-space: normal !important;
  overflow: hidden;
  letter-spacing: 0.01em;
  color: var(--ink-soft) !important;
  font-weight: 500;
}

.site-header .brand-sub em {
  font-style: normal;
  color: var(--muted);
  font-weight: 500;
}

.site-header .brand-tag {
  display: inline-block;
  margin-top: 0.15rem;
  padding: 0.12rem 0.45rem;
  border: 1px solid rgba(15, 74, 68, 0.14);
  background: rgba(15, 74, 68, 0.06);
  color: var(--teal-800);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-logo-footer {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-height: 56px !important;
  max-width: 240px !important;
  filter: brightness(0) invert(1);
}

.footer-brand-lockup .brand-logo-mark,
.footer-brand-lockup .brand-text {
  display: none !important;
}

.site-nav {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 0.75rem !important;
  margin-left: auto;
  flex-shrink: 0;
  white-space: nowrap;
}

.site-nav__links {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  padding: 0.25rem;
  background: rgba(15, 74, 68, 0.04);
  border: 1px solid rgba(15, 74, 68, 0.08);
}

.site-nav__links a {
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  white-space: nowrap;
  padding: 0.45rem 0.7rem !important;
  color: var(--ink-soft) !important;
  transition: color 0.25s var(--ease), background 0.25s var(--ease);
}

.site-nav__links a:hover {
  color: var(--teal-950) !important;
  background: rgba(255, 255, 255, 0.8);
}

.site-nav__links a.is-active {
  color: var(--teal-950) !important;
  background: #fff;
  box-shadow: 0 2px 8px rgba(6, 36, 34, 0.08);
}

.site-nav a:not(.btn).is-active::after {
  display: none !important;
}

.site-nav__actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.site-nav .btn-nav-outline,
.btn-nav-outline {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0.52rem 0.9rem !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  min-height: 0 !important;
  white-space: nowrap;
  color: var(--teal-800) !important;
  background: #fff !important;
  border: 1px solid rgba(15, 74, 68, 0.22) !important;
  box-shadow: none !important;
  transition: border-color 0.25s var(--ease), background 0.25s var(--ease), transform 0.25s var(--ease);
}

.site-nav .btn-nav-outline:hover,
.btn-nav-outline:hover {
  border-color: var(--teal-700) !important;
  background: rgba(15, 74, 68, 0.05) !important;
  transform: translateY(-1px);
}

.site-nav .btn-nav,
.btn-nav {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0.52rem 1rem !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  min-height: 0 !important;
  white-space: nowrap;
  color: #fff !important;
  background: linear-gradient(135deg, #0f4a44, #17685f) !important;
  border: 1px solid transparent !important;
  box-shadow: 0 6px 16px rgba(15, 74, 68, 0.22) !important;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), filter 0.25s var(--ease);
}

.site-nav .btn-nav:hover,
.btn-nav:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 8px 20px rgba(15, 74, 68, 0.28) !important;
}

.nav-toggle {
  display: none !important;
  z-index: 60;
  border-color: rgba(15, 74, 68, 0.16) !important;
  background: #fff !important;
}

.breadcrumb-nav {
  padding: 0.65rem 0 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.78rem;
  color: var(--ink-soft);
}

.breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 0.5rem;
  color: rgba(15, 74, 68, 0.35);
}

.breadcrumb a {
  color: var(--teal-800);
  font-weight: 600;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

/* Buyer trust strip under header */
.trust-bar {
  background: linear-gradient(90deg, #0f4a44, #17685f 55%, #0f4a44);
  color: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(232, 197, 106, 0.28);
}

.trust-bar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem 1rem;
  padding: 0.4rem 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.trust-bar-inner span {
  position: relative;
  white-space: nowrap;
}

.trust-bar-inner span:not(:last-child)::after {
  content: "·";
  margin-left: 1rem;
  color: rgba(232, 197, 106, 0.85);
}

.footer-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
}

.footer-trust li {
  padding: 0.28rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.88);
}

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

.sitemap-card {
  padding: 1.1rem 1.15rem 1.2rem;
  background: #fff;
  border: 1px solid rgba(20, 32, 30, 0.08);
}

.sitemap-card h3 {
  font-size: 1.15rem;
  color: var(--teal-950);
  margin-bottom: 0.65rem;
}

.sitemap-note {
  margin: 0.85rem 0 0;
  font-size: 0.86rem;
  color: var(--ink-soft);
  line-height: 1.45;
}

@media (max-width: 900px) {
  .sitemap-grid {
    grid-template-columns: 1fr;
  }

  .trust-bar-inner {
    justify-content: center;
    text-align: center;
  }

  .trust-bar-inner span:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 720px) {
  .trust-bar-inner span:nth-child(n + 4) {
    display: none;
  }
}

@media (max-width: 1100px) {
  .site-header .brand-tag {
    display: none;
  }

  .site-header .brand-sub {
    max-width: 16ch !important;
    font-size: 0.72rem !important;
  }

  .site-nav__links a {
    padding: 0.4rem 0.55rem !important;
    font-size: 0.76rem !important;
  }
}

@media (max-width: 980px) {
  .nav-toggle {
    display: flex !important;
  }

  .site-header .brand {
    max-width: calc(100% - 56px);
    flex: 1 1 auto;
  }

  .site-header .brand-logo {
    height: 48px !important;
    max-height: 48px !important;
    max-width: min(220px, 48vw) !important;
  }

  .site-nav {
    position: fixed !important;
    inset: var(--header-h) 0 auto 0 !important;
    z-index: 55;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 0.85rem !important;
    margin-left: 0 !important;
    padding: 1rem 1.15rem 1.25rem !important;
    background: rgba(255, 255, 255, 0.98) !important;
    border-bottom: 1px solid var(--line);
    white-space: normal !important;
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    max-height: calc(100vh - var(--header-h));
    overflow-y: auto;
    transition: transform 0.35s var(--ease), opacity 0.35s var(--ease);
    box-shadow: 0 16px 30px rgba(6, 36, 34, 0.12);
  }

  .site-nav.is-open {
    transform: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .site-nav__links {
    flex-direction: column;
    align-items: stretch;
    gap: 0.2rem;
    padding: 0.35rem;
  }

  .site-nav__links a {
    padding: 0.8rem 0.85rem !important;
    border-bottom: none !important;
    font-size: 0.95rem !important;
    white-space: normal;
  }

  .site-nav__actions {
    flex-direction: column;
    gap: 0.55rem;
  }

  .site-nav__actions .btn {
    width: 100%;
    text-align: center;
  }

  .site-nav a:not(.btn).is-active::after {
    display: none !important;
  }
}

.section {
  padding: var(--section-y) 0;
}

.section-tight {
  padding: 1.75rem 0;
}

.section-head {
  margin-bottom: 1.15rem;
}

.section-head h2 {
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  margin-bottom: 0.4rem;
}

.page-banner {
  min-height: 200px;
  max-height: 250px;
}

.page-banner-content {
  padding: 1.85rem 0 1.4rem;
}

.page-banner h1 {
  font-size: clamp(1.65rem, 3.5vw, 2.4rem);
  margin-bottom: 0.35rem;
}

.page-banner p {
  margin: 0;
  font-size: 0.95rem;
}

.eyebrow {
  margin-bottom: 0.4rem;
  font-size: 0.72rem;
}

.category-layout {
  gap: 1.25rem;
}

.lead-copy {
  font-size: 1rem;
}

.product-chips {
  margin: 0.7rem 0 0.9rem;
  gap: 0.35rem;
}

/* ---------- Compact homepage banner (not full-page) ---------- */
.hero-wrap {
  width: var(--container);
  margin: 0.85rem auto 0;
}

.hero.hero-slider {
  position: relative;
  min-height: 0 !important;
  height: clamp(260px, 32vw, 380px) !important;
  max-height: 380px !important;
  display: block;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(20, 32, 30, 0.1);
  box-shadow: 0 10px 28px rgba(6, 36, 34, 0.12);
}

.hero-media img,
.hero .hero-media img {
  filter: brightness(1.24) contrast(1.06) saturate(1.12) !important;
}

.hero-media::after,
.hero .hero-media::after {
  background:
    linear-gradient(105deg, rgba(6, 36, 34, 0.38) 0%, rgba(6, 36, 34, 0.14) 50%, rgba(6, 36, 34, 0) 100%),
    linear-gradient(0deg, rgba(6, 36, 34, 0.2) 0%, transparent 58%) !important;
}

.page-banner-media img {
  filter: brightness(1.24) contrast(1.06) saturate(1.12) !important;
}

.page-banner-media::after {
  background: linear-gradient(100deg, rgba(6, 36, 34, 0.38), rgba(6, 36, 34, 0.08)) !important;
}

/* Global responsive safety */
.table-scroll,
.size-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.iframe-embed,
.map-embed iframe,
.contact-map iframe {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.page-banner .eyebrow {
  color: #ffe7a8 !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}

.page-banner h1,
.page-banner p,
.hero-brand,
.hero h1,
.hero-lead,
.hero-mode {
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

.page-banner h1,
.hero-brand {
  color: #fff !important;
}

.page-banner p,
.hero-lead,
.hero h1 {
  color: rgba(255, 255, 255, 0.95) !important;
}

.hero-slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.85s var(--ease), visibility 0.85s var(--ease);
  pointer-events: none;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
  transform: none;
}

.hero-slide .hero-media,
.hero .hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  transform: none !important;
  animation: none !important;
}

.hero-slide .hero-content,
.hero .hero-content {
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  z-index: 3;
  width: auto;
  max-width: min(520px, 72%);
  margin: 0;
  padding: 1.35rem 1.25rem 2.6rem 1.35rem;
}

.hero-brand {
  font-size: clamp(1.55rem, 3.2vw, 2.35rem) !important;
  margin-bottom: 0.35rem !important;
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.hero-mode {
  display: inline-block;
  margin: 0 0 0.4rem;
  padding: 0.2rem 0.5rem;
  border: 1px solid rgba(232, 197, 106, 0.45);
  color: var(--amber-soft);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(0.95rem, 1.6vw, 1.15rem) !important;
  max-width: 36ch !important;
  margin-bottom: 0.25rem !important;
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.hero-lead {
  font-size: 0.88rem !important;
  max-width: 42ch !important;
  margin-bottom: 0.65rem !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.hero .cta-row {
  gap: 0.55rem;
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.hero .cta-row .btn {
  padding: 0.55rem 0.95rem;
  font-size: 0.85rem;
  min-height: 0;
}

.hero-controls {
  position: absolute;
  z-index: 4;
  left: 1.1rem;
  bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-nav {
  width: 1.85rem;
  height: 1.85rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(6, 36, 34, 0.45);
  color: #fff;
  font-size: 1.15rem;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.hero-dots {
  display: flex;
  gap: 0.35rem;
}

.hero-dot {
  width: 0.42rem;
  height: 0.42rem;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: width 0.3s var(--ease), background 0.3s var(--ease);
}

.hero-dot.is-active {
  width: 1.25rem;
  background: var(--amber-soft);
}

.hero-modes,
.hero-scroll {
  display: none !important;
}

.hero-float-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.hero-float {
  position: absolute;
  width: clamp(52px, 7vw, 88px);
  filter: drop-shadow(0 8px 14px rgba(6, 36, 34, 0.35));
  opacity: 0.9;
}

.hero-float img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
}

.hero-float--1 { top: 12%; right: 5%; animation: hero-float-a 14s ease-in-out infinite; }
.hero-float--2 { top: 42%; right: 16%; width: clamp(46px, 6vw, 72px); animation: hero-float-b 16s ease-in-out infinite; }
.hero-float--3 { top: 58%; right: 4%; animation: hero-float-c 18s ease-in-out infinite; }
.hero-float--4,
.hero-float--5,
.hero-float--6 {
  display: none;
}

@keyframes hero-float-a {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-6px, -10px, 0); }
}
@keyframes hero-float-b {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(8px, -8px, 0); }
}
@keyframes hero-float-c {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-5px, -12px, 0); }
}

/* ---------- Trade tools (FX / shipping / container) ---------- */
.trade-tools-section {
  background:
    radial-gradient(700px 280px at 90% 0%, rgba(201, 146, 46, 0.08), transparent 60%),
    linear-gradient(180deg, #f3f8f6 0%, var(--paper) 100%);
}

.trade-tools-section .section-head p:last-child {
  max-width: 62ch;
  margin: 0.35rem 0 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.trade-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  align-items: stretch;
}

.trade-tool {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(20, 32, 30, 0.08);
  box-shadow: 0 8px 22px rgba(6, 36, 34, 0.06);
  min-width: 0;
}

.trade-tool__head {
  padding: 0.95rem 1rem 0.65rem;
  border-bottom: 1px solid rgba(20, 32, 30, 0.06);
}

.trade-tool__head h3 {
  margin: 0;
  font-size: 1.15rem;
  color: var(--teal-950);
}

.trade-tool__body {
  display: grid;
  gap: 0.7rem;
  padding: 0.95rem 1rem 1.05rem;
  flex: 1;
}

.tool-row {
  display: grid;
  gap: 0.3rem;
}

.tool-row--split {
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 0.45rem;
}

.tool-row--triple {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
}

.tool-row label {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--teal-950);
}

.tool-row input,
.tool-row select {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(20, 32, 30, 0.14);
  background: #f8fbf9;
  padding: 0.55rem 0.7rem;
  font: inherit;
  color: var(--ink);
}

.tool-row input:focus,
.tool-row select:focus {
  outline: none;
  border-color: var(--teal-700);
  box-shadow: 0 0 0 3px rgba(15, 74, 68, 0.12);
  background: #fff;
}

.tool-swap {
  padding: 0.45rem 0.65rem !important;
  min-height: 42px !important;
  font-size: 1rem !important;
}

.tool-result {
  display: grid;
  gap: 0.2rem;
  padding: 0.75rem 0.85rem;
  background: linear-gradient(160deg, rgba(15, 74, 68, 0.08), rgba(201, 146, 46, 0.1));
  border: 1px solid rgba(15, 74, 68, 0.12);
}

.tool-result strong {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--teal-950);
}

.tool-result span {
  font-size: 0.8rem;
  color: var(--ink-soft);
  line-height: 1.35;
}

.tool-result span em {
  font-style: normal;
  color: var(--teal-800);
  font-weight: 600;
}

.tool-hint {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.72rem;
  color: var(--muted);
}

.tool-note {
  margin: 0;
  font-size: 0.72rem;
  color: var(--muted);
  line-height: 1.4;
}

.trade-tools-cta {
  margin-top: 1.25rem;
  padding: 1rem 1.1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  background: #fff;
  border: 1px solid rgba(20, 32, 30, 0.08);
}

.trade-tools-cta p {
  margin: 0;
  max-width: 48ch;
  font-size: 0.92rem;
  color: var(--ink-soft);
}

/* ---------- Export chatbot ---------- */
.export-chatbot {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 120;
  width: min(360px, calc(100vw - 1.5rem));
  pointer-events: none;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 0.75rem;
}

.export-chatbot__toggle,
.export-chatbot__panel,
.export-chatbot__form,
.export-chatbot__suggestions button {
  pointer-events: auto;
}

.export-chatbot__toggle {
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  isolation: isolate;
  transition: transform 0.2s ease;
}

.export-chatbot__toggle:hover {
  transform: translateY(-2px) scale(1.04);
}

.export-chatbot__toggle:focus-visible {
  outline: 3px solid rgba(232, 197, 106, 0.75);
  outline-offset: 3px;
}

.export-chatbot__pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(23, 104, 95, 0.28);
  animation: chatbot-pulse 2.4s ease-out infinite;
  z-index: 0;
}

.export-chatbot__pulse--delay {
  animation-delay: 1.1s;
}

@keyframes chatbot-pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.55);
    opacity: 0;
  }
  100% {
    transform: scale(1.55);
    opacity: 0;
  }
}

.export-chatbot__icon {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #1a7a6f 0%, #0f4a44 70%);
  box-shadow:
    0 10px 28px rgba(6, 36, 34, 0.32),
    0 0 0 3px rgba(255, 255, 255, 0.18) inset;
  overflow: hidden;
}

.export-chatbot__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.22), transparent 45%);
  pointer-events: none;
}

.export-chatbot__icon svg {
  width: 42px;
  height: 42px;
  display: block;
}

.export-chatbot__icon-close {
  display: none;
  width: 26px !important;
  height: 26px !important;
}

.export-chatbot.is-open .export-chatbot__icon-bot {
  display: none;
}

.export-chatbot.is-open .export-chatbot__icon-close {
  display: block;
}

.export-chatbot.is-open .export-chatbot__pulse {
  animation: none;
  opacity: 0;
}

.export-chatbot.is-open .export-chatbot__icon {
  background: linear-gradient(145deg, #b45309, #92400e);
}

.export-chatbot__status {
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 2;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #22c55e;
  border: 2px solid #fff;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45);
  animation: chatbot-online 1.8s ease-out infinite;
}

@keyframes chatbot-online {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(34, 197, 94, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }
}

.export-chatbot__tooltip {
  position: absolute;
  right: calc(100% + 0.65rem);
  top: 50%;
  transform: translateY(-50%) translateX(6px);
  white-space: nowrap;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: #0f4a44;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
  box-shadow: 0 8px 20px rgba(6, 36, 34, 0.2);
}

.export-chatbot__tooltip::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #0f4a44;
  transform: translateY(-50%) rotate(45deg);
}

.export-chatbot__toggle:hover .export-chatbot__tooltip,
.export-chatbot__toggle:focus-visible .export-chatbot__tooltip {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.export-chatbot.is-open .export-chatbot__tooltip,
.export-chatbot.is-open .export-chatbot__status {
  opacity: 0;
  visibility: hidden;
}

.export-chatbot__panel {
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  max-height: min(70vh, 520px);
  background: #fff;
  border: 1px solid rgba(20, 32, 30, 0.1);
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(6, 36, 34, 0.18);
  overflow: hidden;
  animation: chatbot-panel-in 0.22s ease;
}

@keyframes chatbot-panel-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.export-chatbot__panel[hidden] {
  display: none !important;
}

.export-chatbot__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 0.9rem;
  background: linear-gradient(135deg, #0f4a44, #17685f);
  color: #fff;
  border-radius: 16px 16px 0 0;
}

.export-chatbot__head strong {
  display: block;
  font-size: 0.95rem;
}

.export-chatbot__head span {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.72rem;
  opacity: 0.85;
}

.export-chatbot__close {
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  width: 2rem;
  height: 2rem;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.export-chatbot__messages {
  display: grid;
  gap: 0.55rem;
  padding: 0.85rem;
  overflow-y: auto;
  flex: 1;
  background: #f4f8f6;
}

.export-chatbot__msg {
  max-width: 92%;
  padding: 0.6rem 0.75rem;
  font-size: 0.84rem;
  line-height: 1.4;
  word-break: break-word;
}

.export-chatbot__msg--bot {
  justify-self: start;
  background: #fff;
  border: 1px solid rgba(20, 32, 30, 0.08);
  color: var(--ink);
}

.export-chatbot__msg--user {
  justify-self: end;
  background: #0f4a44;
  color: #fff;
}

.export-chatbot__msg--typing {
  color: #5a6b66;
  font-style: italic;
  opacity: 0.85;
  animation: chatTypingPulse 1.2s ease-in-out infinite;
}

@keyframes chatTypingPulse {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 1; }
}

.export-chatbot__suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding: 0.55rem 0.75rem;
  border-top: 1px solid rgba(20, 32, 30, 0.06);
}

.export-chatbot__suggestions button {
  border: 1px solid rgba(15, 74, 68, 0.18);
  background: #fff;
  color: var(--teal-800);
  font: inherit;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.3rem 0.5rem;
  cursor: pointer;
}

.export-chatbot__form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.4rem;
  padding: 0.65rem 0.75rem 0.8rem;
  border-top: 1px solid rgba(20, 32, 30, 0.08);
}

.export-chatbot__form input {
  min-height: 42px;
  border: 1px solid rgba(20, 32, 30, 0.14);
  padding: 0.5rem 0.7rem;
  font: inherit;
}

.export-chatbot__form .btn {
  min-height: 42px !important;
  padding: 0.45rem 0.85rem !important;
  font-size: 0.8rem !important;
}

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

@media (max-width: 980px) {
  .trade-tools-grid {
    grid-template-columns: 1fr;
  }

  .tool-row--split {
    grid-template-columns: 1fr;
  }

  .tool-swap {
    width: 100%;
  }

  .trade-tools-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 520px) {
  .tool-row--triple {
    grid-template-columns: 1fr;
  }

  .export-chatbot {
    right: 0.75rem;
    bottom: 0.75rem;
    width: calc(100vw - 1.3rem);
  }

  .export-chatbot__toggle {
    width: 58px;
    height: 58px;
  }

  .export-chatbot__icon {
    width: 52px;
    height: 52px;
  }

  .export-chatbot__icon svg {
    width: 38px;
    height: 38px;
  }

  .export-chatbot__tooltip {
    display: none;
  }
}

/* ---------- Home brand gallery ---------- */
.home-gallery-section .section-head p:last-child {
  max-width: 58ch;
  margin: 0.35rem 0 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.home-gallery-icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 1.35rem;
}

/* Category tiles — same 4-lane card layout, larger pack photos */
.home-gallery-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.65rem;
  min-height: 0;
  padding: 0.85rem 0.75rem 0.9rem;
  background: #fff;
  border: 1px solid rgba(20, 32, 30, 0.08);
  text-align: center;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}

.home-gallery-icon:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 146, 46, 0.45);
  box-shadow: 0 8px 18px rgba(6, 36, 34, 0.1);
}

.home-gallery-icon__media {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  padding: 0.35rem;
  background: #fff;
  border: 1px solid rgba(20, 32, 30, 0.06);
  overflow: hidden;
}

.home-gallery-icon__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.home-gallery-icon__label {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--teal-950);
  line-height: 1.3;
  min-height: 2.4em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.home-gallery-item {
  margin: 0;
  background: #fff;
  border: 1px solid rgba(20, 32, 30, 0.07);
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(6, 36, 34, 0.03);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.home-gallery-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(6, 36, 34, 0.1);
}

.home-gallery-item[hidden] {
  display: none !important;
}

.home-gallery-item__link {
  display: block;
  color: inherit;
  position: relative;
}

/* Full product photo panels — white stage like pack mockups */
.home-gallery-item__frame {
  aspect-ratio: 4 / 3;
  min-height: 160px;
  padding: 0;
  background: #fff;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.home-gallery-item__frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  background: #fff;
}

.home-gallery-item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.6rem 0.65rem 0.55rem;
  background: linear-gradient(180deg, transparent, rgba(6, 36, 34, 0.72));
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease);
  pointer-events: none;
}

.home-gallery-item:hover figcaption,
.home-gallery-item:focus-within figcaption {
  opacity: 1;
  transform: none;
}

.home-gallery-item strong {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 0.1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-gallery-item span {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.85);
}

.home-gallery-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-top: 1.25rem;
}

@media (max-width: 980px) {
  .home-gallery-icons,
  .home-gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .home-gallery-icons,
  .home-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 420px) {
  .home-gallery-icons {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* ---------- Who we are collage ---------- */
.who-section h2 {
  font-size: clamp(1.4rem, 2.6vw, 1.85rem);
  margin-bottom: 0.5rem;
}

.who-section p {
  font-size: 0.94rem;
  margin-bottom: 0.65rem;
}

.section-split--compact {
  grid-template-columns: 1.35fr 0.9fr;
  gap: 1.1rem;
  align-items: center;
}

.product-collage,
.product-collage--compact {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0.3rem;
  max-width: 260px;
  width: 100%;
  margin-left: auto;
  aspect-ratio: 3 / 2;
  padding: 0.35rem;
  background: linear-gradient(160deg, #f7faf8, #e7f0ec);
  border: 1px solid rgba(20, 32, 30, 0.08);
  box-shadow: 0 8px 20px rgba(6, 36, 34, 0.08);
}

.product-collage__cell {
  margin: 0;
  overflow: hidden;
  background: #fff;
  min-height: 0;
  aspect-ratio: 1 / 1;
}

.product-collage__cell--a {
  grid-row: auto;
}

.product-collage__cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.6s var(--ease);
}

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

.product-collage__badge {
  position: absolute;
  left: 0.4rem;
  bottom: 0.4rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.2rem 0.4rem 0.2rem 0.2rem;
  background: rgba(6, 36, 34, 0.92);
  color: #fff;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-collage__badge img {
  width: 0.95rem;
  height: 0.95rem;
  object-fit: contain;
  background: #fff;
  border-radius: 50%;
}

/* ---------- Compact side panel ---------- */
.cat-aside-compact {
  display: grid;
  gap: 0.65rem;
  align-content: start;
}

.cat-side-media {
  min-height: 0 !important;
  margin-bottom: 0 !important;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(20, 32, 30, 0.08);
  background: #eef3f0;
}

.cat-side-media img {
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  object-fit: cover;
  display: block;
}

.panel-soft--compact {
  padding: 0.85rem 0.9rem !important;
}

.panel-soft--compact h3 {
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

.panel-soft--compact p {
  font-size: 0.86rem;
  margin-bottom: 0.7rem;
}

.panel-soft--compact .btn {
  width: 100%;
  padding: 0.55rem 0.85rem;
  font-size: 0.85rem;
  min-height: 0;
}

.pack-showcase--compact {
  padding: 0.75rem !important;
  margin-bottom: 0 !important;
}

.pack-showcase--compact .bottle-stage {
  display: none !important;
}

.pack-showcase--photo {
  background:
    radial-gradient(circle at 50% 30%, rgba(232, 197, 106, 0.14), transparent 55%),
    linear-gradient(180deg, #f8fbf9, #eef4f1);
  border: 1px solid rgba(20, 32, 30, 0.08);
}

.pack-showcase-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  align-items: stretch;
}

.pack-showcase-photo {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  max-height: none;
  min-height: 0;
  padding: 0.45rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(20, 32, 30, 0.06);
}

.pack-showcase--duo .pack-showcase-photo {
  aspect-ratio: 1 / 1;
}

.pack-showcase-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.pack-showcase--photo .pack-showcase-note {
  margin: 0.45rem 0 0 !important;
  font-size: 0.72rem !important;
  line-height: 1.35;
  color: var(--ink-soft);
}

.showcase-photo {
  margin: 0 0 1rem;
  max-width: 420px;
  padding: 0.75rem;
  background:
    radial-gradient(circle at 50% 30%, rgba(232, 197, 106, 0.12), transparent 55%),
    linear-gradient(180deg, #f8fbf9, #eef4f1);
  border: 1px solid rgba(20, 32, 30, 0.08);
}

.showcase-photo--duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  max-width: 420px;
}

.showcase-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  display: block;
  background: rgba(255, 255, 255, 0.55);
  padding: 0.35rem;
  border: 1px solid rgba(20, 32, 30, 0.06);
}

.nutra-range-grid--photos {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.nutra-range-card {
  margin: 0;
  padding: 0.55rem;
  background: #fff;
  border: 1px solid rgba(20, 32, 30, 0.08);
}

.nutra-range-card__media {
  aspect-ratio: 1 / 1;
  max-height: 140px;
  margin-bottom: 0.45rem;
  padding: 0.35rem;
  background: #f4f8f6;
  display: grid;
  place-items: center;
}

.nutra-range-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nutra-range-card strong {
  display: block;
  font-size: 0.82rem;
  color: var(--teal-950);
  line-height: 1.25;
  margin-bottom: 0.2rem;
}

.nutra-range-card span {
  display: block;
  font-size: 0.74rem;
  color: var(--ink-soft);
  line-height: 1.35;
}

@media (max-width: 720px) {
  .nutra-range-grid--photos {
    grid-template-columns: 1fr 1fr;
  }
}

/* ---------- Packaging: icon strip + full contain gallery ---------- */
.brand-pack-section {
  padding-top: 0.35rem;
  padding-bottom: var(--section-y);
}

.brand-pack-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  flex-wrap: nowrap;
  margin-bottom: 0.85rem;
}

.brand-pack-toolbar__text {
  min-width: 0;
  flex: 1;
}

.brand-pack-toolbar .eyebrow {
  margin-bottom: 0.15rem;
}

.brand-pack-toolbar h2 {
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  margin: 0;
  color: var(--teal-950);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brand-pack-toolbar__actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.brand-pack-toolbar__actions .btn {
  padding: 0.45rem 0.8rem;
  font-size: 0.8rem;
  min-height: 0;
}

.brand-pack-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
}

.brand-pack-icon {
  width: 58px;
  height: 58px;
  padding: 0.3rem;
  border: 1px solid rgba(20, 32, 30, 0.12);
  background: #fff;
  display: grid;
  place-items: center;
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease), transform 0.25s var(--ease);
}

.brand-pack-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.brand-pack-icon:hover,
.brand-pack-icon.is-active {
  border-color: var(--teal-700);
  box-shadow: 0 4px 14px rgba(6, 36, 34, 0.12);
  transform: translateY(-2px);
}

.brand-pack-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--card-gap);
}

.brand-pack-gallery--contain {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.brand-pack-figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(20, 32, 30, 0.08);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
  overflow: hidden;
  max-width: 100%;
}

.brand-pack-figure:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.brand-pack-figure.is-focus {
  outline: 2px solid var(--teal-700);
  outline-offset: 2px;
}

.brand-pack-frame {
  position: relative;
  margin: 0;
  padding: 0;
  background: #eef3f0;
  overflow: hidden;
  line-height: 0;
}

.brand-pack-frame--contain {
  aspect-ratio: 1 / 1;
  max-height: 280px;
  padding: 0.65rem;
  background:
    radial-gradient(circle at 50% 30%, rgba(232, 197, 106, 0.12), transparent 55%),
    linear-gradient(180deg, #f8fbf9, #eef4f1);
  display: grid;
  place-items: center;
}

.brand-pack-frame--contain img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.45s var(--ease);
}

.brand-pack-figure:hover .brand-pack-frame--contain img {
  transform: scale(1.03);
}

.brand-pack-badge {
  position: absolute;
  top: 0.45rem;
  left: 0.45rem;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(20, 32, 30, 0.1);
  display: grid;
  place-items: center;
  z-index: 1;
  box-shadow: 0 3px 10px rgba(6, 36, 34, 0.14);
}

.brand-pack-badge img {
  width: 1.05rem !important;
  height: 1.05rem !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
}

.brand-pack-figure figcaption {
  display: grid;
  gap: 0.15rem;
  padding: 0.55rem 0.65rem 0.65rem;
}

.brand-pack-figure strong {
  font-family: var(--font-display);
  font-size: 0.88rem;
  color: var(--teal-950);
  line-height: 1.25;
}

.brand-pack-figure span {
  font-size: 0.74rem;
  color: var(--ink-soft);
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 900px) {
  .brand-pack-toolbar {
    flex-wrap: wrap;
  }

  .brand-pack-toolbar h2 {
    white-space: normal;
  }
}

/* Portfolio equal cards */
.portfolio-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: var(--card-gap) !important;
}

.portfolio-item,
.portfolio-item:nth-child(n) {
  grid-column: auto !important;
  min-height: 0 !important;
  aspect-ratio: 4 / 5;
}

.portfolio-icon {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  z-index: 2;
  width: 1.85rem;
  height: 1.85rem;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(201, 146, 46, 0.4);
  box-shadow: 0 3px 10px rgba(6, 36, 34, 0.14);
}

.portfolio-item .portfolio-icon img {
  position: static !important;
  inset: auto;
  width: 1.05rem;
  height: 1.05rem;
  object-fit: contain;
}

.portfolio-body {
  padding: 0.85rem 0.9rem 0.95rem !important;
}

.portfolio-body h3 {
  font-size: 1rem !important;
}

.portfolio-body p {
  font-size: 0.78rem !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.photo-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--card-gap);
}

.photo-gallery-item {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(20, 32, 30, 0.08);
  background: #fff;
}

.photo-gallery-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.photo-gallery-item figcaption {
  padding: 0.5rem 0.65rem;
  font-size: 0.78rem;
}

.produce-portfolio-section {
  padding-top: 0.25rem;
}

.produce-type-grid,
.cultivation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--card-gap);
}

@media (min-width: 980px) {
  .produce-portfolio-section .produce-type-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.produce-type-card,
.cultivation-card {
  margin: 0;
  background: #fff;
  border: 1px solid rgba(20, 32, 30, 0.08);
  overflow: hidden;
}

.produce-type-photo,
.cultivation-photo {
  line-height: 0;
}

.produce-type-photo img,
.cultivation-photo img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.produce-type-body,
.cultivation-body {
  padding: 0.75rem 0.85rem 0.9rem;
}

.produce-type-body h3,
.cultivation-body h3 {
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

.produce-type-body p,
.cultivation-body p {
  font-size: 0.88rem;
  margin-bottom: 0.45rem;
}

.trust-banner {
  margin: 0.85rem 0 !important;
  padding: 0.95rem 1rem !important;
}

.advantage-shell {
  gap: 1.35rem !important;
  padding-top: 1.1rem !important;
}

.story-card,
.deep-dive-card,
.writeup-block {
  padding-top: 1.1rem !important;
}

.panel-soft {
  padding: 1.1rem !important;
}

.reveal {
  transform: translateY(14px);
  transition: opacity 0.55s var(--ease), transform 0.55s var(--ease);
}

@media (max-width: 1100px) {
  .portfolio-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .brand-pack-gallery,
  .brand-pack-gallery--contain {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .photo-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .section-split--compact,
  .section-split,
  .category-layout,
  .enquiry-shell,
  .advantage-shell,
  .deal-band,
  .showcase-detail,
  .story-dual,
  .contact-grid {
    grid-template-columns: 1fr !important;
  }

  .product-collage,
  .product-collage--compact {
    margin: 0 auto;
    max-width: 240px;
  }

  .hero.hero-slider {
    height: 280px !important;
    max-height: 280px !important;
  }

  .hero-slide .hero-content,
  .hero .hero-content {
    max-width: 90%;
    padding: 1rem 1rem 2.4rem;
  }

  .hero-float--2,
  .hero-float--3 {
    display: none;
  }

  .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

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

  .form-grid,
  .stat-row,
  .enquiry-tabs {
    grid-template-columns: 1fr !important;
  }

  .enquiry-aside {
    position: static !important;
  }
}

@media (max-width: 720px) {
  :root {
    --container: min(1180px, calc(100% - 1.25rem));
  }

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

  .header-inner {
    width: var(--container);
  }

  .brand-pack-gallery,
  .brand-pack-gallery--contain,
  .photo-gallery,
  .portfolio-grid,
  .produce-type-grid,
  .cultivation-grid,
  .nutra-range-grid,
  .region-grid,
  .pack-mocks-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .deep-dive-grid,
  .story-dual,
  .writeup-grid,
  .size-table-grid,
  .feature-list,
  .process-rail,
  .contact-grid,
  .form-grid,
  .stat-row,
  .advantage-shell,
  .deal-band,
  .showcase-detail,
  .enquiry-shell,
  .section-split,
  .section-split--compact,
  .category-layout {
    grid-template-columns: 1fr !important;
  }

  .page-banner {
    min-height: 160px !important;
    max-height: 200px !important;
  }

  .page-banner-content {
    padding: 1.35rem 0 1.1rem !important;
  }

  .page-banner h1 {
    font-size: clamp(1.35rem, 6vw, 1.8rem) !important;
  }

  .hero-wrap {
    width: calc(100% - 1.25rem);
    margin-top: 0.65rem;
  }

  .hero.hero-slider {
    height: 240px !important;
    max-height: 240px !important;
  }

  .hero-slide .hero-content,
  .hero .hero-content {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0.85rem 0.85rem 2.2rem !important;
  }

  .hero-brand {
    font-size: 1.35rem !important;
  }

  .hero h1 {
    font-size: 0.92rem !important;
  }

  .hero-lead {
    font-size: 0.8rem !important;
    -webkit-line-clamp: 2;
  }

  .hero .cta-row .btn {
    padding: 0.5rem 0.75rem;
    font-size: 0.78rem;
  }

  .hero-controls {
    left: 0.75rem;
    bottom: 0.55rem;
  }

  .hero .cta-row {
    flex-wrap: wrap;
  }

  .hero-float-layer {
    display: none;
  }

  .brand-pack-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand-pack-toolbar__actions {
    width: 100%;
  }

  .brand-pack-toolbar__actions .btn {
    flex: 1;
    text-align: center;
  }

  .brand-pack-icons {
    gap: 0.35rem;
  }

  .brand-pack-icon {
    width: 48px;
    height: 48px;
  }

  .brand-pack-frame--contain {
    max-height: 220px;
  }

  .product-collage,
  .product-collage--compact {
    max-width: min(240px, 100%);
  }

  .cta-row {
    flex-wrap: wrap;
    gap: 0.55rem;
  }

  .cta-row .btn {
    flex: 1 1 auto;
    text-align: center;
  }

  .portfolio-item,
  .portfolio-item:nth-child(n) {
    aspect-ratio: 16 / 10 !important;
  }

  .enquiry-tabs {
    grid-template-columns: 1fr !important;
  }

  .site-footer {
    padding-bottom: 1.5rem;
  }

  .footer-grid {
    gap: 1.25rem !important;
  }

  table,
  .size-table,
  .size-table-grid {
    width: 100%;
    overflow-x: auto;
  }
}

@media (max-width: 480px) {
  .portfolio-grid {
    grid-template-columns: 1fr !important;
  }

  .brand-pack-gallery,
  .brand-pack-gallery--contain {
    grid-template-columns: 1fr !important;
  }

  .site-header .brand {
    max-width: calc(100% - 52px);
  }

  .site-header .brand-logo {
    height: 44px !important;
    max-height: 44px !important;
    max-width: min(200px, 52vw) !important;
  }

  .site-header .brand-text {
    padding-left: 0.5rem;
  }

  .site-header .brand-sub {
    font-size: 0.72rem !important;
  }

  .btn,
  .site-nav .btn-nav {
    font-size: 0.8rem !important;
  }
}

/* Touch-friendly targets */
@media (hover: none) and (pointer: coarse) {
  .site-nav a,
  .btn,
  .hero-nav,
  .hero-dot,
  .brand-pack-icon {
    min-height: 40px;
  }

  .hero-dot {
    min-width: 12px;
  }
}

/* ---------- Global Reach ---------- */
.global-reach-section {
  background:
    radial-gradient(700px 280px at 10% 0%, rgba(201, 146, 46, 0.08), transparent 60%),
    linear-gradient(180deg, #f4f8f6 0%, var(--paper) 100%);
}

.global-reach-section .section-head p:last-child {
  max-width: 62ch;
  margin: 0.35rem 0 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.global-reach-shell {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 1.35rem;
  align-items: stretch;
}

.global-reach-map {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(20, 32, 30, 0.1);
  background: #eef5f2;
  min-height: 280px;
  box-shadow: 0 10px 28px rgba(6, 36, 34, 0.08);
}

.global-reach-svg {
  display: block;
  width: 100%;
  height: auto;
  min-height: 280px;
}

.map-india-flag {
  position: absolute;
  left: 52%;
  top: 48%;
  transform: translate(-50%, -110%);
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.4rem 0.65rem 0.4rem 0.4rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(20, 32, 30, 0.1);
  box-shadow: 0 8px 22px rgba(6, 36, 34, 0.16);
  z-index: 2;
}

.map-india-flag img {
  width: 40px;
  height: 28px;
  object-fit: cover;
  border: 1px solid rgba(20, 32, 30, 0.08);
  flex-shrink: 0;
}

.map-india-flag strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.92rem;
  color: var(--teal-950);
  line-height: 1.1;
}

.map-india-flag span {
  display: block;
  font-size: 0.68rem;
  color: var(--ink-soft);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.map-pin-list {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
}

.map-pin-list li {
  position: absolute;
  left: var(--x);
  top: var(--y);
  transform: translate(-50%, -50%);
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--teal-950);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 74, 68, 0.12);
  padding: 0.15rem 0.4rem;
  white-space: nowrap;
}

.global-reach-markets {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.15rem 1.2rem 1.25rem;
  background: #fff;
  border: 1px solid rgba(20, 32, 30, 0.1);
}

.global-reach-label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal-700);
}

.market-flags {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.market-flags li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.5rem;
  background: #f4f8f6;
  border: 1px solid rgba(20, 32, 30, 0.06);
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--teal-950);
}

.market-flags img {
  width: 28px;
  height: 20px;
  object-fit: cover;
  border: 1px solid rgba(20, 32, 30, 0.1);
  flex-shrink: 0;
}

.global-reach-note {
  margin: 0;
  font-size: 0.86rem;
  color: var(--ink-soft);
  line-height: 1.45;
}

.global-reach-markets .cta-row {
  margin-top: auto;
}

@media (max-width: 900px) {
  .global-reach-shell {
    grid-template-columns: 1fr;
  }

  .map-pin-list li:nth-child(n + 3) {
    display: none;
  }
}

@media (max-width: 520px) {
  .market-flags {
    grid-template-columns: 1fr;
  }

  .map-india-flag {
    left: 50%;
    top: 42%;
  }

  .map-pin-list {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-float,
  .hero-slide {
    animation: none !important;
    transition: none !important;
  }
}
