/* Application directory; theme colours follow the shared site appearance. */
main.gsh-main { padding: 0 !important; }
#grh-solutions-hub {
  --gsh-ink: var(--ink, #f7f7f7);
  --gsh-muted: var(--muted, #b6b6bb);
  --gsh-surface: var(--surface-solid, #242424);
  --gsh-line: var(--line, rgba(255,255,255,.14));
  --gsh-accent: #f27886;
  box-sizing: border-box;
  max-width: 1440px;
  margin: 0 auto;
  padding: 68px 40px 64px;
  color: var(--gsh-ink);
  font-family: inherit;
}
html[data-theme="light"] #grh-solutions-hub { --gsh-accent: #b71d3a; }
#grh-solutions-hub *, #grh-solutions-hub *::before, #grh-solutions-hub *::after { box-sizing: border-box; }
#grh-solutions-hub :is(h1,h2,h3,p) { margin: 0; }
#grh-solutions-hub :is(h1,h2,h3) { color: var(--gsh-ink); font-family: inherit; font-weight: 600; letter-spacing: -.035em; text-transform: none; }
#grh-solutions-hub p { color: var(--gsh-muted); line-height: 1.65; }
#grh-solutions-hub a { color: inherit; text-decoration: none; }
#grh-solutions-hub a:focus-visible { outline: 2px solid var(--gsh-accent); outline-offset: 5px; }
#grh-solutions-hub .gsh-intro { display: grid; grid-template-columns: .9fr 1.1fr; align-items: end; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid var(--gsh-line); margin-bottom: 39px; }
#grh-solutions-hub .gsh-eyebrow { display: flex; align-items: center; gap: 13px; color: var(--gsh-accent); font-size: 11px; font-weight: 650; letter-spacing: .15em; margin-bottom: 16px; }
#grh-solutions-hub .gsh-eyebrow::before { content: ""; width: 30px; height: 2px; background: currentColor; }
#grh-solutions-hub h1 { font-size: clamp(42px,5vw,68px); line-height: 1.05; letter-spacing: -.05em; }
#grh-solutions-hub .gsh-lead { max-width: 650px; font-size: 17px; }
#grh-solutions-hub .gsh-applications > h2 { margin-bottom: 22px; font-size: 24px; line-height: 1.2; }
#grh-solutions-hub .gsh-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
#grh-solutions-hub .gsh-card { display: block; min-width: 0; border: 1px solid var(--gsh-line); border-radius: 14px; padding: 25px 26px 27px; background: var(--gsh-surface); transition: border-color .18s ease; }
#grh-solutions-hub .gsh-card:hover { border-color: var(--gsh-accent); }
#grh-solutions-hub .gsh-card-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 14px; }
#grh-solutions-hub .gsh-card h3 { font-size: 23px; line-height: 1.2; text-wrap: balance; }
#grh-solutions-hub .gsh-arrow { flex: none; color: var(--gsh-accent); font-size: 25px; line-height: 1.1; }
#grh-solutions-hub .gsh-card p { font-size: 15px; }
#grh-solutions-hub .gsh-contact { display: flex; align-items: center; justify-content: space-between; gap: 24px 40px; margin-top: 42px; padding-top: 34px; border-top: 1px solid var(--gsh-line); }
#grh-solutions-hub .gsh-contact h2 { font-size: 28px; line-height: 1.2; margin-bottom: 9px; }
#grh-solutions-hub .gsh-contact p { font-size: 15px; }
#grh-solutions-hub .gsh-contact-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; flex: none; border-radius: 10px; background: #be163b; color: #fff; padding: 16px 22px; font-size: 15px; font-weight: 600; line-height: 1.4; }
#grh-solutions-hub .gsh-contact-link:hover { background: #a91233; }
#grh-solutions-hub .gsh-contact-link span { font-size: 22px; line-height: 1; }
@media (max-width: 1050px) {
  #grh-solutions-hub { padding: 48px 26px 54px; }
  #grh-solutions-hub .gsh-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  #grh-solutions-hub .gsh-intro { gap: 30px; }
}
@media (max-width: 680px) {
  #grh-solutions-hub { padding: 34px 18px 42px; }
  #grh-solutions-hub .gsh-intro { grid-template-columns: 1fr; gap: 22px; padding-bottom: 29px; margin-bottom: 29px; }
  #grh-solutions-hub .gsh-lead { font-size: 16px; }
  #grh-solutions-hub .gsh-grid { grid-template-columns: 1fr; gap: 14px; }
  #grh-solutions-hub .gsh-card { padding: 22px; }
  #grh-solutions-hub .gsh-card h3 { font-size: 22px; }
  #grh-solutions-hub .gsh-contact { align-items: flex-start; flex-direction: column; margin-top: 30px; padding-top: 29px; }
  #grh-solutions-hub .gsh-contact h2 { font-size: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  #grh-solutions-hub *, #grh-solutions-hub *::before, #grh-solutions-hub *::after { transition: none !important; }
}
