:root {
  --ink: #142120;
  --ink-soft: #20302f;
  --paper: #f1f1ec;
  --paper-deep: #dfe4e0;
  --teal: #4f7d79;
  --teal-light: #92b6b1;
  --teal-deep: #173535;
  --line: rgba(20, 33, 32, 0.16);
  --light-line: rgba(255, 255, 255, 0.2);
  --font-sans: "Avenir Next", Avenir, "Myriad Pro", "Segoe UI", Helvetica, Arial, sans-serif;
  --font-display: "Avenir Next", Avenir, "Myriad Pro", "Segoe UI", Helvetica, Arial, sans-serif;
  --wrap: min(1180px, calc(100vw - 56px));
  --header-h: 86px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.menu-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }
.wrap { width: var(--wrap); margin-inline: auto; }
.section { padding-block: 120px; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: max(28px, calc((100vw - 1180px) / 2));
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .19em;
}

.brand-mark { width: 30px; height: 30px; fill: currentColor; }

.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav > a:not(.button) { font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.site-nav > a:not(.button)::after { content: ""; display: block; width: 0; height: 1px; margin-top: 3px; background: currentColor; transition: width .25s ease; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { width: 100%; }

.menu-toggle { display: none; background: none; border: 0; color: inherit; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid var(--teal-light);
  background: var(--teal-light);
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.button:hover, .button:focus-visible { background: #afd0cc; transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 17px; gap: 18px; }

.hero {
  position: relative;
  min-height: 760px;
  height: 100svh;
  max-height: 940px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: white;
  background: var(--ink);
}

.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image {
  background-image: url("../images/hero-studio.jpg");
  background-position: center;
  background-size: cover;
  filter: saturate(.76) contrast(1.02);
  transform: scale(1.01);
}

.hero-shade { background: linear-gradient(90deg, rgba(8,25,25,.97) 0%, rgba(8,25,25,.78) 42%, rgba(8,25,25,.24) 74%, rgba(8,25,25,.5) 100%), linear-gradient(0deg, rgba(8,25,25,.6), transparent 44%); }
.hero-content { position: relative; z-index: 2; padding-top: 70px; }

.eyebrow {
  margin: 0 0 20px;
  color: var(--teal-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.hero h1, .section h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(64px, 8.4vw, 126px);
  font-weight: 600;
  line-height: .89;
  letter-spacing: -.06em;
}

.hero h1 em, .section h2 em { color: var(--teal-light); font-weight: 300; font-style: normal; }
.hero-lede { max-width: 570px; margin: 30px 0 34px; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.text-link { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { margin-left: 8px; transition: margin .2s ease; }
.text-link:hover span { margin-left: 14px; }

.hero-index {
  position: absolute;
  z-index: 2;
  right: max(28px, calc((100vw - 1180px) / 2));
  bottom: 42px;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  color: rgba(255,255,255,.24);
  line-height: 1;
}

.hero-index span:first-child { font-size: 88px; font-weight: 200; letter-spacing: -.08em; }
.hero-index span:last-child { padding-bottom: 10px; font-size: 10px; font-weight: 700; letter-spacing: .3em; writing-mode: vertical-rl; }
.section-kicker { display: flex; align-items: center; gap: 18px; margin-bottom: 44px; color: #6c6c64; }
.section-kicker::after { content: ""; width: 56px; height: 1px; background: var(--line); }
.section-kicker p { margin: 0; font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }

.company { display: grid; grid-template-columns: .72fr 1.28fr; column-gap: 8%; }
.company .section-kicker { grid-column: 1; }
.company-copy { grid-column: 2; }
.company-copy h2, .brands-heading h2 { font-size: clamp(47px, 6vw, 78px); line-height: 1.02; }
.company-copy > p { max-width: 680px; margin: 28px 0 0; color: #5b6462; font-size: 18px; }
.company-copy > p + p { margin-top: 16px; }
.company-image { grid-column: 1 / -1; height: min(49vw, 560px); margin: 76px 0 0; overflow: hidden; background: var(--teal-deep); }
.company-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.42) hue-rotate(108deg); opacity: .88; }

.services { background: var(--teal-deep); color: white; }
.services .section-kicker { color: rgba(255,255,255,.52); }
.services-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 9%; }
.services-heading h2 { font-size: clamp(47px, 5.8vw, 76px); line-height: 1.02; }
.services-heading p { margin: 0 0 4px; color: rgba(255,255,255,.6); }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 78px; border-top: 1px solid var(--light-line); }

.service-card {
  position: relative;
  min-height: 230px;
  padding: 38px 42px 36px 0;
  border-bottom: 1px solid var(--light-line);
}
.service-card:nth-child(odd) { border-right: 1px solid var(--light-line); }
.service-card:nth-child(even) { padding-left: 42px; }
.service-card:last-child { grid-column: 1 / -1; min-height: 190px; border-right: 0; }
.service-card:last-child p { max-width: 700px; }
.service-card h3 { margin: 0 0 18px; color: var(--teal-light); font-size: 27px; font-weight: 500; letter-spacing: -.025em; }
.service-card p { max-width: 470px; margin: 0; color: rgba(255,255,255,.58); }
.section-kicker-light { color: rgba(255,255,255,.5); }
.section-kicker-light::after { background: var(--light-line); }

.brands { display: grid; grid-template-columns: .75fr 1.25fr; gap: 0 8%; }
.brands .section-kicker { grid-column: 1; }
.brands-heading { grid-column: 2; }
.brands-heading p { max-width: 620px; margin: 30px 0 0; color: #65665f; font-size: 17px; }
.brand-list { grid-column: 1 / -1; margin-top: 90px; border-top: 1px solid var(--line); }
.brand-list a { display: grid; grid-template-columns: 1fr 280px 24px; align-items: center; gap: 20px; min-height: 112px; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }
.brand-list a:hover, .brand-list a:focus-visible { padding-inline: 18px; background: rgba(79,125,121,.08); }
.brand-list strong { font-size: clamp(24px, 3.2vw, 43px); font-weight: 450; letter-spacing: -.04em; }
.brand-list strong span { color: var(--teal); font-weight: 300; }
.brand-list small { color: #686961; font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.brand-list-arrow { color: var(--teal); font-size: 22px; }

.contact { position: relative; overflow: hidden; padding: 126px 0; background: #d5e1de; color: var(--ink); }
.contact-content { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 30px 9%; }
.contact .eyebrow { grid-column: 1; color: var(--teal-deep); }
.contact h2 { grid-column: 1; font-size: clamp(60px, 7.6vw, 100px); }
.contact h2 em { color: var(--teal); }
.contact-content > p:not(.eyebrow) { grid-column: 1; max-width: 470px; margin: 32px 0 0; font-size: 18px; }
.contact-form { grid-column: 2; grid-row: 1 / span 4; align-self: start; padding: 38px; background: var(--teal-deep); color: white; box-shadow: 0 30px 70px rgba(17,53,53,.16); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-form label { display: block; margin-bottom: 24px; }
.contact-form label > span { display: block; margin-bottom: 8px; color: rgba(255,255,255,.66); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-form label small { font-size: 9px; font-weight: 400; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.27); border-radius: 0; outline: 0; background: transparent; color: white; resize: vertical; }
.contact-form select { color-scheme: dark; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.35); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--teal-light); }
.button-light { width: 100%; margin-top: 8px; border-color: var(--paper); background: var(--paper); }
.button-light:hover { background: white; }
.form-note { margin: 14px 0 0; color: rgba(255,255,255,.42); font-size: 11px; text-align: center; }
.contact-orbit { position: absolute; left: -160px; bottom: -250px; width: 560px; height: 560px; display: grid; place-items: center; border: 1px solid rgba(23,53,53,.14); border-radius: 50%; }
.contact-orbit::before, .contact-orbit::after { content: ""; position: absolute; border: 1px solid rgba(23,53,53,.12); border-radius: inherit; }
.contact-orbit::before { inset: 60px; }
.contact-orbit::after { inset: 130px; }
.contact-orbit span { font-size: 120px; font-weight: 200; letter-spacing: -.08em; opacity: .18; }

.site-footer { min-height: 118px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; padding-inline: max(28px, calc((100vw - 1180px) / 2)); background: var(--teal-deep); color: rgba(255,255,255,.5); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.brand-footer { color: white; }
.site-footer p { text-align: center; }
.site-footer > a:last-child { justify-self: end; }

:focus-visible { outline: 2px solid var(--teal-light); outline-offset: 4px; }

@media (max-width: 920px) {
  :root { --wrap: min(100% - 40px, 720px); }
  .section { padding-block: 90px; }
  .menu-toggle { z-index: 2; display: grid; gap: 7px; width: 42px; height: 42px; place-content: center; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 1px; background: currentColor; transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 28px; visibility: hidden; opacity: 0; background: var(--teal-deep); transition: opacity .2s ease, visibility .2s ease; }
  .site-nav.is-open { visibility: visible; opacity: 1; }
  .site-nav > a:not(.button) { font-size: 25px; text-transform: none; letter-spacing: -.02em; }
  .hero { min-height: 720px; }
  .hero-content { padding-top: 40px; }
  .hero-index { display: none; }
  .company, .brands { display: block; }
  .company-copy h2, .brands-heading h2 { font-size: clamp(44px, 9vw, 68px); }
  .company-image { height: 56vw; min-height: 390px; margin-top: 58px; }
  .services-heading { grid-template-columns: 1fr; }
  .services-heading p { max-width: 620px; margin-top: 28px; }
  .services-grid { grid-template-columns: 1fr; margin-top: 60px; }
  .service-card, .service-card:nth-child(even) { min-height: 0; padding: 34px 0; border-right: 0; }
  .service-card:last-child { border-right: 0; }
  .brand-list { margin-top: 60px; }
  .brand-list a { grid-template-columns: 1fr 24px; }
  .brand-list small { display: none; }
  .contact-content { grid-template-columns: 1fr; }
  .contact .eyebrow, .contact h2, .contact-content > p:not(.eyebrow), .contact-form { grid-column: 1; grid-row: auto; }
  .contact-form { margin-top: 30px; }
  .site-footer { grid-template-columns: 1fr 1fr; padding-block: 30px; }
  .site-footer p { grid-column: 1 / -1; grid-row: 2; text-align: left; }
}

@media (max-width: 560px) {
  :root { --wrap: calc(100% - 32px); --header-h: 74px; }
  .site-header { padding-inline: 16px; }
  .hero { min-height: 700px; height: 100svh; }
  .hero-image { background-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,25,25,.97) 0%, rgba(8,25,25,.76) 74%, rgba(8,25,25,.54) 100%), linear-gradient(0deg, rgba(8,25,25,.62), transparent 50%); }
  .hero h1 { font-size: clamp(57px, 20vw, 82px); }
  .hero-lede { font-size: 16px; line-height: 1.55; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .section { padding-block: 74px; }
  .company-copy h2, .brands-heading h2 { font-size: 43px; }
  .company-copy > p { font-size: 16px; }
  .company-image { height: 66vw; min-height: 280px; margin-top: 44px; }
  .services-grid { margin-inline: -16px; }
  .service-card, .service-card:nth-child(even) { padding: 30px 20px; }
  .service-card h3 { font-size: 24px; }
  .brand-list a { min-height: 92px; grid-template-columns: 1fr 20px; gap: 10px; }
  .brand-list strong { font-size: 23px; }
  .contact { padding-block: 76px; }
  .contact h2 { font-size: 58px; }
  .contact-form { padding: 26px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .site-footer { grid-template-columns: 1fr; gap: 22px; padding: 34px 16px; }
  .site-footer p { grid-column: 1; grid-row: auto; margin: 0; }
  .site-footer > a:last-child { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
