.about-page {
  --about-cream: #f8f1e7;
  --about-pink: #e7aaa8;
  --about-coral: #c96861;
  --about-yellow: #f1da82;
  --about-pistachio: #c9d5ab;
  --about-blue: #aebfca;
  --about-lilac: #d9cfdf;
  overflow: hidden;
  background: var(--about-cream);
}

.about-poster {
  position: relative;
  min-height: calc(100svh - 74px);
  padding: clamp(80px, 10vw, 150px) var(--pad) clamp(90px, 10vw, 140px);
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
  align-items: center;
  gap: clamp(45px, 8vw, 130px);
  isolation: isolate;
}

.about-poster::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: min(42vw, 650px);
  aspect-ratio: 1;
  right: -8%;
  top: 8%;
  border-radius: 53% 47% 66% 34% / 47% 57% 43% 53%;
  background: var(--about-lilac);
  opacity: 0.58;
  transform: rotate(8deg);
}

.about-poster::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 52px;
  background: #f0e5da;
  clip-path: polygon(0 52%, 8% 28%, 18% 57%, 31% 25%, 45% 62%, 58% 31%, 72% 57%, 86% 26%, 100% 50%, 100% 100%, 0 100%);
}

.about-poster-copy {
  position: relative;
  z-index: 2;
}

.about-hello {
  display: inline-block;
  margin-bottom: 20px;
  padding: 7px 13px 8px;
  background: var(--about-yellow);
  font-family: "DM Serif Display", "Noto Serif SC", serif;
  font-size: clamp(24px, 2.3vw, 35px);
  transform: rotate(-2deg);
}

.about-poster h1 {
  max-width: 800px;
  margin: 0;
  font-family: "DM Serif Display", "Noto Serif SC", serif;
  font-size: clamp(62px, 8vw, 122px);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.about-lead {
  max-width: 610px;
  margin: clamp(38px, 5vw, 68px) 0 0 clamp(20px, 7vw, 100px);
  padding-left: 18px;
  border-left: 1px solid var(--ink);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.65;
}

.about-signature {
  display: block;
  width: fit-content;
  margin: 34px 12% 0 auto;
  color: var(--about-coral);
  font-family: "Caveat", cursive;
  font-size: clamp(28px, 3vw, 44px);
  transform: rotate(-6deg);
}

.about-portrait-wrap {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.portrait-arch {
  position: relative;
  width: min(100%, 450px);
  aspect-ratio: 0.75;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  border-radius: 48% 48% 8px 8px / 34% 34% 8px 8px;
  background-color: var(--about-pistachio);
  background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 28px 28px;
  box-shadow: 16px 17px 0 var(--about-pink);
  transform: rotate(1.5deg);
}

.portrait-arch::before {
  content: "";
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(33,29,27,.35);
  border-radius: inherit;
}

.portrait-arch > span {
  position: relative;
  font-family: "DM Serif Display", serif;
  font-size: clamp(46px, 5vw, 76px);
  line-height: .88;
  text-align: center;
  letter-spacing: -.05em;
}

.portrait-arch small {
  position: absolute;
  left: 20px;
  bottom: 18px;
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.portrait-arch img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 36%;
  display: block;
  filter: saturate(.96) contrast(1.02);
}

.portrait-arch::before {
  z-index: 2;
  pointer-events: none;
}

.portrait-line {
  position: absolute;
  width: 230px;
  right: -4%;
  bottom: 5%;
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.2;
}

.portrait-star {
  position: absolute;
  top: 12%;
  left: 2%;
  color: var(--about-coral);
  font-size: 28px;
  font-style: normal;
}

.about-portrait-wrap > em {
  position: absolute;
  right: -2%;
  top: 20%;
  font-family: "Caveat", cursive;
  font-size: 22px;
  font-style: normal;
  transform: rotate(7deg);
}

.about-story {
  padding: clamp(110px, 13vw, 190px) var(--pad);
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
  gap: clamp(60px, 10vw, 150px);
  background-color: #f0e5da;
  background-image: repeating-linear-gradient(90deg, transparent 0 66px, rgba(201,104,97,.08) 66px 67px);
}

.about-story-note {
  position: relative;
  align-self: start;
}

.about-story-note h2 {
  margin: 0;
  font-family: "DM Serif Display", "Noto Serif SC", serif;
  font-size: clamp(34px, 4vw, 60px);
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: -.035em;
}

.about-story-note > span {
  display: block;
  width: fit-content;
  margin: 34px 8% 0 auto;
  color: var(--about-coral);
  font-family: "Caveat", cursive;
  font-size: 28px;
  transform: rotate(-5deg);
}

.about-info-panels {
  position: relative;
  padding: clamp(22px, 3vw, 42px);
  background: rgba(248,241,231,.78);
  border: 1px solid rgba(33,29,27,.25);
  box-shadow: 12px 14px 0 rgba(33,29,27,.06);
  transform: rotate(.6deg);
}

.info-paper {
  display: grid;
  gap: 12px;
  padding: 28px 24px;
  border-bottom: 1px solid rgba(33,29,27,.2);
}

.info-paper small {
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.info-paper strong {
  font-family: "DM Serif Display", "Noto Serif SC", serif;
  font-size: clamp(24px, 2.5vw, 38px);
  font-weight: 400;
  line-height: 1.2;
}

.education-paper {
  background: repeating-linear-gradient(135deg, rgba(231,170,168,.16) 0 9px, transparent 9px 18px);
}

.education-paper i {
  color: var(--muted);
  font-size: 9px;
  font-style: normal;
  letter-spacing: .12em;
}

.interest-paper {
  margin: 14px 0 0 8%;
  background: rgba(201,213,171,.46);
  border: 1px solid rgba(33,29,27,.18);
  transform: rotate(-1.2deg);
}

.resume-row {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-top: 30px;
  flex-wrap: wrap;
}

.resume-row > span {
  color: var(--muted);
  font-size: 11px;
}

.about-contact-card {
  position: relative;
  flex: 1 1 280px;
  max-width: 440px;
  padding: 18px 22px;
  border: 1px solid rgba(33,29,27,.16);
  border-radius: 26px;
  background:
    radial-gradient(circle at 94% 8%, rgba(248, 210, 211, .72), transparent 92px),
    rgba(255, 250, 242, .74);
  box-shadow: 8px 10px 0 rgba(201,104,97,.08);
  transform: rotate(.8deg);
}

.about-contact-card::before {
  content: "";
  position: absolute;
  left: 22px;
  top: -9px;
  width: 64px;
  height: 18px;
  border-radius: 999px;
  background: rgba(242, 223, 155, .82);
  transform: rotate(-4deg);
}

.about-contact-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--about-coral);
  font-family: "Caveat", cursive;
  font-size: 25px;
  line-height: 1;
}

.about-contact-card p {
  margin: 7px 0;
  color: #3e3b34;
  font-size: clamp(14px, 1.15vw, 16px);
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.about-contact-card a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.about-bio-copy {
  display: grid;
  gap: 18px;
  max-width: 720px;
  padding: clamp(24px, 3vw, 36px);
  background: rgba(248,241,231,.58);
  border: 1px solid rgba(33,29,27,.16);
  box-shadow: 9px 10px 0 rgba(201,104,97,.08);
  transform: rotate(-.45deg);
}

.about-bio-copy p {
  margin: 0;
  color: #3d3b35;
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.75;
}

.about-bio-copy p:first-child {
  color: #66734d;
  font-family: "DM Serif Display", "Noto Serif SC", serif;
  font-size: clamp(25px, 2.4vw, 38px);
  line-height: 1.34;
  letter-spacing: -.025em;
}

.education-list {
  display: grid;
  gap: 18px;
}

.education-entry {
  position: relative;
  display: grid;
  gap: 7px;
  padding: 19px 20px 18px;
  border: 1px solid rgba(33,29,27,.16);
  background: rgba(255,251,241,.7);
}

.education-entry:nth-child(2) {
  margin-left: 8%;
  background: rgba(217,207,223,.36);
  transform: rotate(-.8deg);
}

.education-entry span {
  width: fit-content;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(201,104,97,.14);
  color: #945565;
  font-size: 11px;
  letter-spacing: .09em;
  font-weight: 700;
}

.education-entry strong {
  color: #27241f;
  font-family: "DM Serif Display", "Noto Serif SC", serif;
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 400;
  line-height: 1.16;
}

.education-entry p {
  margin: 0;
  color: #68764f;
  font-size: clamp(15px, 1.2vw, 18px);
}

.interest-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.interest-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(33,29,27,.22);
  border-radius: 999px;
  color: #312d29;
  font-size: clamp(13px, 1.1vw, 15px);
  line-height: 1.2;
}

.chip-1 { background: rgba(231,170,168,.62); transform: rotate(-2deg); }
.chip-2 { background: rgba(174,191,202,.48); transform: rotate(1.5deg); }
.chip-3 { background: rgba(241,218,130,.58); transform: rotate(-.8deg); }
.chip-4 { background: rgba(201,213,171,.58); transform: rotate(2deg); }
.chip-5 { background: rgba(217,207,223,.56); transform: rotate(-1.5deg); }

.resume-button {
  background: #2f2b26;
  color: #fff8ee;
  border-color: #2f2b26;
}

.resume-button:hover {
  background: var(--about-coral);
  border-color: var(--about-coral);
  color: #fff8ee;
}

.skills-envelope-section {
  position: relative;
  padding: clamp(110px, 13vw, 190px) var(--pad) clamp(130px, 15vw, 220px);
  background: var(--about-cream);
}

.envelope-heading {
  max-width: var(--max);
  margin: 0 auto 80px;
  position: relative;
}

.envelope-heading h2 {
  margin: 0;
  font-family: "DM Serif Display", "Noto Serif SC", serif;
  font-size: clamp(58px, 7.5vw, 112px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.045em;
}

.envelope-heading > span {
  position: absolute;
  right: 13%;
  bottom: 4%;
  color: var(--about-coral);
  font-family: "Caveat", cursive;
  font-size: 27px;
  transform: rotate(-7deg);
}

.envelope-stage {
  position: relative;
  max-width: 1180px;
  min-height: 760px;
  margin: auto;
  isolation: isolate;
}

.soft-grid {
  position: absolute;
  z-index: -3;
  inset: 1% 3% 8%;
  background-image: linear-gradient(rgba(33,29,27,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(33,29,27,.07) 1px, transparent 1px);
  background-size: 34px 34px;
  border-radius: 52% 48% 45% 55% / 48% 42% 58% 52%;
}

.envelope {
  position: absolute;
  width: min(70%, 720px);
  height: 440px;
  left: 50%;
  bottom: 65px;
  transform: translateX(-50%);
}

.envelope-back {
  position: absolute;
  inset: 0;
  background: #d78f91;
  border: 1px solid var(--ink);
  clip-path: polygon(0 23%, 50% 0, 100% 23%, 100% 100%, 0 100%);
}

.envelope-letter {
  position: absolute;
  z-index: 1;
  width: 78%;
  height: 78%;
  left: 11%;
  top: -26%;
  padding: 35px;
  background: #fffaf1;
  border: 1px solid var(--ink);
  transform: rotate(-1.3deg);
}

.envelope-letter::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px dashed rgba(33,29,27,.2);
}

.envelope-letter small,
.envelope-letter strong {
  position: relative;
  z-index: 2;
  display: block;
}

.envelope-letter small {
  font-size: 9px;
  letter-spacing: .14em;
}

.envelope-letter strong {
  margin-top: 52px;
  font-family: "DM Serif Display", "Noto Serif SC", serif;
  font-size: clamp(32px, 3.3vw, 49px);
  font-weight: 400;
  line-height: 1.08;
}

.envelope-front {
  position: absolute;
  z-index: 4;
  inset: 22% 0 0;
  background: #e5a1a3;
  border: 1px solid var(--ink);
  clip-path: polygon(0 0, 50% 56%, 100% 0, 100% 100%, 0 100%);
}

.tool-card {
  position: absolute;
  z-index: 3;
  width: 170px;
  min-height: 116px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--ink);
  background: #fffaf1;
  transition: transform .25s ease;
}

.tool-card span {
  font-family: "DM Serif Display", serif;
  font-size: 28px;
  color: var(--about-coral);
}

.tool-card strong {
  font-size: 12px;
  letter-spacing: .06em;
}

.tool-card-1 { left: 23%; top: 11%; transform: rotate(-7deg); }
.tool-card-2 { left: 43%; top: 2%; transform: rotate(2deg); }
.tool-card-3 { right: 22%; top: 15%; transform: rotate(7deg); }
.tool-card:hover { transform: translateY(-9px) rotate(0deg); }

.skill-sticker {
  position: absolute;
  z-index: 6;
  padding: 9px 14px;
  border: 1px solid var(--ink);
  background: var(--about-yellow);
  font-size: 12px;
  white-space: nowrap;
  transition: transform .22s ease;
}

.skill-sticker:hover { transform: scale(1.05) rotate(0deg); }
.sticker-1 { left: 2%; top: 27%; transform: rotate(-6deg); background: var(--about-yellow); }
.sticker-2 { left: 9%; top: 47%; transform: rotate(4deg); background: var(--about-lilac); }
.sticker-3 { left: 3%; bottom: 16%; transform: rotate(-3deg); background: var(--about-blue); }
.sticker-4 { right: 5%; top: 29%; transform: rotate(6deg); background: var(--about-pistachio); }
.sticker-5 { right: 0; top: 47%; transform: rotate(-4deg); background: var(--about-pink); }
.sticker-6 { right: 6%; bottom: 16%; transform: rotate(5deg); background: var(--about-yellow); }
.sticker-7 { left: 17%; bottom: 3%; transform: rotate(3deg); background: var(--about-pistachio); }
.sticker-8 { left: 42%; bottom: 0; transform: rotate(-4deg); background: var(--about-lilac); }
.sticker-9 { right: 19%; bottom: 2%; transform: rotate(2deg); background: var(--about-blue); }

.envelope-note {
  position: absolute;
  z-index: 7;
  right: 18%;
  top: 4%;
  color: var(--about-coral);
  font-family: "Caveat", cursive;
  font-size: 25px;
  transform: rotate(5deg);
}

@media (max-width: 900px) {
  .about-poster {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
    gap: 35px;
  }
  .about-poster h1 { font-size: clamp(55px, 8.5vw, 82px); }
  .about-portrait-wrap { min-height: 530px; }
  .about-story { grid-template-columns: 1fr 1.1fr; gap: 45px; }
  .envelope-stage { min-height: 700px; }
  .envelope { width: 72%; height: 390px; }
  .tool-card { width: 145px; }
}

@media (max-width: 640px) {
  .about-poster {
    min-height: auto;
    padding-top: 70px;
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .about-poster::before { width: 115vw; right: -54%; top: 44%; }
  .about-poster h1 {
    max-width: 100%;
    font-size: clamp(52px, 15vw, 64px);
    line-height: 1.08;
  }
  .about-lead { margin: 38px 4% 0 11%; }
  .about-signature { margin-right: 5%; }
  .about-portrait-wrap { min-height: 520px; justify-content: flex-start; }
  .portrait-arch { width: 82%; margin-left: 7%; box-shadow: 11px 12px 0 var(--about-pink); }
  .portrait-line { right: -7%; bottom: 0; width: 165px; }
  .about-portrait-wrap > em { right: 0; top: 15%; }
  .about-story { grid-template-columns: 1fr; gap: 62px; padding-top: 120px; }
  .about-story-note h2 { font-size: clamp(32px, 9vw, 42px); line-height: 1.28; }
  .about-info-panels { padding: 16px; }
  .info-paper { padding: 24px 18px; }
  .interest-paper { margin-left: 4%; }
  .resume-row { align-items: flex-start; flex-direction: column; }
  .envelope-heading { margin-bottom: 55px; }
  .envelope-heading h2 { font-size: clamp(50px, 14vw, 61px); line-height: 1.1; }
  .envelope-heading > span { position: static; display: block; width: fit-content; margin: 20px 2% 0 auto; }
  .envelope-stage { min-height: 930px; }
  .soft-grid { inset: 0 -12px 8%; }
  .envelope { width: 96%; height: 300px; bottom: 265px; }
  .envelope-letter { height: 93%; top: -47%; padding: 24px; }
  .envelope-letter strong { margin-top: 36px; font-size: 30px; }
  .tool-card { width: 118px; min-height: 104px; padding: 13px; }
  .tool-card-1 { left: 2%; top: 13%; }
  .tool-card-2 { left: 34%; top: 7%; }
  .tool-card-3 { right: 1%; top: 15%; }
  .skill-sticker { font-size: 10px; padding: 8px 10px; }
  .sticker-1 { left: 0; top: auto; bottom: 20%; }
  .sticker-2 { left: 7%; top: auto; bottom: 10%; }
  .sticker-3 { left: 1%; bottom: 1%; }
  .sticker-4 { right: 0; top: auto; bottom: 22%; }
  .sticker-5 { right: 4%; top: auto; bottom: 12%; }
  .sticker-6 { right: 0; bottom: 2%; }
  .sticker-7 { left: 27%; bottom: 17%; }
  .sticker-8 { left: 34%; bottom: 7%; }
  .sticker-9 { right: 26%; bottom: -1%; }
  .envelope-note { right: 5%; top: 27%; font-size: 21px; }
}

@media (prefers-reduced-motion: reduce) {
  .tool-card,
  .skill-sticker { transition: none; }
}

/* More colour and a fuller software collage, scoped to About only. */
.about-page .eyebrow {
  color: #68764f;
}

.about-poster h1 em {
  display: block;
  color: var(--about-coral);
  font-style: normal;
  margin-left: .34em;
}

.about-poster h1 > span {
  display: block;
  color: var(--ink);
}

.about-margin-note {
  position: absolute;
  left: -1%;
  bottom: -4%;
  padding: 6px 12px;
  background: var(--about-blue);
  font-family: "Caveat", cursive;
  font-size: 20px;
  transform: rotate(3deg);
}

.about-story-note .eyebrow {
  width: fit-content;
  padding: 6px 9px;
  background: var(--about-yellow);
  color: var(--ink);
  transform: rotate(-1.5deg);
}

.about-story-note h2::first-line {
  color: #66734d;
}

.about-info-panels::before {
  content: "personal notes";
  position: absolute;
  right: 8%;
  top: -24px;
  color: var(--about-coral);
  font-family: "Caveat", cursive;
  font-size: 23px;
  transform: rotate(4deg);
}

.skills-envelope-section {
  background-color: #f8f1e7;
  background-image: radial-gradient(circle at 84% 12%, rgba(217,207,223,.72) 0 12%, transparent 12.2%), radial-gradient(circle at 13% 72%, rgba(201,213,171,.48) 0 9%, transparent 9.2%);
}

.envelope-heading .eyebrow {
  color: var(--about-coral);
}

.envelope-heading h2 br + * {
  color: var(--about-coral);
}

.envelope-stage {
  min-height: 900px;
}

.envelope {
  width: min(68%, 720px);
  bottom: 85px;
}

.envelope-back {
  background: #cf8589;
}

.envelope-front {
  background: linear-gradient(150deg, #e4a0a2 0 49%, #d88f93 49.5% 100%);
}

.tool-card {
  width: 124px;
  min-height: 132px;
  padding: 12px 10px 13px;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  border: 0;
  background: transparent;
  text-align: center;
  transition-delay: var(--tool-delay, 0ms);
}

.tool-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(255,250,241,.88);
  border: 1px solid rgba(33,29,27,.42);
  box-shadow: 4px 5px 0 rgba(33,29,27,.08);
}

.app-icon {
  width: 66px;
  height: 66px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  color: white !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 25px !important;
  font-weight: 600;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.36);
}

.tool-card strong {
  max-width: 110px;
  font-size: 9px;
  line-height: 1.2;
  letter-spacing: .035em;
}

.app-word .app-icon { background: #315bb8; }
.app-excel .app-icon { background: #35785a; }
.app-powerpoint .app-icon { background: #c75c42; }
.app-photoshop .app-icon { background: #2c4d9c; color: #78d7ff !important; }
.app-indesign .app-icon { background: #8b285d; color: #ff9bcb !important; }
.app-aftereffects .app-icon { background: #4e3d91; color: #c7b6ff !important; }
.app-premiere .app-icon { background: #5a3c8e; color: #d3c0ff !important; }
.app-cinema .app-icon { background: #263b5c; }
.app-canva .app-icon { background: #5caeb6; }
.app-figma .app-icon { background: #706285; }

.tool-card-1 { left: 8%; top: 22%; transform: rotate(-8deg); }
.tool-card-2 { left: 19%; top: 7%; transform: rotate(4deg); }
.tool-card-3 { left: 31%; top: 18%; transform: rotate(-3deg); }
.tool-card-4 { left: 40%; top: 0; transform: rotate(5deg); }
.tool-card-5 { left: 51%; top: 15%; transform: rotate(-5deg); }
.tool-card-6 { right: 27%; top: 2%; transform: rotate(3deg); }
.tool-card-7 { right: 16%; top: 18%; transform: rotate(7deg); }
.tool-card-8 { right: 5%; top: 7%; transform: rotate(-4deg); }
.tool-card-9 { left: 28%; top: 34%; transform: rotate(6deg); }
.tool-card-10 { right: 29%; top: 34%; transform: rotate(-6deg); }

.tool-card:hover {
  transform: translateY(-8px) rotate(0deg) scale(1.025);
}

.skill-sticker:nth-child(3n+1) {
  border-radius: 18px 5px 16px 7px;
}

.skill-sticker:nth-child(3n+2) {
  clip-path: polygon(4% 9%, 96% 0, 100% 88%, 7% 100%);
  padding: 12px 17px;
}

.skill-sticker:nth-child(3n) {
  border-style: dashed;
  box-shadow: 3px 4px 0 rgba(33,29,27,.08);
}

.envelope-note {
  top: 42%;
  right: 14%;
}

.envelope-side-note {
  position: absolute;
  z-index: 7;
  left: 12%;
  top: 45%;
  color: #65744f;
  font-family: "Caveat", cursive;
  font-size: 23px;
  transform: rotate(-7deg);
}

@media (max-width: 900px) {
  .envelope-stage { min-height: 850px; }
  .tool-card { width: 108px; min-height: 118px; }
  .app-icon { width: 58px; height: 58px; font-size: 22px !important; }
  .tool-card-1 { left: 2%; }
  .tool-card-2 { left: 13%; }
  .tool-card-3 { left: 25%; }
  .tool-card-4 { left: 36%; }
  .tool-card-5 { left: 47%; }
  .tool-card-6 { right: 31%; }
  .tool-card-7 { right: 20%; }
  .tool-card-8 { right: 7%; }
  .tool-card-9 { left: 27%; }
  .tool-card-10 { right: 28%; }
}

@media (max-width: 640px) {
  .about-poster h1 em { margin-left: .12em; }
  .about-margin-note { left: auto; right: 0; bottom: -6%; font-size: 18px; }
  .skills-envelope-section {
    background-image: radial-gradient(circle at 92% 8%, rgba(217,207,223,.62) 0 8%, transparent 8.2%), radial-gradient(circle at 5% 70%, rgba(201,213,171,.38) 0 6%, transparent 6.2%);
  }
  .envelope-stage { min-height: 1180px; }
  .envelope { width: 98%; height: 305px; bottom: 315px; }
  .tool-card {
    width: 88px;
    min-height: 104px;
    padding: 9px 6px;
  }
  .app-icon { width: 50px; height: 50px; border-radius: 12px; font-size: 18px !important; }
  .tool-card strong { max-width: 78px; font-size: 8px; }
  .tool-card-1 { left: 0; top: 7%; }
  .tool-card-2 { left: 24%; top: 1%; }
  .tool-card-3 { left: 49%; top: 7%; }
  .tool-card-4 { right: 0; left: auto; top: 1%; }
  .tool-card-5 { left: 5%; top: 18%; }
  .tool-card-6 { left: 29%; right: auto; top: 15%; }
  .tool-card-7 { left: 54%; right: auto; top: 19%; }
  .tool-card-8 { right: 0; top: 15%; }
  .tool-card-9 { left: 22%; top: 30%; }
  .tool-card-10 { right: 22%; top: 30%; }
  .envelope-note { top: 44%; right: 2%; font-size: 19px; }
  .envelope-side-note { left: 1%; top: 41%; font-size: 19px; }
  .skill-sticker { font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  .tool-card,
  .skill-sticker {
    transition: none !important;
    transition-delay: 0ms !important;
  }
}

/* Refined envelope: every app now belongs to the envelope opening. */
.skills-envelope-section {
  background-color: #f6e9e5;
  background-image:
    linear-gradient(120deg, rgba(248,241,231,.82) 0 45%, transparent 45%),
    radial-gradient(circle at 87% 12%, rgba(217,207,223,.82) 0 13%, transparent 13.2%),
    radial-gradient(circle at 8% 72%, rgba(201,213,171,.58) 0 10%, transparent 10.2%);
}

.envelope-stage {
  min-height: 790px;
}

.envelope {
  width: min(76%, 790px);
  height: 455px;
  bottom: 75px;
}

.envelope .tool-cards {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
}

.envelope .tool-card {
  width: 92px;
  min-height: 96px;
  padding: 0;
  gap: 5px;
  justify-content: flex-start;
  pointer-events: auto;
  background: transparent;
}

.envelope .tool-card::before {
  display: none;
}

.envelope .tool-card strong {
  max-width: 92px;
  padding: 3px 6px;
  background: rgba(255,250,241,.9);
  border: 1px solid rgba(33,29,27,.2);
  font-size: 8px;
  line-height: 1.12;
}

.envelope .app-icon {
  width: 64px;
  height: 64px;
  box-shadow: 3px 4px 0 rgba(33,29,27,.11), inset 0 0 0 1px rgba(255,255,255,.34);
}

.envelope .tool-card-1 { left: 4%; top: -18%; transform: rotate(-8deg); }
.envelope .tool-card-2 { left: 15%; top: -29%; transform: rotate(4deg); }
.envelope .tool-card-3 { left: 27%; top: -16%; transform: rotate(-3deg); }
.envelope .tool-card-4 { left: 38%; top: -32%; transform: rotate(5deg); }
.envelope .tool-card-5 { left: 49%; top: -14%; transform: rotate(-5deg); }
.envelope .tool-card-6 { left: 60%; top: -30%; transform: rotate(3deg); }
.envelope .tool-card-7 { left: 71%; top: -14%; transform: rotate(7deg); }
.envelope .tool-card-8 { left: 82%; top: -27%; transform: rotate(-5deg); }
.envelope .tool-card-9 { left: 31%; top: 2%; transform: rotate(6deg); }
.envelope .tool-card-10 { left: 57%; top: 1%; transform: rotate(-6deg); }

.app-cinema .app-icon {
  overflow: hidden;
  background: #22242a;
}

.c4d-orb {
  position: relative;
  width: 48px;
  height: 48px;
  display: block;
  border-radius: 50%;
  background: radial-gradient(circle at 56% 43%, #6988d5 0 17%, #24265e 39%, #080926 66%, #8da0d7 69% 76%, #f7f8fb 78%);
  transform: rotate(-12deg);
}

.c4d-orb::before,
.c4d-orb::after {
  content: "";
  position: absolute;
  border: 7px solid #f7f8fb;
  border-radius: 50%;
}

.c4d-orb::before {
  inset: -2px 10px 17px -4px;
  border-bottom-color: transparent;
  border-right-color: transparent;
  transform: rotate(12deg);
}

.c4d-orb::after {
  inset: 12px -3px -3px 16px;
  border-top-color: transparent;
  border-left-color: transparent;
}

.app-canva .app-icon {
  background: linear-gradient(145deg, #16bec4 5%, #299bcf 49%, #7925ed 100%);
}

.canva-word {
  color: white;
  font-family: "Caveat", cursive;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -.05em;
}

.app-figma .app-icon {
  background: #2d3038;
}

.figma-mark {
  width: 31px;
  height: 44px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, 1fr);
}

.figma-mark b {
  display: block;
}

.figma-mark b:nth-child(1) { background:#f24e1e; border-radius:8px 0 0 8px; }
.figma-mark b:nth-child(2) { background:#ff7262; border-radius:0 8px 8px 0; }
.figma-mark b:nth-child(3) { background:#a259ff; border-radius:8px 0 0 8px; }
.figma-mark b:nth-child(4) { background:#1abcfe; border-radius:50%; }
.figma-mark b:nth-child(5) { background:#0acf83; border-radius:8px 0 8px 8px; }

.skill-sticker {
  opacity: .9;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}

.sticker-1 { left: 2%; top: 37%; }
.sticker-2 { left: 7%; top: 59%; }
.sticker-3 { right: 5%; top: 38%; }
.sticker-4 { right: 0; top: 59%; }
.sticker-5 { left: 9%; bottom: 8%; }
.sticker-6 { left: 32%; bottom: 1%; }
.sticker-7 { right: 28%; bottom: 2%; }
.sticker-8 { right: 7%; bottom: 9%; }

.envelope-note {
  top: 22%;
  right: 8%;
}

.envelope-side-note {
  top: 26%;
  left: 6%;
}

@media (max-width: 900px) {
  .envelope-stage { min-height: 750px; }
  .envelope { width: 82%; height: 410px; }
  .envelope .tool-card { width: 78px; min-height: 86px; }
  .envelope .app-icon { width: 55px; height: 55px; }
  .envelope .tool-card strong { max-width: 78px; font-size: 7px; }
}

@media (max-width: 640px) {
  .skills-envelope-section {
    background-image:
      linear-gradient(155deg, rgba(248,241,231,.86) 0 48%, transparent 48%),
      radial-gradient(circle at 94% 10%, rgba(217,207,223,.7) 0 9%, transparent 9.2%),
      radial-gradient(circle at 4% 69%, rgba(201,213,171,.48) 0 7%, transparent 7.2%);
  }
  .envelope-stage { min-height: 880px; }
  .envelope {
    width: 98%;
    height: 300px;
    bottom: 230px;
  }
  .envelope .tool-card {
    width: 58px;
    min-height: 71px;
  }
  .envelope .app-icon {
    width: 46px;
    height: 46px;
    border-radius: 11px;
    font-size: 16px !important;
  }
  .envelope .tool-card strong {
    max-width: 58px;
    padding: 2px 3px;
    font-size: 6px;
    border: 0;
  }
  .c4d-orb { width: 36px; height: 36px; }
  .canva-word { font-size: 17px; }
  .figma-mark { width: 25px; height: 35px; }
  .envelope .tool-card-1 { left: 0; top: -29%; }
  .envelope .tool-card-2 { left: 10%; top: -45%; }
  .envelope .tool-card-3 { left: 21%; top: -25%; }
  .envelope .tool-card-4 { left: 32%; top: -47%; }
  .envelope .tool-card-5 { left: 43%; top: -24%; }
  .envelope .tool-card-6 { left: 54%; top: -46%; }
  .envelope .tool-card-7 { left: 65%; top: -24%; }
  .envelope .tool-card-8 { left: 76%; top: -43%; }
  .envelope .tool-card-9 { left: 31%; top: 0; }
  .envelope .tool-card-10 { left: 56%; top: 0; }
  .envelope-note,
  .envelope-side-note { display: none; }
  .sticker-1 { left: 0; top: auto; bottom: 16%; }
  .sticker-2 { left: 5%; top: auto; bottom: 7%; }
  .sticker-3 { right: 0; top: auto; bottom: 18%; }
  .sticker-4 { right: 3%; top: auto; bottom: 8%; }
  .sticker-5 { left: 24%; bottom: 20%; }
  .sticker-6 { left: 29%; bottom: 1%; }
  .sticker-7 { right: 25%; bottom: 11%; }
  .sticker-8 { right: 2%; bottom: 0; }
}

/* Organized collage hierarchy: logos, message, envelope, stickers. */
.envelope-letter strong {
  z-index: 5;
  max-width: 520px;
  margin-top: 145px;
  padding: 15px 18px 18px;
  background: rgba(255,250,241,.93);
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 1.08;
}

.envelope .tool-card {
  width: 72px;
  min-height: 84px;
  gap: 9px;
}

.envelope .app-icon {
  width: 54px;
  height: 54px;
  font-size: 20px !important;
}

.envelope .tool-card strong {
  max-width: 72px;
  min-height: 18px;
  padding: 3px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 7px;
  line-height: 1.15;
}

.envelope .tool-card-1 { left: 4%; top: -27%; }
.envelope .tool-card-2 { left: 16%; top: -38%; }
.envelope .tool-card-3 { left: 28%; top: -27%; }
.envelope .tool-card-4 { left: 40%; top: -39%; }
.envelope .tool-card-5 { left: 52%; top: -27%; }
.envelope .tool-card-6 { left: 64%; top: -38%; }
.envelope .tool-card-7 { left: 76%; top: -27%; }
.envelope .tool-card-8 { left: 88%; top: -38%; }
.envelope .tool-card-9 { left: 35%; top: -12%; }
.envelope .tool-card-10 { left: 55%; top: -12%; }

.app-cinema .app-icon {
  width: 58px;
  height: 58px;
  overflow: visible;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
}

.c4d-orb {
  width: 56px;
  height: 56px;
  box-shadow: 2px 3px 0 rgba(33,29,27,.12);
}

.envelope-side-note {
  left: 8%;
  top: 20%;
}

.skill-stickers {
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
}

.skill-stickers .skill-sticker {
  pointer-events: auto;
}

@media (max-width: 900px) {
  .envelope-letter strong {
    margin-top: 140px;
    font-size: 36px;
  }
  .envelope .tool-card-8 { left: 86%; }
}

@media (max-width: 640px) {
  .envelope-stage { min-height: 900px; }
  .envelope-letter strong {
    margin-top: 150px;
    padding: 12px 13px;
    font-size: 28px;
    line-height: 1.12;
  }
  .envelope .tool-card {
    width: 54px;
    min-height: 66px;
    gap: 4px;
  }
  .envelope .app-icon {
    width: 43px;
    height: 43px;
    font-size: 15px !important;
  }
  .envelope .tool-card strong {
    max-width: 54px;
    min-height: 14px;
    padding: 1px 2px;
    font-size: 5.8px;
    line-height: 1.08;
  }
  .c4d-orb { width: 43px; height: 43px; }
  .canva-word { font-size: 16px; }
  .figma-mark { width: 23px; height: 33px; }
  .envelope .tool-card-1 { left: 1%; top: -51%; }
  .envelope .tool-card-2 { left: 20%; top: -56%; }
  .envelope .tool-card-3 { left: 39%; top: -51%; }
  .envelope .tool-card-4 { left: 58%; top: -56%; }
  .envelope .tool-card-5 { left: 77%; top: -51%; }
  .envelope .tool-card-6 { left: 1%; top: -20%; }
  .envelope .tool-card-7 { left: 20%; top: -16%; }
  .envelope .tool-card-8 { left: 39%; top: -20%; }
  .envelope .tool-card-9 { left: 58%; top: -16%; }
  .envelope .tool-card-10 { left: 77%; top: -20%; }
}

/* Final Skills composition: tighter orbit, lighter headline, calmer rhythm. */
.envelope-heading h2 {
  max-width: 980px;
  color: #945565;
  font-size: clamp(60px, 7.8vw, 116px);
  line-height: 1.08;
}

.envelope-heading h2 em {
  display: inline-block;
  padding: 0 .08em .04em;
  color: var(--about-coral);
  background: linear-gradient(transparent 67%, rgba(241,218,130,.72) 67%);
  font-family: "DM Serif Display", "Noto Serif SC", serif;
  font-style: italic;
  transform: rotate(-1.2deg);
}

.envelope-heading > span {
  color: #66754f;
  font-size: 30px;
}

.envelope-stage {
  min-height: 760px;
}

.envelope {
  bottom: 58px;
}

.envelope-front {
  inset: 30% 0 0;
}

.envelope .tool-card-1 { top: -23%; }
.envelope .tool-card-2 { top: -30%; }
.envelope .tool-card-3 { top: -23%; }
.envelope .tool-card-4 { top: -31%; }
.envelope .tool-card-5 { top: -23%; }
.envelope .tool-card-6 { top: -30%; }
.envelope .tool-card-7 { top: -23%; }
.envelope .tool-card-8 { top: -30%; }
.envelope .tool-card-9,
.envelope .tool-card-10 { top: -5%; }

.envelope-letter strong {
  margin-top: 150px;
}

.skill-stickers .sticker-1 { left: 2%; right: auto; top: 43%; bottom: auto; }
.skill-stickers .sticker-2 { left: 7%; right: auto; top: 60%; bottom: auto; }
.skill-stickers .sticker-3 { right: 2%; left: auto; top: 43%; bottom: auto; }
.skill-stickers .sticker-4 { right: 7%; left: auto; top: 60%; bottom: auto; }
.skill-stickers .sticker-5 { left: 19%; right: auto; bottom: 1%; top: auto; }
.skill-stickers .sticker-6 { left: 39%; right: auto; bottom: 0; top: auto; }
.skill-stickers .sticker-7 { right: 36%; left: auto; bottom: 1%; top: auto; }
.skill-stickers .sticker-8 { right: 16%; left: auto; bottom: 2%; top: auto; }

@media (max-width: 900px) {
  .envelope-heading h2 { font-size: clamp(58px, 9vw, 82px); }
}

@media (max-width: 640px) {
  .envelope-heading h2 {
    font-size: clamp(49px, 13.5vw, 59px);
    line-height: 1.13;
  }
  .envelope-heading > span { font-size: 24px; }
  .envelope-stage { min-height: 860px; }
  .envelope { bottom: 215px; }
  .envelope-front { inset: 31% 0 0; }
  .envelope-letter strong { margin-top: 150px; }
  .envelope .tool-card-1 { top: -45%; }
  .envelope .tool-card-2 { top: -50%; }
  .envelope .tool-card-3 { top: -45%; }
  .envelope .tool-card-4 { top: -50%; }
  .envelope .tool-card-5 { top: -45%; }
  .envelope .tool-card-6 { top: -17%; }
  .envelope .tool-card-7 { top: -13%; }
  .envelope .tool-card-8 { top: -17%; }
  .envelope .tool-card-9 { top: -13%; }
  .envelope .tool-card-10 { top: -17%; }
  .skill-stickers .sticker-1 { left: 0; top: 48%; }
  .skill-stickers .sticker-2 { left: 2%; top: 62%; }
  .skill-stickers .sticker-3 { right: 0; top: 48%; }
  .skill-stickers .sticker-4 { right: 2%; top: 62%; }
  .skill-stickers .sticker-5 { left: 8%; bottom: 5%; }
  .skill-stickers .sticker-6 { left: 31%; bottom: 0; }
  .skill-stickers .sticker-7 { right: 28%; bottom: 7%; }
  .skill-stickers .sticker-8 { right: 4%; bottom: 1%; }
}

/* Current refinement: real portrait, deeper tools, cleaner sticker spacing. */
.portrait-arch {
  background-image: none;
}

.envelope .tool-card-1 { left: 8%; top: -8%; }
.envelope .tool-card-2 { left: 18%; top: -13%; }
.envelope .tool-card-3 { left: 29%; top: -8%; }
.envelope .tool-card-4 { left: 40%; top: -14%; }
.envelope .tool-card-5 { left: 51%; top: -8%; }
.envelope .tool-card-6 { left: 62%; top: -13%; }
.envelope .tool-card-7 { left: 72%; top: -8%; }
.envelope .tool-card-8 { left: 80%; top: -13%; }
.envelope .tool-card-9,
.envelope .tool-card-10 { top: 0; }

.envelope-letter strong {
  margin-top: 178px;
}

.skill-stickers .sticker-5 { left: 11%; right: auto; bottom: 3%; top: auto; }
.skill-stickers .sticker-6 { left: 32%; right: auto; bottom: 0; top: auto; }
.skill-stickers .sticker-7 { left: 54%; right: auto; bottom: 3%; top: auto; }
.skill-stickers .sticker-8 { left: 74%; right: auto; bottom: 0; top: auto; }

@media (max-width: 640px) {
  .portrait-arch img {
    object-position: 50% 34%;
  }

  .envelope-letter strong {
    margin-top: 176px;
  }

  .envelope .tool-card {
    min-height: 76px;
    gap: 9px;
  }

  .envelope .app-icon {
    width: 40px;
    height: 40px;
  }

  .envelope .tool-card-1 { left: 2%; top: -30%; }
  .envelope .tool-card-2 { left: 20%; top: -34%; }
  .envelope .tool-card-3 { left: 39%; top: -30%; }
  .envelope .tool-card-4 { left: 58%; top: -34%; }
  .envelope .tool-card-5 { left: 76%; top: -30%; }
  .envelope .tool-card-6 { left: 2%; top: -10%; }
  .envelope .tool-card-7 { left: 20%; top: -7%; }
  .envelope .tool-card-8 { left: 39%; top: -10%; }
  .envelope .tool-card-9 { left: 58%; top: -7%; }
  .envelope .tool-card-10 { left: 76%; top: -10%; }

  .skill-stickers .skill-sticker {
    max-width: 126px;
    line-height: 1.1;
    text-align: center;
  }

  .skill-stickers .sticker-5 { left: 3%; bottom: 7%; }
  .skill-stickers .sticker-6 { left: 28%; bottom: 0; }
  .skill-stickers .sticker-7 { left: 52%; right: auto; bottom: 7%; }
  .skill-stickers .sticker-8 { left: 75%; right: auto; bottom: 0; }
}
