/*!
Theme Name: weblance
Theme URI: http://weblance.pl/
Author: Weblance.pl
Author URI: http://weblance.pl/
Description: Profesjonalny motyw strony WWW
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: weblance.pl
Tags: weblance
*/


:root {
	--width: 1600px;
	--font-family-display: 'Helvetica Now Display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	--font-family-body-accent: 'Syne', sans-serif;
	--section-transition-light: #EBEFF3;
	--section-transition-dark: #223248;

	/* Font sizes - mobile first */
	--font-size-h1: 28px;
	--font-size-h2: 24px;
	--font-size-h3: 20px;
	--font-size-h4: 18px;
	--font-size-h5: 16px;
	--font-size-h6: 14px;

	/* ensure "normal" text on smallest screen is 12px */
	--font-size-normal: 12px;
	--font-size-small: 10px;
	--font-size-smaller: 11px;
	--hero-font-size-eyebrow: 16px;
	--hero-font-size-title: 42px;
	--hero-font-size-description: 16px;
	--hero-button-font-size: 15px;
	--hero-highlight-title-size: 24px;
	--hero-highlight-description-size: 14px;
	--hero-highlight-description-opacity: 0.8;
	--hero-button-outer-border-offset: 6px;
	--hero-min-height: 100svh;
	--hero-cloud-opacity: 0.8;
	--media-corner-radius: 0px;

	/* Spacing - mobile first */
	--spacing-xl: 24px;
	--spacing-lg: 20px;
	--spacing-md: 16px;
	--spacing-sm: 12px;
	--spacing-xs: 8px;
	--hero-content-padding: 22px 18px 28px;
	--frame-padding-inline: 18px;
	--hero-content-padding-bottom: 35vh;
	--hero-content-gap: 50px;
	--hero-description-margin-top: 18px;
	--hero-actions-margin-top: 24px;
	--hero-actions-gap: 12px;
	--hero-button-padding: 14px 20px;
	--hero-highlights-padding: 20px 0 0;
	--hero-highlights-gap: 18px;
	--hero-highlights-width: 100%;
	--hero-highlights-line-offset: 12px;
	--hero-header-safe-offset: 96px;

	--color: #25ccbc;
}

.block--custom {
	--block-transition-size: clamp(120px, 16vw, 260px);
}

.block--custom > .weblance-block-transitions {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
}

.weblance-block-transition {
	position: absolute;
	left: 0;
	right: 0;
	height: var(--block-transition-size);
}

.weblance-block-transition--top.weblance-block-transition--light-to-dark {
	top: 0;
	background: linear-gradient(to bottom, var(--section-transition-light) 0%, rgba(235, 239, 243, 0) 100%);
}

.weblance-block-transition--top.weblance-block-transition--dark-to-light {
	top: 0;
	background: linear-gradient(to bottom, var(--section-transition-dark) 0%, rgba(38, 54, 77, 0) 100%);
}

.weblance-block-transition--bottom.weblance-block-transition--light-to-dark {
	bottom: 0;
	background: linear-gradient(to top, var(--section-transition-light) 0%, rgba(235, 239, 243, 0) 100%);
}

.weblance-block-transition--bottom.weblance-block-transition--dark-to-light {
	bottom: 0;
	background: linear-gradient(to top, var(--section-transition-dark) 0%, rgba(38, 54, 77, 0) 100%);
}

.hero__scene > .weblance-block-transitions,
.hero-apartament__scene > .weblance-block-transitions,
.map-block__surface > .weblance-block-transitions {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.hero__scene > .weblance-block-transitions {
	z-index: 4;
}

.hero-apartament__scene > .weblance-block-transitions {
	z-index: 1;
}

.map-block__surface > .weblance-block-transitions {
	z-index: 3;
}

@media (max-width: 767px) {
	.block--custom {
		--block-transition-size: 112px;
	}
}

/* >= 480px */
@media (min-width: 480px) {
	:root {
		--font-size-h1: 34px;
		--font-size-h2: 30px;
		--font-size-h3: 24px;
		--font-size-h4: 20px;
		--font-size-h5: 18px;
		--font-size-h6: 16px;

		--font-size-normal: 13px;
		--font-size-small: 11px;
		--font-size-smaller: 11px;

		--spacing-xl: 32px;
		--spacing-lg: 28px;
		--spacing-md: 20px;
		--spacing-sm: 16px;
		--spacing-xs: 10px;
		--hero-font-size-eyebrow: 18px;
		--hero-font-size-title: 48px;
		--hero-font-size-description: 17px;
		--hero-button-font-size: 15px;
		--hero-button-outer-border-offset: 6px;
		--hero-content-padding: 28px 24px 32px;
		--frame-padding-inline: 24px;
		--hero-content-padding-bottom: 35vh;
		--hero-content-gap: 24px;
		--hero-description-margin-top: 20px;
		--hero-actions-margin-top: 24px;
		--hero-actions-gap: 14px;
		--hero-button-padding: 14px 22px;
		--hero-header-safe-offset: 104px;
	}
}

/* >= 786px */
@media (min-width: 786px) {
	:root {
		--font-size-h1: 36px;
		--font-size-h2: 32px;
		--font-size-h3: 26px;
		--font-size-h4: 22px;
		--font-size-h5: 20px;
		--font-size-h6: 16px;

		--font-size-normal: 14px;
		--font-size-small: 12px;
		--font-size-smaller: 12px;

		--spacing-xl: 48px;
		--spacing-lg: 36px;
		--spacing-md: 24px;
		--spacing-sm: 20px;
		--spacing-xs: 12px;
		--hero-font-size-eyebrow: 20px;
		--hero-font-size-title: 58px;
		--hero-font-size-description: 18px;
		--hero-button-font-size: 15px;
		--hero-highlight-title-size: 28px;
		--hero-highlight-description-size: 15px;
		--hero-button-outer-border-offset: 6px;
		--hero-content-padding: 32px 28px 36px;
		--frame-padding-inline: 28px;
		--hero-content-padding-bottom: 35vh;
		--hero-content-gap: 28px;
		--hero-description-margin-top: 22px;
		--hero-actions-margin-top: 26px;
		--hero-actions-gap: 14px;
		--hero-highlights-padding: 22px 0 0;
		--hero-highlights-gap: 20px;
		--hero-highlights-line-offset: 14px;
		--hero-header-safe-offset: 112px;
	}
}

/* >= 900px */
@media (min-width: 900px) {
	:root {
		--font-size-h1: 40px;
		--font-size-h2: 34px;
		--font-size-h3: 28px;
		--font-size-h4: 24px;
		--font-size-h5: 20px;
		--font-size-h6: 16px;

		--font-size-normal: 15px;
		--font-size-small: 12.5px;
		--font-size-smaller: 13px;

		--spacing-xl: 56px;
		--spacing-lg: 40px;
		--spacing-md: 28px;
		--spacing-sm: 24px;
		--spacing-xs: 14px;
		--hero-font-size-eyebrow: 22px;
		--hero-font-size-title: 72px;
		--hero-font-size-description: 19px;
		--hero-button-font-size: 17px;
		--hero-highlight-title-size: 30px;
		--hero-highlight-description-size: 16px;
		--hero-button-outer-border-offset: 6px;
		--hero-content-padding: 40px 36px 44px;
		--frame-padding-inline: 36px;
		--hero-content-padding-bottom: 35vh;
		--hero-content-gap: 36px;
		--hero-description-margin-top: 24px;
		--hero-actions-margin-top: 28px;
		--hero-actions-gap: 16px;
		--hero-button-padding: 14px 26px;
		--hero-highlights-padding: 24px 0 0;
		--hero-highlights-gap: 22px;
		--hero-highlights-line-offset: 16px;
		--hero-header-safe-offset: 120px;
	}
}

/* >= 1100px */
@media (min-width: 1100px) {
	:root {
		--font-size-h1: 44px;
		--font-size-h2: 36px;
		--font-size-h3: 30px;
		--font-size-h4: 26px;
		--font-size-h5: 22px;
		--font-size-h6: 18px;

		--font-size-normal: 16px;
		--font-size-small: 13px;
		--font-size-smaller: 13px;

		--spacing-xl: 72px;
		--spacing-lg: 56px;
		--spacing-md: 36px;
		--spacing-sm: 28px;
		--spacing-xs: 18px;
		--hero-font-size-eyebrow: 25px;
		--hero-font-size-title: 88px;
		--hero-font-size-description: 20px;
		--hero-button-font-size: 18px;
		--hero-highlight-title-size: 32px;
		--hero-highlight-description-size: 18px;
		--hero-button-outer-border-offset: 6px;
		--hero-content-padding: 48px 44px 52px;
		--frame-padding-inline: 44px;
		--hero-content-padding-bottom: 35vh;
		--hero-content-gap: 44px;
		--hero-description-margin-top: 26px;
		--hero-actions-margin-top: 30px;
		--hero-actions-gap: 16px;
		--hero-button-padding: 15px 28px;
		--hero-highlights-padding: 26px 0 18px 42px;
		--hero-highlights-gap: 24px;
		--hero-highlights-width: min(100%, 430px);
		--hero-highlights-line-offset: 18px;
		--hero-header-safe-offset: 128px;
	}
}

/* >= 1400px */
@media (min-width: 1400px) {
	:root {
		--font-size-h1: 48px;
		--font-size-h2: 38px;
		--font-size-h3: 32px;
		--font-size-h4: 28px;
		--font-size-h5: 22px;
		--font-size-h6: 18px;

		--font-size-normal: 17px;
		--font-size-small: 13.5px;
		--font-size-smaller: 14px;

		--spacing-xl: 88px;
		--spacing-lg: 72px;
		--spacing-md: 48px;
		--spacing-sm: 36px;
		--spacing-xs: 20px;
		--hero-font-size-title: 96px;
		--hero-font-size-description: 21px;
		--hero-button-font-size: 18px;
		--hero-highlight-title-size: 32px;
		--hero-highlight-description-size: 18px;
		--hero-content-padding: 60px 56px 64px;
		--frame-padding-inline: 56px;
		--hero-content-padding-bottom: 35vh;
		--hero-content-gap: 56px;
		--hero-description-margin-top: 28px;
		--hero-actions-margin-top: 32px;
		--hero-highlights-gap: 26px;
		--hero-highlights-line-offset: 20px;
		--hero-header-safe-offset: 136px;
	}
}

/* >= 1600px */
@media (min-width: 1600px) {
	:root {
		--font-size-h1: 52px;
		--font-size-h2: 42px;
		--font-size-h3: 36px;
		--font-size-h4: 30px;
		--font-size-h5: 24px;
		--font-size-h6: 20px;

		--font-size-normal: 18px;
		--font-size-small: 14px;
		--font-size-smaller: 14px;

		--spacing-xl: 100px;
		--spacing-lg: 80px;
		--spacing-md: 60px;
		--spacing-sm: 40px;
		--spacing-xs: 24px;
		--hero-font-size-title: 102px;
		--hero-font-size-description: 22px;
		--hero-button-font-size: 18px;
		--hero-highlight-title-size: 32px;
		--hero-highlight-description-size: 18px;
		--hero-content-padding: 72px;
		--frame-padding-inline: 72px;
		--hero-content-padding-bottom: 35vh;
		--hero-content-gap: 72px;
		--hero-description-margin-top: 28px;
		--hero-actions-margin-top: 36px;
		--hero-highlights-gap: 28px;
		--hero-highlights-line-offset: 22px;
		--hero-header-safe-offset: 144px;
	}
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */


/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
	border-radius: 0;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

html,
body {
	scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}


pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #223248;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}


ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}


/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
	border-radius: 0;
}



/* Links
--------------------------------------------- */
a {
	color: inherit;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: inherit;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	width: 100%;
	padding: 28px 0 0;
	transition: transform 220ms ease;
}

.admin-bar .site-header {
	top: 32px;
}
@media screen and (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}
}

.site-header--overlay {
	pointer-events: none;
}

.site-header::before {
	content: '';
	position: absolute;
	inset: 0;
	background: transparent;
	opacity: 1;
	pointer-events: none;
	transition: background-color 220ms ease;
}

.site-header.is-scrolled::before {
	background: #223248;
}

.site-header.is-hidden {
	transform: translateY(calc(-100% - 12px));
}

.site-header__inner {
	width: min(100%, var(--width));
	margin: 0 auto;
	padding: 0 var(--frame-padding-inline);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	pointer-events: auto;
	position: relative;
	transition: padding-bottom 220ms ease;
}

.site-header--overlay .site-header__inner {
	padding-bottom: 10px;
}

.site-header--overlay .site-header__inner::after {
	content: '';
	position: absolute;
	left: var(--frame-padding-inline);
	right: var(--frame-padding-inline);
	bottom: 0;
	height: 1px;
	background: rgba(255, 255, 255, 0.88);
}

.site-header.is-scrolled .site-header__inner {
	padding-bottom: 10px;
}

.site-header.is-scrolled .site-header__inner::after {
	opacity: 0;
}

.site-branding {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.site-branding__default-logo,
.site-branding__scrolled-logo {
	display: inline-flex;
	align-items: center;
}

.site-branding__scrolled-logo {
	display: none;
}

.site-header.is-scrolled .site-branding__default-logo {
	display: none;
}

.site-header.is-scrolled .site-branding__scrolled-logo {
	display: inline-flex;
}

.site-branding .custom-logo-link {
	max-width: 90px;
}

.site-title,
.site-description {
	margin: 0;
}

.site-title a {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-family: var(--font-family-display);
	font-size: clamp(28px, 2.2vw, 42px);
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	white-space: nowrap;
}

.site-title a::before,
.site-title a::after {
	content: '';
	display: block;
	width: 22px;
	height: 2px;
	background: currentColor;
	border-radius: 999px;
	opacity: 0.95;
}

.site-description {
	display: none;
}

.main-navigation {
	position: relative;
	width: auto;
	min-width: min(100%, 400px);
}

.main-navigation::before {
	content: '';
	position: fixed;
	inset: 0;
	background: rgba(3, 7, 14, 0.42);
	backdrop-filter: blur(4px);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s ease;
	pointer-events: none;
	z-index: 28;
}

.main-navigation.toggled::before {
	opacity: 1;
	visibility: visible;
}

.main-navigation__topbar {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	min-height: 46px;
}

@media (min-width: 768px) {
	.main-navigation__topbar .header-cta--contact {
		order: 1;
	}

	.main-navigation__topbar .header-cta:not(.header-cta--contact) {
		order: 2;
	}

	.main-navigation__topbar .menu-toggle {
		order: 3;
		margin-left: auto;
	}
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation__panel {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: min(100vw, 420px);
	padding: 36px 28px 32px;
	border-right: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(12, 18, 31, 0.94);
	backdrop-filter: blur(18px);
	box-shadow: 24px 0 60px rgba(0, 0, 0, 0.28);
	opacity: 0;
	visibility: hidden;
	transform: translateX(-100%);
	transition: opacity 0.25s ease, transform 0.28s ease, visibility 0.25s ease;
	pointer-events: none;
	z-index: 30;
}

.main-navigation.toggled .main-navigation__panel {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	pointer-events: auto;
}

.admin-bar .main-navigation__panel {
	top: 46px;
}


.main-navigation__panel-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	align-items: stretch;
	gap: 24px;
	padding: 6px 2px 8px;
}

.main-navigation__panel-branding {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	padding: 4px 0 18px;
	margin-bottom: 8px;
	position: sticky;
	top: 0;
	z-index: 2;
	background: transparent;
}

.main-navigation__panel-branding .custom-logo-link {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	max-width: min(120px, 70vw);
	margin: 0;
}

.main-navigation__panel-branding .custom-logo {
	display: block;
	max-width: 100%;
	height: auto;
}

.main-navigation__panel-branding .site-title a {
	justify-content: flex-start;
	white-space: normal;
	text-align: left;
	margin: 0;
}

.main-navigation__panel-branding .menu-toggle--panel-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	min-width: 44px;
	height: 44px;
	margin-left: 14px;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	line-height: 1;
	padding: 0;
	gap: 0;
}

.main-navigation__panel-branding .menu-toggle--panel-close .menu-toggle__close-char {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-family-body-accent);
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	transform: translateY(-1px);
}

.main-navigation__panel-branding .menu-toggle--panel-close .menu-toggle__label,
.main-navigation__panel-branding .menu-toggle--panel-close .menu-toggle__icon,
.main-navigation__panel-branding .menu-toggle--panel-close .menu-toggle__icon-image {
	display: none;
}

.main-navigation ul ul {
	box-shadow: none;
	float: none;
	position: static;
	display: block;
	width: 100%;
	max-height: 0;
	margin: 0;
	padding: 0 0 0 18px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: max-height 0.35s ease, opacity 0.2s ease, visibility 0.2s ease;
}

.main-navigation ul ul ul {
	left: auto;
	top: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 100%;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
}

/* Small menu. */
.menu-toggle,
	.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	width: auto;
	min-width: 64px;
	height: 46px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
}

.menu-toggle__label {
	display: inline-flex;
	align-items: center;
	height: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	transform: translateY(-1px);
}

.menu-toggle__icon {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 5px;
	width: 28px;
}

.menu-toggle__icon span {
	display: block;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
}

.menu-toggle__icon span:nth-child(1) {
	width: 28px;
}

.menu-toggle__icon span:nth-child(2) {
	width: 18px;
}

.menu-toggle__icon span:nth-child(3) {
	width: 10px;
}

.menu-toggle__icon-image {
	max-width: 28px;
	height: auto;
	display: block;
}

.header-cta {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 46px;
	padding: 0 22px;
	border-radius: 999px;
	border: none;
	background: #9F4D25;
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	text-decoration: none;
	font-family: var(--font-family-body-accent);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1;
	white-space: nowrap;
	box-shadow: none;
	transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.header-cta::after,
.header-cta--panel::after {
	content: '';
	position: absolute;
	inset: calc(var(--hero-button-outer-border-offset) * -1);
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: 999px;
	pointer-events: none;
	transition: inset 0.25s ease, border-color 0.25s ease;
}

.header-cta span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: inherit;
	line-height: 1;
	transform: translateY(-1px);
	-webkit-text-fill-color: inherit;
}

.header-cta:hover,
.header-cta:focus-visible,
.header-cta:active,
.header-cta:visited {
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
}

.header-cta:hover::after,
.header-cta:focus-visible::after,
.header-cta--panel:hover::after,
.header-cta--panel:focus-visible::after {
	inset: 0;
}

.header-cta--panel {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 4px;
	height: 60px;
	padding: 0 26px;
	border: none;
	border-radius: 999px;
	background: #9F4D25;
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	text-align: center;
	font-family: var(--font-family-body-accent);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1;
	box-shadow: none;
}

.header-cta--contact {
	background: rgba(38, 54, 77, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.82);
	font-size: 16px;
	padding: 0 18px;
}

.header-cta--contact::after {
	border-color: rgba(255, 255, 255, 0.55);
}

.header-cta--email {
	display: inline-flex;
}

.header-cta--panel-phone,
.header-cta--panel-email {
	margin-top: 0;
	height: 54px;
	font-size: 16px;
	background: rgba(38, 54, 77, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.74);
}

.floating-phone-cta {
	position: fixed;
	right: clamp(12px, 2vw, 28px);
	bottom: calc(clamp(14px, 2.5vh, 30px) + env(safe-area-inset-bottom));
	z-index: 60;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 999px;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.62);
	backdrop-filter: blur(8px);
	box-shadow: 0 14px 32px rgba(5, 10, 20, 0.28);
	animation: floating-phone-bounce 2.8s ease-in-out infinite;
}

.floating-phone-cta__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	background: #9F4D25;
	color: #fff;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.floating-phone-cta__icon svg {
	width: 20px;
	height: 20px;
	display: block;
}

.floating-phone-cta:hover,
.floating-phone-cta:focus-visible {
	transform: translateY(-2px);
	outline: none;
	animation-play-state: paused;
}

@keyframes floating-phone-bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}
	35% {
		transform: translateY(-8px);
	}
	65% {
		transform: translateY(-4px);
	}
}

.header-cta--panel span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: inherit;
	text-align: center;
	line-height: 1;
	transform: translateY(-1px);
	-webkit-text-fill-color: inherit;
}

.header-cta--panel:hover,
.header-cta--panel:focus-visible,
.header-cta--panel:active,
.header-cta--panel:visited {
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
}

.main-navigation__panel .nav-menu {
	display: grid;
	gap: 14px;
	margin-top: 0;
	margin-bottom: 0;
}

.main-navigation__panel li {
	list-style: none;
	width: 100%;
	display: block;
}

.main-navigation__panel li.has-submenu {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	column-gap: 12px;
	row-gap: 0;
}

.main-navigation__panel .nav-menu a {
	min-width: 0;
	padding: 10px 0;
	font-family: var(--font-family-body-accent);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
}

.main-navigation__panel li.has-submenu > a {
	grid-column: 1;
}

.main-navigation__panel .has-submenu > .submenu-toggle {
	grid-column: 2;
	width: 38px;
	height: 38px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.main-navigation__panel .submenu-toggle:hover,
.main-navigation__panel .submenu-toggle:focus-visible {
	background-color: rgba(255, 255, 255, 0.08);
	outline: none;
}

.main-navigation__panel .submenu-toggle__icon {
	width: 10px;
	height: 10px;
	display: block;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
}

.main-navigation__panel .submenu-open > .submenu-toggle .submenu-toggle__icon {
	transform: rotate(225deg);
}

.main-navigation__panel .has-submenu > ul {
	grid-column: 1 / -1;
	width: 100%;
	margin-top: 4px;
	border-left: 1px solid rgba(255, 255, 255, 0.16);
	padding-left: 16px;
	opacity: 0;
	visibility: hidden;
}

.main-navigation__panel .header-cta--panel {
	flex: 0 0 auto;
	align-self: flex-start;
}

.main-navigation__panel .submenu-open > ul {
	opacity: 1;
	visibility: visible;
}

.main-navigation__panel .has-submenu > ul li {
	padding-left: 0;
	width: 100%;
}

.main-navigation__panel .has-submenu > ul a {
	font-size: 15px;
	padding: 8px 0;
	opacity: 0.9;
}

.footer-block__links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	align-items: center;
	margin: 0;
	padding: 0;
}

.footer-block__links a {
	display: inline-flex;
	align-items: center;
	width: auto;
	color: inherit;
	text-decoration: none;
	font-family: var(--font-family-body-accent);
	font-size: 15px;
	line-height: 1.3;
}

@media (max-width: 1099px) {
	.site-header__inner {
		padding: 0 var(--frame-padding-inline);
	}

	.site-title a {
		font-size: clamp(22px, 5vw, 34px);
	}

	.site-title a::before,
	.site-title a::after {
		width: 16px;
	}

	.main-navigation {
		min-width: auto;
	}

	.main-navigation__panel {
		width: min(100vw, 380px);
	}

	.header-cta {
		display: none;
	}

	.header-cta--contact {
		display: none;
	}

	.header-cta--panel {
		display: inline-flex;
		font-size: 18px;
		height: 60px;
		padding: 0 18px;
	}
}

@media (max-width: 767px) {
	.site-header {
		padding-top: 18px;
	}

	.site-branding__default-logo {
		display: none;
	}

	.site-branding__scrolled-logo {
		display: inline-flex;
	}

	.site-header__inner {
		gap: 12px;
		align-items: center;
	}

	.site-branding {
		max-width: calc(100% - 148px);
	}

	.site-title a {
		gap: 8px;
		font-size: 24px;
	}

	.site-title a::before,
	.site-title a::after {
		width: 12px;
	}

	.main-navigation__topbar {
		gap: 12px;
		justify-content: space-between;
		width: 100%;
	}

	.main-navigation {
		width: 100%;
	}

	.menu-toggle {
		width: auto;
		min-width: 44px;
		height: 44px;
		margin-left: auto;
		order: 2;
		gap: 10px;
	}

	.header-cta {
		display: inline-flex;
		order: 1;
		height: 46px;
		padding: 0 16px;
		font-size: 15px;
	}

	.header-cta--contact,
	.header-cta--phone,
	.header-cta--email {
		display: none;
	}

	.site-branding {
		display: none;
	}

	.main-navigation__panel {
		width: 100vw;
		left: 0;
		padding: 30px 20px 24px;
	}

	.main-navigation__panel .nav-menu {
		margin-top: 0;
	}

	.header-cta--panel {
		font-size: 16px;
		font-weight: 500;
		height: 56px;
		padding: 0 20px;
	}

	.header-cta--panel-phone,
	.header-cta--panel-email {
		display: none;
		height: 52px;
		font-size: 15px;
	}

	.floating-phone-cta {
		width: 58px;
		height: 58px;
		right: 12px;
	}

	.floating-phone-cta__icon {
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 1360px) {
	.header-cta--contact,
	.header-cta--panel-phone,
	.header-cta--panel-email {
		display: none;
	}
}

@media (max-width: 400px) {
	.header-cta--phone,
	.header-cta--panel-phone {
		display: none;
	}
}

@media (max-width: 700px) {
	.site-branding {
		display: flex;
		max-width: 90px;
		flex: 0 0 auto;
	}

	.site-branding .custom-logo-link {
		max-width: 72px;
	}

	.main-navigation__topbar .header-cta {
		display: none;
	}

	.main-navigation__topbar {
		justify-content: flex-end;
	}

	.main-navigation {
		width: auto;
		margin-left: auto;
	}
}


.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}


.updated:not(.published) {
	display: none;
}


/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Apartments
--------------------------------------------- */
.apartments-page {
	position: relative;
	min-height: 100vh;
	background:
		linear-gradient(180deg, rgba(235, 239, 243, 0.98) 0%, rgba(235, 239, 243, 0.88) 14%, rgba(235, 239, 243, 0.72) 28%, #223248 100%);
	color: #ffffff;
	padding: 150px 0 80px;
}

.apartments-page__section {
	position: relative;
	z-index: 1;
	padding: 0;
}

.apartments-page__inner {
	width: min(100%, var(--width));
	margin: 0 auto;
	padding: 0 var(--frame-padding-inline);
	box-sizing: border-box;
}

.apartments-page__hero {
	display: grid;
	gap: 18px;
	max-width: 780px;
	margin-bottom: 44px;
}

.apartments-page__eyebrow {
	margin: 0;
	font-family: var(--font-family-display);
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #C56A3A;
}

.apartments-page__title {
	margin: 0;
	font-family: var(--font-family-display);
	font-size: clamp(40px, 6vw, 72px);
	font-weight: 400;
	line-height: 0.94;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #223248;
	text-wrap: balance;
}

.apartments-page__description,
.apartments-page__empty {
	margin: 0;
	max-width: 720px;
	font-family: var(--font-family-body-accent);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.45;
	color: rgba(38, 54, 77, 0.9);
}

.apartments-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

.apartments-card {
	min-width: 0;
	margin: 0;
	list-style: none;
	background: rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(14px);
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 24px 50px rgba(10, 18, 30, 0.18);
	overflow: hidden;
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.apartments-card:hover,
.apartments-card:focus-within {
	transform: translateY(-4px);
	border-color: rgba(255, 255, 255, 0.28);
	box-shadow: 0 28px 60px rgba(10, 18, 30, 0.24);
}

.apartments-card__link {
	display: grid;
	gap: 26px;
	height: 100%;
	padding: 28px;
	text-decoration: none;
	color: inherit;
	box-sizing: border-box;
}

.apartments-card__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.apartments-card__number {
	margin: 0;
	font-family: var(--font-family-display);
	font-size: 42px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #ffffff;
}

.apartments-card__title {
	margin: 0;
	font-family: var(--font-family-display);
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #ffffff;
}

.apartments-card__status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.32);
	font-family: var(--font-family-body-accent);
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: #ffffff;
	white-space: nowrap;
}

.apartments-card__status--available {
	background: rgba(59, 130, 92, 0.16);
	border-color: rgba(139, 224, 171, 0.55);
	color: #DFF5E5;
}

.apartments-card__status--reserved {
	background: rgba(197, 106, 58, 0.16);
	border-color: rgba(236, 170, 137, 0.55);
	color: #FFE5D6;
}

.apartments-card__status--taken {
	background: rgba(125, 138, 161, 0.18);
	border-color: rgba(205, 214, 226, 0.38);
	color: #E4EAF2;
}

.apartments-card__meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.apartments-card__meta-item,
.apartments-single__spec {
	display: grid;
	gap: 8px;
	padding: 16px 18px;
	border-radius: 22px;
	background: rgba(20, 31, 50, 0.28);
	border: 1px solid rgba(255, 255, 255, 0.12);
	min-width: 0;
	box-sizing: border-box;
}

.apartments-card__meta-label,
.apartments-single__spec-label {
	font-family: var(--font-family-body-accent);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	color: #ffffff;
}

.apartments-card__meta-value,
.apartments-single__spec-value {
	font-family: var(--font-family-display);
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #ffffff;
}

.apartments-card__price {
	margin: auto 0 0;
	font-family: var(--font-family-display);
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #ffffff;
}

.apartments-single__back-wrap {
	margin-bottom: 28px;
}

.apartments-single__back {
	min-width: 0;
}

.apartments-single__hero {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 36px;
}

.apartments-single__hero-main {
	display: grid;
	gap: 18px;
	max-width: 720px;
}

.apartments-single__status-wrap {
	flex: 0 0 auto;
}

.apartments-single__status {
	min-height: 42px;
	padding: 0 18px;
	font-size: 15px;
}

.apartments-single__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	gap: 32px;
	align-items: start;
}

.apartments-single__content {
	display: grid;
	gap: 28px;
}

.apartments-single__specs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.apartments-single__description {
	padding: 28px;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.16);
	font-family: var(--font-family-body-accent);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	color: #ffffff;
	backdrop-filter: blur(10px);
	box-sizing: border-box;
}

.apartments-single__description > *:first-child {
	margin-top: 0;
}

.apartments-single__description > *:last-child {
	margin-bottom: 0;
}

.apartments-single__media {
	position: sticky;
	top: 132px;
	border-radius: 0;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 24px 50px rgba(10, 18, 30, 0.24);
}

.apartments-single__image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

@media (max-width: 1219px) {
	.apartments-page {
		padding-top: 136px;
	}

	.apartments-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.apartments-single__hero,
	.apartments-single__layout {
		grid-template-columns: 1fr;
		display: grid;
	}

	.apartments-single__status-wrap {
		justify-self: start;
	}

	.apartments-single__media {
		position: relative;
		top: auto;
	}
}

@media (max-width: 767px) {
	.apartments-page {
		padding: 112px 0 56px;
	}

	.apartments-page__hero {
		margin-bottom: 30px;
		gap: 14px;
	}

	.apartments-page__description,
	.apartments-page__empty,
	.apartments-single__description {
		font-size: 16px;
	}

	.apartments-grid,
	.apartments-card__meta,
	.apartments-single__specs {
		grid-template-columns: 1fr;
	}

	.apartments-card__link,
	.apartments-single__description {
		padding: 22px;
	}

	.apartments-card__number {
		font-size: 36px;
	}

	.apartments-card__title {
		font-size: 24px;
	}

	.apartments-card__price {
		font-size: 26px;
	}

	.apartments-single__hero {
		gap: 16px;
		margin-bottom: 28px;
	}
}



/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Page hero header and page content shell
--------------------------------------------- */
.page .site-main {
	padding: 0 0 72px;
	background: linear-gradient(180deg, #f4f7fb 0%, #ebeff3 100%);
}

.page .entry-header--hero-page {
	position: relative;
	overflow: hidden;
	padding: clamp(128px, 13vw, 184px) 24px clamp(46px, 6vw, 78px);
	background: linear-gradient(180deg, #223248 0%, #30445f 56%, #415a78 100%);
	color: #fff;
}

.page .entry-header--hero-page::after {
	content: '';
	position: absolute;
	inset: auto 0 0;
	height: clamp(112px, 16vw, 176px);
	background: linear-gradient(180deg, rgba(235, 239, 243, 0) 0%, #ebeff3 100%);
	pointer-events: none;
}

.page .entry-title--hero-page {
	position: relative;
	z-index: 1;
	width: min(100%, 980px);
	margin: 0 auto;
	font-family: var(--font-family-display);
	font-size: clamp(36px, 4.9vw, 68px);
	line-height: 0.98;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	color: #fff;
}

.page .entry-content {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 24px;
	box-sizing: border-box;
}

.seo-block--privacy-fallback {
	padding-top: clamp(124px, 12vw, 180px);
}

@media (max-width: 767px) {
	.page .site-main {
		padding: 0 0 48px;
	}

	.page .entry-header--hero-page {
		padding: 104px 16px 38px;
	}

	.page .entry-title--hero-page,
	.page .entry-content {
		padding: 0 16px;
	}

	.page .entry-title--hero-page {
		font-size: clamp(30px, 9.2vw, 44px);
	}
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.contact-modal-open {
	overflow: hidden;
}

.contact-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.contact-modal[hidden] {
	display: none !important;
}

.contact-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(8, 20, 28, 0.7);
	backdrop-filter: blur(4px);
}

.contact-modal__dialog {
	position: relative;
	width: min(760px, 100%);
	max-height: min(90vh, 920px);
	overflow: auto;
	background: linear-gradient(180deg, #0f2a3a 0%, #0a1c27 100%);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 24px;
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45);
	padding: 40px 28px 28px;
	color: #fff;
}

.contact-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: auto;
	height: auto;
	border: 0;
	padding: 0;
	background: transparent;
	color: #fff;
	font-size: 2.1rem;
	line-height: 1;
	cursor: pointer;
}

.contact-modal__content {
	display: grid;
	gap: 14px;
}

.contact-modal__eyebrow {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	opacity: 0.78;
}

.contact-modal__title {
	margin: 0;
	font-size: clamp(1.8rem, 4vw, 2.5rem);
	font-family: 'Syne', sans-serif;
	font-weight: 700;
	line-height: 1.1;
}

.contact-modal__notice {
	margin: 0;
	padding: 10px 14px;
	border-radius: 10px;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 14px;
	line-height: 1.4;
}

.contact-modal__notice--success,
.footer-block__notice--success {
	background: rgba(70, 170, 95, 0.2);
	border: 1px solid rgba(70, 170, 95, 0.55);
	color: #e9ffe8;
}

.contact-modal__notice--error,
.footer-block__notice--error {
	background: rgba(201, 69, 69, 0.2);
	border: 1px solid rgba(201, 69, 69, 0.55);
	color: #ffeaea;
}

.footer-block__input--textarea {
	min-height: 130px;
	height: auto;
	padding-top: 16px;
	padding-bottom: 16px;
	resize: vertical;
}

.footer-block__input--select,
.footer-block__select {
	appearance: none;
	-webkit-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%);
	background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
}

.contact-modal .footer-block__form {
	margin-top: 8px;
}

@media (max-width: 767px) {
	.contact-modal {
		padding: 16px;
	}

	.contact-modal__dialog {
		padding: 34px 16px 18px;
		border-radius: 18px;
	}
}

h1.hero-apartament__title {
    margin-bottom: 20px;
}

/* .admin-bar div#page {
    padding-top: 32px;
}
@media screen and (max-width: 782px) {
	.admin-bar div#page {
		padding-top: 46px;
	}
} */