body {
  background:
    radial-gradient(circle at top left, rgba(79, 185, 189, 0.1), transparent 22%),
    linear-gradient(180deg, #f5f7fb 0%, #fbfdff 100%);
  --wp--style--root--padding-left: 20px;
  --wp--style--root--padding-right: 20px;
}

.wp-site-blocks {
  overflow-x: clip;
}

.gc-shell {
  width: calc(100vw - 40px);
  max-width: none;
  margin: 0 auto;
}

.gc-shell.alignwide,
.alignwide.gc-shell {
  width: calc(100vw - 40px) !important;
  max-width: none !important;
}

.has-global-padding {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.is-layout-constrained > .alignwide.gc-shell,
.is-layout-constrained > .gc-shell.alignwide {
  width: calc(100vw - 40px) !important;
  max-width: none !important;
}

.gc-main.is-layout-constrained > *,
.gc-shell.is-layout-constrained > *,
.gc-section.is-layout-constrained > *,
.gc-site-header.is-layout-constrained > *,
.gc-footer.is-layout-constrained > * {
  max-width: none !important;
}

.gc-main .wp-block-post-content.is-layout-constrained > *,
.gc-page-wrap.is-layout-constrained > *,
.gc-archive-hero.is-layout-constrained > *,
.gc-query-card.is-layout-constrained > *,
.gc-query-card-body.is-layout-constrained > *,
.gc-empty-box.is-layout-constrained > * {
  max-width: none !important;
}

.gc-site-header {
  border-bottom: 1px solid rgba(216, 227, 239, 0.75);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
}

.gc-brand {
  font-family: var(--wp--preset--font-family--display);
  font-size: clamp(1.6rem, 2vw, 2.15rem);
  color: var(--wp--preset--color--accent-dark);
}

.gc-brand a {
  color: inherit;
}

.gc-header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.gc-top-nav {
  display: flex;
  align-items: center;
}

.gc-top-nav__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.3rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gc-top-nav a,
.gc-top-nav .wp-block-navigation-item__content {
  font-weight: 800;
  color: var(--wp--preset--color--ink);
}

.gc-top-nav a:hover,
.gc-top-nav .wp-block-navigation-item__content:hover {
  color: var(--wp--preset--color--accent-dark);
}

.gc-language-switcher ul {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gc-language-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  min-height: 2.25rem;
  border-radius: 999px;
  border: 1px solid rgba(20, 104, 133, 0.18);
  background: #fff;
  color: var(--wp--preset--color--ink);
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
}

.gc-language-switcher .is-active a,
.gc-language-switcher a:hover {
  background: var(--wp--preset--color--accent);
  color: #fff;
}

.gc-header-cta .wp-element-button {
  display: inline-flex;
  align-items: center;
  box-shadow: 0 14px 30px rgba(20, 104, 133, 0.18);
}

.gc-main {
  padding: 2rem 0 4rem;
}

.gc-home-editor-shell,
.gc-home-editor-shell > .wp-block-post-content {
  max-width: none;
}

.gc-home-editor-shell > .wp-block-post-content {
  display: block;
}

.gc-section {
  margin-top: 3.5rem;
}

.gc-section:first-child {
  margin-top: 0;
}

.gc-section-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1.35rem;
}

.gc-section-header h2 {
  margin: 0;
}

.gc-section-link {
  font-weight: 800;
  color: var(--wp--preset--color--accent-dark);
}

.gc-section-copy {
  margin: 0 0 1.2rem;
  max-width: 44rem;
  color: var(--wp--preset--color--muted);
  font-size: 1.02rem;
}

.gc-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.4rem;
  align-items: stretch;
}

.gc-hero-copy,
.gc-hero-media,
.gc-card,
.gc-topic-card,
.gc-strip-box,
.gc-footer-card,
.gc-page-wrap,
.gc-archive-hero,
.gc-query-card,
.gc-archive-card,
.gc-sidebar__card,
.gc-related-posts__card,
.gc-empty-box {
  background: var(--wp--preset--color--surface);
  border: 1px solid rgba(216, 227, 239, 0.72);
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(21, 48, 77, 0.05);
}

.gc-hero-copy {
  padding: 2.25rem;
}

.gc-kicker {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wp--preset--color--accent-dark);
}

.gc-hero-copy h1,
.gc-hero-copy .wp-block-heading {
  margin: 0;
  font-size: clamp(2.6rem, 4.2vw, 4.8rem);
  line-height: 1.04;
  max-width: 16ch;
  text-wrap: balance;
}

.gc-hero-copy p {
  margin: 1rem 0 0;
  max-width: 44rem;
  color: var(--wp--preset--color--muted);
  font-size: 1.15rem;
}

.gc-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.6rem;
}

.gc-button-secondary {
  display: inline-flex;
  align-items: center;
  padding: 0.85rem 1.2rem;
  border: 1px solid var(--wp--preset--color--border);
  border-radius: 999px;
  background: #fff;
  color: var(--wp--preset--color--ink);
  font-weight: 800;
}

.gc-hero-media {
  padding: 1.1rem;
}

.gc-hero-visual,
.gc-card-image {
  display: block;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(79, 185, 189, 0.14), rgba(20, 104, 133, 0.08));
}

.gc-hero-visual {
  min-height: 380px;
}

.gc-hero-visual img,
.gc-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gc-card-image {
  border-radius: 16px 16px 0 0;
  aspect-ratio: 4 / 3;
}

.gc-card-image--fallback {
  color: inherit;
  text-decoration: none;
}

.gc-placeholder {
  display: grid;
  place-items: center;
  min-height: 100%;
  border: 2px dashed #bdd0e5;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(79, 185, 189, 0.08), rgba(20, 104, 133, 0.06));
  color: var(--wp--preset--color--accent-dark);
  text-align: center;
}

.gc-placeholder strong {
  display: block;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gc-placeholder span {
  display: block;
  margin-top: 0.35rem;
  color: var(--wp--preset--color--muted);
}

.gc-placeholder--hero {
  min-height: 380px;
}

.gc-placeholder--card {
  min-height: 180px;
  border-radius: 16px 16px 0 0;
}

.gc-strip {
  display: grid;
  grid-template-columns: 170px repeat(4, 1fr);
  gap: 1rem;
  align-items: center;
}

.gc-strip-label {
  font-size: 0.95rem;
  font-weight: 900;
  color: var(--wp--preset--color--ink);
}

.gc-strip-box {
  padding: 1rem;
  min-height: 74px;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--wp--preset--color--muted);
  font-weight: 800;
}

.gc-card-grid {
  display: grid;
  gap: 1.15rem;
}

.gc-card-grid--six {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.gc-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gc-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gc-card {
  overflow: hidden;
  height: 100%;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease;
}

.gc-card:hover,
.gc-card:focus-within,
.gc-query-card:hover,
.gc-query-card:focus-within,
.gc-archive-card:hover,
.gc-archive-card:focus-within,
.gc-related-posts__card:hover,
.gc-related-posts__card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(79, 185, 189, 0.46);
  box-shadow: 0 20px 42px rgba(21, 48, 77, 0.1);
}

.gc-card-body {
  padding: 1rem 1rem 1.2rem;
}

.gc-card-body h3 {
  margin: 0 0 0.35rem;
  font-size: 1.35rem;
}

.gc-card-body p {
  margin: 0;
  color: var(--wp--preset--color--muted);
}

.gc-card-body h3 a {
  color: inherit;
}

.gc-card--wide .gc-placeholder--card {
  min-height: 210px;
}

.gc-card--wide .gc-card-image {
  aspect-ratio: 16 / 10;
}

.gc-section-band {
  padding: 1.4rem;
  background: linear-gradient(180deg, rgba(234, 242, 251, 0.55), rgba(255, 255, 255, 0));
  border-radius: 26px;
}

.gc-footer {
  margin-top: 4rem;
  border-top: 1px solid rgba(216, 227, 239, 0.72);
  background: #f1f5fb;
}

.gc-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.gc-footer-card {
  padding: 1.25rem;
}

.gc-footer-card--brand p:last-child {
  margin-bottom: 0;
}

.gc-footer-card h3 {
  margin-top: 0;
  margin-bottom: 0.8rem;
  font-size: 1rem;
  font-family: var(--wp--preset--font-family--body);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gc-footer-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gc-footer-card li + li {
  margin-top: 0.45rem;
}

.gc-footer-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gc-footer-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 26px;
}

.gc-page-wrap,
.gc-archive-hero {
  padding: 2rem;
}

.gc-search-hero {
  padding: 2rem;
  margin-bottom: 1.5rem;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(96, 192, 206, 0.18), transparent 55%),
    linear-gradient(135deg, rgba(242, 249, 252, 0.98), rgba(228, 242, 247, 0.92));
}

.gc-search-hero .wp-block-query-title {
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  line-height: 1.08;
}

.gc-search-hero .gc-hero-search {
  max-width: none;
  margin-top: 1.15rem;
}

.gc-page-wrap > .wp-block-post-content {
  max-width: 100%;
}

.gc-page-wrap h1,
.gc-archive-hero h1 {
  margin-top: 0;
}

.gc-article-shell {
  width: min(1280px, calc(100vw - 40px)) !important;
  margin: 0 auto;
}

.gc-article-header {
  max-width: 980px;
  margin: 0 auto 2rem;
}

.gc-article-header .gc-breadcrumbs {
  margin-bottom: 0.9rem;
}

.gc-article-header .wp-block-post-title {
  margin: 0 0 1.35rem;
  font-size: clamp(2.3rem, 4vw, 4.25rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
  width: 100%;
  max-width: none;
  text-wrap: pretty;
  word-break: normal;
  overflow-wrap: normal;
}

.gc-article-header .wp-block-post-featured-image {
  margin: 0;
}

.gc-article-header .wp-block-post-featured-image img {
  display: block;
  width: 100%;
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(21, 48, 77, 0.08);
}

.gc-article-body {
  max-width: 760px;
  margin: 0 auto;
}

.gc-single-layout__main .gc-article-body {
  max-width: none;
}

.gc-article-body > .wp-block-post-content {
  max-width: 100%;
}

.gc-article-body > .wp-block-post-content > * {
  max-width: 100%;
}

.gc-single-layout__main .gc-article-body > .wp-block-post-content > :not(.gc-pdf-gallery-block) {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.gc-article-body :where(p, ul, ol) {
  color: var(--wp--preset--color--ink);
  font-size: 1.14rem;
  line-height: 1.85;
}

.gc-article-body p {
  margin-top: 0;
  margin-bottom: 1.35rem;
}

.gc-article-body :where(h2, h3, h4) {
  margin-top: 2.35rem;
  margin-bottom: 0.9rem;
  line-height: 1.14;
}

.gc-article-body h2 {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
}

.gc-article-body h3 {
  font-size: clamp(1.5rem, 2.3vw, 2rem);
}

.gc-article-body a {
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.gc-article-body .wp-block-gallery {
  margin-top: 2rem;
  margin-bottom: 2.2rem;
  gap: 0.9rem;
}

.gc-article-body .wp-block-gallery.has-nested-images figure.wp-block-image {
  margin: 0;
}

.gc-article-body .wp-block-gallery.has-nested-images figure.wp-block-image img,
.gc-article-body .wp-block-image img {
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(21, 48, 77, 0.06);
}

.gc-article-body .wp-block-image {
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}

.gc-article-body .wp-block-buttons {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.gc-article-body .gc-pdf-gallery-block {
  width: 100%;
  margin-top: 0;
  margin-bottom: 3.25rem;
}

.gc-article-body .gc-pdf-gallery-block__header {
  display: block;
  max-width: 46rem;
  margin-bottom: 2.55rem;
}

.gc-article-body .gc-pdf-gallery-block__eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--wp--preset--color--accent-dark);
}

.gc-article-body .gc-pdf-gallery-block__header h2 {
  margin: 0 0 0.65rem;
  color: var(--wp--preset--color--ink);
  font-size: clamp(2rem, 3.1vw, 2.65rem);
  line-height: 1.05;
}

.gc-article-body .gc-pdf-gallery-block__header p {
  margin: 0;
  max-width: 42rem;
}

.gc-article-body .gc-pdf-gallery-block__meta {
  margin-top: 0.75rem;
  color: var(--wp--preset--color--accent-dark);
  font-size: 0.92rem;
  font-weight: 800;
}

.gc-article-body .gc-pdf-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem 4rem;
  margin: 0 0 3rem;
}

.gc-article-body .gc-pdf-gallery--columns-1 {
  grid-template-columns: 1fr;
}

.gc-article-body .gc-pdf-gallery--columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gc-article-body .gc-pdf-gallery--columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gc-article-body .gc-pdf-gallery--columns-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gc-article-body .gc-pdf-gallery__card {
  display: grid;
  gap: 1.15rem;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.gc-article-body .gc-pdf-gallery__image-link {
  display: grid;
  place-items: center;
  padding: 1.1rem;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 14px 28px rgba(21, 48, 77, 0.1);
  text-decoration: none;
  line-height: 0;
}

.gc-article-body .gc-pdf-gallery__image {
  display: block;
  width: 100%;
  height: clamp(260px, 30vw, 520px);
  object-fit: contain;
  background: #fff;
  transition: filter 0.24s ease;
}

.gc-article-body .gc-pdf-gallery__card:hover .gc-pdf-gallery__image,
.gc-article-body .gc-pdf-gallery__card:focus-within .gc-pdf-gallery__image {
  filter: saturate(1.05);
}

.gc-article-body .gc-pdf-gallery__image-fallback {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  text-align: center;
  font-family: var(--wp--preset--font-family--heading, inherit);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--wp--preset--color--accent-dark);
}

.gc-article-body .gc-pdf-gallery__body {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  align-items: center;
  padding: 0 0.35rem;
  text-align: center;
}

.gc-article-body .gc-pdf-gallery__title {
  margin: 0;
  max-width: 22ch;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  line-height: 1.35;
  text-wrap: balance;
}

.gc-article-body .gc-pdf-gallery__copy,
.gc-article-body .gc-pdf-gallery__actions .gc-pdf-gallery__text-link:not(.gc-pdf-gallery__text-link--secondary) {
  display: none !important;
}

.gc-article-body .gc-pdf-gallery__actions {
  display: flex;
  justify-content: center;
  margin-top: 0.05rem;
}

.gc-article-body a.gc-pdf-gallery__text-link--secondary {
  display: inline-flex;
  color: var(--wp--preset--color--accent-dark);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.gc-article-body a.gc-pdf-gallery__text-link--secondary:hover,
.gc-article-body a.gc-pdf-gallery__text-link--secondary:focus-visible {
  text-decoration: underline;
}

.gc-article-body .gc-pdf-gallery__title a {
  color: #58bfc4;
  text-decoration: none;
}

.gc-article-body .gc-pdf-gallery__title a:hover,
.gc-article-body .gc-pdf-gallery__title a:focus-visible {
  text-decoration: underline;
}

.gc-article-body .wp-block-separator {
  margin-top: 2rem;
  margin-bottom: 2rem;
  opacity: 0.14;
}

.gc-article-body .wp-block-list {
  padding-left: 1.3rem;
}

.gc-article-body .wp-block-quote {
  margin: 2rem 0;
  padding: 1.1rem 1.35rem;
  border-left: 4px solid var(--wp--preset--color--accent);
  background: rgba(234, 242, 251, 0.65);
  border-radius: 14px;
}

.gc-single-layout {
  align-items: flex-start;
  gap: 2.2rem;
}

.gc-single-layout__main,
.gc-single-layout__sidebar {
  min-width: 0;
}

.gc-single-layout__main .gc-article-body {
  max-width: 100%;
  margin: 0;
}

.gc-single-layout__sidebar {
  position: relative;
}

.gc-sidebar {
  position: sticky;
  top: 1.5rem;
}

.gc-sidebar__card {
  padding: 1.2rem 1.2rem 1.3rem;
  margin-bottom: 1rem;
  border-radius: 18px;
}

.gc-sidebar__label {
  margin: 0 0 0.9rem;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wp--preset--color--accent-dark);
}

.gc-sidebar .search-form {
  display: grid;
  gap: 0.75rem;
}

.gc-sidebar .search-form label {
  display: block;
}

.gc-sidebar .search-field {
  width: 100%;
  min-height: 48px;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(216, 227, 239, 0.9);
  border-radius: 999px;
  background: #fff;
}

.gc-sidebar .search-submit {
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  background: var(--wp--preset--color--accent);
  color: #fff;
  font-weight: 800;
}

.gc-sidebar__topics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.gc-sidebar__topic {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.8rem;
  border: 1px solid rgba(216, 227, 239, 0.9);
  border-radius: 999px;
  background: #f8fbff;
  color: var(--wp--preset--color--ink);
  font-size: 0.95rem;
  font-weight: 700;
}

.gc-sidebar__featured-list {
  display: grid;
  gap: 0.95rem;
}

.gc-sidebar__featured-item {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.gc-sidebar__featured-image,
.gc-sidebar__thumb-fallback {
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(79, 185, 189, 0.16), rgba(20, 104, 133, 0.1));
}

.gc-sidebar__featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gc-sidebar__thumb-fallback {
  display: grid;
  place-items: center;
  color: var(--wp--preset--color--accent-dark);
  font-size: 0.85rem;
  font-weight: 800;
}

.gc-sidebar__featured-copy h3 {
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.28;
  font-family: var(--wp--preset--font-family--body);
  font-weight: 800;
}

.gc-sidebar__related-list .gc-related-posts {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.gc-related-posts__grid--compact {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.gc-related-posts--compact .gc-related-posts__card {
  border-radius: 16px;
}

.gc-related-posts--compact .gc-related-posts__image,
.gc-related-posts--compact .gc-related-posts__image-fallback {
  aspect-ratio: 16 / 10;
}

.gc-related-posts--compact .gc-related-posts__body {
  padding: 0.95rem 1rem 1.1rem;
}

.gc-related-posts--compact .gc-related-posts__body h3 {
  font-size: 1.05rem;
}

.gc-related-posts {
  margin-top: 2.8rem;
  padding-top: 2.3rem;
  border-top: 1px solid rgba(216, 227, 239, 0.9);
}

.gc-related-posts__header {
  margin-bottom: 1.15rem;
}

.gc-related-posts__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wp--preset--color--accent-dark);
}

.gc-related-posts__header h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.85rem, 2.8vw, 2.5rem);
}

.gc-related-posts__header p {
  margin: 0;
}

.gc-related-posts__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.gc-related-posts__card {
  overflow: hidden;
  border-radius: 18px;
}

.gc-related-posts__image,
.gc-related-posts__image-fallback {
  display: block;
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, rgba(79, 185, 189, 0.16), rgba(20, 104, 133, 0.1));
}

.gc-related-posts__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gc-related-posts__image-fallback {
  display: grid;
  place-items: center;
  color: var(--wp--preset--color--accent-dark);
  font-weight: 800;
}

.gc-related-posts__body {
  padding: 1rem 1rem 1.15rem;
}

.gc-related-posts__body h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.28;
  font-family: var(--wp--preset--font-family--body);
  font-weight: 800;
}

.gc-empty-box {
  padding: 1.4rem;
}

.gc-archive-collection {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.72fr);
  gap: 2rem;
  align-items: center;
  margin-bottom: 2.4rem;
}

.gc-archive-collection__eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wp--preset--color--accent-dark);
}

.gc-archive-collection__intro h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.4rem, 4vw, 4.5rem);
  line-height: 1.04;
  max-width: 12ch;
  text-wrap: balance;
}

.gc-archive-collection__copy :where(p, ul, ol) {
  margin: 0 0 1rem;
  font-size: 1.12rem;
  line-height: 1.82;
  color: var(--wp--preset--color--ink);
}

.gc-archive-collection__hero img,
.gc-archive-collection__hero-fallback {
  display: block;
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 16px 36px rgba(21, 48, 77, 0.08);
}

.gc-archive-collection__hero-fallback {
  aspect-ratio: 16 / 10;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(79, 185, 189, 0.16), rgba(20, 104, 133, 0.1));
  color: var(--wp--preset--color--accent-dark);
  font-weight: 800;
}

.gc-archive-grid-wrap {
  margin-top: 1rem;
}

.gc-archive-grid-wrap .wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
}

.gc-archive-card {
  overflow: hidden;
  height: 100%;
  border-radius: 20px;
}

.gc-archive-card .wp-block-post-featured-image {
  margin: 0;
}

.gc-archive-card .wp-block-post-featured-image img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.gc-archive-card-body {
  padding: 0.95rem 1rem 1.1rem;
}

.gc-archive-card-body .wp-block-post-title {
  margin: 0 0 0.45rem;
  font-size: 1.1rem;
  line-height: 1.28;
  font-family: var(--wp--preset--font-family--body);
  font-weight: 800;
}

.gc-archive-card-body .wp-block-post-title a,
.gc-query-card-body .wp-block-post-title a,
.gc-related-posts__body h3 a,
.gc-sidebar__featured-copy h3 a {
  color: inherit;
}

.gc-archive-card-body .wp-block-post-excerpt,
.gc-query-card-body .wp-block-post-excerpt {
  color: var(--wp--preset--color--muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.gc-archive-card-body .wp-block-post-excerpt__excerpt,
.gc-query-card-body .wp-block-post-excerpt__excerpt {
  margin: 0;
}

.gc-archive-grid-wrap .wp-block-query-pagination {
  margin-top: 2rem;
}

.gc-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1rem;
  font-size: 0.92rem;
  color: var(--wp--preset--color--muted);
}

.gc-breadcrumbs a {
  color: var(--wp--preset--color--accent-dark);
}

.gc-breadcrumbs__sep {
  opacity: 0.55;
}

.gc-query-grid {
  margin-top: 1rem;
}

.gc-query-grid .wp-block-post {
  list-style: none;
}

.gc-query-grid .wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gc-query-card {
  overflow: hidden;
  border-radius: 22px;
}

.gc-query-card .wp-block-post-featured-image {
  margin: 0;
}

.gc-query-card .wp-block-post-featured-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gc-query-card-body {
  padding: 1rem 1rem 1.2rem;
}

.gc-query-card-body .wp-block-post-title {
  margin-top: 0;
  margin-bottom: 0.4rem;
}

.gc-query-card-body .wp-block-post-excerpt {
  color: var(--wp--preset--color--muted);
}

.gc-query-grid .wp-block-query-pagination {
  grid-column: 1 / -1;
  margin-top: 1.4rem;
}

.gc-query-grid--featured .wp-block-post-template > li:first-child {
  grid-column: span 2;
}

.gc-query-grid--featured .wp-block-post-template > li:first-child .gc-query-card .wp-block-post-featured-image img {
  aspect-ratio: 16 / 10;
}

.gc-query-grid--featured .wp-block-post-template > li:first-child .gc-query-card-body {
  padding: 1.25rem 1.3rem 1.35rem;
}

.gc-query-grid--featured .wp-block-post-template > li:first-child .wp-block-post-title {
  font-size: clamp(1.55rem, 2.6vw, 2.05rem);
  line-height: 1.16;
}

.gc-query-grid--featured .wp-block-post-template > li:first-child .wp-block-post-excerpt {
  font-size: 1rem;
}

.gc-no-results {
  padding: 1.25rem;
  background: #fff;
  border: 1px solid rgba(216, 227, 239, 0.72);
  border-radius: 18px;
}

.gc-ad-slot {
  width: min(1280px, calc(100vw - 40px));
  margin: 2.4rem auto 0;
}

.gc-ad-slot__inner {
  padding: 1rem;
  background: var(--wp--preset--color--surface);
  border: 1px solid rgba(216, 227, 239, 0.72);
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(21, 48, 77, 0.05);
}

.gc-ad-slot .adsbygoogle {
  min-height: 280px;
}

@media (max-width: 1100px) {
  .gc-archive-collection {
    grid-template-columns: 1fr;
  }

  .gc-query-grid .wp-block-post-template,
  .gc-archive-grid-wrap .wp-block-post-template {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gc-query-grid .wp-block-post-template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gc-card-grid--six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gc-card-grid--four,
  .gc-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gc-hero {
    grid-template-columns: 1fr;
  }

  .gc-strip {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 781px) {
  .gc-card-grid--six,
  .gc-card-grid--four,
  .gc-card-grid--three,
  .gc-footer-grid,
  .gc-query-grid .wp-block-post-template,
  .gc-strip,
  .gc-archive-grid-wrap .wp-block-post-template {
    grid-template-columns: 1fr;
  }

  .gc-section-header {
    display: block;
  }

  .gc-header-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .gc-top-nav__list {
    gap: 0.85rem 1rem;
  }

  .gc-hero-copy,
  .gc-page-wrap,
  .gc-archive-hero {
    padding: 1.35rem;
  }

  .gc-article-header .wp-block-post-title {
    font-size: clamp(2rem, 9vw, 2.9rem);
  }

  .gc-article-body :where(p, ul, ol) {
    font-size: 1.03rem;
    line-height: 1.75;
  }

  .gc-archive-collection__intro h1 {
    max-width: none;
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .gc-archive-collection__copy :where(p, ul, ol) {
    font-size: 1.03rem;
    line-height: 1.75;
  }

  .gc-single-layout {
    display: block;
  }

  .gc-sidebar {
    position: static;
    margin-top: 2rem;
  }

  .gc-sidebar__featured-item {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .gc-sidebar__featured-image,
  .gc-sidebar__thumb-fallback {
    width: 96px;
    height: 96px;
  }

  .gc-related-posts__grid {
    grid-template-columns: 1fr;
  }

  .gc-query-grid--featured .wp-block-post-template > li:first-child {
    grid-column: auto;
  }

  .gc-article-body .gc-pdf-gallery,
  .gc-article-body .gc-pdf-gallery--columns-2,
  .gc-article-body .gc-pdf-gallery--columns-3,
  .gc-article-body .gc-pdf-gallery--columns-4 {
    grid-template-columns: 1fr;
  }

  .gc-main {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .gc-ad-slot {
    width: calc(100vw - 40px);
  }

  .gc-footer-meta {
    display: block;
  }
}

@media (min-width: 782px) and (max-width: 1199px) {
  body {
    --wp--style--root--padding-left: 28px;
    --wp--style--root--padding-right: 28px;
  }

  .has-global-padding {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .gc-shell,
  .gc-shell.alignwide,
  .alignwide.gc-shell,
  .is-layout-constrained > .alignwide.gc-shell,
  .is-layout-constrained > .gc-shell.alignwide {
    width: calc(100vw - 56px) !important;
  }

  .gc-article-shell {
    width: min(1280px, calc(100vw - 56px)) !important;
  }
}

@media (min-width: 1200px) {
  body {
    --wp--style--root--padding-left: 48px;
    --wp--style--root--padding-right: 48px;
  }

  .has-global-padding {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .gc-main {
    padding-left: 0;
    padding-right: 0;
  }

  .gc-shell {
    width: calc(100vw - 96px);
    max-width: none;
  }

  .gc-shell.alignwide,
  .alignwide.gc-shell,
  .is-layout-constrained > .alignwide.gc-shell,
  .is-layout-constrained > .gc-shell.alignwide {
    width: calc(100vw - 96px) !important;
  }

  .gc-page-wrap,
  .gc-archive-hero {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .gc-article-shell {
    width: min(1280px, calc(100vw - 96px)) !important;
  }

  .gc-hero,
  .gc-strip,
  .gc-card-grid,
  .gc-footer-grid {
    gap: 0.9rem;
  }
}

/* ------------------------------------------------------------------
 * Homepage rework — added 2026-04 audit
 * ------------------------------------------------------------------ */

/* Header: brand / nav / search on one row */
.gc-header-row {
  gap: 1rem;
}
.gc-header-search {
  max-width: 320px;
  flex: 1 1 240px;
}
.gc-header-search .wp-block-search__inside-wrapper {
  border: 1px solid var(--wp--preset--color--border);
  border-radius: 999px;
  padding: 2px 2px 2px 14px;
  background: var(--wp--preset--color--surface);
}
.gc-header-search .wp-block-search__input {
  border: 0;
  background: transparent;
  font-size: 0.95rem;
}
.gc-header-search button[type="submit"] {
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
}
@media (max-width: 768px) {
  .gc-header-search { order: 3; max-width: none; width: 100%; }
}

/* Hero: USP kicker + inline search */
.gc-section--hero {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.gc-hero-search {
  margin-top: 1.25rem;
  max-width: 520px;
}
.gc-hero-search .wp-block-search__inside-wrapper {
  border: 1.5px solid var(--wp--preset--color--accent);
  border-radius: 999px;
  padding: 4px 4px 4px 18px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(20, 104, 133, 0.12);
}
.gc-hero-search .wp-block-search__input {
  border: 0;
  background: transparent;
  font-size: 1rem;
  padding: 0.7rem 0;
}
.gc-hero-search button[type="submit"] {
  border-radius: 999px;
  padding: 0.65rem 1rem;
}

/* Trust strip: icons above copy */
.gc-section--trust .gc-strip {
  gap: 1rem;
  flex-wrap: wrap;
}
.gc-section--trust .gc-strip-box {
  flex: 1 1 180px;
  background: var(--wp--preset--color--surface);
  border: 1px solid var(--wp--preset--color--border);
  border-radius: 14px;
  padding: 1.1rem 1.1rem;
  text-align: left;
}
.gc-section--trust .gc-strip-icon {
  font-size: 1.75rem;
  margin: 0 0 0.35rem 0;
  line-height: 1;
}
.gc-section--trust .gc-strip-box p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--wp--preset--color--muted);
  line-height: 1.45;
}
.gc-section--trust .gc-strip-box strong {
  display: block;
  color: var(--wp--preset--color--ink);
  font-weight: 800;
  margin-bottom: 0.2rem;
}
@media (max-width: 640px) {
  .gc-section--trust .gc-strip { display: grid; grid-template-columns: 1fr 1fr; }
  .gc-section--trust .gc-strip-label { grid-column: 1 / -1; }
}

/* Category chips */
.gc-section--categories .gc-chip-grid {
  margin-top: 1rem;
}
.gc-chip-row {
  gap: 0.6rem !important;
  flex-wrap: wrap;
}
.wp-block-button.gc-chip .wp-block-button__link {
  background: var(--wp--preset--color--sky);
  color: var(--wp--preset--color--accent-dark);
  font-weight: 700;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-size: 0.95rem;
}
.wp-block-button.gc-chip .wp-block-button__link:hover,
.wp-block-button.gc-chip .wp-block-button__link:focus {
  background: var(--wp--preset--color--accent);
  color: #fff;
}

/* Latest + Trending grid — 4 cols desktop, 2 cols tablet, 1 col mobile */
.gc-query-grid .wp-block-post-template {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 960px) {
  .gc-query-grid .wp-block-post-template { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
  .gc-query-grid .wp-block-post-template { grid-template-columns: 1fr; }
}

/* AdSense slot with reserved height to prevent CLS */
.gc-ad-slot {
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--wp--preset--color--sky);
  border-radius: 14px;
  padding: 1rem;
}
.gc-ad-slot .adsbygoogle {
  width: 100%;
  min-height: 250px;
}

/* Section rhythm */
.gc-section--latest,
.gc-section--trending,
.gc-section--categories {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

/* Use content-visibility for below-fold sections */
.gc-section--trending,
.gc-section-band {
  content-visibility: auto;
  contain-intrinsic-size: 600px;
}
