:root {
  --navy: #44566C;
  --periwinkle: #9DA8D5;
  --lavender: #DEC6F3;
  --blush: #F2E2F1;
  --sage: #929589;
  --pink: #F0A7C8;
  --berry: #C76B8B;
  --ivory: #FCFAFB;
  --ink: #344252;
  --white: #FFFFFF;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: "Avenir Next", Avenir, Montserrat, Arial, sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.12; }
h1 { font-size: clamp(3rem, 7vw, 6.2rem); letter-spacing: -0.045em; margin-bottom: 1.4rem; }
h2 { font-size: clamp(2.25rem, 4vw, 4rem); letter-spacing: -0.035em; margin-bottom: 1.2rem; }
h3 { font-size: 1.65rem; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--navy); color: white; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-header { height: 92px; max-width: var(--max); margin: 0 auto; padding: 0 1.5rem; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: .7rem; color: var(--navy); text-decoration: none; }
.brand-logo { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; box-shadow: 0 4px 14px rgba(68,86,108,.12); }
.brand-words { display: flex; align-items: baseline; gap: .75rem; }
.brand-bloom { font-family: "Snell Roundhand", "Brush Script MT", cursive; font-size: 2.35rem; line-height: 1; }
.brand-neuro { font-family: Georgia, serif; letter-spacing: .24em; font-size: .83rem; }
.site-nav { display: flex; align-items: center; gap: 1.7rem; }
.site-nav a { font-size: .88rem; font-weight: 600; text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--berry); }
.nav-cta { border: 1px solid var(--navy); border-radius: 999px; padding: .62rem 1rem; }
.menu-button { display: none; border: 0; background: transparent; padding: .5rem; }
.menu-button span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: var(--navy); }
.hero { position: relative; max-width: var(--max); min-height: 680px; margin: 0 auto; padding: 6rem 1.5rem 5rem; display: grid; grid-template-columns: 1.4fr .6fr; gap: 5rem; align-items: center; }
.hero::before { content: ""; position: absolute; inset: 1rem 26% 2rem -50vw; z-index: -1; border-radius: 0 240px 240px 0; background: linear-gradient(135deg, rgba(242,226,241,.92), rgba(222,198,243,.55)); }
.eyebrow { color: var(--berry); font-size: .76rem; font-weight: 800; letter-spacing: .19em; line-height: 1.4; text-transform: uppercase; }
.hero h1 em { display: inline-block; color: var(--berry); font-family: "Snell Roundhand", "Brush Script MT", cursive; font-size: .82em; font-weight: 400; letter-spacing: -.02em; }
.hero-intro { max-width: 650px; font-family: Georgia, serif; font-size: 1.22rem; }
.hero-actions { display: flex; gap: 1.5rem; align-items: center; margin: 2.1rem 0 1.7rem; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border-radius: 999px; padding: .82rem 1.45rem; font-weight: 700; text-decoration: none; }
.button-primary { color: white; background: var(--navy); box-shadow: 0 12px 32px rgba(68,86,108,.18); }
.button-primary:hover, .button-primary:focus-visible { background: #33475e; transform: translateY(-1px); }
.text-link { font-weight: 700; text-decoration: none; }
.availability { font-size: .9rem; font-weight: 650; }
.availability span { display: inline-block; width: .6rem; height: .6rem; margin-right: .45rem; border-radius: 50%; background: var(--berry); }
.hero-card { min-height: 420px; border: 1px solid rgba(68,86,108,.14); border-radius: 48% 48% 28px 28px; background: rgba(252,250,251,.9); box-shadow: 0 25px 80px rgba(68,86,108,.12); padding: 2.1rem; display: flex; align-items: center; justify-content: center; }
.hero-logo { display: block; width: min(100%, 390px); height: auto; border-radius: 50%; box-shadow: 0 12px 36px rgba(68,86,108,.12); }
.trust-strip { padding: 1.8rem max(1.5rem, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: repeat(3, 1fr); color: white; background: var(--navy); }
.trust-strip div { padding: .3rem 2rem; border-right: 1px solid rgba(255,255,255,.2); text-align: center; }
.trust-strip div:last-child { border: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { font-family: Georgia, serif; font-size: 1.15rem; font-weight: 500; }
.trust-strip span { color: rgba(255,255,255,.72); font-size: .82rem; }
.section { max-width: var(--max); margin: 0 auto; padding: 7.5rem 1.5rem; }
.section-heading { max-width: 770px; margin-bottom: 3.5rem; }
.section-heading > p:last-child { max-width: 650px; font-size: 1.08rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.service-card { position: relative; min-height: 410px; padding: 2.2rem; overflow: hidden; border: 1px solid rgba(68,86,108,.12); border-radius: 24px; background: white; }
.service-card::after { content: ""; position: absolute; right: -40px; bottom: -55px; width: 160px; height: 160px; border-radius: 50%; opacity: .18; }
.accent-periwinkle::after { background: var(--periwinkle); }
.accent-berry::after { background: var(--pink); }
.accent-sage::after { background: var(--sage); }
.number { display: block; margin-bottom: 3.4rem; color: var(--berry); font-family: Georgia, serif; font-size: .9rem; }
.service-card ul { padding-left: 1.1rem; font-size: .93rem; }
.service-card li { margin-bottom: .35rem; }
.difference { max-width: none; padding-left: max(1.5rem, calc((100vw - var(--max)) / 2)); padding-right: max(1.5rem, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; background: var(--blush); }
.difference-panel p:last-child { max-width: 600px; }
.benefit-list > div { display: grid; grid-template-columns: 38px 1fr; gap: 1rem; padding: 1.3rem 0; border-bottom: 1px solid rgba(68,86,108,.17); }
.benefit-list span { color: var(--berry); font-family: Georgia, serif; font-size: .85rem; }
.benefit-list p { margin: 0; }
.benefit-list strong { display: block; color: var(--navy); font-family: Georgia, serif; font-size: 1.12rem; font-weight: 500; }
.about { display: grid; grid-template-columns: .72fr 1.28fr; gap: 6rem; align-items: center; }
.credential-mark { aspect-ratio: 4 / 5; display: grid; place-items: center; border-radius: 180px 180px 22px 22px; background: linear-gradient(145deg, var(--periwinkle), var(--lavender)); }
.credential-mark span { width: 150px; height: 150px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; color: white; font-family: Georgia, serif; font-size: 2.5rem; letter-spacing: .08em; }
.about-copy { max-width: 650px; }
.about-copy .lead { color: var(--berry); font-family: Georgia, serif; font-size: 1.35rem; font-style: italic; }
.credential-list { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.6rem 0; }
.credential-list span { padding: .5rem .75rem; border: 1px solid rgba(68,86,108,.16); border-radius: 999px; color: var(--navy); background: var(--blush); font-size: .78rem; font-weight: 700; }
.coverage { max-width: none; padding-left: max(1.5rem, calc((100vw - var(--max)) / 2)); padding-right: max(1.5rem, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1.25fr .75fr; gap: 6rem; align-items: center; color: white; background: var(--navy); }
.coverage h2, .coverage .eyebrow { color: white; }
.coverage-copy > p:not(.eyebrow):not(.area-list) { color: rgba(255,255,255,.82); }
.area-list { max-width: 700px; color: var(--lavender); font-family: Georgia, serif; font-size: 1.08rem; }
.price-card { padding: 2.2rem; border: 1px solid rgba(255,255,255,.28); border-radius: 24px; background: rgba(255,255,255,.06); text-align: center; }
.price-card .eyebrow { color: var(--pink); }
.price-list { margin-top: 1.4rem; text-align: left; }
.price-list div { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: baseline; padding: .85rem 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.price-list div:last-child { border-bottom: 0; }
.price-list span { color: rgba(255,255,255,.82); font-size: .9rem; }
.price-list strong { color: white; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 500; }
.price-rule { width: 52px; height: 1px; margin: 1.5rem auto; background: var(--pink); }
.price-card .small { color: rgba(255,255,255,.75); font-size: .88rem; }
.contact { max-width: 900px; margin: 0 auto; padding: 8rem 1.5rem; text-align: center; }
.contact > p:not(.eyebrow) { max-width: 640px; margin-left: auto; margin-right: auto; }
.contact-actions { display: flex; justify-content: center; gap: .8rem; margin: 2rem 0 1.2rem; }
.button-secondary { border: 1px solid var(--navy); color: var(--navy); background: white; }
.button-secondary:hover, .button-secondary:focus-visible { background: var(--blush); }
.instagram-link { display: inline-block; color: var(--berry); font-weight: 700; text-decoration: none; }
.instagram-link:hover, .instagram-link:focus-visible { text-decoration: underline; }
.contact-note { margin-top: 2rem; padding: 1rem 1.25rem; border-radius: 14px; color: var(--navy); background: var(--blush); font-size: .9rem; }
footer { padding: 3rem 1.5rem; color: rgba(255,255,255,.76); background: #37485d; text-align: center; }
.footer-brand { color: white; font-family: Georgia, serif; }
.footer-brand span { margin-right: .3rem; font-family: "Snell Roundhand", "Brush Script MT", cursive; font-size: 2rem; }
footer p { margin-bottom: .4rem; }
footer a { color: white; text-underline-offset: 3px; }
.legal { margin-top: 1.2rem; font-size: .75rem; }

@media (max-width: 900px) {
  .site-header { height: 76px; }
  .menu-button { display: block; }
  .site-nav { position: absolute; top: 76px; left: 0; right: 0; z-index: 10; display: none; padding: 1rem 1.5rem 1.5rem; background: var(--ivory); box-shadow: 0 15px 30px rgba(68,86,108,.12); }
  .site-nav.open { display: grid; gap: .9rem; }
  .nav-cta { text-align: center; }
  .hero { min-height: auto; padding-top: 4.5rem; grid-template-columns: 1fr; gap: 3rem; }
  .hero::before { inset: .5rem 6% 25% -10vw; }
  .hero-card { min-height: 350px; max-width: 480px; width: 100%; justify-self: center; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .difference, .about, .coverage { grid-template-columns: 1fr; gap: 3rem; }
  .credential-mark { max-width: 470px; width: 100%; justify-self: center; }
  .price-card { max-width: 450px; width: 100%; }
}

@media (max-width: 620px) {
  body { line-height: 1.58; }
  .brand-bloom { font-size: 2rem; }
  .brand-neuro { font-size: .7rem; }
  .brand-logo { width: 44px; height: 44px; }
  .brand-words { gap: .5rem; }
  .hero { padding-top: 3.5rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .text-link { text-align: center; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div { padding: .8rem; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .section { padding-top: 5.5rem; padding-bottom: 5.5rem; }
  .service-card { padding: 1.7rem; }
  .difference { padding-top: 5.5rem; padding-bottom: 5.5rem; }
  .coverage { padding-top: 5.5rem; padding-bottom: 5.5rem; }
  .contact { padding-top: 6rem; padding-bottom: 6rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
