:root {
  --rose-bg: #f4c7cf;
  --rose-soft: #f7d4da;
  --rose-pale: #fbe8eb;
  --ink: #2f2d44;
  --ink-soft: #5f6074;
  --white: #ffffff;
  --line: rgba(47, 45, 68, 0.12);
  --accent: #30314b;
  --accent-2: #4a4d6d;
  --shadow: 0 24px 60px rgba(71, 56, 76, 0.14);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--ink);
  overflow-x: hidden;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.34), transparent 24%),
    linear-gradient(180deg, #f6d0d5 0%, var(--rose-bg) 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
  appearance: none;
}

.cookie-slot:empty {
  display: none;
}

.site-shell {
  width: min(1180px, calc(100% - 24px));
  margin: 0 auto;
  padding: 0 0 42px;
  overflow: hidden;
}

.site-utility {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 42px;
  padding: 0 20px;
  background: var(--accent);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.84rem;
}

.utility-meta,
.utility-social {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.utility-social span {
  font-weight: 700;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 64px;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.18);
}

.site-brand {
  font-size: 2.05rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--white);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(255, 255, 255, 0.86);
}

.site-nav a {
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
}

.site-nav a.is-active,
.site-nav a:hover {
  color: var(--white);
}

.nav-toggle,
.mobile-nav {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: 34px;
  align-items: center;
  min-height: 600px;
  padding: 54px 48px 72px;
}

.hero-copy h1,
.section-head h2,
.feature-card h3,
.info-card h3,
.footer-grid h3,
.inner-hero h1 {
  margin: 0;
  letter-spacing: -0.04em;
}

.hero-copy {
  max-width: 520px;
  min-width: 0;
}

.hero-copy h1 {
  font-size: clamp(2.8rem, 6vw, 4.5rem);
  line-height: 1.02;
}

.hero-copy p,
.section-head p,
.feature-card p,
.info-card p,
.footer-grid p,
.footer-grid a,
.inner-hero p,
.detail-list li,
.field span,
.checkbox-field span {
  color: var(--ink-soft);
  line-height: 1.72;
}

.hero-copy p {
  max-width: 430px;
  margin: 22px 0 0;
  font-size: 1.02rem;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.button,
.button-outline,
.mobile-nav__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 4px;
  font-weight: 700;
}

.button {
  background: var(--accent);
  color: var(--white);
}

.button-outline {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(48, 49, 75, 0.16);
  color: var(--accent);
}

.hero-visual {
  position: relative;
  min-height: 470px;
  display: grid;
  place-items: end center;
}

.figure-base,
.figure-head,
.figure-body,
.figure-arm,
.figure-leg,
.figure-hair {
  position: absolute;
}

.figure-base {
  bottom: 18px;
  width: 330px;
  height: 36px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(132, 114, 132, 0.24), transparent 70%);
}

.figure-head {
  top: 66px;
  right: 132px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f3d8cf, #e4bdae);
  z-index: 3;
}

.figure-hair {
  top: 58px;
  right: 116px;
  width: 84px;
  height: 206px;
  border-radius: 44px;
  background: linear-gradient(180deg, #7a544b, #5f3d37 56%, #7f6256 100%);
  z-index: 2;
}

.figure-body {
  top: 116px;
  right: 106px;
  width: 136px;
  height: 214px;
  border-radius: 60px 60px 44px 44px;
  background: linear-gradient(180deg, #ffffff, #f3f3f3);
  box-shadow: var(--shadow);
  z-index: 1;
}

.figure-arm {
  width: 154px;
  height: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f3d7cb, #ebc3b4);
  z-index: 0;
}

.figure-arm--back {
  right: 194px;
  top: 296px;
  transform: rotate(-8deg);
}

.figure-arm--front {
  right: 56px;
  top: 320px;
  width: 148px;
  transform: rotate(26deg);
}

.figure-leg {
  width: 190px;
  height: 26px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffffff, #ededed);
  box-shadow: 0 18px 28px rgba(74, 77, 109, 0.08);
}

.figure-leg--one {
  right: 144px;
  bottom: 92px;
  transform: rotate(34deg);
}

.figure-leg--two {
  right: 10px;
  bottom: 82px;
  transform: rotate(8deg);
}

.figure-leg--three {
  right: 150px;
  bottom: 146px;
  width: 170px;
  transform: rotate(86deg);
}

.section {
  display: grid;
  gap: 20px;
  margin-top: 28px;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
}

.section-kicker {
  margin: 0 0 8px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(47, 45, 68, 0.56);
}

.section-head h2,
.inner-hero h1 {
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  line-height: 1.08;
}

.feature-grid,
.info-grid,
.footer-grid,
.contact-grid,
.form-grid,
.inner-card-grid {
  display: grid;
  gap: 18px;
}

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

.feature-card,
.info-card,
.inner-hero {
  padding: 24px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: var(--shadow);
  min-width: 0;
}

.feature-card__visual {
  height: 180px;
  margin-bottom: 16px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.62), transparent 20%),
    linear-gradient(135deg, #f8dce0, #eab0bc);
  position: relative;
  overflow: hidden;
}

.feature-card__visual::before,
.feature-card__visual::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.feature-card__visual::before {
  width: 120px;
  height: 18px;
  left: 32px;
  bottom: 68px;
  transform: rotate(22deg);
}

.feature-card__visual::after {
  width: 92px;
  height: 18px;
  right: 34px;
  bottom: 48px;
  transform: rotate(-18deg);
}

.info-grid {
  grid-template-columns: 1.1fr 0.9fr;
}

.detail-list {
  margin: 0;
  padding-left: 18px;
}

.detail-list li + li {
  margin-top: 8px;
}

.inner-page {
  display: grid;
  gap: 24px;
  margin-top: 26px;
}

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

.contact-grid {
  grid-template-columns: 0.92fr 1.08fr;
}

.contact-form {
  display: grid;
  gap: 14px;
}

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

.field {
  display: grid;
  gap: 8px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(48, 49, 75, 0.1);
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  outline: 0;
}

.field textarea {
  min-height: 140px;
  resize: vertical;
}

.checkbox-field {
  display: flex;
  align-items: start;
  gap: 10px;
}

.checkbox-field input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
}

.footer-grid {
  grid-template-columns: 1.2fr repeat(3, minmax(0, 0.8fr));
  padding: 24px;
  margin-top: 30px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: var(--shadow);
}

.footer-grid a {
  display: block;
}

.footer-grid a + a {
  margin-top: 8px;
}

@media (max-width: 980px) {
  .hero,
  .feature-grid,
  .info-grid,
  .inner-card-grid,
  .contact-grid,
  .footer-grid,
  .form-grid,
  .section-head {
    grid-template-columns: 1fr;
  }

  .section-head {
    display: grid;
    align-items: start;
  }
}

@media (max-width: 760px) {
  .site-shell {
    width: calc(100% - 12px);
  }

  .site-utility,
  .site-header,
  .hero,
  .section,
  .section-head,
  .feature-grid,
  .feature-card,
  .info-grid,
  .info-card,
  .footer-grid {
    min-width: 0;
  }

  .utility-meta {
    gap: 10px;
    font-size: 0.72rem;
    flex-wrap: wrap;
  }

  .utility-social {
    gap: 10px;
  }

  .site-nav {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .nav-toggle span {
    width: 24px;
    height: 2px;
    background: var(--white);
  }

  .mobile-nav {
    display: none;
    gap: 12px;
    padding: 16px 18px;
    background: rgba(255, 255, 255, 0.56);
    box-shadow: var(--shadow);
  }

  .mobile-nav.is-open {
    display: grid;
  }

  .hero {
    padding: 34px 22px 46px;
    min-height: auto;
  }

  .site-brand {
    font-size: 1.6rem;
  }

  .hero-visual {
    min-height: 340px;
  }

  .figure-head {
    top: 34px;
    right: 106px;
  }

  .figure-hair {
    top: 28px;
    right: 92px;
    width: 72px;
    height: 170px;
  }

  .figure-body {
    top: 84px;
    right: 80px;
    width: 118px;
    height: 178px;
  }

  .figure-arm--back {
    top: 230px;
    right: 132px;
    width: 120px;
  }

  .figure-arm--front {
    top: 246px;
    right: 28px;
    width: 122px;
  }

  .figure-leg--one {
    right: 82px;
    bottom: 72px;
    width: 146px;
  }

  .figure-leg--two {
    right: -6px;
    bottom: 66px;
    width: 146px;
  }

  .figure-leg--three {
    right: 86px;
    bottom: 120px;
    width: 132px;
  }

  .hero-copy h1,
  .section-head h2,
  .inner-hero h1 {
    font-size: 1.85rem;
    line-height: 1.04;
    overflow-wrap: anywhere;
  }

  .section-head {
    width: 100%;
  }

  .section-head > div,
  .section-head h2 {
    max-width: 100%;
  }
}
