@charset "utf-8";

.coco-feature-page {
  color: #0e211f;
  background: #e9f0ee;
}

.coco-feature-page main {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding-bottom: 68px;
}

.coco-feature-page .bwc-breadcrumb {
  width: 100%;
}

.coco-feature-detail {
  display: grid;
  gap: 34px;
}

.coco-feature-hero,
.coco-feature-story,
.coco-feature-shops,
.coco-feature-not-found {
  background: #edf3f1;
  box-shadow:
    inset 7px 7px 15px rgba(31, 70, 62, 0.11),
    inset -7px -7px 15px rgba(255, 255, 255, 0.92);
  outline: 1px solid rgba(173, 137, 80, 0.36);
  outline-offset: -4px;
}

.coco-feature-hero {
  position: relative;
  min-height: 360px;
  padding: clamp(32px, 6vw, 66px);
  overflow: hidden;
}

.coco-feature-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.coco-feature-kicker {
  margin: 0 0 14px;
  color: #1d9d86;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.coco-feature-issue {
  display: inline-block;
  margin-bottom: 13px;
  padding: 7px 10px;
  color: #0e211f;
  font-size: 0.7rem;
  font-weight: 800;
  background: #edf3f1;
  box-shadow:
    inset 4px 4px 8px rgba(31, 70, 62, 0.13),
    inset -4px -4px 8px rgba(255, 255, 255, 0.92);
  outline: 1px solid rgba(173, 137, 80, 0.36);
  outline-offset: -4px;
}

.coco-feature-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.2;
}

.coco-feature-hero-copy > p:last-child {
  max-width: 690px;
  margin: 22px 0 0;
  color: #667772;
  font-size: 0.95rem;
  line-height: 1.9;
}

.coco-feature-number {
  position: absolute;
  right: clamp(24px, 5vw, 58px);
  bottom: -18px;
  z-index: 1;
  color: rgba(239, 116, 87, 0.14);
  font-family: "DIN Condensed", "Avenir Next Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(9rem, 24vw, 17rem);
  font-weight: 900;
  line-height: 0.8;
}

.coco-feature-story,
.coco-feature-shops {
  padding: clamp(26px, 4vw, 44px);
}

.coco-feature-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(173, 137, 80, 0.36);
}

.coco-feature-section-head h2 {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.35;
}

.coco-feature-section-head > span {
  color: #1d9d86;
  font-size: 0.72rem;
  font-weight: 800;
  white-space: nowrap;
}

.coco-feature-story > p {
  margin: 0;
  color: #667772;
  font-size: 0.86rem;
  line-height: 1.9;
}

.coco-feature-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.coco-feature-points li {
  display: grid;
  place-items: center;
  min-height: 60px;
  padding: 12px;
  font-size: 0.74rem;
  font-weight: 800;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  box-shadow:
    inset 4px 4px 8px rgba(31, 70, 62, 0.1),
    inset -4px -4px 8px rgba(255, 255, 255, 0.88);
  outline: 1px solid rgba(173, 137, 80, 0.36);
  outline-offset: -4px;
}

.coco-feature-source {
  display: inline-block;
  margin-top: 18px;
  color: #147563;
  font-size: 0.7rem;
  font-weight: 700;
  text-underline-offset: 3px;
}

.coco-feature-source[hidden] {
  display: none;
}

.coco-feature-shop-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.coco-feature-shop-card {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  min-width: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  box-shadow:
    inset 4px 4px 8px rgba(31, 70, 62, 0.1),
    inset -4px -4px 8px rgba(255, 255, 255, 0.88);
  outline: 1px solid rgba(173, 137, 80, 0.36);
  outline-offset: -4px;
}

.coco-feature-shop-photo {
  position: relative;
  display: block;
  min-height: 250px;
  color: #0e211f;
  text-decoration: none;
  background: #f4f7f6;
}

.coco-feature-shop-photo::after {
  content: "";
  position: absolute;
  inset: 7px;
  z-index: 2;
  border: 1px solid rgba(173, 137, 80, 0.36);
  pointer-events: none;
}

.coco-feature-shop-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
}

.coco-feature-shop-placeholder {
  display: grid;
  place-content: center;
  gap: 8px;
  min-height: 250px;
  padding: 18px;
  text-align: center;
  background: repeating-linear-gradient(90deg, transparent 0 26px, rgba(173, 137, 80, 0.08) 26px 42px);
}

.coco-feature-shop-placeholder span {
  color: #ef7457;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.coco-feature-shop-placeholder strong {
  font-size: 0.76rem;
}

.coco-feature-shop-body {
  display: grid;
  align-content: start;
  padding: 22px 20px;
}

.coco-feature-shop-type {
  width: fit-content;
  padding: 6px 8px;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  background: #1d9d86;
}

.coco-feature-shop-body h3 {
  margin: 13px 0 5px;
  font-size: 1.05rem;
  line-height: 1.4;
}

.coco-feature-shop-body small,
.coco-feature-shop-body p {
  color: #667772;
  font-size: 0.72rem;
  line-height: 1.7;
}

.coco-feature-shop-body small b {
  font-weight: 400;
}

.coco-feature-shop-body p {
  margin: 11px 0 16px;
}

.coco-feature-shop-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: auto;
  padding: 9px 12px;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  background: #ef7457;
}

.coco-feature-not-found {
  padding: 48px;
  text-align: center;
}

.coco-feature-not-found[hidden] {
  display: none;
}

@media (max-width: 760px) {
  .coco-feature-page main {
    width: min(100% - 24px, 1120px);
    padding-bottom: 42px;
  }

  .coco-feature-detail {
    gap: 20px;
  }

  .coco-feature-hero {
    min-height: 310px;
    padding: 28px 20px 92px;
  }

  .coco-feature-hero h1 {
    font-size: 1.75rem;
  }

  .coco-feature-hero-copy > p:last-child {
    margin-top: 16px;
    font-size: 0.8rem;
    line-height: 1.75;
  }

  .coco-feature-number {
    right: 18px;
    bottom: -9px;
    font-size: 8.8rem;
  }

  .coco-feature-story,
  .coco-feature-shops {
    padding: 22px 16px;
  }

  .coco-feature-section-head {
    align-items: start;
    margin-bottom: 18px;
  }

  .coco-feature-section-head h2 {
    font-size: 1.25rem;
  }

  .coco-feature-points {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .coco-feature-points li {
    min-height: 48px;
  }

  .coco-feature-shop-list {
    grid-template-columns: 1fr;
  }

  .coco-feature-shop-card {
    grid-template-columns: 42% minmax(0, 1fr);
  }

  .coco-feature-shop-photo,
  .coco-feature-shop-photo img,
  .coco-feature-shop-placeholder {
    min-height: 245px;
  }

  .coco-feature-shop-body {
    padding: 16px 14px;
  }

  .coco-feature-shop-body h3 {
    font-size: 0.9rem;
  }

  .coco-feature-shop-body small,
  .coco-feature-shop-body p {
    font-size: 0.65rem;
  }
}
