:root{
  --ink:#10160e;
  --coal:#19120f;
  --graphite:#241914;
  --steel:#4c3328;
  --ash:#aa9677;
  --bone:#f3ead2;
  --paper:#f6edd8;
  --gold:#c79343;
  --gold-bright:#f0c468;
  --gold-deep:#83551e;
  --rust:#9e3f2e;
  --rust-bright:#d56f3e;
  --olive:#7f8a52;
  --moss:#27351f;
  --danger:#f0a094;
  --display:'Bebas Neue','Arial Narrow',sans-serif;
  --body:'Manrope',system-ui,sans-serif;
  --serif:Georgia,'Times New Roman',serif;
  --radius:8px;
  --shadow-deep:0 26px 70px rgba(0,0,0,.48),0 8px 22px rgba(80,39,24,.24);
  --shadow-brass:0 16px 32px rgba(104,62,20,.34),0 4px 0 rgba(55,30,13,.7),inset 0 1px 0 rgba(255,239,195,.48);
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  min-width:320px;
  background:
    linear-gradient(115deg,rgba(126,31,22,.18),transparent 28%),
    repeating-linear-gradient(90deg,rgba(255,255,255,.018) 0 1px,transparent 1px 13px),
    var(--ink);
  color:var(--bone);
  font-family:var(--body);
  -webkit-font-smoothing:antialiased;
  line-height:1.55;
  overflow-x:hidden;
}
body::before{
  content:'';
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(16,22,14,.05),rgba(16,22,14,.78)),
    repeating-linear-gradient(0deg,rgba(246,237,216,.025) 0 1px,transparent 1px 5px);
  mix-blend-mode:soft-light;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
::selection{background:var(--rust);color:var(--paper)}
.ui-icon{width:1em;height:1em;display:inline-block;vertical-align:-.16em;flex:0 0 auto}
.icon-text{display:inline-flex;align-items:center;gap:8px}
.display{font-family:var(--display);letter-spacing:.02em}
.gold-text{
  background:linear-gradient(135deg,var(--gold-bright),var(--gold) 48%,var(--gold-deep));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.muted{color:var(--ash)}
.muted-small{color:var(--ash);font-size:13px}
.text-link{color:var(--gold-bright);font-weight:900}
.text-link:hover{color:var(--rust-bright)}
.empty{padding:40px;text-align:center;color:var(--ash)}
.container{width:min(1168px,calc(100% - 40px));margin:0 auto}
section{position:relative}
.pad{padding:104px 0}
.coal{
  background:
    linear-gradient(90deg,rgba(39,53,31,.7),rgba(25,18,15,.95) 42%,rgba(60,26,18,.55)),
    var(--coal);
  border-top:1px solid rgba(199,147,67,.16);
  border-bottom:1px solid rgba(76,51,40,.68);
}
.kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:11px;
  letter-spacing:.22em;
  color:var(--gold-bright);
  font-weight:800;
  text-transform:uppercase;
}
.kicker::before{
  content:'';
  width:32px;
  height:1px;
  background:linear-gradient(90deg,var(--rust),var(--gold));
}
.head{max-width:660px;margin:0 auto 50px;text-align:left}
.head:not(.left){margin-left:11%;margin-right:auto}
.head h2{
  font-family:var(--display);
  font-size:4.25rem;
  line-height:.92;
  letter-spacing:.01em;
  margin-top:14px;
  text-wrap:balance;
}
.head p{
  color:var(--ash);
  max-width:520px;
  margin-top:16px;
  font-family:var(--serif);
  font-size:1.05rem;
}
.head.left{margin-left:0}

.btn{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:48px;
  padding:13px 22px;
  border:0;
  border-radius:var(--radius);
  cursor:pointer;
  overflow:hidden;
  font-family:var(--body);
  font-size:14px;
  font-weight:800;
  line-height:1;
  transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease,color .22s ease;
}
.btn::before{
  content:'';
  position:absolute;
  inset:-2px;
  transform:translateX(-115%) skewX(-18deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.24),transparent);
  transition:transform .5s ease;
}
.btn:hover::before{transform:translateX(115%) skewX(-18deg)}
.btn span,.btn .ui-icon{position:relative;z-index:1}
.btn .ui-icon{width:18px;height:18px;transition:transform .22s ease}
.btn:hover .ui-icon{transform:translateX(3px)}
.btn-gold{
  background:linear-gradient(135deg,var(--gold-bright),var(--gold) 50%,var(--gold-deep));
  color:#17100b;
  box-shadow:var(--shadow-brass);
}
.btn-gold:hover{
  transform:translate(-2px,-3px);
  box-shadow:0 22px 44px rgba(128,72,21,.42),0 6px 0 rgba(48,27,11,.78),inset 0 1px 0 rgba(255,244,209,.7);
}
.btn-gold:active{transform:translateY(1px);box-shadow:0 8px 18px rgba(92,47,14,.32),0 2px 0 rgba(48,27,11,.9)}
.btn-ghost{
  border:1px solid rgba(199,147,67,.34);
  background:linear-gradient(180deg,rgba(243,234,210,.06),rgba(16,22,14,.08));
  color:var(--bone);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 10px 24px rgba(0,0,0,.18);
}
.btn-ghost:hover{
  color:var(--paper);
  border-color:var(--rust-bright);
  background:linear-gradient(180deg,rgba(158,63,46,.24),rgba(25,18,15,.28));
  transform:translateY(-2px);
}

/* Navbar */
.nav{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:50;
  border-bottom:1px solid transparent;
  transition:background .28s ease,border-color .28s ease,box-shadow .28s ease;
}
.nav.scrolled{
  background:rgba(16,22,14,.88);
  backdrop-filter:blur(14px);
  border-bottom-color:rgba(199,147,67,.22);
  box-shadow:0 16px 38px rgba(0,0,0,.28);
}
.nav-inner{height:74px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.logo{display:flex;align-items:center;gap:12px;min-width:0}
.logo .mark{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:var(--radius);
  background:linear-gradient(135deg,var(--graphite),var(--moss));
  border:1px solid rgba(199,147,67,.34);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 24px rgba(0,0,0,.24);
}
.logo .mark svg{width:20px;height:20px;stroke:var(--gold-bright)}
.logo .name{
  display:block;
  font-family:var(--display);
  font-size:29px;
  line-height:.88;
  letter-spacing:.06em;
  white-space:nowrap;
}
.logo .tag{display:block;font-size:9px;letter-spacing:.3em;color:var(--gold);margin-top:5px}
.logo-img{height:40px;width:auto;display:block;border-radius:var(--radius);object-fit:contain}
.nav-links{display:flex;align-items:center;gap:6px}
.nav-links a{
  position:relative;
  padding:10px 12px;
  color:#d8c8a7;
  font-size:13px;
  font-weight:700;
  transition:color .18s ease;
}
.nav-links a::after{
  content:'';
  position:absolute;
  left:12px;
  right:12px;
  bottom:5px;
  height:2px;
  transform:scaleX(0);
  transform-origin:left;
  background:linear-gradient(90deg,var(--rust),var(--gold));
  transition:transform .2s ease;
}
.nav-links a:hover{color:var(--paper)}
.nav-links a:hover::after{transform:scaleX(1)}
.nav-cta{display:flex;align-items:center;gap:12px}
.nav-cta .admin{font-size:13px;font-weight:800;color:var(--ash);transition:color .18s ease}
.nav-cta .admin:hover{color:var(--gold-bright)}
.nav-cta .btn{min-height:42px;padding:11px 18px;font-size:13px}
.burger{
  display:none;
  width:44px;
  height:44px;
  border:1px solid rgba(199,147,67,.32);
  border-radius:var(--radius);
  background:rgba(25,18,15,.6);
  color:var(--bone);
  cursor:pointer;
}
.burger .ui-icon{width:26px;height:26px}
.mobile-menu{
  display:none;
  background:linear-gradient(180deg,rgba(25,18,15,.98),rgba(16,22,14,.98));
  border-top:1px solid rgba(199,147,67,.2);
  padding:14px 20px 22px;
  flex-direction:column;
  box-shadow:0 26px 44px rgba(0,0,0,.35);
}
.mobile-menu a{
  padding:13px 0;
  border-bottom:1px solid rgba(199,147,67,.14);
  color:var(--bone);
  font-weight:700;
}
.mobile-menu .btn{margin-top:14px}

/* Hero */
.hero{
  min-height:88dvh;
  display:flex;
  align-items:center;
  overflow:hidden;
  isolation:isolate;
}
.hero::after{
  content:'';
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:118px;
  background:linear-gradient(180deg,transparent,var(--ink));
  z-index:1;
}
.hero-bg{position:absolute;inset:0;z-index:-2;background:var(--coal)}
.hero-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:72% center;
  filter:saturate(.92) contrast(1.08);
}
.hero-bg::after{
  content:'';
  position:absolute;
  inset:0;
  background:
    linear-gradient(97deg,rgba(16,22,14,.98) 0%,rgba(16,22,14,.9) 38%,rgba(74,29,19,.58) 64%,rgba(16,22,14,.32) 100%),
    linear-gradient(0deg,rgba(16,22,14,.96),rgba(16,22,14,.08) 36%,rgba(16,22,14,.4));
}
.hero-bg::before{
  content:'';
  position:absolute;
  inset:0;
  z-index:1;
  background:
    repeating-linear-gradient(90deg,rgba(243,234,210,.05) 0 1px,transparent 1px 108px),
    linear-gradient(90deg,rgba(158,63,46,.16),transparent 28%);
}
.hero-content{
  position:relative;
  z-index:2;
  max-width:720px;
  padding:126px 0 82px;
  margin-left:5%;
}
.hero h1{
  max-width:760px;
  font-family:var(--display);
  font-size:6.8rem;
  line-height:.86;
  letter-spacing:.012em;
  text-wrap:balance;
}
.hero h1::after{
  content:'';
  display:block;
  width:162px;
  height:7px;
  margin-top:22px;
  margin-left:74px;
  background:linear-gradient(90deg,var(--rust),var(--gold-bright));
  box-shadow:0 8px 24px rgba(158,63,46,.38);
}
.hero p{
  max-width:508px;
  margin:24px 0 34px 74px;
  color:#d7c5a5;
  font-family:var(--serif);
  font-size:1.11rem;
}
.hero-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-left:74px}
.hero-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(110px,1fr));
  gap:10px;
  width:min(590px,100%);
  margin-top:48px;
}
.hero-stats>div{
  min-height:104px;
  padding:16px 14px;
  border:1px solid rgba(199,147,67,.2);
  border-radius:var(--radius);
  background:linear-gradient(180deg,rgba(25,18,15,.6),rgba(39,53,31,.32));
  box-shadow:0 16px 34px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.06);
}
.hero-stats>div:nth-child(n){transform:none}
.hero-stats .num{font-family:var(--display);font-size:2.55rem;line-height:.9}
.hero-stats .lbl{margin-top:8px;color:var(--ash);font-size:10px;letter-spacing:.16em;text-transform:uppercase;font-weight:900}

/* Feature rail */
.features{
  display:grid;
  grid-template-columns:1.15fr .92fr 1.08fr;
  gap:14px;
  padding:30px 0 38px;
}
.feature{
  position:relative;
  display:flex;
  align-items:center;
  gap:16px;
  min-height:112px;
  padding:20px;
  border:1px solid rgba(199,147,67,.19);
  border-radius:var(--radius);
  background:
    linear-gradient(135deg,rgba(243,234,210,.07),rgba(39,53,31,.2)),
    rgba(16,22,14,.32);
  box-shadow:0 14px 30px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.05);
}
.feature:nth-child(2){background:linear-gradient(135deg,rgba(158,63,46,.18),rgba(25,18,15,.38))}
.feature:nth-child(n){transform:none}
.feature::after{
  content:'';
  position:absolute;
  left:20px;
  right:20px;
  bottom:0;
  height:3px;
  background:linear-gradient(90deg,var(--rust),transparent 65%);
  opacity:.78;
}
.feature .ic{
  display:grid;
  place-items:center;
  width:50px;
  height:50px;
  flex:0 0 50px;
  border-radius:var(--radius);
  background:linear-gradient(145deg,var(--gold-bright),var(--gold-deep));
  color:#17100b;
  box-shadow:0 10px 22px rgba(80,45,16,.35),inset 0 1px 0 rgba(255,255,255,.4);
}
.feature .ic .ui-icon,.feature-svg{width:23px;height:23px}
.feature h4{font-family:var(--display);font-size:1.55rem;letter-spacing:.02em;line-height:1}
.feature span{color:var(--ash);font-size:14px}

/* Grids and cards */
.grid{display:grid;gap:20px}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
#hizmetler .grid-3{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}
#hizmetler .svc:nth-child(n){transform:none}
.svc,.barber,.book-card,.success,.list{
  border-radius:var(--radius);
  border:1px solid rgba(199,147,67,.18);
  background:
    linear-gradient(180deg,rgba(243,234,210,.055),rgba(16,22,14,.04)),
    var(--coal);
  box-shadow:var(--shadow-deep),inset 0 1px 0 rgba(255,255,255,.05);
}
.svc{
  overflow:hidden;
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;
}
.svc:hover{
  border-color:rgba(213,111,62,.58);
  box-shadow:0 32px 76px rgba(0,0,0,.52),0 12px 26px rgba(114,51,29,.32),inset 0 1px 0 rgba(255,255,255,.08);
}
.svc .img{position:relative;height:198px;overflow:hidden;background:var(--graphite)}
.svc .img img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(.9) contrast(1.08);
  transition:transform .7s ease,filter .7s ease;
}
.svc:hover .img img{transform:scale(1.075) rotate(.4deg);filter:saturate(1.04) contrast(1.12)}
.svc .img::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,var(--coal),transparent 62%),linear-gradient(90deg,rgba(158,63,46,.22),transparent);
}
.svc .body{padding:22px}
.svc .row{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}
.svc h3,.barber h3{
  font-family:var(--display);
  font-size:1.7rem;
  line-height:1;
  letter-spacing:.02em;
}
.svc .price,.list .item .price,.svc-price{
  font-family:var(--display);
  font-size:1.55rem;
  line-height:1;
  white-space:nowrap;
}
.svc p,.barber p{
  color:var(--ash);
  font-family:var(--serif);
  font-size:14px;
  margin-top:10px;
}
.svc .meta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-top:20px;
  padding-top:16px;
  border-top:1px dashed rgba(199,147,67,.24);
  color:var(--ash);
  font-size:13px;
}
.svc .meta a{color:var(--gold-bright);font-weight:900}
.svc .meta a:hover{color:var(--rust-bright)}
.svc .meta .ui-icon,.barber .rate .ui-icon,.note .ui-icon{width:15px;height:15px}

/* Team */
#ekip .head{margin-left:auto;margin-right:8%}
.barber{
  overflow:hidden;
  transition:transform .28s ease,border-color .28s ease;
}
.barber:nth-child(n){transform:none}
.barber:hover{border-color:rgba(199,147,67,.45)}
.barber .img{position:relative;height:288px;overflow:hidden;background:var(--graphite)}
.barber .img img{width:100%;height:100%;object-fit:cover;filter:saturate(.9) contrast(1.08);transition:transform .7s ease}
.barber:hover .img img{transform:scale(1.06)}
.barber .img::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,var(--coal),transparent 56%)}
.barber .rate{
  position:absolute;
  top:14px;
  right:14px;
  z-index:2;
  display:flex;
  align-items:center;
  gap:6px;
  padding:7px 10px;
  border-radius:var(--radius);
  border:1px solid rgba(240,196,104,.34);
  background:rgba(16,22,14,.78);
  color:var(--gold-bright);
  font-size:13px;
  font-weight:900;
  backdrop-filter:blur(8px);
}
.barber .body{padding:22px}
.barber .title{margin-top:4px;color:var(--gold-bright);font-size:13px;font-weight:900}
.tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.tag{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:5px 10px;
  border:1px solid rgba(199,147,67,.22);
  border-radius:var(--radius);
  background:rgba(39,53,31,.42);
  color:#d6c39e;
  font-size:12px;
  font-weight:800;
}
.barber .btn{width:100%;margin-top:18px}

/* Price and hours */
.pricing-hours{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
  gap:52px;
  align-items:start;
}
.pricing-hours.single{grid-template-columns:1fr}
.list{overflow:hidden;margin-top:28px}
.list .item{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  min-height:70px;
  padding:16px 20px;
  border-bottom:1px solid rgba(199,147,67,.14);
}
.list .item:nth-child(even){background:rgba(39,53,31,.26)}
.list .item:last-child{border-bottom:none}
.list .item.today{
  position:relative;
  background:linear-gradient(90deg,rgba(158,63,46,.24),rgba(199,147,67,.1));
}
.list .item.today::before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  background:linear-gradient(180deg,var(--rust),var(--gold));
}
.list strong{font-weight:900}
.list small{display:block;margin-top:3px;color:var(--ash);font-size:12px}
.badge-today{
  display:inline-flex;
  align-items:center;
  margin-left:8px;
  min-height:22px;
  padding:3px 8px;
  border-radius:var(--radius);
  background:var(--rust);
  color:var(--paper);
  font-size:10px;
  letter-spacing:.12em;
  font-weight:900;
}
.note{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:22px;
  padding:16px 18px;
  border:1px solid rgba(199,147,67,.26);
  border-radius:var(--radius);
  background:linear-gradient(135deg,rgba(126,138,82,.2),rgba(25,18,15,.34));
  color:#d9c8a8;
  font-size:14px;
}

/* CTA */
.cta{
  position:relative;
  overflow:hidden;
  padding:104px 0 112px;
  text-align:left;
  isolation:isolate;
}
.cta .bg{position:absolute;inset:0;z-index:-2;background:var(--coal)}
.cta .bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  filter:saturate(.85) contrast(1.12);
}
.cta .bg::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(95deg,rgba(16,22,14,.96),rgba(25,18,15,.9) 46%,rgba(158,63,46,.48));
}
.cta .inner{position:relative;z-index:1;max-width:760px;margin-left:auto;margin-right:6%}
.cta h2{
  font-family:var(--display);
  font-size:5rem;
  line-height:.9;
  letter-spacing:.01em;
}
.cta h2::before{
  content:'';
  display:block;
  width:112px;
  height:6px;
  margin-bottom:24px;
  background:linear-gradient(90deg,var(--gold),var(--rust));
}
.cta p{
  max-width:520px;
  margin:18px 0 32px;
  color:#d8c6a7;
  font-family:var(--serif);
  font-size:1.12rem;
}
.cta-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:28px}
.cta .icon-text{color:var(--ash)}

/* Footer */
footer{
  background:
    linear-gradient(90deg,rgba(16,22,14,.96),rgba(39,53,31,.65),rgba(25,18,15,.96)),
    var(--coal);
  border-top:1px solid rgba(199,147,67,.2);
  padding:58px 0 28px;
}
.foot-grid{display:grid;grid-template-columns:1.2fr .82fr 1.08fr 1.16fr;gap:34px}
.foot-grid h4{
  margin-bottom:17px;
  color:var(--gold-bright);
  font-family:var(--display);
  font-size:1.25rem;
  letter-spacing:.04em;
}
.footer-logo{margin-bottom:16px}
.footer-about{max-width:260px;color:var(--ash);font-size:14px}
.foot-grid ul{list-style:none}
.foot-grid li{display:flex;align-items:flex-start;color:var(--ash);font-size:14px;margin-bottom:11px}
.foot-grid li a,.foot-line{display:inline-flex;align-items:flex-start;gap:10px;color:inherit}
.foot-grid a{transition:color .18s ease,transform .18s ease}
.foot-grid a:hover{color:var(--paper);transform:translateX(3px)}
.foot-icon{width:17px;height:17px;flex:0 0 17px;margin-top:2px;color:var(--gold)}
.foot-icon-instagram{color:var(--rust-bright)}
.foot-bottom{
  display:flex;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  margin-top:38px;
  padding-top:22px;
  border-top:1px solid rgba(199,147,67,.16);
  color:var(--ash);
  font-size:12px;
}

/* Booking and utility pages */
.book-wrap{width:min(800px,calc(100% - 40px));margin:0 auto;padding:126px 0 78px}
.book-wrap.book-compact{width:min(520px,calc(100% - 40px))}
.book-wrap.book-narrow{width:min(620px,calc(100% - 40px))}
.book-wrap.book-wide{width:min(760px,calc(100% - 40px))}
.book-wrap>.head{margin-left:0;margin-bottom:34px}
.book-wrap>.head.book-head{margin-bottom:24px}
.book-wrap>.head.book-head-lg{margin-bottom:34px}
.book-wrap>.head h2{font-size:3.7rem}
.book-card,.success{padding:30px}
.honeypot{position:absolute;left:-9999px}
.field{margin-bottom:18px}
.field label{display:block;margin-bottom:7px;color:#d9c8a8;font-size:13px;font-weight:900}
.label-hint{color:var(--ash);font-weight:400}
.field input,.field select,.field textarea{
  width:100%;
  min-height:48px;
  padding:13px 14px;
  border:1px solid rgba(199,147,67,.22);
  border-radius:var(--radius);
  outline:none;
  background:rgba(16,22,14,.72);
  color:var(--bone);
  font-family:var(--body);
  font-size:15px;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.field textarea{min-height:104px;resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{
  border-color:var(--gold-bright);
  background:rgba(16,22,14,.92);
  box-shadow:0 0 0 4px rgba(199,147,67,.13),0 12px 26px rgba(0,0,0,.18);
}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field-wide{grid-column:1/-1}
.book-note{display:block;margin:-8px 0 14px;color:var(--ash);font-size:12px}
.svc-pick{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:8px}
.svc-opt{display:block;cursor:pointer}
.svc-opt input{position:absolute;opacity:0;pointer-events:none}
.svc-box{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:68px;
  padding:13px 14px;
  border:1px solid rgba(199,147,67,.2);
  border-radius:var(--radius);
  background:rgba(16,22,14,.55);
  transition:border-color .18s ease,background .18s ease,transform .18s ease,box-shadow .18s ease;
}
.svc-opt:hover .svc-box{border-color:rgba(213,111,62,.56);transform:translateY(-1px)}
.svc-opt input:focus-visible+.svc-box{box-shadow:0 0 0 4px rgba(199,147,67,.14)}
.svc-opt input:checked+.svc-box{
  border-color:var(--gold);
  background:linear-gradient(135deg,rgba(199,147,67,.18),rgba(39,53,31,.3));
  box-shadow:0 12px 26px rgba(70,36,13,.24),inset 0 1px 0 rgba(255,255,255,.07);
}
.svc-tick{
  display:grid;
  place-items:center;
  width:24px;
  height:24px;
  flex:0 0 24px;
  border:1px solid rgba(199,147,67,.28);
  border-radius:6px;
  color:transparent;
  transition:background .18s ease,border-color .18s ease,color .18s ease;
}
.svc-tick .ui-icon{width:14px;height:14px}
.svc-opt input:checked+.svc-box .svc-tick{background:var(--gold);border-color:var(--gold);color:#17100b}
.svc-meta{flex:1;min-width:0}
.svc-name{display:block;font-weight:900;font-size:14px;overflow-wrap:anywhere}
.svc-sub{display:block;color:var(--ash);font-size:12px}
.slots{display:grid;grid-template-columns:repeat(auto-fill,minmax(76px,1fr));gap:8px;margin-top:8px}
.slot{position:relative}
.slot input{position:absolute;opacity:0}
.slot label{
  display:grid;
  place-items:center;
  min-height:42px;
  border:1px solid rgba(199,147,67,.22);
  border-radius:var(--radius);
  background:rgba(16,22,14,.5);
  color:#d9c8a8;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
  transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease;
}
.slot label:hover{transform:translateY(-1px);border-color:var(--rust-bright)}
.slot input:focus-visible+label{box-shadow:0 0 0 4px rgba(199,147,67,.14)}
.slot input:checked+label{
  background:linear-gradient(135deg,var(--gold-bright),var(--gold));
  color:#17100b;
  border-color:var(--gold);
  box-shadow:0 12px 24px rgba(90,51,16,.3);
}
.slot input:disabled+label{color:rgba(170,150,119,.42);text-decoration:line-through;cursor:not-allowed;border-color:rgba(76,51,40,.55);background:rgba(25,18,15,.32)}
.summary{
  margin:24px 0;
  padding:18px;
  border:1px solid rgba(199,147,67,.24);
  border-radius:var(--radius);
  background:linear-gradient(135deg,rgba(39,53,31,.42),rgba(158,63,46,.12));
}
.summary-left{text-align:left}
.summary .kicker{margin-bottom:13px}
.summary .sr{display:flex;justify-content:space-between;gap:16px;padding:6px 0;font-size:14px}
.summary .sr strong{text-align:right}
.summary-accent{border-top:1px solid rgba(199,147,67,.24);padding-top:8px!important;margin-top:4px}
.summary-total{font-size:26px}
.summary-total-sm{font-size:22px}
.success-actions,.lookup-form{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap}
.success-actions .btn{flex:1}
.lookup-field{flex:1;min-width:200px;margin-bottom:0}
.lookup-results{margin-top:24px}
.appointment-summary{margin-bottom:12px}
.full-submit{width:100%;justify-content:center}
.privacy-copy{color:var(--ash);line-height:1.8;white-space:pre-line}
.privacy-contact{margin-top:24px;padding-top:20px;border-top:1px solid var(--steel)}
.privacy-contact p{color:var(--ash);font-size:14px}
.privacy-contact strong{color:var(--bone)}
.privacy-contact + .full-submit{margin-top:20px}
.kvkk-check{display:flex;gap:10px;align-items:flex-start;margin-bottom:16px;color:var(--ash);font-size:13px;cursor:pointer}
.kvkk-check input{width:auto;margin-top:3px}
.danger-link{margin-top:8px;color:var(--danger);font-size:13px}
.success{max-width:520px;margin:0 auto;text-align:center}
.success .check{
  display:grid;
  place-items:center;
  width:78px;
  height:78px;
  margin:0 auto 22px;
  border:1px solid rgba(199,147,67,.34);
  border-radius:var(--radius);
  background:linear-gradient(135deg,rgba(199,147,67,.24),rgba(39,53,31,.34));
  color:var(--gold-bright);
}
.success .check .ui-icon{width:40px;height:40px}
.success h1{font-family:var(--display);font-size:2.7rem;line-height:1;margin-bottom:10px}
.success p{color:var(--ash);margin-bottom:22px}
.alert{border-radius:var(--radius);padding:13px 16px;font-size:14px;margin-bottom:18px}
.alert-err{background:rgba(158,63,46,.18);border:1px solid rgba(240,160,148,.38);color:var(--danger)}
.alert-ok{background:rgba(127,138,82,.18);border:1px solid rgba(240,196,104,.26);color:#d9e6a3}
.cancel-copy{margin-bottom:16px;color:var(--ash)}
.btn-danger{background:linear-gradient(135deg,#d56f3e,var(--rust) 55%,#6f2018);color:#fff}
.stack-gap{margin-top:10px}
input[type="checkbox"]{accent-color:var(--gold)}

/* Theme toggle */
.theme-toggle{
  display:inline-grid;
  place-items:center;
  width:40px;
  height:40px;
  flex-shrink:0;
  border:1px solid rgba(199,147,67,.26);
  border-radius:var(--radius);
  background:rgba(25,18,15,.58);
  color:var(--bone);
  cursor:pointer;
  transition:transform .18s ease,border-color .18s ease,color .18s ease,background .18s ease;
}
.theme-toggle:hover{transform:translateY(-1px);border-color:var(--gold);color:var(--gold-bright);background:rgba(39,53,31,.58)}
.theme-toggle .ic{width:18px;height:18px;display:block;pointer-events:none}
.theme-toggle .ic-moon{display:none}
:root[data-theme="light"] .theme-toggle .ic-sun{display:none}
:root[data-theme="light"] .theme-toggle .ic-moon{display:block}
.theme-toggle-wide{display:inline-flex;align-items:center;gap:10px;width:100%;height:auto;padding:12px;margin-top:14px}
.theme-toggle-wide .tt-label{font-weight:900;font-size:14px}

/* Dynamic content blocks */
.cblock-center{max-width:760px;margin:0 auto;text-align:left}
.cblock-center .head{margin-left:0;margin-bottom:24px}
.cblock-center p{color:var(--ash);font-family:var(--serif);font-size:17px;line-height:1.75}
.cblock-split{display:grid;grid-template-columns:.92fr 1.08fr;gap:48px;align-items:center}
.cblock-split .cblock-img img{width:100%;border-radius:var(--radius);object-fit:cover;box-shadow:var(--shadow-deep)}
.cblock-split .cblock-text .head{margin:0 0 18px}
.cblock-split .cblock-text p{color:var(--ash);font-family:var(--serif);font-size:17px;line-height:1.75;margin-bottom:20px}
.cblock-banner .kicker{margin-bottom:14px}

/* Error page */
.error-page{min-height:70vh;display:grid;place-items:center;text-align:center;padding:120px 20px 60px}
.error-code{font-size:7.5rem;line-height:1}
.error-title{font-size:2.25rem;margin:8px 0 12px}
.error-copy{margin-bottom:24px;color:var(--ash)}
.page-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}

/* Light mode */
:root[data-theme="light"]{
  --ink:#efe5cf;
  --coal:#fff8e8;
  --graphite:#e0cfad;
  --steel:#b99567;
  --ash:#69533b;
  --bone:#1d2117;
  --paper:#fffaf0;
  --gold:#9b6927;
  --gold-bright:#c18435;
  --gold-deep:#654016;
  --rust:#9d3d2c;
  --rust-bright:#be5f36;
  --olive:#68783f;
  --moss:#d8e0ba;
  --danger:#9d2e23;
}
:root[data-theme="light"] body{
  background:
    linear-gradient(115deg,rgba(157,61,44,.12),transparent 30%),
    repeating-linear-gradient(90deg,rgba(29,33,23,.035) 0 1px,transparent 1px 13px),
    var(--ink);
}
:root[data-theme="light"] .nav.scrolled{background:rgba(255,248,232,.88);border-bottom-color:rgba(155,105,39,.24)}
:root[data-theme="light"] .nav-links a{color:var(--bone)}
:root[data-theme="light"] .nav.scrolled .nav-links a{color:var(--ash)}
:root[data-theme="light"] .nav.scrolled .logo .name{color:#1d2117}
:root[data-theme="light"] .nav.scrolled .burger{color:#1d2117;background:rgba(255,248,232,.8)}
:root[data-theme="light"] .hero-content,:root[data-theme="light"] .hero .logo{color:#f3ead2}
:root[data-theme="light"] .hero p{color:#dfcfad}
:root[data-theme="light"] .hero-bg::after{background:linear-gradient(97deg,rgba(16,22,14,.98),rgba(16,22,14,.88) 42%,rgba(74,29,19,.56) 68%,rgba(16,22,14,.34))}
:root[data-theme="light"] .hero::after{background:linear-gradient(180deg,transparent,#10160e)}
:root[data-theme="light"] .field input,:root[data-theme="light"] .field select,:root[data-theme="light"] .field textarea{background:rgba(255,250,240,.8);color:#1d2117}
:root[data-theme="light"] .slot label,:root[data-theme="light"] .svc-box{background:rgba(255,250,240,.68);color:#1d2117}
:root[data-theme="light"] .cta .bg::after{background:linear-gradient(95deg,rgba(255,250,240,.92),rgba(255,248,232,.85) 46%,rgba(190,95,54,.28))}
:root[data-theme="light"] .cta p,:root[data-theme="light"] .cta .icon-text{color:var(--ash)}
:root[data-theme="light"] body::before{background:linear-gradient(180deg,rgba(255,250,240,.2),rgba(255,250,240,.6)),repeating-linear-gradient(0deg,rgba(29,33,23,.02) 0 1px,transparent 1px 5px);mix-blend-mode:normal}
:root[data-theme="light"] .hero-bg::after{background:linear-gradient(97deg,rgba(255,250,240,.95) 0%,rgba(255,250,240,.85) 38%,rgba(239,229,207,.7) 64%,rgba(255,250,240,.5) 100%),linear-gradient(0deg,rgba(255,250,240,.95),rgba(255,250,240,.3) 36%,rgba(255,250,240,.5))}
:root[data-theme="light"] .hero::after{background:linear-gradient(180deg,transparent,var(--ink))}
:root[data-theme="light"] .hero-content,:root[data-theme="light"] .hero .logo{color:var(--bone)}
:root[data-theme="light"] .hero p{color:var(--ash)}
:root[data-theme="light"] .mobile-menu{background:linear-gradient(180deg,rgba(255,248,232,.98),rgba(246,237,216,.98));border-top-color:rgba(155,105,39,.2);box-shadow:0 26px 44px rgba(0,0,0,.12)}
:root[data-theme="light"] .mobile-menu a{color:var(--bone);border-bottom-color:rgba(155,105,39,.14)}
:root[data-theme="light"] .feature{background:linear-gradient(135deg,rgba(255,250,240,.7),rgba(216,224,186,.3)),rgba(255,248,232,.7);border-color:rgba(155,105,39,.22);box-shadow:0 14px 30px rgba(0,0,0,.08),inset 0 1px 0 rgba(255,255,255,.6)}
:root[data-theme="light"] .feature:nth-child(2){background:linear-gradient(135deg,rgba(190,95,54,.12),rgba(255,248,232,.55))}
:root[data-theme="light"] .feature span{color:var(--ash)}
:root[data-theme="light"] .feature::after{background:linear-gradient(90deg,var(--rust),transparent 65%);opacity:.5}
:root[data-theme="light"] .svc,:root[data-theme="light"] .barber,:root[data-theme="light"] .book-card,:root[data-theme="light"] .success,:root[data-theme="light"] .list{background:linear-gradient(180deg,rgba(255,255,255,.7),rgba(255,248,232,.4)),var(--coal);box-shadow:0 16px 40px rgba(0,0,0,.1),0 4px 12px rgba(80,39,24,.08),inset 0 1px 0 rgba(255,255,255,.5)}
:root[data-theme="light"] .svc:hover,:root[data-theme="light"] .barber:hover{box-shadow:0 24px 56px rgba(0,0,0,.14),0 8px 20px rgba(114,51,29,.12),inset 0 1px 0 rgba(255,255,255,.6)}
:root[data-theme="light"] .svc .img,:root[data-theme="light"] .barber .img{background:var(--graphite)}
:root[data-theme="light"] .svc .img::after{background:linear-gradient(0deg,var(--coal),transparent 62%),linear-gradient(90deg,rgba(190,95,54,.12),transparent)}
:root[data-theme="light"] .barber .img::after{background:linear-gradient(0deg,var(--coal),transparent 56%)}
:root[data-theme="light"] .barber .rate{background:rgba(255,248,232,.88);border-color:rgba(193,132,53,.34);color:var(--gold-bright);backdrop-filter:blur(8px)}
:root[data-theme="light"] .tag{background:rgba(104,120,63,.16);border-color:rgba(155,105,39,.2);color:var(--ash)}
:root[data-theme="light"] .btn-ghost{border-color:rgba(155,105,39,.34);background:linear-gradient(180deg,rgba(255,250,240,.7),rgba(255,248,232,.4));color:var(--bone);box-shadow:inset 0 1px 0 rgba(255,255,255,.4),0 6px 16px rgba(0,0,0,.08)}
:root[data-theme="light"] .btn-ghost:hover{color:var(--gold-bright);border-color:var(--rust-bright);background:linear-gradient(180deg,rgba(190,95,54,.12),rgba(255,248,232,.5))}
:root[data-theme="light"] footer{background:linear-gradient(90deg,rgba(255,250,240,.96),rgba(216,224,186,.65),rgba(255,250,240,.96)),var(--coal);border-top-color:rgba(155,105,39,.2)}
:root[data-theme="light"] .foot-grid a:hover{color:var(--bone)}

@media (prefers-reduced-motion:no-preference){
  .hero-bg img{animation:hero-drift 18s ease-in-out infinite alternate}
  @keyframes hero-drift{from{transform:scale(1)}to{transform:scale(1.045) translateX(10px)}}
}

@media(max-width:1040px){
  .nav-links{display:none}
  .nav-cta{display:none}
  .burger{display:grid;place-items:center}
  .mobile-menu.open{display:flex}
  .hero-content{margin-left:0}
  .hero h1{font-size:5.55rem}
  .hero p,.hero-actions{margin-left:42px}
  .features{grid-template-columns:1fr 1fr}
  .feature:nth-child(2),.feature:nth-child(3){transform:none}
  .feature:nth-child(3){grid-column:1/-1}
  .grid-3,#hizmetler .grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}
  #hizmetler .svc:nth-child(n),.barber:nth-child(n){transform:none}
  .pricing-hours{grid-template-columns:1fr;gap:46px}
  .foot-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .container,.book-wrap{width:min(100% - 28px,680px)}
  .pad{padding:76px 0}
  .nav-inner{height:68px}
  .hero{min-height:86dvh}
  .hero-content{padding:104px 0 58px}
  .hero h1{font-size:4.3rem}
  .hero h1::after{margin-left:0;width:128px}
  .hero p,.hero-actions{margin-left:0}
  .hero p{font-size:1rem}
  .hero-stats{grid-template-columns:1fr;max-width:360px}
  .hero-stats>div:nth-child(n){transform:none;min-height:auto}
  .head:not(.left),#ekip .head{margin-left:0;margin-right:0}
  .head h2,.book-wrap>.head h2{font-size:3.25rem}
  .features{grid-template-columns:1fr}
  .feature:nth-child(3){grid-column:auto}
  .grid-3,.grid-2,#hizmetler .grid-3{grid-template-columns:1fr}
  .field-row,.svc-pick{grid-template-columns:1fr}
  .cta{text-align:left;padding:82px 0}
  .cta .inner{margin-left:0;margin-right:0}
  .cta h2{font-size:3.6rem}
  .foot-grid{grid-template-columns:1fr}
  .success .summary .sr,.summary .sr{align-items:flex-start}
  .summary .sr strong{text-align:left}
}
@media(max-width:460px){
  .hero h1{font-size:3.45rem}
  .head h2,.book-wrap>.head h2{font-size:2.75rem}
  .cta h2{font-size:3rem}
  .btn{width:100%;padding-left:16px;padding-right:16px}
  .hero-actions,.cta-actions{width:100%}
  .hero-stats{width:100%}
  .svc .row,.list .item,.summary .sr{flex-direction:column;align-items:flex-start}
  .book-card,.success{padding:22px}
}
