/* ============================================================
   NEW WORLD VISIONS — growth partner
   Design system: liquid-glass pills, lowercase Helvetica Bold,
   scroll-driven card deck, dock footer.
   ============================================================ */

/* ---------- tokens ---------- */
:root {
  --ink: #272727;
  --gray: #8c8c8c;
  --bg: #ffffff;
  --accent: #305dff;
  --ph-1: #ececec;
  --ph-2: #e2e2e2;
  --ph-3: #d8d8d8;
  --ease-out: cubic-bezier(.333, 1, .666, 1);
  --ease-in: cubic-bezier(.666, 0, .333, 1);
  --dur-1: 333ms;
  --dur-2: 666ms;
  --dur-3: 1s;
  --gutter: 20px;
  --pill-h: 30px;
  --card-radius: 8px;
}
@media (min-width: 1024px) { :root { --card-radius: 12px; } }
@media (min-width: 1440px) { :root { --card-radius: 16px; } }

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  touch-action: manipulation;
}
body {
  background: var(--bg);
  color: var(--ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4em;
  -webkit-font-smoothing: antialiased;
}
::selection { background: var(--ink); color: #fff; }
button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
  text-transform: lowercase;
}
a { color: inherit; text-decoration: none; }
input, textarea {
  font: inherit;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: var(--ink);
  border: 0;
  outline: 0;
  background: transparent;
}
img, svg { display: block; max-width: 100%; }
ul { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; border-radius: 4px; }
.sr-only {
  position: absolute; width: 1px; height: 1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap;
}
#svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }

/* ---------- type scale ---------- */
.fs-super {
  font-size: 9vw;
  letter-spacing: -.03em;
  line-height: 1em;
  text-transform: lowercase;
}
@media (min-width: 1024px) { .fs-super { letter-spacing: -.04em; } }
@media (min-width: 1556px) { .fs-super { font-size: 140px; } }
.fs-super.title { font-size: 10vw; }
@media (min-width: 1500px) { .fs-super.title { font-size: 150px; } }

.h3m-h2d { font-size: 24px; line-height: 1.05em; text-transform: lowercase; }
@media (min-width: 768px)  { .h3m-h2d { font-size: calc(16.47059px + 2.35294vw); } }
@media (min-width: 1680px) { .h3m-h2d { font-size: 56px; } }

.h6m-h3d { font-size: 16px; line-height: 1.2em; text-transform: lowercase; }
@media (min-width: 768px)  { .h6m-h3d { font-size: calc(15.05882px + .29412vw); } }
@media (min-width: 1680px) { .h6m-h3d { font-size: 20px; } }

.underline {
  text-decoration: underline;
  text-decoration-color: inherit;
  text-decoration-thickness: 1.5px;
  text-underline-offset: .111em;
}
@media (min-width: 1024px) { .underline { text-decoration-thickness: 2px; } }
.underline:hover { opacity: .55; transition: opacity var(--dur-1) var(--ease-out); }

/* ---------- spacing / gutters ---------- */
.gutter { margin: 0 var(--gutter); position: relative; }
.gutter-xl { margin: 0 20px; position: relative; }
@media (min-width: 768px)  { .gutter-xl { margin: 0 50px; } }
@media (min-width: 1024px) { .gutter-xl { margin: 0 110px; } }
@media (min-width: 1440px) { .gutter-xl { margin: 0 180px; } }
@media (min-width: 1680px) { .gutter-xl { margin: 0 auto; width: 1200px; } }

.space-t { padding-top: 80px; }
.space-b { padding-bottom: 80px; }
.space-bm { padding-bottom: 60px; }
.space-tl { padding-top: 120px; }
.pad-t { padding-top: 20px; }
@media (min-width: 1024px) {
  .space-t { padding-top: 100px; }
  .space-b { padding-bottom: 100px; }
  .space-bm { padding-bottom: 80px; }
  .space-tl { padding-top: 200px; }
  .pad-t { padding-top: 40px; }
}

/* ============================================================
   LIQUID GLASS
   ============================================================ */
.glass {
  border-radius: 34px;
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.glass .lens,
.glass .fx {
  border-radius: inherit;
  position: absolute;
  inset: 0;
}
.glass .lens {
  backdrop-filter: blur(4px) saturate(1.2) brightness(1.08);
  -webkit-backdrop-filter: blur(4px) saturate(1.2) brightness(1.08);
}
@supports (filter: url(#lensFilter)) {
  .glass .lens { filter: url(#lensFilter) saturate(1.2) brightness(1.1); }
}
.glass .fx {
  box-shadow: inset 8px 8px 32px rgba(255, 255, 255, .66),
              inset 0 0 5px rgba(255, 255, 255, .3),
              0 1px 4px rgba(39, 39, 39, .08);
  background: rgba(255, 255, 255, .22);
}
.glass::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background-image:
    radial-gradient(50% 50% at 0 0, #fff 0, #fff 45%, rgba(255,255,255,0)),
    radial-gradient(50% 50% at 100% 100%, #fff 0, #fff 45%, rgba(255,255,255,0));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* ---------- pill buttons ---------- */
.pill-btn {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 34px;
  padding: 0 16px;
  position: relative;
  text-transform: lowercase;
  white-space: nowrap;
}
.pill-btn > .label, .pill-btn > p { position: relative; display: flex; align-items: center; }
.pill-btn.can-select .glass .fx { transition: box-shadow var(--dur-1) var(--ease-out), background-color var(--dur-1) var(--ease-out); }
.pill-btn.--invert, .pill-btn.--selected { color: #fff; }
.pill-btn.--invert .glass .fx, .pill-btn.--selected .glass .fx {
  background-color: var(--ink);
  box-shadow: inset 10px 10px 40px rgba(39, 39, 39, .75), inset 0 0 5px rgba(39, 39, 39, .25);
}
.pill-btn.--invert .glass .lens, .pill-btn.--selected .glass .lens { opacity: .2; }
.pill-btn:active > .label { transform: scale(.96); }

/* ============================================================
   MENU BAR
   ============================================================ */
#menu-bar {
  align-items: center;
  display: flex;
  height: var(--pill-h);
  justify-content: space-between;
  position: fixed;
  left: 20px; right: 20px; top: 20px;
  z-index: 237;
}
#menu-inner {
  align-items: center;
  display: flex;
  height: 100%;
  position: absolute;
  left: 0; top: 0;
  opacity: 0;
  transform: translate(20px, 20px);
  pointer-events: auto;
}
#secondary-btns {
  align-items: center;
  display: flex;
  gap: 5px;
  height: 100%;
  margin-left: auto;
  opacity: 0;
  transform: translateY(20px);
  position: relative;
}
#menu-bar.is-ready #menu-inner,
#menu-bar.is-ready #secondary-btns {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity var(--dur-3) var(--ease-out), transform var(--dur-3) var(--ease-out);
}

#menu-btn {
  border-radius: 50%;
  flex-shrink: 0;
  height: var(--pill-h);
  width: var(--pill-h);
  margin-right: 5px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
#menu-btn .icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity var(--dur-1) var(--ease-out), transform var(--dur-1) var(--ease-out);
}
#menu-btn .icon svg { width: 12px; height: 12px; }
#menu-btn .icon.icon-x { opacity: 0; transform: rotate(-90deg) scale(.5); }
body.show-menu #menu-btn .icon.icon-dots { opacity: 0; transform: rotate(90deg) scale(.5); }
body.show-menu #menu-btn .icon.icon-x { opacity: 1; transform: rotate(0) scale(1); }

#nav-bar {
  align-items: center;
  display: flex;
  height: var(--pill-h);
  overflow: hidden;
  position: relative;
  width: 0;
  opacity: 0;
  transition: width var(--dur-2) var(--ease-out), opacity var(--dur-1) var(--ease-out);
}
#nav-bar a {
  padding: 0 14px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  position: relative;
  text-transform: lowercase;
  white-space: nowrap;
}
#nav-bar a:hover { opacity: .5; transition: opacity var(--dur-1) var(--ease-out); }
body.show-menu #nav-bar { width: 250px; opacity: 1; }

#logo-pill {
  align-items: center;
  display: inline-flex;
  height: var(--pill-h);
  padding: 0 16px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  transition: width var(--dur-2) var(--ease-out), opacity var(--dur-1) var(--ease-out), transform var(--dur-1) var(--ease-out);
}
#logo-pill .logo {
  position: relative;
  font-size: 13px;
  letter-spacing: .02em;
  text-transform: uppercase;
}
#logo-pill .logo-short { display: none; }
@media (max-width: 599px) {
  #logo-pill .logo-full { display: none; }
  #logo-pill .logo-short { display: inline; }
}
body.show-menu #logo-pill { opacity: 0; transform: scale(.9); pointer-events: none; }

#sound-btn {
  border-radius: 50%;
  height: var(--pill-h);
  width: var(--pill-h);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sound-btn svg { width: 13px; height: 13px; position: relative; }
#sound-btn .wave { transition: opacity var(--dur-1) var(--ease-out); }
#sound-btn.is-muted .wave { opacity: 0; }

#book-us-btn { height: var(--pill-h); font-size: 13px; letter-spacing: .02em; }
#book-us-btn .label { text-transform: uppercase; }

/* ---------- bottom corner buttons ---------- */
#bottom-menu {
  position: fixed;
  right: 20px; bottom: 20px;
  display: flex;
  gap: 5px;
  z-index: 236;
}
#bottom-menu .corner-btn {
  border-radius: 50%;
  height: var(--pill-h);
  width: var(--pill-h);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
}
body.is-ready #bottom-menu .corner-btn {
  opacity: 1;
  transform: translateY(0);
  transition: opacity var(--dur-3) var(--ease-out), transform var(--dur-3) var(--ease-out);
}
#bottom-menu .corner-btn svg { width: 12px; height: 12px; position: relative; }

/* ---------- blur bars ---------- */
.blur-bars {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 85;
}
.blur-bars .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  transform: translateZ(0);
  backface-visibility: hidden;
}
@media (min-width: 1024px) { .blur-bars .bar { height: 80px; } }
.blur-bars .bar::before,
.blur-bars .bar::after {
  content: "";
  position: absolute;
  inset: 0;
}
.blur-bars .bar::before {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.blur-bars .bar:first-child::before {
  mask-image: linear-gradient(180deg, #000 0, #000 50%, transparent);
  -webkit-mask-image: linear-gradient(180deg, #000 0, #000 50%, transparent);
}
.blur-bars .bar:first-child::after { background-image: linear-gradient(180deg, rgba(255,255,255,.5) 0, rgba(255,255,255,0)); }
.blur-bars .bar:last-child { top: auto; bottom: 0; }
.blur-bars .bar:last-child::before {
  mask-image: linear-gradient(0deg, #000 0, #000 50%, transparent);
  -webkit-mask-image: linear-gradient(0deg, #000 0, #000 50%, transparent);
}
.blur-bars .bar:last-child::after { background-image: linear-gradient(0deg, rgba(255,255,255,.5) 0, rgba(255,255,255,0)); }

/* ---------- loader ---------- */
#loader {
  background: #fff;
  position: fixed;
  inset: 0;
  z-index: 666;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  pointer-events: none;
  transition: opacity var(--dur-2) var(--ease-in);
}
body.is-ready #loader { opacity: 0; }
body.is-leaving #loader { opacity: 1; pointer-events: auto; transition: opacity var(--dur-1) var(--ease-in); }
#loader .spinner {
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 4px solid var(--ink);
  border-top-color: transparent;
  animation: spin 1.3s linear infinite;
  opacity: 0;
  transition: opacity var(--dur-1) linear 150ms;
}
body.is-leaving #loader .spinner { opacity: 1; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- custom cursor tooltip ---------- */
#cursor {
  position: fixed;
  left: 0; top: 0;
  z-index: 900;
  pointer-events: none;
  transition: opacity var(--dur-1) var(--ease-out);
}
#cursor.--hidden { opacity: 0; }
#cursor .tooltip {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 14px;
  transform: translate(12px, 12px);
}
#cursor .tooltip .label { position: relative; text-transform: lowercase; }

/* ============================================================
   OPENING ANIMATION — New World Visions -> NWV
   ============================================================ */
#intro {
  position: fixed;
  inset: 0;
  z-index: 500;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
/* Higgsfield plate (image-to-video of the Belletage x L'Animal FW25 backstage frame) under the wordmark */
#intro-video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 35%;
  opacity: 0; transition: opacity 700ms var(--ease-out);
}
#intro-video.is-live { opacity: 1; }
#intro .intro-shade {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse at 50% 50%, rgba(0,0,0,.28) 0%, rgba(0,0,0,.55) 70%, rgba(0,0,0,.8) 100%);
}
#intro.is-done #intro-video, #intro.is-done .intro-shade { opacity: 0; transition: opacity var(--dur-2) var(--ease-out); }
#intro.is-done {
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--dur-2) var(--ease-out);
}
#intro .intro-mark {
  display: flex;
  justify-content: center;
  font-size: min(6.6vw, 100px);
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1;
  color: #fff;
  position: relative;
  text-shadow: 0 2px 24px rgba(0,0,0,.55);
  opacity: 0;
  transform: translateY(14px);
  white-space: nowrap;
}
#intro.is-in .intro-mark {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 777ms var(--ease-out), transform 777ms var(--ease-out);
}
#intro .iw { display: flex; }
#intro .ini { display: inline-block; }
#intro .rest {
  display: inline-block;
  overflow: hidden;
}
#intro .ri {
  display: inline-block;
  white-space: pre;
}

/* ============================================================
   PAGE SHELL
   ============================================================ */
.page { position: fixed; inset: 0; }
.content-scroll {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}
.content-scroll::-webkit-scrollbar { display: none; }

/* scroll-intro reveals */
.reveal {
  opacity: 0;
  transform: translateY(40px);
}
.reveal.--init {
  opacity: 1;
  transform: translateY(0);
  transition: opacity var(--dur-3) var(--ease-out), transform var(--dur-3) var(--ease-out);
}

/* ============================================================
   HOME — hero words + card deck
   ============================================================ */
#home-hero {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
#home-words {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
#home-words h1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 .28em;
  padding: 0 20px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
#home-words .word { display: inline-flex; white-space: nowrap; }
#home-words .word span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
}
#home-words.init .word span {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition: opacity 444ms var(--ease-out), transform 666ms var(--ease-out);
  transition-delay: var(--d, 0ms);
}
#home-words { will-change: transform, opacity; }

.fw-root { position: absolute; inset: 0; }
.fw-stage {
  display: grid;
  height: 100%;
  margin: 0 auto;
  max-width: min(768px, 105vh);
  opacity: 0;
  position: relative;
  transform: scale(.5);
  transform-origin: 50% 0;
  width: calc(100% - 40px);
  will-change: transform, opacity;
}
@media (min-width: 1024px) { .fw-stage { max-width: min(666px, 105vh); } }
@media (min-width: 1440px) { .fw-stage { max-width: min(768px, 105vh); } }
.fw-track { position: absolute; inset: 0; }
.fw-card {
  --sh: .25;
  position: absolute;
  top: 50%; left: 50%;
  width: 100%;
  aspect-ratio: 5 / 3;
  align-items: center;
  justify-content: center;
  display: flex;
  background: #fff;
  border-radius: var(--card-radius);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, var(--sh));
  overflow: hidden;
  transform: translate(-50%, -50%);
  visibility: hidden;
  will-change: transform;
}
.fw-card .card-tag {
  position: absolute;
  left: 12px; bottom: 10px;
  z-index: 2;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: var(--ink);
}
#deck-counter {
  position: fixed;
  left: 20px; bottom: 24px;
  z-index: 90;
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--gray);
  opacity: 0;
  transition: opacity var(--dur-2) var(--ease-out);
}
#deck-counter.is-visible { opacity: 1; }

.scroll-hint {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 90;
  font-size: 12px;
  color: var(--gray);
  text-transform: lowercase;
  opacity: 0;
  transition: opacity var(--dur-2) var(--ease-out) 1.6s;
}
body.is-ready .scroll-hint { opacity: 1; }
body.deck-active .scroll-hint { opacity: 0; transition-delay: 0s; }

/* home info overlay */
#home-info {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--dur-2) var(--ease-out);
}
#home-info.is-open { opacity: 1; pointer-events: auto; }
#home-info .inner { max-width: 720px; padding: 0 30px; }
#home-info p { text-transform: lowercase; }
#home-info .cities {
  margin-top: 2em;
  color: var(--gray);
  text-transform: lowercase;
}

/* ============================================================
   PLACEHOLDER MEDIA
   ============================================================ */
.ph-media {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background:
    repeating-linear-gradient(-45deg, rgba(140,140,140,.05) 0 1px, transparent 1px 12px),
    linear-gradient(160deg, var(--ph-1), var(--ph-2));
  user-select: none;
}
.ph-media.--t2 { background:
    repeating-linear-gradient(-45deg, rgba(140,140,140,.05) 0 1px, transparent 1px 12px),
    linear-gradient(200deg, var(--ph-2), var(--ph-1)); }
.ph-media.--t3 { background:
    repeating-linear-gradient(-45deg, rgba(140,140,140,.06) 0 1px, transparent 1px 12px),
    linear-gradient(120deg, var(--ph-2), var(--ph-3)); }
.ph-media svg { width: 22px; height: 22px; stroke: var(--gray); fill: none; stroke-width: 1.5; opacity: .8; }
.ph-media .ph-label {
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gray);
  text-align: center;
  padding: 0 12px;
}
.card:hover .ph-media, .fw-card:hover .ph-media { opacity: .9; }
.ph-hint {
  font-size: 9px;
  letter-spacing: .04em;
  color: var(--gray);
  opacity: .7;
  text-transform: none;
  margin-top: 3px;
}

/* real project image — sits over the placeholder, removed on error */
.proj-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;   /* bias crop toward the top so faces/subjects stay in frame */
  z-index: 1;
  pointer-events: none;
  user-select: none;
}
.about-grid .grid .card .proj-img,
.projects-grid-slots .card .proj-img {
  transition: transform var(--dur-2) var(--ease-out);
}
.about-grid .grid .card:hover .proj-img { transform: scale(1.04); }
.projects-grid-slots .card:hover .proj-img { transform: scale(1.05); }

/* deck card name — legible chip over a real photo */
.fw-card .card-tag {
  z-index: 3;
  background: rgba(255, 255, 255, .82);
  padding: 3px 9px;
  border-radius: 20px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* projects page — name captioned under each card */
.projects-grid-slots .card { overflow: visible; }
.projects-grid-slots .card .media-holder {
  border-radius: var(--card-radius);
  overflow: hidden;
}
.projects-grid-slots .card .proj-name {
  display: block;
  padding: 10px 2px 0;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: var(--ink);
}

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-overview h2 span.line {
  display: block;
  opacity: 0;
  transform: translateY(1em);
  visibility: hidden;
}
.about-overview h2 span.line:not(:first-child) { margin-top: 1em; }
.about-overview.--init h2 span.line {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition: opacity 444ms var(--ease-out), transform 666ms var(--ease-out);
  transition-delay: var(--d, 0ms);
}

.about-grid .grid {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 1024px) { .about-grid .grid { gap: 8px; } }
@media (min-width: 1440px) { .about-grid .grid { gap: 12px; } }
@media (max-width: 767px) { .about-grid .grid { grid-template-columns: repeat(2, 1fr); } }
.about-grid .grid .card {
  aspect-ratio: 5 / 3;
  border-radius: var(--card-radius);
  display: flex;
  overflow: hidden;
  position: relative;
}
.about-grid .grid .card .ph-media { transition: transform var(--dur-2) var(--ease-out); }
.about-grid .grid .card:hover .ph-media { transform: scale(1.04); }

/* two column sections */
.two-column .cols { display: block; }
.two-column .cols .col p { white-space: pre-line; }
.two-column .cols .col:first-child h3 { color: var(--gray); margin-bottom: 1.1em; }
@media (min-width: 768px) {
  .two-column .cols { display: flex; justify-content: space-between; }
  .two-column .cols .col { position: relative; }
  .two-column .cols .col:first-child { width: 37.5%; }
  .two-column .cols .col:first-child h3 {
    margin-right: 1em;
    margin-bottom: 0;
    position: sticky;
    top: 100px;
  }
  .two-column .cols .col:nth-child(2) { width: 62.5%; }
}
@media (min-width: 1440px) { .two-column .cols .col:first-child h3 { top: 140px; } }

.tc-list .tc-list-item { line-height: 1.15; }
.rich-text p:not(:first-child) { margin-top: 1em; }
.rich-text a { display: inline; }
.contact-links a { display: block; width: fit-content; }
.contact-links a:not(:first-child) { margin-top: .35em; }

.rich-text-split { margin-bottom: -1em; }
@media (min-width: 768px) { .rich-text-split { column-count: 2; } }
.rich-text-split .item { margin-bottom: 1em; break-inside: avoid; }
.rich-text-split .item p { margin-right: .5em; }
.rich-text-split .item p:first-child { color: var(--gray); }

/* portrait book button (cherry-girl equivalent) */
.portrait-btn-wrapper { position: relative; }
.portrait-btn {
  position: relative;
  display: inline-flex;
  width: 88px;
  height: 200px;
  border-radius: 44px;
  overflow: hidden;
  transition: transform var(--dur-1) var(--ease-out);
}
.portrait-btn:hover { transform: scale(1.05) rotate(-2deg); }
.portrait-btn .ph-media { border-radius: inherit; }

/* ============================================================
   SERVICES PAGE
   ============================================================ */
.services-list .services-list-item { line-height: 1.15; }
.services-list .services-list-item,
.tc-list .tc-list-item {
  opacity: 0;
  transform: translateY(16px);
}
.--init .services-list-item,
.--init .tc-list-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 444ms var(--ease-out), transform 666ms var(--ease-out);
  transition-delay: var(--d, 0ms);
}

/* ============================================================
   PROJECTS PAGE — infinite columns
   ============================================================ */
.projects-grid-slots {
  position: absolute;
  inset: 0;
  overflow: hidden;
  cursor: grab;
}
.projects-grid-slots.is-dragging { cursor: grabbing; }
.projects-grid-slots .columns {
  display: flex;
  gap: 6px;
  height: 100%;
  margin: 0 var(--gutter);
}
@media (min-width: 1024px) { .projects-grid-slots .columns { gap: 8px; } }
@media (min-width: 1440px) { .projects-grid-slots .columns { gap: 12px; } }
.projects-grid-slots .column { flex: 1; position: relative; overflow: visible; }
.projects-grid-slots .column-inner { will-change: transform; }
.projects-grid-slots .column-copy { display: flex; flex-direction: column; gap: 6px; padding-bottom: 6px; }
@media (min-width: 1024px) { .projects-grid-slots .column-copy { gap: 8px; padding-bottom: 8px; } }
@media (min-width: 1440px) { .projects-grid-slots .column-copy { gap: 12px; padding-bottom: 12px; } }
.projects-grid-slots .card {
  border-radius: var(--card-radius);
  display: block;
  overflow: hidden;
  position: relative;
}
.projects-grid-slots .card .media-holder {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: inherit;
}
.projects-grid-slots .card.--wide .media-holder { aspect-ratio: 5 / 3.4; }
.projects-grid-slots .card .ph-media { transition: transform var(--dur-2) var(--ease-out); }
.projects-grid-slots .card:hover .ph-media { transform: scale(1.05); }

/* ============================================================
   FOOTER
   ============================================================ */
footer.footer { position: relative; }
footer .menu-bar-wrapper { display: flex; justify-content: center; }
footer .menu-bar-wrapper .menu-bar {
  display: inline-flex;
  position: relative;
  height: var(--pill-h);
}
footer .menu-bar-wrapper .menu-bar ul {
  display: inline-flex;
  align-items: center;
  position: relative;
}
footer .menu-bar-wrapper .menu-bar ul li { padding: 0 16px; text-transform: lowercase; }
footer .menu-bar-wrapper .menu-bar ul li a {
  align-items: center;
  display: flex;
  height: var(--pill-h);
}
footer .menu-bar-wrapper .menu-bar ul li a:hover { opacity: .5; transition: opacity var(--dur-1) var(--ease-out); }

footer .nav-row {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
footer .nav-row:not(.pad-t) { padding-top: .2em; }
footer .nav-row .fs-super { display: block; }
footer .nav-row .fs-super:only-child { margin: 0 auto; }
footer .nav-row .fs-super:hover { opacity: .5; transition: opacity var(--dur-1) var(--ease-out); }

/* dock */
#dock-wrapper {
  display: flex;
  height: 100px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#dock-wrapper .card-strip {
  align-items: flex-end;
  display: flex;
  gap: 6px;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 20px;
  position: relative;
  scrollbar-width: none;
}
#dock-wrapper .card-strip::-webkit-scrollbar { display: none; }
#dock-wrapper .card-cta {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  position: relative;
  scroll-snap-align: center;
  transition: width var(--dur-1) var(--ease-out);
  width: 80px;
}
#dock-wrapper .card-cta.is-near { width: 80px; }
#dock-wrapper .card-cta.is-active { width: 100px; }
#dock-wrapper .card-cta .card {
  aspect-ratio: 1 / 1;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#dock-wrapper .card-cta .card .ph-media { transform: scale(1.12); transition: transform var(--dur-1) var(--ease-out); }
#dock-wrapper .card-cta.is-near .card .ph-media { transform: scale(1.06); }
#dock-wrapper .card-cta.is-active .card .ph-media { transform: scale(1); }
@media (min-width: 1024px) {
  #dock-wrapper { height: 200px; }
  #dock-wrapper .card-strip { gap: 8px; }
  #dock-wrapper .card-cta, #dock-wrapper .card-cta.is-near { width: 150px; }
  #dock-wrapper .card-cta.is-active { width: 200px; }
}
@media (min-width: 1440px) {
  #dock-wrapper { height: 210px; }
  #dock-wrapper .card-strip { gap: 12px; }
  #dock-wrapper .card-cta { width: 130px; }
  #dock-wrapper .card-cta.is-near { width: 190px; }
  #dock-wrapper .card-cta.is-active { width: 210px; }
}

/* ============================================================
   DRAWER MODALS
   ============================================================ */
.drawer-modal {
  position: fixed;
  inset: 0;
  z-index: 400;
  visibility: hidden;
  pointer-events: none;
}
.drawer-modal.is-open { visibility: visible; pointer-events: auto; }
.drawer-modal .backdrop {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity var(--dur-2) var(--ease-out);
}
.drawer-modal.is-open .backdrop { opacity: 1; }
.drawer-modal .sheet {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  top: 44px;
  background: #fff;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -6px 40px rgba(39, 39, 39, .16);
  transform: translateY(100%);
  transition: transform var(--dur-2) var(--ease-in);
  overflow: hidden;
}
.drawer-modal.is-open .sheet {
  transform: translateY(0);
  transition: transform var(--dur-2) var(--ease-out);
}
.drawer-modal .sheet .content-scroll { height: 100%; }
.drawer-modal .close-modal-btn {
  position: absolute;
  right: 20px; top: 16px;
  z-index: 5;
  border-radius: 50%;
  height: var(--pill-h);
  width: var(--pill-h);
  display: flex;
  align-items: center;
  justify-content: center;
}
.drawer-modal .close-modal-btn svg { width: 11px; height: 11px; position: relative; }

.gutter-form { margin: 0 20px; position: relative; }
@media (min-width: 768px)  { .gutter-form { margin: 0 50px; } }
@media (min-width: 1024px) { .gutter-form { margin: 0 auto; width: 704px; } }
.gutter-form.mt { margin-top: 12vh; }

.form-title h2 { text-transform: lowercase; }
.form-title .tagline { color: var(--gray); margin-top: .1em; text-transform: lowercase; }

.form-section { margin-top: 4em; }
.form-section h3 { text-transform: lowercase; margin-bottom: 0; }
.form-section ul { display: flex; flex-wrap: wrap; padding-top: 12px; }
.form-section ul li { display: inline-flex; margin: 12px 12px 0 0; }
.form-section .form-group { width: 100%; }
@media (min-width: 768px) {
  .form-section .form-group { display: grid; gap: 24px; grid-auto-columns: 1fr; grid-auto-flow: column; }
}
.form-section .input-holder {
  height: 34px;
  margin-top: 24px;
  position: relative;
  width: 100%;
}
.form-section .input-holder input {
  position: relative;
  width: 100%; height: 100%;
  padding: 0 16px;
  z-index: 1;
}
.form-section .input-holder .glass .fx { background: rgba(39, 39, 39, .04); }
.form-section .textarea-holder {
  height: 8em;
  margin-top: 24px;
  position: relative;
  width: 100%;
}
.form-section .textarea-holder .glass { border-radius: 16px; }
.form-section .textarea-holder .glass .fx { background: rgba(39, 39, 39, .04); }
.form-section .textarea-holder textarea {
  position: relative;
  width: 100%; height: 100%;
  padding: 12px 16px;
  resize: none;
  z-index: 1;
}
input::placeholder, textarea::placeholder { color: var(--gray); opacity: 1; }
.form-submit { margin-top: 3em; padding-bottom: 10vh; }
.form-success {
  display: none;
  margin-top: 2em;
  text-transform: lowercase;
}
form.is-sent .form-success { display: block; }
form.is-sent .form-submit-btn { display: none; }

/* ============================================================
   MOTION SAFETY
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    transition-delay: 0ms !important;
  }
  html { scroll-behavior: auto; }
}
