/*
  Cane & Clay — Coming Soon
  Static, dependency-free motion system.
  Palette and tactility are derived from the supplied Cane & Clay identity.
*/

:root {
  --ink: #120b08;
  --ink-soft: #20130e;
  --espresso: #2d1a12;
  --clay-deep: #4b2719;
  --clay: #754126;
  --terracotta: #a45f35;
  --copper: #c0834e;
  --cane: #d6a363;
  --cane-light: #f0c885;
  --sand: #ddcbb2;
  --ivory: #f1eadf;
  --paper: #f6f1e8;
  --muted: #ac9b8d;
  --line-dark: rgba(241, 234, 223, 0.17);
  --line-light: rgba(34, 20, 14, 0.16);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", Times, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-in-out: cubic-bezier(.65, 0, .35, 1);
  --header-h: 88px;
  --gutter: clamp(20px, 4vw, 72px);
  --content-max: 1600px;
  --cursor-x: 50vw;
  --cursor-y: 50vh;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  background: var(--ink);
  -webkit-text-size-adjust: 100%;
  text-rendering: geometricPrecision;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--ink);
  color: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.is-loading {
  overflow: hidden;
  height: 100svh;
}

::selection {
  color: var(--ink);
  background: var(--cane-light);
}

img,
svg,
canvas {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
  font: inherit;
}

address {
  font-style: normal;
}

.image-failed {
  background:
    radial-gradient(circle at 40% 35%, rgba(214,163,99,.22), transparent 26%),
    linear-gradient(145deg, #452719, #160c08);
}

.image-failed img { visibility: hidden; }

:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 5px;
}

h1,
h2,
h3,
p,
figure {
  margin: 0;
}

.skip-link {
  position: fixed;
  z-index: 10000;
  left: 16px;
  top: 16px;
  transform: translateY(-150%);
  padding: 12px 16px;
  background: var(--paper);
  color: var(--ink);
  border-radius: 999px;
  transition: transform .25s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.svg-defs {
  position: absolute;
  pointer-events: none;
}

.site-grain {
  position: fixed;
  z-index: 9900;
  inset: -40%;
  pointer-events: none;
  opacity: .14;
  background-image: url("../assets/images/grain.png");
  background-size: 192px 192px;
  animation: grain-shift .55s steps(2) infinite;
  mix-blend-mode: soft-light;
}

@keyframes grain-shift {
  0% { transform: translate3d(-2%, -2%, 0); }
  25% { transform: translate3d(2%, 1%, 0); }
  50% { transform: translate3d(-1%, 2%, 0); }
  75% { transform: translate3d(1%, -1%, 0); }
  100% { transform: translate3d(-2%, -2%, 0); }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 10px;
  font-weight: 500;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: .6;
}

.theme-light {
  color: var(--ink);
  background: var(--paper);
}

.theme-clay {
  color: var(--ivory);
  background: var(--clay-deep);
}

.scroll-scene {
  position: relative;
}

.scene-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 640px;
  overflow: hidden;
}

/* ------------------------------------------------------------
   Preloader
------------------------------------------------------------ */

.preloader {
  --load: 0;
  position: fixed;
  z-index: 12000;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(170, 98, 52, .18), transparent 34%),
    linear-gradient(145deg, #160c08, #2b190f 48%, #120a07);
  transition: opacity .9s var(--ease-out), visibility .9s;
}

.preloader::before,
.preloader::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(233, 195, 135, .12);
  border-radius: 50%;
  inset: 15%;
  transform: scale(calc(.65 + var(--load) * .35));
  opacity: calc(.08 + var(--load) * .16);
}

.preloader::after {
  inset: 28%;
  transform: scale(calc(1.2 - var(--load) * .2));
}

.preloader__grain {
  position: absolute;
  inset: -30%;
  opacity: .22;
  background: url("../assets/images/grain.png") repeat;
  animation: grain-shift .55s steps(2) infinite;
}

.preloader__inner {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(540px, 84vw);
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.preloader__mark {
  width: min(330px, 62vw);
  filter: saturate(.85) contrast(1.08);
  transform: translate3d(0, calc((1 - var(--load)) * 16px), 0) scale(calc(.82 + var(--load) * .18));
}

.preloader__mark .mark-cane path,
.preloader__mark .mark-clay,
.preloader__mark .mark-highlight {
  stroke-dasharray: 800;
  stroke-dashoffset: calc(800 - 800 * var(--load));
}

.preloader__brand {
  margin-top: -22px;
  color: var(--sand);
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 46px);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.preloader__brand span {
  color: var(--cane);
  font-style: italic;
}

.preloader__line {
  margin-top: 12px;
  color: rgba(241, 234, 223, .48);
  font-family: var(--serif);
  font-size: clamp(14px, 1.5vw, 18px);
  font-style: italic;
  letter-spacing: .03em;
}

.preloader__meter {
  width: min(360px, 70vw);
  height: 1px;
  margin-top: 36px;
  overflow: hidden;
  background: rgba(255,255,255,.1);
}

.preloader__meter span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(var(--load));
  transform-origin: left;
  background: linear-gradient(90deg, var(--clay), var(--cane-light));
}

.preloader__status {
  display: flex;
  margin-top: 14px;
  color: rgba(241, 234, 223, .55);
  font-size: 10px;
  letter-spacing: .12em;
}

body.is-ready .preloader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* ------------------------------------------------------------
   Cursor
------------------------------------------------------------ */

.cursor {
  position: fixed;
  z-index: 11000;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  will-change: transform;
}

.cursor--dot {
  width: 5px;
  height: 5px;
  margin: -2.5px 0 0 -2.5px;
  border-radius: 50%;
  background: var(--cane-light);
}

.cursor--ring {
  display: grid;
  width: 42px;
  height: 42px;
  margin: -21px 0 0 -21px;
  place-items: center;
  border: 1px solid rgba(236, 201, 145, .55);
  border-radius: 50%;
  background: rgba(18, 11, 8, .02);
  backdrop-filter: blur(2px);
  transition: width .35s var(--ease-out), height .35s var(--ease-out), margin .35s var(--ease-out), background .35s, border-color .35s;
}

.cursor--ring span {
  opacity: 0;
  color: var(--ink);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: opacity .25s;
}

body.cursor-visible .cursor {
  opacity: 1;
}

body.cursor-hover .cursor--ring {
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  border-color: var(--cane-light);
  background: var(--cane-light);
}

body.cursor-hover .cursor--ring span {
  opacity: 1;
}

body.cursor-pressed .cursor--ring {
  transform: scale(.82);
}

/* ------------------------------------------------------------
   Header and contact rail
------------------------------------------------------------ */

.site-header {
  position: fixed;
  z-index: 9000;
  inset: 0 0 auto;
  display: grid;
  height: var(--header-h);
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 var(--gutter);
  color: var(--ivory);
  transition: color .5s, background .5s, transform .6s var(--ease-out), border-color .5s;
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
  height: 72px;
  background: rgba(18, 11, 8, .7);
  border-color: rgba(255,255,255,.08);
  backdrop-filter: blur(18px) saturate(1.2);
}

.site-header.on-light {
  color: var(--ink);
  background: rgba(246, 241, 232, .72);
  border-color: rgba(18, 11, 8, .08);
}

.header-brand {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 12px;
}

.header-brand svg {
  width: 48px;
  height: 30px;
  overflow: visible;
}

.header-brand__text {
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.header-brand__text i {
  color: var(--cane);
  font-style: italic;
}

.header-meta {
  display: flex;
  align-items: baseline;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 9px;
}

.header-meta span {
  opacity: .5;
}

.header-meta strong {
  font-weight: 500;
}

.header-actions {
  display: flex;
  justify-self: end;
  align-items: center;
  gap: 24px;
}

.header-link,
.sound-toggle {
  position: relative;
  border: 0;
  padding: 8px 0;
  background: none;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 9px;
  cursor: pointer;
}

.header-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: currentColor;
  transition: transform .35s var(--ease-out);
}

.header-link:hover::after,
.header-link:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.sound-toggle {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.sound-toggle__bars {
  display: flex;
  height: 14px;
  align-items: center;
  gap: 2px;
}

.sound-toggle__bars i {
  display: block;
  width: 1px;
  height: 4px;
  background: currentColor;
  opacity: .65;
  transition: height .25s;
}

.sound-toggle[aria-pressed="true"] .sound-toggle__bars i:nth-child(1) { animation: soundbar .75s .05s ease-in-out infinite alternate; }
.sound-toggle[aria-pressed="true"] .sound-toggle__bars i:nth-child(2) { animation: soundbar .55s .15s ease-in-out infinite alternate; }
.sound-toggle[aria-pressed="true"] .sound-toggle__bars i:nth-child(3) { animation: soundbar .9s .02s ease-in-out infinite alternate; }
.sound-toggle[aria-pressed="true"] .sound-toggle__bars i:nth-child(4) { animation: soundbar .65s .22s ease-in-out infinite alternate; }

@keyframes soundbar { to { height: 13px; } }

.contact-rail {
  position: fixed;
  z-index: 8500;
  right: 22px;
  top: 50%;
  display: flex;
  transform: translateY(-50%);
  flex-direction: column;
  gap: 10px;
}

.contact-rail__item {
  position: relative;
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  background: rgba(18,11,8,.32);
  backdrop-filter: blur(10px);
  transition: width .45s var(--ease-out), border-radius .45s var(--ease-out), background .35s;
  overflow: hidden;
}

.contact-rail__item span {
  flex: 0 0 42px;
  text-align: center;
  font-size: 9px;
  letter-spacing: .1em;
}

.contact-rail__item em {
  position: absolute;
  right: 14px;
  width: 125px;
  opacity: 0;
  font-size: 9px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .08em;
  transform: translateX(12px);
  transition: opacity .25s, transform .35s var(--ease-out);
  white-space: nowrap;
}

.contact-rail__item:hover,
.contact-rail__item:focus-visible {
  width: 180px;
  border-radius: 999px;
  background: var(--cane-light);
  color: var(--ink);
}

.contact-rail__item:hover span,
.contact-rail__item:focus-visible span {
  transform: translateX(-62px);
}

.contact-rail__item:hover em,
.contact-rail__item:focus-visible em {
  opacity: 1;
  transform: translateX(0);
}

.mobile-contact {
  display: none;
}

/* ------------------------------------------------------------
   Hero
------------------------------------------------------------ */

.hero {
  height: 350vh;
  background: var(--ink);
}

.hero__sticky {
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 43%, rgba(131, 67, 35, .34), transparent 38%),
    linear-gradient(135deg, #100906, #25140e 54%, #0e0806);
}

.hero__canvas,
.hero__aura,
.hero__plan,
.hero-film,
.hero__mark-wrap,
.hero__copy,
.hero__secondary {
  position: absolute;
}

.hero__canvas {
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .95;
}

.hero__aura {
  z-index: 0;
  left: 50%;
  top: 48%;
  width: min(76vw, 1100px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 40% 35%, rgba(243, 184, 109, .14), transparent 22%),
    radial-gradient(circle at 50% 50%, rgba(154, 82, 40, .16), transparent 56%);
  filter: blur(30px);
  will-change: transform, opacity;
}

.hero__plan {
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  color: rgba(224, 188, 128, .13);
  opacity: .7;
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
}

.hero-film {
  z-index: 1;
  inset: 0;
  pointer-events: none;
  perspective: 1600px;
  transform-style: preserve-3d;
}

.hero-panel {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 35px 90px rgba(0,0,0,.34);
  opacity: 0;
  will-change: transform, opacity, clip-path;
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(150deg, rgba(255,212,149,.08), rgba(14,8,6,.25));
  pointer-events: none;
}

.hero-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.72) sepia(.12) contrast(1.03) brightness(.82);
  transform: scale(1.12);
  will-change: transform;
}

.hero-panel--one {
  left: 6vw;
  top: 17vh;
  width: min(30vw, 480px);
  height: min(48vh, 560px);
  clip-path: inset(100% 0 0 0 round 1px);
}

.hero-panel--two {
  right: 6vw;
  top: 10vh;
  width: min(28vw, 440px);
  height: min(34vh, 370px);
  clip-path: inset(0 0 100% 0 round 1px);
}

.hero-panel--three {
  right: 10vw;
  bottom: 8vh;
  width: min(34vw, 560px);
  height: min(35vh, 390px);
  clip-path: inset(0 100% 0 0 round 1px);
}

.hero-panel--four {
  left: 13vw;
  bottom: 7vh;
  width: min(24vw, 380px);
  height: min(29vh, 320px);
  clip-path: inset(0 0 0 100% round 1px);
}

.hero__mark-wrap {
  z-index: 3;
  left: 50%;
  top: 47%;
  width: min(620px, 60vw);
  aspect-ratio: 440 / 250;
  transform: translate(-50%, -50%);
  will-change: transform, opacity, filter;
}

.hero__mark {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: saturate(.9) contrast(1.08);
}

.hero__mark .mark-cane path,
.hero__mark .mark-clay,
.hero__mark .mark-highlight {
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
}

.hero__halo {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 118%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%) scale(.7);
  border: 1px solid rgba(236, 194, 126, .18);
  border-radius: 50%;
  box-shadow: 0 0 90px rgba(170, 89, 43, .14), inset 0 0 80px rgba(228, 169, 92, .08);
}

.hero__halo::before,
.hero__halo::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(236, 194, 126, .12);
  border-radius: 50%;
}

.hero__halo::after {
  inset: 26%;
}

.hero__orbit {
  position: absolute;
  z-index: 4;
  color: rgba(239, 216, 183, .62);
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 8px;
  opacity: 0;
}

.hero__orbit::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.hero__orbit--one { left: -4%; top: 9%; }
.hero__orbit--one::before { right: -15px; top: 3px; }
.hero__orbit--two { right: -3%; top: 24%; }
.hero__orbit--two::before { left: -15px; top: 3px; }
.hero__orbit--three { left: 13%; bottom: -2%; }
.hero__orbit--three::before { right: -15px; top: 3px; }

.hero__copy {
  z-index: 4;
  left: 50%;
  top: 50%;
  width: min(1120px, 88vw);
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}

.hero__eyebrow {
  opacity: 0;
  color: var(--cane-light);
  transform: translateY(18px);
}

.hero__title {
  margin-top: 22px;
  font-family: var(--serif);
  font-size: clamp(72px, 13.6vw, 220px);
  font-weight: 400;
  line-height: .78;
  letter-spacing: -.065em;
  white-space: nowrap;
}

.hero__title .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(120%) rotate(4deg);
  transform-origin: 50% 100%;
  will-change: transform, opacity;
}

.hero__title .char:last-child {
  color: var(--cane-light);
}

.hero__intro {
  width: min(560px, 78vw);
  margin: 36px auto 0;
  color: rgba(241, 234, 223, .68);
  font-family: var(--serif);
  font-size: clamp(16px, 1.45vw, 23px);
  line-height: 1.45;
  opacity: 0;
  transform: translateY(20px);
}

.hero__secondary {
  z-index: 4;
  left: var(--gutter);
  right: var(--gutter);
  bottom: 35px;
  display: flex;
  justify-content: space-between;
  color: rgba(241,234,223,.42);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 8px;
  opacity: 0;
}

.scroll-cue {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 32px;
  display: flex;
  align-items: center;
  gap: 14px;
  transform: translateX(-50%);
  color: rgba(241,234,223,.5);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 8px;
}

.scroll-cue i {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(241,234,223,.25);
  border-radius: 50%;
}

.scroll-cue b {
  position: absolute;
  left: 50%;
  top: 7px;
  width: 1px;
  height: 9px;
  background: var(--cane-light);
  animation: scroll-cue 1.6s var(--ease-in-out) infinite;
}

@keyframes scroll-cue {
  0% { transform: translate(-50%, 0); opacity: 0; }
  25% { opacity: 1; }
  75% { opacity: 1; }
  100% { transform: translate(-50%, 7px); opacity: 0; }
}

.scene-progress {
  position: absolute;
  z-index: 8;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgba(255,255,255,.05);
}

.scene-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--clay), var(--cane-light));
}

/* ------------------------------------------------------------
   Manifesto
------------------------------------------------------------ */

.manifesto {
  height: 230vh;
}

.manifesto__sticky {
  display: grid;
  grid-template-columns: minmax(80px, 11vw) minmax(0, 1fr);
  align-items: center;
  padding: calc(var(--header-h) + 36px) var(--gutter) 48px;
  background:
    radial-gradient(circle at 86% 22%, rgba(168, 103, 61, .1), transparent 27%),
    var(--paper);
}

.manifesto__index,
.impossible__index,
.global-reach__index {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line-light);
  padding: 8px 28px 8px 0;
}

.manifesto__index span,
.impossible__index span,
.global-reach__index span {
  font-family: var(--serif);
  font-size: 18px;
}

.manifesto__index em,
.impossible__index em,
.global-reach__index em {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 8px;
  font-style: normal;
  opacity: .55;
}

.manifesto__content {
  position: relative;
  z-index: 2;
  width: min(1080px, 76vw);
  margin-left: clamp(32px, 7vw, 130px);
}

.manifesto__content .eyebrow {
  color: var(--clay);
}

.manifesto__statement {
  margin-top: 32px;
  font-family: var(--serif);
  font-size: clamp(48px, 6.4vw, 106px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.045em;
}

.manifesto__statement .word {
  display: inline-block;
  color: rgba(18, 11, 8, .17);
  transition: color .25s;
}

.manifesto__statement .word.is-active {
  color: var(--ink);
}

.manifesto__foot {
  display: grid;
  width: min(880px, 100%);
  grid-template-columns: 1.6fr 1fr;
  gap: 50px;
  margin-top: clamp(36px, 6vh, 74px);
  padding-top: 24px;
  border-top: 1px solid var(--line-light);
  color: rgba(18,11,8,.62);
}

.manifesto__foot p {
  max-width: 600px;
  font-family: var(--serif);
  font-size: clamp(16px, 1.35vw, 21px);
}

.manifesto__foot span {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 9px;
  line-height: 1.8;
}

.manifesto__material {
  position: absolute;
  right: -4vw;
  top: 5vh;
  width: min(34vw, 560px);
  height: min(75vh, 720px);
  opacity: .82;
  pointer-events: none;
}

.material-orb {
  position: absolute;
  right: 6%;
  top: 5%;
  width: min(22vw, 350px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 25%, rgba(255,213,166,.72), transparent 15%),
    radial-gradient(circle at 36% 34%, #b76f42, #6c3621 58%, #35190f 100%);
  box-shadow: inset -24px -30px 42px rgba(36,13,6,.35), 0 50px 80px rgba(85,44,25,.18);
  filter: saturate(.82);
  transform: translate3d(0,0,0);
}

.material-orb::after {
  content: "";
  position: absolute;
  left: 9%;
  top: 13%;
  width: 28%;
  height: 14%;
  transform: rotate(-35deg);
  border-radius: 50%;
  background: rgba(255,225,187,.28);
  filter: blur(10px);
}

.material-orb span {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: .3;
  background: url("../assets/images/grain.png");
  mix-blend-mode: soft-light;
}

.material-weave {
  position: absolute;
  right: 10%;
  bottom: 0;
  width: min(29vw, 460px);
  aspect-ratio: 1;
  transform: rotate(-18deg);
}

.material-weave i {
  position: absolute;
  inset: calc(var(--i, 0) * 5%);
  border: clamp(3px, .45vw, 7px) solid var(--cane);
  border-right-color: transparent;
  border-radius: 50%;
  box-shadow: inset 3px 2px 5px rgba(255,225,174,.35), 4px 5px 6px rgba(73,39,21,.18);
}

.material-weave i:nth-child(1) { --i: 0; }
.material-weave i:nth-child(2) { --i: 1; transform: rotate(7deg); }
.material-weave i:nth-child(3) { --i: 2; transform: rotate(-5deg); }
.material-weave i:nth-child(4) { --i: 3; transform: rotate(11deg); }
.material-weave i:nth-child(5) { --i: 4; transform: rotate(-9deg); }

.manifesto__line {
  position: absolute;
  left: calc(var(--gutter) + min(80px, 11vw));
  right: var(--gutter);
  bottom: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--line-light);
}

/* ------------------------------------------------------------
   Horizontal showcase
------------------------------------------------------------ */

.showcase {
  height: 500vh;
  background: #100906;
}

.showcase__sticky {
  padding-top: calc(var(--header-h) + 26px);
  background:
    radial-gradient(circle at 85% 25%, rgba(146, 77, 39, .17), transparent 30%),
    #100906;
}

.showcase__topline {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr minmax(280px, 420px);
  align-items: end;
  gap: 40px;
  padding: 0 calc(var(--gutter) + 52px) 26px var(--gutter);
}

.showcase__topline .eyebrow {
  color: var(--cane);
}

.showcase__topline h2 {
  margin-top: 10px;
  font-family: var(--serif);
  font-size: clamp(40px, 5vw, 76px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.04em;
}

.showcase__topline > p {
  color: rgba(241,234,223,.52);
  font-family: var(--serif);
  font-size: clamp(14px, 1.1vw, 18px);
}

.showcase__viewport {
  position: absolute;
  inset: clamp(190px, 24vh, 248px) 0 0;
  overflow: hidden;
}

.showcase__track {
  display: flex;
  width: max-content;
  height: calc(100% - 70px);
  align-items: stretch;
  gap: clamp(22px, 3vw, 48px);
  padding: 0 18vw 0 var(--gutter);
  will-change: transform;
}

.project-card {
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  background: var(--ink-soft);
  box-shadow: 0 26px 80px rgba(0,0,0,.26);
  transform-origin: 50% 80%;
  will-change: transform, opacity;
}

.project-card--tall {
  width: min(36vw, 540px);
}

.project-card--wide {
  width: min(55vw, 820px);
}

.project-card figure {
  position: absolute;
  inset: 0 0 72px;
  overflow: hidden;
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.72) sepia(.08) contrast(1.04) brightness(.88);
  transform: scale(1.08);
  transition: transform 1.2s var(--ease-out), filter .8s;
}

.project-card:hover img,
.project-card:focus-within img {
  transform: scale(1.015);
  filter: saturate(.9) sepia(.03) contrast(1.02) brightness(.98);
}

.project-card::after {
  content: "";
  position: absolute;
  inset: 0 0 72px;
  background: linear-gradient(180deg, transparent 55%, rgba(12,7,5,.38));
  pointer-events: none;
}

.project-card__meta {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  height: 72px;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 20px;
  padding: 0 22px;
  border-top: 1px solid rgba(255,255,255,.1);
}

.project-card__meta span,
.project-card__meta em {
  color: rgba(241,234,223,.44);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 8px;
  font-style: normal;
}

.project-card__meta strong {
  font-family: var(--serif);
  font-size: clamp(16px, 1.5vw, 23px);
  font-weight: 400;
}

.showcase__counter {
  position: absolute;
  z-index: 3;
  right: var(--gutter);
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(241,234,223,.5);
  font-family: var(--serif);
  font-size: 12px;
}

.showcase__counter i {
  width: 56px;
  height: 1px;
  overflow: hidden;
  background: rgba(255,255,255,.15);
}

.showcase__counter i::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(var(--showcase-progress, 0));
  transform-origin: left;
  background: var(--cane);
}

/* ------------------------------------------------------------
   Impossible commissions
------------------------------------------------------------ */

.impossible {
  height: 280vh;
}

.impossible__sticky {
  display: grid;
  grid-template-columns: minmax(80px, 10vw) minmax(260px, .9fr) minmax(420px, 1.25fr);
  grid-template-rows: 1fr;
  gap: clamp(30px, 4vw, 74px);
  align-items: center;
  padding: calc(var(--header-h) + 30px) var(--gutter) 42px;
  background:
    radial-gradient(circle at 68% 50%, rgba(184, 117, 69, .12), transparent 31%),
    var(--paper);
}

.impossible__index {
  grid-column: 1;
  grid-row: 1;
}

.impossible__copy {
  position: relative;
  z-index: 4;
  grid-column: 2;
  grid-row: 1;
}

.impossible__copy .eyebrow {
  color: var(--clay);
}

.impossible__copy h2 {
  margin-top: 28px;
  font-family: var(--serif);
  font-size: clamp(50px, 6vw, 94px);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.05em;
}

.impossible__copy h2 em {
  display: block;
  color: var(--clay);
  font-style: italic;
}

.impossible__copy > p {
  max-width: 520px;
  margin-top: 34px;
  color: rgba(18,11,8,.62);
  font-family: var(--serif);
  font-size: clamp(16px, 1.3vw, 21px);
  line-height: 1.55;
}

.impossible__services {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.impossible__services span {
  padding: 9px 12px;
  border: 1px solid var(--line-light);
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 8px;
}

.bee-stage {
  position: relative;
  z-index: 2;
  grid-column: 3;
  grid-row: 1;
  width: min(48vw, 740px);
  aspect-ratio: 1;
  justify-self: end;
  display: grid;
  place-items: center;
}

.bee-canvas {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.bee-stage__ring {
  position: absolute;
  inset: 4%;
  border: 1px solid rgba(77,39,23,.13);
  border-radius: 50%;
}

.bee-stage__ring span {
  position: absolute;
  border: 1px solid rgba(77,39,23,.1);
  border-radius: 50%;
}

.bee-stage__ring span:nth-child(1) { inset: 12%; }
.bee-stage__ring span:nth-child(2) { inset: 26%; }
.bee-stage__ring span:nth-child(3) { inset: 41%; }

.bee-stage > p {
  position: absolute;
  bottom: 3%;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(18,11,8,.45);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 8px;
}

.bee-stage > p i {
  display: block;
  width: 36px;
  height: 1px;
  background: currentColor;
}

.commission-card {
  position: absolute;
  z-index: 5;
  right: 5vw;
  bottom: 4vh;
  width: min(28vw, 400px);
  border: 1px solid rgba(18,11,8,.15);
  background: var(--paper);
  box-shadow: 0 24px 70px rgba(58,31,19,.16);
  opacity: 0;
  transform: translate3d(35px, 50px, 0) rotate(4deg);
  will-change: transform, opacity;
}

.commission-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: saturate(.8) sepia(.08);
}

.commission-card figcaption {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 16px 18px 18px;
}

.commission-card figcaption span {
  color: var(--clay);
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: 8px;
}

.commission-card figcaption strong {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 400;
}

/* ------------------------------------------------------------
   Capabilities
------------------------------------------------------------ */

.capabilities {
  position: relative;
  min-height: 120vh;
  overflow: hidden;
  padding: clamp(130px, 16vh, 190px) var(--gutter) clamp(110px, 14vh, 170px);
  background:
    radial-gradient(circle at 20% 25%, rgba(129, 65, 34, .19), transparent 28%),
    radial-gradient(circle at 83% 73%, rgba(117, 72, 40, .16), transparent 32%),
    #110a07;
}

.capabilities__marquee {
  position: absolute;
  left: -5%;
  top: 5%;
  width: 110%;
  overflow: hidden;
  color: rgba(241,234,223,.035);
  font-family: var(--serif);
  font-size: clamp(130px, 19vw, 300px);
  line-height: .8;
  white-space: nowrap;
  pointer-events: none;
  transform: rotate(-4deg);
}

.capabilities__marquee div {
  display: flex;
  width: max-content;
  gap: .18em;
  animation: marquee 34s linear infinite;
}

.capabilities__marquee i {
  color: rgba(210,157,91,.045);
  font-style: italic;
}

@keyframes marquee { to { transform: translateX(-50%); } }

.capabilities__inner {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(var(--content-max), 100%);
  margin: 0 auto;
  grid-template-columns: .86fr .72fr 1.25fr;
  gap: clamp(36px, 6vw, 110px);
  align-items: start;
}

.capabilities__intro {
  position: sticky;
  top: 150px;
}

.capabilities__intro .eyebrow {
  color: var(--cane);
}

.capabilities__intro h2 {
  margin-top: 28px;
  font-family: var(--serif);
  font-size: clamp(54px, 6vw, 95px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.05em;
}

.capabilities__intro h2 em {
  color: var(--cane-light);
  font-style: italic;
}

.capabilities__intro > p:last-child {
  width: 250px;
  margin-top: 34px;
  color: rgba(241,234,223,.47);
  font-family: var(--serif);
  font-size: 17px;
}

.capability-orbit {
  position: sticky;
  top: 22vh;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
  animation: orbit-float 7s ease-in-out infinite;
}

@keyframes orbit-float {
  0%,100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-12px) rotate(2deg); }
}

.capability-orbit__core {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 38%;
  aspect-ratio: 1;
  place-items: center;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background: radial-gradient(circle at 40% 30%, #70402a, #2d170f 70%);
  box-shadow: inset -15px -15px 26px rgba(0,0,0,.35), 0 20px 60px rgba(0,0,0,.3);
}

.capability-orbit__core svg {
  width: 72%;
  filter: saturate(.8);
}

.orbit-line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 82%;
  height: 30%;
  transform: translate(-50%,-50%) rotate(35deg);
  border: 1px solid rgba(211,162,98,.2);
  border-radius: 50%;
}

.orbit-line--two {
  transform: translate(-50%,-50%) rotate(-35deg);
}

.capability-orbit > span {
  --radius: 47%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotate(var(--angle)) translateX(var(--radius)) rotate(calc(-1 * var(--angle))) translate(-50%,-50%);
  transform-origin: 0 0;
  color: rgba(241,234,223,.55);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 7px;
}

.capability-list {
  border-top: 1px solid var(--line-dark);
}

.capability-item {
  position: relative;
  display: grid;
  min-height: 128px;
  grid-template-columns: 42px 1fr;
  grid-template-rows: auto auto;
  column-gap: 20px;
  align-content: center;
  padding: 22px 36px 22px 0;
  border-bottom: 1px solid var(--line-dark);
  outline: none;
  transition: padding-left .45s var(--ease-out), background .35s;
  overflow: hidden;
}

.capability-item > span {
  grid-row: 1 / span 2;
  color: rgba(241,234,223,.34);
  font-family: var(--serif);
  font-size: 12px;
}

.capability-item h3 {
  font-family: var(--serif);
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 400;
  line-height: 1.1;
}

.capability-item p {
  max-width: 440px;
  margin-top: 7px;
  color: rgba(241,234,223,.46);
  font-size: 12px;
}

.capability-item > i {
  position: absolute;
  right: 5px;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 1px solid var(--cane);
  border-top: 1px solid var(--cane);
  opacity: .3;
  transition: transform .45s var(--ease-out), opacity .35s;
}

.capability-item:hover,
.capability-item:focus-visible {
  padding-left: 16px;
  background: linear-gradient(90deg, rgba(198,135,74,.09), transparent);
}

.capability-item:hover > i,
.capability-item:focus-visible > i {
  transform: translate(-8px,-50%) rotate(45deg);
  opacity: 1;
}

/* ------------------------------------------------------------
   Global reach
------------------------------------------------------------ */

.global-reach {
  height: 250vh;
}

.global-reach__sticky {
  display: grid;
  grid-template-columns: minmax(80px, 9vw) minmax(300px, .8fr) minmax(560px, 1.4fr);
  gap: clamp(30px, 4vw, 80px);
  align-items: center;
  padding: calc(var(--header-h) + 28px) var(--gutter) 40px;
  background:
    radial-gradient(circle at 73% 48%, rgba(223, 161, 91, .12), transparent 36%),
    linear-gradient(145deg, #3d2016, #5a2d1d 55%, #2f180f);
}

.global-reach__index {
  grid-column: 1;
  grid-row: 1;
  border-color: rgba(255,255,255,.15);
}

.global-reach__copy {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  z-index: 3;
}

.global-reach__copy .eyebrow {
  color: var(--cane-light);
}

.global-reach__copy h2 {
  margin-top: 26px;
  font-family: var(--serif);
  font-size: clamp(55px, 6vw, 96px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.05em;
}

.global-reach__copy h2 em {
  color: var(--cane-light);
  font-style: italic;
}

.global-reach__copy > p {
  max-width: 520px;
  margin-top: 32px;
  color: rgba(241,234,223,.64);
  font-family: var(--serif);
  font-size: clamp(16px, 1.25vw, 21px);
}

.global-reach__regions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.global-reach__regions span {
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: 7px;
}

.world-stage {
  position: relative;
  z-index: 2;
  grid-column: 3;
  grid-row: 1;
  width: min(58vw, 900px);
  justify-self: end;
}

.world-stage::before {
  content: "";
  position: absolute;
  inset: 11% 9%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(221,157,87,.1), transparent 65%);
  filter: blur(20px);
}

.world-stage__svg {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: visible;
}

.world-grid {
  stroke: rgba(241,234,223,.12);
  stroke-width: 1;
}

.world-arcs {
  stroke: var(--cane-light);
  stroke-width: 1.3;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  filter: url(#glow);
  opacity: .72;
}

.world-points circle:first-child {
  fill: var(--cane-light);
  filter: url(#glow);
}

.world-points .pulse {
  fill: none;
  stroke: rgba(236,190,123,.35);
  stroke-width: 1;
  transform-box: fill-box;
  transform-origin: center;
  animation: point-pulse 2.8s ease-out infinite;
}

.world-points g:nth-child(2) .pulse { animation-delay: .3s; }
.world-points g:nth-child(3) .pulse { animation-delay: .7s; }
.world-points g:nth-child(4) .pulse { animation-delay: 1.1s; }
.world-points g:nth-child(5) .pulse { animation-delay: 1.5s; }
.world-points g:nth-child(6) .pulse { animation-delay: 1.9s; }
.world-points g:nth-child(7) .pulse { animation-delay: 2.2s; }
.world-points g:nth-child(8) .pulse { animation-delay: 2.5s; }

@keyframes point-pulse {
  0% { transform: scale(.3); opacity: 0; }
  25% { opacity: .7; }
  100% { transform: scale(2.1); opacity: 0; }
}

.world-points text {
  fill: rgba(241,234,223,.63);
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: .12em;
}

.world-stage__caption {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: -8px;
  color: rgba(241,234,223,.42);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 7px;
}

.world-stage__caption i {
  width: 28px;
  height: 1px;
  background: currentColor;
}

.global-reach__next {
  position: absolute;
  left: calc(var(--gutter) + min(80px, 9vw) + clamp(30px, 4vw, 80px));
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(241,234,223,.48);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 7px;
}

.global-reach__next span {
  color: var(--cane-light);
}

/* ------------------------------------------------------------
   Launch
------------------------------------------------------------ */

.launch {
  position: relative;
  display: grid;
  min-height: 110svh;
  place-items: center;
  overflow: hidden;
  padding: 130px var(--gutter) 110px;
  background: #0f0906;
  text-align: center;
}

.launch__media {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  opacity: .34;
}

.launch__media figure {
  position: relative;
  overflow: hidden;
  border-right: 1px solid rgba(255,255,255,.08);
}

.launch__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.25) sepia(.26) saturate(.7) brightness(.45);
  transform: scale(1.08);
  transition: transform 7s ease;
}

.launch.is-inview .launch__media figure:nth-child(odd) img { transform: scale(1.01) translateY(-2%); }
.launch.is-inview .launch__media figure:nth-child(even) img { transform: scale(1.01) translateY(2%); }

.launch__veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 45%, rgba(103,54,30,.08), #110a07 72%),
    linear-gradient(180deg, rgba(15,9,6,.45), rgba(15,9,6,.88));
}

.launch__content {
  position: relative;
  z-index: 3;
  width: min(1120px, 100%);
}

.launch__content .eyebrow {
  color: var(--cane-light);
}

.launch__content h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(8px, 2vw, 30px);
  margin-top: 24px;
  font-family: var(--serif);
  font-size: clamp(70px, 14vw, 210px);
  font-weight: 400;
  line-height: .85;
  letter-spacing: -.06em;
}

.launch__content h2 i {
  color: var(--cane);
  font-size: .38em;
  font-style: italic;
  opacity: .7;
}

.launch__statement {
  margin-top: 28px;
  color: rgba(241,234,223,.66);
  font-family: var(--serif);
  font-size: clamp(18px, 1.8vw, 28px);
  font-style: italic;
}

.countdown {
  display: inline-flex;
  align-items: stretch;
  gap: clamp(14px, 2vw, 32px);
  margin-top: 48px;
  padding: 18px 28px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(14,8,6,.32);
  backdrop-filter: blur(12px);
}

.countdown > div {
  display: flex;
  min-width: 70px;
  flex-direction: column;
  gap: 3px;
}

.countdown strong {
  font-family: var(--serif);
  font-size: clamp(25px, 2.4vw, 38px);
  font-weight: 400;
  line-height: 1;
}

.countdown span {
  color: rgba(241,234,223,.42);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 7px;
}

.countdown > i {
  width: 1px;
  background: rgba(255,255,255,.12);
}

.launch__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 38px;
}

.cta {
  display: inline-flex;
  min-width: 210px;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 0 20px;
  border: 1px solid rgba(255,255,255,.22);
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: 8px;
  transition: background .35s, color .35s, border-color .35s, transform .35s var(--ease-out);
}

.cta:hover,
.cta:focus-visible {
  transform: translateY(-3px);
}

.cta--light {
  border-color: var(--cane-light);
  background: var(--cane-light);
  color: var(--ink);
}

.cta--light:hover,
.cta--light:focus-visible {
  background: var(--ivory);
  border-color: var(--ivory);
}

.cta--ghost:hover,
.cta--ghost:focus-visible {
  background: rgba(255,255,255,.08);
}

.launch__mark {
  position: absolute;
  z-index: 2;
  right: -5vw;
  bottom: -7vw;
  width: min(36vw, 540px);
  opacity: .13;
  transform: rotate(-13deg);
  filter: grayscale(.25);
}

/* ------------------------------------------------------------
   Footer
------------------------------------------------------------ */

.site-footer {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 1.2fr .65fr;
  gap: clamp(38px, 6vw, 110px);
  padding: 86px var(--gutter) 28px;
  color: var(--ink);
  background: var(--paper);
}

.site-footer::before {
  content: "";
  position: absolute;
  left: var(--gutter);
  right: var(--gutter);
  top: 0;
  height: 1px;
  background: var(--line-light);
}

.site-footer__brand {
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-footer__brand svg {
  width: 96px;
  filter: saturate(.7) contrast(1.05);
}

.site-footer__brand div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.site-footer__brand strong {
  font-family: var(--serif);
  font-size: clamp(24px, 2.5vw, 40px);
  font-weight: 400;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.site-footer__brand strong i {
  color: var(--clay);
  font-style: italic;
}

.site-footer__brand span {
  color: rgba(18,11,8,.5);
  font-family: var(--serif);
  font-size: 14px;
}

.site-footer__addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.site-footer__addresses address {
  padding-top: 10px;
  border-top: 1px solid var(--line-light);
}

.site-footer__addresses address span {
  color: var(--clay);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 8px;
}

.site-footer__addresses address p {
  margin-top: 14px;
  color: rgba(18,11,8,.64);
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.6;
}

.site-footer__social {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line-light);
}

.site-footer__social a {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid var(--line-light);
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: 9px;
}

.site-footer__bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line-light);
  color: rgba(18,11,8,.45);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 7px;
}

.site-footer__bottom a {
  color: var(--ink);
}

.noscript-note {
  position: fixed;
  z-index: 20000;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 18px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 20px 60px rgba(0,0,0,.3);
}

/* ------------------------------------------------------------
   Generic in-view reveals
------------------------------------------------------------ */

.js .reveal-on-view {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .9s var(--ease-out), transform 1s var(--ease-out);
}

.js .reveal-on-view.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.js .capability-item.reveal-on-view:nth-child(2) { transition-delay: .06s; }
.js .capability-item.reveal-on-view:nth-child(3) { transition-delay: .12s; }
.js .capability-item.reveal-on-view:nth-child(4) { transition-delay: .18s; }
.js .capability-item.reveal-on-view:nth-child(5) { transition-delay: .24s; }
.js .capability-item.reveal-on-view:nth-child(6) { transition-delay: .3s; }

/* ------------------------------------------------------------
   Responsive — tablet
------------------------------------------------------------ */

@media (max-width: 1180px) {
  :root { --header-h: 76px; }

  .contact-rail { display: none; }

  .hero__secondary { right: var(--gutter); }

  .manifesto__material { opacity: .52; right: -10vw; }
  .manifesto__content { width: 78vw; margin-left: 5vw; }

  .showcase__topline { padding-right: var(--gutter); }

  .impossible__sticky {
    grid-template-columns: 70px .9fr 1.1fr;
    gap: 28px;
  }

  .impossible__copy h2 { font-size: clamp(48px, 6.5vw, 78px); }
  .commission-card { width: 32vw; }

  .capabilities__inner {
    grid-template-columns: .9fr .7fr 1.2fr;
    gap: 36px;
  }

  .global-reach__sticky {
    grid-template-columns: 70px .8fr 1.25fr;
    gap: 26px;
  }

  .world-stage { width: 56vw; }
}

/* ------------------------------------------------------------
   Responsive — mobile
------------------------------------------------------------ */

@media (max-width: 767px) {
  :root {
    --header-h: 68px;
    --gutter: 18px;
  }

  .site-grain { opacity: .09; }
  .cursor { display: none; }

  .site-header {
    grid-template-columns: 1fr auto;
    height: 68px;
    padding: 0 16px;
  }

  .site-header.is-scrolled { height: 62px; }
  .header-brand { gap: 7px; }
  .header-brand svg { width: 38px; }
  .header-brand__text { font-size: 10px; letter-spacing: .13em; }
  .header-meta { justify-self: end; gap: 6px; font-size: 7px; }
  .header-meta span { display: none; }
  .header-actions { display: none; }

  .mobile-contact {
    position: fixed;
    z-index: 9000;
    left: 12px;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    display: grid;
    height: 48px;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    background: rgba(18,11,8,.82);
    box-shadow: 0 14px 45px rgba(0,0,0,.28);
    backdrop-filter: blur(16px);
  }

  .mobile-contact a {
    display: grid;
    place-items: center;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 8px;
  }

  .mobile-contact a + a {
    border-left: 1px solid rgba(255,255,255,.15);
    background: var(--cane-light);
    color: var(--ink);
  }

  .scene-sticky { min-height: 570px; }

  .hero { height: 300vh; }
  .hero__sticky { min-height: 620px; }
  .hero__plan { opacity: .45; }
  .hero__aura { width: 135vw; }

  .hero__mark-wrap {
    top: 42%;
    width: 92vw;
  }

  .hero__copy {
    top: 58%;
    width: 92vw;
  }

  .hero__eyebrow { font-size: 7px; }

  .hero__title {
    margin-top: 14px;
    font-size: clamp(58px, 19vw, 88px);
    line-height: .83;
    white-space: normal;
  }

  .hero__intro {
    width: 86vw;
    margin-top: 20px;
    font-size: 15px;
  }

  .hero-panel--one {
    left: 3vw;
    top: 11vh;
    width: 45vw;
    height: 28vh;
  }

  .hero-panel--two {
    right: 3vw;
    top: 12vh;
    width: 40vw;
    height: 22vh;
  }

  .hero-panel--three {
    right: 4vw;
    bottom: 16vh;
    width: 45vw;
    height: 24vh;
  }

  .hero-panel--four {
    left: 4vw;
    bottom: 13vh;
    width: 38vw;
    height: 21vh;
  }

  .hero__orbit { display: none; }
  .hero__secondary { display: none; }

  .scroll-cue {
    bottom: 74px;
    font-size: 7px;
  }

  .manifesto { height: 210vh; }
  .manifesto__sticky {
    display: block;
    padding: calc(var(--header-h) + 34px) 20px 72px;
  }

  .manifesto__index,
  .impossible__index,
  .global-reach__index {
    position: absolute;
    left: 18px;
    right: 18px;
    top: calc(var(--header-h) + 12px);
    height: auto;
    flex-direction: row;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
    padding: 0 0 10px;
  }

  .manifesto__index em,
  .impossible__index em,
  .global-reach__index em {
    writing-mode: initial;
    transform: none;
  }

  .manifesto__content {
    width: 100%;
    margin: 12vh 0 0;
  }

  .manifesto__statement {
    margin-top: 23px;
    font-size: clamp(40px, 12vw, 62px);
  }

  .manifesto__foot {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 34px;
  }

  .manifesto__material {
    right: -28vw;
    top: 14vh;
    width: 72vw;
    height: 50vh;
    opacity: .25;
  }

  .material-orb { width: 54vw; }
  .material-weave { width: 62vw; }
  .manifesto__line { left: 18px; right: 18px; }

  .showcase { height: 430vh; }
  .showcase__sticky { padding-top: calc(var(--header-h) + 22px); }
  .showcase__topline {
    display: block;
    padding: 0 18px 22px;
  }

  .showcase__topline h2 { font-size: 42px; }
  .showcase__topline > p { display: none; }
  .showcase__viewport { inset: 165px 0 64px; }
  .showcase__track { gap: 15px; padding: 0 11vw 0 18px; }
  .project-card--tall,
  .project-card--wide { width: 80vw; }
  .project-card figure { bottom: 62px; }
  .project-card::after { bottom: 62px; }
  .project-card__meta {
    height: 62px;
    grid-template-columns: 1fr auto;
    padding: 0 14px;
  }
  .project-card__meta span { display: none; }
  .project-card__meta strong { font-size: 17px; }
  .showcase__counter { right: 18px; bottom: 68px; }

  .impossible { height: 250vh; }
  .impossible__sticky {
    display: block;
    padding: calc(var(--header-h) + 46px) 18px 72px;
  }
  .impossible__index { top: calc(var(--header-h) + 6px); }
  .impossible__copy {
    width: 100%;
    margin-top: 4vh;
  }
  .impossible__copy h2 { margin-top: 18px; font-size: clamp(46px, 14vw, 68px); }
  .impossible__copy > p { margin-top: 20px; font-size: 15px; }
  .impossible__services { display: none; }

  .bee-stage {
    position: absolute;
    left: 50%;
    top: 45%;
    width: 96vw;
    transform: translate(-50%, -50%);
  }

  .commission-card {
    right: 18px;
    bottom: 10vh;
    width: 58vw;
  }

  .capabilities {
    min-height: auto;
    padding: 120px 18px 110px;
  }

  .capabilities__marquee {
    top: 2%;
    font-size: 120px;
  }

  .capabilities__inner {
    display: block;
  }

  .capabilities__intro,
  .capability-orbit {
    position: relative;
    top: auto;
  }

  .capabilities__intro h2 { font-size: 58px; }
  .capabilities__intro > p:last-child { width: 100%; }

  .capability-orbit {
    width: 72vw;
    margin: 68px auto 76px;
  }

  .capability-item {
    min-height: 110px;
    grid-template-columns: 34px 1fr;
    padding-right: 30px;
  }

  .capability-item h3 { font-size: 25px; }
  .capability-item p { font-size: 11px; }

  .global-reach { height: 230vh; }
  .global-reach__sticky {
    display: block;
    padding: calc(var(--header-h) + 46px) 18px 76px;
  }
  .global-reach__index {
    top: calc(var(--header-h) + 6px);
    border-color: rgba(255,255,255,.14);
  }
  .global-reach__copy { margin-top: 7vh; }
  .global-reach__copy h2 { font-size: clamp(48px, 14vw, 70px); }
  .global-reach__copy > p { margin-top: 21px; font-size: 15px; }
  .global-reach__regions { margin-top: 20px; }
  .world-stage {
    position: absolute;
    left: 50%;
    bottom: 13vh;
    width: 112vw;
    transform: translateX(-50%);
    opacity: .9;
  }
  .world-stage__caption { display: none; }
  .global-reach__next {
    left: 18px;
    right: 18px;
    bottom: 67px;
    justify-content: space-between;
  }
  .global-reach__next p { text-align: right; }

  .launch {
    min-height: 100svh;
    padding: 110px 18px 120px;
  }
  .launch__media { grid-template-columns: 1fr 1fr; }
  .launch__media figure:nth-child(n+3) { display: none; }
  .launch__content h2 { font-size: clamp(65px, 21vw, 100px); gap: 7px; }
  .launch__statement { font-size: 17px; }
  .countdown {
    width: 100%;
    justify-content: space-between;
    gap: 7px;
    margin-top: 34px;
    padding: 15px 10px;
  }
  .countdown > div { min-width: 46px; }
  .countdown strong { font-size: 27px; }
  .launch__actions { flex-direction: column; }
  .cta { width: 100%; }
  .launch__mark { width: 70vw; bottom: 0; }

  .site-footer {
    display: block;
    padding: 72px 18px 90px;
  }
  .site-footer__brand { align-items: flex-start; }
  .site-footer__brand svg { width: 72px; }
  .site-footer__brand strong { font-size: 25px; }
  .site-footer__addresses { margin-top: 50px; grid-template-columns: 1fr; }
  .site-footer__social { margin-top: 44px; }
  .site-footer__bottom { gap: 12px; flex-wrap: wrap; }
}

@media (max-width: 390px) {
  .hero__title { font-size: 56px; }
  .manifesto__statement { font-size: 38px; }
  .impossible__copy h2 { font-size: 45px; }
  .global-reach__copy h2 { font-size: 46px; }
  .countdown strong { font-size: 23px; }
  .countdown > div { min-width: 40px; }
}

/* ------------------------------------------------------------
   Reduced motion and fallback modes
------------------------------------------------------------ */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .site-grain,
  .cursor,
  .hero__canvas,
  .bee-canvas { display: none !important; }
}

.reduced-motion .scroll-scene {
  height: auto !important;
}

.reduced-motion .scene-sticky {
  position: relative !important;
  min-height: 100svh;
  height: auto !important;
  overflow: hidden;
}

.reduced-motion .hero__sticky,
.reduced-motion .manifesto__sticky,
.reduced-motion .showcase__sticky,
.reduced-motion .impossible__sticky,
.reduced-motion .global-reach__sticky {
  min-height: 100svh;
}

.reduced-motion .hero__mark .mark-cane path,
.reduced-motion .hero__mark .mark-clay,
.reduced-motion .hero__mark .mark-highlight {
  stroke-dashoffset: 0 !important;
}

.reduced-motion .hero__eyebrow,
.reduced-motion .hero__title .char,
.reduced-motion .hero__intro,
.reduced-motion .hero__secondary,
.reduced-motion .hero-panel,
.reduced-motion .commission-card,
.reduced-motion .reveal-on-view {
  opacity: 1 !important;
  transform: none !important;
}

.reduced-motion .hero-panel { clip-path: inset(0) !important; }
.reduced-motion .hero-film { opacity: .35; }
.reduced-motion .showcase__track {
  width: 100%;
  height: auto;
  padding: 20px;
  flex-wrap: wrap;
  transform: none !important;
}
.reduced-motion .showcase__viewport {
  position: relative;
  inset: auto;
  overflow: visible;
}
.reduced-motion .project-card { width: calc(50% - 12px); height: 460px; }
.reduced-motion .manifesto__statement .word { color: var(--ink); }
.reduced-motion .world-arcs { stroke-dashoffset: 0; }

@media (max-width: 767px) {
  .reduced-motion .project-card { width: 100%; height: 460px; }
}

/* Final deployment compatibility refinements */
@supports not (overflow: clip) {
  body { overflow-x: hidden; }
}

@supports (-webkit-touch-callout: none) {
  .mobile-contact,
  .sound-toggle,
  .countdown { -webkit-backdrop-filter: blur(16px); }

  .scene-sticky,
  .hero__sticky { min-height: -webkit-fill-available; }
}

.site-footer__bottom span:nth-child(3) {
  opacity: .72;
}

/* Graceful non-JavaScript fallback */
.no-js body.is-loading {
  height: auto;
  overflow: auto;
}

.no-js .preloader,
.no-js .cursor,
.no-js .site-grain,
.no-js .hero__canvas,
.no-js .bee-canvas,
.no-js .scroll-cue,
.no-js .scene-progress {
  display: none !important;
}

.no-js .scroll-scene {
  height: auto !important;
}

.no-js .scene-sticky {
  position: relative !important;
  height: auto !important;
  min-height: 100svh;
}

.no-js .hero__mark .mark-cane path,
.no-js .hero__mark .mark-clay,
.no-js .hero__mark .mark-highlight {
  stroke-dashoffset: 0 !important;
}

.no-js .hero__eyebrow,
.no-js .hero__intro,
.no-js .hero__secondary,
.no-js .hero-panel,
.no-js .commission-card,
.no-js .reveal-on-view {
  opacity: 1 !important;
  transform: none !important;
}

.no-js .hero-panel {
  clip-path: inset(0) !important;
}

.no-js .hero-film {
  opacity: .3;
}

.no-js .showcase__viewport {
  position: relative;
  inset: auto;
  overflow: visible;
  padding: 30px 0 90px;
}

.no-js .showcase__sticky {
  padding-top: 120px;
}

.no-js .showcase__track {
  width: 100%;
  height: auto;
  padding: 0 var(--gutter);
  flex-wrap: wrap;
  transform: none !important;
}

.no-js .project-card {
  width: calc(50% - 24px);
  height: 520px;
}

.no-js .manifesto__statement .word {
  color: var(--ink);
}

@media (max-width: 767px) {
  .no-js .project-card {
    width: 100%;
    height: 460px;
  }
}
.no-js .sound-toggle { display: none !important; }
