:root {
  color-scheme: light;
  --yb-ink: #092d28;
  --yb-deep: #123f38;
  --yb-moss: #586f6b;
  --yb-sage: #7d917f;
  --yb-cream: #efe8df;
  --yb-paper: #ddd5ce;
  --stage-scale: 1;
}

html {
  background: var(--yb-paper);
  scroll-behavior: smooth;
}

body {
  background:
    linear-gradient(180deg, rgba(9, 45, 40, 0.08), rgba(9, 45, 40, 0)),
    var(--yb-paper);
  margin: 0;
  overflow: hidden !important;
}

._8OlyIw {
  justify-content: flex-start !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  scroll-behavior: smooth;
  scroll-padding: 0;
  scroll-snap-type: y mandatory;
}

._4KoDHA,
.ZRRuDw,
.KYQZFA {
  min-height: 100%;
}

.rGeu6w {
  isolation: isolate;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.rGeu6w::before {
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.16), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(9, 45, 40, 0.1));
  content: "";
  inset: 0;
  opacity: 0.55;
  pointer-events: none;
  position: absolute;
  transform: translate3d(0, calc(var(--roll, 0) * -16px), 0);
  transition: opacity 700ms ease, transform 900ms cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
}

.rGeu6w > div {
  position: relative;
  z-index: 2;
}

.responsive-portfolio {
  display: none;
}

@media (min-width: 901px) and (min-aspect-ratio: 4/5) {
  .rGeu6w {
    display: grid;
    place-items: center;
  }

  .rGeu6w > div {
    height: 768px;
    transform: scale(var(--stage-scale));
    transform-origin: center center;
    width: 1512px;
  }
}

.rGeu6w .fbzKiw {
  transition: background-color 700ms ease;
}

section[id="0"] .fbzKiw,
section[id="3"] .fbzKiw {
  background: #4b665f !important;
}

section[id="1"] .fbzKiw {
  background: #bfc0ae !important;
}

section[id="2"] .fbzKiw {
  background: #7f917e !important;
}

section[id="4"] .fbzKiw {
  background: #ddd5ce !important;
}

.rGeu6w ._8jGYJw {
  filter: contrast(1.05) saturate(1.04);
  transform: translate3d(0, calc(var(--roll, 0) * -18px), 0);
  transition:
    filter 700ms ease,
    opacity 700ms ease,
    transform 900ms cubic-bezier(0.19, 1, 0.22, 1);
}

.rGeu6w:not(.is-visible) ._8jGYJw {
  opacity: 0.72;
}

.rGeu6w .DF_utQ,
.rGeu6w .aF9o6Q,
.rGeu6w img {
  transition:
    filter 650ms ease,
    opacity 650ms ease,
    transform 750ms cubic-bezier(0.19, 1, 0.22, 1);
}

.rGeu6w:not(.is-visible) .DF_utQ {
  opacity: 0.86;
}

.rGeu6w img {
  filter: contrast(1.08) saturate(1.06);
}

.rGeu6w.is-visible img._7_i_XA {
  transform: scale(1.012);
}

.rGeu6w:hover img._7_i_XA {
  transform: scale(1.028);
}

.rGeu6w .a_GcMg {
  text-shadow: 0 2px 22px rgba(2, 24, 20, 0.22);
}

section[id="4"] img[src$=".png"] {
  filter: brightness(0.74) contrast(1.18) saturate(0.92);
}

section[id="4"] #LBK7hbT06Svdvldg .a_GcMg,
section[id="4"] #LB9D2C6Bh5rVzwlB .a_GcMg {
  color: #f7efe6 !important;
  text-shadow:
    0 3px 26px rgba(0, 24, 19, 0.74),
    0 1px 2px rgba(0, 24, 19, 0.42);
}

section[id="4"] #LBK7hbT06Svdvldg,
section[id="4"] #LB9D2C6Bh5rVzwlB {
  filter: drop-shadow(0 18px 32px rgba(0, 24, 19, 0.24));
}

.site-credit {
  align-items: center;
  background: rgba(9, 45, 40, 0.82);
  border: 1px solid rgba(239, 232, 223, 0.28);
  border-radius: 999px;
  bottom: max(14px, env(safe-area-inset-bottom));
  box-shadow: 0 18px 40px rgba(0, 24, 19, 0.2);
  color: var(--yb-cream);
  display: inline-flex;
  font: 600 13px/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  justify-content: center;
  letter-spacing: 0;
  padding: 10px 14px;
  position: fixed;
  right: max(16px, env(safe-area-inset-right));
  z-index: 50;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.section-rail {
  display: grid;
  gap: 10px;
  left: max(18px, env(safe-area-inset-left));
  position: fixed;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 49;
}

.section-dot {
  appearance: none;
  background: rgba(239, 232, 223, 0.54);
  border: 1px solid rgba(9, 45, 40, 0.2);
  border-radius: 999px;
  cursor: pointer;
  height: 10px;
  padding: 0;
  transition:
    background-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
  width: 10px;
}

.section-dot:hover,
.section-dot.is-active {
  background: var(--yb-cream);
  box-shadow: 0 0 0 4px rgba(9, 45, 40, 0.14);
  transform: scale(1.25);
}

.section-dot:focus-visible {
  outline: 2px solid var(--yb-cream);
  outline-offset: 4px;
}

@media (max-width: 900px), (max-aspect-ratio: 4/5) {
  body {
    overflow: hidden !important;
  }

  ._8OlyIw {
    -webkit-overflow-scrolling: touch;
    background: var(--yb-paper);
    scroll-snap-type: none;
  }

  .KYQZFA {
    display: none !important;
  }

  .responsive-portfolio {
    background: var(--yb-paper);
    color: var(--yb-ink);
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    min-height: 100svh;
    overflow: hidden;
    padding-bottom: calc(68px + env(safe-area-inset-bottom));
  }

  .responsive-portfolio * {
    box-sizing: border-box;
  }

  .responsive-section {
    padding: clamp(28px, 6svh, 64px) clamp(18px, 5vw, 48px);
    position: relative;
  }

  .responsive-section::before {
    background:
      linear-gradient(rgba(239, 232, 223, 0.17) 1px, transparent 1px),
      linear-gradient(90deg, rgba(239, 232, 223, 0.14) 1px, transparent 1px);
    background-size: 34px 34px;
    content: "";
    inset: 0;
    opacity: 0.18;
    pointer-events: none;
    position: absolute;
  }

  .responsive-section > * {
    position: relative;
    z-index: 1;
  }

  .responsive-inner,
  .responsive-hero__grid,
  .responsive-about__grid {
    margin: 0 auto;
    max-width: 860px;
    width: 100%;
  }

  .responsive-section .responsive-inner,
  .responsive-section .responsive-hero__grid,
  .responsive-section .responsive-about__grid {
    opacity: 0;
    transform: translateY(18px);
    transition:
      opacity 620ms ease,
      transform 720ms cubic-bezier(0.19, 1, 0.22, 1);
  }

  .responsive-section.is-responsive-visible .responsive-inner,
  .responsive-section.is-responsive-visible .responsive-hero__grid,
  .responsive-section.is-responsive-visible .responsive-about__grid {
    opacity: 1;
    transform: translateY(0);
  }

  .responsive-hero {
    align-items: center;
    background:
      linear-gradient(135deg, rgba(9, 45, 40, 0.92), rgba(88, 111, 107, 0.96)),
      var(--yb-moss);
    color: var(--yb-cream);
    display: grid;
    min-height: 100svh;
    padding-bottom: clamp(34px, 6svh, 72px);
    padding-top: calc(clamp(34px, 7svh, 78px) + env(safe-area-inset-top));
  }

  .responsive-hero__grid,
  .responsive-about__grid {
    display: grid;
    gap: 28px;
  }

  .responsive-eyebrow {
    color: rgba(239, 232, 223, 0.74);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin: 0 0 14px;
    text-transform: uppercase;
  }

  .responsive-title,
  .responsive-heading {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
  }

  .responsive-title {
    font-size: 4.7rem;
    line-height: 0.91;
  }

  .responsive-heading {
    color: inherit;
    font-size: 2.65rem;
    line-height: 1;
  }

  .responsive-lede,
  .responsive-copy,
  .responsive-card p,
  .responsive-list {
    font-size: 1rem;
    line-height: 1.58;
  }

  .responsive-lede {
    color: rgba(239, 232, 223, 0.88);
    font-weight: 600;
    margin: 18px 0 22px;
    max-width: 28rem;
  }

  .responsive-copy {
    margin: 18px 0 0;
  }

  .responsive-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .responsive-action {
    align-items: center;
    background: rgba(239, 232, 223, 0.12);
    border: 1px solid rgba(239, 232, 223, 0.34);
    border-radius: 8px;
    color: var(--yb-cream);
    display: inline-flex;
    font-size: 0.94rem;
    font-weight: 700;
    justify-content: center;
    min-height: 42px;
    padding: 0 14px;
    text-decoration: none;
  }

  .responsive-portrait,
  .responsive-about-photo {
    margin: 0;
    overflow: hidden;
  }

  .responsive-portrait {
    align-self: end;
    aspect-ratio: 1;
    border: 1px solid rgba(239, 232, 223, 0.28);
    border-radius: 8px;
    box-shadow: 0 24px 52px rgba(0, 24, 19, 0.26);
    max-width: 340px;
    width: min(100%, 340px);
  }

  .responsive-portrait img,
  .responsive-about-photo img,
  .responsive-experience img {
    display: block;
    filter: contrast(1.06) saturate(1.04);
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .responsive-about {
    background: #bfc0ae;
    color: #123f38;
  }

  .responsive-about-photo {
    aspect-ratio: 4 / 5;
    border-radius: 8px;
    min-height: 320px;
  }

  .responsive-panel {
    background: #123f38;
    color: var(--yb-cream);
  }

  .responsive-split {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .responsive-card {
    background: rgba(239, 232, 223, 0.09);
    border: 1px solid rgba(239, 232, 223, 0.2);
    border-radius: 8px;
    padding: 18px;
  }

  .responsive-card h3,
  .responsive-experience h3 {
    font-size: 1.05rem;
    line-height: 1.25;
    margin: 0 0 8px;
  }

  .responsive-card p,
  .responsive-experience p {
    margin: 0;
  }

  .responsive-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
  }

  .responsive-tags li {
    background: rgba(239, 232, 223, 0.13);
    border: 1px solid rgba(239, 232, 223, 0.21);
    border-radius: 999px;
    color: var(--yb-cream);
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1;
    padding: 9px 12px;
  }

  .responsive-list {
    margin: 12px 0 0;
    padding-left: 1.1rem;
  }

  .responsive-list li + li {
    margin-top: 6px;
  }

  .responsive-experiences {
    background: #4b665f;
    color: var(--yb-cream);
  }

  .responsive-experience-grid {
    display: grid;
    gap: 16px;
    margin-top: 24px;
  }

  .responsive-experience {
    background: rgba(9, 45, 40, 0.34);
    border: 1px solid rgba(239, 232, 223, 0.18);
    border-radius: 8px;
    overflow: hidden;
  }

  .responsive-experience img {
    aspect-ratio: 16 / 11;
  }

  .responsive-experience div {
    padding: 16px;
  }

  .responsive-contact {
    align-items: center;
    background:
      linear-gradient(rgba(9, 45, 40, 0.7), rgba(9, 45, 40, 0.74)),
      url("index_files/a997e47a0d96c77223b91cd103856c96.png") center / cover;
    color: var(--yb-cream);
    display: grid;
    min-height: 72svh;
    text-align: center;
  }

  .responsive-contact .responsive-heading {
    margin: 0 auto;
    max-width: 11ch;
  }

  .responsive-location {
    color: rgba(239, 232, 223, 0.88);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 16px 0 0;
  }

  .site-credit {
    bottom: max(10px, env(safe-area-inset-bottom));
    font-size: 12px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .section-rail {
    display: none;
  }
}

@media (max-width: 900px) and (min-width: 680px), (max-aspect-ratio: 4/5) and (min-width: 680px) {
  .responsive-hero__grid,
  .responsive-about__grid,
  .responsive-split {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.82fr);
  }

  .responsive-experience-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .responsive-title {
    font-size: 3.75rem;
  }

  .responsive-heading {
    font-size: 2.2rem;
  }

  .responsive-hero__grid,
  .responsive-about__grid {
    gap: 22px;
  }
}

@media (max-width: 380px) {
  .responsive-title {
    font-size: 3.25rem;
  }

  .responsive-heading {
    font-size: 2rem;
  }

  .responsive-section {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html,
  ._8OlyIw {
    scroll-behavior: auto;
  }

  .rGeu6w,
  .rGeu6w::before,
  .rGeu6w ._8jGYJw,
  .rGeu6w .DF_utQ,
  .rGeu6w .aF9o6Q,
  .rGeu6w img,
  .section-dot {
    transition: none !important;
  }

  .rGeu6w ._8jGYJw,
  .rGeu6w.is-visible img._7_i_XA,
  .rGeu6w:hover img._7_i_XA {
    transform: none;
  }
}
