@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap");

:root {
  --ink: #0B0B0C;
  --ink-soft: #171719;
  --paper: #F4F1E9;
  --white: #FFFFFF;
  --turquoise: #33C0CC;
  --pink: #DF678C;
  --purple: #3D155F;
  --navy: #2B3252;
  --grey: #A7A9AC;
  --line: rgba(11, 11, 12, .16);
  --line-dark: rgba(255, 255, 255, .16);
  --shell: 90rem;
  --gutter: clamp(1.25rem, 4vw, 4rem);
  --section: clamp(5.5rem, 10vw, 10rem);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .22em; }
button, a { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Space Grotesk", sans-serif; line-height: .98; letter-spacing: -.055em; }
h2 { max-width: 14ch; margin-bottom: 1.5rem; font-size: clamp(3rem, 6vw, 6.5rem); }
h3 { font-size: clamp(1.55rem, 2.5vw, 2.8rem); }
:focus-visible { outline: 3px solid var(--turquoise); outline-offset: 4px; }
.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; top: .75rem; left: .75rem; z-index: 1000; padding: .8rem 1rem; background: var(--white); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: none; }
.shell { width: min(100%, var(--shell)); min-width: 0; margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section); }
.eyebrow, .section-number { font-size: .7rem; font-weight: 700; letter-spacing: .17em; line-height: 1.4; text-transform: uppercase; }
.eyebrow span { color: var(--turquoise); }
.section-number { margin-bottom: 2rem; color: rgba(11, 11, 12, .5); }

.button { display: inline-flex; min-height: 3.35rem; align-items: center; justify-content: center; padding: .9rem 1.45rem; border: 1px solid transparent; border-radius: 999px; font-size: .84rem; font-weight: 700; text-decoration: none; transition: transform .25s var(--ease), background .25s, color .25s, border-color .25s; }
.button:hover { transform: translateY(-3px); }
.button--small { min-height: 2.7rem; padding: .7rem 1.05rem; }
.button--light { background: var(--white); color: var(--ink); }
.button--light:hover { background: var(--turquoise); }
.button--dark { background: var(--ink); color: var(--white); }
.button--outline { border-color: rgba(255, 255, 255, .5); color: var(--white); }
.button--outline:hover { border-color: var(--white); background: var(--white); color: var(--ink); }
.text-link { display: inline-flex; width: fit-content; align-items: center; gap: .55rem; font-size: .84rem; font-weight: 700; text-decoration: none; }
.text-link span { transition: transform .25s var(--ease); }
.text-link:hover span { transform: translate(.2rem, .2rem); }
.text-link--light { color: var(--white); }

/* Same Vihlix header system used by Labs. */
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid var(--line-dark); background: rgba(11, 11, 12, .8); color: var(--white); backdrop-filter: blur(18px); transition: background .3s; }
.site-header.is-scrolled { background: rgba(11, 11, 12, .95); }
.site-header__inner { display: flex; min-height: 5.1rem; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .9rem; text-decoration: none; }
.brand img { width: 7.3rem; height: auto; }
.brand span { padding-left: .9rem; border-left: 1px solid rgba(255, 255, 255, .32); color: var(--turquoise); font-size: .75rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(1.15rem, 2.4vw, 2.5rem); }
.site-nav > a:not(.button) { font-size: .79rem; font-weight: 600; text-decoration: none; }
.site-nav > a:not(.button):hover { color: var(--turquoise); }
.nav-toggle { display: none; width: 3rem; height: 3rem; padding: 0; border: 0; background: none; }
.nav-toggle > span:not(.sr-only) { display: block; width: 1.55rem; height: 1px; margin: .38rem auto; background: currentColor; transition: transform .25s; }

/* Hero: an interactive, living design board. */
.hero { position: relative; min-height: 100svh; overflow: hidden; padding-top: 5.1rem; background: var(--ink); color: var(--white); }
.hero__grid { position: absolute; inset: 5.1rem 0 0; opacity: .28; background-image: linear-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .12) 1px, transparent 1px); background-size: clamp(3rem, 7vw, 6rem) clamp(3rem, 7vw, 6rem); mask-image: linear-gradient(to bottom, #000, transparent 94%); animation: gridMove 36s linear infinite; }
.hero__noise { position: absolute; width: min(80vw, 72rem); aspect-ratio: 1; top: -42%; right: -25%; border: 1px solid rgba(51, 192, 204, .32); border-radius: 50%; box-shadow: 0 0 0 8rem rgba(51, 192, 204, .03), 0 0 0 16rem rgba(51, 192, 204, .02); animation: breathe 8s ease-in-out infinite alternate; }
.hero__inner { position: relative; z-index: 2; display: grid; min-height: calc(100svh - 9rem); grid-template-columns: minmax(0, 1fr) minmax(27rem, .9fr); align-items: center; gap: clamp(3rem, 7vw, 8rem); padding-top: clamp(4rem, 7vw, 7rem); padding-bottom: clamp(5rem, 8vw, 8rem); }
.hero__copy { max-width: 59rem; }
.hero h1 { max-width: 9ch; margin: 1rem 0 2rem; font-size: clamp(4rem, 8.6vw, 9.5rem); }
.hero h1 em { position: relative; color: var(--turquoise); font-style: normal; }
.hero h1 em::after { content: ""; position: absolute; right: -.12em; bottom: .03em; left: 0; height: .08em; background: var(--turquoise); transform: rotate(-2deg); }
.hero__intro { max-width: 45rem; color: rgba(255, 255, 255, .7); font-size: clamp(1.1rem, 1.6vw, 1.45rem); }
.hero__actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; margin-top: 2.3rem; }

.studio { --stage: var(--turquoise); position: relative; border: 1px solid rgba(51, 192, 204, .6); background: rgba(10, 18, 20, .88); color: var(--white); box-shadow: 2rem 2rem 0 rgba(51, 192, 204, .08), 0 0 6rem rgba(51, 192, 204, .16), 0 2rem 7rem rgba(0, 0, 0, .48); transform: perspective(1100px) rotateY(-3deg) rotateX(1deg); transform-style: preserve-3d; backdrop-filter: blur(18px); transition: transform .25s ease-out, box-shadow .4s; }
.studio[data-mode="product"] { --stage: var(--pink); }
.studio[data-mode="motion"] { --stage: var(--purple); }
.studio[data-mode="campaign"] { --stage: var(--navy); }
.studio__chrome { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 3.1rem; padding: .75rem 1rem; border-bottom: 1px solid rgba(255, 255, 255, .24); font-size: .58rem; font-weight: 700; letter-spacing: .11em; }
.studio__chrome > div { display: flex; gap: .35rem; }
.studio__chrome i { width: .45rem; height: .45rem; border: 1px solid rgba(255, 255, 255, .7); border-radius: 50%; }
.studio__chrome i:nth-child(2) { background: var(--stage); }
.studio__chrome small { color: var(--stage); }
.studio__canvas { position: relative; min-height: clamp(28rem, 42vw, 37rem); overflow: hidden; padding: clamp(1.5rem, 3vw, 2.8rem); background: radial-gradient(circle at 76% 30%, rgba(51, 192, 204, .18), transparent 34%), linear-gradient(90deg, transparent 49.8%, rgba(51, 192, 204, .16) 50%, transparent 50.2%), linear-gradient(transparent 49.8%, rgba(51, 192, 204, .16) 50%, transparent 50.2%); }
.studio__number { position: absolute; top: 1.2rem; right: 1.4rem; color: var(--stage); font-family: "Space Grotesk", sans-serif; font-size: clamp(4rem, 9vw, 8rem); font-weight: 700; letter-spacing: -.08em; line-height: .8; }
.studio__kicker { position: relative; z-index: 2; width: fit-content; padding: .35rem .6rem; background: var(--ink); color: var(--white); font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.studio__word { position: absolute; z-index: 2; top: 35%; left: 8%; max-width: 85%; font-family: "Space Grotesk", sans-serif; font-size: clamp(3.8rem, 7vw, 7.2rem); font-weight: 700; letter-spacing: -.085em; line-height: .78; overflow-wrap: anywhere; transform: rotate(-4deg); transition: color .35s, transform .5s var(--ease); }
.studio:hover .studio__word { color: var(--stage); transform: rotate(0deg) scale(1.03); }
.studio__note { position: absolute; z-index: 2; right: 1.5rem; bottom: 1.5rem; width: min(52%, 17rem); margin: 0; padding: 1rem; border: 1px solid var(--ink); background: rgba(255, 255, 255, .88); color: var(--ink); font-size: .73rem; line-height: 1.5; }
.studio__shape { position: absolute; top: 17%; right: 10%; width: 38%; aspect-ratio: 1; border: 1px solid rgba(255, 255, 255, .7); border-radius: 50%; background: var(--stage); opacity: .88; box-shadow: 0 0 3rem color-mix(in srgb, var(--stage) 36%, transparent); transition: border-radius .45s var(--ease), transform .6s var(--ease), background .35s; }
.studio[data-mode="product"] .studio__shape { border-radius: 2rem; transform: rotate(12deg); }
.studio[data-mode="motion"] .studio__shape { border-radius: 50% 10% 50% 10%; transform: rotate(45deg) scale(.9); }
.studio[data-mode="campaign"] .studio__shape { border-radius: 0; transform: rotate(-12deg) scale(.86); }
.studio__shape span { position: absolute; inset: 18%; border: 1px solid rgba(255, 255, 255, .72); border-radius: inherit; background: #0D1517; }
.studio__handle { position: absolute; z-index: 3; width: .65rem; height: .65rem; border: 1px solid var(--white); background: var(--ink); }
.studio__handle--one { top: 17%; right: 47%; }.studio__handle--two { top: 17%; right: 9%; }.studio__handle--three { top: 55%; right: 47%; }.studio__handle--four { top: 55%; right: 9%; }
.studio__tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255, 255, 255, .24); }
.studio__tabs button { min-height: 3.2rem; padding: .65rem .3rem; border: 0; border-right: 1px solid rgba(255, 255, 255, .24); background: transparent; color: var(--white); font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.studio__tabs button:last-child { border-right: 0; }
.studio__tabs button:hover, .studio__tabs button.is-active { background: var(--stage); color: var(--ink); }
.hero__ticker { position: relative; z-index: 3; overflow: hidden; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background: var(--turquoise); color: var(--ink); }
.hero__ticker > div { display: flex; width: max-content; align-items: center; gap: 2rem; padding: 1rem 0; font-family: "Space Grotesk", sans-serif; font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; animation: ticker 26s linear infinite; }
.hero__ticker i { font-style: normal; }

/* Editorial statement. */
.statement { position: relative; overflow: hidden; }
.statement::after { content: "DESIGN"; position: absolute; right: -1vw; bottom: -7vw; color: rgba(11, 11, 12, .035); font-family: "Space Grotesk", sans-serif; font-size: clamp(10rem, 28vw, 30rem); font-weight: 700; letter-spacing: -.1em; line-height: .7; pointer-events: none; }
.statement__layout { position: relative; z-index: 1; display: grid; grid-template-columns: .25fr 1fr .65fr .42fr; gap: clamp(2rem, 4vw, 5rem); align-items: start; }
.statement__title h2 { max-width: 10ch; }
.statement__copy { padding-top: 4rem; color: #5F6264; font-size: 1.08rem; }
.statement__stamp { display: flex; min-height: 21rem; flex-direction: column; justify-content: space-between; padding: 1.5rem; border: 1px solid var(--ink); background: var(--turquoise); transform: rotate(3deg); }
.statement__stamp span, .statement__stamp small { font-size: .62rem; font-weight: 700; letter-spacing: .12em; }
.statement__stamp strong { font-family: "Space Grotesk", sans-serif; font-size: clamp(1.7rem, 3vw, 2.8rem); letter-spacing: -.05em; line-height: .95; }

.practices { background: var(--white); }
.section-heading { display: grid; grid-template-columns: 1.25fr .45fr; gap: 3rem; align-items: end; margin-bottom: clamp(3rem, 6vw, 6rem); }
.section-heading > p { max-width: 28rem; margin-left: auto; color: #64666A; font-size: 1.05rem; }
.practice-canvas { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.practice { display: flex; min-height: 37rem; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: var(--paper); transition: transform .35s var(--ease), box-shadow .35s; }
.practice:hover { z-index: 2; box-shadow: 0 1.5rem 4rem rgba(11, 11, 12, .14); transform: translateY(-.5rem) rotate(-.5deg); }
.practice--brand { grid-column: span 7; }.practice--product { grid-column: span 5; }.practice--prototype { grid-column: span 4; }.practice--campaign { grid-column: span 8; }.practice--motion { grid-column: span 6; }.practice--photo { grid-column: span 6; }
.specimen { position: relative; min-height: 18rem; overflow: hidden; border-bottom: 1px solid var(--line); }
.practice__copy { display: flex; flex: 1; flex-direction: column; padding: clamp(1.5rem, 3vw, 2.7rem); }
.practice__copy > span { color: #65676A; font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.practice__copy h3 { max-width: 10ch; margin: 2.5rem 0 1rem; }
.practice__copy p { max-width: 38rem; color: #64666A; }
.practice__copy ul { display: flex; gap: .45rem; flex-wrap: wrap; margin: auto 0 0; padding: 2rem 0 0; list-style: none; }
.practice__copy li { padding: .32rem .65rem; border: 1px solid var(--line); border-radius: 999px; font-size: .64rem; font-weight: 600; }

.specimen--brand { background: var(--turquoise); }
.specimen--brand > span { position: absolute; left: 5%; bottom: -20%; color: var(--ink); font-family: Georgia, serif; font-size: 16rem; line-height: 1; }
.specimen--brand strong { position: absolute; top: 13%; right: 9%; font-family: "Space Grotesk", sans-serif; font-size: clamp(4rem, 9vw, 8rem); letter-spacing: -.1em; }
.specimen--brand i { position: absolute; right: 8%; bottom: 9%; padding: .45rem .7rem; background: var(--ink); color: var(--white); font-size: .65rem; font-style: normal; }
.specimen--product { padding: 1.5rem; background: var(--navy); }
.mini-nav { width: 100%; height: 1rem; border-radius: 1rem; background: rgba(255, 255, 255, .18); }
.mini-copy { width: 58%; height: 4.5rem; margin: 3rem 0 2rem; background: repeating-linear-gradient(to bottom, var(--white) 0 7px, transparent 7px 17px); }
.mini-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; }
.mini-cards i { height: 5.5rem; border: 1px solid rgba(255, 255, 255, .45); background: rgba(51, 192, 204, .12); }
.specimen--product span { position: absolute; right: 1.5rem; bottom: 1.1rem; color: var(--turquoise); font-size: .6rem; letter-spacing: .1em; }
.specimen--prototype { display: flex; align-items: center; justify-content: space-around; background: #E6E4DC; }
.specimen--prototype span, .specimen--prototype strong { display: grid; width: 4rem; height: 4rem; place-items: center; border: 1px solid var(--ink); border-radius: 50%; background: var(--white); }
.specimen--prototype i { width: 8%; height: 1px; background: var(--ink); animation: pulseLine 1.8s ease-in-out infinite alternate; }
.specimen--prototype small { position: absolute; bottom: 1rem; font-size: .58rem; letter-spacing: .12em; }
.specimen--campaign { display: grid; place-items: center; background: var(--pink); color: var(--ink); }
.specimen--campaign small { position: absolute; top: 1.2rem; left: 1.2rem; font-size: .85rem; transform: rotate(-8deg); }
.specimen--campaign strong { font-family: "Space Grotesk", sans-serif; font-size: clamp(5rem, 13vw, 11rem); letter-spacing: -.11em; line-height: .7; transform: rotate(-4deg); }
.specimen--campaign span { position: absolute; right: 1.2rem; bottom: 1.2rem; padding: .3rem .6rem; border: 1px solid var(--ink); font-size: .65rem; font-weight: 700; }
.specimen--motion { padding: 1.5rem; background: var(--ink); color: var(--white); }
.motion-frame { display: grid; height: 11rem; place-items: center; border: 1px solid rgba(255, 255, 255, .3); }
.motion-frame span { width: 4.5rem; height: 4.5rem; background: var(--turquoise); animation: shapeShift 3s var(--ease) infinite alternate; }
.specimen--motion ol { display: grid; grid-template-columns: repeat(5, 1fr); gap: .35rem; margin: .8rem 0 0; padding: 0; list-style: none; }
.specimen--motion li { height: .45rem; background: rgba(255, 255, 255, .2); }
.specimen--motion li:nth-child(3) { background: var(--turquoise); }
.specimen--motion small { position: absolute; right: 1.5rem; bottom: 1rem; font-size: .58rem; }
.specimen--photo { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: .3rem; padding: .3rem; background: var(--ink); }
.specimen--photo > div { display: flex; flex-direction: column; justify-content: space-between; padding: 1rem; color: var(--white); }
.specimen--photo > div:nth-child(1) { background: var(--turquoise); color: var(--ink); }.specimen--photo > div:nth-child(2) { background: var(--purple); }.specimen--photo > div:nth-child(3) { background: var(--grey); color: var(--ink); }
.specimen--photo span { font-size: .58rem; letter-spacing: .12em; }.specimen--photo strong { font-family: "Space Grotesk", sans-serif; font-size: 2.5rem; }

/* The work belongs to the engine that delivered it; Design provides the portals. */
.work { position: relative; overflow: hidden; background: #071012; color: var(--white); }
.work__signal { position: absolute; inset: 0; opacity: .5; background: radial-gradient(circle at 18% 35%, rgba(51, 192, 204, .19), transparent 27%), radial-gradient(circle at 82% 70%, rgba(223, 103, 140, .12), transparent 25%), linear-gradient(rgba(51, 192, 204, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(51, 192, 204, .07) 1px, transparent 1px); background-size: auto, auto, 5rem 5rem, 5rem 5rem; }
.work .shell { position: relative; z-index: 1; }
.work-portals { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.work-portal { position: relative; display: grid; min-height: 44rem; grid-template-rows: auto 1fr auto; overflow: hidden; padding: clamp(1.5rem, 3vw, 2.5rem); border: 1px solid rgba(255, 255, 255, .2); background: rgba(255, 255, 255, .035); color: var(--white); text-decoration: none; backdrop-filter: blur(12px); transition: border-color .35s, background .35s, transform .45s var(--ease); }
.work-portal::before { content: ""; position: absolute; inset: 0; opacity: 0; background: linear-gradient(135deg, rgba(51, 192, 204, .13), transparent 48%); transition: opacity .35s; }
.work-portal:hover { z-index: 2; border-color: var(--turquoise); background: rgba(51, 192, 204, .055); transform: translateY(-.6rem); }.work-portal:hover::before { opacity: 1; }
.work-portal__index { position: relative; z-index: 2; color: rgba(255, 255, 255, .52); font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.work-portal__display { position: relative; align-self: center; min-height: 18rem; margin: 3rem 0; border: 1px solid rgba(255, 255, 255, .2); background: linear-gradient(135deg, rgba(51, 192, 204, .11), rgba(7, 16, 18, .6)); box-shadow: inset 0 0 4rem rgba(51, 192, 204, .05); }
.work-portal__display::before, .work-portal__display::after { content: ""; position: absolute; background: rgba(51, 192, 204, .35); }.work-portal__display::before { top: 50%; left: 0; width: 100%; height: 1px; }.work-portal__display::after { top: 0; left: 50%; width: 1px; height: 100%; }
.work-portal__display > span, .work-portal__display > small { position: absolute; z-index: 2; color: var(--turquoise); font-size: .58rem; font-weight: 700; letter-spacing: .14em; }.work-portal__display > span { top: 1rem; left: 1rem; }.work-portal__display > small { right: 1rem; bottom: 1rem; }
.work-portal__display strong { position: absolute; z-index: 2; top: 50%; left: 50%; font-family: "Space Grotesk", sans-serif; font-size: clamp(4rem, 8vw, 7rem); letter-spacing: -.09em; line-height: .8; transform: translate(-50%, -50%); }
.work-portal__display i { position: absolute; z-index: 3; width: .55rem; height: .55rem; border: 1px solid var(--turquoise); background: #071012; }.work-portal__display i:nth-of-type(1) { top: 18%; left: 18%; }.work-portal__display i:nth-of-type(2) { top: 18%; right: 18%; }.work-portal__display i:nth-of-type(3) { right: 18%; bottom: 18%; }
.work-portal--labs .work-portal__display { background: linear-gradient(135deg, rgba(223, 103, 140, .12), rgba(61, 21, 95, .25)); }.work-portal--labs .work-portal__display strong { color: var(--turquoise); }
.work-portal__copy { position: relative; z-index: 2; }.work-portal__copy > p { margin-bottom: 1rem; color: var(--turquoise); font-size: .67rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }.work-portal__copy h3 { max-width: 13ch; margin-bottom: 2.5rem; font-size: clamp(2.4rem, 4vw, 4.5rem); }.work-portal__copy > span { display: flex; justify-content: space-between; padding-top: 1rem; border-top: 1px solid rgba(255, 255, 255, .2); font-size: .76rem; font-weight: 700; }.work-portal__copy b { font-size: 1.1rem; transition: transform .25s; }.work-portal:hover .work-portal__copy b { transform: translate(.25rem, -.25rem); }
.work__principle { display: grid; max-width: 62rem; grid-template-columns: .7fr 1.3fr; gap: 2rem; margin: 3rem 0 0 auto; padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, .22); }.work__principle span { color: var(--turquoise); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }.work__principle p { margin: 0; color: rgba(255, 255, 255, .58); }

/* Collaboration is spatial rather than another row of cards. */
.collaboration { overflow: hidden; background: var(--ink-soft); color: var(--white); }
.section-heading--light > p, .section-heading--light .section-number { color: rgba(255, 255, 255, .5); }
.collaboration__stage { position: relative; min-height: 50rem; border: 1px solid var(--line-dark); background-image: linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px); background-size: 5rem 5rem; }
.collaboration__stage::before, .collaboration__stage::after { content: ""; position: absolute; background: var(--turquoise); opacity: .7; }
.collaboration__stage::before { top: 50%; left: 12%; width: 76%; height: 1px; }.collaboration__stage::after { top: 15%; bottom: 15%; left: 50%; width: 1px; }
.collaboration__core { position: absolute; z-index: 3; top: 50%; left: 50%; display: flex; width: 13rem; aspect-ratio: 1; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--turquoise); color: var(--ink); transform: translate(-50%, -50%); box-shadow: 0 0 0 1.5rem rgba(51, 192, 204, .08); }
.collaboration__core span, .collaboration__core small { font-size: .63rem; letter-spacing: .12em; text-transform: uppercase; }.collaboration__core strong { font-family: "Space Grotesk", sans-serif; font-size: 2.2rem; letter-spacing: -.06em; }
.collaboration__card { position: absolute; z-index: 2; display: flex; width: min(29%, 22rem); min-height: 18rem; flex-direction: column; padding: 1.5rem; border: 1px solid var(--line-dark); background: rgba(23, 23, 25, .94); }
.collaboration__card--consult { top: 8%; left: 7%; transform: rotate(-2deg); }.collaboration__card--sdaas { top: 8%; right: 7%; transform: rotate(2deg); }.collaboration__card--growth { right: 9%; bottom: 7%; transform: rotate(-1deg); }
.collaboration__card > span { color: var(--turquoise); font-size: .64rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.collaboration__card h3 { margin: 2.5rem 0 1rem; }.collaboration__card p { color: rgba(255, 255, 255, .6); font-size: .9rem; }.collaboration__card a, .collaboration__card strong { margin-top: auto; font-size: .72rem; }
.collaboration__line { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.5rem; }
.collaboration__line p { margin: 0; padding-left: 1rem; border-left: 3px solid var(--turquoise); color: rgba(255, 255, 255, .62); }

.ways { background: var(--turquoise); }
.ways__layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(4rem, 9vw, 10rem); }
.ways__intro { position: sticky; top: 8rem; align-self: start; }.ways__intro h2 { max-width: 10ch; }
.ways__list { margin: 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.ways__list li { display: grid; grid-template-columns: 4rem 1fr; gap: 1rem; padding: 2.5rem 0; border-bottom: 1px solid var(--ink); }
.ways__list li > span { font-size: .72rem; font-weight: 700; }.ways__list h3 { margin-bottom: 1rem; }.ways__list p { max-width: 38rem; color: rgba(11, 11, 12, .65); }

.leadership { background: var(--paper); }
.leadership__layout { display: grid; grid-template-columns: minmax(20rem, .78fr) minmax(0, 1.22fr); align-items: stretch; gap: clamp(3rem, 7vw, 8rem); }
.leadership__portrait { position: relative; min-height: 44rem; overflow: hidden; background: var(--ink); color: var(--white); text-decoration: none; }
.leadership__portrait::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(to bottom, transparent, rgba(11, 11, 12, .78)); pointer-events: none; }
.leadership__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; filter: saturate(.9) contrast(1.04); transition: transform .7s var(--ease), filter .35s; }
.leadership__portrait:hover img { filter: saturate(1) contrast(1.02); transform: scale(1.025); }
.leadership__portrait > span { position: absolute; z-index: 1; right: 1.4rem; bottom: 1.3rem; left: 1.4rem; padding-top: .9rem; border-top: 1px solid rgba(255, 255, 255, .55); font-size: .66rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.leadership figure { display: flex; min-width: 0; flex-direction: column; justify-content: center; margin: 0; }
.leadership blockquote { margin: 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(2.3rem, 4.6vw, 5.5rem); font-weight: 600; letter-spacing: -.06em; line-height: 1.03; }
.leadership figcaption { max-width: 42rem; margin-top: 3rem; padding-left: 1.25rem; border-left: 3px solid var(--turquoise); color: #65676A; font-size: 1.05rem; }
.leadership figcaption > p { margin-bottom: 1.8rem; }
.leadership__identity { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.leadership__identity > div { display: flex; flex-direction: column; }
.leadership__identity strong { color: var(--ink); font-size: .95rem; }
.leadership__identity strong a { text-decoration: none; }
.leadership__identity strong a:hover { color: var(--purple); }
.leadership__identity small { color: #686A6D; }
.leadership__linkedin { flex: 0 0 auto; color: var(--ink); font-size: .72rem; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .1em; }
.leadership__linkedin span { display: inline-block; transition: transform .25s var(--ease); }
.leadership__linkedin:hover span { transform: translate(.2rem, -.2rem); }

.contact { position: relative; overflow: hidden; padding-block: clamp(6rem, 12vw, 12rem); background: var(--ink); color: var(--white); }
.contact__grid { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(51, 192, 204, .22) 1px, transparent 1px), linear-gradient(90deg, rgba(51, 192, 204, .22) 1px, transparent 1px); background-size: 6rem 6rem; transform: rotate(-6deg) scale(1.2); }
.contact__inner { position: relative; z-index: 1; text-align: center; }.contact__inner h2 { max-width: 12ch; margin-inline: auto; }.contact__inner > p:not(.eyebrow) { max-width: 42rem; margin: 0 auto 2.5rem; color: rgba(255, 255, 255, .65); font-size: 1.08rem; }.contact__inner > div { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }

.site-footer { padding-top: clamp(4rem, 7vw, 7rem); background: #050506; color: var(--white); }
.site-footer__top { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; padding-bottom: 5rem; }
.site-footer__brand img { width: 9rem; height: auto; margin-bottom: 2rem; }
.site-footer__brand p { margin: 0; color: rgba(255, 255, 255, .55); }
.site-footer__links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.site-footer__links > div { display: block; }
.site-footer h2 { margin: 0 0 1.4rem; color: var(--white); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.site-footer a { display: block; width: fit-content; margin: .7rem 0; color: rgba(255, 255, 255, .62); font-size: .86rem; text-decoration: none; }
.site-footer a:hover { color: var(--turquoise); }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.25rem; padding-bottom: 1.25rem; border-top: 1px solid var(--line-dark); color: rgba(255, 255, 255, .45); font-size: .72rem; }
.site-footer__bottom p { margin: 0; }

[data-reveal] { opacity: 0; transform: translateY(1.6rem); transition: opacity .8s var(--ease), transform .8s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes gridMove { to { background-position: 6rem 6rem; } }
@keyframes breathe { to { transform: scale(1.08); opacity: .55; } }
@keyframes pulseLine { to { transform: scaleX(1.8); background: var(--turquoise); } }
@keyframes shapeShift { to { border-radius: 50%; transform: rotate(135deg) scale(.7); background: var(--pink); } }

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

@media (max-width: 1020px) {
  .hero__inner { grid-template-columns: 1fr; padding-top: 6rem; }
  .hero__inner > * { min-width: 0; }
  .studio { width: min(100%, 42rem); transform: none !important; }
  .statement__layout { grid-template-columns: .2fr 1fr .65fr; }.statement__stamp { grid-column: 2 / -1; min-height: 13rem; transform: none; }
  .practice--brand, .practice--product, .practice--prototype, .practice--campaign, .practice--motion, .practice--photo { grid-column: span 6; }
  .collaboration__stage { display: grid; min-height: auto; grid-template-columns: repeat(2, 1fr); gap: 1rem; padding: 2rem; }.collaboration__stage::before, .collaboration__stage::after { display: none; }.collaboration__core, .collaboration__card { position: static; width: auto; min-height: 18rem; transform: none; }.collaboration__core { width: 100%; border-radius: 0; }.collaboration__card--growth { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .nav-toggle { display: block; flex: 0 0 3rem; margin-left: auto; }
  .site-nav { position: fixed; inset: 5.1rem 0 auto; display: flex; max-height: 0; overflow: hidden; align-items: stretch; padding-inline: var(--gutter); background: var(--ink); flex-direction: column; opacity: 0; pointer-events: none; transition: max-height .35s, opacity .25s, padding .35s; }
  body.nav-open .site-nav { max-height: 28rem; padding-top: 2rem; padding-bottom: 3rem; opacity: 1; pointer-events: auto; }
  body.nav-open .nav-toggle > span:nth-child(2) { transform: translateY(.19rem) rotate(45deg); } body.nav-open .nav-toggle > span:nth-child(3) { transform: translateY(-.19rem) rotate(-45deg); }
  .site-nav > a { padding-block: .5rem; }
  .section-heading, .ways__layout, .leadership__layout { grid-template-columns: 1fr; }.section-heading > p { margin-left: 0; }.ways__intro { position: static; }.leadership__layout { gap: 4rem; }.leadership__portrait { width: min(100%, 38rem); min-height: 0; aspect-ratio: 4 / 5; }
  .work-portals { grid-template-columns: 1fr; }.work-portal { min-height: 40rem; }.work__principle { grid-template-columns: 1fr; }
  .site-footer__top { grid-template-columns: 1fr; gap: 3rem; }
}

@media (max-width: 620px) {
  .site-header__inner { width: 100%; }.brand { min-width: 0; }.brand img { width: 6.8rem; }.brand span { padding-left: .7rem; font-size: .68rem; }
  .hero__copy, .hero__intro, .studio { width: 100%; min-width: 0; }.hero h1 { max-width: 100%; font-size: clamp(2.95rem, 12.8vw, 3.25rem); letter-spacing: -.065em; }.hero__intro { max-width: 31ch; font-size: 1rem; }.studio__canvas { min-height: 24rem; }.studio__word { top: 38%; font-size: clamp(3.1rem, 16vw, 5.2rem); }.studio__note { width: 66%; }.studio__tabs { grid-template-columns: repeat(2, 1fr); }.studio__tabs button:nth-child(2) { border-right: 0; }.studio__tabs button:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .24); }
  .statement__layout { grid-template-columns: 1fr; }.statement__copy { padding-top: 0; }.statement__stamp { grid-column: auto; }
  .practice--brand, .practice--product, .practice--prototype, .practice--campaign, .practice--motion, .practice--photo { grid-column: 1 / -1; }.practice { min-height: 34rem; }.specimen { min-height: 16rem; }
  .work-portal { min-height: 35rem; padding: 1.25rem; }.work-portal__display { min-height: 14rem; margin: 2rem 0; }.work-portal__display strong { font-size: clamp(3.2rem, 18vw, 5rem); }.work-portal__copy h3 { font-size: clamp(2.2rem, 11vw, 3.3rem); }
  .collaboration__stage { grid-template-columns: 1fr; padding: 1rem; }.collaboration__card--growth { grid-column: auto; }.collaboration__line { grid-template-columns: 1fr; }
  .leadership__layout { gap: 2.5rem; }.leadership__identity { align-items: flex-start; flex-direction: column; gap: 1rem; }.leadership figcaption { margin-top: 2rem; }
  .site-footer__links { grid-template-columns: 1fr 1fr; }.site-footer__bottom { flex-direction: column; }
}
