﻿/*
 * Homepage hero.
 */

:root {
	--camille-hero-bg: #ffffff;
	--camille-hero-text: #000000;
	--camille-hero-muted: #4f4a47;
	--camille-hero-accent: #e96443;
	--camille-hero-accent-dark: #b73615;
	--camille-hero-grid:
		linear-gradient(rgba(233, 100, 67, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(233, 100, 67, 0.035) 1px, transparent 1px),
		linear-gradient(135deg, #ffffff 0%, #fffaf8 48%, #ffffff 100%);
	--camille-hero-shadow: 0 24px 70px rgba(35, 24, 18, 0.1), 0 18px 46px rgba(233, 100, 67, 0.16);
	--camille-hero-radius: 28px;
}

/*
 * Legal pages.
 */

.legal-hero {
	position: relative;
	padding: clamp(58px, 7vw, 96px) 0 clamp(34px, 4vw, 56px);
	background: var(--camille-hero-grid);
	background-color: var(--camille-hero-bg);
	background-size: 44px 44px, 44px 44px, auto;
	color: var(--camille-hero-text);
}

.legal-hero__inner {
	width: min(980px, calc(100% - 40px));
	margin: 0 auto;
	text-align: center;
}

.legal-hero h1 {
	margin: 0;
	color: var(--camille-hero-text);
	font-family: "Poppins", Arial, sans-serif;
	font-size: clamp(2.35rem, 4.4vw, 4.4rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.08;
}

.legal-hero p:not(.home-hero__badge) {
	max-width: 690px;
	margin: 22px auto 0;
	color: var(--camille-hero-muted);
	font-family: "Rubik", Arial, sans-serif;
	font-size: clamp(1rem, 1.35vw, 1.15rem);
	line-height: 1.72;
}

.legal-content {
	padding: clamp(38px, 5vw, 70px) 0 clamp(76px, 9vw, 124px);
	background: #ffffff;
	color: var(--camille-hero-text);
}

.legal-content__inner {
	width: min(980px, calc(100% - 40px));
	margin: 0 auto;
}

.legal-card {
	padding: clamp(30px, 5vw, 68px);
	border: 1px solid rgba(183, 54, 21, 0.14);
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 24px 70px rgba(233, 100, 67, 0.1), inset 0 0 0 1px rgba(183, 54, 21, 0.04);
}

.legal-section + .legal-section {
	margin-top: clamp(30px, 4vw, 46px);
	padding-top: clamp(24px, 3.4vw, 38px);
	border-top: 1px solid rgba(183, 54, 21, 0.12);
}

.legal-section h2,
.legal-section h3 {
	color: var(--camille-hero-text);
	font-family: "Poppins", Arial, sans-serif;
	letter-spacing: 0;
}

.legal-section h2 {
	margin: 0 0 18px;
	font-size: clamp(1.35rem, 2vw, 1.85rem);
	font-weight: 700;
	line-height: 1.24;
}

.legal-section h3 {
	margin: 26px 0 10px;
	font-size: clamp(1.05rem, 1.35vw, 1.18rem);
	font-weight: 700;
	line-height: 1.3;
}

.legal-section p,
.legal-section li {
	color: var(--camille-hero-muted);
	font-family: "Rubik", Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.78;
}

.legal-section p {
	margin: 0;
}

.legal-section p + p,
.legal-section ul + p {
	margin-top: 14px;
}

.legal-section ul {
	display: grid;
	gap: 10px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.legal-section li {
	position: relative;
	padding-left: 28px;
}

.legal-section li::before {
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: var(--camille-hero-accent);
	content: "";
}

.legal-section a {
	color: var(--camille-hero-accent-dark);
	font-weight: 600;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.legal-section a:hover,
.legal-section a:focus {
	color: var(--camille-hero-accent);
}

@media (max-width: 600px) {
	.legal-hero {
		padding: 42px 0 30px;
	}

	.legal-hero__inner,
	.legal-content__inner {
		width: min(100% - 28px, 520px);
	}

	.legal-card {
		padding: 24px 20px 30px;
		border-radius: 18px;
	}

	.legal-section p,
	.legal-section li {
		font-size: 0.96rem;
		line-height: 1.72;
	}
}

html {
	margin-top: 0 !important;
}

.camille-brand-page .site-main {
	background: var(--camille-hero-grid);
	background-color: var(--camille-hero-bg);
	background-size: 44px 44px, 44px 44px, auto;
}

.camille-brand-page,
.camille-brand-page #page,
.camille-brand-page .site {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

body.camille-brand-page,
body.admin-bar.camille-brand-page {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

body.camille-brand-page::before,
.camille-brand-page #wpadminbar {
	display: none !important;
	content: none !important;
}

.camille-brand-page .site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	margin-top: 0 !important;
	background: #ffffff;
	border-bottom: 1px solid rgba(233, 100, 67, 0.08);
	box-shadow: 0 10px 30px rgba(35, 24, 18, 0.04);
}

.admin-bar.camille-brand-page .site-header {
	top: 0;
}

.camille-brand-page .site-header .inside-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	width: min(1380px, calc(100% - 48px));
	margin: 0 auto;
	padding: 0;
	min-height: 88px;
}

.camille-brand-page .site-branding {
	flex: 0 0 auto;
}

.camille-brand-page .camille-header-logo {
	display: inline-flex;
	align-items: center;
	width: clamp(150px, 13vw, 205px);
	line-height: 1;
}

.camille-brand-page .camille-header-logo img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 54px;
	object-fit: contain;
}

.camille-brand-page .main-title {
	margin: 0;
	font-family: "Poppins", Arial, sans-serif;
	font-size: clamp(1.25rem, 1.8vw, 1.55rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.1;
}

.camille-brand-page .main-title a {
	color: var(--camille-hero-text);
	text-decoration: none;
}

.camille-brand-page .camille-header-nav {
	display: flex;
	justify-content: flex-end;
	margin-left: auto;
}

.camille-brand-page .camille-header-toggle {
	display: none;
}

.camille-brand-page .camille-header-nav__list {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2.2vw, 34px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.camille-brand-page .camille-header-nav__item {
	position: relative;
}

.camille-brand-page .camille-header-nav__link,
.camille-brand-page .camille-header-nav__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: "Rubik", Arial, sans-serif;
	font-size: 0.96rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.camille-brand-page .camille-header-nav__link {
	color: var(--camille-hero-text);
}

.camille-brand-page .camille-header-nav__item--has-submenu > .camille-header-nav__link::after {
	content: "";
	width: 0.45em;
	height: 0.45em;
	margin-left: 0.5em;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-0.14em) rotate(45deg);
}

.camille-brand-page .camille-header-nav__link:hover,
.camille-brand-page .camille-header-nav__link:focus {
	color: var(--camille-hero-accent-dark);
}

.camille-brand-page .camille-header-nav__submenu {
	position: absolute;
	top: calc(100% + 18px);
	left: 50%;
	z-index: 20;
	width: min(360px, 86vw);
	margin: 0;
	padding: 12px;
	list-style: none;
	border: 1px solid rgba(183, 54, 21, 0.12);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 24px 60px rgba(35, 24, 18, 0.12), 0 16px 38px rgba(233, 100, 67, 0.12);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 8px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.camille-brand-page .camille-header-nav__submenu::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 100%;
	left: 0;
	height: 18px;
}

.camille-brand-page .camille-header-nav__item--has-submenu:hover .camille-header-nav__submenu,
.camille-brand-page .camille-header-nav__item--has-submenu:focus-within .camille-header-nav__submenu {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.camille-brand-page .camille-header-nav__submenu-link {
	display: block;
	padding: 12px 14px;
	border-radius: 12px;
	color: var(--camille-hero-text);
	font-family: "Rubik", Arial, sans-serif;
	font-size: 0.92rem;
	font-weight: 500;
	line-height: 1.35;
	text-decoration: none;
	transition: color 180ms ease, background-color 180ms ease;
}

.camille-brand-page .camille-header-nav__submenu-link:hover,
.camille-brand-page .camille-header-nav__submenu-link:focus {
	background: rgba(233, 100, 67, 0.08);
	color: var(--camille-hero-accent-dark);
}

.camille-brand-page .camille-header-nav__submenu-link:focus-visible {
	outline: 3px solid rgba(233, 100, 67, 0.28);
	outline-offset: 2px;
}

.camille-brand-page .camille-header-nav__button {
	min-height: 44px;
	padding: 12px 18px;
	border-radius: 999px;
	background: var(--camille-hero-accent);
	box-shadow: 0 12px 26px rgba(233, 100, 67, 0.2);
	color: #ffffff;
}

.camille-brand-page .camille-header-nav__button:hover,
.camille-brand-page .camille-header-nav__button:focus {
	background: var(--camille-hero-accent-dark);
	color: #ffffff;
	transform: translateY(-1px);
}

.camille-brand-page .camille-header-nav__link:focus-visible,
.camille-brand-page .camille-header-nav__button:focus-visible {
	outline: 3px solid rgba(233, 100, 67, 0.34);
	outline-offset: 4px;
}

.home-hero {
	position: relative;
	width: 100%;
	margin-bottom: 0;
	overflow: hidden;
	background: var(--camille-hero-grid);
	background-color: var(--camille-hero-bg);
	background-size: 44px 44px, 44px 44px, auto;
	color: var(--camille-hero-text);
}

.home-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
	align-items: center;
	gap: clamp(42px, 6vw, 96px);
	width: min(1180px, calc(100% - 40px));
	min-height: clamp(560px, calc(100vh - 220px), 700px);
	margin: 0 auto;
	padding: clamp(48px, 6vw, 72px) 0 clamp(24px, 3vw, 40px);
}

.home-hero__content {
	max-width: 680px;
}

.home-hero__badge {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin: 0 0 24px;
	padding: 9px 16px;
	border: 1px solid rgba(233, 100, 67, 0.2);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.76);
	color: var(--camille-hero-accent-dark);
	font-family: "Rubik", Arial, sans-serif;
	font-size: 0.88rem;
	font-weight: 500;
	line-height: 1.2;
}

.home-hero__title {
	max-width: 720px;
	margin: 0;
	color: var(--camille-hero-text);
	font-family: "Poppins", Arial, sans-serif;
	font-size: clamp(2.25rem, 3vw, 3rem);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.14;
}

.home-hero__title span {
	display: block;
}

.home-hero__title-main {
	font-weight: 700;
}

.home-hero__title strong {
	color: var(--camille-hero-accent);
	font-weight: inherit;
}

.home-hero__title-line {
	font-size: 0.84em;
	white-space: nowrap;
}

.home-hero__subtitle {
	max-width: 620px;
	margin: 28px 0 0;
	color: var(--camille-hero-muted);
	font-family: "Rubik", Arial, sans-serif;
	font-size: clamp(1.05rem, 1.6vw, 1.23rem);
	font-weight: 400;
	line-height: 1.75;
}

.home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 38px;
}

.home-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 16px 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-family: "Rubik", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.home-hero__button:focus-visible {
	outline: 3px solid rgba(233, 100, 67, 0.42);
	outline-offset: 4px;
}

.home-hero__button:hover {
	transform: translateY(-2px);
}

.home-hero__button--primary {
	background: var(--camille-hero-accent);
	box-shadow: 0 14px 34px rgba(233, 100, 67, 0.24);
	color: #ffffff;
}

.home-hero__button--primary:hover,
.home-hero__button--primary:focus {
	background: var(--camille-hero-accent-dark);
	color: #ffffff;
}

.home-hero__button--secondary {
	border-color: rgba(0, 0, 0, 0.14);
	background: rgba(255, 255, 255, 0.82);
	color: var(--camille-hero-text);
}

.home-hero__button--secondary:hover,
.home-hero__button--secondary:focus {
	border-color: rgba(183, 54, 21, 0.34);
	background: #ffffff;
	color: var(--camille-hero-accent-dark);
}

.home-hero__visual {
	position: relative;
	min-height: 590px;
}

.home-hero__photo {
	position: absolute;
	overflow: hidden;
	margin: 0;
	border: 1px solid rgba(183, 54, 21, 0.22);
	border-radius: var(--camille-hero-radius);
	background: #f6f1ee;
	box-shadow: var(--camille-hero-shadow), inset 0 0 0 1px rgba(183, 54, 21, 0.08);
}

.home-hero__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 38%;
}

.home-hero__photo--main {
	top: 0;
	right: 0;
	width: min(88%, 440px);
	aspect-ratio: 4 / 5;
}

.home-hero__photo--secondary {
	bottom: 18px;
	left: 0;
	width: min(50%, 250px);
	aspect-ratio: 4 / 5;
	border-radius: 24px;
}

.home-hero__photo--secondary img {
	object-position: 50% 32%;
}

.home-credibility {
	position: relative;
	width: 100%;
	margin: 0 0 clamp(64px, 7vw, 104px);
	overflow: hidden;
	border-radius: 0;
	background: var(--camille-hero-accent);
	box-shadow: 0 22px 58px rgba(183, 54, 21, 0.16);
	color: #ffffff;
}

.home-credibility__viewport {
	overflow: hidden;
	padding: clamp(16px, 2vw, 24px) 0;
}

.home-credibility__track {
	display: flex;
	width: max-content;
	animation: camille-credibility-scroll 34s linear infinite;
}

.home-credibility__group {
	display: flex;
	align-items: center;
	gap: clamp(42px, 6vw, 92px);
	padding: 0 clamp(32px, 5vw, 72px) 0 0;
}

.home-credibility__item {
	display: flex;
	align-items: center;
	gap: clamp(8px, 1vw, 14px);
	min-width: max-content;
}

.home-credibility__number {
	display: block;
	font-family: "Poppins", Arial, sans-serif;
	font-size: clamp(2.8rem, 5.4vw, 5rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.92;
}

.home-credibility__label {
	display: block;
	max-width: 210px;
	font-family: "Rubik", Arial, sans-serif;
	font-size: clamp(0.92rem, 1.2vw, 1.08rem);
	font-weight: 500;
	line-height: 1.35;
}

.home-pillars {
	position: relative;
	padding: clamp(10px, 2vw, 18px) 0 clamp(34px, 4vw, 56px);
	color: var(--camille-hero-text);
}

.home-pillars__inner {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.home-pillars__intro {
	max-width: 1120px;
	margin: 0 auto;
	text-align: center;
}

.home-pillars__title {
	max-width: 1100px;
	margin: 0 auto;
	color: var(--camille-hero-text);
	font-family: "Poppins", Arial, sans-serif;
	font-size: clamp(2rem, 2.75vw, 2.85rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.14;
}

.home-pillars__title span {
	display: block;
}

.home-pillars__title strong {
	color: var(--camille-hero-accent);
	font-weight: inherit;
}

.home-pillars__text {
	max-width: 930px;
	margin: 24px auto 0;
	color: var(--camille-hero-muted);
	font-family: "Rubik", Arial, sans-serif;
	font-size: clamp(1rem, 1.45vw, 1.16rem);
	font-weight: 400;
	line-height: 1.75;
}

.home-pillars__text p {
	margin: 0;
}

.home-pillars__text p + p {
	margin-top: 12px;
}

.home-pillars__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(18px, 2vw, 26px);
	margin-top: clamp(42px, 5vw, 68px);
}

.home-pillars__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	min-height: 260px;
	padding: clamp(24px, 2.4vw, 32px);
	border: 1px solid rgba(183, 54, 21, 0.22);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 20px 54px rgba(233, 100, 67, 0.13), inset 0 0 0 1px rgba(183, 54, 21, 0.08);
}

.home-pillars__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin-bottom: 22px;
	border-radius: 20px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 236, 229, 0.92));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 14px 28px rgba(233, 100, 67, 0.16);
	font-size: 2rem;
	line-height: 1;
	text-shadow: 0 6px 14px rgba(35, 24, 18, 0.14);
}

.home-pillars__card-title {
	margin: 0;
	color: var(--camille-hero-text);
	font-family: "Poppins", Arial, sans-serif;
	font-size: clamp(1.18rem, 1.5vw, 1.38rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
}

.home-pillars__card-text {
	margin: 14px 0 0;
	color: var(--camille-hero-muted);
	font-family: "Rubik", Arial, sans-serif;
	font-size: 0.98rem;
	font-weight: 400;
	line-height: 1.65;
}

.home-offers {
	position: relative;
	padding: clamp(38px, 5vw, 70px) 0 clamp(42px, 5vw, 72px);
	background: #ffffff;
	color: var(--camille-hero-text);
}

.home-offers__inner {
	width: 100%;
	margin: 0 auto;
}

.home-offers__intro {
	width: min(840px, calc(100% - 40px));
	max-width: 840px;
	margin: 0 auto;
	text-align: center;
}

.home-offers__title {
	margin: 0;
	color: var(--camille-hero-text);
	font-family: "Poppins", Arial, sans-serif;
	font-size: clamp(2.1rem, 3.4vw, 3.5rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.12;
}

.home-offers__subtitle {
	max-width: 790px;
	margin: 22px auto 0;
	color: var(--camille-hero-muted);
	font-family: "Rubik", Arial, sans-serif;
	font-size: clamp(1rem, 1.45vw, 1.15rem);
	font-weight: 400;
	line-height: 1.75;
}

.home-offers__timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	width: min(1180px, calc(100% - 40px));
	margin-top: clamp(44px, 5vw, 70px);
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}

.home-offers__timeline::before {
	position: absolute;
	top: 25px;
	right: 8%;
	left: 8%;
	height: 1px;
	background: rgba(183, 54, 21, 0.18);
	content: "";
}

.home-offers__step {
	position: relative;
	display: grid;
	gap: 14px;
	justify-items: center;
	min-width: 0;
	padding: 0;
	border: 0;
	background: transparent !important;
	color: var(--camille-hero-muted);
	font-family: "Rubik", Arial, sans-serif;
	text-align: center;
	cursor: pointer;
}

.home-offers__step:hover,
.home-offers__step:focus,
.home-offers__step:active {
	outline: none;
	box-shadow: none;
	background: transparent !important;
	color: var(--camille-hero-muted);
}

.home-offers__step:focus:not(:focus-visible) {
	outline: none;
	box-shadow: none;
	background: transparent !important;
}

.home-offers__step::-moz-focus-inner {
	border: 0;
}

.home-offers__step-index {
	display: inline-flex;
	position: relative;
	z-index: 1;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border: 1px solid rgba(183, 54, 21, 0.18);
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(35, 24, 18, 0.06);
	color: var(--camille-hero-muted);
	font-family: "Poppins", Arial, sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home-offers__step-label {
	display: block;
	max-width: 210px;
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.35;
	transition: color 180ms ease;
}

.home-offers__step:hover .home-offers__step-index,
.home-offers__step:focus-visible .home-offers__step-index,
.home-offers__step.is-active .home-offers__step-index {
	border-color: var(--camille-hero-accent);
	background: var(--camille-hero-accent);
	box-shadow: 0 16px 34px rgba(233, 100, 67, 0.28);
	color: #ffffff;
	transform: translateY(-2px);
}

.home-offers__step:hover .home-offers__step-label,
.home-offers__step:focus-visible .home-offers__step-label,
.home-offers__step.is-active .home-offers__step-label {
	color: var(--camille-hero-accent-dark);
}

.home-offers__step:focus-visible,
.home-offers__arrow:focus-visible,
.home-offers__dot:focus-visible {
	outline: 3px solid rgba(233, 100, 67, 0.34);
	outline-offset: 5px;
}

.home-offers__card-wrap {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	gap: 18px;
	width: min(1180px, calc(100% - 40px));
	margin-top: clamp(34px, 4vw, 58px);
	margin-right: auto;
	margin-left: auto;
}

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

.home-offers__panel {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
	align-items: center;
	gap: clamp(34px, 5vw, 72px);
	min-height: 460px;
	padding: clamp(30px, 4.4vw, 58px);
	border: 1px solid rgba(183, 54, 21, 0.2);
	border-radius: 28px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 249, 247, 0.96)),
		#ffffff;
	box-shadow: 0 28px 76px rgba(233, 100, 67, 0.14), inset 0 0 0 1px rgba(183, 54, 21, 0.06);
}

.home-offers__panel[hidden] {
	display: none;
}

.home-offers__panel.is-entering {
	animation: camille-offer-panel 260ms ease both;
}

.home-offers__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	margin: 0 0 20px;
	padding: 9px 14px;
	border: 1px solid rgba(233, 100, 67, 0.18);
	border-radius: 999px;
	background: rgba(233, 100, 67, 0.08);
	color: var(--camille-hero-accent-dark);
	font-family: "Rubik", Arial, sans-serif;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.2;
}

.home-offers__panel-title {
	max-width: 620px;
	margin: 0;
	color: var(--camille-hero-text);
	font-family: "Poppins", Arial, sans-serif;
	font-size: clamp(1.75rem, 2.55vw, 2.65rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.15;
}

.home-offers__panel-text {
	max-width: 640px;
	margin: 20px 0 0;
	color: var(--camille-hero-muted);
	font-family: "Rubik", Arial, sans-serif;
	font-size: 1.04rem;
	font-weight: 400;
	line-height: 1.75;
}

.home-offers__benefits {
	display: grid;
	gap: 12px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
	color: var(--camille-hero-text);
	font-family: "Rubik", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.35;
}

.home-offers__benefits li {
	position: relative;
	padding-left: 30px;
}

.home-offers__benefits li::before {
	position: absolute;
	top: 0.05em;
	left: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 999px;
	background: var(--camille-hero-accent);
	color: #ffffff;
	font-size: 0.76rem;
	font-weight: 700;
	content: "✓";
}

.home-offers__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	margin-top: 32px;
	padding: 15px 22px;
	border-radius: 999px;
	background: var(--camille-hero-accent);
	box-shadow: 0 14px 34px rgba(233, 100, 67, 0.24);
	color: #ffffff;
	font-family: "Rubik", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.home-offers__cta:hover,
.home-offers__cta:focus {
	background: var(--camille-hero-accent-dark);
	color: #ffffff;
	transform: translateY(-2px);
}

.home-offers__visual {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 330px;
	overflow: hidden;
	border: 1px solid rgba(183, 54, 21, 0.14);
	border-radius: 26px;
	background:
		radial-gradient(circle at 30% 28%, rgba(233, 100, 67, 0.14), transparent 30%),
		radial-gradient(circle at 74% 72%, rgba(183, 54, 21, 0.1), transparent 34%),
		linear-gradient(135deg, #ffffff 0%, #fff4ef 100%);
}

.home-offers__visual::before,
.home-offers__visual::after {
	position: absolute;
	border: 1px solid rgba(233, 100, 67, 0.22);
	border-radius: 999px;
	content: "";
}

.home-offers__visual::before {
	width: 210px;
	height: 210px;
	transform: translate(-46px, -26px);
}

.home-offers__visual::after {
	width: 126px;
	height: 126px;
	transform: translate(96px, 72px);
}

.home-offers__visual--image {
	padding: clamp(14px, 2vw, 22px);
	background: linear-gradient(135deg, #ffffff 0%, #fff4ef 100%);
}

.home-offers__visual--image::before,
.home-offers__visual--image::after {
	display: none;
}

.home-offers__image {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid rgba(183, 54, 21, 0.13);
	border-radius: 22px;
	box-shadow: 0 24px 58px rgba(233, 100, 67, 0.16);
	object-fit: contain;
	object-position: center;
}

.home-offers__visual-emoji {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 112px;
	height: 112px;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 22px 50px rgba(233, 100, 67, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.95);
	font-size: 3.4rem;
	line-height: 1;
}

.home-offers__visual-line {
	position: absolute;
	right: 56px;
	bottom: 86px;
	left: 56px;
	height: 10px;
	border-radius: 999px;
	background: rgba(233, 100, 67, 0.16);
}

.home-offers__visual-line::before {
	display: block;
	width: 62%;
	height: 100%;
	border-radius: inherit;
	background: var(--camille-hero-accent);
	content: "";
}

.home-offers__visual-pill {
	position: absolute;
	right: 28px;
	bottom: 28px;
	padding: 10px 14px;
	border: 1px solid rgba(183, 54, 21, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	color: var(--camille-hero-accent-dark);
	font-family: "Rubik", Arial, sans-serif;
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.2;
}

.home-offers__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border: 1px solid rgba(183, 54, 21, 0.16);
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 16px 34px rgba(233, 100, 67, 0.12);
	color: var(--camille-hero-accent-dark);
	font-family: "Poppins", Arial, sans-serif;
	font-size: 2.15rem;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.home-offers__arrow:hover {
	background: var(--camille-hero-accent);
	box-shadow: 0 18px 38px rgba(233, 100, 67, 0.2);
	color: #ffffff;
	transform: translateY(-2px);
}

.home-offers__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 28px;
}

.home-offers__dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(183, 54, 21, 0.22);
	cursor: pointer;
	transition: width 180ms ease, background-color 180ms ease;
}

.home-offers__dot.is-active {
	width: 34px;
	background: var(--camille-hero-accent);
}

.home-testimonials {
	--testimonial-gap: 26px;
	--testimonial-visible: 3;
	position: relative;
	padding: clamp(42px, 5vw, 72px) 0 clamp(82px, 9vw, 138px);
	background: #ffffff;
	color: #111111;
}

.home-testimonials__inner {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.home-testimonials__intro {
	max-width: 1060px;
	margin: 0 auto;
	text-align: center;
}

.home-testimonials__label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin: 0 auto 18px;
	padding: 9px 16px;
	border: 1px solid rgba(233, 100, 67, 0.18);
	border-radius: 999px;
	background: rgba(233, 100, 67, 0.07);
	color: var(--camille-hero-accent-dark);
	font-family: "Rubik", Arial, sans-serif;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.2;
}

.home-testimonials__title {
	margin: 0;
	color: #111111;
	font-family: "Poppins", Arial, sans-serif;
	font-size: clamp(2.05rem, 3vw, 3.05rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.13;
}

.home-testimonials__title span {
	display: inline;
}

.home-testimonials__title strong {
	color: var(--camille-hero-accent);
	font-weight: inherit;
}

.home-testimonials__subtitle {
	max-width: 700px;
	margin: 24px auto 0;
	color: var(--camille-hero-muted);
	font-family: "Rubik", Arial, sans-serif;
	font-size: clamp(1rem, 1.4vw, 1.14rem);
	font-weight: 400;
	line-height: 1.72;
}

.home-testimonials__subtitle p {
	margin: 0;
}

.home-testimonials__subtitle p + p {
	margin-top: 6px;
}

.home-testimonials__carousel {
	position: relative;
	margin-top: clamp(42px, 5vw, 68px);
	padding: 0 64px;
}

.home-testimonials__viewport {
	overflow: hidden;
}

.home-testimonials__track {
	display: flex;
	align-items: stretch;
	gap: var(--testimonial-gap);
	transform: translateX(calc(var(--testimonial-offset, 0px) * -1));
	transition: transform 340ms ease;
}

.home-testimonials__card {
	display: flex;
	flex: 0 0 calc((100% - (var(--testimonial-gap) * (var(--testimonial-visible) - 1))) / var(--testimonial-visible));
	flex-direction: column;
	min-height: 390px;
	padding: clamp(22px, 2.3vw, 28px);
	border: 1px solid rgba(183, 54, 21, 0.16);
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 24px 70px rgba(233, 100, 67, 0.12), inset 0 0 0 1px rgba(183, 54, 21, 0.05);
}

.home-testimonials__person {
	display: flex;
	align-items: center;
	gap: 16px;
}

.home-testimonials__photo {
	display: block;
	flex: 0 0 auto;
	width: 60px;
	height: 60px;
	border: 2px solid rgba(183, 54, 21, 0.16);
	border-radius: 999px;
	box-shadow: 0 14px 28px rgba(233, 100, 67, 0.14);
	object-fit: cover;
}

.home-testimonials__name {
	margin: 0;
	color: #111111;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
}

.home-testimonials__badge {
	display: inline-flex;
	width: fit-content;
	margin: 8px 0 0;
	padding: 7px 11px;
	border-radius: 999px;
	background: rgba(233, 100, 67, 0.08);
	color: var(--camille-hero-accent-dark);
	font-family: "Rubik", Arial, sans-serif;
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.25;
}

.home-testimonials__quote {
	display: block;
	margin-top: 22px;
	color: var(--camille-hero-accent);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 4.3rem;
	font-weight: 700;
	line-height: 0.7;
}

.home-testimonials__text {
	margin: 16px 0 0;
	color: #2f2b29;
	font-family: "Rubik", Arial, sans-serif;
	font-size: 0.95rem;
	font-weight: 400;
	line-height: 1.65;
}

.home-testimonials__controls {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0;
	margin-top: 0;
	pointer-events: none;
	transform: translateY(-50%);
}

.home-testimonials__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(183, 54, 21, 0.18);
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 14px 30px rgba(233, 100, 67, 0.12);
	color: var(--camille-hero-accent-dark);
	font-family: "Poppins", Arial, sans-serif;
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
	pointer-events: auto;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.home-testimonials__arrow:hover,
.home-testimonials__arrow:focus {
	background: var(--camille-hero-accent);
	box-shadow: 0 18px 36px rgba(233, 100, 67, 0.2);
	color: #ffffff;
}

.home-testimonials__arrow:focus-visible,
.home-testimonials__dot:focus-visible {
	outline: 3px solid rgba(233, 100, 67, 0.34);
	outline-offset: 4px;
}

.home-testimonials__dots {
	display: none;
}

.home-testimonials__dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(183, 54, 21, 0.22);
	cursor: pointer;
	transition: width 180ms ease, background-color 180ms ease;
}

.home-testimonials__dot.is-active {
	width: 30px;
	background: var(--camille-hero-accent);
}

.about-hero .home-hero__title span,
.about-lifestyle__content .about-section__title span {
	display: block;
	margin-top: 0.16em;
}

.about-hero .home-hero__inner {
	grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.85fr);
	align-items: center;
	gap: clamp(20px, 2.8vw, 44px);
	width: min(1180px, calc(100% - 40px));
	min-height: min(680px, calc(100vh - 88px));
	padding: clamp(14px, 2vw, 28px) 0 clamp(14px, 1.8vw, 24px);
}

.about-hero .home-hero__title {
	max-width: 600px;
	font-size: clamp(1.9rem, 2.22vw, 2.7rem);
	line-height: 1.09;
}

.about-hero .home-hero__subtitle {
	max-width: 570px;
	margin-top: 16px;
	font-size: clamp(0.9rem, 0.9vw, 0.96rem);
	line-height: 1.42;
}

.about-hero .home-hero__badge {
	margin-bottom: 18px;
	padding: 8px 15px;
}

.about-hero .home-hero__actions {
	margin-top: 24px;
}

.about-hero .home-hero__button {
	min-height: 48px;
	padding: 14px 21px;
}

.about-hero__visual {
	isolation: isolate;
	min-height: clamp(360px, 31vw, 455px);
}

.about-hero__photo {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: auto;
	left: 50%;
	width: min(82%, 420px);
	aspect-ratio: 4 / 5;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(183, 54, 21, 0.22);
	border-radius: var(--camille-hero-radius);
	background: #f6f1ee;
	box-shadow: var(--camille-hero-shadow), inset 0 0 0 1px rgba(183, 54, 21, 0.08);
	transform: translate(-50%, -50%);
}

.about-hero__photo img,
.about-hero__photo video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 38%;
}

.about-hero__text p,
.about-section__subtitle p,
.about-lifestyle__text p {
	margin: 0;
}

.about-hero__text p + p {
	margin-top: 7px;
}

.about-photo-placeholder {
	display: grid;
	place-items: center;
	background:
		linear-gradient(rgba(233, 100, 67, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(233, 100, 67, 0.055) 1px, transparent 1px),
		linear-gradient(135deg, #fffdfc 0%, #fff2ed 100%);
	background-size: 28px 28px, 28px 28px, auto;
	color: rgba(183, 54, 21, 0.58);
	font-family: "Rubik", Arial, sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
}

.about-photo-placeholder::after {
	position: absolute;
	right: 18px;
	bottom: 16px;
	left: 18px;
	color: rgba(79, 74, 71, 0.52);
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
	content: attr(data-photo-path);
}

.about-section__inner {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.about-section__intro {
	max-width: 880px;
	margin: 0 auto;
	text-align: center;
}

.about-section__title {
	margin: 0;
	color: var(--camille-hero-text);
	font-family: "Poppins", Arial, sans-serif;
	font-size: clamp(2.05rem, 3.2vw, 3.35rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.13;
}

.about-section__subtitle {
	max-width: 780px;
	margin: 22px auto 0;
	color: var(--camille-hero-muted);
	font-family: "Rubik", Arial, sans-serif;
	font-size: clamp(1rem, 1.45vw, 1.15rem);
	font-weight: 400;
	line-height: 1.75;
}

.about-section__subtitle p + p {
	margin-top: 8px;
}

.about-timeline {
	padding: clamp(36px, 4.2vw, 62px) 0 clamp(38px, 4.6vw, 68px);
	background: #ffffff;
	color: var(--camille-hero-text);
}

.about-timeline__card {
	position: relative;
	overflow: hidden;
	padding: clamp(30px, 4vw, 46px) clamp(26px, 4.6vw, 64px) clamp(34px, 4.8vw, 56px);
	border: 1px solid rgba(183, 54, 21, 0.12);
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 24px 70px rgba(233, 100, 67, 0.1), inset 0 0 0 1px rgba(183, 54, 21, 0.04);
}

.about-timeline__card::before {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 16% 18%, rgba(233, 100, 67, 0.055), transparent 24%),
		radial-gradient(circle at 86% 74%, rgba(233, 100, 67, 0.05), transparent 28%);
	content: "";
}

.about-timeline__header {
	position: relative;
	z-index: 1;
	text-align: center;
}

.about-timeline__header h2 {
	margin: 0;
	color: var(--camille-hero-text);
	font-family: "Poppins", Arial, sans-serif;
	font-size: clamp(1.25rem, 1.65vw, 1.65rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
}

.about-timeline__header::after {
	display: block;
	width: 42px;
	height: 3px;
	margin: 12px auto 0;
	border-radius: 999px;
	background: var(--camille-hero-accent);
	content: "";
}

.about-timeline__steps {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(20px, 3vw, 54px);
	margin-top: clamp(30px, 4vw, 48px);
}

.about-timeline__steps::before {
	position: absolute;
	top: 34px;
	right: 11%;
	left: 11%;
	height: 1px;
	background: rgba(233, 100, 67, 0.16);
	content: "";
}

.about-timeline__step {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 0;
	padding: 0;
	text-align: center;
}

.about-timeline__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border: 1px solid rgba(233, 100, 67, 0.14);
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 12px 34px rgba(233, 100, 67, 0.11), inset 0 0 0 8px rgba(233, 100, 67, 0.03);
	color: var(--camille-hero-accent);
}

.about-timeline__icon svg {
	width: 27px;
	height: 27px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.about-timeline__year {
	margin: 18px 0 0;
	color: var(--camille-hero-muted);
	font-family: "Rubik", Arial, sans-serif;
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.2;
}

.about-timeline__step h3 {
	margin: 14px 0 0;
	color: var(--camille-hero-text);
	font-family: "Poppins", Arial, sans-serif;
	font-size: clamp(1rem, 1.15vw, 1.16rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
}

.about-timeline__step p:not(.about-timeline__year) {
	max-width: 230px;
	margin: 13px auto 0;
	color: var(--camille-hero-muted);
	font-family: "Rubik", Arial, sans-serif;
	font-size: 0.92rem;
	font-weight: 400;
	line-height: 1.62;
}

.about-manifesto {
	padding: clamp(42px, 4.8vw, 72px) 0 clamp(46px, 5.2vw, 78px);
	background: #ffffff;
	color: var(--camille-hero-text);
	text-align: center;
}

.about-manifesto__inner {
	width: min(1040px, calc(100% - 40px));
	margin: 0 auto;
}

.about-manifesto h2 {
	margin: 0;
	color: var(--camille-hero-text);
	font-family: "Poppins", Arial, sans-serif;
	font-size: clamp(2rem, 3vw, 3.15rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.12;
}

.about-manifesto h2 span {
	display: block;
	max-width: 820px;
	margin: 0 auto;
	color: var(--camille-hero-accent);
}

.about-manifesto h2::after {
	display: block;
	width: 48px;
	height: 5px;
	margin: clamp(18px, 2.4vw, 28px) auto 0;
	border-radius: 999px;
	background: rgba(233, 100, 67, 0.22);
	content: "";
}

.about-manifesto__subtitle {
	margin: clamp(34px, 4vw, 50px) 0 0;
	color: var(--camille-hero-text);
	font-family: "Poppins", Arial, sans-serif;
	font-size: clamp(1.1rem, 1.45vw, 1.38rem);
	font-weight: 700;
	line-height: 1.24;
}

.about-beliefs__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(18px, 2vw, 24px);
	margin-top: clamp(24px, 3vw, 34px);
}

.about-beliefs__card {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	align-items: center;
	gap: 16px 18px;
	min-height: 218px;
	padding: clamp(24px, 2.6vw, 32px);
	border: 1px solid rgba(183, 54, 21, 0.12);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 22px 60px rgba(233, 100, 67, 0.1), inset 0 0 0 1px rgba(183, 54, 21, 0.04);
	text-align: left;
}

.about-beliefs__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 999px;
	background: rgba(233, 100, 67, 0.06);
	box-shadow: 0 12px 30px rgba(233, 100, 67, 0.1);
	color: var(--camille-hero-accent);
}

.about-beliefs__icon svg {
	width: 27px;
	height: 27px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.about-beliefs__card h3 {
	margin: 0;
	color: var(--camille-hero-text);
	font-family: "Poppins", Arial, sans-serif;
	font-size: clamp(1rem, 1.15vw, 1.16rem);
	font-weight: 700;
	line-height: 1.22;
}

.about-beliefs__card p {
	grid-column: 1 / -1;
	margin: 2px 0 0;
	color: var(--camille-hero-muted);
	font-family: "Rubik", Arial, sans-serif;
	font-size: 0.92rem;
	font-weight: 400;
	line-height: 1.64;
}

.about-lifestyle {
	padding: clamp(42px, 5vw, 76px) 0 clamp(48px, 5.4vw, 84px);
	background: #ffffff;
	color: var(--camille-hero-text);
}

.about-lifestyle__inner {
	display: grid;
	grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(42px, 6vw, 92px);
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.about-lifestyle__photo {
	position: relative;
	min-height: 560px;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(183, 54, 21, 0.22);
	border-radius: var(--camille-hero-radius);
	box-shadow: var(--camille-hero-shadow), inset 0 0 0 1px rgba(183, 54, 21, 0.08);
}

.about-lifestyle__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 32%;
}

.about-lifestyle__content {
	max-width: 620px;
}

.about-lifestyle__text {
	margin-top: 26px;
	color: var(--camille-hero-muted);
	font-family: "Rubik", Arial, sans-serif;
	font-size: clamp(1.02rem, 1.45vw, 1.16rem);
	font-weight: 400;
	line-height: 1.78;
}

.about-lifestyle__text p + p {
	margin-top: 8px;
}

.about-final-cta {
	padding: clamp(52px, 6vw, 88px) 0;
	background:
		linear-gradient(rgba(233, 100, 67, 0.032) 1px, transparent 1px),
		linear-gradient(90deg, rgba(233, 100, 67, 0.032) 1px, transparent 1px),
		linear-gradient(135deg, #ffffff 0%, #fff8f5 100%);
	background-size: 44px 44px, 44px 44px, auto;
	color: var(--camille-hero-text);
}

.about-final-cta__inner {
	width: min(900px, calc(100% - 40px));
	margin: 0 auto;
	text-align: center;
}

.about-final-cta h2 {
	margin: 0;
	color: var(--camille-hero-text);
	font-family: "Poppins", Arial, sans-serif;
	font-size: clamp(2.2rem, 4vw, 4.1rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.1;
}

.about-final-cta p {
	max-width: 720px;
	margin: 24px auto 0;
	color: var(--camille-hero-muted);
	font-family: "Rubik", Arial, sans-serif;
	font-size: clamp(1rem, 1.45vw, 1.16rem);
	font-weight: 400;
	line-height: 1.75;
}

.about-final-cta__actions {
	justify-content: center;
}

.camille-brand-page:not(.home) .site-main {
	background: var(--camille-hero-grid);
	background-color: var(--camille-hero-bg);
	background-size: 44px 44px, 44px 44px, auto;
}

.camille-brand-page:not(.home) .home-hero,
.camille-brand-page:not(.home) .about-timeline,
.camille-brand-page:not(.home) .about-manifesto,
.camille-brand-page:not(.home) .about-lifestyle,
.camille-brand-page:not(.home) .accomp-intro,
.camille-brand-page:not(.home) .accomp-offers,
.camille-brand-page:not(.home) .home-testimonials,
.camille-brand-page:not(.home) .about-final-cta {
	background: transparent;
}

.accomp-hero .home-hero__title span {
	color: var(--camille-hero-accent);
}

.accomp-intro {
	padding: clamp(46px, 5.6vw, 86px) 0 clamp(34px, 4.4vw, 62px);
	color: var(--camille-hero-text);
}

.accomp-path {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(18px, 2vw, 26px);
	margin-top: clamp(36px, 4.8vw, 62px);
}

.accomp-path__item {
	min-height: 230px;
	padding: clamp(24px, 2.6vw, 32px);
	border: 1px solid rgba(183, 54, 21, 0.14);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 22px 60px rgba(233, 100, 67, 0.1), inset 0 0 0 1px rgba(183, 54, 21, 0.04);
}

.accomp-path__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 999px;
	background: rgba(233, 100, 67, 0.1);
	color: var(--camille-hero-accent-dark);
	font-family: "Poppins", Arial, sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1;
}

.accomp-path__item h3 {
	margin: 22px 0 0;
	color: var(--camille-hero-text);
	font-family: "Poppins", Arial, sans-serif;
	font-size: clamp(1.08rem, 1.25vw, 1.26rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.22;
}

.accomp-path__item p {
	margin: 14px 0 0;
	color: var(--camille-hero-muted);
	font-family: "Rubik", Arial, sans-serif;
	font-size: 0.98rem;
	font-weight: 400;
	line-height: 1.65;
}

.accomp-offers {
	padding-top: clamp(42px, 5vw, 72px);
}

.camille-brand-page:not(.home) .accomp-final-cta {
	background:
		linear-gradient(rgba(233, 100, 67, 0.032) 1px, transparent 1px),
		linear-gradient(90deg, rgba(233, 100, 67, 0.032) 1px, transparent 1px),
		linear-gradient(135deg, #ffffff 0%, #fff8f5 100%);
	background-size: 44px 44px, 44px 44px, auto;
}

.accomp-hero--premium .home-hero__inner {
	grid-template-columns: minmax(0, 1fr);
	justify-items: center;
	min-height: clamp(620px, calc(100vh - 180px), 760px);
	padding: clamp(44px, 5vw, 62px) 0 clamp(34px, 4vw, 50px);
	text-align: center;
}

.accomp-hero--premium .home-hero__title {
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
}

.accomp-hero--premium .home-hero__subtitle {
	max-width: 660px;
	margin-right: auto;
	margin-left: auto;
}

.accomp-hero--premium .home-hero__content {
	max-width: 980px;
}

.accomp-hero--premium .home-hero__badge {
	margin-right: auto;
	margin-left: auto;
}

.accomp-hero--premium .home-hero__actions {
	justify-content: center;
	margin-top: 28px;
}

.accomp-hero-timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	width: min(980px, 100%);
	margin: clamp(34px, 4vw, 48px) auto 0;
}

.accomp-hero-timeline::before {
	position: absolute;
	top: 25px;
	right: 8%;
	left: 8%;
	height: 1px;
	background: rgba(183, 54, 21, 0.18);
	content: "";
}

.accomp-hero-timeline__item {
	position: relative;
	z-index: 1;
	display: grid;
	justify-items: center;
	gap: 10px;
	min-width: 0;
	padding: 0 8px;
	color: var(--camille-hero-muted);
	font-family: "Rubik", Arial, sans-serif;
	text-align: center;
	text-decoration: none;
	transition: color 180ms ease, transform 180ms ease;
}

.accomp-hero-timeline__item:hover,
.accomp-hero-timeline__item:focus {
	color: var(--camille-hero-accent-dark);
	transform: translateY(-2px);
}

.accomp-hero-timeline__item:focus-visible {
	outline: 3px solid rgba(233, 100, 67, 0.34);
	outline-offset: 8px;
	border-radius: 18px;
}

.accomp-hero-timeline__index {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border: 1px solid rgba(183, 54, 21, 0.18);
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(35, 24, 18, 0.06);
	color: var(--camille-hero-muted);
	font-family: "Poppins", Arial, sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.accomp-hero-timeline__item:hover .accomp-hero-timeline__index,
.accomp-hero-timeline__item:focus .accomp-hero-timeline__index {
	border-color: var(--camille-hero-accent);
	background: var(--camille-hero-accent);
	box-shadow: 0 16px 34px rgba(233, 100, 67, 0.28);
	color: #ffffff;
}

.accomp-hero-timeline__label {
	display: block;
	color: var(--camille-hero-accent-dark);
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.2;
}

.accomp-hero-timeline__item strong {
	display: block;
	color: var(--camille-hero-text);
	font-family: "Poppins", Arial, sans-serif;
	font-size: clamp(0.92rem, 1.05vw, 1.08rem);
	font-weight: 700;
	line-height: 1.22;
}

.accomp-hero__visual {
	display: grid;
	place-items: center;
	min-height: 560px;
}

.accomp-visual {
	position: relative;
	display: grid;
	place-items: center;
	width: min(100%, 430px);
	min-height: 500px;
	overflow: hidden;
	border: 1px solid rgba(183, 54, 21, 0.18);
	border-radius: 28px;
	background:
		linear-gradient(rgba(233, 100, 67, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(233, 100, 67, 0.06) 1px, transparent 1px),
		linear-gradient(135deg, #ffffff 0%, #fff5f1 100%);
	background-size: 38px 38px, 38px 38px, auto;
	box-shadow: var(--camille-hero-shadow), inset 0 0 0 1px rgba(183, 54, 21, 0.06);
	color: var(--camille-hero-text);
}

.accomp-visual::before,
.accomp-visual::after {
	position: absolute;
	border: 1px solid rgba(233, 100, 67, 0.22);
	border-radius: 28px;
	content: "";
}

.accomp-visual::before {
	inset: 28px;
}

.accomp-visual::after {
	right: 62px;
	bottom: 62px;
	width: 140px;
	height: 140px;
	transform: rotate(10deg);
}

.accomp-visual--image {
	width: min(100%, 560px);
	min-height: 0;
	padding: clamp(14px, 2vw, 24px);
	background: linear-gradient(135deg, #ffffff 0%, #fff5f1 100%);
}

.accomp-visual--image::before,
.accomp-visual--image::after {
	display: none;
}

.accomp-visual__image {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid rgba(183, 54, 21, 0.13);
	border-radius: 24px;
	box-shadow: 0 24px 58px rgba(233, 100, 67, 0.16);
	object-fit: contain;
	object-position: center;
}

.accomp-visual__badge {
	position: absolute;
	top: 24px;
	left: 24px;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 15px;
	border: 1px solid rgba(183, 54, 21, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	color: var(--camille-hero-accent-dark);
	font-family: "Rubik", Arial, sans-serif;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.2;
}

.accomp-visual__icon {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 112px;
	height: 112px;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 22px 50px rgba(233, 100, 67, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.95);
	font-size: 3.3rem;
	line-height: 1;
}

.accomp-visual p {
	position: absolute;
	right: 26px;
	bottom: 26px;
	z-index: 1;
	max-width: 190px;
	margin: 0;
	padding: 11px 15px;
	border: 1px solid rgba(183, 54, 21, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	color: var(--camille-hero-accent-dark);
	font-family: "Rubik", Arial, sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.accomp-visual__stack {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 14px;
	width: min(74%, 300px);
}

.accomp-visual__stack span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 58px;
	padding: 15px 18px;
	border: 1px solid rgba(183, 54, 21, 0.14);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 14px 34px rgba(233, 100, 67, 0.1);
	color: var(--camille-hero-text);
	font-family: "Poppins", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
}

.accomp-visual__stack span::after {
	width: 42px;
	height: 8px;
	border-radius: 999px;
	background: rgba(233, 100, 67, 0.22);
	content: "";
}

.accomp-offer-section {
	padding: clamp(50px, 5.8vw, 88px) 0;
	color: var(--camille-hero-text);
}

.accomp-offer-section__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	align-items: center;
	gap: clamp(44px, 7vw, 104px);
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.accomp-offer-section--reverse .accomp-offer-section__inner {
	grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
}

.accomp-offer-section__content {
	min-width: 0;
}

.accomp-offer-section__name {
	margin: 0 0 14px;
	color: var(--camille-hero-accent);
	font-family: "Rubik", Arial, sans-serif;
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.2;
}

.accomp-offer-section__title {
	max-width: 700px;
	margin: 0;
	color: var(--camille-hero-text);
	font-family: "Poppins", Arial, sans-serif;
	font-size: clamp(2.05rem, 3.45vw, 3.65rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.08;
}

.accomp-offer-section__text {
	max-width: 680px;
	margin: 24px 0 0;
	color: var(--camille-hero-muted);
	font-family: "Rubik", Arial, sans-serif;
	font-size: clamp(1rem, 1.35vw, 1.12rem);
	font-weight: 400;
	line-height: 1.78;
}

.accomp-fit {
	max-width: 680px;
	margin: 32px 0 0;
	padding: clamp(22px, 2.4vw, 30px);
	border: 1px solid rgba(183, 54, 21, 0.14);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 20px 54px rgba(233, 100, 67, 0.1), inset 0 0 0 1px rgba(183, 54, 21, 0.04);
}

.accomp-fit h3 {
	margin: 0;
	color: var(--camille-hero-text);
	font-family: "Poppins", Arial, sans-serif;
	font-size: clamp(1.08rem, 1.25vw, 1.24rem);
	font-weight: 700;
	line-height: 1.22;
}

.accomp-fit ul {
	display: grid;
	gap: 12px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
	color: var(--camille-hero-muted);
	font-family: "Rubik", Arial, sans-serif;
	font-size: 0.98rem;
	line-height: 1.55;
}

.accomp-fit li {
	position: relative;
	padding-left: 30px;
}

.accomp-fit li::before {
	position: absolute;
	top: 0.05em;
	left: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 999px;
	background: var(--camille-hero-accent);
	color: #ffffff;
	font-size: 0.76rem;
	font-weight: 700;
	content: "✓";
}

.accomp-fit + .home-hero__button {
	margin-top: 32px;
}

.accomp-offer-section__visual {
	display: grid;
	place-items: center;
	min-width: 0;
}

.accomp-visual--starter,
.accomp-visual--accelerator,
.accomp-visual--coaching,
.accomp-visual--serenity {
	min-height: 480px;
}

.accomp-visual__lines {
	position: absolute;
	right: 58px;
	left: 58px;
	bottom: 116px;
	z-index: 1;
	display: grid;
	gap: 12px;
}

.accomp-visual__lines span,
.accomp-visual__chart span,
.accomp-visual__dashboard span {
	display: block;
	border-radius: 999px;
	background: rgba(233, 100, 67, 0.2);
}

.accomp-visual__lines span {
	height: 10px;
}

.accomp-visual__lines span:nth-child(1) {
	width: 76%;
	background: var(--camille-hero-accent);
}

.accomp-visual__lines span:nth-child(2) {
	width: 54%;
}

.accomp-visual__lines span:nth-child(3) {
	width: 68%;
}

.accomp-visual__chart {
	position: absolute;
	right: 70px;
	bottom: 116px;
	left: 70px;
	z-index: 1;
	display: flex;
	align-items: end;
	gap: 14px;
	height: 120px;
}

.accomp-visual__chart span {
	flex: 1;
}

.accomp-visual__chart span:nth-child(1) {
	height: 38%;
}

.accomp-visual__chart span:nth-child(2) {
	height: 62%;
}

.accomp-visual__chart span:nth-child(3) {
	height: 48%;
}

.accomp-visual__chart span:nth-child(4) {
	height: 86%;
	background: var(--camille-hero-accent);
}

.accomp-visual__target {
	position: absolute;
	inset: auto 0 96px;
	z-index: 1;
	display: grid;
	place-items: center;
	height: 150px;
}

.accomp-visual__target span {
	position: absolute;
	border: 1px solid rgba(233, 100, 67, 0.3);
	border-radius: 999px;
}

.accomp-visual__target span:nth-child(1) {
	width: 150px;
	height: 150px;
}

.accomp-visual__target span:nth-child(2) {
	width: 96px;
	height: 96px;
}

.accomp-visual__target span:nth-child(3) {
	width: 34px;
	height: 34px;
	background: var(--camille-hero-accent);
}

.accomp-visual__dashboard {
	position: absolute;
	right: 56px;
	bottom: 112px;
	left: 56px;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.accomp-visual__dashboard span {
	height: 74px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(183, 54, 21, 0.14);
	box-shadow: 0 14px 34px rgba(233, 100, 67, 0.1);
}

.accomp-visual__dashboard span:first-child {
	grid-column: 1 / -1;
	background: rgba(233, 100, 67, 0.14);
}

.accomp-offer-section--featured {
	position: relative;
}

.accomp-offer-section--featured .accomp-offer-section__inner {
	padding: clamp(30px, 4vw, 54px);
	border: 1px solid rgba(183, 54, 21, 0.16);
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 30px 82px rgba(233, 100, 67, 0.14), inset 0 0 0 1px rgba(183, 54, 21, 0.05);
}

.accomp-offer-section--featured .accomp-visual {
	box-shadow: 0 28px 76px rgba(233, 100, 67, 0.18), inset 0 0 0 1px rgba(183, 54, 21, 0.08);
}

.accomp-testimonials__subtitle {
	max-width: 680px;
	margin: 18px auto 0;
	color: var(--camille-hero-muted);
	font-family: "Rubik", Arial, sans-serif;
	font-size: clamp(1rem, 1.35vw, 1.12rem);
	line-height: 1.7;
	text-align: center;
}

.camille-brand-page:not(.home) .home-testimonials {
	padding: clamp(42px, 5vw, 70px) 0 clamp(48px, 5.8vw, 82px);
}

/*
 * Pub Serenity page.
 */

.serenity-hero .home-hero__title {
	max-width: 760px;
}

.serenity-hero .home-hero__title span {
	color: var(--camille-hero-accent);
}

.serenity-hero__visual {
	min-height: 560px;
}

.serenity-hero-card {
	position: absolute;
	right: clamp(8px, 2vw, 26px);
	bottom: 52px;
	z-index: 2;
	display: grid;
	gap: 12px;
	width: min(300px, 72%);
	padding: 22px;
	border: 1px solid rgba(183, 54, 21, 0.18);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 22px 54px rgba(233, 100, 67, 0.17);
	font-family: "Rubik", Arial, sans-serif;
}

.serenity-hero-card__label,
.serenity-hero-card__metric {
	color: var(--camille-hero-accent-dark);
	font-weight: 700;
	line-height: 1.25;
}

.serenity-hero-card__line {
	display: block;
	width: 64%;
	height: 10px;
	border-radius: 999px;
	background: rgba(233, 100, 67, 0.2);
}

.serenity-hero-card__line--wide {
	width: 100%;
	background: var(--camille-hero-accent);
}

.serenity-section__inner {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.serenity-tension {
	padding: clamp(52px, 6vw, 82px) 0;
	background: #ffffff;
	color: var(--camille-hero-text);
}

.serenity-tension__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
	align-items: center;
	gap: clamp(28px, 5vw, 72px);
}

.serenity-tension h2,
.serenity-offer__intro h2,
.serenity-section__heading h2,
.serenity-work h2,
.serenity-about h2 {
	margin: 0;
	color: var(--camille-hero-text);
	font-family: "Poppins", Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.14;
}

.serenity-tension h2 {
	font-size: clamp(2rem, 3.4vw, 3.4rem);
}

.serenity-tension p {
	margin: 0;
	padding: clamp(24px, 3vw, 34px);
	border-left: 4px solid var(--camille-hero-accent);
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 18px 50px rgba(233, 100, 67, 0.1);
	color: var(--camille-hero-muted);
	font-family: "Rubik", Arial, sans-serif;
	font-size: clamp(1.12rem, 1.8vw, 1.4rem);
	line-height: 1.55;
}

.serenity-offer,
.serenity-work {
	padding: clamp(58px, 7vw, 98px) 0;
	background: #fffaf8;
}

.serenity-offer__intro {
	max-width: 900px;
}

.serenity-offer__intro h2,
.serenity-section__heading h2,
.serenity-work h2,
.serenity-about h2 {
	font-size: clamp(2rem, 3vw, 3rem);
}

.serenity-offer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
	gap: clamp(24px, 4vw, 52px);
	margin-top: clamp(34px, 4.5vw, 58px);
}

.serenity-offer__content,
.serenity-summary,
.serenity-card,
.serenity-work__list {
	border: 1px solid rgba(183, 54, 21, 0.16);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 20px 56px rgba(233, 100, 67, 0.1);
}

.serenity-offer__content,
.serenity-summary {
	padding: clamp(26px, 3.5vw, 42px);
	border-radius: 26px;
}

.serenity-offer__content h3 {
	margin: 0 0 22px;
	color: var(--camille-hero-text);
	font-family: "Poppins", Arial, sans-serif;
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	line-height: 1.2;
}

.serenity-checklist,
.serenity-work__list {
	display: grid;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.serenity-checklist li,
.serenity-work__list li {
	position: relative;
	padding-left: 34px;
	color: var(--camille-hero-muted);
	font-family: "Rubik", Arial, sans-serif;
	font-size: 1.02rem;
	line-height: 1.6;
}

.serenity-checklist li::before,
.serenity-work__list li::before {
	position: absolute;
	top: 0.12em;
	left: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	background: var(--camille-hero-accent);
	color: #ffffff;
	font-size: 0.78rem;
	font-weight: 700;
	content: "✓";
}

.serenity-summary {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 26px;
	background: var(--camille-hero-text);
	color: #ffffff;
}

.serenity-summary p {
	margin: 0;
	font-family: "Poppins", Arial, sans-serif;
	font-size: clamp(1.45rem, 2.15vw, 2.05rem);
	font-weight: 700;
	line-height: 1.22;
}

.serenity-summary .home-hero__button {
	align-self: flex-start;
}

.serenity-fit,
.serenity-about {
	padding: clamp(58px, 7vw, 98px) 0;
	background: #ffffff;
}

.serenity-section__heading {
	max-width: 820px;
	margin: 0 auto;
	text-align: center;
}

.serenity-cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: clamp(34px, 4vw, 56px);
}

.serenity-card {
	min-height: 220px;
	padding: 24px;
	border-radius: 22px;
}

.serenity-card--wide {
	grid-column: span 2;
}

.serenity-card__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 999px;
	background: rgba(233, 100, 67, 0.1);
	color: var(--camille-hero-accent-dark);
	font-family: "Poppins", Arial, sans-serif;
	font-size: 0.9rem;
	font-weight: 800;
}

.serenity-card p {
	margin: 24px 0 0;
	color: var(--camille-hero-text);
	font-family: "Rubik", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.55;
}

.serenity-work__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
	align-items: start;
	gap: clamp(30px, 5vw, 72px);
}

.serenity-work__list {
	padding: clamp(26px, 3vw, 38px);
	border-radius: 26px;
}

.serenity-about__inner {
	display: grid;
	grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
	align-items: center;
	gap: clamp(34px, 6vw, 82px);
}

.serenity-about__photo {
	overflow: hidden;
	margin: 0;
	min-height: 560px;
	border: 1px solid rgba(183, 54, 21, 0.2);
	border-radius: 28px;
	background: #f6f1ee;
	box-shadow: var(--camille-hero-shadow);
}

.serenity-about__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 34%;
}

.serenity-about__text {
	margin-top: 24px;
	color: var(--camille-hero-muted);
	font-family: "Rubik", Arial, sans-serif;
	font-size: clamp(1rem, 1.35vw, 1.12rem);
	line-height: 1.75;
}

.serenity-about__text p {
	margin: 0;
}

.serenity-about__text p + p {
	margin-top: 14px;
}

.serenity-final-cta {
	background: var(--camille-hero-grid);
	background-size: 44px 44px, 44px 44px, auto;
}

@media (max-width: 1024px) {
	.serenity-cards {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.serenity-card--wide {
		grid-column: span 2;
	}
}

@media (max-width: 820px) {
	.serenity-hero__visual {
		width: min(100%, 560px);
		min-height: 520px;
		margin: 0 auto;
	}

	.serenity-tension__inner,
	.serenity-offer__grid,
	.serenity-work__inner,
	.serenity-about__inner {
		grid-template-columns: 1fr;
		width: min(100% - 36px, 760px);
	}

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

	.serenity-card,
	.serenity-card--wide {
		grid-column: auto;
		min-height: 190px;
	}

	.serenity-about__photo {
		min-height: 430px;
	}
}

@media (max-width: 600px) {
	.serenity-section__inner,
	.serenity-tension__inner,
	.serenity-offer__grid,
	.serenity-work__inner,
	.serenity-about__inner {
		width: min(100% - 28px, 520px);
	}

	.serenity-hero .home-hero__title {
		font-size: clamp(2rem, 9.6vw, 2.7rem);
	}

	.serenity-hero__visual {
		min-height: 430px;
	}

	.serenity-hero-card {
		right: 0;
		bottom: 16px;
		width: min(280px, 78%);
		padding: 18px;
		border-radius: 20px;
	}

	.serenity-tension,
	.serenity-offer,
	.serenity-fit,
	.serenity-work,
	.serenity-about {
		padding: 42px 0;
	}

	.serenity-tension__inner,
	.serenity-offer__grid,
	.serenity-work__inner,
	.serenity-about__inner {
		gap: 26px;
	}

	.serenity-offer__content,
	.serenity-summary,
	.serenity-work__list {
		padding: 22px;
		border-radius: 20px;
	}

	.serenity-summary .home-hero__button {
		align-self: stretch;
	}

	.serenity-cards {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.serenity-card {
		min-height: auto;
		padding: 22px;
		border-radius: 18px;
	}

	.serenity-card p {
		margin-top: 18px;
	}

	.serenity-about__photo {
		min-height: 370px;
		border-radius: 22px;
	}

	.serenity-final-cta {
		background-size: 34px 34px, 34px 34px, auto;
	}
}

@keyframes camille-credibility-scroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

@keyframes camille-offer-panel {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-credibility__track {
		width: 100%;
		animation: none;
	}

	.home-credibility__group {
		flex-wrap: wrap;
		width: 100%;
		padding: 0 clamp(22px, 4vw, 42px);
	}

	.home-credibility__group[aria-hidden="true"] {
		display: none;
	}

	.home-offers__panel.is-entering {
		animation: none;
	}

	.home-offers__step-index,
	.home-offers__step-label,
	.home-offers__cta,
	.home-offers__arrow,
	.home-offers__dot {
		transition: none;
	}

	.home-testimonials__track,
	.home-testimonials__arrow,
	.home-testimonials__dot {
		transition: none;
	}
}

@media (max-width: 1024px) {
	.home-hero__inner {
		grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
		gap: 40px;
		width: min(100% - 36px, 980px);
	}

	.home-hero__visual {
		min-height: 540px;
	}

	.home-credibility__group {
		gap: 46px;
	}

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

	.home-pillars__card {
		min-height: 230px;
	}

	.home-offers__card-wrap {
		grid-template-columns: minmax(0, 1fr);
	}

	.home-offers__panel {
		grid-template-columns: minmax(0, 1.05fr) minmax(240px, 0.8fr);
	}

	.home-testimonials {
		--testimonial-gap: 20px;
	}

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

	.about-hero .home-hero__inner {
		grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
		gap: 24px;
	}

	.about-hero__visual {
		min-height: 390px;
	}

	.about-lifestyle__inner {
		grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1fr);
		gap: 42px;
	}

	.about-lifestyle__photo {
		min-height: 500px;
	}

	.accomp-path {
		gap: 18px;
	}
}

@media (max-width: 820px) {
	.camille-brand-page .site-header {
		position: relative;
		top: auto;
	}

	.admin-bar.camille-brand-page .site-header {
		top: auto;
	}

	.camille-brand-page .site-header .inside-header {
		position: relative;
		display: grid;
		grid-template-columns: 44px 1fr 44px;
		justify-items: center;
		gap: 18px;
		width: min(100% - 36px, 760px);
		min-height: 82px;
	}

	.camille-brand-page .site-branding {
		grid-column: 2;
		justify-self: center;
	}

	.camille-brand-page .camille-header-logo {
		justify-content: center;
		width: min(190px, 58vw);
	}

	.camille-brand-page .camille-header-toggle {
		display: inline-flex;
		grid-column: 3;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 5px;
		justify-self: end;
		width: 44px;
		height: 44px;
		padding: 0;
		border: 1px solid rgba(183, 54, 21, 0.14);
		border-radius: 999px;
		background: #ffffff;
		box-shadow: 0 12px 26px rgba(233, 100, 67, 0.12);
		cursor: pointer;
	}

	.camille-brand-page .camille-header-toggle__bar {
		display: block;
		width: 18px;
		height: 2px;
		border-radius: 999px;
		background: var(--camille-hero-accent-dark);
		transition: transform 180ms ease, opacity 180ms ease;
	}

	.camille-mobile-menu-open .camille-header-toggle__bar:nth-child(2) {
		transform: translateY(7px) rotate(45deg);
	}

	.camille-mobile-menu-open .camille-header-toggle__bar:nth-child(3) {
		opacity: 0;
	}

	.camille-mobile-menu-open .camille-header-toggle__bar:nth-child(4) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.camille-brand-page .camille-header-nav {
		grid-column: 1 / -1;
		width: 100%;
		max-height: 0;
		margin-left: 0;
		overflow: hidden;
		opacity: 0;
		transition: max-height 220ms ease, opacity 180ms ease;
	}

	body.camille-mobile-menu-open.camille-brand-page .camille-header-nav {
		max-height: 560px;
		opacity: 1;
	}

	.camille-brand-page .camille-header-nav__list {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		width: 100%;
		padding: 8px 0 18px;
	}

	.camille-brand-page .camille-header-nav__link,
	.camille-brand-page .camille-header-nav__button {
		width: 100%;
		min-height: 46px;
	}

	.camille-brand-page .camille-header-nav__submenu {
		position: static;
		width: 100%;
		margin-top: 8px;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.home-hero__inner {
		grid-template-columns: 1fr;
		min-height: auto;
		padding: 68px 0 40px;
	}

	.home-hero__content {
		width: 100%;
		max-width: 720px;
	}

	.home-hero__subtitle {
		max-width: 660px;
	}

	.home-hero__visual {
		min-height: 560px;
		width: min(100%, 560px);
		margin: 4px auto 0;
	}

	.serenity-hero__visual .home-hero__photo--main {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}

	.home-credibility {
		margin-bottom: 76px;
	}

	.home-credibility__group {
		gap: 36px;
	}

	.home-credibility__label {
		max-width: 185px;
	}

	.home-pillars {
		padding-bottom: 44px;
	}

	.home-pillars__inner {
		width: min(100% - 36px, 760px);
	}

	.home-pillars__title {
		font-size: clamp(2rem, 7vw, 2.75rem);
	}

	.home-offers {
		padding: 42px 0 88px;
	}

	.home-offers__inner {
		width: 100%;
	}

	.home-offers__timeline {
		display: flex;
		gap: 12px;
		overflow-x: auto;
		padding: 0 18px 8px;
		scrollbar-width: thin;
	}

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

	.home-offers__step {
		flex: 0 0 min(245px, 72vw);
		grid-template-columns: 46px minmax(0, 1fr);
		align-items: center;
		justify-items: start;
		padding: 12px;
		border: 1px solid rgba(183, 54, 21, 0.13);
		border-radius: 18px;
		background: #ffffff;
		text-align: left;
	}

	.home-offers__step.is-active {
		border-color: rgba(233, 100, 67, 0.34);
		box-shadow: 0 12px 30px rgba(233, 100, 67, 0.12);
	}

	.home-offers__step-index {
		width: 42px;
		height: 42px;
	}

	.home-offers__step-label {
		max-width: none;
		font-size: 0.9rem;
	}

	.home-offers__card-wrap {
		grid-template-columns: minmax(0, 1fr);
		width: min(100% - 36px, 760px);
	}

	.home-offers__panel {
		grid-template-columns: 1fr;
		min-height: auto;
		padding: 34px;
	}

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

	.home-testimonials {
		--testimonial-visible: 2;
		padding: 76px 0 88px;
	}

	.home-testimonials__inner {
		width: min(100% - 36px, 760px);
	}

	.home-testimonials__carousel {
		padding: 0 54px;
	}

	.home-testimonials__card {
		min-height: 390px;
	}

	.about-section__inner,
	.about-manifesto__inner,
	.about-final-cta__inner {
		width: min(100% - 36px, 760px);
	}

	.about-hero .home-hero__inner {
		grid-template-columns: 1fr;
		min-height: auto;
		padding-top: 32px;
	}

	.about-hero__visual {
		width: min(100%, 640px);
		min-height: 380px;
		margin: 0 auto;
	}

	.about-hero__photo {
		right: 50%;
		left: auto;
		width: min(80%, 340px);
		transform: translate(50%, -50%);
	}

	.about-timeline {
		padding: 44px 0 54px;
	}

	.about-timeline__card {
		padding: 34px 26px 38px;
	}

	.about-timeline__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px 28px;
	}

	.about-timeline__steps::before {
		display: none;
	}

	.about-timeline__step p:not(.about-timeline__year) {
		max-width: 270px;
	}

	.about-manifesto {
		padding: 48px 0 58px;
	}

	.about-beliefs__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.about-beliefs__card {
		min-height: auto;
	}

	.about-lifestyle__inner {
		grid-template-columns: 1fr;
		width: min(100% - 36px, 760px);
	}

	.about-lifestyle__photo {
		min-height: 430px;
	}

	.accomp-path {
		grid-template-columns: 1fr;
		width: min(100% - 36px, 760px);
		margin-right: auto;
		margin-left: auto;
	}

	.accomp-path__item {
		min-height: auto;
	}
}

@media (max-width: 600px) {
	.camille-brand-page .camille-header-logo {
		width: min(180px, 62vw);
	}

	.camille-brand-page .site-header .inside-header {
		width: min(100% - 28px, 520px);
		padding: 0;
		min-height: 78px;
	}

	.camille-brand-page .camille-header-nav__list {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
		gap: 10px;
	}

	.camille-brand-page .camille-header-nav__item:last-child {
		grid-column: 1 / -1;
	}

	.camille-brand-page .camille-header-nav__link,
	.camille-brand-page .camille-header-nav__button {
		width: 100%;
		min-height: 42px;
		font-size: 0.9rem;
	}

	.camille-brand-page .camille-header-nav__button {
		min-height: 48px;
	}

	.home-hero {
		background-size: 34px 34px, 34px 34px, auto;
	}

	.camille-brand-page .site-main {
		background-size: 34px 34px, 34px 34px, auto;
	}

	.home-hero__inner {
		width: min(100% - 28px, 520px);
		padding: 40px 0 34px;
	}

	.home-hero__badge {
		margin-bottom: 20px;
		font-size: 0.82rem;
	}

	.home-hero__title {
		max-width: 100%;
		font-size: clamp(2rem, 10vw, 2.75rem);
		line-height: 1.08;
		overflow-wrap: anywhere;
	}

	.home-hero__title span,
	.home-hero__title-line {
		max-width: 100%;
		white-space: normal;
	}

	.home-hero__title-line {
		font-size: 0.78em;
	}

	.home-hero__subtitle {
		max-width: 100%;
		margin-top: 22px;
		font-size: 1rem;
		line-height: 1.7;
		overflow-wrap: break-word;
	}

	.home-hero__actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 12px;
		margin-top: 30px;
	}

	.home-hero__button {
		width: 100%;
		min-height: 56px;
		padding-right: 18px;
		padding-left: 18px;
	}

	.home-hero__visual {
		min-height: 470px;
		width: min(100%, 430px);
		margin-top: 18px;
	}

	.home-hero__photo--main {
		right: 50%;
		width: min(84%, 360px);
		transform: translateX(50%);
	}

	.serenity-hero__visual .home-hero__photo--main {
		right: auto;
		left: 50%;
		width: min(84%, 360px);
		transform: translateX(-50%);
	}

	.home-hero__photo--secondary {
		bottom: 10px;
		left: 0;
		width: min(48%, 190px);
		border-radius: 20px;
	}

	.home-credibility {
		margin-bottom: 60px;
	}

	.home-credibility__viewport {
		padding: 16px 0;
	}

	.home-credibility__group {
		gap: 28px;
		padding-right: 28px;
	}

	.home-credibility__item {
		gap: 8px;
	}

	.home-credibility__label {
		max-width: 150px;
		font-size: 0.9rem;
	}

	.home-pillars {
		padding: 6px 0 38px;
	}

	.home-pillars__inner {
		width: min(100% - 28px, 520px);
	}

	.home-pillars__text {
		margin-top: 20px;
		line-height: 1.68;
	}

	.home-pillars__grid {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-top: 34px;
	}

	.home-pillars__card {
		min-height: auto;
		padding: 24px;
		border-radius: 20px;
	}

	.home-offers {
		padding: 36px 0 72px;
	}

	.home-offers__inner {
		width: 100%;
	}

	.home-offers__title {
		font-size: clamp(2rem, 11vw, 2.75rem);
	}

	.home-offers__subtitle {
		margin-top: 18px;
		line-height: 1.68;
	}

	.home-offers__panel {
		padding: 28px 22px;
		border-radius: 22px;
	}

	.home-offers__panel-title {
		font-size: clamp(1.55rem, 8vw, 2.15rem);
	}

	.home-offers__benefits {
		font-size: 0.95rem;
	}

	.home-offers__cta {
		width: 100%;
	}

	.home-offers__visual {
		min-height: 220px;
		border-radius: 20px;
	}

	.home-offers__visual-emoji {
		width: 92px;
		height: 92px;
		border-radius: 24px;
		font-size: 2.8rem;
	}

	.home-offers__card-wrap {
		width: min(100% - 28px, 520px);
	}

	.home-testimonials {
		--testimonial-visible: 1;
		--testimonial-gap: 16px;
		padding: 48px 0 58px;
	}

	.home-testimonials__inner {
		width: min(100% - 28px, 520px);
	}

	.home-testimonials__title {
		font-size: clamp(2rem, 10vw, 2.75rem);
	}

	.home-testimonials__carousel {
		padding: 0;
	}

	.home-testimonials__card {
		min-height: 0;
		padding: 24px;
		border-radius: 22px;
	}

	.home-testimonials__controls {
		position: static;
		justify-content: center;
		gap: 14px;
		margin-top: 22px;
		pointer-events: auto;
		transform: none;
	}

	.home-testimonials__person {
		align-items: flex-start;
	}

	.home-testimonials__photo {
		width: 64px;
		height: 64px;
	}

	.home-testimonials__quote {
		font-size: 4.4rem;
	}

	.about-section__inner,
	.about-manifesto__inner,
	.about-lifestyle__inner,
	.about-final-cta__inner {
		width: min(100% - 28px, 520px);
	}

	.about-hero__visual {
		min-height: 370px;
		width: min(100%, 520px);
		margin-top: 0;
	}

	.about-hero__photo {
		right: 50%;
		left: auto;
		width: min(76%, 300px);
		aspect-ratio: 4 / 5;
		border-radius: 22px;
		transform: translate(50%, -50%);
	}

	.about-hero__photo img,
	.about-hero__photo video {
		object-position: center 38%;
	}

	.about-hero__text p + p,
	.about-section__subtitle p + p,
	.about-lifestyle__text p + p {
		margin-top: 7px;
	}

	.about-timeline {
		padding: 38px 0 48px;
	}

	.about-timeline__card {
		padding: 28px 20px 32px;
		border-radius: 22px;
	}

	.about-timeline__steps {
		grid-template-columns: 1fr;
		gap: 28px;
		margin-top: 30px;
	}

	.about-timeline__icon {
		width: 62px;
		height: 62px;
	}

	.about-timeline__icon svg {
		width: 24px;
		height: 24px;
	}

	.about-timeline__year {
		margin-top: 14px;
	}

	.about-timeline__step p:not(.about-timeline__year) {
		max-width: 300px;
	}

	.about-manifesto {
		padding: 42px 0 50px;
	}

	.about-manifesto h2 {
		font-size: clamp(1.85rem, 8.4vw, 2.55rem);
	}

	.about-manifesto__subtitle {
		margin-top: 30px;
		font-size: 1.08rem;
	}

	.about-beliefs__grid {
		gap: 16px;
		margin-top: 22px;
	}

	.about-beliefs__card {
		grid-template-columns: 50px minmax(0, 1fr);
		gap: 14px 16px;
		padding: 22px;
		border-radius: 16px;
	}

	.about-beliefs__icon {
		width: 50px;
		height: 50px;
	}

	.about-lifestyle,
	.about-final-cta {
		padding: 46px 0 54px;
	}

	.about-lifestyle__photo {
		min-height: 370px;
		border-radius: 22px;
	}

	.about-final-cta {
		background-size: 34px 34px, 34px 34px, auto;
	}

	.accomp-intro {
		padding: 42px 0 38px;
	}

	.accomp-path {
		width: min(100% - 28px, 520px);
		margin-top: 30px;
	}

	.accomp-path__item {
		padding: 22px;
		border-radius: 18px;
	}

	.camille-brand-page:not(.home) .accomp-final-cta {
		background-size: 34px 34px, 34px 34px, auto;
	}
}

@media (max-width: 390px) {
	.home-hero__visual {
		min-height: 360px;
	}

	.about-hero__visual {
		min-height: 340px;
	}
}

@media (max-width: 1024px) {
	.accomp-offer-section__inner,
	.accomp-offer-section--reverse .accomp-offer-section__inner {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr);
		gap: 42px;
	}

	.accomp-offer-section--reverse .accomp-offer-section__visual {
		order: 2;
	}

	.accomp-offer-section--reverse .accomp-offer-section__content {
		order: 1;
	}

	.accomp-visual {
		min-height: 430px;
	}
}

@media (max-width: 820px) {
	.accomp-hero-timeline {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: min(100%, 620px);
		gap: 16px;
	}

	.accomp-hero-timeline::before {
		display: none;
	}

	.accomp-hero-timeline__item {
		align-content: start;
		min-height: 142px;
		padding: 18px 14px;
		border: 1px solid rgba(183, 54, 21, 0.13);
		border-radius: 18px;
		background: rgba(255, 255, 255, 0.9);
		box-shadow: 0 14px 34px rgba(233, 100, 67, 0.08);
	}

	.accomp-hero__visual {
		min-height: 500px;
		width: min(100%, 540px);
		margin: 0 auto;
	}

	.accomp-visual {
		width: min(100%, 500px);
		min-height: 430px;
	}

	.accomp-offer-section {
		padding: 46px 0;
	}

	.accomp-offer-section__inner,
	.accomp-offer-section--reverse .accomp-offer-section__inner {
		grid-template-columns: 1fr;
		width: min(100% - 36px, 760px);
		gap: 34px;
	}

	.accomp-offer-section__visual,
	.accomp-offer-section--reverse .accomp-offer-section__visual {
		order: 2;
	}

	.accomp-offer-section__content,
	.accomp-offer-section--reverse .accomp-offer-section__content {
		order: 1;
	}

	.accomp-offer-section--featured .accomp-offer-section__inner {
		padding: 34px;
		border-radius: 26px;
	}
}

@media (max-width: 600px) {
	.accomp-hero--premium .home-hero__inner {
		min-height: auto;
		padding-top: 36px;
		padding-bottom: 34px;
	}

	.accomp-hero--premium .home-hero__actions {
		margin-top: 24px;
	}

	.accomp-hero--premium .home-hero__title {
		font-size: clamp(2rem, 9.4vw, 2.7rem);
	}

	.accomp-hero--premium .home-hero__subtitle {
		margin-top: 18px;
		font-size: 0.96rem;
		line-height: 1.62;
	}

	.accomp-hero-timeline {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		margin-top: 28px;
	}

	.accomp-hero-timeline__item {
		min-height: 126px;
		padding: 14px 10px;
		border-radius: 16px;
	}

	.accomp-hero-timeline__index {
		width: 42px;
		height: 42px;
		font-size: 0.82rem;
	}

	.accomp-hero-timeline__label {
		font-size: 0.8rem;
	}

	.accomp-hero-timeline__item strong {
		font-size: 0.86rem;
	}

	.accomp-hero__visual {
		min-height: 390px;
		width: min(100%, 520px);
	}

	.accomp-visual {
		min-height: 360px;
		border-radius: 22px;
		background-size: 30px 30px, 30px 30px, auto;
	}

	.accomp-visual::before {
		inset: 18px;
		border-radius: 22px;
	}

	.accomp-visual::after {
		right: 42px;
		bottom: 54px;
		width: 100px;
		height: 100px;
		border-radius: 20px;
	}

	.accomp-visual__badge {
		top: 18px;
		left: 18px;
		min-height: 38px;
		font-size: 0.82rem;
	}

	.accomp-visual__icon {
		width: 86px;
		height: 86px;
		border-radius: 24px;
		font-size: 2.5rem;
	}

	.accomp-visual p {
		right: 18px;
		bottom: 18px;
		max-width: 160px;
		font-size: 0.82rem;
	}

	.accomp-visual__stack {
		width: min(78%, 280px);
		gap: 10px;
	}

	.accomp-visual__stack span {
		min-height: 50px;
		padding: 12px 14px;
		border-radius: 14px;
		font-size: 0.92rem;
	}

	.accomp-offer-section {
		padding: 38px 0;
	}

	.accomp-offer-section__inner,
	.accomp-offer-section--reverse .accomp-offer-section__inner {
		width: min(100% - 28px, 520px);
	}

	.accomp-offer-section__title {
		font-size: clamp(1.9rem, 9vw, 2.65rem);
	}

	.accomp-offer-section__text {
		margin-top: 20px;
		line-height: 1.68;
	}

	.accomp-fit {
		margin-top: 26px;
		padding: 22px;
		border-radius: 18px;
	}

	.accomp-fit ul {
		font-size: 0.94rem;
	}

	.accomp-fit + .home-hero__button {
		width: 100%;
		margin-top: 26px;
	}

	.accomp-visual__lines {
		right: 42px;
		left: 42px;
		bottom: 92px;
	}

	.accomp-visual__chart {
		right: 48px;
		bottom: 88px;
		left: 48px;
		height: 96px;
	}

	.accomp-visual__target {
		bottom: 74px;
		height: 118px;
	}

	.accomp-visual__target span:nth-child(1) {
		width: 118px;
		height: 118px;
	}

	.accomp-visual__target span:nth-child(2) {
		width: 74px;
		height: 74px;
	}

	.accomp-visual__dashboard {
		right: 38px;
		bottom: 88px;
		left: 38px;
		gap: 10px;
	}

	.accomp-visual__dashboard span {
		height: 58px;
		border-radius: 14px;
	}

	.accomp-offer-section--featured .accomp-offer-section__inner {
		padding: 24px;
		border-radius: 22px;
	}

	.accomp-testimonials__subtitle {
		font-size: 0.98rem;
		line-height: 1.65;
	}

	.camille-brand-page:not(.home) .accomp-final-cta {
		background-size: 34px 34px, 34px 34px, auto;
	}
}

.home-offers__panel[hidden] {
	display: none;
}

.blog-hero {
	position: relative;
	padding: clamp(64px, 8vw, 118px) 0 clamp(42px, 5vw, 72px);
	background: var(--camille-hero-grid);
	background-color: var(--camille-hero-bg);
	background-size: 44px 44px, 44px 44px, auto;
	color: var(--camille-hero-text);
	text-align: center;
}

.blog-hero__inner,
.blog-content__inner {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.blog-hero h1 {
	max-width: 880px;
	margin: 0 auto;
	color: var(--camille-hero-text);
	font-family: "Poppins", Arial, sans-serif;
	font-size: clamp(2.35rem, 4.4vw, 4.8rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.08;
}

.blog-hero p:not(.home-hero__badge) {
	max-width: 700px;
	margin: 24px auto 0;
	color: var(--camille-hero-muted);
	font-family: "Rubik", Arial, sans-serif;
	font-size: clamp(1rem, 1.35vw, 1.15rem);
	line-height: 1.72;
}

.blog-content {
	padding: clamp(46px, 6vw, 82px) 0 clamp(78px, 9vw, 128px);
	background: #ffffff;
	color: var(--camille-hero-text);
}

.home-blog {
	scroll-margin-top: 110px;
}

.blog-content__header {
	margin-bottom: clamp(28px, 4vw, 46px);
	text-align: center;
}

.blog-content__header h2 {
	margin: 0;
	color: var(--camille-hero-text);
	font-family: "Poppins", Arial, sans-serif;
	font-size: clamp(1.9rem, 3vw, 3rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.14;
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(20px, 2.4vw, 30px);
}

.blog-card {
	display: flex;
	overflow: hidden;
	flex-direction: column;
	min-width: 0;
	border: 1px solid rgba(183, 54, 21, 0.14);
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 20px 54px rgba(233, 100, 67, 0.1), inset 0 0 0 1px rgba(183, 54, 21, 0.04);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.blog-card:hover,
.blog-card:focus-within {
	border-color: rgba(233, 100, 67, 0.36);
	box-shadow: 0 24px 62px rgba(233, 100, 67, 0.16), inset 0 0 0 1px rgba(183, 54, 21, 0.04);
	transform: translateY(-4px);
}

.blog-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background:
		linear-gradient(rgba(233, 100, 67, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(233, 100, 67, 0.08) 1px, transparent 1px),
		linear-gradient(135deg, #fff8f4 0%, #ffffff 100%);
	background-size: 28px 28px, 28px 28px, auto;
	color: var(--camille-hero-accent);
	text-decoration: none;
}

.blog-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
}

.blog-card:hover .blog-card__media img,
.blog-card:focus-within .blog-card__media img {
	transform: scale(1.035);
}

.blog-card__media span {
	font-family: "Poppins", Arial, sans-serif;
	font-size: clamp(4rem, 8vw, 6.5rem);
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.blog-card__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: clamp(22px, 2.4vw, 30px);
}

.blog-card__meta {
	margin: 0 0 12px;
	color: var(--camille-hero-accent-dark);
	font-family: "Rubik", Arial, sans-serif;
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.3;
}

.blog-card__title {
	margin: 0;
	color: var(--camille-hero-text);
	font-family: "Poppins", Arial, sans-serif;
	font-size: clamp(1.24rem, 1.6vw, 1.45rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.22;
}

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

.blog-card__title a:hover,
.blog-card__title a:focus {
	color: var(--camille-hero-accent-dark);
}

.blog-card__excerpt {
	margin: 14px 0 0;
	color: var(--camille-hero-muted);
	font-family: "Rubik", Arial, sans-serif;
	font-size: 0.98rem;
	line-height: 1.68;
}

.blog-card__link {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin-top: auto;
	padding-top: 22px;
	color: var(--camille-hero-accent-dark);
	font-family: "Rubik", Arial, sans-serif;
	font-size: 0.96rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.blog-card__link::after {
	width: 0.45em;
	height: 0.45em;
	margin-left: 0.55em;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	transform: rotate(45deg);
}

.blog-card__link:hover,
.blog-card__link:focus {
	color: var(--camille-hero-accent);
}

.blog-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: clamp(34px, 5vw, 58px);
}

.blog-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 42px;
	padding: 10px 14px;
	border: 1px solid rgba(183, 54, 21, 0.16);
	border-radius: 999px;
	background: #ffffff;
	color: var(--camille-hero-text);
	font-family: "Rubik", Arial, sans-serif;
	font-size: 0.94rem;
	font-weight: 600;
	line-height: 1.1;
	text-decoration: none;
}

.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers:focus {
	border-color: var(--camille-hero-accent);
	background: var(--camille-hero-accent);
	color: #ffffff;
}

.blog-soon {
	max-width: 760px;
	margin: 0 auto;
	padding: clamp(34px, 5vw, 68px);
	border: 1px solid rgba(183, 54, 21, 0.14);
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 24px 70px rgba(233, 100, 67, 0.1), inset 0 0 0 1px rgba(183, 54, 21, 0.04);
	text-align: center;
}

.blog-soon__label {
	display: inline-flex;
	margin: 0 0 18px;
	padding: 8px 14px;
	border: 1px solid rgba(233, 100, 67, 0.2);
	border-radius: 999px;
	background: rgba(233, 100, 67, 0.08);
	color: var(--camille-hero-accent-dark);
	font-family: "Rubik", Arial, sans-serif;
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1.2;
}

.blog-soon h2 {
	margin: 0;
	color: var(--camille-hero-text);
	font-family: "Poppins", Arial, sans-serif;
	font-size: clamp(2rem, 3.2vw, 3.25rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.12;
}

.blog-soon p:not(.blog-soon__label) {
	max-width: 560px;
	margin: 20px auto 0;
	color: var(--camille-hero-muted);
	font-family: "Rubik", Arial, sans-serif;
	font-size: clamp(1rem, 1.4vw, 1.12rem);
	line-height: 1.72;
}

.blog-soon .home-hero__button {
	margin-top: 30px;
}

.home-blog__actions {
	display: flex;
	justify-content: center;
	margin-top: clamp(30px, 4vw, 48px);
}

@media (max-width: 1024px) {
	.blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.blog-hero__inner,
	.blog-content__inner {
		width: min(100% - 36px, 760px);
	}
}

@media (max-width: 600px) {
	.blog-hero {
		padding: 44px 0 34px;
		background-size: 34px 34px, 34px 34px, auto;
	}

	.blog-hero__inner,
	.blog-content__inner {
		width: min(100% - 28px, 520px);
	}

	.blog-hero h1 {
		font-size: clamp(2.1rem, 10.6vw, 3.05rem);
	}

	.blog-hero p:not(.home-hero__badge) {
		margin-top: 18px;
		line-height: 1.66;
	}

	.blog-content {
		padding: 38px 0 68px;
	}

	.blog-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.blog-card,
	.blog-soon {
		border-radius: 20px;
	}

	.blog-card__content {
		padding: 22px;
	}

	.blog-soon {
		padding: 28px 20px 32px;
	}

	.blog-soon .home-hero__button {
		width: 100%;
	}

	.home-blog {
		scroll-margin-top: 150px;
	}

	.home-blog__actions .home-hero__button {
		width: 100%;
	}
}

.camille-footer {
	background: #3c3a36;
	color: #ffffff;
}

.camille-footer__inner {
	display: grid;
	grid-template-columns: minmax(180px, 0.85fr) minmax(260px, 1fr) minmax(220px, 0.85fr);
	align-items: center;
	gap: clamp(32px, 5vw, 76px);
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: clamp(30px, 4vw, 48px) 0;
}

.camille-footer__column {
	min-width: 0;
}

.camille-footer__instagram-preview {
	display: block;
	width: min(300px, 100%);
	height: auto;
	border-radius: 24px;
	box-shadow: none;
}

.camille-footer__column--brand {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.camille-footer__logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: min(230px, 76vw);
}

.camille-footer__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.camille-footer__socials {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-top: 24px;
}

.camille-footer__socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	color: #ffffff;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.camille-footer__socials a:hover,
.camille-footer__socials a:focus {
	border-color: var(--camille-hero-accent);
	background: var(--camille-hero-accent);
	color: #ffffff;
	transform: translateY(-2px);
}

.camille-footer__socials svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.camille-footer__socials a:nth-child(2) svg,
.camille-footer__socials a:nth-child(3) svg {
	fill: currentColor;
	stroke: none;
}

.camille-footer__copyright {
	margin: 20px 0 0;
	color: rgba(255, 255, 255, 0.74);
	font-family: "Rubik", Arial, sans-serif;
	font-size: 0.92rem;
	line-height: 1.4;
}

.camille-footer__column--links {
	display: grid;
	justify-items: end;
	gap: 12px;
	text-align: right;
}

.camille-footer__column--links a {
	color: rgba(255, 255, 255, 0.82);
	font-family: "Rubik", Arial, sans-serif;
	font-size: 0.96rem;
	font-weight: 400;
	line-height: 1.35;
	text-decoration: none;
	transition: color 180ms ease;
}

.camille-footer__column--links a:hover,
.camille-footer__column--links a:focus {
	color: #ffffff;
}

@media (max-width: 820px) {
	.camille-footer__inner {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
	}

	.camille-footer__instagram-preview {
		width: min(280px, 78vw);
	}

	.camille-footer__column--links {
		justify-items: center;
		text-align: center;
	}
}
