

@font-face { font-family: 'Acumin Pro'; src: url('/fonts/acumin-500.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Acumin Pro'; src: url('/fonts/acumin-700.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Acumin Pro'; src: url('/fonts/acumin-500-italic.woff2') format('woff2'); font-weight: 500; font-style: italic; font-display: swap; }
@font-face { font-family: 'Acumin Pro'; src: url('/fonts/acumin-700-italic.woff2') format('woff2'); font-weight: 700; font-style: italic; font-display: swap; }
@font-face { font-family: 'Poppins'; src: url('/fonts/poppins-300.woff2') format('woff2'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Poppins'; src: url('/fonts/poppins-400.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Poppins'; src: url('/fonts/poppins-500.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }

:root {
  --black: #000;
  --white: #fff;
  --gutter: 3vw;
  --copy-left: 6.9165vw;
  --display-size: 4.85vw;
  --body-size: 3.53vw;
}

* { box-sizing: border-box; }
html { background: var(--black); }
body { margin: 0; background: var(--black); color: var(--white); font-family: 'Poppins', sans-serif; font-weight: 300; line-height: 1.8; }
button, input, textarea { font: inherit; }
button { color: inherit; }
img, video { display: block; }
em { font-style: italic; }
.black-section { background: var(--black); color: var(--white); }
.white-section { background: var(--white); color: var(--black); }

.site-header {
  position: absolute; z-index: 10; inset: 0 0 auto; height: 10.213vw; max-height: 153.2px;
  display: flex; align-items: center; padding: 0 var(--gutter); background: var(--black);
}
.site-header a { display: block; }
.logo { width: 23.703vw; max-width: 355.5px; height: auto; transform: translateY(10.75px); }

h1, h2, h4, p { margin-top: 0; }
h1, h2, h4 { font-family: 'Acumin Pro', sans-serif; font-weight: 500; }
h1 { font-size: var(--display-size); line-height: 1.232; margin: 0 0 32px; }
h4 { font-size: var(--body-size); line-height: 1.2936; margin: 32px 0; }

.hero { height: 60.896vw; min-height: 740px; max-height: 913.5px; overflow: hidden; }
.hero-copy { padding-top: 16.275vw; margin-left: var(--copy-left); width: 90.085vw; max-width: 1351px; }

.media-section { position: relative; height: 66vh; min-height: 420px; max-height: 620px; overflow: hidden; background: #050509; }
.media-fill { width: 100%; height: 100%; object-fit: cover; }
.still-galaxy .media-fill { object-position: 69.7729% 55.2034%; }
.video-galaxy .media-fill { object-position: 50% 50%; }
.galaxy-motion-canvas { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; }
.galaxy-mark { position: absolute; z-index: 2; width: auto; height: auto; }
.mark-one { width: 10.998vw; right: 10.904vw; top: 53.27%; }
.mark-two { width: 9.466vw; left: 3.766vw; top: 20.12%; }

.copy-section { padding-left: var(--copy-left); padding-right: 6.9165vw; padding-top: 11.229vw; padding-bottom: 7.124vw; overflow: hidden; }
.copy-block { width: 86.167vw; max-width: 1292.5px; }
.copy-section h1 { margin-bottom: 32px; }
.copy-block h4:last-child { margin-bottom: 0; }

.capabilities { height: 46.903vw; min-height: 0; padding: 6.6vw var(--gutter) 5.79vw; overflow: hidden; }
.capabilities-layout { width: 90.048vw; display: grid; grid-template-columns: 47.34% 42.94%; column-gap: 9.72%; align-items: start; }
.capabilities h1 { align-self: start; height: fit-content; margin: 0; }
.accordion { padding-top: 1.125vw; }
.accordion-item { border-top: 3px solid currentColor; }
.accordion-item:last-child { border-bottom: 3px solid currentColor; }
.accordion-item button {
  width: 100%; height: 7.188vw; min-height: 79px; max-height: 108px;
  display: flex; align-items: center; justify-content: space-between; padding: 0;
  border: 0; background: transparent; cursor: pointer; text-align: left;
  font-family: 'Acumin Pro', sans-serif; font-size: var(--body-size); font-weight: 500;
}
.accordion-symbol { flex: none; font-size: .78em; line-height: 1; }
.accordion-panel { padding: 0 0 30px; font-size: 16px; line-height: 28.8px; }
.accordion-panel p { margin: 0 0 12px; }
.accordion-panel p:last-child { margin-bottom: 0; }

.work-section { min-height: 81.579vw; padding-top: 11.125vw; padding-bottom: 10vw; overflow: hidden; }
.work-title { margin: 0 var(--gutter) 4.34vw; font-family: 'Acumin Pro', sans-serif; font-size: 3.41vw; font-weight: 500; line-height: 1.8; }
.carousel-shell { position: relative; }
.work-rail {
  display: flex; gap: 20px; overflow-x: auto; overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory; scroll-padding-inline-start: var(--gutter); scrollbar-width: none; padding: 0 40px 0 var(--gutter);
}
.work-rail::-webkit-scrollbar { display: none; }
.work-card { flex: 0 0 calc((100vw - 136.8px) / 2); scroll-snap-align: start; }
.work-card img { width: 100%; height: calc((100vw - 136.8px) / 2 + 1px); object-fit: cover; background: #232323; }
.work-card h2 { margin: 2.679vw 0 0; font-size: 1.97vw; line-height: 1.299; font-weight: 500; }
.carousel-button {
  position: absolute; z-index: 3; top: calc(50% - 33px); transform: translateY(-50%);
  width: 61px; height: 61px; display: grid; place-items: center; border: 0;
  border-radius: 50%; background: #e9e9e9; color: #000; cursor: pointer;
}
.carousel-button.previous { left: 5.1vw; }
.carousel-button.next { right: 5.1vw; }
.carousel-button svg { width: 31px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.35; }

.world-section { min-height: 67.249vw; padding-top: 5.76vw; overflow: hidden; }
.world-copy { margin: 0 var(--gutter); max-width: 78.19vw; }
.world-copy h4 { margin-top: 3.62vw; }
.world-gallery { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 10.245vw; }
.world-image { aspect-ratio: 1; overflow: hidden; }
.world-image img { width: 100%; height: 100%; object-fit: cover; }

.contact-section { height: 70.578vw; min-height: 0; padding: 4.425vw var(--gutter) 9.06vw; overflow: hidden; }
.contact-section > h1 { margin-bottom: 4.42vw; }
.contact-section form { width: 70.286vw; max-width: 1054px; font-size: 16px; font-weight: 300; }
.honeypot { position: absolute !important; left: -5000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.name-fieldset { margin: 0 0 20px; padding: 0; border: 0; }
.name-fieldset legend { margin: 0 0 4.1px; padding: 0; line-height: 28.8px; }
.name-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.name-grid label, .field-label { display: block; }
.name-grid label > span { display: block; height: 31.92px; font-size: 12px; line-height: 16px; }
.field-label > span { display: block; min-height: 32.8px; padding-bottom: 4px; line-height: 28.8px; }
.contact-section small { font: inherit; color: #6a6a6a; }
.contact-section input:not([type='checkbox']), .contact-section textarea {
  display: block; width: 100%; padding: 10px; border: 1px solid #000; border-radius: 0;
  background: #fafafa; color: #000; outline: none;
}
.contact-section input:not([type='checkbox']) { height: 50.8px; }
.contact-section textarea { height: 100px; resize: vertical; }
.contact-section input:focus, .contact-section textarea:focus { outline: 2px solid #000; outline-offset: 2px; }
.field-label { margin-bottom: 20px; }
.email-field { margin-bottom: 0; }
.checkbox-label { display: flex; width: max-content; align-items: center; gap: 11px; min-height: 26px; margin: 6px 0 24.71px; font-size: 14.4px; line-height: 25.92px; cursor: pointer; }
.checkbox-label input { appearance: none; width: 16px; height: 16px; margin: 0; border: 1px solid #000; background: #fff; }
.checkbox-label input:checked { background: #000; box-shadow: inset 0 0 0 3px #fff; }
.submit-row { position: relative; display: flex; justify-content: flex-end; align-items: flex-start; }
.submit-row p { flex: 1; margin: 0; padding: 18px 24px 0 0; line-height: 1.4; }
.submit-row button { padding: 20.8px 34.736px; border: 0; border-radius: 0; background: #000; color: #fff; font-weight: 500; line-height: normal; cursor: pointer; min-width: 190.88px; height: 65.59px; }
.submit-row button:disabled { opacity: .55; }

footer { height: 9.785vw; min-height: 120px; display: grid; place-items: center; padding: 0 var(--gutter); }
footer p { width: 70.286vw; margin: 0; text-align: center; font-size: 14.4px; line-height: 25.92px; }

.cookie-banner {
  position: fixed; z-index: 50; inset: auto 0 0; height: 67.5px;
  display: flex; align-items: center; justify-content: space-between; padding: 14px 20px;
  background: #000; color: #fff; font-size: 12px; line-height: 28.8px;
}
.cookie-banner[hidden] { display: none !important; }
.cookie-banner p { margin: 0; }
.cookie-banner button { padding: 10px 17px; border: 0; border-radius: 999px; background: #fff; color: #000; font-size: 12px; font-weight: 500; cursor: pointer; }

.motion-ready [data-reveal] { opacity: 0; transition: opacity .9s ease; }
.motion-ready [data-reveal].revealed { opacity: 1; }

@media (max-width: 767px) {
  :root { --gutter: 6vw; --copy-left: 6vw; --display-size: 46.384px; --body-size: 35.2432px; }
  .site-header { height: 91.79px; max-height: none; justify-content: center; padding: 0; }
  .logo { width: 199.35px; max-width: calc(100vw - 48px); transform: translateY(29.77px); }
  h1 { line-height: 57.1451px; }
  h4 { line-height: 45.5906px; }
  .hero { height: auto; min-height: 995.59px; max-height: none; }
  .hero-copy { width: auto; margin: 0 var(--gutter); padding-top: 163.78px; }
  .hero-copy h1 { margin-bottom: 35.9px; }
  .media-section { height: 66vh; min-height: 520px; max-height: none; }
  .mark-one, .mark-two { width: 61.823vw; left: 19.089vw; right: auto; top: 32.14%; }
  .copy-section { padding-left: var(--gutter); padding-right: var(--gutter); padding-bottom: 88.71px; }
  .copy-block { width: auto; max-width: none; }
  .future-section { padding-top: 72px; }
  .future-section h4:nth-of-type(2) { margin-top: 48.89px; }
  .present-section { padding-top: 88.88px; }
  .capabilities { height: 695.4px; min-height: 0; padding: 55.7px var(--gutter) 129.43px; }
  .capabilities-layout { display: block; }
  .capabilities-layout { width: 100%; }
  .capabilities h1 { white-space: nowrap; }
  .accordion { padding-top: 64.73px; }
  .accordion-item button { height: 79px; min-height: 79px; font-size: var(--body-size); }
  .accordion-panel { padding-bottom: 30px; }
  .work-section { min-height: 786.7px; padding-top: 101.29px; padding-bottom: 152.4px; }
  .work-title { margin: 0 var(--gutter) 53.11px; font-size: 34.2304px; line-height: 61.6147px; }
  .work-rail { padding: 0 11.695px; }
  .work-card { flex-basis: calc(100vw - 23.39px); }
  .work-card img { height: calc(100vw - 22.39px); }
  .work-card h2 { margin-top: 21.99px; font-size: 22.0768px; line-height: 28.6822px; }
  .carousel-button { width: 52px; height: 52px; top: calc(50% - 25px); }
  .carousel-button.previous { left: 6vw; }
  .carousel-button.next { right: 6vw; }
  .world-section { min-height: 1061.84px; padding-top: 105px; }
  .world-copy { margin: 0 var(--gutter); max-width: none; }
  .world-copy h4 { margin-top: 32px; }
  .world-gallery { grid-template-columns: repeat(2, 1fr); margin: 39.78px var(--gutter) 0; }
  .contact-section { height: 989.7px; min-height: 0; padding: 114.74px var(--gutter) 117.5px; }
  .contact-section > h1 { margin-bottom: 39.82px; }
  .contact-section form { width: 100%; max-width: none; }
  .checkbox-label { font-size: 14.9872px; line-height: 26.977px; }
  footer { height: 145.875px; min-height: 145.875px; place-items: start stretch; padding-top: 76.33px; }
  footer p { width: auto; font-size: 14.9872px; line-height: 26.977px; text-align: left; }
  .cookie-banner { height: 137.8125px; display: block; padding: 14px 20px; }
  .cookie-banner p { max-width: 340px; margin-bottom: 11px; }
}

@media (min-width: 768px) and (max-width: 1050px) {
  :root { --display-size: 49px; --body-size: 36px; }
  .hero { min-height: 700px; height: auto; padding-bottom: 90px; }
  .copy-section { padding-top: 115px; padding-bottom: 90px; }
  .capabilities { height: auto; min-height: 600px; padding-top: 75px; padding-bottom: 75px; }
  .work-section { padding-top: 115px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
