/* Shared cinematic theme. Local images only; no scripts, fonts or frameworks. */
:root {
  color-scheme: dark;
  --ink: #edf2f2;
  --muted: #afc0c7;
  --paper: #071117;
  --panel: #0c1b23;
  --line: #2c434c;
  --accent: #98d8df;
  --warm: #e7b680;
}
* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body {
  margin: 0;
  background-image: linear-gradient(rgba(4,12,18,.22),rgba(4,12,18,.42)), url('images/film-background.png');
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: var(--paper);
  color: var(--ink);
  font: 18px/1.7 system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}
a { color: var(--accent); text-underline-offset: .23em; }
a:hover { color: #d7f8fa; }
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible {
  outline: 3px solid var(--warm); outline-offset: 5px;
}
header,main,footer { max-width: 1120px; margin: auto; padding: 30px 38px; }
header {
  display: flex; align-items: center; justify-content: space-between; gap: 30px;
  min-height: 124px; border-bottom: 1px solid var(--line);
  background: rgba(6,17,24,.76);
}
.brand { position: relative; display: block; flex: 0 0 272px; width: 272px; height: 66px; overflow: hidden; }
.brand img {
  position: absolute; width: 100%; height: auto; max-width: none; top: 50%;
  transform: translateY(-56.5%); filter: brightness(0) invert(1); opacity: .94;
}
nav { display: flex; flex-wrap: wrap; gap: 22px; font-size: 15px; }
.menu-toggle { display: none; margin-left: auto; padding: 9px 12px; background: transparent; border: 1px solid var(--line); color: var(--ink); font-size: 1.35rem; line-height: 1; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.menu-toggle:hover { background: #5d7880; border-color: #6f8990; color: #edf2f2; }
nav a { color: #c0d0d5; text-decoration: none; padding: 7px 0; border-bottom: 1px solid transparent; }
nav a:hover { color: #e1edef; border-color: #5d7880; }
nav a[aria-current] { color: var(--warm); border-color: #765d43; }
main { background: rgba(7,18,25,.70); min-height: 60vh; padding-top: 36px; padding-bottom: 58px; }
h1,h2,h3 { line-height: 1.2; letter-spacing: -.025em; font-weight: 650; }
h1 { font-size: clamp(2.1rem,5vw,3.5rem); max-width: 850px; margin: 36px 0 28px; }
h2 { font-size: clamp(1.6rem,3.5vw,2.25rem); margin-top: 48px; }
.copy { max-width: 800px; }
.copy p { margin: 20px 0; color: #d2dfe3; }
figure { margin: 0; }
img { display: block; max-width: 100%; width: 100%; height: auto; }
.scene { margin: 0 0 32px; border: 1px solid var(--line); }
.scene img { max-height: 380px; object-fit: cover; }
.standalone { max-width: 740px; margin: 28px 0; }
.standalone img { max-height: 620px; object-fit: contain; object-position: left; }
.watch-service { display: inline-block; width: 180px; max-width: 100%; margin: 20px 22px 20px 0; vertical-align: middle; }
.watch-service img { height: 90px; object-fit: contain; }
.gallery { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin: 32px 0 48px; }
.gallery img { aspect-ratio: 16/10; object-fit: contain; background: #050d12; border: 1px solid var(--line); }
figcaption { font-size: 16px; color: var(--muted); padding-top: 8px; }
.video { max-width: 760px; margin: 28px 0 8px; padding: 18px; border: 1px solid var(--line); background: var(--panel); }
.video img { max-height: 420px; object-fit: contain; }
.watch { display: block; margin-top: 12px; font-weight: 650; }
.videos-page > .copy h2 { display: inline-block; margin: 34px 0 18px; padding-bottom: 5px; border-bottom: 2px solid #5d7880; color: var(--accent); font-size: clamp(1.8rem, 4vw, 2.6rem); letter-spacing: .01em; }
.videos-page > .copy h4 { margin: 0 0 28px; color: var(--muted); font-size: 1rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.videos-page .video .watch { display: inline-block; margin-top: 16px; padding: 8px 14px; border: 1px solid #405961; color: #c6d9dc; font-size: .95rem; text-decoration: none; letter-spacing: .02em; }
.videos-page .video .watch:hover { background: #5d7880; border-color: #6f8990; color: #edf2f2; }
.social { display: flex; flex-wrap: wrap; gap: 10px; font-size: 15px; }
hr { border: 0; border-top: 1px solid var(--line); margin: 48px 0; }
footer { border-top: 1px solid var(--line); font-size: 14px; color: var(--muted); background: rgba(6,17,24,.78); }
.skip { position: absolute; left: 16px; top: -100px; }
.skip:focus { top: 8px; background: var(--panel); padding: 10px; z-index: 2; }
/* Contact: a restrained film-set image above a clear, solid form surface. */
.contact-masthead {
  min-height: 255px; display: flex; flex-direction: column; justify-content: flex-end;
  margin: -36px -38px 36px; padding: 40px 38px;
  background: linear-gradient(90deg,rgba(4,15,22,.84),rgba(4,15,22,.22)), url('images/film-hero.png') center 55% / cover;
  border-bottom: 1px solid var(--line);
}
.home-hero { position: relative; min-height: min(760px, calc(100vh - 124px)); display: flex; flex-direction: column; justify-content: center; overflow: hidden; margin: -36px -38px 54px; padding: 74px clamp(32px, 8vw, 120px); }
.home-hero .scene { position: absolute; inset: 0; z-index: 0; margin: 0; border: 0; }
.home-hero .scene::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,10,15,.86) 0%, rgba(3,10,15,.52) 48%, rgba(3,10,15,.22) 100%), linear-gradient(0deg, rgba(3,10,15,.76), transparent 55%); }
.home-hero .scene img { width: 100%; height: 100%; max-height: none; object-fit: cover; object-position: center; }
.home-hero .copy { position: relative; z-index: 1; max-width: 980px; }
.home-hero .copy:first-of-type { margin-bottom: 18px; }
.home-hero .copy:first-of-type p { color: #e7cdb2; font-size: clamp(1.15rem, 2.4vw, 1.8rem); line-height: 1.45; text-shadow: 0 2px 14px rgba(0,0,0,.8); }
.home-hero h1 { font-size: clamp(2.6rem, 7vw, 6.5rem); line-height: .98; max-width: 1000px; margin: 0 0 34px; letter-spacing: -.045em; text-shadow: 0 3px 18px rgba(0,0,0,.72); }
.home-hero .hero-button { display: inline-block; padding: 14px 28px; background: rgba(4,13,18,.88); border: 1px solid #a8dfe3; color: #e9ffff; text-decoration: none; font-weight: 700; letter-spacing: .12em; transition: background .2s ease, color .2s ease; }
.home-hero .hero-button:hover { background: #5d7880; border-color: #6f8990; color: #edf2f2; }
.page-hero { position: relative; min-height: min(540px, calc(100vh - 124px)); display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; margin: -36px -38px 54px; padding: 68px clamp(32px, 8vw, 120px); }
.page-hero .scene { position: absolute; inset: 0; z-index: 0; margin: 0; border: 0; }
.page-hero .scene::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,10,15,.82), rgba(3,10,15,.3) 68%, rgba(3,10,15,.5)), linear-gradient(0deg, rgba(3,10,15,.86), transparent 65%); }
.page-hero .scene img { width: 100%; height: 100%; max-height: none; object-fit: cover; }
.page-hero .copy { position: relative; z-index: 1; max-width: 900px; }
.page-hero h1 { margin: 0 0 16px; font-size: clamp(2.8rem, 7vw, 6rem); line-height: .98; text-shadow: 0 3px 18px rgba(0,0,0,.78); }
.page-hero p { color: #e7cdb2; font-size: clamp(1.05rem, 2vw, 1.4rem); max-width: 700px; text-shadow: 0 2px 14px rgba(0,0,0,.82); }
.contact-masthead h1 { margin: 10px 0 0; }
.eyebrow { color: #d0e8eb; font-size: 12px; font-weight: 650; text-transform: uppercase; letter-spacing: .19em; margin: 0; }
.contact-page .copy h2 { color: var(--warm); font-size: 1.2rem; margin-top: 0; }
.contact-form { max-width: 800px; padding: 8px 28px 30px; margin-top: 28px; border: 1px solid var(--line); border-top: 2px solid #599aa4; background: var(--panel); }
.contact-form>label,.contact-form>fieldset { display: block; margin: 24px 0; }
input,textarea,select,button { font: inherit; }
input:not([type=checkbox]):not([type=hidden]),textarea,select {
  display: block; width: 100%; padding: 11px 12px; border: 1px solid #58717c;
  border-radius: 3px; background: #07141c; color: var(--ink); margin-top: 7px;
}
textarea { resize: vertical; }
fieldset { padding: 18px; border: 1px solid var(--line); min-width: 0; }
legend { font-weight: 650; padding: 0 8px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-row label { min-width: 0; }
.checkbox { display: flex; align-items: center; gap: 10px; margin: 12px 0; }
.checkbox input { width: 20px; height: 20px; accent-color: var(--accent); }
.hint { font-size: 14px; color: var(--muted); }
button { background: var(--accent); color: #092027; font-weight: 650; border: 0; border-radius: 3px; padding: 11px 24px; cursor: pointer; }
button:hover { background: #5d7880; color: #edf2f2; }
.notice { padding: 18px 22px; border: 1px solid #547e77; background: #102d2c; max-width: 800px; }
.error { border-color: #b27b64; background: #30211f; }
.notice h2 { margin-top: 0; font-size: 1.2rem; }
.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.filters { display: flex; gap: 18px; flex-wrap: wrap; align-items: end; margin: 26px 0; }
.filters label { flex: 1; min-width: 155px; }
.filters a { padding: 11px 0; }
.logout { text-align: right; }
.inquiry { border: 1px solid var(--line); margin: 14px 0; background: var(--panel); overflow-wrap: anywhere; }
.inquiry summary { padding: 18px; cursor: pointer; }
.inquiry summary span,.inquiry summary small { display: block; margin-top: 6px; }
.inquiry summary small { color: var(--warm); }
.inquiry-body { padding: 0 22px 18px; }
.message { white-space: pre-wrap; border-top: 1px solid var(--line); padding-top: 16px; }
.pagination { margin: 28px 0; }
/* GLightbox overrides: keep the viewer quiet and cinematic. */
.gslide-description { background: #071117; color: var(--ink); }
.gslide-title { color: var(--ink); font: inherit; }
.gclose,.gnext,.gprev { color: #e9ffff !important; }
.gslide-image img { max-height: 88vh; }
@media(max-width:800px) {
  header { flex-direction: column; align-items: flex-start; gap: 12px; }
  .brand { flex: 0 0 60px; width: 250px; height: 60px; }
  header,main,footer { padding: 24px; }
  .menu-toggle { display: block; }
  header { position: relative; }
  nav { display: none; width: 100%; flex-direction: column; gap: 0; padding-top: 10px; border-top: 1px solid var(--line); }
  nav.menu-open { display: flex; }
  nav a { padding: 8px 0 2px; }
  .contact-masthead { margin: -24px -24px 28px; padding: 30px 24px; min-height: 220px; }
  .home-hero { min-height: 620px; margin: -24px -24px 42px; padding: 54px 24px; justify-content: flex-end; }
  .home-hero .scene img { object-position: 58% center; }
  .page-hero { min-height: 500px; margin: -24px -24px 42px; padding: 46px 24px; }
  .page-hero .scene img { object-position: center; }
  .gallery { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  body { font-size: 17px; }
}
@media(max-width:540px) {
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 4px 18px 24px; }
  .filters { display: block; }
  .filters label,.filters button,.filters a { display: block; margin: 14px 0; }
}
@media(max-width:420px) { .gallery { grid-template-columns: 1fr; } }

