:root {
  --navy: #145da0;
  --skyblue: #b1d4e0;
  --pale-yellow: #fdedaf;
  --mid-blue: #73b0e5;
  --peach: #f8dcc5;
  --tan: #deae6c;
  --ink: #26343f;
  --cream: #fffdf7;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: 'Belleza', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  padding-top: env(safe-area-inset-top, 0px);
  padding-bottom: env(safe-area-inset-bottom, 0px);
}
.script { font-family: 'Pacifico', cursive; }
img { max-width: 100%; display: block; }
a { color: inherit; }

nav {
  position: sticky; top: 0; z-index: 20;
  background: var(--navy);
  padding: 10px 24px;
  padding-top: calc(10px + env(safe-area-inset-top, 0px));
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 10px;
}
nav .brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
nav .brand img { height: 46px; width: auto; border-radius: 50%; }
nav .brand span { color: var(--pale-yellow); font-family: 'Pacifico', cursive; font-size: 26px; }
nav ul { list-style: none; display: flex; gap: 22px; margin: 0; padding: 0; flex-wrap: wrap; }
nav a { color: #fff; text-decoration: none; font-size: 14px; letter-spacing: 0.02em; }
nav a:hover, nav a[aria-current="page"] { color: var(--pale-yellow); }
nav a[aria-current="page"] { border-bottom: 1px solid var(--pale-yellow); }

section { padding: 64px 24px; max-width: 900px; margin: 0 auto; }
section + section { border-top: 1px solid #e7e0d3; }

.hero { text-align: center; padding-top: 72px; }
.hero img.logo { width: 200px; margin: 0 auto 20px; }
.hero h1 {
  font-family: 'Pacifico', cursive;
  font-size: 46px; font-weight: 400; color: var(--navy);
  margin: 0 0 18px; line-height: 1.15;
}
.hero p.intro {
  max-width: 560px; margin: 0 auto 30px; font-size: 18px; color: #46545e;
}
.btn {
  display: inline-block; background: var(--navy); color: #fff;
  padding: 14px 34px; border-radius: 30px; text-decoration: none;
  font-size: 15px; letter-spacing: 0.03em; border: none; cursor: pointer;
}
.btn:hover { background: #0e4a80; }
.sparkle-row { display: flex; justify-content: center; gap: 40px; margin-top: 40px; opacity: 0.6; font-size: 22px; color: var(--tan); }

h1.section-title, h2.section-title {
  font-family: 'Pacifico', cursive; font-weight: 400;
  font-size: 40px; color: var(--navy); margin: 0 0 28px; text-align: center;
}

.about-wrap { display: flex; gap: 40px; align-items: center; flex-wrap: wrap; }
.about-wrap .portrait {
  flex: 0 0 200px; width: 200px; height: 200px; border-radius: 50%;
  background: var(--peach); display: flex; align-items: center; justify-content: center;
  overflow: hidden; border: 4px solid var(--skyblue);
}
.about-wrap .portrait img { width: 78%; }
.about-wrap .copy { flex: 1; min-width: 260px; font-size: 16.5px; color: #3c4a54; }
.about-wrap .copy p { margin: 0 0 14px; }

.services-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.services-list li {
  background: #fff; border: 1px solid var(--skyblue); border-radius: 10px;
  padding: 16px 20px;
}
.services-list .service-head { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; }
.services-list .desc { margin: 6px 0 0; font-size: 15.5px; color: #3c4a54; line-height: 1.6; }
.services-list .name { font-size: 16.5px; color: var(--ink); }
.services-list .price { color: var(--navy); font-size: 15px; white-space: nowrap; margin-left: 16px; }
.services-list a.price { text-decoration: underline; text-underline-offset: 3px; }
.services-list a.price:hover { color: #0e4a80; }
.services-note { text-align: center; color: #5c6a74; font-size: 14.5px; margin-top: 22px; }

.contact-grid { display: flex; gap: 48px; flex-wrap: wrap; }
.contact-info { flex: 1; min-width: 220px; }
.contact-info .row { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; font-size: 16px; }
.contact-info .row a { text-decoration: none; overflow-wrap: anywhere; }
.contact-info .row .dot {
  width: 34px; height: 34px; border-radius: 50%; background: var(--pale-yellow);
  display: flex; align-items: center; justify-content: center; color: var(--navy); font-size: 15px; flex: 0 0 34px;
}
.social-row { display: flex; gap: 12px; margin-top: 22px; }
.social-row a {
  width: 38px; height: 38px; border-radius: 50%; background: var(--mid-blue);
  color: #fff; display: flex; align-items: center; justify-content: center;
  text-decoration: none; font-size: 14px;
}
form { flex: 1.2; min-width: 260px; display: grid; gap: 12px; }
form input, form textarea, form select {
  width: 100%; padding: 12px 14px; border-radius: 8px; border: 1px solid var(--skyblue);
  font-family: 'Belleza', sans-serif; font-size: 15px; background: #fff; color: var(--ink);
}
form textarea { resize: vertical; min-height: 100px; }
form .btn { justify-self: start; }
form .btn:disabled { opacity: 0.6; cursor: default; }
.form-status { margin: 0; font-size: 15px; min-height: 1.7em; }
.form-status.success { color: var(--navy); }
.form-status.error { color: #a4372a; }

footer {
  text-align: center; padding: 30px 24px 40px; font-size: 13px; color: #8b968f;
}

.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

@media (max-width: 640px) {
  .hero h1 { font-size: 34px; }
  nav ul { gap: 14px; }
  .contact-grid { flex-direction: column; }
}
