.gh-media-section--showcase{
  position:relative;
  overflow:hidden;
  padding:54px 0 58px;
  background:
    radial-gradient(circle at 100% 0,rgba(190,129,42,.13),transparent 32%),
    linear-gradient(180deg,#f8fafc 0%,#eef3f7 100%);
  color:#20313f;
}
.gh-media-section--showcase::before{
  position:absolute;
  inset:0 auto 0 0;
  width:5px;
  background:linear-gradient(180deg,#c27a19,#173b61);
  content:"";
}
.gh-media-section--showcase *{box-sizing:border-box}
.gh-media-section--showcase .gh-media-wrap{width:min(1180px,calc(100% - 36px));margin:0 auto}
.gh-media-section--showcase .gh-media-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:end;margin-bottom:25px}
.gh-media-section--showcase .gh-media-head__copy{min-width:0}
.gh-media-section--showcase .gh-media-kicker{margin:0 0 9px;color:#a8650a;font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.gh-media-section--showcase .gh-media-title{margin:0;color:#12395f;font-size:clamp(28px,3vw,38px);font-weight:800;line-height:1.22;letter-spacing:-.02em}
.gh-media-section--showcase .gh-media-lead{max-width:860px;margin:12px 0 0;color:#526879;font-size:15px;line-height:1.8}
.gh-media-section--showcase .gh-media-proof{display:grid;gap:3px;margin:0;padding:10px 14px;border:1px solid rgba(168,101,10,.25);border-radius:999px;background:rgba(255,255,255,.72);color:#9a5d0b;font-size:13px;font-weight:800;line-height:1.25;text-align:center;white-space:nowrap;box-shadow:0 8px 24px rgba(28,52,73,.07)}
.gh-media-section--showcase .gh-media-proof span{color:#5d7180;font-size:11px;font-weight:600}
.gh-media-section--showcase .gh-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.gh-media-section--showcase .gh-media-card{position:relative;display:grid;grid-template-rows:auto 1fr;min-width:0;overflow:hidden;margin:0;border:1px solid rgba(24,59,91,.14);border-radius:15px;background:#fff;box-shadow:0 12px 34px rgba(24,55,82,.1);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.gh-media-section--showcase .gh-media-card::before{position:absolute;inset:0 0 auto;height:3px;z-index:3;background:linear-gradient(90deg,#b26b0f,#d8a14b 42%,#173b61);content:""}
.gh-media-section--showcase .gh-media-card__visual{position:relative;display:grid;place-items:center;min-width:0;overflow:hidden;aspect-ratio:16/9;background:linear-gradient(145deg,#edf2f5,#dfe7ec)}
.gh-media-section--showcase .gh-media-card__visual::after{position:absolute;inset:0;border-bottom:1px solid rgba(24,59,91,.1);pointer-events:none;content:""}
.gh-media-section--showcase .gh-media-card__visual img,
.gh-media-section--showcase .gh-media-card__visual video{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  max-width:100%!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:transparent!important;
}
.gh-media-section--showcase .gh-media-card--machine .gh-media-card__visual{background:linear-gradient(180deg,#f9fbfc,#e9eef2)}
.gh-media-section--showcase .gh-media-card--detail .gh-media-card__visual{background:linear-gradient(145deg,#f7f9fa,#e3e9ed)}
.gh-media-section--showcase .gh-media-card--video .gh-media-card__visual{background:#101b24}
.gh-media-section--showcase .gh-media-card__label{position:absolute;top:15px;left:15px;z-index:2;padding:6px 10px;border:1px solid rgba(255,255,255,.55);border-radius:999px;background:rgba(15,42,65,.86);color:#fff;font-size:12px;font-weight:800;letter-spacing:.04em;line-height:1;box-shadow:0 5px 18px rgba(8,24,37,.18);backdrop-filter:blur(5px)}
.gh-media-section--showcase .gh-media-card figcaption{display:block;padding:18px 20px 20px;color:#5a6c79;font-size:14px;line-height:1.65}
.gh-media-section--showcase .gh-media-card figcaption strong{display:block;margin:0 0 5px;color:#143d63;font-size:18px;font-weight:800;line-height:1.35}
.gh-media-section--showcase .gh-media-card figcaption span{display:block}
.gh-media-section--showcase .gh-media-actions{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:24px;padding:18px 20px;border:1px solid rgba(23,59,97,.12);border-radius:12px;background:rgba(255,255,255,.72)}
.gh-media-section--showcase .gh-media-actions p{margin:0;color:#617482;font-size:14px;line-height:1.6}
.gh-media-section--showcase .gh-media-cta{display:inline-flex;flex:0 0 auto;align-items:center;gap:8px;margin:0;padding:12px 18px;border-radius:7px;background:#173b61;color:#fff!important;font-size:14px;font-weight:800;line-height:1.2;text-decoration:none;box-shadow:0 8px 20px rgba(23,59,97,.18);transition:background .2s ease,transform .2s ease}
.gh-media-section--showcase .gh-media-cta:hover,.gh-media-section--showcase .gh-media-cta:focus{background:#a8650a;transform:translateY(-1px)}
.gh-media-section--showcase .gh-media-cta span{font-size:18px;line-height:1}
@media(hover:hover){.gh-media-section--showcase .gh-media-card:hover{transform:translateY(-3px);border-color:rgba(168,101,10,.32);box-shadow:0 18px 42px rgba(24,55,82,.15)}}
@media(max-width:820px){
  .gh-media-section--showcase{padding:42px 0 46px}
  .gh-media-section--showcase .gh-media-head{grid-template-columns:1fr;gap:15px;align-items:start}
  .gh-media-section--showcase .gh-media-proof{justify-self:start;display:inline-grid}
  .gh-media-section--showcase .gh-media-grid{grid-template-columns:1fr;gap:18px}
  .gh-media-section--showcase .gh-media-actions{align-items:flex-start;flex-direction:column}
}
@media(max-width:560px){
  .gh-media-section--showcase{padding:34px 0 38px}
  .gh-media-section--showcase .gh-media-wrap{width:min(100% - 24px,1180px)}
  .gh-media-section--showcase .gh-media-head{margin-bottom:20px}
  .gh-media-section--showcase .gh-media-title{font-size:26px}
  .gh-media-section--showcase .gh-media-lead{font-size:14px;line-height:1.72}
  .gh-media-section--showcase .gh-media-card{border-radius:12px}
  .gh-media-section--showcase .gh-media-card__visual{aspect-ratio:16/10}
  .gh-media-section--showcase .gh-media-card__label{top:11px;left:11px}
  .gh-media-section--showcase .gh-media-card figcaption{padding:15px 16px 17px}
  .gh-media-section--showcase .gh-media-card figcaption strong{font-size:17px}
  .gh-media-section--showcase .gh-media-actions{padding:16px}
  .gh-media-section--showcase .gh-media-cta{width:100%;justify-content:center}
}
@media(prefers-reduced-motion:reduce){.gh-media-section--showcase .gh-media-card,.gh-media-section--showcase .gh-media-cta{transition:none}}
