:root {
	--cc-orange: #cd8b6d;
	--cc-grey: #4f4e4c;
	--cc-green: #898d75;
	--cc-light-grey: #8b9497;
	--cc-beige: #f8f2eb;

	--cc-color-background: var(--cc-beige);
	--cc-color-surface: #fffdf9;
	--cc-color-surface-strong: #f1e8df;
	--cc-color-text: var(--cc-grey);
	--cc-color-heading: #343331;
	--cc-color-accent: var(--cc-orange);
	--cc-color-accent-alt: var(--cc-green);
	--cc-color-muted: var(--cc-light-grey);
	--cc-color-border: rgba(79, 78, 76, 0.12);
	--cc-color-overlay: rgba(79, 78, 76, 0.72);

	--cc-logo-width: 180px;
	--cc-logo-sticky-width: 52px;
	--cc-header-pill-bg: rgba(255, 253, 249, 0.86);
	--cc-header-pill-border: rgba(79, 78, 76, 0.08);
	--cc-header-pill-radius: 999px;
	--cc-header-blur: 16px;
	--cc-header-transparent-bg: transparent;
	--cc-header-transparent-blur: 0px;
	--cc-header-scrolled-bg: rgba(248, 242, 235, 0.88);
	--cc-hero-min-height: 100svh;
	--cc-hero-align: center;
	--cc-hero-wash-opacity: 1;
	--cc-hero-title-color: #343331;
	--cc-hero-text-color: #4f4e4c;
	--cc-hero-brand-color: #4f4e4c;
	--cc-font-display: "Cormorant Garamond", serif;
	--cc-font-body: "DM Sans", sans-serif;
	--cc-font-body-size: 16px;
	--cc-font-heading-weight: 600;
	--cc-font-body-weight: 400;
	--cc-line-height-body: 1.65;
	--cc-letter-spacing-eyebrow: 0.24em;
	--cc-heading-scale: 1;
	--cc-button-radius: 999px;
	--cc-button-padding-y: 13px;
	--cc-button-padding-x: 22px;
	--cc-button-shadow: 0 16px 34px rgba(205, 139, 109, 0.22);
	--cc-shell-max-width: 1180px;
	--cc-section-padding-y: clamp(3.5rem, 6vw, 5.5rem);
	--cc-footer-bg: #fffdf9;
	--cc-footer-text: #4f4e4c;

	--cc-radius-sm: 0.9rem;
	--cc-radius-md: 1.4rem;
	--cc-radius-lg: 2rem;
	--cc-shadow-soft: 0 18px 45px rgba(79, 78, 76, 0.08);
	--cc-shadow-card: 0 24px 50px rgba(79, 78, 76, 0.1);
}
