*,
*:before,
*:after{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  background:#0a0a0a;
  color:#f5f5f5;
  font-family:Arial, Helvetica, sans-serif;
  line-height:1.6;
}

img{
  max-width:100%;
  display:block;
  border:0;
}

a{
  color:inherit;
  text-decoration:none;
}

button{
  font-family:Arial, Helvetica, sans-serif;
  font-size:inherit;
  line-height:inherit;
  background:none;
  border:none;
  padding:0;
  color:inherit;
  cursor:pointer;
}

.site-shell{
  width:100%;
  max-width:1280px;
  margin:0 auto;
  padding-left:16px;
  padding-right:16px;
}

.container{
  width:100%;
}

.site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(10,10,10,.92);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(255,255,255,.10);
}

.header-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  min-height:82px;
}

.brand{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:4px;
}

.brand-title{
  font-size:22px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.brand-subtitle{
  font-size:12px;
  color:#d4a63c;
  letter-spacing:.28em;
  text-transform:uppercase;
}

.main-nav{
  display:flex;
  align-items:center;
  gap:24px;
}

.nav-link{
  color:rgba(255,255,255,.78);
  font-size:15px;
  transition:.2s ease;
}

.nav-link:hover,
.nav-link.is-active{
  color:#ffffff;
}

.mobile-nav-wrap{
  display:none;
  border-top:1px solid rgba(255,255,255,.05);
}

.mobile-nav-scroll{
  display:flex;
  gap:20px;
  overflow-x:auto;
  padding:12px 0;
}

.mobile-nav-link{
  white-space:nowrap;
  color:rgba(255,255,255,.78);
}

.mobile-nav-link:hover,
.mobile-nav-link.is-active{
  color:#ffffff;
}

.btn{
  display:inline-block;
  border-radius:18px;
  padding:14px 22px;
  font-weight:700;
  border:1px solid transparent;
  text-align:center;
  transition:.2s ease;
}

.btn:hover{
  transform:translateY(-1px);
}

.btn-primary{
  background:#d4a63c;
  color:#111111;
}

.btn-secondary{
  background:transparent;
  border-color:rgba(255,255,255,.10);
  color:#ffffff;
}

.btn-header{
  white-space:nowrap;
}

.btn-small{
  padding:12px 18px;
  font-size:15px;
}

.site-main{
  min-height:calc(100vh - 160px);
}

.hero-section{
  position:relative;
  overflow:hidden;
  border-bottom:1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at top right, rgba(251,191,36,.18), transparent 30%),
    radial-gradient(circle at bottom left, rgba(255,255,255,.06), transparent 28%),
    #0a0a0a;
}

.hero-grid{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:40px;
  padding-top:72px;
  padding-bottom:72px;
}

.hero-copy{
  width:100%;
  max-width:700px;
  flex:1 1 560px;
}

.hero-media{
  width:100%;
  max-width:520px;
  flex:1 1 420px;
}

.eyebrow{
  display:inline-block;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(212,166,60,.14);
  border:1px solid rgba(212,166,60,.28);
  color:#f0cb76;
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:12px;
  font-weight:700;
}

.hero-copy h1{
  margin:18px 0 0;
  font-size:56px;
  line-height:1.04;
}

.hero-text{
  max-width:720px;
  margin-top:22px;
  color:#b8b8b8;
  font-size:17px;
  line-height:1.9;
}

.hero-actions{
  margin-top:28px;
}

.hero-actions .btn{
  margin-right:10px;
  margin-bottom:10px;
}

.hero-stats{
  overflow:hidden;
  margin-top:34px;
  max-width:700px;
}

.stat-card{
  float:left;
  width:31%;
  margin-right:3.5%;
  padding:20px 18px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  border-radius:24px;
  box-shadow:0 18px 40px rgba(0,0,0,.28);
}

.stat-card:last-child{
  margin-right:0;
}

.stat-card strong{
  display:block;
  color:#d4a63c;
  font-size:30px;
  line-height:1.1;
}

.stat-card span{
  display:block;
  margin-top:6px;
  color:#b8b8b8;
  font-size:14px;
}

.hero-image-wrap{
  border:1px solid rgba(255,255,255,.10);
  border-radius:32px;
  background:#111111;
  padding:12px;
  box-shadow:0 18px 40px rgba(0,0,0,.28);
}

.hero-image-wrap img{
  width:100%;
  aspect-ratio:4 / 5;
  object-fit:cover;
  border-radius:28px;
}

.section{
  padding-top:72px;
  padding-bottom:72px;
}

.section-alt{
  background:rgba(255,255,255,.03);
  border-top:1px solid rgba(255,255,255,.10);
  border-bottom:1px solid rgba(255,255,255,.10);
}

.section-head{
  margin-bottom:34px;
}

.compact-head{
  margin-bottom:0;
}

.split-head{
  overflow:hidden;
}

.split-head .section-head-action{
  margin-top:16px;
}

.section-head h2{
  margin:14px 0 0;
  font-size:44px;
  line-height:1.1;
}

.section-head p{
  max-width:860px;
  margin:14px 0 0;
  color:#b8b8b8;
  line-height:1.9;
}

.text-link{
  color:#d4a63c;
  font-weight:700;
}

.feature-grid{
  overflow:hidden;
}

.three-up .feature-card,
.three-up .barber-card{
  float:left;
  width:31.333%;
  margin-right:3%;
  margin-bottom:22px;
}

.three-up .feature-card:nth-child(3n),
.three-up .barber-card:nth-child(3n){
  margin-right:0;
}

.six-up .category-preview-card{
  float:left;
  width:14.166%;
  margin-right:3%;
  margin-bottom:22px;
}

.six-up .category-preview-card:nth-child(6n){
  margin-right:0;
}

.feature-card{
  padding:24px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  border-radius:24px;
  box-shadow:0 18px 40px rgba(0,0,0,.28);
}

.feature-card h3{
  margin:0;
  font-size:18px;
}

.feature-card p{
  margin:14px 0 0;
  color:#b8b8b8;
  line-height:1.85;
}

.category-preview-grid{
  margin-top:10px;
  overflow:hidden;
}

.category-preview-card{
  padding:22px 18px;
  border:1px solid rgba(255,255,255,.10);
  background:#111111;
  border-radius:24px;
  box-shadow:0 18px 40px rgba(0,0,0,.28);
}

.category-label{
  color:#d4a63c;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:12px;
  font-weight:800;
}

.category-preview-card p{
  margin:14px 0 0;
  color:#b8b8b8;
  font-size:14px;
  line-height:1.8;
}

.notice-card{
  margin-top:26px;
  padding:24px;
  background:rgba(212,166,60,.14);
  border:1px solid rgba(212,166,60,.22);
  border-radius:24px;
  box-shadow:0 18px 40px rgba(0,0,0,.28);
}

.notice-eyebrow{
  color:#f0cb76;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:12px;
  font-weight:800;
}

.notice-card p{
  margin:12px 0 0;
  color:#e8e8e8;
  line-height:1.9;
}

.notice-small{
  margin-top:12px !important;
  color:#e8e8e8 !important;
  font-size:14px;
}

.barber-card{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background:#111111;
  border-radius:24px;
  box-shadow:0 18px 40px rgba(0,0,0,.28);
  display:flex;
  flex-direction:column;
  height:100%;
}

.barber-card img{
  width:100%;
  aspect-ratio:4 / 4.7;
  object-fit:cover;
  flex:0 0 auto;
}

.barber-card-body{
  padding:22px;
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
}

.barber-card h3{
  margin:0;
  font-size:23px;
}

.barber-role{
  margin-top:6px;
  color:#d4a63c;
  font-weight:700;
}

.barber-card p{
  margin:14px 0 0;
  color:#b8b8b8;
  line-height:1.85;
  flex:1 1 auto;
}

.two-col-grid{
  overflow:hidden;
}

.two-col-grid > div:first-child{
  float:left;
  width:56%;
}

.two-col-grid > div:last-child{
  float:right;
  width:40%;
}

.content-stack{
  display:block;
}

.content-card{
  margin-bottom:16px;
  padding:22px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  border-radius:24px;
  box-shadow:0 18px 40px rgba(0,0,0,.28);
}

.content-card p{
  margin:0;
  color:#b8b8b8;
  line-height:1.9;
}

.side-image-card{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  border-radius:32px;
  background:#111111;
  box-shadow:0 18px 40px rgba(0,0,0,.28);
}

.side-image-card img{
  width:100%;
  height:auto;
}

.page-actions{
  margin-top:24px;
}

.page-actions .btn{
  margin-right:10px;
  margin-bottom:10px;
}

.inline-action{
  margin-top:18px;
}

.contact-card{
  padding:28px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  border-radius:24px;
  box-shadow:0 18px 40px rgba(0,0,0,.28);
}

.contact-stack{
  margin-top:22px;
}

.contact-line{
  margin-bottom:10px;
  color:#b8b8b8;
  font-size:16px;
}

.hours-card{
  margin-top:24px;
  padding:18px 20px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:24px;
  background:rgba(255,255,255,.03);
  box-shadow:0 18px 40px rgba(0,0,0,.28);
}

.hours-title{
  font-weight:800;
  margin-bottom:12px;
}

.hours-row{
  overflow:hidden;
  padding:10px 0;
  border-bottom:1px solid rgba(255,255,255,.06);
  color:#b8b8b8;
}

.hours-row:last-child{
  border-bottom:none;
}

.hours-row span:first-child{
  float:left;
}

.hours-row span:last-child{
  float:right;
  text-align:right;
}

.hairstyle-grid{
  overflow:hidden;
}

.hairstyle-card{
  float:left;
  width:31.333%;
  margin-right:3%;
  margin-bottom:22px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  border-radius:24px;
  background:#111111;
  box-shadow:0 18px 40px rgba(0,0,0,.28);
}

.hairstyle-card:nth-child(3n){
  margin-right:0;
}

.hairstyle-card img{
  width:100%;
  aspect-ratio:4 / 3;
  object-fit:cover;
}

.hairstyle-card-body{
  padding:18px 18px 20px;
}

.hairstyle-card-body h3{
  margin:0;
  font-size:18px;
}

.hairstyle-card-body p{
  margin:8px 0 0;
  color:#b8b8b8;
  line-height:1.75;
}

.service-category-section + .service-category-section{
  margin-top:34px;
}

.service-category-head{
  margin-bottom:16px;
}

.service-category-head h3{
  margin:0;
  font-size:24px;
  color:#ffffff;
}

.service-list-grid{
  overflow:hidden;
}

.service-card{
  float:left;
  width:48.5%;
  margin-right:3%;
  margin-bottom:20px;
  padding:22px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  border-radius:24px;
  box-shadow:0 18px 40px rgba(0,0,0,.28);
}

.service-card:nth-child(2n){
  margin-right:0;
}

.service-card-top{
  overflow:hidden;
}

.service-card-top img{
  float:left;
  width:48px;
  height:48px;
  margin-right:16px;
  object-fit:contain;
}

.service-card-copy{
  overflow:hidden;
}

.service-card-copy h4{
  margin:0;
  font-size:19px;
}

.service-card-copy p{
  margin:10px 0 0;
  color:#b8b8b8;
  line-height:1.8;
}

.service-card-bottom{
  overflow:hidden;
  margin-top:18px;
}

.service-price{
  float:left;
  color:#d4a63c;
  font-size:25px;
  font-weight:800;
  line-height:1.2;
}

.service-card-bottom .btn{
  float:right;
}

.site-footer{
  border-top:1px solid rgba(255,255,255,.10);
  background:#080808;
}

.footer-row{
  min-height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
  color:rgba(255,255,255,.68);
  font-size:15px;
}

.footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
}

.footer-links a:hover{
  color:#fff;
}

@media (max-width: 1100px){
  .hero-copy,
  .hero-media,
  .two-col-grid > div:first-child,
  .two-col-grid > div:last-child,
  .hairstyle-card,
  .service-card{
    float:none;
    width:100%;
    max-width:none;
    margin-right:0;
  }

  .hero-grid{
    display:block;
  }

  .hero-media{
    margin-top:24px;
  }

  .six-up .category-preview-card{
    width:31.333%;
    margin-right:3%;
  }

  .six-up .category-preview-card:nth-child(3n){
    margin-right:0;
  }

  .six-up .category-preview-card:nth-child(6n){
    margin-right:3%;
  }
}

@media (max-width: 860px){
  .main-nav{
    display:none;
  }

  .mobile-nav-wrap{
    display:block;
  }

.three-up .feature-card,
.three-up .barber-card{
  float:left;
  width:31.333%;
  margin-right:3%;
  margin-bottom:22px;
  display:flex;
}

  .hero-copy h1{
    font-size:42px;
  }

  .hero-stats{
    display:block;
  }

  .stat-card{
    float:none;
    width:100%;
    margin-right:0;
    margin-bottom:14px;
  }

  .header-row{
    min-height:76px;
  }

  .service-price,
  .service-card-bottom .btn,
  .hours-row span:first-child,
  .hours-row span:last-child{
    float:none;
    display:block;
  }

  .service-card-bottom .btn{
    margin-top:14px;
  }

  .hours-row span:last-child{
    margin-top:6px;
  }
}

@media (max-width: 560px){
  .site-shell{
    padding-left:12px;
    padding-right:12px;
  }

  .section{
    padding-top:56px;
    padding-bottom:56px;
  }

  .hero-grid{
    padding-top:56px;
    padding-bottom:56px;
  }

  .brand-title{
    font-size:18px;
  }

  .brand-subtitle{
    font-size:10px;
  }

  .btn{
    width:100%;
  }

  .btn-header{
    width:auto;
  }

  .hero-actions .btn,
  .page-actions .btn{
    margin-right:0;
  }

  .category-preview-card,
  .feature-card,
  .stat-card,
  .barber-card-body,
  .notice-card,
  .content-card,
  .contact-card,
  .hours-card,
  .service-card,
  .hairstyle-card-body{
    padding-left:18px;
    padding-right:18px;
  }

  .hero-copy h1{
    font-size:34px;
  }

  .section-head h2{
    font-size:32px;
  }
}