/* Velvet Mane — main stylesheet
   Palette: ink #1C1719 · porcelain #FBF8F4 · blush #EBD3CC · moss #6F7F6A · brass #B08D57 */

:root {
	--ink: #1C1719;
	--ink-soft: #4A4246;
	--porcelain: #FBF8F4;
	--paper: #F3ECE5;
	--blush: #EBD3CC;
	--moss: #6F7F6A;
	--brass: #B08D57;
	--line: rgba(28, 23, 25, .14);
	--display: "Cormorant Garamond", Georgia, serif;
	--body: "Jost", "Helvetica Neue", Arial, sans-serif;
	--wrap: 1180px;
	--gutter: clamp(20px, 4vw, 48px);
	--section: clamp(72px, 10vw, 140px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }

body {
	margin: 0;
	background: var(--porcelain);
	color: var(--ink);
	font-family: var(--body);
	font-weight: 300;
	font-size: 17px;
	line-height: 1.65;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--brass); }
:focus-visible { outline: 2px solid var(--brass); outline-offset: 3px; }

h1, h2, h3, h4 { font-family: var(--display); font-weight: 500; line-height: 1.08; margin: 0 0 .4em; letter-spacing: -.01em; }
h1 { font-size: clamp(2.6rem, 6vw, 5rem); }
h2 { font-size: clamp(2rem, 4.2vw, 3.4rem); }
h3 { font-size: 1.5rem; }
p { margin: 0 0 1.2em; }

.wrap { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }
.section { padding-block: var(--section); }
.section-dark { background: var(--ink); color: var(--porcelain); }
.section-dark .eyebrow { color: var(--brass); }
.section-blush { background: var(--blush); }

.eyebrow {
	font-size: .78rem;
	letter-spacing: .22em;
	text-transform: uppercase;
	font-weight: 500;
	color: var(--moss);
	margin-bottom: 1.2em;
}
.section-head { max-width: 640px; margin-bottom: clamp(36px, 5vw, 64px); }
.section-title { margin-bottom: 0; }

.screen-reader-text { position: absolute !important; clip: rect(1px,1px,1px,1px); width: 1px; height: 1px; overflow: hidden; }
.skip-link { left: -9999px; top: 0; }
.skip-link:focus { left: 8px; top: 8px; z-index: 100; background: var(--ink); color: #fff; padding: .6em 1em; clip: auto; width: auto; height: auto; }

/* Buttons */
.btn {
	display: inline-block;
	background: var(--ink);
	color: var(--porcelain);
	font-weight: 500;
	font-size: .9rem;
	letter-spacing: .08em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 1em 2em;
	border: 1px solid var(--ink);
	border-radius: 999px;
	cursor: pointer;
	transition: background .2s, color .2s;
}
.btn:hover { background: var(--brass); border-color: var(--brass); color: var(--ink); }
.btn-small { padding: .6em 1.3em; font-size: .78rem; }
.section-dark .btn { background: var(--porcelain); color: var(--ink); border-color: var(--porcelain); }
.link-arrow { font-weight: 500; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.link-arrow::after { content: " →"; }

/* Placeholder blocks for missing images */
.ph {
	width: 100%;
	background: linear-gradient(135deg, var(--paper), var(--blush));
	display: grid;
	place-items: center;
	text-align: center;
	padding: 1rem;
	font-size: .8rem;
	color: var(--ink-soft);
	border-radius: 4px;
}
.section-dark .ph { background: linear-gradient(135deg, #2A2326, #3A3034); color: var(--paper); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251, 248, 244, .92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 76px; }
.site-title { font-family: var(--display); font-size: 1.7rem; font-weight: 500; text-decoration: none; letter-spacing: .02em; }
.custom-logo { max-height: 56px; width: auto; }
.main-nav { display: flex; align-items: center; gap: 2rem; }
.main-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 1.8rem; }
.main-nav a { text-decoration: none; font-size: .9rem; font-weight: 400; letter-spacing: .04em; }
.main-nav li a:hover { color: var(--brass); }
.menu-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; padding: 0; position: relative; cursor: pointer; }
.menu-toggle-bar, .menu-toggle-bar::before, .menu-toggle-bar::after { display: block; width: 26px; height: 1.5px; background: var(--ink); position: absolute; left: 9px; transition: transform .25s, opacity .2s; }
.menu-toggle-bar { top: 21px; }
.menu-toggle-bar::before { content: ""; top: -8px; left: 0; }
.menu-toggle-bar::after { content: ""; top: 8px; left: 0; }
.menu-toggle[aria-expanded="true"] .menu-toggle-bar { background: transparent; }
.menu-toggle[aria-expanded="true"] .menu-toggle-bar::before { transform: translateY(8px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle-bar::after { transform: translateY(-8px) rotate(-45deg); }

@media (max-width: 860px) {
	.menu-toggle { display: block; }
	.main-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--porcelain); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; padding: 1.5rem var(--gutter) 2rem; gap: 1.5rem; }
	.main-nav.is-open { display: flex; }
	.main-nav ul { flex-direction: column; gap: 1rem; }
	.main-nav a { font-size: 1.15rem; }
}

/* Hero */
.hero { padding-block: clamp(48px, 8vw, 110px) var(--section); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(32px, 6vw, 96px); align-items: end; }
.hero-title { font-style: italic; font-weight: 400; max-width: 12ch; }
.hero-title::first-letter { font-style: normal; }
.hero-text { font-size: 1.15rem; max-width: 42ch; color: var(--ink-soft); }
.hero-actions { display: flex; gap: 1.8rem; align-items: center; flex-wrap: wrap; margin-top: 2rem; }
.hero-media { margin: 0; position: relative; }
.hero-media img { aspect-ratio: 4 / 5; object-fit: cover; border-radius: 4px; }
.hero-hours {
	position: absolute; left: -1px; bottom: 28px;
	background: var(--ink); color: var(--porcelain);
	font-size: .78rem; letter-spacing: .18em; text-transform: uppercase;
	padding: .8em 1.4em;
}
@media (max-width: 860px) {
	.hero-grid { grid-template-columns: 1fr; }
	.hero-media { order: -1; max-width: 420px; }
}

/* About */
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 6vw, 96px); align-items: center; }
.about-media { margin: 0; }
.about-media img { aspect-ratio: 1; object-fit: cover; border-radius: 50% 50% 4px 4px; }
.about-copy p { font-size: 1.1rem; max-width: 52ch; }
@media (max-width: 860px) { .about-grid { grid-template-columns: 1fr; } .about-media { max-width: 360px; } }

/* Service menu — the signature: a printed salon menu with dotted price leaders */
.menu-list { list-style: none; margin: 0; padding: 0; columns: 2; column-gap: clamp(40px, 6vw, 96px); }
.menu-item { break-inside: avoid; padding: 1.4rem 0; border-bottom: 1px solid rgba(251, 248, 244, .14); }
.menu-item-head { display: flex; align-items: baseline; gap: .8rem; }
.menu-item-title { font-size: 1.65rem; margin: 0; white-space: nowrap; }
.menu-item-title a { text-decoration: none; }
.menu-leader { flex: 1; border-bottom: 1px dotted rgba(251, 248, 244, .45); transform: translateY(-.35em); min-width: 24px; }
.menu-price { font-family: var(--display); font-size: 1.5rem; white-space: nowrap; }
.menu-price::before { content: "$"; font-size: .7em; vertical-align: .25em; margin-right: 1px; }
.menu-item-desc { margin: .4em 0 0; font-size: .95rem; color: rgba(251, 248, 244, .72); }
.menu-duration { display: inline-block; margin-left: .6em; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--brass); }
.menu-note { margin-top: 2.5rem; font-size: .85rem; color: rgba(251, 248, 244, .55); }
@media (max-width: 720px) { .menu-list { columns: 1; } .menu-item-title { white-space: normal; font-size: 1.4rem; } }
.entry .menu-price { font-size: 1.8rem; margin-right: .6em; }

/* Team */
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: clamp(24px, 4vw, 48px); }
.stylist img, .stylist .ph { aspect-ratio: 3 / 4; object-fit: cover; border-radius: 4px; margin-bottom: 1.2rem; }
.stylist-name { font-size: 1.6rem; margin-bottom: .1em; }
.stylist-role { font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: var(--moss); font-weight: 500; margin-bottom: .8em; }
.stylist-bio { font-size: .95rem; color: var(--ink-soft); }

/* Gallery */
.gallery { padding-bottom: var(--section); }
.gallery-strip { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding-inline: var(--gutter); scrollbar-width: none; }
.gallery-strip::-webkit-scrollbar { display: none; }
.gallery-item { flex: 0 0 clamp(220px, 28vw, 380px); margin: 0; scroll-snap-align: start; }
.gallery-item img, .gallery-item .ph { aspect-ratio: 1; object-fit: cover; border-radius: 4px; }

/* Testimonials */
.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: clamp(24px, 4vw, 48px); }
.review { margin: 0; padding-top: 1.4rem; border-top: 1px solid var(--ink); }
.review p { font-family: var(--display); font-size: 1.55rem; line-height: 1.3; font-style: italic; }
.review p::before { content: "“"; }
.review p::after { content: "”"; }
.review footer { font-size: .85rem; }
.review cite { font-style: normal; font-weight: 500; }
.review footer span { color: var(--ink-soft); }
.review footer span::before { content: " · "; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 96px); }
.contact-details { font-style: normal; font-size: 1.05rem; margin-bottom: 2rem; }
.contact-details p { margin-bottom: .6em; }
.booking-form label { display: block; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; margin-bottom: 1.2rem; }
.booking-form input, .booking-form textarea, .search-field, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea {
	display: block; width: 100%; margin-top: .4rem;
	font: inherit; font-size: 1rem; color: var(--ink);
	background: transparent; border: 0; border-bottom: 1px solid var(--ink);
	padding: .6em 0;
}
.booking-form input:focus, .booking-form textarea:focus { outline: none; border-bottom-color: var(--brass); }
.form-note { font-size: .8rem; color: var(--ink-soft); margin-top: 1.2rem; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }

/* Footer */
.site-footer { background: var(--ink); color: var(--porcelain); padding-block: clamp(48px, 6vw, 80px) 2rem; font-size: .92rem; }
.footer-widgets { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 2.5rem; margin-bottom: 3rem; }
.footer-brand { font-family: var(--display); font-size: 1.8rem; margin-bottom: .6em; }
.footer-label, .widget-title { font-size: .74rem; letter-spacing: .2em; text-transform: uppercase; color: var(--brass); font-family: var(--body); font-weight: 500; margin-bottom: .8em; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--brass); }
.footer-bottom { border-top: 1px solid rgba(251, 248, 244, .14); padding-top: 1.5rem; display: flex; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.footer-menu { list-style: none; margin: 0; padding: 0; display: flex; gap: 1.5rem; }
.copyright { margin: 0; color: rgba(251, 248, 244, .6); }
.widget ul { list-style: none; padding: 0; margin: 0; }
.widget li { padding: .3em 0; }

/* Inner pages */
.page-wrap { padding-block: clamp(48px, 6vw, 96px); }
.page-wrap.narrow { max-width: 760px; }
.has-sidebar { display: grid; grid-template-columns: 1fr; gap: 4rem; }
@media (min-width: 960px) { .has-sidebar { grid-template-columns: 1fr 300px; } }
.page-head { margin-bottom: 3rem; }
.entry-head { margin-bottom: 2rem; }
.entry-media { margin: 0 0 2.5rem; }
.entry-media img { border-radius: 4px; }
.entry-content { font-size: 1.05rem; }
.entry-content > * { margin-bottom: 1.4em; }
.entry-content h2, .entry-content h3 { margin-top: 1.6em; }
.entry-content blockquote { border-left: 2px solid var(--brass); margin: 0; padding-left: 1.4em; font-family: var(--display); font-size: 1.4rem; font-style: italic; }
.entry-content img { border-radius: 4px; }
.alignwide { margin-inline: calc(-1 * clamp(0px, 8vw, 160px)); max-width: none; width: auto; }
.alignfull { margin-inline: calc(50% - 50vw); max-width: 100vw; width: 100vw; }
.wp-block-image figcaption, .wp-caption-text { font-size: .85rem; color: var(--ink-soft); }
.post-list { display: grid; gap: 3rem; }
.post-card { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 640px) { .post-card { grid-template-columns: 220px 1fr; } }
.post-card-media img { aspect-ratio: 1; object-fit: cover; border-radius: 4px; }
.post-card-title { font-size: 2rem; }
.post-card-title a { text-decoration: none; }
.pagination { margin-top: 3rem; }
.nav-links { display: flex; justify-content: space-between; gap: 1rem; }
.post-navigation { margin-top: 3rem; border-top: 1px solid var(--line); padding-top: 1.5rem; }
.sidebar .widget { margin-bottom: 2.5rem; }
.sidebar .widget-title { color: var(--moss); }
.search-form { display: flex; gap: 1rem; align-items: flex-end; }
.search-form label { flex: 1; }

/* Comments */
.comments-area { margin-top: 4rem; border-top: 1px solid var(--line); padding-top: 3rem; }
.comment-list { list-style: none; padding: 0; margin: 0 0 3rem; }
.comment-list .comment { padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.comment-list .children { list-style: none; padding-left: 2rem; }
.comment-author .avatar { border-radius: 50%; float: left; margin-right: .8rem; }
.comment-metadata { font-size: .8rem; color: var(--ink-soft); }
.comment-metadata a { text-decoration: none; }
.comment-content { clear: both; padding-top: .6rem; }
.comment-form label { display: block; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; }
.comment-form p { margin-bottom: 1.4rem; }
.comment-form .submit { background: var(--ink); color: var(--porcelain); border: 0; border-radius: 999px; padding: 1em 2em; font: inherit; font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }

/* Subtle reveal on scroll (JS adds .is-visible; no-op without it) */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible, .no-js .reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }
