:root {
  --nda-bg: #080704;
  --nda-paper: #eee9df;
  --nda-dim: #9f988c;
  --nda-line: rgba(238, 233, 223, .16);
  --nda-accent: #c7a766;
  --nda-alert: #d26054;
  --nda-serif: 'Cormorant Garamond', Georgia, serif;
  --nda-sans: 'Manrope', sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--nda-bg); }
body {
  position: relative;
  min-height: 100vh;
  margin: 0;
  color: var(--nda-paper);
  background:
    radial-gradient(circle at 76% 18%, color-mix(in srgb, var(--nda-accent) 14%, transparent), transparent 30rem),
    linear-gradient(150deg, #080704 0%, #0d0b07 52%, #050403 100%);
  font-family: var(--nda-sans);
}
.nda-hero-backdrop {
  position: fixed;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.035);
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  min-height: 44px;
  padding: 12px 16px;
  border: 1px solid var(--nda-accent);
  background: var(--nda-bg);
  color: var(--nda-paper);
  font: 500 13px/1.6 var(--nda-sans);
  letter-spacing: .08em;
  transform: translateY(calc(-100% - 24px));
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }
.nda-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 69px;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--nda-line);
  background: color-mix(in srgb, var(--nda-bg) 84%, transparent);
  backdrop-filter: blur(24px) saturate(1.3);
  -webkit-backdrop-filter: blur(24px) saturate(1.3);
}
.nda-brand { display: flex; min-height: 44px; align-items: center; gap: 0; font-size: 13px; font-weight: 500; letter-spacing: .05em; }
.nda-brand .logo-dot { width: 4px; height: 4px; margin-right: 8px; border-radius: 50%; background: var(--nda-accent); box-shadow: 0 0 12px color-mix(in srgb, var(--nda-accent) 65%, transparent); }
.nda-brand .logo-sep { display: inline-block; margin-right: 0; font-weight: 700; letter-spacing: -.05em; opacity: .9; transform: scaleX(1.4) translateX(1px); }
.nda-brand .logo-v { display: inline-block; margin-left: 2px; letter-spacing: -.05em; transform: scaleX(.85); }
.nda-index { display: inline-flex; min-height: 44px; align-items: center; color: var(--nda-dim); font-size: 13px; letter-spacing: .16em; }
.nda-main {
  position: relative;
  z-index: 1;
  width: min(1360px, calc(100% - 96px));
  min-height: calc(100vh - 75px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, .5fr);
  gap: clamp(64px, 8vw, 150px);
  align-items: center;
  padding: 86px 0 72px;
}
.nda-kicker { display: flex; gap: 22px; align-items: center; margin-bottom: 34px; color: var(--nda-alert); font-size: 13px; letter-spacing: .18em; text-transform: uppercase; }
.nda-kicker::before { content: ''; width: 48px; height: 1px; background: currentColor; }
.nda-title { max-width: 930px; margin: 0; font-family: var(--nda-serif); font-size: clamp(58px, 7vw, 112px); font-weight: 400; line-height: .84; letter-spacing: -.04em; }
.nda-title em { display: block; margin-top: .16em; color: var(--nda-accent); font-size: .69em; font-weight: 400; line-height: .95; }
.nda-intro { max-width: 650px; margin: 44px 0 0; color: rgba(238, 233, 223, .72); font-size: clamp(14px, 1.25vw, 18px); line-height: 1.8; }
.nda-panel { padding: 30px; border: 1px solid var(--nda-line); background: rgba(8, 7, 4, .56); backdrop-filter: blur(18px); }
.nda-panel-label { display: block; margin-bottom: 28px; color: var(--nda-accent); font-size: 13px; letter-spacing: .18em; text-transform: uppercase; }
.nda-record { margin: 0; }
.nda-record div { display: grid; grid-template-columns: 82px 1fr; gap: 16px; padding: 13px 0; border-top: 1px solid var(--nda-line); }
.nda-record dt { color: var(--nda-dim); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.nda-record dd { margin: 0; font-family: var(--nda-serif); font-size: 17px; }
.nda-notice { margin: 28px 0 0; color: var(--nda-dim); font-size: 13px; line-height: 1.75; }
.nda-request { width: 100%; min-height: 44px; margin-top: 26px; padding: 15px 17px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--nda-accent); font-size: 13px; letter-spacing: .15em; text-transform: uppercase; transition: color .25s, background .25s; }
.nda-request:hover { color: var(--nda-bg); background: var(--nda-accent); }
.nda-footnote { display: block; margin-top: 12px; color: var(--nda-dim); font-size: 13px; line-height: 1.6; }
.nda-footnote a { display: inline-flex; min-height: 44px; align-items: center; color: inherit; text-underline-offset: 3px; }
.nda-footnote a:hover { color: var(--nda-text); }
@media (max-width: 880px) {
  .nda-main { grid-template-columns: 1fr; align-items: start; gap: 56px; padding-top: 100px; }
  .nda-panel { max-width: 540px; }
}
@media (max-width: 768px) {
  .nda-nav { height: 61px; padding: 0 16px; }
}
@media (max-width: 600px) {
  .nda-main { width: calc(100% - 40px); min-height: auto; padding: 76px 0 52px; }
  .nda-title { font-size: clamp(48px, 14vw, 68px); }
  .nda-title em { font-size: .7em; }
  .nda-intro { margin-top: 34px; }
  .nda-panel { padding: 23px; }
}
