@charset "UTF-8";

:root,
[data-bs-theme=light] {
	--font: 'Mulish', sans-serif;
	--font2: 'Cormorant Infant', serif;

	--primary-color: hsl(35, 67%, 54%);
	--primary-color-light: hsl(35, 67%, 64%);
	--primary-color-dark: hsl(35, 67%, 44%);

	--xxl: 7.5rem;
	--xl: 3.5rem;

	--bs-primary: var(--primary-color);
	--bs-primary-rgb: 216, 151, 60;

	--bs-light: hsl(35, 62%, 88%);
	--bs-light-rgb: 237, 237, 237;

	--bs-dark: hsl(23, 49%, 15%);
	--bs-dark-rgb: 59, 35, 20;

	--bs-body-color: var(--bs-dark);

	--h1: clamp(2.75rem, 4.2vw, 4.29375rem);
	--h2: clamp(2.2rem, 3.5vw, 3.43125rem);
	--h3: clamp(1.75rem, 3vw, 2.75rem);
	--h4: clamp(1.45rem, 2.2vw, 2.2rem);
	--h5: clamp(1.25rem, 2vw, 1.75625rem);
	--h6: clamp(1.15rem, 1.5vw, 1.40625rem);
	--lead: var(--h6);

	--affix-height: 80px;
}

[x-cloak] {
	display: none !important;
}

:focus-visible {
	outline: 2px dashed var(--primary-color);
	outline-offset: 2px;
}

html {
	scrollbar-gutter: stable;
	scroll-behavior: smooth;
	scroll-padding-top: var(--affix-height);
}

body {
	font-family: var(--font);
	line-height: 1.65;
}

.bg-light {
	background: var(--bs-light) !important;
}

.font-size-12px {
	font-size: .75rem;
}

.font-size-14px {
	font-size: .875rem;
}

.font-size-16px {
	font-size: 1rem;
}

.font-size-18px {
	font-size: 1.125rem;
}

.font-size-20px {
	font-size: 1.25rem;
}

.font-size-22px {
	font-size: 1.375rem;
}

.font-size-24px {
	font-size: 1.5rem;
}

.font-size-26px {
	font-size: 1.625rem;
}

.font-size-28px {
	font-size: 1.75rem;
}

.font-size-30px {
	font-size: 1.875rem;
}

.font-size-32px {
	font-size: 2rem;
}

.font-size-34px {
	font-size: 2.125rem;
}

.font-size-36px {
	font-size: 2.25rem;
}

.font-size-38px {
	font-size: 2.375rem;
}

.font-size-40px {
	font-size: 2.5rem;
}

.font-size-42px {
	font-size: 2.625rem;
}

.font-size-44px {
	font-size: 2.75rem;
}

.font-size-46px {
	font-size: 2.875rem;
}

.font-size-48px {
	font-size: 3rem;
}

.font-size-50px {
	font-size: 3.125rem;
}

.icon {
	width: var(--icon-size, 72px);
}

.icon-72px,
[src*="_72px"] {
	width: 72px;
}

.icon-48px,
[src*="_48px"] {
	width: 48px;
}

.icon-32px,
[src*="_32px"] {
	width: 32px;
}

.icon-16px,
[src*="_16px"] {
	width: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: var(--font2);
	margin-bottom: 1rem;
	font-weight: 500;
}

h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em,
.h1 em,
.h2 em,
.h3 em,
.h4 em,
.h5 em,
.h6 em {
	font-style: normal;
	color: var(--primary-color);
}

h1,
.h1 {
	font-size: var(--h1) !important;
	text-wrap: balance;
}

h2,
.h2 {
	font-size: var(--h2) !important;
}

h3,
.h3 {
	font-size: var(--h3) !important;
}

h4,
.h4 {
	font-size: var(--h4) !important;
}

h5,
.h5 {
	font-size: var(--h5) !important;
}

h6,
.h6 {
	font-size: var(--h6) !important;
}

.lead {
	font-size: var(--lead);
}

.lead,
p {
	text-wrap: pretty;
}

.container-fluid {
	padding-inline: 3vw;
}

@media (min-width: 1536px) {
	.container {
		max-width: 1470px;
	}
}

.inset-0 {
	inset: 0;
}

.p-xxl {
	padding: var(--xxl);
}

.p-xl {
	padding: var(--xl);
}

.px-xxl {
	padding-inline: var(--xxl)
}

.px-xl {
	padding-inline: var(--xl)
}

.pt-xxl {
	padding-top: var(--xxl);
}

.pb-xxl {
	padding-bottom: var(--xxl);
}

.py-xxl {
	padding-top: var(--xxl);
	padding-bottom: var(--xxl);
}

.mt-xxl {
	margin-top: var(--xxl);
}

.mb-xxl {
	margin-bottom: var(--xxl);
}

.my-xxl {
	margin-top: var(--xxl);
	margin-bottom: var(--xxl);
}

.pt-xl {
	padding-top: var(--xl);
}

.pb-xl {
	padding-bottom: var(--xl);
}

.py-xl {
	padding-top: var(--xl);
	padding-bottom: var(--xl);
}

.mt-xl {
	margin-top: var(--xl);
}

.mb-xl {
	margin-bottom: var(--xl);
}

.my-xl {
	margin-top: var(--xl);
	margin-bottom: var(--xl);
}

.gap-xxl {
	gap: var(--xxl);
}

#main ol li ul {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

#main ol li+li {
	margin-top: 1rem;
}

/*  MARK: navbar  */

.navbar {
	--bs-navbar-padding-x: 0;
	--bs-navbar-padding-y: 1.875rem;
	--bs-navbar-active-color: white;
	--bs-navbar-nav-link-padding-x: 1rem;
	transition: transform 300ms, background-color 300ms;
}

.navbar-brand-image {
	height: 33px;
	transition: height 200ms;
}

.affix {
	transform: translateY(-100%);
	pointer-events: none;

	&.show {
		background-color: white;
		transform: translateY(0);
		pointer-events: auto;
	}
}


.navbar-nav .nav-link {
	transition: color 200ms;
	color: var(--bs-body-color);

	&:hover,
	&:focus,
	&.active,
	&.show {
		color: var(--primary-color);
	}
}

.dropdown-menu {
	border: 0;
	padding: .75rem 1rem;
	border-radius: 0;
	box-shadow: 0 1rem 2.5rem -.5rem hsl(0 0% 0% / .25);
	background-color: hsl(0 0% 100% / .8);
}

.dropdown-item {
	padding: 0.25rem 0;
	transition: color 200ms, border-color 200ms;
	border-bottom: 1px solid transparent;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active {
	color: var(--primary-color);
	background-color: transparent;
	border-bottom-color: var(--primary-color);
}

/*  MARK: header  */

header {
	background-color: var(--bs-light);
	height: 100vh;
}

.header__swiper {
	overflow: visible !important;
}

header .booking-widget {
	position: absolute;
	z-index: 10;
	bottom: 2rem;
	right: 0;
}


.kompozycja {
	position: relative;
	width: 50vw;
	aspect-ratio: 4 / 3;
}

.kompozycja-img {
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
	border: 8px solid #e8d8c0;
	aspect-ratio: 1;
	background: #e8d8c0;
}

.kompozycja-img img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ── Rozmiary i pozycje ── */

/* Duże zdjęcie – prawy górny róg */
.img-1 {
	width: 72%;
	top: 0;
	right: 0;
	z-index: 3;
}

/* Średnie zdjęcie – górny lewy */
.img-2 {
	width: 50%;
	top: 7%;
	left: 0;
	z-index: 1;
}

/* Małe zdjęcie – dolny lewy */
.img-3 {
	width: 40%;
	bottom: 0;
	left: 7%;
	z-index: 2;
}

#opinie .swiper-slide {
	height: auto;
	align-self: stretch;
}

/*  MARK: main content */

.btn {
	--bs-btn-padding-x: 1.875rem;
	--bs-btn-padding-y: 1.25rem;
	--bs-btn-font-size: 1rem;
	--bs-btn-font-weight: 400;
	--bs-btn-line-height: 1.5;
	--bs-btn-border-radius: 0;
}

.btn-primary {
	--bs-btn-bg: var(--primary-color);
	--bs-btn-border-color: var(--primary-color);
	--bs-btn-hover-bg: var(--primary-color-light);
	--bs-btn-hover-border-color: var(--primary-color-light);
	--bs-btn-active-bg: var(--primary-color-dark);
	--bs-btn-active-border-color: var(--primary-color-dark);
}

.btn-outline-primary {
	--bs-btn-color: var(--primary-color);
	--bs-btn-border-color: var(--primary-color);
	--bs-btn-hover-bg: var(--primary-color);
	--bs-btn-hover-border-color: var(--primary-color);
	--bs-btn-active-bg: var(--primary-color);
	--bs-btn-active-border-color: var(--primary-color);
}

#witamy {
	& .position-relative {
		background-color: hsl(0 0% 0% / .5);
	}
}

.opinia {
	& blockquote {
		font-style: italic;
		margin: 1.5rem 0;
		position: relative;
		isolation: isolate;
		text-indent: 2em;

		&::before,
		&::after {
			content: '';
			display: block;
			width: 22px;
			height: 22px;
			position: absolute;
			z-index: -1;
		}

		&::before {
			top: -.5em;
			left: -.5em;
			background: url('../img/quote-open.svg') no-repeat center;
		}

		&::after {
			bottom: -.5em;
			right: -.5em;
			background: url('../img/quote-close.svg') no-repeat center;
		}
	}

	& cite {
		line-height: 1.4;
	}
}


/*  MARK: stopka */

footer a {
	text-decoration: none;
	color: var(--bs-body-color);
	transition: color 200ms;
}

footer a:hover,
footer a:focus {
	color: var(--primary-color);
}

.list-unstyled li+li {
	margin-top: 0.75em;
}

.madeby {
	display: flex;
	align-items: center;
}

.madeby small {
	font-size: 0.625rem;
	margin: 0.2em 0.2em 0 0;
}

/*  MARK: sub content  */

.sub {
	padding-top: 126px;

	& label a,
	& #main * a:not(.btn),
	& #sub-pages a:not(.btn) {
		color: var(--primary-color);
		transition: color 200ms;

		&:hover,
		&:focus {
			color: var(--primary-color-dark);
		}
	}
}

.sub .navbar {
	background-color: white;
	border-bottom: 1px solid #e2e2e2;
}

main:has(#sub-pages:last-of-type) {
	padding-bottom: 0;
}

.gallery a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.gallery a img {
	width: 100%;
	display: block;
	transition: transform 400ms cubic-bezier(0.19, 1, 0.22, 1);
}

.gallery a:hover img {
	transform: scale(1.1);
}

.downloads a {
	text-decoration: none;
	color: black;
	border: 1px solid hsl(0 0% 90%);
	border-radius: 0;
	transition: color 200ms, border-color 200ms;

	& .h5 {
		font-weight: normal;
		font-size: 1rem !important;
		font-family: var(--font);
	}
}

.downloads a:hover {
	border: 1px solid var(--bs-primary);
}

.form-control,
.form-check-input,
.form-select {
	padding: 0.75rem;
	border-radius: 0;
}

.form-check-label {
	padding-left: 1em;
	margin-top: 0.15em;
}

.form-control.error {
	border-color: red;
}

.error-msg {
	color: red;
}

/* MARK: Tomek */

/* about */
.about-us section {
	padding: 7rem 0;
}

.intro h1 {
	font-family: var(--font2);
	font-size: clamp(2.8rem, 7vw, 6rem);
	line-height: 1.05;
	max-width: 20ch;
	margin-bottom: 2rem;
}

/* ── INTRO ── */

.intro .lead-xl {
	font-family: var(--font2);
	font-size: clamp(1.5rem, 3vw, 2.4rem);
	font-weight: 400;
	line-height: 1.45;
	color: var(--green);
}

.intro p {
	font-size: 1.05rem;
	line-height: 1.9;
	color: #444;
}

.year-badge {
	font-size: 6rem;
	font-family: var(--font2);
	font-weight: 700;
	color: var(--primary-color);
	line-height: 1;
	user-select: none;
}

/* ── FEATURE GRID ── */
.feature-grid,
.restaurant {
	background: var(--bs-light);
}

.feature-grid .big-img {
	min-height: 560px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.feature-grid .small-img {
	min-height: 270px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.feature-block {
	background: var(--bs-primary);
	color: #fff;
	padding: 3.5rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.feature-block h2 {
	font-family: var(--font2);
	font-size: 2rem;
	margin-bottom: 1.25rem;
}

.feature-block p {
	font-size: 1rem;
	line-height: 1.85;
	opacity: .88;
}

.feature-block .divider {
	width: 40px;
	height: 2px;
	background: var(--accent);
	margin-bottom: 1.5rem;
}

/* ── QUOTE ── */
.quote-section {
	text-align: center;
}

.quote-section blockquote {
	font-family: var(--font2);
	font-size: clamp(1.5rem, 3.5vw, 2.6rem);
	font-style: italic;
	color: var(--green);
	max-width: 800px;
	margin: 0 auto 2rem;
	line-height: 1.5;
}

.quote-section cite {
	color: var(--accent);
	font-size: .9rem;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-style: normal;
}

/* ── STORY ── */

.story .story-img {
	height: 100%;
	min-height: 500px;
	object-fit: cover;
	width: 100%;
}

.story-text .label {
	font-size: .75rem;
	letter-spacing: .25em;
	text-transform: uppercase;
	color: var(--accent);
	margin-bottom: 1rem;
	display: block;
}

.story-text h2 {
	font-family: var(--font2);
	font-size: clamp(1.8rem, 3vw, 2.8rem);
	color: var(--dark);
	margin-bottom: 1.5rem;
	line-height: 1.25;
}

.story-text p {
	font-size: 1rem;
	line-height: 1.9;
	color: #555;
	margin-bottom: 1.2rem;
}

/* ── VALUES ── */
.values {
	background: #000000;
	color: #fff;
}

.values h2 {
	font-family: var(--font2);
	font-size: clamp(2rem, 4vw, 3.2rem);
	margin-bottom: 3rem;
	color: #fff;
}

.value-item {
	border-top: 1px solid rgba(255, 255, 255, .15);
	padding: 2rem 0;
}

.value-item:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.value-item h3 {
	font-family: var(--font2);
	font-size: 1.4rem;
	color: var(--accent);
	margin-bottom: .5rem;
}

.value-item p {
	font-size: .95rem;
	line-height: 1.8;
	color: rgba(255, 255, 255, .65);
	margin: 0;
}

.value-number {
	font-size: .75rem;
	color: rgba(255, 255, 255, .3);
	letter-spacing: .2em;
	margin-bottom: .35rem;
}


/* ── CTA ── */
.cta-section {
	background: var(--primary-color);
	color: white;
	text-align: center;
}

.cta-section h2 {
	font-family: var(--font2);
	font-size: clamp(2rem, 4vw, 3.5rem);
	color: var(--dark);
	max-width: 600px;
	margin: 0 auto 2rem;
	line-height: 1.25;
}

@media (max-width: 768px) {
	.about-us section {
		padding: 3rem 0;
	}

	.photo-strip {
		grid-template-columns: 1fr;
		height: auto;
	}

	.photo-strip img {
		height: 220px;
	}

	.btn-outline-custom {
		margin-left: 0;
		margin-top: .75rem;
	}
}

/* tabele */


.subtitle {
	font-size: 1.1em;
	color: #8B7355;
	font-style: italic;
	margin-bottom: 20px;
}

.welcome-text {
	background: rgba(212, 165, 116, 0.1);
	padding: 15px 25px;
	border-left: 4px solid #D4A574;
	border-radius: 4px;
	color: #5D4E37;
	font-size: 0.95em;
	margin-bottom: 30px;
}

.pricelist-section {
	background: white;
	padding: 40px;
	margin-bottom: 30px;
	box-shadow: 0 8px 24px rgba(93, 78, 55, 0.1);
	border-top: 5px solid #D4A574;
}

.section-title {
	font-size: 1.6em;
	color: #5D4E37;
	margin-bottom: 25px;
	padding-bottom: 12px;
	border-bottom: 2px solid #E8D5C4;
}

table {
	width: 100%;
	border-collapse: collapse;
}

th {
	background: linear-gradient(135deg, #D4A574 0%, #C99761 100%);
	color: white;
	padding: 18px;
	text-align: left;
	font-size: 1.05em;
	font-weight: 600;
	letter-spacing: 0.5px;
}

td {
	padding: 16px 18px;
	border-bottom: 1px solid #E8D5C4;
	color: #5D4E37;
	font-size: 1em;
}

tr:hover {
	background-color: rgba(212, 165, 116, 0.08);
}

tr:last-child td {
	border-bottom: none;
}

.room-name {
	font-weight: 600;
	color: #5D4E37;
}

.price {
	font-size: 1.15em;
	font-weight: 700;
	color: #8B6F47;
	text-align: right;
}

.info-box {
	background: linear-gradient(135deg, rgba(212, 165, 116, 0.12) 0%, rgba(232, 213, 196, 0.12) 100%);
	border: 2px solid #E8D5C4;
	border-radius: 8px;
	padding: 20px;
	margin-top: 30px;
	text-align: center;
}

.info-box p {
	color: #5D4E37;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.3px;
}

.icon {
	font-size: 1.8em;
	margin-bottom: 10px;
}

@media (max-width: 768px) {

	.pricelist-section {
		padding: 25px;
	}

	th,
	td {
		padding: 12px 10px;
		font-size: 0.9em;
	}

	.price {
		font-size: 1em;
	}
}

@media (max-width: 480px) {

	.pricelist-section {
		padding: 20px;
		border-radius: 8px;
	}

	.section-title {
		font-size: 1.3em;
		margin-bottom: 18px;
	}

	th,
	td {
		padding: 10px 8px;
		font-size: 0.85em;
	}
}

/*  MARK: paginator  */

.pagination {
	display: flex;
}

.pagination li {
	display: none;
}

.pagination .active,
.pagination .insertPage,
.pagination li:first-child,
.pagination li:last-child {
	display: block;
}

.pagination a,
.pagination input {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin: 0 5px;
	padding: 0;
	text-align: center;
	color: #bbb;
	border: 1px solid #e1e1e1;
	text-decoration: none;
	transition: all .2s;
}

.pagination a:focus,
.pagination a:hover,
.pagination input:focus,
.pagination input:hover {
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

.pagination input::placeholder {
	color: #bbb;
	font-size: 16px;
	font-weight: 500;
}

.pagination .active a {
	border: 1px solid var(--primary-color);
	background: var(--primary-color);
	color: #fff;
	cursor: text;
}

.pagination .insertPage+.insertPage {
	display: none;
}

/*  MARK: RWD  */

@media (width < 1200px) {

	.navbar-dark,
	.navbar[data-bs-theme=dark] {
		--bs-navbar-toggler-border-color: rgb(0, 0, 0);
		--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}

	.offcanvas {
		height: 100vh !important;
	}

	.offcanvas-body {
		display: flex;
		flex-direction: column;
	}

	.navbar-nav {
		width: 100%;
		flex-grow: 1;

		li,
		a {
			width: 100%;
			text-align: center;
		}
	}

	body {
		padding-top: 105.5px;
	}

	.navbar {
		background-color: var(--bs-light);
	}

	.kompozycja {
		width: 100%;
	}

	header {
		height: auto !important;
		min-height: 100vh;
		padding-bottom: 2rem;
	}

	main {
		overflow: hidden;
	}
}

@media (width <=991px) {
	footer .col+.col {
		margin-top: 2rem;
	}

	header .d-flex:has(>.btn) {
		flex-direction: column;
	}

	header .booking-widget {
		position: relative;
		z-index: 10;
		bottom: auto;
		right: auto;
		margin-top: 2rem;
		max-width: 100%;

		img {width: 100%;}
	}
}

@media (width <= 767px) {
	.copy {
		text-align: center;
	}
}