.account-surface,
.content-surface {
  min-height: 260px
}

.content-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper)
}

.content-card h2 {
  margin: 0 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500
}

.notice {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7
}

.cart-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line)
}

.cart-list>div {
  display: grid;
  grid-template-columns: 74px 1fr auto;
  align-items: center;
  gap: 15px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line)
}

.cart-list img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 12px;
  background: var(--soft)
}

.cart-list span {
  display: grid;
  gap: 5px
}

.cart-list small {
  color: var(--muted)
}

.total-row {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  font-size: 18px
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.contact-grid>div {
  padding: 18px;
  border-radius: 14px;
  background: var(--soft)
}

.contact-grid b {
  color: var(--primary);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em
}

.contact-grid p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 14px
}

@media(max-width:620px) {
  .cart-list>div {
    grid-template-columns: 58px 1fr
  }

  .cart-list img {
    width: 58px;
    height: 58px
  }

  .cart-list strong {
    grid-column: 2
  }

  .contact-grid {
    grid-template-columns: 1fr
  }

  .settings-list {
    grid-template-columns: 1fr
  }
}

.hero-original {
  position: relative;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 28px;
  min-height: 550px;
  margin-top: 32px;
  padding: 64px 56px 72px;
  overflow: hidden;
  border-radius: 32px;
  background: #fffaf4
}

.hero-original-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 520px
}

.hero-original h1 {
  margin: 16px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 1.04;
  letter-spacing: -.035em
}

.hero-original-copy>p:not(.eyebrow) {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75
}

.editorial-visual {
  position: relative;
  align-self: center;
  min-height: 405px
}

.editorial-image {
  position: absolute;
  inset: 0 16px;
  overflow: hidden;
  border-radius: 96px 96px 24px 24px;
  background: var(--soft)
}

.editorial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.ritual-note {
  position: absolute;
  bottom: 16px;
  left: 0;
  display: grid;
  gap: 6px;
  padding: 17px 19px;
  border-radius: 16px;
  background: #fffdf9e8;
  box-shadow: 0 8px 22px #5a3d3320;
  backdrop-filter: blur(8px)
}

.ritual-note strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 500
}

.ritual-note span {
  color: var(--muted);
  font-size: 12px
}

.slider-dots {
  position: absolute;
  bottom: 17px;
  left: 50%;
  display: flex;
  gap: 10px;
  transform: translateX(-50%)
}

.slider-dots i {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #d7b8aa
}

.slider-dots i:first-child {
  width: 37px;
  background: var(--primary)
}

@media(max-width:800px) {
  .hero-original {
    grid-template-columns: 1fr;
    padding: 42px 26px 68px
  }

  .hero-original h1 {
    font-size: 46px
  }

  .editorial-visual {
    min-height: 330px
  }

  .hero-original-copy {
    max-width: none
  }
}

@media(max-width:520px) {
  .hero-original {
    margin-top: 14px;
    border-radius: 24px
  }

  .editorial-visual {
    min-height: 260px
  }

  .editorial-image {
    inset: 0 5px
  }

  .hero-original h1 {
    font-size: 39px
  }
}

.cart-circle {
  position: relative;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper)
}

.cart-circle svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round
}

.cart-circle span {
  position: absolute;
  right: -4px;
  top: -4px;
  display: none;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--primary);
  color: var(--paper);
  font-size: 10px;
  line-height: 18px;
  text-align: center
}

.cart-circle span.has-items {
  display: block
}

.guest-login {
  display: none;
  border: 1px solid var(--primary);
  border-radius: 999px;
  padding: 11px 17px;
  color: var(--primary);
  font-size: 14px;
  font-weight: 700
}

.user-preview {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 4px 0 4px 6px;
  font-size: 14px
}

.user-preview span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ead8ce;
  color: var(--primary);
  font-family: Georgia, "Times New Roman", serif
}

.user-preview b {
  font-weight: 600
}

.user-preview i {
  color: var(--muted);
  font-style: normal;
  font-size: 12px
}

@media(max-width:800px) {
  .user-preview {
    display: none
  }

  .guest-login {
    display: inline-flex
  }
}

.panel-sidebar .panel-back {
  margin: 22px 0 4px;
  padding: 10px 12px
}

.panel-sidebar nav a {
  display: flex;
  align-items: center;
  gap: 9px
}

.nav-dot {
  display: inline-grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border: 1px solid #decac0;
  border-radius: 6px;
  background: #fffaf6
}

.nav-dot::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b7836d
}

.panel-sidebar nav a.active .nav-dot {
  border-color: var(--primary);
  background: #ead8ce
}

.panel-sidebar nav a.active .nav-dot::after {
  background: var(--primary)
}

.quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px
}

.quick-links a {
  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 700
}

.revenue-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 15px;
  margin-bottom: 18px
}

.empty-panel {
  padding: 20px;
  color: var(--muted)
}

.account-card {
  max-width: 820px
}

@media(max-width:1100px) {
  .revenue-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
}

@media(max-width:620px) {
  .revenue-grid {
    grid-template-columns: 1fr
  }

  .panel-sidebar .panel-back {
    display: block
  }

  .quick-links {
    display: grid;
    grid-template-columns: 1fr
  }
}

.booking-page {
  padding: 54px 0 78px;
  background: #f8f5f1
}

.booking-planner {
  max-width: 930px;
  padding: 30px 34px 0;
  border-radius: 26px 26px 0 0;
  background: #edd5c8;
  box-shadow: 0 24px 50px #67463514
}

.booking-intro h1 {
  margin: 10px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -.025em
}

.booking-intro>p:not(.eyebrow) {
  margin: 12px 0 20px;
  color: #795e53;
  font-size: 13px
}

.booking-surface {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 274px;
  gap: 20px;
  padding: 18px 20px;
  background: #fffaf6
}

.booking-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
  align-content: start
}

.booking-fields label {
  display: grid;
  gap: 6px;
  color: #442d24;
  font-size: 12px;
  font-weight: 700
}

.booking-fields select,
.booking-fields input,
.booking-fields output {
  box-sizing: border-box;
  width: 100%;
  height: 37px;
  border: 1px solid #e6d7cf;
  border-radius: 9px;
  background: #fffdfb;
  padding: 0 12px;
  color: #654d43;
  font: inherit;
  font-size: 13px
}

.booking-fields output {
  display: flex;
  align-items: center;
  color: #765c51
}

.booking-fields select:disabled {
  color: #a89891;
  background: #fbf8f5
}

.booking-message {
  grid-column: 1/-1;
  min-height: 16px
}

.booking-summary {
  align-self: stretch;
  border: 1px solid #e6d7cf;
  border-radius: 21px;
  background: #fffdfa;
  padding: 21px 17px
}

.booking-summary dl {
  margin: 13px 0 19px
}

.booking-summary dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid #eee2dc;
  font-size: 12px
}

.booking-summary dt {
  color: #80675c
}

.booking-summary dd {
  margin: 0;
  color: #4c3228;
  font-weight: 700;
  text-align: right
}

.booking-summary .button {
  border-radius: 10px;
  padding: 12px;
  background: #bda295
}

.booking-summary .button:disabled {
  cursor: not-allowed;
  opacity: .62
}

.booking-summary .button:not(:disabled) {
  background: var(--primary)
}

@media(max-width:760px) {
  .booking-page {
    padding: 24px 0 45px
  }

  .booking-planner {
    width: min(100% - 28px, 930px);
    padding: 26px 17px 0
  }

  .booking-surface {
    grid-template-columns: 1fr;
    padding: 16px
  }

  .booking-summary {
    margin-top: 4px
  }

  .booking-intro h1 {
    font-size: 31px
  }
}

@media(max-width:480px) {
  .booking-fields {
    grid-template-columns: 1fr
  }

  .booking-intro>p:not(.eyebrow) {
    line-height: 1.6
  }
}

.home-booking {
  padding-top: 20px
}

.home-section {
  padding-block: 48px
}

.home-title {
  max-width: 650px
}

.home-title h2,
.home-newsletter h2,
.home-cta h2 {
  margin: 8px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.15
}

.home-title>p:not(.eyebrow) {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65
}

.home-title.center {
  margin-inline: auto;
  text-align: center
}

.home-service-grid,
.home-expert-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 36px
}

.home-service-card,
.home-expert-card {
  display: flex;
  flex-direction: column
}

.home-service-card>.home-service-image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 0;
  background: #ebd6cb
}

.home-service-card p,
.home-expert-card p,
.home-product-card p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase
}

.home-service-card h3,
.home-expert-card h3,
.home-product-card h3 {
  margin: 8px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500
}

.home-service-card small,
.home-expert-card small {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6
}

.home-service-card a,
.home-expert-card a {
  margin-top: 16px;
  width: max-content;
  border-bottom: 1px solid var(--primary);
  padding-bottom: 3px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 700
}

.home-more {
  margin-top: 30px;
  text-align: center
}

.home-more>a:not(.button) {
  border-bottom: 1px solid var(--primary);
  padding-bottom: 4px;
  color: var(--primary);
  font-size: 14px;
  font-weight: 700
}

.home-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 34px
}

.home-product-image {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 24px;
  background: #f0e4dc
}

.home-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.home-product-image span {
  position: absolute;
  right: 13px;
  top: 13px;
  border-radius: 999px;
  background: #d4eedc;
  padding: 5px 9px;
  color: #44845c;
  font-size: 10px
}

.home-product-card h3 {
  font-size: 22px
}

.home-product-card strong {
  display: block;
  margin-top: 10px;
  color: var(--primary);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px
}

.home-product-card footer {
  display: flex;
  gap: 16px;
  margin-top: 16px
}

.home-product-card footer a,
.home-product-card footer button {
  border: 0;
  border-bottom: 1px solid var(--line);
  background: none;
  padding: 0 0 3px;
  color: var(--ink);
  font: inherit;
  font-size: 13px
}

.home-product-card footer button {
  color: var(--primary);
  font-weight: 700
}

.home-muted,
.testimonials {
  background: #f4ede6
}

.home-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 34px
}

.home-category-card {
  position: relative;
  display: flex;
  min-height: 245px;
  flex-direction: column;
  overflow: hidden;
  border-radius: 24px;
  padding: 23px;
  background: #e6c8ba
}

.home-category-card::after {
  position: absolute;
  right: -42px;
  bottom: -65px;
  width: 185px;
  height: 185px;
  border: 1px solid #ffffff91;
  border-radius: 50%;
  background: #ffffff38;
  content: ''
}

.home-category-card.tone-1 {
  background: #d9d2c5
}

.home-category-card.tone-2 {
  background: #eddbd0
}

.home-category-card p {
  margin: 0;
  color: #876d62;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em
}

.home-category-card h3 {
  z-index: 1;
  margin: 14px 0 0;
  max-width: 220px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500
}

.home-category-card span {
  z-index: 1;
  max-width: 225px;
  margin-top: 12px;
  color: #745e55;
  font-size: 13px;
  line-height: 1.55
}

.home-category-card b {
  z-index: 1;
  margin-top: auto;
  font-size: 13px
}

.expert-portrait {
  display: grid;
  aspect-ratio: 4/5;
  place-items: center;
  overflow: hidden;
  border-radius: 100px 100px 24px 24px;
  background: #e5c4bd
}

.expert-portrait.tone-1 {
  background: #ddd6c9
}

.expert-portrait.tone-2 {
  background: #ead2c5
}

.expert-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.expert-portrait span {
  display: grid;
  width: 100px;
  height: 100px;
  place-items: center;
  border-radius: 50%;
  background: #fffaf4a8;
  color: #a66d58;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px
}

.home-expert-card {
  text-align: center
}

.home-expert-card a {
  margin-inline: auto
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 44px
}

.steps-grid article {
  border-top: 1px solid #c6a99b;
  padding-top: 19px
}

.steps-grid i {
  color: #b78976;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-style: normal
}

.steps-grid h3 {
  margin: 15px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500
}

.steps-grid p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 35px
}

.testimonial-grid blockquote {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fffdf9;
  padding: 22px
}

.testimonial-grid b {
  color: var(--primary);
  letter-spacing: .16em;
  font-size: 12px
}

.testimonial-grid p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.5
}

.testimonial-grid footer {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700
}

.home-newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin-block: 64px;
  border-radius: 25px;
  background: #e8cdbd;
  padding: 34px 44px
}

.home-newsletter h2 {
  max-width: 450px;
  font-size: 30px
}

.home-newsletter form {
  display: flex;
  min-width: 330px;
  gap: 8px
}

.home-newsletter input {
  min-width: 0;
  flex: 1;
  border: 0;
  border-radius: 999px;
  padding: 0 15px;
  background: #fffdf9
}

.home-newsletter .button {
  padding: 12px 18px
}

.home-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-block: 1px solid var(--line);
  padding-block: 35px
}

.home-cta h2 {
  font-size: 28px
}

.home-cta p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 13px
}

@media(max-width:850px) {

  .home-service-grid,
  .home-expert-grid,
  .home-category-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .home-product-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .steps-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .home-newsletter {
    align-items: flex-start;
    flex-direction: column
  }

  .home-newsletter form {
    min-width: 0;
    width: 100%
  }
}

@media(max-width:520px) {
  .home-section {
    padding-block: 48px
  }

  .home-title h2 {
    font-size: 33px
  }

  .home-service-grid,
  .home-expert-grid,
  .home-category-grid,
  .home-product-grid,
  .steps-grid,
  .testimonial-grid {
    grid-template-columns: 1fr
  }

  .home-newsletter {
    margin-block: 35px;
    padding: 28px 22px
  }

  .home-newsletter form {
    flex-direction: column
  }

  .home-newsletter input {
    min-height: 45px
  }

  .home-cta {
    align-items: flex-start;
    flex-direction: column
  }
}

.home-product-image i {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 50%;
  background: #fffaf5;
  color: #c9a092;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-style: normal
}

.editorial-image img {
  transition: opacity .3s ease, transform .45s ease
}

.editorial-image img.changing {
  opacity: .16;
  transform: scale(1.035)
}

.slider-dots i {
  width: 12px !important;
  background: #d7b8aa !important;
  cursor: pointer;
  transition: width .25s ease, background .25s ease
}

.slider-dots i.active {
  width: 37px !important;
  background: var(--primary) !important
}

.topbar {
  font-size: 11px
}

.topbar-inner {
  min-height: 42px
}

.topbar-details {
  display: flex;
  align-items: center;
  gap: 22px
}

.topbar-details a {
  color: inherit
}

.topbar-social {
  color: var(--primary);
  letter-spacing: .2em
}

.site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 25 !important;
  background: rgba(255, 253, 249, 0.95) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
  border-bottom: 1px solid rgba(220, 205, 195, 0.45) !important;
  box-shadow: 0 4px 20px rgba(70, 45, 30, 0.04) !important;
}

.navbar {
  min-height: 76px;
  width: min(1440px, calc(100% - 80px));
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
}

.nav-links {
  gap: 6px;
  margin-top: 2px;
}

.nav-links a {
  position: relative;
  border-radius: 0;
  padding: 8px 13px;
  background: transparent !important;
  font-size: 14px;
  letter-spacing: .01em;
}

.nav-links a.active {
  font-weight: 700
}

.nav-links a.active::after {
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 20px;
  height: 1px;
  background: var(--primary);
  content: '';
  transform: translateX(-50%)
}

.footer-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  display: inline-block;
  text-decoration: none;
}

.footer-logo-link {
  display: inline-block;
  margin-bottom: 16px;
  text-decoration: none;
}

.footer-logo-img {
  width: 180px;
  max-width: 100%;
  height: auto;
  max-height: 100px;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.site-footer {
  margin-top: 64px;
  border: 0;
  background: #3f332e;
  color: #f8eee8
}

.footer-grid {
  grid-template-columns: 1.5fr 1fr 1fr 1.15fr;
  gap: 42px;
  padding-block: 62px
}

.footer-grid p {
  color: #d8c9c1
}

.footer-grid div:not(:first-child) {
  gap: 11px;
  color: #f8eee8
}

.footer-grid b {
  color: #d8c9c1;
  font-size: 11px;
  letter-spacing: .18em
}

.footer-grid span {
  color: #d8c9c1;
  font-size: 14px
}

.footer-app-box {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-app-box b {
  color: #d8c9c1;
  font-size: 11px;
  letter-spacing: .18em;
  margin-bottom: 6px;
  display: block;
}

.footer-app-box p {
  font-size: 12px;
  color: #c4b3ab;
  line-height: 1.4;
  margin-bottom: 10px;
}

.footer-app-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.footer-app-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 9px;
  background: rgba(0, 0, 0, 0.45);
  color: #f8eee8 !important;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  cursor: pointer;
  transition: all .25s ease;
  white-space: nowrap;
}

.footer-app-btn:hover {
  background: var(--primary, #7b4330);
  border-color: var(--primary, #7b4330);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.footer-app-btn svg {
  flex-shrink: 0;
}

/* iOS Kurulum Modal */
.ios-install-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.ios-install-card {
  position: relative;
  background: #ffffff;
  padding: 28px 24px 22px;
  border-radius: 20px;
  max-width: 360px;
  width: 100%;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  animation: iosModalZoom .25s ease;
}

@keyframes iosModalZoom {
  from { opacity: 0; transform: scale(0.92); }
  to { opacity: 1; transform: scale(1); }
}

.ios-modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  background: transparent;
  border: none;
  font-size: 24px;
  line-height: 1;
  color: #999;
  cursor: pointer;
}

.ios-modal-close:hover {
  color: #222;
}

.ios-modal-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 12px;
  background: #f7f2ed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #333;
}

.ios-install-card h3 {
  margin: 0 0 14px;
  font-size: 17px;
  font-weight: 700;
  color: #2e1a11;
  font-family: Georgia, serif;
}

.ios-install-card ol {
  text-align: left;
  font-size: 13px;
  color: #554841;
  padding-left: 20px;
  line-height: 1.65;
  margin: 0 0 18px;
}

.ios-install-card ol li {
  margin-bottom: 6px;
}

.ios-modal-btn {
  background: linear-gradient(135deg, var(--primary, #7b4330), #5a2818);
  color: #fff;
  border: none;
  padding: 11px 20px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  transition: transform .2s ease, box-shadow .2s ease;
}

.ios-modal-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(123, 67, 48, 0.3);
}

.copyright {
  border-color: #ffffff1d;
  text-align: center;
  color: #bfaea5
}

@media(max-width:850px) {
  .topbar-details {
    gap: 10px
  }

  .topbar-details a:nth-child(3),
  .topbar-social {
    display: none
  }

  .navbar {
    width: min(100% - 40px, 1440px)
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:520px) {
  .topbar {
    display: none
  }

  .footer-grid {
    grid-template-columns: 1fr
  }
}

.topbar-social {
  display: flex;
  align-items: center;
  gap: 7px;
  letter-spacing: 0
}

.topbar-social a {
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  color: var(--primary);
  font-size: 11px;
  line-height: 1
}

.services-mega {
  position: absolute;
  z-index: 30;
  top: 100%;
  left: 50%;
  display: block;
  width: min(1160px, calc(100% - 48px));
  padding: 26px 22px 16px;
  border: 1px solid #ead9d0;
  border-radius: 0 0 24px 24px;
  background: #fffaf4;
  box-shadow: 0 24px 60px #543a2d24;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -4px);
  transition: opacity .2s ease, transform .2s ease
}

.site-header:has(.services-menu-trigger:hover) .services-mega,
.services-mega:hover {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0)
}

.services-mega-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  min-height: 420px
}

.services-mega-grid section {
  display: grid;
  align-content: start;
  gap: 5px
}

.services-mega-grid h3 {
  margin: 0 0 9px;
  border-bottom: 1px solid #dfcdc2;
  padding-bottom: 11px;
  color: var(--primary);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 500
}

.services-mega-grid a,
.services-mega-grid span {
  padding: 4px 3px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35
}

.services-mega-grid a:hover {
  border-radius: 5px;
  background: #f2e4dc;
  color: var(--primary)
}

.services-mega-more {
  display: block;
  border-top: 1px solid #e2d0c5;
  padding: 14px 3px 0;
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
  text-align: right
}

.trust-grid {
  gap: 0 !important;
  padding-block: 18px !important
}

.trust-grid>div {
  display: flex !important;
  align-items: center;
  gap: 12px;
  border-left: 0 !important;
  padding: 0 22px !important
}

.trust-grid>div+div {
  border-left: 1px solid #eaded7 !important
}

.trust-grid i {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  border-radius: 50%;
  background: #f3e6de;
  color: var(--primary);
  font-size: 14px;
  font-style: normal
}

.trust-grid>div>span {
  display: grid;
  gap: 3px
}

.trust-grid b {
  font-size: 13px !important
}

.trust-grid em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal
}

@media(max-width:850px) {
  .services-mega {
    display: none
  }

  .trust-grid>div {
    padding: 12px !important
  }

  .trust-grid>div:nth-child(odd) {
    border-left: 0 !important
  }
}

@media(max-width:520px) {
  .trust-grid>div {
    gap: 8px;
    padding: 10px 5px !important
  }

  .trust-grid i {
    width: 25px;
    height: 25px;
    flex-basis: 25px
  }

  .trust-grid b {
    font-size: 11px !important
  }

  .trust-grid em {
    font-size: 9px
  }
}

.home-service-card,
.home-product-card {
  height: 100%
}

.home-service-card small {
  min-height: 64px
}

.home-product-card footer {
  margin-top: auto;
  padding-top: 16px
}

.guest-actions {
  display: none;
  align-items: center;
  gap: 9px
}

.guest-login {
  display: inline-flex
}

.guest-register {
  display: inline-flex;
  border-radius: 999px;
  background: var(--primary);
  padding: 10px 15px;
  color: var(--paper);
  font-size: 13px;
  font-weight: 700
}

.user-preview {
  border: 0;
  background: transparent;
  cursor: pointer
}

.hero-original {
  margin-top: 28px !important;
  margin-bottom: 24px
}

.home-booking {
  padding-top: 62px !important;
  padding-bottom: 64px !important
}

.home-section {
  padding-top: 92px !important;
  padding-bottom: 92px !important
}

.home-product-grid,
.home-service-grid,
.home-category-grid,
.home-expert-grid {
  align-items: stretch
}

.home-product-card {
  display: flex;
  flex-direction: column
}

.home-product-card h3 {
  min-height: 52px
}

.home-product-card footer {
  min-height: 34px
}

.home-category-card {
  height: 100%
}

.home-muted .home-section {
  padding-top: 88px !important;
  padding-bottom: 88px !important
}

@media(max-width:520px) {
  .hero-original {
    margin-top: 18px !important
  }

  .home-booking {
    padding-top: 38px !important;
    padding-bottom: 46px !important
  }

  .home-section,
  .home-muted .home-section {
    padding-top: 62px !important;
    padding-bottom: 62px !important
  }

  .home-product-card h3 {
    min-height: 0
  }
}

/* 3005 kaynak ölçüleri: slider sonrasındaki içerik daha geniş ve belirgin görünür. */
.booking-planner {
  max-width: 1160px !important
}

.home-section.wrap,
.home-muted .home-section.wrap {
  width: min(1240px, calc(100% - 40px))
}

.home-title h2 {
  font-size: 44px
}

.about-page {
  padding: 64px 24px 96px;
  background: #f7f2ed
}

.about-heading {
  max-width: 768px;
  margin: 0 auto 40px;
  text-align: center
}

.about-heading h1 {
  margin: 16px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  font-weight: 500;
  letter-spacing: -.03em
}

.about-ornament {
  display: flex;
  width: 96px;
  align-items: center;
  gap: 8px;
  margin: 20px auto 0;
  color: var(--primary);
  opacity: .62
}

.about-ornament span {
  height: 1px;
  flex: 1;
  background: currentColor
}

.about-ornament b {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px
}

.about-hero-card {
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  border: 1px solid #eadfd8;
  border-radius: 32px;
  background: #fffdf9;
  box-shadow: 0 24px 70px #5b403514
}

.about-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 56px
}

.about-copy h2 {
  max-width: 570px;
  margin: 20px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -.035em
}

.about-copy>i {
  display: block;
  width: 64px;
  height: 1px;
  margin: 24px 0;
  background: #9d715e80
}

.about-copy>div {
  max-width: 560px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85
}

.about-copy>div p {
  margin: 0 0 14px
}

.about-copy nav {
  margin-top: 18px
}

.about-photo {
  min-height: 520px;
  background: #ddc2b6
}

.about-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.about-strengths {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  max-width: 1200px;
  margin: 28px auto 0;
  overflow: hidden;
  border: 1px solid #eadfd8;
  border-radius: 28px;
  background: #fffdf9
}

.about-strengths article {
  min-height: 205px;
  padding: 27px 24px
}

.about-strengths article+article {
  border-left: 1px solid #eadfd8
}

.about-strengths i {
  color: var(--primary);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-style: normal
}

.about-strengths h2 {
  margin: 17px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 500
}

.about-strengths p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65
}

@media(max-width:1000px) {
  .about-strengths {
    grid-template-columns: repeat(3, 1fr)
  }

  .about-strengths article:nth-child(4) {
    border-left: 0
  }

  .about-strengths article:nth-child(n+4) {
    border-top: 1px solid #eadfd8
  }
}

@media(max-width:800px) {
  .booking-planner {
    max-width: 100% !important
  }

  .about-page {
    padding: 42px 18px 66px
  }

  .about-heading h1 {
    font-size: 40px
  }

  .about-hero-card {
    grid-template-columns: 1fr
  }

  .about-copy {
    padding: 44px 34px
  }

  .about-copy h2 {
    font-size: 43px
  }

  .about-photo {
    min-height: 350px
  }

  .about-strengths {
    grid-template-columns: repeat(2, 1fr)
  }

  .about-strengths article:nth-child(even) {
    border-left: 1px solid #eadfd8
  }

  .about-strengths article:nth-child(odd) {
    border-left: 0
  }

  .about-strengths article:nth-child(n+3) {
    border-top: 1px solid #eadfd8
  }
}

@media(max-width:520px) {

  .home-section.wrap,
  .home-muted .home-section.wrap {
    width: min(100% - 28px, 1240px)
  }

  .home-title h2 {
    font-size: 35px
  }

  .about-page {
    padding-inline: 14px
  }

  .about-heading h1 {
    font-size: 34px
  }

  .about-copy {
    padding: 36px 25px
  }

  .about-copy h2 {
    font-size: 36px
  }

  .about-strengths {
    grid-template-columns: 1fr
  }

  .about-strengths article {
    min-height: 0;
    border-left: 0 !important
  }

  .about-strengths article+article {
    border-top: 1px solid #eadfd8
  }

  .about-photo {
    min-height: 270px
  }
}

/* Hakkımızda: 3005'teki bütün uzun sayfa akışı */
.about-story {
  display: grid;
  grid-template-columns: 1fr .9fr;
  align-items: center;
  gap: 80px;
  padding-block: 124px
}

.about-story h2,
.about-block h2,
.about-values h2,
.about-reviews h2,
.about-faq h2,
.about-cta h2 {
  margin: 14px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -.03em
}

.about-story>div:first-child>p:not(.eyebrow) {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9
}

.about-editorial {
  position: relative;
  min-height: 500px
}

.about-editorial img {
  position: absolute;
  width: 70%;
  height: 76%;
  object-fit: cover;
  overflow: hidden
}

.about-editorial img:first-child {
  left: 0;
  top: 0;
  border-radius: 128px 128px 32px 32px
}

.about-editorial img:last-child {
  right: 0;
  bottom: 0;
  width: 55%;
  height: 58%;
  border: 10px solid #f7f2ed;
  border-radius: 32px 112px 112px 32px
}

.about-stats {
  background: #eadbd2
}

.about-stats>.wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-block: 74px
}

.about-stats article {
  text-align: center
}

.about-stats b {
  display: block;
  color: var(--primary);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  font-weight: 500
}

.about-stats span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em
}

.about-block {
  padding-block: 100px
}

.about-block>p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px
}

.branch-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px
}

.branch-grid>article {
  overflow: hidden;
  border: 1px solid #eadfd8;
  border-radius: 32px;
  background: #fffdf9
}

.branch-tone {
  position: relative;
  height: 200px;
  overflow: hidden
}

.branch-tone::before,
.branch-tone::after {
  position: absolute;
  content: '';
  border-radius: 90px 90px 0 0;
  background: #fffdf966
}

.branch-tone::before {
  left: 14%;
  top: 18%;
  width: 34%;
  height: 64%
}

.branch-tone::after {
  right: -16%;
  bottom: -45%;
  width: 78%;
  height: 125%;
  border: 1px solid #fffdf98a;
  background: #fffdf930
}

.branch-tone i {
  position: absolute;
  right: 28px;
  bottom: 15px;
  z-index: 1;
  color: #fffdf9c7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-style: normal
}

.tone-a {
  background: #e4c5b8
}

.tone-b {
  background: #d9d1c4
}

.tone-c {
  background: #ead5ca
}

.branch-grid>article>div:last-child {
  padding: 23px
}

.branch-grid h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 500
}

.branch-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px
}

.branch-grid nav {
  display: flex;
  gap: 12px;
  margin-top: 23px
}

.branch-grid nav a {
  border: 1px solid #dccac1;
  border-radius: 999px;
  padding: 11px 16px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 700
}

.branch-grid nav a:last-child {
  border-color: var(--primary);
  background: var(--primary);
  color: #fffdf9
}

.about-experts {
  padding-top: 30px;
  min-height: 360px
}

.about-experts>p:not(.eyebrow) {
  margin-top: 14px
}

.about-expert-grid {
  margin-top: 42px
}

.about-expert-grid p {
  color: var(--muted);
  font-size: 14px
}

.about-values {
  padding-block: 104px;
  background: #f4ede6
}

.about-values>div>div {
  margin-top: 44px
}

.about-values article {
  display: grid;
  grid-template-columns: 90px 1fr 1.4fr;
  gap: 18px;
  align-items: start;
  border-top: 1px solid #dbcac1;
  padding: 30px 0
}

.about-values article i {
  color: #b58b7d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-style: normal
}

.about-values h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500
}

.about-values p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7
}

.about-steps>div {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-top: 42px
}

.about-steps article {
  border-top: 1px solid #d8c3b8;
  padding-top: 22px
}

.about-steps i {
  color: #b78976;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-style: normal
}

.about-steps h3 {
  margin: 14px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 500
}

.about-steps>.button {
  margin-top: 38px
}

.about-reviews {
  padding-block: 96px;
  background: #fffdf9
}

.about-reviews>div>div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 46px
}

.about-reviews blockquote {
  min-height: 235px;
  margin: 0;
  border-radius: 28px;
  background: #f3ebe5;
  padding: 28px
}

.about-reviews blockquote b {
  color: var(--primary);
  font-size: 13px;
  letter-spacing: .15em
}

.about-reviews blockquote p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.42
}

.about-reviews cite {
  font-size: 12px;
  font-style: normal;
  font-weight: 700
}

.about-faq {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 70px;
  padding-block: 110px
}

.about-faq h2 {
  font-size: 49px
}

.about-faq details {
  border-top: 1px solid #dac9c0
}

.about-faq details:last-child {
  border-bottom: 1px solid #dac9c0
}

.about-faq summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  padding: 23px 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
  list-style: none
}

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

.about-faq summary b {
  color: var(--primary);
  font-size: 20px;
  font-weight: 400
}

.about-faq details p {
  max-width: 670px;
  margin: 0;
  padding: 0 0 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7
}

.about-cta {
  margin-bottom: 0;
  border-radius: 40px;
  background: #e5c5b7;
  padding: 78px 30px;
  text-align: center
}

.about-cta h2 {
  max-width: 760px;
  margin-inline: auto;
  font-size: 53px
}

.about-cta>p:not(.eyebrow) {
  max-width: 610px;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: 15px
}

.about-cta nav {
  display: flex;
  justify-content: center;
  gap: 13px;
  margin-top: 32px
}

@media(max-width:850px) {
  .about-story {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-block: 72px
  }

  .about-stats>.wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px
  }

  .branch-grid,
  .about-reviews>div>div {
    grid-template-columns: 1fr
  }

  .about-values article {
    grid-template-columns: 60px 1fr
  }

  .about-values article p {
    grid-column: 2
  }

  .about-steps>div {
    grid-template-columns: repeat(2, 1fr)
  }

  .about-faq {
    grid-template-columns: 1fr;
    gap: 35px
  }

  .about-block,
  .about-values,
  .about-reviews,
  .about-faq {
    padding-block: 72px
  }
}

@media(max-width:520px) {

  .about-story h2,
  .about-block h2,
  .about-values h2,
  .about-reviews h2,
  .about-faq h2,
  .about-cta h2 {
    font-size: 37px
  }

  .about-story {
    padding-block: 55px
  }

  .about-editorial {
    min-height: 350px
  }

  .about-stats>.wrap {
    padding-block: 48px
  }

  .about-stats b {
    font-size: 38px
  }

  .about-block,
  .about-values,
  .about-reviews,
  .about-faq {
    padding-block: 55px
  }

  .branch-grid {
    margin-top: 32px
  }

  .about-values article {
    grid-template-columns: 44px 1fr
  }

  .about-steps>div {
    grid-template-columns: 1fr
  }

  .about-reviews blockquote {
    min-height: 0
  }

  .about-cta {
    border-radius: 28px;
    padding: 52px 20px
  }

  .about-cta nav {
    flex-direction: column;
    align-items: center
  }
}

.packages-hero {
  padding: 72px 24px 54px;
  background: #f7f2ed
}

.packages-hero>div {
  max-width: 1240px;
  margin: auto;
  border: 1px solid #eadfd8;
  border-radius: 36px;
  background: #ead6cc;
  padding: 78px 48px;
  text-align: center;
  box-shadow: 0 24px 70px #5b403512
}

.packages-hero h1 {
  max-width: 760px;
  margin: 20px auto 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1
}

.packages-hero p:not(.eyebrow) {
  max-width: 660px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7
}

.packages-section {
  padding-block: 94px
}

.packages-section header {
  max-width: 760px
}

.packages-section h2 {
  margin: 13px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  font-weight: 500
}

.packages-section header>p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 52px
}

.packages-grid article {
  display: flex;
  min-height: 490px;
  flex-direction: column;
  border: 1px solid #e5d5cd;
  border-radius: 32px;
  background: #fffdf9;
  padding: 28px;
  box-shadow: 0 14px 35px #5b40350d
}

.packages-grid h3 {
  margin: 14px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.15
}

.packages-grid ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  border-block: 1px solid #e2d1c7;
  padding: 21px 0;
  list-style: none;
  color: var(--muted);
  font-size: 14px
}

.packages-grid li::before {
  margin-right: 9px;
  color: var(--primary);
  content: '✦'
}

.packages-grid dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 20px 0 0
}

.packages-grid dt {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .06em
}

.packages-grid dd {
  margin: 7px 0 0;
  font-size: 14px;
  font-weight: 700
}

.packages-grid dl div:last-child dd {
  color: var(--primary);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 500
}

.packages-grid>b {
  margin-top: 22px;
  border-radius: 11px;
  background: #f1e5de;
  padding: 12px;
  color: var(--primary);
  font-size: 13px
}

.packages-grid .button {
  width: 100%;
  margin-top: auto;
  border-radius: 999px;
  padding: 13px;
  text-align: center
}

@media(max-width:850px) {
  .packages-grid {
    grid-template-columns: 1fr
  }

  .packages-hero h1,
  .packages-section h2 {
    font-size: 43px
  }
}

@media(max-width:520px) {
  .packages-hero {
    padding: 38px 14px
  }

  .packages-hero>div {
    border-radius: 28px;
    padding: 52px 24px
  }

  .packages-hero h1,
  .packages-section h2 {
    font-size: 36px
  }

  .packages-section {
    padding-block: 58px
  }

  .packages-grid {
    margin-top: 34px
  }
}

.services-hero {
  padding: 64px 20px;
  background: #f7f2ed
}

.services-hero-card {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  max-width: 1160px;
  margin: auto;
  overflow: hidden;
  border: 1px solid #eadfd8;
  border-radius: 36px;
  background: var(--paper);
  box-shadow: 0 24px 70px #5b403512
}

.services-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 64px
}

.services-hero-copy h1,
.section-intro h2 {
  margin: 18px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -.03em
}

.services-hero-copy>p:not(.eyebrow),
.section-intro>p:not(.eyebrow) {
  max-width: 600px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75
}

.services-hero-copy .button {
  margin-top: 30px
}

.services-hero-image {
  min-height: 500px;
  overflow: hidden;
  background: #ddbeb1
}

.services-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.service-browser {
  padding-block: 85px
}

.section-intro {
  max-width: 760px
}

.category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 34px
}

.category-pills button {
  border: 1px solid #dbc9c0;
  border-radius: 999px;
  padding: 11px 16px;
  background: var(--paper);
  color: var(--muted);
  font-size: 14px;
  font-weight: 700
}

.category-pills button.selected {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--paper)
}

.category-pills span {
  font-weight: 400;
  opacity: .75
}

.service-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 22px;
  margin-top: 46px
}

.service-card {
  overflow: hidden;
  border-radius: 30px;
  background: var(--paper)
}

.service-card-image {
  height: 270px;
  overflow: hidden;
  background: var(--soft)
}

.service-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s
}

.service-card:hover img {
  transform: scale(1.04)
}

.service-card-copy {
  padding: 20px
}

.service-card-copy p {
  margin: 0;
  color: var(--primary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase
}

.service-card-copy h3 {
  margin: 11px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500
}

.service-card-copy>span {
  color: var(--primary);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px
}

.service-card-copy a {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid var(--line);
  font-size: 14px;
  font-weight: 700
}

.popular-services {
  padding-block: 85px;
  background: var(--paper)
}

.popular-service-list {
  display: grid;
  gap: 70px;
  margin-top: 55px
}

.popular-service {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 52px
}

.popular-service.reverse img {
  order: 2
}

.popular-service img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 28px
}

.popular-service h3 {
  margin: 14px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 47px;
  font-weight: 500;
  line-height: 1.1
}

.popular-service div>p:not(.eyebrow) {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7
}

.popular-service strong {
  display: block;
  margin-top: 18px;
  color: var(--primary);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500
}

.popular-service span {
  display: flex;
  gap: 24px;
  margin-top: 24px
}

.popular-service span a {
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 700
}

.popular-service span a:last-child {
  color: var(--primary)
}

.service-values {
  padding-block: 85px;
  background: #eadbd2
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 45px
}

.value-grid article {
  border-top: 1px solid #b99b8d;
  padding-top: 22px
}

.value-grid i {
  color: var(--primary);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-style: normal
}

.value-grid h3 {
  margin: 20px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500
}

.value-grid p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7
}

@media(max-width:850px) {

  .services-hero-card,
  .popular-service {
    grid-template-columns: 1fr
  }

  .services-hero-copy {
    padding: 42px
  }

  .services-hero-copy h1,
  .section-intro h2 {
    font-size: 43px
  }

  .services-hero-image {
    min-height: 320px
  }

  .service-card-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .popular-service.reverse img {
    order: 0
  }

  .value-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:520px) {
  .services-hero {
    padding: 25px 14px
  }

  .services-hero-card {
    border-radius: 26px
  }

  .services-hero-copy {
    padding: 33px 25px
  }

  .services-hero-copy h1,
  .section-intro h2 {
    font-size: 35px
  }

  .service-browser,
  .popular-services,
  .service-values {
    padding-block: 55px
  }

  .service-card-grid {
    grid-template-columns: 1fr
  }

  .popular-service h3 {
    font-size: 36px
  }

  .value-grid {
    grid-template-columns: 1fr
  }

  .popular-service {
    gap: 30px
  }

  .popular-service img {
    height: 270px
  }
}

.products-intro {
  padding-block: 58px 36px
}

.products-intro h1 {
  margin: 12px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 76px;
  font-weight: 500;
  letter-spacing: -.04em
}

.products-intro p {
  max-width: 650px;
  color: var(--muted);
  line-height: 1.7
}

.product-browser {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 34px;
  padding-bottom: 80px
}

.product-filters {
  align-self: start;
  position: sticky;
  top: 100px;
  display: grid;
  gap: 21px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--paper);
  box-shadow: 0 8px 20px #5b40330d
}

.product-filters h2 {
  margin: 0;
  font-size: 20px
}

.product-filters p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px
}

.product-filters label,
.product-filters>div {
  display: grid;
  gap: 8px;
  font-size: 13px;
  font-weight: 700
}

.product-filters input,
.product-filters select {
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--paper);
  padding: 0 11px
}

.product-categories {
  display: grid;
  gap: 3px
}

.product-categories button,
.product-filters>button {
  border: 0;
  border-radius: 9px;
  background: transparent;
  padding: 9px;
  text-align: left;
  color: var(--muted);
  font-size: 13px
}

.product-categories button.selected {
  background: var(--primary);
  color: var(--paper)
}

.price-range {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px
}

.stock-check {
  display: flex !important;
  align-items: center;
  gap: 9px;
  border-radius: 10px;
  background: var(--soft);
  padding: 11px
}

.stock-check input {
  width: 15px;
  height: 15px
}

.product-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 14px
}

.product-toolbar strong {
  color: var(--ink)
}

.product-toolbar label {
  display: flex;
  align-items: center;
  gap: 10px
}

.product-toolbar select {
  height: 39px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--paper);
  padding: 0 9px
}

.product-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--paper)
}

.product-card img {
  width: 100%;
  height: 225px;
  object-fit: cover;
  background: var(--soft)
}

.product-card>div {
  padding: 17px
}

.product-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px
}

.product-card h3 {
  margin: 9px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 500
}

.product-card span {
  display: block;
  color: var(--primary);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px
}

.product-card button {
  width: 100%;
  margin-top: 17px;
  border: 1px solid var(--primary);
  border-radius: 999px;
  background: transparent;
  padding: 10px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 700
}

@media(max-width:900px) {
  .product-browser {
    grid-template-columns: 1fr
  }

  .product-filters {
    position: static
  }

  .product-card-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:520px) {
  .products-intro h1 {
    font-size: 52px
  }

  .product-toolbar {
    align-items: flex-start;
    gap: 13px;
    flex-direction: column
  }

  .product-card-grid {
    grid-template-columns: 1fr
  }
}

.product-card-image {
  position: relative !important;
  display: grid !important;
  height: auto !important;
  min-height: 230px;
  place-items: center;
  overflow: hidden;
  background: #f0e4dc;
  padding: 0 !important
}

.product-card-image>img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.product-card-image i {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border-radius: 50%;
  background: #fffaf5;
  color: #c9a092;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-style: normal
}

.product-card-image em {
  position: absolute;
  top: 13px;
  right: 13px;
  border-radius: 999px;
  background: #d4eedc;
  padding: 5px 9px;
  color: #44845c;
  font-size: 10px;
  font-style: normal
}

.product-card-image em::first-letter {}

.product-image-upload {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 122px;
  border: 1px solid var(--primary);
  border-radius: 999px;
  padding: 9px 13px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer
}

.product-image-upload input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer
}

.product-image-upload:hover {
  background: #f3e6de
}

/* Hizmet görselleri isteğe bağlıdır. Görsel yokken kartın üstü oval bir
   yer tutucu olarak kalır; yönetimden yüklenen görsel aynı alanı doldurur. */
.service-card-image {
  position: relative;
  height: 250px;
  border-radius: 124px 124px 28px 28px;
  background: #e7c8ba
}

.service-card-image::before {
  position: absolute;
  inset: 28px 23%;
  border: 1px solid #fff9f1a8;
  border-radius: 999px 999px 34px 34px;
  content: ''
}

.service-card-image i {
  position: absolute;
  right: 24%;
  bottom: 28px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #b98774;
  opacity: .58
}

.service-card-image img {
  position: relative;
  z-index: 1;
  border-radius: inherit
}

.popular-service-visual {
  position: relative;
  height: 350px;
  border-radius: 100px 100px 28px 28px;
  background: #e7c8ba;
  overflow: hidden
}

.popular-service-visual::before {
  position: absolute;
  top: 45px;
  left: 25%;
  width: 34%;
  height: 68%;
  border-radius: 999px 999px 32px 32px;
  background: #f3dfd4;
  content: ''
}

.popular-service-visual::after {
  position: absolute;
  right: 17%;
  bottom: 10%;
  width: 38%;
  aspect-ratio: 1;
  border: 1px solid #fff9f1b5;
  border-radius: 50%;
  content: ''
}

.home-service-card>div>i {
  position: absolute;
  inset: 18% 26%;
  border: 1px solid #fff9f1a8;
  border-radius: 999px 999px 34px 34px
}

.home-service-card>div>i::after {
  position: absolute;
  right: -48px;
  bottom: -45px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #b98774;
  content: ''
}

.contact-branches article>nav {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 16px 22px 0
}

.contact-branches article>nav a {
  width: max-content;
  border: 1px solid #dfd2cb;
  border-radius: 999px;
  padding: 9px 14px;
  color: var(--primary);
  font-size: 11px;
  font-weight: 700
}

.contact-branches article>nav .button {
  border-color: var(--primary);
  background: var(--primary);
  color: #fff
}

/* Kayıt ve giriş kartları referans tasarımdaki daha kısa, üstten hizalı
   görünümü kullanır. */
.auth-shell {
  min-height: auto;
  align-items: start;
  padding: 48px 20px 58px
}

.auth-card {
  width: min(100%, 1000px);
  box-shadow: 0 24px 60px #5d44321c
}

.auth-side {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  padding: 42px 36px;
  background: #f1e3d9
}

.auth-side::before,
.auth-side::after {
  position: absolute;
  display: block;
  border-radius: 50%;
  content: ''
}

.auth-side::before {
  top: -126px;
  right: -72px;
  width: 270px;
  height: 270px;
  background: #e7cdbf
}

.auth-side::after {
  bottom: -112px;
  left: -18px;
  width: 320px;
  height: 270px;
  background: #e5c8bc
}

.auth-side>* {
  position: relative;
  z-index: 1
}

.auth-side .brand {
  top: 24px;
  left: 28px
}

.auth-side h1 {
  max-width: 370px;
  font-size: 40px;
  line-height: 1.08
}

.auth-side ul {
  font-size: 14px;
  line-height: 2
}

.auth-form {
  padding: 52px 48px
}

.auth-form h1 {
  margin: 16px 0 14px;
  font-size: 39px
}

.auth-form>p:not(.eyebrow) {
  margin: 0;
  font-size: 14px
}

.auth-form form {
  gap: 14px;
  margin-top: 25px
}

.auth-form label {
  gap: 7px;
  font-size: 13px
}

.auth-form input {
  height: 48px;
  border-radius: 12px;
  font-size: 14px
}

.auth-form .button {
  min-height: 44px;
  padding: 12px 20px;
  font-size: 14px
}

.password-field {
  position: relative;
  display: block
}

.auth-form .password-field input {
  width: 100%;
  padding-right: 76px
}

.password-toggle {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  padding: 5px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer
}

.password-toggle:hover {
  text-decoration: underline
}

@media(max-width:620px) {
  .auth-shell {
    padding: 0
  }

  .auth-form {
    padding: 42px 22px
  }

  .auth-side {
    display: none
  }
}

/* 3005 yönetim ana ekranı: baş harf rozetli menü ve kısa özet kartları. */
.panel-sidebar .nav-dot {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800
}

.panel-sidebar .nav-dot::after {
  display: none
}

.panel-sidebar nav a.active .nav-dot {
  background: var(--primary);
  color: #fff
}

.panel-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  margin-top: 28px
}

.dashboard-stat {
  display: block;
  position: relative;
  min-height: 142px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
  padding: 20px;
  transition: transform .18s ease, box-shadow .18s ease
}

.dashboard-stat:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px #5d443212
}

.dashboard-stat p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em
}

.dashboard-stat b {
  display: block;
  margin-top: 10px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.1
}

.dashboard-stat small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px
}

.dashboard-stat i {
  position: absolute;
  right: 17px;
  top: 17px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 12px;
  background: var(--soft);
  color: var(--primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 800
}

.dashboard-stat:last-child {
  border-color: #d5beb2;
  background: #fffaf7
}

.dashboard-stat:last-child i {
  background: var(--primary);
  color: #fff
}

@media(max-width:1100px) {
  .panel-dashboard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media(max-width:620px) {
  .panel-dashboard-grid {
    grid-template-columns: 1fr
  }

  .dashboard-stat {
    min-height: 124px
  }
}

.product-filters,
.product-filters * {
  box-sizing: border-box
}

.product-filters label,
.product-filters>div {
  min-width: 0;
  width: 100%
}

.product-filters input,
.product-filters select {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important
}

.product-filters .price-range {
  width: 100%
}

.product-filters .price-range input {
  min-width: 0 !important;
  width: 100% !important
}

.product-filters .stock-check {
  width: 100%;
  white-space: normal
}

.panel-page .auth-shell {
  min-height: 100vh
}

/* Campaigns page mirrored from the reference layout. */
.campaign-hero {
  padding: 24px 16px 36px;
  background: #fbf8f5
}

.campaign-hero-card {
  max-width: 960px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  overflow: hidden;
  border: 1px solid #eadbd2;
  border-radius: 20px;
  background: #fffdfa;
  box-shadow: 0 10px 30px rgba(70,42,30,.06);
}

.campaign-hero-copy {
  padding: 36px 40px;
  align-self: center
}

.campaign-hero h1,
.campaign-featured h2,
.campaign-showcase h2,
.campaign-membership h2,
.campaign-weekly h2,
.campaign-steps h2,
.campaign-faq h2,
.campaign-cta h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.12;
  color: #1f2630
}

.campaign-hero h1 {
  max-width: 480px;
  font-size: clamp(26px, 2.8vw, 36px);
  margin: 10px 0 14px;
  letter-spacing: -.02em
}

.campaign-hero-copy>p:not(.eyebrow) {
  max-width: 440px;
  font-size: 14px;
  line-height: 1.55;
  color: #765e53
}

.button-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px
}

.campaign-art {
  position: relative;
  overflow: hidden;
  min-height: 100%
}

.campaign-art i,
.campaign-art b,
.campaign-art em {
  position: absolute;
  display: block
}

.campaign-art-hero {
  min-height: 220px;
  background: #e3c1b2
}

.campaign-art-hero i {
  width: 64%;
  height: 83%;
  right: 4%;
  top: 9%;
  border-radius: 130px 130px 28px 28px;
  background: #efd7cc
}

.campaign-art-hero b {
  width: 21%;
  height: 45%;
  left: 22%;
  bottom: 14%;
  border-radius: 72px 72px 12px 12px;
  background: #bd8c7b
}

.campaign-art-hero em {
  width: 18%;
  aspect-ratio: 1;
  right: 17%;
  bottom: 13%;
  border-radius: 50%;
  background: #aa7869
}

.campaign-featured {
  padding: 64px 0 80px
}

.campaign-featured>.eyebrow {
  margin-bottom: 18px
}

.campaign-feature-card {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  max-width: 1120px;
  overflow: hidden;
  border-radius: 28px;
  background: #ead8cf
}

.campaign-art-feature {
  min-height: 388px;
  background: #d5ad9c
}

.campaign-art-feature i {
  height: 70%;
  width: 56%;
  left: 13%;
  bottom: 12%;
  border-radius: 100px 100px 16px 16px;
  background: #efd5c9
}

.campaign-art-feature b {
  height: 33%;
  aspect-ratio: 1;
  right: 10%;
  bottom: 12%;
  border-radius: 50%;
  background: #b98978
}

.campaign-feature-copy {
  padding: 45px 40px
}

.campaign-tag {
  display: inline-block;
  border-radius: 999px;
  background: #9d705f;
  color: #fff;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em
}

.campaign-feature-copy h2 {
  font-size: clamp(32px, 3.4vw, 54px);
  max-width: 450px;
  margin: 21px 0
}

.campaign-feature-copy>p {
  max-width: 500px;
  line-height: 1.75;
  color: #705d55
}

.campaign-feature-copy dl {
  display: flex;
  gap: 40px;
  border-top: 1px solid #d9c7bf;
  border-bottom: 1px solid #d9c7bf;
  padding: 14px 0;
  margin: 22px 0
}

.campaign-feature-copy dl div {
  display: flex;
  gap: 5px;
  font-size: 13px
}

.campaign-feature-copy dd {
  margin: 0
}

.campaign-showcase {
  padding: 74px 0
}

.campaign-showcase h2,
.campaign-membership h2,
.campaign-steps h2,
.campaign-faq h2 {
  font-size: clamp(37px, 4vw, 58px);
  margin: 10px 0
}

.campaign-showcase header>p:not(.eyebrow),
.campaign-membership p,
.campaign-steps article p,
.campaign-faq>div>p {
  color: #755f54
}

.campaign-filter {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin: 29px 0
}

.campaign-filter button {
  border: 1px solid #dfd1c9;
  background: #fffdfa;
  color: #342a27;
  border-radius: 999px;
  padding: 10px 18px;
  cursor: pointer
}

.campaign-filter button.active {
  background: #9d705f;
  color: #fff;
  border-color: #9d705f
}

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

.campaign-card {
  border: 1px solid #e7dbd4;
  border-radius: 25px;
  overflow: hidden;
  background: #fffdf9
}

.campaign-card[hidden] {
  display: none
}

.campaign-card-art {
  height: 170px;
  position: relative;
  overflow: hidden
}

.campaign-card-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.campaign-hero-card .campaign-art-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

.campaign-card-art i,
.campaign-card-art b {
  position: absolute;
  display: block
}

.campaign-card-art i {
  left: 13%;
  top: 16%;
  height: 55%;
  width: 28%;
  border-radius: 62px 62px 10px 10px;
  background: rgba(255, 255, 255, .37)
}

.campaign-card-art b {
  right: -12%;
  bottom: -25%;
  height: 125%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  background: rgba(255, 255, 255, .14)
}

.campaign-card-art em {
  position: absolute;
  bottom: 12px;
  right: 17px;
  font: 42px Georgia, serif;
  color: rgba(255, 255, 255, .68)
}

.tone-one .campaign-card-art {
  background: #e5c3b5
}

.tone-two .campaign-card-art {
  background: #d9d2c5
}

.tone-three .campaign-card-art {
  background: #e8d5ca
}

.tone-four .campaign-card-art {
  background: #d8b5a7
}

.tone-five .campaign-card-art {
  background: #ddd7ca
}

.tone-six .campaign-card-art {
  background: #e9cbc2
}

.campaign-card-copy {
  padding: 18px 18px 21px
}

.campaign-card-copy>div {
  display: flex;
  justify-content: space-between;
  gap: 8px
}

.campaign-card-copy span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  color: #986a5a
}

.campaign-card-copy small {
  font-size: 10px;
  color: #8b7469
}

.campaign-card h3 {
  font: 26px/1.08 Georgia, serif;
  margin: 13px 0;
  color: #202832
}

.campaign-card p {
  font-size: 13px;
  line-height: 1.65;
  color: #735d54;
  min-height: 65px;
  margin: 0
}

.campaign-card strong {
  display: block;
  font: 22px Georgia, serif;
  color: #986a5a;
  margin: 17px 0
}

.campaign-card a {
  font-size: 13px;
  color: #4b332b;
  border-bottom: 1px solid #aa806f;
  padding-bottom: 3px
}

.campaign-membership {
  background: #eadbd2
}

.campaign-membership>.wrap {
  padding-top: 74px;
  padding-bottom: 74px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center
}

.membership-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px
}

.membership-benefits article {
  border-top: 1px solid #b58c7c;
  padding-top: 17px
}

.membership-benefits i {
  font: 22px Georgia, serif;
  color: #9d705f;
  font-style: normal
}

.membership-benefits h3 {
  font: 22px Georgia, serif;
  font-weight: 500;
  margin: 17px 0 0
}

.campaign-weekly {
  padding: 78px 0
}

.campaign-weekly article {
  display: grid;
  grid-template-columns: 1fr .9fr;
  overflow: hidden;
  border-radius: 30px;
  background: #423630;
  color: #f9eee9
}

.campaign-weekly article>div:first-child {
  padding: 54px 58px
}

.campaign-weekly h2 {
  color: #fff4ef;
  font-size: clamp(35px, 4vw, 57px);
  max-width: 450px;
  margin: 15px 0
}

.campaign-weekly p {
  max-width: 440px;
  color: #dbcac1;
  line-height: 1.65
}

.campaign-price {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 30px 0 10px !important
}

.campaign-price b {
  font: 36px Georgia, serif;
  color: #fff
}

.campaign-price span {
  background: #e7c1b3;
  color: #3c2e29;
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 11px;
  font-weight: 800
}

.campaign-weekly small {
  display: block;
  font-weight: bold;
  letter-spacing: .12em
}

.campaign-weekly .light {
  background: #fff4ef;
  color: #423630;
  margin-top: 22px
}

.campaign-art-weekly {
  min-height: 340px;
  background: #bc8773
}

.campaign-art-weekly i {
  height: 66%;
  width: 27%;
  left: 18%;
  top: 15%;
  border-radius: 84px 84px 15px 15px;
  background: #e9cfc4
}

.campaign-art-weekly b {
  height: 80%;
  width: 80%;
  right: 2%;
  bottom: -25%;
  border: 1px solid #f8e6dc;
  border-radius: 50%
}

.campaign-art-weekly em {
  width: 100px;
  aspect-ratio: 1;
  right: 22%;
  bottom: 16%;
  border-radius: 50%;
  background: #8c5d50
}

.campaign-steps {
  background: #f4eee8
}

.campaign-steps .wrap {
  padding-top: 68px;
  padding-bottom: 68px
}

.campaign-steps .wrap>div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 35px
}

.campaign-steps article {
  border-top: 1px solid #d8c9c1;
  padding-top: 20px
}

.campaign-steps article>b {
  font: 28px Georgia, serif;
  color: #c69d8e
}

.campaign-steps h3 {
  font: 23px Georgia, serif;
  font-weight: 500;
  margin: 15px 0
}

.campaign-steps article p {
  font-size: 13px;
  line-height: 1.7
}

.campaign-faq {
  padding: 78px 0;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 78px
}

.faq-list details {
  border-top: 1px solid #dfd2cb;
  padding: 0
}

.faq-list details:last-child {
  border-bottom: 1px solid #dfd2cb
}

.faq-list summary {
  list-style: none;
  cursor: pointer;
  padding: 21px 25px 21px 0;
  font-weight: 700;
  position: relative
}

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

.faq-list summary::after {
  content: '+';
  position: absolute;
  right: 0;
  font-size: 20px;
  color: #a0705e
}

.faq-list details[open] summary::after {
  content: '−'
}

.faq-list p {
  margin: 0 22px 19px 0;
  color: #765f55;
  font-size: 14px;
  line-height: 1.6
}

.campaign-cta {
  background: #e7c2b2;
  border-radius: 28px;
  text-align: center;
  padding: 60px 24px;
  margin-bottom: 80px
}

.campaign-cta h2 {
  font-size: clamp(38px, 4vw, 61px);
  margin: 10px 0
}

.campaign-cta .button-row {
  justify-content: center
}

.light-outline {
  border-color: #fff !important;
  color: #fff !important
}

@media(max-width:760px) {
  .campaign-hero {
    padding: 25px 15px 48px
  }

  .campaign-hero-card,
  .campaign-feature-card,
  .campaign-membership>.wrap,
  .campaign-weekly article,
  .campaign-faq {
    grid-template-columns: 1fr
  }

  .campaign-hero-copy {
    padding: 28px 20px
  }

  .campaign-art-hero {
    min-height: 180px
  }

  .campaign-featured {
    padding: 45px 15px
  }

  .campaign-feature-copy {
    padding: 32px 26px
  }

  .campaign-feature-copy dl {
    display: block
  }

  .campaign-feature-copy dl div+div {
    margin-top: 9px
  }

  .campaign-showcase,
  .campaign-weekly,
  .campaign-faq {
    padding: 48px 15px
  }

  .campaign-card-grid {
    grid-template-columns: 1fr
  }

  .campaign-card p {
    min-height: 0
  }

  .campaign-membership>.wrap {
    padding: 52px 15px;
    gap: 38px
  }

  .membership-benefits {
    gap: 19px
  }

  .campaign-weekly article>div:first-child {
    padding: 38px 29px
  }

  .campaign-steps .wrap {
    padding: 51px 15px
  }

  .campaign-steps .wrap>div {
    grid-template-columns: 1fr
  }

  .campaign-faq {
    gap: 30px
  }

  .campaign-cta {
    margin: 0 15px 52px
  }

  .campaign-art-feature {
    min-height: 275px
  }
}

/* Blog reference layout */
.blog-page {
  padding-top: 54px;
  padding-bottom: 90px
}

.blog-page header {
  max-width: 760px
}

.blog-page h1 {
  margin: 13px 0 0;
  font: clamp(42px, 5vw, 66px)/1.04 Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.035em
}

.blog-page header>p:not(.eyebrow) {
  margin: 20px 0 0;
  max-width: 680px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7
}

.blog-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 52px;
  max-width: 1080px
}

.blog-card {
  min-width: 0
}

.blog-image {
  display: block;
  height: 240px;
  overflow: hidden;
  border-radius: 27px;
  background: #eadbd2
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s
}

.blog-image:hover img {
  transform: scale(1.04)
}

.blog-card-grid article>p {
  margin: 19px 0 0;
  color: var(--primary);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em
}

.blog-card-grid h2 {
  margin: 11px 0 0;
  font: 27px/1.15 Georgia, "Times New Roman", serif;
  font-weight: 500
}

.blog-card-grid h2 a {
  color: var(--ink)
}

.blog-card-grid article>span {
  display: block;
  margin-top: 15px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7
}

.blog-read {
  display: inline-block;
  margin-top: 17px;
  border-bottom: 1px solid var(--primary);
  padding-bottom: 3px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 700
}

.campaign-weekly {
  padding-top: 38px
}

@media(max-width:760px) {
  .blog-page {
    padding: 42px 15px 55px
  }

  .blog-card-grid {
    grid-template-columns: 1fr;
    gap: 38px;
    margin-top: 38px
  }

  .blog-image {
    height: 250px
  }

  .campaign-weekly {
    padding-top: 28px
  }
}

/* Campaign product and service selections */
.campaign-collection {
  padding: 68px 0 78px
}

.campaign-collection h2,
.campaign-services h2 {
  margin: 10px 0;
  font: clamp(37px, 4vw, 58px)/1.05 Georgia, "Times New Roman", serif;
  font-weight: 500;
  color: #1f2630
}

.campaign-collection header>p:not(.eyebrow),
.campaign-services header>p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px
}

.campaign-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 38px
}

.campaign-product-card>div {
  position: relative;
  display: grid;
  place-items: center;
  height: 230px;
  overflow: hidden;
  border-radius: 25px;
  background: #efe2da
}

.campaign-product-card>div img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.campaign-product-card>div i {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fffaf6;
  color: #c89a8d;
  font: 31px Georgia, serif;
  font-style: normal
}

.campaign-product-card em {
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 999px;
  background: #d8efe0;
  color: #478058;
  padding: 4px 7px;
  font-size: 9px;
  font-style: normal
}

.campaign-product-card>p {
  margin: 16px 0 0;
  color: #946654;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase
}

.campaign-product-card h3 {
  margin: 10px 0;
  color: #202832;
  font: 23px/1.1 Georgia, "Times New Roman", serif;
  font-weight: 500
}

.campaign-product-card strong {
  display: block;
  color: #986a5a;
  font: 19px Georgia, "Times New Roman", serif
}

.campaign-product-card span {
  display: flex;
  gap: 12px;
  margin-top: 13px
}

.campaign-product-card a,
.campaign-product-card button {
  border: 0;
  border-bottom: 1px solid #cfb09f;
  background: transparent;
  padding: 0 0 3px;
  color: #865a4b;
  font-size: 12px;
  cursor: pointer
}

.campaign-services {
  background: #fffdfa
}

.campaign-services>.wrap {
  padding-top: 68px;
  padding-bottom: 78px
}

.campaign-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 40px
}

.campaign-service-card {
  overflow: hidden;
  border: 1px solid #e6dad3;
  border-radius: 25px;
  background: #fffdfa
}

.campaign-service-card>div {
  position: relative;
  height: 180px;
  overflow: hidden;
  background: #e5c3b5
}

.campaign-service-card>div:before {
  content: "";
  position: absolute;
  left: 13%;
  top: 17%;
  width: 29%;
  height: 57%;
  border-radius: 65px 65px 12px 12px;
  background: rgba(255, 255, 255, .38)
}

.campaign-service-card>div:after {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -32%;
  width: 78%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 50%;
  background: rgba(255, 255, 255, .13)
}

.campaign-service-card.tone-2>div {
  background: #d9d2c5
}

.campaign-service-card.tone-3>div {
  background: #ead5ca
}

.campaign-service-card>div span {
  position: absolute;
  right: 20px;
  bottom: 13px;
  color: #fff9f4aa;
  font: 44px Georgia, serif
}

.campaign-service-card section {
  padding: 22px
}

.campaign-service-card section>p {
  margin: 0;
  color: #976857;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em
}

.campaign-service-card h3 {
  margin: 12px 0;
  color: #202832;
  font: 28px Georgia, "Times New Roman", serif;
  font-weight: 500
}

.campaign-service-card section>span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7
}

.campaign-service-card a {
  display: inline-block;
  margin-top: 20px;
  border-bottom: 1px solid #a97b6b;
  padding-bottom: 3px;
  color: #8d604e;
  font-size: 13px;
  font-weight: 700
}

.campaign-cta {
  background: #e8c2b3
}

@media(max-width:760px) {
  .campaign-collection {
    padding: 50px 15px
  }

  .campaign-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 15px
  }

  .campaign-product-card>div {
    height: 175px
  }

  .campaign-services>.wrap {
    padding: 50px 15px
  }

  .campaign-service-grid {
    grid-template-columns: 1fr
  }

  .campaign-service-card>div {
    height: 195px
  }
}

/* Blog detail pages and exact reference tones. */
.site-footer {
  background: #3f332e !important;
  color: #f8eee8
}

.site-footer .copyright {
  background: #3f332e
}

.campaign-cta {
  background: #e8c2b3 !important
}

.blog-detail {
  padding-bottom: 80px
}

.blog-detail>header {
  background: #f4ede7;
  padding: 64px 24px 42px
}

.blog-detail>header>div {
  width: min(780px, calc(100% - 30px));
  margin: auto
}

.blog-detail>header a {
  display: inline-block;
  color: var(--primary);
  font-size: 13px;
  font-weight: 700
}

.blog-detail .eyebrow {
  margin-top: 38px
}

.blog-detail h1 {
  max-width: 720px;
  margin: 17px 0;
  color: #202832;
  font: clamp(40px, 5vw, 64px)/1.05 Georgia, "Times New Roman", serif;
  font-weight: 500
}

.blog-detail>header span {
  color: var(--muted);
  font-size: 13px
}

.blog-detail-body {
  width: min(780px, calc(100% - 30px));
  margin: auto
}

.blog-detail-art {
  position: relative;
  overflow: hidden;
  height: 315px;
  margin-top: 0;
  border-radius: 0 0 28px 28px;
  background: var(--post-tone)
}

.blog-detail-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-detail-art i {
  position: absolute;
  left: 14%;
  top: 14%;
  display: block;
  height: 68%;
  width: 30%;
  border-radius: 112px 112px 16px 16px;
  background: #fff9f666
}

.blog-detail-art b {
  position: absolute;
  right: 15%;
  bottom: 12%;
  display: block;
  width: 112px;
  aspect-ratio: 1;
  border: 1px solid #fff9f6aa;
  border-radius: 50%;
  background: #fff9f62a
}

.blog-detail-copy {
  max-width: 620px;
  margin: 48px auto 0
}

.blog-detail-copy p {
  margin: 0 0 24px;
  color: #75665f;
  font-size: 15px;
  line-height: 1.85
}

.blog-detail-action {
  max-width: 620px;
  margin: 34px auto 0;
  border-top: 1px solid #dfd1c9;
  padding-top: 27px
}

.blog-detail-action .button {
  padding: 11px 18px;
  font-size: 13px
}

.bank-banner {
  width: 100%;
  margin: 0;
  height: clamp(140px, 16vw, 320px);
  padding: 0;
  overflow: hidden;
  background: #fff;
}

.bank-banner img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  object-fit: cover;
  object-position: center;
}

.bank-banner-workspace {
  max-width: 980px
}

.bank-banner-controls {
  display: grid;
  grid-template-columns: minmax(210px, .6fr) minmax(300px, 1.4fr);
  gap: 18px;
  margin: 26px 0
}

.bank-banner-upload {
  display: grid;
  gap: 8px;
  border: 1px dashed #d9b8aa;
  border-radius: 14px;
  padding: 16px;
  background: #fffaf6;
  color: #5e4439;
  font-weight: 700
}

.bank-banner-upload input {
  max-width: 100%;
  font-weight: 400
}

.bank-banner-upload small {
  color: #8a6a5e;
  font-weight: 500
}

.bank-banner-preview {
  overflow: hidden;
  max-width: 100%;
  margin: 0 0 18px;
  border: 1px solid #ead9d0;
  border-radius: 14px;
  background: #faf5f0
}

.bank-banner-preview img {
  display: block;
  width: 100%;
  aspect-ratio: 1920/420;
  object-fit: cover
}

.bank-banner-workspace .form-message {
  min-height: 22px;
  margin: 4px 0 14px
}

@media(max-width:650px) {
  .bank-banner {
    margin: 0;
    height: 125px;
    padding: 0
  }

  .bank-banner img {
    max-height: none
  }

  .bank-banner-controls {
    grid-template-columns: 1fr
  }

  .bank-banner-preview img {
    min-height: 110px
  }
}

@media(max-width:760px) {
  .blog-detail>header {
    padding: 46px 15px 34px
  }

  .blog-detail-body {
    width: min(100% - 30px, 780px)
  }

  .blog-detail-art {
    height: 225px
  }

  .blog-detail-copy {
    margin-top: 32px
  }

  .blog-detail-copy p {
    font-size: 14px
  }
}

/* Contact page */
.contact-hero {
  padding: 52px 24px 62px;
  background: #f7f2ed
}

.contact-hero-card {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  border: 1px solid #eadfd8;
  border-radius: 30px;
  background: #fffdf9;
  box-shadow: 0 20px 55px #5b403312
}

.contact-hero-card>div {
  padding: 64px
}

.contact-hero h1,
.contact-form h2,
.contact-address h2,
.contact-hours h2,
.contact-branches h2,
.contact-map h2,
.contact-fast h2,
.contact-faq h2,
.contact-cta h2 {
  font: clamp(36px, 4vw, 56px)/1.05 Georgia, "Times New Roman", serif;
  font-weight: 500;
  color: #202832
}

.contact-hero h1 {
  margin: 20px 0
}

.contact-hero p:not(.eyebrow) {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75
}

.contact-hero-card>aside {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: #dec1b5
}

.contact-hero-card aside i {
  position: absolute;
  bottom: 0;
  left: 8%;
  width: 84%;
  height: 56%;
  border-radius: 50% 50% 0 0;
  background: #f1e3da99
}

.contact-hero-card aside b {
  position: absolute;
  bottom: 12%;
  left: 17%;
  height: 35%;
  width: 45%;
  border-radius: 24px 24px 0 0;
  background: #a8756473
}

.contact-hero-card aside em,
.contact-hero-card aside span {
  position: absolute;
  display: block;
  border-radius: 70% 30% 70% 30%
}

.contact-hero-card aside em {
  right: 12%;
  top: 13%;
  width: 22%;
  height: 52%;
  transform: rotate(6deg);
  background: #87907759
}

.contact-hero-card aside span {
  right: 31%;
  top: 8%;
  width: 16%;
  height: 42%;
  transform: rotate(-12deg);
  background: #a4a18a73
}

.contact-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 58px;
  margin-bottom: 70px;
  overflow: hidden;
  border: 1px solid #e5d9d2;
  border-radius: 28px;
  background: #fffdf9
}

.contact-links article {
  padding: 27px;
  border-left: 1px solid #e5d9d2
}

.contact-links article:first-child {
  border: 0
}

.contact-links i {
  font: 23px Georgia, serif;
  color: var(--primary);
  font-style: normal
}

.contact-links h2 {
  margin: 15px 0 6px;
  font: 22px Georgia, serif;
  font-weight: 500
}

.contact-links p {
  min-height: 34px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5
}

.contact-links a {
  display: inline-block;
  margin-top: 15px;
  border-bottom: 1px solid var(--primary);
  padding-bottom: 3px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 700
}

.contact-form-section {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 26px;
  padding-bottom: 80px
}

.contact-form,
.contact-address {
  border-radius: 27px
}

.contact-form {
  padding: 34px;
  border: 1px solid #e5d9d2;
  background: #fffdf9
}

.contact-form h2,
.contact-address h2 {
  font-size: 34px;
  margin: 0
}

.contact-form>p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7
}

.contact-form>div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 28px
}

.contact-form label {
  display: grid;
  gap: 7px;
  font-size: 12px;
  font-weight: 700
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #dfd2cb;
  border-radius: 10px;
  background: #fffdfa;
  padding: 10px;
  color: var(--ink)
}

.contact-form input,
.contact-form select {
  height: 42px
}

.contact-form textarea {
  resize: vertical
}

.contact-form .wide {
  grid-column: 1/-1
}

.contact-form .consent {
  display: flex;
  align-items: flex-start;
  font-weight: 400;
  line-height: 1.5
}

.contact-form .consent input {
  width: 15px;
  height: 15px;
  margin-top: 2px
}

.contact-form button {
  justify-self: start
}

.contact-feedback {
  margin: 0;
  color: #356d44;
  font-size: 13px
}

.contact-address {
  padding: 37px;
  background: #f1e7df
}

.contact-address dl {
  margin: 32px 0
}

.contact-address dl div {
  margin: 18px 0
}

.contact-address dt,
.contact-address small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em
}

.contact-address dd {
  margin: 6px 0;
  font: 17px Georgia, serif
}

.contact-address hr {
  border: 0;
  border-top: 1px solid #d7c5bc
}

.contact-address>p:last-child {
  font-size: 13px
}

.contact-hours {
  background: #f4ede6
}

.contact-hours>.wrap {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 70px;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 72px
}

.contact-hours article {
  padding: 36px;
  border: 1px solid #e6d9d2;
  border-radius: 27px;
  background: #fffdf9
}

.contact-hours h2 {
  font-size: 38px;
  margin: 12px 0
}

.contact-hours dl {
  margin: 28px 0 0
}

.contact-hours dl div {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e6d9d2;
  padding: 10px 0;
  font-size: 13px
}

.contact-hours dd {
  margin: 0;
  font-weight: 700
}

.contact-hours aside p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.7
}

.contact-branches {
  padding-top: 75px;
  padding-bottom: 68px
}

.contact-branches h2 {
  margin: 11px 0 40px
}

.contact-branches>div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.contact-branches article {
  overflow: hidden;
  border: 1px solid #e6d9d2;
  border-radius: 26px;
  background: #fffdf9;
  padding-bottom: 22px
}

.contact-branches figure {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: end;
  height: 170px;
  margin: 0;
  padding: 18px;
  color: #ffffffad;
  font: 42px Georgia, serif;
  background: #e5c3b5
}

.contact-branches figure:after {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -33%;
  width: 76%;
  aspect-ratio: 1;
  border: 1px solid #ffffff99;
  border-radius: 50%
}

.contact-branches .tone-two {
  background: #d9d2c5
}

.contact-branches .tone-three {
  background: #ead5ca
}

.contact-branches h3,
.contact-branches article>p,
.contact-branches article>span,
.contact-branches article>small,
.contact-branches article>a {
  display: block;
  margin-left: 22px;
  margin-right: 22px
}

.contact-branches h3 {
  margin-top: 19px;
  margin-bottom: 10px;
  font: 25px Georgia, serif
}

.contact-branches article>p,
.contact-branches article>span,
.contact-branches article>small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 11px
}

.contact-branches article>a {
  width: max-content;
  margin-top: 16px;
  padding: 9px 14px;
  font-size: 11px
}

.contact-map {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  overflow: hidden;
  margin-bottom: 75px;
  border-radius: 28px;
  background: #ded6ca
}

.contact-map>div {
  padding: 52px
}

.contact-map h2 {
  font-size: 42px;
  margin: 15px 0
}

.contact-map p:not(.eyebrow) {
  color: #786e67;
  font-size: 13px;
  line-height: 1.7
}

.contact-map aside {
  position: relative;
  min-height: 300px;
  background: #c9c2b6
}

.contact-map aside i {
  position: absolute;
  left: 8%;
  top: 20%;
  width: 84%;
  height: 1px;
  transform: rotate(-9deg);
  background: #fff9f499
}

.contact-map aside i:nth-child(2) {
  top: 65%;
  transform: rotate(7deg)
}

.contact-map aside i:nth-child(3) {
  left: 48%;
  top: 0;
  width: 1px;
  height: 100%;
  transform: rotate(18deg)
}

.contact-map aside b {
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: #fffdfa;
  padding: 5px 9px;
  color: #76564b;
  font-size: 10px
}

.contact-fast {
  background: #e7c9bc
}

.contact-fast>.wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-top: 54px;
  padding-bottom: 54px
}

.contact-fast h2 {
  font-size: 38px;
  margin: 0
}

.contact-fast p {
  color: #755e55;
  font-size: 13px
}

.contact-fast span {
  display: flex;
  gap: 10px;
  flex-wrap: wrap
}

.contact-fast span>* {
  border: 1px solid var(--primary);
  border-radius: 999px;
  background: transparent;
  padding: 11px 16px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 700
}

.contact-fast span .button {
  background: var(--primary);
  color: #fff
}

.contact-faq {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
  padding-top: 75px;
  padding-bottom: 75px
}

.contact-faq h2 {
  margin-top: 12px
}

.contact-faq details {
  border-top: 1px solid #e2d5ce
}

.contact-faq details:last-child {
  border-bottom: 1px solid #e2d5ce
}

.contact-faq summary {
  position: relative;
  cursor: pointer;
  padding: 18px 30px 18px 0;
  font-size: 14px;
  font-weight: 700;
  list-style: none
}

.contact-faq summary:after {
  content: '+';
  position: absolute;
  right: 0;
  color: var(--primary);
  font-size: 20px
}

.contact-faq p {
  margin: 0 25px 17px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6
}

.contact-cta {
  margin-bottom: 70px;
  border-radius: 29px;
  background: #e5c5b7;
  padding: 58px 25px;
  text-align: center
}

.contact-cta h2 {
  max-width: 620px;
  margin: 14px auto;
  font-size: 43px
}

.contact-cta>p:not(.eyebrow) {
  color: #745d53;
  font-size: 13px
}

.contact-cta .button {
  margin: 16px 4px 0
}

.contact-cta .ghost {
  background: transparent;
  color: var(--primary)
}

@media(max-width:760px) {
  .contact-hero {
    padding: 25px 15px 45px
  }

  .contact-hero-card,
  .contact-form-section,
  .contact-hours>.wrap,
  .contact-map,
  .contact-faq {
    grid-template-columns: 1fr
  }

  .contact-hero-card>div {
    padding: 40px 28px
  }

  .contact-hero-card>aside {
    min-height: 280px
  }

  .contact-links {
    grid-template-columns: 1fr 1fr;
    margin: 38px 15px
  }

  .contact-links article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #e5d9d2
  }

  .contact-links article:nth-child(4) {
    border-top: 1px solid #e5d9d2
  }

  .contact-form-section {
    padding: 0 15px 48px
  }

  .contact-hours>.wrap {
    padding: 50px 15px;
    gap: 32px
  }

  .contact-branches {
    padding: 50px 15px
  }

  .contact-branches>div {
    grid-template-columns: 1fr
  }

  .contact-map {
    margin: 0 15px 50px
  }

  .contact-map>div {
    padding: 36px
  }

  .contact-fast>.wrap {
    display: block;
    padding: 43px 15px
  }

  .contact-fast span {
    margin-top: 24px
  }

  .contact-faq {
    padding: 52px 15px;
    gap: 30px
  }

  .contact-cta {
    margin: 0 15px 52px;
    padding: 46px 18px
  }
}

/* Yönetim ekranları: 3005 kaynak panelindeki açık, düzenli kaynak yönetimi yapısı */

/* Randevu ve müşteri hesabı */
.user-preview {
  position: relative;
  display: none
}

.user-preview summary {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  list-style: none;
  border-radius: 999px;
  padding: 4px 7px 4px 4px
}

.user-preview summary::-webkit-details-marker {
  display: none
}

.user-preview summary:hover {
  background: #f4ece6
}

.user-preview summary span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ead9cf;
  color: #805745;
  font: 600 13px Georgia, serif
}

.user-preview summary b {
  max-width: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px
}

.user-preview summary i {
  font-size: 11px;
  color: #8d7164;
  font-style: normal
}

.user-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 30;
  display: grid;
  min-width: 190px;
  padding: 8px;
  border: 1px solid #e5d8d0;
  border-radius: 14px;
  background: #fffdfa;
  box-shadow: 0 14px 30px #4a31251c
}

.user-menu a,
.user-menu button {
  border: 0;
  border-radius: 8px;
  background: transparent;
  padding: 9px 10px;
  color: #553a2e;
  font: 600 13px inherit;
  text-align: left;
  cursor: pointer
}

.user-menu a:hover,
.user-menu button:hover {
  background: #f2e5dd;
  color: #865a47
}

.user-menu button {
  color: #a34f46
}

.user-menu hr {
  width: 100%;
  margin: 5px 0;
  border: 0;
  border-top: 1px solid #eee1d9
}

.account-editor-card {
  max-width: 940px;
  margin: 18px auto 0;
  padding: 28px;
  border: 1px solid #e6d8d0;
  border-radius: 23px;
  background: #fffdfa
}

.account-editor-card h2 {
  margin: 6px 0;
  color: #2f1e18;
  font: 500 28px Georgia, serif
}

.account-editor-card>p:not(.eyebrow) {
  margin: 0;
  color: #765e53;
  font-size: 13px
}

.account-editor-card form {
  margin-top: 22px
}

.account-editor-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px
}

.account-editor-fields label {
  display: grid;
  gap: 7px;
  color: #49342a;
  font-size: 12px;
  font-weight: 700
}

.account-editor-fields input {
  height: 42px;
  border: 1px solid #dfd0c6;
  border-radius: 10px;
  background: #fffdfb;
  padding: 0 12px;
  color: #34251f;
  font: inherit
}

.account-editor-card .form-message {
  margin: 12px 0;
  min-height: 18px
}

@media(max-width:700px) {
  .account-editor-fields {
    grid-template-columns: 1fr
  }

  .account-editor-fields>span {
    display: none
  }

  .user-preview summary b {
    display: none
  }

  .user-menu {
    right: -5px
  }
}

.brand-mark.has-logo {
  overflow: hidden;
  background: #fff
}

.brand-mark.has-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.brand-media-settings {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  padding: 15px;
  border: 1px dashed #d8c5ba;
  border-radius: 13px;
  background: #fffdfb
}

.brand-media-settings p {
  margin: 4px 0 0;
  color: #806a60;
  font-size: 12px
}

.brand-media-settings .product-image-upload {
  margin: 0
}

@media(max-width:700px) {
  .brand-media-settings {
    grid-template-columns: 1fr
  }

  .brand-media-settings .product-image-upload {
    justify-self: start
  }
}

.panel-sidebar .panel-logout {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  margin-top: 4px;
  border: 0;
  border-radius: 11px;
  background: transparent;
  padding: 11px 13px;
  color: #9b5148;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
  text-align: left
}

.panel-sidebar .panel-logout:hover {
  background: #fff7f3
}

/* Üst menüde kullanılan yatay logo; yüklenen görseldeki boş kenarları büyütmeden gösterir. */
.site-header .brand-mark.has-logo {
  width: auto;
  max-width: 220px;
  height: 52px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-header .brand-mark.has-logo img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain !important;
  object-position: center center;
  padding: 0;
}

.site-header .brand:has(.brand-mark.has-logo) {
  gap: 0;
  flex: 0 0 auto;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-header .brand-mark.has-logo+[data-brand-name] {
  display: none
}

@media(max-width:620px) {
  .site-header .brand-mark.has-logo {
    width: auto;
    max-width: 140px;
    height: 38px;
    flex-basis: auto;
    margin-top: 0;
  }

  .site-header .brand:has(.brand-mark.has-logo) {
    flex-basis: auto;
    height: 38px;
    margin-top: 0;
  }
}

/* Sosyal medya ikonları */
.topbar-social {
  display: flex;
  align-items: center;
  gap: 8px
}

.topbar-social a,
.topbar-social .social-disabled {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border: 1px solid #dfcdc2;
  border-radius: 50%;
  color: var(--primary);
  transition: .18s ease
}

.topbar-social .social-disabled {
  opacity: .45
}

.topbar-social a:hover {
  border-color: var(--primary);
  background: var(--primary);
  color: #fff;
  transform: translateY(-1px)
}

.topbar-social svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8
}

.topbar-social .social-fill {
  fill: currentColor;
  stroke: none
}

/* Site ayarları çalışma alanı ve ana sayfa video oynatıcısı */
.settings-workspace {
  max-width: 1160px;
  padding: 30px
}

.settings-form {
  display: grid;
  gap: 22px
}

.settings-media {
  display: grid;
  grid-template-columns: 1.4fr repeat(2, minmax(160px, 1fr));
  gap: 14px;
  padding: 22px;
  border: 1px solid #e6d5ca;
  border-radius: 18px;
  background: linear-gradient(135deg, #fffaf6, #f4e6dd)
}

.settings-media h3,
.settings-group h3 {
  margin: 4px 0 6px;
  color: #38251e;
  font: 500 24px Georgia, serif
}

.settings-media p {
  margin: 0;
  color: #765e53;
  font-size: 12px;
  line-height: 1.55
}

.settings-media label {
  display: grid;
  gap: 8px;
  align-content: center;
  border: 1px dashed #cba995;
  border-radius: 13px;
  background: #fffdfa;
  padding: 13px;
  color: #6d4d40;
  font-size: 12px;
  font-weight: 800
}

.settings-media input[type=file] {
  width: 100%;
  font-size: 11px
}

.settings-media input[type=url] {
  box-sizing: border-box;
  width: 100%;
  min-height: 37px;
  border: 1px solid #dfd0c7;
  border-radius: 8px;
  background: #fff;
  padding: 8px;
  color: #38251e;
  font: inherit
}

.settings-media small,
.media-dimension-hint {
  display: block;
  margin-top: 5px;
  color: #9b786b;
  font-size: 11px;
  font-weight: 600
}

.settings-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px
}

.settings-group {
  padding: 20px;
  border: 1px solid #eadbd2;
  border-radius: 18px;
  background: #fffdfa
}

.settings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin-top: 17px
}

.settings-control {
  display: grid;
  gap: 7px;
  color: #5d4338;
  font-size: 12px;
  font-weight: 800
}

.settings-control input,
.settings-control select,
.settings-control textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 42px;
  border: 1px solid #dfd0c7;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
  color: #38251e;
  font: inherit
}

.settings-control input[type=color] {
  padding: 4px
}

.settings-control textarea {
  resize: vertical
}

.settings-wide {
  grid-column: 1/-1
}

.settings-toggle select {
  border-color: #d2b29f;
  background: #fdf7f3
}

.home-video-section {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 30px;
  align-items: center;
  padding: 30px;
  border-radius: 28px;
  background: #eee0d7
}

.home-video-copy h2 {
  margin: 9px 0;
  color: #322119;
  font: 500 38px/1.08 Georgia, serif
}

.home-video-copy p:last-child {
  color: #755e53;
  line-height: 1.7
}

.home-video-player {
  overflow: hidden;
  aspect-ratio: 16/9;
  border-radius: 18px;
  background: #2e231e;
  box-shadow: 0 16px 40px #4a2d201f
}

.home-video-player iframe,
.home-video-player video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover
}

.editorial-image {
  inset: 0
}

.editorial-image iframe,
.editorial-image video {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover
}

@media(max-width:900px) {
  .settings-media {
    grid-template-columns: 1fr 1fr
  }

  .settings-media>div {
    grid-column: 1/-1
  }

  .settings-groups,
  .home-video-section {
    grid-template-columns: 1fr
  }
}

@media(max-width:620px) {
  .settings-workspace {
    padding: 19px
  }

  .settings-media,
  .settings-grid {
    grid-template-columns: 1fr
  }

  .settings-wide {
    grid-column: auto
  }

  .home-video-copy h2 {
    font-size: 31px
  }
}

/* Randevu sonrası tek sayfa ödeme adımı */
.appointment-payment-page {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, .8fr);
  gap: 22px;
  max-width: 1120px;
  margin: 42px auto;
  padding: 0 20px;
  box-sizing: border-box
}

.appointment-payment-main,
.appointment-payment-summary {
  border: 1px solid #e6d8d0;
  border-radius: 24px;
  background: #fffdfa;
  padding: 34px;
  box-shadow: 0 14px 38px #482d2010
}

.appointment-payment-main h1 {
  margin: 7px 0 10px;
  color: #34221b;
  font: 500 38px Georgia, serif
}

.appointment-payment-intro {
  margin: 0 0 27px;
  color: #755e53;
  line-height: 1.65
}

.payment-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
  margin-bottom: 17px
}

.payment-method-card {
  position: relative;
  display: grid;
  gap: 7px;
  min-height: 150px;
  padding: 17px;
  border: 1px solid #ddcbc0;
  border-radius: 16px;
  background: #fff;
  color: #453029;
  text-align: left;
  cursor: pointer;
  transition: .18s ease
}

.payment-method-card>span {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #f0dfd5;
  color: #865947;
  font-size: 15px
}

.payment-method-card b {
  font-size: 15px
}

.payment-method-card small {
  color: #806a60;
  font-size: 12px;
  line-height: 1.5
}

.payment-method-card:hover,
.payment-method-card.is-selected {
  border-color: #9b6956;
  box-shadow: 0 8px 20px #6c423018
}

.payment-method-card.is-selected {
  background: #f7ece6
}

.payment-method-card.is-selected>span {
  background: #9b6956;
  color: #fff
}

.payment-method-card em {
  position: absolute;
  right: 11px;
  top: 11px;
  border-radius: 999px;
  background: #efe0d7;
  padding: 4px 7px;
  color: #8a5c49;
  font-size: 9px;
  font-style: normal;
  font-weight: 800
}

.payment-method-card.is-coming-soon {
  opacity: .72
}

.appointment-payment-detail {
  min-height: 120px;
  margin-top: 17px;
  padding: 21px;
  border: 1px solid #e7dad3;
  border-radius: 16px;
  background: #fdf8f5;
  color: #4d352b
}

.appointment-payment-detail b {
  display: block;
  font: 500 20px Georgia, serif
}

.appointment-payment-detail p {
  margin: 9px 0;
  color: #785f54;
  line-height: 1.6
}

.bank-transfer-detail {
  background: #fbf2ed
}

.bank-transfer-detail dl {
  display: grid;
  gap: 8px;
  margin: 17px 0
}

.bank-transfer-detail dl div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eadcd4
}

.bank-transfer-detail dt {
  color: #8c6b5c;
  font-size: 12px;
  font-weight: 800
}

.bank-transfer-detail dd {
  margin: 0;
  color: #392720;
  font-weight: 800;
  word-break: break-word
}

.bank-transfer-detail small,
.appointment-payment-summary>small {
  color: #8a7165;
  font-size: 12px;
  line-height: 1.5
}

.pending-pos {
  background: #f6f3f1
}

.payment-confirm-row {
  display: flex;
  gap: 11px;
  align-items: center;
  margin-top: 20px
}

.payment-confirm-row .button {
  min-width: 210px;
  text-align: center
}

.appointment-payment-summary {
  align-self: start;
  background: #f5e8e0
}

.appointment-payment-summary>p {
  margin: 0;
  color: #926957;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .11em
}

.appointment-payment-summary h2 {
  margin: 9px 0 23px;
  color: #35231c;
  font: 500 27px/1.15 Georgia, serif
}

.appointment-payment-summary dl {
  display: grid;
  gap: 13px;
  margin: 0 0 19px
}

.appointment-payment-summary dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e3d2c8
}

.appointment-payment-summary dt {
  color: #846b5e;
  font-size: 12px
}

.appointment-payment-summary dd {
  margin: 0;
  color: #3d2921;
  font-weight: 800;
  text-align: right
}

.appointment-payment-summary .appointment-total {
  margin-top: 5px;
  padding: 15px 0 0;
  border-bottom: 0
}

.appointment-payment-summary .appointment-total dt {
  font-size: 14px;
  font-weight: 800
}

.appointment-payment-summary .appointment-total dd {
  color: #875947;
  font-size: 23px
}

.appointment-payment-main .form-message {
  min-height: 20px;
  margin-top: 14px;
  font-size: 13px
}

@media(max-width:800px) {
  .appointment-payment-page {
    grid-template-columns: 1fr;
    margin: 25px auto
  }

  .appointment-payment-summary {
    order: -1
  }
}

@media(max-width:560px) {
  .appointment-payment-page {
    padding: 0 14px
  }

  .appointment-payment-main,
  .appointment-payment-summary {
    padding: 23px 19px;
    border-radius: 19px
  }

  .appointment-payment-main h1 {
    font-size: 31px
  }

  .payment-method-grid {
    grid-template-columns: 1fr
  }

  .payment-method-card {
    min-height: auto
  }

  .bank-transfer-detail dl div {
    grid-template-columns: 1fr;
    gap: 4px
  }

  .payment-confirm-row {
    flex-direction: column
  }

  .payment-confirm-row .button {
    width: 100%;
    box-sizing: border-box
  }
}

/* Ürünler menüsü, hizmetler menüsüyle aynı kategori yapısında açılır. */
.site-header:has(.products-menu-trigger:hover) .products-mega,
.products-mega:hover,
.products-mega.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0)
}

.site-header:has(.products-menu-trigger:hover) .services-mega:not(.products-mega) {
  opacity: 0;
  pointer-events: none
}

/* Hizmetler açıldığında ürün kategorileri kesinlikle görünmesin. */
.site-header:has(.services-menu-trigger:hover) .products-mega {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translate(-50%, -8px) !important
}

/* Hizmetler için açılır kategori menüsü kullanılmıyor. */
.services-mega:not(.products-mega) {
  display: none !important
}

/* Sanal POS hesabı açılana kadar gösterilen güvenli ödeme görseli. */
.pending-pos {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  gap: 24px
}

.payment-pos-visual {
  display: grid;
  min-height: 130px;
  gap: 12px;
  align-content: center;
  padding: 18px;
  border-radius: 17px;
  background: linear-gradient(135deg, #5a3a30, #9a705d);
  box-shadow: 0 10px 22px #56332633;
  color: #fff
}

.payment-pos-visual span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em
}

.payment-pos-visual i {
  display: block;
  width: 34px;
  height: 25px;
  border-radius: 5px;
  background: linear-gradient(135deg, #eed6a1, #b88936)
}

.payment-pos-visual b {
  font: 500 15px/1 Georgia, serif;
  letter-spacing: .08em
}

.payment-pos-visual small {
  font-size: 9px;
  letter-spacing: .08em;
  opacity: .84
}

.pending-pos section b {
  font: 500 20px Georgia, serif
}

.pending-pos section p {
  margin-bottom: 0
}

@media(max-width:560px) {
  .pending-pos {
    grid-template-columns: 1fr
  }

  .payment-pos-visual {
    min-height: 118px
  }
}

/* POS hesabı açılana kadar gerçek kart verisini toplamayan ödeme tasarımı. */
.payment-method-tabs {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 5px;
  border-radius: 15px;
  background: #f6f7f9
}

.payment-method-tabs .payment-method-card {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-color: transparent;
  background: transparent;
  padding: 12px;
  text-align: center
}

.payment-method-tabs .payment-method-card>span {
  width: auto;
  height: auto;
  background: transparent;
  color: #2570cf
}

.payment-method-tabs .payment-method-card small {
  display: none
}

.payment-method-tabs .payment-method-card.is-selected {
  border-color: #1671e8;
  background: #1671e8;
  color: #fff;
  box-shadow: 0 8px 16px #1664bc28
}

.payment-method-tabs .payment-method-card.is-selected>span {
  background: transparent;
  color: #fff
}

.payment-method-tabs .payment-method-card em {
  top: -6px;
  right: 8px;
  background: #f3e0d4
}

.pos-checkout-panel {
  display: grid;
  gap: 19px;
  margin-top: 17px;
  padding: 26px;
  border: 1px solid #e5e9ef;
  border-radius: 18px;
  background: #fff
}

.pos-card-preview {
  display: grid;
  min-height: 158px;
  max-width: 390px;
  gap: 17px;
  align-content: center;
  padding: 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1d293f, #0d1527);
  box-shadow: 0 14px 28px #16233d30;
  color: #fff
}

.pos-card-preview>span {
  font-size: 13px;
  font-weight: 800
}

.pos-card-preview i {
  justify-self: end;
  width: 38px;
  height: 27px;
  margin-top: -28px;
  border-radius: 6px;
  background: linear-gradient(135deg, #ffe46a, #df9a00)
}

.pos-card-preview>b {
  font: 600 19px/1.1 Georgia, serif;
  letter-spacing: .1em
}

.pos-card-preview small {
  display: flex;
  justify-content: space-between;
  color: #dce4f3;
  font-size: 10px;
  letter-spacing: .04em
}

.pos-card-fields {
  display: grid;
  gap: 14px;
  max-width: 100%
}

.pos-card-fields>label,
.pos-card-fields>div {
  display: grid;
  gap: 7px;
  color: #536170;
  font-size: 13px;
  font-weight: 800
}

.pos-card-fields>div {
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.pos-card-fields input {
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  border: 1px solid #dfe4eb;
  border-radius: 8px;
  background: #f8fafc;
  padding: 0 13px;
  color: #8793a0;
  font: inherit
}

.pos-security-note {
  margin: 0 !important;
  border-radius: 10px;
  background: #e8f5ee;
  padding: 13px 15px;
  color: #307951 !important;
  font-size: 13px !important;
  line-height: 1.55
}

.pos-disabled-pay {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 8px;
  background: #aab6c4;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  cursor: not-allowed
}

.pos-activation-note {
  color: #788490;
  text-align: center;
  font-size: 11px
}

.payment-confirm-row.is-hidden {
  display: none
}

.payment-safe-box {
  display: grid;
  gap: 5px;
  border: 1px solid #b8ddc8;
  border-radius: 12px;
  background: #e7f4ec;
  padding: 15px;
  color: #377552
}

.payment-safe-box b {
  font-size: 13px
}

.payment-safe-box span {
  font-size: 12px;
  line-height: 1.45
}

@media(max-width:560px) {
  .payment-method-tabs {
    grid-template-columns: 1fr
  }

  .payment-method-tabs .payment-method-card {
    justify-content: flex-start
  }

  .pos-checkout-panel {
    padding: 18px
  }

  .pos-card-fields>div {
    grid-template-columns: 1fr
  }

  .pos-card-preview {
    min-height: 135px
  }

  .pos-card-preview>b {
    font-size: 15px
  }
}

/* Ödeme adımını Belle Aura renkleriyle uyumlu tutar. */
.appointment-payment-page {
  max-width: 1180px
}

.appointment-payment-main {
  background: var(--card-background, #fffdf9)
}

.appointment-payment-summary {
  background: #f8eee8
}

.payment-method-tabs {
  border: 1px solid #eadbd2;
  background: #f7eee9
}

.payment-method-tabs .payment-method-card>span {
  color: #8f6657
}

.payment-method-tabs .payment-method-card.is-selected {
  border-color: #8f6657;
  background: #8f6657;
  box-shadow: 0 8px 16px #6f453522
}

.pos-checkout-panel {
  border-color: #eadbd2;
  background: #fffdf9
}

.pos-card-preview {
  margin: auto;
  width: min(100%, 390px);
  background: linear-gradient(135deg, #37251f, #7f5848 62%, #b58d78);
  box-shadow: 0 15px 30px #4c302629
}

.pos-card-fields>label,
.pos-card-fields>div {
  color: #654b40
}

.pos-card-fields input {
  border-color: #e3d3c9;
  background: #fffaf7
}

.pos-security-note {
  border: 1px solid #cde2d3;
  background: #f0f8f1;
  color: #3f7552 !important
}

.pos-disabled-pay {
  background: #b19384
}

.payment-safe-box {
  border-color: #d8c5ba;
  background: #f4e9e2;
  color: #745243
}

.home-team-picker {
  margin-top: 21px;
  border-top: 1px solid #eadbd2;
  padding-top: 19px
}

.home-team-picker p {
  display: grid;
  gap: 4px;
  margin: 0 0 13px;
  color: #50382e
}

.home-team-picker p span {
  color: #80675c;
  font-size: 12px;
  line-height: 1.5
}

.home-team-picker>div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px
}

.home-team-picker label {
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #e5d5cb;
  border-radius: 10px;
  background: #fff8f4;
  padding: 11px;
  color: #65483c;
  font-size: 13px;
  font-weight: 700
}

.home-team-picker input {
  width: 17px;
  height: 17px;
  accent-color: #8f6657
}

@media(max-width:620px) {
  .home-team-picker>div {
    grid-template-columns: 1fr
  }
}

.service-image-control {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap
}

.service-image-control>img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border: 1px solid #e2d1c7;
  border-radius: 9px
}

.service-image-control>button {
  border: 1px solid #d6b8aa;
  border-radius: 8px;
  background: #fff8f4;
  padding: 8px 10px;
  color: #815745;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer
}

.customer-payment-state {
  display: block;
  margin-top: 5px;
  color: #8a6657;
  font-size: 11px;
  font-weight: 700
}

.record-payment-link {
  border: 1px solid #d9c0b4;
  border-radius: 999px;
  background: #fff8f4;
  padding: 7px 10px;
  color: #8a5f4f;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap
}

/* Sol alt iletişim menüsü ve mobil üst menü. */
.floating-contact[hidden] {
  display: none
}

.floating-contact {
  position: fixed;
  z-index: 45;
  left: 20px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px
}

.floating-contact-trigger {
  order: 1;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 0;
  border-radius: 999px;
  background: #8f6657;
  padding: 13px 17px;
  box-shadow: 0 12px 28px #4f2f232e;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer
}

.floating-contact-trigger i {
  font-size: 17px
}

.floating-contact-options {
  order: 2;
  display: flex;
  max-width: 0;
  gap: 8px;
  overflow: hidden;
  opacity: 0;
  transform: translateX(8px);
  transition: max-width .24s ease, opacity .18s ease, transform .24s ease
}

.floating-contact.is-open .floating-contact-options {
  max-width: 300px;
  opacity: 1;
  transform: translateX(0)
}

.floating-contact-options a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  border: 1px solid #e0cfc4;
  border-radius: 999px;
  background: #fffdf9;
  padding: 12px 14px;
  box-shadow: 0 10px 24px #4f2f231c;
  color: #62453a;
  font-size: 12px;
  font-weight: 800
}

.floating-contact-options a:first-child i {
  color: #8f6657
}

.floating-contact-options a:last-child i {
  color: #218b58;
  font-size: 17px
}

.guest-login {
  align-items: center;
  gap: 7px;
  line-height: 1
}

.guest-login i {
  display: inline-grid;
  place-items: center;
  width: 15px;
  height: 15px;
  font-size: 15px;
  line-height: 1
}

.menu-button {
  align-items: center;
  gap: 7px;
  line-height: 1
}

.menu-button i {
  font-size: 15px
}

@media(max-width:1200px) {
  .site-header .navbar {
    flex-wrap: wrap;
    padding: 11px 0
  }

  .site-header .nav-links.open {
    display: grid !important;
    order: 4;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    border-top: 1px solid var(--line);
    padding: 12px 0 2px
  }

  .site-header .nav-links.open a {
    display: flex !important;
    min-height: 44px;
    align-items: center;
    border: 1px solid #eee0d8;
    border-radius: 10px;
    padding: 10px 12px !important
  }

  .site-header .nav-links.open a.active {
    background: #f5e8e0 !important
  }

  .site-header .menu-button {
    display: inline-flex
  }

  .guest-actions {
    gap: 6px
  }

  .guest-register {
    padding: 10px 12px
  }
}

@media(max-width:620px) {
  .site-header .navbar {
    width: calc(100% - 28px);
    gap: 7px
  }

  .site-header .brand {
    min-width: 0
  }

  .site-header .brand-mark.has-logo {
    width: 134px;
    height: 48px
  }

  .site-header .menu-button {
    order: 2;
    margin-left: auto;
    padding: 10px
  }

  .site-header .menu-button {
    font-size: 0
  }

  .site-header .menu-button i {
    font-size: 16px
  }

  .site-header .nav-actions {
    order: 3;
    gap: 6px
  }

  .site-header .cart-circle {
    width: 38px;
    height: 38px
  }

  .site-header .guest-actions {
    gap: 5px
  }

  .guest-login {
    width: 38px;
    height: 38px;
    justify-content: center;
    padding: 0
  }

  .guest-login {
    font-size: 0
  }

  .guest-login i {
    font-size: 16px
  }

  .guest-register {
    display: none
  }

  .site-header .nav-links.open {
    grid-template-columns: 1fr !important
  }

  .site-header .nav-links.open a {
    min-height: 42px
  }

  .floating-contact {
    left: 14px;
    bottom: 14px;
    gap: 7px
  }

  .floating-contact-trigger {
    padding: 12px
  }

  .floating-contact-trigger b {
    display: none
  }

  .floating-contact.is-open .floating-contact-options {
    max-width: 238px
  }

  .floating-contact-options a {
    width: 42px;
    height: 42px;
    justify-content: center;
    padding: 0
  }

  .floating-contact-options a span {
    display: none
  }
}

@media(max-width:1200px) {
  body {
    overflow-x: hidden
  }

  .site-header {
    overflow-x: clip
  }

  .site-header .navbar {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 10px
  }

  .site-header .brand {
    grid-column: 1;
    min-width: 0
  }

  .site-header .menu-button {
    grid-column: 2;
    order: initial;
    margin: 0
  }

  .site-header .nav-actions {
    grid-column: 3;
    order: initial;
    margin: 0
  }

  .site-header .nav-links.open {
    grid-column: 1/-1;
    order: initial;
    min-width: 0;
    width: 100% !important;
    max-width: 100%;
    flex: none
  }
}

@media(max-width:620px) {
  .site-header .navbar {
    grid-template-columns: minmax(0, 1fr) auto auto
  }

  .site-header .nav-actions {
    justify-self: end
  }

  .site-header .nav-links.open {
    padding-top: 10px !important
  }
}

@media(max-width:1200px) {
  .site-header .navbar {
    grid-template-columns: minmax(0, 1fr) auto
  }

  .site-header .brand {
    grid-column: 1
  }

  .site-header .menu-button {
    grid-column: 2;
    justify-self: end;
    align-self: start
  }

  .site-header .nav-actions {
    grid-column: 1/-1;
    grid-row: auto;
    justify-self: end
  }

  .site-header .nav-links.open {
    position: relative;
    grid-template-columns: 1fr !important
  }

  .site-header .products-mega {
    display: none !important
  }

  .mobile-products-menu {
    display: grid;
    grid-column: 1/-1;
    gap: 5px;
    margin: -2px 0 7px;
    padding: 4px 0 4px 14px;
    border-left: 2px solid #d8b2a0
  }

  .mobile-products-menu a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    min-height: 38px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #fbf3ee !important;
    padding: 8px 12px !important;
    color: #755448 !important;
    font-size: 12px !important
  }

  .mobile-products-menu i {
    color: #9a6c59;
    font-size: 15px;
    font-style: normal
  }

  .hover-products-menu {
    position: absolute;
    z-index: 30;
    display: grid;
    width: min(245px, calc(100% - 24px));
    margin: 0;
    border: 1px solid #e4d2c7;
    border-left: 1px solid #e4d2c7;
    border-radius: 0 0 15px 15px;
    background: #fffdf9;
    padding: 9px;
    box-shadow: 0 16px 30px #5737271e
  }

  .hover-products-menu a {
    background: transparent !important
  }

  .hover-products-menu a:hover {
    background: #f7ece6 !important
  }

  .site-header .nav-links.open:has(.mobile-products-menu) {
    gap: 4px
  }
}

@media(max-width:620px) {
  .site-header .navbar {
    grid-template-columns: minmax(0, 1fr) auto
  }

  .site-header .nav-actions {
    justify-self: end
  }

  .mobile-products-menu {
    padding-left: 10px
  }

  .mobile-products-menu a {
    min-height: 37px !important
  }

  .hover-products-menu {
    display: none !important
  }
}

/* Havale/EFT dekont yükleme alanı */
.payment-receipt-note {
  display: block;
  margin-top: 17px;
  color: #8a5a48 !important
}

.payment-receipt-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 13px;
  align-items: end;
  margin-top: 21px;
  padding-top: 18px;
  border-top: 1px solid #e5d2c8
}

.payment-receipt-form label {
  display: grid;
  gap: 6px;
  color: #4d352b;
  font-size: 13px
}

.payment-receipt-form label small {
  color: #80675c;
  line-height: 1.5
}

.payment-receipt-form input[type=file] {
  max-width: 100%;
  padding: 10px;
  border: 1px solid #dbc7bb;
  border-radius: 9px;
  background: #fff
}

.payment-receipt-form .button {
  min-width: 150px
}

.payment-receipt-done {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #b9d8bf;
  border-radius: 12px;
  background: #f1faf2;
  color: #356d44
}

.payment-receipt-done b {
  font: 700 15px inherit
}

.payment-receipt-done p {
  margin: 5px 0 0;
  color: #4e7355;
  font-size: 12px
}

@media(max-width:560px) {
  .payment-receipt-form {
    grid-template-columns: 1fr
  }

  .payment-receipt-form .button {
    width: 100%
  }
}

.pos-provider-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 22px 0
}

.pos-provider-card {
  display: grid;
  gap: 18px;
  border: 1px solid #e5d4ca;
  border-radius: 16px;
  background: linear-gradient(145deg, #fffdfa, #f7ece5);
  padding: 20px
}

.pos-provider-card h3 {
  margin: 5px 0 7px;
  color: #3a261e;
  font: 500 25px Georgia, serif
}

.pos-provider-card p:not(.eyebrow) {
  margin: 0;
  color: #735c51;
  font-size: 13px;
  line-height: 1.55
}

.pos-provider-card small {
  color: #936f60;
  font-size: 11px;
  line-height: 1.5
}

@media(max-width:620px) {
  .pos-provider-grid {
    grid-template-columns: 1fr
  }

  .pos-provider-card {
    padding: 17px
  }
}

.staff-overview {
  max-width: 1120px
}

.staff-welcome {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 24px
}

.staff-welcome h2 {
  margin: 7px 0;
  color: #37231b;
  font: 500 32px Georgia, serif
}

.staff-welcome p:not(.eyebrow) {
  margin: 0;
  color: #796258;
  font-size: 13px;
  line-height: 1.6
}

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

.staff-summary-grid article {
  min-height: 130px;
  border: 1px solid #e5d6ce;
  border-radius: 18px;
  background: #fffdfa;
  padding: 20px;
  box-shadow: 0 10px 25px #5533210a
}

.staff-summary-grid span {
  display: block;
  color: #916a5a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em
}

.staff-summary-grid b {
  display: block;
  margin: 14px 0 4px;
  color: #3b271f;
  font: 500 38px Georgia, serif
}

.staff-summary-grid small {
  color: #80695e;
  font-size: 12px
}

.staff-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 18px;
  margin-top: 18px
}

.staff-upcoming-card,
.staff-quick-card {
  border: 1px solid #e5d6ce;
  border-radius: 19px;
  background: #fffdfa;
  padding: 23px
}

.staff-upcoming-card header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 10px
}

.staff-upcoming-card h3,
.staff-quick-card h3 {
  margin: 5px 0;
  color: #39251e;
  font: 500 25px Georgia, serif
}

.staff-upcoming-card header>a {
  color: #8d604e;
  font-size: 12px;
  font-weight: 800
}

.staff-upcoming-row {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  align-items: center;
  gap: 14px;
  border-top: 1px solid #eee1da;
  padding: 14px 0
}

.staff-upcoming-row time b,
.staff-upcoming-row time span {
  display: block
}

.staff-upcoming-row time b {
  color: #7f5545;
  font-size: 16px
}

.staff-upcoming-row time span {
  margin-top: 3px;
  color: #967b6d;
  font-size: 10px
}

.staff-upcoming-row strong,
.staff-upcoming-row small {
  display: block
}

.staff-upcoming-row strong {
  color: #432d23;
  font-size: 14px
}

.staff-upcoming-row small {
  margin-top: 4px;
  color: #80685c;
  font-size: 12px
}

.staff-upcoming-row em {
  border-radius: 999px;
  background: #f1e4dc;
  padding: 6px 9px;
  color: #865d4d;
  font-size: 10px;
  font-style: normal;
  font-weight: 800
}

.staff-quick-card>a {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #eee1da;
  padding: 13px 0;
  color: #684b3f
}

.staff-quick-card>a>span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #f0e0d7;
  color: #936552
}

.staff-quick-card a b,
.staff-quick-card a small {
  display: block
}

.staff-quick-card a b {
  font-size: 13px
}

.staff-quick-card a small {
  margin-top: 3px;
  color: #8d7569;
  font-size: 11px
}

@media(max-width:840px) {
  .staff-summary-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .staff-overview-grid {
    grid-template-columns: 1fr
  }
}

@media(max-width:560px) {
  .staff-welcome {
    align-items: flex-start;
    flex-direction: column
  }

  .staff-summary-grid {
    grid-template-columns: 1fr 1fr
  }

  .staff-summary-grid article {
    min-height: 110px;
    padding: 16px
  }

  .staff-upcoming-row {
    grid-template-columns: 82px 1fr
  }

  .staff-upcoming-row em {
    display: none
  }

  .staff-upcoming-card,
  .staff-quick-card {
    padding: 18px
  }
}

.staff-filter-tabs {
  display: flex;
  gap: 8px;
  margin: 0 0 18px
}

.staff-filter-tabs button {
  border: 1px solid #e0cec4;
  border-radius: 999px;
  background: #fffdfa;
  padding: 9px 14px;
  color: #755b50;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer
}

.staff-filter-tabs button.active {
  border-color: #956554;
  background: #956554;
  color: #fff
}

.staff-branch-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px
}

.staff-branch-list article {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid #e4d5cd;
  border-radius: 16px;
  background: #fffdfa;
  padding: 20px
}

.staff-branch-list article>span {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: #efe0d7;
  color: #895d4d;
  font-size: 21px
}

.staff-branch-list h3 {
  margin: 0;
  color: #402b22;
  font: 500 21px Georgia, serif
}

.staff-branch-list p {
  margin: 6px 0 0;
  color: #80695f;
  font-size: 12px;
  line-height: 1.5
}

@media(max-width:620px) {
  .staff-branch-list {
    grid-template-columns: 1fr
  }

  .staff-filter-tabs {
    overflow: auto;
    padding-bottom: 3px
  }

  .staff-filter-tabs button {
    white-space: nowrap
  }
}

/* Ürün menüsü: sadece küçük kategori butonları gösterilir. */
.products-mega {
  position: absolute !important;
  top: 100% !important;
  left: calc(50% + 95px);
  width: 220px;
  padding: 10px 14px 11px;
  border-radius: 0 0 16px 16px;
  margin-top: 0 !important;
}

.products-mega::before {
  position: absolute;
  z-index: 0;
  top: -16px;
  right: 0;
  left: 0;
  height: 16px;
  content: ''
}

.products-mega .services-mega-grid {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 0
}

.products-mega-categories {
  display: grid;
  gap: 2px
}

.products-mega-categories a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 0;
  background: transparent;
  padding: 8px 3px;
  color: #765c51;
  font: 500 13px Georgia, serif;
  transition: .16s ease
}

.products-mega-categories a:hover {
  background: transparent;
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 4px
}

.products-mega-categories i {
  color: var(--primary);
  font: 700 19px/1 Arial, sans-serif;
  font-style: normal
}

.products-mega .services-mega-more {
  display: none
}

.nav-actions {
  position: relative
}

.cart-login-tip {
  position: absolute;
  z-index: 45;
  top: 59px;
  right: 0;
  width: 205px;
  border: 1px solid #e1cfc4;
  border-radius: 10px;
  background: #fffdfa;
  padding: 10px 12px;
  box-shadow: 0 12px 28px #553a2b25;
  color: #725c52;
  font-size: 12px;
  line-height: 1.45
}

.cart-login-tip a {
  color: var(--primary);
  font-weight: 800;
  text-decoration: underline
}

@media(max-width:980px) {

  .site-header .nav-links.open,
  .site-header.menu-open .nav-links,
  .site-header:has(.menu-button:focus) .nav-links {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 4px;
    padding: 12px 0 !important
  }

  .site-header .nav-links.open a,
  .site-header.menu-open .nav-links a,
  .site-header:has(.menu-button:focus) .nav-links a {
    display: block !important;
    padding: 12px !important
  }

  .products-mega {
    display: none !important
  }
}

@media(max-width:620px) {
  .cart-login-tip {
    top: 54px;
    right: -4px;
    width: 190px
  }

  .site-header .nav-links.open,
  .site-header.menu-open .nav-links,
  .site-header:has(.menu-button:focus) .nav-links {
    grid-template-columns: 1fr !important
  }
}

.staff-workspace {
  max-width: 1120px
}

.staff-workspace>.panel-list-heading {
  margin-bottom: 22px
}

.staff-appointment-list,
.staff-service-list,
.days-off-list {
  display: grid;
  gap: 12px
}

.staff-appointment-list article,
.days-off-list article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  border: 1px solid #e5d7cf;
  border-radius: 15px;
  background: #fffdfa
}

.staff-appointment-list small,
.staff-service-list small {
  color: #8d6757;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em
}

.staff-appointment-list h3,
.staff-service-list h3 {
  margin: 5px 0;
  color: #39251e;
  font: 500 21px Georgia, serif
}

.staff-appointment-list p,
.staff-service-list p,
.days-off-list p {
  margin: 0;
  color: #796359;
  font-size: 13px
}

.staff-appointment-list label {
  display: grid;
  gap: 5px;
  color: #735e54;
  font-size: 11px;
  font-weight: 700
}

.staff-appointment-list select {
  min-width: 145px;
  height: 37px;
  border: 1px solid #decec4;
  border-radius: 8px;
  background: #fff;
  padding: 0 8px
}

.staff-service-list {
  grid-template-columns: repeat(3, minmax(0, 1fr))
}

.staff-service-list article {
  display: flex;
  gap: 14px;
  padding: 19px;
  border: 1px solid #e5d7cf;
  border-radius: 16px;
  background: #fffdfa
}

.staff-service-list article>span {
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ead5c9;
  color: #865845;
  font: 500 20px Georgia, serif
}

.working-hours-form {
  display: grid;
  gap: 9px;
  max-width: 780px
}

.working-hours-form>label {
  display: grid;
  grid-template-columns: 1fr 145px 145px;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border: 1px solid #e7dbd3;
  border-radius: 11px;
  background: #fffdfa;
  color: #493229;
  font-size: 13px;
  font-weight: 700
}

.working-hours-form label span {
  display: flex;
  align-items: center;
  gap: 9px
}

.working-hours-form input[type=time],
.days-off-form input {
  height: 38px;
  border: 1px solid #ddcec5;
  border-radius: 8px;
  background: #fff;
  padding: 0 9px
}

.days-off-form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 11px;
  margin-bottom: 18px
}

.days-off-form label {
  display: grid;
  gap: 6px;
  color: #60473b;
  font-size: 11px;
  font-weight: 700
}

.days-off-form .form-message {
  grid-column: 1/-1
}

.days-off-list article button {
  border: 0;
  background: none;
  color: #9a5e4a;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline
}

@media(max-width:760px) {
  .staff-service-list {
    grid-template-columns: 1fr
  }

  .staff-appointment-list article {
    align-items: flex-start;
    flex-direction: column
  }

  .working-hours-form>label {
    grid-template-columns: 1fr 1fr
  }

  .working-hours-form label span {
    grid-column: 1/-1
  }

  .days-off-form {
    grid-template-columns: 1fr
  }

  .days-off-form .button {
    width: 100%
  }
}

.booking-time-picker {
  grid-column: 1/-1;
  position: relative;
  border: 1px solid #e5d7cf;
  border-radius: 14px;
  background: #fffdfa;
  padding: 14px
}

.booking-time-picker-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px
}

.booking-time-picker-head b {
  display: block;
  color: #412b23;
  font-size: 13px
}

.booking-time-picker-head small {
  display: block;
  margin-top: 3px;
  color: #846b60;
  font-size: 11px
}

.booking-slot-legend {
  display: flex;
  gap: 10px;
  color: #7a6257;
  font-size: 10px
}

.booking-slot-legend span {
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap
}

.booking-slot-legend i {
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: #4d8865
}

.booking-slot-legend .busy {
  background: #d9c9c0
}

.booking-time-slots {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px
}

.booking-time-slots>p {
  grid-column: 1/-1;
  margin: 3px 0;
  color: #887167;
  font-size: 12px
}

.booking-slot {
  min-height: 56px;
  border: 1px solid #d9c7bc;
  border-radius: 10px;
  background: #fff;
  color: #473129;
  cursor: pointer;
  transition: .18s ease;
  text-align: left;
  padding: 9px 11px
}

.booking-slot b,
.booking-slot small {
  display: block
}

.booking-slot b {
  font-size: 13px
}

.booking-slot small {
  margin-top: 4px;
  font-size: 10px;
  color: #668570
}

.booking-slot:hover,
.booking-slot.is-selected {
  border-color: var(--primary);
  background: #f2e5dd;
  box-shadow: 0 5px 14px #6d403717
}

.booking-slot.is-selected {
  background: var(--primary);
  color: #fff
}

.booking-slot.is-selected small {
  color: #fff
}

.booking-slot.is-busy {
  cursor: not-allowed;
  border-color: #eee5df;
  background: #f7f4f2;
  color: #ad9d94
}

.booking-slot.is-busy small {
  color: #ad9d94
}

.booking-time-native {
  position: absolute !important;
  opacity: 0;
  pointer-events: none;
  width: 1px !important;
  height: 1px !important
}

.customer-profile-card,
.customer-list {
  max-width: 940px;
  margin: 0 auto;
  border: 1px solid #e6d8d0;
  border-radius: 23px;
  background: #fffdfa;
  padding: 28px;
  box-sizing: border-box
}

.customer-profile-card header {
  display: flex;
  align-items: center;
  gap: 17px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee2dc
}

.customer-avatar {
  display: grid;
  place-items: center;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #ead6ca;
  color: #7d503f;
  font: 500 25px Georgia, serif
}

.customer-profile-card h2,
.customer-list h2 {
  margin: 4px 0 6px;
  color: #2f1e18;
  font: 500 30px Georgia, serif
}

.customer-profile-card header>div>p:last-child,
.customer-list-heading p:last-child {
  margin: 0;
  color: #765e53;
  font-size: 13px
}

.customer-profile-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 21px 0
}

.customer-profile-details div {
  padding: 15px 0;
  border-bottom: 1px solid #eee2dc
}

.customer-profile-details dt {
  color: #896f63;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em
}

.customer-profile-details dd {
  margin: 6px 0 0;
  color: #37241d;
  font-size: 14px;
  font-weight: 700
}

.customer-profile-actions {
  display: flex;
  gap: 10px
}

.customer-profile-actions .button,
.customer-list-heading .button,
.customer-empty .button {
  border-radius: 10px;
  padding: 10px 16px;
  text-decoration: none
}

.button.secondary {
  background: #fffdfa !important;
  border: 1px solid #d9c5b9 !important;
  color: #825846 !important
}

.customer-list-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid #eee2dc
}

.customer-records {
  display: grid;
  gap: 11px;
  margin-top: 20px
}

.customer-record {
  display: grid;
  grid-template-columns: minmax(130px, .8fr) minmax(0, 1.3fr) auto auto;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border: 1px solid #eaded7;
  border-radius: 14px;
  background: #fff
}

.customer-record-date b,
.customer-record-date small {
  display: block
}

.customer-record-date b {
  font-size: 13px;
  color: #422b23
}

.customer-record-date small {
  margin-top: 5px;
  color: #957d72;
  font-size: 11px
}

.customer-record-main h3 {
  margin: 0;
  color: #37231c;
  font: 500 18px Georgia, serif
}

.customer-record-main p {
  margin: 5px 0 0;
  color: #7c655a;
  font-size: 12px
}

.record-status {
  border-radius: 999px;
  padding: 6px 9px;
  background: #f1e4dc;
  color: #775446;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap
}

.status-confirmed,
.status-paid,
.status-completed {
  background: #e5f0e7;
  color: #3e7650
}

.status-cancelled {
  background: #f4e5e3;
  color: #a04d45
}

.record-cancel {
  border: 0;
  background: none;
  color: #95624f;
  cursor: pointer;
  font: 700 12px inherit;
  text-decoration: underline
}

.customer-empty {
  text-align: center;
  padding: 42px 20px
}

.customer-empty h3 {
  margin: 0;
  color: #3b271f;
  font: 500 24px Georgia, serif
}

.customer-empty p {
  margin: 8px auto 18px;
  max-width: 420px;
  color: #7b6358;
  font-size: 13px
}

@media(max-width:700px) {

  .booking-time-picker-head,
  .customer-list-heading {
    align-items: flex-start;
    flex-direction: column
  }

  .booking-time-slots {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .customer-profile-card,
  .customer-list {
    padding: 20px
  }

  .customer-profile-details {
    grid-template-columns: 1fr
  }

  .customer-record {
    grid-template-columns: 1fr;
    gap: 8px
  }

  .customer-record .record-status {
    justify-self: start
  }

  .customer-profile-actions {
    flex-direction: column
  }

  .customer-profile-actions .button {
    text-align: center
  }
}

@media(max-width:420px) {
  .booking-time-slots {
    grid-template-columns: 1fr
  }

  .booking-slot-legend {
    flex-wrap: wrap
  }
}

.admin-manager .panel-list-heading {
  align-items: flex-start;
  gap: 20px
}

.admin-manager .panel-list-heading h2 {
  margin: 2px 0 6px
}

.admin-manager .panel-list-heading p {
  margin: 0;
  max-width: 650px
}

.admin-search {
  display: flex;
  gap: 10px;
  margin: 24px 0 18px
}

.admin-search input {
  min-width: 240px;
  flex: 1
}

.admin-editor {
  margin: 20px 0;
  padding: 22px;
  border: 1px solid var(--line, #e8dcd4);
  border-radius: 18px;
  background: #fffaf7
}

.admin-editor header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 18px
}

.admin-editor h3 {
  margin: 0;
  font-size: 1.3rem
}

.admin-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px
}

.admin-field {
  display: grid;
  gap: 7px;
  font-size: .82rem;
  font-weight: 700;
  color: #48342c
}

.admin-field-wide {
  grid-column: 1/-1
}

.admin-field input,
.admin-field select,
.admin-field textarea,
.admin-search input {
  width: 100%;
  border: 1px solid #dfd0c6;
  border-radius: 10px;
  background: #fffdfa;
  color: #34251f;
  padding: 10px 12px;
  font: inherit;
  box-sizing: border-box
}

.admin-field input,
.admin-field select {
  min-height: 42px
}

.admin-field textarea {
  resize: vertical
}

.admin-check {
  align-self: end;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  font-size: .85rem;
  font-weight: 700;
  color: #48342c
}

.admin-check input {
  width: 16px;
  height: 16px;
  accent-color: #9a6c58
}

.admin-editor .form-message {
  min-height: 18px;
  margin: 12px 0;
  color: #a04c3c;
  font-size: .85rem
}

.admin-actions {
  white-space: nowrap
}

.admin-actions button {
  border: 0;
  background: none;
  color: #8f5d49;
  font-weight: 700;
  cursor: pointer;
  padding: 3px 7px
}

.admin-actions button:last-child {
  color: #a64d43
}

@media(max-width:700px) {
  .admin-manager .panel-list-heading {
    flex-direction: column
  }

  .admin-fields {
    grid-template-columns: 1fr
  }

  .admin-field-wide {
    grid-column: auto
  }

  .admin-search {
    flex-direction: column
  }

  .admin-search input {
    min-width: 0
  }
}

/* Ana sayfa: mevcut yerleşimi koruyan daha katmanlı premium görünüm */
body {
  background: radial-gradient(circle at 8% 14%, #fffdfa 0 13%, transparent 34%), radial-gradient(circle at 91% 35%, #f1ded2 0 4%, transparent 24%), var(--cream)
}

.site-header {
  box-shadow: 0 10px 30px rgba(82, 55, 41, .035)
}

.hero-original {
  border: 1px solid rgba(221, 198, 185, .5);
  box-shadow: 0 26px 62px rgba(92, 58, 42, .10)
}

.hero-original::before {
  position: absolute;
  z-index: 0;
  top: -180px;
  right: -110px;
  width: 410px;
  height: 410px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 174, 151, .28), rgba(214, 174, 151, 0) 68%);
  content: '';
  pointer-events: none
}

.hero-original>* {
  position: relative;
  z-index: 1
}

.hero-original-copy .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px
}

.hero-original-copy .eyebrow::before {
  width: 34px;
  height: 1px;
  background: currentColor;
  content: ''
}

.hero-original h1 {
  text-shadow: 0 2px 0 rgba(255, 255, 255, .7)
}

.editorial-image {
  box-shadow: 17px 20px 0 #f0ddd2, 0 22px 42px rgba(72, 43, 30, .16);
  transition: transform .45s ease, box-shadow .45s ease
}

.hero-original:hover .editorial-image {
  transform: translateY(-4px);
  box-shadow: 21px 25px 0 #ecd6ca, 0 28px 48px rgba(72, 43, 30, .18)
}

.ritual-note {
  border: 1px solid rgba(224, 205, 194, .8)
}

.slider-dots {
  padding: 7px 10px;
  border: 1px solid rgba(225, 205, 193, .7);
  border-radius: 999px;
  background: rgba(255, 253, 249, .86);
  box-shadow: 0 8px 18px rgba(83, 55, 40, .07)
}

.trust {
  position: relative;
  border: none !important;
  border-block: none !important;
  background: rgba(255, 253, 249, .88)
}

.trust-grid div {
  position: relative;
  padding: 6px 14px 6px 52px;
  border-left: 0
}

.trust-grid i {
  position: absolute;
  top: 50%;
  left: 13px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid #ead7cc;
  border-radius: 50%;
  background: #fff8f3;
  color: var(--primary);
  font-style: normal;
  transform: translateY(-50%)
}

.home-section {
  position: relative
}

.home-section:not(.home-video-section) {
  padding-top: 84px;
  padding-bottom: 84px
}

.home-title {
  max-width: 670px
}

.home-title h2 {
  position: relative;
  display: inline-block;
  text-shadow: 0 2px 0 #fff
}

.home-title h2::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 52px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--primary), #d9b7a6);
  content: ''
}

.home-title>p:last-child {
  margin-top: 21px
}

.home-service-card,
.home-product-card,
.home-category-card,
.home-expert-card {
  border-color: rgba(224, 207, 197, .95);
  box-shadow: 0 13px 28px rgba(84, 55, 39, .055);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease
}

.home-service-card:hover,
.home-product-card:hover,
.home-category-card:hover,
.home-expert-card:hover {
  border-color: #cb9f8a;
  box-shadow: 0 22px 38px rgba(82, 51, 35, .13);
  transform: translateY(-6px)
}

.home-product-image,
.home-service-card img,
.home-expert-card img {
  transition: transform .45s ease
}

.home-product-card:hover .home-product-image,
.home-service-card:hover img,
.home-expert-card:hover img {
  transform: scale(1.04)
}

.home-muted {
  position: relative;
  background: linear-gradient(180deg, rgba(244, 235, 228, .72), rgba(255, 253, 249, .35))
}

.home-muted::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - 40px));
  height: 1px;
  background: linear-gradient(90deg, transparent, #dfc5b8, transparent);
  content: '';
  transform: translateX(-50%)
}

.booking-planner {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(211, 175, 155, .64);
  box-shadow: 0 30px 58px rgba(91, 57, 41, .14)
}

.booking-planner::after {
  position: absolute;
  right: -55px;
  bottom: -75px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 50%;
  box-shadow: 0 0 0 24px rgba(255, 255, 255, .12), 0 0 0 48px rgba(255, 255, 255, .08);
  content: '';
  pointer-events: none
}

.booking-planner>* {
  position: relative;
  z-index: 1
}

.testimonials {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f3e6de, #fbf7f3 58%, #ecdad0)
}

.testimonials::before {
  position: absolute;
  top: 32px;
  left: calc(50% - 570px);
  color: rgba(143, 102, 87, .10);
  font: 170px Georgia, serif;
  content: '“';
  line-height: 1
}

.testimonial-grid blockquote {
  border: 1px solid rgba(226, 205, 194, .85);
  box-shadow: 0 14px 30px rgba(80, 48, 31, .07);
  transition: transform .25s ease, box-shadow .25s ease
}

.testimonial-grid blockquote:hover {
  box-shadow: 0 22px 38px rgba(80, 48, 31, .12);
  transform: translateY(-5px)
}

.home-newsletter {
  border: 1px solid rgba(214, 185, 170, .68);
  box-shadow: 0 20px 40px rgba(74, 45, 31, .09)
}

.button {
  box-shadow: 0 8px 15px rgba(119, 76, 57, .14);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease
}

.button:hover {
  box-shadow: 0 12px 21px rgba(119, 76, 57, .22);
  transform: translateY(-2px)
}

.button-outline {
  box-shadow: none
}

.button-outline:hover {
  box-shadow: 0 8px 17px rgba(119, 76, 57, .1)
}

@media(max-width:800px) {
  .home-section:not(.home-video-section) {
    padding-top: 60px;
    padding-bottom: 60px
  }

  .hero-original::before {
    right: -210px
  }

  .trust-grid div {
    padding-left: 46px
  }

  .trust-grid i {
    left: 8px
  }
}

@media(max-width:520px) {
  .home-section:not(.home-video-section) {
    padding-top: 46px;
    padding-bottom: 46px
  }

  .hero-original {
    box-shadow: 0 16px 34px rgba(92, 58, 42, .09)
  }

  .editorial-image {
    box-shadow: 10px 12px 0 #f0ddd2, 0 18px 28px rgba(72, 43, 30, .13)
  }

  .trust-grid div {
    padding: 8px 5px 8px 40px
  }

  .trust-grid i {
    left: 3px;
    width: 25px;
    height: 25px
  }

  .home-title h2::after {
    bottom: -7px
  }

  .booking-planner::after {
    display: none
  }
}

/* Daha dolu ana sayfa deneyimi */
.aura-showcase {
  display: grid;
  grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr);
  gap: 58px;
  align-items: center;
  padding-top: 94px;
  padding-bottom: 78px
}

.aura-showcase-copy h2 {
  max-width: 440px;
  margin: 13px 0 17px;
  color: #34231c;
  font: 500 clamp(36px, 4vw, 53px)/1.06 Georgia, serif;
  letter-spacing: -.04em
}

.aura-showcase-copy>p:not(.eyebrow) {
  max-width: 425px;
  margin: 0;
  color: #755e53;
  font-size: 15px;
  line-height: 1.8
}

/* Ana sayfa hikâyesinin hemen ardından gelen fark alanı */
.home-values {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 28px;
}

.home-values-heading { max-width: 570px }
.home-values-heading h2 {
  margin: 8px 0 10px;
  color: #34231c;
  font: 500 clamp(31px, 3.2vw, 46px)/1.04 Georgia, "Times New Roman", serif;
  letter-spacing: -.035em;
}
.home-values-heading>p:last-child { margin: 0; color: #755e53; line-height: 1.65 }
.home-values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin-top: 25px;
}
.home-values-grid article {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-height: 112px;
  padding: 19px;
  border: 1px solid rgba(157, 107, 85, .18);
  border-radius: 16px;
  background: #fffdfa;
}
.home-values-grid i {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #d9bcae;
  border-radius: 50%;
  color: #9b6a55;
  font: 23px Georgia, serif;
  font-style: normal;
}
.home-values-grid h3 { margin: 1px 0 6px; color: #422c22; font: 500 20px/1.2 Georgia, serif }
.home-values-grid p { margin: 0; color: #765f54; font-size: 14px; line-height: 1.55 }

@media (max-width: 640px) {
  .home-values { margin-bottom: 22px; padding: 12px 0 20px }
  .home-values-grid { grid-template-columns: 1fr; gap: 10px; margin-top: 20px }
  .home-values-grid article { min-height: 0; padding: 15px }
  .home-values-heading h2 { font-size: 32px }
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  color: #8f6657;
  font-size: 13px;
  font-weight: 800
}

.text-link > span:last-child {
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border: 1px solid #c9a491;
  border-radius: 50%;
  transition: .2s ease
}

.text-link:hover > span:last-child {
  background: #8f6657;
  color: #fff;
  transform: translateX(4px)
}

/* Yönetim panelinden eklenen ana sayfa slider ve video alanları. */
.home-media-slot:empty { display: none }

.lux-date-chip.is-closed { border-color: #d6aaa0; background: #f8ece8; color: #8a5147 }
.lux-date-chip.is-closed .date-day-name { color: #9a5b4f; font-weight: 800 }
.lux-date-chip.is-closed::after { content: '×'; position: absolute; top: 6px; right: 7px; display: grid; place-items: center; width: 15px; height: 15px; border-radius: 50%; background: #9a5b4f; color: #fff; font-size: 12px; line-height: 1 }

/* Yönetim paneli işletme raporları. */
.business-reports { max-width: 1180px }

/* İşlemler / portfolyo için ayrı düzenleme sayfası. */
.portfolio-page-editor { max-width: 1080px }

/* Yönetim listelerindeki ekleme ve düzenleme formları. */
.admin-editor-modal,.panel-content[data-panel-route="/admin/sliders"] .admin-editor,.panel-content[data-panel-route="/admin/banners"] .admin-editor { position: fixed; z-index: 120; top: 50%; left: 50%; width: min(860px,calc(100vw - 36px)); max-height: 84vh; margin: 0; overflow: auto; transform: translate(-50%,-50%); border: 1px solid #eadbd2; border-radius: 18px; background: #fffdfa; box-shadow: 0 0 0 100vmax rgba(43,29,23,.48),0 26px 80px rgba(44,28,20,.3) }
.admin-editor-modal .admin-modal-backdrop { display: none }
.admin-editor-modal>header { position: sticky; top: -22px; z-index: 2; margin: 0 -22px 20px; padding: 20px 22px 16px; border-bottom: 1px solid #eadbd2; background: #fffdfa }
.admin-editor-modal>header h3 { color: #38251e; font: 500 25px Georgia,serif }
.admin-editor-modal .admin-fields { grid-template-columns: repeat(2,minmax(0,1fr)) }
.content-editor-modal:not(.is-open),.panel-content[data-panel-route="/admin/content"] .content-editor:not(.is-open) { display: none !important }
.content-editor-modal.is-open,.panel-content[data-panel-route="/admin/content"] .content-editor.is-open { position: fixed; z-index: 120; top: 50%; left: 50%; width: min(1120px,calc(100vw - 36px)); max-height: 84vh; display: block !important; overflow: auto; transform: translate(-50%,-50%); border: 1px solid #eadbd2; border-radius: 18px; background: #fffdfa; box-shadow: 0 0 0 100vmax rgba(43,29,23,.48),0 26px 80px rgba(44,28,20,.3) }
.content-editor-modal.is-open::before { content: ''; position: fixed; z-index: -1; inset: 0; background: rgba(43,29,23,.48) }
.content-modal-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin: 0 0 22px; padding: 0 0 18px; border-bottom: 1px solid #eadbd2 }
.content-modal-header h3 { margin: 4px 0 0; color: #38251e; font: 500 25px Georgia,serif }
@media(max-width:700px) { .admin-editor-modal,.panel-content[data-panel-route="/admin/sliders"] .admin-editor,.panel-content[data-panel-route="/admin/banners"] .admin-editor,.content-editor-modal.is-open,.panel-content[data-panel-route="/admin/content"] .content-editor.is-open { top: 10px; right: 10px; bottom: 10px; left: 10px; width: auto; max-height: none; transform: none; border-radius: 14px } .admin-editor-modal .admin-fields,.panel-content[data-panel-route="/admin/sliders"] .admin-editor .admin-fields,.panel-content[data-panel-route="/admin/banners"] .admin-editor .admin-fields { grid-template-columns: 1fr } .admin-editor-modal>header { top: -22px } .content-modal-header { position: sticky; top: 0; z-index: 2; padding: 12px 0; background: #fffdfa } }
.portfolio-create-modal:not(.is-open) { display: none !important }
.portfolio-create-modal.is-open,.portfolio-editor-modal:not([hidden]) { position: fixed; z-index: 120; top: 50%; left: 50%; width: min(920px,calc(100vw - 36px)); max-height: 84vh; margin: 0; padding: 28px; overflow: auto; transform: translate(-50%,-50%); border: 1px solid #eadbd2; border-radius: 18px; background: #fffdfa; box-shadow: 0 0 0 100vmax rgba(43,29,23,.48),0 26px 80px rgba(44,28,20,.3) }
.portfolio-create-modal.is-open>header:not(.portfolio-modal-header) { display: none }
.portfolio-modal-header,.portfolio-editor-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin: 0 0 22px; padding: 0 0 18px; border-bottom: 1px solid #eadbd2 }
.portfolio-modal-header h3 { margin: 4px 0 0; color: #38251e; font: 500 25px Georgia,serif }
.portfolio-file-row { display: flex; align-items: center; gap: 9px }
.portfolio-file-row input { min-width: 0; flex: 1 }
.portfolio-file-row .button { flex: 0 0 auto; margin: 0; cursor: pointer }
@media(max-width:700px) { .portfolio-create-modal.is-open,.portfolio-editor-modal:not([hidden]) { top: 10px; right: 10px; bottom: 10px; left: 10px; width: auto; max-height: none; padding: 18px; transform: none; border-radius: 14px } .portfolio-modal-header,.portfolio-editor-heading { position: sticky; top: -18px; z-index: 2; padding: 14px 0; background: #fffdfa } .portfolio-file-row { align-items: stretch; flex-direction: column } .portfolio-file-row .button { width: 100%; justify-content: center } }

/* Randevu sayfasındaki hızlı seçim kartı: Slider üzerine taşan modern görünüm. */
.home-appointment-wrap { position: relative !important; z-index: 8 !important; margin-top: -48px !important; margin-bottom: 20px; }
.home-appointment-wrap.wrap { width: min(1180px, calc(100% - 32px)) !important; margin: -48px auto 20px !important; }
.trust { display: flex; flex-direction: column }
.trust>.trust-grid { order: 2 }
.trust>.home-appointment-wrap { order: 1; margin-top: -48px !important; margin-bottom: 0; padding: 0 0 16px; }
.home-appointment-search { display: grid; grid-template-columns: max-content minmax(120px,1fr) minmax(140px,1.2fr) minmax(120px,1fr) minmax(120px,1fr) auto; gap: 8px; align-items: stretch; padding: 12px 14px; border: 1px solid rgba(224, 204, 192, 0.85); border-radius: 18px; background: #ffffff; box-shadow: 0 16px 44px rgba(55, 30, 18, .13), 0 2px 6px rgba(55, 30, 18, .04) }
.home-appointment-intro { display: flex; flex-direction: column; justify-content: center; gap: 3px; min-width: max-content; padding: 4px 14px 4px 6px; border-right: 1px solid #eadbd2 }
.home-appointment-intro span { color: #956a58; font-size: 9.5px; font-weight: 900; letter-spacing: .12em }
.home-appointment-intro strong { color: #3e2a21; font-family: Georgia, 'Playfair Display', serif; font-size: 15px; font-weight: 600; white-space: nowrap }
.home-appointment-search>label { display: grid; align-content: center; gap: 3px; min-width: 0; min-height: 54px; padding: 6px 12px; border-radius: 11px; background: #f7f2ee }
.home-appointment-search>label>span { color: #876e62; font-size: 9.5px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase }
.home-appointment-search select,.home-appointment-search input { width: 100%; min-width: 0; padding: 0; border: 0; outline: 0; background: transparent; color: #3e2a21; font: 800 13px/1.3 inherit; cursor: pointer }
.home-appointment-search select:disabled { color: #aa9b94; cursor: not-allowed }
.home-appointment-search>label { position: relative }
.home-appointment-search .home-native-select { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none }
.home-picker { position: relative; min-width: 0 }
.home-picker-trigger { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 25px; padding: 0; border: 0; background: transparent; color: #3e2a21; font: 800 14px/1.35 inherit; text-align: left; cursor: pointer }
.home-picker-trigger::after { content: '⌄'; color: #8f6657; font-size: 19px; line-height: .6 }
.home-picker.is-disabled .home-picker-trigger { color: #aa9b94; cursor: not-allowed }
.home-picker-menu { position: absolute; z-index: 20; top: calc(100% + 12px); right: -15px; left: -15px; display: none; max-height: 280px; padding: 7px; overflow: auto; border: 1px solid #e3d0c6; border-radius: 13px; background: #fffdfa; box-shadow: 0 18px 35px rgba(62,38,27,.18) }
.home-picker.is-open .home-picker-menu { display: grid; gap: 2px }
.home-picker-search { width: 100% !important; margin-bottom: 5px; padding: 10px !important; border: 1px solid #e5d3ca !important; border-radius: 8px !important; background: #fff !important; color: #49342a !important; font: 600 13px/1.3 inherit !important; cursor: text !important }
.home-picker-option { width: 100%; padding: 10px 11px; border: 0; border-radius: 8px; background: transparent; color: #49342a; font: 600 13px/1.35 inherit; text-align: left; cursor: pointer }
.home-picker-option:hover,.home-picker-option.is-selected { background: #f1e3da; color: #744d3e }
.home-picker-option:disabled { color: #a99b94; cursor: default }
.home-appointment-search .home-native-date { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none }
.home-appointment-search input[type="date"] {
  appearance: auto;
  -webkit-appearance: auto;
  min-height: 25px;
  color: #3e2a21;
}
.home-appointment-search input[type="date"]::-webkit-calendar-picker-indicator { opacity: 1; cursor: pointer }
.home-date-picker { position: relative; min-width: 0 }
.home-date-trigger { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 25px; padding: 0; border: 0; background: transparent; color: #3e2a21; font: 800 14px/1.35 inherit; text-align: left; cursor: pointer }
.home-date-trigger i { color: #8f6657; font-style: normal; font-size: 15px }
.home-date-calendar { position: absolute; z-index: 20; top: calc(100% + 12px); right: -15px; display: none; width: 292px; padding: 13px; border: 1px solid #e3d0c6; border-radius: 13px; background: #fffdfa; box-shadow: 0 18px 35px rgba(62,38,27,.18) }
.home-date-picker.is-open .home-date-calendar { display: block }
.home-date-calendar header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; color: #49342a; font-size: 13px }
.home-date-calendar header button { width: 29px; height: 29px; border: 1px solid #ead8cf; border-radius: 8px; background: #fff; color: #8f6657; cursor: pointer; font-size: 20px; line-height: 1 }
.home-date-week,.home-date-days { display: grid; grid-template-columns: repeat(7,1fr); gap: 3px; text-align: center }
.home-date-week { margin-bottom: 4px; color: #947567; font-size: 10px; font-weight: 800 }
.home-date-days button { aspect-ratio: 1; border: 0; border-radius: 8px; background: transparent; color: #49342a; font: 700 12px/1 inherit; cursor: pointer }
.home-date-days button:hover { background: #f1e3da }
.home-date-days button.is-selected { background: #8f6657; color: #fff }
.home-date-days button.is-closed { color: #b28e80; text-decoration: line-through }
.home-date-days button:disabled { color: #d0c1b9; cursor: not-allowed }
.booking-account-modal { position: fixed; z-index: 180; inset: 0; display: grid; place-items: center; padding: 22px; background: rgba(43,29,23,.48) }
.booking-account-dialog { width: min(620px,100%); max-height: calc(100vh - 44px); overflow: auto; padding: 28px; border: 1px solid #eadbd2; border-radius: 20px; background: #fffdfa; box-shadow: 0 28px 80px rgba(44,28,20,.32) }
.booking-account-dialog header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid #eadbd2 }
.booking-account-dialog h3 { margin: 5px 0 7px; color: #38251e; font: 500 27px Georgia,serif }
.booking-account-dialog header p:not(.eyebrow) { max-width:430px; margin: 0; color: #7b6559; font-size: 13px; line-height: 1.55 }
.booking-account-dialog form { display: grid; gap: 14px }
.booking-account-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px }
.booking-account-fields label { display: grid; gap: 7px; color: #543b30; font-size: 12px; font-weight: 800 }
.booking-account-fields input { min-height: 45px; width: 100%; border: 1px solid #dfd0c7; border-radius: 10px; background: #fff; color: #38251e; padding: 10px 12px; font: inherit }
.booking-account-wide { grid-column: 1/-1 }
.booking-account-dialog form>a { color: #865c4b; font-size: 12px; font-weight: 800; text-align: center }
.payment-pos-coming { margin: 14px 0; padding: 12px 14px; border: 1px dashed #d9bfb2; border-radius: 11px; background: #fff8f4; color: #806054; font-size: 12px; line-height: 1.45 }

/* Ana sayfa: daha kompakt, düz görselli otomatik hizmet vitrini */
.home-service-grid {
  display: flex;
  gap: 18px;
  margin-top: 20px;
  overflow: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.home-service-grid::-webkit-scrollbar { display: none; }

.home-service-grid .home-service-card {
  flex: 0 0 calc((100% - 36px) / 3);
  min-width: 0;
  display: flex;
  flex-direction: column;
  min-height: 380px;
  overflow: hidden;
  border: 1px solid #ebd9ce;
  border-radius: 20px;
  background: #fffdfb;
  box-shadow: 0 10px 26px rgba(92, 58, 42, .05);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.home-service-grid .home-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 42px rgba(92, 58, 42, .12);
  border-color: #d1a894;
}

@media (max-width: 850px) {
  .home-service-grid { gap: 14px; margin-inline: -2px; }
  .home-service-grid .home-service-card { flex-basis: calc(85% - 7px); min-height: 360px; }
  .home-service-grid .home-service-card > div { aspect-ratio: 16 / 10; border-radius: 14px; }
}

.home-service-admin-note {
  grid-column: 1 / -1;
  display: grid;
  gap: 5px;
  padding: 14px 16px;
  border: 1px solid #e8d6cc;
  border-radius: 12px;
  background: #fff8f4;
  color: #715346;
  font-size: 13px;
  line-height: 1.55;
}

.home-service-admin-note b { color: #51382e; }

.home-service-image-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 320px);
  min-height: 120px;
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid #e6d4ca;
  border-radius: 10px;
  background: #fffaf7;
  color: #876b5e;
  font-size: 12px;
}

.home-service-image-preview img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

/* Ana sayfa uzman vitrini: daha kompakt ve dengeli görsel oran */
#featured-experts.home-expert-grid {
  max-width: 1040px;
  gap: 20px;
  margin: 26px auto 0;
}

#featured-experts .home-expert-card { min-height: 330px; }

#featured-experts .expert-portrait {
  aspect-ratio: 16 / 10;
  border-radius: 18px;
}

#featured-experts .home-expert-card > p { margin-top: 12px; }
#featured-experts .home-expert-card > h3 { margin-top: 6px; font-size: 22px; }
#featured-experts .home-expert-card > small { margin-top: 6px; line-height: 1.45; }
#featured-experts .home-expert-card > a { margin-top: auto; }

@media (max-width: 850px) {
  #featured-experts.home-expert-grid { gap: 14px; }
  #featured-experts .expert-portrait { border-radius: 14px; }
}

/* Hakkımızda sayfasındaki uzmanlar da ana sayfadaki modern kart düzenini kullanır */
.home-expert-grid[data-staff-directory] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 26px;
}

@media (max-width: 850px) {
  .home-expert-grid[data-staff-directory] { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
}

@media (max-width: 560px) {
  .home-expert-grid[data-staff-directory] { grid-template-columns: 1fr; }
}

/* Hizmetler sayfası kartları ana sayfadaki dengeli kart düzeniyle uyumlu */
.service-card-grid {
  gap: 18px;
  margin-top: 24px;
  align-items: stretch;
}
.service-card {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid #eadbd4;
  border-radius: 16px;
  background: #fffdfb;
  box-shadow: 0 6px 18px rgba(84, 55, 39, .05);
  transition: transform .2s ease, box-shadow .2s ease;
}
.service-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(84, 55, 39, .09);
}
.service-card-image {
  height: auto;
  aspect-ratio: 16 / 10;
  max-height: 180px;
  border-radius: 0;
}
.service-card-image::before { display: none; }
.service-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 14px 16px;
}
.service-card-copy p {
  font-size: 12px;
  color: #815d4c;
  margin: 0;
}
.service-card-copy h3 {
  min-height: auto;
  margin: 6px 0 8px;
  font-size: 17px;
  line-height: 1.3;
}
.service-card-copy > span {
  font-size: 16px;
  font-weight: 700;
  color: #7d523e;
  margin-bottom: 12px;
}
.service-card-copy a {
  margin-top: auto;
  font-size: 13px;
  padding: 8px 16px;
}

@media (max-width: 850px) {
  .service-card { min-height: 310px; }
  .service-card-image { aspect-ratio: 16 / 10; max-height: 160px; }
}

/* Sabit iletişim: altta WhatsApp, üstünde telefon */
.floating-contact {
  position: fixed !important;
  left: 20px !important;
  bottom: 24px !important;
  z-index: 9999 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}
.floating-contact-options {
  display: flex;
  flex-direction: column;
  max-width: none;
  gap: 9px;
  overflow: visible;
  opacity: 1;
  transform: none;
}
.floating-contact-options a {
  width: 46px;
  min-width: 46px;
  height: 46px;
  justify-content: center;
  padding: 0;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(78, 49, 36, .14);
}
.floating-contact-options a[hidden] { display: none; }
.floating-contact-options a span { display: none; }
.floating-contact-options a i { font-size: 21px; }
.floating-contact-options a[data-contact-whatsapp] {
  border-color: #42a877;
  background: #2ba466;
  color: #fff;
}
.floating-contact-options a[data-contact-whatsapp] i { color: #fff; }

@media (max-width: 700px) {
  .floating-contact { left: 14px; bottom: 14px; }
  .floating-contact-options { gap: 8px; }
  .floating-contact-options a { width: 46px; min-width: 46px; height: 46px; justify-content: center; padding: 0; }
  .floating-contact-options a span { display: none; }
}

/* Ana sayfa ürün vitrini */
.home-products-showcase { padding-top: 28px; }
.home-product-carousel {
  display: flex;
  gap: 16px;
  margin-top: 20px;
  overflow: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.home-product-carousel::-webkit-scrollbar { display: none; }
.home-product-carousel .home-product-card {
  display: flex;
  flex: 0 0 calc((100% - 48px) / 4);
  flex-direction: column;
  min-width: 0;
  min-height: 330px;
  overflow: hidden;
  padding-bottom: 14px;
  border: 1px solid #eadbd4;
  border-radius: 16px;
  background: #fffdfb;
  box-shadow: 0 8px 20px rgba(84, 55, 39, .045);
  transition: transform .25s ease, box-shadow .25s ease;
}
.home-product-carousel .home-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(84, 55, 39, .08);
}
.home-product-carousel .home-product-image {
  aspect-ratio: 16 / 11;
  max-height: 155px;
  border-radius: 0;
}
.home-product-carousel .home-product-image img { width: 100%; height: 100%; object-fit: cover; }
.home-product-carousel .home-product-card > p,
.home-product-carousel .home-product-card > h3,
.home-product-carousel .home-product-card > strong,
.home-product-carousel .home-product-card > footer { margin-left: 14px; margin-right: 14px; }
.home-product-carousel .home-product-card > p { margin-top: 10px; font-size: 11px; font-weight: 700; color: #8b6e60; }
.home-product-carousel .home-product-card > h3 { min-height: 38px; margin-top: 5px; font-size: 16px; line-height: 1.25; }
.home-product-carousel .home-product-card > strong { margin-top: 6px; font-size: 16px; color: var(--primary, #6b4033); }
.home-product-carousel .home-product-card > footer { margin-top: auto; padding-top: 8px; font-size: 12.5px; }

@media (max-width: 850px) {
  .home-product-carousel { gap: 14px; }
  .home-product-carousel .home-product-card { flex-basis: calc(75% - 8px); min-height: 310px; }
  .home-product-carousel .home-product-card > h3 { min-height: 34px; font-size: 15px; }
}

@media (max-width: 850px) {
  .home-service-grid .home-service-card { min-height: 350px; }
  .home-service-grid .home-service-card > h3 { min-height: 40px; font-size: 16px; }
}
@media(max-width:560px) { .booking-account-modal { padding: 12px } .booking-account-dialog { max-height: calc(100vh - 24px); padding: 20px; border-radius: 16px } .booking-account-dialog header { gap: 12px } .booking-account-dialog h3 { font-size: 23px } .booking-account-fields { grid-template-columns: 1fr } .booking-account-wide { grid-column: auto } }
.home-appointment-search>.button { min-width: 160px; border-radius: 14px; padding: 13px 18px; white-space: nowrap }
.home-appointment-search>.button i { margin-left: 5px; font-style: normal }
.home-appointment-feedback { grid-column: 2/-1; min-height: 0; margin: -3px 4px 0; color: #a24d40; font-size: 12px; font-weight: 700 }
@media(max-width:1050px) { .home-appointment-search { grid-template-columns: repeat(2,minmax(0,1fr)) } .home-appointment-intro { border-right: 0; border-bottom: 1px solid #eadbd2 } .home-appointment-search>.button { grid-column: span 2; min-height: 54px } .home-appointment-feedback { grid-column: 1/-1 } }
@media(max-width:560px) { .home-appointment-wrap,.trust>.home-appointment-wrap { margin-top: 16px; padding-top: 0 } .trust>.home-appointment-wrap { border-top: 1px solid #eaded7 } .home-appointment-search { grid-template-columns: 1fr; gap: 8px; padding: 12px; border-radius: 18px } .home-appointment-intro { padding: 7px 5px 12px } .home-appointment-search>label { min-height: 61px } .home-appointment-search>.button { grid-column: auto } }
.appointment-search-panel { display: none }
.booking-page .lux-booking-layout { display: block; max-width: 1180px; margin: 0 auto }
.booking-page .lux-booking-header { margin: 0 auto 23px; text-align: center }
.booking-page .lux-booking-header .lux-step-indicator { display: none }
.booking-page .lux-booking-header h2 { font-size: clamp(29px,3vw,39px) }
.booking-page .appointment-search-panel { display: grid; grid-template-columns: 1.15fr 1.4fr 1.2fr .9fr auto; gap: 10px; align-items: stretch; position: relative; margin: 0 0 25px; padding: 17px; border: 1px solid #eadbd2; border-radius: 24px; background: #fffdfa; box-shadow: 0 17px 36px rgba(62,38,27,.1) }
.appointment-search-field { display: grid; align-content: center; min-width: 0; min-height: 78px; padding: 10px 15px; border-radius: 15px; background: #f7f2ee; color: #735e52 }
.appointment-search-field>span { display: block; margin-bottom: 5px; color: #876e62; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase }
.appointment-search-field strong { overflow: hidden; color: #3e2a21; font-size: 15px; text-overflow: ellipsis; white-space: nowrap }
.appointment-search-field small { overflow: hidden; margin-top: 3px; color: #8e7568; font-size: 11px; text-overflow: ellipsis; white-space: nowrap }
.appointment-search-field select,.appointment-search-field input { width: 100%; min-width: 0; padding: 0; border: 0; outline: 0; background: transparent; color: #3e2a21; font: 800 15px/1.3 inherit; cursor: pointer }
.appointment-search-field select:disabled { color: #aa9b94; cursor: not-allowed }
.appointment-search-date input { font-size: 14px }
.appointment-search-button { align-self: stretch; min-width: 176px; border-radius: 15px; padding: 13px 19px; white-space: nowrap; font-size: 14px }
.appointment-search-feedback { grid-column: 1/-1; min-height: 0; margin: -2px 3px 0; color: #a24d40; font-size: 12px; font-weight: 700 }
.booking-page #booking-step-service,.booking-page #booking-step-staff { display: none }
.booking-page #booking-step-datetime { max-width: 820px; margin: 0 auto; padding: 24px; border: 1px solid #eadbd2; border-radius: 20px; background: #fffdfa; box-shadow: 0 10px 26px rgba(62,38,27,.06) }
.booking-page #booking-step-datetime.is-disabled { display: none }
.booking-page #booking-step-datetime .lux-step-title,.booking-page #booking-step-datetime .lux-date-strip-controls { display: none }
.booking-page .lux-booking-sidebar { display: none }
.booking-page .lux-inline-confirm { margin-top: 17px; border-radius: 14px }
@media(max-width:920px) { .booking-page .appointment-search-panel { grid-template-columns: repeat(2,minmax(0,1fr)) } .appointment-search-button { min-height: 62px; grid-column: span 2 } }
@media(max-width:560px) { .booking-page .lux-booking-header { text-align: left } .booking-page .appointment-search-panel { grid-template-columns: 1fr; gap: 8px; padding: 12px; border-radius: 18px } .appointment-search-field { min-height: 64px } .appointment-search-button { grid-column: auto; min-height: 54px } .booking-page #booking-step-datetime { padding: 16px; border-radius: 16px } }
.portfolio-standalone-form { padding: 26px; border: 1px solid #eadbd2; border-radius: 18px; background: #fffdfa; box-shadow: 0 12px 28px rgba(73,44,29,.06) }
.portfolio-editor-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px }
.portfolio-editor-grid>label,.portfolio-upload-box { display: grid; gap: 8px; color: #543b30; font-size: 13px; font-weight: 800 }
.portfolio-editor-grid input,.portfolio-editor-grid select,.portfolio-editor-grid textarea { width: 100%; border: 1px solid #ddc9bf; border-radius: 10px; background: #fff; color: #382820; font: inherit; font-weight: 500; padding: 12px }
.portfolio-editor-grid textarea { resize: vertical }
.portfolio-editor-wide { grid-column: 1 / -1 }
.portfolio-upload-box { padding: 18px; border: 1px dashed #cda999; border-radius: 13px; background: #fff8f4 }
.portfolio-upload-box header { display: grid; gap: 3px }
.portfolio-upload-box header b { font-size: 14px }
.portfolio-upload-box small { color: #8a6a5e; font-size: 12px; font-weight: 500 }
.portfolio-upload-box .button { width: max-content; margin: 2px 0 0; cursor: pointer }
.portfolio-standalone-form>footer { display: flex; justify-content: flex-end; gap: 10px; margin-top: 24px; padding-top: 20px; border-top: 1px solid #eee1db }
@media(max-width:680px) { .portfolio-standalone-form { padding: 18px } .portfolio-editor-grid { grid-template-columns: 1fr } .portfolio-editor-wide { grid-column: auto } .portfolio-standalone-form>footer { justify-content: stretch } .portfolio-standalone-form>footer .button { flex: 1; text-align: center; justify-content: center } }
.report-stat-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; margin: 22px 0 }
.report-stat-grid article { display: grid; gap: 9px; min-height: 138px; padding: 23px; border: 1px solid #eadbd2; border-radius: 16px; background: #fffdfa; box-shadow: 0 9px 22px rgba(77,48,34,.05) }
.report-stat-grid span,.report-stat-grid small { color: #80665a; font-size: 12px; line-height: 1.45 }
.report-stat-grid span { font-weight: 800; text-transform: uppercase; letter-spacing: .06em }
.report-stat-grid b { color: #3b2920; font: 500 29px/1 Georgia,serif }
.report-content-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin-bottom: 18px }
.report-content-grid .panel-card,.report-recent-orders { padding: 24px }
.report-content-grid header,.report-recent-orders header { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 15px }
.report-content-grid h3,.report-recent-orders h3 { margin: 4px 0 0; color: #34231c; font: 500 22px Georgia,serif }
.report-content-grid header>a,.report-recent-orders header>a { color: #8f6657; font-size: 12px; font-weight: 800; white-space: nowrap }
.report-list { display: grid; gap: 2px }
.report-list>div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 0; border-top: 1px solid #f0e4dd }
.report-list span { display: grid; gap: 4px; min-width: 0 }
.report-list b { color: #49342a; font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap }
.report-list small { color: #8b7267; font-size: 12px }
.report-list em { flex: 0 0 auto; padding: 5px 9px; border-radius: 99px; background: #f4e9e2; color: #805a49; font-size: 11px; font-style: normal; font-weight: 800 }
.report-recent-orders { margin-bottom: 22px }

@media(max-width:900px) { .report-stat-grid { grid-template-columns: repeat(2,minmax(0,1fr)) } }
@media(max-width:620px) { .report-stat-grid,.report-content-grid { grid-template-columns: 1fr } .report-stat-grid article { min-height: 110px } .report-content-grid .panel-card,.report-recent-orders { padding: 18px } .report-content-grid header,.report-recent-orders header { align-items: flex-start; flex-direction: column } }

.home-promo-slider { position: relative; margin: 24px 0 70px; overflow: hidden; border-radius: 24px; background: #3e2b22; box-shadow: 0 20px 46px rgba(62,43,34,.15) }
.home-promo-slides { position: relative; min-height: 370px }
.home-promo-slide { position: absolute; inset: 0; display: grid; grid-template-columns: 1.15fr .85fr; align-items: stretch; color: #fff; opacity: 0; pointer-events: none; transition: opacity .55s ease; text-decoration: none }
.home-promo-slide.is-active { position: relative; opacity: 1; pointer-events: auto }
.home-promo-slide img { width: 100%; height: 370px; object-fit: cover }
.home-promo-slide > span { display: flex; flex-direction: column; justify-content: center; gap: 15px; padding: 45px; background: linear-gradient(130deg,#765445,#a77a64) }
.home-promo-slide b { font: 500 clamp(29px,3vw,44px)/1.08 Georgia,serif }
.home-promo-slide em { max-width: 350px; font-style: normal; line-height: 1.7; opacity: .9 }
.home-promo-slide i { display: inline-flex; width: max-content; margin-top: 5px; padding: 10px 15px; border: 1px solid rgba(255,255,255,.7); border-radius: 99px; font-size: 13px; font-style: normal; font-weight: 800 }
.home-promo-dots { position: absolute; z-index: 2; bottom: 18px; right: 24px; display: flex; gap: 7px }
.home-promo-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 9px; background: rgba(255,255,255,.5); cursor: pointer; transition: .2s ease }
.home-promo-dots button.is-active { width: 25px; background: #fff }
.home-video-showcase { display: grid; grid-template-columns: .8fr 1.2fr; gap: 44px; align-items: center; margin: 30px 0 75px; padding: 44px; border: 1px solid #eadbd2; border-radius: 24px; background: #fffdfa }
.home-video-copy h2 { margin: 10px 0 15px; color: #34231c; font: 500 clamp(28px,3vw,42px)/1.12 Georgia,serif }
.home-video-copy > p:not(.eyebrow) { margin: 0; color: #755e53; line-height: 1.75 }
.home-video-player { overflow: hidden; border-radius: 18px; background: #2e211b; aspect-ratio: 16 / 9 }
.home-video-player video,.home-video-player iframe { display: block; width: 100%; height: 100%; border: 0; object-fit: cover }

@media(max-width:700px) {
  .home-promo-slider { margin: 8px 0 48px; border-radius: 18px }
  .home-promo-slides { min-height: 460px }
  .home-promo-slide { grid-template-columns: 1fr; grid-template-rows: 225px 1fr }
  .home-promo-slide img { height: 225px }
  .home-promo-slide > span { padding: 26px }
  .home-promo-dots { bottom: 13px; right: 16px }
  .home-video-showcase { grid-template-columns: 1fr; gap: 23px; margin: 0 0 48px; padding: 25px; border-radius: 18px }
}

.aura-showcase-gallery {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  grid-template-rows: 180px 180px;
  gap: 16px
}

.aura-showcase-gallery article {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #dec7b9;
  box-shadow: 0 14px 30px rgba(73, 44, 29, .10)
}

.aura-showcase-gallery article:first-child {
  grid-row: span 2
}

.aura-showcase-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease
}

.aura-showcase-gallery article:hover img {
  transform: scale(1.06)
}

.aura-showcase-gallery article::after {
  position: absolute;
  inset: 38% 0 0;
  background: linear-gradient(transparent, rgba(45, 28, 19, .68));
  content: '';
  pointer-events: none
}

.aura-showcase-gallery b {
  position: absolute;
  z-index: 1;
  bottom: 16px;
  left: 16px;
  color: #fff;
  font: 500 22px Georgia, serif
}

.aura-showcase-gallery article:not(.aura-gallery-main) b {
  font-size: 17px
}

.aura-gallery-main div {
  position: absolute;
  z-index: 1;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: grid;
  gap: 4px
}

.aura-gallery-main div b {
  position: static
}

.aura-gallery-main span {
  color: #f9efea;
  font-size: 11px
}

.aura-principles {
  padding: 65px 0;
  background: #4b3329;
  color: #fff9f5
}

.aura-principles .eyebrow {
  color: #dfb9a5
}

.aura-principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 26px;
  border-top: 1px solid rgba(255, 238, 226, .22)
}

.aura-principles-grid article {
  position: relative;
  padding: 28px 32px 7px 0
}

.aura-principles-grid article+article {
  padding-left: 32px;
  border-left: 1px solid rgba(255, 238, 226, .22)
}

.aura-principles-grid span {
  color: #deb09a;
  font: 500 14px Georgia, serif;
  letter-spacing: .1em
}

.aura-principles-grid h3 {
  margin: 16px 0 8px;
  font: 500 25px Georgia, serif
}

.aura-principles-grid p {
  max-width: 275px;
  margin: 0;
  color: #ead8cf;
  font-size: 13px;
  line-height: 1.7
}

@media(max-width:800px) {
  .aura-showcase {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 64px;
    padding-bottom: 56px
  }

  .aura-showcase-copy h2 {
    max-width: 580px
  }

  .aura-showcase-copy>p:not(.eyebrow) {
    max-width: 620px
  }

  .aura-principles {
    padding: 52px 0
  }

  .aura-principles-grid {
    grid-template-columns: 1fr
  }

  .aura-principles-grid article,
  .aura-principles-grid article+article {
    padding: 22px 0;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 238, 226, .18)
  }
}

@media(max-width:520px) {
  .aura-showcase-gallery {
    grid-template-rows: 145px 145px;
    gap: 10px
  }

  .aura-showcase-gallery b {
    bottom: 12px;
    left: 12px;
    font-size: 18px
  }

  .aura-gallery-main div {
    right: 12px;
    bottom: 12px;
    left: 12px
  }

  .aura-principles-grid h3 {
    font-size: 22px
  }
}

.trust-grid .trust-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.trust-grid>div {
  display: flex !important;
  align-items: center;
  padding: 10px 22px !important
}

.trust-grid>div>i.trust-icon {
  position: static !important;
  display: grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  transform: none !important
}

.trust-grid>div>span {
  min-width: 0
}

.settings-closed-days {
  background: linear-gradient(145deg, #fffaf6, #f6e9e1)
}

.settings-closed-days>p:not(.eyebrow) {
  margin: 0;
  color: #7a6257;
  font-size: 12px;
  line-height: 1.55
}

.closed-days-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 17px
}

.closed-days-picker label {
  display: inline-flex;
  align-items: center;
  cursor: pointer
}

.closed-days-picker input {
  position: absolute;
  opacity: 0;
  pointer-events: none
}

.closed-days-picker span {
  border: 1px solid #e0cfc5;
  border-radius: 999px;
  background: #fffdfa;
  padding: 9px 12px;
  color: #63483c;
  font-size: 12px;
  font-weight: 800;
  transition: .18s ease
}

.closed-days-picker input:checked+span {
  border-color: #956554;
  background: #956554;
  color: #fff;
  box-shadow: 0 7px 14px #784a3720
}

.closed-days-picker label:hover span {
  border-color: #b98773
}

/* Kullanıcı yorumları */
.customer-review-card {
  max-width: 940px;
  margin: 22px auto 0;
  padding: 28px;
  border: 1px solid #e6d8d0;
  border-radius: 23px;
  background: #fffdfa
}

.customer-review-card h2 {
  margin: 7px 0;
  color: #37231c;
  font: 500 27px Georgia, serif
}

.customer-review-card>p:not(.eyebrow) {
  margin: 0 0 18px;
  color: #765e53;
  font-size: 13px
}

.customer-review-card form {
  display: grid;
  gap: 12px
}

.customer-review-card form>label {
  display: grid;
  gap: 6px;
  color: #60483d;
  font-size: 12px;
  font-weight: 700
}

.customer-review-card textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddcec5;
  border-radius: 10px;
  background: #fff;
  padding: 11px;
  font: inherit;
  resize: vertical
}

.review-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px
}

.review-rating>span {
  margin-right: 6px;
  color: #60483d;
  font-size: 12px;
  font-weight: 700
}

.review-rating label {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  border: 1px solid #e4d2c7;
  border-radius: 999px;
  padding: 7px 9px;
  color: #855d4d;
  font-size: 12px;
  cursor: pointer
}

.review-rating input {
  accent-color: #9a6c58
}

.review-current-status {
  color: #846b60;
  font-size: 12px
}

.review-admin-list {
  display: grid;
  gap: 12px;
  margin-top: 22px
}

.review-admin-list>article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, .55fr);
  gap: 22px;
  padding: 19px;
  border: 1px solid #e8d9d1;
  border-radius: 15px;
  background: #fffdfa
}

.review-admin-list p {
  margin: 0;
  color: #805847;
  font-size: 13px
}

.review-admin-list blockquote {
  margin: 9px 0;
  color: #392720;
  font: 500 18px/1.5 Georgia, serif
}

.review-admin-list small {
  color: #8d756a;
  font-size: 11px
}

.review-admin-list form {
  display: grid;
  gap: 9px
}

.review-admin-list label {
  display: grid;
  gap: 5px;
  color: #6e5549;
  font-size: 11px;
  font-weight: 700
}

.review-admin-list input,
.review-admin-list select {
  height: 38px;
  border: 1px solid #decac0;
  border-radius: 8px;
  background: #fff;
  padding: 0 9px;
  font: inherit
}

.review-admin-list .button {
  justify-self: start;
  border-radius: 9px;
  padding: 9px 14px
}

@media(max-width:700px) {
  .review-admin-list>article {
    grid-template-columns: 1fr
  }

  .customer-review-card {
    padding: 20px
  }

  .review-rating {
    align-items: flex-start;
    flex-direction: column
  }
}

.review-admin-list textarea {
  min-height: 92px;
  box-sizing: border-box;
  border: 1px solid #decac0;
  border-radius: 8px;
  background: #fff;
  padding: 9px;
  font: inherit;
  resize: vertical
}

.review-create-form {
  margin: 20px 20px 0
}

.review-create-form .button {
  margin-top: 14px
}

.review-create-note {
  margin: 20px;
  padding: 14px 16px;
  border: 1px solid #eadbd2;
  border-radius: 11px;
  background: #fbf4f0;
  color: #80675b;
  font-size: 12px
}

/* Hizmet seçim kartları */
.staff-service-editor {
  display: grid;
  gap: 16px;
  max-width: 1000px;
  margin-top: 18px
}

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

.staff-service-options>label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-height: 76px;
  padding: 15px 16px;
  border: 1px solid #e5d7cf;
  border-radius: 14px;
  background: #fffdfa;
  color: #382720;
  cursor: pointer;
  box-sizing: border-box;
  transition: border-color .18s ease, box-shadow .18s ease
}

.staff-service-options>label:hover {
  border-color: #a3705c;
  box-shadow: 0 5px 18px rgba(87, 55, 40, .08)
}

.staff-service-options input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 3px 0 0;
  accent-color: #9a6c58
}

.staff-service-options span {
  display: grid;
  gap: 5px;
  min-width: 0
}

.staff-service-options b {
  font-size: 14px;
  line-height: 1.28;
  color: #382720
}

.staff-service-options small {
  font-size: 12px;
  line-height: 1.45;
  color: #82685c
}

.staff-service-editor .button {
  justify-self: start
}

@media(max-width:760px) {
  .staff-service-options {
    grid-template-columns: 1fr
  }

  .staff-service-options>label {
    min-height: 68px
  }
}

/* ==========================================================================
   BELLE AURA BEAUTY - REVIZYON & YENİ MODÜL STİLLERİ
   ========================================================================== */

/* 1. PORTFOLYO & İŞLEMLERİMİZ CAROUSEL */
.home-portfolio-section,
.services-portfolio-block {
  padding-block: 48px;
}

.home-title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}

.home-title-row .home-title {
  margin-bottom: 0;
  max-width: 680px;
}

.home-title-row .home-title>p:last-child {
  margin-top: 10px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .home-title-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

.portfolio-slider-nav,
.testimonials-slider-nav {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
  margin-bottom: 4px;
}

.portfolio-nav-btn,
.testi-nav-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(143, 102, 87, 0.35);
  background: #fffdfa;
  color: var(--primary);
  display: grid;
  place-items: center;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(85, 55, 40, 0.06);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.portfolio-nav-btn:hover,
.testi-nav-btn:hover {
  background: var(--primary);
  color: #fffdf9;
  border-color: var(--primary);
  transform: scale(1.06);
  box-shadow: 0 8px 18px rgba(143, 102, 87, 0.28);
}

.portfolio-filter-row {
  margin-top: 18px;
  overflow-x: auto;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
}

.portfolio-filters {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}

.filter-pill {
  padding: 7px 15px;
  border-radius: 999px;
  border: 1px solid #dfd2ca;
  background: #fffdfa;
  color: #6d5449;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.filter-pill:hover,
.filter-pill.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fffdf9;
  box-shadow: 0 6px 16px rgba(143, 102, 87, 0.22);
}

.portfolio-carousel-track-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

.portfolio-carousel-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 6px 4px 18px 4px;
  -webkit-overflow-scrolling: touch;
  user-select: none;
  scrollbar-width: none;
}

.portfolio-carousel-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.portfolio-carousel-track::-webkit-scrollbar {
  display: none;
}

.portfolio-carousel-track::-webkit-scrollbar-thumb {
  background: #dfceca;
  border-radius: 999px;
}

.portfolio-item-card {
  flex: 0 0 270px;
  scroll-snap-align: start;
  border-radius: 16px;
  overflow: hidden;
  background: #fffdf9;
  border: 1px solid #ecdcd3;
  box-shadow: 0 8px 22px rgba(85, 55, 40, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.portfolio-item-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(85, 55, 40, 0.11);
  border-color: #cb9f8a;
}

.portfolio-media-thumb {
  position: relative;
  height: 180px;
  overflow: hidden;
  background: #f0e3db;
}

.portfolio-media-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.portfolio-item-card:hover .portfolio-media-thumb img {
  transform: scale(1.06);
}

.portfolio-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(35, 22, 15, 0.05) 40%, rgba(35, 22, 15, 0.65) 100%);
  display: grid;
  place-items: center;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.video-play-indicator {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 253, 249, 0.92);
  color: var(--primary);
  display: grid;
  place-items: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(4px);
  transition: transform 0.25s ease;
}

.video-play-indicator svg {
  width: 20px;
  height: 20px;
  margin-left: 2px;
}

.portfolio-item-card:hover .video-play-indicator {
  transform: scale(1.12);
}

.zoom-indicator {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 253, 249, 0.88);
  color: var(--primary);
  display: grid;
  place-items: center;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.25s ease;
}

.zoom-indicator svg {
  width: 16px;
  height: 16px;
}

.portfolio-item-card:hover .zoom-indicator {
  opacity: 1;
  transform: scale(1);
}

.portfolio-pill-row {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  z-index: 2;
}

.category-tag {
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.92);
  backdrop-filter: blur(4px);
  color: #5a3e33;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.duration-pill {
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(43, 31, 24, 0.8);
  color: #fffdfa;
  font-size: 10px;
  font-weight: 700;
  backdrop-filter: blur(4px);
}

.type-pill {
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  backdrop-filter: blur(4px);
}

.type-pill.video {
  background: #c24634;
  color: #fff;
}

.type-pill.ba {
  background: #347653;
  color: #fff;
}

.portfolio-card-body {
  padding: 14px 14px 12px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.portfolio-card-body h3 {
  margin: 0 0 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  color: #2d1f19;
  line-height: 1.25;
}

.portfolio-card-body p {
  margin: 0 0 10px;
  color: #76635a;
  font-size: 12px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.portfolio-card-action {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-top: 1px solid #f0e2da;
  padding-top: 10px;
}

.portfolio-view-text {
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
}

.card-book-btn {
  padding: 6px 13px;
  border-radius: 999px;
  background: #f4e8e1;
  color: var(--primary);
  font-size: 11px;
  font-weight: 800;
  transition: all 0.2s ease;
}

.card-book-btn:hover {
  background: var(--primary);
  color: #fff;
}

.thumb-split-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}

.thumb-split-wrap img {
  width: 50% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.split-badge {
  position: absolute;
  bottom: 10px;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  z-index: 2;
}

.split-badge.before {
  left: 10px;
  background: rgba(43, 31, 24, 0.8);
}

.split-badge.after {
  right: 10px;
  background: rgba(52, 118, 83, 0.85);
}

/* 2. BEFORE / AFTER İNTERAKTİF KARŞILAŞTIRMA */
.home-before-after-section {
  padding-block: 84px;
}

.before-after-container {
  max-width: 1120px;
  margin: 40px auto 0;
}

.ba-selector-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.ba-selector-pill {
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid #ebdcd2;
  background: #fffdf9;
  color: #5d463b;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(85, 55, 40, 0.04);
}

.ba-selector-pill:hover {
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-1px);
}

.ba-selector-pill.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(178, 118, 92, 0.28);
}

.ba-interactive-card {
  display: grid;
  grid-template-columns: 1.28fr 0.72fr;
  border-radius: 32px;
  overflow: hidden;
  background: #fffdf9;
  border: 1px solid #eadcd2;
  box-shadow: 0 24px 60px rgba(85, 55, 40, 0.12);
}

.ba-stage {
  position: relative;
  width: 100%;
  min-height: 480px;
  overflow: hidden;
  user-select: none;
  touch-action: none;
  background: #f3e6de;
  cursor: ew-resize;
}

.ba-image-after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ba-overlay-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  overflow: hidden;
  z-index: 2;
}

.ba-image-before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.ba-slider-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ffffff;
  transform: translateX(-50%);
  z-index: 4;
  cursor: ew-resize;
}

.ba-handle-line {
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}

.ba-handle-knob {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fffdfa;
  color: var(--primary);
  display: grid;
  place-items: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
  border: 2px solid var(--primary);
}

.ba-handle-knob svg {
  width: 22px;
  height: 22px;
}

.ba-tag {
  position: absolute;
  bottom: 18px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  z-index: 3;
  backdrop-filter: blur(6px);
}

.ba-tag.before {
  left: 18px;
  background: rgba(30, 20, 16, 0.82);
  color: #fff;
}

.ba-tag.after {
  right: 18px;
  background: rgba(52, 118, 83, 0.9);
  color: #fff;
}

.ba-carousel-track-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 16px;
}

.ba-carousel-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 8px 4px 20px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.ba-carousel-track::-webkit-scrollbar {
  display: none;
}

.ba-slider-card {
  flex: 0 0 calc(33.333% - 16px);
  min-width: 320px;
  max-width: 440px;
  scroll-snap-align: start;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(85, 55, 40, 0.08);
  border: 1.5px solid #ebdcd2;
  background: #fffdfa;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  position: relative;
}

.ba-slider-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 52px rgba(85, 55, 40, 0.16);
  border-color: #cb9f8a;
}

.ba-slider-card .ba-stage {
  position: relative;
  width: 100%;
  height: 440px;
  overflow: hidden;
  cursor: ew-resize;
  user-select: none;
  touch-action: none;
}

.ba-slider-card .ba-image-after,
.ba-slider-card .ba-image-before {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.ba-pill {
  display: inline-block;
  width: max-content;
  padding: 5px 12px;
  border-radius: 999px;
  background: #f3e6de;
  color: var(--primary);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.ba-hover-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 20px 20px;
  background: linear-gradient(to top, rgba(35, 23, 18, 0.96) 0%, rgba(35, 23, 18, 0.85) 75%, transparent 100%);
  color: #ffffff;
  backdrop-filter: blur(8px);
  transform: translateY(30%);
  opacity: 0.85;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease, background 0.4s ease;
  z-index: 5;
  pointer-events: auto;
}

.ba-slider-card:hover .ba-hover-info {
  transform: translateY(0);
  opacity: 1;
  background: linear-gradient(to top, rgba(35, 23, 18, 0.97) 0%, rgba(35, 23, 18, 0.90) 85%, rgba(35, 23, 18, 0.4) 100%);
}

.ba-hover-info .ba-pill {
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff;
  backdrop-filter: blur(4px);
}

.ba-hover-info h3 {
  margin: 0 0 6px;
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.25;
}

.ba-hover-info p {
  margin: 0 0 14px;
  font-size: 13px;
  color: #f2e5dc;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ba-hover-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.ba-hover-actions .button-sm {
  padding: 7px 16px;
  font-size: 12px;
  border-radius: 10px;
  font-weight: 700;
}

.ba-hover-actions .button-sm.ghost {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #ffffff;
}

.ba-hover-actions .button-sm.ghost:hover {
  background: #ffffff;
  color: #2e1e17;
}

@media (max-width: 990px) {
  .ba-slider-card {
    flex: 0 0 calc(50% - 12px);
  }
}

@media (max-width: 640px) {
  .ba-slider-card {
    flex: 0 0 88vw;
    min-width: 280px;
  }

  .ba-hover-info {
    transform: translateY(0);
    opacity: 1;
  }
}

/* 3. MÜŞTERİ YORUMLARI CAROUSEL MODÜLÜ */
.testimonials-enhanced {
  background: linear-gradient(135deg, #f5ede6 0%, #fffcf8 50%, #f0dfd5 100%);
  border-block: 1px solid #ebdcd2;
  padding-block: 20px;
}

.testimonials-carousel-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 36px;
}

.testimonial-carousel-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 8px 4px 20px 4px;
  -webkit-overflow-scrolling: touch;
  user-select: none;
  scrollbar-width: none;
}

.testimonial-carousel-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.testimonial-carousel-track::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  flex: 0 0 360px;
  scroll-snap-align: start;
  border-radius: 24px;
  padding: 28px;
  background: #fffdfa;
  border: 1px solid #ebded5;
  box-shadow: 0 12px 28px rgba(85, 55, 40, 0.06);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 38px rgba(85, 55, 40, 0.12);
  border-color: #cb9f8a;
}

.testi-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.testi-stars {
  color: #e6a035;
  font-size: 18px;
  letter-spacing: 2px;
}

.testi-service-badge {
  padding: 4px 10px;
  border-radius: 999px;
  background: #f5e9e2;
  color: var(--primary);
  font-size: 11px;
  font-weight: 800;
  max-width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.testi-quote {
  margin: 0 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.6;
  color: #382720;
  font-style: italic;
  flex: 1;
}

.testi-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #f2e6de;
  padding-top: 16px;
}

.testi-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #dfc0b1, #9e796b);
  color: #fff;
  display: grid;
  place-items: center;
  font-family: Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(158, 121, 107, 0.25);
}

.testi-author-info {
  display: grid;
  gap: 2px;
}

.testi-author-info strong {
  font-size: 14px;
  color: #2d1f19;
  font-weight: 700;
}

.testi-author-info small {
  font-size: 12px;
  color: #876e62;
}

.testimonials-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.testi-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: #d7b8aa;
  cursor: pointer;
  transition: all 0.25s ease;
}

.testi-dot.active {
  width: 32px;
  background: var(--primary);
}

/* 4. LIGHTBOX & VIDEO MODALS */
html.modal-scroll-locked,
body.modal-scroll-locked {
  overflow: hidden !important;
  touch-action: none;
}

.site-lightbox-modal,
.site-video-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 20px;
}

.site-lightbox-modal[hidden],
.site-video-modal[hidden] {
  display: none !important;
}

.lightbox-overlay,
.video-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(22, 14, 10, 0.82);
  backdrop-filter: blur(10px);
  cursor: pointer;
}

.lightbox-container,
.video-modal-container {
  position: relative;
  z-index: 2;
  width: min(100%, 820px);
  max-height: 90vh;
  overflow: auto;
  border-radius: 28px;
  background: #fffdfa;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  animation: modalPop 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes modalPop {
  from {
    opacity: 0;
    transform: scale(0.94);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.lightbox-close-btn,
.video-modal-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  background: rgba(43, 31, 24, 0.75);
  color: #fff;
  font-size: 24px;
  display: grid;
  place-items: center;
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition: background 0.2s ease;
}

.lightbox-close-btn:hover,
.video-modal-close-btn:hover {
  background: var(--primary);
}

.lightbox-media-frame,
.video-modal-media-frame {
  position: relative;
  width: 100%;
  max-height: 480px;
  background: #1a120e;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.lightbox-media-frame img {
  max-width: 100%;
  max-height: 480px;
  object-fit: contain;
}

.video-modal-media-frame video {
  width: 100%;
  max-height: 480px;
  background: #000;
}

.lightbox-caption,
.video-modal-caption {
  padding: 28px 32px;
  background: #fffdfa;
}

.lightbox-category,
.video-category {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  background: #f3e6de;
  color: var(--primary);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.lightbox-caption h3,
.video-modal-caption h3 {
  margin: 0 0 10px;
  font-family: Georgia, serif;
  font-size: 26px;
  font-weight: 500;
  color: #2d1f19;
}

.lightbox-caption p,
.video-modal-caption p {
  margin: 0 0 20px;
  color: #766055;
  font-size: 14px;
  line-height: 1.65;
}

.lightbox-action,
.video-action {
  display: flex;
  gap: 12px;
}

/* 5. ADMIN PANEL YÖNETİM MODÜLLERİ */
.portfolio-admin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.portfolio-admin-card {
  border-radius: 16px;
  border: 1px solid #ebdcd4;
  background: #fffdfa;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(85, 55, 40, 0.05);
  display: flex;
  flex-direction: column;
}

.portfolio-admin-card.is-inactive {
  opacity: 0.65;
  border-style: dashed;
}

.portfolio-admin-thumb-wrap {
  position: relative;
  height: 160px;
  background: #f0e3db;
}

.portfolio-admin-thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-admin-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.portfolio-meta-pills {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.status-badge {
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.status-badge.approved {
  background: #d7eedd;
  color: #2e6e44;
}

.status-badge.inactive {
  background: #fae1dc;
  color: #9c3c2e;
}

.portfolio-admin-body h4 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 600;
  color: #32231c;
}

.portfolio-desc-text {
  margin: 0 0 12px;
  font-size: 12px;
  color: #766055;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.portfolio-admin-actions {
  margin-top: auto;
  display: flex;
  gap: 8px;
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid #f2e6df;
}

.button-danger-sm {
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid #e2a8a0;
  background: #fdf2f0;
  color: #a43828;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
}

.button-danger-sm:hover {
  background: #a43828;
  color: #fff;
}

.button-sm {
  padding: 6px 14px;
  font-size: 12px;
}

.review-admin-card {
  padding: 20px;
  border: 1px solid #ebdcd4;
  border-radius: 16px;
  background: #fffdfa;
  box-shadow: 0 4px 14px rgba(85, 55, 40, 0.04);
  margin-bottom: 14px;
}

.review-admin-card.is-inactive {
  opacity: 0.65;
}

.review-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.review-card-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.review-author-title {
  font-size: 15px;
  color: #2f2019;
}

.review-service-pill,
.review-source-pill {
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
}

.review-service-pill {
  background: #f3e6de;
  color: var(--primary);
}

.review-source-pill {
  background: #e8ebf0;
  color: #405574;
}

.review-comment-text {
  margin: 12px 0 8px;
  font-family: Georgia, serif;
  font-size: 15px;
  line-height: 1.5;
  color: #433027;
  font-style: italic;
}

.review-date-meta {
  color: #8d766b;
  font-size: 11px;
}

.review-edit-drawer,
.portfolio-edit-drawer {
  margin-top: 12px;
  border-top: 1px solid #f0e2da;
  padding-top: 10px;
}

.review-edit-drawer summary,
.portfolio-edit-drawer summary {
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 620px) {

  .portfolio-item-card,
  .testimonial-card {
    flex: 0 0 290px;
  }

  .home-title-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ==========================================================================
   YENİ: MODERN, SADE VE PREMIUM RANDEVU PLANLAYICI (LUXURY BOOKING PLANNER)
   ========================================================================== */
.lux-booking-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 36px;
  align-items: start;
  margin-top: 10px;
}

.booking-planner {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.booking-planner::after {
  display: none !important;
}

.booking-planner>* {
  position: static !important;
}

.lux-booking-header {
  margin-bottom: 28px;
}

.lux-step-indicator {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.step-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #f4eae2;
  color: #7d655a;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.step-pill.active {
  background: var(--primary);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(143, 102, 87, 0.25);
}

.step-pill.completed {
  background: #e6f3ea;
  color: #2e6e44;
}

.step-num {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.step-pill.active .step-num {
  background: #ffffff;
  color: var(--primary);
}

.step-line {
  width: 24px;
  height: 2px;
  background: #e2d2c8;
}

.lux-booking-header h2 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.2vw, 38px);
  font-weight: 500;
  color: #2c1d16;
}

.lux-booking-header p {
  margin: 0;
  color: #796257;
  font-size: 14px;
}

/* Adım Bölümleri */
.lux-step-section {
  background: #fffdfa;
  border: 1px solid #ebdcd3;
  border-radius: 24px;
  padding: 28px;
  margin-bottom: 24px;
  box-shadow: 0 10px 30px rgba(85, 55, 40, 0.04);
  transition: all 0.35s ease;
}

.lux-step-section.is-disabled {
  opacity: 0.55;
  pointer-events: none;
  filter: grayscale(0.2);
}

.lux-step-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}

.lux-step-badge {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #f4eae2;
  color: var(--primary);
  font-family: Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #ebd8cd;
}

.lux-step-title h3 {
  margin: 0 0 3px;
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  color: #31211a;
}

.lux-step-title p {
  margin: 0;
  font-size: 13px;
  color: #7d655a;
}

/* Lokasyon / Salon Bilgisi */
.lux-salon-banner {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fffcf9 0%, #fdf5ef 100%);
  border: 1.5px solid #ebdcd2;
  box-shadow: 0 4px 14px rgba(85, 55, 40, 0.04);
  margin-bottom: 20px;
}

.lux-salon-icon {
  font-size: 20px;
  color: var(--primary);
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f5ebe3;
  flex-shrink: 0;
}

.lux-salon-details {
  flex: 1;
}

.lux-salon-details strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #2e1e17;
  margin-bottom: 2px;
}

.lux-salon-details small {
  display: block;
  font-size: 12px;
  color: #796257;
}

/* Şube Kartları (Çoklu şube gerektiğinde) */
.lux-branch-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

.lux-branch-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1.5px solid #ebdcd2;
  background: #fffcf9;
  cursor: pointer;
  text-align: left;
  transition: all 0.25s ease;
}

.lux-branch-card:hover {
  border-color: #cb9f8a;
  background: #fff8f3;
  transform: translateY(-2px);
}

.lux-branch-card.is-selected {
  border-color: var(--primary);
  background: #fbf3ee;
  box-shadow: 0 6px 18px rgba(143, 102, 87, 0.14);
}

.branch-icon {
  font-size: 18px;
  color: var(--primary);
}

.branch-info {
  flex: 1;
}

.branch-info strong {
  display: block;
  font-size: 14px;
  color: #31211a;
}

.branch-info small {
  display: block;
  font-size: 11px;
  color: #7d655a;
}

.check-circle {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #e2d2c8;
  color: transparent;
  font-size: 11px;
  font-style: normal;
  transition: all 0.2s ease;
}

.lux-branch-card.is-selected .check-circle {
  border-color: var(--primary);
  background: var(--primary);
  color: #ffffff;
}

/* Kategori Filtre Hapları */
.lux-category-pills {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 8px;
  margin-bottom: 18px;
}

.lux-cat-pill {
  padding: 7px 16px;
  border-radius: 999px;
  border: 1px solid #ebdcd2;
  background: #fffdfa;
  color: #6d554a;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.lux-cat-pill:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.lux-cat-pill.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
}

/* Hizmet Kartları Grid */
.lux-service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
}

.lux-service-card {
  padding: 18px;
  border-radius: 18px;
  border: 1.5px solid #ebdcd2;
  background: #fffdfa;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  transition: all 0.25s ease;
  position: relative;
}

.lux-service-card:hover {
  border-color: #cb9f8a;
  box-shadow: 0 8px 24px rgba(85, 55, 40, 0.08);
  transform: translateY(-2px);
}

.lux-service-card.is-selected {
  border-color: var(--primary);
  background: #fbf4ef;
  box-shadow: 0 10px 28px rgba(143, 102, 87, 0.16);
}

.lux-service-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
}

.lux-service-card h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #2e1e17;
  padding-right: 10px;
}

.lux-service-card p {
  margin: 0 0 14px;
  font-size: 12px;
  color: #796257;
  line-height: 1.5;
}

.lux-service-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid #f2e4dc;
}

.lux-duration-badge {
  font-size: 11px;
  font-weight: 700;
  color: #8b6251;
  background: #f4ebe3;
  padding: 3px 8px;
  border-radius: 999px;
}

.lux-price-tag {
  font-size: 15px;
  font-weight: 800;
  color: var(--primary);
}

.lux-service-card.is-selected .check-circle {
  border-color: var(--primary);
  background: var(--primary);
  color: #ffffff;
}

/* Uzman Seçim Grid */
.lux-staff-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 12px;
}

.lux-staff-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1.5px solid #ebdcd2;
  background: #fffdfa;
  cursor: pointer;
  text-align: left;
  transition: all 0.25s ease;
}

.lux-staff-card:hover {
  border-color: #cb9f8a;
  background: #fff9f5;
  transform: translateY(-2px);
}

.lux-staff-card.is-selected {
  border-color: var(--primary);
  background: #fbf4ef;
  box-shadow: 0 8px 22px rgba(143, 102, 87, 0.14);
}

.lux-staff-avatar {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ebd8cc;
  color: #5d4236;
  font-size: 16px;
  font-weight: 800;
  font-family: Georgia, serif;
}

.lux-staff-card.is-selected .lux-staff-avatar {
  background: var(--primary);
  color: #ffffff;
}

.lux-staff-info strong {
  display: block;
  font-size: 14px;
  color: #2f2019;
}

.lux-staff-info small {
  display: block;
  font-size: 11px;
  color: #7e675c;
}

/* Yatay Tarih Seçici Şeridi */
.lux-date-strip-controls {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.lux-date-scroll {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #e2d0c6;
  border-radius: 50%;
  background: #fffdfa;
  color: var(--primary);
  font-size: 19px;
  cursor: pointer;
}

.lux-date-scroll:hover {
  border-color: var(--primary);
  background: #f8eee8;
}

.lux-date-strip-wrapper {
  overflow-x: auto;
  padding-bottom: 12px;
  scrollbar-width: thin;
  scroll-behavior: smooth;
}

.lux-date-strip {
  display: flex;
  gap: 10px;
}

.lux-date-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  padding: 12px 10px;
  border-radius: 16px;
  border: 1.5px solid #ebdcd2;
  background: #fffdfa;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease;
}

.lux-date-chip:hover {
  border-color: #cb9f8a;
  background: #fff9f5;
}

.lux-date-chip.is-selected {
  border-color: var(--primary);
  background: var(--primary);
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(143, 102, 87, 0.25);
  transform: translateY(-2px);
}

.date-day-name {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #8c7367;
  margin-bottom: 4px;
}

.lux-date-chip.is-selected .date-day-name {
  color: #f7ede7;
}

.date-day-num {
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  color: #2f2019;
  margin-bottom: 4px;
}

.lux-date-chip.is-selected .date-day-num {
  color: #ffffff;
}

.date-month-name {
  font-size: 11px;
  color: #8c7367;
}

.lux-date-chip.is-selected .date-month-name {
  color: #f7ede7;
}

/* Saat Dilimleri */
.lux-slots-wrapper {
  background: #faf4ef;
  border: 1px solid #ebdcd2;
  border-radius: 18px;
  padding: 20px;
}

.lux-slots-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.lux-slots-header strong {
  font-size: 14px;
  color: #31211a;
}

.lux-slots-legend {
  display: flex;
  gap: 14px;
  font-size: 11px;
  color: #796257;
}

.lux-slots-legend span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.dot.available {
  background: #347653;
}

.dot.busy {
  background: #c5867a;
}

.lux-slots-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  gap: 10px;
}

.lux-time-slot {
  padding: 10px;
  border-radius: 12px;
  border: 1px solid #e4d3c8;
  background: #ffffff;
  color: #31211a;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease;
}

.lux-time-slot:hover:not(:disabled) {
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-2px);
}

.lux-time-slot.is-selected {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(143, 102, 87, 0.25);
}

.lux-time-slot:disabled {
  background: #f1e7e0;
  border-color: #ebdcd2;
  color: #b09a8f;
  cursor: not-allowed;
  opacity: 0.6;
}

/* Sağ: Sabit Özet Kartı */
.lux-booking-sidebar {
  position: sticky;
  top: 110px;
}

.lux-summary-card {
  background: #fffdfa;
  border: 1.5px solid #ebdcd2;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 20px 48px rgba(85, 55, 40, 0.08);
}

.lux-summary-header {
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f0e3db;
}

.lux-summary-header h4 {
  margin: 4px 0 0;
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  color: #31211a;
}

.summary-item {
  margin-bottom: 14px;
}

.item-label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8c7367;
  margin-bottom: 2px;
}

.summary-item strong {
  display: block;
  font-size: 14px;
  color: #2e1e17;
}

.summary-item small {
  display: block;
  font-size: 12px;
  color: #8b6251;
}

.summary-divider {
  height: 1px;
  background: #f0e3db;
  margin: 20px 0;
}

.summary-total-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
}

.summary-total-row span {
  font-size: 14px;
  font-weight: 700;
  color: #634d42;
}

.total-price {
  font-size: 24px;
  font-weight: 800;
  color: var(--primary);
  font-family: Georgia, serif;
}

.lux-confirm-btn {
  padding: 15px 20px;
  font-size: 15px;
  border-radius: 14px;
  letter-spacing: 0.02em;
}

.lux-confirm-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.lux-inline-confirm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 20px;
  border: 1px solid #e4d2c7;
  border-radius: 16px;
  background: linear-gradient(135deg, #fffdfa, #f7ece5);
  padding: 16px 18px;
}

.lux-inline-confirm>div {
  display: grid;
  gap: 4px;
}

.lux-inline-confirm strong {
  color: #3c281f;
  font-size: 14px;
}

.lux-inline-confirm span {
  color: #7d655a;
  font-size: 12px;
  line-height: 1.45;
}

.lux-inline-confirm .button {
  flex: 0 0 auto;
  min-width: 230px;
}

.lux-inline-feedback {
  flex-basis: 100%;
  margin: -7px 0 0;
  color: var(--danger);
  font-size: 12px;
  line-height: 1.45;
}

.lux-trust-badge {
  text-align: center;
  margin-top: 14px;
}

.lux-trust-badge small {
  font-size: 11px;
  color: #8c7367;
}

.lux-empty-state {
  grid-column: 1 / -1;
  padding: 24px;
  text-align: center;
  background: #faf4ef;
  border: 1px dashed #e2d2c8;
  border-radius: 14px;
  color: #7d655a;
  font-size: 13px;
}

.lux-form-feedback {
  margin-bottom: 12px;
  font-size: 13px;
  color: var(--danger);
  min-height: 16px;
}

@media (max-width: 960px) {
  .lux-booking-layout {
    grid-template-columns: 1fr;
  }

  .lux-booking-sidebar {
    position: static;
  }
}

@media (max-width: 580px) {
  .lux-step-section {
    padding: 20px 16px;
  }

  .lux-service-grid {
    grid-template-columns: 1fr;
  }

  .lux-date-strip-controls {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 6px;
  }

  .lux-date-scroll {
    width: 34px;
    height: 34px;
  }

  .lux-inline-confirm {
    align-items: stretch;
    flex-direction: column;
  }

  .lux-inline-confirm .button {
    width: 100%;
    min-width: 0;
  }
}

/* -------------------------------------------------------------
 * 5. MODERN KISA HAKKIMIZDA & SCROLL ANİMASYONLARI (LUXURY ABOUT & STATS)
 * ------------------------------------------------------------- */
[data-scroll-reveal] {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

[data-scroll-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.lux-about-showcase {
  padding-block: 40px;
  width: min(1140px, calc(100% - 40px));
  margin-inline: auto;
}

.lux-about-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(24px, 3.5vw, 36px);
  align-items: center;
  margin-bottom: 28px;
}

.lux-about-pill {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  background: #f4e8e1;
  color: var(--primary);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.lux-about-heading {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.3vw, 28px);
  font-weight: 500;
  line-height: 1.22;
  color: #2e1e17;
}

.lux-about-lead {
  font-size: 13.5px;
  line-height: 1.6;
  color: #554035;
  margin-bottom: 10px;
  font-weight: 500;
}

.lux-about-body {
  font-size: 12.5px;
  line-height: 1.65;
  color: #796257;
  margin-bottom: 18px;
}

.lux-about-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.lux-feat-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 9px 11px;
  background: #fffcf9;
  border: 1px solid #ebdcd2;
  border-radius: 11px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.lux-feat-item:hover {
  transform: translateY(-2px);
  border-color: #cb9f8a;
}

.lux-feat-item i {
  font-style: normal;
  color: var(--primary);
  font-size: 14px;
  line-height: 1.2;
}

.lux-feat-item strong {
  display: block;
  font-size: 11.5px;
  color: #2e1e17;
  margin-bottom: 2px;
}

.lux-feat-item small {
  display: block;
  font-size: 10px;
  color: #7d655a;
  line-height: 1.35;
}

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

.lux-about-actions .button {
  padding: 9px 18px;
  font-size: 12.5px;
  border-radius: 9px;
}

/* Medya Görsel Çerçevesi */
.lux-about-media {
  position: relative;
}

.lux-media-frame {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(85, 55, 40, 0.1);
  border: 3px solid #fffdfa;
}

.lux-main-img {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.lux-media-frame:hover .lux-main-img {
  transform: scale(1.03);
}

.lux-floating-badge {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  background: rgba(255, 253, 250, 0.94);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(235, 220, 210, 0.85);
  border-radius: 12px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 18px rgba(46, 30, 23, 0.08);
}

.badge-icon {
  font-size: 18px;
}

.lux-floating-badge strong {
  display: block;
  font-size: 11.5px;
  color: #2e1e17;
}

.lux-floating-badge small {
  display: block;
  font-size: 10px;
  color: #796257;
}

/* İstatistik Kartları Şeridi */
.lux-stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.lux-stat-card {
  padding: 16px 14px;
  background: #fffcf9;
  border: 1.5px solid #ebdcd2;
  border-radius: 14px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
}

.lux-stat-card:hover {
  transform: translateY(-3px);
  border-color: #cb9f8a;
  box-shadow: 0 10px 24px rgba(85, 55, 40, 0.07);
}

.lux-stat-card.highlight {
  background: linear-gradient(135deg, #fffbf7 0%, #fdf2ea 100%);
  border-color: #dfbfaf;
}

.stat-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.stat-icon-wrap {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: #f6ece4;
  color: var(--primary);
  display: grid;
  place-items: center;
  transition: all 0.25s ease;
}

.lux-stat-card:hover .stat-icon-wrap {
  background: var(--primary);
  color: #ffffff;
  transform: scale(1.05);
}

.stat-svg {
  width: 18px;
  height: 18px;
}

.stat-svg.star {
  color: #d89635;
}

.badge-icon-wrap {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #f5ebe2;
  color: var(--primary);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.badge-svg {
  width: 16px;
  height: 16px;
  color: var(--primary);
}

.feat-icon-wrap {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: #f6ede7;
  color: var(--primary);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.feat-svg {
  width: 14px;
  height: 14px;
}

.stat-num {
  font-family: Georgia, serif;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
}

.stat-label {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #382720;
  margin-bottom: 2px;
}

.stat-sub {
  margin: 0;
  font-size: 11px;
  color: #8c7367;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .lux-about-grid {
    grid-template-columns: 1fr;
  }

  .lux-stats-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .lux-about-features {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .lux-stats-strip {
    grid-template-columns: 1fr;
  }
}

/* 4 Adımda Randevu Grid */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 32px;
}

.steps-grid article {
  padding: 26px 22px;
  background: #fffdfa;
  border: 1.5px solid #ebdcd2;
  border-radius: 20px;
  text-align: left;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  position: relative;
}

.steps-grid article:hover {
  transform: translateY(-4px);
  border-color: #cb9f8a;
  box-shadow: 0 12px 28px rgba(85, 55, 40, 0.08);
}

.steps-grid article i {
  font-family: Georgia, serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--primary);
  display: block;
  margin-bottom: 12px;
  font-style: normal;
  line-height: 1;
}

.steps-grid article h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: #2e1e17;
}

.steps-grid article p {
  margin: 0;
  font-size: 13px;
  color: #796257;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .steps-grid {
    grid-template-columns: 1fr;
  }
}

.header-notice {
  background: #2c2926;
  color: #fff;
  font-size: .78rem;
  letter-spacing: .04em;
  text-align: center
}

.header-notice .wrap {
  padding: .55rem 1rem
}

.header-notice[hidden] {
  display: none !important
}

.product-editor-dialog,
.admin-modal-dialog {
  width: min(880px, calc(100% - 32px)) !important;
  max-height: calc(100dvh - 48px) !important;
  padding: 0 !important;
  border: 1px solid #eadbd2 !important;
  border-radius: 20px !important;
  background: #fffdfa !important;
  color: #38251e !important;
  overflow: auto !important;
  box-shadow: 0 24px 80px rgba(44, 28, 20, 0.28) !important;
  position: fixed !important;
  inset: 0 !important;
  margin: auto !important;
  transform: none !important;
  box-sizing: border-box !important;
  animation: adminModalPop 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

@keyframes adminModalPop {
  from {
    opacity: 0;
    transform: scale(0.96) translateY(10px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.product-editor-dialog::backdrop,
.admin-modal-dialog::backdrop {
  background: rgba(36, 24, 18, 0.6) !important;
  backdrop-filter: blur(4px) !important;
  -webkit-backdrop-filter: blur(4px) !important;
}

.product-editor-dialog .admin-editor,
.admin-modal-dialog .admin-editor,
.admin-modal-dialog .staff-service-editor {
  margin: 0 !important;
  padding: 28px !important;
  border: 0 !important;
  box-shadow: none !important;
  background: #fffdfa !important;
}

.product-editor-dialog .admin-editor > header,
.admin-modal-dialog .admin-editor > header,
.admin-modal-dialog .staff-service-editor > header {
  position: sticky !important;
  top: -28px !important;
  z-index: 5 !important;
  padding: 14px 0 !important;
  background: #fffdfa !important;
  border-bottom: 1px solid #f2e6de !important;
  margin-bottom: 20px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.product-editor-dialog .admin-fields,
.admin-modal-dialog .admin-fields {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.product-editor-dialog .admin-field,
.admin-modal-dialog .admin-field {
  min-width: 0 !important;
}

.product-editor-dialog input,
.product-editor-dialog textarea,
.product-editor-dialog select,
.admin-modal-dialog input,
.admin-modal-dialog textarea,
.admin-modal-dialog select {
  max-width: 100% !important;
}

.product-editor-dialog .home-service-image-preview img,
.admin-modal-dialog .home-service-image-preview img {
  width: 100% !important;
  max-height: 220px !important;
  object-fit: contain !important;
}

@media(max-width: 680px) {
  .product-editor-dialog .admin-fields,
  .admin-modal-dialog .admin-fields {
    grid-template-columns: 1fr !important;
  }
  .product-editor-dialog .admin-editor,
  .admin-modal-dialog .admin-editor,
  .admin-modal-dialog .staff-service-editor {
    padding: 18px !important;
  }
}
@media(min-width:1051px) {
  .home-appointment-search { grid-template-columns: max-content minmax(130px,1fr) minmax(150px,1.2fr) minmax(130px,1fr) minmax(130px,1fr) auto; }
  .home-appointment-search>label { min-width: 0; }
  .home-appointment-search .home-picker-trigger { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}
@media(min-width:921px) {
  .booking-page .appointment-search-panel { grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr) minmax(0, 1.1fr) minmax(0, .95fr) auto; }
  .appointment-search-field { min-width: 0; }
}
.booking-page .lux-booking-layout,.booking-page .lux-booking-main,.booking-page .appointment-search-panel,.home-appointment-search { min-width: 0; max-width: 100%; box-sizing: border-box; }
.booking-page .appointment-search-panel select { min-width: 0; max-width: 100%; text-overflow: ellipsis; }
.booking-page .appointment-search-button { min-width: 0; white-space: normal; }
.home-appointment-search .home-picker { min-width: 0; max-width: 100%; }
.home-appointment-search .home-picker-menu { width: max(100%,240px); max-width: calc(100vw - 48px); }
.shop-wizard { margin-top: 0; padding-top: 24px; padding-bottom: 60px; }
.shop-wizard [hidden] { display: none !important; }
.shop-steps { list-style: none; display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; padding: 0; margin: 0 0 24px; }
.shop-steps li { display: flex; align-items: center; gap: 10px; color: #786f69; padding: 12px 0; border-bottom: 2px solid #e9ddd6; }
.shop-steps li.active { color: #8f6657; border-color: #8f6657; font-weight: 700; }
.shop-steps span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: #eee3dc; flex-shrink: 0; }
.shop-steps [aria-current] span { background: #8f6657; color: white; }
.shop-layout { display: grid; grid-template-columns: minmax(0,1fr) 290px; gap: 24px; align-items: start; }
.shop-panel,.shop-summary { border: 1px solid #eadbd2; border-radius: 20px; background: #fffdf9; padding: 28px; min-width: 0; }
.shop-panel h2 { font-size: clamp(24px,3vw,32px); margin: 0 0 24px; scroll-margin-top: 150px; }
.shop-panel h3,.shop-summary h3 { margin: 0 0 8px; }
.shop-summary { position: sticky; top: 140px; }
.shop-summary a,.shop-summary small { display: block; margin-top: 18px; }
.shop-items article { display: grid; grid-template-columns: minmax(0,1fr) auto auto; gap: 14px; align-items: center; padding: 18px 0; border-bottom: 1px solid #eadbd2; }
.shop-items h3 { font-size: 17px; font-weight: 600; line-height: 1.45; overflow-wrap: anywhere; }
.shop-product-info { display: flex; align-items: center; gap: 14px; min-width: 0; }
.shop-product-info>div { min-width: 0; }
.shop-product-photo { width: 76px; height: 76px; flex-shrink: 0; object-fit: contain; background: #fff; border: 1px solid #eadbd2; border-radius: 12px; }
.shop-photo-empty { display: grid; place-items: center; color: #8f6657; }
.product-card button.product-add-icon { display: inline-grid; place-items: center; width: 44px; height: 44px; min-width: 44px; padding: 0; border-radius: 50%; font-size: 20px; }
.shop-campaigns { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.shop-campaigns h3 { flex-basis: 100%; }
.shop-campaigns .button { white-space: normal; text-align: left; }
.shop-items [data-remove] { grid-column: 1/-1; justify-self: start; color: #8f6657; text-decoration: underline; }
.shop-quantity { display: flex; gap: 12px; align-items: center; }
.shop-quantity button { width: 44px; height: 44px; border: 1px solid #eadbd2; border-radius: 10px; background: #faf5f1; }
.shop-wizard button { cursor: pointer; }
.shop-wizard button:disabled { opacity: .5; cursor: wait; }
.shop-wizard label { display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
.shop-wizard input:not([type=radio]),.shop-wizard textarea { box-sizing: border-box; width: 100%; min-width: 0; min-height: 46px; border: 1px solid #dfcec2; border-radius: 10px; padding: 12px; background: white; color: #3e3029; font: inherit; }
.shop-wizard textarea { min-height: 96px; resize: vertical; }
.shop-wizard :focus-visible { outline: 2px solid #8f6657; outline-offset: 3px; }
.shop-wizard input[type=radio] { accent-color: #8f6657; width: 18px; height: 18px; flex-shrink: 0; }
.shop-coupon { display: flex; align-items: end; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.shop-coupon label { flex: 1; min-width: 150px; }
.shop-totals { margin: 20px 0; }
.shop-totals div { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; }
.shop-totals dd { margin: 0; text-align: right; overflow-wrap: anywhere; min-width: 0; }
.shop-totals div:last-child { border-top: 1px solid #eadbd2; font-weight: 700; }
.shop-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 24px; }
.shop-addresses { display: grid; gap: 12px; margin-bottom: 24px; }
.shop-addresses label { flex-direction: row; padding: 16px; border: 1px solid #dfcec2; border-radius: 12px; cursor: pointer; }
.shop-addresses label:has(:checked) { background: #f7ede6; border-color: #8f6657; }
.shop-addresses small { display: block; line-height: 1.6; margin-top: 8px; }
.shop-address-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 18px; }
.shop-wide { grid-column: 1/-1; }
.shop-wizard summary { cursor: pointer; padding: 14px 0; color: #8f6657; }
.shop-payment,.shop-notice { border: 1px solid #eadbd2; padding: 18px; border-radius: 12px; margin: 18px 0; background: #faf5f1; }
.shop-payment label { flex-direction: row; align-items: center; }
.shop-offer { display: block; color: #416d50; font-size: 12px; margin-top: 6px; }
.shop-success { max-width: 800px; margin-inline: auto; }
.shop-success form { display: grid; gap: 14px; }
.shop-wizard [data-shop-message] { color: #8d4e39; line-height: 1.6; overflow-wrap: anywhere; }
@media(max-width:800px) {
  .shop-layout { grid-template-columns: 1fr; }
  .shop-summary { position: static; }
  .shop-panel,.shop-summary { padding: 20px; }
  .shop-steps { gap: 6px; }
  .shop-steps li { flex-direction: column; gap: 6px; font-size: 12px; }
  .shop-items article { grid-template-columns: 1fr auto; }
  .shop-items article>div:first-child { grid-column: 1/-1; }
  .shop-address-form { grid-template-columns: 1fr; }
  .shop-actions { flex-wrap: wrap; }
  .shop-actions .button { flex: 1; text-align: center; min-height: 46px; }
  .shop-wizard input:not([type=radio]),.shop-wizard textarea { font-size: 16px; }
}

.hero-original.wrap {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  overflow: hidden;
}

.hero-original.is-designed-slide {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  aspect-ratio: 1920 / 640 !important;
  max-height: 520px !important;
  height: auto !important;
  min-height: 360px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  background-position: center 20% !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
}

.hero-original.is-designed-slide::before,
.hero-original.is-designed-slide .hero-original-copy,
.hero-original.is-designed-slide .editorial-visual {
  display: none !important;
}

.hero-original .slider-dots,
.hero-original.is-designed-slide .slider-dots {
  display: none !important;
}

@media(max-width:800px) {
  .hero-original.wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 16px 0 !important;
    border-radius: 0 !important;
  }
  .hero-original.is-designed-slide {
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    max-height: none !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 0 16px 0 !important;
    border-radius: 0 !important;
    background-size: cover !important;
  }
}

.service-detail-card {
  grid-column: 1 / -1 !important;
  width: 100%;
  max-width: 920px;
  margin: 12px auto 36px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 1.15fr);
  overflow: hidden;
  border: 1px solid #ead8ce;
  border-radius: 20px;
  background: #fffaf7;
  box-shadow: 0 12px 36px rgba(70, 42, 30, .07);
}

.service-detail-visual {
  min-height: 320px;
  max-height: 400px;
  background: #f1e1d7;
}

.service-detail-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-detail-copy {
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.service-detail-back {
  margin-bottom: 16px;
  color: #815d4c;
  font-weight: 700;
  font-size: .84rem;
}

.service-detail-copy h1 {
  margin: 4px 0 12px;
  color: #2d1b14;
  font-family: Georgia, serif;
  font-size: clamp(1.6rem, 2.5vw, 2.3rem);
  line-height: 1.15;
}

.service-detail-copy>p:not(.eyebrow) {
  margin: 0 0 18px;
  color: #6d5549;
  font-size: .95rem;
  line-height: 1.6;
}

.service-detail-copy strong {
  margin-bottom: 20px;
  color: #7d523e;
  font-size: 1.3rem;
}

.service-detail-copy .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 24px;
  border-radius: 999px;
  background: #936853;
  color: #fff;
  font-weight: 700;
  font-size: .88rem;
}

@media(max-width:760px) {
  .service-detail-card {
    grid-template-columns: 1fr;
    border-radius: 16px;
    margin: 8px 0 24px;
  }

  .service-detail-visual {
    min-height: 220px;
    max-height: 260px;
  }

  .service-detail-copy {
    padding: 22px 18px;
  }

  .service-detail-copy h1 {
    font-size: 1.65rem;
  }

  .service-detail-back {
    margin-bottom: 14px;
  }
}

/* Telefonda hesap ve menü denetimleri aynı satırda kalır. */
@media(max-width:620px) {
  .site-header .navbar {
    grid-template-columns: minmax(0, 1fr) auto auto !important;
    align-items: center
  }

  .site-header .brand {
    grid-column: 1;
    grid-row: 1
  }

  .site-header .nav-actions {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: end;
    align-self: center;
    min-width: 0
  }

  .site-header .menu-button {
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end;
    align-self: center
  }

  .site-header .nav-links.open {
    grid-column: 1/-1 !important;
    grid-row: 2 !important
  }

  .site-header .user-preview,
  .site-header .user-preview summary {
    max-width: 94px;
    overflow: hidden;
    white-space: nowrap
  }

  .site-header .cart-circle {
    display: none
  }

  .site-header .guest-actions {
    display: flex !important;
    gap: 5px
  }

  .site-header .guest-login,
  .site-header .guest-register {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 10px;
    font-size: 11px;
    white-space: nowrap
  }

  .site-header .guest-login {
    width: auto;
    font-size: 11px
  }

  .site-header .guest-login i {
    font-size: 13px
  }
}

@media(max-width:360px) {
  .site-header .navbar {
    grid-template-columns: minmax(0, 1fr) auto auto !important;
    gap: 5px
  }

  .site-header .brand-mark.has-logo {
    width: 108px;
    height: 40px;
    flex-basis: 108px
  }

  .site-header .menu-button {
    grid-column: 3 !important;
    grid-row: 1 !important;
    padding: 8px
  }

  .site-header .nav-actions {
    grid-column: 2 !important;
    grid-row: 1 !important;
    margin: 0
  }

  .site-header .guest-login,
  .site-header .guest-register {
    min-height: 34px;
    padding: 0 8px;
    font-size: 10px
  }

  .site-header .guest-login {
    gap: 4px
  }

  .site-header .nav-links.open {
    grid-row: 2 !important
  }
}

@media(max-width:620px) {
  .site-header .nav-links.open {
    gap: 3px !important;
    padding: 7px 0 2px !important
  }

  .site-header .nav-links.open a {
    min-height: 34px !important;
    padding: 6px 10px !important;
    border-radius: 8px !important;
    font-size: 11px !important
  }
}

/* GLOBAL TOAST FEEDBACK NOTIFICATIONS */
.site-toast-container {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
  max-width: 420px;
  width: calc(100vw - 48px);
}

.site-toast {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 18px;
  border-radius: 12px;
  background: #2e1e17;
  color: #fff;
  font-size: 13.5px;
  font-weight: 500;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.28);
  animation: toastSlideIn 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  transition: opacity 0.3s ease, transform 0.3s ease;
  border-left: 5px solid #d4a38f;
}

.site-toast.success {
  background: #193824;
  border-left-color: #38bdf8;
  border-left-color: #4ade80;
}

.site-toast.error {
  background: #451b1b;
  border-left-color: #f87171;
}

.site-toast .toast-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 800;
  flex-shrink: 0;
}

.site-toast .toast-text {
  flex: 1;
  line-height: 1.4;
}

.site-toast .toast-close {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  cursor: pointer;
  padding: 0 4px;
  line-height: 1;
}

.site-toast .toast-close:hover {
  color: #fff;
}

.site-toast.hide {
  opacity: 0;
  transform: translateX(30px);
}

@keyframes toastSlideIn {
  from {
    opacity: 0;
    transform: translateY(-16px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* ==========================================================================
   PREMIUM LUXURY CARDS: SERVICES, PRODUCTS & EXPERTS
   ========================================================================== */

/* 1. Hizmet Kartları - Fotoğraf / Portre Odaklı Tasarım */
.home-service-card {
  display: flex !important;
  flex-direction: column !important;
  border-radius: 18px !important;
  border: 1px solid #ebd9ce !important;
  background: #ffffff !important;
  box-shadow: 0 6px 18px rgba(88, 52, 36, .05) !important;
  overflow: hidden !important;
  min-height: 330px !important;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease !important;
}

.home-service-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 14px 28px rgba(88, 52, 36, .10) !important;
  border-color: #cb9f8a !important;
}

.home-service-card .home-service-image-wrap {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 1 / 0.92 !important;
  min-height: 195px !important;
  max-height: 220px !important;
  overflow: hidden !important;
  background: radial-gradient(circle at 50% 40%, #faf3ed 0%, #ecd7ca 100%) !important;
}

.home-service-image-wrap.tone-0 { background: radial-gradient(circle at 50% 35%, #faf2eb 0%, #ecd7ca 100%) !important; }
.home-service-image-wrap.tone-1 { background: radial-gradient(circle at 50% 35%, #f5eee8 0%, #e5d8cc 100%) !important; }
.home-service-image-wrap.tone-2 { background: radial-gradient(circle at 50% 35%, #f8f1ea 0%, #ebd5c6 100%) !important; }

.home-service-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 50% 35%, #faf2eb 0%, #edd8cb 100%);
}

.service-placeholder-art {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.service-placeholder-art i {
  font-size: 20px;
  color: #ba8c77;
  opacity: 0.85;
}

.service-placeholder-monogram {
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .08em;
  color: var(--primary, #7b4330);
  line-height: 1.1;
}

.service-placeholder-art small {
  font-size: 7.5px;
  letter-spacing: .2em;
  color: #9c7564;
  font-weight: 800;
}

.home-service-card .home-service-image-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transition: transform .4s ease !important;
}

.home-service-card:hover .home-service-image-wrap img {
  transform: scale(1.05) !important;
}

.home-service-card .service-idx-badge {
  position: absolute !important;
  top: 9px !important;
  left: 9px !important;
  padding: 2px 8px !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(6px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
  color: #6b3e2e !important;
  border: 1px solid rgba(220, 195, 180, 0.5) !important;
  font-family: Georgia, serif !important;
  font-size: 10.5px !important;
  font-weight: 700 !important;
  letter-spacing: .04em !important;
  box-shadow: 0 2px 8px rgba(60, 30, 20, 0.06) !important;
  z-index: 2 !important;
}

.service-duration-badge {
  position: absolute !important;
  top: 9px !important;
  right: 9px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  padding: 2px 8px !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(6px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
  color: #8c5842 !important;
  border: 1px solid rgba(220, 195, 180, 0.5) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: .02em !important;
  box-shadow: 0 2px 8px rgba(60, 30, 20, 0.06) !important;
  z-index: 2 !important;
}

.home-service-body {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  padding: 11px 13px 13px !important;
  background: #fff !important;
}

.service-category-tag {
  color: #9a7362 !important;
  font-size: 9.5px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  margin: 0 0 3px 0 !important;
}

.service-card-title {
  margin: 0 0 8px 0 !important;
  font-family: Georgia, serif !important;
  font-size: 15.5px !important;
  line-height: 1.25 !important;
  color: #2e1a11 !important;
  font-weight: 600 !important;
  min-height: 38px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.service-card-footer {
  margin-top: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
  padding-top: 9px !important;
  border-top: 1px solid #f2e5dc !important;
}

.service-price-block {
  display: flex !important;
  flex-direction: column !important;
}

.service-price-label {
  font-size: 9px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
  color: #9c7a6a !important;
  line-height: 1 !important;
  margin-bottom: 2px !important;
}

.service-price-value {
  font-family: Georgia, serif !important;
  font-size: 15.5px !important;
  font-weight: 700 !important;
  color: var(--primary, #7b4330) !important;
  line-height: 1 !important;
}

.btn-service-book {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  padding: 6px 12px !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, var(--primary, #7b4330), #5a2818) !important;
  color: #ffffff !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  box-shadow: 0 3px 10px rgba(123, 67, 48, 0.18) !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
  white-space: nowrap !important;
}

.btn-service-book:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 5px 14px rgba(123, 67, 48, 0.28) !important;
  color: #ffffff !important;
}

.btn-service-book:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 5px 14px rgba(123, 67, 48, 0.28) !important;
  color: #fff !important;
}

/* 2. Ürün Kartları - Fotoğraf / Portre Odaklı Tasarım */
.home-product-card {
  display: flex !important;
  flex-direction: column !important;
  border-radius: 18px !important;
  border: 1px solid #eadbd2 !important;
  background: #fffdfb !important;
  box-shadow: 0 6px 18px rgba(92, 58, 42, .05) !important;
  overflow: hidden !important;
  min-height: 330px !important;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease !important;
}

.home-product-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 14px 28px rgba(92, 58, 42, .10) !important;
  border-color: #d1a894 !important;
}

.home-product-card .home-product-image {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 1 / 0.92 !important;
  min-height: 195px !important;
  max-height: 220px !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  background: radial-gradient(circle at 50% 40%, #faf3ed 0%, #ecd7ca 100%) !important;
}

.home-product-image.tone-0 { background: radial-gradient(circle at 50% 35%, #faf2eb 0%, #ecd7ca 100%) !important; }
.home-product-image.tone-1 { background: radial-gradient(circle at 50% 35%, #f5eee8 0%, #e5d8cc 100%) !important; }
.home-product-image.tone-2 { background: radial-gradient(circle at 50% 35%, #f8f1ea 0%, #ebd5c6 100%) !important; }

.home-product-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 50% 35%, #faf2eb 0%, #edd8cb 100%);
}

.product-placeholder-monogram {
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .08em;
  color: var(--primary, #7b4330);
  line-height: 1.1;
}

.home-product-card .home-product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transition: transform .4s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.home-product-card:hover .home-product-image img {
  transform: scale(1.05) !important;
}

.product-stock-pill {
  position: absolute !important;
  top: 9px !important;
  right: 9px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  padding: 2px 8px !important;
  border-radius: 14px !important;
  font-size: 9.5px !important;
  font-weight: 700 !important;
  backdrop-filter: blur(6px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
  box-shadow: 0 2px 8px rgba(60, 30, 20, 0.06) !important;
  z-index: 2 !important;
}

.product-stock-pill.in-stock {
  background: rgba(232, 248, 237, 0.92) !important;
  color: #2b7a4b !important;
  border: 1px solid #c2e9cf !important;
}

.product-stock-pill.out-stock {
  background: rgba(254, 238, 238, 0.92) !important;
  color: #b33939 !important;
  border: 1px solid #f9caca !important;
}

.stock-dot {
  width: 5px !important;
  height: 5px !important;
  border-radius: 50% !important;
  background: currentColor !important;
}

.home-product-body {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  padding: 11px 13px 13px !important;
}

.product-category-tag {
  color: #9a7362 !important;
  font-size: 9.5px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  margin: 0 0 3px 0 !important;
}

.home-product-body h3 {
  margin: 0 0 4px 0 !important;
  font-family: Georgia, serif !important;
  font-size: 15.5px !important;
  line-height: 1.25 !important;
  color: #3b2216 !important;
  min-height: 36px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.product-price-tag {
  display: block !important;
  color: var(--primary, #7b4330) !important;
  font-family: Georgia, serif !important;
  font-size: 15.5px !important;
  font-weight: 700 !important;
  margin-bottom: 8px !important;
}

.home-product-body footer {
  margin-top: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 7px !important;
  padding: 0 !important;
  border: 0 !important;
}

.btn-product-view {
  padding: 5px 9px !important;
  border-radius: 8px !important;
  border: 1px solid #dfccc0 !important;
  background: #fff !important;
  color: #64493d !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: all .2s ease !important;
}

.btn-product-view:hover {
  background: #fbf5ef !important;
  border-color: #cb9f8a !important;
  color: var(--primary, #7b4330) !important;
}

.btn-product-cart {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  padding: 6px 11px !important;
  border-radius: 8px !important;
  border: none !important;
  background: linear-gradient(135deg, var(--primary, #7b4330), #603222) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  box-shadow: 0 3px 10px rgba(123, 67, 48, .18) !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
}

.btn-product-cart:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 5px 12px rgba(123, 67, 48, .26) !important;
}

/* 3. Uzman Kartları - Fotoğraf / Portre Odaklı Tasarım */
.home-expert-card {
  display: flex !important;
  flex-direction: column !important;
  border-radius: 20px !important;
  border: 1px solid #ebd9ce !important;
  background: #ffffff !important;
  box-shadow: 0 8px 24px rgba(88, 52, 36, .06) !important;
  overflow: hidden !important;
  min-height: 330px !important;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease !important;
}

.home-expert-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 18px 36px rgba(88, 52, 36, .12) !important;
  border-color: #cb9f8a !important;
}

.expert-portrait {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 1 / 1.05 !important;
  min-height: 200px !important;
  max-height: 230px !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  background: radial-gradient(circle at 50% 35%, #faf2eb 0%, #edd8cb 100%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.expert-portrait.tone-0 { background: radial-gradient(circle at 50% 35%, #faf2eb 0%, #ecd7ca 100%) !important; }
.expert-portrait.tone-1 { background: radial-gradient(circle at 50% 35%, #f5eee8 0%, #e5d8cc 100%) !important; }
.expert-portrait.tone-2 { background: radial-gradient(circle at 50% 35%, #f8f1ea 0%, #ebd5c6 100%) !important; }

.expert-portrait img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  transition: transform .5s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.home-expert-card:hover .expert-portrait img {
  transform: scale(1.06) !important;
}

.expert-monogram-box {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 88px !important;
  height: 88px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.94) !important;
  border: 2px solid #dfc7b9 !important;
  box-shadow: 0 10px 28px rgba(92, 58, 42, .12) !important;
  gap: 2px !important;
}

.expert-monogram-box i {
  font-size: 13px !important;
  color: #ba8c77 !important;
  opacity: 0.9 !important;
}

.expert-monogram-box .expert-initial {
  font-family: Georgia, serif !important;
  font-size: 30px !important;
  font-weight: 600 !important;
  color: var(--primary, #7b4330) !important;
  line-height: 1 !important;
}

.expert-monogram-box small {
  font-size: 7.5px !important;
  letter-spacing: .16em !important;
  color: #9e7968 !important;
  font-weight: 800 !important;
}

.home-expert-body {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  padding: 14px 16px 20px !important;
  text-align: center !important;
  align-items: center !important;
  background: #fff !important;
}

.expert-badge-role {
  display: inline-block !important;
  padding: 3px 10px !important;
  border-radius: 14px !important;
  background: #fbf3ed !important;
  border: 1px solid #ebd9ce !important;
  color: #8c5842 !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  margin-bottom: 5px !important;
}

.expert-card-name {
  margin: 2px 0 4px !important;
  font-family: Georgia, serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #2e1a11 !important;
}

.expert-card-bio {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  color: #7d6559 !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}

/* =========================================================
   LUXURY STAFF APPLICATION PAGE (/uzman-basvuru)
   ========================================================= */
.staff-apply-shell {
  padding: 40px 20px !important;
  background: var(--cream) !important;
}

.staff-apply-card {
  width: min(100%, 1060px) !important;
  max-width: 1060px !important;
  display: grid !important;
  grid-template-columns: 370px 1fr !important;
  background: #ffffff !important;
  border-radius: 24px !important;
  box-shadow: 0 20px 50px rgba(93, 68, 50, 0.12) !important;
  border: 1px solid #ebd9ce !important;
  overflow: hidden !important;
  margin: 0 auto !important;
}

.staff-apply-sidebar {
  background: #f7eee7 !important;
  padding: 36px 28px !important;
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  border-right: 1px solid #ebd9ce !important;
}

.staff-apply-sidebar .brand {
  position: static !important;
  margin-bottom: 24px !important;
}

.staff-apply-sidebar h1 {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #2e1a11 !important;
  line-height: 1.18 !important;
  margin: 10px 0 12px 0 !important;
}

.staff-apply-intro {
  font-size: 13.5px !important;
  line-height: 1.6 !important;
  color: #5c4337 !important;
  margin: 0 0 18px 0 !important;
}

.staff-apply-location-card {
  background: #ffffff !important;
  border: 1px solid #ebd9ce !important;
  border-radius: 14px !important;
  padding: 16px !important;
  margin-bottom: 20px !important;
  box-shadow: 0 4px 14px rgba(93, 68, 50, 0.05) !important;
}

.location-header {
  margin-bottom: 6px !important;
}

.location-badge {
  display: inline-block !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  color: #8f6657 !important;
  text-transform: uppercase !important;
  margin-bottom: 2px !important;
}

.location-title {
  display: block !important;
  font-family: Georgia, serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #2e1a11 !important;
}

.location-desc {
  font-size: 12px !important;
  line-height: 1.4 !important;
  color: #6d554a !important;
  margin: 0 0 10px 0 !important;
}

.location-details {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 14px 0 !important;
  display: grid !important;
  gap: 8px !important;
}

.location-details li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  color: #4a3429 !important;
}

.location-details li strong {
  color: #2e1a11 !important;
  margin-right: 4px !important;
}

.location-details li a {
  color: #8f6657 !important;
  font-weight: 600 !important;
}

.location-actions {
  display: flex !important;
  gap: 8px !important;
}

.location-actions .button {
  padding: 6px 12px !important;
  font-size: 11.5px !important;
  border-radius: 8px !important;
}

.staff-apply-perks {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: grid !important;
  gap: 9px !important;
  font-size: 12.5px !important;
  line-height: 1.4 !important;
  color: #5c4337 !important;
}

.staff-apply-perks li::before {
  content: "" !important;
}

.staff-apply-form {
  padding: 38px 34px !important;
  background: #ffffff !important;
}

.staff-apply-form h1 {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 32px !important;
  font-weight: 600 !important;
  color: #2e1a11 !important;
  margin: 8px 0 6px 0 !important;
}

.form-sublead {
  font-size: 13.5px !important;
  line-height: 1.5 !important;
  color: #77706a !important;
  margin: 0 0 20px 0 !important;
}

.staff-form-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 14px !important;
}

.form-group {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  text-align: left !important;
}

.form-group-full {
  grid-column: 1 / -1 !important;
}

.form-label {
  font-size: 12.5px !important;
  font-weight: 600 !important;
  color: #3d2b22 !important;
  display: flex !important;
  align-items: center !important;
}

.form-label mark {
  color: #c0392b !important;
  background: none !important;
  font-weight: 700 !important;
  margin-left: 2px !important;
}

.form-control {
  height: 44px !important;
  width: 100% !important;
  border: 1px solid #ebdcd5 !important;
  border-radius: 10px !important;
  padding: 0 14px !important;
  font-size: 13.5px !important;
  background: #fdfbf9 !important;
  color: #2c2926 !important;
  transition: all 0.2s ease !important;
}

.form-control:focus {
  outline: none !important;
  border-color: #8f6657 !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(143, 102, 87, 0.12) !important;
}

.staff-avatar-field {
  margin-top: 4px !important;
}

.avatar-upload-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 12px 14px !important;
  background: #fdfbf9 !important;
  border: 1.5px dashed #ebd9ce !important;
  border-radius: 12px !important;
}

.avatar-preview-circle {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  background: #f2e6de !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #8f6657 !important;
  flex-shrink: 0 !important;
  overflow: hidden !important;
  border: 1px solid #ebdcd5 !important;
}

.avatar-upload-info {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}

.avatar-pick-btn {
  padding: 6px 14px !important;
  font-size: 12px !important;
  border-radius: 8px !important;
  cursor: pointer !important;
}

.avatar-status-text {
  font-size: 12px !important;
  color: #7d6559 !important;
}

.services-select-section {
  margin-top: 6px !important;
}

.services-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 8px !important;
}

.services-count-badge {
  display: inline-block !important;
  margin-left: 8px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 2px 8px !important;
  border-radius: 10px !important;
  background: #fbf3ed !important;
  color: #8f6657 !important;
  border: 1px solid #ebd9ce !important;
}

.services-actions {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.services-actions .sep {
  color: #d4c0b6 !important;
  font-size: 12px !important;
}

.btn-text-action {
  background: none !important;
  border: none !important;
  color: #8f6657 !important;
  font-size: 11.5px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  padding: 2px 4px !important;
  border-radius: 4px !important;
  transition: opacity 0.2s !important;
}

.btn-text-action:hover {
  opacity: 0.75 !important;
}

.staff-apply-services-scroll {
  max-height: 220px !important;
  overflow-y: auto !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)) !important;
  gap: 8px !important;
  padding: 10px !important;
  background: #fdfbf9 !important;
  border: 1.5px solid #ebd9ce !important;
  border-radius: 12px !important;
}

.apply-service-chip {
  cursor: pointer !important;
  user-select: none !important;
  display: block !important;
  margin: 0 !important;
}

.apply-service-chip input[type="checkbox"] {
  display: none !important;
}

.chip-box {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  padding: 8px 10px !important;
  border-radius: 10px !important;
  border: 1.5px solid #ebdcd5 !important;
  background: #ffffff !important;
  transition: all 0.2s ease !important;
}

.chip-check {
  width: 20px !important;
  height: 20px !important;
  border-radius: 6px !important;
  border: 1.5px solid #d4c0b6 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: transparent !important;
  background: #ffffff !important;
  flex-shrink: 0 !important;
  transition: all 0.2s ease !important;
}

.apply-service-chip:hover .chip-box {
  border-color: #8f6657 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 3px 10px rgba(143, 102, 87, 0.08) !important;
}

.apply-service-chip.is-checked .chip-box {
  border-color: #8f6657 !important;
  background: #faf3ee !important;
  box-shadow: 0 2px 8px rgba(143, 102, 87, 0.1) !important;
}

.apply-service-chip.is-checked .chip-check {
  background: #8f6657 !important;
  border-color: #8f6657 !important;
  color: #ffffff !important;
}

.chip-name {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #2e1a11 !important;
  line-height: 1.35 !important;
  flex: 1 !important;
}

.staff-submit-btn {
  height: 48px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  border-radius: 10px !important;
  margin-top: 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.staff-apply-success {
  text-align: center !important;
  padding: 40px 20px !important;
}

.staff-apply-success .success-icon-badge {
  width: 64px !important;
  height: 64px !important;
  border-radius: 50% !important;
  background: #e8f5e9 !important;
  color: #2e7d32 !important;
  font-size: 32px !important;
  font-weight: 800 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 18px auto !important;
}

.staff-apply-success h2 {
  font-family: Georgia, serif !important;
  font-size: 26px !important;
  color: #2e1a11 !important;
  margin: 0 0 12px 0 !important;
}

.staff-apply-success .success-desc {
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: #5c4337 !important;
  max-width: 480px !important;
  margin: 0 auto 24px auto !important;
}

.staff-apply-success .success-actions {
  display: flex !important;
  justify-content: center !important;
  gap: 12px !important;
}

@media (max-width: 860px) {
  .staff-apply-card {
    grid-template-columns: 1fr !important;
  }
  .staff-apply-sidebar {
    border-right: none !important;
    border-bottom: 1px solid #ebd9ce !important;
  }
  .staff-form-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ==========================================================================
   LÜKS VE MODERN ONAY / SİLME MODAL DİALOĞU (SITE-CONFIRM-DIALOG)
   ========================================================================== */
dialog.site-confirm-dialog {
  border: none !important;
  border-radius: 20px !important;
  padding: 0 !important;
  max-width: 440px !important;
  width: 92vw !important;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(0, 0, 0, 0.06) !important;
  background: #ffffff !important;
  color: #2e1a11 !important;
  overflow: hidden !important;
  animation: adminModalPop 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
  margin: auto !important;
  position: fixed !important;
  inset: 0 !important;
}

dialog.site-confirm-dialog::backdrop {
  background: rgba(46, 26, 17, 0.55) !important;
  backdrop-filter: blur(6px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
}

.confirm-dialog-content {
  padding: 32px 28px 26px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}

.confirm-dialog-icon {
  width: 64px !important;
  height: 64px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 18px !important;
  flex-shrink: 0 !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05) !important;
}

.confirm-dialog-icon.type-danger {
  background: #fdf2f2 !important;
  border: 2px solid #fbd5d5 !important;
}

.confirm-dialog-icon.type-warning {
  background: #fff8f1 !important;
  border: 2px solid #feecdc !important;
}

.confirm-dialog-icon.type-success {
  background: #f0fdf4 !important;
  border: 2px solid #dcfce7 !important;
}

.confirm-dialog-icon.type-info {
  background: #faf5f2 !important;
  border: 2px solid #f0e6e0 !important;
}

.confirm-dialog-text h3 {
  margin: 0 0 10px 0 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #2e1a11 !important;
  font-family: Georgia, serif !important;
  line-height: 1.3 !important;
}

.confirm-dialog-text p {
  margin: 0 0 24px 0 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  color: #6d584e !important;
}

.confirm-dialog-actions {
  display: flex !important;
  gap: 12px !important;
  width: 100% !important;
}

.confirm-dialog-actions .button {
  flex: 1 !important;
  height: 46px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  border-radius: 12px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

.confirm-dialog-actions .button:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
}



