@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@600;700&family=Permanent+Marker&display=swap");

:root {
  --ink: #0d213f;
  --paper: #fffefc;
  --cream: #fff4dc;
  --pink: #fbf1f0;
  --serif: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { background: var(--paper); overflow-x: hidden; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--serif); }
img { display: block; max-width: 100%; }
a { color: inherit; }
.site-shell { min-height: 100vh; display: flex; flex-direction: column; }
.home-intro h1,
.intro-photo,
.bunny-sticker,
.intro-copy,
.education h2,
.education p,
.school-icons img,
.language-band h2,
.language-band p,
.home-closing .artwork,
.fish-pair img,
.closing-copy,
.about-banner img,
.about-banner::after,
.about-who img,
.about-who h1,
.about-who ol,
.journey-title h2,
.journey-title small,
.journey-node,
.experience-banner h1,
.experience-banner p,
.experience-banner em,
.experience-section h2,
.acc,
.experience-note,
.community-reflection,
.experience-certificate,
.portfolio-gallery,
.portfolio-image,
.footer-name,
.footer-icons,
.site-footer > div:last-child {
  opacity: 0;
  animation: page-fade-up .45s ease-out forwards;
}
.home-intro h1,
.home-intro .hero-visual,
.school-icons img,
.home-closing .artwork,
.about-banner img,
.about-banner::after,
.about-who img,
.journey-title h2,
.experience-banner h1,
.experience-section h2,
.experience-certificate,
.portfolio-image,
.footer-name {
  animation-delay: .03s;
}
.intro-copy,
.education h2,
.language-band h2,
.about-who h1,
.journey-title small,
.experience-banner p,
.acc,
.footer-icons {
  animation-delay: .11s;
}
.education p,
.language-band p,
.closing-copy,
.about-who ol,
.experience-banner em,
.experience-note,
.community-reflection,
.site-footer > div:last-child {
  animation-delay: .18s;
}
.topbar { position: sticky; top: 0; z-index: 10; min-height: 76px; display: grid; place-items: center; padding: 12px 18px; background: linear-gradient(100deg, rgba(251, 251, 248, .94) 0%, rgba(237, 244, 245, .95) 47%, rgba(181, 208, 221, .93) 100%); backdrop-filter: blur(14px); box-shadow: 0 10px 28px rgba(13, 33, 63, .08); }
.nav { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 10px 14px; border: 1px solid rgba(64, 89, 110, .12); border-radius: 999px; background: rgba(255, 255, 255, .55); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7); }
.nav a { padding: 9px 15px; border-radius: 999px; color: #171c21; font-size: 16px; font-weight: 700; letter-spacing: -.015em; text-decoration: none; white-space: nowrap; transition: background-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease; }
.nav a:hover, .nav a:focus-visible { background: rgba(255, 255, 255, .9); color: #10243f; box-shadow: 0 4px 12px rgba(13, 33, 63, .08); outline: none; transform: translateY(-1px); }
.nav a[aria-current="page"] { background: #fffdf8; color: #0f2d4f; box-shadow: 0 5px 14px rgba(13, 33, 63, .12); text-decoration: none; }
main { flex: 1; }
.about-page .topbar {
  position: sticky;
  box-shadow: 0 10px 28px rgba(13, 33, 63, .08);
  backdrop-filter: blur(14px);
  background: linear-gradient(100deg, rgba(251, 251, 248, .94) 0%, rgba(237, 244, 245, .95) 47%, rgba(181, 208, 221, .93) 100%);
}
.about-page .nav {
  gap: 14px;
  padding: 10px 14px;
  border: 1px solid rgba(64, 89, 110, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
}
.about-page .nav a {
  padding: 9px 15px;
  border-radius: 999px;
}
.about-page .nav a:hover,
.about-page .nav a:focus-visible {
  background: rgba(255, 255, 255, .9);
  color: #10243f;
  box-shadow: 0 4px 12px rgba(13, 33, 63, .08);
  transform: translateY(-1px);
}
.about-page .nav a[aria-current="page"] {
  background: #fffdf8;
  color: #0f2d4f;
  box-shadow: 0 5px 14px rgba(13, 33, 63, .12);
  text-decoration: none;
}
.site-footer { min-height: 118px; display: grid; place-content: center; justify-items: center; gap: 12px; padding: 32px 16px 22px; color: #526171; font-family: var(--sans); font-size: 10px; background: linear-gradient(180deg, rgba(238, 245, 246, 0) 0%, rgba(238, 245, 246, .85) 100%); }
.footer-name { color: #6f8194; font-size: 14px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: lowercase; transition: color .18s ease, transform .18s ease; }
.footer-name:hover, .footer-name:focus-visible { color: #153a5d; outline: none; transform: translateY(-1px); }
.footer-icons { display: flex; gap: 10px; align-items: center; }
.footer-icon { display: grid; place-items: center; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.footer-icon:hover, .footer-icon:focus-visible { outline: none; transform: translateY(-2px); }
.linkedin { width: 30px; height: 30px; border-radius: 50%; background: #087aaf; box-shadow: 0 6px 14px rgba(8, 122, 175, .24); color: white; font-size: 15px; font-weight: 700; }
.people { width: 34px; height: 30px; border-radius: 999px; border: 1px solid rgba(99, 106, 112, .2); background: rgba(255, 255, 255, .75); color: #1c2730; box-shadow: 0 6px 12px rgba(13, 33, 63, .08); }
.people svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.home-hero { min-height: 218px; display: flex; align-items: center; justify-content: center; background: linear-gradient(rgba(255, 255, 255, .62), rgba(255, 255, 255, .62)), center / cover no-repeat url("https://static.wixstatic.com/media/d626a2_d4503e49ad5f4dfb83c8b2e502c2a764~mv2.jpg/v1/fill/w_1200,h_400,fp_0.50_0.50,q_85,enc_auto/02adb1beb56fc11a7bd7c584b3f1ef3b.jpg"); }
.home-intro { display: grid; grid-template-columns: 1fr 150px; align-items: center; gap: 22px; width: min(calc(100% - 32px), 370px); }
.home-intro h1 { margin: 0; font-size: 37px; line-height: .96; text-align: center; }
.hero-visual { position: relative; }
.intro-photo { width: 150px; height: 158px; object-fit: cover; }
.bunny-sticker { position: absolute; z-index: 2; right: -30px; bottom: -40px; width: 120px; height: 120px; object-fit: contain; transform: rotate(15deg); animation: bunny-sticker-fade .45s ease-out .03s forwards; }
.education-zone { min-height: 278px; padding: 22px 0 24px; background: #f2f8fa; }
.education-grid { display: grid; grid-template-columns: 230px 365px; justify-content: center; align-items: start; gap: 28px; }
.education { padding-top: 5px; }
.education h2, .language-band h2 { margin: 0 0 10px; font-size: 27px; font-weight: 500; }
.education p { margin: 0; font-size: 13px; line-height: 1.08; font-weight: 700; }
.education p + p { margin-top: 16px; }
.school-icons { display: flex; align-items: center; gap: 25px; margin: 20px 0 0 27px; }
.school-icons img:first-child { width: 68px; height: 68px; object-fit: contain; transform: rotate(-15deg); animation: tc-sticker-fade .45s ease-out .03s forwards; }
.school-icons img:last-child { width: 63px; height: 63px; object-fit: contain; transform: rotate(15deg); animation: vandy-sticker-fade .45s ease-out .03s forwards; }
.intro-copy { padding: 11px 14px; background: white; font-size: 19px; font-weight: 700; letter-spacing: -.012em; line-height: 1.08; }
.intro-copy p { margin: 0; }.intro-copy p + p { margin-top: 17px; }
.language-band { min-height: 96px; display: grid; place-content: center; justify-items: center; background: linear-gradient(100deg, #bdd7e2, #f3f7f7 52%, #b9d4e0); }
.language-band h2 { margin: 0; }.language-band p { margin: 9px 0 0; font-size: 13px; font-weight: 700; }
.home-closing { min-height: 242px; display: grid; grid-template-columns: 250px 330px; justify-content: center; align-items: center; gap: 35px; background: repeating-linear-gradient(90deg, #fff 0 35px, #f1f7f9 35px 54px); }
.home-closing .artwork { width: 250px; height: 183px; object-fit: cover; }
.closing-copy { position: relative; max-width: 100%; font-size: 22px; font-style: italic; font-weight: 700; letter-spacing: -.018em; line-height: 1.08; text-align: center; }
.fish-pair { position: absolute; right: 12px; bottom: -132px; display: flex; flex-direction: column; align-items: flex-end; gap: 2px; }
.fish-pair img { width: 118px; height: auto; object-fit: contain; transform: rotate(4deg); }
.page-hero { width: min(calc(100% - 32px), 900px); margin: 0 auto; padding: 34px 26px; border: 1px solid rgba(74, 103, 122, .16); border-radius: 28px; background: linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(242, 248, 250, .96)); box-shadow: 0 20px 48px rgba(12, 29, 52, .08); text-align: center; }
.page-hero h1 { margin: 0; font-size: clamp(2.1rem, 4vw, 3.8rem); line-height: .98; }
.page-hero p:last-child { max-width: 700px; margin: 14px auto 0; color: #3d536a; font-size: 17px; line-height: 1.55; }
.eyebrow { margin: 0 0 12px; color: #5d7688; font-family: "Permanent Marker", "Marker Felt", cursive; font-size: 15px; letter-spacing: .08em; text-transform: uppercase; }
.about-banner {
  position: relative;
  isolation: isolate;
  min-height: 285px;
  display: grid;
  place-items: center;
  padding: 10px 24px 16px;
  background: linear-gradient(180deg, #d7e5ef 0%, #e8f1f6 100%);
  overflow: hidden;
}
.about-banner img {
  width: min(calc(100vw - 280px), 560px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(21, 35, 52, .08));
}
.about-banner::after {
  content: "About Me";
  position: absolute;
  top: 46%;
  left: 42%;
  z-index: 1;
  color: #101010;
  font-family: "Permanent Marker", "Marker Felt", "Comic Sans MS", cursive;
  font-size: clamp(1.8rem, 3vw, 3.1rem);
  letter-spacing: .025em;
  line-height: 1;
  white-space: nowrap;
  transform: translate(-50%, -50%) rotate(-2deg);
  text-shadow: 0 1px 0 rgba(255, 255, 255, .35);
  text-align: center;
}
.about-who { min-height: 215px; display: grid; grid-template-columns: 160px 475px; justify-content: center; align-items: center; gap: 18px; }.about-who img { width: 160px; height: 182px; object-fit: cover; }.about-who h1 { margin: 0 0 14px; font-size: 32px; line-height: 1; }.about-who ol { margin: 0; padding-left: 20px; color: #5c6b7f; font-size: 13px; font-weight: 700; line-height: .95; }
.journey-title { height: 74px; display: grid; place-content: center; justify-items: center; background: center / cover no-repeat url("https://static.wixstatic.com/media/d626a2_e482d5a397f14313b07c8c8f75b184dd~mv2.jpg/v1/fill/w_1858,h_200,fp_0.50_0.50,q_85,enc_auto/d626a2_e482d5a397f14313b07c8c8f75b184dd~mv2.jpg"); }.journey-title h2 { margin: 0; color: #000; font-family: "Comic Sans MS", cursive; font-size: 27px; font-style: italic; transform: rotate(-3deg); }.journey-title small { margin-top: 3px; color: #273249; font-size: 8px; }
.journey { min-height: 468px; padding: 55px 0 25px; background: var(--pink); }.journey-map { position: relative; width: 570px; min-height: 370px; margin: 0 auto; }.journey-card { position: absolute; width: 95px; padding: 8px; background: #f5fbf8; background-image: linear-gradient(#d7e7eb 1px, transparent 1px), linear-gradient(90deg, #d7e7eb 1px, transparent 1px); background-size: 7px 7px; font-size: 8px; color: #1d2431; }.journey-card h3 { margin: 0 0 5px; font-size: 14px; color: #111; }.journey-card img { width: 77px; height: 61px; margin: 4px auto; object-fit: cover; }.journey-card p { margin: 0; font-size: 7px; line-height: .96; font-weight: 700; }
.journey { padding: 46px 20px 70px; }
.journey-flow { width: min(100%, 1180px); margin: 0 auto; }
.flow-main-row { display: flex; align-items: center; justify-content: center; gap: 24px; }
.flow-card { display: block; width: min(100%, 240px); height: auto; }
.journey-node { position: relative; padding: 7px 7px 31px; border: 2px dashed rgba(78, 95, 109, .38); border-radius: 18px; background: rgba(255, 253, 248, .82); box-shadow: 0 6px 0 rgba(109, 128, 138, .16), 0 11px 19px rgba(39, 55, 67, .09); color: inherit; cursor: pointer; font: inherit; transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.journey-node:hover, .journey-node:focus-visible { border-color: rgba(37, 72, 91, .58); box-shadow: 0 9px 0 rgba(109, 128, 138, .18), 0 17px 26px rgba(39, 55, 67, .14); transform: translateY(-7px) rotate(-1deg); outline: none; }
.journey-node:focus-visible { filter: drop-shadow(0 0 0.75rem rgba(15, 33, 63, .35)); }
.journey-node img { display: block; width: 100%; height: auto; }
.journey-node span { position: absolute; right: -7px; bottom: -9px; padding: 1px 10px 3px; border: 1px solid rgba(78, 95, 109, .23); border-radius: 999px; background: #fffaf0; color: #425d6d; font-family: "Caveat", "Bradley Hand", cursive; font-size: 20px; font-weight: 700; letter-spacing: .015em; line-height: 1; box-shadow: 0 3px 8px rgba(39, 55, 67, .1); transform: rotate(-3deg); white-space: nowrap; }
.flow-card-large { width: 250px; }
.flow-branches { display: grid; gap: 16px; width: 240px; }
.flow-arrow { display: block; width: 52px; height: auto; object-fit: contain; }
.flow-arrow-right { transform: rotate(-90deg); }
.branch-arrow-set { position: relative; width: 52px; height: 1px; align-self: center; justify-self: center; }
.branch-arrow-set .flow-arrow { position: absolute; left: 0; width: 52px; }
.branch-arrow-center { top: -26px; transform: rotate(-90deg); }
.branch-arrow-top { top: -106px; transform: rotate(-135deg); }
.branch-arrow-bottom { top: 54px; transform: rotate(-45deg); }
.flow-future-row { display: flex; flex-direction: column; align-items: center; width: 240px; margin: 20px 0 0 auto; }
.flow-arrow-down { width: 66px; margin: 0 0 10px; }
.flow-card-future { width: 260px; }
.journey-dialog { width: min(calc(100% - 32px), 620px); border: 0; border-radius: 24px; padding: 44px 48px; color: var(--ink); background: #fffdf8; box-shadow: 0 30px 90px rgba(10, 25, 45, .32); }
.journey-dialog::backdrop { background: rgba(10, 25, 45, .42); backdrop-filter: blur(4px); }
.journey-dialog-close { position: absolute; top: 14px; right: 17px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: #e8f2f5; color: var(--ink); cursor: pointer; font-size: 25px; line-height: 1; }
.journey-dialog-kicker { margin: 0 0 8px; color: #607688; font-family: "Permanent Marker", "Marker Felt", cursive; font-size: 16px; }
.journey-dialog h2 { margin: 0; font-size: clamp(1.8rem, 4vw, 2.7rem); line-height: 1.04; }
.journey-dialog p:last-child { margin: 18px 0 0; color: #334763; font-size: 18px; line-height: 1.5; white-space: pre-line; }
.j1 { left: 23px; top: 0; }.j2 { left: 185px; top: 0; }.j3 { left: 335px; top: -20px; width: 105px; }.j4 { left: 335px; top: 57px; width: 105px; }.j5 { left: 335px; top: 132px; width: 105px; }.j6 { left: 370px; top: 238px; width: 125px; }.journey-arrow { position: absolute; color: #e9e88e; font-size: 38px; font-family: var(--sans); }.a1 { left: 125px; top: 27px; }.a2 { left: 287px; top: 27px; }.a3 { left: 291px; top: 93px; transform: rotate(23deg); }.a4 { left: 412px; top: 185px; transform: rotate(90deg); }.journey-note { position: absolute; width: 175px; left: 453px; top: 5px; font-size: 7px; line-height: .95; color: #273249; }.journey-note.bottom { left: 500px; top: 290px; }
.experience-banner { position: relative; isolation: isolate; min-height: 105px; padding: 16px 20px; text-align: center; background: center / cover no-repeat url("https://static.wixstatic.com/media/d626a2_16719691295a4ad0b6b7a229ba8cce19~mv2.jpg/v1/fill/w_1920,h_309,fp_0.50_0.50,q_85,enc_auto/bb482aa02eb811825956c557336543a7_edited.jpg"); }.experience-banner::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(255, 252, 245, .68); }.experience-banner h1 { margin: 0; font-size: 25px; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }.experience-banner p { max-width: 610px; margin: 10px auto 0; font-size: 8px; line-height: 1.15; }.experience-banner em { display: block; margin-top: 7px; font-size: 8px; }
.experience-grid { width: min(calc(100% - 32px), 600px); display: grid; grid-template-columns: 280px 280px; gap: 28px; margin: 45px auto 0; }.experience-column { display: grid; align-content: start; gap: 20px; }.experience-section h2 { margin: 0; padding: 7px 12px; background: repeating-linear-gradient(0deg, #f7fbfb 0 4px, #e5f1f2 4px 5px); color: #151515; font-family: var(--sans); font-size: 17px; }.acc { overflow: hidden; margin: 10px 6px 0; border: 1px solid #e6dac4; border-radius: 7px; background: var(--cream); box-shadow: 0 3px 9px rgba(64, 50, 27, .08); transition: box-shadow .2s ease, transform .2s ease; }.acc summary { display: flex; justify-content: space-between; list-style: none; padding: 12px; background: var(--cream); color: #42392f; font-family: var(--sans); font-size: 12px; cursor: pointer; transition: background .2s ease, color .2s ease; }.acc summary:hover { background: #f9edcf; color: #1c3957; }.acc summary span { color: #6b7e98; font-weight: 700; }.acc summary::-webkit-details-marker { display: none; }.acc p, .acc ul { margin: 0; padding: 10px; background: var(--cream); color: #2f2f2f; font-family: var(--sans); font-size: 9px; line-height: 1.25; }.acc ul { padding: 0 10px 10px 22px; }.acc[open] { border-color: #d6c59f; box-shadow: 0 7px 18px rgba(64, 50, 27, .13); }.acc[open] summary { border-bottom: 1px solid #dbeaf1; font-weight: 700; }.experience-note, .community-reflection { max-width: 560px; margin: 12px auto 0; color: #132d4d; font-family: var(--sans); font-size: 8px; font-style: italic; line-height: 1.3; text-align: center; }.experience-note strong { padding: 0 2px; background: #e8ef9a; font-style: normal; }.community-reflection { margin-top: 14px; }.research { width: auto; margin: 0; }
.acc h3 { margin: 0; padding: 10px 10px 0; background: var(--cream); color: #2f2f2f; font-family: var(--sans); font-size: 10px; line-height: 1.25; text-decoration: underline; }.acc .experience-role { background: #dbeff6; }
.certificate-panel { padding: 20px 10px; background: var(--cream); }.experience-certificate { display: block; box-sizing: border-box; width: min(100%, 510px); height: auto; margin: 0 auto; background: #fffef9; border: 1px solid #d6d1bb; }
.experience-documents { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 18px 18px 0; background: var(--cream); }.experience-documents a { display: block; padding: 14px 8px; border: 1px solid #7893d1; border-radius: 12px; background: linear-gradient(135deg, #b9caf7, #8da9ec); box-shadow: 0 5px 0 #718bc5, 0 8px 14px rgba(65, 86, 130, .2); color: #172946; font-family: Georgia, serif; font-size: 16px; font-weight: 700; line-height: 1.05; text-align: center; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; transition: transform .18s ease, box-shadow .18s ease; }.experience-documents a:hover { transform: translateY(-2px); box-shadow: 0 7px 0 #718bc5, 0 12px 18px rgba(65, 86, 130, .24); }.experience-document-note { padding-bottom: 18px !important; color: #6a6255 !important; font-size: 8px !important; font-style: italic; line-height: 1.35 !important; text-align: center; }
.blank-page { min-height: 300px; }
.portfolio-page, .philosophy-page { display: grid; gap: 28px; padding: 34px 24px 64px; }
.portfolio-page { min-height: 310px; align-content: start; justify-items: center; background: linear-gradient(180deg, #fcfdfc 0%, #f6fafb 100%); }
.portfolio-hero { background: linear-gradient(135deg, rgba(255, 254, 251, .95), rgba(231, 242, 247, .95)); }
.portfolio-gallery { width: min(100%, 860px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: start; }
.portfolio-image { width: 100%; height: auto; object-fit: cover; margin: 0; border: 1px solid rgba(66, 90, 116, .08); border-radius: 18px; box-shadow: 0 16px 36px rgba(10, 25, 45, .12); }
.portfolio-image:first-child { aspect-ratio: 394 / 712; }
.portfolio-image-tall { aspect-ratio: 820 / 1536; object-fit: contain; object-position: top center; background: #fff; }
.philosophy-page { min-height: 540px; align-content: center; background: radial-gradient(circle at top, rgba(221, 238, 241, .72), transparent 45%), linear-gradient(180deg, #fffdf8 0%, #f8fbfc 100%); }
.philosophy-hero { background: linear-gradient(135deg, rgba(255, 247, 236, .95), rgba(235, 245, 248, .95)); }
.philosophy-card { width: min(calc(100% - 32px), 760px); margin: 0 auto; padding: 30px 28px; border-radius: 24px; background: rgba(255, 255, 255, .86); box-shadow: 0 16px 38px rgba(13, 33, 63, .08); text-align: center; }
.philosophy-card h2 { margin: 0; font-size: clamp(1.6rem, 3vw, 2.4rem); }
.philosophy-card p { margin: 14px auto 0; max-width: 650px; color: #40566c; font-size: 17px; line-height: 1.6; }

@keyframes page-fade-up {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bunny-sticker-fade {
  from {
    opacity: 0;
    transform: translateY(12px) rotate(15deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(15deg);
  }
}

@keyframes tc-sticker-fade {
  from {
    opacity: 0;
    transform: translateY(12px) rotate(-15deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(-15deg);
  }
}

@keyframes vandy-sticker-fade {
  from {
    opacity: 0;
    transform: translateY(12px) rotate(15deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(15deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .home-intro h1,
  .intro-photo,
  .bunny-sticker,
  .intro-copy,
  .education h2,
  .education p,
  .school-icons img,
  .language-band h2,
  .language-band p,
  .home-closing .artwork,
  .fish-pair img,
  .closing-copy,
  .about-banner img,
  .about-banner::after,
  .about-who img,
  .about-who h1,
  .about-who ol,
  .journey-title h2,
  .journey-title small,
  .journey-node,
  .experience-banner h1,
  .experience-banner p,
  .experience-banner em,
  .experience-section h2,
  .acc,
  .experience-note,
  .community-reflection,
  .experience-certificate,
  .portfolio-gallery,
  .portfolio-image,
  .footer-name,
  .footer-icons,
  .site-footer > div:last-child {
    opacity: 1;
    animation: none;
  }
}

/* Large-screen presentation: mirrors the intentionally oversized Wix layout. */
@media (min-width: 1000px) {
  .topbar { min-height: 155px; padding: 18px 32px; }
  .nav { gap: 28px; padding: 18px 26px; }
  .nav a { padding: 15px 24px; font-size: 34px; }
  .site-footer { min-height: 240px; font-size: 16px; gap: 16px; }
  .footer-name { font-size: 25px; }
  .linkedin { width: 52px; height: 52px; font-size: 28px; }
  .people { width: 58px; height: 52px; }
  .people svg { width: 34px; height: 34px; }

  .home-hero { min-height: 565px; }
  .home-intro { width: min(calc(100% - 120px), 1280px); grid-template-columns: minmax(0, 1fr) 370px; gap: 60px; }
  .home-intro h1 { font-size: 90px; }
  .intro-photo { width: 405px; height: 405px; }
  .bunny-sticker { right: -115px; bottom: -90px; width: 250px; height: 250px; }
  .education-zone { min-height: 690px; padding: 55px 0; }
  .education-grid { grid-template-columns: 470px 810px; gap: 70px; }
  .education { padding-top: 25px; }
  .education h2, .language-band h2 { margin-bottom: 24px; font-size: 57px; }
  .education p { font-size: 25px; }
  .education p + p { margin-top: 30px; }
  .school-icons { gap: 52px; margin: 45px 0 0 48px; }
  .school-icons img:first-child { width: 145px; height: 145px; object-fit: contain; }
  .school-icons img:last-child { width: 132px; height: 132px; }
  .intro-copy { padding: 36px 44px; font-size: 40px; }
  .intro-copy p + p { margin-top: 38px; }
  .language-band { min-height: 225px; }
  .language-band p { margin-top: 20px; font-size: 25px; }
  .home-closing { min-height: 700px; grid-template-columns: 600px 740px; gap: 75px; }
  .home-closing .artwork { width: 600px; height: 445px; }
  .closing-copy { align-self: center; font-size: 43px; line-height: 1.1; }
  .fish-pair { right: 20px; bottom: -205px; gap: 6px; }
  .fish-pair img { width: 270px; height: auto; }

  .page-hero { width: min(calc(100% - 120px), 1280px); padding: 56px 70px; border-radius: 40px; }
  .page-hero h1 { font-size: 76px; }
  .page-hero p:last-child { margin-top: 24px; font-size: 28px; }
  .eyebrow { margin-bottom: 18px; font-size: 24px; }

  .about-banner { min-height: 390px; padding: 18px 48px 26px; }
  .about-page .topbar { min-height: 155px; }
  .about-page .nav { gap: 28px; padding: 18px 26px; }
  .about-page .nav a { padding: 15px 24px; font-size: 34px; }
  .about-banner img { width: min(calc(100vw - 620px), 760px); }
  .about-banner::after { font-size: clamp(2.5rem, 3.2vw, 4rem); }
  .about-who { min-height: 510px; grid-template-columns: 360px 980px; gap: 42px; }
  .about-who img { width: 360px; height: 412px; }
  .about-who h1 { margin-bottom: 28px; font-size: 65px; }
  .about-who ol { padding-left: 42px; font-size: 26px; }
  .journey-title { height: 165px; }
  .journey-title h2 { font-size: 56px; }
  .journey-title small { font-size: 17px; }
  .journey { min-height: 1090px; padding: 100px 0 55px; }
  .journey-map { width: 1710px; min-height: 1110px; transform: scale(.76); transform-origin: top center; margin-bottom: -265px; }
  .journey-card { width: 285px; padding: 24px; background-size: 21px 21px; font-size: 24px; }
  .journey-card h3 { margin-bottom: 15px; font-size: 42px; }
  .journey-card img { width: 231px; height: 183px; margin: 12px auto; }
  .journey-card p { font-size: 21px; }
  .j1 { left: 69px; top: 0; }.j2 { left: 555px; top: 0; }.j3 { left: 1005px; top: -60px; width: 315px; }.j4 { left: 1005px; top: 171px; width: 315px; }.j5 { left: 1005px; top: 396px; width: 315px; }.j6 { left: 1110px; top: 714px; width: 375px; }
  .journey-arrow { font-size: 114px; }.a1 { left: 375px; top: 81px; }.a2 { left: 861px; top: 81px; }.a3 { left: 873px; top: 279px; }.a4 { left: 1236px; top: 555px; }
  .journey-note { width: 525px; left: 1359px; top: 15px; font-size: 21px; }.journey-note.bottom { left: 1500px; top: 870px; }
  .journey { min-height: 930px; padding: 85px 60px 110px; }
  .journey-flow { width: min(100%, 1700px); display: grid; grid-template-columns: 330px 105px 330px 125px 370px; align-items: start; justify-content: center; }
  .flow-main-row { display: contents; }
  .flow-card-large { width: 330px; align-self: center; }
  .flow-branches { grid-column: 5; align-self: start; width: 370px; gap: 25px; }
  .flow-card { width: min(100%, 370px); }
  .flow-arrow { width: 88px; align-self: center; justify-self: center; }
  .branch-arrow-set { width: 88px; }
  .branch-arrow-set .flow-arrow { width: 88px; }
  .branch-arrow-center { top: -44px; }
  .branch-arrow-top { top: -180px; }
  .branch-arrow-bottom { top: 92px; }
  .flow-future-row { grid-column: 5; width: 370px; margin: 35px 0 0; }
  .flow-arrow-down { width: 108px; margin-bottom: 18px; }
  .flow-card-future { width: 390px; }
  .journey-node { padding: 10px 10px 43px; }
  .journey-node span { font-size: 28px; }

  .experience-banner { min-height: 230px; padding: 26px 48px; }
  .experience-banner h1 { font-size: 55px; }
  .experience-banner p { max-width: 1320px; margin-top: 16px; font-size: 17px; }
  .experience-banner em { margin-top: 14px; font-size: 16px; }
  .experience-grid { width: min(calc(100% - 80px), 1320px); grid-template-columns: 620px 620px; gap: 60px; margin-top: 75px; }
  .experience-column { gap: 40px; }
  .experience-section h2 { padding: 14px 24px; font-size: 35px; }
  .acc { margin: 18px 12px 0; }
  .acc summary { padding: 22px; font-size: 23px; }
  .acc p, .acc ul { padding: 18px; font-size: 17px; }
  .acc ul { padding: 0 18px 18px 42px; }
  .experience-note, .community-reflection { max-width: 620px; margin-top: 20px; font-size: 13px; }.community-reflection { margin-top: 18px; }
  .acc h3 { padding: 18px 18px 0; font-size: 18px; }
  .certificate-panel { padding: 42px 36px 54px; }.experience-certificate { width: min(100%, 560px); }
  .experience-documents { grid-template-columns: repeat(2, minmax(0, 185px)); justify-content: center; gap: 24px; padding: 32px 36px 0; }.experience-documents a { padding: 17px 12px; border-radius: 14px; font-size: 21px; }.experience-document-note { padding: 18px 54px 30px !important; font-size: 13px !important; }
  .research { width: auto; margin: 0; }

  .blank-page { min-height: 1000px; }
  .portfolio-page, .philosophy-page { gap: 44px; padding-top: 90px; }
  .portfolio-page { min-height: 1080px; }
  .portfolio-gallery { width: min(100%, 900px); gap: 34px; }
  .philosophy-page { min-height: 1080px; }
  .philosophy-card { width: min(calc(100% - 120px), 1080px); padding: 52px 64px; border-radius: 36px; }
  .philosophy-card h2 { font-size: 48px; }
  .philosophy-card p { margin-top: 22px; font-size: 28px; }
}
@media (max-width: 700px) { .topbar { min-height: 76px; padding: 18px 15px; }.nav { flex-wrap: wrap; gap: 8px; padding: 10px; border-radius: 24px; }.nav a { padding: 8px 12px; font-size: 14px; }.about-page .nav { gap: 8px; padding: 10px; border-radius: 24px; }.about-page .nav a { padding: 8px 12px; }.home-hero { padding: 30px 18px; }.home-intro { margin: 0 auto; grid-template-columns: 1fr; justify-items: center; }.home-intro h1 { text-align: center; }.bunny-sticker { right: -18px; bottom: -24px; width: 85px; height: 85px; }.education-grid, .about-who { grid-template-columns: 1fr; width: min(calc(100% - 32px), 365px); }.education-grid { gap: 20px; }.about-who { padding: 25px 0; }.about-who img { margin: auto; }.about-who h1 { font-size: 28px; }.home-closing { grid-template-columns: 1fr; gap: 20px; padding: 28px; }.home-closing .artwork { margin: auto; }.about-banner { min-height: 200px; padding: 8px 16px 14px; }.about-banner img { width: min(calc(100vw - 120px), 470px); }.about-banner::after { font-size: clamp(1.4rem, 6.5vw, 2.1rem); }.journey { overflow: visible; }.journey-map { margin-left: 22px; }.flow-main-row { display: flex; flex-direction: column; }.flow-arrow-right { transform: none; }.branch-arrow-set { display: none; }.flow-branches { width: min(100%, 300px); }.flow-future-row { width: min(100%, 300px); margin-left: auto; margin-right: auto; }.journey-node span { font-size: 13px; }.journey-dialog { padding: 36px 28px; }.experience-grid { grid-template-columns: 1fr; width: min(calc(100% - 32px), 360px); }.research { width: auto; }.portfolio-page, .philosophy-page { padding: 34px 18px 48px; }.page-hero { padding: 28px 20px; border-radius: 22px; }.page-hero p:last-child, .philosophy-card p { font-size: 15px; }.philosophy-card { padding: 24px 20px; }.portfolio-gallery { grid-template-columns: 1fr; gap: 18px; } }
