@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/hanken-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/hanken-semibold.woff2") format("woff2");
  font-weight: 600 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Newsreader;
  src: url("../fonts/newsreader-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Newsreader;
  src: url("../fonts/newsreader-500-italic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
:root {
  --ink: #0b2747;
  --muted: #536571;
  --paper: #f4f9fa;
  --white: #fff;
  --accent: #06767d;
  --accent-dark: #055e65;
  --wash: #e3f4f3;
  --turquoise: #24bdd0;
  --line: #cfe4e6;
  --serif: Newsreader, Georgia, serif;
  --sans: "Hanken Grotesk", sans-serif;
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
}
svg {
  display: block;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 6px;
}
::selection {
  color: #fff;
  background: var(--accent);
}
.container {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.section {
  padding-block: 108px;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.5;
  color: var(--accent);
}
.skip-link {
  position: fixed;
  top: 14px;
  left: 16px;
  z-index: 50;
  padding: 10px 18px;
  background: var(--ink);
  color: #fff;
  transform: translateY(-180%);
}
.skip-link:focus {
  transform: none;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  height: 92px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wordmark {
  text-decoration: none;
  display: flex;
  align-items: baseline;
  gap: 9px;
}
.wordmark > span {
  font-family: var(--serif);
  font-size: 39px;
  line-height: 1;
  letter-spacing: -1.4px;
}
.wordmark small {
  font-size: 10px;
  letter-spacing: 0.23em;
  color: var(--accent);
  font-weight: 600;
}
.site-header nav {
  display: flex;
  gap: 36px;
  align-items: center;
}
.site-header nav a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  padding-block: 12px;
  position: relative;
}
.site-header nav a:hover {
  color: var(--accent);
}
.site-header nav a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
  border-bottom: 1px solid;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s;
}
.site-header nav a:hover:after {
  transform: scaleX(1);
}
.nav-contact {
  display: flex;
  gap: 16px;
  align-items: center;
}
.nav-contact svg {
  width: 21px;
  height: 21px;
}
.nav-toggle {
  display: none;
}
.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 55px;
  align-items: center;
  padding-block: 75px 86px;
}
.hero-copy > .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
}
.hero-copy > .eyebrow > span {
  width: 22px;
  height: 1px;
  background: var(--accent);
  flex: none;
}
h1 {
  font: 500 clamp(52px, 5.15vw, 75px) / 1.03 var(--serif);
  letter-spacing: -2px;
}
h1 em {
  color: var(--accent);
  font-weight: 500;
}
.hero-description {
  font-size: 21px;
  line-height: 1.6;
  max-width: 500px;
  margin-top: 25px;
}
.button {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  background: var(--accent);
  color: white;
  padding: 17px 23px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  min-height: 58px;
  border: 1px solid var(--accent);
  transition:
    background 0.2s,
    border-color 0.2s;
}
.button svg {
  width: 23px;
  height: 23px;
  flex: none;
}
.button:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
}
.hero .button {
  margin-top: 34px;
}
.audience {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  max-width: 440px;
  margin-top: 20px;
}
.decision-visual {
  position: relative;
  min-height: 500px;
  display: grid;
  align-items: center;
  padding: 26px 20px 26px 22px;
  background: var(--wash);
  overflow: hidden;
}
.visual-orbit {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  stroke: #82c8cc;
  stroke-width: 0.8;
}
.orbit-dot {
  fill: var(--turquoise);
  stroke: none;
}
.decision-sheet {
  position: relative;
  width: calc(100% - 40px);
  background: var(--white);
  padding: 37px 34px 47px;
  margin-top: 15px;
  box-shadow: 15px 16px 0 #91caca40;
  border: 1px solid #c5e3e5;
}
.sheet-label {
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--muted);
}
.decision-sheet h2 {
  font: 500 32px/1.1 var(--serif);
  letter-spacing: -0.6px;
  margin: 14px 0 29px;
  max-width: 240px;
}
.decision-sheet ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 24px;
}
.decision-sheet li {
  display: flex;
  gap: 17px;
  position: relative;
}
.decision-sheet li:not(:last-child):before {
  content: "";
  position: absolute;
  top: 13px;
  left: 5px;
  height: calc(100% + 23px);
  border-left: 1px solid #a5dcd9;
}
.step-dot {
  width: 11px;
  height: 11px;
  background: var(--white);
  border: 1.5px solid var(--accent);
  border-radius: 50%;
  margin-top: 7px;
  flex: none;
  position: relative;
}
.decision-sheet li:last-child .step-dot {
  background: var(--accent);
}
.decision-sheet h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
}
.decision-sheet li p {
  font-size: 13px;
  line-height: 1.45;
  color: var(--muted);
  max-width: 255px;
}
.sheet-corner {
  position: absolute;
  right: 24px;
  bottom: 16px;
  width: 28px;
  height: 28px;
}
.services {
  background: var(--white);
  border-top: 1px solid var(--line);
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 2.05fr;
  gap: 60px;
  align-items: baseline;
  margin-bottom: 48px;
}
.section-heading h2,
.collaboration h2 {
  font: 500 46px/1.12 var(--serif);
  letter-spacing: -1px;
}
.service-row {
  display: grid;
  grid-template-columns: 55px 0.98fr 1.24fr;
  gap: 35px;
  padding-block: 38px;
  border-top: 1px solid var(--line);
  scroll-margin-top: 105px;
}
.service-index {
  font: 500 25px/1.1 var(--serif);
  color: #587982;
  padding-top: 4px;
}
.service-label {
  color: var(--accent);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.5;
  margin-bottom: 13px;
}
.service-title h3 {
  font: 500 31px/1.17 var(--serif);
  letter-spacing: -0.35px;
  max-width: 355px;
}
.service-description > p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--muted);
}
.result {
  margin-top: 22px;
  border-left: 2px solid var(--turquoise);
  padding-left: 17px;
}
.result > span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 3px;
}
.result p {
  font-size: 15px;
  line-height: 1.5;
}
.collaboration {
  background: #051931;
  color: var(--paper);
}
.collaboration .eyebrow {
  color: #71e0d3;
}
.collaboration-intro {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 100px;
  align-items: end;
}
.collaboration h2 {
  max-width: 510px;
  margin-top: 20px;
}
.collaboration-intro > p {
  font-size: 18px;
  color: #cddae4;
  line-height: 1.7;
  max-width: 480px;
}
.work-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
  list-style: none;
  margin: 58px 0 0;
  padding: 0;
}
.work-steps li {
  border-top: 1px solid #496174;
  padding-top: 26px;
}
.work-number {
  display: block;
  font: 500 27px/1 var(--serif);
  color: #71e0d3;
  margin-bottom: 29px;
}
.work-steps h3 {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
  margin-bottom: 13px;
}
.work-steps p {
  font-size: 16px;
  line-height: 1.7;
  color: #cddae4;
}
.person-inner {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) 1.4fr;
  gap: 100px;
  align-items: center;
}
.person-identity h2 {
  font: 500 52px/1.1 var(--serif);
  letter-spacing: -1px;
  margin-top: 21px;
}
.person-role {
  font-size: 14px;
  color: var(--muted);
  margin-top: 8px;
}
.person-portrait {
  position: relative;
  max-width: 370px;
}
.person-portrait:after {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  border: 1px solid #82c8cc;
  z-index: -1;
}
.person-portrait img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}
.person {
  isolation: isolate;
}
.person-identity {
  margin-bottom: 30px;
}
.profile-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-block: 12px;
  margin-top: 15px;
  color: var(--accent);
  font-size: 15px;
  text-underline-offset: 5px;
}
.profile-link svg {
  width: 18px;
  height: 18px;
}
.brand-symbol {
  align-self: center;
  margin-right: 3px;
  flex: none;
}
.person-copy h3 {
  font: 500 33px/1.18 var(--serif);
  letter-spacing: -0.4px;
  max-width: 455px;
  margin-bottom: 22px;
}
.person-copy > p {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.75;
}
.person-copy .person-note {
  font-size: 15px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.contact {
  background: var(--wash);
  border-top: 1px solid #b8ddd9;
  border-bottom: 1px solid #b8ddd9;
  padding-block: 90px;
}
.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  align-items: center;
}
.contact h2 {
  font: 500 49px/1.1 var(--serif);
  letter-spacing: -1px;
  max-width: 465px;
  margin: 20px 0;
}
.contact-description {
  font-size: 18px;
  color: #425e6a;
  max-width: 410px;
}
.contact-methods {
  display: grid;
  gap: 30px;
}
.contact-methods span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #4f6b77;
  margin-bottom: 12px;
}
.email-method > a {
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1.3;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 0 14px;
  border-bottom: 1px solid #66afb5;
  text-decoration: none;
  align-items: center;
}
.email-method svg {
  height: 28px;
  width: 28px;
  flex: none;
}
.phone-method > a {
  font-size: 21px;
  text-decoration: none;
  display: inline-block;
  padding-block: 4px;
}
.contact-methods a:hover {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.site-footer {
  background: var(--paper);
  padding-block: 28px;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  font-size: 12px;
  color: var(--muted);
}
.footer-inner a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-block: 6px;
}
.footer-inner a:hover {
  color: var(--accent);
}
@media (min-width: 1500px) {
  .hero {
    min-height: 740px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 30px;
    min-height: 620px;
    padding-block: 64px;
  }
  h1 {
    font-size: 59px;
  }
  .hero-description {
    font-size: 19px;
  }
  .decision-visual {
    min-height: 460px;
    padding: 22px 8px 22px 18px;
  }
  .decision-sheet {
    width: calc(100% - 22px);
    padding: 30px 23px 42px;
  }
  .service-row {
    grid-template-columns: 36px 1fr 1.15fr;
    gap: 22px;
  }
  .service-title h3 {
    font-size: 28px;
  }
  .section-heading {
    gap: 30px;
    grid-template-columns: 0.75fr 2fr;
  }
  .section-heading h2,
  .collaboration h2 {
    font-size: 41px;
  }
  .collaboration-intro,
  .person-inner,
  .contact-inner {
    gap: 65px;
  }
  .work-steps {
    gap: 32px;
  }
  .email-method > a {
    font-size: 26px;
  }
  .contact h2 {
    font-size: 44px;
  }
}
@media (max-width: 800px) {
  :root {
    scroll-padding-top: 84px;
  }
  .container {
    width: calc(100% - 44px);
  }
  .section {
    padding-block: 72px;
  }
  .header-inner {
    height: 78px;
  }
  .wordmark > span {
    font-size: 34px;
  }
  .site-header nav {
    gap: 23px;
  }
  .site-header nav a {
    font-size: 13px;
  }
  .hero {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding-block: 58px;
  }
  .hero-copy > .eyebrow {
    font-size: 10px;
    letter-spacing: 0.06em;
  }
  .hero-copy > .eyebrow > span {
    width: 15px;
  }
  .hero h1 {
    font-size: 48px;
    letter-spacing: -1.4px;
  }
  .hero-description {
    font-size: 17px;
  }
  .hero .button {
    font-size: 13px;
    gap: 14px;
    padding: 14px;
    margin-top: 24px;
  }
  .audience {
    font-size: 12px;
  }
  .decision-visual {
    min-height: 422px;
    padding-left: 12px;
  }
  .decision-sheet {
    padding: 26px 18px 39px;
  }
  .decision-sheet h2 {
    font-size: 28px;
  }
  .decision-sheet ol {
    gap: 18px;
  }
  .decision-sheet h3 {
    font-size: 14px;
  }
  .decision-sheet li p {
    font-size: 12px;
  }
  .decision-sheet li {
    gap: 13px;
  }
  .decision-sheet li:not(:last-child):before {
    height: calc(100% + 17px);
  }
  .service-row {
    grid-template-columns: 29px 1fr 1.2fr;
    gap: 20px;
  }
  .service-description > p {
    font-size: 15px;
  }
  .service-title h3 {
    font-size: 25px;
  }
  .service-label {
    font-size: 11px;
  }
  .result p {
    font-size: 14px;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 17px;
    margin-bottom: 32px;
  }
  .section-heading h2 {
    font-size: 39px;
  }
  .collaboration-intro {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .collaboration-intro > p {
    max-width: 590px;
    font-size: 17px;
  }
  .work-steps {
    gap: 25px;
    margin-top: 40px;
  }
  .work-steps h3 {
    font-size: 16px;
  }
  .work-steps p {
    font-size: 14px;
  }
  .person-inner {
    gap: 42px;
    grid-template-columns: 0.85fr 1.15fr;
  }
  .person-identity h2 {
    font-size: 42px;
  }
  .person-copy h3 {
    font-size: 28px;
  }
  .person-copy > p {
    font-size: 15px;
  }
  .contact-inner {
    gap: 42px;
  }
  .contact h2 {
    font-size: 37px;
  }
  .contact-description {
    font-size: 16px;
  }
  .email-method > a {
    font-size: 23px;
  }
  .email-method svg {
    width: 21px;
    height: 21px;
  }
  .phone-method > a {
    font-size: 19px;
  }
}
@media (max-width: 640px) {
  .container {
    width: calc(100% - 40px);
  }
  .section {
    padding-block: 57px;
  }
  .header-inner {
    height: 73px;
  }
  .wordmark > span {
    font-size: 33px;
  }
  .wordmark small {
    font-size: 8px;
  }
  .nav-toggle {
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .nav-toggle > span {
    width: 18px;
    height: 1px;
    background: var(--ink);
    transition: transform 0.18s;
  }
  .nav-toggle[aria-expanded="true"] > span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .nav-toggle[aria-expanded="true"] > span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  .site-header nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 73px;
    display: none;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    padding: 10px 20px 18px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }
  .site-header nav.is-open {
    display: flex;
  }
  .site-header nav a {
    font-size: 17px;
    padding: 15px 0;
  }
  .site-header nav a:after {
    display: none;
  }
  .nav-contact {
    justify-content: space-between;
  }
  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
    padding-block: 49px 44px;
    min-height: 0;
  }
  .hero-copy > .eyebrow {
    font-size: 10px;
    letter-spacing: 0.07em;
    margin-bottom: 22px;
  }
  .hero h1 {
    font-size: clamp(41px, 11.4vw, 64px);
    letter-spacing: -1.45px;
  }
  .hero-description {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 23px;
  }
  .hero .button {
    font-size: 14px;
    margin-top: 27px;
    padding: 16px 19px;
    justify-content: space-between;
    gap: 19px;
    min-height: 57px;
  }
  .audience {
    font-size: 13px;
    max-width: 310px;
    margin-top: 17px;
  }
  .decision-visual {
    min-height: 0;
    padding: 27px 28px 34px 19px;
  }
  .decision-sheet {
    width: 100%;
    padding: 26px 26px 34px;
    margin: 0;
  }
  .decision-sheet h2 {
    max-width: none;
    font-size: 30px;
    margin-bottom: 22px;
  }
  .decision-sheet ol {
    gap: 17px;
  }
  .decision-sheet h3 {
    font-size: 15px;
  }
  .decision-sheet li p {
    font-size: 13px;
    max-width: none;
  }
  .sheet-corner {
    right: 21px;
    bottom: 13px;
  }
  .section-heading h2,
  .collaboration h2 {
    font-size: 37px;
    letter-spacing: -0.75px;
  }
  .service-row {
    grid-template-columns: 28px 1fr;
    gap: 8px 15px;
    padding-block: 30px;
  }
  .service-index {
    font-size: 23px;
  }
  .service-title h3 {
    font-size: 29px;
    max-width: 410px;
  }
  .service-label {
    font-size: 11px;
    margin-bottom: 11px;
  }
  .service-description {
    grid-column: 2;
  }
  .service-description > p {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 10px;
  }
  .result {
    margin-top: 19px;
  }
  .result p {
    font-size: 14px;
  }
  .work-steps {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 34px;
  }
  .work-steps li {
    display: grid;
    grid-template-columns: 30px 1fr;
    column-gap: 17px;
    padding-top: 23px;
  }
  .work-number {
    grid-row: 1/3;
    margin: 2px 0 0;
    font-size: 26px;
  }
  .work-steps h3 {
    font-size: 17px;
    margin-bottom: 9px;
  }
  .work-steps p {
    grid-column: 2;
    font-size: 15px;
  }
  .person-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .person-identity h2 {
    font-size: 45px;
    margin-top: 16px;
  }
  .person-portrait {
    width: 230px;
    margin-bottom: 10px;
  }
  .person-portrait:after {
    inset: 12px -12px -12px 12px;
  }
  .brand-symbol {
    width: 34px;
    height: 34px;
  }
  .person-copy h3 {
    font-size: 32px;
    max-width: 370px;
  }
  .person-copy > p {
    font-size: 16px;
  }
  .person-copy .person-note {
    font-size: 14px;
  }
  .contact-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .contact h2 {
    font-size: 40px;
    max-width: 360px;
  }
  .contact-description {
    font-size: 17px;
  }
  .email-method > a {
    font-size: clamp(23px, 6.4vw, 30px);
  }
  .contact-methods {
    gap: 25px;
  }
  .phone-method > a {
    font-size: 21px;
  }
  .footer-inner {
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 11px;
    gap: 14px;
  }
  .footer-inner > p:nth-child(2) {
    display: none;
  }
  .site-footer {
    padding-block: 22px;
  }
}
@media (max-width: 640px) {
  html:not(.js) .header-inner {
    height: auto;
    min-height: 73px;
    flex-wrap: wrap;
    padding-block: 18px;
    gap: 14px;
  }
  html:not(.js) .nav-toggle {
    display: none;
  }
  html:not(.js) .site-header nav {
    position: static;
    display: flex;
    width: 100%;
    padding: 0;
    border: 0;
  }
  html:not(.js) .site-header {
    position: static;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
@media print {
  .site-header {
    position: static;
  }
  .nav-toggle,
  .button,
  .site-footer a {
    display: none;
  }
  .container {
    width: 100%;
  }
  .section {
    padding-block: 25px;
  }
  .hero {
    min-height: 0;
    padding-block: 25px;
  }
  body {
    font-size: 12px;
  }
  .collaboration {
    background: white;
    color: black;
  }
  .collaboration p,
  .collaboration .eyebrow {
    color: black;
  }
  .service-row,
  .person-inner,
  .contact-inner {
    break-inside: avoid;
  }
  .contact a:after {
    content: " (" attr(href) ")";
    font-family: var(--sans);
    font-size: 10px;
  }
  .contact-methods a {
    font-size: 17px;
  }
  .decision-visual {
    display: none;
  }
}
