/* Contextual resources: one useful next read, in the relevant coaching home. */
.coaching-resource {
  background: #171510;
  border-block: 1px solid rgba(200,145,74,.24);
  color: #eee9e0;
  padding: clamp(36px, 5vw, 68px) 0;
}
.coaching-resource__inner {
  display: grid;
  grid-template-columns: minmax(180px, .65fr) minmax(0, 1.35fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  width: min(1120px, calc(100% - 96px));
  margin: 0 auto;
}
.coaching-resource__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.coaching-resource__image--diagram { object-fit: contain; background: #0d0c0a; }
.coaching-resource__label {
  display: block;
  color: #dba45f;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .13em;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.coaching-resource h2 {
  color: #eee9e0;
  font-family: var(--sans);
  font-size: clamp(26px, 3vw, 36px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.2;
  margin: 0 0 16px;
}
.coaching-resource p {
  color: #c5bfb3;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  max-width: 600px;
}
.coaching-resource__links { display: flex; flex-wrap: wrap; gap: 8px 28px; margin-top: 20px; }
.coaching-resource__links a,
.coaching-resource-inline a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #dba45f;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.coaching-resource__links a:hover,
.coaching-resource-inline a:hover { color: #fff8ed; }
.coaching-resource__links a:focus-visible,
.coaching-resource-inline a:focus-visible { outline: 2px solid #dba45f; outline-offset: 5px; }
.coaching-resource-inline {
  border-top: 1px solid rgba(200,145,74,.28);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-top: 32px;
  padding-top: 20px;
}
.coaching-resource-inline span {
  color: #3c352d;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
}
.coaching-resource-inline a { color: #805019; }
.coaching-resource-inline a:hover { color: #211b14; }
@media (max-width: 640px) {
  .coaching-resource__inner { grid-template-columns: 1fr; width: calc(100% - 40px); gap: 26px; }
  .coaching-resource__image { aspect-ratio: 16 / 9; }
  .coaching-resource__image--diagram { aspect-ratio: 3 / 2; }
  .coaching-resource__links { flex-direction: column; align-items: flex-start; gap: 4px; }
}
