/* ========================================================================== */
/*  HORIZON DESIGN                                                            */
/* ========================================================================== */

/* ========================================================================== */
/*  BLOCKS       	                                                             */
/* ========================================================================== */

/* Social Media Links */

.wp-block-social-links {
	gap: 12px;
}

.wp-block-social-links .wp-social-link a {
	border-radius: 8px;
	background: var(--wp--preset--color--brand-accent);
	color: #ffffff;
	padding: 8px;
}

.wp-block-social-links .wp-social-link a:hover {
	filter: brightness(0.92);
	color: #ffffff;
}

.wp-block-social-links .wp-social-link svg,
.wp-block-social-links .wp-social-link .autosweet-lucide,
.wp-block-social-links .wp-social-link .autosweet-social-links__icon-svg,
.wp-block-social-links .wp-social-link .autosweet-icon {
	width: 30px;
	height: 30px;
	display: block;
	fill: currentColor;
}

.wp-block-separator{
	margin-left: 0;
}

/* Team Members Spotlight */
.autosweet-team-member-spotlight__thumb-image{
	filter: grayscale(100%);
	transition: 0.2s;
}

.autosweet-team-member-spotlight__thumb.is-active .autosweet-team-member-spotlight__thumb-image, 
.autosweet-team-member-spotlight__thumb:hover .autosweet-team-member-spotlight__thumb-image,
.autosweet-team-member-spotlight__thumb:focus-visible .autosweet-team-member-spotlight__thumb-image{
	filter: grayscale(0%);
}

/* Featured Team Member */

.autosweet-featured-team-member {
	padding-top: 38px;
	padding-bottom: 18px;
}

.autosweet-featured-team-member__image {
	border-radius: 0;
	border: 1px solid color-mix(in oklab, var(--wp--preset--color--brand-primary) 12%, transparent);
	padding: 0.4rem;
	background: #fff;
}

.autosweet-featured-team-member__media-fallback {
	border-radius: 0;
	background: color-mix(in oklab, var(--wp--preset--color--brand-primary) 8%, white);
	color: var(--wp--preset--color--brand-primary);
}

.autosweet-featured-team-member__name {
	font-size: clamp(1.7rem, 2.65vw, 2.5rem);
	color: var(--wp--preset--color--brand-primary);
}

.autosweet-featured-team-member__job-title {
	margin: 0.35rem 0 1.1rem;
	font-size: 0.95rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--wp--preset--color--brand-accent);
}

.autosweet-featured-team-member__contact a {
	color: var(--wp--preset--color--brand-primary);
}

.autosweet-featured-team-member__contact a:hover {
	color: var(--wp--preset--color--brand-accent);
	border-bottom-color: var(--wp--preset--color--brand-accent);
}

.autosweet-featured-team-member__bio {
	color: var(--wp--preset--color--brand-primary);
	font-size: clamp(0.98rem, 1.15vw, 1.1rem);
	line-height: 1.58;
}

.autosweet-featured-team-member__social-link {
	color: var(--wp--preset--color--brand-primary);
}

.autosweet-featured-team-member__social-link:hover {
	color: var(--wp--preset--color--brand-accent);
	border-bottom-color: var(--wp--preset--color--brand-accent);
}

.autosweet-featured-team-member__bio.is-collapsed::after {
	background: linear-gradient(
		to bottom,
		rgba(246, 248, 250, 0),
		rgba(246, 248, 250, 0.92) 55%,
		rgba(246, 248, 250, 1)
	);
}

.autosweet-featured-team-member__read-more {
	color: var(--wp--preset--color--brand-primary);
	border-color: color-mix(in oklab, var(--wp--preset--color--brand-primary) 28%, transparent);
}

.autosweet-featured-team-member__read-more:hover {
	color: var(--wp--preset--color--brand-accent);
	border-color: var(--wp--preset--color--brand-accent);
}


/* Team Member Spotlight */

@media screen and (max-width:900px){
	.autosweet-team-member-spotlight__panel-media{
		width: 150px;
		float: left;
		margin-right: 20px;
		margin-bottom: 15px;
	}
}


/* ========================================================================== */
/*  HEADER + HERO                                                             */
/* ========================================================================== */

.hero-section {
	color: var(--wp--preset--color--brand-primary);
	overflow: hidden;
	background-color: var(--wp--custom--colors--off-white);
	padding-bottom: 100px;
}

#navbar{
    margin-bottom: 100px;
}

@media screen and (min-width:768px){
	.home .hero-section {
		min-height: 620px;
	}
}

.hero-section::before,
.hero-section::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.wp-block-cover__inner-container {
	min-height: inherit;
}

.hero-section__content {
	padding-top: 14px;
}

.hero-content-shell {
	align-items: center;
}

.hero-content-shell .site-logo {
	width: auto;
	max-width: 240px;
	max-height: 82px;
}

.hero-nav-menu nav .wp-block-navigation-item__label {
	font-weight: 500;
}

.hero-nav-menu nav .current-menu-item .wp-block-navigation-item__label {
	color: var(--wp--preset--color--brand-primary);
}

.hero-copy-intro {
	text-align: center;
}

.hero-copy-overline {
	margin: 0 0 12px;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgba(14, 49, 93, 0.86);
}

.hero-copy-overline:empty,
.hero-copy-description:empty {
	display: none;
}

.hero-copy-title {
	max-width: 980px;
	margin: 0;
	font-size: clamp(2rem, 6.5vw, 4rem);
	line-height: 1.06;
	letter-spacing: 0.01em;
	text-wrap: balance;
}

.hero-copy-subtitle {
	font-size: clamp(1rem, 4vw, 2rem);
	max-width: 760px;
	margin: 0;
	color: var(--wp--preset--color--brand-primary);
	line-height: 1.2;
	text-wrap: pretty;
	margin-top: 20px;
}

.hero-copy-actions {
	margin-top: 36px;
}

.wp-block-button__link {
	background: rgba(255, 255, 255, 0.38);
	backdrop-filter: blur(2px);
	transition: all 0.2s ease;
}


/* ========================================================================== */
/*  FOOTER                                                                    */
/* ========================================================================== */

footer {
	position: relative;
	overflow: hidden;
	padding-top: 72px;
	padding-bottom: 30px;
	background-color: var(--wp--custom--colors--off-white);
	color: var(--wp--preset--color--brand-primary);
	background-image: url('/wp-content/uploads/sites/8/2026/05/gradient-rectangle-3.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

@media screen and (max-width:781px){
	footer{
		text-align: center;
	}
	footer .autosweet-social-links,
	footer .autosweet-contact-info__list{
		justify-content: center;
	}
}

footer::before,
footer::after {
	content: "";
	position: absolute;
	pointer-events: none;
	z-index: 0;
}

.footer {
	padding-bottom: 46px;
}

.footer-company-details,
.footer-menu-col {
	color: var(--wp--preset--color--brand-primary);
}

.footer-company-details .site-logo {
	width: auto;
	max-width: 250px;
	max-height: 96px;
}

.footer-company-tagline {
	margin-top: 22px;
	margin-bottom: 0;
	line-height: 1.14;
	font-weight: 500;
	text-wrap: balance;
}

.footer-heading {
	margin-top: 8px;
	margin-bottom: 18px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0;
	color: var(--wp--preset--color--brand-primary);
}

.footer-links {
	margin: 0;
	padding-left: 0;
	list-style: none;
	display: grid;
}

.footer-links a,
.footer-links .autosweet-data-items__list-text,
.footer-menu-col--connect .autosweet-contact-info a,
.bottom-bar .autosweet-website-credits,
.bottom-bar .autosweet-website-credits a {
	color: var(--wp--preset--color--brand-primary);
}

.footer-links a:hover,
.footer-links .autosweet-data-items__list-text:hover,
.footer-menu-col--connect .autosweet-contact-info a:hover,
.bottom-bar .autosweet-website-credits a:hover {
	color: var(--wp--preset--color--brand-accent);
}

.footer-links--service-domains .autosweet-data-items__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	row-gap: 6px;
}

.footer-links--service-domains .autosweet-data-items__list-item {
	margin: 0;
	padding: 0;
	display: block;
	line-height: 1.15;
}

.footer-links--service-domains .autosweet-data-items__list-text {
	display: inline;
}

.footer-menu-col--connect .autosweet-contact-info__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
}

.footer-menu-col--connect .autosweet-contact-info__item {
	margin: 0;
	line-height: 1.2;
	color: var(--wp--preset--color--brand-primary);
}

.bottom-bar {
	padding-top: 12px;
	text-align: center;
}

.bottom-bar .wp-block-group {
	justify-content: center;
}


/* ========================================================================== */
/*  ARCHIVE                                                                   */
/* ========================================================================== */

.archive-content{
	padding-top: 60px;
	padding-bottom: 60px;
}

.autosweet-archive-card .autosweet-archive-card__media img{
	border-radius: var(--wp--custom--radius--image);
}

.autosweet-archive-card .autosweet-archive-card__title{
	font-size: clamp(1.1rem, 2vw, 2rem);
}

.archive-content .wp-block-query > ul{
	row-gap: 80px;
}
.archive-content .wp-block-query-pagination{
	margin-top: 50px;
}

.autosweet-archive-card__button{
	display: inline-block;
}


/* ========================================================================== */
/*  DATA LISTING                                                              */
/* ========================================================================== */

.autosweet-data-items--grid .autosweet-data-items__item {
	padding: 0;
	background: transparent;
	box-shadow: none;
	border: 0;
}

.autosweet-data-items--grid .autosweet-data-items__title {
	margin: 0;
	line-height: 1.16;
	color: var(--wp--preset--color--brand-primary);
}

.autosweet-data-items--grid .autosweet-data-items__title,
.autosweet-data-items--grid .autosweet-data-items__title a {
	color: var(--wp--preset--color--brand-primary);
}

.autosweet-data-items--grid .autosweet-data-items__title a:hover {
	color: var(--wp--preset--color--brand-accent);
}

.autosweet-data-items--grid .autosweet-data-items__text {
	margin-top: 16px;
	font-size: clamp(1.1rem, 1.65vw, 2rem);
	line-height: 1.42;
	color: var(--wp--preset--color--brand-primary);
	text-wrap: pretty;
}

.testimonials.autosweet-data-items--grid .autosweet-data-items__item {
	align-items: center;
}

.testimonials.autosweet-data-items--grid .autosweet-data-items__featured {
	order: 1;
	width: min(300px, 100%);
	height: clamp(120px, 14vw, 170px);
	margin-bottom: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonials.autosweet-data-items--grid .autosweet-data-items__featured a {
	display: block;
	width: 100%;
	height: 100%;
}

.testimonials.autosweet-data-items--grid .autosweet-data-items__featured img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.testimonials.autosweet-data-items--grid .autosweet-data-items__text {
	order: 2;
	font-size: 20px;
	margin-bottom: 20px;
}

.testimonials.autosweet-data-items--grid .autosweet-data-items__title {
	order: 3;
	margin-top: auto;
}

.autosweet-data-items.testimonials{
	margin-top: 50px;
	margin-bottom: 100px;
}

.autosweet-data-items.testimonials .autosweet-data-items__inner{
	row-gap: 100px;
}


/* ========================================================================== */
/*  SERVICE DOMAINS SECTION                                                   */
/* ========================================================================== */

.service-domains-section {
	padding-top: 76px;
	padding-bottom: 76px;
	text-align: center;
}

.home #services-section.service-domains-section {
	background-image: url('/wp-content/uploads/sites/8/2026/05/gradient-rectangle-1.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.service-domains-section > .wp-block-heading {
	margin: 0;
	line-height: 1.05;
	color: var(--wp--preset--color--brand-primary);
}

.service-domains-listing {
	margin-top: 38px;
}

.service-domains-listing.autosweet-data-items--grid .autosweet-data-items__inner {
	gap: 28px;
	align-items: start;
}

.service-domains-listing .autosweet-data-items__item {
	text-align: center;
}

.autosweet-icon-badge,
.service-domains-listing .autosweet-data-items__icon {
	width: 96px;
	height: 96px;
	display: grid;
	place-items: center;
	margin: 0 auto 18px;
	line-height: 1;
}

.autosweet-icon-badge > *,
.service-domains-listing .autosweet-data-items__icon > * {
	display: block;
	margin: 0 auto;
}

.autosweet-icon-badge svg,
.autosweet-icon-badge .autosweet-data-items__icon-svg,
.autosweet-icon-badge .autosweet-data-items__icon-img,
.autosweet-icon-badge img,
.service-domains-listing .autosweet-data-items__icon svg,
.service-domains-listing .autosweet-data-items__icon .autosweet-data-items__icon-svg,
.service-domains-listing .autosweet-data-items__icon .autosweet-data-items__icon-img,
.service-domains-listing .autosweet-data-items__icon img {
	width: 68px;
	height: 68px;
	max-width: 68px;
	max-height: 68px;
	object-fit: contain;
}

.autosweet-icon-badge img {
	width: 68px !important;
	height: 68px !important;
}

.autosweet-icon-badge i,
.autosweet-icon-badge .autosweet-icon,
.service-domains-listing .autosweet-data-items__icon i,
.service-domains-listing .autosweet-data-items__icon .autosweet-icon {
	width: 68px;
	height: 68px;
	font-size: 68px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.service-domains-section__intro {
	margin-top: 56px;
	margin-bottom: 0;
	font-size: clamp(1.3rem, 2vw, 1.95rem);
	line-height: 1.3;
}

.service-domains-section__delivery {
	margin-top: 22px;
	margin-bottom: 0;
	font-weight: 600;
	text-wrap: balance;
}

.service-domains-section > .wp-block-buttons {
	margin-top: 38px;
}

/* ========================================================================== */
/*  STATEMENTS SECTION                                                        */
/* ========================================================================== */

.statements-section {
	padding-top: 76px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.statements-listing {
	margin-top: 0;
}

.statements-section__listing-wrap {
	margin-top: 38px;
	padding-top: clamp(42px, 6vw, 76px);
	padding-bottom: clamp(46px, 6vw, 84px);
	background-image: url('/wp-content/uploads/sites/8/2026/05/man-shaking-hands-transparent.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.statements-listing.autosweet-data-items--grid .autosweet-data-items__inner {
	gap: 24px;
}

#statements-section .statements-listing.autosweet-data-items--grid .autosweet-data-items__inner {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.statements-listing.autosweet-data-items--grid .autosweet-data-items__inner .autosweet-data-items__item {
	padding: clamp(28px, 3vw, 44px) clamp(22px, 2.2vw, 34px);
	text-align: center;
	align-items: flex-start;
}

.statements-listing.autosweet-data-items--grid .autosweet-data-items__item > * {
	position: relative;
	z-index: 1;
}

.statements-listing.autosweet-data-items--grid .autosweet-data-items__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 74px;
	border-radius: 999px;
	color: var(--wp--preset--color--brand-secondary);
	border: 3px solid var(--wp--preset--color--brand-secondary);
	font-size: 3.2rem;
	line-height: 1;
	margin: 0 auto 24px auto;
}

.statements-listing.autosweet-data-items--grid .autosweet-data-items__title {
	margin-top: 0;
	margin-bottom: 18px;
	font-size: clamp(1.85rem, 2.1vw, 2.6rem);
	line-height: 1.08;
	text-wrap: balance;
	width: 100%;
}

.statements-listing.autosweet-data-items--grid .autosweet-data-items__text {
	margin: 0;
	font-size: clamp(1.15rem, 1.25vw, 1.65rem);
	line-height: 1.45;
	text-wrap: pretty;
}

@media (max-width: 1024px) {
	#statements-section .statements-listing.autosweet-data-items--grid .autosweet-data-items__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}


/* ========================================================================== */
/*  HOW WE WORK WITH CLIENTS SECTION                                          */
/* ========================================================================== */

.how-we-work-with-clients-section {
	padding-top: 76px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.how-we-work-with-clients-listing {
	margin-top: 0;
}

.how-we-work-with-clients-section__listing-wrap {
	margin-top: 38px;
	padding-top: clamp(42px, 6vw, 76px);
	padding-bottom: clamp(46px, 6vw, 84px);
	background-image: url('/wp-content/uploads/sites/8/2026/05/man-shaking-hands-transparent.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.how-we-work-with-clients-listing.autosweet-data-items--grid .autosweet-data-items__inner {
	gap: 24px;
}

#how-we-work-with-clients .how-we-work-with-clients-listing.autosweet-data-items--grid .autosweet-data-items__inner {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.how-we-work-with-clients-listing.autosweet-data-items--grid .autosweet-data-items__inner .autosweet-data-items__item {
	padding: clamp(28px, 3vw, 44px) clamp(22px, 2.2vw, 34px);
	text-align: center;
	align-items: flex-start;
}

.how-we-work-with-clients-listing.autosweet-data-items--grid .autosweet-data-items__item > * {
	position: relative;
	z-index: 1;
}

.how-we-work-with-clients-listing.autosweet-data-items--grid .autosweet-data-items__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 74px;
	border-radius: 999px;
	color: var(--wp--preset--color--brand-secondary);
	border: 3px solid var(--wp--preset--color--brand-secondary);
	font-size: 3.2rem;
	line-height: 1;
	margin: 0 auto 24px auto;
}

.how-we-work-with-clients-listing.autosweet-data-items--grid .autosweet-data-items__title {
	margin-top: 0;
	margin-bottom: 18px;
	font-size: clamp(1.85rem, 2.1vw, 2.6rem);
	line-height: 1.08;
	text-wrap: balance;
	width: 100%;
}

.how-we-work-with-clients-listing.autosweet-data-items--grid .autosweet-data-items__text {
	margin: 0;
	font-size: clamp(1.15rem, 1.25vw, 1.65rem);
	line-height: 1.45;
	text-wrap: pretty;
}

@media (max-width: 1024px) {
	#how-we-work-with-clients .how-we-work-with-clients-listing.autosweet-data-items--grid .autosweet-data-items__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}


/* ========================================================================== */
/*  MESSAGING SECTION                                                         */
/* ========================================================================== */

.messaging-section {
	padding-top: 76px;
	padding-bottom: 76px;
}

.messaging-listing {
	margin-top: 38px;
}

.messaging-listing.autosweet-data-items--grid .autosweet-data-items__inner {
	gap: 24px;
}

#messaging-section .messaging-listing.autosweet-data-items--grid .autosweet-data-items__item {
	position: relative;
	overflow: hidden;
	border-radius: var(--wp--custom--radius--image);
	padding: clamp(28px, 3vw, 44px) clamp(22px, 2.2vw, 34px);
	background-color: var(--wp--custom--colors--off-white);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	box-shadow: inset 0 0 0 1px rgba(46, 71, 119, 0.08);
	text-align: center;
}

@media screen and (min-width:768px){
	#messaging-section .messaging-listing.autosweet-data-items--grid .autosweet-data-items__item{
		min-height: 344px;
	}
}

.messaging-listing.autosweet-data-items--grid .autosweet-data-items__inner .autosweet-data-items__item:nth-child(3n + 1) {
	background-image: url('/wp-content/uploads/sites/8/2026/05/rectangle-1.png');
}

.messaging-listing.autosweet-data-items--grid .autosweet-data-items__inner .autosweet-data-items__item:nth-child(3n + 2) {
	background-image: url('/wp-content/uploads/sites/8/2026/05/rectangle-2.png');
}

.messaging-listing.autosweet-data-items--grid .autosweet-data-items__inner .autosweet-data-items__item:nth-child(3n + 3) {
	background-image: url('/wp-content/uploads/sites/8/2026/05/rectangle-3.png');
}

.messaging-listing.autosweet-data-items--grid .autosweet-data-items__item > * {
	position: relative;
	z-index: 1;
}

#messaging-section .autosweet-data-items--grid .autosweet-data-items__inner .autosweet-data-items__title {
	margin-top: 0;
	margin-bottom: 18px;
	font-size: clamp(1.85rem, 2.4vw, 2.2rem);
	line-height: 1.08;
	text-wrap: balance;
}

.messaging-listing.autosweet-data-items--grid .autosweet-data-items__text {
	margin: 0;
	font-size: clamp(1.15rem, 1.25vw, 1.65rem);
	line-height: 1.45;
	text-wrap: pretty;
}


/* ========================================================================== */
/*  BLOG SECTION                                                              */
/* ========================================================================== */

.blog-section {
	padding-top: 40px;
	padding-bottom: 40px;
}

.blog-section > .wp-block-heading {
	margin: 0;
}

.blog-section__intro {
	margin-top: 20px;
	margin-bottom: 0;
	font-size: clamp(1.1rem, 1.8vw, 1.8rem);
	line-height: 1.35;
	text-wrap: pretty;
}

.blog-section__query {
	margin-top: 40px;
}

.blog-section__query .wp-block-post-template {
	gap: 18px;
}

.blog-section__query .wp-block-post {
	margin: 0;
}

.blog-card {
	position: relative;
	overflow: hidden;
	border-radius: var(--wp--custom--radius--image);
	min-height: 250px;
	background: #dbe6f1;
	padding-right: 0;
	padding-left: 0;
}

.blog-card .wp-block-post-title{
	font-size: 28px;
}

.blog-card__cover-link {
	position: absolute;
	inset: 0;
	margin: 0;
	z-index: 1;
}

.blog-card__cover-link a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}

.blog-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 24%, rgba(24, 42, 76, 0.67) 100%);
	pointer-events: none;
	z-index: 2;
}

.blog-card:hover::before{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 24%, rgba(24, 42, 76, 0.8) 100%);
}

.blog-card__image,
.blog-card__image .wp-block-post-featured-image {
	margin: 0;
	height: 100%;
}

.blog-card__image a,
.blog-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 300px;
	object-fit: cover;
}

.blog-card__overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	padding: 26px 22px 22px;
	color: #ffffff;
	pointer-events: none;
}

.blog-card__title {
	margin: 0;
	line-height: 1.08;
}

.blog-card__title,
.blog-card__title a {
	color: #ffffff;
	text-decoration: none;
}

.blog-card__read-more {
	color: inherit;
	margin-top: 16px;
	margin-left: 0 !important;
}

.blog-card__read-more .wp-block-post-excerpt__more-link,
.blog-card__read-more a,
.blog-card__read-more .wp-block-read-more {
	color: #ffffff;
	text-decoration: none;
	pointer-events: auto;
}

.blog-section .wp-block-buttons {
	margin-top: 38px;
}

.blog-section__empty {
	margin: 24px 0 0;
}

/* ========================================================================== */
/*  ABOUT SECTION                                                             */
/* ========================================================================== */

.about-section {
	padding-top: 76px;
	padding-bottom: 76px;
	background-color: var(--wp--custom--colors--off-white);
	background-image: url('/wp-content/uploads/sites/8/2026/05/gradient-rectangle-2.png');
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
}

@media screen and (max-width:600px){
	.about-section{
		text-align: center;
	}
}

.about-section > .wp-block-columns {
	align-items: center;
	gap: 48px;
}

.about-section .wp-block-column:first-child > .wp-block-heading {
	margin: 0;
	font-size: clamp(1.5rem, 4.4vw, 4rem);
	line-height: 1.02;
	color: var(--wp--preset--color--brand-primary);
}

.about-section .wp-block-column:first-child > p {
	margin-top: 26px;
	max-width: 620px;
	font-size: clamp(1.05rem, 1.3vw, 1.25rem);
	line-height: 1.68;
	color: var(--wp--preset--color--brand-primary);
}

.about-section .wp-block-column:first-child > .wp-block-buttons {
	margin-top: 38px;
}

@media screen and (max-width:600px){
	.about-section .wp-block-buttons{
		justify-content: center;
	}
}

.about-section .wp-block-column:first-child .wp-block-button__link {
	min-width: 268px;
	border: 2px solid var(--wp--preset--color--brand-accent);
	border-radius: var(--wp--custom--radius--button);
	background: transparent;
	color: var(--wp--preset--color--brand-accent);
	font-weight: 500;
	padding: 14px 34px;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.about-section__image-placeholder {
	width: 100%;
	min-height: 360px;
	border-radius: var(--wp--custom--radius--image);
	background: #dde6ef;
	box-shadow: inset 0 0 0 1px rgba(34, 55, 97, 0.12);
}

/* ========================================================================== */
/*  CALL TO ACTION                                                            */
/* ========================================================================== */

.our-approach-section {
	position: relative;
	overflow: hidden;
	padding-top: 76px;
	padding-bottom: 76px;
	background-color: var(--wp--custom--colors--off-white);
	background-image: url('/wp-content/uploads/sites/8/2026/05/geometric-background.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
}

.our-approach-section__content {
	position: relative;
	z-index: 1;
}

.our-approach-section h2 {
	margin: 0;
	line-height: 1.02;
	font-size: clamp(1.5rem, 5vw, 5rem);
	letter-spacing: 0.01em;
	text-wrap: balance;
}

.our-approach-section__lead {
	margin-top: 26px;
	margin-bottom: 0;
	font-size: clamp(1.5rem, 2.4vw, 3rem);
	line-height: 1.2;
	font-weight: 600;
	text-wrap: balance;
}

.our-approach-section__copy {
	max-width: 980px;
	margin: 20px auto 0;
	font-size: clamp(1.1rem, 1.45vw, 2rem);
	line-height: 1.45;
	text-wrap: pretty;
}

.our-approach-section .wp-block-buttons {
	margin-top: 38px;
}

.call-to-action-section {
	padding-top: 76px;
	padding-bottom: 76px;
	text-align: center;
}

.call-to-action-section > .wp-block-heading {
	max-width: 1140px;
	margin: 0 auto;
	line-height: 1.08;
	letter-spacing: 0.01em;
	text-wrap: balance;
}

.call-to-action-section > .wp-block-buttons {
	margin-top: 40px;
}

/* ========================================================================== */
/*  SELECTED WORK META                                                        */
/* ========================================================================== */

.selected-work-main {
	padding-top: 42px;
	padding-bottom: 46px;
}

.selected-work-meta {
	margin-top: 34px;
	margin-bottom: 42px;
	padding-top: 14px;
	padding-bottom: 14px;
	border-top: 1px solid rgba(34, 55, 97, 0.16);
	border-bottom: 1px solid rgba(34, 55, 97, 0.16);
}

.selected-work-meta__items {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(34, 55, 97, 0.82);
}

.selected-work-meta__item {
	display: inline;
}

.selected-work-meta__label {
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(34, 55, 97, 0.66);
}

.selected-work-meta__value {
	color: rgba(34, 55, 97, 0.9);
}

.selected-work-meta__item:not(:last-child)::after {
	content: "•";
	margin-left: 10px;
	color: rgba(34, 55, 97, 0.32);
}

.selected-work-card-meta,
.selected-works-section .wp-block-post-template .wp-block-post .wp-block-post-terms {
	margin-top: 12px;
	padding-top: 10px;
	border-top: 1px solid rgba(34, 55, 97, 0.14);
	font-size: 0.84rem;
	line-height: 1.45;
	color: rgba(34, 55, 97, 0.85);
}

.selected-work-card-meta {
	margin-bottom: 12px;
}

.selected-work-card-meta .wp-block-post-terms,
.selected-works-section .wp-block-post-template .wp-block-post .wp-block-post-terms {
	margin-bottom: 0;
}

.selected-work-card-meta .wp-block-post-terms + .wp-block-post-terms,
.selected-works-section .wp-block-post-template .wp-block-post .wp-block-post-terms + .wp-block-post-terms {
	margin-top: 6px;
}

.selected-work-card-meta .wp-block-post-terms__separator,
.selected-works-section .wp-block-post-template .wp-block-post .wp-block-post-terms__separator {
	color: rgba(34, 55, 97, 0.4);
}

.selected-work-card-meta__engagement::before,
.selected-work-card-meta__sector::before {
	display: inline-block;
	margin-right: 6px;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(34, 55, 97, 0.6);
}

.selected-work-card-meta__engagement::before {
	content: "Engagement";
}

.selected-work-card-meta__sector::before {
	content: "Sector";
}

/* Hide older external terms blocks when Selected Work meta is rendered inside archive card. */
.selected-works-section .wp-block-post-template .wp-block-post > .wp-block-post-terms,
.selected-works-section .wp-block-post-template .wp-block-post > .selected-work-card-meta {
	display: none;
}

@media (max-width: 781px) {
	#statements-section .statements-listing.autosweet-data-items--grid .autosweet-data-items__inner,
	#how-we-work-with-clients .how-we-work-with-clients-listing.autosweet-data-items--grid .autosweet-data-items__inner {
		grid-template-columns: 1fr;
	}

	.our-approach-section {
		padding-top: 54px;
		padding-bottom: 54px;
	}

	.our-approach-section__lead {
		margin-top: 18px;
	}

	.our-approach-section .wp-block-button__link {
		min-width: 220px;
	}

	.selected-work-meta {
		margin-top: 24px;
		margin-bottom: 30px;
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.selected-work-main {
		padding-top: 28px;
		padding-bottom: 30px;
	}

	.selected-work-meta__items {
		font-size: 0.84rem;
		gap: 8px 12px;
	}

	.selected-work-meta__item {
		display: block;
	}

	.selected-work-meta__item::after {
		display: none;
	}

	.selected-work-card-meta,
	.selected-works-section .wp-block-post-template .wp-block-post .wp-block-post-terms {
		font-size: 0.8rem;
		line-height: 1.4;
	}

	.selected-work-card-meta {
		margin-bottom: 10px;
	}

	.call-to-action-section {
		padding-top: 54px;
		padding-bottom: 54px;
	}

	.call-to-action-section .wp-block-button__link {
		min-width: 220px;
	}
}


/* ========================================================================== */
/*  SERVICE DOMAINS PAGE	                                                  */
/* ========================================================================== */

.tax-service-domains main{
	margin-top: 0;
}

.tax-service-domains .services-section {
	background-color: var(--wp--custom--colors--off-white);
	padding-top: 64px;
	padding-bottom: 64px;
	margin-top: 0;
	margin-bottom: 0;
}

.tax-service-domains .services-section.alignfull {
	max-width: 100vw;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.tax-service-domains .services-section > .wp-block-heading {
	text-align: center;
}

/* ========================================================================== */
/*  CAPABILITIES PAGE		                                                  */
/* ========================================================================== */

@media (min-width: 782px){
	.how-we-work-with-clients-section__listing-wrap .autosweet-data-items__item{
		margin-top: 0;
	}
}

/* ========================================================================== */
/*  BLOG POST PAGE   		                                                  */
/* ========================================================================== */

.single-post main.wp-block-group.is-layout-flow.wp-block-group-is-layout-flow{
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.autosweet-archive-card .autosweet-archive-card__title a{
	color: var(--wp--preset--color--brand-primary);
}