:root {
  --background: #fdfcf8;
  --foreground: #2c2c24;
  --primary: #5d7052;
  --primary-foreground: #f3f4f1;
  --secondary: #c18c5d;
  --secondary-foreground: #ffffff;
  --accent: #e6dccd;
  --accent-foreground: #4a4a40;
  --muted: #f0ebe5;
  --muted-foreground: #78786c;
  --border: #ded8cf;
  --destructive: #a85448;
  --card: #fefefa;
  --shadow-soft: 0 4px 20px -2px rgba(93, 112, 82, 0.15);
  --shadow-float: 0 10px 40px -10px rgba(193, 140, 93, 0.2);
  --shadow-rise: 0 20px 40px -10px rgba(93, 112, 82, 0.15);
  --font-serif: "Fraunces", Georgia, serif;
  --font-sans: "Nunito", "PingFang SC", "Microsoft YaHei", sans-serif;
  --ease-organic: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(230, 220, 205, 0.55), transparent 26rem),
    radial-gradient(circle at 90% 8%, rgba(93, 112, 82, 0.08), transparent 28rem),
    var(--background);
  color: var(--foreground);
  font-family: var(--font-sans);
  line-height: 1.7;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

svg {
  width: 1.2em;
  height: 1.2em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(253, 252, 248, 0.95), 0 0 0 5px rgba(93, 112, 82, 0.65);
}

.paper-noise,
.paper-noise::after {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.paper-noise {
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.72'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}

.paper-noise::after {
  content: "";
  opacity: 0.35;
  background-image: linear-gradient(90deg, transparent 0, rgba(44, 44, 36, 0.25) 50%, transparent 100%);
  background-size: 5px 5px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(100% - 2rem, 1180px);
  margin-inline: auto;
}

.section-pad {
  padding: 8rem 0;
}

.site-header {
  position: sticky;
  top: 1rem;
  z-index: 30;
  padding-inline: 1rem;
}

.nav-shell {
  width: min(100%, 1080px);
  min-height: 4rem;
  margin-inline: auto;
  padding: 0.55rem 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(222, 216, 207, 0.68);
  border-radius: 999px;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  min-height: 2.75rem;
  overflow: hidden;
  padding: 0;
  border-radius: 50%;
  text-decoration: none;
}

.brand-sketch {
  width: 4rem;
  height: 4rem;
  display: block;
  object-fit: cover;
  object-position: 50% 54%;
  filter: contrast(1.08) sepia(0.1) hue-rotate(35deg) saturate(0.82);
  transition: transform 300ms var(--ease-organic);
}

.brand:hover .brand-sketch {
  transform: rotate(-3deg) scale(1.04);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.nav-links a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  padding: 0 1.05rem;
  border-radius: 999px;
  color: var(--accent-foreground);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 300ms var(--ease-organic), color 300ms var(--ease-organic), transform 300ms var(--ease-organic);
}

.nav-links a:hover {
  color: var(--primary);
  background: rgba(93, 112, 82, 0.1);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--primary-foreground);
  background: var(--primary);
  cursor: pointer;
}

.hero-section {
  position: relative;
  min-height: 86vh;
  display: grid;
  align-items: center;
  padding-top: 6.5rem;
  overflow: hidden;
}

.hero-grid,
.case-grid,
.method-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(320px, 0.97fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 6rem);
}

.fluid-shape {
  position: absolute;
  filter: blur(34px);
  opacity: 0.58;
  pointer-events: none;
  transform: translateZ(0);
}

.hero-shape-one {
  width: 26rem;
  height: 26rem;
  top: 9rem;
  right: -7rem;
  background: rgba(193, 140, 93, 0.28);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}

.hero-shape-two {
  width: 22rem;
  height: 18rem;
  left: -8rem;
  bottom: 2rem;
  background: rgba(93, 112, 82, 0.16);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--secondary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--foreground);
  font-family: var(--font-serif);
  font-variation-settings: "SOFT" 70, "WONK" 1;
  letter-spacing: 0;
  line-height: 1.08;
}

h1 {
  max-width: 13ch;
  margin-bottom: 1.5rem;
  font-size: clamp(3.25rem, 8vw, 6.6rem);
  font-weight: 780;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.35rem, 4.6vw, 4.45rem);
  font-weight: 720;
}

h3 {
  margin-bottom: 0.8rem;
  font-size: 1.55rem;
  font-weight: 700;
}

.hero-lede {
  max-width: 42rem;
  margin-bottom: 2.2rem;
  color: #5d5d50;
  font-size: clamp(0.98rem, 1.45vw, 1.12rem);
}

.about-eyebrow {
  margin-bottom: 0.8rem;
  color: var(--primary);
}

.about-greeting {
  max-width: none;
  margin-bottom: 1rem;
  font-family: var(--font-serif);
  font-size: clamp(2.35rem, 4.6vw, 4.45rem);
  font-variation-settings: "SOFT" 70, "WONK" 1;
  font-weight: 720;
  letter-spacing: 0;
  line-height: 1.08;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.button {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0 1.8rem;
  border-radius: 999px;
  border: 2px solid transparent;
  font-weight: 800;
  text-decoration: none;
  transition: transform 300ms var(--ease-organic), box-shadow 300ms var(--ease-organic), background-color 300ms var(--ease-organic), color 300ms var(--ease-organic);
}

.button:hover {
  transform: translateY(-1px) scale(1.04);
}

.button:active {
  transform: scale(0.96);
}

.button-primary {
  color: var(--primary-foreground);
  background: var(--primary);
  box-shadow: var(--shadow-soft);
}

.button-primary:hover {
  box-shadow: 0 6px 24px -4px rgba(93, 112, 82, 0.25);
}

.button-outline {
  color: var(--secondary);
  border-color: var(--secondary);
  background: rgba(253, 252, 248, 0.45);
}

.button-ghost {
  color: var(--primary);
  background: rgba(93, 112, 82, 0.1);
}

.profile-stone {
  position: relative;
  min-height: 31rem;
  display: grid;
  place-items: center;
}

.about-portrait-stage {
  min-height: 36rem;
  align-self: stretch;
  isolation: isolate;
  overflow: visible;
}

.about-portrait-stage::before {
  position: absolute;
  z-index: -1;
  width: min(82%, 26rem);
  height: min(78%, 31rem);
  right: 6%;
  bottom: 3%;
  content: "";
  background: rgba(230, 220, 205, 0.6);
  border-radius: 58% 42% 36% 64% / 43% 58% 42% 57%;
  filter: blur(2px);
  transform: rotate(4deg);
}

.about-portrait {
  width: min(100%, 27rem);
  max-height: 39rem;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 18px 22px rgba(93, 112, 82, 0.18));
  transform: rotate(-1.5deg);
  transition: transform 500ms var(--ease-organic);
}

.about-portrait:hover {
  transform: translateY(-5px) rotate(0deg) scale(1.015);
}

.portrait-blob {
  width: min(72vw, 24rem);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: rgba(243, 244, 241, 0.92);
  background:
    linear-gradient(145deg, rgba(93, 112, 82, 0.95), rgba(74, 74, 64, 0.92)),
    var(--primary);
  border: 8px solid rgba(255, 255, 255, 0.8);
  border-radius: 60% 40% 33% 67% / 58% 31% 69% 42%;
  box-shadow: var(--shadow-float);
  transform: rotate(-4deg);
}

.portrait-blob span {
  font-family: var(--font-serif);
  font-size: 6.3rem;
  font-weight: 800;
}

.profile-card {
  position: absolute;
  right: 0;
  bottom: 0.5rem;
  width: min(88%, 24rem);
  padding: 2rem;
  background: rgba(254, 254, 250, 0.88);
  border: 1px solid rgba(222, 216, 207, 0.68);
  border-radius: 2rem 4.2rem 2.4rem 3rem;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
}

.profile-kicker {
  margin-bottom: 0.65rem;
  color: var(--secondary);
  font-size: 0.84rem;
  font-weight: 800;
}

.profile-card h2 {
  font-size: 1.7rem;
}

.profile-card p:last-child {
  margin-bottom: 0;
  color: var(--muted-foreground);
}

.section-heading {
  max-width: 54rem;
  margin-bottom: 3.8rem;
}

.section-heading.compact {
  margin-bottom: 0;
}

.section-heading p:not(.eyebrow),
.method-grid > .section-heading > p:last-child {
  color: var(--muted-foreground);
  font-size: 1.05rem;
}

.education-section {
  position: relative;
  overflow: hidden;
  background: rgba(240, 235, 229, 0.44);
}

.education-shape {
  width: 26rem;
  height: 22rem;
  top: 5rem;
  left: -11rem;
  background: rgba(193, 140, 93, 0.16);
  border-radius: 42% 58% 70% 30% / 47% 45% 55% 53%;
}

.education-heading,
.education-journey {
  position: relative;
  z-index: 1;
}

.education-heading {
  margin-bottom: 3.2rem;
}

.education-heading h2 {
  margin-bottom: 0;
}

.education-journey {
  display: grid;
  gap: 1.45rem;
}

.education-entry {
  display: grid;
  grid-template-columns: minmax(17rem, 0.8fr) minmax(20rem, 1.2fr);
  gap: clamp(1.3rem, 3vw, 3rem);
  align-items: start;
  padding: clamp(1.8rem, 4vw, 3rem);
  background: var(--card);
  border: 1px solid rgba(222, 216, 207, 0.6);
  border-radius: 3.6rem 2rem 3rem 2.4rem;
  box-shadow: var(--shadow-soft);
  transition: transform 300ms var(--ease-organic), box-shadow 300ms var(--ease-organic);
}

.education-entry:nth-child(2) {
  border-radius: 2rem 3.8rem 2.3rem 3.2rem;
}

.education-entry:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-rise);
}

.education-date {
  font-family: var(--font-serif);
  font-variation-settings: "SOFT" 70, "WONK" 1;
}

.education-date {
  margin: 0;
  line-height: 1;
}

.education-date {
  display: inline-block;
  color: var(--primary);
  margin-top: 1.25rem;
  font-size: 1.22rem;
  font-weight: 700;
  white-space: nowrap;
}

.education-entry-main {
  position: relative;
  min-height: 10rem;
  padding-right: clamp(1.3rem, 3vw, 3rem);
}

.education-entry-main::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  content: "";
  background: rgba(222, 216, 207, 0.8);
}

.education-school {
  margin: 0 0 0.55rem;
  color: var(--foreground);
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.6vw, 2.85rem);
  font-variation-settings: "SOFT" 70, "WONK" 1;
  font-weight: 720;
  line-height: 1.1;
}

.education-program {
  margin: 0;
  color: var(--secondary);
  font-size: 1.14rem;
  font-weight: 800;
}

.education-details {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.education-details li {
  display: grid;
  grid-template-columns: 5.2rem minmax(0, 1fr);
  gap: 0.8rem;
  padding: 0.8rem 0;
  border-top: 1px solid rgba(222, 216, 207, 0.72);
}

.education-details li:first-child {
  padding-top: 0;
  border-top: 0;
}

.education-details span {
  color: var(--secondary);
  font-size: 0.86rem;
  font-weight: 800;
}

.education-details p {
  margin: 0;
  color: #5d5d50;
  font-size: 0.97rem;
  font-weight: 700;
  line-height: 1.65;
}

.education-latin {
  color: var(--primary);
  font-family: var(--font-serif);
  font-size: 1.04em;
  font-variation-settings: "SOFT" 70, "WONK" 1;
}

.experience-weave {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: start;
}

.experience-card {
  min-height: 25.75rem;
  display: flex;
  flex-direction: column;
  padding: 1.85rem;
  background: var(--card);
  border: 1px solid rgba(222, 216, 207, 0.58);
  box-shadow: var(--shadow-soft);
  transition: transform 500ms var(--ease-organic), box-shadow 500ms var(--ease-organic);
}

.experience-card:nth-child(2) {
  margin-top: 0;
}

.experience-card:nth-child(3) {
  margin-top: 0;
}

.experience-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-rise);
}

.card-radius-a {
  border-radius: 4rem 2rem 3rem 2rem;
}

.card-radius-b {
  border-radius: 2rem 4.8rem 2rem 3.3rem;
}

.card-radius-c {
  border-radius: 2.4rem 2rem 5rem 2rem;
}

.card-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: space-between;
  margin-bottom: 1.6rem;
  color: var(--secondary);
  font-size: 0.82rem;
  font-weight: 800;
}

.experience-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.experience-card > .experience-role {
  margin-top: 0.25rem;
}

.experience-company,
.experience-role,
.experience-date {
  margin: 0;
}

.experience-company {
  color: var(--foreground);
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-variation-settings: "SOFT" 70, "WONK" 1;
  font-weight: 700;
  white-space: nowrap;
}

.experience-role {
  margin-top: 0.2rem;
  color: var(--secondary);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.45;
}

.experience-role-moss {
  color: var(--primary);
}

.experience-date {
  flex: 0 0 auto;
  color: var(--primary);
  font-family: var(--font-serif);
  font-size: 0.91rem;
  font-variation-settings: "SOFT" 70, "WONK" 1;
  font-weight: 700;
  white-space: nowrap;
}

.experience-summary {
  margin: 1.25rem 0;
  color: #5d5d50;
  font-weight: 700;
  line-height: 1.72;
}

.experience-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.experience-tags span {
  display: inline-flex;
  min-height: 2rem;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  color: var(--primary);
  background: rgba(93, 112, 82, 0.1);
  font-size: 0.8rem;
  font-weight: 800;
}

.experience-card:nth-child(2) .experience-tags span {
  color: #8b6038;
  background: rgba(193, 140, 93, 0.13);
}

.experience-card:nth-child(1) .experience-role {
  color: var(--primary);
}

.experience-card:nth-child(2) .experience-role {
  color: #8b6038;
}

.experience-metric {
  margin-top: auto;
  padding: 1rem 1.1rem;
  display: grid;
  gap: 0.28rem;
  background: rgba(240, 235, 229, 0.7);
  border-radius: 1.5rem 2rem 1.5rem 1.75rem;
}

.experience-metric strong {
  color: var(--primary);
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-variation-settings: "SOFT" 70, "WONK" 1;
  line-height: 1;
}

.experience-metric span {
  color: var(--accent-foreground);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.5;
}

.text-action {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
  padding-top: 1.6rem;
  padding: 0;
  border: 0;
  color: var(--primary);
  background: transparent;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: color 300ms var(--ease-organic), transform 300ms var(--ease-organic);
}

.text-action:hover {
  color: var(--secondary);
  transform: translateX(3px);
}

.text-action span {
  font-size: 1.1rem;
}

.case-section {
  position: relative;
  overflow: hidden;
  background: rgba(230, 220, 205, 0.32);
}

.project-section-inner {
  position: relative;
  z-index: 1;
}

.project-case-card {
  display: grid;
  grid-template-columns: minmax(20rem, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(1rem, 2.5vw, 1.75rem);
  align-items: stretch;
  padding: clamp(1rem, 2.5vw, 1.75rem);
  background: rgba(254, 254, 250, 0.76);
  border: 1px solid rgba(222, 216, 207, 0.62);
  border-radius: 3.5rem 2rem 3.5rem 2.35rem;
  box-shadow: var(--shadow-soft);
}

.project-case-summary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.5rem, 4vw, 3rem);
  background: rgba(240, 235, 229, 0.66);
  border: 1px solid rgba(222, 216, 207, 0.6);
  border-radius: 2.4rem 1.45rem 2.75rem 1.65rem;
}

.project-case-summary-copy {
  margin: clamp(1.5rem, 3vw, 2.5rem) 0;
}

.project-case-summary h3 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 3.7vw, 3.1rem);
}

.project-case-summary-copy p {
  margin-bottom: 0;
  color: var(--accent-foreground);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.9;
}

.project-case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.project-case-tags li {
  padding: 0.55rem 0.82rem;
  color: var(--primary);
  background: rgba(253, 252, 248, 0.76);
  border: 1px solid rgba(93, 112, 82, 0.18);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 800;
}

.project-case-heading {
  margin: 0 0 1rem;
}

.project-case-heading p,
.project-case-item > p:first-child {
  margin-bottom: 0.45rem;
  color: var(--secondary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.project-case-heading h3 {
  margin-bottom: 0;
  font-size: clamp(1.5rem, 2.3vw, 1.95rem);
}

.project-case-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
}

.project-case-item {
  min-height: 0;
  padding: clamp(0.95rem, 1.8vw, 1.25rem);
  border: 1px solid rgba(222, 216, 207, 0.68);
  border-radius: 1.75rem 2.4rem 1.7rem 2rem;
}

.project-case-item:nth-child(even) {
  border-radius: 2.4rem 1.75rem 2rem 1.7rem;
}

.project-case-item h3 {
  margin-bottom: 0.5rem;
  color: var(--foreground);
  font-size: clamp(1.15rem, 1.7vw, 1.4rem);
}

.project-highlight {
  color: var(--secondary);
}

.project-case-item-moss .project-highlight {
  color: var(--primary);
}

.project-case-item-sand .project-highlight {
  color: #8a7657;
}

.project-case-item > p:last-child {
  margin-bottom: 0;
  color: var(--accent-foreground);
  font-size: 0.95rem;
  line-height: 1.65;
}

.project-case-item-moss {
  background: rgba(93, 112, 82, 0.08);
}

.project-case-item-clay {
  background: rgba(193, 140, 93, 0.1);
}

.project-case-item-sand {
  background: rgba(230, 220, 205, 0.72);
}

.project-case-item-stone {
  background: rgba(240, 235, 229, 0.88);
}

.project-case-item-moss > p:first-child {
  color: var(--primary);
}

.project-case-item-clay > p:first-child {
  color: #aa7143;
}

.project-case-item-sand > p:first-child {
  color: #8a7657;
}

.project-case-item-stone > p:first-child {
  color: #697064;
}

.featured-project-visuals {
  display: grid;
  align-content: center;
  gap: 1rem;
}

.project-image {
  margin: 0;
  padding: 0.55rem;
  background: #ffffff;
  border: 1px solid rgba(222, 216, 207, 0.7);
  border-radius: 1.8rem 2.8rem 1.8rem 2.4rem;
  box-shadow: var(--shadow-float);
  overflow: hidden;
}

.project-image:nth-child(even) {
  border-radius: 2.8rem 1.8rem 2.4rem 1.8rem;
}

.project-image img {
  width: 100%;
  aspect-ratio: 1.414 / 1;
  object-fit: cover;
  object-position: top center;
  border-radius: 1.35rem 2.25rem 1.35rem 1.9rem;
}

.project-image figcaption {
  padding: 0.7rem 0.45rem 0.25rem;
  color: var(--muted-foreground);
  font-size: 0.82rem;
  font-weight: 800;
}

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

.project-image-pair .project-image img {
  aspect-ratio: 1 / 0.82;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
  align-items: start;
}

.project-card {
  min-width: 0;
  padding: 1.35rem;
  background: var(--card);
  border: 1px solid rgba(222, 216, 207, 0.58);
  box-shadow: var(--shadow-soft);
  transition: transform 500ms var(--ease-organic), box-shadow 500ms var(--ease-organic);
}

.project-card:hover {
  transform: translateY(-6px) rotate(0.5deg);
  box-shadow: var(--shadow-rise);
}

.project-card-image {
  margin: -0.45rem -0.45rem 1.25rem;
  overflow: hidden;
  border-radius: 1.5rem 2.5rem 1.5rem 2rem;
}

.project-card-image img {
  width: 100%;
  aspect-ratio: 1.28 / 1;
  object-fit: cover;
  object-position: center;
  transition: transform 700ms var(--ease-organic);
}

.project-card:hover .project-card-image img {
  transform: scale(1.05);
}

.project-card h3 {
  margin-bottom: 0.7rem;
  font-size: 1.45rem;
}

.project-card > p:not(.project-label) {
  color: var(--muted-foreground);
}

.project-card .text-action {
  margin-top: 1.25rem;
}

.project-result {
  display: grid;
  gap: 0.15rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(222, 216, 207, 0.8);
}

.project-result strong {
  color: var(--primary);
  font-family: var(--font-serif);
  font-size: 1.05rem;
}

.project-result span {
  color: var(--accent-foreground);
  font-size: 0.9rem;
  font-weight: 700;
}

.project-method {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: clamp(2rem, 6vw, 5rem);
  margin-top: 8rem;
}

.project-toolkit {
  margin-top: 8rem;
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: 4.5rem 2rem 4rem 2.5rem;
}

.exploration-section {
  margin-top: 8rem;
}

.exploration-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}

.exploration-card {
  min-height: 19rem;
  padding: 2rem;
  background: rgba(254, 254, 250, 0.78);
  border: 1px solid rgba(222, 216, 207, 0.62);
  box-shadow: var(--shadow-soft);
  transition: transform 300ms var(--ease-organic), box-shadow 300ms var(--ease-organic);
}

.exploration-card:nth-child(1) {
  border-radius: 4rem 2rem 2.7rem 2rem;
}

.exploration-card:nth-child(2) {
  border-radius: 2rem 4.4rem 2rem 3rem;
}

.exploration-card:nth-child(3) {
  border-radius: 2.8rem 2rem 4.2rem 2rem;
}

.exploration-card:hover {
  transform: translateY(-5px) rotate(-0.5deg);
  box-shadow: var(--shadow-rise);
}

.exploration-index {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  margin-bottom: 1.4rem;
  border-radius: 50%;
  color: var(--primary-foreground);
  background: var(--primary);
  font-family: var(--font-serif);
  font-weight: 800;
}

.exploration-card h3 {
  font-size: 1.5rem;
}

.exploration-card > p {
  color: var(--muted-foreground);
}

.exploration-card .case-pills {
  margin-top: 1.4rem;
}

.exploration-card .case-pills span {
  min-height: 2.25rem;
  padding: 0 0.8rem;
  font-size: 0.84rem;
}

.case-shape {
  width: 32rem;
  height: 20rem;
  right: -10rem;
  top: 7rem;
  background: rgba(93, 112, 82, 0.15);
  border-radius: 53% 47% 70% 30% / 40% 60% 40% 60%;
}

.case-copy {
  max-width: 36rem;
  color: var(--accent-foreground);
  font-size: 1.08rem;
}

.case-pills,
.skill-garden {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.case-pills span,
.skill-garden span {
  display: inline-flex;
  min-height: 2.6rem;
  align-items: center;
  padding: 0 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(222, 216, 207, 0.7);
  background: rgba(255, 255, 255, 0.5);
  color: var(--accent-foreground);
  font-weight: 800;
}

.case-flow {
  display: grid;
  gap: 1rem;
}

.case-flow article {
  position: relative;
  padding: 1.35rem 1.4rem 1.35rem 5.2rem;
  background: rgba(254, 254, 250, 0.76);
  border: 1px solid rgba(222, 216, 207, 0.62);
  border-radius: 1.7rem 3rem 1.7rem 2.4rem;
  box-shadow: var(--shadow-soft);
}

.case-flow article:nth-child(even) {
  transform: translateX(1.5rem);
  border-radius: 3rem 1.7rem 2.4rem 1.7rem;
}

.case-flow span {
  position: absolute;
  left: 1.2rem;
  top: 1.35rem;
  width: 2.8rem;
  height: 2.8rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--primary-foreground);
  background: var(--primary);
  font-family: var(--font-serif);
  font-weight: 800;
}

.case-flow h3 {
  margin-bottom: 0.3rem;
  font-size: 1.25rem;
}

.case-flow p {
  margin-bottom: 0;
  color: var(--muted-foreground);
}

.method-section {
  background: linear-gradient(180deg, transparent, rgba(240, 235, 229, 0.36));
}

.method-grid {
  align-items: start;
}

.method-list {
  display: grid;
  gap: 1.1rem;
}

.method-list article {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 1.1rem;
  padding: 1.55rem;
  background: var(--card);
  border: 1px solid rgba(222, 216, 207, 0.6);
  border-radius: 2rem;
  box-shadow: var(--shadow-soft);
  transition: transform 300ms var(--ease-organic), box-shadow 300ms var(--ease-organic);
}

.method-list article:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-rise);
}

.method-list svg {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0.78rem;
  color: var(--primary);
  background: rgba(93, 112, 82, 0.1);
  border-radius: 1.1rem;
  transition: color 300ms var(--ease-organic), background-color 300ms var(--ease-organic);
}

.method-list article:hover svg {
  color: var(--primary-foreground);
  background: var(--primary);
}

.method-list h3 {
  margin-bottom: 0.35rem;
  font-size: 1.25rem;
}

.method-list p {
  margin-bottom: 0;
  color: var(--muted-foreground);
}

.skills-section {
  background: var(--primary);
  color: var(--primary-foreground);
}

.skills-section h2,
.skills-section .eyebrow {
  color: var(--primary-foreground);
}

.skill-garden span {
  border-color: rgba(243, 244, 241, 0.28);
  background: rgba(255, 255, 255, 0.12);
  color: var(--primary-foreground);
  transition: transform 300ms var(--ease-organic), background-color 300ms var(--ease-organic);
}

.skill-garden span:nth-child(3n + 1) {
  border-radius: 999px 2rem 999px 2rem;
}

.skill-garden span:nth-child(3n + 2) {
  border-radius: 2rem 999px 2rem 999px;
}

.skill-garden span:hover {
  transform: translateY(-3px) rotate(-1deg);
  background: rgba(255, 255, 255, 0.2);
}

.contact-section {
  background:
    radial-gradient(circle at 20% 10%, rgba(193, 140, 93, 0.2), transparent 26rem),
    var(--background);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(19rem, 0.9fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
}

.contact-card {
  display: flex;
  flex-direction: column;
  padding: clamp(1.4rem, 2.6vw, 2rem);
  background: var(--secondary);
  color: var(--secondary-foreground);
  border-radius: 3.5rem 1.8rem 3.2rem 2rem;
  box-shadow: var(--shadow-float);
}

.contact-card h2,
.contact-card .eyebrow {
  color: var(--secondary-foreground);
}

.contact-card h2 {
  margin-bottom: 0;
}

.contact-intro {
  padding-top: clamp(1.4rem, 2.7vw, 2.4rem);
}

.contact-content {
  margin-top: clamp(1.8rem, 3.5vw, 2.8rem);
}

.contact-details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.34);
}

.contact-details a {
  display: grid;
  gap: 0.35rem;
  min-height: 4.7rem;
  padding: 0.8rem 0.95rem;
  color: var(--secondary-foreground);
  background: rgba(253, 252, 248, 0.13);
  border: 1px solid rgba(253, 252, 248, 0.28);
  border-radius: 1.35rem;
  text-decoration: none;
  transition:
    transform 300ms var(--ease-organic),
    background 300ms var(--ease-organic),
    border-color 300ms var(--ease-organic);
}

.contact-details a:hover {
  background: rgba(253, 252, 248, 0.21);
  border-color: rgba(253, 252, 248, 0.5);
  transform: translateY(-0.18rem);
}

.contact-details span {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.contact-details strong {
  font-family: var(--font-sans);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.contact-skills-card {
  display: flex;
  align-items: center;
  padding: 0.75rem 0.4rem;
}

.contact-skill-cloud {
  position: relative;
  width: min(100%, 38rem);
  min-height: 23rem;
}

.contact-skill-cloud span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  min-height: 3rem;
  padding: 0.58rem 1rem;
  color: var(--primary);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(93, 112, 82, 0.18);
  border-radius: 999px;
  box-shadow: 0 4px 14px -9px rgba(93, 112, 82, 0.25);
  font-size: 0.9rem;
  font-weight: 800;
  transition: transform 300ms var(--ease-organic), background 300ms var(--ease-organic);
}

.contact-skill-cloud span:nth-child(1) {
  left: 3%;
  top: 8%;
}

.contact-skill-cloud span:nth-child(2) {
  left: 30%;
  top: 2%;
}

.contact-skill-cloud span:nth-child(3) {
  left: 63%;
  top: 10%;
}

.contact-skill-cloud span:nth-child(4) {
  left: 8%;
  top: 28%;
}

.contact-skill-cloud span:nth-child(5) {
  left: 38%;
  top: 31%;
}

.contact-skill-cloud span:nth-child(6) {
  left: 70%;
  top: 36%;
}

.contact-skill-cloud span:nth-child(7) {
  left: 0;
  top: 51%;
}

.contact-skill-cloud span:nth-child(8) {
  left: 25%;
  top: 55%;
}

.contact-skill-cloud span:nth-child(9) {
  left: 56%;
  top: 52%;
}

.contact-skill-cloud span:nth-child(10) {
  left: 11%;
  top: 75%;
}

.contact-skill-cloud span:nth-child(11) {
  left: 37%;
  top: 70%;
}

.contact-skill-cloud span:nth-child(12) {
  left: 67%;
  top: 76%;
}

.contact-skill-cloud span:nth-child(13) {
  left: 27%;
  top: 89%;
}

.contact-skill-cloud span:hover {
  background: rgba(93, 112, 82, 0.1);
  transform: translateY(-0.2rem);
}

.site-footer {
  padding: 2rem 0 2.5rem;
  color: var(--muted-foreground);
}

.site-footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(222, 216, 207, 0.8);
  padding-top: 1.4rem;
}

.project-dialog {
  width: min(100% - 2rem, 1060px);
  max-height: min(88vh, 920px);
  padding: 0;
  border: 0;
  border-radius: 2.6rem 4.2rem 2.8rem 3rem;
  color: var(--foreground);
  background: var(--background);
  box-shadow: 0 24px 90px -25px rgba(74, 74, 64, 0.48);
  overflow: hidden;
}

.project-dialog::backdrop {
  background: rgba(44, 44, 36, 0.35);
  backdrop-filter: blur(7px);
}

.dialog-shell {
  position: relative;
  max-height: min(88vh, 920px);
  padding: clamp(1.5rem, 4vw, 3.4rem);
  overflow-y: auto;
}

.dialog-close {
  position: sticky;
  top: 0;
  z-index: 2;
  float: right;
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--primary-foreground);
  background: var(--primary);
  cursor: pointer;
  transition: transform 300ms var(--ease-organic), background-color 300ms var(--ease-organic);
}

.dialog-close:hover {
  background: var(--secondary);
  transform: rotate(8deg) scale(1.05);
}

.dialog-header {
  max-width: none;
  padding-right: 3.5rem;
}

.dialog-header h2 {
  margin-bottom: 0.9rem;
  font-size: clamp(1rem, 3.3vw, 3rem);
  letter-spacing: 0;
  line-height: 1.12;
  white-space: nowrap;
}

.dialog-intro {
  color: var(--accent-foreground);
  font-size: 1.1rem;
}

.dialog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.4rem 0 2.1rem;
}

.dialog-meta span {
  display: inline-flex;
  min-height: 2.2rem;
  align-items: center;
  padding: 0 0.9rem;
  border-radius: 999px;
  color: var(--primary);
  background: rgba(93, 112, 82, 0.1);
  font-size: 0.86rem;
  font-weight: 800;
}

.dialog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(17rem, 0.85fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
}

.internship-dialog-content {
  display: grid;
  gap: 1.8rem;
}

.internship-dialog-section {
  padding: clamp(1.2rem, 3vw, 2rem);
  background: rgba(240, 235, 229, 0.5);
  border: 1px solid rgba(222, 216, 207, 0.56);
  border-radius: 2rem 3rem 2rem 2.5rem;
}

.internship-results-section {
  background: rgba(254, 254, 250, 0.76);
  border-radius: 3rem 2rem 2.5rem 2rem;
}

.internship-section-heading {
  margin-bottom: 1.2rem;
  text-align: center;
}

.internship-section-heading h3,
.internship-section-heading p {
  margin: 0;
}

.internship-section-heading h3 {
  font-size: clamp(1.6rem, 3vw, 2.15rem);
}

.internship-section-heading p {
  color: var(--secondary);
  font-family: var(--font-serif);
  font-size: 0.88rem;
  font-variation-settings: "SOFT" 70, "WONK" 1;
  font-weight: 700;
}

.internship-aligned-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(15rem, 0.85fr);
  column-gap: 1.2rem;
  row-gap: 0.9rem;
  align-items: stretch;
}

.internship-aligned-project-heading {
  grid-column: 1;
  grid-row: 1;
}

.internship-aligned-results-heading {
  grid-column: 2;
  grid-row: 1;
}

.internship-aligned-layout .internship-aligned-project {
  grid-column: 1;
  grid-row: var(--card-row);
  height: 100%;
  background: rgba(230, 220, 205, 0.64);
}

.internship-aligned-layout .internship-aligned-result {
  grid-column: 2;
  grid-row: var(--card-row);
  height: 100%;
  background: rgba(93, 112, 82, 0.12);
}

@media (max-width: 1100px) {
  .internship-aligned-layout {
    grid-template-columns: 1fr;
  }

  .internship-aligned-project-heading,
  .internship-aligned-results-heading,
  .internship-aligned-project,
  .internship-aligned-result {
    grid-column: auto;
    grid-row: auto;
  }
}

.internship-responsibility-grid,
.internship-results-grid {
  display: grid;
  gap: 0.9rem;
}

.internship-responsibility-grid {
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
}

.internship-responsibility {
  padding: 1.1rem;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(222, 216, 207, 0.62);
  border-radius: 1.4rem 2rem 1.45rem 1.75rem;
}

.internship-responsibility h4 {
  margin: 0 0 0.7rem;
  color: var(--primary);
  font-family: var(--font-serif);
  font-size: 1.14rem;
  font-variation-settings: "SOFT" 70, "WONK" 1;
}

.internship-responsibility p,
.internship-responsibility li {
  color: var(--accent-foreground);
  font-size: 0.9rem;
}

.internship-responsibility p:last-child {
  margin-bottom: 0;
}

.internship-responsibility ul {
  margin: 0;
  padding-left: 1.1rem;
}

.internship-responsibility li + li {
  margin-top: 0.4rem;
}

.internship-results-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.internship-result {
  min-height: 7.5rem;
  padding: 1.05rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(240, 235, 229, 0.72);
  border-radius: 1.5rem 1.9rem 1.45rem 1.7rem;
}

.internship-result strong {
  color: var(--primary);
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-variation-settings: "SOFT" 70, "WONK" 1;
}

.internship-result span {
  color: var(--accent-foreground);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.5;
}

.dialog-main {
  display: grid;
  gap: 1.15rem;
}

.dialog-block {
  padding: 1.4rem 1.5rem;
  background: rgba(240, 235, 229, 0.5);
  border-radius: 1.8rem 2.5rem 1.8rem 2.2rem;
}

.dialog-block:nth-child(even) {
  border-radius: 2.5rem 1.8rem 2.2rem 1.8rem;
}

.dialog-block h3 {
  margin-bottom: 0.55rem;
  font-size: 1.38rem;
}

.dialog-block p,
.dialog-block li {
  color: var(--accent-foreground);
}

.dialog-block p:last-child {
  margin-bottom: 0;
}

.dialog-block ul {
  margin: 0;
  padding-left: 1.25rem;
}

.dialog-block li + li {
  margin-top: 0.5rem;
}

.dialog-results {
  display: grid;
  gap: 0.85rem;
}

.dialog-result {
  padding: 1.1rem;
  background: var(--primary);
  border-radius: 1.55rem 2rem 1.55rem 1.8rem;
  color: var(--primary-foreground);
}

.dialog-result:nth-child(even) {
  background: var(--secondary);
  border-radius: 2rem 1.55rem 1.8rem 1.55rem;
}

.dialog-result strong {
  display: block;
  margin-bottom: 0.25rem;
  font-family: var(--font-serif);
  font-size: 1.15rem;
}

.dialog-result span {
  font-size: 0.93rem;
  font-weight: 700;
}

.dialog-visual {
  margin: 0;
  padding: 0.6rem;
  background: #ffffff;
  border: 1px solid rgba(222, 216, 207, 0.7);
  border-radius: 2rem 3rem 2rem 2.6rem;
  box-shadow: var(--shadow-float);
}

.dialog-visual + .dialog-visual {
  margin-top: 1rem;
}

.dialog-visual img {
  width: 100%;
  aspect-ratio: 1.15 / 1;
  object-fit: cover;
  object-position: top center;
  border-radius: 1.5rem 2.4rem 1.5rem 2rem;
}

@media (max-width: 980px) {
  .section-pad {
    padding: 6rem 0;
  }

  .hero-grid,
  .case-grid,
  .method-grid,
  .project-case-card,
  .contact-layout,
  .project-method,
  .education-entry {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: auto;
  }

  .contact-skill-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    width: 100%;
    min-height: 0;
  }

  .contact-skill-cloud span {
    position: static;
  }

  .experience-weave,
  .project-grid,
  .exploration-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .experience-card,
  .experience-card:nth-child(2),
  .experience-card:nth-child(3) {
    min-height: auto;
    margin-top: 0;
  }

  .project-method,
  .project-toolkit {
    margin-top: 5rem;
  }

  .exploration-section {
    margin-top: 5rem;
  }

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

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

  .internship-results-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 1.25rem, 1180px);
  }

  .site-header {
    top: 0.75rem;
    padding-inline: 0.65rem;
  }

  .nav-shell {
    min-height: 3.7rem;
  }

  .nav-toggle {
    display: grid;
  }

  .nav-links {
    position: fixed;
    top: 5.1rem;
    left: 1rem;
    right: 1rem;
    display: grid;
    gap: 0.4rem;
    padding: 1rem;
    border: 1px solid rgba(222, 216, 207, 0.72);
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow-float);
    backdrop-filter: blur(18px);
    transform: translateY(-1rem) scale(0.98);
    opacity: 0;
    pointer-events: none;
    transition: opacity 300ms var(--ease-organic), transform 300ms var(--ease-organic);
  }

  .nav-links.is-open {
    transform: translateY(0) scale(1);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-links a {
    justify-content: center;
  }

  h1 {
    max-width: 11ch;
  }

  .hero-actions,
  .contact-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .profile-stone {
    min-height: 28rem;
  }

  .about-portrait-stage {
    min-height: 29rem;
  }

  .about-greeting {
    font-size: clamp(2.35rem, 11vw, 3.2rem);
  }

  .about-portrait {
    width: min(100%, 22rem);
    max-height: 31rem;
  }

  .education-heading {
    margin-bottom: 2.4rem;
  }

  .education-entry {
    gap: 1.4rem;
  }

  .education-entry-main {
    min-height: auto;
    padding-right: 0;
    padding-bottom: 1.4rem;
  }

  .education-entry-main::after {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 1px;
  }

  .education-details {
    max-width: 44rem;
  }

  .profile-card {
    left: 0;
    right: auto;
    width: 92%;
  }

  .experience-weave,
  .project-grid,
  .exploration-grid {
    grid-template-columns: 1fr;
  }

  .case-flow article,
  .case-flow article:nth-child(even) {
    transform: none;
  }

  .project-case-grid {
    grid-template-columns: 1fr;
  }

  .project-image-pair {
    grid-template-columns: 1fr;
  }

  .project-method,
  .project-toolkit {
    margin-top: 4rem;
  }

  .exploration-section {
    margin-top: 4rem;
  }

  .method-list article {
    grid-template-columns: 1fr;
  }

  .project-dialog {
    width: min(100% - 1rem, 1060px);
    max-height: 94vh;
    border-radius: 2rem 2.8rem 2rem 2.4rem;
  }

  .dialog-shell {
    max-height: 94vh;
    padding: 1.25rem;
  }

  .dialog-header {
    padding-right: 3rem;
  }

  .contact-card {
    border-radius: 2.5rem 1.5rem 3.2rem 1.5rem;
  }

}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
