  body.home #masthead,
  body.home #colophon {
    display: none;
  }

  body.home .site-main,
  body.home .content-area {
    margin: 0;
    padding: 0;
  }

  .gc-home {
    --background: #fffefa;
    --foreground: #24343b;
    --muted: #f2f0e9;
    --muted-foreground: #5e6b70;
    --border: #d8dddc;
    --gc-slate: #455b65;
    --gc-yellow: #f0cd00;
    --gc-soft: #f4f1e8;
    --gc-line: #d8dddc;
    color: var(--foreground);
    background: var(--background);
    overflow: hidden;
  }

  .gc-home * { box-sizing: border-box; }
  .gc-home h1,
  .gc-home h2,
  .gc-home h3,
  .gc-home p { color: inherit; }
  .gc-home a { color: inherit; }
  .gc-home .gc-card { background: #ffffff; border: 1px solid var(--gc-line); border-radius: 8px; box-shadow: 0 16px 38px rgba(36, 52, 59, .07); }
  .gc-home .gc-shell { max-width: 1180px; margin: 0 auto; padding-inline: 28px; }
  .gc-home .gc-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 14px; border-bottom: 1px solid var(--gc-line); }
  .gc-home .gc-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 500; }
  .gc-home .gc-brand img { width: 68px; height: 68px; object-fit: contain; }
  .gc-home .gc-brand-copy { display: grid; gap: 2px; }
  .gc-home .gc-brand-copy small { color: var(--muted-foreground); font-weight: 400; }
  .gc-home .gc-nav { display: flex; align-items: center; gap: 24px; }
  .gc-home .gc-nav a { text-decoration: none; }
  .gc-home .gc-hero { display: grid; grid-template-columns: minmax(0, 1.38fr) minmax(260px, .62fr); gap: 58px; align-items: center; padding-block: 72px; }
  .gc-home .gc-kicker { display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .12em; font-weight: 500; }
  .gc-home .gc-kicker::before { content: ""; width: 34px; height: 5px; background: var(--gc-yellow); }
  .gc-home .gc-hero h1 { max-width: 760px; margin-block: 22px 20px; }
  .gc-home .gc-lead { max-width: 690px; color: var(--muted-foreground); }
  .gc-home .gc-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 28px; }
  .gc-home .gc-primary { display: inline-flex; align-items: center; gap: 10px; padding: 13px 19px; background: var(--gc-yellow); color: color-mix(in srgb, var(--foreground) 88%, #455b65 12%); text-decoration: none; font-weight: 500; }
  .gc-home .gc-secondary { text-decoration-thickness: 1px; text-underline-offset: 5px; }
  .gc-home .gc-portrait-wrap { position: relative; justify-self: end; width: min(100%, 340px); padding: 20px 12px 28px 30px; }
  .gc-home .gc-portrait-wrap::before { content: ""; position: absolute; width: 58%; height: 48%; right: 0; bottom: 0; background: var(--gc-yellow); }
  .gc-home .gc-portrait-wrap::after { content: ""; position: absolute; inset: 0 30px 34px 0; border: 3px solid var(--gc-slate); }
  .gc-home .gc-portrait { position: relative; z-index: 1; width: 90%; margin-left: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 28%; clip-path: polygon(0 0, 100% 0, 100% 90%, 88% 100%, 0 100%); }
  .gc-home .gc-frame-caption { position: relative; z-index: 2; width: max-content; margin: -16px 0 0 0; padding: 8px 12px; background: var(--gc-slate); color: var(--background); }
  .gc-home .gc-proof { background: var(--gc-slate); color: var(--background); }
  .gc-home .gc-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
  .gc-home .gc-proof-item { padding: 21px 28px 25px; border-top: 5px solid var(--gc-yellow); border-right: 1px solid color-mix(in srgb, var(--background) 20%, transparent); }
  .gc-home .gc-proof-item:last-child { border-right: 0; }
  .gc-home .gc-proof-item strong { display: block; color: var(--background); font-weight: 500; }
  .gc-home .gc-section { padding-block: 78px; }
  .gc-home .gc-section-head { display: grid; grid-template-columns: .7fr 1.3fr; gap: 64px; align-items: start; margin-bottom: 40px; }
  .gc-home .gc-section-head h2 { margin: 0; }
  .gc-home .gc-section-head p { margin: 0; color: var(--muted-foreground); }
  .gc-home .gc-positioning-quote { position: relative; margin: 0; padding: 28px 30px 24px 36px; border: 0; border-left: 6px solid var(--gc-yellow); background: #ffffff; box-shadow: 0 16px 38px rgba(36, 52, 59, .06); }
  .gc-home .gc-positioning-quote::before { content: "“"; position: absolute; top: -20px; left: 16px; color: var(--gc-yellow); font-family: Georgia, serif; font-size: 74px; line-height: 1; font-weight: 700; }
  .gc-home .gc-positioning-quote p { margin: 0; color: #334a54; font-size: 1.1rem; font-style: italic; }
  .gc-home .gc-positioning-quote footer { margin-top: 14px; color: var(--gc-slate); font-weight: 700; }
  .gc-home .gc-positioning-quote footer::before { content: "— "; }
  .gc-home .gc-offers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .gc-home .gc-offer { min-height: 100%; padding: 28px; }
  .gc-home .gc-offer-num { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 18px; background: var(--gc-yellow); color: color-mix(in srgb, var(--foreground) 88%, #455b65 12%); font-weight: 500; }
  .gc-home .gc-offer ul { padding-left: 19px; color: var(--muted-foreground); }
  .gc-home .gc-offer li + li { margin-top: 8px; }
  .gc-home .gc-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; font-weight: 500; text-underline-offset: 5px; }
  .gc-home .gc-dark { background: var(--gc-slate); color: var(--background); }
  .gc-home .gc-dark .gc-section-head p { color: color-mix(in srgb, var(--background) 74%, transparent); }
  .gc-home .gc-situations { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: color-mix(in srgb, var(--background) 22%, transparent); }
  .gc-home .gc-situation { padding: 28px; background: var(--gc-slate); }
  .gc-home .gc-situation span { display: inline-block; padding: 5px 8px; background: var(--gc-yellow); color: color-mix(in srgb, var(--foreground) 88%, #455b65 12%); font-weight: 500; }
  .gc-home .gc-situation p { color: color-mix(in srgb, var(--background) 74%, transparent); }
  .gc-home .gc-method-challenge { position: relative; overflow: hidden; background: var(--background); color: #24343b; }
  .gc-home .gc-challenge-head { position: relative; z-index: 1; max-width: 890px; }
  .gc-home .gc-challenge-kicker { display: inline-block; margin-bottom: 14px; padding: 7px 11px; background: var(--gc-yellow); color: #24343b; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 700; }
  .gc-home .gc-challenge-head h2 { max-width: 760px; margin: 0 0 18px; color: #24343b; font-size: clamp(2.4rem, 5vw, 4.7rem); line-height: 1.02; letter-spacing: -.04em; }
  .gc-home .gc-challenge-head p { max-width: 760px; margin: 0; color: #33434a; font-size: 1.1rem; }
  .gc-home .gc-challenge-path { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 58px; padding-top: 28px; }
  .gc-home .gc-challenge-path::before { content: ""; position: absolute; z-index: 0; height: 4px; left: 2%; right: 2%; top: 19px; background: var(--gc-slate); transform: rotate(-2.2deg); transform-origin: left center; }
  .gc-home .gc-challenge-step { position: relative; z-index: 1; min-height: 300px; padding: 34px 24px 26px; background: var(--gc-slate); color: #ffffff; box-shadow: 0 18px 30px rgba(36, 52, 59, .18); }
  .gc-home .gc-challenge-step-1 { transform: translateY(36px); }
  .gc-home .gc-challenge-step-2 { transform: translateY(24px); }
  .gc-home .gc-challenge-step-3 { transform: translateY(12px); }
  .gc-home .gc-challenge-number { position: absolute; left: 22px; top: -28px; display: grid; place-items: center; width: 58px; height: 58px; border: 4px solid var(--gc-slate); background: var(--gc-yellow); color: #24343b; font-weight: 800; }
  .gc-home .gc-challenge-result { display: inline-block; margin: 10px 0 24px 72px; color: #ffffff; text-transform: uppercase; letter-spacing: .1em; font-size: .76rem; font-weight: 700; }
  .gc-home .gc-challenge-step h3 { margin: 0 0 14px; color: #ffffff; font-size: 1.35rem; line-height: 1.15; }
  .gc-home .gc-challenge-step p { margin: 0; color: rgba(255, 255, 255, .84); }
  .gc-home .gc-projects-section { background: var(--gc-yellow); color: #24343b; }
  .gc-home .gc-projects-section .gc-section-head p { color: #33434a; }
  .gc-home .gc-projects-section .gc-case { background: #ffffff !important; color: #24343b; border: 1px solid rgba(69, 91, 101, .24); border-top: 8px solid var(--gc-slate); box-shadow: 0 18px 34px rgba(36, 52, 59, .13); }
  .gc-home .gc-projects-section .gc-case h3,
  .gc-home .gc-projects-section .gc-case p,
  .gc-home .gc-projects-section .gc-case a { color: #24343b; }
  .gc-home .gc-cases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .gc-home .gc-case { display: flex; flex-direction: column; min-height: 100%; padding: 26px; }
  .gc-home .gc-case-tag { align-self: flex-start; padding: 6px 10px; background: color-mix(in srgb, var(--gc-yellow) 25%, transparent); font-weight: 500; }
  .gc-home .gc-case h3 span { display: block; margin-top: 7px; color: var(--gc-slate); font-size: .7em; font-weight: 500; }
  .gc-home .gc-case p { color: var(--muted-foreground); }
  .gc-home .gc-about { display: grid; grid-template-columns: .7fr 1.3fr; gap: 64px; align-items: center; }
  .gc-home .gc-experience { position: relative; isolation: isolate; display: grid; align-content: center; min-height: 330px; margin: 18px 0 0 18px; padding: 34px; background: var(--gc-yellow); color: #24343b; }
  .gc-home .gc-experience::before { content: ""; position: absolute; z-index: -1; inset: -18px 18px 18px -18px; border: 4px solid var(--gc-slate); }
  .gc-home .gc-experience-number { display: block; color: #24343b; font-size: clamp(5.5rem, 10vw, 8.5rem); line-height: .78; letter-spacing: -.08em; font-weight: 700; }
  .gc-home .gc-experience-number span { margin-left: .04em; font-size: .46em; vertical-align: top; }
  .gc-home .gc-experience strong { margin-top: 22px; color: #24343b; font-size: 1.35rem; font-weight: 700; }
  .gc-home .gc-experience p { max-width: 330px; margin: 8px 0 0; color: #33434a; }
  .gc-home .gc-about-copy p { color: var(--muted-foreground); }
  .gc-home .gc-cta-band { padding-block: 64px; background: var(--gc-yellow); color: color-mix(in srgb, var(--foreground) 90%, #455b65 10%); }
  .gc-home .gc-cta-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; }
  .gc-home .gc-cta-inner h2 { margin: 0; }
  .gc-home .gc-cta-action { justify-self: end; display: inline-flex; padding: 13px 19px; background: var(--gc-slate); color: var(--background); text-decoration: none; font-weight: 500; }
  .gc-home .gc-footer { padding-block: 34px; background: color-mix(in srgb, var(--gc-slate) 92%, var(--foreground)); color: var(--background); }
  .gc-home .gc-footer-inner { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
  .gc-home .gc-footer a { color: inherit; }

@media (max-width: 860px) {
    .gc-home .gc-hero,
    .gc-home .gc-section-head,
    .gc-home .gc-about,
    .gc-home .gc-cta-inner { grid-template-columns: 1fr; }
    .gc-home .gc-offers { grid-template-columns: 1fr; }
    .gc-home .gc-hero { gap: 38px; padding-block: 50px; }
    .gc-home .gc-portrait-wrap { justify-self: start; max-width: 320px; }
    .gc-home .gc-challenge-path { grid-template-columns: repeat(2, 1fr); gap: 24px 14px; padding-top: 0; }
    .gc-home .gc-challenge-path::before { display: none; }
    .gc-home .gc-challenge-step-1,
    .gc-home .gc-challenge-step-2,
    .gc-home .gc-challenge-step-3 { transform: none; }
    .gc-home .gc-cases { grid-template-columns: 1fr; }
    .gc-home .gc-cta-action { justify-self: start; }
  }

  @media (max-width: 560px) {
    .gc-home .gc-shell { padding-inline: 18px; }
    .gc-home .gc-brand img { width: 54px; height: 54px; }
    .gc-home .gc-proof-grid,
    .gc-home .gc-offers,
    .gc-home .gc-situations,
    .gc-home .gc-challenge-path { grid-template-columns: 1fr; gap: 34px; }
    .gc-home .gc-challenge-step { min-height: 0; }
    .gc-home .gc-proof-item { border-right: 0; border-bottom: 1px solid color-mix(in srgb, var(--background) 20%, transparent); }
    .gc-home .gc-section { padding-block: 56px; }
    .gc-home .gc-section-head { gap: 20px; }
    .gc-home .gc-positioning-quote { padding-inline: 28px 20px; }
    .gc-home .gc-experience { min-height: 280px; }
    .gc-home .gc-footer-inner { align-items: flex-start; flex-direction: column; }
  }
