:root {
  --ggp-ink: #15231d;
  --ggp-green: #123e34;
  --ggp-green-deep: #0b2e27;
  --ggp-cream: #f4f0e6;
  --ggp-paper: #fffdf8;
  --ggp-sand: #e6dfd0;
  --ggp-yellow: #f4b61b;
  --ggp-coral: #e9694a;
  --ggp-muted: #667069;
  --ggp-line: rgba(21, 35, 29, .18);
}

body.single-gg_deal {
  overflow-x: hidden;
  background: var(--ggp-cream);
  color: var(--ggp-ink);
}

.ggp-page,
.ggp-page * {
  box-sizing: border-box;
}

.ggp-page {
  width: min(1440px, calc(100% - 48px));
  max-width: none !important;
  margin-inline: auto;
  padding: 30px 0 112px !important;
}

.ggp-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  margin-bottom: 22px;
  color: var(--ggp-muted);
  font-size: 12px;
  letter-spacing: .025em;
}

.ggp-breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ggp-green);
  font-weight: 700;
  text-decoration: none;
}

.ggp-breadcrumb a:hover { text-decoration: underline; text-underline-offset: 4px; }

.ggp-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr);
  gap: 22px;
  align-items: start;
}

.ggp-gallery,
.ggp-buy-panel {
  border: 1px solid var(--ggp-ink);
}

.ggp-gallery {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: var(--ggp-paper);
}

.ggp-gallery-label {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 11px;
  background: var(--ggp-green);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1;
  text-transform: uppercase;
}

.ggp-gallery-label i {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--ggp-yellow);
}

.ggp-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 620px;
  margin: 0;
  padding: 58px 56px 52px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 17%, rgba(244, 182, 27, .16), transparent 27%),
    linear-gradient(145deg, #fffefa 0%, #f1eee6 100%);
}

.ggp-stage::after {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(21, 35, 29, .09);
  border-radius: 50%;
  content: "";
}

.ggp-stage img {
  position: relative !important;
  inset: auto !important;
  z-index: 1;
  display: block;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 510px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 24px 34px rgba(14, 34, 27, .12));
  transition: opacity .18s ease, transform .38s cubic-bezier(.2, .7, .2, 1);
}

.ggp-stage.is-changing img { opacity: .25; transform: scale(.985); }

.ggp-stage figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 20px;
  color: var(--ggp-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ggp-stage-empty { color: var(--ggp-muted); }

.ggp-thumbnails {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--ggp-ink);
}

.ggp-thumbnail {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  height: 130px;
  padding: 12px;
  overflow: hidden;
  border: 0;
  border-right: 1px solid var(--ggp-ink);
  border-radius: 0;
  background: #eeeae1;
  cursor: pointer;
}

.ggp-thumbnail:last-child { border-right: 0; }
.ggp-thumbnail::after { position: absolute; inset: 7px; border: 2px solid transparent; content: ""; pointer-events: none; }
.ggp-thumbnail.is-active::after { border-color: var(--ggp-green); }
.ggp-thumbnail:focus-visible { outline: 3px solid var(--ggp-yellow); outline-offset: -5px; }
.ggp-thumbnail img { display: block; width: 100% !important; max-width: 100% !important; height: 100% !important; object-fit: contain !important; transition: transform .25s ease; }
.ggp-thumbnail:hover img { transform: scale(1.035); }

.ggp-buy-panel {
  position: sticky;
  top: 18px;
  padding: clamp(34px, 4vw, 60px);
  background: var(--ggp-cream);
}

.ggp-meta-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: clamp(36px, 5vw, 68px);
  color: var(--ggp-green);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ggp-meta-line span:last-child { color: var(--ggp-coral); }

.ggp-eyebrow {
  margin: 0 0 12px;
  color: var(--ggp-green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ggp-buy-panel h1 {
  max-width: 760px;
  margin: 0;
  color: var(--ggp-ink);
  font-size: clamp(46px, 4.55vw, 72px);
  font-weight: 780;
  letter-spacing: -.065em;
  line-height: .96;
  text-wrap: balance;
}

.ggp-model {
  margin: 16px 0 0;
  color: var(--ggp-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}

.ggp-dek {
  max-width: 640px;
  margin: 24px 0 0;
  color: #465049;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(19px, 1.5vw, 23px);
  line-height: 1.48;
}

.ggp-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 30px;
  border-top: 1px solid var(--ggp-line);
  border-left: 1px solid var(--ggp-line);
}

.ggp-highlights > div {
  min-width: 0;
  padding: 14px 12px;
  border-right: 1px solid var(--ggp-line);
  border-bottom: 1px solid var(--ggp-line);
}

.ggp-highlights strong,
.ggp-highlights span { display: block; }
.ggp-highlights strong { margin-bottom: 4px; font-size: 14px; }
.ggp-highlights span { color: var(--ggp-muted); font-size: 9px; line-height: 1.35; }

.ggp-purchase {
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid var(--ggp-ink);
}

.ggp-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 7px 12px;
  margin-bottom: 16px;
}

.ggp-price small { flex-basis: 100%; color: var(--ggp-muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ggp-price strong { font-size: 28px; }
.ggp-price del { color: var(--ggp-muted); font-size: 12px; }

.ggp-primary-action,
.ggp-bottom-cta > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  min-height: 58px;
  padding: 16px 19px;
  border: 1px solid var(--ggp-green);
  background: var(--ggp-green);
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .035em;
  text-decoration: none !important;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.ggp-primary-action b,
.ggp-bottom-cta > a b { color: var(--ggp-yellow); font-size: 20px; }
.ggp-primary-action:hover,
.ggp-bottom-cta > a:hover { background: var(--ggp-yellow); color: var(--ggp-ink) !important; transform: translateY(-2px); }
.ggp-primary-action:hover b,
.ggp-bottom-cta > a:hover b { color: var(--ggp-ink); }

.ggp-availability {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 13px 0 0;
  color: #465049;
  font-size: 10px;
}

.ggp-availability > span { flex: 0 0 7px; width: 7px; height: 7px; border-radius: 50%; background: #2c806d; }
.ggp-affiliate-note { max-width: 500px; margin: 8px 0 0; color: var(--ggp-muted); font-size: 9px; line-height: 1.45; }
.ggp-link-pending { margin: 0; padding: 16px; border: 1px dashed var(--ggp-line); color: var(--ggp-muted); }

.ggp-fact-strip {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  margin-top: 22px;
  border: 1px solid var(--ggp-ink);
  background: var(--ggp-yellow);
}

.ggp-fact-strip > * { min-width: 0; padding: 25px; border-right: 1px solid var(--ggp-ink); }
.ggp-fact-strip > *:last-child { border-right: 0; }
.ggp-section-number { font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.ggp-fact-strip div strong,
.ggp-fact-strip div span { display: block; }
.ggp-fact-strip div strong { margin-bottom: 5px; font-size: 18px; }
.ggp-fact-strip div span { font-size: 10px; line-height: 1.35; }

.ggp-editorial,
.ggp-image-story,
.ggp-fit,
.ggp-details {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(42px, 8vw, 128px);
  padding: clamp(92px, 10vw, 150px) clamp(0px, 2vw, 30px);
  border-bottom: 1px solid var(--ggp-line);
}

.ggp-section-heading > span {
  display: block;
  margin-bottom: 21px;
  color: var(--ggp-green);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.ggp-section-heading h2 {
  margin: 0;
  color: var(--ggp-ink);
  font-size: clamp(40px, 4.7vw, 70px);
  font-weight: 760;
  letter-spacing: -.06em;
  line-height: .97;
  text-wrap: balance;
}

.ggp-editorial-body { min-width: 0; }

.ggp-verdict {
  position: relative;
  padding: clamp(30px, 4.5vw, 58px);
  border: 1px solid var(--ggp-ink);
  background: var(--ggp-paper);
}

.ggp-verdict::before { position: absolute; top: -1px; left: -1px; width: 9px; height: calc(100% + 2px); background: var(--ggp-coral); content: ""; }
.ggp-verdict > span { display: block; margin-bottom: 20px; color: var(--ggp-coral); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.ggp-verdict p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(24px, 2.3vw, 36px); line-height: 1.36; }

.ggp-benefits { margin-top: 54px; }
.ggp-benefits h3,
.ggp-original-story h2,
.ggp-original-story h3 { margin: 0 0 22px; font-size: clamp(24px, 2.2vw, 34px); letter-spacing: -.035em; }
.ggp-benefits ul,
.ggp-fit ul { margin: 0; padding: 0; list-style: none; }
.ggp-benefits li { position: relative; padding: 19px 14px 19px 42px; border-top: 1px solid var(--ggp-line); font-size: 16px; line-height: 1.45; }
.ggp-benefits li:last-child { border-bottom: 1px solid var(--ggp-line); }
.ggp-benefits li::before { position: absolute; top: 18px; left: 9px; color: var(--ggp-green); content: "✓"; font-weight: 900; }

.ggp-original-story {
  margin-top: 60px;
  color: #3d4841;
  font-size: 17px;
  line-height: 1.75;
}

.ggp-original-story > :first-child { margin-top: 0; }
.ggp-original-story p { margin: 0 0 1.25em; }
.ggp-original-story aside { margin: 30px 0; padding: 22px 24px; border-left: 4px solid var(--ggp-yellow); background: rgba(255,255,255,.48); }
.ggp-original-story .affiliate-note { display: none; }
.ggp-original-story img { display: block; width: auto !important; max-width: 100% !important; height: auto !important; object-fit: contain !important; }

.ggp-use-cases {
  padding: clamp(92px, 10vw, 150px) clamp(32px, 5vw, 74px);
  border: 1px solid var(--ggp-ink);
  background: var(--ggp-green-deep);
  color: #fff;
}

.ggp-section-heading-light { display: grid; grid-template-columns: .75fr 1.25fr; gap: 40px; align-items: start; }
.ggp-section-heading-light > span { color: #d9cfae; }
.ggp-section-heading-light h2 { color: #fff; }

.ggp-case-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: clamp(60px, 7vw, 100px); border-top: 1px solid rgba(255,255,255,.4); border-left: 1px solid rgba(255,255,255,.4); }
.ggp-case-grid article { min-height: 285px; padding: clamp(28px, 3.2vw, 48px); border-right: 1px solid rgba(255,255,255,.4); border-bottom: 1px solid rgba(255,255,255,.4); }
.ggp-case-grid article > span { display: block; margin-bottom: 54px; color: var(--ggp-yellow); font-size: 10px; font-weight: 800; }
.ggp-case-grid h3 { margin: 0 0 17px; color: #fff; font-size: clamp(25px, 2.2vw, 34px); letter-spacing: -.04em; }
.ggp-case-grid p { margin: 0; color: #d9dfdc; font-size: 14px; line-height: 1.65; }

.ggp-image-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; min-width: 0; }
.ggp-image-grid figure { min-width: 0; margin: 0; }
.ggp-image-grid figure:first-child:nth-last-child(1) { grid-column: 1 / -1; }
.ggp-image-grid figure > div { display: grid; place-items: center; min-height: 440px; padding: clamp(20px, 4vw, 48px); overflow: hidden; border: 1px solid var(--ggp-line); background: var(--ggp-paper); }
.ggp-image-grid img { display: block; width: auto !important; max-width: 100% !important; height: auto !important; max-height: 560px !important; object-fit: contain !important; }
.ggp-image-grid figcaption { padding-top: 11px; color: var(--ggp-muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.ggp-fit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--ggp-ink); }
.ggp-fit-grid > div { min-width: 0; padding: clamp(30px, 4vw, 52px); }
.ggp-fit-grid > div + div { border-left: 1px solid var(--ggp-ink); }
.ggp-fit-yes { background: var(--ggp-paper); }
.ggp-fit-no { background: #e4ddd0; }
.ggp-fit-grid > div > span { display: block; margin-bottom: 28px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ggp-fit-yes > span { color: var(--ggp-green); }
.ggp-fit-no > span { color: #8d4936; }
.ggp-fit li { position: relative; padding: 17px 0 17px 30px; border-top: 1px solid var(--ggp-line); font-size: 14px; line-height: 1.5; }
.ggp-fit li:last-child { border-bottom: 1px solid var(--ggp-line); }
.ggp-fit li::before { position: absolute; left: 2px; top: 17px; font-weight: 900; }
.ggp-fit-yes li::before { content: "✓"; color: var(--ggp-green); }
.ggp-fit-no li::before { content: "–"; color: var(--ggp-coral); }

.ggp-details-body { min-width: 0; }
.ggp-checks { display: grid; gap: 0; margin: 0 0 52px; padding: 0; list-style: none; counter-reset: ggp-check; border-top: 1px solid var(--ggp-ink); }
.ggp-checks li { position: relative; padding: 22px 12px 22px 64px; border-bottom: 1px solid var(--ggp-line); counter-increment: ggp-check; font-size: 15px; line-height: 1.55; }
.ggp-checks li::before { position: absolute; left: 12px; color: var(--ggp-coral); content: "0" counter(ggp-check); font-size: 10px; font-weight: 900; letter-spacing: .06em; }

.ggp-spec-group { border-top: 1px solid var(--ggp-ink); }
.ggp-spec-group:last-of-type { border-bottom: 1px solid var(--ggp-ink); }
.ggp-spec-group summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 4px; cursor: pointer; list-style: none; font-size: 17px; font-weight: 800; }
.ggp-spec-group summary::-webkit-details-marker { display: none; }
.ggp-spec-group summary b { color: var(--ggp-coral); font-size: 24px; font-weight: 400; transition: transform .2s ease; }
.ggp-spec-group[open] summary b { transform: rotate(45deg); }
.ggp-spec-group dl { margin: 0; padding: 0 4px 22px; }
.ggp-spec-group dl > div { display: grid; grid-template-columns: minmax(120px, .72fr) minmax(0, 1.28fr); gap: 24px; padding: 12px 0; border-top: 1px solid var(--ggp-line); }
.ggp-spec-group dt { color: var(--ggp-muted); font-size: 11px; }
.ggp-spec-group dd { margin: 0; font-size: 12px; font-weight: 700; line-height: 1.45; }
.ggp-source-note { margin: 20px 0 0; color: var(--ggp-muted); font-size: 10px; }
.ggp-source-note a { color: var(--ggp-green); font-weight: 800; text-underline-offset: 3px; }

.ggp-bottom-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 48px;
  align-items: end;
  margin-top: 22px;
  padding: clamp(38px, 6vw, 80px);
  border: 1px solid var(--ggp-ink);
  background: var(--ggp-yellow);
}

.ggp-bottom-cta > div > span { display: block; margin-bottom: 18px; color: var(--ggp-green); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.ggp-bottom-cta h2 { max-width: 800px; margin: 0; font-size: clamp(34px, 4vw, 58px); letter-spacing: -.055em; line-height: 1; }
.ggp-bottom-cta p { margin: 17px 0 0; font-size: 12px; }
.ggp-bottom-cta > a { align-self: end; background: var(--ggp-ink); }
.ggp-mobile-action { display: none; }

.ggp-taxonomy { display: flex; align-items: flex-start; gap: 34px; padding: 24px 0; border-bottom: 1px solid var(--ggp-ink); }
.ggp-taxonomy > span { flex: 0 0 auto; padding-top: 10px; color: var(--ggp-muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ggp-taxonomy > div { display: flex; flex-wrap: wrap; gap: 8px; }
.ggp-taxonomy a { display: inline-flex; align-items: center; min-height: 34px; padding: 8px 11px; border: 1px solid var(--ggp-line); color: var(--ggp-ink); font-size: 10px; font-weight: 800; letter-spacing: .035em; text-decoration: none; text-transform: uppercase; transition: background .2s, border-color .2s; }
.ggp-taxonomy a:hover { border-color: var(--ggp-ink); background: var(--ggp-yellow); }
.ggp-taxonomy .ggp-category-chip { border-color: var(--ggp-green); background: var(--ggp-green); color: #fff; }
.ggp-related { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 8vw, 120px); padding: 100px 0; border-top: 1px solid var(--ggp-ink); }
.ggp-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--ggp-ink); border-left: 1px solid var(--ggp-ink); }
.ggp-related-grid > a { position: relative; display: flex; min-width: 0; flex-direction: column; padding: 18px; border-right: 1px solid var(--ggp-ink); border-bottom: 1px solid var(--ggp-ink); color: var(--ggp-ink); text-decoration: none; }
.ggp-related-image { display: grid; place-items: center; min-height: 190px; margin-bottom: 20px; overflow: hidden; background: #fff; }
.ggp-related-image img { width: 100%; height: 190px; object-fit: contain; transition: transform .35s ease; }
.ggp-related-grid > a:hover img { transform: scale(1.035); }
.ggp-related-grid small { color: var(--ggp-muted); font-size: 8px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.ggp-related-grid strong { margin: 12px 32px 0 0; font-size: 16px; line-height: 1.3; }
.ggp-related-grid b { position: absolute; right: 17px; bottom: 17px; font-size: 18px; }

@media (max-width: 1100px) {
  .ggp-page { width: min(100% - 32px, 1120px); }
  .ggp-hero { grid-template-columns: minmax(0, 1fr) minmax(350px, .84fr); }
  .ggp-stage { min-height: 560px; padding-inline: 32px; }
  .ggp-buy-panel { padding: 34px; }
  .ggp-buy-panel h1 { font-size: clamp(42px, 5vw, 58px); }
  .ggp-fact-strip { grid-template-columns: repeat(4, 1fr); }
  .ggp-fact-strip .ggp-section-number { grid-column: 1 / -1; border-right: 0; border-bottom: 1px solid var(--ggp-ink); }
  .ggp-editorial,
  .ggp-image-story,
  .ggp-fit,
  .ggp-details { grid-template-columns: minmax(230px, .65fr) minmax(0, 1.35fr); gap: 56px; }
}

@media (max-width: 860px) {
  .ggp-page { width: min(100% - 28px, 760px); padding-top: 18px !important; }
  .ggp-breadcrumb { margin-bottom: 14px; }
  .ggp-hero { grid-template-columns: 1fr; }
  .ggp-buy-panel { position: static; }
  .ggp-stage { min-height: 500px; }
  .ggp-stage img { max-height: 410px !important; }
  .ggp-meta-line { margin-bottom: 38px; }
  .ggp-fact-strip { grid-template-columns: repeat(2, 1fr); }
  .ggp-fact-strip > * { border-bottom: 1px solid var(--ggp-ink); }
  .ggp-fact-strip > *:nth-last-child(-n+2) { border-bottom: 0; }
  .ggp-fact-strip > *:nth-child(odd) { border-right: 0; }
  .ggp-fact-strip .ggp-section-number { grid-column: 1 / -1; border-right: 0; }
  .ggp-editorial,
  .ggp-image-story,
  .ggp-fit,
  .ggp-details { grid-template-columns: 1fr; gap: 46px; padding: 88px 0; }
  .ggp-section-heading-light { grid-template-columns: 1fr; }
  .ggp-case-grid { grid-template-columns: 1fr; }
  .ggp-case-grid article { min-height: 0; }
  .ggp-case-grid article > span { margin-bottom: 34px; }
  .ggp-image-grid figure > div { min-height: 360px; }
  .ggp-bottom-cta { grid-template-columns: 1fr; }
  .ggp-related { grid-template-columns: 1fr; gap: 46px; }
  .ggp-related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .ggp-page { width: calc(100% - 20px); padding-bottom: 92px !important; }
  .ggp-breadcrumb { overflow: hidden; white-space: nowrap; font-size: 10px; }
  .ggp-breadcrumb > span:last-child { overflow: hidden; text-overflow: ellipsis; }
  .ggp-gallery-label { top: 12px; left: 12px; }
  .ggp-stage { min-height: 390px; padding: 48px 18px 42px; }
  .ggp-stage img { max-height: 320px !important; }
  .ggp-stage figcaption { right: 15px; bottom: 13px; }
  .ggp-thumbnails { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .ggp-thumbnail { flex: 0 0 36%; height: 102px; scroll-snap-align: start; }
  .ggp-buy-panel { padding: 28px 22px 30px; }
  .ggp-meta-line { margin-bottom: 32px; }
  .ggp-buy-panel h1 { font-size: clamp(38px, 12.6vw, 53px); }
  .ggp-dek { font-size: 18px; }
  .ggp-highlights { grid-template-columns: 1fr 1fr; }
  .ggp-primary-action { min-height: 54px; }
  .ggp-fact-strip > * { padding: 18px 15px; }
  .ggp-fact-strip div strong { font-size: 15px; }
  .ggp-fact-strip div span { font-size: 9px; }
  .ggp-editorial,
  .ggp-image-story,
  .ggp-fit,
  .ggp-details { padding-block: 72px; }
  .ggp-section-heading h2 { font-size: clamp(38px, 12vw, 54px); }
  .ggp-verdict { padding: 30px 24px 30px 31px; }
  .ggp-verdict p { font-size: 23px; }
  .ggp-benefits li { font-size: 14px; }
  .ggp-original-story { font-size: 16px; line-height: 1.7; }
  .ggp-use-cases { padding: 72px 22px; }
  .ggp-case-grid { margin-top: 48px; }
  .ggp-case-grid article { padding: 30px 25px; }
  .ggp-image-grid { grid-template-columns: 1fr; }
  .ggp-image-grid figure > div { min-height: 320px; padding: 24px; }
  .ggp-fit-grid { grid-template-columns: 1fr; }
  .ggp-fit-grid > div + div { border-top: 1px solid var(--ggp-ink); border-left: 0; }
  .ggp-spec-group dl > div { grid-template-columns: 1fr; gap: 5px; }
  .ggp-bottom-cta { padding: 38px 24px; }
  .ggp-bottom-cta > a { display: none; }
  .ggp-taxonomy { display: block; }
  .ggp-taxonomy > span { display: block; margin-bottom: 14px; }
  .ggp-taxonomy a { font-size: 9px; }
  .ggp-related { padding-block: 72px; }
  .ggp-related-grid { grid-template-columns: 1fr; }
  .ggp-related-image, .ggp-related-image img { min-height: 250px; height: 250px; }
  .ggp-mobile-action {
    position: fixed;
    z-index: 9998;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 10px;
    border-top: 1px solid var(--ggp-ink);
    background: rgba(244, 240, 230, .96);
    backdrop-filter: blur(14px);
  }
  .ggp-mobile-action a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 52px;
    padding: 14px 17px;
    background: var(--ggp-green);
    color: #fff !important;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none !important;
  }
  .ggp-mobile-action span { color: var(--ggp-yellow); font-size: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .ggp-page * { scroll-behavior: auto !important; transition: none !important; }
}
