@font-face {
	font-family: "SohneBuch";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: local("SohneBuch"), local("SohneBuch"), url("../fonts/Sohne-Buch.woff2") format("woff2"), url("../fonts/Sohne-Buch.woff") format("woff");
}
@font-face {
	font-family: "SohneKraftig";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: local("SohneKraftig"), local("SohneKraftig"), url("../fonts/Sohne-Kraftig.woff2") format("woff2"), url("../fonts/Sohne-Kraftig.woff") format("woff");
}
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}

body {
	margin: 0;
	color: #4e2d2e;
	background: #fff;
}

input[type=submit],
input[type=button],
button,
a {
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
	transition: 200ms;
	cursor: pointer;
}

img {
	height: auto;
	max-width: 100%;
	transition: 200ms;
	transition-property: opacity;
	vertical-align: middle;
}
img[data-src] {
	position: absolute;
	opacity: 0;
}

article,
aside,
figure,
footer,
header,
main,
nav {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
p,
blockquote,
embed,
fieldset,
figure,
iframe,
img,
legend,
object {
	padding: 0;
	border: 0;
	margin: 0;
}

html {
	font: normal 400 100%/1.25 "SohneKraftig", Helvetica, Arial, sans-serif;
}

.font\:buch {
	font-family: "SohneBuch", sans-serif;
}

.text\:1 {
	font-size: 0.8125rem;
}
.text\:2 {
	font-size: 0.59375rem;
}
.text\:3 {
	font-size: 1rem;
	line-height: 1.175;
}

a {
	text-decoration: none;
	color: #4e2d2e;
}
a:hover {
	color: inherit;
}
a[href^="mailto:"], a[href^="tel:"] {
	white-space: nowrap;
}

.screen-reader-text {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0;
	border: 0;
	margin: 0;
	clip: rect(1px, 1px, 1px, 1px);
}

.about {
	padding: 4.375rem 0 4.25rem 0;
	position: relative;
}
.about > .grid {
	row-gap: 1.25rem;
}
.about__colon {
	fill: #c0c7d5;
	position: absolute;
	width: 1.5625rem;
	left: 1.5625rem;
	top: 60%;
	transform: translateY(-50%);
}
.about__colon path {
	fill: #c0c7d5;
}
.about::selection {
	background: #c0c7d5;
	color: #404735;
}

.gallery {
	padding: 1.375rem 0;
	cursor: url("../images/arrow-left.svg"), auto;
}
.gallery header {
	align-items: baseline;
	grid-column-start: 1;
	grid-column-end: 13;
	margin: 0 0 2.875rem 0;
	width: 100%;
}
.gallery .swiper-pagination {
	top: auto;
	bottom: auto;
	position: absolute;
	left: auto;
	right: 1.5625rem;
}
.gallery h2 {
	white-space: nowrap;
}
.gallery .swiper {
	mix-blend-mode: multiply;
	margin: 0 0 2.5rem 0;
	width: 100%;
	grid-column-start: 1;
	grid-column-end: 13;
}
.gallery ::selection {
	background: #4e2d2e;
	color: #c0c7d5;
}
.gallery__name {
	grid-column-start: 1;
	grid-column-end: 5;
}
.gallery__caption {
	grid-column-start: 5;
	grid-column-end: 13;
}
.gallery__detail {
	text-align: right;
	grid-column-start: 10;
	grid-column-end: 13;
}

.cursor-right .gallery {
	cursor: url("../images/arrow-right.svg"), auto;
}

.lead {
	padding: 13.4375rem 0 2.125rem 0;
	position: relative;
}
.lead__logo {
	margin: 0 auto;
	display: block;
	width: 12.5rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 5.75rem;
}
.lead__colon {
	position: relative;
	width: 1.5625rem;
}
.lead__images, .lead__logo, .lead__colon {
	transition: opacity 1000ms ease;
	opacity: 0;
}
.lead__images .lead__image {
	width: 39.4vw;
}
.lead__images .lead__image:last-child {
	margin: 0 auto;
}
.lead figure {
	margin: 0.375rem 0 0 0;
}
.lead figure .prefix {
	width: 5rem;
}
.lead__about {
	margin: 3rem 0 0 0;
}
.lead__about--heading, .lead__about--content {
	grid-column-start: 1;
	grid-column-end: 13;
}
.lead__about--content > *:not(:first-child):not(ul):not(li) {
	text-indent: 2.625rem;
}
.lead__about--images {
	margin: 7rem 0 0 0;
}
.lead::selection {
	background: #4e2d2e;
	color: #c0c7d5;
}

.show-logo .lead__logo {
	opacity: 1;
}
.show-colon .lead__colon {
	opacity: 1;
}
.show-header .site-header {
	opacity: 1;
}
.show-images .lead__images {
	opacity: 1;
}

.site-footer {
	flex-direction: column;
	padding: 1.125rem 0;
	position: relative;
}
.site-footer ::selection {
	background: #e8774b;
	color: #4e2d2e;
}
.site-footer__logo {
	top: auto;
	width: 12.5rem;
	margin: 0 auto;
}
.site-footer__logo path, .site-footer__colon path {
	fill: #e8774b;
}
.site-footer__colon {
	width: 1.5625rem;
}
.site-footer__strap {
	grid-column-start: 7;
	grid-column-end: 13;
}
.site-footer__heading {
	grid-column-start: 1;
	grid-column-end: 13;
}
.site-footer__contact {
	grid-column-start: 10;
	grid-column-end: 13;
}
.site-footer .grid + .grid {
	align-items: flex-end;
}

.site-header {
	padding: 1.125rem 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 2;
	transition: opacity 750ms ease;
	opacity: 0;
}
.site-header ::selection {
	background: #4e2d2e;
	color: #c0c7d5;
}

.text-section {
	display: grid;
	grid-column-start: 1;
	grid-column-end: 13;
	row-gap: 1.25rem;
}
.text-section__subsections > div:not(:last-child) {
	margin: 0 0 1.5rem 0;
}

.ar {
	position: relative;
	overflow: hidden;
}
.ar\:square {
	aspect-ratio: 1/1;
}
.ar\:landscape {
	aspect-ratio: 1266/862;
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
:root {
	--swiper-theme-color: #007aff;
	/*
	--swiper-preloader-color: var(--swiper-theme-color);
	--swiper-wrapper-transition-timing-function: initial;
	*/
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
	display: block;
}

.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
	touch-action: pan-y;
}

.swiper-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	-webkit-scroll-snap-type: x mandatory;
	        scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	-webkit-scroll-snap-type: y mandatory;
	        scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	-webkit-scroll-snap-type: none;
	        scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: "";
	flex-shrink: 0;
	order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	        margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	        margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

:root {
	--swiper-navigation-size: 44px;
	/*
	--swiper-navigation-top-offset: 50%;
	--swiper-navigation-sides-offset: 10px;
	--swiper-navigation-color: var(--swiper-theme-color);
	*/
}

/* Navigation font end */
.swiper-pagination {
	position: relative;
	text-align: right;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
}

/* Fraction */
.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

/* a11y */
.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.bg\:body {
	background: #23282D;
}
.bg\:blue {
	background: #c0c7d5;
}
.bg\:green {
	background: #404735;
}
.bg\:brown {
	background: #4e2d2e;
}
.bg\:orange {
	background: #e8774b;
}

.colour\:body {
	color: #23282D;
}
.colour\:blue {
	color: #c0c7d5;
}
.colour\:green {
	color: #404735;
}
.colour\:brown {
	color: #4e2d2e;
}
.colour\:orange {
	color: #e8774b;
}

.contain {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	background-size: contain;
}

.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-size: cover;
}

.flex {
	display: flex;
}

.grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 1.25rem;
}

.lock {
	overflow: hidden;
}

[data-reveal] {
	opacity: 0;
	transition: opacity 750ms ease;
	transition-delay: 500ms;
}

[data-reveal=revealed] {
	opacity: 1;
}

.spacious {
	justify-content: space-between;
}

.underline {
	text-decoration: underline;
	text-underline-offset: 0.25rem;
}

.wrap {
	padding: 0 1.125rem;
}

.has-js :focus {
	outline: none;
}
.has-tab-focus :focus {
	outline: 2px auto;
}
@media screen and (min-width: 860px) {
	.text\:1 {
		font-size: 1.09375rem;
	}
	.text\:2 {
		font-size: 0.71875rem;
	}
	.text\:3 {
		font-size: 1.625rem;
	}
	.about {
		padding: 6rem 0 21.875rem 0;
	}
	.about > .grid {
		row-gap: 3.75rem;
	}
	.about__colon {
		top: 50%;
		width: 2.125rem;
		left: 1.5625rem;
	}
	.gallery {
		padding: 2.125rem 0;
	}
	.gallery > .wrap:first-child + .grid {
		margin: 0 auto;
		width: 80%;
	}
	.gallery header,
.gallery .swiper {
		grid-column-start: 4;
		grid-column-end: 10;
	}
	.gallery__name {
		grid-column-start: 2;
		grid-column-end: 5;
	}
	.gallery__caption {
		grid-column-start: 5;
		grid-column-end: 10;
	}
	.lead {
		padding: 9.375rem 0 12.5rem 0;
	}
	.lead__logo {
		top: 8.25rem;
		width: 22.75rem;
	}
	.lead__colon {
		width: 2.125rem;
	}
	.lead__images .lead__image {
		width: 27.41vw;
	}
	.lead__images .lead__image:first-child {
		margin: 9.1875rem 0 0 0;
	}
	.lead__images .lead__image:nth-child(2) {
		margin: 29.6875rem 0 0 0;
	}
	.lead__images .lead__image:last-child {
		margin: -1.375rem 0 0 0;
	}
	.lead figure {
		margin: 0.5rem 0 0 0;
	}
	.lead__about {
		margin: 10.625rem 0 0 0;
	}
	.lead__about--heading {
		grid-column-start: 1;
		grid-column-end: 4;
	}
	.lead__about--content {
		grid-column-start: 4;
		grid-column-end: 13;
	}
	.lead__about--content > *:not(:first-child):not(ul):not(li) {
		text-indent: 3.5rem;
	}
	.site-footer {
		min-height: 100svh;
		padding: 1.5625rem 0;
	}
	.site-footer .wrap.mobile + .grid {
		align-items: baseline;
	}
	.site-footer__logo {
		margin: 0;
		grid-column-start: 1;
		grid-column-end: 5;
		max-width: 22.75rem;
		width: 100%;
	}
	.site-footer__colon {
		left: auto;
		right: 1.5625rem;
		top: auto;
		bottom: 1.5625rem;
		position: absolute;
		width: 2.125rem;
	}
	.site-footer__heading {
		grid-column-start: 4;
		grid-column-end: 10;
	}
	.site-header {
		padding: 1.5625rem 0 0 0;
	}
	.text-section {
		grid-template-columns: repeat(9, 1fr);
		gap: 1.25rem;
		grid-column-start: 4;
		grid-column-end: 13;
	}
	.text-section header {
		grid-column-start: 1;
		grid-column-end: 4;
	}
	.text-section__subsections {
		grid-column-start: 4;
		grid-column-end: 10;
	}
	.mobile {
		display: none;
	}
	.wrap {
		padding: 0 1.5625rem;
	}
}
@media screen and (min-width: 860px) and (min-width: 860px) {
	.lead__about--content {
		padding: 0 4rem 0 0;
	}
}
@media screen and (max-width: 860px) {
	.about__colon {
		display: none;
	}
	.lead__images {
		flex-direction: column;
	}
	.lead__images .lead__image:first-child {
		margin: -2.125rem 0 0 0;
		order: 2;
	}
	.lead__images .lead__image:nth-child(2) {
		order: 1;
		margin: 0 0 0 auto;
	}
	.lead__images .lead__image:last-child {
		order: 3;
		margin: 3.875rem auto 0 auto;
	}
	.lead__about--heading .text\:1 {
		font-size: 1rem;
		line-height: 1.175;
	}
	.lead__about--images .lead__image:last-child {
		margin: -1.125rem 0 0 auto;
	}
	.site-footer .wrap.mobile + .grid {
		display: block;
		align-items: center;
		align-content: center;
	}
	.site-footer .wrap.mobile {
		margin: 0 0 2.5rem 0;
	}
	.site-footer__heading {
		margin: 0 0 6.8125rem 0;
	}
	.site-header__title {
		margin: 0 auto;
		text-align: center;
	}
	.text-section:first-child {
		margin: 0 0 2.125rem 0;
	}
	.text-section:not(:first-child) {
		grid-template-columns: 40% 60%;
	}
	.text-section:not(:first-child) * {
		font-size: 0.875rem;
		line-height: 1.2;
	}
	.desktop {
		display: none;
	}
}
@media (hover: hover) {
	.site-footer a:hover {
		color: #c0c7d5;
	}
}
/*# sourceMappingURL=main.css.map */
