/* Monolith3 site. Tokens from brand-kit v1.5 tokens.css. Boring Type only. */

@font-face { font-family: "M3 Sans"; src: url("fonts/sussie-light.woff2") format("woff2"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "M3 Sans"; src: url("fonts/sussie-lightitalic.woff2") format("woff2"); font-weight: 300; font-style: italic; font-display: swap; }
@font-face { font-family: "M3 Sans"; src: url("fonts/sussie-regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "M3 Sans"; src: url("fonts/sussie-medium.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "M3 Label"; src: url("fonts/soehne-kraeftig.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }

:root {
  --ink: #100E0C;
  --ink-2: #1C1916;
  --umber: #4F473F;
  --dust: #A0968A;
  --taupe: #C4B9AA;
  --stone: #ECE5D9;
  --stone-2: #DDD5C8;
  --paper: #F2EDE4;
  --cobalt: #2E4BFF;
  --cobalt-light: #6F86FF;

  --sans: "M3 Sans", ui-sans-serif, system-ui, sans-serif;
  --label: "M3 Label", ui-sans-serif, system-ui, sans-serif;

  --display: clamp(2.75rem, 1.6rem + 5vw, 6rem);
  --h2: clamp(2.1rem, 1.5rem + 2.6vw, 3.5rem);
  --h3: 1.25rem;
  --body: 1.0625rem;
  --small: 1rem;
  --label-size: 0.75rem;

  --gutter: clamp(16px, 5vw, 72px);
  --band: clamp(72px, 10vw, 144px);
  --max: 1240px;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --slow: 900ms;
  --hair-ink: rgba(236, 229, 217, .2);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--stone);
  font-family: var(--sans);
  font-weight: 400;
  font-size: var(--body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
p { margin: 0 0 1em; max-width: 64ch; text-wrap: pretty; }
h1, h2, h3 { margin: 0; font-weight: 300; text-wrap: balance; }

a { color: inherit; text-underline-offset: .2em; text-decoration-thickness: 1px; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--cobalt-light); outline-offset: 3px; }
.stone a:focus-visible { outline-color: var(--cobalt); }

.skip {
  position: absolute; left: 16px; top: -100px; z-index: 30;
  background: var(--stone); color: var(--ink); padding: 12px 16px; font-family: var(--label);
}
.skip:focus { top: 16px; }

.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }

.label {
  display: block;
  font-family: var(--label);
  font-weight: 500;
  font-size: var(--label-size);
  letter-spacing: .14em;
  text-transform: uppercase;
  line-height: 1.4;
  color: var(--dust);
  margin: 0 0 24px;
}
.stone .label { color: var(--umber); }

/* Bands. Ink, stone, ink, stone. */
.band { padding: var(--band) 0; }
.ink { background: var(--ink); color: var(--stone); }
.stone { background: var(--stone); color: var(--ink); }
.muted { color: var(--dust); }
.stone .muted { color: var(--umber); }

/* Header */
.site-head { padding: 24px 0 0; }
.site-head .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.brand { display: inline-flex; align-items: center; min-height: 44px; }
.brand img { width: 172px; height: auto; }
.nav { display: flex; gap: 8px 28px; flex-wrap: wrap; }
.nav a {
  display: inline-flex; align-items: center; min-height: 44px;
  font-family: var(--label); font-weight: 500; font-size: var(--label-size);
  letter-spacing: .14em; text-transform: uppercase; text-decoration: none; color: var(--dust);
  transition: color 300ms var(--ease);
}
.nav a:hover { color: var(--stone); }

/* Buttons. Square-ish, solid. */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 52px; padding: 14px 26px;
  border-radius: 2px; border: 0;
  font-family: var(--label); font-weight: 500; font-size: .8125rem;
  letter-spacing: .12em; text-transform: uppercase; text-decoration: none;
  transition: transform 500ms var(--ease), background-color 500ms var(--ease);
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn-primary { background: var(--cobalt); color: var(--stone); }
.btn-primary:hover { background: #2440E6; }
.btn .arrow { display: inline-block; transition: transform 500ms var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }

.text-link {
  display: inline-flex; align-items: center; min-height: 44px;
  color: var(--stone); text-decoration: underline;
}

/* Hero */
.hero { padding: clamp(40px, 6vw, 88px) 0 clamp(64px, 9vw, 120px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: clamp(32px, 6vw, 96px); align-items: end; }
.hero-mark { width: 100%; max-width: 280px; }
.hero h1 {
  font-size: clamp(2.5rem, 1.4rem + 4vw, 5.25rem);
  max-width: 15ch;
  font-weight: 300;
  letter-spacing: -.025em;
  line-height: 1.02;
  margin-bottom: 32px;
}
.lede { font-size: clamp(1.125rem, 1rem + .5vw, 1.375rem); line-height: 1.5; color: var(--stone); max-width: 36ch; margin-bottom: 40px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 32px; }
.hero-foot { margin-top: clamp(56px, 8vw, 104px); padding-top: 20px; border-top: 1px solid var(--hair-ink); display: flex; flex-wrap: wrap; gap: 8px 40px; }
.hero-foot .label { margin: 0; }

/* Section heads */
.section-head { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(24px, 6vw, 96px); margin-bottom: clamp(48px, 7vw, 96px); }
.section-head h2 { font-size: var(--h2); letter-spacing: -.02em; line-height: 1.08; }
.section-head p { font-size: 1.1875rem; line-height: 1.55; }
.rule { display: block; width: 44px; height: 3px; background: currentColor; margin-bottom: 24px; }

/* Pillars: three equal columns, like the bars */
.pillars { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(24px, 4vw, 56px); }
.pillar { border-top: 1px solid var(--ink); padding-top: 28px; display: flex; flex-direction: column; }
.pillar .num { font-family: var(--label); font-weight: 500; font-size: var(--label-size); letter-spacing: .14em; color: var(--umber); margin-bottom: 40px; }
.pillar h3 { font-size: clamp(1.625rem, 1.3rem + 1vw, 2.125rem); font-weight: 400; letter-spacing: -.01em; line-height: 1.15; margin-bottom: 16px; }
.pillar .scope { font-style: italic; font-weight: 300; font-size: 1.1875rem; line-height: 1.45; margin-bottom: 20px; }
.pillar .credit { margin-top: auto; padding-top: 24px; margin-bottom: 0; }
.note { margin-top: clamp(40px, 6vw, 72px); color: var(--umber); }

/* Principles */
.principles { list-style: none; margin: 0; padding: 0; }
.principle { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(16px, 6vw, 96px); padding: 36px 0; border-top: 1px solid var(--hair-ink); }
.principle:last-child { border-bottom: 1px solid var(--hair-ink); }
.principle h3 { font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem); font-weight: 300; letter-spacing: -.01em; line-height: 1.15; }
.principle h3 .n { display: block; font-family: var(--label); font-weight: 500; font-size: var(--label-size); letter-spacing: .14em; color: var(--dust); margin-bottom: 12px; }
.principle p { color: var(--stone); margin: 0; }
.principle p + p { margin-top: .75em; color: var(--dust); }

/* Approach steps */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 clamp(24px, 5vw, 72px); counter-reset: step; }
.step { border-top: 1px solid var(--ink); padding: 28px 0 40px; }
.step .week { font-family: var(--label); font-weight: 500; font-size: var(--label-size); letter-spacing: .14em; text-transform: uppercase; color: var(--umber); margin-bottom: 16px; display: block; }
.step h3 { font-size: var(--h3); font-weight: 500; margin-bottom: 10px; }
.step p { margin: 0; }
.pull {
  margin: clamp(48px, 7vw, 88px) 0 0;
  font-style: italic; font-weight: 300;
  font-size: clamp(1.5rem, 1.1rem + 1.6vw, 2.5rem); line-height: 1.25; letter-spacing: -.01em;
  max-width: 28ch;
}

/* Contact */
.contact h2 { font-size: var(--display); letter-spacing: -.025em; line-height: 1.02; margin-bottom: 32px; max-width: 14ch; }
.contact .lede { color: var(--dust); }
.contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 32px; }
.contact-actions .text-link { font-size: 1.125rem; }

.nf-title { font-size: var(--display); letter-spacing: -.025em; line-height: 1.02; margin-bottom: 32px; max-width: 14ch; }

/* Footer */
.site-foot { background: var(--ink); border-top: 1px solid var(--hair-ink); padding: 48px 0 56px; }
.site-foot .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px 40px; }
.foot-brand { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 28px; }
.foot-brand img { width: 150px; height: auto; }
.tagline { font-style: italic; font-weight: 300; font-size: 1.25rem; color: var(--stone); margin: 0; }
.foot-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 28px; color: var(--dust); font-size: var(--small); }
.foot-meta a { color: var(--dust); display: inline-flex; align-items: center; min-height: 44px; }
.foot-meta a:hover { color: var(--stone); }

/* Mobile sticky CTA: appears once the hero button scrolls away */
.sticky-cta { display: none; }

/* Motion: slow rises and fades. Content stays visible without JS. */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity var(--slow) var(--ease), transform var(--slow) var(--ease); }
.js .reveal.in { opacity: 1; transform: none; }
.js .hero-mark rect { transform: translateY(100%); animation: rise 1100ms var(--ease) forwards; }
.js .hero-mark rect:nth-child(2) { animation-delay: 90ms; }
.js .hero-mark rect:nth-child(3) { animation-delay: 180ms; }
@keyframes rise { to { transform: none; } }
.hero-mark svg { display: block; width: 100%; height: auto; overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .js .hero-mark rect { transform: none; animation: none; }
  .btn, .btn .arrow, .sticky-cta { transition: none; }
}

/* Tablet */
@media (max-width: 960px) {
  .hero-grid, .section-head, .principle { grid-template-columns: minmax(0, 1fr); }
  .hero-mark { max-width: 180px; }
  .pillars { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .pillar .num { margin-bottom: 20px; }
}

/* Phone */
@media (max-width: 640px) {
  .site-head .wrap { gap: 8px; }
  .nav { width: 100%; gap: 0 24px; }
  .brand img { width: 156px; }
  .hero { padding-top: 40px; }
  .hero-mark { max-width: 112px; }
  .steps { grid-template-columns: minmax(0, 1fr); }
  .hero-actions .btn, .contact-actions .btn { width: 100%; }
  .sticky-cta {
    display: block;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 20;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    background: rgba(16, 14, 12, .94);
    border-top: 1px solid var(--hair-ink);
    transform: translateY(110%);
    transition: transform 600ms var(--ease);
  }
  .sticky-cta.show { transform: none; }
  .sticky-cta .btn { width: 100%; }
  .site-foot { padding-bottom: calc(56px + 76px + env(safe-area-inset-bottom)); }
}
