.english-cover {
  position: relative;
  display: flex;
  flex-direction: column;
  width: auto;
  max-width: calc(100% - 3rem);
  height: min(72rem, calc(100vh - var(--toolbar) - 5rem));
  min-height: 42rem;
  aspect-ratio: 210 / 297;
  margin: 2.5rem auto;
  padding: clamp(2.5rem, 6vh, 5rem) clamp(2.25rem, 5.5vw, 4.75rem) clamp(2rem, 5vh, 4rem);
  overflow: hidden;
  border: 1px solid #d9d0bf !important;
  background-color: #f4eee2;
  background-image:
    radial-gradient(circle at 15% 18%, rgb(113 91 52 / .055) 0 .7px, transparent .9px),
    radial-gradient(circle at 78% 64%, rgb(113 91 52 / .045) 0 .65px, transparent .85px);
  background-size: 11px 13px, 17px 19px;
  box-shadow: 0 1.25rem 3.5rem rgb(43 36 25 / .16);
  color: #2a2925;
  container-type: inline-size;
}

.english-cover::before,
.english-cover::after {
  position: absolute;
  z-index: 0;
  border: 1px solid rgb(69 66 58 / .18);
  content: "";
  pointer-events: none;
}

.english-cover::before {
  inset: 1.1rem;
}

.english-cover::after {
  right: -15%;
  bottom: 19%;
  width: 46%;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: .55;
}

.english-cover-copy,
.english-cover-flow,
.english-cover-author {
  position: relative;
  z-index: 1;
}

.english-cover-edition,
.english-cover-author {
  margin: 0;
  font: 750 clamp(.58rem, 2.1cqw, .82rem)/1.3 system-ui, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.english-cover-edition {
  color: #87541f;
}

.english-cover h1 {
  margin: clamp(1.2rem, 5cqw, 2rem) 0 clamp(1rem, 4cqw, 1.8rem);
  color: #292a72;
  font-size: clamp(3.6rem, 19cqw, 8.5rem);
  font-weight: 500;
  line-height: .78;
  letter-spacing: -.065em;
}

.english-cover h1 span {
  display: block;
  margin: 0 0 .34em .08em;
  color: #2a2925;
  font-size: .32em;
  letter-spacing: -.025em;
}

.english-cover-subtitle {
  max-width: 31rem;
  margin: 0;
  font-size: clamp(.9rem, 3.65cqw, 1.52rem);
  line-height: 1.35;
}

.english-cover-flow {
  align-self: center;
  display: grid;
  gap: clamp(.7rem, 3cqw, 1.15rem);
  width: min(82%, 24rem);
  margin: auto 0;
  padding: clamp(1.5rem, 5cqw, 2.3rem) 0;
}

.cover-thread {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  border-radius: 50%;
  background: #294f98;
  transform: rotate(-1.8deg);
}

.cover-ticket {
  position: relative;
  width: 84%;
  padding: clamp(.65rem, 2.5cqw, 1rem) clamp(.8rem, 3cqw, 1.2rem) clamp(.65rem, 2.5cqw, 1rem) clamp(2.2rem, 8cqw, 3.2rem);
  border: 1px solid #777166;
  background: rgb(248 244 235 / .96);
  box-shadow: .22rem .26rem 0 rgb(74 69 60 / .09);
  font-family: system-ui, sans-serif;
  line-height: 1.25;
  transform: rotate(-.5deg);
}

.cover-ticket:nth-of-type(2) {
  justify-self: end;
  transform: rotate(.7deg);
}

.cover-ticket:nth-of-type(3) {
  justify-self: center;
  transform: rotate(-.2deg);
}

.cover-ticket::before {
  position: absolute;
  top: 50%;
  left: clamp(.75rem, 3cqw, 1.15rem);
  width: clamp(.45rem, 1.8cqw, .7rem);
  aspect-ratio: 1;
  border: 1px solid #777166;
  border-radius: 50%;
  background: #f4eee2;
  content: "";
  transform: translateY(-50%);
}

.cover-ticket small,
.cover-ticket strong,
.cover-ticket span {
  display: block;
}

.cover-ticket small {
  margin-bottom: .2rem;
  color: #a15e1d;
  font-size: clamp(.45rem, 1.7cqw, .64rem);
  font-weight: 800;
  letter-spacing: .14em;
}

.cover-ticket strong {
  color: #292a72;
  font-size: clamp(.62rem, 2.45cqw, .92rem);
}

.cover-ticket span {
  margin-top: .18rem;
  color: #686157;
  font-size: clamp(.52rem, 2.05cqw, .78rem);
}

.english-cover-author {
  color: #2a2925;
}

@media (max-width: 800px) {
  .english-cover {
    width: calc(100% - 2rem);
    max-width: 36rem;
    height: auto;
    min-height: calc(100vh - var(--toolbar) - 2rem);
    aspect-ratio: 210 / 297;
    margin: 1rem auto;
  }
}

@media (max-width: 480px) {
  .english-cover {
    min-height: 38rem;
    padding: 2.6rem 2rem 2rem;
  }

  .english-cover::before {
    inset: .7rem;
  }

  .english-cover-flow {
    width: 92%;
  }
}

@page {
  @top-center { content: "You Already Do Product"; }
}

@media print {
  .english-cover {
    page: book-cover;
    width: 210mm;
    max-width: none;
    height: 297mm;
    min-height: 0;
    margin: 0;
    padding: 24mm 23mm 20mm;
    border: 0 !important;
    box-shadow: none;
    break-before: auto;
    break-after: page;
  }

  .english-cover h1 {
    color: #20205f;
    font-size: 54pt;
  }

  .english-cover-subtitle {
    font-size: 13pt;
  }

  .cover-ticket {
    box-shadow: none;
  }
}
