/* Standalone base styles: no framework or build step required. */
*,::before,::after { box-sizing: border-box; border: 0 solid; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; tab-size: 4; }
body,h1,h2,h3,p { margin: 0; }
h1,h2,h3 { font-size: inherit; font-weight: inherit; }
svg { display: block; vertical-align: middle; flex-shrink: 0; }
[hidden] { display: none !important; }
:root { --background: #f9f8f5; --foreground: #282728; --primary: #782d43; --border: #dddad5; --muted: #676360; --card: #fffefd; --wash: #f0ede8; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
::selection { background: #782d43; color: white; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 2px solid var(--primary); outline-offset: 6px; }
.wrap { width: min(1240px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 100; padding: 15px; background: white; }
.skip-link:focus { top: 15px; }
.site-header { height: 98px; padding: 0 56px; max-width: 1440px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-bottom: 1px solid var(--border); }
.wordmark { font-family: Georgia, serif; font-size: 48px; font-weight: bold; letter-spacing: -4px; line-height: 1; }
.wordmark span { color: var(--primary); }
.site-header nav { display: flex; gap: 36px; font-size: 14px; }
.site-header nav a { padding-block: 10px; transition: color .2s; }
.site-header nav a:hover { color: var(--primary); }
.header-contact { display: flex; gap: 20px; align-items: center; border-bottom: 1px solid var(--foreground); padding: 9px 0; font-size: 14px; }
.hero { min-height: 680px; position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 55px; padding-top: 112px; padding-bottom: 100px; }
.hero h1 { margin: 0 0 32px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(64px, 7.6vw, 108px); line-height: 1.05; font-weight: 400; letter-spacing: -6px; white-space: nowrap; }
.hero h1 em { font-weight: 400; color: var(--primary); }
.type-cursor { display: inline-block; height: .78em; width: 2px; background: var(--primary); margin-left: 10px; vertical-align: -.025em; }
.hero-description { max-width: 595px; font-size: 17px; line-height: 1.85; color: var(--muted); margin: 0; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 51px; padding: 15px 23px; font-size: 14px; border-radius: 3px; transition: background .2s, transform .2s; }
.primary { background: var(--primary); color: #fff; }
.primary:hover { background: #5c2032; transform: translateY(-2px); }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; padding-block: 12px; }
.text-link:hover { color: var(--primary); }
.hero-aside { padding-left: 38px; border-left: 1px solid var(--border); align-self: center; }
.orbit { position: relative; width: 220px; height: 180px; margin: -18px 0 28px; }
.orbit-ring { position: absolute; border: 1px solid #cab0b6; border-radius: 50%; width: 176px; height: 176px; top: 0; left: 10px; }
.ring-two { transform: scaleX(.48) rotate(-25deg); }
.ring-three { transform: scaleY(.48) rotate(-25deg); }
.orbit-core { position: absolute; top: 45px; left: 78px; font-family: Georgia, serif; font-size: 59px; color: var(--primary); }
.orbit-dot { position: absolute; background: var(--primary); height: 7px; width: 7px; border-radius: 50%; }
.dot-one { top: 38px; left: 21px; }.dot-two { top: 140px; left: 160px; background: #ba8e99; }
.eyebrow { font-size: 12px; letter-spacing: 2px; font-weight: 600; color: var(--primary); margin: 0 0 19px; }
.aside-statement { font-size: 23px; line-height: 1.55; font-family: Georgia, serif; margin: 0; }
.aside-statement em { color: var(--primary); }
@media(max-width: 1000px) { .hero { grid-template-columns: minmax(0, 1fr) 240px; gap: 30px; }.hero-aside { padding-left: 25px; }.hero h1 { letter-spacing: -4px; }.wrap { width: calc(100% - 64px); }.site-header { padding-inline: 32px; } }
@media(max-width: 760px) { .site-header { height: auto; min-height: 83px; flex-wrap: wrap; padding: 19px 24px; gap: 20px; }.site-header nav { order: 3; width: 100%; justify-content: space-between; gap: 12px; font-size: 13px; }.wordmark { font-size: 39px; }.wrap { width: calc(100% - 48px); }.hero { display: block; padding-top: 64px; padding-bottom: 85px; min-height: 0; }.hero h1 { font-size: clamp(47px, 11.5vw, 80px); letter-spacing: -3px; }.desktop-break { display: none; }.hero-description { font-size: 16px; }.hero-aside { display: none; }.hero-actions { gap: 18px; }.header-contact { font-size: 13px; } }
@media(prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }


/* Editorial sections */
.hero h1 { position: relative; }
.name-reserve { visibility: hidden; }
.typed-name { position: absolute; left: 0; top: 0; }
.type-cursor.is-complete { animation: cursor-blink 1.15s step-end infinite; }
.type-cursor.is-typing { animation: key-tap .15s ease-out; }
.hero-content { position: relative; z-index: 1; }
.hero::before { content: ''; position: absolute; width: min(520px, 85%); height: 400px; top: 40px; right: 0; pointer-events: none; background: radial-gradient(ellipse, #782d4309, transparent 69%); animation: light-drift 4s ease-out both; }
.hero-description { animation: enter .75s .25s both; }
.hero-actions { animation: enter .75s .35s both; }
.hero-aside { animation: enter .9s .3s both; }
.orbit { animation: orbit-drift 2.4s ease-in-out 2; }
.section { padding-block: 92px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(33px, 3.3vw, 47px); line-height: 1.17; letter-spacing: -1.8px; font-weight: 400; }
h2 em { color: var(--primary); font-weight: 400; }
.section-heading > p { font-size: 16px; color: var(--muted); line-height: 1.8; margin: 0 0 4px; }
.research-section { background: var(--wash); border-block: 1px solid var(--border); }
.project-card { display: grid; grid-template-columns: minmax(0, 1fr) 330px; background: var(--card); border: 1px solid var(--border); border-top: 3px solid var(--primary); }
.project-main { padding: 44px; }
.project-main h3 { font-family: Georgia, serif; font-weight: 400; font-size: clamp(27px, 2.6vw, 36px); line-height: 1.3; letter-spacing: -.8px; margin: 0 0 22px; }
.project-main .eyebrow { font-size: 11px; letter-spacing: 1.6px; }
.project-description { color: var(--muted); font-size: 16px; line-height: 1.85; margin: 0 0 25px; }
.tags { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 7px; }
.tags li { border: 1px solid #e8e3df; background: #f6f4f1; font-size: 12px; color: #5f5854; padding: 7px 10px; border-radius: 3px; line-height: 1.3; }
.project-model { background: #f1eae9; border-left: 1px solid #e1d4d5; padding: 42px 28px; display: flex; flex-direction: column; justify-content: center; }
.model-label { color: #785a62; font-size: 11px; letter-spacing: 1.8px; margin-bottom: 35px; }
.model-root { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 500; }
.model-dot { width: 8px; height: 8px; background: var(--primary); border-radius: 50%; }
.model-branches { border-left: 1px solid #baa0a5; margin: 15px 0 24px 3px; padding: 1px 0 1px 22px; display: grid; gap: 10px; }
.model-branches span { position: relative; font-size: 13px; padding: 13px 11px; background: #fcf9f7; border: 1px solid #ddd0d3; border-radius: 3px; }
.model-branches span::before { content: ''; position: absolute; width: 23px; height: 1px; background: #baa0a5; top: 50%; left: -23px; }
.model-result { border-top: 1px solid #d5c3c7; padding-top: 20px; display: flex; align-items: center; gap: 12px; color: var(--primary); font-size: 14px; }
.project-model > p { color: #786c6c; font-size: 12px; line-height: 1.6; margin: 16px 0 0; }
.project-note { display: flex; gap: 12px; align-items: center; padding: 19px 23px; margin-top: 17px; border: 1px solid #e4e1dd; background: #f0efec; color: var(--muted); }
.project-note p { margin: 0; font-size: 14px; line-height: 1.6; }
.project-note svg { flex-shrink: 0; }
.academic-section { padding-top: 68px; padding-bottom: 74px; border-block: 1px solid var(--border); }
.academic-section h2 { font-size: clamp(31px, 3vw, 42px); }
.profile-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--border); }
.profile-card { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; padding: 26px 22px; position: relative; border-right: 1px solid var(--border); transition: background .25s; }
.profile-card:last-child { border-right: 0; }
.profile-mark { font-family: Georgia, serif; font-size: 25px; color: var(--primary); width: 36px; flex-shrink: 0; }
.orcid-mark { font-family: Arial, sans-serif; letter-spacing: -2px; }
.profile-card h3 { font-size: 15px; font-weight: 500; margin: 0 0 8px; }
.profile-card p { font-size: 12px; color: var(--muted); margin: 0; line-height: 1.5; }
.profile-soon { width: 100%; margin-left: 50px; font-size: 11px; color: #79736f; }
.profile-arrow { position: absolute; right: 12px; top: 13px; color: var(--primary); }
.profile-card[href]:hover { background: var(--wash); }
.contact-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; padding-block: 97px; }
.contact-details p { color: var(--muted); font-size: 16px; line-height: 1.8; margin: 0 0 28px; }
.contact-details > a { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; color: var(--primary); font-size: clamp(16px, 2vw, 25px); padding-bottom: 12px; border-bottom: 1px solid #bfa3ab; }
.contact-details > a:hover { color: #4c1727; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 28px; border-top: 1px solid var(--border); }
.footer-name { font-family: Georgia, serif; font-size: 23px; letter-spacing: -.7px; }
.footer-name span { color: var(--primary); }
.site-footer p { color: var(--muted); font-size: 12px; margin: 0; }
.back-top { display: flex; align-items: center; gap: 14px; font-size: 12px; }
.back-top svg { transform: rotate(-90deg); }
@keyframes cursor-blink { 0%, 49% { opacity: 1; } 50%, 100% { opacity: 0; } }
@keyframes key-tap { from { transform: translateY(2px); opacity: .5; } to { transform: translateY(0); opacity: 1; } }
@keyframes enter { from { opacity: 0; transform: translateY(-12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes orbit-drift { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes light-drift { from { transform: translate(-40px, -16px); opacity: .2; } to { transform: translate(0, 0); opacity: 1; } }
@media(max-width: 1100px) {
  .project-card { grid-template-columns: minmax(0, 1fr) 290px; }.project-main { padding: 32px; }.project-model { padding: 32px 23px; }
  .profile-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.profile-card:nth-child(2) { border-right: 0; }.profile-card:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
}
@media(max-width: 760px) {
  .section { padding-block: 60px; }.section-heading { display: block; margin-bottom: 30px; }.section-heading > p { margin-top: 20px; font-size: 15px; }
  h2 { letter-spacing: -1.1px; }.eyebrow { font-size: 11px; margin-bottom: 16px; }
  .project-card { grid-template-columns: 1fr; }.project-main { padding: 28px 24px; }.project-main h3 { font-size: 28px; }.project-description { font-size: 15px; }.project-model { border-left: 0; border-top: 1px solid #e1d4d5; padding: 29px 25px; }.model-label { margin-bottom: 23px; }
  .profile-card { padding: 23px 16px; gap: 10px; }.profile-soon { margin-left: 46px; }.profile-card h3 { font-size: 14px; }
  .contact-section { grid-template-columns: 1fr; gap: 28px; padding-block: 65px; }.contact-details > a { font-size: 20px; gap: 18px; }
  .site-footer { flex-wrap: wrap; gap: 17px; }.site-footer p { order: 3; width: 100%; }
}
@media(max-width: 420px) {
  .profile-grid { grid-template-columns: 1fr; }.profile-card { border-right: 0; border-bottom: 1px solid var(--border); }.profile-card:last-child { border-bottom: 0; }.profile-soon { width: auto; margin-left: auto; }
  .hero-actions { gap: 14px; }.button { padding-inline: 18px; }.contact-details > a { font-size: 17px; gap: 12px; }
}
@media(prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .type-cursor { opacity: 1; }
}


/* Compact bilingual static layout */
.header-tools { display: flex; align-items: center; gap: 24px; }
.language-switch { display: flex; gap: 3px; padding: 3px; border: 1px solid var(--border); border-radius: 5px; }
.language-switch a { background: transparent; color: var(--muted); padding: 8px 9px; min-height: 36px; border-radius: 3px; font-size: 12px; cursor: pointer; }
.language-switch a[aria-current="page"] { color: white; background: var(--primary); }
.language-switch a:hover { color: var(--primary); background: #782d4310; }
.language-switch a[aria-current="page"]:hover { color: white; background: #5c2032; }
.hero { min-height: 625px; padding-top: 90px; padding-bottom: 80px; }
.role-list { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 28px; font-size: 15px; line-height: 1.5; animation: enter .75s .15s both; }
.role-item { flex-shrink: 0; }
.research-role { flex-shrink: 1; max-width: 236px; }
.role-item small { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 1.6; border-left: 2px solid #c5a4ad; padding-left: 10px; }
.role-divider { color: #a69b9a; }
.simple-heading { font-family: Georgia, serif; font-size: 30px; font-weight: 400; letter-spacing: -.8px; line-height: 1.3; }
.compact-research { padding-block: 35px; }
.research-layout { display: grid; grid-template-columns: 210px 1fr; gap: 34px; align-items: start; }
.research-layout h2 { font-size: 25px; padding-top: 5px; }
.research-topics { display: flex; flex-wrap: wrap; gap: 9px; list-style: none; padding: 0; margin: 0; }
.research-topics li { padding: 10px 14px; border: 1px solid var(--border); border-radius: 4px; background: var(--background); font-size: 14px; line-height: 1.4; }
.section { padding-block: 64px; }
.section-heading { margin-bottom: 28px; }
.calculator-action { margin-top: 27px; }
.calculator-link { cursor: pointer; }
.calculator-link[aria-disabled="true"] { opacity: .55; cursor: default; transform: none; }
.calculator-note { margin-top: 12px; font-size: 13px; color: var(--muted); }
.academic-section h2 { font-size: 30px; }
.profile-card { flex-wrap: nowrap; gap: 12px; padding: 24px 18px; }
.profile-card h3 { margin: 0; }
.profile-mark { font-size: 19px; width: 38px; }
.profile-card > svg { width: 16px; height: 16px; margin-left: auto; }
.profile-soon { width: auto; margin-left: auto; font-size: 11px; }
.contact-section { padding-block: 48px; grid-template-columns: 210px 1fr; gap: 34px; }
.contact-details p { margin-bottom: 16px; }
.contact-details > a { font-size: 21px; }
@media(max-width: 1100px) { .role-list { flex-wrap: wrap; gap: 10px; }.research-role { max-width: 210px; } }
@media(max-width: 760px) {
  .header-tools { gap: 14px; }.site-header { gap: 14px; }.site-header nav { font-size: 14px; }
  .hero { padding-top: 52px; padding-bottom: 52px; min-height: 0; }
  .role-list { font-size: 14px; gap: 10px; }.research-role { max-width: 210px; }
  .research-layout { grid-template-columns: 1fr; gap: 19px; }.compact-research { padding-block: 28px; }.research-topics li { font-size: 13px; padding: 9px 11px; }
  .section { padding-block: 42px; }.simple-heading,.academic-section h2 { font-size: 27px; }
  .contact-section { grid-template-columns: 1fr; gap: 20px; padding-block: 36px; }.contact-details > a { font-size: 19px; }
  .profile-card { padding: 20px 15px; }
}
@media(max-width: 520px) {
  .role-list { display: grid; gap: 13px; }.role-divider { display: none; }.research-role { max-width: none; }.role-item small { max-width: 280px; margin-top: 5px; }
  .header-contact { gap: 8px; }.language-switch a { padding-inline: 8px; }
}
@media(prefers-reduced-motion: reduce) { .role-list { animation: none; } }

/* Refined editorial finish — shared by both languages. */
:root { --background: #faf9f6; --foreground: #2a2528; --primary: #762e46; --border: #e3dcd8; --muted: #6d6266; --wash: #f3eeeb; --card: #ffffff; }
body { text-rendering: optimizeLegibility; }
.site-header { height: 100px; border-bottom-color: #e3dcd880; }
.wordmark { font-size: 50px; }
.site-header nav { gap: 30px; }
.site-header nav a { position: relative; }
.site-header nav a::after { content: ''; position: absolute; bottom: 3px; left: 0; width: 100%; height: 1px; background: var(--primary); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.site-header nav a:hover::after, .site-header nav a:focus-visible::after { transform: scaleX(1); }
.language-switch { border-radius: 22px; background: #eee8e560; padding: 4px; border-color: transparent; }
.language-switch a { border-radius: 18px; min-width: 39px; font-weight: 600; }
.header-contact { border-bottom: 0; gap: 10px; }
.hero { grid-template-columns: minmax(0, 1fr) 300px; gap: 65px; min-height: 635px; padding-top: 80px; padding-bottom: 80px; align-items: center; }
.hero h1 { font-size: clamp(64px, 7.8vw, 110px); letter-spacing: -5.5px; margin-bottom: 34px; }
.hero h1 em { color: var(--primary); }
.hero-description { font-size: 17px; line-height: 1.9; max-width: 580px; }
.role-list { display: grid; grid-template-columns: auto minmax(155px, 1fr) auto; gap: 18px; margin-bottom: 28px; font-size: 14px; max-width: 610px; }
.role-divider { display: none; }
.role-item { position: relative; padding-top: 12px; border-top: 1px solid #d9c9cd; min-width: 0; }
.role-item::before { content: ''; position: absolute; top: -2px; left: 0; width: 4px; height: 4px; border-radius: 50%; background: var(--primary); }
.research-role { max-width: none; }
.role-item small { font-size: 12px; line-height: 1.7; padding-left: 0; border-left: 0; margin-top: 6px; max-width: 245px; }
.hero-actions { gap: 27px; margin-top: 29px; }
.button { min-height: 52px; padding: 16px 23px; border-radius: 7px; font-size: 14px; font-weight: 500; transition: background .25s, transform .25s, box-shadow .25s; }
.button.primary { box-shadow: 0 4px 12px #762e4614; }
.button.primary:hover { box-shadow: 0 8px 22px #762e4626; }
.button svg, .header-contact svg { transition: transform .25s; }
.button:hover svg, .header-contact:hover svg { transform: translate(2px, -2px); }
.hero-aside { border: 1px solid #e6d9dc; border-radius: 120px 120px 12px 12px; background: linear-gradient(155deg, #f8f0ed, #ede4e7); padding: 39px 28px 32px; align-self: center; text-align: center; position: relative; }
.hero-aside::after { content: ''; position: absolute; width: 32px; height: 2px; background: #ad7888; bottom: -1px; left: calc(50% - 16px); }
.hero-aside .orbit { width: 200px; height: 180px; margin: 0 auto 27px; }
.orbit-ring { border-color: #b98e9c; }
.hero-aside .eyebrow { font-size: 11px; letter-spacing: 2.1px; color: #7f5361; margin-bottom: 15px; }
.aside-statement { font-size: 21px; line-height: 1.65; }
.hero::before { height: 460px; top: 20px; right: -20px; opacity: .6; }
.compact-research { background: #f1edeb; border-block-color: #e4dbd7; padding-block: 30px; }
.research-layout { grid-template-columns: 190px 1fr; gap: 36px; align-items: center; }
.research-layout h2 { font-size: 24px; padding-top: 0; }
.research-topics { gap: 8px; }
.research-topics li { background: #faf8f6; border-color: #e3dad5; border-radius: 30px; padding: 9px 15px; font-size: 13px; transition: background .2s, border-color .2s; }
.research-topics li:hover { border-color: #c7a8b2; background: #fff; }
.section { padding-block: 65px; }
.section-heading { align-items: center; gap: 24px; margin-bottom: 28px; }
.section-heading::after { content: ''; flex: 1; height: 1px; background: var(--border); }
.simple-heading, .academic-section h2 { font-size: 32px; letter-spacing: -.9px; }
.project-card { border: 1px solid #e5dcd8; border-radius: 13px; overflow: hidden; grid-template-columns: minmax(0, 1fr) 315px; box-shadow: 0 10px 35px #39242c05; }
.project-main { padding: 39px; }
.project-main .eyebrow { font-size: 10px; letter-spacing: 1.8px; display: flex; align-items: center; gap: 10px; }
.project-main .eyebrow::before { content: ''; width: 17px; height: 1px; flex-shrink: 0; background: var(--primary); }
.project-main h3 { font-size: clamp(28px, 2.7vw, 37px); letter-spacing: -1px; line-height: 1.25; margin-bottom: 22px; }
.project-description { font-size: 15px; line-height: 1.9; }
.tags { gap: 7px; }
.tags li { background: #f6f2ef; border-color: transparent; color: #736269; border-radius: 4px; font-size: 11px; padding: 7px 9px; }
.project-model { background: linear-gradient(145deg, #673147, #402331); border-left: 0; padding: 38px 27px; color: #faf4f6; }
.model-label { color: #e2bcc8; font-size: 10px; letter-spacing: 2px; margin-bottom: 30px; }
.model-root { color: #fff8fa; font-size: 14px; }
.model-dot { background: #e0a7ba; box-shadow: 0 0 0 4px #e0a7ba12; }
.model-branches { border-left-color: #c49baa60; padding-left: 19px; margin-bottom: 28px; }
.model-branches span { background: #ffffff0b; border-color: #d9b6c333; color: #faeef2; border-radius: 5px; font-size: 12px; line-height: 1.6; padding: 12px; }
.model-branches span::before { background: #c49baa60; width: 20px; left: -20px; }
.model-result { border-top-color: #c49baa50; color: #f1d4de; font-size: 13px; padding-top: 23px; }
.project-note { border: 0; background: transparent; padding: 19px 4px 0; margin-top: 0; gap: 10px; }
.project-note p { font-size: 13px; }
.project-note svg { width: 16px; color: #947b84; }
.academic-section { background: transparent; padding-top: 0; padding-bottom: 55px; border: 0; }
.profile-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; border: 0; }
.profile-grid .profile-card { border: 1px solid var(--border); border-radius: 8px; padding: 22px 17px; background: #fffdfb; gap: 12px; transition: transform .25s, border-color .25s, box-shadow .25s; }
.profile-mark { width: 37px; height: 37px; display: flex; align-items: center; justify-content: center; border-radius: 8px; background: #f3e9eb; font-size: 20px; color: var(--primary); }
.profile-card[data-profile="MKÜ AVESİS"] .profile-mark { font-family: Arial, sans-serif; font-size: 12px; letter-spacing: -.5px; }
.profile-card h3 { font-size: 14px; font-weight: 500; line-height: 1.4; }
.profile-card > svg { width: 14px; color: #967b86; }
.profile-card[href]:hover { background: white; transform: translateY(-3px); border-color: #c6a4af; box-shadow: 0 7px 20px #53273908; }
.contact-section { padding: 30px 34px; grid-template-columns: 190px 1fr; gap: 36px; background: #f0e9e6; border: 1px solid #e7dcd6; border-radius: 10px; margin-bottom: 48px; }
.contact-section .simple-heading { font-size: 26px; }
.contact-details p { font-size: 14px; margin-bottom: 10px; }
.contact-details > a { font-size: 21px; border-bottom: 0; padding-bottom: 0; gap: 24px; }
.contact-details > a svg { width: 20px; }
.site-footer { padding-block: 24px; }
.footer-name { font-size: 22px; }
@media(max-width: 1100px) {
  .hero { grid-template-columns: minmax(0,1fr) 255px; gap: 35px; }
  .hero-aside { padding-inline: 20px; }.aside-statement { font-size: 19px; }
  .role-list { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px; }
  .research-role { grid-column: 1 / -1; grid-row: 2; }.role-item small { max-width: none; }
  .project-card { grid-template-columns: minmax(0,1fr) 280px; }.project-main { padding: 30px; }.project-model { padding-inline: 22px; }
  .profile-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media(max-width: 760px) {
  .site-header { height: auto; padding-block: 19px; }.wordmark { font-size: 42px; }.site-header nav { gap: 14px; font-size: 13px; }
  .hero { display: block; min-height: 0; padding-top: 56px; padding-bottom: 48px; }
  .hero h1 { font-size: clamp(49px,12vw,83px); letter-spacing: -3px; margin-bottom: 29px; }
  .hero-description { font-size: 16px; line-height: 1.85; }.hero-aside { display: none; }
  .role-list { grid-template-columns: repeat(2,minmax(0,1fr)); font-size: 14px; gap: 15px; }.role-item small { font-size: 12px; margin-top: 4px; }
  .hero-actions { gap: 19px; }.button { padding: 14px 18px; gap: 20px; }
  .research-layout { grid-template-columns: 1fr; gap: 18px; }.research-layout h2 { font-size: 23px; }.compact-research { padding-block: 25px; }
  .research-topics { gap: 7px; }.research-topics li { font-size: 12px; padding: 8px 11px; }
  .section { padding-block: 42px; }.simple-heading,.academic-section h2 { font-size: 28px; }.section-heading { margin-bottom: 23px; }
  .project-card { grid-template-columns: 1fr; }.project-main { padding: 27px 23px; }.project-main h3 { font-size: 29px; }
  .project-model { border-top: 0; padding: 27px 24px; }.model-label { margin-bottom: 22px; }
  .academic-section { padding-top: 0; padding-bottom: 35px; }
  .profile-grid { gap: 10px; }.profile-grid .profile-card { padding: 17px 12px; gap: 9px; }.profile-mark { width: 30px; height: 34px; font-size: 18px; }.profile-card h3 { font-size: 13px; }
  .contact-section { grid-template-columns: 1fr; gap: 14px; padding: 25px 22px; margin-bottom: 32px; }.contact-details > a { font-size: 18px; gap: 15px; }
}
@media(max-width: 420px) { .profile-grid { grid-template-columns: 1fr; }.profile-grid .profile-card { padding: 17px; }.profile-card h3 { font-size: 14px; }.header-tools { gap: 10px; }.language-switch a { min-width: 33px; padding-inline: 7px; } }
@media(prefers-reduced-motion: reduce) { *,*::before,*::after { transition: none !important; animation: none !important; } }

.language-switch a { display: inline-flex; align-items: center; justify-content: center; }
