* {
  box-sizing: border-box;
}

:root {
  --wall-color: #e1e3e1;
  --wall-texture: url("./assets/wall-texture-seamless.jpg");
  --brand-background: url("./assets/brands-textured-background.jpg");
  --glass-fill: rgba(244, 246, 244, .48);
  --glass-border: rgba(255, 255, 255, .68);
  --ink: #111;
}

html,
body {
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #000;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

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

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

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

.site-header {
  position: fixed;
  top: 10px;
  left: 50%;
  right: auto;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  width: min(calc(100vw - 128px), 560px);
  min-height: 42px;
  padding: 7px 10px;
  transform: translateX(-54%);
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.34), rgba(255,255,255,.08) 42%, rgba(255,255,255,.16)),
    rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    inset 0 -1px 0 rgba(255, 255, 255, 0.12),
    0 18px 45px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 0%, rgba(255,255,255,.42), transparent 28%),
    linear-gradient(100deg, transparent 0 28%, rgba(255,255,255,.18) 45%, transparent 62% 100%);
  opacity: .75;
}

.logo img {
  width: 68px;
  height: auto;
  filter: brightness(0);
}

.logo,
.nav-menu,
.header-actions {
  position: relative;
  z-index: 1;
}

.nav-menu {
  justify-self: end;
}

.nav-menu summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55), 0 10px 24px rgba(0,0,0,.12);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  cursor: pointer;
  color: #000;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  list-style: none;
}

.nav-menu summary::-webkit-details-marker {
  display: none;
}

.nav-menu summary::after {
  content: "⌄";
  margin-left: 3px;
  font-size: 11px;
}

.nav-menu[open] summary::after {
  transform: rotate(180deg);
}

.nav-menu nav {
  position: absolute;
  top: calc(100% + 22px);
  right: 0;
  display: grid;
  min-width: 230px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.46), rgba(255,255,255,.14)),
    rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55), 0 20px 48px rgba(0,0,0,.2);
  backdrop-filter: blur(24px) saturate(155%);
  -webkit-backdrop-filter: blur(24px) saturate(155%);
}

.nav-menu nav a,
.social {
  opacity: 0.98;
}

.nav-menu nav a {
  padding: 13px 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-menu nav a:hover,
.social:hover {
  background: rgba(255, 255, 255, 0.32);
  opacity: 1;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.talk-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 13px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.32), rgba(255,255,255,.12)),
    rgba(255, 255, 255, 0.14);
  color: #000;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75), 0 10px 24px rgba(0,0,0,.14);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.social {
  position: relative;
  display: inline-grid;
  width: 34px;
  min-width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #111;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72), 0 10px 24px rgba(0,0,0,.12);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.social svg {
  display: block;
  width: 18px;
  height: 18px;
}

.social-email svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.social-tiktok svg {
  fill: currentColor;
}

.social-instagram {
  font-size: 0;
}

.social-instagram span,
.social-instagram span::before,
.social-instagram span::after {
  display: block;
}

.social-instagram span {
  position: relative;
  width: 17px;
  height: 17px;
  border: 2px solid #111;
  border-radius: 5px;
}

.social-instagram span::before {
  content: "";
  position: absolute;
  inset: 3.5px;
  border: 2px solid #111;
  border-radius: 50%;
}

.social-instagram span::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #111;
}

.site-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 28px 20px 34px;
  background: transparent;
}

.footer-cta {
  display: flex;
  justify-content: center;
  padding: 0;
  background: transparent;
}

.footer-socials {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.footer-talk-button {
  min-width: 142px;
  min-height: 46px;
  padding-inline: 24px;
  border-color: rgba(255, 255, 255, .66);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .56), rgba(255, 255, 255, .2)),
    rgba(244, 246, 244, .3);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .9),
    0 16px 36px rgba(42, 46, 43, .18);
  font-size: 12px;
}

.footer-talk-button:hover,
.footer-talk-button:focus-visible {
  background-color: rgba(255, 255, 255, .56);
  transform: translateY(-2px);
}

.scroll-section {
  scroll-margin-top: 82px;
}

.home-stage {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 100vh;
  padding: 0;
  background: #e1e3dc;
  overflow: hidden;
}

.hero-portrait {
  width: min(49vw, 710px);
  min-width: 360px;
  height: auto;
  margin-top: -20px;
}

.hero-landscape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100vh;
  margin-top: 0;
  object-fit: cover;
  object-position: 86% 61.5%;
}

.landing-copy {
  position: relative;
  z-index: 2;
  width: min(42vw, 520px);
  margin-left: clamp(28px, 7vw, 92px);
  padding-top: 86px;
  transform: translateY(-50px);
  color: #111;
}

.landing-copy h1 {
  margin: 0;
  max-width: 560px;
  font-family: "Snell Roundhand", "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(56px, 7.2vw, 104px);
  font-weight: 600;
  line-height: .86;
  letter-spacing: 0;
  text-transform: lowercase;
}

.landing-copy p:not(.kicker) {
  max-width: 470px;
  margin: 28px 0 0;
  padding-top: 20px;
  color: rgba(17, 17, 17, 0.78);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: clamp(16.5px, 1.55vw, 21px);
  font-weight: 400;
  line-height: 1.45;
}

.landing-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 30px;
  padding: 0 24px;
  border: 1px solid rgba(17, 17, 17, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .52);
  color: #111;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72), 0 14px 32px rgba(0,0,0,.12);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.ugc-page {
  background: #e1e3dc;
  color: #000;
}

#brands {
  background-color: var(--wall-color);
  background-image: var(--wall-texture);
  background-position: center;
  background-size: cover;
}

.brand-intro-section,
.brand-proof-section,
.brand-logo-section,
.brand-stats-section,
#brand-showcase {
  scroll-margin-top: 82px;
}

.brand-proof-section {
  position: relative;
  padding: 64px 0 86px;
  background-color: var(--wall-color);
  background-image: var(--wall-texture);
  background-position: center;
  background-size: cover;
}

.portfolio-section {
  display: grid;
  align-content: center;
  gap: 42px;
  min-height: 78vh;
  padding: 120px clamp(24px, 8vw, 96px);
  background: #111;
  color: #fff;
}

.portfolio-section.alt {
  background-color: var(--wall-color);
  background-image: var(--wall-texture);
  background-size: cover;
  color: #111;
}

.portfolio-section h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(46px, 7vw, 92px);
  line-height: .92;
}

.portfolio-section p:not(.section-kicker) {
  max-width: 560px;
  margin: 28px 0 0;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
}

.section-kicker {
  margin: 0 0 22px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.ugc-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(420px, 1.22fr);
  align-items: center;
  justify-content: center;
  gap: clamp(38px, 5vw, 72px);
  max-width: none;
  margin: 0 auto;
  padding: 92px clamp(24px, 5vw, 72px) 104px;
  background-color: var(--wall-color);
  background-image: var(--wall-texture);
  background-position: center;
  background-size: cover;
  isolation: isolate;
  overflow: hidden;
}

#brands .ugc-hero {
  background-color: var(--wall-color);
  background-image: var(--brand-background);
  background-position: center;
  background-size: cover;
}

.ugc-hero > img:not(.palm-shadow-overlay) {
  position: relative;
  z-index: 2;
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  width: min(100%, 640px);
  border-radius: 0;
  filter: drop-shadow(0 26px 48px rgba(0, 0, 0, .2));
}

.ugc-copy {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  width: min(100%, 450px);
  color: rgba(17, 17, 17, 0.78);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: clamp(16.5px, 1.55vw, 21px);
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.ugc-hero .palm-shadow-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  opacity: .36;
  mix-blend-mode: multiply;
}

#brands .ugc-hero .palm-shadow-overlay {
  display: none;
}

.ugc-copy strong {
  font-weight: 800;
}

.ugc-copy em {
  font-style: italic;
}

.ugc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 174px;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 10px;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.ugc-button.pink {
  width: fit-content;
  background: #f49abc;
  color: #fff;
}

.brand-strip {
  position: relative;
  width: min(calc(100% - 48px), 1060px);
  margin: 0 auto 42px;
  padding: clamp(14px, 2vw, 20px);
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 26px;
  background-color: var(--wall-color);
  background-image: var(--wall-texture);
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .78), 0 28px 70px rgba(42, 46, 43, .18);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
  opacity: .25;
  overflow: hidden;
  transform: translateY(42px) scale(.98);
  transition: opacity .85s ease, transform .85s cubic-bezier(.2, .8, .2, 1);
}

.brand-strip::before,
.brand-strip::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: clamp(36px, 8vw, 110px);
  pointer-events: none;
}

.brand-strip::before {
  left: 0;
  background: linear-gradient(90deg, rgba(238, 240, 236, .92), transparent);
}

.brand-strip::after {
  right: 0;
  background: linear-gradient(270deg, rgba(238, 240, 236, .92), transparent);
}

.brand-strip .brand-track::after {
  content: "";
  position: absolute;
  inset: -42% auto -42% -12%;
  pointer-events: none;
  width: 22%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, .68), transparent);
  filter: blur(10px);
  opacity: 0;
  transform: translateX(-120%) rotate(8deg);
}

.brand-strip.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.brand-strip.is-visible .brand-track {
  animation-play-state: running;
}

.brand-strip.is-visible .brand-track::after {
  animation: brand-glass-sheen 1.35s .22s ease-out both;
}

.brand-track {
  position: relative;
  z-index: 1;
  display: flex;
  gap: clamp(16px, 2vw, 24px);
  width: max-content;
  animation: brand-carousel 38s linear infinite;
  animation-play-state: paused;
  will-change: transform;
}

.brand-strip:hover .brand-track {
  animation-play-state: paused;
}

.brand-card {
  display: grid;
  flex: 0 0 clamp(190px, 23vw, 260px);
  height: 74px;
  place-items: center;
  padding: 16px 22px;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 18px;
  background: rgba(255, 255, 255, .28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7), 0 14px 34px rgba(26, 30, 27, .12);
  opacity: 0;
  transform: translateY(28px) rotate(-1.4deg) scale(.94);
  transition:
    opacity .68s ease,
    transform .78s cubic-bezier(.2, .8, .2, 1),
    box-shadow .35s ease;
}

.brand-card img {
  width: 100%;
  max-height: 42px;
  object-fit: contain;
  filter: grayscale(1) brightness(.18);
}

.brand-card-scentbird {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.brand-card-scentbird img.scentbird-app-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 10px;
  filter: none;
}

.brand-card-scentbird img.scentbird-wordmark {
  width: min(168px, calc(100% - 52px));
  max-height: 46px;
  filter: none;
}

.scentbird-portfolio-logo {
  display: flex;
  width: min(100%, 360px);
  align-items: center;
  gap: 16px;
}

.work-info .scentbird-portfolio-logo .scentbird-app-icon {
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
  border-radius: 14px;
  object-fit: contain;
}

.work-info .scentbird-portfolio-logo .scentbird-wordmark {
  width: min(250px, calc(100% - 84px));
  max-height: 72px;
  object-fit: contain;
  object-position: left center;
}

.wink-wordmark-crop {
  display: block;
  width: 78%;
  height: 44px;
  overflow: hidden;
}

.wink-wordmark-crop img {
  width: 188%;
  max-width: none;
  max-height: none;
  transform: translateX(-37.1%);
}

.brand-wordmark {
  color: rgba(17, 17, 17, .76);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: clamp(22px, 2.3vw, 30px);
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: none;
}

.brand-strip.is-visible .brand-card {
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}

.brand-strip.is-visible .brand-card:nth-child(1),
.brand-strip.is-visible .brand-card:nth-child(13) { transition-delay: .04s; }
.brand-strip.is-visible .brand-card:nth-child(2),
.brand-strip.is-visible .brand-card:nth-child(14) { transition-delay: .09s; }
.brand-strip.is-visible .brand-card:nth-child(3),
.brand-strip.is-visible .brand-card:nth-child(15) { transition-delay: .14s; }
.brand-strip.is-visible .brand-card:nth-child(4),
.brand-strip.is-visible .brand-card:nth-child(16) { transition-delay: .19s; }
.brand-strip.is-visible .brand-card:nth-child(5),
.brand-strip.is-visible .brand-card:nth-child(17) { transition-delay: .24s; }
.brand-strip.is-visible .brand-card:nth-child(6),
.brand-strip.is-visible .brand-card:nth-child(18) { transition-delay: .29s; }
.brand-strip.is-visible .brand-card:nth-child(7),
.brand-strip.is-visible .brand-card:nth-child(19) { transition-delay: .34s; }
.brand-strip.is-visible .brand-card:nth-child(8),
.brand-strip.is-visible .brand-card:nth-child(20) { transition-delay: .39s; }
.brand-strip.is-visible .brand-card:nth-child(9),
.brand-strip.is-visible .brand-card:nth-child(21) { transition-delay: .44s; }
.brand-strip.is-visible .brand-card:nth-child(10),
.brand-strip.is-visible .brand-card:nth-child(22) { transition-delay: .49s; }
.brand-strip.is-visible .brand-card:nth-child(11),
.brand-strip.is-visible .brand-card:nth-child(23) { transition-delay: .54s; }
.brand-strip.is-visible .brand-card:nth-child(12),
.brand-strip.is-visible .brand-card:nth-child(24) { transition-delay: .59s; }

.brand-card:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82), 0 20px 44px rgba(26, 30, 27, .18);
  transform: translateY(-4px) scale(1.025);
}

.brand-card:hover img {
  filter: grayscale(1) brightness(.08);
}

.brand-card-scentbird:hover img.scentbird-app-icon,
.brand-card-scentbird:hover img.scentbird-wordmark {
  filter: none;
}

.brand-strip.is-visible .brand-card:hover {
  transition-delay: 0s;
}

@keyframes brand-carousel {
  to {
    transform: translateX(calc(-50% - clamp(8px, 1vw, 12px)));
  }
}

@keyframes brand-glass-sheen {
  0% {
    opacity: 0;
    transform: translateX(-120%) rotate(8deg);
  }
  18% {
    opacity: .7;
  }
  100% {
    opacity: 0;
    transform: translateX(520%) rotate(8deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-strip,
  .brand-card {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .brand-track {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    animation: none;
  }

  .brand-card[aria-hidden="true"] {
    display: none;
  }

  .brand-strip .brand-track::after {
    display: none;
  }
}

.catalogue {
  padding: 92px 20px 104px;
  background: #f3eee7;
  text-align: center;
}

.catalogue h2 {
  margin: 0 0 22px;
  color: #d6b392;
  font-size: clamp(30px, 4vw, 42px);
}

.catalogue p {
  margin: 0 0 46px;
}

.catalogue-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(170px, 300px));
  justify-content: center;
  gap: 38px 70px;
}

.catalogue-grid a {
  font-size: clamp(34px, 5vw, 46px);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
  width: min(calc(100% - 48px), 1060px);
  margin: 0 auto;
  padding: clamp(14px, 2vw, 20px);
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 30px;
  background: rgba(238, 240, 236, .4);
  color: #111;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .78), 0 30px 76px rgba(42, 46, 43, .2);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
  text-align: center;
  text-transform: uppercase;
}

.stats article {
  min-height: 210px;
  padding: 28px 22px 30px;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .58), rgba(220, 224, 219, .26));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .74), 0 16px 36px rgba(28, 32, 29, .12);
}

.stats .stat-label {
  display: block;
  margin-bottom: 24px;
  color: rgba(17, 17, 17, .5);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}

.stats strong {
  display: block;
  color: #111;
  font-size: clamp(44px, 5.4vw, 70px);
  line-height: 1;
}

.stats p {
  margin: 18px auto 14px;
  max-width: 260px;
  color: rgba(17, 17, 17, .74);
  font-size: clamp(14px, 1.45vw, 18px);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: .02em;
}

.stats span {
  color: rgba(17, 17, 17, .42);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.stats article > span:last-child {
  display: block;
  line-height: 1.35;
}

.work-category {
  scroll-margin-top: 76px;
  scroll-snap-align: start;
}

.portfolio-showcase {
  position: relative;
  height: calc(100svh + 490svh);
  background-color: var(--wall-color);
  background-image: var(--brand-background);
  background-position: center;
  background-size: cover;
}

.portfolio-stage {
  position: sticky;
  top: 0;
  z-index: 2;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  background-color: var(--wall-color);
  background-image: var(--brand-background);
  background-position: center;
  background-size: cover;
  perspective: 1400px;
}

.portfolio-category-pill,
.portfolio-progress-pill {
  position: absolute;
  top: 15px;
  z-index: 8;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.55), rgba(255,255,255,.2)),
    rgba(244, 246, 244, .32);
  color: #111;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .9),
    0 14px 34px rgba(42, 46, 43, .18);
  backdrop-filter: blur(20px) saturate(145%);
  -webkit-backdrop-filter: blur(20px) saturate(145%);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: opacity .15s ease, transform .15s ease;
}

.portfolio-category-pill {
  left: max(18px, calc((100vw - 1180px) / 2 + 18px));
}

.portfolio-progress-pill {
  right: max(18px, calc((100vw - 1180px) / 2 + 18px));
  left: auto;
  min-width: 58px;
}

.portfolio-category-pill.is-changing,
.portfolio-progress-pill.is-changing {
  opacity: 0;
  transform: translateY(-7px);
}

.portfolio-panels,
.portfolio-panels .work-category {
  position: absolute;
  inset: 0;
}

.portfolio-panels .work-category {
  display: contents;
}

.portfolio-panels .portfolio-panel {
  position: absolute;
  inset: 0;
  z-index: 1;
  height: 100%;
  min-height: 620px;
  padding-top: 108px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(7%) rotateX(-8deg) scale(.985);
  transform-origin: 50% 70%;
  transition:
    opacity .42s ease,
    transform .7s cubic-bezier(.22, .72, .2, 1),
    visibility 0s linear .7s;
  will-change: transform, opacity;
}

.portfolio-panel.is-active {
  z-index: 3;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) rotateX(0) scale(1);
  transition-delay: 0s;
}

.portfolio-panel.is-before {
  transform: translateY(-7%) rotateX(8deg) scale(.985);
}

.portfolio-panel.is-after {
  transform: translateY(7%) rotateX(-8deg) scale(.985);
}

.portfolio-panels .portfolio-panel.gray,
.portfolio-panels .portfolio-panel.tan,
.portfolio-panels .portfolio-panel.cream {
  background: transparent;
}

.portfolio-panel .work-info,
.portfolio-panel .video-stage {
  position: relative;
  top: auto;
}

.portfolio-steps {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  grid-template-rows: repeat(8, 1fr);
  pointer-events: none;
}

.work-category > h2 {
  width: min(calc(100% - 48px), 1060px);
  margin: 54px auto 28px;
  padding: 22px 24px 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  font-size: clamp(34px, 5vw, 58px);
  text-align: center;
  text-transform: uppercase;
  scroll-margin-top: 76px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.work-block {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 90px);
  align-items: center;
  min-height: 100svh;
  padding: 64px clamp(22px, 10vw, 96px) 86px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.work-block.gray {
  background: #d2d2d2;
}

.work-block.tan {
  background: #bd9d85;
}

.work-block.cream {
  background: #f3eee7;
}

.work-info {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 18px;
}

.work-info img {
  width: 260px;
  max-height: 90px;
  object-fit: contain;
  object-position: left center;
}

.work-info h3 {
  margin: 8px 0 0;
  font-size: clamp(26px, 3vw, 44px);
  line-height: 1.08;
}

.work-info p {
  margin: 0;
  line-height: 1.5;
}

.work-info > a:not(.ugc-button) {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: center;
}

.media-grid.single {
  grid-template-columns: minmax(220px, 360px);
}

.media-grid video,
.media-grid > img {
  width: 100%;
  background: transparent;
  object-fit: cover;
}

.video-stage {
  position: sticky;
  top: clamp(82px, 12vh, 118px);
  display: grid;
  width: min(100%, 360px);
  max-height: calc(100svh - 142px);
  justify-self: center;
  overflow: hidden;
  background: #080808;
  box-shadow: 0 28px 68px rgba(0, 0, 0, .24);
  isolation: isolate;
}

.video-stage video {
  aspect-ratio: 9 / 16;
  max-height: calc(100svh - 142px);
  cursor: pointer;
}

.video-play-state {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 3;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 50%;
  background: rgba(0, 0, 0, .34);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.86);
  transition: opacity .2s ease, transform .2s ease;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.video-play-state svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.video-stage.is-paused .video-play-state {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.video-audio-toggle {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 4;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: 50%;
  background: rgba(15, 15, 15, .38);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.video-audio-toggle svg,
.modeling-video-audio svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.video-audio-toggle:hover {
  background: rgba(15, 15, 15, .62);
}

.media-grid > img {
  min-height: 360px;
  object-fit: contain;
}

.media-grid > img.product-cutout {
  background: transparent;
  box-shadow: none;
  filter: none;
}

.media-grid > img.yzzy-product-preview {
  width: 82%;
  min-height: 0;
  justify-self: center;
}

.work-info img.super-logo {
  width: 300px;
  max-height: 78px;
}

.media-grid > img.super-product-preview {
  width: 70%;
  aspect-ratio: 1;
  min-height: 0;
  justify-self: center;
  border-radius: 50%;
  object-fit: cover;
  clip-path: circle(49.5% at 50% 50%);
}

.work-info img.luxe-bath-logo {
  width: 190px;
  max-height: 76px;
}

.luxe-bath-panel {
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px);
  padding-inline: clamp(22px, 6vw, 72px);
}

.luxe-bath-media {
  grid-template-columns: minmax(340px, 1fr) minmax(160px, .56fr);
  gap: clamp(18px, 2.4vw, 30px);
}

.imemories-media {
  grid-template-columns: minmax(230px, 360px) minmax(180px, .8fr);
  gap: clamp(20px, 3vw, 40px);
}

.imemories-video-stack {
  position: relative;
  display: grid;
  width: min(100%, 360px);
  aspect-ratio: 9 / 16;
  justify-self: center;
  isolation: isolate;
}

.imemories-video-stack::before {
  position: absolute;
  inset: 10px -10px -10px 10px;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, .46);
  background: rgba(236, 239, 237, .34);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .12);
  content: "";
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.imemories-video-stack > .video-stage {
  position: absolute;
  inset: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(8px, 8px) scale(.985);
  transition: opacity .3s ease, transform .45s ease, visibility 0s linear .45s;
}

.imemories-video-stack > .video-stage.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(0, 0) scale(1);
  transition-delay: 0s;
}

.imemories-video-stack .video-stage video {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
}

.imemories-video-stack .video-play-state {
  display: none;
}

.imemories-video-stack .imemories-video {
  cursor: pointer;
}

.imemories-switch-indicator {
  position: absolute;
  bottom: 12px;
  left: 12px;
  z-index: 4;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: 999px;
  background: rgba(15, 15, 15, .38);
  color: #fff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
  font-size: 11px;
  font-weight: 800;
  pointer-events: none;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.imemories-switch-indicator svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.media-grid > img.imemories-product-tools {
  width: 135%;
  max-width: none;
  min-height: 0;
  justify-self: center;
}

.luxe-gallery {
  --luxe-ratio: 1.3333;
  position: relative;
  width: min(100%, 460px, calc((100svh - 180px) * var(--luxe-ratio)));
  aspect-ratio: var(--luxe-ratio);
  max-height: calc(100svh - 180px);
  justify-self: center;
  overflow: hidden;
  background: transparent;
  box-shadow: 0 28px 68px rgba(0, 0, 0, .2);
}

.luxe-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.025);
  transition: opacity .35s ease, transform .55s ease, visibility 0s linear .55s;
}

.luxe-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition-delay: 0s;
}

.luxe-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.luxe-gallery-controls {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 4;
  display: flex;
  min-height: 42px;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 999px;
  background: rgba(18, 18, 18, .36);
  color: #fff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.luxe-gallery-controls button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.luxe-gallery-controls button:hover,
.luxe-gallery-controls button:focus-visible {
  background: rgba(255, 255, 255, .2);
}

.luxe-gallery-controls svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.luxe-gallery-counter {
  min-width: 38px;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.luxe-product-composition {
  display: flex;
  width: min(100%, 240px);
  flex-direction: column;
  align-items: center;
  gap: 26px;
  justify-self: center;
}

.luxe-product-composition img {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(0, 0, 0, .18));
}

.luxe-product-composition .luxe-tray {
  width: 100%;
  transform: none;
}

.luxe-product-composition .luxe-pillow {
  width: 100%;
  transform: none;
}

.acting-section > h2,
.modeling-stage > h2,
.feed-curation-section > h2 {
  color: #111;
  font-family: "Snell Roundhand", "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(54px, 7vw, 82px);
  font-weight: 500;
  line-height: .92;
  text-transform: none;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.acting-section,
.modeling-section {
  padding-top: 1px;
  background-color: var(--wall-color);
  background-image: var(--wall-texture);
  background-position: center;
  background-size: cover;
}

.modeling-stage > h2 {
  position: absolute;
  top: 72px;
  right: 0;
  left: 0;
  z-index: 7;
  width: min(calc(100% - 48px), 1060px);
  margin: 0 auto;
  padding: 0 24px;
  font-size: clamp(48px, 5.6vw, 70px);
  text-align: center;
}

.modeling-gallery {
  position: relative;
  min-height: 100svh;
  background: transparent;
}

.modeling-stage {
  position: relative;
  display: grid;
  grid-template-columns:
    minmax(210px, 1fr)
    minmax(360px, 560px)
    minmax(210px, 1fr);
  gap: clamp(20px, 2.4vw, 40px);
  align-items: center;
  height: 100svh;
  min-height: 620px;
  padding: 180px clamp(24px, 5vw, 72px) 62px;
  overflow: hidden;
  background: transparent;
  perspective: 1400px;
}

.modeling-frames {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: min(62svh, 560px);
  margin: 0;
  transform-style: preserve-3d;
  cursor: pointer;
}

.modeling-frame {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: calc(1 - min(var(--stack-position), 3) * .17);
  pointer-events: none;
  transform:
    translate(
      var(--stack-x, 0px),
      calc(min(var(--stack-position), 3) * -14px)
    )
    rotate(var(--stack-rotation, 0deg))
    scale(calc(1 - min(var(--stack-position), 3) * .035));
  transform-origin: 50% 88%;
  transition:
    opacity .42s ease,
    transform .68s cubic-bezier(.22, .72, .2, 1);
}

.modeling-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 26px 34px rgba(36, 39, 37, .2));
  border-radius: 4px;
}

.modeling-frame.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, 0) rotate(0) scale(1);
}

.modeling-videos {
  display: contents;
}

.modeling-video-card {
  position: relative;
  grid-row: 1;
  width: min(100%, 290px);
  min-width: 0;
  justify-self: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 8px;
  background: rgba(232, 234, 231, .44);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .78),
    0 24px 48px rgba(33, 37, 34, .2);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.modeling-video-card:nth-child(1) {
  grid-column: 1;
  transform: translateY(12px) rotate(-1.4deg);
}

.modeling-video-card:nth-child(2) {
  grid-column: 3;
  transform: translateY(12px) rotate(1.4deg);
}

.modeling-video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  cursor: pointer;
}

.modeling-video-card::after {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(18, 18, 18, .18);
  color: #fff;
  content: "▶";
  font-size: 22px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

.modeling-video-card.is-paused::after {
  opacity: 1;
}

.modeling-video-audio {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 3;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
  background: rgba(15, 15, 15, .38);
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  cursor: pointer;
}

.modeling-controls {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 8;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.modeling-control {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(255,255,255,.55), rgba(255,255,255,.2)),
    rgba(244, 246, 244, .32);
  color: #111;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .9),
    0 14px 34px rgba(42, 46, 43, .18);
  backdrop-filter: blur(20px) saturate(145%);
  -webkit-backdrop-filter: blur(20px) saturate(145%);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: transform .2s ease, background-color .2s ease;
}

.modeling-control:hover,
.modeling-control:focus-visible {
  transform: translateY(-2px);
  background-color: rgba(255, 255, 255, .62);
}

.feed-curation-section {
  padding-top: 1px;
  background-color: var(--wall-color);
  background-image: var(--wall-texture);
  background-position: center;
  background-size: cover;
}

.feed-curation-section > h2 {
  margin-bottom: 0;
}

.feed-scroll-story {
  position: relative;
  height: auto;
}

.feed-curation-layout {
  position: relative;
  display: grid;
  justify-items: center;
  align-items: start;
  width: min(1080px, calc(100% - 56px));
  height: auto;
  min-height: 0;
  margin: 0 auto;
  padding: 24px 0 24px;
  overflow: visible;
}

.feed-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 42px);
  width: 100%;
  align-items: center;
  justify-items: center;
}

.feed-phone {
  position: relative;
  width: min(100%, 410px);
  height: min(72svh, 680px);
  justify-self: center;
  padding: 34px 12px 18px;
  border: 1px solid rgba(255, 255, 255, .86);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.58), rgba(255,255,255,.22)),
    rgba(229, 232, 229, .4);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .95),
    0 32px 70px rgba(44, 48, 45, .24);
  backdrop-filter: blur(24px) saturate(135%);
  -webkit-backdrop-filter: blur(24px) saturate(135%);
  transition: transform .32s ease, box-shadow .32s ease;
}

.feed-phone:focus-visible {
  outline: 2px solid rgba(17, 17, 17, .66);
  outline-offset: 5px;
}

.feed-phone-top {
  position: absolute;
  top: 14px;
  left: 50%;
  display: flex;
  gap: 4px;
  transform: translateX(-50%);
}

.feed-phone-top span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(17, 17, 17, .38);
}

.feed-screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
}

.feed-screen::-webkit-scrollbar {
  display: none;
  border-radius: 21px;
  background: #0d1114;
}

.feed-scroll-image,
.feed-scroll-content {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: none;
  will-change: transform;
}

.feed-scroll-image {
  height: auto;
}

.republic-feed {
  min-height: 100%;
  background: #fff;
  color: #111;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.republic-profile {
  padding: 24px 16px 0;
  background: #fff;
}

.republic-profile-row {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.republic-avatar {
  width: 76px;
  height: 76px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #e1306c;
  object-fit: cover;
}

.republic-profile-summary,
.republic-profile-title {
  min-width: 0;
}

.republic-profile-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.republic-profile-title strong {
  display: block;
  overflow: hidden;
  font-size: 17px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.republic-profile-title strong span {
  display: inline-grid;
  width: 15px;
  height: 15px;
  margin-left: 3px;
  place-items: center;
  border-radius: 50%;
  background: #0095f6;
  color: #fff;
  font-size: 10px;
}

.republic-profile-title > b {
  flex: 0 0 auto;
  color: #262626;
  font-size: 13px;
  letter-spacing: 1px;
}

.republic-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 15px;
}

.republic-stats span {
  display: grid;
  gap: 2px;
  text-align: center;
  font-size: 11px;
}

.republic-stats strong {
  font-size: 14px;
}

.republic-bio {
  display: grid;
  justify-items: start;
  gap: 3px;
  margin: 17px 0 0;
  font-size: 13px;
  line-height: 1.45;
}

.republic-bio > strong {
  font-size: 13px;
  font-weight: 650;
}

.republic-bio > span {
  color: #737373;
  font-size: 12px;
}

.republic-bio p {
  margin: 4px 0 0;
}

.republic-threads {
  margin-top: 3px;
  padding: 4px 9px;
  border-radius: 12px;
  background: #efefef;
  color: #262626;
  font-size: 11px;
  font-weight: 600;
}

.republic-link {
  display: inline-block;
  margin-top: 7px;
  color: #00376b;
  font-size: 12px;
  font-weight: 700;
}

.republic-highlights {
  display: flex;
  gap: 12px;
  margin: 22px -16px 0;
  padding: 0 16px 16px;
  overflow: hidden;
}

.republic-highlights span {
  display: grid;
  flex: 0 0 58px;
  gap: 6px;
  justify-items: center;
}

.republic-highlights img {
  width: 54px;
  height: 54px;
  padding: 2px;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  object-fit: cover;
}

.republic-highlights b {
  max-width: 64px;
  overflow: hidden;
  font-size: 8px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.republic-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 38px;
  place-items: center;
  border-top: 1px solid #dbdbdb;
  color: #333;
  font-size: 17px;
}

.republic-tabs span:first-child {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #111;
  text-align: center;
  line-height: 38px;
}

.republic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: #fff;
}

.republic-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.feed-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 34px;
  z-index: 3;
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 9px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: 999px;
  background: rgba(245, 247, 245, .72);
  color: #111;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
  transform: translateX(-50%);
  transition: opacity .3s ease, transform .3s ease;
  white-space: nowrap;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.feed-scroll-cue b {
  font-size: 16px;
  animation: feed-cue-bounce 1.2s ease-in-out infinite;
}

.feed-scroll-cue.is-hidden {
  opacity: 0;
  transform: translate(-50%, 8px);
}

.feed-progress {
  position: absolute;
  right: 28px;
  bottom: 24px;
  left: 28px;
  z-index: 4;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .3);
}

.feed-progress span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

@keyframes feed-cue-bounce {
  0%,
  100% { transform: translateY(-2px); }
  50% { transform: translateY(3px); }
}

@media (hover: hover) and (pointer: fine) {
  .feed-phone:hover,
  .feed-phone:focus {
    transform: translateY(-6px);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, .95),
      0 38px 80px rgba(44, 48, 45, .3);
  }

}

@media (hover: none), (pointer: coarse) {
  .feed-scroll-cue span {
    font-size: 0;
  }

  .feed-scroll-cue span::after {
    content: "Scroll through the feed";
    font-size: 10px;
  }
}

.acting-work .work-info p {
  color: rgba(17, 17, 17, 0.78);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: clamp(16.5px, 1.55vw, 21px);
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.acting-showcase {
  position: relative;
  height: calc(100svh + 90svh);
  background-color: var(--wall-color);
  background-image: var(--wall-texture);
  background-position: center;
  background-size: cover;
}

.acting-stage {
  position: sticky;
  top: 0;
  z-index: 2;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  background-color: var(--wall-color);
  background-image: var(--wall-texture);
  background-position: center;
  background-size: cover;
  perspective: 1400px;
}

.acting-category-pill,
.acting-progress-pill {
  position: absolute;
  top: 15px;
  z-index: 8;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.55), rgba(255,255,255,.2)),
    rgba(244, 246, 244, .32);
  color: #111;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .9),
    0 14px 34px rgba(42, 46, 43, .18);
  backdrop-filter: blur(20px) saturate(145%);
  -webkit-backdrop-filter: blur(20px) saturate(145%);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.acting-category-pill {
  left: max(18px, calc((100vw - 1180px) / 2 + 18px));
}

.acting-progress-pill {
  right: max(18px, calc((100vw - 1180px) / 2 + 18px));
  left: auto;
  min-width: 58px;
}

.acting-panels {
  position: absolute;
  inset: 0;
}

.acting-panel {
  position: absolute;
  inset: 0;
  z-index: 1;
  height: 100%;
  min-height: 620px;
  padding-top: 84px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(7%) rotateX(-8deg) scale(.985);
  transform-origin: 50% 70%;
  transition:
    opacity .42s ease,
    transform .7s cubic-bezier(.22, .72, .2, 1),
    visibility 0s linear .7s;
  will-change: transform, opacity;
}

.acting-panel.is-active {
  z-index: 3;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) rotateX(0) scale(1);
  transition-delay: 0s;
}

.acting-panel.is-before {
  transform: translateY(-7%) rotateX(8deg) scale(.985);
}

.acting-panel.is-after {
  transform: translateY(7%) rotateX(-8deg) scale(.985);
}

.acting-panel.cream {
  background: transparent;
}

.acting-steps {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  pointer-events: none;
}

.acting-work .media-grid {
  grid-template-columns: minmax(280px, 430px);
  align-items: center;
  justify-content: end;
}

.acting-work {
  grid-template-columns: minmax(360px, 520px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 52px);
  background-color: var(--wall-color);
  background-image: var(--wall-texture);
  background-size: cover;
}

.work-block.acting-work {
  background-color: var(--wall-color);
  background-image: var(--wall-texture);
  background-size: cover;
}

.acting-work .media-grid img {
  min-height: 0;
  max-height: 720px;
  justify-self: end;
}

.acting-poster-large {
  width: min(100%, 450px);
  max-height: none;
  min-height: 0;
  object-fit: contain;
}

.work-info .acting-poster-large {
  width: min(100%, 450px);
  max-height: none;
}

.work-info .acting-poster-large + p {
  margin-top: 44px;
}

.acting-project-title {
  margin: 0;
  color: #111;
  font-family: "Snell Roundhand", "Brush Script MT", "Segoe Script", cursive;
  width: min(500px, 39vw);
  max-width: none;
  justify-self: center;
  font-size: clamp(54px, 4.8vw, 72px);
  font-weight: 500;
  line-height: .94;
  text-align: center;
  white-space: nowrap;
}

.acting-panel:not(.acting-flight-panel) .work-info {
  align-self: center;
}

.acting-panel:not(.acting-flight-panel) .work-info p {
  max-width: 520px;
  margin: 26px auto 0;
  text-align: center;
}

.acting-panel:not(.acting-flight-panel) .video-stage {
  width: min(32vw, calc((100svh - 128px) * 9 / 16), 430px);
  max-height: none;
  aspect-ratio: 9 / 16;
}

.acting-panel:not(.acting-flight-panel) .video-stage video {
  width: 100%;
  height: 100%;
  max-height: none;
  aspect-ratio: 9 / 16;
  object-fit: contain;
}

.acting-flight-panel .work-info {
  display: contents;
}

.acting-flight-panel .work-info p {
  grid-row: 3;
  width: min(100%, 680px);
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  transform: translateY(18px);
}

.acting-panel.acting-flight-panel {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  align-content: center;
  justify-items: center;
  gap: 14px;
  padding: 92px 24px 30px;
}

.acting-flight-panel .acting-project-title {
  grid-row: 1;
  width: auto;
  max-width: min(100%, 620px);
  font-size: clamp(42px, 4.6vw, 58px);
  white-space: normal;
  transform: translateY(-18px);
}

.acting-flight-panel .media-grid {
  grid-row: 2;
  grid-template-columns: minmax(360px, 620px);
  width: min(54vw, 620px);
  justify-content: center;
}

.acting-flight-panel .video-stage {
  position: relative;
  top: auto;
  width: min(100%, 620px);
}

.acting-flight-panel .video-stage video {
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.simple-page,
.blank-page {
  min-height: calc(100vh - 80px);
  background: #000;
}

.simple-page {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 24px;
  padding: 48px 20px;
}

.simple-page h1 {
  margin: 0;
  font-size: clamp(42px, 7vw, 76px);
}

.simple-talk {
  margin-top: 18px;
}

.simple-email {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    width: min(calc(100vw - 48px), 560px);
    min-height: 44px;
    padding: 7px 10px;
    transform: translateX(-50%);
  }

  .nav-menu {
    order: initial;
    grid-column: auto;
    justify-self: end;
  }

  .header-actions {
    justify-content: flex-end;
  }

  .portfolio-category-pill,
  .portfolio-progress-pill,
  .acting-category-pill,
  .acting-progress-pill {
    top: 72px;
  }

  .portfolio-category-pill,
  .acting-category-pill {
    right: auto;
    left: 18px;
  }

  .portfolio-progress-pill,
  .acting-progress-pill {
    right: 18px;
    left: auto;
  }

  .modeling-stage {
    grid-template-columns:
      minmax(120px, 1fr)
      minmax(240px, 340px)
      minmax(120px, 1fr);
    gap: 14px;
    padding: 170px 18px 60px;
  }

  .modeling-stage > h2 {
    top: 68px;
  }

  .modeling-frames {
    width: 100%;
    height: min(50svh, 420px);
    margin-left: 0;
  }

  .modeling-video-card {
    width: min(100%, 220px);
  }

  .modeling-controls {
    left: 50%;
  }

  .feed-curation-layout {
    width: min(820px, calc(100% - 48px));
  }

  .feed-pair {
    gap: 22px;
  }

  .feed-phone {
    width: min(100%, 380px);
    height: min(68svh, 640px);
    justify-self: center;
  }

  .landing-copy {
    width: min(48vw, 460px);
    margin-left: 28px;
  }

  .landing-copy h1 {
    font-size: clamp(54px, 8vw, 76px);
  }

  .ugc-hero {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 72px 22px 90px;
  }

  .ugc-hero > img:not(.palm-shadow-overlay),
  .ugc-copy {
    grid-column: 1;
    grid-row: auto;
    justify-self: center;
    width: min(100%, 625px);
  }

  .ugc-copy {
    order: 2;
  }

  .brand-strip,
  .stats {
    width: min(calc(100% - 36px), 625px);
  }

  .stats {
    grid-template-columns: 1fr;
  }

  .stats article {
    min-height: 0;
  }

  .work-block {
    grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr);
    gap: 34px;
    padding-inline: 34px;
  }

  .media-grid {
    grid-template-columns: minmax(210px, .9fr) minmax(180px, .75fr);
    gap: 18px;
  }

  .acting-panel {
    grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
    gap: 28px;
    padding: 96px 28px 28px;
  }

  .acting-panel .work-info {
    position: static;
    align-self: center;
    gap: 10px;
  }

  .acting-panel:not(.acting-flight-panel) .media-grid {
    grid-template-columns: minmax(0, 1fr);
    justify-content: center;
  }

  .acting-panel:not(.acting-flight-panel) .video-stage {
    width: auto;
    height: min(62svh, 460px);
    max-height: calc(100svh - 150px);
    aspect-ratio: 9 / 16;
  }

  .acting-panel:not(.acting-flight-panel) .video-stage video {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
  }
}

@media (max-width: 640px) {
  body {
    background: #e1e3dc;
  }

  .site-header {
    display: flex;
    justify-content: space-between;
    width: min(calc(100vw - 36px), 330px);
    min-height: 42px;
    padding: 7px 9px;
    top: 10px;
    left: 50%;
    right: auto;
    border-radius: 16px;
  }

  .logo img {
    width: 62px;
  }

  .nav-menu {
    order: 0;
    grid-column: auto;
  }

  .nav-menu summary {
    min-height: 28px;
    padding: 0 11px;
    font-size: 10.5px;
  }

  .nav-menu nav {
    right: -112px;
    min-width: min(270px, calc(100vw - 24px));
  }

  .talk-button {
    min-width: 76px;
    min-height: 28px;
    padding-inline: 9px;
    font-size: 10.5px;
  }

  .home-stage {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: stretch;
    padding: 74px 0 30px;
    overflow: visible;
  }

  .hero-portrait {
    width: 100%;
    min-width: 0;
    margin-top: 0;
  }

  .hero-landscape {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    object-position: center;
    background: #e1e3dc;
  }

  .landing-copy {
    width: auto;
    margin: 0;
    padding: 26px 20px 0;
    transform: none;
  }

  .landing-copy h1 {
    max-width: 360px;
    font-size: 58px;
  }

  .landing-copy p:not(.kicker) {
    max-width: 360px;
    font-size: 17px;
  }

  .site-footer {
    padding-bottom: 28px;
  }

  .portfolio-section {
    min-height: 70vh;
    padding: 90px 20px;
  }

  .catalogue-grid,
  .work-block {
    grid-template-columns: 1fr;
  }

  .brand-strip {
    margin-bottom: 28px;
  }

  .brand-card {
    flex-basis: 178px;
    height: 62px;
    padding: 12px 16px;
  }

  .brand-card img {
    max-height: 34px;
  }

  .brand-card-scentbird img.scentbird-app-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    border-radius: 8px;
  }

  .brand-card-scentbird img.scentbird-wordmark {
    width: min(122px, calc(100% - 44px));
    max-height: 38px;
  }

  .wink-wordmark-crop {
    height: 36px;
  }

  .work-info {
    position: static;
    max-width: 430px;
    justify-self: center;
    text-align: center;
  }

  .work-block {
    min-height: auto;
    padding: 42px 18px 62px;
  }

  .portfolio-showcase {
    height: calc(100svh + 455svh);
  }

  .portfolio-stage,
  .acting-stage {
    min-height: 680px;
  }

  .portfolio-category-pill,
  .portfolio-progress-pill,
  .acting-category-pill,
  .acting-progress-pill {
    top: 64px;
    min-height: 32px;
    padding-inline: 16px;
  }

  .portfolio-category-pill,
  .acting-category-pill {
    right: auto;
    left: 12px;
  }

  .portfolio-progress-pill,
  .acting-progress-pill {
    right: 12px;
    left: auto;
    min-width: 54px;
  }

  .acting-showcase {
    height: calc(100svh + 105svh);
  }

  .acting-panel {
    align-content: center;
    min-height: 680px;
    padding: 112px 18px 34px;
  }

  .acting-panel .work-info {
    width: min(100%, 320px);
    gap: 12px;
  }

  .acting-panel .media-grid {
    grid-template-columns: minmax(0, 240px);
    justify-content: center;
  }

  .acting-flight-panel .media-grid {
    grid-template-columns: minmax(0, 340px);
    width: min(86vw, 420px);
  }

  .acting-panel.acting-flight-panel {
    gap: 10px;
    padding: 104px 18px 30px;
  }

  .acting-flight-panel .acting-project-title {
    font-size: 44px;
  }

  .acting-panel .video-stage,
  .acting-panel .video-stage video {
    max-height: 38svh;
  }

  .acting-project-title {
    font-size: clamp(52px, 15vw, 72px);
  }

  .acting-flight-panel .work-info p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.35;
  }

  .modeling-stage {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(128px, 39vw)
      minmax(0, 1fr);
    gap: 6px;
    min-height: 520px;
    padding: 150px 8px 64px;
  }

  .modeling-stage > h2 {
    top: 62px;
    width: calc(100% - 24px);
    padding-inline: 8px;
    font-size: 44px;
  }

  .modeling-frames {
    width: 100%;
    height: min(43svh, 340px);
    margin-left: 0;
  }

  .modeling-videos {
    display: contents;
  }

  .modeling-video-card {
    width: 100%;
  }

  .modeling-video-card:nth-child(1),
  .modeling-video-card:nth-child(2) {
    transform: none;
  }

  .modeling-controls {
    left: 50%;
    bottom: 24px;
  }

  .feed-curation-layout {
    align-content: start;
    width: min(100% - 28px, 460px);
    min-height: auto;
    padding: 24px 0 20px;
  }

  .feed-pair {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .feed-phone {
    width: min(74vw, 286px);
    height: min(36svh, 310px);
    justify-self: center;
    padding: 28px 9px 14px;
    border-radius: 24px;
  }

  .feed-screen {
    border-radius: 17px;
  }

  .feed-scroll-cue {
    bottom: 28px;
    font-size: 10px;
  }

  .feed-progress {
    right: 22px;
    bottom: 19px;
    left: 22px;
  }

  .portfolio-panel {
    grid-template-columns: 1fr;
    align-content: start;
    gap: 18px;
    min-height: 680px;
    padding: 112px 18px 26px;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .portfolio-panel .work-info {
    gap: 9px;
    max-width: min(100%, 360px);
  }

  .portfolio-panel .work-info img {
    width: 150px;
    max-height: 48px;
    margin-inline: auto;
  }

  .portfolio-panel .work-info h3 {
    margin-top: 2px;
    font-size: 24px;
  }

  .portfolio-panel .work-info p,
  .portfolio-panel .work-info a {
    font-size: 14px;
  }

  .portfolio-panel .media-grid {
    grid-template-columns: minmax(0, 1fr) minmax(110px, .7fr);
    gap: 10px;
    align-items: center;
  }

  .portfolio-panel .video-stage {
    width: min(48vw, 230px);
  }

  .portfolio-panel .media-grid > img {
    max-height: 290px;
  }

  .portfolio-panel .work-info img.luxe-bath-logo {
    width: 132px;
    max-height: 42px;
  }

  .luxe-bath-panel .luxe-bath-media {
    grid-template-columns: minmax(0, 1fr) minmax(88px, .42fr);
    width: min(100%, 470px);
  }

  .luxe-gallery {
    width: min(58vw, 280px, calc(250px * var(--luxe-ratio)));
    max-height: 250px;
  }

  .portfolio-panel .imemories-media {
    grid-template-columns: minmax(0, 1fr) minmax(105px, .72fr);
  }

  .imemories-video-stack {
    width: min(48vw, 230px);
  }

  .imemories-switch-indicator {
    bottom: 8px;
    left: 8px;
    min-height: 34px;
    padding-inline: 10px;
  }

  .portfolio-panel .media-grid > img.imemories-product-tools {
    width: 112%;
  }

  .luxe-product-composition {
    width: min(25vw, 120px);
    gap: 18px;
  }

  .luxe-gallery-controls {
    right: 8px;
    bottom: 8px;
    min-height: 36px;
    padding: 2px;
  }

  .luxe-gallery-controls button {
    width: 30px;
    height: 30px;
  }

  .luxe-gallery-counter {
    min-width: 32px;
    font-size: 10px;
  }

  .work-category > h2 {
    width: min(calc(100% - 28px), 420px);
    margin-top: 30px;
    font-size: 38px;
  }

  .media-grid {
    grid-template-columns: 1fr;
    width: 100%;
    justify-items: center;
  }

  .video-stage {
    position: relative;
    top: auto;
    width: min(88vw, 360px);
    max-height: none;
  }

  .video-stage video {
    max-height: none;
  }

  .media-grid > img {
    min-height: 0;
    max-height: 420px;
  }

  .ugc-hero .palm-shadow-overlay {
    opacity: .24;
  }
}

@media (prefers-reduced-motion: reduce) {
  .portfolio-panel,
  .portfolio-category-pill,
  .portfolio-progress-pill,
  .modeling-frame,
  .modeling-dots span {
    transition-duration: .01ms;
  }
}
