@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400&display=swap");

:root {
  --shade-solid: #121212;
  --overlay-light: #0a0a0a4d;
  --light-gray2: #818181;
  --dark-gray: #3d3d3d;
  --line: #9797974d;
  --bg: #ffffff;
}

@font-face {
  font-family: "Sentinel";
  src: url("../fonts/Sentinel-Book-iF6618f54f8ce4b.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Sentinel Medium";
  src: url("../fonts/Sentinel-Medium-iF6618f54f879d1.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Sentinel Book Italic";
  src: url("../fonts/Sentinel-Book-Italic-iF6618f54f6ed4b.otf")
    format("opentype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "ABC Walter Neue";
  src: url("../fonts/ABCWalterNeue-Medium-Trial.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "ABC Walter Neue Regular";
  src: url("../fonts/ABCWalterNeue-Regular-Trial.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "ABC Walter Neue Thin";
  src: url("../fonts/ABCWalterNeue-Thin-Trial.woff") format("woff");
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--bg);
  color: var(--shade-solid);
  min-height: 100%;
  font-family: "Inter", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.case-gate-locked {
  overflow: hidden;
}

.case-gate {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(10, 10, 10, 0.68);
  backdrop-filter: blur(4px);
}

.case-gate__panel {
  width: min(100%, 460px);
  padding: 26px 24px 22px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 60px -28px rgba(0, 0, 0, 0.65);
}

.case-gate__eyebrow {
  margin: 0 0 8px;
  color: var(--overlay-light);
  font-size: 0.85rem;
  font-weight: 500;
}

.case-gate__title {
  margin: 0 0 10px;
  font-size: 1.7rem;
  line-height: 1.2;
}

.case-gate__copy {
  margin: 0 0 16px;
  color: var(--dark-gray);
}

.case-gate__form {
  display: grid;
  gap: 10px;
}

.case-gate__label {
  font-size: 0.9rem;
  font-weight: 500;
}

.case-gate__input {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  font: inherit;
}

.case-gate__input:focus {
  outline: 2px solid #121212;
  outline-offset: 1px;
}

.case-gate__actions {
  margin-top: 4px;
  display: flex;
  gap: 8px;
}

.case-gate__button {
  width: fit-content;
  padding: 10px 14px;
  border: 0;
  border-radius: 8px;
  background: #121212;
  color: #fff;
  font: inherit;
  font-weight: 500;
  cursor: pointer;
}

.case-gate__button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.case-gate__button--secondary {
  border: 1px solid #d5d5d5;
  background: #fff;
  color: #121212;
}

.case-gate__button--secondary:hover,
.case-gate__button--secondary:focus-visible {
  background: #f5f5f5;
}

.case-gate__error {
  min-height: 1.2em;
  margin: 0;
  color: #9f1d1d;
  font-size: 0.9rem;
}

a {
  color: inherit;
}

.site-header {
  z-index: 100;
  background: var(--bg);
  padding: 10px 5vw;
  position: fixed;
  inset: 0% 0% auto;
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
}

.brand {
  text-decoration: none;
  flex: 1;
}

.site-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}

.site-nav a {
  text-decoration: none;
}

.site-header .xs-text.left {
  color: var(--shade-solid);
  font-family: "Sentinel", "Times New Roman", Times, serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.site-header .site-nav .xs-text.left {
  font-family: "Sentinel Book Italic", "Sentinel", "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.site-header .brand .xs-text.left,
.site-header .brand .xs-text.left strong {
  font-family: "Sentinel Book Italic", "Sentinel", "Times New Roman", Times, serif;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
}

.site-nav a.active {
  color: var(--shade-solid);
  font-weight: 400;
}

.avatar-link {
  display: inline-flex;
  align-items: center;
}

.image-96 {
  border-radius: 0;
  width: 44px;
  height: 44px;
  display: block;
}

.nav-toggle {
  position: relative;
  width: 30px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  display: none;
}

.nav-toggle::before {
  content: "";
  position: absolute;
  inset: 4px 2px;
  background:
    linear-gradient(#000 0 0) 0 0 / 100% 2px no-repeat,
    linear-gradient(#000 0 0) 0 50% / 100% 2px no-repeat,
    linear-gradient(#000 0 0) 0 100% / 100% 2px no-repeat;
}

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

.nav-toggle:focus-visible {
  outline: 2px solid #000;
  outline-offset: 3px;
}

.page {
  margin: 5vw 5vw 0;
  padding-top: 70px;
  padding-bottom: 40px;
}

.home-page {
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
}

.about-page {
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
}

.about-page .div-50p {
  width: 100%;
}

.welcome {
  min-height: calc(100vh - 300px);
  padding: 0;
  display: flex;
  align-items: center;
}

.welcome-grid {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 30px;
  align-items: center;
}

.text-block-37 {
  color: var(--overlay-light);
  margin: 0;
  font-size: 1.1rem;
}

.bigh1 {
  color: var(--shade-solid);
  font-family: "DM Sans", Arial, sans-serif;
  letter-spacing: -0.01em;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.15;
}

.home-page .bigh1 {
  font-family: "Sentinel", "Times New Roman", Times, serif;
  font-size: clamp(2.4rem, 5vw, 3.9rem);
  font-weight: 400;
  line-height: 1.12;
}

.home-page .text-block-37 {
  font-family: "Sentinel", "Times New Roman", Times, serif;
}

.project-list {
  display: flex;
  flex-direction: column;
}

.project-row {
  width: 100%;
  margin-bottom: 30px;
}

.scroll-fade {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition:
    opacity 420ms ease,
    transform 420ms ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.scroll-fade.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.page-hero-fade {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  transition:
    opacity 460ms ease,
    transform 460ms ease;
  transition-delay: var(--hero-delay, 0ms);
  will-change: opacity, transform;
}

.page-hero-fade.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.project-link {
  text-decoration: none;
  display: block;
}

.project-top {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 2fr) minmax(170px, 1fr);
  gap: 20px;
  align-items: start;
  margin-bottom: 12px;
}

.home-page .project-top {
  grid-template-columns: minmax(0, 2fr) minmax(170px, 1fr);
  grid-template-areas:
    "title role"
    "copy copy";
  column-gap: 24px;
  row-gap: 8px;
}

.home-page .project-top > .body-xs {
  grid-area: copy;
  margin: 0;
}

.home-page .project-top .h1 {
  grid-area: title;
  font-family: "Sentinel", "Times New Roman", Times, serif;
}

.home-page .project-top > .text-block-37 {
  grid-area: role;
  margin: 0;
  align-self: start;
  justify-self: end;
  text-align: right;
}

.home-page .project-row {
  margin-bottom: 0;
}

.home-page .project-row .line {
  margin: 40px 0;
}

.home-page #work {
  scroll-margin-top: 110px;
}

@media (hover: hover) and (pointer: fine) {
  .home-page .project-top > .body-xs {
    opacity: 0;
    transition: opacity 220ms ease;
  }

  .home-page .project-link:hover .project-top > .body-xs,
  .home-page .project-link:focus-within .project-top > .body-xs,
  .home-page .project-link:focus-visible .project-top > .body-xs {
    opacity: 1;
  }
}

.h1 {
  color: var(--shade-solid);
  font-family: "DM Sans", Arial, sans-serif;
  letter-spacing: -0.01em;
  margin: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.15;
}

.h2 {
  color: var(--shade-solid);
  font-family: "Sentinel", "Times New Roman", Times, serif;
  margin: 0 0 10px;
  letter-spacing: 0.5px;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 500;
  line-height: 1.25;
}

.h3 {
  color: var(--shade-solid);
  font-family: "Sentinel", "Times New Roman", Times, serif;
  width: 100%;
  margin: 0;
  padding-bottom: 5px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.6;
}

.meta-grid .h3,
.copy-grid .h3 {
  font-family: "Inter", Arial, sans-serif;
  color: var(--light-gray2);
  font-size: 0.9rem;
  font-weight: 500;
}

.h4 {
  color: var(--shade-solid);
  margin: 0 0 10px;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.h1-1 {
  color: var(--shade-solid);
  font-family: "DM Sans", Arial, sans-serif;
  letter-spacing: -0.015em;
  margin: 0;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 500;
  line-height: 1.05;
}

.body-xs {
  color: var(--dark-gray);
  margin: 0.5vw 0;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.about-page .bigh1 {
  font-family: "Sentinel", "Times New Roman", Times, serif;
  letter-spacing: -0.02em;
  font-size: clamp(2.5rem, 6vw, 4.75rem);
  font-weight: 400;
  line-height: 1.05;
}

.about-page .h2 {
  letter-spacing: -0.015em;
}

.about-page .about-experience-section > .div-50p > .h2:first-of-type {
  margin-bottom: 48px;
}

.about-page .about-experience-section .about-logos {
  margin-bottom: 48px;
}

.about-page .h3 {
  font-family: "Inter", Arial, sans-serif;
  color: var(--light-gray2);
  font-size: 0.9rem;
  font-weight: 500;
}

.about-page .about-writing-section .writing-item {
  color: var(--shade-solid);
  font-family: "Sentinel", "Times New Roman", Times, serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.6;
  padding-bottom: 0;
}

.about-page .h4 {
  font-family: "Sentinel", "Times New Roman", Times, serif;
  font-weight: 400;
}

.about-page .body-xs,
.about-page .dm-sans-body {
  color: #5f5f5f;
  font-family: "Inter", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.about-page .awards-heading {
  font-family: inherit;
  font-weight: 600;
}

.about-page .about-experience-section .experience-entry {
  display: grid;
  gap: 2px;
  padding: 14px 0;
}

.about-page .about-experience-section .experience-entry .h4,
.about-page .about-experience-section .experience-entry .body-xs {
  margin: 0;
}

.about-page .about-experience-section .experience-list .line {
  margin: 0;
}

.dm-sans-body {
  color: var(--shade-solid);
  width: 100%;
  margin: 2vw 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
}

.xs-text {
  color: var(--light-gray2);
  margin: 0;
  width: 100%;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6;
}

.xs-text.left {
  color: var(--light-gray2);
  text-align: left;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1rem;
  font-weight: 500;
}

.xs-text.left.gray {
  color: var(--overlay-light);
}

.line {
  width: 100%;
  height: 1px;
  margin: 10px 0;
  background-color: var(--line);
}

.banner {
  border-radius: 0;
  width: 100%;
  height: 60vh;
  object-fit: cover;
  display: block;
}

.case-banner {
  margin-top: 12px;
}

.case-page .case-banner {
  width: min(300px, 100%);
  height: auto;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

.case-page .lilia-hero-image {
  width: min(350px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.case-image-stack {
  display: grid;
  gap: 14px;
}

.case-content-image {
  width: 100%;
  height: auto;
  border-radius: 0;
  display: block;
}

.drawer-inline-image {
  margin-top: 12px;
}

.samphire-insights-image {
  width: min(350px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.case-image-caption {
  margin: 0;
  color: var(--light-gray2);
  font-size: 0.9rem;
  line-height: 1.45;
}

.about-logos {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  align-items: center;
  margin: 0 0 24px;
}

.about-logo-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-logo {
  width: 100%;
  max-width: 110px;
  height: auto;
  display: block;
  filter: grayscale(1) saturate(0);
  opacity: 0.4;
}

.about-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.about-photo {
  width: 100%;
  height: auto;
  border-radius: 0;
  display: block;
}

.about-photo--bw {
  filter: grayscale(1);
}

.about-photo--wide {
  grid-column: 1 / -1;
}

.case-page {
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.case-page [id] {
  scroll-margin-top: 110px;
}

.about-page [id] {
  scroll-margin-top: 110px;
}

.case-page .h1-1 {
  font-family: "Sentinel", "Times New Roman", Times, serif;
  letter-spacing: -0.02em;
  font-size: clamp(2.5rem, 6vw, 4.75rem);
}

.case-page .h4 {
  font-family: "Sentinel", "Times New Roman", Times, serif;
}

.case-page .body-xs {
  color: #5f5f5f;
  font-weight: 400;
}

.case-page .h2 {
  letter-spacing: -0.015em;
}

.case-header {
  padding: 2vw 0 2vw;
  display: grid;
  gap: 24px;
}

.subnav {
  z-index: 200;
  display: flex;
  position: fixed;
  top: 50vh;
  left: 0;
  right: auto;
  opacity: 1;
  transform: translateY(-50%);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.subnav.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(-50% - 8px));
}

.subnav_tiny {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  padding: 10px;
  border-radius: 8px;
  background-color: #ffffffc7;
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 12px -8px #0003;
}

.page-button {
  display: block;
  width: 100%;
  padding: 6px 10px;
  border-radius: 6px;
  background-color: transparent;
  color: var(--light-gray2);
  text-align: right;
  font-family: "Sentinel", "Times New Roman", Times, serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition:
    background-color 150ms ease,
    color 150ms ease;
}

.page-button.is-active {
  color: var(--shade-solid);
}

.page-button:hover,
.page-button:focus-visible {
  color: var(--shade-solid);
  background-color: #d6d6d6;
}

.meta-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.section-block {
  padding: 2vw 0;
  display: grid;
  gap: 12px;
}

.section-block.compact {
  gap: 0;
}

.copy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 20px;
}

.copy-grid .h3 {
  padding-top: 2px;
}

.hover-dropdown-item .h4 {
  margin-bottom: 0;
}

.hover-dropdown-item .body-xs {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin: 0;
  transform: translateY(-4px);
  transition:
    max-height 560ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 340ms ease,
    transform 420ms ease,
    margin-top 420ms ease;
  will-change: max-height, opacity, transform;
}

.hover-dropdown-item:hover .body-xs {
  max-height: 3200px;
  opacity: 1;
  margin-top: 8px;
  transform: translateY(0);
}

.hover-dropdown-item:focus-within .body-xs {
  max-height: 3200px;
  opacity: 1;
  margin-top: 8px;
  transform: translateY(0);
}

.hover-reveal-row .body-xs {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin: 0;
  transform: translateY(-4px);
  transition:
    max-height 620ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 320ms ease,
    transform 420ms ease;
  will-change: max-height, opacity, transform;
}

.hover-reveal-row:hover .body-xs,
.hover-reveal-row:focus-within .body-xs {
  max-height: 3200px;
  opacity: 1;
  transform: translateY(0);
}

.hover-dropdown-list.is-always-open .hover-dropdown-item .body-xs,
.hover-dropdown-list.is-always-open .hover-reveal-row .body-xs {
  max-height: none;
  opacity: 1;
  margin-top: 8px;
  transform: none;
}

.case-page #impact .hover-dropdown-item .body-xs,
.case-page #Impact .hover-dropdown-item .body-xs,
.case-page #learnings .hover-dropdown-item .body-xs,
.case-page #learning .hover-dropdown-item .body-xs,
.case-page #impact .hover-reveal-row .body-xs,
.case-page #Impact .hover-reveal-row .body-xs,
.case-page #learnings .hover-reveal-row .body-xs,
.case-page #learning .hover-reveal-row .body-xs {
  max-height: none;
  opacity: 1;
  margin-top: 8px;
  transform: none;
}

@media (hover: none) {
  .hover-dropdown-item .body-xs {
    max-height: none;
    opacity: 1;
    margin-top: 8px;
    transform: none;
  }

  .hover-reveal-row .body-xs {
    max-height: none;
    opacity: 1;
    transform: none;
  }
}

.impact {
  width: 100%;
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.impact-card {
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 18px -8px #0003;
}

.text-block-38 {
  color: var(--shade-solid);
  margin: 0;
  font-size: 3rem;
}

.text-link {
  text-decoration: underline;
}

.div-50p {
  text-align: left;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-self: center;
}

.section-9 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-page .about-strategy-section {
  padding-top: 48px;
}

.about-page .about-strategy-section .h2 {
  margin-bottom: 24px;
}

.about-page .about-strategy-section .h2 + .dm-sans-body {
  margin-top: 0;
}

.spacer {
  height: 80px;
}

.private-page {
  max-width: 760px;
}

.private-label {
  color: var(--overlay-light);
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
}

.site-footer {
  margin-top: 20px;
  padding-top: 10px;
}

.footer-inner {
  margin: 0;
}

.case-email-cta {
  margin-top: 36px;
  margin-bottom: 12px;
  width: 100%;
  display: grid;
  justify-items: start;
  gap: 8px;
}

.case-email-button {
  border: 1px solid var(--shade-solid);
  border-radius: 0;
  background: var(--shade-solid);
  color: #fff;
  padding: 14px 24px;
  font-family:
    "ABC Walter Neue Regular",
    "ABC Walter Neue",
    "Inter",
    Arial,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: none;
  cursor: pointer;
  transition:
    background-color 160ms ease,
    color 160ms ease,
    border-color 160ms ease;
}

.case-email-button:hover,
.case-email-button:focus-visible {
  background: #000;
  border-color: #000;
  color: #fff;
}

.case-email-button:disabled {
  opacity: 1;
  background: #2c2c2c;
  border-color: #2c2c2c;
  color: #fff;
  cursor: default;
}

.copyright {
  margin-top: 20px;
  padding-top: 24px;
}

.copyright.xs-text.left {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .header-inner {
    width: calc(100vw - 10vw);
  }

  .home-page {
    width: calc(100vw - 10vw);
  }

  .about-page {
    width: calc(100vw - 10vw);
  }

  .welcome-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .subnav {
    display: none;
  }

  .div-50p {
    width: 100%;
  }

  .project-top {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .home-page .project-top {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "copy"
      "role";
    gap: 6px;
  }

  .meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .copy-grid {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .impact {
    grid-template-columns: 1fr;
  }

  .about-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-gallery {
    grid-template-columns: 1fr;
  }

  .about-photo--wide {
    grid-column: auto;
  }
}

@media screen and (max-width: 767px) {
  .site-header {
    padding: 10px 5vw;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .site-nav {
    display: flex;
    position: absolute;
    top: calc(100% + 4px);
    right: 5vw;
    left: 5vw;
    background: var(--bg);
    border: 1px solid transparent;
    border-radius: 8px;
    box-shadow: none;
    padding: 0 10px;
    gap: 8px;
    flex-direction: column;
    align-items: flex-start;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translate3d(0, -10px, 0);
    pointer-events: none;
    transition:
      max-height 320ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 220ms ease,
      transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
      padding 220ms ease,
      box-shadow 220ms ease,
      border-color 220ms ease;
  }

  .site-nav.is-open {
    max-height: 420px;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
    padding: 10px;
    border-color: #ececec;
    box-shadow: 0 8px 24px -16px #0006;
  }

  .site-header .site-nav .xs-text.left {
    width: 100%;
    color: var(--shade-solid);
    font-family: "Sentinel", "Times New Roman", Times, serif;
    font-style: normal;
    font-size: clamp(2rem, 9vw, 3rem);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.015em;
    text-transform: none;
    padding: 4px 0;
  }

  .image-96 {
    display: none;
  }

  .page {
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .case-page {
    width: min(1200px, calc(100vw - 10vw));
  }

  .welcome {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bigh1 {
    font-size: 2rem;
  }

  .h1 {
    font-size: 1.5rem;
  }

  .xs-text,
  .body-xs {
    font-size: 18px;
    line-height: 1.6;
  }

  .xs-text.left {
    font-size: 1rem;
  }

  .banner {
    height: 50vh;
    border-radius: 0;
  }

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

  .text-block-38 {
    font-size: 2.3rem;
  }

  .spacer {
    height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .header-inner {
    width: calc(100vw - 4vw);
  }

  .site-header {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .site-nav {
    left: 2vw;
    right: 2vw;
  }

  .page {
    margin-left: 2vw;
    margin-right: 2vw;
    padding-bottom: 20px;
  }

  .home-page {
    width: calc(100vw - 4vw);
  }

  .about-page {
    width: calc(100vw - 4vw);
  }

  .case-page {
    width: calc(100vw - 4vw);
  }

  .about-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .xs-text,
  .body-xs {
    font-size: 16px;
    line-height: 24px;
  }

  .h1-1 {
    font-size: 34px;
    line-height: 48px;
  }

  .h4 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .banner {
    height: 50vh;
    border-radius: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-fade {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .page-hero-fade {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
