/*
Theme Name: GPG Relaunch
Theme URI: https://gpg.de
Author: GERMAN PRINT GROUP GmbH
Author URI: https://gpg.de
Description: Individuelles, zweisprachiges Corporate Theme für die GERMAN PRINT GROUP. WPML- und Yoast-kompatibel.
Version: 1.0.0
Requires at least: 6.6
Tested up to: 6.9
Requires PHP: 8.1
Text Domain: gpg-relaunch
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --gpg-ink: #101114;
  --gpg-muted: #6e6e73;
  --gpg-line: #d8d8dc;
  --gpg-soft: #f5f5f7;
  --gpg-blue: #0066cc;
  --gpg-brand: #0c4e88;
  --gpg-green: #185f47;
  --gpg-white: #fff;
  --gpg-radius: 30px;
  --gpg-shell: 1380px;
  --gpg-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --gpg-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--gpg-white);
  color: var(--gpg-ink);
  font-family: var(--gpg-font);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  top: 8px; left: 8px; z-index: 1000;
  width: auto; height: auto; padding: 12px 16px; margin: 0;
  clip: auto; overflow: visible; background: #fff; color: #000;
  border-radius: 8px; box-shadow: 0 4px 20px rgba(0,0,0,.2);
}
:focus-visible { outline: 3px solid rgba(0,102,204,.45); outline-offset: 4px; }
.gpg-shell { width: min(var(--gpg-shell), calc(100% - 72px)); margin-inline: auto; }
.gpg-section { padding-block: 150px; }
.gpg-eyebrow {
  color: var(--gpg-muted); font-size: 12px; font-weight: 650;
  letter-spacing: .17em; line-height: 1.2; text-transform: uppercase;
}
.gpg-button {
  width: max-content; min-height: 50px; border: 0; border-radius: 999px;
  padding: 0 23px; display: inline-flex; align-items: center; justify-content: center;
  gap: 18px; font-size: 14px; font-weight: 650; cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.gpg-button:hover { transform: translateY(-2px); }
.gpg-button--primary { background: var(--gpg-blue); color: #fff; }
.gpg-button--primary:hover { background: #0077ed; color: #fff; }
.gpg-button--dark { background: var(--gpg-ink); color: #fff; }
.gpg-button--light { background: #fff; color: var(--gpg-ink); }
.gpg-text-link { color: var(--gpg-blue); font-size: 15px; font-weight: 600; }
.gpg-text-link span { margin-left: 8px; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 100;
  border-bottom: 1px solid rgba(0,0,0,.06);
  background: rgba(255,255,255,.88);
  -webkit-backdrop-filter: saturate(180%) blur(22px);
  backdrop-filter: saturate(180%) blur(22px);
}
.gpg-nav-shell {
  width: min(1450px, calc(100% - 48px)); height: 72px; margin: auto;
  display: flex; align-items: center; gap: 27px;
}
.gpg-brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.gpg-brand img { width: 42px; height: 42px; object-fit: contain; border-radius: 10px; }
.gpg-brand__text { display: flex; flex-direction: column; line-height: 1; }
.gpg-brand__text strong { font-size: 12px; letter-spacing: .05em; }
.gpg-brand__text small { margin-top: 5px; color: var(--gpg-muted); font-size: 8px; font-weight: 650; letter-spacing: .16em; }
.gpg-desktop-nav { display: flex; align-items: center; gap: 22px; }
.gpg-menu { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 22px; }
.gpg-desktop-nav a { color: #343439; font-size: 13px; transition: color .2s ease; }
.gpg-desktop-nav a:hover, .gpg-desktop-nav a[aria-current="page"], .gpg-desktop-nav .current-menu-item > a { color: var(--gpg-blue); }
.gpg-nav-cta { border-radius: 999px; background: var(--gpg-ink); color: #fff; padding: 11px 18px; font-size: 13px; font-weight: 650; }
.gpg-language-switcher { display: flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 650; }
.gpg-language-switcher a { color: var(--gpg-muted); text-transform: uppercase; }
.gpg-language-switcher a.is-active { color: var(--gpg-ink); }
.gpg-mobile-nav { display: none; position: relative; }
.gpg-mobile-nav summary {
  width: 40px; height: 40px; border-radius: 50%; background: var(--gpg-soft);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 6px; cursor: pointer; list-style: none;
}
.gpg-mobile-nav summary::-webkit-details-marker { display: none; }
.gpg-mobile-nav summary span { width: 16px; height: 1px; background: var(--gpg-ink); }
.gpg-mobile-nav__panel {
  position: absolute; top: 54px; right: 0; min-width: 245px; padding: 18px;
  border-radius: 18px; background: #fff; box-shadow: 0 20px 60px rgba(0,0,0,.14);
  display: flex; flex-direction: column; gap: 3px;
}
.gpg-mobile-nav__panel a { padding: 10px 8px; font-size: 14px; }
.gpg-mobile-menu, .gpg-footer-menu { list-style: none; margin: 0; padding: 0; }
.gpg-mobile-menu { display: flex; flex-direction: column; align-items: stretch; }

/* Home hero */
.gpg-hero { padding-top: 105px; }
.gpg-hero h1 {
  max-width: 1120px; margin: 23px 0 31px;
  font-size: clamp(62px, 9.5vw, 150px); font-weight: 650;
  letter-spacing: -.072em; line-height: .84;
}
.gpg-hero h1 span { display: block; color: var(--gpg-brand); }
.gpg-hero__copy-row {
  display: grid; grid-template-columns: minmax(0,650px) auto;
  align-items: end; justify-content: space-between; gap: 40px;
}
.gpg-hero__copy-row p { margin: 0; color: #3b3b40; font-size: clamp(18px,2vw,27px); letter-spacing: -.025em; line-height: 1.42; }
.gpg-hero__media {
  position: relative; height: min(72vw,810px); min-height: 540px; margin-top: 70px;
  overflow: hidden; border-radius: var(--gpg-radius); background: #111;
}
.gpg-hero__media > img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.gpg-hero__shade { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 45%,rgba(0,0,0,.58)); }
.gpg-hero__statement { position: absolute; left: 48px; bottom: 45px; color: #fff; font-size: clamp(21px,2.5vw,37px); letter-spacing: -.035em; }
.gpg-hero__statement strong { display: block; }
.gpg-hero__badge {
  position: absolute; right: 36px; top: 36px; width: 148px; height: 148px;
  border-radius: 50%; background: rgba(255,255,255,.94); text-align: center;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: 0 18px 50px rgba(0,0,0,.16);
}
.gpg-hero__badge strong { font-size: 39px; letter-spacing: -.06em; line-height: 1; }
.gpg-hero__badge span { max-width: 90px; margin-top: 7px; color: var(--gpg-muted); font-size: 10px; line-height: 1.25; text-transform: uppercase; letter-spacing: .09em; }
.gpg-trust-row { display: grid; grid-template-columns: repeat(4,1fr); padding: 38px 5px 0; }
.gpg-trust-row div { display: flex; flex-direction: column; gap: 7px; border-right: 1px solid var(--gpg-line); padding-left: 30px; }
.gpg-trust-row div:first-child { padding-left: 0; }
.gpg-trust-row div:last-child { border-right: 0; }
.gpg-trust-row strong { font-size: 23px; letter-spacing: -.04em; }
.gpg-trust-row span { color: var(--gpg-muted); font-size: 12px; }

/* Shared section intro and cards */
.gpg-section-intro { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.56fr); gap: 90px; align-items: end; margin-bottom: 72px; }
.gpg-section-intro h2, .gpg-technology__copy h2, .gpg-sustainability__copy h2, .gpg-contact-cta h2 {
  margin: 20px 0 0; font-size: clamp(48px,6.3vw,94px); letter-spacing: -.063em; line-height: .98; font-weight: 620;
}
.gpg-section-intro__copy p { margin: 0 0 30px; color: var(--gpg-muted); font-size: 18px; line-height: 1.55; }
.gpg-world-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.gpg-world-card { overflow: hidden; border-radius: var(--gpg-radius); background: var(--gpg-soft); transition: transform .3s ease, box-shadow .3s ease; }
.gpg-world-card:hover { transform: translateY(-5px); box-shadow: 0 25px 80px rgba(0,0,0,.09); }
.gpg-world-card__image { aspect-ratio: 1.5; overflow: hidden; }
.gpg-world-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.gpg-world-card:hover img { transform: scale(1.025); }
.gpg-world-card__content { min-height: 185px; display: grid; grid-template-columns: 34px 1fr 20px; gap: 18px; padding: 34px; }
.gpg-world-card__content > span { color: var(--gpg-muted); font: 12px var(--gpg-mono); }
.gpg-world-card__content h3 { margin: 0 0 12px; font-size: 27px; letter-spacing: -.04em; }
.gpg-world-card__content p { max-width: 430px; margin: 0; color: var(--gpg-muted); line-height: 1.55; }
.gpg-world-card__content b { color: var(--gpg-blue); }

.gpg-technology { background: var(--gpg-soft); }
.gpg-technology__grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 80px; align-items: center; }
.gpg-technology__copy > p { max-width: 550px; margin: 32px 0; color: var(--gpg-muted); font-size: 19px; line-height: 1.58; }
.gpg-feature-list { list-style: none; margin: 0 0 38px; padding: 0; border-top: 1px solid var(--gpg-line); }
.gpg-feature-list li { padding: 17px 0; border-bottom: 1px solid var(--gpg-line); font-size: 15px; }
.gpg-feature-list span { display: inline-block; width: 40px; color: var(--gpg-muted); font: 11px var(--gpg-mono); }
.gpg-technology__visual { position: relative; min-height: 720px; overflow: hidden; border-radius: var(--gpg-radius); background: #ddd; }
.gpg-technology__visual > img { width: 100%; height: 100%; object-fit: cover; }
.gpg-technology__number { position: absolute; left: 26px; right: 26px; bottom: 26px; padding: 28px; border-radius: 22px; background: rgba(255,255,255,.88); backdrop-filter: blur(18px); }
.gpg-technology__number strong { display: block; font-size: clamp(58px,7vw,100px); line-height: .85; letter-spacing: -.075em; }
.gpg-technology__number span { display: block; margin-top: 18px; color: var(--gpg-muted); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }

.gpg-product-stage { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; }
.gpg-product-stage__image { min-height: 700px; overflow: hidden; border-radius: var(--gpg-radius); background: #111; }
.gpg-product-stage__image img { width: 100%; height: 100%; object-fit: cover; }
.gpg-product-list { border-top: 1px solid var(--gpg-line); }
.gpg-product-list a { min-height: 110px; display: grid; grid-template-columns: 50px 1fr 20px; align-items: center; border-bottom: 1px solid var(--gpg-line); transition: padding .2s ease,color .2s ease; }
.gpg-product-list a:hover { padding-left: 8px; color: var(--gpg-blue); }
.gpg-product-list span { color: var(--gpg-muted); font: 11px var(--gpg-mono); }
.gpg-product-list strong { font-size: 27px; letter-spacing: -.035em; }

.gpg-soft-section { background: var(--gpg-soft); }
.gpg-process-grid { display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid var(--gpg-line); }
.gpg-process-grid article { min-height: 320px; padding: 28px 28px 28px 0; border-right: 1px solid var(--gpg-line); }
.gpg-process-grid article:not(:first-child) { padding-left: 28px; }
.gpg-process-grid article:last-child { border-right: 0; }
.gpg-process-grid span { color: var(--gpg-muted); font: 11px var(--gpg-mono); }
.gpg-process-grid h3 { margin: 110px 0 15px; font-size: 23px; letter-spacing: -.035em; }
.gpg-process-grid p { margin: 0; color: var(--gpg-muted); font-size: 14px; line-height: 1.55; }

.gpg-sustainability { display: grid; grid-template-columns: 1.05fr .95fr; gap: 85px; align-items: center; }
.gpg-sustainability__copy > p { max-width: 610px; margin: 34px 0; color: var(--gpg-muted); font-size: 18px; line-height: 1.6; }
.gpg-sustainability__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.gpg-cert-card { min-height: 390px; padding: 32px; border-radius: var(--gpg-radius); background: var(--gpg-soft); display: flex; flex-direction: column; justify-content: flex-end; }
.gpg-cert-card > span { margin-bottom: auto; font-size: 55px; font-weight: 680; letter-spacing: -.065em; }
.gpg-cert-card h3 { margin: 0 0 12px; font-size: 22px; letter-spacing: -.03em; }
.gpg-cert-card p { margin: 0; color: var(--gpg-muted); font-size: 14px; line-height: 1.5; }
.gpg-cert-card--green { background: var(--gpg-green); color: #fff; }
.gpg-cert-card--green p { color: rgba(255,255,255,.72); }

.gpg-reference-section { background: var(--gpg-ink); color: #fff; }
.gpg-section-intro--inverse .gpg-eyebrow, .gpg-section-intro--inverse p { color: #a3a3a8; }
.gpg-section-intro--inverse .gpg-text-link { color: #2997ff; }
.gpg-reference-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 20px; }
.gpg-reference-card { position: relative; min-height: 490px; overflow: hidden; border-radius: var(--gpg-radius); background: #29292d; }
.gpg-reference-card:nth-child(3), .gpg-reference-card:nth-child(4) { min-height: 390px; }
.gpg-reference-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.gpg-reference-card:hover img { transform: scale(1.025); }
.gpg-reference-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 48%,rgba(0,0,0,.7)); }
.gpg-reference-card__content { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 28px; display: flex; flex-direction: column; gap: 7px; }
.gpg-reference-card__content span { color: rgba(255,255,255,.7); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.gpg-reference-card__content strong { font-size: 26px; letter-spacing: -.035em; }

/* Subpages */
.gpg-subpage-hero { padding-top: 105px; }
.gpg-subpage-hero h1, .gpg-contact-hero h1, .gpg-legal h1, .gpg-404 h1 {
  max-width: 1180px; margin: 23px 0 36px; font-size: clamp(62px,8.8vw,138px);
  font-weight: 640; letter-spacing: -.07em; line-height: .9;
}
.gpg-subpage-hero > p { max-width: 760px; margin: 0 0 68px; color: #39393e; font-size: clamp(20px,2.1vw,29px); line-height: 1.42; letter-spacing: -.025em; }
.gpg-subpage-hero__image { height: 57vw; max-height: 830px; min-height: 690px; overflow: hidden; border-radius: var(--gpg-radius); background: #ddd; }
.gpg-subpage-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.gpg-page-intro { padding-block: 145px 115px; display: grid; grid-template-columns: 1fr .78fr; gap: 100px; }
.gpg-page-intro h2, .gpg-closing-feature h2 { margin: 0; font-size: clamp(45px,5.2vw,79px); line-height: 1.02; letter-spacing: -.055em; font-weight: 620; }
.gpg-page-intro p { margin: 10px 0 0; color: var(--gpg-muted); font-size: 19px; line-height: 1.63; }
.gpg-page-stats { padding-bottom: 135px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--gpg-line); }
.gpg-page-stats div { min-height: 190px; padding: 28px 30px; border-right: 1px solid var(--gpg-line); display: flex; flex-direction: column; justify-content: space-between; }
.gpg-page-stats div:first-child { padding-left: 0; }
.gpg-page-stats div:last-child { border-right: 0; }
.gpg-page-stats strong { font-size: clamp(42px,5vw,72px); letter-spacing: -.065em; }
.gpg-page-stats span { color: var(--gpg-muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.gpg-detail-section { padding-block: 135px; background: var(--gpg-soft); }
.gpg-detail-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.gpg-detail-grid article { min-height: 370px; padding: 30px; border-radius: 24px; background: #fff; display: flex; flex-direction: column; }
.gpg-detail-grid article > span { color: var(--gpg-blue); font: 11px var(--gpg-mono); text-transform: uppercase; letter-spacing: .08em; }
.gpg-detail-grid h3 { margin: auto 0 16px; font-size: 27px; letter-spacing: -.04em; }
.gpg-detail-grid p { margin: 0; color: var(--gpg-muted); font-size: 15px; line-height: 1.58; }
.gpg-closing-feature { padding-block: 145px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 85px; }
.gpg-closing-feature__image { min-height: 650px; overflow: hidden; border-radius: var(--gpg-radius); background: #ddd; }
.gpg-closing-feature__image img { width: 100%; height: 100%; object-fit: cover; }
.gpg-closing-feature__copy p { margin: 28px 0; color: var(--gpg-muted); font-size: 18px; line-height: 1.58; }
.gpg-editor-content { max-width: 900px; margin: 0 auto; padding: 0 36px 120px; font-size: 18px; line-height: 1.7; }
.gpg-editor-content:empty { display: none; }

/* Contact */
.gpg-contact-hero { padding-block: 115px 100px; display: grid; grid-template-columns: 1.25fr .55fr; align-items: end; gap: 70px; }
.gpg-contact-hero h1 span { display: block; color: var(--gpg-brand); }
.gpg-contact-hero p { margin: 0 0 14px; color: var(--gpg-muted); font-size: 20px; line-height: 1.55; }
.gpg-contact-main { padding-block: 120px; background: var(--gpg-soft); }
.gpg-contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.gpg-contact-details { display: flex; flex-direction: column; align-items: flex-start; }
.gpg-contact-details > a { width: 100%; padding: 25px 0; border-bottom: 1px solid var(--gpg-line); display: flex; justify-content: space-between; font-size: 23px; letter-spacing: -.03em; }
.gpg-contact-details > a:hover { color: var(--gpg-blue); }
.gpg-address-card { width: 100%; margin-top: 50px; padding: 30px; border-radius: 24px; background: var(--gpg-brand); color: #fff; }
.gpg-address-card p { color: rgba(255,255,255,.72); line-height: 1.6; }
.gpg-address-card a { font-size: 13px; }
.gpg-contact-form { padding: 42px; border-radius: var(--gpg-radius); background: #fff; }
.gpg-contact-form label { display: flex; flex-direction: column; gap: 10px; margin-bottom: 26px; }
.gpg-contact-form label > span { color: var(--gpg-muted); font-size: 11px; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; }
.gpg-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.gpg-contact-form input, .gpg-contact-form select, .gpg-contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--gpg-line); border-radius: 0; background: transparent; color: var(--gpg-ink); padding: 12px 0 15px; font-size: 16px; outline: none; }
.gpg-contact-form textarea { resize: vertical; min-height: 130px; }
.gpg-contact-form input:focus, .gpg-contact-form select:focus, .gpg-contact-form textarea:focus { border-color: var(--gpg-blue); }
.gpg-checkbox { flex-direction: row !important; align-items: flex-start; gap: 11px !important; }
.gpg-checkbox input { width: 18px; margin-top: 3px; }
.gpg-checkbox span { text-transform: none !important; letter-spacing: 0 !important; line-height: 1.5; }
.gpg-form-submit-row { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.gpg-form-submit-row p { max-width: 300px; margin: 0; color: var(--gpg-muted); font-size: 12px; line-height: 1.5; }
.gpg-form-status { margin-bottom: 28px; padding: 16px 18px; border-radius: 14px; background: #e9f6ef; color: var(--gpg-green); font-size: 14px; }
.gpg-form-status--error { background: #fff0f0; color: #9d2222; }
.gpg-honeypot { position: absolute !important; left: -9999px !important; }

/* CTA, footer, legal */
.gpg-contact-cta { padding-block: 145px; background: var(--gpg-brand); color: #fff; }
.gpg-contact-cta .gpg-eyebrow { color: rgba(255,255,255,.62); }
.gpg-contact-cta h2 { font-size: clamp(60px,9vw,138px); }
.gpg-contact-cta p { max-width: 600px; margin: 34px 0; color: rgba(255,255,255,.72); font-size: 20px; line-height: 1.55; }
.site-footer { background: #f0f0f2; }
.gpg-footer-top { padding-block: 80px 70px; display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 50px; }
.gpg-footer-brand { font-size: 45px; font-weight: 700; letter-spacing: -.07em; }
.gpg-footer-top p { color: var(--gpg-muted); font-size: 13px; line-height: 1.6; }
.gpg-footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.gpg-footer-menu { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.gpg-footer-column > span { margin-bottom: 8px; color: var(--gpg-muted); font-size: 10px; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; }
.gpg-footer-column a, .gpg-footer-column p { margin: 0; font-size: 13px; }
.gpg-footer-column a:hover { color: var(--gpg-blue); }
.gpg-footer-bottom { padding-block: 22px; border-top: 1px solid #d1d1d4; display: flex; justify-content: space-between; color: var(--gpg-muted); font-size: 11px; }
.gpg-footer-bottom div { display: flex; gap: 22px; }
.gpg-legal, .gpg-404, .gpg-standard-page { min-height: 70vh; padding-block: 120px 150px; }
.gpg-legal h1, .gpg-404 h1 { font-size: clamp(60px,8vw,115px); }
.gpg-legal__copy, .gpg-standard-page__content { max-width: 820px; padding-top: 55px; border-top: 1px solid var(--gpg-line); font-size: 17px; line-height: 1.7; }
.gpg-legal__copy h2 { margin: 42px 0 14px; font-size: 23px; letter-spacing: -.03em; }
.gpg-legal__copy p { color: var(--gpg-muted); }
.gpg-404 .gpg-button { margin-top: 30px; }

/* Project archive */
.gpg-project-archive { padding-block: 110px 145px; }
.gpg-project-archive h1 { max-width: 1000px; margin: 22px 0 70px; font-size: clamp(58px,8vw,118px); letter-spacing: -.07em; line-height: .92; }
.gpg-project-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.gpg-project-card { overflow: hidden; border-radius: var(--gpg-radius); background: var(--gpg-soft); }
.gpg-project-card__image { aspect-ratio: 1.45; overflow: hidden; }
.gpg-project-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gpg-project-card:hover img { transform: scale(1.025); }
.gpg-project-card__content { padding: 28px; }
.gpg-project-card__content span { color: var(--gpg-muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.gpg-project-card__content h2 { margin: 12px 0 0; font-size: 27px; letter-spacing: -.04em; }
.gpg-pagination { margin-top: 55px; }
.gpg-single-project__hero { min-height: 76vh; position: relative; display: flex; align-items: flex-end; color: #fff; overflow: hidden; }
.gpg-single-project__hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gpg-single-project__hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.72)); }
.gpg-single-project__hero-content { position: relative; z-index: 2; padding-block: 100px 60px; }
.gpg-single-project__hero h1 { max-width: 1000px; margin: 15px 0 0; font-size: clamp(58px,8vw,120px); line-height: .9; letter-spacing: -.07em; }
.gpg-single-project__content { max-width: 900px; padding-block: 100px 140px; font-size: 19px; line-height: 1.75; }

@media (max-width: 1160px) {
  .gpg-desktop-nav { display: none; }
  .gpg-nav-cta { margin-left: auto; }
  .gpg-mobile-nav { display: block; }
  .gpg-technology__grid, .gpg-sustainability, .gpg-closing-feature, .gpg-contact-layout, .gpg-contact-hero { grid-template-columns: 1fr; }
  .gpg-process-grid { grid-template-columns: repeat(3,1fr); }
  .gpg-process-grid article:nth-child(3) { border-right: 0; }
  .gpg-process-grid article:nth-child(n+4) { border-top: 1px solid var(--gpg-line); }
  .gpg-detail-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }

@media (max-width: 760px) {
  .gpg-shell { width: min(100% - 36px,var(--gpg-shell)); }
  .gpg-section { padding-block: 92px; }
  .gpg-nav-shell { width: calc(100% - 24px); height: 64px; gap: 10px; }
  .gpg-brand img { width: 36px; height: 36px; }
  .gpg-brand__text strong { font-size: 10px; }
  .gpg-brand__text small { font-size: 7px; }
  .gpg-nav-cta { display: none; }
  .gpg-language-switcher { margin-left: auto; }
  .gpg-hero, .gpg-subpage-hero { padding-top: 70px; }
  .gpg-hero h1 { margin: 18px 0 28px; font-size: clamp(58px,20vw,92px); }
  .gpg-hero__copy-row { grid-template-columns: 1fr; gap: 26px; }
  .gpg-hero__copy-row p { font-size: 18px; }
  .gpg-hero__media { min-height: 560px; height: 130vw; margin-top: 48px; border-radius: 22px; }
  .gpg-hero__media > img { object-position: 58% center; }
  .gpg-hero__statement { left: 24px; bottom: 25px; }
  .gpg-hero__badge { width: 112px; height: 112px; top: 18px; right: 18px; }
  .gpg-hero__badge strong { font-size: 31px; }
  .gpg-trust-row { grid-template-columns: 1fr 1fr; padding-top: 25px; }
  .gpg-trust-row div, .gpg-trust-row div:first-child { padding: 20px 16px; border-right: 0; border-bottom: 1px solid var(--gpg-line); }
  .gpg-trust-row div:nth-child(odd) { border-right: 1px solid var(--gpg-line); }
  .gpg-section-intro { grid-template-columns: 1fr; gap: 30px; margin-bottom: 48px; }
  .gpg-section-intro h2, .gpg-technology__copy h2, .gpg-sustainability__copy h2 { font-size: clamp(46px,13vw,68px); }
  .gpg-section-intro__copy p { font-size: 16px; }
  .gpg-world-grid, .gpg-product-stage, .gpg-project-grid { grid-template-columns: 1fr; gap: 18px; }
  .gpg-world-card, .gpg-product-stage__image, .gpg-technology__visual, .gpg-cert-card, .gpg-reference-card { border-radius: 22px; }
  .gpg-world-card__image { aspect-ratio: 1.2; }
  .gpg-world-card__content { min-height: 170px; padding: 25px; }
  .gpg-technology__grid { gap: 50px; }
  .gpg-technology__visual { min-height: 580px; }
  .gpg-technology__number { left: 15px; right: 15px; bottom: 15px; }
  .gpg-product-stage { gap: 35px; }
  .gpg-product-stage__image { min-height: 540px; }
  .gpg-product-list a { min-height: 88px; grid-template-columns: 40px 1fr 20px; }
  .gpg-product-list strong { font-size: 22px; }
  .gpg-process-grid { grid-template-columns: 1fr; }
  .gpg-process-grid article, .gpg-process-grid article:not(:first-child) { min-height: auto; padding: 30px 0; border-right: 0; border-top: 0; border-bottom: 1px solid var(--gpg-line); }
  .gpg-process-grid h3 { margin: 48px 0 10px; }
  .gpg-sustainability { gap: 50px; }
  .gpg-sustainability__cards { grid-template-columns: 1fr; }
  .gpg-cert-card { min-height: 310px; }
  .gpg-reference-grid { grid-template-columns: 1fr; }
  .gpg-reference-card, .gpg-reference-card:nth-child(3), .gpg-reference-card:nth-child(4) { min-height: 430px; }
  .gpg-subpage-hero h1, .gpg-contact-hero h1, .gpg-legal h1, .gpg-404 h1 { font-size: clamp(56px,17vw,86px); }
  .gpg-subpage-hero > p { margin-bottom: 45px; font-size: 18px; }
  .gpg-subpage-hero__image { min-height: 530px; height: 125vw; border-radius: 22px; }
  .gpg-page-intro { padding-block: 90px 70px; grid-template-columns: 1fr; gap: 30px; }
  .gpg-page-intro h2, .gpg-closing-feature h2 { font-size: clamp(43px,12vw,64px); }
  .gpg-page-intro p { font-size: 16px; }
  .gpg-page-stats { padding-bottom: 85px; grid-template-columns: 1fr; }
  .gpg-page-stats div, .gpg-page-stats div:first-child { min-height: 125px; padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--gpg-line); }
  .gpg-detail-section { padding-block: 90px; }
  .gpg-detail-grid { grid-template-columns: 1fr; }
  .gpg-detail-grid article { min-height: 310px; border-radius: 22px; }
  .gpg-closing-feature { padding-block: 90px; gap: 50px; }
  .gpg-closing-feature__image { min-height: 520px; border-radius: 22px; }
  .gpg-contact-hero { padding-block: 75px 65px; gap: 35px; }
  .gpg-contact-main { padding-block: 75px; }
  .gpg-contact-layout { gap: 50px; }
  .gpg-contact-form { padding: 26px 20px; border-radius: 22px; }
  .gpg-field-row { grid-template-columns: 1fr; gap: 0; }
  .gpg-form-submit-row { align-items: flex-start; flex-direction: column; }
  .gpg-contact-cta { padding-block: 95px; }
  .gpg-contact-cta h2 { font-size: clamp(60px,18vw,95px); }
  .gpg-footer-top { grid-template-columns: 1fr 1fr; gap: 45px 30px; }
  .gpg-footer-top > div:first-child { grid-column: 1/-1; }
  .gpg-footer-bottom { flex-direction: column; gap: 16px; }
  .gpg-legal, .gpg-404, .gpg-standard-page { padding-block: 85px 110px; }
}

@media (prefers-reduced-motion: no-preference) {
  .gpg-hero h1, .gpg-hero__copy-row, .gpg-hero__media { animation: gpg-reveal .75s cubic-bezier(.2,.7,.2,1) both; }
  .gpg-hero__copy-row { animation-delay: .08s; }
  .gpg-hero__media { animation-delay: .16s; }
  @keyframes gpg-reveal { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
