.visual-frame {
  background: radial-gradient(circle at 70% 38%, rgba(199,243,107,.22), transparent 18%), linear-gradient(135deg,#26372f 0%,#10120f 52%,#182019 100%);
}
.visual-frame img { display: none; }
.visual-frame .visual-overlay { background: linear-gradient(145deg,rgba(14,15,12,.05),rgba(14,15,12,.42)); }
.visual-frame:before {
  content: '//  PRODUCT SYSTEMS\\A\\A  01   RECRUITMENT   LIVE\\A  02   RETAIL POS    LIVE\\A  03   OPERATIONS    BUILD\\A\\A  SHANGHAI 31.23°N 121.47°E';
  white-space: pre;
  position: absolute;
  z-index: 0;
  left: 9%; top: 24%;
  font: 12px/2 'DM Mono';
  color: rgba(199,243,107,.28);
  letter-spacing: .08em;
}
.visual-frame:after { content: ''; position: absolute; z-index: 0; inset: 18% 14%; border: 1px solid rgba(199,243,107,.18); background: repeating-linear-gradient(0deg,transparent 0 31px,rgba(199,243,107,.08) 32px), repeating-linear-gradient(90deg,transparent 0 42px,rgba(199,243,107,.07) 43px); transform: perspective(500px) rotateX(52deg) rotateZ(-12deg); transform-origin: center; opacity: .8; }
.visual-frame .hud,.visual-frame .orbit { z-index: 2; }
.problem-map {
  border: 1px solid #3e433b;
  display: grid;
  grid-template-columns: .82fr 1.65fr;
  position: relative;
  background: linear-gradient(135deg, rgba(199,243,107,.035), transparent 48%);
}
.map-lead { padding: 42px 38px; border-right: 1px solid #3e433b; }
.map-lead > span,.map-paths span { font: 10px 'DM Mono'; color: var(--acid); letter-spacing: .08em; }
.map-lead strong { display: block; font-size: clamp(28px,3vw,42px); line-height: 1.12; margin: 60px 0 20px; letter-spacing: -.03em; }
.map-lead p { color: #92978e; font-size: 13px; line-height: 1.8; max-width: 260px; }
.map-paths { display: grid; grid-template-columns: 1fr 1fr; }
.map-paths > div { min-height: 220px; padding: 30px; border-right: 1px solid #3e433b; border-bottom: 1px solid #3e433b; }
.map-paths > div:nth-child(2n) { border-right: 0; }
.map-paths > div:nth-child(n+3) { border-bottom: 0; }
.map-paths h3 { font-size: 20px; margin: 38px 0 13px; }
.map-paths p { color: #92978e; font-size: 12px; line-height: 1.75; max-width: 260px; }
.map-spectrum { grid-column: 1 / -1; display: flex; align-items: center; gap: 13px; padding: 18px 22px; border-top: 1px solid #3e433b; font: 9px 'DM Mono'; color: #8d9289; }
.map-spectrum i { height: 1px; flex: 1; background: #50564c; }
.map-spectrum b { color: var(--acid); font-weight: 400; margin-left: 12px; }
@media (max-width: 800px) {
  .problem-map { grid-template-columns: 1fr; }
  .map-lead { border-right: 0; border-bottom: 1px solid #3e433b; padding: 30px 24px; }
  .map-lead strong { margin-top: 34px; }
  .map-paths { grid-template-columns: 1fr; }
  .map-paths > div { min-height: 190px; border-right: 0; padding: 25px 24px; }
  .map-paths > div:nth-child(n+3) { border-bottom: 1px solid #3e433b; }
  .map-paths > div:last-child { border-bottom: 0; }
  .map-spectrum { flex-wrap: wrap; gap: 10px; }
  .map-spectrum i { flex: 0 0 12px; }
  .map-spectrum b { width: 100%; margin: 8px 0 0; }
}
.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 8vw; align-items: start; }
.contact-copy h2 { font-size: clamp(44px,5vw,72px); line-height: .96; letter-spacing: -.04em; margin-bottom: 26px; }
.contact-copy > p:not(.eyebrow) { max-width: 350px; line-height: 1.7; font-size: 14px; }
.direct-contact { border-top: 1px solid rgba(17,18,16,.35); margin-top: 42px; }
.direct-contact a { display: flex; justify-content: space-between; gap: 15px; padding: 14px 0; border-bottom: 1px solid rgba(17,18,16,.35); color: var(--ink); text-decoration: none; }
.direct-contact span { font: 9px 'DM Mono'; opacity: .6; }
.direct-contact strong { font: 11px 'DM Mono'; }
.contact-form { background: var(--ink); color: var(--paper); padding: 32px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: block; margin-bottom: 24px; }
.contact-form label > span { display: block; font: 10px 'DM Mono'; color: #969b92; margin-bottom: 10px; }
.contact-form input,.contact-form select,.contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #50554d; border-radius: 0; background: transparent; color: var(--paper); padding: 10px 0 12px; font: 13px 'Space Grotesk'; outline: none; letter-spacing: 0; }
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus { border-color: var(--acid); }
.contact-form input::placeholder,.contact-form textarea::placeholder { color: #676c64; }
.contact-form select { appearance: none; background-image: linear-gradient(45deg,transparent 50%,var(--acid) 50%),linear-gradient(135deg,var(--acid) 50%,transparent 50%); background-position: calc(100% - 8px) 50%,calc(100% - 3px) 50%; background-size: 5px 5px; background-repeat: no-repeat; }
.contact-form select option { background: var(--ink); color: var(--paper); }
.contact-form textarea { resize: vertical; min-height: 105px; line-height: 1.6; }
.form-submit { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid #50554d; padding-top: 22px; }
.form-submit p { max-width: 270px; color: #767b73; font-size: 10px; line-height: 1.6; margin: 0; }
.form-submit button { flex: 0 0 auto; border: 0; background: var(--acid); color: var(--ink); padding: 14px 18px; font-weight: 600; cursor: pointer; }
.form-submit button:hover { background: var(--paper); }
.form-submit button span { font-size: 17px; margin-left: 8px; }
.form-trap { position: absolute !important; left: -9999px !important; }
.footer-contact { display: flex; align-items: center; gap: 18px; }
.footer-contact span { color: var(--muted); }
.footer-legal { display: grid; gap: 7px; text-align: center; }
.footer-legal a { color: var(--muted); }
.footer-legal a:hover { color: var(--acid); }
.project { position: relative; }
.industry-menu { position: relative; }
.nav-links .industry-menu { display: block; flex: 0 0 auto; }
.industry-menu > button { appearance: none; border: 0; outline: none; background: transparent; color: var(--muted); font: 13px 'Space Grotesk'; cursor: pointer; padding: 0; }
.industry-menu > button:focus,.industry-menu > button:focus-visible { outline: none; box-shadow: none; }
.industry-menu > button:hover,.industry-menu.is-open > button { color: var(--acid); }
.industry-menu > button span { color: var(--acid); margin-left: 5px; }
.industry-dropdown { position: absolute !important; z-index: 30; top: 30px; right: -18px; width: 220px; padding: 8px; background: #1b201a; border: 0; box-shadow: 12px 14px 0 rgba(0,0,0,.2); display: none !important; }
.industry-menu.is-open .industry-dropdown { display: grid !important; }
.industry-dropdown a { display: flex; justify-content: space-between; gap: 9px; padding: 11px 10px; color: var(--paper); text-decoration: none; font-size: 12px; }
.industry-dropdown a:hover { background: #2c3529; color: var(--acid); }
.industry-dropdown small { color: #7c8678; font: 8px 'DM Mono'; }
.project-click { position: absolute; z-index: 6; inset: 0; display: block; cursor: pointer; }
.project-click:focus-visible { outline: 2px solid var(--acid); outline-offset: 4px; }
.project:hover .project-media { filter: brightness(1.06); }
.project:hover .project-info h3 { color: var(--acid); }
.mini-program-phone { position: absolute; z-index: 4; right: 4.5%; bottom: 4%; width: 29%; max-width: 176px; aspect-ratio: .49; overflow: hidden; border: 4px solid #18201b; border-radius: 20px; background: #f3f6f1; color: #253229; box-shadow: 12px 16px 28px rgba(0,0,0,.38); font-family: 'Space Grotesk',sans-serif; transform: rotate(2deg); }
.phone-status { height: 7%; padding: 5px 10px 0; display: flex; align-items: center; justify-content: space-between; font-size: 5px; font-weight: 600; background: #f3f6f1; }
.phone-status i { width: 30%; height: 5px; border-radius: 8px; background: #18201b; }
.phone-status b { font-size: 5px; }
.phone-header { height: 17%; padding: 7px 10px 8px; position: relative; background: #294237; color: #f4f7f1; }
.phone-header small { display: block; color: #b8ccbc; font-size: 5px; }
.phone-header strong { display: block; margin-top: 4px; font-size: 11px; }
.phone-header > span { position: absolute; right: 9px; top: 10px; font-size: 10px; }
.phone-body { height: 64%; padding: 10px 9px; background: #edf2ec; }
.phone-greeting { display: flex; align-items: center; justify-content: space-between; font-size: 7px; }
.phone-greeting span { font-weight: 700; }
.phone-greeting b { color: #77867b; font-size: 5px; font-weight: 500; }
.phone-summary { display: grid; grid-template-columns: auto 1fr 1px auto 1fr; gap: 5px; align-items: end; margin: 8px 0 10px; padding: 8px; background: #d5e5cf; }
.phone-summary small { color: #71806f; font-size: 5px; }
.phone-summary strong { font-size: 12px; line-height: 1; }
.phone-summary i { width: 1px; height: 18px; background: #b5c8b1; }
.phone-section { display: flex; justify-content: space-between; margin-bottom: 5px; font-size: 6px; font-weight: 700; }
.phone-section small { color: #7c8b80; font-size: 5px; font-weight: 400; }
.phone-interview { display: flex; align-items: center; gap: 6px; margin-top: 5px; padding: 6px; background: #fff; }
.phone-interview > i { flex: 0 0 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; background: #c5dfaf; color: #3f6548; font-size: 6px; font-style: normal; }
.phone-interview p { min-width: 0; flex: 1; margin: 0; line-height: 1.15; }
.phone-interview p b { display: block; font-size: 6px; }
.phone-interview p small { display: block; margin-top: 3px; color: #7c887f; font-size: 5px; white-space: nowrap; }
.phone-interview time { color: #4e7658; font-size: 6px; font-weight: 700; }
.phone-tabs { height: 12%; display: grid; grid-template-columns: repeat(4,1fr); place-items: center; background: #fff; border-top: 1px solid #dce4dc; }
.phone-tabs span,.phone-tabs b { display: grid; place-items: center; gap: 2px; color: #8a958c; font-size: 7px; font-weight: 500; }
.phone-tabs b { color: #3f714c; }
.phone-tabs small { font-size: 4px; font-weight: 400; }
.thanks-page { min-height: 100vh; display: grid; place-items: center; padding: 40px; }
.thanks-inner { width: min(850px,100%); }
.thanks-inner .brand { margin-bottom: 100px; }
.thanks-inner h1 { margin-bottom: 30px; }
.thanks-inner > p:not(.eyebrow) { color: var(--muted); margin-bottom: 35px; }
@media (max-width: 800px) {
  .industry-menu { width: 100%; }
  .industry-menu > button { font-size: 14px; }
  .industry-dropdown { position: static !important; width: 100%; margin-top: 14px; box-shadow: none; }
  .contact-layout { grid-template-columns: 1fr; gap: 48px; }
  .contact-form { padding: 25px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-submit { align-items: flex-start; flex-direction: column; }
  .form-submit button { width: 100%; }
  .footer-contact { display: grid; gap: 8px; }
  .footer-legal { text-align: left; gap: 8px; }
  .mini-program-phone { right: 3%; bottom: 3%; width: 31%; border-width: 3px; border-radius: 14px; transform: rotate(2deg) scale(.9); transform-origin: right bottom; }
  .thanks-page { padding: 24px; }
  .thanks-inner .brand { margin-bottom: 70px; }
}
