/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities;
:root {
  --bg: #fff;
  --bg-muted: #f7f7f7;
  --bg-accent: #fff8d3;
  --border: #d3d3d3;
  --ink: #100f11;
  --ink-heading: #212121;
  --ink-body: #5d5d5d;
  --ink-meta: #717171;
  --ink-icon: #262626;
  --ink-footer: #272727;
  --dot: #d9d9d9;
  --dot-active: #040204;
  --nav-top-bg: #fafafa;
  --nav-top-border: #e5e5e5;
  --nav-top-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  --nav-dock-bg: linear-gradient(145deg, #ffffff 0%, #fafafa 100%);
  --nav-dock-border: #e5e5e5;
  --nav-dock-shadow: 0 8px 32px rgba(0, 0, 0, 0.12),
    0 2px 8px rgba(0, 0, 0, 0.06),
    inset 0 1px 1px rgba(255, 255, 255, 0.9),
    inset 0 -1px 1px rgba(0, 0, 0, 0.03);
  --nav-dock-icon: var(--ink-meta);
  --nav-dock-icon-hover: var(--ink);
  --nav-dock-hover-bg: var(--bg-muted);
  --nav-dropdown-bg: #100f11;
  --radius-media: 30px;
  --radius-pill: 21px;
  --radius-note: 7px;
  --radius-thumb: 8px;
  --radius-nav-top: 37px;
  --radius-dock: 60px;
  --font: 'Work Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --fs-caption: 12px;
  --fs-body: 16px;
  --fs-body-lg: 20px;
  --fs-h3: 32px;
  --fs-h1: 44px;
  --sp-2: 10px;
  --sp-8: 55px;
  --sp-10: 100px;
  --edge: 16px;
  --max: 1440px;
  --content-max: 915px;
}
@media (min-width: 768px) {
  :root {
    --edge: 32px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  font-weight: 300;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
button {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
}
:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
  border-radius: 4px;
}
.wrap {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--edge);
}
.content {
  width: 100%;
  max-width: var(--content-max);
  margin: 0 auto;
}
.whitespace-preline {
  white-space: pre-line;
}
section[id] {
  scroll-margin-top: 100px;
}
.site-header {
  position: fixed;
  top: 48px;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  justify-content: center;
  padding: 0 var(--edge);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease-out;
}
.site-header.is-hidden {
  opacity: 0;
  transform: translateY(-24px);
  pointer-events: none;
}
.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(90vw, 915px);
  height: 55px;
  padding: 0 46px;
  background: var(--nav-top-bg);
  border: 1px solid var(--nav-top-border);
  border-radius: var(--radius-nav-top);
  box-shadow: var(--nav-top-shadow);
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: var(--fs-caption);
  font-weight: 600;
  letter-spacing: -0.12px;
  white-space: nowrap;
}
.brand-divider {
  width: 1px;
  height: 12px;
  background: var(--ink-meta);
  flex: none;
}
.brand-location {
  font-weight: 400;
  color: var(--ink-meta);
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.site-nav a {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  transition: opacity 0.2s ease;
}
.site-nav a:hover {
  opacity: 0.6;
}
.nav-toggle {
  display: none;
  width: 32px;
  height: 32px;
  position: relative;
  flex: none;
}
.nav-toggle span {
  position: absolute;
  left: 50%;
  width: 18px;
  height: 1.5px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.nav-toggle span:nth-child(1) {
  transform: translate(-50%, -4px);
}
.nav-toggle span:nth-child(2) {
  transform: translate(-50%, 4px);
}
body.nav-open .nav-toggle span:nth-child(1) {
  transform: translate(-50%, 0) rotate(45deg);
}
body.nav-open .nav-toggle span:nth-child(2) {
  transform: translate(-50%, 0) rotate(-45deg);
}
@media (max-width: 767px) {
  .site-header {
    top: 14px;
  }
  .site-header-inner {
    width: calc(100vw - 32px);
    height: 50px;
    padding: 0 18px;
    border-radius: 28px;
  }
  .nav-toggle {
    display: block;
  }
  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    z-index: 40;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    width: min(340px, 90vw);
    padding: 8px 0;
    background: var(--nav-dropdown-bg);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease-out, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .site-nav a {
    padding: 14px 20px;
    color: #fff;
  }
  .site-nav a:hover {
    opacity: 0.7;
    background: none;
  }
  body.nav-open .site-nav {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
  }
  .site-header-inner {
    position: relative;
  }
}
.dock-wrap {
  position: fixed;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transform: translateY(100px);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease-out;
}
.dock-wrap.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.dock {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: var(--nav-dock-bg);
  border: 1px solid var(--nav-dock-border);
  border-radius: var(--radius-dock);
  box-shadow: var(--nav-dock-shadow);
}
.dock-link {
  display: flex;
  align-items: center;
  width: 52px;
  height: 52px;
  padding: 0 16px;
  overflow: hidden;
  color: var(--nav-dock-icon);
  border-radius: 30px;
  transition: width 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s ease-out, color 0.3s ease-out;
}
.dock-link:hover, .dock-link:focus-visible {
  width: 132px;
  background: var(--nav-dock-hover-bg);
  color: var(--nav-dock-icon-hover);
}
.dock-icon {
  flex: none;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.dock-link:hover .dock-icon {
  transform: scale(1.05);
}
.dock-icon svg {
  width: 20px;
  height: 20px;
}
.dock-label {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.14px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.15s ease-out, transform 0.2s ease-out;
}
.dock-link:hover .dock-label {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.35s ease-out 0.15s, transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
}
.scroll-top-btn {
  position: fixed;
  bottom: 48px;
  right: 32px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: var(--nav-dock-icon);
  background: var(--nav-dock-bg);
  border: 1px solid var(--nav-dock-border);
  border-radius: 50%;
  box-shadow: var(--nav-dock-shadow);
  pointer-events: none;
  opacity: 0;
  transform: translateY(80px);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease-out, color 0.3s ease-out;
}
.scroll-top-btn.is-visible {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
.scroll-top-btn:hover {
  color: var(--nav-dock-icon-hover);
}
.scroll-top-btn svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .dock-wrap {
    bottom: 20px;
  }
  .dock-link {
    width: 44px;
    height: 44px;
    padding: 0 12px;
  }
  .dock-link:hover, .dock-link:focus-visible {
    width: 116px;
  }
  .scroll-top-btn {
    width: 44px;
    height: 44px;
    bottom: 26px;
    right: 20px;
  }
}
.hero {
  padding: 140px var(--edge) 0;
}
@media (min-width: 1024px) {
  .hero {
    padding-top: 230px;
  }
}
.hero-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  max-width: var(--max);
  margin: 0 auto;
  justify-content: center;
}
@media (min-width: 1024px) {
  .hero-grid {
    flex-direction: row;
    gap: 70px;
    align-items: center;
  }
}
.carousel {
  width: 100%;
  max-width: 454px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.carousel-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 454 / 543;
  border-radius: var(--radius-media);
  overflow: hidden;
  background: var(--bg-muted);
}
.carousel-track {
  display: flex;
  height: 100%;
  transition: transform 0.35s cubic-bezier(0.65, 0, 0.35, 1);
}
.carousel-slide {
  flex: 0 0 100%;
  height: 100%;
}
.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.carousel-arrow {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-icon);
  transition: opacity 0.2s ease;
}
.carousel-arrow:hover {
  opacity: 0.6;
}
.carousel-arrow svg {
  width: 20px;
  height: 20px;
}
.carousel-arrow.is-next svg {
  transform: rotate(180deg);
}
.carousel-caption {
  font-size: var(--fs-body);
  font-weight: 300;
  text-align: center;
  color: var(--ink);
  min-height: 1.5em;
}
.carousel-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 320px;
}
.carousel-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--dot);
  transition: background 0.2s ease;
}
.carousel-dots button.is-active {
  background: var(--dot-active);
}
.hero-copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 454px;
}
.hero-greeting {
  font-size: var(--fs-body-lg);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.29px;
  color: var(--ink);
}
.hero-bio {
  font-size: var(--fs-body);
  font-weight: 300;
  line-height: 1.5;
  color: var(--ink);
}
.hero-bio p + p {
  margin-top: 16px;
}
.hero-grid.no-photos {
  justify-content: center;
}
.hero-grid.no-photos .hero-copy {
  max-width: 640px;
  gap: 28px;
}
.hero-grid.no-photos .hero-greeting {
  font-size: clamp(var(--fs-body-lg), 4vw, var(--fs-h1));
  letter-spacing: -0.4px;
}
.hero-grid.no-photos .hero-bio {
  font-size: var(--fs-body-lg);
}
@media (min-width: 1024px) {
  .hero-grid.no-photos {
    padding: 0 6vw;
  }
}
.carousel.is-single .carousel-nav .carousel-arrow, .carousel.is-single .carousel-dots {
  display: none;
}
.carousel.is-single .carousel-nav {
  justify-content: center;
}
.section {
  width: 100%;
  padding: var(--sp-10) var(--edge) 0;
}
.section:last-of-type {
  padding-bottom: var(--sp-10);
}
.resume-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: var(--content-max);
  margin: 0 auto;
}
.resume-heading {
  font-size: var(--fs-h3);
  font-weight: 600;
  line-height: 1.09;
  letter-spacing: -0.29px;
}
.resume-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 35px;
  padding: 0 14px;
  background: var(--bg);
  color: var(--ink);
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  font-size: var(--fs-caption);
  transition: opacity 0.2s ease;
}
.resume-cta:hover {
  opacity: 0.85;
}
.resume-cta svg {
  width: 16px;
  height: 16px;
}
.resume-row {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: var(--content-max);
  margin: 0 auto;
  padding-top: var(--sp-8);
}
@media (min-width: 768px) {
  .resume-row {
    flex-direction: row;
    gap: var(--sp-8);
  }
}
.row-label {
  font-size: var(--fs-body);
  font-weight: 700;
  color: var(--ink-body);
  flex: none;
  width: 112px;
}
.row-body {
  display: flex;
  flex-direction: column;
  gap: 50px;
  flex: 1;
  min-width: 0;
}
.edu-entry {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.edu-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.edu-degree {
  font-size: var(--fs-body);
  font-weight: 700;
  color: var(--ink-heading);
  line-height: 1.4;
}
.edu-divider {
  width: 1px;
  height: 12px;
  background: var(--ink-meta);
}
.edu-grade {
  font-size: var(--fs-body);
  font-weight: 400;
  color: var(--ink-meta);
  line-height: 1.4;
}
.edu-institution {
  font-size: var(--fs-body);
  font-weight: 400;
  color: var(--ink-heading);
  line-height: 1.4;
}
.edu-note {
  width: 100%;
  text-align: left;
  background: var(--bg-accent);
  border-radius: var(--radius-note);
  padding: 16px;
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.edu-note-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.edu-note-label {
  font-size: var(--fs-caption);
  font-style: italic;
  color: var(--ink-heading);
}
.edu-note-toggle svg {
  width: 16px;
  height: 16px;
  color: var(--ink-icon);
  flex: none;
  transition: transform 0.25s ease;
}
.edu-note.is-open .edu-note-toggle svg {
  transform: rotate(180deg);
}
.edu-note-body {
  font-size: var(--fs-caption);
  color: var(--ink-body);
  line-height: 1.5;
  white-space: pre-line;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}
.edu-note.is-open .edu-note-body {
  max-height: 40em;
}
.exp-entry {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .exp-entry {
    flex-direction: row;
  }
}
.exp-logo {
  width: 60px;
  height: 60px;
  flex: none;
  background: var(--bg-muted);
  border-radius: var(--radius-thumb);
  overflow: hidden;
}
.exp-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.exp-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  min-width: 0;
}
.exp-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.exp-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.exp-role {
  font-size: var(--fs-body);
  font-weight: 700;
  color: var(--ink-heading);
  line-height: 1.4;
}
.exp-divider {
  width: 1px;
  height: 12px;
  background: var(--ink-meta);
  flex: none;
}
.exp-period {
  font-size: var(--fs-body);
  font-weight: 400;
  color: var(--ink-meta);
  white-space: nowrap;
  line-height: 1.4;
}
.exp-meta {
  font-size: var(--fs-body);
  font-weight: 400;
  color: var(--ink-heading);
  line-height: 1.4;
}
.exp-desc {
  font-size: var(--fs-body);
  font-weight: 400;
  color: var(--ink-body);
  line-height: 1.4;
  white-space: pre-line;
}
.exp-media {
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
}
.exp-media img {
  width: 167px;
  height: 108px;
  border-radius: var(--radius-thumb);
  object-fit: cover;
}
.tag-columns {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--ink-body);
  font-size: var(--fs-body);
}
.tag-columns p {
  line-height: 1.4;
}
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tag-chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 6px 14px;
  font-size: var(--fs-caption);
  color: var(--ink-heading);
}
.skills-block + .skills-block {
  margin-top: 40px;
}
.closing {
  background: var(--bg-muted);
  padding: 70px var(--edge) 170px;
  margin-top: var(--sp-10);
}
@media (max-width: 767px) {
  .closing {
    padding-bottom: 140px;
  }
}
.closing-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 55px;
  max-width: 542px;
  margin: 0 auto;
}
.closing-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}
.closing-headline {
  font-size: var(--fs-h3);
  font-weight: 600;
  line-height: 1.15;
  background: linear-gradient(180deg, var(--ink) 16%, #c8c8c8 123%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.closing-note {
  font-size: var(--fs-body);
  font-weight: 300;
  color: #474747;
  max-width: 500px;
  white-space: pre-line;
}
.closing-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 21px;
}
.closing-links a {
  color: var(--ink-icon);
  transition: opacity 0.2s ease;
}
.closing-links a:hover {
  opacity: 0.7;
}
.closing-links svg {
  width: 24px;
  height: 24px;
}
.closing-divider {
  width: 100%;
  max-width: 1003px;
  height: 1px;
  background: var(--border);
  margin: 0 auto;
}
.closing-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: var(--fs-caption);
  color: var(--ink-footer);
  text-align: center;
}
.closing-footer strong {
  font-weight: 600;
}
@media (max-width: 640px) {
  .carousel {
    max-width: 100%;
  }
  .row-label {
    width: auto;
  }
  .resume-cta {
    white-space: nowrap;
  }
}
@media (prefers-reduced-motion: reduce) {
  .carousel-track, .edu-note-body {
    transition: none;
  }
}
