/*
 * 김해 신문 센트럴 아이파크 project surface.
 * Official-site palette: charcoal, oxidized copper, quiet cream and ink.
 */

.apt44-gsc-active {
  --gsc-forest: #212528;
  --gsc-forest-deep: #06090e;
  --gsc-teal: #7a3420;
  --gsc-copper: #c28b70;
  --gsc-cream: #efe5d9;
  --gsc-paper: #f5f2ed;
  --gsc-white: #fff;
  --gsc-ink: #151719;
  --gsc-muted: #62676b;
  --gsc-line: rgba(33, 37, 40, .16);
  --gsc-shadow: 0 24px 70px rgba(6, 9, 14, .16);
  --gsc-header-height: 84px;
  margin: 0;
  background: var(--gsc-paper);
  color: var(--gsc-ink);
  font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
  overflow-x: clip;
}

.apt44-gsc-active .wrapper,
.apt44-gsc-active .site-content,
.apt44-gsc-active .container,
.apt44-gsc-active .row,
.apt44-gsc-active .col,
.apt44-gsc-active .nv-single-page-wrap,
.apt44-gsc-active .nv-single-post-wrap {
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

.apt44-gsc-active a { color: inherit; }
.apt44-gsc-active img { display: block; height: auto; max-width: 100%; }
.apt44-gsc-active button,
.apt44-gsc-active a { -webkit-tap-highlight-color: transparent; }

.gsc-shell {
  background: var(--gsc-paper);
  min-height: 100vh;
  overflow: clip;
  padding-bottom: 32px;
}

.gsc-skip-link {
  background: var(--gsc-white);
  border: 2px solid var(--gsc-copper);
  color: var(--gsc-forest-deep);
  left: 12px;
  padding: 12px 16px;
  position: fixed;
  top: -100px;
  z-index: 10010;
}

.gsc-skip-link:focus { top: 12px; }

.gsc-header {
  backdrop-filter: blur(15px);
  background: rgba(5, 39, 33, .88);
  border-bottom: 1px solid rgba(232, 218, 196, .2);
  color: var(--gsc-white);
  height: var(--gsc-header-height);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: background .25s ease, box-shadow .25s ease, height .25s ease;
  z-index: 9990;
}

.gsc-header.is-scrolled {
  background: rgba(5, 39, 33, .97);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
  height: 72px;
}

.gsc-header__inner {
  align-items: center;
  display: flex;
  gap: 22px;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1480px;
  padding: 0 34px;
}

.gsc-brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 14px;
  min-height: 48px;
  text-decoration: none;
}

.gsc-brand__mark {
  align-items: center;
  border: 1px solid rgba(232, 218, 196, .65);
  border-radius: 50%;
  color: var(--gsc-cream);
  display: inline-flex;
  font-family: Georgia, serif;
  font-size: 19px;
  height: 42px;
  justify-content: center;
  letter-spacing: -.05em;
  width: 42px;
}

.gsc-brand__name { display: grid; line-height: 1.05; }
.gsc-brand__name strong { font-size: 18px; letter-spacing: -.04em; }
.gsc-brand__name small { color: rgba(255,255,255,.68); font-size: 10px; letter-spacing: .12em; margin-top: 6px; }

.gsc-nav { align-items: center; display: flex; gap: 3px; }
.gsc-nav > a {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 650;
  min-height: 44px;
  padding: 0 11px;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
  white-space: nowrap;
}
.gsc-nav > a:hover,
.gsc-nav > a:focus-visible,
.gsc-nav > a[aria-current="page"] { background: rgba(232,218,196,.16); color: var(--gsc-cream); }
.gsc-nav .gsc-nav__call {
  background: var(--gsc-copper);
  color: var(--gsc-forest-deep);
  display: grid;
  font-size: 14px;
  line-height: 1.05;
  margin-left: 8px;
  min-width: 116px;
  padding: 8px 16px;
  text-align: center;
}
.gsc-nav__call small { font-size: 9px; letter-spacing: .1em; margin-bottom: 4px; }
.gsc-nav .gsc-nav__call:hover { background: var(--gsc-cream); color: var(--gsc-forest-deep); transform: translateY(-2px); }

.gsc-menu-toggle {
  align-items: center;
  background: rgba(232, 218, 196, .08) !important;
  border: 1px solid rgba(232, 218, 196, .58) !important;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: none;
  gap: 6px;
  justify-content: center;
  min-height: 46px;
  min-width: 76px;
  padding: 0 14px;
  box-shadow: none !important;
}
.gsc-menu-toggle span { font-size: 13px; font-weight: 750; }
.gsc-menu-toggle i { background: currentColor; display: block; height: 1px; transition: transform .2s ease; width: 12px; }
.gsc-menu-toggle i + i { margin-left: -18px; margin-top: 8px; }
.gsc-menu-toggle[aria-expanded="true"] i { transform: translateY(4px) rotate(45deg); }
.gsc-menu-toggle[aria-expanded="true"] i + i { transform: translateY(-4px) rotate(-45deg); }

.gsc-hero {
  align-items: flex-end;
  color: var(--gsc-white);
  display: flex;
  isolation: isolate;
  min-height: 66vh;
  overflow: hidden;
  padding: calc(var(--gsc-header-height) + 80px) clamp(24px, 7vw, 120px) 76px;
  position: relative;
}
.gsc-hero--landing { min-height: 92svh; }
.gsc-hero__media,
.gsc-hero__media img,
.gsc-hero__shade { inset: 0; position: absolute; }
.gsc-hero__media { z-index: -3; }
.gsc-hero__media img { height: 100%; object-fit: cover; object-position: center 57%; width: 100%; }
.gsc-hero__shade {
  background:
    linear-gradient(90deg, rgba(1, 27, 23, .86) 0%, rgba(1, 27, 23, .42) 48%, rgba(1, 27, 23, .12) 75%),
    linear-gradient(0deg, rgba(1, 27, 23, .82) 0%, transparent 48%);
  z-index: -2;
}
.gsc-hero__content { max-width: 840px; position: relative; z-index: 1; }
.gsc-eyebrow {
  color: var(--gsc-copper);
  font-family: Georgia, serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .24em;
  margin: 0 0 19px;
  text-transform: uppercase;
}
.gsc-hero h1,
.gsc-blog-masthead h1 {
  color: var(--gsc-white);
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: clamp(42px, 6vw, 88px);
  letter-spacing: -.06em;
  line-height: .98;
  margin: 0;
  text-wrap: balance;
}
.gsc-title-primary,
.gsc-title-secondary,
.gsc-title-topic { display: block; }
.gsc-title-secondary { color: var(--gsc-cream); font-size: .38em; letter-spacing: -.03em; margin-top: .7em; }
.gsc-title-topic { font-family: Pretendard, sans-serif; font-size: .42em; line-height: 1.3; margin-top: .45em; }
.gsc-hero__content > p:not(.gsc-eyebrow) { color: rgba(255,255,255,.82); font-size: clamp(15px, 1.5vw, 19px); line-height: 1.75; margin: 26px 0 0; max-width: 650px; }
.gsc-hero__scroll {
  align-items: center;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 750;
  gap: 12px;
  margin-top: 30px;
  min-height: 48px;
  padding: 0 20px;
  text-decoration: none;
}
.gsc-hero__scroll:hover { background: var(--gsc-white); color: var(--gsc-forest-deep); }
.gsc-hero__caption { bottom: 20px; color: rgba(255,255,255,.62); font-size: 11px; margin: 0; position: absolute; right: clamp(24px, 5vw, 80px); }

.gsc-main,
.gsc-blog-body { background: var(--gsc-paper); }
.gsc-main > .wp-block-group,
.gsc-blog-body > .wp-block-group { margin: 0; }

.gsc-section {
  margin: 0;
  padding: clamp(78px, 10vw, 150px) clamp(22px, 6vw, 96px);
}
.gsc-section > .wp-block-group__inner-container,
.gsc-section__inner { margin: 0 auto; max-width: 1240px; }
.gsc-section--white { background: var(--gsc-white); }
.gsc-section--soft { background: var(--gsc-paper); }
.gsc-section--dark { background: var(--gsc-forest-deep); color: var(--gsc-white); }
.gsc-section--forest { background: var(--gsc-forest); color: var(--gsc-white); }
.gsc-section--copper { background: var(--gsc-copper); color: var(--gsc-forest-deep); }
.gsc-section__kicker { color: var(--gsc-teal); font-family: Georgia, serif; font-size: 12px; font-weight: 700; letter-spacing: .22em; margin: 0 0 18px; text-transform: uppercase; }
.gsc-section--dark .gsc-section__kicker,
.gsc-section--forest .gsc-section__kicker { color: var(--gsc-copper); }
.gsc-section h2 {
  color: inherit;
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: clamp(31px, 4vw, 58px);
  letter-spacing: -.055em;
  line-height: 1.15;
  margin: 0 0 30px;
  max-width: 900px;
  text-wrap: balance;
}
.gsc-section h3 { color: inherit; font-size: clamp(20px, 2.2vw, 28px); letter-spacing: -.035em; line-height: 1.35; margin: 0 0 15px; }
.gsc-section h4 { color: inherit; font-size: 17px; margin: 0 0 10px; }
.gsc-section p { color: var(--gsc-muted); font-size: 16px; line-height: 1.85; margin: 0 0 18px; }
.gsc-section--dark p,
.gsc-section--forest p { color: rgba(255,255,255,.72); }
.gsc-lead { font-size: clamp(18px, 2vw, 23px) !important; line-height: 1.7 !important; max-width: 890px; }
.gsc-disclaimer { border-left: 2px solid var(--gsc-copper); font-size: 13px !important; margin-top: 22px !important; padding-left: 16px; }

.gsc-toc {
  background: var(--gsc-white);
  border: 1px solid var(--gsc-line);
  border-radius: 22px;
  box-shadow: 0 15px 44px rgba(5,37,32,.07);
  margin: 0 auto;
  max-width: 1240px;
  padding: 28px 32px;
}
.gsc-toc h2 { color: var(--gsc-forest); font-family: Georgia, serif; font-size: 20px; margin: 0 0 16px; }
.gsc-toc ul { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.gsc-toc li { margin: 0; }
.gsc-toc a { align-items: center; background: var(--gsc-paper); border-radius: 999px; display: inline-flex; font-size: 13px; font-weight: 700; min-height: 44px; padding: 0 16px; text-decoration: none; }
.gsc-toc a:hover { background: var(--gsc-forest); color: var(--gsc-white); }

.gsc-grid { display: grid; gap: 24px; }
.gsc-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gsc-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gsc-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gsc-card {
  background: var(--gsc-white);
  border: 1px solid var(--gsc-line);
  border-radius: 20px;
  box-shadow: 0 14px 44px rgba(5,37,32,.06);
  overflow: hidden;
  padding: 28px;
}
.gsc-section--dark .gsc-card,
.gsc-section--forest .gsc-card { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.14); box-shadow: none; }
.gsc-card__number { color: var(--gsc-copper); display: block; font-family: Georgia, serif; font-size: 34px; margin-bottom: 24px; }
.gsc-card p:last-child { margin-bottom: 0; }
.gsc-stat { border-top: 1px solid var(--gsc-line); padding-top: 20px; }
.gsc-stat strong { color: var(--gsc-forest); display: block; font-family: Georgia, serif; font-size: clamp(31px, 4vw, 52px); letter-spacing: -.05em; line-height: 1; }
.gsc-stat span { color: var(--gsc-muted); display: block; font-size: 13px; margin-top: 12px; }
.gsc-section--dark .gsc-stat { border-color: rgba(255,255,255,.18); }
.gsc-section--dark .gsc-stat strong { color: var(--gsc-cream); }
.gsc-section--dark .gsc-stat span { color: rgba(255,255,255,.65); }

.gsc-feature {
  align-items: center;
  display: grid;
  gap: clamp(34px, 6vw, 88px);
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
}
.gsc-feature--reverse { grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr); }
.gsc-feature--reverse .gsc-feature__media { order: 2; }
.gsc-feature__media { border-radius: 8px 80px 8px 8px; box-shadow: var(--gsc-shadow); overflow: hidden; }
.gsc-feature--reverse .gsc-feature__media { border-radius: 80px 8px 8px 8px; }
.gsc-feature__media img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
.gsc-feature__copy ul { color: var(--gsc-muted); line-height: 1.8; margin: 20px 0 0; padding-left: 20px; }

.gsc-figure { margin: 0; }
.gsc-figure img { background: #fff; border-radius: 18px; box-shadow: var(--gsc-shadow); width: 100%; }
.gsc-figure figcaption { color: var(--gsc-muted); font-size: 12px; line-height: 1.65; margin: 12px 4px 0; }
.gsc-section--dark .gsc-figure figcaption { color: rgba(255,255,255,.62); }
.gsc-gallery { display: grid; gap: 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gsc-gallery--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gsc-gallery .gsc-figure img { aspect-ratio: 4 / 3; object-fit: cover; }
.gsc-unit-grid .gsc-card { align-content: space-between; display: grid; }
.gsc-unit-grid img { background: #f8f8f6; border-radius: 12px; margin-bottom: 18px; width: 100%; }
.gsc-unit-grid .gsc-card__badge { color: var(--gsc-teal); font-size: 12px; font-weight: 800; letter-spacing: .12em; }

.gsc-button-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.gsc-button,
.gsc-button-row .wp-block-button__link {
  align-items: center;
  background: var(--gsc-forest);
  border: 1px solid var(--gsc-forest);
  border-radius: 999px;
  color: var(--gsc-white);
  display: inline-flex;
  font-size: 14px;
  font-weight: 750;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  text-decoration: none;
}
.gsc-button--outline { background: transparent; color: var(--gsc-forest); }
.gsc-section--dark .gsc-button,
.gsc-section--forest .gsc-button { background: var(--gsc-copper); border-color: var(--gsc-copper); color: var(--gsc-forest-deep); }
.gsc-button:hover { transform: translateY(-2px); }

.gsc-vr-wrap { background: var(--gsc-forest-deep); color: var(--gsc-white); margin: 0; padding: clamp(32px, 5vw, 70px) clamp(18px, 5vw, 74px); }
.gsc-vr-toolbar { align-items: flex-end; display: flex; gap: 18px; margin: 0 auto 20px; max-width: 1380px; }
.gsc-vr-toolbar span { color: var(--gsc-copper); font-family: Georgia, serif; font-size: 11px; letter-spacing: .18em; }
.gsc-vr-toolbar strong { font-size: clamp(18px, 2vw, 27px); margin-right: auto; overflow-wrap: break-word; word-break: keep-all; }
.gsc-vr-toolbar a { border-bottom: 1px solid rgba(255,255,255,.4); font-size: 12px; min-height: 32px; text-decoration: none; }
.gsc-vr-frame { --gsc-vr-scale: 1; aspect-ratio: 16 / 9; background: #000; border: 1px solid rgba(232,218,196,.25); border-radius: 22px; box-shadow: 0 28px 80px rgba(0,0,0,.32); margin: 0 auto; max-width: 1280px; overflow: hidden; width: 100%; }
.gsc-vr-frame iframe { border: 0; display: block; height: 720px; max-width: none; transform: scale(var(--gsc-vr-scale)); transform-origin: 0 0; width: 1280px; }
.gsc-vr-note { color: rgba(255,255,255,.6); font-size: 12px; line-height: 1.6; margin: 16px auto 0; max-width: 1380px; }

.gsc-scroll-note { color: var(--gsc-teal) !important; font-size: 13px !important; font-weight: 750; margin: 0 0 10px !important; }
.gsc-scroll-region { max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; }
.gsc-scroll-region:focus-visible { outline: 3px solid var(--gsc-copper); outline-offset: 3px; }
.gsc-data-table { background: var(--gsc-white); border-collapse: collapse; min-width: 720px; width: 100%; }
.gsc-data-table th,
.gsc-data-table td { border-bottom: 1px solid var(--gsc-line); font-size: 14px; padding: 16px 18px; text-align: left; vertical-align: top; }
.gsc-data-table th { background: var(--gsc-forest); color: var(--gsc-white); font-weight: 750; }
.gsc-data-table tbody tr:nth-child(even) { background: #f8f6f1; }

.gsc-fact-list { list-style: none; margin: 28px 0 0; padding: 0; }
.gsc-fact-list li { border-top: 1px solid var(--gsc-line); display: grid; gap: 14px; grid-template-columns: minmax(130px, .35fr) 1fr; line-height: 1.7; padding: 18px 0; }
.gsc-fact-list strong { color: var(--gsc-forest); }
.gsc-section--dark .gsc-fact-list li { border-color: rgba(255,255,255,.18); }
.gsc-section--dark .gsc-fact-list strong { color: var(--gsc-cream); }

.gsc-blog-masthead {
  align-items: flex-end;
  color: var(--gsc-white);
  display: flex;
  isolation: isolate;
  min-height: 72svh;
  overflow: hidden;
  padding: calc(var(--gsc-header-height) + 70px) clamp(24px, 7vw, 110px) 70px;
  position: relative;
}
.gsc-blog-masthead__image,
.gsc-blog-masthead__shade { height: 100%; inset: 0; position: absolute; width: 100%; }
.gsc-blog-masthead__image { object-fit: cover; object-position: center 57%; z-index: -3; }
.gsc-blog-masthead__shade { background: linear-gradient(90deg, rgba(3,31,26,.9), rgba(3,31,26,.28)), linear-gradient(0deg, rgba(3,31,26,.85), transparent 60%); z-index: -2; }
.gsc-blog-masthead__inner { max-width: 980px; }
.gsc-blog-masthead__inner > p:last-child { color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.75; margin: 24px 0 0; max-width: 730px; }
.gsc-blog-body .gsc-section { padding-block: clamp(65px, 8vw, 112px); }
.gsc-blog-body .gsc-section > .wp-block-group__inner-container { max-width: 900px; }
.gsc-blog-body .gsc-toc { margin: clamp(48px, 7vw, 84px) auto; max-width: 900px; }
.gsc-hashtags { color: var(--gsc-teal) !important; font-weight: 650; word-spacing: .35em; }

.gsc-footer { background: #031e1a; color: var(--gsc-white); padding: 70px clamp(22px, 6vw, 90px) 110px; }
.gsc-footer__inner { display: grid; gap: 44px; grid-template-columns: 1.1fr .7fr 1.2fr; margin: 0 auto; max-width: 1380px; }
.gsc-footer__eyebrow { color: var(--gsc-copper); font-family: Georgia, serif; font-size: 11px; letter-spacing: .18em; margin: 0 0 16px; }
.gsc-footer__logo { font-family: Georgia, "Noto Serif KR", serif; font-size: clamp(24px, 3vw, 38px); letter-spacing: -.04em; line-height: 1.3; margin: 0; }
.gsc-footer address { color: rgba(255,255,255,.7); font-size: 14px; font-style: normal; line-height: 1.9; }
.gsc-footer address a { color: var(--gsc-cream); font-size: 18px; font-weight: 800; text-decoration: none; }
.gsc-footer-menu { display: flex; flex-wrap: wrap; gap: 9px; }
.gsc-footer-menu a { align-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; display: inline-flex; font-size: 12px; min-height: 44px; padding: 0 15px; text-decoration: none; }
.gsc-footer-menu a:hover { background: var(--gsc-copper); color: var(--gsc-forest-deep); transform: translateY(-2px); }
.gsc-footer__notice { border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.7; margin: 48px auto 0; max-width: 1380px; padding-top: 22px; }

.gsc-floating-call {
  align-items: center;
  animation: gsc-call-breathe 3s ease-in-out infinite;
  background: var(--gsc-copper);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 999px;
  bottom: max(20px, env(safe-area-inset-bottom));
  box-shadow: 0 16px 44px rgba(3,30,26,.28);
  color: var(--gsc-forest-deep);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 64px;
  min-width: 166px;
  padding: 9px 22px;
  position: fixed;
  right: 22px;
  text-decoration: none;
  z-index: 9985;
}
.gsc-floating-call small { font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.gsc-floating-call strong { font-size: 20px; letter-spacing: .01em; line-height: 1.25; }

@keyframes gsc-call-breathe {
  0%, 82%, 100% { transform: translateY(0) scale(1); }
  88% { transform: translateY(-4px) scale(1.02); }
  94% { transform: translateY(0) scale(1); }
}

.gsc-motion-ready .gsc-reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.gsc-motion-ready .gsc-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1280px) {
  .gsc-header__inner { padding-inline: 22px; }
  .gsc-menu-toggle { display: inline-flex; }
  .gsc-nav {
    align-content: flex-start;
    align-items: stretch;
    background: rgba(3,30,26,.99);
    border-top: 1px solid rgba(255,255,255,.15);
    box-shadow: 0 24px 60px rgba(0,0,0,.32);
    display: none;
    flex-direction: column;
    left: 0;
    max-height: calc(100svh - var(--gsc-header-height));
    overflow-y: auto;
    padding: 16px 20px 26px;
    position: fixed;
    right: 0;
    top: var(--gsc-header-height);
  }
  .gsc-nav.is-open { display: flex; }
  .gsc-nav > a { border-radius: 10px; justify-content: space-between; min-height: 50px; padding: 0 16px; }
  .gsc-nav .gsc-nav__call { margin: 8px 0 0; min-height: 58px; }
  .gsc-menu-open { overflow: hidden; }
}

@media (max-width: 900px) {
  .apt44-gsc-active { --gsc-header-height: 74px; }
  .gsc-grid--3,
  .gsc-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gsc-feature,
  .gsc-feature--reverse { grid-template-columns: 1fr; }
  .gsc-feature--reverse .gsc-feature__media { order: 0; }
  .gsc-gallery--3 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .gsc-footer__inner { grid-template-columns: 1fr 1fr; }
  .gsc-footer-menu { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .apt44-gsc-active { --gsc-header-height: 68px; }
  .gsc-shell { padding-bottom: 92px; }
  .gsc-header__inner { padding-inline: 14px; }
  .gsc-brand { gap: 9px; }
  .gsc-brand__mark { font-size: 16px; height: 36px; width: 36px; }
  .gsc-brand__name strong { font-size: 15px; }
  .gsc-brand__name small { font-size: 8px; }
  .gsc-menu-toggle { min-height: 44px; min-width: 70px; padding-inline: 12px; }
  .gsc-hero { min-height: 64svh; padding: calc(var(--gsc-header-height) + 48px) 20px 54px; }
  .gsc-hero--landing { min-height: 100svh; }
  .gsc-hero__media img { object-position: center 58%; }
  .gsc-hero__shade { background: linear-gradient(0deg, rgba(1,27,23,.94) 0%, rgba(1,27,23,.58) 58%, rgba(1,27,23,.18) 100%); }
  .gsc-hero h1,
  .gsc-blog-masthead h1 { font-size: clamp(37px, 12vw, 54px); }
  .gsc-hero__content > p:not(.gsc-eyebrow) { font-size: 14px; }
  .gsc-hero__caption { bottom: 12px; font-size: 9px; left: 20px; right: 176px; }
  .gsc-section { padding: 64px 18px; }
  .gsc-section h2 { font-size: 32px; }
  .gsc-section p { font-size: 15px; }
  .gsc-toc { border-radius: 16px; margin-inline: 18px; padding: 23px 20px; }
  .gsc-toc ul { display: grid; grid-template-columns: 1fr 1fr; }
  .gsc-toc a { justify-content: center; padding-inline: 10px; }
  .gsc-grid--2,
  .gsc-grid--3,
  .gsc-grid--4,
  .gsc-gallery,
  .gsc-gallery--3 { grid-template-columns: 1fr; }
  .gsc-card { padding: 23px 20px; }
  .gsc-feature { gap: 28px; }
  .gsc-feature__media,
  .gsc-feature--reverse .gsc-feature__media { border-radius: 8px 44px 8px 8px; }
  .gsc-vr-wrap { padding: 30px 14px; }
  .gsc-vr-toolbar { align-items: flex-start; flex-direction: column; gap: 7px; }
  .gsc-vr-toolbar a { margin-top: 6px; }
  .gsc-vr-frame { aspect-ratio: 16 / 9; border-radius: 14px; }
  .gsc-fact-list li { grid-template-columns: 1fr; gap: 4px; }
  .gsc-blog-masthead { min-height: 67svh; padding: calc(var(--gsc-header-height) + 50px) 20px 52px; }
  .gsc-footer { padding: 58px 20px 64px; }
  .gsc-footer__inner { grid-template-columns: 1fr; }
  .gsc-footer-menu { grid-column: auto; }
  .gsc-floating-call {
    bottom: max(10px, env(safe-area-inset-bottom));
    left: auto;
    min-height: 58px;
    min-width: 154px;
    padding: 7px 17px;
    right: 10px;
  }
  .gsc-floating-call strong { font-size: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .apt44-gsc-active *,
  .apt44-gsc-active *::before,
  .apt44-gsc-active *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
  .gsc-motion-ready .gsc-reveal { opacity: 1; transform: none; }
}

/* Current block-content compatibility and project-specific polish. */
.apt44-gsc-active .gsc-header { background: rgba(6, 9, 14, .9); }
.apt44-gsc-active .gsc-header.is-scrolled { background: rgba(6, 9, 14, .98); }
.gsc-main,
.gsc-blog-body { padding-top: var(--gsc-header-height); }
.gsc-main .gsc-hero,
.gsc-blog-body .gsc-hero { padding-top: clamp(70px, 9vw, 120px); }
.gsc-hero__picture { inset: 0; margin: 0; position: absolute; z-index: -3; }
.gsc-hero__picture,
.gsc-hero__picture img { height: 100%; width: 100%; }
.gsc-hero__picture { object-fit: cover; object-position: center 50%; }
.gsc-hero__picture img { object-fit: cover; object-position: center 50%; }
.gsc-hero__shade {
  background: linear-gradient(90deg, rgba(6,9,14,.9), rgba(6,9,14,.38) 58%, rgba(6,9,14,.08)), linear-gradient(0deg, rgba(6,9,14,.78), transparent 55%);
  inset: 0;
  position: absolute;
  z-index: -2;
}
.gsc-hero__title { color: #fff !important; }
.gsc-hero__copy { color: rgba(255,255,255,.82) !important; }
.gsc-kicker { color: var(--gsc-copper) !important; font-size: 12px !important; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.gsc-intro { background: var(--gsc-forest-deep); color: #fff; padding: clamp(42px, 6vw, 78px) clamp(22px, 6vw, 96px); }
.gsc-intro > * { margin-left: auto !important; margin-right: auto !important; max-width: 1100px; }
.gsc-intro p { color: rgba(255,255,255,.78); }
.gsc-section > * { margin-left: auto; margin-right: auto; max-width: 1240px; }
.gsc-section--sand { background: #eee7de; }
.gsc-section--accent { background: #7a3420; color: #fff; }
.gsc-section--accent p,
.gsc-section--accent li { color: rgba(255,255,255,.8); }
.gsc-section--accent .gsc-kicker { color: #f4d2bf !important; }
.gsc-section--accent a { color: #fff; }
.gsc-toc { margin-block: clamp(42px, 6vw, 82px); }
.gsc-toc ol { display: flex; flex-wrap: wrap; gap: 8px; list-style-position: inside; margin: 0; padding: 0; }
.gsc-toc li { margin: 0; }
.gsc-toc a { align-items: center; background: var(--gsc-paper); border-radius: 999px; display: inline-flex; font-size: 13px; font-weight: 700; min-height: 44px; padding: 0 16px; text-decoration: none; }
.gsc-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.gsc-btn .wp-block-button__link {
  align-items: center;
  background: var(--gsc-forest);
  border: 1px solid var(--gsc-forest);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 750;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  text-decoration: none;
}
.gsc-btn--accent .wp-block-button__link { background: var(--gsc-copper); border-color: var(--gsc-copper); color: var(--gsc-forest-deep); }
.gsc-btn--outline .wp-block-button__link { background: transparent; border-color: currentColor; color: inherit; }
.gsc-table-wrap { max-width: 1240px; overflow-x: auto; overscroll-behavior-inline: contain; }
.gsc-table-wrap:focus-visible { outline: 3px solid var(--gsc-copper); outline-offset: 3px; }
.gsc-scroll-hint { color: var(--gsc-teal) !important; font-size: 13px !important; font-weight: 750; margin-bottom: 10px !important; }
.gsc-data-table { background: #fff; border-collapse: collapse; min-width: 720px; width: 100%; }
.gsc-data-table th,
.gsc-data-table td { border-bottom: 1px solid var(--gsc-line); font-size: 14px; padding: 16px 18px; text-align: left; vertical-align: top; }
.gsc-data-table th { background: var(--gsc-forest); color: #fff; font-weight: 750; }
.gsc-data-table tbody tr:nth-child(even) { background: #f8f6f1; }
.gsc-unit-card { background: #fff; border: 1px solid var(--gsc-line); border-radius: 20px; padding: clamp(18px, 3vw, 28px); }
.gsc-unit-card .gsc-figure + .gsc-figure { margin-top: 24px; }
.gsc-figure--wide { margin-top: clamp(34px, 5vw, 68px); }
.gsc-experience-note { border-left: 3px solid var(--gsc-copper); margin-top: 30px !important; padding-left: 18px; }
.gsc-hashtags { color: var(--gsc-teal) !important; font-weight: 700; line-height: 2 !important; word-break: keep-all; }
.gsc-home-project,
.gsc-hub-card { isolation: isolate; overflow: hidden; position: relative; }
.gsc-sr-only { height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.gsc-footer-menu a:nth-child(3n + 1) { animation: gsc-footer-nudge 5.8s ease-in-out infinite; }
@keyframes gsc-footer-nudge {
  0%, 84%, 100% { transform: translateY(0); }
  89% { transform: translateY(-3px); }
  94% { transform: translateY(0); }
}

@media (max-width: 640px) {
  .gsc-main .gsc-hero,
  .gsc-blog-body .gsc-hero { min-height: 84svh; padding-top: 70px; }
  .gsc-hero__picture,
  .gsc-hero__picture img { object-position: center center; }
  .gsc-toc ol { display: grid; grid-template-columns: 1fr 1fr; }
  .gsc-toc a { justify-content: center; padding-inline: 10px; }
  .gsc-data-table { min-width: 680px; }
}
