:root {
	--jart-color-ivory: #fffaf2;
	--jart-color-champagne: #eadcc6;
	--jart-color-beige: #d8c6ad;
	--jart-color-blush: #d8a9a3;
	--jart-color-gold: #b9955b;
	--jart-color-black: #15110d;
	--jart-font-heading: "Playfair Display", Georgia, serif;
	--jart-font-body: "Manrope", Arial, sans-serif;
	--jart-section-space-desktop: 120px;
	--jart-section-space-mobile: 72px;
	--jart-container-width: 1360px;
	--jart-container-padding-desktop: 40px;
	--jart-container-padding-tablet: 28px;
	--jart-container-padding-mobile: 20px;
}

.jart-kicker {
	margin: 0;
	color: var(--jart-color-gold);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.16em;
	line-height: 1.4;
	text-transform: uppercase;
}

.jart-text-link {
	display: inline-flex;
	width: max-content;
	color: var(--jart-color-black);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid currentColor;
}

.jart-text-link:hover,
.jart-text-link:focus {
	color: var(--jart-color-gold);
}

.jart-site {
	background: var(--jart-color-ivory);
	color: var(--jart-color-black);
	font-family: var(--jart-font-body);
}

.jart-section {
	padding-block: var(--jart-section-space-desktop);
}

.jart-container {
	width: min(calc(100% - (var(--jart-container-padding-desktop) * 2)), var(--jart-container-width));
	margin-inline: auto;
}

.jart-button,
.jart-button-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 24px;
	border: 1px solid var(--jart-color-black);
	border-radius: 0;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.jart-button {
	background: var(--jart-color-black);
	color: var(--jart-color-ivory);
}

.jart-button--light {
	border-color: var(--jart-color-ivory);
	background: var(--jart-color-ivory);
	color: var(--jart-color-black);
}

.jart-button:hover,
.jart-button:focus {
	background: var(--jart-color-gold);
	border-color: var(--jart-color-gold);
	color: var(--jart-color-black);
}

.jart-button-outline {
	background: transparent;
	color: var(--jart-color-black);
}

.jart-button-outline--light {
	border-color: rgba(255, 250, 242, 0.72);
	color: var(--jart-color-ivory);
}

.jart-button-outline:hover,
.jart-button-outline:focus {
	background: var(--jart-color-black);
	color: var(--jart-color-ivory);
}

.jart-luxury-cta {
	display: grid;
	gap: 18px;
	padding-block: 56px;
	border-block: 1px solid rgba(21, 17, 13, 0.16);
}

.jart-luxury-cta h2 {
	margin: 0;
	font-family: var(--jart-font-heading);
	font-size: clamp(38px, 5vw, 76px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.98;
}

.jart-luxury-cta--split {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 34px;
}

.jart-luxury-cta--center {
	justify-items: center;
	text-align: center;
}

.jart-luxury-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.jart-header {
	position: relative;
	z-index: 20;
	background: rgba(255, 250, 242, 0.92);
	border-bottom: 1px solid rgba(21, 17, 13, 0.08);
	backdrop-filter: blur(14px);
}

.jart-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	width: min(100% - 40px, 1240px);
	min-height: 82px;
	margin-inline: auto;
}

.jart-header__logo img {
	display: block;
	width: auto;
	max-width: 142px;
	max-height: 46px;
}

.jart-header__nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
}

.jart-header__nav a {
	color: var(--jart-color-black);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.11em;
	text-decoration: none;
	text-transform: uppercase;
}

.jart-header__nav a:hover,
.jart-header__nav a:focus {
	color: var(--jart-color-gold);
}

.jart-header__cta {
	padding: 11px 15px;
	border: 1px solid rgba(21, 17, 13, 0.22);
}

.jart-footer {
	display: grid;
	grid-template-columns: minmax(240px, 1fr) auto auto;
	gap: 36px;
	align-items: start;
	padding: 64px max(20px, calc((100vw - 1180px) / 2));
	background: var(--jart-color-black);
	color: var(--jart-color-ivory);
}

.jart-footer__brand {
	display: grid;
	gap: 18px;
	max-width: 360px;
}

.jart-footer__brand img {
	width: auto;
	max-width: 140px;
	filter: invert(1);
}

.jart-footer__brand p {
	margin: 0;
	color: rgba(255, 250, 242, 0.72);
	line-height: 1.7;
}

.jart-footer__nav {
	display: grid;
	gap: 12px;
}

.jart-footer__nav a {
	color: rgba(255, 250, 242, 0.78);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
}

.jart-footer__nav a:hover,
.jart-footer__nav a:focus {
	color: var(--jart-color-gold);
}

.jart-enter {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 100vh;
	overflow: hidden;
	background: var(--jart-color-black);
	color: var(--jart-color-ivory);
	text-align: center;
}

.jart-enter__slider,
.jart-enter__slide,
.jart-enter__overlay {
	position: absolute;
	inset: 0;
}

.jart-enter__slide {
	opacity: 0;
	background-position: center;
	background-size: cover;
	transform: scale(1.02);
	transition: opacity 1200ms ease, transform 5200ms ease;
}

.jart-enter__slide.is-active {
	opacity: 1;
	transform: scale(1);
}

.jart-enter__overlay {
	background:
		linear-gradient(180deg, rgba(21, 17, 13, 0.42), rgba(21, 17, 13, 0.74)),
		radial-gradient(circle at center, rgba(255, 250, 242, 0.1), transparent 58%);
}

.jart-enter__content {
	position: relative;
	z-index: 2;
	display: grid;
	justify-items: center;
	gap: 18px;
	width: min(100% - 32px, 780px);
	padding-block: 88px;
}

.jart-enter__logo {
	width: auto;
	max-width: min(240px, 62vw);
	max-height: 92px;
	margin-bottom: 16px;
}

.jart-enter__eyebrow {
	margin: 0;
	color: rgba(255, 250, 242, 0.76);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.jart-enter__title {
	margin: 0;
	font-family: var(--jart-font-heading);
	font-size: clamp(58px, 10vw, 136px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.9;
}

.jart-enter__text {
	max-width: 620px;
	margin: 0;
	color: rgba(255, 250, 242, 0.82);
	font-size: clamp(16px, 1.5vw, 20px);
	line-height: 1.7;
}

.jart-enter__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: 14px;
}

.jart-home-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
	align-items: stretch;
	min-height: clamp(620px, 78vh, 860px);
	background: var(--jart-color-ivory);
}

.jart-home-hero__media {
	min-height: 520px;
	background-image: var(--jart-home-hero-image);
	background-position: center;
	background-size: cover;
}

.jart-home-hero__content {
	display: grid;
	align-content: center;
	gap: 22px;
	padding: clamp(48px, 7vw, 96px);
	background: linear-gradient(135deg, var(--jart-color-ivory), rgba(234, 220, 198, 0.48));
}

.jart-home-hero__content h1 {
	margin: 0;
	font-family: var(--jart-font-heading);
	font-size: clamp(54px, 7vw, 112px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.92;
}

.jart-home-hero__content p:not(.jart-kicker) {
	max-width: 520px;
	margin: 0;
	color: rgba(21, 17, 13, 0.72);
	font-size: 17px;
	line-height: 1.75;
}

.jart-home-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: rgba(21, 17, 13, 0.12);
}

.jart-home-stats div {
	display: grid;
	gap: 6px;
	padding: clamp(24px, 4vw, 44px);
	background: var(--jart-color-ivory);
	text-align: center;
}

.jart-home-stats strong {
	font-family: var(--jart-font-heading);
	font-size: clamp(42px, 5vw, 72px);
	font-weight: 400;
	line-height: 0.95;
}

.jart-home-stats span {
	color: rgba(21, 17, 13, 0.66);
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.jart-services-preview__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.jart-service-card {
	display: grid;
	min-width: 0;
	background: rgba(255, 250, 242, 0.84);
	border: 1px solid rgba(21, 17, 13, 0.1);
}

.jart-service-card__image {
	display: block;
	aspect-ratio: 4 / 5;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.jart-service-card__content {
	display: grid;
	gap: 14px;
	padding: 24px;
}

.jart-service-card__content h3 {
	margin: 0;
	font-family: var(--jart-font-heading);
	font-size: clamp(25px, 2.6vw, 38px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
}

.jart-service-card__content p {
	margin: 0;
	color: rgba(21, 17, 13, 0.68);
	font-size: 14px;
	line-height: 1.7;
}

.jart-client-logo-wall {
	padding: clamp(44px, 7vw, 88px);
	background: var(--jart-color-champagne);
}

.jart-client-logo-wall__intro {
	display: grid;
	justify-items: center;
	gap: 16px;
	max-width: 780px;
	margin-inline: auto;
	text-align: center;
}

.jart-client-logo-wall__intro h2 {
	margin: 0;
	font-family: var(--jart-font-heading);
	font-size: clamp(38px, 5vw, 72px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
}

.jart-client-logo-wall__intro p:not(.jart-kicker) {
	margin: 0;
	color: rgba(21, 17, 13, 0.7);
	line-height: 1.7;
}

.jart-page-hero {
	padding: clamp(86px, 11vw, 150px) 20px clamp(46px, 7vw, 86px);
	background:
		linear-gradient(rgba(255, 250, 242, 0.86), rgba(255, 250, 242, 0.94)),
		linear-gradient(135deg, var(--jart-color-champagne), var(--jart-color-blush));
	text-align: center;
}

.jart-page-hero h1 {
	margin: 0;
	font-family: var(--jart-font-heading);
	font-size: clamp(62px, 10vw, 142px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.92;
}

.jart-page-hero p {
	max-width: 760px;
	margin: 22px auto 0;
	color: rgba(21, 17, 13, 0.72);
	font-size: 17px;
	line-height: 1.75;
}

.jart-card,
.jart-image-card {
	background: rgba(255, 250, 242, 0.72);
	border: 1px solid rgba(21, 17, 13, 0.12);
}

.jart-card {
	padding: 28px;
}

.jart-image-card {
	overflow: hidden;
}

.jart-project-filter-grid-placeholder {
	padding: 32px;
	border: 1px dashed rgba(21, 17, 13, 0.28);
	color: rgba(21, 17, 13, 0.72);
}

.jart-admin-message {
	padding: 18px 20px;
	border: 1px dashed rgba(21, 17, 13, 0.28);
	color: rgba(21, 17, 13, 0.74);
	font-size: 14px;
}

.jart-featured-projects,
.jart-portfolio-filter,
.jart-related-projects,
.jart-project-gallery,
.jart-project-info,
.jart-project-services,
.jart-project-cta {
	color: var(--jart-color-black);
	font-family: var(--jart-font-body);
}

.jart-project-grid,
.jart-portfolio-grid,
.jart-related-projects__grid {
	display: grid;
	gap: 28px;
}

.jart-project-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jart-portfolio-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jart-related-projects__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jart-project-card,
.jart-portfolio-card,
.jart-related-projects__card {
	display: grid;
	gap: 18px;
	min-width: 0;
}

.jart-project-card__image,
.jart-portfolio-card__image,
.jart-related-projects__card__image {
	display: block;
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	background: linear-gradient(135deg, var(--jart-color-champagne), var(--jart-color-ivory));
}

.jart-project-card__image-el,
.jart-portfolio-card__image-el,
.jart-related-projects__card__image-el,
.jart-project-gallery__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 220ms ease, transform 700ms ease;
}

.jart-project-card:hover .jart-project-card__image-el,
.jart-portfolio-card:hover .jart-portfolio-card__image-el,
.jart-related-projects__card:hover .jart-related-projects__card__image-el {
	transform: scale(1.035);
}

.jart-project-image-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(rgba(21, 17, 13, 0.08), rgba(21, 17, 13, 0.08)),
		linear-gradient(135deg, var(--jart-color-champagne), var(--jart-color-blush));
}

.jart-project-card__content,
.jart-portfolio-card__content,
.jart-related-projects__card__content {
	display: grid;
	gap: 8px;
}

.jart-project-card__category,
.jart-portfolio-card__category,
.jart-related-projects__card__category {
	color: var(--jart-color-gold);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-transform: uppercase;
}

.jart-project-card__title,
.jart-portfolio-card__title,
.jart-related-projects__card__title {
	margin: 0;
	font-family: var(--jart-font-heading);
	font-size: clamp(24px, 2.3vw, 34px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.05;
}

.jart-project-card__title a,
.jart-portfolio-card__title a,
.jart-related-projects__card__title a {
	color: inherit;
	text-decoration: none;
}

.jart-project-card__title a:hover,
.jart-project-card__title a:focus,
.jart-portfolio-card__title a:hover,
.jart-portfolio-card__title a:focus,
.jart-related-projects__card__title a:hover,
.jart-related-projects__card__title a:focus {
	color: var(--jart-color-gold);
}

.jart-project-card__location,
.jart-portfolio-card__location,
.jart-related-projects__card__location {
	color: rgba(21, 17, 13, 0.66);
	font-size: 14px;
	line-height: 1.5;
}

.jart-filter-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 34px;
}

.jart-filter-tab {
	appearance: none;
	min-height: 42px;
	padding: 10px 16px;
	border: 1px solid rgba(21, 17, 13, 0.18);
	background: transparent;
	color: var(--jart-color-black);
	cursor: pointer;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.25;
	text-transform: uppercase;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.jart-filter-tab:hover,
.jart-filter-tab:focus,
.jart-filter-tab.is-active {
	border-color: var(--jart-color-black);
	background: var(--jart-color-black);
	color: var(--jart-color-ivory);
}

.jart-portfolio-card {
	transition: opacity 220ms ease, transform 220ms ease;
}

.jart-portfolio-card.is-hidden {
	display: none;
}

.jart-project-info {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid rgba(21, 17, 13, 0.16);
	border-left: 1px solid rgba(21, 17, 13, 0.16);
}

.jart-project-info__item {
	display: grid;
	gap: 10px;
	padding: 24px;
	border-right: 1px solid rgba(21, 17, 13, 0.16);
	border-bottom: 1px solid rgba(21, 17, 13, 0.16);
}

.jart-project-info__label {
	color: var(--jart-color-gold);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.jart-project-info__value {
	font-size: 16px;
	line-height: 1.65;
}

.jart-project-info__value p {
	margin: 0;
}

.jart-project-services {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.jart-project-service {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 10px 16px;
	border: 1px solid rgba(21, 17, 13, 0.18);
	color: rgba(21, 17, 13, 0.48);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.jart-project-service.is-active {
	border-color: var(--jart-color-gold);
	background: rgba(185, 149, 91, 0.12);
	color: var(--jart-color-black);
}

.jart-project-service:hover,
.jart-project-service:focus {
	border-color: var(--jart-color-black);
	color: var(--jart-color-black);
}

.jart-project-gallery {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 18px;
}

.jart-project-gallery__item {
	grid-column: span 4;
	margin: 0;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	background: var(--jart-color-champagne);
}

.jart-project-gallery__item:nth-child(5n + 1),
.jart-project-gallery__item:nth-child(5n + 4) {
	grid-column: span 8;
	aspect-ratio: 16 / 9;
}

.jart-project-gallery__item:hover .jart-project-gallery__image {
	transform: scale(1.025);
}

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

.jart-project-cta__box {
	display: grid;
	gap: 24px;
	min-height: 180px;
	padding: 28px;
	align-content: space-between;
	border: 1px solid rgba(21, 17, 13, 0.16);
	color: var(--jart-color-black);
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.jart-project-cta__box:hover,
.jart-project-cta__box:focus {
	border-color: var(--jart-color-black);
	background: var(--jart-color-black);
	color: var(--jart-color-ivory);
}

.jart-project-cta__title {
	font-family: var(--jart-font-heading);
	font-size: clamp(30px, 3vw, 48px);
	font-weight: 400;
	line-height: 1;
}

.jart-project-cta__link {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.jart-blog-highlight,
.jart-blog-tabs {
	color: var(--jart-color-black);
	font-family: var(--jart-font-body);
}

.jart-blog-highlight {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
	gap: 44px;
	align-items: center;
	padding-block: 24px;
}

.jart-blog-highlight__image,
.jart-blog-card__image {
	display: block;
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, var(--jart-color-champagne), var(--jart-color-ivory));
}

.jart-blog-highlight__image {
	aspect-ratio: 16 / 10;
}

.jart-blog-card__image {
	aspect-ratio: 4 / 5;
}

.jart-blog-highlight__image-el,
.jart-blog-card__image-el {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 700ms ease;
}

.jart-blog-highlight:hover .jart-blog-highlight__image-el,
.jart-blog-card:hover .jart-blog-card__image-el {
	transform: scale(1.035);
}

.jart-blog-image-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(rgba(21, 17, 13, 0.08), rgba(21, 17, 13, 0.08)),
		linear-gradient(135deg, var(--jart-color-champagne), var(--jart-color-blush));
}

.jart-blog-highlight__content {
	display: grid;
	gap: 18px;
}

.jart-blog-highlight__meta,
.jart-blog-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	color: var(--jart-color-gold);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-transform: uppercase;
}

.jart-blog-highlight__title,
.jart-blog-card__title {
	margin: 0;
	font-family: var(--jart-font-heading);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.05;
}

.jart-blog-highlight__title {
	font-size: clamp(38px, 5vw, 72px);
}

.jart-blog-card__title {
	font-size: clamp(23px, 2vw, 31px);
}

.jart-blog-highlight__title a,
.jart-blog-card__title a {
	color: inherit;
	text-decoration: none;
}

.jart-blog-highlight__title a:hover,
.jart-blog-highlight__title a:focus,
.jart-blog-card__title a:hover,
.jart-blog-card__title a:focus {
	color: var(--jart-color-gold);
}

.jart-blog-highlight__excerpt {
	color: rgba(21, 17, 13, 0.72);
	font-size: 16px;
	line-height: 1.7;
}

.jart-blog-highlight__excerpt p {
	margin: 0;
}

.jart-blog-highlight__link,
.jart-blog-tabs__show-more {
	justify-self: start;
	color: var(--jart-color-black);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid currentColor;
}

.jart-blog-highlight__link:hover,
.jart-blog-highlight__link:focus,
.jart-blog-tabs__show-more:hover,
.jart-blog-tabs__show-more:focus {
	color: var(--jart-color-gold);
}

.jart-blog-tabs__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 34px;
}

.jart-blog-tabs__button {
	appearance: none;
	min-height: 42px;
	padding: 10px 16px;
	border: 1px solid rgba(21, 17, 13, 0.18);
	background: transparent;
	color: var(--jart-color-black);
	cursor: pointer;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.25;
	text-transform: uppercase;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.jart-blog-tabs__button:hover,
.jart-blog-tabs__button:focus,
.jart-blog-tabs__button.is-active {
	border-color: var(--jart-color-black);
	background: var(--jart-color-black);
	color: var(--jart-color-ivory);
}

.jart-blog-tabs__panel {
	display: none;
}

.jart-blog-tabs__panel.is-active {
	display: grid;
	gap: 28px;
}

.jart-blog-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
}

.jart-blog-card {
	display: grid;
	gap: 14px;
	min-width: 0;
}

@media (max-width: 1024px) {
	.jart-header__inner {
		align-items: flex-start;
		flex-direction: column;
		padding-block: 18px;
	}

	.jart-header__nav {
		justify-content: flex-start;
		gap: 12px 18px;
	}

	.jart-footer,
	.jart-home-hero,
	.jart-luxury-cta--split {
		grid-template-columns: 1fr;
	}

	.jart-home-hero__media {
		min-height: 430px;
	}

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

	.jart-project-grid,
	.jart-portfolio-grid,
	.jart-related-projects__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jart-blog-highlight {
		grid-template-columns: 1fr;
	}

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

	.jart-project-gallery__item,
	.jart-project-gallery__item:nth-child(5n + 1),
	.jart-project-gallery__item:nth-child(5n + 4) {
		grid-column: span 6;
		aspect-ratio: 4 / 5;
	}
}

@media (max-width: 767px) {
	.jart-header__inner {
		width: min(100% - 28px, 1240px);
		min-height: 0;
	}

	.jart-header__logo img {
		max-width: 118px;
	}

	.jart-header__nav {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
	}

	.jart-header__nav a {
		font-size: 10px;
		line-height: 1.35;
	}

	.jart-header__cta {
		grid-column: 1 / -1;
		text-align: center;
	}

	.jart-footer {
		gap: 26px;
		padding-block: 46px;
	}

	.jart-enter {
		min-height: 100svh;
	}

	.jart-enter__content {
		gap: 14px;
		padding-block: 72px;
	}

	.jart-enter__title {
		font-size: clamp(48px, 18vw, 86px);
	}

	.jart-enter__actions,
	.jart-luxury-cta__actions {
		width: 100%;
	}

	.jart-home-hero {
		min-height: 0;
	}

	.jart-home-hero__media {
		min-height: 66vh;
	}

	.jart-home-hero__content {
		padding: 38px 20px 52px;
	}

	.jart-home-stats,
	.jart-services-preview__grid {
		grid-template-columns: 1fr;
	}

	.jart-service-card__content {
		padding: 22px;
	}

	.jart-client-logo-wall {
		padding: 44px 20px;
	}

	.jart-page-hero h1 {
		font-size: clamp(46px, 17vw, 82px);
	}

	.jart-section {
		padding-block: var(--jart-section-space-mobile);
	}

	.jart-container {
		width: min(100% - 28px, 1180px);
	}

	.jart-button,
	.jart-button-outline {
		width: 100%;
	}

	.jart-project-grid,
	.jart-portfolio-grid,
	.jart-related-projects__grid,
	.jart-project-info,
	.jart-project-cta {
		grid-template-columns: 1fr;
	}

	.jart-filter-tabs {
		gap: 8px;
		margin-bottom: 24px;
	}

	.jart-filter-tab,
	.jart-project-service,
	.jart-blog-tabs__button {
		flex: 1 1 100%;
		justify-content: center;
		text-align: center;
	}

	.jart-blog-highlight {
		gap: 24px;
	}

	.jart-blog-grid {
		grid-template-columns: 1fr;
	}

	.jart-project-info__item {
		padding: 20px;
	}

	.jart-project-gallery {
		grid-template-columns: 1fr;
	}

	.jart-project-gallery__item,
	.jart-project-gallery__item:nth-child(5n + 1),
	.jart-project-gallery__item:nth-child(5n + 4) {
		grid-column: auto;
		aspect-ratio: 4 / 5;
	}

	.jart-project-cta__box {
		min-height: 150px;
	}
}

/* Phase 8B visual correction: cinematic, full-width, editorial JART system. */
:root {
	--jart-color-ivory: #fbf7ef;
	--jart-color-champagne: #e7d7bf;
	--jart-color-beige: #cdbb9e;
	--jart-color-blush: #c99993;
	--jart-color-gold: #a7834f;
	--jart-color-black: #0d0a07;
	--jart-color-muted: rgba(13, 10, 7, 0.64);
	--jart-color-border: rgba(13, 10, 7, 0.12);
	--jart-font-heading: "Playfair Display", "Cormorant Garamond", "Libre Baskerville", Georgia, serif;
	--jart-font-body: "Inter", "Lato", "Montserrat", Arial, sans-serif;
}

.page-id-14 .jart-header,
.page-id-14 .jart-header-section {
	display: none !important;
}

.page-id-14 .site-main,
.page-id-14 .page-content,
.page-id-14 .entry-content,
.page-id-14 .elementor,
.page-id-14 .elementor-section,
.page-id-14 .elementor-container,
.page-id-14 .elementor-column,
.page-id-14 .elementor-widget-wrap,
.page-id-14 .elementor-widget,
.page-id-14 .elementor-widget-container {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.jart-kicker,
.jart-enter__eyebrow {
	color: var(--jart-color-gold);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.24em;
}

.jart-button,
.jart-button-outline,
.jart-enter__button {
	min-height: 50px;
	padding: 14px 28px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.16em;
}

.jart-header {
	width: 100%;
	background: rgba(251, 247, 239, 0.96);
	border-bottom: 1px solid rgba(13, 10, 7, 0.08);
	box-shadow: none;
}

.jart-header__inner {
	width: min(100% - 56px, 1440px);
	min-height: 88px;
	gap: 30px;
}

.jart-header__logo img {
	width: auto;
	max-width: 152px;
	max-height: 54px;
}

.jart-header__nav {
	flex: 1 1 auto;
	justify-content: center;
	gap: clamp(14px, 1.7vw, 28px);
}

.jart-header__nav a,
.jart-header__socials a,
.jart-header__language span,
.jart-header__cta {
	color: rgba(13, 10, 7, 0.82);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.16em;
	line-height: 1.25;
	text-decoration: none;
	text-transform: uppercase;
}

.jart-header__meta {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
}

.jart-header__socials,
.jart-footer__socials,
.jart-header__language,
.jart-footer__language {
	display: flex;
	align-items: center;
	gap: 12px;
}

.jart-header__socials a,
.jart-footer__socials a {
	letter-spacing: 0.12em;
}

.jart-header__language,
.jart-footer__language {
	gap: 8px;
}

.jart-header__language span + span::before,
.jart-footer__language span + span::before {
	content: "/";
	margin-right: 8px;
	opacity: 0.45;
}

.jart-header__cta {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 11px 16px;
	border: 1px solid rgba(13, 10, 7, 0.24);
	white-space: nowrap;
}

.jart-footer {
	width: 100%;
	grid-template-columns: minmax(260px, 1.1fr) minmax(170px, 0.5fr) minmax(260px, 0.7fr);
	padding: clamp(64px, 8vw, 104px) max(24px, calc((100vw - 1320px) / 2));
	background:
		linear-gradient(rgba(13, 10, 7, 0.96), rgba(13, 10, 7, 0.98)),
		linear-gradient(135deg, #211810, #0d0a07);
}

.jart-footer__brand img {
	max-width: 156px;
	filter: none;
}

.jart-footer__contact {
	display: grid;
	gap: 10px;
	color: rgba(251, 247, 239, 0.72);
	font-size: 14px;
	line-height: 1.6;
}

.jart-footer__contact p {
	margin: 0;
}

.jart-footer__contact a,
.jart-footer__socials a {
	color: rgba(251, 247, 239, 0.78);
	text-decoration: none;
}

.jart-footer__language span {
	color: rgba(251, 247, 239, 0.7);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
}

.jart-enter--fullscreen {
	width: 100vw;
	min-height: 100vh;
	min-height: 100svh;
	margin: 0;
}

.jart-enter__overlay {
	background:
		linear-gradient(180deg, rgba(13, 10, 7, 0.28), rgba(13, 10, 7, 0.82)),
		radial-gradient(circle at 50% 45%, rgba(251, 247, 239, 0.08), transparent 58%);
}

.jart-enter__content {
	width: min(100% - 44px, 900px);
	gap: 20px;
	padding-block: 100px;
}

.jart-enter__logo {
	max-width: min(220px, 58vw);
	max-height: 110px;
	margin-bottom: clamp(14px, 3vw, 30px);
}

.jart-enter__title {
	font-size: clamp(64px, 10vw, 150px);
	line-height: 0.88;
	text-shadow: 0 18px 70px rgba(0, 0, 0, 0.38);
}

.jart-enter__text {
	max-width: 680px;
	color: rgba(251, 247, 239, 0.82);
	font-size: clamp(15px, 1.35vw, 19px);
	line-height: 1.85;
}

.jart-home-hero--cinematic {
	width: 100%;
	grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
	min-height: clamp(720px, 88vh, 960px);
	background: var(--jart-color-black);
}

.jart-home-hero--cinematic .jart-home-hero__media {
	min-height: 640px;
	background-position: center;
	position: relative;
}

.jart-home-hero--cinematic .jart-home-hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(13, 10, 7, 0.08), rgba(13, 10, 7, 0.42));
}

.jart-home-hero--cinematic .jart-home-hero__content {
	background: var(--jart-color-ivory);
	padding: clamp(64px, 8vw, 116px);
}

.jart-home-hero__content h1 {
	font-size: clamp(60px, 7.6vw, 126px);
	line-height: 0.9;
}

.jart-section-heading {
	display: grid;
	gap: 14px;
	max-width: 760px;
	margin: 0 auto 42px;
	text-align: center;
}

.jart-section-heading h2 {
	margin: 0;
	font-family: var(--jart-font-heading);
	font-size: clamp(42px, 5vw, 82px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.98;
}

.jart-section-heading p:not(.jart-kicker) {
	margin: 0;
	color: var(--jart-color-muted);
	font-size: 16px;
	line-height: 1.75;
}

.jart-featured-projects-section,
.jart-services-preview-section,
.jart-portfolio-shortcode-wrap {
	padding-inline: max(22px, calc((100vw - 1320px) / 2));
	background: var(--jart-color-ivory);
}

.jart-project-grid,
.jart-portfolio-grid {
	gap: clamp(20px, 2.3vw, 34px);
}

.jart-project-card__image,
.jart-portfolio-card__image {
	aspect-ratio: 3 / 4.15;
	box-shadow: 0 22px 70px rgba(13, 10, 7, 0.08);
}

.jart-project-card__title,
.jart-portfolio-card__title {
	font-size: clamp(28px, 2.7vw, 44px);
	line-height: 0.98;
}

.jart-services-preview__grid {
	gap: clamp(18px, 2vw, 30px);
}

.jart-service-card {
	background: #fffdf8;
	border-color: rgba(13, 10, 7, 0.1);
	box-shadow: 0 22px 74px rgba(13, 10, 7, 0.06);
}

.jart-service-card__image {
	aspect-ratio: 3 / 4;
}

.jart-service-card__content h3 {
	font-size: clamp(30px, 3vw, 48px);
}

.jart-client-logo-wall {
	display: grid;
	justify-items: center;
	gap: 32px;
	background:
		linear-gradient(rgba(231, 215, 191, 0.86), rgba(231, 215, 191, 0.86)),
		linear-gradient(135deg, var(--jart-color-ivory), var(--jart-color-blush));
}

.jart-partner-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	width: min(100%, 980px);
	background: rgba(13, 10, 7, 0.14);
}

.jart-partner-strip span {
	display: grid;
	place-items: center;
	min-height: 92px;
	padding: 18px;
	background: rgba(251, 247, 239, 0.72);
	color: rgba(13, 10, 7, 0.58);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-align: center;
	text-transform: uppercase;
}

.jart-page-hero--portfolio {
	background:
		linear-gradient(rgba(251, 247, 239, 0.84), rgba(251, 247, 239, 0.94)),
		linear-gradient(135deg, #e7d7bf, #c99993);
	padding: clamp(104px, 13vw, 190px) 24px clamp(64px, 9vw, 120px);
}

.jart-page-hero__inner {
	max-width: 980px;
	margin-inline: auto;
}

.jart-page-hero h1 {
	font-size: clamp(54px, 8.8vw, 128px);
}

.jart-filter-tabs {
	justify-content: center;
	gap: 12px;
	margin-bottom: clamp(34px, 5vw, 64px);
}

.jart-filter-tab {
	min-height: 46px;
	padding: 12px 18px;
	border-color: rgba(13, 10, 7, 0.16);
	background: rgba(251, 247, 239, 0.42);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
}

.jart-filter-tab.is-active {
	background: var(--jart-color-black);
	border-color: var(--jart-color-black);
}

@media (max-width: 1180px) {
	.jart-header__inner {
		align-items: flex-start;
		flex-direction: column;
		padding-block: 18px;
	}

	.jart-header__nav,
	.jart-header__meta {
		justify-content: flex-start;
	}

	.jart-header__meta {
		flex-wrap: wrap;
	}
}

@media (max-width: 1024px) {
	.jart-home-hero--cinematic {
		grid-template-columns: 1fr;
	}

	.jart-home-hero--cinematic .jart-home-hero__media {
		min-height: 58vh;
	}

	.jart-footer {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.jart-header__inner {
		width: min(100% - 28px, 1440px);
	}

	.jart-header__logo img {
		max-width: 122px;
		max-height: 48px;
	}

	.jart-header__nav {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		gap: 12px;
	}

	.jart-header__meta {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
		gap: 14px;
	}

	.jart-header__socials {
		flex-wrap: wrap;
	}

	.jart-enter__title {
		font-size: clamp(54px, 18vw, 92px);
	}

	.jart-enter__content {
		width: min(100% - 30px, 900px);
	}

	.jart-home-hero--cinematic .jart-home-hero__content {
		padding: 44px 22px 60px;
	}

	.jart-home-hero__content h1 {
		font-size: clamp(46px, 15vw, 82px);
	}

	.jart-partner-strip {
		grid-template-columns: 1fr;
	}
}

/* Phase 8C: Enter page pixel polish, brand/social/contact cleanup. */
.page-id-14,
.page-id-14 body {
	overflow: hidden;
}

.page-id-14 .jart-header,
.page-id-14 .jart-header-section,
.page-id-14 .jart-footer,
.page-id-14 .jart-footer-section,
.page-id-14 [data-elementor-type="header"],
.page-id-14 [data-elementor-type="footer"] {
	display: none !important;
}

.page-id-14 .site-main,
.page-id-14 .page-content,
.page-id-14 .entry-content,
.page-id-14 .elementor,
.page-id-14 .elementor-section,
.page-id-14 .elementor-container,
.page-id-14 .elementor-column,
.page-id-14 .elementor-widget-wrap,
.page-id-14 .elementor-widget,
.page-id-14 .elementor-widget-container {
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible;
}

.jart-enter--fullscreen {
	box-sizing: border-box;
	display: grid;
	grid-template-rows: minmax(150px, 0.85fr) minmax(220px, 1fr) minmax(72px, 0.35fr);
	justify-items: center;
	align-items: center;
	width: 100%;
	height: 100dvh;
	min-height: 100dvh;
	max-height: 100dvh;
	padding: clamp(24px, 4vh, 48px) clamp(18px, 4vw, 64px);
	overflow: hidden;
}

.admin-bar.page-id-14 .jart-enter--fullscreen {
	height: calc(100dvh - 32px);
	min-height: calc(100dvh - 32px);
	max-height: calc(100dvh - 32px);
}

.jart-enter--fullscreen .jart-enter__top,
.jart-enter--fullscreen .jart-enter__middle,
.jart-enter--fullscreen .jart-enter__socials {
	position: relative;
	z-index: 2;
}

.jart-enter--fullscreen .jart-enter__top,
.jart-enter--fullscreen .jart-enter__middle {
	display: grid;
	justify-items: center;
	text-align: center;
}

.jart-enter--fullscreen .jart-enter__top {
	align-self: end;
	gap: 18px;
}

.jart-enter--fullscreen .jart-enter__middle {
	align-self: center;
	gap: 24px;
	width: min(100%, 760px);
}

.jart-enter--fullscreen .jart-enter__logo {
	width: auto;
	max-width: min(230px, 56vw);
	max-height: 110px;
	margin: 0;
}

.jart-enter--fullscreen .jart-enter__eyebrow {
	max-width: min(100%, 760px);
	margin: 0;
	color: rgba(251, 247, 239, 0.78);
	font-size: clamp(10px, 0.86vw, 12px);
	font-weight: 600;
	letter-spacing: 0.24em;
	line-height: 1.55;
	text-transform: uppercase;
}

.jart-enter--fullscreen .jart-enter__text {
	max-width: 720px;
	margin: 0;
	color: rgba(251, 247, 239, 0.88);
	font-family: var(--jart-font-heading);
	font-size: clamp(22px, 2.15vw, 34px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.28;
	text-shadow: 0 16px 60px rgba(0, 0, 0, 0.42);
}

.jart-enter--fullscreen .jart-enter__actions {
	margin: 0;
}

.jart-enter--fullscreen .jart-enter__button {
	min-width: 210px;
	background: rgba(251, 247, 239, 0.94);
	border-color: rgba(251, 247, 239, 0.94);
	color: var(--jart-color-black);
}

.jart-enter--fullscreen .jart-enter__button:hover,
.jart-enter--fullscreen .jart-enter__button:focus {
	background: transparent;
	color: var(--jart-color-ivory);
	border-color: rgba(251, 247, 239, 0.68);
}

.jart-enter--fullscreen .jart-enter__socials {
	align-self: end;
	display: flex;
	gap: 14px;
	justify-content: center;
	padding-bottom: clamp(4px, 1vh, 14px);
}

.jart-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid currentColor;
	border-radius: 50%;
	color: currentColor;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, opacity 180ms ease;
}

.jart-social-icon svg {
	display: block;
	width: 15px;
	height: 15px;
	fill: currentColor;
}

.jart-enter__socials .jart-social-icon {
	color: rgba(251, 247, 239, 0.76);
}

.jart-social-icon:hover,
.jart-social-icon:focus {
	background: currentColor;
}

.jart-social-icon:hover svg,
.jart-social-icon:focus svg {
	color: var(--jart-color-black);
}

.jart-header__socials,
.jart-footer__socials {
	gap: 9px;
}

.jart-header__socials .jart-social-icon {
	width: 30px;
	height: 30px;
	color: rgba(13, 10, 7, 0.72);
}

.jart-footer__socials .jart-social-icon {
	color: rgba(251, 247, 239, 0.72);
}

.jart-footer__socials .jart-social-icon:hover svg,
.jart-footer__socials .jart-social-icon:focus svg {
	color: var(--jart-color-black);
}

@media (max-width: 782px) {
	.admin-bar.page-id-14 .jart-enter--fullscreen {
		height: calc(100dvh - 46px);
		min-height: calc(100dvh - 46px);
		max-height: calc(100dvh - 46px);
	}
}

@media (max-width: 767px) {
	.jart-enter--fullscreen {
		grid-template-rows: minmax(138px, 0.78fr) minmax(240px, 1fr) minmax(64px, 0.28fr);
		padding: 24px 15px 18px;
	}

	.jart-enter--fullscreen .jart-enter__logo {
		max-width: min(162px, 52vw);
		max-height: 86px;
	}

	.jart-enter--fullscreen .jart-enter__eyebrow {
		font-size: 9.5px;
		letter-spacing: 0.18em;
		line-height: 1.55;
	}

	.jart-enter--fullscreen .jart-enter__text {
		font-size: clamp(17px, 5.1vw, 20px);
		line-height: 1.42;
	}

	.jart-enter--fullscreen .jart-enter__button {
		width: auto;
		min-width: 210px;
		min-height: 50px;
	}

	.jart-enter--fullscreen .jart-enter__socials {
		padding-bottom: 0;
	}

	.jart-social-icon {
		width: 32px;
		height: 32px;
	}
}

/* Phase 8D: Enter page Elementor-widget polish. */
.page-id-14 .jart-enter-canvas,
.page-id-14 .jart-enter--widgets {
	box-sizing: border-box;
	position: relative !important;
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	height: 100svh !important;
	min-height: 100svh !important;
	max-height: 100svh !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	background: #050403;
}

.admin-bar.page-id-14 .jart-enter-canvas,
.admin-bar.page-id-14 .jart-enter--widgets {
	height: calc(100svh - 32px) !important;
	min-height: calc(100svh - 32px) !important;
	max-height: calc(100svh - 32px) !important;
}

.page-id-14 .jart-enter--widgets .elementor-container,
.page-id-14 .jart-enter--widgets .elementor-column {
	position: relative;
	z-index: 2;
	height: 100%;
	min-height: 100%;
	width: 100% !important;
	max-width: none !important;
}

.page-id-14 .jart-enter--widgets .elementor-widget-wrap {
	position: relative;
	z-index: 2;
	display: block !important;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0 !important;
	overflow: hidden;
}

.page-id-14 .jart-enter__background-widget,
.page-id-14 .jart-enter__background-widget .elementor-widget-container {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.jart-enter__background-widget .jart-enter__slider,
.jart-enter__background-widget .jart-enter__overlay {
	position: absolute;
	inset: 0;
}

.jart-enter__background-widget .jart-enter__slider {
	z-index: 0;
	overflow: hidden;
}

.jart-enter__background-widget .jart-enter__slide {
	position: absolute;
	inset: 0;
	background-position: center;
	background-size: cover;
	opacity: 0;
	transform: scale(1.02);
	transition: opacity 1400ms ease, transform 5200ms ease;
}

.jart-enter__background-widget .jart-enter__slide.is-active {
	opacity: 1;
	transform: scale(1);
}

.jart-enter__background-widget .jart-enter__overlay {
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.23) 42%, rgba(0, 0, 0, 0.56)),
		radial-gradient(circle at center, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.5));
}

.page-id-14 .jart-enter__logo-widget,
.page-id-14 .jart-enter__eyebrow-widget,
.page-id-14 .jart-enter__statement-widget,
.page-id-14 .jart-enter__button-widget,
.page-id-14 .jart-enter__socials-widget {
	position: absolute !important;
	left: 50%;
	z-index: 2;
	width: min(100%, 900px) !important;
	text-align: center;
	transform: translateX(-50%);
}

.page-id-14 .jart-enter__logo-widget {
	top: clamp(42px, 8vh, 90px);
	margin-bottom: clamp(14px, 2vh, 22px) !important;
}

.page-id-14 .jart-enter__logo-widget img {
	display: block;
	width: clamp(180px, 15vw, 230px);
	max-width: 58vw;
	height: auto;
	margin: 0 auto;
}

.page-id-14 .jart-enter__eyebrow-widget {
	top: calc(clamp(42px, 8vh, 90px) + clamp(72px, 7.2vw, 112px));
	width: calc(100% - 32px) !important;
	max-width: 760px !important;
}

.page-id-14 .jart-enter__eyebrow-widget .elementor-heading-title {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-family: var(--jart-font-body);
	font-size: clamp(11px, 0.82vw, 13px);
	font-weight: 300;
	letter-spacing: 0.28em;
	line-height: 1.65;
	text-transform: uppercase;
}

.page-id-14 .jart-enter__statement-widget {
	top: 48%;
	width: calc(100% - 36px) !important;
	max-width: 860px !important;
	transform: translate(-50%, -50%);
}

.page-id-14 .jart-enter__statement-widget .elementor-widget-container,
.page-id-14 .jart-enter__statement-widget p {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
	font-size: clamp(24px, 2.6vw, 42px);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.3;
	overflow-wrap: normal;
	white-space: normal;
	text-shadow: 0 18px 58px rgba(0, 0, 0, 0.42);
}

.page-id-14 .jart-enter__button-widget {
	top: calc(48% + clamp(104px, 13vh, 150px));
	width: auto !important;
}

.page-id-14 .jart-enter__button-widget .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 224px;
	min-height: 52px;
	padding: 15px 28px;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.95);
	border-radius: 0;
	box-shadow: none;
	color: #111;
	font-family: var(--jart-font-body);
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.17em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease;
}

.page-id-14 .jart-enter__button-widget .elementor-button:hover,
.page-id-14 .jart-enter__button-widget .elementor-button:focus {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.86);
	color: #fff;
}

.page-id-14 .jart-enter__button-widget .elementor-button-text {
	color: inherit;
}

.page-id-14 .jart-enter__socials-widget {
	bottom: clamp(28px, 5vh, 58px);
	width: auto !important;
}

.page-id-14 .jart-enter__socials {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	padding: 0;
}

.page-id-14 .jart-enter__socials .jart-social-icon {
	width: 22px;
	height: 22px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.82);
	opacity: 1;
}

.page-id-14 .jart-enter__socials .jart-social-icon svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.page-id-14 .jart-enter__socials .jart-social-icon:hover,
.page-id-14 .jart-enter__socials .jart-social-icon:focus {
	background: transparent;
	color: #fff;
}

.page-id-14 .jart-enter__socials .jart-social-icon:hover svg,
.page-id-14 .jart-enter__socials .jart-social-icon:focus svg {
	color: inherit;
}

@media (max-width: 782px) {
	.admin-bar.page-id-14 .jart-enter-canvas,
	.admin-bar.page-id-14 .jart-enter--widgets {
		height: calc(100svh - 46px) !important;
		min-height: calc(100svh - 46px) !important;
		max-height: calc(100svh - 46px) !important;
	}
}

@media (max-width: 767px) {
	.page-id-14 .jart-enter--widgets .elementor-widget-wrap {
		padding: 0 !important;
	}

	.page-id-14 .jart-enter__logo-widget {
		top: clamp(34px, 7vh, 58px);
		margin-bottom: 13px !important;
	}

	.page-id-14 .jart-enter__logo-widget img {
		width: clamp(130px, 42vw, 170px);
		max-width: 52vw;
	}

	.page-id-14 .jart-enter__eyebrow-widget .elementor-heading-title {
		font-size: 9px;
		letter-spacing: 0.16em;
		line-height: 1.55;
	}

	.page-id-14 .jart-enter__eyebrow-widget {
		top: calc(clamp(34px, 7vh, 58px) + clamp(56px, 15vw, 76px));
		width: calc(100% - 34px) !important;
		max-width: 320px !important;
	}

	.page-id-14 .jart-enter__statement-widget {
		top: 48%;
		width: calc(100% - 52px) !important;
		max-width: 312px !important;
	}

	.page-id-14 .jart-enter__statement-widget .elementor-widget-container,
	.page-id-14 .jart-enter__statement-widget p {
		font-size: clamp(18px, 4.8vw, 20px);
		line-height: 1.34;
	}

	.page-id-14 .jart-enter__statement-widget p {
		display: inline-block;
		width: calc(100vw - 82px);
		max-width: 260px;
	}

	.page-id-14 .jart-enter__button-widget {
		top: calc(48% + clamp(104px, 15vh, 132px));
	}

	.page-id-14 .jart-enter__button-widget .elementor-button {
		min-width: 214px;
		min-height: 50px;
		padding: 14px 24px;
		font-size: 10.5px;
	}

	.page-id-14 .jart-enter__socials {
		gap: 20px;
	}

	.page-id-14 .jart-enter__socials-widget {
		bottom: clamp(22px, 4.4vh, 38px);
	}

	.page-id-14 .jart-enter__socials .jart-social-icon,
	.page-id-14 .jart-enter__socials .jart-social-icon svg {
		width: 19px;
		height: 19px;
	}
}

/* Phase 9A: Home/Header/Footer full-width system and 1360px inner content. */
.jart-header-section,
.jart-footer-section,
.page-id-15 .elementor-top-section {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.jart-header-section > .elementor-container,
.jart-footer-section > .elementor-container,
.page-id-15 .elementor-top-section > .elementor-container {
	width: 100% !important;
	max-width: none !important;
}

.jart-header,
.jart-footer,
.page-id-15 .jart-home-shell,
.page-id-15 .jart-featured-projects-section,
.page-id-15 .jart-services-preview-section,
.page-id-15 .jart-client-logo-wall-section,
.page-id-15 .jart-luxury-cta-section {
	width: 100%;
	max-width: none;
}

.jart-header__inner,
.jart-footer,
.jart-footer__inner,
.page-id-15 .jart-section-heading,
.page-id-15 .jart-featured-projects,
.page-id-15 .jart-services-preview,
.page-id-15 .jart-client-logo-wall,
.page-id-15 .jart-luxury-cta {
	width: min(calc(100% - (var(--jart-container-padding-desktop) * 2)), var(--jart-container-width));
	max-width: var(--jart-container-width);
	margin-left: auto;
	margin-right: auto;
}

.jart-header {
	background: rgba(255, 250, 242, 0.96);
}

.jart-header__inner {
	min-height: clamp(78px, 6.4vw, 96px);
	gap: clamp(24px, 3vw, 44px);
}

.jart-header__nav {
	gap: clamp(16px, 1.6vw, 26px);
}

.jart-header__nav a,
.jart-header__socials a,
.jart-header__language span,
.jart-header__cta {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.15em;
}

.jart-footer-section {
	background: var(--jart-color-black);
}

.jart-footer {
	display: grid;
	grid-template-columns: minmax(260px, 1.2fr) minmax(160px, 0.6fr) minmax(260px, 0.9fr);
	gap: clamp(32px, 5vw, 80px);
	align-items: start;
	padding: clamp(56px, 6vw, 86px) 0;
}

.page-id-15 .jart-home {
	overflow: hidden;
	background: var(--jart-color-ivory);
}

.page-id-15 .jart-home-hero {
	width: min(calc(100% - (var(--jart-container-padding-desktop) * 2)), var(--jart-container-width));
	margin-left: auto;
	margin-right: auto;
	min-height: clamp(640px, 78vh, 860px);
	grid-template-columns: minmax(0, 0.54fr) minmax(420px, 0.46fr);
	background: var(--jart-color-ivory);
}

.page-id-15 .jart-home-hero--cinematic {
	min-height: clamp(640px, 78vh, 860px);
	background: var(--jart-color-ivory);
}

.page-id-15 .jart-home-hero__media {
	min-height: clamp(640px, 78vh, 860px);
	background-position: center center;
	background-size: cover;
}

.page-id-15 .jart-home-hero--cinematic .jart-home-hero__media {
	min-height: clamp(640px, 78vh, 860px);
}

.page-id-15 .jart-home-hero__content {
	align-content: center;
	padding: clamp(56px, 6vw, 88px);
	background: linear-gradient(135deg, #fffaf2, rgba(234, 220, 198, 0.34));
}

.page-id-15 .jart-home-hero__content h1 {
	max-width: 640px;
	font-size: clamp(58px, 6.4vw, 104px);
	font-weight: 400;
	line-height: 0.98;
}

.page-id-15 .jart-kicker {
	font-size: clamp(11px, 0.76vw, 13px);
	font-weight: 400;
	letter-spacing: 0.22em;
}

.page-id-15 .jart-home-hero__content p:not(.jart-kicker) {
	max-width: 560px;
	font-size: clamp(16px, 1.05vw, 18px);
	line-height: 1.78;
}

.page-id-15 .jart-home-stats {
	width: min(calc(100% - (var(--jart-container-padding-desktop) * 2)), var(--jart-container-width));
	margin-left: auto;
	margin-right: auto;
}

.page-id-15 .jart-featured-projects-section,
.page-id-15 .jart-services-preview-section,
.page-id-15 .jart-client-logo-wall-section {
	padding: clamp(84px, 9vw, 130px) 0;
	background: var(--jart-color-ivory);
}

.page-id-15 .jart-section-heading {
	max-width: 760px;
	margin-bottom: clamp(34px, 4vw, 56px);
	text-align: center;
}

.page-id-15 .jart-section-heading h2,
.page-id-15 .jart-client-logo-wall h2 {
	font-size: clamp(38px, 4vw, 68px);
	line-height: 1.02;
}

.page-id-15 .jart-section-heading p:not(.jart-kicker),
.page-id-15 .jart-client-logo-wall p {
	font-size: clamp(15px, 1vw, 17px);
	line-height: 1.78;
}

.page-id-15 .jart-project-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(20px, 2vw, 30px);
}

.page-id-15 .jart-project-card {
	height: 100%;
}

.page-id-15 .jart-project-card__image {
	aspect-ratio: 4 / 5;
	min-height: 0;
	box-shadow: 0 18px 58px rgba(13, 10, 7, 0.08);
}

.page-id-15 .jart-project-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.page-id-15 .jart-project-card__title {
	font-size: clamp(20px, 1.55vw, 26px);
	line-height: 1.08;
}

.page-id-15 .jart-project-card__content {
	padding-top: 18px;
}

.page-id-15 .jart-services-preview__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(20px, 2vw, 30px);
}

.page-id-15 .jart-service-card {
	height: 100%;
	box-shadow: 0 18px 54px rgba(13, 10, 7, 0.055);
}

.page-id-15 .jart-service-card__image {
	aspect-ratio: 4 / 5;
	background-position: center;
	background-size: cover;
}

.page-id-15 .jart-service-card__content {
	padding: clamp(20px, 2vw, 28px);
}

.page-id-15 .jart-service-card__content h3 {
	font-size: clamp(24px, 2vw, 32px);
	line-height: 1.04;
}

.page-id-15 .jart-service-card__content p:not(.jart-kicker) {
	font-size: 15px;
	line-height: 1.72;
}

.page-id-15 .jart-client-logo-wall {
	padding: clamp(64px, 7vw, 100px) var(--jart-container-padding-desktop);
}

.page-id-15 .jart-partner-strip {
	width: min(100%, 1080px);
}

.page-id-15 .jart-partner-strip span {
	min-height: 88px;
}

.page-id-15 .jart-luxury-cta-section {
	padding: 0;
	background: var(--jart-color-ivory);
}

.page-id-15 .jart-luxury-cta {
	padding: clamp(56px, 6vw, 88px) 0;
}

.page-id-15 .jart-luxury-cta h2 {
	font-size: clamp(38px, 4vw, 68px);
	line-height: 1.02;
}

@media (max-width: 1180px) {
	.jart-header__inner,
	.jart-footer,
	.jart-footer__inner,
	.page-id-15 .jart-section-heading,
	.page-id-15 .jart-featured-projects,
	.page-id-15 .jart-services-preview,
	.page-id-15 .jart-client-logo-wall,
	.page-id-15 .jart-luxury-cta {
		width: min(calc(100% - (var(--jart-container-padding-tablet) * 2)), var(--jart-container-width));
	}

	.page-id-15 .jart-home-hero,
	.page-id-15 .jart-home-hero--cinematic {
		width: min(calc(100% - (var(--jart-container-padding-tablet) * 2)), var(--jart-container-width));
		grid-template-columns: minmax(0, 1fr);
	}

	.page-id-15 .jart-home-hero__media,
	.page-id-15 .jart-home-hero--cinematic .jart-home-hero__media {
		min-height: 56vh;
	}

	.page-id-15 .jart-home-hero__content {
		padding: clamp(48px, 7vw, 76px) var(--jart-container-padding-tablet);
	}

	.page-id-15 .jart-home-stats {
		width: min(calc(100% - (var(--jart-container-padding-tablet) * 2)), var(--jart-container-width));
	}

	.page-id-15 .jart-project-grid,
	.page-id-15 .jart-services-preview__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jart-footer {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.jart-header__inner,
	.jart-footer,
	.jart-footer__inner,
	.page-id-15 .jart-section-heading,
	.page-id-15 .jart-featured-projects,
	.page-id-15 .jart-services-preview,
	.page-id-15 .jart-client-logo-wall,
	.page-id-15 .jart-luxury-cta {
		width: calc(100% - (var(--jart-container-padding-mobile) * 2));
	}

	.jart-header__inner {
		min-height: 0;
		padding: 18px 0;
	}

	.jart-footer {
		grid-template-columns: 1fr;
	}

	.page-id-15 .jart-home-hero__media,
	.page-id-15 .jart-home-hero--cinematic .jart-home-hero__media {
		min-height: 66vh;
	}

	.page-id-15 .jart-home-hero,
	.page-id-15 .jart-home-hero--cinematic,
	.page-id-15 .jart-home-stats {
		width: 100%;
	}

	.jart-header__cta {
		box-sizing: border-box;
		width: 100%;
		text-align: center;
	}

	.page-id-15 .jart-home-hero__content {
		padding: 42px var(--jart-container-padding-mobile) 58px;
	}

	.page-id-15 .jart-home-hero__content h1 {
		font-size: clamp(38px, 11vw, 56px);
		line-height: 1.02;
	}

	.page-id-15 .jart-home-hero__content p:not(.jart-kicker),
	.page-id-15 .jart-section-heading p:not(.jart-kicker),
	.page-id-15 .jart-client-logo-wall p {
		font-size: 15px;
		line-height: 1.75;
	}

	.page-id-15 .jart-featured-projects-section,
	.page-id-15 .jart-services-preview-section,
	.page-id-15 .jart-client-logo-wall-section {
		padding: 68px 0;
	}

	.page-id-15 .jart-section-heading h2,
	.page-id-15 .jart-client-logo-wall h2,
	.page-id-15 .jart-luxury-cta h2 {
		font-size: clamp(30px, 8vw, 42px);
	}

	.page-id-15 .jart-project-grid,
	.page-id-15 .jart-services-preview__grid {
		grid-template-columns: 1fr;
	}

	.page-id-15 .jart-project-card__title {
		font-size: clamp(18px, 6vw, 22px);
	}

	.page-id-15 .jart-service-card__content h3 {
		font-size: clamp(22px, 7vw, 26px);
	}

	.page-id-15 .jart-client-logo-wall {
		padding-inline: var(--jart-container-padding-mobile);
	}

	.page-id-15 .jart-luxury-cta--split {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.page-id-15 .jart-luxury-cta__actions {
		justify-content: flex-start;
	}
}

/* Phase 9B: global font sync, simple icons, and Home visual refinement. */
body:not(.wp-admin),
.jart-site,
.jart-header,
.jart-footer,
.page-id-15 .jart-home {
	color: rgba(18, 15, 12, 0.88);
	font-family: var(--jart-font-body);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
}

.jart-header h1,
.jart-header h2,
.jart-footer h1,
.jart-footer h2,
.page-id-15 .jart-home h1,
.page-id-15 .jart-home h2,
.page-id-15 .jart-home h3,
.page-id-15 .jart-project-card__title,
.page-id-15 .jart-service-card__content h3,
.page-id-15 .jart-luxury-cta h2 {
	font-family: var(--jart-font-heading);
	font-weight: 400;
	letter-spacing: -0.02em;
}

.jart-kicker,
.jart-header__nav a,
.jart-header__language span,
.jart-footer__nav a,
.jart-footer__language span,
.jart-button,
.jart-button-outline,
.jart-header__cta,
.jart-text-link,
.page-id-15 .jart-project-card__category,
.page-id-15 .jart-project-card__location {
	font-family: var(--jart-font-body);
	font-weight: 500;
	letter-spacing: 0.17em;
}

.jart-header__socials,
.jart-footer__socials {
	display: flex;
	align-items: center;
	gap: clamp(16px, 1.4vw, 22px);
}

.jart-header__socials .jart-social-icon,
.jart-footer__socials .jart-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: currentColor;
	opacity: 0.72;
	text-decoration: none;
	transition: opacity 180ms ease, color 180ms ease;
}

.jart-header__socials .jart-social-icon {
	color: rgba(13, 10, 7, 0.86);
}

.jart-footer__socials .jart-social-icon {
	color: rgba(255, 250, 242, 0.88);
}

.jart-header__socials .jart-social-icon svg,
.jart-footer__socials .jart-social-icon svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.jart-header__socials .jart-social-icon:hover,
.jart-header__socials .jart-social-icon:focus,
.jart-footer__socials .jart-social-icon:hover,
.jart-footer__socials .jart-social-icon:focus {
	background: transparent;
	color: currentColor;
	opacity: 1;
}

.jart-header__socials .jart-social-icon:hover svg,
.jart-header__socials .jart-social-icon:focus svg,
.jart-footer__socials .jart-social-icon:hover svg,
.jart-footer__socials .jart-social-icon:focus svg {
	color: inherit;
}

.jart-header {
	border-bottom-color: rgba(13, 10, 7, 0.08);
	background: rgba(255, 250, 242, 0.98);
	backdrop-filter: blur(10px);
}

.jart-header__inner {
	min-height: clamp(86px, 6vw, 96px);
}

.jart-header__logo img {
	max-width: clamp(135px, 11vw, 165px);
	max-height: 54px;
}

.jart-header__nav a {
	font-size: 11px;
	letter-spacing: 0.16em;
}

.jart-header__cta {
	min-height: 42px;
	padding: 13px 18px;
	border-color: rgba(13, 10, 7, 0.22);
	background: transparent;
	font-size: 11px;
}

.jart-header__cta:hover,
.jart-header__cta:focus {
	background: var(--jart-color-black);
	border-color: var(--jart-color-black);
	color: var(--jart-color-ivory);
}

.page-id-15 .jart-home {
	background: #fffaf2;
}

.page-id-15 .jart-home-hero,
.page-id-15 .jart-home-hero--cinematic {
	min-height: clamp(680px, 76vh, 820px);
	grid-template-columns: minmax(0, 0.53fr) minmax(420px, 0.47fr);
}

.page-id-15 .jart-home-hero__media,
.page-id-15 .jart-home-hero--cinematic .jart-home-hero__media {
	min-height: clamp(680px, 76vh, 820px);
	background-position: center center;
	background-size: cover;
}

.page-id-15 .jart-home-hero--cinematic .jart-home-hero__media::after {
	background: linear-gradient(90deg, rgba(13, 10, 7, 0.04), rgba(13, 10, 7, 0.22));
}

.page-id-15 .jart-home-hero__content {
	gap: clamp(18px, 2vw, 26px);
	padding: clamp(60px, 6vw, 92px);
	background: #fffaf2;
}

.page-id-15 .jart-home-hero__content h1 {
	max-width: 610px;
	font-size: clamp(64px, 6vw, 96px);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1;
}

.page-id-15 .jart-home-hero__content p:not(.jart-kicker) {
	max-width: 520px;
	color: rgba(18, 15, 12, 0.68);
	font-size: clamp(16px, 1vw, 17px);
	line-height: 1.75;
}

.page-id-15 .jart-home-hero__content .jart-button {
	width: fit-content;
	min-width: 220px;
	min-height: 50px;
	padding-inline: 32px;
	font-size: 11px;
	letter-spacing: 0.16em;
}

.page-id-15 .jart-featured-projects-section,
.page-id-15 .jart-services-preview-section,
.page-id-15 .jart-client-logo-wall-section {
	padding: clamp(100px, 9vw, 140px) 0;
}

.page-id-15 .jart-section-heading {
	gap: 16px;
	max-width: 820px;
}

.page-id-15 .jart-section-heading h2,
.page-id-15 .jart-client-logo-wall h2 {
	font-size: clamp(42px, 3.8vw, 66px);
	letter-spacing: -0.02em;
	line-height: 1.08;
}

.page-id-15 .jart-section-heading p:not(.jart-kicker),
.page-id-15 .jart-client-logo-wall p {
	color: rgba(18, 15, 12, 0.64);
	font-size: 16px;
	line-height: 1.78;
}

.page-id-15 .jart-project-card {
	background: transparent;
	box-shadow: none;
}

.page-id-15 .jart-project-card__image {
	aspect-ratio: 4 / 5;
	overflow: hidden;
	box-shadow: none;
}

.page-id-15 .jart-project-card__image img {
	transition: transform 420ms ease, opacity 420ms ease;
}

.page-id-15 .jart-project-card:hover .jart-project-card__image img,
.page-id-15 .jart-project-card:focus-within .jart-project-card__image img {
	opacity: 0.94;
	transform: scale(1.03);
}

.page-id-15 .jart-project-card__category,
.page-id-15 .jart-project-card__location {
	color: rgba(18, 15, 12, 0.54);
	font-size: 10.5px;
	line-height: 1.5;
	text-transform: uppercase;
}

.page-id-15 .jart-project-card__title {
	font-size: clamp(22px, 1.8vw, 28px);
	line-height: 1.12;
}

.page-id-15 .jart-services-preview__grid,
.page-id-15 .jart-project-grid {
	gap: clamp(22px, 2vw, 34px);
}

.page-id-15 .jart-service-card {
	background: transparent;
	border: 0;
	box-shadow: none;
}

.page-id-15 .jart-service-card__image {
	aspect-ratio: 4 / 5;
	transition: filter 260ms ease, transform 420ms ease;
}

.page-id-15 .jart-service-card:hover .jart-service-card__image,
.page-id-15 .jart-service-card:focus-within .jart-service-card__image {
	filter: saturate(0.92);
	transform: scale(1.01);
}

.page-id-15 .jart-service-card__content {
	padding: 22px 0 0;
}

.page-id-15 .jart-service-card__content h3 {
	font-size: clamp(24px, 1.9vw, 31px);
	line-height: 1.12;
}

.page-id-15 .jart-service-card__content p:not(.jart-kicker) {
	color: rgba(18, 15, 12, 0.64);
	font-size: 15px;
	line-height: 1.72;
}

.page-id-15 .jart-text-link {
	font-size: 10.5px;
	letter-spacing: 0.17em;
}

.page-id-15 .jart-client-logo-wall {
	background:
		linear-gradient(rgba(234, 220, 198, 0.74), rgba(234, 220, 198, 0.74)),
		linear-gradient(135deg, #fffaf2, rgba(216, 169, 163, 0.42));
}

.page-id-15 .jart-partner-strip {
	background: rgba(13, 10, 7, 0.1);
}

.page-id-15 .jart-partner-strip span {
	min-height: 82px;
	background: rgba(255, 250, 242, 0.66);
	color: rgba(18, 15, 12, 0.54);
	font-family: var(--jart-font-body);
	font-size: 10.5px;
	font-weight: 500;
	letter-spacing: 0.17em;
}

.page-id-15 .jart-luxury-cta h2 {
	font-size: clamp(42px, 3.9vw, 68px);
	line-height: 1.06;
}

@media (max-width: 1180px) {
	.page-id-15 .jart-home-hero,
	.page-id-15 .jart-home-hero--cinematic {
		grid-template-columns: 1fr;
	}

	.page-id-15 .jart-home-hero__content h1 {
		font-size: clamp(52px, 8vw, 72px);
	}

	.page-id-15 .jart-home-hero__media,
	.page-id-15 .jart-home-hero--cinematic .jart-home-hero__media {
		min-height: 58vh;
	}
}

@media (max-width: 767px) {
	.jart-header__socials .jart-social-icon,
	.jart-footer__socials .jart-social-icon {
		width: 19px;
		height: 19px;
	}

	.page-id-15 .jart-home-hero__content h1 {
		font-size: clamp(40px, 10vw, 54px);
		line-height: 1.04;
	}

	.page-id-15 .jart-home-hero__content {
		padding-top: 46px;
	}

	.page-id-15 .jart-home-hero__content .jart-button {
		width: 100%;
	}

	.page-id-15 .jart-featured-projects-section,
	.page-id-15 .jart-services-preview-section,
	.page-id-15 .jart-client-logo-wall-section {
		padding: 62px 0;
	}

	.page-id-15 .jart-section-heading h2,
	.page-id-15 .jart-client-logo-wall h2,
	.page-id-15 .jart-luxury-cta h2 {
		font-size: clamp(32px, 8vw, 42px);
	}
}
