@font-face {
  font-family: Montserrat;
  src: url(montserrat-regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(montserrat-bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  color-scheme: light;
  --wine: #871054;
  --pink: #e21059;
  --cream: #f7f3e8;
  --ink: #21161d;
  --muted: #6e5c66;
  --line: #e4d9db;
  --blush: #f9d8e9;
  font-family: Montserrat, Arial, sans-serif;
  color: var(--ink);
  background: var(--cream);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible {
  outline: 3px solid var(--wine);
  outline-offset: 5px;
}
svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
}
img {
  display: block;
  max-width: 100%;
}
.page {
  width: min(1120px, 100% - 80px);
  margin: auto;
}
.skip {
  position: fixed;
  top: 12px;
  left: 16px;
  z-index: 10;
  background: var(--wine);
  color: white;
  padding: 16px;
  transform: translateY(-160%);
}
.skip:focus {
  transform: none;
}
.brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 24px;
}
.brand img {
  width: 180px;
  height: 68px;
  object-fit: contain;
  object-position: left;
}
.official {
  font-size: 11px;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--wine);
}
.official span {
  font-size: 21px;
}
main {
  display: grid;
  grid-template-columns: 1fr 0.94fr;
  gap: 64px;
  align-items: stretch;
}
.campaign {
  position: relative;
  min-height: 740px;
  isolation: isolate;
  overflow: hidden;
  border-radius: 160px 160px 18px 18px;
  background: #ead9bf;
}
.campaign picture {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.campaign picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
}
.campaign-copy {
  position: absolute;
  top: 62px;
  left: 44px;
  right: 20px;
}
.eyebrow {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: var(--wine);
}
h1 {
  font-size: 50px;
  line-height: 1.03;
  letter-spacing: -0.065em;
  margin: 18px 0;
  color: #401c2d;
}
h1 em {
  font-style: normal;
  color: var(--wine);
}
.campaign-link {
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 20px;
  gap: 12px;
  background: rgba(255, 253, 247, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
}
.campaign-link small {
  display: block;
  font-size: 8px;
  letter-spacing: 0.14em;
  color: var(--muted);
  margin-bottom: 5px;
}
.arrow {
  font-family: Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.2s;
}
.links {
  padding: 15px 0 0;
  min-width: 0;
}
.links:focus {
  outline: none;
}
.intro h2 {
  font-size: 47px;
  line-height: 1.04;
  letter-spacing: -0.065em;
  font-weight: 700;
  margin: 14px 0 16px;
}
.intro p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
  margin: 0 0 26px;
}
.shop {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 25px 22px;
  background: var(--wine);
  color: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 20px #87105412;
  transition:
    background 0.2s,
    transform 0.2s;
}
.shop small {
  font-size: 8px;
  letter-spacing: 0.12em;
  display: block;
  color: #f9d8e9;
  margin-bottom: 8px;
}
.shop strong {
  display: block;
  font-size: 17px;
  letter-spacing: -0.03em;
}
.shop-note {
  display: block;
  font-size: 10px;
  color: #f9d8e9;
  line-height: 1.6;
  margin-top: 7px;
}
.shop-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 48px;
}
.shop-icon svg {
  width: 30px;
  height: 30px;
}
.shop > .arrow {
  margin-left: auto;
}
.action-list {
  margin-top: 14px;
}
.action-list a {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 77px;
  padding: 15px 8px;
  border-bottom: 1px solid var(--line);
  transition: background 0.2s;
}
.action-list a:last-child {
  border-bottom: 0;
}
.icon {
  width: 37px;
  display: flex;
  justify-content: center;
  color: var(--wine);
  flex: none;
}
.action-list strong {
  display: block;
  font-size: 13px;
  letter-spacing: -0.02em;
}
.action-list small {
  display: block;
  font-size: 10px;
  line-height: 1.7;
  color: var(--muted);
  margin-top: 5px;
}
.action-list .arrow {
  margin-left: auto;
  color: var(--wine);
  font-size: 21px;
}
.social-block {
  border-top: 1px solid var(--line);
  margin-top: 12px;
  padding-top: 22px;
}
.social-block p {
  font-size: 10px;
  color: var(--muted);
  margin: 0 0 13px;
}
.socials {
  display: flex;
  justify-content: space-between;
  gap: 6px;
}
.socials a {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  font-size: 10px;
  font-weight: 700;
  padding: 0 5px;
}
.socials svg {
  width: 18px;
  height: 18px;
  color: var(--wine);
}
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 30px 0;
  font-size: 9px;
  color: var(--muted);
}
footer > span:first-child {
  font-weight: 700;
  color: var(--wine);
}
footer nav {
  display: flex;
  gap: 22px;
}
footer a {
  display: flex;
  align-items: center;
  min-height: 44px;
}
.signature {
  letter-spacing: 0.02em;
}
@media (hover: hover) {
  .shop:hover {
    background: #6e0c44;
    transform: translateY(-2px);
  }
  .action-list a:hover {
    background: #f9d8e933;
  }
  .campaign-link:hover .arrow,
  .action-list a:hover .arrow,
  .shop:hover .arrow {
    transform: translate(2px, -2px);
  }
  .socials a:hover,
  footer a:hover {
    color: var(--wine);
    text-decoration: underline;
  }
}
@media (min-width: 1500px) {
  .page {
    padding-top: 24px;
  }
  main {
    gap: 80px;
  }
  .campaign {
    min-height: 760px;
  }
  .links {
    padding-top: 24px;
  }
}
@media (max-width: 1000px) and (min-width: 761px) {
  .page {
    width: calc(100% - 48px);
  }
  main {
    gap: 30px;
    grid-template-columns: 0.9fr 1fr;
  }
  .campaign {
    min-height: 740px;
    border-radius: 110px 110px 16px 16px;
  }
  .campaign-copy {
    left: 25px;
    top: 64px;
  }
  h1 {
    font-size: 40px;
  }
  .intro h2 {
    font-size: 42px;
  }
  .shop {
    padding: 22px 15px;
    gap: 10px;
  }
  .shop strong {
    font-size: 15px;
  }
  .signature {
    display: none;
  }
}
@media (max-width: 760px) {
  .page {
    width: min(500px, 100% - 36px);
  }
  .brand {
    padding: 19px 0 15px;
  }
  .brand img {
    width: 145px;
    height: 55px;
  }
  .official {
    font-size: 8px;
    gap: 5px;
  }
  .official span {
    font-size: 17px;
  }
  main {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .campaign {
    min-height: 265px;
    border-radius: 18px;
  }
  .campaign picture img {
    object-position: 65% center;
  }
  .campaign-copy {
    top: 28px;
    left: 23px;
    right: 12px;
  }
  .campaign-copy .eyebrow {
    font-size: 7px;
    letter-spacing: 0.1em;
  }
  h1 {
    font-size: 34px;
    margin-top: 13px;
    letter-spacing: -0.055em;
  }
  .campaign-link {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 11px 13px;
    border-radius: 10px;
    font-size: 11px;
  }
  .campaign-link small {
    font-size: 7px;
    margin-bottom: 4px;
  }
  .campaign-link .arrow {
    font-size: 23px;
  }
  .links {
    padding: 0;
  }
  .intro {
    position: relative;
    padding: 0 3px;
  }
  .intro .eyebrow {
    font-size: 8px;
  }
  .intro h2 {
    font-size: 32px;
    margin: 9px 0 12px;
    line-height: 1.08;
  }
  .intro h2 br {
    display: none;
  }
  .intro p {
    font-size: 11px;
    line-height: 1.7;
    margin-bottom: 18px;
  }
  .intro p br {
    display: none;
  }
  .shop {
    padding: 21px 18px;
    gap: 14px;
  }
  .shop strong {
    font-size: 16px;
  }
  .shop-note {
    font-size: 9px;
  }
  .action-list {
    margin-top: 9px;
  }
  .action-list a {
    min-height: 80px;
    padding: 14px 5px;
    gap: 13px;
  }
  .action-list strong {
    font-size: 12px;
  }
  .action-list small {
    font-size: 10px;
  }
  .social-block {
    margin-top: 6px;
    padding-top: 19px;
  }
  .socials a {
    font-size: 10px;
    padding: 0 3px;
    gap: 6px;
  }
  footer {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    padding: 22px 0 12px;
    font-size: 8px;
    text-align: center;
  }
  footer > span:first-child {
    width: 100%;
    margin-bottom: 2px;
  }
  footer nav {
    gap: 22px;
  }
  .signature {
    display: none;
  }
}
@media (max-width: 360px) {
  .page {
    width: calc(100% - 28px);
  }
  .official {
    font-size: 7px;
  }
  .brand img {
    width: 130px;
  }
  .campaign {
    min-height: 250px;
  }
  .campaign-copy {
    left: 18px;
  }
  h1 {
    font-size: 31px;
  }
  .intro h2 {
    font-size: 28px;
  }
  .shop {
    gap: 10px;
    padding: 20px 12px;
  }
  .shop strong {
    font-size: 14px;
  }
  .socials a {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
