:root {
  --ink: #132a3b;
  --blue: #194875;
  --navy: #102f4d;
  --mint: #dcefe7;
  --mint-deep: #769a91;
  --paper: #f7f6f2;
  --white: #fffefa;
  --apricot: #efc199;
  --line: #d6ddd8;
  --muted: #66747b;
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
}
.prototype-ribbon {
  padding: 8px 5vw;
  background: var(--ink);
  color: #e5eee9;
  font: 10px/1.3 var(--mono);
  letter-spacing: 0.03em;
  text-align: center;
}
.site-header {
  height: 88px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(247, 246, 242, 0.92);
  border-bottom: 1px solid rgba(19, 42, 59, 0.12);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
}
.brand {
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.1;
}
.brand small {
  font-size: 11px;
  font-weight: 400;
  color: var(--muted);
  display: block;
  margin-top: 4px;
}
.brand-mark {
  width: 36px;
  height: 36px;
  border: 1px solid var(--blue);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font: 10px var(--mono);
  letter-spacing: -0.1em;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 27px;
}
.main-nav a {
  color: var(--ink);
  font-size: 14px;
  text-decoration: none;
}
.main-nav a:last-child {
  padding: 10px 14px;
  background: var(--blue);
  color: white;
  border-radius: 2px;
}
.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  font: 13px var(--mono);
  color: var(--ink);
}
.hero {
  min-height: 680px;
  padding: 90px 5vw 70px;
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 48px;
  align-items: center;
  background: var(--white);
  overflow: hidden;
}
.eyebrow,
.kicker,
.section-index {
  margin: 0;
  font: 11px var(--mono);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--blue);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font: clamp(48px, 6.1vw, 87px)/0.99 var(--serif);
  letter-spacing: -0.045em;
  margin: 23px 0 26px;
  max-width: 730px;
}
h1 em,
h2 em {
  font-style: italic;
  color: var(--blue);
}
.hero-intro {
  font-size: 18px;
  line-height: 1.55;
  max-width: 525px;
  color: #3c515d;
}
.hero-actions {
  display: flex;
  gap: 26px;
  align-items: center;
  margin: 36px 0 65px;
}
.button {
  display: inline-flex;
  gap: 25px;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
}
.button-primary {
  padding: 14px 17px;
  background: var(--blue);
  color: #fff;
}
.button-primary span,
.button-text span {
  font-size: 18px;
}
.button-text {
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
  padding: 7px 0;
}
.hero-facts {
  margin: 0;
  display: flex;
  gap: 38px;
  max-width: 525px;
  border-top: 1px solid var(--line);
  padding-top: 15px;
}
.hero-facts div {
  display: flex;
  gap: 10px;
  flex: 1;
}
.hero-facts dt {
  font: 11px var(--mono);
  color: var(--mint-deep);
}
.hero-facts dd {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: var(--muted);
}
.hero-portrait {
  height: 590px;
  position: relative;
  background: #dae1df;
  overflow: hidden;
}
.hero-portrait:before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  z-index: 1;
}
.hero-portrait img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.portrait-caption {
  position: absolute;
  left: 38px;
  bottom: 25px;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  color: var(--ink);
  font: 11px/1.3 var(--mono);
  text-transform: uppercase;
  margin: 0;
}
.portrait-caption small {
  color: #466473;
  font-size: 10px;
  text-transform: none;
}
.story-section {
  padding: 86px 5vw;
  display: grid;
  grid-template-columns: 0.7fr 1.45fr 0.85fr;
  gap: 48px;
  background: var(--navy);
  color: #f7f5ef;
}
.story-label .section-index {
  color: #9bc0b2;
}
.story-label > p:last-child {
  margin: 19px 0 0;
  max-width: 190px;
  color: #b5c9cb;
  font-size: 12px;
  line-height: 1.45;
}
.story-main h2 {
  margin: 0;
  font: clamp(35px, 3.5vw, 55px)/1.03 var(--serif);
  letter-spacing: -0.035em;
}
.story-main h2 em {
  color: var(--mint);
}
.story-action {
  padding-top: 6px;
}
.story-video {
  width: 100%;
  max-width: 290px;
  margin: 0 0 20px;
  background: #091e31;
  border: 1px solid rgba(220, 239, 231, 0.36);
}
.story-video video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}
.story-action > p {
  color: #dbe8e5;
  font-size: 15px;
  line-height: 1.55;
}
.button-story {
  padding: 11px 0;
  margin: 6px 0 15px;
  border-bottom: 1px solid var(--mint);
  color: var(--mint);
}
.story-action small {
  display: block;
  color: #9db2b7;
  font: 10px/1.45 var(--mono);
}
.caption-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--apricot);
  border-radius: 50%;
  margin-right: 7px;
}
.intro-grid {
  padding: 128px 5vw;
  display: grid;
  grid-template-columns: 0.75fr 1.3fr 0.95fr;
  gap: 45px;
  background: #eaf1ed;
}
.intro-grid h2,
.section-heading h2,
.family-copy h2,
.profile-content h2,
.social-head h2,
.contact-section h2 {
  font: clamp(38px, 4.4vw, 64px)/1.02 var(--serif);
  letter-spacing: -0.038em;
  margin: 17px 0 0;
}
.intro-copy {
  font-size: 17px;
  color: #425762;
  padding-top: 37px;
}
.intro-copy p + p {
  font-size: 14px;
  color: var(--muted);
  border-top: 1px solid var(--mint-deep);
  padding-top: 15px;
}
.specialties {
  padding: 120px 5vw;
  background: var(--paper);
}
.section-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  margin-bottom: 48px;
  gap: 60px;
}
.section-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  max-width: 390px;
}
.specialty-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.specialty-card {
  min-height: 310px;
  background: #fff;
  padding: 26px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-column: span 3;
}
.specialty-card h3 {
  font: 30px/1.05 var(--serif);
  letter-spacing: -0.025em;
  margin: 0;
}
.specialty-card p {
  font-size: 14px;
  color: var(--muted);
  margin: 12px 0;
}
.specialty-card a {
  font: 12px var(--mono);
  color: var(--blue);
  text-decoration: none;
}
.card-number {
  font: 11px var(--mono);
  color: var(--mint-deep);
}
.feature-card {
  grid-column: span 5;
  background: var(--blue);
  color: #fff;
}
.feature-card p {
  color: #d4e2ea;
  max-width: 245px;
}
.feature-card a {
  color: #dcefe7;
}
.image-card {
  grid-column: span 4;
  padding: 0;
  background: var(--navy);
  color: white;
  overflow: hidden;
}
.image-card canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.image-card > div {
  position: relative;
  z-index: 1;
  padding: 26px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  background: linear-gradient(transparent 42%, rgba(9, 29, 47, 0.84));
}
.image-card p {
  color: #cfddde;
}
.wide-card {
  grid-column: span 3;
  background: var(--mint);
}
.family-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 640px;
  background: #fff;
}
.family-art {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--ink);
  color: #f1eee7;
  font: clamp(39px, 4.5vw, 67px)/0.96 var(--serif);
  letter-spacing: -0.04em;
}
.family-art span {
  position: relative;
  z-index: 2;
}
.ring {
  position: absolute;
  border: 1px solid rgba(214, 239, 231, 0.5);
  border-radius: 50%;
  width: 590px;
  height: 590px;
}
.ring-one {
  transform: translate(-35%, 16%);
}
.ring-two {
  width: 350px;
  height: 350px;
  transform: translate(58%, -46%);
  border-color: var(--apricot);
}
.family-copy {
  padding: 100px 8vw 80px 7vw;
}
.family-copy > p:not(.section-index) {
  font-size: 16px;
  color: #51646b;
  max-width: 510px;
}
.topic-list {
  border-top: 1px solid var(--line);
  margin-top: 30px;
}
.topic-list button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 15px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font: 16px var(--sans);
  cursor: pointer;
}
.topic-list span {
  font: 23px var(--serif);
  transition: transform 0.2s;
}
.topic-list button:hover span {
  transform: rotate(45deg);
}
.topic-message {
  font: 12px/1.5 var(--mono);
  color: var(--mint-deep) !important;
  margin-top: 17px;
}
.profile-section {
  padding: 115px 5vw 80px;
  background: #eaf1ed;
}
.profile-label {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--mint-deep);
  padding-bottom: 15px;
}
.profile-label span {
  font: 10px var(--mono);
  color: var(--muted);
}
.profile-content {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 9vw;
  padding: 65px 0;
}
.profile-statement {
  padding-top: 26px;
  color: #47606b;
  font-size: 17px;
}
.button-outline {
  color: var(--ink);
  border: 1px solid var(--ink);
  padding: 12px 15px;
  margin-top: 18px;
}
.credentials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}
.credentials div {
  padding: 22px 24px 8px 0;
}
.credentials div + div {
  padding-left: 24px;
  border-left: 1px solid var(--line);
}
.credentials span {
  font: 10px var(--mono);
  color: var(--mint-deep);
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.credentials strong {
  font: 18px/1.2 var(--serif);
  font-weight: 400;
}
.source-note {
  margin: 22px 0 0;
  font-size: 11px;
  color: var(--muted);
}
.social-section {
  padding: 120px 5vw;
  background: var(--paper);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.social-copy {
  padding-top: 32px;
  max-width: 500px;
  color: #435963;
  font-size: 17px;
}
.muted {
  font-size: 13px;
  color: var(--muted);
}
.content-tiles {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 20px;
}
.content-tiles article {
  background: var(--blue);
  color: white;
  min-height: 230px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content-tiles article span {
  font: 10px var(--mono);
  text-transform: uppercase;
  color: #cde2dc;
}
.content-tiles h3 {
  font: 31px/1.02 var(--serif);
  letter-spacing: -0.03em;
  margin: 0;
  max-width: 300px;
}
.content-tiles .tile-mint {
  background: var(--mint);
  color: var(--ink);
}
.content-tiles .tile-mint span {
  color: var(--mint-deep);
}
.content-tiles .tile-apricot {
  background: var(--apricot);
  color: var(--ink);
}
.content-tiles .tile-apricot span {
  color: var(--blue);
}
.contact-section {
  background: var(--ink);
  color: #f7f5ef;
  padding: 120px 5vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12vw;
}
.contact-section .section-index {
  color: #a4c1b6;
}
.contact-section h2 {
  color: white;
}
.contact-section h2 em {
  color: var(--apricot);
}
.contact-panel {
  padding-top: 25px;
}
.contact-lead {
  font: 19px/1.45 var(--serif);
  max-width: 440px;
  color: #d6e4e0;
}
.email-link {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: white;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  padding: 25px 0 14px;
  font: clamp(18px, 2vw, 28px) var(--serif);
}
.contact-meta {
  margin-top: 22px;
  display: grid;
  gap: 9px;
  color: #b7c6c5;
  font-size: 12px;
  max-width: 470px;
}
.contact-meta strong {
  color: #e8edea;
  font-weight: 500;
}
footer {
  background: var(--ink);
  padding: 24px 5vw 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  color: #b7c6c5;
  display: flex;
  justify-content: space-between;
  font: 10px var(--mono);
}
footer a {
  color: #dcefe7;
  text-decoration: none;
}
@media (max-width: 820px) {
  .site-header {
    height: 68px;
  }
  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 67px;
    padding: 20px 5vw;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }
  .main-nav.is-open {
    display: flex;
  }
  .nav-toggle {
    display: block;
  }
  .hero {
    padding: 64px 5vw 0;
    display: block;
    min-height: auto;
  }
  .hero h1 {
    font-size: 54px;
  }
  .hero-actions {
    margin-bottom: 45px;
    flex-wrap: wrap;
  }
  .hero-portrait {
    height: 510px;
    margin: 0 -5vw;
  }
  .hero-facts {
    margin-bottom: 50px;
  }
  .intro-grid,
  .story-section,
  .section-heading,
  .profile-content,
  .social-section,
  .contact-section {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .intro-grid {
    padding: 80px 5vw;
  }
  .story-section {
    padding: 70px 5vw;
  }
  .story-video {
    max-width: 360px;
  }
  .intro-copy {
    padding-top: 0;
  }
  .specialties,
  .social-section {
    padding: 80px 5vw;
  }
  .specialty-grid {
    grid-template-columns: 1fr;
  }
  .specialty-card,
  .feature-card,
  .image-card,
  .wide-card {
    grid-column: 1;
    min-height: 250px;
  }
  .family-section {
    grid-template-columns: 1fr;
  }
  .family-art {
    min-height: 390px;
  }
  .family-copy {
    padding: 70px 5vw;
  }
  .profile-section {
    padding: 80px 5vw;
  }
  .profile-content {
    padding: 45px 0;
  }
  .credentials {
    grid-template-columns: 1fr;
  }
  .credentials div,
  .credentials div + div {
    padding: 18px 0;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }
  .content-tiles {
    grid-template-columns: 1fr;
  }
  .contact-section {
    padding: 80px 5vw;
  }
  .contact-panel {
    padding-top: 0;
  }
  footer {
    gap: 12px;
    align-items: flex-start;
    flex-direction: column;
  }
  .profile-label {
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 540px) {
  body {
    overflow-x: hidden;
  }
  .prototype-ribbon {
    font-size: 9px;
  }
  .hero h1 {
    font-size: 46px;
  }
  .hero-intro {
    font-size: 17px;
  }
  .hero-actions {
    gap: 15px;
  }
  .portrait-caption {
    left: 28px;
  }
  .hero-facts {
    gap: 15px;
    flex-wrap: wrap;
  }
  .hero-facts div {
    min-width: 185px;
  }
  .family-art {
    font-size: 45px;
  }
  .content-tiles h3 {
    font-size: 28px;
  }
}
