/*
 * Sites-parity layouts for seven Gutenberg-backed static routes.
 *
 * All rules are deliberately body-scoped. The saved blocks remain the single
 * editable source while this stylesheet supplies the compositions used by the
 * reference site at desktop, tablet and phone widths.
 */

body.ac-static-route {
	--ac-static-ink: #192019;
	--ac-static-forest: #18251d;
	--ac-static-sage: #6c7d6f;
	--ac-static-paper: #f3f1e9;
	--ac-static-card: #e8e7df;
	--ac-static-sand: #dfe5dc;
	--ac-static-display: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif;
	--ac-static-sans: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
	background: var(--ac-static-paper);
	color: var(--ac-static-ink);
	font-family: var(--ac-static-sans);
}

body.ac-static-route--bb {
	background: #f6f5ef;
}

body.ac-static-route .ac-main > .ac-breadcrumbs,
body.ac-static-route .ac-main > .ac-single-header {
	display: none !important;
}

body.ac-static-route .ac-main > br:first-child {
	display: none !important;
}

body.ac-static-route .ac-main,
body.ac-static-route .ac-single-content,
body.ac-static-route .ac-single-content > .ac-static-page,
body.ac-static-route .ac-static-page,
body.ac-static-route .ac-static-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.ac-static-route .ac-static-page,
body.ac-static-route .ac-static-page *,
body.ac-static-route .ac-static-page *::before,
body.ac-static-route .ac-static-page *::after {
	box-sizing: border-box;
}

body.ac-static-route .ac-static-page :where(h1, h2, h3, p, figure, ul, ol, dl),
body.ac-static-route .ac-static-page .wp-block-buttons,
body.ac-static-route .ac-static-page .wp-block-button,
body.ac-static-route .ac-static-page .wp-block-group {
	margin-block: 0;
}

body.ac-static-route .ac-static-page :where(h1, h2, h3) {
	color: inherit;
	font-family: var(--ac-static-display);
	font-weight: 400;
	letter-spacing: normal;
}

body.ac-static-route .ac-static-content > * {
	margin-block-start: 0 !important;
}

body.ac-static-route .ac-static-page a {
	color: inherit;
}

body.ac-static-route .ac-static-page img {
	display: block;
	max-width: 100%;
}

.ac-static-shell,
body.ac-static-route .ac-static-page .wp-block-group.shell {
	width: min(1240px, calc(100% - 64px)) !important;
	max-width: 1240px !important;
	margin-inline: auto !important;
}

body.ac-static-route .ac-static-page .wp-block-group.shell {
	padding-inline: 0 !important;
	background-color: transparent !important;
}

.ac-static-eyebrow,
body.ac-static-route .ac-static-content > .ac-section > p:first-child,
body.ac-static-route .ac-static-content > .wp-block-group.ac-section > p:first-child {
	color: var(--ac-static-sage);
	font-family: var(--ac-static-sans);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .18em;
	line-height: 1.5;
	text-transform: uppercase;
}

.ac-static-eyebrow--light {
	color: #c5d1c1;
}

.ac-static-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
}

.ac-static-hero--bb {
	background: radial-gradient(circle at 78% 18%, rgba(184, 151, 130, .25), transparent 27%), linear-gradient(135deg, #18251d, #4c5a47);
	color: #f7f5ed;
}

.ac-static-hero--peeling {
	background: radial-gradient(circle at 76% 28%, rgba(191, 171, 130, .25), transparent 27%), linear-gradient(135deg, #17231b 0%, #324238 58%, #6f786a 100%);
	color: #f7f5ed;
}

.ac-static-hero--professional,
.ac-static-hero--about {
	min-height: 650px;
	display: grid;
	align-items: center;
	background: radial-gradient(circle at 76% 26%, rgba(167, 142, 115, .24), transparent 29%), linear-gradient(135deg, #17231b 0%, #344238 58%, #697266 100%);
	color: #f7f5ed;
}

.ac-static-hero--about {
	min-height: 520px;
	background: radial-gradient(circle at 76% 24%, rgba(187, 161, 130, .22), transparent 30%), linear-gradient(135deg, #17231b, #465248 72%, #72766b);
}

.ac-static-image-hero {
	position: relative;
	display: grid;
	min-height: 520px;
	align-items: center;
	overflow: hidden;
	background: #1c261e;
	color: #fff;
}

.ac-static-image-hero--professional {
	min-height: 650px;
}

.ac-static-image-hero__media,
.ac-static-image-hero__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.ac-static-image-hero__media {
	object-fit: cover;
}

.ac-static-image-hero__shade {
	background: linear-gradient(90deg, rgba(12, 20, 14, .78), rgba(12, 20, 14, .42) 55%, rgba(12, 20, 14, .24));
}

.ac-static-image-hero__copy {
	position: relative;
	z-index: 1;
	padding-block: 90px 74px;
}

.ac-static-image-hero--professional .ac-static-image-hero__copy {
	padding-block: 92px;
}

.ac-static-image-hero__copy .ac-static-eyebrow {
	margin-bottom: 18px !important;
}

.ac-static-image-hero h1 {
	max-width: 960px;
	margin: 0;
	color: #fff !important;
	font-size: clamp(55px, 7vw, 94px);
	letter-spacing: -.05em;
	line-height: .94;
}

.ac-static-image-hero--about h1 {
	font-size: clamp(52px, 6.3vw, 82px);
}

.ac-static-image-hero h1 em {
	font-weight: inherit;
}

.ac-static-image-hero__lead {
	max-width: 720px;
	margin: 33px 0 !important;
	color: rgba(255, 255, 255, .78);
	font-family: var(--ac-static-display);
	font-size: 21px;
	line-height: 1.6;
}

.ac-static-hero__inner {
	padding-block: 30px 96px;
}

.ac-static-hero--peeling .ac-static-hero__inner {
	padding-bottom: 84px;
}

.ac-static-hero--professional .ac-static-hero__inner,
.ac-static-hero--about .ac-static-hero__inner {
	padding-block: 94px;
}

.ac-static-breadcrumbs {
	display: flex;
	min-height: 44px;
	align-items: center;
	gap: 9px;
	margin-bottom: 55px;
	color: rgba(255, 255, 255, .68);
	font-size: 12px;
}

.ac-static-hero--peeling .ac-static-breadcrumbs {
	margin-bottom: 45px;
}

.ac-static-breadcrumbs a {
	text-decoration: none;
}

.ac-static-breadcrumbs a:hover,
.ac-static-breadcrumbs a:focus-visible {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.ac-static-breadcrumbs em {
	color: #fff;
	font-style: normal;
}

.ac-static-hero__grid {
	display: grid;
	align-items: center;
}

.ac-static-hero--peeling .ac-static-hero__grid {
	grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr);
	gap: clamp(46px, 7vw, 100px);
}

.ac-static-hero__copy {
	min-width: 0;
}

.ac-static-hero__copy .ac-static-eyebrow {
	margin-bottom: 18px !important;
}

.ac-static-hero h1 {
	max-width: 940px;
	margin: 0;
	font-size: clamp(50px, 7vw, 96px);
	letter-spacing: -.05em;
	line-height: .94;
}

.ac-static-hero--peeling h1 {
	max-width: 760px;
	font-size: clamp(54px, 6.4vw, 91px);
}

.ac-static-hero--professional h1,
.ac-static-hero--about h1 {
	max-width: 960px;
	font-size: clamp(55px, 7vw, 94px);
}

.ac-static-hero__lead {
	max-width: 720px;
	margin: 33px 0 !important;
	color: rgba(255, 255, 255, .75);
	font-family: var(--ac-static-display);
	font-size: 21px;
	line-height: 1.6;
}

.ac-static-hero--peeling .ac-static-hero__lead {
	max-width: 680px;
	margin: 30px 0 !important;
	font-size: 20px;
	line-height: 1.58;
}

.ac-static-actions {
	display: flex;
	align-items: center;
	gap: 26px;
	margin-top: 0;
}

.ac-static-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	border: 1px solid transparent;
	border-radius: 0 !important;
	padding: 0 19px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .015em;
	line-height: 1;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.ac-static-button--cream {
	background: #f1eee4;
	color: #1d291f !important;
}

.ac-static-button--cream:hover,
.ac-static-button--cream:focus-visible {
	background: #fff;
}

.ac-static-button--ghost {
	border-color: rgba(255, 255, 255, .5);
	color: #fff !important;
}

.ac-static-button--text {
	min-height: 44px;
	padding-inline: 0;
	border-bottom-color: rgba(255, 255, 255, .45);
	color: #fff !important;
}

.ac-static-hero__facts {
	display: flex;
	gap: 36px;
	margin-top: 45px !important;
}

.ac-static-hero__facts > div {
	display: grid;
	gap: 4px;
	border-left: 1px solid rgba(255, 255, 255, .32);
	padding-left: 17px;
}

.ac-static-hero__facts dt {
	font-family: var(--ac-static-display);
	font-size: 30px;
	line-height: 1.5;
}

.ac-static-hero__facts dd {
	margin: 0;
	color: rgba(255, 255, 255, .66);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.ac-static-hero-products {
	position: relative;
	min-height: 530px;
}

.ac-static-hero-product {
	position: absolute;
	width: 54%;
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .28);
	background: #e8e7df;
	box-shadow: 0 26px 60px rgba(0, 0, 0, .24);
	transition: transform 220ms ease;
}

.ac-static-hero-product img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 10%;
}

.ac-static-hero-product--1 {
	top: 0;
	right: 18%;
	transform: rotate(2deg);
}

.ac-static-hero-product--2 {
	bottom: 2%;
	left: 0;
	transform: rotate(-7deg);
}

.ac-static-hero-product--3 {
	right: 0;
	bottom: -1%;
	transform: rotate(7deg);
}

.ac-static-hero-product:hover,
.ac-static-hero-product:focus-visible {
	z-index: 2;
	transform: rotate(0) translateY(-8px);
}

/* BB Cream and peeling: shared editorial compositions. */

.ac-static-page--bb .ac-landing-intro,
.ac-static-page--peeling .ac-landing-intro {
	width: min(1240px, calc(100% - 64px));
	max-width: 1240px;
	display: grid;
	grid-template-columns: minmax(0, 1.315fr) minmax(0, 1fr);
	gap: 18px clamp(60px, 10vw, 145px);
	margin-inline: auto;
	padding-inline: 0 !important;
	padding-block: 120px;
	background: transparent !important;
}

.ac-static-page--bb .ac-landing-intro > p:first-child,
.ac-static-page--peeling .ac-landing-intro > p:first-child {
	grid-column: 1;
}

.ac-static-page--bb .ac-landing-intro > h2,
.ac-static-page--peeling .ac-landing-intro > h2 {
	grid-column: 1;
	grid-row: 2 / span 2;
	font-size: clamp(42px, 5vw, 68px);
	letter-spacing: -.035em;
	line-height: 1;
}

.ac-static-page--bb .ac-landing-intro > p:not(:first-child),
.ac-static-page--peeling .ac-landing-intro > p:not(:first-child) {
	grid-column: 2;
	color: #59645b;
	font-size: 18px;
	line-height: 1.7;
}

.ac-static-page--bb .ac-landing-intro > p:not(:first-child) {
	margin-bottom: 20px !important;
	font-family: var(--ac-static-display);
	font-size: 17px;
}

.ac-static-page--bb .ac-editorial-card-grid,
.ac-static-page--peeling .ac-editorial-card-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 375px;
	gap: 18px 60px;
	padding: 88px max(32px, calc((100% - 1240px) / 2)) 100px;
}

.ac-static-page--bb .ac-editorial-card-grid {
	background: var(--ac-static-forest);
	color: #f7f5ed;
}

.ac-static-page--bb .ac-editorial-card-grid > h2,
.ac-static-page--peeling :where(.ac-comparison-section, .ac-professional-section, .ac-callout) > h2 {
	color: #f7f5ed !important;
}

body.ac-static-route .ac-static-content > .wp-block-group.ac-section > p:first-child {
	color: var(--ac-static-sage) !important;
	font-family: var(--ac-static-sans) !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	letter-spacing: .18em !important;
	line-height: 1.5 !important;
	text-transform: uppercase !important;
}

body.ac-static-route .ac-static-page--bb .ac-editorial-card-grid > p:first-child,
body.ac-static-route .ac-static-page--peeling :where(.ac-comparison-section, .ac-professional-section, .ac-callout) > p:first-child {
	color: #c5d1c1 !important;
}

.ac-static-page--peeling .ac-editorial-card-grid {
	padding-block: 108px;
}

.ac-static-page--bb .ac-editorial-card-grid > p:first-child,
.ac-static-page--peeling .ac-editorial-card-grid > p:first-child {
	grid-column: 1;
}

.ac-static-page--bb .ac-editorial-card-grid > h2,
.ac-static-page--peeling .ac-editorial-card-grid > h2 {
	grid-column: 1;
	font-size: clamp(42px, 5vw, 68px);
	letter-spacing: -.035em;
	line-height: 1;
}

.ac-static-page--bb .ac-editorial-card-grid > p:not(:first-child),
.ac-static-page--peeling .ac-editorial-card-grid > p:not(:first-child) {
	grid-column: 2;
	grid-row: 2;
	align-self: end;
	font-size: 14px;
	line-height: 1.7;
}

.ac-static-page--bb .ac-editorial-card-grid > p:not(:first-child) {
	color: rgba(255, 255, 255, .68);
}

.ac-static-product-grid {
	grid-column: 1 / -1;
	display: grid;
	margin-top: 36px;
}

.ac-static-product-grid--bb {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: rgba(255, 255, 255, .15);
}

.ac-static-product-grid--peeling {
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 18px;
	background: transparent;
}

.ac-static-product-grid--peeling .ac-static-product-card:nth-child(-n + 3) {
	grid-column: span 2;
}

.ac-static-product-grid--peeling .ac-static-product-card:nth-child(n + 4) {
	grid-column: span 3;
}

.ac-static-product-grid--peeling .ac-static-product-card {
	overflow: hidden;
	background: #e8e7df;
	color: #172019;
}

.ac-static-product-card {
	min-width: 0;
	background: #efede5;
	color: var(--ac-static-ink);
}

.ac-static-product-card__image {
	display: grid;
	height: 350px;
	place-items: center;
	overflow: hidden;
	background: #dfe4da;
}

.ac-static-product-grid--peeling .ac-static-product-card__image {
	height: 375px;
	display: block;
	overflow: visible;
	background: transparent;
}

.ac-static-product-card__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 8%;
	transition: transform 260ms ease;
}

.ac-static-product-grid--peeling .ac-static-product-card__image img {
	width: 100% !important;
	height: 100% !important;
	padding: 8%;
	object-fit: contain;
}

.ac-static-product-card__image:hover img,
.ac-static-product-card__image:focus-visible img {
	transform: scale(1.025);
}

.ac-static-product-card__copy {
	display: flex;
	min-height: 286px;
	flex-direction: column;
	padding: 27px;
}

.ac-static-product-grid--peeling .ac-static-product-card__copy {
	display: block;
	min-height: 0;
}

.ac-static-product-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 14px;
	color: #657668;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .11em;
	line-height: 1.35;
	text-transform: uppercase;
}

.ac-static-product-grid--peeling .ac-static-product-card__meta {
	gap: 6px 13px;
	color: #667769;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: .1em;
	line-height: 1.5;
}

.ac-static-product-card__meta span + span::before {
	margin-right: 14px;
	content: "·";
}

.ac-static-product-grid--peeling .ac-static-product-card__meta span + span::before {
	margin-right: 13px;
}

.ac-static-product-card h3 {
	margin-top: 13px !important;
	font-size: 28px;
	letter-spacing: normal;
	line-height: 1.08;
}

.ac-static-product-grid--bb .ac-static-product-card h3 {
	margin: 13px 0 !important;
	color: var(--ac-static-ink);
	line-height: 1.5;
}

.ac-static-product-grid--peeling .ac-static-product-card h3 {
	margin: 14px 0 12px !important;
	color: #172019;
	font-size: 30px;
	letter-spacing: normal;
	line-height: 1.5;
}

.ac-static-product-card h3 a {
	text-decoration: none;
}

.ac-static-product-card__copy > p {
	min-height: 68px;
	margin-top: 14px !important;
	color: #59645b;
	font-size: 13px;
	line-height: 1.65;
}

.ac-static-product-grid--bb .ac-static-product-card__copy > p {
	margin: 0 0 20px !important;
}

.ac-static-product-grid--peeling .ac-static-product-card__copy > p {
	margin: 0 0 18px !important;
	color: #58635a;
}

.ac-static-product-card__copy > small {
	min-height: 32px;
	margin-top: 10px;
	color: #6c786e;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.45;
	text-transform: uppercase;
}

.ac-static-product-grid--peeling .ac-static-product-card__copy > small {
	margin-top: 0;
	color: #718074;
	font-weight: 400;
	letter-spacing: .08em;
	line-height: 1.5;
}

.ac-static-product-card__link {
	display: flex;
	min-height: 48px;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	border-top: 1px solid rgba(25, 32, 25, .25);
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

.ac-static-product-grid--bb .ac-static-product-card__link {
	width: auto;
	min-height: 44px;
	align-self: flex-start;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	margin-top: auto;
	border-top: 0;
}

.ac-static-product-grid--peeling .ac-static-product-card__link {
	margin-top: 21px;
	border-top-color: rgba(23, 32, 25, .16);
}

.ac-static-product-card__link:hover span,
.ac-static-product-card__link:focus-visible span {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.ac-static-page--bb .ac-choice-section,
.ac-static-page--peeling .ac-choice-section {
	width: min(1240px, calc(100% - 64px));
	max-width: 1240px;
	display: grid;
	grid-template-columns: minmax(260px, .72fr) 1fr;
	gap: 18px clamp(60px, 10vw, 150px);
	margin-inline: auto;
	padding-inline: 0 !important;
	padding-block: 120px;
	background: transparent !important;
}

.ac-static-page--bb .ac-choice-section > h2,
.ac-static-page--peeling .ac-choice-section > h2 {
	grid-column: 1;
	font-size: clamp(42px, 5vw, 68px);
	letter-spacing: -.035em;
	line-height: 1;
}

.ac-static-page--bb .ac-choice-section > ol,
.ac-static-page--peeling .ac-choice-section > ol {
	grid-column: 2;
	grid-row: 1 / span 5;
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(25, 32, 25, .28);
	list-style: none;
	counter-reset: ac-static-choice;
}

.ac-static-page--bb .ac-choice-section li,
.ac-static-page--peeling .ac-choice-section li {
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 18px;
	padding-block: 24px;
	border-bottom: 1px solid rgba(25, 32, 25, .28);
	color: #59645b;
	font-size: 13px;
	line-height: 1.65;
	counter-increment: ac-static-choice;
}

.ac-static-page--bb .ac-choice-section li::before,
.ac-static-page--peeling .ac-choice-section li::before {
	grid-row: 1 / span 2;
	color: var(--ac-static-ink);
	font-family: var(--ac-static-display);
	font-size: 24px;
	content: "0" counter(ac-static-choice);
}

.ac-static-page--bb .ac-choice-section li strong,
.ac-static-page--peeling .ac-choice-section li strong {
	display: block;
	margin-bottom: 4px;
	color: var(--ac-static-ink);
	font-family: var(--ac-static-display);
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1;
}

.ac-static-page--peeling .ac-choice-section > p:not(:first-child) {
	grid-column: 1;
	color: #59645b;
	font-size: 15px;
	line-height: 1.7;
}

.ac-static-page--peeling .ac-choice-section > .wp-block-buttons {
	grid-column: 1;
}

/* Peeling-only sections. */

.ac-static-methods {
	padding-block: 92px 104px;
	border-top: 1px solid rgba(25, 32, 25, .24);
}

.ac-static-section-heading {
	display: grid;
	grid-template-columns: 1fr minmax(290px, .48fr);
	gap: 60px;
	margin-bottom: 50px;
}

.ac-static-section-heading h2 {
	margin-top: 18px !important;
	font-size: clamp(42px, 5vw, 68px);
	letter-spacing: -.035em;
	line-height: 1;
}

.ac-static-section-heading > p {
	align-self: end;
	color: #59645b;
	font-size: 14px;
	line-height: 1.7;
}

.ac-static-method-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: rgba(25, 32, 25, .18);
}

.ac-static-method-grid > article,
.ac-static-method-grid > .wp-block-group {
	display: flex;
	min-height: 330px;
	flex-direction: column;
	background: #e8e8df;
	padding: 34px;
}

.ac-static-method-grid > article > span,
.ac-static-method-grid > .wp-block-group > p:first-child {
	color: var(--ac-static-ink);
	font-family: var(--ac-static-display);
	font-size: 24px;
}

.ac-static-method-grid h3 {
	margin: 52px 0 14px !important;
	font-size: 30px;
	line-height: 1.05;
}

.ac-static-method-grid p {
	color: #59645b;
	font-size: 13px;
	line-height: 1.65;
}

.ac-static-method-grid > article > a,
.ac-static-method-grid > .wp-block-group > p:last-child {
	margin-top: auto;
}

.ac-static-method-grid a {
	font-size: 12px;
	font-weight: 700;
	text-underline-offset: 4px;
}

.ac-static-page--peeling .ac-comparison-section {
	padding: 104px max(32px, calc((100% - 1240px) / 2));
	background: #19261e;
	color: #f7f5ed;
}

.ac-static-page--peeling .ac-comparison-section > h2 {
	max-width: 760px;
	margin-top: 17px !important;
	font-size: clamp(42px, 5vw, 68px);
	letter-spacing: -.035em;
	line-height: 1;
}

.ac-static-page--peeling .ac-comparison-section > p:not(:first-child) {
	max-width: 650px;
	margin-top: 20px !important;
	color: rgba(255, 255, 255, .66);
	font-size: 14px;
	line-height: 1.7;
}

.ac-static-page--peeling .ac-comparison-table {
	margin-top: 48px !important;
	overflow-x: auto;
}

.ac-static-page--peeling .ac-comparison-table table {
	width: 100%;
	min-width: 840px;
	border-collapse: collapse;
}

.ac-static-page--peeling .ac-comparison-table :where(th, td) {
	padding: 23px 18px;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .18);
	text-align: left;
	vertical-align: top;
}

.ac-static-page--peeling .ac-comparison-table thead th {
	color: #c5d1c1;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.ac-static-page--peeling .ac-comparison-table tbody th {
	font-family: var(--ac-static-display);
	font-size: 20px;
	font-weight: 400;
}

.ac-static-page--peeling .ac-comparison-table td {
	color: rgba(255, 255, 255, .74);
	font-size: 12px;
	line-height: 1.65;
}

.ac-static-page--peeling .ac-professional-section {
	display: grid;
	grid-template-columns: minmax(250px, .75fr) repeat(2, minmax(0, 1fr));
	grid-template-rows: auto auto 1fr auto;
	gap: 0 1px;
	padding: 105px max(32px, calc((100% - 1240px) / 2));
	background: linear-gradient(135deg, #4a574c, #25352b);
	color: #f7f5ed;
}

.ac-static-page--peeling .ac-professional-section > p:first-child,
.ac-static-page--peeling .ac-professional-section > h2,
.ac-static-page--peeling .ac-professional-section > p:nth-of-type(2) {
	grid-column: 1;
	padding-right: 42px;
}

.ac-static-page--peeling .ac-professional-section > h2 {
	margin-top: 17px !important;
	font-size: clamp(42px, 5vw, 64px);
	letter-spacing: -.035em;
	line-height: 1;
}

.ac-static-page--peeling .ac-professional-section > p:nth-of-type(2) {
	margin-top: 19px !important;
	color: rgba(255, 255, 255, .68);
	font-size: 14px;
	line-height: 1.7;
}

.ac-static-page--peeling .ac-professional-section > h3 {
	grid-row: 1;
	padding: 32px 30px 13px;
	background: rgba(255, 255, 255, .1);
	font-size: 30px;
}

.ac-static-page--peeling .ac-professional-section > h3:nth-of-type(2) {
	grid-column: 3;
}

.ac-static-page--peeling .ac-professional-section > p:nth-of-type(3),
.ac-static-page--peeling .ac-professional-section > p:nth-of-type(4) {
	grid-row: 2 / span 2;
	padding: 0 30px 28px;
	background: rgba(255, 255, 255, .1);
	color: rgba(255, 255, 255, .74);
	font-size: 13px;
	line-height: 1.7;
}

.ac-static-page--peeling .ac-professional-section > p:nth-of-type(3),
.ac-static-page--peeling .ac-professional-section > .wp-block-buttons:first-of-type {
	grid-column: 2;
}

.ac-static-page--peeling .ac-professional-section > p:nth-of-type(4),
.ac-static-page--peeling .ac-professional-section > .wp-block-buttons:last-of-type {
	grid-column: 3;
}

.ac-static-page--peeling .ac-professional-section > .wp-block-buttons {
	grid-row: 4;
	padding: 0 30px 30px;
	background: rgba(255, 255, 255, .1);
}

.ac-static-page--peeling .ac-faq-list {
	display: grid;
	grid-template-columns: minmax(270px, .64fr) 1fr;
	gap: 0 clamp(60px, 9vw, 130px);
	padding: 120px max(32px, calc((100% - 1240px) / 2));
}

.ac-static-page--peeling .ac-faq-list > p,
.ac-static-page--peeling .ac-faq-list > h2 {
	grid-column: 1;
}

.ac-static-page--peeling .ac-faq-list > h2 {
	margin-top: 17px !important;
	font-size: clamp(42px, 5vw, 68px);
	letter-spacing: -.035em;
	line-height: 1;
}

.ac-static-page--peeling .ac-faq-list > details {
	grid-column: 2;
	padding-block: 25px;
	border-top: 1px solid rgba(25, 32, 25, .25);
}

.ac-static-page--peeling .ac-faq-list > details:last-child {
	border-bottom: 1px solid rgba(25, 32, 25, .25);
}

.ac-static-page--peeling .ac-faq-list summary {
	position: relative;
	padding-right: 36px;
	font-family: var(--ac-static-display);
	font-size: 23px;
	line-height: 1.2;
	cursor: pointer;
	list-style: none;
}

.ac-static-page--peeling .ac-faq-list summary::-webkit-details-marker {
	display: none;
}

.ac-static-page--peeling .ac-faq-list summary::after {
	position: absolute;
	top: 0;
	right: 0;
	content: "+";
}

.ac-static-page--peeling .ac-faq-list details[open] summary::after {
	content: "−";
}

.ac-static-page--peeling .ac-faq-list details p {
	max-width: 650px;
	margin-top: 15px !important;
	color: #59645b;
	font-size: 13px;
	line-height: 1.7;
}

.ac-static-page--peeling .ac-callout {
	padding: 110px 32px;
	background: #18241c;
	color: #f7f5ed;
	text-align: center;
}

.ac-static-page--peeling .ac-callout > h2 {
	max-width: 820px;
	margin: 17px auto 0 !important;
	font-size: clamp(46px, 6vw, 76px);
	letter-spacing: -.035em;
	line-height: 1;
}

.ac-static-page--peeling .ac-callout > p:not(:first-child) {
	max-width: 650px;
	margin: 22px auto 0 !important;
	color: rgba(255, 255, 255, .72);
	font-size: 15px;
	line-height: 1.7;
}

.ac-static-page--peeling .ac-callout > .wp-block-buttons {
	display: inline-flex;
	margin: 32px 8px 0;
}

/* Canonical peeling structures generated by StaticPages. */

.ac-static-page--peeling .ac-choice-section > .ac-static-choice-copy {
	grid-column: 1;
}

.ac-static-page--peeling .ac-static-choice-copy > h2 {
	margin-top: 18px !important;
	font-size: clamp(42px, 5vw, 64px);
	letter-spacing: -.035em;
	line-height: 1;
}

.ac-static-page--peeling .ac-static-choice-copy > p:nth-of-type(2) {
	margin: 26px 0 31px !important;
	color: #59635b;
	font-family: var(--ac-static-display);
	font-size: 17px;
	line-height: 1.68;
}

.ac-static-page--peeling .ac-static-button--dark {
	min-height: 50px;
	justify-content: center;
	gap: 24px;
	border-color: #111410;
	background: #111410;
	padding-inline: 23px;
	color: #fff !important;
	font-weight: 600;
	letter-spacing: .045em;
	line-height: 18px;
}

.ac-static-page--peeling .ac-choice-section > ol {
	grid-column: 2;
	grid-row: 1;
}

.ac-static-page--bb .ac-choice-section li,
.ac-static-page--peeling .ac-choice-section li {
	grid-template-columns: 60px minmax(0, 1fr);
	gap: 18px;
	padding-block: 22px;
}

.ac-static-page--bb .ac-choice-section li::before,
.ac-static-page--peeling .ac-choice-section li::before {
	color: #78897b;
	font-size: 24px;
	line-height: 1.5;
}

.ac-static-page--bb .ac-choice-section li h3,
.ac-static-page--peeling .ac-choice-section li h3 {
	grid-column: 2;
	margin: 0 0 7px !important;
	color: #172019;
	font-size: 23px;
	letter-spacing: normal;
	line-height: 1.5;
}

.ac-static-page--bb .ac-choice-section li p,
.ac-static-page--peeling .ac-choice-section li p {
	grid-column: 2;
	color: #5b655c;
	font-size: 13px;
	line-height: 1.65;
}

.ac-static-page--peeling .ac-comparison-section > .ac-static-section-heading,
.ac-static-page--peeling .ac-professional-section > .ac-static-section-heading {
	margin-bottom: 50px;
}

.ac-static-page--peeling :where(.ac-comparison-section, .ac-professional-section) .ac-static-section-heading h2 {
	color: #f7f4ec !important;
	font-size: clamp(42px, 5vw, 64px);
	letter-spacing: -.035em;
	line-height: 1;
}

.ac-static-page--peeling :where(.ac-comparison-section, .ac-professional-section) .ac-static-section-heading > p {
	color: rgba(255, 255, 255, .68);
	font-family: var(--ac-static-display);
	font-size: 17px;
	line-height: 1.65;
}

.ac-static-page--peeling .ac-static-table-wrap {
	overflow-x: auto;
}

.ac-static-page--peeling .ac-static-table-wrap table {
	width: 100%;
	min-width: 840px;
	border-collapse: collapse;
}

.ac-static-page--peeling .ac-static-table-wrap caption {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
}

.ac-static-page--peeling .ac-static-table-wrap :where(th, td) {
	padding: 23px 18px;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .18);
	text-align: left;
	vertical-align: top;
}

.ac-static-page--peeling .ac-static-table-wrap thead th {
	color: #c5d1c1;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.ac-static-page--peeling .ac-static-table-wrap tbody th {
	font-family: var(--ac-static-display);
	font-size: 20px;
	font-weight: 400;
}

.ac-static-page--peeling .ac-static-table-wrap td {
	color: rgba(255, 255, 255, .74);
	font-size: 12px;
	line-height: 1.65;
}

.ac-static-page--peeling .ac-professional-section {
	display: block;
	background: linear-gradient(135deg, #4a574c, #25352b);
}

.ac-static-page--peeling .ac-static-treatment-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	background: rgba(255, 255, 255, .18);
}

.ac-static-page--peeling .ac-static-treatment-grid > a {
	display: flex;
	min-height: 340px;
	flex-direction: column;
	padding: 42px;
	background: rgba(14, 25, 17, .42);
	color: #f7f4ec;
	text-decoration: none;
}

.ac-static-page--peeling .ac-static-treatment-grid span {
	color: #c6d1c3;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: .14em;
	line-height: 1.5;
	text-transform: uppercase;
}

.ac-static-page--peeling .ac-static-treatment-grid h3 {
	margin: 74px 0 15px !important;
	color: #f7f4ec;
	font-size: 42px;
	letter-spacing: normal;
	line-height: 1.5;
}

.ac-static-page--peeling .ac-static-treatment-grid p {
	max-width: 500px;
	margin-bottom: 30px !important;
	color: rgba(255, 255, 255, .7);
	font-family: var(--ac-static-display);
	font-size: 17px;
	line-height: 1.65;
}

.ac-static-page--peeling .ac-static-treatment-grid b {
	margin-top: auto;
	font-size: 12px;
	line-height: 1.5;
}

.ac-static-page--peeling .ac-faq-list > div:first-child {
	grid-column: 1;
}

.ac-static-page--peeling .ac-faq-list > div:first-child h2 {
	margin-top: 18px !important;
	font-size: clamp(42px, 5vw, 64px);
	letter-spacing: -.035em;
	line-height: 1;
}

.ac-static-page--peeling .ac-static-faq-items {
	grid-column: 2;
}

.ac-static-page--peeling .ac-static-faq-items details {
	padding: 0;
	border-top: 1px solid rgba(25, 32, 25, .25);
}

.ac-static-page--peeling .ac-static-faq-items details:last-child {
	border-bottom: 1px solid rgba(25, 32, 25, .25);
}

.ac-static-page--peeling .ac-static-faq-items summary {
	display: flex;
	min-height: 72px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 0;
	font-size: 20px;
	line-height: 1.5;
}

.ac-static-page--peeling .ac-static-faq-items details p {
	max-width: none;
	margin: 0 45px 25px 0 !important;
	padding: 0;
	color: #59645b;
	font-size: 14px;
	line-height: 1.7;
}

.ac-static-page--peeling .ac-callout > div {
	max-width: 820px;
	margin-inline: auto;
}

.ac-static-page--peeling .ac-callout > div > h2 {
	margin-top: 18px !important;
	color: #f7f4ec !important;
	font-size: clamp(46px, 6vw, 76px);
	letter-spacing: -.035em;
	line-height: 1;
}

.ac-static-page--peeling .ac-callout > div > p:nth-of-type(2) {
	max-width: 690px;
	margin: 27px auto 32px !important;
	color: rgba(255, 255, 255, .7);
	font-family: var(--ac-static-display);
	font-size: 18px;
	line-height: 1.65;
}

.ac-static-page--peeling .ac-static-callout-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 27px;
}

.ac-static-page--peeling .ac-static-callout-actions .ac-static-button {
	min-height: 50px;
	justify-content: center;
	gap: 24px;
	padding-inline: 23px;
	border-color: #f7f6f1;
	background: #f7f6f1;
	color: #111410 !important;
	font-weight: 600;
	letter-spacing: .045em;
	line-height: 18px;
}

.ac-static-page--peeling .ac-static-callout-actions > a:not(.ac-static-button) {
	font-size: 12px;
	line-height: 18px;
}

/* Shared Gutenberg button normalization inside these pages. */

body.ac-static-route .ac-static-page .wp-block-button__link,
body.ac-static-route .ac-static-page .ac-shop-link {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	border: 1px solid currentColor;
	border-radius: 0 !important;
	background: transparent;
	padding: 0 18px;
	color: inherit;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease;
}

body.ac-static-route .ac-static-page .wp-block-button__link:hover,
body.ac-static-route .ac-static-page .wp-block-button__link:focus-visible,
body.ac-static-route .ac-static-page .ac-shop-link:hover,
body.ac-static-route .ac-static-page .ac-shop-link:focus-visible {
	background: var(--ac-static-ink);
	color: #f7f5ed;
	transform: none;
}

.ac-static-page--peeling :where(.ac-professional-section, .ac-callout) .wp-block-button__link:hover,
.ac-static-page--peeling :where(.ac-professional-section, .ac-callout) .wp-block-button__link:focus-visible,
.ac-static-page--professional :where(.professional-treatment, .professional-cta) .wp-block-button__link:hover,
.ac-static-page--professional :where(.professional-treatment, .professional-cta) .wp-block-button__link:focus-visible {
	background: #f7f5ed;
	color: var(--ac-static-ink);
}

/* Professional landing page. */

.ac-static-page--professional .professional-intro,
.ac-static-page--about .about-intro {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 18px 9vw;
	padding-block: 110px;
}

.ac-static-page--professional .professional-intro > h2,
.ac-static-page--about .about-intro > h2 {
	grid-column: 1;
	grid-row: 2 / span 2;
	font-size: clamp(44px, 5vw, 68px);
	letter-spacing: normal;
	line-height: .97;
}

.ac-static-page--professional .professional-intro > p:not(:first-child),
.ac-static-page--about .about-intro > p:not(:first-child) {
	grid-column: 2;
	color: #59645b;
	font-size: 17px;
	line-height: 1.72;
}

.ac-static-page--professional .professional-benefits {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	padding: 0 0 120px !important;
	background: rgba(25, 32, 25, .2);
}

.ac-static-page--professional .professional-benefits > .ac-content-card {
	position: relative;
	display: flex;
	min-height: 346px;
	flex-direction: column;
	background: var(--ac-static-paper);
	padding: 78px 26px 26px;
	counter-increment: ac-pro-benefit;
}

.ac-static-page--professional .professional-benefits {
	counter-reset: ac-pro-benefit;
}

.ac-static-page--professional .professional-benefits > .ac-content-card::before {
	position: absolute;
	top: 26px;
	left: 26px;
	font-family: var(--ac-static-display);
	font-size: 23px;
	content: "0" counter(ac-pro-benefit);
}

.ac-static-page--professional .professional-benefits h2 {
	font-size: 29px;
	letter-spacing: normal;
	line-height: 1.5;
}

.ac-static-page--professional .professional-benefits p {
	margin-top: 18px !important;
	color: #59645b;
	font-size: 10px;
	line-height: 1.7;
}

.ac-static-page--professional .professional-benefits ul {
	margin-top: auto !important;
	padding: 18px 0 0;
	border-top: 1px solid rgba(25, 32, 25, .22);
	list-style: none;
}

.ac-static-page--professional .professional-benefits li {
	padding-block: 6px;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.ac-static-page--professional .professional-values {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	padding: 115px max(32px, calc((100% - 1240px) / 2));
	background: #dfe5dc;
}

.ac-static-page--professional .professional-values > p:first-child,
.ac-static-page--professional .professional-values > h2,
.ac-static-page--professional .professional-values > p:nth-of-type(2),
.ac-static-page--professional .professional-values > p:nth-of-type(3),
.ac-static-page--professional .professional-values > p:last-child {
	grid-column: 1 / -1;
}

.ac-static-page--professional .professional-values > h2 {
	max-width: 900px;
	font-size: clamp(44px, 5vw, 68px);
	line-height: .97;
}

.ac-static-page--professional .professional-values > p:nth-of-type(2),
.ac-static-page--professional .professional-values > p:nth-of-type(3) {
	max-width: 850px;
	color: #59645b;
	font-size: 16px;
	line-height: 1.72;
}

.ac-static-page--professional .professional-values > p:nth-of-type(2) {
	margin-top: 20px !important;
}

.ac-static-page--professional .professional-values > p:nth-of-type(3) {
	margin-bottom: 32px !important;
}

.ac-static-page--professional .professional-values .ac-content-card {
	min-height: 250px;
	border-top: 1px solid rgba(25, 32, 25, .28);
	padding: 30px 5px 20px;
}

.ac-static-page--professional .professional-values .ac-content-card h3 {
	font-size: 29px;
}

.ac-static-page--professional .professional-values .ac-content-card p,
.ac-static-page--professional .professional-values > p:last-child {
	margin-top: 18px !important;
	color: #59645b;
	font-size: 13px;
	line-height: 1.7;
}

.ac-static-page--professional .professional-treatment {
	display: grid;
	min-height: 720px;
	grid-template-columns: 1fr 1fr !important;
	grid-template-rows: auto auto auto 1fr auto;
	gap: 0 !important;
	padding: 0 !important;
	background: #162019;
	color: #f7f5ed;
}

.ac-static-page--professional .professional-treatment > figure {
	grid-column: 1;
	grid-row: 1 / -1;
	height: 100%;
}

.ac-static-page--professional .professional-treatment > figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ac-static-page--professional .professional-treatment > :not(figure) {
	grid-column: 2;
	margin-inline: clamp(45px, 7vw, 110px) !important;
}

.ac-static-page--professional .professional-treatment > p:first-of-type {
	align-self: end;
	margin-top: 95px !important;
}

.ac-static-page--professional .professional-treatment > h2 {
	margin-top: 17px !important;
	font-size: clamp(44px, 5vw, 68px);
	letter-spacing: normal;
	line-height: .97;
}

.ac-static-page--professional .professional-treatment > p:nth-of-type(2) {
	margin-top: 21px !important;
	color: rgba(255, 255, 255, .72);
	font-size: 18px;
	line-height: 1.7;
}

.ac-static-page--professional .professional-treatment > ul {
	align-self: center;
	padding: 20px 0;
	border-block: 1px solid rgba(255, 255, 255, .18);
	list-style: none;
}

.ac-static-page--professional .professional-treatment > ul li {
	padding-block: 7px;
	font-size: 12px;
	letter-spacing: .04em;
}

.ac-static-page--professional .professional-treatment > .wp-block-buttons {
	margin-bottom: 95px !important;
}

.ac-static-page--professional .partner-tools {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 1px;
	padding-block: 115px;
	background: transparent !important;
}

.ac-static-page--professional .partner-tools > p:first-child,
.ac-static-page--professional .partner-tools > h2,
.ac-static-page--professional .partner-tools > p:nth-of-type(2) {
	grid-column: 1 / -1;
}

.ac-static-page--professional .partner-tools > h2 {
	margin-top: 17px !important;
	font-size: clamp(44px, 5vw, 68px);
	line-height: .97;
}

.ac-static-page--professional .partner-tools > p:nth-of-type(2) {
	max-width: 600px;
	margin: 19px 0 45px !important;
	color: #59645b;
	font-size: 16px;
	line-height: 1.7;
}

.ac-static-page--professional .partner-tools > h3 {
	padding: 34px 34px 12px;
	border-top: 1px solid rgba(25, 32, 25, .25);
	background: #e8e7df;
	font-size: 30px;
}

.ac-static-page--professional .partner-tools > p:nth-of-type(n + 3),
.ac-static-page--professional .partner-tools > .ac-shop-link,
.ac-static-page--professional .partner-tools > .wp-block-buttons {
	background: #e8e7df;
	padding-inline: 34px;
}

.ac-static-page--professional .partner-tools > p:nth-of-type(n + 3) {
	padding-bottom: 25px;
	color: #59645b;
	font-size: 13px;
	line-height: 1.7;
}

.ac-static-page--professional .partner-tools > .wp-block-buttons,
.ac-static-page--professional .partner-tools > .ac-shop-link {
	padding-bottom: 34px;
}

.ac-static-page--professional .professional-cta {
	padding: 90px 32px;
	background: #2f3b31;
	color: #fffaf0;
	text-align: center;
}

.ac-static-page--professional .professional-cta h2 {
	max-width: 960px;
	margin: 17px auto 0 !important;
	font-size: 64px;
	letter-spacing: normal;
	line-height: .97;
}

.ac-static-page--professional .professional-cta > p:not(:first-child) {
	max-width: 620px;
	margin: 22px auto 0 !important;
	font-size: 18px;
	line-height: 1.65;
}

.ac-static-page--professional .professional-cta .wp-block-buttons {
	justify-content: center;
	margin-top: 30px;
}

/* About page. */

.ac-static-page--about .family-story {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto auto auto 1fr;
	gap: 0 8vw;
	padding-bottom: 120px;
}

.ac-static-page--about .family-story > figure {
	grid-column: 1;
	grid-row: 1 / -1;
	min-height: 660px;
}

.ac-static-page--about .family-story > figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ac-static-page--about .family-story > :not(figure) {
	grid-column: 2;
}

.ac-static-page--about .family-story > p:first-of-type {
	align-self: end;
}

.ac-static-page--about .family-story > h2,
.ac-static-page--about .sweden-story > h2 {
	margin-top: 17px !important;
	font-size: clamp(44px, 5vw, 68px);
	line-height: .97;
}

.ac-static-page--about .family-story > p:not(:first-of-type) {
	margin-top: 20px !important;
	color: #59645b;
	font-size: 16px;
	line-height: 1.72;
}

.ac-static-page--about .history-section {
	padding: 110px max(32px, calc((100% - 1240px) / 2));
	background: #172019;
	color: #f7f5ed;
	counter-reset: ac-history;
}

.ac-static-page--about .history-section > h2 {
	max-width: 920px;
	margin-top: 17px !important;
	font-size: clamp(44px, 5vw, 68px);
	line-height: .97;
}

.ac-static-page--about .history-section > p:nth-of-type(2) {
	max-width: 620px;
	margin: 20px 0 48px !important;
	color: rgba(255, 255, 255, .67);
	font-size: 15px;
	line-height: 1.7;
}

.ac-static-page--about .history-section .ac-content-card {
	position: relative;
	display: grid;
	grid-template-columns: 58px 165px 1fr;
	gap: 24px;
	align-items: start;
	padding: 26px 0;
	border-top: 1px solid rgba(255, 255, 255, .18);
	counter-increment: ac-history;
}

.ac-static-page--about .history-section .ac-content-card:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.ac-static-page--about .history-section .ac-content-card::before {
	grid-column: 1;
	grid-row: 1 / span 2;
	font-family: var(--ac-static-display);
	font-size: 24px;
	content: "0" counter(ac-history);
}

.ac-static-page--about .history-section .ac-content-card::after {
	grid-column: 2;
	grid-row: 1 / span 2;
	color: #c5d1c1;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .12em;
	line-height: 1.5;
	content: "";
	text-transform: uppercase;
}

.ac-static-page--about .history-section .ac-content-card:nth-of-type(1)::after { content: "1942–1944"; }
.ac-static-page--about .history-section .ac-content-card:nth-of-type(2)::after { content: "1945–1958"; }
.ac-static-page--about .history-section .ac-content-card:nth-of-type(3)::after { content: "1958"; }
.ac-static-page--about .history-section .ac-content-card:nth-of-type(4)::after { content: "1999"; }
.ac-static-page--about .history-section .ac-content-card:nth-of-type(5)::after { content: "2007"; }
.ac-static-page--about .history-section .ac-content-card:nth-of-type(6)::after { content: "2014"; }
.ac-static-page--about .history-section .ac-content-card:nth-of-type(7)::after { content: "2022"; }
.ac-static-page--about .history-section .ac-content-card:nth-of-type(8)::after { content: "2025"; }

.ac-static-page--about .history-section .ac-content-card h3 {
	grid-column: 3;
	font-size: 25px;
	line-height: 1.1;
}

.ac-static-page--about .history-section .ac-content-card p {
	grid-column: 3;
	color: rgba(255, 255, 255, .66);
	font-size: 13px;
	line-height: 1.7;
}

.ac-static-page--about .sweden-story {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 18px 9vw;
	padding-block: 115px;
}

.ac-static-page--about .sweden-story > p:first-child,
.ac-static-page--about .sweden-story > h2 {
	grid-column: 1;
}

.ac-static-page--about .sweden-story > p:nth-of-type(n + 2),
.ac-static-page--about .sweden-story > .wp-block-buttons {
	grid-column: 2;
}

.ac-static-page--about .sweden-story > p:nth-of-type(n + 2) {
	color: #59645b;
	font-size: 16px;
	line-height: 1.72;
}

.ac-static-page--about .sweden-story > .wp-block-buttons {
	display: inline-flex;
	margin-top: 10px;
}

.ac-static-page--about .values-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-bottom: 110px !important;
	background: rgba(25, 32, 25, .2);
}

.ac-static-page--about .values-grid .ac-content-card {
	min-height: 250px;
	background: var(--ac-static-paper);
	padding: 34px;
}

.ac-static-page--about .values-grid h2 {
	font-size: 30px;
}

.ac-static-page--about .values-grid p {
	margin-top: 20px !important;
	color: #59645b;
	font-size: 13px;
	line-height: 1.7;
}

.ac-static-page--about .award-story {
	display: grid;
	grid-template-columns: 320px 1fr;
	grid-template-rows: auto auto 1fr;
	gap: 12px 70px;
	align-items: center;
	padding: 80px max(32px, calc((100% - 1100px) / 2));
	background: #f0f1ec;
}

.ac-static-page--about .award-story > figure {
	grid-row: 1 / -1;
}

.ac-static-page--about .award-story > figure img {
	width: 100%;
	height: 250px;
	object-fit: contain;
}

.ac-static-page--about .award-story h2 {
	font-size: clamp(40px, 5vw, 62px);
	line-height: 1;
}

.ac-static-page--about .award-story > p:last-child {
	max-width: 560px;
	color: #59645b;
	font-size: 16px;
	line-height: 1.7;
}

/* Contact. */

.ac-static-hero--contact {
	background: var(--ac-static-paper);
}

.ac-static-hero--contact .ac-static-hero__inner {
	padding-block: 110px;
}

.ac-static-hero--contact .ac-static-hero__grid {
	min-height: 480px;
	grid-template-columns: .9fr 1.1fr;
	gap: 8vw;
}

.ac-static-hero--contact h1 {
	font-size: clamp(52px, 6vw, 76.8px);
	letter-spacing: -.045em;
	line-height: .94;
}

.ac-static-hero--contact .ac-static-hero__lead {
	color: #59645b;
	font-family: var(--ac-static-display);
	font-size: 18px;
	line-height: 1.6;
}

.ac-static-contact-links {
	border-top: 1px solid rgba(25, 32, 25, .25);
}

.ac-static-contact-links > a {
	display: grid;
	min-height: 112px;
	grid-template-columns: 130px 1fr auto;
	gap: 20px;
	align-items: center;
	border-bottom: 1px solid rgba(25, 32, 25, .25);
	text-decoration: none;
}

.ac-static-contact-links span {
	color: var(--ac-static-sage);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.ac-static-contact-links strong {
	font-family: var(--ac-static-display);
	font-size: 23px;
	font-weight: 400;
}

.ac-static-contact-links b {
	font-size: 19px;
	font-weight: 400;
	transition: transform 160ms ease;
}

.ac-static-contact-links a:hover b,
.ac-static-contact-links a:focus-visible b {
	transform: translateX(5px);
}

.ac-static-contact-details {
	padding-block: 80px;
	background: #172019;
	color: #f7f5ed;
}

.ac-static-contact-details > .ac-static-shell {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: 9vw;
}

.ac-static-contact-details h2 {
	margin-top: 17px !important;
	color: #fff !important;
	font-size: 46px;
	letter-spacing: normal !important;
	line-height: .97;
}

.ac-static-contact-details > .ac-static-shell > div:first-child > p:not(.ac-static-eyebrow) {
	margin-top: 19px !important;
	color: rgba(255, 255, 255, .72);
	font-family: var(--ac-static-display);
	font-size: 18px;
	line-height: 1.6;
	white-space: pre-line;
}

.ac-static-contact-details small {
	display: inline-block;
	margin-top: 8px;
	color: rgba(255, 255, 255, .55);
	font-size: 12px;
	line-height: 18px;
}

.ac-static-team-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin-top: 18px;
	background: rgba(255, 255, 255, .18);
}

.ac-static-team-grid article {
	min-height: 257px;
	background: #223027;
	padding: 26px;
}

.ac-static-team-grid span {
	color: #c5d1c1;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.ac-static-team-grid h3 {
	margin: 48px 0 10px !important;
	color: #fff !important;
	font-size: 27px;
	font-weight: 500;
	letter-spacing: normal !important;
	line-height: 1.5;
}

.ac-static-team-grid p {
	margin: 0 !important;
	color: rgba(255, 255, 255, .72);
	font-size: 12px;
	line-height: 1.7;
}

.ac-static-page--contact .partner-contact {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px 9vw;
	padding-block: 115px;
}

.ac-static-page--contact .partner-contact > p:first-child,
.ac-static-page--contact .partner-contact > h2 {
	grid-column: 1;
}

.ac-static-page--contact .partner-contact > h2 {
	font-size: clamp(44px, 5vw, 68px);
	line-height: .97;
}

.ac-static-page--contact .partner-contact > p:not(:first-child),
.ac-static-page--contact .partner-contact > ul {
	grid-column: 2;
	color: #59645b;
	font-size: 15px;
	line-height: 1.72;
}

.ac-static-page--contact .partner-contact > ul {
	padding: 22px 0;
	border-block: 1px solid rgba(25, 32, 25, .25);
	list-style: none;
}

.ac-static-page--contact .partner-contact li {
	padding-block: 6px;
}

/* Legal pages. */

.ac-static-page--legal {
	padding-bottom: 110px;
}

.ac-static-hero--legal {
	padding: 110px 0 0;
}

.ac-static-hero--legal h1 {
	max-width: 900px;
	margin-top: 17px;
	font-size: clamp(52px, 6vw, 76.8px);
	letter-spacing: -.045em;
	line-height: .94;
}

.ac-static-hero--legal .ac-static-hero__lead {
	max-width: 720px;
	color: #59645b;
	font-family: var(--ac-static-sans);
	font-size: 18px;
	line-height: 1.7;
}

.ac-static-legal-content {
	max-width: 980px !important;
	padding-top: 68px !important;
}

.ac-static-legal-content > * {
	width: 720px;
	max-width: 100%;
	margin-left: auto !important;
}

.ac-static-legal-content h2 {
	margin-top: 38px !important;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: normal !important;
	line-height: 1.5;
}

.ac-static-legal-content h2:first-child {
	margin-top: 0 !important;
}

.ac-static-legal-content p {
	margin-top: 12px !important;
	color: #626a62;
	font-size: 12px;
	line-height: 1.75;
}

.ac-static-legal-content p:has(> small) {
	margin-top: 55px !important;
}

.ac-static-legal-content a {
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

/* Tablet. */

@media (max-width: 1080px) {
	.ac-static-page--professional .professional-benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.ac-static-hero--peeling .ac-static-hero__grid {
		grid-template-columns: 1fr;
	}

	.ac-static-hero-products {
		width: min(620px, 100%);
		min-height: 500px;
	}

	.ac-static-page--bb .ac-landing-intro,
	.ac-static-page--peeling .ac-landing-intro,
	.ac-static-section-heading,
	.ac-static-page--bb .ac-editorial-card-grid,
	.ac-static-page--peeling .ac-editorial-card-grid,
	.ac-static-page--bb .ac-choice-section,
	.ac-static-page--peeling .ac-choice-section,
	.ac-static-page--peeling .ac-faq-list {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.ac-static-page--bb .ac-landing-intro > *,
	.ac-static-page--peeling .ac-landing-intro > *,
	.ac-static-page--bb .ac-editorial-card-grid > *,
	.ac-static-page--peeling .ac-editorial-card-grid > *,
	.ac-static-page--bb .ac-choice-section > *,
	.ac-static-page--peeling .ac-choice-section > *,
	.ac-static-page--peeling .ac-faq-list > * {
		grid-column: 1 !important;
		grid-row: auto !important;
	}

	.ac-static-page--bb .ac-landing-intro > p:nth-of-type(2),
	.ac-static-page--peeling .ac-landing-intro > p:nth-of-type(2) {
		margin-top: 18px !important;
	}

	.ac-static-product-grid--bb {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ac-static-product-grid--peeling .ac-static-product-card {
		grid-column: span 3;
	}

	.ac-static-method-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ac-static-page--peeling .ac-professional-section {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ac-static-page--peeling .ac-professional-section > p:first-child,
	.ac-static-page--peeling .ac-professional-section > h2,
	.ac-static-page--peeling .ac-professional-section > p:nth-of-type(2) {
		grid-column: 1 / -1;
		padding-right: 0;
	}

	.ac-static-page--peeling .ac-professional-section > p:nth-of-type(2) {
		margin-bottom: 38px !important;
	}

	.ac-static-page--peeling .ac-professional-section > h3:first-of-type,
	.ac-static-page--peeling .ac-professional-section > p:nth-of-type(3),
	.ac-static-page--peeling .ac-professional-section > .wp-block-buttons:first-of-type {
		grid-column: 1;
	}

	.ac-static-page--peeling .ac-professional-section > h3:nth-of-type(2),
	.ac-static-page--peeling .ac-professional-section > p:nth-of-type(4),
	.ac-static-page--peeling .ac-professional-section > .wp-block-buttons:last-of-type {
		grid-column: 2;
	}

	.ac-static-page--peeling .ac-professional-section > h3 {
		grid-row: auto;
	}

	.ac-static-page--peeling .ac-professional-section > p:nth-of-type(3),
	.ac-static-page--peeling .ac-professional-section > p:nth-of-type(4) {
		grid-row: auto;
	}

	.ac-static-page--peeling .ac-professional-section > .wp-block-buttons {
		grid-row: auto;
	}

	.ac-static-page--professional .professional-intro,
	.ac-static-page--about .about-intro,
	.ac-static-page--about .sweden-story,
	.ac-static-hero--contact .ac-static-hero__grid,
	.ac-static-page--contact .partner-contact {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.ac-static-page--professional .professional-intro > *,
	.ac-static-page--about .about-intro > *,
	.ac-static-page--about .sweden-story > *,
	.ac-static-page--contact .partner-contact > * {
		grid-column: 1 !important;
		grid-row: auto !important;
	}

	.ac-static-page--professional .professional-intro > p:nth-of-type(2),
	.ac-static-page--about .about-intro > p:nth-of-type(2),
	.ac-static-page--about .sweden-story > p:nth-of-type(2),
	.ac-static-page--contact .partner-contact > p:nth-of-type(2) {
		margin-top: 20px !important;
	}

	.ac-static-hero--contact .ac-static-hero__grid {
		min-height: 0;
		gap: 55px;
	}

	.ac-static-page--about .history-section .ac-content-card {
		grid-template-columns: 58px 125px 1fr;
	}
}

/* Phone and small tablet. */

@media (max-width: 760px) {
	.ac-static-shell,
	body.ac-static-route .ac-static-page .wp-block-group.shell {
		width: min(calc(100% - 32px), 1240px) !important;
	}

	.ac-static-hero--professional {
		min-height: 590px;
	}

	.ac-static-hero--professional .ac-static-hero__inner,
	.ac-static-hero--about .ac-static-hero__inner {
		padding-block: 80px;
	}

	.ac-static-page--professional .professional-intro,
	.ac-static-page--about .about-intro {
		padding-block: 80px;
	}

	.ac-static-page--professional .professional-benefits {
		grid-template-columns: 1fr;
		padding-bottom: 80px;
	}

	.ac-static-page--professional .professional-benefits > .ac-content-card {
		min-height: 340px;
	}

	.ac-static-page--professional .professional-values {
		grid-template-columns: 1fr;
		padding-block: 80px;
	}

	.ac-static-page--professional .professional-treatment {
		display: block;
		min-height: 0;
	}

	.ac-static-page--professional .professional-treatment > figure {
		height: min(110vw, 620px);
	}

	.ac-static-page--professional .professional-treatment > :not(figure) {
		margin-inline: 16px !important;
	}

	.ac-static-page--professional .professional-treatment > p:first-of-type {
		padding-top: 80px;
		margin-top: 0 !important;
	}

	.ac-static-page--professional .professional-treatment > .wp-block-buttons {
		padding-bottom: 80px;
		margin-bottom: 0 !important;
	}

	.ac-static-page--professional .partner-tools {
		grid-template-columns: 1fr;
		padding-block: 80px;
	}

	.ac-static-page--professional .partner-tools > * {
		grid-column: 1 !important;
	}

	.ac-static-page--professional .partner-tools > h3:nth-of-type(2) {
		margin-top: 1px !important;
	}

	.ac-static-page--about .family-story {
		display: block;
		padding-bottom: 80px;
	}

	.ac-static-page--about .family-story > figure {
		min-height: 480px;
		margin-bottom: 55px;
	}

	.ac-static-page--about .history-section {
		padding-block: 78px;
	}

	.ac-static-page--about .history-section .ac-content-card {
		grid-template-columns: 45px 1fr;
		gap: 10px 16px;
	}

	.ac-static-page--about .history-section .ac-content-card::before {
		grid-column: 1;
	}

	.ac-static-page--about .history-section .ac-content-card::after,
	.ac-static-page--about .history-section .ac-content-card h3,
	.ac-static-page--about .history-section .ac-content-card p {
		grid-column: 2;
	}

	.ac-static-page--about .history-section .ac-content-card::after {
		grid-row: 1;
	}

	.ac-static-page--about .history-section .ac-content-card h3 {
		grid-row: 2;
	}

	.ac-static-page--about .history-section .ac-content-card p {
		grid-row: 3;
	}

	.ac-static-page--about .sweden-story {
		padding-block: 80px;
	}

	.ac-static-page--about .values-grid {
		grid-template-columns: 1fr;
		margin-bottom: 80px !important;
	}

	.ac-static-page--about .award-story {
		grid-template-columns: 1fr;
		padding-block: 70px;
	}

	.ac-static-page--about .award-story > figure {
		grid-row: auto;
		margin-bottom: 30px;
	}

	.ac-static-contact-details > .ac-static-shell {
		grid-template-columns: 1fr;
		gap: 55px;
	}

	.ac-static-team-grid {
		grid-template-columns: 1fr;
	}

	.ac-static-page--contact .partner-contact {
		padding-block: 80px;
	}

	.ac-static-page--legal {
		padding-bottom: 80px;
	}

	.ac-static-hero--legal {
		padding-top: 80px;
	}

	.ac-static-legal-content {
		padding-top: 52px !important;
	}
}

@media (max-width: 680px) {
	.ac-static-hero__inner {
		padding-bottom: 62px;
	}

	.ac-static-hero h1 {
		font-size: clamp(47px, 13vw, 68px);
	}

	.ac-static-actions {
		align-items: stretch;
		flex-direction: column;
		gap: 12px;
	}

	.ac-static-button {
		width: 100%;
	}

	.ac-static-button--text {
		width: fit-content;
	}

	.ac-static-hero__facts {
		gap: 18px;
	}

	.ac-static-hero-products {
		min-height: 365px;
	}

	.ac-static-hero-product {
		width: 57%;
	}

	.ac-static-page--bb .ac-landing-intro,
	.ac-static-page--peeling .ac-landing-intro,
	.ac-static-page--bb .ac-choice-section,
	.ac-static-page--peeling .ac-choice-section {
		width: calc(100% - 32px);
		padding-block: 82px;
	}

	.ac-static-page--bb .ac-editorial-card-grid,
	.ac-static-page--peeling .ac-editorial-card-grid,
	.ac-static-page--peeling .ac-professional-section,
	.ac-static-page--peeling .ac-faq-list,
	.ac-static-page--peeling .ac-comparison-section {
		padding: 82px 16px;
	}

	.ac-static-methods {
		padding-block: 82px;
	}

	.ac-static-product-grid--bb,
	.ac-static-product-grid--peeling,
	.ac-static-method-grid,
	.ac-static-page--peeling .ac-professional-section {
		grid-template-columns: 1fr;
	}

	.ac-static-product-grid--peeling .ac-static-product-card,
	.ac-static-page--peeling .ac-professional-section > * {
		grid-column: 1 !important;
		grid-row: auto !important;
	}

	.ac-static-product-card__image,
	.ac-static-product-grid--peeling .ac-static-product-card__image {
		height: 320px;
	}

	.ac-static-method-grid > article,
	.ac-static-method-grid > .wp-block-group {
		min-height: 280px;
	}

	.ac-static-page--peeling .ac-professional-section > h3:first-of-type {
		margin-top: 38px !important;
	}

	.ac-static-page--peeling .ac-professional-section > h3:nth-of-type(2) {
		margin-top: 1px !important;
	}

	.ac-static-page--peeling .ac-callout,
	.ac-static-page--professional .professional-cta {
		padding: 82px 16px;
	}

	.ac-static-hero--contact .ac-static-hero__inner {
		padding-block: 80px;
	}

	.ac-static-contact-links > a {
		min-height: 95px;
		grid-template-columns: 95px 1fr auto;
		gap: 12px;
	}

	.ac-static-contact-links strong {
		font-size: 19px;
	}
}

@media (max-width: 380px) {
	.ac-static-hero__facts {
		justify-content: space-between;
		gap: 8px;
	}

	.ac-static-hero__facts > div {
		padding-left: 10px;
	}

	.ac-static-contact-links > a {
		grid-template-columns: 1fr auto;
		padding-block: 18px;
	}

	.ac-static-contact-links span {
		grid-column: 1 / -1;
	}

	.ac-static-page--about .history-section .ac-content-card {
		grid-template-columns: 38px 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ac-static-page *,
	.ac-static-page *::before,
	.ac-static-page *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}

/*
 * För professionella — authoritative Sites parity.
 * Kept at the end and route-scoped so the Gutenberg import and the other
 * static routes cannot change this composition through shared block styles.
 */

body.ac-static-route--professional {
	--ac-pro-ink: #111410;
	--ac-pro-line: rgba(17, 20, 16, .15);
	--ac-pro-paper: #f7f6f1;
	--ac-pro-sage: #5e6d5f;
	--ac-pro-serif: "Iowan Old Style", Baskerville, "Times New Roman", serif;
	--ac-pro-sans: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: var(--ac-pro-paper);
	color: var(--ac-pro-ink);
	font-family: var(--ac-pro-sans);
}

body.ac-static-route--professional .ac-static-page--professional {
	background: var(--ac-pro-paper);
	color: var(--ac-pro-ink);
	font-family: var(--ac-pro-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body.ac-static-route--professional .ac-static-page--professional .shell,
body.ac-static-route--professional .ac-static-page--professional .ac-static-shell {
	width: min(1240px, calc(100% - 64px)) !important;
	max-width: 1240px !important;
	margin-inline: auto !important;
	padding-inline: 0 !important;
}

body.ac-static-route--professional .ac-static-page--professional :where(.eyebrow, .ac-static-eyebrow) {
	margin: 0 0 24px !important;
	color: var(--ac-pro-sage);
	font-family: var(--ac-pro-sans);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .24em;
	line-height: 1.2;
	text-transform: uppercase;
}

body.ac-static-route--professional .ac-static-page--professional :where(.eyebrow.light, .ac-static-eyebrow--light) {
	color: #bac5b8;
}

body.ac-static-route--professional .ac-static-page--professional :where(.button, .ac-static-button) {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 24px;
	margin: 0;
	border: 1px solid var(--ac-pro-ink);
	border-radius: 0 !important;
	padding: 0 23px;
	font-family: var(--ac-pro-sans);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .045em;
	line-height: 18px;
	text-decoration: none;
	transition: transform .2s, background-color .2s, color .2s, border-color .2s;
}

body.ac-static-route--professional .ac-static-page--professional :where(.button, .ac-static-button):hover,
body.ac-static-route--professional .ac-static-page--professional :where(.button, .ac-static-button):focus-visible {
	transform: translateY(-2px);
}

body.ac-static-route--professional .ac-static-page--professional :where(.button-cream, .ac-static-button--cream) {
	border-color: var(--ac-pro-paper);
	background: var(--ac-pro-paper);
	color: #111410 !important;
}

body.ac-static-route--professional .ac-static-page--professional :where(.professional-treatment, .professional-cta) :where(.button-cream, .ac-static-button--cream) :where(span, b) {
	color: #111410 !important;
}

body.ac-static-route--professional .ac-static-page--professional :where(.button-ghost, .ac-static-button--ghost) {
	border-color: rgba(255, 255, 255, .6);
	background: rgba(0, 0, 0, .15);
	color: #fff;
}

body.ac-static-route--professional .ac-static-page--professional :where(.button-ghost, .ac-static-button--ghost):hover,
body.ac-static-route--professional .ac-static-page--professional :where(.button-ghost, .ac-static-button--ghost):focus-visible {
	background: rgba(255, 255, 255, .12);
	color: #fff;
}

/* Hero. */

body.ac-static-route--professional .ac-static-page--professional .ac-static-image-hero--professional {
	isolation: isolate;
	display: grid;
	min-height: 650px;
	align-items: end;
	overflow: hidden;
	padding: 90px 0 74px;
	background: #1c261e;
	color: #fff;
}

body.ac-static-route--professional .ac-static-page--professional .ac-static-image-hero--professional .ac-static-image-hero__media {
	z-index: -2;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

body.ac-static-route--professional .ac-static-page--professional .ac-static-image-hero--professional .ac-static-image-hero__shade {
	z-index: -1;
	background: linear-gradient(90deg, rgba(16, 24, 18, .95), rgba(16, 24, 18, .55));
}

body.ac-static-route--professional .ac-static-page--professional .ac-static-image-hero--professional .ac-static-image-hero__copy {
	z-index: 1;
	padding: 90px 0 0;
}

body.ac-static-route--professional .ac-static-page--professional .ac-static-image-hero--professional .ac-static-eyebrow {
	margin-bottom: 24px !important;
	color: #c1cfc0;
}

body.ac-static-route--professional .ac-static-page--professional .ac-static-image-hero--professional h1 {
	max-width: 900px;
	margin: 0;
	color: #fff !important;
	font-family: var(--ac-pro-serif);
	font-size: clamp(55px, 7vw, 94px);
	font-weight: 400;
	letter-spacing: -.045em;
	line-height: .94;
}

body.ac-static-route--professional .ac-static-page--professional .ac-static-image-hero--professional h1 em {
	color: #c7d2c5;
	font-weight: inherit;
}

body.ac-static-route--professional .ac-static-page--professional .ac-static-image-hero--professional .ac-static-image-hero__lead {
	width: auto;
	max-width: none;
	margin: 0 !important;
	color: #fff;
	font-family: var(--ac-pro-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

body.ac-static-route--professional .ac-static-page--professional .page-hero-actions,
body.ac-static-route--professional .ac-static-page--professional .ac-static-image-hero--professional .ac-static-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 34px 0 0;
}

body.ac-static-route--professional .ac-static-page--professional .ac-static-image-hero--professional .ac-static-actions b {
	font-weight: 600;
}

/* Intro. */

body.ac-static-route--professional .ac-static-page--professional .professional-intro {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 9vw;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	padding-inline: 0 !important;
	padding-block: 110px;
}

body.ac-static-route--professional .ac-static-page--professional .professional-intro h2,
body.ac-static-route--professional .ac-static-page--professional .professional-values-intro h2,
body.ac-static-route--professional .ac-static-page--professional .professional-treatment-copy h2,
body.ac-static-route--professional .ac-static-page--professional .professional-cta h2 {
	margin: 0;
	font-family: var(--ac-pro-serif);
	font-size: clamp(44px, 5vw, 68px);
	font-weight: 400;
	letter-spacing: normal;
	line-height: .97;
}

body.ac-static-route--professional .ac-static-page--professional .professional-intro h2 em,
body.ac-static-route--professional .ac-static-page--professional .partner-tools h2 em {
	color: var(--ac-pro-sage);
}

body.ac-static-route--professional .ac-static-page--professional .professional-intro > div:last-child p {
	margin: 24px 0 0 !important;
	color: #5c655c;
	font-family: var(--ac-pro-serif);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.62;
}

/* Four professional pillars, including the three ruled rows. */

body.ac-static-route--professional .ac-static-page--professional .professional-benefits {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin: 0 auto 120px !important;
	border-block: 1px solid var(--ac-pro-line);
	padding: 0 !important;
	background: transparent;
}

body.ac-static-route--professional .ac-static-page--professional .professional-benefits article {
	display: flex;
	grid-column: auto;
	min-height: 420px;
	flex-direction: column;
	margin: 0;
	border: 0;
	background: transparent;
	padding: 26px;
}

body.ac-static-route--professional .ac-static-page--professional .professional-benefits article + article {
	border-left: 1px solid var(--ac-pro-line);
}

body.ac-static-route--professional .ac-static-page--professional .professional-benefits span {
	color: var(--ac-pro-sage);
	font-family: var(--ac-pro-serif);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

body.ac-static-route--professional .ac-static-page--professional .professional-benefits h2 {
	margin: 40px 0 12px !important;
	font-family: var(--ac-pro-serif);
	font-size: 29px;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1.5;
}

body.ac-static-route--professional .ac-static-page--professional .professional-benefits p {
	margin: 0 !important;
	color: #626a62;
	font-family: var(--ac-pro-sans);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.7;
}

body.ac-static-route--professional .ac-static-page--professional .professional-benefits ul {
	margin: auto 0 0 !important;
	border: 0;
	padding: 26px 0 0;
	list-style: none;
}

body.ac-static-route--professional .ac-static-page--professional .professional-benefits li {
	margin: 0;
	border: 0;
	border-top: 1px solid var(--ac-pro-line);
	padding: 10px 0;
	color: #505850;
	font-family: var(--ac-pro-sans);
	font-size: 12px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.55;
	text-transform: none;
}

/* Values. */

body.ac-static-route--professional .ac-static-page--professional .professional-values {
	display: block !important;
	padding: 115px 0;
	background: #dfe5dc;
}

body.ac-static-route--professional .ac-static-page--professional .professional-values-intro {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	align-items: start;
	gap: 9vw;
}

body.ac-static-route--professional .ac-static-page--professional .professional-values-intro h2 {
	max-width: 690px;
}

body.ac-static-route--professional .ac-static-page--professional .professional-values-intro h2 em {
	color: #4f5d51;
}

body.ac-static-route--professional .ac-static-page--professional .professional-values-intro > div:last-child p {
	margin: 0 0 22px !important;
	color: #505b51;
	font-family: var(--ac-pro-serif);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.62;
}

body.ac-static-route--professional .ac-static-page--professional .professional-values-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 72px;
	border-block: 1px solid rgba(17, 20, 16, .2);
}

body.ac-static-route--professional .ac-static-page--professional .professional-values-grid article {
	display: flex;
	min-height: 300px;
	flex-direction: column;
	margin: 0;
	border: 0;
	background: transparent;
	padding: 28px;
}

body.ac-static-route--professional .ac-static-page--professional .professional-values-grid article + article {
	border-left: 1px solid rgba(17, 20, 16, .2);
}

body.ac-static-route--professional .ac-static-page--professional .professional-values-grid span {
	color: #4f6252;
	font-family: var(--ac-pro-serif);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

body.ac-static-route--professional .ac-static-page--professional .professional-values-grid h3 {
	margin: 70px 0 13px !important;
	font-family: var(--ac-pro-serif);
	font-size: 29px;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1.5;
}

body.ac-static-route--professional .ac-static-page--professional .professional-values-grid p {
	margin: 0 !important;
	color: #59645b;
	font-family: var(--ac-pro-sans);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.72;
}

body.ac-static-route--professional .ac-static-page--professional .professional-values-source {
	margin: 28px 0 0 !important;
	color: #59645b;
	font-family: var(--ac-pro-sans);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.7;
}

body.ac-static-route--professional .ac-static-page--professional .professional-values-source a {
	text-decoration: underline;
	text-underline-offset: 4px;
}

/* Professional treatment. */

body.ac-static-route--professional .ac-static-page--professional .professional-treatment {
	display: grid !important;
	min-height: 720px;
	grid-template-columns: 1fr 1fr !important;
	grid-template-rows: auto !important;
	gap: 0 !important;
	padding: 0 !important;
	background: #162019;
	color: #fff;
}

body.ac-static-route--professional .ac-static-page--professional .professional-treatment-image {
	display: grid;
	min-height: 720px;
	grid-column: 1;
	grid-row: 1;
	place-items: center;
	margin: 0 !important;
	background: linear-gradient(145deg, #f0e3e8 0%, #d9c3cc 100%);
	padding: clamp(54px, 7vw, 108px);
}

body.ac-static-route--professional .ac-static-page--professional .professional-treatment-image img {
	width: 100%;
	height: 100%;
	max-width: 600px;
	object-fit: contain;
}

body.ac-static-route--professional .ac-static-page--professional .professional-treatment-copy {
	align-self: center;
	grid-column: 2;
	grid-row: 1;
	margin: 0 !important;
	padding: 7vw;
}

body.ac-static-route--professional .ac-static-page--professional .professional-treatment-copy h2 em,
body.ac-static-route--professional .ac-static-page--professional .professional-cta h2 em {
	color: #c6d2c3;
}

body.ac-static-route--professional .ac-static-page--professional .professional-treatment-copy > p:not(.eyebrow) {
	margin: 30px 0 !important;
	color: rgba(255, 255, 255, .7);
	font-family: var(--ac-pro-serif);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
}

body.ac-static-route--professional .ac-static-page--professional .professional-treatment-copy ul {
	margin: 0 0 34px !important;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, .2);
	padding: 0;
	list-style: none;
}

body.ac-static-route--professional .ac-static-page--professional .professional-treatment-copy li {
	margin: 0;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	padding: 12px 0;
	font-family: var(--ac-pro-sans);
	font-size: 12px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 18px;
}

/* Partner tools and the reference left rule. */

body.ac-static-route--professional .ac-static-page--professional .partner-tools {
	display: block;
	border: 0 !important;
	border-radius: 0 !important;
	padding-block: 115px;
	background: transparent !important;
}

body.ac-static-route--professional .ac-static-page--professional .split-heading {
	display: grid;
	grid-template-columns: 1.8fr .8fr;
	align-items: end;
	gap: 60px;
	margin-bottom: 56px;
}

body.ac-static-route--professional .ac-static-page--professional .section-heading h2 {
	margin: 0;
	font-family: var(--ac-pro-serif);
	font-size: clamp(45px, 5vw, 70px);
	font-weight: 400;
	letter-spacing: -.045em;
	line-height: .98;
}

body.ac-static-route--professional .ac-static-page--professional .split-heading > p {
	margin: 0 0 4px !important;
	border-left: 1px solid var(--ac-pro-line);
	padding: 0 0 0 25px;
	color: #5f665f;
	font-family: var(--ac-pro-serif);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
}

body.ac-static-route--professional .ac-static-page--professional .partner-tool-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	border: 1px solid var(--ac-pro-line);
	background: var(--ac-pro-line);
}

body.ac-static-route--professional .ac-static-page--professional .partner-tool-grid > a {
	display: flex;
	min-height: 310px;
	flex-direction: column;
	background: #fff;
	padding: 36px;
	text-decoration: none;
	transition: background-color .2s;
}

body.ac-static-route--professional .ac-static-page--professional .partner-tool-grid > a:hover,
body.ac-static-route--professional .ac-static-page--professional .partner-tool-grid > a:focus-visible {
	background: #e5eae3;
}

body.ac-static-route--professional .ac-static-page--professional .partner-tool-grid span {
	color: var(--ac-pro-sage);
	font-family: var(--ac-pro-sans);
	font-size: 11px;
	font-weight: 400;
	letter-spacing: .15em;
	line-height: 1.5;
	text-transform: uppercase;
}

body.ac-static-route--professional .ac-static-page--professional .partner-tool-grid h3 {
	margin: 56px 0 14px !important;
	font-family: var(--ac-pro-serif);
	font-size: 33px;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1.5;
}

body.ac-static-route--professional .ac-static-page--professional .partner-tool-grid p {
	max-width: 480px;
	margin: 0 !important;
	color: #626a62;
	font-family: var(--ac-pro-sans);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.7;
}

body.ac-static-route--professional .ac-static-page--professional .partner-tool-grid b {
	margin-top: auto;
	font-family: var(--ac-pro-sans);
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	text-decoration: underline;
	text-underline-offset: 4px;
}

/* Closing CTA. */

body.ac-static-route--professional .ac-static-page--professional .professional-cta {
	padding: 90px 0;
	border-block: 1px solid rgba(226, 204, 182, .32);
	background: linear-gradient(135deg, #2f3b31 0%, #172019 100%);
	color: #fff;
	text-align: left;
}

body.ac-static-route--professional .ac-static-page--professional .professional-cta .eyebrow.light,
body.ac-static-route--professional .ac-static-page--professional .professional-cta h2 em {
	color: #e2ccb6;
}

body.ac-static-route--professional .ac-static-page--professional .professional-cta > .shell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 55px;
}

body.ac-static-route--professional .ac-static-page--professional .professional-cta h2 {
	max-width: none;
	margin: 0 !important;
}

body.ac-static-route--professional .ac-static-page--professional .professional-cta p:not(.eyebrow) {
	max-width: 720px;
	margin: 24px 0 0 !important;
	color: rgba(255, 255, 255, .72);
	font-family: var(--ac-pro-serif);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
}

/*
 * The authoritative Sites composition keeps the paired intro columns through
 * 761px.  An older generic tablet rule above targets the legacy flat block
 * markup and assigns every direct child to column one with !important.  The
 * normalized composition uses two explicit wrappers, so restore their exact
 * placement only in the interval where that legacy rule would otherwise win.
 */
@media (min-width: 761px) and (max-width: 980px) {
	body.ac-static-route--professional .ac-static-page--professional .professional-intro > div:first-child {
		grid-column: 1 !important;
		grid-row: auto !important;
	}

	body.ac-static-route--professional .ac-static-page--professional .professional-intro > div:last-child {
		grid-column: 2 !important;
		grid-row: auto !important;
	}
}

@media (max-width: 1080px) {
	body.ac-static-route--professional .ac-static-page--professional .professional-benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.ac-static-route--professional .ac-static-page--professional .professional-benefits article:nth-child(3) {
		border-top: 1px solid var(--ac-pro-line);
		border-left: 0;
	}

	body.ac-static-route--professional .ac-static-page--professional .professional-benefits article:nth-child(4) {
		border-top: 1px solid var(--ac-pro-line);
	}
}

@media (max-width: 760px) {
	body.ac-static-route--professional .ac-static-page--professional .shell,
	body.ac-static-route--professional .ac-static-page--professional .ac-static-shell {
		width: min(620px, calc(100% - 36px)) !important;
	}

	body.ac-static-route--professional .ac-static-page--professional .ac-static-image-hero--professional {
		min-height: 590px;
		padding: 75px 0 50px;
	}

	body.ac-static-route--professional .ac-static-page--professional .ac-static-image-hero--professional .ac-static-image-hero__copy {
		padding-top: 90px;
	}

	body.ac-static-route--professional .ac-static-page--professional .ac-static-image-hero--professional h1 {
		font-size: 53px;
	}

	body.ac-static-route--professional .ac-static-page--professional .ac-static-image-hero--professional .ac-static-actions .ac-static-button {
		width: auto;
	}

	body.ac-static-route--professional .ac-static-page--professional .ac-static-image-hero--professional .ac-static-actions {
		align-items: flex-start;
	}

	body.ac-static-route--professional .ac-static-page--professional .professional-intro,
	body.ac-static-route--professional .ac-static-page--professional .professional-values-intro {
		grid-template-columns: 1fr;
	}

	body.ac-static-route--professional .ac-static-page--professional .professional-intro {
		gap: 45px;
		padding-block: 80px;
	}

	body.ac-static-route--professional .ac-static-page--professional .professional-benefits,
	body.ac-static-route--professional .ac-static-page--professional .professional-values-grid,
	body.ac-static-route--professional .ac-static-page--professional .partner-tool-grid {
		grid-template-columns: 1fr;
	}

	body.ac-static-route--professional .ac-static-page--professional .professional-benefits article,
	body.ac-static-route--professional .ac-static-page--professional .professional-benefits article:nth-child(3) {
		min-height: 340px;
		border-top: 1px solid var(--ac-pro-line);
		border-left: 0;
	}

	body.ac-static-route--professional .ac-static-page--professional .professional-benefits article:first-child {
		border-top: 0;
	}

	body.ac-static-route--professional .ac-static-page--professional .professional-benefits h2 {
		margin-top: 35px !important;
	}

	body.ac-static-route--professional .ac-static-page--professional .professional-values {
		padding-block: 80px;
	}

	body.ac-static-route--professional .ac-static-page--professional .professional-values-intro {
		gap: 40px;
	}

	body.ac-static-route--professional .ac-static-page--professional .professional-values-grid {
		margin-top: 54px;
	}

	body.ac-static-route--professional .ac-static-page--professional .professional-values-grid article {
		min-height: 220px;
	}

	body.ac-static-route--professional .ac-static-page--professional .professional-values-grid article + article {
		border-top: 1px solid rgba(17, 20, 16, .2);
		border-left: 0;
	}

	body.ac-static-route--professional .ac-static-page--professional .professional-values-grid h3 {
		margin-top: 40px !important;
	}

	body.ac-static-route--professional .ac-static-page--professional .professional-treatment {
		grid-template-columns: 1fr !important;
	}

	body.ac-static-route--professional .ac-static-page--professional .professional-treatment-image {
		min-height: 520px;
		grid-column: 1;
		grid-row: auto;
	}

	body.ac-static-route--professional .ac-static-page--professional .professional-treatment-copy {
		grid-column: 1;
		grid-row: auto;
		padding: 72px 24px;
	}

	body.ac-static-route--professional .ac-static-page--professional .partner-tools {
		padding-block: 80px;
	}

	body.ac-static-route--professional .ac-static-page--professional .split-heading {
		grid-template-columns: 1fr;
		gap: 26px;
		margin-bottom: 40px;
	}

	body.ac-static-route--professional .ac-static-page--professional .section-heading h2 {
		font-size: 44px;
	}

	body.ac-static-route--professional .ac-static-page--professional .split-heading > p {
		padding-left: 16px;
		font-size: 16px;
	}

	body.ac-static-route--professional .ac-static-page--professional .partner-tool-grid > a {
		min-height: 270px;
		padding: 28px;
	}

	body.ac-static-route--professional .ac-static-page--professional .professional-cta > .shell {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (hover: none) {
	body.ac-static-route--professional .ac-static-page--professional :where(.button, .ac-static-button):hover:not(:focus-visible) {
		transform: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.ac-static-route--professional .ac-static-page--professional :where(.button, .ac-static-button):hover,
	body.ac-static-route--professional .ac-static-page--professional :where(.button, .ac-static-button):focus-visible {
		transform: none;
	}
}

/* --------------------------------------------------------------------------
 * Om Alex — authoritative Sites composition.
 * ----------------------------------------------------------------------- */

body.ac-static-route--about {
	--ac-about-ink: #111410;
	--ac-about-paper: #f7f6f1;
	--ac-about-sage: #5e6d5f;
	--ac-about-line: rgba(17, 20, 16, .15);
	background: var(--ac-about-paper);
}

body.ac-static-route--about .ac-static-page--about {
	background: var(--ac-about-paper);
	color: var(--ac-about-ink);
}

body.ac-static-route--about .ac-static-page--about .shell,
body.ac-static-route--about .ac-static-page--about .ac-static-shell {
	width: min(1240px, calc(100% - 64px)) !important;
	max-width: 1240px !important;
	margin-inline: auto !important;
}

body.ac-static-route--about .ac-static-page--about :where(.eyebrow, .ac-static-eyebrow) {
	margin: 0 0 24px !important;
	color: var(--ac-about-sage);
	font-family: var(--ac-static-sans);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .24em;
	line-height: 1.2;
	text-transform: uppercase;
}

body.ac-static-route--about .ac-static-page--about .eyebrow.light {
	color: #bac5b8;
}

body.ac-static-route--about .ac-static-page--about :where(h1, h2) em {
	color: var(--ac-about-sage);
	font-style: italic;
}

/* Hero. */

body.ac-static-route--about .ac-static-page--about .ac-static-image-hero--about {
	display: grid;
	min-height: 520px;
	align-items: end;
	padding: 90px 0 74px;
	background: #1c261e;
}

body.ac-static-route--about .ac-static-page--about .ac-static-image-hero--about .ac-static-image-hero__media {
	z-index: 0;
	object-position: 50% 42%;
}

body.ac-static-route--about .ac-static-page--about .ac-static-image-hero--about .ac-static-image-hero__shade {
	z-index: 1;
	background: linear-gradient(90deg, rgba(18, 28, 20, .9), rgba(18, 28, 20, .28));
}

body.ac-static-route--about .ac-static-page--about .ac-static-image-hero--about .ac-static-image-hero__copy {
	z-index: 2;
	padding: 0;
}

body.ac-static-route--about .ac-static-page--about .ac-static-image-hero--about .ac-static-eyebrow {
	margin-bottom: 24px !important;
	color: #c1cfc0;
}

body.ac-static-route--about .ac-static-page--about .ac-static-image-hero--about h1 {
	max-width: 900px;
	margin: 0;
	font-size: clamp(55px, 7vw, 94px);
	font-weight: 400;
	letter-spacing: -.045em;
	line-height: .94;
}

body.ac-static-route--about .ac-static-page--about .ac-static-image-hero--about h1 em {
	color: #c7d2c5;
}

body.ac-static-route--about .ac-static-page--about .ac-static-image-hero--about .ac-static-image-hero__lead {
	max-width: 650px;
	margin: 28px 0 0 !important;
	color: rgba(255, 255, 255, .76);
	font-family: var(--ac-static-display);
	font-size: 21px;
	line-height: 1.55;
}

/* Intro and family story. */

body.ac-static-route--about .ac-static-page--about .about-intro {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 8vw;
	border-radius: 0 !important;
	background: transparent !important;
	padding-inline: 0 !important;
	padding-block: 110px;
	border: 0 !important;
}

body.ac-static-route--about .ac-static-page--about .about-intro h2 {
	margin: 0 !important;
	font-size: clamp(48px, 6vw, 76px);
	font-weight: 400;
	letter-spacing: normal;
	line-height: .95;
}

body.ac-static-route--about .ac-static-page--about .about-intro > div:last-child p {
	margin: 0 0 24px !important;
	color: #586158;
	font-family: var(--ac-static-display);
	font-size: 19px;
	line-height: 1.62;
}

body.ac-static-route--about .ac-static-page--about .family-story {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	align-items: center;
	gap: 8vw;
	padding: 0 0 120px;
}

body.ac-static-route--about .ac-static-page--about .family-story-image {
	grid-column: 1;
	grid-row: 1;
	min-height: 660px;
	background: #d9dbd5;
	overflow: hidden;
}

body.ac-static-route--about .ac-static-page--about .family-story-copy {
	grid-column: 2;
	grid-row: 1;
	align-self: center;
}

body.ac-static-route--about .ac-static-page--about .family-story-image img {
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	object-fit: cover;
	object-position: center;
}

body.ac-static-route--about .ac-static-page--about :where(.family-story-copy, .sweden-story) h2 {
	margin: 0 !important;
	font-size: clamp(44px, 5vw, 68px);
	font-weight: 400;
	letter-spacing: normal;
	line-height: .97;
}

body.ac-static-route--about .ac-static-page--about .family-story-copy > p:not(.eyebrow),
body.ac-static-route--about .ac-static-page--about .sweden-story > div:last-child > p {
	margin: 24px 0 0 !important;
	color: #5c655c;
	font-family: var(--ac-static-display);
	font-size: 18px;
	line-height: 1.62;
}

/* History. */

body.ac-static-route--about .ac-static-page--about .history-section {
	display: block !important;
	padding: 110px 0;
	background: #172019;
	color: #fff;
}

body.ac-static-route--about .ac-static-page--about .history-section .split-heading {
	display: grid;
	grid-template-columns: 1.8fr .8fr;
	align-items: end;
	gap: 60px;
	margin: 0 0 56px;
}

body.ac-static-route--about .ac-static-page--about .history-section .split-heading h2 {
	margin: 0 !important;
	font-size: clamp(45px, 5vw, 70px);
	font-weight: 400;
	letter-spacing: -.045em;
	line-height: .98;
}

body.ac-static-route--about .ac-static-page--about .history-section .split-heading > p {
	margin: 0 0 4px !important;
	border-left: 1px solid rgba(255, 255, 255, .2);
	padding-left: 25px;
	color: rgba(255, 255, 255, .68);
	font-family: var(--ac-static-display);
	font-size: 18px;
	line-height: 1.55;
}

body.ac-static-route--about .ac-static-page--about .history-timeline {
	border-top: 1px solid rgba(255, 255, 255, .2);
}

body.ac-static-route--about .ac-static-page--about .history-timeline article {
	display: grid;
	grid-template-columns: 70px 150px 1fr;
	align-items: start;
	gap: 28px;
	min-height: 125px;
	padding: 28px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

body.ac-static-route--about .ac-static-page--about .history-timeline article > span {
	color: #96a394;
	font-family: var(--ac-static-display);
	font-size: 16px;
	line-height: 24px;
}

body.ac-static-route--about .ac-static-page--about .history-timeline article > strong {
	color: #d8e0d5;
	font-family: var(--ac-static-display);
	font-size: 26px;
	font-weight: 400;
	line-height: 1.5;
}

body.ac-static-route--about .ac-static-page--about .history-timeline h3 {
	margin: 0 0 8px !important;
	color: #fff;
	font-family: var(--ac-static-display);
	font-size: 25px;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1.5;
}

body.ac-static-route--about .ac-static-page--about .history-timeline p {
	max-width: 760px;
	margin: 0 !important;
	color: rgba(255, 255, 255, .68);
	font-family: var(--ac-static-sans);
	font-size: 12px;
	line-height: 1.7;
}

/* Sweden, values and award. */

body.ac-static-route--about .ac-static-page--about .sweden-story {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 9vw;
	border-radius: 0 !important;
	background: transparent !important;
	padding-inline: 0;
	padding-block: 115px;
}

body.ac-static-route--about .ac-static-page--about .sweden-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

body.ac-static-route--about .ac-static-page--about .button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 24px;
	border: 1px solid var(--ac-about-ink);
	border-radius: 0;
	padding: 0 23px;
	font-family: var(--ac-static-sans);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .045em;
	line-height: 18px;
	text-decoration: none;
	transition: transform .2s, background .2s, color .2s;
}

body.ac-static-route--about .ac-static-page--about .button-dark {
	background: var(--ac-about-ink);
	color: #fff;
}

body.ac-static-route--about .ac-static-page--about .button-light {
	background: transparent;
	color: var(--ac-about-ink);
}

body.ac-static-route--about .ac-static-page--about .button:hover,
body.ac-static-route--about .ac-static-page--about .button:focus-visible {
	transform: translateY(-2px);
}

body.ac-static-route--about .ac-static-page--about .values-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	margin-bottom: 110px !important;
	border-block: 1px solid var(--ac-about-line);
	background: transparent;
}

body.ac-static-route--about .ac-static-page--about .values-grid article {
	grid-column: auto;
	min-height: 250px;
	padding: 28px;
	background: transparent;
}

body.ac-static-route--about .ac-static-page--about .values-grid article + article {
	border-left: 1px solid var(--ac-about-line);
}

body.ac-static-route--about .ac-static-page--about .values-grid span {
	color: var(--ac-about-sage);
	font-family: var(--ac-static-display);
}

body.ac-static-route--about .ac-static-page--about .values-grid h2 {
	margin: 65px 0 12px !important;
	font-size: 31px;
	font-weight: 500;
	line-height: 1.5;
}

body.ac-static-route--about .ac-static-page--about .values-grid p {
	margin: 0 !important;
	color: #666e66;
	font-family: var(--ac-static-sans);
	font-size: 13px;
	line-height: 1.65;
}

body.ac-static-route--about .ac-static-page--about .award-story {
	display: block !important;
	grid-template: none !important;
	gap: 0;
	align-items: normal;
	padding: 80px 0;
	background: #f0f1ec;
	color: var(--ac-about-ink);
}

body.ac-static-route--about .ac-static-page--about .award-story > .shell {
	display: grid;
	min-height: 0;
	grid-column: auto !important;
	grid-template-columns: 320px 1fr;
	align-items: center;
	gap: 8vw;
	padding-top: 8vw;
}

body.ac-static-route--about .ac-static-page--about .award-story img {
	width: 310px;
	height: auto;
}

body.ac-static-route--about .ac-static-page--about .award-story .eyebrow.light {
	color: #94613c;
}

body.ac-static-route--about .ac-static-page--about .award-story h2 {
	margin: 0 !important;
	font-size: clamp(48px, 6vw, 76px);
	font-weight: 400;
	line-height: .95;
}

body.ac-static-route--about .ac-static-page--about .award-story p:last-child {
	max-width: 580px;
	margin: 0 !important;
	color: #5f625b;
	font-family: var(--ac-static-display);
	font-size: 18px;
	line-height: 1.5;
}

@media (min-width: 761px) and (max-width: 980px) {
	body.ac-static-route--about .ac-static-page--about .about-intro > div:first-child,
	body.ac-static-route--about .ac-static-page--about .sweden-story > div:first-child {
		grid-column: 1 !important;
		grid-row: auto !important;
	}

	body.ac-static-route--about .ac-static-page--about .about-intro > div:last-child,
	body.ac-static-route--about .ac-static-page--about .sweden-story > div:last-child {
		grid-column: 2 !important;
		grid-row: auto !important;
	}
}

@media (max-width: 760px) {
	body.ac-static-route--about .ac-static-page--about .shell,
	body.ac-static-route--about .ac-static-page--about .ac-static-shell {
		width: min(620px, calc(100% - 36px)) !important;
	}

	body.ac-static-route--about .ac-static-page--about .ac-static-image-hero--about {
		min-height: 460px;
		padding: 75px 0 50px;
	}

	body.ac-static-route--about .ac-static-page--about .ac-static-image-hero--about h1 {
		font-size: 53px;
	}

	body.ac-static-route--about .ac-static-page--about .ac-static-image-hero--about .ac-static-image-hero__lead {
		font-size: 18px;
	}

	body.ac-static-route--about .ac-static-page--about .about-intro {
		grid-template-columns: 1fr;
		gap: 55px;
		padding-block: 110px;
	}

	body.ac-static-route--about .ac-static-page--about .family-story {
		grid-template-columns: 1fr;
		gap: 52px;
		padding-bottom: 80px;
	}

	body.ac-static-route--about .ac-static-page--about .family-story-image {
		grid-column: 1;
		grid-row: auto;
		min-height: 480px;
	}

	body.ac-static-route--about .ac-static-page--about .family-story-copy {
		grid-column: 1;
		grid-row: auto;
	}

	body.ac-static-route--about .ac-static-page--about .history-section {
		padding-block: 78px;
	}

	body.ac-static-route--about .ac-static-page--about .history-section .split-heading {
		grid-template-columns: 1fr;
		gap: 26px;
		margin-bottom: 40px;
	}

	body.ac-static-route--about .ac-static-page--about .history-section .split-heading h2 {
		font-size: 44px;
	}

	body.ac-static-route--about .ac-static-page--about .history-section .split-heading > p {
		padding-left: 16px;
		font-size: 16px;
	}

	body.ac-static-route--about .ac-static-page--about .history-timeline article {
		grid-template-columns: 45px 1fr;
		gap: 16px;
	}

	body.ac-static-route--about .ac-static-page--about .history-timeline article > div {
		grid-column: 2;
	}

	body.ac-static-route--about .ac-static-page--about .history-timeline article > strong {
		font-size: 22px;
	}

	body.ac-static-route--about .ac-static-page--about .sweden-story {
		grid-template-columns: 1fr;
		gap: 45px;
		padding-block: 80px;
	}

	body.ac-static-route--about .ac-static-page--about .values-grid {
		grid-template-columns: 1fr;
		margin-bottom: 80px !important;
	}

	body.ac-static-route--about .ac-static-page--about .values-grid article {
		min-height: 190px;
	}

	body.ac-static-route--about .ac-static-page--about .values-grid article + article {
		border-top: 1px solid var(--ac-about-line);
		border-left: 0;
	}

	body.ac-static-route--about .ac-static-page--about .values-grid h2 {
		margin-top: 35px !important;
	}

	body.ac-static-route--about .ac-static-page--about .award-story > .shell {
		min-height: 0;
		grid-template-columns: 1fr;
		padding-top: 0;
	}

	body.ac-static-route--about .ac-static-page--about .award-story img {
		width: min(280px, 100%);
	}
}

@media (hover: none) {
	body.ac-static-route--about .ac-static-page--about .button:hover:not(:focus-visible) {
		transform: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.ac-static-route--about .ac-static-page--about .button:hover,
	body.ac-static-route--about .ac-static-page--about .button:focus-visible {
		transform: none;
	}
}

/* --------------------------------------------------------------------------
 * Kontakt — authoritative Sites partner composition.
 * ----------------------------------------------------------------------- */

body.ac-static-route--contact .ac-static-page--contact .partner-contact {
	display: grid;
	width: min(1240px, calc(100% - 64px)) !important;
	max-width: 1240px !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9vw;
	margin-inline: auto !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	padding: 115px 0 !important;
}

body.ac-static-route--contact .ac-static-page--contact .partner-contact > * {
	grid-column: auto !important;
	grid-row: auto !important;
}

body.ac-static-route--contact .ac-static-page--contact .partner-contact :where(.eyebrow) {
	margin: 0 0 24px !important;
	color: #5e6d5f;
	font-family: var(--ac-static-sans);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .24em;
	line-height: 13.2px;
	text-transform: uppercase;
}

body.ac-static-route--contact .ac-static-page--contact .partner-contact h2 {
	margin: 0 !important;
	color: #111410;
	font-family: var(--ac-static-display);
	font-size: clamp(44px, 5vw, 68px);
	font-weight: 400;
	letter-spacing: normal;
	line-height: .97;
}

body.ac-static-route--contact .ac-static-page--contact .partner-contact h2 em {
	color: #5e6d5f;
	font-weight: inherit;
}

body.ac-static-route--contact .ac-static-page--contact .partner-contact > div:first-child > p:last-child {
	margin: 24px 0 0 !important;
	color: #5c655c;
	font-family: var(--ac-static-display);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.62;
}

body.ac-static-route--contact .ac-static-page--contact .partner-contact > div:last-child > ul {
	margin: 0 0 32px !important;
	border: 0;
	border-top: 1px solid rgba(17, 20, 16, .15);
	padding: 0;
	list-style: none;
}

body.ac-static-route--contact .ac-static-page--contact .partner-contact > div:last-child li {
	display: list-item;
	min-height: 47px;
	margin: 0;
	border: 0;
	border-bottom: 1px solid rgba(17, 20, 16, .15);
	padding: 14px 0;
	color: #111410;
	font-family: var(--ac-static-sans);
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
}

body.ac-static-route--contact .ac-static-page--contact .partner-contact > div:last-child > .button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 24px;
	border: 1px solid #111410;
	border-radius: 0 !important;
	background: #111410;
	padding: 0 23px;
	color: #fff;
	font-family: var(--ac-static-sans);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .045em;
	line-height: 18px;
	text-decoration: none;
	transition: background-color .2s, border-color .2s, transform .2s;
}

body.ac-static-route--contact .ac-static-page--contact .partner-contact > div:last-child > .button:hover,
body.ac-static-route--contact .ac-static-page--contact .partner-contact > div:last-child > .button:focus-visible {
	border-color: #5e6d5f;
	background: #5e6d5f;
	color: #fff;
	transform: translateY(-2px);
}

body.ac-static-route--contact .ac-static-page--contact .partner-shop-link {
	display: block;
	width: max-content;
	max-width: 100%;
	margin: 24px 0 0 !important;
	color: #111410;
	font-family: var(--ac-static-sans);
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: underline;
	text-underline-offset: 4px;
}

@media (max-width: 760px) {
	body.ac-static-route--contact .ac-static-page--contact .partner-contact {
		width: min(620px, calc(100% - 36px)) !important;
		grid-template-columns: 1fr;
		gap: 45px;
		padding-block: 80px !important;
	}

	body.ac-static-route--contact .ac-static-page--contact .partner-contact h2 {
		font-size: 44px;
		line-height: 42.68px;
	}

	body.ac-static-route--contact .ac-static-page--contact .partner-shop-link {
		min-height: 44px;
	}
}

@media (hover: none) {
	body.ac-static-route--contact .ac-static-page--contact .partner-contact > div:last-child > .button:hover:not(:focus-visible) {
		transform: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.ac-static-route--contact .ac-static-page--contact .partner-contact > div:last-child > .button:hover,
	body.ac-static-route--contact .ac-static-page--contact .partner-contact > div:last-child > .button:focus-visible {
		transform: none;
	}
}

/* Kontakt — portrait-led presentation of the Swedish team. */
body.ac-static-route--contact .ac-static-page--contact .ac-static-contact-details > .ac-static-shell {
	grid-template-columns: minmax(230px, .62fr) minmax(0, 1.38fr);
	gap: clamp(48px, 6vw, 86px);
	align-items: start;
}

body.ac-static-route--contact .ac-static-page--contact .ac-static-contact-team {
	min-width: 0;
}

body.ac-static-route--contact .ac-static-page--contact .ac-static-team-panel {
	display: grid;
	min-width: 0;
	grid-template-columns: minmax(240px, .86fr) minmax(0, 1.14fr);
	gap: 1px;
	margin-top: 18px;
	background: rgba(255, 255, 255, .18);
}

body.ac-static-route--contact .ac-static-page--contact .ac-static-team-portrait {
	min-width: 0;
	margin: 0;
	background: #223027;
}

body.ac-static-route--contact .ac-static-page--contact .ac-static-team-portrait picture,
body.ac-static-route--contact .ac-static-page--contact .ac-static-team-portrait img {
	display: block;
	width: 100%;
}

body.ac-static-route--contact .ac-static-page--contact .ac-static-team-portrait img {
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	object-position: 50% 50%;
}

body.ac-static-route--contact .ac-static-page--contact .ac-static-team-portrait figcaption {
	padding: 13px 16px 15px;
	color: rgba(255, 255, 255, .68);
	font-family: var(--ac-static-sans);
	font-size: 10px;
	letter-spacing: .035em;
	line-height: 1.5;
}

body.ac-static-route--contact .ac-static-page--contact .ac-static-team-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1px;
	margin: 0;
	background: rgba(255, 255, 255, .18);
}

body.ac-static-route--contact .ac-static-page--contact .ac-static-team-grid article {
	min-height: 0;
	padding: 24px 26px 26px;
	background: #223027;
}

body.ac-static-route--contact .ac-static-page--contact .ac-static-team-grid span {
	color: #c5d1c1;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .12em;
	line-height: 1.5;
	text-transform: uppercase;
}

body.ac-static-route--contact .ac-static-page--contact .ac-static-team-name {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 19px 0 11px;
}

body.ac-static-route--contact .ac-static-page--contact .ac-static-team-grid h3,
body.ac-static-route--contact .ac-static-page--contact .ac-static-team-name h3 {
	margin: 19px 0 11px !important;
	color: #fff !important;
	font-size: 27px;
	font-weight: 500;
	letter-spacing: normal !important;
	line-height: 1.35;
}

body.ac-static-route--contact .ac-static-page--contact .ac-static-team-name h3 {
	margin: 0 !important;
}

body.ac-static-route--contact .ac-static-page--contact .ac-static-team-shr-logo {
	width: 78px;
	height: auto;
	flex: 0 0 auto;
}

body.ac-static-route--contact .ac-static-page--contact .ac-static-team-grid p {
	margin: 0 !important;
	color: rgba(255, 255, 255, .78);
	font-size: 13px;
	line-height: 1.72;
}

@media (max-width: 1080px) {
	body.ac-static-route--contact .ac-static-page--contact .ac-static-contact-details > .ac-static-shell {
		grid-template-columns: 1fr;
		gap: 55px;
	}

	body.ac-static-route--contact .ac-static-page--contact .ac-static-team-panel {
		grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr);
	}
}

@media (max-width: 680px) {
	body.ac-static-route--contact .ac-static-page--contact .ac-static-team-panel {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 380px) {
	.ac-static-page--peeling .ac-static-hero h1 {
		font-size: 42px;
	}

	body.ac-static-route--contact .ac-static-page--contact .ac-static-team-grid article {
		padding-inline: 22px;
	}

	body.ac-static-route--contact .ac-static-page--contact .ac-static-team-name {
		gap: 12px;
	}

	body.ac-static-route--contact .ac-static-page--contact .ac-static-team-shr-logo {
		width: 68px;
	}
}
