:root{--gp-help-green:#12372d;--gp-help-gold:#c79a42;--gp-help-ink:#17211e;--gp-help-paper:#fffdf8;--gp-help-line:#e2d8c6}
.gp-help-launcher{position:absolute;right:0;top:112px;bottom:auto;z-index:9998;width:38px;min-width:38px;height:112px;min-height:112px;padding:10px 6px;border:0;border-radius:18px 0 0 18px;background:var(--gp-help-green);color:#fff;box-shadow:0 8px 24px rgba(0,0,0,.2);font:700 12px/1.2 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:.04em;writing-mode:vertical-rl;transform:none;cursor:pointer}
.gp-help-launcher:hover,.gp-help-launcher:focus-visible{background:#0a2a21;outline:3px solid rgba(199,154,66,.55);outline-offset:3px}
.gp-help-launcher[aria-expanded=true]{visibility:hidden}
.gp-help-panel{position:fixed;right:20px;bottom:84px;z-index:9999;width:min(430px,calc(100vw - 32px));max-height:min(720px,calc(100vh - 112px));display:none;overflow:auto;border:1px solid var(--gp-help-line);border-radius:18px;background:var(--gp-help-paper);color:var(--gp-help-ink);box-shadow:0 20px 60px rgba(0,0,0,.28);font:15px/1.55 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;text-align:start}
.gp-help-panel.is-open{display:block}.gp-help-panel *{box-sizing:border-box}.gp-help-head{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;background:var(--gp-help-green);color:#fff}
.gp-help-head strong{font-size:18px}.gp-help-close{width:44px;height:44px;border:0;border-radius:50%;background:rgba(255,255,255,.14);color:#fff;font-size:24px;cursor:pointer}.gp-help-body{padding:16px}.gp-help-note{margin:0 0 14px;color:#56615d;font-size:13px}
.gp-help-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:14px}.gp-help-tab{min-height:44px;padding:8px;border:1px solid var(--gp-help-line);border-radius:10px;background:#fff;color:var(--gp-help-ink);font-weight:700;cursor:pointer}.gp-help-tab[aria-selected=true]{background:#eef3ed;border-color:var(--gp-help-green)}
.gp-help-pane[hidden]{display:none}.gp-help-search,.gp-help-input,.gp-help-select,.gp-help-textarea{width:100%;min-height:46px;margin:0 0 10px;padding:11px 12px;border:1px solid #bdb6aa;border-radius:9px;background:#fff;color:#111;font:16px/1.35 inherit}.gp-help-textarea{min-height:104px;resize:vertical}.gp-help-label{display:block;margin:8px 0 5px;font-weight:750}.gp-help-faq details{margin:0 0 8px;border:1px solid var(--gp-help-line);border-radius:10px;background:#fff}.gp-help-faq summary{padding:12px;cursor:pointer;font-weight:700}.gp-help-faq p{margin:0;padding:0 12px 13px;color:#4d5854}.gp-help-actions{display:flex;flex-wrap:wrap;gap:8px}.gp-help-primary,.gp-help-secondary{min-height:44px;padding:10px 14px;border-radius:9px;font-weight:750;cursor:pointer;text-decoration:none}.gp-help-primary{border:1px solid var(--gp-help-green);background:var(--gp-help-green);color:#fff}.gp-help-secondary{border:1px solid var(--gp-help-green);background:#fff;color:var(--gp-help-green)}
.gp-help-result{margin-top:10px;padding:12px;border-left:4px solid var(--gp-help-gold);border-radius:6px;background:#f5efe3;white-space:pre-wrap}.gp-help-result[hidden]{display:none}.gp-help-consent{display:flex;align-items:flex-start;gap:9px;margin:8px 0 12px;font-size:13px}.gp-help-consent input{width:20px;height:20px;flex:0 0 auto}.gp-help-meta{font-size:12px;color:#66706d}.gp-help-page{max-width:1180px;margin:0 auto;padding:40px clamp(16px,5vw,72px) 90px;color:var(--gp-help-ink);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.gp-help-page h1{font-size:clamp(34px,6vw,64px);line-height:1.05}.gp-help-page-lead{max-width:780px;font-size:18px;color:#56615d}.gp-help-page-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:26px;margin-top:30px}.gp-help-page-card{padding:22px;border:1px solid var(--gp-help-line);border-radius:16px;background:#fff}.gp-help-page .gp-help-faq details{break-inside:avoid}.gp-help-page-back{display:inline-flex;min-height:44px;align-items:center;color:var(--gp-help-green);font-weight:750}
[dir=rtl] .gp-help-launcher{right:auto;left:0;border-radius:0 18px 18px 0;writing-mode:vertical-lr}[dir=rtl] .gp-help-panel{right:auto;left:20px}[dir=rtl] .gp-help-result{border-left:0;border-right:4px solid var(--gp-help-gold)}
@media(max-width:700px){.gp-help-launcher{right:0;top:84px;bottom:auto;width:32px;min-width:32px;height:82px;min-height:82px;max-width:none;padding:8px 4px;border-radius:15px 0 0 15px;font-size:10px;box-shadow:0 6px 18px rgba(0,0,0,.18)}[dir=rtl] .gp-help-launcher{right:auto;left:0;border-radius:0 15px 15px 0}.gp-help-panel{right:8px;bottom:12px;width:calc(100vw - 16px);max-height:calc(100dvh - 24px);border-radius:14px}[dir=rtl] .gp-help-panel{right:auto;left:8px}.gp-help-page-grid{grid-template-columns:1fr}.gp-help-page{padding-top:24px}.gp-help-tabs{position:sticky;top:76px;z-index:1;background:var(--gp-help-paper)}}
@media(prefers-reduced-motion:reduce){.gp-help-panel{scroll-behavior:auto}}
.gp-official-email{max-width:100%;white-space:normal;overflow-wrap:anywhere;word-break:break-word}
.gp-help-meta a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.footer{flex-wrap:wrap}

/* Full Help Center: wide editorial rhythm aligned with the locked Traditional Chinese site */
.gp-help-page{max-width:none;padding:0 0 90px}
.gp-help-page-inner{max-width:1320px;margin:0 auto;padding:52px clamp(16px,5vw,72px) 0}
.gp-help-page h1{max-width:920px;margin:34px 0 18px;font-size:clamp(46px,6vw,76px);letter-spacing:-.035em}
.gp-help-page-lead{max-width:920px;margin-bottom:18px;font-size:clamp(18px,1.8vw,22px);line-height:1.75}
.gp-help-shell{margin-top:54px}
.gp-help-core{display:grid;gap:26px;margin-top:54px}
.gp-help-core .gp-help-page-card{scroll-margin-top:170px}
.gp-help-core-head{max-width:860px}
.gp-help-core-head h2{margin:0 0 14px;font-size:clamp(38px,4.8vw,60px);line-height:1.05;letter-spacing:-.025em}
.gp-help-core-head>p:last-child,.gp-help-question-column .gp-help-page-card>p{color:#665e52;font-size:17px;line-height:1.75}
.gp-help-core-kicker{margin:0 0 12px;color:#a87827;font-size:12px;font-weight:850;letter-spacing:.16em}
.gp-help-faq-card{padding:48px}
.gp-help-faq-card .gp-help-search{max-width:620px;margin:18px 0 26px}
.gp-help-faq-columns{columns:2;column-gap:28px}
.gp-help-faq-columns details{break-inside:avoid}
.gp-help-library{min-width:0}
.gp-help-library .solution-merged-group{scroll-margin-top:120px}
.gp-solutions-content-library{max-width:none;margin:0;padding:0}
.support-solutions .gp-solutions-content-library .directory-section{width:100%;margin:0;padding:clamp(72px,8vw,102px) 5vw 76px;border:0;border-radius:0;background:transparent;box-shadow:none}
.gp-solutions-content-library .directory-section,.gp-solutions-content-library .knowledge-faq{scroll-margin-top:140px}
.support-solutions .gp-solutions-content-library #knowledge-directory .editorial-visual-grid{gap:0}
.support-solutions .gp-solutions-content-library #knowledge-directory .editorial-visual-card{grid-template-columns:280px minmax(0,1fr);align-items:start;overflow:visible;border:0!important;border-top:1px solid #d8cdbb!important;border-radius:0;background:transparent;box-shadow:none}
.support-solutions .gp-solutions-content-library #knowledge-directory .editorial-visual-card:last-child{border-bottom:1px solid #d8cdbb!important}
.support-solutions .gp-solutions-content-library #knowledge-directory .editorial-card-media{height:220px;min-height:0;aspect-ratio:auto}
.support-solutions .gp-solutions-content-library #knowledge-directory .editorial-card-media img{width:100%;height:100%;object-fit:cover}
.support-solutions .gp-solutions-content-library #knowledge-directory .editorial-card-copy{padding:9px 0 11px}
.support-solutions .gp-solutions-content-library .knowledge-topic-depth{margin-top:22px}
.support-solutions .gp-solutions-content-library .knowledge-topic-depth>p{font-size:16px;line-height:1.85}
.knowledge-topic-panel{margin-top:24px;border-top:1px solid #d8cdbb}
.knowledge-topic-panel>summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;align-items:center;padding:20px 0;color:#201c16;cursor:pointer;list-style:none}
.knowledge-topic-panel>summary::-webkit-details-marker{display:none}
.knowledge-topic-panel>summary span{color:#a87827;font-size:12px;font-weight:850;letter-spacing:.14em}
.knowledge-topic-panel>summary strong{font-size:18px;line-height:1.45}
.knowledge-topic-panel>summary em{position:relative;width:24px;height:24px;color:#a87827;font-size:0;font-style:normal}
.knowledge-topic-panel>summary em::after{content:"＋";position:absolute;inset:0;font-size:22px;font-weight:500;line-height:24px;text-align:center}
.knowledge-topic-panel[open]>summary em::after{content:"－"}
.knowledge-topic-panel[open]>summary{border-bottom:1px solid #e2d8c6}
.knowledge-topic-body{padding-top:24px}
.knowledge-topic-qa>p{margin:-4px 0 10px!important;color:#746d62!important;font-size:14px!important;line-height:1.7!important}
.project-case-directory .case-detail-grid{display:grid;grid-template-columns:1fr;gap:0}
.project-case-directory .case-detail-grid[hidden]{display:none}
.classic-case-story{border-top:1px solid #d4c8b3}
.classic-case-story:last-child{border-bottom:1px solid #d4c8b3}
.classic-case-story>summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:9px 4px 11px 0;cursor:pointer;list-style:none}
.classic-case-story>summary::-webkit-details-marker{display:none}
.classic-case-story>summary h3{margin:0;font-size:clamp(20px,1.7vw,24px)}
.classic-case-story>summary p{display:none;max-width:760px;margin:8px 0 0;color:#625b50;line-height:1.75}
.classic-case-story[open]>summary p{display:block}
.classic-case-story>summary>strong{display:grid;width:30px;height:30px;border:0;border-radius:0;place-items:center;color:#a87325;font-size:30px;font-weight:400;line-height:1}
.classic-case-story>summary>strong::before{content:"＋"}
.classic-case-story[open]>summary>strong::before{content:"－"}
.classic-case-story-body{padding:6px 0 20px}
.classic-case-story-body dl{margin:0}
.printing-case-library{border-top:1px solid #d4c8b3;border-bottom:1px solid #d4c8b3}
.printing-case-library>summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;padding:22px 0;cursor:pointer;list-style:none}
.printing-case-library>summary::-webkit-details-marker{display:none}
.printing-case-library>summary span{display:block;margin-bottom:7px;color:#a87827;font-size:11px;font-weight:850;letter-spacing:.16em}
.printing-case-library>summary h3{margin:0;color:#1b1812;font-size:clamp(24px,2.4vw,34px);line-height:1.2}
.printing-case-library>summary p{margin:8px 0 0;color:#665e52;font-size:16px;line-height:1.7}
.printing-case-library>summary>strong{position:relative;width:34px;height:34px;color:#a87325}
.printing-case-library>summary>strong::before{content:"＋";position:absolute;inset:0;font-size:30px;font-weight:400;line-height:34px;text-align:center}
.printing-case-library[open]>summary>strong::before{content:"－"}
.printing-case-library-body{padding:0 0 28px}
.printing-case-empty{margin:0;padding:22px 0;border-top:1px solid #e2d8c6;color:#6b6256;font-size:15px;line-height:1.75}
.printing-case-empty[hidden]{display:none}
.printing-knowledge-library{margin-top:28px;border-top:1px solid #d4c8b3;border-bottom:1px solid #d4c8b3}
.knowledge-library-controls select:disabled{background:#f4f0e8;color:#8b8275;cursor:not-allowed}
.knowledge-library-answer{padding:30px 0 32px;border-top:1px solid #e2d8c6}
.knowledge-library-answer[hidden]{display:none}
.knowledge-library-answer>.card-kicker{margin:0 0 10px;color:#9a6b22;font-size:12px;font-weight:850;letter-spacing:.12em}
.knowledge-library-answer>h3{max-width:980px;margin:0 0 22px;color:#17130d;font-size:clamp(26px,3vw,42px);line-height:1.2}
.knowledge-library-answer-body{max-width:1080px;color:#4f493f;font-size:17px;line-height:1.9}
.knowledge-library-answer-body>p{margin:0}
.printing-case-controls,.content-library-controls{display:grid;grid-template-columns:auto minmax(220px,1fr) minmax(260px,1.2fr);gap:16px;align-items:center;padding:24px 0}
.printing-case-search-controls{grid-template-columns:auto minmax(210px,.8fr) minmax(300px,1.25fr)}
.printing-case-controls label,.content-library-controls label{color:#6b6256;font-size:14px;font-weight:800}
.printing-case-controls input,.printing-case-controls select,.content-library-controls input,.content-library-controls select{width:100%;min-height:46px;padding:10px 42px 10px 14px;border:1px solid #cfc1aa;border-radius:0;background:#fff;color:#17130d;font-family:inherit;font-size:16px;font-weight:800;line-height:1.4}
.project-case-directory .printing-case-controls select option{background:#fff;color:#17130d;font-weight:700}
.project-case-directory .printing-case-story-panel{padding:32px 34px 14px!important;border:1px solid #d4c4aa!important;background:#f3eadb!important;color:#332d25!important;box-shadow:none!important}
.printing-case-story-panel[hidden]{display:none}
.project-case-directory .printing-case-story-panel h3{max-width:900px;margin:0 0 24px;color:#17130d!important;font-size:clamp(28px,3.2vw,46px);font-weight:800!important;line-height:1.15}
.printing-case-story-panel>p{display:none}
.printing-case-story-panel dl{margin:0}
.printing-case-story-panel dl>div{display:grid;grid-template-columns:minmax(150px,.28fr) minmax(0,1fr);gap:28px;padding:18px 0;border-top:1px solid #e5dccd}
.printing-case-story-panel dt{color:#9a6b22;font-weight:850}
.printing-case-story-panel dd{margin:0;color:#514b42;font-size:16px;line-height:1.85}
.printing-case-article{max-width:1040px;margin:0 auto;padding:4px 0 12px;color:#4f493f!important;font-size:18px;line-height:2}
.printing-case-article p{margin:0 0 1.4em;text-indent:2em}
.printing-case-navigation{display:flex;justify-content:flex-end;gap:14px;align-items:center;padding-top:22px}
.printing-case-navigation[hidden]{display:none}
.printing-case-navigation button{min-height:42px;padding:8px 15px;border:1px solid #b99a65;background:#fff;color:#433a2e;font-weight:750;cursor:pointer}
.printing-case-navigation span{min-width:58px;color:#746b5e;text-align:center;font-variant-numeric:tabular-nums}
.gp-solutions-content-library[data-solutions-news] .editorial-visual-grid{grid-template-columns:1fr;gap:0}
.gp-solutions-content-library[data-solutions-news] .editorial-visual-card{display:grid;grid-template-columns:260px minmax(0,1fr);border:0;border-top:1px solid #d8cdbb;border-radius:0;background:transparent}
.gp-solutions-content-library[data-solutions-news] .editorial-visual-card:last-child{border-bottom:1px solid #d8cdbb}
.gp-solutions-content-library[data-solutions-news] .editorial-card-media{height:190px;aspect-ratio:auto}
.gp-solutions-content-library[data-solutions-news] .editorial-card-copy{padding:30px 0 34px 38px}
.gp-solutions-content-library[data-solutions-news] .trade-show-card{grid-template-columns:1fr}
.gp-solutions-content-library[data-solutions-news] .trade-show-card .editorial-card-copy{padding:30px 0 34px}
.gp-solutions-content-library[data-solutions-news] .editorial-visual-card[hidden]{display:none}
.gp-solutions-content-library[data-solutions-news] .editorial-card-copy h3{max-width:880px;margin:0 0 22px;font-size:clamp(28px,3vw,42px);line-height:1.18;letter-spacing:-.02em}
.news-article-body{max-width:920px;color:#4f493f;font-size:17px;line-height:1.95}
.news-article-body p{margin:0 0 1.25em;text-indent:2em}
.news-article-body .news-analysis-heading{margin:30px 0 14px;color:#2d271f;font-size:19px;line-height:1.45}
.news-article-body .news-source{margin-top:26px;padding-top:16px;border-top:1px solid #ded3c0;color:#6c6254;font-size:14px;line-height:1.75;text-indent:0;overflow-wrap:anywhere}
.news-article-body .news-source a{color:#94651f;font-weight:800;text-decoration-thickness:1px;text-underline-offset:3px}
.news-archive-controls{padding-top:0}
.news-meta{display:flex;flex-wrap:wrap;gap:8px 16px;align-items:center;margin:0 0 10px;color:#9a6b22;font-size:12px;font-weight:800;letter-spacing:.08em}
.news-meta time{color:#5e574d;font-variant-numeric:tabular-nums}
.news-meta span{position:relative;padding-left:16px}
.news-meta span::before{content:"";position:absolute;top:50%;left:0;width:5px;height:5px;border-radius:50%;background:#b6812f;transform:translateY(-50%)}
.gp-help-library .directory-section,.gp-help-library .knowledge-faq{margin:0 0 52px;padding:48px;border:1px solid var(--gp-help-line);border-radius:22px;background:#fff;box-shadow:0 22px 60px rgba(37,29,17,.06)}
.gp-help-library .directory-section>h2,.gp-help-library .knowledge-faq h2{margin:0 0 14px;color:#17130d;font-size:clamp(38px,4.8vw,60px);line-height:1.05;letter-spacing:-.025em}
.gp-help-library .directory-section>p,.gp-help-library .knowledge-faq-head>p{max-width:820px;margin:0 0 34px;color:#665e52;font-size:18px;line-height:1.8}
.gp-help-library .editorial-visual-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}
.gp-help-library .editorial-visual-card{display:flex;min-width:0;min-height:100%;flex-direction:column;overflow:hidden;border:1px solid #e2d8c6;border-radius:16px;background:#fff}
.gp-help-library .editorial-card-media{margin:0;aspect-ratio:16/10;overflow:hidden;background:#eee8dc}
.gp-help-library .editorial-card-media img{display:block;width:100%;height:100%;object-fit:cover}
.gp-help-library .editorial-card-copy{display:flex;flex:1;flex-direction:column;padding:28px}
.gp-help-library .card-kicker{margin:0 0 10px;color:#a87827;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.gp-help-library .editorial-card-copy h3{margin:0 0 12px;color:#1b1812;font-size:clamp(23px,2vw,30px);line-height:1.25}
.gp-help-library .editorial-card-copy p:last-child{margin:0;color:#655f56;font-size:16px;line-height:1.75}
#knowledge-directory .editorial-visual-grid{grid-template-columns:1fr}
#knowledge-directory .editorial-visual-card{display:grid;grid-template-columns:minmax(330px,.86fr) minmax(0,1.14fr);align-items:stretch}
#knowledge-directory .editorial-card-media{height:100%;min-height:520px;aspect-ratio:auto}
#knowledge-directory .editorial-card-copy{padding:38px 42px}
#knowledge-directory .editorial-card-copy>p:last-of-type{margin:0 0 24px;color:#514b42;font-size:17px;line-height:1.85}
.knowledge-topic-depth{margin-top:4px;padding:24px 26px;border-left:3px solid #c79a42;background:#f8f3e9}
.knowledge-topic-depth h4,.knowledge-topic-qa>h4{margin:0 0 14px;color:#1b1812;font-size:20px;line-height:1.35}
.knowledge-topic-depth ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 24px;margin:0;padding-left:20px;color:#5b554b;line-height:1.65}
.knowledge-topic-depth li::marker{color:#b6812f}
.knowledge-article-chapters{display:block;margin-top:22px}
.knowledge-article-chapters section{padding:22px;border:1px solid #e3dacb;background:#fff}
.knowledge-article-chapters h4{margin:0 0 10px;color:#262119;font-size:18px;line-height:1.45}
.knowledge-article-chapters p{margin:0;color:#625b51;font-size:15px;line-height:1.85}
.knowledge-topic-qa{margin-top:26px;border-top:1px solid #ded4c3}
.knowledge-topic-qa>h4{padding-top:24px;color:#9a6b22;font-size:16px;letter-spacing:.06em}
.knowledge-topic-qa details{border-bottom:1px solid #e5dccd}
.knowledge-topic-qa summary{position:relative;padding:17px 34px 17px 0;color:#211d17;font-weight:750;line-height:1.55;cursor:pointer}
.knowledge-topic-qa summary::after{content:"＋";position:absolute;right:2px;color:#b6812f;font-size:20px;font-weight:500}
.knowledge-topic-qa details[open] summary::after{content:"－"}
.knowledge-topic-qa details p{margin:-2px 0 20px;color:#665f55;font-size:15px;line-height:1.8}
.support-solutions .gp-solutions-content-library #knowledge-directory .knowledge-file-standards{display:block;grid-template-columns:1fr}
.support-solutions .gp-solutions-content-library #knowledge-directory .knowledge-file-standards .editorial-card-copy{width:100%;padding:9px 0 11px}
.knowledge-category-disclosure>summary{position:relative;padding:0 56px 0 0;cursor:pointer;list-style:none}
.knowledge-category-disclosure>summary::-webkit-details-marker{display:none}
.knowledge-category-disclosure>summary::after{content:"＋";position:absolute;top:50%;right:4px;transform:translateY(-50%);color:#a87325;font-size:30px;font-weight:400;line-height:1}
.knowledge-category-disclosure[open]>summary::after{content:"－"}
.knowledge-category-heading .card-kicker{display:none;margin:0 0 4px}
.knowledge-category-heading h3{margin:0!important}
.knowledge-category-heading>p:last-child{display:none;margin:8px 0 0}
.knowledge-category-disclosure[open] .knowledge-category-heading .card-kicker,
.knowledge-category-disclosure[open] .knowledge-category-heading>p:last-child{display:block}
.knowledge-category-body{padding-top:6px}
.knowledge-category-disclosure .knowledge-file-panel{margin-top:0}
.knowledge-file-panel{margin-top:24px;border-top:1px solid #d8cdbb}
.knowledge-file-panel .knowledge-topic-body{padding-top:0}
.knowledge-file-panel .knowledge-article-chapters{display:block;margin-top:0}
.knowledge-standard-answer{border-bottom:1px solid #ded4c3;background:transparent}
.knowledge-standard-answer>summary{position:relative;padding:22px 52px 22px 0;color:#211d17;font-size:19px;font-weight:750;line-height:1.5;cursor:pointer;list-style:none}
.knowledge-standard-answer>summary::-webkit-details-marker{display:none}
.knowledge-standard-answer>summary::after{content:"＋";position:absolute;top:20px;right:4px;color:#b6812f;font-size:24px;font-weight:500;line-height:1}
.knowledge-standard-answer[open]>summary::after{content:"－"}
.knowledge-standard-answer>summary h4{margin:0;color:#211d17;font-size:19px;line-height:1.5}
.knowledge-standard-answer>p{margin:0;padding:0 52px 24px 0;color:#5d574d;font-size:16px;line-height:1.9}
.knowledge-file-standards .knowledge-topic-qa{width:100%;margin-top:34px;text-align:left}
.knowledge-file-standards .knowledge-topic-qa>h4,.knowledge-file-standards .knowledge-topic-qa>p,.knowledge-file-standards .knowledge-topic-qa details,.knowledge-file-standards .knowledge-topic-qa summary,.knowledge-file-standards .knowledge-topic-qa details p{text-align:left}
.trade-term-guide{margin-top:28px;padding-top:28px;border-top:1px solid #ded4c3}
.trade-term-intro h4{margin:0 0 12px;color:#1b1812;font-size:24px;line-height:1.35}
.trade-term-intro>p:last-child{margin:0;color:#5c554b;font-size:16px;line-height:1.8}
.trade-term-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px}
.trade-term-list article{padding:20px;border:1px solid #dfd3bf;background:#fffdf8}
.trade-term-list h5,.trade-term-checklist h5{margin:0 0 10px;color:#9a6b22;font-size:17px;line-height:1.4}
.trade-term-list p{margin:8px 0 0;color:#5d564c;font-size:14px;line-height:1.7}
.trade-term-list strong{color:#28231d}
.trade-term-checklist{margin-top:18px;padding:24px 26px;background:#171915;color:#eee8dd}
.trade-term-checklist h5{color:#d8b272;font-size:19px}
.trade-term-checklist ul{margin:0;padding-left:20px;columns:2;column-gap:34px}
.trade-term-checklist li{break-inside:avoid;margin:0 0 10px;color:#d4cdc2;line-height:1.65}
.trade-term-source{margin:18px 0 0!important;padding-top:16px;border-top:1px solid rgba(216,178,114,.28);color:#aaa296!important;font-size:13px!important;line-height:1.7!important}
.trade-term-source a{color:#e1bc79;text-underline-offset:3px}
.gp-help-library .knowledge-faq{scroll-margin-top:120px;padding:52px 56px;background:#131512;color:#fff}
.gp-help-library .knowledge-faq h2{color:#fff}.gp-help-library .knowledge-faq-head>p{color:#bdb5aa}
.gp-help-library .knowledge-faq-list{columns:2;column-gap:54px}
.gp-help-library .knowledge-faq-list h3,.gp-help-library .knowledge-faq-list details{break-inside:avoid}
.gp-help-library .knowledge-faq-list h3{margin:32px 0 0;padding:16px 0 12px;border-bottom:1px solid rgba(215,173,97,.3);color:#d7ad61;font-size:20px}
.gp-help-library .knowledge-faq-list h3:first-child{margin-top:0}.gp-help-library .knowledge-faq details{border-bottom:1px solid rgba(215,173,97,.22)}
.gp-help-library .knowledge-faq summary{padding:19px 28px 19px 0;color:#fff;font-weight:720;line-height:1.55;cursor:pointer}
.gp-help-library .knowledge-faq details p{margin:-2px 0 22px;color:#c9c2b8;line-height:1.8}
.gp-help-question-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px;margin-top:6px}
.gp-help-question-column .gp-help-page-card{padding:36px;border-radius:20px}
.gp-help-question-column h2{margin:0 0 20px;font-size:clamp(28px,3vw,40px)}
.gp-review-center{scroll-margin-top:150px;margin-top:28px;padding:clamp(30px,5vw,58px);border:1px solid var(--gp-help-line);border-radius:22px;background:#f3eadb;color:#17130d}
.gp-review-head{max-width:880px}.gp-review-head h2{margin:0 0 16px;font-size:clamp(38px,4.8vw,60px);line-height:1.05;letter-spacing:-.025em}.gp-review-head>p:last-child{margin:0;color:#665e52;font-size:18px;line-height:1.8}
.gp-review-demo-notice{display:grid;grid-template-columns:max-content minmax(0,1fr);gap:16px;margin:28px 0 24px;padding:18px 20px;border-left:4px solid #a87827;background:#fff9ee;color:#5c5142;line-height:1.7}.gp-review-demo-notice strong{color:#17130d}
.gp-review-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #d7c8ae;border-bottom:1px solid #d7c8ae}.gp-review-stats>div{display:grid;gap:5px;padding:20px}.gp-review-stats>div+div{border-left:1px solid #d7c8ae}.gp-review-stats strong{font-size:clamp(24px,3vw,34px)}.gp-review-stats span{color:#756b5d;font-size:14px}
.gp-review-rules{margin-top:30px;padding:26px;border:1px solid #d7c8ae;background:#fff}.gp-review-rules-head h3{margin:0 0 20px;font-size:clamp(24px,2.8vw,34px);line-height:1.25}.gp-review-rules-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:1px solid #e5dac8}.gp-review-rules-grid>div{display:grid;align-content:start;gap:8px;padding:18px 15px}.gp-review-rules-grid>div+div{border-left:1px solid #e5dac8}.gp-review-rules-grid strong{color:#17130d;font-size:16px}.gp-review-rules-grid span{color:#6b6257;font-size:13px;line-height:1.65}
.gp-review-controls{display:grid;grid-template-columns:2fr repeat(4,minmax(120px,1fr));gap:12px;margin-top:28px}.gp-review-controls label{display:grid;gap:7px;color:#4e463b;font-size:14px;font-weight:750}.gp-review-controls input,.gp-review-controls select{width:100%;min-height:48px;padding:10px 12px;border:1px solid #b8aa94;border-radius:8px;background:#fff;color:#17130d;font:16px/1.3 inherit}
.gp-review-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:18px 0}.gp-review-toolbar p{margin:0;color:#665e52}.gp-review-toolbar>span{max-width:520px;color:#6b6257;font-size:13px;font-weight:700;line-height:1.55;text-align:end}
.gp-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.gp-review-card{display:flex;min-width:0;flex-direction:column;padding:26px;border:1px solid #dfd2bd;border-radius:14px;background:#fff}.gp-review-card-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#746a5d;font-size:13px;font-weight:750}.gp-review-card-meta time{color:#8a5d17}.gp-review-card h3{margin:0;color:#17130d;font-size:22px;line-height:1.35}.gp-review-card blockquote{flex:1;margin:15px 0 20px;color:#4f483f;font-size:16px;line-height:1.8}.gp-review-card-tags{display:flex;flex-wrap:wrap;gap:8px}.gp-review-card-tags span{padding:5px 9px;border-radius:999px;background:#eee6d8;color:#5b5144;font-size:12px}.gp-review-demo-label{margin:16px 0 0;padding-top:13px;border-top:1px solid #ece3d5;color:#8b362e;font-size:12px;font-weight:850;letter-spacing:.04em}
.gp-review-source{margin:18px 0 10px;color:#8a5d17;font-size:12px;font-weight:850;letter-spacing:.05em}.gp-review-case-link{align-self:flex-start;margin-top:18px;color:#12372d;font-size:13px;font-weight:850;text-decoration-thickness:1px;text-underline-offset:4px}
.gp-review-empty{padding:28px;text-align:center}.gp-review-pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:26px}.gp-review-pagination button{min-height:44px;padding:9px 16px;border:1px solid #12372d;border-radius:8px;background:#fff;color:#12372d;font-weight:800;cursor:pointer}.gp-review-pagination button:disabled{cursor:not-allowed;opacity:.38}.gp-review-pagination span{min-width:92px;text-align:center;color:#665e52;font-size:14px}
[dir=rtl] .gp-help-library .knowledge-faq summary{padding-right:0;padding-left:28px}
@media(max-width:900px){.gp-help-library .knowledge-faq-list,.gp-help-faq-columns{columns:1}.gp-help-question-column{grid-template-columns:1fr}}
@media(max-width:900px){#knowledge-directory .editorial-visual-card{grid-template-columns:1fr}#knowledge-directory .editorial-card-media{min-height:0;aspect-ratio:16/10}}
@media(max-width:900px){.support-solutions .gp-solutions-content-library #knowledge-directory .editorial-visual-card,.gp-solutions-content-library[data-solutions-news] .editorial-visual-card{grid-template-columns:1fr}.support-solutions .gp-solutions-content-library #knowledge-directory .editorial-card-media,.gp-solutions-content-library[data-solutions-news] .editorial-card-media{height:auto;aspect-ratio:16/9}.support-solutions .gp-solutions-content-library #knowledge-directory .editorial-card-copy{padding:8px 0 10px}.gp-solutions-content-library[data-solutions-news] .editorial-card-copy{padding:22px 0 28px}.classic-case-story>summary{grid-template-columns:minmax(0,1fr) auto}.classic-case-story>summary>strong{grid-column:auto}.classic-case-story-body{padding-left:0}}
@media(max-width:760px){.gp-help-page-inner{padding-top:28px}.gp-help-page h1{margin-top:24px;font-size:clamp(40px,13vw,58px)}.gp-help-core,.gp-help-shell{margin-top:36px}.gp-help-faq-card{padding:24px}.gp-help-library .editorial-visual-grid{grid-template-columns:1fr;gap:18px}.gp-help-library .directory-section,.gp-help-library .knowledge-faq{margin-bottom:30px;padding:24px;border-radius:16px}.gp-help-library .knowledge-faq{padding:28px 24px}.gp-help-library .directory-section>h2,.gp-help-library .knowledge-faq h2,.gp-help-core-head h2{font-size:clamp(34px,11vw,46px)}.gp-help-library .directory-section>p,.gp-help-library .knowledge-faq-head>p{margin-bottom:24px;font-size:16px}.gp-help-library .editorial-card-copy,#knowledge-directory .editorial-card-copy{padding:22px}.knowledge-topic-depth{padding:20px}.knowledge-topic-depth ul,.knowledge-article-chapters,.trade-term-list{grid-template-columns:1fr}.trade-term-checklist{padding:20px}.trade-term-checklist ul{columns:1}.gp-help-question-column{gap:18px}.gp-help-question-column .gp-help-page-card{padding:24px}}
@media(max-width:1100px){.gp-review-rules-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gp-review-rules-grid>div+div{border-left:0}.gp-review-rules-grid>div:nth-child(even){border-left:1px solid #e5dac8}.gp-review-controls{grid-template-columns:repeat(2,minmax(0,1fr))}.gp-review-search-field{grid-column:1/-1}}
@media(max-width:760px){.gp-review-center{padding:26px 20px;border-radius:16px}.gp-review-demo-notice{grid-template-columns:1fr;gap:5px}.gp-review-stats{grid-template-columns:1fr}.gp-review-stats>div+div{border-top:1px solid #d7c8ae;border-left:0}.gp-review-rules{padding:22px 18px}.gp-review-rules-grid,.gp-review-controls,.gp-review-grid{grid-template-columns:1fr}.gp-review-rules-grid>div,.gp-review-rules-grid>div:nth-child(even){border-left:0;border-bottom:1px solid #e5dac8}.gp-review-search-field{grid-column:auto}.gp-review-toolbar{align-items:flex-start;flex-direction:column}.gp-review-toolbar>span{text-align:start}.gp-review-card{padding:22px}}
@media(max-width:760px){.support-solutions .gp-solutions-content-library #knowledge-directory .knowledge-file-standards .editorial-card-copy{padding:8px 0 10px}.knowledge-standard-answer>summary{padding-right:40px}.knowledge-standard-answer>p{padding-right:0}.knowledge-file-standards .knowledge-topic-qa{margin-top:18px}}
@media(max-width:760px){.printing-case-library>summary{padding:18px 0}.printing-case-library>summary p{font-size:15px}.printing-case-controls,.content-library-controls{grid-template-columns:1fr;gap:8px}.printing-case-story-panel{padding-top:22px}.printing-case-story-panel dl>div{grid-template-columns:1fr;gap:7px;padding:15px 0}.printing-case-navigation{justify-content:space-between;gap:8px}.printing-case-navigation button{padding-inline:11px}.printing-case-result{padding-block:15px;font-size:18px}}

/* Approved 2026-08-02 architecture: Project Service + pure technical Help Center */
#start-project,#project-cases,#cooperation-clients,#customer-reviews,#news-center,#help-ask,#help-faq,#knowledge-directory,#help-ticket{scroll-margin-top:150px}
.gp-project-service-library{display:grid;min-width:0;gap:0;margin-top:clamp(56px,8vw,110px);background:#f7f2e8;color:#17130d}
.gp-project-service-section{width:100%;margin:0;border-top:1px solid #ddd0ba}
.gp-project-service-cases{padding:clamp(62px,8vw,104px) clamp(16px,5vw,72px)}
.gp-project-service-cases .project-case-directory{width:100%!important;max-width:none!important;margin:0!important;padding:0;border:0;background:transparent;box-shadow:none}
.gp-project-service-cases .project-case-directory>h2,.gp-project-service-news .directory-section>h2{margin:0 0 16px;color:#17130d;font-size:clamp(38px,4.8vw,60px);font-weight:850;line-height:1.05;letter-spacing:-.025em}
.gp-project-service-cases .project-case-directory>.evidence-note,.gp-project-service-news .directory-section>p{max-width:900px;margin:0 0 34px;color:#665e52;font-size:18px;line-height:1.8}
.gp-project-service-reviews{min-width:0;max-width:none;margin:0;padding:clamp(62px,8vw,104px) clamp(16px,5vw,72px);overflow-x:hidden;border:0;border-top:1px solid #ddd0ba;border-radius:0;background:#f3eadb}
.gp-project-service-news{padding:clamp(62px,8vw,104px) clamp(16px,5vw,72px);background:#fff}
.gp-project-service-news .directory-section{width:100%;max-width:none;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.gp-project-service-news .content-library-controls{margin-top:30px}
.news-filter-summary{margin-top:0;margin-bottom:18px;padding:0;color:#5f5547;font-size:15px;font-weight:800;line-height:1.7}
.gp-project-service-reviews>.gp-review-head{width:100%;max-width:none!important;margin:0!important}
.gp-project-service-reviews>.gp-review-controls,.gp-project-service-reviews>.gp-review-grid,.gp-project-service-reviews>.gp-review-empty{width:min(1320px,100%);max-width:1320px!important;margin-inline:auto!important}
.gp-project-service-cases .printing-case-library,.gp-project-service-news .content-library-controls,.gp-project-service-news .news-filter-summary,.gp-project-service-news .editorial-visual-grid,.gp-project-service-news .content-library-empty,.gp-project-service-news .news-archive-navigation{width:min(1320px,100%);max-width:1320px;margin-inline:auto}
.gp-project-service-library .project-case-directory>h2,.gp-project-service-library .gp-client-wall-head>h2,.gp-project-service-library .gp-review-head>h2,.gp-project-service-library .gp-project-service-news .directory-section>h2{margin:0 0 16px;color:#17130d;font-size:clamp(38px,4.8vw,60px);font-weight:850;line-height:1.05;letter-spacing:-.025em}
.gp-project-service-library .project-case-directory>.evidence-note,.gp-project-service-library .gp-client-subtitle,.gp-project-service-library .gp-review-head>p,.gp-project-service-library .gp-project-service-news .directory-section>p{max-width:900px;margin:0 0 34px;color:#665e52;font-size:18px;line-height:1.8}
.gp-help-technical-flow{gap:32px}
.gp-help-technical-flow>.gp-help-page-card{padding:clamp(28px,4vw,48px);border-radius:22px}
.gp-help-technical-flow>#help-ask,.gp-help-technical-flow>#help-faq,.gp-help-technical-flow>.gp-help-knowledge-library,.gp-help-technical-flow>#help-ticket{width:100%;max-width:none;margin-inline:0}
.gp-help-knowledge-library{margin:10px 0}
.gp-help-knowledge-library #knowledge-directory{margin-bottom:0}
.gp-help-technical-flow .gp-help-faq-card>p:not(.gp-help-core-kicker){max-width:820px;color:#665e52;font-size:17px;line-height:1.75}
@media(max-width:760px){.gp-client-wall,.gp-project-service-cases,.gp-project-service-news,.gp-project-service-reviews{padding:48px 20px}.gp-project-service-cases .project-case-directory>h2,.gp-client-wall-head>h2,.gp-review-head>h2,.gp-project-service-news .directory-section>h2{font-size:clamp(34px,11vw,46px)}.gp-project-service-cases .project-case-directory>.evidence-note,.gp-client-subtitle,.gp-review-head>p,.gp-project-service-news .directory-section>p{font-size:16px}.gp-help-technical-flow{gap:22px}.gp-help-technical-flow>.gp-help-page-card{padding:24px}.gp-help-technical-flow>#help-ticket{margin-left:0}}

/* 2026-08-03 project-service controls: compact search, reachable close, category archive */
.printing-case-search-controls{position:sticky;top:106px;z-index:8;display:block;padding:16px 0;background:rgba(247,242,232,.97);box-shadow:0 1px 0 #d8cdbb}
.content-selector-row{display:grid;gap:10px;align-items:center}
.case-selector-row{position:relative;grid-template-columns:minmax(210px,.72fr) minmax(300px,1.28fr)}
.case-selector-row input{min-width:0}
.news-selector-row{grid-template-columns:minmax(180px,.52fr) minmax(280px,1.48fr) auto}
.news-selector-row-no-search{grid-template-columns:minmax(180px,.52fr) minmax(280px,1.48fr)}
.content-selector-row select{min-width:0}
.content-search-toggle,.case-top-close{min-height:46px;padding:9px 15px;border:1px solid #b99a65;background:#fff;color:#433a2e;font:800 14px/1.25 inherit;cursor:pointer}
.case-top-close{position:absolute;top:0;left:calc(100% + 10px);white-space:nowrap}
.content-search-toggle{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:94px}
.content-search-toggle>[aria-hidden]{font-size:22px;font-weight:500;line-height:1}
.content-search-panel{display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;align-items:center;padding:12px 0 2px}
.content-search-panel[hidden],.case-top-close[hidden],.content-library-empty[hidden]{display:none}
.content-search-panel input{min-width:0}
.news-archive-controls{display:block;padding:0}
.content-library-empty{margin:20px 0 0;padding:22px;border:1px solid #d8cdbb;background:#f8f3e9;color:#665e52;text-align:center}
.printing-case-navigation button{min-height:44px}
.news-meta span{padding-left:0;padding-inline-start:16px}
.news-meta span::before{left:auto;inset-inline-start:0}

/* One unified client wall: no category split, card, border, shadow, or Japanese company. */
.gp-client-wall{padding:clamp(62px,8vw,104px) clamp(16px,5vw,72px);background:#f7f2e8;color:#17130d}
.gp-client-wall-head{width:100%;max-width:none;margin-inline:0}
.gp-client-grid,.gp-client-wall-note{width:min(1320px,100%);max-width:1320px;margin-inline:auto}
.gp-client-wall-head{max-width:none!important;margin:0!important;text-align:start}
.gp-client-wall-head h2{margin:0 0 16px;color:#17130d;font-size:clamp(38px,4.8vw,60px);font-weight:850;line-height:1.05;letter-spacing:-.025em}
.gp-client-wall-head>p:last-child{margin:0;color:#665e52;font-size:17px;line-height:1.75}
.gp-client-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:28px 22px;margin-top:42px}
.gp-client-item{display:flex;min-width:0;align-items:center;justify-content:center;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none}
.gp-client-mark{display:flex;flex:0 0 68px;width:68px;height:30px;align-items:center;justify-content:center;background:transparent}
.gp-client-mark img{display:block;max-width:68px;max-height:28px;width:auto;height:auto;object-fit:contain;filter:saturate(.82) contrast(1.02)}
.gp-client-mark img[src$=".jpg"]{mix-blend-mode:multiply}
.gp-client-name{display:grid;min-width:0;gap:2px;line-height:1.18}
.gp-client-name strong{overflow-wrap:anywhere;color:#29241d;font-size:11px;font-weight:800}
.gp-client-name small{color:#786f63;font-size:10px}
.gp-client-wall-note{margin-top:38px!important;color:#7b7061;font-size:12px;line-height:1.65;text-align:center}

.gp-review-controls{position:relative;grid-template-columns:minmax(210px,.68fr) minmax(300px,1.3fr) minmax(128px,.42fr);gap:10px;align-items:center}
.gp-project-service-reviews>.gp-review-controls{width:100%!important;min-width:0;box-sizing:border-box}
.gp-review-controls input,.gp-review-controls select{min-width:0}.gp-review-search-field{grid-column:auto}
.gp-review-single .gp-review-controls input,.gp-review-single .gp-review-controls select{width:100%;min-height:46px;padding:10px 42px 10px 14px;border:1px solid #c7cdbf;border-radius:0;background:#fff;color:#2b3c31;font-family:inherit;font-size:16px;font-weight:650;line-height:1.4}
.gp-review-message-toggle{width:100%;min-height:46px;padding:10px 16px;border:1px solid #2f6b48;border-radius:0;background:#357a53;color:#fff;font:700 16px/1.4 inherit;cursor:pointer;transition:background .16s ease,border-color .16s ease}
.gp-review-message-toggle:hover,.gp-review-message-toggle:focus-visible{border-color:#275d3e;background:#2f6b48}.gp-review-message-toggle[aria-expanded="true"]{background:#2b6443}
.gp-review-message-panel{display:grid;grid-template-columns:1fr;gap:14px;width:min(1320px,100%);max-width:1320px;margin:14px auto 0;padding:22px;border:1px solid #cfc1aa;background:#fffaf1;box-sizing:border-box}
.gp-review-message-panel[hidden]{display:none}
.gp-review-message-lead{display:flex;align-items:baseline;gap:14px;padding-bottom:14px;border-bottom:1px solid #ded3c1;color:#665e52}.gp-review-message-lead strong{color:#17130d;font-size:21px}.gp-review-message-lead span{font-size:14px;line-height:1.6}
.gp-review-message-panel label{display:grid;gap:8px;color:#4f5d53;font-size:14px;font-weight:700}
.gp-review-message-panel input,.gp-review-message-panel select,.gp-review-message-panel textarea{width:100%;min-width:0;padding:11px 13px;border:1px solid #b7c7bb;border-radius:0;background:#fff;color:#24352b;font:500 16px/1.55 inherit;box-sizing:border-box}
.gp-review-message-panel input:focus,.gp-review-message-panel select:focus,.gp-review-message-panel textarea:focus{border-color:#357a53;outline:2px solid rgba(53,122,83,.16);outline-offset:1px}
.gp-review-message-panel input,.gp-review-message-panel select{min-height:46px}
.gp-review-message-panel textarea{resize:vertical}
.gp-review-message-rating{min-width:0;margin:0;padding:0;border:0}
.gp-review-message-rating legend{margin:0 0 8px;padding:0;color:#4f5d53;font-size:14px;font-weight:700}
.gp-review-dimension-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:18px;border:1px solid #d9cdb9;background:#fff}
.gp-review-star-picker{display:flex;align-items:center;gap:10px;min-height:46px}
.gp-review-message-panel .gp-star-option{display:inline-flex;position:relative;align-items:center;justify-content:center;width:42px;height:42px;cursor:pointer}
.gp-star-option input{position:absolute!important;width:1px!important;height:1px!important;min-height:0!important;margin:-1px!important;padding:0!important;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0!important}
.gp-star-symbol{color:#b49b70;font-family:"Helvetica Neue",Arial,sans-serif;font-size:31px;font-weight:300;line-height:1;transition:transform .12s ease,color .12s ease}
.gp-star-option:hover .gp-star-symbol,.gp-star-option:focus-within .gp-star-symbol{color:#8f6a2c;transform:scale(1.05)}
.gp-star-option:focus-within{outline:2px solid #a87827;outline-offset:2px}
.gp-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.gp-review-message-time{display:flex;align-items:center;gap:12px;margin:0;padding:12px 14px;border:1px solid #d9cdb9;background:#fff;color:#5f5547;font-size:14px;line-height:1.5}
.gp-review-average{display:flex;align-items:baseline;justify-content:flex-end;gap:8px;margin:0;color:#665e52}.gp-review-average strong{color:#a87827;font-size:30px;line-height:1}.gp-review-average span:first-child{color:#17130d;font-weight:800}
.gp-review-message-time strong{color:#17130d}.gp-review-message-time time{font-variant-numeric:tabular-nums}
.gp-review-message-actions{display:flex;align-items:center;gap:16px}
.gp-review-message-actions button{min-height:46px;padding:10px 22px;border:1px solid #2f6b48;border-radius:0;background:#357a53;color:#fff;font:700 15px/1.4 inherit;cursor:pointer;transition:background .16s ease,border-color .16s ease}.gp-review-message-actions button:hover,.gp-review-message-actions button:focus-visible{border-color:#275d3e;background:#2f6b48}
.gp-review-message-actions p{margin:0;color:#665e52;font-size:13px;line-height:1.6}
.gp-review-source{margin-top:0}
.gp-review-stars{margin:0 0 12px;color:#a87827;font-size:20px;font-weight:900;letter-spacing:.12em;line-height:1}
.gp-review-card-time{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin:0 0 12px;color:#6c6255;font-size:14px;font-weight:800}.gp-review-card-time time{color:#8a641f;font-variant-numeric:tabular-nums}.gp-review-card-time span{padding-inline-start:12px;border-inline-start:1px solid #cfc1aa}
.gp-review-card-dimensions{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 0}.gp-review-card-dimensions span{padding:6px 9px;border:1px solid #d7c9b3;background:#fffaf1;color:#4f5d53;font-size:12px;font-weight:750}
.gp-review-single .gp-review-grid{display:block}.gp-review-single .gp-review-grid[hidden]{display:none}
.gp-review-single .gp-review-close{position:absolute;top:0;left:calc(100% + 10px);min-height:46px;padding:9px 15px;border:1px solid #b99a65;border-radius:0;background:#fff;color:#433a2e;font:800 14px/1.25 inherit;white-space:nowrap;cursor:pointer}.gp-review-close[hidden]{display:none}

@media(max-width:1100px){
  .gp-client-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
}
@media(max-width:820px){
  .news-selector-row{grid-template-columns:1fr}
  .content-search-toggle{width:100%}
  .case-top-close,.gp-review-single .gp-review-close{top:calc(100% + 8px);right:0;left:auto}
  .case-selector-row:has(.case-top-close:not([hidden])),.gp-review-controls:has(.gp-review-close:not([hidden])){margin-bottom:56px}
  .gp-client-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px 18px}
  .gp-review-dimension-grid{grid-template-columns:1fr}.gp-review-message-lead{align-items:flex-start;flex-direction:column;gap:4px}
  .gp-client-item{flex-direction:column;text-align:center}
  .gp-review-search-field{grid-column:auto}
}
@media(max-width:520px){
  .printing-case-search-controls{top:76px;padding:12px 0}
  .case-selector-row{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:6px}
  .content-search-toggle{min-width:48px;padding-inline:8px}
  .case-top-close{padding-inline:8px}
  .case-selector-row input,.case-selector-row select{padding-inline:9px}
  .content-search-toggle-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
  .content-search-panel{grid-template-columns:1fr;gap:7px}
  .project-case-directory .printing-case-story-panel{padding:20px 16px 12px!important}
  .printing-case-article{font-size:16px;line-height:1.9}
  .printing-case-navigation{flex-wrap:wrap;justify-content:center}
  .gp-client-wall{padding:48px 20px}
  .gp-client-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 16px}
  .gp-client-mark{width:62px;height:28px;flex-basis:28px}
  .gp-client-mark img{max-width:62px;max-height:25px}
  .gp-client-name strong{font-size:11px}.gp-client-name small{font-size:10px}
  .gp-review-controls{grid-template-columns:1fr;gap:6px}.gp-review-search-field{grid-column:auto}
  .gp-review-single .gp-review-controls input,.gp-review-single .gp-review-controls select{padding-inline:9px}
  .gp-review-single .gp-review-close{padding-inline:8px}
  .gp-review-message-panel{grid-template-columns:1fr;padding:16px}.gp-review-message-content,.gp-review-message-actions{grid-column:auto}.gp-review-message-actions{align-items:stretch;flex-direction:column}.gp-review-message-actions button{width:100%}
}
