/* =========================================================
   ENGİN OTEL — Refined Premium (logo-led, restrained)
   Accent only: #B01038 · Surfaces: graphite / white / soft gray
   ========================================================= */

:root {
  --brand: #B01038;
  --brand-hover: #8E0C2C;
  --brand-wash: rgba(176, 16, 56, 0.06);
  --ink: #121212;
  --ink-2: #1C1C1C;
  --ink-3: #333333;
  --paper: #FFFFFF;
  --paper-2: #F7F7F7;
  --paper-3: #EEEEEE;
  --steel: #6E6E6E;
  --line: rgba(18, 18, 18, 0.08);
  --line-strong: rgba(18, 18, 18, 0.14);
  --line-light: rgba(18, 18, 18, 0.06);
  --white: #ffffff;

  /* Former gold/burgundy → quiet neutrals (not loud red) */
  --burgundy: #161616;
  --burgundy-2: #222222;
  --burgundy-deep: #0E0E0E;
  --gold: #8A8A8A;
  --gold-2: #9C9C9C;
  --gold-soft: #B0B0B0;
  --metal: #8A8A8A;
  --metal-2: #9C9C9C;

  --font-display: "Syne", "Segoe UI", sans-serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --nav-h: 80px;
  --max: 1240px;
}

body {
  font-family: var(--font-body);
  color: var(--ink-2);
  background: var(--paper);
  line-height: 1.65;
  font-size: 15.5px;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  color: var(--ink);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }

/* Buttons — graphite primary, brand only on key CTA */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 0;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  transition: color .3s var(--ease), background .3s var(--ease), border-color .3s var(--ease);
}
.btn-primary {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}
.btn-primary:hover {
  background: var(--brand);
  border-color: var(--brand);
  color: var(--white);
}
.btn-outline {
  background: transparent;
  color: var(--ink);
  border-color: rgba(18, 18, 18, 0.35);
}
.btn-outline:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--white);
}
.btn-ghost {
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.45);
}
.btn-ghost:hover {
  background: var(--white);
  border-color: var(--white);
  color: var(--ink);
}

/* Topbar — quiet charcoal */
.topbar {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.topbar a { color: rgba(255, 255, 255, 0.58); }
.topbar a:hover { color: #fff; }

/* Navbar */
.navbar {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
}
.navbar.scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
  background: rgba(255, 255, 255, 0.98);
}
.logo img { height: 56px; width: auto; object-fit: contain; }
.nav-menu a {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.nav-menu a:hover { color: var(--ink); }
.nav-menu a.active { color: var(--brand); }
.nav-menu a.active::after,
.nav-menu a:hover::after { background: var(--brand); }
.nav-cta {
  background: var(--ink) !important;
  color: var(--white) !important;
  height: 40px !important;
  padding: 0 18px !important;
  letter-spacing: 0.12em !important;
}
.nav-cta:hover {
  background: var(--brand) !important;
  color: var(--white) !important;
}

/* Hero — cinematic, minimal red */
.hero {
  height: min(90svh, 880px);
  min-height: 560px;
  background: #0E0E0E;
}
.slide-overlay {
  background:
    linear-gradient(105deg, rgba(10, 10, 10, 0.72) 0%, rgba(10, 10, 10, 0.28) 50%, rgba(10, 10, 10, 0.45) 100%),
    linear-gradient(to top, rgba(10, 10, 10, 0.7) 0%, transparent 48%);
}
.slide-content {
  left: max(20px, calc((100% - var(--max)) / 2 + 20px));
  bottom: 16%;
  max-width: 620px;
}
.hero-brand {
  font-family: var(--font-display);
  font-size: clamp(3rem, 8.5vw, 6.2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  text-transform: lowercase;
  color: #fff;
  line-height: 0.92;
  text-shadow: none;
  margin-bottom: 0;
}
.hero-brand::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background: var(--brand);
  margin-top: 16px;
}
.hero-subbrand {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  margin: 16px 0 18px;
}
.slide-content .hero-lead {
  font-size: clamp(0.98rem, 1.5vw, 1.08rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.72);
  max-width: 420px;
  margin-bottom: 30px;
  line-height: 1.7;
  letter-spacing: 0;
}
.slider-prev, .slider-next {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.slider-prev:hover, .slider-next:hover {
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  border-color: transparent;
}
.dot { height: 2px; background: rgba(255, 255, 255, 0.25); }
.dot.active { background: #fff; width: 40px; }

/* Sections */
section { padding: 100px 0; }
.section-tag {
  color: var(--brand);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.section-header h2 {
  font-size: clamp(1.85rem, 3.5vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}
.section-header p {
  color: var(--steel);
  max-width: 480px;
  margin: 0 auto;
  font-size: 0.98rem;
}

/* Welcome */
.welcome-section {
  background: var(--paper);
  padding: 110px 0 90px;
}
.welcome-section::before { display: none; }
.welcome-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.1fr;
  gap: 56px;
  align-items: center;
}
.welcome-copy h1,
.welcome-copy h2 {
  font-size: clamp(2.2rem, 4.2vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  max-width: 16ch;
  margin-bottom: 20px;
}
.welcome-copy p {
  color: var(--steel);
  font-size: 1.02rem;
  max-width: 44ch;
  line-height: 1.75;
}
.welcome-stats {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.welcome-stat {
  padding-right: 16px;
  border-right: 1px solid var(--line);
}
.welcome-stat:last-child { border-right: none; }
.welcome-stat strong {
  font-family: var(--font-display);
  font-size: 2.35rem;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.03em;
}
.welcome-stat span {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--steel);
  font-weight: 600;
}
.welcome-visual { position: relative; min-height: 480px; }
.welcome-visual img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  filter: none;
}
.welcome-visual::before {
  content: "";
  position: absolute;
  inset: auto auto -12px -12px;
  width: 28%;
  height: 28%;
  border-left: 2px solid var(--brand);
  border-bottom: 2px solid var(--brand);
  z-index: 1;
  pointer-events: none;
  opacity: 0.85;
}
.welcome-badge {
  position: absolute;
  left: 0;
  top: 20px;
  right: auto;
  bottom: auto;
  background: rgba(18, 18, 18, 0.92);
  color: #fff;
  padding: 14px 18px;
  max-width: none;
  border-top: none;
  border-left: 2px solid var(--brand);
}
.welcome-badge strong {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: lowercase;
}
.welcome-badge span {
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 960px) {
  .welcome-grid { grid-template-columns: 1fr; gap: 36px; }
  .welcome-visual img { height: 320px; min-height: 320px; }
  .welcome-visual::before { display: none; }
  .welcome-copy h1, .welcome-copy h2 { max-width: none; }
}

/* Why — light, quiet */
.why-section {
  padding: 90px 0;
  background: var(--paper-2);
  color: var(--ink-2);
}
.why-section .section-tag { color: var(--brand); }
.why-section .section-header h2 { color: var(--ink); }
.why-section .section-header p { color: var(--steel); }
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 40px;
  border-top: 1px solid var(--line-strong);
  counter-reset: why;
}
.why-item {
  padding: 32px 24px 8px 0;
  border-top: none;
  border-right: 1px solid var(--line);
  counter-increment: why;
}
.why-item:last-child { border-right: none; }
.why-item::before {
  content: counter(why, decimal-leading-zero);
  display: block;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--brand);
  margin-bottom: 14px;
}
.why-item strong {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--ink);
  font-weight: 700;
  letter-spacing: -0.02em;
}
.why-item p {
  color: var(--steel);
  font-weight: 400;
  font-size: 0.94rem;
  line-height: 1.7;
}
.why-section .lux-link { color: var(--ink); border-bottom: 1px solid rgba(18,18,18,.25); }
.why-section .lux-link:hover { color: var(--brand); border-bottom-color: var(--brand); }

@media (max-width: 900px) {
  .why-grid { grid-template-columns: 1fr; }
  .why-item { border-right: none; border-bottom: 1px solid var(--line); padding: 24px 0; }
}

/* Rooms */
.rooms-section { background: var(--paper); padding: 100px 0; }
.rooms-grid.rooms-grid-3 { grid-template-columns: repeat(3, 1fr); gap: 24px; }
.room-card {
  background: transparent;
  box-shadow: none;
  border: none;
  transform: none;
  opacity: 1;
}
.room-card:hover { transform: none; }
.room-img {
  aspect-ratio: 4 / 5;
  background-size: cover;
  background-position: center;
  transition: transform .7s var(--ease);
}
.room-card:hover .room-img { transform: scale(1.03); }
.room-info { padding: 20px 2px 4px; gap: 8px; }
.room-meta {
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--steel);
  font-weight: 600;
}
.room-cat { color: var(--brand); font-weight: 700; }
.room-info h3 {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.room-info h3 a:hover { color: var(--brand); }
.room-info p { color: var(--steel); font-size: 0.9rem; line-height: 1.65; }
.room-info .btn-outline { padding: 11px 18px; margin-top: 6px; align-self: flex-start; }

@media (max-width: 960px) {
  .rooms-grid.rooms-grid-3 { grid-template-columns: 1fr; }
  .room-img { aspect-ratio: 16 / 10; }
}

/* FAQ */
.faq-section { background: var(--paper-2); padding: 80px 0; }
.faq-item { border-bottom-color: var(--line-strong); }
.faq-q { font-weight: 600; color: var(--ink); }
.faq-q::after { color: var(--steel); }
.faq-a { color: var(--steel); }

/* CTA — graphite, not neon red */
.cta-section {
  padding: 110px 0;
  background:
    linear-gradient(rgba(14, 14, 14, 0.82), rgba(14, 14, 14, 0.78)),
    url("../../uploads/banners/tanitim.webp?v=1") center 40% / cover no-repeat;
  color: var(--white);
  text-align: center;
  overflow: hidden;
}
.cta-section::before { display: none; }
.cta-section h2 {
  color: #fff;
  font-size: clamp(2rem, 4.5vw, 3.1rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}
.cta-section h3 {
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.cta-section .btn-ghost {
  background: #fff;
  color: var(--ink);
  border-color: #fff;
}
.cta-section .btn-ghost:hover {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

/* Page headers */
.page-header {
  background:
    linear-gradient(105deg, rgba(10, 10, 10, 0.78) 0%, rgba(10, 10, 10, 0.5) 100%),
    url("../../uploads/banners/hero-lobby.webp") center / cover no-repeat;
  padding: 52px 0 44px;
  text-align: left;
}
.page-header .container { text-align: left; }
.page-header h1 {
  color: #fff;
  font-size: clamp(1.9rem, 3.6vw, 2.7rem);
  letter-spacing: -0.03em;
  text-transform: none;
  font-weight: 800;
}
.page-header-lead { color: rgba(255, 255, 255, 0.65); }
.breadcrumb { color: rgba(255, 255, 255, 0.45); }
.breadcrumb a:hover { color: #fff; }

.rooms-hero {
  background:
    linear-gradient(105deg, rgba(10, 10, 10, 0.75), rgba(10, 10, 10, 0.45)),
    url("../../uploads/banners/hero-room.webp") center / cover no-repeat;
}
.rooms-hero-kicker { color: rgba(255, 255, 255, 0.55); }
.rooms-hero h1 { font-weight: 800; letter-spacing: -0.03em; text-transform: none; }

/* Footer */
.footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.5);
  padding-top: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-logo {
  height: 68px;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}
.footer-col h4 {
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -0.02em;
  text-transform: none;
}
.footer-col a:hover { color: #fff; }
.footer-contact i { color: rgba(255, 255, 255, 0.45); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.08); color: rgba(255, 255, 255, 0.35); }
.footer-credit a:hover { color: #fff; }

.lux-link {
  color: var(--ink);
  font-weight: 600;
  border-bottom: 1px solid rgba(18, 18, 18, 0.2);
}
.lux-link:hover {
  color: var(--brand);
  border-bottom-color: var(--brand);
}

.book-bar { background: var(--ink); border-top: 1px solid rgba(255,255,255,.1); }

input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: rgba(18, 18, 18, 0.45) !important;
  box-shadow: 0 0 0 3px rgba(18, 18, 18, 0.06);
}

.lang-opt.is-active {
  color: var(--ink);
  border-color: rgba(18, 18, 18, 0.35);
}

/* Cookie / promo — calm */
.promo-modal .promo-badge,
.discount-badge { background: var(--ink) !important; }
.promo-modal .btn,
.promo-popup .btn {
  background: var(--ink) !important;
  border-color: var(--ink) !important;
}

@media (prefers-reduced-motion: no-preference) {
  .fade-in { animation: eoRise .85s var(--ease) both; }
  .hero-brand { animation: eoRise .95s var(--ease) .08s both; }
  .hero-subbrand,
  .slide-content .hero-lead,
  .slide-content .btn { animation: eoRise .95s var(--ease) .18s both; }
}
@keyframes eoRise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}


/* ---- Content refresh: typography polish ---- */
.hero-brand {
  text-transform: lowercase !important;
  letter-spacing: -0.045em !important;
  font-weight: 800 !important;
}
.hero-subbrand {
  letter-spacing: 0.22em !important;
  font-weight: 600 !important;
  color: rgba(255,255,255,.68) !important;
}
.welcome-copy h1 {
  max-width: 18ch !important;
  text-wrap: balance;
}
.why-item strong,
.section-header h2,
.room-info h3 {
  text-wrap: balance;
}
.room-meta .room-count {
  font-variant-numeric: tabular-nums;
}
.cta-section h3 {
  max-width: 36ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.55;
}
.footer-bottom {
  letter-spacing: 0.02em;
}
/* Hide broken 0 m² when empty */
.room-count:empty { display: none; }


/* ---- Rooms top-align + logo scale ---- */
:root { --nav-h: 84px; }

.logo {
  display: flex;
  align-items: center;
  line-height: 0;
  flex-shrink: 0;
  max-width: 260px;
}
.logo img {
  height: 68px !important;
  width: auto !important;
  max-width: 240px !important;
  object-fit: contain !important;
  object-position: left center !important;
  display: block !important;
}
.footer-logo {
  height: 72px !important;
  width: auto !important;
  max-width: 260px !important;
  margin-bottom: 22px !important;
  filter: none !important;
  opacity: 1 !important;
  object-fit: contain !important;
}

.rooms-grid,
.rooms-grid.rooms-grid-3 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
  align-items: stretch !important;
}
.room-card {
  position: relative !important;
  display: block !important;
  overflow: hidden !important;
  min-height: 520px !important;
  height: 100% !important;
  background: #121212 !important;
  border: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
  transform: none !important;
  flex-direction: unset !important;
}
.room-img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: unset !important;
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  filter: none !important;
  transform-origin: top center !important;
}
.room-card:hover .room-img {
  transform: scale(1.04) !important;
}
.room-info {
  position: absolute !important;
  inset: auto 0 0 0 !important;
  padding: 36px 28px 28px !important;
  background: linear-gradient(to top, rgba(10,10,10,.92) 0%, rgba(10,10,10,.55) 55%, transparent 100%) !important;
  color: #fff !important;
  z-index: 2 !important;
  display: block !important;
  gap: 0 !important;
}
.room-info h3,
.room-info h3 a { color: #fff !important; }
.room-info p { color: rgba(255,255,255,.72) !important; }
.room-meta { color: rgba(255,255,255,.7) !important; }
.room-cat { color: #ff6b8a !important; }
.room-count { color: rgba(255,255,255,.55) !important; }
.room-info .btn-outline {
  color: #fff !important;
  border-color: rgba(255,255,255,.5) !important;
  background: transparent !important;
}
.room-info .btn-outline:hover {
  background: #fff !important;
  color: #121212 !important;
  border-color: #fff !important;
}

@media (max-width: 960px) {
  .rooms-grid.rooms-grid-3 {
    grid-template-columns: 1fr !important;
  }
  .room-card { min-height: 440px !important; }
  .logo img { height: 56px !important; max-width: 200px !important; }
  .footer-logo { height: 58px !important; }
}
@media (max-width: 720px) {
  .logo img { height: 50px !important; max-width: 170px !important; }
}


/* ---- Final logo + room frame ---- */
:root { --nav-h: 88px; }
.logo { max-width: 280px; line-height: 0; }
.logo img {
  height: 72px !important;
  width: auto !important;
  max-width: 260px !important;
  object-fit: contain !important;
  object-position: left center !important;
}
.footer-logo {
  height: 76px !important;
  width: auto !important;
  max-width: 280px !important;
  filter: none !important;
  opacity: 1 !important;
  object-fit: contain !important;
}
.rooms-grid.rooms-grid-3 {
  align-items: stretch !important;
}
.room-card {
  position: relative !important;
  min-height: 520px !important;
  height: 520px !important;
  overflow: hidden !important;
}
.room-img {
  position: absolute !important;
  inset: 0 !important;
  height: 100% !important;
  width: 100% !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 960px) {
  .room-card { height: 440px !important; min-height: 440px !important; }
  .logo img { height: 58px !important; }
  .footer-logo { height: 62px !important; }
}
@media (max-width: 720px) {
  .logo img { height: 52px !important; max-width: 190px !important; }
}


/* ---- Room cover frame sync ---- */
.room-img {
  background-position: center 18% !important;
  background-size: cover !important;
}
.rooms-grid .room-card:nth-child(1) .room-img {
  background-position: center 22% !important;
}

/* ---- Pages rebuild: Engin Otel / Gezilecek / Fuar / SSS ---- */

.page-story {
  max-width: 720px;
  margin: 0 auto 48px;
}
.page-story > p:first-of-type {
  font-size: 1.15rem;
  line-height: 1.75;
  color: var(--ink);
  font-weight: 500;
}
.page-story h2 {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 40px 0 14px;
  color: var(--ink);
}
.page-story h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  margin: 28px 0 10px;
  letter-spacing: -0.02em;
}
.page-story p {
  color: var(--steel);
  line-height: 1.75;
  margin-bottom: 14px;
}
.page-story ul {
  margin: 12px 0 20px;
  padding: 0;
  list-style: none;
}
.page-story ul li {
  position: relative;
  padding: 8px 0 8px 22px;
  color: var(--steel);
  line-height: 1.65;
  border-bottom: 1px solid var(--line);
}
.page-story ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 8px;
  height: 8px;
  background: var(--brand);
  border-radius: 1px;
}
.page-story .story-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.amenity-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line-strong);
  border: 1px solid var(--line-strong);
  margin: 48px 0;
}
.amenity-strip article {
  background: var(--paper);
  padding: 28px 22px;
  text-align: left;
}
.amenity-strip strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-bottom: 6px;
}
.amenity-strip span {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--steel);
  font-weight: 600;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 28px 0 8px;
}
.audience-grid article {
  padding: 22px 20px;
  border-top: 2px solid var(--ink);
  background: var(--paper-2);
}
.audience-grid h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}
.audience-grid p {
  margin: 0;
  font-size: 0.92rem;
}

.page-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: start;
  margin: 48px 0;
}
.page-split-visual {
  min-height: 320px;
  background:
    linear-gradient(160deg, rgba(10,10,10,.25), rgba(10,10,10,.55)),
    url("../../uploads/banners/tanitim.webp") center / cover no-repeat;
}
.page-split-visual.is-fair {
  background:
    linear-gradient(160deg, rgba(10,10,10,.3), rgba(10,10,10,.5)),
    url("../../uploads/banners/banner-02.webp") center / cover no-repeat;
}
.page-split-visual.is-lobby {
  background:
    linear-gradient(160deg, rgba(10,10,10,.2), rgba(10,10,10,.45)),
    url("../../uploads/banners/hero-lobby.webp") center / cover no-repeat;
}

.book-quick {
  background: var(--ink);
  color: #fff;
  padding: 36px 32px;
  margin: 36px 0 48px;
}
.book-quick .section-tag {
  color: rgba(255,255,255,.45);
}
.book-quick h2 {
  color: #fff;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 10px 0 12px;
}
.book-quick p {
  color: rgba(255,255,255,.62);
  max-width: 52ch;
  margin-bottom: 22px;
}
.book-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.book-quick .btn-primary {
  background: #fff;
  color: var(--ink);
  border-color: #fff;
}
.book-quick .btn-primary:hover {
  background: transparent;
  color: #fff;
}
.book-quick .btn-outline {
  border-color: rgba(255,255,255,.35);
  color: #fff;
}
.book-quick .btn-outline:hover {
  border-color: #fff;
  background: rgba(255,255,255,.08);
}

.fair-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 36px 0 48px;
}
.fair-points article {
  padding-top: 18px;
  border-top: 2px solid var(--brand);
}
.fair-points h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}
.fair-points p {
  color: var(--steel);
  font-size: 0.92rem;
  line-height: 1.7;
  margin: 0;
}

.room-link-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 28px;
}
.room-link-list li {
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 16px;
}
.room-link-list a {
  font-weight: 600;
  color: var(--ink);
}
.room-link-list a:hover { color: var(--brand); }
.room-link-list span {
  font-size: 0.8rem;
  color: var(--steel);
  letter-spacing: 0.04em;
}

/* Places — typography-led cards (no empty DB dependency) */
.places-intro {
  font-size: 1.12rem;
  line-height: 1.75;
  color: var(--ink);
  font-weight: 500;
  max-width: 62ch;
  margin-bottom: 12px;
}
.places-lead {
  color: var(--steel);
  max-width: 58ch;
  margin-bottom: 40px;
  line-height: 1.7;
}
.places-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 64px;
}
a.place-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: var(--paper-2);
  border: none;
  box-shadow: none;
  border-radius: 0;
  overflow: hidden;
  opacity: 1;
  transform: none;
  transition: transform .45s var(--ease);
}
a.place-card:hover { transform: translateY(-3px); }
.place-card-visual {
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: end start;
  padding: 16px;
  background:
    linear-gradient(160deg, rgba(18,18,18,.15), rgba(18,18,18,.72)),
    url("../../uploads/banners/banner-01.webp") center / cover no-repeat;
}
.place-card-visual.is-2 {
  background:
    linear-gradient(160deg, rgba(18,18,18,.15), rgba(18,18,18,.72)),
    url("../../uploads/banners/banner-02.webp") center / cover no-repeat;
}
.place-card-visual.is-3 {
  background:
    linear-gradient(160deg, rgba(18,18,18,.15), rgba(18,18,18,.72)),
    url("../../uploads/banners/banner-03.webp") center / cover no-repeat;
}
.place-card-visual.is-4 {
  background:
    linear-gradient(160deg, rgba(18,18,18,.15), rgba(18,18,18,.72)),
    url("../../uploads/banners/tanitim.webp") 40% center / cover no-repeat;
}
.place-card-visual.is-5 {
  background:
    linear-gradient(160deg, rgba(18,18,18,.15), rgba(18,18,18,.72)),
    url("../../uploads/banners/hero-lobby.webp") center / cover no-repeat;
}
.place-card-visual.is-6 {
  background:
    linear-gradient(160deg, rgba(18,18,18,.2), rgba(18,18,18,.75)),
    url("../../uploads/banners/hero-room.webp") center / cover no-repeat;
}
.place-card-visual.is-7 {
  background:
    linear-gradient(160deg, rgba(18,18,18,.2), rgba(18,18,18,.75)),
    url("../../uploads/banners/banner-01.webp") 60% 40% / cover no-repeat;
}
.place-card-visual.is-8 {
  background:
    linear-gradient(160deg, rgba(18,18,18,.2), rgba(18,18,18,.75)),
    url("../../uploads/banners/banner-02.webp") 30% 60% / cover no-repeat;
}
.place-card-visual em {
  font-style: normal;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
  font-weight: 600;
}
.place-card-body {
  padding: 18px 16px 20px;
}
.place-card-body span {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand);
  font-weight: 700;
  margin-bottom: 6px;
}
.place-card-body h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
  color: var(--ink);
}
.place-card-body p {
  margin: 0;
  font-size: 0.86rem;
  color: var(--steel);
  line-height: 1.55;
}

.places-guide { margin-top: 16px; }
.place-guide {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 0;
  margin-bottom: 48px;
  background: var(--paper-2);
  scroll-margin-top: 110px;
}
.place-guide.is-flip { grid-template-columns: 1.05fr 0.95fr; }
.place-guide.is-flip .place-guide-visual { order: 2; }
.place-guide.is-flip .place-guide-copy { order: 1; }
.place-guide-visual {
  min-height: 280px;
  background:
    linear-gradient(160deg, rgba(18,18,18,.2), rgba(18,18,18,.55)),
    url("../../uploads/banners/banner-01.webp") center / cover no-repeat;
}
.place-guide-visual.is-2 { background-image: linear-gradient(160deg, rgba(18,18,18,.2), rgba(18,18,18,.55)), url("../../uploads/banners/banner-02.webp"); background-size: cover; }
.place-guide-visual.is-3 { background-image: linear-gradient(160deg, rgba(18,18,18,.2), rgba(18,18,18,.55)), url("../../uploads/banners/banner-03.webp"); background-size: cover; }
.place-guide-visual.is-4 { background-image: linear-gradient(160deg, rgba(18,18,18,.2), rgba(18,18,18,.55)), url("../../uploads/banners/tanitim.webp"); background-size: cover; }
.place-guide-visual.is-5 { background-image: linear-gradient(160deg, rgba(18,18,18,.2), rgba(18,18,18,.55)), url("../../uploads/banners/hero-lobby.webp"); background-size: cover; }
.place-guide-visual.is-6 { background-image: linear-gradient(160deg, rgba(18,18,18,.2), rgba(18,18,18,.55)), url("../../uploads/banners/hero-room.webp"); background-size: cover; }
.place-guide-visual.is-7 { background-image: linear-gradient(160deg, rgba(18,18,18,.25), rgba(18,18,18,.6)), url("../../uploads/banners/banner-01.webp"); background-size: cover; background-position: 70% 40%; }
.place-guide-visual.is-8 { background-image: linear-gradient(160deg, rgba(18,18,18,.25), rgba(18,18,18,.6)), url("../../uploads/banners/banner-02.webp"); background-size: cover; background-position: 40% 60%; }
.place-guide-copy {
  padding: 36px 32px 40px;
}
.place-guide-copy .place-tag {
  display: inline-block;
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand);
  font-weight: 700;
  margin-bottom: 10px;
}
.place-guide-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 10px;
}
.place-guide-meta {
  font-size: 0.78rem;
  color: var(--steel);
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
.place-guide-copy > p {
  color: var(--steel);
  line-height: 1.7;
  margin-bottom: 18px;
}
.place-guide-copy h4 {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 18px 0 10px;
  font-weight: 700;
}
.place-guide-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.place-guide-list li {
  position: relative;
  padding: 7px 0 7px 18px;
  color: var(--steel);
  font-size: 0.92rem;
  line-height: 1.55;
}
.place-guide-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 7px;
  height: 7px;
  background: var(--brand);
}

.places-page-cta {
  text-align: center;
  padding: 48px 24px 16px;
  border-top: 1px solid var(--line);
  margin-top: 24px;
}
.places-page-cta p {
  color: var(--steel);
  max-width: 42ch;
  margin: 0 auto 20px;
}

/* FAQ page */
.faq-page-lead {
  max-width: 54ch;
  margin: 0 auto 36px;
  text-align: center;
  color: var(--steel);
  line-height: 1.7;
}
.faq-section .faq-list {
  max-width: 760px;
}
.faq-section .faq-q {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.02em;
}
.faq-section .faq-a {
  line-height: 1.7;
}

@media (max-width: 1100px) {
  .places-grid { grid-template-columns: repeat(2, 1fr); }
  .fair-points { grid-template-columns: 1fr 1fr; }
  .amenity-strip { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 800px) {
  .page-split,
  .place-guide,
  .place-guide.is-flip {
    grid-template-columns: 1fr;
  }
  .place-guide.is-flip .place-guide-visual,
  .place-guide.is-flip .place-guide-copy { order: unset; }
  .audience-grid { grid-template-columns: 1fr; }
  .fair-points { grid-template-columns: 1fr; }
  .place-guide-visual { min-height: 200px; }
  .place-guide-copy { padding: 28px 22px 32px; }
  .book-quick { padding: 28px 22px; }
}
@media (max-width: 560px) {
  .places-grid { grid-template-columns: 1fr; }
  .amenity-strip { grid-template-columns: 1fr 1fr; }
}
