
:root{
  --black:#0b0a09;
  --charcoal:#171411;
  --ivory:#f5efe4;
  --warm:#e6d8c5;
  --gold:#c89a46;
  --red:#5b0b0b;
  --deep-red:#2a0707;
  --muted:#b9ad9b;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--black);
  color:var(--ivory);
  font-family:Arial, Helvetica, sans-serif;
  line-height:1.72;
}
img{display:block;width:100%;height:auto}
a{color:inherit}
.site-header{
  position:sticky;top:0;z-index:50;
  display:flex;justify-content:space-between;align-items:center;
  gap:24px;padding:15px 28px;
  background:rgba(8,7,6,.94);
  border-bottom:1px solid rgba(200,154,70,.28);
  backdrop-filter:blur(8px);
}
.brand{
  font-family:Georgia, "Times New Roman", serif;
  letter-spacing:.16em;
  text-decoration:none;
  color:var(--gold);
  font-size:1.05rem;
  font-weight:700;
  white-space:nowrap;
}
nav{display:flex;flex-wrap:wrap;gap:18px}
nav a{
  font-size:.86rem;letter-spacing:.1em;text-transform:uppercase;
  text-decoration:none;color:#e7ddcf;
}
nav a:hover{color:var(--gold)}
.hero{position:relative;min-height:78vh;overflow:hidden;background:#000}
.hero img{width:100%;height:78vh;object-fit:cover;object-position:center 22%}
.hero-shade{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.10) 55%,rgba(0,0,0,.18));
}
.hero-copy{
  position:absolute;left:max(6vw,28px);bottom:9vh;max-width:720px;
}
.eyebrow{
  margin:0 0 12px;
  color:var(--gold);
  font-size:1.10rem;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  line-height:1.35;
}
h1,h2,h3,h4{
  font-family:Georgia, "Times New Roman", serif;
  font-weight:400;line-height:1.08;margin:.1em 0 .45em;
}
h1{font-size:clamp(3.7rem,10vw,8.8rem);letter-spacing:.08em;color:#fff}
h2{font-size:clamp(2.3rem,5vw,4.7rem)}
h3{font-size:clamp(1.65rem,3vw,2.6rem)}
h4{font-size:1.22rem}
.tagline{font-family:Georgia,serif;font-style:italic;font-size:clamp(1.15rem,2.6vw,2rem)}
.section{padding:92px 24px}
.content{max-width:var(--max);margin-inline:auto}
.narrow{max-width:810px}
.warm{background:#e9dfd2;color:#17120e}
.dark{background:#0e0c0a}
.charcoal{background:#1a1714}
.dream{background:linear-gradient(#160d0d,#0e0b0a)}
.theatre{background:linear-gradient(180deg,#250707,#0d0a09)}
.reviews{background:#eee5d8;color:#18120e}
.today{background:#12100e}
.contact{background:#080706}
.split{
  display:grid;grid-template-columns:1fr 1fr;gap:44px;
  align-items:center;margin-top:48px;margin-bottom:48px;
}
.reverse figure{order:2}
.reverse .text-card{order:1}
.text-card{padding:12px 4px}
figure{margin:0}
figcaption{
  margin-top:12px;
  color:#d8ccbb;
  font-size:1rem;
  font-weight:600;
  letter-spacing:.01em;
  line-height:1.45;
}
.warm figcaption,.reviews figcaption{color:#4e4235;font-weight:600}
.archive img{border:1px solid rgba(0,0,0,.10);box-shadow:0 16px 35px rgba(0,0,0,.10)}
.wide-photo{margin-top:48px;margin-bottom:72px}
.pull{
  font-family:Georgia,serif;
  font-size:clamp(1.6rem,3vw,2.7rem);
  line-height:1.35;
}
.gold{color:var(--gold)}
blockquote{
  margin:36px 0;
  font-family:Georgia,serif;font-style:italic;
  font-size:clamp(1.45rem,3vw,2.5rem);line-height:1.38
}
.lead{font-family:Georgia,serif;font-size:1.35rem}
.quote-band{padding:42px 0;text-align:center}
.quote-band blockquote{margin-bottom:14px}
.quote-band span{color:var(--muted)}
.video-intro{text-align:center;margin-top:72px}
.video-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:28px
}
.video-wrap{position:relative;padding-top:56.25%;background:#000}
.video-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.video-grid h4{text-align:center;margin-top:14px}
.wml{padding:0;background:#0c0908}
.wml-photo{position:relative;max-height:88vh;overflow:hidden}
.wml-photo img{height:88vh;object-fit:cover;object-position:center 18%}
.wml-overlay{
  position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.78),rgba(0,0,0,.02) 60%)
}
.wml-copy{
  position:absolute;left:6vw;bottom:7vh;color:#fff;max-width:900px
}
.wml-copy h2{font-size:clamp(3rem,7vw,7rem);color:var(--gold);letter-spacing:.04em}
.wml > .content{padding:88px 24px}
.attribution{
  margin-top:-16px;
  margin-bottom:58px;
  color:#5b472d;
  font-size:1.22rem;
  font-weight:700;
  letter-spacing:.02em;
  line-height:1.45;
}
.portrait-tall img{max-height:800px;object-fit:contain}
.contact-card{
  display:grid;grid-template-columns:minmax(280px,.85fr) 1fr;gap:52px;align-items:center
}
.contact-card img{border-radius:2px}
.email{color:var(--gold);font-size:clamp(1.3rem,3vw,2rem);text-decoration:none}
.small{font-size:.9rem;color:var(--muted)}
footer{
  text-align:center;padding:30px 20px;border-top:1px solid rgba(200,154,70,.18);
  color:#9d9180;font-size:.8rem;letter-spacing:.08em
}
@media (max-width:820px){
  .site-header{align-items:flex-start;flex-direction:column;padding:13px 18px}
  nav{gap:11px 15px}
  nav a{font-size:.76rem}
  .hero,.hero img{height:70vh;min-height:70vh}
  .hero img{object-position:58% 22%}
  .hero-copy{bottom:6vh}
  .section{padding:68px 18px}
  .split,.video-grid,.contact-card{grid-template-columns:1fr}
  .reverse figure,.reverse .text-card{order:initial}
  .wml-photo img{height:68vh;object-position:58% 18%}
  .wml-copy{left:20px;right:20px;bottom:28px}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
}

/* Ruby review corrections */
.warm > .content.narrow .eyebrow{font-size:1.25rem;color:#9b6b22}
.dark .eyebrow{font-size:1.25rem}
.charcoal > .content.narrow .eyebrow{font-size:1.25rem}
.charcoal .text-card .eyebrow{font-size:1.25rem}
.dream > .content.narrow:first-of-type .eyebrow{font-size:1.55rem}
.theatre > .content.narrow .eyebrow{font-size:1.30rem}
.today .eyebrow{font-size:1.30rem}
.contact .eyebrow{font-size:1.28rem}
.wml-copy .eyebrow{font-size:1.65rem;font-weight:700;letter-spacing:.13em}
.contact{border-top:1px solid rgba(200,154,70,.18);padding-top:130px}

/* V4.1: deliberate three-line hero tagline placement only */
.tagline {
  max-width: 520px;
  line-height: 1.75;
}
