:root {
  --steel: #16283c;
  --steel-dark: #07111c;
  --steel-mid: #21364d;
  --gold: #d9a62e;
  --gold-light: #f2cf74;
  --ink: #101820;
  --muted: #66717d;
  --line: rgba(217, 166, 46, 0.28);
  --paper: #f6f7f4;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Arial, sans-serif;
}

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

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 64px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(7, 17, 28, 0.9), rgba(7, 17, 28, 0.35));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}

.brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
  font-family: Montserrat, Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1.05;
}

.brand strong {
  font-size: 15px;
  font-weight: 800;
}

.brand small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 700;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.2vw, 34px);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
}

nav a:last-child {
  color: var(--gold-light);
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(440px, 1.18fr);
  gap: clamp(30px, 5vw, 78px);
  align-items: center;
  padding: 124px clamp(20px, 5vw, 78px) 42px;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 24%, rgba(217, 166, 46, 0.22), transparent 28%),
    radial-gradient(circle at 28% 72%, rgba(56, 109, 156, 0.22), transparent 30%),
    linear-gradient(135deg, #07111c 0%, #12263b 46%, #060d15 100%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 78%, transparent);
  opacity: 0.52;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -22% 42%;
  height: 48%;
  background: radial-gradient(ellipse at center, rgba(217, 166, 46, 0.18), transparent 62%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold-light);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.eyebrow.dark {
  color: var(--gold);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  font-size: clamp(43px, 6vw, 86px);
  line-height: 0.92;
  font-weight: 800;
}

h1 span {
  color: transparent;
  background: linear-gradient(90deg, var(--gold-light), var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
}

.lead {
  max-width: 580px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.55;
}

.equipment-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 210px));
  gap: 12px;
  margin-top: 34px;
}

.switch-card {
  height: 72px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  text-align: left;
  transition: border-color 220ms ease, background 220ms ease, transform 220ms ease;
}

.switch-card:hover,
.switch-card.active {
  border-color: rgba(242, 207, 116, 0.74);
  background: rgba(217, 166, 46, 0.13);
  transform: translateY(-2px);
}

.switch-card span,
.switch-card strong {
  display: block;
  font-family: Montserrat, Arial, sans-serif;
  letter-spacing: 0;
}

.switch-card span {
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 800;
}

.switch-card strong {
  margin-top: 7px;
  font-size: 16px;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button,
form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.button.primary,
form button {
  color: var(--steel-dark);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
}

.button.ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
}

.hero-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 720px);
  margin: 24px auto 0;
  border: 1px solid var(--line);
  background: rgba(8, 18, 30, 0.72);
  backdrop-filter: blur(12px);
}

.hero-panel div {
  min-width: 0;
  padding: 20px 22px;
  border-right: 1px solid rgba(217, 166, 46, 0.18);
}

.hero-panel div:last-child {
  border-right: 0;
}

.hero-panel strong {
  display: block;
  color: var(--gold-light);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.hero-panel span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.machine-showcase {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.machine-copy {
  width: min(100%, 460px);
  margin: 0 0 10px auto;
  padding: 18px 22px;
  border-left: 2px solid var(--gold);
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(14px);
}

.machine-kicker {
  margin: 0 0 8px;
  color: var(--gold-light);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.machine-copy h2 {
  font-size: clamp(24px, 2.5vw, 38px);
}

.machine-copy p:last-child {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.stage-wrap {
  position: relative;
  width: min(100%, 760px);
  aspect-ratio: 1.33;
  margin-left: auto;
  perspective: 1500px;
}

.orbit {
  position: absolute;
  inset: 4% 2% 0;
  border: 1px solid rgba(242, 207, 116, 0.18);
  border-radius: 50%;
  transform: rotateX(64deg);
}

.orbit span {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.orbit span:nth-child(2) {
  inset: 24%;
}

.orbit span:nth-child(3) {
  inset: 36%;
}

.stage {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.machine-showcase[data-active="excavator"] .stage {
  transform: rotateY(0deg);
}

.machine-showcase[data-active="scissor"] .stage {
  transform: rotateY(-180deg);
}

.machine-face {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.scissor-face {
  transform: rotateY(180deg);
}

.machine-svg {
  width: min(92%, 610px);
  height: auto;
  filter: drop-shadow(0 22px 36px rgba(0, 0, 0, 0.42));
  transform: translateZ(72px);
}

.shadow {
  fill: rgba(0, 0, 0, 0.34);
}

.track,
.body,
.cab,
.boom,
.arm,
.bucket,
.deck,
.lift-base {
  fill: url("#goldMachine");
  stroke: rgba(242, 207, 116, 0.55);
  stroke-width: 2;
}

.scissor-svg .deck,
.scissor-svg .lift-base,
.scissor-svg .scissor {
  fill: none;
  stroke: url("#goldLift");
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.scissor-svg .deck,
.scissor-svg .lift-base {
  fill: rgba(217, 166, 46, 0.18);
}

.track-line,
.roller,
.wheel {
  fill: var(--steel-dark);
  stroke: rgba(242, 207, 116, 0.65);
  stroke-width: 5;
}

.cab-glass {
  fill: url("#steelMachine");
  stroke: rgba(255, 255, 255, 0.12);
}

.pin {
  fill: var(--steel-dark);
  stroke: var(--gold-light);
  stroke-width: 4;
}

.rail {
  fill: none;
  stroke: rgba(242, 207, 116, 0.86);
  stroke-width: 12;
  stroke-linecap: round;
}

.floor {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 2%;
  height: 22%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(242, 207, 116, 0.33), rgba(217, 166, 46, 0.08) 38%, transparent 70%),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  transform: rotateX(70deg);
}

.machine-showcase[data-active="excavator"] .excavator-svg .boom,
.machine-showcase[data-active="excavator"] .excavator-svg .arm,
.machine-showcase[data-active="excavator"] .excavator-svg .bucket {
  animation: excavator-work 3.5s ease-in-out infinite;
  transform-origin: 306px 130px;
}

.machine-showcase[data-active="scissor"] .scissor-svg .scissor {
  animation: lift-breathe 3.2s ease-in-out infinite;
  transform-origin: 260px 178px;
}

@keyframes excavator-work {
  0%, 100% { transform: rotate(0deg); }
  45% { transform: rotate(-4deg); }
}

@keyframes lift-breathe {
  0%, 100% { transform: scaleY(1); }
  50% { transform: scaleY(1.06); }
}

.section,
.contact {
  padding: clamp(64px, 9vw, 110px) clamp(20px, 6vw, 84px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.6fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 36px;
}

h2 {
  font-size: clamp(30px, 4.2vw, 58px);
  line-height: 1.04;
  font-weight: 800;
}

.equipment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(22, 40, 60, 0.16);
  border-left: 1px solid rgba(22, 40, 60, 0.16);
}

.equipment-grid article {
  min-height: 280px;
  padding: 28px;
  background: var(--white);
  border-right: 1px solid rgba(22, 40, 60, 0.16);
  border-bottom: 1px solid rgba(22, 40, 60, 0.16);
}

.equipment-grid span {
  color: var(--gold);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

h3 {
  margin-top: 78px;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 800;
}

.equipment-grid p,
.capability-list p,
.contact p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.capability {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: clamp(30px, 6vw, 88px);
  padding: clamp(64px, 9vw, 110px) clamp(20px, 6vw, 84px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(22, 40, 60, 0.98), rgba(7, 17, 28, 1)),
    var(--steel);
}

.capability-copy h2 {
  max-width: 820px;
}

.capability-list {
  display: grid;
  gap: 18px;
}

.capability-list div {
  padding: 22px;
  border: 1px solid rgba(217, 166, 46, 0.22);
  background: rgba(255, 255, 255, 0.04);
}

.capability-list h3 {
  margin-top: 0;
  color: var(--gold-light);
  font-size: 18px;
}

.capability-list p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: clamp(28px, 5vw, 72px);
  background: var(--white);
}

.contact h2 {
  max-width: 640px;
}

form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid rgba(22, 40, 60, 0.16);
  background: #fbfbf8;
}

label {
  display: grid;
  gap: 8px;
  color: var(--steel-mid);
  font-size: 13px;
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(22, 40, 60, 0.18);
  border-radius: 4px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

textarea {
  resize: vertical;
}

form button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

@media (max-width: 820px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
  }

  nav {
    display: none;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 122px;
  }

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

  .machine-copy,
  .stage-wrap {
    margin-left: 0;
  }

  .hero-panel,
  .equipment-grid,
  .section-heading,
  .capability,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero-panel div {
    border-right: 0;
    border-bottom: 1px solid rgba(217, 166, 46, 0.18);
  }

  .hero-panel div:last-child {
    border-bottom: 0;
  }

  .equipment-grid article {
    min-height: 220px;
  }

  h3 {
    margin-top: 46px;
  }
}

/* Premium equipment showcase override */
.hero {
  background:
    linear-gradient(115deg, rgba(7, 17, 28, 0.96), rgba(7, 17, 28, 0.72) 48%, rgba(7, 17, 28, 0.94)),
    url("assets/asia-goldenland-industrial-hero.png") center / cover no-repeat,
    #07111c;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 28%, rgba(242, 207, 116, 0.22), transparent 25%),
    linear-gradient(90deg, rgba(7, 17, 28, 0.9), rgba(7, 17, 28, 0.38) 58%, rgba(7, 17, 28, 0.78));
  pointer-events: none;
}

.premium-showcase {
  display: grid;
  gap: 18px;
}

.premium-showcase .machine-copy {
  display: none;
}

.hero-content {
  max-width: 560px;
}

.hero h1 {
  max-width: 560px;
  font-size: clamp(42px, 4.75vw, 68px);
  line-height: 0.96;
}

.premium-stage {
  aspect-ratio: 1.18;
  max-height: 620px;
}

.showcase-aura {
  position: absolute;
  inset: 3% 4% 9%;
  border: 1px solid rgba(242, 207, 116, 0.2);
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(217, 166, 46, 0.2), transparent 64%),
    repeating-radial-gradient(ellipse at center, rgba(242, 207, 116, 0.12) 0 1px, transparent 1px 28px);
  transform: rotateX(66deg);
  filter: blur(0.2px);
}

.showcase-carousel {
  position: absolute;
  inset: 3% 0 8%;
  transform-style: preserve-3d;
  transition: transform 950ms cubic-bezier(0.19, 1, 0.22, 1);
}

.premium-showcase[data-active="excavator"] .showcase-carousel {
  transform: rotateY(0deg);
}

.premium-showcase[data-active="scissor"] .showcase-carousel {
  transform: rotateY(-180deg);
}

.equipment-card {
  position: absolute;
  inset: 0;
  overflow: hidden;
  display: grid;
  align-content: space-between;
  padding: clamp(22px, 3vw, 38px);
  border: 1px solid rgba(242, 207, 116, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(9, 24, 39, 0.95), rgba(22, 40, 60, 0.72)),
    radial-gradient(circle at 75% 18%, rgba(242, 207, 116, 0.2), transparent 34%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -90px 130px rgba(0, 0, 0, 0.24),
    0 32px 90px rgba(0, 0, 0, 0.42);
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.equipment-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 35%, rgba(255, 255, 255, 0.16) 44%, transparent 54% 100%),
    linear-gradient(rgba(242, 207, 116, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242, 207, 116, 0.07) 1px, transparent 1px);
  background-size: 100% 100%, 34px 34px, 34px 34px;
  opacity: 0.52;
  animation: scan-gloss 5s ease-in-out infinite;
}

.equipment-card::after {
  content: "";
  position: absolute;
  right: -12%;
  bottom: -20%;
  width: 58%;
  aspect-ratio: 1;
  border: 1px solid rgba(242, 207, 116, 0.22);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217, 166, 46, 0.2), transparent 62%);
}

.equipment-card-scissor {
  transform: rotateY(180deg);
}

.card-noise {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image:
    linear-gradient(0deg, transparent 0 96%, rgba(255, 255, 255, 0.38) 97% 100%);
  background-size: 100% 5px;
  pointer-events: none;
}

.card-topline,
.equipment-specs {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.66);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.card-topline span:first-child {
  color: var(--gold-light);
}

.equipment-name {
  position: relative;
  z-index: 2;
  max-width: 360px;
  transform: translateZ(72px);
}

.equipment-name small,
.equipment-name strong {
  display: block;
  font-family: Montserrat, Arial, sans-serif;
}

.equipment-name small {
  color: var(--gold-light);
  font-size: clamp(26px, 4.6vw, 54px);
  font-weight: 800;
  line-height: 0.92;
}

.equipment-name strong {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(16px, 1.6vw, 22px);
}

.blueprint {
  position: absolute;
  z-index: 1;
  right: clamp(-58px, -5vw, -18px);
  bottom: 8%;
  width: min(88%, 620px);
  height: auto;
  transform: translateZ(110px);
  fill: none;
  stroke: url("#premiumGold");
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter:
    drop-shadow(0 0 10px rgba(242, 207, 116, 0.32))
    drop-shadow(0 30px 34px rgba(0, 0, 0, 0.52));
}

.blueprint circle {
  fill: #07111c;
}

.blueprint-excavator {
  stroke: var(--gold-light);
}

.blueprint-scissor {
  stroke: var(--gold-light);
  right: -2%;
  width: min(84%, 600px);
}

.equipment-specs {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.equipment-specs span {
  padding: 8px 11px;
  border: 1px solid rgba(242, 207, 116, 0.28);
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.06);
}

.premium-floor {
  left: 6%;
  right: 6%;
  bottom: 0;
  height: 18%;
  background:
    radial-gradient(ellipse at center, rgba(242, 207, 116, 0.3), rgba(217, 166, 46, 0.07) 34%, transparent 72%),
    linear-gradient(90deg, transparent, rgba(242, 207, 116, 0.22), transparent);
}

.premium-showcase[data-active="excavator"] .blueprint-excavator {
  animation: premium-float 4.5s ease-in-out infinite;
}

.premium-showcase[data-active="scissor"] .blueprint-scissor {
  animation: premium-float 4.5s ease-in-out infinite;
}

@keyframes scan-gloss {
  0%, 100% { background-position: -120% 0, 0 0, 0 0; }
  50% { background-position: 140% 0, 0 0, 0 0; }
}

@keyframes premium-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -10px; }
}

@media (max-width: 820px) {
  .premium-showcase .machine-copy {
    margin-left: 0;
  }

  .premium-stage {
    aspect-ratio: 0.88;
  }

  .equipment-card {
    padding: 22px;
  }

  .blueprint {
    right: -42%;
    bottom: 16%;
    width: 118%;
    stroke-width: 7;
  }

  .blueprint-scissor {
    right: -28%;
    width: 112%;
  }

  .equipment-name {
    max-width: 250px;
  }

  .card-topline {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Photoreal hero banner version */
.hero {
  grid-template-columns: minmax(340px, 0.66fr) minmax(320px, 0.34fr);
  align-items: start;
  min-height: 100vh;
  padding-top: clamp(108px, 10vh, 132px);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.28) 44%, rgba(0, 0, 0, 0.18) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.48) 34%, rgba(0, 0, 0, 0.14) 64%, rgba(0, 0, 0, 0.26) 100%),
    url("assets/hero-machinery-banner.png") center bottom / cover no-repeat,
    #020202;
}

.hero::before {
  background:
    radial-gradient(circle at 18% 24%, rgba(217, 166, 46, 0.11), transparent 24%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.78) 0%, transparent 44%);
}

.hero-content {
  align-self: start;
  padding-top: 0;
}

.hero h1 {
  max-width: 680px;
  font-size: clamp(44px, 5.1vw, 78px);
}

.premium-showcase {
  align-self: end;
  min-height: calc(100vh - 200px);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.premium-showcase .premium-stage,
.premium-showcase .machine-copy {
  display: none;
}

.premium-showcase .hero-panel {
  width: min(100%, 620px);
  margin: 0 0 0 auto;
  border-color: rgba(242, 207, 116, 0.24);
  background: rgba(3, 6, 10, 0.58);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
}

@media (max-width: 820px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: 100svh;
    padding-top: 116px;
    background-position: 58% bottom;
  }

  .hero h1 {
    max-width: 460px;
    font-size: clamp(40px, 12vw, 58px);
  }

  .premium-showcase {
    min-height: 0;
  }

  .premium-showcase .hero-panel {
    margin-top: 24px;
  }
}
