/* Flutter Lash & Brow Bar - lilac & charcoal playful-sleek theme */
:root {
    --violet: #7c6bb5;
    --violet-deep: #5d4e93;
    --lilac: #d9d0f2;
    --lilac-soft: #f2effb;
    --charcoal: #2b2833;
    --text: #332f3c;
    --muted: #726c80;
    --line: #e4dff0;
    --font: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    --radius: 16px;
    --shadow: 0 8px 24px rgba(124, 107, 181, .13);
    --container: 1120px;
    --space: clamp(3rem, 6vw, 4.75rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font); line-height: 1.7; color: var(--text); background: var(--lilac-soft); }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3 { line-height: 1.18; margin: 0 0 .5em; color: var(--charcoal); font-weight: 800; }
h1 { font-size: clamp(2.3rem, 5.6vw, 3.9rem); letter-spacing: -.01em; }
h2 { font-size: clamp(1.42rem, 3vw, 2.02rem); }
h3 { font-size: 1.12rem; }
p { margin: 0 0 1em; }
address { font-style: normal; }
a { color: var(--violet-deep); }
a:hover { color: var(--violet); }

.container { width: min(100% - 2.5rem, var(--container)); margin-inline: auto; }
.narrow { max-width: 800px; }
.center { text-align: center; }
.small { font-size: .875rem; color: var(--muted); }
.kicker { text-transform: uppercase; letter-spacing: .3em; font-size: .72rem; color: var(--violet-deep); font-weight: 800; margin: 0 0 .85rem; }
.price-hint { display: inline-block; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .22rem .85rem; font-weight: 700; font-size: .88rem; color: var(--violet-deep); }
.meta { color: var(--muted); font-size: .85rem; }

.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link {
    position: absolute; left: -999px; top: 0; z-index: 100;
    background: var(--violet-deep); color: #fff; padding: .75rem 1.25rem;
}
.skip-link:focus { left: 0; }

:focus-visible { outline: 3px solid var(--violet); outline-offset: 2px; }

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

.btn {
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 46px; padding: .68rem 1.7rem; border-radius: 14px;
    border: 2px solid transparent; font-weight: 700; font-family: inherit; font-size: .96rem;
    text-decoration: none; cursor: pointer;
}
.btn-accent { background: var(--violet-deep); color: #fff; }
.btn-accent:hover { background: var(--charcoal); color: #fff; }
.btn-primary { background: var(--charcoal); color: var(--lilac); }
.btn-primary:hover { background: #3a3645; color: var(--lilac); }
.btn-accent-light { background: var(--lilac); color: var(--charcoal); }
.btn-accent-light:hover { background: #fff; color: var(--charcoal); }
.btn-ghost { border-color: rgba(255,255,255,.65); color: #fff; background: transparent; }
.btn-ghost:hover { background: rgba(255,255,255,.12); }
.btn-ghost-dark { border-color: currentColor; color: inherit; background: transparent; }
.btn-ghost-dark:hover { opacity: .84; }
.btn-lg { padding: .9rem 1.95rem; }
.btn-sm { min-height: 38px; padding: .35rem 1.15rem; font-size: .87rem; }
.text-link { font-weight: 700; text-decoration-thickness: 2px; text-underline-offset: 3px; }

.masthead { background: rgba(242,239,251,.95); position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; gap: 1rem; padding: .78rem 0; }
.brand { display: inline-flex; align-items: center; gap: .62rem; text-decoration: none; color: var(--charcoal); font-size: 1.34rem; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text strong { color: var(--violet-deep); }
.brand-text small { font-size: .56rem; letter-spacing: .24em; color: var(--muted); margin-top: .18rem; }
.site-nav { margin-left: auto; }
.site-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: .18rem; }
.site-nav a {
    display: block; padding: .55rem 1rem; min-height: 44px;
    color: var(--text); text-decoration: none; font-weight: 600; font-size: .93rem; border-radius: 12px;
}
.site-nav a:hover { background: #fff; }
.site-nav a[aria-current="page"] { background: var(--violet-deep); color: #fff; }

.nav-toggle {
    display: none; align-items: center; gap: .5rem; min-height: 44px;
    background: none; border: 2px solid var(--line); border-radius: 12px;
    font: inherit; font-weight: 600; color: var(--charcoal); padding: .4rem .9rem; cursor: pointer;
    margin-left: auto;
}
.nav-toggle-box { display: inline-flex; flex-direction: column; gap: 3px; }
.nav-toggle-box span { width: 16px; height: 2px; background: currentColor; }

.hero { padding-block: clamp(3rem, 7vw, 5.25rem) var(--space);
    background:
        radial-gradient(40% 40% at 85% 15%, rgba(217,208,242,.8), transparent),
        radial-gradient(35% 35% at 10% 75%, rgba(124,107,181,.15), transparent);
}
.hero-inner { max-width: 860px; margin-inline: auto; }
.eyebrow { color: var(--violet-deep); letter-spacing: .22em; text-transform: uppercase; font-size: .74rem; font-weight: 800; margin-bottom: 1rem; }
.lead { font-size: clamp(1.04rem, 2vw, 1.18rem); color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; margin-top: 1.7rem; }
.hero-media { max-width: 900px; margin: 3rem auto 0; }
.hero-media img { border-radius: var(--radius); box-shadow: var(--shadow); }

.trust-strip { background: var(--charcoal); color: #cdc7da; padding-block: 1.35rem; }
.trust-grid { display: grid; gap: 1rem; text-align: center; grid-template-columns: repeat(2, 1fr); }
.trust-grid p { margin: 0; display: flex; flex-direction: column; }
.trust-grid strong { font-size: 1.38rem; color: var(--lilac); }
.trust-grid span { font-size: .83rem; color: #9a92ab; }

.section { padding-block: var(--space); }
.section-violet { background: #fff; }
.section-head { max-width: 720px; margin-bottom: 2.25rem; }
.section-head.center { margin-inline: auto; text-align: center; }
.split { display: grid; gap: 2.75rem; align-items: start; }

.card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 1.6rem; }
.service-card { border-top: 4px solid var(--violet); }
.section-violet .card { background: var(--lilac-soft); box-shadow: none; border: 1px solid var(--line); }
.card h3 a { text-decoration: none; color: inherit; }
.card h3 a:hover { color: var(--violet); }

.card-grid { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.3rem; }

.check-list { list-style: none; padding: 0; margin: 0 0 1.5rem; }
.check-list li { padding-left: 2rem; position: relative; margin-bottom: .68rem; }
.check-list li::before {
    content: ""; position: absolute; left: 0; top: .3em; width: 1.08em; height: 1.08em;
    background: var(--violet);
    clip-path: polygon(50% 0%, 63% 37%, 100% 37%, 69% 59%, 81% 100%, 50% 76%, 19% 100%, 31% 59%, 0% 37%, 37% 37%);
}
.check-list.two-col { columns: 2; column-gap: 2rem; }
.check-list.two-col li { break-inside: avoid; }
.check-list.big li { margin-bottom: .95rem; font-size: 1.02rem; }

.panel { background: var(--charcoal); color: #cdc7da; border-radius: var(--radius); padding: 1.9rem; box-shadow: var(--shadow); }
.panel h2 { color: #fff; font-size: 1.26rem; }
.panel a:not(.btn) { color: var(--lilac); }
.area-list { list-style: none; padding: 0; margin: 0 0 1rem; columns: 2; column-gap: 1.5rem; }
.area-list li { break-inside: avoid; padding: .13rem 0; }
.area-list li::before { content: "\2756\00a0"; color: var(--violet); font-size: .82em; }
.panel p { color: #9a92ab; }

.project-grid { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.55rem; }
.project-card { padding: 0; overflow: hidden; }
.project-card img { aspect-ratio: 4 / 3; object-fit: cover; }
.project-body { padding: 1.3rem 1.5rem 1.5rem; }
.testimonial-grid { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.3rem; }
.testimonial blockquote { margin: 0; }
.testimonial cite { font-style: normal; font-weight: 800; color: var(--violet-deep); }

.cta-band { background: linear-gradient(130deg, var(--violet-deep) 0%, var(--charcoal) 90%); color: #fff; padding-block: clamp(2.75rem, 5vw, 3.75rem); }
.cta-inner { display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; justify-content: space-between; }
.cta-inner > div:first-child { max-width: 570px; }
.cta-band h2 { color: #fff; margin-bottom: .25em; }
.cta-band p { color: #cdc7da; margin: 0; }

.page-hero { background: #fff; padding-block: clamp(2.6rem, 6vw, 4.2rem); border-bottom: 1px solid var(--line); }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: .35rem; margin: 0 0 1rem; padding: 0; font-size: .84rem; }
.breadcrumbs li + li::before { content: "\203A"; margin-right: .35rem; color: #a99fc2; }
.breadcrumbs a { color: var(--violet-deep); }

.services-list { display: grid; gap: 1.9rem; }
.service-detail { background: var(--lilac-soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 2.05rem; scroll-margin-top: 90px; border-left: 5px solid var(--violet); }
.service-detail-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: .5rem 1rem; }
.detail-price { color: var(--violet-deep); font-weight: 800; white-space: nowrap; margin: 0; }
.faq { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); margin-bottom: 1rem; }
.faq summary { cursor: pointer; padding: 1.1rem 1.4rem; font-weight: 700; color: var(--charcoal); min-height: 44px; }
.faq summary:hover { color: var(--violet); }
.faq[open] summary { border-bottom: 1px solid var(--line); }
.faq p { padding: 0 1.4rem 1.2rem; margin: 0; }
.cta-row { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; margin-top: 1.5rem; }

.about-media { margin: 0; }
.about-media img { border-radius: var(--radius); box-shadow: var(--shadow); }
.value-card { text-align: center; }
.value-card h3 { color: var(--violet-deep); }

.contact-grid { display: grid; gap: 2rem; }
.detail-list { margin: 0 0 1.5rem; }
.detail-list div { margin-bottom: 1rem; }
.detail-list dt { font-weight: 700; color: var(--violet-deep); font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; }
.detail-list dd { margin: 0; }
.hours { list-style: none; padding: 0; margin: 0; }
.form-wrap { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 2.05rem; }
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-weight: 600; margin-bottom: .35rem; }
.req { color: #b3261e; }
input[type="text"], input[type="email"], input[type="tel"], select, textarea {
    width: 100%; min-height: 46px; padding: .65rem .95rem;
    border: 2px solid var(--line); border-radius: 12px; font: inherit; color: var(--text);
}
textarea { resize: vertical; }
input:focus-visible, select:focus-visible, textarea:focus-visible { outline-offset: 0; border-color: var(--violet); }
.checkbox input[type="checkbox"] { width: 1.15rem; height: 1.15rem; accent-color: var(--violet); }
.checkbox label { display: inline; font-weight: 500; }
.field-error { color: #b3261e; font-size: .85rem; margin: .25rem 0 0; font-weight: 600; }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #b3261e; }
.hp-field { position: absolute; left: -9999px; }
.form-status { padding: .85rem 1.1rem; border-radius: 12px; background: #e6f4ea; color: #1e4620; border: 1px solid #b7dfc2; font-weight: 600; }
.map-figure { margin: 0; }
.map-figure img { border-radius: var(--radius); box-shadow: var(--shadow); }
.tip-box { background: rgba(255,255,255,.7); border-left: 3px solid var(--violet); padding: .85rem 1.1rem; border-radius: 6px; font-size: .92rem; color: #efeaf8; }

.error-hero { padding-block: clamp(3rem, 8vw, 6rem); }
.error-code { font-size: clamp(4rem, 12vw, 7rem); font-weight: 800; color: var(--violet); margin: 0; line-height: 1; }
.error-links li { text-align: left; }
.error-links h2 { font-size: 1.08rem; }
.error-links a { text-decoration: none; }
.error-links a:hover { text-decoration: underline; }

.site-footer { background: var(--charcoal); color: #9a92ab; padding-top: 3.25rem; }
.footer-grid { display: grid; gap: 2rem; padding-bottom: 2rem; }
.site-footer h2 { color: #fff; font-size: 1.24rem; margin-bottom: .8rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: .48rem; }
.site-footer a { color: #9a92ab; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-about p { font-size: .92rem; }
.footer-contact address { margin-bottom: 1rem; }
.footer-contact strong { color: var(--lilac); }
.footer-bottom { border-top: 1px solid #3a3645; padding-block: 1.15rem; font-size: .81rem; color: #77708a; }
.footer-bottom p { margin: 0; }

@media (min-width: 640px) {
    .trust-grid { grid-template-columns: repeat(4, 1fr); }
    .card-grid { grid-template-columns: repeat(2, 1fr); }
    .project-grid { grid-template-columns: repeat(2, 1fr); }
    .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
    .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
}

@media (min-width: 900px) {
    .split { grid-template-columns: 1.2fr 1fr; }
    .contact-grid { grid-template-columns: 380px 1fr; gap: 3rem; }
    .footer-grid { grid-template-columns: 2fr 1fr 1.4fr 1.6fr; }
}

@media (min-width: 1024px) {
    .card-grid { grid-template-columns: repeat(3, 1fr); }
    .project-grid { grid-template-columns: repeat(3, 1fr); }
    .testimonial-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 899px) {
    .header-book { display: none; }
    .nav-toggle { display: inline-flex; order: 3; margin-left: auto; }
    .site-nav {
        display: none; position: absolute; top: 100%; left: 0; right: 0;
        background: var(--lilac-soft); border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
    }
    .js .site-nav.open { display: block; }
    .no-js .site-nav { display: block; }
    .site-nav ul { flex-direction: column; padding: .5rem 0; }
    .site-nav a { padding: .85rem 1.5rem; }
}
