/* Orchid Way — museum cinematic rebuild
   Palette: cream #F4EFE6 · ink #1C1915 · violet #5B2A82 · magenta #7A2E8C · gold #C4A35A · lilac #C9B5D4
*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=Outfit:wght@300;400;500;600&display=swap');

:root {
  --cream: #F4EFE6;
  --ink: #1C1915;
  --violet: #5B2A82;
  --magenta: #7A2E8C;
  --gold: #C4A35A;
  --lilac: #C9B5D4;
  --cream-deep: #E8E0D2;
  --max: 72rem;
  --serif: "Cormorant Garamond", "Iowan Old Style", Palatino, Georgia, serif;
  --sans: "Outfit", "Avenir Next", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.65;
  min-height: 100vh;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--violet); text-decoration: none; }
a:hover { color: var(--magenta); }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 1rem; top: 1rem; z-index: 200; background: #fff; padding: .5rem 1rem; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(244,239,230,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(196,163,90,.45);
}
.site-header-inner {
  max-width: var(--max); margin: 0 auto;
  padding: .85rem 1.5rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
}
.brand-lockup { display: inline-flex; align-items: center; gap: .75rem; color: var(--ink); }
.brand-lockup img { height: 42px; width: auto; }
.brand-words { font-family: var(--serif); font-size: 1.35rem; letter-spacing: .04em; font-weight: 600; line-height: 1.1; }
.brand-words span { display: block; }
.nav { display: flex; flex-wrap: wrap; gap: .35rem 1.15rem; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 500; }
.nav a { color: var(--ink); opacity: .78; }
.nav a:hover, .nav a[aria-current="page"] { opacity: 1; color: var(--violet); }

.hero-cinema {
  position: relative; min-height: 92vh;
  display: grid; align-items: end;
  color: #fff; overflow: hidden;
}
.hero-cinema img.hero-bg {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  filter: brightness(.72) saturate(1.05);
}
.hero-cinema .veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(28,25,21,.25) 0%, rgba(28,25,21,.55) 55%, rgba(28,25,21,.82) 100%);
}
.hero-copy {
  position: relative; z-index: 2;
  max-width: var(--max); margin: 0 auto; width: 100%;
  padding: 4rem 1.5rem 3.5rem;
}
.hero-copy .eyebrow {
  font-size: .75rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--lilac); margin: 0 0 1rem; font-weight: 500;
}
.hero-copy h1 {
  font-family: var(--serif); font-weight: 600; font-size: clamp(2.8rem, 7vw, 5.2rem);
  line-height: 1.02; margin: 0 0 .75rem; letter-spacing: -.01em;
}
.hero-copy .tagline {
  font-family: var(--serif); font-style: italic; font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  max-width: 34rem; margin: 0 0 1.75rem; opacity: .95; line-height: 1.4;
}
.cta-row { display: flex; flex-wrap: wrap; gap: .75rem; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .9rem 1.5rem; border-radius: 999px;
  background: var(--violet); color: #fff !important;
  font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 500;
  border: 1px solid transparent; transition: .2s ease;
}
.btn:hover { background: var(--magenta); }
.btn-ghost {
  background: transparent; color: #fff !important;
  border-color: rgba(255,255,255,.55);
}
.btn-ghost:hover { background: rgba(255,255,255,.12); }

.band { max-width: var(--max); margin: 0 auto; padding: 4.5rem 1.5rem; }
.band h2 {
  font-family: var(--serif); font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 600; margin: 0 0 1rem; line-height: 1.15;
}
.band .lede { font-size: 1.15rem; max-width: 40rem; color: rgba(28,25,21,.82); }

.split-visual {
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 0;
  min-height: 70vh; background: var(--ink); color: #fff;
}
.split-visual.reverse { grid-template-columns: .85fr 1.15fr; }
.split-visual .shot { min-height: 420px; }
.split-visual .shot img { width: 100%; height: 100%; object-fit: cover; min-height: 70vh; }
.split-visual .copy {
  display: flex; flex-direction: column; justify-content: center;
  padding: 3.5rem 2.5rem; background: #1a1512;
}
.split-visual .copy h2 { font-family: var(--serif); font-size: clamp(1.9rem, 3.5vw, 2.6rem); margin: 0 0 1rem; }
.split-visual .copy p { opacity: .88; max-width: 28rem; }
.split-visual .kicker { font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin: 0 0 .85rem; }

.era-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem;
  margin-top: 2.5rem;
}
.era-card {
  position: relative; overflow: hidden; border-radius: 4px;
  min-height: 320px; color: #fff; background: #222;
  isolation: isolate;
}
.era-card img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s ease; filter: brightness(.7);
}
.era-card:hover img { transform: scale(1.05); }
.era-card .era-body {
  position: relative; z-index: 2; height: 100%;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 1.4rem 1.25rem 1.35rem;
  background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,.78) 100%);
}
.era-card h3 { font-family: var(--serif); font-size: 1.45rem; margin: 0 0 .35rem; font-weight: 600; }
.era-card p { margin: 0; font-size: .9rem; opacity: .9; }
.era-card .num { font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--lilac); margin-bottom: .4rem; }

.full-bleed {
  position: relative; min-height: 58vh;
  display: grid; place-items: center; text-align: center; color: #fff; overflow: hidden;
}
.full-bleed img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.62); }
.full-bleed .inner { position: relative; z-index: 2; padding: 3rem 1.5rem; max-width: 40rem; }
.full-bleed h2 { font-family: var(--serif); font-size: clamp(2rem, 4.5vw, 3.2rem); margin: 0 0 .75rem; }
.full-bleed p { margin: 0 0 1.5rem; opacity: .92; }

.site-footer {
  background: #160f18; color: rgba(244,239,230,.78);
  padding: 3rem 1.5rem 2.5rem; margin-top: auto;
}
.site-footer-inner { max-width: var(--max); margin: 0 auto; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: .75rem 1.25rem; margin-bottom: 1.25rem; }
.site-footer a { color: var(--lilac); font-size: .85rem; letter-spacing: .06em; text-transform: uppercase; }
.site-footer .fine { font-size: .85rem; opacity: .7; margin: .35rem 0; }

@media (max-width: 900px) {
  .split-visual, .split-visual.reverse { grid-template-columns: 1fr; }
  .split-visual .shot img { min-height: 48vh; }
  .era-grid { grid-template-columns: 1fr; }
}
