/* =========================================================
   Chae's Glamorous Grooming — site styles
   Palette: cream + blush + rose + gold + wine ink
   ========================================================= */

/* ---------- Reset & base ---------- */
*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--rose-deep); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--ink); }

:root {
  --cream: #FAF4EE;
  --cream-warm: #F5EADD;
  --blush: #F8DDE0;
  --blush-light: #FCEEF0;
  --rose: #E8A0AB;
  --rose-deep: #B86878;
  --wine: #6B2C3B;
  --gold: #C9A96E;
  --gold-soft: #E5D3A8;
  --ink: #2C1F26;
  --ink-soft: #6B5C63;
  --white: #ffffff;
  --shadow-sm: 0 2px 8px rgba(44, 31, 38, 0.06);
  --shadow-md: 0 8px 24px rgba(44, 31, 38, 0.10);
  --shadow-lg: 0 16px 48px rgba(44, 31, 38, 0.14);
  --radius: 14px;
  --radius-lg: 22px;
  --content-max: 1180px;
}

/* ---------- Typography ---------- */
h1, h2, h3, h4 {
  font-family: 'Playfair Display', 'Georgia', serif;
  color: var(--ink);
  margin: 0 0 .5em;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); font-style: italic; }
h2 { font-size: clamp(1.9rem, 3.4vw, 2.6rem); }
h3 { font-size: 1.35rem; }
h4 { font-size: 1.05rem; letter-spacing: .04em; text-transform: uppercase; font-family: 'Lato', sans-serif; font-weight: 700; color: var(--rose-deep); }

p { margin: 0 0 1em; color: var(--ink-soft); }

.script {
  font-family: 'Pinyon Script', 'Allura', cursive;
  font-weight: 400;
  letter-spacing: .01em;
}

.eyebrow {
  font-family: 'Lato', sans-serif;
  font-size: .82rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 1rem;
  display: inline-block;
}

/* ---------- Layout ---------- */
.container {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 24px;
}

section { padding: 80px 0; }
section.tight { padding: 56px 0; }

.section-cream { background: var(--cream); }
.section-blush { background: linear-gradient(180deg, var(--blush-light) 0%, var(--cream) 100%); }
.section-warm  { background: var(--cream-warm); }
.section-wine  { background: var(--wine); color: #F5E6E8; }
.section-wine h2, .section-wine h3 { color: #fff; }
.section-wine p { color: rgba(245,230,232,.85); }

.section-head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.section-head p { font-size: 1.05rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: .05em;
  font-size: .92rem;
  text-transform: uppercase;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--rose-deep);
  color: #fff;
  box-shadow: var(--shadow-sm);
}
.btn-primary:hover { background: var(--wine); color: #fff; transform: translateY(-1px); box-shadow: var(--shadow-md); }

.btn-outline {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-outline:hover { background: var(--ink); color: var(--cream); }

.btn-gold {
  background: var(--gold);
  color: #fff;
}
.btn-gold:hover { background: #B0915A; color: #fff; }

.btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.5);
}
.btn-ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 244, 238, 0.92);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid rgba(201, 169, 110, .25);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  max-width: var(--content-max);
  margin: 0 auto;
  gap: 16px;
}
.brand {
  display: flex;
  flex-direction: column;
  line-height: 1;
  text-decoration: none;
  color: var(--ink);
}
.brand .brand-script {
  font-family: 'Pinyon Script', cursive;
  font-size: 2.2rem;
  color: var(--rose-deep);
  margin-bottom: -6px;
}
.brand .brand-sub {
  font-family: 'Lato', sans-serif;
  font-size: .68rem;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links a {
  color: var(--ink);
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .03em;
  position: relative;
  padding: 4px 0;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform .2s ease;
  transform-origin: center;
}
.nav-links a:hover::after,
.nav-links a.active::after { transform: scaleX(1); }

.nav-cta { margin-left: 8px; }

/* mobile nav */
.nav-toggle {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--ink);
  margin: 5px 0;
  transition: transform .2s ease, opacity .2s ease;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 64px 0 96px;
  background:
    radial-gradient(ellipse at top right, rgba(232,160,171,.22), transparent 60%),
    radial-gradient(ellipse at bottom left, rgba(201,169,110,.18), transparent 55%),
    var(--cream);
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
}
.hero-copy h1 { margin-bottom: 18px; }
.hero-copy h1 .lead-script {
  display: block;
  font-family: 'Pinyon Script', cursive;
  font-style: normal;
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  color: var(--rose-deep);
  line-height: .9;
  margin-bottom: -10px;
}
.hero-copy .lede {
  font-size: 1.12rem;
  margin-bottom: 28px;
  max-width: 480px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-image {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: var(--radius-lg);
  pointer-events: none;
}
.hero-frame {
  position: absolute;
  border: 2px solid var(--gold);
  border-radius: var(--radius-lg);
  inset: 18px -18px -18px 18px;
  z-index: -1;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(201, 169, 110, .4);
  font-size: .82rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 700;
  margin-bottom: 22px;
}
.hero-pill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--rose-deep); }

/* Logo-centered hero variant */
.hero--logo {
  background:
    radial-gradient(ellipse at top right, rgba(232,160,171,.28), transparent 60%),
    radial-gradient(ellipse at bottom left, rgba(201,169,110,.18), transparent 55%),
    linear-gradient(180deg, var(--blush-light) 0%, var(--cream) 70%);
}
.hero-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 12px;
}
.hero-logo {
  max-width: 100%;
  max-height: 580px;
  /* drop-shadow respects PNG alpha — no rectangular halo */
  filter: drop-shadow(0 14px 28px rgba(184, 104, 120, .18));
  animation: floatY 6s ease-in-out infinite;
}
@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-logo { animation: none; }
}

/* ---------- Cards (services, testimonials) ---------- */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
.card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 26px;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(201, 169, 110, .18);
  transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.card .eyebrow { margin-bottom: .5rem; }
.card h3 { margin-bottom: .4rem; }
.card-price {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  color: var(--rose-deep);
  font-weight: 700;
  margin-top: 8px;
}

/* ---------- Pricing tables ---------- */
.menu {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px clamp(24px, 4vw, 56px);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(201, 169, 110, .25);
  margin-bottom: 32px;
}
.menu-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  border-bottom: 1px solid rgba(201, 169, 110, .35);
  padding-bottom: 18px;
  margin-bottom: 24px;
}
.menu-head h2 { margin-bottom: 0; }
.menu-meta { color: var(--ink-soft); font-size: .95rem; max-width: 520px; }
.menu-meta strong { color: var(--ink); }

.menu-rows { display: grid; gap: 4px; }
.menu-row {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 16px;
  align-items: baseline;
  padding: 16px 0;
  border-bottom: 1px dashed rgba(201, 169, 110, .35);
}
.menu-row:last-child { border-bottom: 0; }
.menu-row .size {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-style: italic;
  color: var(--ink);
}
.menu-row .lbs { color: var(--ink-soft); font-size: .9rem; }
.menu-row .price {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--rose-deep);
}

.note {
  margin-top: 22px;
  padding: 14px 18px;
  background: var(--blush-light);
  border-left: 3px solid var(--rose);
  border-radius: 8px;
  font-size: .92rem;
  color: var(--ink);
}

/* ---------- Gallery ---------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.gallery-grid figure {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1;
  box-shadow: var(--shadow-sm);
  background: var(--cream-warm);
}
.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.gallery-grid figure:hover img { transform: scale(1.05); }
.gallery-grid figure.tall { grid-row: span 2; aspect-ratio: 1/2; }

.gallery-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.gallery-strip figure {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: var(--shadow-sm);
}
.gallery-strip img { width:100%; height:100%; object-fit: cover; transition: transform .35s ease; }
.gallery-strip figure:hover img { transform: scale(1.04); }

/* ---------- Testimonials ---------- */
.testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.quote {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(201, 169, 110, .2);
  position: relative;
}
.quote::before {
  content: "“";
  position: absolute;
  top: -8px;
  left: 18px;
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  color: var(--rose);
  line-height: 1;
}
.quote .stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 8px; }
.quote p { font-style: italic; font-size: 1.02rem; color: var(--ink); margin-bottom: 16px; }
.quote .who { font-size: .88rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); font-weight: 700; }

.placeholder-tag {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: .65rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  background: var(--gold-soft);
  color: var(--ink);
  padding: 3px 9px;
  border-radius: 4px;
  font-weight: 700;
}

/* ---------- About / split ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.split-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: var(--shadow-md);
}
.split-image img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Contact / hours / map ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: start;
}
.info-list { list-style: none; padding: 0; margin: 0; }
.info-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(201,169,110,.25);
  align-items: start;
}
.info-list li:last-child { border-bottom: 0; }
.info-list .label {
  font-size: .76rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 2px;
}
.info-list a { color: var(--ink); font-weight: 600; }
.info-list a:hover { color: var(--rose-deep); }

.hours-table { width: 100%; border-collapse: collapse; }
.hours-table td {
  padding: 9px 0;
  border-bottom: 1px dotted rgba(201,169,110,.4);
  font-size: .98rem;
}
.hours-table td:first-child { color: var(--ink); font-weight: 700; }
.hours-table td:last-child { text-align: right; color: var(--ink-soft); }
.hours-table .closed { color: var(--rose-deep); font-style: italic; }

.map-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(201,169,110,.3);
  background: var(--cream-warm);
}
.map-wrap iframe { display: block; width: 100%; height: 360px; border: 0; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--wine);
  color: rgba(245,230,232,.85);
  padding: 64px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 40px;
}
.footer-grid h4 { color: var(--gold-soft); margin-bottom: 14px; }
.footer-grid a { color: rgba(245,230,232,.85); }
.footer-grid a:hover { color: #fff; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { padding: 5px 0; }
.footer-brand .brand-script { color: #F5C9D1; font-size: 2.6rem; }
.footer-brand .brand-sub { color: var(--gold-soft); }
.footer-brand p { color: rgba(245,230,232,.7); margin-top: 12px; max-width: 320px; font-size: .95rem; }

.socials { display: flex; gap: 12px; margin-top: 14px; }
.socials a {
  width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(245,230,232,.3);
  border-radius: 50%;
  transition: background .2s, border-color .2s;
}
.socials a:hover { background: rgba(255,255,255,.08); border-color: var(--gold); }
.socials svg { width: 18px; height: 18px; fill: currentColor; }

.footer-bottom {
  border-top: 1px solid rgba(245,230,232,.15);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: .85rem;
  color: rgba(245,230,232,.6);
}

/* ---------- CTA banner ---------- */
.cta-banner {
  background: linear-gradient(135deg, var(--rose-deep), var(--wine));
  color: #fff;
  padding: 56px 0;
  text-align: center;
}
.cta-banner h2 { color: #fff; margin-bottom: 12px; }
.cta-banner p { color: rgba(255,255,255,.85); max-width: 540px; margin: 0 auto 24px; }
.cta-banner .btn-ghost { border-color: #fff; color: #fff; }

/* ---------- Decorative flourish ---------- */
.flourish {
  text-align: center;
  font-family: 'Pinyon Script', cursive;
  color: var(--gold);
  font-size: 2.2rem;
  margin: 0 0 6px;
  line-height: 1;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero { padding: 40px 0 64px; }
  .hero-frame { display: none; }
  .split { grid-template-columns: 1fr; gap: 40px; }
  .split-image { aspect-ratio: 5/4; max-height: 480px; }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
  .gallery-strip { grid-template-columns: repeat(2, 1fr); }
  section { padding: 56px 0; }
}

@media (max-width: 700px) {
  body { font-size: 16px; }
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--cream);
    flex-direction: column;
    gap: 0;
    padding: 0;
    box-shadow: var(--shadow-md);
    border-top: 1px solid rgba(201,169,110,.25);
    transform-origin: top;
    transform: scaleY(0);
    transition: transform .2s ease;
  }
  .nav-links.open { transform: scaleY(1); }
  .nav-links li { width: 100%; border-bottom: 1px solid rgba(201,169,110,.18); }
  .nav-links li:last-child { border-bottom: 0; }
  .nav-links a { display: block; padding: 16px 24px; }
  .nav-links a::after { display: none; }
  .nav-cta { display: none; }
  .nav-toggle { display: block; }

  .menu { padding: 28px 22px; }
  .menu-row { grid-template-columns: 80px 1fr auto; gap: 10px; }
  .menu-row .size { font-size: 1.15rem; }
  .menu-row .price { font-size: 1.1rem; }

  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }

  .hero-actions .btn { flex: 1 1 auto; justify-content: center; }
}

@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
}
