/* HERO */
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(280px, 0.62fr);
  gap: 1.35rem;
  padding-block: clamp(1.75rem, 4vw, 3rem) 2rem;
}

.mobile-hero {
  display: none;
}

.hero-copy,
.hero-visual {
  min-height: 570px;
  border-radius: var(--radius-hero);
}

.hero-copy {
  display: grid;
  align-content: center;
  padding: clamp(1.5rem, 3.4vw, 2.45rem);
}

.location {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.location i,
.mobile-location i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 4px rgba(38, 114, 90, 0.1);
}

.hero h1 {
  margin: clamp(2.5rem, 6vw, 4.5rem) 0 1.25rem;
  color: var(--brand);
  font-size: clamp(3.25rem, 7.2vw, 6.25rem);
  letter-spacing: -0.065em;
  line-height: 0.91;
}

.positioning {
  max-width: 690px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.12rem);
}

.hero-visual {
  position: relative;
  display: grid;
  min-width: 0;
  place-items: center;
  overflow: hidden;
  background: #cbd6db;
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(17, 42, 58, 0.6), transparent 48%);
  content: "";
  pointer-events: none;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 15%;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.65rem;
}

.hero-actions svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  fill: currentColor;
}

/* HOME SECTION SEPARATORS */
.home-section {
  position: relative;
  padding-block: clamp(4.25rem, 6vw, 5.5rem);
}

.home-section--soft {
  background: var(--section-band);
  box-shadow: 0 0 0 100vmax var(--section-band);
  clip-path: inset(0 -100vmax);
}

.home-section .section-heading {
  margin-bottom: clamp(1.65rem, 3vw, 2.35rem);
}

/* SKILLS OVERVIEW — INDONESIAN HOMEPAGE */
.skills-overview-heading {
  margin-bottom: clamp(1.35rem, 2.6vw, 1.9rem);
}

.skills-overview-heading h2 {
  margin: 0;
  font-size: clamp(2.3rem, 4.5vw, 3.4rem);
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.skills-core {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-color: #cfd9df;
  border-top: 3px solid var(--brand);
  box-shadow: var(--shadow-sm);
}

.skill-summary {
  min-width: 0;
  min-height: 154px;
  padding: clamp(1.15rem, 2.4vw, 1.45rem);
}

.skill-summary:nth-child(odd) {
  border-right: 1px solid var(--border);
}

.skill-summary:nth-child(-n + 2) {
  border-bottom: 1px solid var(--border);
}

.skill-summary--backend {
  background: #fbfcfd;
  box-shadow: inset 4px 0 0 var(--accent);
}

.skill-summary h3 {
  margin: 0;
  color: var(--brand);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.skill-summary--backend h3 {
  font-size: clamp(1.18rem, 2vw, 1.48rem);
}

.skill-summary > p:not(.skill-proof) {
  margin: 0.58rem 0 0;
  color: #526672;
  font-size: 0.84rem;
  line-height: 1.55;
}

.skill-proof {
  margin: 0.9rem 0 0;
  color: #7a8992;
  font-size: 0.67rem;
  line-height: 1.55;
}

.skill-proof span {
  color: #5b6f7a;
  font-weight: 800;
}

.skill-proof a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #c5d1d7;
  text-underline-offset: 0.18em;
}

.skill-proof a:hover {
  color: var(--accent);
  text-decoration-color: currentColor;
}

.skills-stack {
  display: grid;
  grid-template-columns: minmax(145px, 0.38fr) minmax(0, 1.62fr);
  align-items: center;
  gap: 1.25rem;
  margin-top: 0.8rem;
  padding: 0.95rem 1.35rem;
  border-radius: 14px;
  box-shadow: none;
}

.skills-stack h3 {
  margin: 0;
  color: var(--brand);
  font-size: 0.9rem;
  letter-spacing: -0.02em;
}

.skills-stack ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.38rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.skills-stack li {
  padding: 0.28rem 0.48rem;
  border-radius: 7px;
  background: var(--surface-soft);
  color: #4b5f6b;
  font-size: 0.67rem;
  font-weight: 760;
  line-height: 1.25;
}

.skills-exploring {
  display: grid;
  grid-template-columns: minmax(145px, 0.38fr) minmax(130px, 0.42fr) minmax(0, 1.2fr);
  align-items: center;
  gap: 1.25rem;
  margin-top: 0.65rem;
  padding: 0.85rem 1.35rem;
  border: 1px dashed #ccd7dc;
  border-radius: 14px;
  background: #f1f4f5;
}

.skills-exploring p,
.skills-exploring h3,
.skills-exploring span {
  margin: 0;
}

.skills-exploring p {
  color: #7a8992;
  font-size: 0.57rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.skills-exploring h3 {
  color: #435965;
  font-size: 0.94rem;
  letter-spacing: -0.025em;
}

.skills-exploring span {
  color: #71808a;
  font-size: 0.73rem;
  line-height: 1.45;
}

/* TECHNICAL PROFILE */
.technical-profile-heading {
  align-items: end;
}

.technical-profile-heading h2 {
  max-width: 700px;
}

.technical-ledger {
  overflow: hidden;
  border-color: #cfd9df;
  border-top: 3px solid var(--brand);
  box-shadow: var(--shadow-sm);
}

.technical-ledger-head,
.technical-ledger-row {
  display: grid;
  grid-template-columns: minmax(170px, 0.82fr) minmax(300px, 1.65fr) minmax(200px, 0.95fr);
}

.technical-ledger-head {
  padding: 0.7rem 1.35rem;
  border-bottom: 1px solid var(--border);
  background: #f4f7f8;
  color: #788791;
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.technical-ledger-head span:nth-child(2),
.technical-ledger-head span:nth-child(3) {
  padding-left: 1.2rem;
}

.technical-ledger-row {
  min-width: 0;
  border-bottom: 1px solid var(--border);
}

.technical-ledger-row--primary {
  background: #fbfcfd;
}

.technical-ledger-area,
.technical-ledger-context,
.technical-ledger-evidence {
  min-width: 0;
  padding: 1rem 1.35rem;
}

.technical-ledger-context,
.technical-ledger-evidence {
  border-left: 1px solid var(--border);
}

.technical-ledger-area span,
.technical-ledger-evidence > span {
  display: block;
  margin-bottom: 0.38rem;
  color: #778791;
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  line-height: 1.3;
  text-transform: uppercase;
}

.technical-ledger-row--primary .technical-ledger-area span {
  color: var(--accent);
}

.technical-ledger-area h3 {
  margin: 0;
  color: var(--brand);
  font-size: clamp(1rem, 1.55vw, 1.24rem);
  letter-spacing: -0.035em;
  line-height: 1.16;
}

.technical-ledger-row--primary .technical-ledger-area h3 {
  font-size: clamp(1.12rem, 1.8vw, 1.42rem);
}

.technical-ledger-context p {
  margin: 0 0 0.62rem;
  color: #576975;
  font-size: 0.79rem;
  line-height: 1.55;
}

.technical-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  margin: 0;
  padding: 0;
  color: #3e5360;
  list-style: none;
}

.technical-tools li {
  display: inline-flex;
  align-items: center;
  font-size: 0.65rem;
  font-weight: 760;
  line-height: 1.35;
}

.technical-tools li:not(:last-child)::after {
  margin-inline: 0.43rem;
  color: #a2afb7;
  content: "·";
}

.technical-ledger-evidence > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.28rem 0.75rem;
}

.technical-ledger-evidence a {
  color: #355d73;
  font-size: 0.68rem;
  font-weight: 780;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-color: #c0d0d8;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.technical-ledger-evidence a:hover {
  color: var(--brand);
  text-decoration-color: var(--accent);
}

.technical-ledger-evidence i {
  font-style: normal;
}

.technical-ledger-exploring {
  display: grid;
  grid-template-columns: minmax(170px, 0.82fr) minmax(0, 2.6fr);
  align-items: center;
  background: #f1f4f5;
}

.technical-ledger-exploring > div {
  padding: 0.9rem 1.35rem;
}

.technical-ledger-exploring > div > span {
  display: block;
  margin-bottom: 0.3rem;
  color: #7c8a93;
  font-size: 0.57rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.technical-ledger-exploring h3 {
  margin: 0;
  color: #435965;
  font-size: 1rem;
  letter-spacing: -0.025em;
}

.technical-ledger-exploring > p {
  margin: 0;
  padding: 0.9rem 1.35rem;
  border-left: 1px dashed #c8d3d9;
  color: #6f7f89;
  font-size: 0.75rem;
  line-height: 1.5;
}

/* EXPERIENCE & EDUCATION — INDONESIAN HOMEPAGE */
.experience-heading {
  margin-bottom: clamp(1.35rem, 2.5vw, 1.8rem) !important;
}

.experience-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(275px, 0.92fr);
  align-items: start;
  gap: 1rem;
}

.experience-panel,
.education-panel {
  overflow: hidden;
  border-color: #cfd9df;
  box-shadow: var(--shadow-sm);
}

.experience-panel {
  padding: clamp(1.4rem, 2.8vw, 2rem);
}

.experience-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.experience-entry {
  position: relative;
  margin-left: 0.25rem;
  padding: 0 0 1.55rem 1.45rem;
  border-left: 1px solid #cfdae0;
}

.experience-entry:last-child {
  padding-bottom: 0;
}

.experience-entry::before {
  position: absolute;
  top: 0.42rem;
  left: -5px;
  width: 9px;
  height: 9px;
  border: 2px solid var(--surface);
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 1px #9ebdcb;
  content: "";
}

.experience-entry-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 1rem;
}

.experience-entry-heading h3 {
  margin: 0;
  color: var(--brand);
  font-size: clamp(1.02rem, 1.55vw, 1.2rem);
  letter-spacing: -0.025em;
  line-height: 1.28;
}

.experience-entry-heading time {
  padding-top: 0.12rem;
  color: #71818b;
  font-size: 0.7rem;
  font-weight: 820;
  letter-spacing: 0.08em;
}

.experience-role {
  margin: 0.38rem 0 0;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.4;
}

.experience-description {
  max-width: 720px;
  margin: 0.72rem 0 0;
  color: #5d6d78;
  font-size: 0.84rem;
  line-height: 1.62;
}

.education-panel {
  border-top: 3px solid var(--brand);
  padding: clamp(1.35rem, 2.6vw, 1.8rem);
}

.education-label {
  margin: 0 0 1rem;
  color: var(--accent);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.education-panel h3 {
  margin: 0;
  color: var(--brand);
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.education-panel h3 span {
  white-space: nowrap;
}

.education-institution {
  margin: 1rem 0 0;
  color: #405664;
  font-size: 0.84rem;
  font-weight: 780;
  line-height: 1.45;
}

.education-faculty {
  margin: 0.32rem 0 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.5;
}

.education-facts {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.85rem;
  margin: 1.35rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
}

.education-facts div {
  min-width: 0;
}

.education-facts dt {
  margin-bottom: 0.24rem;
  color: #7a8992;
  font-size: 0.57rem;
  font-weight: 820;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.education-facts dd {
  margin: 0;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
}

.education-thesis-link {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  margin-top: 1.05rem;
  padding-bottom: 0.18rem;
  border-bottom: 1px solid #b8cad3;
  color: var(--brand);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.35;
  transition: color 150ms ease, border-color 150ms ease;
}

.education-thesis-link:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.education-thesis-link:focus-visible {
  border-radius: 3px;
  outline: 3px solid rgba(47, 107, 138, 0.24);
  outline-offset: 4px;
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.timeline-card {
  padding: clamp(1.35rem, 3vw, 2rem);
}

.timeline-card > h3 {
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}

.timeline {
  margin-left: 0.35rem;
}

.timeline-item {
  position: relative;
  margin: 0;
  padding: 0 0 1.25rem 1.25rem;
  border-left: 1px solid var(--border);
}

.timeline-item::before {
  position: absolute;
  top: 0.35rem;
  left: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  content: "";
}

.timeline-item strong,
.timeline-item span {
  display: block;
}

.timeline-item strong {
  color: var(--brand);
}

.timeline-item span,
.timeline-item p {
  color: var(--muted);
  font-size: 0.82rem;
}

.about-card {
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.about-copy {
  max-width: 720px;
}

.about-copy p {
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.1rem);
}

.about-copy p:last-child {
  margin-bottom: 0;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
  padding: clamp(1.6rem, 4vw, 2.6rem);
  background: var(--brand);
}

.contact-panel .eyebrow {
  color: #9fc0cf;
}

.contact-panel h2 {
  max-width: 760px;
  margin-bottom: 0.8rem;
  color: var(--white);
}

.contact-lead {
  max-width: 620px;
  margin-bottom: 0;
  color: #d0dbe0;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.6rem;
}

.contact-panel--connect {
  min-height: 280px;
  align-items: end;
  padding: clamp(1.8rem, 4.5vw, 3rem);
}

.contact-panel--connect .contact-copy {
  max-width: 700px;
}

.contact-panel--connect h2 {
  margin-bottom: clamp(1rem, 2vw, 1.35rem);
}

.contact-panel--connect .contact-lead {
  max-width: 640px;
  font-size: clamp(0.94rem, 1.35vw, 1.04rem);
  line-height: 1.65;
}

.contact-connect-actions {
  align-self: end;
}

.contact-panel--connect .contact-action-link {
  min-width: 118px;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
}

.contact-panel--connect .contact-action-link:hover {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.11);
}

@media (min-width: 721px) and (max-width: 960px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.68fr);
    gap: 1rem;
  }

  .hero-copy,
  .hero-visual {
    min-height: 540px;
  }
}

@media (max-width: 880px) {
  .contact-panel {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .contact-actions {
    justify-content: flex-start;
  }

  .contact-panel--connect {
    min-height: 0;
  }

  .contact-connect-actions {
    align-self: start;
  }
}

@media (max-width: 767px) {
  .hero--desktop {
    display: none;
  }

  .mobile-hero {
    display: block;
    padding-block: 0.65rem 1.25rem;
  }

  .mobile-intro {
    padding: clamp(1.25rem, 6vw, 1.5rem);
    border-radius: 22px;
  }

  .mobile-location {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    gap: 0.5rem;
    padding: 0.38rem 0.65rem;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: var(--surface-soft);
    color: var(--muted);
    font-size: 0.7rem;
    font-weight: 750;
    letter-spacing: 0.035em;
  }

  .mobile-role {
    margin: 1.25rem 0 0;
    color: #52626e;
    font-size: 0.875rem;
    font-weight: 650;
    letter-spacing: 0.01em;
  }

  .mobile-intro h1 {
    margin: 0.85rem 0 1.2rem;
    font-size: clamp(3.25rem, 14vw, 3.625rem);
    letter-spacing: -0.065em;
    line-height: 0.94;
  }

  .mobile-intro .positioning {
    width: 100%;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.7;
  }

  .mobile-portrait {
    width: 76%;
    max-width: 300px;
    aspect-ratio: 4 / 5;
    margin: 1.5rem auto 0;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: var(--surface-soft);
  }

  .mobile-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
    margin-top: 1.5rem;
  }

  .hero-actions .view-projects {
    grid-column: 1 / -1;
    width: 100%;
  }

  .hero-actions .button {
    min-height: 54px;
    padding-inline: 0.75rem;
  }
}

@media (max-width: 760px) {
  .skills-core {
    grid-template-columns: 1fr;
  }

  .skill-summary {
    min-height: 0;
  }

  .skill-summary:nth-child(odd) {
    border-right: 0;
  }

  .skill-summary:nth-child(-n + 3) {
    border-bottom: 1px solid var(--border);
  }

  .skills-stack,
  .skills-exploring {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .technical-ledger-head {
    display: none;
  }

  .technical-ledger-row,
  .technical-ledger-exploring {
    grid-template-columns: 1fr;
  }

  .technical-ledger-area {
    padding-bottom: 0.45rem;
  }

  .technical-ledger-context {
    padding-block: 0 0.75rem;
  }

  .technical-ledger-evidence {
    padding-block: 0.7rem 0.9rem;
    border-top: 1px dashed #d8e0e4;
  }

  .technical-ledger-context,
  .technical-ledger-evidence,
  .technical-ledger-exploring > p {
    border-left: 0;
  }

  .technical-ledger-exploring > div {
    padding-bottom: 0.35rem;
  }

  .technical-ledger-exploring > p {
    padding-top: 0;
  }

  .experience-layout {
    grid-template-columns: 1fr;
  }

  .timeline-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .home-section {
    padding-block: clamp(3.5rem, 13vw, 4.25rem);
  }

  .skills-overview-heading {
    margin-bottom: 1.25rem;
  }

  .skills-overview-heading h2 {
    font-size: 2.25rem;
  }

  .skills-core {
    border-radius: 18px;
  }

  .skill-summary {
    padding: 1.05rem 1.1rem;
  }

  .skill-summary h3,
  .skill-summary--backend h3 {
    font-size: 1.08rem;
  }

  .skill-summary > p:not(.skill-proof) {
    margin-top: 0.48rem;
    font-size: 0.8rem;
    line-height: 1.5;
  }

  .skill-proof {
    margin-top: 0.72rem;
    font-size: 0.64rem;
  }

  .skills-stack,
  .skills-exploring {
    padding: 0.9rem 1.05rem;
  }

  .skills-stack ul {
    gap: 0.32rem;
  }

  .skills-stack li {
    font-size: 0.64rem;
  }

  .skills-exploring {
    gap: 0.28rem;
  }

  .home-section .section-heading {
    margin-bottom: 1.45rem;
  }

  .technical-ledger {
    border-radius: 18px;
  }

  .technical-ledger-area,
  .technical-ledger-context,
  .technical-ledger-evidence,
  .technical-ledger-exploring > div,
  .technical-ledger-exploring > p {
    padding-inline: 1.1rem;
  }

  .technical-ledger-area {
    padding-top: 1rem;
  }

  .technical-ledger-area h3,
  .technical-ledger-row--primary .technical-ledger-area h3 {
    font-size: 1.08rem;
  }

  .technical-ledger-context p {
    margin-bottom: 0.55rem;
    font-size: 0.76rem;
    line-height: 1.5;
  }

  .technical-tools li {
    font-size: 0.63rem;
  }

  .technical-tools li:not(:last-child)::after {
    margin-inline: 0.38rem;
  }

  .technical-ledger-evidence {
    padding-bottom: 0.85rem;
  }

  .technical-ledger-exploring > div {
    padding-top: 0.85rem;
  }

  .technical-ledger-exploring > p {
    padding-bottom: 0.85rem;
    font-size: 0.72rem;
  }

  .experience-layout {
    gap: 0.75rem;
  }

  .experience-panel,
  .education-panel {
    border-radius: 18px;
  }

  .experience-panel {
    padding: 1.25rem 1.1rem;
  }

  .experience-entry {
    margin-left: 0.2rem;
    padding: 0 0 1.35rem 1.1rem;
  }

  .experience-entry:last-child {
    padding-bottom: 0;
  }

  .experience-entry-heading {
    grid-template-columns: 1fr;
    gap: 0.28rem;
  }

  .experience-entry-heading h3 {
    font-size: 0.97rem;
    line-height: 1.35;
  }

  .experience-entry-heading time {
    grid-row: 2;
    padding-top: 0;
    font-size: 0.64rem;
  }

  .experience-role {
    margin-top: 0.35rem;
    font-size: 0.74rem;
  }

  .experience-description {
    margin-top: 0.6rem;
    font-size: 0.79rem;
    line-height: 1.58;
  }

  .education-panel {
    padding: 1.25rem 1.1rem;
  }

  .education-label {
    margin-bottom: 0.75rem;
  }

  .education-panel h3 {
    font-size: 1.2rem;
  }

  .education-institution {
    margin-top: 0.8rem;
    font-size: 0.8rem;
  }

  .education-facts {
    margin-top: 1.1rem;
    padding-top: 0.85rem;
  }

  .education-thesis-link {
    margin-top: 0.95rem;
    font-size: 0.71rem;
  }

  .timeline-grid {
    gap: 0.75rem;
  }

  .timeline-card {
    padding: 1.25rem 1.1rem 0.3rem;
    border-radius: 18px;
  }

  .timeline-card > h3 {
    margin-bottom: 1.1rem;
    font-size: 1.05rem;
  }

  .timeline {
    margin-left: 0.2rem;
  }

  .timeline-item {
    padding: 0 0 1.2rem 1rem;
  }

  .timeline-item strong {
    font-size: 0.92rem;
    line-height: 1.4;
  }

  .timeline-item span,
  .timeline-item p {
    font-size: 0.79rem;
    line-height: 1.55;
  }

  .timeline-item p {
    margin: 0.45rem 0 0;
  }

  .about-card {
    padding: 1.25rem 1.15rem;
    border-radius: 18px;
  }

  .about-copy p {
    font-size: 0.94rem;
    line-height: 1.65;
  }

  .contact-panel {
    gap: 1.35rem;
    padding: 1.4rem 1.2rem;
    border-radius: 20px;
  }

  .contact-panel--connect {
    gap: 1.5rem;
    padding: 1.5rem 1.2rem;
  }

  .contact-panel h2 {
    font-size: clamp(2.15rem, 11vw, 2.8rem);
  }

  .contact-lead {
    font-size: 0.9rem;
    line-height: 1.65;
  }

  .contact-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .contact-actions .button {
    width: 100%;
  }

  .contact-connect-actions {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 350px) {
  .hero-actions {
    grid-template-columns: 1fr;
  }

  .hero-actions .view-projects {
    grid-column: auto;
  }
}
