:root {
  --ink: #12231e;
  --muted: #65736e;
  --paper: #f7f8f3;
  --white: #fff;
  --green: #135c46;
  --green-dark: #0b3b2d;
  --lime: #c9f05b;
  --mint: #dcefe7;
  --line: #dfe5df;
  --orange: #f4a261;
  --red: #c75252;
  --shadow: 0 18px 50px rgba(19, 54, 43, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 30;
  height: 84px; padding: 0 5vw; display: flex; align-items: center; gap: 38px;
  background: rgba(247,248,243,.88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(19,92,70,.08);
}
.brand { display: flex; align-items: center; gap: 11px; margin-right: auto; }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: var(--lime); }
.brand-mark svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 2; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: Manrope, sans-serif; font-size: 14px; letter-spacing: -.2px; }
.brand small { margin-top: 2px; color: var(--muted); font-size: 9px; letter-spacing: .5px; text-transform: uppercase; }
.main-nav { display: flex; gap: 28px; color: #40504a; font-size: 13px; font-weight: 600; }
.main-nav a { position: relative; padding: 33px 0; }
.main-nav a::after { content: ""; position: absolute; bottom: 23px; left: 0; right: 100%; height: 2px; background: var(--green); transition: .25s; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.portal-button { border: 0; border-radius: 9px; padding: 11px 16px; color: white; background: var(--green); cursor: pointer; font-size: 12px; font-weight: 700; }
.portal-button span { padding-left: 5px; color: var(--lime); }
.menu-button { display: none; border: 0; background: transparent; font-weight: 700; }
.page-section { scroll-margin-top: 80px; }
.hero { min-height: 760px; padding: 135px 5vw 0; overflow: hidden; }
.hero-grid { max-width: 1350px; min-height: 570px; margin: auto; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 5vw; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.eyebrow span { width: 25px; height: 2px; background: currentColor; }
.hero h1, h2 { margin: 20px 0; font-family: Manrope, sans-serif; letter-spacing: -2.5px; line-height: 1.08; }
.hero h1 { max-width: 710px; font-size: clamp(45px, 5.6vw, 78px); }
.hero h1 em { color: var(--green); font-style: normal; }
.hero-content > p { max-width: 590px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; gap: 14px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 0; border-radius: 8px; padding: 13px 19px; cursor: pointer; font-size: 13px; font-weight: 700; }
.button-primary { background: var(--green); color: white; }
.button-primary span { color: var(--lime); }
.button-quiet { border: 1px solid var(--line); background: rgba(255,255,255,.55); }
.hero-meta { display: flex; gap: 42px; margin-top: 47px; }
.hero-meta div { display: flex; flex-direction: column; }
.hero-meta strong { font-family: Manrope; font-size: 18px; }
.hero-meta span { margin-top: 3px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .9px; }
.hero-visual { position: relative; min-height: 530px; border-radius: 38% 62% 65% 35% / 43% 33% 67% 57%; background: radial-gradient(circle at 55% 45%, #cce5d8, #8ab8a6 55%, #1b6550 100%); }
.hero-visual::before { content: ""; position: absolute; inset: 25px; border: 1px solid rgba(255,255,255,.35); border-radius: inherit; }
.visual-card { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.5); background: rgba(255,255,255,.8); box-shadow: var(--shadow); backdrop-filter: blur(15px); }
.battery-card { top: 25%; left: 23%; width: 235px; padding: 24px; border-radius: 20px; transform: rotate(-4deg); }
.visual-label { color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: 1.5px; }
.battery { position: relative; height: 72px; margin: 20px 4px 14px; padding: 8px; display: flex; gap: 5px; align-items: end; border: 3px solid var(--green); border-radius: 10px; }
.battery::after { content: ""; position: absolute; right: -10px; top: 23px; width: 7px; height: 22px; border-radius: 0 3px 3px 0; background: var(--green); }
.battery span { flex: 1; border-radius: 3px; background: var(--lime); }
.battery span:nth-child(1) { height: 25%; } .battery span:nth-child(2) { height: 45%; } .battery span:nth-child(3) { height: 70%; } .battery span:nth-child(4) { height: 95%; }
.battery-card p { margin: 0; color: var(--muted); font-size: 11px; }
.orb { position: absolute; border-radius: 50%; box-shadow: inset -15px -15px 25px rgba(0,0,0,.1), 0 15px 30px rgba(10,70,52,.2); }
.orb-one { width: 80px; height: 80px; top: 7%; right: 16%; background: var(--lime); }
.orb-two { width: 45px; height: 45px; bottom: 17%; left: 12%; background: #f5c283; }
.molecule { position: absolute; width: 125px; height: 80px; }
.molecule::before, .molecule::after { content: ""; position: absolute; top: 38px; width: 58px; height: 2px; background: rgba(255,255,255,.75); }
.molecule::before { left: 8px; transform: rotate(-28deg); } .molecule::after { right: 8px; transform: rotate(28deg); }
.molecule i { position: absolute; width: 19px; height: 19px; border: 3px solid white; border-radius: 50%; }
.molecule i:nth-child(1) { left: 0; bottom: 0; }.molecule i:nth-child(2) { left: 53px; top: 0; }.molecule i:nth-child(3) { right: 0; bottom: 0; }
.molecule-one { top: 12%; left: -2%; transform: scale(.8) rotate(-15deg); }
.molecule-two { bottom: 6%; right: 4%; transform: scale(.65) rotate(20deg); }
.visual-note { position: absolute; z-index: 3; right: -5%; bottom: 24%; padding: 14px 18px; display: flex; gap: 11px; align-items: center; border-radius: 12px; background: white; box-shadow: var(--shadow); }
.visual-note strong, .visual-note small { display: block; }.visual-note strong { font-size: 11px; }.visual-note small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(201,240,91,.25); }
.affiliation { max-width: 1350px; height: 70px; margin: 10px auto 0; display: flex; align-items: center; justify-content: center; gap: 23px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .7px; }
.affiliation strong { color: var(--green); }.affiliation i { width: 4px; height: 4px; border-radius: 50%; background: #aab5af; }
.research-section, .members-section, .publications-section, .contact-section { padding: 105px 5vw; }
.research-section { background: var(--white); }
.section-heading { max-width: 1350px; margin: 0 auto 52px; display: flex; justify-content: space-between; align-items: end; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(38px, 4vw, 57px); }
.section-heading > p { max-width: 440px; margin: 0; color: var(--muted); line-height: 1.7; font-size: 14px; }
.research-grid { max-width: 1350px; margin: auto; display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.research-card { position: relative; min-height: 330px; padding: 27px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #f9faf7; transition: .25s; grid-column: span 2; }
.research-card:nth-child(4), .research-card:nth-child(5) { grid-column: span 3; min-height: 260px; }
.research-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: #bed2c8; }
.research-card .number { color: #9aaba4; font-size: 10px; font-weight: 700; }
.research-card h3 { max-width: 245px; margin: auto 0 10px; font-family: Manrope; font-size: 22px; }
.research-card p { margin: 0 0 12px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.research-icon { position: absolute; top: 30px; right: 27px; width: 61px; height: 61px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green); font-size: 25px; }
.members-section { background: #eef2ec; }
.member-grid { max-width: 1350px; margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.member-card { overflow: hidden; border-radius: 15px; background: white; }
.member-image { height: 270px; display: grid; place-items: end center; background: linear-gradient(145deg, #cdded5, #7fa895); overflow: hidden; }
.member-image .portrait { width: 160px; height: 210px; display: grid; place-items: center; border-radius: 90px 90px 0 0; background: rgba(255,255,255,.5); color: var(--green); font-family: Manrope; font-size: 45px; font-weight: 800; }
.member-card:nth-child(2) .member-image { background: linear-gradient(145deg, #f0d9b8, #c79e69); }
.member-card:nth-child(3) .member-image { background: linear-gradient(145deg, #d6d1e6, #948baa); }
.member-card:nth-child(4) .member-image { background: linear-gradient(145deg, #b9dce0, #6c9da3); }
.member-info { padding: 20px; }.member-info h3 { margin: 0 0 4px; font-family: Manrope; font-size: 16px; }.member-info p { margin: 0; color: var(--green); font-size: 11px; font-weight: 700; }.member-info small { display: block; margin-top: 10px; color: var(--muted); }
.publications-section { background: white; }
.text-button { border: 0; background: transparent; color: var(--green); cursor: pointer; font-size: 12px; font-weight: 700; }
.publication-list { max-width: 1350px; margin: auto; border-top: 1px solid var(--line); }
.publication { padding: 24px 4px; display: grid; grid-template-columns: 65px 1fr 190px 35px; gap: 22px; align-items: center; border-bottom: 1px solid var(--line); }
.publication .year { color: var(--green); font-family: Manrope; font-size: 13px; font-weight: 800; }
.publication h3 { margin: 0 0 6px; font-family: Manrope; font-size: 15px; }.publication p, .publication .journal { margin: 0; color: var(--muted); font-size: 11px; }.publication .journal { font-style: italic; }
.publication button { width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; }
.opportunities-section { padding: 0 5vw 105px; background: white; }
.opportunities-card { max-width: 1350px; min-height: 330px; margin: auto; padding: 65px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; overflow: hidden; position: relative; border-radius: 20px; color: white; background: var(--green-dark); }
.opportunities-card::after { content: ""; position: absolute; width: 420px; height: 420px; right: -140px; top: -180px; border: 1px solid rgba(201,240,91,.3); border-radius: 50%; box-shadow: 0 0 0 70px rgba(201,240,91,.05), 0 0 0 140px rgba(201,240,91,.03); }
.eyebrow.light { color: var(--lime); }.opportunities-card h2 { font-size: clamp(36px, 4vw, 54px); }
.opportunity-copy { position: relative; z-index: 2; }.opportunity-copy p { color: #c4d3ce; font-size: 14px; line-height: 1.7; }.button-light { margin-top: 15px; background: var(--lime); color: var(--green-dark); }
.contact-section { max-width: 1350px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; }
.contact-section h2 { font-size: 48px; }.contact-section p { max-width: 560px; color: var(--muted); }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-details > * { padding: 20px 0; border-top: 1px solid var(--line); }.contact-details span, .contact-details strong, .contact-details a { display: block; }.contact-details span { margin-bottom: 8px; color: var(--muted); font-size: 10px; text-transform: uppercase; }.contact-details strong, .contact-details a { font-size: 13px; }.contact-details a { width: fit-content; color: var(--green); border-bottom: 1px solid var(--green); font-weight: 700; }
footer { padding: 25px 5vw; display: flex; justify-content: space-between; color: var(--muted); background: #edf0ea; font-size: 10px; }
.modal-backdrop { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; visibility: hidden; opacity: 0; background: rgba(7,28,22,.65); backdrop-filter: blur(8px); transition: .25s; }
.modal-backdrop.open { visibility: visible; opacity: 1; }
.login-modal { position: relative; width: min(440px, calc(100% - 30px)); padding: 42px; border-radius: 20px; background: white; box-shadow: 0 30px 80px rgba(0,0,0,.25); transform: translateY(15px); transition: .25s; }
.modal-backdrop.open .login-modal { transform: translateY(0); }
.modal-close { position: absolute; top: 15px; right: 17px; border: 0; background: transparent; color: var(--muted); font-size: 24px; cursor: pointer; }
.login-mark { width: 53px; height: 53px; display: grid; place-items: center; border-radius: 13px; background: var(--green); color: var(--lime); font-family: Manrope; font-size: 13px; font-weight: 800; }
.login-modal h2 { margin: 27px 0 8px; font-size: 30px; letter-spacing: -1px; }.login-modal > p { margin: 0 0 25px; color: var(--muted); font-size: 13px; }
.login-modal label { display: block; margin-bottom: 16px; color: #4e5e58; font-size: 11px; font-weight: 700; }
.login-modal input[type=email], .login-modal input[type=password] { width: 100%; margin-top: 7px; padding: 13px; border: 1px solid var(--line); border-radius: 8px; outline: none; color: var(--ink); }
.login-modal input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(19,92,70,.1); }
.form-row { margin: 0 0 20px; display: flex; justify-content: space-between; align-items: center; color: var(--green); font-size: 10px; }
.form-row .check { margin: 0; display: flex; gap: 6px; align-items: center; font-weight: 500; }.form-row .check input { width: auto; margin: 0; }
.full { width: 100%; }.demo-hint { display: block; margin-top: 17px; text-align: center; color: #8b9893; }
.dashboard { position: fixed; inset: 0; z-index: 80; display: none; background: #f4f6f3; }
.dashboard.open { display: flex; }
.sidebar { width: 230px; padding: 24px 16px 16px; display: flex; flex-direction: column; color: #d8e5df; background: #0e3328; }
.dashboard-brand { padding: 0 8px 27px; display: flex; gap: 11px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.09); }
.login-mark.small { width: 38px; height: 38px; border-radius: 9px; color: var(--green-dark); background: var(--lime); }
.dashboard-brand strong, .dashboard-brand small { display: block; }.dashboard-brand strong { font-family: Manrope; font-size: 14px; }.dashboard-brand small { margin-top: 2px; color: #7fa095; font-size: 9px; }
.sidebar nav { margin-top: 21px; }.sidebar nav p { margin: 24px 10px 8px; color: #688b80; font-size: 8px; letter-spacing: 1.2px; font-weight: 800; }
.sidebar nav button { width: 100%; margin: 3px 0; padding: 11px 12px; display: flex; gap: 11px; align-items: center; border: 0; border-radius: 7px; color: #a9beb7; background: transparent; cursor: pointer; text-align: left; font-size: 11px; }
.sidebar nav button span { width: 17px; color: #75998d; font-size: 15px; }.sidebar nav button b { margin-left: auto; padding: 2px 7px; border-radius: 8px; color: #9fb6ae; background: rgba(255,255,255,.08); font-size: 8px; }.sidebar nav button b.alert { color: #40230c; background: var(--orange); }
.sidebar nav button:hover, .sidebar nav button.active { color: white; background: #1d4a3c; }.sidebar nav button.active span { color: var(--lime); }
.sidebar-user { margin-top: auto; padding: 14px 7px 2px; display: flex; align-items: center; gap: 9px; border-top: 1px solid rgba(255,255,255,.09); }
.avatar { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 50%; color: var(--green-dark); background: #b6d9c7; font-size: 10px; font-weight: 800; }
.sidebar-user strong, .sidebar-user small { display: block; }.sidebar-user strong { font-size: 10px; }.sidebar-user small { margin-top: 2px; color: #75998d; font-size: 8px; }.sidebar-user button { margin-left: auto; border: 0; color: #86a398; background: transparent; cursor: pointer; }
.dashboard-main { flex: 1; overflow: auto; }
.dashboard-header { height: 105px; padding: 22px 34px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: white; }
.dashboard-header > div:first-child { display: grid; grid-template-columns: auto 1fr; column-gap: 12px; }.dashboard-header h1 { margin: 0; font-family: Manrope; font-size: 20px; letter-spacing: -.5px; }.dashboard-header p { grid-column: 2; margin: 3px 0 0; color: var(--muted); font-size: 10px; }
.dash-menu { display: none; grid-row: span 2; border: 0; background: none; }
.header-actions { display: flex; gap: 8px; align-items: center; }.icon-button { position: relative; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 8px; background: white; cursor: pointer; }.notification i { position: absolute; top: 7px; right: 7px; width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }.small-button { padding: 10px 14px; font-size: 10px; }
.dashboard-content { padding: 27px 34px 50px; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.metric-card { padding: 18px; border: 1px solid var(--line); border-radius: 11px; background: white; }
.metric-top { display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; }
.metric-icon { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 8px; color: var(--green); background: var(--mint); font-size: 15px; }.metric-icon.orange { color: #8d541d; background: #fbe7d2; }.metric-icon.red { color: #963d3d; background: #f7dddd; }.metric-icon.blue { color: #346d7b; background: #dceff2; }
.metric-value { margin: 15px 0 6px; display: flex; align-items: end; gap: 8px; font-family: Manrope; font-size: 28px; font-weight: 800; }.metric-value small { margin-bottom: 4px; padding: 2px 5px; border-radius: 4px; color: var(--green); background: #e7f4eb; font-family: DM Sans; font-size: 8px; }
.metric-card > small { color: var(--muted); font-size: 8px; }
.dashboard-grid { margin-top: 17px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 17px; }
.panel { border: 1px solid var(--line); border-radius: 11px; background: white; overflow: hidden; }
.panel-head { padding: 17px 19px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }.panel-head h2 { margin: 0; font-family: Manrope; font-size: 13px; letter-spacing: -.2px; }.panel-head button { border: 0; color: var(--green); background: none; cursor: pointer; font-size: 9px; font-weight: 700; }
.lab-table { width: 100%; border-collapse: collapse; }.lab-table th { padding: 10px 15px; color: #8b9893; background: #fafbf9; font-size: 8px; text-align: left; text-transform: uppercase; letter-spacing: .6px; }.lab-table td { padding: 13px 15px; border-top: 1px solid #edf0ed; font-size: 9px; }.lab-table td strong { display: block; font-size: 10px; }.lab-table td small { color: var(--muted); font-size: 8px; }
.status { display: inline-block; padding: 4px 7px; border-radius: 10px; color: #24654d; background: #e2f2e9; font-size: 7px; font-weight: 800; text-transform: uppercase; }.status.warning { color: #9a5a18; background: #fbe8ce; }.status.danger { color: #a34141; background: #f8dddd; }.status.info { color: #316a78; background: #dfeff3; }
.schedule-list { padding: 4px 18px; }.schedule-item { padding: 14px 0; display: grid; grid-template-columns: 44px 4px 1fr; gap: 10px; border-bottom: 1px solid #edf0ed; }.schedule-item:last-child { border: 0; }.schedule-item time { color: var(--muted); font-size: 9px; }.schedule-item i { border-radius: 3px; background: var(--green); }.schedule-item:nth-child(2) i { background: var(--orange); }.schedule-item:nth-child(3) i { background: #6e8fa9; }.schedule-item strong, .schedule-item small { display: block; }.schedule-item strong { font-size: 9px; }.schedule-item small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.wide-panel { margin-top: 17px; }.panel-toolbar { padding: 14px 18px; display: flex; gap: 9px; border-bottom: 1px solid var(--line); }.search-field { flex: 1; max-width: 300px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 7px; font-size: 9px; outline: none; }.filter-button { padding: 8px 12px; border: 1px solid var(--line); border-radius: 7px; background: white; font-size: 9px; cursor: pointer; }
.empty-panel { min-height: 460px; display: grid; place-items: center; text-align: center; }.empty-panel div { max-width: 340px; }.empty-panel span { width: 60px; height: 60px; margin: auto; display: grid; place-items: center; border-radius: 18px; color: var(--green); background: var(--mint); font-size: 27px; }.empty-panel h2 { margin: 20px 0 8px; font-size: 21px; letter-spacing: -.6px; }.empty-panel p { color: var(--muted); font-size: 11px; line-height: 1.6; }
.toast { position: fixed; right: 25px; bottom: 25px; z-index: 150; padding: 13px 18px; display: flex; gap: 11px; align-items: center; border-radius: 10px; color: white; background: var(--green-dark); box-shadow: var(--shadow); transform: translateY(90px); opacity: 0; transition: .3s; }.toast.show { transform: translateY(0); opacity: 1; }.toast > span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: var(--green-dark); background: var(--lime); font-weight: 800; }.toast strong, .toast small { display: block; }.toast strong { font-size: 10px; }.toast small { margin-top: 2px; color: #a9beb7; font-size: 8px; }

@media (max-width: 1000px) {
  .main-nav { display: none; position: absolute; top: 84px; left: 0; right: 0; padding: 20px; flex-direction: column; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); }
  .main-nav.open { display: flex; }.main-nav a { padding: 11px; }.main-nav a::after { display: none; }.menu-button { display: block; }.portal-button { margin-left: 0; }
  .hero-grid { grid-template-columns: 1fr; }.hero { padding-top: 130px; }.hero-visual { min-height: 430px; margin-top: 30px; }.affiliation { display: none; }
  .research-grid { grid-template-columns: repeat(2,1fr); }.research-card, .research-card:nth-child(4), .research-card:nth-child(5) { grid-column: span 1; }
  .member-grid { grid-template-columns: repeat(2,1fr); }.publication { grid-template-columns: 50px 1fr 30px; }.publication .journal { display: none; }
  .metric-grid { grid-template-columns: repeat(2,1fr); }.dashboard-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .site-header { height: 70px; padding: 0 18px; }.brand small { display: none; }.portal-button { padding: 10px; font-size: 10px; }
  .hero { padding: 115px 20px 60px; }.hero-grid { min-height: auto; }.hero h1 { font-size: 43px; }.hero-meta { gap: 23px; }.hero-visual { min-height: 350px; }.battery-card { left: 16%; top: 22%; width: 200px; }.visual-note { right: 1%; }.research-section, .members-section, .publications-section, .contact-section { padding: 75px 20px; }
  .section-heading { align-items: start; flex-direction: column; gap: 20px; }.research-grid, .member-grid { grid-template-columns: 1fr; }.research-card { min-height: 250px; }.opportunities-section { padding: 0 20px 75px; }.opportunities-card { padding: 40px 25px; grid-template-columns: 1fr; gap: 10px; }.contact-section { grid-template-columns: 1fr; }.contact-details { grid-template-columns: 1fr; } footer { gap: 15px; flex-direction: column; }
  .sidebar { position: absolute; z-index: 3; left: -230px; top: 0; bottom: 0; transition: .25s; }.sidebar.open { left: 0; }.dash-menu { display: block; }.dashboard-header { height: auto; min-height: 90px; padding: 18px; }.dashboard-header p { display: none; }.dashboard-header h1 { font-size: 16px; }.header-actions .icon-button { display: none; }.dashboard-content { padding: 18px; }.metric-grid { grid-template-columns: 1fr 1fr; }.metric-card { padding: 14px; }.metric-value { font-size: 22px; }.lab-table th:nth-child(3), .lab-table td:nth-child(3), .lab-table th:nth-child(4), .lab-table td:nth-child(4) { display: none; }.login-modal { padding: 32px 25px; }
}

/* Editable portal theme */
.public-portal {
  min-height: 100vh;
  color: var(--ink);
  background: var(--paper);
  font-size: var(--theme-body-size);
}
.public-portal h1,
.public-portal h2,
.public-portal h3 {
  color: var(--theme-heading);
}
.public-portal .hero h1 {
  font-size: clamp(36px, 5vw, var(--theme-hero-size));
  text-transform: var(--theme-hero-case);
}
.public-portal .section-heading h2,
.public-portal .contact-section h2,
.public-portal .network-column h2 {
  font-size: clamp(28px, 4vw, var(--theme-section-size));
  text-transform: var(--theme-section-case);
}
.public-portal .project-card h3,
.public-portal .research-card h3,
.public-portal .member-info h3,
.public-portal .application-steps h3,
.public-portal .benefit-grid h3 {
  font-size: var(--theme-card-size);
  text-transform: var(--theme-card-case);
}
.public-portal p,
.public-portal li,
.public-portal dd {
  font-size: var(--theme-body-size);
}
.public-portal main p,
.public-portal main li,
.public-portal main dd {
  text-transform: var(--theme-body-case);
}
.public-portal .main-nav {
  font-size: var(--theme-nav-size);
  text-transform: var(--theme-nav-case);
}
.public-portal .section-number,
.public-portal .academic-kicker,
.public-portal .role-label,
.public-portal .project-card > span,
.public-portal .project-copy > span {
  font-size: var(--theme-label-size);
  text-transform: var(--theme-label-case);
}
.public-portal .button,
.public-portal .portal-button,
.public-portal .admin-link,
.public-portal .profile-links a,
.public-portal .project-copy a,
.public-portal .update-copy a {
  text-transform: var(--theme-button-case);
}
.public-portal .members-section,
.public-portal .updates-section,
.public-portal .faq-section {
  background: var(--theme-soft-surface);
}
.public-portal .why-join-section,
.public-portal .group-members-section,
.public-portal .research-section,
.public-portal .publications-section {
  background: var(--white);
}

/* Project summary, listing and detail pages */
.homepage-project-grid {
  max-width: 1350px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}
.homepage-project-card {
  overflow: hidden;
  color: var(--ink);
  background: var(--white);
  border-top: 4px solid var(--green);
}
.homepage-project-card > img { width: 100%; height: 185px; display: block; object-fit: cover; }
.homepage-project-card > div { padding: 25px; }
.homepage-project-card h3 { margin: 25px 0 12px; color: var(--green); font-family: "Source Serif 4", serif; font-size: var(--theme-card-size); }
.homepage-project-card p { min-height: 70px; color: var(--muted); font-family: "Source Serif 4", serif; line-height: 1.65; }
.homepage-project-card a, .project-list-card a, .back-link { display: inline-block; margin-top: 19px; padding-bottom: 3px; border-bottom: 1px solid var(--green); color: var(--green); font-size: 9px; font-weight: 700; text-transform: var(--theme-button-case); }
.project-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.project-meta > span { color: var(--lime); font-size: var(--theme-label-size); font-weight: 700; letter-spacing: .07em; text-transform: var(--theme-label-case); }
.project-status { padding: 4px 7px; font-size: 7px; letter-spacing: .07em; text-transform: uppercase; }
.status-open { color: #205b43; background: #dceee5; }.status-upcoming { color: #82551b; background: #f3e6cf; }.status-closed { color: #7a464b; background: #eedcdf; }
.project-levels { display: flex; gap: 6px; flex-wrap: wrap; }.project-levels span { padding: 5px 7px; border: 1px solid var(--line); color: var(--muted); font-size: 8px; }
.projects-footer { max-width: 1350px; margin: 25px auto 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.projects-footer .availability-note { margin: 0; }
.projects-page, .project-detail-page, .research-page, .research-detail-page, .apply-page { padding-top: 122px; min-height: calc(100vh - 100px); background: var(--paper); }
.subpage-hero { padding: 90px 5vw 65px; color: #fff; background: var(--green-dark); }
.subpage-hero > * { max-width: 1350px; margin-left: auto; margin-right: auto; }.subpage-hero h1 { margin-top: 10px; color: #fff; font-family: "Source Serif 4", serif; font-size: clamp(40px, 5vw, var(--theme-hero-size)); }.subpage-hero > p:last-child { max-width: 700px; margin-left: max(0px, calc((100% - 1350px) / 2)); color: #c4d0db; font-family: "Source Serif 4", serif; line-height: 1.7; }
.project-browser { max-width: 1350px; margin: auto; padding: 45px 0 90px; }
.project-filters { margin-bottom: 28px; padding: 16px; display: flex; align-items: end; gap: 14px; border: 1px solid var(--line); background: var(--white); }.project-filters label { color: var(--muted); font-size: 8px; font-weight: 700; text-transform: uppercase; }.project-filters select { min-width: 160px; margin-top: 6px; padding: 9px; display: block; border: 1px solid var(--line); background: var(--white); }.project-filters > span { margin-left: auto; padding-bottom: 9px; color: var(--muted); font-size: 9px; }
.project-list-grid { display: grid; gap: 18px; }.project-list-card { display: grid; grid-template-columns: 310px 1fr; overflow: hidden; border: 1px solid var(--line); background: var(--white); }.project-list-card > img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; }.project-list-copy { padding: 32px; }.project-list-copy h2 { margin: 25px 0 12px; color: var(--green); font-family: "Source Serif 4", serif; font-size: 29px; }.project-list-copy p { max-width: 760px; color: var(--muted); font-family: "Source Serif 4", serif; line-height: 1.7; }
.project-empty, .project-not-found { padding: 90px 5vw; color: var(--muted); text-align: center; }
.project-detail-hero { max-width: 1350px; margin: auto; padding: 75px 0 55px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 65px; align-items: center; }.project-detail-hero h1 { margin: 30px 0 17px; color: var(--green); font-family: "Source Serif 4", serif; font-size: clamp(40px, 5vw, var(--theme-hero-size)); line-height: 1.08; }.project-detail-hero > div > p { color: var(--muted); font-family: "Source Serif 4", serif; font-size: 16px; line-height: 1.7; }.project-detail-hero > img { width: 100%; height: 390px; object-fit: cover; }
.project-detail-grid { max-width: 1350px; margin: auto; padding: 0 0 100px; display: grid; grid-template-columns: 1fr 340px; gap: 60px; }.project-description { border-top: 1px solid var(--ink); }.project-description section { padding: 30px 0; border-bottom: 1px solid var(--line); }.project-description h2 { color: var(--green); font-family: "Source Serif 4", serif; font-size: 25px; }.project-description p { color: var(--muted); font-family: "Source Serif 4", serif; font-size: var(--theme-body-size); line-height: 1.8; }
.project-facts { align-self: start; padding: 25px; color: #fff; background: var(--green-dark); }.project-facts div { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.18); }.project-facts span, .project-facts strong { display: block; }.project-facts span { margin-bottom: 6px; color: #aebdca; font-size: 8px; text-transform: uppercase; }.project-facts strong { font-family: "Source Serif 4", serif; font-size: 13px; }.project-facts .button { margin-top: 24px; width: 100%; background: var(--lime); }
@media (max-width: 1000px) { .homepage-project-grid { grid-template-columns: 1fr 1fr; padding: 0 5vw; }.projects-footer, .project-browser, .project-detail-hero, .project-detail-grid { margin-left: 5vw; margin-right: 5vw; }.project-detail-hero { grid-template-columns: 1fr; }.project-detail-grid { grid-template-columns: 1fr; }.project-facts { max-width: 500px; } }
@media (max-width: 700px) { .homepage-project-grid { grid-template-columns: 1fr; }.projects-footer { align-items: flex-start; flex-direction: column; }.project-filters { align-items: stretch; flex-direction: column; }.project-filters > span { margin-left: 0; }.project-list-card { grid-template-columns: 1fr; }.project-list-card > img { min-height: 220px; }.project-detail-hero > img { height: 260px; } }

/* Research listing, detail and application pathways */
.section-action { max-width: 1350px; margin: 28px auto 0; text-align: right; }
.research-section .research-card:last-child { grid-column: span 1; min-height: 305px; }
.research-section .research-card a { display: inline-block; margin-top: auto; padding-top: 18px; color: var(--green); border-bottom: 1px solid var(--green); font-size: 9px; font-weight: 700; text-transform: var(--theme-button-case); }
.research-list-grid { max-width: 1350px; margin: auto; padding: 55px 0 100px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.research-list-card { min-height: 350px; display: grid; grid-template-columns: 42% 1fr; overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.research-list-card img { width: 100%; height: 100%; object-fit: cover; }
.research-list-card > div { padding: 34px; }
.research-list-card span { color: var(--lime); font-size: var(--theme-label-size); font-weight: 700; letter-spacing: .08em; }
.research-list-card h2 { margin: 35px 0 13px; color: var(--green); font-family: "Source Serif 4", serif; font-size: 27px; }
.research-list-card p { color: var(--muted); font-family: "Source Serif 4", serif; line-height: 1.7; }
.research-list-card a { display: inline-block; margin-top: 22px; color: var(--green); border-bottom: 1px solid var(--green); font-size: 9px; font-weight: 700; }
.research-detail-hero { max-width: 1350px; margin: auto; padding: 75px 0 55px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 65px; align-items: center; }
.research-detail-hero h1 { margin: 20px 0 17px; color: var(--green); font-family: "Source Serif 4", serif; font-size: clamp(40px, 5vw, var(--theme-hero-size)); line-height: 1.08; }
.research-detail-hero > div > p:last-child { color: var(--muted); font-family: "Source Serif 4", serif; font-size: 16px; line-height: 1.7; }
.research-detail-hero img { width: 100%; height: 390px; object-fit: cover; }
.research-detail-grid { max-width: 1350px; margin: auto; padding-bottom: 100px; display: grid; grid-template-columns: 1fr 360px; gap: 60px; }
.research-detail-copy { border-top: 1px solid var(--ink); }
.research-detail-copy section { padding: 32px 0; border-bottom: 1px solid var(--line); }
.research-detail-copy h2, .pathway-detail h2, .pathway-detail h3 { color: var(--green); font-family: "Source Serif 4", serif; }
.research-detail-copy h2 { font-size: 25px; }
.research-detail-copy p { color: var(--muted); font-family: "Source Serif 4", serif; line-height: 1.8; }
.related-projects { align-self: start; padding: 27px; color: #fff; background: var(--green-dark); }
.related-projects article { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.2); }
.related-projects h3 { font-family: "Source Serif 4", serif; font-size: 17px; }
.related-projects span { color: #d4a8ae; font-size: 8px; text-transform: uppercase; }
.related-projects a { color: #fff; border-bottom: 1px solid #fff; font-size: 8px; font-weight: 700; }
.apply-browser { max-width: 1150px; margin: auto; padding: 55px 0 100px; }
.pathway-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.pathway-tabs button { padding: 18px; border: 0; border-right: 1px solid var(--line); color: var(--green); background: var(--white); font-weight: 700; cursor: pointer; }
.pathway-tabs button:last-child { border-right: 0; }
.pathway-tabs button.active { color: #fff; background: var(--green); }
.pathway-detail { padding: 48px; border: 1px solid var(--line); border-top: 0; background: var(--white); }
.pathway-detail header > p:last-child { max-width: 750px; color: var(--muted); font-family: "Source Serif 4", serif; line-height: 1.7; }
.pathway-detail h2 { margin: 8px 0 15px; font-size: 38px; }
.pathway-columns { margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 55px; }
.pathway-columns section { padding-top: 22px; border-top: 1px solid var(--ink); }
.pathway-columns h3 { font-size: 21px; }
.pathway-columns li { margin-bottom: 13px; padding-left: 7px; color: var(--muted); font-family: "Source Serif 4", serif; line-height: 1.6; }
.requirement-note, .verification-note { padding: 16px; color: var(--muted); background: var(--theme-soft-surface); font-size: 10px; line-height: 1.6; }
.apply-actions { margin-top: 28px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.text-link { color: var(--green); border-bottom: 1px solid var(--green); font-size: 9px; font-weight: 700; }
.verification-note { margin-top: 18px; border-left: 3px solid var(--lime); }

/* Homepage member slider */
.member-slider { max-width: 1350px; margin: auto; position: relative; }
.member-slider-controls { margin-bottom: 14px; display: flex; justify-content: flex-end; gap: 8px; }
.member-slider-controls button { padding: 9px 14px; border: 1px solid var(--green); color: var(--green); background: transparent; font-size: 8px; font-weight: 700; text-transform: uppercase; cursor: pointer; }
.member-slider-controls button:hover { color: #fff; background: var(--green); }
.member-slider-track { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--green) var(--theme-soft-surface); }
.member-slider-track .member-card { min-width: calc((100% - 36px) / 3); scroll-snap-align: start; }

@media (max-width: 1000px) {
  .research-list-grid, .research-detail-hero, .research-detail-grid, .apply-browser { margin-left: 5vw; margin-right: 5vw; }
  .research-list-grid { grid-template-columns: 1fr; }
  .research-detail-hero, .research-detail-grid { grid-template-columns: 1fr; }
  .related-projects { max-width: 520px; }
  .member-slider-track .member-card { min-width: calc((100% - 18px) / 2); }
}
@media (max-width: 700px) {
  .section-action { text-align: left; }
  .research-list-card { grid-template-columns: 1fr; }
  .research-list-card img { height: 230px; }
  .research-detail-hero img { height: 260px; }
  .pathway-tabs, .pathway-columns { grid-template-columns: 1fr; }
  .pathway-tabs button { border-right: 0; border-bottom: 1px solid var(--line); }
  .pathway-detail { padding: 30px 22px; }
  .member-slider-track .member-card { min-width: 86%; }
}

/* Academic visual system */
:root {
  --ink: #172238;
  --muted: #5e6673;
  --paper: #f7f6f2;
  --white: #fff;
  --green: #173d68;
  --green-dark: #102b4b;
  --lime: #9f2333;
  --mint: #e8edf3;
  --line: #d8d9d6;
  --orange: #a96423;
  --red: #9f2333;
  --shadow: 0 12px 35px rgba(22, 34, 56, .08);
}

body {
  background: var(--paper);
  font-family: "Libre Franklin", Arial, sans-serif;
}

.institution-bar {
  height: 31px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: var(--green-dark);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-header {
  top: 31px;
  height: 91px;
  background: rgba(255, 255, 255, .97);
  border-bottom: 3px solid var(--green);
  backdrop-filter: none;
}

.brand-seal {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  border: 1px solid var(--green);
  color: var(--green);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 14px;
  font-weight: 700;
}

.brand-logo {
  width: 47px;
  height: 47px;
  display: block;
  flex: 0 0 47px;
}

.brand-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.brand strong {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 18px;
  letter-spacing: 0;
}

.brand small {
  margin-top: 3px;
  font-size: 9px;
  letter-spacing: .09em;
}

.main-nav {
  gap: 25px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.main-nav a {
  padding: 37px 0;
}

.main-nav a::after {
  bottom: 24px;
  background: var(--lime);
}

.portal-button {
  padding: 10px 14px;
  border: 1px solid var(--green);
  border-radius: 0;
  color: var(--green);
  background: transparent;
  font-size: 10px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.header-system-links {
  display: flex;
  align-items: stretch;
}

.booking-link {
  padding: 10px 14px;
  border: 1px solid var(--green);
  border-left: 0;
  color: #fff;
  background: var(--green);
  font-size: 9px;
  font-weight: 700;
  text-transform: var(--theme-button-case);
}

.hero {
  position: relative;
  min-height: 710px;
  padding-top: 172px;
  background:
    linear-gradient(rgba(23, 61, 104, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 61, 104, .035) 1px, transparent 1px),
    #f7f6f2;
  background-size: 42px 42px;
}

.hero-art {
  position: absolute;
  inset: 0 0 0 41%;
  background:
    linear-gradient(90deg, var(--paper) 0%, rgba(247,246,242,.86) 12%, rgba(247,246,242,.12) 43%, transparent 67%),
    linear-gradient(0deg, rgba(16,43,75,.2), transparent 45%),
    url("assets/images/research-hero.png") 58% center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 60%, rgba(16,43,75,.08));
}

.hero-grid {
  position: relative;
  z-index: 2;
  min-height: 485px;
  grid-template-columns: 1fr;
}

.hero-content {
  max-width: 820px;
}

.academic-kicker,
.section-number {
  margin: 0 0 18px;
  color: var(--lime);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.recruitment-status {
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255,255,255,.65);
  color: #fff;
  background: #102b4b;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.hero-content > p.recruitment-status {
  color: #fff;
}

.recruitment-status span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e3b95f;
  box-shadow: 0 0 0 3px rgba(227,185,95,.18);
}

.hero h1,
h2 {
  font-family: "Source Serif 4", Georgia, serif;
  letter-spacing: -.025em;
}

.hero h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(43px, 5vw, 68px);
  font-weight: 600;
  line-height: 1.07;
}

.hero-abstract {
  max-width: 720px !important;
  margin-top: 27px;
  padding-left: 20px;
  border-left: 3px solid var(--lime);
  color: #4f5967 !important;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 16px !important;
  line-height: 1.75 !important;
}

.hero-microcopy {
  margin-top: 19px;
  color: #58616d !important;
  font-size: 9px !important;
  letter-spacing: .03em;
}

.button {
  border-radius: 0;
  font-size: 10px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.button-primary {
  background: var(--green);
}

.button-quiet {
  border-color: #aeb5bd;
  background: transparent;
}

.why-join-section,
.projects-section,
.faq-section {
  padding: 95px 5vw;
}

.why-join-section {
  background: #fff;
}

.benefit-grid {
  max-width: 1350px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--line);
}

.benefit-grid article {
  min-height: 245px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.benefit-grid b {
  color: var(--lime);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 23px;
  font-weight: 500;
}

.benefit-grid h3 {
  margin: 48px 0 12px;
  color: var(--green);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 20px;
}

.benefit-grid p {
  color: var(--muted);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 12px;
  line-height: 1.65;
}

.candidate-strip {
  max-width: 1350px;
  margin: 24px auto 0;
  padding: 18px 22px;
  display: flex;
  gap: 12px;
  align-items: center;
  border-left: 4px solid var(--lime);
  background: #edf1f5;
}

.candidate-strip strong {
  margin-right: auto;
  color: var(--green);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 13px;
}

.candidate-strip span {
  padding: 7px 9px;
  border: 1px solid #c3cad1;
  color: #4f5a66;
  background: #fff;
  font-size: 8px;
}

.projects-section {
  color: #fff;
  background: var(--green-dark);
}

.projects-section .section-heading {
  border-color: rgba(255,255,255,.35);
}

.projects-section .section-heading h2 {
  color: #fff;
}

.projects-section .section-heading > p {
  color: #bec9d4;
}

.project-grid {
  max-width: 1350px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.project-card {
  min-height: 255px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.045);
  transition: .25s;
}

.project-card:hover {
  border-color: rgba(255,255,255,.55);
  background: rgba(255,255,255,.075);
  transform: translateY(-3px);
}

.project-card > span,
.project-copy > span {
  color: #dfb6bc;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.project-card h3 {
  margin: 30px 0 13px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 23px;
  font-weight: 600;
}

.project-card p {
  color: #c4ced8;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 12px;
  line-height: 1.7;
}

.project-card small {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.17);
  color: #9faebb;
  font-size: 8px;
}

.featured-project {
  min-height: 390px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column: span 2;
  background: #fff;
  color: var(--ink);
}

.project-image {
  min-height: 390px;
  overflow: hidden;
}

.project-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.project-copy {
  padding: 42px;
}

.project-copy h3 {
  margin-top: 15px;
  color: var(--green);
  font-size: 30px;
}

.project-copy p {
  color: var(--muted);
}

.project-copy ul {
  padding-left: 16px;
  color: #545e69;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 11px;
  line-height: 1.8;
}

.project-copy a {
  display: inline-block;
  margin-top: 15px;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--green);
  color: var(--green);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.availability-note {
  max-width: 1350px;
  margin: 22px auto 0;
  color: #aebbc7;
  font-size: 8px;
}

.availability-note strong {
  color: #fff;
}

.affiliation {
  position: relative;
  z-index: 2;
  padding: 0 22px;
  background: rgba(247,246,242,.92);
  height: 64px;
  margin-top: 0;
  justify-content: space-between;
  border-top: 1px solid #bfc3c4;
  font-size: 9px;
}

.research-section,
.members-section,
.publications-section,
.contact-section,
.approach-section {
  padding: 95px 5vw;
}

.section-heading {
  align-items: start;
  border-top: 1px solid #aeb3b8;
  padding-top: 23px;
}

.section-heading h2 {
  margin-top: 0;
  font-size: clamp(37px, 4vw, 53px);
  font-weight: 600;
}

.section-heading > p {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 14px;
}

.research-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--line);
}

.research-card,
.research-card:nth-child(4),
.research-card:nth-child(5) {
  min-height: 305px;
  padding: 30px;
  grid-column: span 1;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: #fff;
}

.research-thumb {
  height: 92px;
  margin: -30px -30px 24px;
  border-bottom: 1px solid var(--line);
  background-color: #dce3e8;
  background-image:
    linear-gradient(90deg, rgba(16,43,75,.82), rgba(16,43,75,.12)),
    url("assets/images/polymer-electrolyte.png");
  background-size: cover;
}

.research-thumb-1 { background-position: center 42%; filter: saturate(.82); }
.research-thumb-2 { background-position: center 55%; filter: hue-rotate(-8deg) saturate(.8); }
.research-thumb-3 { background-position: 72% 35%; filter: hue-rotate(18deg) saturate(.72); }
.research-thumb-4 { background-position: 25% 52%; filter: grayscale(.35) sepia(.08); }
.research-thumb-5 { background-position: 55% 72%; filter: hue-rotate(28deg) saturate(.62); }

.research-card:last-child {
  grid-column: span 2;
  min-height: 245px;
}

.research-card:hover {
  transform: none;
  box-shadow: inset 5px 0 var(--lime);
}

.research-index {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #8b9198;
  font-size: 9px;
}

.research-index b {
  color: #c2c5c8;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 38px;
  font-weight: 500;
}

.research-card h3 {
  max-width: none;
  margin: 38px 0 13px;
  color: var(--green);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 24px;
  font-weight: 600;
}

.research-card p {
  max-width: 560px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 13px;
  line-height: 1.7;
}

.research-card ul {
  margin: 5px 0 22px;
  padding-left: 16px;
  color: #555f6b;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 11px;
  line-height: 1.7;
}

.research-card small {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid #e2e3e1;
  color: var(--lime);
  font-size: 8px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.approach-section {
  color: #fff;
  background: var(--green-dark);
}

.highlights-section {
  max-width: 1350px;
  margin: 0 auto;
  padding: 80px 0 95px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  align-items: center;
}

.highlight-tag {
  display: inline-block;
  padding: 5px 8px;
  color: #fff;
  background: var(--lime);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.highlight-lead h2 {
  margin: 18px 0;
  font-size: 38px;
  font-weight: 600;
}

.highlight-lead > p:not(.section-number) {
  color: var(--muted);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 14px;
  line-height: 1.75;
}

.highlight-lead a,
.update-copy a {
  display: inline-block;
  margin-top: 15px;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--green);
  color: var(--green);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.highlight-figure {
  min-height: 350px;
  padding: 0;
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #b8c0c8;
  background: #edf1f4;
}

.highlight-figure img {
  width: 100%;
  height: 350px;
  display: block;
  object-fit: cover;
}

.highlight-figure figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 16px 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background: linear-gradient(transparent, rgba(8,27,48,.92));
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 13px;
}

.highlight-figure figcaption small {
  color: #d0d9e1;
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 8px;
  text-transform: uppercase;
}

.approach-section .section-heading {
  border-color: rgba(255,255,255,.35);
}

.approach-section h2 {
  color: #fff;
}

.approach-flow {
  max-width: 1350px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,.35);
}

.approach-flow div {
  min-height: 190px;
  padding: 25px;
  border-right: 1px solid rgba(255,255,255,.2);
}

.approach-flow b,
.approach-flow strong,
.approach-flow span {
  display: block;
}

.approach-flow b {
  color: #d7a8ae;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 24px;
}

.approach-flow strong {
  margin: 45px 0 10px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 18px;
}

.approach-flow span {
  color: #bdc7d1;
  font-size: 10px;
  line-height: 1.6;
}

.members-section {
  background: #f0f0ec;
}

.group-members-section {
  padding: 95px 5vw;
  background: #fff;
}

.pi-profile {
  max-width: 1350px;
  margin: 0 auto 48px;
  display: grid;
  grid-template-columns: 330px 1fr;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.pi-photo {
  min-height: 350px;
  display: grid;
  place-items: center;
  color: #8c9299;
  background:
    linear-gradient(135deg, transparent 49.7%, #c9ced3 50%, transparent 50.3%),
    linear-gradient(45deg, transparent 49.7%, #c9ced3 50%, transparent 50.3%),
    #e6e9eb;
  font-size: 9px;
  line-height: 1.7;
  text-align: center;
  text-transform: uppercase;
}

.pi-copy {
  padding: 45px 55px;
}

.role-label {
  color: var(--lime);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pi-copy h3 {
  margin: 8px 0 18px;
  color: var(--green);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 34px;
}

.pi-copy > p {
  color: var(--muted);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 13px;
  line-height: 1.6;
}

.pi-copy .pi-bio {
  max-width: 700px;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.student-heading {
  max-width: 1350px;
  margin: 0 auto 18px;
  color: var(--green);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 21px;
  font-weight: 600;
}

.profile-links {
  margin-top: 28px;
  display: flex;
  gap: 25px;
}

.profile-links a {
  color: var(--green);
  border-bottom: 1px solid var(--green);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.member-grid {
  grid-template-columns: repeat(3, 1fr);
}

.member-card {
  border-top: 3px solid var(--green);
  border-radius: 0;
}

.member-image {
  height: 155px;
  background: #e3e6e7 !important;
}

.group-members-section .member-image {
  height: 320px;
  place-items: center;
  padding: 12px;
  background: linear-gradient(145deg, #f6f8f8, #e3e8ea) !important;
}

.group-members-section .member-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
}

.member-image .portrait {
  width: 82px;
  height: 82px;
  align-self: center;
  border: 1px solid #aeb5bc;
  border-radius: 50%;
  color: #78828d;
  background: transparent;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 22px;
}

.member-info h3 {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 18px;
}

.member-info p {
  color: var(--lime);
  font-size: 9px;
  text-transform: uppercase;
}

.group-members-section .member-info {
  min-height: 145px;
}

.group-members-section .member-info a {
  margin-top: 13px;
  display: inline-block;
  color: var(--green);
  border-bottom: 1px solid var(--green);
  font-size: 8px;
}

.members-empty {
  max-width: 1350px;
  margin: auto;
  padding: 35px;
  border: 1px solid var(--line);
  color: var(--muted);
  text-align: center;
}

.demo-note,
.publication-notice {
  max-width: 1350px;
  margin: 17px auto 0;
  color: #737980;
  font-size: 9px;
}

.publication-notice {
  padding: 12px 15px;
  border-left: 3px solid #b68a40;
  background: #f7f0df;
}

.publication-notice strong {
  margin-right: 7px;
  color: #735319;
}

.publication-list {
  padding-left: 0;
  list-style: none;
  border-top-color: var(--ink);
}

.publication {
  padding: 28px 6px;
  grid-template-columns: 70px 1fr;
  align-items: start;
}

.publication .year {
  color: var(--lime);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 16px;
}

.publication h3 {
  margin: 5px 0 8px;
  color: var(--green);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 18px;
  font-weight: 600;
}

.publication p,
.publication .authors {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 12px;
  line-height: 1.55;
}

.scholarship-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: #fff;
  background: var(--green-dark);
}

.scholarship-cell {
  min-height: 190px;
  padding: 32px 5vw 28px 28px;
  border-right: 1px solid rgba(255,255,255,.18);
}

.scholarship-cell span,
.scholarship-cell strong,
.scholarship-cell small {
  display: block;
}

.scholarship-cell span {
  color: #aebbc7;
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.scholarship-cell strong {
  margin: 38px 0 10px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 21px;
}

.scholarship-cell small {
  color: #aebbc7;
  font-size: 9px;
  line-height: 1.5;
}

.updates-section {
  padding: 95px 5vw;
  background: #f0f0ec;
}

.updates-grid {
  max-width: 1350px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 48px;
}

.update-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 3px solid var(--green);
  background: #fff;
}

.update-image {
  min-height: 310px;
}

.scientific-image {
  overflow: hidden;
  background: #dce3e8;
}

.scientific-image img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  display: block;
  object-fit: cover;
  object-position: 47% center;
  filter: saturate(.82) contrast(1.02);
}

.update-copy {
  padding: 33px;
}

.update-copy small,
.update-list small {
  color: var(--lime);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.update-copy h3,
.update-list h3 {
  color: var(--green);
  font-family: "Source Serif 4", Georgia, serif;
}

.update-copy h3 {
  margin: 15px 0;
  font-size: 24px;
}

.update-copy p {
  color: var(--muted);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 12px;
  line-height: 1.7;
}

.update-list {
  border-top: 1px solid var(--ink);
}

.update-list article {
  padding: 24px 0;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 20px;
  border-bottom: 1px solid #cfd1ce;
}

.update-list time {
  color: #737b84;
  font-size: 9px;
}

.update-list h3 {
  margin: 6px 0 0;
  font-size: 17px;
  font-weight: 600;
}

.network-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.network-column {
  padding: 80px max(5vw, calc((100vw - 1350px) / 2));
  color: #fff;
  background: var(--green);
}

.network-column.facilities {
  color: var(--ink);
  background: #fff;
}

.network-column h2 {
  margin: 0 0 17px;
  font-size: 39px;
}

.network-column > p:not(.section-number) {
  max-width: 550px;
  color: #c8d2dc;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 13px;
  line-height: 1.7;
}

.network-list {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255,255,255,.35);
}

.network-list span {
  padding: 17px 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
  font-size: 10px;
}

.facilities ul {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ink);
}

.facilities li {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.facilities li span {
  color: var(--green);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 14px;
}

.facilities li small {
  color: var(--muted);
  font-size: 8px;
}

.publication .authors {
  color: #333c49;
}

.opportunities-card {
  min-height: 280px;
  border-radius: 0;
  background: var(--green);
}

.application-steps {
  max-width: 1350px;
  margin: 22px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--line);
}

.application-steps article {
  min-height: 220px;
  padding: 25px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.application-steps b {
  color: var(--lime);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 25px;
}

.application-steps h3 {
  margin: 36px 0 10px;
  color: var(--green);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 17px;
}

.application-steps p {
  color: var(--muted);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 11px;
  line-height: 1.65;
}

.application-pathways {
  max-width: 1350px;
  margin: 22px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--line);
}

.application-pathways article {
  min-height: 250px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.application-pathways article > p {
  color: var(--lime);
  font-size: var(--theme-label-size);
  font-weight: 700;
  text-transform: var(--theme-label-case);
}

.application-pathways h3 {
  margin: 35px 0 12px;
  color: var(--green);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: var(--theme-card-size);
}

.application-pathways span {
  color: var(--muted);
  font-family: "Source Serif 4", Georgia, serif;
  line-height: 1.65;
}

.application-pathways a {
  width: fit-content;
  margin-top: auto;
  padding-top: 22px;
  color: var(--green);
  border-bottom: 1px solid var(--green);
  font-size: 9px;
  font-weight: 700;
  text-transform: var(--theme-button-case);
}

.faq-section {
  background: #f0f0ec;
}

.faq-list {
  max-width: 1000px;
  margin: auto;
  border-top: 1px solid var(--ink);
}

.faq-list details {
  border-bottom: 1px solid #c9cbc8;
}

.faq-list summary {
  padding: 22px 45px 22px 4px;
  position: relative;
  cursor: pointer;
  color: var(--green);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 17px;
  list-style: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 8px;
  top: 20px;
  color: var(--lime);
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 19px;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list details p {
  max-width: 780px;
  margin: -4px 0 22px;
  color: var(--muted);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 12px;
  line-height: 1.7;
}

.opportunities-card::after {
  display: none;
}

.opportunities-card h2 {
  font-size: clamp(34px, 4vw, 49px);
}

.public-portal .opportunities-card h2 {
  color: #fff;
}

.public-portal .opportunities-card .section-number.light {
  color: #e7b6bd;
}

.button-light {
  color: var(--green);
  background: #fff;
}

.contact-section h2 {
  font-size: 43px;
}

footer {
  color: #d3dce5;
  background: var(--green-dark);
}

.footer-admin-link {
  margin-left: auto;
  color: #9eafbe;
  border-bottom: 1px solid #71879a;
  font-size: 8px;
  font-weight: 700;
  text-transform: var(--theme-button-case);
}

.login-modal {
  border-radius: 0;
  border-top: 5px solid var(--green);
}

.login-mark,
.login-mark.small {
  border-radius: 0;
  color: #fff;
  background: var(--green);
  font-family: "Source Serif 4", Georgia, serif;
}

.login-modal h2,
.dashboard-header h1,
.panel-head h2 {
  font-family: "Source Serif 4", Georgia, serif;
}

.sidebar {
  background: var(--green-dark);
}

.sidebar nav button {
  border-radius: 0;
}

.sidebar nav button:hover,
.sidebar nav button.active {
  background: #1d456f;
}

.sidebar nav button.active {
  box-shadow: inset 3px 0 var(--red);
}

.sidebar nav button span {
  font-size: 8px;
}

.metric-card,
.panel,
.icon-button,
.search-field,
.filter-button,
.status {
  border-radius: 0;
}

.metric-icon {
  border-radius: 0;
  font-size: 8px;
}

.metric-value {
  font-family: "Source Serif 4", Georgia, serif;
}

@media (max-width: 1000px) {
  .site-header {
    top: 31px;
  }
  .header-system-links { margin-left: auto; }
  .main-nav {
    top: 91px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-art {
    inset: 0;
    opacity: .28;
  }
  .hero-content {
    max-width: 760px;
  }
  .approach-flow {
    grid-template-columns: repeat(2, 1fr);
  }
  .highlights-section {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .scholarship-section {
    grid-template-columns: repeat(2, 1fr);
  }
  .updates-grid {
    grid-template-columns: 1fr;
  }
  .benefit-grid,
  .application-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .candidate-strip {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .candidate-strip strong {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .institution-bar {
    padding: 0 18px;
  }
  .institution-bar span:first-child {
    display: none;
  }
  .site-header {
    top: 31px;
    height: 76px;
  }
  .brand strong {
    font-size: 13px;
  }
  .header-system-links { display: none; }
  .brand-seal {
    width: 38px;
    height: 38px;
  }
  .brand-logo {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }
  .hero {
    padding-top: 145px;
  }
  .hero h1 {
    font-size: 39px;
  }
  .hero-art {
    background-position: 67% center;
    opacity: .19;
  }
  .research-grid {
    grid-template-columns: 1fr;
  }
  .research-card:last-child {
    grid-column: span 1;
  }
  .approach-flow,
  .pi-profile,
  .highlights-section,
  .network-section {
    grid-template-columns: 1fr;
  }
  .pi-photo {
    min-height: 250px;
  }
  .pi-copy {
    padding: 30px 25px;
  }
  .member-grid {
    grid-template-columns: 1fr;
  }
  .benefit-grid,
  .project-grid,
  .application-steps,
  .featured-project {
    grid-template-columns: 1fr;
  }
  .featured-project {
    grid-column: span 1;
  }
  .project-image {
    min-height: 260px;
  }
  .project-copy {
    padding: 30px 24px;
  }
  .candidate-strip {
    display: block;
  }
  .candidate-strip span {
    margin: 7px 5px 0 0;
    display: inline-block;
  }
  .highlight-figure {
    min-height: 300px;
  }
  .scholarship-section {
    grid-template-columns: 1fr;
  }
  .update-feature {
    grid-template-columns: 1fr;
  }
  .network-column {
    padding: 60px 20px;
  }
}

/* Final responsive overrides for homepage summaries */
.page-section { scroll-margin-top: 125px; }
.research-section .research-grid { grid-template-columns: repeat(3, 1fr); }

@media (max-width: 1000px) {
  .research-section .research-grid { grid-template-columns: repeat(2, 1fr); }
  .application-pathways { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .research-section .research-grid { grid-template-columns: 1fr; }
  .application-pathways { grid-template-columns: 1fr; }
}
