@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  color: #000000;
  background: #e2d1bf;
  font-family: "Outfit", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1, h2, p {
  margin: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

a:focus-visible {
  outline: 3px solid #ab2619;
  outline-offset: -3px;
}

.landing {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  background: #e2d1bf;
}

.artwork > a, .artwork h1 > a {
  display: block;
}

.artwork--hero {
  padding-top: clamp(20px, 2vw, 24px);
  background: url("../images/edge-top.svg") center top/100% clamp(24px, 3.528vw, 42px) no-repeat;
}

.artwork--collection {
  padding-inline: 3.5%;
}

.artwork--title {
  padding: clamp(20px, 3vw, 36px) 3.5% 0;
}

.limited-edition {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4%;
  padding: clamp(24px, 4vw, 44px) 5%;
  color: #ab2619;
}

.limited-edition p {
  font-size: clamp(12px, 2.3vw, 30px);
  font-weight: 700;
  white-space: nowrap;
}

.limited-edition__ornament {
  display: block;
  width: 30%;
  aspect-ratio: 11.2;
  background: url("../images/flourish-horizontal.svg") center/contain no-repeat;
}

.limited-edition__ornament--right {
  transform: scaleX(-1);
}

.bag-stage {
  position: relative;
  display: block;
  width: 50%;
  margin: 0 auto;
  aspect-ratio: 1;
}

.bag-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #ffc000;
}

.bag-stage__compass {
  position: absolute;
  inset: 0;
  opacity: 0.4;
}

.bag-stage__product {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  inset: 2% 0 0;
}

.closing {
  flex-shrink: 0;
  margin-top: auto;
  height: clamp(28px, 3.528vw, 42px);
  background: url("../images/edge-bottom.svg") center bottom/100% 100% no-repeat;
}

.artwork--bag {
  position: relative;
  isolation: isolate;
  padding-block: clamp(12px, 2vw, 24px);
}

.artwork--bag::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: url("../images/bag-map.webp") center/cover no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.58;
  mask-image: linear-gradient(to right, transparent, black 12%, black 88%, transparent), linear-gradient(to bottom, transparent, black 12%, black 88%, transparent);
  mask-composite: intersect;
}

.intro {
  padding: clamp(16px, 2.5vw, 32px) 10% clamp(12px, 2vw, 24px);
}

.intro h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 599px) {
  .intro h2 {
    font-size: 20px;
    margin: 0 15px 15px;
  }
}

.offer {
  padding: clamp(28px, 4vw, 48px) 10% clamp(32px, 5vw, 56px);
}

.offer p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 599px) {
  .offer p {
    font-size: 20px;
    margin: 0 15px 15px;
  }
}
.offer p {
  font-size: 30px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}
@media (max-width: 599px) {
  .offer p {
    font-size: 25px;
    margin-inline: 0;
  }
}

.offer__price {
  display: block;
  margin-top: 8px;
  font-size: 24px;
  white-space: nowrap;
}
@media (max-width: 599px) {
  .offer__price {
    font-size: 20px;
  }
}

.offer__highlight {
  color: #ab2619;
}

.brands {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
  padding: 12px 0;
}

.brands a {
  display: block;
  width: 40%;
  max-width: 240px;
  color: inherit;
  text-decoration: none;
}

.legal {
  background: #e2d1bf;
  color: #000000;
  padding: clamp(32px, 4vw, 48px) 8% clamp(28px, 4vw, 44px);
}

.legal p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}

/*# sourceMappingURL=main.css.map */
