html, body { overflow-x: clip; }
:root {
  --ink: var(--primary);
  --paper: var(--bg-section);
  --paper-2: var(--bg-soft);
  --white: #fff;
  --line: var(--border);
  --font-heading: var(--font-script);
  --font-body: var(--font-sans);
  --header-h: 104px;
}

.brand-logo {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  width: auto;
  height: 78px;
}
.brand-logo .brand-logo-img {
  width: auto;
  height: 78px;
  max-width: 380px;
  object-fit: contain;
  object-position: left center;
  filter: none;
}
@media (max-width: 768px) {
  :root { --header-h: 84px; }
  .brand-logo { width: auto; height: 58px; }
  .brand-logo .brand-logo-img { height: 58px; max-width: 240px; }
}
.site-footer .brand-logo { height: 92px; }
.site-footer .brand-logo .brand-logo-img { height: 92px; max-width: 440px; }
.drawer-head .brand-logo,
.drawer-head .brand-logo .brand-logo-img { height: 56px; max-width: 230px; }

.section-tag {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  color: var(--accent);
  margin-bottom: 14px;
}
.section-subtitle { color: var(--muted); font-size: 17px; line-height: 1.75; max-width: 640px; margin: 14px auto 0; }
.section-header { margin-bottom: 40px; }
.bg-cream { background: var(--bg-section); }
.btn-ghost { background: transparent; color: var(--primary); border: 1px solid var(--border); }
.btn-ghost:hover { background: var(--primary); color: #fff; border-color: var(--primary); }
.btn-outline-dark { background: transparent; color: var(--primary); border: 1px solid var(--border); }
.btn-outline-dark:hover { background: var(--primary); color: #fff; }
.btn-text { background: none; border: 0; color: var(--accent); padding: 0; font-weight: 600; }
.hidden-room { display: none !important; }

.reserve-card {
  background: #fff;
  border: 1px solid var(--border);
  padding: 48px 40px;
  max-width: 920px;
  margin: 0 auto;
  box-shadow: var(--shadow);
}
.reserve-head { text-align: center; margin-bottom: 28px; }
.reserve-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 18px; }
.form-group-wide { grid-column: span 2; }
.reserve-form .form-group { margin-bottom: 0; }
.reserve-form .form-group label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}
.reserve-form input,
.reserve-form select,
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 13px 16px;
  font-size: 15px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--primary);
  border-radius: 4px;
}
.reserve-form input:focus,
.reserve-form select:focus,
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.18);
}
.reserve-submit { width: 100%; justify-content: center; }

.about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.about-text p { color: var(--muted); margin-bottom: 1rem; }
.about-logo { width: 220px; height: auto; margin-bottom: 1.25rem; border-radius: 0; background: transparent; }
.about-stats { display: flex; gap: 28px; margin-top: 1.5rem; }
.stat-number { font-family: var(--font-script); font-size: 2.6rem; line-height: 1; }
.stat-label { font-size: .8rem; color: var(--muted); letter-spacing: 0.08em; text-transform: uppercase; }
.about-image { overflow: hidden; }
.about-image img { width: 100%; height: 420px; object-fit: cover; }

.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-card { background: #fff; border: 1px solid var(--border); padding: 28px 22px; }
.feature-icon { color: var(--accent); margin-bottom: 12px; }
.feature-title { font-family: var(--font-sans); font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.feature-desc { color: var(--muted); font-size: 14px; }

.contact-split { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 48px; align-items: start; }
.contact-form { display: flex; flex-direction: column; gap: 4px; }
.contact-form .form-group { margin-bottom: 16px; }
.contact-form label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.oda-hero-v2 { position: relative; min-height: 58vh; display: flex; align-items: flex-end; color: #fff; }
.oda-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.oda-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.72) 100%);
}
.oda-hero-inner { position: relative; z-index: 2; padding: 40px 0 32px; }
.oda-breadcrumb { font-size: 13px; color: rgba(255,255,255,.7); margin-bottom: 16px; letter-spacing: 0.05em; }
.oda-breadcrumb a { color: rgba(255,255,255,.7); }
.oda-breadcrumb a:hover { color: var(--accent); }
.oda-breadcrumb span { margin: 0 8px; opacity: .5; }
.oda-hero-content h1 { color: #fff; font-family: var(--font-script); font-weight: 400; font-size: clamp(2rem, 4vw, 3.4rem); }
.oda-hero-stats { display: flex; flex-wrap: wrap; gap: 16px; color: rgba(255,255,255,.85); margin-top: 16px; }
.oda-stat { display: inline-flex; align-items: center; gap: 8px; }
.oda-stat svg { width: 18px; height: 18px; color: var(--accent); }
.oda-hero-thumbs { display: flex; gap: 8px; padding: 12px 28px 20px; position: relative; z-index: 2; }
.oda-thumb { width: 72px; height: 50px; overflow: hidden; border: 2px solid transparent; padding: 0; }
.oda-thumb img { width: 100%; height: 100%; object-fit: cover; }
.oda-thumb.active { border-color: var(--accent); }
.oda-type-pill, .oda-hero-tags .badge {
  display: inline-block;
  padding: 6px 12px;
  background: rgba(255,255,255,.95);
  color: var(--primary);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-right: 8px;
}
.oda-layout { display: grid; grid-template-columns: 1fr 340px; gap: 40px; }
.oda-block { margin-bottom: 2rem; }
.oda-block-title { font-family: var(--font-serif); font-size: 1.35rem; margin-bottom: 1rem; padding-bottom: .5rem; border-bottom: 1px solid var(--border); }
.oda-text p { color: var(--muted); margin-bottom: .8rem; }
.oda-features-v2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.oda-feat-item { display: flex; gap: 10px; align-items: center; padding: 12px 14px; background: var(--bg-soft); border: 1px solid var(--border); }
.oda-feat-icon { color: var(--accent); }
.room-gallery-v2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.room-gallery-item-v2 { aspect-ratio: 4/3; overflow: hidden; cursor: pointer; }
.room-gallery-item-v2.large { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
.room-gallery-item-v2 img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.room-gallery-item-v2:hover img { transform: scale(1.04); }
.gallery-zoom-icon { display: none; }
.oda-reserve-card { background: #fff; border: 1px solid var(--border); overflow: hidden; position: sticky; top: calc(var(--header-h) + 16px); }
.oda-reserve-header { padding: 22px; background: var(--bg-soft); }
.oda-reserve-header h3 { font-family: var(--font-script); font-weight: 400; }
.oda-reserve-header p { color: var(--muted); font-size: .85rem; }
.oda-specs-v2 { list-style: none; padding: 8px 22px; }
.oda-specs-v2 li { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--border); font-size: .9rem; }
.spec-label { color: var(--muted); }
.oda-reserve-actions { padding: 0 22px 22px; }
.oda-book-btn, .oda-phone-btn { width: 100%; margin-bottom: 8px; justify-content: center; }
.oda-more-grid-v2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.oda-more-card-v2 { background: #fff; border: 1px solid var(--border); overflow: hidden; transition: transform .3s, box-shadow .3s; }
.oda-more-card-v2:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--accent); }
.oda-more-img { aspect-ratio: 3/2; overflow: hidden; }
.oda-more-img img { width: 100%; height: 100%; object-fit: cover; }
.oda-more-info { padding: 14px 16px; }
.oda-more-name { font-family: var(--font-serif); display: block; font-weight: 600; }
.oda-more-meta, .oda-more-view { font-size: .78rem; color: var(--muted); }

.room-catalog-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
.room-catalog-thumbs img { height: 58px; width: 100%; object-fit: cover; }
.room-features { display: flex; flex-wrap: wrap; gap: 6px; margin: 10px 0 4px; }
.feature-tag { font-size: 12px; background: var(--bg-soft); border: 1px solid var(--border); padding: 4px 10px; }

.scroll-top {
  position: fixed; right: 22px; bottom: 90px; z-index: 39;
  width: 42px; height: 42px; border-radius: 50%;
  background: #fff; border: 1px solid var(--border); color: var(--primary);
  display: none;
}
.scroll-top.show { display: flex; align-items: center; justify-content: center; }

.lightbox-v2 {
  position: fixed; inset: 0; z-index: 80;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transition: opacity .32s ease-out, visibility .32s ease-out;
}
.lightbox-v2.open { opacity: 1; visibility: visible; }
.lb-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.92); }
.lb-body { position: relative; z-index: 1; }
.lb-body img { max-width: 90vw; max-height: 86vh; }
.lb-close, .lb-prev, .lb-next {
  position: fixed; color: #fff; font-size: 2rem; z-index: 2; background: none; border: 0;
}
.lb-close { top: 16px; right: 20px; }
.lb-prev { left: 12px; top: 50%; }
.lb-next { right: 12px; top: 50%; }
.lb-counter { position: fixed; bottom: 16px; left: 50%; transform: translateX(-50%); color: #fff; font-size: .85rem; }

@media (max-width: 1024px) {
  .about-content, .contact-split, .oda-layout { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .oda-reserve-card { position: static; }
  .oda-more-grid-v2 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .reserve-grid { grid-template-columns: 1fr 1fr; }
  .form-group-wide { grid-column: 1 / -1; }
  .reserve-card { padding: 28px 18px; }
  .features-grid, .oda-more-grid-v2 { grid-template-columns: 1fr; }
  .oda-features-v2, .room-gallery-v2 { grid-template-columns: 1fr 1fr; }
  .room-gallery-item-v2.large { grid-column: span 2; }
  .oda-hero-thumbs { overflow-x: auto; flex-wrap: nowrap; padding-left: 16px; padding-right: 16px; }
  .about-image img { height: 260px; }
}
@media (max-width: 480px) {
  .reserve-grid { grid-template-columns: 1fr; }
  .oda-features-v2 { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .oda-more-card-v2, .room-gallery-item-v2 img { transition: none; }
}

/* ── Custom date / stepper / select ── */
.hero-booking-form {
  position: relative;
  z-index: 4;
}
.ui-field { position: relative; display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.ui-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(255,255,255,0.82);
}
.reserve-card .ui-label { color: var(--muted); }
.ui-trigger, .ui-step-row {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 12px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.97);
  color: var(--primary);
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  text-align: left;
}
.reserve-card .ui-trigger,
.reserve-card .ui-step-row {
  border-color: var(--border);
  background: #fff;
}
.ui-trigger { justify-content: space-between; cursor: pointer; }
.ui-trigger:hover, .ui-step-btn:hover { border-color: var(--accent); }
.ui-trigger[aria-expanded="true"] { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(201,169,110,0.22); }
.ui-trigger svg, .ui-step-btn svg { width: 16px; height: 16px; color: var(--accent); flex-shrink: 0; }
.ui-value { flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ui-step-row { justify-content: space-between; padding: 0 6px; }
.ui-step-btn {
  width: 30px; height: 30px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--bg-soft);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--primary);
}
.ui-step-btn:disabled { opacity: .35; cursor: default; }
.ui-step .ui-value { text-align: center; font-variant-numeric: tabular-nums; font-weight: 700; }

.ui-pop {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 40;
  min-width: 100%;
  background: #fff;
  color: var(--primary);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  padding: 10px;
}
.ui-cal { width: 292px; }
.ui-cal-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 10px; padding: 0 4px;
}
.ui-cal-head strong { font-size: 14px; font-weight: 700; }
.ui-cal-nav {
  width: 32px; height: 32px; border-radius: 8px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--primary);
}
.ui-cal-nav:hover { background: var(--bg-soft); }
.ui-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  text-align: center;
}
.ui-cal-dow {
  font-size: 10px; font-weight: 700; letter-spacing: 0.06em;
  color: var(--muted); padding: 6px 0;
}
.ui-cal-day {
  height: 34px; border-radius: 8px; font-size: 13px; font-weight: 600;
  color: var(--primary);
}
.ui-cal-day:hover:not(:disabled) { background: var(--bg-section); }
.ui-cal-day.is-selected { background: var(--accent); color: #fff; }
.ui-cal-day.is-today:not(.is-selected) { box-shadow: inset 0 0 0 1px var(--accent); }
.ui-cal-day:disabled { color: #c9c4bb; cursor: default; }
.ui-cal-day.is-empty { visibility: hidden; }

.ui-options { padding: 6px; min-width: 220px; max-height: 280px; overflow: auto; }
.ui-option {
  display: block; width: 100%; text-align: left;
  padding: 10px 12px; border-radius: 8px;
  font-size: 14px; font-weight: 500; color: var(--primary);
}
.ui-option:hover, .ui-option.is-active { background: var(--bg-section); color: var(--primary); }
.ui-option.is-active { font-weight: 700; }

.hero-booking-submit .ui-label { display: none; }
.hero-booking-btn { width: 100%; min-height: 44px; }

/* Takvim/select hero overflow ve transform içinde kesilmesin */
.hero { overflow: visible; }
.hero-slides { overflow: hidden; }
.hero.hero--minimal .hero-booking {
  animation: none;
  transform: none;
  filter: none;
  position: relative;
  z-index: 6;
}
.hero.hero--minimal .hero-booking-form,
.hero-booking-form,
.ui-field {
  overflow: visible;
}
.ui-pop {
  position: fixed;
  top: auto;
  left: auto;
  z-index: 400;
}
.ui-pop[hidden] { display: none !important; }

/* Hero çubuğu — Nature Park cam-pill: koyu yazı, kutusu yok */
@media (min-width: 901px) {
  .hero.hero--minimal .hero-booking-form > .ui-field {
    flex: 1 1 0;
    gap: 2px;
    padding: 8px 18px;
    justify-content: center;
  }
  .hero.hero--minimal .hero-booking-form > .ui-step {
    flex: 0 1 118px;
  }
  .hero.hero--minimal .hero-booking-form > .ui-select {
    flex: 1 1 140px;
  }
  .hero.hero--minimal .ui-label {
    color: rgba(50, 40, 30, 0.62);
    margin-bottom: 0;
  }
  .hero.hero--minimal .hero-booking-field:focus-within .ui-label {
    color: var(--accent);
  }
  .hero.hero--minimal .ui-trigger,
  .hero.hero--minimal .ui-step-row {
    background: transparent;
    border: 0;
    min-height: 26px;
    padding: 0;
    color: var(--primary);
    box-shadow: none;
    border-radius: 0;
  }
  .hero.hero--minimal .ui-trigger[aria-expanded="true"] {
    border: 0;
    box-shadow: none;
  }
  .hero.hero--minimal .ui-value {
    color: var(--primary);
    font-size: 15px;
    font-weight: 600;
  }
  .hero.hero--minimal .ui-trigger svg,
  .hero.hero--minimal .ui-step-btn svg {
    color: var(--accent);
  }
  .hero.hero--minimal .ui-step-btn {
    width: 22px;
    height: 22px;
    background: transparent;
    border-color: rgba(20, 18, 16, 0.16);
    color: var(--primary);
  }
  .hero.hero--minimal .ui-step-btn:hover {
    border-color: var(--accent);
    background: rgba(201, 169, 110, 0.12);
  }
  .hero.hero--minimal .hero-booking-submit {
    padding: 0;
  }
}

/* Mobil: koyu cam kutu, beyaz yazı — NP ile aynı dil */
@media (max-width: 900px) {
  .hero .ui-label { color: rgba(255, 255, 255, 0.78); }
  .hero .ui-trigger,
  .hero .ui-step-row {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.32);
    color: #fff;
    min-height: 42px;
  }
  .hero .ui-value { color: #fff; }
  .hero .ui-trigger svg,
  .hero .ui-step-btn svg { color: var(--accent); }
  .hero .ui-step-btn {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.22);
    color: #fff;
  }
  .ui-cal { width: min(292px, calc(100vw - 48px)); }
}

@media (max-height: 820px) {
  .hero.hero--minimal { min-height: auto; }
  .hero.hero--minimal .hero-content {
    padding-bottom: 56px;
    gap: 22px;
  }
}

