/* GK Creative Suite 3.2 — wide managed pages and content hubs. */
:root { --gk-wide: 1560px; }
html, body, .wp-site-blocks { width: 100%; max-width: none; overflow-x: clip; }
body[class*="gk-preset-"] .has-white-background-color,body[class*="gk-preset-"] .has-sand-background-color,body[class*="gk-preset-"] .has-cream-background-color,body[class*="gk-preset-"] .cbp-card { background: var(--gk-surface) !important; color: var(--gk-text) !important; }
body[class*="gk-preset-"] .cbp-card h1,body[class*="gk-preset-"] .cbp-card h2,body[class*="gk-preset-"] .cbp-card h3,body[class*="gk-preset-"] .cbp-card a { color: inherit; }
body[class*="gk-preset-"] .has-muted-color,body[class*="gk-preset-"] .wp-block-post-excerpt { color: var(--gk-muted) !important; }
body.cbp-wide-layout .wp-site-blocks { width: 100% !important; max-width: none !important; margin: 0 !important; box-shadow: none !important; }
.gk-wide-shell, body.cbp-wide-layout .gk-shell, body.cbp-wide-layout .alignwide { width: min(calc(100% - clamp(1.25rem,4vw,5rem)),var(--gk-wide)) !important; max-width: var(--gk-wide) !important; margin-inline: auto; }
.gk-page-hero { position: relative; overflow: hidden; padding: clamp(4.5rem,9vw,8.5rem) 0; background-color: var(--gk-bg); background-image: radial-gradient(circle at 82% 12%,color-mix(in srgb,var(--gk-accent-2) 25%,transparent),transparent 33%),radial-gradient(circle at 8% 88%,color-mix(in srgb,var(--gk-accent) 22%,transparent),transparent 38%); color: var(--gk-text); }
.gk-page-hero .gk-wide-shell { display: grid; grid-template-columns: minmax(0,1fr); align-items: center; gap: clamp(2rem,6vw,6rem); }
.gk-page-hero.has-image .gk-wide-shell { grid-template-columns: minmax(0,1.2fr) minmax(320px,.8fr); }
.gk-page-hero-copy h1 { max-width: 1000px; margin: .15em 0 .35em; color: inherit; font-size: clamp(2.8rem,7vw,6.8rem); line-height: .96; letter-spacing: -.055em; }
.gk-page-hero-copy > p:not(.cbp-eyebrow) { max-width: 820px; color: var(--gk-muted); font-size: clamp(1.1rem,2vw,1.45rem); }
.gk-page-hero-media { overflow: hidden; min-height: 460px; border-radius: 42px 42px 18px 18px; background: var(--gk-surface); box-shadow: 0 28px 75px color-mix(in srgb,var(--gk-text) 18%,transparent); }
.gk-page-hero-image { display: block; width: 100%; height: 100%; min-height: 460px; object-fit: cover; }
.gk-service-group { display: grid; grid-template-columns: minmax(240px,.32fr) minmax(0,.68fr); gap: clamp(2rem,5vw,5rem); padding-block: clamp(3.5rem,7vw,7rem); border-top: 1px solid color-mix(in srgb,var(--gk-text) 12%,transparent); }
.gk-service-group-intro { position: sticky; top: 110px; align-self: start; }
.gk-service-group-intro h2 { margin: .2em 0; font-size: clamp(2rem,4vw,4rem); }
.gk-service-group-intro p { color: var(--gk-muted); }
.gk-hub-service { min-height: 280px; }
.gk-hub-service .gk-service-icon { background: var(--service-accent); color: var(--service-ink); }
.gk-hub-service p { margin: .75rem 0; color: var(--gk-muted); }
.gk-reels { padding: clamp(4rem,8vw,8rem) 0; background: color-mix(in srgb,var(--gk-accent-2) 8%,var(--gk-bg)); color: var(--gk-text); }
.gk-reel-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.5rem; margin-top: 2rem; }
.gk-reel-card { overflow: hidden; padding: clamp(1rem,3vw,1.5rem); border: 1px solid color-mix(in srgb,var(--gk-text) 12%,transparent); border-radius: 26px; background: var(--gk-surface); color: var(--gk-text); }
.gk-reel-card .cbp-video { position: relative; margin: -1px -1px 1.5rem; padding-top: 56.25%; overflow: hidden; border-radius: 19px; background: #090909; }
.gk-reel-card .cbp-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.gk-reel-placeholder { display: grid; min-height: 260px; place-items: center; margin-bottom: 1.5rem; border: 2px dashed color-mix(in srgb,var(--gk-text) 20%,transparent); border-radius: 19px; color: var(--gk-muted); text-align: center; }
.gk-company-grid-expanded { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.5rem; }
.gk-company-card-expanded { display: flex; min-height: 430px; flex-direction: column; padding: clamp(1.5rem,3vw,2.5rem); border: 1px solid color-mix(in srgb,var(--gk-text) 12%,transparent); border-radius: 30px; background: var(--gk-surface); color: var(--gk-text); box-shadow: 0 18px 55px color-mix(in srgb,var(--gk-text) 8%,transparent); }
.gk-company-card-expanded p:not(.cbp-eyebrow) { color: var(--gk-muted); }
.gk-company-card-expanded .gk-text-link { margin-top: auto; }
.gk-company-brand { display: grid; min-height: 110px; place-items: start; }
.gk-company-logo { width: auto; max-width: 220px; height: 90px; object-fit: contain; object-position: left center; }
.gk-company-monogram { display: grid; width: 76px; height: 76px; place-items: center; border-radius: 22px; background: linear-gradient(135deg,var(--gk-accent),var(--gk-accent-2)); color: #fff; font-size: 1.35rem; font-weight: 900; }
.gk-home-group-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 1rem; margin-block: 2rem; }
.gk-home-group-grid article { padding: 1.5rem; border-top: 4px solid var(--gk-accent); border-radius: 18px; background: var(--gk-surface); color: var(--gk-text); box-shadow: 0 12px 35px color-mix(in srgb,var(--gk-text) 7%,transparent); }
.gk-home-group-grid article:nth-child(2) { border-color: #db2777; }.gk-home-group-grid article:nth-child(3) { border-color: #0891b2; }.gk-home-group-grid article:nth-child(4) { border-color: #2563eb; }.gk-home-group-grid article:nth-child(5) { border-color: #9333ea; }
.gk-home-group-grid p { color: var(--gk-muted); }
.gk-home-companies { padding: clamp(4rem,8vw,8rem) 0; background: color-mix(in srgb,var(--gk-accent) 7%,var(--gk-bg)); color: var(--gk-text); }
.gk-home-company-list { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 1rem; margin-block: 2rem; }
.gk-home-company-list a { display: grid; gap: .75rem; padding: 1.5rem; border: 1px solid color-mix(in srgb,var(--gk-text) 12%,transparent); border-radius: 20px; background: var(--gk-surface); color: var(--gk-text); text-decoration: none; transition: transform .2s ease,box-shadow .2s ease; }
.gk-home-company-list a:hover { transform: translateY(-4px); box-shadow: 0 16px 38px color-mix(in srgb,var(--gk-text) 10%,transparent); }
.gk-home-company-list span { color: var(--gk-muted); font-size: .92rem; }
.gk-connection-guide { position: fixed; z-index: 790; right: 1rem; bottom: 6.2rem; width: min(390px,calc(100vw - 2rem)); padding: 1.4rem; border: 1px solid color-mix(in srgb,var(--gk-text) 14%,transparent); border-radius: 24px; background: color-mix(in srgb,var(--gk-surface) 94%,transparent); color: var(--gk-text); box-shadow: 0 24px 70px rgba(0,0,0,.2); backdrop-filter: blur(18px); transition: opacity .25s ease,transform .25s ease; }
.gk-connection-guide.is-hidden { opacity: 0; transform: translateY(15px); pointer-events: none; }
.gk-connection-guide h2 { margin: .2rem 2rem .5rem 0; font-size: 1.35rem; }.gk-connection-guide p:not(.cbp-eyebrow) { color: var(--gk-muted); }.gk-connection-guide > div { display: flex; flex-wrap: wrap; gap: .55rem; }
.gk-guide-close { position: absolute; top: .65rem; right: .7rem; width: 34px; height: 34px; border: 0; border-radius: 50%; background: transparent; color: inherit; font-size: 1.5rem; cursor: pointer; }
.gk-admin-details { margin: 1rem 0; border: 1px solid #ddd7cf; border-radius: 14px; background: #fff; }.gk-admin-details summary { padding: 1rem; cursor: pointer; font-weight: 750; }.gk-admin-details > .cbp-form-grid { padding: 0 1rem 1rem; }.gk-admin-service-list { display: grid; gap: 1rem; }.gk-admin-service-list > article { padding: 1rem; border: 1px solid #ddd7cf; border-radius: 14px; background: #fffdf8; }
@media (max-width: 1180px) { .gk-home-group-grid,.gk-home-company-list { grid-template-columns: repeat(3,minmax(0,1fr)); }.gk-company-grid-expanded { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 900px) { .gk-page-hero.has-image .gk-wide-shell,.gk-service-group { grid-template-columns: 1fr; }.gk-service-group-intro { position: static; }.gk-page-hero-media { min-height: 380px; }.gk-page-hero-image { min-height: 380px; }.gk-reel-grid { grid-template-columns: 1fr; } }
@media (max-width: 650px) { .gk-home-group-grid,.gk-home-company-list,.gk-company-grid-expanded { grid-template-columns: 1fr; }.gk-company-card-expanded { min-height: 340px; }.gk-connection-guide { right: .5rem; bottom: 5.7rem; width: calc(100vw - 1rem); }.gk-connection-guide .gk-button { flex: 1 1 auto; }.gk-page-hero-media,.gk-page-hero-image { min-height: 300px; } }
@media (prefers-reduced-motion: reduce) { .gk-connection-guide,.gk-home-company-list a { transition: none; } }
