
:root{
  --gm-bg:#151412;--gm-bg-2:#1d1b18;--gm-surface:#211f1c;--gm-surface-2:#292621;
  --gm-text:#f4f0e9;--gm-muted:#b9b2a8;--gm-line:rgba(255,255,255,.12);
  --gm-accent:#c59b70;--gm-accent-2:#e0c5a8;--gm-shadow:0 28px 80px rgba(0,0,0,.35);
  --gm-shell:min(1320px,calc(100vw - 72px));--gm-radius:26px;
}
[data-theme="light"] .gm-catalog{
  --gm-bg:#f1ede6;--gm-bg-2:#e8e1d7;--gm-surface:#faf7f1;--gm-surface-2:#e4dbce;
  --gm-text:#1d1b18;--gm-muted:#615b53;--gm-line:rgba(29,27,24,.14);--gm-shadow:0 28px 80px rgba(77,60,42,.13)
}
*{box-sizing:border-box}.gm-catalog{background:var(--gm-bg);color:var(--gm-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;overflow:clip;position:relative}.gm-catalog img{display:block;max-width:100%}.gm-catalog a{color:inherit;text-decoration:none}.gm-shell{width:var(--gm-shell);margin-inline:auto}.gm-kicker{display:flex;align-items:center;gap:12px;text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:700;color:var(--gm-accent-2);margin:0 0 18px}.gm-kicker:before{content:"";width:34px;height:1px;background:currentColor}.gm-display{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.045em;line-height:.96;margin:0}.gm-section-title{font-size:clamp(38px,5vw,72px);max-width:980px}.gm-copy{color:var(--gm-muted);font-size:clamp(15px,1.3vw,18px);max-width:680px}.gm-btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 19px;border:1px solid var(--gm-line);border-radius:999px;font-weight:700;font-size:13px;transition:.22s ease;cursor:pointer;background:transparent;color:var(--gm-text)}.gm-btn:hover,.gm-btn:focus-visible{transform:translateY(-2px);border-color:var(--gm-accent);outline:none}.gm-btn--primary{background:var(--gm-accent);color:#171411;border-color:var(--gm-accent)}.gm-btn--soft{background:rgba(255,255,255,.055)}.gm-arrow{font-size:17px;line-height:1}.gm-preview-note{display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 18px;background:#ae7c46;color:#171411;font-size:12px;font-weight:800;letter-spacing:.03em}.gm-preview-note span{opacity:.76}.gm-hero{min-height:760px;padding:clamp(80px,10vw,150px) 0 88px;display:grid;align-items:center;position:relative;background:radial-gradient(circle at 20% 10%,rgba(197,155,112,.16),transparent 38%),linear-gradient(180deg,var(--gm-bg),var(--gm-bg-2))}.gm-hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(460px,1.08fr);gap:72px;align-items:center}.gm-hero h1{font-size:clamp(58px,7.3vw,112px);max-width:760px}.gm-hero h1 em{font-weight:400;color:var(--gm-accent-2)}.gm-hero .gm-copy{margin:28px 0 34px}.gm-actions{display:flex;gap:12px;flex-wrap:wrap}.gm-hero-visual{position:relative;min-height:620px}.gm-hero-visual:before{content:"";position:absolute;inset:6% -8% -4% 12%;border:1px solid var(--gm-line);border-radius:46% 46% 24px 24px}.gm-hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:var(--gm-radius);box-shadow:var(--gm-shadow)}.gm-hero-card{position:absolute;right:-18px;bottom:36px;width:min(310px,70%);padding:20px;background:rgba(25,23,20,.9);border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(16px);border-radius:20px}.gm-hero-card strong{font-family:Georgia,serif;font-size:25px;font-weight:400}.gm-hero-card p{margin:8px 0 0;color:#c9c1b7;font-size:13px}.gm-paths{padding:110px 0;background:var(--gm-bg-2)}.gm-paths-head{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:end;margin-bottom:48px}.gm-master-pdf{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;padding:32px;border:1px solid var(--gm-line);border-radius:var(--gm-radius);background:linear-gradient(145deg,var(--gm-surface),var(--gm-surface-2));margin-bottom:24px}.gm-master-pdf h3{font:400 clamp(30px,3vw,46px)/1.05 Georgia,serif;margin:0 0 14px}.gm-master-pdf p{color:var(--gm-muted);margin:0}.gm-master-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.gm-pdf-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.gm-pdf-card{min-height:340px;padding:22px;position:relative;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid var(--gm-line);border-radius:22px;overflow:hidden;background:var(--gm-surface)}.gm-pdf-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.78) contrast(.96);transition:.35s ease}.gm-pdf-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 25%,rgba(14,13,12,.92) 86%)}.gm-pdf-card:hover img{transform:scale(1.035)}.gm-pdf-content{position:relative;z-index:2}.gm-pdf-no{font-size:11px;letter-spacing:.15em;color:#dbc1a6}.gm-pdf-card h3{font:400 28px/1.08 Georgia,serif;margin:9px 0 8px}.gm-pdf-card p{font-size:13px;color:#d1cac1;margin:0 0 16px}.gm-pdf-links{display:flex;gap:8px;flex-wrap:wrap}.gm-pdf-links .gm-btn{min-height:40px;padding:0 14px;font-size:12px;background:rgba(15,14,13,.55);border-color:rgba(255,255,255,.18);color:white}.gm-product-area{background:var(--gm-bg);padding-bottom:120px}.gm-sticky{position:sticky;top:0;z-index:20;background:color-mix(in srgb,var(--gm-bg) 88%,transparent);backdrop-filter:blur(16px);border-block:1px solid var(--gm-line)}.gm-sticky-inner{min-height:72px;display:flex;align-items:center;gap:22px}.gm-nav{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;flex:1}.gm-nav::-webkit-scrollbar{display:none}.gm-nav a{white-space:nowrap;padding:10px 14px;border-radius:999px;color:var(--gm-muted);font-size:12px;font-weight:750}.gm-nav a:hover,.gm-nav a.is-active{background:var(--gm-surface-2);color:var(--gm-text)}.gm-search{position:relative;flex:0 0 240px}.gm-search input{width:100%;height:42px;border:1px solid var(--gm-line);background:var(--gm-surface);color:var(--gm-text);border-radius:999px;padding:0 42px 0 16px;outline:none}.gm-search input:focus{border-color:var(--gm-accent)}.gm-search span{position:absolute;right:15px;top:10px;color:var(--gm-muted)}.gm-category{padding:106px 0 24px;scroll-margin-top:74px}.gm-category-head{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:end;margin-bottom:36px}.gm-category-index{font-size:12px;letter-spacing:.16em;color:var(--gm-accent-2);font-weight:750}.gm-category h2{font:400 clamp(38px,5vw,68px)/1 Georgia,serif;letter-spacing:-.04em;margin:10px 0 0}.gm-category-copy{color:var(--gm-muted);max-width:620px;margin:0}.gm-category-tools{display:flex;gap:10px;margin-top:18px;flex-wrap:wrap}.gm-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.gm-product-card{position:relative;border:1px solid var(--gm-line);background:var(--gm-surface);border-radius:20px;overflow:hidden;cursor:pointer;transition:.25s ease;min-width:0}.gm-product-card:hover{transform:translateY(-5px);box-shadow:var(--gm-shadow)}.gm-product-visual{aspect-ratio:4/5;background:var(--gm-surface-2);overflow:hidden}.gm-product-visual img{width:100%;height:100%;object-fit:cover;transition:.35s ease}.gm-product-card:hover img{transform:scale(1.025)}.gm-product-meta{padding:17px 17px 19px}.gm-product-code{font-size:10px;letter-spacing:.15em;color:var(--gm-accent-2);font-weight:800}.gm-product-meta h3{font:400 25px/1.05 Georgia,serif;margin:8px 0 7px}.gm-product-meta p{font-size:12px;color:var(--gm-muted);margin:0}.gm-product-open{position:absolute;top:14px;right:14px;width:38px;height:38px;border:1px solid rgba(255,255,255,.25);background:rgba(18,17,15,.6);color:white;border-radius:50%;display:grid;place-items:center;font-size:17px}.gm-empty{display:none;padding:52px;border:1px dashed var(--gm-line);border-radius:20px;text-align:center;color:var(--gm-muted)}.gm-custom{padding:112px 0;background:linear-gradient(145deg,#211d18,#171614);color:#f5f0e8}.gm-custom-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}.gm-custom h2{font:400 clamp(44px,6vw,82px)/.98 Georgia,serif;letter-spacing:-.045em;margin:0}.gm-custom p{color:#bdb5aa;font-size:17px;max-width:620px}.gm-custom-panel{padding:28px;border:1px solid rgba(255,255,255,.14);border-radius:24px;background:rgba(255,255,255,.04)}.gm-custom-list{display:grid;gap:0}.gm-custom-list div{display:flex;justify-content:space-between;gap:18px;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.12)}.gm-custom-list div:last-child{border-bottom:0}.gm-custom-list span{color:#aaa197;font-size:13px}.gm-final{padding:100px 0;background:var(--gm-bg)}.gm-final-box{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:48px;border:1px solid var(--gm-line);border-radius:var(--gm-radius);background:var(--gm-surface)}.gm-final h2{font:400 clamp(34px,4vw,58px)/1 Georgia,serif;margin:0 0 10px}.gm-final p{color:var(--gm-muted);margin:0;max-width:650px}.gm-dialog{width:min(1040px,calc(100vw - 32px));max-height:calc(100dvh - 32px);padding:0;border:1px solid var(--gm-line);border-radius:26px;background:var(--gm-bg-2);color:var(--gm-text);box-shadow:0 32px 120px rgba(0,0,0,.7);overflow:hidden}.gm-dialog::backdrop{background:rgba(5,5,5,.78);backdrop-filter:blur(7px)}.gm-dialog-grid{display:grid;grid-template-columns:1.08fr .92fr;min-height:630px}.gm-dialog-media{background:var(--gm-surface);padding:22px;display:flex;align-items:center;justify-content:center}.gm-dialog-media img{width:100%;height:100%;max-height:590px;object-fit:cover;border-radius:18px}.gm-dialog-content{padding:42px;display:flex;flex-direction:column}.gm-dialog-close{align-self:flex-end;width:42px;height:42px;border:1px solid var(--gm-line);border-radius:50%;background:transparent;color:var(--gm-text);font-size:20px;cursor:pointer}.gm-dialog-code{margin-top:auto;font-size:11px;letter-spacing:.16em;color:var(--gm-accent-2);font-weight:800}.gm-dialog h3{font:400 clamp(42px,5vw,68px)/.98 Georgia,serif;margin:12px 0 18px}.gm-dialog-desc{color:var(--gm-muted)}.gm-dialog ul{padding:0;margin:22px 0 28px;list-style:none}.gm-dialog li{padding:11px 0;border-bottom:1px solid var(--gm-line);font-size:13px}.gm-dialog-nav{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px}.gm-dialog-nav button{min-width:46px}.gm-dialog-count{color:var(--gm-muted);font-size:12px}.gm-noscript{padding:20px;background:#7d3f2a;color:white;text-align:center}
@media(max-width:1100px){:root{--gm-shell:min(100% - 44px,1080px)}.gm-hero-grid{grid-template-columns:1fr 1fr;gap:38px}.gm-hero-visual{min-height:540px}.gm-pdf-grid{grid-template-columns:repeat(2,1fr)}.gm-product-grid{grid-template-columns:repeat(3,1fr)}.gm-search{flex-basis:210px}}
@media(max-width:820px){:root{--gm-shell:min(100% - 30px,760px)}.gm-hero{padding-top:80px;min-height:auto}.gm-hero-grid,.gm-paths-head,.gm-master-pdf,.gm-category-head,.gm-custom-grid{grid-template-columns:1fr}.gm-hero-grid{gap:40px}.gm-hero h1{font-size:clamp(54px,13vw,92px)}.gm-hero-visual{min-height:520px}.gm-master-actions{justify-content:flex-start}.gm-product-grid{grid-template-columns:repeat(2,1fr)}.gm-sticky-inner{display:block;padding:12px 0}.gm-nav{margin-bottom:10px}.gm-search{width:100%}.gm-final-box{align-items:flex-start;flex-direction:column}.gm-dialog-grid{grid-template-columns:1fr;overflow:auto;max-height:calc(100dvh - 32px)}.gm-dialog-media{min-height:380px}.gm-dialog-content{padding:26px}.gm-dialog-code{margin-top:24px}}
@media(max-width:520px){:root{--gm-shell:min(100% - 22px,480px)}.gm-preview-note{align-items:flex-start;text-align:center;line-height:1.35}.gm-hero{padding:60px 0 54px}.gm-hero h1{font-size:53px}.gm-hero .gm-copy{margin:22px 0 26px}.gm-actions{display:grid}.gm-btn{width:100%}.gm-hero-visual{min-height:390px}.gm-hero-card{right:10px;bottom:16px;width:78%;padding:15px}.gm-paths{padding:76px 0}.gm-pdf-grid{grid-template-columns:1fr}.gm-pdf-card{min-height:300px}.gm-master-pdf{padding:24px}.gm-master-actions{display:grid}.gm-product-area{padding-bottom:80px}.gm-category{padding-top:74px}.gm-category h2{font-size:40px}.gm-product-grid{gap:10px}.gm-product-card{border-radius:15px}.gm-product-meta{padding:12px}.gm-product-meta h3{font-size:20px}.gm-product-meta p{display:none}.gm-product-open{width:34px;height:34px;top:9px;right:9px}.gm-custom{padding:80px 0}.gm-custom h2{font-size:47px}.gm-custom-panel{padding:20px}.gm-final{padding:70px 0}.gm-final-box{padding:28px}.gm-dialog{width:calc(100vw - 14px);max-height:calc(100dvh - 14px);border-radius:20px}.gm-dialog-media{min-height:330px;padding:10px}.gm-dialog-content{padding:20px}.gm-dialog h3{font-size:44px}.gm-dialog-nav{display:grid;grid-template-columns:1fr 1fr}.gm-dialog-nav .gm-dialog-count{grid-column:1/-1;text-align:center;order:-1}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* V1.1 deep-audit integration */
body.page-catalog{margin:0;background:#151412}
.page-catalog .gm-preview-note{margin-top:var(--header-h,72px)}
.page-catalog .gm-sticky{top:var(--header-h,72px)}
.page-catalog .gm-category{scroll-margin-top:calc(var(--header-h,72px) + 82px)}
.page-catalog .gm-product-card:focus-visible{outline:2px solid var(--gm-accent);outline-offset:4px;transform:translateY(-3px)}
.page-catalog .gm-dialog-close:focus-visible,.page-catalog .gm-dialog-nav button:focus-visible{outline:2px solid var(--gm-accent);outline-offset:3px}
.page-catalog .nav-trigger[aria-current="page"]{color:var(--gold);}
@media(max-width:1180px){.page-catalog .gm-preview-note{margin-top:var(--header-h,72px)}}

/* V5.3.1 — Human-eye hierarchy and geometry hotfix */
.gm-preview-note{
  min-height:38px;
  padding:8px 18px;
  background:color-mix(in srgb,var(--gm-surface) 88%,var(--gm-accent) 12%);
  color:var(--gm-muted);
  border-block:1px solid var(--gm-line);
  font-size:11px;
  font-weight:650;
  letter-spacing:.025em;
}
.gm-preview-note strong{color:var(--gm-accent-2);font-weight:800;letter-spacing:.08em}
html[data-theme="light"] body.page-catalog .gm-preview-note{
  background:#e8dfd3;
  color:#5d554c;
  border-color:rgba(29,27,24,.12);
}
html[data-theme="light"] body.page-catalog .gm-preview-note strong{color:#81562d}
html[data-theme="light"] body.page-catalog .gm-hero h1 em{color:#9a6738}

/* The catalog hero is light in light mode; keep the overlaid header readable from the first pixel. */
html[data-theme="light"] body.page-catalog .header:not(.is-scrolled){
  color:#1d1b18;
  background:rgba(248,244,237,.84);
  border-bottom-color:rgba(29,27,24,.10);
  box-shadow:0 10px 34px rgba(77,60,42,.08);
  backdrop-filter:blur(18px) saturate(1.08);
  -webkit-backdrop-filter:blur(18px) saturate(1.08);
}
html[data-theme="light"] body.page-catalog .header:not(.is-scrolled) .brand-wordmark__image--white{display:none}
html[data-theme="light"] body.page-catalog .header:not(.is-scrolled) .brand-wordmark__image--black{display:block}
html[data-theme="light"] body.page-catalog .header:not(.is-scrolled) .icon-btn{
  color:#1d1b18;
  border-color:rgba(29,27,24,.18);
  background:rgba(255,255,255,.28);
}
html[data-theme="light"] body.page-catalog .header:not(.is-scrolled) .btn{
  color:#1d1b18;
  background:rgba(255,255,255,.22);
}
html[data-theme="light"] body.page-catalog .header:not(.is-scrolled) .dropdown{
  color:#1d1b18;
  background:rgba(248,244,237,.96);
  border-color:rgba(29,27,24,.12);
}
html[data-theme="light"] body.page-catalog .header:not(.is-scrolled) .dropdown a{border-color:rgba(29,27,24,.10)}
html[data-theme="light"] body.page-catalog .header:not(.is-scrolled) .dropdown small{color:#655e55}

/* 768px tablets had oversized 2-column product cards and a needlessly long page. */
@media (min-width:621px) and (max-width:820px){
  .gm-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
  .gm-product-meta{padding:14px 14px 16px}
  .gm-product-meta h3{font-size:22px}
  .gm-product-open{width:34px;height:34px;top:10px;right:10px}
}
@media(max-width:520px){
  .gm-preview-note{gap:7px;min-height:42px;padding:7px 11px;font-size:10px}
}

/* V5.5.1 master audit: touch target and keyboard refinements */
.gm-pdf-links .gm-btn{min-height:44px}
.gm-nav a{min-height:44px;display:inline-flex;align-items:center}
.gm-search input{height:44px}
.gm-product-open{width:44px;height:44px}
.gm-dialog-close{width:44px;height:44px}
/* V5.5.1 final contrast hardening */
.gm-catalog .gm-btn--primary{color:#171411!important;text-shadow:none}


/* V5.7 GOLD — one PDF, category stage, 550-product scalability */
.gm-master-pdf--single{grid-template-columns:1fr auto;align-items:center;padding:38px}.gm-master-label{display:block;margin-bottom:10px;color:var(--gm-accent-2);font-size:10px;font-weight:800;letter-spacing:.16em}
.gm-category-index-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.gm-category-index-card{position:relative;min-height:210px;display:flex;flex-direction:column;justify-content:flex-end;padding:20px;border:1px solid var(--gm-line);border-radius:18px;overflow:hidden;background:var(--gm-surface);isolation:isolate;transition:transform .22s ease,border-color .22s ease}.gm-category-index-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(12,11,10,.06),rgba(12,11,10,.92));z-index:-1}.gm-category-index-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;filter:saturate(.66) brightness(.72);transition:transform .28s ease}.gm-category-index-card:hover,.gm-category-index-card:focus-visible,.gm-category-index-card.is-active{transform:translateY(-3px);border-color:var(--gm-accent);outline:none}.gm-category-index-card:hover img,.gm-category-index-card:focus-visible img{transform:scale(1.025)}.gm-category-index-card span{color:#dbc1a6;font-size:9px;font-weight:800;letter-spacing:.15em}.gm-category-index-card strong{margin-top:8px;color:#fff;font:400 27px/1.08 Georgia,serif}.gm-category-index-card small{margin-top:7px;color:#d2cbc2;font-size:12px}.gm-category-index-card b{margin-top:14px;color:#fff;font-size:10px;letter-spacing:.06em}
.gm-category-stage{min-height:720px;padding:92px 0 116px}.gm-category-head--stage{margin-bottom:34px}.gm-nav a{display:flex;align-items:center;gap:7px}.gm-nav a small{display:grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--gm-surface);color:var(--gm-muted);font-size:9px}.gm-nav a.is-active small{background:var(--gm-accent);color:#171411}.gm-auto-sentinel{height:1px}.gm-empty{margin-top:20px}.gm-product-grid:empty{display:none}
@media(max-width:1100px){.gm-category-index-grid{grid-template-columns:repeat(2,1fr)}.gm-master-pdf--single{grid-template-columns:1fr}.gm-master-actions{justify-content:flex-start}}
@media(max-width:720px){.gm-paths{padding:72px 0}.gm-paths-head{margin-bottom:28px}.gm-master-pdf--single{padding:24px}.gm-category-index-grid{grid-template-columns:1fr 1fr;gap:10px}.gm-category-index-card{min-height:180px;padding:15px}.gm-category-index-card strong{font-size:21px}.gm-category-index-card small{display:none}.gm-category-stage{padding:66px 0 86px}.gm-category-head--stage{grid-template-columns:1fr;gap:20px}.gm-category-head--stage h2{font-size:40px}.gm-category-tools{display:grid;grid-template-columns:1fr}.gm-category-tools .gm-btn{width:100%}.gm-sticky{top:var(--header-h,64px)}.gm-sticky-inner{padding:10px 0}.gm-nav{margin-bottom:8px}.gm-search input{height:44px}}
@media(max-width:430px){.gm-category-index-grid{grid-template-columns:1fr}.gm-category-index-card{min-height:165px}.gm-category-index-card small{display:block}.gm-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* V5.7.2 deep repair — catalog scanability */
.gm-loading-state[aria-busy="true"]{min-height:120px;display:grid;place-items:center;color:var(--gm-muted)}
@media(max-width:520px){
 .gm-product-grid{gap:12px}
 .gm-product-meta{padding:13px 12px 15px}
 .gm-product-code{font-size:9.5px;letter-spacing:.11em}
 .gm-product-meta h3{font-size:21px;line-height:1.02;margin-top:7px}
 .gm-product-open{width:40px;height:40px}
}

/* V5.7.2 — warm product-canvas placeholder prevents unloaded thumbnails from reading as broken cards. */
.gm-product-visual{
  background:
    radial-gradient(circle at 78% 14%,rgba(62,57,51,.12) 0 8px,transparent 9px),
    linear-gradient(135deg,#e2d8cc 0%,#d5cabc 52%,#c7bbad 100%);
}
html[data-theme="light"] .gm-product-visual{
  background:
    radial-gradient(circle at 78% 14%,rgba(62,57,51,.12) 0 8px,transparent 9px),
    linear-gradient(135deg,#e7ded3 0%,#d8cec2 52%,#cabeb0 100%);
}


/* V5.8 PROJECT-FIRST CATALOG — benchmark-driven compact browsing */
.gm-hero--project-first{min-height:560px;padding:72px 0 52px}
.gm-hero--project-first .gm-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(360px,.78fr);gap:52px}
.gm-hero--project-first h1{font-size:clamp(52px,6.4vw,92px);max-width:720px}
.gm-hero--project-first .gm-copy{margin:22px 0 27px;max-width:630px}
.gm-hero--project-first .gm-hero-visual{min-height:390px}
.gm-hero--project-first .gm-hero-visual:before{inset:5% -5% -4% 14%}
.gm-hero-facts{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:26px;color:var(--gm-muted);font-size:11px}
.gm-hero-facts span{display:flex;align-items:baseline;gap:5px}
.gm-hero-facts b{font:400 21px Georgia,serif;color:var(--gm-accent-2)}
.gm-catalog-launch{padding:22px 0;background:var(--gm-bg-2);border-block:1px solid var(--gm-line)}
.gm-launch-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}
.gm-launch-copy{min-width:0}.gm-launch-copy .gm-master-label{display:block;margin-bottom:3px;color:var(--gm-accent-2);font-size:9px;font-weight:800;letter-spacing:.16em}
.gm-launch-copy strong{display:block;font:400 clamp(23px,2.4vw,34px)/1.1 Georgia,serif}.gm-launch-copy p{margin:5px 0 0;color:var(--gm-muted);font-size:12px}
.gm-launch-actions{display:flex;gap:8px;flex:0 0 auto}.gm-launch-actions .gm-btn{min-height:42px;padding-inline:15px;font-size:11px}
.gm-product-area{padding-bottom:0}.gm-sticky{top:var(--header-h,76px)}
.gm-sticky-inner{min-height:64px;gap:14px}.gm-sticky-tools{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.gm-sticky-pdf{height:42px;display:inline-flex;align-items:center;padding:0 14px;border:1px solid var(--gm-line);border-radius:999px;color:var(--gm-text);font-size:11px;font-weight:800;white-space:nowrap}
.gm-sticky-pdf:hover,.gm-sticky-pdf:focus-visible{border-color:var(--gm-accent);outline:none}
.gm-category-stage{min-height:0;padding:38px 0 78px}.gm-category-head--stage{grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);gap:42px;margin-bottom:26px;padding-bottom:23px;border-bottom:1px solid var(--gm-line)}
.gm-category-head--stage h2{font-size:clamp(34px,4.4vw,58px)}.gm-category-copy{font-size:14px}.gm-category-summary{display:grid;grid-template-columns:1fr auto;gap:5px 16px;align-items:end}.gm-category-summary .gm-category-copy{grid-column:1/-1}
.gm-category-summary .gm-catalog-runtime-note{margin:0;color:var(--gm-muted);font-size:11px}.gm-category-summary .gm-category-tools{margin:0;justify-self:end}.gm-category-summary .gm-btn{min-height:42px;font-size:11px}
.gm-category-loading{min-height:86px}.gm-product-grid{scroll-margin-top:150px}
.gm-project-desk{padding:34px 0;background:linear-gradient(145deg,#211d18,#171614);color:#f5f0e8;border-top:1px solid rgba(255,255,255,.1)}
.gm-project-desk-inner{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.9fr) auto;gap:34px;align-items:center}
.gm-project-desk h2{font:400 clamp(30px,3.8vw,50px)/1 Georgia,serif;letter-spacing:-.035em;margin:0 0 8px}.gm-project-desk p{margin:0;color:#bdb5aa;max-width:640px;font-size:13px}
.gm-project-steps{display:flex;gap:9px}.gm-project-steps span{min-width:0;display:grid;gap:2px;padding:10px 12px;border-left:1px solid rgba(255,255,255,.18);font-size:10px;color:#c8bfb4}.gm-project-steps b{color:#d8b182;font-size:9px;letter-spacing:.12em}
.gm-project-desk .gm-btn{width:auto;white-space:nowrap}

@media(max-width:1000px){
 .gm-hero--project-first .gm-hero-grid{grid-template-columns:1fr 1fr;gap:32px}.gm-hero--project-first .gm-hero-visual{min-height:340px}
 .gm-project-desk-inner{grid-template-columns:1fr auto}.gm-project-steps{grid-column:1/-1;order:3}.gm-project-desk .gm-btn{grid-column:2;grid-row:1}
}
@media(max-width:820px){
 .gm-hero--project-first{min-height:auto;padding:54px 0 30px}.gm-hero--project-first .gm-hero-grid{grid-template-columns:1fr;gap:25px}.gm-hero--project-first h1{font-size:clamp(47px,12vw,72px)}
 .gm-hero--project-first .gm-hero-visual{min-height:220px}.gm-hero--project-first .gm-hero-card{right:10px;bottom:12px;width:min(290px,82%)}
 .gm-launch-inner{align-items:flex-start}.gm-launch-copy p{max-width:430px}.gm-launch-actions{display:grid}
 .gm-sticky-inner{display:flex;flex-direction:column;align-items:stretch;padding:9px 0}.gm-nav{width:100%;margin:0}.gm-sticky-tools{width:100%}.gm-search{width:auto;flex:1}.gm-sticky-pdf{height:44px}
 .gm-category-stage{padding:26px 0 62px}.gm-category-head--stage{grid-template-columns:1fr;gap:12px;margin-bottom:20px;padding-bottom:18px}.gm-category-summary{grid-template-columns:1fr auto}.gm-category-summary .gm-category-copy{grid-column:1/-1}
 .gm-project-desk-inner{grid-template-columns:1fr}.gm-project-desk .gm-btn{grid-column:auto;grid-row:auto;width:max-content}.gm-project-steps{grid-column:auto;order:0;overflow-x:auto}.gm-project-steps span{min-width:120px}
}
@media(max-width:520px){
 .gm-hero--project-first{padding:42px 0 22px}.gm-hero--project-first h1{font-size:47px}.gm-hero--project-first .gm-copy{font-size:14px;margin:17px 0 20px}.gm-hero--project-first .gm-actions{grid-template-columns:1fr 1fr}.gm-hero--project-first .gm-btn{padding-inline:10px;font-size:11px}
 .gm-hero-facts{margin-top:17px;gap:5px 12px}.gm-hero-facts b{font-size:17px}.gm-hero--project-first .gm-hero-visual{min-height:155px}.gm-hero--project-first .gm-hero-card{display:none}
 .gm-catalog-launch{padding:15px 0}.gm-launch-inner{display:block}.gm-launch-copy strong{font-size:22px}.gm-launch-copy p{font-size:11px}.gm-launch-actions{grid-template-columns:1fr 1fr;margin-top:12px}.gm-launch-actions .gm-btn{width:100%;min-height:40px;padding-inline:8px}
 .gm-sticky{top:var(--header-h,64px)}.gm-nav a{padding:8px 10px}.gm-sticky-tools{gap:6px}.gm-sticky-pdf{padding-inline:12px}.gm-search input{height:44px;font-size:16px}
 .gm-category-stage{padding:20px 0 48px}.gm-category-head--stage h2{font-size:35px}.gm-category-copy{font-size:12.5px}.gm-category-summary{display:block}.gm-category-summary .gm-category-tools{margin-top:11px}.gm-category-summary .gm-btn{width:100%}.gm-catalog-runtime-note{margin-top:7px!important}
 .gm-product-grid{gap:9px}.gm-product-meta{padding:11px 10px 13px}.gm-product-meta h3{font-size:19px}.gm-product-code{font-size:9px}
 .gm-project-desk{padding:28px 0 30px}.gm-project-desk h2{font-size:35px}.gm-project-steps{margin:15px 0}.gm-project-desk .gm-btn{width:100%}
}

/* V5.8.1 mobile product-first compression: products enter within the first practical scroll. */
@media(max-width:520px){
 .gm-hero--project-first{padding:32px 0 16px}
 .gm-hero--project-first h1{font-size:43px;line-height:.94}
 .gm-hero--project-first .gm-copy{margin:13px 0 16px;font-size:13px;line-height:1.45}
 .gm-hero--project-first .gm-actions{gap:7px}
 .gm-hero--project-first .gm-btn{min-height:43px}
 .gm-hero-facts{display:none}
 .gm-hero--project-first .gm-hero-visual{min-height:88px;margin-top:2px}
 .gm-hero--project-first .gm-hero-visual:before{display:none}
 .gm-hero--project-first .gm-hero-img{border-radius:14px;object-position:center 58%}
 .gm-catalog-launch{display:none}
 .gm-category-stage{padding:12px 0 42px}
 .gm-category-head--stage{gap:4px;margin-bottom:11px;padding-bottom:10px}
 .gm-category-head--stage h2{font-size:30px;margin-top:4px}
 .gm-category-summary .gm-category-copy,.gm-category-summary .gm-category-tools{display:none}
 .gm-category-summary .gm-catalog-runtime-note{font-size:10px;margin-top:4px!important}
}

@media(max-width:520px){.page-catalog .gm-preview-note{display:block;padding:7px 10px;font-size:10px;line-height:1.25;white-space:normal}.page-catalog .gm-preview-note span{display:inline}}
