/*
Theme Name: Clearwater Prime Barbershop
Theme URI: https://clearwaterprimebarbershop.com/
Author: Clearwater Prime Barbershop
Description: Custom one-page WordPress theme for Clearwater Prime Barbershop.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
*/

:root {
  --black: #050505;
  --ink: #0d0d0d;
  --panel: #141312;
  --panel-light: #1e1b18;
  --white: #ffffff;
  --paper: #f7f4ed;
  --paper-bright: #ffffff;
  --text: #14120f;
  --text-muted: #625b50;
  --muted: #c7c0b4;
  --soft: #efe9dc;
  --gold: #c9a24a;
  --gold-bright: #e4c56a;
  --line: rgba(255, 255, 255, 0.12);
  --line-dark: rgba(20, 18, 15, 0.12);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
  --soft-shadow: 0 18px 46px rgba(20, 18, 15, 0.08);
  color-scheme: light dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--soft);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(201, 162, 74, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 48%),
    var(--black);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px clamp(18px, 4vw, 58px);
  background: rgba(5, 5, 5, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
}

.brand img,
.site-footer img,
.barber-card img {
  object-fit: contain;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 3vw, 34px);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.main-nav a:hover,
.site-footer a:hover {
  color: var(--gold-bright);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--gold);
  border-radius: 4px;
  background: var(--gold);
  color: #070604;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  background: var(--gold-bright);
  border-color: var(--gold-bright);
}

.button-outline,
.button-quiet {
  background: transparent;
  color: var(--white);
}

.button-outline {
  border-color: var(--gold);
}

.button-quiet {
  border-color: rgba(255, 255, 255, 0.28);
}

.button-on-light {
  color: var(--ink);
}

.button-small {
  min-height: 40px;
  padding-inline: 14px;
}

.hero {
  display: block;
  align-items: center;
  min-height: calc(100vh - 72px);
  padding: clamp(50px, 8vw, 110px) clamp(18px, 6vw, 86px) 42px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.76), rgba(5, 5, 5, 0.58) 48%, rgba(5, 5, 5, 0.24)),
    linear-gradient(180deg, rgba(5, 5, 5, 0.03), rgba(5, 5, 5, 0.68)),
    url("https://clearwaterprimebarbershop.com/wp-content/uploads/2026/05/barbershop-hero-bg-bright.png") center / cover no-repeat;
}

.hero-copy {
  max-width: 920px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-bright);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  font-size: clamp(44px, 6.4vw, 88px);
  line-height: 0.96;
}

h2 {
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.96;
}

h3 {
  margin: 0;
  color: var(--white);
  font-size: 20px;
}

p {
  color: var(--muted);
}

.hero-text {
  max-width: 560px;
  margin: 24px 0 0;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.quick-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--paper-bright);
  border-bottom: 1px solid var(--line-dark);
}

.quick-info article {
  min-height: 142px;
  padding: clamp(22px, 4vw, 38px);
  border-right: 1px solid var(--line-dark);
  background: linear-gradient(180deg, rgba(201, 162, 74, 0.08), rgba(255, 255, 255, 0));
}

.quick-info span,
.service-card span {
  display: block;
  margin-bottom: 10px;
  color: #9b7622;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.quick-info strong {
  display: block;
  color: var(--text);
  font-size: clamp(18px, 2vw, 24px);
}

.quick-info p {
  margin: 8px 0 0;
  color: var(--text-muted);
}

.section,
.split-section,
.local-seo-section,
.location-section,
.booking-section,
.steps-section,
.hours-band {
  padding: clamp(58px, 9vw, 112px) clamp(18px, 6vw, 86px);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-heading p {
  max-width: 650px;
  font-size: 17px;
  line-height: 1.6;
}

#services,
.location-section,
.barber-section,
.faq-section {
  background: var(--paper);
  color: var(--text);
}

#services h2,
#services h3,
.location-section h2,
.barber-section h2,
.barber-section h3,
.faq-section h2,
.faq-list summary {
  color: var(--text);
}

#services p,
.location-section p,
.barber-section p,
.faq-section p {
  color: var(--text-muted);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.service-card,
.feature-list article,
.barber-card {
  border: 1px solid rgba(201, 162, 74, 0.28);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
}

#services .service-card,
.feature-list article,
.barber-card,
.location-card {
  border: 1px solid rgba(20, 18, 15, 0.1);
  background: var(--paper-bright);
  box-shadow: var(--soft-shadow);
}

.service-card {
  min-height: 210px;
  padding: 26px;
}

.service-card p,
.feature-list p,
.barber-card p,
.faq-list p {
  line-height: 1.6;
}

.service-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 14px;
  padding: 24px;
  border: 1px solid rgba(201, 162, 74, 0.5);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(201, 162, 74, 0.2), rgba(255, 255, 255, 0.88));
}

.service-note h3 {
  max-width: 760px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.08;
}

.booking-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(320px, 1.25fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: start;
  border-block: 1px solid var(--line-dark);
  background:
    linear-gradient(135deg, rgba(201, 162, 74, 0.16), rgba(255, 255, 255, 0.94)),
    var(--paper-bright);
  color: var(--text);
}

.booking-section h2 {
  color: var(--text);
}

.booknow-page {
  min-height: calc(100vh - 88px);
}

.booknow-page h1 {
  color: var(--text);
  max-width: 480px;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 0.98;
}

.booking-section p {
  max-width: 560px;
  color: var(--text-muted);
  font-size: 17px;
  line-height: 1.65;
}

.booking-direct {
  display: grid;
  justify-items: start;
  gap: 10px;
  margin: 24px 0 4px;
}

.booking-direct span {
  max-width: 420px;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.booking-copy .button {
  margin-top: 12px;
}

.booking-widget {
  min-height: 760px;
  overflow: hidden;
  border: 1px solid rgba(20, 18, 15, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.booking-widget .embedded-widget-title {
  display: none;
}

.booking-widget .vagaro {
  width: 100% !important;
  min-height: 760px;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
  background: var(--paper-bright);
  border-block: 1px solid var(--line-dark);
  color: var(--text);
}

.split-section h2,
.split-section h3,
.reviews-section h2,
.review-grid strong,
.steps-section h2,
.steps strong,
.hours-band h2 {
  color: var(--text);
}

.split-section p,
.reviews-section p,
.steps span,
.hours-band p {
  color: var(--text-muted);
}

.split-copy p {
  max-width: 590px;
  font-size: 17px;
  line-height: 1.65;
}

.feature-list {
  display: grid;
  gap: 12px;
}

.feature-list article {
  padding: 24px;
}

.local-seo-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: clamp(24px, 5vw, 54px);
  align-items: center;
  background: var(--paper-bright);
  border-bottom: 1px solid var(--line-dark);
  color: var(--text);
}

.local-seo-section h2 {
  color: var(--ink);
}

.local-seo-section p:not(.eyebrow) {
  max-width: 740px;
  color: var(--text-muted);
  font-size: 18px;
  line-height: 1.65;
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.area-list span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(201, 162, 74, 0.44);
  border-radius: 4px;
  background: rgba(201, 162, 74, 0.08);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.location-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: 14px;
}

.location-card,
.map-card {
  min-height: 430px;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: var(--paper-bright);
  box-shadow: var(--soft-shadow);
  overflow: hidden;
}

.location-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(28px, 5vw, 54px);
}

address {
  margin: 22px 0 28px;
  color: var(--text);
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 430px;
  border: 0;
  filter: grayscale(1) contrast(0.95);
}

.barber-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.barber-card {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 32px 20px;
  text-align: center;
}

.barber-card span {
  color: var(--gold-bright);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.barber-card img {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 1px solid rgba(201, 162, 74, 0.55);
  background: #000;
}

.barber-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(201, 162, 74, 0.42);
  border-radius: 4px;
  color: var(--gold-bright);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.reviews-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(22px, 5vw, 56px);
  align-items: start;
  padding: clamp(58px, 9vw, 112px) clamp(18px, 6vw, 86px);
  border-block: 1px solid var(--line-dark);
  background: linear-gradient(135deg, #ffffff, #f4efe4 48%, #ffffff);
  color: var(--text);
}

.reviews-copy {
  max-width: 780px;
}

.review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.review-proof {
  display: grid;
  gap: 12px;
}

.review-proof article {
  padding: 24px;
  border: 1px solid rgba(20, 18, 15, 0.1);
  border-radius: 8px;
  background: var(--paper-bright);
  box-shadow: var(--soft-shadow);
}

.review-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 12px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--gold);
  color: #070604;
  font-size: 13px;
  font-weight: 900;
}

.review-proof p {
  margin: 0;
  color: var(--text);
  font-size: 17px;
  line-height: 1.6;
}

.review-proof strong {
  display: block;
  margin-top: 14px;
  color: var(--text-muted);
  font-size: 13px;
  text-transform: uppercase;
}

.steps-section {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: start;
  border-block: 1px solid var(--line-dark);
  background: var(--paper);
  color: var(--text);
}

.steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  counter-reset: step;
  list-style: none;
}

.steps li {
  position: relative;
  min-height: 92px;
  padding: 22px 22px 22px 82px;
  border: 1px solid rgba(20, 18, 15, 0.1);
  border-radius: 8px;
  background: var(--paper-bright);
  box-shadow: var(--soft-shadow);
}

.steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 22px;
  top: 22px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--gold);
  color: #070604;
  font-weight: 900;
}

.steps strong,
.steps span {
  display: block;
}

.steps span {
  margin-top: 7px;
  color: var(--muted);
}

.hours-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.hours-band p {
  margin: 12px 0 0;
  font-size: 22px;
}

.faq-section {
  background: #ffffff;
  color: var(--text);
}

.faq-list {
  display: grid;
  gap: 10px;
  max-width: 950px;
}

.faq-list details {
  padding: 0 20px;
  border: 1px solid rgba(20, 18, 15, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--soft-shadow);
}

.service-note .button-outline,
.hours-band .button-outline {
  color: var(--text);
}

.hours-band {
  background: var(--paper-bright);
  color: var(--text);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  padding: 22px 0;
  color: var(--text) !important;
  font-size: 18px;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  color: var(--gold);
  font-size: 24px;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: 0;
  padding: 0 0 22px;
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 28px clamp(18px, 6vw, 86px) 96px;
  border-top: 1px solid var(--line);
  background: #030303;
}

.site-footer strong {
  color: var(--white);
}

.site-footer p {
  margin: 6px 0 0;
}

.site-footer a {
  display: block;
  margin-top: 4px;
}

.sticky-actions {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 20;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid rgba(201, 162, 74, 0.55);
  border-radius: 8px;
  background: rgba(5, 5, 5, 0.94);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.sticky-actions a {
  display: grid;
  place-items: center;
  min-height: 54px;
  border-right: 1px solid var(--line);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.sticky-actions a:first-child {
  background: var(--gold);
  color: #070604;
}

[data-reveal] {
  opacity: 1;
  transform: none;
  transition: opacity 520ms ease, transform 520ms ease;
}

.has-reveal [data-reveal] {
  opacity: 1;
  transform: none;
}

.has-reveal [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
  }

  .main-nav {
    display: none;
  }

  .split-section,
  .local-seo-section,
  .location-section,
  .booking-section,
  .reviews-section,
  .steps-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    text-align: center;
  }

  .hero-copy,
  .hero-text {
    margin-inline: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .service-grid,
  .barber-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-note {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand {
    min-width: 0;
    font-size: 16px;
  }

  .button-small {
    display: none;
  }

  .hero {
    padding-top: 44px;
  }

  h1 {
    font-size: clamp(38px, 12vw, 58px);
  }

  .hero-actions .button {
    width: 100%;
  }

  .quick-info,
  .service-grid,
  .barber-grid {
    grid-template-columns: 1fr;
  }

  .quick-info article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hours-band,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hours-band {
    align-items: flex-start;
  }

  .booking-widget,
  .booking-widget .vagaro {
    min-height: 720px;
  }

  .site-footer {
    padding-bottom: 92px;
  }

  .sticky-actions {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
