@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800;900&family=Manrope:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600;700&display=swap');

:root {
  --gw-font-display: 'Archivo', 'Neue Haas Grotesk Display', 'Helvetica Neue', Arial, sans-serif;
  --gw-font-sans: 'Manrope', -apple-system, 'Segoe UI', Roboto, sans-serif;
  --gw-font-mono: 'IBM Plex Mono', 'SF Mono', 'Roboto Mono', monospace;
}

:root {
  

  
  --gw-ink-50:  #F2F1EF;
  --gw-ink-100: #DCDAD6;
  --gw-ink-200: #B8B4AE;
  --gw-ink-300: #8D8983;
  --gw-ink-400: #5F5C58;
  --gw-ink-500: #403E3B;
  --gw-ink-600: #2C2B29;
  --gw-ink-700: #1D1C1B;
  --gw-ink-800: #141413;
  --gw-ink-900: #0A0A09;

  
  --gw-clay-50:  #FBF4EC;
  --gw-clay-100: #F2E1CC;
  --gw-clay-200: #E3C29E;
  --gw-clay-300: #CFA070;
  --gw-clay-400: #B8814C;
  --gw-clay-500: #9C6635;
  --gw-clay-600: #7E512A;
  --gw-clay-700: #5F3D20;
  --gw-clay-800: #432B17;
  --gw-clay-900: #2A1B0E;

  
  --gw-stone-0:   #FFFFFF;
  --gw-stone-50:  #FAF9F7;
  --gw-stone-100: #F4F2EF;
  --gw-stone-200: #E7E4DF;
  --gw-stone-300: #D2CEC7;
  --gw-stone-400: #A8A39B;
  --gw-stone-500: #7C7770;
  --gw-stone-600: #585450;
  --gw-stone-700: #3C3936;
  --gw-stone-800: #252321;
  --gw-stone-900: #161514;

  
  --gw-moss-50:  #EEF4EC;
  --gw-moss-100: #D3E4CD;
  --gw-moss-300: #8DBB83;
  --gw-moss-500: #3F7D33;
  --gw-moss-600: #326428;
  --gw-moss-700: #254B1E;

  --gw-amber-50:  #FDF3E4;
  --gw-amber-100: #F8E1B9;
  --gw-amber-300: #E9B45C;
  --gw-amber-500: #B8791A;
  --gw-amber-600: #946014;
  --gw-amber-700: #6F480F;

  --gw-rust-50:  #FBEDEA;
  --gw-rust-100: #F5CFC7;
  --gw-rust-300: #E08B79;
  --gw-rust-500: #B33A21;
  --gw-rust-600: #8F2E1A;
  --gw-rust-700: #6B2313;

  --gw-slate-50:  #EAEFF3;
  --gw-slate-100: #C9D6E0;
  --gw-slate-300: #7C9AB2;
  --gw-slate-500: #3A5A72;
  --gw-slate-600: #2E485B;
  --gw-slate-700: #223644;
}

:root,
[data-theme='light'] {
  --gw-color-bg-default: var(--gw-stone-50);
  --gw-color-bg-subtle: var(--gw-stone-100);
  --gw-color-bg-surface: var(--gw-stone-0);
  --gw-color-bg-inverse: var(--gw-ink-900);
  --gw-color-bg-scrim: rgb(10 10 9 / 0.72);

  --gw-color-fg-default: var(--gw-ink-900);
  --gw-color-fg-muted: var(--gw-stone-600);
  --gw-color-fg-subtle: var(--gw-stone-500);
  --gw-color-fg-disabled: var(--gw-stone-400);
  --gw-color-fg-inverse: var(--gw-stone-0);
  --gw-color-fg-accent: var(--gw-slate-600);

  --gw-color-border-subtle: var(--gw-stone-200);
  --gw-color-border-default: var(--gw-stone-300);
  --gw-color-border-strong: var(--gw-ink-900);

  --gw-color-action-primary: var(--gw-ink-900);
  --gw-color-action-primary-hover: var(--gw-ink-700);
  --gw-color-action-primary-active: var(--gw-ink-600);
  --gw-color-action-secondary: var(--gw-slate-600);
  --gw-color-action-secondary-hover: var(--gw-slate-700);
  --gw-color-action-disabled: var(--gw-stone-200);

  --gw-color-focus-ring: var(--gw-slate-500);
  --gw-color-focus-offset: var(--gw-color-bg-default);

  --gw-color-success-fg: var(--gw-moss-600);
  --gw-color-success-bg: var(--gw-moss-50);
  --gw-color-warning-fg: var(--gw-amber-600);
  --gw-color-warning-bg: var(--gw-amber-50);
  --gw-color-error-fg: var(--gw-rust-600);
  --gw-color-error-bg: var(--gw-rust-50);
  --gw-color-info-fg: var(--gw-slate-600);
  --gw-color-info-bg: var(--gw-slate-50);

  color-scheme: light;
}

[data-theme='dark'] {
  --gw-color-bg-default: var(--gw-ink-900);
  --gw-color-bg-subtle: var(--gw-ink-800);
  --gw-color-bg-surface: var(--gw-ink-800);
  --gw-color-bg-inverse: var(--gw-stone-50);
  --gw-color-bg-scrim: rgb(10 10 9 / 0.84);

  --gw-color-fg-default: var(--gw-stone-50);
  --gw-color-fg-muted: var(--gw-stone-400);
  --gw-color-fg-subtle: var(--gw-stone-500);
  --gw-color-fg-disabled: var(--gw-stone-600);
  --gw-color-fg-inverse: var(--gw-ink-900);
  --gw-color-fg-accent: var(--gw-slate-300);

  --gw-color-border-subtle: var(--gw-ink-700);
  --gw-color-border-default: var(--gw-ink-600);
  --gw-color-border-strong: var(--gw-stone-50);

  --gw-color-action-primary: var(--gw-stone-50);
  --gw-color-action-primary-hover: var(--gw-stone-200);
  --gw-color-action-primary-active: var(--gw-stone-300);
  --gw-color-action-secondary: var(--gw-slate-500);
  --gw-color-action-secondary-hover: var(--gw-slate-300);
  --gw-color-action-disabled: var(--gw-ink-700);

  --gw-color-focus-ring: var(--gw-slate-300);

  --gw-color-success-fg: var(--gw-moss-300);
  --gw-color-success-bg: var(--gw-moss-700);
  --gw-color-warning-fg: var(--gw-amber-300);
  --gw-color-warning-bg: var(--gw-amber-700);
  --gw-color-error-fg: var(--gw-rust-300);
  --gw-color-error-bg: var(--gw-rust-700);
  --gw-color-info-fg: var(--gw-slate-300);
  --gw-color-info-bg: var(--gw-slate-700);

  color-scheme: dark;
}

:root {
  
  --gw-weight-regular: 400;
  --gw-weight-medium: 500;
  --gw-weight-semibold: 600;
  --gw-weight-bold: 700;
  --gw-weight-black: 900;

  
  --gw-text-display-1: clamp(3rem, 9vw, 7.5rem);
  --gw-text-display-2: clamp(2.5rem, 6vw, 5rem);
  --gw-text-display-3: clamp(2rem, 4vw, 3.5rem);
  --gw-text-h1: clamp(1.75rem, 3vw, 2.5rem);
  --gw-text-h2: 1.75rem;
  --gw-text-h3: 1.375rem;
  --gw-text-h4: 1.125rem;
  --gw-text-lead: clamp(1.125rem, 1.6vw, 1.375rem);
  --gw-text-body-lg: 1.125rem;
  --gw-text-body: 1rem;
  --gw-text-body-sm: 0.875rem;
  --gw-text-caption: 0.8125rem;
  --gw-text-label: 0.875rem;
  --gw-text-eyebrow: 0.75rem;
  --gw-text-mono-data: 0.875rem;

  
  --gw-leading-tight: 0.92;
  --gw-leading-snug: 1.1;
  --gw-leading-normal: 1.5;
  --gw-leading-relaxed: 1.6;

  
  --gw-tracking-tightest: -0.04em;
  --gw-tracking-tighter: -0.03em;
  --gw-tracking-tight: -0.02em;
  --gw-tracking-normal: 0;
  --gw-tracking-wide: 0.02em;
  --gw-tracking-widest: 0.14em;
}

:root {
  --gw-space-0: 0;
  --gw-space-px: 1px;
  --gw-space-1: 0.25rem;
  --gw-space-2: 0.5rem;
  --gw-space-3: 0.75rem;
  --gw-space-4: 1rem;
  --gw-space-5: 1.25rem;
  --gw-space-6: 1.5rem;
  --gw-space-8: 2rem;
  --gw-space-10: 2.5rem;
  --gw-space-12: 3rem;
  --gw-space-16: 4rem;
  --gw-space-20: 5rem;
  --gw-space-24: 6rem;
  --gw-space-32: 8rem;
  --gw-space-40: 10rem;
  --gw-space-48: 12rem;

  
  --gw-container-sm: 40rem;
  --gw-container-md: 48rem;
  --gw-container-lg: 64rem;
  --gw-container-xl: 80rem;
  --gw-container-2xl: 96rem;
  --gw-container-full: 100%;

  
  --gw-measure-prose: 68ch;
  --gw-measure-lead: 52ch;

  
  --gw-bp-sm: 640px;
  --gw-bp-md: 768px;
  --gw-bp-lg: 1024px;
  --gw-bp-xl: 1280px;
  --gw-bp-2xl: 1536px;
}

:root {
  
  --gw-radius-none: 0;
  --gw-radius-xs: 2px;
  --gw-radius-sm: 4px;
  --gw-radius-md: 8px;
  --gw-radius-full: 9999px;

  
  --gw-border-hairline: 1px; 
  --gw-border-thick: 2px; 

  
  --gw-shadow-none: none;
  --gw-shadow-menu: 0 4px 16px -4px rgb(10 10 10 / 0.14);
  --gw-shadow-modal: 0 24px 64px -12px rgb(10 10 10 / 0.32);

  
  --gw-z-hide: -1; 
  --gw-z-base: 0; 
  --gw-z-raised: 10; 
  --gw-z-nav: 100; 
  --gw-z-dropdown: 200; 
  --gw-z-overlay: 300; 
  --gw-z-modal: 400; 
  --gw-z-popover: 500; 
  --gw-z-toast: 600; 
  --gw-z-tooltip: 700; 
  --gw-z-skip-link: 800; 

  
  --gw-duration-instant: 80ms; 
  --gw-duration-fast: 160ms; 
  --gw-duration-base: 240ms; 
  --gw-duration-slow: 400ms; 
  --gw-duration-reveal: 640ms; 

  
  --gw-ease-standard: cubic-bezier(0.2, 0, 0, 1); 
  --gw-ease-entrance: cubic-bezier(0, 0, 0, 1); 
  --gw-ease-exit: cubic-bezier(0.3, 0, 1, 1); 
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--gw-space-24);
}

body {
  background-color: var(--gw-color-bg-default);
  color: var(--gw-color-fg-default);
  font-family: var(--gw-font-sans);
  font-size: var(--gw-text-body);
  line-height: var(--gw-leading-relaxed);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, picture, video, canvas, svg { display: block; max-inline-size: 100%; }
input, button, textarea, select { font: inherit; color: inherit; }
p, h1, h2, h3, h4 { overflow-wrap: break-word; }
:target { scroll-margin-block-start: var(--gw-space-24); }

.gw-display-1, .gw-display-2, .gw-display-3 {
  font-family: var(--gw-font-display);
  font-weight: var(--gw-weight-black);
  text-wrap: balance;
}
.gw-display-1 { font-size: var(--gw-text-display-1); line-height: var(--gw-leading-tight); letter-spacing: var(--gw-tracking-tightest); }
.gw-display-2 { font-size: var(--gw-text-display-2); line-height: 0.95; letter-spacing: var(--gw-tracking-tighter); }
.gw-display-3 { font-size: var(--gw-text-display-3); line-height: 1.0; letter-spacing: var(--gw-tracking-tighter); }

.gw-h1, .gw-h2, .gw-h3, .gw-h4 { font-family: var(--gw-font-display); text-wrap: balance; }
.gw-h1 { font-size: var(--gw-text-h1); font-weight: var(--gw-weight-bold); line-height: 1.1; letter-spacing: var(--gw-tracking-tight); }
.gw-h2 { font-size: var(--gw-text-h2); font-weight: var(--gw-weight-bold); line-height: 1.15; letter-spacing: -0.015em; }
.gw-h3 { font-size: var(--gw-text-h3); font-weight: var(--gw-weight-bold); line-height: 1.25; letter-spacing: -0.01em; }
.gw-h4 { font-size: var(--gw-text-h4); font-weight: var(--gw-weight-semibold); line-height: 1.35; }

.gw-lead { font-size: var(--gw-text-lead); line-height: 1.5; max-inline-size: var(--gw-measure-lead); text-wrap: pretty; }
.gw-body { font-size: var(--gw-text-body); line-height: var(--gw-leading-relaxed); max-inline-size: var(--gw-measure-prose); text-wrap: pretty; }
.gw-caption { font-size: var(--gw-text-caption); line-height: 1.45; letter-spacing: 0.005em; color: var(--gw-color-fg-muted); }

.gw-eyebrow {
  font-family: var(--gw-font-mono);
  font-size: var(--gw-text-eyebrow);
  font-weight: var(--gw-weight-semibold);
  letter-spacing: var(--gw-tracking-widest);
  text-transform: uppercase;
  color: var(--gw-color-fg-subtle);
}

.gw-mono-data { font-family: var(--gw-font-mono); font-size: var(--gw-text-mono-data); letter-spacing: 0.02em; font-variant-numeric: tabular-nums; }

.gw-container {
  inline-size: 100%;
  max-inline-size: var(--gw-container-xl);
  margin-inline: auto;
  padding-inline: var(--gw-space-4);
}
@media (min-width: 768px)  { .gw-container { padding-inline: var(--gw-space-6); } }
@media (min-width: 1280px) { .gw-container { padding-inline: var(--gw-space-8); } }

.gw-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--gw-space-4);
}
@media (min-width: 768px)  { .gw-grid { grid-template-columns: repeat(8, minmax(0, 1fr)); gap: var(--gw-space-6); } }
@media (min-width: 1024px) { .gw-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gw-space-10); } }

.gw-bleed { inline-size: 100vw; margin-inline-start: 50%; transform: translateX(-50%); }

.gw-section { padding-block: var(--gw-space-16); }
@media (min-width: 768px)  { .gw-section { padding-block: var(--gw-space-20); } }
@media (min-width: 1024px) { .gw-section { padding-block: var(--gw-space-24); } }
.gw-section--editorial { padding-block: var(--gw-space-32); }

.gw-surface-inverse { background: var(--gw-color-bg-inverse); color: var(--gw-color-fg-inverse); }

:focus { outline: none; }
:focus-visible {
  outline: var(--gw-border-thick) solid var(--gw-color-focus-ring);
  outline-offset: 2px;
  border-radius: var(--gw-radius-xs);
}
.gw-surface-inverse :focus-visible { outline-color: var(--gw-slate-300); }

.gw-skip-link {
  position: absolute;
  inset-block-start: var(--gw-space-2);
  inset-inline-start: var(--gw-space-2);
  z-index: var(--gw-z-skip-link);
  padding: var(--gw-space-3) var(--gw-space-4);
  background: var(--gw-color-bg-inverse);
  color: var(--gw-color-fg-inverse);
  transform: translateY(-200%);
  font-family: var(--gw-font-mono);
  font-size: var(--gw-text-eyebrow);
  text-transform: uppercase;
  letter-spacing: var(--gw-tracking-widest);
}
.gw-skip-link:focus-visible { transform: translateY(0); }

.gw-visually-hidden:not(:focus-within) {
  position: absolute;
  inline-size: 1px; block-size: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.gw-reveal {
  opacity: 0;
  transform: translateY(var(--gw-space-6));
  transition:
    opacity var(--gw-duration-reveal) var(--gw-ease-entrance),
    transform var(--gw-duration-reveal) var(--gw-ease-entrance);
  transition-delay: calc(var(--gw-reveal-index, 0) * 60ms);
}
.gw-reveal[data-revealed='true'] { opacity: 1; transform: none; }
.no-js .gw-reveal { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
    scroll-behavior: auto !important;
  }
  .gw-reveal { opacity: 1; transform: none; }
}

a { color: var(--gw-color-fg-accent); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--gw-color-action-secondary-hover); }

:root { --gw-font-mono: var(--gw-font-sans); }

.masthead {
  position: sticky;
  top: 0;
  z-index: var(--gw-z-nav);
  color: var(--gw-stone-0);
  background: transparent;
  padding-top: 10px;
  transition: transform var(--gw-duration-slow) var(--gw-ease-standard);
}

.masthead.is-hidden { transform: translateY(-110%); }
.masthead__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  background: transparent;
  border-radius: var(--gw-radius-full);
  transition: max-inline-size var(--gw-duration-slow) var(--gw-ease-standard),
              padding var(--gw-duration-base) var(--gw-ease-standard),
              background-color var(--gw-duration-base) var(--gw-ease-standard);
}

.masthead.is-scrolled .masthead__inner {
  max-inline-size: 620px;
  padding-inline: var(--gw-space-6);
  background: var(--gw-ink-900);
}

.wordmark {
  font-family: var(--gw-font-display);
  font-weight: var(--gw-weight-black);
  font-size: 1.5rem;
  transition: font-size var(--gw-duration-base) var(--gw-ease-standard), color var(--gw-duration-fast) var(--gw-ease-standard);
  letter-spacing: -.04em;
  color: inherit;
  text-decoration: none;
}

.wordmark span { color: var(--gw-slate-300); }

.wordmark:hover { color: var(--gw-slate-300); }

.masthead.is-scrolled .wordmark { font-size: 1.2rem; }

.masthead__nav {
  display: none;
  align-items: center;
  gap: var(--gw-space-8);
}

.masthead__nav a,
.menu-toggle {
  font-family: var(--gw-font-mono);
  font-size: var(--gw-text-eyebrow);
  font-weight: var(--gw-weight-semibold);
  letter-spacing: .1em;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  transition: color var(--gw-duration-fast) var(--gw-ease-standard);
}

.masthead__nav:hover a { color: var(--gw-stone-500); }
.masthead__nav a:hover { color: var(--gw-stone-0); }

.menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.mobile-menu {
  display: none;
  background: var(--gw-color-bg-inverse);
  color: var(--gw-color-fg-inverse);
  padding: var(--gw-space-8) 0 var(--gw-space-10);
}

.mobile-menu.is-open { display: block; }

.mobile-menu nav {
  display: grid;
  gap: var(--gw-space-5);
}

.mobile-menu a {
  font-family: var(--gw-font-display);
  font-weight: var(--gw-weight-black);
  font-size: var(--gw-text-h2);
  letter-spacing: -.02em;
  color: var(--gw-stone-0);
  text-decoration: none;
}

.mobile-menu a:hover { color: var(--gw-stone-0); }
.mobile-menu nav:hover a:not(:hover) { color: var(--gw-stone-600); }

@media (min-width: 901px) {
  .masthead__nav { display: flex; }
  .masthead.is-scrolled .masthead__nav { gap: var(--gw-space-6); }
  .menu-toggle { display: none; }
  .mobile-menu { display: none !important; }
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  margin-top: -66px;
  min-height: 92vh;
}

.has-media { position: relative; overflow: hidden; clip-path: inset(0); }

.media-bg {
  position: absolute;
  inset: 0;
}

.media-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(10, 10, 9, 0.82), rgba(10, 10, 9, 0.35));
}

.has-media > .gw-container { position: relative; }

.media-bg canvas,
.media-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.media-bg--scene {
  background: var(--gw-ink-900);
  position: fixed;
  inset: 0;
}

.media-bg--scene::after {
  background: rgba(0, 0, 0, 0.4);
}

.hero--short { min-height: 64vh; }

.hero__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 90% at 70% 20%, var(--gw-ink-700) 0%, var(--gw-ink-900) 60%);
}

.hero__hatch {
  position: absolute;
  inset: 0;
  opacity: .5;
  background: repeating-linear-gradient(115deg, transparent 0 38px, rgba(58, 90, 114, 0.10) 38px 39px);
}

.hero__content {
  position: relative;
  padding-top: calc(66px + var(--gw-space-24));
  padding-bottom: var(--gw-space-20);
}

.hero__content .gw-eyebrow { color: var(--gw-slate-300); }

.hero h1 {
  margin-block: var(--gw-space-5) var(--gw-space-8);
}

.hero.band-inverse .gw-lead { color: var(--gw-ink-50); }

.u-mb-8 { margin-bottom: var(--gw-space-8); }

.section-label { display: block; margin-bottom: var(--gw-space-4); }
.section-label--tight { margin-bottom: var(--gw-space-3); }

.statement--sm { font-size: var(--gw-text-h1); }

.gw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--gw-space-2);
  height: 44px;
  padding-inline: var(--gw-space-5);
  font-family: var(--gw-font-sans);
  font-size: var(--gw-text-label);
  font-weight: var(--gw-weight-semibold);
  line-height: 1;
  text-decoration: none;
  border: none;
  border-radius: var(--gw-radius-xs);
  cursor: pointer;
  background: var(--gw-color-action-primary);
  color: var(--gw-color-fg-inverse);
  transition: background-color var(--gw-duration-fast) var(--gw-ease-standard),
              transform var(--gw-duration-instant) var(--gw-ease-standard);
}

.gw-btn:hover { background: var(--gw-color-action-primary-hover); color: var(--gw-color-fg-inverse); }
.gw-btn:active { transform: scale(0.985); }

.gw-btn--secondary { background: var(--gw-color-action-secondary); color: var(--gw-stone-0); }
.gw-btn--secondary:hover { background: var(--gw-color-action-secondary-hover); color: var(--gw-stone-0); }

.gw-btn--lg { height: 56px; padding-inline: var(--gw-space-8); font-size: var(--gw-text-body); }

.gw-btn--on-dark { background: var(--gw-stone-0); color: var(--gw-ink-900); }
.gw-btn--on-dark:hover { background: var(--gw-stone-200); color: var(--gw-ink-900); }

.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: var(--gw-space-3);
  width: fit-content;
  font-family: var(--gw-font-mono);
  font-size: var(--gw-text-eyebrow);
  font-weight: var(--gw-weight-semibold);
  letter-spacing: var(--gw-tracking-widest);
  text-transform: uppercase;
  text-decoration: none;
  color: var(--gw-color-fg-default);
  padding-block: var(--gw-space-2);
  border-bottom: var(--gw-border-hairline) solid var(--gw-color-border-strong);
}

.arrow-link .glyph {
  color: var(--gw-color-fg-accent);
  transition: transform var(--gw-duration-slow) var(--gw-ease-standard);
}

.arrow-link:hover { color: var(--gw-color-fg-default); }
.arrow-link:hover .glyph:last-child { transform: translateX(var(--gw-space-1)); }

.arrow-link--accent { color: var(--gw-color-fg-accent); }
.arrow-link--accent:hover { color: var(--gw-color-action-secondary-hover); }

.arrow-link--inverse {
  color: var(--gw-color-fg-inverse);
  border-bottom-color: var(--gw-color-fg-inverse);
}

.arrow-link--inverse:hover { color: var(--gw-color-fg-inverse); }
.arrow-link--inverse .glyph { color: var(--gw-slate-300); }

.statement {
  font-family: var(--gw-font-display);
  font-weight: var(--gw-weight-black);
  font-size: var(--gw-text-display-3);
  line-height: 1.02;
  letter-spacing: -.03em;
  max-inline-size: 24ch;
  text-wrap: balance;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--gw-space-4);
  margin-bottom: var(--gw-space-10);
}

.section-head--tight { margin-bottom: 0; padding-bottom: var(--gw-space-10); }

.rule-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rule-list li {
  display: flex;
  gap: var(--gw-space-4);
  align-items: baseline;
  padding-block: var(--gw-space-5);
  border-top: var(--gw-border-hairline) solid var(--gw-color-border-default);
  font-size: var(--gw-text-body-lg);
  max-inline-size: var(--gw-measure-lead);
  text-wrap: pretty;
}

.rule-list li:last-child { border-bottom: var(--gw-border-hairline) solid var(--gw-color-border-default); }

.split {
  display: grid;
  gap: var(--gw-space-10);
  align-items: start;
}

@media (min-width: 821px) {
  .split { grid-template-columns: 1fr 1.2fr; gap: var(--gw-space-16); }
  .split--even { grid-template-columns: 1fr 1fr; }
}

.band-inverse {
  background: var(--gw-color-bg-inverse);
  color: var(--gw-color-fg-inverse);
}

.band-inverse .gw-eyebrow { color: var(--gw-stone-500); }
.band-inverse .gw-body, .band-inverse .gw-lead { color: var(--gw-stone-400); }

.testimonial-grid {
  display: grid;
  gap: var(--gw-space-6);
  grid-template-columns: 1fr;
}

@media (min-width: 640px) { .testimonial-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .testimonial-grid { grid-template-columns: repeat(3, 1fr); } }

.testimonial {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--gw-space-8);
  background: var(--gw-color-bg-default);
  border: var(--gw-border-hairline) solid var(--gw-color-border-default);
  padding: var(--gw-space-8);
}

.testimonial blockquote {
  margin: 0;
  font-size: var(--gw-text-body-lg);
  line-height: 1.55;
  text-wrap: pretty;
}

.testimonial blockquote::before {
  content: "\201C";
  display: block;
  font-family: var(--gw-font-display);
  font-weight: var(--gw-weight-black);
  font-size: 2.5rem;
  line-height: 1;
  color: var(--gw-slate-500);
  margin-bottom: var(--gw-space-3);
}

.testimonial cite {
  font-style: normal;
  font-family: var(--gw-font-mono);
  font-size: var(--gw-text-eyebrow);
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gw-color-fg-subtle);
  border-top: var(--gw-border-hairline) solid var(--gw-color-border-default);
  padding-top: var(--gw-space-4);
}

.cta-band {
  position: relative;
  overflow: hidden;
}

.cta-band .hero__hatch { opacity: .35; }

.cta-band__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gw-space-6);
}

.timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: step;
}

.timeline li {
  display: grid;
  gap: var(--gw-space-3);
  padding-block: var(--gw-space-8);
  border-top: var(--gw-border-hairline) solid var(--gw-color-border-default);
}

@media (min-width: 821px) {
  .timeline li { grid-template-columns: 200px 1fr; gap: var(--gw-space-10); }
}

.timeline .when {
  font-family: var(--gw-font-mono);
  font-size: var(--gw-text-eyebrow);
  font-weight: var(--gw-weight-semibold);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gw-color-fg-accent);
  padding-top: 6px;
}

.timeline h3 { margin-bottom: var(--gw-space-3); }

.service {
  display: grid;
  gap: var(--gw-space-6);
  padding-block: var(--gw-space-12);
  border-top: var(--gw-border-hairline) solid var(--gw-color-border-default);
}

@media (min-width: 900px) {
  .service { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: var(--gw-space-16); }
}

.service__title { margin-bottom: var(--gw-space-4); }

.service ul {
  list-style: none;
  margin: 0;
  padding: 0;
  align-self: end;
}

.service ul li {
  padding-block: var(--gw-space-3);
  border-bottom: var(--gw-border-hairline) solid var(--gw-color-border-default);
  text-wrap: pretty;
}

.service ul li::before {
  content: "\2192";
  color: var(--gw-color-fg-accent);
  margin-right: var(--gw-space-3);
}

.project {
  padding-block: var(--gw-space-12);
  border-top: var(--gw-border-hairline) solid var(--gw-color-border-default);
}

.project__title { max-inline-size: 24ch; }

.project__grid {
  display: grid;
  gap: var(--gw-space-8);
  margin-top: var(--gw-space-8);
}

@media (min-width: 900px) {
  .project__title { max-inline-size: 24ch; }

.project__grid { grid-template-columns: repeat(3, 1fr); gap: var(--gw-space-10); }
}

.project__grid h4 {
  margin-bottom: var(--gw-space-3);
}

.project .arrow-link { margin-top: var(--gw-space-8); }

.contact-block {
  border: var(--gw-border-hairline) solid var(--gw-color-border-default);
  padding: var(--gw-space-10) var(--gw-space-8);
  display: grid;
  gap: var(--gw-space-6);
  align-content: start;
}

.contact-block address {
  font-style: normal;
  display: grid;
  gap: var(--gw-space-2);
}

.contact-block a { color: var(--gw-color-fg-accent); text-decoration: none; }
.contact-block a:hover { color: var(--gw-color-action-secondary-hover); text-decoration: underline; }

.mono-line {
  font-family: var(--gw-font-mono);
  font-size: var(--gw-text-mono-data);
  letter-spacing: .02em;
  font-variant-numeric: tabular-nums;
}

.site-footer {
  background: var(--gw-color-bg-inverse);
  color: var(--gw-color-fg-inverse);
}

.site-footer__grid {
  display: grid;
  gap: var(--gw-space-10);
  padding-block: var(--gw-space-16) var(--gw-space-10);
}

@media (min-width: 821px) {
  .site-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
}

.site-footer .wordmark { font-size: 2rem; margin-bottom: var(--gw-space-4); }

.site-footer .gw-body { color: var(--gw-stone-400); max-inline-size: 42ch; }

.site-footer nav, .site-footer .foot-contact {
  display: grid;
  gap: var(--gw-space-3);
  align-content: start;
}

.site-footer nav a, .site-footer .foot-contact a, .site-footer .foot-contact span {
  font-family: var(--gw-font-sans);
  font-size: var(--gw-text-body-sm);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--gw-stone-300);
  text-decoration: none;
  transition: color var(--gw-duration-fast) var(--gw-ease-standard);
}

.site-footer nav:hover a { color: var(--gw-stone-600); }
.site-footer nav a:hover { color: var(--gw-stone-0); }
.site-footer .foot-contact a:hover { color: var(--gw-stone-0); }

.site-footer__legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--gw-space-4);
  border-top: var(--gw-border-hairline) solid var(--gw-ink-700);
  padding-block: var(--gw-space-6) var(--gw-space-10);
}

.site-footer__legal span { color: var(--gw-stone-500); }

.policy h2 { margin: var(--gw-space-12) 0 var(--gw-space-4); }
.policy h3 { margin: var(--gw-space-8) 0 var(--gw-space-3); }
.policy p { margin-bottom: var(--gw-space-4); }

.cookie-banner {
  position: fixed;
  inset-inline-end: 20px;
  bottom: 20px;
  z-index: 1100;
  max-width: 380px;
  background: var(--gw-ink-900);
  color: var(--gw-stone-0);
  border: 1px solid var(--gw-ink-700);
  padding: var(--gw-space-6);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity var(--gw-duration-slow) var(--gw-ease-entrance),
              transform var(--gw-duration-slow) var(--gw-ease-entrance);
}

.cookie-banner.is-visible { opacity: 1; transform: none; }

.cookie-banner strong {
  display: block;
  font-family: var(--gw-font-display);
  font-weight: var(--gw-weight-black);
  font-size: 1.35rem;
  letter-spacing: -.02em;
  margin-bottom: var(--gw-space-3);
}

.cookie-banner strong span { color: var(--gw-slate-300); }

.cookie-banner p {
  font-size: var(--gw-text-body-sm);
  color: var(--gw-stone-400);
  margin-bottom: var(--gw-space-5);
}

.cookie-banner p a { color: var(--gw-stone-200); }
.cookie-banner p a:hover { color: var(--gw-stone-0); }

.cookie-banner__actions {
  display: flex;
  gap: var(--gw-space-3);
}

.cookie-banner__actions button {
  height: 40px;
  padding-inline: var(--gw-space-5);
  font-family: var(--gw-font-sans);
  font-size: var(--gw-text-body-sm);
  font-weight: var(--gw-weight-semibold);
  border-radius: var(--gw-radius-xs);
  border: none;
  cursor: pointer;
  transition: background-color var(--gw-duration-fast) var(--gw-ease-standard);
}

.cookie-banner__actions .cookie-accept {
  background: var(--gw-stone-0);
  color: var(--gw-ink-900);
}

.cookie-banner__actions .cookie-accept:hover { background: var(--gw-stone-200); }

.cookie-banner__actions .cookie-decline {
  background: transparent;
  color: var(--gw-stone-300);
  border: 1px solid var(--gw-ink-600);
}

.cookie-banner__actions .cookie-decline:hover { color: var(--gw-stone-0); border-color: var(--gw-stone-500); }

@media (max-width: 480px) {
  .cookie-banner { inset-inline: 16px; max-width: none; }
}
