:root {
	--slp-ink: #171715;
	--slp-ink-soft: #2c2b28;
	--slp-paper: #f5f2ec;
	--slp-paper-light: #fbfaf7;
	--slp-line: rgba(23, 23, 21, 0.17);
	--slp-red: #981f25;
	--slp-red-dark: #74151a;
	--slp-white: #fff;
	--slp-shell: min(1180px, calc(100vw - 48px));
	--slp-serif: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
	--slp-sans: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 92px;
}

body.senshulp-brand {
	background: var(--slp-paper-light);
	color: var(--slp-ink);
	font-family: var(--slp-sans);
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

body.senshulp-brand a,
body.senshulp-brand button,
body.senshulp-brand summary {
	-webkit-tap-highlight-color: transparent;
}

body.senshulp-brand a:focus-visible,
body.senshulp-brand button:focus-visible,
body.senshulp-brand summary:focus-visible,
body.senshulp-brand input:focus-visible,
body.senshulp-brand textarea:focus-visible {
	outline: 3px solid rgba(152, 31, 37, 0.35);
	outline-offset: 4px;
}

.slp-shell {
	width: var(--slp-shell);
	margin-inline: auto;
}

.slp-kicker {
	margin: 0 0 24px;
	color: var(--slp-red);
	font-size: 0.69rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.5;
	text-transform: uppercase;
}

.slp-kicker--light {
	color: rgba(255, 255, 255, 0.65);
}

.slp-section {
	padding: clamp(96px, 11vw, 168px) 0;
}

.slp-section h2,
.slp-cta h2 {
	margin: 0;
	font-family: var(--slp-serif);
	font-size: clamp(2.5rem, 5.6vw, 5.35rem);
	font-weight: 500;
	letter-spacing: -0.055em;
	line-height: 1.12;
}

.slp-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.65fr);
	align-items: end;
	gap: clamp(48px, 8vw, 128px);
	margin-bottom: clamp(56px, 8vw, 104px);
}

.slp-section-heading > p {
	max-width: 500px;
	margin: 0 0 8px;
	color: #64615b;
	font-size: 1rem;
	line-height: 2;
}

.slp-section-heading--light > p {
	color: rgba(255, 255, 255, 0.62);
}

.slp-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 24px 32px;
}

.slp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 15px 26px;
	border: 1px solid transparent;
	border-radius: 0;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
	text-decoration: none !important;
	transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

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

.slp-button--primary {
	background: var(--slp-red);
	color: var(--slp-white) !important;
}

.slp-button--primary:hover {
	background: var(--slp-red-dark);
}

.slp-button--dark {
	background: var(--slp-ink);
	color: var(--slp-white) !important;
}

.slp-button--dark:hover {
	background: var(--slp-red);
}

.slp-button--white {
	background: var(--slp-white);
	color: var(--slp-red) !important;
}

.slp-button--white:hover {
	background: var(--slp-ink);
	color: var(--slp-white) !important;
}

.slp-button--outline-light {
	margin-top: 46px;
	border-color: rgba(255, 255, 255, 0.35);
	color: var(--slp-white) !important;
}

.slp-button--outline-light:hover {
	border-color: var(--slp-white);
	background: var(--slp-white);
	color: var(--slp-ink) !important;
}

.slp-text-link {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	padding: 10px 0;
	border-bottom: 1px solid currentColor;
	color: var(--slp-ink);
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-decoration: none !important;
	transition: color 200ms ease, gap 200ms ease;
}

.slp-text-link:hover {
	gap: 24px;
	color: var(--slp-red);
}

.slp-text-link--light {
	color: var(--slp-white);
}

/* Astra integration */
body.senshulp-front-page #page,
body.senshulp-front-page .site-content,
body.senshulp-front-page .site-content > .ast-container,
body.senshulp-front-page .content-area,
body.senshulp-front-page .site-main,
body.senshulp-front-page .hentry,
body.senshulp-front-page .entry-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.senshulp-front-page .site-content > .ast-container {
	display: block;
}

body.senshulp-front-page .entry-header,
body.senshulp-front-page .entry-title {
	display: none;
}

body.senshulp-about-page .site-content,
body.senshulp-about-page .site-content > .ast-container,
body.senshulp-about-page .content-area,
body.senshulp-about-page .site-main,
body.senshulp-about-page .hentry,
body.senshulp-about-page .entry-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.senshulp-about-page .site-content > .ast-container {
	display: block;
}

body.senshulp-about-page .entry-header,
body.senshulp-about-page .entry-title {
	display: none;
}

body.senshulp-brand .site-footer {
	display: none;
}

body.senshulp-front-page #masthead {
	position: fixed;
	inset: 0 0 auto;
	z-index: 999;
	background: transparent;
	transition: background-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

body.admin-bar.senshulp-front-page #masthead {
	top: 32px;
}

body.senshulp-front-page #masthead .ast-primary-header-bar {
	min-height: 84px;
	border: 0;
	background: transparent;
	transition: min-height 260ms ease, background-color 260ms ease;
}

body.senshulp-front-page #masthead .site-title a,
body.senshulp-front-page #masthead .main-header-menu > .menu-item > .menu-link,
body.senshulp-front-page #masthead .ast-menu-toggle,
body.senshulp-front-page #masthead .mobile-menu-toggle-icon,
body.senshulp-front-page #masthead .ast-builder-menu-mobile .main-navigation .menu-item > .menu-link {
	color: var(--slp-white);
}

body.senshulp-front-page #masthead .site-title a {
	font-family: var(--slp-serif);
	font-size: 1.55rem;
	font-weight: 700;
	letter-spacing: -0.06em;
}

body.senshulp-front-page #masthead .main-header-menu > .menu-item > .menu-link {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

body.senshulp-front-page #masthead .main-header-menu > .menu-item:last-child > .menu-link {
	height: 46px;
	margin-left: 16px;
	padding-inline: 22px;
	background: var(--slp-red);
}

body.senshulp-front-page.slp-scrolled #masthead {
	background: rgba(251, 250, 247, 0.96);
	box-shadow: 0 1px 0 rgba(23, 23, 21, 0.12);
	backdrop-filter: blur(12px);
}

body.senshulp-front-page.slp-scrolled #masthead .ast-primary-header-bar {
	min-height: 70px;
}

body.senshulp-front-page.slp-scrolled #masthead .site-title a,
body.senshulp-front-page.slp-scrolled #masthead .main-header-menu > .menu-item > .menu-link,
body.senshulp-front-page.slp-scrolled #masthead .ast-menu-toggle,
body.senshulp-front-page.slp-scrolled #masthead .mobile-menu-toggle-icon {
	color: var(--slp-ink);
}

body.senshulp-front-page.slp-scrolled #masthead .main-header-menu > .menu-item:last-child > .menu-link {
	color: var(--slp-white);
}

/* Hero */
.slp-hero {
	position: relative;
	display: flex;
	min-height: max(720px, 100svh);
	isolation: isolate;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(10, 10, 9, 0.9) 0%, rgba(10, 10, 9, 0.66) 46%, rgba(10, 10, 9, 0.26) 100%),
		linear-gradient(0deg, rgba(10, 10, 9, 0.5), transparent 45%),
		url("/wp-content/uploads/2026/06/33855927_s.jpg") center / cover no-repeat;
	color: var(--slp-white);
}

.slp-hero::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(152, 31, 37, 0.1), transparent 38%);
	content: "";
}

.slp-hero__grain {
	position: absolute;
	inset: 0;
	z-index: -1;
	opacity: 0.13;
	background-image:
		repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.08) 3px),
		repeating-linear-gradient(90deg, transparent, transparent 3px, rgba(255, 255, 255, 0.05) 4px);
	mix-blend-mode: soft-light;
	pointer-events: none;
}

.slp-hero__inner {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: 156px 0 152px;
}

.slp-hero__title {
	max-width: 930px;
	margin: 0 0 32px;
	font-family: var(--slp-serif);
	font-size: clamp(3.4rem, 8.4vw, 8.1rem);
	font-weight: 500;
	letter-spacing: -0.085em;
	line-height: 0.98;
}

.slp-hero__title span {
	display: block;
}

.slp-hero__lead {
	margin: 0 0 38px;
	color: rgba(255, 255, 255, 0.85);
	font-size: clamp(1rem, 1.6vw, 1.18rem);
	letter-spacing: 0.04em;
	line-height: 2;
}

.slp-hero__facts {
	position: absolute;
	right: 0;
	bottom: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(150px, 1fr));
	width: min(660px, 62vw);
	border-top: 1px solid rgba(255, 255, 255, 0.22);
	border-left: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(12, 12, 11, 0.5);
	backdrop-filter: blur(14px);
}

.slp-hero__facts > div {
	display: flex;
	min-height: 112px;
	padding: 25px 22px;
	border-right: 1px solid rgba(255, 255, 255, 0.18);
	flex-direction: column;
	justify-content: space-between;
}

.slp-hero__facts span {
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.65rem;
	letter-spacing: 0.1em;
}

.slp-hero__facts strong {
	color: var(--slp-white);
	font-size: 0.82rem;
	letter-spacing: 0.08em;
}

.slp-scroll-cue {
	position: absolute;
	bottom: 0;
	left: max(24px, calc((100vw - 1180px) / 2));
	display: flex;
	align-items: center;
	gap: 16px;
	padding-bottom: 34px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.61rem;
	letter-spacing: 0.16em;
	text-decoration: none !important;
	text-transform: uppercase;
	writing-mode: vertical-rl;
}

.slp-scroll-cue i {
	display: block;
	width: 1px;
	height: 42px;
	background: rgba(255, 255, 255, 0.45);
}

/* Price */
.slp-price {
	background: var(--slp-paper);
}

.slp-price-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: var(--slp-line);
	border: 1px solid var(--slp-line);
}

.slp-price-card {
	position: relative;
	display: flex;
	min-height: 500px;
	padding: clamp(30px, 3.7vw, 48px);
	background: var(--slp-paper-light);
	flex-direction: column;
	transition: background-color 240ms ease, transform 240ms ease;
}

.slp-price-card:hover {
	z-index: 1;
	background: var(--slp-white);
	transform: translateY(-6px);
}

.slp-price-card--accent::before {
	position: absolute;
	top: -1px;
	right: -1px;
	left: -1px;
	height: 5px;
	background: var(--slp-red);
	content: "";
}

.slp-price-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 62px;
	color: #77736c;
	font-size: 0.62rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.slp-price-card__top p {
	margin: 0;
}

.slp-price-card h3 {
	min-height: 2.7em;
	margin: 0 0 20px;
	font-family: var(--slp-serif);
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 600;
	letter-spacing: -0.04em;
	line-height: 1.35;
}

.slp-price-card__price {
	display: flex;
	align-items: flex-end;
	margin: 0 0 32px;
	flex-wrap: wrap;
	gap: 2px 8px;
}

.slp-price-card__price strong {
	font-family: "Arial", sans-serif;
	font-size: clamp(2.75rem, 4.8vw, 4.25rem);
	font-weight: 400;
	letter-spacing: -0.075em;
	line-height: 1;
}

.slp-price-card__price span {
	padding-bottom: 5px;
	font-size: 0.68rem;
}

.slp-price-card ul {
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}

.slp-price-card li {
	padding: 10px 0;
	border-bottom: 1px solid var(--slp-line);
	font-size: 0.82rem;
}

.slp-price-card > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 18px;
	border-top: 1px solid var(--slp-ink);
	color: var(--slp-ink);
	font-size: 0.79rem;
	font-weight: 700;
	text-decoration: none !important;
}

.slp-price-card > a span {
	transition: transform 200ms ease;
}

.slp-price-card > a:hover span {
	transform: translateX(5px);
}

.slp-price__note {
	margin: 24px 0 0;
	color: #77736c;
	font-size: 0.75rem;
	text-align: right;
}

/* About */
.slp-about {
	background: var(--slp-paper-light);
}

.slp-about__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
	align-items: center;
	gap: clamp(56px, 10vw, 150px);
}

.slp-about__visual {
	position: relative;
	min-height: 730px;
	overflow: hidden;
	background:
		linear-gradient(0deg, rgba(17, 17, 16, 0.62), rgba(17, 17, 16, 0.08)),
		url("/wp-content/uploads/2026/06/33855927_s.jpg") 24% center / auto 112% no-repeat;
	filter: grayscale(1);
}

.slp-about__vertical {
	position: absolute;
	top: 32px;
	left: 28px;
	color: rgba(255, 255, 255, 0.77);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	writing-mode: vertical-rl;
}

.slp-about__stamp {
	position: absolute;
	right: 30px;
	bottom: 30px;
	padding: 18px 20px;
	border: 1px solid rgba(255, 255, 255, 0.55);
	color: var(--slp-white);
	font-family: var(--slp-serif);
	font-size: 0.95rem;
	letter-spacing: 0.05em;
	line-height: 1.45;
}

.slp-about__content > h2 {
	margin-bottom: 44px;
}

.slp-about__content > p {
	max-width: 590px;
	margin: 0 0 24px;
	color: #57544f;
	line-height: 2.1;
}

.slp-about__content .slp-about__lead {
	color: var(--slp-ink);
	font-family: var(--slp-serif);
	font-size: clamp(1.2rem, 2vw, 1.5rem);
	font-weight: 600;
	line-height: 1.75;
}

.slp-method {
	margin: 48px 0;
	padding: 0;
	border-top: 1px solid var(--slp-line);
	list-style: none;
}

.slp-method li {
	display: grid;
	grid-template-columns: 48px minmax(120px, 0.75fr) 1fr;
	align-items: center;
	gap: 16px;
	padding: 19px 0;
	border-bottom: 1px solid var(--slp-line);
}

.slp-method span {
	color: var(--slp-red);
	font-size: 0.66rem;
	letter-spacing: 0.1em;
}

.slp-method strong {
	font-family: var(--slp-serif);
	font-size: 1rem;
}

.slp-method small {
	color: #77736c;
	font-size: 0.76rem;
}

/* Services */
.slp-services {
	background: var(--slp-ink);
	color: var(--slp-white);
}

.slp-services h2 {
	color: var(--slp-white);
}

.slp-service-list {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.slp-service-row {
	display: grid;
	grid-template-columns: 60px minmax(220px, 0.82fr) minmax(260px, 1fr) 50px;
	align-items: center;
	gap: clamp(18px, 4vw, 60px);
	padding: 38px 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: var(--slp-white) !important;
	text-decoration: none !important;
	transition: background-color 240ms ease, padding 240ms ease;
}

.slp-service-row:hover {
	padding-right: 24px;
	padding-left: 24px;
	background: var(--slp-red);
}

.slp-service-row__number {
	color: rgba(255, 255, 255, 0.48);
	font-size: 0.68rem;
	letter-spacing: 0.12em;
}

.slp-service-row small {
	display: block;
	margin-bottom: 5px;
	color: rgba(255, 255, 255, 0.52);
	font-size: 0.57rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.slp-service-row h3 {
	margin: 0;
	color: var(--slp-white);
	font-family: var(--slp-serif);
	font-size: clamp(1.45rem, 2.5vw, 2rem);
	font-weight: 500;
	letter-spacing: -0.03em;
}

.slp-service-row p {
	margin: 0;
	color: rgba(255, 255, 255, 0.64);
	font-size: 0.88rem;
	line-height: 1.8;
}

.slp-service-row__arrow {
	font-size: 1.5rem;
	text-align: right;
	transition: transform 200ms ease;
}

.slp-service-row:hover .slp-service-row__arrow {
	transform: translate(3px, -3px);
}

/* Process */
.slp-process {
	background:
		linear-gradient(rgba(245, 242, 236, 0.94), rgba(245, 242, 236, 0.94)),
		repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgba(23, 23, 21, 0.08) 25%);
}

.slp-process .slp-shell {
	display: grid;
	grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
	gap: clamp(64px, 10vw, 150px);
}

.slp-process__intro p:last-child {
	max-width: 430px;
	margin: 32px 0 0;
	color: #64615b;
	line-height: 2;
}

.slp-process__steps {
	margin: 0;
	padding: 0;
	counter-reset: step;
	list-style: none;
}

.slp-process__steps li {
	position: relative;
	display: grid;
	grid-template-columns: 54px 150px 1fr;
	align-items: baseline;
	gap: 18px;
	padding: 28px 0;
	border-bottom: 1px solid var(--slp-line);
}

.slp-process__steps li:first-child {
	border-top: 1px solid var(--slp-line);
}

.slp-process__steps span {
	color: var(--slp-red);
	font-size: 0.65rem;
	letter-spacing: 0.12em;
}

.slp-process__steps strong {
	font-family: var(--slp-serif);
	font-size: 1.05rem;
}

.slp-process__steps p {
	margin: 0;
	color: #66635d;
	font-size: 0.83rem;
	line-height: 1.85;
}

/* Area */
.slp-area {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 10% 10%, rgba(152, 31, 37, 0.32), transparent 32%),
		var(--slp-ink);
	color: var(--slp-white);
}

.slp-area::after {
	position: absolute;
	right: -8vw;
	bottom: -30vw;
	width: min(62vw, 820px);
	height: min(62vw, 820px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.slp-area__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
	align-items: center;
	gap: clamp(60px, 10vw, 150px);
}

.slp-area__intro h2 {
	margin-bottom: 32px;
}

.slp-area__intro > p:not(.slp-kicker) {
	max-width: 540px;
	margin: 0 0 36px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 2;
}

.slp-area__places {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.slp-area__places span {
	display: flex;
	align-items: center;
	min-height: 82px;
	padding: 18px;
	border-right: 1px solid rgba(255, 255, 255, 0.18);
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	font-family: var(--slp-serif);
	font-size: clamp(0.88rem, 1.4vw, 1.08rem);
}

.slp-area__places p {
	grid-column: 1 / -1;
	margin: 0;
	padding: 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.18);
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.72rem;
	letter-spacing: 0.04em;
}

/* Encyclopedia */
.slp-encyclopedia {
	background: var(--slp-paper-light);
}

.slp-encyclopedia__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
	align-items: center;
	gap: clamp(60px, 10vw, 148px);
}

.slp-encyclopedia__copy h2 {
	margin-bottom: 36px;
}

.slp-encyclopedia__copy > p:not(.slp-kicker) {
	max-width: 520px;
	margin: 0 0 38px;
	color: #64615b;
	line-height: 2;
}

.slp-editorial-card {
	border: 1px solid var(--slp-line);
	background: var(--slp-white);
}

.slp-editorial-card__image {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 340px;
	padding: 34px;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(152, 31, 37, 0.92), rgba(23, 23, 21, 0.97)),
		url("/wp-content/uploads/2026/06/33855927_s.jpg") center / cover;
}

.slp-editorial-card__image::after {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 92px;
	height: 92px;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 50%;
	content: "";
}

.slp-editorial-card__image span {
	color: var(--slp-white);
	font-family: var(--slp-serif);
	font-size: clamp(2.5rem, 5vw, 4.8rem);
	letter-spacing: -0.065em;
	line-height: 0.88;
}

.slp-editorial-card__body {
	padding: 34px;
}

.slp-editorial-card__label {
	color: var(--slp-red);
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.slp-editorial-card h3 {
	margin: 17px 0;
	font-family: var(--slp-serif);
	font-size: clamp(1.4rem, 2.3vw, 1.9rem);
	line-height: 1.5;
}

.slp-editorial-card p {
	margin: 0 0 24px;
	color: #69655f;
	font-size: 0.82rem;
	line-height: 1.85;
}

.slp-editorial-card a {
	color: var(--slp-ink);
	font-size: 0.78rem;
	font-weight: 700;
	text-decoration: none !important;
}

/* Managed works */
.slp-managed-works {
	background: var(--slp-paper);
}

.slp-managed-works .scm-card-grid {
	margin-bottom: 50px;
}

.slp-managed-works__link {
	margin-top: 2px;
}

/* Founder */
.slp-founder {
	background: var(--slp-ink);
	color: var(--slp-white);
}

.slp-founder__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	align-items: center;
	gap: clamp(60px, 12vw, 170px);
}

.slp-founder__monogram {
	position: relative;
	display: flex;
	min-height: 600px;
	padding: 36px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	overflow: hidden;
	background:
		radial-gradient(circle at 70% 25%, rgba(152, 31, 37, 0.75), transparent 36%),
		linear-gradient(145deg, #2a2926, #11110f);
	flex-direction: column;
	justify-content: space-between;
}

.slp-founder__monogram::before {
	position: absolute;
	inset: 13% -15% auto auto;
	width: 410px;
	height: 410px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 50%;
	content: "";
}

.slp-founder__monogram span {
	position: relative;
	align-self: center;
	margin: auto;
	color: rgba(255, 255, 255, 0.9);
	font-family: var(--slp-serif);
	font-size: clamp(5rem, 11vw, 9rem);
	letter-spacing: -0.1em;
}

.slp-founder__monogram small {
	position: relative;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.65rem;
	letter-spacing: 0.15em;
	line-height: 1.6;
	text-transform: uppercase;
}

.slp-founder__copy h2 {
	margin-bottom: 40px;
	color: var(--slp-white);
}

.slp-founder__copy > p:not(.slp-kicker) {
	max-width: 620px;
	margin: 0;
	color: rgba(255, 255, 255, 0.66);
	line-height: 2.1;
}

.slp-founder__name {
	display: flex;
	align-items: baseline;
	margin: 42px 0 38px;
	gap: 14px 24px;
	flex-wrap: wrap;
}

.slp-founder__name span {
	color: rgba(255, 255, 255, 0.52);
	font-size: 0.7rem;
	letter-spacing: 0.08em;
}

.slp-founder__name strong {
	font-family: var(--slp-serif);
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.slp-founder .slp-text-link {
	color: var(--slp-white);
}

/* FAQ */
.slp-faq {
	background: var(--slp-paper);
}

.slp-faq__grid {
	display: grid;
	grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.35fr);
	gap: clamp(60px, 10vw, 150px);
}

.slp-faq__intro {
	position: sticky;
	top: 120px;
	align-self: start;
}

.slp-faq__items {
	border-top: 1px solid var(--slp-line);
}

.slp-faq details {
	border-bottom: 1px solid var(--slp-line);
}

.slp-faq summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 28px 0;
	cursor: pointer;
	font-family: var(--slp-serif);
	font-size: clamp(1rem, 1.8vw, 1.22rem);
	font-weight: 600;
	line-height: 1.6;
	list-style: none;
}

.slp-faq summary::-webkit-details-marker {
	display: none;
}

.slp-faq summary span {
	color: var(--slp-red);
	font-family: var(--slp-sans);
	font-size: 1.3rem;
	font-weight: 400;
	transition: transform 200ms ease;
}

.slp-faq details[open] summary span {
	transform: rotate(45deg);
}

.slp-faq details p {
	max-width: 660px;
	margin: -4px 0 28px;
	color: #65615b;
	font-size: 0.88rem;
	line-height: 2;
}

/* CTA */
.slp-cta {
	position: relative;
	padding: clamp(90px, 11vw, 160px) 0;
	overflow: hidden;
	background: var(--slp-red);
	color: var(--slp-white);
}

.slp-cta__inner {
	position: relative;
	z-index: 1;
}

.slp-cta h2 {
	max-width: 900px;
	margin-bottom: 32px;
	color: var(--slp-white);
	font-size: clamp(2.8rem, 6vw, 5.7rem);
}

.slp-cta p:not(.slp-kicker) {
	max-width: 690px;
	margin: 0 0 40px;
	color: rgba(255, 255, 255, 0.78);
	line-height: 2;
}

.slp-cta__email {
	display: inline-flex;
	margin-left: 24px;
	padding: 8px 0 6px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.62);
	color: var(--slp-white) !important;
	font-family: var(--slp-sans);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-decoration: none !important;
}

.slp-cta__email:hover {
	border-color: var(--slp-white);
}

.slp-cta__word {
	position: absolute;
	right: -0.05em;
	bottom: -0.3em;
	color: rgba(255, 255, 255, 0.07);
	font-family: var(--slp-serif);
	font-size: clamp(8rem, 24vw, 22rem);
	font-weight: 700;
	letter-spacing: -0.09em;
	line-height: 1;
	pointer-events: none;
}

/* About page */
.slp-about-page {
	background: var(--slp-paper-light);
}

.slp-about-page__hero {
	position: relative;
	padding: clamp(88px, 10vw, 150px) 0 clamp(92px, 12vw, 178px);
	overflow: hidden;
	background:
		radial-gradient(circle at 82% 15%, rgba(152, 31, 37, 0.68), transparent 30%),
		linear-gradient(145deg, #24231f, #11110f);
	color: var(--slp-white);
}

.slp-about-page__hero::after {
	position: absolute;
	right: -12vw;
	bottom: -40vw;
	width: min(74vw, 900px);
	height: min(74vw, 900px);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.slp-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 clamp(52px, 7vw, 88px);
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.68rem;
}

.slp-breadcrumbs a {
	color: inherit;
	text-decoration: none !important;
}

.slp-breadcrumbs a:hover {
	color: var(--slp-white);
}

.slp-about-page__hero h1 {
	position: relative;
	z-index: 1;
	max-width: 900px;
	margin: 0;
	font-family: var(--slp-serif);
	font-size: clamp(4rem, 11vw, 10rem);
	font-weight: 500;
	letter-spacing: -0.075em;
	line-height: 0.92;
}

.slp-about-page__hero-copy {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: 42px;
	max-width: 760px;
	margin: clamp(56px, 8vw, 100px) 0 0 auto;
}

.slp-about-page__hero-copy p {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	line-height: 2;
}

.slp-about-page__hero-copy p:first-child {
	color: var(--slp-white);
	font-family: var(--slp-serif);
	font-size: clamp(1.1rem, 2vw, 1.45rem);
	line-height: 1.8;
}

.slp-about-page__belief {
	background: var(--slp-paper-light);
}

.slp-about-page__belief-grid {
	display: grid;
	grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(64px, 12vw, 170px);
}

.slp-about-page__prose {
	max-width: 680px;
}

.slp-about-page__prose p {
	margin: 0 0 28px;
	color: #65615b;
	line-height: 2.15;
}

.slp-about-page__prose .slp-about-page__lead {
	margin-bottom: 38px;
	color: var(--slp-ink);
	font-family: var(--slp-serif);
	font-size: clamp(1.25rem, 2.2vw, 1.75rem);
	line-height: 1.9;
}

.slp-about-page__principles {
	background: var(--slp-ink);
	color: var(--slp-white);
}

.slp-about-page__principle-grid {
	display: grid;
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	border-left: 1px solid rgba(255, 255, 255, 0.18);
	list-style: none;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.slp-about-page__principle-grid li {
	min-height: 360px;
	padding: clamp(30px, 4vw, 54px);
	border-right: 1px solid rgba(255, 255, 255, 0.18);
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.slp-about-page__principle-grid span {
	display: block;
	margin-bottom: 72px;
	color: var(--slp-red);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
}

.slp-about-page__principle-grid h3 {
	margin: 0 0 24px;
	color: var(--slp-white);
	font-family: var(--slp-serif);
	font-size: clamp(1.5rem, 2.6vw, 2.15rem);
	font-weight: 500;
}

.slp-about-page__principle-grid p {
	margin: 0;
	color: rgba(255, 255, 255, 0.62);
	line-height: 2;
}

.slp-about-page__scope {
	background: var(--slp-paper);
}

.slp-about-page__scope-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
	align-items: center;
	gap: clamp(64px, 11vw, 160px);
}

.slp-about-page__scope-mark {
	position: relative;
	display: flex;
	min-height: 620px;
	padding: 34px;
	overflow: hidden;
	background:
		radial-gradient(circle at 74% 24%, rgba(152, 31, 37, 0.82), transparent 34%),
		linear-gradient(145deg, #302e2a, #121211);
	color: var(--slp-white);
	flex-direction: column;
	justify-content: space-between;
}

.slp-about-page__scope-mark::after {
	position: absolute;
	right: -42%;
	bottom: -20%;
	width: 120%;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	content: "";
}

.slp-about-page__scope-mark span {
	position: relative;
	z-index: 1;
	font-family: var(--slp-serif);
	font-size: clamp(3.2rem, 6vw, 5.6rem);
	letter-spacing: -0.07em;
	writing-mode: vertical-rl;
}

.slp-about-page__scope-mark small {
	position: relative;
	z-index: 1;
	font-size: 0.67rem;
	letter-spacing: 0.15em;
	line-height: 1.8;
	text-transform: uppercase;
}

.slp-about-page__scope-grid > div:last-child > p:not(.slp-kicker) {
	max-width: 640px;
	margin: 34px 0 40px;
	color: #65615b;
	line-height: 2;
}

.slp-about-page__scope-grid ul {
	margin: 0 0 44px;
	padding: 0;
	border-top: 1px solid var(--slp-line);
	list-style: none;
}

.slp-about-page__scope-grid li {
	display: grid;
	grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1.3fr);
	gap: 20px;
	padding: 21px 0;
	border-bottom: 1px solid var(--slp-line);
}

.slp-about-page__scope-grid li strong {
	font-family: var(--slp-serif);
}

.slp-about-page__scope-grid li span {
	color: #6c6861;
	font-size: 0.82rem;
}

/* Footer */
.slp-site-footer {
	padding: 78px 0 22px;
	background: #10100f;
	color: var(--slp-white);
}

.slp-site-footer a {
	color: var(--slp-white);
	text-decoration: none;
}

.slp-site-footer__top {
	display: grid;
	grid-template-columns: minmax(260px, 1.05fr) minmax(300px, 0.9fr) minmax(230px, 0.55fr);
	gap: 70px;
	padding-bottom: 72px;
}

.slp-site-footer__brand > a {
	display: inline-block;
	margin-bottom: 24px;
	font-family: var(--slp-serif);
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: -0.06em;
}

.slp-site-footer__brand p {
	margin: 0 0 12px;
	font-family: var(--slp-serif);
	font-size: 1.2rem;
}

.slp-site-footer__brand small {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.72rem;
	line-height: 1.9;
}

.slp-site-footer__nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 34px;
}

.slp-site-footer__nav div {
	display: flex;
	flex-direction: column;
	gap: 13px;
}

.slp-site-footer__nav span,
.slp-site-footer__area > span {
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.4);
	font-size: 0.58rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.slp-site-footer__nav a {
	font-size: 0.79rem;
	transition: color 180ms ease;
}

.slp-site-footer__nav a:hover {
	color: #df7a7e;
}

.slp-site-footer__nav .slp-site-footer__email {
	color: #f0a4a7;
	font-size: 0.7rem;
	word-break: break-all;
}

.slp-site-footer__area p {
	margin: 0 0 24px;
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.8rem;
	line-height: 1.9;
}

.slp-site-footer__area a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 13px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.24);
	border-bottom: 1px solid rgba(255, 255, 255, 0.24);
	font-size: 0.76rem;
}

.slp-site-footer__bottom {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	color: rgba(255, 255, 255, 0.36);
	font-size: 0.61rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

/* Internal pages */
body.senshulp-brand:not(.senshulp-front-page) #masthead {
	border-bottom: 1px solid var(--slp-line);
	background: var(--slp-paper-light);
}

body.senshulp-brand:not(.senshulp-front-page) #masthead .site-title a {
	color: var(--slp-ink);
	font-family: var(--slp-serif);
	font-size: 1.55rem;
	font-weight: 700;
	letter-spacing: -0.06em;
}

body.senshulp-brand:not(.senshulp-front-page) .site-content {
	padding: clamp(58px, 8vw, 110px) 0;
	background: var(--slp-paper-light);
}

body.senshulp-brand:not(.senshulp-front-page) .entry-title {
	margin-bottom: 44px;
	font-family: var(--slp-serif);
	font-size: clamp(2.4rem, 5.2vw, 4.8rem);
	font-weight: 500;
	letter-spacing: -0.055em;
	line-height: 1.2;
}

body.senshulp-brand:not(.senshulp-front-page) .entry-content {
	font-size: 0.98rem;
	line-height: 2;
}

body.senshulp-brand:not(.senshulp-front-page) .entry-content h2,
body.senshulp-brand:not(.senshulp-front-page) .entry-content h3 {
	margin-top: 2.5em;
	font-family: var(--slp-serif);
	letter-spacing: -0.03em;
}

body.senshulp-brand:not(.senshulp-front-page) .entry-content h2 {
	padding-bottom: 0.5em;
	border-bottom: 1px solid var(--slp-line);
	font-size: clamp(1.9rem, 4vw, 3rem);
}

body.senshulp-brand:not(.senshulp-front-page) .entry-content h3 {
	font-size: clamp(1.35rem, 3vw, 2rem);
}

body.senshulp-brand:not(.senshulp-front-page) .wp-block-button__link,
body.senshulp-brand:not(.senshulp-front-page) input[type="submit"] {
	border-radius: 0;
	background: var(--slp-red);
	color: var(--slp-white);
}

body.senshulp-brand:not(.senshulp-front-page) input:not([type="submit"]),
body.senshulp-brand:not(.senshulp-front-page) textarea,
body.senshulp-brand:not(.senshulp-front-page) select {
	border: 1px solid var(--slp-line);
	border-radius: 0;
	background: var(--slp-white);
}

/* Contact email route */
.slp-contact-email-card {
	position: relative;
	margin: 0 0 clamp(54px, 8vw, 90px);
	padding: clamp(34px, 6vw, 72px);
	overflow: hidden;
	background:
		radial-gradient(circle at 90% 10%, rgba(152, 31, 37, 0.58), transparent 34%),
		linear-gradient(145deg, #292824, #11110f);
	color: var(--slp-white);
}

.slp-contact-email-card::after {
	position: absolute;
	right: -16%;
	bottom: -76%;
	width: min(58vw, 520px);
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.slp-contact-email-card .slp-kicker {
	position: relative;
	z-index: 1;
	margin-bottom: 22px;
	color: rgba(255, 255, 255, 0.58);
}

body.senshulp-brand:not(.senshulp-front-page) .entry-content .slp-contact-email-card h2 {
	position: relative;
	z-index: 1;
	max-width: 760px;
	margin: 0 0 24px;
	padding: 0;
	border: 0;
	color: var(--slp-white);
	font-size: clamp(2.25rem, 5vw, 4.7rem);
	line-height: 1.12;
}

.slp-contact-email-card > p:not(.slp-kicker) {
	position: relative;
	z-index: 1;
	max-width: 650px;
	margin: 0 0 38px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 2;
}

.slp-contact-email-card__address {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(100px, 0.28fr) minmax(0, 1fr) auto;
	align-items: center;
	gap: 22px;
	padding: 24px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.28);
	border-bottom: 1px solid rgba(255, 255, 255, 0.28);
	color: var(--slp-white) !important;
	text-decoration: none !important;
}

.slp-contact-email-card__address span {
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.68rem;
	letter-spacing: 0.1em;
}

.slp-contact-email-card__address strong {
	font-family: var(--slp-serif);
	font-size: clamp(1.15rem, 3vw, 2rem);
	font-weight: 500;
	letter-spacing: -0.02em;
}

.slp-contact-email-card__address i {
	font-size: 1.2rem;
	font-style: normal;
	transition: transform 180ms ease;
}

.slp-contact-email-card__address:hover i {
	transform: translate(4px, -4px);
}

/* Motion */
.js .slp-reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 720ms cubic-bezier(0.22, 1, 0.36, 1), transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.js .slp-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.slp-price-grid .slp-reveal:nth-child(2),
.slp-method .slp-reveal:nth-child(2),
.slp-process__steps .slp-reveal:nth-child(2) {
	transition-delay: 90ms;
}

.slp-price-grid .slp-reveal:nth-child(3),
.slp-method .slp-reveal:nth-child(3),
.slp-process__steps .slp-reveal:nth-child(3) {
	transition-delay: 180ms;
}

.slp-process__steps .slp-reveal:nth-child(4) {
	transition-delay: 270ms;
}

@media (max-width: 1024px) {
	:root {
		--slp-shell: min(100% - 40px, 920px);
	}

	.slp-hero__facts {
		width: min(700px, 78vw);
	}

	.slp-price-grid {
		grid-template-columns: 1fr;
	}

	.slp-price-card {
		min-height: 0;
	}

	.slp-price-card h3 {
		min-height: 0;
	}

	.slp-price-card__top {
		margin-bottom: 38px;
	}

	.slp-about__grid,
	.slp-founder__grid {
		gap: 70px;
	}

	.slp-about__visual {
		min-height: 620px;
	}

	.slp-service-row {
		grid-template-columns: 50px minmax(200px, 0.9fr) minmax(220px, 1fr) 36px;
	}

	.slp-process .slp-shell,
	.slp-area__grid,
	.slp-encyclopedia__grid,
	.slp-faq__grid {
		gap: 70px;
	}

	.slp-site-footer__top {
		grid-template-columns: 1fr 1fr;
	}

	.slp-site-footer__area {
		grid-column: 2;
	}
}

@media (max-width: 782px) {
	body.admin-bar.senshulp-front-page #masthead {
		top: 46px;
	}
}

@media (max-width: 760px) {
	:root {
		--slp-shell: calc(100% - 36px);
	}

	html {
		scroll-padding-top: 72px;
	}

	.slp-section {
		padding: 84px 0;
	}

	.slp-section-heading {
		grid-template-columns: 1fr;
		gap: 30px;
		margin-bottom: 50px;
	}

	.slp-section-heading > p {
		font-size: 0.9rem;
	}

	body.senshulp-front-page #masthead .ast-primary-header-bar {
		min-height: 70px;
	}

	body.senshulp-front-page #masthead .site-title a {
		font-size: 1.3rem;
	}

	body.senshulp-front-page #masthead .ast-mobile-header-wrap .ast-primary-header-bar,
	body.senshulp-front-page #masthead .ast-mobile-header-content {
		background: transparent;
	}

	body.senshulp-front-page #masthead .ast-mobile-header-content {
		padding: 10px 18px 20px;
	}

	body.senshulp-front-page #masthead .ast-builder-menu-mobile .main-navigation {
		padding: 8px 0;
		background: rgba(17, 17, 15, 0.96);
	}

	body.senshulp-front-page.slp-scrolled #masthead .ast-mobile-header-wrap .ast-primary-header-bar {
		background: rgba(251, 250, 247, 0.96);
	}

	.slp-hero {
		min-height: 760px;
		background-position: 42% center;
	}

	.slp-hero__inner {
		padding: 132px 0 230px;
	}

	.slp-hero__title {
		margin-bottom: 26px;
		font-size: clamp(3rem, 16vw, 5.4rem);
		line-height: 1.02;
	}

	.slp-hero__lead br {
		display: none;
	}

	.slp-hero__facts {
		right: 0;
		left: 0;
		width: 100%;
		grid-template-columns: repeat(3, 1fr);
	}

	.slp-hero__facts > div {
		min-height: 96px;
		padding: 18px 12px;
	}

	.slp-hero__facts strong {
		font-size: 0.68rem;
	}

	.slp-scroll-cue {
		display: none;
	}

	.slp-price-card {
		padding: 30px 24px;
	}

	.slp-price__note {
		text-align: left;
	}

	.slp-about__grid,
	.slp-founder__grid,
	.slp-process .slp-shell,
	.slp-area__grid,
	.slp-encyclopedia__grid,
	.slp-faq__grid,
	.slp-about-page__belief-grid,
	.slp-about-page__scope-grid {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.slp-about-page__hero-copy {
		grid-template-columns: 1fr;
		margin-left: 0;
	}

	.slp-about-page__principle-grid {
		grid-template-columns: 1fr;
	}

	.slp-about-page__principle-grid li {
		min-height: 0;
	}

	.slp-about-page__principle-grid span {
		margin-bottom: 42px;
	}

	.slp-about-page__scope-mark {
		min-height: 480px;
	}

	.slp-area__places {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.slp-area__places span {
		min-height: 68px;
	}

	.slp-about__visual {
		min-height: 470px;
	}

	.slp-about__grid {
		display: flex;
		flex-direction: column;
	}

	.slp-about__visual {
		width: 100%;
		order: 2;
	}

	.slp-about__content {
		order: 1;
	}

	.slp-method li {
		grid-template-columns: 36px 1fr;
	}

	.slp-method small {
		grid-column: 2;
	}

	.slp-service-row {
		grid-template-columns: 38px 1fr 28px;
		gap: 12px;
		padding: 28px 4px;
	}

	.slp-service-row > p {
		grid-column: 2 / -1;
	}

	.slp-service-row__arrow {
		grid-column: 3;
		grid-row: 1;
	}

	.slp-process__steps li {
		grid-template-columns: 36px 1fr;
	}

	.slp-process__steps p {
		grid-column: 2;
	}

	.slp-editorial-card__image {
		min-height: 270px;
	}

	.slp-founder__monogram {
		min-height: 440px;
	}

	.slp-faq__intro {
		position: static;
	}

	.slp-cta__email {
		display: flex;
		width: max-content;
		margin: 22px 0 0;
	}

	.slp-contact-email-card__address {
		grid-template-columns: 1fr auto;
	}

	.slp-contact-email-card__address span {
		grid-column: 1 / -1;
	}

	.slp-site-footer__top {
		grid-template-columns: 1fr;
		gap: 46px;
	}

	.slp-site-footer__area {
		grid-column: auto;
	}

	.slp-site-footer__bottom {
		gap: 12px;
		flex-direction: column;
	}

	body.senshulp-brand:not(.senshulp-front-page):not(.senshulp-about-page) .site-content {
		padding: 52px 0 78px;
	}
}

@media (max-width: 430px) {
	.slp-hero__facts strong {
		font-size: 0.61rem;
		letter-spacing: 0.03em;
	}

	.slp-actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.slp-button {
		width: 100%;
	}

	.slp-site-footer__nav {
		grid-template-columns: 1fr 1fr;
	}

	.slp-about-page__scope-grid li {
		grid-template-columns: 1fr;
		gap: 7px;
	}
}

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

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	.js .slp-reveal {
		opacity: 1;
		transform: none;
	}
}
