/* ============================================================
   GRC MONITORING SERVICES — page-specific styles
   Figma node 2178:43224. Rebuilt 2026-06-30 to match the IT Advisory /
   Cybersecurity /  IT Systems pattern: self-contained .grc-* prefix, light
   theme throughout, fully fluid (no fixed max-width cap — supports all
   device sizes). Shared atoms (tokens, buttons, breadcrumb,
   .intone-scrollband) come from intone-design-system.css.
   ============================================================ */

.grc-page {
  --gutter: clamp(20px, 4vw, 50px);
  --gold: var(--ds-gold, #f6b43f);
  --navy: var(--ds-navy, #1e2e4c);
  --ink:  var(--ds-dark-900, #141414);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  background: var(--t-bg);
  overflow-x: clip;
}

@media (scripting: enabled) {
  .grc-page .reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s var(--ease-out); }
}
.grc-page .reveal.in { opacity: 1; transform: none; }

.grc-page a:focus-visible,
.grc-btn:focus-visible,
.grc-cta__btn:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

/* ── shared atoms ── */
.grc-kicker { font-family: var(--ds-font-heading); font-size: clamp(13px, 1.1vw, 16px); font-weight: 500; line-height: 1.2; text-transform: uppercase; letter-spacing: 0.02em; color: var(--t-text-muted, #5b6472); margin: 0 0 clamp(18px, 2.2vw, 32px); }
.grc-h2 { font-family: var(--ds-font-heading); font-size: clamp(26px, 3.2vw, 40px); font-weight: 700; line-height: 1.16; text-transform: uppercase; color: var(--t-text); margin: 0 0 clamp(24px, 3vw, 40px); max-width: 26ch; }
.grc-h2--italic { font-style: italic; max-width: none; }
.grc-lead { font-family: var(--ds-font-heading); font-size: clamp(16px, 1.6vw, 20px); font-weight: 400; line-height: 1.4; color: var(--t-text); margin: 0 0 clamp(28px, 3.5vw, 48px); max-width: 90ch; }
.grc-body { font-family: var(--ds-font-heading); font-size: clamp(15px, 1.4vw, 18px); font-weight: 400; line-height: 1.5; color: var(--t-text); margin: 0 0 16px; max-width: 90ch; }
.grc-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--ink); color: #fff; border: 2px solid var(--ink); padding: 16px 32px; font-family: var(--ds-font-heading); font-size: clamp(15px, 1.4vw, 18px); font-weight: 600; line-height: normal; text-transform: uppercase; text-decoration: none; transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease; }
.grc-btn:hover { background: var(--gold); border-color: var(--gold); color: #141414; }
.grc-btn--outline { background: transparent; color: var(--t-text); border-color: var(--t-text); }
.grc-btn--outline:hover { background: var(--t-text); color: var(--t-bg); border-color: var(--t-text); }

.grc-split-head { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 3vw, 48px); align-items: start; margin-bottom: clamp(32px, 4.5vw, 64px); }
.grc-split-head__label { font-family: var(--ds-font-heading); font-size: clamp(20px, 2vw, 24px); font-weight: 700; line-height: 1.15; text-transform: uppercase; color: var(--t-text); margin: 0; }
.grc-split-head__label--big { font-size: clamp(24px, 3.2vw, 34px); }
.grc-split-head__lead { display: inline-flex; align-items: center; gap: 8px; font-family: var(--ds-font-heading); font-size: clamp(16px, 1.6vw, 18px); font-weight: 600; line-height: 1.3; color: var(--t-text); margin: 0; justify-self: end; text-align: right; max-width: 40ch; }

/* plain flat cards (Reality Check / Own Your Implementation / 5-Phase) */
.grc-plain-card { background: var(--t-surface); padding: clamp(24px, 2vw, 40px) clamp(18px, 1.4vw, 24px); min-height: clamp(220px, 20vw, 280px); transition: transform 0.35s var(--ease-out), box-shadow 0.35s ease; }
.grc-plain-card:hover { transform: translateY(-6px); box-shadow: var(--t-shadow, 0 18px 48px rgba(9,16,29,0.12)); }
.grc-plain-card__title { font-family: var(--ds-font-heading); font-size: clamp(18px, 1.8vw, 22px); font-weight: 700; text-transform: uppercase; line-height: 1.25; color: var(--t-text); margin: 0 0 14px; }
.grc-plain-card__body { font-family: var(--ds-font-heading); font-size: clamp(13px, 1.35vw, 15px); line-height: 1.45; color: var(--t-text-muted, #5b6472); margin: 0; }


/* ════ 1. HERO ════ */
.grc-hero { background: var(--t-bg); padding: clamp(80px, 12vw, 100px) var(--gutter) clamp(40px, 5vw, 72px); }
.grc-hero__inner { margin: 0 auto; }
.grc-hero__rule { display: block; height: 1px; margin-bottom: clamp(28px, 4vw, 56px); }
.grc-hero .grc-kicker { margin-bottom: clamp(18px, 2vw, 28px); }
.grc-hero__title { font-family: var(--ds-font-heading); font-size: clamp(36px, 5.6vw, 76px); font-weight: 800; line-height: 1.08; letter-spacing: -0.01em; text-transform: uppercase; margin: 0; max-width: 22ch; color: var(--t-text); }
.grc-hero__title.is-clip-text { filter: brightness(0.65); background-color: var(--t-text); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; background-position: center top; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.grc-hero__band { margin: clamp(32px, 5vw, 60px) auto 0; height: clamp(150px, 20vw, 280px); background-repeat: no-repeat; background-size: cover; background-position: center; background-attachment: fixed; }


/* ════ 2. INTRO ════ */
.grc-intro { background: var(--t-surface); padding: clamp(40px, 5vw, 72px) var(--gutter); }
.grc-intro__inner { display: flex; flex-direction: column; gap: clamp(36px, 4vw, 64px); }
.grc-intro__head { display: flex; flex-direction: column; gap: clamp(28px, 3vw, 44px); padding-bottom: clamp(28px, 3vw, 44px); border-bottom: 1px solid var(--t-border-strong, #d3dae4); }
.grc-intro__lead { font-family: var(--ds-font-heading); font-size: clamp(17px, 1.7vw, 22px); font-weight: 400; line-height: 1.45; color: var(--t-text); margin: 0; max-width: 95ch; }
.grc-intro__btns { display: flex; flex-wrap: wrap; gap: clamp(12px, 1.5vw, 20px); }
.grc-intro__media { overflow: hidden; aspect-ratio: 1280 / 436; }
.grc-intro__media img { width: 100%; height: 100%; object-fit: cover; display: block; }


/* ════ 3. THE REALITY CHECK ════ */
.grc-reality { background: var(--t-bg); padding: clamp(40px, 5vw, 80px) var(--gutter); }
.grc-reality__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 24px); margin-top: clamp(28px, 3.5vw, 48px); }


/* ════ 5. EIGHT PILLARS (gold-bar cards) ════ */
.grc-pillars { background: var(--t-bg); padding: clamp(40px, 5vw, 80px) var(--gutter); }
.grc-pillars__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 2vw, 24px); }
.grc-pillar { background: var(--t-surface); border-left: 6px solid var(--gold); padding: clamp(22px, 2vw, 32px); display: flex; flex-direction: column; text-decoration: none; color: inherit; transition: transform 0.35s var(--ease-out), box-shadow 0.35s ease, border-left-width 0.3s ease; }
.grc-pillar:hover { transform: translateY(-6px); box-shadow: var(--t-shadow, 0 18px 48px rgba(9,16,29,0.12)); border-left-width: 12px; }
.grc-pillar__kicker { font-family: var(--ds-font-heading); font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--t-text-muted, #5b6472); margin-bottom: 12px; }
.grc-pillar__title { font-family: var(--ds-font-heading); font-size: clamp(16px, 1.6vw, 19px); font-weight: 700; line-height: 1.25; color: var(--t-text); margin: 0 0 14px; }
.grc-pillar__body { font-family: var(--ds-font-heading); font-size: clamp(13px, 1.3vw, 15px); line-height: 1.45; color: var(--t-text-muted, #5b6472); margin: 0 0 12px; }
.grc-pillar__body:last-child { margin-bottom: 0; }

/* Inline links inside a plain (non-whole-card-linked) pillar — e.g. the ITGC
   & Access card, whose title and second body line point to two different
   sub-pages. Clean gold underline (no background — the gold highlight was
   removed 2026-07-13 as it hurt readability). */
.grc-pillar__title a,
.grc-pillar__body a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--gold);
  text-underline-offset: 2px;
  transition: text-decoration-thickness 0.2s ease, color 0.2s ease;
}
.grc-pillar__title a:hover,
.grc-pillar__body a:hover {
  color: var(--gold-dark);
  text-decoration-thickness: 3px;
}
.grc-pillar__title a::after,
.grc-pillar__body a::after {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 3px;
  vertical-align: -0.08em;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 8h10M10 5l3 3-3 3' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 8h10M10 5l3 3-3 3' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

/* Whole-card-linked pillars (rendered as <a class="grc-pillar">, no
   dual-link split) — a small corner arrow marks the entire card as
   clickable, since there's no underlined text to signal it otherwise. */
a.grc-pillar { position: relative; }
a.grc-pillar::after {
  content: '';
  position: absolute;
  top: clamp(16px, 1.6vw, 22px);
  right: clamp(16px, 1.6vw, 22px);
  width: 18px;
  height: 18px;
  background-color: var(--gold);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 12L12 4M12 4H5M12 4V11' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 12L12 4M12 4H5M12 4V11' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  opacity: 0.75;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
a.grc-pillar:hover::after { opacity: 1; transform: translate(2px, -2px); }


/* ════ 6. EAGLEEYE365® PLATFORM ════ */
.grc-platform { background: var(--t-surface); padding: 0; }
.grc-platform__inner { display: grid; grid-template-columns: clamp(280px, 34vw, 520px) minmax(0, 1fr); align-items: stretch; }
.grc-platform__media { overflow: hidden; min-height: 320px; }
.grc-platform__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.grc-platform__panel { padding: clamp(32px, 4vw, 56px) clamp(28px, 4vw, 56px); display: flex; flex-direction: column; justify-content: center; }
.grc-platform__panel .grc-h2 { text-transform: uppercase; }
.grc-stats { display: flex; flex-direction: column; gap: 4px; margin: 0 0 clamp(24px, 3vw, 40px); }
.grc-stats__row { display: flex; align-items: center; justify-content: space-between; gap: 16px; background: var(--t-bg); border-left: 6px solid var(--gold); padding: 16px 20px; }
.grc-stats__label { font-family: var(--ds-font-heading); font-size: clamp(14px, 1.4vw, 16px); color: var(--t-text); }
.grc-stats__value { font-family: var(--ds-font-heading); font-size: clamp(13px, 1.3vw, 15px); font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--t-text); white-space: nowrap; }


/* ════ 7. OWN YOUR IMPLEMENTATION ════ */
.grc-own { background: var(--t-bg); padding: clamp(40px, 5vw, 80px) var(--gutter); }
.grc-own__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 24px); margin-top: clamp(28px, 3.5vw, 48px); }


/* ════ 8. THE 5-PHASE MODEL ════ */
.grc-phases { background: var(--t-surface); padding: clamp(40px, 5vw, 80px) var(--gutter); }
.grc-phases__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(14px, 1.6vw, 20px); }
.grc-phases .grc-plain-card { background: var(--t-bg); min-height: clamp(200px, 20vw, 260px); }
.grc-split-head__lead .grc-arrow, .grc-split-head__lead svg { flex: 0 0 auto; }


/* ════ 9. WHY ENTERPRISES CHOOSE INTONE (comparison table) ════ */
.grc-compare { background: var(--t-bg); padding: clamp(40px, 5vw, 80px) var(--gutter); }
.grc-table { display: flex; flex-direction: column; overflow-x: auto; }
.grc-table__row { display: grid; grid-template-columns: minmax(140px, 18%) repeat(3, 1fr); gap: clamp(16px, 2vw, 28px); padding: clamp(14px, 1.6vw, 20px) clamp(16px, 1.8vw, 24px); border-bottom: 1px solid var(--t-border, rgba(9,16,29,0.1)); min-width: 760px; }
.grc-table__row--head { border-bottom: 1px solid var(--gold); }
.grc-table__row--head span { font-family: var(--ds-font-heading); font-size: 12px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--navy); }
[data-theme="dark"] .grc-table__row--head span { color: var(--gold); }
.grc-table__row:not(.grc-table__row--head) { background: var(--t-surface); }
.grc-table__row:not(.grc-table__row--head):nth-child(odd) { background: var(--t-bg); }
.grc-table__metric { font-family: var(--ds-font-heading); font-size: clamp(13px, 1.35vw, 15px); font-weight: 700; color: var(--t-text); }
.grc-table__cell--other { font-family: var(--ds-font-heading); font-size: clamp(13px, 1.3vw, 14px); font-style: italic; line-height: 1.4; color: var(--t-text-muted, #5b6472); }
.grc-table__cell--intone { font-family: var(--ds-font-heading); font-size: clamp(13px, 1.35vw, 15px); line-height: 1.4; color: var(--t-text); }


/* ════ 10. PROOF / CASE STUDY ════ */
.grc-proof { background: var(--t-bg); }
.grc-proof__inner { display: grid; grid-template-columns: clamp(240px, 26vw, 340px) minmax(0, 1fr); align-items: stretch; }
.grc-proof__gold { background: var(--gold); padding: clamp(32px, 4vw, 56px) clamp(28px, 3vw, 40px); display: flex; flex-direction: column; }
.grc-proof__rule { display: block; width: 100%; height: 1px; background: rgba(20, 20, 20, 0.3); margin-bottom: clamp(28px, 3vw, 40px); }
.grc-proof__label { font-family: var(--ds-font-heading); font-size: clamp(15px, 1.5vw, 18px); font-weight: 600; color: #141414; margin: 0 0 clamp(20px, 2.5vw, 32px); }
.grc-proof__stat { font-family: var(--ds-font-heading); font-size: clamp(56px, 8vw, 96px); font-weight: 700; line-height: 1; color: #141414; margin: 0; }
.grc-proof__stat span { font-size: 0.55em; }
.grc-proof__desc { font-family: var(--ds-font-heading); font-size: clamp(13px, 1.3vw, 15px); font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: #141414; margin: clamp(16px, 2vw, 24px) 0 0; }
.grc-proof__panel { background: var(--t-surface); padding: clamp(32px, 4vw, 56px) clamp(28px, 4vw, 56px); display: flex; flex-direction: column; justify-content: center; }
.grc-proof__card { background: var(--t-bg); border-left: 6px solid var(--gold); padding: clamp(24px, 3vw, 40px); }
.grc-proof__card-title { font-family: var(--ds-font-heading); font-size: clamp(18px, 1.9vw, 24px); font-weight: 700; line-height: 1.25; color: var(--t-text); margin: 0 0 clamp(16px, 2vw, 24px); }


/* ════ 11. CTA ════ */
.grc-cta { background: var(--t-bg); }
.grc-cta__panel { padding: clamp(48px, 6vw, 96px) var(--gutter); display: flex; flex-direction: column; align-items: center; text-align: center; }
.grc-cta__title { font-family: var(--ds-font-heading); font-size: clamp(28px, 4.6vw, 56px); font-weight: 700; line-height: 1.15; letter-spacing: -0.01em; text-transform: uppercase; color: var(--t-text); margin: 0 0 clamp(24px, 3vw, 40px); max-width: 24ch; }
.grc-cta__title.is-clip-text { filter: brightness(0.65); background-color: var(--t-text); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; background-position: center; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.grc-cta__sub { font-family: var(--ds-font-heading); font-size: clamp(15px, 1.5vw, 20px); font-weight: 400; line-height: 1.5; color: var(--t-text); margin: 0 0 clamp(28px, 3vw, 40px); max-width: 80ch; }
.grc-cta__btn { display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0 clamp(28px, 3vw, 44px); background: var(--ink); color: #fff; font-family: var(--ds-font-heading); font-size: clamp(16px, 1.5vw, 24px); font-weight: 600; text-transform: uppercase; text-decoration: none; transition: background 0.25s ease, color 0.25s ease; }
.grc-cta__btn:hover { background: var(--gold); color: #141414; }
.grc-cta__alt { font-family: var(--ds-font-heading); font-size: clamp(13px, 1.3vw, 15px); color: var(--t-text-muted, #5b6472); margin: clamp(16px, 2vw, 24px) 0 0; }
.grc-cta__alt a { color: var(--t-text); text-decoration: underline; }
.grc-cta__band { height: clamp(160px, 22vw, 300px); background-repeat: no-repeat; background-size: cover; background-position: center; background-attachment: fixed; }


/* ════ 12. FAQ ════ */
.grc-faq { background: var(--t-bg); padding: clamp(40px, 5vw, 80px) var(--gutter) clamp(56px, 7vw, 100px); }
.grc-faq__head { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 3vw, 48px); align-items: start; margin-bottom: clamp(24px, 3vw, 40px); }
.grc-faq__title { font-family: var(--ds-font-heading); font-size: clamp(22px, 2.4vw, 28px); font-weight: 700; text-transform: uppercase; color: var(--t-text); margin: 0; }
.grc-faq__sub { font-family: var(--ds-font-heading); font-size: clamp(15px, 1.5vw, 18px); font-weight: 600; color: var(--t-text); margin: 0; justify-self: end; text-align: right; }
.grc-faq__search { border-top: 1px solid var(--t-border-strong, #d3dae4); padding-top: clamp(20px, 2.4vw, 32px); margin-bottom: 8px; }
.grc-faq__input { width: 100%; max-width: 100%; padding: 14px 18px; font-family: var(--ds-font-heading); font-size: 16px; color: var(--t-text); background: var(--t-bg); border: 1px solid var(--t-border-strong, #d3dae4); border-radius: 0; }
.grc-faq__input:focus-visible { outline: 2px solid var(--gold); outline-offset: 1px; }
.grc-faq__item { border-bottom: 1px solid var(--t-border, rgba(9,16,29,0.12)); }
.grc-faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: clamp(18px, 2vw, 24px) 0; background: none; border: 0; cursor: pointer; text-align: left; font-family: var(--ds-font-heading); font-size: 1rem; font-weight: 400; color: var(--t-text); }
.grc-faq__q span { flex: 1; min-width: 0; overflow-wrap: break-word; }
.grc-faq__chev { flex: 0 0 auto; color: var(--t-text); transition: transform 0.3s ease; }
.grc-faq__item.is-open .grc-faq__chev { transform: rotate(180deg); }
.grc-faq__item:not(.is-open) .grc-faq__a { display: none; }
.grc-faq__a p { margin: 0; padding: 0 0 clamp(18px, 2vw, 24px); font-family: var(--ds-font-heading); font-size: clamp(14px, 1.5vw, 18px); line-height: 1.5; color: var(--t-text-muted, #5b6472); max-width: 110ch; }
.grc-faq__empty { font-family: var(--ds-font-heading); font-size: 16px; color: var(--t-text-muted, #5b6472); padding-top: 20px; }


/* ════ DARK MODE ════ */
[data-theme="dark"] .grc-btn { background: #f4f6f9; color: #141414; border-color: #f4f6f9; }
[data-theme="dark"] .grc-btn:hover { background: var(--gold); border-color: var(--gold); color: #141414; }
[data-theme="dark"] .grc-btn--outline { background: transparent; color: var(--t-text); border-color: var(--t-text); }
[data-theme="dark"] .grc-btn--outline:hover { background: var(--t-text); color: var(--t-bg); }
[data-theme="dark"] .grc-cta__btn { background: #f4f6f9; color: #141414; }
[data-theme="dark"] .grc-cta__btn:hover { background: var(--gold); color: #141414; }
[data-theme="dark"] .grc-proof__gold,
[data-theme="dark"] .grc-proof__label,
[data-theme="dark"] .grc-proof__stat,
[data-theme="dark"] .grc-proof__desc { color: #141414; }


/* ════ RESPONSIVE ════ */
@media (hover: none), (max-width: 1024px) {
  .grc-hero__title.is-clip-text, .grc-hero__band,
  .grc-cta__title.is-clip-text, .grc-cta__band { background-attachment: scroll; }
}
@media (max-width: 1024px) {
  .grc-reality__grid { grid-template-columns: 1fr; }
  .grc-pillars__grid { grid-template-columns: repeat(2, 1fr); }
  .grc-own__grid { grid-template-columns: 1fr; }
  .grc-phases__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  /* Increase top padding to clear fixed header (~64px) + absolute breadcrumb (~48px). */
  .grc-hero { padding-top: clamp(110px, 20vw, 130px); }
  .grc-hero__title.is-clip-text { background-image: none !important; background-color: transparent; -webkit-background-clip: unset; background-clip: unset; -webkit-text-fill-color: var(--t-text); color: var(--t-text); }
  .grc-split-head, .grc-faq__head { grid-template-columns: 1fr; }
  .grc-split-head__lead, .grc-faq__sub { justify-self: start; text-align: left; }
  .grc-pillars__grid { grid-template-columns: 1fr; }
  .grc-platform__inner { grid-template-columns: 1fr; }
  .grc-platform__media { order: -1; aspect-ratio: 16/9; min-height: 0; }
  .grc-phases__grid { grid-template-columns: 1fr; }
  .grc-proof__inner { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .grc-cta__title.is-clip-text { background-image: none !important; background-color: transparent; -webkit-background-clip: unset; background-clip: unset; -webkit-text-fill-color: var(--t-text); color: var(--t-text); }
}
@media (prefers-reduced-motion: reduce) {
  .grc-page .reveal { opacity: 1; transform: none; transition: none; }
  .grc-hero__title.is-clip-text, .grc-hero__band, .grc-cta__title.is-clip-text, .grc-cta__band { background-attachment: scroll; }
  .grc-page *, .grc-page *::before { transition: none !important; }
}

.grc-midcta { background: var(--t-bg); padding: clamp(28px, 3.5vw, 44px) var(--gutter); }
.grc-midcta__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: clamp(16px, 2vw, 28px); }
.grc-midcta__text { font-family: var(--ds-font-heading); font-size: clamp(17px, 2.4vw, 38px); font-weight: 600; line-height: 1.3; max-width: 46ch; margin: 0; color: var(--t-text); }
@media (max-width: 860px) { .grc-midcta__inner { flex-direction: column; align-items: flex-start; } }
