:root {
  --bg: #fff8f1;
  --bg-soft: #fff1ea;
  --text: #2f2530;
  --muted: #725f6d;
  --coral: #ff7d73;
  --coral-dark: #e95f58;
  --rose: #ffb8cb;
  --lavender: #c6b7ff;
  --cream: #fffdf8;
  --gold: #f4b85f;
  --line: rgba(83, 48, 66, 0.14);
  --shadow: 0 24px 70px rgba(116, 74, 94, 0.15);
  --radius-lg: 34px;
  --radius-md: 24px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 184, 203, 0.45), transparent 26rem),
    radial-gradient(circle at 88% 14%, rgba(198, 183, 255, 0.36), transparent 24rem),
    linear-gradient(180deg, var(--bg) 0%, #fffdf9 100%);
  line-height: 1.6;
}

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(255, 125, 115, 0.55);
  outline-offset: 4px;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(255, 125, 115, 0.45);
  outline-offset: 2px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(2.6rem, 7vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: -0.07em;
  margin-bottom: 1.4rem;
}

h2 {
  font-size: clamp(1.7rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

h3 {
  font-size: 1.35rem;
  line-height: 1.15;
}

.site-header {
  max-width: calc(var(--max) + 48px);
  margin: 0 auto;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.logo-mark {
  width: 34px;
  height: 40px;
  display: inline-block;
  border-radius: 50% 50% 48% 48%;
  background: linear-gradient(145deg, var(--coral), var(--rose));
  box-shadow: inset -7px -8px 0 rgba(174, 54, 83, 0.12);
  position: relative;
}

.logo-mark::after {
  content: "";
  position: absolute;
  left: 13px;
  bottom: -7px;
  width: 8px;
  height: 8px;
  background: var(--coral-dark);
  transform: rotate(45deg);
  border-radius: 2px;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.68);
  backdrop-filter: blur(14px);
}

.main-nav a {
  padding: 9px 15px;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.94rem;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: var(--text);
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(105, 66, 86, 0.1);
}

.section-shell {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto 84px;
}

.hero {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: 36px;
  padding: 54px;
  border: 1px solid var(--line);
  border-radius: 46px;
  background: rgba(255, 253, 248, 0.76);
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto -8% -18% 30%;
  height: 280px;
  background: radial-gradient(circle, rgba(255, 125, 115, 0.18), transparent 65%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--coral-dark);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 800;
}

.hero-text,
.page-hero p {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.16rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--coral), var(--coral-dark));
  box-shadow: 0 16px 34px rgba(233, 95, 88, 0.26);
}

.button-soft {
  color: var(--text);
  background: #fff;
  border: 1px solid var(--line);
}

.hero-art {
  min-height: 520px;
  position: relative;
}

.balloon {
  position: absolute;
  display: block;
  border-radius: 50% 50% 48% 48%;
  filter: drop-shadow(0 22px 22px rgba(77, 44, 67, 0.14));
}

.balloon::before {
  content: "";
  position: absolute;
  width: 26%;
  height: 22%;
  left: 20%;
  top: 16%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  transform: rotate(-24deg);
}

.balloon::after {
  content: "";
  position: absolute;
  left: 45%;
  bottom: -8px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: inherit;
  transform: rotate(45deg);
}

.balloon-a {
  width: 205px;
  height: 250px;
  left: 24%;
  top: 4%;
  background: linear-gradient(145deg, #ff8d83, #f46372);
}

.balloon-b {
  width: 165px;
  height: 210px;
  left: 2%;
  top: 24%;
  background: linear-gradient(145deg, #ffe0a9, #f2aa4d);
}

.balloon-c {
  width: 178px;
  height: 228px;
  right: 7%;
  top: 18%;
  background: linear-gradient(145deg, #d4c9ff, #a899ff);
}

.balloon-d {
  width: 142px;
  height: 178px;
  left: 34%;
  bottom: 4%;
  background: linear-gradient(145deg, #ffd1dc, #ff9dba);
}

.ribbon {
  position: absolute;
  width: 2px;
  height: 210px;
  background: rgba(96, 67, 85, 0.22);
  transform-origin: top;
}

.ribbon-a {
  left: 43%;
  top: 46%;
  transform: rotate(10deg);
}

.ribbon-b {
  right: 26%;
  top: 52%;
  transform: rotate(-12deg);
}

.intro-grid,
.cards-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.feature-card,
.service-card,
.pricing-card,
.request-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 44px rgba(116, 74, 94, 0.08);
}

.feature-card {
  padding: 30px;
}

.feature-card h2 {
  margin-bottom: 12px;
  font-size: 1.5rem;
}

.feature-card p,
.service-card p,
.pricing-card p,
.request-card p {
  color: var(--muted);
}

.feature-number {
  display: inline-block;
  margin-bottom: 26px;
  color: var(--coral-dark);
  font-weight: 900;
}

.split-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 40px;
  align-items: start;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pill-list span {
  padding: 12px 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--muted);
  font-weight: 800;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 30px;
}

.service-card {
  min-height: 280px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
}

.service-card::before {
  content: "";
  position: absolute;
  right: -26px;
  top: -32px;
  width: 150px;
  height: 180px;
  border-radius: 50% 50% 48% 48%;
  background: rgba(255, 255, 255, 0.45);
}

.service-card span {
  margin-top: 16px;
  color: var(--text);
  font-weight: 900;
}

.peach {
  background: linear-gradient(145deg, #fff2dc, #ffd5c8);
}

.violet {
  background: linear-gradient(145deg, #f3eeff, #d9ceff);
}

.rose {
  background: linear-gradient(145deg, #ffeaf1, #ffc1cf);
}

.cta-panel {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  padding: 40px;
  border-radius: 38px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 22%, rgba(255, 255, 255, 0.25), transparent 11rem),
    linear-gradient(135deg, #35223e, #8e4a70 55%, #ff8075);
  box-shadow: var(--shadow);
}

.cta-panel .eyebrow,
.cta-panel h2 {
  color: #fff;
}

.cta-panel h2 {
  max-width: 800px;
  margin-bottom: 0;
}

.page-hero {
  padding-top: 54px;
}

.compact-hero {
  max-width: 940px;
  text-align: center;
}

.compact-hero p {
  margin-inline: auto;
}

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

.pricing-card {
  padding: 30px;
}

.pricing-card.highlighted {
  background: linear-gradient(145deg, #fff6ec, #ffe2ec);
}

.price-top {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: space-between;
}

.price-top h2 {
  font-size: 1.55rem;
  margin-bottom: 14px;
}

.price-top span {
  white-space: nowrap;
  color: var(--coral-dark);
  font-weight: 900;
}

.pricing-card ul,
.request-card ul {
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.pricing-card li,
.request-card li {
  margin-bottom: 8px;
}

.process-section {
  padding: 34px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid var(--line);
}

.steps-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.steps-list li {
  padding: 22px;
  border-radius: var(--radius-md);
  background: #fff;
  color: var(--muted);
}

.steps-list span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--coral);
  font-weight: 900;
}

.steps-list strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 260px;
  gap: 18px;
}

.gallery-item {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  min-height: 240px;
  box-shadow: 0 18px 46px rgba(87, 53, 74, 0.12);
}

.gallery-item::before,
.gallery-item::after {
  content: "";
  position: absolute;
  border-radius: 50% 50% 48% 48%;
  background: rgba(255, 255, 255, 0.36);
}

.gallery-item::before {
  width: 150px;
  height: 190px;
  right: 24px;
  top: 24px;
}

.gallery-item::after {
  width: 105px;
  height: 135px;
  right: 138px;
  top: 72px;
}

.gallery-item h2,
.gallery-item span {
  position: relative;
  z-index: 1;
}

.gallery-item h2 {
  max-width: 370px;
  margin-bottom: 0;
  font-size: 1.6rem;
}

.gallery-item span {
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 900;
  color: rgba(47, 37, 48, 0.58);
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item.wide {
  grid-column: span 2;
}

.palette-wedding {
  background: linear-gradient(145deg, #fff5f1, #ffc8d6);
}

.palette-birthday {
  background: linear-gradient(145deg, #ffe0ab, #ff9389);
}

.palette-corporate {
  background: linear-gradient(145deg, #ebe5ff, #b5a7ff);
}

.palette-kids {
  background: linear-gradient(145deg, #f8ebff, #ffd1ea);
}

.palette-delivery {
  background: linear-gradient(145deg, #fff7df, #ffc779);
}

.palette-opening {
  background: linear-gradient(145deg, #ffe8e1, #ffaaa2);
}

.request-section {
  max-width: 880px;
}

.request-card {
  padding: 34px;
}

.request-card .button {
  margin-top: 24px;
}

.request-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 22px;
}

.request-form label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-weight: 800;
}

.request-form input,
.request-form select,
.request-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 14px 16px;
  color: var(--text);
  background: #fff;
  font: inherit;
}

.request-form textarea {
  resize: vertical;
}

.form-full {
  grid-column: 1 / -1;
}

.form-status {
  display: none;
  grid-column: 1 / -1;
  margin: 0;
  padding: 14px 16px;
  border-radius: 18px;
  color: #27643c;
  background: #eaf8ef;
  font-weight: 800;
}

.form-status.is-visible {
  display: block;
}

.site-footer {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--coral-dark);
  font-weight: 800;
}

@media (max-width: 920px) {
  .site-header {
    flex-wrap: wrap;
  }

  .main-nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    overflow-x: auto;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 38px;
  }

  .hero-art {
    min-height: 390px;
  }

  .intro-grid,
  .cards-grid,
  .pricing-grid,
  .steps-list {
    grid-template-columns: 1fr 1fr;
  }

  .split-section {
    grid-template-columns: 1fr;
  }

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

  .gallery-item.wide {
    grid-column: span 1;
  }
}

@media (max-width: 640px) {
  h1 {
    font-size: clamp(2.35rem, 15vw, 4.1rem);
  }

  .section-shell {
    width: min(100% - 24px, var(--max));
    margin-bottom: 56px;
  }

  .site-header {
    padding: 16px 12px;
  }

  .main-nav {
    gap: 4px;
    padding: 6px;
  }

  .main-nav a {
    padding: 8px 10px;
    font-size: 0.86rem;
  }

  .hero {
    padding: 28px 22px;
    border-radius: 30px;
  }

  .hero-actions,
  .cta-panel {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-art {
    min-height: 300px;
  }

  .balloon-a {
    width: 145px;
    height: 180px;
    left: 28%;
  }

  .balloon-b {
    width: 118px;
    height: 150px;
    left: 4%;
  }

  .balloon-c {
    width: 126px;
    height: 160px;
    right: 4%;
  }

  .balloon-d {
    width: 102px;
    height: 132px;
  }

  .intro-grid,
  .cards-grid,
  .pricing-grid,
  .steps-list,
  .gallery-grid,
  .request-form {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-auto-rows: auto;
  }

  .gallery-item.tall {
    grid-row: span 1;
  }

  .price-top {
    display: block;
  }

  .price-top span {
    display: inline-block;
    margin-bottom: 10px;
  }

  .cta-panel,
  .process-section,
  .request-card {
    padding: 26px;
    border-radius: 28px;
  }

  .site-footer {
    display: block;
  }

  .site-footer p + p {
    margin-top: 8px;
  }
}
