:root {
  --bg: #fffaf8;
  --paper: #fffdfb;
  --ink: #3c383e;
  --muted: #726d75;
  --pink: #efb9cd;
  --rose: #d86b8f;
  --lilac: #d6c5ed;
  --mint: #c7e4d6;
  --peach: #f3d2ad;
  --blue: #d9ebf4;
  --line: rgba(89, 78, 96, .10);
  --shadow: 0 24px 60px rgba(102, 84, 109, .10);
  --soft-shadow: 0 14px 38px rgba(102, 84, 109, .08);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.7;
}

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

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

.section { padding: 110px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(255,250,248,.84);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  min-height: 74px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.mini-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  text-decoration: none;
  font-weight: 600;
}

.mini-logo { color: var(--rose); }

nav {
  display: flex;
  gap: 26px;
}

nav a {
  text-decoration: none;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 500;
}

.nav-button {
  justify-self: end;
  padding: 10px 18px;
  border-radius: 999px;
  color: white;
  background: linear-gradient(135deg, #d97798, #c56587);
  text-decoration: none;
  font-size: .9rem;
  font-weight: 600;
}

.hero {
  position: relative;
  min-height: 880px;
  padding: 56px 0 120px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 12%, rgba(239,185,205,.28), transparent 22%),
    linear-gradient(180deg, #fffdfa 0%, #fff9f8 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.hero-logo-wrap {
  position: relative;
  width: min(880px, 100%);
  margin: 0 auto;
}

.hero-logo-wrap img {
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 34px;
  box-shadow: 0 25px 70px rgba(106,82,110,.10);
}

.halo {
  position: absolute;
  border-radius: 50%;
  filter: blur(35px);
  opacity: .55;
}

.halo-pink {
  width: 300px;
  height: 300px;
  left: 12%;
  top: 4%;
  background: var(--pink);
}

.halo-blue {
  width: 280px;
  height: 280px;
  right: 10%;
  bottom: 4%;
  background: var(--blue);
}

.hero-copy {
  max-width: 760px;
  margin: 54px auto 0;
}

.eyebrow,
.section-label {
  margin: 0 0 14px;
  color: var(--rose);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

h1, h2, h3 {
  margin-top: 0;
  color: var(--ink);
}

h1, h2 {
  font-family: "Marcellus", Georgia, serif;
  font-weight: 400;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(3.1rem, 7vw, 5.4rem);
  line-height: 1.15;
  letter-spacing: -.035em;
}

h1 span {
  display: block;
  margin-top: 10px;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2.25rem, 4.8vw, 3.9rem);
  line-height: 1.18;
  letter-spacing: -.025em;
}

h3 {
  font-size: 1.38rem;
  line-height: 1.28;
}

.hero-copy > p:last-of-type,
.lead,
.contact-copy > p:last-of-type {
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}

.button {
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 600;
}

.button-primary {
  color: white;
  background: linear-gradient(135deg, #dc7898, #c66486);
  box-shadow: 0 12px 28px rgba(192,92,129,.22);
}

.button-secondary {
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(198,100,134,.20);
  color: #a65370;
}

.wave {
  position: absolute;
  z-index: 1;
  width: 58%;
  height: 430px;
  bottom: 0;
  opacity: .45;
  filter: blur(.3px);
}

.wave-left {
  left: -9%;
  background:
    radial-gradient(ellipse at 35% 70%, rgba(214,197,237,.75) 0 18%, transparent 44%),
    radial-gradient(ellipse at 50% 80%, rgba(199,228,214,.65) 0 16%, transparent 42%),
    radial-gradient(ellipse at 70% 84%, rgba(217,235,244,.75) 0 18%, transparent 46%);
  transform: rotate(7deg);
}

.wave-right {
  right: -9%;
  background:
    radial-gradient(ellipse at 55% 72%, rgba(239,185,205,.72) 0 18%, transparent 44%),
    radial-gradient(ellipse at 35% 82%, rgba(243,210,173,.58) 0 15%, transparent 42%),
    radial-gradient(ellipse at 72% 82%, rgba(217,235,244,.68) 0 18%, transparent 46%);
  transform: rotate(-7deg);
}

.hero-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 120px;
}

.centered-block {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.centered-block.compact {
  max-width: 740px;
  margin-bottom: 48px;
}

.lotus-mark {
  color: var(--rose);
  font-size: 1.5rem;
  margin-bottom: 8px;
}

.about {
  background: var(--paper);
}

.services {
  background:
    radial-gradient(circle at 8% 20%, rgba(214,197,237,.20), transparent 26%),
    radial-gradient(circle at 93% 80%, rgba(199,228,214,.22), transparent 28%),
    #fffdfb;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-card {
  min-height: 465px;
  padding: 34px 30px;
  border-radius: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,.82);
  box-shadow: var(--soft-shadow);
}

.tone-lilac { background: linear-gradient(180deg, #fff, #f5effb); }
.tone-mint { background: linear-gradient(180deg, #fff, #eef8f2); }
.tone-peach { background: linear-gradient(180deg, #fff, #fff4e8); }

.icon-badge {
  width: 72px;
  height: 72px;
  margin: 0 auto 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.tone-lilac .icon-badge { background: rgba(214,197,237,.72); color: #8f6cad; }
.tone-mint .icon-badge { background: rgba(199,228,214,.78); color: #588b72; }
.tone-peach .icon-badge { background: rgba(243,210,173,.78); color: #c88125; }

.icon-badge svg,
.process-icon svg,
.contact-art svg {
  width: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card p {
  color: var(--muted);
  font-size: .95rem;
}

.card-meta {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 14px;
  font-size: .9rem;
  font-weight: 600;
}

.process {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 82%, rgba(239,185,205,.20), transparent 26%),
    radial-gradient(circle at 93% 78%, rgba(199,228,214,.20), transparent 26%),
    #fffaf8;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.process-step {
  text-align: center;
}

.process-icon {
  width: 66px;
  height: 66px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.process-icon.blush { background: #f8dce7; color: #c75d82; }
.process-icon.peach { background: #f9ead6; color: #d18c2d; }
.process-icon.mint { background: #e0f1e8; color: #5e9874; }
.process-icon.lilac { background: #eee5f7; color: #8d6bb0; }

.process-step h3 {
  margin-bottom: 8px;
}

.process-step p {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
}

.contact {
  background: #fffdfb;
}

.contact-panel {
  min-height: 300px;
  padding: 46px 52px;
  border-radius: 34px;
  display: grid;
  grid-template-columns: 180px 1fr .8fr;
  align-items: center;
  gap: 42px;
  background:
    linear-gradient(135deg, rgba(239,225,250,.88), rgba(251,232,238,.90) 50%, rgba(255,235,211,.88));
  box-shadow: var(--shadow);
}

.contact-art {
  color: #d0a34e;
}

.contact-art svg {
  width: 150px;
  stroke-width: 1.6;
}

.contact-copy h2 {
  margin-bottom: 12px;
}

.contact-copy .button {
  margin-top: 14px;
}

.contact-details {
  display: grid;
  gap: 14px;
  padding-left: 34px;
  border-left: 1px solid rgba(89,78,96,.16);
  color: var(--muted);
}

.contact-details a {
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
}

.disclaimer {
  padding: 0 0 70px;
  background: #fffdfb;
}

.disclaimer-inner {
  max-width: 820px;
  text-align: center;
}

.disclaimer p {
  color: var(--muted);
  font-size: .86rem;
}

footer {
  border-top: 1px solid var(--line);
  background: #fffaf8;
}

.footer-inner {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: .9rem;
}

.footer-inner a {
  color: var(--ink);
  font-weight: 600;
  text-decoration: none;
}

.mobile-book { display: none; }

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 980px) {
  .nav-wrap {
    grid-template-columns: 1fr auto;
  }

  nav { display: none; }

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

  .service-card {
    min-height: auto;
  }

  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 46px;
  }

  .contact-panel {
    grid-template-columns: 130px 1fr;
  }

  .contact-details {
    grid-column: 1 / -1;
    padding-left: 0;
    padding-top: 22px;
    border-left: 0;
    border-top: 1px solid rgba(89,78,96,.16);
  }
}

@media (max-width: 680px) {
  .shell {
    width: min(100% - 24px, 1160px);
  }

  body { padding-bottom: 78px; }

  .section { padding: 78px 0; }

  .site-header {
    position: relative;
  }

  .nav-wrap {
    min-height: 66px;
  }

  .mini-brand span:last-child {
    font-size: .9rem;
  }

  .nav-button { display: none; }

  .hero {
    min-height: 0;
    padding: 18px 0 94px;
  }

  .hero-logo-wrap img {
    border-radius: 22px;
  }

  .hero-copy {
    margin-top: 42px;
  }

  h1 {
    font-size: clamp(2.65rem, 13vw, 4rem);
    line-height: 1.2;
    letter-spacing: -.02em;
  }

  h1 span { margin-top: 14px; }

  h2 {
    font-size: clamp(2.2rem, 10vw, 3.1rem);
  }

  .hero-actions {
    flex-direction: column;
  }

  .button { width: 100%; }

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

  .contact-panel {
    padding: 34px 24px;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .contact-art {
    display: none;
  }

  .contact-details {
    text-align: left;
  }

  .footer-inner {
    min-height: 120px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 26px 0;
  }

  .mobile-book {
    position: fixed;
    z-index: 100;
    left: 12px;
    right: 12px;
    bottom: 12px;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: white;
    background: linear-gradient(135deg, #d97798, #c56587);
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 15px 34px rgba(192,92,129,.28);
  }
}
