/* Approved Suite design 02. All styling is restricted to the two new sections. */
#gerhman-suite-intro,
#gerhman-resource-cards {
  --suite-ink: var(--ink, #f5f5f5);
  --suite-muted: var(--muted, #bbb9be);
  --suite-surface: var(--surface, #242424);
  --suite-line: var(--line, #3c3c3c);
  --suite-accent: var(--accent, #f27787);
  --suite-button: #bd1d35;
  --suite-glow: #64283540;
  --suite-frame: #333036;
  --suite-frame-line: #696067;
  color: var(--suite-ink);
  font-family: -apple-system, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  scroll-margin-top: 140px;
}

[data-theme="light"] #gerhman-suite-intro,
[data-theme="light"] #gerhman-resource-cards {
  --suite-ink: var(--ink, #242428);
  --suite-muted: var(--muted, #66666c);
  --suite-surface: var(--surface, #fff);
  --suite-line: var(--line, #dedade);
  --suite-accent: var(--accent, #bd1d35);
  --suite-glow: #bd1d3510;
  --suite-frame: #ebe9ec;
  --suite-frame-line: #c8c2ca;
}

#gerhman-suite-intro *,
#gerhman-resource-cards * { box-sizing: border-box; }

#gerhman-suite-intro {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
  container-type: inline-size;
}

#gerhman-suite-intro .grh-suite-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 34px;
  padding: 58px 5% 50px;
  text-align: center;
  background: radial-gradient(ellipse at 50% 65%, var(--suite-glow), transparent 70%);
}

#gerhman-suite-intro .grh-suite-eyebrow {
  margin: 0 0 18px;
  color: var(--suite-accent);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.5;
  letter-spacing: .19em;
  text-transform: uppercase;
}

#gerhman-suite-intro .grh-suite-hero h1 {
  max-width: 840px;
  margin: 0 auto 23px;
  color: var(--suite-ink);
  font-family: inherit;
  font-size: clamp(34px, 4.5vw, 54px);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -.048em;
  text-wrap: balance;
}

#gerhman-suite-intro .grh-suite-lead {
  max-width: 640px;
  margin: 0 auto 25px;
  color: var(--suite-muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

#gerhman-suite-intro .grh-suite-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  max-width: 100%;
  min-height: 46px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: var(--suite-button);
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 550;
  line-height: 1.4;
  letter-spacing: normal;
  text-decoration: none;
  transition: background-color .18s ease;
}

#gerhman-suite-intro .grh-suite-cta:hover { background: #a7172d; color: #fff; }
#gerhman-suite-intro .grh-suite-cta:focus-visible,
#gerhman-resource-cards .grh-resource-card:focus-visible {
  outline: 3px solid var(--suite-accent);
  outline-offset: 5px;
}

#gerhman-suite-intro .grh-suite-access {
  margin: 14px 0 0;
  color: var(--suite-muted);
  font-size: 12px;
  line-height: 1.65;
}

#gerhman-suite-intro .grh-suite-workspace {
  width: 80%;
  max-width: 820px;
  min-width: 0;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid var(--suite-frame-line);
  border-radius: 16px;
  background: var(--suite-frame);
  box-shadow: 0 24px 58px #0002;
}

#gerhman-suite-intro .grh-suite-workspace__bar {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 3px 4px 11px;
  color: var(--suite-muted);
}

#gerhman-suite-intro .grh-suite-workspace__bar > span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #968b95;
}

#gerhman-suite-intro .grh-suite-workspace__bar small {
  margin-left: auto;
  font-size: 10px;
  line-height: 1.4;
}

#gerhman-suite-intro .grh-suite-workspace img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  border: 0;
  border-radius: 6px;
}

#gerhman-suite-intro .grh-suite-workflow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0 5% 48px;
}

#gerhman-suite-intro .grh-suite-step {
  min-width: 0;
  padding: 28px 24px;
  border-top: 1px solid var(--suite-line);
  border-bottom: 1px solid var(--suite-line);
}
#gerhman-suite-intro .grh-suite-step:first-child { padding-left: 0; }
#gerhman-suite-intro .grh-suite-step:last-child { padding-right: 0; }
#gerhman-suite-intro .grh-suite-step + .grh-suite-step { border-left: 1px solid var(--suite-line); }

#gerhman-suite-intro .grh-suite-step h2 {
  margin: 12px 0 10px;
  color: var(--suite-ink);
  font-family: inherit;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -.035em;
}

#gerhman-suite-intro .grh-suite-step p {
  margin: 0;
  color: var(--suite-muted);
  font-size: 14px;
  line-height: 1.75;
}

#gerhman-suite-intro .grh-suite-step .grh-suite-step__number {
  color: var(--suite-accent);
  font-size: 11px;
  font-weight: 550;
  line-height: 1.5;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#gerhman-suite-intro .grh-suite-detail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 40px;
  margin: 0 5% 48px;
  padding: 0;
}

#gerhman-suite-intro .grh-suite-detail__visual {
  aspect-ratio: 1.3;
  min-width: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #262429;
}

#gerhman-suite-intro .grh-suite-detail__visual img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: 63% center;
}

#gerhman-suite-intro .grh-suite-detail__copy { min-width: 0; }
#gerhman-suite-intro .grh-suite-detail__copy h2 {
  margin: 0 0 20px;
  color: var(--suite-ink);
  font-family: inherit;
  font-size: clamp(26px, 3.2vw, 33.6px);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -.035em;
}

#gerhman-suite-intro .grh-suite-detail__copy > p:not(.grh-suite-eyebrow) {
  margin: 0 0 22px;
  color: var(--suite-muted);
  font-size: 16px;
  line-height: 1.75;
}

#gerhman-suite-intro .grh-suite-features {
  margin: 0;
  padding: 0;
  list-style: none;
}

#gerhman-suite-intro .grh-suite-features li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin: 0;
  padding: 14px 0;
  border-top: 1px solid var(--suite-line);
  color: var(--suite-ink);
  font-size: 14px;
  line-height: 1.6;
}

#gerhman-suite-intro .grh-suite-features li > span {
  flex: 0 0 18px;
  color: var(--suite-accent);
  font-weight: 600;
}

#gerhman-suite-intro .grh-suite-finish {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin: 0 5% 48px;
  padding: 32px;
  border: 1px solid var(--suite-line);
  border-radius: 24px;
  background: var(--suite-surface);
}

#gerhman-suite-intro .grh-suite-finish > div { min-width: 0; }
#gerhman-suite-intro .grh-suite-finish h2 {
  margin: 0 0 8px;
  color: var(--suite-ink);
  font-family: inherit;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -.035em;
}

#gerhman-suite-intro .grh-suite-finish p {
  max-width: 560px;
  margin: 0;
  color: var(--suite-muted);
  font-size: 13px;
  line-height: 1.65;
}
#gerhman-suite-intro .grh-suite-finish .grh-suite-cta { flex: 0 0 auto; }

/* The existing homepage section provides its normal outer spacing. */
#gerhman-resource-cards {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  container-type: inline-size;
}

#gerhman-resource-cards .grh-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
  width: 100%;
}

#gerhman-resource-cards .grh-resource-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--suite-line);
  border-radius: 24px;
  background: var(--suite-surface);
  color: var(--suite-ink);
  text-align: left;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease;
}

#gerhman-resource-cards .grh-resource-card:hover {
  transform: translateY(-3px);
  border-color: var(--suite-accent);
  color: var(--suite-ink);
  text-decoration: none;
}

#gerhman-resource-cards .grh-resource-card__art {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #36222a;
}

#gerhman-resource-cards .grh-resource-card__art--suite {
  background: radial-gradient(ellipse at 70% 15%, #555966, #27282d 76%);
}

#gerhman-resource-cards .grh-resource-card__screen {
  position: absolute;
  display: block;
  left: 8%;
  bottom: 0;
  width: 84%;
  max-width: none;
  height: auto;
  margin: 0;
  border: 5px solid #38383b;
  border-radius: 9px 9px 0 0;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 10px 25px #0007;
}

#gerhman-resource-cards .grh-resource-card__art--documents {
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(ellipse at 70% 10%, #5b3540, transparent 60%), linear-gradient(135deg, #29262d, #202126);
}

#gerhman-resource-cards .grh-resource-paper {
  position: relative;
  width: 32%;
  height: 66%;
  padding: 18px 12px;
  border-radius: 4px;
  background: #e2e0de;
  color: #27262a;
  box-shadow: 0 12px 24px #0005;
  transform: rotate(-9deg);
}

#gerhman-resource-cards .grh-resource-paper + .grh-resource-paper {
  margin-left: -18%;
  background: #f9f6f3;
  transform: rotate(9deg) translate(12px, 2px);
}

#gerhman-resource-cards .grh-resource-paper b {
  display: block;
  color: #a62337;
  font-size: 12px;
  line-height: 1.4;
}

#gerhman-resource-cards .grh-resource-paper i {
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 9px;
  background: #9b999f;
}
#gerhman-resource-cards .grh-resource-paper i:last-child { width: 62%; }

#gerhman-resource-cards .grh-resource-card__art--support img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: 72% center;
  opacity: .8;
}

#gerhman-resource-cards .grh-resource-card__art--support::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(0deg, #28141a66, transparent 70%);
}

#gerhman-resource-cards .grh-resource-card__copy {
  flex: 1;
  padding: 22px;
}

#gerhman-resource-cards .grh-resource-card__copy h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0 0 10px;
  color: var(--suite-ink);
  font-family: inherit;
  font-size: clamp(21px, 2.3cqw, 28px) !important;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -.035em;
}

#gerhman-resource-cards .grh-resource-card__copy h3 > span {
  flex: 0 0 auto;
  color: var(--suite-accent);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: normal;
}

#gerhman-resource-cards .grh-resource-card__copy p {
  margin: 0;
  color: var(--suite-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
}

@media (max-width: 760px) {
  #gerhman-suite-intro .grh-suite-hero { gap: 30px; padding: 34px 6% 36px; }
  #gerhman-suite-intro .grh-suite-hero h1 { font-size: clamp(32px, 7.8vw, 38px); }
  #gerhman-suite-intro .grh-suite-workspace { width: 100%; padding: 7px; border-radius: 12px; }
  #gerhman-suite-intro .grh-suite-workflow { grid-template-columns: minmax(0, 1fr); padding: 0 6% 32px; }
  #gerhman-suite-intro .grh-suite-step,
  #gerhman-suite-intro .grh-suite-step:first-child,
  #gerhman-suite-intro .grh-suite-step:last-child { padding: 22px 0; border-bottom: 0; }
  #gerhman-suite-intro .grh-suite-step + .grh-suite-step { border-left: 0; }
  #gerhman-suite-intro .grh-suite-detail { grid-template-columns: minmax(0, 1fr); margin: 0 6% 30px; gap: 26px; }
  #gerhman-suite-intro .grh-suite-finish { flex-direction: column; align-items: flex-start; gap: 22px; margin: 0 6% 30px; padding: 25px; }
  #gerhman-resource-cards .grh-resource-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  #gerhman-resource-cards .grh-resource-card__copy h3 { font-size: 26px !important; }
}

@media (prefers-reduced-motion: reduce) {
  #gerhman-suite-intro .grh-suite-cta,
  #gerhman-resource-cards .grh-resource-card { transition: none; }
  #gerhman-resource-cards .grh-resource-card:hover { transform: none; }
}

/* A small, verified document collection for the Technical resources destination. */
#gerhman-technical-resources {
  --technical-ink: var(--ink, #f5f5f5);
  --technical-muted: var(--muted, #bbb9be);
  --technical-surface: var(--surface, #242424);
  --technical-line: var(--line, #3c3c3c);
  --technical-accent: var(--accent, #f27787);
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px 0 48px;
  color: var(--technical-ink);
  font-family: -apple-system, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

[data-theme="light"] #gerhman-technical-resources {
  --technical-ink: var(--ink, #242428);
  --technical-muted: var(--muted, #66666c);
  --technical-surface: var(--surface, #fff);
  --technical-line: var(--line, #dedade);
  --technical-accent: var(--accent, #bd1d35);
}

#gerhman-technical-resources * { box-sizing: border-box; }
#gerhman-technical-resources .grh-technical-intro { max-width: 760px; margin: 0 0 34px; }
#gerhman-technical-resources .grh-technical-eyebrow {
  margin: 0 0 16px;
  color: var(--technical-accent);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.5;
  letter-spacing: .19em;
  text-transform: uppercase;
}

#gerhman-technical-resources .grh-technical-intro h2 {
  margin: 0 0 16px;
  color: var(--technical-ink);
  font-family: inherit;
  font-size: clamp(26px, 3.2vw, 33.6px);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -.035em;
}

#gerhman-technical-resources .grh-technical-intro > p:last-child {
  margin: 0;
  color: var(--technical-muted);
  font-size: 16px;
  line-height: 1.75;
}

#gerhman-technical-resources .grh-technical-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

#gerhman-technical-resources .grh-technical-document {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  margin: 0;
  padding: 30px;
  border: 1px solid var(--technical-line);
  border-radius: 24px;
  background: var(--technical-surface);
  color: var(--technical-ink);
  text-decoration: none;
  transition: border-color .18s ease;
}

#gerhman-technical-resources .grh-technical-document:hover {
  border-color: var(--technical-accent);
  color: var(--technical-ink);
  text-decoration: none;
}

#gerhman-technical-resources .grh-technical-document:focus-visible,
#gerhman-technical-resources .grh-technical-help__link:focus-visible {
  outline: 3px solid var(--technical-accent);
  outline-offset: 5px;
}

#gerhman-technical-resources .grh-technical-document__icon {
  display: flex;
  align-items: flex-end;
  width: 42px;
  height: 52px;
  margin: 0 0 24px;
  padding: 7px 5px;
  border: 1px solid var(--technical-accent);
  border-radius: 5px 12px 5px 5px;
  color: var(--technical-accent);
  font-size: 10px;
  font-weight: 650;
  line-height: 1.4;
  letter-spacing: .06em;
}

#gerhman-technical-resources .grh-technical-document__meta {
  margin: 0 0 10px;
  color: var(--technical-muted);
  font-size: 12px;
  line-height: 1.5;
}

#gerhman-technical-resources .grh-technical-document h3 {
  margin: 0 0 12px;
  color: var(--technical-ink);
  font-family: inherit;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -.035em;
}

#gerhman-technical-resources .grh-technical-document__description {
  flex: 1;
  margin: 0 0 24px;
  color: var(--technical-muted);
  font-size: 16px;
  line-height: 1.75;
}

#gerhman-technical-resources .grh-technical-document__open {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: var(--technical-accent);
  font-size: 14px;
  font-weight: 550;
  line-height: 1.4;
}

#gerhman-technical-resources .grh-technical-help {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0 0;
  padding: 30px;
  border: 1px solid var(--technical-line);
  border-radius: 24px;
  background: var(--technical-surface);
}

#gerhman-technical-resources .grh-technical-help > div { min-width: 0; }
#gerhman-technical-resources .grh-technical-help h2 {
  margin: 0 0 10px;
  color: var(--technical-ink);
  font-family: inherit;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -.035em;
}

#gerhman-technical-resources .grh-technical-help p {
  margin: 0;
  color: var(--technical-muted);
  font-size: 14px;
  line-height: 1.75;
}

#gerhman-technical-resources .grh-technical-help__link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: 100%;
  min-height: 46px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #bd1d35;
  color: #fff;
  font-size: 14px;
  font-weight: 550;
  line-height: 1.4;
  text-decoration: none;
}
#gerhman-technical-resources .grh-technical-help__link:hover { background: #a7172d; color: #fff; }

@media (max-width: 760px) {
  #gerhman-technical-resources .grh-technical-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  #gerhman-technical-resources .grh-technical-document { padding: 24px; }
  #gerhman-technical-resources .grh-technical-help { flex-direction: column; align-items: flex-start; gap: 22px; padding: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  #gerhman-technical-resources .grh-technical-document { transition: none; }
}
