body {
  background-color: var(--paper) !important;
  background-image: linear-gradient(rgba(22, 44, 43, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(22, 44, 43, .035) 1px, transparent 1px), radial-gradient(circle at 78% 18%, rgba(231, 123, 98, .16), transparent 26%), radial-gradient(circle at 10% 68%, rgba(127, 163, 150, .13), transparent 27%) !important;
  background-size: 42px 42px, 42px 42px, auto, auto;
  background-attachment: fixed;
}

.hero-links {
  display: grid !important;
  grid-template-columns: repeat(4, auto) !important;
  gap: 28px;
}

.hero-links a {
  display: flex !important;
  flex-direction: column;
  gap: 5px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 9px;
}

.hero-links strong { font-size: 18px; font-weight: 500; }
.hero-links small { color: var(--ink-soft); font-size: 10px; font-weight: 500; }
.hero-links span { color: var(--coral); margin-left: 5px; }

.publication {
  grid-template-columns: 60px minmax(260px, 1.5fr) 1fr 85px 25px !important;
  gap: 20px !important;
}

.citation { color: var(--coral); font-size: 11px; line-height: 1.4; }
.citation b { display: block; color: var(--ink); font-size: 16px; font-weight: 500; }

@media (max-width: 760px) {
  .hero-links { grid-template-columns: 1fr !important; gap: 15px !important; }
  .hero-links strong { font-size: 17px; }
  .publication { grid-template-columns: 42px 1fr 20px !important; gap: 12px !important; }
  .citation { grid-column: 2; grid-row: 4; margin-top: 6px; }
  .citation b { display: inline; margin-left: 4px; font-size: 14px; }
}

/* Final visual overrides */
body {
  background-color: #f2eee4 !important;
  background-image: linear-gradient(135deg, rgba(231, 123, 98, .14), transparent 32%), linear-gradient(315deg, rgba(86, 136, 121, .15), transparent 35%), repeating-linear-gradient(0deg, rgba(22, 44, 43, .035) 0 1px, transparent 1px 32px), repeating-linear-gradient(90deg, rgba(22, 44, 43, .035) 0 1px, transparent 1px 32px) !important;
  background-attachment: fixed;
}
.brand { font-family: var(--sans) !important; font-size: 16px !important; font-weight: 600 !important; letter-spacing: .01em !important; }
.role-line { font-size: 13px !important; letter-spacing: .13em !important; }
.hero-links strong { font-size: 20px !important; }
.hero-links strong i { color: var(--coral) !important; width: 22px !important; }
.section-heading h2 { font-size: 40px !important; }
.section-heading .eyebrow { font-size: 13px !important; }
.citation { min-width: 75px !important; }

@media (max-width: 760px) {
  .brand { font-size: 14px !important; }
  .role-line { font-size: 11px !important; line-height: 1.8 !important; }
  .hero-links strong { font-size: 18px !important; }
  .section-heading h2 { font-size: 32px !important; }
  .section-heading .eyebrow { font-size: 11px !important; }
}

/* Publication hierarchy and updated color direction */
body {
  background-color: #e8f0eb !important;
  background-image: radial-gradient(circle at 8% 5%, rgba(231, 123, 98, .28), transparent 28%), radial-gradient(circle at 92% 24%, rgba(38, 104, 92, .22), transparent 31%), linear-gradient(125deg, rgba(255, 248, 231, .75), transparent 45%), repeating-linear-gradient(45deg, rgba(22, 44, 43, .025) 0 1px, transparent 1px 28px) !important;
}
.pub-year {
  color: var(--ink) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: .02em;
}
.pub-journal {
  color: var(--ink) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.65 !important;
}
.pub-journal b { font-size: 14px !important; }

@media (max-width: 760px) {
  .pub-year { font-size: 14px !important; }
  .pub-journal { font-size: 13px !important; }
}
.cv-section { padding-block: 110px 30px; }
.cv-intro { display: grid; grid-template-columns: 1fr 1.3fr; gap: 60px; padding: 34px 0 48px; border-bottom: 1px solid var(--line); }
.cv-status { margin: 0 0 7px; color: var(--coral); font-family: var(--serif); font-size: 22px; }
.cv-affiliation, .cv-summary { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.8; }
.cv-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 38px 60px; padding-block: 44px 30px; }
.cv-block h3, .cv-awards h3 { margin: 0 0 18px; font-family: var(--serif); font-size: 18px; font-weight: 400; }
.cv-item { display: grid; grid-template-columns: 92px 1fr; gap: 13px; margin-bottom: 20px; }
.cv-item b { color: var(--coral); font-size: 11px; line-height: 1.5; }
.cv-item p, .cv-item small, .cv-block > p, .cv-block li, .cv-awards p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.75; }
.cv-item small { grid-column: 2; margin-top: -8px; font-size: 10px; }
.cv-block ul { margin: 0; padding-left: 18px; }
.cv-awards { border-top: 1px solid var(--line); padding-top: 28px; }
.cv-awards h3 { display: inline-block; margin-right: 30px; }
.cv-awards p { display: inline; }
.cv-awards span { color: var(--coral); padding-inline: 7px; }
.cv-service { border-top: 1px solid var(--line); padding-top: 28px; }
.cv-service h3 { margin: 0 0 16px; font-family: var(--serif); font-size: 23px; font-weight: 400; }
.cv-service p { max-width: 980px; margin: 0 0 9px; color: var(--ink-soft); font-size: 15px; line-height: 1.8; }
.cv-service b { color: var(--ink); font-weight: 600; }
.projects-section { padding-block: 110px 30px; }
@media (max-width: 760px) {
  .cv-section { padding-block: 75px 10px; }
  .cv-intro { display: block; padding-block: 26px 35px; }
  .cv-summary { margin-top: 22px; }
  .cv-grid { display: block; padding-block: 35px 15px; }
  .cv-block { margin-bottom: 32px; }
  .cv-awards h3 { display: block; margin-bottom: 14px; }
  .cv-service h3 { font-size: 21px; }
  .cv-service p { font-size: 14px; }
}
.flow-intro { display: grid; grid-template-columns: 1.3fr 1fr; gap: 60px; padding: 34px 0 48px; border-bottom: 1px solid var(--line); }
.project-lede { max-width: 650px; margin: 0; font-family: var(--serif); font-size: 29px; line-height: 1.45; }
.project-lede em { color: var(--coral); font-style: normal; }
.project-context { max-width: 360px; margin: 4px 0 0; color: var(--ink-soft); font-size: 13px; line-height: 1.8; }
.research-flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; margin-top: 28px; background: var(--line); }
.flow-step { min-height: 285px; display: flex; flex-direction: column; padding: 21px; background: rgba(232, 240, 235, .88); }
.flow-step > span { color: var(--coral); font-size: 11px; font-weight: 600; letter-spacing: .1em; }
.flow-step > i { margin: 31px 0 17px; color: var(--coral); font-size: 22px; }
.flow-step h3 { margin: 0 0 11px; font-family: var(--serif); font-size: 16px; font-weight: 400; line-height: 1.35; }
.flow-step p { margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.7; }
.flow-step a { margin-top: auto; padding-top: 20px; color: var(--ink); font-size: 10px; font-weight: 600; }.flow-step a b { color: var(--coral); margin-left: 5px; }
@media (max-width: 900px) { .research-flow { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .projects-section { padding-block: 75px 10px; }.flow-intro { display: block; padding-block: 26px 35px; }.project-lede { font-size: 23px; }.project-context { margin-top: 22px; }.research-flow { grid-template-columns: 1fr 1fr; }.flow-step { min-height: 255px; padding: 17px; }.flow-step > i { margin-top: 23px; } }

/* Larger CV type for easier reading */
.cv-status { font-size: 25px !important; }
.cv-affiliation, .cv-summary { font-size: 16px !important; line-height: 1.8 !important; }
.cv-block h3, .cv-awards h3 { font-size: 23px !important; }
.cv-item b { font-size: 13px !important; }
.cv-item p, .cv-block > p, .cv-block li, .cv-awards p { font-size: 15px !important; line-height: 1.8 !important; }
.cv-item small { font-size: 13px !important; line-height: 1.7 !important; }
@media (max-width: 760px) {
  .cv-status { font-size: 22px !important; }
  .cv-affiliation, .cv-summary { font-size: 15px !important; }
  .cv-block h3, .cv-awards h3 { font-size: 21px !important; }
  .cv-item b { font-size: 12px !important; }
  .cv-item p, .cv-block > p, .cv-block li, .cv-awards p { font-size: 14px !important; }
  .cv-item small { font-size: 12px !important; }
}
 :root {
  --ink: #162c2b;
  --ink-soft: #48615e;
  --paper: #f4f1e9;
  --paper-deep: #e8e5da;
  --coral: #e77b62;
  --line: rgba(22, 44, 43, .18);
  --sans: 'DM Sans', sans-serif;
  --serif: 'Libre Baskerville', serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 15px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
.site-header { width: min(1180px, calc(100% - 80px)); height: 94px; margin: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { font-family: var(--serif); font-size: 23px; letter-spacing: -1px; }.brand span { color: var(--coral); }
.site-nav { display: flex; gap: 34px; align-items: center; font-size: 12px; font-weight: 600; letter-spacing: .04em; }.site-nav a { transition: color .2s ease; }.site-nav a:hover, .hero-links a:hover { color: var(--coral); }.nav-contact { padding: 11px 15px; border: 1px solid var(--ink); }.nav-contact span, .hero-links span { color: var(--coral); margin-left: 7px; }.menu-toggle { display: none; background: none; border: 0; color: var(--ink); font: inherit; }
.section-shell { width: min(1180px, calc(100% - 80px)); margin-inline: auto; }.hero { min-height: 620px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 60px; padding-block: 80px; }.eyebrow { margin: 0 0 27px; color: var(--ink-soft); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }.eyebrow span { display: inline-block; width: 30px; height: 1px; margin: 0 10px 3px; background: var(--coral); }.hero h1 { max-width: 690px; margin: 0; font-family: var(--serif); font-size: clamp(42px, 6vw, 78px); font-weight: 400; line-height: 1.08; letter-spacing: -3px; }.hero h1 em { color: var(--coral); font-style: normal; }.intro { max-width: 490px; margin: 35px 0 31px; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }.hero-links { display: flex; gap: 25px; font-size: 12px; font-weight: 600; }.hero-visual { position: relative; justify-self: end; width: min(100%, 380px); }.portrait-frame { position: relative; overflow: hidden; aspect-ratio: .83; background: var(--paper-deep); }.portrait-frame::after { position: absolute; content: ''; inset: 15px; border: 1px solid rgba(244,241,233,.5); pointer-events: none; }.portrait-frame img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; filter: saturate(.72); }.visual-note { position: absolute; right: -30px; bottom: 26px; padding: 15px 20px; color: var(--paper); background: var(--ink); font-size: 11px; line-height: 1.7; }.pulse { display: inline-block; width: 7px; height: 7px; margin: 0 6px 1px 0; border-radius: 50%; background: var(--coral); }
.focus-band { background: var(--ink); color: var(--paper); }.focus-grid { display: grid; grid-template-columns: 1fr 1.3fr 1fr; gap: 55px; align-items: start; padding-block: 62px; }.focus-grid .eyebrow { color: #9fb1aa; }.focus-statement { margin: -4px 0 0; font-family: var(--serif); font-size: 27px; line-height: 1.45; }.focus-statement strong { color: var(--coral); font-weight: 400; }.focus-detail { max-width: 325px; margin: 0; color: #b4c1bc; font-size: 13px; line-height: 1.8; }
.content-section { padding-block: 110px 30px; }.section-heading { display: flex; align-items: baseline; justify-content: space-between; border-bottom: 1px solid var(--ink); }.section-heading .eyebrow { margin-bottom: 13px; }.section-heading h2 { margin: 0 0 19px; font-family: var(--serif); font-size: 32px; font-weight: 400; letter-spacing: -1px; }.section-heading small { margin-left: 10px; color: var(--coral); font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: 0; }.publication { display: grid; grid-template-columns: 60px 1.6fr 1fr 25px; gap: 24px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line); transition: padding .25s ease, color .25s ease; }.publication:hover { padding-left: 12px; color: var(--coral); }.pub-year, .pub-journal { color: var(--ink-soft); font-size: 11px; }.pub-title { max-width: 510px; font-family: var(--serif); font-size: 16px; line-height: 1.5; }.pub-journal { line-height: 1.6; }.pub-journal b { color: var(--ink); font-weight: 600; }.arrow { color: var(--coral); font-size: 17px; text-align: right; }.patents-section { padding-top: 115px; padding-bottom: 90px; }.patent-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding-top: 26px; }.patent { min-height: 265px; display: flex; flex-direction: column; padding: 22px; background: var(--paper-deep); transition: transform .25s ease, background .25s ease; }.patent:hover { background: #deddd2; transform: translateY(-5px); }.patent > span { color: var(--coral); font-size: 11px; font-weight: 600; letter-spacing: .08em; }.patent > span b { color: var(--ink-soft); font-weight: 400; }.patent strong { margin: 25px 0 auto; font-family: var(--serif); font-size: 15px; font-weight: 400; line-height: 1.5; }.patent small { color: var(--ink-soft); font-size: 10px; line-height: 1.6; }.patent small i { float: right; color: var(--coral); font-size: 15px; font-style: normal; }.site-footer { display: flex; justify-content: space-between; padding-block: 25px 45px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 10px; letter-spacing: .04em; text-transform: uppercase; }.site-footer p { margin: 0; }.footer-mark { color: var(--coral); padding-inline: 8px; }.reveal { opacity: 0; transform: translateY(16px); transition: opacity .8s ease, transform .8s ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 760px) { .site-header, .section-shell { width: min(100% - 40px, 560px); }.site-header { height: 76px; }.menu-toggle { display: block; font-size: 12px; font-weight: 600; }.site-nav { position: absolute; z-index: 2; top: 76px; left: 20px; right: 20px; display: none; padding: 22px; background: var(--ink); color: var(--paper); flex-direction: column; align-items: stretch; gap: 20px; }.site-nav.is-open { display: flex; }.nav-contact { border-color: var(--coral); text-align: center; }.hero { display: flex; flex-direction: column; align-items: stretch; gap: 45px; min-height: auto; padding-block: 75px 80px; }.hero h1 { font-size: clamp(38px, 12vw, 58px); letter-spacing: -2px; }.intro { font-size: 15px; }.hero-visual { width: min(82vw, 340px); margin: auto; }.visual-note { right: -10px; bottom: 18px; }.focus-grid { display: block; padding-block: 52px; }.focus-statement { margin-bottom: 25px; font-size: 24px; }.focus-detail { max-width: 100%; }.content-section { padding-block: 75px 10px; }.section-heading h2 { font-size: 27px; }.publication { grid-template-columns: 42px 1fr 20px; gap: 12px; align-items: start; padding: 20px 0; }.pub-title { grid-column: 2; grid-row: 1 / span 2; font-size: 14px; }.pub-journal { grid-column: 2; grid-row: 3; margin-top: 5px; }.pub-year { padding-top: 3px; }.arrow { grid-column: 3; grid-row: 1; }.patents-section { padding-top: 80px; padding-bottom: 65px; }.patent-grid { grid-template-columns: 1fr 1fr; gap: 10px; }.patent { min-height: 245px; padding: 17px; }.patent strong { margin-top: 20px; font-size: 13px; }.site-footer { display: block; line-height: 2; padding-bottom: 30px; }.site-footer p + p { margin-top: 6px; } }
