/* Argo About Us — scoped to .argo-about; safe to delete to revert */

.argo-about {
  --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;
}

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

.argo-about-hero {
  background: linear-gradient(180deg, var(--argo-blush) 0%, var(--argo-cream) 100%);
  padding: clamp(4.5rem, 9vw, 7.5rem) 0 clamp(3.5rem, 7vw, 5.5rem);
}

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

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

.argo-about-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-about-hero__title {
  margin: 0 0 1rem;
  font-size: clamp(2.15rem, 3.8vw, 3.35rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: var(--argo-plum);
}

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

.argo-about-hero__body p {
  margin: 0 0 1rem;
}

.argo-about-hero__body p:last-child {
  margin-bottom: 0;
}

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

.argo-about-hero__figure {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--argo-border);
  background: #fff8f4;
  aspect-ratio: 5 / 6;
  max-height: min(640px, 72vh);
}

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

/* ---------- Founders ---------- */

.argo-about-founders {
  background: var(--argo-blush);
  padding: clamp(3.75rem, 8vw, 6.5rem) 0;
}

.argo-about-founders__header {
  max-width: 36rem;
  margin: 0 auto clamp(2.5rem, 5vw, 3.75rem);
  text-align: center;
}

.argo-about-founders__title {
  margin: 0;
  font-size: clamp(2rem, 3.4vw, 2.85rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.12;
  color: var(--argo-plum);
}

.argo-about-founders__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2.75rem, 5.5vw, 4.5rem);
  align-items: start;
}

.argo-about-founder {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 0;
}

.argo-about-founder__portrait {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 0;
  background: transparent;
  width: 100%;
  max-width: 28rem;
  aspect-ratio: 1 / 1;
  height: auto;
}

.argo-about-founder__portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.argo-about-founder__copy {
  max-width: 28rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.argo-about-founder__name {
  margin: 0 0 0.9rem;
  font-size: clamp(1.3rem, 1.9vw, 1.55rem);
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.22;
  color: var(--argo-plum);
}

.argo-about-founder__sep {
  font-weight: 400;
  color: rgba(41, 18, 28, 0.28);
}

.argo-about-founder__role {
  font-size: 0.92em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: rgba(41, 18, 28, 0.58);
}

.argo-about-founder__quote {
  margin: 0 0 1.15rem;
  padding: 0;
  border: 0;
}

.argo-about-founder__quote p {
  margin: 0;
  font-size: clamp(1.02rem, 1.35vw, 1.125rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.5;
  color: var(--argo-plum);
}

.argo-about-founder__quote p::before {
  content: "“";
}

.argo-about-founder__quote p::after {
  content: "”";
}

.argo-about-founder__bio {
  font-size: clamp(0.98rem, 1.35vw, 1.05rem);
  font-weight: 300;
  line-height: 1.65;
  color: var(--argo-muted);
}

.argo-about-founder__bio p {
  margin: 0 0 0.9rem;
}

.argo-about-founder__bio p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .argo-about-founder__quote {
    min-height: 5.1rem;
  }
}

/* ---------- Editorial story rows ---------- */

.argo-about-stories {
  background: var(--argo-blush);
}

.argo-about-row {
  padding: clamp(3.25rem, 7vw, 5.75rem) 0;
}

.argo-about-row--cream {
  background: var(--argo-cream);
}

.argo-about-row--blush {
  background: var(--argo-blush);
}

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

.argo-about-row--flip .argo-about-row__layout {
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
}

.argo-about-row--flip .argo-about-row__visual {
  order: 2;
}

.argo-about-row--flip .argo-about-row__copy {
  order: 1;
}

.argo-about-row__copy {
  max-width: 30rem;
}

.argo-about-row__title {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 2.8vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: var(--argo-plum);
}

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

.argo-about-row__body p {
  margin: 0 0 1rem;
}

.argo-about-row__body p:last-child {
  margin-bottom: 0;
}

.argo-about-row__visual {
  min-width: 0;
}

.argo-about-row__figure {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--argo-border);
  background: #fff8f4;
  aspect-ratio: 5 / 4;
  box-shadow: 0 14px 36px rgba(41, 18, 28, 0.07);
}

.argo-about-row__figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Soft pink accent — first editorial row only, very light */
.argo-about-row--cream:first-child .argo-about-row__figure {
  box-shadow:
    0 14px 36px rgba(41, 18, 28, 0.07),
    0 0 0 1px rgba(255, 105, 180, 0.06);
}

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

.argo-about-close {
  position: relative;
  background: linear-gradient(180deg, var(--argo-cream) 0%, #f3e6df 100%);
  padding: clamp(3.5rem, 7vw, 5.5rem) 0 clamp(4rem, 8vw, 6.5rem);
  overflow: hidden;
}

.argo-about-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-about-close .container {
  position: relative;
  z-index: 1;
}

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

.argo-about-close__copy {
  max-width: 28rem;
}

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

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

.argo-about-close__body p {
  margin: 0 0 1rem;
}

.argo-about-close__body p:last-child {
  margin-bottom: 0;
}

.argo-about-close__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  min-width: 150px;
  height: 51px;
  padding: 0 2.15rem;
  border-radius: 999px;
  background: var(--argo-plum);
  color: #ffffff;
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition:
    background-color 200ms ease,
    transform 200ms ease,
    box-shadow 200ms ease;
}

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

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

.argo-about-close__visual {
  min-width: 0;
}

.argo-about-close__figure {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--argo-border);
  background: #fff8f4;
  aspect-ratio: 5 / 4;
  max-height: min(420px, 50vh);
  box-shadow: 0 18px 40px rgba(41, 18, 28, 0.1);
}

.argo-about-close__figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

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

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

  .argo-about-row--flip .argo-about-row__visual,
  .argo-about-row--flip .argo-about-row__copy {
    order: initial;
  }

  /* Story rows: copy first, image second on tablet/mobile */
  .argo-about-row__visual {
    order: 2;
  }

  .argo-about-row__copy {
    order: 1;
    max-width: 36rem;
  }

  .argo-about-hero__copy,
  .argo-about-close__copy {
    max-width: 36rem;
  }

  .argo-about-hero__figure {
    aspect-ratio: 4 / 5;
    max-height: min(520px, 62vh);
  }

  .argo-about-founder__portrait {
    max-width: 24rem;
  }

  .argo-about-row__figure,
  .argo-about-close__figure {
    aspect-ratio: 4 / 3;
    max-height: none;
  }
}

/* ---------- Mobile ---------- */

@media (max-width: 767px) {
  .argo-about-hero {
    padding: clamp(3.25rem, 12vw, 4.25rem) 0 clamp(2.5rem, 8vw, 3.25rem);
  }

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

  .argo-about-founders {
    padding: clamp(3rem, 10vw, 4rem) 0;
  }

  .argo-about-founders__header {
    margin-bottom: 2rem;
    text-align: left;
  }

  .argo-about-founders__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .argo-about-founder {
    gap: 1.25rem;
  }

  .argo-about-founder__portrait,
  .argo-about-founder__copy {
    max-width: min(100%, 22rem);
  }

  .argo-about-row {
    padding: clamp(2.5rem, 9vw, 3.5rem) 0;
  }

  .argo-about-row__layout {
    gap: 1.35rem;
  }

  .argo-about-close {
    padding: clamp(2.75rem, 9vw, 3.75rem) 0 clamp(3.25rem, 10vw, 4.5rem);
  }

  .argo-about-close__layout {
    gap: 1.5rem;
  }

  .argo-about-close__cta {
    width: auto;
    min-width: 155px;
  }
}
