/* Style Salon — Blush / Gold / White editorial beauty theme */

:root {
  --primary:   #b87c6a;   /* blush mauve */
  --primary-light: #d09888;
  --accent:    #c9a84c;   /* gold */
  --text:      #2a1a14;
  --text-muted:#7a6258;
  --bg:        #fdfaf8;
  --bg-alt:    #f8f2ee;
  --border:    #e8d8d0;
  --radius:    0;
  --font-sans: 'Cormorant Garamond', Georgia, serif;
  --font-serif:'Cormorant Garamond', Georgia, serif;
  --font-body: 'Montserrat', system-ui, sans-serif;
  --max-w:     1200px;
  --shadow:    0 2px 16px rgba(184,124,106,0.1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--font-body); color: var(--text); background: var(--bg); line-height: 1.7; }

.skip-link { position: absolute; top: -40px; left: 0; background: var(--primary); color: #fff; padding: 8px 16px; z-index: 9999; transition: top 0.2s; }
.skip-link:focus { top: 0; }
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 2rem; }

.btn { display: inline-block; padding: 0.875rem 2.25rem; font-family: var(--font-body); font-weight: 500; text-decoration: none; cursor: pointer; transition: all 0.2s; border: 1px solid transparent; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; }
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover { background: var(--primary-light); }
.btn-outline { background: transparent; color: var(--primary); border-color: var(--primary); }
.btn-outline:hover { background: var(--primary); color: #fff; }
.btn-lg { padding: 1.1rem 2.75rem; }
.btn-full { width: 100%; text-align: center; }

.site-header { position: sticky; top: 0; background: var(--bg); border-bottom: 1px solid var(--border); z-index: 100; padding: 1.25rem 0; }
.header-inner { display: flex; align-items: center; gap: 2rem; }
.site-logo { flex: 1; }
.logo-text { font-family: var(--font-serif); font-size: 1.5rem; font-weight: 400; color: var(--text); letter-spacing: 0.06em; }
.site-logo img { height: 40px; width: auto; }
.site-nav ul { display: flex; gap: 2rem; list-style: none; }
.site-nav a { color: var(--text-muted); text-decoration: none; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; transition: color 0.2s; }
.site-nav a:hover { color: var(--primary); }

.hero { min-height: 85vh; display: flex; align-items: center; background: var(--bg-alt); }
.hero-inner { width: 100%; }
.hero-content { max-width: 520px; }
.hero-eyebrow { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); margin-bottom: 1rem; }
.hero h1 { font-family: var(--font-serif); font-size: clamp(2.5rem, 6vw, 4.5rem); font-weight: 400; line-height: 1.1; letter-spacing: 0.03em; margin-bottom: 1.25rem; }
.hero-sub { color: var(--text-muted); margin-bottom: 2.5rem; font-size: 0.9375rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.hero-hours { font-size: 0.78rem; color: var(--text-muted); letter-spacing: 0.06em; margin-bottom: 1rem; }
.instagram-link { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.78rem; color: var(--text-muted); text-decoration: none; letter-spacing: 0.06em; }
.instagram-link:hover { color: var(--primary); }

.services-section { padding: 5rem 0; }
.services-section h2 { text-align: center; font-family: var(--font-serif); font-size: 2.5rem; font-weight: 400; letter-spacing: 0.05em; margin-bottom: 0.5rem; }
.section-sub { text-align: center; color: var(--text-muted); font-size: 0.875rem; margin-bottom: 3rem; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1px; background: var(--border); margin-bottom: 3rem; }
.service-card { padding: 2rem 1.5rem; background: var(--bg); }
.service-card h3 { font-family: var(--font-serif); font-size: 1.125rem; font-weight: 400; margin-bottom: 0.5rem; }
.service-card p { font-size: 0.8125rem; color: var(--text-muted); margin-bottom: 0.75rem; }
.service-price { font-size: 0.875rem; font-weight: 600; color: var(--primary); display: block; }
.service-duration { font-size: 0.775rem; color: var(--text-muted); }
.services-cta { text-align: center; }

.gallery-section { padding: 5rem 0; background: var(--bg-alt); }
.gallery-section h2 { text-align: center; font-family: var(--font-serif); font-size: 2.5rem; font-weight: 400; margin-bottom: 2.5rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; margin-bottom: 1.5rem; }
.gallery-item img { width: 100%; aspect-ratio: 1; object-fit: cover; display: block; }
.gallery-cta, .gallery-empty { text-align: center; font-size: 0.875rem; color: var(--text-muted); }
.gallery-cta a, .gallery-empty a { color: var(--primary); text-decoration: none; }
.gallery-cta a:hover, .gallery-empty a:hover { text-decoration: underline; }

.team-section { padding: 5rem 0; }
.team-section h2 { text-align: center; font-family: var(--font-serif); font-size: 2.5rem; font-weight: 400; margin-bottom: 2.5rem; }
.team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 2rem; }
.team-card { text-align: center; }
.team-card img { width: 100%; aspect-ratio: 1; object-fit: cover; margin-bottom: 1rem; }
.team-card h3 { font-family: var(--font-serif); font-size: 1.125rem; font-weight: 400; margin-bottom: 0.25rem; }
.member-role { font-size: 0.78rem; color: var(--accent); font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.4rem; }
.member-specialty { font-size: 0.8125rem; color: var(--text-muted); margin-bottom: 0.75rem; }

.book-section { padding: 5rem 0; background: var(--bg-alt); }
.book-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.book-info h2 { font-family: var(--font-serif); font-size: 2.25rem; font-weight: 400; margin-bottom: 0.75rem; }
.book-info > p { color: var(--text-muted); margin-bottom: 1.5rem; font-size: 0.9375rem; }
.book-contact { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 1.5rem; }
.book-contact li, .book-contact a { font-size: 0.9rem; color: var(--text); text-decoration: none; }
.book-contact a:hover { color: var(--primary); }
.book-external { }
.book-form { background: var(--bg); padding: 2.5rem; border: 1px solid var(--border); }
.book-form h3 { font-family: var(--font-serif); font-size: 1.5rem; font-weight: 400; margin-bottom: 1.5rem; }
.form-group { margin-bottom: 1rem; }
.form-group label { display: block; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 0.4rem; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 0.75rem 0.9rem; border: 1px solid var(--border); background: var(--bg-alt); color: var(--text); font-family: var(--font-body); font-size: 0.9rem; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--primary); }

.site-footer { background: var(--text); color: rgba(253,250,248,0.5); padding: 2.5rem 0; font-size: 0.8rem; }
.footer-inner { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; justify-content: space-between; }
.footer-brand strong { font-family: var(--font-serif); color: rgba(253,250,248,0.9); font-size: 1.1rem; font-weight: 400; }
.footer-nav { display: flex; gap: 2rem; }
.footer-nav a { color: rgba(253,250,248,0.45); text-decoration: none; font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; }
.footer-nav a:hover { color: var(--primary); }
.footer-contact { display: flex; flex-direction: column; gap: 0.25rem; }
.footer-contact a { color: rgba(253,250,248,0.45); text-decoration: none; }
.footer-contact a:hover { color: var(--primary); }
.footer-copy { width: 100%; text-align: center; font-size: 0.72rem; opacity: 0.35; letter-spacing: 0.05em; }

.reviews-section { background: var(--bg); }
.reviews-section h2 { font-family: var(--font-serif); font-weight: 400; }
.review-card { background: var(--bg-alt); border-color: var(--border); }
.star--filled { color: var(--primary); }
.review-text { color: var(--text-muted); }

@media (max-width: 900px) { .book-inner { grid-template-columns: 1fr; } .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { .site-nav { display: none; } .hero { min-height: 70vh; } .hero-actions { flex-direction: column; } .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
