/* House of Productions: the Datebook look. Paper, ink, one orange-red, a wide grotesk for
   headings and a mono for numbers. These tokens skin every page and the booking flow. */

@font-face { font-family: "Archivo"; font-style: normal; font-weight: 400; font-display: swap; src: url(/fonts/archivo-400.woff2) format("woff2"); }
@font-face { font-family: "Archivo"; font-style: normal; font-weight: 500; font-display: swap; src: url(/fonts/archivo-500.woff2) format("woff2"); }
@font-face { font-family: "Archivo"; font-style: normal; font-weight: 700; font-display: swap; src: url(/fonts/archivo-700.woff2) format("woff2"); }
@font-face { font-family: "Anybody"; font-style: normal; font-weight: 100 900; font-stretch: 50% 150%; font-display: swap; src: url(/fonts/anybody.woff2) format("woff2-variations"), url(/fonts/anybody.woff2) format("woff2"); }
@font-face { font-family: "Martian Mono"; font-style: normal; font-weight: 400; font-display: swap; src: url(/fonts/martian-400.woff2) format("woff2"); }
@font-face { font-family: "Martian Mono"; font-style: normal; font-weight: 600; font-display: swap; src: url(/fonts/martian-600.woff2) format("woff2"); }

:root, .bk {
  --bg: #f6f3ec; --panel: #fffdf8; --raise: #efeae0; --fg: #171612; --dim: #6d685e;
  --line: #ddd7ca; --line-2: #c9c2b2; --accent: #d64b2a; --accent-2: #b93c1f; --ok: #2f9e63; --held: #c9891a;
  --sans: "Archivo", system-ui, -apple-system, sans-serif;
  --wide: "Anybody", "Archivo", system-ui, sans-serif;
  --mono: "Martian Mono", ui-monospace, SFMono-Regular, monospace;

  --bk-bg: var(--panel); --bk-surface: var(--panel); --bk-raise: var(--raise);
  --bk-fg: var(--fg); --bk-dim: var(--dim); --bk-line: var(--line);
  --bk-accent: var(--accent); --bk-accent-fg: #fff; --bk-ok: var(--ok); --bk-held: var(--held); --bk-stop: #c8321d;
  --bk-font: var(--sans); --bk-mono: var(--mono); --bk-display: var(--wide);
  --bk-r: 8px; --bk-r-sm: 6px; --bk-r-pill: 6px;
}
.bk .bk-h { font-stretch: 110%; font-weight: 700; }
.bk .bk-tier-p, .bk .bk-month-h, .bk .bk-when-d, .bk .bk-review-t { font-stretch: 105%; }

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--fg); font-family: var(--sans); font-size: 16px; line-height: 1.6; overflow-x: hidden;
  background-image: linear-gradient(to bottom, rgba(23,22,18,.06) 1px, transparent 1px); background-size: 100% 32px; }
img { max-width: 100%; height: auto; display: block; }
button { font: inherit; color: inherit; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 22px; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 100; padding: 10px 14px; border-radius: 8px; background: var(--accent); color: #fff; font-weight: 600; text-decoration: none; }
.skip:focus { top: 12px; }

.eyebrow { margin: 0 0 12px; font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); }
.sec-h { margin: 0 0 26px; max-width: 760px; }
.sec-n { display: block; font-family: var(--mono); font-size: 12px; letter-spacing: .16em; color: var(--accent); margin: 0 0 8px; }
.sec-t { margin: 0; font-family: var(--wide); font-stretch: 112%; font-weight: 700; font-size: clamp(28px, 4vw, 44px); line-height: 1.02; letter-spacing: -.02em; }
.sec-p { margin: 12px 0 0; color: var(--dim); font-size: 16.5px; max-width: 62ch; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; border-radius: 6px; font-weight: 600; font-size: 15px; text-decoration: none; cursor: pointer;
  border: 1px solid var(--line-2); background: var(--panel); color: var(--fg); }
.btn--go { background: var(--accent); border-color: var(--accent); color: #fff; }
.btn--go:hover { background: var(--accent-2); border-color: var(--accent-2); }

/* ---- bar ---- */
.bar { position: sticky; top: 0; z-index: 40; background: color-mix(in srgb, var(--bg) 90%, transparent); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.bar-in { display: flex; align-items: center; justify-content: space-between; gap: 14px; height: 62px; }
.mark { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; min-width: 0; }
.mark-badge { width: 38px; height: 38px; border-radius: 50%; background: #0c0c0d; display: grid; place-items: center; flex: none; }
.mark-badge img { width: 26px; height: auto; }
.mark-w { font-family: var(--wide); font-stretch: 110%; font-weight: 700; font-size: 15px; letter-spacing: -.01em; white-space: nowrap; }
.bar-right { display: flex; align-items: center; gap: 18px; font-size: 14.5px; font-weight: 500; }
.bar-right a { text-decoration: none; color: var(--dim); }
.bar-right a:hover { color: var(--fg); }
.bar-open { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 11.5px; letter-spacing: .04em; color: var(--dim); }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 0 3px color-mix(in srgb, var(--ok) 22%, transparent); }
.bar-call { font-family: var(--mono); font-size: 13px; font-weight: 600; text-decoration: none; white-space: nowrap; color: var(--fg) !important; }
@media (max-width: 720px) { .bar-open, .bar-nav { display: none; } .mark-w { font-size: 14px; } }

/* ---- footer ---- */
.foot { border-top: 1px solid var(--line); background: #171612; color: #d9d4c8; padding: 40px 0 34px; margin-top: 40px; }
.foot-in { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 28px 48px; align-items: start; }
.foot-k { margin: 0 0 8px; font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: #d4a83a; }
.foot-card { display: grid; gap: 4px; }
.foot-big { font-family: var(--wide); font-stretch: 110%; font-weight: 700; font-size: 28px; letter-spacing: -.02em; color: #fff; text-decoration: none; }
.foot-line { color: #d9d4c8; text-decoration: none; font-size: 14.5px; overflow-wrap: anywhere; }
.foot-line:hover { color: #fff; }
.foot-dim { color: #8f8a7e; margin: 4px 0 0; }
.foot-logo { width: 150px; height: auto; margin: 0 0 12px; }
.foot-credit { margin: 0; font-size: 13px; line-height: 1.6; color: #a39e91; }
.foot-credit a { color: #d9d4c8; }
@media (max-width: 720px) { .foot-in { grid-template-columns: 1fr; } }

/* ---- the lightbox ---- */
.lb { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 16px; }
.lb[hidden] { display: none; }
.lb-back { position: absolute; inset: 0; background: rgba(4, 4, 6, .92); }
.lb-fig { position: relative; margin: 0; max-width: min(1400px, 100%); max-height: 100%; display: grid; grid-template-rows: minmax(0, 1fr) auto; gap: 10px; }
.lb-img { min-height: 0; display: grid; place-items: center; }
.lb-pic { max-height: calc(100svh - 90px); width: auto; max-width: 100%; object-fit: contain; border-radius: 4px; }
.lb-cap { display: flex; justify-content: space-between; gap: 16px; color: #d8d3c8; font-size: 13.5px; line-height: 1.45; padding: 0 2px; }
.lb-n { font-family: var(--mono); font-size: 11.5px; letter-spacing: .08em; color: #8f8a80; white-space: nowrap; }
.lb-btn { position: absolute; top: 50%; width: 44px; height: 44px; margin-top: -22px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); background: rgba(20,20,24,.7); color: #fff; font-size: 20px; cursor: pointer; display: grid; place-items: center; }
.lb-prev { left: 8px; } .lb-next { right: 8px; } .lb-close { top: 8px; right: 8px; margin: 0; }
html.lb-open { overflow: hidden; }
@media (max-width: 640px) { .lb { padding: 8px; } .lb-prev, .lb-next { top: auto; bottom: 44px; margin: 0; } }

/* a quiet tag for "quoted" where a price would be */
.tag { display: inline-block; vertical-align: 2px; margin-left: 5px; font-family: var(--mono); font-size: 9px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; padding: 2px 6px 1px; border-radius: 4px; color: var(--dim); border: 1px solid var(--line-2); line-height: 1.3; white-space: nowrap; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .001s !important; animation-duration: .001s !important; } }
