* { box-sizing: border-box; }
html, body { margin: 0; background: #171512; }
html { scroll-behavior: smooth; }
#hizmetler, #randevu, #iletisim { scroll-margin-top: 110px; }

.bm-preloader {
  position: fixed; inset: 0; z-index: 100;
  background: #171512;
  display: flex; align-items: center; justify-content: center;
  transition: opacity 0.8s cubic-bezier(0.4,0,0.2,1), visibility 0.8s;
}
.bm-preloader.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.bm-preloader-inner { display: flex; flex-direction: column; align-items: center; }
.bm-preloader-logo {
  font-family: 'Cormorant Garamond', serif; font-size: clamp(26px, 4.4vw, 40px);
  letter-spacing: 0.24em; color: #f3ede2; font-weight: 500;
  opacity: 0; transform: scale(0.94);
  animation: bmPreloaderIn 1.1s cubic-bezier(0.16,1,0.3,1) forwards;
}
.bm-preloader-logo span { color: #c8a45c; font-style: italic; font-weight: 400; }
.bm-preloader-line {
  width: 0; height: 1px; background: rgba(200,164,92,0.5); margin-top: 20px;
  animation: bmPreloaderLine 0.9s cubic-bezier(0.4,0,0.2,1) forwards;
  animation-delay: 0.55s;
}
@keyframes bmPreloaderIn { from { opacity: 0; transform: scale(0.94); } to { opacity: 1; transform: scale(1); } }
@keyframes bmPreloaderLine { from { width: 0; } to { width: 120px; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .bm-preloader { display: none; }
  .bm-fade-up, .bm-fade-in, .bm-reveal {
    animation: none !important; opacity: 1 !important; transform: none !important; transition: none !important;
  }
  .bm-call-fab::before { animation: none; }
}

.bm-root {
  font-family: 'Jost', system-ui, sans-serif;
  background: #171512;
  color: #f3ede2;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}
.bm-serif { font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif; }
.bm-eyebrow {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #c8a45c;
  margin: 0 0 18px 0;
}
a { color: #c8a45c; text-decoration: none; }
a:hover { color: #e8c98a; }

.bm-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 30; }
.bm-nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 32px 64px 30px 64px; border-bottom: 1px solid transparent;
  background: transparent; backdrop-filter: blur(0px);
  transition: background 0.6s cubic-bezier(0.4,0,0.2,1), border-color 0.6s cubic-bezier(0.4,0,0.2,1),
    padding 0.5s cubic-bezier(0.4,0,0.2,1), backdrop-filter 0.6s ease;
}
.bm-nav.scrolled .bm-nav-inner {
  padding: 19px 64px;
  border-bottom-color: rgba(200,164,92,0.18);
  background: rgba(23,21,18,0.92);
  backdrop-filter: blur(8px);
}
.bm-logo { font-family: 'Cormorant Garamond', serif; font-size: 24px; letter-spacing: 0.16em; color: #f3ede2; font-weight: 500; }
.bm-logo span { color: #c8a45c; font-style: italic; font-weight: 400; }
.bm-nav-links { display: flex; align-items: center; gap: 44px; }
.bm-nav-link {
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: #d8d0c2; font-weight: 400; transition: color 0.45s cubic-bezier(0.4,0,0.2,1);
}
.bm-nav-link:hover { color: #c8a45c; }
.bm-nav-cta {
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  color: #171512; background: #c8a45c; padding: 12px 26px;
  border: 1px solid #c8a45c; transition: background 0.45s cubic-bezier(0.4,0,0.2,1), color 0.45s cubic-bezier(0.4,0,0.2,1);
}
.bm-nav-cta:hover { background: transparent; color: #c8a45c; }
.bm-nav-burger {
  display: none; flex-direction: column; gap: 5px; width: 26px;
  background: none; border: none; padding: 8px; margin: -8px; cursor: pointer;
}
.bm-nav-burger span {
  display: block; height: 1px; width: 100%; background: #c8a45c;
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), opacity 0.25s ease;
}
.bm-nav.menu-open .bm-nav-burger span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.bm-nav.menu-open .bm-nav-burger span:nth-child(2) { opacity: 0; }
.bm-nav.menu-open .bm-nav-burger span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.bm-mobile-menu { display: none; flex-direction: column; }

.bm-hero {
  position: relative; padding: 190px 64px 160px 64px; overflow: hidden;
  background: radial-gradient(ellipse at 78% 20%, #211d17 0%, #171512 62%);
}
.bm-hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: center; position: relative; z-index: 2; }
.bm-hero-mark {
  position: absolute; right: -40px; top: 50%; transform: translateY(-50%);
  font-family: 'Cormorant Garamond', serif; font-size: 620px; line-height: 1;
  color: transparent; -webkit-text-stroke: 1px rgba(200,164,92,0.16); z-index: 1; pointer-events: none;
}
.bm-hero-headline { font-size: clamp(40px, 5.4vw, 78px); line-height: 1.08; font-weight: 300; margin: 0 0 28px 0; letter-spacing: 0.01em; }
.bm-hero-headline em { font-style: italic; color: #c8a45c; font-weight: 400; }
.bm-hero-sub { font-size: 17px; line-height: 1.75; color: #b7ada0; font-weight: 300; max-width: 480px; margin: 0 0 44px 0; }
.bm-hero-actions { display: flex; gap: 20px; flex-wrap: wrap; }
.bm-btn-solid {
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500;
  color: #171512; background: #c8a45c; padding: 17px 38px; border: 1px solid #c8a45c;
  display: inline-block; transition: background 0.45s cubic-bezier(0.4,0,0.2,1), color 0.45s cubic-bezier(0.4,0,0.2,1);
}
.bm-btn-solid:hover { background: transparent; color: #c8a45c; }
.bm-btn-outline {
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500;
  color: #f3ede2; background: transparent; padding: 17px 38px; border: 1px solid rgba(243,237,226,0.35);
  display: inline-block; transition: border-color 0.45s cubic-bezier(0.4,0,0.2,1), color 0.45s cubic-bezier(0.4,0,0.2,1);
}
.bm-btn-outline:hover { border-color: #c8a45c; color: #c8a45c; }
button.bm-btn-solid, button.bm-btn-outline {
  font-family: inherit; cursor: pointer; appearance: none; -webkit-appearance: none;
}
button.bm-btn-solid:disabled, button.bm-btn-outline:disabled { opacity: 0.6; cursor: default; }
.bm-form-status { font-size: 13px; margin: 4px 0 0 0; line-height: 1.5; }

@keyframes bmFadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes bmFadeIn { from { opacity: 0; } to { opacity: 1; } }
.bm-fade-up { opacity: 0; animation: bmFadeUp 1s cubic-bezier(0.16,1,0.3,1) forwards; }
.bm-fade-in { opacity: 0; animation: bmFadeIn 1.6s ease-out forwards; }

.bm-reveal {
  opacity: 0; transform: translateY(30px);
  transition: opacity 0.9s cubic-bezier(0.16,1,0.3,1), transform 0.9s cubic-bezier(0.16,1,0.3,1);
}
.bm-reveal.is-visible { opacity: 1; transform: translateY(0); }

.bm-divider { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 0 auto; width: fit-content; }
.bm-divider .line { width: 56px; height: 1px; background: rgba(200,164,92,0.4); }
.bm-divider .dot { width: 5px; height: 5px; background: #c8a45c; transform: rotate(45deg); }

.bm-section { padding: 130px 64px; }
.bm-section-alt { background: #1c1914; }
.bm-section-head { text-align: center; max-width: 640px; margin: 0 auto 78px auto; }
.bm-section-title { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(32px, 3.4vw, 48px); margin: 0; }
.bm-section-title em { font-style: italic; color: #c8a45c; }

.bm-services-grid { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 0 80px; }
.bm-service-row {
  display: flex; align-items: flex-start; gap: 20px; padding: 30px 0;
  border-bottom: 1px solid rgba(200,164,92,0.15);
}
.bm-service-icon { flex: none; width: 34px; height: 34px; margin-top: 4px; }
.bm-service-body { flex: 1; }
.bm-service-top { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.bm-service-name { font-family: 'Cormorant Garamond', serif; font-size: 23px; font-weight: 500; margin: 0; }
.bm-service-price { font-size: 13px; letter-spacing: 0.06em; color: #c8a45c; white-space: nowrap; }
.bm-service-desc { font-size: 14px; color: #948a7d; font-weight: 300; line-height: 1.6; margin: 8px 0 0 0; }

.bm-appt { position: relative; }
.bm-appt-grid { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 72px; align-items: start; }
.bm-appt-title { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(30px, 3vw, 44px); margin: 0 0 24px 0; }
.bm-appt-title em { font-style: italic; color: #c8a45c; }
.bm-appt-copy { font-size: 15px; line-height: 1.8; color: #b7ada0; font-weight: 300; margin: 0 0 32px 0; }
.bm-appt-note { font-size: 12px; letter-spacing: 0.05em; color: #756c60; font-weight: 300; border-left: 2px solid rgba(200,164,92,0.35); padding-left: 16px; }

.bm-form { display: flex; flex-direction: column; gap: 26px; }
.bm-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.bm-field { display: flex; flex-direction: column; gap: 10px; }
.bm-field label { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: #948a7d; }
.bm-field input, .bm-field select {
  font-family: 'Jost', sans-serif; font-weight: 300; font-size: 15px; color: #f3ede2;
  background: transparent; border: none; border-bottom: 1px solid rgba(243,237,226,0.28);
  padding: 10px 2px; outline: none; appearance: none; -webkit-appearance: none;
}
.bm-field select option { background: #211d18; color: #f3ede2; }
.bm-field input:focus, .bm-field select:focus { border-bottom-color: #c8a45c; }
.bm-field input::placeholder { color: #635b50; }
.bm-form-submit { margin-top: 6px; align-self: flex-start; display: flex; gap: 14px; flex-wrap: wrap; }

.bm-contact-grid { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.bm-contact-title { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(30px, 3vw, 44px); margin: 0 0 30px 0; }
.bm-contact-title em { font-style: italic; color: #c8a45c; }
.bm-contact-list { display: flex; flex-direction: column; gap: 24px; margin: 0 0 36px 0; }
.bm-contact-item { display: flex; gap: 18px; align-items: flex-start; }
.bm-contact-icon { flex: none; width: 20px; height: 20px; margin-top: 3px; }
.bm-contact-label { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: #756c60; margin: 0 0 4px 0; }
.bm-contact-value { font-size: 16px; color: #f3ede2; font-weight: 300; }
.bm-social-row { display: flex; gap: 18px; }
.bm-social-icon {
  width: 42px; height: 42px; border: 1px solid rgba(200,164,92,0.35); display: flex;
  align-items: center; justify-content: center; transition: border-color 0.4s cubic-bezier(0.4,0,0.2,1), background 0.4s cubic-bezier(0.4,0,0.2,1);
}
.bm-social-icon:hover { border-color: #c8a45c; background: rgba(200,164,92,0.08); }
.bm-map {
  aspect-ratio: 4 / 3; background: #1c1914; border: 1px solid rgba(200,164,92,0.18);
  position: relative; overflow: hidden;
  transition: border-color 0.4s cubic-bezier(0.4,0,0.2,1);
}
.bm-map:hover { border-color: rgba(200,164,92,0.45); }
.bm-map-frame {
  width: 100%; height: 100%; border: 0; display: block;
  filter: grayscale(0.55) invert(0.92) contrast(0.88);
}
.bm-map-open {
  position: absolute; right: 14px; bottom: 14px; z-index: 2;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 500;
  color: #171512; background: #c8a45c; padding: 10px 18px; border: 1px solid #c8a45c;
  transition: background 0.4s cubic-bezier(0.4,0,0.2,1), color 0.4s cubic-bezier(0.4,0,0.2,1);
}
.bm-map-open:hover { background: #171512; color: #c8a45c; }

.bm-appt-register-link {
  font-family: 'Jost', sans-serif; font-weight: 500; font-size: 12px; letter-spacing: 0.1em;
  color: #c8a45c; background: none; border: none; padding: 0; cursor: pointer;
  border-bottom: 1px solid rgba(200,164,92,0.4);
}
.bm-appt-register-link:hover { color: #e8c98a; border-bottom-color: #e8c98a; }

.bm-date-select-row { display: flex; gap: 12px; }
.bm-date-select-row select { flex: 1 1 0; min-width: 0; }

.bm-time-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(74px, 1fr)); gap: 10px; }
.bm-time-slot {
  font-family: 'Jost', sans-serif; font-weight: 300; font-size: 13px; color: #f3ede2;
  background: transparent; border: 1px solid rgba(243,237,226,0.28); padding: 11px 6px;
  cursor: pointer; transition: border-color 0.25s, color 0.25s, background 0.25s;
}
.bm-time-slot:hover:not(:disabled) { border-color: #c8a45c; color: #c8a45c; }
.bm-time-slot.is-selected { background: #c8a45c; border-color: #c8a45c; color: #171512; }
.bm-time-slot:disabled { opacity: 0.3; text-decoration: line-through; cursor: not-allowed; }
.bm-time-hint { font-size: 12px; color: #756c60; margin: 0; }

.bm-confirm-summary { display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
.bm-confirm-row {
  display: flex; justify-content: space-between; gap: 16px; font-size: 14px;
  border-bottom: 1px solid rgba(200,164,92,0.15); padding-bottom: 10px;
}
.bm-confirm-row .label { color: #948a7d; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; }
.bm-confirm-row .value { color: #f3ede2; text-align: right; }

.bm-myappts-list { margin-top: 24px; display: flex; flex-direction: column; gap: 12px; }
.bm-myappts-item {
  border: 1px solid rgba(200,164,92,0.18); padding: 14px 16px; font-size: 13px;
  display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap;
}
.bm-myappts-item .when { font-weight: 500; color: #c8a45c; min-width: 130px; }
.bm-myappts-item .meta { color: #b7ada0; margin-right: auto; }
.bm-myappts-empty { color: #756c60; font-size: 13px; margin-top: 18px; }

.bm-myappts-cancel {
  background: none; border: 1px solid rgba(217,138,114,0.5); color: #d98a72;
  font-size: 12px; padding: 6px 12px; cursor: pointer; white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}
.bm-myappts-cancel:hover { background: #d98a72; color: #1a1512; }
.bm-myappts-cancel:disabled { opacity: 0.5; cursor: default; }

.bm-call-fab {
  position: fixed; right: 24px; bottom: 24px; z-index: 40;
  width: 56px; height: 56px; border-radius: 50%;
  background: #c8a45c; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
  transition: transform 0.3s cubic-bezier(0.4,0,0.2,1), background 0.3s ease;
}
.bm-call-fab:hover { background: #e8c98a; transform: scale(1.06); }
.bm-call-fab::before {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  border: 1px solid rgba(200,164,92,0.55);
  animation: bmCallPulse 2.4s ease-out infinite;
}
@keyframes bmCallPulse {
  0% { transform: scale(1); opacity: 0.6; }
  100% { transform: scale(1.7); opacity: 0; }
}
@media (max-width: 900px) {
  .bm-call-fab { right: 16px; bottom: 16px; width: 52px; height: 52px; }
}
.bm-map-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(200,164,92,0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(200,164,92,0.07) 1px, transparent 1px);
  background-size: 46px 46px;
}

.bm-footer { padding: 56px 64px 40px 64px; border-top: 1px solid rgba(200,164,92,0.15); }
.bm-footer-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; }
.bm-footer-links { display: flex; gap: 32px; flex-wrap: wrap; }
.bm-footer-link { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: #948a7d; }
.bm-footer-link:hover { color: #c8a45c; }
.bm-copyright { font-size: 12px; color: #635b50; font-weight: 300; }
.bm-credit { text-align: center; margin: 20px auto 0 auto; font-size: 13px; color: #948a7d; font-weight: 300; }
.bm-credit a { color: #c8a45c; font-weight: 500; transition: color 0.3s; }
.bm-credit a:hover { color: #f3ede2; }

@media (max-width: 900px) {
  .bm-nav-inner { padding: 22px 24px; }
  .bm-nav-links { display: none; }
  .bm-nav-burger { display: flex; }
  .bm-nav.menu-open .bm-mobile-menu {
    display: flex;
    background: rgba(23,21,18,0.98); backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(200,164,92,0.18);
    padding: 4px 24px 20px 24px;
  }
  .bm-mobile-link {
    font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase;
    color: #d8d0c2; padding: 16px 0; border-bottom: 1px solid rgba(200,164,92,0.12);
  }
  .bm-mobile-link:last-child { border-bottom: none; }
  .bm-mobile-link:hover { color: #c8a45c; }
  .bm-hero { padding: 150px 24px 100px 24px; }
  .bm-hero-grid { grid-template-columns: 1fr; }
  .bm-hero-mark { display: none; }
  .bm-hero-sub { max-width: 100%; }
  .bm-section { padding: 84px 24px; }
  .bm-section-head { margin-bottom: 52px; }
  .bm-services-grid { grid-template-columns: 1fr; gap: 0; }
  .bm-appt-grid { grid-template-columns: 1fr; gap: 48px; }
  .bm-form-row { grid-template-columns: 1fr; gap: 18px; }
  .bm-contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .bm-footer { padding: 44px 24px 32px 24px; }
  .bm-footer-inner { flex-direction: column; align-items: flex-start; }
}

/* Kayıt modalı */
.bm-modal-overlay {
  position: fixed; inset: 0; z-index: 60;
  background: rgba(10,9,7,0.78);
  display: flex; align-items: center; justify-content: center; padding: 24px;
  opacity: 0; transition: opacity 0.3s cubic-bezier(0.4,0,0.2,1);
}
.bm-modal-overlay.is-open { opacity: 1; }
.bm-modal-overlay[hidden] { display: none; }
.bm-modal {
  width: 100%; max-width: 440px; max-height: 88vh; overflow-y: auto;
  background: #1c1914; border: 1px solid rgba(200,164,92,0.25); padding: 40px 32px;
  position: relative;
  transform: translateY(12px); transition: transform 0.35s cubic-bezier(0.16,1,0.3,1);
}
.bm-modal-overlay.is-open .bm-modal { transform: translateY(0); }
.bm-modal-close {
  position: absolute; top: 16px; right: 16px; width: 32px; height: 32px;
  background: none; border: none; color: #948a7d; font-size: 22px; line-height: 1; cursor: pointer;
}
.bm-modal-close:hover { color: #c8a45c; }

/* Berber paneli */
.bm-panel-wrap { min-height: 100vh; padding: 170px 24px 100px 24px; display: flex; justify-content: center; }
.bm-panel-title { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(26px, 3vw, 36px); margin: 0 0 28px 0; }
.bm-panel-title em { font-style: italic; color: #c8a45c; }

.bm-panel-card {
  width: 100%; max-width: 380px; align-self: flex-start;
  border: 1px solid rgba(200,164,92,0.22); padding: 40px 36px; background: #1c1914;
}

.bm-onay-info { border-top: 1px solid rgba(200,164,92,0.18); border-bottom: 1px solid rgba(200,164,92,0.18); padding: 18px 0; margin-bottom: 24px; }
.bm-onay-info p { display: flex; justify-content: space-between; gap: 16px; margin: 0 0 10px 0; font-size: 14px; }
.bm-onay-info p:last-child { margin-bottom: 0; }
.bm-onay-info span { color: #948a7d; }
.bm-onay-info strong { color: #f3ede2; font-weight: 500; text-align: right; }

.bm-panel-dash { width: 100%; max-width: 980px; }
.bm-panel-dash-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 32px; flex-wrap: wrap; }
.bm-panel-dash .bm-panel-title { margin: 4px 0 0 0; }

.bm-panel-filter { display: flex; flex-direction: column; gap: 8px; max-width: 220px; margin-bottom: 24px; }
.bm-panel-filter label { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: #948a7d; }
.bm-panel-filter input {
  background: transparent; border: none; border-bottom: 1px solid rgba(200,164,92,0.3);
  color: #f3ede2; font-family: 'Jost', sans-serif; font-size: 15px; padding: 8px 0; outline: none;
  color-scheme: dark;
}
.bm-panel-filter input:focus { border-bottom-color: #c8a45c; }

.bm-panel-table-wrap { border: 1px solid rgba(200,164,92,0.18); overflow-x: auto; }
.bm-panel-table { width: 100%; border-collapse: collapse; min-width: 640px; }
.bm-panel-table th, .bm-panel-table td { text-align: left; padding: 14px 18px; font-size: 13px; white-space: nowrap; }
.bm-panel-table th {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: #948a7d; font-weight: 500;
  border-bottom: 1px solid rgba(200,164,92,0.22);
}
.bm-panel-table td { border-bottom: 1px solid rgba(200,164,92,0.1); color: #d8d0c2; font-weight: 300; }
.bm-panel-table tr:last-child td { border-bottom: none; }
.bm-panel-empty { padding: 28px 18px; font-size: 13px; color: #756c60; margin: 0; }

@media (max-width: 640px) {
  .bm-panel-wrap { padding: 140px 16px 70px 16px; }
  .bm-panel-card { padding: 32px 24px; }
}
