:root {
  --escri-wine: #7d1827;
  --escri-wine-dark: #4f0e18;
  --escri-cream: #f5eddf;
  --escri-ink: #211a17;
  --escri-paper: #fffdf8;
}

.hero {
  min-height: auto;
  padding-bottom: 0;
  background: #120d0c;
}

.hero::before {
  display: none;
}

.island-hero {
  position: relative;
  width: 100%;
  max-width: none;
  padding: 0;
  overflow: hidden;
}

.island-hero img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.island-hero-copy {
  position: static;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
  gap: clamp(36px, 6vw, 84px);
  align-items: center;
  width: 100%;
  padding: clamp(42px, 6vw, 74px) max(24px, calc((100vw - 1180px) / 2));
  border-left: 0;
  color: #fff8ee;
  background:
    radial-gradient(circle at 82% 20%, rgb(155 49 61 / 32%), transparent 38%),
    linear-gradient(135deg, #4b101b, #241012);
}

.island-copy-text .eyebrow {
  margin-bottom: 22px;
  color: #efb17f;
}

.island-copy-text h1 {
  max-width: 12ch;
  margin: 0 0 26px;
  color: #fff;
  font-size: clamp(3rem, 6.2vw, 6.6rem);
  line-height: .94;
}

.island-copy-text > p:last-child {
  max-width: 36rem;
  margin: 0;
  color: #fff8ee;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.55vw, 1.35rem);
  line-height: 1.65;
}

.island-copy-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 390px;
  object-fit: cover;
  border: 1px solid rgb(255 248 238 / 22%);
  border-radius: 2px;
  box-shadow: 0 22px 52px rgb(0 0 0 / 28%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 11%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 11%, #000 100%);
}

.shop-stage {
  padding: clamp(64px, 8vw, 112px) 0;
  color: var(--escri-ink);
  background:
    radial-gradient(circle at 12% 20%, rgb(139 32 48 / 9%), transparent 42%),
    #f4ecdf;
}

.shop-stage-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: clamp(36px, 6vw, 80px);
  align-items: center;
}

.shop-stage-image {
  display: block;
  overflow: hidden;
  border: 1px solid #ddcfc0;
  border-radius: 3px;
  box-shadow: 0 22px 55px rgb(75 43 29 / 17%);
}

.shop-stage-image img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform .45s ease;
}

.shop-stage-image:hover img {
  transform: scale(1.015);
}

.shop-stage-copy h1 {
  max-width: 12ch;
  margin: 10px 0 20px;
  color: #2a1b17;
  font-size: clamp(2.1rem, 4.5vw, 4.4rem);
  line-height: .98;
}

.shop-stage-copy > p:not(.eyebrow) {
  max-width: 40rem;
  color: #66564e;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.7;
}

.shop-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 62px;
  margin-top: 26px;
  padding: 17px 27px;
  border: 1px solid #b85161;
  border-radius: 2px;
  color: #fffaf0;
  background: linear-gradient(135deg, #8f2031, var(--escri-wine-dark));
  box-shadow: 0 14px 34px rgb(0 0 0 / 27%);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.shop-button:hover,
.shop-button:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, #aa2c40, #681624);
  transform: translateY(-2px);
}

.crime-program {
  padding: clamp(80px, 10vw, 150px) 0;
  color: var(--escri-ink);
  background: var(--escri-paper);
}

.crime-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: end;
  margin-bottom: clamp(55px, 8vw, 100px);
}

.crime-intro .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -10px;
  color: var(--escri-wine);
}

.crime-intro h2 {
  max-width: 17ch;
  margin: 0;
  color: #211714;
  font-size: clamp(2.15rem, 4.7vw, 4.7rem);
  line-height: 1;
}

.crime-intro > p:last-child {
  margin: 0;
  color: #655a53;
  font-size: 1.08rem;
  line-height: 1.75;
}

.crime-list {
  display: grid;
  gap: clamp(54px, 8vw, 112px);
}

.crime-card {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(290px, .88fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
}

.crime-card:nth-child(even) .crime-card-image {
  order: 2;
}

.crime-card-image {
  overflow: visible;
  background: transparent;
}

.crime-card-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  -webkit-mask-image: radial-gradient(ellipse 96% 92% at 50% 50%, #000 64%, rgb(0 0 0 / 88%) 76%, transparent 100%);
  mask-image: radial-gradient(ellipse 96% 92% at 50% 50%, #000 64%, rgb(0 0 0 / 88%) 76%, transparent 100%);
}

.crime-card-copy {
  max-width: 34rem;
}

.crime-number {
  margin: 0 0 13px;
  color: var(--escri-wine);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.crime-card h3 {
  margin: 0 0 18px;
  color: #241815;
  font-size: clamp(2rem, 4vw, 3.65rem);
  line-height: 1;
}

.crime-card-copy > p:not(.crime-number) {
  margin: 0;
  color: #655a53;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.75;
}

.crime-card-copy > p.publication-date {
  margin: -7px 0 17px;
  color: var(--escri-wine);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.book-link {
  display: inline-flex;
  gap: 10px;
  margin-top: 23px;
  color: var(--escri-wine);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.book-link:hover,
.book-link:focus-visible {
  color: #b12f43;
}

.buy-links {
  margin-top: 28px;
}

.buy-links-label {
  display: block;
  margin-bottom: 14px;
  color: #55463f;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.buy-link-logos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 180px));
  gap: 12px;
}

.buy-link-logos a {
  display: flex;
  width: auto;
  min-height: 82px;
  align-items: center;
  gap: 10px;
  padding: 8px 12px 8px 8px;
  overflow: hidden;
  border: 1px solid #ded2c5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 7px 18px rgb(68 43 30 / 9%);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.buy-link-logos a:hover,
.buy-link-logos a:focus-visible {
  border-color: var(--escri-wine);
  box-shadow: 0 9px 22px rgb(104 22 36 / 16%);
  transform: translateY(-2px);
}

.buy-link-logos img {
  display: block;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.buy-link-logos span {
  display: grid;
  gap: 4px;
  color: #372823;
  line-height: 1.15;
}

.buy-link-logos strong {
  font-size: .92rem;
}

.buy-link-logos small {
  color: var(--escri-wine);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  .island-hero {
    width: 100%;
    padding: 0;
    overflow: visible;
  }

  .island-hero img {
    border-radius: 0;
    box-shadow: none;
  }

  .island-hero-copy {
    grid-template-columns: 1fr;
    gap: 30px;
    width: 100%;
    padding: 40px 24px 46px;
    border-left: 0;
  }

  .island-copy-text .eyebrow {
    margin-bottom: 17px;
  }

  .island-copy-text h1 {
    max-width: 10ch;
    margin-bottom: 19px;
    font-size: clamp(2.65rem, 12vw, 4.2rem);
  }

  .island-copy-image {
    max-height: 280px;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 13%, #000 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 13%, #000 100%);
  }

  .shop-stage-grid,
  .crime-intro,
  .crime-card {
    grid-template-columns: 1fr;
  }

  .shop-stage-image {
    order: 0;
  }

  .shop-stage-copy {
    order: 1;
  }

  .shop-stage-copy h1 {
    max-width: 15ch;
  }

  .shop-button {
    width: 100%;
  }

  .crime-intro .eyebrow {
    margin-bottom: 0;
  }

  .crime-card:nth-child(even) .crime-card-image {
    order: 0;
  }
}

@media (max-width: 560px) {
  .topbar-inner {
    min-height: 74px;
  }

  .island-hero img {
    height: auto;
    object-fit: contain;
  }

  .shop-stage {
    padding: 52px 0 64px;
  }

  .shop-stage-grid {
    gap: 30px;
  }

  .shop-stage-copy h1 {
    font-size: clamp(2.05rem, 10vw, 3rem);
  }

  .shop-button {
    min-height: 66px;
    padding-inline: 18px;
    font-size: .78rem;
  }

  .crime-program {
    padding: 72px 0 90px;
  }

  .crime-intro {
    margin-bottom: 58px;
  }

  .crime-card {
    gap: 27px;
  }

  .crime-card-image img {
    aspect-ratio: 4 / 3;
  }

  .buy-link-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .buy-link-logos a {
    min-height: 74px;
    padding: 7px;
  }

  .buy-link-logos img {
    flex-basis: 52px;
    width: 52px;
    height: 52px;
  }

  .buy-link-logos strong {
    font-size: .8rem;
  }

  .buy-link-logos small {
    font-size: .58rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shop-stage-image img,
  .shop-button {
    transition: none;
  }
}
