/* FND Connect → Every Gift Gives bridge.
   The sister brand keeps its own navy/pink identity while inheriting FND Connect's type and shell. */
:root {
  --egg-bridge-navy: #081848;
  --egg-bridge-navy-deep: #050f2e;
  --egg-bridge-pink: #e82868;
  --egg-bridge-pink-deep: #c91d55;
  --egg-bridge-rose: #fdeef4;
  --egg-bridge-paper: #fdfcfb;
  --egg-bridge-ink: #1c2340;
  --egg-bridge-muted: #5c6478;
  --egg-bridge-line: #e8e5ee;
}

.egg-bridge-page {
  color: var(--egg-bridge-ink);
  background: var(--egg-bridge-paper);
}

.egg-bridge-hero {
  position: relative;
  overflow: hidden;
  min-height: min(48rem, calc(100svh - 8rem));
  color: #fff;
  background:
    radial-gradient(circle at 86% 16%, rgba(232, 40, 104, 0.22), transparent 27rem),
    linear-gradient(130deg, var(--egg-bridge-navy-deep), var(--egg-bridge-navy) 68%, #111f56);
}

.egg-bridge-hero::before,
.egg-bridge-hero::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.egg-bridge-hero::before {
  top: -13rem;
  right: -8rem;
  width: 31rem;
  height: 31rem;
}

.egg-bridge-hero::after {
  right: 19%;
  bottom: -16rem;
  width: 26rem;
  height: 26rem;
}

.egg-bridge-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(2.5rem, 7vw, 6rem);
  align-items: center;
  padding-block: clamp(3rem, 8vw, 6.5rem);
}

.egg-bridge-hero__copy {
  max-width: 43rem;
}

.egg-bridge-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 2rem;
  color: #cad0e4;
  font-size: 0.82rem;
  font-weight: 700;
}

.egg-bridge-breadcrumb a {
  color: #fff;
  text-underline-offset: 0.2em;
}

.egg-bridge-kicker {
  margin: 0 0 0.75rem;
  color: var(--egg-bridge-pink-deep);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.egg-bridge-hero .egg-bridge-kicker,
.egg-bridge-section--navy .egg-bridge-kicker,
.egg-bridge-final .egg-bridge-kicker {
  color: #ff8eb6;
}

.egg-bridge-logo {
  width: min(28rem, 82%);
  height: auto;
  margin: 0 0 clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 0.35rem;
}

.egg-bridge-hero h1 {
  max-width: 15ch;
  margin: 0;
  color: #fff;
  font-size: clamp(2.45rem, 7vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.egg-bridge-hero__lead {
  max-width: 60ch;
  margin: 1.5rem 0 0;
  color: #e7eaf5;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.egg-bridge-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1.8rem;
}

.egg-bridge-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.78rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.egg-bridge-button:hover,
.egg-bridge-button:focus-visible {
  transform: translateY(-2px);
}

.egg-bridge-button--primary {
  color: #fff;
  background: var(--egg-bridge-pink-deep);
  box-shadow: 0 12px 30px rgba(232, 40, 104, 0.28);
}

.egg-bridge-button--primary:hover,
.egg-bridge-button--primary:focus-visible {
  color: #fff;
  background: #a91543;
}

.egg-bridge-button--secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.05);
}

.egg-bridge-button--secondary:hover,
.egg-bridge-button--secondary:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.egg-bridge-button--light {
  color: var(--egg-bridge-navy);
  background: #fff;
}

.egg-bridge-button--outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.egg-bridge-button--outline:hover,
.egg-bridge-button--outline:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.egg-bridge-trust {
  margin: 1rem 0 0;
  color: #cbd2e7;
  font-size: 0.82rem;
}

.egg-bridge-products {
  position: relative;
  min-height: 29rem;
}

.egg-bridge-product {
  position: absolute;
  display: block;
  width: min(15rem, 48vw);
  overflow: hidden;
  border: 0.5rem solid #fff;
  border-radius: 1rem;
  color: var(--egg-bridge-navy);
  background: #fff;
  box-shadow: 0 2rem 5rem rgba(2, 8, 31, 0.38);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.egg-bridge-product img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.egg-bridge-product span {
  display: block;
  padding: 0.7rem 0.65rem 0.55rem;
  font-size: 0.78rem;
  font-weight: 800;
}

.egg-bridge-product:hover,
.egg-bridge-product:focus-visible {
  z-index: 4;
  box-shadow: 0 2.4rem 5.5rem rgba(2, 8, 31, 0.48);
}

.egg-bridge-product--one {
  top: 0;
  left: 3%;
  z-index: 2;
  transform: rotate(-6deg);
}

.egg-bridge-product--one:hover,
.egg-bridge-product--one:focus-visible {
  transform: rotate(-3deg) translateY(-4px);
}

.egg-bridge-product--two {
  top: 4.5rem;
  right: 0;
  z-index: 1;
  transform: rotate(6deg);
}

.egg-bridge-product--two:hover,
.egg-bridge-product--two:focus-visible {
  transform: rotate(3deg) translateY(-4px);
}

.egg-bridge-product--three {
  bottom: 0;
  left: 31%;
  z-index: 3;
  transform: rotate(1deg);
}

.egg-bridge-product--three:hover,
.egg-bridge-product--three:focus-visible {
  transform: rotate(0) translateY(-4px);
}

.egg-bridge-promise {
  color: #fff;
  background: var(--egg-bridge-pink-deep);
}

.egg-bridge-promise__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1.5rem;
  align-items: center;
  justify-content: center;
  padding-block: 1rem;
  text-align: center;
}

.egg-bridge-promise strong {
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.egg-bridge-promise span {
  color: #ffe7f0;
  font-size: 0.82rem;
}

.egg-bridge-promise a {
  color: #fff;
  font-weight: 850;
  text-underline-offset: 0.2em;
}

.egg-bridge-section {
  padding-block: clamp(3.5rem, 8vw, 7rem);
}

.egg-bridge-section--soft {
  background: var(--egg-bridge-rose);
}

.egg-bridge-section--navy {
  color: #fff;
  background: var(--egg-bridge-navy);
}

.egg-bridge-story,
.egg-bridge-impact {
  display: grid;
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
}

.egg-bridge-story h2,
.egg-bridge-section__head h2,
.egg-bridge-impact h2,
.egg-bridge-final h2 {
  margin: 0;
  color: var(--egg-bridge-navy);
  font-size: clamp(2rem, 5vw, 3.8rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.egg-bridge-section--navy h2,
.egg-bridge-final h2 {
  color: #fff;
}

.egg-bridge-story__body p {
  max-width: 63ch;
}

.egg-bridge-big-copy {
  margin-top: 0;
  color: var(--egg-bridge-navy);
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 750;
  line-height: 1.45;
}

.egg-bridge-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 0.45rem;
  color: var(--egg-bridge-pink-deep);
  font-weight: 850;
  text-underline-offset: 0.2em;
}

.egg-bridge-section__head {
  max-width: 51rem;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.egg-bridge-section__head > p:last-child {
  max-width: 58ch;
  color: var(--egg-bridge-muted);
}

.egg-shop-roles {
  display: grid;
  border-top: 1px solid rgba(8, 24, 72, 0.18);
  border-bottom: 1px solid rgba(8, 24, 72, 0.18);
}

.egg-shop-roles article {
  padding-block: clamp(2rem, 5vw, 4rem);
}

.egg-shop-roles article + article {
  border-top: 1px solid rgba(8, 24, 72, 0.18);
}

.egg-shop-roles__number,
.egg-shop-roles__label {
  color: var(--egg-bridge-pink-deep);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.egg-shop-roles__label {
  margin: 1.5rem 0 0.5rem;
}

.egg-shop-roles h3 {
  max-width: 18ch;
  margin: 0;
  color: var(--egg-bridge-navy);
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  line-height: 1.12;
}

.egg-shop-roles p:not(.egg-shop-roles__label) {
  max-width: 52ch;
}

.egg-shop-roles a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--egg-bridge-pink-deep);
  font-weight: 850;
}

.egg-giving-steps {
  display: grid;
  margin: 2.5rem 0 0;
  padding: 0;
  list-style: none;
}

.egg-giving-steps li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  padding-block: 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.egg-giving-steps li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.egg-giving-steps > li > span {
  color: #ff8eb6;
  font-size: 0.78rem;
  font-weight: 850;
}

.egg-giving-steps strong {
  color: #fff;
  font-size: clamp(1.15rem, 2.5vw, 1.55rem);
}

.egg-giving-steps p {
  margin: 0.25rem 0 0;
  color: #cfd6eb;
}

.egg-bridge-impact__list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--egg-bridge-line);
  list-style: none;
}

.egg-bridge-impact__list li {
  display: grid;
  gap: 0.35rem;
  padding-block: 1.2rem;
  border-bottom: 1px solid var(--egg-bridge-line);
}

.egg-bridge-impact__list strong {
  color: var(--egg-bridge-navy);
}

.egg-bridge-impact__list span {
  color: var(--egg-bridge-muted);
}

.egg-bridge-final {
  color: #fff;
  background: linear-gradient(120deg, var(--egg-bridge-pink-deep), var(--egg-bridge-pink));
}

.egg-bridge-final__inner {
  display: grid;
  gap: 2rem;
  align-items: center;
  padding-block: clamp(3.5rem, 8vw, 6rem);
}

.egg-bridge-final h2 {
  max-width: 18ch;
}

/* Reusable cross-site handoffs */
.purpose-shopping {
  padding-block: clamp(3.5rem, 7vw, 6rem);
  color: var(--egg-bridge-ink);
  background: var(--egg-bridge-paper);
  border-block: 1px solid var(--egg-bridge-line);
}

.purpose-shopping__head {
  max-width: 50rem;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.purpose-shopping__head h2 {
  margin: 0;
  color: var(--egg-bridge-navy);
  font-size: clamp(2rem, 5vw, 3.3rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.purpose-shopping__head > p:last-child {
  max-width: 60ch;
}

.purpose-shopping__choices {
  display: grid;
  border-block: 1px solid var(--egg-bridge-line);
}

.purpose-shopping__choice {
  padding-block: clamp(2rem, 5vw, 3.5rem);
}

.purpose-shopping__choice + .purpose-shopping__choice {
  border-top: 1px solid var(--egg-bridge-line);
}

.purpose-shopping__choice--egg > img {
  width: min(18rem, 80%);
  height: auto;
  margin-bottom: 1.4rem;
}

.purpose-shopping__eyebrow {
  margin: 0 0 1.25rem;
  color: var(--fnd-magenta, #c9005a);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.purpose-shopping__choice h3 {
  max-width: 22ch;
  margin: 0;
  color: var(--egg-bridge-navy);
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  line-height: 1.12;
}

.purpose-shopping__choice p:not(.purpose-shopping__eyebrow) {
  max-width: 54ch;
}

.purpose-shopping__choice a,
.purpose-shopping__links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 0.4rem;
  color: var(--egg-bridge-pink-deep);
  font-weight: 850;
  text-underline-offset: 0.2em;
}

.purpose-shopping__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
}

.egg-handoff {
  padding-block: clamp(2.5rem, 6vw, 4.5rem);
  color: var(--egg-bridge-ink);
  background: var(--egg-bridge-rose);
  border-block: 1px solid rgba(232, 40, 104, 0.12);
}

.egg-handoff__inner {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.egg-handoff__brand img {
  width: min(17rem, 80%);
  height: auto;
}

.egg-handoff__brand span {
  display: block;
  margin-top: 0.5rem;
  color: var(--egg-bridge-muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.egg-handoff h2 {
  margin: 0;
  color: var(--egg-bridge-navy);
  font-size: clamp(1.55rem, 3.5vw, 2.5rem);
  line-height: 1.08;
}

.egg-handoff__copy > p:last-child {
  max-width: 58ch;
  margin-bottom: 0;
}

.egg-handoff__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
}

.egg-handoff__actions > a:not(.egg-bridge-button) {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--egg-bridge-pink-deep);
  font-weight: 850;
}

/* Every Gift Gives origin-story article hero */
.egg-blog-hero {
  display: grid;
  overflow: hidden;
  max-height: none;
  border-radius: 1rem;
  color: #fff;
  background: var(--egg-bridge-navy);
  box-shadow: 0 1.5rem 4rem rgba(8, 24, 72, 0.16);
}

.egg-blog-hero__brand {
  display: grid;
  align-content: center;
  min-height: 16rem;
  padding: clamp(2rem, 6vw, 4.5rem);
  background:
    radial-gradient(circle at 12% 8%, rgba(232, 40, 104, 0.28), transparent 16rem),
    var(--egg-bridge-navy);
}

.egg-blog-hero__brand > img {
  width: min(31rem, 90%);
  height: auto;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 0.35rem;
}

.egg-blog-hero__brand p {
  margin: 1.25rem 0 0;
  color: #ffb2cc;
  font-size: clamp(1.05rem, 2.2vw, 1.4rem);
  font-weight: 800;
}

.egg-blog-hero__products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-width: 0;
}

.egg-blog-hero__products img {
  width: 100%;
  height: auto;
  max-height: none;
  min-width: 0;
  aspect-ratio: 1;
  object-fit: cover;
}

.egg-blog-hero figcaption {
  grid-column: 1 / -1;
  margin: 0;
  padding: 0.75rem 1rem;
  color: #5c6478;
  background: #fff;
}

.egg-reveal-ready [data-egg-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 540ms ease var(--egg-reveal-delay, 0ms), transform 540ms ease var(--egg-reveal-delay, 0ms);
}

.egg-reveal-ready [data-egg-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.egg-bridge-page :where(a, button):focus-visible,
.purpose-shopping :where(a, button):focus-visible,
.egg-handoff :where(a, button):focus-visible {
  outline: 3px solid #ffbf47;
  outline-offset: 4px;
}

@media (min-width: 48rem) {
  .egg-bridge-hero {
    min-height: min(42rem, calc(100svh - 10rem));
  }

  .egg-bridge-hero__inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(24rem, 0.95fr);
    padding-block: clamp(2rem, 4vw, 3rem);
  }

  .egg-bridge-breadcrumb {
    margin-bottom: 1.25rem;
  }

  .egg-bridge-logo {
    width: min(20rem, 72%);
    margin-bottom: 1rem;
  }

  .egg-bridge-hero h1 {
    max-width: 19ch;
    font-size: clamp(3rem, 4vw, 4.1rem);
  }

  .egg-bridge-hero__lead {
    margin-top: 1rem;
    font-size: clamp(1rem, 1.6vw, 1.15rem);
  }

  .egg-bridge-hero .egg-bridge-actions {
    margin-top: 1.25rem;
  }

  .egg-bridge-story,
  .egg-bridge-impact {
    grid-template-columns: minmax(15rem, 0.72fr) minmax(0, 1.28fr);
  }

  .egg-shop-roles,
  .purpose-shopping__choices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .egg-shop-roles article,
  .purpose-shopping__choice {
    padding-inline: clamp(2rem, 5vw, 4.5rem);
  }

  .egg-shop-roles article:first-child,
  .purpose-shopping__choice:first-child {
    padding-left: 0;
  }

  .egg-shop-roles article + article,
  .purpose-shopping__choice + .purpose-shopping__choice {
    border-top: 0;
    border-left: 1px solid rgba(8, 24, 72, 0.18);
  }

  .egg-giving-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-block: 1px solid rgba(255, 255, 255, 0.18);
  }

  .egg-giving-steps li,
  .egg-giving-steps li:last-child {
    display: block;
    padding: 2rem;
    border: 0;
  }

  .egg-giving-steps li:first-child {
    padding-left: 0;
  }

  .egg-giving-steps li + li {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
  }

  .egg-giving-steps div {
    margin-top: 2rem;
  }

  .egg-bridge-impact__list li {
    grid-template-columns: minmax(9rem, 0.42fr) minmax(0, 1fr);
    gap: 1.5rem;
  }

  .egg-bridge-final__inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .egg-handoff__inner {
    grid-template-columns: minmax(12rem, 0.65fr) minmax(0, 1.15fr) auto;
  }

  .egg-blog-hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(22rem, 0.92fr);
  }

  .egg-blog-hero__products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    background: #fff;
  }

  .egg-blog-hero__products img:first-child {
    grid-column: auto;
  }
}

@media (max-width: 47.99rem) {
  .egg-bridge-hero {
    min-height: 0;
  }

  .egg-bridge-products {
    min-height: 23rem;
  }

  .egg-bridge-product {
    width: min(11.5rem, 46vw);
    border-width: 0.35rem;
  }

  .egg-bridge-product span {
    font-size: 0.68rem;
  }

  .egg-bridge-product--two {
    top: 3rem;
  }

  .egg-bridge-product--three {
    left: 27%;
  }
}

@media (max-width: 30rem) {
  .egg-bridge-actions,
  .egg-handoff__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .egg-bridge-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .egg-bridge-page *,
  .purpose-shopping *,
  .egg-handoff * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .egg-reveal-ready [data-egg-reveal] {
    opacity: 1;
    transform: none;
  }
}
