@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/wp-content/uploads/elementor/google-fonts/fonts/dmsans-002a94d0.woff2") format("woff2");
}

:root {
  --info-bg: #07131b;
  --info-panel: rgba(14, 33, 44, 0.72);
  --info-panel-strong: #0e222e;
  --info-line: rgba(201, 220, 229, 0.13);
  --info-line-soft: rgba(201, 220, 229, 0.075);
  --info-text: #f5f7f8;
  --info-muted: #9baab2;
  --info-accent: #ad91ff;
  --info-cyan: #86d8d7;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
  background: var(--info-bg);
}

body.information-page {
  min-height: 100vh;
  color: var(--info-text);
  background:
    radial-gradient(circle at 6% 18%, rgba(34, 121, 128, 0.12), transparent 28rem),
    radial-gradient(circle at 92% 6%, rgba(89, 66, 156, 0.13), transparent 31rem),
    var(--info-bg);
  font-family: "DM Sans", "Inter", system-ui, sans-serif;
}

.information-page :where(a, button, input, select, textarea) {
  font-family: inherit;
}

.information-header {
  position: relative;
  z-index: 10;
  width: 100%;
  min-height: 92px;
  display: grid;
  grid-template-columns: minmax(170px, 1fr) auto minmax(270px, 1fr);
  align-items: center;
  gap: 28px;
  padding: 18px clamp(24px, 5vw, 82px);
  border-bottom: 1px solid var(--info-line-soft);
  background: rgba(7, 19, 27, 0.68);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  backdrop-filter: blur(18px) saturate(1.08);
}

.information-brand {
  width: 178px;
  display: inline-flex;
}

.information-brand img,
.information-footer img {
  width: 100%;
  height: auto;
  display: block;
}

.information-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.information-nav a,
.information-discover {
  position: relative;
  color: rgba(223, 232, 236, 0.65);
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
  transition: color 150ms ease;
}

.information-nav a::after {
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--info-accent);
  box-shadow: 0 0 12px rgba(173, 145, 255, 0.62);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 150ms ease;
}

.information-nav a:hover,
.information-nav a:focus-visible,
.information-nav a[aria-current="page"],
.information-discover:hover,
.information-discover:focus-visible {
  color: #fff;
  outline: 0;
}

.information-nav a[aria-current="page"]::after,
.information-nav a:hover::after,
.information-nav a:focus-visible::after {
  transform: scaleX(1);
}

.information-header .header-account-actions {
  justify-self: end;
}

.information-discover {
  margin-right: 7px;
}

.information-main {
  width: min(calc(100% - 48px), 1340px);
  margin: 0 auto;
  padding: clamp(76px, 9vw, 138px) 0 120px;
}

.information-kicker {
  margin: 0;
  color: var(--info-accent);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.legal-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  align-items: end;
  gap: clamp(48px, 8vw, 120px);
  padding-bottom: clamp(62px, 8vw, 108px);
  border-bottom: 1px solid var(--info-line);
}

.legal-hero h1,
.contact-intro h1 {
  margin: 23px 0 0;
  color: var(--info-text);
  font-size: clamp(64px, 8.2vw, 124px);
  font-weight: 690;
  line-height: 0.84;
  letter-spacing: -0.067em;
}

.legal-hero h1 span,
.contact-intro h1 span {
  color: transparent;
  -webkit-text-stroke: 1.25px rgba(198, 184, 255, 0.84);
  text-stroke: 1.25px rgba(198, 184, 255, 0.84);
}

.legal-hero-summary {
  padding-left: 26px;
  border-left: 1px solid rgba(173, 145, 255, 0.48);
}

.legal-hero-summary > p {
  margin: 0 0 42px;
  color: #c8d1d6;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.42;
  letter-spacing: -0.022em;
}

.legal-hero-summary dl {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 20px;
  margin: 0;
}

.legal-hero-summary dl div {
  display: grid;
  gap: 7px;
}

.legal-hero-summary dt {
  color: #748690;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.legal-hero-summary dd {
  margin: 0;
  color: #dfe5e8;
  font-size: 13px;
}

.legal-hero-summary a,
.legal-copy a {
  color: #c8bbff;
  text-decoration-color: rgba(200, 187, 255, 0.38);
  text-underline-offset: 4px;
}

.privacy-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 1px;
  background: var(--info-line);
}

.privacy-principles article {
  min-height: 250px;
  padding: 36px;
  background:
    linear-gradient(145deg, rgba(29, 57, 69, 0.42), rgba(8, 24, 33, 0.86)),
    var(--info-bg);
}

.privacy-principles span,
.legal-section-number {
  color: #667983;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.privacy-principles h2 {
  margin: 68px 0 14px;
  font-size: 24px;
  letter-spacing: -0.035em;
}

.privacy-principles p {
  max-width: 32ch;
  margin: 0;
  color: var(--info-muted);
  font-size: 14px;
  line-height: 1.65;
}

.terms-notice {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 22px;
  margin-top: 1px;
  padding: 30px 36px;
  border-bottom: 1px solid var(--info-line);
  background: linear-gradient(90deg, rgba(104, 75, 175, 0.2), rgba(23, 59, 67, 0.18));
}

.terms-notice svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: var(--info-accent);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.terms-notice p {
  margin: 0;
  color: #bec9ce;
  font-size: 15px;
  line-height: 1.6;
}

.terms-notice strong {
  color: #fff;
}

.legal-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 790px);
  justify-content: space-between;
  gap: clamp(64px, 10vw, 150px);
  padding-top: clamp(72px, 9vw, 120px);
}

.legal-toc {
  position: sticky;
  top: 116px;
  height: max-content;
  display: grid;
  align-content: start;
  gap: 13px;
  padding: 24px 0 24px 24px;
  border-left: 1px solid var(--info-line);
}

.legal-toc p {
  margin: 0 0 12px;
  color: #dce4e7;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.legal-toc a {
  color: #758790;
  font-size: 12px;
  line-height: 1.4;
  text-decoration: none;
  transition: color 150ms ease, transform 150ms ease;
}

.legal-toc a:hover,
.legal-toc a:focus-visible,
.legal-toc a.is-active {
  color: #d9d0ff;
  outline: 0;
  transform: translateX(4px);
}

.legal-copy section {
  padding-bottom: 82px;
  scroll-margin-top: 112px;
}

.legal-copy section + section {
  padding-top: 2px;
  border-top: 1px solid var(--info-line-soft);
}

.legal-section-number {
  margin: 0 0 19px;
  padding-top: 72px;
  color: var(--info-accent);
}

.legal-copy section:first-child .legal-section-number {
  padding-top: 0;
}

.legal-copy h2 {
  margin: 0 0 30px;
  font-size: clamp(34px, 4vw, 49px);
  font-weight: 650;
  line-height: 1;
  letter-spacing: -0.045em;
}

.legal-copy h3 {
  margin: 39px 0 12px;
  color: #edf1f3;
  font-size: 17px;
  font-weight: 680;
}

.legal-copy p,
.legal-copy li {
  color: #aebbc1;
  font-size: 16px;
  line-height: 1.82;
}

.legal-copy p {
  margin: 0 0 20px;
}

.legal-copy ul {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  padding-left: 21px;
}

.legal-copy li::marker {
  color: var(--info-accent);
}

.legal-copy strong {
  color: #e9eef0;
}

.information-footer {
  position: relative;
  z-index: 2;
  min-height: 92px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 24px clamp(24px, 5vw, 82px);
  border-top: 1px solid var(--info-line);
  color: #657882;
  background: rgba(4, 14, 20, 0.82);
  font-size: 11px;
}

.information-footer > a {
  width: 122px;
}

.information-footer p {
  margin: 0;
}

.information-footer nav {
  justify-self: end;
  display: flex;
  gap: 25px;
}

.information-footer nav a {
  color: #7f919a;
  text-decoration: none;
}

.information-footer nav a:hover,
.information-footer nav a:focus-visible,
.information-footer nav a[aria-current="page"] {
  color: #e8edf0;
  outline: 0;
}

/* Contact */
.contact-page {
  position: relative;
  overflow-x: hidden;
}

.contact-atmosphere {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.contact-atmosphere span {
  position: absolute;
  display: block;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.72;
}

.contact-atmosphere span:nth-child(1) {
  top: 8%;
  left: -13%;
  width: 46vw;
  height: 46vw;
  background: radial-gradient(circle, rgba(33, 130, 133, 0.2), transparent 68%);
}

.contact-atmosphere span:nth-child(2) {
  top: -20%;
  right: -13%;
  width: 54vw;
  height: 54vw;
  background: radial-gradient(circle, rgba(117, 75, 202, 0.19), transparent 68%);
}

.contact-atmosphere span:nth-child(3) {
  right: 20%;
  bottom: -38%;
  width: 48vw;
  height: 48vw;
  background: radial-gradient(circle, rgba(28, 92, 112, 0.16), transparent 70%);
}

.contact-main {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 48px), 1460px);
  display: grid;
  grid-template-columns: minmax(400px, 0.92fr) minmax(520px, 1.08fr);
  align-items: start;
  gap: clamp(58px, 7vw, 112px);
  margin: 0 auto;
  padding: clamp(70px, 8vw, 120px) 0 112px;
}

.contact-intro {
  padding-top: 34px;
}

.contact-intro h1 {
  font-size: clamp(74px, 8.5vw, 132px);
}

.contact-lede {
  max-width: 490px;
  margin: 43px 0 0;
  color: #a7b6bd;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
  letter-spacing: -0.02em;
}

.contact-direct {
  width: min(100%, 490px);
  margin-top: 48px;
  padding: 21px 0;
  border-top: 1px solid var(--info-line);
  border-bottom: 1px solid var(--info-line);
}

.contact-direct > p {
  margin: 0 0 9px;
  color: #6f828c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-direct a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #e9eef0;
  font-size: 16px;
  text-decoration: none;
}

.contact-direct svg,
.contact-paths svg {
  width: var(--interface-icon-size, 20px);
  height: var(--interface-icon-size, 20px);
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.contact-direct a:hover,
.contact-direct a:focus-visible {
  color: var(--info-accent);
  outline: 0;
}

.contact-paths {
  width: min(100%, 520px);
  display: grid;
  gap: 1px;
  margin-top: 36px;
  background: var(--info-line-soft);
}

.contact-paths article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 17px;
  padding: 19px 0;
  background: var(--info-bg);
}

.contact-paths svg {
  color: #8d78d8;
}

.contact-paths h2 {
  margin: 0 0 4px;
  font-size: 14px;
}

.contact-paths p {
  margin: 0;
  color: #788a93;
  font-size: 12px;
  line-height: 1.5;
}

.contact-form-panel {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  padding: clamp(34px, 4.5vw, 58px);
  border: 1px solid rgba(203, 220, 229, 0.15);
  background:
    linear-gradient(145deg, rgba(40, 70, 82, 0.5), rgba(10, 29, 39, 0.82)),
    rgba(13, 33, 44, 0.82);
  box-shadow:
    0 42px 120px rgba(0, 0, 0, 0.36),
    0 0 70px rgba(112, 79, 190, 0.08),
    inset 1px 1px 0 rgba(247, 252, 255, 0.055);
  -webkit-backdrop-filter: blur(24px) saturate(1.12);
  backdrop-filter: blur(24px) saturate(1.12);
}

.contact-form-panel::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--info-accent));
  box-shadow: 0 0 20px rgba(173, 145, 255, 0.46);
}

.contact-form-panel > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 46px;
}

.contact-form-panel > header h2,
.contact-success h2 {
  margin: 12px 0 0;
  font-size: clamp(32px, 3.3vw, 48px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.contact-form-panel > header > span {
  color: #637781;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.contact-form {
  display: grid;
  gap: 25px;
}

.contact-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-form label {
  position: relative;
  display: grid;
  gap: 10px;
  color: #d9e1e5;
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.025em;
}

.contact-form label > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-form em {
  color: #71858f;
  font-size: 8px;
  font-style: normal;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-form :where(input, select, textarea) {
  width: 100%;
  border: 1px solid rgba(194, 214, 223, 0.15);
  color: #f5f8f9;
  background: rgba(3, 15, 22, 0.58);
  font-size: 14px;
}

.contact-form input,
.contact-form select {
  min-height: 52px;
  padding: 0 16px;
}

.contact-form textarea {
  min-height: 168px;
  resize: vertical;
  padding: 15px 16px 32px;
  line-height: 1.55;
}

.contact-form select {
  appearance: auto;
}

.contact-form select:invalid {
  color: rgba(222, 232, 237, 0.42);
}

.contact-message-field small {
  position: absolute;
  right: 14px;
  bottom: 11px;
  color: #60747f;
  font-size: 9px;
  font-weight: 650;
}

.contact-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.contact-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 6px;
}

.contact-form-footer p {
  max-width: 290px;
  margin: 0;
  color: #71838c;
  font-size: 10px;
  line-height: 1.5;
}

.contact-form-footer button {
  min-width: 174px;
}

.contact-status {
  min-height: 22px;
  margin: 0;
  color: #ffb9bd;
  font-size: 12px;
  line-height: 1.5;
}

.contact-status.is-success {
  color: var(--cs-success, #aeeacc);
}

.contact-form-panel.is-sent > header,
.contact-form-panel.is-sent .contact-form {
  visibility: hidden;
}

.contact-success {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: start;
  padding: clamp(34px, 6vw, 78px);
}

.contact-success[hidden] {
  display: none;
}

.contact-success > span {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin-bottom: 42px;
  border: 1px solid rgba(174, 234, 204, 0.35);
  color: #aeeacc;
  box-shadow: 0 0 34px rgba(101, 205, 153, 0.1);
}

.contact-success svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.contact-success > p:not(.information-kicker) {
  max-width: 390px;
  margin: 23px 0 37px;
  color: #9baab2;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 1040px) {
  .information-header {
    grid-template-columns: 160px 1fr auto;
    gap: 20px;
    padding-inline: 28px;
  }

  .information-nav {
    justify-self: center;
    gap: 22px;
  }

  .information-discover,
  .information-header .header-account-signup {
    display: none !important;
  }

  .legal-layout {
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 70px;
  }

  .contact-main {
    grid-template-columns: minmax(320px, 0.78fr) minmax(490px, 1.22fr);
    gap: 50px;
  }
}

@media (max-width: 820px) {
  .information-header {
    min-height: 82px;
    grid-template-columns: 150px 1fr auto;
    padding: 15px 20px;
  }

  .information-brand {
    width: 145px;
  }

  .information-nav {
    gap: 16px;
  }

  .information-header .header-account-login span {
    display: none;
  }

  .legal-hero {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .legal-hero-summary {
    width: min(100%, 620px);
  }

  .privacy-principles {
    grid-template-columns: 1fr;
  }

  .privacy-principles article {
    min-height: 0;
  }

  .privacy-principles h2 {
    margin-top: 32px;
  }

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .legal-toc {
    position: static;
    grid-template-columns: repeat(2, 1fr);
  }

  .legal-toc p {
    grid-column: 1 / -1;
  }

  .contact-main {
    grid-template-columns: 1fr;
    width: min(calc(100% - 36px), 700px);
  }

  .contact-intro {
    padding-top: 0;
  }
}

@media (max-width: 600px) {
  html {
    scroll-padding-top: 86px;
  }

  .information-header {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 12px 18px;
  }

  .information-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: start;
  }

  .information-header .header-account-actions {
    grid-column: 2;
    grid-row: 1;
  }

  .information-main {
    width: min(calc(100% - 36px), 1340px);
    padding-top: 64px;
  }

  .legal-hero h1,
  .contact-intro h1 {
    font-size: clamp(52px, 16.5vw, 78px);
  }

  .legal-hero-summary {
    padding-left: 18px;
  }

  .legal-hero-summary dl {
    grid-template-columns: 1fr;
  }

  .privacy-principles article,
  .terms-notice {
    padding: 27px 24px;
  }

  .legal-toc {
    grid-template-columns: 1fr;
  }

  .legal-copy section {
    padding-bottom: 56px;
  }

  .legal-section-number {
    padding-top: 52px;
  }

  .legal-copy p,
  .legal-copy li {
    font-size: 15px;
  }

  .information-footer {
    grid-template-columns: 1fr auto;
    gap: 16px;
    padding-inline: 20px;
  }

  .information-footer > a {
    width: 106px;
  }

  .information-footer > p {
    justify-self: end;
  }

  .information-footer nav {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .contact-main {
    padding-top: 56px;
  }

  .contact-form-panel {
    min-height: 0;
    padding: 28px 22px;
  }

  .contact-field-row {
    grid-template-columns: 1fr;
  }

  .contact-form-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-form-footer button {
    width: 100%;
  }

  .contact-form-panel.is-sent {
    min-height: 560px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .information-nav a::after,
  .legal-toc a {
    transition: none;
  }
}

/* ============================================================
   CINEMATIC INFORMATION SHELL

   Privacy, Terms, and Contact share the About reel's visual language:
   editorial type, translucent celluloid, perforations, reel metadata,
   and a city-at-night palette. The product button and field primitives
   remain authoritative so these pages still feel native to ClipScout.
   ============================================================ */
:root {
  --info-void: #06090d;
  --info-paper: #eceae3;
  --info-paper-dim: #cbd3d7;
  --info-lavender: #a895ff;
  --info-violet: #8269f4;
  --info-mint: #bff2d9;
  --info-tungsten: #f2c078;
  --info-rose: #ff8fc7;
  --info-film: rgba(8, 13, 18, 0.66);
  --info-film-line: rgba(236, 234, 227, 0.16);
  --info-glass: rgba(255, 255, 255, 0.055);
  --info-display: Georgia, "Times New Roman", serif;
  --info-mono: ui-monospace, "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
  --info-scene:
    radial-gradient(ellipse at 8% 42%, rgba(73, 166, 164, 0.2), transparent 38%),
    radial-gradient(ellipse at 86% 18%, rgba(130, 105, 244, 0.2), transparent 34%),
    radial-gradient(ellipse at 56% 76%, rgba(242, 192, 120, 0.13), transparent 34%),
    radial-gradient(ellipse at 90% 88%, rgba(255, 143, 199, 0.1), transparent 28%);
}

body.information-page {
  position: relative;
  isolation: isolate;
  color: var(--info-paper);
  background:
    linear-gradient(180deg,
      var(--info-void) 0%,
      #091219 14%,
      #0c2028 38%,
      #1d343b 66%,
      #4b6261 100%);
}

body.information-page::after {
  position: fixed;
  inset: 0;
  z-index: -4;
  content: "";
  pointer-events: none;
  background: linear-gradient(112deg, rgba(2, 7, 10, 0.2), transparent 44%, rgba(8, 6, 18, 0.18));
}

.information-atmosphere {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background-image: var(--info-scene);
  background-size: cover;
  background-position: center;
  opacity: 0.96;
}

/* A restrained permanent film edge keeps the About metaphor present without
 * competing with policy copy. Its punched channel uses the same atmospheric
 * palette as the page behind it, so the holes read as translucent apertures. */
.information-film-rail {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 44px;
  overflow: hidden;
  border-inline: 1px solid rgba(236, 234, 227, 0.1);
  background: linear-gradient(180deg, rgba(5, 8, 12, 0.76), rgba(13, 22, 27, 0.58));
  box-shadow: 0 0 38px rgba(0, 0, 0, 0.22);
  pointer-events: none;
}

.information-film-rail--left { left: 0; }
.information-film-rail--right { right: 0; }

.information-film-rail i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 14px;
  margin-left: -7px;
  background-image: var(--info-scene), linear-gradient(180deg, var(--info-lavender), var(--info-mint));
  background-attachment: fixed, scroll;
  background-size: cover, auto;
  -webkit-mask-image: repeating-linear-gradient(to bottom, transparent 0 12px, #000 12px 32px, transparent 32px 45px);
  mask-image: repeating-linear-gradient(to bottom, transparent 0 12px, #000 12px 32px, transparent 32px 45px);
}

.information-header,
.information-main,
.contact-main,
.information-footer {
  position: relative;
  z-index: 4;
}

.information-header {
  width: auto;
  min-height: 88px;
  margin-inline: 44px;
  padding-inline: clamp(24px, 4vw, 68px);
  border-bottom-color: rgba(236, 234, 227, 0.11);
  background: linear-gradient(180deg, rgba(5, 9, 13, 0.84), rgba(7, 14, 19, 0.72));
  box-shadow: 0 18px 46px -34px rgba(0, 0, 0, 0.9);
}

.information-nav a,
.information-discover {
  color: rgba(236, 234, 227, 0.62);
  font-family: var(--info-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.information-header .cs-button {
  min-height: 40px;
  font-family: "DM Sans", "Inter", system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0.01em;
  text-transform: none;
}

.information-main {
  width: min(calc(100% - 136px), 1320px);
  padding-top: clamp(68px, 8vw, 118px);
}

.information-reel-marker {
  width: min(100%, 520px);
  min-height: 44px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  margin-bottom: 28px;
  border: 1px solid var(--info-film-line);
  background: linear-gradient(180deg, rgba(10, 14, 19, 0.64), rgba(7, 11, 15, 0.78));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 18px 38px -30px #000;
}

.information-reel-marker span {
  display: grid;
  place-items: center;
  min-width: 54px;
  border-right: 1px solid var(--info-film-line);
  color: var(--info-paper);
  background: linear-gradient(180deg, rgba(168, 149, 255, 0.18), rgba(168, 149, 255, 0.05));
  font-family: var(--info-display);
  font-size: 23px;
  line-height: 1;
}

.information-reel-marker b,
.information-reel-marker em {
  display: flex;
  align-items: center;
  padding-inline: 16px;
  color: var(--info-lavender);
  font-family: var(--info-mono);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.13em;
}

.information-reel-marker em {
  padding-left: 0;
  color: rgba(236, 234, 227, 0.58);
}

.information-reel-marker i {
  flex: 1 1 auto;
  min-width: 44px;
  background-image: var(--info-scene), linear-gradient(90deg, var(--info-lavender), var(--info-mint));
  background-attachment: fixed, scroll;
  background-size: cover, auto;
  -webkit-mask-image: repeating-linear-gradient(to right, transparent 0 9px, #000 9px 21px, transparent 21px 31px);
  mask-image: repeating-linear-gradient(to right, transparent 0 9px, #000 9px 21px, transparent 21px 31px);
  -webkit-mask-size: auto 11px;
  mask-size: auto 11px;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
}

.information-kicker {
  color: var(--info-mint);
  font-family: var(--info-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.17em;
}

.legal-hero {
  align-items: center;
  padding-bottom: clamp(64px, 8vw, 104px);
  border-bottom-color: var(--info-film-line);
}

.legal-hero h1,
.contact-intro h1 {
  margin-top: 22px;
  color: var(--info-paper);
  font-family: var(--info-display);
  font-size: clamp(62px, 7.8vw, 112px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.042em;
}

.legal-hero h1 span,
.contact-intro h1 span {
  color: var(--info-lavender);
  -webkit-text-stroke: 0;
  text-stroke: 0;
  font-style: italic;
}

.legal-hero-summary {
  padding: 28px 0 28px 30px;
  border-left-color: rgba(168, 149, 255, 0.46);
}

.legal-hero-summary > p {
  margin-bottom: 36px;
  color: #d4d8d7;
  font-family: var(--info-display);
  font-size: clamp(20px, 2vw, 27px);
  font-style: italic;
  line-height: 1.45;
}

.legal-hero-summary :where(dt, dd),
.privacy-principles span,
.legal-section-number {
  font-family: var(--info-mono);
}

/* The principle row is one translucent contact strip. Sprocket holes sit on
 * both edges and reveal the common background rather than decorative dots. */
.privacy-principles {
  position: relative;
  gap: 1px;
  overflow: hidden;
  margin-top: 34px;
  padding-block: 28px;
  border: 1px solid var(--info-film-line);
  background: rgba(6, 10, 14, 0.58);
  box-shadow: 0 28px 70px -44px rgba(0, 0, 0, 0.9);
}

.privacy-principles::before,
.privacy-principles::after {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  height: 13px;
  content: "";
  background-image: var(--info-scene), linear-gradient(90deg, var(--info-lavender), var(--info-mint), var(--info-rose));
  background-attachment: fixed, scroll;
  background-size: cover, auto;
  -webkit-mask-image: repeating-linear-gradient(to right, transparent 0 15px, #000 15px 37px, transparent 37px 53px);
  mask-image: repeating-linear-gradient(to right, transparent 0 15px, #000 15px 37px, transparent 37px 53px);
}

.privacy-principles::before { top: 7px; }
.privacy-principles::after { bottom: 7px; }

.privacy-principles article {
  min-height: 228px;
  padding: 32px 36px;
  border-right: 1px solid var(--info-film-line);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018));
}

.privacy-principles article:last-child { border-right: 0; }
.privacy-principles h2,
.legal-copy h2,
.contact-form-panel h2,
.contact-success h2 {
  font-family: var(--info-display);
  font-weight: 400;
}

.privacy-principles h2 {
  margin-top: 48px;
  color: var(--info-paper);
  font-size: 28px;
}

.privacy-principles p { color: #c0c7c9; }

.terms-notice {
  margin-top: 34px;
  border: 1px solid var(--info-film-line);
  background:
    linear-gradient(110deg, rgba(168, 149, 255, 0.15), rgba(191, 242, 217, 0.07)),
    rgba(7, 12, 16, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.legal-layout { grid-template-columns: 246px minmax(0, 800px); }

.legal-toc {
  top: 112px;
  overflow: hidden;
  padding: 32px 28px 32px 46px;
  border: 1px solid var(--info-film-line);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.07), rgba(7, 13, 17, 0.6));
  box-shadow: 0 22px 52px -38px rgba(0, 0, 0, 0.92), inset 1px 1px 0 rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  backdrop-filter: blur(18px) saturate(1.08);
}

.legal-toc::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  width: 12px;
  content: "";
  background-image: var(--info-scene), linear-gradient(180deg, var(--info-lavender), var(--info-mint));
  background-attachment: fixed, scroll;
  background-size: cover, auto;
  -webkit-mask-image: repeating-linear-gradient(to bottom, transparent 0 10px, #000 10px 25px, transparent 25px 36px);
  mask-image: repeating-linear-gradient(to bottom, transparent 0 10px, #000 10px 25px, transparent 25px 36px);
}

.legal-toc p,
.legal-toc a {
  font-family: var(--info-mono);
}

.legal-toc a { color: rgba(215, 222, 222, 0.58); }
.legal-toc a:hover,
.legal-toc a:focus-visible,
.legal-toc a.is-active { color: var(--info-lavender); }

.legal-copy section + section { border-top-color: rgba(236, 234, 227, 0.1); }
.legal-copy h2 { color: var(--info-paper); font-size: clamp(38px, 4vw, 54px); letter-spacing: -0.025em; }
.legal-copy h3 { color: var(--info-paper); }
.legal-copy p,
.legal-copy li { color: #c8cecf; }

.contact-main {
  width: min(calc(100% - 136px), 1380px);
  padding-top: clamp(68px, 8vw, 110px);
}

.contact-intro { padding-top: 0; }
.contact-lede {
  color: #d1d6d5;
  font-family: var(--info-display);
  font-size: clamp(20px, 2vw, 26px);
  font-style: italic;
}

.contact-direct {
  border-color: var(--info-film-line);
}

.contact-direct > p,
.contact-form label,
.contact-form-panel > header > span {
  font-family: var(--info-mono);
}

.contact-paths {
  gap: 0;
  border-top: 1px solid var(--info-film-line);
  background: transparent;
}

.contact-paths article {
  padding: 22px 6px;
  border-bottom: 1px solid var(--info-film-line);
  background: transparent;
}

.contact-paths h2 { color: var(--info-paper); }
.contact-paths p { color: #aab5b7; }

/* The form is a single vertical frame of translucent 35mm film. The panel's
 * two pseudo-elements are the physical sprocket channels; controls remain the
 * standardized ClipScout fields and buttons from button-system.css. */
.contact-form-panel {
  padding: clamp(52px, 5vw, 72px) clamp(54px, 5.5vw, 82px);
  border-color: var(--info-film-line);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    linear-gradient(180deg, rgba(7, 12, 16, 0.68), rgba(10, 21, 26, 0.62));
  box-shadow: 0 42px 110px -46px rgba(0, 0, 0, 0.92), inset 1px 1px 0 rgba(255, 255, 255, 0.08);
}

.contact-form-panel::before,
.contact-form-panel::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 14px;
  height: auto;
  content: "";
  background-image: var(--info-scene), linear-gradient(180deg, var(--info-lavender), var(--info-mint), var(--info-rose));
  background-attachment: fixed, scroll;
  background-size: cover, auto;
  box-shadow: none;
  -webkit-mask-image: repeating-linear-gradient(to bottom, transparent 0 11px, #000 11px 27px, transparent 27px 39px);
  mask-image: repeating-linear-gradient(to bottom, transparent 0 11px, #000 11px 27px, transparent 27px 39px);
}

.contact-form-panel::before { left: 18px; }
.contact-form-panel::after { right: 18px; }
.contact-form-panel > * { position: relative; z-index: 2; }
.contact-form-panel > header h2,
.contact-success h2 { font-size: clamp(36px, 3.4vw, 52px); letter-spacing: -0.025em; }

.contact-form :where(input, select, textarea) {
  border-color: rgba(236, 234, 227, 0.16);
  background: rgba(3, 9, 13, 0.62);
}

.contact-form-footer .cs-button,
.contact-success .cs-button {
  min-width: 176px;
}

.contact-success > span {
  border-color: rgba(191, 242, 217, 0.4);
  color: var(--info-mint);
  background: rgba(191, 242, 217, 0.06);
}

.information-footer {
  width: auto;
  margin-inline: 44px;
  border-top-color: rgba(236, 234, 227, 0.13);
  color: rgba(236, 234, 227, 0.42);
  background: rgba(6, 10, 13, 0.66);
  font-family: var(--info-mono);
  letter-spacing: 0.08em;
}

.information-footer nav a { color: rgba(236, 234, 227, 0.52); }

@media (max-width: 1180px) {
  .information-film-rail { display: none; }
  .information-header,
  .information-footer { margin-inline: 0; }
  .information-main,
  .contact-main { width: min(calc(100% - 48px), 1320px); }
}

@media (max-width: 820px) {
  .information-main,
  .contact-main { width: min(calc(100% - 36px), 700px); }
  .privacy-principles article { border-right: 0; border-bottom: 1px solid var(--info-film-line); }
  .privacy-principles article:last-child { border-bottom: 0; }
  .legal-toc { padding-left: 46px; }
}

@media (max-width: 600px) {
  .information-header .cs-button { min-height: 38px; }
  .information-reel-marker { min-height: 40px; margin-bottom: 24px; }
  .information-reel-marker span { min-width: 46px; font-size: 20px; }
  .information-reel-marker b,
  .information-reel-marker em { padding-inline: 11px; font-size: 9px; }
  .information-reel-marker em { padding-left: 0; }
  .legal-hero h1,
  .contact-intro h1 { font-size: clamp(50px, 16vw, 72px); }
  .privacy-principles article { padding-inline: 25px; }
  .contact-form-panel { padding: 48px 40px; }
  .contact-form-panel::before { left: 12px; }
  .contact-form-panel::after { right: 12px; }
  .information-footer { letter-spacing: 0.03em; }
}

@media (prefers-reduced-motion: reduce) {
  .information-atmosphere,
  .information-film-rail i,
  .information-reel-marker i { animation: none; }
}
