/*
Theme Name: Divine Nails Spa 2025
Theme URI: https://divine-nails-spa.com/
Author: Divine Nails & Spa Pittsburgh
Description: Custom theme for Divine Nails & Spa Pittsburgh. Sage green palette, gallery carousel, services, reviews, and phone-first contact.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Private
Text Domain: divine-nails-spa
*/

/* ===========================================
   DIVINE NAILS & SPA — assets/css/main.css
   =========================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Jost:wght@300;400;500;600&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --sage: #c9a84c;
  --sage-l: #e0be6a;
  --sage-ll: #f0d98a;
  --sage-bg: #fdf8ee;
  --cream: #fffdf7;
  --warm: #faf5e8;
  --gold: #c9a84c;
  --gold-d: #a07c28;
  --charcoal: #2c2c2c;
  --char-mid: #4a4a4a;
  --char-lt: #7a7a7a;
  --blush: #fdf0d0;
  --white: #fff;
  --border: #eddea0;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Jost', sans-serif;
  background: var(--cream);
  color: var(--charcoal);
  line-height: 1.65;
  overflow-x: hidden;
}

/* ── TOP BAR ── */
.dns-topbar {
  background: var(--sage);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  padding: .55rem 2rem;
  font-size: .75rem;
  letter-spacing: .08em;
  color: rgba(255,255,255,.92);
  flex-wrap: wrap;
}
.dns-topbar-item { display: flex; align-items: center; gap: .4rem; }
.dns-topbar-phone {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: .04em;
  color: #3a2e10;
  text-decoration: none;
  background: rgba(255,255,255,.18);
  padding: .2rem .9rem;
  border-radius: 100px;
  transition: background .2s;
}
.dns-topbar-phone:hover { background: rgba(255,255,255,.32); color: #fff; }

/* ── NAVIGATION ── */
.dns-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 2px solid var(--sage-ll);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .9rem 4rem;
  box-shadow: 0 2px 12px rgba(74,103,65,.1);
}
.dns-nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--sage);
  text-decoration: none;
  letter-spacing: .04em;
}
.dns-nav-logo span { color: var(--gold-d); }
.dns-nav-links {
  display: flex;
  gap: 0;
  list-style: none;
  align-items: center;
}
.dns-nav-links li a,
.dns-nav-links li a:visited {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--char-mid);
  text-decoration: none;
  padding: .5rem 1.1rem;
  border-radius: 4px;
  transition: all .2s;
  display: block;
}
.dns-nav-links li a:hover,
.dns-nav-links li.current-menu-item > a {
  background: var(--sage-bg);
  color: var(--sage);
}
.dns-nav-call {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .55rem 1.4rem;
  background: var(--sage);
  color: #3a2e10 !important;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: background .2s;
  white-space: nowrap;
}
.dns-nav-call:hover { background: var(--gold-d); color: #fff !important; }

/* ── MOBILE MENU TOGGLE ── */
.dns-menu-toggle {
  display: none;
  background: none;
  border: 2px solid var(--sage-ll);
  border-radius: 4px;
  padding: .4rem .7rem;
  cursor: pointer;
  color: var(--sage);
  font-size: 1.2rem;
}

/* ── HERO ── */
.dns-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 88vh;
}
.dns-hero-left {
  background: var(--sage-bg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8rem 4rem 5rem 6rem;
  position: relative;
  overflow: hidden;
  border-right: 1px solid var(--border);
}
.dns-hero-left::before {
  content: '';
  position: absolute;
  bottom: -10%; right: -8%;
  width: 55%; height: 80%;
  background: var(--sage-ll);
  opacity: .35;
  border-radius: 50%;
  pointer-events: none;
}
.dns-eyebrow {
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  gap: .6rem;
}
.dns-eyebrow::before {
  content: '';
  display: inline-block;
  width: 24px; height: 2px;
  background: var(--sage);
}
.dns-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 4.5vw, 4.2rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--charcoal);
  margin-bottom: 1.6rem;
}
.dns-hero-title em { font-style: italic; color: var(--sage); }
.dns-hero-sub {
  font-size: .95rem;
  font-weight: 300;
  color: var(--char-lt);
  max-width: 380px;
  line-height: 1.85;
  margin-bottom: 2.2rem;
}
.dns-hero-btns { display: flex; gap: .9rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.dns-btn-sage {
  display: inline-block;
  padding: .85rem 2rem;
  background: var(--sage);
  color: #3a2e10;
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: all .22s;
  cursor: pointer;
  border: none;
}
.dns-btn-sage:hover { background: var(--gold-d); color: #fff; }
.dns-btn-outline {
  display: inline-block;
  padding: .85rem 2rem;
  background: transparent;
  color: var(--sage);
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid var(--sage-ll);
  border-radius: 4px;
  transition: all .22s;
}
.dns-btn-outline:hover { border-color: var(--sage); background: var(--sage-bg); color: var(--sage); }
.dns-hero-phone-bar {
  padding-top: 1.8rem;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.dns-phone-label { font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; color: var(--char-lt); }
.dns-phone-big {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem;
  font-weight: 600;
  color: var(--sage);
  letter-spacing: .04em;
  text-decoration: none;
  transition: color .2s;
}
.dns-phone-big:hover { color: var(--sage-l); }
.dns-hero-hours { display: flex; gap: 2rem; flex-wrap: wrap; }
.dns-hr-item { display: flex; flex-direction: column; gap: .15rem; }
.dns-hr-label { font-size: .63rem; letter-spacing: .15em; text-transform: uppercase; color: var(--sage); }
.dns-hr-val { font-size: .82rem; color: var(--char-mid); font-weight: 400; }
.dns-hero-right { position: relative; overflow: hidden; }
.dns-hero-right img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.dns-hero-badge {
  position: absolute;
  bottom: 2rem; left: 2rem;
  background: rgba(255,255,255,.96);
  padding: 1.2rem 1.6rem;
  border-radius: 6px;
  max-width: 240px;
  border-left: 3px solid var(--sage);
}
.dns-hero-badge p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: .98rem;
  line-height: 1.5;
  color: var(--charcoal);
}

/* ── SECTION SHARED ── */
.dns-sec-inner { max-width: 1200px; margin: 0 auto; padding: 5.5rem 4rem; }
.dns-sec-eyebrow {
  font-size: .66rem;
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: .8rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.dns-sec-eyebrow::before {
  content: '';
  display: inline-block;
  width: 16px; height: 2px;
  background: var(--sage);
}
.dns-sec-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  font-weight: 400;
  line-height: 1.22;
  color: var(--charcoal);
  margin-bottom: 1.3rem;
}

/* ── SERVICES ── */
.dns-services { background: var(--white); }
.dns-svc-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 3rem;
  gap: 2rem;
  flex-wrap: wrap;
}
.dns-svc-intro { font-size: .95rem; font-weight: 300; color: var(--char-lt); max-width: 380px; line-height: 1.8; }
.dns-svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.dns-svc-card {
  background: var(--sage-bg);
  padding: 2rem 1.8rem;
  border-radius: 8px;
  border: 1px solid var(--border);
  transition: all .22s;
}
.dns-svc-card:hover {
  border-color: var(--sage-ll);
  box-shadow: 0 4px 20px rgba(74,103,65,.12);
  transform: translateY(-2px);
}
.dns-svc-icon {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--sage-ll);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
}
.dns-svc-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: .5rem;
}
.dns-svc-desc { font-size: .86rem; font-weight: 300; color: var(--char-mid); line-height: 1.75; }
.dns-svc-tag { margin-top: .9rem; font-size: .67rem; letter-spacing: .12em; text-transform: uppercase; color: var(--sage); font-weight: 600; }

/* ── GALLERY ── */
.dns-gallery { background: var(--warm); padding: 5.5rem 0; }
.dns-gallery-header {
  max-width: 1200px; margin: 0 auto;
  padding: 0 4rem 2.5rem;
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 2rem; flex-wrap: wrap;
}
.dns-gallery-sub { font-size: .9rem; font-weight: 300; color: var(--char-lt); max-width: 300px; }
.dns-car-wrap { position: relative; overflow: hidden; }
.dns-car-track { display: flex; align-items: center; transition: transform .55s cubic-bezier(.4,0,.2,1); }
.dns-car-slide {
  min-width: 33.333%;
  padding: 0 10px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dns-car-slide img {
  width: 100%;
  max-width: 380px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center center;
  display: block;
  border-radius: 10px;
  border: 1px solid var(--border);
  margin: 0 auto;
}
.dns-car-caption { display: none; }
.dns-car-controls { display: flex; align-items: center; justify-content: center; gap: 1.2rem; margin-top: 2rem; padding: 0 4rem; }
.dns-car-btn {
  width: 44px; height: 44px; border-radius: 50%;
  border: 2px solid var(--sage-ll);
  background: var(--white); color: var(--sage);
  font-size: 1rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all .2s; flex-shrink: 0;
}
.dns-car-btn:hover { border-color: var(--sage); background: var(--sage-bg); }
.dns-car-dots { display: flex; gap: .5rem; align-items: center; }
.dns-car-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--sage-ll); cursor: pointer; transition: all .22s; border: none; }
.dns-car-dot.active { background: var(--sage); width: 20px; border-radius: 3px; }

/* ── ABOUT ── */
.dns-about { background: var(--white); }
.dns-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.dns-about-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; position: relative; padding-bottom: 2rem; }
.dns-about-img-main { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: center top; border-radius: 8px; display: block; border: 1px solid var(--border); }
.dns-about-img-sm { width: 100%; aspect-ratio: 1/1; object-fit: cover; object-position: center top; border-radius: 8px; display: block; border: 1px solid var(--border); margin-bottom: 10px; }
.dns-about-badge {
  position: absolute; bottom: 0; left: 50%;
  transform: translateX(-50%);
  background: var(--gold); padding: 1rem 1.8rem; border-radius: 6px; text-align: center; white-space: nowrap;
}
.dns-about-badge-num { font-size: 1rem; color: #fff; font-weight: 600; }
.dns-about-badge-lbl { font-size: .6rem; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.75); margin-top: .2rem; }
.dns-about-text p { font-size: .93rem; font-weight: 300; color: var(--char-mid); line-height: 1.9; margin-bottom: 1.2rem; }
.dns-about-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.5rem; }
.dns-tag { font-size: .65rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: .35rem .9rem; border: 1.5px solid var(--sage-ll); color: var(--sage); border-radius: 100px; display: inline-block; }

/* ── REVIEWS ── */
.dns-reviews { background: var(--sage-bg); }
.dns-rev-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 2.8rem; flex-wrap: wrap; gap: 1.5rem; }
.dns-rev-sub { font-size: .88rem; color: var(--char-lt); font-weight: 300; max-width: 280px; }
.dns-rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.dns-rev-card {
  background: var(--white); border: 1px solid var(--border); padding: 1.8rem 1.6rem; border-radius: 8px; transition: all .25s;
}
.dns-rev-card:hover { border-color: var(--sage-ll); box-shadow: 0 4px 16px rgba(74,103,65,.1); transform: translateY(-2px); }
.dns-stars { color: var(--gold); font-size: .85rem; letter-spacing: .05em; margin-bottom: .8rem; }
.dns-rev-text { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1rem; font-weight: 400; color: var(--char-mid); line-height: 1.7; margin-bottom: 1.2rem; }
.dns-rev-author { font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--sage); }

/* ── PHONE CTA STRIP ── */
.dns-phone-strip { background: var(--gold-d); padding: 3rem 4rem; text-align: center; }
.dns-phone-strip h2 { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 300; color: rgba(255,255,255,.9); margin-bottom: .5rem; }
.dns-phone-strip-num {
  display: inline-block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem; font-weight: 600;
  color: #fff; text-decoration: none;
  letter-spacing: .06em;
  border-bottom: 2px solid rgba(255,255,255,.4);
  padding-bottom: .2rem;
  transition: border-color .2s;
}
.dns-phone-strip-num:hover { border-color: #fff; color: #fff; }
.dns-phone-strip p { margin-top: .6rem; font-size: .8rem; color: rgba(255,255,255,.65); letter-spacing: .1em; text-transform: uppercase; }

/* ── VISIT / CONTACT ── */
.dns-visit { background: var(--white); }
.dns-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.dns-info-card { background: var(--sage-bg); border: 1px solid var(--border); border-radius: 8px; padding: 2rem; }
.dns-info-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 600; color: var(--charcoal); margin-bottom: 1rem; padding-bottom: .8rem; border-bottom: 2px solid var(--sage-ll); }
.dns-info-card p { font-size: .88rem; font-weight: 300; color: var(--char-mid); line-height: 1.8; margin-bottom: .5rem; }
.dns-hours-table { width: 100%; font-size: .86rem; font-weight: 300; color: var(--char-mid); border-collapse: collapse; }
.dns-hours-table td { padding: .32rem 0; vertical-align: top; }
.dns-hours-table td:last-child { text-align: right; font-weight: 600; color: var(--charcoal); }
.dns-hours-divider td { border-top: 1px solid var(--border); }
.dns-big-phone {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem; font-weight: 600;
  color: var(--sage); text-decoration: none;
  margin: 1rem 0 .5rem;
  letter-spacing: .04em;
  transition: color .2s;
}
.dns-big-phone:hover { color: var(--sage-l); }
.dns-walkin-note { font-size: .78rem; font-weight: 500; color: var(--sage); background: #fff; padding: .4rem .8rem; border-radius: 4px; display: inline-block; margin-top: .3rem; border: 1px solid var(--sage-ll); }
.dns-map-btn {
  display: inline-block; margin-top: 1.2rem; padding: .75rem 1.6rem;
  background: var(--gold-d); color: #fff; font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; border-radius: 4px; transition: background .2s;
}
.dns-map-btn:hover { background: var(--sage); color: #3a2e10; }

/* ── FOOTER ── */
.dns-footer {
  background: #3a2e10;
  padding: 2.2rem 4rem;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 1rem;
}
.dns-footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 600; color: var(--sage-ll); letter-spacing: .04em; }
.dns-footer-logo span { color: var(--gold); }
.dns-footer-copy { font-size: .7rem; color: rgba(255,255,255,.35); letter-spacing: .05em; }
.dns-footer-nav { display: flex; gap: 1.8rem; list-style: none; }
.dns-footer-nav a { font-size: .68rem; color: rgba(255,255,255,.45); text-decoration: none; letter-spacing: .1em; text-transform: uppercase; transition: color .2s; }
.dns-footer-nav a:hover { color: var(--sage-ll); }

/* ── WP CORE OVERRIDES ── */
.wp-block-image img { max-width: 100%; height: auto; }
img { max-width: 100%; height: auto; }
a { color: var(--sage); }
p { margin-bottom: 1rem; }
.entry-content p { font-size: .93rem; font-weight: 300; color: var(--char-mid); line-height: 1.9; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .dns-svc-grid { grid-template-columns: repeat(2, 1fr); }
  .dns-rev-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .dns-topbar { flex-direction: column; gap: .4rem; text-align: center; }
  .dns-nav { padding: .9rem 1.5rem; }
  .dns-nav-links { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--white); border-bottom: 2px solid var(--sage-ll); padding: 1rem 0; box-shadow: 0 4px 12px rgba(0,0,0,.08); }
  .dns-nav-links.open { display: flex; }
  .dns-nav-links li a { padding: .7rem 2rem; }
  .dns-menu-toggle { display: block; }
  .dns-hero { grid-template-columns: 1fr; min-height: auto; }
  .dns-hero-left { padding: 6rem 1.8rem 3rem; }
  .dns-hero-right { height: 320px; }
  .dns-sec-inner { padding: 3.5rem 1.8rem; }
  .dns-svc-grid { grid-template-columns: 1fr; }
  .dns-car-slide { min-width: 92%; }
  .dns-car-slide img { max-width: 100%; }
  .dns-about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .dns-rev-grid { grid-template-columns: 1fr; }
  .dns-info-grid { grid-template-columns: 1fr; }
  .dns-phone-strip { padding: 2.5rem 1.8rem; }
  .dns-phone-strip-num { font-size: 2.2rem; }
  .dns-footer { flex-direction: column; align-items: flex-start; padding: 2rem 1.8rem; }
  .dns-gallery-header { padding: 0 1.8rem 2rem; }
}
@media (max-width: 480px) {
  .dns-hero-btns { flex-direction: column; }
  .dns-phone-big { font-size: 1.5rem; }
  .dns-phone-strip-num { font-size: 1.8rem; }
}

