.large-order {
  position: relative;
  padding: clamp(4rem, 6vw, 5.75rem) 1rem;
  /* background removed */
  overflow: hidden;
}

.large-order__inner {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 1fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: center;
}

.large-order__content {
  max-width: 620px;
}

.large-order__eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0.58rem 0.92rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(126, 84, 84, 0.08);
  box-shadow: 0 10px 24px rgba(83, 47, 47, 0.06);
  color: #b25063;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.large-order h2 {
  margin: 1rem 0 0;
  font-family: "Fraunces", serif;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
  color: #241616;
}

.large-order__lead {
  margin: 1.1rem 0 0;
  max-width: 32ch;
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  line-height: 1.72;
  color: #5c4c4c;
  font-weight: 600;
}

.large-order__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.35rem;
}

.large-order__chip {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(126, 84, 84, 0.08);
  box-shadow: 0 10px 22px rgba(83, 47, 47, 0.05);
  color: #201616;
  font-size: 0.9rem;
  font-weight: 800;
}

.large-order__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.large-order__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 1.3rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    filter 0.22s ease,
    background-color 0.22s ease;
}

.large-order__btn:hover {
  transform: translateY(-2px);
}

.large-order__btn--primary {
  color: #1d1111;
  background: linear-gradient(135deg, #ef8aa0 0%, #ea728c 100%);
  box-shadow:
    0 14px 26px rgba(239, 125, 145, 0.2),
    0 6px 14px rgba(239, 125, 145, 0.12);
}

.large-order__btn--secondary {
  color: #1c1313;
  background: #efe9e3;
  box-shadow:
    0 12px 22px rgba(74, 43, 43, 0.07),
    0 4px 10px rgba(74, 43, 43, 0.04);
}

.large-order__visual {
  position: relative;
  display: grid;
  gap: 1rem;
  align-items: end;
}

.large-order__visual-main,
.large-order__visual-secondary {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(126, 84, 84, 0.08);
  box-shadow:
    0 22px 46px rgba(78, 53, 53, 0.09),
    0 6px 18px rgba(78, 53, 53, 0.05);
  background: #fff8f2;
}

.large-order__visual-main {
  width: min(100%, 520px);
  aspect-ratio: 1.05 / 0.9;
  margin-left: auto;
}

.large-order__visual-secondary {
  width: min(68%, 300px);
  aspect-ratio: 1 / 0.78;
  margin-top: -5.5rem;
  margin-left: 0;
}

.large-order__visual-main img,
.large-order__visual-secondary img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.large-order__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 0.95rem;
  border-radius: 999px;
  background: rgba(255, 251, 246, 0.94);
  border: 1px solid rgba(126, 84, 84, 0.08);
  box-shadow: 0 12px 24px rgba(78, 53, 53, 0.07);
  color: #1d6d73;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  width: fit-content;
}

.large-order__pill--top {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
}

.large-order__pill--bottom {
  margin-left: auto;
  margin-right: 1rem;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 980px) {
  .large-order__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .large-order__content {
    max-width: 680px;
  }

  .large-order__visual {
    width: min(100%, 620px);
    margin: 0 auto;
  }

  .large-order__visual-main {
    width: 100%;
    margin-left: 0;
  }

  .large-order__visual-secondary {
    width: min(58%, 320px);
    margin-top: -4.5rem;
    margin-left: 1rem;
  }
}

@media (max-width: 640px) {
  .large-order {
    padding: 3.25rem 1rem 3.75rem;
  }

  .large-order__inner {
    gap: 1.75rem;
  }

  .large-order__content {
    max-width: 100%;
  }

  .large-order__eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    padding: 0.5rem 0.78rem;
  }

  .large-order h2 {
    max-width: 11ch;
    font-size: clamp(2.25rem, 11vw, 3.25rem);
    line-height: 0.95;
  }

  .large-order__lead {
    max-width: 34ch;
    margin-top: 1rem;
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .large-order__chips {
    gap: 0.65rem;
    margin-top: 1.25rem;
  }

  .large-order__chip {
    min-height: 40px;
    padding: 0 0.85rem;
    font-size: 0.82rem;
  }

  .large-order__actions {
    gap: 0.75rem;
    margin-top: 1.35rem;
  }

  .large-order__btn {
    min-height: 52px;
    padding: 0 1.1rem;
    font-size: 0.95rem;
  }

  .large-order__visual {
    width: 100%;
    margin-top: 0.25rem;
  }

  .large-order__visual-main {
    width: 100%;
    aspect-ratio: 1.05 / 0.88;
    border-radius: 26px;
  }

  .large-order__visual-secondary {
    width: min(70%, 280px);
    margin-top: -3.8rem;
    margin-left: 0.85rem;
    border-radius: 24px;
  }

  .large-order__pill {
    min-height: 38px;
    padding: 0 0.8rem;
    font-size: 0.68rem;
  }

  .large-order__pill--top {
    left: 0.8rem;
    bottom: 0.8rem;
  }
}

@media (max-width: 420px) {
  .large-order {
    padding-inline: 1rem;
  }

  .large-order h2 {
    font-size: clamp(2rem, 10.5vw, 2.65rem);
  }

  .large-order__lead {
    font-size: 0.94rem;
  }

  .large-order__chips {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .large-order__chip {
    justify-content: center;
    text-align: center;
  }

  .large-order__chip:nth-child(3) {
    grid-column: 1 / -1;
    width: fit-content;
    justify-self: start;
  }

  .large-order__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .large-order__btn {
    width: 100%;
    padding: 0 0.95rem;
  }

  .large-order__visual-main {
    aspect-ratio: 1 / 0.95;
  }

  .large-order__visual-secondary {
    width: min(74%, 250px);
    margin-top: -3.2rem;
  }
}

@media (max-width: 340px) {
  .large-order__chips,
  .large-order__actions {
    grid-template-columns: 1fr;
  }

  .large-order__chip:nth-child(3) {
    width: 100%;
    justify-self: stretch;
  }

  .large-order__visual-secondary {
    width: 82%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .large-order__btn {
    transition: none;
  }
}