:root {
  --gxy-bg: #f5f2ec;
  --gxy-panel: #fffdf8;
  --gxy-ink: #171512;
  --gxy-muted: #746d63;
  --gxy-line: rgba(38, 33, 27, 0.14);
  --gxy-copper: #9b6a3e;
  --gxy-brass: #c19a5b;
  --gxy-dark: #11100e;
  --gxy-radius: 8px;
  --gxy-shadow: 0 22px 50px rgba(31, 26, 20, 0.12);
}
html { scroll-behavior: smooth; }
body {
  background: var(--gxy-bg);
  color: var(--gxy-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  letter-spacing: 0;
}
a { color: inherit; }
a:hover { color: var(--gxy-copper); text-decoration: none; }
.gxy-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(245, 242, 236, 0.92);
  border-bottom: 1px solid var(--gxy-line);
  backdrop-filter: blur(16px);
}
.gxy-nav {
  max-width: 1320px;
  margin: 0 auto;
  height: 72px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.gxy-brand { display: inline-flex; align-items: center; gap: 12px; min-width: 168px; }
.gxy-brand-mark {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(155, 106, 62, 0.5);
  border-radius: 50%;
  color: var(--gxy-brass);
  background: #171512;
  font-weight: 700;
}
.gxy-brand strong { display: block; font-size: 18px; line-height: 1.1; }
.gxy-brand em { display: block; margin-top: 3px; color: var(--gxy-muted); font-size: 12px; font-style: normal; }
.gxy-menu { display: flex; align-items: center; justify-content: center; flex: 1; gap: 20px; font-size: 14px; color: #38322b; }
.gxy-nav-actions { display: flex; align-items: center; gap: 10px; }
.gxy-nav-sample { display: inline-flex; align-items: center; gap: 6px; color: #514a41; font-size: 13px; }
.gxy-nav-sample:hover { color: var(--gxy-copper); }
.gxy-nav-sample b { display: inline-flex; min-width: 18px; height: 18px; align-items: center; justify-content: center; border-radius: 50%; background: rgba(155,106,62,.14); color: var(--gxy-copper); font-size: 10px; font-weight: 600; }
.gxy-nav-actions .navbar-userinfo { display: inline-flex; align-items: center; gap: 6px; margin: 0; padding: 0; list-style: none; }
.gxy-nav-actions .navbar-userinfo > a.login-btn { min-height: 34px; display: inline-flex; align-items: center; justify-content: center; padding: 0 12px; border: 1px solid rgba(38,33,27,.14); border-radius: 999px; background: rgba(255,255,255,.72); color: #3b332b; font-size: 13px; line-height: 1; opacity: 1; }
.gxy-nav-actions .navbar-userinfo > a.login-btn:hover { border-color: rgba(155,106,62,.38); background: #fff; color: var(--gxy-copper); }
.gxy-nav-actions .navbar-userinfo .dropdown-menu { min-width: 132px; border: 1px solid var(--gxy-line); border-radius: 8px; box-shadow: 0 14px 34px rgba(31,26,20,.12); }
.gxy-menu a.is-current { color: var(--gxy-copper); font-weight: 600; }
.gxy-outline, .gxy-solid, .gxy-ghost, .gxy-icon-btn {
  min-height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 160ms ease;
}
.gxy-outline { border: 1px solid var(--gxy-ink); padding: 0 18px; color: var(--gxy-ink); }
.gxy-outline:hover { background: var(--gxy-ink); color: #fff; }
.gxy-solid { border: 1px solid var(--gxy-ink); background: var(--gxy-ink); color: #fff; padding: 0 20px; }
.gxy-solid:hover { background: var(--gxy-copper); border-color: var(--gxy-copper); color: #fff; }
.gxy-ghost { border: 1px solid var(--gxy-line); padding: 0 18px; color: var(--gxy-ink); background: rgba(255, 255, 255, 0.36); }
.gxy-icon-btn { width: 38px; border: 1px solid var(--gxy-line); background: transparent; color: var(--gxy-ink); }
.gxy-mobile-toggle { display: none; border: 0; background: transparent; font-size: 20px; }
.searchBox { position: absolute; left: 0; right: 0; top: 72px; display: none; background: rgba(245,242,236,.98); border-bottom: 1px solid var(--gxy-line); }
.gxy-mobile-menu { display: none; }
.search-pup { max-width: 880px; margin: 0 auto; padding: 18px 28px; }
.search-form { display: flex; gap: 10px; }
.search-form input { flex: 1; height: 44px; border: 1px solid var(--gxy-line); background: #fff; border-radius: 999px; padding: 0 18px; }
.search-form button { width: 48px; border: 0; border-radius: 50%; background: var(--gxy-ink); color: #fff; }
.gxy-page { overflow: hidden; }
.gxy-section { max-width: 1320px; margin: 0 auto; padding: 82px 28px; }
.gxy-hero {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: 54px;
  padding-top: 44px;
  padding-bottom: 44px;
}
.gxy-kicker { color: var(--gxy-copper); font-size: 13px; font-weight: 700; }
.gxy-hero h1 { margin: 18px 0 20px; font-size: 58px; line-height: 1.08; font-weight: 680; letter-spacing: 0; }
.gxy-hero p { color: #514a41; font-size: 18px; line-height: 1.8; max-width: 620px; }
.gxy-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.gxy-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 42px; max-width: 660px; }
.gxy-metric { border-top: 1px solid var(--gxy-line); padding-top: 16px; }
.gxy-metric strong { display: block; font-size: 28px; line-height: 1; }
.gxy-metric span { display: block; margin-top: 8px; color: var(--gxy-muted); font-size: 13px; }
.gxy-material-wall { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 112px; gap: 12px; }
.gxy-swatch {
  border-radius: var(--gxy-radius);
  border: 1px solid rgba(255,255,255,.35);
  box-shadow: var(--gxy-shadow);
  overflow: hidden;
  position: relative;
}
.gxy-swatch::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 18%, rgba(255,255,255,.34), transparent 24%), linear-gradient(135deg, rgba(255,255,255,.08), transparent 42%);
  mix-blend-mode: screen;
}
.gxy-swatch span { position: absolute; left: 12px; bottom: 10px; z-index: 1; color: rgba(255,255,255,.92); font-size: 12px; text-shadow: 0 1px 8px rgba(0,0,0,.45); }
.gxy-swatch.copper { grid-column: span 2; grid-row: span 2; background: linear-gradient(140deg, #2b1912, #a96f3d 45%, #4c2418), repeating-linear-gradient(90deg, transparent 0 18px, rgba(255,255,255,.16) 19px 20px); }
.gxy-swatch.liquid { grid-column: span 2; background: radial-gradient(circle at 30% 20%, #d8c08a, transparent 22%), radial-gradient(circle at 78% 60%, #3e6d6b, transparent 28%), linear-gradient(120deg, #12100e, #8e734e, #1f2825); }
.gxy-swatch.wave { grid-column: span 2; background: repeating-radial-gradient(ellipse at center, #ded7ca 0 6px, #9b9388 7px 10px, #4d4b46 12px 15px); }
.gxy-swatch.rust { grid-column: span 2; background: radial-gradient(circle at 20% 30%, #b35d32, transparent 28%), radial-gradient(circle at 80% 66%, #2d3630, transparent 30%), #6f3b26; }
.gxy-swatch.stone { grid-column: span 3; background: linear-gradient(120deg, #1b1916, #5c5146 40%, #c5b9a7 43%, #332d29 54%, #91806d); }
.gxy-swatch.emboss { grid-column: span 3; background: repeating-linear-gradient(45deg, #2a2b29 0 8px, #6d6a60 9px 11px, #1f211f 12px 20px); }
.gxy-section-head { display: flex; justify-content: space-between; gap: 24px; align-items: flex-end; margin-bottom: 32px; }
.gxy-section-head h2 { margin: 0; font-size: 34px; line-height: 1.2; font-weight: 650; }
.gxy-section-head p { margin: 8px 0 0; color: var(--gxy-muted); max-width: 580px; line-height: 1.7; }
.gxy-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.gxy-card { background: rgba(255,255,255,.52); border: 1px solid var(--gxy-line); border-radius: var(--gxy-radius); overflow: hidden; }
.gxy-card-img { display: block; aspect-ratio: 1.18; background: #d8d0c1; overflow: hidden; }
.gxy-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 220ms ease; }
.gxy-card:hover img { transform: scale(1.035); }
.gxy-material-visual { position: relative; width: 100%; height: 100%; overflow: hidden; background-color: #6f655a; }
.gxy-material-visual::before, .gxy-material-visual::after { content: ""; position: absolute; inset: 0; pointer-events: none; }
.gxy-material-visual::before { background: linear-gradient(125deg, rgba(255,255,255,.32), transparent 30%, rgba(0,0,0,.2) 72%, transparent); mix-blend-mode: screen; }
.gxy-material-visual::after { opacity: .34; background: repeating-linear-gradient(102deg, transparent 0 22px, rgba(255,255,255,.12) 23px 24px, transparent 25px 58px); mix-blend-mode: overlay; }
.gxy-surface-101 { background: radial-gradient(circle at 72% 25%, #d8a36a 0 7%, transparent 28%), linear-gradient(135deg, #3b2118, #a86e3f 42%, #4b261a 68%, #d0965d); }
.gxy-surface-102 { background: radial-gradient(circle at 22% 28%, #f0c983 0 5%, transparent 26%), linear-gradient(120deg, #281b1c, #b9834e 35%, #513426 55%, #c59b62 82%); }
.gxy-surface-103 { background: repeating-radial-gradient(ellipse at 36% 40%, #25282a 0 7px, #8e8170 8px 11px, #3b3935 12px 18px); }
.gxy-surface-104 { background: linear-gradient(138deg, #20201e 0 22%, #91806b 23% 30%, #403a35 31% 45%, #c8b8a2 46% 51%, #5b4c40 52% 71%, #191816 72%); }
.gxy-surface-105 { background: radial-gradient(ellipse at 12% 16%, #d3a45e 0 10%, transparent 11%), radial-gradient(ellipse at 42% 50%, #b17d45 0 10%, transparent 11%), repeating-radial-gradient(ellipse at 0 0, #30241e 0 13px, #a97843 14px 19px, #3b2a21 20px 28px); }
.gxy-surface-106 { background: radial-gradient(ellipse at 22% 28%, #d9c27c 0 8%, transparent 9%), radial-gradient(ellipse at 68% 62%, #5a8c8a 0 10%, transparent 11%), linear-gradient(140deg, #122124, #a27548 42%, #254f55 66%, #d1ad68); }
.gxy-detail-visual { min-height: 560px; border-radius: var(--gxy-radius); box-shadow: var(--gxy-shadow); }
.gxy-card-body { padding: 18px; }
.gxy-card h3, .gxy-card h4 { margin: 0; font-size: 18px; line-height: 1.35; }
.gxy-card p { margin: 9px 0 0; color: var(--gxy-muted); line-height: 1.65; font-size: 14px; }
.gxy-chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.gxy-chip { display: inline-flex; align-items: center; min-height: 26px; border: 1px solid var(--gxy-line); border-radius: 999px; padding: 0 10px; color: #574f45; font-size: 12px; background: rgba(255,255,255,.45); }
.gxy-band { background: var(--gxy-dark); color: #f6efe3; }
.gxy-band .gxy-section-head p, .gxy-band .gxy-card p { color: rgba(246,239,227,.66); }
.gxy-band .gxy-card { background: rgba(255,255,255,.055); border-color: rgba(255,255,255,.12); }
.gxy-band .gxy-chip { border-color: rgba(255,255,255,.18); color: #e7d5bd; background: rgba(255,255,255,.06); }
.gxy-path { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.gxy-step { border-top: 1px solid rgba(255,255,255,.22); padding: 18px 0 0; }
.gxy-step strong { display: block; color: var(--gxy-brass); margin-bottom: 8px; }
.gxy-step span { color: rgba(246,239,227,.7); line-height: 1.6; }
.gxy-list-hero { padding-top: 72px; padding-bottom: 34px; }
.gxy-list-hero h1 { font-size: 44px; margin: 0 0 14px; }
.gxy-list-hero p { max-width: 760px; color: var(--gxy-muted); line-height: 1.8; }
.gxy-library-search { max-width: 1120px; margin-top: 26px !important; padding: 16px !important; display: grid !important; grid-template-columns: minmax(220px, .34fr) minmax(0, 1fr); gap: 18px; align-items: center; border: 1px solid var(--gxy-line); border-radius: 8px; background: rgba(255,255,255,.64); }
.gxy-library-search strong { display: block !important; color: var(--gxy-ink); font-size: 16px; }
.gxy-library-search span { display: block !important; margin-top: 5px; color: var(--gxy-muted); font-size: 12px; }
.gxy-library-search form { display: flex !important; gap: 8px; margin: 0 !important; }
.gxy-library-search input[type="search"] { flex: 1; min-width: 0; width: auto !important; height: 44px !important; margin: 0 !important; border: 1px solid var(--gxy-line) !important; border-radius: 6px !important; background: #fff !important; padding: 0 14px !important; box-shadow: none !important; }
.gxy-library-search button { min-width: 104px; height: 44px !important; margin: 0 !important; border: 0 !important; border-radius: 6px !important; background: var(--gxy-ink) !important; color: #fff !important; cursor: pointer; }
.gxy-library-search button:hover { background: var(--gxy-copper); }
.gxy-library-section { padding-bottom: 72px; }
.gxy-library-workspace { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 22px; align-items: start; }
.gxy-series-nav { position: sticky; top: 94px; border: 1px solid rgba(38,33,27,.12); border-radius: 8px; background: linear-gradient(180deg, rgba(255,255,255,.76), rgba(250,247,241,.66)); box-shadow: 0 18px 42px rgba(31,26,20,.08); overflow: hidden; }
.gxy-series-nav-head { padding: 18px 18px 16px; border-bottom: 1px solid rgba(38,33,27,.08); background: rgba(255,255,255,.5); }
.gxy-series-nav-head span { display: block; color: var(--gxy-copper); font-size: 12px; font-weight: 750; letter-spacing: .08em; }
.gxy-series-nav-head strong { display: block; margin-top: 6px; color: var(--gxy-ink); font-size: 18px; line-height: 1.25; }
.gxy-series-nav nav { display: grid; gap: 0; padding: 10px; }
.gxy-series-all, .gxy-series-main { min-height: 40px; display: flex; align-items: center; justify-content: space-between; padding: 0 12px; border-radius: 6px; color: var(--gxy-ink); font-size: 14px; font-weight: 700; }
.gxy-series-all { margin-bottom: 4px; background: #171512; color: #fff; }
.gxy-series-main::after { content: "›"; color: rgba(155,106,62,.8); font-size: 18px; line-height: 1; }
.gxy-series-group { padding: 6px 0; border-top: 1px solid rgba(38,33,27,.07); }
.gxy-series-group div { display: grid; gap: 2px; margin-top: 2px; padding-left: 10px; }
.gxy-series-group div a { min-height: 28px; display: flex; align-items: center; padding: 0 12px; border-left: 1px solid rgba(155,106,62,.18); color: #75685d; font-size: 12px; }
.gxy-series-group a:hover { background: rgba(155,106,62,.08); color: var(--gxy-copper); }
.gxy-library-main { min-width: 0; }
.gxy-filter-panel { margin-top: 0; margin-bottom: 18px; padding: 14px 18px; background: rgba(255,255,255,.5); border: 1px solid var(--gxy-line); border-radius: var(--gxy-radius); }
.gxy-filter-row { display: grid; grid-template-columns: 86px minmax(0, 1fr); column-gap: 18px; align-items: start; padding: 11px 0; border-bottom: 1px solid rgba(38,33,27,.08); }
.gxy-filter-row:last-child { border-bottom: 0; }
.gxy-filter-title { color: var(--gxy-muted); padding-top: 5px; }
.gxy-filter-values { min-width: 0; display: flex; flex-wrap: wrap; gap: 8px 10px; margin: 0; padding: 0; }
.gxy-filter-values li { display: inline-flex; flex: 0 0 auto; list-style: none; padding: 0; border: 0; background: transparent; }
.gxy-filter-values a { display: inline-flex; min-height: 30px; align-items: center; justify-content: center; border-radius: 999px; border: 1px solid var(--gxy-line); padding: 0 13px; background: rgba(255,255,255,.66); font-size: 13px; line-height: 1; white-space: nowrap; box-shadow: none; }
.gxy-filter-values .active a, .gxy-filter-values a.active { background: var(--gxy-ink); border-color: var(--gxy-ink); color: #fff; }
.gxy-library-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.gxy-material-card .gxy-card-img { aspect-ratio: 1.32; }
.gxy-material-meta { display: flex; justify-content: space-between; gap: 12px; margin-top: 16px; color: var(--gxy-muted); font-size: 12px; }
.gxy-material-flags { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin-top: 14px; }
.gxy-material-flags span { min-height: 30px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-width: 0; border: 1px solid rgba(155,106,62,.16); border-radius: 6px; background: rgba(155,106,62,.06); color: #5a4a3d; font-size: 12px; line-height: 1.25; text-align: center; overflow-wrap: anywhere; }
.gxy-material-flags i { flex: 0 0 auto; color: var(--gxy-copper); font-size: 12px; }
.gxy-card-engineering { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 12px 0 13px; }
.gxy-card-engineering div { min-width: 0; padding: 8px 9px; border: 1px solid rgba(38,33,27,.09); border-radius: 6px; background: rgba(250,248,243,.72); }
.gxy-card-engineering span { display: block; color: var(--gxy-muted); font-size: 11px; line-height: 1.25; }
.gxy-card-engineering strong { display: block; margin-top: 3px; overflow: hidden; color: var(--gxy-ink); font-size: 12px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.gxy-gbook-entry { max-width: 1180px; margin: 0 auto; padding: 72px 28px 0; }
.gxy-gbook-entry h1 { margin: 10px 0 10px; color: var(--gxy-ink); font-size: 38px; line-height: 1.2; letter-spacing: 0; }
.gxy-gbook-entry-intro { max-width: 720px; margin: 0; color: var(--gxy-muted); font-size: 14px; line-height: 1.8; }
.gxy-gbook-preview-link { display: inline-flex; align-items: center; gap: 6px; margin-left: 10px; color: var(--gxy-copper); font-weight: 700; white-space: nowrap; }
.gxy-gbook-preview-link:hover { color: var(--gxy-ink); }
.gxy-gbook-preview-link i { font-size: 11px; }
.gxy-gbook-entry-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 28px; }
.gxy-gbook-entry-card { min-width: 0; display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 16px; padding: 22px; border: 1px solid rgba(38,33,27,.12); border-radius: 8px; background: rgba(255,255,255,.64); color: var(--gxy-ink); box-shadow: 0 14px 34px rgba(31,26,20,.06); transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease; }
.gxy-gbook-entry-card:hover { border-color: rgba(155,106,62,.46); box-shadow: 0 20px 40px rgba(31,26,20,.10); color: var(--gxy-ink); transform: translateY(-2px); }
.gxy-gbook-entry-card.is-project { background: #171512; color: #f7f0e6; }
.gxy-gbook-entry-card.is-project:hover { border-color: rgba(199,165,118,.7); color: #fff; }
.gxy-gbook-entry-icon { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(155,106,62,.12); color: var(--gxy-copper); font-size: 17px; }
.gxy-gbook-entry-card.is-project .gxy-gbook-entry-icon { background: rgba(199,165,118,.14); color: #c7a576; }
.gxy-gbook-entry-body { min-width: 0; }
.gxy-gbook-entry-body > span { display: block; color: var(--gxy-copper); font-size: 11px; font-weight: 750; letter-spacing: .08em; }
.gxy-gbook-entry-card.is-project .gxy-gbook-entry-body > span { color: #c7a576; }
.gxy-gbook-entry-body strong { display: block; margin-top: 8px; font-size: 21px; line-height: 1.3; }
.gxy-gbook-entry-body p { min-height: 44px; margin: 8px 0 14px; color: var(--gxy-muted); font-size: 13px; line-height: 1.65; }
.gxy-gbook-entry-card.is-project .gxy-gbook-entry-body p { color: rgba(247,240,230,.64); }
.gxy-gbook-entry-body em { display: inline-flex; align-items: center; gap: 8px; color: var(--gxy-copper); font-size: 12px; font-style: normal; font-weight: 700; }
.gxy-gbook-entry-card.is-project .gxy-gbook-entry-body em { color: #f0e4d4; }
.gxy-gbook-entry-body em i { font-size: 11px; transition: transform .16s ease; }
.gxy-gbook-entry-card:hover .gxy-gbook-entry-body em i { transform: translateX(3px); }
.gxy-list-add { width: 100%; min-height: 34px; margin-top: 16px; border: 1px solid var(--gxy-line); border-radius: 6px; background: transparent; color: var(--gxy-copper); cursor: pointer; font-size: 12px; }
.gxy-list-add:hover, .gxy-list-add.is-added { border-color: var(--gxy-copper); background: var(--gxy-copper); color: #fff; }
.gxy-detail-add { border: 0; cursor: pointer; }
.gxy-pagination { padding: 36px 0 0; text-align: center; }
.gxy-detail { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: 42px; align-items: start; padding-top: 72px; }
.gxy-detail-media { position: sticky; top: 96px; }
.gxy-detail-media img { width: 100%; height: 100%; display: block; object-fit: cover; background: #ddd; }
.gxy-real-shot-board { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, .72fr); grid-template-rows: minmax(190px, .72fr) minmax(190px, .72fr); gap: 12px; }
.gxy-real-shot { min-width: 0; margin: 0; border: 1px solid rgba(38,33,27,.12); border-radius: 8px; background: rgba(255,255,255,.62); overflow: hidden; box-shadow: 0 16px 34px rgba(31,26,20,.09); }
.gxy-real-shot-large { grid-row: 1 / span 2; }
.gxy-real-shot-media { position: relative; width: 100%; height: 100%; min-height: 190px; background: #d7d0c4; overflow: hidden; }
.gxy-real-shot-large .gxy-real-shot-media { min-height: 540px; }
.gxy-real-shot-media .gxy-material-visual { min-height: 100%; }
.gxy-real-shot-media em { position: absolute; left: 12px; right: 12px; bottom: 12px; display: inline-flex; min-height: 30px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; background: rgba(23,21,18,.66); color: rgba(255,255,255,.88); font-size: 12px; font-style: normal; backdrop-filter: blur(8px); }
.gxy-real-shot figcaption { min-height: 42px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; border-top: 1px solid rgba(38,33,27,.08); color: #3e372f; font-size: 13px; font-weight: 650; }
.gxy-real-shot figcaption::after { content: "实拍"; color: var(--gxy-muted); font-size: 11px; font-weight: 500; }
.gxy-detail h1 { font-size: 42px; margin: 12px 0; }
.gxy-detail-summary { color: var(--gxy-muted); line-height: 1.8; }
.gxy-product-identity { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.gxy-product-identity span { min-height: 30px; display: inline-flex; align-items: center; border: 1px solid rgba(38,33,27,.12); border-radius: 999px; padding: 0 12px; background: rgba(255,255,255,.58); color: #574f45; font-size: 12px; }
.gxy-sample-price-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 18px 0 12px; }
.gxy-sample-price-strip div { min-height: 62px; padding: 11px 13px; border: 1px solid rgba(155,106,62,.18); border-radius: 8px; background: #fffdf8; }
.gxy-sample-price-strip span { display: block; color: var(--gxy-muted); font-size: 12px; }
.gxy-sample-price-strip strong { display: block; margin-top: 6px; color: var(--gxy-ink); font-size: 14px; line-height: 1.35; overflow-wrap: anywhere; }
.gxy-specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 26px 0; }
.gxy-spec { border: 1px solid var(--gxy-line); border-radius: var(--gxy-radius); padding: 14px; background: rgba(255,255,255,.45); }
.gxy-spec span { display: block; color: var(--gxy-muted); font-size: 12px; margin-bottom: 6px; }
.gxy-spec strong { font-size: 14px; font-weight: 600; }
.gxy-engineering-check { margin: 8px 0 4px; padding: 18px; border: 1px solid rgba(155,106,62,.26); border-radius: 8px; background: linear-gradient(135deg, rgba(255,255,255,.82), rgba(155,106,62,.08)); }
.gxy-engineering-check-head { display: flex; align-items: end; justify-content: space-between; gap: 14px; margin-bottom: 14px; }
.gxy-engineering-check-head span { color: var(--gxy-copper); font-size: 11px; font-weight: 700; }
.gxy-engineering-check-head strong { color: var(--gxy-ink); font-size: 18px; }
.gxy-engineering-check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.gxy-engineering-check-item { min-height: 76px; display: grid; grid-template-columns: 34px minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 10px; align-content: center; padding: 12px; border: 1px solid rgba(38,33,27,.08); border-radius: 6px; background: rgba(255,255,255,.7); }
.gxy-engineering-check-item i { grid-row: 1 / span 2; width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(155,106,62,.12); color: var(--gxy-copper); }
.gxy-engineering-check-item span { color: var(--gxy-muted); font-size: 12px; }
.gxy-engineering-check-item strong { overflow-wrap: anywhere; color: var(--gxy-ink); font-size: 13px; font-weight: 650; line-height: 1.45; }
.gxy-detail-advice { display: grid; gap: 10px; margin-top: 12px; }
.gxy-detail-advice > div { padding: 14px 15px; border: 1px solid rgba(38,33,27,.10); border-radius: 8px; background: rgba(255,255,255,.58); }
.gxy-detail-advice span { display: block; margin-bottom: 6px; color: var(--gxy-copper); font-size: 12px; font-weight: 700; }
.gxy-detail-advice strong { display: block; color: var(--gxy-ink); font-size: 14px; line-height: 1.5; overflow-wrap: anywhere; }
.gxy-detail-advice p { margin: 6px 0 0; color: var(--gxy-muted); font-size: 12px; line-height: 1.65; }
.gxy-engineering-compact { margin-top: 12px; padding: 14px; border: 1px solid rgba(155,106,62,.22); border-radius: 8px; background: linear-gradient(135deg, rgba(255,255,255,.82), rgba(155,106,62,.06)); }
.gxy-engineering-compact-head { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; margin-bottom: 10px; }
.gxy-engineering-compact-head span { color: var(--gxy-copper); font-size: 11px; font-weight: 750; letter-spacing: .04em; }
.gxy-engineering-compact-head strong { color: var(--gxy-ink); font-size: 17px; }
.gxy-engineering-compact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.gxy-engineering-compact-grid > div { min-height: 66px; padding: 10px 11px; border: 1px solid rgba(38,33,27,.08); border-radius: 6px; background: rgba(255,255,255,.72); }
.gxy-engineering-compact-grid span { display: block; color: var(--gxy-muted); font-size: 12px; }
.gxy-engineering-compact-grid strong { display: -webkit-box; margin-top: 4px; color: var(--gxy-ink); font-size: 13px; line-height: 1.38; overflow: hidden; overflow-wrap: anywhere; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.gxy-engineering-compact-grid em { display: -webkit-box; margin-top: 4px; color: #84796e; font-size: 11px; font-style: normal; line-height: 1.45; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.gxy-engineering-wide { min-height: 66px !important; }
.gxy-detail .gxy-actions { margin-top: 18px; }
.gxy-content { line-height: 1.9; color: #38332d; padding-bottom: 70px; }
.gxy-sample-view-grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, .88fr) minmax(0, 1.34fr); gap: 16px; }
.gxy-sample-view-card { margin: 0; border: 1px solid var(--gxy-line); border-radius: 8px; background: rgba(255,255,255,.58); overflow: hidden; }
.gxy-sample-view-card-wide { min-width: 0; }
.gxy-sample-view-media { position: relative; min-height: 230px; background: #d8d0c1; overflow: hidden; }
.gxy-sample-view-media img { width: 100%; height: 100%; min-height: 230px; display: block; object-fit: cover; }
.gxy-sample-view-small { aspect-ratio: .92; }
.gxy-sample-view-large { aspect-ratio: 1.35; }
.gxy-sample-view-application { aspect-ratio: 1.72; }
.gxy-sample-view-media .gxy-material-visual { min-height: 100%; }
.gxy-sample-view-card figcaption { padding: 15px 16px 17px; }
.gxy-sample-view-card strong { display: block; font-size: 16px; }
.gxy-sample-view-card span { display: block; margin-top: 6px; color: var(--gxy-muted); font-size: 12px; line-height: 1.65; }
.gxy-related-case-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.gxy-related-case { border: 1px solid var(--gxy-line); border-radius: 8px; background: rgba(255,255,255,.58); overflow: hidden; }
.gxy-related-case a { display: grid; grid-template-columns: 132px minmax(0, 1fr); min-height: 132px; color: var(--gxy-ink); }
.gxy-related-case .gxy-case-visual { min-height: 132px; border-radius: 0; }
.gxy-related-case div:last-child { padding: 16px; }
.gxy-related-case strong { display: block; font-size: 16px; line-height: 1.35; }
.gxy-related-case span { display: -webkit-box; margin-top: 8px; color: var(--gxy-muted); font-size: 12px; line-height: 1.65; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.gxy-detail-sticky-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1190; min-height: 76px; padding: 12px 28px calc(12px + env(safe-area-inset-bottom)); display: flex; justify-content: center; align-items: center; gap: 24px; border-top: 1px solid rgba(38,33,27,.12); background: rgba(245,242,236,.94); box-shadow: 0 -18px 40px rgba(31,26,20,.12); backdrop-filter: blur(16px); }
.gxy-detail-sticky-note { display: inline-flex; align-items: baseline; gap: 8px; color: var(--gxy-muted); font-size: 13px; white-space: nowrap; }
.gxy-detail-sticky-note strong { color: var(--gxy-ink); font-size: 19px; font-weight: 750; letter-spacing: .02em; }
.gxy-detail-sticky-note em { color: var(--gxy-copper); font-size: 12px; font-style: normal; }
.gxy-detail-sticky-actions { display: inline-flex; gap: 12px; }
.gxy-detail-sticky-actions .gxy-solid, .gxy-detail-sticky-actions .gxy-ghost { min-width: 150px; min-height: 42px; padding: 0 20px; gap: 8px; }
.gxy-has-detail-bar { padding-bottom: 86px; }
.gxy-has-detail-bar .gxy-sample-tray { bottom: 96px; }
.gxy-has-detail-bar .gxy-service-dock { top: 48%; }
.gxy-form-wrap { max-width: 1180px; margin: 0 auto; padding: 76px 28px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; }
.gxy-form-copy h1 { font-size: 42px; margin: 12px 0 16px; }
.gxy-form-copy p { color: var(--gxy-muted); line-height: 1.8; }
.gxy-member-benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 24px; }
.gxy-member-benefits div { min-height: 132px; padding: 16px; border: 1px solid rgba(155,106,62,.18); border-radius: 8px; background: rgba(255,255,255,.55); }
.gxy-member-benefits i { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(155,106,62,.12); color: var(--gxy-copper); }
.gxy-member-benefits strong { display: block; margin-top: 12px; font-size: 15px; }
.gxy-member-benefits span { display: block; margin-top: 6px; color: var(--gxy-muted); font-size: 12px; line-height: 1.65; }
.gxy-plan-list { display: grid; gap: 12px; margin-top: 28px; }
.gxy-plan { position: relative; display: block; border: 1px solid var(--gxy-line); border-radius: var(--gxy-radius); padding: 18px; background: rgba(255,255,255,.46); cursor: pointer; transition: border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.gxy-plan input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.gxy-plan:hover { border-color: rgba(156, 105, 57, .48); }
.gxy-plan.is-selected, .gxy-plan:has(input:checked) { border-color: var(--gxy-copper); background: rgba(156, 105, 57, .08); box-shadow: inset 3px 0 0 var(--gxy-copper); }
.gxy-plan strong { display: flex; justify-content: space-between; gap: 16px; }
.gxy-member-flow { margin-top: 18px; padding: 18px; border: 1px solid rgba(38,33,27,.1); border-radius: 8px; background: #171512; color: rgba(255,255,255,.76); }
.gxy-member-flow > span { display: block; color: var(--gxy-brass); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.gxy-member-flow ol { margin: 12px 0 0; padding-left: 20px; }
.gxy-member-flow li { margin: 8px 0; line-height: 1.55; }
.gxy-co-create-rules { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 16px; padding: 16px; border: 1px solid rgba(156,105,57,.18); border-radius: 8px; background: #fffaf3; }
.gxy-co-create-rules strong { grid-column: 1 / -1; color: var(--gxy-ink); font-size: 15px; }
.gxy-co-create-rules span { min-height: 34px; display: inline-flex; align-items: center; padding: 0 10px; border: 1px solid rgba(156,105,57,.18); border-radius: 6px; background: #fff; color: #6d5a48; font-size: 12px; }
.gxy-partner-boundary strong i { margin-right: 6px; color: var(--gxy-copper); }
.gxy-wechat-invite { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; align-items: center; margin-top: 16px; padding: 16px; border: 1px solid rgba(155,106,62,.2); border-radius: 8px; background: rgba(255,255,255,.68); }
.gxy-wechat-invite strong { display: block; margin-bottom: 6px; color: var(--gxy-ink); font-size: 15px; }
.gxy-wechat-invite span { display: block; color: var(--gxy-muted); font-size: 12px; line-height: 1.65; }
.gxy-wechat-invite img { width: 94px; height: 94px; border: 1px solid var(--gxy-line); border-radius: 6px; background: #fff; object-fit: cover; }
.gxy-form-card { background: var(--gxy-panel); border: 1px solid var(--gxy-line); border-radius: var(--gxy-radius); padding: 26px; box-shadow: var(--gxy-shadow); }
.gxy-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-bottom: 12px; }
.gxy-form-card input, .gxy-form-card select, .gxy-form-card textarea { width: 100%; min-height: 46px; border: 1px solid var(--gxy-line); border-radius: 6px; background: #fff; padding: 12px 14px; margin-bottom: 12px; color: var(--gxy-ink); }
.gxy-form-grid input, .gxy-form-grid select { margin-bottom: 0; }
.gxy-form-grid input:last-child { grid-column: 1 / -1; }
.gxy-form-card select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--gxy-copper) 50%), linear-gradient(135deg, var(--gxy-copper) 50%, transparent 50%); background-position: calc(100% - 18px) 19px, calc(100% - 13px) 19px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.gxy-form-card textarea { min-height: 138px; resize: vertical; }
.gxy-selected-materials { margin: 2px 0 12px; padding: 13px 14px; border: 1px solid rgba(38,33,27,.10); border-radius: 6px; background: rgba(250,248,243,.78); }
.gxy-selected-materials > span { display: block; margin-bottom: 8px; color: var(--gxy-muted); font-size: 12px; letter-spacing: .08em; }
.gxy-selected-material-list { display: flex; flex-wrap: wrap; gap: 7px; }
.gxy-selected-material { display: inline-flex; align-items: center; min-height: 26px; padding: 0 9px; border: 1px solid rgba(156,105,57,.24); border-radius: 999px; background: #fff; color: #5b4028; font-size: 12px; }
.gxy-selected-material-empty { color: #9a9289; font-size: 12px; font-style: normal; }
.gxy-selected-books { background: rgba(155,106,62,.06); }
.gxy-selection-preview { margin: 2px 0 12px; border: 1px solid rgba(156,105,57,.22); border-radius: 8px; background: #fff; overflow: hidden; }
.gxy-selection-preview-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 11px 14px; border-bottom: 1px solid rgba(38,33,27,.08); background: #f6f2ea; }
.gxy-selection-preview-head span { color: var(--gxy-copper); font-size: 12px; letter-spacing: .08em; }
.gxy-selection-preview-head strong { color: var(--gxy-ink); font-size: 14px; }
.gxy-selection-preview pre { margin: 0; max-height: 230px; overflow: auto; padding: 14px; color: #5c5146; white-space: pre-wrap; word-break: break-word; font: 12px/1.7 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.gxy-diagnosis-section { max-width: 1180px; margin: 0 auto 86px; padding: 34px 28px 0; display: grid; grid-template-columns: .88fr 1.12fr; gap: 34px; border-top: 1px solid rgba(38,33,27,.12); }
.gxy-diagnosis-copy { padding: 30px 0; }
.gxy-diagnosis-copy h2 { margin: 10px 0 14px; font-size: 34px; letter-spacing: 0; }
.gxy-diagnosis-copy p { max-width: 460px; color: var(--gxy-muted); line-height: 1.85; }
.gxy-diagnosis-points { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px; margin-top: 24px; }
.gxy-diagnosis-points span { min-height: 38px; display: flex; align-items: center; padding: 0 12px; border: 1px solid rgba(156,105,57,.18); border-radius: 6px; background: rgba(255,255,255,.58); color: #5d4b3c; font-size: 12px; font-weight: 700; }
.gxy-diagnosis-commitments { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 14px; }
.gxy-diagnosis-commitments div { min-height: 96px; padding: 14px; border: 1px solid rgba(156,105,57,.16); border-radius: 8px; background: #fffaf3; }
.gxy-diagnosis-commitments strong { display: block; color: var(--gxy-ink); font-size: 15px; }
.gxy-diagnosis-commitments span { display: block; margin-top: 7px; color: var(--gxy-muted); font-size: 12px; line-height: 1.6; }
.gxy-diagnosis-card { padding: 24px; border: 1px solid rgba(38,33,27,.12); border-radius: 8px; background: #fbfaf7; box-shadow: 0 18px 46px rgba(31,26,20,.10); }
.gxy-diagnosis-card .gxy-form-grid { margin-bottom: 14px; }
.gxy-diagnosis-card input, .gxy-diagnosis-card select, .gxy-diagnosis-card textarea { width: 100%; min-height: 44px; border: 1px solid var(--gxy-line); border-radius: 6px; background: #fff; padding: 11px 13px; color: var(--gxy-ink); box-sizing: border-box; }
.gxy-diagnosis-card select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--gxy-copper) 50%), linear-gradient(135deg, var(--gxy-copper) 50%, transparent 50%); background-position: calc(100% - 18px) 18px, calc(100% - 13px) 18px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.gxy-diagnosis-trust { display: flex; gap: 9px; align-items: flex-start; margin: -2px 0 14px; padding: 10px 11px; border: 1px solid rgba(156,105,57,.2); border-radius: 6px; background: #fffaf3; color: var(--gxy-muted); font-size: 12px; line-height: 1.6; }
.gxy-diagnosis-trust i { margin-top: 2px; color: var(--gxy-copper); }
.gxy-upload-zone { min-height: 112px; display: grid; place-items: center; gap: 8px; padding: 20px; border: 1px dashed rgba(156,105,57,.36); border-radius: 8px; background: rgba(255,255,255,.62); color: var(--gxy-ink); text-align: center; cursor: pointer; }
.gxy-upload-zone input { display: none; }
.gxy-upload-zone strong { display: block; font-size: 15px; }
.gxy-upload-zone i { color: var(--gxy-copper); }
.gxy-upload-zone span { color: var(--gxy-muted); font-size: 12px; line-height: 1.55; }
.gxy-upload-list { display: flex; flex-wrap: wrap; gap: 7px; margin: 12px 0; min-height: 26px; }
.gxy-upload-list span, .gxy-upload-list em { display: inline-flex; align-items: center; min-height: 26px; padding: 0 9px; border-radius: 999px; background: #fff; color: #6a5847; font-size: 12px; font-style: normal; }
.gxy-upload-list span { border: 1px solid rgba(156,105,57,.22); }
.gxy-diagnosis-note { min-height: 104px; resize: vertical; }
.gxy-diagnosis-preview { margin: 14px 0; border: 1px solid rgba(156,105,57,.22); border-radius: 8px; background: #fff; overflow: hidden; }
.gxy-diagnosis-preview > div { display: flex; justify-content: space-between; gap: 12px; padding: 12px 14px; border-bottom: 1px solid rgba(38,33,27,.08); background: #f6f2ea; }
.gxy-diagnosis-preview strong { color: var(--gxy-ink); }
.gxy-diagnosis-preview pre { margin: 0; max-height: 220px; overflow: auto; padding: 14px; color: #5c5146; white-space: pre-wrap; word-break: break-word; font: 12px/1.7 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.gxy-diagnosis-submit { width: 100%; min-height: 44px; }
.gxy-book-rule { max-width: 1120px; margin-top: 28px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid rgba(38,33,27,.12); border-radius: 8px; background: rgba(255,255,255,.62); overflow: hidden; }
.gxy-book-rule div { min-height: 92px; padding: 18px; border-right: 1px solid rgba(38,33,27,.08); }
.gxy-book-rule div:last-child { border-right: 0; }
.gxy-book-rule strong { display: block; font-size: 16px; }
.gxy-book-rule span { display: block; margin-top: 8px; color: var(--gxy-muted); font-size: 13px; line-height: 1.6; }
.gxy-book-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.gxy-book-card { display: grid; grid-template-columns: 190px minmax(0, 1fr); min-height: 268px; border: 1px solid rgba(38,33,27,.12); border-radius: 8px; background: rgba(255,255,255,.72); overflow: hidden; box-shadow: 0 18px 38px rgba(31,26,20,.09); }
.gxy-book-cover, .gxy-book-detail-cover { position: relative; min-height: 268px; display: block; background: #2d2923; overflow: hidden; color: #fff; }
.gxy-book-card .gxy-book-cover { height: 268px; min-height: 0; align-self: start; }
.gxy-book-cover img, .gxy-book-detail-cover img { width: 100%; height: 100%; display: block; object-fit: cover; }
.gxy-book-cover span, .gxy-book-detail-cover span { position: absolute; left: 14px; right: 14px; bottom: 14px; min-height: 30px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.36); border-radius: 999px; background: rgba(23,21,18,.62); color: rgba(255,255,255,.9); font-size: 12px; backdrop-filter: blur(8px); }
.gxy-book-cover-art { width: 100%; height: 100%; min-height: inherit; background: linear-gradient(145deg, #171512, #8b5a35 42%, #c19a5b 43%, #2f2821 56%, #f2eadb); }
.gxy-book-cover-art::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.32); border-radius: 3px; background: linear-gradient(90deg, rgba(255,255,255,.12), transparent 26%), repeating-linear-gradient(0deg, rgba(255,255,255,.12) 0 1px, transparent 1px 18px); }
.gxy-book-cover-2 { background: linear-gradient(145deg, #1e2322, #56706b 36%, #d0b06f 37%, #2d211a 62%, #a66b3e); }
.gxy-book-cover-3 { background: linear-gradient(145deg, #211f1b, #a36d42 28%, #4e3327 46%, #d7bf8a 47%, #2a2723 76%); }
.gxy-book-cover-4 { background: linear-gradient(145deg, #242524, #6f746c 34%, #c9bda6 35%, #3c3832 62%, #9b6a3e); }
.gxy-book-card-body { min-width: 0; padding: 18px; display: flex; flex-direction: column; }
.gxy-book-card-top { display: flex; justify-content: space-between; gap: 14px; align-items: start; }
.gxy-book-card h3 { margin: 0; font-size: 19px; line-height: 1.35; }
.gxy-book-card-top strong { flex: 0 0 auto; color: var(--gxy-copper); font-size: 18px; white-space: nowrap; }
.gxy-book-card p { margin: 12px 0 0; color: var(--gxy-muted); font-size: 13px; line-height: 1.7; }
.gxy-book-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 16px; }
.gxy-book-facts span { min-height: 34px; display: inline-flex; align-items: center; gap: 8px; padding: 0 11px; border: 1px solid rgba(38,33,27,.1); border-radius: 6px; background: #fffdf8; color: #4a4036; font-size: 12px; }
.gxy-book-facts i { color: var(--gxy-copper); }
.gxy-book-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
.gxy-book-tags span { min-height: 26px; display: inline-flex; align-items: center; border: 1px solid rgba(155,106,62,.18); border-radius: 999px; padding: 0 10px; background: rgba(155,106,62,.07); color: #654a32; font-size: 12px; }
.gxy-book-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; padding-top: 16px; }
.gxy-book-actions .gxy-solid, .gxy-book-actions .gxy-ghost, .gxy-book-actions .gxy-digital { min-height: 38px; gap: 7px; }
.gxy-book-actions .gxy-digital { display: inline-flex; align-items: center; justify-content: center; padding: 0 16px; border: 1px solid #24211d; border-radius: 6px; background: #24211d; color: #fff; font-size: 13px; font-weight: 650; transition: background .16s ease, border-color .16s ease, transform .16s ease; }
.gxy-book-actions .gxy-digital:hover { border-color: #463a30; background: #463a30; color: #fff; transform: translateY(-1px); }
.gxy-add-book { border: 0; cursor: pointer; }
.gxy-add-book.is-added { background: var(--gxy-copper); border-color: var(--gxy-copper); }
.gxy-book-detail { display: grid; grid-template-columns: minmax(320px, .62fr) minmax(0, 1fr); gap: 42px; align-items: start; padding-top: 72px; }
.gxy-crumb { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: -28px 0 -10px; color: #887a6d; font-size: 13px; line-height: 1.5; }
.gxy-crumb a { color: #6f4528; text-decoration: none; }
.gxy-crumb a:hover { color: var(--gxy-copper); }
.gxy-crumb i { color: rgba(111,69,40,.36); font-style: normal; }
.gxy-crumb span { max-width: min(720px, 100%); overflow: hidden; color: #4f463d; text-overflow: ellipsis; white-space: nowrap; }
.gxy-book-detail-cover { min-height: 620px; border-radius: 8px; box-shadow: var(--gxy-shadow); }
.gxy-book-cover-detail { min-height: 620px; }
.gxy-book-detail-info h1 { margin: 12px 0 14px; font-size: 46px; line-height: 1.12; }
.gxy-book-detail-info p { color: var(--gxy-muted); line-height: 1.8; }
.gxy-book-price-panel { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 26px 0 14px; }
.gxy-book-price-panel div, .gxy-book-detail-specs div { padding: 16px; border: 1px solid rgba(38,33,27,.1); border-radius: 8px; background: rgba(255,255,255,.62); }
.gxy-book-price-panel span, .gxy-book-detail-specs span { display: block; color: var(--gxy-muted); font-size: 12px; }
.gxy-book-price-panel strong, .gxy-book-detail-specs strong { display: block; margin-top: 8px; color: var(--gxy-ink); font-size: 15px; line-height: 1.45; overflow-wrap: anywhere; }
.gxy-book-price-panel strong { color: var(--gxy-copper); font-size: 20px; }
.gxy-book-detail-specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.gxy-book-digital-note { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 12px; align-items: center; margin-top: 14px; padding: 13px 15px; border-left: 3px solid var(--gxy-copper); background: rgba(155,106,62,.07); color: #5f5449; font-size: 13px; line-height: 1.65; }
.gxy-book-digital-note i { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: #24211d; color: #fff; }
.gxy-contact-hero { max-width: 1180px; margin: 0 auto; padding: 78px 28px 34px; }
.gxy-contact-hero h1 { margin: 10px 0 12px; font-size: 48px; line-height: 1.12; }
.gxy-contact-hero p { max-width: 720px; color: var(--gxy-muted); line-height: 1.8; }
.gxy-contact-wrap { max-width: 1180px; margin: 0 auto; padding: 0 28px 34px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; align-items: stretch; }
.gxy-contact-panel, .gxy-contact-form { border: 1px solid var(--gxy-line); border-radius: 8px; background: rgba(255,255,255,.68); box-shadow: var(--gxy-shadow); }
.gxy-contact-panel { padding: 24px; display: grid; gap: 12px; }
.gxy-contact-button { min-height: 84px; display: grid; grid-template-columns: 44px minmax(0,1fr); grid-template-rows: auto auto; column-gap: 14px; align-items: center; padding: 15px; border: 1px solid rgba(38,33,27,.10); border-radius: 8px; background: #fff; color: var(--gxy-ink); }
.gxy-contact-button i { grid-row: 1 / span 2; width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(155,106,62,.12); color: var(--gxy-copper); font-size: 18px; }
.gxy-contact-button span { color: var(--gxy-muted); font-size: 12px; }
.gxy-contact-button strong { overflow-wrap: anywhere; font-size: 16px; font-weight: 650; }
.gxy-contact-qr { display: flex; align-items: center; gap: 14px; margin-top: 4px; padding: 14px; border-radius: 8px; background: #171512; color: #fff; }
.gxy-contact-qr img { width: 92px; height: 92px; border-radius: 6px; background: #fff; object-fit: contain; }
.gxy-contact-form { padding: 28px; }
.gxy-contact-form h2 { margin: 0 0 18px; font-size: 26px; }
.gxy-contact-form input, .gxy-contact-form textarea { width: 100%; border: 1px solid var(--gxy-line); border-radius: 6px; background: #fff; padding: 13px 14px; margin-bottom: 12px; }
.gxy-contact-form textarea { min-height: 168px; resize: vertical; }
.gxy-contact-form .gxy-solid { width: 100%; border: 0; cursor: pointer; }
.gxy-captcha-row { position: relative; }
.gxy-captcha-row img { position: absolute; right: 8px; top: 8px; }
.gxy-contact-nav { max-width: 1180px; margin: 0 auto 74px; padding: 0 28px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.gxy-contact-nav a { min-height: 86px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--gxy-line); border-radius: 8px; background: rgba(255,255,255,.58); color: var(--gxy-ink); }
.gxy-contact-nav a:hover { border-color: var(--gxy-copper); color: var(--gxy-copper); }
.gxy-contact-nav i { color: var(--gxy-copper); font-size: 18px; }
.gxy-single-hero {
  min-height: 330px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .36fr);
  gap: 36px;
  align-items: end;
  padding-top: 76px;
  padding-bottom: 52px;
}
.gxy-single-hero h1 { margin: 14px 0 12px; font-size: 48px; line-height: 1.12; font-weight: 680; }
.gxy-single-hero p { max-width: 760px; color: var(--gxy-muted); font-size: 17px; line-height: 1.85; }
.gxy-single-badges { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.gxy-single-badges span {
  min-height: 72px;
  display: flex;
  align-items: center;
  border: 1px solid var(--gxy-line);
  border-radius: var(--gxy-radius);
  padding: 0 16px;
  background: rgba(255,255,255,.48);
  color: #4d453d;
}
.gxy-single-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
  padding-top: 24px;
  padding-bottom: 92px;
}
.gxy-single-side {
  position: sticky;
  top: 100px;
  border-top: 1px solid var(--gxy-line);
  padding-top: 18px;
  color: var(--gxy-muted);
}
.gxy-single-side strong { display: block; color: var(--gxy-ink); font-size: 20px; margin-bottom: 14px; }
.gxy-single-side span { display: block; padding: 11px 0; border-bottom: 1px solid rgba(38,33,27,.08); }
.gxy-single-side .gxy-solid { margin-top: 22px; width: 100%; }
.gxy-single-content {
  background: rgba(255,255,255,.58);
  border: 1px solid var(--gxy-line);
  border-radius: var(--gxy-radius);
  padding: 38px;
  line-height: 1.9;
  color: #332e28;
}
.gxy-single-content h2, .gxy-single-content h3 { margin: 30px 0 12px; color: var(--gxy-ink); line-height: 1.35; }
.gxy-single-content h2:first-child, .gxy-single-content h3:first-child { margin-top: 0; }
.gxy-single-content p { margin: 0 0 14px; }
.gxy-single-content ul { margin: 0 0 18px 1.2em; padding: 0; }
.gxy-single-content li { margin: 8px 0; }
.gxy-workbench-hero { background: #171512; color: #f8f1e7; border-bottom: 1px solid rgba(255,255,255,.08); }
.gxy-workbench-hero-inner { max-width: 1320px; margin: 0 auto; padding: 58px 28px 34px; }
.gxy-workbench-hero .gxy-kicker { color: #c7a576; }
.gxy-workbench-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-top: 16px; }
.gxy-workbench-heading h1 { margin: 0; font-size: 48px; line-height: 1.12; font-weight: 680; }
.gxy-workbench-heading p { max-width: 720px; margin: 14px 0 0; color: rgba(248,241,231,.68); font-size: 16px; line-height: 1.8; }
.gxy-workbench-status { min-width: 178px; border-left: 1px solid rgba(255,255,255,.18); padding-left: 18px; color: #eee2d1; }
.gxy-workbench-status strong { display: block; font-size: 14px; }
.gxy-workbench-status small { display: block; margin-top: 7px; color: rgba(248,241,231,.54); }
.gxy-status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #8fbd7a; box-shadow: 0 0 0 4px rgba(143,189,122,.12); }
.gxy-home-hero-stage { width: min(430px, 38vw); min-height: 318px; }
.gxy-home-hero-stage-art { position: relative; min-height: 274px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: #5c3c29; box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 18px 44px rgba(0,0,0,.22); isolation: isolate; }
.gxy-home-hero-stage-art::before { content: ""; position: absolute; inset: -18% -10%; z-index: -2; background: linear-gradient(112deg, #211712 0%, #6d442c 20%, #b17a47 38%, #3b241c 55%, #d0a86b 74%, #231714 100%); transform: rotate(-7deg) scale(1.08); opacity: .94; }
.gxy-home-hero-stage-art::after { content: ""; position: absolute; inset: 0; z-index: -1; background: repeating-linear-gradient(102deg, rgba(255,255,255,.15) 0 1px, transparent 1px 18px), linear-gradient(145deg, transparent 22%, rgba(255,255,255,.24) 43%, transparent 52%), linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.46)); mix-blend-mode: screen; opacity: .62; }
.gxy-home-hero-stage-mark { position: absolute; top: 18px; left: 18px; color: rgba(255,247,232,.74); font: 11px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; letter-spacing: .08em; }
.gxy-home-hero-stage-line { position: absolute; display: block; height: 1px; background: rgba(255,248,233,.66); transform-origin: left center; }
.gxy-home-hero-stage-line.line-a { width: 58%; top: 42%; left: 13%; transform: rotate(-20deg); }
.gxy-home-hero-stage-line.line-b { width: 42%; top: 64%; left: 44%; transform: rotate(28deg); opacity: .46; }
.gxy-home-hero-stage-spec { position: absolute; left: 18px; bottom: 18px; color: rgba(255,247,232,.72); font-size: 11px; line-height: 1.55; letter-spacing: .04em; }
.gxy-home-hero-stage-index { position: absolute; right: 18px; bottom: 10px; color: rgba(255,247,232,.2); font: 86px/.9 Georgia, "Times New Roman", serif; }
.gxy-home-hero-stage-caption { display: flex; justify-content: space-between; gap: 16px; margin-top: 12px; color: rgba(248,241,231,.52); font-size: 11px; line-height: 1.45; }
.gxy-home-hero-stage-caption strong { color: rgba(248,241,231,.76); font-weight: 500; text-align: right; }
.gxy-command-search { display: flex; align-items: center; gap: 12px; max-width: 860px; margin-top: 34px; padding: 7px 7px 7px 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: rgba(255,255,255,.08); }
.gxy-command-search i { color: #c7a576; }
.gxy-command-search input { flex: 1; min-width: 0; height: 42px; border: 0; outline: 0; background: transparent; color: #fff; font-size: 15px; }
.gxy-command-search input::placeholder { color: rgba(255,255,255,.45); }
.gxy-command-search button { height: 42px; border: 0; border-radius: 6px; padding: 0 18px; background: #f0e4d4; color: #171512; cursor: pointer; font-weight: 600; }
.gxy-command-search button:hover { background: #c7a576; }
.gxy-quick-filters { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 16px; color: rgba(248,241,231,.5); font-size: 12px; }
.gxy-quick-filters a { border: 1px solid rgba(255,255,255,.14); border-radius: 999px; padding: 6px 10px; color: rgba(248,241,231,.72); }
.gxy-quick-filters a:hover { border-color: #c7a576; color: #f8f1e7; }
.gxy-workbench-strip { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); max-width: 1320px; margin: 0 auto; padding: 0 28px; border-bottom: 1px solid var(--gxy-line); }
.gxy-workbench-strip > div { padding: 22px 24px 20px 0; border-right: 1px solid var(--gxy-line); }
.gxy-workbench-strip > div:not(:first-child) { padding-left: 24px; }
.gxy-workbench-strip > div:last-child { border-right: 0; }
.gxy-workbench-strip strong { display: block; font-size: 24px; line-height: 1; }
.gxy-workbench-strip span { display: block; margin-top: 8px; color: var(--gxy-muted); font-size: 12px; }
.gxy-home-proof { max-width: 1320px; margin: 0 auto; padding: 42px 28px 10px; }
.gxy-home-proof-head { display: grid; grid-template-columns: minmax(0, .82fr) minmax(300px, .7fr); gap: 34px; align-items: end; margin-bottom: 20px; }
.gxy-home-proof-head h2 { margin: 8px 0 0; font-size: 31px; line-height: 1.2; }
.gxy-home-proof-head p { margin: 0; color: var(--gxy-muted); font-size: 14px; line-height: 1.75; }
.gxy-home-proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.gxy-home-proof-item { min-width: 0; display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 16px; align-items: center; padding: 14px; border: 1px solid rgba(38,33,27,.10); border-radius: 8px; background: rgba(255,255,255,.58); }
.gxy-home-proof-visual { position: relative; min-height: 142px; border-radius: 7px; overflow: hidden; background-color: #d8d0c1; box-shadow: inset 0 0 0 1px rgba(255,255,255,.28); }
.gxy-home-proof-visual::before { content: ""; position: absolute; inset: 0; opacity: .95; }
.gxy-proof-small::before { background: linear-gradient(135deg, #583a28, #b56f3e 42%, #d7b774 43%, #2c211b 78%); }
.gxy-proof-large::before { background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.28), transparent 26%), linear-gradient(135deg, #1f2322, #5c716d 36%, #c0a268 37%, #6d4027 72%); }
.gxy-proof-application::before { background: linear-gradient(135deg, rgba(22,19,16,.92), rgba(136,95,58,.84)), repeating-linear-gradient(90deg, rgba(255,255,255,.16) 0 1px, transparent 1px 18px); }
.gxy-home-proof-visual span { position: absolute; left: 12px; bottom: 12px; z-index: 1; min-height: 28px; display: inline-flex; align-items: center; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; padding: 0 10px; background: rgba(23,21,18,.58); color: #fff; font-size: 12px; backdrop-filter: blur(8px); }
.gxy-home-proof-item strong { display: block; font-size: 17px; line-height: 1.35; }
.gxy-home-proof-item p { margin: 8px 0 0; color: var(--gxy-muted); font-size: 13px; line-height: 1.65; }
.gxy-home-proof-item em { display: block; margin-top: 11px; color: var(--gxy-copper); font-size: 12px; font-style: normal; font-weight: 700; }
.gxy-home-proof-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.gxy-home-proof-actions .gxy-solid, .gxy-home-proof-actions .gxy-ghost { min-height: 40px; }
.gxy-home-boundary { margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(38,33,27,.12); }
.gxy-home-boundary-head { display: grid; grid-template-columns: minmax(180px, .42fr) minmax(220px, .62fr) minmax(260px, 1fr); gap: 18px; align-items: end; }
.gxy-home-boundary-head strong { font-size: 17px; line-height: 1.35; }
.gxy-home-boundary-head p { margin: 0; color: var(--gxy-muted); font-size: 12px; line-height: 1.6; }
.gxy-home-boundary-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 18px; border-top: 1px solid rgba(38,33,27,.10); border-bottom: 1px solid rgba(38,33,27,.10); }
.gxy-home-boundary-grid > div { min-width: 0; padding: 16px 18px 15px 0; border-right: 1px solid rgba(38,33,27,.10); }
.gxy-home-boundary-grid > div:not(:first-child) { padding-left: 18px; }
.gxy-home-boundary-grid > div:last-child { border-right: 0; }
.gxy-home-boundary-grid span, .gxy-home-boundary-grid small { display: block; color: var(--gxy-muted); font-size: 11px; line-height: 1.45; }
.gxy-home-boundary-grid strong { display: block; margin: 7px 0 5px; color: var(--gxy-copper); font-size: 16px; line-height: 1.25; }
.gxy-home-workflow { max-width: 1320px; margin: 0 auto; padding: 40px 28px 10px; }
.gxy-home-workflow-head { display: grid; grid-template-columns: minmax(0, .82fr) minmax(300px, .62fr); gap: 34px; align-items: end; margin-bottom: 20px; }
.gxy-home-workflow-head h2 { margin: 8px 0 0; font-size: 31px; line-height: 1.2; }
.gxy-home-workflow-head p { margin: 0; color: var(--gxy-muted); font-size: 14px; line-height: 1.75; }
.gxy-home-workflow-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--gxy-line); border-bottom: 1px solid var(--gxy-line); }
.gxy-home-workflow-item { position: relative; min-width: 0; min-height: 184px; display: block; padding: 22px 22px 20px 0; border: 0; border-right: 1px solid var(--gxy-line); background: transparent; color: var(--gxy-ink); text-align: left; cursor: pointer; }
.gxy-home-workflow-item:not(:first-child) { padding-left: 22px; }
.gxy-home-workflow-item:last-child { border-right: 0; }
.gxy-home-workflow-item i { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(155,106,62,.11); color: var(--gxy-copper); font-size: 14px; }
.gxy-home-workflow-item span { display: block; margin-top: 18px; color: var(--gxy-copper); font: 12px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.gxy-home-workflow-item strong { display: block; margin-top: 10px; font-size: 18px; line-height: 1.3; }
.gxy-home-workflow-item small { display: block; margin-top: 8px; color: var(--gxy-muted); font-size: 12px; line-height: 1.6; }
.gxy-home-workflow-item:hover strong { color: var(--gxy-copper); }
.gxy-home-workflow-tray { font-family: inherit; }
.gxy-home-designer-value { max-width: 1320px; margin: 0 auto; padding: 44px 28px 18px; display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 34px; align-items: start; border-bottom: 1px solid var(--gxy-line); }
.gxy-home-designer-value h2 { margin: 8px 0 10px; font-size: 32px; line-height: 1.2; }
.gxy-home-designer-value p { margin: 0; color: var(--gxy-muted); line-height: 1.75; }
.gxy-home-value-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.gxy-home-value-grid article { min-height: 116px; padding: 18px; border: 1px solid rgba(38,33,27,.1); border-radius: 8px; background: rgba(255,255,255,.62); }
.gxy-home-value-grid strong { display: block; font-size: 16px; }
.gxy-home-value-grid span { display: block; margin-top: 8px; color: var(--gxy-muted); font-size: 13px; line-height: 1.65; }
.gxy-home-designer-preview { max-width: 1320px; margin: 0 auto; padding: 42px 28px 10px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, .72fr); gap: 42px; align-items: center; }
.gxy-home-preview-copy h2 { margin: 8px 0 12px; font-size: 31px; line-height: 1.22; }
.gxy-home-preview-copy p { max-width: 720px; margin: 0; color: var(--gxy-muted); line-height: 1.8; }
.gxy-home-preview-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.gxy-home-preview-actions .gxy-solid, .gxy-home-preview-actions .gxy-ghost { min-height: 40px; }
.gxy-home-preview-card { min-width: 0; display: block; padding: 18px; border: 1px solid rgba(38,33,27,.12); border-radius: 8px; background: #fffaf4; box-shadow: 0 20px 46px rgba(31,26,20,.10); color: var(--gxy-ink); }
.gxy-home-preview-card:hover { border-color: rgba(155,106,62,.34); color: var(--gxy-ink); transform: translateY(-2px); transition: transform .16s ease, border-color .16s ease; }
.gxy-home-preview-top { display: flex; justify-content: space-between; gap: 12px; color: #8b5e3c; font-size: 12px; }
.gxy-home-preview-top span { font-weight: 750; }
.gxy-home-preview-top em { font-style: normal; }
.gxy-home-preview-profile { display: grid; grid-template-columns: 66px minmax(0, 1fr); gap: 14px; align-items: center; margin-top: 16px; }
.gxy-home-preview-profile b { width: 66px; height: 66px; display: grid; place-items: center; border-radius: 8px; background: linear-gradient(145deg, #efe4d7, #d8c4b1); color: #8b5e3c; font-size: 25px; }
.gxy-home-preview-profile strong { display: block; font-size: 22px; line-height: 1.25; }
.gxy-home-preview-profile small { display: block; margin-top: 6px; color: var(--gxy-muted); font-size: 12px; }
.gxy-home-preview-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.gxy-home-preview-tags span { min-height: 28px; display: inline-flex; align-items: center; border: 1px solid #d9c7b5; border-radius: 999px; padding: 0 10px; background: #fff; color: #6c4b32; font-size: 12px; }
.gxy-home-preview-books { display: grid; gap: 8px; margin-top: 18px; }
.gxy-home-preview-books div { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 11px; align-items: center; padding: 10px; border: 1px solid rgba(38,33,27,.09); border-radius: 7px; background: #fff; }
.gxy-home-preview-books i { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 6px; background: #efe4d7; color: #7d5738; font-size: 13px; font-style: normal; font-weight: 800; }
.gxy-home-preview-books strong { min-width: 0; overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.gxy-home-preview-footer { margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(38,33,27,.09); color: var(--gxy-muted); font-size: 12px; line-height: 1.55; }
.gxy-workbench-grid { max-width: 1320px; margin: 0 auto; padding: 58px 28px 22px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 54px; }
.gxy-module-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 20px; }
.gxy-module-heading.compact { margin-bottom: 8px; }
.gxy-module-heading h2 { margin: 5px 0 0; font-size: 27px; line-height: 1.2; }
.gxy-module-heading p { margin: 4px 0 0; color: var(--gxy-muted); font-size: 14px; }
.gxy-text-link { color: var(--gxy-copper); font-size: 13px; white-space: nowrap; }
.gxy-text-link i { margin-left: 5px; }
.gxy-material-list { border-top: 1px solid var(--gxy-line); }
.gxy-material-row { position: relative; display: grid; grid-template-columns: 126px minmax(0,1fr) 38px; gap: 18px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--gxy-line); }
.gxy-material-thumb { display: block; aspect-ratio: 1.25; overflow: hidden; border-radius: 6px; background: #d8d0c1; }
.gxy-material-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 180ms ease; }
.gxy-material-thumb:hover img { transform: scale(1.04); }
.gxy-material-row-top { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.gxy-code { color: var(--gxy-copper); font-size: 11px; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
.gxy-availability { color: #6d8360; font-size: 11px; }
.gxy-availability i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #8fbd7a; }
.gxy-material-row h3 { margin: 8px 0 0; font-size: 18px; }
.gxy-material-row h3 a:hover { color: var(--gxy-copper); }
.gxy-material-row p { margin: 5px 0 0; overflow: hidden; color: var(--gxy-muted); font-size: 13px; line-height: 1.5; text-overflow: ellipsis; white-space: nowrap; }
.gxy-material-row .gxy-chip-row { margin-top: 9px; }
.gxy-material-row .gxy-chip { min-height: 23px; padding: 0 8px; font-size: 11px; }
.gxy-row-action { width: 34px; height: 34px; border: 1px solid var(--gxy-line); border-radius: 50%; background: transparent; color: var(--gxy-copper); cursor: pointer; }
.gxy-row-action:hover, .gxy-row-action.is-added { border-color: var(--gxy-copper); background: var(--gxy-copper); color: #fff; }
.gxy-side-module { border-top: 1px solid var(--gxy-line); padding-top: 18px; }
.gxy-check-row { display: grid; grid-template-columns: 28px minmax(0,1fr) 14px; gap: 9px; align-items: center; padding: 16px 0; border-bottom: 1px solid rgba(38,33,27,.1); }
.gxy-check-row span { color: var(--gxy-copper); font-size: 11px; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
.gxy-check-row strong { font-size: 14px; font-weight: 500; }
.gxy-check-row i { color: var(--gxy-muted); }
.gxy-check-row:hover strong { color: var(--gxy-copper); }
.gxy-side-note { margin-top: 34px; padding: 22px; border: 1px solid var(--gxy-line); border-radius: var(--gxy-radius); background: rgba(255,255,255,.45); }
.gxy-side-note h3 { margin: 8px 0; font-size: 21px; }
.gxy-side-note p { color: var(--gxy-muted); font-size: 13px; line-height: 1.7; }
.gxy-side-note .gxy-solid { width: 100%; margin-top: 8px; }
.gxy-sample-count { display: inline-flex; min-width: 20px; height: 20px; margin-left: 5px; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,.2); font-size: 11px; }
.gxy-workbench-categories { max-width: 1320px; margin: 0 auto; padding: 30px 28px 72px; }
.gxy-intent-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-top: 1px solid var(--gxy-line); }
.gxy-intent-item { position: relative; min-height: 162px; padding: 22px 26px 20px 0; border-right: 1px solid var(--gxy-line); }
.gxy-intent-item:not(:first-child) { padding-left: 24px; }
.gxy-intent-item:last-child { border-right: 0; }
.gxy-intent-index { display: block; color: var(--gxy-copper); font-size: 11px; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
.gxy-intent-item strong { display: block; margin-top: 23px; font-size: 20px; }
.gxy-intent-item small { display: block; max-width: 190px; margin-top: 8px; color: var(--gxy-muted); font-size: 12px; line-height: 1.5; }
.gxy-intent-item i { position: absolute; right: 22px; bottom: 22px; color: var(--gxy-copper); opacity: 0; transition: 160ms ease; }
.gxy-intent-item:hover i { right: 14px; opacity: 1; }
.gxy-workbench-plan { max-width: 1320px; margin: 0 auto 72px; padding: 30px 28px; display: flex; justify-content: space-between; align-items: center; gap: 28px; border-top: 1px solid var(--gxy-line); border-bottom: 1px solid var(--gxy-line); }
.gxy-workbench-plan h2 { margin: 7px 0 8px; font-size: 24px; }
.gxy-workbench-plan p { max-width: 760px; margin: 0; color: var(--gxy-muted); font-size: 13px; line-height: 1.7; }
.gxy-workbench-plan .gxy-ghost { white-space: nowrap; }
.gxy-sample-tray { position: fixed; right: 22px; bottom: 22px; z-index: 1180; }
.gxy-sample-tray-toggle { display: inline-flex; align-items: center; gap: 8px; height: 44px; padding: 0 16px; border: 0; border-radius: 999px; background: var(--gxy-copper); color: #fff; box-shadow: 0 12px 28px rgba(56,34,18,.24); cursor: pointer; }
.gxy-sample-tray-toggle:hover { background: var(--gxy-ink); }
.gxy-sample-tray-count { display: inline-flex; min-width: 20px; height: 20px; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,.2); font-size: 11px; }
.gxy-sample-count.is-empty, .gxy-sample-tray-count.is-empty { display: none !important; }
.gxy-sample-tray-panel { display: none; position: fixed; right: 22px; bottom: 80px; width: min(430px, calc(100vw - 32px)); max-height: min(680px, calc(100vh - 118px)); overflow: auto; padding: 0; border: 1px solid rgba(38,33,27,.12); border-radius: 8px; background: #fbfaf7; box-shadow: 0 24px 70px rgba(31,26,20,.25); }
.gxy-sample-tray.is-open .gxy-sample-tray-panel { display: block; }
.gxy-sample-tray-head { position: sticky; top: 0; z-index: 2; display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; padding: 18px 18px 14px; border-bottom: 1px solid rgba(38,33,27,.1); background: rgba(251,250,247,.96); backdrop-filter: blur(12px); }
.gxy-sample-tray-head span { display: block; margin-bottom: 5px; color: var(--gxy-copper); font-size: 11px; letter-spacing: .13em; }
.gxy-sample-tray-panel h3 { margin: 0; font-size: 20px; letter-spacing: 0; }
.gxy-sample-tray-close { width: 32px; height: 32px; border: 1px solid rgba(38,33,27,.14); border-radius: 50%; background: #fff; color: var(--gxy-ink); cursor: pointer; }
.gxy-sample-tray-desc { margin: 0; padding: 14px 18px 0; color: var(--gxy-muted); font-size: 13px; line-height: 1.7; }
.gxy-sample-tray-items { max-height: 220px; margin: 10px 18px 14px; overflow: auto; border-top: 1px solid rgba(38,33,27,.08); }
.gxy-sample-tray-item { display: grid; grid-template-columns: 54px minmax(0,1fr) 28px; gap: 11px; align-items: center; padding: 10px 0; border-bottom: 1px solid rgba(38,33,27,.09); }
.gxy-sample-tray-item img, .gxy-sample-thumb { width: 54px; height: 44px; border-radius: 5px; object-fit: cover; background-color: #ddd; }
.gxy-sample-tray-info { min-width: 0; display: grid; gap: 7px; }
.gxy-sample-tray-info > span { overflow: hidden; color: var(--gxy-ink); font-size: 13px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.gxy-sample-item-controls { display: grid; grid-template-columns: minmax(88px, .68fr) minmax(132px, 1fr); gap: 7px; }
.gxy-sample-item-controls select, .gxy-sample-item-controls input { min-width: 0; height: 30px; border: 1px solid rgba(38,33,27,.13); border-radius: 5px; background: #fff; color: #665748; font-size: 12px; box-sizing: border-box; }
.gxy-sample-item-controls select { padding: 0 7px; }
.gxy-sample-item-controls input { padding: 0 8px; }
.gxy-sample-item-controls .gxy-item-application,
.gxy-sample-item-controls .gxy-item-reason { grid-column: 1 / -1; }
.gxy-client-sheet-table-wrap { width: 100%; overflow-x: auto; }
.gxy-client-sheet-table-wrap .gxy-client-sheet-table { min-width: 760px; }
.gxy-sample-remove { width: 24px; height: 24px; border: 1px solid rgba(38,33,27,.12); border-radius: 50%; background: #fff; color: var(--gxy-muted); cursor: pointer; line-height: 20px; }
.gxy-sample-remove:hover { border-color: var(--gxy-copper); color: var(--gxy-copper); }
.gxy-sample-tray-empty { margin: 14px 0; padding: 18px; border: 1px dashed rgba(156,105,57,.28); border-radius: 7px; color: var(--gxy-muted); font-size: 13px; text-align: center; }
.gxy-sample-tray-form { display: grid; gap: 10px; padding: 0 18px 14px; }
.gxy-sample-tray-form label { display: grid; gap: 6px; color: var(--gxy-muted); font-size: 12px; }
.gxy-tray-project-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px; }
.gxy-sample-tray-form input, .gxy-sample-tray-form select, .gxy-sample-tray-form textarea { width: 100%; border: 1px solid rgba(38,33,27,.14); border-radius: 6px; background: #fff; color: var(--gxy-ink); font: inherit; font-size: 13px; box-sizing: border-box; }
.gxy-sample-tray-form input { height: 38px; padding: 0 10px; }
.gxy-sample-tray-form select { height: 38px; padding: 0 10px; }
.gxy-sample-tray-form textarea { padding: 10px; resize: vertical; line-height: 1.6; }
.gxy-project-trust { display: flex; gap: 9px; align-items: flex-start; margin: 1px 0 2px; padding: 10px 11px; border: 1px solid rgba(156,105,57,.2); border-radius: 6px; background: #fffaf3; color: var(--gxy-muted); font-size: 12px; line-height: 1.6; }
.gxy-project-trust i { margin-top: 2px; color: var(--gxy-copper); }
.gxy-project-trust strong { color: var(--gxy-ink); }
.gxy-sample-quote { margin: 0 18px 14px; border: 1px solid rgba(156,105,57,.2); border-radius: 7px; background: #fff; overflow: hidden; }
.gxy-sample-quote-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 12px; border-bottom: 1px solid rgba(38,33,27,.08); color: var(--gxy-ink); font-size: 13px; font-weight: 750; }
.gxy-sample-quote-title button { height: 28px; padding: 0 10px; border: 1px solid rgba(38,33,27,.12); border-radius: 5px; background: #faf8f3; color: var(--gxy-copper); cursor: pointer; }
.gxy-sample-quote-text { margin: 0; max-height: 150px; overflow: auto; padding: 12px; color: #5c5146; white-space: pre-wrap; word-break: break-word; font: 12px/1.65 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.gxy-sample-tray-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 14px 18px 18px; border-top: 1px solid rgba(38,33,27,.1); background: #f6f2ea; }
.gxy-sample-tray-actions a, .gxy-sample-tray-actions button { min-height: 38px; border-radius: 6px; text-align: center; cursor: pointer; font-weight: 700; }
.gxy-sample-tray-actions a { display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--gxy-ink); background: var(--gxy-ink); color: #fff; }
.gxy-sample-tray-actions .gxy-tray-diagnosis { grid-column: 1 / -1; border-color: rgba(156,105,57,.35); background: var(--gxy-copper); color: #fff; }
.gxy-sample-tray-actions button { border: 1px solid var(--gxy-line); background: #fff; color: var(--gxy-ink); }
.gxy-sample-tray-actions .gxy-client-sheet-open { border-color: rgba(156,105,57,.28); background: #fffaf4; color: #7b5636; }
.gxy-sample-tray-actions .gxy-tray-save { border-color: #17120e; background: #17120e; color: #fff8ec; }
.gxy-sample-tray-actions .gxy-tray-save:disabled { opacity: .72; cursor: wait; }
.gxy-designer-gate-modal { position: fixed; inset: 0; z-index: 1320; display: grid; place-items: center; padding: 24px; background: rgba(12,10,8,.72); backdrop-filter: blur(8px); }
.gxy-designer-gate-modal[hidden] { display: none; }
.gxy-designer-gate-card { position: relative; width: min(760px, calc(100vw - 36px)); max-height: calc(100vh - 48px); overflow: auto; border: 1px solid rgba(226,196,147,.2); border-radius: 8px; background: #f8f3ea; box-shadow: 0 30px 90px rgba(0,0,0,.36); color: var(--gxy-ink); }
.gxy-designer-gate-close { position: absolute; top: 14px; right: 14px; z-index: 2; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; font-size: 22px; line-height: 1; cursor: pointer; }
.gxy-designer-gate-head { display: grid; grid-template-columns: minmax(0, 1fr) 104px; gap: 22px; align-items: center; padding: 24px 26px; background: #15120f; color: #fff8ea; }
.gxy-designer-gate-head span { display: block; color: var(--gxy-brass); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.gxy-designer-gate-head h2 { margin: 7px 0 8px; color: #fff8ea; font-size: 25px; line-height: 1.2; }
.gxy-designer-gate-head p { max-width: 520px; margin: 0; color: rgba(255,248,234,.72); line-height: 1.7; }
.gxy-designer-gate-head img { width: 104px; height: 104px; border: 6px solid rgba(255,255,255,.08); border-radius: 8px; object-fit: cover; background: #fff; }
.gxy-designer-gate-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: rgba(156,105,57,.18); border-bottom: 1px solid rgba(156,105,57,.18); }
.gxy-designer-gate-benefits div { min-height: 92px; padding: 16px 18px; background: #fffaf3; }
.gxy-designer-gate-benefits strong { display: block; color: var(--gxy-ink); font-size: 15px; }
.gxy-designer-gate-benefits span { display: block; margin-top: 7px; color: var(--gxy-muted); font-size: 12px; line-height: 1.6; }
.gxy-designer-gate-form { padding: 22px 26px 26px; }
.gxy-designer-gate-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.gxy-designer-gate-form label { display: grid; gap: 6px; color: var(--gxy-muted); font-size: 12px; }
.gxy-designer-gate-form input, .gxy-designer-gate-form select, .gxy-designer-gate-form textarea { width: 100%; border: 1px solid rgba(38,33,27,.14); border-radius: 6px; background: #fff; color: var(--gxy-ink); font: inherit; box-sizing: border-box; }
.gxy-designer-gate-form input, .gxy-designer-gate-form select { height: 42px; padding: 0 11px; }
.gxy-designer-gate-form textarea { padding: 11px; line-height: 1.65; resize: vertical; }
.gxy-designer-gate-note { margin-top: 12px; }
.gxy-designer-trust-note { display: flex; gap: 9px; align-items: flex-start; margin-top: 14px; padding: 11px 12px; border: 1px solid rgba(156,105,57,.2); border-radius: 6px; background: #fffaf3; color: var(--gxy-muted); font-size: 12px; line-height: 1.65; }
.gxy-designer-trust-note i { margin-top: 3px; color: var(--gxy-copper); }
.gxy-designer-gate-actions { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(38,33,27,.1); }
.gxy-designer-gate-actions a, .gxy-designer-gate-actions button { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 6px; font-weight: 800; }
.gxy-designer-gate-actions a { padding: 0 16px; border: 1px solid rgba(156,105,57,.26); background: #fffaf3; color: #7b5636; }
.gxy-designer-gate-actions button { min-width: 180px; border: 1px solid #17120e; background: #17120e; color: #fff8ec; cursor: pointer; }
.gxy-footer { background: #11100e; color: rgba(255,255,255,.72); padding: 58px 28px 24px; }
.gxy-footer-grid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: 1.15fr .62fr .82fr 1fr; gap: 36px; }
.gxy-footer-brand { color: #fff; font-size: 22px; font-weight: 700; margin-bottom: 10px; }
.gxy-footer a, .gxy-footer small, .gxy-footer span { display: block; margin: 8px 0; color: rgba(255,255,255,.74); }
.gxy-footer span { color: #fff; font-weight: 600; }
.gxy-social-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
.gxy-footer .gxy-social-link { min-height: 58px; display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 10px; align-items: center; margin: 0; padding: 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; background: rgba(255,255,255,.045); color: #fff; }
.gxy-footer .gxy-social-link:hover { border-color: rgba(199,165,118,.45); background: rgba(255,255,255,.075); color: #fff; }
.gxy-social-link img, .gxy-social-link i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 7px; object-fit: cover; color: #fff; font-size: 10px; font-style: normal; font-weight: 800; line-height: 1; text-align: center; }
.gxy-social-link em { min-width: 0; overflow: hidden; color: rgba(255,255,255,.8); font-size: 12px; font-style: normal; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.gxy-social-xhs i { background: #ff2442; }
.gxy-social-douyin i { background: #111; }
.gxy-social-video i { background: #18c37d; }
.gxy-social-mp i { background: #07c160; }
.gxy-social-modal { position: fixed; inset: 0; z-index: 1300; display: grid; place-items: center; padding: 24px; background: rgba(12,10,8,.68); backdrop-filter: blur(6px); }
.gxy-social-modal[hidden] { display: none; }
.gxy-modal-open { overflow: hidden; }
.gxy-social-modal-card { position: relative; width: min(360px, calc(100vw - 40px)); padding: 26px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: #171512; color: rgba(255,255,255,.72); text-align: center; box-shadow: 0 28px 80px rgba(0,0,0,.34); }
.gxy-social-modal-card h2 { margin: 0 42px 18px; color: #fff; font-size: 22px; line-height: 1.25; }
.gxy-social-modal-close { position: absolute; right: 12px; top: 12px; width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; background: rgba(255,255,255,.06); color: #fff; font-size: 20px; line-height: 1; cursor: pointer; }
.gxy-social-modal-media { min-height: 220px; display: grid; place-items: center; padding: 14px; border-radius: 8px; background: #fff; }
.gxy-social-modal-media img { width: 220px; height: 220px; object-fit: contain; }
.gxy-social-modal-empty { width: 220px; height: 220px; display: grid; place-items: center; padding: 18px; border: 1px dashed rgba(155,106,62,.36); border-radius: 8px; background: #fffaf4; color: #6b4a2f; font-size: 14px; line-height: 1.6; }
.gxy-social-modal-card p { margin: 16px 0 0; font-size: 13px; line-height: 1.65; }
.gxy-client-sheet-modal { position: fixed; inset: 0; z-index: 1310; display: grid; place-items: center; padding: 24px; background: rgba(12,10,8,.72); backdrop-filter: blur(7px); }
.gxy-client-sheet-modal[hidden] { display: none; }
.gxy-client-sheet-card { width: min(880px, calc(100vw - 38px)); max-height: calc(100vh - 48px); display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: #fbfaf7; box-shadow: 0 32px 90px rgba(0,0,0,.35); overflow: hidden; }
.gxy-client-sheet-toolbar { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; padding: 18px 20px; border-bottom: 1px solid rgba(38,33,27,.1); background: #171512; color: #fff; }
.gxy-client-sheet-toolbar span { display: block; margin-bottom: 5px; color: var(--gxy-brass); font-size: 11px; letter-spacing: .12em; }
.gxy-client-sheet-toolbar h2 { margin: 0; font-size: 22px; }
.gxy-client-sheet-tools { display: flex; gap: 8px; align-items: center; }
.gxy-client-sheet-tools button { height: 34px; padding: 0 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 6px; background: rgba(255,255,255,.08); color: #fff; cursor: pointer; font-weight: 700; }
.gxy-client-sheet-tools .gxy-client-close { width: 34px; padding: 0; border-radius: 50%; font-size: 20px; line-height: 1; }
.gxy-client-sheet-body { overflow: auto; padding: 24px; }
.gxy-client-sheet-brand { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; padding-bottom: 16px; border-bottom: 2px solid #171512; }
.gxy-client-sheet-brand b { display: block; color: var(--gxy-ink); font-size: 28px; letter-spacing: .03em; }
.gxy-client-sheet-brand span { display: block; margin-top: 4px; color: var(--gxy-muted); font-size: 13px; }
.gxy-client-sheet-brand strong { color: #7b5636; white-space: nowrap; }
.gxy-client-sheet-meta { display: flex; justify-content: space-between; gap: 14px; margin: 14px 0; color: var(--gxy-muted); font-size: 12px; }
.gxy-client-project-cards { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 10px; margin: 0 0 14px; }
.gxy-client-project-cards div { min-height: 70px; padding: 12px; border: 1px solid rgba(156,105,57,.18); border-radius: 7px; background: #fff; }
.gxy-client-project-cards span { display: block; color: var(--gxy-muted); font-size: 12px; margin-bottom: 7px; }
.gxy-client-project-cards strong { display: block; color: var(--gxy-ink); font-size: 14px; line-height: 1.35; }
.gxy-client-sheet-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid rgba(38,33,27,.12); }
.gxy-client-sheet-table th, .gxy-client-sheet-table td { padding: 12px 10px; border-bottom: 1px solid rgba(38,33,27,.09); border-right: 1px solid rgba(38,33,27,.07); text-align: left; vertical-align: top; font-size: 13px; line-height: 1.55; }
.gxy-client-sheet-table th { background: #f6f2ea; color: var(--gxy-ink); font-size: 12px; letter-spacing: .04em; }
.gxy-client-sheet-table td:first-child { width: 54px; color: var(--gxy-copper); font-weight: 800; text-align: center; }
.gxy-client-sheet-table small { display: block; margin-top: 4px; color: var(--gxy-muted); font-size: 11px; }
.gxy-client-empty { text-align: center !important; color: var(--gxy-muted); }
.gxy-client-sheet-note { margin-top: 14px; padding: 14px; border: 1px solid rgba(156,105,57,.16); border-radius: 7px; background: #fff; }
.gxy-client-sheet-note strong { display: block; color: var(--gxy-ink); margin-bottom: 6px; }
.gxy-client-sheet-note p { margin: 0; color: #5c5146; line-height: 1.7; }
.gxy-footer-bottom { max-width: 1320px; margin: 42px auto 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; }
.gxy-service-dock { position: fixed; right: 18px; top: 54%; z-index: 1160; display: grid; gap: 8px; transform: translateY(-50%); }
.gxy-service-dock span { position: static; display: inline; width: auto; height: auto; margin: 0; background: transparent; color: inherit; }
.gxy-service-dock a { color: inherit; }
.gxy-service-btn { width: 52px; min-height: 52px; padding: 6px 0; display: grid; place-items: center; gap: 3px; border: 1px solid var(--gxy-line); border-radius: 999px; background: #fff; color: var(--gxy-ink); box-shadow: 0 12px 26px rgba(31,26,20,.14); cursor: pointer; text-align: center; }
.gxy-service-btn i { position: static; width: auto; height: auto; margin: 0; line-height: 1; font-size: 18px; color: var(--gxy-copper); }
.gxy-service-btn span { display: block; font-size: 12px; line-height: 1.1; white-space: nowrap; }
.gxy-service-consult { background: var(--gxy-copper); border-color: var(--gxy-copper); color: #fff; }
.gxy-service-consult i { color: #fff; }
.gxy-service-card { position: absolute; right: 66px; top: -64px; width: 214px; padding: 16px; border: 1px solid var(--gxy-line); border-radius: 8px; background: #fff; box-shadow: 0 20px 48px rgba(31,26,20,.22); opacity: 0; visibility: hidden; pointer-events: none; transform: translateX(10px); transition: 160ms ease; }
.gxy-service-card:after { content: ""; position: absolute; right: -8px; top: 76px; width: 16px; height: 16px; background: #fff; border-top: 1px solid var(--gxy-line); border-right: 1px solid var(--gxy-line); transform: rotate(45deg); }
.gxy-service-dock.is-open .gxy-service-card { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(0); }
.gxy-service-qr { text-align: center; color: var(--gxy-muted); }
.gxy-service-qr span { display: block; color: var(--gxy-ink); font-size: 13px; font-weight: 650; line-height: 1.3; }
.gxy-service-qr img { display: block; width: 120px; height: 120px; margin: 10px auto 12px; border: 3px solid rgba(155,106,62,.28); border-radius: 6px; background: #fff; object-fit: contain; }
.gxy-service-lines { display: grid; gap: 4px; text-align: center; }
.gxy-service-lines span { display: block; color: var(--gxy-muted); font-size: 12px; line-height: 1.3; }
.gxy-service-lines strong { color: var(--gxy-ink); font-size: 15px; font-weight: 650; }
.gxy-service-cta { min-height: 38px; margin-top: 12px; display: inline-flex; width: 100%; align-items: center; justify-content: center; gap: 7px; border-radius: 999px; background: var(--gxy-copper); color: #fff; }
.gxy-service-cta i { position: static; width: auto; height: auto; margin: 0; line-height: 1; color: #fff; }
#backTop.gxy-backtop { right: 22px; top: auto; bottom: 86px; transform: none; z-index: 1100; }
#backTop.gxy-backtop span { width: 42px; height: 42px; border-radius: 50%; }
#backTop.gxy-backtop span i { width: 42px; height: 42px; line-height: 42px; margin: -21px 0 0 -21px; font-size: 18px; }
#backTop.gxy-backtop span.ft-tel i { background: var(--gxy-copper); }
#backTop.gxy-backtop span.ft-wx i { background: #2f302e; }
#backTop.gxy-backtop span.is-open { z-index: 1101; }
#backTop.gxy-backtop span.is-open small { display: block; visibility: visible; opacity: 1; }
#backTop.gxy-backtop span.is-open small.telTop { right: calc(100% + 10px); left: auto; top: 0; height: 42px; line-height: 42px; border: 1px solid var(--gxy-line); border-radius: 6px; font-size: 15px; box-shadow: 0 8px 24px rgba(0,0,0,.12); }
#backTop.gxy-backtop span small.weixin { left: auto; right: 52px; top: -138px; width: 180px; height: 180px; padding: 8px; border: 1px solid var(--gxy-line); border-radius: 6px; }
#backTop.gxy-backtop span.is-open small.weixin { left: auto; right: 52px; }
#backTop.gxy-backtop span small.weixin img { display: block; width: 164px; height: 164px; object-fit: contain; }
#backTop.gxy-backtop span small b { display: none; }
.gxy-case-visual { min-height: 230px; border-radius: var(--gxy-radius); background-color: #3d342c; background-image: linear-gradient(135deg, rgba(193,154,91,.78), rgba(38,30,24,.82)), repeating-linear-gradient(90deg, rgba(255,255,255,.12) 0 1px, transparent 1px 18px); background-size: cover; }
.gxy-case-50 { background-image: linear-gradient(135deg, rgba(155,106,62,.86), rgba(42,32,25,.88)), repeating-linear-gradient(0deg, rgba(255,255,255,.18) 0 1px, transparent 1px 12px); }
.gxy-case-14 { background-image: linear-gradient(135deg, rgba(69,80,78,.92), rgba(21,25,24,.9)), repeating-linear-gradient(135deg, rgba(193,154,91,.2) 0 2px, transparent 2px 14px); }
.gxy-case-51 { background-image: linear-gradient(135deg, rgba(91,71,52,.9), rgba(31,29,27,.9)), radial-gradient(circle at 30% 30%, rgba(214,180,120,.42), transparent 35%); }
.gxy-case-52 { background-image: linear-gradient(135deg, rgba(75,82,80,.86), rgba(24,29,27,.92)), repeating-linear-gradient(30deg, rgba(170,177,164,.22) 0 2px, transparent 2px 16px); }
.gxy-case-cover { margin: -4px -4px 30px; }
.gxy-case-cover .gxy-case-visual { min-height: 280px; }
.gxy-prevnext { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 34px; padding-top: 18px; border-top: 1px solid var(--gxy-line); color: var(--gxy-muted); font-size: 13px; }
.gxy-prevnext a { color: var(--gxy-copper); }

/* refit service dock for a quieter luxury presentation */
.gxy-service-dock {
  right: 16px;
  top: auto;
  bottom: 128px;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(210,173,107,.18);
  border-radius: 16px;
  background: rgba(15,13,11,.76);
  box-shadow: 0 22px 54px rgba(0,0,0,.22);
  backdrop-filter: blur(12px);
  transform: none;
}
.gxy-service-dock span {
  color: inherit;
}
.gxy-service-btn {
  width: 60px;
  min-height: 60px;
  padding: 6px 0;
  border-radius: 14px;
  border-color: rgba(210,173,107,.22);
  background: rgba(255,250,241,.06);
  color: rgba(255,250,241,.9);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 10px 24px rgba(0,0,0,.2);
}
.gxy-service-btn i {
  color: #e2c181;
  font-size: 17px;
}
.gxy-service-btn span {
  color: rgba(255,250,241,.84);
  font-size: 10px;
  letter-spacing: .02em;
}
.gxy-service-consult {
  background:
    linear-gradient(180deg, rgba(141,91,53,.96), rgba(78,50,30,.96));
  border-color: rgba(210,173,107,.38);
}
.gxy-service-consult:hover,
.gxy-service-btn:hover {
  border-color: rgba(242,213,154,.5);
  box-shadow: 0 16px 32px rgba(0,0,0,.24);
  transform: translateY(-1px);
}
.gxy-service-card {
  right: 78px;
  top: -8px;
  width: 246px;
  padding: 18px;
  border-radius: 10px;
  border-color: rgba(210,173,107,.22);
  background:
    linear-gradient(180deg, rgba(18,15,12,.98), rgba(27,22,18,.96));
  color: rgba(255,250,241,.8);
  box-shadow: 0 24px 58px rgba(0,0,0,.28);
}
.gxy-service-card:after {
  top: 28px;
  right: -7px;
  background: #16120e;
  border-top-color: rgba(210,173,107,.22);
  border-right-color: rgba(210,173,107,.22);
}
.gxy-service-qr span,
.gxy-service-lines span {
  color: rgba(255,250,241,.64);
}
.gxy-service-lines strong {
  color: #fff8ec;
}
.gxy-service-qr img {
  border-color: rgba(210,173,107,.24);
  background: #fff8ec;
}
.gxy-service-cta {
  background: linear-gradient(180deg, #e2c181, #9e6b40);
  color: #17110d;
}
.gxy-service-cta i {
  color: #17110d;
}
.gxy-service-cta:hover {
  background: linear-gradient(180deg, #f0d8a1, #b37a48);
  color: #17110d;
}
@media (max-width: 980px) {
  .gxy-nav { height: 64px; padding: 0 18px; }
  .gxy-menu, .gxy-nav-actions { display: none; }
  .gxy-mobile-toggle { display: inline-flex; }
  .gxy-mobile-menu { position: absolute; left: 0; right: 0; top: 64px; z-index: 10; padding: 8px 18px 16px; border-bottom: 1px solid var(--gxy-line); background: rgba(245,242,236,.98); box-shadow: 0 12px 24px rgba(31,26,20,.08); }
  .gxy-mobile-menu.is-open { display: grid; }
  .gxy-mobile-menu a { padding: 13px 0; border-bottom: 1px solid rgba(38,33,27,.08); font-size: 14px; }
  .gxy-hero, .gxy-detail, .gxy-form-wrap, .gxy-diagnosis-section, .gxy-single-hero, .gxy-single-layout { grid-template-columns: 1fr; }
  .gxy-gbook-entry-grid { grid-template-columns: 1fr; }
  .gxy-hero { min-height: auto; padding-top: 42px; }
  .gxy-hero h1 { font-size: 40px; }
  .gxy-material-wall { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 96px; }
  .gxy-grid, .gxy-library-grid, .gxy-library-workspace, .gxy-path, .gxy-footer-grid, .gxy-library-search, .gxy-contact-wrap, .gxy-sample-view-grid, .gxy-related-case-grid, .gxy-book-rule, .gxy-book-grid, .gxy-book-detail { grid-template-columns: 1fr; }
  .gxy-series-nav { position: relative; top: auto; }
  .gxy-series-nav nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px 10px; }
  .gxy-series-all { grid-column: 1 / -1; }
  .gxy-series-group { border-top: 0; border-left: 1px solid rgba(38,33,27,.08); padding: 4px 0 4px 8px; }
  .gxy-section-head { display: block; }
  .gxy-detail-media { position: relative; top: auto; }
  .gxy-real-shot-board { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
  .gxy-real-shot-large { grid-column: 1 / -1; grid-row: auto; }
  .gxy-real-shot-large .gxy-real-shot-media { min-height: 420px; }
  .gxy-book-card { grid-template-columns: 180px minmax(0, 1fr); }
  .gxy-book-card .gxy-book-cover { height: 248px; }
  .gxy-book-detail-cover { min-height: 460px; }
  .gxy-single-side { position: relative; top: auto; }
  .gxy-workbench-heading, .gxy-workbench-grid, .gxy-workbench-plan, .gxy-home-designer-value, .gxy-home-designer-preview { display: block; }
  .gxy-workbench-status { margin-top: 24px; }
  .gxy-home-hero-stage { width: 100%; margin-top: 24px; }
  .gxy-home-proof-head { grid-template-columns: 1fr; gap: 14px; }
  .gxy-home-proof-grid { grid-template-columns: 1fr; }
  .gxy-home-proof-item { grid-template-columns: 170px minmax(0, 1fr); }
  .gxy-home-workflow-head { grid-template-columns: 1fr; gap: 14px; }
  .gxy-home-workflow-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gxy-home-workflow-item:nth-child(2n) { border-right: 0; }
  .gxy-home-workflow-item:nth-child(n+3) { border-top: 1px solid var(--gxy-line); }
  .gxy-home-value-grid { margin-top: 22px; }
  .gxy-home-preview-card { margin-top: 24px; }
  .gxy-workbench-grid { padding-top: 42px; }
  .gxy-workbench-side { margin-top: 42px; }
  .gxy-intent-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .gxy-contact-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gxy-intent-item:nth-child(2) { border-right: 0; }
  .gxy-intent-item:nth-child(n+3) { border-top: 1px solid var(--gxy-line); }
  .gxy-workbench-plan .gxy-ghost { margin-top: 20px; }
  .gxy-detail-sticky-bar { align-items: stretch; flex-direction: column; gap: 10px; padding-left: 18px; padding-right: 18px; }
  .gxy-detail-sticky-note { justify-content: center; }
  .gxy-detail-sticky-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gxy-detail-sticky-actions .gxy-solid, .gxy-detail-sticky-actions .gxy-ghost { min-width: 0; width: 100%; }
  .gxy-has-detail-bar { padding-bottom: 132px; }
  .gxy-has-detail-bar .gxy-sample-tray { bottom: 146px; }
  .gxy-has-detail-bar .gxy-service-dock { top: auto; bottom: 226px; transform: none; }
}
@media (max-width: 560px) {
  .gxy-section { padding: 56px 18px; }
  .gxy-hero h1, .gxy-list-hero h1, .gxy-detail h1, .gxy-form-copy h1, .gxy-single-hero h1 { font-size: 34px; }
  .gxy-gbook-entry { padding: 52px 18px 0; }
  .gxy-gbook-entry h1 { font-size: 32px; }
  .gxy-gbook-entry-card { grid-template-columns: 36px minmax(0, 1fr); gap: 12px; padding: 18px; }
  .gxy-gbook-entry-icon { width: 36px; height: 36px; font-size: 14px; }
  .gxy-contact-hero { padding: 54px 18px 26px; }
  .gxy-contact-hero h1 { font-size: 34px; }
  .gxy-contact-wrap, .gxy-contact-nav { padding-left: 18px; padding-right: 18px; }
  .gxy-library-search form { flex-direction: column; }
  .gxy-library-search button { width: 100%; }
  .gxy-form-grid { grid-template-columns: 1fr; }
  .gxy-form-grid input:last-child { grid-column: auto; }
  .gxy-real-shot-board, .gxy-sample-price-strip { grid-template-columns: 1fr; }
  .gxy-real-shot-large .gxy-real-shot-media, .gxy-real-shot-media { min-height: 240px; }
  .gxy-book-card { grid-template-columns: 1fr; }
  .gxy-book-card .gxy-book-cover { height: 220px; min-height: 0; }
  .gxy-book-card-top, .gxy-book-actions { display: block; }
  .gxy-book-card-top strong { display: block; margin-top: 8px; }
  .gxy-book-actions .gxy-solid, .gxy-book-actions .gxy-ghost, .gxy-book-actions .gxy-digital { width: 100%; margin-top: 10px; }
  .gxy-book-price-panel, .gxy-book-detail-specs { grid-template-columns: 1fr; }
  .gxy-filter-row { grid-template-columns: 1fr; row-gap: 8px; }
  .gxy-filter-title { padding-top: 0; }
  .gxy-material-flags, .gxy-engineering-check-grid, .gxy-engineering-compact-grid { grid-template-columns: 1fr; }
  .gxy-engineering-wide { grid-column: auto; }
  .gxy-metrics, .gxy-specs { grid-template-columns: 1fr; }
  .gxy-sample-view-media, .gxy-sample-view-media img { min-height: 190px; }
  .gxy-related-case a { grid-template-columns: 112px minmax(0, 1fr); }
  .gxy-related-case .gxy-case-visual { min-height: 122px; }
  .gxy-member-benefits { grid-template-columns: 1fr; }
  .gxy-co-create-rules { grid-template-columns: 1fr; }
  .gxy-co-create-rules strong { grid-column: auto; }
  .gxy-diagnosis-commitments { grid-template-columns: 1fr; }
  .gxy-material-wall { grid-template-columns: repeat(2, 1fr); }
  .gxy-swatch { grid-column: span 1 !important; grid-row: span 1 !important; }
  .gxy-footer-bottom { display: block; }
  .gxy-single-content { padding: 24px; }
  .gxy-single-badges { grid-template-columns: 1fr; }
  .gxy-workbench-hero-inner { padding: 42px 18px 28px; }
  .gxy-workbench-heading h1 { font-size: 34px; }
  .gxy-home-hero-stage-art { min-height: 224px; }
  .gxy-home-hero-stage-caption { display: block; }
  .gxy-home-hero-stage-caption strong { display: block; margin-top: 4px; text-align: left; }
  .gxy-command-search { align-items: stretch; flex-wrap: wrap; padding: 10px; }
  .gxy-command-search input { flex-basis: calc(100% - 30px); }
  .gxy-command-search button { width: 100%; }
  .gxy-quick-filters { gap: 6px; }
  .gxy-workbench-strip { grid-template-columns: repeat(2, minmax(0,1fr)); padding: 0 18px; }
  .gxy-workbench-strip > div, .gxy-workbench-strip > div:not(:first-child) { padding: 16px 12px 16px 0; }
  .gxy-workbench-strip > div:nth-child(2n) { padding-left: 12px; border-right: 0; }
  .gxy-workbench-strip > div:nth-child(n+3) { border-top: 1px solid var(--gxy-line); }
  .gxy-workbench-grid, .gxy-workbench-categories { padding-left: 18px; padding-right: 18px; }
  .gxy-home-proof { padding-left: 18px; padding-right: 18px; }
  .gxy-home-proof-head h2 { font-size: 28px; }
  .gxy-home-proof-item { grid-template-columns: 1fr; }
  .gxy-home-proof-visual { min-height: 190px; }
  .gxy-home-boundary-head { display: block; }
  .gxy-home-boundary-head strong { display: block; margin-top: 8px; }
  .gxy-home-boundary-head p { margin-top: 7px; }
  .gxy-home-boundary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gxy-home-boundary-grid > div:nth-child(2n) { border-right: 0; }
  .gxy-home-boundary-grid > div:nth-child(n+3) { border-top: 1px solid rgba(38,33,27,.10); }
  .gxy-home-boundary-grid > div, .gxy-home-boundary-grid > div:not(:first-child) { padding: 14px 12px; }
  .gxy-home-workflow { padding-left: 18px; padding-right: 18px; }
  .gxy-home-workflow-head h2 { font-size: 28px; }
  .gxy-home-workflow-grid { grid-template-columns: 1fr; }
  .gxy-home-workflow-item, .gxy-home-workflow-item:not(:first-child) { min-height: 150px; padding: 18px 0; border-right: 0; }
  .gxy-home-workflow-item:not(:first-child) { border-top: 1px solid var(--gxy-line); }
  .gxy-home-designer-value { padding-left: 18px; padding-right: 18px; }
  .gxy-home-designer-preview { padding-left: 18px; padding-right: 18px; }
  .gxy-home-value-grid { grid-template-columns: 1fr; }
  .gxy-home-preview-copy h2 { font-size: 28px; }
  .gxy-home-preview-profile { grid-template-columns: 54px minmax(0, 1fr); }
  .gxy-home-preview-profile b { width: 54px; height: 54px; }
  .gxy-home-preview-profile strong { font-size: 18px; }
  .gxy-material-row { grid-template-columns: 84px minmax(0,1fr) 32px; gap: 10px; }
  .gxy-material-row p { display: none; }
  .gxy-material-row h3 { font-size: 15px; }
  .gxy-material-row-top { display: block; }
  .gxy-availability { display: block; margin-top: 5px; }
  .gxy-intent-grid { grid-template-columns: 1fr; }
  .gxy-intent-item, .gxy-intent-item:not(:first-child) { padding-left: 0; border-right: 0; border-top: 1px solid var(--gxy-line); }
  .gxy-intent-item:first-child { border-top: 0; }
  .gxy-sample-tray { right: 18px; bottom: 14px; }
  .gxy-sample-tray-panel { left: 12px; right: 12px; bottom: 66px; width: auto; max-height: calc(100vh - 96px); }
  .gxy-tray-project-grid { grid-template-columns: 1fr; }
  .gxy-sample-item-controls { grid-template-columns: 1fr; }
  .gxy-sample-item-controls .gxy-item-application,
  .gxy-sample-item-controls .gxy-item-reason { grid-column: auto; }
  .gxy-sample-tray-actions { grid-template-columns: 1fr; }
  .gxy-sample-tray-actions .gxy-client-sheet-open { grid-column: auto; }
  .gxy-designer-gate-modal { padding: 10px; }
  .gxy-designer-gate-card { width: 100%; max-height: calc(100vh - 20px); }
  .gxy-designer-gate-head { grid-template-columns: 1fr; padding: 22px 18px; }
  .gxy-designer-gate-head img { width: 92px; height: 92px; }
  .gxy-designer-gate-benefits, .gxy-designer-gate-grid { grid-template-columns: 1fr; }
  .gxy-designer-gate-form { padding: 18px; }
  .gxy-designer-gate-actions { display: grid; }
  .gxy-designer-gate-actions button { width: 100%; }
  .gxy-client-sheet-modal { padding: 10px; }
  .gxy-client-sheet-card { width: 100%; max-height: calc(100vh - 20px); }
  .gxy-client-sheet-toolbar { display: grid; }
  .gxy-client-sheet-tools { flex-wrap: wrap; }
  .gxy-client-sheet-body { padding: 16px; }
  .gxy-client-sheet-brand, .gxy-client-sheet-meta { display: grid; }
  .gxy-client-project-cards { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .gxy-client-sheet-table { min-width: 620px; }
  .gxy-client-sheet-body { overflow: auto; }
  .gxy-service-dock { right: 12px; top: auto; bottom: 96px; transform: none; }
  .gxy-service-card { right: 64px; top: auto; bottom: -4px; width: min(224px, calc(100vw - 92px)); max-height: calc(100vh - 128px); overflow: auto; }
  .gxy-service-card:after { top: auto; bottom: 22px; }
  .gxy-has-detail-bar .gxy-sample-tray { bottom: 142px; }
  .gxy-has-detail-bar .gxy-service-dock { bottom: 220px; }
  .gxy-has-detail-bar .gxy-service-card { max-height: calc(100vh - 250px); }
  .gxy-contact-nav { grid-template-columns: 1fr; }
  .gxy-service-dock {
    right: 12px;
    bottom: 104px;
    padding: 8px;
    border-radius: 14px;
  }
  .gxy-service-card {
    right: 72px;
    width: min(232px, calc(100vw - 110px));
    max-height: calc(100vh - 140px);
    overflow: auto;
  }
}

/* 2026-08-11: make the homepage a task-led material workbench. */
.gxy-home-task-rail {
  max-width: 1260px;
  margin: 0 auto;
  padding: 22px 28px 8px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.gxy-home-task {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(141,91,53,.2);
  border-radius: 6px;
  background: rgba(255,250,241,.78);
  color: #2c211a;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.gxy-home-task:hover {
  border-color: rgba(141,91,53,.55);
  background: #fffaf2;
  color: #2c211a;
  transform: translateY(-2px);
}
.gxy-home-task-index {
  color: #9c7048;
  font: 11px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
.gxy-home-task span:nth-child(2) { min-width: 0; flex: 1; }
.gxy-home-task strong,
.gxy-home-task small { display: block; }
.gxy-home-task strong { font-size: 14px; font-weight: 650; }
.gxy-home-task small { margin-top: 5px; color: #817166; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gxy-home-task > i { color: #9c7048; font-size: 13px; }
.gxy-home-proof-band {
  max-width: 1260px;
  margin: 0 auto;
  padding: 46px 28px 10px;
  display: grid;
  grid-template-columns: minmax(220px, 1.1fr) repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: end;
}
.gxy-home-proof-band-lead h2 { margin: 8px 0 0; color: #211a15; font-size: 28px; line-height: 1.2; }
.gxy-home-proof-point { padding-left: 18px; border-left: 1px solid rgba(141,91,53,.24); }
.gxy-home-proof-point strong,
.gxy-home-proof-point span { display: block; }
.gxy-home-proof-point strong { color: #2d2119; font-size: 14px; }
.gxy-home-proof-point span { margin-top: 7px; color: #817166; font-size: 12px; line-height: 1.65; }
.gxy-proof-row { display: flex; flex-wrap: wrap; gap: 7px 12px; margin-top: 12px; color: #897a6e; font-size: 11px; }
.gxy-proof-row span { display: inline-flex; align-items: center; gap: 4px; }
.gxy-proof-row i { font-size: 9px; }
.gxy-proof-row .is-ready { color: #347361; }
.gxy-proof-row .is-missing { color: #a8754b; }
@media (max-width: 760px) {
  .gxy-home-task-rail { grid-template-columns: 1fr; padding: 16px 18px 4px; }
  .gxy-home-task { min-height: 64px; }
  .gxy-home-proof-band { grid-template-columns: 1fr 1fr; padding: 36px 18px 8px; gap: 18px 14px; }
  .gxy-home-proof-band-lead { grid-column: 1 / -1; }
  .gxy-home-proof-point { padding-left: 12px; }
}

/* Final homepage alignment and service contrast pass. */
.gxy-home-banner-reserve {
  width: 100%;
  max-width: 1468px;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.gxy-service-dock a.gxy-service-btn[href^="tel:"] {
  border-color: rgba(210, 173, 107, .48);
  background: linear-gradient(180deg, #a37043, #6d4327);
  color: #fff8ec;
  box-shadow: 0 12px 26px rgba(80, 47, 24, .25);
}
.gxy-service-dock a.gxy-service-btn[href^="tel:"] i,
.gxy-service-dock a.gxy-service-btn[href^="tel:"] span {
  color: #fff8ec;
}
.gxy-service-dock .gxy-service-btn,
.gxy-service-dock .gxy-service-btn.gxy-service-consult,
.gxy-service-dock .gxy-service-btn.gxy-service-top {
  border-color: rgba(210, 173, 107, .48);
  background: linear-gradient(180deg, #a37043, #6d4327);
  color: #fff8ec;
}
.gxy-service-dock .gxy-service-btn i,
.gxy-service-dock .gxy-service-btn span {
  color: #fff8ec;
}
@media (max-width: 980px) {
  .gxy-home-banner-reserve {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* 2026-08-11: product proof and engineering-condition states. */
.gxy-product-detail-page .gxy-real-shot.is-missing,
.gxy-product-detail-page .gxy-real-shot.is-reference {
  box-shadow: none;
}

.gxy-product-detail-page .gxy-real-shot.is-missing figcaption::after {
  content: "待补";
  color: #8b5e3c;
}

.gxy-product-detail-page .gxy-real-shot.is-reference figcaption::after {
  content: "封面参考";
  color: #8b5e3c;
}

.gxy-shot-missing {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px;
  background: #e8e3dc;
  color: #74695f;
  text-align: center;
}

.gxy-shot-missing::before {
  content: "";
  width: 34px;
  height: 1px;
  background: #a98666;
}

.gxy-shot-missing strong {
  color: #403831;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}

.gxy-shot-missing span {
  font-size: 12px;
}

.gxy-project-conditions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.gxy-project-conditions > div {
  min-width: 0;
  padding: 10px 11px;
  border-bottom: 1px solid rgba(38, 33, 27, .12);
}

.gxy-project-conditions span,
.gxy-project-conditions strong {
  display: block;
}

.gxy-project-conditions span {
  color: var(--gxy-muted);
  font-size: 11px;
}

.gxy-project-conditions strong {
  margin-top: 4px;
  color: var(--gxy-ink);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

@media (max-width: 560px) {
  .gxy-project-conditions {
    grid-template-columns: 1fr;
  }
}

/* Homepage banner reserve is a public visual module, never an internal placeholder. */
.gxy-home-banner-reserve {
  grid-template-columns: minmax(0, 1.28fr) minmax(360px, .72fr);
  gap: 24px;
}
.gxy-home-banner-reserve-copy {
  min-width: 0;
  padding: 24px 28px;
  justify-content: center;
}
.gxy-home-banner-reserve-copy h2 {
  max-width: 100%;
  margin: 8px 0 14px;
  font-size: clamp(26px, 2vw, 30px);
  line-height: 1.2;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}
.gxy-home-banner-reserve-copy p {
  max-width: 31em;
  font-size: 13px;
  line-height: 1.75;
}
.gxy-home-banner-reserve-media {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  aspect-ratio: auto;
  box-sizing: border-box;
}
@media (max-width: 980px) {
  .gxy-home-banner-reserve {
    grid-template-columns: 1fr;
  }
  .gxy-home-banner-reserve-copy h2 {
    white-space: normal;
  }
}
@media print {
  body.gxy-modal-open > *:not(.gxy-client-sheet-modal) { display: none !important; }
  .gxy-client-sheet-modal { position: static !important; inset: auto !important; display: block !important; padding: 0 !important; background: #fff !important; backdrop-filter: none !important; }
  .gxy-client-sheet-card { width: 100% !important; max-height: none !important; border: 0 !important; box-shadow: none !important; border-radius: 0 !important; }
  .gxy-client-sheet-toolbar { background: #fff !important; color: #111 !important; border-bottom: 1px solid #111 !important; }
  .gxy-client-sheet-toolbar span { color: #7b5636 !important; }
  .gxy-client-sheet-tools { display: none !important; }
  .gxy-client-sheet-body { overflow: visible !important; padding: 18px 0 !important; }
  .gxy-client-sheet-table th, .gxy-client-sheet-table td { border-color: #ddd !important; }
}

/* 2026-08-01: keep homepage hero media inside fixed visual frames. */
.gxy-home-luxury .gxy-workbench-hero,
.gxy-home-cinematic,
.gxy-home-cinematic-inner {
  min-height: 0;
}

.gxy-home-cinematic-inner {
  align-items: start;
  grid-template-rows: auto auto auto;
}

.gxy-home-hero-banner {
  height: clamp(360px, 42vw, 560px);
  min-height: 0;
  max-height: 560px;
  align-self: start;
}

.gxy-home-hero-banner img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.gxy-home-hero-gallery {
  min-height: 0;
  align-self: start;
}

.gxy-home-hero-gallery figure {
  height: 136px;
  min-height: 0;
  aspect-ratio: 1.45 / 1;
}

.gxy-home-hero-gallery img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.gxy-home-banner-reserve {
  align-items: start;
}

.gxy-home-banner-reserve-media {
  height: clamp(280px, 36vw, 520px);
  min-height: 0;
  max-height: 520px;
  aspect-ratio: 1.72 / 1;
}

.gxy-home-banner-reserve-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

@media (max-width: 980px) {
  .gxy-home-hero-banner {
    height: clamp(300px, 58vw, 440px);
    max-height: 440px;
  }

  .gxy-home-banner-reserve-media {
    height: clamp(260px, 58vw, 420px);
    max-height: 420px;
  }
}

@media (max-width: 560px) {
  .gxy-home-cinematic-inner,
  .gxy-home-cinematic-copy,
  .gxy-home-cinematic-copy p,
  .gxy-home-hero-banner,
  .gxy-home-hero-gallery {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .gxy-home-cinematic-inner {
    grid-template-columns: minmax(0, 1fr) !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    overflow: hidden;
  }

  .gxy-home-cinematic-copy p {
    display: block;
    width: min(100%, 310px) !important;
    max-width: 310px !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .gxy-home-hero-banner,
  .gxy-home-hero-gallery {
    width: calc(100% - 18px) !important;
  }

  .gxy-home-hero-banner {
    height: 260px;
    min-height: 0;
    max-height: 260px;
  }

  .gxy-home-hero-gallery figure {
    height: 160px;
    aspect-ratio: auto;
  }

  .gxy-home-banner-reserve-media {
    height: 260px;
    min-height: 0;
    max-height: 260px;
    aspect-ratio: auto;
  }
}

/* Final banner reserve tuning: a compact editorial spread with controlled media height. */
.gxy-home-banner-reserve {
  width: min(calc(100% - 56px), 1120px);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 42px 0 14px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
  gap: 32px;
  align-items: start;
}

.gxy-home-banner-reserve-media {
  height: clamp(250px, 27vw, 380px);
  min-height: 0;
  max-height: 380px;
  aspect-ratio: 1.72 / 1;
}

.gxy-home-banner-reserve-copy {
  min-width: 0;
  padding: 22px 0;
}

@media (max-width: 980px) {
  .gxy-home-banner-reserve {
    width: calc(100% - 36px);
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .gxy-home-banner-reserve-media {
    height: clamp(240px, 52vw, 360px);
    max-height: 360px;
  }
}

@media (max-width: 560px) {
  .gxy-home-banner-reserve {
    width: calc(100% - 36px);
    padding-top: 34px;
  }

  .gxy-home-banner-reserve-media {
    height: 240px;
    max-height: 240px;
    aspect-ratio: auto;
  }
}

/* Final density tuning: keep the first viewport quiet and proportionate. */
.gxy-home-luxury .gxy-workbench-hero {
  min-height: 0;
  padding-bottom: 16px;
}

.gxy-home-cinematic-inner {
  max-width: 1260px;
  min-height: 0;
  padding-top: 54px;
  padding-bottom: 30px;
  gap: 16px 28px;
}

.gxy-home-cinematic-copy h1 {
  font-size: clamp(54px, 6vw, 84px);
  line-height: .94;
}

.gxy-home-hero-banner {
  height: clamp(320px, 34vw, 470px);
  max-height: 470px;
}

.gxy-home-hero-gallery {
  gap: 10px;
}

.gxy-home-hero-gallery figure {
  height: 112px;
}

.gxy-home-cinematic-bg img {
  opacity: .38;
}

.gxy-home-banner-reserve-media {
  height: clamp(260px, 31vw, 460px);
  max-height: 460px;
}

/* Keep the reserved banner as a compact editorial spread, not a full-width block. */
.gxy-home-banner-reserve {
  width: min(calc(100% - 56px), 1120px);
  max-width: none;
  padding: 42px 0 14px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
  gap: 32px;
}

.gxy-home-banner-reserve-media {
  height: clamp(250px, 27vw, 380px);
  max-height: 380px;
}

.gxy-home-banner-reserve-copy {
  padding: 22px 0;
}

@media (max-width: 980px) {
  .gxy-home-cinematic-inner {
    max-width: 100%;
    padding-top: 46px;
    padding-bottom: 24px;
  }

  .gxy-home-hero-banner {
    height: clamp(300px, 54vw, 400px);
    max-height: 400px;
  }

  .gxy-home-banner-reserve {
    width: calc(100% - 36px);
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .gxy-home-banner-reserve-media {
    height: clamp(240px, 52vw, 360px);
    max-height: 360px;
  }
}

@media (max-width: 560px) {
  .gxy-home-cinematic-inner,
  .gxy-home-cinematic-copy,
  .gxy-home-cinematic-copy p,
  .gxy-home-hero-banner,
  .gxy-home-hero-gallery {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .gxy-home-cinematic-inner {
    padding-top: 34px;
    padding-bottom: 18px;
    gap: 12px;
  }

  .gxy-home-cinematic-copy h1 {
    font-size: 48px;
  }

  .gxy-home-hero-banner {
    height: 240px;
    max-height: 240px;
  }

  .gxy-home-hero-gallery figure {
    height: 130px;
  }

  .gxy-home-banner-reserve {
    width: calc(100% - 36px);
    padding-top: 34px;
  }

  .gxy-home-banner-reserve-media {
    height: 240px;
    max-height: 240px;
  }
}

/* GXY luxury layer: quiet gallery-grade metal sample platform */
:root {
  --gxy-bg: #efebe3;
  --gxy-panel: #fffaf1;
  --gxy-ink: #12100d;
  --gxy-muted: #756a5d;
  --gxy-line: rgba(31, 25, 19, 0.13);
  --gxy-copper: #8d5b35;
  --gxy-brass: #d2ad6b;
  --gxy-dark: #0f0d0b;
  --gxy-radius: 6px;
  --gxy-shadow: 0 26px 70px rgba(24, 19, 14, 0.14);
  --gxy-lux-line: rgba(210, 173, 107, 0.28);
  --gxy-lux-surface: rgba(255, 250, 241, 0.76);
}
body {
  background:
    linear-gradient(180deg, rgba(255,255,255,.44), rgba(238,233,223,.8) 34%, rgba(231,225,214,.96)),
    radial-gradient(circle at 18% 0%, rgba(210,173,107,.16), transparent 34%),
    #efebe3;
  color: var(--gxy-ink);
  text-rendering: geometricPrecision;
}
.gxy-header {
  background: rgba(15, 13, 11, .86);
  border-bottom: 1px solid rgba(210, 173, 107, .22);
  box-shadow: 0 12px 36px rgba(0,0,0,.18);
}
.gxy-nav { height: 76px; }
.gxy-brand, .gxy-menu a, .gxy-nav-sample, .gxy-icon-btn, .gxy-mobile-toggle { color: rgba(255,250,241,.86); }
.gxy-brand-mark {
  border-radius: 3px;
  border-color: rgba(210,173,107,.72);
  background:
    linear-gradient(145deg, #0f0d0b, #2b2119 52%, #0f0d0b),
    #15110e;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06), 0 10px 28px rgba(0,0,0,.22);
  color: #e4c586;
}
.gxy-brand strong { color: #fff8ec; font-weight: 750; }
.gxy-brand em { color: rgba(255,250,241,.52); }
.gxy-menu { color: rgba(255,250,241,.72); }
.gxy-menu a {
  position: relative;
  min-height: 76px;
  display: inline-flex;
  align-items: center;
}
.gxy-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gxy-brass), transparent);
  opacity: 0;
  transform: scaleX(.4);
  transition: opacity .18s ease, transform .18s ease;
}
.gxy-menu a:hover,
.gxy-menu a.is-current {
  color: #f5dfb5;
}
.gxy-menu a:hover::after,
.gxy-menu a.is-current::after {
  opacity: 1;
  transform: scaleX(1);
}
.gxy-nav-sample b {
  background: rgba(210,173,107,.16);
  color: #ead19a;
}
.gxy-icon-btn,
.gxy-nav-actions .navbar-userinfo > a.login-btn {
  border-color: rgba(210,173,107,.24);
  background: rgba(255,255,255,.055);
  color: rgba(255,250,241,.86);
}
.gxy-icon-btn:hover,
.gxy-nav-actions .navbar-userinfo > a.login-btn:hover {
  border-color: rgba(210,173,107,.52);
  background: rgba(210,173,107,.12);
  color: #f5dfb5;
}
.searchBox,
.gxy-mobile-menu {
  background: rgba(15,13,11,.96);
  border-bottom-color: rgba(210,173,107,.22);
}
.gxy-mobile-menu a { color: rgba(255,250,241,.82); border-bottom-color: rgba(210,173,107,.12); }
.gxy-workbench-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(10,8,7,.98) 0%, rgba(18,14,11,.96) 38%, rgba(50,34,23,.92) 70%, rgba(13,11,9,.98) 100%),
    #0f0d0b;
}
.gxy-workbench-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.05) 0 1px, transparent 1px 9.1%),
    linear-gradient(180deg, transparent 0%, rgba(210,173,107,.13) 52%, transparent 53%),
    radial-gradient(circle at 77% 20%, rgba(210,173,107,.22), transparent 32%);
  opacity: .5;
}
.gxy-workbench-hero-inner { position: relative; padding-top: 76px; padding-bottom: 42px; }
.gxy-kicker {
  color: var(--gxy-copper);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.gxy-workbench-hero .gxy-kicker,
.gxy-band .gxy-kicker,
.gxy-footer .gxy-kicker {
  color: #d8b978;
}
.gxy-workbench-heading h1 {
  max-width: 760px;
  font-size: clamp(42px, 5.2vw, 76px);
  line-height: .98;
  font-weight: 760;
  color: #fff8ec;
}
.gxy-workbench-heading p {
  max-width: 680px;
  color: rgba(255,250,241,.66);
  font-size: 16px;
}
.gxy-home-hero-stage {
  width: min(470px, 40vw);
}
.gxy-home-hero-stage-art {
  min-height: 352px;
  border-radius: 4px;
  border-color: rgba(210,173,107,.34);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 34px 80px rgba(0,0,0,.38);
}
.gxy-home-hero-stage-art::before {
  background:
    radial-gradient(circle at 18% 20%, rgba(255,229,170,.42), transparent 18%),
    radial-gradient(circle at 78% 58%, rgba(53,31,19,.8), transparent 26%),
    linear-gradient(118deg, #170f0b 0%, #7b4529 24%, #c68a4e 39%, #221510 55%, #e0b970 74%, #261713 100%);
}
.gxy-home-hero-stage-art::after {
  background:
    repeating-linear-gradient(94deg, rgba(255,255,255,.14) 0 1px, transparent 1px 22px),
    linear-gradient(145deg, transparent 21%, rgba(255,255,255,.3) 43%, transparent 50%),
    linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.56));
  opacity: .72;
}
.gxy-command-search {
  max-width: 920px;
  border-color: rgba(210,173,107,.26);
  border-radius: 4px;
  background: rgba(255,255,255,.07);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.035);
}
.gxy-command-search button,
.gxy-solid {
  border-radius: 3px;
  border-color: #16120e;
  background:
    linear-gradient(180deg, #1b1611, #0f0d0b);
  color: #fff8ec;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 12px 28px rgba(24,19,14,.12);
}
.gxy-command-search button:hover,
.gxy-solid:hover {
  border-color: #9d6d3f;
  background:
    linear-gradient(180deg, #a97743, #704525);
  color: #fffaf3;
  transform: translateY(-1px);
}
.gxy-ghost {
  border-radius: 3px;
  border-color: rgba(31,25,19,.18);
  background: rgba(255,250,241,.48);
}
.gxy-ghost:hover {
  border-color: rgba(141,91,53,.46);
  background: rgba(255,250,241,.9);
}
.gxy-quick-filters a {
  border-radius: 3px;
  border-color: rgba(210,173,107,.18);
}
.gxy-workbench-strip {
  background: rgba(255,250,241,.34);
}
.gxy-workbench-strip strong {
  font-family: Georgia, "Times New Roman", serif;
  color: #1b1712;
}
.gxy-home-proof,
.gxy-home-workflow,
.gxy-home-designer-value,
.gxy-home-designer-preview,
.gxy-workbench-grid,
.gxy-workbench-categories,
.gxy-workbench-plan {
  position: relative;
}
.gxy-home-proof::before,
.gxy-workbench-grid::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(141,91,53,.34), transparent);
}
.gxy-home-proof-item,
.gxy-card,
.gxy-filter-panel,
.gxy-series-nav,
.gxy-book-card,
.gxy-book-rule,
.gxy-form-card,
.gxy-contact-panel,
.gxy-contact-form,
.gxy-side-note,
.gxy-single-content,
.gxy-diagnosis-card {
  border-color: rgba(31,25,19,.11);
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(255,253,248,.82), rgba(249,244,235,.7));
  box-shadow: 0 18px 46px rgba(24,19,14,.09);
}
.gxy-card,
.gxy-book-card,
.gxy-home-proof-item,
.gxy-material-row,
.gxy-intent-item,
.gxy-home-workflow-item {
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}
.gxy-card:hover,
.gxy-book-card:hover,
.gxy-home-proof-item:hover,
.gxy-material-row:hover,
.gxy-intent-item:hover,
.gxy-home-workflow-item:hover {
  border-color: rgba(141,91,53,.34);
  box-shadow: 0 24px 58px rgba(24,19,14,.14);
  transform: translateY(-2px);
}
.gxy-material-visual,
.gxy-home-proof-visual,
.gxy-book-cover,
.gxy-book-detail-cover,
.gxy-material-thumb {
  border-radius: 3px;
}
.gxy-material-visual::before {
  background:
    linear-gradient(115deg, rgba(255,255,255,.38), transparent 24%, rgba(0,0,0,.24) 72%, transparent),
    radial-gradient(circle at 14% 15%, rgba(255,232,173,.28), transparent 20%);
}
.gxy-material-visual::after {
  opacity: .46;
  background:
    repeating-linear-gradient(105deg, transparent 0 24px, rgba(255,255,255,.12) 25px 26px, transparent 27px 62px),
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(0,0,0,.22));
}
.gxy-chip,
.gxy-filter-values a,
.gxy-product-identity span,
.gxy-book-tags span {
  border-radius: 3px;
  border-color: rgba(141,91,53,.18);
  background: rgba(255,250,241,.72);
  color: #5c4938;
}
.gxy-filter-values .active a,
.gxy-filter-values a.active,
.gxy-series-all {
  background: linear-gradient(180deg, #1a1510, #0f0d0b);
  border-color: #1a1510;
  color: #fff8ec;
}
.gxy-library-search {
  border-radius: 4px;
  border-color: rgba(141,91,53,.18);
  background:
    linear-gradient(90deg, rgba(255,250,241,.9), rgba(255,250,241,.62)),
    #fffaf1;
}
.gxy-library-search input[type="search"],
.gxy-library-search button,
.gxy-list-add,
.gxy-form-card input,
.gxy-form-card select,
.gxy-form-card textarea,
.gxy-contact-form input,
.gxy-contact-form textarea,
.gxy-diagnosis-card input,
.gxy-diagnosis-card select,
.gxy-diagnosis-card textarea {
  border-radius: 3px !important;
}
.gxy-library-search button {
  background: linear-gradient(180deg, #1a1510, #0f0d0b) !important;
}
.gxy-library-grid {
  gap: 22px;
}
.gxy-material-card .gxy-card-img {
  aspect-ratio: 1.18;
  border-bottom: 1px solid rgba(31,25,19,.1);
}
.gxy-material-card .gxy-card-body > p {
  display: -webkit-box;
  min-height: 46px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gxy-material-card .gxy-chip-row {
  min-height: 64px;
  align-content: start;
}
.gxy-material-card .gxy-chip {
  max-width: 100%;
}
.gxy-material-card .gxy-card-engineering {
  grid-template-columns: 1fr;
}
.gxy-material-card .gxy-card-engineering div {
  min-height: 54px;
}
.gxy-material-card .gxy-card-engineering div:nth-child(n+3) {
  display: none;
}
.gxy-card-body {
  padding: 19px 18px 18px;
}
.gxy-card h3,
.gxy-book-card h3,
.gxy-material-row h3,
.gxy-module-heading h2,
.gxy-section-head h2 {
  color: #18130f;
  font-weight: 720;
}
.gxy-detail {
  padding-top: 86px;
}
.gxy-real-shot {
  border-radius: 4px;
  border-color: rgba(31,25,19,.11);
  background: rgba(255,250,241,.76);
  box-shadow: 0 26px 68px rgba(24,19,14,.12);
}
.gxy-real-shot figcaption {
  background: rgba(255,250,241,.84);
}
.gxy-sample-price-strip div,
.gxy-engineering-compact,
.gxy-engineering-compact-grid > div,
.gxy-book-price-panel div,
.gxy-book-detail-specs div {
  border-radius: 4px;
  border-color: rgba(141,91,53,.16);
  background: rgba(255,250,241,.74);
}
.gxy-engineering-compact-head span,
.gxy-book-price-panel strong,
.gxy-code,
.gxy-text-link {
  color: #81512f;
}
.gxy-detail-sticky-bar,
.gxy-sample-tray-panel,
.gxy-service-card,
.gxy-client-sheet-card {
  border-color: rgba(210,173,107,.22);
  background: rgba(255,250,241,.94);
  box-shadow: 0 -18px 50px rgba(24,19,14,.16);
}
.gxy-sample-tray-toggle,
.gxy-service-consult,
.gxy-service-cta,
.gxy-list-add:hover,
.gxy-list-add.is-added,
.gxy-row-action:hover,
.gxy-row-action.is-added {
  background: linear-gradient(180deg, #a17143, #724527);
  color: #fffaf3;
}
.gxy-book-cover-art {
  background:
    radial-gradient(circle at 18% 15%, rgba(255,232,173,.28), transparent 20%),
    linear-gradient(145deg, #0f0d0b, #754624 33%, #d1a869 44%, #211711 58%, #f0d39a 100%);
}
.gxy-book-cover-art::before {
  border-color: rgba(255,255,255,.26);
  background:
    linear-gradient(90deg, rgba(255,255,255,.13), transparent 28%),
    repeating-linear-gradient(0deg, rgba(255,255,255,.12) 0 1px, transparent 1px 22px);
}
.gxy-footer {
  background:
    linear-gradient(180deg, #12100d, #080706);
  border-top: 1px solid rgba(210,173,107,.18);
}
.gxy-service-btn {
  border-radius: 3px;
  border-color: rgba(210,173,107,.24);
  background: rgba(255,250,241,.94);
}
.gxy-service-consult {
  border-color: #8d5b35;
}
@media (max-width: 980px) {
  .gxy-header { background: rgba(15,13,11,.94); }
  .gxy-nav { height: 64px; }
  .gxy-workbench-heading h1 { font-size: 42px; line-height: 1.05; }
  .gxy-home-hero-stage { width: 100%; }
  .gxy-home-hero-stage-art { min-height: 300px; }
  .gxy-card:hover,
  .gxy-book-card:hover,
  .gxy-home-proof-item:hover,
  .gxy-material-row:hover,
  .gxy-intent-item:hover,
  .gxy-home-workflow-item:hover {
    transform: none;
  }
}
@media (max-width: 560px) {
  body { background: #efebe3; }
  .gxy-workbench-heading h1,
  .gxy-list-hero h1,
  .gxy-detail h1,
  .gxy-book-detail-info h1 {
    font-size: 32px;
    line-height: 1.12;
  }
  .gxy-workbench-hero-inner { padding-top: 38px; }
  .gxy-home-hero-stage-art { min-height: 236px; }
  .gxy-library-grid { gap: 16px; }
  .gxy-detail-sticky-bar {
    background: rgba(15,13,11,.94);
    border-top-color: rgba(210,173,107,.22);
    color: rgba(255,250,241,.78);
  }
  .gxy-detail-sticky-note strong { color: #fff8ec; }
  .gxy-detail-sticky-note em { color: #d8b978; }
  .gxy-detail-sticky-actions .gxy-ghost {
    border-color: rgba(210,173,107,.25);
    background: rgba(255,255,255,.08);
    color: #fff8ec;
  }
}

/* final service dock override */
.gxy-service-dock {
  right: 18px;
  top: auto;
  bottom: 126px;
  gap: 9px;
  padding: 9px;
  border: 1px solid rgba(210,173,107,.2);
  border-radius: 16px;
  background: rgba(15,13,11,.78);
  box-shadow: 0 22px 54px rgba(0,0,0,.24);
  backdrop-filter: blur(12px);
  transform: none;
}
.gxy-service-btn {
  width: 58px;
  min-height: 58px;
  padding: 6px 0;
  border-radius: 13px;
  border-color: rgba(210,173,107,.24);
  background: rgba(255,250,241,.065);
  color: rgba(255,250,241,.88);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 10px 24px rgba(0,0,0,.2);
}
.gxy-service-btn i {
  color: #e2c181;
  font-size: 17px;
}
.gxy-service-btn span {
  color: rgba(255,250,241,.82);
  font-size: 10px;
}
.gxy-service-consult {
  border-color: rgba(226,193,129,.38);
  background: linear-gradient(180deg, rgba(141,91,53,.96), rgba(76,49,30,.96));
}
.gxy-service-btn:hover,
.gxy-service-consult:hover {
  border-color: rgba(242,213,154,.55);
  background: linear-gradient(180deg, rgba(161,113,67,.96), rgba(92,59,35,.96));
  color: #fffaf3;
  transform: translateY(-1px);
}
.gxy-service-card {
  right: 76px;
  top: -10px;
  width: 246px;
  padding: 18px;
  border-radius: 10px;
  border-color: rgba(210,173,107,.24);
  background: linear-gradient(180deg, rgba(18,15,12,.98), rgba(27,22,18,.96));
  color: rgba(255,250,241,.78);
  box-shadow: 0 24px 58px rgba(0,0,0,.3);
}
.gxy-service-card:after {
  top: 28px;
  right: -7px;
  background: #17120e;
  border-top-color: rgba(210,173,107,.24);
  border-right-color: rgba(210,173,107,.24);
}
.gxy-service-qr span,
.gxy-service-lines span {
  color: rgba(255,250,241,.64);
}
.gxy-service-lines strong {
  color: #fff8ec;
}
.gxy-service-qr img {
  border-color: rgba(210,173,107,.24);
  background: #fff8ec;
}
.gxy-service-cta {
  background: linear-gradient(180deg, #e2c181, #9e6b40);
  color: #17110d;
}
.gxy-service-cta i {
  color: #17110d;
}
@media (max-width: 560px) {
  .gxy-service-dock {
    right: 12px;
    bottom: 104px;
    padding: 8px;
  }
  .gxy-service-btn {
    width: 52px;
    min-height: 52px;
  }
  .gxy-service-card {
    right: 68px;
    width: min(230px, calc(100vw - 106px));
    max-height: calc(100vh - 140px);
    overflow: auto;
  }
}

/* home cinematic refresh */
.gxy-home-luxury .gxy-workbench-hero {
  padding-bottom: 18px;
}
.gxy-home-cinematic {
  position: relative;
  overflow: hidden;
}
.gxy-home-cinematic-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(15,13,11,.92) 0%, rgba(15,13,11,.64) 38%, rgba(15,13,11,.24) 66%, rgba(15,13,11,.56) 100%),
    linear-gradient(180deg, rgba(15,13,11,.08), rgba(15,13,11,.34));
}
.gxy-home-cinematic-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .34;
  filter: saturate(.9) contrast(1.02);
}
.gxy-home-cinematic-inner {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
  padding: 78px 28px 42px;
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(420px, 1.22fr);
  gap: 24px;
  align-items: stretch;
}
.gxy-home-cinematic-copy {
  align-self: center;
  max-width: 460px;
}
.gxy-home-cinematic-copy h1 {
  margin: 12px 0 14px;
  color: #fff8ec;
  font-size: clamp(54px, 6.8vw, 92px);
  line-height: .92;
  font-weight: 780;
}
.gxy-home-cinematic-copy p {
  margin: 0;
  color: rgba(255,250,241,.72);
  font-size: 18px;
  line-height: 1.7;
}
.gxy-home-cinematic-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.gxy-home-cinematic-actions .gxy-ghost,
.gxy-home-cinematic-actions .gxy-solid {
  min-width: 132px;
}
.gxy-home-hero-banner {
  position: relative;
  min-height: clamp(420px, 58vh, 680px);
  border: 1px solid rgba(210,173,107,.26);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 28px 76px rgba(0,0,0,.32);
}
.gxy-home-hero-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}
.gxy-home-hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(0,0,0,.42)),
    linear-gradient(120deg, transparent 18%, rgba(255,255,255,.14) 42%, transparent 58%);
  mix-blend-mode: screen;
  pointer-events: none;
}
.gxy-home-hero-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(11,9,7,.22) 58%, rgba(11,9,7,.78) 100%);
  pointer-events: none;
}
.gxy-home-hero-banner-mark {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 1;
  display: grid;
  gap: 2px;
  padding: 12px 14px;
  border: 1px solid rgba(210,173,107,.28);
  border-radius: 4px;
  background: rgba(11,9,7,.54);
  backdrop-filter: blur(10px);
}
.gxy-home-hero-banner-mark span {
  color: #e2c181;
  font-size: 11px;
  letter-spacing: .16em;
}
.gxy-home-hero-banner-mark strong {
  color: #fff8ec;
  font-size: 16px;
  line-height: 1.2;
}
.gxy-home-search {
  grid-column: 1 / -1;
  margin-top: 6px !important;
  max-width: none;
}
.gxy-home-search input {
  background: rgba(255,250,241,.96);
}
.gxy-home-visual-links {
  grid-column: 1 / -1;
  margin-top: 0;
}
.gxy-home-proof-strip {
  background: rgba(255,250,241,.52);
}
.gxy-home-visual-wall,
.gxy-home-sample-standard,
.gxy-home-material-showcase,
.gxy-home-intent-gallery {
  max-width: 1320px;
  margin: 0 auto;
  padding: 42px 28px 10px;
}
.gxy-home-wall-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin-bottom: 18px;
}
.gxy-home-wall-head h2,
.gxy-home-sample-standard h2,
.gxy-home-designer-join h2 {
  margin: 8px 0 0;
  color: #18130f;
  font-size: 30px;
  line-height: 1.18;
}
.gxy-home-wall-grid {
  display: grid;
  grid-template-columns: 1.18fr .92fr .92fr;
  grid-auto-rows: 214px;
  gap: 14px;
}
.gxy-home-wall-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(31,25,19,.12);
  background: #120f0d;
  color: #fff;
  box-shadow: 0 20px 54px rgba(24,19,14,.12);
}
.gxy-home-wall-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .22s ease;
}
.gxy-home-wall-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(0,0,0,.12) 56%, rgba(0,0,0,.72) 100%);
  z-index: 1;
}
.gxy-home-wall-item span,
.gxy-home-wall-item strong {
  position: absolute;
  left: 16px;
  right: 16px;
  z-index: 2;
}
.gxy-home-wall-item span {
  top: 14px;
  color: rgba(255,250,241,.72);
  font-size: 11px;
  letter-spacing: .14em;
}
.gxy-home-wall-item strong {
  bottom: 14px;
  color: #fff8ec;
  font-size: 18px;
  line-height: 1.25;
}
.gxy-home-wall-item:hover img { transform: scale(1.03); }
.gxy-home-wall-item.is-large { grid-row: span 2; }
.gxy-home-wall-item.is-tall { grid-row: span 2; }
.gxy-home-sample-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.gxy-home-sample-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(31,25,19,.11);
  border-radius: 8px;
  background: rgba(255,250,241,.78);
  box-shadow: 0 18px 42px rgba(24,19,14,.08);
}
.gxy-home-sample-grid img {
  width: 100%;
  aspect-ratio: 1.24;
  object-fit: cover;
  display: block;
}
.gxy-home-sample-grid figcaption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px 16px;
}
.gxy-home-sample-grid figcaption strong {
  display: block;
  color: #18130f;
  font-size: 16px;
}
.gxy-home-sample-grid figcaption span {
  display: block;
  color: var(--gxy-muted);
  font-size: 12px;
  line-height: 1.55;
  text-align: right;
}
.gxy-home-strength {
  max-width: 1320px;
  margin: 0 auto;
  padding: 46px 28px 10px;
  display: grid;
  grid-template-columns: minmax(360px, .72fr) minmax(0, 1fr);
  gap: 34px;
  align-items: stretch;
}
.gxy-home-strength-media {
  min-height: 520px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(31,25,19,.12);
  background: #11100d;
  box-shadow: 0 24px 64px rgba(24,19,14,.14);
}
.gxy-home-strength-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.gxy-home-strength-copy {
  padding: 34px;
  border: 1px solid rgba(31,25,19,.11);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,250,241,.86), rgba(248,241,230,.76));
  box-shadow: 0 18px 44px rgba(24,19,14,.08);
}
.gxy-home-strength-copy h2 {
  margin: 10px 0 12px;
  color: #18130f;
  font-size: 34px;
  line-height: 1.16;
}
.gxy-home-strength-copy p {
  max-width: 760px;
  margin: 0;
  color: var(--gxy-muted);
  line-height: 1.85;
}
.gxy-home-strength-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}
.gxy-home-strength-grid div {
  min-height: 132px;
  padding: 18px;
  border: 1px solid rgba(141,91,53,.16);
  border-radius: 6px;
  background: rgba(255,255,255,.55);
}
.gxy-home-strength-grid span {
  display: block;
  color: #9b6a3e;
  font-size: 11px;
  letter-spacing: .12em;
}
.gxy-home-strength-grid strong {
  display: block;
  margin-top: 9px;
  color: #18130f;
  font-size: 17px;
}
.gxy-home-strength-grid small {
  display: block;
  margin-top: 8px;
  color: var(--gxy-muted);
  font-size: 12px;
  line-height: 1.65;
}
.gxy-home-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.gxy-home-product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(31,25,19,.11);
  border-radius: 8px;
  background: rgba(255,250,241,.76);
  box-shadow: 0 18px 42px rgba(24,19,14,.08);
}
.gxy-home-product-img {
  display: block;
  aspect-ratio: 1.02;
  overflow: hidden;
}
.gxy-home-product-img img,
.gxy-home-product-img .gxy-material-visual {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gxy-home-product-body {
  padding: 15px 15px 16px;
}
.gxy-home-product-body h3 {
  margin: 8px 0 0;
  font-size: 17px;
  line-height: 1.28;
}
.gxy-home-product-card .gxy-chip-row {
  margin-top: 12px;
}
.gxy-home-product-card .gxy-row-action {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 36px;
  height: 36px;
  min-height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(210,173,107,.22);
  background: rgba(15,13,11,.88);
  color: #f2d9a4;
}
.gxy-home-diagnosis-entry {
  display: grid;
  gap: 16px;
  overflow: hidden;
}
.gxy-home-diagnosis-entry img {
  width: 100%;
  aspect-ratio: 1.22;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}
.gxy-home-diagnosis-entry p {
  color: var(--gxy-muted);
  line-height: 1.7;
}
.gxy-home-diagnosis-entry .gxy-solid {
  margin-top: 8px;
  min-width: 130px;
}
.gxy-home-intent-gallery .gxy-intent-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.gxy-home-intent-gallery .gxy-intent-item {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  border: 1px solid rgba(31,25,19,.11);
  border-radius: 8px;
  color: #fff;
  background: #120f0d;
  box-shadow: 0 18px 42px rgba(24,19,14,.08);
}
.gxy-home-intent-gallery .gxy-intent-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.94) contrast(1.02);
}
.gxy-home-intent-gallery .gxy-intent-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 18%, rgba(0,0,0,.26) 62%, rgba(0,0,0,.8) 100%);
  z-index: 1;
}
.gxy-home-intent-gallery .gxy-intent-item span,
.gxy-home-intent-gallery .gxy-intent-item strong,
.gxy-home-intent-gallery .gxy-intent-item small,
.gxy-home-intent-gallery .gxy-intent-item i {
  position: relative;
  z-index: 2;
}
.gxy-home-intent-gallery .gxy-intent-item strong {
  color: #fff8ec;
}
.gxy-home-intent-gallery .gxy-intent-item small {
  color: rgba(255,250,241,.72);
}
.gxy-home-intent-gallery .gxy-intent-item:hover img {
  transform: scale(1.03);
}
.gxy-home-designer-join {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}
.gxy-home-designer-join img {
  width: 100%;
  aspect-ratio: .84;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(31,25,19,.11);
  box-shadow: 0 18px 42px rgba(24,19,14,.08);
}
.gxy-home-designer-join p {
  margin: 10px 0 0;
  color: var(--gxy-muted);
  line-height: 1.8;
}
.gxy-service-top {
  background: linear-gradient(180deg, rgba(162,113,67,.96), rgba(86,54,32,.96));
  border-color: rgba(242,213,154,.38);
}
.gxy-service-top i {
  color: #fff1c8;
}
@media (max-width: 980px) {
  .gxy-home-cinematic-inner {
    grid-template-columns: 1fr;
  }
  .gxy-home-cinematic-copy {
    max-width: none;
  }
  .gxy-home-hero-banner {
    min-height: 440px;
  }
  .gxy-home-wall-grid,
  .gxy-home-product-grid,
  .gxy-home-intent-gallery .gxy-intent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gxy-home-sample-grid,
  .gxy-home-strength,
  .gxy-home-designer-join {
    grid-template-columns: 1fr;
  }
  .gxy-home-strength-media { min-height: 360px; }
}
@media (max-width: 560px) {
  .gxy-home-cinematic-inner,
  .gxy-home-visual-wall,
  .gxy-home-sample-standard,
  .gxy-home-strength,
  .gxy-home-material-showcase,
  .gxy-home-intent-gallery {
    padding-left: 18px;
    padding-right: 18px;
  }
  .gxy-home-cinematic-copy h1 {
    font-size: 46px;
  }
  .gxy-home-cinematic-copy p {
    font-size: 16px;
  }
  .gxy-home-hero-banner {
    min-height: 320px;
  }
  .gxy-home-wall-grid,
  .gxy-home-product-grid,
  .gxy-home-intent-gallery .gxy-intent-grid {
    grid-template-columns: 1fr;
  }
  .gxy-home-wall-item.is-large,
  .gxy-home-wall-item.is-tall {
    grid-row: auto;
  }
  .gxy-home-wall-item,
  .gxy-home-intent-gallery .gxy-intent-item {
    min-height: 220px;
  }
  .gxy-home-sample-grid figcaption {
    display: block;
  }
  .gxy-home-sample-grid figcaption span {
    text-align: left;
    margin-top: 5px;
  }
  .gxy-home-strength-copy {
    padding: 22px;
  }
  .gxy-home-strength-copy h2 {
    font-size: 28px;
  }
  .gxy-home-strength-grid {
    grid-template-columns: 1fr;
  }
  .gxy-home-strength-media {
    min-height: 280px;
  }
  .gxy-home-designer-join {
    gap: 12px;
  }
}

/* gallery-grade product and book refinements */
.gxy-material-card .gxy-card-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.gxy-product-detail-page {
  background:
    linear-gradient(180deg, rgba(255,250,241,.82), rgba(239,235,227,.96) 34%, rgba(230,223,212,.94)),
    #efebe3;
}
.gxy-product-detail-page .gxy-detail {
  gap: 48px;
}
.gxy-product-detail-page .gxy-real-shot-board {
  gap: 14px;
}
.gxy-product-detail-page .gxy-real-shot {
  border-radius: 8px;
  border-color: rgba(31,25,19,.13);
  background: #12100d;
  box-shadow: 0 22px 58px rgba(24,19,14,.16);
}
.gxy-product-detail-page .gxy-real-shot-media {
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), transparent),
    #16120e;
}
.gxy-product-detail-page .gxy-real-shot figcaption {
  border-top-color: rgba(210,173,107,.2);
  background: linear-gradient(180deg, rgba(20,17,14,.98), rgba(13,11,9,.98));
  color: rgba(255,250,241,.88);
}
.gxy-product-detail-page .gxy-real-shot figcaption::after {
  color: rgba(226,193,129,.72);
}
.gxy-detail-visual-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 6px;
}
.gxy-detail-visual-facts div {
  padding: 14px 15px;
  border: 1px solid rgba(141,91,53,.16);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255,250,241,.86), rgba(250,244,234,.76));
}
.gxy-detail-visual-facts span {
  display: block;
  color: var(--gxy-muted);
  font-size: 12px;
}
.gxy-detail-visual-facts strong {
  display: block;
  margin-top: 6px;
  color: #18130f;
  font-size: 15px;
  line-height: 1.35;
}
.gxy-book-visual-rail {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 12px;
  margin-top: 24px;
  overflow: hidden;
}
.gxy-book-visual-rail img {
  width: 100%;
  height: 172px;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(31,25,19,.12);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(24,19,14,.1);
}
.gxy-book-visual-rail img:first-child {
  height: 220px;
}
.gxy-book-page .gxy-book-hero {
  padding-bottom: 38px;
}
.gxy-book-page .gxy-book-card {
  background:
    linear-gradient(180deg, rgba(255,250,241,.84), rgba(248,242,232,.74));
}
.gxy-book-page .gxy-book-cover {
  background: #11100e;
}
.gxy-book-page .gxy-book-cover::after,
.gxy-book-detail-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(0,0,0,.36)),
    linear-gradient(120deg, transparent 18%, rgba(255,255,255,.12), transparent 58%);
  pointer-events: none;
}
.gxy-book-detail-page .gxy-book-detail {
  gap: 46px;
}
.gxy-book-detail-page .gxy-book-detail-cover {
  border-radius: 8px;
  border: 1px solid rgba(210,173,107,.2);
  box-shadow: 0 28px 76px rgba(24,19,14,.18);
}
@media (max-width: 980px) {
  .gxy-book-visual-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gxy-book-visual-rail img,
  .gxy-book-visual-rail img:first-child {
    height: 180px;
  }
}
@media (max-width: 560px) {
  .gxy-detail-visual-facts,
  .gxy-book-visual-rail {
    grid-template-columns: 1fr;
  }
  .gxy-book-visual-rail img,
  .gxy-book-visual-rail img:first-child {
    height: 210px;
  }
}

/* 2026-07-31 homepage luxury image-led refinement */
.gxy-home-luxury {
  background:
    linear-gradient(180deg, #14110d 0, #14110d 620px, #f1ece2 621px, #ebe4d7 100%);
}
.gxy-home-luxury .gxy-workbench-hero {
  min-height: calc(100vh - 72px);
  padding: 0;
  border-bottom: 0;
  background: #14110d;
}
.gxy-home-cinematic-bg {
  background:
    linear-gradient(90deg, rgba(10,8,6,.98) 0%, rgba(10,8,6,.78) 34%, rgba(10,8,6,.34) 64%, rgba(10,8,6,.78) 100%),
    radial-gradient(circle at 72% 24%, rgba(218,168,88,.2), transparent 30%);
}
.gxy-home-cinematic-bg img {
  opacity: .5;
  filter: saturate(1.05) contrast(1.08);
}
.gxy-home-cinematic-inner {
  min-height: calc(100vh - 72px);
  padding-top: clamp(54px, 7vw, 96px);
  padding-bottom: 54px;
  grid-template-columns: minmax(360px, .62fr) minmax(520px, 1fr);
  grid-template-areas:
    "copy banner"
    "search banner"
    "links gallery";
  gap: 20px 34px;
  align-items: end;
}
.gxy-home-cinematic-copy {
  grid-area: copy;
  align-self: end;
  max-width: 620px;
}
.gxy-home-cinematic-copy h1 {
  margin: 14px 0 16px;
  font-size: clamp(72px, 8.4vw, 128px);
  line-height: .9;
  letter-spacing: 0;
}
.gxy-home-cinematic-copy p {
  max-width: 560px;
  color: rgba(255,250,241,.72);
  font-size: 17px;
}
.gxy-home-hero-banner {
  grid-area: banner;
  min-height: min(72vh, 680px);
  border-radius: 6px;
  box-shadow: 0 34px 90px rgba(0,0,0,.42);
}
.gxy-home-hero-banner img {
  object-position: 50% 50%;
}
.gxy-home-hero-gallery {
  grid-area: gallery;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.gxy-home-hero-gallery figure {
  position: relative;
  min-width: 0;
  min-height: 136px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(210,173,107,.22);
  border-radius: 6px;
  background: #21170f;
}
.gxy-home-hero-gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.gxy-home-hero-gallery figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(8,6,4,.75));
}
.gxy-home-hero-gallery figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 10px;
  z-index: 1;
  color: rgba(255,250,241,.88);
  font-size: 12px;
  font-weight: 650;
}
.gxy-home-search {
  grid-area: search;
  align-self: start;
  margin-top: 4px !important;
}
.gxy-home-visual-links {
  grid-area: links;
  align-self: start;
}
.gxy-home-proof-strip {
  max-width: none;
  padding-left: max(28px, calc((100vw - 1320px) / 2 + 28px));
  padding-right: max(28px, calc((100vw - 1320px) / 2 + 28px));
  background:
    linear-gradient(180deg, rgba(255,250,241,.96), rgba(237,229,216,.94));
}
.gxy-home-visual-wall {
  padding-top: 66px;
}
.gxy-home-wall-head {
  margin-bottom: 22px;
}
.gxy-home-wall-head h2,
.gxy-home-sample-standard h2,
.gxy-home-banner-reserve h2,
.gxy-home-strength-copy h2 {
  letter-spacing: 0;
}
.gxy-home-wall-grid {
  grid-auto-rows: 206px;
  gap: 14px;
}
.gxy-home-wall-item {
  border-radius: 6px;
  box-shadow: 0 24px 60px rgba(24,19,14,.14);
}
.gxy-home-wall-item strong {
  font-size: 18px;
}
.gxy-home-sample-standard {
  padding-top: 56px;
}
.gxy-home-sample-grid {
  gap: 18px;
}
.gxy-home-sample-grid figure {
  border-radius: 6px;
  box-shadow: 0 24px 56px rgba(24,19,14,.12);
}
.gxy-home-sample-grid img {
  height: 360px;
}
.gxy-home-banner-reserve {
  max-width: 1320px;
  margin: 0 auto;
  padding: 62px 28px 18px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .62fr);
  gap: 28px;
  align-items: stretch;
}
.gxy-home-banner-reserve-media {
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(31,25,19,.12);
  border-radius: 6px;
  background: #12100d;
  box-shadow: 0 30px 80px rgba(24,19,14,.18);
}
.gxy-home-banner-reserve-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.gxy-home-banner-reserve-copy {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 28px;
  border-top: 1px solid rgba(141,91,53,.22);
  border-bottom: 1px solid rgba(141,91,53,.22);
}
.gxy-home-banner-reserve-copy h2 {
  margin: 10px 0 12px;
  color: #18130f;
  font-size: 34px;
  line-height: 1.16;
}
.gxy-home-banner-reserve-copy p {
  margin: 0 0 18px;
  color: var(--gxy-muted);
  line-height: 1.8;
}
.gxy-home-strength {
  padding-top: 62px;
}
.gxy-home-strength-media,
.gxy-home-strength-copy {
  border-radius: 6px;
}
.gxy-home-product-grid {
  gap: 18px;
}
.gxy-home-product-img {
  aspect-ratio: 1.18;
}
.gxy-service-dock {
  z-index: 1300;
  right: 20px;
}
.gxy-service-btn {
  border-color: rgba(162,113,67,.34);
  background: rgba(255,250,241,.96);
  color: #3b2a1e;
}
.gxy-service-consult,
.gxy-service-top {
  background: linear-gradient(180deg, #a37043, #6d4327);
  color: #fff8ec;
}
.gxy-service-consult i,
.gxy-service-top i,
.gxy-service-consult span,
.gxy-service-top span {
  color: #fff8ec;
}
@media (max-width: 980px) {
  .gxy-home-cinematic-inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "banner"
      "gallery"
      "search"
      "links";
  }
  .gxy-home-hero-banner {
    min-height: 440px;
  }
  .gxy-home-banner-reserve {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .gxy-home-luxury .gxy-workbench-hero,
  .gxy-home-cinematic-inner {
    min-height: auto;
  }
  .gxy-home-cinematic-copy h1 {
    font-size: 58px;
  }
  .gxy-home-hero-gallery {
    grid-template-columns: 1fr;
  }
  .gxy-home-hero-gallery figure {
    min-height: 160px;
  }
  .gxy-home-sample-grid img,
  .gxy-home-banner-reserve-media {
    height: auto;
    min-height: 260px;
  }
  .gxy-home-banner-reserve {
    padding-left: 18px;
    padding-right: 18px;
  }
  .gxy-home-banner-reserve-copy {
    padding: 22px 0;
  }
}

/* mobile overflow guard after image-led homepage refresh */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
.gxy-home-luxury,
.gxy-home-luxury .gxy-page,
.gxy-home-cinematic,
.gxy-home-cinematic-inner,
.gxy-home-hero-banner,
.gxy-home-hero-gallery,
.gxy-home-wall-grid,
.gxy-home-sample-grid,
.gxy-home-banner-reserve {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 560px) {
  .gxy-home-cinematic-inner {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    overflow: hidden;
  }
  .gxy-home-cinematic-copy {
    min-width: 0;
  }
  .gxy-home-cinematic-actions {
    gap: 10px;
  }
  .gxy-home-cinematic-actions .gxy-solid,
  .gxy-home-cinematic-actions .gxy-ghost {
    min-width: 132px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .gxy-home-hero-banner {
    width: 100%;
    min-height: 390px;
  }
  .gxy-service-dock {
    right: 8px;
    width: 48px;
    gap: 7px;
  }
  .gxy-service-btn {
    width: 46px;
    min-height: 46px;
    padding: 5px 0;
  }
  .gxy-service-btn i {
    font-size: 16px;
  }
  .gxy-service-btn span {
    font-size: 11px;
  }
  .gxy-sample-tray {
    right: 10px;
  }
  .gxy-sample-tray-toggle {
    height: 42px;
    padding: 0 13px;
  }
  .gxy-service-dock {
    left: 10px;
    right: auto;
    bottom: 12px;
    top: auto;
    transform: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    width: auto;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }
  .gxy-service-dock .gxy-service-card {
    left: 0;
    right: auto;
    top: auto;
    bottom: 58px;
    width: min(250px, calc(100vw - 24px));
  }
  .gxy-service-dock .gxy-service-btn {
    width: 46px;
    min-height: 46px;
    border-radius: 12px;
  }
}

/* 2026-08-01: reduce first-viewport density and preserve premium breathing room. */
.gxy-home-luxury .gxy-workbench-hero {
  min-height: 0;
  padding-bottom: 16px;
}

.gxy-home-cinematic-inner {
  max-width: 1260px;
  min-height: 0;
  padding-top: 54px;
  padding-bottom: 30px;
  gap: 16px 28px;
}

.gxy-home-cinematic-copy h1 {
  font-size: clamp(54px, 6vw, 84px);
  line-height: .94;
}

.gxy-home-hero-banner {
  height: clamp(320px, 34vw, 470px);
  max-height: 470px;
}

.gxy-home-hero-gallery figure {
  height: 112px;
}

.gxy-home-hero-gallery {
  gap: 10px;
}

.gxy-home-cinematic-bg img {
  opacity: .38;
}

.gxy-home-banner-reserve-media {
  height: clamp(260px, 31vw, 460px);
  max-height: 460px;
}

@media (max-width: 980px) {
  .gxy-home-cinematic-inner {
    max-width: 100%;
    padding-top: 46px;
    padding-bottom: 24px;
  }

  .gxy-home-hero-banner {
    height: clamp(300px, 54vw, 400px);
    max-height: 400px;
  }
}

@media (max-width: 560px) {
  .gxy-home-cinematic-inner,
  .gxy-home-cinematic-copy,
  .gxy-home-cinematic-copy p,
  .gxy-home-hero-banner,
  .gxy-home-hero-gallery {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .gxy-home-cinematic-inner {
    padding-top: 34px;
    padding-bottom: 18px;
    gap: 12px;
  }

  .gxy-home-cinematic-copy h1 {
    font-size: 48px;
  }

  .gxy-home-hero-banner {
    height: 240px;
    max-height: 240px;
  }

  .gxy-home-hero-gallery figure {
    height: 130px;
  }
}

/* Final homepage media constraints: source image dimensions must never set layout height. */
.gxy-home-luxury .gxy-workbench-hero,
.gxy-home-cinematic,
.gxy-home-cinematic-inner {
  min-height: 0;
}

.gxy-home-cinematic-inner,
.gxy-home-cinematic-inner > *,
.gxy-home-cinematic-copy,
.gxy-home-cinematic-copy p,
.gxy-home-hero-banner,
.gxy-home-hero-gallery {
  min-width: 0;
  box-sizing: border-box;
}

.gxy-home-cinematic-copy p {
  overflow-wrap: anywhere;
  word-break: break-all;
}

.gxy-home-cinematic-inner {
  align-items: start;
  grid-template-rows: auto auto auto;
}

.gxy-home-hero-banner {
  height: clamp(320px, 34vw, 470px);
  min-height: 0;
  max-height: 470px;
  align-self: start;
}

.gxy-home-hero-banner img,
.gxy-home-hero-gallery img,
.gxy-home-banner-reserve-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.gxy-home-hero-gallery {
  min-height: 0;
  align-self: start;
}

.gxy-home-hero-gallery figure {
  height: 112px;
  min-height: 0;
  aspect-ratio: 1.45 / 1;
}

.gxy-home-banner-reserve {
  align-items: start;
}

.gxy-home-banner-reserve-media {
  height: clamp(260px, 31vw, 460px);
  min-height: 0;
  max-height: 460px;
  aspect-ratio: 1.72 / 1;
}

@media (max-width: 980px) {
  .gxy-home-hero-banner {
    height: clamp(300px, 54vw, 400px);
    max-height: 400px;
  }

  .gxy-home-banner-reserve-media {
    height: clamp(260px, 58vw, 420px);
    max-height: 420px;
  }
}

@media (max-width: 560px) {
  .gxy-home-hero-banner {
    height: 240px;
    min-height: 0;
    max-height: 240px;
  }

  .gxy-home-hero-gallery figure {
    height: 130px;
    aspect-ratio: auto;
  }

  .gxy-home-banner-reserve-media {
    height: 260px;
    min-height: 0;
    max-height: 260px;
    aspect-ratio: auto;
  }
}

/* Absolute final overrides: keep the banner aligned after legacy homepage rules. */
.gxy-home-banner-reserve {
  width: 100%;
  max-width: 1468px;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.gxy-service-dock a.gxy-service-btn[href^="tel:"] {
  border-color: rgba(210, 173, 107, .48);
  background: linear-gradient(180deg, #a37043, #6d4327);
  color: #fff8ec;
  box-shadow: 0 12px 26px rgba(80, 47, 24, .25);
}
.gxy-service-dock a.gxy-service-btn[href^="tel:"] i,
.gxy-service-dock a.gxy-service-btn[href^="tel:"] span {
  color: #fff8ec;
}
@media (max-width: 980px) {
  .gxy-home-banner-reserve {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }
}
