@font-face {
    font-family: "Barlow Condensed";
    src: url("../fonts/barlow-condensed-bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans 3";
    src: url("../fonts/source-sans-3.woff2") format("woff2");
    font-style: normal;
    font-weight: 200 900;
    font-display: swap;
}

:root {
    --ink: #143e3b;
    --muted: #526b66;
    --orange: #ffa403;
    --paper: #fcfbf7;
    --wash: #eaf1ec;
    --sea: #27776e;
    --sand: #f5ead5;
    --line: #d1ded5;
    --display: var(--gh-font-heading, "Source Sans 3"), "Segoe UI", sans-serif;
    --wordmark: "Barlow Condensed", Impact, "Arial Narrow", sans-serif;
    --body: var(--gh-font-body, "Source Sans 3"), "Segoe UI", sans-serif;
    --label: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    --radius: 24px;
    --radius-small: 8px;
    --radius-large: 72px;
    --pill: 999px;
    --ease: cubic-bezier(.2, .7, .2, 1);
    --duration: 240ms;
    --gutter: clamp(22px, 4.45vw, 72px);
    --shell: 1280px;
    --space: clamp(64px, 7vw, 104px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 18px/1.6 var(--body); -webkit-font-smoothing: antialiased; }
[hidden] { display: none !important; }
::selection { color: var(--ink); background: #ffce76; }
img, video, svg, iframe { max-width: 100%; }
img, video { display: block; height: auto; }
figure, p, h1, h2, h3, h4, h5, h6 { margin: 0; }
h1, h2, h3, h4, h5, h6 { color: inherit; font-family: var(--display); font-weight: 650; line-height: 1.08; text-wrap: balance; overflow-wrap: anywhere; }
h1 { font-size: clamp(54px, 6.5vw, 94px); letter-spacing: -.055em; }
h2 { font-size: clamp(36px, 3.8vw, 56px); letter-spacing: -.045em; }
h3 { font-size: 30px; letter-spacing: -.025em; }
a { color: inherit; text-underline-offset: .2em; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; cursor: pointer; }
button:disabled { cursor: default; }
button, input, select, textarea { max-width: 100%; }
button, .button { touch-action: manipulation; }
:focus-visible { outline: 3px solid #08718d; outline-offset: 5px; }
.button-ink:focus-visible { outline-color: var(--orange); }
:target { scroll-margin-top: 32px; }
.shell { width: min(var(--shell), calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.content-width { width: min(740px, calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.section-space { padding-block: var(--space); }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 20px; background: var(--ink); color: white; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.demo-notice { position: relative; isolation: isolate; padding: 8px var(--gutter); color: var(--paper); background: linear-gradient(100deg, #1b514b, var(--ink) 35%, var(--ink) 65%, #1b514b); font-size: 13px; line-height: 1.4; }
.demo-notice::before { content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none; background: url("../images/ocean-contours.svg") center / 520px auto; filter: brightness(0) invert(1); opacity: .55; mask-image: linear-gradient(90deg, #000, transparent 30%, transparent 70%, #000); }
.demo-notice-inner { display: flex; align-items: center; justify-content: center; gap: 10px; max-width: var(--shell); margin-inline: auto; }
.demo-notice-inner span { min-width: 0; overflow-wrap: anywhere; }
.demo-notice-icon { width: 20px; height: 20px; flex: 0 0 20px; color: var(--orange); }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 11px; font-family: var(--label); font-weight: 500; line-height: 1.6; letter-spacing: .09em; text-transform: uppercase; }
.status-dot { display: inline-block; width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: var(--orange); }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 13px 24px; border: 1px solid transparent; border-radius: var(--pill); font-size: 15px; font-weight: 650; line-height: 1.4; text-decoration: none; transition: background var(--duration) var(--ease), color var(--duration) var(--ease), transform var(--duration) var(--ease); }
.button:hover { transform: translateY(-2px); }
.button svg, .text-link svg, .icon-button svg, .action-link svg { width: 22px; height: 22px; flex-shrink: 0; }
.button-orange { background: var(--orange); color: var(--ink); }
.button-orange:hover { background: #ffbd40; }
.button-ink { background: var(--ink); color: white; }
.button-ink:hover { background: #254853; }
.button-outline { border-color: var(--ink); background: transparent; }
.button-outline:hover { color: white; background: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; font-size: 15px; font-weight: 700; line-height: 1.4; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.text-link svg { transition: transform .18s ease; }
.text-link:hover svg { transform: translateX(3px); }

/* An open, compact masthead leaves the photography to do the talking. */
.site-header { position: relative; z-index: 10; background: var(--paper); }
.header-inner { min-height: 100px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; text-decoration: none; }
.brand-mark { width: 52px; height: 52px; object-fit: contain; }
.brand-type { font-family: var(--wordmark); font-size: 35px; line-height: .9; letter-spacing: -.04em; }
.brand-caption { display: block; margin-top: 9px; font-family: var(--body); font-size: 10px; line-height: 1.1; font-weight: 600; letter-spacing: .045em; }
.primary-navigation { display: flex; align-items: center; gap: 28px; min-width: 0; margin-left: auto; }
.nav, .secondary-nav { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 27px; margin: 0; padding: 0; list-style: none; }
.nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; font-weight: 600; text-decoration: none; }
.nav a:hover, .nav-current a { text-decoration: underline; text-decoration-color: #b86d00; text-decoration-thickness: 2px; text-underline-offset: 7px; }
.header-donate { flex-shrink: 0; min-height: 44px; gap: 18px; padding: 10px 19px; }
.menu-toggle { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; padding: 8px; border: 0; border-radius: 50%; background: transparent; }
.menu-lines { position: relative; display: block; width: 20px; height: 12px; border-top: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; }
.menu-lines::after { content: ""; position: absolute; top: 4px; left: 0; width: 100%; border-top: 1.5px solid currentColor; }
.menu-toggle[aria-expanded="true"] .menu-lines { border-color: transparent; }
.menu-toggle[aria-expanded="true"] .menu-lines::before, .menu-toggle[aria-expanded="true"] .menu-lines::after { content: ""; position: absolute; top: 4px; left: 0; width: 100%; border-top: 1.5px solid currentColor; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-lines::after { transform: rotate(-45deg); }

.site-header.is-floating { height: var(--header-height); background: transparent; }
.is-floating .header-inner { position: fixed; top: 12px; left: 50%; width: min(1120px, calc(100% - var(--gutter) * 2)); transform: translateX(-50%); min-height: 66px; padding: 8px; gap: 24px; border: 1px solid var(--line); border-radius: var(--pill); background: var(--paper); box-shadow: 0 8px 32px #143e3b14; }
.is-floating .brand { align-self: center; }
.is-floating .brand-mark { width: 48px; height: 48px; }
.is-floating .brand-type { font-size: 29px; line-height: 1; transform: translateY(-.06em); }
.is-floating .brand-caption { display: none; }
.is-floating .header-donate { min-height: 48px; padding-block: 11px; }

.hero { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 3vw, 48px); align-items: center; padding-block: 40px 68px; }
.hero:not(:has(.hero-image)) { grid-template-columns: 1fr; }
.hero-copy { position: relative; z-index: 1; min-width: 0; padding-block: 16px 30px; }
.hero h1 { max-width: 660px; margin-block: 26px; font-size: clamp(72px, 7.2vw, 104px); line-height: .98; letter-spacing: -.055em; }
.hero-description { max-width: 425px; font-size: 19px; line-height: 1.65; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 28px; margin-top: 32px; }
.hero-note { display: flex; align-items: center; gap: 12px; margin-top: 40px; color: var(--muted); font-size: 12px; }
.note-rule { width: 29px; height: 1px; background: #889897; flex-shrink: 0; }
.hero-image { position: relative; isolation: isolate; min-width: 0; padding: 20px 0; }
.hero-image::before { content: ""; position: absolute; z-index: -1; inset: -32px -18px -16px -40px; background: url("../images/ocean-contours.svg") center / cover; pointer-events: none; }
.hero-image > img { width: 100%; height: clamp(450px, 41vw, 590px); object-fit: cover; object-position: 55% center; border-radius: 46% 54% 43% 57% / 43% 39% 61% 57%; animation: surface-arrive 900ms var(--ease) both; }
.intro-section { display: grid; grid-template-columns: 1fr 2.12fr; gap: 56px; align-items: start; padding-block: 22px 88px; }
.intro-aside { padding-top: 9px; }
.ocean-life { display: block; width: 150px; height: 78px; margin-top: 22px; color: var(--sea); }
.intro-copy.gh-content { font-size: clamp(23px, 2.2vw, 31px); line-height: 1.45; letter-spacing: -.025em; }
.intro-copy.gh-content > * + * { margin-top: 20px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.section-heading h2 { max-width: 780px; margin-top: 12px; }
.section-heading > .text-link { flex-shrink: 0; }
.section-heading p:not(.eyebrow) { max-width: 640px; margin-top: 18px; color: var(--muted); }
.field-station { position: relative; isolation: isolate; background: var(--wash); border-radius: 50% 0 40% 0 / 70px 0 50px 0; }
.field-station::before { content: ""; position: absolute; z-index: -1; inset: 0 0 auto auto; width: min(650px, 70%); height: 420px; background: url("../images/ocean-contours.svg") right top / cover; pointer-events: none; opacity: .6; }
.work-section { background: var(--wash); }
.field-station .work-section { background: transparent; padding-bottom: 36px; }
.programme-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.programme-card { display: flex; flex-direction: column; min-width: 0; padding: 26px 26px 6px; }
.programme-card:first-child { border-left: 0; padding-left: 0; }
.programme-card:last-child { padding-right: 0; }
.programme-card > .programme-verb { margin: 0; font-size: 11px; letter-spacing: .1em; }
.programme-illustration { display: block; width: 160px; height: 130px; margin-block: 24px; padding: 9px; color: var(--ink); background: #dce9df; border-radius: 46% 54% 58% 42% / 55% 40% 60% 45%; }
.illustration-nemo-pi { background: #d9e8e8; border-radius: 56% 44% 40% 60% / 44% 60% 40% 56%; }
.illustration-education { background: #f1e6ce; }
.illustration-research { background: #e0e7d5; border-radius: 56% 44% 40% 60% / 44% 60% 40% 56%; }
.programme-illustration svg { width: 100%; height: 100%; transition: transform 400ms var(--ease); }
.programme-card:has(a:hover) .programme-illustration svg { transform: translateY(-4px) rotate(-3deg); }
.programme-card h3 { font-size: 29px; }
.programme-card h3 a, .action-card h3 a, .post-card h3 a { text-decoration: none; }
.programme-card h3 a:hover, .action-card h3 a:hover, .post-card h3 a:hover { text-decoration: underline; text-decoration-thickness: 1.5px; }
.programme-card > p:not(.programme-verb) { margin-top: 16px; margin-bottom: 25px; color: var(--muted); font-size: 16px; line-height: 1.55; }
.programme-link { margin-top: auto; font-size: 13px; gap: 10px; justify-content: space-between; }
.programme-link svg { width: 19px; height: 19px; }
.feature-section { display: grid; grid-template-columns: 1.16fr .84fr; align-items: center; gap: clamp(40px, 6.4vw, 96px); }
.feature-image { position: relative; isolation: isolate; min-width: 0; }
.feature-image::before { content: ""; position: absolute; z-index: -1; width: 150px; height: 150px; right: -24px; top: -24px; border: 1px solid #b3cdc0; border-radius: 50%; box-shadow: 0 0 0 18px var(--wash), 0 0 0 19px #c6dacf; pointer-events: none; }
.feature-image img { width: 100%; aspect-ratio: 1.2; object-fit: cover; border-radius: var(--radius-large) var(--radius) var(--radius-large) var(--radius); }
.feature-copy { min-width: 0; }
.feature-copy h2 { max-width: 440px; margin-block: 20px 24px; }
.feature-copy > p:not(.eyebrow) { color: var(--muted); }
.feature-copy .button { margin-top: 30px; }
.involvement-section { background: var(--paper); color: var(--ink); padding-block: var(--space); }
.involvement-section > .shell { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 7vw, 100px); }
.involvement-section .section-heading { align-items: start; margin-bottom: 0; }
.involvement-section .section-heading h2 { max-width: 420px; font-size: clamp(36px, 3.4vw, 48px); }
.involvement-section .action-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.section-introduction { max-width: 660px; margin-top: 16px; color: var(--muted); font-size: 18px; }
.action-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; }
.action-card { position: relative; min-width: 0; border-top: 1px solid var(--line); padding-top: 20px; display: flex; flex-direction: column; align-items: start; }
.action-card h3 { font-size: 26px; }
.action-card p { margin-block: 14px 18px; color: var(--muted); font-size: 16px; }
.action-link { margin-top: auto; gap: 10px; font-size: 13px; }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 52px 32px; }
.post-card { min-width: 0; }
.post-card-image { display: block; aspect-ratio: 1.45; overflow: hidden; background: var(--wash); border-radius: var(--radius); }
.journal-section .post-grid:has(.post-card:nth-child(2):last-child) { grid-template-columns: 1.15fr 1fr; }
.journal-section .post-card:nth-child(2) { padding-top: 48px; }
.post-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.post-card:has(a:hover) .post-card-image img { transform: scale(1.025); }
.post-card-no-image { display: flex; align-items: center; justify-content: center; background: var(--ink); color: var(--orange); text-decoration: none; }
.post-card-no-image span { font-family: var(--display); font-size: 90px; }
.post-card-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 14px; margin-block: 20px 13px; color: var(--muted); font-size: 11px; letter-spacing: .03em; }
.post-card-meta > span { color: var(--ink); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.post-card h3 { font-size: 29px; line-height: 1.16; }
.post-card > p { margin-top: 14px; color: var(--muted); font-size: 16px; }
.post-card > .text-link { margin-top: 18px; font-size: 13px; }

.sponsors-section { border-top: 1px solid var(--line); }
.sponsors-section .section-heading h2 { font-size: clamp(32px, 3.2vw, 46px); }
.sponsor-track.gh-content { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.sponsor-track.gh-content > * { min-width: 0; margin: 0; }
.sponsor-track.gh-content > :not(.kg-image-card) { grid-column: 1 / -1; }
.sponsor-track.gh-content > p { max-width: 740px; }
.sponsor-track .kg-image-card { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px; min-height: 160px; padding: 20px 24px; border-inline-end: 1px solid var(--line); }
.sponsor-track .kg-image-card img { width: auto; max-width: 180px; height: 66px; object-fit: contain; }
.sponsor-track .kg-image-card > a { display: flex; align-items: center; justify-content: center; max-width: 100%; }
.sponsor-track .kg-image-card figcaption { margin: 0; padding: 0; text-align: center; color: var(--muted); font-size: 13px; }
.sponsor-track .kg-image-card figcaption a { display: inline-block; padding-block: 8px; }
.sponsor-track.gh-content > p:has(> a:only-child) { grid-column: auto; }
.sponsor-track p:has(> a:only-child) { display: flex; align-items: center; justify-content: center; min-height: 160px; margin: 0; padding: 20px 24px; border-inline-end: 1px solid var(--line); text-align: center; }
.sponsor-track p:has(> a:only-child) > a { display: flex; align-items: center; justify-content: center; min-height: 66px; font-family: var(--display); font-size: 28px; line-height: 1.15; }
.sponsor-rail { display: flex; gap: 24px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x proximity; scroll-padding-inline: 4px; scrollbar-width: thin; scrollbar-color: #90a19f var(--wash); padding: 6px 4px 16px; }
.sponsor-rail > .kg-image-card, .sponsor-rail > p { flex: 0 0 calc((100% - 72px) / 4); min-width: 0; margin: 0; scroll-snap-align: start; }
.sponsor-rail > .kg-image-card:focus-within { outline: 2px solid #08718d; outline-offset: -2px; }
.carousel-controls { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.icon-button { display: inline-flex; justify-content: center; align-items: center; width: 46px; height: 46px; padding: 10px; background: transparent; border: 1px solid var(--ink); border-radius: 50%; }
.icon-button:hover:not(:disabled) { background: var(--orange); }
.icon-button:disabled { color: #80908e; border-color: var(--line); background: var(--wash); }
.reverse-arrow { display: flex; transform: rotate(180deg); }
.donation-banner h2 { max-width: 560px; font-size: clamp(30px, 2.8vw, 38px); }
.donation-banner p { max-width: 560px; margin-top: 14px; color: var(--muted); font-size: 16px; }
.donation-link { margin-top: 14px; text-decoration: underline; text-decoration-color: #9b6200; }
.site-footer { padding-bottom: 20px; background: var(--paper); color: var(--ink); }
.footer-main { display: grid; grid-template-columns: minmax(0, 1fr) 236px; align-items: start; gap: 32px clamp(32px, 6vw, 96px); padding-block: 36px 24px; border-top: 1px solid var(--line); }
.footer-main > * { min-width: 0; }
.footer-content.gh-content { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; font-size: 14px; line-height: 1.6; }
.footer-content.gh-content:only-child { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 40px; }
.footer-content.gh-content > * { min-width: 0; margin: 0; }
.footer-content.gh-content strong { font-weight: 650; }
.footer-content.gh-content a { color: var(--ink); text-decoration-color: var(--line); }
.footer-content.gh-content > ul { display: flex; flex-wrap: wrap; gap: 4px; margin-left: -10px; padding: 0; list-style: none; }
.footer-content.gh-content li + li { margin-top: 0; }
.footer-content.gh-content ul a { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; padding: 10px; border-radius: var(--pill); font-size: var(--social-label-size, 14px); text-decoration: none; transition: background var(--duration) var(--ease); }
.footer-content.gh-content ul a:hover { background: var(--wash); }

/* Link text supplies accessible names; icons only replace its visual presentation. */
@supports (mask-image: url("")) {
    .footer-content ul a:is([href^="https://www.facebook.com/"], [href^="https://facebook.com/"]) { --social-icon: url("../images/social/facebook.svg"); --social-label-size: 0px; --social-icon-content: ""; }
    .footer-content ul a:is([href^="https://x.com/"], [href^="https://www.x.com/"]) { --social-icon: url("../images/social/x.svg"); --social-label-size: 0px; --social-icon-content: ""; }
    .footer-content ul a:is([href^="https://linkedin.com/"], [href^="https://www.linkedin.com/"]) { --social-icon: url("../images/social/linkedin.svg"); --social-label-size: 0px; --social-icon-content: ""; }
    .footer-content ul a:is([href^="https://www.instagram.com/"], [href^="https://instagram.com/"]) { --social-icon: url("../images/social/instagram.svg"); --social-label-size: 0px; --social-icon-content: ""; }
    .footer-content ul a:is([href^="https://github.com/"], [href^="https://www.github.com/"]) { --social-icon: url("../images/social/github.svg"); --social-label-size: 0px; --social-icon-content: ""; }
    .footer-content ul a::before { content: var(--social-icon-content, none); width: 20px; height: 20px; background: currentColor; mask: var(--social-icon) center / contain no-repeat; }
}
@media (forced-colors: active) {
    .footer-content.gh-content ul a { font-size: 14px; text-decoration: underline; }
    .footer-content ul a::before { display: none; }
}

.footer-bottom { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 28px; padding-top: 16px; font-size: 12px; color: var(--muted); }
.footer-bottom .brand { margin: 0; min-height: 44px; color: var(--ink); }
.footer-brand .brand-mark { width: 44px; height: 44px; }
.footer-brand .brand-type { font-size: 32px; line-height: 1; }
.footer-bottom > nav { margin-left: auto; }
.secondary-nav { gap: 6px 20px; }
.secondary-nav a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; }
.secondary-nav a:hover { text-decoration: underline; }

.page-header { padding-block: clamp(48px, 6vw, 88px) 52px; background: url("../images/ocean-contours.svg") right top / min(48%, 560px) auto no-repeat; }
.page-header h1 { max-width: 1000px; margin-top: 26px; }
.breadcrumb { width: fit-content; text-decoration: none; }
.breadcrumb span { margin-inline: 8px; color: var(--muted); }
.page-excerpt { max-width: 740px; margin-top: 30px; font-size: clamp(21px, 2.1vw, 28px); line-height: 1.5; color: var(--muted); }
.page-feature img { width: 100%; max-height: 720px; object-fit: cover; border-radius: var(--radius) var(--radius-large) var(--radius) var(--radius); }
.page-feature figcaption { margin-top: 14px; font-size: 13px; text-align: center; color: var(--muted); }
.post-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 12px; margin-top: 26px; font-size: 14px; color: var(--muted); }
.post-tags { display: flex; flex-wrap: wrap; gap: 14px; padding-bottom: 50px; font-size: 14px; }
.archive-header { max-width: 850px; margin-bottom: 60px; }
.archive-header h1 { margin-block: 18px 24px; }
.archive-header > p:not(.eyebrow) { max-width: 650px; font-size: 22px; color: var(--muted); }
.pagination { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 60px; padding-top: 30px; border-top: 1px solid var(--line); font-size: 14px; }
.service-panel { margin-bottom: var(--space); padding: clamp(24px, 4vw, 48px); border: 1px solid #e2d2b5; border-radius: var(--radius); background: #fff8ec; }
.service-panel h2 { margin-block: 16px 20px; font-size: clamp(30px, 3vw, 42px); }
.service-panel p { margin-bottom: 24px; }
.service-panel .managed-link-error { margin-top: 20px; margin-bottom: 0; padding: 14px 16px; border-left: 3px solid #a12a21; background: #fff; color: #85251e; font-size: 16px; }
[data-managed-link][aria-disabled="true"] { background: #e4ded2; color: #483b32; cursor: not-allowed; }
.content-notice, .setup-notice { padding-block: 32px; color: var(--muted); }
.setup-notice { min-height: 45vh; }
.error-page { min-height: 65vh; }
.error-page h1 { max-width: 820px; margin-block: 26px; }
.error-page > p:not(.eyebrow) { color: var(--muted); max-width: 520px; }
.error-page .button { margin-top: 30px; }

/* Ghost editor content remains fully usable without scripts or embeds loading. */
.gh-content { overflow-wrap: anywhere; font-size: 20px; line-height: 1.75; }
.gh-content > * + * { margin-top: 28px; }
.gh-content > h2 { margin-top: 56px; font-size: 36px; }
.gh-content > h3 { margin-top: 44px; font-size: 29px; }
.gh-content > h4 { margin-top: 36px; font-size: 28px; }
.gh-content > h5, .gh-content > h6 { font-family: var(--body); font-size: 21px; }
.gh-content > :first-child { margin-top: 0; }
.gh-content h2 + *, .gh-content h3 + *, .gh-content h4 + * { margin-top: 18px; }
.gh-content a { text-decoration-color: #9b6200; }
.gh-content ul, .gh-content ol { padding-left: 1.5em; }
.gh-content li + li { margin-top: 8px; }
.gh-content li::marker { color: #77571e; }
.gh-content blockquote { margin-inline: 0; border-left: 3px solid var(--orange); padding: 8px 0 8px 28px; font-size: 25px; font-style: italic; line-height: 1.6; }
.gh-content .kg-blockquote-alt { border: 0; padding: 30px 0; font-family: var(--display); font-size: clamp(36px, 4vw, 52px); font-style: normal; line-height: 1.12; text-align: center; }
.gh-content hr { height: 1px; margin-block: 48px; border: 0; background: var(--line); }
.gh-content pre { max-width: 100%; overflow-x: auto; padding: 24px; background: var(--ink); color: #ecf2ed; font-size: 15px; line-height: 1.7; tab-size: 4; }
.gh-content code { font-size: .85em; }
.gh-content :not(pre) > code { padding: 2px 5px; background: var(--wash); overflow-wrap: anywhere; }
.gh-content table { display: block; width: 100%; border-collapse: collapse; overflow-x: auto; font-size: 16px; }
.gh-content th, .gh-content td { padding: 12px 16px; border: 1px solid var(--line); text-align: left; }
.gh-content th { background: var(--wash); font-weight: 700; }
.gh-content input, .gh-content textarea, .gh-content select { padding: 10px 12px; border: 1px solid #82938f; border-radius: var(--radius-small); background: white; color: var(--ink); }
.gh-content input[type="checkbox"], .gh-content input[type="radio"] { width: auto; }
.gh-content figcaption { padding-top: 12px; font-size: 13px; line-height: 1.6; text-align: center; color: var(--muted); }
.gh-content .kg-card { min-width: 0; }
.gh-content .kg-image { margin-inline: auto; }
.content-width.gh-content .kg-width-wide { width: min(1100px, calc(100vw - var(--gutter) * 2)); max-width: none; margin-left: calc((740px - min(1100px, calc(100vw - var(--gutter) * 2))) / 2); }
.content-width.gh-content .kg-width-full { width: calc(100vw - 32px); max-width: none; margin-left: calc((740px - (100vw - 32px)) / 2); }
.kg-width-wide img, .kg-width-full img { width: 100%; }
.kg-gallery-container { display: flex; flex-direction: column; gap: 12px; }
.kg-gallery-row { display: flex; gap: 12px; }
.kg-gallery-image { flex: 1 1 0%; min-width: 0; }
.kg-gallery-image img { width: 100%; height: 100%; object-fit: cover; }
.kg-bookmark-card a.kg-bookmark-container { display: flex; overflow: hidden; min-height: 150px; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); text-decoration: none; }
.kg-bookmark-content { flex: 1 1 65%; min-width: 0; padding: 24px; }
.kg-bookmark-title { font-size: 18px; font-weight: 700; line-height: 1.4; }
.kg-bookmark-description { display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin-top: 10px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.kg-bookmark-metadata { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 16px; font-size: 12px; line-height: 1.4; }
.kg-bookmark-icon { width: 20px; height: 20px; object-fit: contain; }
.kg-bookmark-thumbnail { flex: 0 1 30%; position: relative; min-width: 0; }
.kg-bookmark-thumbnail img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.kg-file-card a.kg-file-card-container { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; color: var(--ink); }
.kg-file-card-contents { min-width: 0; }
.kg-file-card-title { font-size: 21px; font-weight: 700; line-height: 1.3; }
.kg-file-card-caption { margin-top: 8px; font-size: 16px; }
.kg-file-card-metadata { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; font-size: 12px; color: var(--muted); }
.kg-file-card-icon { display: flex; flex: 0 0 44px; align-items: center; justify-content: center; }
.kg-file-card-icon svg { width: 28px; height: 28px; }
.kg-button-card { display: flex; }
.kg-button-card.kg-align-center { justify-content: center; }
.kg-button-card.kg-align-right { justify-content: flex-end; }
.gh-content .kg-btn, .gh-content .kg-product-card-button, .gh-content .kg-header-card-button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; max-width: 100%; padding: 12px 24px; border-radius: var(--pill); background: var(--orange); color: var(--ink); font-family: var(--body); font-size: 16px; font-weight: 700; line-height: 1.5; text-decoration: none; white-space: normal; text-align: center; }
.kg-callout-card { display: flex; align-items: start; gap: 18px; padding: 25px; background: var(--wash); border-radius: var(--radius); }
.kg-callout-card-emoji { flex: 0 0 auto; font-size: 26px; line-height: 1.4; }
.kg-callout-card-text { min-width: 0; font-size: 18px; line-height: 1.65; }
.kg-callout-card-text > * + * { margin-top: 12px; }
.kg-callout-card-grey { background: #f0f2f1; }
.kg-callout-card-white { background: white; border: 1px solid var(--line); }
.kg-callout-card-blue { background: #e9f4fa; }
.kg-callout-card-green { background: #eaf3e7; }
.kg-callout-card-yellow, .kg-callout-card-accent { background: #fff0c7; color: var(--ink); }
.kg-callout-card-red, .kg-callout-card-pink { background: #ffeded; }
.kg-callout-card-purple { background: #f2edf8; }
.kg-toggle-card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); }
.kg-toggle-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.kg-toggle-card h4.kg-toggle-heading-text { margin: 0; font-size: 25px; line-height: 1.25; }
.kg-toggle-card .kg-toggle-card-icon { display: flex; justify-content: center; align-items: center; flex: 0 0 44px; width: 44px; height: 44px; padding: 12px; background: transparent; border: 0; }
.kg-toggle-card-icon svg { width: 18px; height: 18px; }
.kg-toggle-card .kg-toggle-content { margin-top: 18px; font-size: 18px; line-height: 1.7; }
.kg-toggle-card[data-kg-toggle-state="close"] .kg-toggle-content { display: none; }
.kg-toggle-card[data-kg-toggle-state="open"] .kg-toggle-card-icon svg { transform: rotate(180deg); }
.kg-product-card-container { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); }
.kg-product-card-image { width: 100%; max-height: 500px; object-fit: contain; margin-bottom: 25px; }
.kg-product-card-title-container { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.kg-product-card-title { font-size: 32px; }
.kg-product-card-rating { display: flex; gap: 4px; }
.kg-product-card-rating svg { width: 18px; height: 18px; fill: #697a78; }
.kg-product-card-rating-active svg { fill: #9b6200; }
.kg-product-card-description { margin-block: 20px; font-size: 18px; }
.kg-product-card-description > * + * { margin-top: 16px; }
.kg-product-card-button { width: 100%; }
.kg-embed-card { display: flex; flex-direction: column; align-items: center; }
.kg-embed-card iframe { max-width: 100%; }
.kg-embed-card iframe[src*="youtube"], .kg-embed-card iframe[src*="vimeo"] { width: 100%; height: auto; aspect-ratio: 16 / 9; }
.kg-video-card { position: relative; }
.kg-video-container { position: relative; overflow: hidden; }
.kg-video-container video { width: 100%; height: auto; }
.kg-video-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.kg-video-large-play-icon { display: flex; align-items: center; justify-content: center; width: 64px; height: 64px; border: 0; border-radius: 50%; background: var(--ink); color: white; }
.kg-video-large-play-icon svg { width: 25px; height: 25px; fill: currentColor; }
.kg-video-player-container { position: absolute; inset: auto 0 0; padding: 12px; }
.kg-video-player { display: flex; align-items: center; gap: 10px; padding: 8px; color: white; background: #112c35ed; font-size: 12px; }
.kg-video-player button, .kg-audio-player-container button { display: flex; align-items: center; justify-content: center; flex-shrink: 0; min-width: 36px; min-height: 36px; padding: 8px; border: 0; background: transparent; color: inherit; }
.kg-video-player svg, .kg-audio-player-container svg { width: 18px; height: 18px; fill: currentColor; }
.kg-video-seek-slider, .kg-audio-seek-slider { flex: 1 1 auto; min-width: 0; width: 100%; }
.kg-video-volume-slider, .kg-audio-volume-slider { width: 70px; min-width: 0; }
.kg-video-hide, .kg-audio-hide { display: none !important; }
.kg-audio-card { display: flex; gap: 24px; padding: 24px; border: 1px solid var(--line); }
.kg-audio-thumbnail { display: flex; flex: 0 0 80px; width: 80px; height: 80px; align-items: center; justify-content: center; background: var(--wash); object-fit: cover; }
.kg-audio-thumbnail svg { width: 35px; height: 35px; }
.kg-audio-player-container { flex: 1 1 auto; min-width: 0; }
.kg-audio-title { margin-bottom: 12px; font-size: 24px; line-height: 1.3; }
.kg-audio-player { display: flex; align-items: center; gap: 8px; font-size: 12px; }
.kg-audio-duration { white-space: nowrap; }
.kg-audio-card input, .kg-video-card input { padding: 0; accent-color: #926000; }
.kg-header-card { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: clamp(48px, 8vw, 110px) 28px; background-position: center; background-size: cover; text-align: center; }
.kg-header-card h2.kg-header-card-header { margin: 0; font-size: clamp(44px, 6vw, 84px); }
.kg-header-card h3.kg-header-card-subheader { max-width: 800px; margin-top: 24px; font-family: var(--body); font-size: clamp(19px, 2.3vw, 28px); font-weight: 400; line-height: 1.5; }
.kg-header-card .kg-header-card-button { margin-top: 30px; }
.kg-header-card.kg-style-dark { background-color: var(--ink); color: white; }
.kg-header-card.kg-style-light { background-color: var(--wash); }
.kg-header-card.kg-style-accent { background-color: var(--orange); color: var(--ink); }
.kg-header-card.kg-style-image { background-color: var(--ink); color: white; }
.kg-header-card-content { width: 100%; }
.kg-header-card-text { max-width: 900px; margin-inline: auto; }
.kg-header-card-image { width: 100%; margin-top: 24px; }
.kg-signup-card { padding: 32px; background-color: var(--wash); background-size: cover; background-position: center; }
.kg-signup-card-content { display: flex; flex-wrap: wrap; gap: 30px; }
.kg-signup-card-text, .kg-signup-card-image { flex: 1 1 240px; min-width: 0; }
.kg-signup-card-heading { font-size: 38px; }
.kg-signup-card-subheading { margin-block: 18px; font-size: 19px; line-height: 1.5; }
.kg-signup-card-input-wrapper { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.kg-signup-card-input-wrapper input { flex: 1 1 180px; min-width: 0; width: 100%; }
.kg-signup-card-button { min-height: 48px; padding: 10px 20px; border: 0; background: var(--ink); color: white; }
.kg-signup-card-success, .kg-signup-card-error, .kg-signup-card-button-loading { display: none; }
.kg-signup-card-form.success .kg-signup-card-success, .kg-signup-card-form.error .kg-signup-card-error { display: block; }
.kg-signup-card-form.success .kg-signup-card-fields { display: none; }
.gh-post-upgrade-cta { margin-block: 40px; padding: 36px 28px; border-top: 4px solid var(--orange); background: var(--wash); text-align: center; }
.gh-post-upgrade-cta-content { display: flex; flex-direction: column; align-items: center; gap: 22px; }
.gh-post-upgrade-cta h2 { font-size: 38px; }
.gh-post-upgrade-cta a { display: inline-block; }
.gh-post-upgrade-cta a.gh-btn { padding: 12px 24px; background: var(--ink); color: white; text-decoration: none; }

@media (max-width: 1100px) {
    .header-inner { gap: 22px; }
    .nav { gap: 8px 18px; }
    .programme-card { padding-inline: 20px; }
    .programme-card h3 { font-size: 26px; }
    .action-grid { gap: 24px; }
    .action-card h3 { font-size: 26px; }
    .sponsor-rail > .kg-image-card, .sponsor-rail > p { flex-basis: calc((100% - 48px) / 3); }
    .sponsor-track.gh-content { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1020px) {
    .header-inner { flex-wrap: wrap; justify-content: space-between; gap: 16px; padding-block: 20px; min-height: 92px; }
    .brand { margin-right: auto; }
    .primary-navigation { order: 4; flex-direction: column; align-items: stretch; gap: 12px; width: 100%; margin: 0; padding-top: 12px; border-top: 1px solid var(--line); }
    .primary-navigation .header-donate { align-self: start; }
    .nav { justify-content: start; gap: 8px 28px; }
    .nav a { font-size: 16px; }
    .menu-toggle { margin-left: auto; }
    .hero { padding-block: 40px 48px; gap: 35px; }
    .hero-description { font-size: 18px; }
    .hero-note { margin-top: 28px; }
    .hero-actions { gap: 12px; margin-top: 26px; }
    .intro-section { grid-template-columns: 1fr 2fr; gap: 28px; }
    .programme-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px 0; }
    .programme-card { padding: 20px 32px 0; }
    .programme-card:nth-child(odd) { border-left: 0; padding-left: 0; }
    .programme-card:nth-child(even) { padding-right: 0; }
    .programme-card h3 { font-size: 28px; }
    .programme-illustration { margin-block: 18px; }
    .feature-section { gap: 40px; }
    .feature-copy h2 { font-size: 42px; }
    .action-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px; }
    .action-card h3 { font-size: 26px; }
    .involvement-section > .shell { grid-template-columns: 1fr; gap: 36px; }
    .involvement-section .section-heading h2 { max-width: 640px; }
    .post-grid { gap: 36px 24px; }
    .post-card h3 { font-size: 29px; }
    .is-floating .header-inner { width: calc(100% - 32px); max-height: calc(100dvh - 24px); overflow-y: auto; overscroll-behavior: contain; border-radius: 33px; gap: 8px 16px; }
    .is-floating .primary-navigation { padding: 12px 8px 4px; }
}

@media (max-width: 820px) {
    .content-width.gh-content .kg-width-wide, .content-width.gh-content .kg-width-full { width: calc(100% + var(--gutter) * 2 - 32px); margin-left: calc(16px - var(--gutter)); }
    .section-heading { gap: 24px; }
    .section-heading > .text-link { max-width: 150px; flex-shrink: 1; }
    .hero { gap: 26px; }
    .hero-actions { align-items: start; flex-direction: column; }
    .feature-section { grid-template-columns: 1fr 1fr; gap: 30px; }
    .feature-image img { aspect-ratio: .8; }
    .feature-copy h2 { font-size: 38px; }
    .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .journal-section .post-card:last-child:nth-child(odd) { display: grid; grid-template-columns: 1fr 1fr; column-gap: 24px; grid-column: 1 / -1; }
    .journal-section .post-card:last-child:nth-child(odd) .post-card-image { grid-row: 1 / 5; aspect-ratio: auto; min-height: 240px; height: 100%; }
    .journal-section .post-card:last-child:nth-child(odd) .post-card-meta { margin-top: 0; }
    .sponsor-track.gh-content { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sponsor-rail > .kg-image-card, .sponsor-rail > p { flex-basis: calc((100% - 24px) / 2); }
}

@media (max-width: 600px) {
    :root { --gutter: 22px; --space: 64px; }
    body { font-size: 17px; }
    h1 { font-size: clamp(46px, 11vw, 64px); }
    h2 { font-size: 36px; }
    .demo-notice { padding: 8px 20px; font-size: 11px; }
    .header-inner { padding-block: 17px; gap: 12px; min-height: 80px; }
    .brand-mark { width: 38px; height: 38px; }
    .brand { gap: 8px; }
    .brand-type { font-size: 29px; }
    .brand-caption { margin-top: 7px; font-size: 8px; }
    .header-donate { min-height: 42px; padding: 9px 13px; font-size: 13px; }
    .header-donate svg { display: none; }
    .primary-navigation .header-donate { width: 100%; }
    .is-floating .header-inner { gap: 8px; }
    .is-floating .brand { gap: 6px; }
    .is-floating .brand-type { font-size: 26px; }
    .primary-navigation { padding-top: 16px; }
    .nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 18px; }
    .nav a { font-size: 15px; }
    .hero { grid-template-columns: 1fr; padding-block: 35px 34px; gap: 24px; }
    .hero-copy { padding-block: 0; }
    .hero .eyebrow { font-size: 10px; letter-spacing: .1em; }
    .hero h1 { max-width: 440px; margin-block: 22px; font-size: clamp(56px, 14.5vw, 78px); line-height: 1; }
    .hero-description { max-width: 390px; font-size: 17px; line-height: 1.6; }
    .hero-actions { flex-direction: row; align-items: center; gap: 12px 19px; margin-top: 26px; }
    .hero-actions .button { gap: 14px; padding: 12px 18px; font-size: 14px; }
    .hero-actions .text-link { font-size: 13px; gap: 9px; }
    .hero-note { margin-top: 24px; font-size: 11px; }
    .hero-image { margin-inline: 8px; padding-top: 8px; }
    .hero-image::before { inset: -20px -14px -12px; }
    .hero-image > img { height: auto; aspect-ratio: 1.05; object-position: center; }
    .intro-section { grid-template-columns: 1fr; gap: 20px; padding-block: 32px 44px; }
    .intro-aside { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 0; }
    .ocean-life { width: 96px; height: 50px; margin: 0; flex-shrink: 0; }
    .intro-copy.gh-content { font-size: 25px; line-height: 1.45; }
    .section-heading { align-items: start; flex-direction: column; gap: 16px; margin-bottom: 30px; }
    .section-heading h2 { margin-top: 12px; }
    .section-heading > .text-link { max-width: none; }
    .programme-grid { gap: 34px 0; }
    .programme-card { padding: 16px 15px 0; }
    .programme-card h3 { font-size: 25px; }
    .programme-illustration { max-width: 100%; height: 92px; margin-block: 18px; }
    .programme-card > p:not(.programme-verb) { margin-top: 13px; margin-bottom: 18px; font-size: 14px; line-height: 1.55; }
    .programme-link { align-items: start; font-size: 12px; line-height: 1.5; gap: 6px; }
    .programme-link svg { width: 16px; height: 18px; }
    .feature-section { grid-template-columns: 1fr; gap: 36px; }
    .feature-image { margin-right: 20px; }
    .feature-image img { aspect-ratio: 1.12; }
    .feature-copy h2 { font-size: 38px; max-width: 380px; margin-block: 17px 20px; }
    .feature-copy .button { margin-top: 24px; }
    .action-grid { gap: 34px 24px; }
    .action-card h3 { font-size: 24px; }
    .action-card p { font-size: 15px; margin-block: 12px 16px; }
    .involvement-section .section-heading { margin-bottom: 0; }
    .involvement-section .action-grid { gap: 30px 24px; }
    .post-grid { grid-template-columns: 1fr; gap: 38px; }
    .post-card-image { aspect-ratio: 1.4; }
    .post-card h3 { font-size: 28px; }
    .journal-section .post-grid:has(.post-card:nth-child(2):last-child) { grid-template-columns: 1fr; }
    .journal-section .post-card:nth-child(2) { padding-top: 0; }
    .post-card-meta { margin-top: 17px; }
    .journal-section .post-card:last-child:nth-child(odd) { display: block; }
    .journal-section .post-card:last-child:nth-child(odd) .post-card-image { height: auto; min-height: 0; aspect-ratio: 1.4; }
    .journal-section .post-card:last-child:nth-child(odd) .post-card-meta { margin-top: 17px; }
    .sponsors-section .section-heading { flex-direction: column; align-items: start; gap: 20px; }
    .sponsors-section .section-heading h2 { font-size: 34px; }
    .sponsors-section .section-heading p:not(.eyebrow) { font-size: 16px; }
    .carousel-controls { gap: 7px; }
    .icon-button { width: 44px; height: 44px; padding: 10px; }
    .sponsor-track.gh-content { gap: 16px; }
    .sponsor-track .kg-image-card { gap: 16px; padding: 20px 16px; min-height: 150px; }
    .sponsor-track .kg-image-card img { max-width: 100%; height: 56px; }
    .sponsor-rail { gap: 16px; }
    .sponsor-rail > .kg-image-card, .sponsor-rail > p { flex-basis: 76%; }
    .footer-main { grid-template-columns: minmax(0, 1fr); gap: 28px; padding-top: 28px; }
    .footer-content.gh-content:only-child { flex-direction: column; align-items: flex-start; }
    .footer-bottom { display: grid; grid-template-columns: minmax(0, 1fr); gap: 8px; }
    .footer-bottom > nav { margin-left: 0; }
    .secondary-nav { gap: 2px 22px; }
    .page-header { padding-block: 42px 35px; }
    .page-header h1 { margin-top: 22px; }
    .page-excerpt { margin-top: 24px; font-size: 21px; }
    .page-feature img { min-height: 220px; object-fit: cover; }
    .post-meta { font-size: 12px; }
    .archive-header { margin-bottom: 40px; }
    .archive-header > p:not(.eyebrow) { font-size: 19px; }
    .pagination { gap: 18px; }
    .pagination .button { width: 100%; }
    .service-panel { padding: 25px; }
    .service-panel .button { padding-inline: 16px; gap: 12px; }
    .gh-content { font-size: 18px; }
    .gh-content > * + * { margin-top: 24px; }
    .gh-content > h2 { margin-top: 42px; font-size: 30px; }
    .gh-content > h3 { font-size: 26px; }
    .gh-content blockquote { padding-left: 20px; font-size: 22px; }
    .gh-content pre { padding: 18px; font-size: 13px; }
    .kg-gallery-container, .kg-gallery-row { gap: 6px; }
    .kg-bookmark-content { padding: 18px; }
    .kg-bookmark-thumbnail { flex-basis: 26%; }
    .kg-bookmark-title { font-size: 16px; }
    .kg-bookmark-description { font-size: 12px; }
    .kg-bookmark-metadata { font-size: 11px; }
    .kg-callout-card, .kg-toggle-card, .kg-product-card-container, .kg-signup-card { padding: 20px; }
    .kg-callout-card { gap: 12px; }
    .kg-callout-card-text { font-size: 16px; }
    .kg-file-card a.kg-file-card-container { padding: 18px; gap: 12px; }
    .kg-file-card-title { font-size: 18px; }
    .kg-audio-card { gap: 14px; padding: 18px; flex-wrap: wrap; }
    .kg-audio-thumbnail { flex-basis: 54px; width: 54px; height: 54px; }
    .kg-audio-player-container { flex-basis: 200px; }
    .kg-audio-title { font-size: 21px; }
    .kg-audio-player, .kg-video-player { gap: 5px; }
    .kg-audio-volume-slider, .kg-video-volume-slider { width: 40px; }
    .kg-video-player-container { padding: 5px; }
    .kg-video-player { flex-wrap: wrap; }
}

@media (max-width: 359px) {
    :root { --gutter: 16px; }
    .header-inner { gap: 8px; }
    .brand-mark { width: 30px; height: 30px; }
    .brand-type { font-size: 25px; }
    .header-donate { padding-inline: 10px; }
    .programme-grid, .action-grid, .involvement-section .action-grid { grid-template-columns: 1fr; gap: 32px; }
    .programme-card, .programme-card:first-child, .programme-card:last-child { border-left: 0; border-top: 1px solid var(--line); padding: 24px 0 0; }
    .programme-illustration { height: 100px; }
    .programme-card h3, .action-card h3 { font-size: 28px; }
    .programme-card > p:not(.programme-verb), .action-card p { font-size: 16px; }
    .sponsors-section .section-heading { flex-wrap: wrap; }
    .sponsor-track.gh-content { grid-template-columns: 1fr; }
    .sponsor-rail > .kg-image-card, .sponsor-rail > p { flex-basis: 90%; }
}

@keyframes surface-arrive {
    from { transform: translateY(14px) scale(.98); opacity: .6; }
    to { transform: translateY(0) scale(1); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: 0s !important; scroll-behavior: auto !important; }
}

@media print {
    .site-header, .site-footer, .donation-banner, .demo-notice, .carousel-controls, .menu-toggle, .hero-image::before, .feature-image::before, .field-station::before { display: none !important; }
    body { background: white; color: black; font-size: 12pt; }
    .shell, .content-width { width: 100%; }
    .section-space { padding-block: 24px; }
    .hero, .feature-section { display: block; }
    .content-width.gh-content .kg-width-wide, .content-width.gh-content .kg-width-full { width: 100%; margin-left: 0; }
    .sponsor-rail { flex-wrap: wrap; overflow: visible; }
    .involvement-section { color: black; background: white; }
    .field-station { background: white; }
    a { text-decoration: underline; }
    img, figure, .kg-card { break-inside: avoid; }
}
