:root {
  --teal: #104f55;
  --teal-mid: #32746d;
  --sage: #9ec5ab;

  --dark-teal: #01200f;
  --text: #18201e;
  --muted: #66706d;

  --cream: #fbfcfb;
  --white: #ffffff;
  --line: #dce4e0;

  --font-sans: "Manrope", Arial, Helvetica, sans-serif;
  --font-serif: "DM Serif Display", Georgia, serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.7;
}

/* HEADER */

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

.site-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.8rem 2.5rem;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.site-title {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;

  color: var(--text);
  text-decoration: none;
}

.site-title-name {
  font-size: 1.25rem;
  font-weight: 700;
}

.site-title-role {
  color: var(--muted);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.site-nav {
  display: flex;
  gap: 1.8rem;
}

.site-nav a {
  color: var(--text);
  text-decoration: none;
  font-size: 0.9rem;
}

.site-nav a:hover {
  color: var(--dark-teal);
}

/* GLOBAL LAYOUT */

main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2.5rem;
}

/* HOMEPAGE: HERO */

.hero {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.5fr);
  min-height: 520px;
}

.hero-sidebar {
  background: var(--teal);
  color: var(--white);
  padding: 2rem 2.5rem;

  display: flex;
  flex-direction: column;
}

.hero-sidebar .hero-name,
.hero-sidebar .hero-position {
  color: var(--white);
}

.hero-sidebar .hero-kicker {
  color: var(--sage);
}

.hero-content {
  background: var(--white);
  padding: 4.5rem 4rem;
}

.hero-kicker {
  margin: 0 0 1.5rem;

  color: var(--dark-teal);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-name {
  margin: 0 0 0.8rem;

  color: var(--white);
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 3.6vw, 3.5rem);
  font-weight: 400;
  line-height: 0.98;
}

.hero-position {
  margin: 0;
  color: var(--dark-teal);
}

/* HOMEPAGE: PROFILE + SHARED LINKS */

.section {
  margin-top: 5rem;
}

.section-heading {
  margin: 0;

  color: var(--dark-teal);
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.profile-photo {
  display: block;
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;

  margin-bottom: 1.75rem;
}

.title-block {
  margin-top: 0.75rem;
}

.title-rule {
  width: 42px;
  height: 1px;
  background: var(--white);
  opacity: 0.9;
}

.hero-title {
  max-width: 320px;
  margin: 1rem 0;

  color: var(--white);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

main a {
  color: var(--teal-mid);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

main a:hover {
  color: var(--teal);
}

/* MOBILE */

@media (max-width: 700px) {
  .site-header-inner {
    padding: 1.25rem;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
  }

  .site-title {
    flex-direction: column;
    gap: 0.1rem;
  }

  .profile-photo {
    max-width: 100%;
    margin-bottom: 1.5rem;
  }

  .hero-name {
    font-size: 2.7rem;
  }

  .hero-title {
    font-size: 0.75rem;
  }

  .hero-statement {
    font-size: 2rem;
  }

  .site-title-name {
    font-size: 1.05rem;
  }

  .site-title-role {
    font-size: 0.65rem;
  }

  .site-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    width: 100%;
    margin-top: 0.75rem;
  }

  .site-nav a {
    font-size: 0.82rem;
  }

  main {
    padding: 1.25rem;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero-sidebar {
    min-height: 300px;
    padding: 2rem;
  }

  .hero-content {
    padding: 2.5rem 2rem;
  }
}

/* HOMEPAGE: HERO DETAILS */

.hero-sidebar-top {
  max-width: 420px;
}

.hero-sidebar-bottom {
  margin-top: 1.25rem;

  color: var(--white);
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.7;
  text-transform: lowercase;
}

.hero-sidebar-bottom p {
  margin: 0;
}

.hero-statement {
  max-width: 780px;
  margin: 0 0 2rem;

  color: var(--dark-teal);
  font-family: var(--font-serif);
  font-size: clamp(1.85rem, 2.7vw, 2.65rem);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.17;
}

.hero-intro {
  max-width: 680px;
  font-size: 1.05rem;
}

.hero-intro p {
  margin: 0 0 1.4rem;
}

.hero-intro a {
  color: var(--teal);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.hero-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;

  margin-top: 1rem;
  padding: 1rem 1.25rem;

  background: var(--teal);
  color: var(--white);
  text-decoration: none;

  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-link:hover {
  background: var(--dark-teal);
}

.hero-link span {
  font-size: 1.1rem;
  line-height: 1;
}

/* RESEARCH PREVIEW */

.research-preview {
  padding: 5rem 0 1rem;
}

.section-intro {
  text-align: center;
}

.section-rule {
  width: 66px;
  height: 2px;
  margin: 1rem auto 3rem;
  background: var(--teal-mid);
}

.research-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}

.research-item {
  padding: 2rem 2rem 1rem;
  border-right: 1px solid var(--line);
}

.research-item:last-child {
  border-right: 0;
}

.research-item h3 {
  margin: 0 0 0.75rem;

  color: var(--dark-teal);
  font-size: 1rem;
  line-height: 1.35;
}

.research-item p {
  margin: 0;

  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

/* MOBILE RESEARCH */

@media (max-width: 700px) {
  .research-preview {
    padding-top: 3.5rem;
  }

  .research-grid {
    grid-template-columns: 1fr;
  }

  .research-item {
    padding: 1.75rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .research-item:last-child {
    border-bottom: 0;
  }

  .hero-sidebar-bottom {
    margin-top: 1.25rem;
  }
}

/* SHARED PAGE INTRO + RESEARCH PAGE */

.page-intro {
  padding: 1rem 0 3rem;
}

.page-title {
  margin: 0 0 1.5rem;

  color: var(--dark-teal);
  font-family: var(--font-serif);
  font-size: clamp(2.1rem, 3.4vw, 3.25rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

.page-lede {
  color: var(--text);
  font-size: 1.08rem;
  line-height: 1.8;
}

.page-lede p {
  margin: 0;
}

.research-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.research-detail {
  padding: 2.5rem 2.5rem 2.75rem 0;
}

.research-detail:nth-child(odd) {
  padding-right: 3rem;
  border-right: 1px solid var(--line);
}

.research-detail:nth-child(even) {
  padding-left: 3rem;
}

.research-detail:nth-child(-n + 2) {
  border-bottom: 1px solid var(--line);
}

.research-detail h2 {
  margin: 0 0 1rem;

  color: var(--dark-teal);
  font-family: var(--font-serif);
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1.2;
}

.research-detail p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.75;
}

.research-note {
  display: grid;
  grid-template-columns: minmax(160px, 0.35fr) minmax(0, 1fr);
  gap: 3rem;

  padding: 4rem 0 1rem;
}

.research-note .section-heading {
  text-align: left;
}

.research-note-content {
  max-width: 700px;
}

.research-note-content p {
  margin: 0 0 1rem;
}

@media (max-width: 700px) {
  .page-title {
    font-size: 2.2rem;
  }

  .research-detail-grid {
    grid-template-columns: 1fr;
  }

  .research-detail,
  .research-detail:nth-child(odd),
  .research-detail:nth-child(even) {
    padding: 2rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .research-detail:last-child {
    border-bottom: 0;
  }

  .research-note {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-top: 3rem;
  }
}

/* PUBLICATIONS PAGE */

.publication-list {
  border-top: 1px solid var(--line);
}

.publication-year {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  column-gap: 2.5rem;
  padding: 2.75rem 0;
  border-bottom: 1px solid var(--line);
}

.publication-year > h2 {
  margin: 0;
  color: var(--teal);
  font-family: var(--font-serif);
  font-size: 1.7rem;
  font-weight: 400;
}

.publication-entry {
  grid-column: 2;
  padding-bottom: 2.25rem;
}

.publication-entry:last-child {
  padding-bottom: 0;
}

.publication-content h3 {
  max-width: 820px;
  margin: 0 0 0.55rem;

  color: var(--dark-teal);
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.28;
}

.publication-authors,
.publication-venue {
  margin: 0 0 0.3rem;
  font-size: 0.92rem;
  line-height: 1.6;
}

.publication-authors {
  color: var(--text);
}

.publication-venue {
  color: var(--muted);
}

.publication-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.8rem;
}

.publication-links a {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border: 1px solid var(--teal-mid);

  color: var(--teal);
  text-decoration: none;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.publication-links a:hover {
  background: var(--teal);
  color: var(--white);
}

/* PRESENTATIONS PAGE */

.presentation-section {
  padding: 3rem 0;
  border-top: 1px solid var(--line);
}

.presentation-section:last-child {
  border-bottom: 1px solid var(--line);
}

.presentation-section-heading {
  margin-bottom: 2rem;
}

.presentation-section-heading h2 {
  margin: 0;

  color: var(--dark-teal);
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-weight: 400;
}

.presentation-entry {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 1.5rem;

  padding: 1.5rem 0;
  border-top: 1px solid var(--line);
}

.presentation-year {
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 700;
}

.presentation-content h3 {
  margin: 0 0 0.45rem;

  color: var(--dark-teal);
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
}

.presentation-content p {
  margin: 0.2rem 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.presentation-content .presentation-authors {
  color: var(--text);
}

@media (max-width: 700px) {
  .publication-year {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .publication-entry {
    grid-column: auto;
  }
  .publication-content h3 {
    font-size: 1.2rem;
  }
  .presentation-entry {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }
}

/* CARD GRID / LISTING PAGES */

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.card {
  display: flex;
  flex-direction: column;
  min-width: 0;

  background: var(--white);
  border: 1px solid var(--line);
}

.card-media {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f3f6f4;
  border-bottom: 1px solid var(--line);
}

.card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.6rem 1.6rem 1.75rem;
}

.card-kicker {
  margin: 0 0 0.65rem;

  color: var(--teal);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.card h2 {
  margin: 0 0 0.9rem;

  color: var(--dark-teal);
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.15;
}

.card-body > p:not(.card-kicker) {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

.card-links {
  margin-top: auto;
  padding-top: 1.4rem;
}

.card-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;

  color: var(--teal);
  text-decoration: none;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.card-links a::after {
  content: "→";
  font-size: 0.95rem;
}

.card-links a:hover {
  color: var(--dark-teal);
}

@media (max-width: 900px) {
  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .card-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .card-media {
    aspect-ratio: 4 / 3;
  }
}

/* DETAIL / ARTICLE PAGES */

.detail-title,
.detail-summary,
.detail-meta {
  max-width: 760px;
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(220px, 0.55fr);
  gap: 4rem;
  align-items: start;

  padding: 1rem 0 4rem;
  border-bottom: 1px solid var(--line);
}

.detail-title {
  margin: 0 0 1.25rem;

  color: var(--dark-teal);
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 3.5vw, 3.4rem);
  font-weight: 400;
  line-height: 1.08;
}

.detail-summary {
  margin: 0 0 1.5rem;

  color: var(--text);
  font-size: 1.15rem;
  line-height: 1.75;
}

.detail-meta {
  margin: 0;

  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.detail-hero-media {
  width: 100%;
  max-width: 260px;
  aspect-ratio: 1 / 1;
  justify-self: end;

  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
}

.detail-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-section {
  display: grid;
  grid-template-columns: minmax(180px, 0.32fr) minmax(0, 1fr);
  gap: 3rem;

  padding: 3.5rem 0;
  border-bottom: 1px solid var(--line);
}

.detail-section-label .section-heading {
  color: var(--dark-teal);
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: left;
  text-transform: none;
}

.detail-section-label .section-heading::after {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  margin-top: 0.75rem;
  background: var(--teal);
}

.detail-section-content {
  max-width: 820px;
}

.detail-section-content p {
  margin: 0 0 1.25rem;
  line-height: 1.8;
}

.detail-list {
  margin: 1.25rem 0 1.75rem;
  padding-left: 1.25rem;
}

.detail-list li {
  margin-bottom: 1rem;
  padding-left: 0.25rem;
  line-height: 1.75;
}

.action-links {
  margin-top: 1.75rem;
}

.action-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;

  padding: 0.8rem 1rem;
  background: var(--teal);
  color: var(--white);
  text-decoration: none;

  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.action-links a::after {
  content: "→";
  font-size: 0.95rem;
}

.action-links a:hover {
  background: var(--dark-teal);
}

@media (max-width: 800px) {
  .detail-hero {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .detail-hero-media {
    max-width: 240px;
    justify-self: start;
  }

  .detail-section {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

@media (max-width: 700px) {
  .detail-title {
    font-size: 2.25rem;
  }

  .detail-summary {
    font-size: 1.05rem;
  }
}

.ova-prototype-hero {
  background:
    radial-gradient(
      circle at 70% 65%,
      rgba(191, 245, 208, 0.78),
      transparent 38%
    ),
    linear-gradient(135deg, #eefaff 0%, #f9fffc 60%, #effff5 100%);
}

.ova-prototype-branding {
  padding: 3rem 2rem;
  text-align: center;
}

.ova-prototype-logo {
  margin: 0;
  color: #30263f;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ova-prototype-logo-strong {
  margin-top: 0.15rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.ova-prototype-tagline {
  max-width: 620px;
  margin: 1.6rem auto 1.5rem;
  color: #5f596b;
  font-size: 0.9rem;
  line-height: 1.7;
}

.ova-prototype-branding img {
  display: block;
  width: min(220px, 60%);
  height: auto;
  margin: 0 auto;
}

.ova-prototype-block {
  padding: 3rem 2rem;
  border-top: 1px solid var(--line);
}

.ova-prototype-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: center;
}

.ova-prototype-copy h3 {
  margin: 0 0 1rem;
  color: #30263f;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ova-prototype-copy p {
  margin: 0 0 1rem;
  color: #5f596b;
  font-size: 0.84rem;
  line-height: 1.75;
}

.ova-prototype-visual img {
  display: block;
  width: 100%;
  max-height: 320px;
  object-fit: contain;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .ova-prototype-split {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .ova-prototype-reverse .ova-prototype-copy {
    order: 2;
  }

  .ova-prototype-reverse .ova-prototype-visual {
    order: 1;
  }

  .ova-prototype-block,
  .ova-prototype-branding {
    padding: 2rem 1.25rem;
  }

  .ova-prototype-notice {
    padding: 1.5rem 1.25rem;
  }
}

/* OVA PROTOTYPE SEARCH BAR */

.ova-search-demo {
  max-width: 760px;
  margin: 0 auto;
  padding-bottom: 2.5rem;
  text-align: left;
}

.ova-search-demo label {
  display: block;
  margin: 0 0 0.45rem 0.8rem;
  text-align: center;

  color: #30263f;
  font-size: 1.05rem;
  font-weight: 400;
}

.ova-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 1.25rem;
}

.ova-search-row input,
.ova-search-row button {
  min-height: 54px;
  border: 0;
  border-radius: 16px;
  font-family: var(--font-sans);
}

.ova-search-row input {
  width: 100%;
  padding: 0 1.4rem;

  background: rgba(255, 255, 255, 0.92);
  color: #4f495b;
  font-size: 0.95rem;
}

.ova-search-row button {
  padding: 0 1.25rem;

  background: rgba(255, 255, 255, 0.96);
  color: #111111;

  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.ova-search-row button:disabled {
  opacity: 1;
  cursor: default;
}

@media (max-width: 700px) {
  .ova-search-row {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .ova-search-row button {
    width: 140px;
    justify-self: end;
  }
}

/* SLIDESHOW */

.slideshow {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 2rem auto 0;
  overflow: hidden;

  background: var(--white);
  border: 1px solid var(--line);
}

.slide {
  display: none;
}

.slide.active {
  display: block;
}

.slide img {
  display: block;
  width: 100%;
  height: auto;
}

.slide-button {
  position: absolute;
  bottom: 1rem;

  width: 42px;
  height: 42px;

  border: 0;
  background: rgba(16, 79, 85, 0.9);
  color: var(--white);

  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.slide-prev {
  left: 1rem;
}

.slide-next {
  right: 1rem;
}

.slide-button:hover {
  background: var(--dark-teal);
}

@media (max-width: 700px) {
  .slide-button {
    width: 36px;
    height: 36px;
    font-size: 1.4rem;
  }

  .slide-prev {
    left: 0.5rem;
  }

  .slide-next {
    right: 0.5rem;
  }
}

/* CODE BLOCKS */

.highlight {
  margin: 1.75rem 0;
  border: 1px solid var(--line);
  background: #f4f7f6;
  overflow-x: hidden;
}

.highlight pre {
  margin: 0;
  padding: 1.25rem 1.5rem;

  white-space: pre-wrap;
  overflow-wrap: break-word;
}

code {
  padding: 0.1em 0.3em;
  background: #eef3f1;
  color: var(--teal);
  font-family: var(--font-mono);
  font-size: 0.9em;
}

.highlight code {
  padding: 0;
  background: transparent;
  color: inherit;
  font-family: var(--font-mono);
  font-size: 0.88rem;
  line-height: 1.65;
}

/* CONTENT IMAGES */

.content-image {
  margin: 2rem;
}

.content-image img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
  background: var(--white);
}

@media (max-width: 700px) {
  .content-image {
    margin-top: 1.5rem;
  }
}

/* CONTACT LINKS */

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 1.25rem;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;

  color: var(--teal);
  text-decoration: none;

  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-link svg {
  width: 22px;
  height: 22px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-link:hover {
  color: var(--dark-teal);
}
