:root {
  --ink: #30252b;
  --muted: #756b73;
  --paper: #fcf9f5;
  --lavender: #e9e2f0;
  --plum: #6c4d79;
  --peach: #f6d6c6;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #d8cce1; color: var(--ink); font-family: 'DM Sans', sans-serif; }
.page-shell { max-width: 1240px; margin: 26px auto; background: var(--paper); border-radius: 28px; overflow: hidden; box-shadow: 0 18px 60px #6854771c; }
.nav { height: 88px; display: flex; align-items: center; padding: 0 58px; gap: 24px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; color: var(--ink); font: 600 18px 'Playfair Display', serif; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--plum); border-radius: 50%; font-size: 15px; color: var(--plum); }
.brand-light { font-weight: 400; color: var(--muted); }
.nav-links { display: flex; gap: 33px; margin: auto; font-size: 12px; }
.nav-links a, .text-link { color: var(--ink); text-decoration: none; }
.button { display: inline-flex; align-items: center; gap: 19px; background: var(--plum); color: #fff; text-decoration: none; border-radius: 8px; padding: 14px 20px; font-size: 12px; transition: .2s; }
.button:hover { transform: translateY(-2px); background: #54385f; }
.button-small { padding: 11px 17px; }
.menu-toggle { display: none; border: 0; background: none; font-size: 24px; }

.hero { display: grid; grid-template-columns: 43% 57%; min-height: 555px; padding: 55px 58px 70px; }
.eyebrow { text-transform: uppercase; letter-spacing: .15em; font-size: 10px; color: var(--plum); margin: 0 0 20px; }
.hero h1 { font: 500 clamp(52px, 6vw, 80px)/.98 'Playfair Display', serif; letter-spacing: -.05em; margin: 0 0 25px; }
.hero h1 em, .about h2 em, .contact-card h2 em { font-style: italic; color: var(--plum); }
.hero-text { max-width: 330px; color: var(--muted); line-height: 1.6; font-size: 14px; margin: 0 0 28px; }
.socials { display: flex; gap: 9px; margin-top: 52px; }
.socials a { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--lavender); color: var(--plum); font-size: 11px; text-decoration: none; }
.hero-art { position: relative; min-height: 390px; }
.orb { position: absolute; border-radius: 50%; background: var(--lavender); }
.orb-one { width: 390px; height: 390px; right: 8%; top: 0; }
.orb-two { width: 150px; height: 150px; right: 4%; bottom: 15px; background: var(--peach); opacity: .6; }
.flower { position: absolute; color: var(--plum); opacity: .6; font-size: 55px; }
.flower-one { left: 9%; bottom: 56px; }
.flower-two { right: 2%; top: 34px; font-size: 42px; }
.fox { position: absolute; right: 19%; top: 65px; width: 240px; height: 295px; }
.fox-body { position: absolute; bottom: 0; left: 28px; width: 186px; height: 225px; background: #d87a39; border-radius: 52% 48% 45% 45%; border: 2px solid var(--ink); transform: rotate(-4deg); }
.fox-body:after { content: ''; position: absolute; bottom: -7px; right: -57px; width: 108px; height: 39px; border: 2px solid var(--ink); border-left: 0; border-radius: 0 60px 60px 0; background: #d87a39; transform: rotate(8deg); }
.fox-tail { position: absolute; left: -4px; bottom: 30px; width: 115px; height: 190px; border: 2px solid var(--ink); background: #e49352; border-radius: 80% 20% 75% 25%; transform: rotate(28deg); z-index: 0; }
.fox-tail:after { content: ''; position: absolute; bottom: -1px; left: -4px; width: 54px; height: 61px; background: #fbf1e8; border-radius: 50%; }
.fox-ear { position: absolute; top: -47px; width: 62px; height: 80px; background: #d87a39; border: 2px solid var(--ink); border-radius: 70% 12% 0 0; transform: rotate(-12deg); z-index: 2; }
.fox-ear:after { content: ''; position: absolute; inset: 12px 13px 16px; background: #f1a66c; border-radius: 70% 12% 0 0; }
.fox-ear.left { left: 27px; } .fox-ear.right { right: 21px; transform: rotate(15deg); }
.fox-face { position: absolute; top: -30px; left: 39px; width: 119px; height: 115px; background: #f2aa69; border: 2px solid var(--ink); border-radius: 48% 52% 48% 52%; z-index: 3; }
.eye { position: absolute; top: 46px; width: 6px; height: 8px; background: var(--ink); border-radius: 50%; }
.left-eye { left: 30px; } .right-eye { right: 31px; }
.nose { position: absolute; right: -7px; top: 65px; width: 13px; height: 13px; background: var(--ink); border-radius: 50%; }
.smile { position: absolute; right: -2px; top: 73px; width: 24px; height: 12px; border-bottom: 2px solid var(--ink); border-radius: 50%; }
.fox-chest { position: absolute; left: 48px; bottom: 6px; width: 84px; height: 140px; background: #f8e7d5; border-radius: 48%; border: 2px solid var(--ink); opacity: .9; }
.fox-paw { position: absolute; bottom: 7px; left: 75px; width: 107px; height: 33px; background: #d87a39; border: 2px solid var(--ink); border-radius: 50%; }
.ritual { position: absolute; text-align: center; color: var(--plum); font-family: 'Playfair Display', serif; }
.ritual span { display: block; font-size: 48px; } .ritual small { font: 10px 'DM Sans'; text-transform: uppercase; letter-spacing: .1em; }
.ritual-left { left: 15%; bottom: 18px; } .ritual-right { right: 7%; bottom: 45px; }
.sparkle { position: absolute; left: 14%; top: 40px; color: var(--plum); font-size: 38px; }

.panel { margin: 0 16px 16px; background: #f7f1f8; border-radius: 22px; padding: 42px 42px 44px; }
.section-heading { text-align: center; }
.section-heading h2, .about h2, .contact-card h2 { font: 500 33px/1.1 'Playfair Display', serif; margin: 0 0 28px; }
.section-heading h2 span { font-family: serif; color: #aa8bc7; font-size: 30px; margin-left: 9px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { background: #fffdfb; border: 1px solid #eee6ef; border-radius: 16px; padding: 24px; min-height: 300px; }
.service-card.featured { background: #efe6f2; }
.service-icon { height: 100px; display: grid; place-items: center; border-radius: 13px; background: #f3e6e4; color: var(--plum); font: 68px 'Playfair Display'; position: relative; }
.service-icon span { position: absolute; font-size: 22px; right: 28%; top: 13%; } .icon-hair { background: #e2d6e8; }
.icon-color { gap: 3px; background: #f4e8dc; } .icon-color i { display: block; width: 33px; height: 58px; border-radius: 12px 12px 8px 8px; background: #d99f8a; border: 2px solid var(--ink); }
.icon-color i:nth-child(2) { background: #b6c5cf; height: 73px; } .icon-color i:nth-child(3) { background: #e9bd74; height: 62px; }
.card-number { font-size: 10px; color: var(--plum); margin: 22px 0 7px; } .service-card h3 { font: 500 24px 'Playfair Display'; margin: 0 0 7px; }
.service-card > p:not(.card-number) { color: var(--muted); font-size: 12px; line-height: 1.5; margin: 0 0 18px; }
.service-card a { color: var(--plum); text-decoration: none; font-size: 12px; }
.about { display: grid; grid-template-columns: 31% 39% 30%; gap: 34px; align-items: center; background: #eee4f1; }
.portrait { height: 300px; border-radius: 50%; position: relative; background: linear-gradient(145deg, #cdbbe0, #8b6995); overflow: hidden; }
.portrait-halo { position: absolute; width: 180px; height: 180px; border: 1px solid #fff8; border-radius: 50%; top: 28px; left: 50px; }
.portrait-person { position: absolute; bottom: -35px; left: 80px; font: 250px/1 'Playfair Display'; color: #2d242d; transform: rotate(7deg); }
.portrait-note { position: absolute; left: 27px; bottom: 33px; color: #fff; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.about-copy h2 { margin-bottom: 18px; } .about-copy > p:not(.eyebrow) { font-size: 13px; line-height: 1.6; color: var(--muted); max-width: 350px; }
.text-link { display: inline-block; color: var(--plum); font-size: 12px; margin-top: 12px; border-bottom: 1px solid #b99fc6; padding-bottom: 5px; }
.about-values { border-left: 1px solid #cbb6d3; padding-left: 28px; } .about-values div { display: flex; gap: 20px; margin: 18px 0; align-items: center; }
.about-values strong { font: 20px 'Playfair Display'; color: var(--plum); font-weight: 500; } .about-values span { font-size: 12px; line-height: 1.4; }
.lower-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 0 16px 16px; }
.reviews, .contact-card { border-radius: 22px; padding: 40px 44px; background: #f7f1f8; } .reviews .section-heading { text-align: left; }
.reviews .section-heading h2 { margin-bottom: 22px; } .reviews blockquote { font: italic 23px/1.45 'Playfair Display'; margin: 0 0 28px; max-width: 470px; }
.review-meta { display: flex; align-items: center; gap: 11px; } .avatar { width: 35px; height: 35px; border-radius: 50%; background: #d9a78e; display: grid; place-items: center; color: #fff; }
.review-meta strong, .review-meta span { display: block; font-size: 11px; } .review-meta span { color: var(--muted); margin-top: 3px; } .stars { margin-left: auto; color: #9c78ae; font-size: 12px; letter-spacing: 2px; }
.contact-card { background: var(--plum); color: #fff; } .contact-card .eyebrow { color: #dbc8e5; } .contact-card h2 { font-size: 42px; } .contact-card h2 em { color: #e5cee7; }
.contact-card > p:not(.eyebrow) { color: #e7dce9; line-height: 1.55; font-size: 13px; max-width: 310px; margin: 0 0 25px; } .contact-card .button { background: #fff; color: var(--plum); }
footer { display: flex; align-items: center; gap: 28px; padding: 31px 58px; font-size: 11px; color: var(--muted); } footer .brand { margin-right: auto; font-size: 17px; } .back-top { color: var(--plum); text-decoration: none; }

@media (max-width: 800px) {
  .page-shell { margin: 0; border-radius: 0; } .nav { height: 76px; padding: 0 24px; position: relative; }
  .nav-links, .nav .button-small { display: none; } .nav-links.is-open { display: flex; position: absolute; z-index: 10; top: 76px; left: 0; right: 0; padding: 18px 24px; background: var(--paper); box-shadow: 0 12px 20px #68547712; flex-direction: column; gap: 18px; }
  .menu-toggle { display: block; margin-left: auto; } .hero { display: block; padding: 48px 30px 30px; } .hero-art { margin-top: 25px; min-height: 340px; }
  .orb-one { width: 300px; height: 300px; right: 6%; } .fox { right: 21%; transform: scale(.85); transform-origin: bottom right; }
  .panel { margin: 0 10px 10px; padding: 30px 20px; } .service-grid, .lower-grid { grid-template-columns: 1fr; } .about { grid-template-columns: 1fr; gap: 22px; }
  .portrait { width: 230px; height: 230px; margin: auto; } .portrait-halo { width: 140px; height: 140px; left: 44px; } .portrait-person { left: 61px; font-size: 190px; }
  .about-values { border-left: 0; border-top: 1px solid #cbb6d3; padding: 12px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .about-values div { display: block; margin: 10px 0; } .about-values strong { display: block; margin-bottom: 8px; } .about-values span { font-size: 10px; }
  footer { padding: 25px 24px; flex-wrap: wrap; gap: 14px; } footer .brand { width: 100%; }
}
