/* Velvet & Vine Hair Studio - editorial espresso & rosewood theme */
:root {
    --espresso: #2e2320;
    --mocha: #4a3830;
    --rosewood: #a4574f;
    --sand: #e9dccb;
    --bg: #faf6f2;
    --text: #372c27;
    --muted: #7a6a60;
    --line: #e5d8cb;
    --serif: Georgia, "Times New Roman", serif;
    --sans: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    --radius: 4px;
    --shadow: 0 10px 28px rgba(46, 35, 32, .12);
    --container: 1140px;
    --space: clamp(3rem, 6vw, 5rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); line-height: 1.72; color: var(--text); background: var(--bg); }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3 { line-height: 1.18; margin: 0 0 .5em; color: var(--espresso); font-weight: 700; }
h1 { font-family: var(--serif); font-size: clamp(2.2rem, 5.2vw, 3.8rem); font-style: italic; font-weight: 400; }
h1 em { color: var(--rosewood); }
h2 { font-size: clamp(1.45rem, 3vw, 2.05rem); }
h3 { font-size: 1.14rem; }
em { font-family: var(--serif); }
p { margin: 0 0 1em; }
address { font-style: normal; }
a { color: var(--rosewood); }
a:hover { color: var(--espresso); }

.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); }
.meta { color: var(--muted); font-size: .85rem; }
.kicker { text-transform: uppercase; letter-spacing: .24em; font-size: .74rem; color: var(--rosewood); margin: 0 0 .9rem; font-weight: 700; }
.kicker.light { color: #d8b8ad; }
.spec-line { color: var(--muted); font-size: .86rem; font-style: italic; }

.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(--espresso); color: #fff; padding: .75rem 1.25rem;
}
.skip-link:focus { left: 0; }

:focus-visible { outline: 3px solid var(--rosewood); 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: 0;
    border: 2px solid transparent; font-weight: 600; font-family: inherit; font-size: .95rem;
    letter-spacing: .04em; text-transform: uppercase; font-size: .84rem;
    text-decoration: none; cursor: pointer;
}
.btn-accent { background: var(--rosewood); color: #fff; }
.btn-accent:hover { background: var(--espresso); color: #fff; }
.btn-primary { background: var(--espresso); color: var(--sand); }
.btn-primary:hover { background: var(--mocha); color: var(--sand); }
.btn-accent-light { background: var(--sand); color: var(--espresso); }
.btn-accent-light:hover { background: #fff; color: var(--espresso); }
.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: .82; }
.btn-lg { padding: .92rem 2rem; }
.btn-sm { min-height: 38px; padding: .35rem 1.15rem; }
.text-link { font-weight: 600; text-decoration-thickness: 2px; text-underline-offset: 3px; }

.masthead { background: rgba(250,246,242,.96); position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; gap: 1rem; padding: .85rem 0; }
.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; color: var(--espresso); font-size: 1.3rem; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-text em { color: var(--rosewood); }
.brand-text small { font-size: .58rem; letter-spacing: .3em; color: var(--muted); margin-top: .15rem; }
.site-nav { margin-left: auto; }
.site-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: .1rem; }
.site-nav a {
    display: block; padding: .55rem .95rem; min-height: 44px;
    color: var(--text); text-decoration: none; font-weight: 600; font-size: .9rem;
}
.site-nav a:hover { color: var(--rosewood); }
.site-nav a[aria-current="page"] { color: var(--rosewood); box-shadow: inset 0 -2px 0 var(--rosewood); }

.nav-toggle {
    display: none; align-items: center; gap: .5rem; min-height: 44px;
    background: none; border: 2px solid var(--line);
    font: inherit; font-weight: 600; color: var(--espresso); padding: .4rem .85rem; 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); }
.hero-inner { display: grid; gap: 3rem; align-items: center; }
.eyebrow { color: var(--muted); letter-spacing: .2em; text-transform: uppercase; font-size: .72rem; margin-bottom: 1.1rem; }
.lead { font-size: clamp(1.03rem, 2vw, 1.17rem); color: var(--muted); max-width: 520px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }
.hero-note { margin-top: 1rem; font-size: .85rem; color: var(--muted); font-style: italic; }
.hero-media img { box-shadow: var(--shadow); }

.trust-strip { background: var(--espresso); color: #d8cfc7; 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-family: var(--serif); font-size: 1.42rem; color: var(--sand); }
.trust-grid span { font-size: .83rem; color: #b3a69c; }

.section { padding-block: var(--space); }
.section-mocha { background: var(--mocha); color: #e8ddd4; }
.section-mocha h2, .section-mocha h3 { color: #fff; }
.section-head { max-width: 720px; margin-bottom: 2rem; }
.split { display: grid; gap: 2.75rem; align-items: start; }

.menu-list { list-style: none; counter-reset: menu; margin: 0; padding: 0; display: grid; gap: 0; }
.menu-item {
    display: grid; grid-template-columns: 1fr auto; gap: .25rem 1.5rem;
    padding: 1.4rem 0; border-bottom: 1px solid var(--line); position: relative;
}
.menu-item h3 { margin: 0; grid-column: 1 / -1; font-family: var(--serif); }
.menu-item h3 a { text-decoration: none; color: inherit; }
.menu-item h3 a:hover { color: var(--rosewood); }
.menu-item p { margin: 0; grid-column: 1; color: var(--muted); max-width: 560px; }
.menu-price { grid-column: 2; grid-row: 2 / span 2; align-self: center; justify-self: end;
    font-family: var(--serif); font-style: italic; color: var(--rosewood); white-space: nowrap; }
.menu-item .text-link { grid-column: 1; justify-self: start; }

.card { background: #fff; box-shadow: var(--shadow); padding: 1.55rem; }
.section-mocha .card { background: #56423a; box-shadow: none; }
.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.05em; height: 1.05em;
    background: var(--rosewood);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.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(--espresso); color: #d8cfc7; padding: 1.9rem; }
.panel h2 { color: #fff; font-size: 1.25rem; }
.panel a:not(.btn) { color: var(--sand); }
.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: "\2014\00a0"; color: var(--rosewood); }
.panel p { color: #b3a69c; }

.project-grid { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.6rem; }
.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 { background: transparent; box-shadow: none; border-left: 3px solid var(--rosewood); }
.testimonial blockquote { margin: 0; }
.testimonial cite { font-style: normal; font-weight: 700; color: var(--rosewood); }
.section-mocha .testimonial cite { color: var(--sand); }

.cta-band { background: var(--espresso); color: #e8ddd4; 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: 580px; }
.cta-band h2 { color: #fff; font-style: italic; margin-bottom: .25em; }
.cta-band p { color: #b3a69c; margin: 0; }

.page-hero { background: linear-gradient(120deg, var(--espresso) 0%, var(--mocha) 100%); color: #e8ddd4; padding-block: clamp(2.6rem, 6vw, 4.2rem); }
.page-hero h1 { color: #fff; }
.page-hero .lead { color: #c9bcb1; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: .35rem; margin: 0 0 1rem; padding: 0; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs li + li::before { content: "/"; margin-right: .35rem; color: #8d7d71; }
.breadcrumbs a { color: var(--sand); }

.services-list { display: grid; gap: 2rem; }
.service-detail { background: #fff; box-shadow: var(--shadow); padding: 2.1rem; scroll-margin-top: 90px; border-top: 3px solid var(--rosewood); }
.service-detail-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: .5rem 1rem; }
.detail-price { font-family: var(--serif); font-style: italic; color: var(--rosewood); font-size: 1.1rem; margin: 0; }
.faq { background: #fff; box-shadow: var(--shadow); margin-bottom: 1rem; }
.faq summary { cursor: pointer; padding: 1.1rem 1.4rem; font-weight: 700; font-family: var(--serif); font-style: italic; color: var(--espresso); min-height: 44px; }
.faq summary:hover { color: var(--rosewood); }
.faq[open] summary { border-bottom: 1px solid var(--line); }
.faq p { padding: 0 1.4rem 1.25rem; margin: 0; }
.cta-row { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; margin-top: 1.5rem; }

.price-table { width: 100%; border-collapse: collapse; background: #fff; box-shadow: var(--shadow); }
.price-table caption { caption-side: bottom; padding: .8rem; font-size: .84rem; color: var(--muted); text-align: left; }
.price-table th, .price-table td { text-align: left; padding: .75rem 1rem; border-bottom: 1px solid var(--line); }
.price-table thead th { background: var(--espresso); color: var(--sand); font-size: .78rem; letter-spacing: .07em; text-transform: uppercase; }
.price-table tbody th { font-weight: 600; }
.price-table td:last-child { font-family: var(--serif); color: var(--rosewood); white-space: nowrap; }

.about-media { margin: 0; }
.about-media img { box-shadow: var(--shadow); }
.value-card { background: #56423a !important; }
.value-card h3 { color: var(--sand) !important; }
.value-card p { color: #d8cfc7; }

.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(--rosewood); 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; box-shadow: var(--shadow); padding: 2.1rem; border-top: 3px solid var(--rosewood); }
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-weight: 600; margin-bottom: .35rem; font-size: .93rem; }
.req { color: #b3261e; }
input[type="text"], input[type="email"], input[type="tel"], select, textarea {
    width: 100%; min-height: 46px; padding: .65rem .9rem;
    border: 2px solid var(--line); border-radius: 0; font: inherit; color: var(--text); background: var(--bg);
}
textarea { resize: vertical; }
input:focus-visible, select:focus-visible, textarea:focus-visible { outline-offset: 0; border-color: var(--rosewood); }
.checkbox input[type="checkbox"] { width: 1.15rem; height: 1.15rem; accent-color: var(--rosewood); }
.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; background: #e6f4ea; color: #1e4620; border: 1px solid #b7dfc2; font-weight: 600; }
.map-figure { margin: 0; }
.map-figure img { box-shadow: var(--shadow); }
.tip-box { background: rgba(164,87,79,.16); border-left: 3px solid var(--rosewood); padding: .85rem 1.1rem; font-size: .92rem; color: #efe4dc; }

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

.site-footer { background: var(--espresso); color: #b3a69c; padding-top: 3.25rem; }
.footer-grid { display: grid; gap: 2rem; padding-bottom: 2rem; }
.site-footer h2 { color: #fff; font-size: 1.2rem; margin-bottom: .8rem; }
.site-footer em { color: var(--rosewood); }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: .48rem; }
.site-footer a { color: #b3a69c; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-about p { font-size: .92rem; }
.footer-tag { font-family: var(--serif); font-style: italic; color: var(--sand); }
.footer-contact address { margin-bottom: 1rem; }
.footer-contact strong { color: var(--sand); }
.footer-bottom { border-top: 1px solid #44362f; padding-block: 1.15rem; font-size: .81rem; color: #8d7d71; }
.footer-bottom p { margin: 0; }

@media (min-width: 640px) {
    .trust-grid { grid-template-columns: repeat(4, 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) {
    .hero-inner { grid-template-columns: 1fr 1fr; gap: 4rem; }
    .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) {
    .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: #fff; 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; }
}
