.drops-public-body,
.portal-theme.theme-drops {
  color: #18212d;
}

.drops-public-main {
  padding: 20px 0 58px;
}

.drops-public-main .wrap {
  width: min(1420px, calc(100vw - 28px));
}

.drops-shell {
  display: grid;
  gap: 18px;
}

.drops-feedback {
  margin: 0;
}

.drops-reference-hero {
  position: relative;
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(350px, 0.82fr) minmax(560px, 1.18fr);
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(146, 128, 109, 0.16);
  border-radius: 0 0 24px 24px;
  background:
    radial-gradient(circle at 74% 27%, rgba(255, 255, 255, 0.84), transparent 22%),
    radial-gradient(circle at 76% 40%, rgba(90, 78, 67, 0.2), transparent 36%),
    linear-gradient(98deg, rgba(246, 240, 232, 0.98) 0%, rgba(235, 226, 215, 0.92) 48%, rgba(249, 245, 239, 0.98) 100%);
  box-shadow: 0 20px 44px rgba(38, 31, 24, 0.08);
}

.drops-reference-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(420px 180px at 74% 32%, rgba(255, 255, 255, 0.58), transparent 70%),
    radial-gradient(520px 160px at 82% 54%, rgba(146, 135, 124, 0.28), transparent 74%),
    radial-gradient(620px 220px at 91% 33%, rgba(255, 255, 255, 0.38), transparent 70%);
  filter: blur(2px);
  pointer-events: none;
}

.drops-hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  gap: 9px;
  max-width: 430px;
  padding: 38px 0 34px 68px;
}

.drops-kicker,
.drops-story-topline,
.drops-submit-head span {
  margin: 0;
  color: #c53f34;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.drops-display {
  margin: 0;
  color: #0e1218;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(5.4rem, 9vw, 7.9rem);
  line-height: 0.78;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.drops-hero-tags {
  width: fit-content;
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border: 1px solid rgba(20, 24, 30, 0.48);
  color: #1e242e;
  font-size: 0.54rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.drops-hero-copy h2 {
  margin: 14px 0 0;
  color: #111924;
  font-size: 1rem;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.drops-hero-copy p {
  margin: 0;
  color: rgba(30, 38, 50, 0.76);
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.55;
}

.drops-launch-lockup {
  display: grid;
  gap: 2px;
  margin-top: 22px;
}

.drops-launch-lockup span {
  color: #c53f34;
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.drops-launch-lockup strong {
  color: #111924;
  font-size: 2.25rem;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.drops-launch-lockup small {
  color: rgba(28, 35, 46, 0.7);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.drops-stage {
  position: relative;
  min-height: 430px;
  overflow: hidden;
}

.drops-stage--pedestal {
  z-index: 1;
}

.drops-stage--pedestal::before {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 46px;
  z-index: 0;
  width: min(760px, 82%);
  height: 104px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(15, 14, 14, 0.88) 0%, rgba(33, 29, 27, 0.86) 38%, rgba(225, 213, 198, 0.36) 62%, transparent 71%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.38), transparent);
  box-shadow:
    inset 0 6px 12px rgba(255, 255, 255, 0.32),
    0 10px 22px rgba(26, 22, 20, 0.28),
    0 0 0 8px rgba(255, 255, 255, 0.32);
}

.drops-stage--pedestal::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 66px;
  z-index: 0;
  width: 52%;
  height: 160px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 22% 45%, rgba(255, 255, 255, 0.82), transparent 14%),
    radial-gradient(circle at 60% 50%, rgba(255, 255, 255, 0.58), transparent 18%),
    radial-gradient(circle at 82% 42%, rgba(220, 215, 208, 0.8), transparent 22%);
  filter: blur(18px);
  opacity: 0.88;
}

.drops-stage-frame {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
  justify-items: end;
  margin: 0;
  opacity: 0;
  transform: translateX(14px) scale(0.985);
  transition: opacity 800ms ease, transform 800ms ease;
}

.drops-stage-frame.is-active {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.drops-stage-frame img {
  position: relative;
  z-index: 2;
  width: min(620px, 88%);
  height: auto;
  margin: 0 58px 0 0;
  object-fit: contain;
  transform: translateY(-210px);
  filter: drop-shadow(0 28px 34px rgba(23, 19, 17, 0.28));
}

.drops-stage-dots {
  position: absolute;
  left: 58%;
  bottom: 29px;
  z-index: 3;
  display: inline-flex;
  gap: 9px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(12px);
}

.drops-stage-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(45, 48, 52, 0.32);
}

.drops-stage-dot.is-active {
  background: #d64235;
}

.drops-hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 16, 18, 0.66);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  transform: translateY(-50%);
}

.drops-hero-arrow--left {
  left: 22px;
}

.drops-hero-arrow--right {
  right: 22px;
}

.drops-reference-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.62fr);
  gap: 22px;
  align-items: start;
}

.drops-reference-main {
  display: grid;
  gap: 16px;
}

.drops-n1-card,
.drops-how-card,
.drops-submit-card,
.drops-idea-banner {
  border: 1px solid rgba(146, 128, 109, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 38px rgba(38, 31, 24, 0.08);
}

.drops-n1-card {
  display: grid;
  gap: 10px;
  min-height: 198px;
  padding: 24px 28px;
  background:
    radial-gradient(500px 160px at 58% 42%, rgba(226, 218, 207, 0.42), transparent 72%),
    rgba(255, 255, 255, 0.9);
}

.drops-n1-card h2,
.drops-submit-head h2 {
  margin: 0;
  color: #111924;
  font-size: clamp(2.05rem, 3.4vw, 3rem);
  line-height: 0.95;
  font-weight: 850;
  letter-spacing: -0.06em;
}

.drops-edition-label {
  width: fit-content;
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 3px;
  background: #151a22;
  color: #fff;
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.drops-n1-card p,
.drops-submit-head p,
.drops-idea-banner p,
.drops-how-grid small {
  margin: 0;
  color: rgba(39, 48, 61, 0.72);
  font-size: 0.72rem;
  line-height: 1.55;
}

.drops-icon-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 12px;
}

.drops-icon-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(32, 40, 52, 0.72);
  font-size: 0.66rem;
  font-weight: 750;
}

.drops-icon-row span::before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid rgba(204, 68, 55, 0.26);
  background: rgba(204, 68, 55, 0.08);
}

.drops-how-card {
  padding: 18px;
}

.drops-how-card h3,
.drops-idea-banner h3 {
  margin: 0 0 12px;
  color: #151c27;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.drops-how-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.drops-how-grid div {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 9px;
  align-items: center;
  min-height: 66px;
  padding: 12px;
  border: 1px solid rgba(146, 128, 109, 0.12);
  border-radius: 12px;
  background: rgba(248, 245, 241, 0.72);
}

.drops-how-grid strong {
  display: grid;
  place-items: center;
  grid-row: span 2;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #c33e32;
  color: #fff;
  font-size: 0.76rem;
}

.drops-how-grid span {
  color: #151c27;
  font-size: 0.68rem;
  font-weight: 850;
}

.drops-how-grid small {
  font-size: 0.58rem;
}

.drops-idea-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: 18px;
  align-items: center;
  padding: 20px 24px;
  background: linear-gradient(135deg, #141b24, #202833);
  color: #fff;
}

.drops-idea-banner h3 {
  color: #fff;
  font-size: 0.88rem;
}

.drops-idea-banner p {
  color: rgba(255, 255, 255, 0.78);
}

.drops-preview-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.drops-preview-strip img {
  width: 100%;
  aspect-ratio: 1.15 / 1;
  object-fit: contain;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
}

.drops-submit-card {
  position: sticky;
  top: 92px;
  padding: 24px;
}

.drops-submit-head {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.drops-submit-head h2 {
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  letter-spacing: -0.04em;
}

.drops-submit-form {
  display: grid;
  gap: 12px;
}

.drops-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.drops-submit-form label {
  display: block;
  margin: 0 0 5px;
  color: rgba(30, 38, 50, 0.78);
  font-size: 0.62rem;
  font-weight: 850;
}

.drops-submit-form .form-control {
  min-height: 40px;
  border-radius: 8px;
  border: 1px solid rgba(146, 128, 109, 0.22);
  color: #151c27;
  font-size: 0.72rem;
}

.drops-submit-form textarea.form-control {
  min-height: 76px;
  padding-top: 10px;
}

.drops-upload-zone {
  position: relative;
  display: grid;
  place-items: center;
  gap: 5px;
  min-height: 136px;
  padding: 18px;
  border: 1px dashed rgba(146, 128, 109, 0.34);
  border-radius: 12px;
  background: rgba(250, 247, 243, 0.72);
  color: #1b2533;
  text-align: center;
  cursor: pointer;
}

.drops-upload-zone input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.drops-upload-zone span {
  font-size: 0.72rem;
  font-weight: 850;
}

.drops-upload-zone small,
.drops-file-list {
  color: rgba(82, 91, 105, 0.74);
  font-size: 0.58rem;
  line-height: 1.45;
}

.drops-file-list {
  min-height: 32px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(146, 128, 109, 0.12);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.76);
}

.drops-submit-button {
  min-height: 42px;
  border-radius: 8px;
  background: linear-gradient(135deg, #d23933, #b12f25);
  border-color: transparent;
  font-size: 0.72rem;
  font-weight: 850;
}

.bot-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .drops-stage-frame {
    transition: none;
  }
}

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

  .drops-hero-copy {
    max-width: none;
    padding-right: 68px;
  }

  .drops-submit-card {
    position: static;
  }
}

@media (max-width: 760px) {
  .drops-public-main .wrap {
    width: min(100vw - 18px, 100%);
  }

  .drops-reference-hero {
    min-height: 0;
    border-radius: 22px;
  }

  .drops-hero-copy {
    padding: 28px 24px 12px;
  }

  .drops-stage {
    min-height: 380px;
  }

  .drops-stage-frame {
    justify-items: center;
  }

  .drops-stage-frame img {
    width: min(94%, 460px);
    margin: 0;
  }

  .drops-hero-arrow {
    display: none;
  }

  .drops-stage-dots {
    left: 50%;
  }

  .drops-form-row,
  .drops-how-grid,
  .drops-idea-banner {
    grid-template-columns: 1fr;
  }
}

/* 2026-05 manual carousel + complete E36 framing */
.drops-stage-frame {
  align-items: end;
  padding-bottom: 58px;
}

.drops-stage-frame img {
  width: auto;
  height: min(360px, calc(100% - 72px));
  max-width: min(690px, 92%);
  margin: 0 42px 0 0;
  transform: none;
}

.drops-stage-dots {
  align-items: center;
}

.drops-stage-step {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(20, 24, 30, 0.12);
  color: #202734;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1;
}

.drops-stage-step:hover,
.drops-stage-step:focus-visible {
  background: rgba(211, 66, 53, 0.16);
  color: #b9332b;
}

@media (max-width: 760px) {
  .drops-stage-frame {
    padding-bottom: 48px;
  }

  .drops-stage-frame img {
    width: auto;
    height: min(300px, calc(100% - 64px));
    max-width: min(96%, 430px);
    margin: 0;
  }
}

/* 2026-05 desktop validation pass: centered pedestal, clear controls and squared custom form. */
@media (min-width: 761px) {
  .drops-reference-hero {
    grid-template-columns: minmax(360px, 0.72fr) minmax(580px, 1.28fr);
    min-height: 500px;
    align-items: stretch;
  }

  .drops-stage {
    min-height: 500px;
    overflow: hidden;
  }

  .drops-stage--pedestal::before {
    left: 10%;
    right: 8%;
    bottom: 76px;
    height: 104px;
    border-radius: 50%;
  }

  .drops-stage-frame {
    inset: 0 0 78px 0;
    padding: 0;
    align-items: end;
    justify-items: center;
  }

  .drops-stage-frame img {
    width: min(650px, 92%);
    height: auto;
    max-height: 420px;
    margin: 0;
    object-fit: contain;
    object-position: center bottom;
    transform: translateY(8px);
  }

  .drops-stage-dots {
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    z-index: 5;
  }

  .drops-form-row--contact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .drops-form-wide textarea.form-control {
    min-height: 112px;
    width: 100%;
  }

  .drops-submit-card {
    min-width: min(100%, 520px);
  }

  .drops-preview-strip {
    align-items: center;
  }

  .drops-preview-strip img {
    width: 118px;
    height: 92px;
    object-fit: contain;
    object-position: center center;
    align-self: center;
  }
}

@media (min-width: 1181px) {
  .drops-reference-grid {
    grid-template-columns: minmax(0, 1fr) minmax(460px, 0.48fr);
    align-items: start;
  }
}

/* 2026-05 desktop polish: frames fade in place and stay locked to the pedestal. */
.drops-stage-frame,
.drops-stage-frame.is-active {
  transform: none;
}

.drops-stage-frame {
  transition: opacity 800ms ease;
}

@media (min-width: 761px) {
  .drops-stage-frame {
    inset: 0 0 72px 0;
    align-items: end;
    justify-items: center;
  }

  .drops-stage-frame img {
    width: min(650px, 92%);
    height: auto;
    max-height: 420px;
    margin: 0;
    object-fit: contain;
    object-position: center bottom;
    transform: none;
  }

  .drops-stage--pedestal::before {
    left: 9%;
    right: 9%;
    bottom: 78px;
  }
}

/* 2026-05 launch audit: tighter Drops mobile framing. */
@media (max-width: 760px) {
  .drops-public-main {
    padding: 8px 0 42px;
  }

  .drops-shell {
    gap: 12px;
  }

  .drops-reference-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
    border-radius: 22px;
  }

  .drops-hero-copy {
    padding: 22px 20px 0;
    gap: 7px;
  }

  .drops-display {
    font-size: clamp(4rem, 20vw, 5.25rem);
  }

  .drops-hero-copy h2 {
    margin-top: 8px;
  }

  .drops-launch-lockup {
    margin-top: 12px;
  }

  .drops-stage {
    min-height: 258px;
    margin-top: 6px;
  }

  .drops-stage--pedestal::before {
    left: 10%;
    right: 10%;
    bottom: 44px;
    width: auto;
    height: 50px;
  }

  .drops-stage--pedestal::after {
    right: 10%;
    bottom: 52px;
    width: 70%;
    height: 78px;
  }

  .drops-stage-frame,
  .drops-stage-frame.is-active {
    inset: 0 0 40px;
    align-items: end;
    justify-items: center;
    padding: 0;
    transform: none;
  }

  .drops-stage-frame img {
    width: auto;
    height: 248px;
    max-width: 92%;
    margin: 0;
    object-fit: contain;
    object-position: center bottom;
    transform: translateY(-58px);
  }

  .drops-stage-dots {
    left: 50%;
    bottom: 8px;
    gap: 7px;
    padding: 7px 10px;
    transform: translateX(-50%);
  }

  .drops-stage-dot {
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 420px) {
  .drops-stage {
    min-height: 242px;
  }

  .drops-stage-frame img {
    height: 232px;
    transform: translateY(-56px);
  }
}

/* 2026-05-17 safety pass: lock car to pedestal center on mobile and avoid overlaps. */
@media (max-width: 760px) {
  .drops-reference-grid,
  .drops-story-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .drops-reference-main,
  .drops-submit-card,
  .drops-n1-card,
  .drops-how-card,
  .drops-idea-banner {
    width: 100%;
    min-width: 0;
  }

  .drops-stage {
    min-height: 306px !important;
    overflow: hidden;
  }

  .drops-stage--pedestal::before {
    left: 9% !important;
    right: 9% !important;
    bottom: 64px !important;
    height: 62px !important;
  }

  .drops-stage--pedestal::after {
    right: 14% !important;
    bottom: 74px !important;
    width: 66% !important;
    height: 78px !important;
  }

  .drops-stage-frame,
  .drops-stage-frame.is-active {
    inset: 0 0 84px 0 !important;
    padding: 0 !important;
    align-items: end !important;
    justify-items: center !important;
    transform: none !important;
  }

  .drops-stage-frame img {
    width: min(95%, 420px) !important;
    height: auto !important;
    max-height: 222px !important;
    margin: 0 !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    transform: none !important;
  }

  .drops-stage-dots {
    left: 50% !important;
    bottom: 16px !important;
    transform: translateX(-50%) !important;
    z-index: 6 !important;
    padding: 7px 10px !important;
  }

  .drops-submit-head h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
    line-height: 0.98;
  }

  .drops-form-row--contact {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 420px) {
  .drops-stage {
    min-height: 286px !important;
  }

  .drops-stage-frame,
  .drops-stage-frame.is-active {
    inset: 0 0 80px 0 !important;
  }

  .drops-stage-frame img {
    max-height: 205px !important;
  }
}

/* 2026-05-17 mobile stability pass: keep every frame anchored on the pedestal and dots below the car. */
@media (max-width: 900px) {
  .drops-reference-hero {
    overflow: hidden;
  }

  .drops-stage {
    min-height: 340px !important;
    margin-top: 4px !important;
    overflow: hidden;
  }

  .drops-stage--pedestal::before {
    left: 8% !important;
    right: 8% !important;
    bottom: 86px !important;
    height: 56px !important;
  }

  .drops-stage--pedestal::after {
    right: 12% !important;
    bottom: 94px !important;
    width: 72% !important;
    height: 72px !important;
  }

  .drops-stage-frame,
  .drops-stage-frame.is-active {
    inset: 0 0 118px 0 !important;
    align-items: end !important;
    justify-items: center !important;
    transform: none !important;
  }

  .drops-stage-frame img {
    width: min(94%, 410px) !important;
    max-height: 238px !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    transform: none !important;
    margin: 0 !important;
  }

  .drops-stage-dots {
    left: 50% !important;
    bottom: 14px !important;
    transform: translateX(-50%) !important;
    z-index: 9 !important;
    padding: 8px 11px !important;
  }
}

@media (max-width: 520px) {
  .drops-stage {
    min-height: 322px !important;
  }

  .drops-stage-frame,
  .drops-stage-frame.is-active {
    inset: 0 0 110px 0 !important;
  }

  .drops-stage-frame img {
    width: min(94%, 360px) !important;
    max-height: 214px !important;
  }
}

/* 2026-05-17 final launch polish: lock mobile framing so BMW stays centered and dots stay below. */
@media (max-width: 900px) {
  .drops-reference-hero {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
  }

  .drops-hero-arrow {
    display: none !important;
  }

  .drops-hero-copy {
    order: 1;
    padding: 18px 16px 4px !important;
  }

  .drops-stage {
    order: 2;
    min-height: 342px !important;
    margin-top: 2px !important;
    padding-bottom: 70px !important;
    overflow: hidden !important;
  }

  .drops-stage--pedestal::before {
    left: 7% !important;
    right: 7% !important;
    bottom: 72px !important;
    height: 58px !important;
  }

  .drops-stage--pedestal::after {
    right: 11% !important;
    bottom: 82px !important;
    width: 74% !important;
    height: 72px !important;
  }

  .drops-stage-frame,
  .drops-stage-frame.is-active {
    inset: 0 0 96px 0 !important;
    display: grid !important;
    place-items: end center !important;
    transform: none !important;
    padding: 0 !important;
  }

  .drops-stage-frame img {
    width: min(92vw, 410px) !important;
    max-width: min(92vw, 410px) !important;
    max-height: 236px !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    margin: 0 !important;
    transform: none !important;
  }

  .drops-stage-dots {
    left: 50% !important;
    bottom: 14px !important;
    transform: translateX(-50%) !important;
    z-index: 8 !important;
    padding: 8px 12px !important;
  }
}

@media (max-width: 560px) {
  .drops-stage {
    min-height: 318px !important;
  }

  .drops-stage-frame,
  .drops-stage-frame.is-active {
    inset: 0 0 92px 0 !important;
  }

  .drops-stage-frame img {
    width: min(92vw, 360px) !important;
    max-width: min(92vw, 360px) !important;
    max-height: 212px !important;
  }
}

/* 2026-05-18 mobile final polish: compact proposal layout while keeping desktop untouched. */
@media (max-width: 700px) {
  .drops-form-row--contact {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .drops-form-row--contact > div:nth-child(3) {
    grid-column: 1 / -1 !important;
  }

  .drops-form-wide textarea {
    min-height: 126px !important;
  }
}
