#details-title{scroll-margin-top:2rem}
.title-copy h1{font-size:clamp(3.3rem,6.6vw,5rem)}
.title-copy>p{
  font-size:clamp(1.5rem,3vw,1.9rem);font-weight:500;
}
.essay p{
  text-align:justify;text-align-last:right;text-justify:inter-word;
}
.shortcut-actions{
  --shortcut-color:var(--accent-deep,var(--blue-deep,#355F7C));
  --shortcut-soft:var(--accent-soft,var(--blue-soft,#DCEAF4));
  display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;align-items:stretch;
  margin:2rem 0 3.25rem;padding:.25rem 0;border:0;
}
.shortcut-actions>a{
  display:inline-flex;align-items:center;justify-content:center;gap:.65rem;
  box-sizing:border-box;min-width:13rem;min-height:3.375rem;margin:0;
  padding:.8rem 1.4rem;border:1px solid transparent;border-radius:.75rem;
  font-family:var(--sans);font-size:1.0625rem;font-weight:600;line-height:1.4;
  text-decoration:none;transition:background-color .18s ease,transform .18s ease;
}
.shortcut-actions .shortcut-primary{
  background:var(--shortcut-color);color:#fff;
}
.shortcut-actions .shortcut-wa{
  background:color-mix(in srgb,var(--shortcut-soft) 45%,var(--paper));
  color:var(--shortcut-color);
  border-color:color-mix(in srgb,var(--shortcut-color) 22%,var(--paper));
}
.shortcut-actions .shortcut-primary:hover{background:var(--shortcut-color);transform:translateY(-1px)}
.shortcut-actions .shortcut-wa:hover{background:var(--shortcut-soft);color:var(--shortcut-color);transform:translateY(-1px)}
.shortcut-actions>a:focus-visible{outline:2px solid var(--shortcut-color);outline-offset:4px}
.shortcut-actions svg{flex-shrink:0;width:1.2rem;height:1.2rem}
@media(max-width:35rem){
  .title-copy h1{font-size:3rem}
  .title-copy>p{font-size:1.35rem}
  .shortcut-actions{flex-direction:column;margin:1.75rem 0 2.75rem}
  .shortcut-actions>a{width:100%;min-width:0}
}
@media(prefers-reduced-motion:reduce){.shortcut-actions>a{transition:none;transform:none !important}}
