/* The Print House Hotel — light content sections over black + muted orange brand */
:root {
  --hotel-ink: #1c1a17;
  --hotel-muted: #6b645c;
  --hotel-paper: #f6f2eb;
  --hotel-white: #ffffff;
  --hotel-line: #e2ddd4;
  --hotel-accent: #c9925a;
  --hotel-accent-dark: #b87d42;
  --hotel-dark: #0a0a0a;
  --hotel-shadow: 0 18px 50px rgba(10, 10, 10, .12);
  --header-h: 108px;
  --header-total: calc(var(--header-h) + 78px);
  --ink: var(--hotel-dark);
  --paper: var(--hotel-paper);
  --text: var(--hotel-ink);
  --muted: var(--hotel-muted);
  --accent: var(--hotel-accent);
  --accent-hover: var(--hotel-accent-dark);
  --white: var(--hotel-white);
  --radius: 2px;
  --shadow: var(--hotel-shadow);
}

body {
  background: var(--hotel-white);
  color: var(--hotel-ink);
  font-size: 15px;
  line-height: 1.7;
}

p { color: var(--hotel-muted); }
h1, h2, h3, h4 { color: var(--hotel-ink); letter-spacing: -.015em; }
.container { width: min(1180px, calc(100% - 48px)); }
.section { padding: clamp(72px, 8vw, 112px) 0; background: var(--hotel-white); }
.section:nth-of-type(even) { background: var(--hotel-paper); }
.section,
.section .container,
.section-split,
.section-head,
.contact-grid,
.room-detail,
.prose,
.booking-bar,
.quick-booking {
  color: var(--hotel-ink);
}
.section h1,
.section h2,
.section h3,
.section h4,
.section-split h1,
.section-split h2,
.section-split h3,
.section-head h1,
.section-head h2,
.section-head h3,
.contact-grid h1,
.contact-grid h2,
.contact-grid h3,
.room-detail h1,
.room-detail h2,
.room-detail h3,
.prose h1,
.prose h2,
.prose h3,
.booking-bar h1,
.booking-bar h2,
.booking-bar h3 {
  color: var(--hotel-ink);
}
.section p,
.section li,
.contact-grid p,
.contact-grid li,
.room-detail p,
.room-detail li,
.prose p,
.prose li,
.booking-bar p {
  color: var(--hotel-muted);
}
.section a:not(.btn),
.contact-grid a:not(.btn),
.room-detail a:not(.btn),
.prose a:not(.btn) {
  color: var(--hotel-accent-dark);
}
.eyebrow {
  margin-bottom: 14px;
  color: var(--hotel-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
}

.btn {
  min-height: 48px;
  border-radius: 2px;
  padding: 13px 22px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: none;
}
.btn-accent, .btn-dark { background: var(--hotel-accent); color: #fff; }
.btn-accent:hover, .btn-dark:hover { background: var(--hotel-accent-dark); color: #fff; }
.btn-ghost { border-color: rgba(255,255,255,.62); color: #fff; }
.btn-ghost:hover { border-color: #fff; background: #fff; color: var(--hotel-dark); }

.site-header {
  display: block;
  position: fixed;
  height: auto;
  min-height: var(--header-h);
  background: rgba(10, 10, 10, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 0;
  padding-top: env(safe-area-inset-top, 0px);
}
.site-header::before { display: none; }
.site-header.is-scrolled,
.site-header.is-solid {
  background: rgba(10, 10, 10, 0.96);
  box-shadow: 0 1px 0 rgba(201, 146, 90, 0.22);
  backdrop-filter: blur(14px);
}
.header-inner {
  width: min(1280px, calc(100% - 40px));
  height: var(--header-h);
  flex-shrink: 0;
}
.logo-mark { color: #fff; text-shadow: none; }
.site-header.is-scrolled .logo-mark,
.site-header.is-solid .logo-mark { color: #fff; text-shadow: none; }
.site-header .logo-the {
  font-size: 0.82rem;
  letter-spacing: 0.32em;
  margin-bottom: 0.3rem;
}
.site-header .logo-print {
  font-size: 1.42rem;
  letter-spacing: 0.07em;
}
.site-header .logo-hotel {
  font-size: 1.12rem;
  letter-spacing: 0.24em;
  margin-top: 0.24rem;
}
.site-header .logo-city {
  font-size: 0.78rem;
  letter-spacing: 0.34em;
  margin-top: 0.45rem;
  color: #c9925a;
}
.site-header.is-scrolled .logo-city,
.site-header.is-solid .logo-city { color: #c9925a; }
.nav { gap: 30px; }
.nav a {
  color: rgba(255,255,255,.92);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
}
.site-header.is-scrolled .nav a,
.site-header.is-solid .nav a { color: rgba(255,255,255,.92); }
.nav a::after { bottom: -8px; background: var(--hotel-accent); }
.nav a:hover, .nav a.is-active,
.site-header.is-scrolled .nav a:hover,
.site-header.is-scrolled .nav a.is-active,
.site-header.is-solid .nav a:hover,
.site-header.is-solid .nav a.is-active { color: #c9925a; }
.lang-switch { border-color: rgba(201, 146, 90, 0.4); }
.site-header.is-scrolled .lang-switch,
.site-header.is-solid .lang-switch { border-color: rgba(201, 146, 90, 0.4); }
.lang-switch a {
  color: rgba(255,255,255,.9);
  font-size: 13px;
  padding: 0.45rem 0.72rem;
}
.site-header.is-scrolled .lang-switch a,
.site-header.is-solid .lang-switch a { color: rgba(255,255,255,.9); }
.lang-switch a.is-on { background: var(--hotel-accent); color: #fff; }

.wa-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(201, 146, 90, 0.45);
  color: #c9925a;
  background: transparent;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.wa-icon:hover {
  color: #0a0a0a;
  background: #c9925a;
  border-color: #c9925a;
  transform: translateY(-1px);
}

.nav-toggle span { background: #c9925a; }
.site-header.is-scrolled .nav-toggle span,
.site-header.is-solid .nav-toggle span { background: #c9925a; }

.header-book { min-height: 42px; padding: 10px 16px; }

.hero {
  min-height: 100vh;
  min-height: 100dvh;
  height: 100vh;
  height: 100dvh;
  align-items: end;
  isolation: isolate;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(10,10,10,.72) 0%, rgba(10,10,10,.38) 42%, rgba(10,10,10,.1) 72%),
    linear-gradient(0deg, rgba(10,10,10,.5), transparent 48%);
}
.hero-media {
  background:
    url("../img/hero.jpg") center 52% / cover no-repeat;
  background-color: #1a1512;
  filter: none;
  transform: none;
  animation: none;
}
.hero-content {
  z-index: 1;
  width: min(1180px, calc(100% - 48px));
  max-width: 640px;
  margin: 0 auto 72px;
  margin-left: max(24px, calc((100% - min(1180px, calc(100% - 48px))) / 2));
  padding: 0;
}
.hero-logo-wrap {
  display: block;
  margin-bottom: 1.5rem;
}
.hero h1 {
  max-width: 22ch;
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(1.45rem, 2.8vw, 2.1rem);
  line-height: 1.2;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.01em;
  text-wrap: balance;
}
.hero h1::before { content: none; }
.hero p {
  max-width: 48ch;
  margin-bottom: 28px;
  color: rgba(255,255,255,.88);
  font-size: 16px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
}
.hero-actions .btn {
  flex: 0 0 auto;
  white-space: nowrap;
}

.quick-booking {
  position: relative;
  z-index: 5;
  width: min(1180px, calc(100% - 48px));
  margin: -44px auto 0;
  background: #fff;
  box-shadow: var(--hotel-shadow);
}
.quick-booking-form {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr .65fr auto;
  align-items: stretch;
}
.quick-booking-intro,
.quick-booking-form label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 16px 22px;
  border-right: 1px solid var(--hotel-line);
}
.quick-booking-intro span,
.quick-booking-form label > span {
  color: #898983;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.quick-booking-intro strong { color: var(--hotel-ink); font-family: var(--font-display); font-size: 18px; font-weight: 600; }
.quick-booking-form input,
.quick-booking-form select {
  width: 100%;
  min-height: 28px;
  padding: 2px 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--hotel-ink);
  font-size: 14px;
}
.quick-booking-form .btn { min-width: 170px; margin: 0; border-radius: 0; }

/* Top booking — floating balloon, separate from header */
.top-booking {
  position: fixed;
  top: var(--header-offset, calc(var(--header-h) + env(safe-area-inset-top, 0px)));
  left: 0;
  right: 0;
  z-index: 90;
  width: 100%;
  padding: 14px 24px 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  pointer-events: none;
  scroll-margin-top: calc(var(--header-offset, calc(var(--header-h) + env(safe-area-inset-top, 0px))) + 12px);
}
.top-booking:target .top-booking-form,
.top-booking:focus-within .top-booking-form {
  border-color: rgba(201, 146, 90, 0.85);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.45), 0 0 0 2px rgba(201, 146, 90, 0.35);
}
.top-booking-form {
  pointer-events: auto;
  width: min(1180px, calc(100% - 0px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 0.7fr 0.55fr auto;
  align-items: stretch;
  gap: 0;
  padding: 4px;
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.78);
  border: 1px solid rgba(201, 146, 90, 0.4);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(16px);
  overflow: hidden;
}
.top-booking-form label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 8px 18px 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.top-booking-form label:first-child {
  padding-left: 22px;
}
.top-booking-form label > span {
  color: rgba(201, 146, 90, 0.95);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.top-booking-form input,
.top-booking-form select {
  width: 100%;
  min-height: 26px;
  padding: 2px 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #f3ebe3;
  font-size: 14px;
  font-weight: 500;
  color-scheme: dark;
}
.top-booking-submit {
  margin: 4px 4px 4px 8px;
  min-width: 148px;
  min-height: 44px;
  border-radius: 999px;
  align-self: center;
  font-size: 0.78rem;
}
.top-booking-actions,
.btn-whatsapp,
.header-book { display: none !important; }

body.page-home .hero {
  padding-top: var(--header-total);
}
body:not(.page-home) .page-hero {
  padding-top: calc(var(--header-total) + 24px);
}
#booking { scroll-margin-top: 0; }
.flash { top: calc(var(--header-total) + 0.75rem); }

.section-split { grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 110px); }
.section-media {
  min-height: 560px;
  outline: 0;
  box-shadow: none;
  background-position: center;
}
.section-split > div:last-child { max-width: 480px; }
.section-split h2,
.section-head h2 {
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1.06;
}
.section-split .lead {
  color: #52544f;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.8;
}
.section-head { max-width: 650px; margin-bottom: 40px; }
.section-cta { margin-top: 1.5rem; }

.room-grid { gap: 22px; }
.room-card {
  aspect-ratio: auto;
  overflow: visible;
  background: transparent;
  color: var(--hotel-ink);
}
.room-card::after { display: none; }
.room-card img.room-photo {
  position: relative;
  inset: auto;
  z-index: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 42%;
}
.room-card-body {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 18px 0 0;
}
.room-card h3 { margin-bottom: 6px; color: var(--hotel-ink); font-size: 27px; }
.room-card p { color: var(--hotel-muted); }
.room-card:nth-child(2) { transform: none; }
.room-meta { color: var(--hotel-accent); }

.location-strip {
  position: relative;
  padding: clamp(72px, 8vw, 110px) 0;
  border: 0;
  background:
    linear-gradient(90deg, rgba(10,10,10,.94), rgba(10,10,10,.78)),
    url("../img/hero-sultanahmet.jpg") center / cover;
}
.location-strip .eyebrow { color: #c9925a; }
.location-strip h2 { color: #fff; font-size: clamp(42px, 5vw, 64px); }
.location-strip > .container > p:not(.eyebrow) { max-width: 55ch; color: rgba(255,255,255,.72); }
.nearby-list { gap: 12px; margin-top: 42px; }
.nearby-list li {
  min-height: 0;
  padding: 18px 0;
  border: 0;
  border-top: 1px solid rgba(255,255,255,.3);
  color: #fff;
  font-size: 17px;
}
.location-map {
  margin-top: 42px;
}
.location-map-frame {
  display: block;
  width: 100%;
  min-height: 360px;
  height: 420px;
  margin: 0;
  border: 1px solid rgba(201, 146, 90, 0.35);
  filter: none;
}
.location-address {
  margin: 14px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 14px;
}

.contact-subhead { margin-top: 2rem; }
.contact-map-wrap {
  margin-top: clamp(40px, 6vw, 64px);
}
.contact-map-wrap h2 {
  margin-bottom: 18px;
  color: var(--hotel-ink);
}
.contact-map-frame {
  display: block;
  width: 100%;
  min-height: 420px;
  height: 480px;
  margin: 0;
  border: 1px solid var(--hotel-line);
  filter: none;
}

.gallery-grid { gap: 10px; }
.gallery-item { background: #eeeae2; }
.service-grid { gap: 30px; }
.service-item, .review { padding: 24px 0; border-color: var(--hotel-line); }
.service-item h3, .review blockquote { color: var(--hotel-ink); }
.service-icon { background: var(--hotel-accent); }
.reviews { gap: 34px; }
.review blockquote { color: var(--hotel-ink); font-size: 24px; }
.review cite { color: var(--hotel-accent); }

.booking-bar { padding: clamp(62px, 7vw, 88px) 0; border: 0; background: #efe9df; }
.booking-copy h2 { color: var(--hotel-ink); font-size: clamp(36px, 4vw, 48px); }
.booking-form input,
.booking-form select,
.form-field input,
.form-field textarea,
.form-field select {
  border: 1px solid #cbc6bc;
  border-radius: 2px;
  background: #fff;
  color: var(--hotel-ink);
}
.booking-form label, .form-field span { color: var(--hotel-muted); }

.page-hero {
  min-height: 440px;
  display: flex;
  align-items: flex-end;
  padding: calc(var(--header-h) + 90px) 0 70px;
  background:
    linear-gradient(90deg, rgba(21,24,22,.7), rgba(21,24,22,.2)),
    url("../img/hero.jpg") center 55% / cover;
}
.page-hero h1 { color: #fff; font-size: clamp(48px, 6vw, 72px); }
.page-hero p { color: rgba(255,255,255,.8); }
.room-detail-media { box-shadow: none; }
.amenity-list li { border-color: var(--hotel-accent); color: var(--hotel-ink); }
.room-book-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}
.room-book-actions .btn-ghost {
  border-color: rgba(28, 26, 23, 0.25);
  color: var(--hotel-ink);
}
.room-book-actions .btn-ghost:hover {
  border-color: var(--hotel-accent);
  background: var(--hotel-accent);
  color: #fff;
}
.prose h2 { color: var(--hotel-ink); }
.prose p { color: var(--hotel-muted); }

.site-footer { padding-top: 60px; border: 0; background: var(--hotel-dark); }
.site-footer h3 { color: #fff; }
.site-footer p, .site-footer a { color: rgba(255,255,255,.7); }
.footer-bottom { border-color: rgba(255,255,255,.12); }

@media (max-width: 1050px) {
  .site-header {
    --header-h: 72px;
  }
  .header-inner {
    position: relative;
    height: var(--header-h);
    align-items: center;
  }

  /* Compact header wordmark */
  .site-header .logo-the {
    font-size: 0.58rem;
    letter-spacing: 0.28em;
    margin-bottom: 0.12rem;
  }
  .site-header .logo-print {
    font-size: 0.98rem;
    letter-spacing: 0.06em;
  }
  .site-header .logo-hotel {
    font-size: 0.78rem;
    letter-spacing: 0.2em;
    margin-top: 0.1rem;
  }
  .site-header .logo-city {
    font-size: 0.56rem;
    letter-spacing: 0.28em;
    margin-top: 0.18rem;
  }

  .nav {
    display: none;
  }
  .nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: fixed;
    top: var(--header-offset, calc(var(--header-h) + env(safe-area-inset-top, 0px)));
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 120;
    gap: 0;
    padding: 8px 0 16px;
    background: rgba(10, 10, 10, 0.98);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
    border-bottom: 1px solid rgba(201, 146, 90, 0.35);
  }
  .nav.is-open a {
    color: #f3ebe3;
    font-size: 15px;
    padding: 14px 24px;
    letter-spacing: 0.06em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  .nav.is-open a:last-child { border-bottom: 0; }
  .nav.is-open a::after { display: none; }
  .nav.is-open a:hover,
  .nav.is-open a.is-active { color: #c9925a; background: rgba(201, 146, 90, 0.08); }

  .nav-toggle { display: block; }
  .nav-toggle span { background: #c9925a; }
  .nav-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .nav-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  .nav-toggle span {
    transition: transform 0.2s ease;
  }

  body.nav-open {
    overflow: hidden;
  }
  body.nav-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 95;
    background: rgba(0, 0, 0, 0.45);
  }

  .hero-content { padding-right: 0; max-width: 560px; margin-bottom: 56px; }
  .top-booking { padding: 12px 14px 0; z-index: 90; }
  .top-booking-form {
    grid-template-columns: 1fr 1fr 1fr auto;
    width: 100%;
    border-radius: 28px;
  }
  .top-booking-rooms { display: none; }
  .top-booking-submit { margin: 6px; min-width: 120px; border-radius: 999px; }
  .room-grid, .reviews, .service-grid { grid-template-columns: repeat(2, 1fr); }
  .section-split, .booking-bar-inner, .contact-grid, .room-detail, .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  :root { --header-h: 68px; --header-total: calc(var(--header-h) + 118px); }
  .site-header { --header-h: 68px; }
  .container, .hero-content, .quick-booking { width: calc(100% - 28px); }
  .header-inner { width: calc(100% - 24px); }
  .lang-switch a { padding: 0.35rem 0.55rem; font-size: 12px; }
  .wa-icon { width: 36px; height: 36px; }
  .hero {
    min-height: 100vh;
    min-height: 100dvh;
    height: 100vh;
    height: 100dvh;
  }
  .hero-content { margin: 0 auto 48px; padding: 0; }
  .hero h1 { font-size: clamp(1.25rem, 5.5vw, 1.65rem); }
  .hero p { font-size: 15px; }
  .hero-actions {
    gap: 8px;
    width: 100%;
    margin-bottom: 0;
  }
  .hero-actions .btn {
    flex: 0 1 auto;
    min-width: 0;
    padding-inline: 14px;
    font-size: 11px;
  }
  .logo-mark-hero .logo-print { font-size: clamp(1.5rem, 8vw, 2.4rem); }
  .top-booking { padding: 10px 12px 0; }
  .top-booking-form {
    grid-template-columns: 1fr 1fr;
    border-radius: 22px;
  }
  .top-booking-form label {
    padding: 8px 12px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .top-booking-form label:first-child { padding-left: 14px; }
  .top-booking-submit {
    grid-column: 1 / -1;
    margin: 8px 10px 10px;
    width: calc(100% - 20px);
    border-radius: 999px;
  }
  .section { padding: 70px 0; }
  .section-media { min-height: 420px; }
  .section-split h2, .section-head h2 { font-size: 40px; }
  .room-grid, .reviews, .service-grid { grid-template-columns: 1fr; }
  .nearby-list { grid-template-columns: 1fr 1fr; }
  .nearby-list li { padding-right: 12px; font-size: 14px; }
  .booking-form { grid-template-columns: 1fr; }
  .booking-form button { grid-column: span 1; }
}
