:root {
  --bg: #0b0c10;
  --surface: #121319;
  --surface-2: #17191f;
  --text: #f1f0ea;
  --muted: #9c9d9f;
  --line: rgba(255, 255, 255, .11);
  --accent: #ff4d35;
  --accent-soft: #ff8e5d;
  --lime: #c7f36b;
  --mx: 50vw;
  --my: 30vh;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 77, 53, .09), transparent 25rem),
    var(--bg);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  opacity: .35;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.section-shell { width: min(1240px, calc(100% - 56px)); margin-inline: auto; }
.grain { position: fixed; inset: 0; width: 100%; height: 100%; z-index: 20; pointer-events: none; opacity: .035; }
.cursor-glow {
  position: fixed;
  left: var(--mx); top: var(--my);
  width: 34rem; height: 34rem;
  border-radius: 50%;
  translate: -50% -50%;
  background: radial-gradient(circle, rgba(255, 92, 67, .095), transparent 67%);
  z-index: -1; pointer-events: none;
}

.topbar {
  position: fixed;
  z-index: 15;
  top: 0; left: 0; right: 0;
  height: 90px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 max(28px, calc((100vw - 1240px) / 2));
  border-bottom: 1px solid transparent;
  transition: background .35s, border-color .35s, height .35s;
}
.topbar.scrolled { height: 70px; background: rgba(11,12,16,.8); border-color: var(--line); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 42px; height: 42px;
  display: grid; place-items: center;
  border-radius: 12px;
  color: white; background: var(--accent);
  font: 700 19px/1 Georgia, serif;
  box-shadow: 0 0 0 0 rgba(255,77,53,.4);
  transition: rotate .5s cubic-bezier(.2,.9,.2,1), border-radius .5s, box-shadow .5s;
}
.brand:hover .brand-mark { rotate: -9deg; border-radius: 50% 12px 50% 12px; box-shadow: 0 0 0 7px rgba(255,77,53,.11); }
.brand-copy { display: flex; flex-direction: column; gap: 2px; }
.brand-copy b { font-size: 14px; letter-spacing: .16em; }
.brand-copy small { color: #74767b; font-size: 8px; letter-spacing: .22em; }
nav { display: flex; gap: 6px; }
.nav-link { position: relative; display: flex; align-items: flex-start; gap: 7px; padding: 13px 18px; border-radius: 99px; overflow: hidden; }
.nav-link::before { content: ""; position: absolute; inset: 100% 0 0; background: var(--text); transition: inset .35s cubic-bezier(.2,.8,.2,1); z-index: -1; }
.nav-link span { font-size: 13px; transition: transform .35s, color .35s; }
.nav-link i { color: #62646a; font: 8px/1 monospace; transition: color .35s, transform .35s; }
.nav-link:hover::before { inset: 0; }
.nav-link:hover span { color: var(--bg); transform: translateY(-1px); }
.nav-link:hover i { color: var(--accent); transform: translate(2px,-2px); }
.menu-button { display: none; border: 0; background: transparent; width: 42px; height: 42px; }

.hero { min-height: 100svh; padding-top: 150px; padding-bottom: 70px; display: grid; grid-template-columns: 1.13fr .87fr; align-items: center; position: relative; }
.kicker { margin: 0 0 24px; color: #b9babd; text-transform: uppercase; font: 600 11px/1.4 monospace; letter-spacing: .16em; }
.hero .kicker { display: flex; align-items: center; gap: 10px; }
.hero .kicker span { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 15px var(--lime); }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; font-size: clamp(3.6rem, 7.7vw, 7.6rem); line-height: .94; letter-spacing: -.075em; font-weight: 700; }
h1 em, h2 em { color: var(--accent); font-family: Georgia, "Songti SC", serif; font-weight: 500; }
.hero-lead { max-width: 560px; margin: 34px 0 0; color: var(--muted); font-size: clamp(1rem, 1.45vw, 1.18rem); line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 42px; }
.primary-button { position: relative; display: flex; align-items: center; gap: 45px; min-width: 202px; padding: 18px 20px 18px 24px; border-radius: 9px; background: var(--accent); overflow: hidden; }
.primary-button::before { content: ""; position: absolute; inset: 0; background: var(--text); transform: translateX(-102%) skewX(-18deg); transition: transform .48s cubic-bezier(.2,.8,.2,1); }
.primary-button span, .primary-button svg { position: relative; z-index: 1; transition: color .35s, transform .35s; }
.primary-button span { font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.primary-button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.primary-button:hover::before { transform: translateX(0) skewX(0); }
.primary-button:hover { color: var(--bg); }
.primary-button:hover svg { transform: translateX(5px); }
.text-button { display: flex; align-items: center; gap: 12px; color: #b7b8ba; font-size: 13px; }
.text-button span { position: relative; }
.text-button span::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: var(--accent); transition: right .35s; }
.text-button i { transition: transform .35s; }
.text-button:hover span::after { right: 0; }
.text-button:hover i { transform: translateY(5px); color: var(--accent); }

.hero-object { height: 580px; position: relative; display: grid; place-items: center; perspective: 1100px; }
.vault-card { position: relative; width: min(330px, 72%); aspect-ratio: .72; padding: 26px; border: 1px solid rgba(255,255,255,.2); border-radius: 27px; background: linear-gradient(145deg, rgba(36,38,45,.96), rgba(16,17,22,.93)); box-shadow: 0 45px 90px rgba(0,0,0,.4); display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; transform-style: preserve-3d; }
.vault-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.08), transparent 70%); }
.vault-top, .vault-bottom { position: relative; z-index: 2; display: flex; justify-content: space-between; color: #7e8086; font: 9px/1.4 monospace; letter-spacing: .12em; }
.live-dot { color: var(--lime); }
.live-dot::before { content: ""; display: inline-block; width: 5px; height: 5px; border-radius: 50%; margin-right: 6px; background: currentColor; box-shadow: 0 0 9px currentColor; }
.vault-symbol { position: relative; z-index: 2; align-self: center; width: 145px; height: 145px; display: grid; place-items: center; color: var(--accent); border: 1px solid rgba(255,77,53,.3); border-radius: 50% 20% 50% 20%; font: 500 70px/1 Georgia, serif; box-shadow: inset 0 0 55px rgba(255,77,53,.09), 0 0 40px rgba(255,77,53,.06); transform: translateZ(28px); }
.vault-bottom { align-items: flex-end; }
.vault-bottom span { color: #aaa; }
.vault-bottom b { color: var(--text); font-weight: 500; }
.card-shine { position: absolute; inset: 0; z-index: 5; pointer-events: none; background: radial-gradient(circle at var(--card-x, 50%) var(--card-y, 50%), rgba(255,255,255,.12), transparent 32%); opacity: 0; transition: opacity .35s; }
.tilt-card:hover .card-shine { opacity: 1; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; animation: spin 17s linear infinite; }
.orbit-one { width: 455px; height: 455px; rotate: 16deg; }
.orbit-two { width: 540px; height: 285px; rotate: -36deg; animation-duration: 23s; animation-direction: reverse; }
.orbit i { position: absolute; left: 50%; top: -4px; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 14px var(--accent); }
@keyframes spin { to { transform: rotate(360deg); } }
.floating-label { position: absolute; padding: 8px 10px; color: #6f7176; border: 1px solid var(--line); background: rgba(11,12,16,.8); font: 8px/1 monospace; letter-spacing: .15em; }
.label-a { left: 4%; top: 28%; }.label-b { right: 3%; top: 44%; }.label-c { left: 12%; bottom: 20%; }
.scroll-cue { position: absolute; bottom: 34px; left: 0; display: flex; align-items: center; gap: 15px; color: #5f6166; font: 8px/1 monospace; letter-spacing: .16em; }
.scroll-cue i { width: 56px; height: 1px; background: var(--line); position: relative; overflow: hidden; }
.scroll-cue i::after { content: ""; position: absolute; inset: 0; background: var(--accent); transform: translateX(-100%); animation: scan 2.4s ease-in-out infinite; }
@keyframes scan { 50%,100% { transform: translateX(100%); } }

.about, .warehouse, .contact { padding-block: 130px; border-top: 1px solid var(--line); }
.section-index { display: flex; align-items: center; gap: 18px; margin-bottom: 80px; color: #74767b; font: 9px/1 monospace; letter-spacing: .15em; }
.section-index span { color: var(--accent); }.section-index i { width: 55px; height: 1px; background: var(--line); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11%; }
.section-heading .kicker { margin-bottom: 20px; }
.section-heading h2, .contact h2 { margin: 0; font-size: clamp(2.7rem, 5.5vw, 5.2rem); line-height: 1.03; letter-spacing: -.055em; }
.about-copy { padding-top: 58px; }
.about-copy p { color: var(--muted); line-height: 1.95; font-size: 15px; }
.about-copy .about-lead { color: var(--text); margin-top: 0; font-size: clamp(1.1rem, 1.7vw, 1.35rem); }
.trait-row { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 38px; }
.trait-row span { padding: 10px 14px; border: 1px solid var(--line); border-radius: 99px; color: #b9babe; font-size: 11px; transition: color .3s, border-color .3s, background .3s, transform .3s; }
.trait-row span:hover { color: var(--bg); border-color: var(--lime); background: var(--lime); transform: translateY(-4px) rotate(-2deg); }

.warehouse-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 54px; }
.warehouse-head > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.project-filters { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; }
.project-filters > span { margin-right: auto; color: #77797e; font: 9px/1 monospace; letter-spacing: .14em; text-transform: uppercase; }
.project-filters button { position: relative; padding: 10px 14px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); background: transparent; cursor: pointer; overflow: hidden; transition: color .3s, border-color .3s, transform .3s; }
.project-filters button::before { content: ""; position: absolute; inset: 100% 0 0; z-index: -1; background: var(--text); transition: inset .35s cubic-bezier(.2,.8,.2,1); }
.project-filters button i { display: inline-grid; place-items: center; min-width: 18px; height: 18px; margin-left: 6px; border-radius: 50%; color: inherit; background: rgba(127,127,127,.12); font: 8px/1 monospace; font-style: normal; }
.project-filters button:hover { color: var(--bg); border-color: var(--text); transform: translateY(-2px); }
.project-filters button:hover::before { inset: 0; }
.project-filters button.active { color: white; border-color: var(--accent); background: var(--accent); }
.project-grid.single-result .project-card:not([hidden]) { grid-column: span 2; }
.project-card[hidden] { display: none !important; }
.project-card.filter-enter { animation: filter-enter .38s cubic-bezier(.2,.8,.2,1); }
@keyframes filter-enter { from { opacity: 0; transform: translateY(14px) scale(.985); } }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.project-card { min-height: 500px; position: relative; display: flex; flex-direction: column; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); overflow: hidden; transform-style: preserve-3d; transition: border-color .35s, box-shadow .35s; }
.project-card::before { content: ""; position: absolute; height: 4px; inset: auto 100% 0 0; background: var(--accent); transition: inset .55s cubic-bezier(.2,.8,.2,1); }
.project-card:hover { border-color: rgba(255,255,255,.24); box-shadow: 0 35px 70px rgba(0,0,0,.3); }
.project-card:hover::before { inset: auto 0 0 0; }
.project-feature { background: linear-gradient(155deg, #1d1a1a, #121319 60%); }
.project-meta { display: flex; justify-content: space-between; color: #696b70; font: 8px/1 monospace; letter-spacing: .12em; }
.project-meta i { padding: 6px 8px; margin-top: -6px; border: 1px solid var(--line); border-radius: 99px; font-style: normal; }
.project-meta .status-live { color: var(--lime); border-color: rgba(199,243,107,.2); }
.project-icon { height: 180px; display: grid; place-items: center; position: relative; transform: translateZ(20px); }
.icon-convoy { grid-template-columns: repeat(3, 42px); gap: 7px; }
.icon-convoy span { height: 74px; border: 1px solid rgba(255,77,53,.38); border-radius: 9px; background: rgba(255,77,53,.06); transition: transform .4s, background .4s; }
.project-card:hover .icon-convoy span:nth-child(1) { transform: translateY(10px) rotate(-7deg); }
.project-card:hover .icon-convoy span:nth-child(2) { transform: translateY(-8px); background: var(--accent); }
.project-card:hover .icon-convoy span:nth-child(3) { transform: translateY(5px) rotate(7deg); }
.icon-hosting i { width: 115px; height: 115px; border-radius: 50%; border: 1px solid #595b61; box-shadow: 0 0 0 16px rgba(255,255,255,.02), 0 0 0 32px rgba(255,255,255,.015); transition: border-radius .5s, rotate .6s, border-color .4s; }
.icon-hosting i::before, .icon-hosting i::after { content: ""; position: absolute; background: #55575c; }
.icon-hosting i::before { width: 1px; height: 160px; left: 50%; top: 10px; }.icon-hosting i::after { height: 1px; width: 160px; left: calc(50% - 80px); top: 90px; }
.project-card:hover .icon-hosting i { border-radius: 20% 50%; rotate: 135deg; border-color: var(--accent); }
.icon-zxsj::before { content: ""; position: absolute; width: 155px; height: 155px; border: 1px dashed rgba(24,24,23,.16); border-radius: 50%; transition: rotate .8s, scale .5s; }
.icon-zxsj img { position: relative; z-index: 1; width: 124px; height: 124px; border-radius: 26px; box-shadow: 0 18px 35px rgba(38,53,74,.16); transition: transform .5s cubic-bezier(.2,.8,.2,1), box-shadow .5s; }
.project-card:hover .icon-zxsj::before { rotate: 90deg; scale: 1.08; border-color: rgba(236,74,50,.38); }
.project-card:hover .icon-zxsj img { transform: translateY(-8px) rotate(-3deg) scale(1.04); box-shadow: 0 28px 48px rgba(38,53,74,.23); }
.empty-orbit { height: 180px; display: grid; place-items: center; }
.empty-orbit span { width: 86px; height: 86px; display: grid; place-items: center; border: 1px dashed #4b4d52; border-radius: 50%; color: #686a70; font-size: 26px; transition: rotate .6s, border-color .4s, color .4s, scale .4s; }
.project-card:hover .empty-orbit span { rotate: 90deg; scale: 1.15; color: var(--lime); border-color: var(--lime); }
.project-copy { margin-top: auto; position: relative; z-index: 2; }
.project-copy p { margin: 0 0 10px; color: var(--accent); font: 8px/1 monospace; letter-spacing: .14em; }
.project-copy h3 { margin: 0 0 13px; font-size: 26px; letter-spacing: -.035em; }
.project-copy span { color: var(--muted); line-height: 1.7; font-size: 13px; }
.project-enter { display: flex; justify-content: space-between; align-items: center; margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line); }
.project-enter b { color: #9b9da1; font-size: 11px; letter-spacing: .1em; }
.project-enter i { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-style: normal; transition: background .35s, color .35s, rotate .35s; }
.project-card:hover .project-enter i { color: var(--bg); background: var(--text); rotate: 45deg; }

.contact-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; padding: clamp(35px, 6vw, 75px); border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(135deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); }
.contact-intro > p:last-child { max-width: 440px; margin-top: 28px; color: var(--muted); line-height: 1.8; font-size: 14px; }
.contact-list { display: flex; flex-direction: column; justify-content: center; }
.contact-item { --item-color: var(--text); position: relative; display: grid; grid-template-columns: 42px 1fr auto; gap: 15px; align-items: center; padding: 18px 5px; border-bottom: 1px solid var(--line); overflow: hidden; }
.contact-item::before { content: ""; position: absolute; inset: 0; background: var(--item-color); transform: translateX(-102%); transition: transform .45s cubic-bezier(.2,.8,.2,1); z-index: -1; }
.contact-item:hover::before { transform: translateX(0); }
.contact-icon { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 11px; font: 700 11px/1 monospace; transition: color .35s, border-color .35s, rotate .35s; }
.contact-copy { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.contact-copy small { color: #77797e; font: 8px/1.4 monospace; letter-spacing: .14em; transition: color .35s; }
.contact-copy b { font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.contact-arrow { transition: transform .35s; }
.contact-item:hover { color: var(--bg); }
.contact-item:hover .contact-icon { color: var(--bg); border-color: rgba(0,0,0,.2); rotate: -8deg; }
.contact-item:hover .contact-copy small { color: rgba(0,0,0,.55); }
.contact-item:hover .contact-arrow { transform: translate(4px,-4px); }
.contact-item.disabled { cursor: not-allowed; opacity: .55; }
.contact-item.disabled:hover::before { transform: translateX(-102%); }
.contact-item.disabled:hover { color: inherit; }

.footer { min-height: 170px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-top: 1px solid var(--line); color: #66686d; font-size: 10px; letter-spacing: .1em; }
.footer > div { display: flex; align-items: center; gap: 10px; color: var(--text); }
.brand-mark.small { width: 28px; height: 28px; border-radius: 8px; font-size: 13px; }
.footer p { text-align: center; }.footer > span { justify-self: end; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .section-shell { width: min(100% - 34px, 720px); }
  .topbar { padding-inline: 17px; }
  .menu-button { display: grid; place-content: center; gap: 7px; }
  .menu-button span { display: block; width: 22px; height: 1px; background: var(--text); transition: transform .3s; }
  nav { position: fixed; inset: 70px 0 auto; padding: 14px 17px 20px; flex-direction: column; background: rgba(11,12,16,.96); border-bottom: 1px solid var(--line); transform: translateY(-130%); transition: transform .4s; z-index: -1; }
  .topbar.menu-open nav { transform: translateY(0); }
  .nav-link { border: 1px solid var(--line); justify-content: space-between; }
  .hero { grid-template-columns: 1fr; padding-top: 135px; padding-bottom: 100px; }
  .hero-object { height: 460px; margin-top: 35px; }
  .vault-card { width: 255px; }
  .orbit-one { width: 340px; height: 340px; }.orbit-two { width: 390px; height: 230px; }
  .about, .warehouse, .contact { padding-block: 90px; }
  .section-index { margin-bottom: 55px; }
  .about-grid, .contact-panel { grid-template-columns: 1fr; gap: 30px; }
  .about-copy { padding-top: 0; }
  .warehouse-head { align-items: flex-start; flex-direction: column; gap: 24px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-grid.single-result .project-card:not([hidden]) { grid-column: span 1; }
  .project-card { min-height: 455px; }
  .footer { grid-template-columns: 1fr 1fr; padding-block: 35px; gap: 22px; }
  .footer p { display: none; }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(3.35rem, 17vw, 5rem); }
  .brand-copy small { display: none; }
  .hero-object { height: 390px; }
  .vault-card { width: 220px; padding: 20px; }
  .vault-symbol { width: 108px; height: 108px; font-size: 54px; }
  .orbit-one { width: 285px; height: 285px; }.orbit-two { width: 315px; height: 190px; }
  .floating-label { display: none; }
  .hero-actions { gap: 20px; flex-wrap: wrap; }
  .project-filters { align-items: stretch; display: grid; grid-template-columns: repeat(3, 1fr); }
  .project-filters > span { grid-column: 1 / -1; margin: 0 0 4px; }
  .project-filters button { padding-inline: 8px; font-size: 10px; }
  .contact-panel { padding: 30px 20px; }
  .footer { font-size: 8px; }.footer > span { text-align: right; }
}

@media (hover: none), (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .15s !important; }
  .cursor-glow { display: none; }
}

/* Warm light theme */
:root {
  --bg: #f5f2ea;
  --surface: #fffdf8;
  --surface-2: #eeebe3;
  --text: #181817;
  --muted: #6d6b66;
  --line: rgba(24, 24, 23, .13);
  --accent: #ec4a32;
  --accent-soft: #ff8e5d;
  --lime: #568435;
}
body {
  background:
    radial-gradient(circle at 82% 12%, rgba(236, 74, 50, .1), transparent 26rem),
    radial-gradient(circle at 8% 66%, rgba(133, 164, 102, .1), transparent 30rem),
    var(--bg);
}
body::before {
  background-image: linear-gradient(rgba(24,24,23,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(24,24,23,.035) 1px, transparent 1px);
}
.topbar.scrolled { background: rgba(245,242,234,.84); }
.nav-link::before { background: var(--text); }
.nav-link:hover span { color: var(--bg); }
.cursor-glow { background: radial-gradient(circle, rgba(236, 74, 50, .12), transparent 67%); }
.vault-card {
  border-color: rgba(24,24,23,.16);
  background: linear-gradient(145deg, rgba(255,255,252,.97), rgba(230,226,216,.94));
  box-shadow: 0 45px 90px rgba(74,55,42,.14);
}
.vault-card::before { background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.7), transparent 70%); }
.vault-top, .vault-bottom { color: #807d76; }
.vault-symbol { box-shadow: inset 0 0 55px rgba(236,74,50,.1), 0 0 40px rgba(236,74,50,.08); }
.orbit { border-color: rgba(24,24,23,.1); }
.floating-label { color: #79766f; background: rgba(245,242,234,.86); }
.project-card {
  background: rgba(255,253,248,.76);
  box-shadow: 0 12px 35px rgba(74,55,42,.035);
}
.project-card:hover { box-shadow: 0 35px 70px rgba(74,55,42,.13); }
.project-feature { background: linear-gradient(155deg, #fff5ef, #fffdf8 62%); }
.icon-convoy span { background: rgba(236,74,50,.055); }
.icon-hosting i { border-color: #9b978f; box-shadow: 0 0 0 16px rgba(24,24,23,.025), 0 0 0 32px rgba(24,24,23,.015); }
.icon-hosting i::before, .icon-hosting i::after { background: #aaa69e; }
.empty-orbit span { border-color: #aaa69e; color: #85817a; }
.contact-panel { background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,253,248,.42)); box-shadow: 0 26px 70px rgba(74,55,42,.06); }
.contact-item { width: 100%; color: var(--text); text-align: left; border: 0; border-bottom: 1px solid var(--line); background: transparent; cursor: pointer; font: inherit; }
.contact-item:hover { color: #161615; }
.contact-item:hover .contact-icon { color: #161615; }
.contact-item:hover .contact-copy small { color: rgba(0,0,0,.56); }
.contact-item.disabled:hover { color: inherit; }

.qr-dialog {
  width: min(520px, calc(100% - 32px));
  max-height: calc(100svh - 32px);
  padding: 22px;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fffdf8;
  box-shadow: 0 40px 110px rgba(42,32,25,.25);
  overflow: auto;
}
.qr-dialog::backdrop { background: rgba(42,38,34,.38); backdrop-filter: blur(8px); }
.qr-dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.qr-dialog-head small { color: var(--accent); font: 8px/1 monospace; letter-spacing: .15em; }
.qr-dialog-head h2 { margin: 7px 0 0; font-size: 24px; letter-spacing: -.03em; }
.qr-close { width: 39px; height: 39px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 25px; line-height: 1; cursor: pointer; transition: color .3s, background .3s, rotate .3s; }
.qr-close:hover { color: white; background: var(--accent); rotate: 90deg; }
.qr-image-wrap { display: grid; place-items: center; min-height: 300px; padding: 10px; border-radius: 15px; background: #f0efec; overflow: hidden; }
.qr-image-wrap img { display: block; max-width: 100%; max-height: min(68svh, 720px); border-radius: 9px; object-fit: contain; }
.qr-dialog > p { margin: 15px 0 2px; color: var(--muted); text-align: center; font-size: 12px; }

@media (max-width: 560px) {
  .qr-dialog { padding: 16px; }
  .qr-image-wrap { min-height: 240px; }
}
