/* The Print House Hotel â€” black + muted orange */

:root {
  --ink: #0a0a0a;
  --ink-soft: #161616;
  --paper: #141210;
  --paper-deep: #1c1814;
  --stone: #3a342e;
  --muted: #a89888;
  --accent: #c9925a;
  --accent-hover: #b87d42;
  --brass: #d4a574;
  --white: #f7f1ea;
  --text: #f3ebe3;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  --radius: 2px;
  --header-h: 108px;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Manrope", system-ui, sans-serif;
  --font-brand: "Montserrat", system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text);
  background:
    radial-gradient(1000px 520px at 80% -10%, rgba(201, 146, 90, 0.12), transparent 55%),
    linear-gradient(180deg, #0a0a0a 0%, #12100e 45%, #0d0c0b 100%);
  min-height: 100vh;
}

img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 0.6rem;
  letter-spacing: 0.01em;
  color: var(--white);
}

p { margin: 0 0 1rem; color: var(--muted); }
.container { width: min(1120px, calc(100% - 2.5rem)); margin-inline: auto; }

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--accent);
  color: var(--ink);
  padding: 0.75rem 1rem;
  z-index: 1000;
}
.skip-link:focus { left: 1rem; top: 1rem; }

.eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.85rem 1.4rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  transition: transform 0.35s var(--ease), background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-accent {
  background: var(--accent);
  color: #0a0a0a;
}
.btn-accent:hover { background: var(--accent-hover); color: #0a0a0a; }
.btn-ghost {
  background: transparent;
  border-color: rgba(247, 241, 234, 0.4);
  color: var(--white);
}
.btn-ghost:hover {
  background: rgba(247, 241, 234, 0.08);
  border-color: var(--accent);
  color: var(--accent);
}
.btn-dark {
  background: var(--accent);
  color: #0a0a0a;
}
.btn-dark:hover { background: var(--accent-hover); }

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-h);
  transition: background 0.35s ease, backdrop-filter 0.35s ease, box-shadow 0.35s ease;
}
.site-header.is-scrolled,
.site-header.is-solid {
  background: rgba(10, 10, 10, 0.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(201, 146, 90, 0.18);
}

.header-inner {
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

/* Typographic logo â€” no black box */
.logo-mark {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  font-family: var(--font-brand);
  color: var(--white);
  text-transform: uppercase;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}
.logo-line { display: block; }
.logo-the {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  margin-bottom: 0.2rem;
  color: rgba(247, 241, 234, 0.85);
}
.logo-print {
  font-size: 1.42rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.logo-hotel {
  font-size: 1.12rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  margin-top: 0.18rem;
}
.logo-city {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  margin-top: 0.35rem;
  color: var(--accent);
}

.logo-mark-lg .logo-the { font-size: 0.7rem; }
.logo-mark-lg .logo-print { font-size: 1.25rem; }
.logo-mark-lg .logo-hotel { font-size: 1rem; }
.logo-mark-lg .logo-city { font-size: 0.65rem; }

.logo-mark-hero {
  align-items: flex-start;
}
.logo-mark-hero .logo-the {
  font-size: clamp(0.75rem, 1.4vw, 0.95rem);
  letter-spacing: 0.35em;
  color: rgba(247, 241, 234, 0.9);
}
.logo-mark-hero .logo-print {
  font-size: clamp(1.8rem, 5vw, 3.4rem);
  letter-spacing: 0.06em;
  font-weight: 700;
}
.logo-mark-hero .logo-hotel {
  font-size: clamp(1.1rem, 2.6vw, 1.85rem);
  letter-spacing: 0.28em;
  margin-top: 0.35rem;
}
.logo-mark-hero .logo-city {
  font-size: clamp(0.7rem, 1.2vw, 0.85rem);
  letter-spacing: 0.42em;
  margin-top: 0.7rem;
  color: var(--accent);
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}
.nav a {
  color: rgba(247, 241, 234, 0.88);
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: relative;
}
.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s var(--ease);
}
.nav a:hover::after,
.nav a.is-active::after { transform: scaleX(1); }
.nav a.is-active,
.nav a:hover { color: var(--accent); }

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lang-switch {
  display: inline-flex;
  border: 1px solid rgba(201, 146, 90, 0.35);
  border-radius: var(--radius);
  overflow: hidden;
}
.lang-switch a {
  padding: 0.35rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(247, 241, 234, 0.75);
}
.lang-switch a.is-on {
  background: var(--accent);
  color: #0a0a0a;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  margin: 6px auto;
  background: var(--accent);
  transition: transform 0.3s ease;
}

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  align-items: end;
  color: var(--paper);
  overflow: hidden;
}
.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(22, 19, 17, 0.35) 0%, rgba(22, 19, 17, 0.55) 45%, rgba(22, 19, 17, 0.88) 100%),
    url("../img/hero.jpg") center/cover no-repeat,
    url("../img/hero.svg") center/cover no-repeat,
    linear-gradient(135deg, #2c241c, #4a3428 40%, #1a1512);
  transform: none;
  animation: none;
}
.hero-content {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 2.5rem));
  margin: 0 auto 7.5rem;
  max-width: 720px;
}
.hero-logo-wrap {
  margin-bottom: 1.35rem;
  opacity: 0;
  animation: rise 1s var(--ease) 0.1s forwards;
}
.hero h1 {
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  font-weight: 500;
  font-style: italic;
  max-width: 28ch;
  margin-bottom: 0.85rem;
  color: rgba(247, 241, 234, 0.95);
  opacity: 0;
  animation: rise 1s var(--ease) 0.35s forwards;
}
.hero p {
  color: rgba(243, 239, 232, 0.78);
  max-width: 42ch;
  margin-bottom: 1.75rem;
  opacity: 0;
  animation: rise 1s var(--ease) 0.5s forwards;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  opacity: 0;
  animation: rise 1s var(--ease) 0.65s forwards;
}

@keyframes heroZoom {
  from { transform: scale(1.08); }
  to { transform: scale(1); }
}
@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Sections */
.section {
  padding: clamp(4rem, 8vw, 6.5rem) 0;
}
.section-head {
  max-width: 560px;
  margin-bottom: 2.5rem;
}
.section-head h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--white);
}
.section-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.section-media {
  min-height: 420px;
  background:
    linear-gradient(160deg, rgba(22, 19, 17, 0.15), rgba(22, 19, 17, 0.45)),
    url("../img/about.jpg") center/cover no-repeat,
    url("../img/about.svg") center/cover no-repeat,
    #3a2f27;
  box-shadow: var(--shadow);
}
.lead {
  font-size: 1.08rem;
  color: var(--text);
}

/* Rooms */
.room-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.room-card {
  display: block;
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
  aspect-ratio: 4 / 3;
  isolation: isolate;
}
.room-card img.room-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  transition: transform 0.8s var(--ease);
  z-index: -2;
}
.room-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(22, 19, 17, 0.88));
  z-index: -1;
  pointer-events: none;
}
.room-card:hover img.room-photo { transform: scale(1.05); }
.room-card-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.4rem;
  z-index: 1;
}
.room-card h3 {
  font-size: 1.55rem;
  margin-bottom: 0.35rem;
  color: var(--paper);
}
.room-card p {
  color: rgba(243, 239, 232, 0.75);
  margin: 0;
  font-size: 0.92rem;
}
.room-meta {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brass);
}

/* Location strip */
.location-strip {
  background: #000;
  color: var(--paper);
  padding: clamp(3.5rem, 7vw, 5rem) 0;
  border-top: 1px solid rgba(201, 146, 90, 0.25);
  border-bottom: 1px solid rgba(201, 146, 90, 0.25);
}
.location-strip p { color: rgba(247, 241, 234, 0.72); }
.nearby-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2rem;
  list-style: none;
  padding: 0;
}
.nearby-list li {
  border-top: 1px solid rgba(201, 146, 90, 0.35);
  padding-top: 0.85rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--accent);
}

/* Gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}
.gallery-item {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: #2c241c;
}
.gallery-item:nth-child(1),
.gallery-item:nth-child(6) {
  grid-column: span 2;
  aspect-ratio: 2 / 1;
}
.gallery-item img,
.gallery-item .ph {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease);
}
.gallery-item .ph {
  background:
    linear-gradient(145deg, rgba(111, 47, 58, 0.35), transparent 50%),
    linear-gradient(180deg, #4a3a30, #1f1915);
}
.gallery-item:hover img,
.gallery-item:hover .ph { transform: scale(1.05); }

/* Services */
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.service-item {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(201, 146, 90, 0.25);
}
.service-item h3 {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}
.service-icon {
  display: inline-block;
  width: 28px;
  height: 2px;
  background: var(--accent);
  margin-bottom: 1rem;
}

/* Reviews */
.reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.review {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(201, 146, 90, 0.25);
}
.review blockquote {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-style: italic;
  color: var(--white);
  line-height: 1.35;
}
.review cite {
  font-style: normal;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
}

/* Booking bar */
.booking-bar {
  background: #000;
  border-top: 1px solid rgba(201, 146, 90, 0.3);
  padding: clamp(3rem, 6vw, 4.5rem) 0;
}
.booking-bar-inner {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 2rem;
  align-items: end;
}
.booking-copy h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}
.booking-form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}
.booking-form label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--muted);
}
.booking-form input,
.booking-form select,
.form-field input,
.form-field textarea,
.form-field select {
  min-height: 48px;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(201, 146, 90, 0.35);
  background: #111;
  color: var(--white);
  border-radius: var(--radius);
}
.booking-form button {
  grid-column: span 3;
}

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2.5rem;
}
.contact-details p { margin-bottom: 0.5rem; }
.contact-details a:hover { color: var(--accent); }
.map-frame {
  margin-top: 1.5rem;
  min-height: 260px;
  border: 0;
  width: 100%;
}
.form-field { margin-bottom: 1rem; }
.form-field span {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--muted);
}
.form-field textarea { min-height: 140px; resize: vertical; width: 100%; }
.form-field input, .form-field select { width: 100%; }

/* Page hero (inner) */
.page-hero {
  padding: calc(var(--header-h) + 4rem) 0 3rem;
  background:
    linear-gradient(180deg, rgba(22, 19, 17, 0.72), rgba(22, 19, 17, 0.55)),
    url("../img/hero.jpg") center/cover no-repeat,
    url("../img/hero.svg") center/cover no-repeat,
    #241c17;
  color: var(--paper);
}
.page-hero h1 {
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  color: var(--white);
}
.page-hero p { color: rgba(247, 241, 234, 0.78); max-width: 48ch; }

/* Room detail */
.room-detail {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2.5rem;
  align-items: start;
}
.room-detail-media {
  min-height: 480px;
  background: #2c241c center 40% / cover no-repeat;
  box-shadow: var(--shadow);
}
.room-detail-media img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  object-position: center 42%;
  display: block;
}
.amenity-list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 2rem;
  display: grid;
  gap: 0.55rem;
}
.amenity-list li {
  padding-left: 1rem;
  border-left: 2px solid var(--accent);
  color: var(--text);
}

/* Footer */
.site-footer {
  background: #000;
  color: var(--paper);
  padding: 4rem 0 1.5rem;
  border-top: 1px solid rgba(201, 146, 90, 0.25);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 0.8fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
.site-footer p,
.site-footer a { color: rgba(247, 241, 234, 0.7); }
.site-footer h3 {
  font-size: 1.15rem;
  margin-bottom: 1rem;
  color: var(--accent);
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 0.45rem; }
.footer-links a:hover { color: var(--accent); }
.footer-bottom {
  border-top: 1px solid rgba(201, 146, 90, 0.2);
  padding-top: 1.25rem;
  font-size: 0.85rem;
}

.flash {
  position: fixed;
  top: calc(var(--header-h) + 0.75rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
  padding: 0.85rem 1.25rem;
  background: #000;
  color: var(--white);
  border: 1px solid var(--accent);
  box-shadow: var(--shadow);
  font-size: 0.92rem;
}
.flash-success { border-color: #6a9a6a; }
.flash-error { border-color: #c45a5a; }

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
[data-reveal].is-in {
  opacity: 1;
  transform: none;
}

.prose { max-width: 68ch; }
.prose h2 { margin-top: 2rem; color: var(--accent); }
.prose p { color: var(--muted); }

/* Responsive */
@media (max-width: 980px) {
  /* Mobile nav styles live in hotel.css — avoid conflicting absolute panel */
  .nav-toggle { display: block; }
  .header-book { display: none; }
  .room-grid,
  .reviews,
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .nearby-list { grid-template-columns: repeat(2, 1fr); }
  .section-split,
  .booking-bar-inner,
  .contact-grid,
  .room-detail,
  .footer-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-item:nth-child(1),
  .gallery-item:nth-child(6) { grid-column: span 2; }
  .booking-form { grid-template-columns: repeat(2, 1fr); }
  .booking-form button { grid-column: span 2; }
  .hero-content { margin-bottom: 5rem; }
}

@media (max-width: 640px) {
  .room-grid,
  .reviews,
  .service-grid { grid-template-columns: 1fr; }
  .nearby-list { grid-template-columns: 1fr; }
  .booking-form { grid-template-columns: 1fr; }
  .booking-form button { grid-column: span 1; }
}
