/* Argo Olive Oil brand-bridge — scoped to .argo-olive; safe to delete to revert */

.argo-olive {
  --argo-plum: #29121c;
  --argo-blush: #fffaf8;
  --argo-cream: #fff6f1;
  --argo-peach: #ecaf92;
  --argo-pink: rgba(255, 105, 180, 0.12);
  --argo-border: rgba(41, 18, 28, 0.08);
  --argo-muted: rgba(41, 18, 28, 0.78);

  color: var(--argo-plum);
  background: var(--argo-blush);
  overflow-x: clip;
}

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

/* ---------- Shared CTA ---------- */

.argo-olive__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 1.75rem;
  min-width: 150px;
  min-height: 51px;
  height: auto;
  padding: 0.85rem 2rem;
  border-radius: 999px;
  border: 1.5px solid transparent;
  background: var(--argo-plum);
  color: #ffffff;
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 200ms ease,
    color 200ms ease,
    border-color 200ms ease,
    transform 200ms ease,
    box-shadow 200ms ease;
}

.argo-olive__cta:hover {
  background: #3d1c2a;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(61, 28, 42, 0.16);
}

.argo-olive__cta:focus-visible {
  outline: 3px solid rgba(236, 175, 146, 0.75);
  outline-offset: 3px;
}

.argo-olive__cta--outline {
  background: transparent;
  color: var(--argo-plum);
  border-color: rgba(41, 18, 28, 0.22);
}

.argo-olive__cta--outline:hover {
  background: var(--argo-plum);
  color: #ffffff;
  border-color: var(--argo-plum);
}

.argo-olive__cta-icon {
  flex-shrink: 0;
  opacity: 0.9;
}

/* ---------- Hero ---------- */

.argo-olive-hero {
  background: linear-gradient(180deg, var(--argo-blush) 0%, var(--argo-cream) 100%);
  padding: clamp(3.5rem, 8vw, 6.5rem) 0 clamp(3rem, 6vw, 5rem);
}

.argo-olive-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.argo-olive-hero__copy {
  max-width: 30rem;
}

.argo-olive-hero__eyebrow {
  margin: 0 0 0.85rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--argo-peach);
}

.argo-olive-hero__title {
  margin: 0 0 1rem;
  max-width: 11em;
  font-size: clamp(2.15rem, 3.8vw, 3.35rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: var(--argo-plum);
  overflow-wrap: break-word;
  hyphens: manual;
}

.argo-olive-hero__body {
  margin: 0;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  font-weight: 300;
  line-height: 1.6;
  color: var(--argo-muted);
}

.argo-olive-hero__visual {
  min-width: 0;
}

.argo-olive-hero__figure {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--argo-border);
  background: #fff8f4;
  aspect-ratio: 5 / 4;
  max-height: min(520px, 58vh);
  box-shadow: 0 14px 36px rgba(41, 18, 28, 0.07);
}

.argo-olive-hero__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ---------- Family story ---------- */

.argo-olive-story {
  background: var(--argo-cream);
  padding: clamp(2.75rem, 5.5vw, 4.5rem) 0;
}

.argo-olive-story__inner {
  max-width: 36rem;
  margin: 0 auto;
  text-align: center;
}

.argo-olive-story__title {
  margin: 0 0 1.15rem;
  font-size: clamp(1.85rem, 3vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.12;
  color: var(--argo-plum);
  overflow-wrap: break-word;
}

.argo-olive-story__body {
  margin: 0 0 1rem;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  font-weight: 300;
  line-height: 1.65;
  color: var(--argo-muted);
}

.argo-olive-story__body:last-child {
  margin-bottom: 0;
}

/* ---------- Brand bridge ---------- */

.argo-olive-bridge {
  background: var(--argo-blush);
  padding: clamp(2.75rem, 5.5vw, 4.5rem) 0;
}

.argo-olive-bridge__inner {
  max-width: 38rem;
  margin: 0 auto;
  text-align: center;
}

.argo-olive-bridge__eyebrow {
  margin: 0 0 0.85rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--argo-peach);
}

.argo-olive-bridge__title {
  margin: 0 0 1.15rem;
  font-size: clamp(1.85rem, 3vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.12;
  color: var(--argo-plum);
  overflow-wrap: break-word;
}

.argo-olive-bridge__body {
  margin: 0;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  font-weight: 300;
  line-height: 1.65;
  color: var(--argo-muted);
}

/* ---------- Product intro ---------- */

.argo-olive-product {
  background: var(--argo-cream);
  padding: clamp(2.35rem, 4.75vw, 3.7rem) 0;
}

.argo-olive-product__card {
  max-width: 52rem;
  margin: 0 auto;
  padding: clamp(1.5rem, 3.5vw, 2.35rem) clamp(1.35rem, 3.5vw, 2.5rem);
  border-radius: 20px;
  border: 1px solid var(--argo-border);
  background: var(--argo-blush);
  box-shadow: 0 10px 28px rgba(41, 18, 28, 0.05);
}

.argo-olive-product__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(1.5rem, 3.5vw, 2.75rem);
  align-items: center;
}

.argo-olive-product__visual {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.75rem, 2vw, 1.25rem) 0;
}

.argo-olive-product__glow {
  position: absolute;
  inset: 8% 6% 10% 6%;
  border-radius: 50%;
  background: radial-gradient(
    ellipse at 50% 48%,
    rgba(236, 175, 146, 0.34) 0%,
    rgba(255, 246, 241, 0.45) 38%,
    rgba(255, 250, 248, 0) 72%
  );
  pointer-events: none;
  z-index: 0;
}

.argo-olive-product__halo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(96%, 15.5rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(
    circle at 50% 46%,
    rgba(255, 250, 248, 0.95) 0%,
    rgba(255, 246, 241, 0.55) 42%,
    rgba(236, 175, 146, 0.18) 68%,
    rgba(236, 175, 146, 0) 100%
  );
  box-shadow: 0 0 0 1px rgba(236, 175, 146, 0.16);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}

.argo-olive-product__figure {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 14rem;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

.argo-olive-product__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 14px 22px rgba(41, 18, 28, 0.1));
}

.argo-olive-product__copy {
  text-align: left;
  max-width: 28rem;
}

.argo-olive-product__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.55rem, 2.6vw, 2.05rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.18;
  color: var(--argo-plum);
  overflow-wrap: break-word;
}

.argo-olive-product__attrs {
  margin: 0 0 1rem;
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.45;
  color: rgba(41, 18, 28, 0.62);
}

.argo-olive-product__body {
  margin: 0;
  font-size: clamp(1rem, 1.45vw, 1.1rem);
  font-weight: 300;
  line-height: 1.6;
  color: var(--argo-muted);
}

.argo-olive-product__copy .argo-olive__cta {
  margin-top: 1.5rem;
}

/* ---------- Closing CTA ---------- */

.argo-olive-close {
  position: relative;
  background: linear-gradient(180deg, var(--argo-blush) 0%, #f3e6df 100%);
  padding: clamp(2.55rem, 5.5vw, 4.1rem) 0 clamp(3.15rem, 6.5vw, 4.9rem);
  overflow: hidden;
}

.argo-olive-close::before {
  content: "";
  position: absolute;
  inset: auto -15% -35% 45%;
  height: 65%;
  background: radial-gradient(ellipse at center, var(--argo-pink) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.argo-olive-close .container {
  position: relative;
  z-index: 1;
}

.argo-olive-close__panel {
  max-width: 34rem;
  margin: 0 auto;
  text-align: center;
}

.argo-olive-close__title {
  margin: 0 0 0.9rem;
  font-size: clamp(1.85rem, 3vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.12;
  color: var(--argo-plum);
  overflow-wrap: break-word;
}

.argo-olive-close__body {
  margin: 0;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  font-weight: 300;
  line-height: 1.6;
  color: var(--argo-muted);
}

/* ---------- Tablet / mobile ---------- */

@media (max-width: 899px) {
  .argo-olive-hero__layout {
    grid-template-columns: 1fr;
    gap: clamp(1.75rem, 5vw, 2.5rem);
  }

  .argo-olive-hero__copy {
    max-width: 36rem;
  }

  .argo-olive-hero__figure {
    aspect-ratio: 4 / 3;
    max-height: none;
  }

  .argo-olive-story__inner,
  .argo-olive-bridge__inner {
    text-align: left;
    margin: 0;
  }

  .argo-olive-product__layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    justify-items: center;
  }

  .argo-olive-product__copy {
    text-align: center;
    max-width: 32rem;
  }

  .argo-olive-product__figure {
    max-width: 11rem;
  }
}

@media (max-width: 767px) {
  .argo-olive-hero {
    padding: clamp(3rem, 11vw, 4rem) 0 clamp(2.5rem, 8vw, 3.25rem);
  }

  /* Keep mid-page sections comfortable on mobile (avoid cramped feel) */
  .argo-olive-story,
  .argo-olive-bridge {
    padding: clamp(3rem, 10vw, 3.75rem) 0;
  }

  .argo-olive-product {
    padding: clamp(2.5rem, 8vw, 3.25rem) 0;
  }

  .argo-olive-close {
    padding: clamp(3rem, 10vw, 3.75rem) 0 clamp(3.5rem, 11vw, 4.5rem);
  }

  .argo-olive-hero__layout {
    gap: 1.5rem;
  }

  .argo-olive-hero__title {
    max-width: none;
    font-size: clamp(1.95rem, 8.2vw, 2.45rem);
  }

  .argo-olive__cta {
    width: 100%;
    max-width: 22rem;
  }

  .argo-olive-product__card {
    padding: 1.5rem 1.25rem;
    border-radius: 16px;
  }

  .argo-olive-product__figure {
    max-width: 9.5rem;
  }

  .argo-olive-product__copy .argo-olive__cta,
  .argo-olive-close__panel .argo-olive__cta {
    width: 100%;
    max-width: 22rem;
  }
}

@media (max-width: 399px) {
  .argo-olive-hero__title {
    font-size: 1.85rem;
    letter-spacing: -0.02em;
  }

  .argo-olive-story__title,
  .argo-olive-bridge__title,
  .argo-olive-close__title {
    font-size: 1.65rem;
  }
}
