/* Fadeaway Studio - Main Styles */
:root{
  --fa-shadow: 0 18px 50px rgba(0,0,0,.10);
  --fa-shadow-soft: 0 10px 30px rgba(0,0,0,.08);
  --fa-container: 1180px;
  --fa-container-wide: 1320px;
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin: 0;
  font-family: var(--fa-font-body);
  line-height: 1.6;
  background: var(--fa-bg);
  color: var(--fa-text);
}

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

.container{
  width: min(var(--fa-container), calc(100% - 40px));
  margin: 0 auto;
}
.container-wide{
  width: min(var(--fa-container-wide), calc(100% - 40px));
}

a{ color: inherit; text-decoration: none; }
a.link, .link{ color: var(--fa-accent); font-weight: 600; }
a.link:hover{ text-decoration: underline; }

h1,h2,h3,h4{
  font-family: var(--fa-font-heading);
  letter-spacing: .04em;
  margin: 0 0 12px;
}
p{ margin: 0 0 16px; color: rgba(0,0,0,.78); }

/* Hide default WP titles when building with Elementor (pages + Elementor templates) */
.fa-hide-page-titles.page .page-header,
.fa-hide-page-titles.page .page-title,
.fa-hide-page-titles.single-elementor_library .post-header,
.fa-hide-page-titles.single-elementor_library .post-title{
  display: none !important;
}

.section{
  padding: 78px 0;
}
.section-head{
  max-width: 760px;
  margin-bottom: 26px;
}
.section-head h2{
  font-size: clamp(28px, 3vw, 40px);
  color: var(--fa-accent-2);
}
.section-head p{
  font-size: 16px;
  color: rgba(0,0,0,.68);
}

.card{
  background: var(--fa-surface);
  border: 1px solid var(--fa-border);
  border-radius: var(--fa-radius);
  box-shadow: var(--fa-shadow-soft);
}

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 14px;
  border: 1px solid transparent;
  background: var(--fa-accent);
  color: #fff;
  font-weight: 700;
  letter-spacing: .2px;
  transition: transform .12s ease, opacity .12s ease, background .12s ease, border-color .12s ease;
}
.btn:hover{ transform: translateY(-1px); opacity: .95; }
.btn:active{ transform: translateY(0); opacity: .9; }
.btn-outline{
  background: transparent;
  border-color: rgba(0,0,0,.18);
  color: var(--fa-accent-2);
}
.btn-outline:hover{
  background: rgba(0,0,0,.04);
  border-color: rgba(0,0,0,.22);
}
.btn-sm{ padding: 9px 14px; border-radius: 12px; font-size: 14px; }
.btn-lg{ padding: 14px 20px; border-radius: 16px; }

.badge{
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.7);
  font-weight: 600;
  font-size: 13px;
}

/* Header (supports light + dark) */
.fa-header-dark{
  --fa-header-bg: rgba(10,10,10,.92);
  --fa-header-border: rgba(255,255,255,.10);
  --fa-header-text: rgba(255,255,255,.92);
  --fa-header-muted: rgba(255,255,255,.74);
  --fa-header-hover: rgba(255,255,255,.08);
  --fa-header-control-bg: rgba(255,255,255,.06);
  --fa-header-control-border: rgba(255,255,255,.14);
  --fa-header-toggle: rgba(255,255,255,.92);
}
.fa-header-light{
  --fa-header-bg: rgba(255,255,255,.92);
  --fa-header-border: rgba(0,0,0,.08);
  --fa-header-text: rgba(0,0,0,.82);
  --fa-header-muted: rgba(0,0,0,.70);
  --fa-header-hover: rgba(0,0,0,.05);
  --fa-header-control-bg: rgba(255,255,255,.8);
  --fa-header-control-border: rgba(0,0,0,.12);
  --fa-header-toggle: rgba(0,0,0,.80);
}

.site-header{
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--fa-header-bg);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--fa-header-border);
}
.topbar{
  border-bottom: 1px solid var(--fa-header-border);
}
.topbar-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  font-size: 13px;
}
.topbar-left{
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.topbar-right{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.topbar-item{ color: var(--fa-header-muted); }
.topbar-item:hover{ color: var(--fa-header-text); }

.navbar-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
}
.site-branding .custom-logo-link img{
  max-height: 56px;
  width: auto;
}
.site-title{
  font-family: var(--fa-font-heading);
  font-weight: 700;
  font-size: 24px;
}
.primary-nav .menu{
  list-style: none;
  display: flex;
  gap: 18px;
  margin: 0;
  padding: 0;
}
.primary-nav .menu a{
  padding: 10px 10px;
  border-radius: 12px;
  color: var(--fa-header-text);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .10em;
  font-size: 12px;
}
.primary-nav .menu a:hover{
  background: var(--fa-header-hover);
}
.nav-actions{
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-book{
  text-transform: uppercase;
  letter-spacing: .10em;
}

.menu-toggle{
  display: none;
  border: 1px solid var(--fa-header-control-border);
  background: var(--fa-header-control-bg);
  border-radius: 14px;
  padding: 10px 12px;
  cursor: pointer;
}
.menu-toggle-lines{
  display: inline-block;
  width: 22px;
  height: 14px;
  position: relative;
}
.menu-toggle-lines::before,
.menu-toggle-lines::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--fa-header-toggle);
  border-radius: 2px;
}
.menu-toggle-lines::before{ top: 2px; }
.menu-toggle-lines::after{ bottom: 2px; }

.mobile-nav{
  border-top: 1px solid var(--fa-header-border);
  padding: 12px 0 18px;
}
.mobile-menu{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
.mobile-menu a{
  display: block;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid var(--fa-header-border);
  background: var(--fa-header-hover);
  font-weight: 700;
  color: var(--fa-header-text);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
}
.mobile-socials{
  margin-top: 14px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.social-link{
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid var(--fa-header-control-border);
  background: var(--fa-header-control-bg);
  font-weight: 700;
  font-size: 13px;
  color: var(--fa-header-text);
}

.mobile-cta{ margin: 6px 0 12px; }

/* Hero */
.hero{
  padding: 84px 0 54px;
  background:
    radial-gradient(1000px 420px at 15% 10%, rgba(179,32,42,.10), rgba(255,255,255,0) 60%),
    radial-gradient(900px 380px at 85% 30%, rgba(0,0,0,.06), rgba(255,255,255,0) 60%),
    linear-gradient(180deg, #ffffff, #fafafa);
}
.hero-inner{
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 34px;
  align-items: center;
}
.eyebrow{
  font-weight: 800;
  letter-spacing: .18em;
  font-size: 12px;
  color: rgba(0,0,0,.65);
  margin-bottom: 12px;
}
.hero-title{
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;
  color: var(--fa-accent-2);
}
.hero-subtitle{
  font-size: 17px;
  color: rgba(0,0,0,.70);
  max-width: 560px;
}
.hero-actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 18px 0 16px;
}
.hero-badges{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-card{
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(0,0,0,.10);
  background: #fff;
  box-shadow: var(--fa-shadow);
}
.barber-pole{
  height: 72px;
  background:
    repeating-linear-gradient(
      135deg,
      var(--fa-accent) 0px,
      var(--fa-accent) 16px,
      #ffffff 16px,
      #ffffff 32px,
      rgba(0,0,0,.08) 32px,
      rgba(0,0,0,.08) 40px,
      #ffffff 40px,
      #ffffff 56px
    );
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.hero-card-body{
  padding: 22px;
}
.hero-card-body h3{
  font-size: 22px;
}
.checklist{
  margin: 14px 0 0;
  padding-left: 18px;
  color: rgba(0,0,0,.74);
}
.checklist li{ margin: 6px 0; }

/* Trust */
.trust{
  padding: 40px 0 52px;
}
.trust-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.trust-item{
  padding: 18px 18px;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.7);
}
.trust-item h3{ font-size: 20px; margin-bottom: 8px; }
.trust-item p{ margin: 0; }

/* Cards + Grids */
.cards-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.service-card{ padding: 18px; }
.service-card h3{ font-size: 20px; }

.pricing{
  background: linear-gradient(180deg, #fafafa, #ffffff);
}
.pricing-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.price-card{
  padding: 22px;
  position: relative;
}
.price-card .price{
  font-size: 34px;
  font-weight: 900;
  color: var(--fa-accent);
  margin: 8px 0 14px;
}
.price-card .list{
  margin: 0;
  padding-left: 18px;
}
.price-card.featured{
  border-color: rgba(179,32,42,.35);
  box-shadow: 0 18px 60px rgba(179,32,42,.14);
}
.pill{
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(179,32,42,.10);
  border: 1px solid rgba(179,32,42,.25);
  color: var(--fa-accent);
  font-weight: 800;
  font-size: 12px;
}
.center{ display: flex; justify-content: center; margin-top: 18px; }

/* Gallery */
.gallery-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.gallery-tile{
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.10);
  background:
    radial-gradient(180px 180px at 20% 30%, rgba(179,32,42,.20), rgba(255,255,255,0) 60%),
    linear-gradient(135deg, rgba(0,0,0,.06), rgba(255,255,255,.8));
  overflow: hidden;
  min-height: 160px;
}
.gallery-tile-inner{
  height: 100%;
  padding: 14px;
  display: flex;
  align-items: flex-end;
}
.gallery-tile-label{
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(0,0,0,.10);
  padding: 8px 10px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
}

/* Testimonials */
.testimonial-card{
  padding: 18px;
}
.stars{
  font-weight: 900;
  color: var(--fa-accent);
  margin-bottom: 10px;
}
.who{
  font-weight: 800;
  margin-top: 10px;
  color: rgba(0,0,0,.70);
}

/* CTA */
.cta{
  padding: 60px 0;
}
.cta-box{
  border-radius: 26px;
  border: 1px solid rgba(0,0,0,.10);
  background:
    radial-gradient(1000px 320px at 10% 10%, rgba(179,32,42,.12), rgba(255,255,255,0) 55%),
    radial-gradient(900px 360px at 90% 50%, rgba(0,0,0,.08), rgba(255,255,255,0) 60%),
    #ffffff;
  box-shadow: var(--fa-shadow);
  padding: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.cta-copy h2{ font-size: 34px; margin-bottom: 8px; }
.cta-copy p{ margin: 0; }

/* Location */
.location-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: stretch;
}
.location .card{ padding: 20px; }
.map-placeholder{
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.10);
  background:
    linear-gradient(135deg, rgba(0,0,0,.06), rgba(255,255,255,.85));
  overflow: hidden;
}
.map-placeholder-inner{
  height: 100%;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0,0,0,.62);
  font-weight: 800;
}

/* Blog */
.post-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 22px 0 10px;
}
.post-card{
  overflow: hidden;
}
.post-card-thumb img{ display: block; width: 100%; height: auto; }
.post-card-thumb-fallback{
  height: 190px;
  background: linear-gradient(135deg, rgba(0,0,0,.06), rgba(255,255,255,.85));
}
.post-card-body{ padding: 16px; }
.post-card-title{ font-size: 20px; }
.pagination{ padding: 22px 0 10px; }

/* Footer */
.site-footer{
  background: #0b0b0b;
  color: rgba(255,255,255,.90);
}
.footer-top{
  padding: 56px 0 36px;
}
.footer-grid{
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.1fr;
  gap: 16px;
}
.footer-title{
  color: #fff;
  font-size: 20px;
  margin-bottom: 12px;
}
.footer-text{ color: rgba(255,255,255,.72); }
.footer-text a{ color: rgba(255,255,255,.86); }
.footer-menu{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.footer-menu a{
  color: rgba(255,255,255,.78);
  font-weight: 700;
}
.footer-menu a:hover{ color: #fff; }
.footer-socials{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.footer-socials .social-link{
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.18);
  color: rgba(255,255,255,.92);
}
.footer-bottom{
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 16px 0;
}
.footer-bottom-inner{
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  color: rgba(255,255,255,.65);
  font-size: 13px;
}

/* Responsive */
@media (max-width: 980px){
  .hero-inner{ grid-template-columns: 1fr; }
  .cards-grid{ grid-template-columns: repeat(2, 1fr); }
  .pricing-grid{ grid-template-columns: 1fr; }
  .gallery-grid{ grid-template-columns: repeat(2, 1fr); }
  .trust-grid{ grid-template-columns: 1fr; }
  .post-grid{ grid-template-columns: 1fr; }
  .footer-grid{ grid-template-columns: 1fr; }
  .location-grid{ grid-template-columns: 1fr; }

  .primary-nav{ display: none; }
  .menu-toggle{ display: inline-flex; }
}
