@font-face {
  font-family: 'Instrument Sans';
  src: url('../02_assets/05_find_reference/03_instrument_sans.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../02_assets/00_smaa_terrain/02_fonts/00_switzer_variable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
* { box-sizing: border-box; }
html { --header-height: clamp(72px, 6vw, 88px); font-family: 'Instrument Sans', Arial, sans-serif; font-size: 2.6666666667vw; color: #000; background: #fff; }
body { margin: 0; }
main { overflow: clip; }
h1, h2, p { margin: 0; font-size: inherit; font-weight: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid #151717; outline-offset: 6px; }
.site-container { max-width: 1920px; margin-inline: auto; padding-inline: 2.5rem; }
.skip-link { position: fixed; z-index: 60; left: 24px; top: 12px; padding: 14px 20px; font-size: 16px; background: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.site-header { position: sticky; z-index: 50; top: 0; transition: transform .3s ease-in-out, background-color .3s; }
.header-content { display: grid; grid-template-columns: 1fr auto; align-items: center; min-height: var(--header-height); }
.brand { display: flex; align-items: center; width: 44px; height: 44px; }
.brand svg { width: clamp(32px, 2.2vw, 42px); height: clamp(32px, 2.2vw, 42px); overflow: hidden; }
.site-header.is-away { transform: translateY(-100%); }
.site-header.is-over-intro, .site-header:focus-within { background: #fff; }
.site-header:focus-within { transform: none; }
.hero { position: relative; margin-top: calc(0px - var(--header-height)); }
.scene { position: relative; height: 100vh; }
.visual-field { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.environment { position: absolute; inset: 0; background: #acd3ee; }
.environment img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.landmark { position: absolute; top: 60vh; left: 0; right: 0; height: 33.4rem; z-index: 1; transform-origin: bottom center; }
.landmark-framing { width: 100%; height: 100%; }
.landmark-image { width: 100%; height: 100%; object-fit: contain; }
.landmark-full .landmark-image { -webkit-mask-image: linear-gradient(#000 90%, transparent); mask-image: linear-gradient(#000 90%, transparent); }
.landmark-composite { display: none; position: absolute; inset: 0; z-index: 4; opacity: 0; background: #000000; -webkit-mask-image: url('../02_assets/07_steffen_wordmark/00_steffen_mask.svg'); mask-image: url('../02_assets/07_steffen_wordmark/00_steffen_mask.svg'); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; -webkit-mask-size: 32.5rem 10.2rem; mask-size: 32.5rem 10.2rem; }
.clouds { position: absolute; inset: 0; z-index: 2; }
.side-cloud { position: absolute; z-index: 2; }
.cloud-left { top: 33.7rem; left: -57.2rem; width: 70.2rem; height: 29.8rem; }
.cloud-right { top: 37.12rem; right: -41.2rem; width: 55.7rem; height: 23.6rem; }
.side-cloud img { width: 100%; height: 100%; object-fit: cover; }
.smaa-outline-placement { position: absolute; z-index: 1; top: calc(50% - 5.1rem); left: calc(50% - 16.25rem); width: 32.5rem; height: 10.2rem; opacity: 0; }
.smaa-outline-placement svg { width: 100%; height: 100%; overflow: visible; }
.smaa-outline-placement path { fill: transparent; stroke: #000000; stroke-width: 3px; }
.smoke { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; height: 45rem; }
.smoke img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.sticky-mist { transform: translateY(70%); }
.sticky-mist::after { content: ''; position: absolute; top: calc(100% - 10rem); left: 0; right: 0; height: calc(100vh + 10rem); background: linear-gradient(transparent, #fff 10rem); }
.hero-copy { position: relative; display: grid; align-items: center; height: 100%; padding-bottom: 15rem; pointer-events: none; }
h1 { font-weight: 700; font-size: 5.4rem; line-height: 1; letter-spacing: -.02em; text-align: center; }
.title-word { display: inline-block; overflow: hidden; padding: .15em; margin: -.15em; vertical-align: top; }
.title-word > span { display: inline-block; }
.document-bridge { display: none; position: absolute; top: 0; left: 0; right: 0; bottom: 100vh; pointer-events: none; }
.bridge-white { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; height: 10rem; background: linear-gradient(180deg, #fff0, #fff); }
.intro { position: relative; background: #fff; padding-block: 6rem 0; outline-offset: -6px; }
.intro-layout { display: grid; }
.intro h2 { font-size: 3rem; font-weight: 600; line-height: 1.15; }
@media (max-width: 767px) {
  .intro-layout { row-gap: 24px; }
  .intro h2 { font-size: 3.4rem; font-weight: 700; line-height: 1.1; letter-spacing: -.025em; }
}
.statement-wrap { position: relative; }
.statement { font-size: 3rem; font-weight: 500; line-height: 1.15; letter-spacing: -.01em; }
.secondary { color: #b3b3b3; }
.line-covers { position: absolute; inset: 0; pointer-events: none; }
.line-cover { position: absolute; left: 0; right: -1%; background: #ffffffcc; opacity: .9; transform-origin: right center; }
.direction { position: relative; padding-block: 4rem; background: #fff; font-family: 'Switzer', Arial, sans-serif; }
.direction-heading { position: relative; display: flex; justify-content: center; margin-bottom: 4rem; font-size: 3rem; font-weight: 500; line-height: 1.05; letter-spacing: -.02em; }
.direction-arrows { position: relative; display: flex; justify-content: center; margin-left: 1.8rem; }
.direction-arrow { flex: none; width: 9.3rem; height: 11.8rem; margin-left: -1.8rem; background-image: linear-gradient(115deg, #f4c8a5 0%, #e6d7df 33%, #c1e1ed 66%, #94b8d3 100%); background-size: calc(400% - 5.4rem) 100%; background-position: 0% center; background-repeat: no-repeat; -webkit-mask: url('../02_assets/11_arrows/04_chevron.svg') center / 100% 100% no-repeat; mask: url('../02_assets/11_arrows/04_chevron.svg') center / 100% 100% no-repeat; }
.direction-arrow:nth-child(2) { background-position: 33.333333% center; }
.direction-arrow:nth-child(3) { background-position: 66.666667% center; }
.direction-arrow:nth-child(4) { background-position: 100% center; }
@media (min-width: 768px) {
  .direction { padding-block: 15rem; }
  .direction-heading { margin: 0 auto 8rem; font-size: 5.6rem; line-height: 1; letter-spacing: -.04em; text-align: center; }
  .direction-arrows { margin-left: 6.7rem; }
  .direction-arrow { width: 34.6rem; height: 44rem; margin-left: -6.7rem; background-size: calc(400% - 20.1rem) 100%; }
}
.projects { position: relative; padding-block: 48px 112px; background: #fff; color: #151717; font-family: 'Switzer', Arial, sans-serif; }
.projects-heading { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 12px 24px; padding-top: 32px; margin-bottom: 32px; border-top: 1px solid #e5e5e5; }
.projects-heading h2 { font-size: 3.4rem; font-weight: 600; line-height: 1.1; letter-spacing: -.035em; }
.squeeze-carousel button { border: 0; font: inherit; }
.squeeze-carousel button:disabled { cursor: default; }
.squeeze-carousel [role="tablist"] { padding-block: 4px; }
.squeeze-carousel [role="tab"]:focus-visible { outline: 2px solid #151717; outline-offset: -6px; }
/* Keep the selected project's name accessible without a visible caption. */
.projects .squeeze-carousel [role="tabpanel"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.project-icon-panel { background: transparent; }
.project-icon-panel img { object-fit: contain; }
.project-icon-panel > span[aria-hidden="true"] { background-image: none !important; }
.project-panel-label { display: flex; align-items: center; gap: 16px; color: #151717; font-size: 16px; font-weight: 500; line-height: 1.4; }
.project-panel-label > span { opacity: .65; font-size: 12px; font-variant-numeric: tabular-nums; }
.projects-fallback { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 24px; }
.projects-fallback article { position: relative; }
.projects-fallback .project-panel-label { position: absolute; right: 16px; bottom: 16px; left: 16px; }
.projects-fallback img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 8px; }
@media (max-width: 767px) {
  .projects { padding-block: 32px 64px; }
  .projects-heading { margin-bottom: 24px; }
  .projects-fallback { grid-template-columns: 1fr; }
}
.site-footer { position: relative; overflow: clip; border-top: 1px solid #e5e5e5; background: #fff; color: #171a1c; font-family: 'Switzer', Arial, sans-serif; }
.footer-shell { max-width: 896px; margin-inline: auto; background: radial-gradient(35% 80% at 30% 0%, #00000012, transparent); }
.footer-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 24px; padding: 32px 24px; }
.footer-identity { grid-column: span 6; display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.footer-brand { display: block; width: 200px; max-width: 100%; aspect-ratio: 1238 / 336; opacity: .4; transition: opacity .2s; }
.footer-brand:hover { opacity: 1; }
.footer-brand svg { display: block; width: 100%; height: 100%; overflow: hidden; }
.footer-section { grid-column: span 3; min-width: 0; }
.footer-section h2 { margin-bottom: 4px; font-size: 12px; font-weight: 400; line-height: 1.5; color: #737373; }
.footer-section ul { display: flex; flex-direction: column; gap: 4px; padding: 0; margin: 0; list-style: none; }
.footer-link { display: inline-block; max-width: 100%; padding-block: 4px; font-size: 14px; line-height: 1.5; overflow-wrap: anywhere; text-underline-offset: 3px; }
.footer-link[href]:hover { text-decoration: underline; }
.site-footer [aria-disabled="true"] { cursor: default; color: #737373; }
.footer-bottom { position: relative; padding: 14px 24px 20px; text-align: center; color: #737373; font-size: 13px; line-height: 1.6; }
.footer-bottom::before { content: ''; position: absolute; top: 0; left: 50%; width: 100vw; border-top: 1px solid #e5e5e5; transform: translateX(-50%); }
.is-enhanced .hero { height: 350vh; margin-bottom: -100vh; }
.is-enhanced .scene { position: sticky; top: 0; }
.is-enhanced .landmark-composite, .is-enhanced .document-bridge { display: block; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: clip; }
.lenis.lenis-smooth iframe { pointer-events: none; }
@media (max-width: 767px) and (min-height: 501px) and (orientation: portrait) {
  .landmark { top: 64vh; left: -114vw; right: auto; width: 230vw; height: 204.4vw; }
}
@media (min-width: 768px) {
  .footer-shell { border-inline: 1px solid #e5e5e5; }
  .footer-grid { grid-template-columns: minmax(0, 1fr) 104px; }
  .footer-identity { grid-column: span 1; }
  .footer-section { grid-column: span 1; }
  html { font-size: .5208333333vw; }
  .site-container { padding-inline: 10rem; }
  .hero { margin-top: calc(0px - var(--header-height) - 2rem); }
  .is-enhanced .hero { height: 450vh; }
  .landmark { height: 170.8rem; }
  .landmark-composite { -webkit-mask-size: 120rem 42.3rem; mask-size: 120rem 42.3rem; }
  .cloud-left { top: 25%; left: -33.72rem; width: 112.4rem; height: 47.7rem; }
  .cloud-right { top: 20%; right: -33.72rem; width: 93.6rem; height: 39.7rem; }
  .smaa-outline-placement { top: calc(50% - 21.15rem); left: calc(50% - 60rem); width: 120rem; height: 42.3rem; }
  .smaa-outline-placement path { stroke-width: 2px; }
  .smoke { height: 62rem; }
  .bridge-white { height: 30.9rem; }
  .hero-copy { padding-bottom: 22.8rem; }
  h1 { font-size: 14rem; }
  .intro { padding-top: 15rem; }
  .intro-layout { grid-template-columns: auto 97.6rem; gap: 0; }
  .intro h2, .projects-heading h2 { font-size: 5.6rem; }
  .statement { font-size: 5.6rem; letter-spacing: -.03em; }
}
@media (min-width: 1920px) { html { font-size: 10px; } }
@media (max-height: 500px) and (max-width: 1024px), (max-width: 767px) and (orientation: landscape) {
  .scene { height: auto; padding-top: max(11rem, calc(var(--header-height) + 2rem + 16px)); display: flex; flex-direction: column; }
  .hero-copy { order: 0; padding-bottom: 3rem; }
  .visual-field { position: relative; order: 1; height: 60vw; }
  .landmark { top: 0; height: 100%; }
  h1 { font-size: 4rem; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; } }
