/* Phase 2 — motif utilities + eight stylistic hero patterns (#16–23) */

/* ========== Shared motif utilities ========== */
.hero-motif-dotgrid {
  background-image: radial-gradient(circle, rgb(26 35 50 / 0.18) 1px, transparent 1.5px);
  background-size: 10px 10px;
  background-repeat: repeat;
}

.hero-motif-tear {
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.hero-title-accent {
  color: var(--accent-hot);
}

.hero-accent-rule {
  display: block;
  width: 3.5rem;
  height: 0.28rem;
  margin: 0 0 1rem;
  border: 0;
  border-radius: 2px;
  background: var(--accent-hot);
}

.hero-accent-banner {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.35rem 0.75rem;
  border-radius: 4px;
  background: var(--accent-hot);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ========== 16. Geometric Motif ========== */
.hero-geometric-motif {
  isolation: isolate;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 34rem;
  overflow: hidden;
  background: var(--hero-field-2, #fff8f9);
}

.hero-geometric-motif__wash {
  position: absolute;
  z-index: 0;
  inset: 0 35% 0 0;
  width: 65%;
  height: 100%;
  max-width: none;
  pointer-events: none;
  display: block;
}

.hero-geometric-motif__exit {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 3.25rem;
  max-width: none;
  pointer-events: none;
  display: block;
}

.hero-geometric-motif .hero-nav {
  position: relative;
  z-index: 4;
  background: transparent;
  border-bottom: 0;
}

.hero-geometric-motif__body {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1rem;
  align-items: center;
  padding: 1.25rem 1.5rem 2.5rem;
  flex: 1;
}

.hero-geometric-motif__copy {
  position: relative;
  z-index: 2;
  padding-left: 0.25rem;
}

.hero-geometric-motif__copy .hero-title {
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(2rem, 4.5vw, 3.1rem);
  font-weight: 700;
  line-height: 1.05;
  color: var(--accent);
  letter-spacing: -0.02em;
}

.hero-geometric-motif__copy .hero-title-accent {
  color: var(--ink);
}

.hero-geometric-motif__copy .hero-btn--pill {
  background: #fff;
  color: var(--accent);
  border-color: #fff;
  box-shadow: 0 10px 28px color-mix(in srgb, var(--ink) 12%, transparent);
}

.hero-geometric-motif__copy .hero-btn--pill:hover {
  background: var(--accent-soft);
  color: var(--ink);
}

.hero-geometric-motif__contact {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
  padding: 0.35rem 1rem 0.35rem 0.35rem;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
}

.hero-geometric-motif__contact-icon {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: var(--accent);
  font-size: 0.85rem;
}

.hero-geometric-motif__visual {
  position: relative;
  z-index: 1;
  min-height: 18rem;
  display: grid;
  place-items: center;
}

.hero-geometric-motif__cluster {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero-geometric-motif__cluster--a {
  width: 7rem;
  height: 7rem;
  left: 2%;
  top: 6%;
  background: var(--accent);
  opacity: 0.9;
}

.hero-geometric-motif__cluster--b {
  width: 3.5rem;
  height: 3.5rem;
  right: 8%;
  top: 4%;
  background: #fff;
  box-shadow: 0 8px 20px color-mix(in srgb, var(--ink) 12%, transparent);
}

.hero-geometric-motif__cluster--c {
  width: 4.5rem;
  height: 4.5rem;
  left: 0;
  bottom: 12%;
  background: var(--accent-warm);
}

.hero-geometric-motif__dots {
  position: absolute;
  width: 5.5rem;
  height: 4.5rem;
  right: 4%;
  bottom: 8%;
  opacity: 0.55;
}

.hero-geometric-motif__geo {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.hero-geometric-motif__geo--line {
  width: 4.5rem;
  height: 0.28rem;
  left: 12%;
  top: 40%;
  background: var(--ink);
  transform: rotate(-42deg);
  opacity: 0.35;
}

.hero-geometric-motif__geo--square {
  width: 0.9rem;
  height: 0.9rem;
  right: 18%;
  top: 32%;
  background: var(--accent-hot);
}

.hero-geometric-motif__geo--bar {
  width: 4.25rem;
  height: 0.85rem;
  left: 16%;
  bottom: 10%;
  border-radius: 999px;
  background: var(--accent);
  opacity: 0.85;
}

.hero-geometric-motif__spark {
  position: absolute;
  z-index: 2;
  right: 22%;
  top: 18%;
  width: 2.25rem;
  height: 2.25rem;
  background:
    linear-gradient(#fff, #fff) center / 100% 2px no-repeat,
    linear-gradient(#fff, #fff) center / 2px 100% no-repeat,
    linear-gradient(#fff, #fff) center / 70% 2px no-repeat,
    linear-gradient(#fff, #fff) center / 2px 70% no-repeat;
  transform: rotate(28deg);
  filter: drop-shadow(0 0 1px rgb(255 255 255 / 0.8));
  opacity: 0.95;
}

.hero-geometric-motif__photo {
  position: relative;
  z-index: 1;
  width: min(100%, 17.5rem);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 22px 48px color-mix(in srgb, var(--ink) 22%, transparent);
}

.hero-geometric-motif__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-geometric-motif__badge {
  position: absolute;
  z-index: 3;
  left: 6%;
  top: 42%;
  display: grid;
  place-items: center;
  width: 5.25rem;
  height: 5.25rem;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 28px color-mix(in srgb, var(--accent) 40%, transparent);
}

.hero-geometric-motif__badge span {
  display: block;
}

.hero-geometric-motif .hero-outline-word {
  left: 8%;
  bottom: -0.15rem;
  z-index: 2;
  color: var(--ink);
  -webkit-text-stroke: 0;
  text-stroke: 0;
  /* Solid ink + light halo: readable on peach, white, and photo */
  text-shadow:
    -2px -2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px 2px 0 #fff,
    -3px 0 0 #fff,
    3px 0 0 #fff,
    0 -3px 0 #fff,
    0 3px 0 #fff,
    0 6px 14px rgb(255 255 255 / 0.55);
}

@media (max-width: 48rem) {
  .hero-geometric-motif__wash {
    inset: 0;
    width: 100%;
    height: 55%;
  }

  .hero-geometric-motif__exit {
    height: 2.5rem;
  }

  .hero-geometric-motif__body {
    grid-template-columns: 1fr;
  }

  .hero-geometric-motif__visual {
    order: -1;
    min-height: 15rem;
  }

  .hero-geometric-motif__photo {
    width: min(100%, 13rem);
  }

  .hero-geometric-motif .hero-outline-word {
    font-size: 3.25rem;
  }
}

/* ========== 17. Feature Pills Overlap ========== */
.hero-feature-pills {
  isolation: isolate;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 32rem;
  padding-bottom: 3.5rem;
  overflow: visible;
  background: var(--hero-field, #f7f9fb);
}

.hero-feature-pills .hero-nav {
  position: relative;
  z-index: 5;
  background: var(--surface-raised);
  border-bottom: 1px solid var(--border);
}

.hero-feature-pills__body {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 1.25rem;
  align-items: center;
  padding: 1.5rem 1.5rem 0;
  flex: 1;
}

.hero-feature-pills__social {
  position: absolute;
  z-index: 4;
  left: 0.65rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 0.55rem 0.4rem;
  border-radius: 999px;
  background: var(--ink);
  box-shadow: var(--hero-shadow);
}

.hero-feature-pills__social a {
  display: grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
}

.hero-feature-pills__social a:hover {
  background: var(--accent);
}

.hero-feature-pills__copy {
  padding-left: 2.75rem;
}

.hero-feature-pills__copy .hero-title {
  font-size: clamp(1.7rem, 3.5vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.hero-feature-pills__copy .hero-title-accent,
.hero-feature-pills__copy .hero-eyebrow .hero-title-accent {
  color: var(--accent);
}

.hero-feature-pills__copy .hero-lede {
  max-width: 26rem;
}

.hero-feature-pills__copy .hero-accent-rule {
  width: 4.5rem;
  margin: 0.85rem 0 1rem;
}

.hero-feature-pills__scene {
  position: relative;
  min-height: 18rem;
  display: grid;
  place-items: end center;
}

.hero-feature-pills__block {
  position: absolute;
  inset: 2% 2% 12% 8%;
  border-radius: 4rem 1.25rem 3.5rem 1.5rem;
  background: linear-gradient(145deg, var(--accent-deep) 0%, var(--accent-hot) 55%, var(--accent-warm) 100%);
  box-shadow: 0 24px 48px color-mix(in srgb, var(--accent-deep) 30%, transparent);
}

.hero-feature-pills__orb {
  position: absolute;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--ink) 12%, transparent);
}

.hero-feature-pills__orb--lg {
  width: 58%;
  aspect-ratio: 1;
  left: 18%;
  bottom: 4%;
}

.hero-feature-pills__orb--sm {
  width: 22%;
  aspect-ratio: 1;
  right: 2%;
  top: 12%;
  background: var(--accent-soft);
}

.hero-feature-pills__subject {
  position: relative;
  z-index: 2;
  width: min(78%, 16rem);
  max-height: 20rem;
  aspect-ratio: 3 / 4;
  margin-bottom: 0.35rem;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
  box-shadow: 0 18px 40px color-mix(in srgb, var(--ink) 28%, transparent);
}

.hero-feature-pills__subject img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-feature-pills__float {
  position: absolute;
  z-index: 3;
  right: 10%;
  top: 22%;
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--accent-hot);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  box-shadow: 0 8px 20px color-mix(in srgb, var(--accent-hot) 45%, transparent);
}

.hero-feature-pills__row {
  position: absolute;
  z-index: 6;
  left: 1rem;
  right: 1rem;
  bottom: -1.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.hero-feature-pills__pill {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  background: var(--surface-raised);
  box-shadow: 0 16px 40px rgb(26 35 50 / 0.1);
}

.hero-feature-pills__pill-icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--accent), var(--accent-deep));
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
}

.hero-feature-pills__pill strong {
  display: block;
  font-size: 0.8125rem;
  font-weight: 800;
}

.hero-feature-pills__pill span {
  font-size: 0.7rem;
  color: var(--ink-muted);
  line-height: 1.35;
}

@media (max-width: 48rem) {
  .hero-feature-pills {
    padding-bottom: 1rem;
    min-height: 0;
  }

  .hero-feature-pills__body {
    grid-template-columns: 1fr;
  }

  .hero-feature-pills__social {
    display: none;
  }

  .hero-feature-pills__copy {
    padding-left: 0;
  }

  .hero-feature-pills__scene {
    order: -1;
    min-height: 12rem;
  }

  .hero-feature-pills__subject {
    max-height: 14rem;
    width: min(55%, 11rem);
  }

  .hero-feature-pills__row {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0 1rem 1.25rem;
    grid-template-columns: 1fr;
  }

  .hero-feature-pills__pill {
    border-radius: 14px;
  }
}

/* ========== 18. Trail Texture ========== */
.hero-trail-texture {
  isolation: isolate;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 28rem;
  overflow: hidden;
  background: var(--hero-field, #fafbfc);
}

.hero-trail-texture .hero-nav {
  position: relative;
  z-index: 4;
  background: rgb(255 255 255 / 0.9);
  border-bottom: 1px solid var(--border);
}

.hero-trail-texture__body {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  align-items: center;
  padding: 1.75rem 1.5rem 2rem;
  flex: 1;
}

.hero-trail-texture__paths {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.45;
  color: var(--ink-muted);
}

.hero-trail-texture__blob {
  position: absolute;
  z-index: 0;
  width: 42%;
  max-width: 22rem;
  left: -4%;
  bottom: 4%;
  pointer-events: none;
  display: block;
  overflow: visible;
}

.hero-trail-texture__blob-a {
  fill: color-mix(in srgb, var(--accent) 22%, transparent);
}

.hero-trail-texture__blob-b {
  fill: color-mix(in srgb, var(--accent-hot) 16%, transparent);
}

.hero-trail-texture__exit {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2.75rem;
  max-width: none;
  pointer-events: none;
  display: block;
}

.hero-trail-texture__exit-fill {
  fill: color-mix(in srgb, var(--accent) 14%, #fff);
}

.hero-trail-texture__ring {
  position: absolute;
  z-index: 1;
  width: 4rem;
  height: 4rem;
  border: 4px solid var(--accent-hot);
  border-radius: 50%;
  pointer-events: none;
}

.hero-trail-texture__ring--a {
  left: 42%;
  top: 22%;
}

.hero-trail-texture__ring--b {
  right: 28%;
  bottom: 18%;
  width: 2.75rem;
  height: 2.75rem;
  border-color: var(--accent-warm);
}

.hero-trail-texture__dots {
  position: absolute;
  z-index: 1;
  width: 4.5rem;
  height: 3.5rem;
  opacity: 0.65;
  pointer-events: none;
}

.hero-trail-texture__dots--tl {
  left: 1.5rem;
  top: 5.5rem;
}

.hero-trail-texture__dots--br {
  right: 8%;
  bottom: 12%;
}

.hero-trail-texture__copy {
  position: relative;
  z-index: 2;
}

.hero-trail-texture__media {
  position: relative;
  z-index: 2;
  min-height: 14rem;
  max-height: 20rem;
  overflow: visible;
  border-radius: 0 0 8px 0;
}

.hero-trail-texture__photo {
  width: 100%;
  height: 100%;
  min-height: 14rem;
  max-height: 20rem;
  object-fit: cover;
  display: block;
  clip-path: polygon(0 12%, 8% 4%, 22% 0, 40% 6%, 58% 2%, 75% 8%, 90% 3%, 100% 10%, 100% 100%, 0 100%);
  box-shadow: var(--hero-shadow);
}

.hero-trail-texture__cutout {
  position: absolute;
  z-index: 3;
  right: -4%;
  bottom: -8%;
  width: min(48%, 9.5rem);
  height: auto;
  pointer-events: none;
  filter: drop-shadow(0 10px 18px rgb(26 35 50 / 0.28));
}

.hero-trail-texture__social {
  display: flex;
  gap: 0.45rem;
  margin-top: 1.1rem;
}

.hero-trail-texture__social a {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--accent-hot);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
}

@media (max-width: 48rem) {
  .hero-trail-texture__body {
    grid-template-columns: 1fr;
  }

  .hero-trail-texture__media {
    order: -1;
  }

  .hero-trail-texture__photo {
    min-height: 12rem;
    clip-path: polygon(0 8%, 15% 0, 40% 5%, 70% 0, 100% 8%, 100% 100%, 0 100%);
  }

  .hero-trail-texture__cutout {
    width: min(42%, 7.5rem);
    bottom: -4%;
  }
}

/* ========== 19. Organic Blob Scene ========== */
.hero-organic-blob {
  isolation: isolate;
  display: flex;
  flex-direction: column;
  min-height: 28rem;
  background: var(--hero-field, #fafbfc);
}

.hero-organic-blob .hero-nav {
  background: var(--surface-raised);
  border-bottom: 1px solid var(--border);
}

.hero-organic-blob__body {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1.5rem;
  align-items: center;
  padding: 1.75rem 1.5rem 2.25rem;
  flex: 1;
}

.hero-organic-blob__scene {
  position: relative;
  min-height: 16rem;
  display: grid;
  place-items: center;
}

.hero-organic-blob__blob {
  position: absolute;
  width: 96%;
  aspect-ratio: 1.05;
  color: var(--motif-ink);
  overflow: visible;
  display: block;
  filter: drop-shadow(0 18px 40px color-mix(in srgb, var(--motif-ink) 35%, transparent));
}

.hero-organic-blob__blob path {
  fill: currentColor;
}

.hero-organic-blob__art {
  position: relative;
  z-index: 2;
  width: min(86%, 16rem);
  aspect-ratio: 1;
}

.hero-organic-blob__copy .hero-title,
.hero-organic-blob__body > div:first-child .hero-title {
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(1.85rem, 3.8vw, 2.7rem);
}

.hero-organic-blob__art img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 12px 24px rgb(0 0 0 / 0.25));
}

.hero-organic-blob__orb {
  display: none;
}

.hero-organic-blob__break {
  position: absolute;
  z-index: 3;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: var(--accent-warm);
  box-shadow: 0 6px 16px color-mix(in srgb, var(--accent-warm) 45%, transparent);
}

.hero-organic-blob__break--a {
  left: -6%;
  top: 28%;
}

.hero-organic-blob__break--b {
  right: -4%;
  bottom: 12%;
  width: 1.75rem;
  height: 1.75rem;
  background: var(--accent-hot);
  border: 0;
}

.hero-organic-blob__star {
  position: absolute;
  z-index: 3;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 1px;
  background: var(--accent-warm);
  transform: rotate(45deg);
}

.hero-organic-blob__star--1 {
  left: 8%;
  top: 12%;
}

.hero-organic-blob__star--2 {
  right: 14%;
  top: 20%;
  width: 0.4rem;
  height: 0.4rem;
}

.hero-organic-blob__star--3 {
  left: 18%;
  bottom: 8%;
}

@media (max-width: 48rem) {
  .hero-organic-blob__body {
    grid-template-columns: 1fr;
  }

  .hero-organic-blob__scene {
    order: -1;
    min-height: 14rem;
  }
}

/* ========== 20. Search Hub Collage ========== */
.hero-search-collage {
  isolation: isolate;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 32rem;
  overflow: hidden;
  background: linear-gradient(
    165deg,
    var(--hero-field, #eef4f3) 0%,
    var(--hero-field-2, #f5f7fa) 55%,
    color-mix(in srgb, var(--accent-warm) 35%, #e8eef3) 100%
  );
}

.hero-search-collage .hero-nav {
  position: relative;
  z-index: 4;
  background: transparent;
}

.hero-search-collage__bokeh {
  position: absolute;
  border-radius: 50%;
  filter: blur(28px);
  pointer-events: none;
  opacity: 0.55;
}

.hero-search-collage__bokeh--a {
  width: 12rem;
  height: 12rem;
  left: -2rem;
  top: 20%;
  background: color-mix(in srgb, var(--accent) 55%, transparent);
}

.hero-search-collage__bokeh--b {
  width: 9rem;
  height: 9rem;
  right: 8%;
  top: 8%;
  background: color-mix(in srgb, var(--accent-hot) 40%, transparent);
}

.hero-search-collage__bokeh--c {
  width: 7rem;
  height: 7rem;
  right: 30%;
  bottom: 18%;
  background: color-mix(in srgb, var(--accent-warm) 55%, transparent);
}

.hero-search-collage__body {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.5rem;
  align-items: center;
  padding: 1.25rem 1.5rem 0;
  flex: 1;
}

.hero-search-collage__hub {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.25rem;
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--surface-raised);
  box-shadow: var(--hero-shadow);
}

.hero-search-collage__hub-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

.hero-search-collage__hub label {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--ink-muted);
}

.hero-search-collage__hub select,
.hero-search-collage__hub input {
  width: 100%;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--border-strong);
  border-radius: 8px;
  font: inherit;
  font-size: 0.875rem;
  background: #fff;
}

.hero-search-collage__hub-search {
  display: flex;
  gap: 0.5rem;
  align-items: flex-end;
}

.hero-search-collage__hub-search > div {
  flex: 1;
}

.hero-search-collage__hub-search .hero-btn {
  flex-shrink: 0;
  height: 2.5rem;
}

.hero-search-collage__collage {
  position: relative;
  min-height: 18rem;
  max-height: 22rem;
}

.hero-search-collage__photo {
  position: absolute;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgb(26 35 50 / 0.16);
}

.hero-search-collage__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-search-collage__photo--main {
  width: 72%;
  aspect-ratio: 3 / 4;
  right: 4%;
  top: 8%;
  z-index: 2;
}

.hero-search-collage__photo--back {
  width: 48%;
  aspect-ratio: 3 / 4;
  left: 0;
  top: 22%;
  z-index: 1;
  opacity: 0.92;
}

.hero-search-collage__card {
  position: absolute;
  z-index: 3;
  left: 4%;
  top: 8%;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.75rem;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 28px rgb(26 35 50 / 0.14);
  font-size: 0.75rem;
  font-weight: 700;
}

.hero-search-collage__card-icon {
  display: grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 8px;
  background: var(--accent-soft);
  color: var(--accent-deep);
  font-size: 0.7rem;
}

.hero-search-collage__proof {
  position: absolute;
  z-index: 3;
  right: 6%;
  bottom: 6%;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.55rem 0.85rem;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 28px rgb(26 35 50 / 0.14);
}

.hero-search-collage__avatars {
  display: flex;
}

.hero-search-collage__avatars img {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
  margin-left: -0.45rem;
}

.hero-search-collage__avatars img:first-child {
  margin-left: 0;
}

.hero-search-collage__proof strong {
  display: block;
  font-size: 0.8125rem;
}

.hero-search-collage__proof span {
  font-size: 0.65rem;
  color: var(--ink-muted);
}

.hero-search-collage__wave {
  position: relative;
  z-index: 1;
  margin-top: auto;
  display: block;
  width: 100%;
  height: 3.5rem;
  max-width: none;
  pointer-events: none;
}

.hero-search-collage__wave-a {
  fill: color-mix(in srgb, var(--accent) 16%, transparent);
}

.hero-search-collage__wave-b {
  fill: color-mix(in srgb, var(--accent-deep) 18%, transparent);
}

@media (max-width: 48rem) {
  .hero-search-collage__body {
    grid-template-columns: 1fr;
  }

  .hero-search-collage__hub-row {
    grid-template-columns: 1fr;
  }

  .hero-search-collage__hub-search {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-search-collage__hub-search .hero-btn {
    width: 100%;
  }

  .hero-search-collage__collage {
    min-height: 14rem;
    max-height: 16rem;
    order: -1;
  }

  .hero-search-collage__photo--main {
    width: 58%;
    top: 10%;
    right: 2%;
  }

  .hero-search-collage__photo--back {
    width: 40%;
    top: 30%;
    left: 2%;
  }

  .hero-search-collage__card {
    display: none;
  }

  .hero-search-collage__proof {
    left: auto;
    right: 3%;
    bottom: 6%;
    max-width: calc(100% - 1rem);
  }
}

/* ========== 21. Fluid Agency Mockup ========== */
.hero-fluid-mockup {
  isolation: isolate;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 36rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 72%, color-mix(in srgb, var(--accent-soft) 80%, transparent) 0 7rem, transparent 7.2rem),
    radial-gradient(circle at 32% 28%, color-mix(in srgb, var(--accent-soft) 55%, transparent) 0 11rem, transparent 11.2rem),
    var(--hero-field, #fff);
}

.hero-fluid-mockup__fx {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-fluid-mockup .hero-nav {
  position: relative;
  z-index: 5;
  background: transparent;
}

.hero-fluid-mockup .hero-nav__brand {
  color: var(--ink);
}

.hero-fluid-mockup .hero-nav__links a {
  color: #fff;
  text-shadow: 0 1px 8px color-mix(in srgb, var(--accent-deep) 45%, transparent);
}

.hero-fluid-mockup .hero-nav__links a:hover {
  color: var(--accent-soft);
}

.hero-fluid-mockup .hero-nav .hero-btn {
  background: #fff;
  color: var(--accent-deep);
  border-color: #fff;
}

.hero-fluid-mockup .hero-nav .hero-btn:hover {
  background: var(--accent-soft);
  color: var(--accent-deep);
}

.hero-fluid-mockup__ghost {
  position: absolute;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent-soft) 70%, transparent);
  pointer-events: none;
}

.hero-fluid-mockup__ghost--a {
  width: 14rem;
  height: 14rem;
  left: -3rem;
  bottom: 8%;
  opacity: 0.55;
}

.hero-fluid-mockup__ghost--b {
  width: 9rem;
  height: 9rem;
  left: 22%;
  top: 18%;
  opacity: 0.4;
}

.hero-fluid-mockup__wave {
  position: absolute;
  pointer-events: none;
  max-width: none;
}

.hero-fluid-mockup__wave--tl {
  width: 58%;
  height: 108%;
  right: -6%;
  top: -4%;
  z-index: 1;
}

.hero-fluid-mockup__wave--br {
  width: 42%;
  height: 55%;
  right: -4%;
  bottom: -6%;
  z-index: 0;
}

.hero-fluid-mockup__exit {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
  max-width: none;
  pointer-events: none;
  display: block;
}

.hero-fluid-mockup__ring {
  position: absolute;
  z-index: 2;
  border: 3px solid rgb(255 255 255 / 0.35);
  border-radius: 50%;
  pointer-events: none;
}

.hero-fluid-mockup__ring--a {
  width: 9rem;
  height: 9rem;
  right: 28%;
  top: 22%;
}

.hero-fluid-mockup__ring--b {
  width: 4.5rem;
  height: 4.5rem;
  right: 12%;
  top: 12%;
  border-color: rgb(255 255 255 / 0.5);
}

.hero-fluid-mockup__body {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 0.95fr 1.15fr;
  gap: 1rem;
  align-items: center;
  padding: 1.5rem 1.5rem 2.25rem;
  flex: 1;
}

.hero-fluid-mockup__copy {
  position: relative;
  z-index: 4;
  padding: 0 0 0.5rem 0.25rem;
  max-width: 28rem;
}

.hero-fluid-mockup__copy .hero-title {
  text-transform: uppercase;
  letter-spacing: -0.03em;
  font-size: clamp(1.75rem, 3.6vw, 2.55rem);
  font-weight: 800;
  line-height: 1.05;
}

.hero-fluid-mockup__device {
  justify-self: end;
  position: relative;
  z-index: 4;
  width: min(100%, 22.5rem);
  margin-right: 8%;
  margin-bottom: 0;
  padding: 0.75rem 0.75rem 0;
  border-radius: 14px 14px 0 0;
  background: #1a1025;
  box-shadow:
    0 28px 60px color-mix(in srgb, var(--accent-deep) 45%, transparent),
    0 0 0 1px rgb(255 255 255 / 0.08);
  transform: rotate(-2deg);
}

.hero-fluid-mockup__screen {
  aspect-ratio: 16 / 10;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  background: #fff;
  display: block;
}

.hero-fluid-mockup__screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-fluid-mockup__screen-bar,
.hero-fluid-mockup__screen-ui {
  display: none;
}

@media (max-width: 48rem) {
  .hero-fluid-mockup .hero-nav__links a {
    color: var(--ink-muted);
    text-shadow: none;
  }

  .hero-fluid-mockup__wave--tl {
    width: 115%;
    height: 42%;
    right: -8%;
    top: auto;
    bottom: -4%;
    opacity: 0.95;
  }

  .hero-fluid-mockup__wave--br {
    display: none;
  }

  .hero-fluid-mockup__body {
    grid-template-columns: 1fr;
    align-items: center;
    padding: 1rem 1.15rem 1.75rem;
  }

  .hero-fluid-mockup__copy {
    padding-bottom: 0;
  }

  .hero-fluid-mockup__device {
    order: -1;
    justify-self: center;
    width: min(100%, 17rem);
    margin-right: 0;
    margin-bottom: 0.35rem;
    transform: none;
  }
}

/* ========== 22. Undraw Scene ========== */
.hero-undraw-scene {
  isolation: isolate;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 28rem;
  overflow: hidden;
  background: linear-gradient(165deg, var(--hero-field, #f7fbfa) 0%, var(--hero-field-2, #f0f3f7) 100%);
}

.hero-undraw-scene .hero-nav {
  position: relative;
  z-index: 3;
  background: rgb(255 255 255 / 0.9);
  border-bottom: 1px solid var(--border);
}

.hero-undraw-scene__body {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1.5rem;
  align-items: center;
  padding: 1.75rem 1.5rem 2.25rem;
  flex: 1;
}

.hero-undraw-scene__copy .hero-title {
  font-size: clamp(1.6rem, 3.4vw, 2.35rem);
}

.hero-undraw-scene__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 14rem;
}

.hero-undraw-scene__visual img {
  position: relative;
  z-index: 1;
  width: min(100%, 26rem);
  height: auto;
  display: block;
}

.hero-undraw-scene__accent {
  position: absolute;
  pointer-events: none;
}

.hero-undraw-scene__accent--dot {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  left: 6%;
  top: 14%;
  background: var(--accent-warm);
}

.hero-undraw-scene__accent--sq {
  width: 0.85rem;
  height: 0.85rem;
  right: 10%;
  bottom: 18%;
  background: var(--accent-hot);
  transform: rotate(18deg);
}

@media (max-width: 48rem) {
  .hero-undraw-scene__body {
    grid-template-columns: 1fr;
  }

  .hero-undraw-scene__visual {
    order: -1;
  }
}

/* ========== 23. Cutout Blob Collage ========== */
.hero-cutout-blob {
  isolation: isolate;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 36rem;
  overflow: hidden;
  background: #fff;
}

.hero-cutout-blob__field {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero-cutout-blob .hero-nav {
  position: relative;
  z-index: 5;
  background: transparent;
  border-bottom: 0;
}

.hero-cutout-blob__body {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 0.5rem;
  align-items: center;
  padding: 1.25rem 1.5rem 1.25rem;
  flex: 1;
}

.hero-cutout-blob__copy {
  position: relative;
  z-index: 4;
  padding: 0 0 0.5rem 0.35rem;
  max-width: 26rem;
}

.hero-cutout-blob__copy .hero-title {
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(2rem, 4.2vw, 3rem);
  font-weight: 700;
  line-height: 1.05;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.hero-cutout-blob__copy .hero-lede {
  color: var(--ink-muted);
}

.hero-cutout-blob__copy .hero-btn--pill {
  background: #fff;
  color: var(--accent);
  border-color: #fff;
  box-shadow: 0 12px 30px color-mix(in srgb, var(--ink) 14%, transparent);
}

.hero-cutout-blob__copy .hero-btn--pill:hover {
  background: var(--hero-field);
  color: var(--ink);
}

.hero-cutout-blob__wave-mark {
  display: block;
  width: 4.5rem;
  height: 1.35rem;
  margin-top: 1.5rem;
  overflow: visible;
}

.hero-cutout-blob__scene {
  position: relative;
  z-index: 3;
  min-height: 22rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: 1rem 10% 1.25rem 0;
}

.hero-cutout-blob__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero-cutout-blob__orb--a {
  width: 2.75rem;
  height: 2.75rem;
  left: 8%;
  top: 14%;
  background: var(--accent-warm);
  z-index: 4;
}

.hero-cutout-blob__orb--b {
  width: 1.5rem;
  height: 1.5rem;
  right: 6%;
  top: 16%;
  background: #fff;
  box-shadow: 0 6px 16px color-mix(in srgb, var(--ink) 12%, transparent);
  z-index: 4;
}

.hero-cutout-blob__spark {
  position: absolute;
  z-index: 4;
  right: 14%;
  top: 14%;
  width: 2rem;
  height: 2rem;
  background:
    linear-gradient(#fff, #fff) center / 100% 2px no-repeat,
    linear-gradient(#fff, #fff) center / 2px 100% no-repeat;
  transform: rotate(25deg);
}

.hero-cutout-blob__doodles {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  color: var(--ink);
  opacity: 0.45;
}

.hero-cutout-blob__people {
  position: relative;
  z-index: 3;
  width: min(54%, 13.75rem);
  height: auto;
  margin: 0;
  filter: drop-shadow(0 18px 36px color-mix(in srgb, var(--ink) 28%, transparent));
}

.hero-cutout-blob__badge {
  position: absolute;
  z-index: 5;
  left: 6%;
  right: auto;
  top: 12%;
  display: grid;
  place-items: center;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 14px 32px color-mix(in srgb, var(--accent) 40%, transparent);
}

.hero-cutout-blob .hero-outline-word {
  /* Below the people, same column axis, nudged slightly right of center */
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  z-index: 2;
  width: min(54%, 13.75rem);
  margin: 1.35rem 0 0;
  padding: 0;
  text-align: center;
  transform: translateX(0.55rem);
  font-size: clamp(2.75rem, 7vw, 4.75rem);
  color: var(--ink);
  -webkit-text-stroke: 0;
  text-stroke: 0;
  text-shadow:
    -2px -2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px 2px 0 #fff,
    -3px 0 0 #fff,
    3px 0 0 #fff,
    0 -3px 0 #fff,
    0 3px 0 #fff,
    0 6px 14px rgb(255 255 255 / 0.55);
}

@media (max-width: 48rem) and (min-width: 40.01rem) {
  .hero-cutout-blob__scene {
    padding-right: 6%;
  }

  .hero-cutout-blob__people,
  .hero-cutout-blob .hero-outline-word {
    width: min(62%, 12.25rem);
  }

  .hero-cutout-blob__badge {
    left: 2%;
    top: 10%;
  }

  .hero-cutout-blob .hero-outline-word {
    font-size: 3rem;
    margin-top: 1.1rem;
    transform: translateX(0.4rem);
  }
}

@media (max-width: 40rem) {
  .hero-cutout-blob__field {
    opacity: 0.9;
  }

  .hero-cutout-blob__body {
    grid-template-columns: 1fr;
  }

  .hero-cutout-blob__copy {
    padding-bottom: 1.5rem;
  }

  .hero-cutout-blob__scene {
    order: -1;
    min-height: 15rem;
    align-items: flex-end;
    padding: 0.5rem 8% 0.5rem 0;
  }

  .hero-cutout-blob__people,
  .hero-cutout-blob .hero-outline-word {
    width: min(48%, 10rem);
  }

  .hero-cutout-blob__badge {
    left: 4%;
    top: 8%;
  }

  .hero-cutout-blob__orb--a {
    left: 10%;
  }

  .hero-cutout-blob .hero-outline-word {
    margin-top: 0.95rem;
    transform: translateX(0.35rem);
    font-size: 2.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-search-collage__bokeh {
    filter: none;
  }
}
