:root {
  --gfr-ink: #071913;
  --gfr-green: #0b241c;
  --gfr-green-2: #12352b;
  --gfr-green-3: #1d4d40;
  --gfr-gold: #d7ad38;
  --gfr-gold-soft: #e8cc78;
  --gfr-cream: #f6f1e9;
  --gfr-cream-2: #fbf8f3;
  --gfr-paper: #fffdf9;
  --gfr-text: #14241e;
  --gfr-muted: #66736d;
  --gfr-line: rgba(157, 122, 30, .25);
  --gfr-shadow: 0 22px 60px rgba(7, 25, 19, .1);
  --gfr-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Baskerville, Georgia, serif;
  --gfr-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --gfr-radius: 4px;
  --gfr-shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--gfr-text); background: var(--gfr-cream-2); font-family: var(--gfr-sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.gfr-nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
svg { overflow: visible; }
.screen-reader-text, .gfr-skip-link { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.gfr-skip-link:focus { position: fixed; top: 12px; left: 12px; z-index: 99999; width: auto; height: auto; margin: 0; clip: auto; padding: .7rem 1rem; color: var(--gfr-ink); background: var(--gfr-gold); }
.gfr-shell { width: var(--gfr-shell); margin-inline: auto; }
.gfr-main { min-height: 70vh; overflow: clip; }
.gfr-section { padding: 88px 0; }
.gfr-section--compact { padding: 58px 0; }
.gfr-section--cream { background: var(--gfr-cream-2); }
.gfr-section--paper { background: var(--gfr-paper); }
.gfr-section--dark { color: #fff; background: linear-gradient(130deg, #061811, #0b2b21); }
.gfr-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 30px; }
.gfr-eyebrow { margin: 0 0 12px; color: var(--gfr-gold); font-size: .73rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.gfr-title, .gfr-section-title { font-family: var(--gfr-serif); font-weight: 500; letter-spacing: -.035em; line-height: .98; }
.gfr-section-title { margin: 0; color: var(--gfr-ink); font-size: clamp(2.15rem, 4vw, 3.8rem); }
.gfr-section-title--small { font-size: clamp(1.9rem, 3vw, 2.8rem); line-height: 1.03; }
.gfr-lead { max-width: 700px; color: #dce8e2; font-family: var(--gfr-serif); font-size: clamp(1.02rem, 1.4vw, 1.25rem); line-height: 1.55; }
.gfr-muted { color: var(--gfr-muted); }
.gfr-gold { color: var(--gfr-gold); }
.gfr-rule { width: 100%; height: 1px; background: var(--gfr-line); }

.gfr-button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 48px; padding: 12px 22px; border: 1px solid var(--gfr-gold); color: var(--gfr-ink); background: linear-gradient(135deg, #f0cf71, #d7a82f); font-size: .74rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.gfr-button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(215, 173, 56, .25); }
.gfr-button--outline { color: #fff; background: transparent; }
.gfr-button--outline:hover { color: var(--gfr-ink); background: var(--gfr-gold); }
.gfr-button--light { color: var(--gfr-ink); background: transparent; }
.gfr-button .gfr-icon, .gfr-text-link .gfr-icon { width: 18px; height: 18px; }
.gfr-text-link { display: inline-flex; align-items: center; gap: 10px; color: #a87800; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; border-bottom: 1px solid var(--gfr-gold); padding-bottom: 5px; }
.gfr-text-link:hover { color: var(--gfr-ink); }
.gfr-text-link .gfr-icon { stroke-width: 2; }

.gfr-icon { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.gfr-icon-medallion { display: grid; place-items: center; flex: 0 0 auto; width: 72px; height: 72px; color: var(--gfr-gold); border: 1px solid rgba(215,173,56,.75); border-radius: 50%; background: radial-gradient(circle at 33% 26%, rgba(255,255,255,.13), transparent 35%), rgba(255,255,255,.03); box-shadow: inset 0 0 0 5px rgba(215,173,56,.05), 0 8px 24px rgba(0,0,0,.08); }
.gfr-icon-medallion .gfr-icon { width: 40px; height: 40px; stroke-width: 1.55; }
.gfr-icon-medallion--dark { color: var(--gfr-gold); background: radial-gradient(circle at 34% 25%, rgba(215,173,56,.16), transparent 36%), var(--gfr-green); border-color: var(--gfr-gold); }

/* Header */
.gfr-header { position: relative; z-index: 1000; color: #fff; background: #061710; border-bottom: 1px solid rgba(215,173,56,.6); }
.gfr-header__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.gfr-header__brand { flex: 0 0 auto; }
.gfr-brand { display: inline-flex; align-items: center; gap: 12px; }
.gfr-brand__mark { position:relative; display:grid; place-items:center; width:54px; height:54px; color:var(--gfr-gold); border-radius:50%; background:radial-gradient(circle at 34% 28%,rgba(215,173,56,.14),transparent 45%); filter:drop-shadow(0 8px 18px rgba(0,0,0,.18)); }
.gfr-brand__mark svg { width:100%; height:100%; fill:none; stroke:currentColor; }
.gfr-brand__mark .gfr-brand__seal-outer{stroke-width:1.25;opacity:.95}.gfr-brand__mark .gfr-brand__seal-inner{stroke-width:.75;stroke-dasharray:2.2 3.2;opacity:.66}.gfr-brand__mark .gfr-brand__network{stroke-width:.8;opacity:.48}.gfr-brand__mark .gfr-brand__node{fill:var(--gfr-gold);stroke:none}.gfr-brand__mark .gfr-brand__letter{fill:var(--gfr-gold);stroke:none}
.gfr-brand__text { display:grid; grid-template-columns:auto; gap:0; line-height:1.08; }
.gfr-brand__text strong { font-family:var(--gfr-serif); font-size:1.02rem; letter-spacing:.31em; font-weight:600; }
.gfr-brand__rule{display:block;width:72px;height:1px;margin:5px 0 4px;background:linear-gradient(90deg,var(--gfr-gold),rgba(215,173,56,0))}.gfr-brand__text small { color:#d7dfdb; font-family:var(--gfr-serif); font-size:.68rem; letter-spacing:.015em; }
.gfr-nav__list { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 36px); margin: 0; padding: 0; list-style: none; }
.gfr-nav__list a { position: relative; display: block; padding: 27px 0 24px; color: #f6f5f0; font-family: var(--gfr-serif); font-size: .94rem; }
.gfr-nav__list a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 16px; height: 1px; transform: scaleX(0); transform-origin: center; background: var(--gfr-gold); transition: transform .2s ease; }
.gfr-nav__list a:hover, .gfr-nav__list .current-menu-item > a, .gfr-nav__list .current_page_item > a { color: var(--gfr-gold); }
.gfr-nav__list a:hover::after, .gfr-nav__list .current-menu-item > a::after, .gfr-nav__list .current_page_item > a::after { transform: scaleX(1); }
.gfr-nav-toggle { display: none; width: 48px; height: 48px; padding: 11px; border: 1px solid rgba(215,173,56,.45); background: transparent; }
.gfr-nav-toggle span:not(.screen-reader-text) { display: block; height: 1px; margin: 6px 0; background: var(--gfr-gold); }

/* Shared hero */
.gfr-page-hero { position: relative; min-height: 340px; color: #fff; background: radial-gradient(circle at 80% 30%, rgba(31,83,66,.72), transparent 36%), linear-gradient(120deg, #03130e, #0a2c22); overflow: hidden; }
.gfr-page-hero::before, .gfr-hero::before { content: ""; position: absolute; width: 280px; height: 280px; left: -120px; top: 70px; border: 1px solid rgba(215,173,56,.15); border-radius: 50%; box-shadow: 0 0 0 48px rgba(215,173,56,.035), 0 0 0 96px rgba(215,173,56,.025); }
.gfr-page-hero__inner { position: relative; z-index: 2; min-height: inherit; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr); align-items: center; gap: 64px; padding: 64px 0; }
.gfr-page-hero__copy { max-width: 620px; }
.gfr-page-hero h1 { margin: 0 0 22px; font-family: var(--gfr-serif); font-size: clamp(3.5rem, 7vw, 6.1rem); font-weight: 500; line-height: .9; letter-spacing: -.05em; }
.gfr-page-hero h1 .gfr-dot, .gfr-title .gfr-dot { color: var(--gfr-gold); }
.gfr-page-hero__visual { position: relative; display: grid; place-items: center; min-height: 230px; }
.gfr-page-hero__visual::before { content: ""; position: absolute; width: 250px; height: 250px; border: 1px solid rgba(215,173,56,.55); border-radius: 50%; box-shadow: 0 0 0 40px rgba(215,173,56,.12), 0 0 0 80px rgba(215,173,56,.06); }
.gfr-page-hero__visual .gfr-icon { position: relative; z-index: 2; width: 110px; height: 110px; color: var(--gfr-gold); stroke-width: 1.25; }
.gfr-page-hero--image .gfr-page-hero__visual { min-height: 340px; margin: -64px 0; overflow: hidden; }
.gfr-page-hero--image .gfr-page-hero__visual::before { display: none; }
.gfr-page-hero--image .gfr-page-hero__visual img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; opacity: .88; mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 100%); }

/* Home */
.gfr-hero { position: relative; min-height: 600px; color: #fff; background: radial-gradient(circle at 76% 42%, #214d3f 0%, #0b291f 34%, #03130e 73%); overflow: hidden; }
.gfr-hero__inner { position: relative; z-index: 2; min-height: 600px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 24px; }
.gfr-hero__copy { padding: 62px 0 54px; max-width: 620px; }
.gfr-hero__title { margin: 0 0 22px; font-family: var(--gfr-serif); font-size: clamp(4.1rem, 7.3vw, 7.25rem); font-weight: 500; letter-spacing: -.06em; line-height: .77; }
.gfr-hero__title span { display: block; }
.gfr-hero__title span:last-child { color: var(--gfr-gold); }
.gfr-hero__actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 30px; }
.gfr-hero__portrait { position: relative; align-self: stretch; min-height: 600px; display: flex; align-items: end; justify-content: center; }
.gfr-hero__portrait::before { content: ""; position: absolute; width: min(460px, 78%); aspect-ratio: 1; top: 90px; border: 1px solid rgba(215,173,56,.48); border-radius: 50%; box-shadow: 0 0 0 52px rgba(215,173,56,.11), 0 0 0 104px rgba(215,173,56,.045); }
.gfr-hero__portrait img { position: relative; z-index: 2; width: min(600px, 100%); max-height: 570px; object-fit: contain; object-position: center bottom; filter: saturate(.96) contrast(1.01); }
.gfr-focus-strip { color: #fff; background: #08251c; border-top: 1px solid rgba(215,173,56,.65); border-bottom: 1px solid rgba(215,173,56,.2); }
.gfr-focus-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.gfr-focus-card { position: relative; min-width: 0; padding: 26px 20px 28px; text-align: center; }
.gfr-focus-card + .gfr-focus-card::before { content: ""; position: absolute; left: 0; top: 28px; bottom: 28px; width: 1px; background: rgba(215,173,56,.58); }
.gfr-focus-card .gfr-icon-medallion { width: 74px; height: 74px; margin: 0 auto 14px; }
.gfr-focus-card h3 { margin: 0 0 8px; font-family: var(--gfr-serif); font-size: 1.3rem; font-weight: 500; }
.gfr-focus-card p { max-width: 180px; margin: 0 auto; color: #d6e0db; font-size: .82rem; line-height: 1.45; }
.gfr-home-about { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.gfr-home-about__copy { padding-right: 35px; }
.gfr-home-about__copy p:not(.gfr-eyebrow) { color: #35443d; }
.gfr-value-list { border-left: 1px solid var(--gfr-line); padding-left: 52px; display: grid; gap: 30px; }
.gfr-value-item { display: grid; grid-template-columns: 72px 1fr; gap: 24px; align-items: center; }
.gfr-value-item h3 { margin: 0 0 4px; color: #b27c0e; font-family: var(--gfr-serif); font-size: 1.35rem; font-weight: 500; }
.gfr-value-item p { margin: 0; color: #4e5d55; font-size: .9rem; }

/* Cards/sliders */
.splide__arrow { width: 44px !important; height: 44px !important; opacity: 1 !important; color: var(--gfr-ink); background: var(--gfr-cream-2) !important; border: 1px solid var(--gfr-line) !important; box-shadow: 0 8px 24px rgba(0,0,0,.07); }
.splide__arrow svg { fill: none !important; stroke: currentColor; stroke-width: 2; }
.splide__arrow--prev { left: -2.75rem !important; }
.splide__arrow--next { right: -2.75rem !important; }
.splide__pagination { bottom: -2.1rem !important; }
.splide__pagination__page { width: 7px !important; height: 7px !important; background: #cbc7bf !important; opacity: 1 !important; }
.splide__pagination__page.is-active { transform: none !important; background: var(--gfr-gold) !important; }
.gfr-card { height: 100%; background: var(--gfr-paper); border: 1px solid rgba(8,37,28,.12); box-shadow: 0 10px 26px rgba(7,25,19,.055); transition: transform .25s ease, box-shadow .25s ease; }
.gfr-card:hover { transform: translateY(-5px); box-shadow: var(--gfr-shadow); }
.gfr-card__image { position: relative; aspect-ratio: 16/9; overflow: hidden; background: var(--gfr-green); }
.gfr-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.gfr-card:hover .gfr-card__image img { transform: scale(1.04); }
.gfr-card__placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: var(--gfr-gold); background: radial-gradient(circle at 55% 35%, #164b3b 0, #062118 70%); }
.gfr-card__placeholder::before { content: ""; position: absolute; width: 140px; height: 140px; border: 1px solid rgba(215,173,56,.4); border-radius: 50%; box-shadow: 0 0 0 28px rgba(215,173,56,.07), 0 0 0 56px rgba(215,173,56,.035); }
.gfr-card__placeholder .gfr-icon { position: relative; z-index: 2; width: 70px; height: 70px; }
.gfr-card__body { padding: 19px 20px 22px; }
.gfr-card__meta { margin: 0 0 8px; color: #a87509; font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.gfr-card h3 { margin: 0 0 12px; color: var(--gfr-ink); font-family: var(--gfr-serif); font-size: 1.28rem; font-weight: 500; line-height: 1.1; }
.gfr-card__excerpt { margin: 0 0 17px; color: #59645e; font-size: .84rem; }
.gfr-card__link { display: inline-flex; align-items: center; gap: 8px; color: #a87509; font-size: .67rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.gfr-card__link .gfr-icon { width: 16px; height: 16px; }

/* About */
.gfr-two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.gfr-approach-list { border-left: 1px solid var(--gfr-line); padding-left: 54px; display: grid; gap: 34px; }
.gfr-about-leader { display: grid; grid-template-columns: minmax(320px, .85fr) 1.15fr; gap: 58px; align-items: center; padding-top: 52px; border-top: 1px solid var(--gfr-line); }
.gfr-about-leader__image { position: relative; min-height: 390px; background: #f1eee8; overflow: hidden; }
.gfr-about-leader__image::after { content: ""; position: absolute; width: 250px; height: 250px; left: 50%; top: 50%; transform: translate(-50%,-50%); border: 1px solid rgba(215,173,56,.45); border-radius: 50%; }
.gfr-about-leader__image img { position: relative; z-index: 2; width: 100%; height: 410px; object-fit: contain; object-position: center bottom; }
.gfr-about-leader__content h2 { margin: 0 0 14px; font-family: var(--gfr-serif); font-size: clamp(2.4rem, 4vw, 4rem); font-weight: 500; line-height: 1; }
.gfr-affiliation { white-space: pre-line; font-weight: 600; }
.gfr-principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.gfr-principle { padding: 0 32px; text-align: center; }
.gfr-principle + .gfr-principle { border-left: 1px solid var(--gfr-line); }
.gfr-principle .gfr-icon-medallion { margin: 0 auto 18px; }
.gfr-principle h3 { margin: 0 0 8px; font-family: var(--gfr-serif); font-size: 1.4rem; font-weight: 500; color: #a87509; }
.gfr-principle p { margin: 0; font-size: .83rem; }
.gfr-timeline { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 42px; }
.gfr-timeline::before { content: ""; position: absolute; left: 7%; right: 7%; top: 32px; height: 1px; background: var(--gfr-gold); }
.gfr-timeline__item { position: relative; z-index: 2; padding: 0 16px; text-align: center; }
.gfr-timeline__marker { width: 64px; height: 64px; margin: 0 auto 15px; display: grid; place-items: center; color: var(--gfr-gold); background: var(--gfr-green); border: 1px solid var(--gfr-gold); border-radius: 50%; }
.gfr-timeline__marker .gfr-icon { width: 28px; height: 28px; }
.gfr-timeline__year { color: #aa790b; font-size: .7rem; font-weight: 800; letter-spacing: .1em; }
.gfr-timeline h3 { margin: 4px 0 6px; font-family: var(--gfr-serif); font-size: 1rem; font-weight: 500; }
.gfr-timeline p { margin: 0; font-size: .74rem; line-height: 1.45; }

/* Research */
.gfr-featured-project { display: grid; grid-template-columns: .85fr 1.45fr; gap: 48px; align-items: center; }
.gfr-featured-project__copy h2 { margin: 0 0 16px; font-family: var(--gfr-serif); font-size: clamp(2.2rem, 4vw, 3.9rem); font-weight: 500; line-height: .98; letter-spacing: -.035em; }
.gfr-stat-list { display: grid; gap: 13px; margin: 26px 0; padding-top: 22px; border-top: 1px solid var(--gfr-line); }
.gfr-stat { display: flex; align-items: center; gap: 12px; color: #3a4942; font-size: .88rem; }
.gfr-stat .gfr-icon { width: 22px; height: 22px; color: var(--gfr-gold); }
.gfr-featured-project__visual { position: relative; min-height: 390px; overflow: hidden; border-radius: 8px; background: var(--gfr-green); }
.gfr-featured-project__visual img { width: 100%; height: 390px; object-fit: cover; }
.gfr-featured-project__visual::after { content: "Evidence\A for impact."; white-space: pre; position: absolute; right: 0; top: 0; bottom: 0; width: 34%; display: flex; align-items: center; padding: 34px; color: var(--gfr-gold); background: linear-gradient(90deg, rgba(7,25,19,.15), rgba(7,25,19,.96)); font-family: var(--gfr-serif); font-size: 2.4rem; line-height: .95; }
.gfr-research-areas { display: grid; grid-template-columns: 1.1fr repeat(6, 1fr); align-items: stretch; }
.gfr-research-areas__intro { padding-right: 28px; border-right: 1px solid var(--gfr-line); }
.gfr-research-area { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; min-width: 0; padding: 0 16px; text-align: center; }
.gfr-research-area + .gfr-research-area { border-left: 1px solid var(--gfr-line); }
.gfr-research-area .gfr-icon-medallion { width: 64px; height: 64px; margin-bottom: 14px; }
.gfr-research-area .gfr-icon { width: 34px; height: 34px; }
.gfr-research-area h3 { min-height: 48px; margin: 0 0 8px; font-family: var(--gfr-serif); font-size: 1.15rem; line-height: 1.05; font-weight: 500; }
.gfr-research-area p { margin: 0 0 12px; color: #59645e; font-size: .74rem; line-height: 1.45; }
.gfr-research-area > .gfr-icon:last-child { margin-top: auto; width: 18px; height: 18px; color: var(--gfr-gold); }
.gfr-methods-grid { display: grid; grid-template-columns: 1.05fr repeat(3, 1fr); }
.gfr-methods-intro { padding-right: 40px; }
.gfr-method-card { padding: 0 38px; border-left: 1px solid rgba(215,173,56,.42); text-align: center; }
.gfr-method-card .gfr-icon { width: 64px; height: 64px; color: var(--gfr-gold); stroke-width: 1.35; }
.gfr-method-card h3 { margin: 9px 0 8px; font-family: var(--gfr-serif); font-size: 1.45rem; font-weight: 500; }
.gfr-method-card p { color: #d7e0dc; font-size: .82rem; }
.gfr-research-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 28px 34px; color: #fff; background: linear-gradient(110deg, #08261d, #0f3a2e); border: 1px solid rgba(215,173,56,.35); border-radius: 8px; }
.gfr-research-cta h2 { margin: 0; font-family: var(--gfr-serif); font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 500; }
.gfr-research-cta__actions { display: flex; gap: 14px; }

/* Publications */
.gfr-publications-hero .gfr-page-hero__visual img { object-position: center; }
.gfr-featured-publication { padding-bottom: 54px; border-bottom: 1px solid var(--gfr-line); }
.gfr-featured-publication__main { display: grid; grid-template-columns: .95fr 1.4fr; gap: 46px; align-items: center; }
.gfr-featured-publication__image { min-height: 330px; background: var(--gfr-green); }
.gfr-featured-publication__image img { width: 100%; height: 330px; object-fit: cover; }
.gfr-featured-publication__content h2 { margin: 0 0 12px; font-family: var(--gfr-serif); font-size: clamp(2rem, 3.6vw, 3.4rem); line-height: 1; font-weight: 500; }
.gfr-authors { margin: 0 0 5px; color: #a87509; font-weight: 700; }
.gfr-citation { color: #4d5a54; font-size: .9rem; }
.gfr-publication-metrics { display: grid; grid-template-columns: 1.25fr repeat(4, 1fr); margin-top: 28px; border-top: 1px solid var(--gfr-line); border-bottom: 1px solid var(--gfr-line); }
.gfr-metric { min-height: 115px; display: flex; gap: 12px; align-items: center; padding: 18px 20px; }
.gfr-metric + .gfr-metric { border-left: 1px solid var(--gfr-line); }
.gfr-metric .gfr-icon { width: 30px; height: 30px; color: var(--gfr-gold); }
.gfr-metric strong { display: block; color: var(--gfr-ink); font-size: 1.2rem; }
.gfr-metric small { color: var(--gfr-muted); font-size: .67rem; text-transform: uppercase; letter-spacing: .08em; }
.gfr-altmetric-placeholder { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(#e1473f 0 17%, #ffb631 17% 33%, #64b75c 33% 50%, #39a8da 50% 68%, #5e75bf 68% 84%, #cf5aa2 84% 100%); }
.gfr-altmetric-placeholder span { width: 46px; height: 46px; display: grid; place-items: center; color: var(--gfr-ink); background: #fff; border-radius: 50%; font-weight: 800; }
.gfr-publication-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 22px; }
.gfr-publication-filters { padding: 30px 0; border-bottom: 1px solid var(--gfr-line); }
.gfr-filter-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.gfr-filter-chip { padding: 9px 15px; color: #37453f; background: transparent; border: 1px solid var(--gfr-line); font-size: .75rem; }
.gfr-filter-chip.is-active, .gfr-filter-chip:hover { color: #fff; background: var(--gfr-green); border-color: var(--gfr-green); }
.gfr-filter-controls { display: grid; grid-template-columns: 1.3fr repeat(3, .8fr); gap: 12px; }
.gfr-filter-controls input, .gfr-filter-controls select { width: 100%; min-height: 46px; padding: 10px 13px; color: var(--gfr-text); background: var(--gfr-paper); border: 1px solid var(--gfr-line); }
.gfr-publication-list__heading { display: flex; align-items: baseline; gap: 12px; margin: 36px 0 10px; }
.gfr-publication-list__heading h2 { margin: 0; font-family: var(--gfr-serif); font-size: 2.4rem; font-weight: 500; }
.gfr-publication-row { display: grid; grid-template-columns: 82px 1.65fr .6fr .55fr .55fr; gap: 20px; align-items: center; padding: 24px 0; border-top: 1px solid var(--gfr-line); }
.gfr-publication-row[hidden] { display: none; }
.gfr-publication-row__badge { display: grid; place-items: center; }
.gfr-publication-row__badge .altmetric-embed { transform: scale(.84); transform-origin: center; }
.gfr-publication-row h3 { margin: 0 0 5px; font-family: var(--gfr-serif); font-size: 1.22rem; line-height: 1.1; font-weight: 500; }
.gfr-publication-row__category { color: #a87509; font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.gfr-publication-row__meta { color: #58645e; font-size: .76rem; }
.gfr-publication-row__number strong { display: block; font-size: 1rem; }
.gfr-publication-row__actions { display: grid; gap: 8px; justify-items: start; }

/* People */
.gfr-leader-profile { display: grid; grid-template-columns: minmax(320px, .85fr) 1.35fr; gap: 52px; align-items: center; }
.gfr-leader-profile__image { min-height: 380px; background: #f2efea; }
.gfr-leader-profile__image img { width: 100%; height: 390px; object-fit: contain; object-position: center bottom; }
.gfr-leader-profile__copy h2 { margin: 0 0 7px; font-family: var(--gfr-serif); font-size: clamp(2.5rem, 4vw, 4rem); font-weight: 500; }
.gfr-role { color: #a87509; font-size: .73rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.gfr-interest-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; padding-top: 20px; margin-top: 24px; border-top: 1px solid var(--gfr-line); }
.gfr-interest { display: flex; gap: 10px; align-items: center; font-size: .79rem; }
.gfr-interest .gfr-icon { width: 22px; height: 22px; color: var(--gfr-gold); }
.gfr-people-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.gfr-person-card { background: var(--gfr-paper); border: 1px solid rgba(8,37,28,.12); box-shadow: 0 10px 24px rgba(7,25,19,.045); transition: transform .25s ease, box-shadow .25s ease; }
.gfr-person-card:hover { transform: translateY(-5px); box-shadow: var(--gfr-shadow); }
.gfr-person-card__image { height: 245px; overflow: hidden; background: #f0ede8; }
.gfr-person-card__image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.gfr-person-card__body { padding: 15px 17px 19px; }
.gfr-person-card h3 { margin: 0 0 3px; font-family: var(--gfr-serif); font-size: 1.28rem; font-weight: 500; }
.gfr-person-card p { min-height: 48px; margin: 10px 0 14px; font-size: .78rem; }
.gfr-person-card .gfr-card__link { font-size: .72rem; text-transform: none; letter-spacing: 0; }

/* Insights */
.gfr-featured-insight { display: grid; grid-template-columns: .9fr 1.25fr; gap: 46px; align-items: center; padding-bottom: 42px; border-bottom: 1px solid var(--gfr-line); }
.gfr-featured-insight h2 { margin: 0 0 16px; font-family: var(--gfr-serif); font-size: clamp(2.1rem, 3.6vw, 3.6rem); line-height: 1; font-weight: 500; }
.gfr-featured-insight__image { position: relative; min-height: 300px; }
.gfr-featured-insight__image img { width: 100%; height: 300px; object-fit: cover; }
.gfr-featured-insight__badge { position: absolute; left: -26px; bottom: -26px; width: 64px; height: 64px; display: grid; place-items: center; color: var(--gfr-gold); background: var(--gfr-green); border: 1px solid var(--gfr-gold); border-radius: 50%; }
.gfr-featured-insight__badge .gfr-icon { width: 28px; height: 28px; }
.gfr-updates-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gfr-update-card { display: grid; grid-template-columns: 52px 1fr; gap: 15px; min-height: 145px; padding: 20px; background: var(--gfr-paper); border: 1px solid rgba(8,37,28,.1); }
.gfr-update-card .gfr-icon { width: 42px; height: 42px; color: var(--gfr-gold); }
.gfr-update-card time { color: var(--gfr-muted); font-size: .65rem; }
.gfr-update-card h3 { margin: 4px 0 11px; font-family: var(--gfr-serif); font-size: 1rem; font-weight: 500; line-height: 1.15; }

/* Contact */
.gfr-contact-grid { display: grid; grid-template-columns: 1.25fr .85fr; gap: 64px; }
.gfr-contact-form { padding-right: 34px; border-right: 1px solid var(--gfr-line); }
.gfr-form-row { display: grid; gap: 7px; margin-bottom: 15px; }
.gfr-form-row label { color: #9d6d07; font-size: .68rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.gfr-form-row input, .gfr-form-row textarea, .gfr-form-row select { width: 100%; padding: 13px 15px; color: var(--gfr-text); background: rgba(255,255,255,.62); border: 1px solid rgba(8,37,28,.14); border-radius: 0; outline: none; }
.gfr-form-row textarea { min-height: 150px; resize: vertical; }
.gfr-form-row input:focus, .gfr-form-row textarea:focus, .gfr-form-row select:focus { border-color: var(--gfr-gold); box-shadow: 0 0 0 3px rgba(215,173,56,.12); }
.gfr-form-status { margin-bottom: 20px; padding: 12px 15px; border-left: 3px solid var(--gfr-gold); background: rgba(215,173,56,.11); }
.gfr-contact-details { display: grid; gap: 34px; }
.gfr-contact-detail { display: grid; grid-template-columns: 64px 1fr; gap: 20px; align-items: start; }
.gfr-contact-detail .gfr-icon-medallion { width: 58px; height: 58px; }
.gfr-contact-detail h3 { margin: 0 0 4px; font-family: var(--gfr-serif); font-size: 1.35rem; font-weight: 500; }
.gfr-contact-detail a { font-size: 1rem; }
.gfr-contact-note { margin-top: 12px; padding: 28px; border: 1px solid var(--gfr-line); }
.gfr-contact-note h3 { margin: 0 0 12px; font-family: var(--gfr-serif); font-size: 1.7rem; font-weight: 500; }
.gfr-faq { border-top: 1px solid var(--gfr-line); }
.gfr-faq__item { border-bottom: 1px solid var(--gfr-line); }
.gfr-faq__button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; color: var(--gfr-text); background: transparent; border: 0; text-align: left; }
.gfr-faq__button span:last-child { color: var(--gfr-gold); font-size: 1.4rem; }
.gfr-faq__answer { padding: 0 0 20px; color: var(--gfr-muted); }

/* Singles */
.gfr-single { padding: 72px 0 100px; }
.gfr-single__header { max-width: 850px; margin-bottom: 42px; }
.gfr-single__header h1 { margin: 0 0 18px; font-family: var(--gfr-serif); font-size: clamp(3rem, 6vw, 5.6rem); font-weight: 500; line-height: .95; }
.gfr-single__content { max-width: 820px; font-family: var(--gfr-serif); font-size: 1.12rem; }
.gfr-single__content h2, .gfr-single__content h3 { color: var(--gfr-ink); font-family: var(--gfr-serif); }
.gfr-profile-single { display: grid; grid-template-columns: minmax(300px, .8fr) 1.2fr; gap: 50px; align-items: start; }

/* Footer */
.gfr-footer { color: #fff; background: #061710; border-top: 1px solid var(--gfr-gold); }
.gfr-footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 70px; padding: 48px 0 34px; }
.gfr-footer__brand p { max-width: 330px; color: #c4d0ca; font-size: .82rem; }
.gfr-footer h2 { margin: 0 0 17px; color: var(--gfr-gold); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }
.gfr-footer-menu { display: grid; grid-template-columns: repeat(2, minmax(90px, 1fr)); gap: 7px 20px; margin: 0; padding: 0; list-style: none; font-size: .78rem; }
.gfr-footer a:hover { color: var(--gfr-gold); }
.gfr-footer__connect { display: grid; align-content: start; gap: 12px; }
.gfr-footer__connect a { display: flex; align-items: center; gap: 11px; color: #d3dcd7; font-size: .78rem; }
.gfr-footer__connect .gfr-icon { width: 20px; height: 20px; color: var(--gfr-gold); }
.gfr-footer__bottom { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #aebcb5; border-top: 1px solid rgba(255,255,255,.08); font-size: .7rem; }
.gfr-footer__bottom div { display: flex; gap: 22px; }

/* WordPress/Formidable integration */
.frm_forms .frm_form_field { margin-bottom: 15px !important; }
.frm_forms label.frm_primary_label { color: #9d6d07 !important; font-size: .68rem !important; font-weight: 800 !important; letter-spacing: .11em !important; text-transform: uppercase; }
.frm_forms input[type=text], .frm_forms input[type=email], .frm_forms textarea, .frm_forms select { width: 100% !important; min-height: 48px !important; padding: 12px 14px !important; border: 1px solid rgba(8,37,28,.14) !important; border-radius: 0 !important; box-shadow: none !important; background: rgba(255,255,255,.65) !important; }
.frm_forms .frm_button_submit { min-height: 48px !important; padding: 12px 22px !important; color: var(--gfr-ink) !important; background: var(--gfr-gold) !important; border: 1px solid var(--gfr-gold) !important; border-radius: 0 !important; font-size: .72rem !important; font-weight: 800 !important; letter-spacing: .1em !important; text-transform: uppercase !important; box-shadow: none !important; }

/* Responsive */
@media (max-width: 1220px) {
  :root { --gfr-shell: min(1100px, calc(100% - 40px)); }
  .splide__arrow--prev { left: -1.3rem !important; }
  .splide__arrow--next { right: -1.3rem !important; }
  .gfr-research-areas { grid-template-columns: repeat(3, 1fr); gap: 0; }
  .gfr-research-areas__intro { grid-column: 1 / -1; margin-bottom: 30px; border-right: 0; }
  .gfr-research-area { padding: 24px; border-top: 1px solid var(--gfr-line); }
  .gfr-research-area + .gfr-research-area { border-left: 1px solid var(--gfr-line); }
  .gfr-research-area:nth-child(5) { border-left: 0; }
}

@media (max-width: 980px) {
  .gfr-nav-toggle { display: block; }
  .gfr-nav { position: fixed; inset: 76px 0 0; transform: translateX(100%); transition: transform .25s ease; background: #061710; }
  .gfr-nav.is-open { transform: translateX(0); }
  .gfr-nav__list { display: grid; gap: 0; padding: 30px var(--gfr-shell); }
  .gfr-nav__list li { border-bottom: 1px solid rgba(255,255,255,.1); }
  .gfr-nav__list a { padding: 17px 0; font-size: 1.2rem; }
  .gfr-nav__list a::after { bottom: 10px; }
  .gfr-page-hero__inner, .gfr-hero__inner { grid-template-columns: 1fr; }
  .gfr-page-hero__inner { gap: 20px; }
  .gfr-page-hero__visual { min-height: 200px; }
  .gfr-page-hero--image .gfr-page-hero__visual { margin: 0; }
  .gfr-hero { min-height: auto; }
  .gfr-hero__inner { min-height: auto; }
  .gfr-hero__copy { padding-bottom: 20px; }
  .gfr-hero__portrait { min-height: 480px; }
  .gfr-hero__portrait img { max-height: 470px; }
  .gfr-focus-grid { grid-template-columns: repeat(2, 1fr); }
  .gfr-focus-card { border-bottom: 1px solid rgba(215,173,56,.3); }
  .gfr-focus-card:nth-child(odd)::before { display: none; }
  .gfr-focus-card:last-child { grid-column: 1 / -1; }
  .gfr-home-about, .gfr-two-column, .gfr-featured-project, .gfr-featured-publication__main, .gfr-leader-profile, .gfr-featured-insight, .gfr-contact-grid, .gfr-profile-single, .gfr-about-leader { grid-template-columns: 1fr; }
  .gfr-value-list, .gfr-approach-list { border-left: 0; border-top: 1px solid var(--gfr-line); padding: 36px 0 0; }
  .gfr-methods-grid { grid-template-columns: 1fr; gap: 28px; }
  .gfr-method-card { padding: 26px 0 0; border-left: 0; border-top: 1px solid rgba(215,173,56,.35); }
  .gfr-publication-metrics { grid-template-columns: repeat(2, 1fr); }
  .gfr-metric + .gfr-metric { border-left: 0; border-top: 1px solid var(--gfr-line); }
  .gfr-metric:nth-child(even) { border-left: 1px solid var(--gfr-line); }
  .gfr-publication-row { grid-template-columns: 70px 1fr .5fr; }
  .gfr-publication-row__date, .gfr-publication-row__actions { grid-column: 2 / -1; }
  .gfr-people-grid { grid-template-columns: repeat(2, 1fr); }
  .gfr-updates-grid { grid-template-columns: repeat(2, 1fr); }
  .gfr-footer__grid { grid-template-columns: 1fr 1fr; }
  .gfr-footer__connect { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  :root { --gfr-shell: calc(100% - 28px); }
  .gfr-section { padding: 62px 0; }
  .gfr-header__inner { min-height: 70px; }
  .gfr-brand__text strong { font-size: .8rem; }
  .gfr-brand__text small { font-size: .59rem; }
  .gfr-page-hero__inner { padding: 46px 0; }
  .gfr-page-hero h1 { font-size: 3.5rem; }
  .gfr-page-hero--image .gfr-page-hero__visual { min-height: 220px; }
  .gfr-page-hero--image .gfr-page-hero__visual img { min-height: 220px; mask-image: linear-gradient(0deg, transparent 0%, #000 24%, #000 100%); }
  .gfr-hero__title { font-size: 4.1rem; }
  .gfr-hero__actions { display: grid; }
  .gfr-hero__portrait { min-height: 380px; }
  .gfr-focus-grid { grid-template-columns: 1fr; }
  .gfr-focus-card:last-child { grid-column: auto; }
  .gfr-focus-card + .gfr-focus-card::before { display: none; }
  .gfr-value-item { grid-template-columns: 62px 1fr; gap: 16px; }
  .gfr-icon-medallion { width: 62px; height: 62px; }
  .gfr-principles-grid, .gfr-timeline, .gfr-people-grid, .gfr-updates-grid { grid-template-columns: 1fr; }
  .gfr-principle { padding: 26px 0; }
  .gfr-principle + .gfr-principle { border-left: 0; border-top: 1px solid var(--gfr-line); }
  .gfr-timeline::before { left: 32px; right: auto; top: 0; bottom: 0; width: 1px; height: auto; }
  .gfr-timeline__item { display: grid; grid-template-columns: 64px 1fr; gap: 20px; text-align: left; margin-bottom: 26px; }
  .gfr-timeline__marker { grid-row: 1 / 4; }
  .gfr-featured-project__visual::after { display: none; }
  .gfr-research-areas { grid-template-columns: 1fr; }
  .gfr-research-area, .gfr-research-area + .gfr-research-area, .gfr-research-area:nth-child(5) { border-left: 0; }
  .gfr-research-cta { align-items: flex-start; flex-direction: column; }
  .gfr-research-cta__actions { width: 100%; flex-direction: column; }
  .gfr-filter-controls { grid-template-columns: 1fr; }
  .gfr-publication-metrics { grid-template-columns: 1fr; }
  .gfr-metric:nth-child(even) { border-left: 0; }
  .gfr-publication-row { grid-template-columns: 55px 1fr; gap: 12px; }
  .gfr-publication-row__number, .gfr-publication-row__date, .gfr-publication-row__actions { grid-column: 2; }
  .gfr-interest-grid { grid-template-columns: 1fr; }
  .gfr-person-card__image { height: 290px; }
  .gfr-contact-form { padding-right: 0; border-right: 0; border-bottom: 1px solid var(--gfr-line); padding-bottom: 45px; }
  .gfr-footer__grid { grid-template-columns: 1fr; gap: 34px; }
  .gfr-footer__connect { grid-column: auto; }
  .gfr-footer__bottom { align-items: flex-start; flex-direction: column; padding: 18px 0; }
  .splide__arrow--prev { left: -8px !important; }
  .splide__arrow--next { right: -8px !important; }
}

/* Homepage v4: exact premium composition + editable image treatments */
.gfr-hero__portrait { padding: 54px 0 0; isolation: isolate; }
.gfr-hero__portrait-frame {
  position: relative;
  width: min(520px, 94%);
  height: 550px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  isolation: isolate;
}
.gfr-hero__portrait-frame::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: 390px;
  height: 390px;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  border: 1px solid rgba(215,173,56,.54);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(215,173,56,.095), 0 0 0 96px rgba(215,173,56,.038);
}
.gfr-hero__portrait-frame::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: auto -8% 0;
  height: 100px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(5,24,17,0), rgba(5,24,17,.62) 58%, #061a13 100%);
}
.gfr-hero__portrait--blend .gfr-hero__portrait-frame img {
  position: relative;
  z-index: 2;
  width: 92%;
  max-height: 520px;
  object-fit: contain;
  object-position: center bottom;
  transform: translateY(4px);
  filter: saturate(.94) contrast(.99) brightness(.98);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 88%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 88%, transparent 100%);
}
.gfr-hero__portrait--frame .gfr-hero__portrait-frame {
  width: min(470px, 88%);
  height: 500px;
  margin-bottom: 34px;
  overflow: hidden;
  border: 1px solid rgba(215,173,56,.44);
  border-radius: 240px 240px 8px 8px;
  background: linear-gradient(145deg, #e9e2d8, #fffaf2);
  box-shadow: 0 30px 80px rgba(0,0,0,.25);
}
.gfr-hero__portrait--frame .gfr-hero__portrait-frame::before { opacity: .3; top: 68px; }
.gfr-hero__portrait--frame .gfr-hero__portrait-frame::after { display: none; }
.gfr-hero__portrait--frame .gfr-hero__portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.gfr-brand__custom-logo { width: 48px; height: 48px; object-fit: contain; }
.gfr-focus-card .gfr-icon-medallion {
  background: radial-gradient(circle at 30% 22%, rgba(232,204,120,.15), transparent 34%), linear-gradient(145deg, rgba(215,173,56,.055), rgba(0,0,0,.08));
  box-shadow: inset 0 0 0 4px rgba(215,173,56,.035), 0 12px 32px rgba(0,0,0,.14);
}
.gfr-focus-card .gfr-icon { stroke-width: 1.45; }
.gfr-value-item .gfr-icon-medallion { box-shadow: inset 0 0 0 4px rgba(215,173,56,.04), 0 12px 28px rgba(7,25,19,.08); }
.gfr-value-item .gfr-icon { stroke-width: 1.45; }
.gfr-project-slider, .gfr-insight-slider { margin-bottom: 26px; }

@media (max-width: 980px) {
  .gfr-hero__portrait-frame { height: 475px; }
  .gfr-hero__portrait--blend .gfr-hero__portrait-frame img { max-height: 450px; width: min(470px, 90%); }
}
@media (max-width: 620px) {
  .gfr-hero__portrait { padding-top: 12px; }
  .gfr-hero__portrait-frame { height: 370px; width: 100%; }
  .gfr-hero__portrait-frame::before { width: 270px; height: 270px; top: 40px; box-shadow: 0 0 0 34px rgba(215,173,56,.08), 0 0 0 68px rgba(215,173,56,.03); }
  .gfr-hero__portrait--blend .gfr-hero__portrait-frame img { max-height: 360px; width: 92%; }
}
.gfr-hero__portrait::before { display: none; }

/* About page v5: native editable treatment */
.gfr-about-hero-title span { display: block; }
.gfr-about-hero-title .gfr-gold-text { color: var(--gfr-gold); }
.gfr-section-heading--centred { justify-content: center; text-align: center; }
.gfr-rich-text > *:first-child { margin-top: 0; }
.gfr-rich-text > *:last-child { margin-bottom: 0; }
.gfr-about-hero-visual--decorative::before { display: none; }
.gfr-about-hero-linework {
  position: relative;
  display: block;
  width: min(100%, 520px);
  height: 250px;
  overflow: hidden;
}
.gfr-about-hero-linework::before,
.gfr-about-hero-linework::after,
.gfr-about-hero-linework i {
  content: "";
  position: absolute;
  border: 1px solid rgba(215,173,56,.55);
  border-radius: 50%;
  transform: rotate(-17deg);
}
.gfr-about-hero-linework::before {
  width: 560px;
  height: 260px;
  left: 10px;
  top: 110px;
}
.gfr-about-hero-linework::after {
  width: 620px;
  height: 310px;
  left: 48px;
  top: 85px;
  opacity: .55;
}
.gfr-about-hero-linework i:nth-child(1) {
  width: 470px;
  height: 200px;
  left: 85px;
  top: 145px;
  opacity: .38;
}
.gfr-about-hero-linework i:nth-child(2) {
  width: 390px;
  height: 160px;
  left: 155px;
  top: 175px;
  opacity: .24;
}
.gfr-about-hero-linework i:nth-child(3) {
  width: 8px;
  height: 8px;
  left: 402px;
  top: 126px;
  border: 0;
  background: var(--gfr-gold);
  box-shadow: 0 0 22px rgba(215,173,56,.8);
}
.gfr-about-hero-visual--image img {
  width: 100%;
  height: 100%;
  max-height: 340px;
  object-fit: contain;
  object-position: center;
}
.gfr-timeline { grid-template-columns: repeat(var(--gfr-timeline-items, 5), minmax(0, 1fr)); }

@media (max-width: 700px) {
  .gfr-about-hero-linework { width: 100%; height: 180px; }
  .gfr-about-hero-linework::before { left: -80px; top: 70px; }
  .gfr-about-hero-linework::after { left: -40px; top: 50px; }
}

/* Publications v6: native editable layout and dynamic metric controls */
.gfr-publication-metrics {
  grid-template-columns: repeat(var(--gfr-publication-metric-count, 5), minmax(0, 1fr));
}
.gfr-metric__doi { font-size: .75rem !important; word-break: break-all; }
.gfr-publication-row { grid-template-columns: var(--gfr-publication-row-template, 82px minmax(0, 1.65fr) .6fr .65fr .65fr); }
.gfr-publication-row__badge > .gfr-icon { width: 42px; height: 42px; color: var(--gfr-gold); }
.gfr-altmetric-placeholder--small { width: 54px; height: 54px; }
.gfr-altmetric-placeholder--small span { width: 34px; height: 34px; font-size: .75rem; }
.gfr-publication-empty { margin: 34px 0; padding: 24px; border: 1px solid var(--gfr-line); background: rgba(255,255,255,.45); text-align: center; }

@media (max-width: 980px) {
  .gfr-publication-row { grid-template-columns: 70px minmax(0, 1fr) .55fr !important; }
  .gfr-publication-row__number, .gfr-publication-row__date, .gfr-publication-row__actions { grid-column: 2 / -1; }
}
@media (max-width: 680px) {
  .gfr-publication-row { grid-template-columns: 55px minmax(0, 1fr) !important; }
  .gfr-publication-row__number, .gfr-publication-row__date, .gfr-publication-row__actions { grid-column: 2; }
}
@media (max-width: 980px) {
  .gfr-publication-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .gfr-publication-metrics { grid-template-columns: 1fr; }
}


/* =========================================================
   Publications v7 — premium featured card and collision-free rows
   ========================================================= */
.gfr-publications-page { overflow: hidden; }
.gfr-featured-publication { padding-bottom: 64px; }
.gfr-featured-publication > .gfr-eyebrow { margin-bottom: 20px; }
.gfr-featured-publication__card {
  display: grid;
  grid-template-columns: minmax(320px, .92fr) minmax(0, 1.25fr);
  gap: clamp(34px, 4.5vw, 68px);
  align-items: stretch;
  padding: clamp(24px, 3vw, 42px);
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(9,47,37,.12);
  border-radius: 18px;
  box-shadow: 0 24px 64px rgba(7,30,23,.08);
}
.gfr-featured-publication__image {
  min-height: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid rgba(215,173,56,.42);
  border-radius: 12px;
  background: var(--gfr-green);
  box-shadow: 0 18px 38px rgba(5,26,20,.16);
}
.gfr-featured-publication__image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.gfr-featured-publication__content { min-width: 0; display: flex; flex-direction: column; justify-content: center; }
.gfr-featured-publication__category { display: block; margin-bottom: 12px; color: #a87509; font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.gfr-featured-publication__content h2 {
  max-width: 900px;
  margin: 0 0 16px;
  font-family: var(--gfr-serif);
  font-size: clamp(1.9rem, 2.55vw, 3rem);
  line-height: 1.04;
  letter-spacing: -.025em;
  font-weight: 500;
  text-wrap: balance;
}
.gfr-featured-publication__content .gfr-authors { margin-bottom: 10px; font-size: .9rem; line-height: 1.45; }
.gfr-featured-publication__meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 18px; color: #506059; font-size: .86rem; }
.gfr-featured-publication__meta span + span::before { content: "·"; margin-right: 18px; color: var(--gfr-gold); }
.gfr-featured-publication__summary { max-width: 760px; margin: 0 0 24px; color: #43534c; line-height: 1.68; }
.gfr-featured-publication__content .gfr-button { align-self: flex-start; margin-top: auto; }
.gfr-featured-publication .gfr-citation { margin: -6px 0 16px; font-size: .78rem; line-height: 1.5; }

.gfr-publication-metrics {
  display: grid;
  grid-template-columns: repeat(var(--gfr-publication-metric-count, 5), minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
  padding: 0;
  border: 0;
}
.gfr-metric {
  min-width: 0;
  min-height: 132px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  background: rgba(255,255,255,.48);
  border: 1px solid rgba(9,47,37,.11);
  border-radius: 12px;
}
.gfr-metric + .gfr-metric { border-left: 1px solid rgba(9,47,37,.11); }
.gfr-metric .gfr-icon { flex: 0 0 auto; width: 28px; height: 28px; }
.gfr-metric > div { min-width: 0; }
.gfr-metric small { display: block; margin-bottom: 7px; }
.gfr-metric strong { display: block; font-size: 1.08rem; line-height: 1.25; }
.gfr-metric span { display: block; margin-top: 5px; color: #66736d; font-size: .66rem; line-height: 1.35; }
.gfr-metric--altmetric { justify-content: flex-start; }
.gfr-metric__visual { flex: 0 0 76px; min-height: 76px; display: grid; place-items: center; }
.gfr-metric__visual .altmetric-embed { min-width: 64px; min-height: 64px; }
.gfr-metric__copy { min-width: 0; }
.gfr-metric__doi { font-size: .72rem !important; line-height: 1.35 !important; word-break: break-word; }

.gfr-publication-filters { margin-top: 18px; }
.gfr-publication-row {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr) minmax(280px, .72fr) 128px;
  gap: 26px;
  align-items: center;
  min-height: 168px;
  padding: 28px 0;
  border-top: 1px solid var(--gfr-line);
}
.gfr-publication-row__badge { width: 100px; min-height: 100px; display: grid; place-items: center; overflow: visible; }
.gfr-publication-row__badge .altmetric-embed { transform: none; transform-origin: center; min-width: 74px; min-height: 74px; }
.gfr-publication-row__content { min-width: 0; padding-right: 8px; }
.gfr-publication-row__category { display: block; margin-bottom: 6px; line-height: 1.35; }
.gfr-publication-row h3 {
  margin: 0 0 9px;
  font-size: clamp(1.15rem, 1.45vw, 1.42rem);
  line-height: 1.16;
  overflow-wrap: anywhere;
  text-wrap: pretty;
}
.gfr-publication-row__meta { display: flex; flex-wrap: wrap; gap: 5px 12px; line-height: 1.45; }
.gfr-publication-row__meta span::before { content: "·"; margin-right: 12px; color: var(--gfr-gold); }
.gfr-publication-row__metrics { display: grid; grid-template-columns: repeat(3, minmax(74px, 1fr)); gap: 12px; align-items: stretch; }
.gfr-publication-row__metric { min-width: 0; padding: 13px 12px; background: rgba(255,255,255,.4); border: 1px solid rgba(9,47,37,.08); border-radius: 8px; }
.gfr-publication-row__metric small { display: block; margin-bottom: 7px; color: var(--gfr-muted); font-size: .62rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.gfr-publication-row__metric strong { display: block; color: var(--gfr-ink); font-size: .95rem; line-height: 1.25; overflow-wrap: anywhere; }
.gfr-publication-row__actions { display: flex; justify-content: flex-end; align-items: center; }
.gfr-publication-row__actions .gfr-card__link { white-space: nowrap; }
.gfr-card__link--disabled { color: #8d9893; cursor: default; }

@media (max-width: 1180px) {
  .gfr-publication-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gfr-publication-row { grid-template-columns: 88px minmax(0, 1fr) minmax(250px, .8fr); }
  .gfr-publication-row__actions { grid-column: 2 / -1; justify-content: flex-start; }
}
@media (max-width: 900px) {
  .gfr-featured-publication__card { grid-template-columns: 1fr; }
  .gfr-featured-publication__image { max-width: 680px; }
  .gfr-publication-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gfr-publication-row { grid-template-columns: 82px minmax(0, 1fr); gap: 18px; }
  .gfr-publication-row__metrics, .gfr-publication-row__actions { grid-column: 2; }
}
@media (max-width: 620px) {
  .gfr-featured-publication__card { padding: 18px; border-radius: 12px; }
  .gfr-featured-publication__content h2 { font-size: clamp(1.7rem, 8.2vw, 2.25rem); }
  .gfr-publication-metrics { grid-template-columns: 1fr; }
  .gfr-publication-row { grid-template-columns: 64px minmax(0, 1fr); gap: 14px; padding: 24px 0; }
  .gfr-publication-row__badge { width: 64px; min-height: 70px; }
  .gfr-publication-row__badge .altmetric-embed { transform: scale(.78); }
  .gfr-publication-row__metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gfr-publication-row__metric:last-child { grid-column: 1 / -1; }
}

/* =========================================================
   PEOPLE PAGE + PREMIUM PROFILE SYSTEM — v11
   ========================================================= */
.gfr-people-page-hero{min-height:390px}.gfr-people-page-hero .gfr-page-hero__inner{min-height:390px;padding-block:54px}.gfr-people-orbit,.gfr-profile-hero__orbit{position:relative;width:min(360px,80vw);aspect-ratio:1;margin-inline:auto;display:grid;place-items:center}.gfr-people-orbit__ring{position:absolute;border:1px solid rgba(215,173,56,.46);border-radius:50%}.gfr-people-orbit__ring--outer{inset:0;box-shadow:0 0 0 42px rgba(215,173,56,.055),0 0 0 82px rgba(215,173,56,.022)}.gfr-people-orbit__ring--inner{inset:23%;border-style:dotted}.gfr-people-orbit__centre,.gfr-people-orbit__node{position:absolute;display:grid;place-items:center;color:var(--gfr-gold);border:1px solid rgba(215,173,56,.68);border-radius:50%;background:radial-gradient(circle at 35% 28%,rgba(215,173,56,.16),transparent 40%),#0b2b21;box-shadow:0 12px 30px rgba(0,0,0,.22),inset 0 0 0 5px rgba(215,173,56,.04)}.gfr-people-orbit__centre{width:112px;height:112px;z-index:2}.gfr-people-orbit__centre .gfr-icon{width:68px;height:68px;stroke-width:1.25}.gfr-people-orbit__node{width:58px;height:58px;z-index:3}.gfr-people-orbit__node .gfr-icon{width:28px;height:28px;stroke-width:1.55}.gfr-people-orbit__node--one{left:8%;top:42%}.gfr-people-orbit__node--two{left:42%;top:4%}.gfr-people-orbit__node--three{right:8%;top:42%}.gfr-people-orbit__node--four{left:42%;bottom:4%}.gfr-people-leader-section{padding-block:74px}.gfr-people-leader{display:grid;grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);gap:66px;align-items:center}.gfr-people-leader__portrait{position:relative;min-height:470px;overflow:hidden;border:1px solid rgba(157,122,30,.2);border-radius:8px;background:linear-gradient(145deg,#f1eee7,#fff);box-shadow:var(--gfr-shadow)}.gfr-people-leader__portrait img{width:100%;height:470px;object-fit:cover;object-position:center top}.gfr-people-leader__arc{position:absolute;width:250px;height:250px;left:-116px;bottom:-80px;border:1px solid rgba(215,173,56,.62);border-radius:50%;box-shadow:0 0 0 42px rgba(215,173,56,.08),0 0 0 82px rgba(215,173,56,.035)}.gfr-people-leader__content h2{margin:0 0 5px;color:var(--gfr-ink);font-family:var(--gfr-serif);font-size:clamp(3rem,5.2vw,5.2rem);font-weight:500;line-height:.95;letter-spacing:-.045em}.gfr-people-leader__role{margin:0 0 22px;color:#aa7700;font-size:.78rem;font-weight:800;letter-spacing:.17em;text-transform:uppercase}.gfr-people-leader__summary{max-width:720px;margin:24px 0;color:#35453f;font-family:var(--gfr-serif);font-size:1.08rem;line-height:1.7}.gfr-people-interest-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 28px;margin:25px 0 30px}.gfr-people-interest{display:flex;align-items:center;gap:11px;color:#263a32;font-size:.9rem}.gfr-people-interest .gfr-icon{width:27px;height:27px;color:var(--gfr-gold);stroke-width:1.45}.gfr-button--compact{min-height:42px;padding:9px 16px;font-size:.67rem}.gfr-section-heading--lined{position:relative}.gfr-section-heading--lined:after{content:"";flex:1;height:1px;margin-bottom:11px;background:var(--gfr-line)}.gfr-phd-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.gfr-phd-card{display:grid;grid-template-columns:minmax(135px,.9fr) minmax(0,1.1fr);min-height:270px;overflow:hidden;border:1px solid rgba(157,122,30,.22);border-radius:6px;background:var(--gfr-paper);box-shadow:0 14px 34px rgba(7,25,19,.065);transition:transform .25s ease,box-shadow .25s ease}.gfr-phd-card:hover{transform:translateY(-5px);box-shadow:var(--gfr-shadow)}.gfr-phd-card__image{min-height:270px;background:#efeae2;overflow:hidden}.gfr-phd-card__image img{width:100%;height:100%;min-height:270px;object-fit:cover;object-position:center top}.gfr-phd-card__content{display:flex;flex-direction:column;padding:22px 20px}.gfr-phd-card h3{margin:0 0 4px;color:var(--gfr-ink);font-family:var(--gfr-serif);font-size:1.45rem;font-weight:500;line-height:1.05}.gfr-phd-card .gfr-role{margin:0;color:#aa7700;font-size:.66rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.gfr-phd-card__focus{display:-webkit-box;min-height:6.3em;margin:18px 0;color:#425149;font-family:var(--gfr-serif);font-size:.88rem;line-height:1.58;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.gfr-phd-card .gfr-button{margin-top:auto;align-self:flex-start}.gfr-empty-state{padding:22px;border:1px dashed var(--gfr-line);color:var(--gfr-muted);background:rgba(255,255,255,.38)}.gfr-collaborator-slider{padding:3px 0 38px}.gfr-collaborator-card{height:100%;min-height:190px;border:1px solid rgba(157,122,30,.2);border-radius:6px;background:linear-gradient(145deg,#fffdf9,#f9f4eb);box-shadow:0 10px 28px rgba(7,25,19,.045);transition:transform .25s ease,border-color .25s ease}.gfr-collaborator-card:hover{transform:translateY(-4px);border-color:rgba(215,173,56,.62)}.gfr-collaborator-card>a,.gfr-collaborator-card>div{display:flex;flex-direction:column;height:100%;padding:24px}.gfr-collaborator-card h3{margin:0 0 6px;font-family:var(--gfr-serif);font-size:1.3rem;font-weight:500;line-height:1.15}.gfr-collaborator-card__role{margin:0 0 8px;color:#a87500!important;font-family:var(--gfr-serif);font-size:.95rem!important}.gfr-collaborator-card p{margin:0;color:#59665f;font-size:.78rem;line-height:1.5}.gfr-collaborator-card__link{display:inline-flex;align-items:center;gap:8px;margin-top:auto;padding-top:18px;color:#a87500;font-size:.68rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.gfr-collaborator-card__link .gfr-icon{width:16px;height:16px}.gfr-people-closing{padding:24px 0;color:var(--gfr-gold);background:#062018;border-top:1px solid rgba(215,173,56,.45)}.gfr-people-closing p{margin:0;text-align:center;font-size:.74rem;font-weight:800;letter-spacing:.28em;text-transform:uppercase}

/* Individual people profiles */
.gfr-profile-hero{position:relative;color:#fff;background:radial-gradient(circle at 78% 28%,rgba(32,84,67,.72),transparent 34%),linear-gradient(120deg,#03130e,#0a2c22);overflow:hidden}.gfr-profile-hero__main{min-height:470px;display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.05fr) minmax(280px,.72fr);gap:46px;align-items:center;padding-block:34px}.gfr-profile-hero__portrait{position:relative;height:390px;overflow:hidden;border:1px solid rgba(215,173,56,.38);border-radius:7px;background:#eae7e1;box-shadow:0 24px 64px rgba(0,0,0,.28)}.gfr-profile-hero__portrait img{width:100%;height:100%;object-fit:cover;object-position:center top}.gfr-profile-hero__portrait span{position:absolute;width:210px;height:210px;left:-98px;bottom:-82px;border:1px solid rgba(215,173,56,.58);border-radius:50%;box-shadow:0 0 0 38px rgba(215,173,56,.065)}.gfr-profile-hero__copy h1{margin:0 0 8px;font-family:var(--gfr-serif);font-size:clamp(3.2rem,5.4vw,5.8rem);font-weight:500;line-height:.92;letter-spacing:-.05em}.gfr-profile-hero__role{margin:0 0 22px;color:var(--gfr-gold);font-size:.8rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.gfr-profile-hero__summary{max-width:690px;color:#d7e4de;font-family:var(--gfr-serif);font-size:1rem;line-height:1.65}.gfr-profile-hero__interests{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 22px;margin-top:22px}.gfr-profile-hero__interests span{display:flex;align-items:center;gap:9px;color:#eef4f0;font-size:.8rem}.gfr-profile-hero__interests .gfr-icon{width:25px;height:25px;color:var(--gfr-gold)}.gfr-profile-hero__orbit{width:min(300px,72vw)}.gfr-profile-contact-strip{border-top:1px solid rgba(215,173,56,.45);background:rgba(2,18,13,.48)}.gfr-profile-contact-strip .gfr-shell{display:flex;align-items:stretch;justify-content:center;flex-wrap:wrap}.gfr-profile-contact-strip a,.gfr-profile-contact-strip span{display:flex;align-items:center;gap:10px;padding:15px 28px;color:#e7eee9;font-size:.76rem;border-right:1px solid rgba(215,173,56,.28)}.gfr-profile-contact-strip a:first-child,.gfr-profile-contact-strip span:first-child{border-left:1px solid rgba(215,173,56,.28)}.gfr-profile-contact-strip .gfr-icon{width:22px;height:22px;color:var(--gfr-gold)}.gfr-profile-overview__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.8fr) minmax(260px,.62fr);gap:38px}.gfr-profile-panel{padding-right:35px;border-right:1px solid var(--gfr-line)}.gfr-profile-panel h2,.gfr-profile-card h2{position:relative;margin:0 0 24px;padding-bottom:10px;font-family:var(--gfr-serif);font-size:2rem;font-weight:500;line-height:1}.gfr-profile-panel h2:after,.gfr-profile-card h2:after{content:"";position:absolute;left:0;bottom:0;width:42px;height:1px;background:var(--gfr-gold)}.gfr-profile-richtext{color:#3d4a44;font-family:var(--gfr-serif);font-size:.96rem;line-height:1.75}.gfr-profile-richtext p:first-child{margin-top:0}.gfr-profile-panel ul{margin:0;padding:0;list-style:none}.gfr-profile-panel--interests li{position:relative;padding:9px 0 9px 20px;color:#34443d;font-family:var(--gfr-serif)}.gfr-profile-panel--interests li:before{content:"";position:absolute;left:0;top:19px;width:5px;height:5px;border-radius:50%;background:var(--gfr-gold)}.gfr-profile-sidecards{display:grid;gap:18px}.gfr-profile-card{padding:24px;border:1px solid rgba(157,122,30,.2);border-radius:5px;background:rgba(255,255,255,.55);box-shadow:0 12px 30px rgba(7,25,19,.045)}.gfr-profile-card h2{font-size:1.7rem;margin-bottom:18px}.gfr-qualification-list,.gfr-contact-list{display:grid;gap:13px;margin:0;padding:0;list-style:none}.gfr-qualification-list li,.gfr-contact-list li{display:flex;align-items:flex-start;gap:11px;color:#35453f;font-size:.78rem;line-height:1.4}.gfr-qualification-list .gfr-icon,.gfr-contact-list .gfr-icon{flex:0 0 auto;width:22px;height:22px;color:var(--gfr-gold)}.gfr-qualification-list span{display:grid}.gfr-qualification-list strong{font-family:var(--gfr-serif);font-size:.9rem;font-weight:500}.gfr-qualification-list small{color:var(--gfr-muted)}.gfr-profile-publication-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.gfr-profile-publication-card{position:relative;display:flex;flex-direction:column;min-height:260px;padding:26px 24px;border:1px solid rgba(157,122,30,.2);border-radius:6px;background:#fffdf9;box-shadow:0 12px 30px rgba(7,25,19,.045)}.gfr-profile-publication-card__number{display:grid;place-items:center;width:34px;height:34px;margin-bottom:18px;color:var(--gfr-gold);font-size:.68rem;font-weight:800;border:1px solid var(--gfr-gold);border-radius:50%;background:var(--gfr-green)}.gfr-profile-publication-card h3{margin:0 0 12px;font-family:var(--gfr-serif);font-size:1.25rem;font-weight:500;line-height:1.25}.gfr-profile-publication-card>p{margin:0;color:var(--gfr-muted);font-size:.76rem;font-style:italic}.gfr-profile-publication-card__footer{display:flex;align-items:center;gap:10px;margin-top:auto;padding-top:20px}.gfr-profile-publication-card__footer>span:not(.altmetric-embed){padding:7px 9px;border:1px solid var(--gfr-line);font-size:.66rem}.gfr-profile-publication-card__footer .altmetric-embed{transform:scale(.72);transform-origin:center}.gfr-profile-publication-card__footer .gfr-button{margin-left:auto}.gfr-supervision-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.gfr-supervision-card{display:grid;grid-template-columns:92px 1fr;min-height:120px;overflow:hidden;border:1px solid rgba(157,122,30,.2);border-radius:6px;background:#fffdf9;box-shadow:0 10px 26px rgba(7,25,19,.045)}.gfr-supervision-card img{width:100%;height:100%;object-fit:cover;object-position:center top}.gfr-supervision-card>span{display:flex;flex-direction:column;padding:16px}.gfr-supervision-card strong{font-family:var(--gfr-serif);font-size:1.05rem;font-weight:500}.gfr-supervision-card small{color:#aa7700;font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.gfr-supervision-card em{display:-webkit-box;margin-top:8px;color:#59665f;font-family:var(--gfr-serif);font-size:.76rem;line-height:1.4;font-style:normal;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}

@media(max-width:1100px){.gfr-phd-grid{grid-template-columns:1fr}.gfr-phd-card{grid-template-columns:220px 1fr}.gfr-profile-hero__main{grid-template-columns:270px 1fr}.gfr-profile-hero__orbit{display:none}.gfr-profile-overview__grid{grid-template-columns:1fr 1fr}.gfr-profile-sidecards{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr))}.gfr-profile-panel--interests{border-right:0}.gfr-profile-publication-grid,.gfr-supervision-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:800px){.gfr-people-leader{grid-template-columns:1fr;gap:34px}.gfr-people-leader__portrait{min-height:430px}.gfr-people-leader__portrait img{height:430px}.gfr-people-page-hero .gfr-page-hero__inner{grid-template-columns:1fr;padding-bottom:90px}.gfr-people-page-hero .gfr-page-hero__copy{text-align:center;margin-inline:auto}.gfr-people-orbit{width:min(300px,74vw)}.gfr-profile-hero__main{grid-template-columns:1fr;padding-top:52px;text-align:center}.gfr-profile-hero__portrait{width:min(360px,88vw);height:430px;margin-inline:auto}.gfr-profile-hero__interests{max-width:520px;margin-inline:auto}.gfr-profile-contact-strip .gfr-shell{display:grid;grid-template-columns:1fr}.gfr-profile-contact-strip a,.gfr-profile-contact-strip span{justify-content:center;border-right:0;border-left:0!important;border-bottom:1px solid rgba(215,173,56,.22)}.gfr-profile-overview__grid{grid-template-columns:1fr}.gfr-profile-panel{padding-right:0;border-right:0;border-bottom:1px solid var(--gfr-line);padding-bottom:30px}.gfr-profile-sidecards{grid-column:auto;grid-template-columns:1fr}.gfr-profile-publication-grid,.gfr-supervision-grid{grid-template-columns:1fr}}
@media(max-width:620px){.gfr-people-interest-grid,.gfr-profile-hero__interests{grid-template-columns:1fr}.gfr-phd-card{grid-template-columns:1fr}.gfr-phd-card__image{height:310px}.gfr-phd-card__image img{min-height:310px}.gfr-people-orbit__node{width:48px;height:48px}.gfr-people-orbit__centre{width:94px;height:94px}.gfr-people-closing p{font-size:.62rem;letter-spacing:.16em}.gfr-profile-publication-card__footer{flex-wrap:wrap}.gfr-profile-publication-card__footer .gfr-button{margin-left:0;width:100%}}


/* =========================================================
   v13 — Streamlined homepage carousels
   ========================================================= */
.home .gfr-project-slider,
.home .gfr-insight-slider { padding-bottom: 18px; }
.home .gfr-project-slider .gfr-card,
.home .gfr-insight-slider .gfr-card { display: flex; flex-direction: column; min-height: 590px; border-color: rgba(157,122,30,.24); border-radius: 7px; overflow: hidden; box-shadow: 0 18px 46px rgba(7,25,19,.075); }
.home .gfr-project-slider .gfr-card__image,
.home .gfr-insight-slider .gfr-card__image { aspect-ratio: 16 / 8.5; }
.home .gfr-project-slider .gfr-card__body,
.home .gfr-insight-slider .gfr-card__body { display: flex; flex: 1; flex-direction: column; padding: 28px 30px 32px; }
.home .gfr-project-slider .gfr-card h3,
.home .gfr-insight-slider .gfr-card h3 { min-height: 2.35em; margin-bottom: 17px; font-size: clamp(1.55rem,2.1vw,2rem); line-height: 1.12; }
.home .gfr-project-slider .gfr-card__excerpt,
.home .gfr-insight-slider .gfr-card__excerpt { display: -webkit-box; min-height: 8.9em; margin: 0; overflow: hidden; color: #4f5d56; font-family: var(--gfr-serif); font-size: 1rem; line-height: 1.48; -webkit-line-clamp: 6; -webkit-box-orient: vertical; }
.home .gfr-project-slider .gfr-card__meta,
.home .gfr-insight-slider .gfr-card__meta { margin-bottom: 11px; font-size: .7rem; }
.home .gfr-project-slider .gfr-card__link,
.home .gfr-insight-slider .gfr-card__link { display: none !important; }
@media (max-width: 820px) {
  .home .gfr-project-slider .gfr-card,
  .home .gfr-insight-slider .gfr-card { min-height: 0; }
  .home .gfr-project-slider .gfr-card h3,
  .home .gfr-insight-slider .gfr-card h3,
  .home .gfr-project-slider .gfr-card__excerpt,
  .home .gfr-insight-slider .gfr-card__excerpt { min-height: 0; }
}

/* Collaborator cards intentionally contain no profile link. */
.gfr-collaborator-card > div { padding: 27px; }
.gfr-collaborator-card { cursor: default; }
.gfr-collaborator-card:hover { transform: translateY(-2px); }

/* =========================================================
   v13 — Premium, editable Contact page
   ========================================================= */
.gfr-contact-hero { position: relative; min-height: 510px; color: #fff; overflow: hidden; border-bottom: 1px solid rgba(215,173,56,.58); background: radial-gradient(circle at 78% 42%,rgba(37,100,79,.58),transparent 35%),radial-gradient(circle at 12% 78%,rgba(215,173,56,.07),transparent 30%),linear-gradient(118deg,#02130e 0%,#06231b 48%,#123f32 100%); }
.gfr-contact-hero::before { content:""; position:absolute; width:300px; height:300px; left:-130px; top:90px; border:1px solid rgba(215,173,56,.16); border-radius:50%; box-shadow:0 0 0 48px rgba(215,173,56,.035),0 0 0 96px rgba(215,173,56,.022); }
.gfr-contact-hero::after { content:""; position:absolute; inset:0; opacity:.17; background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px); background-size:48px 48px; }
.gfr-contact-hero__inner { position:relative; z-index:2; min-height:510px; display:grid; grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr); gap:80px; align-items:center; padding-block:66px; }
.gfr-contact-hero__copy { max-width:680px; }
.gfr-contact-hero h1 { margin:0 0 26px; font-family:var(--gfr-serif); font-size:clamp(4.6rem,7.4vw,7.4rem); font-weight:500; line-height:.82; letter-spacing:-.058em; }
.gfr-contact-hero h1 span { display:block; }
.gfr-contact-hero h1 span:last-child { color:var(--gfr-gold); }
.gfr-contact-orbit { position:relative; width:min(400px,80vw); aspect-ratio:1; margin-inline:auto; display:grid; place-items:center; }
.gfr-contact-orbit__ring { position:absolute; border:1px solid rgba(215,173,56,.5); border-radius:50%; }
.gfr-contact-orbit__ring--outer { inset:0; box-shadow:0 0 0 42px rgba(215,173,56,.055),0 0 0 84px rgba(215,173,56,.022); }
.gfr-contact-orbit__ring--inner { inset:23%; border-style:dotted; }
.gfr-contact-orbit__centre,.gfr-contact-orbit__node { position:absolute; display:grid; place-items:center; color:var(--gfr-gold); border:1px solid rgba(215,173,56,.72); border-radius:50%; background:radial-gradient(circle at 35% 28%,rgba(215,173,56,.17),transparent 40%),#0a2b20; box-shadow:0 14px 34px rgba(0,0,0,.25),inset 0 0 0 5px rgba(215,173,56,.045); }
.gfr-contact-orbit__centre { width:116px; height:116px; z-index:2; }
.gfr-contact-orbit__centre .gfr-icon { width:64px; height:64px; stroke-width:1.25; }
.gfr-contact-orbit__node { width:58px; height:58px; z-index:3; }
.gfr-contact-orbit__node .gfr-icon { width:29px; height:29px; }
.gfr-contact-orbit__node--one { top:5%; left:43%; }
.gfr-contact-orbit__node--two { top:42%; right:4%; }
.gfr-contact-orbit__node--three { bottom:5%; left:43%; }
.gfr-contact-orbit__node--four { top:42%; left:4%; }
.gfr-contact-hero__image { position:relative; width:min(500px,100%); aspect-ratio:5/4; margin-left:auto; overflow:hidden; border:1px solid rgba(215,173,56,.52); border-radius:18px; box-shadow:0 30px 80px rgba(0,0,0,.32),0 0 0 10px rgba(215,173,56,.025); }
.gfr-contact-hero__image::after { content:""; position:absolute; inset:0; border:1px solid rgba(215,173,56,.28); border-radius:12px; margin:12px; background:linear-gradient(180deg,rgba(3,20,15,.04),rgba(3,20,15,.38)); pointer-events:none; }
.gfr-contact-hero__image img { width:100%; height:100%; object-fit:cover; filter:brightness(.82) saturate(.82) contrast(.98); }
.gfr-contact-layout { display:grid; grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr); gap:58px; align-items:start; }
.gfr-contact-form-card { padding:44px; border:1px solid rgba(157,122,30,.24); border-radius:8px; background:linear-gradient(145deg,#fffdf9,#faf6ee); box-shadow:0 24px 60px rgba(7,25,19,.08); }
.gfr-contact-form-card__intro { max-width:700px; margin:18px 0 30px; color:#526059; font-family:var(--gfr-serif); font-size:1.02rem; line-height:1.65; }
.gfr-form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.gfr-contact-native-form .gfr-form-row { margin-bottom:18px; }
.gfr-contact-native-form label { display:block; margin-bottom:7px; color:#9d6d07; font-size:.67rem; font-weight:800; letter-spacing:.11em; text-transform:uppercase; }
.gfr-contact-native-form input,.gfr-contact-native-form select,.gfr-contact-native-form textarea { width:100%; min-height:52px; padding:13px 15px; color:var(--gfr-text); border:1px solid rgba(8,37,28,.15); border-radius:3px; outline:none; background:rgba(255,255,255,.78); transition:border-color .2s ease,box-shadow .2s ease; }
.gfr-contact-native-form textarea { min-height:180px; resize:vertical; }
.gfr-contact-native-form input:focus,.gfr-contact-native-form select:focus,.gfr-contact-native-form textarea:focus { border-color:rgba(215,173,56,.85); box-shadow:0 0 0 3px rgba(215,173,56,.1); }
.gfr-contact-form-card__footer { display:flex; align-items:center; gap:24px; margin-top:5px; }
.gfr-contact-form-card__footer p { max-width:390px; margin:0; color:#728078; font-size:.73rem; }
.gfr-form-status { margin:0 0 24px; padding:14px 16px; color:#6d3c16; border:1px solid rgba(165,99,46,.25); background:#fff6ec; }
.gfr-form-status--success { color:#17583f; border-color:rgba(23,88,63,.24); background:#edf8f2; }
.gfr-contact-sidebar { display:grid; gap:22px; }
.gfr-contact-email-card,.gfr-contact-links-card { padding:28px; border:1px solid rgba(157,122,30,.23); border-radius:7px; background:rgba(255,255,255,.58); box-shadow:0 14px 38px rgba(7,25,19,.05); }
.gfr-contact-email-card { display:grid; grid-template-columns:70px 1fr; gap:20px; }
.gfr-contact-email-card .gfr-icon-medallion { width:64px; height:64px; }
.gfr-contact-email-card h2 { margin:0 0 8px; font-family:var(--gfr-serif); font-size:1.75rem; font-weight:500; line-height:1; }
.gfr-contact-email-card__address { display:block; margin-bottom:10px; overflow-wrap:anywhere; color:#9f7103; font-family:var(--gfr-serif); font-size:1.06rem; }
.gfr-contact-email-card p { margin:0 0 15px; color:#59665f; font-size:.82rem; line-height:1.55; }
.gfr-contact-links-card > .gfr-eyebrow { margin-bottom:8px; }
.gfr-contact-links-card > a { display:grid; grid-template-columns:42px 1fr auto 20px; gap:12px; align-items:center; padding:16px 0; border-bottom:1px solid var(--gfr-line); }
.gfr-contact-links-card > a:last-child { border-bottom:0; }
.gfr-contact-links-card > a > span { display:grid; place-items:center; width:40px; height:40px; color:var(--gfr-gold); border:1px solid rgba(215,173,56,.55); border-radius:50%; }
.gfr-contact-links-card > a > span .gfr-icon { width:22px; height:22px; }
.gfr-contact-links-card strong { font-family:var(--gfr-serif); font-size:1.06rem; font-weight:500; }
.gfr-contact-links-card small { color:#718078; font-size:.7rem; }
.gfr-contact-links-card > a > .gfr-icon { width:17px; height:17px; color:var(--gfr-gold); }
.gfr-contact-collaboration-card { padding:34px; color:#fff; border:1px solid rgba(215,173,56,.56); border-radius:7px; background:radial-gradient(circle at 90% 10%,rgba(215,173,56,.12),transparent 30%),linear-gradient(135deg,#061a13,#0b3428); box-shadow:0 24px 60px rgba(7,25,19,.16); }
.gfr-contact-collaboration-card h2 { margin:0 0 16px; font-family:var(--gfr-serif); font-size:2.35rem; font-weight:500; line-height:1; }
.gfr-contact-collaboration-card > p:not(.gfr-eyebrow) { margin:0 0 24px; color:#d4dfd9; font-family:var(--gfr-serif); line-height:1.65; }
.gfr-contact-faq-layout { display:grid; grid-template-columns:minmax(260px,.65fr) minmax(0,1.35fr); gap:70px; align-items:start; }
.gfr-contact-faq-section .gfr-faq__button { padding:21px 0; font-family:var(--gfr-serif); font-size:1.06rem; }
@media (max-width:980px) {
  .gfr-contact-hero__inner,.gfr-contact-layout,.gfr-contact-faq-layout { grid-template-columns:1fr; }
  .gfr-contact-hero__inner { gap:50px; }
  .gfr-contact-orbit { width:min(340px,78vw); }
  .gfr-contact-hero__image { margin-inline:auto; }
}
@media (max-width:680px) {
  .gfr-contact-hero { min-height:auto; }
  .gfr-contact-hero__inner { min-height:auto; padding-block:58px 70px; }
  .gfr-contact-hero h1 { font-size:clamp(3.8rem,17vw,5rem); }
  .gfr-contact-orbit { width:min(290px,76vw); }
  .gfr-contact-orbit__centre { width:94px; height:94px; }
  .gfr-contact-orbit__node { width:48px; height:48px; }
  .gfr-contact-form-card { padding:28px 22px; }
  .gfr-form-grid { grid-template-columns:1fr; gap:0; }
  .gfr-contact-form-card__footer { align-items:flex-start; flex-direction:column; }
  .gfr-contact-email-card { grid-template-columns:1fr; }
  .gfr-contact-links-card > a { grid-template-columns:42px 1fr 18px; }
  .gfr-contact-links-card small { display:none; }
}


/* =========================================================
   v14 — Consistent premium internal-page banners
   ========================================================= */
.gfr-premium-page-hero,
.gfr-page-hero.gfr-premium-page-hero,
.gfr-contact-hero.gfr-premium-page-hero {
  position:relative;
  min-height:520px !important;
  color:#fff;
  overflow:hidden;
  border-bottom:1px solid rgba(215,173,56,.58);
  background:
    radial-gradient(circle at 78% 42%,rgba(37,100,79,.55),transparent 36%),
    radial-gradient(circle at 11% 77%,rgba(215,173,56,.065),transparent 31%),
    linear-gradient(118deg,#02130e 0%,#06231b 49%,#123f32 100%) !important;
}
.gfr-premium-page-hero::after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.15;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:48px 48px}
.gfr-premium-page-hero .gfr-page-hero__inner,
.gfr-contact-hero.gfr-premium-page-hero .gfr-contact-hero__inner{
  position:relative;z-index:2;min-height:520px !important;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:clamp(58px,7vw,92px);align-items:center;padding-block:68px !important;
}
.gfr-premium-page-hero .gfr-page-hero__copy,
.gfr-contact-hero.gfr-premium-page-hero .gfr-contact-hero__copy{max-width:690px}
.gfr-premium-page-hero h1,
.gfr-contact-hero.gfr-premium-page-hero h1,
.gfr-premium-page-hero .gfr-about-hero-title{
  margin:0 0 27px !important;font-family:var(--gfr-serif);font-size:clamp(4.7rem,7.25vw,7.25rem) !important;font-weight:500;line-height:.84 !important;letter-spacing:-.058em !important;
}
.gfr-premium-page-hero h1>span,
.gfr-premium-page-hero .gfr-about-hero-title>span{display:block}
.gfr-premium-page-hero .gfr-dot{color:var(--gfr-gold) !important}
.gfr-contact-hero.gfr-premium-page-hero h1 span:last-child{color:inherit}
.gfr-premium-page-hero .gfr-lead{max-width:670px;margin:0;color:rgba(247,244,238,.84);font-size:clamp(1.08rem,1.5vw,1.28rem);line-height:1.62}
.gfr-premium-page-hero .gfr-page-hero__visual{min-height:400px;margin:0;overflow:visible}
.gfr-premium-page-hero.gfr-page-hero--image .gfr-page-hero__visual{min-height:400px;margin:0}
.gfr-premium-page-hero.gfr-page-hero--image .gfr-page-hero__visual img{width:min(500px,100%);height:390px;min-height:0;margin-left:auto;object-fit:cover;border:1px solid rgba(215,173,56,.5);border-radius:16px;opacity:.88;mask-image:none;box-shadow:0 30px 80px rgba(0,0,0,.3)}

/* One reusable icon array for About, Publications, People and Contact. */
.gfr-premium-orbit{position:relative;width:min(400px,80vw);aspect-ratio:1;margin-inline:auto;display:grid;place-items:center}
.gfr-premium-orbit__ring{position:absolute;border:1px solid rgba(215,173,56,.5);border-radius:50%}
.gfr-premium-orbit__ring--outer{inset:0;box-shadow:0 0 0 42px rgba(215,173,56,.055),0 0 0 84px rgba(215,173,56,.022)}
.gfr-premium-orbit__ring--inner{inset:23%;border-style:dotted;opacity:.88}
.gfr-premium-orbit__centre,.gfr-premium-orbit__node{position:absolute;display:grid;place-items:center;color:var(--gfr-gold);border:1px solid rgba(215,173,56,.72);border-radius:50%;background:radial-gradient(circle at 35% 28%,rgba(215,173,56,.17),transparent 40%),#0a2b20;box-shadow:0 14px 34px rgba(0,0,0,.25),inset 0 0 0 5px rgba(215,173,56,.045)}
.gfr-premium-orbit__centre{width:116px;height:116px;z-index:2}
.gfr-premium-orbit__centre .gfr-icon{width:64px;height:64px;stroke-width:1.25}
.gfr-premium-orbit__node{width:58px;height:58px;z-index:3}
.gfr-premium-orbit__node .gfr-icon{width:29px;height:29px;stroke-width:1.45}
.gfr-premium-orbit__node--1{top:5%;left:43%}
.gfr-premium-orbit__node--2{top:42%;right:4%}
.gfr-premium-orbit__node--3{bottom:5%;left:43%}
.gfr-premium-orbit__node--4{top:42%;left:4%}
.gfr-premium-orbit--publications .gfr-premium-orbit__centre{background:radial-gradient(circle at 35% 28%,rgba(232,204,120,.2),transparent 40%),#0a2b20}
.gfr-premium-orbit--about .gfr-premium-orbit__centre{box-shadow:0 16px 38px rgba(0,0,0,.27),0 0 34px rgba(215,173,56,.09),inset 0 0 0 5px rgba(215,173,56,.045)}

/* =========================================================
   v14 — Larger, more editorial PhD profiles
   ========================================================= */
.gfr-phd-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}
.gfr-phd-card{grid-template-columns:minmax(210px,.86fr) minmax(0,1.14fr);min-height:350px;border-radius:8px;box-shadow:0 20px 48px rgba(7,25,19,.075)}
.gfr-phd-card__image{min-height:350px}
.gfr-phd-card__image img{min-height:350px}
.gfr-phd-card__content{padding:34px 32px}
.gfr-phd-card h3{font-size:clamp(1.75rem,2.4vw,2.25rem);line-height:1.02}
.gfr-phd-card .gfr-role{font-size:.7rem}
.gfr-phd-card__focus{min-height:7em;margin:23px 0;font-size:1rem;line-height:1.6;-webkit-line-clamp:5}
.gfr-phd-card .gfr-button{min-height:46px;padding-inline:19px}

/* =========================================================
   v14 — Separate researcher / team-member carousel
   ========================================================= */
.gfr-people-team-section{border-top:1px solid rgba(157,122,30,.12)}
.gfr-team-slider{padding:3px 0 42px}
.gfr-team-card{display:grid;grid-template-columns:92px 1fr;gap:22px;height:100%;min-height:255px;padding:30px;border:1px solid rgba(157,122,30,.22);border-radius:8px;background:linear-gradient(145deg,#fffdf9,#f8f2e8);box-shadow:0 15px 36px rgba(7,25,19,.055);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.gfr-team-card:hover{transform:translateY(-4px);border-color:rgba(215,173,56,.58);box-shadow:0 22px 50px rgba(7,25,19,.09)}
.gfr-team-card__mark{display:grid;place-items:center;width:82px;height:82px;color:var(--gfr-gold);font-family:var(--gfr-serif);font-size:1.45rem;letter-spacing:.08em;border:1px solid rgba(215,173,56,.54);border-radius:50%;background:radial-gradient(circle at 35% 28%,rgba(215,173,56,.12),transparent 42%),#0a2b20;box-shadow:inset 0 0 0 6px rgba(215,173,56,.035)}
.gfr-team-card__content{display:flex;flex-direction:column;min-width:0}
.gfr-team-card h3{margin:0 0 5px;color:var(--gfr-ink);font-family:var(--gfr-serif);font-size:1.55rem;font-weight:500;line-height:1.08}
.gfr-team-card__role{margin:0 0 6px;color:#a87500;font-family:var(--gfr-serif);font-size:1rem}
.gfr-team-card__affiliation{margin:0;color:#6b7771;font-size:.76rem;line-height:1.45}
.gfr-team-card__summary{display:-webkit-box;margin:18px 0;color:#4f5d56;font-family:var(--gfr-serif);font-size:.9rem;line-height:1.55;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.gfr-team-card__link{display:inline-flex;align-items:center;gap:8px;margin-top:auto;color:#9f7103;font-size:.69rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.gfr-team-card__link .gfr-icon{width:17px;height:17px}

@media(max-width:980px){
  .gfr-premium-page-hero .gfr-page-hero__inner,.gfr-contact-hero.gfr-premium-page-hero .gfr-contact-hero__inner{grid-template-columns:1fr;gap:48px;padding-block:62px 76px !important}
  .gfr-premium-page-hero .gfr-page-hero__copy,.gfr-contact-hero.gfr-premium-page-hero .gfr-contact-hero__copy{max-width:720px}
  .gfr-premium-orbit{width:min(340px,78vw)}
  .gfr-phd-grid{grid-template-columns:1fr}
}
@media(max-width:680px){
  .gfr-premium-page-hero,.gfr-page-hero.gfr-premium-page-hero,.gfr-contact-hero.gfr-premium-page-hero{min-height:auto !important}
  .gfr-premium-page-hero .gfr-page-hero__inner,.gfr-contact-hero.gfr-premium-page-hero .gfr-contact-hero__inner{min-height:auto !important;padding-block:56px 68px !important}
  .gfr-premium-page-hero h1,.gfr-contact-hero.gfr-premium-page-hero h1,.gfr-premium-page-hero .gfr-about-hero-title{font-size:clamp(3.65rem,17vw,5rem) !important}
  .gfr-premium-orbit{width:min(290px,76vw)}
  .gfr-premium-orbit__centre{width:94px;height:94px}
  .gfr-premium-orbit__centre .gfr-icon{width:52px;height:52px}
  .gfr-premium-orbit__node{width:48px;height:48px}
  .gfr-premium-orbit__node .gfr-icon{width:24px;height:24px}
  .gfr-phd-card{grid-template-columns:1fr}
  .gfr-phd-card__image,.gfr-phd-card__image img{height:360px;min-height:360px}
  .gfr-phd-card__content{padding:28px 24px}
  .gfr-team-card{grid-template-columns:1fr}
}


/* v14 safeguard: override older Customizer snippets that targeted individual banners. */
body.gfr-signature-theme .gfr-page-hero.gfr-premium-page-hero,
body.gfr-signature-theme .gfr-contact-hero.gfr-premium-page-hero{min-height:520px !important}
body.gfr-signature-theme .gfr-page-hero.gfr-premium-page-hero .gfr-page-hero__inner,
body.gfr-signature-theme .gfr-contact-hero.gfr-premium-page-hero .gfr-contact-hero__inner{min-height:520px !important;padding-top:68px !important;padding-bottom:68px !important}
body.gfr-signature-theme .gfr-page-hero.gfr-premium-page-hero .gfr-page-hero__visual::before{display:none !important}
body.gfr-signature-theme .gfr-contact-hero.gfr-premium-page-hero h1 span:last-child{color:inherit !important}
body.gfr-signature-theme .gfr-premium-page-hero .gfr-dot{color:var(--gfr-gold) !important}
@media(max-width:680px){
 body.gfr-signature-theme .gfr-page-hero.gfr-premium-page-hero,
 body.gfr-signature-theme .gfr-contact-hero.gfr-premium-page-hero{min-height:auto !important}
 body.gfr-signature-theme .gfr-page-hero.gfr-premium-page-hero .gfr-page-hero__inner,
 body.gfr-signature-theme .gfr-contact-hero.gfr-premium-page-hero .gfr-contact-hero__inner{min-height:auto !important;padding-top:56px !important;padding-bottom:68px !important}
}


@media(min-width:981px){
 body.gfr-signature-theme .gfr-page-hero.gfr-premium-page-hero,
 body.gfr-signature-theme .gfr-contact-hero.gfr-premium-page-hero{height:520px !important;min-height:520px !important}
}
body.gfr-signature-theme .gfr-premium-page-hero::before{
 content:"" !important;position:absolute !important;width:300px !important;height:300px !important;left:-130px !important;top:90px !important;border:1px solid rgba(215,173,56,.16) !important;border-radius:50% !important;box-shadow:0 0 0 48px rgba(215,173,56,.035),0 0 0 96px rgba(215,173,56,.022) !important;background:none !important;
}

/* =========================================================
   v15 — Banner accents, People layout and Contact sequence
   ========================================================= */

/* Keep the full stop attached to the final word and colour the complete final word gold. */
body.gfr-signature-theme .gfr-premium-page-hero .gfr-title-accent,
body.gfr-signature-theme .gfr-contact-hero.gfr-premium-page-hero .gfr-title-accent {
  color: var(--gfr-gold) !important;
}
body.gfr-signature-theme .gfr-premium-page-hero .gfr-title-accent .gfr-dot {
  display: inline !important;
  color: inherit !important;
}
body.gfr-signature-theme .gfr-people-page-hero h1 > .gfr-title-accent,
body.gfr-signature-theme .gfr-publications-hero h1 > .gfr-title-accent {
  display: inline-block !important;
}
body.gfr-signature-theme .gfr-about-hero-title > .gfr-title-accent,
body.gfr-signature-theme .gfr-contact-hero h1 > .gfr-title-accent {
  display: block !important;
}

/* Premium Group Lead panel. */
body.gfr-signature-theme .gfr-people-leader-section {
  padding-block: 84px;
  background:
    radial-gradient(circle at 88% 18%, rgba(215,173,56,.09), transparent 28%),
    linear-gradient(180deg, #fbf8f2, #f4eee4);
}
body.gfr-signature-theme .gfr-people-leader {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid rgba(157,122,30,.30);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(249,244,235,.88));
  box-shadow: 0 34px 90px rgba(7,25,19,.12), inset 0 0 0 1px rgba(255,255,255,.72);
}
body.gfr-signature-theme .gfr-people-leader::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 420px;
  height: 420px;
  right: -210px;
  top: -210px;
  border: 1px solid rgba(215,173,56,.23);
  border-radius: 50%;
  box-shadow: 0 0 0 52px rgba(215,173,56,.045), 0 0 0 104px rgba(215,173,56,.022);
}
body.gfr-signature-theme .gfr-people-leader__portrait {
  border-radius: 12px;
  border-color: rgba(215,173,56,.38);
  box-shadow: 0 24px 60px rgba(7,25,19,.14);
}
body.gfr-signature-theme .gfr-people-leader__content { position: relative; z-index: 2; }

/* Progressive gold fill: the longer the visitor hovers, the more of the button becomes gold. */
body.gfr-signature-theme .gfr-button--progress {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: rgba(180,132,15,.72);
  transition: color .22s ease .72s, border-color .2s ease, box-shadow .25s ease;
}
body.gfr-signature-theme .gfr-button--progress::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, #d7ad38, #efca62);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.25s linear;
}
body.gfr-signature-theme .gfr-button--progress span,
body.gfr-signature-theme .gfr-button--progress .gfr-icon { position: relative; z-index: 1; }
body.gfr-signature-theme .gfr-button--progress:hover,
body.gfr-signature-theme .gfr-button--progress:focus-visible {
  color: #062019;
  border-color: #d7ad38;
  box-shadow: 0 12px 30px rgba(151,108,0,.18);
}
body.gfr-signature-theme .gfr-button--progress:hover::before,
body.gfr-signature-theme .gfr-button--progress:focus-visible::before { transform: scaleX(1); }
@media (prefers-reduced-motion: reduce) {
  body.gfr-signature-theme .gfr-button--progress::before { transition-duration: .01ms; }
}

/* Three PhD students remain in one even horizontal row on desktop. */
body.gfr-signature-theme .gfr-phd-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}
body.gfr-signature-theme .gfr-phd-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 620px;
  border-radius: 11px;
}
body.gfr-signature-theme .gfr-phd-card__image,
body.gfr-signature-theme .gfr-phd-card__image img {
  width: 100%;
  height: 340px;
  min-height: 340px;
}
body.gfr-signature-theme .gfr-phd-card__content { flex: 1; padding: 30px 27px; }
body.gfr-signature-theme .gfr-phd-card h3 { font-size: clamp(1.72rem, 2vw, 2.15rem); }
body.gfr-signature-theme .gfr-phd-card__focus { min-height: 7.6em; -webkit-line-clamp: 5; }

/* Collaborators now use the same editable-initials medallion system as team members. */
body.gfr-signature-theme .gfr-collaborator-card {
  grid-template-columns: 82px minmax(0,1fr);
  min-height: 225px;
  padding: 27px;
  cursor: default;
}
body.gfr-signature-theme .gfr-collaborator-card > .gfr-team-card__mark { display:grid; width:82px; height:82px; padding:0; }
body.gfr-signature-theme .gfr-collaborator-card > .gfr-team-card__content { display:flex; height:auto; padding:0; }
body.gfr-signature-theme .gfr-collaborator-card h3 { margin-bottom: 5px; font-size: 1.48rem; }
body.gfr-signature-theme .gfr-collaborator-card .gfr-team-card__role { margin-bottom: 7px; }

/* Neither collaborators nor researcher/team-member cards display a profile link. */
body.gfr-signature-theme .gfr-team-card__link,
body.gfr-signature-theme .gfr-collaborator-card__link { display: none !important; }

/* FAQs / Before you get in touch now appear before the form. */
body.gfr-signature-theme .gfr-contact-preflight-section {
  padding-top: 72px;
  padding-bottom: 62px;
  border-bottom: 1px solid var(--gfr-line);
  background:
    radial-gradient(circle at 12% 20%, rgba(215,173,56,.055), transparent 26%),
    var(--gfr-cream);
}
body.gfr-signature-theme .gfr-contact-preflight-section + .gfr-contact-main { padding-top: 66px; }

@media (max-width: 1180px) {
  body.gfr-signature-theme .gfr-phd-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  body.gfr-signature-theme .gfr-people-leader { padding: 24px; }
  body.gfr-signature-theme .gfr-phd-grid { grid-template-columns: 1fr; }
  body.gfr-signature-theme .gfr-phd-card { min-height: 0; }
  body.gfr-signature-theme .gfr-phd-card__image,
  body.gfr-signature-theme .gfr-phd-card__image img { height: 370px; min-height: 370px; }
}

/* =========================================================
   v16 — final homepage, profile, motion, contact and recruitment refinements
   ========================================================= */

html { scroll-behavior:smooth; scroll-padding-top:96px; }
body { -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility; animation:gfr-page-in .48s cubic-bezier(.22,.61,.36,1) both; }
@keyframes gfr-page-in { from { opacity:.01; transform:translateY(8px); } to { opacity:1; transform:none; } }
.gfr-page-transition { position:fixed; inset:0; z-index:99998; pointer-events:none; opacity:0; background:radial-gradient(circle at 72% 30%,rgba(215,173,56,.13),transparent 28%),linear-gradient(125deg,#03150f,#0a3428); transition:opacity .4s cubic-bezier(.22,.61,.36,1); }
body.gfr-page-leaving .gfr-page-transition { opacity:1; }
body.gfr-modal-open { overflow:hidden; }
@media (prefers-reduced-motion:reduce) { html{scroll-behavior:auto} body{animation:none}.gfr-page-transition{display:none} }

/* Premium, standardised homepage carousel typography. */
body.gfr-signature-theme .gfr-project-slider,
body.gfr-signature-theme .gfr-insight-slider { margin-top:22px; }
body.gfr-signature-theme .gfr-project-slider .gfr-card,
body.gfr-signature-theme .gfr-insight-slider .gfr-card { min-height:670px; border-radius:13px; border-color:rgba(157,122,30,.25); box-shadow:0 24px 58px rgba(7,25,19,.085); background:linear-gradient(150deg,#fffdf9,#f8f3ea); }
body.gfr-signature-theme .gfr-project-slider .gfr-card__image,
body.gfr-signature-theme .gfr-insight-slider .gfr-card__image { height:330px; min-height:330px; overflow:hidden; }
body.gfr-signature-theme .gfr-project-slider .gfr-card__image img,
body.gfr-signature-theme .gfr-insight-slider .gfr-card__image img { width:100%; height:100%; object-fit:cover; transition:transform .65s cubic-bezier(.22,.61,.36,1); }
body.gfr-signature-theme .gfr-project-slider .gfr-card:hover .gfr-card__image img,
body.gfr-signature-theme .gfr-insight-slider .gfr-card:hover .gfr-card__image img { transform:scale(1.035); }
body.gfr-signature-theme .gfr-project-slider .gfr-card__body,
body.gfr-signature-theme .gfr-insight-slider .gfr-card__body { padding:34px 36px 38px; }
body.gfr-signature-theme .gfr-project-slider .gfr-card__meta,
body.gfr-signature-theme .gfr-insight-slider .gfr-card__meta { margin-bottom:15px; color:#a87400; font-size:.7rem; font-weight:800; letter-spacing:.16em; line-height:1.4; text-transform:uppercase; }
body.gfr-signature-theme .gfr-project-slider .gfr-card h3,
body.gfr-signature-theme .gfr-insight-slider .gfr-card h3 { display:-webkit-box; min-height:2.25em; margin:0 0 18px; color:var(--gfr-ink); font-family:var(--gfr-serif); font-size:clamp(1.9rem,2.45vw,2.55rem); font-weight:500; line-height:1.08; letter-spacing:-.025em; overflow:hidden; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
body.gfr-signature-theme .gfr-project-slider .gfr-card__excerpt,
body.gfr-signature-theme .gfr-insight-slider .gfr-card__excerpt { display:-webkit-box; min-height:8.7em; margin:0; color:#4d5d55; font-family:var(--gfr-serif); font-size:1.04rem; line-height:1.62; overflow:hidden; -webkit-line-clamp:5; -webkit-box-orient:vertical; }
body.gfr-signature-theme .gfr-project-slider + *,
body.gfr-signature-theme .gfr-insight-slider + * { margin-top:0; }
body.gfr-signature-theme .gfr-section-heading .gfr-section-title--small { font-size:clamp(2.65rem,4.2vw,4.25rem); line-height:.98; letter-spacing:-.04em; }
@media(max-width:820px){ body.gfr-signature-theme .gfr-project-slider .gfr-card,body.gfr-signature-theme .gfr-insight-slider .gfr-card{min-height:0} }

/* Contact: the complete second line, including the full stop, is gold. */
body.gfr-signature-theme .gfr-contact-hero.gfr-premium-page-hero h1 .gfr-title-accent { color:var(--gfr-gold) !important; }

/* Live, automatically calculated contact statistics. */
.gfr-live-stats { color:#f7f3e9; border-top:1px solid rgba(215,173,56,.42); border-bottom:1px solid rgba(215,173,56,.42); background:linear-gradient(90deg,#041b14,#0b3428,#041b14); }
.gfr-live-stats__grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); }
.gfr-live-stats article { position:relative; display:flex; align-items:baseline; gap:13px; min-height:104px; padding:25px 30px; border-right:1px solid rgba(215,173,56,.24); }
.gfr-live-stats article:first-child { border-left:1px solid rgba(215,173,56,.24); }
.gfr-live-stats strong { color:var(--gfr-gold); font-family:var(--gfr-serif); font-size:clamp(2.45rem,3.4vw,4rem); font-weight:500; line-height:1; }
.gfr-live-stats span { max-width:150px; color:#d6e0da; font-size:.68rem; font-weight:800; letter-spacing:.12em; line-height:1.45; text-transform:uppercase; }
@media(max-width:800px){.gfr-live-stats__grid{grid-template-columns:repeat(2,1fr)}.gfr-live-stats article:nth-child(3){border-left:1px solid rgba(215,173,56,.24);border-top:1px solid rgba(215,173,56,.24)}.gfr-live-stats article:nth-child(4){border-top:1px solid rgba(215,173,56,.24)}}
@media(max-width:480px){.gfr-live-stats article{padding:20px 16px;gap:8px;flex-direction:column}.gfr-live-stats strong{font-size:2.3rem}}

/* Larger collaborator carousel: exactly three cards on desktop. */
body.gfr-signature-theme .gfr-collaborator-slider { padding-bottom:48px; }
body.gfr-signature-theme .gfr-collaborator-slider .gfr-team-card { min-height:285px; padding:34px; grid-template-columns:96px minmax(0,1fr); gap:26px; }
body.gfr-signature-theme .gfr-collaborator-slider .gfr-team-card__mark { width:92px; height:92px; font-size:1.6rem; }
body.gfr-signature-theme .gfr-collaborator-slider .gfr-team-card h3 { font-size:clamp(1.65rem,1.9vw,2rem); overflow-wrap:normal; word-break:normal; hyphens:none; }
body.gfr-signature-theme .gfr-collaborator-slider .gfr-team-card__role { font-size:1.03rem; }
body.gfr-signature-theme .gfr-collaborator-slider .gfr-team-card__affiliation { font-size:.83rem; line-height:1.55; }

/* Dedicated manually entered PhD supervisors. */
.gfr-supervisor-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; }
.gfr-supervisor-card { display:grid; grid-template-columns:84px 1fr; gap:22px; align-items:center; min-height:170px; padding:28px; border:1px solid rgba(157,122,30,.24); border-radius:10px; background:linear-gradient(145deg,#fffdf9,#f8f3ea); box-shadow:0 16px 38px rgba(7,25,19,.06); }
.gfr-supervisor-card h3 { margin:0 0 6px; font-family:var(--gfr-serif); font-size:1.65rem; font-weight:500; }
.gfr-supervisor-card p { margin:0 0 14px; color:#a87500; font-family:var(--gfr-serif); }
@media(max-width:720px){.gfr-supervisor-grid{grid-template-columns:1fr}}

/* =========================================================
   Recruitment / participation portal
   ========================================================= */
.gfr-recruitment-hero { position:relative; overflow:hidden; color:#fff; background:radial-gradient(circle at 77% 42%,rgba(34,96,76,.72),transparent 35%),linear-gradient(120deg,#02140e,#083327); }
.gfr-recruitment-hero .gfr-page-hero__copy h1 { margin:0 0 28px; font-family:var(--gfr-serif); font-size:clamp(4rem,6.4vw,7rem); font-weight:500; line-height:.88; letter-spacing:-.055em; }
.gfr-recruitment-hero h1>span { display:block; }
.gfr-recruitment-hero .gfr-title-accent { color:var(--gfr-gold); }
.gfr-recruitment-hero .gfr-button { margin-top:28px; }
.gfr-recruitment-benefits { padding:38px 0; color:#eef4f0; border-top:1px solid rgba(215,173,56,.42); border-bottom:1px solid rgba(215,173,56,.42); background:#06241b; }
.gfr-recruitment-benefits>.gfr-shell>.gfr-eyebrow { margin-bottom:22px; }
.gfr-recruitment-benefits__grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); border:1px solid rgba(215,173,56,.25); border-radius:10px; }
.gfr-recruitment-benefits article { padding:27px 25px; border-right:1px solid rgba(215,173,56,.19); }
.gfr-recruitment-benefits article:last-child { border-right:0; }
.gfr-recruitment-benefits article>span { display:grid; place-items:center; width:44px; height:44px; margin-bottom:17px; color:var(--gfr-gold); border:1px solid rgba(215,173,56,.55); border-radius:50%; }
.gfr-recruitment-benefits .gfr-icon { width:24px; height:24px; }
.gfr-recruitment-benefits h3 { margin:0 0 8px; color:var(--gfr-gold); font-family:var(--gfr-serif); font-size:1.22rem; font-weight:500; }
.gfr-recruitment-benefits p { margin:0; color:#cbd8d1; font-family:var(--gfr-serif); font-size:.82rem; line-height:1.55; }
.gfr-recruitment-studies__heading { display:grid; grid-template-columns:minmax(0,1fr) minmax(320px,.72fr); gap:55px; align-items:end; margin-bottom:35px; }
.gfr-recruitment-studies__heading>p { margin:0 0 9px; color:#54635b; font-family:var(--gfr-serif); font-size:1rem; line-height:1.65; }
.gfr-study-list { display:grid; gap:18px; }
.gfr-study-card { display:grid; grid-template-columns:145px minmax(0,1.2fr) minmax(240px,.72fr) 190px; gap:28px; align-items:center; min-height:205px; padding:24px; border:1px solid rgba(157,122,30,.28); border-radius:12px; background:linear-gradient(145deg,#fffdf9,#f8f3e9); box-shadow:0 16px 40px rgba(7,25,19,.065); transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease; }
.gfr-study-card:hover { transform:translateY(-3px); border-color:rgba(215,173,56,.65); box-shadow:0 24px 55px rgba(7,25,19,.10); }
.gfr-study-card__visual { width:128px; height:128px; overflow:hidden; display:grid; place-items:center; color:var(--gfr-gold); border:1px solid rgba(215,173,56,.58); border-radius:50%; background:#0b2d22; box-shadow:inset 0 0 0 8px rgba(215,173,56,.035); }
.gfr-study-card__visual img { width:100%; height:100%; object-fit:cover; }
.gfr-study-card__visual .gfr-icon { width:62px; height:62px; }
.gfr-study-card__topline { display:flex; align-items:center; gap:12px; margin-bottom:10px; color:#aa7700; font-size:.66rem; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.gfr-study-card__topline em { padding:4px 8px; color:#235845; border:1px solid rgba(35,88,69,.25); border-radius:999px; background:rgba(35,88,69,.08); font-style:normal; }
.gfr-study-card h3 { margin:0 0 9px; font-family:var(--gfr-serif); font-size:clamp(1.7rem,2.1vw,2.25rem); font-weight:500; line-height:1.05; }
.gfr-study-card__content>p { margin:0 0 11px; color:#506058; font-family:var(--gfr-serif); font-size:.92rem; line-height:1.55; }
.gfr-study-card__details { display:inline-flex; align-items:center; gap:8px; color:#9f7103; font-size:.68rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.gfr-study-card__details .gfr-icon { width:17px; height:17px; }
.gfr-study-card__facts { display:grid; gap:12px; padding-left:26px; border-left:1px solid var(--gfr-line); }
.gfr-study-card__facts>div { display:grid; grid-template-columns:28px 1fr; gap:10px; align-items:start; }
.gfr-study-card__facts .gfr-icon { width:24px; height:24px; color:var(--gfr-gold); }
.gfr-study-card__facts small { display:block; color:#a87500; font-size:.64rem; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }
.gfr-study-card__facts strong { display:block; margin-top:2px; color:#35443d; font-family:var(--gfr-serif); font-size:.82rem; font-weight:500; line-height:1.35; }
.gfr-study-card__action { display:grid; justify-items:stretch; gap:12px; }
.gfr-study-card__action .gfr-button { justify-content:space-between; width:100%; }
.gfr-study-card__action small { display:flex; align-items:center; justify-content:center; gap:7px; color:#6d7973; font-size:.67rem; }
.gfr-study-card__action small .gfr-icon { width:18px; height:18px; color:var(--gfr-gold); }
.gfr-study-status-message { padding:16px; text-align:center; color:#6c7872; border:1px solid var(--gfr-line); border-radius:5px; background:#f4efe7; }
.gfr-recruitment-interest { display:grid; grid-template-columns:76px minmax(0,1fr) auto; gap:26px; align-items:center; margin-top:30px; padding:28px 32px; color:#fff; border:1px solid rgba(215,173,56,.48); border-radius:11px; background:linear-gradient(135deg,#061d16,#0a3428); }
.gfr-recruitment-interest h3 { margin:0 0 6px; color:var(--gfr-gold); font-family:var(--gfr-serif); font-size:1.75rem; font-weight:500; }
.gfr-recruitment-interest p { margin:0; color:#cbd7d1; font-family:var(--gfr-serif); }
.gfr-study-portal[hidden] { display:none; }
.gfr-study-portal { position:fixed; inset:0; z-index:100000; display:grid; place-items:center; padding:20px; }
.gfr-study-portal__backdrop { position:absolute; inset:0; background:rgba(1,12,8,.78); backdrop-filter:blur(8px); }
.gfr-study-portal__dialog { position:relative; width:min(680px,96vw); max-height:90vh; overflow:auto; padding:46px; color:#20362e; border:1px solid rgba(215,173,56,.55); border-radius:15px; background:linear-gradient(145deg,#fffdf9,#f7f1e6); box-shadow:0 35px 100px rgba(0,0,0,.38); }
.gfr-study-portal__dialog h2 { margin:0 0 25px; font-family:var(--gfr-serif); font-size:2.8rem; font-weight:500; line-height:1; }
.gfr-study-portal__dialog h3 { margin:0 0 15px; color:#a87500; font-family:var(--gfr-serif); font-size:1.65rem; font-weight:500; }
.gfr-study-portal__dialog h4 { margin:0 0 12px; font-family:var(--gfr-serif); font-size:1.35rem; font-weight:500; }
.gfr-study-portal__dialog label { display:flex; gap:12px; align-items:flex-start; margin:18px 0; padding:15px; border:1px solid var(--gfr-line); border-radius:6px; background:rgba(255,255,255,.62); font-family:var(--gfr-serif); line-height:1.5; }
.gfr-study-portal__dialog input { margin-top:4px; }
.gfr-study-portal__progress { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin-bottom:32px; }
.gfr-study-portal__progress span { height:4px; border-radius:99px; background:#ded7ca; }
.gfr-study-portal__progress span.is-active { background:var(--gfr-gold); }
.gfr-study-portal__step { animation:gfr-step-in .3s ease both; }
@keyframes gfr-step-in { from{opacity:0;transform:translateX(10px)}to{opacity:1;transform:none} }
.gfr-study-portal__fact { display:flex; align-items:center; gap:9px; color:#5c6962; }
.gfr-study-portal__fact .gfr-icon { width:22px; height:22px; color:var(--gfr-gold); }
.gfr-study-portal__actions { display:flex; justify-content:space-between; gap:14px; }
.gfr-study-portal__close { position:absolute; top:14px; right:17px; width:38px; height:38px; color:#33463e; border:1px solid var(--gfr-line); border-radius:50%; background:transparent; font-size:1.6rem; cursor:pointer; }
.gfr-study-portal__cancel { display:block; margin:20px auto 0; color:#64716a; border:0; background:none; cursor:pointer; text-decoration:underline; }
.gfr-study-single-grid { display:grid; grid-template-columns:minmax(0,1.2fr) minmax(280px,.6fr); gap:48px; }
.gfr-study-single-facts { display:grid; gap:15px; align-content:start; padding:30px; border:1px solid var(--gfr-line); border-radius:10px; background:#fffdf9; }
.gfr-study-single-facts>div { padding-bottom:14px; border-bottom:1px solid var(--gfr-line); }
.gfr-study-single-facts small { display:block; color:#a87500; font-size:.65rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.gfr-study-single-facts strong { display:block; margin-top:6px; font-family:var(--gfr-serif); font-weight:500; line-height:1.5; }
@media(max-width:1100px){.gfr-recruitment-benefits__grid{grid-template-columns:repeat(3,1fr)}.gfr-recruitment-benefits article:nth-child(3){border-right:0}.gfr-study-card{grid-template-columns:120px minmax(0,1fr) minmax(230px,.75fr)}.gfr-study-card__action{grid-column:2/4;display:flex;align-items:center;justify-content:flex-end}.gfr-study-card__action .gfr-button{width:auto}.gfr-study-card__visual{width:112px;height:112px}}
@media(max-width:780px){.gfr-recruitment-benefits__grid{grid-template-columns:1fr}.gfr-recruitment-benefits article{border-right:0;border-bottom:1px solid rgba(215,173,56,.19)}.gfr-recruitment-benefits article:last-child{border-bottom:0}.gfr-recruitment-studies__heading{grid-template-columns:1fr;gap:12px}.gfr-study-card{grid-template-columns:95px 1fr;gap:20px}.gfr-study-card__visual{width:90px;height:90px}.gfr-study-card__facts,.gfr-study-card__action{grid-column:1/-1}.gfr-study-card__facts{grid-template-columns:repeat(2,1fr);padding:20px 0 0;border-left:0;border-top:1px solid var(--gfr-line)}.gfr-study-card__action{justify-content:stretch}.gfr-study-card__action .gfr-button{width:100%}.gfr-recruitment-interest{grid-template-columns:60px 1fr}.gfr-recruitment-interest>a{grid-column:1/-1}.gfr-study-single-grid{grid-template-columns:1fr}}
@media(max-width:520px){.gfr-study-card{grid-template-columns:1fr}.gfr-study-card__visual{width:110px;height:110px}.gfr-study-card__facts{grid-template-columns:1fr}.gfr-study-portal__dialog{padding:36px 22px}.gfr-study-portal__dialog h2{font-size:2.2rem}.gfr-recruitment-interest{grid-template-columns:1fr}}


/* =========================================================
   v17 — PREMIUM HOME INTERACTIONS & ABOUT STAGGER REVEALS
   ========================================================= */

/* Research-focus tiles: subtle premium hover lift and gold activation. */
body.gfr-signature-theme .gfr-focus-card {
  isolation: isolate;
  transition: transform .42s cubic-bezier(.22,.61,.36,1), background-color .42s ease, box-shadow .42s ease;
}
body.gfr-signature-theme .gfr-focus-card::after {
  content: "";
  position: absolute;
  inset: 8px;
  z-index: -1;
  border-radius: 8px;
  background: radial-gradient(circle at 50% 20%, rgba(215,173,56,.13), transparent 58%);
  opacity: 0;
  transform: scale(.96);
  transition: opacity .42s ease, transform .42s cubic-bezier(.22,.61,.36,1);
  pointer-events: none;
}
body.gfr-signature-theme .gfr-focus-card .gfr-icon-medallion,
body.gfr-signature-theme .gfr-focus-card .gfr-icon,
body.gfr-signature-theme .gfr-focus-card h3,
body.gfr-signature-theme .gfr-focus-card p {
  transition: transform .42s cubic-bezier(.22,.61,.36,1), color .36s ease, background .36s ease, border-color .36s ease, box-shadow .36s ease;
}
body.gfr-signature-theme .gfr-focus-card:hover {
  z-index: 3;
  transform: translateY(-5px) scale(1.012);
  background: rgba(255,255,255,.018);
  box-shadow: 0 18px 38px rgba(0,0,0,.13);
}
body.gfr-signature-theme .gfr-focus-card:hover::after {
  opacity: 1;
  transform: scale(1);
}
body.gfr-signature-theme .gfr-focus-card:hover .gfr-icon-medallion {
  color: #08251c;
  border-color: #f0cf70;
  background: linear-gradient(145deg, #f2d374, #d7ad38 72%, #bd8d1f);
  box-shadow: inset 0 0 0 5px rgba(255,255,255,.14), 0 16px 34px rgba(215,173,56,.24);
  transform: translateY(-3px) scale(1.09);
}
body.gfr-signature-theme .gfr-focus-card:hover .gfr-icon {
  transform: scale(1.035);
}
body.gfr-signature-theme .gfr-focus-card:hover h3 {
  color: #f0c956;
  transform: scale(1.035);
}
body.gfr-signature-theme .gfr-focus-card:hover p {
  color: #f4f0e7;
  transform: scale(1.012);
}

/* Three premium carousel cards on desktop, two on medium screens, one on mobile. */
body.gfr-signature-theme .gfr-project-slider .gfr-card,
body.gfr-signature-theme .gfr-insight-slider .gfr-card {
  min-height: 600px;
}
body.gfr-signature-theme .gfr-project-slider .gfr-card__image,
body.gfr-signature-theme .gfr-insight-slider .gfr-card__image {
  height: 248px;
  min-height: 248px;
}
body.gfr-signature-theme .gfr-project-slider .gfr-card__body,
body.gfr-signature-theme .gfr-insight-slider .gfr-card__body {
  padding: 27px 28px 31px;
}
body.gfr-signature-theme .gfr-project-slider .gfr-card h3,
body.gfr-signature-theme .gfr-insight-slider .gfr-card h3 {
  min-height: 2.3em;
  margin-bottom: 15px;
  font-size: clamp(1.52rem, 1.65vw, 1.92rem);
  line-height: 1.1;
}
body.gfr-signature-theme .gfr-project-slider .gfr-card__excerpt,
body.gfr-signature-theme .gfr-insight-slider .gfr-card__excerpt {
  min-height: 8em;
  font-size: .96rem;
  line-height: 1.58;
  -webkit-line-clamp: 5;
}

/* About-page principles and timeline reveal sequentially as they enter view. */
body.gfr-signature-theme .gfr-stagger-group.gfr-stagger-ready .gfr-stagger-item {
  opacity: 0;
  transform: translateY(30px) scale(.975);
  filter: blur(2px);
  transition:
    opacity .68s cubic-bezier(.22,.61,.36,1),
    transform .68s cubic-bezier(.22,.61,.36,1),
    filter .58s ease;
  transition-delay: var(--gfr-stagger-delay, 0ms);
  will-change: opacity, transform;
}
body.gfr-signature-theme .gfr-stagger-group.gfr-stagger-ready.is-visible .gfr-stagger-item {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}
body.gfr-signature-theme .gfr-stagger-group.gfr-stagger-ready .gfr-stagger-item .gfr-icon-medallion,
body.gfr-signature-theme .gfr-stagger-group.gfr-stagger-ready .gfr-stagger-item .gfr-timeline__marker {
  transform: scale(.88) rotate(-5deg);
  transition: transform .72s cubic-bezier(.22,.61,.36,1), box-shadow .5s ease;
  transition-delay: calc(var(--gfr-stagger-delay, 0ms) + 80ms);
}
body.gfr-signature-theme .gfr-stagger-group.gfr-stagger-ready.is-visible .gfr-stagger-item .gfr-icon-medallion,
body.gfr-signature-theme .gfr-stagger-group.gfr-stagger-ready.is-visible .gfr-stagger-item .gfr-timeline__marker {
  transform: scale(1) rotate(0);
}
body.gfr-signature-theme .gfr-stagger-group.gfr-stagger-ready.is-visible .gfr-stagger-item .gfr-timeline__marker {
  box-shadow: 0 13px 30px rgba(7,25,19,.13), 0 0 0 6px rgba(215,173,56,.05);
}

@media (max-width: 1180px) and (min-width: 761px) {
  body.gfr-signature-theme .gfr-project-slider .gfr-card,
  body.gfr-signature-theme .gfr-insight-slider .gfr-card { min-height: 640px; }
  body.gfr-signature-theme .gfr-project-slider .gfr-card__image,
  body.gfr-signature-theme .gfr-insight-slider .gfr-card__image { height: 290px; min-height: 290px; }
  body.gfr-signature-theme .gfr-project-slider .gfr-card h3,
  body.gfr-signature-theme .gfr-insight-slider .gfr-card h3 { font-size: clamp(1.7rem,2.5vw,2.1rem); }
}

@media (max-width: 760px) {
  body.gfr-signature-theme .gfr-project-slider .gfr-card,
  body.gfr-signature-theme .gfr-insight-slider .gfr-card { min-height: 0; }
  body.gfr-signature-theme .gfr-project-slider .gfr-card__image,
  body.gfr-signature-theme .gfr-insight-slider .gfr-card__image { height: 235px; min-height: 235px; }
  body.gfr-signature-theme .gfr-project-slider .gfr-card h3,
  body.gfr-signature-theme .gfr-insight-slider .gfr-card h3,
  body.gfr-signature-theme .gfr-project-slider .gfr-card__excerpt,
  body.gfr-signature-theme .gfr-insight-slider .gfr-card__excerpt { min-height: 0; }
}

@media (hover: none) {
  body.gfr-signature-theme .gfr-focus-card:hover,
  body.gfr-signature-theme .gfr-focus-card:hover h3,
  body.gfr-signature-theme .gfr-focus-card:hover p { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  body.gfr-signature-theme .gfr-stagger-group .gfr-stagger-item,
  body.gfr-signature-theme .gfr-stagger-group .gfr-stagger-item .gfr-icon-medallion,
  body.gfr-signature-theme .gfr-stagger-group .gfr-stagger-item .gfr-timeline__marker {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}
