.hero {
  padding-top: 2rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: clamp(1.5rem, 2vw, 2.25rem);
  align-items: stretch;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 2vw, 2.25rem) 0;
  transform: translate3d(0, calc(var(--hero-parallax) * -0.18), 0);
}

.hero-title {
  display: grid;
  gap: 0.2rem;
  margin-bottom: 1.25rem;
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 7vw, 6.3rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.hero-title__sub {
  color: color-mix(in srgb, var(--text) 84%, var(--accent) 16%);
}

.hero-lead {
  max-width: 40rem;
  margin-bottom: 1.7rem;
  color: var(--text-muted);
  font-size: clamp(1rem, 0.25vw + 0.94rem, 1.06rem);
  line-height: 1.82;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 1.35rem;
}

.hero-note {
  margin-bottom: 1.6rem;
  color: var(--text-dim);
  line-height: 1.8;
}

.metric-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.7rem;
}

.hero-stage {
  min-height: clamp(42rem, 44vw, 50rem);
  padding: 1.4rem;
  isolation: isolate;
  transform: perspective(1200px) rotateX(calc(var(--hero-tilt) * 0.35)) translate3d(0, calc(var(--hero-parallax) * -0.08), 0);
}

.hero-stage::before {
  content: "";
  position: absolute;
  inset: auto -15% 10% auto;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background: rgba(201, 168, 76, 0.12);
  filter: blur(52px);
  z-index: -1;
  transform: translate3d(0, calc(var(--hero-parallax) * -0.3), 0);
}

.hero-stage__watermark {
  position: absolute;
  left: 1.2rem;
  top: 1.2rem;
  font-size: clamp(4rem, 8vw, 6rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  color: color-mix(in srgb, var(--text) 12%, transparent);
  pointer-events: none;
}

.hero-stage__status,
.hero-stage__detail,
.hero-stage__legend {
  position: absolute;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: color-mix(in srgb, var(--bg-panel) 92%, transparent);
  backdrop-filter: blur(18px);
  z-index: 3;
}

.hero-stage__status {
  top: 1.2rem;
  right: 1.2rem;
  padding: 1rem 1.15rem;
  max-width: 13rem;
  transform: translate3d(0, calc(var(--hero-parallax) * -0.08), 0);
}

.hero-stage__status strong,
.hero-stage__detail strong,
.hero-stage__legend strong {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.96rem;
}

.hero-stage__status p,
.hero-stage__detail p,
.hero-stage__legend p {
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.7;
}

.hero-stage__detail {
  left: 1.2rem;
  bottom: 1.2rem;
  max-width: 15rem;
  padding: 1rem 1.1rem;
  transform: translate3d(0, calc(var(--hero-parallax) * 0.08), 0);
}

.hero-stage__legend {
  right: 1.2rem;
  bottom: 1.2rem;
  width: 12rem;
  padding: 1rem 1.1rem;
  transform: translate3d(0, calc(var(--hero-parallax) * 0.12), 0);
}

.legend-list {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.9rem;
}

.legend-list li {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  color: var(--text-muted);
  font-size: 0.82rem;
}

.legend-list li span:last-child {
  color: var(--text);
}

.hero-visual {
  position: absolute;
  inset: 6.4rem 1.8rem 3.4rem;
  z-index: 1;
  overflow: hidden;
  border-radius: calc(var(--radius-lg) - 0.25rem);
  background:
    radial-gradient(circle at 30% 22%, rgba(201, 168, 76, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 100%),
    linear-gradient(160deg, rgba(11, 13, 16, 0.78), rgba(18, 20, 26, 0.3));
  border: 1px solid rgba(255, 255, 255, 0.06);
  transform: translate3d(0, calc(var(--hero-parallax) * -0.56), 0);
}

.hero-visual::before,
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-visual::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 2rem 2rem;
  opacity: 0.24;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), transparent 90%);
}

.hero-visual::after {
  background:
    linear-gradient(125deg, transparent 18%, rgba(255, 255, 255, 0.06) 44%, transparent 72%),
    radial-gradient(circle at 75% 18%, rgba(201, 168, 76, 0.12), transparent 30%);
  opacity: 0.6;
}

.hero-visual--video::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 2.4rem 2.4rem;
  opacity: 0.16;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.44), transparent 92%);
}

.hero-visual--video::after {
  background:
    linear-gradient(180deg, rgba(7, 10, 18, 0.12), rgba(7, 10, 18, 0.26)),
    linear-gradient(135deg, transparent 20%, rgba(255, 255, 255, 0.05) 46%, transparent 76%);
  opacity: 0.54;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  background: linear-gradient(160deg, rgba(11, 13, 16, 0.92), rgba(18, 20, 26, 0.72));
}

.hero-video-toggle {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(8, 12, 20, 0.58);
  color: rgba(244, 240, 232, 0.96);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition:
    transform 220ms var(--ease-premium),
    border-color 220ms var(--ease-premium),
    background 220ms var(--ease-premium),
    color 220ms var(--ease-premium),
    box-shadow 220ms var(--ease-premium);
}

.hero-video-toggle:hover,
.hero-video-toggle:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(201, 168, 76, 0.44);
  background: rgba(10, 14, 24, 0.56);
  color: var(--text);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.24);
}

.hero-video-toggle__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hero-video-toggle__icon svg {
  width: 1.05rem;
  height: 1.05rem;
}

.hero-video-toggle[data-muted="true"] .hero-video-toggle__icon--unmuted,
.hero-video-toggle[data-muted="false"] .hero-video-toggle__icon--muted {
  display: none;
}

.hero-visual__halo {
  position: absolute;
  left: 16%;
  right: 14%;
  bottom: 11%;
  height: 34%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.15), transparent 68%);
  filter: blur(38px);
  transform: translate3d(0, calc(var(--hero-parallax) * -0.2), 0);
}

.hero-visual__grid {
  position: absolute;
  inset: 12% 9% 12%;
  border: 1px solid rgba(201, 168, 76, 0.14);
  background:
    linear-gradient(rgba(201, 168, 76, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 168, 76, 0.08) 1px, transparent 1px);
  background-size: 2.4rem 2.4rem;
  opacity: 0.34;
  transform: perspective(1200px) rotateX(78deg) translate3d(0, 28%, 0);
  transform-origin: center bottom;
}

.hero-visual__annotation {
  position: absolute;
  color: rgba(244, 240, 232, 0.58);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  z-index: 2;
}

.hero-visual__annotation::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 0.6rem);
  width: 2.6rem;
  height: 1px;
  background: rgba(201, 168, 76, 0.36);
}

.hero-visual__annotation--a {
  left: 1.2rem;
  top: 9.5rem;
}

.hero-visual__annotation--b {
  right: 1.6rem;
  top: 11rem;
}

.hero-visual__annotation--b::before {
  right: auto;
  left: calc(100% + 0.6rem);
}

.hero-visual__annotation--c {
  right: 2.3rem;
  bottom: 5.2rem;
}

.hero-visual__annotation--c::before {
  right: auto;
  left: calc(100% + 0.6rem);
}

.hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 420ms var(--ease-premium);
}

.hero-visual.has-three .hero-canvas {
  opacity: 1;
}

.hero-fallback {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-visual.has-three .hero-fallback {
  opacity: 0;
}

.hero-fallback__platform {
  position: absolute;
  left: 15%;
  right: 12%;
  bottom: 13%;
  height: 27%;
  border-radius: 1.8rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 100%),
    linear-gradient(140deg, rgba(160, 153, 143, 0.86), rgba(92, 88, 82, 0.68));
  box-shadow: 0 36px 48px rgba(0, 0, 0, 0.24);
  transform: perspective(1200px) rotateX(68deg) rotateZ(-10deg);
}

.hero-fallback__villa {
  position: absolute;
  left: 19%;
  right: 18%;
  top: 18%;
  bottom: 18%;
  transform: translate3d(0, calc(var(--hero-parallax) * -0.28), 0);
  animation: heroFallbackFloat 8s ease-in-out infinite;
}

.hero-fallback__slab,
.hero-fallback__volume,
.hero-fallback__roof,
.hero-fallback__glass,
.hero-fallback__frame {
  position: absolute;
  display: block;
}

.hero-fallback__slab--base {
  left: 12%;
  right: 10%;
  bottom: 8%;
  height: 16%;
  border-radius: 1rem;
  background: linear-gradient(145deg, rgba(231, 224, 212, 0.94), rgba(157, 150, 141, 0.86));
  transform: skewX(-28deg);
  box-shadow: 0 24px 34px rgba(0, 0, 0, 0.18);
}

.hero-fallback__slab--upper {
  left: 22%;
  right: 28%;
  bottom: 44%;
  height: 10%;
  border-radius: 0.8rem;
  background: linear-gradient(145deg, rgba(236, 230, 220, 0.96), rgba(186, 180, 172, 0.86));
  transform: skewX(-24deg);
}

.hero-fallback__volume--main {
  left: 24%;
  bottom: 26%;
  width: 29%;
  height: 29%;
  border-radius: 0.9rem;
  background: linear-gradient(155deg, rgba(247, 242, 235, 0.96), rgba(214, 206, 196, 0.88));
  box-shadow: 0 24px 32px rgba(0, 0, 0, 0.16);
}

.hero-fallback__volume--wing {
  right: 19%;
  bottom: 26%;
  width: 21%;
  height: 38%;
  border-radius: 0.9rem;
  background: linear-gradient(155deg, rgba(248, 243, 236, 0.96), rgba(214, 206, 196, 0.88));
  box-shadow: 0 24px 32px rgba(0, 0, 0, 0.16);
}

.hero-fallback__roof--main {
  left: 22%;
  bottom: 54%;
  width: 33%;
  height: 3.6%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(17, 19, 24, 0.96), rgba(44, 49, 58, 0.9));
}

.hero-fallback__roof--wing {
  right: 16%;
  bottom: 63%;
  width: 27%;
  height: 3.6%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(17, 19, 24, 0.96), rgba(44, 49, 58, 0.9));
}

.hero-fallback__glass {
  background: linear-gradient(180deg, rgba(140, 188, 201, 0.48), rgba(96, 126, 142, 0.18));
  border: 1px solid rgba(201, 168, 76, 0.3);
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.1), 0 0 18px rgba(201, 168, 76, 0.08);
}

.hero-fallback__glass--main {
  left: 27%;
  bottom: 28%;
  width: 12%;
  height: 20%;
}

.hero-fallback__glass--side {
  right: 25%;
  bottom: 30%;
  width: 11%;
  height: 22%;
}

.hero-fallback__glass--corner {
  left: 50%;
  bottom: 30%;
  width: 8%;
  height: 18%;
}

.hero-fallback__frame {
  border: 1px solid rgba(201, 168, 76, 0.46);
  opacity: 0.7;
}

.hero-fallback__frame--a {
  left: 23%;
  bottom: 24%;
  width: 32%;
  height: 31%;
}

.hero-fallback__frame--b {
  right: 18%;
  bottom: 24%;
  width: 23%;
  height: 40%;
}

.hero-fallback__wire {
  position: absolute;
  border: 1px solid rgba(201, 168, 76, 0.28);
  border-radius: 50%;
  opacity: 0.62;
  animation: heroWireDrift 12s ease-in-out infinite;
}

.hero-fallback__wire--a {
  inset: 28% 10% 22%;
  transform: rotate(-12deg);
}

.hero-fallback__wire--b {
  inset: 22% 15% 28%;
  border-color: rgba(117, 131, 155, 0.26);
  animation-duration: 15s;
  transform: rotate(10deg);
}

.hero-fallback__wire--c {
  inset: 34% 18% 18%;
  border-color: rgba(244, 240, 232, 0.12);
  animation-duration: 18s;
  transform: rotate(18deg);
}

.steps-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.features-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.projects-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.testimonials-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.project-visual {
  min-height: 17.5rem;
  margin-bottom: 1.2rem;
  border-radius: calc(var(--radius-md) - 0.25rem);
  border: 1px solid var(--line);
  overflow: hidden;
  position: relative;
  background-color: #101216;
}

.project-visual--coast {
  background:
    linear-gradient(180deg, rgba(201, 168, 76, 0.2), transparent 100%),
    radial-gradient(circle at 30% 28%, rgba(255, 229, 168, 0.24), transparent 20%),
    linear-gradient(160deg, #0e1218 0%, #171d27 42%, #3c4c5f 100%);
}

.project-visual--urban {
  background:
    linear-gradient(180deg, rgba(173, 179, 193, 0.14), transparent 100%),
    linear-gradient(145deg, #0a0d12 0%, #151a22 46%, #2d3744 100%);
}

.project-visual--retreat {
  background:
    linear-gradient(180deg, rgba(139, 195, 164, 0.15), transparent 100%),
    linear-gradient(155deg, #0f1414 0%, #1b2725 52%, #486158 100%);
}

.project-visual__label {
  position: absolute;
  left: 0.9rem;
  top: 0.9rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(201, 168, 76, 0.28);
  background: rgba(9, 12, 17, 0.58);
  color: rgba(244, 240, 232, 0.84);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-visual__frame {
  position: absolute;
  inset: 0;
}

.project-visual__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 1.2rem 1.2rem;
  opacity: 0.3;
}

.project-visual__frame::before,
.project-visual__blueprint {
  content: "";
  position: absolute;
}

.project-visual__frame::before {
  content: "";
  left: 10%;
  right: 10%;
  bottom: 10%;
  height: 30%;
  border-radius: 1.4rem;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.16), transparent 68%);
  filter: blur(26px);
}

.project-visual__line {
  position: absolute;
  left: 14%;
  right: 12%;
  bottom: 18%;
  height: 0.35rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 236, 190, 0.96), rgba(201, 168, 76, 0.42));
  box-shadow: 0 0 14px rgba(201, 168, 76, 0.42);
}

.project-visual__render {
  position: absolute;
  inset: 14% 10% 12%;
  z-index: 2;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
}

.project-visual__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  opacity: 0.94;
  transform: scale(1.01);
}

.project-villa {
  position: relative;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 26px 40px rgba(0, 0, 0, 0.24));
}

.project-villa span {
  position: absolute;
  display: block;
}

.project-villa__platform {
  left: 10%;
  right: 8%;
  bottom: 8%;
  height: 21%;
  border-radius: 1.2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 100%),
    linear-gradient(145deg, rgba(208, 201, 191, 0.82), rgba(128, 123, 118, 0.5));
  border: 1px solid rgba(255, 255, 255, 0.16);
  transform: perspective(1000px) rotateX(70deg) rotateZ(-10deg);
  box-shadow: 0 18px 26px rgba(0, 0, 0, 0.16);
}

.project-villa__volume {
  border-radius: 0.7rem;
  background: linear-gradient(155deg, rgba(247, 243, 236, 0.98), rgba(194, 188, 181, 0.82));
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.16);
}

.project-villa__roof {
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(24, 29, 36, 0.96), rgba(57, 63, 74, 0.88));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.project-villa__glass {
  border-radius: 0.25rem;
  background: linear-gradient(180deg, rgba(163, 211, 223, 0.52), rgba(98, 129, 144, 0.16));
  border: 1px solid rgba(230, 247, 255, 0.66);
  box-shadow: inset 0 0 14px rgba(255, 255, 255, 0.1), 0 0 18px rgba(201, 168, 76, 0.08);
}

.project-villa__accent {
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 235, 184, 0.96), rgba(201, 168, 76, 0.48));
  box-shadow: 0 0 16px rgba(201, 168, 76, 0.36);
}

.project-villa__pool {
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(107, 183, 211, 0.32), rgba(66, 139, 165, 0.18));
  border: 1px solid rgba(185, 236, 250, 0.45);
  box-shadow: 0 0 22px rgba(93, 179, 209, 0.14);
}

.project-villa--coast .project-villa__volume--coast-left {
  left: 18%;
  bottom: 27%;
  width: 21%;
  height: 28%;
}

.project-villa--coast .project-villa__volume--coast-main {
  left: 37%;
  bottom: 27%;
  width: 29%;
  height: 34%;
}

.project-villa--coast .project-villa__volume--coast-right {
  right: 16%;
  bottom: 31%;
  width: 15%;
  height: 18%;
}

.project-villa--coast .project-villa__roof--coast {
  left: 16%;
  bottom: 59%;
  width: 54%;
  height: 3.6%;
}

.project-villa--coast .project-villa__glass--coast-left {
  left: 23%;
  bottom: 30%;
  width: 10%;
  height: 18%;
}

.project-villa--coast .project-villa__glass--coast-center {
  left: 43%;
  bottom: 30%;
  width: 15%;
  height: 24%;
}

.project-villa--coast .project-villa__glass--coast-right {
  right: 20%;
  bottom: 33%;
  width: 7%;
  height: 12%;
}

.project-villa--coast .project-villa__accent--coast {
  left: 13%;
  right: 12%;
  bottom: 20%;
  height: 0.3rem;
}

.project-villa--urban .project-villa__volume--main {
  left: 36%;
  bottom: 28%;
  width: 23%;
  height: 40%;
}

.project-villa--urban .project-villa__volume--tower {
  right: 19%;
  bottom: 24%;
  width: 18%;
  height: 46%;
}

.project-villa--urban .project-villa__volume--side {
  left: 18%;
  bottom: 30%;
  width: 16%;
  height: 25%;
}

.project-villa--urban .project-villa__roof--main {
  left: 33%;
  bottom: 68%;
  width: 30%;
  height: 3.6%;
}

.project-villa--urban .project-villa__roof--tower {
  right: 16%;
  bottom: 70%;
  width: 24%;
  height: 3.2%;
}

.project-villa--urban .project-villa__glass--main {
  left: 42%;
  bottom: 33%;
  width: 10%;
  height: 22%;
}

.project-villa--urban .project-villa__glass--tower {
  right: 24%;
  bottom: 30%;
  width: 8%;
  height: 28%;
}

.project-villa--urban .project-villa__glass--corner {
  left: 54%;
  bottom: 33%;
  width: 6%;
  height: 28%;
}

.project-villa--urban .project-villa__accent--urban {
  left: 12%;
  right: 14%;
  bottom: 18%;
  height: 0.34rem;
}

.project-villa--retreat .project-villa__volume--retreat-main {
  left: 20%;
  bottom: 30%;
  width: 50%;
  height: 24%;
}

.project-villa--retreat .project-villa__volume--retreat-suite {
  right: 18%;
  bottom: 40%;
  width: 18%;
  height: 18%;
}

.project-villa--retreat .project-villa__roof--retreat {
  left: 18%;
  bottom: 53%;
  width: 58%;
  height: 3.4%;
}

.project-villa--retreat .project-villa__glass--retreat-wide {
  left: 26%;
  bottom: 34%;
  width: 27%;
  height: 12%;
}

.project-villa--retreat .project-villa__glass--retreat-suite {
  right: 23%;
  bottom: 42%;
  width: 10%;
  height: 12%;
}

.project-villa--retreat .project-villa__pool {
  left: 17%;
  bottom: 18%;
  width: 34%;
  height: 9%;
}

.project-villa--retreat .project-villa__accent--retreat {
  left: 13%;
  right: 34%;
  bottom: 22%;
  height: 0.28rem;
}

.project-visual__blueprint {
  border: 1px solid rgba(232, 242, 255, 0.4);
  box-shadow:
    inset 0 0 0 1px rgba(201, 168, 76, 0.08),
    0 10px 26px rgba(0, 0, 0, 0.18);
}

.project-visual__blueprint--plan {
  left: 14%;
  top: 18%;
  width: 46%;
  height: 36%;
  background:
    linear-gradient(90deg, transparent 22%, rgba(232, 242, 255, 0.38) 22%, rgba(232, 242, 255, 0.38) 24%, transparent 24%),
    linear-gradient(180deg, transparent 36%, rgba(232, 242, 255, 0.34) 36%, rgba(232, 242, 255, 0.34) 38%, transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
}

.project-visual__blueprint--elevation {
  right: 14%;
  bottom: 18%;
  width: 26%;
  height: 42%;
  background:
    linear-gradient(180deg, transparent 26%, rgba(232, 242, 255, 0.34) 26%, rgba(232, 242, 255, 0.34) 28%, transparent 28%),
    linear-gradient(90deg, transparent 44%, rgba(232, 242, 255, 0.38) 44%, rgba(232, 242, 255, 0.38) 46%, transparent 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
}

.project-visual__blueprint--detail {
  left: 40%;
  bottom: 18%;
  width: 18%;
  height: 18%;
  border-radius: 50%;
  border-color: rgba(201, 168, 76, 0.48);
  background:
    radial-gradient(circle, transparent 52%, rgba(201, 168, 76, 0.28) 53%, transparent 58%),
    radial-gradient(circle, rgba(255, 255, 255, 0.05), transparent 70%);
}

.project-visual__marker {
  position: absolute;
  width: 2.25rem;
  height: 1px;
  background: rgba(201, 168, 76, 0.52);
}

.project-visual__marker::after {
  content: "";
  position: absolute;
  right: -0.2rem;
  top: -0.15rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px rgba(201, 168, 76, 0.3);
}

.project-visual__marker--a {
  right: 10%;
  top: 28%;
}

.project-visual__marker--b {
  left: 12%;
  bottom: 28%;
}

.project-card:hover .project-visual__frame::before,
.project-card:focus-within .project-visual__frame::before {
  transform: translate3d(0, -4px, 0);
}

.project-card:hover .project-visual__line,
.project-card:focus-within .project-visual__line {
  transform: scaleX(1.03);
  box-shadow: 0 0 18px rgba(201, 168, 76, 0.54);
}

.project-card:hover .project-visual__blueprint--plan,
.project-card:focus-within .project-visual__blueprint--plan {
  transform: translate3d(-5px, -4px, 0);
}

.project-card:hover .project-visual__blueprint--elevation,
.project-card:focus-within .project-visual__blueprint--elevation {
  transform: translate3d(4px, -5px, 0);
}

.project-card:hover .project-visual__blueprint--detail,
.project-card:focus-within .project-visual__blueprint--detail {
  transform: scale(1.05);
}

.project-card:hover .project-visual__render,
.project-card:focus-within .project-visual__render {
  transform: translate3d(0, -6px, 0) scale(1.012);
}

.project-card:hover .project-visual__image,
.project-card:focus-within .project-visual__image {
  transform: scale(1.04);
}

.project-card__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.project-card__header h3 {
  margin-top: 0.9rem;
  margin-bottom: 0;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.project-card__body {
  display: grid;
  gap: 1rem;
}

.project-card__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 0.1rem;
}

.project-fact {
  display: grid;
  gap: 0.45rem;
  padding: 0.9rem 0.95rem;
  min-height: 7.2rem;
  align-content: start;
  border-radius: 1rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  min-width: 0;
}

.project-fact__label {
  color: var(--text-dim);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.45;
}

.project-fact strong {
  font-size: 0.88rem;
  line-height: 1.42;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
  text-wrap: pretty;
}

.project-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-dim);
  font-size: 0.8rem;
  border: 1px solid var(--line);
  line-height: 1.35;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
}

.project-card__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.25rem;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 600;
  min-width: 0;
}

.project-card__cta-copy {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
}

.project-card__cta-copy small {
  color: var(--text-dim);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.5;
}

.project-card__meta,
.marketplace-card__location {
  line-height: 1.45;
  overflow-wrap: break-word;
}

.project-card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--accent);
  transition:
    transform 260ms var(--ease-premium),
    border-color 220ms var(--ease-premium),
    background 220ms var(--ease-premium);
}

.project-card:hover .project-card__arrow,
.project-card:focus-within .project-card__arrow {
  transform: translate3d(3px, -3px, 0);
  border-color: color-mix(in srgb, var(--accent) 32%, var(--line-strong));
  background: var(--gold-soft);
}

@media (max-width: 820px) {
  .project-card__facts {
    grid-template-columns: 1fr;
  }
}

.footer-grid {
  grid-template-columns: 1.3fr 0.9fr 0.9fr;
  padding: 2rem;
}

.footer-grid > div:first-child {
  display: grid;
  align-content: start;
  gap: 1.05rem;
}

.professionals-hero {
  padding-top: 2rem;
}

.professionals-stage {
  position: relative;
  min-height: 34rem;
  padding: 1.5rem;
  overflow: hidden;
}

.professionals-stage::before,
.professionals-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.professionals-stage::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 2rem 2rem;
  opacity: 0.24;
}

.professionals-stage::after {
  background: radial-gradient(circle at 70% 26%, rgba(201, 168, 76, 0.15), transparent 30%);
}

.professionals-stage__grid {
  position: absolute;
  inset: 18% 10% 12%;
  border: 1px solid rgba(201, 168, 76, 0.12);
  background:
    linear-gradient(rgba(201, 168, 76, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 168, 76, 0.08) 1px, transparent 1px);
  background-size: 2.5rem 2.5rem;
  opacity: 0.34;
  transform: perspective(1400px) rotateX(78deg) translateY(24%);
}

.professionals-stage__frame,
.professionals-stage__beam {
  position: absolute;
  border: 1px solid rgba(201, 168, 76, 0.28);
}

.professionals-stage__frame--a {
  left: 20%;
  top: 26%;
  width: 28%;
  height: 32%;
}

.professionals-stage__frame--b {
  right: 18%;
  top: 18%;
  width: 20%;
  height: 44%;
}

.professionals-stage__beam--a {
  left: 22%;
  right: 24%;
  bottom: 28%;
  height: 0.35rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 236, 190, 0.78), rgba(201, 168, 76, 0.28));
  box-shadow: 0 0 18px rgba(201, 168, 76, 0.24);
}

.professionals-stage__beam--b {
  left: 36%;
  bottom: 28%;
  width: 0.35rem;
  height: 24%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 236, 190, 0.82), rgba(201, 168, 76, 0.18));
  box-shadow: 0 0 18px rgba(201, 168, 76, 0.18);
}

.professionals-stage__card {
  position: absolute;
  left: 1.4rem;
  bottom: 1.4rem;
  max-width: 18rem;
  padding: 1.1rem 1.2rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--bg-panel) 92%, transparent);
  backdrop-filter: blur(18px);
  z-index: 2;
}

.professionals-stage__card p:last-child {
  color: var(--text-muted);
  line-height: 1.8;
}

.professionals-stage__notes {
  position: absolute;
  right: 1.4rem;
  bottom: 1.4rem;
  display: grid;
  gap: 0.8rem;
  width: min(14rem, 32%);
  z-index: 2;
}

.professionals-note {
  padding: 0.95rem 1rem;
}

.audience-grid,
.process-grid,
.stats-grid,
.faq-list {
  display: grid;
  gap: 1.25rem;
}

.audience-grid,
.stats-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.faq-list {
  max-width: 52rem;
  margin: 0 auto;
}

.application-layout {
  display: grid;
}

.application-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(201, 168, 76, 0.08), transparent 28%);
  pointer-events: none;
}

.stats-card .metric-value {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 0.75rem;
}

.stats-card h3 {
  margin-bottom: 0.7rem;
}

.marketplace-hero {
  padding-top: 2rem;
}

.marketplace-hero__layout,
.marketplace-grid,
.marketplace-intro-grid {
  display: grid;
  gap: 1.25rem;
}

.marketplace-hero__layout {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
}

.marketplace-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80rem;
  padding: 2rem 0 0.75rem;
  gap: 1.55rem;
  text-align: center;
  transform: translate3d(0, calc(var(--hero-parallax) * -0.14), 0);
}

.marketplace-hero__title {
  max-width: 22ch;
  font-size: clamp(2.9rem, 5.3vw, 5rem);
  line-height: 1.06;
  margin-bottom: 0;
}

.marketplace-hero .hero-lead {
  max-width: 68rem;
}

.marketplace-hero .hero-actions {
  justify-content: center;
  margin-top: 0.35rem;
}

.marketplace-hero .chip-row {
  justify-content: center;
  max-width: 66rem;
  margin-top: 0.35rem;
}

.marketplace-stage {
  min-height: 32rem;
  padding: 1.4rem;
  isolation: isolate;
  overflow: hidden;
  transform: perspective(1200px) rotateX(calc(var(--hero-tilt) * 0.26)) translate3d(0, calc(var(--hero-parallax) * -0.06), 0);
}

.marketplace-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 1.7rem 1.7rem;
  opacity: 0.3;
}

.marketplace-stage__grid,
.marketplace-stage__beam,
.marketplace-stage__board,
.marketplace-stage__notes {
  position: absolute;
  z-index: 2;
}

.marketplace-stage__grid {
  inset: 14% 10% 16%;
  border: 1px solid rgba(201, 168, 76, 0.14);
  transform: perspective(1000px) rotateX(74deg) translate3d(0, 24%, 0);
  background:
    linear-gradient(rgba(201, 168, 76, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 168, 76, 0.08) 1px, transparent 1px);
  background-size: 2.2rem 2.2rem;
}

.marketplace-stage__board {
  display: grid;
  gap: 0.45rem;
  padding: 1rem 1.05rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 100%),
    rgba(10, 14, 19, 0.4);
  box-shadow:
    inset 0 0 0 1px rgba(201, 168, 76, 0.06),
    0 20px 36px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(14px);
}

.marketplace-stage__board span {
  color: var(--text-dim);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.marketplace-stage__board strong {
  font-size: 1rem;
  line-height: 1.45;
}

.marketplace-stage__board--a {
  left: 7%;
  top: 12%;
  width: 36%;
}

.marketplace-stage__board--b {
  right: 8%;
  top: 28%;
  width: 32%;
}

.marketplace-stage__beam {
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 236, 190, 0.9), rgba(201, 168, 76, 0.22));
  box-shadow: 0 0 18px rgba(201, 168, 76, 0.22);
}

.marketplace-stage__beam--h {
  left: 14%;
  right: 16%;
  bottom: 22%;
  height: 0.32rem;
}

.marketplace-stage__beam--v {
  right: 28%;
  top: 24%;
  width: 0.32rem;
  height: 42%;
  background: linear-gradient(180deg, rgba(255, 236, 190, 0.9), rgba(201, 168, 76, 0.18));
}

.marketplace-stage__notes {
  right: 1.2rem;
  bottom: 1.2rem;
  width: min(13rem, 34%);
  display: grid;
  gap: 0.8rem;
}

.marketplace-stat {
  padding: 0.95rem 1rem;
}

.marketplace-tabs {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1.35rem;
  padding: 0.35rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
}

.marketplace-tab {
  min-height: 2.85rem;
  padding: 0.8rem 1.1rem;
  border-radius: 999px;
  color: var(--text-dim);
  transition:
    background 220ms var(--ease-premium),
    color 220ms var(--ease-premium),
    border-color 220ms var(--ease-premium),
    box-shadow 240ms var(--ease-premium),
    transform 240ms var(--ease-premium);
}

.marketplace-tab:hover,
.marketplace-tab:focus-visible {
  color: var(--text);
  transform: translate3d(0, -2px, 0);
}

.marketplace-tab.is-active {
  color: #111216;
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 84%, #f6deb2 16%), color-mix(in srgb, var(--accent-strong) 90%, #fff3cf 10%));
  box-shadow: 0 14px 28px rgba(201, 168, 76, 0.18);
}

.marketplace-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.marketplace-card {
  padding: 1.2rem;
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.marketplace-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.1rem;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    radial-gradient(circle at top left, rgba(201, 168, 76, 0.14), transparent 30%),
    linear-gradient(160deg, rgba(13, 19, 27, 0.96), rgba(20, 28, 36, 0.9));
  background-size: 1.5rem 1.5rem, 1.5rem 1.5rem, auto, auto;
}

.marketplace-card__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 32%;
  background: linear-gradient(180deg, transparent, rgba(7, 10, 16, 0.5));
  pointer-events: none;
}

.marketplace-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.9rem;
}

.marketplace-card__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem;
  align-items: center;
}

.marketplace-card__location {
  color: var(--text-dim);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.marketplace-card h3 {
  font-size: 1.15rem;
  line-height: 1.35;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.marketplace-card__brief {
  color: var(--text-muted);
  line-height: 1.8;
}

.marketplace-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.marketplace-tag {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.42rem 0.7rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--accent) 22%, var(--line));
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-muted);
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.35;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
}

.marketplace-card__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.marketplace-card__facts div {
  display: grid;
  gap: 0.38rem;
  padding: 0.9rem 0.95rem;
  border-radius: 1rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  min-width: 0;
}

.marketplace-card__facts span {
  color: var(--text-dim);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.marketplace-card__facts strong {
  font-size: 0.92rem;
  line-height: 1.5;
  overflow-wrap: break-word;
}

.marketplace-card__services {
  gap: 0.65rem;
}

.marketplace-card__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.marketplace-card__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.9rem;
  align-items: center;
  padding-top: 0.2rem;
}

.marketplace-card__timeline {
  display: grid;
  gap: 0.28rem;
}

.marketplace-card__timeline span {
  color: var(--text-dim);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.marketplace-card__timeline strong {
  font-size: 0.92rem;
  line-height: 1.5;
}

.marketplace-card__cta {
  min-height: 2.85rem;
  padding-inline: 1rem;
}

.marketplace-card__quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
}

.marketplace-card__quick-links a {
  color: var(--text-dim);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  line-height: 1.45;
  transition: color 220ms var(--ease-premium), transform 220ms var(--ease-premium);
}

.marketplace-card__quick-links a:hover,
.marketplace-card__quick-links a:focus-visible {
  color: var(--accent-soft);
  transform: translate3d(0, -1px, 0);
}

.demo-admin {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 0.85rem;
  border: 1px solid color-mix(in srgb, var(--accent) 24%, var(--line));
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
}

.demo-admin span {
  color: var(--text-dim);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.demo-admin--card {
  justify-content: space-between;
}

.demo-admin__button {
  min-height: 2.4rem;
  padding: 0.55rem 0.9rem;
}

.marketplace-panel[hidden] {
  display: none;
}

.marketplace-panel,
.marketplace-grid {
  min-height: 1px;
}

.marketplace-cta-panel {
  align-items: center;
}

.developer-profile-hero {
  padding-top: 2rem;
}

.developer-profile-hero__layout,
.developer-profile-overview,
.developer-project-grid,
.developer-profile-metrics {
  display: grid;
  gap: 1.25rem;
}

.developer-profile-hero__layout {
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  align-items: stretch;
}

.developer-profile-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.2rem 0;
  transform: translate3d(0, calc(var(--hero-parallax) * -0.14), 0);
}

.developer-profile-hero__title {
  margin-bottom: 1rem;
}

.developer-profile-hero__lead {
  max-width: 43rem;
  line-height: 1.82;
}

.developer-profile-visual {
  position: relative;
  min-height: 34rem;
  overflow: hidden;
  isolation: isolate;
  transform: perspective(1200px) rotateX(calc(var(--hero-tilt) * 0.24)) translate3d(0, calc(var(--hero-parallax) * -0.06), 0);
}

.developer-profile-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    radial-gradient(circle at 18% 18%, rgba(201, 168, 76, 0.16), transparent 26%),
    linear-gradient(160deg, rgba(11, 15, 20, 0.98), rgba(20, 28, 36, 0.92));
  background-size: 2rem 2rem, 2rem 2rem, auto, auto;
  opacity: 0.95;
}

.developer-profile-visual__grid,
.developer-profile-visual__image,
.developer-profile-visual__caption {
  position: absolute;
  z-index: 2;
}

.developer-profile-visual__grid {
  inset: 15% 12% 18%;
  border: 1px solid rgba(201, 168, 76, 0.16);
  background:
    linear-gradient(rgba(201, 168, 76, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 168, 76, 0.08) 1px, transparent 1px);
  background-size: 2.1rem 2.1rem;
  opacity: 0.34;
  transform: perspective(1000px) rotateX(75deg) translate3d(0, 24%, 0);
}

.developer-profile-visual__image {
  inset: 1.2rem;
  width: calc(100% - 2.4rem);
  height: calc(100% - 2.4rem);
  object-fit: contain;
}

.developer-profile-visual__caption {
  left: 1.4rem;
  right: 1.4rem;
  bottom: 1.4rem;
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: color-mix(in srgb, var(--bg-panel) 92%, transparent);
  backdrop-filter: blur(18px);
}

.developer-profile-visual__caption span,
.developer-profile-fact__label {
  color: var(--text-dim);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.developer-profile-visual__caption strong {
  font-size: 1rem;
  line-height: 1.45;
}

.developer-profile-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.25rem;
}

.detail-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.developer-profile-overview {
  grid-template-columns: minmax(0, 1.04fr) minmax(280px, 0.96fr);
  align-items: start;
}

.developer-profile-overview__copy,
.developer-project-card__body p {
  color: var(--text-muted);
  line-height: 1.85;
}

.developer-profile-overview__copy {
  display: grid;
  gap: 1rem;
}

.developer-profile-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.developer-profile-fact {
  padding: 1rem 1.05rem;
}

.developer-profile-fact strong {
  display: block;
  margin-top: 0.45rem;
  font-size: 1rem;
  line-height: 1.45;
}

.developer-project-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.developer-project-card {
  display: grid;
  gap: 1rem;
  padding: 1.2rem;
  min-width: 0;
}

.developer-project-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.1rem;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(160deg, rgba(12, 18, 24, 0.94), rgba(19, 25, 33, 0.92));
  background-size: 1.45rem 1.45rem, 1.45rem 1.45rem, auto;
}

.developer-project-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.9rem;
}

.developer-project-card__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem;
  align-items: center;
  margin-bottom: 0.7rem;
}

.developer-project-card__body h3 {
  margin-bottom: 0.75rem;
  font-size: 1.12rem;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.submission-hero {
  padding-top: 2rem;
}

.submission-hero__layout,
.submission-layout {
  display: grid;
  gap: 1.25rem;
}

.submission-hero__layout {
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  align-items: stretch;
}

.submission-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.25rem, 1.8vw, 2rem) 0;
  transform: translate3d(0, calc(var(--hero-parallax) * -0.14), 0);
}

.submission-hero__title {
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 0.99;
  margin-bottom: 1rem;
}

.submission-stage {
  min-height: 30rem;
  padding: 1.4rem;
  isolation: isolate;
  overflow: hidden;
  transform: perspective(1200px) rotateX(calc(var(--hero-tilt) * 0.24)) translate3d(0, calc(var(--hero-parallax) * -0.06), 0);
}

.submission-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 1.65rem 1.65rem;
  opacity: 0.28;
}

.submission-stage__grid,
.submission-stage__panel,
.submission-stage__beam,
.submission-stage__notes {
  position: absolute;
  z-index: 2;
}

.submission-stage__grid {
  inset: 14% 10% 16%;
  border: 1px solid rgba(201, 168, 76, 0.14);
  transform: perspective(1000px) rotateX(74deg) translate3d(0, 24%, 0);
  background:
    linear-gradient(rgba(201, 168, 76, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 168, 76, 0.08) 1px, transparent 1px);
  background-size: 2.1rem 2.1rem;
}

.submission-stage__panel {
  display: grid;
  gap: 0.45rem;
  padding: 1rem 1.05rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 100%),
    rgba(10, 14, 19, 0.4);
  box-shadow:
    inset 0 0 0 1px rgba(201, 168, 76, 0.06),
    0 20px 36px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(14px);
}

.submission-stage__panel span {
  color: var(--text-dim);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.submission-stage__panel strong {
  font-size: 1rem;
  line-height: 1.45;
}

.submission-stage__panel--a {
  left: 7%;
  top: 12%;
  width: 38%;
}

.submission-stage__panel--b {
  right: 8%;
  top: 28%;
  width: 34%;
}

.submission-stage__beam {
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 236, 190, 0.9), rgba(201, 168, 76, 0.22));
  box-shadow: 0 0 18px rgba(201, 168, 76, 0.22);
}

.submission-stage__beam--h {
  left: 14%;
  right: 16%;
  bottom: 22%;
  height: 0.32rem;
}

.submission-stage__beam--v {
  right: 28%;
  top: 24%;
  width: 0.32rem;
  height: 42%;
  background: linear-gradient(180deg, rgba(255, 236, 190, 0.9), rgba(201, 168, 76, 0.18));
}

.submission-stage__notes {
  right: 1.2rem;
  bottom: 1.2rem;
  width: min(13rem, 34%);
  display: grid;
  gap: 0.8rem;
}

.submission-note {
  padding: 0.95rem 1rem;
}

body[data-submission-type="client"] .submission-stage {
  min-height: 34rem;
}

body[data-submission-type="client"] .submission-stage__panel--b {
  right: 8%;
  top: 18%;
  width: 30%;
  max-width: 17rem;
}

body[data-submission-type="client"] .submission-stage__beam--v {
  display: none;
}

body[data-submission-type="client"] .submission-stage__notes {
  right: 8%;
  top: 50%;
  bottom: auto;
  width: 30%;
  max-width: 16rem;
}

body[data-submission-type="professional"] .submission-stage {
  min-height: 34rem;
}

body[data-submission-type="professional"] .submission-stage__panel--b {
  right: 9% !important;
  top: 26% !important;
  width: 34% !important;
  max-width: 18rem;
}

body[data-submission-type="professional"] .submission-stage__beam--v {
  display: none;
}

body[data-submission-type="professional"] .submission-stage__notes {
  display: none !important;
}

.submission-layout {
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
}

.submission-summary,
.submission-form-panel {
  padding: 1.5rem;
}

.submission-summary {
  display: grid;
  gap: 1rem;
}

.submission-summary__eyebrow {
  display: inline-flex;
  align-items: center;
  color: var(--accent);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.submission-summary__eyebrow::before {
  content: "";
  width: 2.4rem;
  height: 1px;
  margin-right: 0.55rem;
  background: currentColor;
  opacity: 0.58;
}

.submission-summary h3 {
  font-size: 1.2rem;
  line-height: 1.35;
}

.submission-summary p {
  color: var(--text-muted);
  line-height: 1.8;
}

.submission-summary__grid {
  display: grid;
  gap: 0.9rem;
}

.submission-summary__grid div {
  display: grid;
  gap: 0.35rem;
  padding: 0.95rem 1rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
}

.submission-summary__grid span {
  color: var(--text-dim);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.submission-form-panel {
  position: relative;
}

.submission-form-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(201, 168, 76, 0.08), transparent 30%);
  pointer-events: none;
}

.submission-form {
  position: relative;
  z-index: 1;
}

.submission-upload {
  display: grid;
  gap: 0.9rem;
  padding: 1rem;
  border: 1px dashed color-mix(in srgb, var(--accent) 30%, var(--line));
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.03);
}

.submission-upload__copy {
  display: grid;
  gap: 0.35rem;
}

.submission-upload__copy strong {
  font-size: 0.98rem;
  line-height: 1.45;
}

.submission-upload__copy p {
  color: var(--text-dim);
  line-height: 1.75;
}

.auth-hero {
  padding-top: 2.3rem;
}

.auth-hero__copy {
  max-width: min(54rem, 100%);
  margin: 0 auto;
  text-align: center;
}

.auth-hero__title {
  max-width: 14ch;
  margin-inline: auto;
}

.auth-role-grid {
  align-items: stretch;
}

.auth-create-shell {
  padding-top: clamp(5rem, 7vw, 7rem);
}

.auth-role-entry-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  margin: -1rem 0 1.35rem;
  color: var(--text-muted);
}

.auth-role-card {
  position: relative;
  gap: 1rem;
  min-height: 100%;
  transition:
    border-color var(--transition-base),
    transform var(--transition-base),
    box-shadow var(--transition-base),
    background-color var(--transition-base);
}

.auth-role-card.is-active {
  border-color: color-mix(in srgb, var(--accent) 48%, var(--line));
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 100%),
    linear-gradient(145deg, rgba(201, 168, 76, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(10, 14, 19, 0.82);
  box-shadow:
    inset 0 0 0 1px rgba(201, 168, 76, 0.1),
    0 22px 48px rgba(0, 0, 0, 0.22);
}

.auth-role-card h3 {
  font-size: clamp(1.2rem, 1vw + 0.95rem, 1.45rem);
  line-height: 1.28;
}

.auth-role-card p {
  color: var(--text-muted);
  line-height: 1.8;
}

.auth-role-points {
  margin-top: auto;
}

.auth-role-card__button {
  width: 100%;
  justify-content: center;
}

html[data-theme="light"] .auth-role-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(247, 241, 230, 0.94)),
    rgba(255, 255, 255, 0.9);
  border-color: color-mix(in srgb, rgba(25, 28, 34, 0.1) 72%, var(--accent) 28%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.5),
    0 22px 44px rgba(39, 32, 18, 0.08);
}

html[data-theme="light"] .auth-role-card.is-active {
  border-color: color-mix(in srgb, var(--accent) 44%, rgba(25, 28, 34, 0.12));
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 243, 233, 0.98)),
    linear-gradient(145deg, rgba(184, 143, 38, 0.08), rgba(255, 255, 255, 0.42)),
    rgba(255, 255, 255, 0.94);
  box-shadow:
    inset 0 0 0 1px rgba(184, 143, 38, 0.08),
    0 24px 48px rgba(39, 32, 18, 0.1);
}

.auth-entry-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(1.1rem, 1.6vw, 1.55rem);
  align-items: stretch;
}

.auth-entry-summary,
.auth-entry-panel {
  min-height: 100%;
}

.auth-entry-summary {
  padding: clamp(1.35rem, 1.9vw, 1.7rem);
}

.auth-role-detail {
  display: none;
  gap: 0.85rem;
}

.auth-role-detail.is-active {
  display: grid;
}

.auth-role-detail h3 {
  font-size: 1.3rem;
  line-height: 1.3;
}

.auth-role-detail p {
  color: var(--text-muted);
  line-height: 1.82;
}

.auth-entry-panel {
  padding: clamp(1.35rem, 1.9vw, 1.7rem);
}

.auth-login-shell {
  padding-top: clamp(5rem, 7vw, 7rem);
}

.auth-login-intro {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.auth-login-intro h3 {
  font-size: 1.12rem;
  line-height: 1.34;
}

.auth-login-intro p {
  color: var(--text-muted);
  line-height: 1.78;
}

.auth-entry-form {
  position: relative;
  z-index: 1;
}

.auth-role-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.auth-role-switch__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-muted);
  font-weight: 600;
  text-align: center;
  transition:
    transform 220ms var(--ease-premium),
    border-color 220ms var(--ease-premium),
    background 220ms var(--ease-premium),
    color 220ms var(--ease-premium),
    box-shadow 240ms var(--ease-premium);
}

.auth-role-switch__button.is-active,
.auth-role-switch__button:hover,
.auth-role-switch__button:focus-visible {
  color: var(--text);
  border-color: color-mix(in srgb, var(--accent) 42%, var(--line-strong));
  background:
    linear-gradient(180deg, rgba(201, 168, 76, 0.12), rgba(201, 168, 76, 0.03)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
  transform: translate3d(0, -2px, 0);
}

.auth-signup-form {
  align-items: start;
}

.auth-signup-groups {
  display: grid;
}

.auth-signup-group {
  display: none;
  gap: 1rem;
}

.auth-signup-group.is-active {
  display: grid;
}

.auth-signup-group__header {
  display: grid;
  gap: 0.65rem;
  padding: 0 0 0.1rem;
}

.auth-signup-group__header h3 {
  font-size: 1.12rem;
  line-height: 1.34;
}

.auth-signup-group__header p {
  color: var(--text-muted);
  line-height: 1.78;
}

.auth-signup-group__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.auth-field-hint,
.auth-field-meta {
  margin-top: -0.35rem;
}

.auth-field-meta {
  color: var(--accent-soft);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.auth-form-error {
  display: grid;
  gap: 0.38rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(221, 106, 106, 0.32);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(221, 106, 106, 0.08), rgba(221, 106, 106, 0.03));
}

.auth-form-error strong {
  font-size: 0.93rem;
}

.auth-form-error p {
  color: var(--text-muted);
  line-height: 1.7;
  font-size: 0.92rem;
}

.auth-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--text-muted);
  font-size: 0.94rem;
  transition: color var(--transition-base);
}

.auth-inline-link:hover {
  color: var(--accent);
}

.auth-admin-shell {
  padding-top: 0;
}

.auth-admin-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(1rem, 1.5vw, 1.4rem);
  align-items: start;
  padding: clamp(1.2rem, 1.8vw, 1.55rem);
  border-color: color-mix(in srgb, var(--line) 80%, rgba(255, 255, 255, 0.03));
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 100%),
    rgba(10, 14, 19, 0.5);
}

.auth-admin-panel__intro {
  display: grid;
  gap: 0.7rem;
  max-width: 27rem;
}

.auth-admin-panel__eyebrow {
  color: var(--text-dim);
  font-size: 0.71rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.auth-admin-panel__intro h3 {
  font-size: 1.05rem;
  line-height: 1.35;
}

.auth-admin-panel__intro p {
  color: var(--text-dim);
  line-height: 1.78;
  font-size: 0.94rem;
}

.auth-admin-form {
  position: relative;
  z-index: 1;
}

.footer-admin-access {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}

.footer-admin-access a {
  color: var(--text-dim);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.66;
  transition:
    color 220ms var(--ease-premium),
    opacity 220ms var(--ease-premium);
}

.footer-admin-access a:hover,
.footer-admin-access a:focus-visible {
  color: var(--text-muted);
  opacity: 1;
}

.admin-dashboard-hero {
  padding-top: clamp(1rem, 2vw, 1.8rem);
}

.admin-dashboard-hero,
#admin-marketplace,
#admin-featured-projects,
#admin-accounts {
  scroll-margin-top: 6.5rem;
}

.admin-dashboard-hero__panel {
  display: grid;
  gap: 1.25rem;
  align-items: center;
  padding: clamp(1.5rem, 3vw, 2.4rem);
}

.admin-dashboard-hero__title {
  max-width: 16ch;
}

.admin-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 1.8vw, 1.5rem);
  align-items: start;
}

.admin-dashboard-grid--featured {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

.admin-section-panel {
  display: grid;
  gap: 1.15rem;
  padding: clamp(1.15rem, 2vw, 1.55rem);
}

.admin-section-panel__header {
  display: grid;
  gap: 0.4rem;
}

.admin-section-panel__header h3 {
  font-size: 1.05rem;
}

.admin-section-panel__header p,
.admin-empty {
  color: var(--text-dim);
  line-height: 1.75;
}

.admin-record-list {
  display: grid;
  gap: 1rem;
}

.admin-record {
  display: grid;
  gap: 0.95rem;
  padding: 1rem;
  border: 1px solid color-mix(in srgb, var(--line) 82%, rgba(255, 255, 255, 0.02));
  border-radius: 1.1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 100%),
    rgba(8, 12, 17, 0.45);
}

.admin-record--featured {
  gap: 1rem;
}

.admin-record__top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
}

.admin-record__top h3 {
  font-size: 1rem;
  line-height: 1.35;
  margin-top: 0.45rem;
}

.admin-record__status {
  padding: 0.42rem 0.7rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--accent) 30%, var(--line));
  color: var(--accent);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-record__facts {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
}

.admin-record__facts div {
  display: grid;
  gap: 0.22rem;
  padding: 0.8rem 0.85rem;
  border-radius: 0.95rem;
  border: 1px solid color-mix(in srgb, var(--line) 82%, rgba(255, 255, 255, 0.02));
  background: rgba(255, 255, 255, 0.02);
}

.admin-record__facts span {
  color: var(--text-dim);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-record__facts strong {
  font-size: 0.88rem;
  line-height: 1.5;
}

.admin-record__copy {
  color: var(--text-muted);
  line-height: 1.78;
}

.admin-record__actions,
.admin-inline-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.admin-inline-form {
  margin-top: 0.15rem;
  padding-top: 1rem;
  border-top: 1px solid color-mix(in srgb, var(--line) 82%, rgba(255, 255, 255, 0.03));
}

.admin-inline-form--create {
  border-top: 0;
  padding-top: 0;
}

.admin-inline-form input[type="file"] {
  padding: 0;
  border: 0;
  background: transparent;
}

.admin-account-list {
  display: grid;
  gap: 1rem;
}

.admin-account-directory {
  display: grid;
  gap: 1rem;
  min-height: 4rem;
}

.admin-account-notice {
  padding: 0.9rem 1rem;
  border-radius: 0.95rem;
  border: 1px solid color-mix(in srgb, var(--line) 82%, rgba(255, 255, 255, 0.02));
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-muted);
  line-height: 1.65;
}

.admin-account-notice--success {
  border-color: color-mix(in srgb, var(--accent) 38%, var(--line));
  color: var(--text);
}

.admin-account-notice--error {
  border-color: rgba(216, 126, 118, 0.45);
  color: color-mix(in srgb, var(--text) 86%, #f2beb8 14%);
}

.admin-account-store-status {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}

.admin-account-store-status__reason {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.65;
}

.admin-account-card {
  display: grid;
  gap: 0;
  padding: 0.2rem;
  border: 1px solid color-mix(in srgb, var(--line) 82%, rgba(255, 255, 255, 0.02));
  border-radius: 1.1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 100%),
    rgba(8, 12, 17, 0.45);
}

.admin-account-card__summary {
  display: grid;
  gap: 0.9rem;
  padding: 0.9rem;
  cursor: pointer;
  list-style: none;
}

.admin-account-card__summary::-webkit-details-marker {
  display: none;
}

.admin-account-card__title {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.admin-account-card__title h3 {
  font-size: 1rem;
  line-height: 1.35;
}

.admin-account-card__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.admin-account-card__facts div {
  display: grid;
  gap: 0.22rem;
  padding: 0.8rem 0.85rem;
  border-radius: 0.95rem;
  border: 1px solid color-mix(in srgb, var(--line) 82%, rgba(255, 255, 255, 0.02));
  background: rgba(255, 255, 255, 0.02);
}

.admin-account-card__facts span {
  color: var(--text-dim);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-account-card__facts strong {
  font-size: 0.88rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.admin-account-card__details {
  display: grid;
  gap: 1rem;
  padding: 0 0.9rem 0.9rem;
}

.admin-record__facts--account {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-account-card__meta {
  display: grid;
  gap: 0.55rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  border: 1px solid color-mix(in srgb, var(--line) 82%, rgba(255, 255, 255, 0.02));
  background: rgba(255, 255, 255, 0.02);
  color: var(--text-muted);
  line-height: 1.75;
}

.admin-account-card__meta strong {
  color: var(--text);
}

.submission-upload input[type="file"] {
  padding: 0;
  border: 0;
  background: transparent;
}

.submission-success {
  position: relative;
  z-index: 1;
}

.marketplace-success {
  padding-top: 2rem;
}

.marketplace-success-panel,
.marketplace-success__copy {
  display: grid;
  gap: 1rem;
}

.marketplace-success-panel {
  padding: clamp(1.6rem, 3vw, 2.4rem);
}

.marketplace-success__title {
  max-width: 18ch;
}

.marketplace-success__summary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.marketplace-success__note {
  color: var(--text-dim);
  line-height: 1.8;
}

.marketplace-detail-hero {
  padding-top: 2rem;
}

.marketplace-detail-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 1.06fr);
  gap: 1.25rem;
  align-items: stretch;
}

.marketplace-detail-hero__copy {
  display: grid;
  gap: 1rem;
  align-content: center;
  padding: 1rem 0;
}

.marketplace-detail-hero__lead {
  max-width: 42rem;
  line-height: 1.82;
}

.marketplace-detail-visual {
  min-height: 26rem;
  position: relative;
}

.marketplace-detail-visual--client {
  background:
    radial-gradient(circle at 22% 18%, rgba(201, 168, 76, 0.18), transparent 22%),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(160deg, rgba(10, 15, 23, 0.96), rgba(18, 24, 34, 0.92));
  background-size: auto, 1.8rem 1.8rem, 1.8rem 1.8rem, auto;
}

.project-hero-board {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 9%;
  display: grid;
  gap: 0.6rem;
  padding: 1.2rem;
  border: 1px solid rgba(201, 168, 76, 0.24);
  border-radius: 1.1rem;
  background: rgba(7, 10, 16, 0.74);
}

.project-hero-board span {
  color: var(--text-dim);
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.project-hero-board strong {
  font-size: 1.15rem;
  line-height: 1.35;
}

.project-hero-board p {
  color: var(--text-muted);
  line-height: 1.7;
}

.marketplace-media-grid,
.marketplace-file-list {
  display: grid;
  gap: 1rem;
}

.marketplace-media-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.marketplace-media-card {
  display: grid;
  gap: 0.8rem;
  padding: 0.9rem;
}

.marketplace-media-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(160deg, rgba(9, 14, 21, 0.96), rgba(18, 24, 34, 0.92));
  background-size: 1.3rem 1.3rem, 1.3rem 1.3rem, auto;
  padding: 0.6rem;
}

.marketplace-media-card span {
  color: var(--text-muted);
  line-height: 1.55;
  overflow-wrap: break-word;
}

.marketplace-file-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
}

.marketplace-file-card div {
  display: grid;
  gap: 0.32rem;
  min-width: 0;
}

.marketplace-file-card span:first-child {
  color: var(--text-dim);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.marketplace-file-card strong {
  font-size: 0.98rem;
  line-height: 1.45;
  overflow-wrap: break-word;
}

.marketplace-file-card__action {
  color: var(--accent-soft);
  white-space: nowrap;
}

.project-detail-hero {
  padding-top: 2rem;
}

.project-detail-hero__layout,
.project-overview-grid,
.project-pricing-grid,
.project-ideal-grid,
.project-included-grid {
  display: grid;
  gap: 1.25rem;
}

.project-detail-hero__layout {
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  align-items: stretch;
}

.project-detail-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.2rem 0;
  transform: translate3d(0, calc(var(--hero-parallax) * -0.14), 0);
}

.project-detail-hero__title {
  margin-bottom: 1rem;
}

.project-detail-hero__lead {
  max-width: 43rem;
  line-height: 1.82;
}

.project-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.2rem;
}

.project-spec {
  padding: 1rem 1.05rem;
}

.project-spec__label,
.project-detail-card__facts span,
.project-budget-card__label,
.project-note span,
.project-hero-visual__eyebrow,
.project-hero-visual__card span {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--text-dim);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-spec strong,
.project-detail-card__facts strong,
.project-budget-card strong,
.project-hero-visual__card strong {
  font-size: 1rem;
  line-height: 1.45;
}

.project-hero-visual {
  position: relative;
  min-height: 35rem;
  padding: 1.4rem;
  overflow: hidden;
  isolation: isolate;
  transform: perspective(1200px) rotateX(calc(var(--hero-tilt) * 0.28)) translate3d(0, calc(var(--hero-parallax) * -0.06), 0);
}

.project-hero-visual::before,
.project-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.project-hero-visual::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 2rem 2rem;
  opacity: 0.32;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 92%);
}

.project-hero-visual::after {
  background:
    radial-gradient(circle at 18% 18%, rgba(201, 168, 76, 0.16), transparent 26%),
    radial-gradient(circle at 82% 26%, rgba(140, 188, 201, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 42%);
}

.project-hero-visual__grid {
  position: absolute;
  inset: 16% 12% 16%;
  border: 1px solid rgba(201, 168, 76, 0.16);
  background:
    linear-gradient(rgba(201, 168, 76, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 168, 76, 0.08) 1px, transparent 1px);
  background-size: 2.2rem 2.2rem;
  opacity: 0.32;
  transform: perspective(1000px) rotateX(75deg) translate3d(0, 24%, 0);
  transform-origin: center bottom;
}

.project-hero-visual__boards,
.project-hero-visual__measure,
.project-hero-visual__card {
  position: absolute;
  z-index: 2;
}

.project-hero-visual__boards {
  inset: 3.8rem 1.4rem 1.4rem 1.4rem;
}

.project-board {
  position: absolute;
  display: grid;
  gap: 0.7rem;
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 100%),
    rgba(6, 10, 15, 0.32);
  box-shadow:
    inset 0 0 0 1px rgba(201, 168, 76, 0.06),
    0 22px 38px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(14px);
}

.project-board__label {
  display: inline-flex;
  align-items: center;
  color: rgba(244, 240, 232, 0.72);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.project-board__label::before {
  content: "";
  width: 2.4rem;
  height: 1px;
  margin-right: 0.55rem;
  background: rgba(201, 168, 76, 0.36);
}

.project-board__canvas {
  position: relative;
  min-height: 9.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.95rem;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 100%);
  background-size: 1.4rem 1.4rem, 1.4rem 1.4rem, auto;
  overflow: hidden;
}

.project-board__canvas::before {
  content: "";
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(201, 168, 76, 0.12);
  border-radius: 0.85rem;
}

.project-board__canvas svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.project-board__canvas svg * {
  fill: none;
  stroke: rgba(235, 242, 248, 0.74);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.project-board__canvas--coast svg * {
  stroke: rgba(233, 241, 247, 0.8);
}

.project-board__canvas--urban svg * {
  stroke: rgba(240, 244, 248, 0.74);
}

.project-board__canvas--retreat svg * {
  stroke: rgba(223, 243, 234, 0.74);
}

.project-board--1 {
  left: 3%;
  top: 3%;
  width: 41%;
  min-height: 13rem;
}

.project-board--2 {
  right: 4%;
  top: 14%;
  width: 30%;
  min-height: 17rem;
}

.project-board--3 {
  left: 26%;
  bottom: 3%;
  width: 40%;
  min-height: 10.5rem;
}

.project-hero-visual--urban .project-board--1 {
  left: 9%;
  top: 9%;
  width: 34%;
  min-height: 14rem;
}

.project-hero-visual--urban .project-board--2 {
  right: 7%;
  top: 6%;
  width: 28%;
  min-height: 18rem;
}

.project-hero-visual--urban .project-board--3 {
  left: 28%;
  bottom: 6%;
  width: 36%;
  min-height: 11rem;
}

.project-hero-visual--retreat .project-board--1 {
  left: 7%;
  top: 8%;
  width: 38%;
  min-height: 12rem;
}

.project-hero-visual--retreat .project-board--2 {
  right: 6%;
  top: 18%;
  width: 32%;
  min-height: 14rem;
}

.project-hero-visual--retreat .project-board--3 {
  left: 22%;
  bottom: 4%;
  width: 44%;
  min-height: 11rem;
}

.project-hero-visual__measure {
  color: rgba(244, 240, 232, 0.6);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-hero-visual__measure::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 2.2rem;
  height: 1px;
  background: rgba(201, 168, 76, 0.28);
}

.project-hero-visual__measure--a {
  left: 1.2rem;
  top: 9.4rem;
}

.project-hero-visual__measure--a::before {
  left: calc(100% + 0.55rem);
}

.project-hero-visual__measure--b {
  right: 1.3rem;
  top: 12.2rem;
  text-align: right;
}

.project-hero-visual__measure--b::before {
  right: calc(100% + 0.55rem);
}

.project-hero-visual__measure--c {
  right: 1.9rem;
  bottom: 4.8rem;
  text-align: right;
}

.project-hero-visual__measure--c::before {
  right: calc(100% + 0.55rem);
}

.project-hero-visual__card {
  left: 1.4rem;
  bottom: 1.4rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: color-mix(in srgb, var(--bg-panel) 92%, transparent);
  backdrop-filter: blur(18px);
}

.project-hero-visual--coast {
  background:
    radial-gradient(circle at 20% 18%, rgba(201, 168, 76, 0.16), transparent 24%),
    radial-gradient(circle at 76% 22%, rgba(114, 157, 182, 0.16), transparent 24%),
    linear-gradient(150deg, rgba(8, 12, 18, 0.96), rgba(17, 23, 31, 0.9));
}

.project-hero-visual--urban {
  background:
    radial-gradient(circle at 22% 24%, rgba(201, 168, 76, 0.16), transparent 22%),
    radial-gradient(circle at 82% 28%, rgba(255, 255, 255, 0.08), transparent 20%),
    linear-gradient(160deg, rgba(10, 11, 16, 0.96), rgba(22, 26, 34, 0.92));
}

.project-hero-visual--retreat {
  background:
    radial-gradient(circle at 16% 18%, rgba(201, 168, 76, 0.18), transparent 24%),
    radial-gradient(circle at 78% 24%, rgba(110, 144, 128, 0.16), transparent 22%),
    linear-gradient(160deg, rgba(9, 13, 15, 0.96), rgba(19, 25, 28, 0.92));
}

.project-overview-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
}

.project-detail-card,
.detail-list-card,
.project-budget-card,
.project-note,
.ideal-card,
.timeline-card,
.project-cta-panel {
  padding: 1.4rem;
}

.project-overview-copy,
.detail-list,
.timeline-card p,
.project-note p,
.project-budget-card p {
  color: var(--text-muted);
  line-height: 1.85;
}

.project-detail-card__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.project-detail-card__facts > div,
.project-inquiry-summary__grid > div,
.submission-summary__grid > div {
  min-width: 0;
}

.project-pricing-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.project-budget-card strong {
  display: block;
  margin-bottom: 0.6rem;
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1.1;
}

.detail-list-card h3,
.ideal-card h3,
.timeline-card h3 {
  margin-bottom: 0.9rem;
  font-size: 1.12rem;
}

.detail-list {
  display: grid;
  gap: 0.85rem;
}

.detail-list li {
  position: relative;
  padding-left: 1.2rem;
}

.detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  box-shadow: 0 0 0 0.2rem rgba(201, 168, 76, 0.12);
}

.project-note {
  margin-top: 1.25rem;
}

.project-timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.timeline-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 100%),
    color-mix(in srgb, var(--bg-panel) 92%, transparent);
}

.timeline-card__index {
  display: inline-flex;
  margin-bottom: 0.8rem;
  color: var(--accent);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.project-ideal-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.project-inquiry-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: 1.25rem;
  align-items: start;
}

.project-inquiry-summary,
.project-inquiry-panel {
  padding: 1.45rem;
}

.project-inquiry-summary {
  display: grid;
  gap: 1rem;
}

.project-inquiry-summary__eyebrow {
  display: inline-flex;
  align-items: center;
  color: var(--accent);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.project-inquiry-summary__eyebrow::before {
  content: "";
  width: 2.4rem;
  height: 1px;
  margin-right: 0.55rem;
  background: currentColor;
  opacity: 0.58;
}

.project-inquiry-summary h3,
.project-inquiry-panel__intro h3 {
  font-size: 1.2rem;
  line-height: 1.35;
}

.project-inquiry-summary__grid {
  display: grid;
  gap: 0.9rem;
}

.project-inquiry-summary__grid div {
  display: grid;
  gap: 0.35rem;
  padding: 0.95rem 1rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
}

.project-inquiry-summary__grid span,
.project-inquiry-panel__intro p {
  color: var(--text-muted);
  line-height: 1.8;
}

.project-inquiry-summary__grid span {
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-inquiry-panel {
  position: relative;
}

.project-inquiry-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(201, 168, 76, 0.08), transparent 32%);
  pointer-events: none;
}

.project-inquiry-panel__intro {
  display: grid;
  gap: 0.7rem;
  margin-bottom: 1.15rem;
}

.project-inquiry-form {
  position: relative;
  z-index: 1;
}

.project-inquiry-success strong {
  color: var(--accent);
}

.project-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.25rem;
}

@keyframes heroFallbackFloat {
  0%,
  100% {
    transform: translate3d(0, calc(var(--hero-parallax) * -0.28), 0);
  }

  50% {
    transform: translate3d(0, calc(var(--hero-parallax) * -0.28 - 12px), 0);
  }
}

@keyframes heroWireDrift {
  0%,
  100% {
    opacity: 0.42;
  }

  50% {
    opacity: 0.7;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy,
  .hero-stage,
  .hero-stage::before,
  .hero-stage__status,
  .hero-stage__detail,
  .hero-stage__legend,
  .hero-visual,
  .hero-fallback__villa,
  .hero-fallback__wire {
    animation: none;
    transform: none;
  }
}

@media (min-width: 1440px) {
  .hero-grid,
  .developer-profile-hero__layout,
  .submission-hero__layout,
  .project-detail-hero__layout {
    gap: 1.85rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(500px, 0.95fr);
  }

  .hero-lead,
  .developer-profile-hero__lead,
  .project-detail-hero__lead {
    max-width: 46rem;
  }

  .metric-grid,
  .steps-grid,
  .features-grid,
  .projects-grid,
  .testimonials-grid,
  .marketplace-grid,
  .detail-list-grid,
  .developer-project-grid,
  .project-pricing-grid,
  .project-timeline-grid,
  .submission-layout,
  .project-inquiry-layout {
    gap: 1.5rem;
  }

  .projects-grid,
  .testimonials-grid,
  .marketplace-grid {
    grid-auto-rows: 1fr;
  }

  .marketplace-hero__copy {
    max-width: 82rem;
  }

  .marketplace-hero__title {
    max-width: 24ch;
    font-size: clamp(3.15rem, 4.8vw, 5.35rem);
  }

  .marketplace-hero .hero-lead {
    max-width: 72rem;
  }

  .marketplace-hero .chip-row {
    max-width: 70rem;
  }

  .developer-profile-hero__layout {
    grid-template-columns: minmax(0, 0.96fr) minmax(520px, 1.04fr);
  }

  .submission-hero__layout {
    grid-template-columns: minmax(0, 0.98fr) minmax(500px, 1.02fr);
  }

  .project-detail-hero__layout {
    grid-template-columns: minmax(0, 0.96fr) minmax(520px, 1.04fr);
  }

  .marketplace-detail-hero__layout {
    grid-template-columns: minmax(0, 0.96fr) minmax(500px, 1.04fr);
  }

  .project-overview-grid {
    grid-template-columns: minmax(0, 1.22fr) minmax(340px, 0.78fr);
    gap: 1.5rem;
  }

  .submission-layout,
  .project-inquiry-layout {
    grid-template-columns: minmax(310px, 0.82fr) minmax(0, 1.18fr);
  }
}

@media (min-width: 1600px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(580px, 0.92fr);
    gap: 2.4rem;
  }

  .hero-lead,
  .developer-profile-hero__lead,
  .project-detail-hero__lead {
    max-width: 49rem;
  }

  .marketplace-hero__copy {
    max-width: 84rem;
  }

  .marketplace-hero .hero-lead,
  .marketplace-hero .chip-row {
    max-width: 74rem;
  }

  .projects-grid,
  .testimonials-grid,
  .marketplace-grid,
  .detail-list-grid,
  .developer-project-grid,
  .project-pricing-grid,
  .project-timeline-grid,
  .submission-layout,
  .project-inquiry-layout {
    gap: 1.7rem;
  }

  .project-overview-grid {
    grid-template-columns: minmax(0, 1.28fr) minmax(360px, 0.72fr);
  }

  .submission-layout,
  .project-inquiry-layout {
    grid-template-columns: minmax(340px, 0.84fr) minmax(0, 1.16fr);
  }
}

@media (max-width: 1100px) {
  .hero-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .projects-grid,
  .testimonials-grid,
  .audience-grid,
  .stats-grid,
  .marketplace-grid,
  .developer-project-grid,
  .detail-list-grid,
  .submission-layout,
  .project-pricing-grid,
  .project-timeline-grid,
  .project-ideal-grid,
  .project-overview-grid,
  .project-inquiry-layout,
  .developer-profile-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-stage {
    min-height: 38rem;
  }

  .project-detail-hero__layout {
    grid-template-columns: 1fr;
  }

  .developer-profile-hero__layout {
    grid-template-columns: 1fr;
  }

  .marketplace-hero__layout {
    grid-template-columns: 1fr;
  }

  .submission-hero__layout {
    grid-template-columns: 1fr;
  }

  .marketplace-detail-hero__layout {
    grid-template-columns: 1fr;
  }

  .project-hero-visual {
    min-height: 31rem;
  }

  .developer-profile-visual {
    min-height: 30rem;
  }

  .marketplace-detail-visual {
    min-height: 28rem;
  }

  .marketplace-stage {
    min-height: 28rem;
  }

  .submission-stage {
    min-height: 27rem;
  }

  .auth-entry-layout {
    grid-template-columns: minmax(240px, 0.88fr) minmax(0, 1.12fr);
  }

  body[data-submission-type="client"] .submission-stage__panel--b {
    right: 9%;
    top: 17%;
    width: 32%;
  }

  body[data-submission-type="client"] .submission-stage__notes {
    right: 9%;
    top: 48%;
    width: 32%;
  }

  body[data-submission-type="professional"] .submission-stage__panel--b {
    right: 10% !important;
    top: 24% !important;
    width: 34% !important;
  }

  body[data-submission-type="professional"] .submission-stage__notes {
    display: none !important;
  }

  .hero-visual {
    inset: 6rem 1.4rem 3rem;
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .professionals-stage__notes {
    width: min(16rem, 38%);
  }
}

@media (max-width: 820px) {
  .metric-grid,
  .steps-grid,
  .features-grid,
  .projects-grid,
  .testimonials-grid,
  .audience-grid,
  .process-grid,
  .stats-grid,
  .marketplace-grid,
  .developer-project-grid,
  .developer-profile-metrics,
  .developer-profile-facts,
  .detail-list-grid,
  .project-spec-grid,
  .submission-layout,
  .project-pricing-grid,
  .project-timeline-grid,
  .project-ideal-grid,
  .project-overview-grid,
  .developer-profile-overview,
  .project-detail-card__facts,
  .project-inquiry-layout,
  .marketplace-card__facts,
  .marketplace-success__summary,
  .marketplace-media-grid {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }

  .hero-stage__watermark {
    font-size: 3.3rem;
  }

  .hero-stage__status,
  .hero-stage__legend,
  .hero-stage__detail {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
  }

  .hero-visual {
    position: relative;
    inset: auto;
    min-height: 21rem;
    margin: 0.35rem 0;
    transform: none;
  }

  .hero-video-toggle {
    top: 0.85rem;
    right: 0.85rem;
    width: 2.65rem;
    height: 2.65rem;
  }

  .hero-visual__annotation {
    display: none;
  }

  .project-hero-visual {
    min-height: 24rem;
    transform: none;
  }

  .developer-profile-visual {
    min-height: 24rem;
    transform: none;
  }

  .marketplace-stage {
    min-height: 24rem;
    transform: none;
  }

  .submission-stage {
    min-height: 24rem;
    transform: none;
  }

  .marketplace-stage__notes {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 1rem;
  }

  .submission-stage__notes {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 1rem;
  }

  .marketplace-stage__board--a,
  .marketplace-stage__board--b {
    width: auto;
  }

  .submission-stage__panel--a,
  .submission-stage__panel--b {
    width: auto;
  }

  .auth-entry-layout,
  .auth-admin-panel {
    grid-template-columns: 1fr;
  }

  .auth-signup-group__fields {
    grid-template-columns: 1fr;
  }

  .auth-role-switch {
    grid-template-columns: 1fr;
  }

  .auth-role-entry-link {
    margin-top: -0.6rem;
  }

  .auth-hero__copy {
    text-align: left;
    margin: 0;
  }

  .auth-hero__title {
    margin-inline: 0;
    max-width: none;
  }

  .project-hero-visual__measure {
    display: none;
  }

  .project-hero-visual__boards {
    inset: 4rem 1rem 1rem;
  }

  .project-board,
  .project-hero-visual--urban .project-board,
  .project-hero-visual--retreat .project-board {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    min-height: auto;
  }

  .project-hero-visual__boards {
    display: grid;
    gap: 0.8rem;
  }

  .project-board__canvas {
    min-height: 8rem;
  }

  .project-cta-panel {
    grid-template-columns: 1fr;
  }

  .marketplace-tabs {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }

  .marketplace-tab {
    width: 100%;
  }

  .marketplace-card__footer {
    align-items: stretch;
  }

  .marketplace-card__actions {
    grid-template-columns: 1fr;
  }

  .admin-dashboard-grid,
  .admin-dashboard-grid--featured {
    grid-template-columns: 1fr;
  }

  .admin-record__top,
  .admin-record__actions,
  .admin-inline-form__actions {
    grid-template-columns: 1fr;
  }

  .admin-record__top {
    display: grid;
  }

  .admin-record__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-account-card__facts,
  .admin-record__facts--account {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .demo-admin--card {
    display: grid;
    grid-template-columns: 1fr;
  }

  .marketplace-card__cta {
    width: 100%;
  }

  .hero-fallback__platform {
    left: 12%;
    right: 10%;
    bottom: 14%;
  }

  .professionals-stage {
    min-height: 28rem;
  }

  .professionals-stage__notes {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 1rem;
  }

  .professionals-stage__card {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: none;
    margin-top: auto;
  }
}

@media (max-width: 540px) {
  .hero {
    padding-top: 0.75rem;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .hero-copy {
    display: contents;
  }

  .hero-stage {
    order: 3;
    min-height: auto;
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
    transform: none;
    isolation: auto;
  }

  .hero-stage::before {
    display: none;
  }

  .hero .eyebrow {
    order: 1;
  }

  .hero-title {
    order: 2;
    font-size: 3rem;
  }

  .hero-lead {
    order: 4;
    margin-bottom: 0;
  }

  .hero-actions {
    order: 5;
  }

  .hero-note {
    order: 6;
  }

  .chip-row {
    order: 7;
  }

  .metric-grid {
    order: 8;
  }

  .hero-stage__watermark,
  .hero-stage__status,
  .hero-stage__detail,
  .hero-stage__legend {
    display: none;
  }

  .admin-record__facts {
    grid-template-columns: 1fr;
  }

  .admin-account-card__facts,
  .admin-record__facts--account {
    grid-template-columns: 1fr;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-visual {
    display: block;
    min-height: 0;
    height: auto;
    aspect-ratio: auto;
    padding: 0;
    overflow: hidden;
  }

  .hero-video {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center;
  }

  .hero-video-toggle {
    top: 0.8rem;
    left: 0.8rem;
    right: auto;
  }

  .project-hero-visual {
    min-height: 18rem;
  }
}

@supports (-webkit-touch-callout: none) {
  @media (max-width: 820px) {
    #marketplace-listings,
    #marketplace-listings .section-heading,
    .marketplace-tabs,
    .marketplace-panel,
    .marketplace-grid,
    .marketplace-card,
    .marketplace-card__media {
      opacity: 1 !important;
      transform: none !important;
      filter: none !important;
      will-change: auto;
    }

    #marketplace-listings {
      visibility: visible !important;
    }

    .marketplace-card,
    .marketplace-card__media,
    .marketplace-card__facts div,
    .demo-admin {
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
    }

    .marketplace-card {
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
        rgba(9, 13, 18, 0.96);
    }
  }
}
