html {
	height: 100%;
	font-size: 24px;
}
img.foto {
	width: 100%;
	margin: 0 auto;
	display: block;
}
}

@media only screen and (min-width: 1024px) {
    html {
        font-size: 16px; /* Slightly smaller for smaller screens */
    }
	img.foto {
		width: 40rem;
	}
	
}

.galitem {
	width: 20rem;
	height: 20rem;
	background-size: cover;
	background-repeat: no-repeat;
}

body {
	margin: 0;
	height: 100%;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	background: #d4e7e2;
	color: #463d33;
}

body.promotion-open {
	overflow: hidden;
}

.promotion-popup {
	position: fixed;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
	background: rgba(39, 31, 24, 0.5);
	backdrop-filter: blur(6px);
	z-index: 9999;
}

.promotion-popup.visible {
	display: flex;
}

.promotion-popup-card {
	width: min(100%, 38rem);
	min-height: 27rem;
	background: #ffffff;
	box-shadow: 0 26px 70px rgba(40, 31, 20, 0.16);
	padding: 0;
	position: relative;
	color: #181818;
	border-radius: 0;
	text-align: left;
	overflow: hidden;
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
}

.promotion-popup-card::before {
	display: none;
}

.promotion-popup-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 3.4rem;
	height: 3.4rem;
	border-radius: 0;
	background: #ffffff;
	color: #6f6f6f;
	font-size: 1.9rem;
	line-height: 1;
	border: 2px solid #2d2d2d;
	cursor: pointer;
	z-index: 2;
}

.promotion-popup-art {
	min-height: 100%;
	background: #d8d2c8;
}

.promotion-popup-art img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.promotion-popup-content {
	padding: 2.7rem 2.2rem 1.8rem;
}

.promotion-popup-language {
	display: flex;
	gap: 0.45rem;
	margin: 0 0 1rem;
}

.promotion-popup-language-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(126, 83, 38, 0.35);
	background: rgba(255, 250, 243, 0.9);
	color: var(--accent-deep);
	font: inherit;
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 0.4rem 0.55rem;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.promotion-popup-language-button.is-active {
	background: var(--accent-deep);
	color: #fffaf3;
	border-color: var(--accent-deep);
}

.promotion-popup-card h3 {
	position: relative;
	margin: 0 0 1rem;
	font-size: clamp(2.1rem, 4vw, 2.9rem);
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	line-height: 0.95;
	max-width: 14rem;
	color: #181818;
}

.promotion-popup-card p {
	position: relative;
	margin: 0 0 1.3rem;
	line-height: 1.35;
	font-size: 0.92rem;
	max-width: 15rem;
	color: #2f2f2f;
}

.promotion-popup-form {
	position: relative;
	display: grid;
	gap: 0.8rem;
	margin: 0;
	max-width: 15rem;
}

.promotion-popup-input {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #cfc7bc;
	border-radius: 0;
	padding: 0.85rem 0.95rem;
	font: inherit;
	font-size: 0.95rem;
	color: #4d453d;
	background: #ffffff;
}

.promotion-popup-input::placeholder {
	color: #8b8b8b;
}

.promotion-popup-actions {
	position: relative;
	display: block;
	margin-top: 0;
}

.promotion-popup-button,
.promotion-popup-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.7rem 1.15rem;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.92rem;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	width: 100%;
}

.promotion-popup-button {
	background: #0d0d0d;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.promotion-popup-link {
	display: none;
}

.promotion-popup-note {
	position: relative;
	margin-top: 0.7rem;
	font-size: 0.74rem;
	color: #7a746d;
}

.promotion-popup-feedback {
	position: relative;
	margin-top: 0.7rem;
	font-size: 0.82rem;
	color: #7e5326;
	min-height: 1.2rem;
}

@media only screen and (max-width: 640px) {
	.promotion-popup-card {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.promotion-popup-art {
		height: 10rem;
	}

	.promotion-popup-content {
		padding: 2rem 1.2rem 1.4rem;
	}

	.promotion-popup-card h3,
	.promotion-popup-card p,
	.promotion-popup-form {
		max-width: none;
	}
}

td.event-location {
	color: blue;
}

div#events-detail-content {
	display: flex;
	overflow: auto;
}

td.event-date {}

div#events {
	margin: 1rem;
	/* display: flex; */
}

.detimg {
	width: 100%;
	margin: 0;
	outline: 0;
	border-radius: 0;
	display: block;
	cursor: pointer;
	overflow: hidden;
}

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

.det-grid {
	width: min(100%, 72rem);
	margin: 1.5rem auto 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

#gal-fullscreen {
	display: none;
	position: fixed;
	inset: 0;
	background: rgb(0 0 0 / 95%);
	z-index: 10000;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	padding: 1rem 4.8rem;
	overflow-y: auto;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

#gal-fullscreen img {
	max-width: 100%;
	max-height: none;
	height: auto;
	object-fit: contain;
	margin: 0 auto 2rem;
	display: block;
}

.fullscreen-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3.2rem;
	height: 3.2rem;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 250, 243, 0.88) !important;
	color: var(--accent-deep) !important;
	font-size: 2rem;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
}

.fullscreen-prev {
	left: 1rem;
}

.fullscreen-next {
	right: 1rem;
}

.fullscreen-header {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 1rem;
	z-index: 2;
	position: sticky;
	top: 0;
	padding: 0.5rem 0 0.75rem;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.35) 70%, transparent 100%);
}

.det-txt {
	width: min(100%, 52rem);
	display: block;
	margin: 0 auto;
	white-space: normal;
	line-height: 1.7;
	background: transparent !important;
	color: var(--text-main) !important;
	padding: 0.2rem 0 0.8rem;
}

.header-text-holder {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-right: 1rem;
}

.detail-back-button {
	width: auto !important;
	min-height: 2.4rem;
	padding: 0.55rem 1rem !important;
	border-radius: 999px;
	background: rgba(255, 250, 243, 0.92) !important;
	color: var(--accent-deep) !important;
	font-size: 0.9rem !important;
	letter-spacing: 0.04em;
	text-transform: none;
	flex-shrink: 0;
}

.det-subh {
	color: #fffaf3;
	font-size: 1rem;
	line-height: 1.3;
}

div#gal-detail-content {
	padding: 0.85rem 1rem 1.5rem;
	flex-grow: 1;
	overflow: visible;
	width: 100%;
	bottom: 0;
	height: auto;
	scroll-behavior: smooth;
}

.footer center {
	padding-bottom: 1rem;
}

.contact-header {
	font-weight: bold;
	margin-left: 1rem;
	margin-bottom: 1rem;
	/* width: fit-content; */
	font-size: 1rem;
}

.contact-form-entry {
	display: inline-block;
	margin-left: 1rem;
}

.contact-form-entry.check {
	display: block;
}

input,body,textarea,button {
	color: #8f8273;
}

.contact {
	text-align: center;
	margin-bottom: 1em;
}

a.form-button {
	color: #fff;
	font-weight: bold;
	padding: 0.3em;
	background: rgb(1 1 1 / 75%);
}

td.event-label {
	font-weight: 500;
}

td.event-label {
}

img#ev1 {
	width: 20rem;
}


.pdfholder {
	text-align:center;
	font-weight: bold;
}

a.pdflink {
	/* margin-left:1rem; */
}

.contact-form button {
	margin-left: 1rem;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.check .contact-form-label {
	display: inline-block;
	width: 6rem;
}

.check .contact-form-value {
	display: inline-block;
}

textarea#cmessage {
	margin: 1rem;
	width: 32em;
}

button {
	border: none;
	cursor: pointer;
	font-size: 1rem;
}
input , textarea {
	font-size: 1rem;
}

button:hover {
	box-shadow: 0 0 17px 1px #000;
	color: white;
}

.mail {
	text-align: center;
	padding-top: 1rem;
	font-size: 1.5rem;
	color: #fff;
}

div#gal {
	padding: 1rem;
	text-align: center;
	clear: left;
}

.galitem-text-main {
	display: none;
}

.galitem:hover {
	filter: grayscale(0%);
	box-shadow: 0 0 20px 3px;
}

.galitem-holder {
	text-align: center;
	width: fit-content;
	height: fit-content;
	display: inline-block;
	margin: 1rem;
	cursor: pointer;
}

.galitem-text {
	display: none;
}

.mtext {
	padding: 1rem;
	text-align: justify;
	font-size: 1rem;
}


.subh-text {
	color: white;
	text-shadow: 2px 2px black;
	font-weight: 100;
	letter-spacing: 0.05rem;
}

div#htextsub {
	font-size: 2rem;
}

div#htext {
	font-size: 3rem;
}

div#gal-detail {
	display: none;
}

td.header-text-holder {
	background: rgba(0,0,0,0.8);
	padding-left: 1rem;
}

td#logo-cell-back {
	width: 15rem;
	background: rgba(0, 0, 0, 0.5);
}

div#gal-detail {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f7f4ee;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 10000;
}

.det-header-holder {
	position: relative !important;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(126, 83, 38, 0.96);
	font-size: 1rem;
	padding: 0.35rem 1rem;
	min-height: 2.8rem;
	height: auto;
}

.header-holder {
	/* background: #00000096; */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.bg {
	background-image : url('gal7/thumbnail/overview.jpg');
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

#logo-cell {
	background-image: url(tk-stof-solo.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 3.8rem;
	height: 3.8rem;
}

.social_icons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-evenly;
	align-items: center;
	padding-top: 1em;
}

.footer , .social-icon ,button {
	background: rgb(1 1 1 / 75%);
}

.social_icon {
	display: inline;
}

ul.social_icons li.social_icon .social-icon {
	height: 3rem;
	top: 0px;
	padding: 0.50rem;
	/* padding-top: 0rem; */
	border-radius: 1rem;
	background-color: #8f8273;
	color: #000;
	width: 3rem;
}

svg {
	width: 50%;
	/* Adjust the size as needed */
	height: 50%;
	/* Adjust the size as needed */
}
.flag{
	margin: 1em;
	width:2em;
	cursor:pointer;
}

.flags{
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

.lang-switcher {
	justify-content: flex-start;
	gap: 0.8rem;
	padding: 0 0 1.2rem;
}

.lang-btn {
	border: 1px solid rgba(79, 71, 61, 0.12);
	background: #f8f1e5;
	color: #4f473d;
	padding: 0.35rem;
	line-height: 0;
	box-shadow: 0 1px 0 rgba(61, 49, 40, 0.08);
}

.lang-btn.active {
	background: #2f5fbf;
	border-color: #2f5fbf;
}

.flag-btn img {
	width: 3rem;
	height: 2rem;
	object-fit: cover;
	display: block;
}

.site-header {
	position: relative;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding: 1.2rem 3rem;
	background: #e9dfcf;
	border-bottom: 1px solid rgba(61, 49, 40, 0.08);
}

.top-nav {
	position: sticky;
	top: 0;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	padding: 1.6rem 5.8rem 1.2rem;
	background: rgb(233 147 0 / 96%);
	border-bottom: 0;
	box-shadow: 0 1px 0 rgba(62, 56, 47, 0.08);
}

.nav-brand {
	font-size: 1.35rem;
	font-weight: 700;
	text-decoration: none;
	color: #111;
	display: inline-flex;
	align-items: center;
	gap: 0.9rem;
	flex-shrink: 0;
	margin-left: -3rem;
}

.nav-logo {
	height: 4.4rem;
	width: auto;
}

.nav-brand-copy {
	display: flex;
	flex-direction: column;
	gap: 0.08rem;
	font-size: 0.72rem;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0.02em;
	color: var(--text-main);
	white-space: nowrap;
}

.nav-brand-copy span:last-child {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 0.9rem;
	font-weight: 600;
}

.site-lang-switch {
	display: inline-flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.3rem;
	margin-left: 1rem;
}

.site-lang-button {
	border: 1px solid rgba(126, 83, 38, 0.18);
	background: rgba(255, 255, 255, 0.55);
	color: var(--text-main);
	border-radius: 999px;
	padding: 0.28rem 0.45rem;
	font-size: 0.62rem;
	letter-spacing: 0.12em;
	line-height: 1;
	min-width: 2.5rem;
	text-align: center;
}

.site-lang-button.active {
	background: var(--accent);
	color: #fffaf3;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
}

.nav-link {
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: #4f473d;
	text-decoration: none;
	font-weight: 400;
	font-size: 0.95rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.nav-link:hover,
.nav-link.active {
	color: #2f5fbf;
}

.brand-panel {
	display: block;
}

.brand-logo-link {
	display: block;
	background: transparent;
}

.header-text-holder {
	display: none;
}

.main-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 1.8rem;
	padding: 0;
	background: transparent;
	justify-content: flex-end;
	align-items: center;
}

.main-nav a {
	color: #4f473d;
	text-decoration: none;
	font-weight: 400;
	font-size: 0.95rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	padding: 0.2rem 0;
	border: none;
}

.main-nav a.active,
.main-nav a:hover {
	color: #2f5fbf;
	background: transparent;
}

.page-shell {
	max-width: 1280px;
	margin: 0 auto;
	padding: 2rem 2rem 3rem;
}

.home-hero-image {
	max-width: 1380px;
	margin: 0 auto 1.5rem;
	overflow: hidden;
}

.home-hero-image img {
	width: 100%;
	height: 24rem;
	display: block;
	object-fit: cover;
}

.showcase {
	display: grid;
	grid-template-columns: minmax(420px, 740px) minmax(420px, 760px);
	gap: 4.5rem;
	align-items: stretch;
	justify-content: center;
	margin: 1rem auto 5rem;
	padding: 2rem 0 0.5rem;
	max-width: 1380px;
}


.hero-card,
.content-card {
	background: rgba(237, 231, 220, 0.92);
	box-shadow: none;
	border: none;
	border-top: 1px solid rgba(127, 107, 76, 0.22);
	padding: 2rem;
	margin-bottom: 1.5rem;
}

.hero-copy {
	font-family: "Crimson Text", serif;
	font-size: 2.4rem;
	line-height: 1.1;
	margin-bottom: 1rem;
	display: none;
}

.page-intro {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.7;
	display: none;
}

.menu-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1rem;
}

.menu-card {
	display: block;
	text-decoration: none;
	color: inherit;
	background: #fff;
	padding: 1.25rem;
	border-top: 4px solid #8f8273;
	box-shadow: 0 12px 24px rgba(61, 49, 40, 0.08);
}

.menu-card h2 {
	margin: 0.4rem 0 0.7rem;
	font-size: 1.4rem;
}

.menu-card p {
	margin: 0;
	line-height: 1.6;
}

.menu-kicker {
	display: inline-block;
	font-size: 0.8rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #8f8273;
}

.story-layout {
	overflow: hidden;
}

.about-card {
	background: rgba(237, 231, 220, 0.92);
	color: #463d33;
	padding: 3rem 3.2rem;
	text-align: left;
	max-width: 47rem;
	justify-self: center;
	height: 100%;
	box-sizing: border-box;
	border-left: 1px solid rgba(127, 107, 76, 0.28);
	min-height: 0;
}

.about-card h1 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: clamp(2.4rem, 4vw, 4rem);
	line-height: 1;
	margin: 0 0 1.25rem;
	color: #463d33;
}

.about-card p,
.about-card #main-text {
	font-size: 1rem;
	line-height: 1.95;
	color: #6a5e52;
}


.portrait-panel {
	display: flex;
	justify-content: center;
	align-items: stretch;
	height: 100%;
}

.portrait-panel .foto {
	width: 84%;
	height: 25rem;
	border-radius: 0;
	object-fit: cover;
	filter: saturate(0.88) contrast(0.96);
	float: none;
	margin: 0;
}

.parallax-frame {
	overflow: hidden;
	position: relative;
}

.home-parallax {
	will-change: transform;
	transform: translate3d(0, 0, 0);
	transition: transform 0.08s linear;
}

.story-language-switch {
	display: flex;
	gap: 0.75rem;
	margin-bottom: 1.5rem;
}

.home-story-switch {
	justify-content: center;
}

.story-lang-button {
	padding: 0.35rem 0.45rem;
	border: 1px solid rgba(127, 107, 76, 0.28);
	background: rgba(255, 255, 255, 0.48);
	color: #463d33;
	font-family: "Poppins", sans-serif;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 0;
	border-radius: 0;
	box-shadow: none;
}

.story-lang-button.active {
	background: #b77331;
	color: #fff;
}

.story-lang-flag {
	display: block;
	width: 1.7rem;
	height: 1.2rem;
	object-fit: cover;
}

.story-lang-panel {
	display: none;
}

.story-lang-panel.active {
	display: block;
}


.gallery-intro h1,
.contact-card h1,
.event-copy h1,
.content-card h1 {
	margin-top: 0;
	font-family: "Poppins", sans-serif;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
}

.contact-card {
	text-align: center;
}

.contact-lead {
	display: block !important;
	max-width: 34rem;
	margin: 0 auto 1.8rem !important;
}

.site-contact-form {
	max-width: 38rem;
	margin: 0 auto;
	display: grid;
	gap: 1rem;
	text-align: left;
}

.contact-field {
	display: grid;
	gap: 0.45rem;
}

.contact-field span {
	font-size: 0.92rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--text-soft);
}

.contact-input {
	width: 100%;
	box-sizing: border-box;
	padding: 1rem 1.05rem;
	border: 1px solid var(--line-soft);
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.74);
	color: var(--text-main);
	font: inherit;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.contact-input::placeholder {
	color: #9d907f;
}

.contact-textarea {
	min-height: 11rem;
	resize: vertical;
}

.contact-submit {
	justify-self: center;
	min-width: 12rem;
	background: var(--accent) !important;
	color: #fffaf3 !important;
	border: 1px solid rgba(126, 83, 38, 0.18);
	box-shadow: var(--shadow-soft);
}

.contact-form-note {
	display: block !important;
	min-height: 1.4rem;
	margin: 0 !important;
	text-align: center;
	font-size: 0.92rem !important;
	color: var(--accent-deep) !important;
}

.contact-panorama-wrap {
	width: 100%;
	margin: 0;
	padding: 0 1rem;
	box-sizing: border-box;
}

.contact-panorama-image {
	display: block;
	width: 100%;
	max-width: 1800px;
	height: auto;
	margin: 0 auto;
	border-radius: 0;
}

.about-page-shell {
	max-width: 1180px;
}

.about-editorial {
	max-width: 980px;
	margin: 0 auto 4rem;
}

.about-editorial-header {
	margin: 0 auto 2rem;
	max-width: 760px;
}

.about-kicker {
	margin: 0 0 0.9rem;
	font-size: 0.8rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--text-soft);
}

.about-editorial-header h1 {
	margin: 0;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-weight: 600;
	font-size: clamp(1.8rem, 4vw, 2.8rem);
	line-height: 1.02;
	letter-spacing: -0.03em;
	color: #352d25;
}

.about-language-switch {
	justify-content: flex-start;
	margin-top: 0;
	margin-bottom: 0;
}

.about-editorial-panel {
	max-width: 980px;
}

.about-copy-block {
	max-width: 760px;
	margin: 0 auto 3rem;
}

.about-copy-block h2 {
	margin: 0 0 1rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2rem, 5vw, 3.1rem);
	font-weight: 600;
	line-height: 1;
	color: #352d25;
}

.about-copy-block p {
	margin: 0 0 1.15rem;
	font-size: 1.06rem;
	line-height: 1.9;
	color: var(--text-soft);
}

.about-lead {
	font-size: clamp(1.28rem, 2vw, 1.7rem) !important;
	line-height: 1.65 !important;
	color: var(--text-main) !important;
}

.about-editorial-figure {
	margin: 0 auto 3rem;
	max-width: 980px;
}

.about-editorial-figure img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 0.3rem;
}

.about-editorial-figure figcaption {
	margin-top: 0.7rem;
	font-size: 0.72rem;
	line-height: 1.4;
	color: var(--accent-deep);
	text-align: left;
}

.about-editorial-figure-small {
	max-width: 760px;
}

.about-links a {
	color: var(--accent-deep);
}

.about-copy-block a {
	color: var(--accent-deep);
}

.gallery-cta {
	display: none;
	margin-top: 1rem;
}

.gallery-cta a {
	color: var(--accent-deep);
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.event-layout {
	display: grid;
	grid-template-columns: minmax(220px, 360px) 1fr;
	gap: 1.5rem;
	align-items: start;
}

.event-poster {
	width: 100%;
	height: auto;
	display: block;
	box-shadow: none;
}

.event-copy .en,
.event-copy .nl,
.event-copy .ua {
	display: none;
	line-height: 1.7;
}

.events-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1rem;
}

.mini-event h2 {
	margin-top: 0.5rem;
	margin-bottom: 0.75rem;
	font-size: 1.5rem;
}

.mini-event p {
	margin: 0 0 0.75rem;
	line-height: 1.65;
}

.contact-card p {
	max-width: 40rem;
	margin: 0 auto 1.25rem;
	line-height: 1.7;
	display: none;
}

.footer {
	margin-top: 2rem;
}

@media only screen and (max-width: 768px) {
	.det-grid {
		grid-template-columns: 1fr;
		gap: 0.8rem;
	}

	.fullscreen-nav {
		width: 2.7rem;
		height: 2.7rem;
		font-size: 1.6rem;
	}

	#gal-fullscreen {
		padding: 1rem 3.2rem;
	}

	.top-nav {
		padding: 1rem 1.25rem;
	}

	.showcase {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.home-hero-image img {
		height: 16rem;
	}

	.about-card {
		padding: 3rem 6rem;
	}

	.portrait-panel .foto {
		width: 100%;
		height: 22rem;
	}

	.site-header {
		flex-direction: column;
		align-items: flex-start;
		padding: 1rem 1rem 0.75rem;
	}

	#logo-cell {
		width: 3.2rem;
		height: 3.2rem;
	}

	.main-nav {
		justify-content: flex-start;
		gap: 1rem;
		margin-top: 0.5rem;
		padding: 0;
	}

	.hero-copy {
		font-size: 1.8rem;
	}

	.detimg {
		height: calc(100% - 10rem);
	}

	.event-layout {
		grid-template-columns: 1fr;
	}
}

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&display=swap');

:root {
	--site-bg: #f3ede3;
	--panel-bg: #fbf7f1;
	--panel-soft: #efe4d3;
	--text-main: #3f372f;
	--text-soft: #786c5e;
	--line-soft: rgba(89, 73, 55, 0.14);
	--accent: #9e6d3a;
	--accent-deep: #7e5326;
	--footer-bg: #d8cab6;
	--shadow-soft: 0 18px 44px rgba(65, 48, 31, 0.09);
}

html {
	background: var(--site-bg);
}

body {
	background:
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.55), transparent 24rem),
		linear-gradient(180deg, #f6f1e9 0%, #f0e8dc 100%);
	color: var(--text-main);
}

body::before {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0, rgba(255, 255, 255, 0.16) 1px, transparent 1px, transparent 100%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0, rgba(255, 255, 255, 0.12) 1px, transparent 1px, transparent 100%);
	background-size: 120px 120px;
	opacity: 0.22;
	z-index: -1;
}

.top-nav {
	padding: 1.25rem 4.5rem;
	background: rgba(248, 243, 235, 0.88);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--line-soft);
	box-shadow: none;
	flex-wrap: nowrap;
}

.nav-logo {
	height: 3.2rem;
}

.nav-links {
	gap: 1.35rem;
	margin-left: auto;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
}

.nav-link {
	color: var(--text-soft);
	font-size: 0.72rem;
	letter-spacing: 0.16em;
	position: relative;
	padding-bottom: 0.35rem;
	line-height: 1.1;
	white-space: nowrap;
}

.nav-link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: var(--accent);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.18s ease;
}

.nav-link:hover,
.nav-link.active {
	color: var(--text-main);
}

.nav-link:hover::after,
.nav-link.active::after {
	transform: scaleX(1);
}

.page-shell {
	max-width: 1340px;
	padding: 2.4rem 2.25rem 4rem;
}

.home-hero-image {
	width: calc(100vw - 2.5rem);
	max-width: 1880px;
	margin: -2.4rem 0 2rem;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 0;
	overflow: hidden;
	height: 44rem;
	background: #f3ede3;
}

.hero-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transform: scale(1.02);
	transition: opacity 1.8s ease-in-out, transform 7s ease-out;
}

.hero-slide.active {
	opacity: 1;
	transform: scale(1);
	z-index: 1;
}

.home-hero-image img {
	width: 100%;
	height: 44rem;
	object-fit: cover;
	object-position: center;
	filter: saturate(0.98) contrast(1);
	display: block;
}

.showcase {
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.85fr);
	gap: 2.5rem;
	align-items: start;
	margin: 0 auto 4rem;
	padding: 0;
}

.home-manifesto {
	position: relative;
	min-height: auto;
	width: calc(100vw - 2.5rem);
	max-width: none;
	margin: 0 0 4rem;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 0 2.4rem;
	border-radius: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	overflow: hidden;
}

.home-manifesto::before {
	display: none;
}

.manifesto-portrait {
	width: 100%;
	max-width: none;
	height: 19rem;
	overflow: hidden;
	margin: 0 auto 1rem;
}

.manifesto-portrait img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;

}

.manifesto-stage {
	position: relative;
	z-index: 1;
	height: 16rem;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	text-align: center;
	padding: 1.2rem 2rem 0;
	margin-bottom: 0.35rem;
	margin-top: 0;
}

.manifesto-line,
.manifesto-final {
	position: absolute;
	top: 1.2rem;
	left: 50%;
	width: min(100%, 42rem);
	max-width: 42rem;
	opacity: 0;
	transform: translate(-50%, 18px);
	transition: opacity 0.8s ease, transform 0.8s ease;
	pointer-events: none;
}

.manifesto-line.active,
.manifesto-final.active {
	opacity: 1;
	transform: translate(-50%, 0);
	pointer-events: auto;
}

.manifesto-line strong,
.manifesto-final {
	display: block;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.3rem, 5vw, 4rem);
	line-height: 0.98;
	letter-spacing: -0.03em;
	color: #2d241c;
}

.manifesto-line span {
	display: block;
	margin-top: 0.75rem;
	font-size: clamp(0.95rem, 1.5vw, 1.15rem);
	line-height: 1.45;
	letter-spacing: 0.02em;
	color: var(--text-soft);
}

.manifesto-final {
	text-decoration: none;
	color: var(--accent-deep);
	text-align: center;
	font-size: clamp(3rem, 7vw, 5.6rem);
	line-height: 1;
	z-index: 2;
}

.manifesto-mindmap {
	width: calc(100vw - 5rem);
	max-width: none;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(14, 1fr);
	gap: 0;
	padding: 0.2rem 0 0.9rem;
}

.manifesto-node {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0.65rem 0.8rem 0.45rem;
	box-shadow: none;
	text-align: left;
	transform: none;
}

.manifesto-node strong {
	display: block;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.6rem, 2.8vw, 2.75rem);
	line-height: 0.98;
	letter-spacing: -0.03em;
	color: #2d241c;
}

.manifesto-node span {
	display: block;
	margin-top: 0.55rem;
	font-size: 0.98rem;
	line-height: 1.45;
	color: var(--text-soft);
}

.manifesto-node-large {
	grid-column: 5 / span 4;
	margin-bottom: -0.2rem;
}

.manifesto-node-top-right {
	grid-column: 9 / span 4;
	margin-top: 1.3rem;
}

.manifesto-node-left {
	grid-column: 2 / span 4;
	margin-top: 0.7rem;
}

.manifesto-node-right {
	grid-column: 10 / span 4;
	margin-top: 1rem;
}

.manifesto-node-bottom-left {
	grid-column: 2 / span 5;
	margin-top: 0.5rem;
}

.manifesto-node-bottom-right {
	grid-column: 10 / span 4;
	margin-top: -1rem;
}

.manifesto-final.static {
	position: relative;
	display: block;
	opacity: 1;
	transform: none;
	pointer-events: auto;
	width: auto;
	max-width: none;
	left: auto;
	top: auto;
	width: calc(100vw - 5rem);
	max-width: none;
	margin: 1.2rem auto 0;
	padding: 0.85rem 1rem;
	background: #efe2cf;
}

@media only screen and (max-width: 768px) {
	.top-nav {
		flex-wrap: wrap;
	}

	.nav-brand {
		gap: 0.6rem;
		align-items: flex-start;
	}

	.nav-brand-copy {
		font-size: 0.56rem;
		line-height: 1.12;
		white-space: normal;
		max-width: 10rem;
	}

	.nav-brand-copy span:last-child {
		font-size: 0.75rem;
	}

	.site-lang-switch {
		order: 3;
		margin-left: 0;
	}

	.nav-links {
		flex-wrap: wrap;
		margin-left: 0;
	}

	.manifesto-mindmap {
		width: calc(100vw - 1.5rem);
		grid-template-columns: 1fr;
		gap: 0.85rem;
		padding-top: 1.2rem;
	}

	.manifesto-node,
	.manifesto-node-large,
	.manifesto-node-top-right,
	.manifesto-node-left,
	.manifesto-node-right,
	.manifesto-node-bottom-left,
	.manifesto-node-bottom-right {
		grid-column: auto;
		margin-top: 0;
		transform: none;
	}

	.manifesto-portrait {
		height: 13rem;
		margin-bottom: 0.8rem;
	}

	.manifesto-node strong {
		font-size: clamp(1.5rem, 6vw, 2rem);
	}

	.manifesto-final.static {
		width: calc(100vw - 1.5rem);
		font-size: clamp(2.6rem, 12vw, 4rem);
		margin-top: 1.2rem;
	}
}

/* Home manifesto override */
.home-page .home-manifesto {
	width: calc(100vw - 2rem) !important;
	max-width: 118rem !important;
	margin: 0 0 4rem !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	padding: 0.4rem 0 2rem !important;
	background: transparent !important;
}

.home-page .manifesto-mindmap {
	width: calc(100vw - 4rem) !important;
	max-width: 110rem !important;
	margin: 0 auto !important;
	display: grid !important;
	grid-template-columns: repeat(15, minmax(0, 1fr)) !important;
	grid-auto-rows: minmax(2rem, auto) !important;
	gap: 0 !important;
	padding: 0 !important;
}

.home-page .manifesto-node {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0.35rem 0.5rem !important;
	border-radius: 0 !important;
}

.home-page .manifesto-node strong {
	font-size: clamp(2.1rem, 3.5vw, 3.7rem) !important;
	line-height: 0.94 !important;
}

.home-page .manifesto-node span {
	font-size: clamp(1rem, 1.45vw, 1.35rem) !important;
	line-height: 1.35 !important;
	margin-top: 0.35rem !important;
	max-width: 24rem;
}

.home-page .manifesto-node-large {
	grid-column: 6 / span 5 !important;
	grid-row: 1 !important;
}

.home-page .manifesto-node-top-right {
	grid-column: 11 / span 4 !important;
	grid-row: 2 !important;
}

.home-page .manifesto-node-left {
	grid-column: 1 / span 5 !important;
	grid-row: 2 !important;
}

.home-page .manifesto-node-right {
	grid-column: 10 / span 5 !important;
	grid-row: 4 !important;
}

.home-page .manifesto-node-bottom-left {
	grid-column: 2 / span 5 !important;
	grid-row: 4 !important;
}

.home-page .manifesto-node-bottom-right {
	grid-column: 6 / span 5 !important;
	grid-row: 3 !important;
}

.home-page .manifesto-final.static {
	display: block !important;
	width: calc(100vw - 4rem) !important;
	max-width: 110rem !important;
	margin: 1.4rem auto 0 !important;
	padding: 0 !important;
	background: transparent !important;
	text-align: center !important;
	color: var(--accent-deep) !important;
	font-size: clamp(3.5rem, 6.5vw, 6.2rem) !important;
	line-height: 1 !important;
}

@media only screen and (max-width: 768px) {
	.home-page .home-manifesto {
		width: calc(100vw - 1rem) !important;
		padding-bottom: 1.4rem !important;
	}

	.home-page .manifesto-mindmap {
		width: calc(100vw - 1.5rem) !important;
		grid-template-columns: 1fr !important;
		grid-auto-rows: auto !important;
		gap: 0.35rem !important;
	}

	.home-page .manifesto-node-large,
	.home-page .manifesto-node-top-right,
	.home-page .manifesto-node-left,
	.home-page .manifesto-node-right,
	.home-page .manifesto-node-bottom-left,
	.home-page .manifesto-node-bottom-right {
		grid-column: 1 !important;
		grid-row: auto !important;
	}

	.home-page .manifesto-node strong {
		font-size: clamp(1.8rem, 9vw, 2.6rem) !important;
	}

	.home-page .manifesto-node span {
		font-size: 1rem !important;
		max-width: none;
	}

	.home-page .manifesto-final.static {
		width: calc(100vw - 1.5rem) !important;
		font-size: clamp(2.8rem, 12vw, 4.2rem) !important;
	}
}

.showcase.inner-showcase {
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.75fr);
}

.about-story-section {
	position: relative;
	margin: 0 auto 4rem;
	padding: 1.3rem;
	border-radius: 1.4rem;
	background:
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.65), transparent 26rem),
		linear-gradient(180deg, rgba(248, 242, 233, 0.96) 0%, rgba(240, 232, 220, 0.96) 100%);
	border: 1px solid var(--line-soft);
	box-shadow: var(--shadow-soft);
	overflow: hidden;
}

.about-story-stack {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	max-width: 78rem;
}

.about-story-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(157, 109, 58, 0.05) 0, rgba(157, 109, 58, 0.05) 1px, transparent 1px, transparent 100%),
		linear-gradient(180deg, rgba(157, 109, 58, 0.04) 0, rgba(157, 109, 58, 0.04) 1px, transparent 1px, transparent 100%);
	background-size: 120px 120px;
	pointer-events: none;
}

.about-story-card,
.about-story-portrait {
	position: relative;
	z-index: 1;
}

.hero-card,
.content-card,
.about-card {
	background: rgba(251, 247, 241, 0.92);
	border: 1px solid var(--line-soft);
	border-radius: 1.25rem;
	box-shadow: var(--shadow-soft);
}

.content-card {
	padding: 2.2rem;
}

.about-card {
	padding: 3.2rem;
	max-width: none;
	border-left: 1px solid var(--line-soft);
}

.about-story-card {
	height: 100%;
	padding: 2.8rem 2.6rem;
	border-radius: 1.15rem;
	background: rgba(251, 247, 241, 0.9);
}

.about-card h1,
.gallery-intro h1,
.contact-card h1,
.event-copy h1,
.content-card h1 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-weight: 600;
	letter-spacing: -0.02em;
	font-size: clamp(3.1rem, 7vw, 5.2rem);
	line-height: 0.92;
	margin-bottom: 1.4rem;
	color: #352d25;
}

.about-card p,
.about-card #main-text,
.content-card p,
.event-copy p,
.mini-event p,
.contact-card p {
	color: var(--text-soft);
	font-size: 1.02rem;
	line-height: 1.85;
}

.event-image-wrap {
	width: 100%;
	display: flex;
	justify-content: center;
	padding-inline: 1.4rem;
	box-sizing: border-box;
}

.event-working-image {
	display: block;
	width: 100%;
	max-width: 900px;
	height: auto;
	margin: 1.8rem 0 0;
	border-radius: 0.3rem;
}

.event-panorama-image {
	display: block;
	width: 100%;
	max-width: 1400px;
	height: auto;
	margin: 1.8rem auto 0;
	border-radius: 0.3rem;
}

.home-hero-image img,
.promotion-popup-art img,
#gal-fullscreen img {
	margin-left: auto;
	margin-right: auto;
}

.event-collaborations {
	margin-top: 2rem;
}

.event-collaborations a {
	color: var(--accent-deep);
	text-decoration-color: var(--accent-deep);
}

.event-collaborations a:hover {
	color: var(--accent);
	text-decoration-color: var(--accent);
}

.story-language-switch {
	justify-content: flex-start;
	margin-bottom: 1.7rem;
}

.story-lang-button {
	border-radius: 999px;
	padding: 0.45rem;
	background: #f8f0e6;
	border: 1px solid rgba(126, 83, 38, 0.18);
}

.story-lang-button.active {
	background: var(--accent);
}

.story-lang-flag {
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 999px;
}

.portrait-panel {
	position: sticky;
	top: 6.4rem;
}

.about-story-portrait {
	display: flex;
	align-items: stretch;
	position: relative;
	top: auto;
	width: 100%;
}

.about-story-photo-frame {
	width: 100%;
	height: 100%;
	border-radius: 1.25rem;
	overflow: hidden;
	box-shadow: var(--shadow-soft);
	background: rgba(251, 247, 241, 0.74);
}

.portrait-panel .foto {
	width: 100%;
	height: 42rem;
	border-radius: 1.25rem;
	box-shadow: var(--shadow-soft);
	filter: none;
}

.about-story-portrait .foto {
	height: 100%;
	min-height: 28rem;
	max-height: 34rem;
	border-radius: 0;
	box-shadow: none;
	object-fit: cover;
	object-position: center;
}

.about-story-card {
	max-width: 58rem;
	width: 100%;
	margin: 0 auto;
}

.gallery-intro,
.contact-card,
.mini-event,
.content-card {
	background: rgba(251, 247, 241, 0.9);
}

#gal {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 1.4rem;
	padding: 0;
}

.galitem-holder {
	width: 100%;
	margin: 0;
	padding: 0;
	background: rgba(255, 255, 255, 0.62);
	border: 1px solid var(--line-soft);
	border-radius: 1rem;
	box-shadow: 0 10px 24px rgba(78, 61, 43, 0.06);
	overflow: hidden;
}

.galitem {
	width: 100%;
	height: 18rem;
}

.galitem:hover {
	box-shadow: none;
	filter: none;
	transform: scale(1.015);
}

.galitem-text {
	display: block;
	padding: 1rem 1rem 0.2rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 2rem;
	color: #382f26;
}

.galitem-text-main {
	padding: 0 1rem 1.2rem;
	color: var(--text-soft);
	line-height: 1.75;
}

.event-layout {
	grid-template-columns: minmax(260px, 360px) 1fr;
	gap: 2rem;
}

.event-poster {
	border-radius: 1rem;
	box-shadow: var(--shadow-soft);
}

.events-grid {
	gap: 1.4rem;
}

.mini-event {
	padding: 1.8rem;
}

.mini-event h2 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 2.1rem;
	font-weight: 600;
	color: #382f26;
}

a.form-button,
.promotion-popup-button {
	background: var(--accent);
	color: #fffaf3;
	border-radius: 999px;
	padding: 0.95rem 1.6rem;
	text-decoration: none;
	box-shadow: none;
}

a.form-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.2rem;
	background: var(--accent);
}

.footer {
	margin-top: 3rem;
	background: transparent;
}

.mail {
	color: var(--text-main);
	font-size: 1rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding-top: 0;
}

.social_icons {
	gap: 1rem;
	padding: 1.5rem 0 0.6rem;
}

.footer center {
	color: var(--text-soft);
	font-size: 0.88rem;
	padding-bottom: 1.8rem;
}

.footer,
.social-icon,
button {
	background: transparent;
}

ul.social_icons li.social_icon .social-icon {
	background: var(--panel-bg);
	border: 1px solid var(--line-soft);
	color: var(--text-main);
	border-radius: 999px;
	box-shadow: 0 6px 20px rgba(69, 53, 36, 0.06);
}

.promotion-popup-card {
	background: linear-gradient(180deg, #d1b08c 0%, #b78f66 100%);
}

#gal-detail .header-text-holder {
	display: flex !important;
	align-items: center;
	justify-content: flex-start;
	gap: 1rem;
	padding-right: 1rem;
}

#gal-detail .det-subh {
	display: none;
}

#gal-detail {
	overflow-y: auto;
	overflow-x: hidden;
}

#gal-detail .det-header-holder {
	position: sticky !important;
	top: 0;
	z-index: 10001;
	font-size: 0.95rem !important;
	padding: 0.35rem 1rem !important;
	min-height: 2.7rem !important;
	height: auto !important;
	background: rgba(126, 83, 38, 0.98) !important;
	box-shadow: 0 1px 0 rgba(255, 250, 243, 0.08);
}

#gal-detail .header-text-holder {
	display: flex !important;
	align-items: center;
	justify-content: flex-start;
	gap: 1rem;
}

#gal-detail .detail-back-button {
	width: auto !important;
	min-height: 2.2rem !important;
	padding: 0.45rem 0.95rem !important;
	border-radius: 999px !important;
	background: rgba(255, 250, 243, 0.95) !important;
	color: var(--accent-deep) !important;
}

#gal-detail-content {
	height: auto !important;
	overflow: visible !important;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	padding: 0.8rem 1rem 1.6rem !important;
	background: #f8f6f1 !important;
}

#gal-detail .det-grid {
	background: transparent !important;
}

#gal-detail {
	background: #ffffff !important;
}

#gal-detail-content {
	background: #ffffff !important;
}

#gal-detail .det-header-holder {
	background: #8b6337 !important;
}

#gal-detail .det-txt,
#gal-detail .det-grid,
#gal-detail .detimg {
	background: transparent !important;
	box-shadow: none !important;
}

body.gallery-page .page-shell,
body.gallery-page .content-card,
body.gallery-page .galitem-holder {
	background: #ffffff !important;
	box-shadow: none !important;
}

body.gallery-page .content-card,
body.gallery-page .galitem-holder {
	border-color: rgba(126, 83, 38, 0.12) !important;
}

.manifesto-portrait {
	width: 100%;
	height: 28rem;
	overflow: hidden;
	margin: 0;
}

.manifesto-portrait img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	.top-nav {
		padding: 1rem 1.4rem;
	}

	.page-shell {
		padding: 1.5rem 1rem 3rem;
	}

	.showcase,
	.showcase.inner-showcase {
		grid-template-columns: 1fr;
	}

	.home-manifesto {
		min-height: auto;
		padding: 2rem 1.2rem 2rem;
	}

	.manifesto-portrait {
		width: min(100%, 22rem);
		margin: 0 auto 1rem;
		transform: none;
	}

	
	.manifesto-stage {
		min-height: 18rem;
		height: 18rem;
		padding: 1rem 0.5rem 0;
	}

	.manifesto-line,
	.manifesto-final {
		top: 1rem;
		max-width: none;
		width: calc(100% - 1rem);
	}

	.portrait-panel {
		position: static;
	}

	.portrait-panel .foto {
		height: 28rem;
	}

	.about-card {
		padding: 2rem 1.4rem;
	}

	.about-story-section {
		padding: 0.9rem;
	}

	.about-story-card {
		padding: 2rem 1.4rem;
	}

	.about-story-portrait .foto {
		min-height: 28rem;
		max-height: none;
	}

	.home-hero-image img {
		height: 18rem;
		object-fit: cover;
	}

	.home-hero-image {
		height: 18rem;
		width: calc(100vw - 1rem);
		margin: -1.5rem 0 1.25rem;
		left: 50%;
		transform: translateX(-50%);
	}
}
