:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1d1d1f;
  background: #f5f5f7;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  --page-width: 1180px;
  --muted: #626266;
  --rule: #dcdcdf;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; font-size: 16px; line-height: 1.65; }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; height: auto; }
figure, h1, h2, h3, p { margin: 0; }
h1, h2, h3, p { overflow-wrap: anywhere; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, [tabindex]:focus-visible { outline: 3px solid #276bae; outline-offset: 6px; }
.wrap { width: min(calc(100% - 64px), var(--page-width)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 10; left: 16px; top: -100px; padding: 12px 20px; background: #fff; }
.skip-link:focus { top: 16px; }
.app-header { min-height: 88px; display: flex; justify-content: space-between; align-items: center; gap: 24px; border-bottom: 1px solid var(--rule); }
.wordmark { font-size: 1rem; font-weight: 850; letter-spacing: -.055em; }
.app-header nav, .app-footer nav { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.app-header nav a { display: flex; min-height: 44px; align-items: center; font-size: .875rem; font-weight: 650; }
.app-header nav a[aria-current] { text-decoration: underline; text-underline-offset: 7px; }
.app-header nav a:hover, .app-footer a:hover { color: #276bae; }
.hero { min-height: 750px; display: grid; grid-template-columns: 1.04fr 1fr; align-items: center; gap: 32px; padding-block: 66px 74px; }
.eyebrow { display: block; font-size: .8125rem; line-height: 1.5; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.hero .eyebrow { margin-bottom: 26px; }
h1 { font-size: clamp(3rem, 5.65vw, 4.6rem); line-height: 1.02; font-weight: 850; letter-spacing: -.067em; text-transform: uppercase; }
.hero-description { max-width: 450px; margin-top: 30px; font-size: 1.125rem; line-height: 1.7; color: #505054; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 32px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 13px 24px; border-radius: 5px; background: #1d1d1f; color: #fff; font-size: .9375rem; font-weight: 650; transition: background .18s ease; }
.button:hover { background: #3b3b40; }
.availability { font-size: .875rem; color: var(--muted); }
.hero .hero-tech-link { margin-top: 14px; font-size: .9375rem; }
.hero-visual { position: relative; min-width: 0; height: 634px; }
.hero-stachus, .hero-map { position: absolute; border: 5px solid #1d1d1f; border-radius: 34px; box-shadow: 0 24px 40px -18px #0004; }
.hero-stachus { width: 46%; top: 0; right: 5%; transform: rotate(5deg); z-index: 1; }
.hero-map { width: 41%; top: 95px; left: 2%; transform: rotate(-7deg); }
.hero-visual figcaption { position: absolute; bottom: 0; inset-inline: 0; text-align: center; font-size: .8125rem; color: var(--muted); }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; padding-block: 64px 72px; border-top: 1px solid var(--rule); }
h2 { font-size: clamp(2rem, 3.2vw, 2.875rem); font-weight: 750; line-height: 1.15; letter-spacing: -.055em; }
.intro h2 { margin-top: 20px; }
.intro-copy { max-width: 500px; font-size: 1.125rem; color: #505054; }
.intro-copy p + p { margin-top: 18px; }
.experiences { padding-block: 24px 80px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
.section-heading h2 { font-size: 1.625rem; letter-spacing: -.035em; }
.gallery-controls { display: flex; gap: 10px; }
.gallery-controls button { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; border: 1px solid #c8c8cb; background: transparent; color: #1d1d1f; font-size: 1.25rem; cursor: pointer; transition: background .18s ease; }
.gallery-controls button:hover:not(:disabled) { background: #e4e4e8; }
.gallery-controls button:disabled { opacity: .3; cursor: default; }
.gallery { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: max(32px, calc((100vw - var(--page-width)) / 2)); padding: 0 max(32px, calc((100vw - var(--page-width)) / 2)) 24px; scrollbar-width: thin; scrollbar-color: #bbbcc1 transparent; }
.gallery-card { flex: 0 0 300px; min-width: 0; scroll-snap-align: start; }
.gallery-card > img { width: 100%; aspect-ratio: 1320 / 2868; border-radius: 10px; }
.gallery-copy { padding: 25px 2px 0; }
.gallery-copy .eyebrow { color: var(--muted); font-size: .75rem; letter-spacing: .035em; }
.gallery-copy h3 { margin-top: 10px; font-size: 1.1875rem; line-height: 1.3; letter-spacing: -.03em; }
.gallery-copy p { margin-top: 12px; color: var(--muted); font-size: 1rem; line-height: 1.65; }
.gallery-hint { margin-top: 12px; color: var(--muted); font-size: .8125rem; }
.sources { padding-block: 90px; background: #111315; color: #f5f5f7; }
.sources-inner { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 60px; }
.sources .eyebrow { color: #b9babe; margin-bottom: 24px; }
.sources h2 { margin-bottom: 24px; }
.sources-copy > p:not(.eyebrow) { color: #c5c6cb; font-size: 1.0625rem; }
.sources-copy > .source-note { margin-top: 24px; padding-top: 24px; border-top: 1px solid #383a3e; font-size: .9375rem; color: #a8aaaf; }
.sources figure img { width: 100%; border-radius: 10px; }
.sources figcaption { margin-top: 16px; font-size: .8125rem; color: #a8aaaf; }
.sources .text-link { font-size: .9375rem; }
.sources .text-link:hover { color: #b0d7ff; }
.partnership { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding-block: 80px; border-bottom: 1px solid var(--rule); }
.partnership h2 { margin-top: 20px; }
.partnership-copy { min-width: 0; font-size: 1.0625rem; color: #505054; }
.partnership-copy > p + p { margin-top: 20px; }
.partnership-copy .button { margin-top: 28px; }
.partnership-copy .partnership-contact { margin-top: 14px; font-size: .875rem; color: var(--muted); }
.partnership-contact a { text-decoration: underline; text-underline-offset: 4px; }
.partnership-contact a:hover { color: #276bae; }
.release { padding-block: 88px 70px; text-align: center; }
.release > img { width: 80px; height: 80px; border-radius: 18px; margin: 0 auto 24px; }
.release .eyebrow { margin-bottom: 20px; }
.release-status { margin-top: 22px; font-size: 1.25rem; }
.text-link { display: inline-block; padding-block: 12px; margin-top: 10px; font-weight: 600; text-decoration: underline; text-underline-offset: 5px; }
.text-link span { margin-left: 8px; }
.text-link:hover { color: #276bae; }
.fine-print { max-width: 650px; margin: 30px auto 0; font-size: .8125rem; line-height: 1.7; color: var(--muted); }
.app-footer { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; border-top: 1px solid var(--rule); padding-block: 24px 32px; font-size: .875rem; }
.app-footer > p { color: var(--muted); }
.app-footer nav { margin-left: auto; gap: 20px; }
.app-footer nav a { display: inline-flex; align-items: center; min-height: 44px; }
@media (min-width: 1500px) { .hero { min-height: 790px; } }
@media (max-width: 1000px) {
  .hero { min-height: 660px; gap: 10px; padding-block: 52px; }
  h1 { font-size: clamp(2.6rem, 5.5vw, 3.7rem); }
  .hero-visual { height: 510px; }
  .hero-map { width: 44%; left: 1%; top: 85px; }
  .hero-stachus { width: 49%; right: 2%; }
  .hero-description { font-size: 1.0625rem; }
  .intro { gap: 40px; }
  .partnership { gap: 40px; }
  .sources-inner { gap: 32px; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .wrap { width: calc(100% - 40px); }
  .app-header { min-height: 72px; gap: 8px 16px; padding-block: 12px; flex-wrap: wrap; }
  .app-header nav { gap: 6px 20px; }
  .wordmark { font-size: .9375rem; }
  .hero { display: flex; flex-direction: column; align-items: stretch; gap: 46px; padding-block: 48px 36px; }
  .hero .eyebrow { margin-bottom: 22px; font-size: .75rem; }
  h1 { font-size: clamp(2.5rem, 10.65vw, 4.6rem); }
  .hero-description { max-width: 480px; margin-top: 24px; }
  .hero-actions { margin-top: 26px; gap: 18px; }
  .hero-visual { width: min(100%, 430px); height: auto; aspect-ratio: 1 / 1.37; align-self: center; }
  .hero-map { width: 43%; top: 15%; left: 3%; }
  .hero-stachus { width: 48%; right: 5%; border-radius: 28px; }
  .hero-map { border-radius: 24px; }
  .hero-visual figcaption { font-size: .75rem; }
  .intro { grid-template-columns: 1fr; gap: 24px; padding-block: 46px; }
  .intro h2 { margin-top: 16px; }
  .intro-copy { font-size: 1.0625rem; }
  .experiences { padding-block: 10px 48px; }
  .section-heading { gap: 16px; margin-bottom: 24px; }
  .section-heading h2 { max-width: 240px; font-size: 1.375rem; }
  .gallery-controls { gap: 6px; flex-shrink: 0; }
  .gallery-controls button { width: 44px; height: 44px; }
  .gallery { gap: 18px; padding-inline: 20px; scroll-padding-inline: 20px; }
  .gallery-card { flex-basis: min(76vw, 300px); }
  .gallery-copy { padding-top: 20px; }
  .gallery-hint { font-size: .75rem; }
  .sources { padding-block: 48px; }
  .sources-inner { grid-template-columns: 1fr; gap: 32px; }
  .sources-copy > p:not(.eyebrow) { font-size: 1rem; }
  .sources-copy > .source-note { font-size: .9375rem; }
  .partnership { grid-template-columns: 1fr; gap: 24px; padding-block: 48px; }
  .partnership h2 { margin-top: 16px; }
  .partnership-copy { font-size: 1rem; }
  .release { padding-block: 56px 44px; }
  .release h2 { font-size: clamp(1.75rem, 7.1vw, 2.5rem); }
  .release .text-link { font-size: .9375rem; }
  .fine-print br { display: none; }
  .app-footer { gap: 8px 20px; padding-bottom: 24px; }
  .app-footer nav { flex-basis: 100%; margin: 0; gap: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
