:root {
  --ink: #171717;
  --muted: #666;
  --line: #dedbd5;
  --paper: #fbfaf7;
  --white: #fff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px clamp(20px, 5vw, 72px);
  background: rgba(251, 250, 247, .92);
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  backdrop-filter: blur(10px);
}

.wordmark,
.site-header nav {
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.wordmark {
  font-size: 18px;
  font-weight: 700;
}

.site-header nav {
  display: flex;
  gap: clamp(14px, 3vw, 38px);
  font-size: 13px;
}

.hero {
  min-height: min(760px, 88vh);
  display: grid;
  place-content: center;
  justify-items: center;
  padding: 90px 24px 120px;
  background: var(--white);
  text-align: center;
}

.hero-logo {
  width: min(680px, 82vw);
}

.hero p {
  margin: 42px 0 0;
  max-width: min(760px, 100%);
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.25;
  letter-spacing: 1px;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: clamp(36px, 6vw, 92px);
  align-items: center;
  padding: clamp(64px, 9vw, 140px) clamp(22px, 8vw, 140px);
  background: var(--paper);
}

.split-section.reverse {
  grid-template-columns: minmax(320px, 560px) minmax(0, 1fr);
  background: var(--white);
}

.media-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  background: #eee;
}

.media-frame img,
.image-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-frame {
  aspect-ratio: 1.9 / 1;
}

.copy {
  max-width: 620px;
  min-width: 0;
}

.eyebrow {
  margin: 0 0 16px;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1,
h2 {
  margin: 0 0 24px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  overflow-wrap: break-word;
}

h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

p {
  font-size: 18px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

.statement {
  padding: clamp(70px, 9vw, 150px) clamp(24px, 11vw, 180px);
  background: #1d1d1d;
  color: #fff;
}

.statement h2,
.partnership h2 {
  max-width: 1020px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 50px;
}

.service-grid article {
  border-top: 1px solid rgba(255,255,255,.35);
  padding-top: 22px;
}

.service-grid p {
  color: rgba(255,255,255,.78);
}

.image-band {
  height: clamp(260px, 34vw, 520px);
}

.partnership {
  padding: clamp(72px, 9vw, 140px) clamp(24px, 12vw, 210px);
  background: #ece8e0;
}

.partnership p {
  max-width: 860px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(280px, 480px) minmax(280px, 560px);
  gap: clamp(42px, 7vw, 110px);
  align-items: start;
  padding: clamp(72px, 9vw, 140px) clamp(24px, 10vw, 170px);
  background: var(--white);
}

.contact-section a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

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

.contact-form label {
  display: grid;
  gap: 8px;
  font-size: 13px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  padding: 14px 16px;
  font: inherit;
}

.contact-form button,
.cookie-actions button {
  border: 0;
  background: var(--ink);
  color: #fff;
  padding: 14px 24px;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.site-footer {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  padding: 30px 24px;
  background: #151515;
  color: #fff;
  text-align: center;
}

.site-footer p {
  margin: 0;
  font-size: 14px;
}

.site-footer a {
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cookie-banner {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 20;
  width: min(420px, calc(100vw - 32px));
  padding: 24px;
  background: #efefef;
  box-shadow: 0 8px 28px rgba(0,0,0,.18);
}

.cookie-banner h2 {
  margin-bottom: 12px;
  font-size: 18px;
}

.cookie-banner p {
  margin: 0;
  font-size: 15px;
  color: #555;
}

.cookie-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 22px;
}

.policy-page {
  padding: clamp(60px, 8vw, 120px) 24px;
}

.policy-card {
  width: min(900px, 100%);
  margin: 0 auto;
  padding: clamp(34px, 6vw, 72px);
  background: #fff;
}

.policy-card h1 {
  margin-bottom: 40px;
}

.policy-card h2 {
  margin-top: 34px;
  font-size: 24px;
}

@media (max-width: 780px) {
  main,
  section,
  article,
  div,
  p,
  h1,
  h2,
  h3 {
    max-width: 100%;
  }

  .site-header {
    position: static;
    display: grid;
    justify-items: center;
  }

  .site-header nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero {
    min-height: auto;
    padding: 72px 20px 82px;
  }

  .hero-logo {
    width: min(300px, 76vw);
  }

  .hero p {
    font-size: 17px;
    max-width: 300px;
  }

  .split-section,
  .split-section.reverse,
  .contact-section,
  .service-grid {
    display: block;
    width: 100%;
    overflow: hidden;
  }

  .split-section,
  .split-section.reverse,
  .statement,
  .partnership,
  .contact-section {
    padding-left: 28px;
    padding-right: 28px;
  }

  .copy,
  .statement > h2,
  .statement > .eyebrow,
  .partnership > h2,
  .partnership > p,
  .service-grid article,
  .contact-section > * {
    width: min(300px, calc(100vw - 90px));
    max-width: min(300px, calc(100vw - 90px));
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .media-frame,
  .service-grid article,
  .contact-section > * + * {
    margin-top: 34px;
  }

  .split-section.reverse .copy {
    order: 2;
  }

  .split-section.reverse .media-frame {
    order: 1;
  }

  p {
    font-size: 13px;
    overflow-wrap: anywhere;
  }

  h1,
  h2 {
    font-size: clamp(22px, 6vw, 24px);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .cookie-banner {
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
  }

  .cookie-actions {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cookie-actions button {
    padding-inline: 12px;
  }
}
