/* ============================================================
   LAWSON GROUP — Salon / Beauty Template Stylesheet
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display:ital@0;1&display=swap');

:root {
  --brand-primary:   #1B3A5C;
  --brand-secondary: #4A8490;
  --brand-accent:    #B57C8A;   /* Mauve-rose — elegant, salon-appropriate */

  --bg-warm:         #F0EDE6;
  --bg-off-white:    #F8F9FA;
  --bg-pale:         #F5EFF1;   /* Slightly warm pale for salon feel */
  --text-dark:       #2B2B2B;
  --text-muted:      #6B7280;
  --white:           #FFFFFF;

  --font-sans:  'DM Sans', system-ui, -apple-system, sans-serif;
  --font-serif: 'DM Serif Display', Georgia, serif;
  --radius:     8px;
  --radius-lg:  16px;
  --shadow:     0 2px 12px rgba(0,0,0,0.07);
  --shadow-lg:  0 8px 32px rgba(0,0,0,0.11);
  --transition: all 0.2s ease;
  --max-width:  1160px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: var(--font-sans); color: var(--text-dark); background: var(--bg-warm); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--brand-secondary); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--brand-primary); }
ul { list-style: none; }

h1, h2, h3, h4 { font-family: var(--font-sans); font-weight: 700; line-height: 1.2; }
h1 { font-size: clamp(2rem, 5vw, 3.2rem); }
h2 { font-size: clamp(1.5rem, 3.5vw, 2.2rem); }
h3 { font-size: clamp(1.1rem, 2.5vw, 1.4rem); font-weight: 600; }
p  { font-size: 1rem; line-height: 1.7; }

.container  { max-width: var(--max-width); margin: 0 auto; padding: 0 1.25rem; }
.section    { padding: 5rem 0; }
.section--dark   { background: var(--brand-primary); color: var(--white); }
.section--cream  { background: var(--bg-warm); }
.section--white  { background: var(--white); }
.section--blush  { background: var(--bg-pale); }
.text-center { text-align: center; }
.section-label  { font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; color: var(--brand-accent); margin-bottom: 0.5rem; display: block; }
.section-title  { margin-bottom: 0.75rem; }
.section-subtitle { color: var(--text-muted); font-size: 1.05rem; max-width: 560px; margin: 0 auto; }

.btn { display: inline-block; padding: 0.85rem 1.75rem; border-radius: var(--radius); font-family: var(--font-sans); font-weight: 600; font-size: 1rem; cursor: pointer; border: 2px solid transparent; transition: var(--transition); text-align: center; }
.btn--primary  { background: var(--brand-primary); color: var(--white); }
.btn--primary:hover { background: #142d48; color: var(--white); }
.btn--accent   { background: var(--brand-accent); color: var(--white); }
.btn--accent:hover { background: #9a6575; color: var(--white); }
.btn--outline  { background: transparent; border-color: var(--brand-primary); color: var(--brand-primary); }
.btn--outline:hover { background: var(--brand-primary); color: var(--white); }
.btn--outline-white { background: transparent; border-color: var(--white); color: var(--white); }
.btn--outline-white:hover { background: var(--white); color: var(--brand-primary); }

/* NAV */
.nav { position: sticky; top: 0; z-index: 100; background: var(--white); box-shadow: 0 1px 0 rgba(0,0,0,0.07); padding: 0 1.25rem; }
.nav__inner { max-width: var(--max-width); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 68px; }
.nav__logo { font-size: 1.3rem; font-weight: 700; color: var(--brand-primary); font-family: var(--font-serif); font-style: italic; }
.nav__links { display: flex; gap: 2rem; align-items: center; }
.nav__links a { font-weight: 500; color: var(--text-dark); font-size: 0.95rem; }
.nav__links a:hover { color: var(--brand-accent); }
.nav__toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; }
.nav__toggle span { display: block; width: 24px; height: 2px; background: var(--text-dark); margin: 5px 0; }

/* HERO — editorial style */
.hero { background: var(--brand-primary); min-height: 90vh; display: flex; align-items: stretch; }
.hero__split { display: grid; grid-template-columns: 1fr 1fr; width: 100%; max-width: var(--max-width); margin: 0 auto; padding: 0 1.25rem; }
.hero__content { display: flex; flex-direction: column; justify-content: center; padding: 5rem 3rem 5rem 0; color: var(--white); }
.hero__eyebrow { font-size: 0.8rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--brand-accent); font-weight: 600; margin-bottom: 1rem; display: block; }
.hero__title { font-family: var(--font-serif); font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 400; line-height: 1.1; margin-bottom: 1.25rem; }
.hero__subtitle { font-size: 1.1rem; opacity: 0.85; margin-bottom: 2rem; max-width: 420px; line-height: 1.6; }
.hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.hero__phone-line { font-size: 0.9rem; opacity: 0.75; }
.hero__phone-line a { color: var(--white); font-weight: 600; }
.hero__gallery-side { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; align-content: center; padding: 2rem 0 2rem 1.5rem; }
.hero__gallery-img { border-radius: var(--radius); background: var(--bg-pale); aspect-ratio: 4/5; display: flex; align-items: center; justify-content: center; color: var(--text-muted); font-size: 0.78rem; text-align: center; overflow: hidden; }
.hero__gallery-img:first-child { margin-top: 2rem; }

/* SERVICES + PRICING TABLE */
.services-tabs { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-bottom: 2rem; }
.tab-btn { padding: 0.5rem 1.25rem; border-radius: 20px; border: 2px solid var(--brand-accent); color: var(--brand-accent); background: transparent; font-family: var(--font-sans); font-weight: 600; cursor: pointer; transition: var(--transition); font-size: 0.9rem; }
.tab-btn.active, .tab-btn:hover { background: var(--brand-accent); color: var(--white); }

.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; }
.service-item { background: var(--white); border-radius: var(--radius); padding: 1.5rem; border-left: 4px solid var(--brand-accent); display: flex; justify-content: space-between; align-items: flex-start; }
.service-item__name { font-weight: 600; font-size: 0.95rem; color: var(--brand-primary); margin-bottom: 0.25rem; }
.service-item__detail { font-size: 0.85rem; color: var(--text-muted); }
.service-item__price { font-weight: 700; color: var(--brand-accent); font-size: 1.05rem; white-space: nowrap; margin-left: 1rem; }

/* GALLERY GRID */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.75rem; }
.gallery-item { border-radius: var(--radius); overflow: hidden; background: var(--bg-pale); aspect-ratio: 1; display: flex; align-items: center; justify-content: center; color: var(--text-muted); font-size: 0.78rem; }
.gallery-item--tall { grid-row: span 2; aspect-ratio: auto; }

/* TEAM SECTION */
.team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 2rem; }
.team-card { text-align: center; }
.team-card__photo { width: 160px; height: 160px; border-radius: 50%; background: var(--bg-pale); margin: 0 auto 1.25rem; display: flex; align-items: center; justify-content: center; color: var(--text-muted); font-size: 0.78rem; overflow: hidden; border: 4px solid var(--brand-accent); }
.team-card__name { font-weight: 700; font-size: 1.05rem; color: var(--brand-primary); margin-bottom: 0.25rem; }
.team-card__role { font-size: 0.85rem; color: var(--brand-accent); font-weight: 500; margin-bottom: 0.5rem; }
.team-card__bio { font-size: 0.88rem; color: var(--text-muted); line-height: 1.55; }

/* BOOKING CTA */
.booking-cta { background: var(--brand-accent); color: var(--white); text-align: center; padding: 5rem 1.25rem; }
.booking-cta h2 { color: var(--white); font-family: var(--font-serif); font-size: clamp(2rem, 5vw, 3rem); font-weight: 400; margin-bottom: 0.75rem; }
.booking-cta p { opacity: 0.9; font-size: 1.1rem; margin-bottom: 2rem; }

/* TESTIMONIALS */
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.5rem; }
.testimonial-card { background: var(--white); border-radius: var(--radius); padding: 1.75rem; box-shadow: var(--shadow); }
.testimonial-card__stars { color: var(--brand-accent); margin-bottom: 0.75rem; font-size: 1.1rem; }
.testimonial-card__text { font-size: 0.95rem; line-height: 1.65; margin-bottom: 1rem; font-style: italic; }
.testimonial-card__author { font-weight: 700; font-size: 0.9rem; color: var(--brand-primary); }

/* CONTACT FORM */
.contact__grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 3rem; align-items: start; }
.contact__info h2 { margin-bottom: 1rem; }
.contact__item { display: flex; gap: 0.75rem; margin-bottom: 1.25rem; align-items: flex-start; }
.contact__icon { font-size: 1.2rem; flex-shrink: 0; margin-top: 0.1rem; }
.contact__text strong { display: block; color: var(--brand-primary); font-weight: 600; margin-bottom: 0.1rem; }
.contact__text { font-size: 0.95rem; }
.contact-form { background: var(--white); border-radius: var(--radius); padding: 2rem; box-shadow: var(--shadow); }
.form-group { margin-bottom: 1.25rem; }
.form-group label { display: block; font-weight: 600; font-size: 0.9rem; margin-bottom: 0.4rem; color: var(--brand-primary); }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 0.75rem 1rem; border: 1.5px solid #D1D5DB; border-radius: var(--radius); font-family: var(--font-sans); font-size: 1rem; color: var(--text-dark); transition: var(--transition); background: var(--bg-off-white); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--brand-accent); box-shadow: 0 0 0 3px rgba(181,124,138,0.15); }
.form-group textarea { min-height: 100px; resize: vertical; }

/* FOOTER */
.footer { background: var(--brand-primary); color: rgba(255,255,255,0.85); padding: 3.5rem 1.25rem 1.5rem; }
.footer__inner { max-width: var(--max-width); margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 3rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,0.12); }
.footer__brand-name { font-size: 1.25rem; font-weight: 700; color: var(--white); margin-bottom: 0.75rem; font-family: var(--font-serif); font-style: italic; }
.footer__tagline { font-size: 0.9rem; opacity: 0.7; margin-bottom: 1.25rem; line-height: 1.5; }
.footer__social { display: flex; gap: 0.75rem; }
.footer__social a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: center; color: var(--white); transition: var(--transition); }
.footer__social a:hover { background: var(--brand-accent); }
.footer__col-title { font-weight: 700; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--white); margin-bottom: 1rem; }
.footer__links { display: flex; flex-direction: column; gap: 0.5rem; }
.footer__links a { font-size: 0.9rem; color: rgba(255,255,255,0.7); }
.footer__links a:hover { color: var(--white); }
.footer__bottom { max-width: var(--max-width); margin: 1.5rem auto 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; font-size: 0.82rem; opacity: 0.6; }
.footer__bottom a { color: inherit; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero__split { grid-template-columns: 1fr; }
  .hero__gallery-side { display: none; }
  .hero__content { padding: 5rem 0; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .footer__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .section { padding: 3.5rem 0; }
  .contact__grid { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; }
  .hero__actions { flex-direction: column; }
  .hero__actions .btn { width: 100%; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .nav__links { display: none; }
  .nav__toggle { display: block; }
  .nav__links.open { display: flex; flex-direction: column; position: absolute; top: 68px; left: 0; right: 0; background: var(--white); padding: 1.5rem 1.25rem; box-shadow: var(--shadow-lg); gap: 1.25rem; }
}
