@font-face {
	font-family: "Caveat";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("../fonts/caveat-latin.woff2") format("woff2");
}

@font-face {
	font-family: "Newsreader";
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
	src: url("../fonts/newsreader-latin.woff2") format("woff2");
}

:where(.floo-site, .floo-dialog) {
	--floo-paper: #f5f1ea;
	--floo-coast: #c9dee5;
	--floo-ink: #173c50;
	--floo-accent: #7a2d3f;
	--floo-sans: "Avenir Next", Avenir, "Segoe UI", system-ui, sans-serif;
	--floo-serif: "Newsreader", Georgia, serif;
	--floo-hand: "Caveat", "Segoe Print", cursive;
	color: var(--floo-ink);
	font-family: var(--floo-sans);
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: #e8e6e1;
	color: #173c50;
}

body.admin-bar .floo-site {
	margin-top: 0;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

.floo-site button,
.floo-site input,
.floo-site textarea,
.floo-dialog button,
.floo-dialog input,
.floo-dialog textarea {
	font: inherit;
}

.floo-site button,
.floo-site a,
.floo-dialog button,
.floo-dialog a {
	-webkit-tap-highlight-color: transparent;
}

.floo-site a,
.floo-dialog a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.28em;
	transition: color 180ms ease, border-color 180ms ease;
}

.floo-site a:hover,
.floo-site a:focus-visible,
.floo-site button:hover,
.floo-site button:focus-visible,
.floo-dialog a:hover,
.floo-dialog a:focus-visible,
.floo-dialog button:hover,
.floo-dialog button:focus-visible {
	color: var(--floo-accent);
}

.floo-site button:focus-visible,
.floo-site a:focus-visible,
.floo-site input:focus-visible,
.floo-site textarea:focus-visible,
.floo-dialog button:focus-visible,
.floo-dialog a:focus-visible,
.floo-dialog input:focus-visible,
.floo-dialog textarea:focus-visible {
	outline: 2px solid var(--floo-accent);
	outline-offset: 4px;
}

.screen-reader-text,
.floo-honeypot {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.floo-site {
	position: relative;
	width: min(100%, 1480px);
	min-height: 100vh;
	margin: 0 auto;
	overflow: hidden;
	background: var(--floo-paper);
	box-shadow: 0 0 60px rgb(23 60 80 / 8%);
}

.floo-skip {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 200;
	transform: translateY(-160%);
	padding: 0.65rem 0.9rem;
	background: var(--floo-ink);
	color: #fff;
}

.floo-skip:focus {
	transform: translateY(0);
}

.floo-header {
	position: relative;
	z-index: 20;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	min-height: 108px;
	padding: 22px clamp(24px, 4.4vw, 72px) 0;
}

.floo-logo {
	display: block;
	width: clamp(70px, 6.4vw, 94px);
	height: clamp(70px, 6.4vw, 94px);
	text-decoration: none;
}

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

.floo-header nav {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	padding-top: 0.5rem;
	font-size: 0.94rem;
	letter-spacing: 0.015em;
}

.floo-header nav a {
	text-decoration: none;
}

.floo-header nav a[aria-current="page"] {
	color: var(--floo-accent);
}

.floo-text-button,
.floo-arrow-link {
	margin: 0;
	padding: 0 0 0.28em;
	border: 0;
	border-bottom: 1px solid currentColor;
	background: transparent;
	color: var(--floo-ink);
	cursor: pointer;
	text-decoration: none;
}

.floo-arrow-link {
	display: inline-flex;
	align-items: center;
	gap: 1.1rem;
	font-size: clamp(1rem, 1.4vw, 1.14rem);
}

.floo-arrow-link span {
	font-size: 1.25em;
	transition: transform 180ms ease;
}

.floo-arrow-link:hover span,
.floo-arrow-link:focus-visible span {
	transform: translateX(0.22rem);
}

.floo-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(330px, 0.84fr) minmax(420px, 1.16fr);
	min-height: min(750px, calc(100vh - 80px));
	margin-top: -108px;
	padding: 150px clamp(24px, 4.4vw, 72px) 0;
	isolation: isolate;
}

.floo-hero__stripes {
	position: absolute;
	inset: 0 0 0 43%;
	z-index: -2;
	background:
		linear-gradient(90deg, transparent 0 7%, color-mix(in srgb, var(--floo-coast) 36%, transparent) 7% 8.2%, transparent 8.2% 14%, color-mix(in srgb, var(--floo-coast) 54%, transparent) 14% 17.2%, transparent 17.2% 27%, color-mix(in srgb, var(--floo-coast) 66%, transparent) 27% 32.5%, transparent 32.5% 43%, color-mix(in srgb, var(--floo-coast) 72%, transparent) 43% 51%, transparent 51% 61%, color-mix(in srgb, var(--floo-coast) 76%, transparent) 61% 72%, transparent 72% 81%, color-mix(in srgb, var(--floo-coast) 83%, transparent) 81% 94%, transparent 94%);
	mask-image: linear-gradient(90deg, transparent 0, #000 12%, #000 100%);
}

.floo-hero__copy {
	position: relative;
	z-index: 3;
	align-self: center;
	padding: 1rem 0 6rem;
}

.floo-hero h1 {
	max-width: 3.8em;
	margin: 0 0 1.2rem;
	font-family: var(--floo-hand);
	font-size: clamp(6.1rem, 10.6vw, 10.8rem);
	font-weight: 500;
	letter-spacing: -0.055em;
	line-height: 0.75;
	overflow-wrap: normal;
}

.floo-kicker {
	margin: 0;
	color: var(--floo-accent);
	font-size: clamp(1rem, 1.6vw, 1.22rem);
	letter-spacing: 0.025em;
}

.floo-hero__sentence {
	max-width: 39rem;
	margin: clamp(2.1rem, 4vw, 3.8rem) 0 2.35rem;
	font-family: var(--floo-serif);
	font-size: clamp(1.38rem, 2.15vw, 2.05rem);
	line-height: 1.32;
}

.floo-hero__portrait {
	position: absolute;
	inset: 24px 0 0 45%;
	z-index: -1;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	min-height: 0;
	overflow: hidden;
}

.floo-hero__portrait::before {
	position: absolute;
	inset: 13% 5% 0 3%;
	z-index: -1;
	background: radial-gradient(circle at 48% 36%, rgb(245 241 234 / 72%), transparent 67%);
	content: "";
}

.floo-hero__portrait img {
	display: block;
	width: auto;
	max-width: min(100%, 820px);
	height: 100%;
	object-fit: contain;
	object-position: right top;
	filter: saturate(0.96) contrast(1.01);
}

.floo-current,
.floo-blog,
.floo-contact {
	position: relative;
	isolation: isolate;
}

.floo-striped-edge::after {
	position: absolute;
	inset: 0 0 0 auto;
	z-index: -1;
	width: 44%;
	background: repeating-linear-gradient(90deg, color-mix(in srgb, var(--floo-coast) 78%, transparent) 0 18px, transparent 18px 42px);
	mask-image: linear-gradient(90deg, transparent, #000 42%);
	content: "";
}

.floo-current {
	min-height: 250px;
	padding: 42px clamp(24px, 7vw, 100px);
	background: color-mix(in srgb, var(--floo-coast) 56%, var(--floo-paper));
}

.floo-current > div {
	max-width: 500px;
}

.floo-current h2,
.floo-section h2,
.floo-blog h2,
.floo-contact h2,
.floo-dialog h2,
.floo-article h1,
.floo-page h1 {
	margin: 0;
	font-family: var(--floo-serif);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 0.98;
}

.floo-current h2,
.floo-section h2,
.floo-blog h2 {
	font-size: clamp(3.1rem, 5.2vw, 5.2rem);
}

.floo-current p {
	max-width: 33rem;
	margin: 0.9rem 0 1.6rem;
	font-size: clamp(1.06rem, 1.5vw, 1.22rem);
	line-height: 1.55;
}

.floo-section {
	padding: clamp(58px, 8vw, 112px) clamp(24px, 7vw, 100px);
}

.floo-songs {
	max-width: 760px;
}

.floo-song-list {
	margin: 1.1rem 0 1.45rem;
}

.floo-song {
	border-bottom: 1px solid color-mix(in srgb, var(--floo-ink) 34%, transparent);
}

.floo-song > button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 1.05rem 0;
	border: 0;
	background: transparent;
	color: var(--floo-ink);
	cursor: pointer;
	font-family: var(--floo-serif);
	font-size: clamp(1.24rem, 2vw, 1.6rem);
	text-align: left;
}

.floo-song > button i {
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 10px solid currentColor;
}

.floo-song.is-playing > button {
	color: var(--floo-accent);
}

.floo-song.is-playing > button i {
	width: 11px;
	height: 14px;
	border: 0;
	border-right: 3px solid currentColor;
	border-left: 3px solid currentColor;
}

.floo-song__player {
	padding: 0 0 1rem;
}

.floo-song__player iframe,
.floo-song__player audio {
	display: block;
	width: 100%;
	min-height: 84px;
	border: 0;
}

.floo-songs > .floo-arrow-link {
	margin-top: 0.7rem;
	margin-right: 1.4rem;
}

.floo-media {
	padding-top: 0;
}

.floo-media__preview {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: center;
	gap: clamp(16px, 3vw, 44px);
	max-width: 1180px;
	margin: 2rem auto 2.5rem;
	padding: 1rem;
}

.floo-media__preview img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 4.6;
	object-fit: cover;
	background: #fff;
	box-shadow: 0 14px 35px rgb(23 60 80 / 12%);
}

.floo-media__preview img:nth-child(1) {
	transform: rotate(-4deg) translateY(1.25rem);
}

.floo-media__preview img:nth-child(2) {
	transform: rotate(2.2deg) translateY(-0.7rem);
}

.floo-media__preview img:nth-child(3) {
	transform: rotate(4deg) translateY(1.15rem);
}

.floo-media__links {
	display: flex;
	gap: 2rem;
}

.floo-blog {
	padding: 38px clamp(24px, 7vw, 100px) 42px;
	background: color-mix(in srgb, var(--floo-coast) 32%, var(--floo-paper));
}

.floo-blog h2 {
	margin-bottom: 0.75rem;
}

.floo-blog > a {
	display: flex;
	align-items: baseline;
	gap: 0.85rem;
	width: fit-content;
	text-decoration: none;
}

.floo-blog strong {
	font-family: var(--floo-serif);
	font-size: clamp(1.4rem, 2.4vw, 2rem);
	font-weight: 400;
}

.floo-blog span {
	font-size: 0.86rem;
}

.floo-contact {
	min-height: 410px;
	padding: clamp(70px, 10vw, 145px) clamp(24px, 8vw, 120px) 70px;
}

.floo-contact h2 {
	max-width: 780px;
	margin-bottom: 1.2rem;
	font-size: clamp(3.35rem, 7vw, 7.2rem);
}

.floo-contact > a {
	display: block;
	width: fit-content;
	margin: 0 0 1rem;
}

.floo-footer {
	display: flex;
	justify-content: center;
	gap: 0.8rem;
	padding: 20px 24px 28px;
	font-size: 0.82rem;
}

.floo-dialog {
	width: min(1120px, calc(100vw - 40px));
	max-height: calc(100vh - 40px);
	padding: clamp(28px, 4.5vw, 64px);
	border: 0;
	background: var(--floo-paper);
	color: var(--floo-ink);
	box-shadow: 0 28px 90px rgb(10 30 40 / 30%);
}

.floo-dialog::backdrop {
	background: rgb(23 60 80 / 44%);
	backdrop-filter: blur(4px);
}

.floo-dialog__close {
	position: absolute;
	top: 15px;
	right: 18px;
	z-index: 5;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--floo-ink);
	cursor: pointer;
	font-family: var(--floo-serif);
	font-size: 2.2rem;
	font-weight: 300;
	line-height: 1;
}

.floo-engage {
	display: none;
	grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1.14fr);
	gap: clamp(34px, 7vw, 90px);
}

.floo-engage[open] {
	display: grid;
}

.floo-engage__intro h2 {
	margin: 1rem 0 1.35rem;
	font-size: clamp(3rem, 5.8vw, 5.8rem);
}

.floo-engage__intro > p:not(.floo-kicker) {
	font-family: var(--floo-serif);
	font-size: 1.35rem;
	line-height: 1.4;
}

.floo-contact-form {
	display: grid;
	align-content: start;
	gap: 1.2rem;
}

.floo-contact-form > label:not(.floo-consent) {
	display: grid;
	gap: 0.35rem;
}

.floo-contact-form label > span:first-child {
	font-size: 0.87rem;
}

.floo-contact-form input:not([type="checkbox"]),
.floo-contact-form textarea {
	width: 100%;
	padding: 0.75rem 0.1rem;
	border: 0;
	border-bottom: 1px solid color-mix(in srgb, var(--floo-ink) 50%, transparent);
	border-radius: 0;
	background: transparent;
	color: var(--floo-ink);
}

.floo-contact-form textarea {
	resize: vertical;
}

.floo-consent {
	display: grid;
	grid-template-columns: 1.1rem 1fr;
	gap: 0.65rem;
	align-items: start;
	font-size: 0.78rem;
	line-height: 1.45;
}

.floo-consent input {
	margin: 0.15rem 0 0;
	accent-color: var(--floo-accent);
}

.floo-submit {
	justify-self: start;
	padding: 0.8rem 1.2rem;
	border: 1px solid var(--floo-ink);
	background: transparent;
	color: var(--floo-ink);
	cursor: pointer;
}

.floo-submit:hover,
.floo-submit:focus-visible {
	border-color: var(--floo-accent);
}

.floo-submit:disabled {
	cursor: wait;
	opacity: 0.55;
}

.floo-form-status {
	min-height: 2.7em;
	margin: 0;
	color: var(--floo-accent);
	font-family: var(--floo-serif);
	font-size: 1.15rem;
	line-height: 1.35;
	white-space: pre-line;
}

.floo-gallery,
.floo-videos,
.floo-audio-collection {
	display: none;
	width: min(1220px, calc(100vw - 40px));
}

.floo-gallery[open],
.floo-videos[open],
.floo-audio-collection[open] {
	display: block;
}

.floo-videos > h2,
.floo-audio-collection > h2 {
	margin: 0 0 1.2rem;
	font-size: clamp(2.6rem, 5vw, 4.8rem);
}

.floo-audio-collection {
	width: min(900px, calc(100vw - 40px));
}

.floo-audio-collection__player {
	min-height: 360px;
	margin-bottom: 1.5rem;
	background: color-mix(in srgb, var(--floo-coast) 22%, var(--floo-paper));
}

.floo-audio-collection__player iframe {
	display: block;
	width: 100%;
	min-height: 520px;
	border: 0;
}

/* Fotogalerie 1.2.4: fester Galerierahmen, feste Bildbühne, Liste links. */
.floo-gallery {
	position: relative;
	width: min(1540px, calc(100vw - 56px));
	height: min(840px, calc(100vh - 48px));
	max-height: calc(100vh - 48px);
	padding: clamp(30px, 3vw, 48px);
	overflow: hidden;
}

.floo-gallery__mobile-brand,
.floo-gallery__stripes {
	pointer-events: none;
}

.floo-gallery__mobile-brand {
	display: none;
}

.floo-gallery__stripes {
	position: absolute;
	top: 140px;
	right: 14px;
	bottom: 0;
	width: 40px;
	background: repeating-linear-gradient(90deg, color-mix(in srgb, var(--floo-coast) 78%, transparent) 0 9px, transparent 9px 19px);
	opacity: 0.78;
}

.floo-gallery__stage {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(230px, 0.34fr) minmax(0, 1fr) minmax(270px, 0.42fr);
	grid-template-rows: minmax(0, 1fr);
	gap: clamp(24px, 2.6vw, 42px);
	width: 100%;
	height: 100%;
	margin: 0;
	padding-right: 28px;
	min-height: 0;
}

.floo-gallery__visual {
	display: flex;
	min-width: 0;
	min-height: 0;
	height: 100%;
	flex-direction: column;
	grid-column: 2;
	grid-row: 1;
}

.floo-gallery__label {
	flex: 0 0 auto;
	align-self: flex-start;
	margin: 0 0 1rem;
	padding-bottom: 0.24rem;
	border-bottom: 1px solid var(--floo-ink);
	font-family: var(--floo-sans);
	font-size: 1.05rem;
	font-weight: 400;
	line-height: 1.2;
}

.floo-gallery__image-wrap {
	position: relative;
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 0;
	background: color-mix(in srgb, var(--floo-coast) 10%, var(--floo-paper));
	overflow: hidden;
}

.floo-gallery__image-wrap > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center !important;
}

.floo-gallery__arrows {
	flex: 0 0 54px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0;
}

.floo-gallery__arrows button {
	min-width: 58px;
	height: 48px;
	padding: 0 0.35rem;
	border: 0;
	background: transparent;
	color: var(--floo-ink);
	cursor: pointer;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1;
}

.floo-gallery__arrows button:hover,
.floo-gallery__arrows button:focus-visible {
	color: var(--floo-accent);
}

.floo-gallery__info {
	display: flex;
	min-width: 0;
	min-height: 0;
	flex-direction: column;
	align-self: stretch;
	grid-column: 3;
	grid-row: 1;
	padding-top: 4.1rem;
	font-family: var(--floo-serif);
}

.floo-gallery__copy {
	padding: 0 0 1.35rem;
	border-bottom: 1px solid color-mix(in srgb, var(--floo-accent) 72%, transparent);
}

.floo-gallery__copy > strong {
	display: block;
	max-width: 12ch;
	font-size: clamp(2.3rem, 3.7vw, 4.2rem);
	font-weight: 400;
	line-height: 0.98;
}

.floo-gallery__copy > p {
	margin: 1.05rem 0 0;
	font-family: var(--floo-sans);
	font-size: 1rem;
	line-height: 1.52;
	white-space: pre-line;
}

.floo-gallery__copy > span {
	display: block;
	margin-top: 1rem;
	font-family: var(--floo-sans);
	font-size: 0.88rem;
	line-height: 1.4;
}

.floo-gallery__copy > p:empty,
.floo-gallery__copy > span:empty {
	display: none;
}

.floo-gallery__list {
	display: grid;
	grid-column: 1;
	grid-row: 1;
	align-content: start;
	width: 100%;
	height: 100%;
	min-height: 0;
	gap: 0.65rem;
	margin: 0;
	padding: 4.1rem 0.45rem 0.25rem 0.15rem;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.floo-gallery__list button {
	display: grid;
	grid-template-columns: 9px 100px minmax(0, 1fr);
	gap: 0.6rem;
	align-items: center;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--floo-ink);
	text-align: left;
	cursor: pointer;
	opacity: 0.74;
}

.floo-gallery__list button[aria-current="true"] {
	opacity: 1;
}

.floo-gallery__dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: transparent;
}

.floo-gallery__list button[aria-current="true"] .floo-gallery__dot {
	background: var(--floo-accent);
}

.floo-gallery__thumb {
	display: grid;
	place-items: center;
	width: 100px;
	height: 68px;
	background: color-mix(in srgb, var(--floo-coast) 12%, var(--floo-paper));
	overflow: hidden;
}

.floo-gallery__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center !important;
}

.floo-gallery__item-copy {
	display: grid;
	gap: 0.18rem;
	min-width: 0;
}

.floo-gallery__item-copy strong {
	font-family: var(--floo-serif);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.08;
}

.floo-gallery__item-copy small {
	font-family: var(--floo-sans);
	font-size: 0.72rem;
	line-height: 1.25;
}

.floo-videos__layout {
	display: grid;
	grid-template-columns: minmax(190px, 0.28fr) minmax(0, 0.72fr);
	gap: clamp(22px, 3vw, 45px);
}

.floo-video-list {
	display: grid;
	align-content: start;
	gap: 0.75rem;
	max-height: 66vh;
	padding: 0.2rem 0.6rem 0.2rem 0.2rem;
	overflow-y: auto;
}

.floo-video-list button {
	display: grid;
	grid-template-columns: 92px 1fr;
	gap: 0.75rem;
	align-items: center;
	width: 100%;
	padding: 0.5rem;
	border: 0;
	border-left: 3px solid transparent;
	background: transparent;
	color: var(--floo-ink);
	cursor: pointer;
	text-align: left;
}

.floo-video-list button.is-text-only {
	grid-template-columns: 1fr;
}

.floo-video-list button[aria-current="true"] {
	border-left-color: var(--floo-accent);
	background: color-mix(in srgb, var(--floo-coast) 28%, transparent);
}

.floo-video-list img {
	display: block;
	width: 92px;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.floo-video-list span,
.floo-video-list strong,
.floo-video-list small {
	display: block;
}

.floo-video-list strong {
	font-family: var(--floo-serif);
	font-size: 1.05rem;
	font-weight: 500;
}

.floo-video-list small {
	margin-top: 0.18rem;
	font-size: 0.72rem;
	line-height: 1.3;
}

.floo-video-stage__player {
	display: grid;
	place-items: center;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #0e1e27;
	color: #fff;
}

.floo-video-stage__player iframe,
.floo-video-stage__player video {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.floo-video-stage__player p {
	padding: 2rem;
	text-align: center;
}

.floo-video-stage__copy {
	display: grid;
	grid-template-columns: 0.4fr 0.6fr;
	gap: 0.8rem 2.5rem;
	padding-top: 1.25rem;
}

.floo-video-stage__copy h3 {
	margin: 0;
	font-family: var(--floo-serif);
	font-size: 1.65rem;
	font-weight: 500;
}

.floo-video-stage__copy p {
	grid-column: 2;
	grid-row: 1 / span 2;
	margin: 0;
	line-height: 1.5;
	white-space: pre-line;
}

.floo-video-stage__copy a {
	grid-column: 1;
}

.floo-reading-page {
	min-height: 100vh;
}

.floo-reading-page .floo-header {
	min-height: 112px;
}

.floo-reading-page main {
	position: relative;
}

.floo-article__head {
	position: relative;
	min-height: 490px;
	padding: clamp(55px, 8vw, 105px) clamp(24px, 9vw, 138px) clamp(75px, 11vw, 145px);
	isolation: isolate;
}

.floo-article__head::after {
	position: absolute;
	inset: 0 0 0 46%;
	z-index: -2;
	background: repeating-linear-gradient(90deg, color-mix(in srgb, var(--floo-coast) 70%, transparent) 0 24px, transparent 24px 58px);
	mask-image: linear-gradient(90deg, transparent, #000 36%);
	content: "";
}

.floo-article__head-inner {
	position: relative;
	z-index: 2;
	max-width: 820px;
}

.floo-article__head h1 {
	font-size: clamp(4rem, 9vw, 9.5rem);
}

.floo-article__subtitle {
	max-width: 650px;
	margin: 1.3rem 0 0;
	color: var(--floo-accent);
	font-family: var(--floo-serif);
	font-size: clamp(1.4rem, 2.5vw, 2.3rem);
	line-height: 1.3;
}

.floo-article__meta {
	margin: 1rem 0 0;
	font-size: 0.84rem;
	letter-spacing: 0.04em;
}

.floo-article__hero {
	position: relative;
	z-index: 2;
	width: min(1140px, calc(100% - 48px));
	margin: clamp(-105px, -8vw, -65px) auto 0;
	transform: rotate(-0.8deg);
	box-shadow: 0 24px 65px rgb(23 60 80 / 14%);
}

.floo-article__hero img {
	display: block;
	width: 100%;
	max-height: 680px;
	object-fit: cover;
}

.floo-article__content {
	width: min(700px, calc(100% - 48px));
	margin: clamp(60px, 9vw, 120px) auto;
	font-family: var(--floo-serif);
	font-size: clamp(1.23rem, 1.7vw, 1.46rem);
	line-height: 1.68;
}

.floo-article__content > p:first-child::first-letter {
	float: left;
	margin: 0.05em 0.1em -0.08em 0;
	color: var(--floo-accent);
	font-size: 4.2em;
	line-height: 0.78;
}

.floo-article__content h2,
.floo-article__content h3 {
	margin: 2.2em 0 0.55em;
	font-family: var(--floo-serif);
	font-weight: 500;
	line-height: 1.12;
}

.floo-article__content blockquote {
	width: min(860px, calc(100vw - 48px));
	margin: 2.2em 0 2.2em 50%;
	padding: 0.4em 0 0.4em 1.2em;
	transform: translateX(-50%) rotate(-1deg);
	border-left: 4px solid var(--floo-accent);
	color: var(--floo-accent);
	font-size: 1.45em;
	line-height: 1.3;
}

.floo-article__content img {
	max-width: 100%;
	height: auto;
}

.floo-post-nav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	width: min(900px, calc(100% - 48px));
	margin: 0 auto 80px;
	padding-top: 2rem;
	border-top: 1px solid color-mix(in srgb, var(--floo-ink) 28%, transparent);
}

.floo-post-nav a {
	display: grid;
	gap: 0.35rem;
	text-decoration: none;
}

.floo-post-nav a:last-child {
	text-align: right;
}

.floo-post-nav small {
	color: var(--floo-accent);
}

.floo-page {
	width: min(760px, calc(100% - 48px));
	margin: 60px auto 100px;
	font-family: var(--floo-serif);
	font-size: 1.2rem;
	line-height: 1.65;
}

.floo-page h1 {
	margin-bottom: 0.75em;
	font-size: clamp(3.5rem, 8vw, 7rem);
}

@media (max-width: 900px) {
	.floo-hero {
		grid-template-columns: minmax(280px, 0.88fr) minmax(350px, 1.12fr);
		min-height: 680px;
	}

	.floo-hero h1 {
		font-size: clamp(5.4rem, 12vw, 7.6rem);
	}

	.floo-engage {
		grid-template-columns: 1fr;
	}

	.floo-videos__layout {
		grid-template-columns: 1fr;
	}

	.floo-video-stage {
		order: -1;
	}

	.floo-video-list {
		display: flex;
		max-height: none;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: inline proximity;
	}

	.floo-video-list button {
		flex: 0 0 220px;
		grid-template-columns: 78px 1fr;
		border-top: 3px solid transparent;
		border-left: 0;
		scroll-snap-align: center;
	}

	.floo-video-list button.is-text-only {
		grid-template-columns: 1fr;
	}

	.floo-video-list button[aria-current="true"] {
		border-top-color: var(--floo-accent);
	}

	.floo-video-list img {
		width: 78px;
	}
}

@media (max-width: 680px) {
	body {
		background: var(--floo-paper);
	}

	.floo-site {
		box-shadow: none;
	}

	.floo-header {
		min-height: 86px;
		padding: 14px 18px 0;
	}

	.floo-logo {
		width: 64px;
		height: 64px;
	}

	.floo-header nav {
		gap: 0.55rem;
		font-size: 0.84rem;
	}

	.floo-hero {
		display: block;
		min-height: 770px;
		margin-top: -86px;
		padding: 122px 22px 0;
	}

	.floo-hero__stripes {
		left: 32%;
		opacity: 0.92;
	}

	.floo-hero__copy {
		padding: 0;
	}

	.floo-hero h1 {
		max-width: 3.5em;
		margin-bottom: 0.95rem;
		font-size: clamp(5.2rem, 25vw, 7.6rem);
		line-height: 0.73;
	}

	.floo-kicker {
		font-size: 0.98rem;
	}

	.floo-hero__sentence {
		max-width: 19rem;
		margin: 1.55rem 0 1.45rem;
		font-size: 1.28rem;
	}

	.floo-hero__portrait {
		position: absolute;
		top: auto;
		right: -120px;
		bottom: 0;
		left: 42px;
		height: 505px;
		min-height: 0;
	}

	.floo-hero__portrait img {
		width: 100%;
		height: 100%;
		object-position: center bottom;
	}

	.floo-current,
	.floo-section,
	.floo-blog,
	.floo-contact {
		padding-right: 22px;
		padding-left: 22px;
	}

	.floo-current h2,
	.floo-section h2,
	.floo-blog h2 {
		font-size: 3.2rem;
	}

	.floo-media__preview {
		gap: 8px;
		margin-right: -18px;
		margin-left: -18px;
		padding: 0;
	}

	.floo-media__preview img {
		aspect-ratio: 3 / 4;
	}

	.floo-media__links {
		gap: 1.35rem;
	}

	.floo-blog > a {
		display: grid;
		gap: 0.3rem;
	}

	.floo-contact h2 {
		font-size: clamp(3.35rem, 15vw, 5rem);
	}

	.floo-dialog {
		width: calc(100vw - 20px);
		max-height: calc(100vh - 20px);
		padding: 28px 18px;
	}

	.floo-videos > h2,
	.floo-audio-collection > h2 {
		font-size: 3.2rem;
	}

	.floo-audio-collection__player,
	.floo-audio-collection__player iframe {
		min-height: 440px;
	}

	.floo-gallery {
		width: calc(100vw - 20px);
		height: calc(100dvh - 20px);
		max-height: calc(100dvh - 20px);
		padding: 18px 0 24px;
		overflow-y: auto;
	}

	.floo-gallery .floo-dialog__close {
		top: 19px;
		right: 14px;
	}

	.floo-gallery__mobile-brand {
		display: block;
		height: 58px;
		padding: 0 18px;
	}

	.floo-gallery__mobile-brand img {
		display: block;
		width: 46px;
		height: 46px;
		object-fit: contain;
	}

	.floo-gallery__stripes {
		top: auto;
		right: 10px;
		bottom: 0;
		height: 210px;
		width: 32px;
	}

	.floo-gallery__stage {
		display: flex;
		flex-direction: column;
		height: auto;
		min-height: 0;
		padding-right: 0;
		gap: 0;
	}

	.floo-gallery__visual {
		display: flex;
		flex-direction: column;
		height: auto;
		min-height: 0;
		order: 1;
	}

	.floo-gallery__image-wrap {
		order: 1;
		flex: 0 0 min(46vh, 430px);
		height: min(46vh, 430px);
		min-height: 260px;
		background: color-mix(in srgb, var(--floo-coast) 8%, var(--floo-paper));
	}

	.floo-gallery__label {
		order: 2;
		margin: 1rem 18px 0;
		font-size: 0.95rem;
	}

	.floo-gallery__arrows {
		order: 3;
		flex-basis: 48px;
		margin: 0 18px;
		width: calc(100% - 36px);
	}

	.floo-gallery__arrows button {
		min-width: 46px;
		height: 42px;
		font-size: 1.7rem;
	}

	.floo-gallery__info {
		order: 2;
		padding: 1.2rem 46px 0 18px;
	}

	.floo-gallery__copy {
		padding-bottom: 1rem;
	}

	.floo-gallery__copy > strong {
		max-width: 13ch;
		font-size: clamp(2.2rem, 10vw, 3.1rem);
	}

	.floo-gallery__copy > p {
		margin-top: 0.7rem;
		font-size: 0.92rem;
	}

	.floo-gallery__copy > span {
		margin-top: 0.7rem;
		font-size: 0.8rem;
	}

	.floo-gallery__list {
		order: 3;
		display: grid;
		height: auto;
		max-height: 330px;
		margin: 1rem 46px 0 18px;
		padding: 0 0.25rem 0 0;
	}

	.floo-gallery__list button {
		grid-template-columns: 8px 96px minmax(0, 1fr);
		gap: 0.55rem;
	}

	.floo-gallery__thumb {
		width: 96px;
		height: 62px;
	}

	.floo-gallery__item-copy strong {
		font-size: 0.98rem;
	}

	.floo-gallery__item-copy small {
		font-size: 0.72rem;
	}

	.floo-video-stage__copy {
		grid-template-columns: 1fr;
	}

	.floo-video-stage__copy p,
	.floo-video-stage__copy a {
		grid-column: 1;
		grid-row: auto;
	}

	.floo-video-list {
		margin-right: -18px;
		margin-left: -18px;
		padding-right: 18px;
		padding-left: 18px;
	}

	.floo-article__head {
		min-height: 390px;
		padding: 60px 24px 105px;
	}

	.floo-article__head h1 {
		font-size: clamp(3.5rem, 16vw, 6rem);
	}

	.floo-article__hero {
		width: calc(100% - 28px);
		margin-top: -70px;
	}

	.floo-article__content {
		width: calc(100% - 42px);
		margin: 55px auto 75px;
		font-size: 1.18rem;
	}

	.floo-article__content blockquote {
		width: calc(100vw - 40px);
		font-size: 1.28em;
	}

	.floo-post-nav {
		grid-template-columns: 1fr;
		width: calc(100% - 42px);
	}

	.floo-post-nav a:last-child {
		text-align: left;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
	}
}
