:root {
  color-scheme: dark;
  --black: #050708;
  --white: #f4f4f0;
  --muted: #a8afb1;
  --pad: clamp(1.25rem, 4vw, 4.5rem);
  --header: clamp(5.25rem, 7vw, 6.75rem);
}
* { box-sizing: border-box; }
html { background: var(--black); }
body { min-height: 100%; margin: 0; overflow-x: hidden; background: var(--black); color: var(--white); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
::selection { background: var(--white); color: var(--black); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: 1rem; padding: .75rem 1rem; background: var(--white); color: var(--black); transform: translateY(-180%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: relative; z-index: 20; height: var(--header); padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between; background: #070809; border-bottom: 1px solid rgba(255,255,255,.04); }
.brand { position: relative; z-index: 2; width: clamp(8.25rem, 11vw, 10.5rem); }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; text-transform: uppercase; font-size: .75rem; font-weight: 700; letter-spacing: .15em; }
.site-nav a { position: relative; }
.site-nav a::after { content: ""; position: absolute; inset: auto 0 -.45rem; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; }
.hero { position: relative; min-height: calc(100svh - var(--header)); isolation: isolate; overflow: hidden; background: #06090b url('./media/prvda-bokeh-original-poster.jpg') center / cover no-repeat; }
.hero-video { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; }
.hero-shade { position: absolute; z-index: -2; inset: 0; background: rgba(2,3,4,.05); }
.hero-content { min-height: calc(100svh - var(--header)); padding: clamp(4rem, 8vw, 8rem) var(--pad); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.hero-wordmark { width: min(64.8vw, 50.4rem); height: auto; filter: drop-shadow(0 0 1.2rem rgba(228,240,243,.12)); }
.button { min-height: 3.15rem; padding: 0 1.8rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.78); border-radius: 999px; background: rgba(6,8,9,.12); color: var(--white); text-transform: uppercase; font-size: .75rem; font-weight: 700; letter-spacing: .13em; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.button:hover, .button:focus-visible { background: var(--white); color: var(--black); transform: translateY(-2px); }
.hero-cta { margin-top: clamp(3.5rem, 7vw, 6.5rem); }
.inquiry-shell { position: relative; min-height: calc(100svh - var(--header)); padding: clamp(3rem, 7vw, 6rem) var(--pad); overflow: hidden; isolation: isolate; }
.inquiry-background { position: fixed; z-index: -2; inset: var(--header) 0 0; background: #06090b url('./media/prvda-bokeh-original-poster.jpg') center / cover no-repeat; }
.inquiry-background::after { content: ""; position: absolute; inset: 0; background: rgba(2,3,4,.26); }
.inquiry-panel { width: min(100%, 66rem); margin: 0 auto; padding: clamp(1.5rem, 4vw, 3rem); background: rgba(5,7,8,.91); border: 1px solid rgba(255,255,255,.14); box-shadow: 0 2rem 5rem rgba(0,0,0,.28); }
.inquiry-wordmark { width: min(42vw, 22rem); height: auto; margin: 0 auto clamp(2.5rem, 5vw, 4rem); }
.inquiry-intro { margin-bottom: 2.5rem; text-align: center; }
.inquiry-intro h1 { margin: 0 0 .75rem; font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 400; letter-spacing: -.04em; }
.inquiry-intro p { margin: 0; color: #c1c6c7; font-size: 1rem; line-height: 1.5; }
.inquiry-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem 1.75rem; }
.field { display: grid; gap: .6rem; }
.field-wide { grid-column: 1 / -1; }
.field label { font-size: .875rem; color: #dfe2e2; }
.field input, .field select, .field textarea { width: 100%; min-height: 3.25rem; padding: .8rem .9rem; border: 1px solid rgba(255,255,255,.34); border-radius: 0; outline: 0; background: rgba(8,10,11,.76); color: var(--white); }
.field textarea { min-height: 8rem; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: rgba(255,255,255,.9); box-shadow: 0 0 0 1px rgba(255,255,255,.18); }
.field input::placeholder, .field textarea::placeholder { color: #686e70; }
.submit-button { width: 100%; margin-top: .25rem; background: var(--white); color: var(--black); }
.submit-button:hover, .submit-button:focus-visible { background: #dfe4e4; }
.form-note { margin: -.75rem 0 0; color: #858d8f; text-align: center; font-size: .75rem; line-height: 1.4; }
:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
@media (max-width: 800px) {
  :root { --header: 4.5rem; }
  .menu-toggle { position: relative; z-index: 2; display: flex; align-items: center; gap: .75rem; padding: .6rem 0 .6rem .6rem; border: 0; background: none; color: var(--white); text-transform: uppercase; font-size: .75rem; letter-spacing: .13em; cursor: pointer; }
  .menu-lines, .menu-lines::before { width: 1.35rem; height: 1px; background: currentColor; transition: transform .2s; }
  .menu-lines { position: relative; }
  .menu-lines::before { content: ""; position: absolute; left: 0; top: -.38rem; }
  .menu-toggle[aria-expanded="true"] .menu-lines { transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-lines::before { top: 0; transform: rotate(-90deg); }
  .site-nav { position: fixed; inset: 0; padding: 8rem var(--pad) 3rem; background: #060809; flex-direction: column; justify-content: center; align-items: flex-start; visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .2s, visibility .2s; }
  .site-nav a { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3rem, 15vw, 5rem); font-weight: 400; letter-spacing: -.05em; text-transform: none; }
  .site-nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; }
  .hero-wordmark { width: min(79.2vw, 36rem); }
  .hero-cta { margin-top: 4rem; }
  .inquiry-shell { padding-inline: 1rem; }
  .inquiry-panel { padding: 1.5rem 1rem 2rem; }
  .inquiry-wordmark { width: min(64vw, 18rem); }
  .inquiry-form { grid-template-columns: 1fr; gap: 1.2rem; }
  .field-wide { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-video { display: none; }
}
