:root {
	--color-primary: #5ce1e6;
	--color-primary-2: #ff65c4;
	--color-neutral: #b4b4b4;
	--color-cream: #fffaed;
	--color-ink: #545454;
	--color-text: #202020;
	--color-white: #ffffff;
	--font-heading: "League Spartan", "Montserrat", Arial, sans-serif;
	--font-body: "Montserrat", Arial, sans-serif;
	--shadow-soft: 0 20px 60px rgba(84, 84, 84, 0.12);
	--shadow-strong: 0 28px 80px rgba(84, 84, 84, 0.18);
	--radius-card: 24px;
	--radius-soft: 32px;
	--container: 1200px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--color-cream);
	color: var(--color-ink);
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.65;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: var(--color-primary-2);
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--color-text);
	font-family: var(--font-heading);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0;
}

h1 {
	font-size: clamp(3.4rem, 7vw, 6.4rem);
}

h2 {
	font-size: clamp(2rem, 4vw, 3.3rem);
}

h3 {
	font-size: 1.5rem;
}

p {
	margin: 0;
}

.container {
	margin-inline: auto;
	max-width: var(--container);
	padding-inline: 24px;
	width: 100%;
}

.skip-link {
	background: var(--color-text);
	color: var(--color-white);
	left: 16px;
	padding: 10px 14px;
	position: absolute;
	top: -60px;
	z-index: 100;
}

.skip-link:focus {
	top: 16px;
}

.site-header {
	background: rgba(255, 250, 237, 0.92);
	border-bottom: 1px solid rgba(180, 180, 180, 0.35);
	position: sticky;
	top: 0;
	z-index: 20;
	backdrop-filter: blur(18px);
}

.site-header__inner {
	align-items: center;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	min-height: 92px;
}

.site-logo img,
.custom-logo-link img {
	max-height: 62px;
	object-fit: contain;
	width: auto;
}

.site-nav {
	display: none;
}

.site-nav__list,
.footer-nav,
.footer-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-nav__list {
	align-items: center;
	display: flex;
	gap: 28px;
}

.site-nav li {
	position: relative;
}

.site-nav .sub-menu {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(180, 180, 180, 0.28);
	border-radius: 18px;
	box-shadow: var(--shadow-soft);
	display: grid;
	gap: 4px;
	left: 50%;
	list-style: none;
	margin: 0;
	min-width: 250px;
	opacity: 0;
	padding: 12px;
	position: absolute;
	top: calc(100% + 14px);
	transform: translateX(-50%) translateY(8px);
	transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
	visibility: hidden;
	z-index: 30;
}

.site-nav .sub-menu a {
	border-radius: 12px;
	display: block;
	padding: 10px 12px;
}

.site-nav .sub-menu a:hover,
.site-nav .sub-menu a:focus-visible {
	background: linear-gradient(135deg, rgba(92, 225, 230, 0.22), rgba(255, 101, 196, 0.16));
	color: var(--color-text);
}

.site-nav li:hover > .sub-menu,
.site-nav li:focus-within > .sub-menu,
.site-nav li.is-open > .sub-menu {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
	visibility: visible;
}

.site-nav a,
.site-nav__toggle,
.footer-nav a,
.footer-list a {
	font-weight: 700;
}

.site-nav__toggle {
	appearance: none;
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	padding: 0;
}

.button {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-height: 48px;
	padding: 15px 24px;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

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

.button--primary {
	background: linear-gradient(135deg, var(--color-primary), var(--color-primary-2));
	color: var(--color-text);
	box-shadow: 0 14px 28px rgba(255, 101, 196, 0.2);
}

.button--secondary {
	background: var(--color-white);
	border: 1px solid rgba(84, 84, 84, 0.18);
	color: var(--color-text);
}

.button--ghost {
	background: transparent;
	color: var(--color-text);
}

.site-header__cta {
	display: none;
}

.site-menu-toggle,
.site-menu-overlay,
.site-nav__cta-mobile {
	display: none;
}

.site-menu-toggle {
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	height: 48px;
	padding: 0;
	position: relative;
	width: 48px;
}

.site-menu-toggle span {
	background: var(--color-primary-2);
	border-radius: 999px;
	display: block;
	height: 3px;
	left: 11px;
	position: absolute;
	transition: opacity 180ms ease, transform 180ms ease, top 180ms ease;
	width: 26px;
}

.site-menu-toggle span:nth-child(1) { top: 15px; }
.site-menu-toggle span:nth-child(2) { top: 23px; }
.site-menu-toggle span:nth-child(3) { top: 31px; }

.site-menu-toggle[aria-expanded="true"] span:nth-child(1) {
	top: 23px;
	transform: rotate(45deg);
}

.site-menu-toggle[aria-expanded="true"] span:nth-child(2) {
	opacity: 0;
}

.site-menu-toggle[aria-expanded="true"] span:nth-child(3) {
	top: 23px;
	transform: rotate(-45deg);
}

.hero,
.page-hero,
.section {
	padding-block: 96px;
}

.home-hero {
	background:
		radial-gradient(circle at 14% 72%, rgba(92, 225, 230, 0.34), transparent 28%),
		radial-gradient(circle at 90% 64%, rgba(255, 101, 196, 0.28), transparent 30%),
		linear-gradient(180deg, var(--color-cream), #fffdf7);
	overflow: hidden;
	padding-block: 96px 72px;
}

.hero__grid {
	align-items: center;
	display: grid;
	gap: 64px;
}

.hero__content {
	max-width: 760px;
	position: relative;
	z-index: 2;
}

.hero-pill {
	align-items: center;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(180, 180, 180, 0.36);
	border-radius: 999px;
	box-shadow: 0 12px 38px rgba(84, 84, 84, 0.08);
	color: var(--color-text);
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.2em;
	margin-bottom: 24px;
	padding: 10px 18px;
	text-transform: uppercase;
}

.hero-title {
	color: #050505;
	font-size: clamp(3.7rem, 7.4vw, 7rem);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 0.92;
	max-width: 720px;
}

.gradient-word {
	background: linear-gradient(105deg, var(--color-primary) 4%, #91d7f0 36%, var(--color-primary-2) 86%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	display: inline-block;
}

.eyebrow {
	color: var(--color-primary-2);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.22em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.lede {
	color: var(--color-ink);
	font-size: clamp(1.08rem, 1.7vw, 1.28rem);
	line-height: 1.7;
	margin-top: 28px;
	max-width: 660px;
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.hero-stats {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 34px;
	max-width: 620px;
}

.hero-stat {
	align-items: center;
	display: grid;
	gap: 6px 12px;
	grid-template-columns: 44px 1fr;
}

.hero-stat strong {
	color: #050505;
	font-family: var(--font-heading);
	font-size: clamp(1.55rem, 2.2vw, 2.1rem);
	font-weight: 950;
	line-height: 0.92;
}

.hero-stat small {
	color: var(--color-ink);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.15;
	text-transform: uppercase;
}

.hero__brand-mark {
	background: linear-gradient(135deg, rgba(92, 225, 230, 0.3), rgba(255, 101, 196, 0.18));
	border: 1px solid rgba(180, 180, 180, 0.28);
	border-radius: var(--radius-card);
	padding: 42px;
}

.hero__brand-mark img {
	margin-inline: auto;
	max-height: 320px;
	object-fit: contain;
}

.hero-visual {
	min-height: 460px;
	position: relative;
}

.hero-visual__frame {
	align-items: center;
	background: rgba(255, 255, 255, 0.54);
	border: 1px solid rgba(255, 101, 196, 0.55);
	box-shadow: var(--shadow-strong);
	display: flex;
	inset: 72px 56px auto auto;
	justify-content: center;
	padding: 34px;
	position: absolute;
	width: min(310px, 70vw);
	z-index: 2;
	animation: hero-float 7s ease-in-out infinite;
}

.hero-visual__frame::before {
	border: 1px solid rgba(84, 84, 84, 0.65);
	content: "";
	inset: 38px;
	position: absolute;
}

.hero-visual__frame img {
	max-height: 236px;
	position: relative;
	z-index: 1;
}

.hero-orbit {
	border: 2px dashed rgba(92, 225, 230, 0.55);
	border-radius: 50%;
	position: absolute;
	transform-origin: center;
}

.hero-orbit--one {
	animation: orbit-spin 28s linear infinite;
	height: 410px;
	right: 0;
	top: 10px;
	width: 410px;
}

.hero-orbit--two {
	animation: orbit-spin-reverse 34s linear infinite;
	border-color: rgba(255, 101, 196, 0.45);
	height: 306px;
	right: 52px;
	top: 62px;
	width: 306px;
}

.hero-orbit--three {
	animation: orbit-spin 42s linear infinite;
	border-color: rgba(180, 180, 180, 0.5);
	height: 250px;
	right: 82px;
	top: 90px;
	width: 250px;
}

.hero-visual__tag {
	border-radius: 999px;
	color: var(--color-text);
	font-family: var(--font-heading);
	font-size: 1.05rem;
	font-weight: 900;
	padding: 10px 18px;
	position: absolute;
	z-index: 3;
}

.hero-visual__tag--cyan {
	animation: hero-float 5.8s ease-in-out infinite;
	background: var(--color-primary);
	right: 296px;
	top: 104px;
}

.hero-visual__tag--pink {
	animation: hero-float 6.2s ease-in-out infinite reverse;
	background: var(--color-primary-2);
	bottom: 104px;
	right: 34px;
}

.hero-dot {
	background: var(--color-primary-2);
	border-radius: 50%;
	box-shadow: 0 0 18px rgba(255, 101, 196, 0.42);
	height: 8px;
	position: absolute;
	width: 8px;
	z-index: 4;
}

.hero-dot--one {
	animation: hero-float 4.6s ease-in-out infinite;
	right: 108px;
	top: 28px;
}

.hero-dot--two {
	animation: hero-float 5.5s ease-in-out infinite reverse;
	background: var(--color-primary);
	right: 388px;
	top: 260px;
}

.hero-dot--three {
	animation: hero-float 6.5s ease-in-out infinite;
	bottom: 36px;
	right: 190px;
}

.client-strip {
	background: rgba(255, 255, 255, 0.82);
	border-block: 1px solid rgba(180, 180, 180, 0.25);
	overflow: hidden;
	padding-block: 22px 26px;
}

.client-strip__label {
	color: var(--color-ink);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.24em;
	margin-bottom: 16px;
	text-align: center;
	text-transform: uppercase;
}

.client-marquee {
	display: flex;
	overflow: hidden;
}

.client-marquee__track {
	animation: marquee 28s linear infinite;
	display: flex;
	gap: clamp(36px, 6vw, 78px);
	min-width: max-content;
	padding-inline: 24px;
}

.client-marquee__track span {
	color: rgba(84, 84, 84, 0.72);
	font-family: var(--font-heading);
	font-size: clamp(1.05rem, 1.6vw, 1.38rem);
	font-weight: 800;
	white-space: nowrap;
}

.services-section {
	background: linear-gradient(180deg, var(--color-cream), #fffdf7);
}

.services-intro {
	display: grid;
	gap: 28px;
	margin-bottom: 34px;
}

.services-intro h2 {
	color: #050505;
	font-size: clamp(2.55rem, 4.8vw, 4.45rem);
	font-weight: 950;
}

.services-intro > div:first-child p:not(.eyebrow) {
	color: #050505;
	font-weight: 700;
	margin-top: 8px;
}

.services-intro__copy {
	align-self: end;
	color: #111111;
	font-size: 0.98rem;
	font-weight: 600;
	max-width: 540px;
}

.services-intro__copy p + p {
	margin-top: 8px;
}

.service-card-grid {
	display: grid;
	gap: 22px;
}

.service-card {
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(180, 180, 180, 0.24);
	border-radius: 16px;
	box-shadow: 0 20px 50px rgba(84, 84, 84, 0.09);
	color: var(--color-text);
	display: grid;
	gap: 16px;
	min-height: 250px;
	padding: 28px;
	position: relative;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.service-card:hover {
	border-color: rgba(255, 101, 196, 0.48);
	box-shadow: 0 26px 70px rgba(84, 84, 84, 0.14);
	color: var(--color-text);
	transform: translateY(-5px);
}

.service-card__icon {
	align-items: center;
	background: linear-gradient(135deg, var(--color-primary), var(--color-primary-2));
	border-radius: 14px;
	color: #050505;
	display: flex;
	font-family: var(--font-heading);
	font-size: 1.2rem;
	font-weight: 950;
	height: 52px;
	justify-content: center;
	width: 52px;
}

.service-card__icon::before {
	content: "↗";
}

.service-card__icon--code::before {
	content: "</>";
	font-size: 0.95rem;
}

.service-card__icon--brand::before {
	content: "◎";
}

.service-card__icon--chat::before {
	content: "□";
}

.service-card__icon--share::before {
	content: "⌯";
	font-size: 1.7rem;
}

.service-card__icon--pen::before {
	content: "✎";
}

.service-card h3 {
	color: #050505;
	font-size: 1.75rem;
	font-weight: 950;
}

.service-card p {
	color: var(--color-ink);
	font-size: 0.96rem;
	font-weight: 600;
	line-height: 1.55;
}

.service-card__arrow {
	bottom: 24px;
	font-size: 1.3rem;
	font-weight: 900;
	position: absolute;
	right: 26px;
}

.dark-section {
	background:
		radial-gradient(circle at 82% 4%, rgba(92, 225, 230, 0.18), transparent 26%),
		linear-gradient(135deg, #030506, #101112 78%);
	color: rgba(255, 255, 255, 0.78);
	overflow: hidden;
}

.dark-section h2,
.dark-section h3 {
	color: var(--color-white);
}

.dark-section .eyebrow {
	color: var(--color-primary-2);
}

.dark-section__header {
	align-items: end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 28px;
}

.dark-section__header h2 {
	font-size: clamp(2.15rem, 4vw, 3.75rem);
	font-weight: 950;
	max-width: 820px;
}

.section-link {
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	color: var(--color-white);
	font-weight: 800;
	padding: 10px 16px;
	white-space: nowrap;
}

.section-link:hover {
	background: var(--color-primary);
	color: #050505;
}

.horizontal-slider {
	display: flex;
	gap: 18px;
	overflow-x: auto;
	padding-bottom: 10px;
	scroll-snap-type: x mandatory;
}

.horizontal-slider::-webkit-scrollbar {
	height: 8px;
}

.horizontal-slider::-webkit-scrollbar-thumb {
	background: var(--color-primary-2);
	border-radius: 999px;
}

.portfolio-slide {
	aspect-ratio: 16 / 9;
	background: #050505;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 12px;
	color: var(--color-white);
	flex: 0 0 min(420px, 82vw);
	overflow: hidden;
	position: relative;
	scroll-snap-align: start;
}

.portfolio-slide::after {
	background: linear-gradient(180deg, rgba(3, 5, 6, 0.04) 20%, rgba(3, 5, 6, 0.72) 100%);
	content: "";
	inset: 0;
	position: absolute;
	transition: opacity 240ms ease;
	z-index: 1;
}

.portfolio-slide:hover::after,
.portfolio-slide:focus-visible::after {
	opacity: 0.9;
}

.portfolio-slide__media {
	inset: 0;
	margin: 0;
	position: absolute;
}

.portfolio-slide__media img {
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: transform 260ms ease;
	width: 100%;
}

.portfolio-slide:hover .portfolio-slide__media img,
.portfolio-slide:focus-visible .portfolio-slide__media img {
	transform: scale(1.045);
}

.portfolio-slide__content {
	bottom: 0;
	display: grid;
	gap: 12px;
	padding: 28px;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.portfolio-slide__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.portfolio-slide__tags li {
	backdrop-filter: blur(10px);
	background: rgba(3, 5, 6, 0.32);
	border: 1px solid rgba(255, 255, 255, 0.58);
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1;
	padding: 7px 10px;
}

.portfolio-slide__content h3 {
	font-size: clamp(1.75rem, 3vw, 2.4rem);
	font-weight: 950;
}

.about-teaser {
	background: linear-gradient(180deg, #fffdf7, var(--color-cream));
}

.about-teaser__grid {
	align-items: center;
	display: grid;
	gap: 44px;
}

.about-teaser__visual {
	align-items: center;
	aspect-ratio: 4 / 3;
	background:
		radial-gradient(circle at 34% 28%, rgba(255, 101, 196, 0.42), transparent 20%),
		radial-gradient(circle at 74% 70%, rgba(92, 225, 230, 0.38), transparent 24%),
		linear-gradient(135deg, #171717, #2a272d);
	border-radius: 20px;
	box-shadow: var(--shadow-strong);
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding: 46px;
}

.about-teaser__visual img {
	filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.24));
	max-height: 220px;
	object-fit: contain;
}

.about-teaser__content {
	display: grid;
	gap: 16px;
}

.about-teaser__content h2 {
	color: #050505;
	font-size: clamp(2.3rem, 4.6vw, 4.4rem);
	font-weight: 950;
}

.about-teaser__content p:not(.eyebrow) {
	color: #171717;
	font-weight: 600;
}

.section--soft {
	background: var(--color-white);
}

.section__header {
	margin-bottom: 40px;
	max-width: 780px;
}

.section__header p:not(.eyebrow) {
	margin-top: 18px;
}

.page-hero {
	background: linear-gradient(135deg, rgba(92, 225, 230, 0.18), rgba(255, 101, 196, 0.12), rgba(255, 255, 255, 0.38));
}

.page-hero__inner {
	max-width: 900px;
}

.card-grid {
	display: grid;
	gap: 24px;
}

.content-card {
	background: var(--color-white);
	border: 1px solid rgba(180, 180, 180, 0.32);
	border-radius: var(--radius-card);
	box-shadow: var(--shadow-soft);
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease;
	min-height: 100%;
}

.content-card:hover {
	box-shadow: var(--shadow-strong);
	transform: translateY(-4px);
}

.content-card__link {
	display: block;
	height: 100%;
}

.content-card__media {
	aspect-ratio: 16 / 10;
	background: var(--color-cream);
	margin: 0;
	overflow: hidden;
}

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

.content-card__body {
	display: grid;
	gap: 12px;
	padding: 32px;
}

.content-card--placeholder .content-card__body {
	align-content: start;
	min-height: 276px;
	position: relative;
}

.content-card--placeholder .content-card__body::before {
	background: linear-gradient(135deg, rgba(92, 225, 230, 0.4), rgba(255, 101, 196, 0.32));
	border-radius: 999px;
	content: "";
	height: 54px;
	margin-bottom: 10px;
	width: 54px;
}

.content-card__body h2 {
	font-size: clamp(1.45rem, 2vw, 1.75rem);
	line-height: 1.08;
}

.content-card__meta {
	color: var(--color-primary-2);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.content-card__tags,
.portfolio-service-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.content-card__tags li,
.portfolio-service-tags li {
	background: linear-gradient(135deg, rgba(92, 225, 230, 0.22), rgba(255, 101, 196, 0.18));
	border: 1px solid rgba(180, 180, 180, 0.2);
	border-radius: 999px;
	color: #050505;
	font-size: 0.74rem;
	font-weight: 800;
	line-height: 1;
	padding: 8px 10px;
}

.content-flow {
	display: grid;
	gap: 24px;
}

.content-flow--narrow {
	max-width: 820px;
}

.legal-policy {
	padding-block: clamp(42px, 5vw, 70px) clamp(76px, 8vw, 110px);
}

.content-flow--legal {
	gap: 18px;
	max-width: 980px;
}

.content-flow--legal p,
.content-flow--legal li {
	color: #171717;
	font-size: clamp(1.12rem, 1.45vw, 1.32rem);
	line-height: 1.72;
}

.content-flow--legal h2,
.content-flow--legal h3 {
	color: var(--color-primary-2);
	font-size: clamp(1.22rem, 1.75vw, 1.55rem);
	letter-spacing: 0;
	line-height: 1.15;
	margin-top: clamp(24px, 4vw, 42px);
	text-transform: none;
}

.content-grid {
	display: grid;
	gap: 36px;
}

.side-panel,
.form-panel,
.empty-state,
.faq-item {
	background: var(--color-white);
	border: 1px solid rgba(180, 180, 180, 0.32);
	border-radius: var(--radius-card);
	padding: 28px;
}

.side-panel {
	align-self: start;
	display: grid;
	gap: 16px;
}

.side-panel h2 {
	font-size: 1.4rem;
}

.featured-media {
	border-radius: var(--radius-card);
	margin: 0;
	overflow: hidden;
}

.faq-list {
	display: grid;
	gap: 18px;
}

.faq-item {
	display: grid;
	gap: 12px;
}

.faq-item h2 {
	font-size: 1.5rem;
}

.site-footer {
	background: var(--color-text);
	color: rgba(255, 255, 255, 0.78);
	padding-block: 56px 24px;
}

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

.site-footer__grid {
	display: grid;
	gap: 32px;
}

.site-footer__brand {
	display: grid;
	gap: 18px;
	max-width: 340px;
}

.site-footer__logo img {
	background: var(--color-white);
	border-radius: 16px;
	padding: 10px;
}

.footer-title {
	color: var(--color-white);
	font-size: 1.1rem;
	margin-bottom: 14px;
}

.footer-nav,
.footer-list {
	display: grid;
	gap: 10px;
}

.site-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	margin-top: 40px;
	padding-top: 20px;
}

.form-panel {
	margin-top: 32px;
}

.why-section {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 237, 0.92)),
		radial-gradient(circle at 18% 20%, rgba(92, 225, 230, 0.24), transparent 28%);
}

.why-grid {
	display: grid;
	gap: 42px;
}

.why-list {
	display: grid;
	gap: 20px;
}

.why-list article {
	background: var(--color-white);
	border: 1px solid rgba(180, 180, 180, 0.32);
	border-radius: var(--radius-card);
	box-shadow: var(--shadow-soft);
	display: grid;
	gap: 12px;
	padding: 30px;
}

.why-list span {
	color: var(--color-primary-2);
	font-family: var(--font-heading);
	font-size: 1.1rem;
	font-weight: 900;
}

.portfolio-preview {
	background: var(--color-cream);
}

.blog-preview {
	padding-block: 72px;
}

.blog-slide {
	color: var(--color-white);
	display: grid;
	flex: 0 0 min(320px, 78vw);
	gap: 10px;
	scroll-snap-align: start;
}

.blog-slide__media {
	aspect-ratio: 16 / 9;
	background:
		linear-gradient(135deg, rgba(92, 225, 230, 0.36), rgba(255, 101, 196, 0.22)),
		#252525;
	border-radius: 10px;
	display: block;
	overflow: hidden;
}

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

.blog-slide p {
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.blog-slide h3 {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	font-size: 1.28rem;
	line-height: 1.05;
	overflow: hidden;
}

.blog-slide span:not(.blog-slide__media) {
	color: var(--color-primary-2);
	font-size: 0.86rem;
	font-weight: 800;
}

.final-cta {
	background:
		radial-gradient(circle at 18% 88%, rgba(92, 225, 230, 0.52), transparent 26%),
		radial-gradient(circle at 90% 10%, rgba(255, 101, 196, 0.42), transparent 32%),
		linear-gradient(135deg, #fffdf7, var(--color-cream));
	padding-block: 72px;
}

.final-cta__box {
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: var(--radius-soft);
	box-shadow: var(--shadow-strong);
	display: grid;
	gap: 28px;
	padding: clamp(32px, 6vw, 64px);
}

.final-cta__box p:not(.eyebrow) {
	max-width: 720px;
}

.final-cta__box h2 {
	color: #050505;
	font-size: clamp(2.6rem, 5.2vw, 5rem);
	font-weight: 950;
}

@keyframes orbit-spin {
	to {
		rotate: 360deg;
	}
}

@keyframes orbit-spin-reverse {
	to {
		rotate: -360deg;
	}
}

@keyframes hero-float {
	0%,
	100% {
		translate: 0 0;
	}

	50% {
		translate: 0 -12px;
	}
}

@keyframes marquee {
	to {
		transform: translateX(-50%);
	}
}

@media (min-width: 760px) {
	.hero__grid,
	.content-grid {
		grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
	}

	.services-intro,
	.about-teaser__grid {
		grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.8fr);
	}

	.service-card-grid,
	.why-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.site-footer__grid {
		grid-template-columns: 1.5fr 0.7fr 0.78fr 0.82fr 1fr;
	}
}

@media (min-width: 980px) {
	.card-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.service-card-grid,
	.why-list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 759px) {
	.site-header__inner {
		align-items: flex-start;
		flex-wrap: wrap;
		min-height: 76px;
		padding-block: 12px;
	}

	.site-logo img,
	.custom-logo-link img {
		max-height: 50px;
	}

	.site-nav {
		display: block;
		order: 3;
		width: 100%;
	}

	.site-nav__list {
		align-items: stretch;
		flex-direction: column;
		gap: 8px;
		padding-block: 8px 4px;
	}

	.site-nav .sub-menu {
		background: rgba(255, 255, 255, 0.72);
		border-radius: 14px;
		box-shadow: none;
		left: auto;
		margin-top: 8px;
		min-width: 0;
		opacity: 1;
		padding: 8px;
		position: static;
		transform: none;
		visibility: visible;
	}

	.site-nav li.is-open > .sub-menu {
		transform: none;
	}

	.hero,
	.page-hero,
	.section {
		padding-block: 64px;
	}

	.home-hero {
		padding-block: 64px 72px;
	}

	.hero-title {
		font-size: clamp(3rem, 18vw, 4.9rem);
	}

	.hero-stats {
		grid-template-columns: 1fr;
	}

	.dark-section__header {
		align-items: start;
		flex-direction: column;
	}

	.hero__brand-mark {
		padding: 28px;
	}

	.hero-visual {
		min-height: 340px;
	}

	.hero-visual__frame {
		inset: 52px auto auto 50%;
		transform: translateX(-50%);
		width: min(248px, 80vw);
	}

	.hero-orbit--one {
		height: 300px;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		width: 300px;
	}

	.hero-orbit--two {
		height: 220px;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		width: 220px;
	}

	.hero-orbit--three {
		height: 172px;
		left: 50%;
		right: auto;
		top: 82px;
		transform: translateX(-50%);
		width: 172px;
	}

	.hero-visual__tag--cyan {
		left: 24px;
		right: auto;
		top: 48px;
	}

	.hero-visual__tag--pink {
		bottom: 44px;
		right: 24px;
	}

	.client-marquee__track {
		animation-duration: 20s;
	}

	.service-card {
		min-height: 220px;
	}
}

.site-footer {
	background:
		radial-gradient(circle at 6% 0%, rgba(255, 101, 196, 0.18), transparent 24%),
		linear-gradient(135deg, #050505, #111111);
	color: rgba(255, 255, 255, 0.72);
	padding-block: 64px 24px;
}

.site-footer__grid {
	display: grid;
	gap: 34px;
}

.site-footer__brand {
	display: grid;
	gap: 16px;
	max-width: 360px;
}

.site-footer__brand h2 {
	color: var(--color-white);
	font-size: clamp(1.65rem, 2.2vw, 2.35rem);
	font-weight: 950;
}

.site-footer__brand p {
	font-size: 0.94rem;
	line-height: 1.55;
}

.site-footer__logo img {
	background: transparent;
	border-radius: 0;
	max-height: 76px;
	padding: 0;
}

.footer-socials {
	display: flex;
	gap: 10px;
}

.footer-socials a {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	color: var(--color-white);
	display: flex;
	height: 38px;
	justify-content: center;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
	width: 38px;
}

.footer-socials a:hover {
	background: linear-gradient(135deg, var(--color-primary), var(--color-primary-2));
	color: #050505;
	transform: translateY(-2px);
}

.footer-socials svg {
	fill: currentColor;
	height: 18px;
	width: 18px;
}

.footer-title {
	color: var(--color-white);
	font-size: 0.88rem;
	font-weight: 900;
	letter-spacing: 0.24em;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.footer-nav,
.footer-list {
	display: grid;
	gap: 10px;
}

.footer-nav a,
.footer-list a,
.footer-list li {
	font-size: 0.94rem;
	font-weight: 600;
	line-height: 1.35;
}

/* Sprint 5C refinements */
.home-hero {
	padding-block: 84px 58px;
}

.hero-title {
	font-size: clamp(3.1rem, 6vw, 5.6rem);
	line-height: 0.94;
	max-width: 680px;
}

.hero-pill {
	gap: 12px;
	letter-spacing: 0.28em;
	padding: 12px 20px;
}

.hero-pill__star {
	display: inline-block;
	height: 22px;
	position: relative;
	width: 22px;
}

.hero-pill__star::before,
.hero-pill__star::after {
	background: var(--color-primary-2);
	border-radius: 999px;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.hero-pill__star::before {
	height: 22px;
	width: 6px;
}

.hero-pill__star::after {
	height: 6px;
	width: 22px;
}

.hero-pill__star {
	filter: drop-shadow(7px 0 0 rgba(92, 225, 230, 0.7));
	rotate: 45deg;
}

.about-teaser {
	background:
		radial-gradient(circle at 8% 20%, rgba(92, 225, 230, 0.18), transparent 28%),
		linear-gradient(180deg, #fffdf7, var(--color-cream));
	padding-block: 84px;
}

.about-teaser__grid {
	grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
}

.about-teaser__visual {
	aspect-ratio: 0.88 / 1;
	background:
		radial-gradient(circle at 52% 30%, var(--color-primary-2) 0 30%, transparent 30.4%),
		radial-gradient(circle at 65% 76%, var(--color-primary) 0 42%, transparent 42.4%),
		var(--color-cream);
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	position: relative;
}

.about-teaser__visual::before,
.about-teaser__visual::after {
	border: 12px solid;
	border-radius: 50%;
	content: "";
	position: absolute;
	z-index: 0;
}

.about-teaser__visual::before {
	border-color: var(--color-primary);
	height: 72%;
	left: 3%;
	top: 3%;
	width: 72%;
}

.about-teaser__visual::after {
	border-color: var(--color-primary-2);
	bottom: -10%;
	height: 72%;
	right: 0;
	width: 72%;
}

.about-teaser__visual.has-image {
	background: var(--color-cream);
}

.about-teaser__visual img {
	border-radius: 22px;
	height: 100%;
	max-height: none;
	object-fit: cover;
	object-position: center;
	position: relative;
	width: 100%;
	z-index: 1;
}

.about-teaser__fallback {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	padding: 12%;
	position: relative;
	width: 100%;
	z-index: 1;
}

.about-teaser__fallback img {
	height: auto;
	object-fit: contain;
	width: 68%;
}

.about-teaser__content {
	gap: 18px;
}

.about-teaser__content h2 {
	font-size: clamp(2.8rem, 5vw, 5.2rem);
	line-height: 0.95;
}

.about-teaser__content p:not(.eyebrow) {
	color: var(--color-ink);
	font-weight: 400;
	line-height: 1.78;
	max-width: 760px;
}

.services-intro {
	align-items: end;
	margin-bottom: 38px;
}

.services-intro h2 {
	font-size: clamp(2.7rem, 5vw, 5.4rem);
}

.services-intro__copy {
	color: var(--color-ink);
	font-weight: 400;
	line-height: 1.72;
}

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

.service-card--editorial {
	border-radius: 24px;
	gap: 22px;
	min-height: 620px;
	padding: clamp(30px, 4vw, 54px);
}

.service-card--editorial .service-card__icon {
	height: 72px;
	width: 72px;
}

.service-card--editorial h3 {
	font-size: clamp(2.2rem, 4vw, 3.5rem);
	line-height: 0.96;
	margin-top: 28px;
	max-width: 760px;
	word-break: normal;
}

.service-card__corner {
	color: rgba(84, 84, 84, 0.28);
	font-size: 2.6rem;
	font-weight: 900;
	position: absolute;
	right: 44px;
	top: 42px;
	transition: color 180ms ease, transform 180ms ease;
}

.service-card--editorial:hover .service-card__corner {
	color: #050505;
	transform: translate(4px, -4px);
}

.service-card__block {
	display: grid;
	gap: 8px;
}

.service-card__block > span {
	color: rgba(84, 84, 84, 0.54);
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.26em;
	text-transform: uppercase;
}

.service-card__block p {
	font-size: clamp(1.05rem, 1.5vw, 1.28rem);
	line-height: 1.52;
}

.service-card__block ul {
	display: grid;
	gap: 8px 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	padding-left: 20px;
}

.service-card__block li {
	color: var(--color-ink);
	font-size: clamp(1rem, 1.35vw, 1.18rem);
	line-height: 1.35;
}

.service-card--editorial strong {
	align-self: end;
	color: #050505;
	font-size: 1.08rem;
	margin-top: auto;
}

.service-card--editorial .service-card__arrow {
	display: none;
}

.why-list {
	align-items: stretch;
}

.why-list article {
	height: 100%;
}

.final-cta {
	padding-block: clamp(70px, 8vw, 112px);
}

.consultation-grid {
	align-items: center;
	display: grid;
	gap: clamp(36px, 5vw, 72px);
	grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1.1fr);
}

.consultation-copy h2 {
	color: #050505;
	font-size: clamp(3.4rem, 7vw, 6.2rem);
	font-weight: 950;
	line-height: 0.95;
}

.consultation-copy > p:not(.eyebrow) {
	color: var(--color-ink);
	font-size: clamp(1.12rem, 1.7vw, 1.45rem);
	line-height: 1.75;
	margin-top: 28px;
	max-width: 680px;
}

.contact-facts {
	display: grid;
	gap: 18px;
	list-style: none;
	margin: 42px 0 0;
	padding: 0;
}

.contact-facts li {
	align-items: center;
	display: grid;
	gap: 2px 18px;
	grid-template-columns: 62px 1fr;
}

.contact-facts li > span {
	align-items: center;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(180, 180, 180, 0.28);
	border-radius: 20px;
	box-shadow: 0 12px 30px rgba(84, 84, 84, 0.08);
	display: flex;
	font-size: 1.3rem;
	grid-row: span 2;
	height: 62px;
	justify-content: center;
	width: 62px;
}

.contact-facts small {
	color: rgba(84, 84, 84, 0.64);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.contact-facts a,
.contact-facts strong {
	color: #050505;
	font-size: 1.12rem;
	font-weight: 850;
}

.consultation-form {
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid rgba(255, 255, 255, 0.82);
	border-radius: 36px;
	box-shadow: 0 30px 90px rgba(84, 84, 84, 0.13);
	padding: clamp(28px, 4vw, 58px);
}

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

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

.contact-form p {
	display: grid;
	gap: 9px;
	margin: 0;
}

.contact-form label {
	color: var(--color-text);
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(180, 180, 180, 0.36);
	border-radius: 18px;
	color: var(--color-text);
	font: inherit;
	min-height: 58px;
	padding: 16px 18px;
	width: 100%;
}

.contact-form textarea {
	min-height: 180px;
	resize: vertical;
}

.privacy-field label {
	align-items: start;
	display: flex;
	gap: 10px;
	letter-spacing: 0;
	text-transform: none;
}

.privacy-field input {
	min-height: auto;
	margin-top: 4px;
	width: auto;
}

.hp-field {
	left: -10000px;
	position: absolute;
	top: auto;
}

.field-error,
.form-message {
	border-radius: 14px;
	font-size: 0.92rem;
	font-weight: 700;
	padding: 10px 12px;
}

.field-error,
.form-message--error {
	background: rgba(255, 101, 196, 0.13);
	color: #7a1855;
}

.form-message--success {
	background: rgba(92, 225, 230, 0.18);
	color: #134f52;
	margin-bottom: 18px;
}

.form-note {
	color: rgba(84, 84, 84, 0.68);
	font-size: 0.9rem;
}

@media (min-width: 980px) {
	.why-list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.about-teaser__grid,
	.consultation-grid {
		grid-template-columns: 1fr;
	}

	.about-teaser__visual {
		justify-self: center;
		max-width: 520px;
		width: 100%;
	}

	.service-card-grid {
		grid-template-columns: 1fr;
	}

	.service-card--editorial {
		min-height: auto;
	}
}

@media (max-width: 759px) {
	.hero-title {
		font-size: clamp(2.75rem, 15vw, 4.35rem);
	}

	.hero-pill {
		font-size: 0.66rem;
		letter-spacing: 0.16em;
	}

	.about-teaser,
	.final-cta {
		padding-block: 62px;
	}

	.about-teaser__content h2,
	.consultation-copy h2 {
		font-size: clamp(2.55rem, 13vw, 4.2rem);
	}

	.service-card--editorial {
		border-radius: 18px;
		padding: 28px;
	}

	.service-card--editorial h3 {
		font-size: clamp(2rem, 10vw, 3rem);
		margin-top: 18px;
	}

	.service-card__corner {
		right: 26px;
		top: 24px;
	}

	.service-card__block ul,
	.form-row {
		grid-template-columns: 1fr;
	}

	.consultation-form {
		border-radius: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

/* Sprint 6 final UI refinement */
.hero-stats {
	gap: 18px;
	grid-template-columns: repeat(3, max-content);
	margin-top: 30px;
	max-width: 388px;
}

.hero-stat {
	display: block;
	min-width: 0;
}

.hero-stat strong {
	display: block;
	font-size: clamp(1.32rem, 1.8vw, 1.72rem);
	letter-spacing: 0;
}

.hero-stat small {
	display: block;
	font-size: 0.55rem;
	letter-spacing: 0.1em;
	margin-top: 4px;
	max-width: 88px;
}

.about-teaser__content h2 {
	max-width: 520px;
}

.about-teaser__content p:not(.eyebrow) {
	font-size: clamp(1.04rem, 1.18vw, 1.16rem);
	line-height: 1.82;
}

.services-section {
	padding-block: 78px 84px;
}

.services-intro {
	margin-bottom: 28px;
}

.services-intro__copy {
	font-size: clamp(1.2rem, 2vw, 1.75rem);
	line-height: 1.38;
	max-width: 680px;
}

.service-card-grid {
	gap: 22px 28px;
}

.service-card--editorial {
	border-radius: 22px;
	gap: 22px;
	min-height: 286px;
	padding: clamp(26px, 3vw, 38px);
}

.service-card--editorial .service-card__icon {
	border-radius: 16px;
	font-size: 1.28rem;
	height: 52px;
	width: 52px;
}

.service-card__icon--brand::before {
	content: "◉";
	font-size: 1.45rem;
}

.service-card__icon--share::before {
	content: "⌘";
	font-size: 1.5rem;
}

.service-card__icon--pen::before {
	font-size: 1.5rem;
}

.service-card--editorial h3 {
	font-size: clamp(1.55rem, 2.3vw, 2.25rem);
	line-height: 1.02;
	margin-top: 18px;
	max-width: 820px;
}

.service-card--editorial p {
	color: var(--color-ink);
	font-size: clamp(1rem, 1.25vw, 1.18rem);
	font-weight: 400;
	line-height: 1.5;
	max-width: 780px;
}

.service-card__corner {
	color: #050505;
	font-size: 1.75rem;
	right: 32px;
	top: 32px;
}

.why-section .section__header p:not(.eyebrow) {
	font-size: clamp(1.06rem, 1.35vw, 1.18rem);
	line-height: 1.72;
}

.final-cta {
	padding-block: clamp(54px, 6vw, 82px);
}

.consultation-grid {
	gap: clamp(30px, 4vw, 56px);
	grid-template-columns: minmax(0, 0.76fr) minmax(360px, 1.02fr);
}

.consultation-copy h2 {
	font-size: clamp(3rem, 6.2vw, 5.35rem);
	max-width: 640px;
}

.contact-facts {
	gap: 16px;
	margin-top: 34px;
}

.contact-facts li {
	gap: 1px 16px;
	grid-template-columns: 50px 1fr;
}

.contact-facts li > span {
	background: rgba(255, 255, 255, 0.78);
	border-radius: 16px;
	font-size: 1.5rem;
	height: 50px;
	width: 50px;
}

.consultation-form {
	border-radius: 30px;
	padding: clamp(28px, 3.4vw, 44px);
}

.contact-form {
	gap: 18px;
}

.contact-form input,
.contact-form select {
	min-height: 52px;
}

.contact-form textarea {
	min-height: 150px;
}

@media (min-width: 1180px) {
	.services-section .container {
		max-width: 1280px;
	}
}

@media (max-width: 759px) {
	.hero-stats {
		gap: 14px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		max-width: 100%;
	}

	.hero-stat small {
		max-width: none;
	}

	.services-section {
		padding-block: 62px;
	}

	.service-card--editorial {
		min-height: 0;
	}

	.consultation-copy h2 {
		font-size: clamp(2.6rem, 12vw, 4.2rem);
	}
}

/* Sprint 6B final alignment refinements */
.hero-stats {
	column-gap: clamp(22px, 3.2vw, 34px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	justify-items: start;
	max-width: 438px;
	width: min(100%, 438px);
}

.hero-stat {
	align-items: center;
	column-gap: 14px;
	display: flex;
	min-height: 54px;
	width: 100%;
}

.hero-stat strong {
	flex: 0 0 auto;
	font-size: clamp(1.42rem, 1.9vw, 1.86rem);
	line-height: 1;
}

.hero-stat small {
	display: block;
	flex: 1 1 auto;
	font-size: 0.58rem;
	letter-spacing: 0.12em;
	line-height: 1.28;
	margin-top: 0;
	max-width: 92px;
	min-width: 0;
}

.about-teaser__grid {
	align-items: stretch;
}

.about-teaser__visual {
	align-self: stretch;
	aspect-ratio: auto;
	min-height: 100%;
}

.about-teaser__visual img {
	height: 100%;
	object-fit: cover;
	object-position: 50% 44%;
}

.services-intro__copy {
	font-size: clamp(1rem, 1.25vw, 1.18rem);
	line-height: 1.5;
	max-width: 610px;
}

.why-grid {
	gap: 26px;
}

.why-section .section__header {
	margin-bottom: 0;
	max-width: none;
	width: 100%;
}

.why-section .section__header p:not(.eyebrow) {
	max-width: none;
	width: 100%;
}

.final-cta {
	padding-block: clamp(46px, 5vw, 68px);
}

.consultation-grid {
	align-items: start;
	gap: clamp(28px, 3.6vw, 48px);
	grid-template-columns: minmax(0, 0.74fr) minmax(380px, 1.05fr);
}

.consultation-copy h2 {
	font-size: clamp(2.85rem, 5.6vw, 4.85rem);
	line-height: 0.96;
}

.contact-facts {
	gap: 14px;
	margin-top: 30px;
}

.contact-facts li {
	grid-template-columns: 46px 1fr;
}

.contact-facts li > span {
	border-radius: 14px;
	font-size: 1.55rem;
	height: 46px;
	width: 46px;
}

.consultation-form {
	padding: clamp(24px, 3vw, 38px);
}

.contact-form {
	gap: 15px;
}

.form-row {
	gap: 16px;
}

.contact-form p {
	gap: 7px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
	border-radius: 16px;
	padding: 13px 16px;
}

.contact-form input,
.contact-form select {
	min-height: 48px;
}

.contact-form textarea {
	min-height: 124px;
}

.privacy-field label {
	gap: 9px;
}

.form-note {
	margin-top: -4px;
}

@media (max-width: 980px) {
	.about-teaser__visual {
		aspect-ratio: 4 / 5;
		min-height: 0;
	}

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

@media (max-width: 759px) {
	.hero-stats {
		column-gap: 12px;
		width: 100%;
	}

	.hero-stat {
		column-gap: 9px;
		min-height: 48px;
	}

	.hero-stat small {
		font-size: 0.52rem;
		letter-spacing: 0.08em;
		max-width: none;
	}

	.about-teaser__visual {
		aspect-ratio: 4 / 5;
	}

	.final-cta {
		padding-block: 48px;
	}

	.contact-form textarea {
		min-height: 136px;
	}
}

/* Final typography and portfolio alignment fixes */
.gradient-word {
	line-height: 1.08;
	padding-block: 0.04em 0.08em;
	-webkit-text-fill-color: transparent;
}

.portfolio-showcase .portfolio-slide__content {
	grid-template-rows: auto minmax(3.2rem, auto);
}

.portfolio-showcase .portfolio-slide__content h3 {
	align-self: start;
	line-height: 1.02;
}

@media (min-width: 1120px) {
	.portfolio-showcase .dark-section__header h2 {
		font-size: clamp(2.55rem, 3.25vw, 3.35rem);
		letter-spacing: 0;
		max-width: none;
		white-space: nowrap;
	}
}

@media (max-width: 1119px) {
	.portfolio-showcase .dark-section__header h2 {
		white-space: normal;
	}
}

/* Sprint 7 - Service detail pages */
.service-page {
	background: var(--color-cream);
}

.service-hero {
	align-items: end;
	background:
		linear-gradient(90deg, rgba(3, 5, 6, 0.72), rgba(3, 5, 6, 0.34)),
		linear-gradient(135deg, #111111, rgba(255, 101, 196, 0.34));
	background-position: center;
	background-size: cover;
	color: rgba(255, 255, 255, 0.84);
	display: flex;
	min-height: calc(100vh - 92px);
	padding-block: clamp(88px, 12vw, 160px) 76px;
	position: relative;
}

.service-hero--placeholder {
	background:
		radial-gradient(circle at 78% 22%, rgba(255, 101, 196, 0.42), transparent 28%),
		radial-gradient(circle at 20% 72%, rgba(92, 225, 230, 0.36), transparent 30%),
		linear-gradient(135deg, #050505, #171717);
	overflow: hidden;
}

.service-hero--placeholder::after {
	border: 2px dashed rgba(255, 255, 255, 0.22);
	border-radius: 50%;
	content: "";
	height: min(48vw, 520px);
	position: absolute;
	right: -8vw;
	top: 12%;
	width: min(48vw, 520px);
}

.service-hero__inner {
	position: relative;
	z-index: 1;
}

.service-breadcrumb {
	align-items: center;
	color: rgba(255, 255, 255, 0.68);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.82rem;
	font-weight: 800;
	gap: 10px;
	margin-bottom: 28px;
	text-transform: uppercase;
}

.service-breadcrumb a:hover {
	color: var(--color-primary);
}

.service-hero .eyebrow {
	color: var(--color-primary-2);
}

.service-hero h1 {
	color: var(--color-white);
	font-size: clamp(3.8rem, 9vw, 8.8rem);
	font-weight: 950;
	max-width: 980px;
}

.service-hero__payoff {
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(1.12rem, 2vw, 1.42rem);
	font-weight: 600;
	line-height: 1.55;
	margin-top: 24px;
	max-width: 720px;
}

.service-editorial {
	background: #fffdf7;
}

.service-editorial__inner {
	max-width: 1040px;
}

.service-editorial h2,
.service-section-head h2,
.service-types h2,
.service-portfolio-cta h2,
.service-final-cta h2 {
	color: #050505;
	font-weight: 950;
}

.service-editorial h2 {
	font-size: clamp(2.5rem, 5vw, 5rem);
	max-width: 900px;
}

.service-editorial p {
	color: #171717;
	font-size: clamp(1.12rem, 1.8vw, 1.38rem);
	font-weight: 500;
	line-height: 1.75;
	margin-top: 28px;
	max-width: 980px;
}

.service-gallery-section {
	background:
		radial-gradient(circle at 88% 8%, rgba(255, 101, 196, 0.16), transparent 28%),
		linear-gradient(180deg, var(--color-cream), #fffdf7);
	overflow: hidden;
}

.service-section-head {
	margin-bottom: 30px;
}

.service-section-head h2 {
	font-size: clamp(2.1rem, 4vw, 4rem);
	max-width: 820px;
}

.service-gallery-wrap {
	align-items: center;
	display: grid;
	gap: 14px;
	grid-template-columns: auto minmax(0, 1fr) auto;
}

.service-gallery {
	display: flex;
	gap: 20px;
	overflow-x: auto;
	padding-block: 8px 18px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
}

.service-gallery::-webkit-scrollbar {
	height: 8px;
}

.service-gallery::-webkit-scrollbar-thumb {
	background: var(--color-primary-2);
	border-radius: 999px;
}

.service-gallery__item {
	aspect-ratio: 4 / 3;
	background: var(--color-white);
	border: 1px solid rgba(180, 180, 180, 0.24);
	border-radius: 22px;
	box-shadow: var(--shadow-soft);
	flex: 0 0 min(520px, 78vw);
	margin: 0;
	overflow: hidden;
	position: relative;
	scroll-snap-align: start;
}

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

.service-gallery__item--placeholder {
	align-items: center;
	background:
		radial-gradient(circle at 20% 24%, rgba(92, 225, 230, 0.34), transparent 26%),
		radial-gradient(circle at 82% 82%, rgba(255, 101, 196, 0.28), transparent 32%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 237, 0.9));
	display: flex;
	justify-content: center;
}

.service-gallery__item .service-card__icon {
	height: 78px;
	width: 78px;
}

.service-gallery__item figcaption {
	background: linear-gradient(180deg, transparent, rgba(3, 5, 6, 0.72));
	bottom: 0;
	color: var(--color-white);
	font-family: var(--font-heading);
	font-size: 1.45rem;
	font-weight: 900;
	left: 0;
	padding: 70px 26px 24px;
	position: absolute;
	right: 0;
}

.service-gallery__item--placeholder figcaption {
	background: transparent;
	color: #050505;
}

.slider-control {
	align-items: center;
	background: var(--color-white);
	border: 1px solid rgba(84, 84, 84, 0.18);
	border-radius: 50%;
	color: #050505;
	cursor: pointer;
	display: flex;
	font-family: var(--font-heading);
	font-size: 1.2rem;
	font-weight: 950;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.slider-control:hover {
	background: var(--color-primary);
}

.service-types-section {
	background: #fffdf7;
}

.service-types {
	display: grid;
	gap: clamp(34px, 6vw, 80px);
}

.service-types__intro h2 {
	font-size: clamp(2.35rem, 4.8vw, 4.7rem);
	max-width: 540px;
}

.service-types__list {
	display: grid;
	gap: 18px;
}

.service-type-item {
	border-top: 1px solid rgba(84, 84, 84, 0.18);
	display: grid;
	gap: 10px;
	padding-block: 22px;
}

.service-type-item h3 {
	color: #050505;
	font-size: clamp(1.45rem, 2.6vw, 2.25rem);
	font-weight: 950;
}

.service-type-item p {
	color: var(--color-ink);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.65;
	max-width: 720px;
}

.service-approach-section {
	background: linear-gradient(180deg, var(--color-cream), #fffdf7);
}

.service-approach-grid {
	display: grid;
	gap: 22px;
}

.service-approach-card {
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(180, 180, 180, 0.24);
	border-radius: 20px;
	box-shadow: var(--shadow-soft);
	display: grid;
	gap: 16px;
	padding: clamp(24px, 3vw, 34px);
}

.service-approach-card__icon {
	align-items: center;
	background: linear-gradient(135deg, var(--color-primary), var(--color-primary-2));
	border-radius: 16px;
	color: #050505;
	display: flex;
	font-family: var(--font-heading);
	font-size: 1.2rem;
	font-weight: 950;
	height: 52px;
	justify-content: center;
	width: 52px;
}

.service-approach-card__icon--problem::before {
	content: "?";
}

.service-approach-card__icon--solution::before {
	content: "✓";
}

.service-approach-card__icon--process::before {
	content: "→";
}

.service-approach-card h3 {
	color: #050505;
	font-size: clamp(1.45rem, 2.2vw, 1.95rem);
	font-weight: 950;
}

.service-approach-card p {
	color: var(--color-ink);
	font-weight: 500;
	line-height: 1.65;
}

.service-portfolio-cta {
	background:
		radial-gradient(circle at 84% 12%, rgba(92, 225, 230, 0.2), transparent 28%),
		linear-gradient(135deg, #030506, #101112 78%);
	color: rgba(255, 255, 255, 0.76);
}

.service-portfolio-cta__box {
	align-items: center;
	display: grid;
	gap: 28px;
}

.service-portfolio-cta h2 {
	color: var(--color-white);
	font-size: clamp(2.3rem, 4.8vw, 4.8rem);
	max-width: 780px;
}

.service-portfolio-cta p:not(.eyebrow) {
	font-size: 1.08rem;
	line-height: 1.65;
	margin-top: 18px;
	max-width: 720px;
}

.service-final-cta {
	background:
		radial-gradient(circle at 16% 78%, rgba(92, 225, 230, 0.5), transparent 28%),
		radial-gradient(circle at 88% 18%, rgba(255, 101, 196, 0.42), transparent 32%),
		linear-gradient(135deg, #fffdf7, var(--color-cream));
}

.service-final-cta__inner {
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: var(--radius-soft);
	box-shadow: var(--shadow-strong);
	display: grid;
	gap: 20px;
	padding: clamp(34px, 6vw, 70px);
}

.service-final-cta h2 {
	font-size: clamp(2.55rem, 5.4vw, 5.2rem);
	max-width: 860px;
}

.service-final-cta p:not(.eyebrow) {
	color: #171717;
	font-size: 1.08rem;
	font-weight: 500;
	line-height: 1.65;
	max-width: 720px;
}

@media (min-width: 760px) {
	.service-types {
		grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
	}

	.service-approach-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.service-portfolio-cta__box {
		grid-template-columns: minmax(0, 1fr) auto;
	}
}

@media (max-width: 759px) {
	.service-hero {
		min-height: calc(100vh - 76px);
		padding-block: 74px 56px;
	}

	.service-hero h1 {
		font-size: clamp(3.1rem, 16vw, 5rem);
	}

	.service-gallery-wrap {
		grid-template-columns: minmax(0, 1fr);
	}

	.service-gallery__control {
		display: none;
	}

	.service-gallery__item {
		flex-basis: min(340px, 86vw);
	}
}

/* Service template refinement */
.service-page .service-editorial {
	padding-block: clamp(38px, 5vw, 64px);
}

.service-page .service-editorial__inner {
	max-width: var(--container);
}

.service-page .service-editorial p {
	font-size: clamp(1.3rem, 2vw, 1.52rem);
	line-height: 1.64;
	margin-top: 0;
}

.service-page .service-editorial__text {
	display: grid;
	gap: 18px;
}

.service-page .service-gallery-section {
	padding-block: clamp(16px, 2.5vw, 28px) clamp(20px, 3vw, 34px);
}

.service-page .service-gallery-wrap {
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr);
	margin-inline: auto;
	max-width: 100%;
	padding-inline: clamp(14px, 2vw, 28px);
	position: relative;
}

.service-page .service-gallery {
	gap: clamp(10px, 1.4vw, 18px);
	padding-block: 0 10px;
	scroll-padding-inline: clamp(14px, 2vw, 28px);
}

.service-page .service-gallery__item {
	aspect-ratio: 1 / 1;
	border-radius: 18px;
	box-shadow: 0 22px 70px rgba(84, 84, 84, 0.14);
	flex: 0 0 clamp(260px, 26vw, 400px);
}

.service-page .service-gallery__item--placeholder {
	min-height: 360px;
}

.service-page .service-gallery__control {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 4;
}

.service-page .service-gallery__control--prev {
	left: clamp(22px, 3vw, 46px);
}

.service-page .service-gallery__control--next {
	right: clamp(22px, 3vw, 46px);
}

.service-page .service-gallery__dots {
	align-items: center;
	display: flex;
	gap: 9px;
	justify-content: center;
}

.service-page .service-gallery__dots button {
	background: rgba(84, 84, 84, 0.28);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	height: 8px;
	padding: 0;
	width: 8px;
}

.service-page .service-gallery__dots button.is-active,
.service-page .service-gallery__dots button[aria-current="true"] {
	background: var(--color-primary-2);
	width: 24px;
}

.service-page .service-types-section {
	padding-block: clamp(34px, 5vw, 64px) clamp(30px, 4vw, 54px);
}

.service-page .service-type-item {
	gap: 7px;
	padding-block: 15px;
}

.service-page .service-type-item h3 {
	font-size: clamp(1.32rem, 2.2vw, 2rem);
}

.service-page .service-type-item p {
	line-height: 1.55;
}

.service-page .service-approach-section {
	padding-block: clamp(34px, 5vw, 64px) clamp(72px, 8vw, 112px);
}

@media (min-width: 980px) {
	.service-page .service-approach-section .service-section-head h2 {
		font-size: clamp(2.1rem, 3.2vw, 3.4rem);
		max-width: none;
		white-space: nowrap;
	}
}

@media (max-width: 759px) {
	.site-nav__toggle {
		text-align: left;
		width: 100%;
	}

	.site-nav .sub-menu {
		display: none;
	}

	.site-nav li.is-open > .sub-menu {
		display: grid;
	}

	.service-page .service-editorial {
		padding-block: 34px 42px;
	}

	.service-page .service-gallery-wrap {
		padding-inline: 14px;
	}

	.service-page .service-gallery__item {
		aspect-ratio: 1 / 1;
		flex-basis: min(78vw, 360px);
	}

	.service-page .service-gallery__item--placeholder {
		min-height: 260px;
	}

	.service-page .service-gallery__control {
		display: flex;
		height: 40px;
		width: 40px;
	}

	.service-page .service-gallery__control--prev {
		left: 22px;
	}

	.service-page .service-gallery__control--next {
		right: 22px;
	}

	.service-page .service-types-section {
		padding-block: 48px 24px;
	}

	.service-page .service-approach-section {
		padding-block: 30px 64px;
	}
}

/* Blog and portfolio completion */
.archive-intro {
	background: #fffdf7;
	padding-block: clamp(42px, 5vw, 70px);
}

.archive-intro__inner {
	max-width: var(--container);
}

.archive-intro__inner p {
	color: #111111;
	font-size: clamp(1.28rem, 2vw, 1.55rem);
	font-weight: 500;
	line-height: 1.65;
	max-width: 980px;
}

.archive-listing {
	background: linear-gradient(180deg, var(--color-cream), #fffdf7);
	padding-top: clamp(42px, 5vw, 70px);
}

.card-grid--archive {
	grid-template-columns: minmax(0, 1fr);
}

.content-card__media img {
	transition: transform 260ms ease;
}

.content-card:hover .content-card__media img {
	transform: scale(1.035);
}

.content-card__date {
	color: rgba(84, 84, 84, 0.74);
	font-size: 0.82rem;
	font-weight: 700;
}

.pagination-wrap {
	margin-top: 38px;
}

.pagination-wrap .nav-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.pagination-wrap a,
.pagination-wrap span {
	background: var(--color-white);
	border: 1px solid rgba(84, 84, 84, 0.16);
	border-radius: 999px;
	font-weight: 800;
	padding: 9px 14px;
}

.pagination-wrap .current {
	background: linear-gradient(135deg, var(--color-primary), var(--color-primary-2));
	color: #050505;
}

.single-article__masthead {
	background: #fffdf7;
	padding-block: clamp(82px, 8vw, 112px) clamp(30px, 4vw, 48px);
}

.single-article__image-wrap {
	max-width: 1180px;
}

.single-article__featured-media {
	border-radius: var(--radius-card);
	margin: 0;
	overflow: hidden;
}

.single-article__featured-media img {
	display: block;
	height: auto;
	width: 100%;
}

.single-article__header,
.single-article__content {
	max-width: 1120px;
}

.single-article__header {
	display: grid;
	gap: 12px;
	margin-top: clamp(24px, 3.4vw, 38px);
}

.single-article__date {
	color: rgba(84, 84, 84, 0.76);
	display: inline-block;
	font-weight: 800;
	margin-top: 2px;
}

.single-post .single-article__header h1 {
	color: var(--color-primary-2);
	font-family: var(--font-heading);
	font-size: clamp(2.55rem, 4vw, 3.25rem);
	letter-spacing: 0;
	line-height: 0.95;
	max-width: 1080px;
	text-transform: uppercase;
}

.single-article__body {
	background: #fffdf7;
	padding-block: clamp(14px, 2vw, 26px) clamp(28px, 4vw, 48px);
}

.single-article__content {
	gap: clamp(18px, 2.4vw, 28px);
}

.single-post .single-article__content > p,
.single-post .single-article__content > ul,
.single-post .single-article__content > ol {
	font-size: clamp(1.06rem, 1.08vw, 1.12rem);
	line-height: 1.74;
}

.single-post .single-article__content > ul,
.single-post .single-article__content > ol {
	margin-block: -6px -4px;
	padding-left: 1.35em;
}

.single-post .single-article__content > ul li,
.single-post .single-article__content > ol li {
	margin-block: 0;
}

.single-post .single-article__content > ul li + li,
.single-post .single-article__content > ol li + li {
	margin-top: 0.38em;
}

.single-article__intro {
	display: grid;
	gap: 18px;
}

.single-article__intro p {
	font-size: clamp(1.3rem, 2vw, 1.52rem);
	line-height: 1.64;
}

.single-post .single-article__content > h2:last-of-type {
	font-size: clamp(1.08rem, 1.45vw, 1.28rem);
	line-height: 1.12;
	margin-top: clamp(10px, 1.5vw, 16px);
}

.single-post .single-article__content > h2:last-of-type + ul {
	color: rgba(84, 84, 84, 0.82);
	font-size: 0.86rem;
	line-height: 1.48;
	margin-block: -10px 0;
}

.single-post .single-article__content > h2:last-of-type + ul li + li {
	margin-top: 0.24em;
}

@media (max-width: 900px) {
	.single-article__masthead {
		padding-block: clamp(76px, 12vw, 104px) clamp(28px, 6vw, 44px);
	}

	.single-post .single-article__header h1 {
		font-size: clamp(2.25rem, 8vw, 3.15rem);
		line-height: 1;
	}
}

@media (max-width: 560px) {
	.single-article__featured-media {
		border-radius: 22px;
	}

	.single-post .single-article__header h1 {
		font-size: clamp(2rem, 11vw, 2.65rem);
	}

	.single-post .single-article__content > p,
	.single-post .single-article__content > ul,
	.single-post .single-article__content > ol {
		font-size: clamp(1.02rem, 4.4vw, 1.08rem);
	}

	.single-post .single-article__content > ul,
	.single-post .single-article__content > ol {
		padding-left: 1.18em;
	}

	.single-article__intro p {
		font-size: clamp(1.18rem, 6vw, 1.34rem);
	}
}

.post-navigation-section {
	background: var(--color-cream);
	padding-block: 24px 34px;
}

.post-navigation-grid {
	display: grid;
	gap: 16px;
}

.post-navigation-grid a {
	background: var(--color-white);
	border: 1px solid rgba(84, 84, 84, 0.16);
	border-radius: 999px;
	display: inline-flex;
	font-weight: 800;
	padding: 12px 18px;
}

.project-hero {
	align-items: end;
	background:
		radial-gradient(circle at 82% 20%, rgba(255, 101, 196, 0.22), transparent 26%),
		linear-gradient(135deg, #030506, #101112);
	background-position: center;
	background-size: cover;
	color: var(--color-white);
	display: flex;
	min-height: min(82vh, 760px);
	padding-block: clamp(140px, 18vw, 230px) clamp(70px, 8vw, 120px);
}

.project-hero h1 {
	color: var(--color-white);
	font-size: clamp(4rem, 8vw, 8rem);
	font-weight: 950;
	max-width: 980px;
}

.project-overview {
	background: #fffdf7;
}

.project-overview__grid {
	display: grid;
	gap: clamp(34px, 6vw, 80px);
}

.project-copy {
	color: #171717;
	display: grid;
	font-size: clamp(1.08rem, 1.5vw, 1.25rem);
	gap: 18px;
	line-height: 1.72;
}

.project-overview__services {
	background: var(--color-white);
	border: 1px solid rgba(180, 180, 180, 0.28);
	border-radius: var(--radius-card);
	box-shadow: var(--shadow-soft);
	display: grid;
	gap: 18px;
	padding: clamp(24px, 4vw, 36px);
}

.project-overview__services h2 {
	color: var(--color-primary-2);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.portfolio-service-tags a {
	display: inline-flex;
}

.project-service-groups {
	display: grid;
	gap: 22px;
}

.project-service-group {
	display: grid;
	gap: 10px;
}

.project-service-group h3 {
	color: var(--color-primary-2);
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.project-service-group ul {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.project-service-group li {
	color: #171717;
	font-weight: 700;
	line-height: 1.35;
}

.service-related-portfolio {
	background:
		radial-gradient(circle at 84% 12%, rgba(92, 225, 230, 0.18), transparent 28%),
		linear-gradient(135deg, #030506, #101112 78%);
	color: var(--color-white);
	overflow: hidden;
}

.service-related-portfolio__head {
	margin-bottom: 18px;
}

.service-related-portfolio__head .eyebrow {
	color: var(--color-primary-2);
	margin-bottom: 0;
}

.service-related-portfolio__wrap {
	position: relative;
}

.service-related-portfolio__slider {
	display: flex;
	gap: 20px;
	overflow-x: auto;
	padding: 4px 4px 18px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.service-related-portfolio__slider::-webkit-scrollbar {
	display: none;
}

.service-related-portfolio__slider .content-card {
	flex: 0 0 min(82vw, 390px);
	scroll-snap-align: start;
}

.service-related-portfolio__control {
	position: absolute;
	top: 42%;
	z-index: 3;
}

.service-related-portfolio__control--prev {
	left: -18px;
}

.service-related-portfolio__control--next {
	right: -18px;
}

.service-related-portfolio__dots {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 12px;
}

.service-related-portfolio__dots button {
	background: rgba(255, 255, 255, 0.36);
	border: 0;
	border-radius: 999px;
	height: 8px;
	padding: 0;
	width: 8px;
}

.service-related-portfolio__dots button.is-active,
.service-related-portfolio__dots button[aria-current="true"] {
	background: var(--color-primary-2);
}

.project-gallery-section {
	background: linear-gradient(180deg, var(--color-cream), #fffdf7);
	overflow: hidden;
	padding-block: clamp(26px, 4vw, 52px);
}

.project-gallery-wrap {
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr);
	left: 50%;
	margin-left: -50vw;
	position: relative;
	width: 100vw;
}

.project-gallery {
	align-items: center;
	display: flex;
	gap: clamp(12px, 1.4vw, 20px);
	justify-content: flex-start;
	overflow-x: auto;
	padding: 0 clamp(18px, 4vw, 72px) 14px;
	scroll-behavior: smooth;
	scroll-padding-inline: clamp(18px, 4vw, 72px);
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.project-gallery:focus-visible {
	outline: 3px solid var(--color-primary);
	outline-offset: 4px;
}

.project-gallery::-webkit-scrollbar {
	display: none;
}

.project-gallery__item {
	align-items: center;
	aspect-ratio: 1 / 1;
	background:
		radial-gradient(circle at 18% 18%, rgba(92, 225, 230, 0.12), transparent 28%),
		radial-gradient(circle at 82% 20%, rgba(255, 101, 196, 0.12), transparent 30%),
		#fffdf7;
	border: 1px solid rgba(180, 180, 180, 0.24);
	border-radius: 24px;
	box-shadow: 0 24px 80px rgba(84, 84, 84, 0.16);
	display: flex;
	flex: 0 0 min(400px, 86vw);
	justify-content: center;
	margin: 0;
	max-width: 400px;
	overflow: hidden;
	padding: clamp(10px, 1.3vw, 18px);
	scroll-snap-align: center;
	width: 100%;
}

.project-gallery__item img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.project-gallery__control {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 4;
}

.project-gallery__control--prev {
	left: clamp(18px, 3vw, 54px);
}

.project-gallery__control--next {
	right: clamp(18px, 3vw, 54px);
}

.project-gallery__dots {
	align-items: center;
	display: flex;
	gap: 9px;
	justify-content: center;
	padding-inline: clamp(18px, 4vw, 72px);
}

.project-gallery__dots button {
	background: rgba(84, 84, 84, 0.28);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	height: 8px;
	padding: 0;
	width: 8px;
}

.project-gallery__dots button.is-active,
.project-gallery__dots button[aria-current="true"] {
	background: var(--color-primary-2);
	width: 24px;
}

.final-cta--compact {
	padding-block: clamp(58px, 7vw, 86px);
}

#servizi,
#contatti {
	scroll-margin-top: 110px;
}

@media (min-width: 1200px) {
	.site-nav,
	.site-header__cta {
		display: block;
	}

	.site-nav__cta-mobile {
		display: none;
	}
}

@media (max-width: 1199px) {
	body.has-mobile-menu-open {
		overflow: hidden;
	}

	.site-header {
		z-index: 170;
	}

	.site-header__inner {
		align-items: center;
		flex-wrap: nowrap;
		min-height: clamp(72px, 8vw, 86px);
		padding-block: 8px;
	}

	.site-logo img,
	.custom-logo-link img {
		max-height: clamp(48px, 6vw, 58px);
	}

	.site-header__cta {
		display: none;
	}

	.site-menu-toggle {
		display: inline-flex;
		flex: 0 0 auto;
		margin-left: auto;
		z-index: 180;
	}

	.site-menu-overlay {
		background: rgba(5, 5, 5, 0.28);
		border: 0;
		display: block;
		inset: 0;
		position: fixed;
		z-index: 145;
	}

	.site-menu-overlay[hidden] {
		display: none;
	}

	.site-nav {
		background:
			radial-gradient(circle at 14% 72%, rgba(92, 225, 230, 0.2), transparent 28%),
			radial-gradient(circle at 90% 64%, rgba(255, 101, 196, 0.18), transparent 30%),
			linear-gradient(180deg, var(--color-cream), #fffdf7);
		border: 0;
		border-radius: 0;
		box-shadow: none;
		display: grid;
		gap: 22px;
		left: 0;
		max-height: 100dvh;
		opacity: 0;
		overflow-y: auto;
		padding: calc(clamp(72px, 8vw, 86px) + 24px) 24px 28px;
		pointer-events: none;
		position: fixed;
		right: 0;
		top: 0;
		transform: translateY(-18px);
		transition: opacity 200ms ease, transform 200ms ease, visibility 200ms ease;
		visibility: hidden;
		z-index: 160;
	}

	.site-nav.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
		visibility: visible;
	}

	.site-nav__list {
		align-items: stretch;
		display: grid;
		gap: 8px;
		margin-inline: auto;
		max-width: 680px;
		width: 100%;
	}

	.site-nav a,
	.site-nav__toggle {
		align-items: center;
		border-radius: 16px;
		display: flex;
		font-size: 1.08rem;
		justify-content: space-between;
		padding: 14px 16px;
		width: 100%;
	}

	.site-nav a:hover,
	.site-nav a:focus-visible,
	.site-nav__toggle:hover,
	.site-nav__toggle:focus-visible {
		background: linear-gradient(135deg, rgba(92, 225, 230, 0.22), rgba(255, 101, 196, 0.16));
		color: var(--color-text);
	}

	.site-nav .sub-menu {
		background: rgba(255, 255, 255, 0.48);
		border: 0;
		border-radius: 16px;
		box-shadow: none;
		display: none;
		gap: 4px;
		left: auto;
		margin: 4px 0 8px;
		min-width: 0;
		opacity: 1;
		padding: 8px;
		position: static;
		transform: none;
		visibility: visible;
	}

	.site-nav li.is-open > .sub-menu {
		display: grid;
		transform: none;
	}

	.site-nav__toggle::after {
		color: var(--color-primary-2);
		content: "+";
		font-size: 1.35rem;
		font-weight: 900;
		line-height: 1;
		transition: transform 180ms ease;
	}

	.site-nav__toggle[aria-expanded="true"]::after {
		content: "−";
		transform: rotate(180deg);
	}

	.site-nav .sub-menu a {
		font-size: 0.98rem;
		padding: 11px 12px;
	}

	.site-nav__cta-mobile {
		display: inline-flex;
		justify-self: center;
		max-width: 680px;
		width: 100%;
	}

	.has-mobile-menu-open .floating-contacts,
	.has-mobile-menu-open .cookie-preferences-button {
		opacity: 0;
		pointer-events: none;
	}

	.home-hero {
		padding-block: clamp(58px, 8vw, 82px) clamp(50px, 7vw, 68px);
	}

	.hero__grid {
		gap: clamp(34px, 6vw, 52px);
		grid-template-columns: 1fr;
	}

	.hero__content {
		max-width: 780px;
	}

	.hero-title {
		font-size: clamp(3.2rem, 9vw, 5.4rem);
		max-width: 780px;
	}

	.hero-visual {
		min-height: clamp(320px, 48vw, 430px);
		max-width: 560px;
		width: 100%;
	}

	.hero-visual__frame {
		inset: clamp(44px, 8vw, 64px) clamp(28px, 8vw, 54px) auto auto;
		width: min(280px, 58vw);
	}

	.hero-orbit--one {
		height: min(390px, 72vw);
		width: min(390px, 72vw);
	}

	.hero-orbit--two {
		height: min(296px, 56vw);
		width: min(296px, 56vw);
	}

	.hero-orbit--three {
		height: min(240px, 48vw);
		width: min(240px, 48vw);
	}

	.hero-visual__tag--cyan { right: min(52vw, 280px); }
	.hero-visual__tag--pink { right: 18px; }

	.horizontal-slider {
		gap: 16px;
		scroll-padding-inline: 24px;
	}

	.portfolio-slide {
		flex-basis: min(390px, 48vw);
	}

	.blog-slide {
		flex-basis: min(310px, 42vw);
	}
}

@media (max-width: 991px) {
	.hero-title {
		font-size: clamp(2.9rem, 10vw, 4.8rem);
		line-height: 0.96;
	}

	.hero-pill {
		font-size: 0.7rem;
		letter-spacing: 0.16em;
		max-width: 100%;
	}

	.lede {
		font-size: clamp(1rem, 2.8vw, 1.18rem);
		margin-top: 22px;
	}

	.hero-stats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		max-width: 560px;
	}

	.hero-stat {
		grid-template-columns: 1fr;
	}

	.hero-stat strong,
	.hero-stat small {
		white-space: normal;
	}

	.portfolio-slide {
		flex-basis: min(380px, 70vw);
	}

	.blog-slide {
		flex-basis: min(320px, 54vw);
	}
}

@media (max-width: 767px) {
	.site-header__inner {
		min-height: 74px;
	}

	.site-logo img,
	.custom-logo-link img {
		max-height: 50px;
	}

	.site-menu-toggle {
		height: 46px;
		width: 46px;
	}

	.site-nav {
		max-height: 100dvh;
		overflow-y: auto;
		padding: 94px 18px 24px;
	}

	.home-hero {
		padding-block: 48px 56px;
	}

	.hero-title {
		font-size: clamp(2.55rem, 13vw, 3.7rem);
		line-height: 0.98;
	}

	.button-row {
		gap: 10px;
		margin-top: 26px;
	}

	.button-row .button {
		min-height: 46px;
		padding-inline: 18px;
		width: 100%;
	}

	.hero-stats {
		gap: 14px;
		grid-template-columns: 1fr;
		margin-top: 24px;
		max-width: 330px;
	}

	.hero-stat {
		align-items: center;
		column-gap: 12px;
		grid-template-columns: 76px minmax(0, 1fr);
	}

	.hero-stat strong {
		font-size: clamp(1.7rem, 7.2vw, 2rem);
		line-height: 1;
	}

	.hero-stat small {
		font-size: clamp(0.66rem, 2.7vw, 0.76rem);
		letter-spacing: 0.08em;
		line-height: 1.08;
		white-space: nowrap;
	}

	.hero-visual {
		min-height: 300px;
		overflow: hidden;
	}

	.hero-visual__frame {
		inset: 46px 34px auto auto;
		padding: 24px;
		width: min(232px, 62vw);
	}

	.hero-visual__frame img {
		max-height: 180px;
	}

	.hero-orbit--one { right: -22px; top: 8px; }
	.hero-orbit--two { right: 26px; top: 54px; }
	.hero-orbit--three { right: 48px; top: 80px; }

	.hero-visual__tag {
		font-size: 0.84rem;
		padding: 8px 13px;
	}

	.hero-visual__tag--cyan {
		right: auto;
		left: 18px;
		top: 70px;
	}

	.hero-visual__tag--pink {
		right: 18px;
		top: 228px;
	}

	.client-strip {
		padding-block: 18px 22px;
	}

	.client-marquee__track {
		gap: 32px;
	}

	.client-marquee__track span {
		font-size: 0.92rem;
		white-space: nowrap;
	}

	.horizontal-slider {
		gap: 14px;
		margin-inline: -24px;
		overflow-x: auto;
		padding-inline: 44px;
		scroll-padding-inline: 44px;
	}

	.portfolio-slide,
	.blog-slide {
		flex-basis: min(344px, calc(100vw - 68px));
	}

	.portfolio-slide__content {
		padding: 20px;
	}

	.portfolio-slide__content h3 {
		font-size: clamp(1.5rem, 8vw, 2rem);
	}

	.portfolio-slide__tags li {
		font-size: 0.66rem;
		padding: 6px 8px;
	}

	.blog-slide h3 {
		font-size: 1.18rem;
	}

	.slider-control {
		display: none;
	}

	.floating-contacts {
		bottom: 14px;
		gap: 8px;
		right: 12px;
	}

	.floating-contacts__item {
		height: 44px;
		width: 44px;
	}

	.cookie-preferences-button {
		bottom: 12px;
		font-size: 0.72rem;
		height: 38px;
		left: 12px;
		padding-inline: 12px;
	}
}

@media (max-width: 430px) {
	.hero-stats {
		grid-template-columns: 1fr;
		max-width: 310px;
	}

	.hero-stat {
		align-items: center;
		column-gap: 10px;
		grid-template-columns: 72px minmax(0, 1fr);
	}

	.hero-stat small {
		font-size: 0.64rem;
	}

	.hero-visual {
		min-height: 270px;
	}

	.hero-visual__frame {
		right: 22px;
		width: min(210px, 66vw);
	}
}


.floating-contacts {
	bottom: 24px;
	display: grid;
	gap: 10px;
	position: fixed;
	right: 22px;
	z-index: 90;
}

.floating-contacts__item,
.cookie-preferences-button {
	align-items: center;
	background: linear-gradient(135deg, var(--color-primary), var(--color-primary-2));
	border: 1px solid rgba(255, 255, 255, 0.46);
	border-radius: 999px;
	box-shadow: 0 18px 34px rgba(20, 20, 20, 0.16);
	color: #090909;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	text-decoration: none;
}

.floating-contacts__item {
	font-size: 1.2rem;
	height: 48px;
	width: 48px;
}

.floating-contacts__item:hover,
.floating-contacts__item:focus-visible,
.cookie-preferences-button:hover,
.cookie-preferences-button:focus-visible {
	transform: translateY(-2px);
}

.cookie-banner {
	inset: auto 0 0;
	padding: 18px;
	position: fixed;
	z-index: 120;
}

.cookie-banner__panel {
	align-items: end;
	background: rgba(255, 253, 247, 0.96);
	border: 1px solid rgba(84, 84, 84, 0.14);
	border-radius: 26px;
	box-shadow: 0 28px 70px rgba(12, 12, 12, 0.18);
	display: grid;
	gap: 18px;
	margin-inline: auto;
	max-width: 1120px;
	padding: clamp(20px, 3vw, 30px);
}

.cookie-banner__copy {
	color: #2c2c2c;
	display: grid;
	gap: 8px;
	line-height: 1.55;
}

.cookie-banner__title {
	color: #050505;
	font-family: var(--font-heading);
	font-size: 1.35rem;
	font-weight: 900;
	line-height: 1;
}

.cookie-banner__links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.cookie-banner__links a {
	color: #050505;
	font-weight: 800;
	text-decoration: underline;
	text-decoration-color: var(--color-primary-2);
	text-underline-offset: 4px;
}

.cookie-banner__preferences {
	background: rgba(255, 255, 255, 0.66);
	border: 1px solid rgba(84, 84, 84, 0.12);
	border-radius: 18px;
	display: grid;
	gap: 10px;
	padding: 14px;
}

.cookie-banner__preferences label {
	align-items: center;
	display: flex;
	font-weight: 700;
	gap: 10px;
}

.cookie-banner__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-start;
}

.cookie-banner__actions .button {
	min-height: 46px;
	padding: 12px 18px;
}

.cookie-preferences-button {
	border: 0;
	bottom: 18px;
	cursor: pointer;
	font-family: var(--font-body);
	font-size: 0.82rem;
	height: 42px;
	left: 18px;
	padding-inline: 16px;
	position: fixed;
	z-index: 80;
}

@media (min-width: 900px) {
	.cookie-banner__panel {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.cookie-banner__preferences {
		grid-column: 1 / -1;
	}

	.cookie-banner__actions {
		justify-content: flex-end;
	}
}

@media (max-width: 699px) {
	.floating-contacts {
		bottom: 18px;
		right: 16px;
	}

	.floating-contacts__item {
		height: 44px;
		width: 44px;
	}

	.cookie-banner {
		padding: 12px;
	}

	.cookie-banner__panel {
		border-radius: 20px;
	}

	.cookie-banner__actions .button {
		width: 100%;
	}
}

@media (min-width: 700px) {
	.card-grid--archive {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.post-navigation-grid > div:last-child {
		text-align: right;
	}

	.project-gallery__item {
		flex-basis: min(400px, 86vw);
	}
}

@media (min-width: 1020px) {
	.card-grid--archive {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.project-overview__grid {
		grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
	}

	.project-gallery__item {
		flex-basis: min(400px, 86vw);
	}
}

/* Targeted responsive refinements: Hero visual and contact section only. */
@media (max-width: 991px) {
	.home-hero .hero-visual {
		display: none;
		margin: 0;
		min-height: 0;
		padding: 0;
	}

	.final-cta .consultation-copy h2 {
		font-size: clamp(2.38rem, 6vw, 3.25rem);
		line-height: 0.98;
		max-width: 620px;
	}

	.final-cta .contact-facts {
		gap: 14px;
		margin-top: 28px;
	}

	.final-cta .contact-facts li {
		gap: 1px 14px;
		grid-template-columns: 48px minmax(0, 1fr);
	}

	.final-cta .contact-facts li > span {
		border-radius: 14px;
		font-size: 1.24rem;
		height: 48px;
		width: 48px;
	}

	.final-cta .contact-facts small {
		font-size: 0.72rem;
	}

	.final-cta .contact-facts a,
	.final-cta .contact-facts strong {
		font-size: 1.02rem;
		overflow-wrap: anywhere;
	}
}

@media (max-width: 767px) {
	.final-cta .consultation-copy h2 {
		font-size: clamp(2.12rem, 10vw, 2.75rem);
		line-height: 1;
	}

	.final-cta .contact-facts {
		gap: 12px;
		margin-top: 24px;
	}

	.final-cta .contact-facts li {
		gap: 0 12px;
		grid-template-columns: 44px minmax(0, 1fr);
	}

	.final-cta .contact-facts li > span {
		border-radius: 13px;
		font-size: 1.15rem;
		height: 44px;
		width: 44px;
	}

	.final-cta .contact-facts small {
		font-size: 0.68rem;
		letter-spacing: 0.13em;
	}

	.final-cta .contact-facts a,
	.final-cta .contact-facts strong {
		font-size: 0.98rem;
	}
}

@media (max-width: 430px) {
	.final-cta .contact-facts a,
	.final-cta .contact-facts strong {
		font-size: 0.94rem;
	}
}

