/*
Theme Name: PcAstillero 2026
Theme URI: https://pcastillero.com/
Author: PcAstillero
Description: Tema independiente para PcAstillero, diseñado para servicios informáticos locales.
Version: 1.0.1
Text Domain: pcastillero-2026
*/

@font-face {
	font-family: "Nasalization";
	src:
		url("assets/fonts/nasalization.woff2") format("woff2"),
		url("assets/fonts/nasalization.ttf") format("truetype");
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}

:root {
	--ink: #07111f;
	--ink-soft: #132238;
	--blue: #2864f0;
	--blue-dark: #1645b4;
	--blue-pale: #eaf0ff;
	--orange: #ff6b2c;
	--orange-pale: #fff0e9;
	--lime: #b9ef4a;
	--lime-dark: #87b826;
	--paper: #f4f7f8;
	--surface: #fff;
	--muted: #637084;
	--line: #dae1e8;
	--light-line: rgba(255, 255, 255, 0.14);
	--shadow: 0 24px 70px rgba(7, 17, 31, 0.12);
	--shadow-small: 0 12px 36px rgba(7, 17, 31, 0.08);
	--radius: 22px;
	--radius-small: 14px;
	--wrap: 1200px;
	--ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

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

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

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

body.menu-is-open {
	overflow: hidden;
}

button,
input,
textarea,
select {
	font: inherit;
}

img,
svg {
	display: block;
	max-width: 100%;
}

a {
	color: inherit;
}

p,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
blockquote {
	margin-top: 0;
}

h1,
h2,
h3,
h4 {
	line-height: 1.06;
	letter-spacing: -0.045em;
	text-wrap: balance;
}

h1 {
	font-size: clamp(48px, 7vw, 90px);
}

h2 {
	font-size: clamp(36px, 4.8vw, 62px);
}

h3 {
	font-size: clamp(22px, 2.4vw, 30px);
}

::selection {
	background: var(--lime);
	color: var(--ink);
}

:focus-visible {
	outline: 3px solid var(--orange);
	outline-offset: 4px;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	z-index: 100000;
	top: 10px;
	left: 10px;
	display: block;
	width: auto;
	height: auto;
	padding: 14px 18px;
	clip: auto !important;
	border-radius: 8px;
	background: var(--surface);
	color: var(--ink);
	font-weight: 700;
}

.wrap {
	width: min(calc(100% - 48px), var(--wrap));
	margin-inline: auto;
}

.site-shell {
	overflow: clip;
}

.site-content {
	min-height: 60vh;
}

.pca-icon {
	width: 1.15em;
	height: 1.15em;
	flex: 0 0 auto;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.top-note {
	position: relative;
	z-index: 1010;
	background: var(--ink);
	color: #d8e0ec;
	font-size: 12px;
}

.top-note__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 36px;
	gap: 20px;
}

.top-note p,
.top-note__inner > div {
	display: flex;
	align-items: center;
	gap: 18px;
	margin: 0;
}

.top-note a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--surface);
	font-weight: 750;
	text-decoration: none;
}

.top-note a:hover {
	color: var(--lime);
}

.status-dot,
.live-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--lime);
	box-shadow: 0 0 0 5px rgba(185, 239, 74, 0.12);
}

.site-header {
	position: sticky;
	z-index: 1000;
	top: 0;
	border-bottom: 1px solid rgba(218, 225, 232, 0.84);
	background: rgba(244, 247, 248, 0.91);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.admin-bar .site-header {
	top: 32px;
}

.site-header__inner {
	display: flex;
	align-items: center;
	min-height: 86px;
	gap: 28px;
}

.brand {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 11px;
	color: var(--ink);
	text-decoration: none;
}

.brand img {
	width: 50px;
	height: 50px;
	border-radius: 15px;
	box-shadow: 0 8px 22px rgba(25, 73, 174, 0.18);
	object-fit: cover;
}

.brand > span {
	display: grid;
	gap: 1px;
}

.brand-wordmark {
	display: inline-flex;
	align-items: baseline;
	font-family: "Nasalization", "Eurostile", "Arial Black", sans-serif;
	font-size: 21px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.015em;
	text-transform: uppercase;
}

.brand-wordmark__pc {
	color: var(--orange);
}

.brand-wordmark__astillero {
	color: #123c7a;
}

.brand small {
	color: var(--muted);
	font-size: 10px;
	font-weight: 760;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

.site-navigation {
	margin-left: auto;
}

.site-menu {
	display: flex;
	align-items: center;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-menu a {
	display: block;
	padding: 12px 13px;
	border-radius: 11px;
	color: #2a3545;
	font-size: 14px;
	font-weight: 730;
	line-height: 1;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease;
}

.site-menu a:hover,
.site-menu .current-menu-item > a,
.site-menu .current_page_item > a {
	background: var(--surface);
	color: var(--blue);
}

.header-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 46px;
	padding: 0 17px;
	border-radius: 13px;
	background: var(--ink);
	box-shadow: 0 10px 25px rgba(7, 17, 31, 0.18);
	color: var(--surface);
	font-size: 13px;
	font-weight: 820;
	text-decoration: none;
	transition: transform 180ms var(--ease), background-color 180ms ease;
}

.header-action:hover {
	transform: translateY(-2px);
	background: var(--blue);
}

.menu-toggle {
	display: none;
	width: 46px;
	height: 46px;
	margin-left: auto;
	padding: 13px 11px;
	border: 1px solid var(--line);
	border-radius: 13px;
	background: var(--surface);
	color: var(--ink);
	cursor: pointer;
}

.menu-toggle span {
	display: block;
	width: 22px;
	height: 2px;
	margin: 5px auto;
	border-radius: 3px;
	background: currentColor;
	transition: transform 180ms ease;
}

.menu-toggle[aria-expanded="true"] span:first-child {
	transform: translateY(3.5px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
	transform: translateY(-3.5px) rotate(-45deg);
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	color: var(--blue);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.eyebrow > span:not(.status-dot) {
	width: 27px;
	height: 2px;
	background: currentColor;
}

.eyebrow--light {
	color: #dce7f7;
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 52px;
	padding: 0 22px;
	border: 1px solid transparent;
	border-radius: 14px;
	font-size: 14px;
	font-weight: 850;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	transition: transform 180ms var(--ease), box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

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

.button--primary {
	background: var(--blue);
	box-shadow: 0 12px 26px rgba(40, 100, 240, 0.25);
	color: var(--surface);
}

.button--primary:hover {
	background: var(--blue-dark);
	box-shadow: 0 16px 34px rgba(40, 100, 240, 0.32);
}

.button--secondary {
	border-color: var(--line);
	background: var(--surface);
	color: var(--ink);
}

.button--secondary:hover {
	border-color: #aab8c8;
	box-shadow: var(--shadow-small);
}

.button--light {
	background: var(--surface);
	color: var(--ink);
}

.button--light:hover {
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.22);
}

.button--ghost-light {
	border-color: rgba(255, 255, 255, 0.26);
	background: rgba(255, 255, 255, 0.04);
	color: var(--surface);
}

.button--ghost-light:hover {
	border-color: rgba(255, 255, 255, 0.6);
	background: rgba(255, 255, 255, 0.09);
}

.button--lime {
	background: var(--lime);
	box-shadow: 0 12px 28px rgba(135, 184, 38, 0.23);
	color: var(--ink);
}

.button--lime:hover {
	background: #c8f673;
	box-shadow: 0 16px 34px rgba(135, 184, 38, 0.3);
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--blue);
	font-size: 14px;
	font-weight: 850;
	text-decoration: none;
}

.text-link .pca-icon {
	transition: transform 180ms ease;
}

.text-link:hover .pca-icon {
	transform: translateX(5px);
}

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

.text-link--lime {
	color: var(--lime);
}

.summer-hours-banner {
	position: relative;
	z-index: 2;
	background: linear-gradient(100deg, var(--orange), #ff9a45);
	color: var(--ink);
}

.summer-hours-banner__inner {
	display: flex;
	min-height: 74px;
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding-block: 12px;
}

.summer-hours-banner__icon {
	display: grid;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	place-items: center;
	border-radius: 14px;
	background: rgba(7, 17, 31, 0.12);
}

.summer-hours-banner__icon .pca-icon {
	width: 24px;
	height: 24px;
}

.summer-hours-banner__inner > div {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 12px;
}

.summer-hours-banner strong {
	font-size: 17px;
	font-weight: 900;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.summer-hours-banner span {
	font-size: 15px;
	font-weight: 720;
}

.icon-chip {
	display: inline-grid;
	width: 50px;
	height: 50px;
	place-items: center;
	border-radius: 15px;
	background: var(--blue-pale);
	color: var(--blue);
}

.icon-chip .pca-icon {
	width: 24px;
	height: 24px;
}

.icon-chip--orange {
	background: var(--orange-pale);
	color: var(--orange);
}

.icon-chip--light {
	background: rgba(255, 255, 255, 0.15);
	color: var(--surface);
}

.icon-chip--lime {
	background: var(--lime);
	color: var(--ink);
}

.icon-chip--blue {
	background: var(--blue);
	color: var(--surface);
}

.hero {
	position: relative;
	padding: clamp(70px, 9vw, 132px) 0 92px;
	background:
		linear-gradient(rgba(7, 17, 31, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(7, 17, 31, 0.025) 1px, transparent 1px),
		var(--paper);
	background-size: 42px 42px;
}

.hero::before {
	position: absolute;
	top: -120px;
	left: 45%;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background: rgba(40, 100, 240, 0.08);
	filter: blur(90px);
	content: "";
	pointer-events: none;
}

.hero__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.85fr);
	align-items: center;
	gap: clamp(56px, 8vw, 112px);
}

.hero__content h1 {
	max-width: 800px;
	margin-bottom: 27px;
}

.hero__content h1 em {
	position: relative;
	color: var(--blue);
	font-style: normal;
}

.hero__content h1 em::after {
	position: absolute;
	right: 0;
	bottom: -7px;
	left: 0;
	height: 8px;
	border-radius: 50%;
	background: var(--lime);
	content: "";
	transform: rotate(-1.5deg);
	opacity: 0.9;
}

.hero__lead {
	max-width: 650px;
	margin-bottom: 34px;
	color: var(--muted);
	font-size: clamp(18px, 2vw, 21px);
	line-height: 1.68;
}

.hero__proof {
	display: flex;
	flex-wrap: wrap;
	gap: 9px 26px;
	margin: 27px 0 0;
	padding: 0;
	list-style: none;
	color: #465468;
	font-size: 13px;
	font-weight: 720;
}

.hero__proof li {
	display: flex;
	align-items: center;
	gap: 7px;
}

.hero__proof .pca-icon {
	color: var(--blue);
}

.hero__visual {
	position: relative;
	min-height: 560px;
}

.hero__image {
	position: absolute;
	inset: 18px 26px 14px 38px;
	overflow: hidden;
	border: 8px solid var(--surface);
	border-radius: 42% 42% 24px 24px;
	box-shadow: var(--shadow);
	background: var(--ink-soft);
	transform: rotate(2deg);
}

.hero__image::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 55%, rgba(7, 17, 31, 0.22));
	content: "";
}

.hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero__card {
	position: absolute;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 230px;
	padding: 13px 15px;
	border: 1px solid rgba(255, 255, 255, 0.82);
	border-radius: 17px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: var(--shadow-small);
	backdrop-filter: blur(14px);
}

.hero__card strong,
.hero__card small {
	display: block;
}

.hero__card strong {
	font-size: 14px;
}

.hero__card small {
	color: var(--muted);
	font-size: 11px;
}

.hero__card .icon-chip {
	width: 42px;
	height: 42px;
	border-radius: 12px;
}

.hero__card--top {
	top: 55px;
	left: -25px;
}

.hero__card--bottom {
	right: -15px;
	bottom: 60px;
	min-width: 205px;
}

.hero__card--bottom .live-dot {
	margin-inline: 7px;
}

.hero__shape {
	position: absolute;
	border-radius: 50%;
}

.hero__shape--one {
	top: 5px;
	right: 2px;
	width: 90px;
	height: 90px;
	border: 18px solid var(--orange);
}

.hero__shape--two {
	bottom: -10px;
	left: -10px;
	width: 120px;
	height: 120px;
	background: var(--lime);
	clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}

.service-strip {
	overflow: hidden;
	border-block: 1px solid var(--line);
	background: var(--surface);
}

.service-strip__track {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: max-content;
	min-height: 68px;
	gap: clamp(20px, 3vw, 42px);
	margin-inline: auto;
	padding-inline: 24px;
	color: #354155;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.service-strip i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--orange);
}

.section {
	padding-block: clamp(82px, 10vw, 140px);
}

.section--soft {
	background: #eaf0f3;
}

.section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.6fr);
	align-items: end;
	gap: 60px;
	margin-bottom: 55px;
}

.section-heading h2 {
	max-width: 830px;
	margin-bottom: 0;
}

.section-heading > p {
	margin-bottom: 5px;
	color: var(--muted);
	font-size: 17px;
	line-height: 1.72;
}

.section-heading--compact {
	display: block;
}

.section-heading--compact h2 {
	max-width: 760px;
}

.bento-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 18px;
}

.bento-card {
	position: relative;
	display: flex;
	min-height: 310px;
	flex-direction: column;
	align-items: flex-start;
	grid-column: span 4;
	padding: clamp(25px, 3vw, 38px);
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--surface);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}

.bento-card h3 {
	margin: 28px 0 14px;
}

.bento-card p {
	margin-bottom: 24px;
	color: var(--muted);
	line-height: 1.7;
}

.bento-card .text-link {
	margin-top: auto;
}

.bento-card--featured {
	display: grid;
	min-height: 480px;
	grid-column: span 8;
	grid-row: span 2;
	grid-template-columns: 1.05fr 0.95fr;
	padding: 0;
}

.bento-card__photo {
	min-height: 100%;
	overflow: hidden;
}

.bento-card__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 700ms var(--ease);
}

.bento-card:hover .bento-card__photo img {
	transform: scale(1.035);
}

.bento-card__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: clamp(28px, 4vw, 48px);
}

.bento-card--blue {
	border-color: transparent;
	background:
		radial-gradient(circle at 95% 5%, rgba(255, 255, 255, 0.2), transparent 32%),
		var(--blue);
	color: var(--surface);
}

.bento-card--blue p {
	color: #dbe6ff;
}

.bento-card--dark {
	grid-column: span 8;
	min-height: 280px;
	border-color: transparent;
	background:
		radial-gradient(circle at 88% 12%, rgba(185, 239, 74, 0.15), transparent 25%),
		var(--ink);
	color: var(--surface);
}

.bento-card--dark p {
	max-width: 680px;
	color: #b7c3d3;
}

.section--manifesto {
	padding-block: 0;
	background: var(--ink);
}

.manifesto {
	display: grid;
	grid-template-columns: 90px 1.25fr 0.75fr;
	align-items: center;
	gap: clamp(34px, 6vw, 80px);
	padding-block: clamp(78px, 9vw, 120px);
	color: var(--surface);
}

.manifesto__mark {
	display: grid;
	width: 84px;
	height: 84px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.17);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.05);
	color: var(--lime);
	transform: rotate(-5deg);
}

.manifesto__mark .pca-icon {
	width: 40px;
	height: 40px;
}

.manifesto h2 {
	margin-bottom: 0;
}

.manifesto__copy p {
	margin-bottom: 26px;
	color: #b7c3d3;
	font-size: 17px;
	line-height: 1.75;
}

.process-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: process;
}

.process-grid li {
	position: relative;
	min-height: 280px;
	padding: 36px 42px;
	border-block: 1px solid var(--line);
	border-left: 1px solid var(--line);
}

.process-grid li:last-child {
	border-right: 1px solid var(--line);
}

.process-grid li:first-child {
	border-radius: var(--radius) 0 0 var(--radius);
}

.process-grid li:last-child {
	border-radius: 0 var(--radius) var(--radius) 0;
}

.process-grid span {
	display: inline-flex;
	margin-bottom: 55px;
	color: var(--blue);
	font-size: 13px;
	font-weight: 900;
}

.process-grid span::after {
	position: absolute;
	top: 46px;
	right: 34px;
	left: 72px;
	height: 1px;
	background: var(--line);
	content: "";
}

.process-grid li:last-child span::after {
	display: none;
}

.process-grid h3 {
	margin-bottom: 12px;
}

.process-grid p {
	margin-bottom: 0;
	color: var(--muted);
}

.section--reviews {
	background: var(--surface);
}

.reviews-shell {
	padding: clamp(20px, 3vw, 38px);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--paper);
}

.reviews-shell .grw-slider {
	background: transparent !important;
}

.section--visit {
	background: var(--surface);
}

.visit-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.65fr);
	gap: 18px;
}

.visit-card {
	padding: clamp(38px, 6vw, 76px);
	border-radius: var(--radius);
}

.visit-card--main {
	background:
		linear-gradient(rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.76)),
		repeating-linear-gradient(135deg, transparent 0 13px, rgba(40, 100, 240, 0.05) 13px 14px);
	border: 1px solid var(--line);
}

.visit-card--main h2 {
	max-width: 760px;
	margin-bottom: 25px;
}

.visit-card--main > p {
	margin-bottom: 30px;
	color: var(--muted);
	font-size: 18px;
}

.visit-card--hours {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: var(--ink);
	color: var(--surface);
}

.visit-card--hours h3 {
	margin: 30px 0 24px;
}

.visit-card--hours dl {
	width: 100%;
	margin-bottom: 38px;
}

.visit-card--hours dl > div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	padding-block: 16px;
	border-bottom: 1px solid var(--light-line);
}

.visit-card--hours dt {
	color: #aab8ca;
}

.visit-card--hours dd {
	margin: 0;
	text-align: right;
}

.footer-cta {
	background: var(--blue);
	color: var(--surface);
}

.footer-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
	padding-block: 62px;
}

.footer-cta h2 {
	margin-bottom: 8px;
	font-size: clamp(34px, 4.2vw, 54px);
}

.footer-cta p {
	margin-bottom: 0;
	color: #dce7ff;
}

.footer-cta__actions {
	display: flex;
	flex: 0 0 auto;
	gap: 11px;
}

.site-footer {
	background: var(--ink);
	color: #b9c5d5;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.4fr 0.9fr 1.1fr 0.75fr;
	gap: clamp(36px, 5vw, 70px);
	padding-block: 78px 58px;
}

.brand--footer {
	margin-bottom: 20px;
	color: var(--surface);
}

.brand--footer > span {
	padding: 8px 11px 7px;
	border-radius: 11px;
	background: var(--surface);
}

.brand--footer small {
	color: #627086;
}

.footer-brand p {
	max-width: 350px;
	margin-bottom: 0;
	line-height: 1.75;
}

.site-footer h2 {
	margin: 5px 0 21px;
	color: var(--surface);
	font-size: 13px;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.site-footer ul {
	display: grid;
	gap: 11px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer a {
	color: #c7d2e0;
	text-decoration: none;
}

.site-footer a:hover {
	color: var(--lime);
}

.site-footer p {
	font-size: 14px;
}

.site-footer strong {
	color: #e7eef8;
}

.footer-contact li {
	line-height: 1.55;
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 76px;
	border-top: 1px solid var(--light-line);
}

.footer-bottom p {
	margin: 0;
	font-size: 12px;
}

.footer-bottom nav {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.footer-bottom a {
	font-size: 12px;
}

.page-hero {
	position: relative;
	padding-block: clamp(90px, 11vw, 150px);
	overflow: hidden;
	border-bottom: 1px solid var(--line);
}

.page-hero::after {
	position: absolute;
	right: -130px;
	bottom: -220px;
	width: 520px;
	height: 520px;
	border: 90px solid rgba(40, 100, 240, 0.06);
	border-radius: 50%;
	content: "";
}

.page-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
	align-items: end;
	gap: clamp(50px, 9vw, 130px);
}

.page-hero h1 {
	max-width: 900px;
	margin-bottom: 0;
	font-size: clamp(52px, 7.5vw, 96px);
}

.page-hero__grid > p {
	margin-bottom: 6px;
	color: var(--muted);
	font-size: clamp(18px, 2vw, 21px);
	line-height: 1.72;
}

.page-hero--about {
	background: var(--orange-pale);
}

.page-hero--services {
	background: var(--blue-pale);
}

.page-hero--contact {
	background: #ebf5ed;
}

.story-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(60px, 9vw, 130px);
}

.story-collage {
	position: relative;
	min-height: 600px;
}

.story-collage img {
	position: absolute;
	object-fit: cover;
	box-shadow: var(--shadow);
}

.story-collage__main {
	top: 0;
	right: 30px;
	width: 77%;
	height: 83%;
	border-radius: 36% 36% 24px 24px;
}

.story-collage__small {
	bottom: 0;
	left: 0;
	width: 46%;
	height: 42%;
	border: 7px solid var(--paper);
	border-radius: var(--radius);
}

.story-collage__badge {
	position: absolute;
	right: -5px;
	bottom: 36px;
	display: grid;
	width: 145px;
	height: 145px;
	place-content: center;
	border-radius: 50%;
	background: var(--lime);
	color: var(--ink);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	transform: rotate(8deg);
}

.story-collage__badge strong {
	font-size: 40px;
	letter-spacing: -0.06em;
}

.story-copy h2 {
	margin-bottom: 28px;
}

.story-copy p {
	color: var(--muted);
	font-size: 17px;
	line-height: 1.78;
}

.story-copy blockquote {
	margin: 35px 0 0;
	padding: 24px 0 24px 28px;
	border-left: 4px solid var(--orange);
	color: var(--ink);
	font-size: 20px;
	font-weight: 730;
	line-height: 1.55;
}

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

.value-card {
	min-height: 310px;
	padding: 38px;
	border: 1px solid #ccd7df;
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.55);
}

.value-card span {
	display: block;
	margin-bottom: 70px;
	color: var(--blue);
	font-size: 13px;
	font-weight: 900;
}

.value-card h3 {
	margin-bottom: 15px;
}

.value-card p {
	margin-bottom: 0;
	color: var(--muted);
}

.split-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
	padding: clamp(42px, 6vw, 75px);
	border-radius: var(--radius);
	background:
		radial-gradient(circle at 85% 20%, rgba(185, 239, 74, 0.17), transparent 26%),
		var(--ink);
	color: var(--surface);
}

.split-cta h2 {
	max-width: 720px;
	margin-bottom: 0;
	font-size: clamp(34px, 4vw, 52px);
}

.service-detail-list {
	background: var(--surface);
}

.service-detail {
	display: grid;
	grid-template-columns: 70px minmax(250px, 0.9fr) minmax(360px, 1.1fr);
	gap: clamp(30px, 6vw, 80px);
	padding-block: 58px;
	border-bottom: 1px solid var(--line);
	scroll-margin-top: 110px;
}

.service-detail:first-child {
	border-top: 1px solid var(--line);
}

.service-detail__number {
	padding-top: 8px;
	color: var(--blue);
	font-size: 13px;
	font-weight: 900;
}

.service-detail__title h2 {
	margin: 25px 0 0;
	font-size: clamp(31px, 3.4vw, 46px);
}

.service-detail__copy > p {
	margin-bottom: 25px;
	color: var(--muted);
	font-size: 17px;
	line-height: 1.78;
}

.check-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 11px 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #334154;
	font-size: 14px;
	font-weight: 690;
}

.check-list li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.check-list .pca-icon {
	margin-top: 4px;
	color: var(--blue);
}

.decision-box {
	display: grid;
	grid-template-columns: 1.1fr 0.7fr auto;
	align-items: center;
	gap: 45px;
	padding: clamp(38px, 6vw, 70px);
	border: 1px solid #cbd7df;
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.55);
}

.decision-box h2 {
	margin-bottom: 0;
	font-size: clamp(34px, 4vw, 52px);
}

.decision-box > p {
	margin-bottom: 0;
	color: var(--muted);
}

.contact-section {
	background: var(--surface);
}

.contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
	align-items: start;
	gap: clamp(45px, 8vw, 100px);
}

.contact-details {
	display: grid;
	gap: 14px;
}

.contact-card {
	display: grid;
	grid-template-columns: 52px 1fr;
	gap: 20px;
	padding: 25px;
	border: 1px solid var(--line);
	border-radius: var(--radius-small);
	background: var(--paper);
}

.contact-card small {
	display: block;
	margin: 1px 0 5px;
	color: var(--muted);
	font-size: 11px;
	font-weight: 820;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.contact-card h2 {
	margin-bottom: 5px;
	font-size: 20px;
	letter-spacing: -0.025em;
}

.contact-card h2 a {
	text-decoration: none;
}

.contact-card p {
	margin-bottom: 10px;
	color: var(--muted);
	font-size: 14px;
}

.contact-card--support {
	border-color: #bdd0ff;
	background: linear-gradient(135deg, var(--blue-pale), #f6f8ff);
}

.contact-form-panel {
	padding: clamp(32px, 5vw, 58px);
	border-radius: var(--radius);
	background:
		radial-gradient(circle at 90% 0, rgba(40, 100, 240, 0.3), transparent 30%),
		var(--ink);
	color: var(--surface);
	box-shadow: var(--shadow);
}

.contact-form-panel h2 {
	margin-bottom: 12px;
	font-size: clamp(34px, 4vw, 50px);
}

.contact-form-panel > p {
	margin-bottom: 30px;
	color: #b7c3d3;
}

.contact-form {
	display: grid;
	gap: 18px;
}

.form-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.contact-form > label,
.form-row label {
	display: grid;
	gap: 7px;
	color: #dbe5f2;
	font-size: 12px;
	font-weight: 760;
}

.contact-form label > span {
	color: var(--lime);
}

.contact-form input:not([type="checkbox"]),
.contact-form textarea {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 12px;
	outline: 0;
	background: rgba(255, 255, 255, 0.07);
	color: var(--surface);
	transition: border-color 160ms ease, background-color 160ms ease;
}

.contact-form input:not([type="checkbox"]) {
	height: 50px;
	padding: 0 14px;
}

.contact-form textarea {
	min-height: 145px;
	padding: 13px 14px;
	resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
	border-color: var(--lime);
	background: rgba(255, 255, 255, 0.1);
}

.form-check {
	display: flex !important;
	align-items: flex-start;
	grid-template-columns: none !important;
	gap: 10px !important;
}

.form-check input {
	width: 18px;
	height: 18px;
	margin: 2px 0 0;
	accent-color: var(--lime);
}

.form-check span {
	color: #b7c3d3 !important;
	font-weight: 500;
}

.form-check a {
	color: var(--surface);
}

.form-trap {
	position: absolute;
	left: -9999px;
}

.form-notice {
	margin-bottom: 22px;
	padding: 13px 15px;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 700;
}

.form-notice--success {
	background: rgba(185, 239, 74, 0.16);
	color: #dfffa0;
}

.form-notice--error {
	background: rgba(255, 107, 44, 0.15);
	color: #ffc4ac;
}

.map-section {
	padding-bottom: clamp(82px, 10vw, 140px);
	background: var(--surface);
}

.map-shell {
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--paper);
}

.osm-map {
	display: block;
	width: 100%;
	height: 480px;
	border: 0;
}

.map-caption {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 20px 24px;
	border-top: 1px solid var(--line);
	background: var(--surface);
}

.map-caption div {
	display: grid;
	gap: 2px;
}

.map-caption strong {
	font-size: 15px;
}

.map-caption span {
	color: var(--muted);
	font-size: 13px;
}

.remote-hero {
	position: relative;
	padding-block: clamp(85px, 10vw, 140px);
	overflow: hidden;
	background:
		radial-gradient(circle at 75% 10%, rgba(40, 100, 240, 0.3), transparent 28%),
		var(--ink);
	color: var(--surface);
}

.remote-hero::before {
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
	background-size: 28px 28px;
	content: "";
	mask-image: linear-gradient(90deg, transparent, #000 60%);
}

.remote-hero__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(400px, 0.9fr);
	align-items: center;
	gap: clamp(60px, 9vw, 120px);
}

.remote-hero h1 {
	max-width: 850px;
	margin-bottom: 26px;
}

.remote-hero__grid > div:first-child > p {
	max-width: 660px;
	margin-bottom: 34px;
	color: #b7c3d3;
	font-size: 19px;
	line-height: 1.72;
}

.remote-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	margin: 27px 0 0;
	padding: 0;
	list-style: none;
	color: #c8d4e2;
	font-size: 13px;
	font-weight: 700;
}

.remote-trust li {
	display: flex;
	align-items: center;
	gap: 7px;
}

.remote-trust .pca-icon {
	color: var(--lime);
}

.remote-screen {
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 40px 100px rgba(0, 0, 0, 0.3);
	transform: perspective(1000px) rotateY(-5deg) rotateX(2deg);
	backdrop-filter: blur(18px);
}

.remote-screen__bar {
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 15px 17px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.remote-screen__bar i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ff6b60;
}

.remote-screen__bar i:nth-child(2) {
	background: #ffc14f;
}

.remote-screen__bar i:nth-child(3) {
	background: var(--lime);
}

.remote-screen__bar span {
	margin-left: 9px;
	color: #8fa0b7;
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: 11px;
}

.remote-screen__body {
	display: grid;
	min-height: 410px;
	place-items: center;
	align-content: center;
	padding: 45px;
	text-align: center;
}

.remote-screen__icon {
	display: grid;
	width: 94px;
	height: 94px;
	margin-bottom: 28px;
	place-items: center;
	border-radius: 28px;
	background: var(--blue);
	color: var(--surface);
	box-shadow: 0 20px 45px rgba(40, 100, 240, 0.34);
}

.remote-screen__icon .pca-icon {
	width: 48px;
	height: 48px;
}

.remote-screen__body small {
	margin-bottom: 8px;
	color: #9fafc2;
}

.remote-screen__body strong {
	margin-bottom: 24px;
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: clamp(27px, 4vw, 42px);
	letter-spacing: 0.08em;
}

.remote-screen__body > div {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #dce6f2;
	font-size: 13px;
}

.remote-steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.remote-steps li {
	min-height: 290px;
	padding: 30px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--surface);
}

.remote-steps li > span {
	display: grid;
	width: 42px;
	height: 42px;
	margin-bottom: 65px;
	place-items: center;
	border-radius: 50%;
	background: var(--blue-pale);
	color: var(--blue);
	font-size: 13px;
	font-weight: 900;
}

.remote-steps h3 {
	margin-bottom: 12px;
}

.remote-steps p {
	margin-bottom: 0;
	color: var(--muted);
}

.security-box {
	display: grid;
	grid-template-columns: 88px 1fr auto;
	align-items: center;
	gap: 40px;
	padding: clamp(38px, 5vw, 62px);
	border: 1px solid #cbd7df;
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.62);
}

.security-box__icon {
	display: grid;
	width: 82px;
	height: 82px;
	place-items: center;
	border-radius: 24px;
	background: var(--lime);
	color: var(--ink);
}

.security-box__icon .pca-icon {
	width: 42px;
	height: 42px;
}

.security-box h2 {
	margin-bottom: 12px;
	font-size: clamp(30px, 3.5vw, 45px);
}

.security-box p {
	max-width: 700px;
	margin-bottom: 0;
	color: var(--muted);
}

.legal-hero {
	padding-block: clamp(70px, 9vw, 115px);
	border-bottom: 1px solid var(--line);
	background: var(--blue-pale);
}

.legal-hero h1 {
	max-width: 900px;
	margin-bottom: 0;
	font-size: clamp(48px, 6.2vw, 78px);
}

.legal-section {
	background: var(--surface);
}

.legal-shell {
	max-width: 900px;
	padding: clamp(32px, 6vw, 72px);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--paper);
	box-shadow: var(--shadow-small);
}

.legal-shell h2,
.legal-shell h3 {
	margin: 1.8em 0 0.7em;
	letter-spacing: -0.025em;
}

.legal-shell h2 {
	font-size: 30px;
}

.legal-shell h3 {
	font-size: 22px;
}

.legal-shell p,
.legal-shell li {
	color: #445267;
	line-height: 1.8;
}

.legal-shell a {
	color: var(--blue);
}

.not-found {
	display: grid;
	min-height: 70vh;
	place-items: center;
	padding-block: 90px;
}

.not-found__inner {
	text-align: center;
}

.not-found__inner > span {
	display: block;
	margin-bottom: 12px;
	color: var(--blue);
	font-size: clamp(70px, 12vw, 150px);
	font-weight: 950;
	line-height: 0.9;
	letter-spacing: -0.08em;
}

.not-found h1 {
	margin-bottom: 15px;
	font-size: clamp(36px, 5vw, 62px);
}

.not-found p {
	margin-bottom: 30px;
	color: var(--muted);
}

.cmplz-cookiebanner {
	border: 1px solid var(--line) !important;
	border-radius: 18px !important;
	box-shadow: var(--shadow) !important;
	font-family: inherit !important;
}

.cmplz-cookiebanner .cmplz-btn {
	border-radius: 10px !important;
	font-weight: 800 !important;
}

.has-js .reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 620ms var(--ease), transform 620ms var(--ease);
}

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

@media (max-width: 1060px) {
	.hero__grid,
	.remote-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
		gap: 50px;
	}

	.hero__visual {
		min-height: 500px;
	}

	.hero__card--top {
		left: -5px;
	}

	.hero__card--bottom {
		right: -5px;
	}

	.footer-grid {
		grid-template-columns: 1.2fr 0.8fr;
	}

	.remote-steps {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 960px) {
	.menu-toggle {
		display: block;
	}

	.site-navigation {
		position: absolute;
		top: calc(100% + 10px);
		right: 24px;
		left: 24px;
		display: none;
		margin: 0;
		padding: 12px;
		border: 1px solid var(--line);
		border-radius: 18px;
		background: var(--surface);
		box-shadow: var(--shadow);
	}

	.site-navigation.is-open {
		display: block;
	}

	.site-menu {
		display: grid;
		gap: 3px;
	}

	.site-menu a {
		padding: 15px;
	}

	.header-action {
		display: none;
	}

	.hero__grid,
	.page-hero__grid,
	.remote-hero__grid {
		grid-template-columns: 1fr;
	}

	.hero__content {
		max-width: 780px;
	}

	.hero__visual {
		width: min(100%, 620px);
		min-height: 590px;
		margin-inline: auto;
	}

	.section-heading {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.section-heading > p {
		max-width: 700px;
	}

	.bento-card {
		grid-column: span 6;
	}

	.bento-card--featured,
	.bento-card--dark {
		grid-column: span 12;
	}

	.manifesto {
		grid-template-columns: 80px 1fr;
	}

	.manifesto__copy {
		grid-column: 2;
	}

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

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

	.story-collage {
		width: min(100%, 650px);
		margin-inline: auto;
	}

	.service-detail {
		grid-template-columns: 55px 1fr;
	}

	.service-detail__copy {
		grid-column: 2;
	}

	.decision-box {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.contact-layout {
		grid-template-columns: 1fr;
	}

	.contact-details {
		grid-template-columns: repeat(2, 1fr);
	}

	.contact-card--support {
		grid-column: 1 / -1;
	}

	.security-box {
		grid-template-columns: 80px 1fr;
	}

	.security-box > div:last-child {
		grid-column: 2;
	}
}

@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}
}

@media (max-width: 720px) {
	.wrap {
		width: min(calc(100% - 30px), var(--wrap));
	}

	.top-note__inner {
		justify-content: center;
	}

	.top-note p,
	.top-note__inner > div > span {
		display: none;
	}

	.site-header__inner {
		min-height: 74px;
	}

	.brand img {
		width: 46px;
		height: 46px;
		border-radius: 13px;
	}

	.brand-wordmark {
		font-size: 17px;
	}

	.brand small {
		font-size: 9px;
	}

	.site-navigation {
		right: 15px;
		left: 15px;
	}

	.summer-hours-banner__inner {
		justify-content: flex-start;
	}

	.summer-hours-banner__inner > div {
		align-items: flex-start;
		flex-direction: column;
		gap: 1px;
	}

	.summer-hours-banner strong {
		font-size: 15px;
	}

	.summer-hours-banner span {
		font-size: 13px;
		line-height: 1.35;
	}

	.hero {
		padding-top: 65px;
	}

	.hero__content h1 {
		font-size: clamp(45px, 13.6vw, 67px);
	}

	.hero__visual {
		min-height: 470px;
	}

	.hero__image {
		inset: 20px 10px 15px;
	}

	.hero__card {
		min-width: 0;
		max-width: 220px;
	}

	.hero__card--top {
		top: 12px;
	}

	.hero__card--bottom {
		right: 0;
		bottom: 20px;
	}

	.hero__shape--one {
		right: -15px;
		width: 70px;
		height: 70px;
		border-width: 14px;
	}

	.hero__shape--two {
		left: -15px;
		width: 90px;
		height: 90px;
	}

	.service-strip {
		overflow-x: auto;
	}

	.section {
		padding-block: 78px;
	}

	.bento-grid {
		display: grid;
		grid-template-columns: 1fr;
	}

	.bento-card,
	.bento-card--featured,
	.bento-card--dark {
		min-height: 290px;
		grid-column: auto;
	}

	.bento-card--featured {
		display: grid;
		grid-template-columns: 1fr;
	}

	.bento-card__photo {
		min-height: 280px;
	}

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

	.manifesto__copy {
		grid-column: auto;
	}

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

	.process-grid li,
	.process-grid li:first-child,
	.process-grid li:last-child {
		min-height: auto;
		border: 1px solid var(--line);
		border-bottom: 0;
		border-radius: 0;
	}

	.process-grid li:first-child {
		border-radius: var(--radius) var(--radius) 0 0;
	}

	.process-grid li:last-child {
		border-bottom: 1px solid var(--line);
		border-radius: 0 0 var(--radius) var(--radius);
	}

	.process-grid span {
		margin-bottom: 30px;
	}

	.process-grid span::after {
		display: none;
	}

	.footer-cta__inner,
	.split-cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.footer-cta__actions {
		flex-wrap: wrap;
	}

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

	.footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
		padding-block: 22px;
	}

	.page-hero {
		padding-block: 72px;
	}

	.page-hero h1 {
		font-size: clamp(45px, 13vw, 69px);
	}

	.story-collage {
		min-height: 470px;
	}

	.story-collage__badge {
		width: 120px;
		height: 120px;
	}

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

	.value-card {
		min-height: 250px;
	}

	.value-card span {
		margin-bottom: 45px;
	}

	.service-detail {
		grid-template-columns: 1fr;
		gap: 20px;
		padding-block: 45px;
	}

	.service-detail__copy {
		grid-column: auto;
	}

	.check-list {
		grid-template-columns: 1fr;
	}

	.contact-details,
	.form-row {
		grid-template-columns: 1fr;
	}

	.contact-card--support {
		grid-column: auto;
	}

	.contact-form-panel {
		padding: 30px 22px;
	}

	.osm-map {
		height: 390px;
	}

	.map-caption {
		align-items: flex-start;
		flex-direction: column;
	}

	.remote-screen {
		transform: none;
	}

	.remote-screen__body {
		min-height: 340px;
		padding: 28px 18px;
	}

	.remote-screen__body strong {
		font-size: 26px;
	}

	.remote-steps {
		grid-template-columns: 1fr;
	}

	.remote-steps li {
		min-height: 230px;
	}

	.remote-steps li > span {
		margin-bottom: 38px;
	}

	.security-box {
		grid-template-columns: 1fr;
	}

	.security-box > div:last-child {
		grid-column: auto;
	}

	.legal-shell {
		padding: 28px 21px;
	}
}

@media (max-width: 430px) {
	.button-row .button {
		width: 100%;
	}

	.hero__card {
		padding: 10px;
	}

	.hero__card .icon-chip {
		display: none;
	}

	.contact-card {
		grid-template-columns: 46px 1fr;
		padding: 19px;
	}

	.contact-card .icon-chip {
		width: 46px;
		height: 46px;
	}
}

@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;
	}

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