@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;1,500&display=swap');

:root {
  --ink: #25241f;
  --muted: #69675f;
  --paper: #f7f3e9;
  --cream: #eee7d5;
  --lilac: #b992e4;
  --lilac-soft: #e8daf8;
  --green: #315c4d;
  --line: rgba(37,36,31,.18);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.site-header { height: 84px; display: flex; align-items: center; justify-content: space-between; width: min(1240px, calc(100% - 48px)); margin: auto; position: relative; z-index: 20; }
.wordmark { font-family: var(--serif); font-size: 30px; font-style: italic; font-weight: 500; letter-spacing: -2px; }
.wordmark span { color: var(--lilac); }
nav { display: flex; gap: 34px; font-size: 14px; }
nav a { position: relative; color: var(--muted); }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--ink); transition: right .25s; }
nav a:hover::after, nav a.active::after { right: 0; }
nav a.active { color: var(--ink); }
.menu-toggle { display: none; }

.hero { min-height: calc(100vh - 84px); display: grid; grid-template-columns: minmax(280px,.75fr) minmax(0,1.25fr); align-items: center; gap: clamp(56px,8vw,120px); padding-block: 50px 100px; position: relative; }
.hero-kicker { margin: 0 0 34px; font-family: var(--serif); font-size: clamp(48px,6vw,88px); letter-spacing: -5px; line-height: .95; }
.hero-kicker span { display: block; color: var(--lilac); font-size: 45px; letter-spacing: 0; }
.portrait-wrap { position: relative; width: min(100%,390px); justify-self: center; }
.portrait-shape { overflow: hidden; border-radius: 120px 120px 16px 16px; aspect-ratio: .73; box-shadow: 18px 18px 0 var(--lilac-soft); }
.portrait-shape img { width: 100%; height: 100%; object-fit: cover; object-position: 49% center; }
.orbit-dot { position: absolute; width: 12px; height: 12px; border: 2px solid var(--ink); border-radius: 50%; background: var(--paper); }
.dot-one { top: 18%; left: -26px; }
.dot-two { bottom: 10%; right: -35px; background: var(--lilac); }
.hero-copy .eyebrow { text-transform: uppercase; font-size: 11px; letter-spacing: .19em; color: var(--muted); }
h1 { font-family: var(--serif); font-size: clamp(48px,6vw,84px); line-height: .94; letter-spacing: -4px; margin: 12px 0 26px; font-weight: 500; }
h1 em, h2 em { color: var(--lilac); font-weight: inherit; }
.intro { font-size: clamp(16px,1.35vw,20px); line-height: 1.6; color: #4c4a44; max-width: 650px; }
.pills { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.pill, .year-pill { border: 1px solid var(--lilac); padding: 8px 14px; border-radius: 999px; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.scroll-cue { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); display: inline-flex; align-items: center; white-space: nowrap; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; color: var(--muted); }
.scroll-cue span { display: inline-grid; place-items: center; margin-left: 8px; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; }

.section-space { padding-block: 120px; }
.section-number { margin: 0 0 20px; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
h2 { margin: 0; font-family: var(--serif); font-size: clamp(43px,5vw,72px); line-height: 1.02; font-weight: 500; letter-spacing: -3px; }
.profile { border-top: 1px solid var(--line); }
.profile-card { max-width: 760px; margin: 70px auto 0; }
.profile-card > p { font-size: 24px; line-height: 1.5; margin: 0 0 50px; }
.contact-list { border-top: 1px solid var(--line); }
.contact-list a { display: flex; justify-content: space-between; padding: 19px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.contact-list span { color: var(--muted); }
.contact-list strong { font-weight: 500; transition: color .2s; }
.contact-list a:hover strong { color: #8c57c9; }
.cream-band { background: var(--cream); }
.education-list { max-width: 900px; margin: 70px auto 0; border-top: 1px solid var(--line); }
.education-list article { display: flex; gap: 24px; align-items: center; justify-content: space-between; padding: 25px 0; border-bottom: 1px solid var(--line); }
.education-list h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.education-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.year-pill { flex: none; min-width: 64px; text-align: center; padding: 7px 12px; }
.recognition { border-top: 1px solid var(--line); }
.recognition .section-heading > p:last-child { max-width: 590px; }
.recognition-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; margin: 70px auto 0; max-width: 1000px; }
.recognition-card { display: flex; min-height: 320px; flex-direction: column; padding: 30px; border: 1px solid var(--line); background: rgba(255,255,255,.22); }
.recognition-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.recognition-label { max-width: 270px; color: var(--ink); font-family: var(--serif); font-size: 22px; font-weight: 500; line-height: 1.2; letter-spacing: 0; }
.recognition-card h3 { margin: 52px 0 15px; font-family: var(--serif); font-size: clamp(27px,3vw,38px); font-weight: 700; line-height: 1.05; letter-spacing: -1px; }
.recognition-card p { margin: auto 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.section-heading.centered { max-width: 900px; margin-inline: auto; text-align: center; }
.experience { border-top: 1px solid var(--line); }
.experience .section-heading { max-width: 760px; }
.timeline { position: relative; display: grid; grid-template-columns: repeat(4,minmax(245px,1fr)); gap: 30px; margin-top: 100px; padding-bottom: 14px; overflow-x: auto; scrollbar-width: thin; }
.timeline::before { content: ""; position: absolute; top: 8px; left: 0; width: max(100%,1070px); height: 1px; background: var(--ink); }
.timeline article { position: relative; padding-top: 38px; }
.timeline-dot { position: absolute; top: 2px; left: 0; width: 13px; height: 13px; border-radius: 50%; background: var(--paper); border: 2px solid var(--ink); z-index: 2; }
.timeline article:nth-child(even) .timeline-dot { background: var(--lilac); }
.timeline time { display: inline-block; border: 1px solid var(--lilac); border-radius: 999px; padding: 6px 10px; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.timeline h3 { font-family: var(--serif); font-size: 21px; font-weight: 500; margin: 20px 0 4px; white-space: nowrap; }
.timeline p { color: var(--muted); margin: 0; font-size: 14px; }
.text-link { display: inline-flex; gap: 30px; border-bottom: 1px solid var(--ink); padding-bottom: 6px; font-size: 14px; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translate(3px,-3px); }
.resume-link { margin-top: 70px; }
.interests { background: var(--green); color: var(--paper); }
.centered > p:last-child { color: rgba(247,243,233,.65); margin: 22px auto 0; }
.interest-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 70px; border: 1px solid rgba(247,243,233,.25); }
.interest-grid a { display: flex; min-height: 240px; padding: 30px; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid rgba(247,243,233,.25); transition: background .25s, color .25s; }
.interest-grid a:last-child { border: 0; }
.interest-grid a:hover { background: var(--lilac-soft); color: var(--ink); }
.icon { width: 72px; height: 72px; margin-bottom: 24px; }
.icon svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.interest-grid strong { font-family: var(--serif); font-weight: 500; font-size: 21px; }
.interest-grid small { margin-top: 6px; opacity: .65; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
footer { background: var(--ink); color: var(--paper); padding: 90px 0 35px; }
footer .wrap { display: grid; grid-template-columns: 1fr auto; align-items: end; }
footer p { font-family: var(--serif); font-size: clamp(40px,6vw,78px); margin: 0; letter-spacing: -3px; }
footer a { font-size: 18px; border-bottom: 1px solid currentColor; padding-bottom: 7px; }
footer small { grid-column: 1 / -1; margin-top: 80px; color: #aaa79e; }

.page-hero { padding: 100px 0 90px; max-width: 900px; }
.page-hero .eyebrow { text-transform: uppercase; letter-spacing: .17em; font-size: 11px; color: var(--muted); }
.page-hero h1 { margin-bottom: 22px; }
.page-hero > p:last-child { font-size: 20px; line-height: 1.6; max-width: 700px; color: var(--muted); }
.subpage-main { min-height: 75vh; }
.content-band { padding-block: 80px 120px; }
.badge-band { padding-block: 80px 120px; background: var(--cream); }
.badge-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; padding-top: 28px; border-top: 1px solid var(--line); }
.badge-section-copy { max-width: 420px; }
.badge-section-copy > p { margin: 0 0 22px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.badge-profile-link { color: var(--ink); }
.badge-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; margin-top: 60px; }
.badge-card { position: relative; display: flex; min-height: 365px; flex-direction: column; overflow: hidden; padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.badge-card::after { content: ""; position: absolute; width: 190px; height: 190px; right: -70px; bottom: -85px; border: 1px solid currentColor; border-radius: 50%; opacity: .11; box-shadow: 0 0 0 22px transparent, 0 0 0 23px currentColor, 0 0 0 46px transparent, 0 0 0 47px currentColor; pointer-events: none; }
.badge-card:hover { transform: translateY(-4px); border-color: currentColor; box-shadow: 0 18px 42px rgba(37,36,31,.1); }
.badge-card:focus-visible { outline: 2px solid var(--lilac); outline-offset: 4px; }
.badge-microsoft { color: #426da9; }
.badge-aws { color: #a86116; }
.badge-google { color: #4d6c9e; }
.badge-card > * { position: relative; z-index: 1; }
.badge-card-top { display: contents; }
.badge-card time { order: 4; align-self: flex-start; margin-top: auto; color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.badge-card time.expired { color: #d62b2b; }
.badge-image { order: 0; align-self: center; width: 112px; height: 112px; object-fit: contain; filter: drop-shadow(0 8px 14px rgba(37,36,31,.09)); }
.badge-provider { order: 1; margin: 24px 0 0; color: var(--muted); font-size: 9px; line-height: 1.4; letter-spacing: .12em; text-transform: uppercase; }
.badge-card h3 { order: 2; margin: 9px 0 16px; color: var(--ink); font-family: var(--serif); font-size: clamp(20px,1.8vw,25px); font-weight: 600; line-height: 1.12; letter-spacing: -.7px; }
.badge-description { display: none; }
.badge-status { order: 5; align-self: flex-start; margin-top: 12px; padding: 6px 9px; border: 1px solid currentColor; border-radius: 999px; color: inherit; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.content-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.story-card { border: 1px solid var(--line); padding: 28px; min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; }
.story-card .tag { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); }
.story-card h2 { font-size: 31px; letter-spacing: -1px; margin: 24px 0 12px; }
.story-card p { color: var(--muted); line-height: 1.6; }
.story-card small { margin-top: 30px; }
.resume-sheet { background: #fffdf8; padding: clamp(28px,6vw,80px); margin-bottom: 120px; box-shadow: 0 20px 70px rgba(37,36,31,.08); }
.resume-top { display: flex; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); padding-bottom: 32px; }
.resume-top h2 { font-size: 45px; letter-spacing: -2px; }
.resume-top p { margin: 7px 0 0; color: var(--muted); }
.resume-top .resume-contact { text-align: right; font-size: 13px; line-height: 1.8; }
.resume-section { display: grid; grid-template-columns: 180px 1fr; gap: 40px; padding: 42px 0; border-bottom: 1px solid var(--line); }
.resume-section > h3 { margin: 0; font-size: 11px; text-transform: uppercase; letter-spacing: .15em; color: var(--muted); }
.resume-item + .resume-item { margin-top: 35px; }
.resume-item-head { display: flex; justify-content: space-between; gap: 20px; }
.resume-item h4 { font-family: var(--serif); font-size: 23px; font-weight: 500; margin: 0 0 5px; }
.resume-item h5 { font-size: 14px; margin: 0; }
.resume-item time { font-size: 11px; border: 1px solid var(--lilac); height: fit-content; padding: 6px 10px; border-radius: 999px; white-space: nowrap; }
.resume-item ul { padding-left: 18px; color: var(--muted); line-height: 1.65; font-size: 14px; }
.resume-subroles { margin-top: 32px; border-top: 1px solid var(--line); }
.resume-subrole { padding: 28px 0; border-bottom: 1px solid var(--line); }
.resume-subrole:last-child { padding-bottom: 0; border-bottom: 0; }
.resume-subrole h6 { margin: 0; font-family: var(--serif); font-size: 20px; font-weight: 500; line-height: 1.25; }
.subrole-head p { margin: 6px 0 0; color: var(--muted); font-size: 11px; letter-spacing: .04em; line-height: 1.5; }
.resume-subrole ul { margin-block: 16px 20px; }
.role-tools { display: grid; grid-template-columns: 132px 1fr; gap: 14px; align-items: start; margin-top: 20px; padding: 14px; border-radius: 6px; background: var(--cream); }
.role-tools > strong { padding-top: 6px; color: var(--muted); font-size: 9px; line-height: 1.4; letter-spacing: .12em; text-transform: uppercase; }
.tool-pills { display: flex; flex-wrap: wrap; gap: 7px; }
.tool-pills span { padding: 6px 9px; border: 1px solid var(--lilac); border-radius: 999px; background: var(--paper); font-size: 10px; line-height: 1.2; }
.leadership-section { background: linear-gradient(90deg, transparent, rgba(185,146,228,.08), transparent); }
.skill-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.skill-cloud span { padding: 8px 11px; background: var(--cream); border-radius: 4px; font-size: 12px; }
.hobby-section { padding: 90px 0; border-top: 1px solid var(--line); }
.hobby-section .hobby-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.hobby-number { font-family: var(--serif); font-size: 90px; color: var(--lilac); line-height: 1; }
.hobby-section h2 { font-size: 50px; }
.hobby-section p { color: var(--muted); line-height: 1.75; font-size: 17px; }
.hobby-links { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 24px 34px; }
.gallery-cat { --gallery-soft: #e8daf8; --gallery-deep: #cdb0ea; --gallery-ink: #51386e; }
.gallery-plants { --gallery-soft: #dfe9de; --gallery-deep: #9fbea9; --gallery-ink: #284b3f; }
.gallery-photography { --gallery-soft: #eee1cb; --gallery-deep: #cfb68d; --gallery-ink: #5a4730; }
.gallery-shell { padding-bottom: 120px; }
.gallery-intro { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding-top: 28px; margin-bottom: 42px; border-top: 1px solid var(--line); }
.gallery-intro p { margin: 0; color: var(--muted); line-height: 1.6; }
.gallery-intro .section-number { color: var(--ink); }
.art-carousel { min-width: 0; }
.art-carousel-track {
  display: flex;
  align-items: center;
  gap: clamp(16px,2.6vw,38px);
  height: clamp(360px,49vw,590px);
  padding: 34px clamp(8px,3vw,38px);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
}
.art-carousel-track::-webkit-scrollbar { display: none; }
.art-carousel-track.dragging { cursor: grabbing; scroll-snap-type: none; }
.art-frame {
  --frame-offset: 0;
  flex: 0 0 auto;
  height: 54%;
  overflow: hidden;
  background: var(--gallery-soft);
  box-shadow: 0 18px 45px rgba(37,36,31,.1);
  scroll-snap-align: center;
  transform: translateY(var(--frame-offset));
}
.art-frame img {
  display: block;
  width: auto;
  height: 100%;
  max-width: min(56vw,660px);
  object-fit: cover;
  pointer-events: none;
}
.art-frame.size-small { height: 34%; }
.art-frame.size-medium { height: 51%; }
.art-frame.size-large { height: 74%; }
.art-frame.size-wide { width: clamp(310px,39vw,550px); height: 48%; }
.art-frame.size-wide img { width: 100%; }
.art-frame.offset-high { --frame-offset: -8%; }
.art-frame.offset-low { --frame-offset: 8%; }
.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.carousel-position { color: var(--muted); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.carousel-buttons { display: flex; gap: 8px; }
.carousel-buttons button {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--gallery-deep);
  border-radius: 50%;
  background: transparent;
  color: var(--gallery-ink);
  cursor: pointer;
  font: inherit;
  transition: color .2s ease, background .2s ease, opacity .2s ease;
}
.carousel-buttons button:hover:not(:disabled) { color: var(--paper); background: var(--gallery-ink); }
.carousel-buttons button:disabled { cursor: default; opacity: .28; }
.travel-year + .travel-year { margin-top: 120px; }
.travel-year-heading { display: flex; justify-content: space-between; align-items: baseline; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.travel-year-heading h2 { font-size: clamp(58px,8vw,110px); color: var(--lilac); }
.travel-year-heading span { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); }
.travel-location { padding: 55px 0; border-bottom: 1px solid var(--line); }
.location-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 4px; }
.location-meta h3 { margin: 0; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.location-meta p { margin: 0; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.carousel-location .art-carousel-track { height: clamp(330px,44vw,530px); }
.music-hero { position: relative; }
.sound-wave { display: flex; align-items: center; gap: 5px; width: fit-content; height: 42px; margin-top: 34px; }
.sound-wave span { width: 3px; height: 12px; border-radius: 3px; background: var(--lilac); animation: sound-wave 1.25s ease-in-out infinite alternate; }
.sound-wave span:nth-child(2), .sound-wave span:nth-child(8) { height: 23px; animation-delay: -.6s; }
.sound-wave span:nth-child(3), .sound-wave span:nth-child(7) { height: 34px; animation-delay: -.25s; }
.sound-wave span:nth-child(4), .sound-wave span:nth-child(6) { height: 19px; animation-delay: -.85s; }
.sound-wave span:nth-child(5) { height: 40px; animation-delay: -.45s; }
@keyframes sound-wave { to { transform: scaleY(.45); opacity: .55; } }
.listening-room { padding-bottom: 120px; }
.music-section-heading { max-width: 760px; margin-bottom: 50px; }
.music-section-heading h2 { font-size: clamp(42px,5vw,68px); }
.music-feature-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; align-items: stretch; }
.music-panel { position: relative; padding: clamp(24px,3vw,40px); overflow: hidden; border: 1px solid var(--line); border-radius: 18px; }
.playlist-panel { background: var(--green); color: var(--paper); }
.playlist-panel:nth-child(2) { background: var(--lilac-soft); color: var(--ink); }
.playlist-panel::before { content: ""; position: absolute; width: 180px; height: 180px; top: -95px; right: -72px; border: 1px solid rgba(247,243,233,.2); border-radius: 50%; box-shadow: inset 0 0 0 24px rgba(247,243,233,.025), inset 0 0 0 48px rgba(247,243,233,.025); pointer-events: none; }
.playlist-panel:nth-child(2)::before { border-color: rgba(37,36,31,.13); box-shadow: inset 0 0 0 24px rgba(37,36,31,.02), inset 0 0 0 48px rgba(37,36,31,.02); }
.music-panel-top { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid currentColor; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; opacity: .68; }
.music-panel h3 { margin: 30px 0 9px; font-family: var(--serif); font-size: clamp(32px,4vw,50px); font-weight: 500; letter-spacing: -1.5px; }
.music-panel > p { min-height: 48px; margin: 0 0 26px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.playlist-panel:first-child > p { color: rgba(247,243,233,.72); }
.spotify-player { position: relative; z-index: 1; display: block; border: 0; border-radius: 12px; background: #121212; box-shadow: 0 0 0 8px rgba(255,255,255,.1), 0 18px 45px rgba(20,20,18,.16); }
.playlist-panel:nth-child(2) .spotify-player { box-shadow: 0 0 0 8px rgba(255,255,255,.28), 0 18px 45px rgba(37,36,31,.12); }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 850px) {
  .site-header { height: 70px; }
  .menu-toggle { display: grid; gap: 4px; background: none; border: 0; padding: 8px; }
  .menu-toggle span { width: 23px; height: 1px; background: var(--ink); transition: .2s; }
  nav { display: none; position: absolute; top: 62px; left: 0; right: 0; padding: 25px; background: var(--paper); border: 1px solid var(--line); flex-direction: column; gap: 22px; }
  nav.open { display: flex; }
  .hero { grid-template-columns: minmax(240px,.85fr) minmax(0,1.15fr); min-height: auto; gap: 50px; padding: 50px 0 100px; }
  .hero-kicker { margin-bottom: 28px; font-size: 65px; }
  .hero-copy h1 { font-size: 55px; }
  .badge-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .interest-grid { grid-template-columns: repeat(2,1fr); }
  .interest-grid a:nth-child(2) { border-right: 0; }
  .interest-grid a:nth-child(-n+2) { border-bottom: 1px solid rgba(247,243,233,.25); }
  .content-grid { grid-template-columns: 1fr; }
  .resume-section { grid-template-columns: 1fr; gap: 20px; }
  .music-feature-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .wrap, .site-header { width: min(100% - 30px, 1160px); }
  .hero { grid-template-columns: 1fr; gap: 34px; }
  .hero-kicker { font-size: 57px; letter-spacing: -4px; }
  .portrait-wrap { width: 72%; margin: auto; }
  .hero-copy h1 { font-size: 50px; letter-spacing: -3px; }
  .section-space { padding-block: 85px; }
  h2 { font-size: 44px; }
  .profile-card > p { font-size: 20px; }
  .badge-band { padding-block: 60px 85px; }
  .badge-section-heading { display: block; }
  .badge-section-copy { margin-top: 28px; }
  .badge-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .recognition-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .contact-list a { display: block; }
  .contact-list strong { display: block; margin-top: 6px; }
  .education-list article { align-items: flex-start; }
  .interest-grid { grid-template-columns: 1fr; }
  .interest-grid a { border-right: 0; border-bottom: 1px solid rgba(247,243,233,.25); }
  footer .wrap { grid-template-columns: 1fr; gap: 30px; }
  footer small { grid-column: auto; margin-top: 40px; }
  .resume-sheet { padding: 25px 20px; }
  .resume-top { display: block; }
  .resume-top .resume-contact { text-align: left; margin-top: 20px; }
  .resume-item-head { display: block; }
  .resume-item time { display: inline-block; margin-top: 12px; }
  .role-tools { grid-template-columns: 1fr; }
  .role-tools > strong { padding-top: 0; }
  .hobby-section .hobby-inner { grid-template-columns: 1fr; gap: 20px; }
  .listening-room { padding-bottom: 85px; }
  .music-section-heading { margin-bottom: 34px; }
  .music-feature-grid { gap: 15px; }
  .hobby-links, .gallery-intro { align-items: flex-start; flex-direction: column; }
  .gallery-shell { padding-bottom: 85px; }
  .art-carousel-track { height: 340px; gap: 18px; padding: 22px 5px; }
  .art-frame img { max-width: 78vw; }
  .art-frame.size-small { height: 38%; }
  .art-frame.size-medium { height: 55%; }
  .art-frame.size-large { height: 78%; }
  .art-frame.size-wide { width: 78vw; height: 51%; }
  .carousel-controls { padding-top: 13px; }
  .carousel-buttons button { width: 38px; height: 38px; }
  .travel-year + .travel-year { margin-top: 85px; }
  .travel-year-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .travel-location { padding: 40px 0; }
  .location-meta { align-items: flex-start; flex-direction: column; gap: 7px; }
  .carousel-location .art-carousel-track { height: 320px; }
}
