/*
Theme Name: BOOKED by Sassy Do's
Theme URI: https://example.com/
Author: OpenAI
Author URI: https://openai.com/
Description: Custom WordPress theme for BOOKED by Sassy Do's with a polished homepage and salon locations.
Version: 1.5
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bookedbysassydos
*/

:root {
  --bg: #ffffff;
  --text: #111111;
  --muted: #666666;
  --line: #e8e8e8;
  --soft: #f8f8f8;
  --dark: #111111;
  --dark-2: #181818;
  --radius: 24px;
  --shadow: 0 10px 30px rgba(0,0,0,.03);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.container {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}
.site-main section { padding: 80px 0; }
.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6b6b6b;
}
.section-header {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}
.section-header h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: -1px;
}
.section-header p { margin: 0; color: #5b5b5b; font-size: 18px; }
.btn {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: .3px;
  transition: .25s ease;
}
.btn-primary {
  background: var(--dark);
  color: #fff;
  border: 1px solid var(--dark);
}
.btn-primary:hover { opacity: .92; transform: translateY(-2px); }
.btn-secondary {
  background: transparent;
  color: var(--dark);
  border: 1px solid var(--dark);
}
.btn-secondary:hover { background: var(--dark); color: #fff; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #ececec;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 16px 0;
}
.site-branding { display:flex; align-items:center; gap:14px; }
.site-title {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .2px;
  margin: 0;
}
.site-title a { color: var(--dark); }
.site-description { display:none; }
.main-navigation .menu-toggle { display:none; }
.main-navigation ul {
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  gap:20px;
  align-items:center;
  flex-wrap:wrap;
}
.main-navigation a {
  color:#333;
  font-size:14px;
  font-weight:600;
}
.hero {
  padding: 90px 0 70px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
}
.hero-grid {
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:32px;
  align-items:center;
}
.hero h1 {
  margin:0 0 18px;
  font-size: clamp(40px, 5vw, 68px);
  line-height:1.05;
  letter-spacing:-1.6px;
}
.hero p {
  margin:0 0 28px;
  font-size:18px;
  color:#4e4e4e;
  max-width:650px;
}
.hero-actions {
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-bottom:28px;
}
.hero-stats {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.stat {
  background:#fff;
  border:1px solid #e9e9e9;
  border-radius:18px;
  padding:18px;
}
.stat strong {
  display:block;
  font-size:28px;
  line-height:1;
  margin-bottom:6px;
}
.stat span { color:#666; font-size:14px; }
.hero-card {
  background: var(--dark);
  color:#fff;
  border-radius:28px;
  padding:32px;
  min-height:420px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  box-shadow:0 20px 60px rgba(0,0,0,.12);
}
.hero-card h3 { margin:0 0 12px; font-size:28px; line-height:1.15; }
.hero-card p { color:#ddd; font-size:16px; margin:0; }
.hero-badge {
  display:inline-block;
  border:1px solid rgba(255,255,255,.2);
  border-radius:999px;
  padding:10px 14px;
  font-size:13px;
  color:#eaeaea;
  margin:0 10px 10px 0;
}
.about-grid, .cta-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
}
.panel {
  background: var(--soft);
  border:1px solid #ececec;
  border-radius:24px;
  padding:30px;
}
.panel.dark {
  background: var(--dark);
  color:#fff;
  border-color:var(--dark);
}
.panel h3 { margin:0 0 12px; font-size:28px; line-height:1.15; }
.panel p { margin:0; }
.check-list { list-style:none; margin:20px 0 0; padding:0; }
.check-list li { padding:12px 0; border-bottom:1px solid #e5e5e5; }
.panel.dark .check-list li { border-bottom:1px solid rgba(255,255,255,.1); }
.program-grid, .features-grid, .locations-grid, .faq-grid {
  display:grid;
  gap:22px;
}
.program-grid { grid-template-columns:repeat(3,1fr); }
.features-grid { grid-template-columns:repeat(4,1fr); }
.locations-grid { grid-template-columns:repeat(5,1fr); }
.faq-grid { grid-template-columns:1fr 1fr; }
.card {
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:26px;
  box-shadow: var(--shadow);
}
.card h3, .card h4 { margin:0 0 10px; }
.phase-number {
  display:inline-flex;
  width:42px;
  height:42px;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background: var(--dark);
  color:#fff;
  font-weight:800;
  margin-bottom:16px;
}
.muted { color: var(--muted); }
.alt-section {
  background: var(--dark);
  color:#fff;
}
.alt-section .section-header p { color:#d6d6d6; }
.alt-section .card {
  background: var(--dark-2);
  border-color:#2a2a2a;
  box-shadow:none;
}
.alt-section .muted, .alt-section .card h4 { color:#fff; }
.location-card { text-align:center; padding:28px 18px; }
.location-card .num {
  display:inline-block;
  margin-bottom:14px;
  color:#8e8e8e;
  font-size:12px;
  font-weight:700;
  letter-spacing:1px;
}
.location-card h3 { margin:0 0 6px; font-size:22px; }
.cta {
  background: linear-gradient(180deg, #f7f7f7 0%, #ffffff 100%);
}
.cta-box {
  background: var(--dark);
  color:#fff;
  border-radius:28px;
  padding:34px;
  height:100%;
}
.cta-box p { color:#ddd; }
.cta-box .btn-secondary { color:#fff; border-color:#fff; }
.cta-box .btn-secondary:hover { background:#fff; color:#111; }
.site-footer {
  background: var(--dark);
  color:#d0d0d0;
  padding:34px 0;
  border-top:1px solid #1d1d1d;
}
.footer-inner {
  display:flex;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
  align-items:center;
}
.footer-brand { color:#fff; font-weight:800; font-size:20px; }
.footer-links {
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}
.footer-links a { color:#d0d0d0; }
.entry-content, .entry-summary { margin:0; }
.page-content, .entry-content > *:first-child { margin-top:0; }
.default-page { padding: 60px 0; }
.default-page h1 { margin-top:0; }

@media (max-width:1100px) {
  .hero-grid, .about-grid, .cta-grid, .faq-grid { grid-template-columns:1fr; }
  .features-grid { grid-template-columns:repeat(2,1fr); }
  .locations-grid { grid-template-columns:repeat(3,1fr); }
  .program-grid { grid-template-columns:1fr; }
}
@media (max-width:768px) {
  .main-navigation ul { display:none; }
  .hero { padding:70px 0 55px !important; }
  .hero-stats, .features-grid, .locations-grid, .faq-grid { grid-template-columns:1fr; }
  .section-header p, .hero p { font-size:16px; }
  .panel, .card, .hero-card, .cta-box { padding:24px; }
}


.trust-strip {
  padding: 22px 0 10px !important;
}
.trust-grid {
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap:18px;
}
.trust-item {
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:18px 20px;
  box-shadow: var(--shadow);
}
.trust-item strong {
  display:block;
  margin-bottom:6px;
  font-size:16px;
}
.trust-item span {
  color:var(--muted);
  font-size:14px;
}
.recruiting-card {
  background: linear-gradient(180deg, #111111 0%, #1c1c1c 100%);
}
.application-section {
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
}
.form-shell {
  max-width: 860px;
  margin: 0 auto;
  background:#ffffff;
  border:1px solid var(--line);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 18px 50px rgba(0,0,0,.06);
}
.form-shell .wpforms-container {
  margin:0;
}
.form-shell input,
.form-shell textarea,
.form-shell select {
  border-radius:14px !important;
}
@media (max-width:1100px) {
  .trust-grid { grid-template-columns:1fr; }
}
.instagram-section {
  background: #ffffff;
  padding-top: 20px !important;
}
.instagram-wrap {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 26px;
  align-items: stretch;
}
.instagram-copy,
.instagram-card {
  border-radius: 28px;
  padding: 34px;
}
.instagram-copy {
  background: linear-gradient(180deg, #111111 0%, #1e1e1e 100%);
  color: #ffffff;
  box-shadow: 0 20px 60px rgba(0,0,0,.10);
}
.instagram-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -1px;
}
.instagram-copy p {
  margin: 0;
  color: #d7d7d7;
  font-size: 18px;
  max-width: 680px;
}
.instagram-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.instagram-card {
  background: var(--soft);
  border: 1px solid var(--line);
}
.instagram-card .eyebrow {
  margin-bottom: 16px;
}
.instagram-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.instagram-list li {
  position: relative;
  padding: 14px 0 14px 28px;
  border-bottom: 1px solid #e5e5e5;
  color: var(--muted);
}
.instagram-list li:last-child {
  border-bottom: none;
}
.instagram-list li:before {
  content: "•";
  position: absolute;
  left: 8px;
  top: 11px;
  color: var(--dark);
  font-size: 22px;
  line-height: 1;
}
@media (max-width:1100px) {
  .instagram-wrap { grid-template-columns: 1fr; }
}
