/*
 * About page. Ported from "About.dc.html".
 *
 * Everything is scoped to .fpl-about so nothing leaks into other pages.
 * Palette (same as the destination pages): parchment #f7efe2, tan #f1e4cd,
 * paper #fffdf7, ink #3a2f24 / #463a2c, brown #6b5b45 / #5a4d3c / #7a6248,
 * rust #b06a2e (hover #8a4e1d), navy #2f4d7a, lake #6f96a8, gold #f0c98a,
 * dark #2e2318 / #1c1510.
 */

html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
body.fpl-about-page {
	margin: 0;
	padding: 0;
	background: #f7efe2;
	-webkit-font-smoothing: antialiased;
}
.fpl-about {
	font-family: "Figtree", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	background: #f7efe2;
	color: #3a2f24;
	min-width: 0;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	text-align: left;
	overflow-x: hidden;
}
.fpl-about *,
.fpl-about *::before,
.fpl-about *::after {
	box-sizing: border-box;
}
.fpl-about a {
	color: #b06a2e;
	text-decoration-color: rgba(176, 106, 46, 0.45);
}
.fpl-about a:hover {
	color: #8a4e1d;
}
.fpl-about a:focus-visible {
	outline: 2px solid #b06a2e;
	outline-offset: 2px;
}
.fpl-about h1,
.fpl-about h2,
.fpl-about h3,
.fpl-about h4 {
	font-family: "Figtree", sans-serif;
	text-transform: none;
	color: inherit;
}
.fpl-about img {
	max-width: 100%;
	height: auto;
}
.fpl-about-main {
	flex: 1 0 auto;
}
.fpl-about-kicker {
	font-weight: 700;
	letter-spacing: 4px;
	font-size: 13px;
	color: #b06a2e;
}
.fpl-about-hand {
	font-family: "Caveat", cursive;
	color: #6b5b45;
}

/* Header */
.fpl-about-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px clamp(20px, 4vw, 48px);
	flex-wrap: wrap;
	background: #2e2318;
}
.fpl-about .fpl-about-brand {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #f7efe2;
	text-decoration: none;
}
.fpl-about .fpl-about-brand img {
	width: 46px;
	height: 46px;
	object-fit: contain;
}
.fpl-about-brand span {
	font-weight: 700;
	letter-spacing: 4px;
	font-size: 15px;
}
.fpl-about-nav {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	align-items: center;
	font-weight: 700;
	letter-spacing: 2.5px;
	font-size: 13px;
}
.fpl-about .fpl-about-nav a {
	color: #f7efe2;
	text-decoration: none;
}
.fpl-about .fpl-about-nav a:hover {
	color: #f0c98a;
}
.fpl-about .fpl-about-nav a.fpl-about-nav__pill {
	color: #2e2318;
	background: #f7efe2;
	padding: 9px 18px;
	border-radius: 999px;
}
.fpl-about .fpl-about-nav a.fpl-about-nav__pill:hover {
	background: #f0c98a;
	color: #2e2318;
}
.fpl-about-header a:focus-visible {
	outline-color: #f0c98a;
}

/* Hero */
.fpl-about-hero {
	padding: 72px clamp(20px, 5vw, 64px) 48px;
}
.fpl-about-hero__grid {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
	gap: 52px;
	align-items: center;
}
.fpl-about-hero--no-photos .fpl-about-hero__grid {
	grid-template-columns: minmax(0, 1fr);
	max-width: 820px;
}
.fpl-about-hero__text,
.fpl-about-hero__photos {
	min-width: 0;
}
.fpl-about .fpl-about-hero__title {
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(40px, 5.5vw, 68px);
	line-height: 1.05;
	margin: 12px 0 8px;
	text-wrap: balance;
	color: #3a2f24;
}
.fpl-about .fpl-about-hero__hand {
	font-size: 26px;
	line-height: 1.25;
	margin: 0 0 18px;
	transform: rotate(-1deg);
	transform-origin: left center;
}
.fpl-about-hero__lead {
	font-size: 17.5px;
	line-height: 1.7;
	max-width: 54ch;
}
.fpl-about-hero__lead p {
	margin: 0 0 16px;
}
.fpl-about-hero__lead > :last-child {
	margin-bottom: 0;
}
.fpl-about-hero__photos {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
.fpl-about-hero__photos--1 {
	grid-template-columns: 1fr;
	max-width: 420px;
	justify-self: center;
	width: 100%;
}
.fpl-about .fpl-about-polaroid {
	display: block;
	width: 100% !important;
	height: 220px !important;
	max-width: none !important;
	object-fit: cover;
	border: 8px solid #fffdf7;
	border-radius: 3px;
	box-shadow: 0 12px 28px rgba(58, 47, 36, 0.2);
	background: #eadfc4;
	transform: rotate(-2deg);
}
.fpl-about .fpl-about-hero__photos--1 .fpl-about-polaroid {
	height: 320px !important;
}
.fpl-about .fpl-about-polaroid--2 {
	transform: rotate(1.6deg);
	margin-top: 22px;
}
.fpl-about .fpl-about-polaroid--3 {
	transform: rotate(1.2deg);
}
.fpl-about .fpl-about-polaroid--4 {
	transform: rotate(-1.4deg);
	margin-top: 22px;
}

/* Numbers trail */
.fpl-about-trail {
	padding: 16px clamp(20px, 5vw, 64px) 64px;
	overflow: hidden;
}
.fpl-about-trail__inner {
	max-width: 880px;
	margin: 0 auto;
}
.fpl-about-trail__head {
	text-align: center;
	margin-bottom: 8px;
}
.fpl-about .fpl-about-trail__hand {
	font-size: 23px;
	margin-top: 6px;
}
.fpl-about-trail__path {
	position: relative;
}
.fpl-about-trail__line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
}
.fpl-about .fpl-about-trail__list {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 34px;
	list-style: none;
	margin: 0;
	padding: 26px 0 10px;
}
.fpl-about-stat {
	--fpl-rot: 1.4deg;
	position: relative;
	align-self: flex-end;
	width: min(400px, 86%);
	margin: 0;
	background: #fffdf7;
	border-radius: 6px;
	box-shadow: 0 12px 28px rgba(58, 47, 36, 0.16);
	padding: 20px 24px;
	transform: rotate(var(--fpl-rot));
}
.fpl-about-stat:nth-child(even) {
	align-self: flex-start;
}
.fpl-about-stat__tape {
	position: absolute;
	top: -12px;
	left: 36%;
	width: 96px;
	height: 24px;
	background: rgba(224, 197, 148, 0.75);
	transform: rotate(-3deg);
	border-radius: 2px;
}
.fpl-about-stat__big,
.fpl-about-stat__label,
.fpl-about-stat__hand {
	display: block;
}
.fpl-about-stat__big {
	font-weight: 900;
	font-size: 34px;
	line-height: 1.2;
	color: #b06a2e;
	letter-spacing: -0.02em;
}
.fpl-about-stat__label {
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #7a6248;
	margin-top: 2px;
}
.fpl-about .fpl-about-stat__hand {
	font-size: 20px;
	line-height: 1.25;
	margin-top: 4px;
}
.fpl-about-stat--2 {
	--fpl-rot: -1.2deg;
}
.fpl-about-stat--2 .fpl-about-stat__tape {
	left: 40%;
	transform: rotate(3deg);
}
.fpl-about-stat--2 .fpl-about-stat__big,
.fpl-about-stat--5 .fpl-about-stat__big {
	color: #2f4d7a;
}
.fpl-about-stat--3 {
	--fpl-rot: 1.1deg;
}
.fpl-about-stat--3 .fpl-about-stat__tape {
	left: 34%;
	transform: rotate(-4deg);
}
.fpl-about-stat--3 .fpl-about-stat__big,
.fpl-about-stat--6 .fpl-about-stat__big {
	color: #6f96a8;
}
.fpl-about-stat--4 {
	--fpl-rot: -1.4deg;
}
.fpl-about-stat--4 .fpl-about-stat__tape {
	left: 38%;
	transform: rotate(4deg);
}
.fpl-about-stat--5 {
	--fpl-rot: 1.2deg;
}
.fpl-about-stat--6 {
	--fpl-rot: -1deg;
}
.fpl-about-stat--6 .fpl-about-stat__tape {
	left: 40%;
	transform: rotate(3deg);
}
/* Set by about.js only when it can animate: cards wait off-screen, then pop in. */
.fpl-about-trail--armed .fpl-about-stat:not(.is-popped) {
	opacity: 0;
}

/* Pull quote */
.fpl-about-quote {
	padding: 8px clamp(20px, 5vw, 64px) 64px;
}
.fpl-about .fpl-about-quote__text {
	position: relative;
	max-width: 820px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: center;
	background: none;
	quotes: none;
}
.fpl-about .fpl-about-quote__text::before {
	content: "\201C";
	display: block;
	font-family: "Caveat", cursive;
	font-size: 96px;
	line-height: 0.6;
	height: 44px;
	color: #b06a2e;
}
.fpl-about .fpl-about-quote__text p {
	margin: 0;
	font-weight: 800;
	font-size: clamp(26px, 3.2vw, 38px);
	line-height: 1.25;
	letter-spacing: -0.01em;
	color: #3a2f24;
	text-wrap: balance;
}
/* Navy highlight (Matt, 2026-09-13) */
/* The pull quote becomes the page's one navy wall: cream text 11.7:1,
 * gold quote mark 8.5:1. */
.fpl-about-quote {
	background: #1f3049;
	padding: 72px clamp(20px, 5vw, 64px) 76px;
}
.fpl-about .fpl-about-quote__text::before {
	color: #f0c98a;
}
.fpl-about .fpl-about-quote__text p {
	color: #f7efe2;
}

/* Story */
.fpl-about-story {
	padding: 24px clamp(20px, 5vw, 64px) 64px;
	background: #f1e4cd url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22700%22%20height%3D%22480%22%20viewBox%3D%220%200%20700%20480%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23a8845a%22%20stroke-width%3D%221.4%22%20opacity%3D%220.10%22%3E%3Cpath%20d%3D%22M-20%2C120%20C120%2C60%20260%2C150%20400%2C100%20C520%2C58%20640%2C110%20720%2C80%22%2F%3E%3Cpath%20d%3D%22M-20%2C160%20C120%2C100%20260%2C190%20400%2C140%20C520%2C98%20640%2C150%20720%2C120%22%2F%3E%3Cpath%20d%3D%22M-20%2C200%20C120%2C140%20260%2C230%20400%2C180%20C520%2C138%20640%2C190%20720%2C160%22%2F%3E%3Cpath%20d%3D%22M-20%2C380%20C140%2C320%20300%2C410%20460%2C360%20C580%2C322%20660%2C370%20720%2C340%22%2F%3E%3Cpath%20d%3D%22M-20%2C420%20C140%2C360%20300%2C450%20460%2C400%20C580%2C362%20660%2C410%20720%2C380%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-size: 700px 480px;
	border-top: 2px dashed #d9c6a2;
	border-bottom: 2px dashed #d9c6a2;
}
.fpl-about-story__inner {
	max-width: 720px;
	margin: 0 auto;
	font-size: 17.5px;
	line-height: 1.8;
	color: #463a2c;
	padding-top: 40px;
	overflow-wrap: break-word;
}
.fpl-about .fpl-about-story__inner h2 {
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(30px, 3.6vw, 44px);
	line-height: 1.15;
	margin: 0 0 20px;
	color: #3a2f24;
}
.fpl-about .fpl-about-story__inner h3 {
	font-weight: 800;
	letter-spacing: -0.01em;
	font-size: clamp(21px, 2.2vw, 25px);
	line-height: 1.3;
	margin: 38px 0 12px;
	color: #3a2f24;
}
.fpl-about .fpl-about-story__inner h2 + h3 {
	margin-top: 0;
}
.fpl-about-story__inner p,
.fpl-about-story__inner ul,
.fpl-about-story__inner ol,
.fpl-about-story__inner figure {
	margin: 0 0 22px;
}
.fpl-about-story__inner ul,
.fpl-about-story__inner ol {
	padding-left: 1.4em;
}
.fpl-about-story__inner img {
	border: 8px solid #fffdf7;
	border-radius: 3px;
	box-shadow: 0 12px 28px rgba(58, 47, 36, 0.18);
}
.fpl-about-story__inner iframe {
	max-width: 100%;
}
.fpl-about-story__inner blockquote {
	margin: 0 0 22px;
	padding-left: 18px;
	border-left: 3px solid #d9c6a2;
}
.fpl-about .fpl-about-story__inner .fpl-about-signoff {
	font-family: "Caveat", cursive;
	font-size: 27px;
	line-height: 1.3;
	color: #6b5b45;
	transform: rotate(-1deg);
	transform-origin: left center;
	margin: 30px 0 0;
}
.fpl-about .fpl-about-story__inner .fpl-about-signature {
	font-family: "Caveat", cursive;
	font-size: 30px;
	line-height: 1.2;
	color: #b06a2e;
	transform: rotate(-1deg);
	transform-origin: left center;
	margin: 2px 0 0 1.2em;
}
.fpl-about .fpl-about-story__inner .fpl-about-ps {
	font-size: 14.5px;
	line-height: 1.7;
	color: #6b5b45;
	margin: 18px 0 0;
}
.fpl-about-story__inner > :last-child {
	margin-bottom: 0;
}

/* Buttons */
.fpl-about .fpl-about-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 14px;
	line-height: 1.3;
	border-radius: 999px;
	text-align: center;
}
.fpl-about .fpl-about-btn--solid {
	background: #2f4d7a;
	color: #fffdf7;
	padding: 14px 26px;
}
.fpl-about .fpl-about-btn--solid:hover {
	background: #24406b;
	color: #fffdf7;
}
.fpl-about .fpl-about-btn--outline {
	border: 2px solid #d9c6a2;
	color: #5a4d3c;
	padding: 12px 26px;
}
.fpl-about .fpl-about-btn--outline:hover {
	background: #f1e4cd;
	color: #5a4d3c;
}
.fpl-about-btn__play {
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 10px;
	border-left: 10px solid currentColor;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}

/* Welcome video */
.fpl-about-cta {
	padding: 56px clamp(20px, 5vw, 64px) 8px;
	text-align: center;
}

/* Latest adventures */
.fpl-about-latest {
	padding: 56px clamp(20px, 5vw, 64px) 40px;
}
.fpl-about-latest__inner {
	max-width: 1100px;
	margin: 0 auto;
}
.fpl-about .fpl-about-section-title {
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: clamp(28px, 3.2vw, 40px);
	line-height: 1.15;
	margin: 0 0 8px;
	color: #3a2f24;
}
.fpl-about .fpl-about-latest__intro {
	font-size: 17px;
	line-height: 1.6;
	color: #6b5b45;
	margin: 0 0 30px;
	max-width: 62ch;
}
.fpl-about .fpl-about-latest__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 30px 24px;
}
.fpl-about-card {
	margin: 0;
	transform: rotate(-1deg);
	transition: transform 0.2s ease;
}
.fpl-about-card--1 {
	transform: rotate(0.8deg);
}
.fpl-about-card--2 {
	transform: rotate(-0.4deg);
}
.fpl-about-card--3 {
	transform: rotate(1.3deg);
}
.fpl-about-card:hover {
	transform: rotate(0) translateY(-4px);
}
.fpl-about .fpl-about-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fffdf7;
	padding: 12px 12px 18px;
	border-radius: 3px;
	box-shadow: 0 14px 30px rgba(58, 47, 36, 0.16);
	text-decoration: none;
	color: #3a2f24;
}
.fpl-about-card__photo {
	display: block;
	aspect-ratio: 4 / 3;
	background: #eadfc4;
	border-radius: 2px;
	overflow: hidden;
}
.fpl-about .fpl-about-card__img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
}
.fpl-about-card__body {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 12px 4px 0;
}
.fpl-about-card__place {
	font-weight: 800;
	font-size: 11px;
	letter-spacing: 2px;
	color: #b06a2e;
}
.fpl-about-card__name {
	font-weight: 800;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -0.01em;
}
.fpl-about .fpl-about-card__note {
	font-size: 20px;
	line-height: 1.2;
}

/* Join in */
.fpl-about-social {
	padding: 40px clamp(20px, 5vw, 64px) 80px;
	text-align: center;
}
.fpl-about-social__inner {
	max-width: 720px;
	margin: 0 auto;
}
.fpl-about .fpl-about-social .fpl-about-section-title {
	margin-bottom: 22px;
}
.fpl-about-social__buttons {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	justify-content: center;
}
.fpl-about-cta + .fpl-about-social {
	padding-top: 24px;
}

/* Footer */
.fpl-about-footer {
	background: #1c1510;
	color: #c9b998;
	padding: 36px clamp(20px, 5vw, 64px);
}
.fpl-about-footer__inner {
	max-width: 1160px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
}
.fpl-about .fpl-about-footer__home {
	color: #f0c98a;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 13px;
	text-decoration: none;
}
.fpl-about-footer__meta {
	font-size: 12.5px;
}
.fpl-about .fpl-about-footer__meta a {
	color: #c9b998;
}

@media (max-width: 560px) {
	.fpl-about-header {
		gap: 12px;
	}
	.fpl-about-nav {
		gap: 12px;
		letter-spacing: 1.5px;
		font-size: 12px;
	}
	.fpl-about .fpl-about-nav a.fpl-about-nav__pill {
		padding: 8px 14px;
	}
	.fpl-about-hero {
		padding-top: 48px;
	}
	.fpl-about-hero__grid {
		gap: 40px;
	}
	.fpl-about .fpl-about-polaroid {
		height: 170px !important;
	}
	.fpl-about .fpl-about-trail__list {
		gap: 30px;
	}
	.fpl-about-stat {
		padding: 18px 20px;
	}
	.fpl-about-stat__big {
		font-size: 30px;
	}
	.fpl-about-story__inner {
		font-size: 17px;
		padding-top: 28px;
	}
	.fpl-about .fpl-about-latest__grid {
		grid-template-columns: 1fr 1fr;
		gap: 22px 14px;
	}
	.fpl-about .fpl-about-card__link {
		padding: 8px 8px 12px;
	}
	.fpl-about-card__body {
		padding: 8px 2px 0;
	}
	.fpl-about-card__place {
		font-size: 10px;
		letter-spacing: 1.5px;
	}
	.fpl-about-card__name {
		font-size: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fpl-about-card,
	.fpl-about-card:hover {
		transition: none;
	}
	.fpl-about-trail--armed .fpl-about-stat:not(.is-popped) {
		opacity: 1;
	}
}
