@charset "UTF-8";

:root {
	--about-paper: #f5f3eb;
	--about-ink: #111218;
	--about-cyan: #57d7e8;
	--about-blue: #087bcc;
	--about-navy: #034c9a;
	--about-line: rgba(17, 18, 24, .18);
	--about-shell: min(92vw, 1440px);
	--about-gap: clamp(1.25rem, 3vw, 3rem);
}

html { scroll-behavior: smooth; }
body {
	margin: 0;
	overflow-x: hidden;
	color: var(--about-ink);
	background: var(--about-paper);
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	font-size: 18px;
	line-height: 1.8;
}
body *, body *::before, body *::after { box-sizing: border-box; }
body a { color: inherit; text-decoration: none; }
body img { display: block; max-width: 100%; }
body p, body h1, body h2, body h3 { margin: 0; }
.about-page { overflow: clip; }
.about-shell, .portal-shell { position: relative; z-index: 2; width: var(--about-shell); margin-inline: auto; }
.about-label, .about-story__number, .about-hero__coordinate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7rem;
	font-style: italic;
	letter-spacing: .13em;
	line-height: 1.5;
}
.about-noise { position: absolute; z-index: 1; inset: -5%; pointer-events: none; opacity: .13; background: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.84' numOctaves='4' seed='7' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.85'/%3E%3C/svg%3E") repeat; background-size: 170px 170px; mix-blend-mode: soft-light; }

/* Shared portal header/footer on About. */
.portal-header { position: fixed; z-index: 1000; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; min-height: 76px; padding: 0 max(4vw, 1.25rem); color: #fff; border-bottom: 1px solid transparent; transition: background-color .25s ease, border-color .25s ease, color .25s ease; }
.portal-header.is-scrolled { color: var(--about-ink); background: rgba(245,243,235,.94); border-color: var(--about-line); }
.portal-header__brand { display: flex; align-items: center; width: clamp(5.8rem,8vw,8rem); min-height: 44px; }
.portal-header__brand img { width: 100%; height: auto; filter: brightness(0) invert(1); }
.portal-header.is-scrolled .portal-header__brand img { filter: none; }
.portal-navigation { display: flex; align-items: center; gap: clamp(1rem,2.2vw,2.6rem); }
.portal-navigation a { display: inline-flex; align-items: center; min-height: 44px; color: inherit; font: 700 .7rem/1 Arial,sans-serif; letter-spacing: .12em; }
.portal-menu-toggle { display: none; }
.portal-footer { color: #fff; background: var(--about-navy); border-top: 1px solid rgba(255,255,255,.28); }
.portal-footer__wave { color: var(--about-navy); }
.portal-footer__inner { min-height: 150px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; }
.portal-footer__brand { display:flex;align-items:center;width:clamp(6.5rem,9vw,9rem);min-height:44px; }.portal-footer__brand img { width:100%;height:auto;filter:brightness(0) invert(1); }
.portal-footer__links { display:flex;gap:2rem;font:700 .68rem/1 Arial,sans-serif;letter-spacing:.12em; }.portal-footer__links a { display:flex;align-items:center;min-height:44px;color:#fff; }
.portal-footer__copyright { justify-self:end;color:#fff;font-size:.65rem;letter-spacing:.1em; }

.about-hero { background: radial-gradient(circle at 78% 22%, rgba(87,215,232,.92), transparent 28%), radial-gradient(circle at 20% 82%, rgba(245,163,211,.42), transparent 25%), linear-gradient(145deg,#021d54,#087bcc 58%,#57d7e8); }
.about-section-heading h2, .about-profile h2, .about-connect h2 { font-family:"Fredoka","Zen Kaku Gothic New",sans-serif;font-weight:400;letter-spacing:.04em; }
.about-hero__heading > p { font-weight:500; }

.about-island { padding:clamp(7rem,13vw,13rem) 0;background:linear-gradient(155deg,#faf9f4,var(--about-paper) 62%,#e8f8f7); }
.about-island__grid { display:grid;grid-template-columns:repeat(12,1fr);gap:var(--about-gap);align-items:start; }
.about-island__grid > .about-label { grid-column:1/span 2; }.about-island__heading { grid-column:3/span 4; }.about-island__copy { grid-column:8/-1; }
.about-island h2,.about-current h2,.about-archive h2 { margin:0;font-family:"Fredoka","Zen Kaku Gothic New",sans-serif;font-size:clamp(3rem,5.6vw,5.8rem);font-weight:400;letter-spacing:.04em;line-height:.95; }
.about-island__lead { margin-bottom:2rem;font-size:clamp(1.2rem,1.7vw,1.55rem);font-weight:500;line-height:1.8; }.about-island__copy > p + p { margin-top:1.5rem; }

.about-current { padding:clamp(7rem,13vw,13rem) 0;color:#fff;background:radial-gradient(circle at 82% 18%,rgba(245,163,211,.5),transparent 25%),linear-gradient(145deg,#021d54,#034c9a 48%,#087bcc); }
.about-current__grid { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--about-gap); }
.about-current-card { min-width:0;padding-top:clamp(2rem,4vw,4rem);border-top:1px solid rgba(255,255,255,.42); }
.about-current-card__visual { overflow:hidden;aspect-ratio:4/3;margin:0 0 2rem;background:none; }
.about-current-card__visual img { display:block;width:100%;height:100%;object-fit:cover;object-position:center; }
.about-current-card h3 { margin:.7rem 0 1.5rem;font-family:"Fredoka","Zen Kaku Gothic New",sans-serif;font-size:clamp(1.6rem,2.5vw,2.4rem);font-weight:500;letter-spacing:.04em; }.about-current-card > p:not(.about-story__number) { max-width:38rem;line-height:2; }
.about-current-card__link { display:inline-flex;align-items:center;justify-content:space-between;gap:clamp(2rem,5vw,5rem);min-width:min(100%,14rem);min-height:48px;margin-top:clamp(2rem,4vw,3rem);padding:.5rem 0;border-bottom:1px solid currentColor;color:#fff;font:500 .72rem/1 "Fredoka",Arial,sans-serif;letter-spacing:.1em; }
.about-current-card__link .link-arrow { transition:transform .25s ease; }
.about-current-card__link:hover .link-arrow,.about-current-card__link:focus-visible .link-arrow { transform:translate(3px,-3px); }

.about-profile { padding:clamp(7rem,13vw,13rem) 0;background:linear-gradient(155deg,#edf9f8,var(--about-paper) 58%,#faf9f4); }
.about-profile__grid { display:grid;grid-template-columns:repeat(12,1fr);gap:var(--about-gap);align-items:start; }
.about-profile__grid > .about-label { grid-column:1/span 2; }
.about-profile__image { grid-column:3/span 4;margin:0; }
.about-profile__image img { display:block;width:100%;height:auto; }
.about-profile__copy { grid-column:8/-1; }
.about-profile h2 { font-size:clamp(2.4rem,4.8vw,5rem);line-height:1; }
.about-profile__lead { margin:clamp(2rem,4vw,4rem) 0 1.5rem;font-size:clamp(1.2rem,1.8vw,1.65rem);font-weight:500;line-height:1.8; }
.about-profile__copy > p:not(.about-profile__lead) { margin-top:1.4rem; }
.about-profile__fields { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem 1rem;margin:2.5rem 0 0;padding:1.5rem 0 0;border-top:1px solid var(--about-line);list-style:none;font:500 .72rem/1.5 "Fredoka",sans-serif;letter-spacing:.08em; }

.about-community { padding:clamp(7rem,13vw,13rem) 0;background:linear-gradient(180deg,#faf9f4 0%,#e9f8f7 100%); }
.about-section-heading { display:grid;grid-template-columns:2fr 10fr;gap:var(--about-gap);margin-bottom:clamp(5rem,10vw,10rem); }
.about-section-heading h2 { font-size:clamp(3.5rem,8.5vw,8.5rem);line-height:.92; }
.about-story { display:grid;grid-template-columns:repeat(12,1fr);gap:var(--about-gap);align-items:center;padding-block:clamp(4rem,8vw,8rem);border-top:1px solid var(--about-line); }
.about-story__media { grid-column:1/span 7; }
.about-story__media picture { display:block; }.about-story__media img { width:100%;height:auto;object-fit:contain; }
.about-story__copy { grid-column:9/-1; }
.about-story h3 { margin:.8rem 0 2rem;font-family:"Fredoka","Zen Kaku Gothic New",sans-serif;font-size:clamp(1.6rem,2.5vw,2.4rem);font-weight:500;letter-spacing:.035em;line-height:1.4; }
.about-story__copy > p:not(.about-story__number) { line-height:2; }
.about-link { display:inline-flex;align-items:center;justify-content:space-between;gap:2rem;min-height:44px;margin-top:2rem;padding:.5rem 0;border-bottom:1px solid currentColor;font:600 .72rem/1 "Fredoka",sans-serif;letter-spacing:.1em; }

.about-archive { padding:clamp(6rem,10vw,10rem) 0;background:var(--about-paper); }
.about-section-heading--compact { margin-bottom:clamp(3rem,6vw,6rem); }.about-section-heading--compact h2 { font-size:clamp(2.8rem,5vw,5.5rem); }
.about-archive__grid { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(3rem,6vw,7rem); }
.about-archive-card { min-width:0;border-top:1px solid var(--about-line);padding-top:1.5rem; }.about-archive-card img { width:100%;height:auto;object-fit:contain; }.about-archive-card > div { padding-top:1.75rem; }.about-archive-card h3 { margin:.5rem 0 1rem;font-family:"Fredoka","Zen Kaku Gothic New",sans-serif;font-size:1.35rem;font-weight:500;letter-spacing:.04em; }.about-archive-card > div > p:not(.about-story__number) { font-size:.92rem;line-height:1.9; }

.about-connect { position:relative;overflow:hidden;padding:clamp(7rem,13vw,13rem) 0;color:#fff;background:radial-gradient(circle at 76% 24%,rgba(87,215,232,.7),transparent 28%),linear-gradient(145deg,#021d54,#034c9a 48%,#087bcc); }
.about-connect__grid { display:grid;grid-template-columns:repeat(12,1fr);gap:var(--about-gap);align-items:end; }
.about-connect__grid > .about-label { grid-column:1/span 2;align-self:start; }.about-connect__grid > div { grid-column:3/span 6; }.about-connect h2 { font-size:clamp(3.2rem,7vw,7rem);line-height:.95; }.about-connect__grid > div p { max-width:34rem;margin-top:2rem; }
.about-social { grid-column:10/-1;display:grid;border-top:1px solid rgba(255,255,255,.4); }.about-social a { display:flex;align-items:center;justify-content:space-between;min-height:58px;border-bottom:1px solid rgba(255,255,255,.4);color:#fff;font:500 .78rem/1 "Fredoka",sans-serif;letter-spacing:.09em; }

@media (max-width: 767px) {
	:root { --about-shell:calc(100vw - 2.5rem);--about-gap:1rem; }
	body { font-size:16.5px; }
	.about-island__grid,.about-profile__grid,.about-section-heading,.about-story,.about-connect__grid { display:block;min-height:0; }
	.about-island,.about-current,.about-profile,.about-community,.about-archive,.about-connect { padding-block:6.5rem; }.about-island__heading,.about-island__copy { margin-top:2rem; }.about-island h2,.about-current h2,.about-archive h2 { font-size:clamp(2.6rem,12vw,4.2rem);line-height:1.1; }.about-island__lead { font-size:1.15rem; }
	.about-current__grid,.about-archive__grid { display:block; }.about-current-card + .about-current-card,.about-archive-card + .about-archive-card { margin-top:4.5rem; }.about-current-card h3 { font-size:1.5rem; }
	.about-profile__image { width:80%;margin:3rem 0 0 auto; }.about-profile__copy { margin-top:3.5rem; }.about-profile h2 { font-size:clamp(2.2rem,11vw,3.5rem); }.about-profile__fields { grid-template-columns:1fr; }
	.about-section-heading h2 { margin-top:2rem;font-size:clamp(2.7rem,13vw,4.4rem);line-height:1.1;overflow-wrap:anywhere; }.about-story { padding-block:4.5rem; }.about-story__media { width:100%;order:initial; }.about-story__copy { margin-top:2.5rem;order:initial; }.about-story h3 { font-size:1.5rem; }
	.about-connect__grid > div { margin-top:3rem; }.about-connect h2 { font-size:clamp(2.8rem,13vw,4.5rem);line-height:1.1; }.about-social { margin-top:3rem; }
	.portal-footer__inner { padding-block:2.5rem;display:flex;flex-wrap:wrap;justify-content:space-between; }.portal-footer__links { order:3;width:100%;gap:1rem;flex-wrap:wrap; }.portal-footer__copyright { margin-left:auto; }
}

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