/* The Utsuro Hotel — Press & Media Kit page.
   A deliberately separate visual system from the main site: this is printed
   hotel stationery, not a game marketing page. Tokens come from the Visual
   Design Language Guide via the press-kit design handoff. */

:root {
  --bone: #F2E8D5;        /* page stock */
  --bone-raised: #f7efe0; /* inset cards */
  --desk: #3a332c;        /* background behind the paper */
  --ink: #2b2420;
  --ink-deep: #241f1d;
  --ink-soft: #4a4038;
  --brass: #BFA070;
  --brass-dim: #c3b291;
  --sepia: #5C3822;
  --sepia-light: #8a6f52;
  --sepia-pale: #8a7a5f;
  /* a11y: #8a7a5f / #8a6f52 only reach ~3.4:1 on bone, which fails AA at the
     8–9px label sizes. The handoff sanctions this darker tone (4.5:1). */
  --sepia-label: #7a6647;
  --stone: #6b5f52;
  --plum: #7A3F5A;
  --vermillion: #C0392B;
  --moss: #4A5C45;
  --redaction: #1A1A1A;

  --serif: 'Marcellus', 'Times New Roman', serif;
  --serif-sc: 'Marcellus SC', 'Marcellus', serif;
  --body: 'Spectral', Georgia, serif;
  --mono: 'Overpass Mono', 'JetBrains Mono', monospace;
  --hand: 'Caveat', cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; padding: 0; background: var(--desk);
  font-family: var(--body); color: var(--ink); line-height: 1.55;
}

a { color: var(--plum); text-decoration: none; }
a:hover { color: var(--vermillion); text-decoration: underline; text-underline-offset: 2px; }
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--vermillion); outline-offset: 2px;
}
::selection { background: var(--vermillion); color: var(--bone); }
img { display: block; max-width: 100%; }

/* paper grain — every panel carries it; content sits above at z-index 3 */
.grain-ov {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.06;
  mix-blend-mode: multiply; z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 160px 160px;
}

.sheet {
  max-width: 900px; margin: 0 auto; background: var(--bone);
  box-shadow: 0 2px 22px rgba(0, 0, 0, 0.35);
  position: relative; padding: 58px 62px 46px;
}
.sheet > * { position: relative; z-index: 3; }

/* shared label/kicker treatments */
.mono-label {
  font-family: var(--mono); font-size: 9px; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--sepia-label);
}

/* ── 1. Masthead ── */
.masthead {
  display: flex; align-items: center; gap: 22px;
  border-bottom: 2px solid var(--brass); padding-bottom: 16px;
}
.masthead-logo { width: 178px; height: 106px; flex: none; overflow: hidden; }
/* the handoff frames the mark scaled in and nudged down inside its box */
.masthead-logo img {
  width: 100%; height: 100%; object-fit: contain;
  transform: scale(1.8287) translateY(5.7578%);
}
.masthead-mid { flex: 1; min-width: 0; }
.eyebrow {
  font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--stone);
}
.eyebrow .stars { color: var(--vermillion); }
.masthead h1 {
  font-family: var(--serif); font-weight: 400; font-size: 46px;
  letter-spacing: 0.02em; color: var(--ink-deep); margin: 3px 0 2px; line-height: 1;
}
.masthead-sub {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.42em;
  text-transform: uppercase; color: var(--moss);
}
.masthead-rail {
  text-align: right; flex: none;
  font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--sepia-label); line-height: 2;
}
.masthead-rail .price { color: var(--moss); }
.redaction {
  display: inline-block; width: 0.55em; height: 0.8em;
  background: var(--redaction); vertical-align: -1px; margin: 0 1px; border-radius: 1px;
}

/* ── Download button ── */
.download-row { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.btn-download {
  display: inline-block; border: 1px solid var(--sepia); background: var(--bone-raised);
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--sepia); padding: 10px 18px;
  border-radius: 0; transition: background 120ms ease-out, color 120ms ease-out;
}
.btn-download:hover {
  background: var(--moss); color: var(--bone); text-decoration: none;
}
.download-note {
  font-family: var(--mono); font-size: 9px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--sepia-label);
}

/* ── 2. Overview + Registration Card ── */
.overview {
  display: grid; grid-template-columns: 1fr 290px; gap: 30px; margin-top: 22px;
}
.lede {
  font-family: var(--serif); font-size: 20px; color: var(--ink-deep);
  line-height: 1.35; margin: 0 0 12px;
}
.overview p.body { margin: 0 0 11px; font-size: 14px; line-height: 1.55; }
.pullquote {
  border-left: 3px solid var(--vermillion); padding: 3px 0 3px 14px;
  font-style: italic; font-size: 14px; color: var(--sepia);
}

.regcard {
  border: 1.5px solid var(--sepia); background: var(--bone-raised);
  position: relative; align-self: start;
}
.regcard-head {
  background: var(--moss); color: var(--bone);
  font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.24em;
  text-transform: uppercase; padding: 9px 14px;
  display: flex; justify-content: space-between; position: relative; z-index: 3;
}
.regcard-head .no { color: var(--brass); }
.regcard dl { margin: 0; padding: 5px 15px 11px; position: relative; z-index: 3; }
.regcard .row {
  display: grid; grid-template-columns: 92px 1fr; align-items: baseline;
  gap: 9px; padding: 6px 0; border-bottom: 1px dotted var(--brass-dim);
}
.regcard dt {
  font-family: var(--mono); font-size: 8.5px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--sepia-label);
}
.regcard dd { margin: 0; font-family: var(--body); font-size: 13px; color: var(--ink); }

/* ── Section headers ── */
.sec-head { display: flex; align-items: baseline; gap: 12px; }
.sec-head h2 {
  font-family: var(--serif); font-weight: 400; font-size: 22px;
  color: var(--plum); margin: 0; letter-spacing: 0.02em;
}
.sec-head .kicker {
  font-family: var(--mono); font-size: 9px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--stone);
}
.sec-head .rule { flex: 1; height: 1px; background: var(--brass); }
.sec-head .rule-2 { flex: 1; height: 2px; background: var(--brass); }

/* ── 3. Amenities ── */
.amenities-head { margin-top: 26px; }
.amenities {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 15px 24px; margin-top: 14px;
}
.amenity-head { display: flex; align-items: baseline; gap: 7px; margin-bottom: 3px; }
.numeral {
  font-family: var(--serif-sc); font-size: 10px; color: var(--bone);
  background: var(--moss); border-radius: 50%; width: 19px; height: 19px;
  display: inline-flex; align-items: center; justify-content: center; flex: none;
}
.amenities h3 {
  font-family: var(--serif); font-weight: 400; font-size: 14px;
  color: var(--sepia); margin: 0;
}
.amenities p { margin: 0 0 0 26px; font-size: 11.5px; line-height: 1.45; color: var(--ink-soft); }

/* ── 4. Margin note ── */
.margin-note {
  font-family: var(--hand); font-size: 18px; color: var(--vermillion);
  transform: rotate(-1deg); margin: 16px 0 0 2px;
}

/* ── 5. Gallery ── */
.gallery-head { margin-top: 30px; }
.shot-hero {
  aspect-ratio: 16 / 7; border: 1.5px solid var(--sepia);
  box-shadow: 0 2px 10px rgba(26, 26, 26, 0.16); margin-top: 14px; overflow: hidden;
}
.shot-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 14px; }
.shot {
  aspect-ratio: 16 / 9; border: 1px solid var(--brass);
  box-shadow: 0 1px 6px rgba(26, 26, 26, 0.12); overflow: hidden;
}
.shot-mobile-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 160px)); gap: 14px; margin-top: 14px;
}
.shot-mobile {
  aspect-ratio: 9 / 16; border: 1px solid var(--brass);
  box-shadow: 0 1px 6px rgba(26, 26, 26, 0.12); overflow: hidden;
}
.shot-hero img, .shot img, .shot-mobile img { width: 100%; height: 100%; object-fit: cover; }
.zoomable { cursor: zoom-in; }

/* ── 6. Contact ── */
.contact-head { margin-top: 32px; }
.contact { display: grid; grid-template-columns: 1fr 210px; gap: 30px; margin-top: 16px; }
.contact-name { font-family: var(--serif); font-size: 20px; color: var(--ink-deep); }
.contact-mail { font-size: 14px; margin-bottom: 14px; }
.contact .mono-label { display: block; margin-bottom: 5px; }
.contact .notes { font-size: 13px; line-height: 1.5; color: var(--ink-soft); }
.stores-card {
  border: 1px solid var(--brass); background: var(--bone-raised);
  padding: 12px 14px; position: relative; align-self: start;
}
.stores-card .mono-label { color: var(--vermillion); margin-bottom: 9px; position: relative; z-index: 3; }
.stores-list { display: flex; flex-direction: column; gap: 8px; position: relative; z-index: 3; }
.stores-list > div {
  display: flex; align-items: baseline; justify-content: space-between;
}
.stores-list > div:not(:last-child) {
  border-bottom: 1px dotted var(--brass-dim); padding-bottom: 7px;
}
.store-name { font-family: var(--serif); font-size: 15px; }
.store-plat { font-family: var(--mono); font-size: 8px; color: var(--sepia-label); }

/* ── 7. Footer ── */
.sheet-footer {
  margin-top: 30px; text-align: center; padding-top: 16px; border-top: 2px solid var(--brass);
}
.footer-stars { letter-spacing: 0.42em; color: var(--vermillion); font-size: 12px; }
.footer-tag {
  font-family: var(--serif); font-size: 16px; color: var(--sepia);
  letter-spacing: 0.05em; margin-top: 8px;
}
.footer-legal {
  font-family: var(--mono); font-size: 8px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--sepia-label); margin-top: 10px;
}
.footer-back { margin-top: 14px; font-family: var(--mono); font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; }

/* ── Lightbox ── */
.lightbox {
  position: fixed; inset: 0; z-index: 1000; background: rgba(26, 26, 26, 0.9);
  display: flex; align-items: center; justify-content: center; padding: 28px;
}
.lightbox[hidden] { display: none; }
.lightbox img {
  max-width: calc(100vw - 80px); max-height: calc(100vh - 100px);
  border: 1px solid var(--brass); object-fit: contain;
}
.lightbox-close {
  position: absolute; top: 16px; right: 16px;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--sepia); background: var(--bone-raised); border: 1px solid var(--sepia);
  padding: 8px 14px; cursor: pointer;
}
.lightbox-close:hover { background: var(--moss); color: var(--bone); }

/* ── Responsive ── */
@media (max-width: 1023px) {
  .sheet { max-width: none; margin: 0 12px; padding: 44px 40px 40px; }
  .overview { grid-template-columns: 1fr; }
  .amenities { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
  .sheet { margin: 0; padding: 28px 22px; }
  .masthead { flex-wrap: wrap; gap: 14px; }
  .masthead-mid { flex-basis: 100%; }
  .masthead h1 { font-size: 32px; }
  .masthead-rail { flex-basis: 100%; text-align: left; line-height: 1.8; }
  .masthead-rail div { display: inline; }
  .masthead-rail .price::before { content: ' · '; }
  .amenities, .shot-grid, .contact { grid-template-columns: 1fr; }
  .shot-mobile-grid { grid-template-columns: 1fr 1fr; }
  .overview p.body, .contact .notes { font-size: 14px; }
  /* hold the mono labels at 9px and give back tracking instead of size */
  .eyebrow { font-size: 9px; letter-spacing: 0.2em; }
  .masthead-sub { font-size: 9px; letter-spacing: 0.3em; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn-download { transition: none; }
}

@media print {
  body { background: #fff; }
  .sheet { box-shadow: none; max-width: none; margin: 0; }
  .download-row, .footer-back, .lightbox { display: none !important; }
  .grain-ov { display: none; }
}
