:root {
  --ink: #15171a;
  --muted: #68717d;
  --paper: #f4f0e8;
  --surface: #ffffff;
  --line: #d8d1c4;
  --accent: #d9422b;
  --accent-dark: #8f2418;
  --blue: #2567a8;
  --shadow: 0 22px 62px rgba(21, 23, 26, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    linear-gradient(130deg, rgba(217, 66, 43, 0.1), transparent 28rem),
    linear-gradient(180deg, #fbfaf6 0%, var(--paper) 100%);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

a {
  color: inherit;
}

.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 20;
  opacity: 0.035;
  background-image: url("assets/poster-noise.png");
  background-size: 260px 260px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 3rem);
  border-bottom: 1px solid rgba(21, 23, 26, 0.1);
  background: rgba(244, 240, 232, 0.92);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: baseline;
  color: var(--ink);
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  font-weight: 900;
  text-decoration: none;
}

.brand b {
  color: var(--accent);
}

nav,
.site-footer {
  display: flex;
  gap: clamp(0.7rem, 3vw, 1.4rem);
  color: var(--muted);
  font: 800 0.82rem/1 system-ui, sans-serif;
}

nav a,
.site-footer a {
  color: inherit;
  text-decoration: none;
}

nav a {
  padding: 0.55rem 0.15rem;
  border-bottom: 2px solid transparent;
}

nav a:hover,
.site-footer a:hover {
  color: var(--ink);
  border-color: var(--accent);
}

.section {
  padding: clamp(3.6rem, 7vw, 6.6rem) clamp(1rem, 4vw, 3rem);
}

.videos {
  padding-top: clamp(2.4rem, 6vw, 5.4rem);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.64fr) minmax(240px, 0.36fr);
  gap: 1.2rem;
  align-items: start;
  margin-bottom: clamp(1.8rem, 4vw, 3rem);
}

.label {
  margin: 0;
  color: var(--accent-dark);
  font: 850 0.78rem/1.2 system-ui, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 0;
  font-size: clamp(3.1rem, 7vw, 7rem);
  font-weight: 950;
  line-height: 0.92;
  overflow-wrap: anywhere;
}

.section-heading h2 {
  max-width: 720px;
  margin-bottom: 0;
  font-size: clamp(2.6rem, 5.6vw, 5.8rem);
  font-weight: 950;
  line-height: 0.94;
  overflow-wrap: anywhere;
}

.section-heading p:not(.label),
.legal-heading p,
.consent-panel p,
.video-copy p,
.video-consent p,
.cookie-banner p,
.legal p,
.site-footer p {
  color: #4a535e;
  font: 560 1rem/1.55 system-ui, sans-serif;
}

.section-heading p:not(.label) {
  margin-bottom: 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(21, 23, 26, 0.16);
  border-radius: 8px;
  cursor: pointer;
  font: 850 0.9rem/1 system-ui, sans-serif;
  text-decoration: none;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(21, 23, 26, 0.14);
}

.primary {
  background: var(--ink);
  color: white;
}

.secondary {
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
}

.consent-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  margin-bottom: clamp(1.4rem, 3vw, 2rem);
  padding: clamp(1rem, 2vw, 1.4rem);
  border: 1px solid rgba(21, 23, 26, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 46px rgba(21, 23, 26, 0.07);
}

.consent-panel h2,
.cookie-banner h2 {
  margin-bottom: 0.45rem;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.1;
}

.consent-panel p,
.cookie-banner p {
  max-width: 820px;
  margin-bottom: 0;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.4rem);
}

.video-card {
  overflow: hidden;
  border: 1px solid rgba(21, 23, 26, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 50px rgba(21, 23, 26, 0.08);
}

.video-embed {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(37, 103, 168, 0.55), transparent 48%),
    linear-gradient(330deg, rgba(217, 66, 43, 0.58), transparent 48%),
    url("assets/screen-static.png");
  background-size: cover;
}

.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-consent {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.75rem;
  padding: clamp(1rem, 3vw, 2rem);
  text-align: center;
  background: rgba(17, 19, 22, 0.74);
  color: white;
}

.video-consent span {
  display: inline-grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: white;
  color: var(--accent-dark);
  font: 900 0.78rem/1 system-ui, sans-serif;
}

.video-consent h2 {
  margin-bottom: 0;
  font-size: clamp(1.3rem, 2.6vw, 2.1rem);
  line-height: 1;
}

.video-consent p {
  max-width: 460px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.video-copy {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.8rem 1rem;
  padding: clamp(1rem, 2.2vw, 1.35rem);
}

.number {
  grid-row: span 2;
  display: inline-grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  background: #f0ebe1;
  color: var(--accent-dark);
  font: 900 0.78rem/1 system-ui, sans-serif;
}

h3 {
  margin-bottom: 0;
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  font-weight: 950;
  line-height: 1;
}

.video-copy p {
  grid-column: 2;
  margin-bottom: 0;
}

.about {
  border-top: 1px solid rgba(21, 23, 26, 0.1);
  background: rgba(255, 255, 255, 0.48);
}

.about-body {
  max-width: 1120px;
  color: #343b44;
  font: 560 clamp(1.05rem, 1.35vw, 1.22rem)/1.68 system-ui, sans-serif;
}

.about-body p {
  margin-bottom: 1.05rem;
}

.about-body p:last-child {
  margin-bottom: 0;
}

.about-image-placeholder {
  float: right;
  width: min(33%, 360px);
  min-width: 240px;
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  margin: 0 0 1.2rem clamp(1.1rem, 3vw, 2rem);
  border: 1px solid rgba(21, 23, 26, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(37, 103, 168, 0.2), transparent 48%),
    linear-gradient(330deg, rgba(217, 66, 43, 0.24), transparent 48%),
    rgba(255, 255, 255, 0.74);
  color: var(--muted);
  font: 900 0.82rem/1 system-ui, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.about-image-placeholder span {
  padding: 0.7rem 0.85rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.about h2,
.contact-section h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4.4vw, 4.2rem);
  font-weight: 950;
  line-height: 1;
}

.contact-section {
  border-top: 1px solid rgba(21, 23, 26, 0.1);
}

.legal {
  border-top: 1px solid rgba(21, 23, 26, 0.1);
  background: rgba(255, 255, 255, 0.55);
  min-height: calc(100svh - 165px);
}

.legal-contrast {
  background: #15171a;
  color: white;
}

.legal-heading {
  display: grid;
  grid-template-columns: minmax(120px, 0.18fr) minmax(0, 1fr) auto;
  gap: 1.2rem;
  align-items: start;
  margin-bottom: clamp(1.8rem, 4vw, 3rem);
}

.legal-heading h1,
.legal-heading h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4.4vw, 4.2rem);
  font-weight: 950;
  line-height: 1;
}

.legal-heading p:not(.label) {
  margin-bottom: 0;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.legal article {
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(21, 23, 26, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.legal-contrast article {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
}

.legal-contrast .label {
  color: #ffb3a8;
}

.legal-contrast p,
.legal-contrast .legal-heading p,
.legal-contrast a {
  color: rgba(255, 255, 255, 0.78);
}

.legal article p:last-child {
  margin-bottom: 0;
}

.legal code {
  padding: 0.08rem 0.28rem;
  border-radius: 4px;
  background: #eee7dc;
  color: var(--ink);
}

.cookie-banner {
  position: fixed;
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  left: clamp(1rem, 3vw, 2rem);
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 1rem;
  border: 1px solid rgba(21, 23, 26, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 70px rgba(21, 23, 26, 0.2);
  backdrop-filter: blur(14px);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.site-footer {
  background: #15171a;
  color: rgba(255, 255, 255, 0.72);
  padding: 1.2rem clamp(1rem, 4vw, 3rem) 2rem;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}

.footer-inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.footer-links {
  display: flex;
  gap: clamp(0.7rem, 3vw, 1.4rem);
}

.footer-links a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.footer-links a:hover {
  color: white;
}


@media (max-width: 980px) {
  .section-heading,
  .legal-heading,
  .video-grid,
  .legal-grid,
  .cookie-banner {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .legal-heading {
    max-width: 800px;
  }

  .consent-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-image-placeholder {
    float: none;
    width: min(100%, 420px);
    min-width: 0;
    margin: 0 0 1.4rem;
  }
}

@media (max-width: 620px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    width: 100%;
    justify-content: space-between;
  }

  h1 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  .button,
  .cookie-actions {
    width: 100%;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .video-copy {
    grid-template-columns: 1fr;
  }

  .number,
  .video-copy p {
    grid-column: 1;
  }
}
