:root {
  --wine: #510b23;
  --wine-dark: #2d0613;
  --wine-light: #7a263f;
  --gold: #d7aa61;
  --cream: #f7f1ec;
  --paper: #fffdfb;
  --ink: #25181a;
  --muted: #746568;
  --line: rgba(81, 11, 35, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.shell {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}

h1,
h2,
.hero__accent,
.about__signature {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

h1 {
  max-width: 660px;
  margin: 12px 0 16px;
  color: #fff8f0;
  font-size: clamp(45px, 4.4vw, 64px);
  line-height: 1.06;
  letter-spacing: -0.035em;
}

h2 {
  margin: 5px 0 22px;
  color: var(--wine);
  font-size: clamp(34px, 3.6vw, 50px);
  line-height: 1.13;
  letter-spacing: -0.025em;
}

h3 {
  margin: 14px 0 10px;
  font-size: 17px;
  line-height: 1.35;
}

p {
  margin: 0;
}

.eyebrow {
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow--light {
  color: #f6dfba;
}

.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 0 34px;
  border: 0;
  border-radius: 4px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:disabled {
  opacity: 0.68;
  cursor: wait;
  transform: none;
}

.button--gold {
  color: var(--wine-dark);
  background: linear-gradient(135deg, #f2d59f, #d49c4d);
  box-shadow: 0 13px 35px rgba(0, 0, 0, 0.24);
}

.button--gold:hover {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.34);
}

.button--wine {
  color: #fff;
  background: var(--wine);
  box-shadow: 0 10px 25px rgba(81, 11, 35, 0.18);
}

.button--wine:hover {
  background: #650f2c;
}

.hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 12%, rgba(149, 42, 73, 0.37), transparent 34%),
    linear-gradient(115deg, #27030f 0%, #480719 54%, #21030d 100%);
}

.hero::after {
  position: absolute;
  right: -70px;
  bottom: -130px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(215, 170, 97, 0.13);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 42px rgba(215, 170, 97, 0.025), 0 0 0 84px rgba(215, 170, 97, 0.025);
}

.hero__glow {
  position: absolute;
  inset: auto auto -180px -150px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(145, 25, 60, 0.15);
  filter: blur(40px);
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 650px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0;
  padding-block: 54px;
}

.hero__copy {
  position: relative;
  z-index: 2;
  max-width: 555px;
  padding-right: 35px;
}

.hero__accent {
  margin-bottom: 18px;
  color: #e6bd7a;
  font-size: clamp(28px, 3vw, 42px);
  font-style: italic;
}

.hero__lead {
  max-width: 535px;
  margin-bottom: 32px;
  color: rgba(255, 248, 240, 0.8);
  font-size: 14px;
}

.hero__benefits {
  display: flex;
  gap: 28px;
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  line-height: 1.35;
}

.hero__benefits span {
  display: flex;
  align-items: center;
  gap: 9px;
}

i[data-icon] {
  display: inline-grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--wine);
  font-style: normal;
}

i[data-icon] svg {
  width: 34px;
  height: 34px;
  stroke: currentColor;
}

.hero i[data-icon] {
  width: 33px;
  height: 33px;
  color: #e4bd80;
}

.hero i[data-icon] svg {
  width: 28px;
  height: 28px;
}

.hero__visual {
  position: relative;
  z-index: 1;
  align-self: stretch;
  min-width: 0;
  margin-right: calc((100vw - min(1160px, calc(100vw - 48px))) / -2);
  overflow: hidden;
}

.hero__visual::after {
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(90deg, #3a0615 0%, rgba(58, 6, 21, 0.62) 11%, transparent 27%);
  content: "";
}

.hero__visual img {
  position: absolute;
  top: 50%;
  left: max(-430px, -32vw);
  width: auto;
  height: 100%;
  max-width: none;
  transform: translateY(-50%);
}

.hero__cover-copy {
  position: absolute;
  z-index: 2;
  top: 82px;
  left: 218px;
  width: 190px;
  color: #e0bd7d;
  font-size: 10px;
  line-height: 1.45;
  letter-spacing: 0.11em;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(3.3deg);
}

.hero__cover-copy small {
  display: block;
  margin-top: 12px;
  font-size: 7px;
  letter-spacing: 0.14em;
}

.section {
  padding: 88px 0;
  text-align: center;
}

.section--intro {
  padding-top: 98px;
}

.section--soft {
  background: var(--cream);
}

.section__lead {
  max-width: 650px;
  margin: -9px auto 45px;
  color: var(--muted);
}

.grid {
  display: grid;
  margin-top: 44px;
}

.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

.feature,
.mini-card,
.result {
  padding: 0 30px;
}

.feature + .feature,
.mini-card + .mini-card,
.result + .result {
  border-left: 1px solid var(--line);
}

.feature > i,
.mini-card > i {
  margin: 0 auto;
}

.feature p,
.mini-card p,
.result p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.mini-card__mark {
  display: grid;
  width: 55px;
  height: 55px;
  margin: 0 auto;
  place-items: center;
  border: 1px solid var(--wine-light);
  border-radius: 50%;
  color: var(--wine);
  font-family: Georgia, serif;
  font-size: 28px;
}

.section--result {
  padding-block: 74px;
  background: #fbf8f5;
}

.result-grid {
  margin: 36px 0 38px;
}

.result i {
  width: 34px;
  height: 34px;
  margin: 0 auto 10px;
  border: 1px solid var(--wine);
  border-radius: 50%;
}

.result i svg {
  width: 19px;
  height: 19px;
}

.about {
  background: #eee5de;
}

.about__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: stretch;
}

.about__photo {
  min-height: 690px;
  margin-left: calc((100vw - min(1160px, calc(100vw - 48px))) / -2);
}

.about__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}

.about__copy {
  padding: 72px 0 60px 70px;
}

.about__copy h2 {
  margin-bottom: 27px;
}

.about__copy > p:not(.eyebrow):not(.about__facts):not(.about__signature) {
  margin-bottom: 14px;
  color: #574b4d;
  font-size: 14px;
}

.about__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 27px;
  color: var(--wine);
  font-size: 12px;
  font-weight: 600;
}

.about__facts span {
  padding-right: 20px;
  border-right: 1px solid rgba(81, 11, 35, 0.22);
}

.about__facts span:last-child {
  border: 0;
}

.about__signature {
  margin-top: 25px;
  color: var(--wine);
  font-size: 17px;
}

.about__signature em {
  display: inline-block;
  margin-top: 4px;
  font-size: 25px;
}

.cta {
  position: relative;
  overflow: hidden;
  padding: 75px 0;
  background: var(--cream);
}

.cta::before,
.cta::after {
  position: absolute;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(81, 11, 35, 0.1);
  border-radius: 46% 54% 47% 53%;
  content: "";
}

.cta::before {
  bottom: -120px;
  left: -85px;
}

.cta::after {
  top: -130px;
  right: -95px;
}

.cta__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: 75px;
}

.cta h2 {
  margin-bottom: 0;
  font-size: clamp(31px, 3.1vw, 42px);
}

.form label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 12px;
}

.form__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.form input {
  width: 100%;
  height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(81, 11, 35, 0.17);
  border-radius: 4px;
  outline: none;
  background: white;
  font: inherit;
}

.form input:focus {
  border-color: var(--wine-light);
  box-shadow: 0 0 0 3px rgba(81, 11, 35, 0.08);
}

.form input[aria-invalid="true"] {
  border-color: #b52537;
}

.form__note {
  display: flex;
  align-items: center;
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
}

.form__note i {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.form__note i svg {
  width: 20px;
  height: 20px;
}

.form__status {
  min-height: 22px;
  margin-top: 7px;
  color: var(--wine);
  font-size: 13px;
  font-weight: 700;
}

footer {
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.65);
  background: var(--wine-dark);
  font-size: 12px;
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer a {
  text-underline-offset: 3px;
}

@media (max-width: 920px) {
  .hero,
  .hero__grid {
    min-height: 700px;
  }

  .hero__grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 20px;
  }

  .hero__visual img {
    left: -380px;
    width: auto;
    height: 100%;
  }

  .hero__cover-copy {
    display: none;
  }

  .grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid--4 > :nth-child(3) {
    border-left: 0;
  }

  .grid--4 > :nth-child(n + 3) {
    margin-top: 40px;
  }

  .about__copy {
    padding-left: 44px;
  }

  .cta__grid {
    grid-template-columns: 1fr 0.8fr;
    gap: 42px;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 15px;
  }

  .shell {
    width: min(calc(100% - 32px), 520px);
  }

  h1 {
    font-size: clamp(39px, 12vw, 56px);
  }

  h2 {
    font-size: 34px;
  }

  .hero,
  .hero__grid {
    min-height: auto;
  }

  .hero__grid {
    display: flex;
    flex-direction: column;
    padding: 48px 0 0;
  }

  .hero__copy {
    width: 100%;
    padding-right: 0;
  }

  .hero__lead {
    font-size: 14px;
  }

  .hero__benefits {
    gap: 12px;
    justify-content: space-between;
  }

  .hero__benefits span {
    gap: 4px;
  }

  .hero__visual {
    position: relative;
    z-index: 0;
    inset: auto;
    width: calc(100% + 32px);
    height: 520px;
    flex: 0 0 520px;
    min-height: 0;
    margin-top: 20px;
    margin-inline: -16px;
  }

  .hero__visual::after {
    background: linear-gradient(180deg, #310511 0%, rgba(49, 5, 17, 0.72) 15%, transparent 36%);
  }

  .hero__visual img {
    top: 50%;
    right: auto;
    left: -75%;
    width: auto;
    height: 100%;
    transform: translateY(-50%);
  }

  .hero__cover-copy {
    display: none;
  }

  .section {
    padding: 65px 0;
  }

  .section--intro {
    padding-top: 70px;
  }

  .grid--3,
  .grid--4 {
    grid-template-columns: 1fr;
  }

  .grid > * {
    padding: 0 12px;
  }

  .grid > * + * {
    margin-top: 34px;
    padding-top: 34px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .grid--4 > :nth-child(3) {
    border-top: 1px solid var(--line);
  }

  .about__grid,
  .cta__grid {
    display: block;
  }

  .about__photo {
    min-height: 480px;
    margin: 0 -16px;
  }

  .about__copy {
    padding: 54px 0;
  }

  .about__facts {
    gap: 8px 10px;
  }

  .about__facts span {
    padding-right: 10px;
  }

  .cta {
    padding-block: 64px;
  }

  .form {
    margin-top: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button {
    transition: none;
  }
}
