.gcp {
  --gcp-ink: #10232a;
  --gcp-muted: #587079;
  --gcp-line: #d6e3e7;
  --gcp-water: #007f8b;
  --gcp-deep: #071b23;
  --gcp-surface: #f2f7f8;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  color: var(--gcp-ink);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.55;
}
.gcp *, .gcp *::before, .gcp *::after { box-sizing: border-box; }
.gcp img, .gcp video { display: block; width: 100%; max-width: 100%; }
.gcp a { color: inherit; }
.gcp__section { padding: 64px clamp(24px, 5vw, 72px); }
.gcp__section--soft { background: var(--gcp-surface); }
.gcp__eyebrow {
  margin: 0 0 12px;
  color: var(--gcp-water);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.gcp h2, .gcp h3, .gcp p { margin-top: 0; }
.gcp h2 {
  max-width: 900px;
  margin-bottom: 18px;
  font-size: clamp(29px, 4vw, 42px);
  line-height: 1.08;
  letter-spacing: -.025em;
}
.gcp h3 {
  margin-bottom: 10px;
  font-size: clamp(20px, 2.2vw, 27px);
  line-height: 1.18;
  letter-spacing: -.015em;
}
.gcp__lead { max-width: 780px; margin-bottom: 0; color: var(--gcp-muted); font-size: 19px; }
.gcp__intro-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 42px; align-items: start; }
.gcp__intro-product { margin-bottom: 18px; overflow: hidden; border-radius: 18px; background: #fff; }
.gcp__intro-product a { display: flex; min-height: 250px; align-items: center; justify-content: center; text-decoration: none; }
.gcp__intro-product img { height: 250px; object-fit: contain; }
.gcp__fact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--gcp-line); border-radius: 18px; overflow: hidden; }
.gcp__fact { min-height: 112px; padding: 20px; border-right: 1px solid var(--gcp-line); border-bottom: 1px solid var(--gcp-line); }
.gcp__fact:nth-child(2n) { border-right: 0; }
.gcp__fact:nth-last-child(-n+2) { border-bottom: 0; }
.gcp__fact strong { display: block; margin-bottom: 5px; font-size: 22px; line-height: 1.15; }
.gcp__fact span { color: var(--gcp-muted); font-size: 14px; }
.gcp__banner { position: relative; min-height: 390px; overflow: hidden; background: var(--gcp-deep); }
.gcp__banner-media { position: absolute; inset: 0; display: block; }
.gcp__banner img { height: 100%; min-height: 390px; object-fit: cover; }
.gcp__banner::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(3,18,24,.88) 0%, rgba(3,18,24,.42) 48%, rgba(3,18,24,.05) 78%); }
.gcp__banner-copy { position: absolute; z-index: 1; left: clamp(24px, 5vw, 72px); top: 50%; width: min(520px, 74%); transform: translateY(-50%); color: #fff; }
.gcp__banner-copy p { margin: 0; color: #d6e6e8; font-size: 18px; }
.gcp__copy-hero { padding: 72px clamp(24px, 7vw, 92px); background: var(--gcp-deep); color: #fff; }
.gcp__copy-hero-inner { max-width: 760px; }
.gcp__copy-hero h2 { color: #fff; }
.gcp__copy-hero p:last-child { max-width: 680px; margin: 0; color: #d6e6e8; font-size: 18px; }
.gcp__product-hero { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr); min-height: 430px; background: var(--gcp-deep); color: #fff; }
.gcp__product-hero-media { display: flex; align-items: center; justify-content: center; padding: 34px; background: #fff; }
.gcp__product-hero-media a { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; text-decoration: none; }
.gcp__product-hero-media img { height: 360px; object-fit: contain; }
.gcp__product-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 52px clamp(28px, 5vw, 66px); }
.gcp__product-hero-copy p:last-child { margin: 0; color: #d6e6e8; font-size: 18px; }
.gcp__feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 34px; }
.gcp__feature { overflow: hidden; border: 0; border-radius: 20px; background: #fff; box-shadow: 0 12px 30px rgba(7, 27, 35, .05); }
.gcp__feature--text { display: flex; min-height: 230px; align-items: center; }
.gcp__feature--text .gcp__feature-copy { padding: 34px; }
.gcp__feature-media { display: flex; align-items: center; justify-content: center; min-height: 270px; padding: 0; background: #fff; }
.gcp__feature-media a { display: flex; width: 100%; min-height: 250px; align-items: center; justify-content: center; text-decoration: none; }
.gcp__feature-media img { height: 250px; object-fit: contain; transition: transform .2s ease; }
.gcp__feature-media a:hover img { transform: scale(1.025); }
.gcp__zoom { cursor: zoom-in; }
.gcp__feature-copy { padding: 26px 28px 30px; }
.gcp__feature-copy p { margin-bottom: 0; color: var(--gcp-muted); }
.gcp__video-wrap { overflow: hidden; margin-top: 30px; border-radius: 20px; background: #000; }
.gcp__video-wrap video { aspect-ratio: 16 / 9; object-fit: contain; }
.gcp__wide-image { overflow: hidden; background: var(--gcp-deep); }
.gcp__wide-image a { display: block; text-decoration: none; }
.gcp__wide-image img { width: 100%; max-height: 620px; object-fit: cover; }
.gcp__video-note { margin: 12px 0 0; color: var(--gcp-muted); font-size: 14px; }
.gcp__details { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 28px; align-items: start; margin-top: 30px; }
.gcp__specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; overflow: hidden; border: 1px solid var(--gcp-line); border-radius: 18px; }
.gcp__spec { min-height: 108px; padding: 20px 22px; border-right: 1px solid var(--gcp-line); border-bottom: 1px solid var(--gcp-line); }
.gcp__spec:nth-child(2n) { border-right: 0; }
.gcp__spec:nth-last-child(-n+2) { border-bottom: 0; }
.gcp__spec dt { margin-bottom: 7px; color: var(--gcp-muted); font-size: 14px; }
.gcp__spec dd { margin: 0; font-size: 17px; font-weight: 750; line-height: 1.35; }
.gcp__box { padding: 28px 30px; border-radius: 18px; background: var(--gcp-deep); color: #fff; }
.gcp__box ul { margin: 18px 0 0; padding-left: 20px; }
.gcp__box li + li { margin-top: 9px; }
.gcp__gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 30px; }
.gcp__gallery a { display: flex; align-items: center; justify-content: center; min-height: 220px; padding: 14px; border: 1px solid var(--gcp-line); border-radius: 17px; background: #fff; text-decoration: none; }
.gcp__gallery img { height: 210px; object-fit: contain; transition: transform .2s ease; }
.gcp__gallery a:hover img { transform: scale(1.035); }
.gcp__note { max-width: 880px; margin: 26px 0 0; color: var(--gcp-muted); font-size: 14px; }
@media (max-width: 820px) {
  .gcp { border-radius: 18px; }
  .gcp__section { padding: 44px 22px; }
  .gcp__intro-grid, .gcp__details { grid-template-columns: 1fr; gap: 28px; }
  .gcp__product-hero { grid-template-columns: 1fr; }
  .gcp__product-hero-media img { height: 300px; }
  .gcp__banner, .gcp__banner img { min-height: 350px; }
  .gcp__feature-grid { grid-template-columns: 1fr; }
  .gcp__feature-media { min-height: 240px; }
  .gcp__feature-media a { min-height: 220px; }
  .gcp__feature-media img { height: 220px; }
  .gcp__gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
  .gcp { font-size: 15px; }
  .gcp h2 { font-size: 29px; }
  .gcp__lead { font-size: 17px; }
  .gcp__fact-grid, .gcp__specs { grid-template-columns: 1fr; }
  .gcp__fact, .gcp__spec { min-height: auto; border-right: 0; border-bottom: 1px solid var(--gcp-line) !important; }
  .gcp__fact:last-child, .gcp__spec:last-child { border-bottom: 0 !important; }
  .gcp__banner, .gcp__banner img { min-height: 320px; }
  .gcp__banner-copy { width: calc(100% - 44px); left: 22px; }
  .gcp__product-hero-media { padding: 24px; }
  .gcp__product-hero-media img { height: 260px; }
  .gcp__product-hero-copy { padding: 38px 22px; }
  .gcp__copy-hero { padding: 48px 22px; }
  .gcp__gallery { grid-template-columns: 1fr; }
}
