:root {
  --ink: #111111;
  --white: #ffffff;
  --soft: #f3f3f1;
  --muted: #666666;
  --line: #d7d7d3;
  --blue: #1447ff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: inherit;
}

.shell {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
}


/* HEADER */

.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.nav {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-decoration: none;
}

.brand strong {
  font-size: 21px;
  line-height: 1;
  letter-spacing: -.035em;
}

.brand span {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .02em;
}

nav {
  display: flex;
  gap: 34px;
}

nav a {
  color: #444;
  font-size: 14px;
  text-decoration: none;
}

nav a:hover {
  color: var(--blue);
}


/* HERO */

.hero {
  padding: 112px 0 120px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 38px;
}

.hero-marker {
  background: var(--blue);
  min-height: 100%;
}

.hero-content {
  max-width: 1030px;
}

h1 {
  margin: 0;
  max-width: 980px;
  font-size: clamp(52px, 6vw, 76px);
  font-weight: 800;
  line-height: .99;
  letter-spacing: -.06em;
}

.hero-copy {
  max-width: 780px;
  margin: 42px 0 0;
  color: #363636;
  font-size: clamp(19px, 1.7vw, 24px);
  line-height: 1.45;
}


/* YOUR LENS STRIP */

.now-strip {
  display: block;
  background: var(--blue);
  color: var(--white);
  text-decoration: none;
}

.now-strip-inner {
  min-height: 98px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
}

.now-strip span:first-child {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .15em;
}

.now-strip strong {
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -.04em;
}

.now-strip .arrow {
  font-size: 34px;
}


/* SECTION DEFAULTS */

section {
  border-bottom: 1px solid var(--line);
}

h2 {
  margin: 0;
  font-size: clamp(38px, 4.5vw, 60px);
  font-weight: 750;
  line-height: 1.03;
  letter-spacing: -.05em;
}


/* CAREER ARC */

.career {
  padding: 112px 0;
  background: var(--soft);
}

.section-intro {
  max-width: 930px;
}

.career-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 78px;
  border-top: 3px solid var(--ink);
}

.career-grid article {
  min-height: 290px;
  padding: 28px 30px 24px 0;
  border-right: 1px solid #bdbdb8;
}

.career-grid article:not(:first-child) {
  padding-left: 30px;
}

.career-grid article:last-child {
  border-right: 0;
}

.number {
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
}

.career-grid h3 {
  margin: 40px 0 15px;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -.035em;
}

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


/* SELECTED WORK */

.selected-work {
  padding: 112px 0;
}

.section-heading-row {
  margin-bottom: 62px;
}

.work-list {
  border-top: 3px solid var(--ink);
}

.work-list article {
  display: grid;
  grid-template-columns: 32% 68%;
  padding: 48px 0 52px;
  border-bottom: 1px solid var(--line);
}

.work-list article:last-child {
  border-bottom: 0;
}

.work-company {
  color: var(--ink);
  font-size: clamp(29px, 3vw, 40px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.045em;
}

.work-copy {
  max-width: 710px;
}

.work-copy h3 {
  margin: 2px 0 18px;
  color: var(--blue);
  font-size: clamp(18px, 1.8vw, 23px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.work-copy p {
  margin: 0;
  color: #4b4b4b;
  font-size: 18px;
  line-height: 1.55;
}


/* CURRENT */

.current {
  padding: 120px 0;
  background: var(--ink);
  color: var(--white);
}

.current-grid {
  display: grid;
  grid-template-columns: 48% 52%;
  gap: 80px;
}

.current-title span {
  display: block;
  margin-bottom: 30px;
  color: #8fa5ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
}

.current-title h2 {
  max-width: 540px;
}

.current-copy {
  max-width: 600px;
  font-size: 20px;
  line-height: 1.55;
  color: #d8d8d8;
}

.current-copy p:first-child {
  margin-top: 0;
}

.current-copy a {
  color: var(--white);
  text-decoration-color: #7993ff;
  text-underline-offset: 4px;
}


/* OPERATE */

.operate {
  padding: 115px 0;
}

.operate-grid {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 75px;
}

.operate-copy {
  max-width: 560px;
  color: #454545;
  font-size: 19px;
  line-height: 1.6;
}

.operate-copy p:first-child {
  margin-top: 0;
}



/* ABOUT */

.about {
  padding: 110px 0;
  background: var(--soft);
}

.about-grid {
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 90px;
}

.about-copy {
  max-width: 650px;
  color: #454545;
  font-size: 19px;
  line-height: 1.6;
}

.about-copy p:first-child {
  margin-top: 0;
}


/* CONTACT */

.contact {
  padding: 110px 0 125px;
  background: var(--blue);
  color: var(--white);
}

.contact-grid {
  display: grid;
  grid-template-columns: 58% 42%;
  gap: 70px;
  align-items: end;
}

.contact h2 {
  max-width: 690px;
}

.contact-links {
  font-size: 18px;
}

.contact-links p {
  margin: 10px 0;
}

.contact-links a {
  color: var(--white);
  font-weight: 700;
  text-underline-offset: 5px;
}


/* FOOTER */

footer {
  background: var(--ink);
  color: #aaa;
}

.footer-inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}


/* MOBILE */

@media (max-width: 800px) {

  .shell {
    width: min(100% - 34px, 1180px);
  }

  .nav {
    min-height: 78px;
  }

  .brand strong {
    font-size: 19px;
  }

  .brand span {
    font-size: 11px;
  }

  nav {
    display: none;
  }

  .hero {
    padding: 72px 0 78px;
  }

  .hero-grid {
    grid-template-columns: 7px 1fr;
    gap: 22px;
  }

  h1 {
    font-size: clamp(43px, 12vw, 58px);
  }

  .hero-copy {
    margin-top: 30px;
    font-size: 18px;
  }

  .now-strip-inner {
    min-height: 82px;
    gap: 15px;
  }

  .now-strip strong {
    font-size: 26px;
  }

  .career,
  .selected-work,
  .current,
  .operate,
  .about,
  .contact {
    padding: 78px 0;
  }

  h2 {
    font-size: 40px;
  }

  .career-grid {
    grid-template-columns: 1fr;
    margin-top: 55px;
  }

  .career-grid article,
  .career-grid article:not(:first-child) {
    min-height: auto;
    padding: 30px 0;
    border-right: 0;
    border-bottom: 1px solid #bdbdb8;
  }

  .career-grid article:last-child {
    border-bottom: 0;
  }

  .career-grid h3 {
    margin-top: 18px;
  }

  .work-list article {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 38px 0;
  }

  .current-grid,
  .operate-grid,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .current-copy,
  .operate-copy,
  .about-copy {
    font-size: 18px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }

}


/* PRIVACY */

.privacy-page {
  padding: 105px 0 120px;
}

.privacy-shell {
  max-width: 900px;
}

.privacy-kicker {
  margin: 0 0 28px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .15em;
}

.privacy-page h1 {
  max-width: 760px;
  font-size: clamp(48px, 6vw, 72px);
}

.privacy-date {
  margin: 26px 0 60px;
  color: var(--muted);
  font-size: 14px;
}

.privacy-copy {
  max-width: 760px;
  color: #3f3f3f;
  font-size: 18px;
  line-height: 1.65;
}

.privacy-copy h2 {
  margin: 55px 0 15px;
  color: var(--ink);
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: -.03em;
}

.privacy-copy a {
  color: var(--blue);
  text-underline-offset: 4px;
}

footer a {
  color: inherit;
  text-underline-offset: 3px;
}

@media (max-width: 800px) {
  .privacy-page {
    padding: 70px 0 85px;
  }

  .privacy-page h1 {
    font-size: 45px;
  }

  .privacy-date {
    margin-bottom: 45px;
  }

  .privacy-copy {
    font-size: 17px;
  }

  .privacy-copy h2 {
    margin-top: 42px;
  }
}

/* ANALYTICS PREFERENCES */
.analytics-consent {
  position: fixed;
  z-index: 100;
  bottom: 16px;
  left: 16px;
  width: min(440px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  overflow: auto;
  padding: 20px;
  background: var(--white);
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: 0 4px 24px #0002;
  font-size: 15px;
}
.analytics-consent[hidden], .analytics-settings[hidden] { display: none; }
.analytics-consent p { margin: 0 0 16px; }
.analytics-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.analytics-actions button {
  font: inherit;
  padding: 10px 16px;
  min-height: 44px;
  border: 1px solid var(--ink);
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
}
.analytics-actions button:hover { background: var(--soft); }
.analytics-settings {
  margin-left: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.analytics-actions button:focus-visible, .analytics-settings:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}
