.industry-state {
  max-width: 1080px;
  padding-top: clamp(3rem, 7vw, 7rem);
}

.industry-visual {
  position: relative;
  isolation: isolate;
  width: min(72vw, 660px);
  aspect-ratio: 1;
  margin: 0 auto clamp(1.5rem, 4vw, 3rem);
}

.industry-visual::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(182, 138, 50, .18), rgba(182, 138, 50, .035) 48%, transparent 72%);
  filter: blur(18px);
  animation: industry-aura 6.8s ease-in-out infinite;
}

.industry-turntable {
  position: absolute;
  z-index: 2;
  inset: 5%;
  display: grid;
  place-items: center;
  transform-origin: 50% 50%;
  animation: industry-turn 28s linear infinite;
  will-change: transform;
}

.industry-turntable img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 34px 48px rgba(0, 0, 0, .72)) drop-shadow(0 0 18px rgba(220, 164, 56, .16));
}

.industry-orbit {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  aspect-ratio: 1;
  border: 1px solid rgba(215, 169, 75, .25);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.industry-orbit::before,
.industry-orbit::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 5px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #f2d48e;
  box-shadow: 0 0 9px rgba(255, 214, 118, .95), 0 0 24px rgba(205, 145, 40, .62);
}

.industry-orbit::before { transform: translate(-50%, -50%); }
.industry-orbit::after { left: 0; transform: translate(-50%, -50%); }
.industry-orbit-outer { width: 96%; animation: industry-orbit 18s linear infinite; }
.industry-orbit-inner { width: 72%; opacity: .58; animation: industry-orbit-reverse 13s linear infinite; }

.industry-glints {
  position: absolute;
  z-index: 4;
  inset: 0;
  pointer-events: none;
}

.industry-glints b {
  position: absolute;
  top: var(--y);
  left: var(--x);
  display: block;
  width: var(--size);
  aspect-ratio: 1;
  transform: translate(-50%, -50%) scale(.35) rotate(45deg);
  opacity: .12;
  filter: drop-shadow(0 0 8px rgba(255, 204, 86, .95));
  animation: industry-glint 5.8s ease-in-out infinite;
  animation-delay: var(--delay);
}

.industry-glints b::before,
.industry-glints b::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #fff4c8 45%, #fff 50%, #fff4c8 55%, transparent);
  transform: translate(-50%, -50%);
}

.industry-glints b::before { width: 100%; height: 2px; }
.industry-glints b::after { width: 2px; height: 100%; }

.industry-state > .detail-kicker {
  display: inline-block;
  margin-top: .5rem;
}

@keyframes industry-turn {
  to { transform: rotate(360deg); }
}

@keyframes industry-orbit {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes industry-orbit-reverse {
  to { transform: translate(-50%, -50%) rotate(-360deg); }
}

@keyframes industry-aura {
  0%, 100% { opacity: .42; transform: scale(.92); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes industry-glint {
  0%, 68%, 100% { opacity: .08; transform: translate(-50%, -50%) scale(.3) rotate(45deg); }
  74% { opacity: 1; transform: translate(-50%, -50%) scale(1.25) rotate(45deg); }
  79% { opacity: .2; transform: translate(-50%, -50%) scale(.55) rotate(45deg); }
  84% { opacity: .86; transform: translate(-50%, -50%) scale(1) rotate(45deg); }
}

@media (max-width: 800px) {
  .industry-state { padding-top: 4rem; }
  .industry-visual { width: min(94vw, 620px); }
}

@media (max-width: 520px) {
  .industry-visual { width: 96vw; margin-left: 50%; transform: translateX(-50%); }
  .industry-glints b { --size: 18px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .industry-turntable,
  .industry-orbit,
  .industry-visual::before,
  .industry-glints b { animation: none; }
  .industry-glints b { opacity: .36; transform: translate(-50%, -50%) scale(.7) rotate(45deg); }
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(360px, 1.18fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: start;
  padding: clamp(7rem, 11vw, 12rem) clamp(1.2rem, 7vw, 8rem);
  border-top: 1px solid var(--line);
  background: linear-gradient(135deg, #080706 0%, #050505 56%);
}

.contact-intro { position: sticky; top: 3rem; }
.contact-intro h2 { margin: 1rem 0 2rem; font-family: var(--serif); font-size: clamp(4.6rem, 9vw, 9rem); font-weight: 400; line-height: .78; }
.contact-intro > p { max-width: 520px; color: var(--muted); }
.contact-route { margin-top: 3rem; padding: 1.5rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-route small,.contact-route span { display: block; color: var(--muted); font-size: .72rem; letter-spacing: .08em; }
.contact-route small { color: var(--gold); text-transform: uppercase; }
.contact-route strong { display: block; margin: .65rem 0; font-family: var(--serif); font-size: clamp(1.25rem, 2.5vw, 2rem); font-weight: 400; overflow-wrap: anywhere; }

.contact-form-shell { overflow: hidden; border: 1px solid rgba(182,138,50,.34); background: #fff; box-shadow: 0 34px 80px rgba(0,0,0,.36); }
.contact-form-shell iframe { display: block; width: 100%; min-height: 1020px; border: 0; background: #fff; }
.contact-form-shell > p { margin: 0; padding: 1rem 1.25rem; background: var(--black); color: var(--muted); font-size: .74rem; }
.contact-form-shell > p a { color: var(--gold); border-bottom: 1px solid currentColor; }

@media (max-width: 800px) {
  .contact-section { grid-template-columns: 1fr; }
  .contact-intro { position: static; }
}

@media (max-width: 520px) {
  .contact-intro h2 { font-size: clamp(3rem, 16vw, 5.5rem); }
  .contact-form-shell iframe { min-height: 1120px; }
}
