/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
@layer properties;
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.static {
  position: static;
}
.top-1\/2 {
  top: calc(1/2 * 100%);
}
.left-1\/2 {
  left: calc(1/2 * 100%);
}
.z-10 {
  z-index: 10;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.w-full {
  width: 100%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-1\/2 {
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-pointer {
  cursor: pointer;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.bg-transparent {
  background-color: transparent;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.underline {
  text-decoration-line: underline;
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
:root {
  color-scheme: light;
  --page-bg: #f8f9fb;
  --page-bg-alt: linear-gradient(160deg, #f8f9fb 0%, #e1ecf7 100%);
  --card-bg: rgba(255, 255, 255, 0.75);
  --card-border: #e1ecf7;
  --card-border-strong: #aecbeb;
  --accent: #83b0e1;
  --accent-strong: #71a5de;
  --accent-glow: rgba(131, 176, 225, 0.3);
  --text-high: #34495e;
  --text-mid: rgba(52, 73, 94, 0.75);
  --text-muted: rgba(52, 73, 94, 0.6);
  --surface: rgba(113, 165, 222, 0.1);
  --glass: rgba(225, 236, 247, 0.5);
  --radius-lg: 32px;
  --radius-md: 18px;
  --radius-sm: 10px;
  --max-width: min(1080px, calc(100% - 4rem));
  font-family: "Manrope",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size-adjust: .53;
  background: var(--page-bg-alt);
  color: var(--text-mid);
  line-height: 1.6;
}
html {
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,a:focus-visible {
  color: var(--text-high);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
body {
  min-height: 100vh;
  display: grid;
  place-items: stretch;
  background: var(--page-bg-alt);
  overflow-x: hidden;
}
.page-shell {
  width: 100%;
  display: grid;
  gap: 8rem;
  padding-top: 0;
  padding-bottom: 6rem;
  padding-left: 0;
  padding-right: 0;
}
.site-footer,.hero,.content-section,.cta {
  width: var(--max-width);
  margin: 0 auto;
}
.site-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.site-header .brand {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--text-high);
}
.site-header .brand .brand-mark {
  display: grid;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  background: hsla(211,59%,66%,.12);
  box-shadow: inset 0 0 0 1px hsla(211,59%,66%,.3);
}
.site-header .site-nav {
  display: none;
  align-items: center;
  gap: 1.5rem;
  font-weight: 600;
  font-size: .95rem;
}
@media (min-width: 769px) {
  .site-header .site-nav {
    display: flex;
  }
}
@media (min-width: 769px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(248,249,251,.8);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--card-border);
  }
}
.mobile-fab {
  display: none;
}
.site-header .site-nav a {
  position: relative;
  padding-bottom: .2rem;
}
.site-header .site-nav a::after {
  content: "";
  position: absolute;
  inset: auto 0 -0.4rem;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 200ms ease;
}
.hamburger-btn {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 3rem;
  height: 3rem;
  background: rgba(0,0,0,0);
  border: none;
  cursor: pointer;
  padding: .5rem;
  z-index: 10;
  min-width: 44px;
  min-height: 44px;
}
.hamburger-line {
  width: 100%;
  height: 2px;
  background: var(--text-high);
  border-radius: 1px;
  transition: all .3s ease;
  transform-origin: center;
}
.hamburger-btn[aria-expanded=true] .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger-btn[aria-expanded=true] .hamburger-line:nth-child(2) {
  opacity: 0;
}
.hamburger-btn[aria-expanded=true] .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}
.hero {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.75rem;
  align-items: center;
}
.hero .hero-content {
  display: grid;
  gap: 1.5rem;
}
.hero .hero-content .eyebrow {
  font-size: .75rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
}
.hero .hero-content h1 {
  font-size: clamp(2.5rem,5vw,3.6rem);
  line-height: 1.1;
  font-family: "Manrope",sans-serif;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.hero .hero-content .hero-lede {
  max-width: 36ch;
  color: var(--text-mid);
  font-size: 1.05rem;
}
.hero .hero-content .hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.hero .hero-image {
  display: grid;
  place-items: center;
}
.hero .hero-image img {
  width: 100%;
  height: auto;
  max-width: 320px;
  border-radius: 50%;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--card-border);
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.content-section {
  display: grid;
  gap: 4rem;
}
.content-section .section-header {
  display: grid;
  gap: 1rem;
}
.content-section .section-header .eyebrow {
  font-size: .75rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  padding-top: 3rem;
}
.content-section .section-header h2 {
  font-size: clamp(2rem,3.6vw,2.8rem);
  line-height: 1.2;
  color: var(--text-high);
}
.content-section .section-header .section-lede {
  max-width: 52ch;
  color: var(--text-muted);
}
.content-section .card-grid {
  display: grid;
  gap: 1.8rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.content-section .card-grid .project-card {
  display: grid;
  gap: 1.1rem;
  padding: 2rem;
  border-radius: var(--radius-md);
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow-card);
  transition: transform 200ms ease,border 200ms ease;
}
.content-section .card-grid .project-card:hover,.content-section .card-grid .project-card:focus-within {
  transform: translateY(-6px);
  border-color: var(--card-border-strong);
}
.content-section .card-grid .project-card header {
  display: grid;
  gap: .25rem;
}
.content-section .card-grid .project-card header .project-type {
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--accent);
}
.content-section .card-grid .project-card header h3 {
  font-size: 1.35rem;
  color: var(--text-high);
}
.content-section .card-grid .project-card .project-media {
  position: relative;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: hsla(0,0%,100%,.04);
  border: 1px solid hsla(0,0%,100%,.08);
  aspect-ratio: 16/9;
  box-shadow: inset 0 0 0 1px rgba(8,12,28,.4);
}
.content-section .card-grid .project-card .project-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  filter: saturate(0.85) contrast(1.05);
}
.content-section .card-grid .project-card .project-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(5, 8, 22, 0.35));
  pointer-events: none;
}
.content-section .card-grid .project-card p {
  color: var(--text-mid);
  font-size: .98rem;
}
.carousel .indicator.active {
  background: var(--accent);
  border-color: var(--accent);
}
.project-card .project-media>.carousel {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.project-card .project-media .carousel-slides {
  display: flex;
  width: 100%;
  height: 100%;
}
.project-card .project-media .carousel-slides img {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}
.video-responsive iframe,.video-responsive object,.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.content-section .card-grid .project-card footer {
  margin-top: auto;
}
#skills {
  position: relative;
  overflow: hidden;
}
#skills::before {
  content: "";
  position: absolute;
  inset: -6rem -20vw;
  background: radial-gradient(circle at 50% 30%, var(--accent-glow), transparent);
  opacity: .6;
  filter: blur(60px);
  z-index: -1;
}
.skills-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  justify-content: center;
  justify-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
#skills .section-header {
  text-align: left;
}
#skills .section-header .section-lede {
  margin-left: 0;
  margin-right: 0;
  max-width: 52ch;
  font-weight: 700;
}
#about .section-header {
  text-align: left;
}
#about .section-header .section-lede {
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
}
#audiovisual .section-header {
  text-align: left;
}
#audiovisual .section-header .section-lede {
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
}
#web .section-header {
  text-align: left;
}
#web .section-header .section-lede {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
}
.skill-card {
  position: relative;
  display: grid;
  gap: 1.6rem;
  padding: 2.4rem;
  border-radius: var(--radius-md);
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  overflow: hidden;
  transition: transform 220ms ease,border 220ms ease,box-shadow 220ms ease;
}
.skill-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(131, 176, 225, 0.08), transparent);
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}
.skill-card:hover,.skill-card:focus-within {
  transform: translateY(-6px);
  border-color: var(--card-border-strong);
}
.skill-card:hover::after,.skill-card:focus-within::after {
  opacity: 1;
}
.skill-card__header {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.skill-card__heading {
  display: grid;
  gap: .35rem;
}
.skill-card__icon {
  display: grid;
  place-items: center;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(131, 176, 225, 0.25), transparent);
  border: 1px solid rgba(131,176,225,.35);
  color: var(--accent);
  font-size: 1.25rem;
}
.skill-card__eyebrow {
  font-size: .75rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
}
.skill-card__title {
  font-size: clamp(1.6rem,2.8vw,2.1rem);
  color: var(--text-high);
  font-weight: 700;
}
.skill-card__lede {
  color: var(--text-mid);
}
.skill-card__list {
  list-style: none;
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
}
.skill-card__item {
  display: flex;
  align-items: center;
  padding: .75rem 0;
}
.skill-card__label {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-weight: 600;
  color: var(--text-high);
}
.skill-card__label {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-weight: 600;
  color: var(--text-high);
}
.skill-card__label i {
  font-size: 1.1rem;
  color: var(--accent);
}
.skill-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 0;
  padding: 0;
}
.skill-list li {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .4rem .8rem;
  background: hsla(211,59%,66%,.1);
  border: 1px solid hsla(211,59%,66%,.2);
  border-radius: var(--radius-sm);
  font-size: .85rem;
  color: var(--text-mid);
  font-weight: 500;
}
.skill-list li i {
  color: var(--accent);
  font-size: .9rem;
}
.skill-list li .skill-icon {
  height: 1.2em;
  width: 1.2em;
  display: block;
  fill: #000;
}
.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  padding: 2.75rem 3rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(131, 176, 225, 0.12), rgba(113, 165, 222, 0.02));
  border: 1px solid hsla(211,59%,66%,.1);
  box-shadow: var(--shadow-soft);
}
.cta__content {
  max-width: 52ch;
}
.cta__content h2 {
  color: var(--text-high);
  font-size: clamp(1.8rem,3.2vw,2.2rem);
}
.cta__content p {
  color: var(--text-mid);
}
.cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}
.site-footer {
  display: flex;
  justify-content: center;
  color: var(--text-muted);
  font-size: .85rem;
}
.primary,.secondary,.button,.ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .87rem 1.9rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: .95rem;
  transition: transform 150ms ease,box-shadow 150ms ease;
}
.primary:hover,.primary:focus-visible,.secondary:hover,.secondary:focus-visible,.ghost:hover,.ghost:focus-visible {
  transform: translateY(-2px);
}
.primary {
  background: linear-gradient(120deg, var(--accent), var(--accent-strong));
  color: #fff;
  box-shadow: 0 12px 24px rgba(131,176,225,.2);
}
.primary:hover,.primary:focus-visible {
  box-shadow: 0 16px 32px rgba(131,176,225,.28);
}
.button {
  background: linear-gradient(120deg, var(--accent), var(--accent-strong));
  color: #fff;
  box-shadow: 0 12px 24px rgba(131,176,225,.2);
}
.button:hover,.button:focus-visible {
  box-shadow: 0 16px 32px rgba(131,176,225,.28);
}
.secondary {
  border: 1px solid var(--accent);
  color: var(--text-high);
  background: rgba(0,0,0,0);
}
.ghost {
  border: 1px solid var(--accent-strong);
  font-size: .85rem;
  padding: .65rem 1.4rem;
  color: var(--text-high);
}
.ghost:hover,.ghost:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
}
.icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  border: 1px solid #aecbeb;
  background: #fff;
  color: var(--text-high);
  transition: transform 150ms ease,border 150ms ease,color 150ms ease,box-shadow 150ms ease;
  min-width: 44px;
  min-height: 44px;
}
.icon-link svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: currentColor;
  display: block;
}
.icon-link:hover,.icon-link:focus-visible {
  transform: translateY(-2px);
  border-color: var(--accent);
  color: var(--accent);
  box-shadow: 0 0 0 8px rgba(131,176,225,.08);
}
.image-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease,visibility 300ms ease;
}
.image-modal[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.image-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(248,249,251,.9);
  backdrop-filter: blur(8px);
  cursor: pointer;
}
.image-modal__container {
  position: relative;
  max-width: 85vw;
  max-height: 85vh;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  transform: scale(0.9);
  transition: transform 300ms ease;
}
.image-modal[aria-hidden=false] .image-modal__container {
  transform: scale(1);
}
.image-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: hsla(0,0%,100%,.9);
  border: 1px solid var(--card-border);
  color: var(--text-high);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 200ms ease,border 200ms ease;
  z-index: 1001;
  min-width: 44px;
  min-height: 44px;
}
.image-modal__close:hover {
  background: #0f1423;
  border-color: var(--accent);
}
.image-modal__close svg {
  width: 1.2rem;
  height: 1.2rem;
  stroke: currentColor;
}
.image-modal__image {
  width: 100%;
  height: auto;
  max-height: 85vh;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.project-media img[data-modal] {
  cursor: pointer;
  transition: transform 200ms ease,filter 200ms ease;
}
.project-media img[data-modal]:hover {
  transform: scale(1.02);
  filter: saturate(1) contrast(1.1);
}
@media (max-width: 1040px) {
  .hero {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  :root {
    --max-width: calc(100% - 2rem);
  }
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .page-shell {
    gap: 6rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .site-header,.site-footer,.hero,.content-section,.cta {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .site-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 768px)and (max-width: 768px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(248,249,251,.8);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--card-border);
    padding: 1rem 1rem;
    margin: 0;
    width: 100%;
    -webkit-backdrop-filter: blur(8px);
  }
  body {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
  }
}
@media (max-width: 768px) {
  .hamburger-btn {
    display: flex;
  }
}
@media (max-width: 768px) {
  .site-header .site-nav {
    display: block;
  }
  .site-nav {
    display: block;
    position: absolute;
    top: 100%;
    left: 1rem;
    right: 1rem;
    background: rgba(248,249,251,.95);
    backdrop-filter: blur(12px);
    border: 1px solid var(--card-border);
    border-top: none;
    border-radius: 0 0 var(--radius-md) var(--radius-md);
    padding: 1.5rem;
    margin: 0;
    flex-direction: column;
    gap: 1rem;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .3s ease;
    z-index: 5;
    max-height: calc(100vh - 6rem);
    overflow-y: auto;
    box-shadow: var(--shadow-card);
  }
  .site-nav.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .site-nav a {
    padding: .75rem 1rem;
    text-align: center;
    border-radius: var(--radius-sm);
    transition: background-color 200ms ease,color 200ms ease;
  }
  body,p,h1,h2,h3,h4,h5,h6,.hero-lede,.project-card p,.skill-card__lede,.cta__content,.site-footer {
    text-align: center;
  }
  .cta {
    flex-direction: column;
    align-items: center;
  }
  .cta__content {
    text-align: center;
  }
  .cta__actions {
    justify-content: center;
  }
  .hero {
    padding-top: 2rem;
  }
  .hero .hero-content {
    text-align: center;
    align-items: center;
    justify-items: center;
  }
  .section-header {
    text-align: center;
  }
  .section-header .eyebrow,.section-header h2,.section-header .section-lede {
    margin-left: auto;
    margin-right: auto;
  }
  .project-card header,.skill-card__header,.skill-card__heading {
    text-align: center;
    justify-content: center;
  }
  .skill-card__header {
    flex-direction: column;
  }
  .skill-list {
    justify-content: center;
  }
  .hero .hero-content h1 {
    font-size: clamp(2.8rem,6vw,4rem);
  }
  .hero .hero-content .hero-lede {
    font-size: .95rem;
  }
  .hero .hero-content .hero-cta {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .hero .hero-content .hero-cta .primary,.hero .hero-content .hero-cta .secondary {
    width: 100%;
    max-width: 280px;
  }
  .section-header .section-lede {
    font-size: .95rem;
    padding-bottom: 2rem;
  }
  .cta__content p {
    font-size: .95rem;
  }
  .skills-grid {
    gap: 1.5rem;
  }
  .skill-card {
    padding: 2rem;
  }
  .image-modal__container {
    max-width: 95vw;
    max-height: 90vh;
    margin: 1rem;
  }
  .image-modal__close {
    top: .75rem;
    right: .75rem;
    width: 2rem;
    height: 2rem;
  }
  .image-modal__close svg {
    width: 1rem;
    height: 1rem;
  }
  .mobile-fab {
    position: fixed;
    bottom: 1.75rem;
    right: 1.75rem;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(120deg, var(--accent), var(--accent-strong));
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(131,176,225,.28);
    transition: transform 200ms ease,box-shadow 200ms ease,opacity 200ms ease,visibility 200ms ease;
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    min-width: 44px;
    min-height: 44px;
  }
  .mobile-fab.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .mobile-fab:hover,.mobile-fab:focus-visible {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 12px 32px rgba(131,176,225,.35);
  }
  .mobile-fab svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 768px)and (max-width: 480px) {
  .mobile-fab {
    bottom: 1.25rem;
    right: 1.25rem;
    width: 46px;
    height: 46px;
  }
  .mobile-fab svg {
    width: 16px;
    height: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after {
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
  }
}
.about-content {
  display: grid;
  gap: 1.5rem;
  max-width: 65ch;
  margin-left: auto;
  margin-right: auto;
}
.about-content p {
  color: var(--text-mid);
  font-size: 1.05rem;
  line-height: 1.7;
}
.section-lede {
  max-width: 65ch;
  margin-left: auto;
  margin-right: auto;
}
.about-separator {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.about-separator::before,.about-separator::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--text-mid);
  border-radius: 50%;
  display: block;
}
.about-separator {
  width: 6px;
  height: 6px;
  background-color: var(--text-mid);
  border-radius: 50%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .about-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .about-content p {
    font-size: .95rem;
  }
  .section-lede {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .section-lede {
    font-size: .95rem;
  }
  .section-lede-left-aligned {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}
.project-card footer a.hidden {
  display: none !important;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
    }
  }
}

/*# sourceMappingURL=style.css.map */