:root {
  --ink: #37281e;
  --muted: #765f50;
  --paper: #fff9ef;
  --cream: #f6ead7;
  --rose: #d99583;
  --sage: #8c9a70;
  --olive: #657442;
  --gold: #e7c778;
  --line: rgba(80, 52, 35, 0.18);
  --shadow: 0 26px 70px rgba(75, 50, 30, 0.18);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  background:
    radial-gradient(circle at 15% 12%, rgba(231, 199, 120, 0.35), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(140, 154, 112, 0.28), transparent 32%),
    linear-gradient(135deg, #fffaf0 0%, #f5e3cf 48%, #e8d7bd 100%);
}

.page {
  overflow: hidden;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(520px, 1.35fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
  min-height: 100vh;
  padding: clamp(28px, 5vw, 72px);
}

.hero::before,
.hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
  border-radius: 999px;
}

.hero::before {
  inset: auto auto -160px -120px;
  width: 360px;
  height: 360px;
  background: rgba(217, 149, 131, 0.18);
}

.hero::after {
  top: 44px;
  right: -120px;
  width: 300px;
  height: 300px;
  background: rgba(101, 116, 66, 0.13);
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 600px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--olive);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
}

h1 {
  font-family: "Marck Script", cursive;
  font-size: clamp(72px, 10vw, 138px);
  font-weight: 400;
  line-height: 0.86;
}

h2 {
  font-family: "Marck Script", cursive;
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 400;
}

.lead {
  max-width: 560px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid rgba(55, 40, 30, 0.18);
  border-radius: 999px;
  color: #fffaf0;
  background: var(--ink);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(55, 40, 30, 0.18);
}

.button--soft {
  color: var(--ink);
  background: rgba(255, 249, 239, 0.72);
}

.comparison {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(190px, 0.82fr) 86px minmax(230px, 1fr);
  gap: clamp(12px, 2vw, 24px);
  align-items: center;
}

.art-card {
  position: relative;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 249, 239, 0.78);
  box-shadow: var(--shadow);
  transform: rotate(-2.3deg);
}

.art-card--after {
  transform: rotate(2deg);
}

.art-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 20px;
  object-fit: cover;
}

.art-card--after img {
  object-position: 50% 36%;
}

.art-card__label {
  position: absolute;
  top: 26px;
  left: 26px;
  z-index: 1;
  padding: 8px 13px;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 249, 239, 0.86);
  font-size: 13px;
  font-weight: 700;
}

.arrow {
  display: grid;
  place-items: center;
}

.arrow span {
  position: relative;
  width: 78px;
  height: 4px;
  border-radius: 999px;
  background: var(--rose);
  box-shadow: 0 12px 24px rgba(217, 149, 131, 0.35);
}

.arrow span::before,
.arrow span::after {
  position: absolute;
  right: -2px;
  width: 28px;
  height: 4px;
  content: "";
  border-radius: 999px;
  background: var(--rose);
  transform-origin: right center;
}

.arrow span::before {
  transform: rotate(38deg);
}

.arrow span::after {
  transform: rotate(-38deg);
}

.details {
  display: grid;
  grid-template-columns: 1.15fr 1fr 0.9fr;
  gap: 18px;
  padding: 0 clamp(22px, 5vw, 72px) clamp(34px, 6vw, 78px);
}

.detail-panel,
.price-panel {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 249, 239, 0.74);
  box-shadow: 0 18px 48px rgba(75, 50, 30, 0.11);
  padding: clamp(22px, 3vw, 34px);
}

.detail-panel p,
.price-panel p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
}

.checks {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.checks li {
  position: relative;
  padding-left: 30px;
  color: var(--ink);
  font-weight: 600;
}

.checks li::before {
  position: absolute;
  left: 0;
  top: 1px;
  content: "✓";
  color: var(--olive);
  font-weight: 800;
}

.kit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.kit-grid span,
.prices div {
  min-height: 74px;
  border: 1px solid rgba(80, 52, 35, 0.13);
  border-radius: 18px;
  background: rgba(246, 234, 215, 0.76);
  padding: 16px;
  font-weight: 700;
}

.prices {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.prices div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.prices strong {
  font-size: 25px;
}

.prices span {
  color: var(--olive);
  font-size: 20px;
  font-weight: 800;
  white-space: nowrap;
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero__content {
    max-width: 760px;
  }

  .details {
    grid-template-columns: 1fr 1fr;
  }

  .price-panel {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .hero {
    padding: 24px 16px 32px;
  }

  h1 {
    font-size: clamp(66px, 22vw, 104px);
  }

  .comparison {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .art-card,
  .art-card--after {
    transform: none;
  }

  .arrow {
    height: 58px;
    transform: rotate(90deg);
  }

  .details {
    grid-template-columns: 1fr;
    padding: 0 16px 34px;
  }

  .kit-grid {
    grid-template-columns: 1fr;
  }

  .hero__actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }
}
