:root {
  --background: #f8f6f4;
  --surface: #ffffff;
  --text: #171514;
  --muted: #706a66;
  --border: #e7e2de;
  --accent: #ee5d82;
  --dark: #201c1e;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  background: var(--background);
  color: var(--text);
  font-family: Inter, Arial, Helvetica, sans-serif;
}

button,
a {
  font: inherit;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

.header {
  width: min(1440px, calc(100% - 48px));
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 2px;
}

.logo-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--dark);
  color: white;
  font-family: Georgia, serif;
  font-size: 17px;
  font-style: italic;
}

.navigation {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--muted);
  font-size: 14px;
}

.navigation a:hover {
  color: var(--text);
}

.header-actions {
  display: flex;
  gap: 10px;
}

.button {
  min-height: 43px;
  border: 0;
  border-radius: 999px;
  padding: 0 20px;
  font-weight: 700;
}

.button-dark {
  background: var(--dark);
  color: white;
}

.button-light {
  background: transparent;
  color: var(--text);
}

.button-white {
  background: white;
  color: var(--dark);
}

.button-large {
  min-height: 54px;
  padding: 0 27px;
}

.hero {
  width: min(1440px, calc(100% - 48px));
  min-height: 700px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  overflow: hidden;
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 20%, #ffe6ec 0, transparent 38%),
    linear-gradient(135deg, #f5ede8, #eadedd);
}

.hero-content {
  padding: 90px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow {
  margin-bottom: 20px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
}

.hero h1 {
  max-width: 730px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 6vw, 88px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -4px;
}

.hero h1 span {
  color: var(--accent);
  font-style: italic;
}

.hero-content > p {
  max-width: 650px;
  margin-top: 30px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions {
  margin-top: 35px;
  display: flex;
  gap: 12px;
}

.hero-stats {
  margin-top: 58px;
  display: flex;
  gap: 55px;
}

.hero-stats div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.hero-stats strong {
  font-family: Georgia, serif;
  font-size: 27px;
}

.hero-stats span {
  color: var(--muted);
  font-size: 12px;
}

.hero-preview {
  margin: 38px;
  padding: 28px;
  align-self: center;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 35px 80px rgba(58, 36, 43, 0.14);
  backdrop-filter: blur(20px);
}

.preview-header {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.preview-label {
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
}

.preview-header h2 {
  margin-top: 5px;
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 400;
}

.preview-count {
  border-radius: 999px;
  padding: 8px 12px;
  background: white;
  font-size: 11px;
  font-weight: 700;
}

.preview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.mini-card {
  padding: 10px;
  border-radius: 18px;
  background: white;
}

.mini-card > span {
  display: block;
  padding: 11px 4px 4px;
  font-size: 12px;
  font-weight: 700;
}

.nail-visual,
.design-image {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.nail-visual {
  height: 190px;
  border-radius: 13px;
}

.design-image {
  height: 390px;
}

.design-one {
  background:
    radial-gradient(circle at 53% 37%, #d82741 0 7px, transparent 8px),
    radial-gradient(circle at 45% 43%, #d82741 0 7px, transparent 8px),
    linear-gradient(145deg, #fff8f2, #f3d9d3);
}

.design-two {
  background: linear-gradient(145deg, #f1e6dd, #d9bfb2);
}

.design-three {
  background:
    radial-gradient(circle at 50% 45%, #ffffff 0, transparent 40%),
    linear-gradient(145deg, #efb4d8, #b96bc0);
}

.design-four {
  background:
    radial-gradient(circle at 50% 40%, #ffffff 0 7px, transparent 8px),
    linear-gradient(145deg, #e9f1dc, #a7c58c);
}

.nail-shape {
  width: 52px;
  height: 125px;
  border-radius: 50% 50% 34% 34%;
  background:
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.82),
      rgba(255, 226, 225, 0.93)
    );
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.75),
    0 18px 25px rgba(90, 55, 62, 0.18);
  transform: rotate(3deg);
}

.nail-shape-large {
  width: 85px;
  height: 220px;
}

.discover {
  width: min(1440px, calc(100% - 48px));
  margin: 110px auto;
}

.section-heading {
  margin-bottom: 35px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.section-heading .eyebrow {
  display: block;
  margin-bottom: 10px;
}

.section-heading h2 {
  font-family: Georgia, serif;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 400;
  letter-spacing: -2px;
}

.text-button {
  border: 0;
  background: transparent;
  font-size: 13px;
  font-weight: 800;
}

.design-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.design-card {
  overflow: hidden;
  border-radius: 22px;
  background: white;
}

.save-button {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: white;
  color: var(--dark);
  font-size: 25px;
}

.design-information {
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.design-information h3 {
  margin-bottom: 7px;
  font-size: 15px;
}

.design-information p {
  color: var(--muted);
  font-size: 12px;
}

.category {
  border-radius: 999px;
  padding: 7px 10px;
  background: #f5f1ef;
  font-size: 10px;
  font-weight: 700;
}

.artist-section {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto 100px;
  padding: 80px;
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 100px;
  border-radius: 30px;
  background: var(--dark);
  color: white;
}

.artist-content h2 {
  max-width: 710px;
  font-family: Georgia, serif;
  font-size: clamp(42px, 5vw, 67px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -2px;
}

.artist-content p {
  max-width: 600px;
  margin: 28px 0;
  color: #c9c0c3;
  font-size: 17px;
  line-height: 1.7;
}

.steps {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.steps article {
  padding: 26px 0;
  display: flex;
  gap: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.steps article > span {
  color: var(--accent);
  font-family: Georgia, serif;
  font-size: 24px;
}

.steps h3 {
  margin-bottom: 8px;
  font-size: 16px;
}

.steps p {
  color: #a9a0a3;
  font-size: 13px;
  line-height: 1.6;
}

.footer {
  width: min(1440px, calc(100% - 48px));
  min-height: 120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border);
}

.footer p {
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 1100px) {
  .navigation {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-preview {
    margin-top: 0;
  }

  .design-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .artist-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 700px) {
  .header {
    width: calc(100% - 28px);
  }

  .header-actions .button-light {
    display: none;
  }

  .header-actions .button-dark {
    padding: 0 14px;
    font-size: 11px;
  }

  .hero,
  .discover,
  .artist-section,
  .footer {
    width: calc(100% - 28px);
  }

  .hero-content {
    padding: 65px 25px 45px;
  }

  .hero h1 {
    font-size: 51px;
    letter-spacing: -2px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-stats {
    gap: 20px;
    justify-content: space-between;
  }

  .hero-preview {
    margin: 0 15px 15px;
    padding: 15px;
  }

  .nail-visual {
    height: 160px;
  }

  .discover {
    margin: 75px auto;
  }

  .design-grid {
    grid-template-columns: 1fr;
  }

  .design-image {
    height: 440px;
  }

  .artist-section {
    padding: 55px 25px;
  }

  .artist-content h2 {
    font-size: 44px;
  }

  .footer {
    padding: 25px 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
  }
}