:root {
  --ink: #090807;
  --paper: #efe8dc;
  --gold: #ff2f92;
  --muted: #9d9387;
}
* {
  box-sizing: border-box;
}
[hidden] {
  display: none !important;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Arial, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
}
button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}
.announcement {
  padding: 10px;
  background: var(--gold);
  color: #17110b;
  text-align: center;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
header {
  position: absolute;
  z-index: 10;
  top: 33px;
  left: 0;
  right: 0;
  height: 88px;
  padding: 0 4vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid #ffffff25;
  background: #090807d9;
  backdrop-filter: blur(14px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
}
.logoDisc {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  position: relative;
  display: block;
  overflow: hidden;
  filter: drop-shadow(0 0 10px #ff2f9270);
}
.officialLogoImage {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logoDisc .officialLogoImage {
  display: block;
}
.brand > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.brand b {
  font: 500 15px Georgia;
}
.brand small {
  font-size: 8px;
  color: var(--muted);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
nav {
  display: flex;
  gap: 34px;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
nav a:hover,
.links a:hover {
  color: var(--gold);
}
.bag {
  justify-self: end;
  border: 0;
  background: none;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 10px;
  cursor: pointer;
}
.bag i {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin-left: 8px;
  border-radius: 50%;
  background: var(--paper);
  color: var(--ink);
  font-style: normal;
  letter-spacing: 0;
}
.hero {
  position: relative;
  height: min(980px, 100vh);
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #070605fa 0%, #070605c7 34%, #0706051f 72%),
    linear-gradient(0deg, #090807aa, transparent 40%);
}
.heroCopy {
  position: relative;
  z-index: 2;
  width: min(650px, 50vw);
  margin: 70px 0 0 8vw;
}
.eyebrow {
  margin: 0 0 24px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.hero h1,
.sectionHead h2,
.standard h2,
.club h2,
.cartHead h2 {
  margin: 0;
  font:
    400 clamp(54px, 7vw, 116px)/0.86 Georgia,
    serif;
  letter-spacing: -0.05em;
}
.hero h1 em,
.standard h2 em {
  color: var(--gold);
  font-weight: 400;
}
.heroCopy > p:not(.eyebrow) {
  max-width: 520px;
  margin: 32px 0;
  color: #c7bdb0;
  font: 17px/1.7 Georgia;
}
.cta {
  display: inline-flex;
  justify-content: space-between;
  min-width: 220px;
  padding: 18px 20px;
  background: var(--paper);
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.cta:hover {
  background: var(--gold);
}
.edition {
  position: absolute;
  right: 4vw;
  bottom: 4vw;
  z-index: 2;
  width: 220px;
  padding: 20px;
  display: grid;
  gap: 8px;
  border: 1px solid #ffffff55;
  background: #09080799;
}
.editionLogo {
  position: absolute;
  right: 11px;
  top: 9px;
  width: 42px;
  height: 42px;
  overflow: hidden;
}
.editionLogo .officialLogoImage {
  display: block;
}
.edition small {
  color: var(--gold);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.edition strong {
  font: 25px Georgia;
}
.edition span {
  color: #aaa094;
  font-size: 11px;
  line-height: 1.5;
}
.ticker {
  height: 58px;
  padding: 0 3vw;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-block: 1px solid #2a251f;
  color: var(--gold);
  font-size: 7px;
}
.ticker span {
  color: #9e9488;
  font-size: 9px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.shop {
  padding: 120px 5vw;
}
.sectionHead {
  max-width: 1400px;
  margin: 0 auto 55px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 10vw;
  align-items: end;
}
.sectionHead h2 {
  font-size: clamp(48px, 6vw, 88px);
}
.sectionHead > p {
  max-width: 450px;
  color: #a89e92;
  line-height: 1.75;
}
.grid {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
}
.grid article {
  grid-column: span 2;
  margin-bottom: 55px;
}
.grid article.wide {
  grid-column: span 3;
}
.productImage {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: #17130f;
}
.wide .productImage {
  aspect-ratio: 5/4;
}
.productImage > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
}
.productImage:hover > img {
  transform: scale(1.035);
}
.productMark {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 118px;
  height: 42px;
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 0 8px 0 0;
  overflow: hidden;
  background: #090807aa;
}
.productMark .officialLogoImage {
  width: 36px;
  height: 36px;
  margin-left: 4px;
  flex: 0 0 36px;
}
.productMark small {
  white-space: nowrap;
  font-size: 8px;
  letter-spacing: 0.16em;
}
.productImage button {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 45px;
  height: 45px;
  border: 0;
  border-radius: 50%;
  background: var(--paper);
  color: var(--ink);
  font-size: 24px;
  cursor: pointer;
}
.productImage button:hover {
  background: var(--gold);
}
.productText {
  padding-top: 18px;
}
.productText > p {
  margin: 0 0 11px;
  color: var(--gold);
  font-size: 8px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.productText > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.productText h3 {
  margin: 0;
  font: 23px Georgia;
}
.productText > small {
  display: block;
  margin-top: 10px;
  color: #71685e;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.productText > button {
  margin-top: 18px;
  padding: 0 0 6px;
  border: 0;
  border-bottom: 1px solid var(--gold);
  background: none;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
}
.standard {
  min-height: 820px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--paper);
  color: #17110d;
}
.standardImage {
  position: relative;
  min-height: 720px;
}
.standardImage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.standardCopy {
  align-self: center;
  padding: 9vw 8vw 8vw 7vw;
}
.standard h2 {
  font-size: clamp(52px, 6vw, 86px);
}
.standardCopy > p:not(.eyebrow) {
  margin: 32px 0 40px;
  color: #5e544a;
  font: 17px/1.7 Georgia;
}
.standard ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #c9bfb1;
}
.standard li {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  border-bottom: 1px solid #c9bfb1;
}
.standard li > span {
  color: #c41f70;
  font: 13px Georgia;
}
.standard li b {
  font: 18px Georgia;
}
.standard li p {
  margin: 7px 0 0;
  color: #6d6359;
  font-size: 12px;
}
.club {
  padding: 120px 5vw;
  background: linear-gradient(135deg, #100b0e, #2a101f);
}
.club > div {
  position: relative;
  max-width: 1400px;
  min-height: 480px;
  margin: auto;
  padding: 76px 8vw;
  border: 1px solid #ff2f9266;
  overflow: hidden;
}
.club h2 {
  font-size: clamp(50px, 6vw, 88px);
}
.club > div > p:not(.eyebrow) {
  max-width: 570px;
  margin: 30px 0;
  color: #a89d92;
  line-height: 1.75;
}
.club a {
  padding-bottom: 7px;
  border-bottom: 1px solid var(--gold);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.watermark {
  position: absolute;
  right: 6vw;
  top: 50%;
  transform: translateY(-50%);
  width: 260px;
  height: 260px;
  display: grid;
  place-items: center;
  opacity: 0.86;
  filter:
    brightness(1.3)
    saturate(1.2)
    drop-shadow(0 0 10px #ff2f92cc)
    drop-shadow(0 0 32px #ff2f9299);
  overflow: hidden;
}
.watermark .officialLogoImage {
  width: 100%;
  height: 100%;
}
footer {
  padding: 65px 5vw 30px;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 30px;
  color: #93897e;
  border-top: 1px solid #2a251f;
}
footer > p {
  font: 17px Georgia;
}
.links {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
footer > small {
  grid-column: 1/-1;
  padding-top: 24px;
  border-top: 1px solid #211e1a;
  font-size: 8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.cart {
  position: fixed;
  inset: 0;
  z-index: 100;
}
body.cart-open {
  overflow: hidden;
}
.backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000b;
  backdrop-filter: blur(3px);
}
.cart aside {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(470px, 100%);
  padding: 34px;
  display: flex;
  flex-direction: column;
  background: #12100e;
  box-shadow: -20px 0 70px #0008;
}
.cartHead {
  display: flex;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid #302a24;
}
.cartHead h2 {
  font-size: 48px;
}
.cartHead button {
  border: 0;
  background: none;
  color: #91877d;
  font-size: 34px;
  cursor: pointer;
}
.lines {
  flex: 1;
  overflow: auto;
}
.empty {
  text-align: center;
  padding: 110px 10px;
  color: #857a70;
}
.empty b {
  color: var(--gold);
  font-size: 30px;
}
.empty h3 {
  color: var(--paper);
  font: 25px Georgia;
}
.line {
  padding: 14px 0;
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 16px;
  border-bottom: 1px solid #2b2621;
}
.line img {
  object-fit: cover;
}
.line h3 {
  margin: 8px 0;
  font: 17px Georgia;
}
.line p {
  color: var(--gold);
}
.summary {
  padding-top: 20px;
  border-top: 1px solid #302a24;
}
.summary > div {
  display: flex;
  justify-content: space-between;
  font: 18px Georgia;
}
.summary > p,
.summary > small {
  color: #7f756c;
  font-size: 10px;
}
.summary > button {
  width: 100%;
  padding: 18px;
  border: 0;
  background: var(--gold);
  color: #18110b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.summary > button:disabled {
  opacity: 0.35;
}
.summary > small {
  display: block;
  margin-top: 12px;
  text-align: center;
}
@media (max-width: 900px) {
  header {
    grid-template-columns: 1fr auto;
  }
  header nav,
  .brand > span:last-child {
    display: none;
  }
  .heroCopy {
    width: auto;
    margin: 170px 7vw 70px;
    align-self: flex-end;
  }
  .shade {
    background: linear-gradient(0deg, #070605fa 0%, #07060555 80%);
  }
  .edition {
    display: none;
  }
  .sectionHead {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .grid article,
  .grid article.wide {
    grid-column: span 3;
  }
  .wide .productImage {
    aspect-ratio: 4/5;
  }
  .standard {
    grid-template-columns: 1fr;
  }
  .standardImage {
    min-height: 580px;
  }
  .standardCopy {
    padding: 80px 7vw;
  }
  .watermark {
    right: -130px;
    opacity: 0.8;
  }
  footer {
    grid-template-columns: 1fr 1fr;
  }
  .links {
    justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  .announcement {
    font-size: 8px;
  }
  .hero > img {
    object-position: 62% center;
  }
  .hero h1 {
    font-size: 64px;
  }
  .heroCopy {
    margin-inline: 5vw;
  }
  .ticker {
    gap: 26px;
    justify-content: flex-start;
    overflow: hidden;
  }
  .shop,
  .club {
    padding: 80px 5vw;
  }
  .grid article,
  .grid article.wide {
    grid-column: 1/-1;
  }
  .sectionHead h2,
  .standard h2,
  .club h2 {
    font-size: 48px;
  }
  .watermark {
    display: none;
  }
  footer {
    grid-template-columns: 1fr;
  }
  footer > small {
    grid-column: 1;
  }
  .cart aside {
    padding: 25px 20px;
  }
}
