body.home {
	background: #fff;
	color: var(--ink-color-text);
	-webkit-font-smoothing: antialiased;
}

body.home a {
	text-decoration: none;
}

.ink-homepage {
	--ink-home-bg: #23262d;
	--ink-home-bg-soft: #4f5660;
	--ink-home-surface: rgba(255, 255, 255, .96);
	--ink-home-surface-strong: rgba(255, 255, 255, 1);
	--ink-home-line: rgba(231, 232, 235, .96);
	--ink-home-line-strong: rgba(210, 213, 218, .98);
	--ink-home-copy: #23262d;
	--ink-home-muted: rgba(46, 50, 57, .7);
	--ink-home-inverse: rgba(255, 255, 255, .92);
	--ink-home-gold: #ff5a1f;
	--ink-home-gold-soft: #ff7c4d;
	--ink-home-shadow: 0 8px 20px rgba(27, 31, 37, .05);
	--ink-home-shadow-strong: 0 18px 34px rgba(27, 31, 37, .08);
	position: relative;
	overflow: clip;
	padding-bottom: 88px;
	background: transparent;
}

.ink-homepage::before {
	content: none;
}

.ink-home-wrap {
	position: relative;
	z-index: 1;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 24px;
}

.ink-home-section {
	padding: 72px 0 0;
}

.ci-section-kicker,
.ci-card-label {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 18px;
	color: rgba(46, 50, 57, .54);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .24em;
	text-transform: uppercase;
}

.ci-section-kicker::before,
.ci-card-label::before {
	content: '';
	width: 44px;
	height: 1px;
	background: currentColor;
	opacity: .5;
}

.ci-hero {
	position: relative;
	padding: 28px 0 0;
}

.ci-hero-shell {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
	gap: 36px;
	align-items: stretch;
}

.ci-hero-copy {
	display: flex;
	flex-direction: column;
	padding: 24px 0 12px;
}

.ci-hero-copy h1 {
	margin: 0;
	color: var(--ink-home-copy);
	font-size: clamp(44px, 5.2vw, 72px);
	line-height: 1.01;
	letter-spacing: -.05em;
	font-weight: 800;
}

.ci-hero-summary {
	max-width: 580px;
	margin: 24px 0 0;
	color: var(--ink-home-muted);
	font-size: 16px;
	line-height: 1.55;
	font-weight: 500;
}

.ci-hero-actions,
.ci-slide-actions,
.ci-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.ci-hero-actions {
	margin-top: 32px;
}

.ci-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 20px;
	border-radius: 999px;
	border: 1px solid transparent;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .01em;
	white-space: nowrap;
	transition: transform .3s cubic-bezier(.4, 0, .2, 1), box-shadow .3s cubic-bezier(.4, 0, .2, 1), background-color .3s cubic-bezier(.4, 0, .2, 1), color .3s cubic-bezier(.4, 0, .2, 1), border-color .3s cubic-bezier(.4, 0, .2, 1);
}

.ci-btn:hover {
	transform: translateY(-2px);
}

.ci-btn-primary {
	background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
	color: #fff;
	box-shadow: 0 6px 14px rgba(249, 115, 22, .2);
}

.ci-btn-primary:hover {
	box-shadow: 0 10px 18px rgba(234, 88, 12, .24);
}

.ci-btn-secondary {
	border-color: rgba(255, 255, 255, .28);
	background: rgba(255, 255, 255, .14);
	backdrop-filter: blur(10px);
	color: #fff;
	box-shadow: none;
}

.ci-btn-secondary:hover {
	background: rgba(255, 255, 255, .34);
	color: #fff;
}

.ci-btn-ghost {
	border-color: var(--ink-home-line);
	background: #fff;
	color: var(--ink-home-copy);
	box-shadow: none;
}

.ci-hero-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 34px 0 0;
	padding: 0;
	list-style: none;
}

.ci-hero-metrics li {
	padding: 16px 18px;
	border-radius: 10px;
	border: 1px solid var(--ink-home-line);
	background: #fff;
	backdrop-filter: none;
	box-shadow: none;
}

.ci-hero-metrics strong {
	display: block;
	color: var(--ink-home-copy);
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -.03em;
}

.ci-hero-metrics span {
	display: block;
	margin-top: 6px;
	color: rgba(17, 24, 39, .54);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.ci-hero-stage {
	position: relative;
	min-height: 740px;
	border-radius: 10px;
	background: #c1c44d;
	border: 1px solid var(--ink-home-line);
	box-shadow: var(--ink-home-shadow-strong);
	overflow: hidden;
}

.ci-hero-stage::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(255, 255, 255, .12), rgba(0, 0, 0, 0));
	pointer-events: none;
}

.ci-stage-label {
	position: relative;
	z-index: 5;
	max-width: 240px;
	padding: 14px 16px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, .16);
	background: rgba(255, 255, 255, .06);
	backdrop-filter: blur(18px);
	color: var(--ink-home-inverse);
	box-shadow: 0 18px 34px rgba(0, 0, 0, .16);
}

.ci-stage-label span {
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.ci-stage-label p {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.6;
	color: rgba(255, 255, 255, .72);
}

.ci-hero-aura {
	display: none;
}

.ci-hero-aura--left {
	top: -180px;
	left: -120px;
	width: 420px;
	height: 420px;
	background: radial-gradient(circle, rgba(69, 163, 255, .32) 0%, transparent 72%);
}

.ci-hero-aura--right {
	right: -140px;
	bottom: -140px;
	width: 520px;
	height: 520px;
	background: radial-gradient(circle, rgba(142, 216, 255, .28) 0%, transparent 72%);
}

.ci-slide {
	position: absolute;
    left: 0;
    top: 0;
	padding: 24px;
	display: flex;
    flex-direction: column;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: scale(.985);
	transition: opacity .6s cubic-bezier(.4, 0, .2, 1), transform .6s cubic-bezier(.4, 0, .2, 1), visibility .6s cubic-bezier(.4, 0, .2, 1);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.ci-slide.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0) scale(1);
}

.ci-slide-content {
	position: relative;
	z-index: 2;
	padding: 16px 0 8px;
}

.ci-slide-eyebrow {
	display: inline-flex;
	align-items: center;
	padding: 8px 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .22);
	border: 1px solid rgba(255, 255, 255, .28);
	color: rgba(35, 38, 45, .72);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
	backdrop-filter: none;
}

.ci-slide h2 {
	margin: 18px 0 14px;
	color: #1f2329;
	font-size: clamp(34px, 4vw, 54px);
	line-height: 1.02;
	letter-spacing: -.04em;
	font-weight: 800;
}

.ci-slide p {
	max-width: 470px;
	margin: 0;
	color: rgba(31, 35, 41, .72);
	font-size: 15px;
	line-height: 1.55;
}

.ci-slide-actions {
	margin-top: 24px;
}

.ci-slide-note {
	margin-top: 22px;
	color: rgba(31, 35, 41, .58);
	font-size: 13px;
	line-height: 1.6;
}

.ci-slide-visual {
	position: relative;
	min-height: 280px;
	will-change: transform;
}

.ci-product-scene {
	position: absolute;
	inset: 0;
	border-radius: 8px;
	border: 0;
	background: linear-gradient(145deg, rgba(255, 255, 255, .18) 0%, rgba(255, 255, 255, .06) 100%);
	box-shadow: none;
	overflow: hidden;
}

.ci-product-scene::after {
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.ci-slide.has-image .ci-product-scene::before {
	content: '';
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	mix-blend-mode: multiply;
	opacity: .42;
}

.ci-slide-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ci-product-card {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(31, 35, 41, .08);
	box-shadow: 0 14px 24px rgba(31, 35, 41, .1);
	backdrop-filter: blur(6px);
}

.ci-product-shirt {
	left: 7%;
	top: 15%;
	width: 42%;
	height: 50%;
	border-radius: 40px 40px 24px 24px;
	background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(245, 241, 235, .94));
}

.ci-product-shirt::before {
	content: '';
	position: absolute;
	top: -28px;
	width: 98px;
	height: 66px;
	border-radius: 0 0 48px 48px;
	background: #efe8df;
	border: 16px solid #394956;
	border-top: 0;
}

.ci-product-shirt::after {
	content: 'INK';
	position: absolute;
	bottom: 54px;
	color: rgba(17, 24, 39, .84);
	font-size: 40px;
	font-weight: 700;
	letter-spacing: .08em;
}

.ci-product-bottle {
	right: 16%;
	top: 9%;
	width: 24%;
	height: 63%;
	border-radius: 40px;
	background: linear-gradient(180deg, #445565, #2f333a);
}

.ci-product-bottle::before {
	content: '';
	position: absolute;
	top: -32px;
	width: 45%;
	height: 44px;
	border-radius: 16px 16px 6px 6px;
	background: rgba(17, 24, 39, .62);
}

.ci-product-bottle::after {
	content: '';
	position: absolute;
	inset: 54px 24px;
	border-radius: 999px;
	border: 4px solid rgba(255, 255, 255, .76);
}

.ci-product-bag {
	right: 7%;
	bottom: 9%;
	width: 38%;
	height: 34%;
	border-radius: 26px;
	background: linear-gradient(135deg, #343941, #5b626c);
}

.ci-product-bag::before {
	content: '';
	position: absolute;
	top: -36px;
	width: 44%;
	height: 52px;
	border: 7px solid #354655;
	border-bottom: 0;
	border-radius: 32px 32px 0 0;
}

.ci-product-bag::after {
	content: 'TEAM';
	position: absolute;
	color: rgba(255, 255, 255, .88);
	font-size: 30px;
	font-weight: 700;
	letter-spacing: .08em;
}

.ci-slide-theme-orange .ci-product-scene {
	background: linear-gradient(145deg, rgba(255, 255, 255, .26) 0%, rgba(255, 255, 255, .1) 100%);
}

.ci-slide-theme-green .ci-product-scene {
	background: linear-gradient(145deg, rgba(255, 255, 255, .22) 0%, rgba(255, 255, 255, .08) 100%);
}

.ci-carousel-ui {
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 18px;
	display: grid;
	grid-template-columns: auto 1fr auto auto;
	align-items: center;
	gap: 16px;
	z-index: 10;
}

.ci-dot-group {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
}

.ci-dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(31, 35, 41, .18);
	cursor: pointer;
	transition: transform .3s ease, background-color .3s ease, width .3s ease;
}

.ci-dot:hover {
	transform: scale(1.18);
	background: rgba(31, 35, 41, .32);
}

.ci-dot.is-active {
	width: 34px;
	background: linear-gradient(135deg, var(--ink-color-warm-500), var(--ink-color-warm-400));
}

.ci-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, .32);
	background: rgba(255, 255, 255, .64);
	color: #23262d;
	backdrop-filter: none;
	cursor: pointer;
	transition: transform .3s ease, border-color .3s ease, background-color .3s ease;
}

.ci-arrow:hover {
	transform: translateY(-2px);
	border-color: rgba(255, 255, 255, .5);
	background: rgba(255, 255, 255, .82);
}

.ci-carousel-meta {
	justify-self: end;
	padding: 0 16px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, .28);
	background: rgba(255, 255, 255, .56);
	color: rgba(31, 35, 41, .68);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .14em;
	line-height: 42px;
	text-transform: uppercase;
	backdrop-filter: none;
}

.ci-service-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: 22px;
}

.ci-service-card {
	display: flex;
	gap: 16px;
	padding: 22px 22px 24px;
	border-radius: 10px;
	border: 1px solid var(--ink-home-line);
	background: #fff;
	backdrop-filter: none;
	box-shadow: 0 8px 20px rgba(27, 31, 37, .04);
	will-change: transform;
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.ci-service-card:hover {
	transform: translateY(-2px);
	border-color: rgba(255, 90, 31, .2);
	box-shadow: 0 14px 24px rgba(27, 31, 37, .06);
}

.ci-service-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	flex-shrink: 0;
	border-radius: 14px;
	background: #f7f7f8;
	color: var(--ink-home-copy);
	font-size: 28px;
	box-shadow: none;
}

.ci-service-card h3 {
	margin: 2px 0 0;
	color: var(--ink-home-copy);
	font-size: 18px;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: -.02em;
}

.ci-service-card p {
	margin: 8px 0 0;
	color: var(--ink-home-muted);
	font-size: 14px;
	line-height: 1.7;
}

.ci-editorial-band {
	padding: 82px 0 0;
}

.ci-section-head {
	display: grid;
	gap: 12px;
	margin-bottom: 32px;
}

.ci-section-head h2,
.ci-category-head h2,
.ci-cta-panel h2 {
	margin: 0;
	color: var(--ink-home-copy);
	font-size: clamp(34px, 4.4vw, 58px);
	line-height: 1.04;
	letter-spacing: -.04em;
	font-weight: 700;
}

.ci-section-head p:last-child,
.ci-category-head p,
.ci-cta-panel p:last-child {
	max-width: 760px;
	margin: 0;
	color: var(--ink-home-muted);
	font-size: 17px;
	line-height: 1.8;
}

.ci-editorial-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(280px, .7fr) minmax(0, .92fr);
	gap: 22px;
	align-items: stretch;
}

.ci-editorial-card,
.ci-editorial-quote,
.ci-category-spotlight,
.ci-category-card,
.ci-cta-panel,
.ci-empty {
	border: 1px solid var(--ink-home-line);
	border-radius: 12px;
	background: var(--ink-home-surface-strong);
	box-shadow: var(--ink-home-shadow);
}

.ci-editorial-card,
.ci-editorial-quote {
	padding: 28px 30px;
}

.ci-editorial-card--wide {
	background: #fff;
}

.ci-editorial-card h3,
.ci-editorial-quote p,
.ci-category-spotlight h3,
.ci-category-body h3 {
	margin: 0;
	color: var(--ink-home-copy);
	font-size: 26px;
	line-height: 1.15;
	letter-spacing: -.03em;
	font-weight: 700;
}

.ci-editorial-card p,
.ci-category-spotlight p,
.ci-category-body p {
	margin: 16px 0;
	color: var(--ink-home-muted);
	font-size: 15px;
	line-height: 1.8;
}

.ci-editorial-card a,
.ci-editorial-quote span,
.ci-category-head a,
.ci-category-spotlight-foot a,
.ci-category-spotlight-link-label,
.ci-category-foot a,
.ci-category-link-label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: .02em;
}

.ci-editorial-card a,
.ci-category-head a,
.ci-category-spotlight-foot a,
.ci-category-spotlight-link-label,
.ci-category-foot a,
.ci-category-link-label {
	color: var(--ink-home-copy);
}

.ci-editorial-card a:hover,
.ci-category-head a:hover,
.ci-category-spotlight-foot a:hover,
.ci-category-foot a:hover {
	color: var(--ink-home-gold);
}

.ci-category-spotlight:hover .ci-category-spotlight-link-label,
.ci-category-card:hover .ci-category-link-label {
	color: var(--ink-home-gold);
}

.ci-editorial-quote {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #fffaf7;
	border-color: rgba(255, 90, 31, .16);
	color: var(--ink-home-copy);
	will-change: transform;
	position: relative;
}

.ci-editorial-quote::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: linear-gradient(180deg, var(--ink-color-warm-500), var(--ink-color-warm-400));
}

.ci-editorial-quote p {
	color: inherit;
	font-size: 28px;
	line-height: 1.26;
}

.ci-editorial-quote span {
	margin-top: 24px;
	color: var(--ink-color-warm-500);
	font-size: 12px;
	letter-spacing: .08em;
	text-transform: none;
}

.ci-catalog {
	padding-top: 82px;
}

.ci-category-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 32px;
}

.ci-category-head a {
	flex-shrink: 0;
	margin-top: 0;
	padding: 12px 18px;
	border-radius: 999px;
	border: 1px solid var(--ink-home-line);
	background: #fff;
	box-shadow: none;
}

.ci-catalog-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 24px;
	align-items: stretch;
}

.ci-category-spotlight {
	display: grid;
	grid-template-rows: 320px 1fr;
	overflow: hidden;
	will-change: transform;
	text-decoration: none;
	color: inherit;
}

.ci-category-spotlight-media,
.ci-category-media {
	position: relative;
	background: #f7f7f8;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ci-category-spotlight-media img,
.ci-category-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform .45s cubic-bezier(.4, 0, .2, 1);
}

.ci-category-spotlight:hover .ci-category-spotlight-media img,
.ci-category-card:hover .ci-category-media img {
	transform: scale(1.04);
}

.ci-category-spotlight-media iconify-icon,
.ci-category-media iconify-icon {
	font-size: 78px;
	color: rgba(35, 38, 45, .24);
}

.ci-category-spotlight-body {
	padding: 28px 30px 30px;
	background: #fff;
	display: flex;
	flex-direction: column;
}

.ci-category-spotlight-foot,
.ci-category-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: auto;
	padding-top: 18px;
	border-top: 1px solid var(--ink-home-line);
}

.ci-category-spotlight-foot span,
.ci-category-foot span {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: #f3f4f6;
	color: rgba(35, 38, 45, .62);
	font-size: 13px;
	font-weight: 600;
}

.ci-category-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.ci-category-card {
	position: relative;
	overflow: hidden;
	transition: transform .35s cubic-bezier(.4, 0, .2, 1), box-shadow .35s cubic-bezier(.4, 0, .2, 1), border-color .35s cubic-bezier(.4, 0, .2, 1);
	will-change: transform;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
}

.ci-category-card:hover {
	transform: translateY(-3px);
	border-color: rgba(255, 90, 31, .2);
	box-shadow: 0 16px 28px rgba(27, 31, 37, .07);
}

.ci-category-grid--featured .ci-category-card:first-child {
	grid-column: 1 / -1;
	flex-direction: row;
}

.ci-category-grid--featured .ci-category-card:first-child .ci-category-media {
	height: 320px;
	max-height: 320px;
	min-width: 360px;
}

.ci-category-media {
	height: 320px;
	min-height: 320px;
    flex: 1;
}

.ci-category-body {
	padding: 24px;
	background: #fff;
	flex: 1;
    display: flex;
    flex-direction: column;
}

.ci-category-body h3 {
	font-size: 22px;
}

.ci-cta-section {
	padding-top: 82px;
}

.ci-cta-panel {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
	padding: 34px 36px;
	background: #fff;
	border-color: var(--ink-home-line);
	box-shadow: 0 12px 24px rgba(27, 31, 37, .05);
	position: relative;
}

.ci-cta-panel::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--ink-color-warm-500), var(--ink-color-warm-400));
}

.ci-cta-panel h2,
.ci-cta-panel p:last-child,
.ci-cta-panel .ci-section-kicker {
	color: var(--ink-home-copy);
}

.ci-cta-panel p:last-child {
	max-width: 760px;
	color: var(--ink-home-muted);
}

.ci-empty {
	padding: 64px 36px;
	text-align: center;
	background: #fff;
}

.ci-empty iconify-icon {
	font-size: 58px;
	color: rgba(17, 24, 39, .26);
}

.ci-empty h3 {
	margin: 18px 0 12px;
	color: var(--ink-home-copy);
	font-size: 30px;
	line-height: 1.1;
	letter-spacing: -.03em;
}

.ci-empty p {
	max-width: 640px;
	margin: 0 auto;
	color: var(--ink-home-muted);
	font-size: 16px;
	line-height: 1.75;
}

[data-parallax-layer] {
	will-change: transform;
}

@media (max-width: 1180px) {
	.ci-hero-shell,
	.ci-catalog-layout {
		grid-template-columns: 1fr;
	}

	.ci-hero-copy {
		padding-right: 0;
	}

	.ci-hero-stage {
		min-height: 760px;
		border-radius: 12px;
	}

	.ci-slide {
		width: auto;
		height: auto;
		grid-template-columns: 1fr;
		align-items: start;
	}

	.ci-slide-visual {
		flex: 1;
		min-height: 360px;
		min-width: 100%;
	}

	.ci-editorial-grid {
		grid-template-columns: 1fr 1fr;
	}

	.ci-editorial-card--wide {
		grid-column: 1 / -1;
	}
}

@media (max-width: 900px) {
	.ink-home-section,
	.ci-editorial-band,
	.ci-catalog,
	.ci-cta-section {
		padding-top: 76px;
	}

	.ci-hero-metrics,
	.ci-service-strip,
	.ci-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ci-category-head,
	.ci-cta-panel {
		flex-direction: column;
		align-items: flex-start;
	}

	.ci-carousel-ui {
		grid-template-columns: auto 1fr auto;
	}

	.ci-carousel-meta {
		display: none;
	}
}

@media (max-width: 767px) {
	.ink-homepage {
		padding-bottom: 64px;
	}

	.ink-home-wrap {
		padding: 0 16px;
	}

	.ink-home-section,
	.ci-editorial-band,
	.ci-catalog,
	.ci-cta-section {
		padding-top: 62px;
	}

	.ci-hero {
		padding-top: 20px;
	}

	.ci-hero-copy h1 {
		font-size: clamp(40px, 12vw, 56px);
	}

	.ci-hero-summary,
	.ci-section-head p:last-child,
	.ci-category-head p,
	.ci-cta-panel p:last-child,
	.ci-slide p {
		font-size: 16px;
		line-height: 1.7;
	}

	.ci-hero-actions,
	.ci-slide-actions,
	.ci-cta-actions,
	.ci-category-spotlight-foot,
	.ci-category-foot {
		flex-direction: column;
		align-items: stretch;
	}

	.ci-hero-metrics,
	.ci-service-strip,
	.ci-editorial-grid,
	.ci-category-grid {
		grid-template-columns: 1fr;
	}

	.ci-hero-stage {
		min-height: 760px;
		border-radius: 12px;
	}

	.ci-stage-label {
		max-width: none;
	}

	.ci-slide {
		width: auto;
		height: auto;
		gap: 18px;
	}

	.ci-slide h2 {
		font-size: 34px;
	}

	.ci-slide-visual {
		flex: 1;
		min-height: 300px;
	}

	.ci-category-grid--featured .ci-category-card:first-child {
		flex-direction: column;
	}

	.ci-category-grid--featured .ci-category-card:first-child .ci-category-media {
		height: 214px;
		max-height: 214px;
		min-width: auto;
	}

	.ci-product-scene {
		border-radius: 10px;
	}

	.ci-product-shirt::after,
	.ci-product-bag::after {
		font-size: 24px;
	}

	.ci-product-shirt::before {
		width: 78px;
		height: 54px;
		border-width: 13px;
	}

	.ci-carousel-ui {
		left: 18px;
		right: 18px;
		grid-template-columns: auto 1fr auto;
	}

	.ci-dot-group {
		gap: 8px;
	}

	.ci-section-head h2,
	.ci-category-head h2,
	.ci-cta-panel h2 {
		font-size: 36px;
	}

	.ci-editorial-card,
	.ci-editorial-quote,
	.ci-cta-panel,
	.ci-empty,
	.ci-category-body,
	.ci-category-spotlight-body {
		padding-left: 22px;
		padding-right: 22px;
	}

	.ci-category-spotlight {
		grid-template-rows: 240px 1fr;
	}
}

@media (max-width: 560px) {
	.ci-arrow {
		width: 42px;
		height: 42px;
	}

	.ci-btn {
		width: 100%;
	}

	.ci-service-card {
		padding: 20px;
	}

	.ci-editorial-card h3,
	.ci-editorial-quote p,
	.ci-category-spotlight h3,
	.ci-category-body h3 {
		font-size: 24px;
	}

	.ci-category-body h3 {
		font-size: 20px;
	}
}