/*
Theme Name: Mar Paraty
Theme URI: https://yhello.co/
Author: Yhello
Author URI: https://yhello.co/
Description: Custom WordPress theme for Mar Paraty.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: mar
*/

:root {
	--mar-color-ink: #17201d;
	--mar-color-muted: #5a6862;
	--mar-color-line: #d9e1dd;
	--mar-color-paper: #f8f6ef;
	--mar-color-surface: #f8f6ef;
	--mar-color-accent: #0d766e;
	--mar-color-accent-dark: #084f4a;
	--mar-font-body: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
	--mar-font-display: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
	--mar-width-content: 1120px;
}

* {
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
	background: var(--mar-color-paper);
}

body {
	margin: 0;
	background: var(--mar-color-paper);
	color: var(--mar-color-ink);
	font-family: var(--mar-font-body);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
	-webkit-text-size-adjust: 100%;
}

body.admin-bar .site-aside {
	top: 32px;
	height: calc(100vh - 32px);
}

a {
	color: var(--mar-color-accent-dark);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

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

.mar-icon {
	display: inline-block;
	width: 1.15em;
	height: 1.15em;
	flex: 0 0 auto;
}

.site-header,
.site-footer {
	background: var(--mar-color-surface);
}

.site-layout {
	min-height: 100vh;
}

.site-aside {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 30%;
	height: 100vh;
	background-color: var(--mar-color-accent-dark);
	background-position: center;
	background-size: cover;
	color: var(--mar-color-surface);
}

.site-aside__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(23, 32, 29, 0.32), rgba(23, 32, 29, 0.66));
	pointer-events: none;
}

.site-content {
	width: 70%;
	min-height: 100vh;
	margin-left: 30%;
	background: var(--mar-color-paper);
}

.site-footer__inner,
.site-main {
	width: min(calc(100% - 64px), 860px);
	margin: 0 auto;
}

.site-footer__inner {
	width: min(calc(100% - 64px), 1120px);
}

.site-header__inner {
	position: relative;
	z-index: 1;
	display: flex;
	min-height: 100%;
	flex-direction: column;
	justify-content: space-between;
	gap: 40px;
	padding: 44px;
}

.site-title {
	margin: 0;
	font-family: var(--mar-font-display);
	font-size: 30px;
	font-weight: 500;
	line-height: 1.1;
}

.site-title a {
	color: inherit;
	text-decoration: none;
}

.site-logo__image {
	display: block;
	width: auto;
	max-width: min(100%, 220px);
	height: auto;
}

.site-logo__image--menu {
	max-height: 86px;
	filter: brightness(0) invert(1);
}

.site-description {
	margin: -14px 0 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 14px;
}

.primary-menu {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: flex-start;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
}

.primary-menu a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--mar-color-surface);
	text-decoration: none;
}

.primary-menu .mar-icon {
	width: 17px;
	height: 17px;
	flex: 0 0 auto;
	opacity: 0.86;
}

.site-main {
	padding: 72px 0;
}

.prop-main {
	width: min(calc(100% - 64px), 1120px);
}

.entry {
	max-width: 780px;
}

.entry + .entry {
	margin-top: 52px;
	padding-top: 52px;
	border-top: 1px solid var(--mar-color-line);
}

.entry-title {
	margin: 0 0 18px;
	font-family: var(--mar-font-display);
	font-size: clamp(34px, 6vw, 70px);
	font-weight: 500;
	line-height: 0.98;
}

.entry-title a {
	color: inherit;
	text-decoration: none;
}

.entry-meta {
	margin-bottom: 22px;
	color: var(--mar-color-muted);
	font-size: 14px;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-content h2,
.entry-content h3 {
	font-family: var(--mar-font-display);
	font-weight: 500;
	line-height: 1.1;
}

.entry-content h2 {
	font-size: 38px;
}

.entry-content h3 {
	font-size: 28px;
}

.entry-content blockquote {
	margin: 36px 0;
	padding-left: 24px;
	border-left: 4px solid var(--mar-color-accent);
	color: var(--mar-color-muted);
	font-family: var(--mar-font-display);
	font-size: 24px;
	line-height: 1.35;
}

.home-main {
	width: min(calc(100% - 64px), 1120px);
}

.home-hero {
	min-height: min(720px, calc(100vh - 144px));
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 44px 0 88px;
}

.home-kicker {
	margin: 0 0 18px;
	color: var(--mar-color-muted);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: uppercase;
}

.home-hero h1,
.home-section h2 {
	margin: 0;
	font-family: var(--mar-font-display);
	font-weight: 500;
	line-height: 0.98;
}

.home-hero h1 {
	max-width: 980px;
	font-size: clamp(38px, 4.2vw, 56px);
}

.home-hero > p:not(.home-kicker) {
	max-width: 720px;
	margin: 28px 0 0;
	color: var(--mar-color-muted);
	font-size: 24px;
	line-height: 1.42;
}

.home-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	align-items: center;
	margin-top: 36px;
}

.home-actions br,
.proposal-final br {
	display: none;
}

.home-button,
.home-link {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	touch-action: manipulation;
	text-decoration: none;
}

.home-button .mar-icon,
.home-link .mar-icon {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
}

.home-button {
	padding: 12px 20px;
	border: 1px solid var(--mar-color-accent-dark);
	border-radius: 999px;
	background: var(--mar-color-accent-dark);
	color: var(--mar-color-paper);
	font-weight: 500;
}

.home-link {
	color: var(--mar-color-accent-dark);
	font-weight: 500;
}

.home-section {
	padding: 72px 0;
	border-top: 1px solid rgba(23, 32, 29, 0.12);
}

.home-section__header {
	display: grid;
	max-width: 780px;
	grid-template-columns: 1fr;
	gap: 12px;
	align-items: start;
	margin-bottom: 34px;
}

.home-section__header .home-kicker {
	margin-bottom: 0;
}

.home-section h2 {
	max-width: 780px;
	font-size: clamp(36px, 5vw, 62px);
}

.home-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.home-path-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.home-path {
	display: flex;
	min-width: 0;
	min-height: 310px;
	flex-direction: column;
	padding: 28px;
	border: 1px solid rgba(23, 32, 29, 0.14);
	border-radius: 8px;
	color: inherit;
	text-decoration: none;
	transition: border-color 160ms ease, transform 160ms ease;
}

.home-path:hover,
.home-path:focus {
	border-color: rgba(8, 79, 74, 0.55);
	transform: translateY(-2px);
}

.home-path__icon {
	color: var(--mar-color-accent-dark);
}

.home-path__icon .mar-icon {
	width: 34px;
	height: 34px;
}

.home-path__title {
	display: block;
	margin-top: auto;
	font-family: var(--mar-font-display);
	font-size: 34px;
	font-weight: 500;
	line-height: 1.05;
}

.home-path__text {
	display: block;
	max-width: 460px;
	margin-top: 14px;
	color: var(--mar-color-muted);
	font-size: 18px;
	line-height: 1.45;
}

.home-path__cta {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	gap: 7px;
	margin-top: 24px;
	color: var(--mar-color-accent-dark);
	font-size: 15px;
	font-weight: 600;
}

.home-path__cta .mar-icon {
	width: 16px;
	height: 16px;
}

.home-service {
	display: flex;
	min-width: 0;
	min-height: 260px;
	flex-direction: column;
	justify-content: space-between;
	padding: 22px;
	border: 1px solid rgba(23, 32, 29, 0.14);
	border-radius: 8px;
	color: inherit;
	text-decoration: none;
	transition: border-color 160ms ease, transform 160ms ease;
}

.home-service:hover,
.home-service:focus {
	border-color: rgba(8, 79, 74, 0.55);
	transform: translateY(-2px);
}

.home-service__icon {
	color: var(--mar-color-accent-dark);
}

.home-service__icon .mar-icon {
	width: 28px;
	height: 28px;
}

.home-service__title {
	display: block;
	margin-top: auto;
	font-family: var(--mar-font-display);
	font-size: 28px;
	font-weight: 500;
	line-height: 1.1;
}

.home-service__text {
	display: block;
	margin-top: 12px;
	color: var(--mar-color-muted);
	font-size: 16px;
	line-height: 1.45;
}

.home-type-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.home-type,
.catalog-nav a {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 10px;
	padding: 14px 15px;
	border: 1px solid rgba(23, 32, 29, 0.14);
	border-radius: 999px;
	color: inherit;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
}

.home-type .mar-icon,
.catalog-nav .mar-icon {
	width: 18px;
	height: 18px;
	color: var(--mar-color-accent-dark);
}

.home-journey-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.home-journey-step {
	min-width: 0;
	padding: 22px;
	border: 1px solid rgba(23, 32, 29, 0.14);
	border-radius: 8px;
}

.home-journey-step .mar-icon {
	width: 24px;
	height: 24px;
	color: var(--mar-color-accent-dark);
}

.home-journey-step h3 {
	margin: 46px 0 0;
	font-family: var(--mar-font-display);
	font-size: 24px;
	font-weight: 500;
	line-height: 1.15;
}

.home-journey-step p,
.home-journey-note {
	color: var(--mar-color-muted);
}

.home-journey-step p {
	margin: 10px 0 0;
	font-size: 16px;
	line-height: 1.45;
}

.home-journey-note {
	max-width: 760px;
	margin: 28px 0 0;
	font-size: 20px;
	line-height: 1.45;
}

.home-paraty {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.35fr);
	gap: 56px;
}

.home-paraty .home-kicker {
	grid-column: 1 / -1;
	margin-bottom: -28px;
}

.home-paraty__text {
	color: var(--mar-color-muted);
	font-size: 22px;
	line-height: 1.46;
}

.home-paraty__text p {
	margin: 0;
}

.home-paraty__text p + p {
	margin-top: 22px;
}

.home-stay-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.mar-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.mar-product-grid--home {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mar-product-card {
	min-width: 0;
}

.mar-product-card__image {
	display: block;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	border-radius: 8px;
	background: rgba(23, 32, 29, 0.08);
}

.mar-product-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mar-product-card__content {
	padding-top: 14px;
}

.mar-product-card__type,
.mar-product-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 10px;
	margin: 0;
	color: var(--mar-color-muted);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
}

.mar-product-card__type {
	text-transform: uppercase;
}

.mar-product-card__type .mar-icon,
.mar-product-card__meta .mar-icon {
	width: 15px;
	height: 15px;
	color: var(--mar-color-accent-dark);
}

.mar-product-card h3 {
	margin: 8px 0 0;
	font-family: var(--mar-font-display);
	font-size: 22px;
	font-weight: 500;
	line-height: 1.15;
}

.mar-product-card h3 a {
	color: inherit;
	text-decoration: none;
}

.mar-product-card__text {
	margin: 9px 0 0;
	color: var(--mar-color-muted);
	font-size: 15px;
	line-height: 1.45;
}

.mar-product-card__meta {
	margin-top: 14px;
}

.mar-product-card__meta span {
	display: inline-flex;
	min-width: 0;
	align-items: center;
	gap: 5px;
}

.home-section-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 28px;
	color: var(--mar-color-accent-dark);
	font-weight: 600;
	text-decoration: none;
}

.home-section-link .mar-icon {
	width: 17px;
	height: 17px;
}

.home-stay {
	min-width: 0;
}

.home-stay__image {
	display: block;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	border-radius: 8px;
	background: rgba(23, 32, 29, 0.08);
}

.home-stay__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-stay__content {
	padding-top: 16px;
}

.home-stay h3,
.home-stay-empty h3 {
	margin: 0;
	font-family: var(--mar-font-display);
	font-size: 24px;
	font-weight: 500;
	line-height: 1.15;
}

.home-stay h3 a {
	color: inherit;
	text-decoration: none;
}

.home-stay p,
.home-stay-empty p,
.home-final p {
	margin: 10px 0 0;
	color: var(--mar-color-muted);
}

.home-stay span {
	display: block;
	margin-top: 12px;
	color: var(--mar-color-muted);
	font-size: 14px;
}

.home-stay-empty {
	max-width: 620px;
	padding: 28px 0 0;
}

.home-final {
	padding-bottom: 120px;
}

.home-final h2 {
	max-width: 840px;
}

.home-final p {
	max-width: 680px;
	font-size: 22px;
	line-height: 1.46;
}

.home-final .home-button {
	margin-top: 32px;
}

.home-final .home-link {
	margin-top: 18px;
	margin-left: 18px;
}

.proposal-final__subtitle {
	margin-top: 34px;
	color: var(--mar-color-ink);
	font-family: var(--mar-font-display);
	font-size: clamp(34px, 4vw, 54px);
	font-weight: 500;
	line-height: 1;
}

.home-final .proposal-final__button {
	margin-top: 18px;
	cursor: pointer;
	font-size: 17px;
}

.has-proposal-modal {
	overflow: hidden;
}

.proposal-accept-modal[hidden] {
	display: none;
}

.proposal-accept-modal {
	position: fixed;
	z-index: 10000;
	inset: 0;
	display: grid;
	padding: 24px;
	place-items: center;
}

.proposal-accept-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(16, 24, 21, 0.56);
	backdrop-filter: blur(10px);
}

.proposal-accept-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 620px);
	padding: 34px;
	border: 1px solid rgba(23, 32, 29, 0.14);
	border-radius: 14px;
	background: var(--mar-color-paper);
	box-shadow: 0 28px 90px rgba(16, 24, 21, 0.28);
}

.proposal-accept-modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	display: inline-flex;
	width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid rgba(23, 32, 29, 0.14);
	border-radius: 999px;
	background: transparent;
	color: var(--mar-color-accent-dark);
	cursor: pointer;
}

.proposal-accept-modal__close .mar-icon {
	width: 18px;
	height: 18px;
}

.proposal-accept-modal h2 {
	max-width: 500px;
	margin: 0;
	font-family: var(--mar-font-display);
	font-size: clamp(34px, 5vw, 54px);
	font-weight: 500;
	line-height: 0.98;
}

.proposal-accept-modal__dialog > p:not(.home-kicker) {
	max-width: 520px;
	margin: 18px 0 0;
	color: var(--mar-color-muted);
	font-size: 18px;
	line-height: 1.48;
}

.proposal-accept-form {
	margin-top: 28px;
}

.proposal-accept-form label {
	display: block;
	margin-bottom: 8px;
	color: var(--mar-color-accent-dark);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.proposal-accept-form__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
}

.proposal-accept-form input {
	min-width: 0;
	min-height: 50px;
	padding: 0 16px;
	border: 1px solid rgba(23, 32, 29, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.55);
	color: var(--mar-color-ink);
	font: inherit;
}

.proposal-accept-form input:focus {
	border-color: var(--mar-color-accent-dark);
	outline: none;
}

.proposal-accept-form button:disabled {
	cursor: wait;
	opacity: 0.68;
}

.proposal-accept-form__message {
	min-height: 22px;
	margin: 14px 0 0;
	color: var(--mar-color-muted);
	font-size: 15px;
	line-height: 1.4;
}

.proposal-accept-form__message[data-state="success"] {
	color: var(--mar-color-accent-dark);
	font-weight: 600;
}

.proposal-accept-form__message[data-state="error"] {
	color: #9b2f26;
	font-weight: 600;
}

.public-hero {
	min-height: min(660px, calc(100vh - 144px));
	gap: 44px;
	justify-content: flex-end;
	padding-top: 64px;
}

.public-hero__intro {
	max-width: 820px;
}

.public-focus-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.public-focus-card {
	position: relative;
	min-width: 0;
	aspect-ratio: 3 / 4;
	margin: 0;
	overflow: hidden;
	border-radius: 8px;
	background: rgba(23, 32, 29, 0.08);
}

.public-focus-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.public-focus-card::after {
	position: absolute;
	inset: auto 0 0;
	height: 48%;
	background: linear-gradient(180deg, rgba(23, 32, 29, 0), rgba(23, 32, 29, 0.68));
	content: "";
	pointer-events: none;
}

.public-focus-card__label {
	position: absolute;
	right: 18px;
	bottom: 18px;
	left: 18px;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--mar-color-paper);
	font-size: 22px;
	font-weight: 600;
	line-height: 1.05;
}

.public-focus-card__label .mar-icon {
	width: 24px;
	height: 24px;
	filter: drop-shadow(0 1px 8px rgba(23, 32, 29, 0.28));
}

.public-copy {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 34px;
	color: var(--mar-color-muted);
	font-size: 22px;
	line-height: 1.48;
}

.public-copy p {
	margin: 0;
}

.public-intro {
	display: grid;
	gap: 34px;
}

.public-intro__header {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.8fr);
	gap: 44px;
	align-items: end;
}

.public-intro__header .home-section__header {
	margin-bottom: 0;
}

.public-intro__lead {
	margin: 0 0 0 auto;
	color: var(--mar-color-muted);
	font-size: 24px;
	line-height: 1.4;
}

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

.public-about-card {
	min-width: 0;
	padding: 28px;
	border: 1px solid rgba(23, 32, 29, 0.12);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.2);
}

.public-about-card--wide {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: auto minmax(180px, 0.35fr) minmax(0, 1fr);
	gap: 18px;
	align-items: start;
}

.public-about-card > .mar-icon {
	width: 30px;
	height: 30px;
	margin-bottom: 28px;
	color: var(--mar-color-accent-dark);
}

.public-about-card--wide > .mar-icon {
	margin-bottom: 0;
}

.public-about-card h3 {
	margin: 0 0 14px;
	font-family: var(--mar-font-display);
	font-size: 30px;
	font-weight: 500;
	line-height: 1.08;
}

.public-about-card p {
	margin: 0;
	color: var(--mar-color-muted);
	font-size: 19px;
	line-height: 1.48;
}

.public-intro__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-top: 6px;
}

.public-intro__cta p {
	max-width: 520px;
	margin: 0;
	color: var(--mar-color-muted);
	font-size: 20px;
	line-height: 1.42;
}

.public-service {
	background: rgba(255, 255, 255, 0.2);
}

.public-principles {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.85fr);
	gap: 52px;
	align-items: start;
}

.public-principle-list {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.public-principle-list li {
	display: flex;
	min-width: 0;
	align-items: flex-start;
	gap: 12px;
	padding: 16px 0;
	border-top: 1px solid rgba(23, 32, 29, 0.12);
	color: var(--mar-color-muted);
	font-size: 18px;
	line-height: 1.35;
}

.public-principle-list .mar-icon {
	width: 20px;
	height: 20px;
	margin-top: 0.1em;
	color: var(--mar-color-accent-dark);
}

.public-proposal p,
.proposal-investment p {
	max-width: 720px;
	color: var(--mar-color-muted);
	font-size: 22px;
	line-height: 1.46;
}

.proposal-investment {
	padding-top: 60px;
	padding-bottom: 76px;
}

.proposal-investment__header {
	max-width: 920px;
	margin-bottom: 32px;
}

.proposal-investment__header .home-kicker {
	margin-bottom: 14px;
}

.proposal-investment__header h2 {
	max-width: 880px;
	font-size: clamp(40px, 4.7vw, 66px);
	line-height: 1;
}

.proposal-step-grid,
.proposal-investment__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

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

.proposal-step,
.proposal-investment__grid > div {
	min-width: 0;
	padding: 24px;
	border: 1px solid rgba(23, 32, 29, 0.14);
	border-radius: 8px;
}

.proposal-investment__grid > div {
	display: flex;
	min-height: 260px;
	flex-direction: column;
	padding: 30px;
	background: rgba(255, 255, 255, 0.18);
}

.proposal-step__kicker {
	display: inline-flex;
	width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	margin: 0;
	border-radius: 999px;
	background: rgba(8, 79, 74, 0.08);
	color: var(--mar-color-accent-dark);
}

.proposal-step__kicker .mar-icon {
	width: 19px;
	height: 19px;
}

.proposal-step h3,
.proposal-investment h3 {
	margin: 42px 0 0;
	font-family: var(--mar-font-display);
	font-size: 26px;
	font-weight: 500;
	line-height: 1.12;
}

.proposal-investment h3 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 0;
}

.proposal-investment h3 .mar-icon {
	width: 22px;
	height: 22px;
	color: var(--mar-color-accent-dark);
}

.proposal-step p:not(.proposal-step__kicker),
.proposal-investment__grid p {
	margin: 12px 0 0;
	color: var(--mar-color-muted);
	font-size: 16px;
	line-height: 1.45;
}

.proposal-package-card__price {
	margin: 20px 0 0;
	color: var(--mar-color-accent-dark);
	font-family: var(--mar-font-display);
	font-size: 34px;
	font-weight: 500;
	line-height: 1;
}

.proposal-package-card ul {
	display: grid;
	gap: 9px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
	color: var(--mar-color-muted);
	font-size: 15px;
	line-height: 1.35;
}

.proposal-package-card li {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 9px;
	padding-left: 0;
}

.proposal-package-card li::before {
	display: none;
}

.proposal-package-card li .mar-icon {
	width: 15px;
	height: 15px;
	margin-top: 0.12em;
	color: var(--mar-color-accent-dark);
}

.proposal-package-card h3 .mar-icon,
.proposal-step h3 .mar-icon,
.proposal-note .mar-icon {
	width: 21px;
	height: 21px;
	margin-right: 8px;
	color: var(--mar-color-accent-dark);
	vertical-align: -0.16em;
}

.proposal-note {
	max-width: 760px;
	margin: 28px 0 0;
	color: var(--mar-color-muted);
	font-size: 18px;
	line-height: 1.45;
}

.proposal-service-timeline {
	--proposal-timeline-gap: 14px;
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, minmax(160px, 1fr));
	gap: var(--proposal-timeline-gap);
	margin-top: 48px;
	padding: 28px 0 54px;
	border-top: 1px solid rgba(23, 32, 29, 0.14);
	border-bottom: 1px solid rgba(23, 32, 29, 0.14);
}

.proposal-service-timeline::before {
	display: none;
}

.proposal-service-timeline__item {
	position: relative;
	min-width: 0;
}

.proposal-service-timeline__item:not(:last-child)::after {
	position: absolute;
	top: 19px;
	left: 38px;
	z-index: 0;
	width: calc(100% + var(--proposal-timeline-gap) - 19px);
	height: 1px;
	background: rgba(8, 79, 74, 0.22);
	content: "";
}

.proposal-service-timeline__icon {
	position: relative;
	z-index: 2;
	display: inline-flex;
	width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	margin: 0 0 18px;
	border: 1px solid rgba(8, 79, 74, 0.18);
	border-radius: 999px;
	background: var(--mar-color-paper);
	color: var(--mar-color-accent-dark);
}

.proposal-service-timeline__icon .mar-icon {
	width: 19px;
	height: 19px;
}

.proposal-service-timeline h3 {
	margin: 0 0 8px;
	font-family: var(--mar-font-display);
	font-size: 21px;
	font-weight: 500;
	line-height: 1.12;
}

.proposal-service-timeline p:not(.proposal-service-timeline__icon) {
	margin: 0;
	color: var(--mar-color-muted);
	font-size: 15px;
	line-height: 1.42;
}

.proposal-investment__grid .proposal-investment__value {
	margin: 28px 0 0;
	color: var(--mar-color-ink);
	font-family: var(--mar-font-display);
	font-size: clamp(42px, 5.2vw, 72px);
	font-weight: 500;
	line-height: 0.95;
}

.proposal-investment__value span {
	display: block;
	margin-top: 8px;
	color: var(--mar-color-accent-dark);
	font-family: var(--mar-font-body);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.proposal-investment__card > p:not(.proposal-investment__value) {
	max-width: 560px;
	margin-top: auto;
	padding-top: 24px;
}

.proposal-material {
	display: grid;
	grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1fr);
	gap: 42px;
	align-items: center;
}

.proposal-material__frame {
	max-width: 360px;
	margin: 0;
}

.proposal-material__video {
	display: block;
	width: 100%;
	aspect-ratio: 9 / 16;
	overflow: hidden;
	border-radius: 8px;
	background: rgba(23, 32, 29, 0.08);
	object-fit: cover;
}

.proposal-material__copy p {
	max-width: 680px;
	color: var(--mar-color-muted);
	font-size: 21px;
	line-height: 1.48;
}

.proposal-stills {
	padding-top: 8px;
}

.proposal-stills__intro {
	max-width: 720px;
	margin: 0 0 28px;
}

.proposal-stills__intro h2 {
	margin: 8px 0 0;
	font-family: var(--mar-font-display);
	font-size: clamp(36px, 4.8vw, 58px);
	font-weight: 500;
	line-height: 0.98;
}

.proposal-stills__intro p {
	margin: 16px 0 0;
	color: var(--mar-color-muted);
	font-size: 19px;
	line-height: 1.45;
}

.proposal-stills__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
	align-items: end;
}

.proposal-stills__item {
	margin: 0;
	overflow: hidden;
	border-radius: 8px;
	background: rgba(23, 32, 29, 0.08);
}

.proposal-stills__item:nth-child(1),
.proposal-stills__item:nth-child(3),
.proposal-stills__item:nth-child(5) {
	margin-bottom: 34px;
}

.proposal-stills__image {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
}

.catalog-main {
	width: min(calc(100% - 64px), 1120px);
}

.catalog-hero {
	padding: 44px 0 76px;
}

.catalog-hero h1 {
	max-width: 980px;
	margin: 0;
	font-family: var(--mar-font-display);
	font-size: clamp(42px, 5.4vw, 72px);
	font-weight: 500;
	line-height: 0.98;
}

.catalog-hero > p:not(.home-kicker) {
	max-width: 760px;
	margin: 28px 0 0;
	color: var(--mar-color-muted);
	font-size: 22px;
	line-height: 1.42;
}

.catalog-nav {
	position: sticky;
	top: 0;
	z-index: 4;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	padding: 14px 0;
	border-top: 1px solid rgba(23, 32, 29, 0.12);
	border-bottom: 1px solid rgba(23, 32, 29, 0.12);
	background: var(--mar-color-paper);
}

body.admin-bar .catalog-nav {
	top: 32px;
}

.catalog-section .home-kicker {
	display: inline-flex;
	align-items: center;
	gap: 9px;
}

.catalog-section .home-kicker .mar-icon {
	width: 18px;
	height: 18px;
	color: var(--mar-color-accent-dark);
}

.catalog-empty {
	display: flex;
	max-width: 520px;
	align-items: flex-start;
	gap: 12px;
	color: var(--mar-color-muted);
}

.catalog-empty .mar-icon {
	width: 22px;
	height: 22px;
	color: var(--mar-color-accent-dark);
}

.catalog-empty p {
	margin: 0;
}

.prop-entry {
	max-width: none;
}

.prop-hero {
	margin-bottom: 28px;
}

.prop-eyebrow,
.prop-location,
.prop-booking__label,
.prop-booking__status {
	margin: 0;
	color: var(--mar-color-muted);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: uppercase;
}

.prop-title {
	max-width: 900px;
	margin: 10px 0 18px;
	font-family: var(--mar-font-display);
	font-size: clamp(42px, 6vw, 76px);
	font-weight: 500;
	line-height: 0.98;
}

.prop-subtitle {
	max-width: 780px;
	margin: 0 0 12px;
	color: var(--mar-color-muted);
	font-size: 24px;
	line-height: 1.35;
}

.prop-gallery {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr);
	grid-template-rows: repeat(2, minmax(160px, 240px));
	gap: 8px;
	margin: 34px 0 58px;
	overflow: hidden;
	border-radius: 8px;
}

.prop-gallery__item {
	min-width: 0;
	margin: 0;
	background: rgba(23, 32, 29, 0.08);
}

.prop-gallery__item--1 {
	grid-row: span 2;
}

.prop-gallery img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.prop-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
	gap: 56px;
	align-items: start;
}

.prop-body {
	min-width: 0;
}

.prop-section {
	padding: 44px 0;
	border-top: 1px solid rgba(23, 32, 29, 0.12);
}

.prop-section:first-child {
	padding-top: 0;
	border-top: 0;
}

.prop-section h2,
.prop-booking h2 {
	margin: 0 0 20px;
	font-family: var(--mar-font-display);
	font-size: 30px;
	font-weight: 500;
	line-height: 1.1;
}

.prop-section h3 {
	margin: 28px 0 12px;
	font-family: var(--mar-font-display);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.25;
}

.prop-facts,
.prop-highlight-list,
.prop-amenities,
.prop-tags,
.prop-check-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.prop-facts {
	margin-bottom: 28px;
	color: var(--mar-color-muted);
	font-size: 16px;
}

.prop-facts li,
.prop-highlight-list li,
.prop-amenities li,
.prop-check-list li,
.prop-details dd,
.prop-booking h2 {
	display: flex;
	min-width: 0;
	align-items: flex-start;
	gap: 10px;
}

.prop-facts .prop-icon,
.prop-highlight-list .prop-icon,
.prop-amenities .prop-icon,
.prop-check-list .prop-icon,
.prop-details .prop-icon {
	margin-top: 0.24em;
	color: var(--mar-color-accent-dark);
}

.prop-facts li:not(:last-child)::after {
	content: "/";
	margin-left: 10px;
	color: rgba(23, 32, 29, 0.32);
}

.prop-lead {
	margin: 0 0 26px;
	color: var(--mar-color-muted);
	font-size: 22px;
	line-height: 1.45;
}

.prop-highlight-list,
.prop-amenities {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 28px;
}

.prop-highlight-list li,
.prop-amenities li,
.prop-check-list li {
	position: relative;
	min-width: 0;
}

.prop-highlight-list li {
	padding-left: 0;
}

.prop-highlight-list li::before {
	content: none;
}

.prop-sleeping-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.prop-sleeping {
	min-width: 0;
	padding: 18px;
	border: 1px solid rgba(23, 32, 29, 0.14);
	border-radius: 8px;
}

.prop-sleeping .prop-icon {
	margin-bottom: 22px;
	color: var(--mar-color-accent-dark);
}

.prop-sleeping h3,
.prop-sleeping p {
	margin: 0;
}

.prop-sleeping p {
	margin-top: 8px;
	color: var(--mar-color-muted);
}

.prop-sleeping span {
	display: block;
	margin-top: 14px;
	color: var(--mar-color-accent-dark);
	font-size: 14px;
	font-weight: 500;
}

.prop-details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px 32px;
	margin: 0;
}

.prop-details div {
	min-width: 0;
}

.prop-details dt {
	color: var(--mar-color-muted);
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

.prop-details dd {
	margin: 6px 0 0;
}

.prop-details dd span {
	min-width: 0;
}

.prop-tags {
	margin-bottom: 16px;
}

.prop-tags li {
	padding: 7px 12px;
	border: 1px solid rgba(23, 32, 29, 0.16);
	border-radius: 999px;
	font-size: 15px;
}

.prop-tags--quiet li {
	color: var(--mar-color-muted);
}

.prop-note {
	margin: 24px 0 0;
	color: var(--mar-color-muted);
}

.prop-booking {
	position: sticky;
	top: 32px;
	min-width: 0;
}

body.admin-bar .prop-booking {
	top: 64px;
}

.prop-booking__inner {
	padding: 24px;
	border: 1px solid rgba(23, 32, 29, 0.14);
	border-radius: 8px;
	background: var(--mar-color-paper);
	box-shadow: 0 18px 42px rgba(23, 32, 29, 0.08);
}

.prop-booking p {
	margin: 0 0 16px;
	color: var(--mar-color-muted);
	font-size: 15px;
	line-height: 1.5;
}

.prop-booking h2 {
	align-items: center;
}

.prop-booking h2 .prop-icon {
	width: 0.9em;
	height: 0.9em;
	color: var(--mar-color-accent-dark);
}

.prop-booking__status {
	color: var(--mar-color-accent-dark);
}

.prop-button {
	display: flex;
	width: 100%;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	padding: 12px 18px;
	border: 1px solid var(--mar-color-accent-dark);
	border-radius: 999px;
	background: var(--mar-color-accent-dark);
	color: var(--mar-color-paper);
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	touch-action: manipulation;
}

.product-eyebrow {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.product-eyebrow .prop-icon {
	width: 18px;
	height: 18px;
	color: var(--mar-color-accent-dark);
}

.product-photo-credit {
	margin: -42px 0 46px;
	color: var(--mar-color-muted);
	font-size: 12px;
}

.product-content p:first-child {
	margin-top: 0;
}

.product-price {
	color: var(--mar-color-ink) !important;
	font-family: var(--mar-font-display);
	font-size: 28px !important;
	line-height: 1.05 !important;
}

.product-package-button {
	border: 0;
	cursor: pointer;
	font: inherit;
}

.product-package-button:disabled {
	border-color: rgba(23, 32, 29, 0.18);
	background: rgba(23, 32, 29, 0.08);
	color: var(--mar-color-muted);
	cursor: not-allowed;
}

.product-checkout-link {
	display: block;
	margin-top: 14px;
	color: var(--mar-color-accent-dark);
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
}

.mar-package-builder {
	position: fixed;
	right: 28px;
	bottom: 28px;
	z-index: 20;
	display: flex;
	max-width: min(520px, calc(100vw - 56px));
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	padding: 16px 18px;
	border: 1px solid rgba(23, 32, 29, 0.14);
	border-radius: 8px;
	background: var(--mar-color-paper);
	box-shadow: 0 22px 54px rgba(23, 32, 29, 0.16);
}

.mar-package-builder__eyebrow {
	margin: 0 0 4px;
	color: var(--mar-color-muted);
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.mar-package-builder strong,
.mar-package-builder span {
	display: block;
}

.mar-package-builder span {
	margin-top: 2px;
	color: var(--mar-color-muted);
	font-size: 14px;
}

.mar-package-builder__actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.mar-package-builder__button,
.mar-package-builder__link {
	min-height: 42px;
	border-radius: 999px;
	font: inherit;
	font-size: 14px;
	cursor: pointer;
}

.mar-package-builder__button {
	padding: 0 16px;
	border: 1px solid var(--mar-color-accent-dark);
	background: var(--mar-color-accent-dark);
	color: var(--mar-color-paper);
}

.mar-package-builder__link {
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--mar-color-muted);
}

.post-navigation,
.posts-navigation {
	margin-top: 52px;
}

.site-footer {
	border-top: 1px solid rgba(23, 32, 29, 0.1);
}

.site-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 28px 0;
	color: var(--mar-color-muted);
	font-size: 14px;
}

.site-footer__logo {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
}

.site-logo__image--footer {
	max-width: 230px;
	max-height: 76px;
}

.site-footer__credit {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	margin: 0;
	color: var(--mar-color-muted);
	font-size: 14px;
	line-height: 1;
	text-align: right;
}

.site-footer__credit-logo {
	display: block;
	width: 16px;
	height: 16px;
	object-fit: contain;
	opacity: 0.9;
}

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

@media (max-width: 1080px) {
	.site-aside {
		width: 34%;
	}

	.site-content {
		width: 66%;
		margin-left: 34%;
	}

	.site-header__inner {
		padding: 34px;
	}

	.site-logo__image--menu {
		max-height: 76px;
	}

	.home-hero h1 {
		font-size: 42px;
		line-height: 1.02;
	}

	.home-service-grid,
	.public-focus-grid,
	.home-stay-grid,
	.mar-product-grid,
	.mar-product-grid--home,
	.home-journey-grid,
	.catalog-nav,
	.prop-sleeping-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.prop-layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 34px;
	}

	.prop-booking {
		position: static;
		order: -1;
	}

	.mar-package-builder {
		right: 18px;
		bottom: 18px;
		left: 18px;
		max-width: none;
	}
}

@media (max-width: 720px) {
	body {
		font-size: 16px;
	}

	body.admin-bar .site-aside {
		top: 0;
		height: auto;
	}

	.site-aside,
	.site-content {
		position: relative;
		width: 100%;
		margin-left: 0;
	}

	.site-aside {
		height: auto;
		min-height: 38vh;
		background-position: center;
	}

	.site-header__inner {
		min-height: 38vh;
		padding: 28px 24px;
		gap: 28px;
	}

	.primary-navigation {
		margin-top: 18px;
	}

	.primary-menu {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 10px 16px;
		font-size: 15px;
	}

	.site-main {
		padding: 40px 0 56px;
	}

	.site-footer__inner,
	.site-main {
		width: min(calc(100% - 40px), 860px);
	}

	.home-main,
	.prop-main {
		width: min(calc(100% - 40px), 1120px);
	}

	.home-hero {
		min-height: auto;
		padding: 34px 0 64px;
	}

	.home-hero h1,
	.home-section h2 {
		font-size: 42px;
	}

	.home-hero > p:not(.home-kicker),
	.home-paraty__text,
	.home-final p {
		font-size: 19px;
	}

	.home-section {
		padding: 50px 0;
	}

	.public-hero {
		gap: 30px;
		padding-top: 34px;
	}

	.public-focus-card {
		aspect-ratio: 4 / 5;
	}

	.home-section__header,
	.home-paraty,
	.public-copy,
	.public-focus-grid,
	.public-intro__header,
	.public-about-grid,
	.public-about-card--wide,
	.public-principles,
	.proposal-material,
	.proposal-stills__grid,
	.home-path-grid,
	.home-service-grid,
	.home-journey-grid,
	.home-stay-grid,
	.mar-product-grid,
	.mar-product-grid--home,
	.proposal-step-grid,
	.proposal-service-timeline,
	.proposal-investment__grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.proposal-service-timeline::before {
		display: none;
	}

	.proposal-service-timeline__item {
		padding-left: 54px;
	}

	.proposal-service-timeline__item:not(:last-child)::after {
		top: 38px;
		left: 19px;
		width: 1px;
		height: calc(100% + 22px - 38px);
	}

	.proposal-service-timeline__icon {
		position: absolute;
		top: 0;
		left: 0;
	}

	.proposal-stills__item:nth-child(1),
	.proposal-stills__item:nth-child(3),
	.proposal-stills__item:nth-child(5) {
		margin-bottom: 0;
	}

	.home-section__header {
		align-items: start;
	}

	.public-about-card--wide {
		display: block;
	}

	.public-about-card--wide > .mar-icon {
		margin-bottom: 28px;
	}

	.public-intro__cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.home-paraty .home-kicker {
		margin-bottom: 0;
	}

	.home-service {
		min-height: 220px;
	}

	.home-path {
		min-height: 250px;
	}

	.home-actions,
	.home-button,
	.home-link {
		width: 100%;
	}

	.home-link {
		justify-content: flex-start;
	}

	.home-final .home-link {
		margin-left: 0;
	}

	.proposal-accept-modal {
		padding: 16px;
	}

	.proposal-accept-modal__dialog {
		padding: 28px 22px;
	}

	.proposal-accept-form__row {
		grid-template-columns: 1fr;
	}

	.catalog-nav {
		position: relative;
		top: auto;
	}

	body.admin-bar .catalog-nav {
		top: auto;
	}

	.catalog-hero h1 {
		font-size: 42px;
	}

	.catalog-hero > p:not(.home-kicker) {
		font-size: 19px;
	}

	.prop-gallery {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: repeat(3, minmax(130px, 190px));
		margin-bottom: 38px;
	}

	.prop-gallery__item--1 {
		grid-column: span 2;
		grid-row: span 1;
	}

	.prop-layout {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.prop-booking {
		position: static;
		order: -1;
	}

	.prop-highlight-list,
	.prop-amenities,
	.prop-sleeping-grid,
	.prop-details {
		grid-template-columns: 1fr;
	}

	.prop-title {
		font-size: 42px;
	}

	.prop-subtitle,
	.prop-lead {
		font-size: 19px;
	}
}

@media (max-width: 480px) {
	body {
		font-size: 15px;
	}

	.site-aside {
		min-height: 32vh;
	}

	.site-header__inner {
		min-height: 32vh;
		padding: 22px 18px;
	}

	.site-logo__image--menu {
		max-width: 180px;
		max-height: 64px;
	}

	.site-description {
		margin-top: -10px;
		font-size: 13px;
	}

	.site-footer__inner,
	.site-main,
	.home-main,
	.prop-main {
		width: min(calc(100% - 32px), 1120px);
	}

	.site-footer__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
	}

	.site-footer__credit {
		text-align: left;
	}

	.entry-title,
	.home-hero h1,
	.home-section h2,
	.prop-title {
		font-size: 34px;
		line-height: 1.02;
	}

	.entry-content h2,
	.prop-section h2,
	.prop-booking h2 {
		font-size: 26px;
	}

	.home-kicker,
	.prop-eyebrow,
	.prop-location,
	.prop-booking__label,
	.prop-booking__status {
		font-size: 12px;
	}

	.home-hero > p:not(.home-kicker),
	.home-paraty__text,
	.home-final p,
	.public-copy,
	.public-proposal p,
	.proposal-material__copy p,
	.proposal-investment p,
	.prop-subtitle,
	.prop-lead {
		font-size: 17px;
	}

	.home-section {
		padding: 42px 0;
	}

	.public-focus-card__label {
		right: 14px;
		bottom: 14px;
		left: 14px;
		font-size: 19px;
	}

	.public-intro__lead,
	.public-intro__cta p {
		font-size: 17px;
	}

	.public-about-card {
		padding: 22px;
	}

	.public-about-card h3 {
		font-size: 26px;
	}

	.public-about-card p {
		font-size: 17px;
	}

	.home-service-grid,
	.home-path-grid,
	.home-journey-grid,
	.home-type-grid,
	.catalog-nav,
	.home-stay-grid,
	.mar-product-grid,
	.mar-product-grid--home,
	.public-copy,
	.public-focus-grid,
	.public-intro__header,
	.public-about-grid,
	.public-about-card--wide,
	.public-principles,
	.proposal-material,
	.proposal-stills__grid,
	.proposal-step-grid,
	.proposal-service-timeline,
	.proposal-investment__grid,
	.prop-gallery,
	.prop-highlight-list,
	.prop-amenities,
	.prop-sleeping-grid,
	.prop-details {
		grid-template-columns: 1fr;
	}

	.home-service {
		min-height: 190px;
		padding: 18px;
	}

	.home-path {
		min-height: 220px;
		padding: 20px;
	}

	.home-service__title,
	.home-path__title {
		font-size: 24px;
	}

	.home-path__text {
		font-size: 16px;
	}

	.home-type,
	.catalog-nav a {
		border-radius: 8px;
	}

	.home-stay__image,
	.mar-product-card__image {
		aspect-ratio: 5 / 4;
	}

	.catalog-hero {
		padding: 24px 0 46px;
	}

	.catalog-hero h1 {
		font-size: 34px;
		line-height: 1.02;
	}

	.catalog-hero > p:not(.home-kicker) {
		font-size: 17px;
	}

	.prop-gallery {
		grid-template-rows: none;
		gap: 10px;
		border-radius: 0;
	}

	.prop-gallery__item,
	.prop-gallery__item--1 {
		grid-column: auto;
		grid-row: auto;
		aspect-ratio: 4 / 3;
		border-radius: 8px;
		overflow: hidden;
	}

	.prop-section {
		padding: 34px 0;
	}

	.prop-facts {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.prop-facts li:not(:last-child)::after {
		content: none;
	}

	.prop-booking__inner {
		padding: 20px;
		box-shadow: none;
	}

	.mar-package-builder {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
	}

	.mar-package-builder__actions {
		justify-content: space-between;
	}
}
