/* Effective Strategy and Governance - page styles on top of Bootstrap 5.3 (loaded from jsDelivr) */

:root {
  --gw-ink: #0E1013;
  --gw-ink-line: rgba(255, 255, 255, 0.16);
  --gw-paper: #FFFFFF;
  --gw-stone: #F1F0ED;
  --gw-line: #DCDBD7;
  --gw-text: #0E1013;
  --gw-muted: #555B63;
  --gw-on-ink: #FFFFFF;
  --gw-on-ink-soft: #C9CDD2;
  --gw-on-ink-muted: #A7ACB3;
  --gw-accent: #C73A1C;
  --gw-accent-hover: #A93015;
  --gw-font: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  --gw-header-h: 4rem;
  --gw-section-y: 5rem;
  --gw-container: 100%;

  /* Bootstrap tokens */
  --bs-body-font-family: var(--gw-font);
  --bs-body-font-size: 1.0625rem;
  --bs-body-line-height: 1.6;
  --bs-body-color: var(--gw-text);
  --bs-body-color-rgb: 14, 16, 19;
  --bs-body-bg: var(--gw-paper);
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: var(--gw-text);
  --bs-secondary-color: var(--gw-muted);
  --bs-heading-color: inherit;
  --bs-link-color: var(--gw-text);
  --bs-link-color-rgb: 14, 16, 19;
  --bs-link-hover-color: var(--gw-accent);
  --bs-link-hover-color-rgb: 199, 58, 28;
  --bs-border-color: var(--gw-line);
  --bs-border-radius: 0;
  --bs-primary: var(--gw-accent);
  --bs-primary-rgb: 199, 58, 28;
}

/* Mirrors Bootstrap's container max-widths, used to align the hero photo with the grid */
@media (min-width: 768px) {
  :root {
    --gw-container: 720px;
    --gw-header-h: 4.5rem;
  }
}

@media (min-width: 992px) {
  :root {
    --gw-container: 960px;
    --gw-section-y: 7.5rem;
    --bs-body-font-size: 1.125rem;
  }
}

@media (min-width: 1200px) {
  :root {
    --gw-container: 1140px;
  }
}

@media (min-width: 1400px) {
  :root {
    --gw-container: 1320px;
  }
}

/* Base */

html {
  scroll-padding-top: calc(var(--gw-header-h) + 1px);
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}

::selection {
  background: var(--gw-accent);
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: 600;
}

a {
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}

/* Vertical padding on an inline link enlarges its tap area without moving the surrounding text */
p a:not(.btn) {
  padding-block: 0.75rem;
}

:focus-visible,
.btn:focus-visible,
.navbar-toggler:focus-visible,
.nav-link:focus-visible {
  outline: 2px solid var(--gw-accent);
  outline-offset: 3px;
  box-shadow: none;
}

.skip-link.visually-hidden-focusable:focus {
  position: fixed !important;
  top: 12px;
  left: 12px;
  z-index: 1100;
  padding: 12px 16px;
  background: var(--gw-paper);
  color: var(--gw-text);
}

.container {
  --bs-gutter-x: 2.5rem;
}

@media (min-width: 768px) {
  .container {
    --bs-gutter-x: 3rem;
  }
}

/* Labels above headings */

.kicker {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--gw-accent);
}

.kicker::before {
  content: "";
  flex: none;
  width: 0.5rem;
  height: 0.5rem;
  background: var(--gw-accent);
}

.kicker--on-ink {
  color: var(--gw-on-ink-muted);
}

/* Header */

.site-header {
  background: var(--gw-ink);
  border-bottom: 1px solid var(--gw-ink-line);
}

.navbar {
  --bs-navbar-padding-y: 0;
  --bs-navbar-color: var(--gw-on-ink-soft);
  --bs-navbar-hover-color: var(--gw-on-ink);
  --bs-navbar-active-color: var(--gw-on-ink);
  --bs-navbar-brand-color: var(--gw-on-ink);
  --bs-navbar-brand-hover-color: var(--gw-on-ink);
  --bs-navbar-brand-font-size: 0.9375rem;
  --bs-navbar-brand-padding-y: 0.5rem;
  --bs-navbar-brand-margin-end: 0;
  --bs-navbar-nav-link-padding-x: 0;
  --bs-navbar-toggler-padding-x: 0;
  --bs-navbar-toggler-padding-y: 0;
  --bs-navbar-toggler-border-color: transparent;
  --bs-navbar-toggler-border-radius: 0;
  --bs-navbar-toggler-focus-width: 0;
  --bs-navbar-toggler-transition: none;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath stroke='%23fff' stroke-width='1.5' d='M3 7h18M3 12h18M3 17h18'/%3e%3c/svg%3e");
  min-height: var(--gw-header-h);
}

.wordmark {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.wordmark__text {
  display: inline-block;
}

.wordmark__dot {
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin-left: 0.15em;
  background: var(--gw-accent);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-header {
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-font-size: 0.9375rem;
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--gw-on-ink);
  --bs-btn-border-color: rgba(255, 255, 255, 0.5);
  --bs-btn-hover-color: var(--gw-text);
  --bs-btn-hover-bg: var(--gw-on-ink);
  --bs-btn-hover-border-color: var(--gw-on-ink);
  --bs-btn-active-color: var(--gw-text);
  --bs-btn-active-bg: var(--gw-on-ink);
  --bs-btn-active-border-color: var(--gw-on-ink);
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.navbar-toggler {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.nav-link {
  display: flex;
  align-items: center;
  min-height: 48px;
  font-size: 0.9375rem;
}

@media (max-width: 767.98px) {
  /* The open menu overlays the page, so opening or closing it never shifts the section anchors */
  .navbar-collapse {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    background: var(--gw-ink);
    border-bottom: 1px solid var(--gw-ink-line);
  }
  .navbar-nav {
    margin-inline: auto;
    padding: 0.25rem calc(var(--bs-gutter-x) * 0.5) 0.75rem;
  }
  .navbar-nav .nav-item + .nav-item {
    border-top: 1px solid var(--gw-ink-line);
  }
  .nav-link {
    font-size: 1.0625rem;
  }
  .navbar-nav .nav-link.active {
    box-shadow: inset 3px 0 0 var(--gw-accent);
    padding-left: 1rem;
  }
}

/* Keeps the overlay links on the same edge as Bootstrap's 540px container */
@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar-nav {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .navbar-collapse .btn-header {
    margin-left: 2.5rem;
  }
  .navbar-nav {
    gap: 2rem;
  }
  .nav-link {
    min-height: var(--gw-header-h);
    box-shadow: inset 0 -2px 0 transparent;
  }
  .nav-link:hover,
  .nav-link.active {
    box-shadow: inset 0 -2px 0 var(--gw-accent);
  }
}

/* Buttons and links */

.btn {
  --bs-btn-font-family: var(--gw-font);
  --bs-btn-font-weight: 600;
  --bs-btn-border-radius: 0;
  --bs-btn-box-shadow: none;
}

.btn-lg {
  --bs-btn-padding-x: 1.75rem;
  --bs-btn-padding-y: 0.875rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-border-radius: 0;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--gw-accent);
  --bs-btn-border-color: var(--gw-accent);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--gw-accent-hover);
  --bs-btn-hover-border-color: var(--gw-accent-hover);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--gw-accent-hover);
  --bs-btn-active-border-color: var(--gw-accent-hover);
  --bs-btn-focus-shadow-rgb: 199, 58, 28;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  min-height: 52px;
  font-weight: 600;
  text-decoration: none;
}

.link-arrow svg {
  flex: none;
  transition: transform 0.15s ease-out;
}

.link-arrow:hover svg {
  transform: translateX(3px);
}

.link-arrow--on-ink {
  color: var(--gw-on-ink);
}

.link-arrow--on-ink:hover {
  color: var(--gw-on-ink);
  text-decoration: underline;
}

@media (prefers-reduced-motion: reduce) {
  .link-arrow svg {
    transition: none;
  }
}

/* Hero: text on the left, the portrait fills the right side up to the window edge */

.hero {
  position: relative;
  background: var(--gw-ink);
  color: var(--gw-on-ink);
}

.hero__text {
  padding-top: 3.5rem;
}

.hero h1 {
  font-size: clamp(2.5rem, 1.2rem + 4.4vw, 5.25rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.hero__lead {
  margin: 1.75rem 0 0;
  max-width: 32em;
  font-size: 1.1875rem;
  line-height: 1.55;
  color: var(--gw-on-ink-soft);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 2rem;
  margin-top: 2.5rem;
}

.hero__offer {
  display: grid;
  gap: 0;
  margin: 3.5rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--gw-ink-line);
}

.hero__offer li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.25rem 0.75rem;
  padding: 0.875rem 0;
}

.hero__offer li + li {
  border-top: 1px solid var(--gw-ink-line);
}

.hero__offer-name {
  font-weight: 600;
}

.hero__offer-text {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--gw-on-ink-muted);
}

.hero__figure {
  position: relative;
  margin: 0;
  background: #d2d2d2;
}

.hero__figure img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 12%;
}

.hero__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.625rem 1rem;
  background: var(--gw-ink);
  color: var(--gw-on-ink);
  font-size: 0.875rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .hero__container {
    display: flex;
    flex-direction: column;
    min-height: min(calc(100svh - var(--gw-header-h)), 56rem);
  }
  .hero__text {
    padding-top: clamp(3rem, 7vh, 7rem);
    padding-right: 2rem;
  }
  .hero__lead {
    font-size: 1.25rem;
  }
  .hero__container > .row:last-child {
    margin-top: auto;
  }
  .hero__offer {
    margin-top: 2.5rem;
  }
  /* Starts at the left edge of grid column 8 and runs to the right window edge */
  .hero__figure {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc(50% - var(--gw-container) / 12);
  }
  .hero__figure img {
    height: 100%;
    aspect-ratio: auto;
    object-position: 50% 18%;
  }
}

/* At tablet width the text column is about 390px wide, so the headline gets a fixed size that sets in three lines */
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero h1 {
    font-size: 2.625rem;
  }
}

@media (min-width: 992px) {
  .hero__text {
    padding-right: 3rem;
  }
  .hero__lead {
    font-size: 1.3125rem;
  }
}

/* Three offerings side by side once the text column is wide enough */
@media (min-width: 1200px) {
  .hero__offer {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 2rem;
  }
  .hero__offer li {
    flex-direction: column;
    align-items: stretch;
    padding: 1.5rem 0 2rem;
  }
  .hero__offer li + li {
    border-top: 0;
  }
}

/* Sections */

.section {
  padding-top: var(--gw-section-y);
  padding-bottom: var(--gw-section-y);
}

.section--stone {
  background: var(--gw-stone);
}

.section--ink {
  background: var(--gw-ink);
  color: var(--gw-on-ink);
}

.section-head {
  row-gap: 1.5rem;
  margin-bottom: 3rem;
}

/* :where() keeps this at element specificity so .statement and .contact__title override it */
:where(.section) h2 {
  font-size: clamp(2rem, 1.25rem + 2.2vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.section-lead {
  margin: 0;
  font-size: 1.1875rem;
  line-height: 1.55;
  color: var(--gw-muted);
}

@media (min-width: 992px) {
  .section-head {
    margin-bottom: 4.5rem;
  }
  .section-lead {
    font-size: 1.3125rem;
    padding-top: 2.5rem;
  }
}

/* Why now: six sources of disruption drawn converging on one point */

.convergence__list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.convergence__list li {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  align-content: center;
  padding: 1.125rem 0;
  border-top: 1px solid var(--gw-line);
}

.convergence__idx {
  grid-row: span 2;
  padding-top: 0.2rem;
  font-size: 0.875rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--gw-accent);
}

.convergence__name {
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.35;
}

.convergence__note {
  grid-column: 2;
  font-size: 0.9375rem;
  color: var(--gw-muted);
}

.convergence__lines,
.convergence__target {
  display: none;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .convergence__list {
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
  }
}

@media (min-width: 992px) {
  .convergence {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 4fr) minmax(0, 3fr);
    align-items: stretch;
  }
  .convergence__list {
    grid-template-rows: repeat(6, 5.5rem);
  }
  .convergence__list li {
    padding: 0;
  }
  .convergence__list li:last-child {
    border-bottom: 1px solid var(--gw-line);
  }
  /* The SVG is taken out of flow so its 1:6 viewBox does not set the row height; the list does */
  .convergence__lines {
    display: block;
    position: relative;
  }
  .convergence__lines svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
  }
  .convergence__lines path {
    fill: none;
    stroke: var(--gw-text);
    stroke-width: 1px;
    vector-effect: non-scaling-stroke;
  }
  .convergence__target {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0;
    padding-left: 1rem;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
  .convergence__target::before {
    content: "";
    flex: none;
    width: 0.875rem;
    height: 0.875rem;
    margin-left: -1.4375rem;
    background: var(--gw-accent);
  }
}

/* Why now: examples from Aruba */

.local {
  row-gap: 1.5rem;
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 2px solid var(--gw-text);
}

.local__title {
  font-size: 1.5rem;
  letter-spacing: -0.02em;
}

.local__text {
  margin: 1rem 0 0;
  max-width: 28em;
  color: var(--gw-muted);
}

.local__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.local__list li {
  padding: 0.875rem 0;
  border-top: 1px solid var(--gw-line);
}

.local__list li:last-child {
  border-bottom: 1px solid var(--gw-line);
}

@media (min-width: 992px) {
  .local {
    margin-top: 5rem;
  }
  .local__list li:first-child {
    border-top: 0;
    padding-top: 0.25rem;
  }
}

/* Understanding */

.statement {
  max-width: 17em;
  font-size: clamp(2rem, 0.9rem + 4.2vw, 4.75rem);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.statement__lead {
  color: #767B82;
}

.statement__text {
  margin: 3rem 0 0;
  padding-top: 1.5rem;
  border-top: 2px solid var(--gw-text);
  color: var(--gw-muted);
}

@media (min-width: 992px) {
  .statement__text {
    margin-top: 4.5rem;
  }
}

/* Services */

.offers {
  margin-bottom: 4.5rem;
}

.offer {
  height: 100%;
  padding-top: 1.5rem;
  border-top: 2px solid var(--gw-text);
}

.offer__title {
  font-size: 1.75rem;
  letter-spacing: -0.02em;
}

.offer__sub {
  margin: 0.375rem 0 1.25rem;
  font-weight: 600;
  color: var(--gw-accent);
}

.offer p:last-child {
  margin: 0;
  max-width: 34em;
  color: var(--gw-muted);
}

/* Tool grid: 1px gaps over a line-coloured background draw the rules between cells */
.tools {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--gw-line);
  border: 1px solid var(--gw-line);
}

.tools__list {
  display: contents;
}

.tools__intro,
.tool {
  padding: 1.75rem 1.5rem 2rem;
  background: var(--gw-paper);
}

.tools__intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  background: var(--gw-ink);
  color: var(--gw-on-ink);
}

.tools__title {
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.tools__count {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--gw-on-ink-muted);
}

.tool {
  display: flex;
  flex-direction: column;
}

.tool__idx {
  font-size: 0.875rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--gw-accent);
}

.tool__name {
  margin-top: 1.5rem;
  font-size: 1.1875rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.tool__text {
  margin: 0.625rem 0 0;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--gw-muted);
}

@media (min-width: 576px) {
  .tools {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1200px) {
  .tools {
    grid-template-columns: repeat(4, 1fr);
  }
  .tools__intro,
  .tool {
    min-height: 19rem;
    padding: 2rem 1.75rem 2.25rem;
  }
  .tool__name {
    margin-top: 3rem;
  }
}

/* Workshop */

.facts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  margin: 0 0 4rem;
  background: var(--gw-line);
  border: 1px solid var(--gw-line);
}

.fact {
  padding: 1.5rem 1.5rem 1.625rem;
  background: var(--gw-paper);
}

.fact dt {
  margin-bottom: 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gw-accent);
}

.fact dd {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.fact .fact__note {
  margin-top: 0.375rem;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--gw-muted);
}

.workshop__heading {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1rem;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.workshop__heading::before {
  content: "";
  flex: none;
  width: 0.5rem;
  height: 0.5rem;
  background: var(--gw-text);
}

.workshop__heading + .workshop__heading,
.workshop__text + .workshop__heading {
  margin-top: 2.5rem;
}

.workshop__intro {
  margin: 0 0 1rem;
  max-width: 34em;
}

.program {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: program;
}

.program li {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  padding: 1rem 0;
  border-top: 1px solid var(--gw-line);
  counter-increment: program;
}

.program li:last-child {
  border-bottom: 1px solid var(--gw-line);
}

.program li::before {
  content: counter(program, decimal-leading-zero);
  padding-top: 0.2rem;
  font-size: 0.875rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--gw-accent);
}

.workshop__text {
  margin: 0;
  color: var(--gw-muted);
}

.facilitator {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.facilitator__photo {
  flex: none;
  width: 5rem;
  height: 5rem;
  object-fit: cover;
}

.facilitator__text {
  margin: 0;
  line-height: 1.5;
}

.workshop__btn {
  width: 100%;
  margin-top: 2.5rem;
}

@media (min-width: 576px) {
  .facts {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .facts {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 5rem;
  }
  .fact {
    padding: 1.75rem 1.75rem 2rem;
  }
}

/* Contact */

.contact__title {
  font-size: clamp(2.25rem, 1.2rem + 3.4vw, 4.5rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.person {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--gw-ink-line);
}

.person__photo {
  flex: none;
  width: 6rem;
  height: 6rem;
  object-fit: cover;
}

.person__name {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.person__role {
  margin: 0.25rem 0 0;
  color: var(--gw-on-ink-muted);
}

.contact-list {
  margin: 0;
}

.contact-list__row {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  align-items: center;
  border-bottom: 1px solid var(--gw-ink-line);
}

.contact-list dt {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gw-on-ink-muted);
}

.contact-list dd {
  margin: 0;
}

.contact-list a {
  display: inline-flex;
  align-items: center;
  min-height: 3.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--gw-on-ink);
  text-decoration: none;
  overflow-wrap: anywhere;
}

.contact-list a:hover {
  color: var(--gw-on-ink);
  text-decoration: underline;
  text-decoration-color: var(--gw-accent);
  text-decoration-thickness: 2px;
}

.contact__btn {
  width: 100%;
  margin-top: 1.5rem;
}

@media (min-width: 576px) {
  .person__photo {
    width: 7.5rem;
    height: 7.5rem;
  }
}

/* Footer */

.site-footer {
  background: var(--gw-ink);
  color: var(--gw-on-ink-muted);
  font-size: 0.9375rem;
}

.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1.5rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  border-top: 1px solid var(--gw-ink-line);
}

.wordmark--footer {
  color: var(--gw-on-ink);
}

.site-footer__slogan {
  color: var(--gw-on-ink-soft);
}

/* Print */

@media print {
  .site-header {
    position: static;
  }
  .navbar-toggler,
  .navbar-collapse,
  .header-actions,
  .hero__actions,
  .contact__btn {
    display: none !important;
  }
  .hero,
  .section--ink,
  .site-footer {
    background: none;
    color: var(--gw-text);
  }
}
