.ips-homepage {
	--ips-background: #f7f7f7;
	--ips-background-warm: #f4eee8;
	--ips-background-alt: #e1e2db;
	--ips-foreground: #0b0620;
	--ips-primary: #c39b7c;
	--ips-primary-dark: #ab7942;
	--ips-primary-accessible: #8d6436;
	--ips-primary-deep: #6f4b29;
	--ips-secondary: #d8d3ce;
	--ips-white: #ffffff;
	--ips-muted: #68625f;
	--ips-border: rgba(171, 121, 66, 0.22);
	--ips-shadow-sm: 0 12px 28px rgba(11, 6, 32, 0.07);
	--ips-shadow-md: 0 24px 60px rgba(11, 6, 32, 0.11);
	--ips-radius-sm: 14px;
	--ips-radius-md: 24px;
	--ips-radius-lg: 36px;
	--ips-container: 1180px;
	--ips-font-heading: "Georgia", "Times New Roman", serif;
	--ips-font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: var(--ips-foreground);
	font-family: var(--ips-font-body);
	width: 100%;
	max-width: none !important;
	margin-left: auto;
	margin-right: auto;
	overflow-x: clip;
}

.ips-homepage.alignfull {
	width: 100% !important;
	max-width: none !important;
}

.ips-homepage > .wp-block-group {
	max-width: none !important;
}

.ips-homepage .ips-container {
	width: min(calc(100% - 32px), var(--ips-container));
	max-width: var(--ips-container);
	margin-left: auto;
	margin-right: auto;
}

.ips-homepage *,
.ips-homepage *::before,
.ips-homepage *::after {
	box-sizing: border-box;
}

.ips-homepage img {
	display: block;
	max-width: 100%;
	height: auto;
}

.ips-homepage a {
	color: inherit;
}

.ips-homepage :where(h1, h2, h3, h4) {
	font-family: var(--ips-font-heading);
	letter-spacing: -0.03em;
	line-height: 1.12;
}

.ips-homepage :where(p, li) {
	line-height: 1.65;
}

.ips-homepage .wp-block-group,
.ips-homepage .wp-block-columns,
.ips-homepage .wp-block-column {
	min-width: 0;
}

.ips-homepage__nav {
	padding-top: 24px;
}

.ips-homepage .ips-section {
	padding-top: 84px;
	padding-bottom: 84px;
}

.ips-homepage .ips-section--tight {
	padding-top: 58px;
	padding-bottom: 76px;
}

.ips-homepage .ips-section--soft {
	background: linear-gradient(180deg, rgba(244, 238, 232, 0.7), rgba(225, 226, 219, 0.62));
}

.ips-homepage .ips-section--alt {
	background: var(--ips-background-alt);
}

.ips-homepage .ips-section--ecosystem {
	padding-top: 50px;
}

.ips-homepage .ips-section--cta {
	padding-top: 34px;
}

.ips-homepage .ips-eyebrow {
	margin: 0 0 6px;
	color: var(--ips-primary-accessible);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.ips-homepage .ips-eyebrow--light {
	color: #f2e6da;
}

.ips-homepage .ips-section-heading {
	max-width: 680px;
	margin: 0 0 38px;
}

.ips-homepage .ips-section-heading--center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.ips-homepage .ips-section-heading--compact {
	margin-bottom: 30px;
}

.ips-homepage .ips-section-heading h2,
.ips-homepage .ips-about-copy h2,
.ips-homepage .ips-planner-copy h2,
.ips-homepage .ips-cta-card h2 {
	margin: 6px 0 14px;
	font-size: clamp(2rem, 4vw, 3.25rem);
}

.ips-homepage .ips-section-heading p,
.ips-homepage .ips-about-copy p,
.ips-homepage .ips-planner-copy p {
	color: var(--ips-muted);
	margin: 0;
}

.ips-homepage .wp-block-buttons {
	gap: 12px;
}

.ips-homepage .ips-button .wp-block-button__link,
.ips-homepage .ips-nav-button .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 48px;
	padding: 13px 20px;
	border: 1px solid var(--ips-primary-accessible);
	border-radius: 999px;
	background: var(--ips-primary-accessible);
	box-shadow: 0 10px 22px rgba(141, 100, 54, 0.18);
	color: var(--ips-white);
	font-size: 0.94rem;
	font-weight: 700;
	text-decoration: none;
}

.ips-homepage .ips-nav-button .wp-block-button__link {
	min-height: 42px;
	padding: 10px 16px;
	font-size: 0.84rem;
	box-shadow: none;
}

.ips-homepage .ips-nav-button:not(.ips-nav-button--primary) .wp-block-button__link,
.ips-homepage .ips-button--secondary .wp-block-button__link {
	background: transparent;
	border-color: rgba(11, 6, 32, 0.22);
	box-shadow: none;
	color: var(--ips-foreground);
}

.ips-homepage .ips-button--light .wp-block-button__link {
	background: var(--ips-white);
	border-color: var(--ips-white);
	box-shadow: none;
	color: var(--ips-primary-deep);
}

.ips-homepage .ips-button--outline-light .wp-block-button__link {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.55);
	box-shadow: none;
	color: var(--ips-white);
}

.ips-homepage .ips-button--full,
.ips-homepage .ips-button--full .wp-block-button__link {
	width: 100%;
}

.ips-homepage .ips-homepage__hero {
	padding-top: 22px;
}

.ips-homepage .ips-hero-grid {
	gap: 36px;
	align-items: center;
	min-height: 620px;
	margin: 0;
	padding: 58px;
	border: 1px solid rgba(195, 155, 124, 0.28);
	border-radius: var(--ips-radius-lg);
	background: linear-gradient(135deg, #fbf8f4 0%, #f4eee8 52%, #e7e4dc 100%);
	box-shadow: var(--ips-shadow-sm);
}

.ips-homepage .ips-hero-copy {
	position: relative;
	z-index: 2;
}

.ips-homepage .ips-hero-title {
	max-width: 660px;
	margin: 12px 0 22px;
	font-size: clamp(3rem, 6vw, 5.3rem);
	line-height: 0.98;
	letter-spacing: -0.05em;
}

.ips-homepage .ips-hero-title em {
	color: var(--ips-primary-accessible);
	font-style: normal;
}

.ips-homepage .ips-hero-lead {
	max-width: 620px;
	margin: 0 0 28px;
	color: #4c4752;
	font-size: clamp(1rem, 1.6vw, 1.14rem);
}

.ips-homepage .ips-hero-points,
.ips-homepage .ips-check-list,
.ips-homepage .ips-mini-values {
	padding-left: 0;
	list-style: none;
}

.ips-homepage .ips-hero-points {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 22px;
	margin: 28px 0 0;
	color: #4f4954;
	font-size: 0.84rem;
}

.ips-homepage .ips-hero-points li,
.ips-homepage .ips-check-list li {
	position: relative;
	padding-left: 28px;
}

.ips-homepage .ips-hero-points li::before,
.ips-homepage .ips-check-list li::before {
	content: "•";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--ips-primary-accessible);
	font-size: 1.1em;
	font-weight: 700;
}

.ips-homepage .ips-hero-visual {
	position: relative;
}

.ips-homepage .ips-hero-image img {
	width: 100%;
	border-radius: 30px;
	box-shadow: var(--ips-shadow-md);
}

.ips-homepage .ips-note-card {
	position: absolute;
	left: -24px;
	bottom: 30px;
	display: grid;
	gap: 2px;
	padding: 15px 18px;
	border: 1px solid rgba(171, 121, 66, 0.22);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: var(--ips-shadow-sm);
	backdrop-filter: blur(10px);
}

.ips-homepage .ips-note-card__title {
	margin: 0;
	font-size: 1.05rem;
}

.ips-homepage .ips-note-card__text {
	margin: 0;
	color: var(--ips-muted);
	font-size: 0.76rem;
}

.ips-homepage .ips-cards-grid,
.ips-homepage .ips-tools-grid,
.ips-homepage .ips-services-grid,
.ips-homepage .ips-about-grid,
.ips-homepage .ips-split-heading,
.ips-homepage .ips-method-layout,
.ips-homepage .ips-pillars-grid,
.ips-homepage .ips-planner-card,
.ips-homepage .ips-ecosystem-flow,
.ips-homepage .ips-prices-grid,
.ips-homepage .ips-meal-row,
.ips-homepage .ips-cta-card {
	margin-top: 0;
	margin-bottom: 0;
}

.ips-homepage .ips-four-grid {
	gap: 16px;
}

.ips-homepage .ips-card,
.ips-homepage .ips-tool-card,
.ips-homepage .ips-flow-card,
.ips-homepage .ips-price-card,
.ips-homepage .ips-service-card {
	border: 1px solid var(--ips-border);
	border-radius: var(--ips-radius-sm);
}

.ips-homepage .ips-pain-card {
	min-height: 148px;
	padding: 24px;
	background: var(--ips-white);
	box-shadow: 0 8px 18px rgba(11, 6, 32, 0.035);
}

.ips-homepage .ips-card-index,
.ips-homepage .ips-card-kicker {
	margin: 0;
	color: var(--ips-primary-accessible);
	font-family: var(--ips-font-heading);
	font-size: 1.25rem;
}

.ips-homepage .ips-pain-card p:last-child {
	margin: 22px 0 0;
	font-weight: 600;
	line-height: 1.45;
}

.ips-homepage .ips-method-layout {
	gap: 42px;
	align-items: flex-start;
}

.ips-homepage .ips-method-intro h2 {
	margin: 6px 0 14px;
	font-size: clamp(2rem, 4vw, 3.25rem);
}

.ips-homepage .ips-pillars-grid {
	gap: 12px;
}

.ips-homepage .ips-pillar-card {
	min-height: 230px;
	padding: 22px 17px;
	border-left: 1px solid rgba(141, 100, 54, 0.2);
}

.ips-homepage .ips-pillar-card h3 {
	margin: 28px 0 8px;
	font-size: 1.18rem;
}

.ips-homepage .ips-pillar-card p:last-child {
	margin: 0;
	color: #5c585d;
	font-size: 0.88rem;
	line-height: 1.55;
}

.ips-homepage .ips-split-heading {
	align-items: end;
	gap: 50px;
	margin-bottom: 38px;
}

.ips-homepage .ips-split-heading h2 {
	margin: 6px 0 0;
	font-size: clamp(2rem, 4vw, 3.25rem);
}

.ips-homepage .ips-services-grid {
	gap: 22px;
}

.ips-homepage .ips-service-card {
	display: flex;
	flex-direction: column;
	min-height: 510px;
	padding: 32px;
	background: var(--ips-white);
	box-shadow: var(--ips-shadow-sm);
}

.ips-homepage .ips-service-card--primary {
	background: linear-gradient(145deg, #fff 0%, #f7efe8 100%);
}

.ips-homepage .ips-tag {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin: 0 0 12px;
	padding: 7px 11px;
	border-radius: 999px;
	background: rgba(195, 155, 124, 0.18);
	color: var(--ips-primary-deep);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ips-homepage .ips-tag--muted {
	background: rgba(225, 226, 219, 0.95);
	color: #4e4f48;
}

.ips-homepage .ips-service-card h3 {
	margin: 0 0 10px;
	font-size: 2rem;
}

.ips-homepage .ips-service-card > p {
	margin: 0;
	color: var(--ips-muted);
}

.ips-homepage .ips-check-list {
	display: grid;
	gap: 10px;
	margin: 24px 0 28px;
}

.ips-homepage .ips-check-list li {
	font-size: 0.91rem;
}

.ips-homepage .ips-prices-grid {
	gap: 10px;
	margin: auto 0 16px;
}

.ips-homepage .ips-price-card {
	padding: 15px;
	background: rgba(255, 255, 255, 0.76);
	text-align: center;
}

.ips-homepage .ips-price-label {
	margin: 0;
	color: var(--ips-muted);
	font-size: 0.73rem;
}

.ips-homepage .ips-price-value {
	margin: 4px 0 0;
	font-size: 1.7rem;
}

.ips-homepage .ips-tool-card {
	padding: 28px;
	background: rgba(255, 255, 255, 0.72);
	text-align: center;
}

.ips-homepage .ips-tool-card h3 {
	margin: 15px 0 6px;
	font-size: 1.2rem;
}

.ips-homepage .ips-tool-card p:last-child {
	margin: 0;
	color: var(--ips-muted);
	font-size: 0.87rem;
}

.ips-homepage .ips-planner-card {
	align-items: center;
	gap: 46px;
	padding: 56px;
	border-radius: var(--ips-radius-lg);
	background: linear-gradient(135deg, #6f4b29 0%, #8d6436 58%, #ab7942 100%);
	box-shadow: var(--ips-shadow-md);
	color: var(--ips-white);
	overflow: hidden;
}

.ips-homepage .ips-planner-copy p {
	max-width: 560px;
	color: rgba(255, 255, 255, 0.78);
}

.ips-homepage .ips-planner-panel {
	position: relative;
	min-height: 380px;
}

.ips-homepage .ips-planner-window {
	width: min(100%, 580px);
	margin: 0 auto;
	padding: 0;
	border: 10px solid #26202c;
	border-radius: 24px;
	background: #faf8f5;
	box-shadow: 0 30px 70px rgba(11, 6, 32, 0.28);
	overflow: hidden;
	transform: perspective(900px) rotateY(-8deg) rotateX(2deg);
}

.ips-homepage .ips-planner-window__topbar {
	gap: 7px;
	margin: 0;
	padding: 14px;
	background: #f0ece7;
}

.ips-homepage .ips-planner-window__topbar > .wp-block-column {
	flex-basis: auto;
	flex-grow: 0;
	width: 9px;
	height: 9px;
	min-width: 9px;
	border-radius: 50%;
	background: var(--ips-secondary);
}

.ips-homepage .ips-planner-window__body {
	gap: 0;
	margin: 0;
}

.ips-homepage .ips-planner-sidebar {
	min-height: 292px;
	background: #f4eee8;
}

.ips-homepage .ips-planner-content {
	padding: 24px;
}

.ips-homepage .ips-meal-row {
	gap: 12px;
	margin-bottom: 12px;
}

.ips-homepage .ips-meal-row:last-child {
	margin-bottom: 0;
}

.ips-homepage .ips-meal-card {
	min-height: 105px;
	padding: 13px;
	border: 1px solid rgba(171, 121, 66, 0.17);
	border-radius: 12px;
	background: var(--ips-white);
	color: var(--ips-foreground);
}

.ips-homepage .ips-meal-card__media {
	margin: 0 0 8px;
	border-radius: 8px;
	background: linear-gradient(135deg, var(--ips-background-alt), var(--ips-primary));
}

.ips-homepage .ips-meal-card__day {
	margin: 0;
	font-size: 0.78rem;
	font-weight: 700;
}

.ips-homepage .ips-status-badge {
	position: absolute;
	right: 2%;
	bottom: 3%;
	margin: 0;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	color: var(--ips-primary-deep);
	font-size: 0.72rem;
	font-weight: 700;
}

.ips-homepage .ips-ecosystem-flow {
	gap: 14px;
}

.ips-homepage .ips-flow-card {
	display: grid;
	place-items: center;
	gap: 10px;
	min-height: 130px;
	padding: 18px;
	background: var(--ips-white);
	box-shadow: 0 8px 18px rgba(11, 6, 32, 0.035);
	text-align: center;
}

.ips-homepage .ips-flow-card h3 {
	margin: 0;
	font-size: 1rem;
}

.ips-homepage .ips-about-grid {
	align-items: center;
	gap: 58px;
}

.ips-homepage .ips-about-image img {
	width: 100%;
	max-height: 560px;
	object-fit: cover;
	border-radius: var(--ips-radius-md);
	box-shadow: var(--ips-shadow-sm);
}

.ips-homepage .ips-about-lead {
	font-size: 1.08rem;
}

.ips-homepage .ips-mini-values {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 24px 0 0;
}

.ips-homepage .ips-mini-values li {
	padding: 8px 12px;
	border: 1px solid var(--ips-border);
	border-radius: 999px;
	background: var(--ips-background-warm);
	color: var(--ips-primary-deep);
	font-size: 0.8rem;
	font-weight: 700;
}

.ips-homepage .ips-cta-card {
	align-items: center;
	gap: 40px;
	padding: 50px;
	border-radius: var(--ips-radius-lg);
	background: var(--ips-foreground);
	color: var(--ips-white);
}

.ips-homepage .ips-cta-card h2 {
	max-width: 790px;
	margin-bottom: 0;
	overflow-wrap: normal;
	word-break: normal;
	text-wrap: balance;
}

.ips-homepage .ips-cta-actions .wp-block-buttons {
	align-items: stretch;
}

.ips-homepage .ips-cta-actions .wp-block-button,
.ips-homepage .ips-cta-actions .wp-block-button__link {
	width: 100%;
}

.editor-styles-wrapper .ips-homepage {
	padding-top: 0;
	width: 100% !important;
	max-width: none !important;
}

.editor-styles-wrapper .ips-homepage.alignfull {
	width: 100% !important;
	max-width: none !important;
}

.editor-styles-wrapper .ips-homepage > .wp-block-group {
	max-width: none !important;
}

.ips-homepage .ips-cta-card > .wp-block-column:first-child {
	flex-basis: min(62%, 720px) !important;
}

.ips-homepage .ips-cta-card > .wp-block-column:last-child {
	flex-basis: min(38%, 360px) !important;
}

.ips-homepage .ips-split-heading > .wp-block-column:first-child {
	flex-basis: 62% !important;
}

.ips-homepage .ips-split-heading > .wp-block-column:last-child {
	flex-basis: 38% !important;
}

@media (max-width: 1050px) {
	.ips-homepage .ips-hero-grid,
	.ips-homepage .ips-method-layout,
	.ips-homepage .ips-planner-card,
	.ips-homepage .ips-about-grid,
	.ips-homepage .ips-split-heading,
	.ips-homepage .ips-services-grid,
	.ips-homepage .ips-cta-card {
		flex-direction: column;
	}

	.ips-homepage .ips-pillars-grid {
		flex-wrap: wrap;
	}

	.ips-homepage .ips-pillars-grid > .wp-block-column {
		flex-basis: calc(33.333% - 8px) !important;
	}

	.ips-homepage .ips-cta-card > .wp-block-column:first-child,
	.ips-homepage .ips-cta-card > .wp-block-column:last-child,
	.ips-homepage .ips-split-heading > .wp-block-column:first-child,
	.ips-homepage .ips-split-heading > .wp-block-column:last-child {
		flex-basis: 100% !important;
	}
}

@media (max-width: 780px) {
	.ips-homepage .ips-container {
		width: min(calc(100% - 22px), var(--ips-container));
	}

	.ips-homepage .ips-section {
		padding-top: 66px;
		padding-bottom: 66px;
	}

	.ips-homepage .ips-homepage__hero {
		padding-top: 12px;
	}

	.ips-homepage .ips-hero-grid {
		min-height: 0;
		padding: 34px 24px 24px;
		border-radius: 26px;
	}

	.ips-homepage .ips-hero-title {
		font-size: clamp(2.65rem, 13vw, 4rem);
	}

	.ips-homepage .ips-note-card {
		left: 14px;
		bottom: 14px;
	}

	.ips-homepage .ips-hero-points {
		display: grid;
	}

	.ips-homepage .ips-four-grid,
	.ips-homepage .ips-tools-grid,
	.ips-homepage .ips-ecosystem-flow,
	.ips-homepage .ips-prices-grid,
	.ips-homepage .ips-meal-row {
		flex-direction: column;
	}

	.ips-homepage .ips-pillars-grid > .wp-block-column {
		flex-basis: calc(50% - 6px) !important;
	}

	.ips-homepage .ips-pillar-card {
		min-height: 190px;
	}

	.ips-homepage .ips-service-card {
		min-height: 0;
	}

	.ips-homepage .ips-planner-card,
	.ips-homepage .ips-cta-card {
		padding: 36px 24px;
		border-radius: 26px;
	}

	.ips-homepage .ips-planner-panel {
		min-height: 300px;
	}

	.ips-homepage .ips-about-grid {
		gap: 34px;
	}

	.ips-homepage .ips-about-image {
		max-width: 440px;
		margin: 0 auto;
	}
}

@media (max-width: 520px) {
	.ips-homepage .ips-container {
		width: min(calc(100% - 18px), var(--ips-container));
	}

	.ips-homepage .ips-hero-grid {
		padding: 30px 18px 18px;
	}

	.ips-homepage .ips-note-card {
		position: static;
		margin-top: 10px;
	}

	.ips-homepage .ips-four-grid,
	.ips-homepage .ips-pillars-grid,
	.ips-homepage .ips-prices-grid,
	.ips-homepage .ips-services-grid,
	.ips-homepage .ips-tools-grid,
	.ips-homepage .ips-ecosystem-flow,
	.ips-homepage .ips-about-grid,
	.ips-homepage .ips-cta-card,
	.ips-homepage .ips-meal-row {
		flex-direction: column;
	}

	.ips-homepage .ips-pillars-grid > .wp-block-column {
		flex-basis: 100% !important;
	}

	.ips-homepage .ips-pillar-card {
		border-left: 0;
		border-top: 1px solid rgba(141, 100, 54, 0.2);
	}

	.ips-homepage .ips-pillars-grid > .wp-block-column:first-child .ips-pillar-card {
		border-top: 0;
	}

	.ips-homepage .ips-planner-panel {
		min-height: 230px;
	}

	.ips-homepage .ips-planner-content {
		padding: 12px;
	}

	.ips-homepage .ips-meal-card {
		min-height: 73px;
		padding: 7px;
	}

	.ips-homepage .ips-meal-card__media {
		height: 34px !important;
	}

	.ips-homepage .ips-status-badge {
		position: static;
		margin-top: 14px;
	}
}
