:root {
  --midnight-950: #030912;
  --midnight-900: #06111f;
  --midnight-850: #091827;
  --midnight-800: #0c2033;
  --gunmetal-500: #52616d;
  --gunmetal-400: #70808b;
  --silver: #c7ced3;
  --champagne-200: #f4e6be;
  --champagne-300: #e7d3a4;
  --champagne-500: #b88c49;
  --white: #f8f7f2;
  --text: #cbd3d8;
  --border: rgba(231, 211, 164, 0.22);
  --max: 1180px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--midnight-950); }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 16% 20%, rgba(37, 78, 108, .14), transparent 28rem),
    var(--midnight-950);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

.site-aura {
  position: fixed;
  z-index: 90;
  left: 0;
  top: 0;
  width: 28rem;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  opacity: .18;
  background: radial-gradient(circle, rgba(231, 211, 164, .18), rgba(80, 153, 198, .08) 32%, transparent 68%);
  filter: blur(14px);
  transform: translate3d(calc(var(--aura-x, 50vw) - 50%), calc(var(--aura-y, 50vh) - 50%), 0);
  transition: opacity .3s ease;
  mix-blend-mode: screen;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
::selection { color: var(--midnight-950); background: var(--champagne-300); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 1rem;
  top: -5rem;
  padding: .75rem 1rem;
  color: var(--midnight-950);
  background: var(--champagne-200);
  border-radius: .25rem;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  min-height: 5rem;
  padding: .85rem max(1.25rem, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, min-height .3s ease, backdrop-filter .3s ease;
}
.site-header.is-scrolled {
  min-height: 4.25rem;
  background: rgba(3, 9, 18, .78);
  border-color: rgba(231, 211, 164, .14);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.brand img {
  width: clamp(9.5rem, 16vw, 13.5rem);
  max-height: 3.35rem;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 .45rem .8rem rgba(0, 0, 0, .35));
}
.brand__monogram {
  width: 2.3rem;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(231, 211, 164, .7);
  border-radius: 50%;
  color: var(--champagne-200);
  background: linear-gradient(145deg, rgba(82, 97, 109, .45), rgba(6, 17, 31, .8));
  font-family: var(--serif);
  font-size: .82rem;
  letter-spacing: -.08em;
  box-shadow: inset 0 0 1rem rgba(231, 211, 164, .06);
}
.brand__name {
  color: var(--white);
  font-family: var(--serif);
  font-size: 1rem;
  letter-spacing: .02em;
}
.brand__name em { color: var(--champagne-300); font-style: normal; }

.site-nav { display: flex; align-items: center; gap: clamp(1.2rem, 3vw, 2.6rem); }
.site-nav a {
  position: relative;
  color: #d9dfe2;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -.45rem;
  height: 1px;
  background: var(--champagne-300);
  transition: right .22s ease;
}
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }

.menu-toggle {
  display: none;
  width: 2.7rem;
  height: 2.7rem;
  padding: .6rem;
  border: 1px solid var(--border);
  border-radius: 50%;
  color: var(--champagne-300);
  background: rgba(6, 17, 31, .7);
}
.menu-toggle span:not(.sr-only) { display: block; height: 1px; margin: .28rem 0; background: currentColor; }

.hero {
  position: relative;
  min-height: 100svh;
  padding: clamp(7.5rem, 13vh, 10rem) max(1.25rem, calc((100vw - var(--max)) / 2)) clamp(6.5rem, 10vh, 8rem);
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(19rem, .88fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
  isolation: isolate;
  overflow: hidden;
}
.hero__scene {
  position: absolute;
  z-index: -4;
  inset: -3%;
  background: url("/assets/sunset-ocean-waterfall.png") center / cover no-repeat;
  animation: scenic-drift 24s ease-in-out infinite alternate;
}
.hero__veil {
  position: absolute;
  z-index: -3;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 9, 18, .94) 0%, rgba(3, 9, 18, .75) 44%, rgba(3, 9, 18, .24) 72%, rgba(3, 9, 18, .2) 100%),
    linear-gradient(0deg, var(--midnight-950) 0%, transparent 28%, rgba(3, 9, 18, .2) 100%);
}
.hero__mist {
  position: absolute;
  z-index: -2;
  right: -8%;
  bottom: 0;
  width: 52%;
  height: 48%;
  opacity: .18;
  filter: blur(24px);
  background: radial-gradient(ellipse, rgba(221, 231, 236, .62), transparent 66%);
  animation: mist-breathe 8s ease-in-out infinite alternate;
}
.hero__current-lines {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: .3;
  overflow: hidden;
}
.hero__current-lines i {
  position: absolute;
  left: -12vw;
  width: 124vw;
  height: 18rem;
  border: 1px solid rgba(205, 227, 240, .2);
  border-color: rgba(205, 227, 240, .2) transparent transparent;
  border-radius: 50%;
  filter: drop-shadow(0 0 .75rem rgba(67, 139, 183, .2));
  animation: current-pass 13s ease-in-out infinite alternate;
}
.hero__current-lines i:nth-child(1) { bottom: 13%; transform: rotate(-4deg); }
.hero__current-lines i:nth-child(2) { bottom: 5%; animation-delay: -4s; transform: rotate(2deg) scaleX(1.08); }
.hero__current-lines i:nth-child(3) { bottom: -4%; animation-delay: -8s; transform: rotate(-1deg) scaleX(.92); }

@keyframes scenic-drift {
  from { transform: scale(1.025) translate3d(-.3%, 0, 0); }
  to { transform: scale(1.075) translate3d(.7%, -.5%, 0); }
}
@keyframes mist-breathe {
  from { transform: translate3d(-2%, 2%, 0) scale(.95); opacity: .12; }
  to { transform: translate3d(2%, -1%, 0) scale(1.08); opacity: .24; }
}
@keyframes current-pass {
  from { translate: -2.5% 0; opacity: .32; }
  to { translate: 2.5% -1rem; opacity: .7; }
}

.hero__content { max-width: 43rem; }
.eyebrow {
  margin: 0 0 1rem;
  color: var(--champagne-300);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.hero h1, .section h2, .contact h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--serif);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.04em;
}
.hero h1 { max-width: 46rem; font-size: clamp(3.2rem, 7.2vw, 7rem); }
.hero h1 span {
  color: transparent;
  background: linear-gradient(105deg, var(--champagne-200), var(--champagne-500));
  -webkit-background-clip: text;
  background-clip: text;
}
.hero__lead {
  max-width: 39rem;
  margin: 1.8rem 0 0;
  color: #d8dfe3;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.7;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .55);
}
.hero__actions, .contact__actions { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem; margin-top: 2rem; }
.button {
  min-height: 3.25rem;
  padding: .8rem 1.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: .2rem;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .22s ease, box-shadow .22s ease, color .22s ease, border-color .22s ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary {
  color: #11161c;
  background: linear-gradient(115deg, var(--champagne-200), #c79b56);
  box-shadow: 0 .8rem 2.2rem rgba(0, 0, 0, .28);
}
.button--primary:hover { box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, .42), 0 0 1.4rem rgba(231, 211, 164, .14); }
.button--ghost { color: var(--white); border-color: rgba(255, 255, 255, .34); background: rgba(4, 12, 21, .28); backdrop-filter: blur(10px); }
.button--ghost:hover { border-color: var(--champagne-300); color: var(--champagne-200); }

.sound-invite {
  margin-top: 1.6rem;
  padding: .65rem .85rem .65rem .65rem;
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  border: 1px solid rgba(231, 211, 164, .26);
  border-radius: 99rem;
  color: #dce2e5;
  background: rgba(3, 9, 18, .52);
  backdrop-filter: blur(12px);
  cursor: pointer;
}
.sound-invite__icon {
  width: 2rem;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(231, 211, 164, .42);
  border-radius: 50%;
  color: var(--champagne-300);
  font-size: .7rem;
}
.sound-invite span:last-child { display: grid; text-align: left; }
.sound-invite strong { font-size: .74rem; letter-spacing: .04em; }
.sound-invite small { color: var(--gunmetal-400); font-size: .65rem; }

.hero__brand-card {
  position: relative;
  padding: clamp(1.6rem, 3.2vw, 2.5rem);
  display: grid;
  justify-items: center;
  border: 1px solid rgba(231, 211, 164, .42);
  border-radius: 1.4rem;
  background: linear-gradient(145deg, rgba(4, 12, 21, .76), rgba(17, 34, 49, .58));
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, .38), inset 0 0 2rem rgba(231, 211, 164, .035);
  backdrop-filter: blur(14px);
  transform: translate3d(var(--float-x, 0), calc(1.5rem + var(--float-y, 0)), 0) rotateX(var(--float-rx, 0deg)) rotateY(var(--float-ry, 0deg));
  transform-style: preserve-3d;
  transition: transform .18s ease-out, border-color .3s ease, box-shadow .3s ease;
}
.hero__brand-card::before {
  content: "";
  position: absolute;
  inset: .55rem;
  border: 1px solid rgba(199, 206, 211, .12);
  border-radius: 1rem;
  pointer-events: none;
}
.hero__brand-card img { width: min(100%, 29rem); filter: drop-shadow(0 1rem 1.7rem rgba(0, 0, 0, .55)); }
.hero__brand-card > *:not(.signature-orbit) { position: relative; z-index: 2; }
.signature-orbit {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: min(29rem, 88%);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  opacity: .58;
  pointer-events: none;
}
.signature-orbit i {
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(231, 211, 164, .22);
  border-radius: 45% 55% 51% 49% / 52% 42% 58% 48%;
  animation: orbit-turn 20s linear infinite;
}
.signature-orbit i:nth-child(2) { inset: 16%; border-color: rgba(134, 186, 218, .2); animation-duration: 15s; animation-direction: reverse; }
.signature-orbit i:nth-child(3) { inset: 25%; border-style: dashed; animation-duration: 10s; }
.signature-orbit span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.1rem;
  aspect-ratio: 1;
  border: 1px solid var(--champagne-300);
  transform: translate(-50%, -50%) rotate(45deg);
  box-shadow: 0 0 1.5rem rgba(231, 211, 164, .35);
}
@keyframes orbit-turn { to { transform: rotate(360deg); } }
.hero__brand-kicker {
  margin-bottom: 1rem;
  color: var(--gunmetal-400);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.hero__brand-rule { width: 70%; height: 1px; margin: 1rem 0 .7rem; background: linear-gradient(90deg, transparent, var(--champagne-500), transparent); }
.hero__brand-email { color: var(--champagne-200); font-size: .8rem; letter-spacing: .07em; }
.hero__scroll {
  position: absolute;
  left: max(1.25rem, calc((100vw - var(--max)) / 2));
  bottom: 1.3rem;
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  color: rgba(255, 255, 255, .62);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .17em;
  text-decoration: none;
  text-transform: uppercase;
}
.hero__scroll i { width: 3.5rem; height: 1px; background: linear-gradient(90deg, var(--champagne-500), transparent); }

.design-ribbon {
  position: relative;
  padding: 1rem 0;
  overflow: hidden;
  border-block: 1px solid rgba(231, 211, 164, .14);
  background: linear-gradient(90deg, #030912, #0a1d2e 50%, #030912);
}
.design-ribbon::before,
.design-ribbon::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset-block: 0;
  width: 12vw;
  pointer-events: none;
}
.design-ribbon::before { left: 0; background: linear-gradient(90deg, var(--midnight-950), transparent); }
.design-ribbon::after { right: 0; background: linear-gradient(-90deg, var(--midnight-950), transparent); }
.design-ribbon > div {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 1.4rem;
  color: rgba(231, 211, 164, .68);
  font-family: var(--serif);
  font-size: clamp(.76rem, 1.3vw, 1rem);
  letter-spacing: .2em;
  text-transform: uppercase;
  animation: ribbon-drift 28s linear infinite;
}
.design-ribbon i { width: .38rem; aspect-ratio: 1; border: 1px solid rgba(112, 160, 190, .75); transform: rotate(45deg); }
@keyframes ribbon-drift { to { transform: translateX(-50%); } }

.section { padding: clamp(5.5rem, 10vw, 9rem) max(1.25rem, calc((100vw - var(--max)) / 2)); }
.section-heading { max-width: 49rem; margin-bottom: clamp(3rem, 6vw, 5rem); }
.section h2, .contact h2 { font-size: clamp(2.5rem, 5.2vw, 5rem); }
.section-heading > p:last-child, .process__intro > p:last-child { max-width: 42rem; margin: 1.35rem 0 0; color: #9fabb3; font-size: 1.05rem; }

.work { background: linear-gradient(180deg, var(--midnight-950), var(--midnight-900)); }
.project {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .85fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}
.project + .project { margin-top: clamp(5rem, 10vw, 9rem); }
.project__visual {
  position: relative;
  min-height: 33rem;
  padding: 2rem;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: .45rem;
  background:
    radial-gradient(circle at 50% 45%, rgba(231, 211, 164, .11), transparent 40%),
    linear-gradient(140deg, #0d291d, #06130e);
  box-shadow: 0 2rem 4.5rem rgba(0, 0, 0, .3);
  transform: perspective(1100px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateZ(0);
  transform-style: preserve-3d;
  transition: transform .16s ease-out, border-color .3s ease, box-shadow .3s ease;
}
.project__visual:hover { border-color: rgba(231, 211, 164, .46); box-shadow: 0 2.4rem 5.5rem rgba(0, 0, 0, .42); }
.project__visual::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(231, 211, 164, .15);
}
.project__logo-stage {
  width: min(76%, 28rem);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 230, 161, .08), transparent 66%);
}
.project__logo-stage img { filter: drop-shadow(0 1.5rem 2rem rgba(0, 0, 0, .45)); }
.project__caption { position: absolute; z-index: 4; right: 1.5rem; bottom: 1.3rem; color: #8f9a94; font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.project__copy h3, .service-card h3, .process-list h3 {
  margin: 0;
  color: var(--white);
  font-family: var(--serif);
  font-weight: 400;
}
.project__copy h3 { font-size: clamp(2.1rem, 3.5vw, 3.65rem); line-height: 1.05; }
.project__copy > p:not(.eyebrow) { margin: 1.4rem 0 0; color: #aeb8be; }
.tag-list { margin: 1.6rem 0; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; }
.tag-list li { padding: .4rem .65rem; border: 1px solid rgba(199, 206, 211, .18); border-radius: 99rem; color: #9ca8af; font-size: .7rem; }
.text-link { color: var(--champagne-200); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.text-link span { display: inline-block; margin-left: .3rem; transition: transform .2s ease; }
.text-link:hover span { transform: translate(.2rem, -.2rem); }

.project--lowrcaseg { grid-template-columns: minmax(0, 1.3fr) minmax(18rem, .7fr); }
.project__visual--lowrcaseg {
  min-height: 35rem;
  padding: 0;
  background: #050606;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, .5), 0 0 5rem rgba(110, 40, 28, .08);
}
.project__visual--lowrcaseg::before { z-index: 3; inset: .8rem; border-color: rgba(212, 180, 125, .2); pointer-events: none; }
.project__site-capture { position: absolute; inset: 0; display: block; overflow: hidden; }
.project__site-capture::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(3, 5, 7, .78));
  transition: opacity .3s ease;
}
.project__site-capture:hover::after { opacity: .72; }
.project__site-capture > img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.project__site-capture:hover > img { transform: scale(1.035); }
.project__live {
  position: absolute;
  z-index: 4;
  left: 1.5rem;
  top: 1.4rem;
  padding: .45rem .7rem;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border: 1px solid rgba(231, 211, 164, .34);
  border-radius: 99rem;
  color: #eee3c9;
  background: rgba(3, 5, 7, .66);
  backdrop-filter: blur(12px);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.project__live i { width: .45rem; aspect-ratio: 1; border-radius: 50%; background: #c09158; box-shadow: 0 0 .8rem #c09158; animation: live-glow 1.8s ease-in-out infinite alternate; }
@keyframes live-glow { to { opacity: .36; } }
.project__wordmark { width: min(22rem, 90%); margin: 0 0 1.5rem; filter: drop-shadow(0 .8rem 1.3rem rgba(0, 0, 0, .45)); }

.project--cards { grid-template-columns: minmax(17rem, .7fr) minmax(0, 1.3fr); }
.card-showcase { position: relative; min-height: 34rem; perspective: 1000px; }
.card-showcase img {
  position: absolute;
  width: min(82%, 38rem);
  border: 1px solid rgba(231, 211, 164, .28);
  border-radius: .35rem;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, .48);
}
.card-showcase__front { top: 2%; left: 4%; transform: rotate(-3.4deg); }
.card-showcase__back { right: 2%; bottom: 3%; transform: rotate(3deg); }

.services {
  background:
    radial-gradient(circle at 76% 20%, rgba(36, 74, 102, .16), transparent 28rem),
    var(--midnight-850);
}
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.service-card { position: relative; min-height: 23rem; padding: 2.2rem; display: flex; flex-direction: column; justify-content: flex-end; border-right: 1px solid var(--border); overflow: hidden; }
.service-card:last-child { border-right: 0; }
.service-card h3 { font-size: 2rem; }
.service-card p { margin: .9rem 0 1.5rem; color: #9eabb2; }
.service-card__line { width: 2.5rem; height: 1px; background: var(--champagne-500); transition: width .3s ease; }
.service-card:hover .service-card__line { width: 100%; }

.process { display: grid; grid-template-columns: minmax(0, .8fr) minmax(20rem, 1.2fr); gap: clamp(3rem, 8vw, 8rem); background: var(--midnight-900); }
.process__intro { position: sticky; top: 8rem; align-self: start; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { position: relative; padding: 2rem 0 2rem 1.4rem; display: grid; grid-template-columns: 1fr; gap: 1.2rem; border-top: 1px solid var(--border); }
.process-list li::before { content: ""; position: absolute; left: 0; top: 2.85rem; width: .45rem; aspect-ratio: 1; border: 1px solid var(--champagne-500); transform: rotate(45deg); }
.process-list li:last-child { border-bottom: 1px solid var(--border); }
.process-list h3 { font-size: 2rem; }
.process-list p { margin: .5rem 0 0; color: #9eabb2; }

.contact {
  position: relative;
  min-height: 44rem;
  padding: clamp(6rem, 12vw, 11rem) max(1.25rem, calc((100vw - var(--max)) / 2));
  display: grid;
  place-items: center;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(rgba(3, 9, 18, .74), rgba(3, 9, 18, .91)),
    url("/assets/sunset-ocean-waterfall.png") center 72% / cover no-repeat;
}
.contact::before { content: ""; position: absolute; inset: 1.5rem; border: 1px solid var(--border); pointer-events: none; }
.contact__inner { position: relative; max-width: 58rem; }
.contact__inner > p:not(.eyebrow) { margin: 1.3rem auto 0; color: #bcc6cb; font-size: 1.05rem; }
.contact__actions { justify-content: center; }
.contact__phone { color: var(--white); font-size: 1rem; text-decoration: none; }
.contact__email { display: inline-block; margin-top: 1.3rem; color: var(--champagne-300); font-size: clamp(1rem, 2vw, 1.25rem); text-underline-offset: .35rem; }

.site-footer {
  padding: 2.4rem max(1.25rem, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 2rem;
  border-top: 1px solid rgba(231, 211, 164, .14);
  background: #02070d;
}
.site-footer > div { display: grid; }
.site-footer__logo { width: 11rem; max-height: 3.5rem; object-fit: contain; object-position: left center; margin-bottom: .45rem; }
.site-footer span, .site-footer small, .site-footer a { color: #6f7b83; font-size: .7rem; }
.site-footer a { text-decoration: none; }

.sound-toggle {
  position: fixed;
  z-index: 120;
  right: 1rem;
  bottom: 1rem;
  min-height: 2.75rem;
  padding: .5rem .85rem;
  display: flex;
  align-items: center;
  gap: .6rem;
  border: 1px solid rgba(231, 211, 164, .35);
  border-radius: 99rem;
  color: #cad2d7;
  background: rgba(3, 9, 18, .78);
  box-shadow: 0 .8rem 2rem rgba(0, 0, 0, .28);
  backdrop-filter: blur(12px);
  cursor: pointer;
}
.sound-toggle:hover { border-color: var(--champagne-300); }
.sound-toggle__waves { height: 1rem; display: flex; align-items: center; gap: 2px; }
.sound-toggle__waves i { width: 2px; height: 30%; border-radius: 2px; background: var(--champagne-300); }
.sound-toggle[aria-pressed="true"] .sound-toggle__waves i { animation: wave-pulse .9s ease-in-out infinite alternate; }
.sound-toggle[aria-pressed="true"] .sound-toggle__waves i:nth-child(2) { animation-delay: -.35s; }
.sound-toggle[aria-pressed="true"] .sound-toggle__waves i:nth-child(3) { animation-delay: -.65s; }
.sound-toggle__label { font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
@keyframes wave-pulse { from { height: 28%; } to { height: 100%; } }

[data-reveal] { opacity: 0; transform: translateY(1.5rem); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

:focus-visible { outline: 2px solid var(--champagne-200); outline-offset: 4px; }

@media (max-width: 900px) {
  .site-header { padding-inline: 1.1rem; }
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute;
    top: calc(100% + .1rem);
    left: 1rem;
    right: 1rem;
    padding: 1.2rem;
    display: grid;
    gap: 1rem;
    border: 1px solid var(--border);
    border-radius: .5rem;
    background: rgba(3, 9, 18, .96);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .4);
    backdrop-filter: blur(18px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-.5rem);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
  }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero__veil { background: linear-gradient(90deg, rgba(3, 9, 18, .92), rgba(3, 9, 18, .52)), linear-gradient(0deg, var(--midnight-950), transparent 42%); }
  .hero__content { padding-top: 4rem; }
  .hero__brand-card { width: min(100%, 34rem); justify-self: center; transform: none; }
  .hero__scroll { display: none; }
  .project, .project--cards, .project--lowrcaseg, .process { grid-template-columns: 1fr; }
  .project--cards .project__copy { order: 2; }
  .project--cards .card-showcase { order: 1; }
  .process__intro { position: static; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 17rem; border-right: 0; border-bottom: 1px solid var(--border); }
  .service-card:last-child { border-bottom: 0; }
  .site-footer { grid-template-columns: 1fr; gap: 1rem; }
}

@media (max-width: 620px) {
  .brand img { width: 9rem; }
  .hero { padding: 7rem 1rem 5rem; }
  .hero h1 { font-size: clamp(2.85rem, 14vw, 4.3rem); }
  .hero__lead { font-size: 1rem; }
  .hero__actions .button { width: 100%; }
  .sound-invite { width: 100%; border-radius: .5rem; }
  .hero__brand-card { padding: 1.6rem 1rem; }
  .section { padding-inline: 1rem; }
  .project__visual { min-height: 25rem; padding: 1rem; }
  .project__visual--lowrcaseg { min-height: 26rem; padding: 0; }
  .project__caption { max-width: 70%; text-align: right; }
  .card-showcase { min-height: 27rem; }
  .card-showcase img { width: 92%; }
  .service-card { padding: 1.5rem; }
  .contact { padding-inline: 1rem; }
  .contact::before { inset: .75rem; }
  .contact__actions .button { width: 100%; }
  .site-footer { padding-right: 7rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .site-aura { display: none; }
}

@media (hover: none), (pointer: coarse) {
  .site-aura { display: none; }
  .project__visual { transform: none !important; }
}
