/* 

Pejko Inc

*/

body{
	background:#f7f3ec url(../images/brand/background-texture.png) repeat;
	background-position: center top;

	}

a{ color:#0f4a46; }

/* Commons color value */

a:hover,
h2 span,
#header #top_menu ul li a:hover,
.design a,
#pagination .active,
#reply-form .submitter,
#footer #coffee .right,
#footer #bottom_menu ul li a:hover,
.hover
{ 
	color:#7b9a82;
}

/*hover state of link into left part */
.design a:hover{
	color:#0f4a46;
	border:1px solid #c8a96a; border-width:0 0 1px 0;
}

/*hover state of link for blog 'read more...' */
.continue a:hover{
	background:#7b9a82;
	color:#FFF;
}

/*hover state of link for Item zomm + infos */
#portfolio .item .choice a:hover{
	background:#7b9a82;
	color:#FFF;
}

/* *hover state forms submit button */
#reply-form .submitter{
	background:#0f4a46;
	border:none;
	display:inline-block;
	float:none;
	margin:0;
	padding:8px 10px;
	width:auto; min-width:150px; height:40px;
}
#reply-form .submitter:hover{
	background:#7b9a82;
	color:#FFF;
}

#header #top_menu ul li a{ color:#242826; display:block;}
#header #top_menu ul li a.current{ color:#0f4a46; display:block;}

/* Premium refinement */
html {
	background:#f6f0e7;
}

body {
	background:#f6f0e7;
	color:#1f2c28;
	font:normal 16px/28px Arial, Helvetica, sans-serif;
}

#header {
	background:rgba(255, 250, 243, .98);
	border-bottom:1px solid #ded4c3;
	box-shadow:none;
}

#header .content,
#home_slider .content,
#main .content,
#footer .content {
	background:none;
	margin:0 auto;
	max-width:1180px;
	width:calc(100% - 64px);
}

#header .content {
	display:flex;
	align-items:center;
	gap:78px;
	justify-content:center;
	max-width:1180px;
	min-height:112px;
	padding:0;
	width:calc(100% - 64px);
}

#header #logo {
	float:none;
	height:86px;
	margin:0;
	width:355px;
}

#header #logo a {
	background:url(../images/brand/reflexology-touch-logo.svg) no-repeat left center;
	background-size:contain;
	display:block;
	float:none;
	height:86px;
	width:355px;
}

#header #top_menu {
	float:none;
	height:auto;
	line-height:normal;
	margin:0;
	width:auto;
}

#header #top_menu ul {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	font-size:13px;
	font-weight:bold;
	gap:0 30px;
	letter-spacing:1px;
	text-transform:uppercase;
}

#header #top_menu ul li {
	display:block;
	float:none;
	margin:0;
}

#header #top_menu ul li a {
	border-bottom:1px solid transparent;
	color:#24312d;
	padding:10px 0;
}

#header #top_menu ul li a.current,
#header #top_menu ul li a:hover {
	border-bottom-color:#c8a96a;
	color:#0f4a46;
}

#header #top_menu ul li:last-child a {
	border:1px solid rgba(15, 74, 70, .28);
	padding:11px 20px;
}

#header #top_menu ul li:last-child a:hover {
	background:#0f4a46;
	border-color:#0f4a46;
	color:#fffaf3;
}

.mobile_nav_toggle,
.mobile_nav_button {
	display:none;
}

#home_slider {
	background:#f6f0e7;
	padding:0;
}

#home_slider .content {
	max-width:none;
	width:100%;
}

.brand_hero {
	background:
		linear-gradient(180deg, rgba(15, 74, 70, .52) 0%, rgba(15, 74, 70, .76) 100%),
		url(../images/brand/hero-reflexology.png) no-repeat center center;
	background-size:cover;
	min-height:640px;
	overflow:hidden;
	position:relative;
}

.brand_hero:after {
	background:linear-gradient(180deg, rgba(15, 74, 70, 0) 55%, rgba(15, 74, 70, .14) 100%);
	bottom:0;
	content:"";
	left:0;
	position:absolute;
	right:0;
	top:0;
}

.brand_hero_text {
	box-sizing:border-box;
	margin:0 auto;
	max-width:850px;
	padding:150px 32px 0;
	position:relative;
	text-align:center;
	width:100%;
	z-index:1;
}

.brand_kicker {
	color:#6d8072;
	font:bold 12px/18px Arial, Helvetica, sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
}

.brand_hero_text h2 {
	color:#fffaf3;
	font-size:62px;
	line-height:68px;
	margin:12px 0 20px;
}

.brand_hero_text p {
	color:#edf4ef;
	font-size:20px;
	line-height:32px;
	margin-left:auto;
	margin-right:auto;
	max-width:650px;
}

.brand_hero_text .continue a {
	background:#fffaf3;
	border-color:#fffaf3;
	color:#0f4a46;
}

.brand_hero_text .continue a:hover {
	background:#d7c996;
	border-color:#d7c996;
	color:#0f4a46;
}

.home_services_hero {
	min-height:690px;
}

.home_services_hero .brand_hero_text {
	padding-top:126px;
}

.home_services_hero .brand_kicker {
	color:#d7c996;
}

a.readmore,
.continue a,
#reply-form .submitter {
	background:#0f4a46;
	border:1px solid #0f4a46;
	color:#fffaf3;
	display:inline-block;
	font:bold 12px/18px Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	padding:12px 18px;
	text-transform:uppercase;
}

a:hover.readmore,
.continue a:hover,
#reply-form .submitter:hover {
	background:#7b9a82;
	border-color:#7b9a82;
	color:#fff;
}

#main {
	background:#f6f0e7;
}

.home_main {
	padding:74px 0 92px;
}

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

.home_intro h2 {
	color:#0f4a46;
	font-size:43px;
	line-height:50px;
	margin:12px 0 18px;
}

.home_intro p {
	color:#41504a;
	font-size:18px;
	line-height:31px;
	margin:0;
}

.home_services {
	display:grid;
	gap:28px;
	grid-template-columns:repeat(3, 1fr);
}

.home_service_card {
	background:#fffaf3;
	border:1px solid #ded4c3;
	box-shadow:0 18px 42px rgba(46, 39, 28, .08);
	overflow:hidden;
}

.home_service_card img {
	display:block;
	height:240px;
	object-fit:cover;
	width:100%;
}

.home_service_body {
	padding:28px 30px 32px;
}

.home_service_body h4 {
	border-bottom:1px solid rgba(15, 74, 70, .16);
	color:#0f4a46;
	font-size:25px;
	line-height:32px;
	margin:0 0 16px;
	padding:0 0 12px;
}

.home_service_body p {
	color:#3f4c48;
	font-size:15px;
	line-height:27px;
	margin:0 0 22px;
}

.home_cta {
	background:#0f4a46;
	color:#e9f0eb;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:30px;
	margin:54px 0 0;
	padding:38px 44px;
}

.home_cta .brand_kicker {
	color:#d7c996;
}

.home_cta h3 {
	color:#fffaf3;
	font-size:34px;
	line-height:40px;
	margin:8px 0 10px;
}

.home_cta p {
	color:#dce7e1;
	font-size:16px;
	line-height:27px;
	margin:0;
	max-width:620px;
}

.home_cta .continue {
	margin:0;
	white-space:nowrap;
}

.home_cta .continue a {
	background:#fffaf3;
	border-color:#fffaf3;
	color:#0f4a46;
}

.home_cta .continue a:hover {
	background:#d7c996;
	border-color:#d7c996;
	color:#0f4a46;
}

.wrap_block {
	background:#fffaf3;
	border:1px solid #ded4c3;
	box-shadow:0 18px 42px rgba(46, 39, 28, .07);
}

.page_media_hero {
	background:#0f4a46 url(../images/brand/hero-reflexology.png) no-repeat center center;
	background-size:cover;
	min-height:430px;
	overflow:hidden;
	position:relative;
}

.page_hero_about,
.page_hero_contact,
.page_hero_blog {
	background-image:url(../images/brand/service-studio.png);
}

.page_hero_privacy,
.page_hero_thanks {
	background-image:url(../images/brand/service-wellness.png);
}

.page_hero_detail {
	background-image:url(../images/brand/service-reflexology.png);
}

.page_hero_shade {
	background:linear-gradient(180deg, rgba(15, 74, 70, .56) 0%, rgba(15, 74, 70, .78) 100%);
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:0;
}

.page_hero_content {
	box-sizing:border-box;
	color:#fffaf3;
	margin:0 auto;
	max-width:1180px;
	padding:110px 64px 0;
	position:relative;
	text-align:center;
	width:100%;
	z-index:1;
}

.page_hero_content .brand_kicker {
	color:#d7c996;
}

.page_hero_content h2 {
	color:#fffaf3;
	font-size:56px;
	line-height:62px;
	margin:14px auto 18px;
	max-width:840px;
}

.page_hero_content p {
	color:#edf4ef;
	font-size:19px;
	line-height:31px;
	margin:0 auto;
	max-width:680px;
}

.page_main,
.blog_main {
	background:#f6f0e7;
	padding:60px 0 84px;
}

.page_main .central_slogan,
.blog_main .central_slogan {
	display:none;
}

.page_main .wrap_block,
.blog_main .wrap_block {
	box-sizing:border-box;
	padding:44px;
}

.page_main .left_part {
	float:none;
	margin:0;
	padding:0;
	width:auto;
}

.page_main .sidebar {
	display:none;
}

.page_main .design h3,
.page_main .left_part > h3 {
	color:#0f4a46;
	font-size:38px;
	line-height:44px;
	margin:0 0 18px;
}

.page_main .design p,
.page_main .left_part > p {
	color:#3f4c48;
	font-size:16px;
	line-height:29px;
}

.page_main .biglines {
	color:#41504a;
	font-size:19px;
	line-height:32px;
}

.page_main .design .img_left {
	float:right;
	height:auto;
	margin:0 0 22px 34px;
	max-width:360px;
	width:42%;
}

.page_main #portfolio .item_detail .detail_left {
	float:left;
	margin:0 40px 0 0;
	width:48%;
}

.page_main #portfolio .item_detail .detail_right {
	float:left;
	width:calc(52% - 40px);
}

.page_main #portfolio .list_work {
	background:#f6f0e7;
	border:1px solid #ded4c3;
	box-sizing:border-box;
	margin:34px 0 0;
	padding:28px;
	width:100%;
}

.services_main {
	background:#f6f0e7;
	padding:0 0 84px;
}

.services_media_hero {
	background:#0f4a46;
	min-height:640px;
	overflow:hidden;
	position:relative;
}

.services_hero_video {
	display:block;
	height:640px;
	left:0;
	object-fit:cover;
	position:absolute;
	top:0;
	width:100%;
}

.services_hero_shade {
	background:linear-gradient(180deg, rgba(15, 74, 70, .56) 0%, rgba(15, 74, 70, .76) 100%);
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:0;
}

.services_hero_content {
	box-sizing:border-box;
	color:#fffaf3;
	margin:0 auto;
	max-width:1180px;
	padding:124px 64px 0;
	position:relative;
	text-align:center;
	width:100%;
	z-index:1;
}

.services_hero_content .brand_kicker {
	color:#d7c996;
}

.services_hero_content h2 {
	color:#fffaf3;
	font-size:62px;
	line-height:68px;
	margin:14px auto 20px;
	max-width:820px;
}

.services_hero_content p {
	color:#edf4ef;
	font-size:20px;
	line-height:32px;
	margin:0 auto;
	max-width:680px;
}

.services_quick_grid {
	display:grid;
	gap:28px 52px;
	grid-template-columns:repeat(4, 1fr);
	margin:-180px auto 72px;
	max-width:980px;
	position:relative;
	z-index:2;
}

.services_quick_item {
	color:#fffaf3;
	display:block;
	font:bold 16px/24px Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	text-align:center;
	text-shadow:0 2px 14px rgba(15, 74, 70, .45);
	text-transform:uppercase;
}

.services_quick_item:hover {
	color:#d7c996;
}

.services_quick_icon {
	background:#fffaf3;
	border:6px solid rgba(255, 250, 243, .18);
	border-radius:50%;
	box-shadow:0 18px 34px rgba(15, 74, 70, .25);
	display:block;
	height:112px;
	margin:0 auto 18px;
	overflow:hidden;
	width:112px;
}

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

.services_quick_grid.home_hero_services {
	margin:-190px auto 76px;
}

.services_intro {
	margin:0 auto 42px;
	max-width:760px;
	text-align:center;
}

.services_intro h3 {
	color:#0f4a46;
	font-size:42px;
	line-height:48px;
	margin:10px 0 16px;
}

.services_intro p {
	color:#41504a;
	font-size:18px;
	line-height:31px;
	margin:0;
}

.services_cards {
	display:grid;
	gap:28px;
	grid-template-columns:repeat(2, 1fr);
}

.service_detail_card {
	background:#fffaf3;
	border:1px solid #ded4c3;
	box-shadow:0 18px 42px rgba(46, 39, 28, .08);
	display:grid;
	grid-template-columns:44% 56%;
	overflow:hidden;
}

.service_detail_card img {
	display:block;
	height:100%;
	min-height:260px;
	object-fit:cover;
	width:100%;
}

.service_detail_card div {
	padding:34px;
}

.service_detail_card h4 {
	border-bottom:1px solid rgba(15, 74, 70, .16);
	color:#0f4a46;
	font-size:28px;
	line-height:34px;
	margin:0 0 16px;
	padding:0 0 14px;
}

.service_detail_card p {
	color:#3f4c48;
	font-size:15px;
	line-height:27px;
	margin:0 0 22px;
}

.service_detail_card a,
.services_cta a {
	background:#0f4a46;
	border:1px solid #0f4a46;
	color:#fffaf3;
	display:inline-block;
	font:bold 12px/18px Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	padding:12px 18px;
	text-transform:uppercase;
}

.service_detail_card a:hover,
.services_cta a:hover {
	background:#7b9a82;
	border-color:#7b9a82;
	color:#fff;
}

.services_cta {
	background:#0f4a46;
	color:#e9f0eb;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:30px;
	margin:54px 0 0;
	padding:38px 44px;
}

.services_cta .brand_kicker {
	color:#d7c996;
}

.services_cta h3 {
	color:#fffaf3;
	font-size:34px;
	line-height:40px;
	margin:8px 0 10px;
}

.services_cta p {
	color:#dce7e1;
	font-size:16px;
	line-height:27px;
	margin:0;
	max-width:620px;
}

.services_cta a {
	background:#fffaf3;
	border-color:#fffaf3;
	color:#0f4a46;
	white-space:nowrap;
}

.services_cta a:hover {
	background:#d7c996;
	border-color:#d7c996;
	color:#0f4a46;
}

.blog_main .wrap_block {
	padding:44px;
}

.blog_main .left_part {
	float:left;
	margin:0 44px 0 0;
	padding:0;
	width:calc(100% - 372px);
}

.blog_main .brand_sidebar {
	color:#394943;
	float:right;
	margin:0;
	width:328px;
}

.brand_sidebar .sidebar_feature,
.brand_sidebar .sidebar_booking {
	background:#f6f0e7;
	border:1px solid #ded4c3;
	box-shadow:0 14px 34px rgba(46, 39, 28, .07);
	margin:0 0 30px;
	padding:24px;
}

.brand_sidebar .sidebar_feature img {
	display:block;
	height:210px;
	margin:0 0 22px;
	object-fit:cover;
	width:100%;
}

.brand_sidebar .sidebar_block {
	border-top:1px solid #ded4c3;
	margin:0 0 28px;
	padding:26px 0 0;
}

.brand_sidebar h4 {
	background:none;
	border:none;
	color:#0f4a46;
	font-family:Georgia, "Times New Roman", serif;
	font-size:24px;
	font-weight:normal;
	letter-spacing:0;
	line-height:31px;
	margin:0 0 14px;
	padding:0;
	text-transform:none;
}

.brand_sidebar p {
	color:#41504a;
	font-size:15px;
	line-height:26px;
	margin:0 0 18px;
}

.brand_sidebar .brand_kicker {
	display:block;
	font-size:11px;
	letter-spacing:2.4px;
	margin:0 0 8px;
}

.brand_sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
}

.brand_sidebar ul li {
	background:none;
	border-bottom:1px solid rgba(15, 74, 70, .14);
	margin:0;
	padding:0;
}

.brand_sidebar ul a {
	border:none;
	color:#24413b;
	display:block;
	font-size:15px;
	line-height:23px;
	margin:0;
	padding:10px 0;
}

.brand_sidebar ul a:hover,
.brand_sidebar .sidebar_text_link:hover {
	color:#7b9a82;
}

.blog_main #search_form {
	height:auto;
	margin:0;
}

.blog_main #search_form p {
	display:flex;
	gap:8px;
	margin:0;
}

.blog_main #search_form .field {
	background:#fffaf3;
	border:1px solid #cfc3b2;
	box-sizing:border-box;
	color:#1f2c28;
	flex:1;
	font-size:14px;
	height:42px;
	padding:9px 11px;
	width:auto;
}

.blog_main #search_form .field:focus {
	background:#fff;
	border-color:#0f4a46;
	outline:none;
}

.blog_main #search_form .submit,
.brand_sidebar .sidebar_cta {
	background:#0f4a46;
	border:1px solid #0f4a46;
	color:#fffaf3;
	display:inline-block;
	font:bold 12px/18px Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	padding:11px 14px;
	text-transform:uppercase;
	width:auto;
}

.blog_main #search_form .submit:hover,
.brand_sidebar .sidebar_cta:hover {
	background:#7b9a82;
	border-color:#7b9a82;
	color:#fff;
}

.brand_sidebar .sidebar_text_link {
	color:#0f4a46;
	display:inline-block;
	font:bold 12px/18px Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	margin:0 0 14px;
	text-transform:uppercase;
}

#footer {
	background:#0f4a46;
}

#footer .content {
	height:auto;
	padding:24px 0;
}

#footer #copyright {
	color:#e3ece6;
	padding:0;
}

#footer #bottom_menu ul {
	display:flex;
	flex-wrap:wrap;
	gap:14px;
}

#footer #bottom_menu ul li {
	margin:0;
}

#footer #bottom_menu ul li a {
	color:#fffaf3;
	font-size:12px;
}

#footer #copyright .right {
	color:#d6e3dc;
}

@media screen and (max-width: 980px) {
	#header .content {
		display:block;
		padding:12px 0 16px;
		text-align:center;
	}

	#header #logo {
		margin:0 auto 6px;
	}

	#header #top_menu ul {
		justify-content:center;
	}

	.brand_hero {
		min-height:560px;
	}

	.home_services_hero {
		min-height:690px;
	}

	.brand_hero_text {
		padding:116px 32px 0;
		width:auto;
	}

	.brand_hero_text h2 {
		font-size:49px;
		line-height:55px;
	}

	.home_services {
		grid-template-columns:1fr;
	}

	.home_service_card {
		display:grid;
		grid-template-columns:42% 58%;
	}

	.home_service_card img {
		height:100%;
		min-height:260px;
	}

	.services_quick_grid {
		gap:28px;
		grid-template-columns:repeat(2, 1fr);
		max-width:620px;
	}

	.services_quick_grid.home_hero_services {
		margin:-318px auto 60px;
	}

	.services_cards {
		grid-template-columns:1fr;
	}

	.blog_main .wrap_block {
		padding:32px;
	}

	.page_media_hero {
		min-height:390px;
	}

	.page_hero_content {
		padding:84px 42px 0;
	}

	.page_hero_content h2 {
		font-size:46px;
		line-height:52px;
	}

	.page_main .design .img_left {
		float:none;
		margin:0 0 24px;
		width:100%;
	}

	.page_main #portfolio .item_detail .detail_left,
	.page_main #portfolio .item_detail .detail_right {
		float:none;
		margin:0;
		width:100%;
	}

	.page_main #portfolio .item_detail .detail_left {
		margin-bottom:28px;
	}

	.blog_main .left_part,
	.blog_main .brand_sidebar {
		float:none;
		margin:0;
		width:100%;
	}

	.blog_main .brand_sidebar {
		margin-top:38px;
	}
}

@media screen and (max-width: 760px) {
	#header .content,
	#home_slider .content,
	#main .content,
	#footer .content {
		width:calc(100% - 32px);
	}

	#header {
		border-top:4px solid #c8a96a;
		position:relative;
		z-index:50;
	}

	#header .content {
		box-sizing:border-box;
		display:flex;
		align-items:center;
		justify-content:space-between;
		min-height:78px;
		padding:10px 20px;
		text-align:left;
		width:100%;
	}

	#header #logo,
	#header #logo a {
		height:58px;
		margin:0;
		width:246px;
	}

	.mobile_nav_button {
		box-sizing:border-box;
		display:block;
		height:44px;
		position:relative;
		width:44px;
	}

	.mobile_nav_button span,
	.mobile_nav_button:before,
	.mobile_nav_button:after {
		background:#0f4a46;
		content:"";
		display:block;
		height:2px;
		left:10px;
		position:absolute;
		width:24px;
	}

	.mobile_nav_button span {
		overflow:hidden;
		text-indent:-9999px;
		top:21px;
	}

	.mobile_nav_button:before {
		top:14px;
	}

	.mobile_nav_button:after {
		top:28px;
	}

	#header #top_menu {
		background:#fffaf3;
		border-top:1px solid #ded4c3;
		box-shadow:0 18px 32px rgba(46, 39, 28, .12);
		display:none;
		left:0;
		margin:0;
		padding:12px 22px 18px;
		position:absolute;
		right:0;
		top:100%;
		width:auto;
		z-index:60;
	}

	#header .mobile_nav_toggle:checked ~ #top_menu {
		display:block;
	}

	#header #top_menu ul {
		display:block;
		font-size:12px;
		gap:0;
		letter-spacing:1px;
	}

	#header #top_menu ul li {
		display:block;
		margin:0;
	}

	#header #top_menu ul li a,
	#header #top_menu ul li:last-child a {
		border:0;
		border-bottom:1px solid rgba(15, 74, 70, .12);
		display:block;
		padding:13px 0;
	}

	#header #top_menu ul li:last-child a:hover {
		background:none;
		color:#7b9a82;
	}

	#home_slider {
		padding-top:0;
	}

	.brand_hero {
		background:
			linear-gradient(180deg, rgba(15, 74, 70, .56) 0%, rgba(15, 74, 70, .78) 100%),
			url(../images/brand/hero-reflexology.png) no-repeat center center;
		background-size:cover;
		min-height:520px;
	}

	.home_services_hero {
		min-height:760px;
	}

	.brand_hero_text {
		padding:74px 28px 0;
		width:auto;
	}

	.home_services_hero .brand_hero_text .continue {
		margin-bottom:34px;
	}

	.brand_hero_text h2,
	.home_intro h2 {
		font-size:38px;
		line-height:43px;
	}

	.home_main {
		padding:50px 0 66px;
	}

	.home_intro {
		text-align:left;
	}

	.home_service_card {
		display:block;
	}

	.home_service_card img {
		height:230px;
		min-height:0;
	}

	.home_cta {
		display:block;
		padding:32px 28px;
	}

	.home_cta .continue {
		margin-top:24px;
		white-space:normal;
	}

	.services_main {
		padding-bottom:60px;
	}

	.services_media_hero {
		min-height:650px;
	}

	.services_hero_video {
		height:650px;
	}

	.services_hero_content {
		padding:78px 24px 0;
	}

	.services_hero_content h2 {
		font-size:42px;
		line-height:48px;
	}

	.services_hero_content p {
		font-size:17px;
		line-height:28px;
	}

	.services_quick_grid {
		gap:24px 18px;
		grid-template-columns:repeat(2, 1fr);
		margin:-318px auto 52px;
	}

	.services_quick_grid.home_hero_services {
		margin:-285px auto 52px;
	}

	.services_quick_item {
		font-size:13px;
		line-height:20px;
	}

	.services_quick_icon {
		height:94px;
		margin-bottom:12px;
		width:94px;
	}

	.services_intro {
		text-align:left;
	}

	.services_intro h3 {
		font-size:34px;
		line-height:40px;
	}

	.service_detail_card {
		display:block;
	}

	.service_detail_card img {
		height:230px;
		min-height:0;
	}

	.service_detail_card div {
		padding:26px;
	}

	.services_cta {
		display:block;
		padding:32px 28px;
	}

	.services_cta a {
		margin-top:22px;
		white-space:normal;
	}

	.blog_main {
		padding:32px 0 56px;
	}

	.page_main {
		padding:32px 0 56px;
	}

	.page_main .wrap_block,
	.blog_main .wrap_block {
		padding:24px;
	}

	.page_media_hero {
		min-height:350px;
	}

	.page_hero_content {
		padding:64px 24px 0;
	}

	.page_hero_content h2 {
		font-size:38px;
		line-height:44px;
	}

	.page_hero_content p {
		font-size:17px;
		line-height:28px;
	}

	.brand_sidebar .sidebar_feature,
	.brand_sidebar .sidebar_booking {
		padding:22px;
	}

	.brand_sidebar .sidebar_feature img {
		height:190px;
	}

	#footer #copyright .left,
	#footer #copyright .right {
		float:none;
		text-align:left;
		width:auto;
	}
}

@media screen and (max-width: 480px) {
	#header #logo,
	#header #logo a {
		height:54px;
		width:226px;
	}

	#header #top_menu ul {
		gap:2px 10px;
	}

	.brand_hero {
		min-height:480px;
	}

	.home_services_hero {
		min-height:760px;
	}

	.brand_hero_text {
		padding:58px 22px 0;
	}

	.home_services_hero .brand_hero_text .continue {
		margin-bottom:38px;
	}

	.brand_hero_text h2,
	.home_intro h2 {
		font-size:32px;
		line-height:38px;
	}

	.brand_hero_text p,
	.home_intro p {
		font-size:16px;
		line-height:27px;
	}

	.home_service_body {
		padding:24px 22px 28px;
	}

	.services_media_hero,
	.services_hero_video {
		min-height:650px;
		height:650px;
	}

	.services_hero_content {
		padding-top:58px;
	}

	.services_hero_content h2 {
		font-size:35px;
		line-height:40px;
	}

	.services_quick_grid {
		margin-top:-318px;
	}

	.services_quick_grid.home_hero_services {
		margin-top:-285px;
	}

	.services_quick_icon {
		height:84px;
		width:84px;
	}

	.services_intro h3 {
		font-size:30px;
		line-height:36px;
	}

	.page_hero_content h2 {
		font-size:32px;
		line-height:38px;
	}

	.page_main .design h3,
	.page_main .left_part > h3 {
		font-size:30px;
		line-height:36px;
	}
}
/* Better Bite Bakery — Stage 1 brand system */
:root {
    --bb-cream: #fffaf1;
    --bb-paper: #f6eddd;
    --bb-ink: #263228;
    --bb-green: #3f5c46;
    --bb-green-dark: #294132;
    --bb-berry: #aa4055;
    --bb-peach: #eebc92;
    --bb-gold: #d6a656;
    --bb-white: #fffefb;
    --bb-line: rgba(38, 50, 40, .16);
    --bb-serif: "Fraunces", Georgia, serif;
    --bb-sans: "DM Sans", Arial, sans-serif;
}

html {
    scroll-behavior: smooth;
}

body.bakery-page {
    margin: 0;
    background: var(--bb-cream);
    color: var(--bb-ink);
    font-family: var(--bb-sans);
    font-size: 16px;
    line-height: 1.6;
}

.bakery-page *,
.bakery-page *::before,
.bakery-page *::after {
    box-sizing: border-box;
}

.bakery-page a {
    color: inherit;
}

.bakery-shell {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.bakery-header {
    position: relative;
    z-index: 30;
    height: 92px;
    border-bottom: 1px solid rgba(38, 50, 40, .12);
    background: rgba(255, 250, 241, .97);
}

.bakery-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.bakery-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--bb-green-dark) !important;
    text-decoration: none !important;
}

.bakery-logo__mark {
    position: relative;
    display: grid;
    width: 45px;
    height: 45px;
    place-items: center;
    border-radius: 50% 50% 46% 54%;
    background: var(--bb-green);
    color: var(--bb-cream);
    font-family: var(--bb-serif);
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    transform: rotate(-5deg);
}

.bakery-logo__mark::after {
    position: absolute;
    top: -5px;
    right: 1px;
    width: 13px;
    height: 8px;
    border-radius: 100% 0 100% 0;
    background: var(--bb-berry);
    content: "";
    transform: rotate(18deg);
}

.bakery-logo__type {
    font-family: var(--bb-serif);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: .85;
}

.bakery-logo__type small {
    display: block;
    margin-top: 7px;
    color: var(--bb-berry);
    font-family: var(--bb-sans);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .28em;
    line-height: 1;
    text-transform: uppercase;
}

.bakery-nav {
    display: flex;
    align-items: center;
    gap: 36px;
}

.bakery-nav a {
    color: var(--bb-ink) !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
}

.bakery-nav a:not(.bakery-nav__order) {
    position: relative;
}

.bakery-nav a:not(.bakery-nav__order)::after {
    position: absolute;
    right: 0;
    bottom: -7px;
    left: 0;
    height: 2px;
    background: var(--bb-berry);
    content: "";
    transform: scaleX(0);
    transition: transform .2s ease;
}

.bakery-nav a:hover::after {
    transform: scaleX(1);
}

.bakery-nav .bakery-nav__order {
    padding: 12px 18px;
    border-radius: 999px;
    background: var(--bb-green);
    color: var(--bb-white) !important;
}

.bakery-nav__order span {
    display: inline-block;
    margin-left: 6px;
    transition: transform .2s ease;
}

.bakery-nav__order:hover span {
    transform: translateX(3px);
}

.bakery-nav-toggle,
.bakery-nav-button {
    display: none;
}

.bakery-hero {
    position: relative;
    min-height: 680px;
    overflow: hidden;
    background-color: #f2e7d8;
    background-image:
        linear-gradient(90deg, rgba(255, 250, 241, .98) 0%, rgba(255, 250, 241, .92) 33%, rgba(255, 250, 241, .16) 58%, rgba(255, 250, 241, 0) 100%),
        url("../images/bakery/better-bite-hero.png");
    background-position: center, center;
    background-size: cover;
}

.bakery-hero::after {
    position: absolute;
    right: 7%;
    bottom: 24px;
    width: 102px;
    height: 102px;
    border: 1px solid rgba(255, 255, 255, .58);
    border-radius: 50%;
    content: "";
}

.bakery-hero__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: 680px;
}

.bakery-hero__copy {
    width: min(570px, 52%);
    padding: 70px 0 78px;
}

.bakery-eyebrow {
    margin: 0 0 17px !important;
    color: var(--bb-berry);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.bakery-page h1,
.bakery-page h2,
.bakery-page h3 {
    color: var(--bb-green-dark);
    font-family: var(--bb-serif);
}

.bakery-page h1 {
    margin: 0;
    font-size: clamp(52px, 6vw, 78px);
    font-weight: 600;
    letter-spacing: -.055em;
    line-height: .98;
}

.bakery-page h1 em {
    position: relative;
    color: var(--bb-berry);
    font-style: italic;
    font-weight: 600;
}

.bakery-page h1 em::after {
    position: absolute;
    right: 3px;
    bottom: -8px;
    left: 7px;
    height: 8px;
    border-top: 2px solid var(--bb-gold);
    border-radius: 50%;
    content: "";
    transform: rotate(-2deg);
}

.bakery-hero__lede {
    max-width: 515px;
    margin: 27px 0 31px !important;
    color: #526057;
    font-size: 18px;
    line-height: 1.65;
}

.bakery-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
}

.bakery-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 52px;
    padding: 0 23px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform .2s ease, background .2s ease;
}

.bakery-button:hover {
    transform: translateY(-2px);
}

.bakery-button--primary {
    background: var(--bb-green);
    color: var(--bb-white) !important;
    box-shadow: 0 10px 24px rgba(41, 65, 50, .16);
}

.bakery-button--primary:hover {
    background: var(--bb-green-dark);
}

.bakery-button--text {
    min-height: auto;
    padding: 8px 0 5px;
    border-bottom: 1px solid var(--bb-ink);
    border-radius: 0;
}

.bakery-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 11px 27px;
    margin: 42px 0 0;
    padding: 0;
    list-style: none;
}

.bakery-trust li {
    position: relative;
    padding-left: 19px;
    color: #647068;
    font-size: 12px;
    font-weight: 600;
}

.bakery-trust li::before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--bb-gold);
    content: "";
}

.bakery-strip {
    background: var(--bb-green-dark);
    color: var(--bb-cream);
}

.bakery-strip__inner {
    display: flex;
    min-height: 65px;
    align-items: center;
    justify-content: space-around;
    gap: 16px;
}

.bakery-strip span {
    font-family: var(--bb-serif);
    font-size: 16px;
    font-style: italic;
}

.bakery-strip i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--bb-peach);
}

.bakery-section {
    padding: 112px 0;
}

.bakery-heading {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    align-items: end;
    gap: 70px;
    margin-bottom: 53px;
}

.bakery-heading h2,
.bakery-choices__copy h2,
.bakery-order-cta h2 {
    margin: 0;
    font-size: clamp(38px, 4.3vw, 58px);
    font-weight: 600;
    letter-spacing: -.045em;
    line-height: 1.08;
}

.bakery-heading > p {
    margin: 0 0 4px !important;
    color: #69736c;
    line-height: 1.75;
}

.bakery-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.bakery-card {
    position: relative;
    min-height: 475px;
    overflow: hidden;
    border: 1px solid var(--bb-line);
    border-radius: 22px;
    background: var(--bb-white);
    transition: transform .25s ease, box-shadow .25s ease;
}

.bakery-card:hover {
    box-shadow: 0 22px 50px rgba(47, 54, 46, .1);
    transform: translateY(-6px);
}

.bakery-card__number {
    position: absolute;
    z-index: 2;
    top: 17px;
    left: 20px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(38, 50, 40, .18);
    border-radius: 50%;
    color: var(--bb-green-dark);
    font-size: 10px;
    font-weight: 700;
}

.bakery-card__art {
    display: grid;
    height: 248px;
    place-items: center;
    overflow: hidden;
}

.bakery-card--cake .bakery-card__art {
    background: #eadfc7;
}

.bakery-card--cupcake .bakery-card__art {
    background: #dce6d5;
}

.bakery-card--cookie .bakery-card__art {
    background: #efd3c3;
}

.cake-illustration,
.cupcake-illustration,
.cookie-illustration {
    position: relative;
    display: block;
    filter: drop-shadow(0 18px 12px rgba(47, 37, 28, .18));
}

.cake-illustration {
    width: 172px;
    height: 116px;
    padding-top: 18px;
    border-radius: 50% 50% 10px 10px / 25% 25% 9px 9px;
    background: repeating-linear-gradient(0deg, #f6eee1 0 24px, #b35b61 25px 29px);
    color: #a44154;
    font-size: 27px;
    line-height: 1;
    text-align: center;
}

.cake-illustration::before {
    position: absolute;
    top: -13px;
    right: 17px;
    left: 17px;
    height: 29px;
    border-radius: 50%;
    background: #fff8ec;
    content: "";
}

.cake-illustration::after {
    position: absolute;
    top: -25px;
    left: 72px;
    width: 19px;
    height: 23px;
    border-radius: 50% 45% 50% 45%;
    background: var(--bb-berry);
    box-shadow: -31px 9px 0 -3px #c76c76, 32px 8px 0 -3px #8b3348;
    content: "";
}

.cupcake-illustration {
    width: 132px;
    height: 103px;
    margin-top: 51px;
    border-radius: 8px 8px 35px 35px;
    background: repeating-linear-gradient(100deg, #b98252 0 12px, #d2a06d 13px 25px);
    color: transparent;
}

.cupcake-illustration::before {
    position: absolute;
    right: -12px;
    bottom: 73px;
    left: -12px;
    height: 100px;
    border-radius: 52% 52% 40% 40%;
    background: radial-gradient(circle at 50% 17%, #f7e7df 0 18px, transparent 19px),
                radial-gradient(circle at 34% 55%, #f1d9d1 0 36px, transparent 37px),
                radial-gradient(circle at 68% 55%, #f7e7df 0 38px, transparent 39px);
    content: "";
}

.cupcake-illustration::after {
    position: absolute;
    z-index: 2;
    bottom: 154px;
    left: 57px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--bb-berry);
    box-shadow: 7px -3px 0 -4px #fff;
    content: "";
}

.cookie-illustration {
    width: 154px;
    height: 154px;
    border-radius: 50%;
    background: #d79e5c;
    color: #67422e;
    font-size: 42px;
    letter-spacing: 10px;
    line-height: 126px;
    text-align: center;
    transform: rotate(-8deg);
}

.cookie-illustration::before,
.cookie-illustration::after {
    position: absolute;
    border-radius: 50%;
    background: #70452e;
    content: "";
}

.cookie-illustration::before {
    top: 35px;
    right: 27px;
    width: 13px;
    height: 13px;
    box-shadow: -67px 8px 0 -1px #70452e, -17px 74px 0 1px #70452e, -64px 68px 0 -2px #70452e;
}

.cookie-illustration::after {
    top: 77px;
    left: 63px;
    width: 17px;
    height: 17px;
}

.bakery-card__body {
    padding: 27px 29px 31px;
}

.bakery-card__body h3 {
    margin: 0 0 10px;
    font-size: 27px;
    letter-spacing: -.03em;
}

.bakery-card__body p {
    min-height: 75px;
    margin: 0 0 20px !important;
    color: #6b746e;
    font-size: 14px;
    line-height: 1.7;
}

.bakery-card__body a {
    color: var(--bb-berry) !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
}

.bakery-card__body a span {
    display: inline-block;
    margin-left: 5px;
    transition: transform .2s ease;
}

.bakery-card__body a:hover span {
    transform: translateX(4px);
}

.bakery-choices {
    background: var(--bb-paper);
}

.bakery-choices__grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    gap: 8.5%;
}

.bakery-choices__visual {
    position: relative;
    min-height: 610px;
    border-radius: 180px 180px 18px 18px;
    background: url("../images/bakery/better-bite-hero.png") 70% center / auto 100%;
    box-shadow: inset 0 0 0 10px rgba(255, 250, 241, .45);
}

.bakery-choices__visual::before {
    position: absolute;
    top: 43px;
    left: -31px;
    width: 98px;
    height: 98px;
    border: 1px solid var(--bb-berry);
    border-radius: 50%;
    content: "";
}

.bakery-choices__note {
    position: absolute;
    right: -25px;
    bottom: 32px;
    width: 192px;
    padding: 19px 22px;
    border-radius: 12px;
    background: var(--bb-green-dark);
    color: var(--bb-cream);
    font-size: 13px;
    line-height: 1.45;
    transform: rotate(2deg);
}

.bakery-choices__note strong {
    color: var(--bb-peach);
    font-family: var(--bb-serif);
    font-size: 18px;
}

.bakery-choices__copy > p:not(.bakery-eyebrow):not(.bakery-allergy-note) {
    margin: 25px 0 32px !important;
    color: #667069;
    font-size: 16px;
    line-height: 1.75;
}

.bakery-choice-list {
    border-top: 1px solid var(--bb-line);
}

.bakery-choice-list > div {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 11px;
    padding: 17px 0;
    border-bottom: 1px solid var(--bb-line);
}

.bakery-choice-list span {
    color: var(--bb-berry);
    font-size: 11px;
    font-weight: 700;
}

.bakery-choice-list p {
    margin: 0 !important;
    color: #647068;
    font-size: 13px;
}

.bakery-choice-list strong {
    display: block;
    margin-bottom: 3px;
    color: var(--bb-ink);
    font-family: var(--bb-serif);
    font-size: 18px;
}

.bakery-allergy-note {
    margin: 24px 0 0 !important;
    padding-left: 15px;
    border-left: 3px solid var(--bb-gold);
    color: #6a716c;
    font-size: 11px;
    line-height: 1.6;
}

.bakery-process {
    background: var(--bb-white);
}

.bakery-heading--center {
    display: block;
    text-align: center;
}

.bakery-process__steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin: 65px 0 0;
    padding: 0;
    list-style: none;
}

.bakery-process__steps::before {
    position: absolute;
    top: 22px;
    right: 12.5%;
    left: 12.5%;
    height: 1px;
    background: var(--bb-line);
    content: "";
}

.bakery-process__steps li {
    position: relative;
    text-align: center;
}

.bakery-process__steps span {
    position: relative;
    z-index: 2;
    display: grid;
    width: 45px;
    height: 45px;
    margin: 0 auto 24px;
    place-items: center;
    border: 1px solid var(--bb-green);
    border-radius: 50%;
    background: var(--bb-white);
    color: var(--bb-green);
    font-family: var(--bb-serif);
    font-weight: 700;
}

.bakery-process__steps h3 {
    margin: 0 0 9px;
    font-size: 20px;
}

.bakery-process__steps p {
    margin: 0 !important;
    color: #727b75;
    font-size: 13px;
    line-height: 1.7;
}

.bakery-order-cta {
    padding: 78px 0;
    background: var(--bb-berry);
    color: var(--bb-white);
}

.bakery-order-cta__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 70px;
}

.bakery-order-cta .bakery-eyebrow {
    color: #f7d4c3;
}

.bakery-order-cta h2 {
    color: var(--bb-white);
}

.bakery-order-cta p:not(.bakery-eyebrow) {
    max-width: 680px;
    margin: 18px 0 0 !important;
    color: rgba(255, 255, 255, .78);
}

.bakery-button--cream {
    min-width: 215px;
    background: var(--bb-cream);
    color: var(--bb-green-dark) !important;
}

.bakery-footer {
    padding: 68px 0 25px;
    background: #1f3026;
    color: rgba(255, 255, 255, .68);
}

.bakery-footer__top {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 80px;
    padding-bottom: 50px;
}

.bakery-logo--footer {
    color: var(--bb-cream) !important;
}

.bakery-logo--footer .bakery-logo__mark {
    background: var(--bb-cream);
    color: var(--bb-green-dark);
}

.bakery-footer__top > div:first-child > p {
    max-width: 300px;
    margin: 24px 0 0 !important;
    font-size: 14px;
}

.bakery-footer__links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
}

.bakery-footer__links > div {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.bakery-footer__links strong {
    margin-bottom: 6px;
    color: var(--bb-cream);
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.bakery-footer__links a {
    color: rgba(255, 255, 255, .62) !important;
    font-size: 13px;
    text-decoration: none !important;
}

.bakery-footer__links a:hover {
    color: var(--bb-peach) !important;
}

.bakery-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .11);
    font-size: 11px;
}

.bakery-footer__bottom a {
    color: rgba(255, 255, 255, .68) !important;
}

@media (max-width: 920px) {
    .bakery-nav {
        gap: 20px;
    }

    .bakery-hero {
        min-height: 640px;
        background-image:
            linear-gradient(90deg, rgba(255, 250, 241, .98) 0%, rgba(255, 250, 241, .92) 48%, rgba(255, 250, 241, .16) 82%),
            url("../images/bakery/better-bite-hero.png");
        background-position: center, 60% center;
    }

    .bakery-hero__inner {
        min-height: 640px;
    }

    .bakery-hero__copy {
        width: 66%;
    }

    .bakery-card-grid {
        gap: 15px;
    }

    .bakery-card__body {
        padding: 24px 20px;
    }

    .bakery-choices__grid {
        gap: 7%;
    }

    .bakery-choices__visual {
        min-height: 520px;
    }
}

@media (max-width: 760px) {
    .bakery-shell {
        width: min(100% - 32px, 600px);
    }

    .bakery-header {
        height: 78px;
    }

    .bakery-logo__mark {
        width: 39px;
        height: 39px;
        font-size: 21px;
    }

    .bakery-logo__type {
        font-size: 21px;
    }

    .bakery-nav-button {
        z-index: 2;
        display: flex;
        width: 42px;
        height: 42px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        border: 1px solid var(--bb-line);
        border-radius: 50%;
        cursor: pointer;
    }

    .bakery-nav-button span {
        width: 17px;
        height: 1px;
        background: var(--bb-ink);
    }

    .bakery-nav-button b {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
    }

    .bakery-nav {
        position: absolute;
        top: 77px;
        right: 0;
        left: 0;
        display: none;
        padding: 16px 20px 22px;
        border-bottom: 1px solid var(--bb-line);
        background: var(--bb-cream);
        box-shadow: 0 14px 30px rgba(41, 65, 50, .12);
    }

    .bakery-nav a {
        display: block;
        padding: 12px 8px;
    }

    .bakery-nav .bakery-nav__order {
        margin-top: 8px;
        text-align: center;
    }

    .bakery-nav-toggle:checked ~ .bakery-nav {
        display: block;
    }

    .bakery-hero {
        min-height: 720px;
        background-image:
            linear-gradient(180deg, rgba(255, 250, 241, .99) 0%, rgba(255, 250, 241, .96) 50%, rgba(255, 250, 241, .05) 75%),
            url("../images/bakery/better-bite-hero.png");
        background-position: center, 71% bottom;
        background-size: cover, auto 58%;
        background-repeat: no-repeat;
    }

    .bakery-hero__inner {
        min-height: 720px;
        align-items: flex-start;
    }

    .bakery-hero__copy {
        width: 100%;
        padding-top: 65px;
    }

    .bakery-page h1 {
        font-size: clamp(46px, 14vw, 64px);
    }

    .bakery-hero__lede {
        max-width: 500px;
        margin-top: 22px !important;
        font-size: 16px;
    }

    .bakery-trust {
        margin-top: 26px;
    }

    .bakery-strip__inner {
        min-height: 58px;
        justify-content: flex-start;
        overflow: hidden;
        white-space: nowrap;
    }

    .bakery-strip span {
        font-size: 13px;
    }

    .bakery-section {
        padding: 78px 0;
    }

    .bakery-heading {
        display: block;
        margin-bottom: 38px;
    }

    .bakery-heading > p {
        margin-top: 22px !important;
    }

    .bakery-card-grid {
        grid-template-columns: 1fr;
        gap: 19px;
    }

    .bakery-card {
        min-height: 0;
    }

    .bakery-card__body p {
        min-height: 0;
    }

    .bakery-choices__grid {
        grid-template-columns: 1fr;
        gap: 68px;
    }

    .bakery-choices__visual {
        min-height: 500px;
        margin: 0 12px;
    }

    .bakery-choices__copy {
        grid-row: 1;
    }

    .bakery-process__steps {
        grid-template-columns: 1fr 1fr;
        gap: 42px 24px;
    }

    .bakery-process__steps::before {
        display: none;
    }

    .bakery-order-cta__inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .bakery-order-cta .bakery-button {
        justify-self: start;
    }

    .bakery-footer__top {
        grid-template-columns: 1fr;
        gap: 45px;
    }
}

@media (max-width: 480px) {
    .bakery-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .bakery-button--primary {
        width: 100%;
    }

    .bakery-trust li {
        width: calc(50% - 14px);
    }

    .bakery-process__steps {
        grid-template-columns: 1fr;
    }

    .bakery-process__steps li {
        display: grid;
        grid-template-columns: 48px 1fr;
        text-align: left;
    }

    .bakery-process__steps span {
        grid-row: 1 / 3;
        margin: 0;
    }

    .bakery-process__steps h3,
    .bakery-process__steps p {
        grid-column: 2;
    }

    .bakery-footer__links {
        grid-template-columns: 1fr 1fr;
    }

    .bakery-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .bakery-page *,
    .bakery-page *::before,
    .bakery-page *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
