/* ─────────────────────────────────────────
   BUTTONS
───────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  font-family: var(--font-label);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background var(--duration) var(--ease),
              color var(--duration) var(--ease),
              border-color var(--duration) var(--ease),
              transform var(--duration) var(--ease);
  text-decoration: none;
  white-space: nowrap;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--honey);
  color: var(--text-on-amber);
  border-color: var(--honey);
}

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

.btn-dark {
  background: var(--steel-deep);
  color: var(--text-inverse);
  border-color: var(--steel-deep);
}

.btn-dark:hover {
  background: var(--steel-dark);
  border-color: var(--steel-dark);
}

.btn-outline {
  background: transparent;
  color: var(--text-primary);
  border-color: var(--rule);
}

.btn-outline:hover {
  border-color: var(--text-primary);
  color: var(--text-primary);
}

.btn-ghost-lt {
  background: transparent;
  color: var(--text-muted);
  border-color: var(--rule);
}

.btn-ghost-lt:hover {
  color: var(--text-primary);
  border-color: var(--steel);
}

/* Ghost on dark backgrounds (video, footer) */
.over-dark .btn-ghost-lt,
.video-section .btn-ghost-lt,
.split-b2b .btn-ghost-lt,
.split-consumer .btn-ghost-lt {
  color: rgba(255,255,255,0.75);
  border-color: rgba(255,255,255,0.25);
}

.over-dark .btn-ghost-lt:hover,
.video-section .btn-ghost-lt:hover {
  color: #fff;
  border-color: rgba(255,255,255,0.5);
}

.btn-sm {
  padding: 10px 20px;
  font-size: 10px;
}

@media (max-width: 768px) {
  .btn {
    min-height: 44px;
    padding: 12px 28px;
  }

  .btn-sm {
    min-height: 44px;
    padding: 10px 20px;
  }
}

/* ─────────────────────────────────────────
   TEXT LINK
───────────────────────────────────────── */
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-label);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-amber);
  text-decoration: none;
  transition: gap var(--duration) var(--ease),
              color var(--duration) var(--ease);
}

.text-link:hover {
  gap: 10px;
}

.text-link::after {
  content: '→';
}

/* ─────────────────────────────────────────
   EYEBROW + SECTION HEADER
───────────────────────────────────────── */
.eyebrow {
  display: block;
  font-family: var(--font-label);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-sage);
  margin-bottom: 16px;
}

.eyebrow-amber {
  color: var(--accent-amber);
}

.eyebrow-muted {
  color: var(--text-muted);
}

.section-headline {
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--text-primary);
}

.section-headline-inv {
  color: var(--text-inverse);
}

.section-sub {
  font-size: var(--text-lg);
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.65;
  max-width: 560px;
}

.section-sub-inv {
  color: rgba(250, 248, 244, 0.88);
}

/* ─────────────────────────────────────────
   BRAND ICONS
───────────────────────────────────────── */
.brand-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: currentColor;
}

.brand-icon::before {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  background: currentColor;
  -webkit-mask: var(--icon-mask) center / contain no-repeat;
          mask: var(--icon-mask) center / contain no-repeat;
}

.icon-process {
  --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M5 11.5c0-2.5 2-4.5 4.5-4.5.9 0 1.8.3 2.5.8.8-1.7 2.5-2.8 4.5-2.8 2.8 0 5 2.2 5 5s-2.2 5-5 5H6.5C4 15 2 13 2 10.5S4 6 6.5 6c.6 0 1.2.1 1.7.3C6.4 6.9 5 8.9 5 11.5Z'/%3E%3C/svg%3E");
}

.icon-droplet {
  --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2s7 7.6 7 13a7 7 0 1 1-14 0c0-5.4 7-13 7-13Zm0 17a4 4 0 0 0 4-4c0-2.3-2.3-5.8-4-8-1.7 2.2-4 5.7-4 8a4 4 0 0 0 4 4Z'/%3E%3C/svg%3E");
}

.icon-jar {
  --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M8 2h8v3H8V2Zm1 4h6c1.7 1 2.5 2.4 2.5 4.2V20c0 1.1-.9 2-2 2h-7c-1.1 0-2-.9-2-2v-9.8C6.5 8.4 7.3 7 9 6Zm-.5 7v7h7v-7h-7Zm0-2h7v-.8c0-.9-.4-1.6-1.2-2.2H9.7c-.8.6-1.2 1.3-1.2 2.2v.8Z'/%3E%3C/svg%3E");
}

.icon-calendar {
  --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 2h2v3h6V2h2v3h3v17H4V5h3V2Zm11 8H6v10h12V10ZM6 7v1h12V7H6Zm3 5h2v2H9v-2Zm4 0h2v2h-2v-2Zm-4 4h2v2H9v-2Zm4 0h2v2h-2v-2Z'/%3E%3C/svg%3E");
}

.icon-facility {
  --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2 3 6v3h18V6l-9-4ZM5 11v8H3v3h18v-3h-2v-8h-3v8h-2v-8h-4v8H8v-8H5Z'/%3E%3C/svg%3E");
}

.icon-lab {
  --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M8 2h8v2h-1v5.2l5.4 8.8A2.6 2.6 0 0 1 18.2 22H5.8a2.6 2.6 0 0 1-2.2-4L9 9.2V4H8V2Zm3 8-3.2 5h8.4L13 10V4h-2v6Zm-4.9 7-1 1.7c-.3.6.1 1.3.7 1.3h12.4c.6 0 1-.7.7-1.3l-1-1.7H6.1Z'/%3E%3C/svg%3E");
}

.icon-leaf {
  --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M20.8 3.2C12.2 2.6 5.6 6.2 5.3 13.7c0 1.3.3 2.4.9 3.3L3 20.2 4.8 22l3.1-3.1c.9.5 2 .8 3.3.8 7.5-.3 11.2-6.9 10.6-15.5a1 1 0 0 0-1-1Zm-9.7 14.5c-.6 0-1.2-.1-1.7-.4l5.4-5.4-1.4-1.4L8 15.9c-.4-.6-.6-1.3-.6-2.1.2-4.6 4-7.8 12.4-7.6.2 8.4-3.1 12.3-8.7 11.5Z'/%3E%3C/svg%3E");
}

.icon-handshake {
  --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7.2 7 11 10.8l1.5-1.5L10.2 7H14l3 3h4v7h-3.2l-3.4 3.4a2.7 2.7 0 0 1-3.8 0L7.2 17H3v-7h4.2Zm8.9 9.2H17v-4.6l-3.8-3.8H13l2.3 2.3-4.3 4.3-4-4V12H5v3h3l4 4a.8.8 0 0 0 1.1 0l3-2.8Z'/%3E%3C/svg%3E");
}

.icon-clock {
  --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20Zm0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16Zm1 3v5.1l3.5 2.1-1 1.7-4.5-2.7V7h2Z'/%3E%3C/svg%3E");
}

.icon-clipboard {
  --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 2h6l1 2h3v18H5V4h3l1-2Zm1.2 4-.8 2h5.2l-.8-2h-3.6ZM7 6v14h10V6h-1l1 4H7l1-4H7Zm3 7h5v2h-5v-2Zm0 4h5v2h-5v-2Z'/%3E%3C/svg%3E");
}

/* ─────────────────────────────────────────
   PRODUCT CARDS
───────────────────────────────────────── */
.product-card {
  background: var(--steel-xlight);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform var(--duration) var(--ease),
              box-shadow var(--duration) var(--ease);
  border-top: 3px solid transparent;
  border: 1px solid var(--rule);
  border-top: 3px solid transparent;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(30, 27, 24, 0.18);
  border-top-color: var(--honey);
  border-color: var(--honey);
}

.product-card-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--bg-dark);
}

.product-card-img-placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, var(--steel-xlight) 0%, var(--steel-light) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card-img-placeholder span {
  font-family: var(--font-display);
  font-size: 48px;
  color: var(--accent-amber);
  opacity: 0.3;
}

.product-card-body {
  padding: 28px 28px 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-card-tag {
  font-family: var(--font-label);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--steel);
}

.product-card-title {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.product-card-desc {
  font-size: var(--text-sm);
  color: var(--text-muted);
  line-height: 1.7;
  flex: 1;
}

/* ─────────────────────────────────────────
   TRUST / CERT BADGES
───────────────────────────────────────── */
.cert-badge {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px 24px;
  background: var(--bg);
  border-left: 3px solid var(--honey);
  border-radius: 2px;
  border: 1px solid var(--rule);
  border-left: 3px solid var(--honey);
}

.cert-badge-icon {
  font-size: 20px;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
}

.cert-badge-label {
  font-family: var(--font-label);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.cert-badge-desc {
  font-size: var(--text-sm);
  color: var(--text-muted);
  line-height: 1.5;
}

/* ─────────────────────────────────────────
   TRUST BULLETS (checklist style)
───────────────────────────────────────── */
.trust-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.trust-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.trust-check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--accent-sage);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.trust-check svg {
  width: 11px;
  height: 11px;
  stroke: white;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-item-title {
  font-family: var(--font-label);
  font-size: var(--text-sm);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--text-primary);
  margin-bottom: 3px;
}

.trust-item-desc {
  font-size: var(--text-sm);
  color: var(--text-muted);
  line-height: 1.5;
}

/* ─────────────────────────────────────────
   PROCESS STEPS
───────────────────────────────────────── */
.process-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.process-step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--rule);
  position: relative;
}

.process-step:last-child {
  border-bottom: none;
}

.process-num {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 900;
  color: var(--accent-amber);
  opacity: 0.2;
  line-height: 1;
  flex-shrink: 0;
  width: 60px;
  letter-spacing: -0.04em;
}

.process-content {
  padding-top: 6px;
}

.process-step-title {
  font-family: var(--font-label);
  font-size: var(--text-sm);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.process-step-desc {
  font-size: var(--text-sm);
  color: var(--text-muted);
  line-height: 1.6;
}

/* Dark variant for dark section backgrounds */
.process-steps.dark .process-step {
  border-bottom-color: var(--rule-dark);
}

.process-steps.dark .process-step-title {
  color: var(--text-inverse);
}

.process-steps.dark .process-step-desc {
  color: rgba(250, 248, 244, 0.82);
}

/* ─────────────────────────────────────────
   STAT ROW
───────────────────────────────────────── */
.stat-row {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.stat-item {
  flex: 1;
  padding: 0 24px;
  border-left: 1px solid var(--rule-dark);
}

.stat-item:first-child {
  border-left: none;
  padding-left: 0;
}

.stat-number {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 700;
  color: var(--text-inverse);
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 4px;
}

.stat-label {
  font-family: var(--font-label);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(250, 248, 244, 0.72);
}
